v5.5.207
[JS] Make the date parser less strict
Use `FinalizationRegistry` unconditionally in the `src/scripting_api/app.js` file
Make sure WillPrint ran before starting printing
Remove unnecessary class constructors in the `src` folder
Set text field value as a string when it's for a date or a time (bug 1868503)
Use a HTML date/time input when a field requires a date or a time.
Fix the string GlobalConstants.IDS_INVALID_DATE
Remove unnecessary `Map.prototype.entries()` usage
JS - Add the basic architecture to be able to execute embedded js
[JS] Skip throwing actions
Slightly shorten some code in the `src/scripting_api/` folder
Enable the `unicorn/prefer-class-fields` ESLint plugin rule