@unitybase/adminui-vue #

Added #

7.0.60 2026-06-12 #
  • UPdfViewerExt iframe: panelManager.js — single-slot right-panel coordinator with numeric panelOptions.priority for auto-open arbitration (Summary 10, custom buttons default 0)

Changed #

7.0.60 2026-06-12 #
  • UPdfViewerExt iframe: Summary and toggle-right-panel custom buttons route panel visibility through panelManager; opening one panel closes the other and keeps viewer layout in sync. Parent-driven updateToolbarButton({toggled: true}) opens the panel silently (no redundant toolbarButtonClick echo back to the parent); user toggles and close-button still notify. Toolbar toggled state is synced with actual panel visibility after priority arbitration (no false highlight when a lower-priority panel fails to auto-open)
  • UTableEntity: onFetchResponse hook is now awaited before table items are committed to the store

Fixed #

7.0.60 2026-06-12 #
  • USelectEntity: improved fetching of displayed value. If value attribute is not ID and entity has safeDelete=true, add descending sorting by mi_deleteDate,ID. In case there are several records with the same value but different delete dates, we should display the non-deleted one or at least the freshest one
  • UPdfViewerExt iframe: lowered right-panel z-index so PDF.js toolbar menus (secondary toolbar, find bar) stack above the panel instead of appearing underneath it
  • UPdfViewerExt: print() no longer checks allowPrint — that prop controls toolbar button visibility only, so form scripts can trigger printing when the action is disabled in control config
  • FilterSelector.vue: fixed wrong value-to-column binding after changing a filter column

@unitybase/ub #

Added #

5.25.85 2026-06-12 #
  • application.orm.warnOnDateWithTime option added into ubConfig JSON schema (for UB server 5.26.7)