@unitybase/adminui-vue #

Added #

5.22.4 2022-02-16 #
  • UDropdown:customClass prop added - allows set a custom CSS class for u-dropdown
  • UTableEntity store: new mutation CLEAR_FILTER allows clear current filters set
  • UCheckbox - new component. Styled <input type="checkbox">
  • URadio - new component. Wrapper for groups consisting of styled <input type="radio">
  • UCron - new component. An easy compilation cron expression. Can convert cron expression into a human-readable string if @unitybase/adminui-pub is available
  • new icons: u-icon-download-with-signatures, u-icon-upload-with-signatures and u-icon-view-signatures
  • new parameter uiSettings.adminUI.supportMailTo in ubConfig.json: if sets - enables a button on the error message what allow sends error text to support
5.22.3 2022-02-08 #
  • UBaseLocaleButton, which is does not depend on Vuex store in any way and provides UI for editing translations. That allows building interfaces for cases like translations of JSON unstructured data.
  • Registered ULocaleButton and UBaseLocaleButton as Vue controls
  • UTableEntity - update total items on pagination, after added or removed item
  • UTableEntity store: new mutation SELECT_ROW_BY_INDEX allows select record by row index
  • UTableEntity: in case record disappears from the store after refresh, sort or filtering, selection will be restored by row index before store state changed.

Changed #

5.22.3 2022-02-08 #
  • BREAKING: renamed LocaleButton.vue to ULocaleButton.vue. If component was required directly as a file, it is better to use ULocaleButton registered Vue component now.

Fixed #

5.22.4 2022-02-16 #
  • UNavbar - fixed popup all list tabs on not tall screens
  • UTableEntity - fixed bugs on filters when user change condition from equal to oneOf
  • UTableEntity - added preselected column in filters (restore functionality after refactoring).
5.22.3 2022-02-08 #
  • Translations for a new record: now it initializes with values of the default language instead of empty value
  • UTableEntity: prevent show instance form on Enter key and double-click when the "edit" action is in the hideActions
  • fixed multiple filter, when user use filters by date
  • UTableEntity: filtration for in and notIn conditions

@unitybase/adminui-pub #

Added #

5.22.4 2022-02-16 #
  • $App.verbaliseCronExpression: verbalize a cron expression to human readable string (using https://github.com/bradymholt/cronstrue)
5.22.3 2022-02-08 #
  • UBDocument: added public property urlParams that can be defined at client forms, and it will be added to getDocument request URL formed by UBDocument, so in the server logs the source of getDocument can be tracked

Changed #

5.22.4 2022-02-16 #
  • az localization for tinymce
5.22.3 2022-02-08 #
  • the readPKCanceled client localization key has been duplicated in the adminui-pub and ub-pub packages. One of them has been renamed to userOperationCanceled, which matches its translation.

Fixed #

5.22.4 2022-02-16 #
  • EntityGridPanel - not resize summary row if column is hidden, add timeout before GridSummary.dataBind when clean data in rowEditing grid

@unitybase/cdn #

Added #

5.22.3 2022-02-08 #
  • cdn_organization.OKPOCode will be trimmed during insert/update operation (prevents unwonted whitespaces remove whitespaces at start/end)

@unitybase/org #

Added #

5.22.4 2022-02-16 #
  • Localization of the captions missed for org_execgroup and org_diagram-main forms

Fixed #

5.22.4 2022-02-16 #
  • cyrillic symbols in English (en) localization

@unitybase/ub-pub #

Fixed #

5.22.2 2022-02-08 #
  • restore change password functionality (brok by 403 code interceptor added in 5.22.0)

@unitybase/ubcli #

Fixed #

5.22.3 2022-02-16 #
  • ubcli generateDDL: fixed DDL generation for multi-language columns when default language is changed in config