USelectEntity: added new slots option and dropdown-footer to allow customizing
the rendering of option items and adding custom content at the bottom of the dropdown.
UTable: range filter for DateTime column now allow to specify a date and time; filtering by Date column now use UB.truncTimeToUtcNull for correct Date handling
fixed: default save action is used when localSaveAction is not defined
fixed displaying of HTML table`s created inside HTML editor (tinymce) by some EMail clients
Form: refreshing form after copying. The load store action should be called for the copied record ID, not the original one
UTable column width initialization, rigth now all column prefere has width or minWidth property, if no - system autodetect default width, then all content within a cell is word-wrapped
new property relationType for entity attribute added to entity.schema.json
for many-to-many storage entities autogenerated attribute sourceID now marked as relationType: 'Composition'
for aclRls storage entities autogenerated attribute instanceID now marked as relationType: 'Composition'
for entities with unity mixin, autogenerated attribute ID now marked as relationType: 'Inheritance' (by server 5.25.25)
for entities with dataHistory mixin attribute mi_data_id now marked as relationType: 'Composition' (by server 5.25.25)
new ubConfig property security.auditBorderIDuDataProp documented in ubConfig.schema.json (uba_audit/auditTrail separation for multi-passport environment)
ubConfig schema: added security.passkeyAuthorization and security.jwtAuthorization sections
ubConfig schema: added TOTP value (not implemented yet) for security.secondFactor.confirmationMethod
uba_grouprole.groupID, uba_otp.userID, uba_usercertificate.userID, uba_usergroup.userID and uba_userrole.userID
attributes marked as "relationType": "Composition"
added attributes uba_audit.borderID and uba_auditTrail.borderID
added RLS for uba_audit and uba_auditTrail based on borderID (should be equal to borderID in session if ubConfig.security.auditBorderIDuDataProp is defined)
uba package now require UB@5.25.25 (audit border support)
DDL generator for SQLite3 FTS now uses FTS5 extension in case Tokenizer <> stemka in the fts connection advSettings.
This allows using porter, unicode61 and trigram tokenizers (require ub 5.25.26, changing of existed tokenizer require FTS DB re-creation)
Server reports: added a check that the server-side JavaScript reporting module does not export async functions,
as such functions cause an unexpected EAccessViolation violation during execution