@vc-shell/framework 1.0.128 → 1.0.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/core/api/platform.ts +514 -92
- package/core/composables/index.ts +2 -1
- package/core/composables/useApiClient/index.ts +1 -7
- package/core/composables/useAssets/index.ts +0 -6
- package/core/composables/useBeforeUnload/index.ts +20 -0
- package/core/composables/useMenuService/index.ts +96 -0
- package/core/composables/useNotifications/index.ts +29 -40
- package/core/composables/useSettings/index.ts +23 -29
- package/core/composables/useUser/index.ts +61 -132
- package/core/directives/loading/styles.css +5 -5
- package/core/interceptors/index.ts +75 -0
- package/core/plugins/i18n/index.ts +1 -0
- package/core/plugins/modularity/index.ts +63 -20
- package/core/plugins/moment/moment.ts +2 -2
- package/core/plugins/signalR/index.ts +23 -3
- package/core/types/index.ts +18 -35
- package/core/utilities/kebabToCamel.ts +1 -1
- package/dist/core/api/platform.d.ts +125 -87
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/index.d.ts +2 -1
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useBeforeUnload/index.d.ts +5 -0
- package/dist/core/composables/useBeforeUnload/index.d.ts.map +1 -0
- package/dist/core/composables/useMenuService/index.d.ts +16 -0
- package/dist/core/composables/useMenuService/index.d.ts.map +1 -0
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useSettings/index.d.ts +2 -2
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +8 -6
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/interceptors/index.d.ts +3 -0
- package/dist/core/interceptors/index.d.ts.map +1 -0
- package/dist/core/plugins/i18n/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +1 -1
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/moment/moment.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +16 -29
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/{framework.mjs → framework.js} +32147 -32235
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -19
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +3 -0
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +1 -70
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -82
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +28 -0
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -0
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +11 -27
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/injectionKeys.d.ts +4 -0
- package/dist/shared/components/blade-navigation/injectionKeys.d.ts.map +1 -0
- package/dist/shared/components/blade-navigation/plugin.d.ts +4 -1
- package/dist/shared/components/blade-navigation/plugin.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +48 -35
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/error-interceptor/index.d.ts +33 -67
- package/dist/shared/components/error-interceptor/index.d.ts.map +1 -1
- package/dist/shared/components/index.d.ts +2 -0
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +1 -49
- package/dist/shared/components/language-selector/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -40
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/{ui/components/organisms/vc-notification-dropdown → shared/components/notification-dropdown}/_internal/notification/notification.vue.d.ts +2 -2
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/index.d.ts +7 -0
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -0
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +3 -0
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -0
- package/dist/shared/components/notification-template/index.d.ts +91 -0
- package/dist/shared/components/notification-template/index.d.ts.map +1 -0
- package/dist/{ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts → shared/components/notification-template/notification-template.vue.d.ts} +2 -2
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -0
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +10 -16
- package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +7 -4
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/index.d.ts +4 -1
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +3 -0
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +3 -0
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +3 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/index.d.ts +1 -3
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +12 -10
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +5 -2
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +16 -1
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shared/utilities/vueUtils.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +56 -0
- package/dist/tailwind.config.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +32 -67
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +6 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +66 -102
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +7 -0
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +7 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +91 -129
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +7 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +6 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +36 -71
- package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +8 -38
- package/dist/ui/components/atoms/vc-hint/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +42 -74
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +7 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +32 -66
- package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +30 -63
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +3 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +6 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +59 -98
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +1 -0
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +4 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +67 -105
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +8 -38
- package/dist/ui/components/molecules/vc-form/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +56 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +159 -214
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +27 -9
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +59 -96
- package/dist/ui/components/molecules/vc-rating/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +257 -8
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +55 -91
- package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/index.d.ts +0 -2
- package/dist/ui/components/organisms/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +2 -4
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +10 -7
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +10 -18
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +16 -16
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/index.d.ts +1 -292
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +17 -56
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +89 -131
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +21 -18
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +4 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +4 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +32 -66
- package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +57 -6
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +5 -45
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +26 -30
- package/shared/components/app-switcher/components/vc-app-switcher/index.ts +1 -3
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +2 -2
- package/shared/components/blade-navigation/components/vc-blade-navigation/index.ts +1 -3
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +46 -157
- package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +81 -0
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +323 -261
- package/shared/components/blade-navigation/injectionKeys.ts +4 -0
- package/shared/components/blade-navigation/plugin.ts +8 -10
- package/shared/components/blade-navigation/types/index.ts +53 -44
- package/shared/components/index.ts +2 -0
- package/shared/components/language-selector/language-selector.vue +12 -12
- package/{ui/components/organisms/vc-notification-dropdown → shared/components/notification-dropdown}/_internal/notification/notification.vue +6 -5
- package/shared/components/notification-dropdown/index.ts +10 -0
- package/{ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue → shared/components/notification-dropdown/notification-dropdown.vue} +21 -17
- package/shared/components/notification-template/index.ts +10 -0
- package/{ui/components/organisms/vc-notification-template/vc-notification-template.vue → shared/components/notification-template/notification-template.vue} +2 -2
- package/shared/components/popup-handler/composables/usePopup/index.ts +29 -9
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +58 -17
- package/shared/index.ts +3 -2
- package/shared/locales/en.json +7 -0
- package/shared/modules/assets/components/assets-details/assets-details.vue +5 -0
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +8 -5
- package/shared/modules/dynamic/components/fields/GalleryField.ts +7 -7
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +2 -1
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +42 -36
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +5 -3
- package/shared/modules/dynamic/factories/types/index.ts +6 -2
- package/shared/modules/dynamic/helpers/override.ts +38 -32
- package/shared/modules/dynamic/helpers/safeIn.ts +1 -1
- package/shared/modules/dynamic/index.ts +12 -12
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +96 -57
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +133 -118
- package/shared/modules/dynamic/types/index.ts +16 -1
- package/shared/pages/InvitePage/components/invite/Invite.vue +2 -2
- package/shared/pages/LoginPage/components/login/Login.vue +23 -16
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +3 -3
- package/shared/utilities/vueUtils.ts +7 -7
- package/tailwind.config.ts +50 -0
- package/ui/components/atoms/vc-button/vc-button.vue +1 -1
- package/ui/components/atoms/vc-card/vc-card.stories.ts +25 -0
- package/ui/components/atoms/vc-card/vc-card.vue +1 -1
- package/ui/components/atoms/vc-container/vc-container.vue +1 -1
- package/ui/components/atoms/vc-icon/vc-icon.vue +1 -1
- package/ui/components/molecules/vc-editor/vc-editor.vue +2 -7
- package/ui/components/molecules/vc-notification/vc-notification.vue +2 -2
- package/ui/components/molecules/vc-select/vc-select.vue +13 -13
- package/ui/components/organisms/index.ts +0 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +25 -42
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +123 -25
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +11 -103
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +34 -52
- package/ui/components/organisms/vc-app/index.ts +1 -12
- package/ui/components/organisms/vc-app/vc-app.stories.ts +36 -36
- package/ui/components/organisms/vc-app/vc-app.vue +122 -61
- package/ui/components/organisms/vc-blade/vc-blade.vue +5 -13
- package/ui/components/organisms/vc-table/vc-table.vue +9 -9
- package/ui/locales/en.json +2 -4
- package/ui/types/index.ts +7 -51
- package/core/composables/useMenuComposer/index.ts +0 -25
- package/dist/core/composables/useMenuComposer/index.d.ts +0 -12
- package/dist/core/composables/useMenuComposer/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -38
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +0 -21
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts +0 -2
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +0 -1
- package/dist/utils/isInDemoMode.d.ts +0 -2
- package/dist/utils/isInDemoMode.d.ts.map +0 -1
- package/dist/vite.config.d.ts +0 -3
- package/dist/vite.config.d.ts.map +0 -1
- package/tailwind.config.js +0 -50
- package/ui/components/organisms/vc-notification-dropdown/index.ts +0 -3
- package/ui/components/organisms/vc-notification-template/index.ts +0 -1
|
@@ -58,7 +58,6 @@ export declare class AppsClient extends AuthApiBase {
|
|
|
58
58
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
59
59
|
});
|
|
60
60
|
/**
|
|
61
|
-
* Gets the list of available apps, filtered by user permissions.
|
|
62
61
|
* @return Success
|
|
63
62
|
*/
|
|
64
63
|
getApps(): Promise<AppDescriptor[]>;
|
|
@@ -72,7 +71,6 @@ export declare class ChangeLogClient extends AuthApiBase {
|
|
|
72
71
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
73
72
|
});
|
|
74
73
|
/**
|
|
75
|
-
* Force set changes last modified date
|
|
76
74
|
* @param scope (optional)
|
|
77
75
|
* @return Success
|
|
78
76
|
*/
|
|
@@ -84,11 +82,9 @@ export declare class ChangeLogClient extends AuthApiBase {
|
|
|
84
82
|
resetPlatformCache(): Promise<void>;
|
|
85
83
|
protected processResetPlatformCache(response: Response): Promise<void>;
|
|
86
84
|
/**
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
* @return Success
|
|
91
|
-
*/
|
|
85
|
+
* @param scope (optional)
|
|
86
|
+
* @return Success
|
|
87
|
+
*/
|
|
92
88
|
getLastModifiedDate(scope?: string | undefined): Promise<LastModifiedResponse>;
|
|
93
89
|
protected processGetLastModifiedDate(response: Response): Promise<LastModifiedResponse>;
|
|
94
90
|
/**
|
|
@@ -130,7 +126,6 @@ export declare class DiagnosticsClient extends AuthApiBase {
|
|
|
130
126
|
getSystemInfo(): Promise<SystemInfo>;
|
|
131
127
|
protected processGetSystemInfo(response: Response): Promise<SystemInfo>;
|
|
132
128
|
/**
|
|
133
|
-
* Get installed modules with errors
|
|
134
129
|
* @return Success
|
|
135
130
|
*/
|
|
136
131
|
getModulesErrors(): Promise<ModuleDescriptor[]>;
|
|
@@ -144,62 +139,53 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
|
|
|
144
139
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
145
140
|
});
|
|
146
141
|
/**
|
|
147
|
-
* Get object types which support dynamic properties
|
|
148
142
|
* @return Success
|
|
149
143
|
*/
|
|
150
144
|
getObjectTypes(): Promise<string[]>;
|
|
151
145
|
protected processGetObjectTypes(response: Response): Promise<string[]>;
|
|
152
146
|
/**
|
|
153
|
-
* Get dynamic properties registered for object type
|
|
154
147
|
* @param body (optional)
|
|
155
148
|
* @return Success
|
|
156
149
|
*/
|
|
157
150
|
searchDynamicProperties(body?: DynamicPropertySearchCriteria | undefined): Promise<DynamicPropertySearchResult>;
|
|
158
151
|
protected processSearchDynamicProperties(response: Response): Promise<DynamicPropertySearchResult>;
|
|
159
152
|
/**
|
|
160
|
-
* Add new dynamic property
|
|
161
153
|
* @param body (optional)
|
|
162
154
|
* @return Success
|
|
163
155
|
*/
|
|
164
156
|
createProperty(body?: DynamicProperty | undefined): Promise<DynamicProperty>;
|
|
165
157
|
protected processCreateProperty(response: Response): Promise<DynamicProperty>;
|
|
166
158
|
/**
|
|
167
|
-
* Update existing dynamic property
|
|
168
159
|
* @param body (optional)
|
|
169
160
|
* @return Success
|
|
170
161
|
*/
|
|
171
162
|
updateProperty(body?: DynamicProperty | undefined): Promise<void>;
|
|
172
163
|
protected processUpdateProperty(response: Response): Promise<void>;
|
|
173
164
|
/**
|
|
174
|
-
* Delete dynamic property
|
|
175
165
|
* @param propertyIds (optional)
|
|
176
166
|
* @return Success
|
|
177
167
|
*/
|
|
178
168
|
deleteProperty(propertyIds?: string[] | undefined): Promise<void>;
|
|
179
169
|
protected processDeleteProperty(response: Response): Promise<void>;
|
|
180
170
|
/**
|
|
181
|
-
* Does nothing. Just a way to expose DynamicObjectProperty thru Swagger.
|
|
182
171
|
* @return Success
|
|
183
172
|
*/
|
|
184
173
|
exposeDynamicObjectProperty(): Promise<DynamicObjectProperty>;
|
|
185
174
|
protected processExposeDynamicObjectProperty(response: Response): Promise<DynamicObjectProperty>;
|
|
186
175
|
/**
|
|
187
|
-
* Get dictionary items
|
|
188
176
|
* @param body (optional)
|
|
189
177
|
* @return Success
|
|
190
178
|
*/
|
|
191
179
|
searchDictionaryItems(body?: DynamicPropertyDictionaryItemSearchCriteria | undefined): Promise<DynamicPropertyDictionaryItemSearchResult>;
|
|
192
180
|
protected processSearchDictionaryItems(response: Response): Promise<DynamicPropertyDictionaryItemSearchResult>;
|
|
193
181
|
/**
|
|
194
|
-
* Add or update dictionary items
|
|
195
182
|
* @param body (optional)
|
|
196
183
|
* @return Success
|
|
197
184
|
*/
|
|
198
185
|
saveDictionaryItems(body?: DynamicPropertyDictionaryItem[] | undefined): Promise<void>;
|
|
199
186
|
protected processSaveDictionaryItems(response: Response): Promise<void>;
|
|
200
187
|
/**
|
|
201
|
-
*
|
|
202
|
-
* @param ids (optional) IDs of dictionary items to delete.
|
|
188
|
+
* @param ids (optional)
|
|
203
189
|
* @return Success
|
|
204
190
|
*/
|
|
205
191
|
deleteDictionaryItem(ids?: string[] | undefined): Promise<void>;
|
|
@@ -213,13 +199,41 @@ export declare class JobsClient extends AuthApiBase {
|
|
|
213
199
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
214
200
|
});
|
|
215
201
|
/**
|
|
216
|
-
* Get background job status
|
|
217
|
-
* @param id Job ID.
|
|
218
202
|
* @return Success
|
|
219
203
|
*/
|
|
220
204
|
getStatus(id: string): Promise<Job>;
|
|
221
205
|
protected processGetStatus(response: Response): Promise<Job>;
|
|
222
206
|
}
|
|
207
|
+
export declare class LocalizableSettingsClient extends AuthApiBase {
|
|
208
|
+
private http;
|
|
209
|
+
private baseUrl;
|
|
210
|
+
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
211
|
+
constructor(baseUrl?: string, http?: {
|
|
212
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
213
|
+
});
|
|
214
|
+
/**
|
|
215
|
+
* @return Success
|
|
216
|
+
*/
|
|
217
|
+
getSettingsAndLanguages(): Promise<LocalizableSettingsAndLanguages>;
|
|
218
|
+
protected processGetSettingsAndLanguages(response: Response): Promise<LocalizableSettingsAndLanguages>;
|
|
219
|
+
/**
|
|
220
|
+
* @return Success
|
|
221
|
+
*/
|
|
222
|
+
getDictionaryValues(name: string, language: string): Promise<KeyValue[]>;
|
|
223
|
+
protected processGetDictionaryValues(response: Response): Promise<KeyValue[]>;
|
|
224
|
+
/**
|
|
225
|
+
* @param body (optional)
|
|
226
|
+
* @return Success
|
|
227
|
+
*/
|
|
228
|
+
saveDictionaryItems(name: string, body?: DictionaryItem[] | undefined): Promise<void>;
|
|
229
|
+
protected processSaveDictionaryItems(response: Response): Promise<void>;
|
|
230
|
+
/**
|
|
231
|
+
* @param values (optional)
|
|
232
|
+
* @return Success
|
|
233
|
+
*/
|
|
234
|
+
deleteDictionaryItems(name: string, values?: string[] | undefined): Promise<void>;
|
|
235
|
+
protected processDeleteDictionaryItems(response: Response): Promise<void>;
|
|
236
|
+
}
|
|
223
237
|
export declare class ModulesClient extends AuthApiBase {
|
|
224
238
|
private http;
|
|
225
239
|
private baseUrl;
|
|
@@ -228,59 +242,50 @@ export declare class ModulesClient extends AuthApiBase {
|
|
|
228
242
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
229
243
|
});
|
|
230
244
|
/**
|
|
231
|
-
* Reload modules
|
|
232
245
|
* @return Success
|
|
233
246
|
*/
|
|
234
247
|
reloadModules(): Promise<void>;
|
|
235
248
|
protected processReloadModules(response: Response): Promise<void>;
|
|
236
249
|
/**
|
|
237
|
-
* Get installed modules
|
|
238
250
|
* @return Success
|
|
239
251
|
*/
|
|
240
252
|
getModules(): Promise<ModuleDescriptor[]>;
|
|
241
253
|
protected processGetModules(response: Response): Promise<ModuleDescriptor[]>;
|
|
242
254
|
/**
|
|
243
|
-
*
|
|
244
|
-
* @param body (optional) modules descriptors
|
|
255
|
+
* @param body (optional)
|
|
245
256
|
* @return Success
|
|
246
257
|
*/
|
|
247
258
|
getDependingModules(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
|
|
248
259
|
protected processGetDependingModules(response: Response): Promise<ModuleDescriptor[]>;
|
|
249
260
|
/**
|
|
250
|
-
*
|
|
251
|
-
* @param body (optional) modules descriptors
|
|
261
|
+
* @param body (optional)
|
|
252
262
|
* @return Success
|
|
253
263
|
*/
|
|
254
264
|
getMissingDependencies(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
|
|
255
265
|
protected processGetMissingDependencies(response: Response): Promise<ModuleDescriptor[]>;
|
|
256
266
|
/**
|
|
257
|
-
* Upload module package for installation or update
|
|
258
267
|
* @return Success
|
|
259
268
|
*/
|
|
260
269
|
uploadModuleArchive(): Promise<ModuleDescriptor>;
|
|
261
270
|
protected processUploadModuleArchive(response: Response): Promise<ModuleDescriptor>;
|
|
262
271
|
/**
|
|
263
|
-
*
|
|
264
|
-
* @param body (optional) modules for install
|
|
272
|
+
* @param body (optional)
|
|
265
273
|
* @return Success
|
|
266
274
|
*/
|
|
267
275
|
installModules(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
|
|
268
276
|
protected processInstallModules(response: Response): Promise<ModulePushNotification>;
|
|
269
277
|
/**
|
|
270
|
-
*
|
|
271
|
-
* @param body (optional) modules
|
|
278
|
+
* @param body (optional)
|
|
272
279
|
* @return Success
|
|
273
280
|
*/
|
|
274
281
|
uninstallModule(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
|
|
275
282
|
protected processUninstallModule(response: Response): Promise<ModulePushNotification>;
|
|
276
283
|
/**
|
|
277
|
-
* Restart web application
|
|
278
284
|
* @return Success
|
|
279
285
|
*/
|
|
280
286
|
restart(): Promise<void>;
|
|
281
287
|
protected processRestart(response: Response): Promise<void>;
|
|
282
288
|
/**
|
|
283
|
-
* Auto-install modules with specified groups
|
|
284
289
|
* @return Success
|
|
285
290
|
*/
|
|
286
291
|
tryToAutoInstallModules(): Promise<ModuleAutoInstallPushNotification>;
|
|
@@ -325,14 +330,12 @@ export declare class PushNotificationClient extends AuthApiBase {
|
|
|
325
330
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
326
331
|
});
|
|
327
332
|
/**
|
|
328
|
-
*
|
|
329
|
-
* @param body (optional) SearchAsync parameters.
|
|
333
|
+
* @param body (optional)
|
|
330
334
|
* @return Success
|
|
331
335
|
*/
|
|
332
336
|
searchPushNotification(body?: PushNotificationSearchCriteria | undefined): Promise<PushNotificationSearchResult>;
|
|
333
337
|
protected processSearchPushNotification(response: Response): Promise<PushNotificationSearchResult>;
|
|
334
338
|
/**
|
|
335
|
-
* Mark all notifications as read
|
|
336
339
|
* @return Success
|
|
337
340
|
*/
|
|
338
341
|
markAllAsRead(): Promise<PushNotificationSearchResult>;
|
|
@@ -346,20 +349,17 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
346
349
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
347
350
|
});
|
|
348
351
|
/**
|
|
349
|
-
*
|
|
350
|
-
* @param body (optional) Login request.
|
|
352
|
+
* @param body (optional)
|
|
351
353
|
* @return Success
|
|
352
354
|
*/
|
|
353
355
|
login(body?: LoginRequest | undefined): Promise<SignInResult>;
|
|
354
356
|
protected processLogin(response: Response): Promise<SignInResult>;
|
|
355
357
|
/**
|
|
356
|
-
* Sign out
|
|
357
358
|
* @return Success
|
|
358
359
|
*/
|
|
359
360
|
logout(): Promise<void>;
|
|
360
361
|
protected processLogout(response: Response): Promise<void>;
|
|
361
362
|
/**
|
|
362
|
-
* Get current user details
|
|
363
363
|
* @return Success
|
|
364
364
|
*/
|
|
365
365
|
getCurrentUser(): Promise<UserDetail>;
|
|
@@ -370,114 +370,96 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
370
370
|
userinfo(): Promise<Claim[]>;
|
|
371
371
|
protected processUserinfo(response: Response): Promise<Claim[]>;
|
|
372
372
|
/**
|
|
373
|
-
* Get all registered permissions
|
|
374
373
|
* @return Success
|
|
375
374
|
*/
|
|
376
375
|
getAllRegisteredPermissions(): Promise<Permission[]>;
|
|
377
376
|
protected processGetAllRegisteredPermissions(response: Response): Promise<Permission[]>;
|
|
378
377
|
/**
|
|
379
|
-
*
|
|
380
|
-
* @param body (optional) SearchAsync parameters.
|
|
378
|
+
* @param body (optional)
|
|
381
379
|
* @return Success
|
|
382
380
|
*/
|
|
383
381
|
searchRoles(body?: RoleSearchCriteria | undefined): Promise<RoleSearchResult>;
|
|
384
382
|
protected processSearchRoles(response: Response): Promise<RoleSearchResult>;
|
|
385
383
|
/**
|
|
386
|
-
* Get role by ID
|
|
387
384
|
* @return Success
|
|
388
385
|
*/
|
|
389
386
|
getRole(roleName: string): Promise<Role>;
|
|
390
387
|
protected processGetRole(response: Response): Promise<Role>;
|
|
391
388
|
/**
|
|
392
|
-
*
|
|
393
|
-
* @param ids (optional) An array of role IDs.
|
|
389
|
+
* @param ids (optional)
|
|
394
390
|
* @return Success
|
|
395
391
|
*/
|
|
396
392
|
deleteRoles(ids?: string[] | undefined): Promise<void>;
|
|
397
393
|
protected processDeleteRoles(response: Response): Promise<void>;
|
|
398
394
|
/**
|
|
399
|
-
* Update an existing role or create new
|
|
400
395
|
* @param body (optional)
|
|
401
396
|
* @return Success
|
|
402
397
|
*/
|
|
403
398
|
updateRole(body?: Role | undefined): Promise<SecurityResult>;
|
|
404
399
|
protected processUpdateRole(response: Response): Promise<SecurityResult>;
|
|
405
400
|
/**
|
|
406
|
-
*
|
|
407
|
-
* @param body (optional) Search criteria.
|
|
401
|
+
* @param body (optional)
|
|
408
402
|
* @return Success
|
|
409
403
|
*/
|
|
410
404
|
searchUsers(body?: UserSearchCriteria | undefined): Promise<UserSearchResult>;
|
|
411
405
|
protected processSearchUsers(response: Response): Promise<UserSearchResult>;
|
|
412
406
|
/**
|
|
413
|
-
* Get user details by user name
|
|
414
407
|
* @return Success
|
|
415
408
|
*/
|
|
416
409
|
getUserByName(userName: string): Promise<ApplicationUser>;
|
|
417
410
|
protected processGetUserByName(response: Response): Promise<ApplicationUser>;
|
|
418
411
|
/**
|
|
419
|
-
* Get user details by user ID
|
|
420
412
|
* @return Success
|
|
421
413
|
*/
|
|
422
414
|
getUserById(id: string): Promise<ApplicationUser>;
|
|
423
415
|
protected processGetUserById(response: Response): Promise<ApplicationUser>;
|
|
424
416
|
/**
|
|
425
|
-
* Get user details by user email
|
|
426
417
|
* @return Success
|
|
427
418
|
*/
|
|
428
419
|
getUserByEmail(email: string): Promise<ApplicationUser>;
|
|
429
420
|
protected processGetUserByEmail(response: Response): Promise<ApplicationUser>;
|
|
430
421
|
/**
|
|
431
|
-
* Get user details by external login provider
|
|
432
422
|
* @return Success
|
|
433
423
|
*/
|
|
434
424
|
getUserByLogin(loginProvider: string, providerKey: string): Promise<ApplicationUser>;
|
|
435
425
|
protected processGetUserByLogin(response: Response): Promise<ApplicationUser>;
|
|
436
426
|
/**
|
|
437
|
-
* Create new user
|
|
438
427
|
* @param body (optional)
|
|
439
428
|
* @return Success
|
|
440
429
|
*/
|
|
441
430
|
create(body?: ApplicationUser | undefined): Promise<SecurityResult>;
|
|
442
431
|
protected processCreate(response: Response): Promise<SecurityResult>;
|
|
443
432
|
/**
|
|
444
|
-
*
|
|
445
|
-
* @param body (optional) Old and new passwords.
|
|
433
|
+
* @param body (optional)
|
|
446
434
|
* @return Success
|
|
447
435
|
*/
|
|
448
436
|
changeCurrentUserPassword(body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
|
|
449
437
|
protected processChangeCurrentUserPassword(response: Response): Promise<SecurityResult>;
|
|
450
438
|
/**
|
|
451
|
-
*
|
|
452
|
-
* @param userName user name
|
|
453
|
-
* @param body (optional) Old and new passwords.
|
|
439
|
+
* @param body (optional)
|
|
454
440
|
* @return Success
|
|
455
441
|
*/
|
|
456
442
|
changePassword(userName: string, body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
|
|
457
443
|
protected processChangePassword(response: Response): Promise<SecurityResult>;
|
|
458
444
|
/**
|
|
459
|
-
*
|
|
460
|
-
* @param body (optional) Password reset information containing new password.
|
|
445
|
+
* @param body (optional)
|
|
461
446
|
* @return Success
|
|
462
447
|
*/
|
|
463
448
|
resetPassword(userName: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
|
|
464
449
|
protected processResetPassword(response: Response): Promise<SecurityResult>;
|
|
465
450
|
/**
|
|
466
|
-
*
|
|
467
|
-
* @param body (optional) New password.
|
|
451
|
+
* @param body (optional)
|
|
468
452
|
* @return Success
|
|
469
453
|
*/
|
|
470
454
|
resetPasswordByToken(userId: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
|
|
471
455
|
protected processResetPasswordByToken(response: Response): Promise<SecurityResult>;
|
|
472
456
|
/**
|
|
473
|
-
* Validate password reset token
|
|
474
457
|
* @param body (optional)
|
|
475
458
|
* @return Success
|
|
476
459
|
*/
|
|
477
460
|
validatePasswordResetToken(userId: string, body?: ValidatePasswordResetTokenRequest | undefined): Promise<boolean>;
|
|
478
461
|
protected processValidatePasswordResetToken(response: Response): Promise<boolean>;
|
|
479
462
|
/**
|
|
480
|
-
* Send email with instructions on how to reset user password.
|
|
481
463
|
* @return Success
|
|
482
464
|
*/
|
|
483
465
|
requestPasswordReset(loginOrEmail: string): Promise<void>;
|
|
@@ -495,42 +477,33 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
495
477
|
validateUserPassword(body?: ChangePasswordRequest | undefined): Promise<IdentityResult>;
|
|
496
478
|
protected processValidateUserPassword(response: Response): Promise<IdentityResult>;
|
|
497
479
|
/**
|
|
498
|
-
*
|
|
499
|
-
* @param body (optional) User details.
|
|
480
|
+
* @param body (optional)
|
|
500
481
|
* @return Success
|
|
501
482
|
*/
|
|
502
483
|
update(body?: ApplicationUser | undefined): Promise<SecurityResult>;
|
|
503
484
|
protected processUpdate(response: Response): Promise<SecurityResult>;
|
|
504
485
|
/**
|
|
505
|
-
*
|
|
506
|
-
* @param names (optional) An array of user names.
|
|
486
|
+
* @param names (optional)
|
|
507
487
|
* @return Success
|
|
508
488
|
*/
|
|
509
489
|
delete(names?: string[] | undefined): Promise<void>;
|
|
510
490
|
protected processDelete(response: Response): Promise<void>;
|
|
511
491
|
/**
|
|
512
|
-
* Checks if user locked
|
|
513
|
-
* @param id User id
|
|
514
492
|
* @return Success
|
|
515
493
|
*/
|
|
516
494
|
isUserLocked(id: string): Promise<UserLockedResult>;
|
|
517
495
|
protected processIsUserLocked(response: Response): Promise<UserLockedResult>;
|
|
518
496
|
/**
|
|
519
|
-
* Checks if manual password change is enabled
|
|
520
497
|
* @return Success
|
|
521
498
|
*/
|
|
522
499
|
passwordChangeEnabled(): Promise<UserLockedResult>;
|
|
523
500
|
protected processPasswordChangeEnabled(response: Response): Promise<UserLockedResult>;
|
|
524
501
|
/**
|
|
525
|
-
* Lock user
|
|
526
|
-
* @param id >User id
|
|
527
502
|
* @return Success
|
|
528
503
|
*/
|
|
529
504
|
lockUser(id: string): Promise<SecurityResult>;
|
|
530
505
|
protected processLockUser(response: Response): Promise<SecurityResult>;
|
|
531
506
|
/**
|
|
532
|
-
* Unlock user
|
|
533
|
-
* @param id >User id
|
|
534
507
|
* @return Success
|
|
535
508
|
*/
|
|
536
509
|
unlockUser(id: string): Promise<SecurityResult>;
|
|
@@ -559,13 +532,11 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
559
532
|
deleteUserApiKeys(ids?: string[] | undefined): Promise<UserApiKey[]>;
|
|
560
533
|
protected processDeleteUserApiKeys(response: Response): Promise<UserApiKey[]>;
|
|
561
534
|
/**
|
|
562
|
-
* Get allowed login types
|
|
563
535
|
* @return Success
|
|
564
536
|
*/
|
|
565
537
|
getLoginTypes(): Promise<LoginType[]>;
|
|
566
538
|
protected processGetLoginTypes(response: Response): Promise<LoginType[]>;
|
|
567
539
|
/**
|
|
568
|
-
* Verify user email
|
|
569
540
|
* @return Success
|
|
570
541
|
*/
|
|
571
542
|
sendVerificationEmail(userId: string): Promise<void>;
|
|
@@ -614,34 +585,27 @@ export declare class SettingClient extends AuthApiBase {
|
|
|
614
585
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
615
586
|
});
|
|
616
587
|
/**
|
|
617
|
-
* Get all settings
|
|
618
588
|
* @return Success
|
|
619
589
|
*/
|
|
620
|
-
getAllGlobalSettings(): Promise<ObjectSettingEntry>;
|
|
621
|
-
protected processGetAllGlobalSettings(response: Response): Promise<ObjectSettingEntry>;
|
|
590
|
+
getAllGlobalSettings(): Promise<ObjectSettingEntry[]>;
|
|
591
|
+
protected processGetAllGlobalSettings(response: Response): Promise<ObjectSettingEntry[]>;
|
|
622
592
|
/**
|
|
623
|
-
* Update settings values
|
|
624
593
|
* @param body (optional)
|
|
625
594
|
* @return Success
|
|
626
595
|
*/
|
|
627
596
|
update(body?: ObjectSettingEntry[] | undefined): Promise<void>;
|
|
628
597
|
protected processUpdate(response: Response): Promise<void>;
|
|
629
598
|
/**
|
|
630
|
-
* Get settings registered by specific module
|
|
631
|
-
* @param id Module ID.
|
|
632
599
|
* @return Success
|
|
633
600
|
*/
|
|
634
601
|
getGlobalModuleSettings(id: string): Promise<ObjectSettingEntry[]>;
|
|
635
602
|
protected processGetGlobalModuleSettings(response: Response): Promise<ObjectSettingEntry[]>;
|
|
636
603
|
/**
|
|
637
|
-
* Get setting details by name
|
|
638
|
-
* @param name Setting system name.
|
|
639
604
|
* @return Success
|
|
640
605
|
*/
|
|
641
606
|
getGlobalSetting(name: string): Promise<ObjectSettingEntry>;
|
|
642
607
|
protected processGetGlobalSetting(response: Response): Promise<ObjectSettingEntry>;
|
|
643
608
|
/**
|
|
644
|
-
* Get UI customization setting
|
|
645
609
|
* @return Success
|
|
646
610
|
*/
|
|
647
611
|
getUICustomizationSetting(): Promise<ObjectSettingEntry>;
|
|
@@ -920,6 +884,18 @@ export declare class ConfirmEmailRequest implements IConfirmEmailRequest {
|
|
|
920
884
|
export interface IConfirmEmailRequest {
|
|
921
885
|
token?: string | undefined;
|
|
922
886
|
}
|
|
887
|
+
export declare class DictionaryItem implements IDictionaryItem {
|
|
888
|
+
alias?: string | undefined;
|
|
889
|
+
localizedValues?: LocalizedValue[] | undefined;
|
|
890
|
+
constructor(data?: IDictionaryItem);
|
|
891
|
+
init(_data?: any): void;
|
|
892
|
+
static fromJS(data: any): DictionaryItem;
|
|
893
|
+
toJSON(data?: any): any;
|
|
894
|
+
}
|
|
895
|
+
export interface IDictionaryItem {
|
|
896
|
+
alias?: string | undefined;
|
|
897
|
+
localizedValues?: LocalizedValue[] | undefined;
|
|
898
|
+
}
|
|
923
899
|
export declare class DynamicObjectProperty implements IDynamicObjectProperty {
|
|
924
900
|
objectId?: string | undefined;
|
|
925
901
|
values?: DynamicPropertyObjectValue[] | undefined;
|
|
@@ -1181,6 +1157,7 @@ export declare enum EntryState {
|
|
|
1181
1157
|
export declare class ExternalSignInProviderInfo implements IExternalSignInProviderInfo {
|
|
1182
1158
|
authenticationType?: string | undefined;
|
|
1183
1159
|
displayName?: string | undefined;
|
|
1160
|
+
logoUrl?: string | undefined;
|
|
1184
1161
|
constructor(data?: IExternalSignInProviderInfo);
|
|
1185
1162
|
init(_data?: any): void;
|
|
1186
1163
|
static fromJS(data: any): ExternalSignInProviderInfo;
|
|
@@ -1189,6 +1166,7 @@ export declare class ExternalSignInProviderInfo implements IExternalSignInProvid
|
|
|
1189
1166
|
export interface IExternalSignInProviderInfo {
|
|
1190
1167
|
authenticationType?: string | undefined;
|
|
1191
1168
|
displayName?: string | undefined;
|
|
1169
|
+
logoUrl?: string | undefined;
|
|
1192
1170
|
}
|
|
1193
1171
|
export declare class IdentityError implements IIdentityError {
|
|
1194
1172
|
code?: string | undefined;
|
|
@@ -1248,6 +1226,18 @@ export declare enum JsonValueKind {
|
|
|
1248
1226
|
False = "False",
|
|
1249
1227
|
Null = "Null"
|
|
1250
1228
|
}
|
|
1229
|
+
export declare class KeyValue implements IKeyValue {
|
|
1230
|
+
key?: string | undefined;
|
|
1231
|
+
value?: string | undefined;
|
|
1232
|
+
constructor(data?: IKeyValue);
|
|
1233
|
+
init(_data?: any): void;
|
|
1234
|
+
static fromJS(data: any): KeyValue;
|
|
1235
|
+
toJSON(data?: any): any;
|
|
1236
|
+
}
|
|
1237
|
+
export interface IKeyValue {
|
|
1238
|
+
key?: string | undefined;
|
|
1239
|
+
value?: string | undefined;
|
|
1240
|
+
}
|
|
1251
1241
|
export declare class LastModifiedResponse implements ILastModifiedResponse {
|
|
1252
1242
|
scope?: string | undefined;
|
|
1253
1243
|
lastModifiedDate?: Date;
|
|
@@ -1278,6 +1268,42 @@ export interface ILicense {
|
|
|
1278
1268
|
expirationDate?: Date;
|
|
1279
1269
|
rawLicense?: string | undefined;
|
|
1280
1270
|
}
|
|
1271
|
+
export declare class LocalizableSetting implements ILocalizableSetting {
|
|
1272
|
+
name?: string | undefined;
|
|
1273
|
+
items?: DictionaryItem[] | undefined;
|
|
1274
|
+
constructor(data?: ILocalizableSetting);
|
|
1275
|
+
init(_data?: any): void;
|
|
1276
|
+
static fromJS(data: any): LocalizableSetting;
|
|
1277
|
+
toJSON(data?: any): any;
|
|
1278
|
+
}
|
|
1279
|
+
export interface ILocalizableSetting {
|
|
1280
|
+
name?: string | undefined;
|
|
1281
|
+
items?: DictionaryItem[] | undefined;
|
|
1282
|
+
}
|
|
1283
|
+
export declare class LocalizableSettingsAndLanguages implements ILocalizableSettingsAndLanguages {
|
|
1284
|
+
settings?: LocalizableSetting[] | undefined;
|
|
1285
|
+
languages?: string[] | undefined;
|
|
1286
|
+
constructor(data?: ILocalizableSettingsAndLanguages);
|
|
1287
|
+
init(_data?: any): void;
|
|
1288
|
+
static fromJS(data: any): LocalizableSettingsAndLanguages;
|
|
1289
|
+
toJSON(data?: any): any;
|
|
1290
|
+
}
|
|
1291
|
+
export interface ILocalizableSettingsAndLanguages {
|
|
1292
|
+
settings?: LocalizableSetting[] | undefined;
|
|
1293
|
+
languages?: string[] | undefined;
|
|
1294
|
+
}
|
|
1295
|
+
export declare class LocalizedValue implements ILocalizedValue {
|
|
1296
|
+
languageCode?: string | undefined;
|
|
1297
|
+
value?: string | undefined;
|
|
1298
|
+
constructor(data?: ILocalizedValue);
|
|
1299
|
+
init(_data?: any): void;
|
|
1300
|
+
static fromJS(data: any): LocalizedValue;
|
|
1301
|
+
toJSON(data?: any): any;
|
|
1302
|
+
}
|
|
1303
|
+
export interface ILocalizedValue {
|
|
1304
|
+
languageCode?: string | undefined;
|
|
1305
|
+
value?: string | undefined;
|
|
1306
|
+
}
|
|
1281
1307
|
export declare class LoginRequest implements ILoginRequest {
|
|
1282
1308
|
userName?: string | undefined;
|
|
1283
1309
|
password?: string | undefined;
|
|
@@ -1496,6 +1522,7 @@ export declare class ObjectSettingEntry implements IObjectSettingEntry {
|
|
|
1496
1522
|
allowedValues?: any[] | undefined;
|
|
1497
1523
|
defaultValue?: any | undefined;
|
|
1498
1524
|
isDictionary?: boolean;
|
|
1525
|
+
isLocalizable?: boolean;
|
|
1499
1526
|
constructor(data?: IObjectSettingEntry);
|
|
1500
1527
|
init(_data?: any): void;
|
|
1501
1528
|
static fromJS(data: any): ObjectSettingEntry;
|
|
@@ -1519,6 +1546,7 @@ export interface IObjectSettingEntry {
|
|
|
1519
1546
|
allowedValues?: any[] | undefined;
|
|
1520
1547
|
defaultValue?: any | undefined;
|
|
1521
1548
|
isDictionary?: boolean;
|
|
1549
|
+
isLocalizable?: boolean;
|
|
1522
1550
|
}
|
|
1523
1551
|
export declare class OpenIddictApplicationDescriptor implements IOpenIddictApplicationDescriptor {
|
|
1524
1552
|
clientId?: string | undefined;
|
|
@@ -1919,6 +1947,7 @@ export declare class SystemInfo implements ISystemInfo {
|
|
|
1919
1947
|
is64BitOperatingSystem?: boolean;
|
|
1920
1948
|
is64BitProcess?: boolean;
|
|
1921
1949
|
databaseProvider?: string | undefined;
|
|
1950
|
+
environmentName?: string | undefined;
|
|
1922
1951
|
constructor(data?: ISystemInfo);
|
|
1923
1952
|
init(_data?: any): void;
|
|
1924
1953
|
static fromJS(data: any): SystemInfo;
|
|
@@ -1932,6 +1961,7 @@ export interface ISystemInfo {
|
|
|
1932
1961
|
is64BitOperatingSystem?: boolean;
|
|
1933
1962
|
is64BitProcess?: boolean;
|
|
1934
1963
|
databaseProvider?: string | undefined;
|
|
1964
|
+
environmentName?: string | undefined;
|
|
1935
1965
|
}
|
|
1936
1966
|
export declare class UserApiKey implements IUserApiKey {
|
|
1937
1967
|
apiKey?: string | undefined;
|
|
@@ -1965,6 +1995,8 @@ export declare class UserDetail implements IUserDetail {
|
|
|
1965
1995
|
isAdministrator?: boolean;
|
|
1966
1996
|
passwordExpired?: boolean;
|
|
1967
1997
|
daysTillPasswordExpiry?: number;
|
|
1998
|
+
authenticationMethod?: string | undefined;
|
|
1999
|
+
isSsoAuthenticationMethod?: boolean;
|
|
1968
2000
|
id?: string | undefined;
|
|
1969
2001
|
constructor(data?: IUserDetail);
|
|
1970
2002
|
init(_data?: any): void;
|
|
@@ -1977,6 +2009,8 @@ export interface IUserDetail {
|
|
|
1977
2009
|
isAdministrator?: boolean;
|
|
1978
2010
|
passwordExpired?: boolean;
|
|
1979
2011
|
daysTillPasswordExpiry?: number;
|
|
2012
|
+
authenticationMethod?: string | undefined;
|
|
2013
|
+
isSsoAuthenticationMethod?: boolean;
|
|
1980
2014
|
id?: string | undefined;
|
|
1981
2015
|
}
|
|
1982
2016
|
export declare class UserLockedResult implements IUserLockedResult {
|
|
@@ -1994,6 +2028,8 @@ export declare class UserSearchCriteria implements IUserSearchCriteria {
|
|
|
1994
2028
|
memberIds?: string[] | undefined;
|
|
1995
2029
|
modifiedSinceDate?: Date | undefined;
|
|
1996
2030
|
roles?: string[] | undefined;
|
|
2031
|
+
lasLoginDate?: Date | undefined;
|
|
2032
|
+
onlyUnlocked?: boolean;
|
|
1997
2033
|
responseGroup?: string | undefined;
|
|
1998
2034
|
objectType?: string | undefined;
|
|
1999
2035
|
objectTypes?: string[] | undefined;
|
|
@@ -2015,6 +2051,8 @@ export interface IUserSearchCriteria {
|
|
|
2015
2051
|
memberIds?: string[] | undefined;
|
|
2016
2052
|
modifiedSinceDate?: Date | undefined;
|
|
2017
2053
|
roles?: string[] | undefined;
|
|
2054
|
+
lasLoginDate?: Date | undefined;
|
|
2055
|
+
onlyUnlocked?: boolean;
|
|
2018
2056
|
responseGroup?: string | undefined;
|
|
2019
2057
|
objectType?: string | undefined;
|
|
2020
2058
|
objectTypes?: string[] | undefined;
|