@vc-shell/framework 2.0.0-alpha.3 → 2.0.0-alpha.31
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 +4810 -0
- package/dist/ai-agent/index.js +13 -0
- package/dist/chunks/ExtensionPoint.vue_vue_type_style_index_0_lang-B1R06zHa.js +12 -0
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CEHpWiBV.js +6552 -0
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-ByeZ_FRv.js +19548 -0
- package/dist/chunks/index-B0X7STCw.js +181 -0
- package/dist/chunks/index-BuTo_Lx8.js +72 -0
- package/dist/chunks/index-COv5_72w.js +119 -0
- package/dist/chunks/vc-toast.vue_vue_type_style_index_0_lang-8VHs_4Pe.js +175 -0
- package/dist/chunks/vendor-boolbase-Cyd7_957.js +18 -0
- package/dist/chunks/vendor-cheerio-DKt5ox2U.js +1053 -0
- package/dist/chunks/vendor-cheerio-select-B8BTSEdK.js +191 -0
- package/dist/chunks/vendor-css-select-C4b9igDP.js +622 -0
- package/dist/chunks/vendor-dompurify-BIuh5IAZ.js +553 -0
- package/dist/chunks/vendor-intlify-core-base-BfDxYEHM.js +1141 -0
- package/dist/chunks/vendor-intlify-message-compiler-B2Y3gZDu.js +960 -0
- package/dist/chunks/vendor-intlify-shared-Drx6AmQ9.js +144 -0
- package/dist/chunks/vendor-iso-639-1-ig8i9Svg.js +781 -0
- package/dist/chunks/vendor-lodash-es-BwHYzZ39.js +1497 -0
- package/dist/chunks/vendor-lucide-vue-next-CwUrzD6N.js +33103 -0
- package/dist/chunks/vendor-markdown-it-task-lists-xwqUBSah.js +72 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-analytics-js-Dvbvo5Dl.js +1207 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-cfgsync-js-9wxxo7yB.js +261 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-channel-js-c-UYe0ly.js +1822 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-common-DgFOCv6a.js +1921 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-core-js-DYtaESwI.js +4276 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-dependencies-js-BoRkSVPF.js +1407 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-properties-js-Ymy9TFDL.js +572 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-shims-Ds7KyOsR.js +43 -0
- package/dist/chunks/vendor-microsoft-applicationinsights-web-gIbMmGYP.js +487 -0
- package/dist/chunks/vendor-microsoft-dynamicproto-js-CMXJqDx1.js +147 -0
- package/dist/chunks/vendor-microsoft-signalr-Bgpbb4fW.js +1761 -0
- package/dist/chunks/vendor-nevware21-ts-async-CP171WHM.js +261 -0
- package/dist/chunks/vendor-nevware21-ts-utils-Dl8msUu_.js +853 -0
- package/dist/chunks/vendor-nth-check-CuyQT_ny.js +45 -0
- package/dist/chunks/vendor-prettier-B0zlh-ye.js +5215 -0
- package/dist/chunks/vendor-prosemirror-gapcursor-D3tpkzBp.js +203 -0
- package/dist/chunks/vendor-prosemirror-tables-DIAkeGRL.js +1414 -0
- package/dist/chunks/vendor-prosemirror-view-Chu67Jpw.js +3800 -0
- package/dist/chunks/vendor-sortablejs-Bsvu-FKn.js +1276 -0
- package/dist/chunks/vendor-striptags--4dtoP3u.js +120 -0
- package/dist/chunks/vendor-swiper-D1fVhFeH.js +3727 -0
- package/dist/chunks/vendor-tiptap-core-BWgKs47g.js +3925 -0
- package/dist/chunks/vendor-tiptap-extension-blockquote-B1RV9c0W.js +60 -0
- package/dist/chunks/vendor-tiptap-extension-bold-BdAf6fWQ.js +80 -0
- package/dist/chunks/vendor-tiptap-extension-code-_cv4EOBy.js +52 -0
- package/dist/chunks/vendor-tiptap-extension-code-block-CT5P4x0D.js +215 -0
- package/dist/chunks/vendor-tiptap-extension-document-C41wXth1.js +12 -0
- package/dist/chunks/vendor-tiptap-extension-hard-break-Ds2hA4at.js +59 -0
- package/dist/chunks/vendor-tiptap-extension-heading-DvnqoCO-.js +63 -0
- package/dist/chunks/vendor-tiptap-extension-horizontal-rule-BceRNOIu.js +56 -0
- package/dist/chunks/vendor-tiptap-extension-image-DLERQS1u.js +128 -0
- package/dist/chunks/vendor-tiptap-extension-italic-BGv0ktjJ.js +79 -0
- package/dist/chunks/vendor-tiptap-extension-link-BAzgztbX.js +312 -0
- package/dist/chunks/vendor-tiptap-extension-list-rFRwhCY_.js +724 -0
- package/dist/chunks/vendor-tiptap-extension-paragraph-EwqudBl5.js +49 -0
- package/dist/chunks/vendor-tiptap-extension-placeholder-D1_k7Sra.js +1 -0
- package/dist/chunks/vendor-tiptap-extension-strike-Cqq1i9pe.js +64 -0
- package/dist/chunks/vendor-tiptap-extension-table-cell-odWoHoTv.js +1 -0
- package/dist/chunks/vendor-tiptap-extension-table-header-odWoHoTv.js +1 -0
- package/dist/chunks/vendor-tiptap-extension-table-row-odWoHoTv.js +1 -0
- package/dist/chunks/vendor-tiptap-extension-table-tNWQInwa.js +374 -0
- package/dist/chunks/vendor-tiptap-extension-text-BaLQc3hC.js +13 -0
- package/dist/chunks/vendor-tiptap-extension-text-style-BDbT1PMb.js +235 -0
- package/dist/chunks/vendor-tiptap-extension-underline-CiUEdG6D.js +65 -0
- package/dist/chunks/vendor-tiptap-extensions-pwHVUzkb.js +299 -0
- package/dist/chunks/vendor-tiptap-markdown-D0feGfKk.js +826 -0
- package/dist/chunks/vendor-tiptap-pm-CG4ksPkF.js +1 -0
- package/dist/chunks/vendor-tiptap-starter-kit-BEsLVJ4Q.js +28 -0
- package/dist/chunks/vendor-tiptap-vue-3-CdIBiRMV.js +157 -0
- package/dist/chunks/vendor-truncate-html-DDVwXwPl.js +145 -0
- package/dist/chunks/vendor-unovis-ts-D3MmJ11i.js +2382 -0
- package/dist/chunks/vendor-unovis-vue-CMGNLXsC.js +446 -0
- package/dist/chunks/vendor-vue-i18n-BSCeQYoP.js +1369 -0
- package/dist/chunks/vendor-vue3-application-insights-Cq46Q3rj.js +69 -0
- package/dist/chunks/vendor-vueuse-components-DRdTsx6e.js +219 -0
- package/dist/chunks/vendor-vueuse-core-DaNNrqjn.js +586 -0
- package/dist/chunks/vendor-vueuse-shared-PQ04AyOW.js +149 -0
- package/dist/chunks/vendor-web-vitals-ByFgAM-8.js +215 -0
- package/dist/core/api/platform.d.ts +300 -954
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/blade-navigation/bladeConfigRegistry.d.ts +21 -0
- package/dist/core/blade-navigation/bladeConfigRegistry.d.ts.map +1 -0
- package/dist/core/blade-navigation/index.d.ts +5 -0
- package/dist/core/blade-navigation/index.d.ts.map +1 -0
- package/dist/core/blade-navigation/types/index.d.ts +252 -0
- package/dist/core/blade-navigation/types/index.d.ts.map +1 -0
- package/dist/core/blade-navigation/useBladeMessaging.d.ts +18 -0
- package/dist/core/blade-navigation/useBladeMessaging.d.ts.map +1 -0
- package/dist/core/blade-navigation/useBladeStack.d.ts +19 -0
- package/dist/core/blade-navigation/useBladeStack.d.ts.map +1 -0
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts +32 -0
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -0
- package/dist/core/blade-navigation/utils/navigateToMainRoute.d.ts.map +1 -0
- package/dist/core/blade-navigation/utils/restoreFromUrl.d.ts +24 -0
- package/dist/core/blade-navigation/utils/restoreFromUrl.d.ts.map +1 -0
- package/dist/core/blade-navigation/utils/urlSync.d.ts +54 -0
- package/dist/core/blade-navigation/utils/urlSync.d.ts.map +1 -0
- package/dist/core/composables/bladeContext/index.d.ts +29 -0
- package/dist/core/composables/bladeContext/index.d.ts.map +1 -0
- package/dist/core/composables/index.d.ts +7 -1
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useAppBarMobileButtons/index.d.ts.map +1 -1
- package/dist/core/composables/useAppInsights/index.d.ts +2 -1
- package/dist/core/composables/useAppInsights/index.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useAssetsManager/index.d.ts +24 -0
- package/dist/core/composables/useAssetsManager/index.d.ts.map +1 -0
- package/dist/core/composables/useAsync/index.d.ts.map +1 -1
- package/dist/core/composables/useBlade/index.d.ts +34 -27
- package/dist/core/composables/useBlade/index.d.ts.map +1 -1
- package/dist/core/composables/useBladeForm/index.d.ts +17 -0
- package/dist/core/composables/useBladeForm/index.d.ts.map +1 -0
- package/dist/core/composables/useBladeForm/types.d.ts +39 -0
- package/dist/core/composables/useBladeForm/types.d.ts.map +1 -0
- package/dist/core/composables/useBladeNavigationAdapter/index.d.ts +33 -0
- package/dist/core/composables/useBladeNavigationAdapter/index.d.ts.map +1 -0
- package/dist/core/composables/useBladeRegistry/index.d.ts +1 -1
- package/dist/core/composables/useBladeRegistry/index.d.ts.map +1 -1
- package/dist/core/composables/useBladeWidgets/index.d.ts +49 -0
- package/dist/core/composables/useBladeWidgets/index.d.ts.map +1 -0
- package/dist/core/composables/useConnectionStatus/index.d.ts.map +1 -1
- package/dist/core/composables/useDynamicProperties/index.d.ts +3 -69
- package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
- package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/color.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/color.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/index.d.ts +4 -0
- package/dist/core/composables/useDynamicProperties/strategies/index.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/measure.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/measure.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/types.d.ts +16 -0
- package/dist/core/composables/useDynamicProperties/strategies/types.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/types.d.ts +70 -0
- package/dist/core/composables/useDynamicProperties/types.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/utils.d.ts +10 -0
- package/dist/core/composables/useDynamicProperties/utils.d.ts.map +1 -0
- package/dist/core/composables/useFunctions/debounce.d.ts.map +1 -1
- package/dist/core/composables/useMenuExpanded/index.d.ts +9 -0
- package/dist/core/composables/useMenuExpanded/index.d.ts.map +1 -0
- package/dist/core/composables/useModificationTracker/index.d.ts.map +1 -0
- package/dist/core/composables/useNotifications/index.d.ts +3 -8
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
- package/dist/core/composables/usePopup/index.d.ts +14 -0
- package/dist/core/composables/usePopup/index.d.ts.map +1 -0
- package/dist/core/composables/useResponsive/index.d.ts +26 -0
- package/dist/core/composables/useResponsive/index.d.ts.map +1 -0
- package/dist/core/composables/useSidebarState/index.d.ts.map +1 -1
- package/dist/core/composables/useSlowNetworkDetection/index.d.ts +10 -0
- package/dist/core/composables/useSlowNetworkDetection/index.d.ts.map +1 -0
- package/dist/core/composables/useTheme/index.d.ts.map +1 -1
- package/dist/core/composables/useToolbar/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/composables/useWidgets/index.d.ts +4 -0
- package/dist/core/composables/useWidgets/index.d.ts.map +1 -1
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/notifications/composables/index.d.ts +4 -0
- package/dist/core/notifications/composables/index.d.ts.map +1 -0
- package/dist/core/notifications/composables/useBladeNotifications.d.ts +13 -0
- package/dist/core/notifications/composables/useBladeNotifications.d.ts.map +1 -0
- package/dist/core/notifications/composables/useNotificationContext.d.ts +4 -0
- package/dist/core/notifications/composables/useNotificationContext.d.ts.map +1 -0
- package/dist/core/notifications/composables/useNotificationStore.d.ts +11 -0
- package/dist/core/notifications/composables/useNotificationStore.d.ts.map +1 -0
- package/dist/core/notifications/index.d.ts +10 -0
- package/dist/core/notifications/index.d.ts.map +1 -0
- package/dist/core/notifications/notification.d.ts +18 -0
- package/dist/core/notifications/notification.d.ts.map +1 -0
- package/dist/core/notifications/store.d.ts +27 -0
- package/dist/core/notifications/store.d.ts.map +1 -0
- package/dist/core/notifications/toast-controller.d.ts +7 -0
- package/dist/core/notifications/toast-controller.d.ts.map +1 -0
- package/dist/core/notifications/toast-types.d.ts +27 -0
- package/dist/core/notifications/toast-types.d.ts.map +1 -0
- package/dist/core/notifications/types.d.ts +48 -0
- package/dist/core/notifications/types.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts +3 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -10
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +2 -3
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts +2 -2
- package/dist/core/plugins/ai-agent/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/public.d.ts +12 -0
- package/dist/core/plugins/ai-agent/public.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +2 -4
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/services/context-manager.d.ts +21 -0
- package/dist/core/plugins/ai-agent/services/context-manager.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts +29 -0
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/services/panel-controller.d.ts +16 -0
- package/dist/core/plugins/ai-agent/services/panel-controller.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/types.d.ts +2 -2
- package/dist/core/plugins/ai-agent/types.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts +16 -0
- package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/utils/index.d.ts +2 -0
- package/dist/core/plugins/ai-agent/utils/index.d.ts.map +1 -0
- package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +3 -2
- package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts.map +1 -1
- package/dist/core/plugins/extension-points/public.d.ts +8 -0
- package/dist/core/plugins/extension-points/public.d.ts.map +1 -0
- package/dist/core/plugins/extension-points/store.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +44 -32
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts +0 -1
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/plugins/validation/rules.d.ts.map +1 -1
- package/dist/core/services/_internal/index.d.ts +3 -3
- package/dist/core/services/_internal/index.d.ts.map +1 -1
- package/dist/core/services/app-bar-menu-service.d.ts.map +1 -1
- package/dist/core/services/dashboard-service.d.ts.map +1 -1
- package/dist/core/services/settings-menu-service.d.ts.map +1 -1
- package/dist/core/services/widget-service.d.ts +25 -24
- package/dist/core/services/widget-service.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +15 -101
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/types/menu-types.d.ts +80 -0
- package/dist/core/types/menu-types.d.ts.map +1 -0
- package/dist/core/utilities/assets.d.ts +6 -0
- package/dist/core/utilities/assets.d.ts.map +1 -0
- package/dist/core/utilities/colorUtils.d.ts.map +1 -0
- package/dist/core/utilities/date/formatDate.d.ts.map +1 -1
- package/dist/core/utilities/error.d.ts.map +1 -1
- package/dist/core/utilities/formatBadgeCount.d.ts.map +1 -0
- package/dist/core/utilities/index.d.ts +4 -0
- package/dist/core/utilities/index.d.ts.map +1 -1
- package/dist/core/utilities/pendingErrorNotifications.d.ts +2 -2
- package/dist/core/utilities/thumbnail/index.d.ts +42 -0
- package/dist/core/utilities/thumbnail/index.d.ts.map +1 -0
- package/dist/extensions/index.js +8 -0
- package/dist/framework.js +3844 -35955
- package/dist/index.css +9 -0
- package/dist/index.d.ts +33 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +10 -39
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.d.ts +3 -0
- package/dist/locales/de.js +439 -0
- package/dist/locales/en.d.ts +3 -0
- package/dist/locales/en.js +439 -0
- package/dist/locales/en.json +17 -5
- package/dist/locales/types.d.ts +446 -0
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts +4 -0
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -0
- package/dist/modules/assets/components/assets-details/index.d.ts +3 -0
- package/dist/modules/assets/components/assets-details/index.d.ts.map +1 -0
- package/dist/modules/assets/components/index.d.ts +2 -0
- package/dist/modules/assets/components/index.d.ts.map +1 -0
- package/dist/modules/assets/index.d.ts +11 -0
- package/dist/modules/assets/index.d.ts.map +1 -0
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +4 -0
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -0
- package/dist/modules/assets-manager/components/assets-manager/index.d.ts +3 -0
- package/dist/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -0
- package/dist/modules/assets-manager/components/index.d.ts +2 -0
- package/dist/modules/assets-manager/components/index.d.ts.map +1 -0
- package/dist/modules/assets-manager/index.d.ts +11 -0
- package/dist/modules/assets-manager/index.d.ts.map +1 -0
- package/dist/modules/index.d.ts +3 -0
- package/dist/modules/index.d.ts.map +1 -0
- package/dist/scripts/check-locales.cjs +3182 -0
- package/dist/shell/_internal/_storybook-helpers.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/index.d.ts +3 -0
- package/dist/shell/_internal/blade-navigation/components/index.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +9 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/index.d.ts +3 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts +4 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/index.d.ts +2 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/index.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +21 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/index.d.ts +3 -0
- package/dist/shell/_internal/blade-navigation/index.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/plugin-v2.d.ts +39 -0
- package/dist/shell/_internal/blade-navigation/plugin-v2.d.ts.map +1 -0
- package/dist/shell/_internal/notifications/components/index.d.ts +2 -0
- package/dist/shell/_internal/notifications/components/index.d.ts.map +1 -0
- package/dist/shell/_internal/notifications/components/notification-container/index.d.ts +120 -0
- package/dist/shell/_internal/notifications/components/notification-container/index.d.ts.map +1 -0
- package/dist/shell/_internal/notifications/composables/index.d.ts +3 -0
- package/dist/shell/_internal/notifications/composables/index.d.ts.map +1 -0
- package/dist/shell/_internal/notifications/composables/useContainer/index.d.ts +23 -0
- package/dist/shell/_internal/notifications/composables/useContainer/index.d.ts.map +1 -0
- package/dist/shell/_internal/notifications/composables/useInstance/index.d.ts +11 -0
- package/dist/shell/_internal/notifications/composables/useInstance/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/common/vc-popup-base.vue.d.ts +51 -0
- package/dist/shell/_internal/popup/common/vc-popup-base.vue.d.ts.map +1 -0
- package/dist/shell/_internal/popup/common/vc-popup-error.vue.d.ts +24 -0
- package/dist/shell/_internal/popup/common/vc-popup-error.vue.d.ts.map +1 -0
- package/dist/shell/_internal/popup/common/vc-popup-info.vue.d.ts +24 -0
- package/dist/shell/_internal/popup/common/vc-popup-info.vue.d.ts.map +1 -0
- package/dist/shell/_internal/popup/common/vc-popup-warning.vue.d.ts +27 -0
- package/dist/shell/_internal/popup/common/vc-popup-warning.vue.d.ts.map +1 -0
- package/dist/shell/_internal/popup/components/index.d.ts +2 -0
- package/dist/shell/_internal/popup/components/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/components/vc-popup-container/index.d.ts +3 -0
- package/dist/shell/_internal/popup/components/vc-popup-container/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/components/vc-popup-container/vc-popup-container.vue.d.ts +4 -0
- package/dist/shell/_internal/popup/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -0
- package/dist/shell/_internal/popup/composables/index.d.ts +2 -0
- package/dist/shell/_internal/popup/composables/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/composables/usePopup/index.d.ts +2 -0
- package/dist/shell/_internal/popup/composables/usePopup/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/index.d.ts +16 -0
- package/dist/shell/_internal/popup/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/keys.d.ts +4 -0
- package/dist/shell/_internal/popup/keys.d.ts.map +1 -0
- package/dist/shell/_internal/popup/plugin.d.ts +7 -0
- package/dist/shell/_internal/popup/plugin.d.ts.map +1 -0
- package/dist/shell/_internal/popup/types/index.d.ts +22 -0
- package/dist/shell/_internal/popup/types/index.d.ts.map +1 -0
- package/dist/shell/_internal/popup/utils/index.d.ts.map +1 -0
- package/dist/shell/auth/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts +14 -0
- package/dist/shell/auth/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts.map +1 -0
- package/dist/shell/auth/ForgotPasswordPage/components/forgot-password/index.d.ts +3 -0
- package/dist/shell/auth/ForgotPasswordPage/components/forgot-password/index.d.ts.map +1 -0
- package/dist/shell/auth/ForgotPasswordPage/components/index.d.ts +2 -0
- package/dist/shell/auth/ForgotPasswordPage/components/index.d.ts.map +1 -0
- package/dist/shell/auth/ForgotPasswordPage/index.d.ts +2 -0
- package/dist/shell/auth/ForgotPasswordPage/index.d.ts.map +1 -0
- package/dist/shell/auth/InvitePage/components/index.d.ts +2 -0
- package/dist/shell/auth/InvitePage/components/index.d.ts.map +1 -0
- package/dist/shell/auth/InvitePage/components/invite/Invite.vue.d.ts +14 -0
- package/dist/shell/auth/InvitePage/components/invite/Invite.vue.d.ts.map +1 -0
- package/dist/shell/auth/InvitePage/components/invite/index.d.ts +3 -0
- package/dist/shell/auth/InvitePage/components/invite/index.d.ts.map +1 -0
- package/dist/shell/auth/InvitePage/index.d.ts +2 -0
- package/dist/shell/auth/InvitePage/index.d.ts.map +1 -0
- package/dist/shell/auth/LoginPage/components/index.d.ts +2 -0
- package/dist/shell/auth/LoginPage/components/index.d.ts.map +1 -0
- package/dist/shell/auth/LoginPage/components/login/Login.vue.d.ts +11 -0
- package/dist/shell/auth/LoginPage/components/login/Login.vue.d.ts.map +1 -0
- package/dist/shell/auth/LoginPage/components/login/index.d.ts +3 -0
- package/dist/shell/auth/LoginPage/components/login/index.d.ts.map +1 -0
- package/dist/shell/auth/LoginPage/index.d.ts +2 -0
- package/dist/shell/auth/LoginPage/index.d.ts.map +1 -0
- package/dist/shell/auth/ResetPasswordPage/components/index.d.ts +2 -0
- package/dist/shell/auth/ResetPasswordPage/components/index.d.ts.map +1 -0
- package/dist/shell/auth/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +14 -0
- package/dist/shell/auth/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -0
- package/dist/shell/auth/ResetPasswordPage/components/reset-password/index.d.ts +3 -0
- package/dist/shell/auth/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -0
- package/dist/shell/auth/ResetPasswordPage/index.d.ts +2 -0
- package/dist/shell/auth/ResetPasswordPage/index.d.ts.map +1 -0
- package/dist/shell/auth/index.d.ts +6 -0
- package/dist/shell/auth/index.d.ts.map +1 -0
- package/dist/shell/auth/sign-in/external-provider.vue.d.ts +16 -0
- package/dist/shell/auth/sign-in/external-provider.vue.d.ts.map +1 -0
- package/dist/shell/auth/sign-in/external-providers.vue.d.ts +8 -0
- package/dist/shell/auth/sign-in/external-providers.vue.d.ts.map +1 -0
- package/dist/shell/auth/sign-in/index.d.ts +2 -0
- package/dist/shell/auth/sign-in/index.d.ts.map +1 -0
- package/dist/shell/auth/sign-in/useExternalProvider.d.ts.map +1 -0
- package/dist/shell/components/app-hub/composables/index.d.ts +2 -0
- package/dist/shell/components/app-hub/composables/index.d.ts.map +1 -0
- package/dist/shell/components/app-hub/composables/useAppHub/index.d.ts +10 -0
- package/dist/shell/components/app-hub/composables/useAppHub/index.d.ts.map +1 -0
- package/dist/shell/components/change-password/change-password.vue.d.ts +12 -0
- package/dist/shell/components/change-password/change-password.vue.d.ts.map +1 -0
- package/dist/shell/components/change-password/index.d.ts.map +1 -0
- package/dist/shell/components/change-password-button/change-password-button.vue.d.ts +4 -0
- package/dist/shell/components/change-password-button/change-password-button.vue.d.ts.map +1 -0
- package/dist/shell/components/change-password-button/index.d.ts.map +1 -0
- package/dist/shell/components/error-interceptor/index.d.ts.map +1 -0
- package/dist/shell/components/error-interceptor/interceptor.d.ts.map +1 -0
- package/dist/shell/components/index.d.ts +13 -0
- package/dist/shell/components/index.d.ts.map +1 -0
- package/dist/shell/components/language-selector/index.d.ts.map +1 -0
- package/dist/shell/components/language-selector/language-selector.vue.d.ts +4 -0
- package/dist/shell/components/language-selector/language-selector.vue.d.ts.map +1 -0
- package/dist/shell/components/logout-button/index.d.ts.map +1 -0
- package/dist/shell/components/logout-button/logout-button.vue.d.ts +4 -0
- package/dist/shell/components/logout-button/logout-button.vue.d.ts.map +1 -0
- package/dist/shell/components/notification-dropdown/_internal/notification/index.d.ts.map +1 -0
- package/dist/shell/components/notification-dropdown/_internal/notification/notification.vue.d.ts +15 -0
- package/dist/shell/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -0
- package/dist/shell/components/notification-dropdown/index.d.ts.map +1 -0
- package/dist/shell/components/notification-dropdown/notification-dropdown.vue.d.ts +4 -0
- package/dist/shell/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -0
- package/dist/shell/components/notification-template/index.d.ts.map +1 -0
- package/dist/shell/components/notification-template/notification-template.vue.d.ts +29 -0
- package/dist/shell/components/notification-template/notification-template.vue.d.ts.map +1 -0
- package/dist/shell/components/settings-menu/index.d.ts.map +1 -0
- package/dist/shell/components/settings-menu/settings-menu.vue.d.ts +4 -0
- package/dist/shell/components/settings-menu/settings-menu.vue.d.ts.map +1 -0
- package/dist/shell/components/settings-menu-item/index.d.ts.map +1 -0
- package/dist/shell/components/settings-menu-item/settings-menu-item.vue.d.ts +42 -0
- package/dist/shell/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -0
- package/dist/shell/components/sidebar/index.d.ts.map +1 -0
- package/dist/shell/components/sidebar/sidebar.vue.d.ts +31 -0
- package/dist/shell/components/sidebar/sidebar.vue.d.ts.map +1 -0
- package/dist/shell/components/theme-selector/index.d.ts.map +1 -0
- package/dist/shell/components/theme-selector/theme-selector.vue.d.ts +4 -0
- package/dist/shell/components/theme-selector/theme-selector.vue.d.ts.map +1 -0
- package/dist/shell/components/user-dropdown-button/_internal/user-info.vue.d.ts +10 -0
- package/dist/shell/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -0
- package/dist/shell/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +14 -0
- package/dist/shell/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -0
- package/dist/shell/components/user-dropdown-button/index.d.ts.map +1 -0
- package/dist/shell/components/user-dropdown-button/user-dropdown-button.vue.d.ts +10 -0
- package/dist/shell/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/ChartContainer.vue.d.ts +17 -0
- package/dist/shell/dashboard/dashboard-charts/ChartContainer.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/ChartLegend.vue.d.ts +8 -0
- package/dist/shell/dashboard/dashboard-charts/ChartLegend.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/ChartTooltip.vue.d.ts +13 -0
- package/dist/shell/dashboard/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/DashboardBarChart.vue.d.ts +39 -0
- package/dist/shell/dashboard/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/DashboardDonutChart.vue.d.ts +33 -0
- package/dist/shell/dashboard/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/DashboardLineChart.vue.d.ts +39 -0
- package/dist/shell/dashboard/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/chart-utils.d.ts +29 -0
- package/dist/shell/dashboard/dashboard-charts/chart-utils.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/index.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-charts/types.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-feed-list.vue.d.ts +13 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-feed-list.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-feed-row.vue.d.ts +18 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-feed-row.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-stat-item.vue.d.ts +12 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-stat-item.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-widget-card.vue.d.ts +22 -0
- package/dist/shell/dashboard/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/dashboard-widget-card/index.d.ts +5 -0
- package/dist/shell/dashboard/dashboard-widget-card/index.d.ts.map +1 -0
- package/dist/shell/dashboard/draggable-dashboard/DraggableDashboard.vue.d.ts +21 -0
- package/dist/shell/dashboard/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/draggable-dashboard/GridstackDashboard.vue.d.ts +22 -0
- package/dist/shell/dashboard/draggable-dashboard/GridstackDashboard.vue.d.ts.map +1 -0
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstack.d.ts +56 -0
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstack.d.ts.map +1 -0
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstackAdapter.d.ts +47 -0
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstackAdapter.d.ts.map +1 -0
- package/dist/shell/dashboard/draggable-dashboard/index.d.ts +13 -0
- package/dist/shell/dashboard/draggable-dashboard/index.d.ts.map +1 -0
- package/dist/shell/dashboard/draggable-dashboard/types.d.ts.map +1 -0
- package/dist/shell/dashboard/index.d.ts +4 -0
- package/dist/shell/dashboard/index.d.ts.map +1 -0
- package/dist/shell/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +9 -0
- package/dist/shell/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -0
- package/dist/shell/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -0
- package/dist/shell/pages/ChangePasswordPage/components/index.d.ts.map +1 -0
- package/dist/shell/pages/ChangePasswordPage/index.d.ts.map +1 -0
- package/dist/shell/pages/index.d.ts +2 -0
- package/dist/shell/pages/index.d.ts.map +1 -0
- package/dist/test-helpers.d.ts +103 -2
- package/dist/test-helpers.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -4
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/composables/index.d.ts +1 -2
- package/dist/ui/components/atoms/vc-icon/composables/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/types.d.ts +15 -2
- package/dist/ui/components/atoms/vc-icon/types.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +3 -1
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +4 -2
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +5 -3
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +3 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -2
- 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 +2 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +2 -1
- 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 -2
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts +6 -5
- package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +3 -2
- 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 +2 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +2 -1
- 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 +3 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +1 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/multilanguage-selector/index.d.ts +2 -0
- package/dist/ui/components/molecules/multilanguage-selector/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/multilanguage-selector/multilanguage-selector.vue.d.ts +44 -0
- package/dist/ui/components/molecules/multilanguage-selector/multilanguage-selector.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-accordion/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +31 -34
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +28 -31
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +4 -3
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +4 -3
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +15 -10
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +9 -8
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/extensions/font-size.d.ts +3 -3
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +6 -5
- 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 +3 -2
- 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 +4 -22
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-image-tile/index.d.ts +3 -0
- package/dist/ui/components/molecules/vc-image-tile/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts +41 -0
- package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +32 -54
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts +7 -6
- package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-menu/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +5 -4
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +15 -10
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +27 -39
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +27 -28
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -3
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts +2 -4
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts +30 -0
- package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectValueMapping.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectVisibility.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +30 -19
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +8 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/index.d.ts +1 -1
- package/dist/ui/components/organisms/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +10 -5
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +10 -5
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +3 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +7 -2
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useShellNavigation.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composition/menu/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/composition/menu/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composition/state/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/composition/state/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +8 -4
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts +2 -2
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts +2 -2
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetScope.vue.d.ts +17 -0
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetScope.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/useHeadlessWidgetHelpers.d.ts +9 -0
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/useHeadlessWidgetHelpers.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/utils.d.ts +3 -3
- package/dist/ui/components/organisms/vc-blade/utils.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +4 -31
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts +306 -0
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/VcTableAdapter.vue.d.ts +132 -0
- package/dist/ui/components/organisms/vc-data-table/VcTableAdapter.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +32 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +31 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +20 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +11 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +23 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +27 -0
- package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/base/BaseVcDataTable.d.ts +377 -0
- package/dist/ui/components/organisms/vc-data-table/base/BaseVcDataTable.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/ColumnFilter.vue.d.ts +59 -0
- package/dist/ui/components/organisms/vc-data-table/components/ColumnFilter.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/ColumnSwitcherButton.vue.d.ts +14 -0
- package/dist/ui/components/organisms/vc-data-table/components/ColumnSwitcherButton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableBody.vue.d.ts +161 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableBody.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableCellRenderer.vue.d.ts +54 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableCellRenderer.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableHeader.vue.d.ts +83 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableHeader.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableRow.vue.d.ts +122 -0
- package/dist/ui/components/organisms/vc-data-table/components/DataTableRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersButton.vue.d.ts +17 -0
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersButton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts +45 -0
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/Table.vue.d.ts +26 -0
- package/dist/ui/components/organisms/vc-data-table/components/Table.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableActions.vue.d.ts +23 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableActions.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableAddRowButton.vue.d.ts +17 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableAddRowButton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableBody.vue.d.ts +32 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableBody.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableCell.vue.d.ts +44 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableCell.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableCheckbox.vue.d.ts +16 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableCheckbox.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts +32 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableEmpty.vue.d.ts +28 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableEmpty.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableFooter.vue.d.ts +14 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableFooter.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableGroupRow.vue.d.ts +30 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableGroupRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableHead.vue.d.ts +76 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableHead.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableHeader.vue.d.ts +14 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableHeader.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableResizeHandle.vue.d.ts +18 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableResizeHandle.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts +77 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableRowActions.vue.d.ts +51 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableRowActions.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableSearchHeader.vue.d.ts +69 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableSearchHeader.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue.d.ts +29 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/VcColumn.vue.d.ts +362 -0
- package/dist/ui/components/organisms/vc-data-table/components/VcColumn.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/_internal/SlotProxy.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/_internal/TableSkeletonRows.vue.d.ts +18 -0
- package/dist/ui/components/organisms/vc-data-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellDate.vue.d.ts +12 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellDate.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellDateAgo.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellDateAgo.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts +40 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellEditableWrapper.vue.d.ts +29 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellEditableWrapper.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellHtml.vue.d.ts +10 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellHtml.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellImage.vue.d.ts +10 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellImage.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellLink.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellLink.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts +42 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts +40 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellStatus.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellStatus.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellStatusIcon.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellStatusIcon.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/DynamicCellRenderer.vue.d.ts +48 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/DynamicCellRenderer.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/index.d.ts +12 -0
- package/dist/ui/components/organisms/vc-data-table/components/cells/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/index.d.ts +27 -0
- package/dist/ui/components/organisms/vc-data-table/components/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts +54 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileView.vue.d.ts +66 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileActionSheet.vue.d.ts +32 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileActionSheet.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileCellRenderer.vue.d.ts +51 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/MobileCellRenderer.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/PullToRefresh.vue.d.ts +43 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/index.d.ts +6 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/index.d.ts +31 -0
- package/dist/ui/components/organisms/vc-data-table/composables/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useCellBase.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useCellRegistry.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useColumnFilter.d.ts +38 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useColumnFilter.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataProcessing.d.ts +34 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataProcessing.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts +277 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts +31 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useMobileCardLayout.d.ts +48 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useMobileCardLayout.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumns.d.ts +40 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumns.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsReorder.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts +35 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableContext.d.ts +8 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableContext.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableEditing.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableExpansion.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableFilter.d.ts +25 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableFilter.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableInlineEdit.d.ts +69 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableInlineEdit.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableRowGrouping.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableRowReorder.d.ts +32 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableRowReorder.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableSelectionV2.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableSort.d.ts +48 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableSort.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useTableSwipe.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useVirtualScroll.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/index.d.ts +13 -0
- package/dist/ui/components/organisms/vc-data-table/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/keys.d.ts +22 -0
- package/dist/ui/components/organisms/vc-data-table/keys.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/types.d.ts +814 -0
- package/dist/ui/components/organisms/vc-data-table/types.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/utils/ColumnCollector.d.ts +67 -0
- package/dist/ui/components/organisms/vc-data-table/utils/ColumnCollector.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/utils/deepClone.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-data-table/utils/index.d.ts +9 -0
- package/dist/ui/components/organisms/vc-data-table/utils/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +20 -15
- 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-filmstrip/vc-gallery-filmstrip.vue.d.ts +39 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +14 -11
- 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 +6 -4
- 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/composables/index.d.ts +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryFilmstrip.d.ts +16 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryFilmstrip.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +7 -12
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +40 -43
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +8 -6
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
- package/dist/ui/composables/index.d.ts +3 -0
- package/dist/ui/composables/index.d.ts.map +1 -1
- package/dist/ui/composables/useAdaptiveItems.d.ts +9 -8
- package/dist/ui/composables/useAdaptiveItems.d.ts.map +1 -1
- package/dist/ui/composables/useCollapsible.d.ts.map +1 -1
- package/dist/ui/composables/useDataTableSort.d.ts +24 -0
- package/dist/ui/composables/useDataTableSort.d.ts.map +1 -0
- package/dist/ui/composables/useScrollArrows.d.ts.map +1 -1
- package/dist/ui/composables/useTableSelection.d.ts.map +1 -0
- package/dist/ui/composables/useTableSort.d.ts.map +1 -0
- package/dist/ui/index.d.ts +4 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +143 -0
- package/dist/ui/types/global-components.d.ts +10 -0
- package/dist/ui/types/global-components.d.ts.map +1 -0
- package/dist/ui/types/index.d.ts +0 -8
- package/dist/ui/types/index.d.ts.map +1 -1
- package/dist/ui/utilities/index.d.ts +2 -0
- package/dist/ui/utilities/index.d.ts.map +1 -0
- package/dist/ui/utilities/vueUtils.d.ts.map +1 -0
- package/dist/vitest-axe.setup.d.ts.map +1 -1
- package/globals-augments.d.ts +36 -0
- package/globals.d.ts +22 -0
- package/package.json +50 -16
- package/shims-vue.d.ts +14 -0
- package/typings/blade-macros.d.ts +25 -0
- package/typings/shims-vue.d.ts +43 -0
- package/LICENSE +0 -12
- package/dist/core/composables/useGlobalSearch/index.d.ts +0 -5
- package/dist/core/composables/useGlobalSearch/index.d.ts.map +0 -1
- package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
- package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
- package/dist/framework.css +0 -9
- package/dist/locales/de.json +0 -426
- package/dist/shared/components/app-switcher/components/index.d.ts +0 -2
- package/dist/shared/components/app-switcher/components/index.d.ts.map +0 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +0 -2
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +0 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +0 -13
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +0 -1
- package/dist/shared/components/app-switcher/composables/index.d.ts +0 -2
- package/dist/shared/components/app-switcher/composables/index.d.ts.map +0 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts +0 -10
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +0 -1
- package/dist/shared/components/app-switcher/index.d.ts +0 -14
- package/dist/shared/components/app-switcher/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/index.d.ts +0 -3
- package/dist/shared/components/blade-navigation/components/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +0 -8
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +0 -3
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts +0 -3
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/index.d.ts +0 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +0 -20
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +0 -26
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/composables/index.d.ts +0 -6
- package/dist/shared/components/blade-navigation/composables/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/composables/useBladeMessaging.d.ts +0 -18
- package/dist/shared/components/blade-navigation/composables/useBladeMessaging.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigationAdapter.d.ts +0 -33
- package/dist/shared/components/blade-navigation/composables/useBladeNavigationAdapter.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts +0 -19
- package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/index.d.ts +0 -5
- package/dist/shared/components/blade-navigation/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/plugin-v2.d.ts +0 -39
- package/dist/shared/components/blade-navigation/plugin-v2.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +0 -216
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/utils/navigateToMainRoute.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/utils/restoreFromUrl.d.ts +0 -23
- package/dist/shared/components/blade-navigation/utils/restoreFromUrl.d.ts.map +0 -1
- package/dist/shared/components/blade-navigation/utils/urlSync.d.ts +0 -54
- package/dist/shared/components/blade-navigation/utils/urlSync.d.ts.map +0 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts +0 -11
- package/dist/shared/components/change-password/change-password.vue.d.ts.map +0 -1
- package/dist/shared/components/change-password/index.d.ts.map +0 -1
- package/dist/shared/components/change-password-button/change-password-button.vue.d.ts +0 -3
- package/dist/shared/components/change-password-button/change-password-button.vue.d.ts.map +0 -1
- package/dist/shared/components/change-password-button/index.d.ts.map +0 -1
- package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts +0 -50
- package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts.map +0 -1
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +0 -23
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +0 -1
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts +0 -23
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +0 -1
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +0 -26
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts +0 -16
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +0 -7
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +0 -12
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +0 -34
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +0 -28
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +0 -34
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/chart-utils.d.ts +0 -29
- package/dist/shared/components/dashboard-charts/chart-utils.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/index.d.ts.map +0 -1
- package/dist/shared/components/dashboard-charts/types.d.ts.map +0 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts +0 -12
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts +0 -17
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts +0 -11
- package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +0 -21
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +0 -1
- package/dist/shared/components/dashboard-widget-card/index.d.ts +0 -5
- package/dist/shared/components/dashboard-widget-card/index.d.ts.map +0 -1
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts +0 -20
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +0 -1
- package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts +0 -21
- package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts.map +0 -1
- package/dist/shared/components/draggable-dashboard/composables/useGridstack.d.ts +0 -56
- package/dist/shared/components/draggable-dashboard/composables/useGridstack.d.ts.map +0 -1
- package/dist/shared/components/draggable-dashboard/composables/useGridstackAdapter.d.ts +0 -47
- package/dist/shared/components/draggable-dashboard/composables/useGridstackAdapter.d.ts.map +0 -1
- package/dist/shared/components/draggable-dashboard/index.d.ts +0 -13
- package/dist/shared/components/draggable-dashboard/index.d.ts.map +0 -1
- package/dist/shared/components/draggable-dashboard/types.d.ts.map +0 -1
- package/dist/shared/components/error-interceptor/index.d.ts.map +0 -1
- package/dist/shared/components/error-interceptor/interceptor.d.ts.map +0 -1
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts +0 -52
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +0 -1
- package/dist/shared/components/generic-dropdown/index.d.ts +0 -73
- package/dist/shared/components/generic-dropdown/index.d.ts.map +0 -1
- package/dist/shared/components/index.d.ts +0 -26
- package/dist/shared/components/index.d.ts.map +0 -1
- package/dist/shared/components/language-selector/index.d.ts.map +0 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +0 -3
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +0 -1
- package/dist/shared/components/logout-button/index.d.ts.map +0 -1
- package/dist/shared/components/logout-button/logout-button.vue.d.ts +0 -3
- package/dist/shared/components/logout-button/logout-button.vue.d.ts.map +0 -1
- package/dist/shared/components/multilanguage-selector/index.d.ts +0 -2
- package/dist/shared/components/multilanguage-selector/index.d.ts.map +0 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +0 -43
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts.map +0 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/index.d.ts.map +0 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +0 -16
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +0 -1
- package/dist/shared/components/notification-dropdown/index.d.ts.map +0 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +0 -3
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +0 -1
- package/dist/shared/components/notification-template/index.d.ts.map +0 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +0 -25
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +0 -1
- package/dist/shared/components/notifications/components/index.d.ts +0 -2
- package/dist/shared/components/notifications/components/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +0 -120
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/composables/index.d.ts +0 -3
- package/dist/shared/components/notifications/composables/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +0 -23
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/composables/useInstance/index.d.ts +0 -11
- package/dist/shared/components/notifications/composables/useInstance/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/core/index.d.ts +0 -2
- package/dist/shared/components/notifications/core/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/core/notification.d.ts +0 -18
- package/dist/shared/components/notifications/core/notification.d.ts.map +0 -1
- package/dist/shared/components/notifications/index.d.ts +0 -6
- package/dist/shared/components/notifications/index.d.ts.map +0 -1
- package/dist/shared/components/notifications/types/index.d.ts +0 -19
- package/dist/shared/components/notifications/types/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/components/index.d.ts +0 -2
- package/dist/shared/components/popup-handler/components/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +0 -3
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +0 -3
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/composables/index.d.ts +0 -2
- package/dist/shared/components/popup-handler/composables/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +0 -14
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/index.d.ts +0 -16
- package/dist/shared/components/popup-handler/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/keys.d.ts +0 -4
- package/dist/shared/components/popup-handler/keys.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/plugin.d.ts +0 -7
- package/dist/shared/components/popup-handler/plugin.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/types/index.d.ts +0 -22
- package/dist/shared/components/popup-handler/types/index.d.ts.map +0 -1
- package/dist/shared/components/popup-handler/utils/index.d.ts.map +0 -1
- package/dist/shared/components/settings-menu/index.d.ts.map +0 -1
- package/dist/shared/components/settings-menu/settings-menu.vue.d.ts +0 -3
- package/dist/shared/components/settings-menu/settings-menu.vue.d.ts.map +0 -1
- package/dist/shared/components/settings-menu-item/index.d.ts.map +0 -1
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts +0 -40
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +0 -1
- package/dist/shared/components/sidebar/index.d.ts.map +0 -1
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +0 -30
- package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +0 -1
- package/dist/shared/components/sign-in/external-provider.vue.d.ts +0 -15
- package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +0 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts +0 -7
- package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +0 -1
- package/dist/shared/components/sign-in/index.d.ts +0 -2
- package/dist/shared/components/sign-in/index.d.ts.map +0 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts.map +0 -1
- package/dist/shared/components/theme-selector/index.d.ts.map +0 -1
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +0 -3
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +0 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts +0 -9
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +0 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +0 -13
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +0 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts.map +0 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +0 -9
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +0 -1
- package/dist/shared/composables/index.d.ts +0 -6
- package/dist/shared/composables/index.d.ts.map +0 -1
- package/dist/shared/composables/useExternalWidgets.d.ts +0 -10
- package/dist/shared/composables/useExternalWidgets.d.ts.map +0 -1
- package/dist/shared/composables/useMenuExpanded.d.ts +0 -9
- package/dist/shared/composables/useMenuExpanded.d.ts.map +0 -1
- package/dist/shared/composables/useModificationTracker/index.d.ts.map +0 -1
- package/dist/shared/composables/useTableSelection.d.ts.map +0 -1
- package/dist/shared/composables/useTableSort.d.ts.map +0 -1
- package/dist/shared/index.d.ts +0 -13
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +0 -33
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +0 -1
- package/dist/shared/modules/assets/components/assets-details/index.d.ts +0 -3
- package/dist/shared/modules/assets/components/assets-details/index.d.ts.map +0 -1
- package/dist/shared/modules/assets/components/index.d.ts +0 -2
- package/dist/shared/modules/assets/components/index.d.ts.map +0 -1
- package/dist/shared/modules/assets/index.d.ts +0 -13
- package/dist/shared/modules/assets/index.d.ts.map +0 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +0 -41
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +0 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +0 -3
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +0 -1
- package/dist/shared/modules/assets-manager/components/index.d.ts +0 -2
- package/dist/shared/modules/assets-manager/components/index.d.ts.map +0 -1
- package/dist/shared/modules/assets-manager/index.d.ts +0 -13
- package/dist/shared/modules/assets-manager/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
- package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
- package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
- package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/index.d.ts +0 -39
- package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/keys.d.ts +0 -3
- package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
- package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
- package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
- package/dist/shared/modules/index.d.ts +0 -4
- package/dist/shared/modules/index.d.ts.map +0 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +0 -8
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +0 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +0 -1
- package/dist/shared/pages/ChangePasswordPage/components/index.d.ts.map +0 -1
- package/dist/shared/pages/ChangePasswordPage/index.d.ts.map +0 -1
- package/dist/shared/pages/ChangePasswordPage/plugin.d.ts +0 -6
- package/dist/shared/pages/ChangePasswordPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts +0 -13
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts.map +0 -1
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/index.d.ts +0 -3
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/index.d.ts.map +0 -1
- package/dist/shared/pages/ForgotPasswordPage/components/index.d.ts +0 -2
- package/dist/shared/pages/ForgotPasswordPage/components/index.d.ts.map +0 -1
- package/dist/shared/pages/ForgotPasswordPage/index.d.ts +0 -2
- package/dist/shared/pages/ForgotPasswordPage/index.d.ts.map +0 -1
- package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts +0 -6
- package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/InvitePage/components/index.d.ts +0 -2
- package/dist/shared/pages/InvitePage/components/index.d.ts.map +0 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +0 -13
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +0 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +0 -3
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +0 -1
- package/dist/shared/pages/InvitePage/index.d.ts +0 -2
- package/dist/shared/pages/InvitePage/index.d.ts.map +0 -1
- package/dist/shared/pages/InvitePage/plugin.d.ts +0 -6
- package/dist/shared/pages/InvitePage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/LoginPage/components/index.d.ts +0 -2
- package/dist/shared/pages/LoginPage/components/index.d.ts.map +0 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +0 -10
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +0 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +0 -3
- package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +0 -1
- package/dist/shared/pages/LoginPage/index.d.ts +0 -2
- package/dist/shared/pages/LoginPage/index.d.ts.map +0 -1
- package/dist/shared/pages/LoginPage/plugin.d.ts +0 -6
- package/dist/shared/pages/LoginPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/ResetPasswordPage/components/index.d.ts +0 -2
- package/dist/shared/pages/ResetPasswordPage/components/index.d.ts.map +0 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +0 -13
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +0 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +0 -3
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +0 -1
- package/dist/shared/pages/ResetPasswordPage/index.d.ts +0 -2
- package/dist/shared/pages/ResetPasswordPage/index.d.ts.map +0 -1
- package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +0 -6
- package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/_storybook-helpers.d.ts.map +0 -1
- package/dist/shared/pages/index.d.ts +0 -6
- package/dist/shared/pages/index.d.ts.map +0 -1
- package/dist/shared/pages/plugin.d.ts +0 -6
- package/dist/shared/pages/plugin.d.ts.map +0 -1
- package/dist/shared/utilities/assets.d.ts +0 -5
- package/dist/shared/utilities/assets.d.ts.map +0 -1
- package/dist/shared/utilities/colorUtils.d.ts.map +0 -1
- package/dist/shared/utilities/formatBadgeCount.d.ts.map +0 -1
- package/dist/shared/utilities/index.d.ts +0 -5
- package/dist/shared/utilities/index.d.ts.map +0 -1
- package/dist/shared/utilities/vueUtils.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts +0 -22
- package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts +0 -30
- package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
- package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
- package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
- package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts +0 -14
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/constants.d.ts +0 -8
- package/dist/ui/components/organisms/vc-blade/constants.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +0 -302
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +0 -127
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +0 -31
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +0 -30
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +0 -19
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +0 -10
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +0 -22
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +0 -26
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +0 -377
- package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +0 -58
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts +0 -13
- package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +0 -157
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +0 -47
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +0 -78
- package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +0 -113
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts +0 -16
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +0 -44
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts +0 -21
- package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +0 -22
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +0 -16
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts +0 -31
- package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts +0 -43
- package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +0 -15
- package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts +0 -29
- package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts +0 -27
- package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts +0 -13
- package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts +0 -29
- package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts +0 -75
- package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts +0 -13
- package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts +0 -17
- package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +0 -70
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +0 -42
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +0 -68
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts +0 -28
- package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +0 -361
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/_internal/SlotProxy.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts +0 -17
- package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts +0 -11
- package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts +0 -7
- package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts +0 -37
- package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts +0 -26
- package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts +0 -9
- package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts +0 -9
- package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts +0 -7
- package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts +0 -39
- package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts +0 -37
- package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts +0 -7
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts +0 -7
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts +0 -45
- package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/cells/index.d.ts +0 -12
- package/dist/ui/components/organisms/vc-table/components/cells/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/index.d.ts +0 -27
- package/dist/ui/components/organisms/vc-table/components/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +0 -44
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +0 -56
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +0 -27
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +0 -22
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts +0 -43
- package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/index.d.ts +0 -6
- package/dist/ui/components/organisms/vc-table/components/mobile/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/index.d.ts +0 -31
- package/dist/ui/components/organisms/vc-table/composables/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useCellBase.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useCellRegistry.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useColumnFilter.d.ts +0 -38
- package/dist/ui/components/organisms/vc-table/composables/useColumnFilter.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts +0 -34
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts +0 -276
- package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataTableState.d.ts +0 -30
- package/dist/ui/components/organisms/vc-table/composables/useDataTableState.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useMobileCardLayout.d.ts +0 -48
- package/dist/ui/components/organisms/vc-table/composables/useMobileCardLayout.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumns.d.ts +0 -40
- package/dist/ui/components/organisms/vc-table/composables/useTableColumns.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnsReorder.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnsResize.d.ts +0 -25
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnsResize.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +0 -12
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableEditing.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableExpansion.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableFilter.d.ts +0 -25
- package/dist/ui/components/organisms/vc-table/composables/useTableFilter.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableInlineEdit.d.ts +0 -68
- package/dist/ui/components/organisms/vc-table/composables/useTableInlineEdit.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowGrouping.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts +0 -32
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSelectionV2.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSort.d.ts +0 -48
- package/dist/ui/components/organisms/vc-table/composables/useTableSort.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSwipe.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useVirtualScroll.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +0 -13
- package/dist/ui/components/organisms/vc-table/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts +0 -18
- package/dist/ui/components/organisms/vc-table/keys.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +0 -804
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +0 -71
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/utils/deepClone.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/utils/index.d.ts +0 -9
- package/dist/ui/components/organisms/vc-table/utils/index.d.ts.map +0 -1
- package/dist/vendor-boolbase-D2i1C8XR.js +0 -18
- package/dist/vendor-cheerio-DrsWhxJH.js +0 -1053
- package/dist/vendor-cheerio-select-jw4C2SiT.js +0 -191
- package/dist/vendor-core-js-Do_NZFHx.js +0 -880
- package/dist/vendor-css-select-BwGMmTuc.js +0 -622
- package/dist/vendor-dompurify-M2Bspgo5.js +0 -553
- package/dist/vendor-intlify-core-base-BmIo1dK4.js +0 -1141
- package/dist/vendor-intlify-message-compiler-D9VOavkL.js +0 -960
- package/dist/vendor-intlify-shared-SCAs3ybf.js +0 -144
- package/dist/vendor-iso-639-1-rPqx9HMT.js +0 -786
- package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
- package/dist/vendor-lucide-vue-next-CPgeDcFj.js +0 -33093
- package/dist/vendor-markdown-it-task-lists-CHCnS7dl.js +0 -69
- package/dist/vendor-microsoft-applicationinsights-analytics-js-DFu_cVaY.js +0 -1207
- package/dist/vendor-microsoft-applicationinsights-cfgsync-js-DRQLN2Ue.js +0 -261
- package/dist/vendor-microsoft-applicationinsights-channel-js-BIJDcP3D.js +0 -1822
- package/dist/vendor-microsoft-applicationinsights-common-CJjmnDMb.js +0 -1921
- package/dist/vendor-microsoft-applicationinsights-core-js-BOc_o46i.js +0 -4276
- package/dist/vendor-microsoft-applicationinsights-dependencies-js-DDz502id.js +0 -1407
- package/dist/vendor-microsoft-applicationinsights-properties-js-9aDWHwXJ.js +0 -572
- package/dist/vendor-microsoft-applicationinsights-shims-Dton8Vqy.js +0 -43
- package/dist/vendor-microsoft-applicationinsights-web-DTa5YN-h.js +0 -487
- package/dist/vendor-microsoft-dynamicproto-js-89GEKjvR.js +0 -147
- package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +0 -1761
- package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
- package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
- package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
- package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
- package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
- package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
- package/dist/vendor-nevware21-ts-async-D4qa7g-U.js +0 -261
- package/dist/vendor-nevware21-ts-utils-DII8jruI.js +0 -853
- package/dist/vendor-nth-check-CGMdQf59.js +0 -45
- package/dist/vendor-prettier-CoRReRqw.js +0 -5215
- package/dist/vendor-prosemirror-gapcursor-S3ikcYX6.js +0 -203
- package/dist/vendor-prosemirror-tables-zVUKdbdQ.js +0 -1414
- package/dist/vendor-prosemirror-view-DFpBkGRq.js +0 -3794
- package/dist/vendor-semver-Dar8oU3V.js +0 -1023
- package/dist/vendor-striptags-BrHtQQiF.js +0 -120
- package/dist/vendor-swiper-1bp0oJwt.js +0 -3387
- package/dist/vendor-tiptap-core-CDScflP1.js +0 -3921
- package/dist/vendor-tiptap-extension-blockquote-ChRAwuus.js +0 -55
- package/dist/vendor-tiptap-extension-bold-BwoVpOFS.js +0 -74
- package/dist/vendor-tiptap-extension-code-DOlgG3ih.js +0 -52
- package/dist/vendor-tiptap-extension-code-block-CMeTs87s.js +0 -215
- package/dist/vendor-tiptap-extension-document-DO8oly70.js +0 -12
- package/dist/vendor-tiptap-extension-hard-break-BgDl2sHf.js +0 -59
- package/dist/vendor-tiptap-extension-heading-DFuYlwHi.js +0 -63
- package/dist/vendor-tiptap-extension-horizontal-rule-uyfttMp9.js +0 -56
- package/dist/vendor-tiptap-extension-image-DPeBaTE3.js +0 -128
- package/dist/vendor-tiptap-extension-italic-C9-3jNxO.js +0 -73
- package/dist/vendor-tiptap-extension-link-B57VzStq.js +0 -312
- package/dist/vendor-tiptap-extension-list-spvOF7Mz.js +0 -722
- package/dist/vendor-tiptap-extension-paragraph-Cj7auQB7.js +0 -44
- package/dist/vendor-tiptap-extension-placeholder-DhwvmZ6Y.js +0 -1
- package/dist/vendor-tiptap-extension-strike-yj6UvnkO.js +0 -64
- package/dist/vendor-tiptap-extension-table-cell-CQpTPSvF.js +0 -1
- package/dist/vendor-tiptap-extension-table-ex1kZQ-9.js +0 -374
- package/dist/vendor-tiptap-extension-table-header-CQpTPSvF.js +0 -1
- package/dist/vendor-tiptap-extension-table-row-CQpTPSvF.js +0 -1
- package/dist/vendor-tiptap-extension-text-C8FG4KnI.js +0 -13
- package/dist/vendor-tiptap-extension-text-style-DsQDXowp.js +0 -235
- package/dist/vendor-tiptap-extension-underline-HB3fg6Dc.js +0 -65
- package/dist/vendor-tiptap-extensions-CUGwjzl5.js +0 -296
- package/dist/vendor-tiptap-markdown-DLzeP3KU.js +0 -826
- package/dist/vendor-tiptap-pm-DSHuSumV.js +0 -1
- package/dist/vendor-tiptap-starter-kit-C42PcJ7J.js +0 -28
- package/dist/vendor-tiptap-vue-3-BxWCzu9Z.js +0 -157
- package/dist/vendor-truncate-html-r2r8GKvW.js +0 -145
- package/dist/vendor-unovis-ts-Bue71Kwt.js +0 -2382
- package/dist/vendor-unovis-vue-C_K1g5KH.js +0 -446
- package/dist/vendor-vue-i18n-DeO9Fa9I.js +0 -1387
- package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
- package/dist/vendor-vue3-application-insights-BmJCYUcp.js +0 -69
- package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
- package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
- package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
- package/dist/vendor-web-vitals-vrpLO1bu.js +0 -207
- /package/dist/{vendor-css-what-CZZaquJM.js → chunks/vendor-css-what-CZZaquJM.js} +0 -0
- /package/dist/{vendor-cypress-signalr-mock-itnm2wpA.js → chunks/vendor-cypress-signalr-mock-itnm2wpA.js} +0 -0
- /package/dist/{vendor-d3-array-9cpTrqlO.js → chunks/vendor-d3-array-9cpTrqlO.js} +0 -0
- /package/dist/{vendor-d3-axis-D1_DbKLz.js → chunks/vendor-d3-axis-D1_DbKLz.js} +0 -0
- /package/dist/{vendor-d3-brush-CcKeJp9e.js → chunks/vendor-d3-brush-CcKeJp9e.js} +0 -0
- /package/dist/{vendor-d3-color-BOYE6h_9.js → chunks/vendor-d3-color-BOYE6h_9.js} +0 -0
- /package/dist/{vendor-d3-dispatch-fx-WMg0D.js → chunks/vendor-d3-dispatch-fx-WMg0D.js} +0 -0
- /package/dist/{vendor-d3-ease-Cr34gv04.js → chunks/vendor-d3-ease-Cr34gv04.js} +0 -0
- /package/dist/{vendor-d3-format-DaIwZvFc.js → chunks/vendor-d3-format-DaIwZvFc.js} +0 -0
- /package/dist/{vendor-d3-interpolate-BYG2gvO4.js → chunks/vendor-d3-interpolate-BYG2gvO4.js} +0 -0
- /package/dist/{vendor-d3-interpolate-path-CpGLvKgS.js → chunks/vendor-d3-interpolate-path-CpGLvKgS.js} +0 -0
- /package/dist/{vendor-d3-path-DJOTitNW.js → chunks/vendor-d3-path-DJOTitNW.js} +0 -0
- /package/dist/{vendor-d3-scale-CC5rtdt5.js → chunks/vendor-d3-scale-CC5rtdt5.js} +0 -0
- /package/dist/{vendor-d3-selection-CNMxsYiL.js → chunks/vendor-d3-selection-CNMxsYiL.js} +0 -0
- /package/dist/{vendor-d3-shape-DBhCDMiV.js → chunks/vendor-d3-shape-DBhCDMiV.js} +0 -0
- /package/dist/{vendor-d3-time-DAPP210_.js → chunks/vendor-d3-time-DAPP210_.js} +0 -0
- /package/dist/{vendor-d3-time-format-hD7iE2WG.js → chunks/vendor-d3-time-format-hD7iE2WG.js} +0 -0
- /package/dist/{vendor-d3-timer-C1cUWKPz.js → chunks/vendor-d3-timer-C1cUWKPz.js} +0 -0
- /package/dist/{vendor-d3-transition-BbNQT7qF.js → chunks/vendor-d3-transition-BbNQT7qF.js} +0 -0
- /package/dist/{vendor-d3-zoom-CcKeJp9e.js → chunks/vendor-d3-zoom-CcKeJp9e.js} +0 -0
- /package/dist/{vendor-date-fns-BKO3x1R1.js → chunks/vendor-date-fns-BKO3x1R1.js} +0 -0
- /package/dist/{vendor-dom-serializer-BbVuF1MQ.js → chunks/vendor-dom-serializer-BbVuF1MQ.js} +0 -0
- /package/dist/{vendor-domelementtype-B3sFIGaC.js → chunks/vendor-domelementtype-B3sFIGaC.js} +0 -0
- /package/dist/{vendor-domhandler-Kufn9M_V.js → chunks/vendor-domhandler-Kufn9M_V.js} +0 -0
- /package/dist/{vendor-domutils-DDRq_ial.js → chunks/vendor-domutils-DDRq_ial.js} +0 -0
- /package/dist/{vendor-emotion-cache-eEZT5l-Q.js → chunks/vendor-emotion-cache-eEZT5l-Q.js} +0 -0
- /package/dist/{vendor-emotion-hash-DImMRhyK.js → chunks/vendor-emotion-hash-DImMRhyK.js} +0 -0
- /package/dist/{vendor-emotion-memoize-BcEUCz8q.js → chunks/vendor-emotion-memoize-BcEUCz8q.js} +0 -0
- /package/dist/{vendor-emotion-serialize-BSDW8NwU.js → chunks/vendor-emotion-serialize-BSDW8NwU.js} +0 -0
- /package/dist/{vendor-emotion-sheet-CS8ZBl9s.js → chunks/vendor-emotion-sheet-CS8ZBl9s.js} +0 -0
- /package/dist/{vendor-emotion-unitless-B7u1PU6w.js → chunks/vendor-emotion-unitless-B7u1PU6w.js} +0 -0
- /package/dist/{vendor-emotion-utils-D7refZTM.js → chunks/vendor-emotion-utils-D7refZTM.js} +0 -0
- /package/dist/{vendor-entities-J86Og8IU.js → chunks/vendor-entities-J86Og8IU.js} +0 -0
- /package/dist/{vendor-floating-ui-core-BoHdh92a.js → chunks/vendor-floating-ui-core-BoHdh92a.js} +0 -0
- /package/dist/{vendor-floating-ui-dom-BvVXFZ4B.js → chunks/vendor-floating-ui-dom-BvVXFZ4B.js} +0 -0
- /package/dist/{vendor-floating-ui-utils-CidJRIm2.js → chunks/vendor-floating-ui-utils-CidJRIm2.js} +0 -0
- /package/dist/{vendor-floating-ui-vue-sCrhit51.js → chunks/vendor-floating-ui-vue-sCrhit51.js} +0 -0
- /package/dist/{vendor-gridstack-Dkfw452e.js → chunks/vendor-gridstack-Dkfw452e.js} +0 -0
- /package/dist/{vendor-headlessui-vue-Cn-RMs4E.js → chunks/vendor-headlessui-vue-Cn-RMs4E.js} +0 -0
- /package/dist/{vendor-htmlparser2-BxKKzWLL.js → chunks/vendor-htmlparser2-BxKKzWLL.js} +0 -0
- /package/dist/{vendor-internmap-Q5729_cS.js → chunks/vendor-internmap-Q5729_cS.js} +0 -0
- /package/dist/{vendor-juggle-resize-observer-DiSiNbbT.js → chunks/vendor-juggle-resize-observer-DiSiNbbT.js} +0 -0
- /package/dist/{vendor-linkify-it-LzoUhj6C.js → chunks/vendor-linkify-it-LzoUhj6C.js} +0 -0
- /package/dist/{vendor-linkifyjs-dCH9UYes.js → chunks/vendor-linkifyjs-dCH9UYes.js} +0 -0
- /package/dist/{vendor-markdown-it-Bs9KEWkF.js → chunks/vendor-markdown-it-Bs9KEWkF.js} +0 -0
- /package/dist/{vendor-mdurl-DZFDNdqC.js → chunks/vendor-mdurl-DZFDNdqC.js} +0 -0
- /package/dist/{vendor-orderedmap-B3SOk52B.js → chunks/vendor-orderedmap-B3SOk52B.js} +0 -0
- /package/dist/{vendor-parse5-htmlparser2-tree-adapter-BUDJ887-.js → chunks/vendor-parse5-htmlparser2-tree-adapter-BUDJ887-.js} +0 -0
- /package/dist/{vendor-parse5-zq5Hn0y9.js → chunks/vendor-parse5-zq5Hn0y9.js} +0 -0
- /package/dist/{vendor-prosemirror-commands-Bv4ChObl.js → chunks/vendor-prosemirror-commands-Bv4ChObl.js} +0 -0
- /package/dist/{vendor-prosemirror-dropcursor-kF5UKNFM.js → chunks/vendor-prosemirror-dropcursor-kF5UKNFM.js} +0 -0
- /package/dist/{vendor-prosemirror-history-CQYKHz3u.js → chunks/vendor-prosemirror-history-CQYKHz3u.js} +0 -0
- /package/dist/{vendor-prosemirror-keymap-CAfQyvJ7.js → chunks/vendor-prosemirror-keymap-CAfQyvJ7.js} +0 -0
- /package/dist/{vendor-prosemirror-markdown-rpUTSG_Q.js → chunks/vendor-prosemirror-markdown-rpUTSG_Q.js} +0 -0
- /package/dist/{vendor-prosemirror-model-DAA3avbR.js → chunks/vendor-prosemirror-model-DAA3avbR.js} +0 -0
- /package/dist/{vendor-prosemirror-schema-list-BNJkECdS.js → chunks/vendor-prosemirror-schema-list-BNJkECdS.js} +0 -0
- /package/dist/{vendor-prosemirror-state-IeimrELV.js → chunks/vendor-prosemirror-state-IeimrELV.js} +0 -0
- /package/dist/{vendor-prosemirror-transform-BUjWd5Tb.js → chunks/vendor-prosemirror-transform-BUjWd5Tb.js} +0 -0
- /package/dist/{vendor-punycode-js-CgGegfA_.js → chunks/vendor-punycode-js-CgGegfA_.js} +0 -0
- /package/dist/{vendor-rope-sequence-BWC2FSrq.js → chunks/vendor-rope-sequence-BWC2FSrq.js} +0 -0
- /package/dist/{vendor-stylis-ClfDrgKE.js → chunks/vendor-stylis-ClfDrgKE.js} +0 -0
- /package/dist/{vendor-tanstack-vue-virtual-CD9yLWd7.js → chunks/vendor-tanstack-vue-virtual-CD9yLWd7.js} +0 -0
- /package/dist/{vendor-throttle-debounce-CX0imT7m.js → chunks/vendor-throttle-debounce-CX0imT7m.js} +0 -0
- /package/dist/{vendor-uc-micro-4lbSaZOs.js → chunks/vendor-uc-micro-4lbSaZOs.js} +0 -0
- /package/dist/{vendor-vee-validate-i18n-zT8NxX3R.js → chunks/vendor-vee-validate-i18n-zT8NxX3R.js} +0 -0
- /package/dist/{vendor-vee-validate-rules-4oWUZPpG.js → chunks/vendor-vee-validate-rules-4oWUZPpG.js} +0 -0
- /package/dist/{vendor-vue-currency-input-CckB4kjx.js → chunks/vendor-vue-currency-input-CckB4kjx.js} +0 -0
- /package/dist/{vendor-vue-demi-CD9yLWd7.js → chunks/vendor-vue-demi-CD9yLWd7.js} +0 -0
- /package/dist/{vendor-vue-devtools-api-aVYGocXp.js → chunks/vendor-vue-devtools-api-aVYGocXp.js} +0 -0
- /package/dist/{vendor-vue3-touch-events-DqysuuWh.js → chunks/vendor-vue3-touch-events-DqysuuWh.js} +0 -0
- /package/dist/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js → chunks/vendor-vuepic-vue-datepicker-CaZ_qpJp.js} +0 -0
- /package/dist/{vendor-w3c-keyname-CLxH8j-f.js → chunks/vendor-w3c-keyname-CLxH8j-f.js} +0 -0
- /package/dist/{shared/components → core}/blade-navigation/utils/navigateToMainRoute.d.ts +0 -0
- /package/dist/{shared → core}/composables/useModificationTracker/index.d.ts +0 -0
- /package/dist/{shared → core}/utilities/colorUtils.d.ts +0 -0
- /package/dist/{shared → core}/utilities/formatBadgeCount.d.ts +0 -0
- /package/dist/{shared/pages → shell/_internal}/_storybook-helpers.d.ts +0 -0
- /package/dist/{shared/components/popup-handler → shell/_internal/popup}/utils/index.d.ts +0 -0
- /package/dist/{shared/components → shell/auth}/sign-in/useExternalProvider.d.ts +0 -0
- /package/dist/{shared → shell}/components/change-password/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/change-password-button/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/error-interceptor/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/error-interceptor/interceptor.d.ts +0 -0
- /package/dist/{shared → shell}/components/language-selector/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/logout-button/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/notification-dropdown/_internal/notification/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/notification-dropdown/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/notification-template/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/settings-menu/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/settings-menu-item/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/sidebar/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/theme-selector/index.d.ts +0 -0
- /package/dist/{shared → shell}/components/user-dropdown-button/index.d.ts +0 -0
- /package/dist/{shared/components → shell/dashboard}/dashboard-charts/index.d.ts +0 -0
- /package/dist/{shared/components → shell/dashboard}/dashboard-charts/types.d.ts +0 -0
- /package/dist/{shared/components → shell/dashboard}/draggable-dashboard/types.d.ts +0 -0
- /package/dist/{shared → shell}/pages/ChangePasswordPage/components/change-password/index.d.ts +0 -0
- /package/dist/{shared → shell}/pages/ChangePasswordPage/components/index.d.ts +0 -0
- /package/dist/{shared → shell}/pages/ChangePasswordPage/index.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/components/_internal/SlotProxy.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useCellBase.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useCellRegistry.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useTableColumnsReorder.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useTableEditing.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useTableExpansion.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useTableRowGrouping.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useTableSelectionV2.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useTableSwipe.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/composables/useVirtualScroll.d.ts +0 -0
- /package/dist/ui/components/organisms/{vc-table → vc-data-table}/utils/deepClone.d.ts +0 -0
- /package/dist/{shared → ui}/composables/useTableSelection.d.ts +0 -0
- /package/dist/{shared → ui}/composables/useTableSort.d.ts +0 -0
- /package/dist/{shared → ui}/utilities/vueUtils.d.ts +0 -0
|
@@ -1,5 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* JSON parse reviver that converts ISO date strings to Date objects.
|
|
3
|
+
* This is needed because when using interface-based types (after NSwag migration),
|
|
4
|
+
* dates are not automatically converted from strings to Date objects.
|
|
5
|
+
*/
|
|
6
|
+
declare function dateReviver(key: string, value: unknown): unknown;
|
|
1
7
|
export declare class AuthApiBase {
|
|
2
8
|
authToken: string;
|
|
9
|
+
/**
|
|
10
|
+
* JSON parse reviver for converting date strings to Date objects.
|
|
11
|
+
* Subclasses use this when parsing API responses.
|
|
12
|
+
* The dateReviver function is defined in File.Header.liquid template.
|
|
13
|
+
*/
|
|
14
|
+
protected jsonParseReviver: typeof dateReviver;
|
|
3
15
|
protected constructor();
|
|
4
16
|
getBaseUrl(defaultUrl: string, baseUrl: string): string;
|
|
5
17
|
setAuthToken(token: string): void;
|
|
@@ -8,7 +20,6 @@ export declare class AuthApiBase {
|
|
|
8
20
|
export declare class ExternalSignInClient extends AuthApiBase {
|
|
9
21
|
private http;
|
|
10
22
|
private baseUrl;
|
|
11
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
12
23
|
constructor(baseUrl?: string, http?: {
|
|
13
24
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
14
25
|
});
|
|
@@ -44,11 +55,11 @@ export declare class ExternalSignInClient extends AuthApiBase {
|
|
|
44
55
|
export declare class AppsClient extends AuthApiBase {
|
|
45
56
|
private http;
|
|
46
57
|
private baseUrl;
|
|
47
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
48
58
|
constructor(baseUrl?: string, http?: {
|
|
49
59
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
50
60
|
});
|
|
51
61
|
/**
|
|
62
|
+
* Gets the list of available apps, filtered by user permissions.
|
|
52
63
|
* @return OK
|
|
53
64
|
*/
|
|
54
65
|
getApps(): Promise<AppDescriptor[]>;
|
|
@@ -57,7 +68,6 @@ export declare class AppsClient extends AuthApiBase {
|
|
|
57
68
|
export declare class AuthorizationClient extends AuthApiBase {
|
|
58
69
|
private http;
|
|
59
70
|
private baseUrl;
|
|
60
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
61
71
|
constructor(baseUrl?: string, http?: {
|
|
62
72
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
63
73
|
});
|
|
@@ -71,15 +81,40 @@ export declare class AuthorizationClient extends AuthApiBase {
|
|
|
71
81
|
*/
|
|
72
82
|
exchange(body: Body): Promise<OpenIddictResponse>;
|
|
73
83
|
protected processExchange(response: Response): Promise<OpenIddictResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* @return OK
|
|
86
|
+
*/
|
|
87
|
+
authorizeGET(): Promise<void>;
|
|
88
|
+
protected processAuthorizeGET(response: Response): Promise<void>;
|
|
89
|
+
/**
|
|
90
|
+
* @return OK
|
|
91
|
+
*/
|
|
92
|
+
authorizePOST(): Promise<void>;
|
|
93
|
+
protected processAuthorizePOST(response: Response): Promise<void>;
|
|
94
|
+
/**
|
|
95
|
+
* @return OK
|
|
96
|
+
*/
|
|
97
|
+
userinfoGET(): Promise<void>;
|
|
98
|
+
protected processUserinfoGET(response: Response): Promise<void>;
|
|
99
|
+
/**
|
|
100
|
+
* @return OK
|
|
101
|
+
*/
|
|
102
|
+
userinfoPOST(): Promise<void>;
|
|
103
|
+
protected processUserinfoPOST(response: Response): Promise<void>;
|
|
104
|
+
/**
|
|
105
|
+
* @return OK
|
|
106
|
+
*/
|
|
107
|
+
logout(): Promise<void>;
|
|
108
|
+
protected processLogout(response: Response): Promise<void>;
|
|
74
109
|
}
|
|
75
110
|
export declare class ChangeLogClient extends AuthApiBase {
|
|
76
111
|
private http;
|
|
77
112
|
private baseUrl;
|
|
78
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
79
113
|
constructor(baseUrl?: string, http?: {
|
|
80
114
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
81
115
|
});
|
|
82
116
|
/**
|
|
117
|
+
* Force set changes last modified date
|
|
83
118
|
* @param scope (optional)
|
|
84
119
|
* @return No Content
|
|
85
120
|
*/
|
|
@@ -91,6 +126,8 @@ export declare class ChangeLogClient extends AuthApiBase {
|
|
|
91
126
|
resetPlatformCache(): Promise<void>;
|
|
92
127
|
protected processResetPlatformCache(response: Response): Promise<void>;
|
|
93
128
|
/**
|
|
129
|
+
* Get last modified date for given scope
|
|
130
|
+
Used for signal of what something changed and for cache invalidation in external platform clients
|
|
94
131
|
* @param scope (optional)
|
|
95
132
|
* @return OK
|
|
96
133
|
*/
|
|
@@ -122,10 +159,21 @@ export declare class ChangeLogClient extends AuthApiBase {
|
|
|
122
159
|
searchTypeChangeHistory(type: string, start?: Date | undefined, end?: Date | undefined): Promise<OperationLog[]>;
|
|
123
160
|
protected processSearchTypeChangeHistory(response: Response): Promise<OperationLog[]>;
|
|
124
161
|
}
|
|
162
|
+
export declare class DeveloperToolsClient extends AuthApiBase {
|
|
163
|
+
private http;
|
|
164
|
+
private baseUrl;
|
|
165
|
+
constructor(baseUrl?: string, http?: {
|
|
166
|
+
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
167
|
+
});
|
|
168
|
+
/**
|
|
169
|
+
* @return OK
|
|
170
|
+
*/
|
|
171
|
+
getDeveloperTools(): Promise<DeveloperToolDescriptor[]>;
|
|
172
|
+
protected processGetDeveloperTools(response: Response): Promise<DeveloperToolDescriptor[]>;
|
|
173
|
+
}
|
|
125
174
|
export declare class DiagnosticsClient extends AuthApiBase {
|
|
126
175
|
private http;
|
|
127
176
|
private baseUrl;
|
|
128
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
129
177
|
constructor(baseUrl?: string, http?: {
|
|
130
178
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
131
179
|
});
|
|
@@ -135,6 +183,7 @@ export declare class DiagnosticsClient extends AuthApiBase {
|
|
|
135
183
|
getSystemInfo(): Promise<SystemInfo>;
|
|
136
184
|
protected processGetSystemInfo(response: Response): Promise<SystemInfo>;
|
|
137
185
|
/**
|
|
186
|
+
* Get installed modules with errors
|
|
138
187
|
* @return OK
|
|
139
188
|
*/
|
|
140
189
|
getModulesErrors(): Promise<ModuleDescriptor[]>;
|
|
@@ -143,11 +192,11 @@ export declare class DiagnosticsClient extends AuthApiBase {
|
|
|
143
192
|
export declare class DynamicPropertiesClient extends AuthApiBase {
|
|
144
193
|
private http;
|
|
145
194
|
private baseUrl;
|
|
146
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
147
195
|
constructor(baseUrl?: string, http?: {
|
|
148
196
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
149
197
|
});
|
|
150
198
|
/**
|
|
199
|
+
* Get object types which support dynamic properties
|
|
151
200
|
* @return OK
|
|
152
201
|
*/
|
|
153
202
|
getObjectTypes(): Promise<string[]>;
|
|
@@ -159,30 +208,35 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
|
|
|
159
208
|
getAllDynamicProperties(id?: string | undefined): Promise<DynamicProperty[]>;
|
|
160
209
|
protected processGetAllDynamicProperties(response: Response): Promise<DynamicProperty[]>;
|
|
161
210
|
/**
|
|
211
|
+
* Add new dynamic property
|
|
162
212
|
* @param body (optional)
|
|
163
213
|
* @return OK
|
|
164
214
|
*/
|
|
165
215
|
createProperty(body?: DynamicProperty | undefined): Promise<DynamicProperty>;
|
|
166
216
|
protected processCreateProperty(response: Response): Promise<DynamicProperty>;
|
|
167
217
|
/**
|
|
218
|
+
* Update existing dynamic property
|
|
168
219
|
* @param body (optional)
|
|
169
220
|
* @return No Content
|
|
170
221
|
*/
|
|
171
222
|
updateProperty(body?: DynamicProperty | undefined): Promise<void>;
|
|
172
223
|
protected processUpdateProperty(response: Response): Promise<void>;
|
|
173
224
|
/**
|
|
225
|
+
* Delete dynamic property
|
|
174
226
|
* @param propertyIds (optional)
|
|
175
227
|
* @return No Content
|
|
176
228
|
*/
|
|
177
229
|
deleteProperty(propertyIds?: string[] | undefined): Promise<void>;
|
|
178
230
|
protected processDeleteProperty(response: Response): Promise<void>;
|
|
179
231
|
/**
|
|
232
|
+
* Get dynamic properties registered for object type
|
|
180
233
|
* @param body (optional)
|
|
181
234
|
* @return OK
|
|
182
235
|
*/
|
|
183
236
|
searchDynamicProperties(body?: DynamicPropertySearchCriteria | undefined): Promise<DynamicPropertySearchResult>;
|
|
184
237
|
protected processSearchDynamicProperties(response: Response): Promise<DynamicPropertySearchResult>;
|
|
185
238
|
/**
|
|
239
|
+
* Does nothing. Just a way to expose DynamicObjectProperty thru Swagger.
|
|
186
240
|
* @return OK
|
|
187
241
|
*/
|
|
188
242
|
exposeDynamicObjectProperty(): Promise<DynamicObjectProperty>;
|
|
@@ -194,18 +248,21 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
|
|
|
194
248
|
getAllDictionaryItems(propertyId?: string | undefined): Promise<DynamicPropertyDictionaryItem[]>;
|
|
195
249
|
protected processGetAllDictionaryItems(response: Response): Promise<DynamicPropertyDictionaryItem[]>;
|
|
196
250
|
/**
|
|
251
|
+
* Add or update dictionary items
|
|
197
252
|
* @param body (optional)
|
|
198
253
|
* @return No Content
|
|
199
254
|
*/
|
|
200
255
|
saveDictionaryItems(body?: DynamicPropertyDictionaryItem[] | undefined): Promise<void>;
|
|
201
256
|
protected processSaveDictionaryItems(response: Response): Promise<void>;
|
|
202
257
|
/**
|
|
203
|
-
*
|
|
258
|
+
* Delete dictionary items
|
|
259
|
+
* @param ids (optional) IDs of dictionary items to delete.
|
|
204
260
|
* @return No Content
|
|
205
261
|
*/
|
|
206
262
|
deleteDictionaryItem(ids?: string[] | undefined): Promise<void>;
|
|
207
263
|
protected processDeleteDictionaryItem(response: Response): Promise<void>;
|
|
208
264
|
/**
|
|
265
|
+
* Get dictionary items
|
|
209
266
|
* @param body (optional)
|
|
210
267
|
* @return OK
|
|
211
268
|
*/
|
|
@@ -215,11 +272,12 @@ export declare class DynamicPropertiesClient extends AuthApiBase {
|
|
|
215
272
|
export declare class JobsClient extends AuthApiBase {
|
|
216
273
|
private http;
|
|
217
274
|
private baseUrl;
|
|
218
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
219
275
|
constructor(baseUrl?: string, http?: {
|
|
220
276
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
221
277
|
});
|
|
222
278
|
/**
|
|
279
|
+
* Get background job status
|
|
280
|
+
* @param id Job ID.
|
|
223
281
|
* @return OK
|
|
224
282
|
*/
|
|
225
283
|
getStatus(id: string): Promise<Job>;
|
|
@@ -228,7 +286,6 @@ export declare class JobsClient extends AuthApiBase {
|
|
|
228
286
|
export declare class LocalizableSettingsClient extends AuthApiBase {
|
|
229
287
|
private http;
|
|
230
288
|
private baseUrl;
|
|
231
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
232
289
|
constructor(baseUrl?: string, http?: {
|
|
233
290
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
234
291
|
});
|
|
@@ -258,55 +315,70 @@ export declare class LocalizableSettingsClient extends AuthApiBase {
|
|
|
258
315
|
export declare class ModulesClient extends AuthApiBase {
|
|
259
316
|
private http;
|
|
260
317
|
private baseUrl;
|
|
261
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
262
318
|
constructor(baseUrl?: string, http?: {
|
|
263
319
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
264
320
|
});
|
|
265
321
|
/**
|
|
322
|
+
* Reload modules
|
|
266
323
|
* @return No Content
|
|
267
324
|
*/
|
|
268
325
|
reloadModules(): Promise<void>;
|
|
269
326
|
protected processReloadModules(response: Response): Promise<void>;
|
|
270
327
|
/**
|
|
328
|
+
* Get installed modules
|
|
271
329
|
* @return OK
|
|
272
330
|
*/
|
|
273
331
|
getModules(): Promise<ModuleDescriptor[]>;
|
|
274
332
|
protected processGetModules(response: Response): Promise<ModuleDescriptor[]>;
|
|
275
333
|
/**
|
|
276
|
-
*
|
|
334
|
+
* Get all dependent modules for module
|
|
335
|
+
* @param body (optional) modules descriptors
|
|
277
336
|
* @return OK
|
|
278
337
|
*/
|
|
279
338
|
getDependingModules(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
|
|
280
339
|
protected processGetDependingModules(response: Response): Promise<ModuleDescriptor[]>;
|
|
281
340
|
/**
|
|
282
|
-
*
|
|
341
|
+
* Returns a flat expanded list of modules that depend on passed modules
|
|
342
|
+
* @param body (optional) modules descriptors
|
|
283
343
|
* @return OK
|
|
284
344
|
*/
|
|
285
345
|
getMissingDependencies(body?: ModuleDescriptor[] | undefined): Promise<ModuleDescriptor[]>;
|
|
286
346
|
protected processGetMissingDependencies(response: Response): Promise<ModuleDescriptor[]>;
|
|
287
347
|
/**
|
|
348
|
+
* Upload module package for installation or update
|
|
288
349
|
* @return OK
|
|
289
350
|
*/
|
|
290
351
|
uploadModuleArchive(): Promise<ModuleDescriptor>;
|
|
291
352
|
protected processUploadModuleArchive(response: Response): Promise<ModuleDescriptor>;
|
|
292
353
|
/**
|
|
293
|
-
*
|
|
354
|
+
* Install modules
|
|
355
|
+
* @param body (optional) modules for install
|
|
294
356
|
* @return OK
|
|
295
357
|
*/
|
|
296
358
|
installModules(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
|
|
297
359
|
protected processInstallModules(response: Response): Promise<ModulePushNotification>;
|
|
298
360
|
/**
|
|
299
|
-
*
|
|
361
|
+
* Update modules
|
|
362
|
+
* @param body (optional) modules for update
|
|
363
|
+
* @return OK
|
|
364
|
+
*/
|
|
365
|
+
updateModules(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
|
|
366
|
+
protected processUpdateModules(response: Response): Promise<ModulePushNotification>;
|
|
367
|
+
/**
|
|
368
|
+
* Uninstall module
|
|
369
|
+
* @param body (optional) modules
|
|
300
370
|
* @return OK
|
|
301
371
|
*/
|
|
302
372
|
uninstallModule(body?: ModuleDescriptor[] | undefined): Promise<ModulePushNotification>;
|
|
303
373
|
protected processUninstallModule(response: Response): Promise<ModulePushNotification>;
|
|
304
374
|
/**
|
|
375
|
+
* Restart web application
|
|
305
376
|
* @return No Content
|
|
306
377
|
*/
|
|
307
378
|
restart(): Promise<void>;
|
|
308
379
|
protected processRestart(response: Response): Promise<void>;
|
|
309
380
|
/**
|
|
381
|
+
* Auto-install modules with specified groups
|
|
310
382
|
* @return OK
|
|
311
383
|
*/
|
|
312
384
|
tryToAutoInstallModules(): Promise<ModuleAutoInstallPushNotification>;
|
|
@@ -320,7 +392,6 @@ export declare class ModulesClient extends AuthApiBase {
|
|
|
320
392
|
export declare class OAuthAppsClient extends AuthApiBase {
|
|
321
393
|
private http;
|
|
322
394
|
private baseUrl;
|
|
323
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
324
395
|
constructor(baseUrl?: string, http?: {
|
|
325
396
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
326
397
|
});
|
|
@@ -351,17 +422,18 @@ export declare class OAuthAppsClient extends AuthApiBase {
|
|
|
351
422
|
export declare class PushNotificationClient extends AuthApiBase {
|
|
352
423
|
private http;
|
|
353
424
|
private baseUrl;
|
|
354
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
355
425
|
constructor(baseUrl?: string, http?: {
|
|
356
426
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
357
427
|
});
|
|
358
428
|
/**
|
|
359
|
-
*
|
|
429
|
+
* SearchAsync push notifications
|
|
430
|
+
* @param body (optional) SearchAsync parameters.
|
|
360
431
|
* @return OK
|
|
361
432
|
*/
|
|
362
433
|
searchPushNotification(body?: PushNotificationSearchCriteria | undefined): Promise<PushNotificationSearchResult>;
|
|
363
434
|
protected processSearchPushNotification(response: Response): Promise<PushNotificationSearchResult>;
|
|
364
435
|
/**
|
|
436
|
+
* Mark all notifications as read
|
|
365
437
|
* @return OK
|
|
366
438
|
*/
|
|
367
439
|
markAllAsRead(): Promise<PushNotificationSearchResult>;
|
|
@@ -370,7 +442,6 @@ export declare class PushNotificationClient extends AuthApiBase {
|
|
|
370
442
|
export declare class SecurityClient extends AuthApiBase {
|
|
371
443
|
private http;
|
|
372
444
|
private baseUrl;
|
|
373
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
374
445
|
constructor(baseUrl?: string, http?: {
|
|
375
446
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
376
447
|
});
|
|
@@ -378,14 +449,33 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
378
449
|
* @param body (optional)
|
|
379
450
|
* @return OK
|
|
380
451
|
*/
|
|
452
|
+
searchUserSessions(userId: string, body?: UserSessionSearchCriteria | undefined): Promise<UserSessionSearchResult>;
|
|
453
|
+
protected processSearchUserSessions(response: Response): Promise<UserSessionSearchResult>;
|
|
454
|
+
/**
|
|
455
|
+
* @return No Content
|
|
456
|
+
*/
|
|
457
|
+
terminateUserSession(userId: string, id: string): Promise<void>;
|
|
458
|
+
protected processTerminateUserSession(response: Response): Promise<void>;
|
|
459
|
+
/**
|
|
460
|
+
* @return No Content
|
|
461
|
+
*/
|
|
462
|
+
terminateAllUserSessions(userId: string): Promise<void>;
|
|
463
|
+
protected processTerminateAllUserSessions(response: Response): Promise<void>;
|
|
464
|
+
/**
|
|
465
|
+
* Sign in with user name and password
|
|
466
|
+
* @param body (optional) Login request.
|
|
467
|
+
* @return OK
|
|
468
|
+
*/
|
|
381
469
|
login(body?: LoginRequest | undefined): Promise<SignInResult>;
|
|
382
470
|
protected processLogin(response: Response): Promise<SignInResult>;
|
|
383
471
|
/**
|
|
472
|
+
* Sign out
|
|
384
473
|
* @return No Content
|
|
385
474
|
*/
|
|
386
475
|
logout(): Promise<void>;
|
|
387
476
|
protected processLogout(response: Response): Promise<void>;
|
|
388
477
|
/**
|
|
478
|
+
* Get current user details
|
|
389
479
|
* @return OK
|
|
390
480
|
*/
|
|
391
481
|
getCurrentUser(): Promise<UserDetail>;
|
|
@@ -396,96 +486,114 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
396
486
|
userinfo(): Promise<Claim[]>;
|
|
397
487
|
protected processUserinfo(response: Response): Promise<Claim[]>;
|
|
398
488
|
/**
|
|
489
|
+
* Get all registered permissions
|
|
399
490
|
* @return OK
|
|
400
491
|
*/
|
|
401
492
|
getAllRegisteredPermissions(): Promise<Permission[]>;
|
|
402
493
|
protected processGetAllRegisteredPermissions(response: Response): Promise<Permission[]>;
|
|
403
494
|
/**
|
|
404
|
-
*
|
|
495
|
+
* SearchAsync roles by keyword
|
|
496
|
+
* @param body (optional) SearchAsync parameters.
|
|
405
497
|
* @return OK
|
|
406
498
|
*/
|
|
407
499
|
searchRoles(body?: RoleSearchCriteria | undefined): Promise<RoleSearchResult>;
|
|
408
500
|
protected processSearchRoles(response: Response): Promise<RoleSearchResult>;
|
|
409
501
|
/**
|
|
502
|
+
* Get role by ID
|
|
410
503
|
* @return OK
|
|
411
504
|
*/
|
|
412
505
|
getRole(roleName: string): Promise<Role>;
|
|
413
506
|
protected processGetRole(response: Response): Promise<Role>;
|
|
414
507
|
/**
|
|
415
|
-
*
|
|
508
|
+
* Delete roles by ID
|
|
509
|
+
* @param ids (optional) An array of role IDs.
|
|
416
510
|
* @return No Content
|
|
417
511
|
*/
|
|
418
512
|
deleteRoles(ids?: string[] | undefined): Promise<void>;
|
|
419
513
|
protected processDeleteRoles(response: Response): Promise<void>;
|
|
420
514
|
/**
|
|
515
|
+
* Update an existing role or create new
|
|
421
516
|
* @param body (optional)
|
|
422
517
|
* @return OK
|
|
423
518
|
*/
|
|
424
519
|
updateRole(body?: Role | undefined): Promise<SecurityResult>;
|
|
425
520
|
protected processUpdateRole(response: Response): Promise<SecurityResult>;
|
|
426
521
|
/**
|
|
427
|
-
*
|
|
522
|
+
* SearchAsync users by keyword
|
|
523
|
+
* @param body (optional) Search criteria.
|
|
428
524
|
* @return OK
|
|
429
525
|
*/
|
|
430
526
|
searchUsers(body?: UserSearchCriteria | undefined): Promise<UserSearchResult>;
|
|
431
527
|
protected processSearchUsers(response: Response): Promise<UserSearchResult>;
|
|
432
528
|
/**
|
|
529
|
+
* Get user details by user name
|
|
433
530
|
* @return OK
|
|
434
531
|
*/
|
|
435
532
|
getUserByName(userName: string): Promise<ApplicationUser>;
|
|
436
533
|
protected processGetUserByName(response: Response): Promise<ApplicationUser>;
|
|
437
534
|
/**
|
|
535
|
+
* Get user details by user ID
|
|
438
536
|
* @return OK
|
|
439
537
|
*/
|
|
440
538
|
getUserById(id: string): Promise<ApplicationUser>;
|
|
441
539
|
protected processGetUserById(response: Response): Promise<ApplicationUser>;
|
|
442
540
|
/**
|
|
541
|
+
* Get user details by user email
|
|
443
542
|
* @return OK
|
|
444
543
|
*/
|
|
445
544
|
getUserByEmail(email: string): Promise<ApplicationUser>;
|
|
446
545
|
protected processGetUserByEmail(response: Response): Promise<ApplicationUser>;
|
|
447
546
|
/**
|
|
547
|
+
* Get user details by external login provider
|
|
448
548
|
* @return OK
|
|
449
549
|
*/
|
|
450
550
|
getUserByLogin(loginProvider: string, providerKey: string): Promise<ApplicationUser>;
|
|
451
551
|
protected processGetUserByLogin(response: Response): Promise<ApplicationUser>;
|
|
452
552
|
/**
|
|
553
|
+
* Create new user
|
|
453
554
|
* @param body (optional)
|
|
454
555
|
* @return OK
|
|
455
556
|
*/
|
|
456
557
|
create(body?: ApplicationUser | undefined): Promise<SecurityResult>;
|
|
457
558
|
protected processCreate(response: Response): Promise<SecurityResult>;
|
|
458
559
|
/**
|
|
459
|
-
*
|
|
560
|
+
* Change password for current user.
|
|
561
|
+
* @param body (optional) Old and new passwords.
|
|
460
562
|
* @return OK
|
|
461
563
|
*/
|
|
462
564
|
changeCurrentUserPassword(body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
|
|
463
565
|
protected processChangeCurrentUserPassword(response: Response): Promise<SecurityResult>;
|
|
464
566
|
/**
|
|
465
|
-
*
|
|
567
|
+
* Change password
|
|
568
|
+
* @param userName user name
|
|
569
|
+
* @param body (optional) Old and new passwords.
|
|
466
570
|
* @return OK
|
|
467
571
|
*/
|
|
468
572
|
changePassword(userName: string, body?: ChangePasswordRequest | undefined): Promise<SecurityResult>;
|
|
469
573
|
protected processChangePassword(response: Response): Promise<SecurityResult>;
|
|
470
574
|
/**
|
|
471
|
-
*
|
|
575
|
+
* Reset password confirmation
|
|
576
|
+
* @param body (optional) Password reset information.
|
|
472
577
|
* @return OK
|
|
473
578
|
*/
|
|
474
|
-
resetPassword(userName: string, body?:
|
|
579
|
+
resetPassword(userName: string, body?: ResetPasswordRequest | undefined): Promise<SecurityResult>;
|
|
475
580
|
protected processResetPassword(response: Response): Promise<SecurityResult>;
|
|
476
581
|
/**
|
|
477
|
-
*
|
|
582
|
+
* Reset password confirmation
|
|
583
|
+
* @param body (optional) Password reset information.
|
|
478
584
|
* @return OK
|
|
479
585
|
*/
|
|
480
586
|
resetPasswordByToken(userId: string, body?: ResetPasswordConfirmRequest | undefined): Promise<SecurityResult>;
|
|
481
587
|
protected processResetPasswordByToken(response: Response): Promise<SecurityResult>;
|
|
482
588
|
/**
|
|
589
|
+
* Validate password reset token
|
|
483
590
|
* @param body (optional)
|
|
484
591
|
* @return OK
|
|
485
592
|
*/
|
|
486
593
|
validatePasswordResetToken(userId: string, body?: ValidatePasswordResetTokenRequest | undefined): Promise<boolean>;
|
|
487
594
|
protected processValidatePasswordResetToken(response: Response): Promise<boolean>;
|
|
488
595
|
/**
|
|
596
|
+
* Send email with instructions on how to reset user password.
|
|
489
597
|
* @return OK
|
|
490
598
|
*/
|
|
491
599
|
requestPasswordReset(loginOrEmail: string): Promise<void>;
|
|
@@ -503,33 +611,42 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
503
611
|
validateUserPassword(body?: ChangePasswordRequest | undefined): Promise<IdentityResult>;
|
|
504
612
|
protected processValidateUserPassword(response: Response): Promise<IdentityResult>;
|
|
505
613
|
/**
|
|
506
|
-
*
|
|
614
|
+
* Update user details by user ID
|
|
615
|
+
* @param body (optional) User details.
|
|
507
616
|
* @return OK
|
|
508
617
|
*/
|
|
509
618
|
update(body?: ApplicationUser | undefined): Promise<SecurityResult>;
|
|
510
619
|
protected processUpdate(response: Response): Promise<SecurityResult>;
|
|
511
620
|
/**
|
|
512
|
-
*
|
|
621
|
+
* Delete users by name
|
|
622
|
+
* @param names (optional) An array of user names.
|
|
513
623
|
* @return OK
|
|
514
624
|
*/
|
|
515
625
|
delete(names?: string[] | undefined): Promise<void>;
|
|
516
626
|
protected processDelete(response: Response): Promise<void>;
|
|
517
627
|
/**
|
|
628
|
+
* Checks if user locked
|
|
629
|
+
* @param id User id
|
|
518
630
|
* @return OK
|
|
519
631
|
*/
|
|
520
632
|
isUserLocked(id: string): Promise<UserLockedResult>;
|
|
521
633
|
protected processIsUserLocked(response: Response): Promise<UserLockedResult>;
|
|
522
634
|
/**
|
|
635
|
+
* Checks if manual password change is enabled
|
|
523
636
|
* @return OK
|
|
524
637
|
*/
|
|
525
638
|
passwordChangeEnabled(): Promise<UserLockedResult>;
|
|
526
639
|
protected processPasswordChangeEnabled(response: Response): Promise<UserLockedResult>;
|
|
527
640
|
/**
|
|
641
|
+
* Lock user
|
|
642
|
+
* @param id >User id
|
|
528
643
|
* @return OK
|
|
529
644
|
*/
|
|
530
645
|
lockUser(id: string): Promise<SecurityResult>;
|
|
531
646
|
protected processLockUser(response: Response): Promise<SecurityResult>;
|
|
532
647
|
/**
|
|
648
|
+
* Unlock user
|
|
649
|
+
* @param id >User id
|
|
533
650
|
* @return OK
|
|
534
651
|
*/
|
|
535
652
|
unlockUser(id: string): Promise<SecurityResult>;
|
|
@@ -558,11 +675,13 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
558
675
|
deleteUserApiKeys(ids?: string[] | undefined): Promise<UserApiKey[]>;
|
|
559
676
|
protected processDeleteUserApiKeys(response: Response): Promise<UserApiKey[]>;
|
|
560
677
|
/**
|
|
678
|
+
* Get allowed login types
|
|
561
679
|
* @return OK
|
|
562
680
|
*/
|
|
563
681
|
getLoginTypes(): Promise<LoginType[]>;
|
|
564
682
|
protected processGetLoginTypes(response: Response): Promise<LoginType[]>;
|
|
565
683
|
/**
|
|
684
|
+
* Verify user email
|
|
566
685
|
* @return OK
|
|
567
686
|
*/
|
|
568
687
|
sendVerificationEmail(userId: string): Promise<void>;
|
|
@@ -606,96 +725,53 @@ export declare class SecurityClient extends AuthApiBase {
|
|
|
606
725
|
export declare class SettingClient extends AuthApiBase {
|
|
607
726
|
private http;
|
|
608
727
|
private baseUrl;
|
|
609
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
610
728
|
constructor(baseUrl?: string, http?: {
|
|
611
729
|
fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
|
|
612
730
|
});
|
|
613
731
|
/**
|
|
732
|
+
* Get all settings
|
|
614
733
|
* @return OK
|
|
615
734
|
*/
|
|
616
735
|
getAllGlobalSettings(): Promise<ObjectSettingEntry[]>;
|
|
617
736
|
protected processGetAllGlobalSettings(response: Response): Promise<ObjectSettingEntry[]>;
|
|
618
737
|
/**
|
|
738
|
+
* Update settings values
|
|
619
739
|
* @param body (optional)
|
|
620
740
|
* @return No Content
|
|
621
741
|
*/
|
|
622
742
|
update(body?: ObjectSettingEntry[] | undefined): Promise<void>;
|
|
623
743
|
protected processUpdate(response: Response): Promise<void>;
|
|
624
744
|
/**
|
|
745
|
+
* Get settings registered by specific module
|
|
746
|
+
* @param id Module ID.
|
|
625
747
|
* @return OK
|
|
626
748
|
*/
|
|
627
749
|
getGlobalModuleSettings(id: string): Promise<ObjectSettingEntry[]>;
|
|
628
750
|
protected processGetGlobalModuleSettings(response: Response): Promise<ObjectSettingEntry[]>;
|
|
629
751
|
/**
|
|
752
|
+
* Get setting details by name
|
|
753
|
+
* @param name Setting system name.
|
|
630
754
|
* @return OK
|
|
631
755
|
*/
|
|
632
756
|
getGlobalSetting(name: string): Promise<ObjectSettingEntry>;
|
|
633
757
|
protected processGetGlobalSetting(response: Response): Promise<ObjectSettingEntry>;
|
|
634
758
|
/**
|
|
759
|
+
* Get UI customization setting
|
|
635
760
|
* @return OK
|
|
636
761
|
*/
|
|
637
762
|
getUICustomizationSetting(): Promise<ObjectSettingEntry>;
|
|
638
763
|
protected processGetUICustomizationSetting(response: Response): Promise<ObjectSettingEntry>;
|
|
639
764
|
}
|
|
640
|
-
export
|
|
641
|
-
title?: string | undefined;
|
|
642
|
-
description?: string | undefined;
|
|
643
|
-
iconUrl?: string | undefined;
|
|
644
|
-
relativeUrl?: string | undefined;
|
|
645
|
-
permission?: string | undefined;
|
|
646
|
-
id?: string | undefined;
|
|
647
|
-
constructor(data?: IAppDescriptor);
|
|
648
|
-
init(_data?: any): void;
|
|
649
|
-
static fromJS(data: any): AppDescriptor;
|
|
650
|
-
toJSON(data?: any): any;
|
|
651
|
-
}
|
|
652
|
-
export interface IAppDescriptor {
|
|
765
|
+
export interface AppDescriptor {
|
|
653
766
|
title?: string | undefined;
|
|
654
767
|
description?: string | undefined;
|
|
655
768
|
iconUrl?: string | undefined;
|
|
656
769
|
relativeUrl?: string | undefined;
|
|
657
770
|
permission?: string | undefined;
|
|
771
|
+
supportEmbeddedMode?: boolean;
|
|
658
772
|
id?: string | undefined;
|
|
659
773
|
}
|
|
660
|
-
export
|
|
661
|
-
storeId?: string | undefined;
|
|
662
|
-
memberId?: string | undefined;
|
|
663
|
-
isAdministrator?: boolean;
|
|
664
|
-
photoUrl?: string | undefined;
|
|
665
|
-
userType?: string | undefined;
|
|
666
|
-
status?: string | undefined;
|
|
667
|
-
password?: string | undefined;
|
|
668
|
-
createdDate?: Date;
|
|
669
|
-
modifiedDate?: Date | undefined;
|
|
670
|
-
createdBy?: string | undefined;
|
|
671
|
-
modifiedBy?: string | undefined;
|
|
672
|
-
roles?: Role[] | undefined;
|
|
673
|
-
logins?: ApplicationUserLogin[] | undefined;
|
|
674
|
-
passwordExpired?: boolean;
|
|
675
|
-
lastPasswordChangedDate?: Date | undefined;
|
|
676
|
-
lastPasswordChangeRequestDate?: Date | undefined;
|
|
677
|
-
lastLoginDate?: Date | undefined;
|
|
678
|
-
id?: string | undefined;
|
|
679
|
-
userName?: string | undefined;
|
|
680
|
-
normalizedUserName?: string | undefined;
|
|
681
|
-
email?: string | undefined;
|
|
682
|
-
normalizedEmail?: string | undefined;
|
|
683
|
-
emailConfirmed?: boolean;
|
|
684
|
-
passwordHash?: string | undefined;
|
|
685
|
-
securityStamp?: string | undefined;
|
|
686
|
-
concurrencyStamp?: string | undefined;
|
|
687
|
-
phoneNumber?: string | undefined;
|
|
688
|
-
phoneNumberConfirmed?: boolean;
|
|
689
|
-
twoFactorEnabled?: boolean;
|
|
690
|
-
lockoutEnd?: Date | undefined;
|
|
691
|
-
lockoutEnabled?: boolean;
|
|
692
|
-
accessFailedCount?: number;
|
|
693
|
-
constructor(data?: IApplicationUser);
|
|
694
|
-
init(_data?: any): void;
|
|
695
|
-
static fromJS(data: any): ApplicationUser;
|
|
696
|
-
toJSON(data?: any): any;
|
|
697
|
-
}
|
|
698
|
-
export interface IApplicationUser {
|
|
774
|
+
export interface ApplicationUser {
|
|
699
775
|
storeId?: string | undefined;
|
|
700
776
|
memberId?: string | undefined;
|
|
701
777
|
isAdministrator?: boolean;
|
|
@@ -729,19 +805,11 @@ export interface IApplicationUser {
|
|
|
729
805
|
lockoutEnabled?: boolean;
|
|
730
806
|
accessFailedCount?: number;
|
|
731
807
|
}
|
|
732
|
-
export
|
|
733
|
-
loginProvider?: string | undefined;
|
|
734
|
-
providerKey?: string | undefined;
|
|
735
|
-
constructor(data?: IApplicationUserLogin);
|
|
736
|
-
init(_data?: any): void;
|
|
737
|
-
static fromJS(data: any): ApplicationUserLogin;
|
|
738
|
-
toJSON(data?: any): any;
|
|
739
|
-
}
|
|
740
|
-
export interface IApplicationUserLogin {
|
|
808
|
+
export interface ApplicationUserLogin {
|
|
741
809
|
loginProvider?: string | undefined;
|
|
742
810
|
providerKey?: string | undefined;
|
|
743
811
|
}
|
|
744
|
-
export
|
|
812
|
+
export interface ChangeLogSearchCriteria {
|
|
745
813
|
operationTypes?: EntryState[] | undefined;
|
|
746
814
|
startDate?: Date | undefined;
|
|
747
815
|
endDate?: Date | undefined;
|
|
@@ -756,88 +824,28 @@ export declare class ChangeLogSearchCriteria implements IChangeLogSearchCriteria
|
|
|
756
824
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
757
825
|
skip?: number;
|
|
758
826
|
take?: number;
|
|
759
|
-
constructor(data?: IChangeLogSearchCriteria);
|
|
760
|
-
init(_data?: any): void;
|
|
761
|
-
static fromJS(data: any): ChangeLogSearchCriteria;
|
|
762
|
-
toJSON(data?: any): any;
|
|
763
|
-
}
|
|
764
|
-
export interface IChangeLogSearchCriteria {
|
|
765
|
-
operationTypes?: EntryState[] | undefined;
|
|
766
|
-
startDate?: Date | undefined;
|
|
767
|
-
endDate?: Date | undefined;
|
|
768
|
-
responseGroup?: string | undefined;
|
|
769
|
-
objectType?: string | undefined;
|
|
770
|
-
objectTypes?: string[] | undefined;
|
|
771
|
-
objectIds?: string[] | undefined;
|
|
772
|
-
keyword?: string | undefined;
|
|
773
|
-
searchPhrase?: string | undefined;
|
|
774
|
-
languageCode?: string | undefined;
|
|
775
|
-
sort?: string | undefined;
|
|
776
|
-
sortInfos?: SortInfo[] | undefined;
|
|
777
|
-
skip?: number;
|
|
778
|
-
take?: number;
|
|
779
|
-
}
|
|
780
|
-
export declare class ChangeLogSearchResult implements IChangeLogSearchResult {
|
|
781
|
-
totalCount?: number;
|
|
782
|
-
results?: OperationLog[] | undefined;
|
|
783
|
-
constructor(data?: IChangeLogSearchResult);
|
|
784
|
-
init(_data?: any): void;
|
|
785
|
-
static fromJS(data: any): ChangeLogSearchResult;
|
|
786
|
-
toJSON(data?: any): any;
|
|
787
827
|
}
|
|
788
|
-
export interface
|
|
828
|
+
export interface ChangeLogSearchResult {
|
|
789
829
|
totalCount?: number;
|
|
790
830
|
results?: OperationLog[] | undefined;
|
|
791
831
|
}
|
|
792
|
-
export
|
|
793
|
-
userName?: string | undefined;
|
|
794
|
-
oldPassword?: string | undefined;
|
|
795
|
-
newPassword?: string | undefined;
|
|
796
|
-
constructor(data?: IChangePasswordRequest);
|
|
797
|
-
init(_data?: any): void;
|
|
798
|
-
static fromJS(data: any): ChangePasswordRequest;
|
|
799
|
-
toJSON(data?: any): any;
|
|
800
|
-
}
|
|
801
|
-
export interface IChangePasswordRequest {
|
|
832
|
+
export interface ChangePasswordRequest {
|
|
802
833
|
userName?: string | undefined;
|
|
803
834
|
oldPassword?: string | undefined;
|
|
804
835
|
newPassword?: string | undefined;
|
|
805
836
|
}
|
|
806
|
-
export
|
|
807
|
-
entityNames?: string[] | undefined;
|
|
808
|
-
modifiedSince?: Date;
|
|
809
|
-
constructor(data?: IChangedEntitiesRequest);
|
|
810
|
-
init(_data?: any): void;
|
|
811
|
-
static fromJS(data: any): ChangedEntitiesRequest;
|
|
812
|
-
toJSON(data?: any): any;
|
|
813
|
-
}
|
|
814
|
-
export interface IChangedEntitiesRequest {
|
|
837
|
+
export interface ChangedEntitiesRequest {
|
|
815
838
|
entityNames?: string[] | undefined;
|
|
816
839
|
modifiedSince?: Date;
|
|
817
840
|
}
|
|
818
|
-
export
|
|
819
|
-
entities?: ChangedEntity[] | undefined;
|
|
820
|
-
constructor(data?: IChangedEntitiesResponse);
|
|
821
|
-
init(_data?: any): void;
|
|
822
|
-
static fromJS(data: any): ChangedEntitiesResponse;
|
|
823
|
-
toJSON(data?: any): any;
|
|
824
|
-
}
|
|
825
|
-
export interface IChangedEntitiesResponse {
|
|
841
|
+
export interface ChangedEntitiesResponse {
|
|
826
842
|
entities?: ChangedEntity[] | undefined;
|
|
827
843
|
}
|
|
828
|
-
export
|
|
829
|
-
name?: string | undefined;
|
|
830
|
-
modifiedDate?: Date;
|
|
831
|
-
constructor(data?: IChangedEntity);
|
|
832
|
-
init(_data?: any): void;
|
|
833
|
-
static fromJS(data: any): ChangedEntity;
|
|
834
|
-
toJSON(data?: any): any;
|
|
835
|
-
}
|
|
836
|
-
export interface IChangedEntity {
|
|
844
|
+
export interface ChangedEntity {
|
|
837
845
|
name?: string | undefined;
|
|
838
846
|
modifiedDate?: Date;
|
|
839
847
|
}
|
|
840
|
-
export
|
|
848
|
+
export interface Claim {
|
|
841
849
|
issuer?: string | undefined;
|
|
842
850
|
originalIssuer?: string | undefined;
|
|
843
851
|
readonly properties?: {
|
|
@@ -847,23 +855,8 @@ export declare class Claim implements IClaim {
|
|
|
847
855
|
type?: string | undefined;
|
|
848
856
|
value?: string | undefined;
|
|
849
857
|
valueType?: string | undefined;
|
|
850
|
-
constructor(data?: IClaim);
|
|
851
|
-
init(_data?: any): void;
|
|
852
|
-
static fromJS(data: any): Claim;
|
|
853
|
-
toJSON(data?: any): any;
|
|
854
|
-
}
|
|
855
|
-
export interface IClaim {
|
|
856
|
-
issuer?: string | undefined;
|
|
857
|
-
originalIssuer?: string | undefined;
|
|
858
|
-
properties?: {
|
|
859
|
-
[key: string]: string;
|
|
860
|
-
} | undefined;
|
|
861
|
-
subject?: ClaimsIdentity | undefined;
|
|
862
|
-
type?: string | undefined;
|
|
863
|
-
value?: string | undefined;
|
|
864
|
-
valueType?: string | undefined;
|
|
865
858
|
}
|
|
866
|
-
export
|
|
859
|
+
export interface ClaimsIdentity {
|
|
867
860
|
authenticationType?: string | undefined;
|
|
868
861
|
readonly isAuthenticated?: boolean;
|
|
869
862
|
actor?: ClaimsIdentity | undefined;
|
|
@@ -873,68 +866,30 @@ export declare class ClaimsIdentity implements IClaimsIdentity {
|
|
|
873
866
|
readonly name?: string | undefined;
|
|
874
867
|
readonly nameClaimType?: string | undefined;
|
|
875
868
|
readonly roleClaimType?: string | undefined;
|
|
876
|
-
constructor(data?: IClaimsIdentity);
|
|
877
|
-
init(_data?: any): void;
|
|
878
|
-
static fromJS(data: any): ClaimsIdentity;
|
|
879
|
-
toJSON(data?: any): any;
|
|
880
|
-
}
|
|
881
|
-
export interface IClaimsIdentity {
|
|
882
|
-
authenticationType?: string | undefined;
|
|
883
|
-
isAuthenticated?: boolean;
|
|
884
|
-
actor?: ClaimsIdentity | undefined;
|
|
885
|
-
bootstrapContext?: any | undefined;
|
|
886
|
-
claims?: Claim[] | undefined;
|
|
887
|
-
label?: string | undefined;
|
|
888
|
-
name?: string | undefined;
|
|
889
|
-
nameClaimType?: string | undefined;
|
|
890
|
-
roleClaimType?: string | undefined;
|
|
891
869
|
}
|
|
892
|
-
export
|
|
870
|
+
export interface ConfirmEmailRequest {
|
|
893
871
|
token?: string | undefined;
|
|
894
|
-
constructor(data?: IConfirmEmailRequest);
|
|
895
|
-
init(_data?: any): void;
|
|
896
|
-
static fromJS(data: any): ConfirmEmailRequest;
|
|
897
|
-
toJSON(data?: any): any;
|
|
898
872
|
}
|
|
899
|
-
export interface
|
|
900
|
-
token?: string | undefined;
|
|
873
|
+
export interface CryptoProviderCache {
|
|
901
874
|
}
|
|
902
|
-
export
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
875
|
+
export interface CryptoProviderFactory {
|
|
876
|
+
readonly cryptoProviderCache?: CryptoProviderCache | undefined;
|
|
877
|
+
customCryptoProvider?: ICryptoProvider | undefined;
|
|
878
|
+
cacheSignatureProviders?: boolean;
|
|
879
|
+
signatureProviderObjectPoolCacheSize?: number;
|
|
880
|
+
}
|
|
881
|
+
export interface DeveloperToolDescriptor {
|
|
882
|
+
name?: string | undefined;
|
|
883
|
+
url?: string | undefined;
|
|
884
|
+
isExternal?: boolean;
|
|
885
|
+
sortOrder?: number;
|
|
886
|
+
permission?: string | undefined;
|
|
909
887
|
}
|
|
910
|
-
export interface
|
|
888
|
+
export interface DictionaryItem {
|
|
911
889
|
alias?: string | undefined;
|
|
912
890
|
localizedValues?: LocalizedValue[] | undefined;
|
|
913
891
|
}
|
|
914
|
-
export
|
|
915
|
-
objectId?: string | undefined;
|
|
916
|
-
values?: DynamicPropertyObjectValue[] | undefined;
|
|
917
|
-
name?: string | undefined;
|
|
918
|
-
description?: string | undefined;
|
|
919
|
-
objectType?: string | undefined;
|
|
920
|
-
isArray?: boolean;
|
|
921
|
-
isDictionary?: boolean;
|
|
922
|
-
isMultilingual?: boolean;
|
|
923
|
-
isRequired?: boolean;
|
|
924
|
-
displayOrder?: number | undefined;
|
|
925
|
-
valueType?: DynamicObjectPropertyValueType;
|
|
926
|
-
displayNames?: DynamicPropertyName[] | undefined;
|
|
927
|
-
createdDate?: Date;
|
|
928
|
-
modifiedDate?: Date | undefined;
|
|
929
|
-
createdBy?: string | undefined;
|
|
930
|
-
modifiedBy?: string | undefined;
|
|
931
|
-
id?: string | undefined;
|
|
932
|
-
constructor(data?: IDynamicObjectProperty);
|
|
933
|
-
init(_data?: any): void;
|
|
934
|
-
static fromJS(data: any): DynamicObjectProperty;
|
|
935
|
-
toJSON(data?: any): any;
|
|
936
|
-
}
|
|
937
|
-
export interface IDynamicObjectProperty {
|
|
892
|
+
export interface DynamicObjectProperty {
|
|
938
893
|
objectId?: string | undefined;
|
|
939
894
|
values?: DynamicPropertyObjectValue[] | undefined;
|
|
940
895
|
name?: string | undefined;
|
|
@@ -953,28 +908,7 @@ export interface IDynamicObjectProperty {
|
|
|
953
908
|
modifiedBy?: string | undefined;
|
|
954
909
|
id?: string | undefined;
|
|
955
910
|
}
|
|
956
|
-
export
|
|
957
|
-
name?: string | undefined;
|
|
958
|
-
description?: string | undefined;
|
|
959
|
-
objectType?: string | undefined;
|
|
960
|
-
isArray?: boolean;
|
|
961
|
-
isDictionary?: boolean;
|
|
962
|
-
isMultilingual?: boolean;
|
|
963
|
-
isRequired?: boolean;
|
|
964
|
-
displayOrder?: number | undefined;
|
|
965
|
-
valueType?: DynamicPropertyValueType2;
|
|
966
|
-
displayNames?: DynamicPropertyName[] | undefined;
|
|
967
|
-
createdDate?: Date;
|
|
968
|
-
modifiedDate?: Date | undefined;
|
|
969
|
-
createdBy?: string | undefined;
|
|
970
|
-
modifiedBy?: string | undefined;
|
|
971
|
-
id?: string | undefined;
|
|
972
|
-
constructor(data?: IDynamicProperty);
|
|
973
|
-
init(_data?: any): void;
|
|
974
|
-
static fromJS(data: any): DynamicProperty;
|
|
975
|
-
toJSON(data?: any): any;
|
|
976
|
-
}
|
|
977
|
-
export interface IDynamicProperty {
|
|
911
|
+
export interface DynamicProperty {
|
|
978
912
|
name?: string | undefined;
|
|
979
913
|
description?: string | undefined;
|
|
980
914
|
objectType?: string | undefined;
|
|
@@ -991,21 +925,7 @@ export interface IDynamicProperty {
|
|
|
991
925
|
modifiedBy?: string | undefined;
|
|
992
926
|
id?: string | undefined;
|
|
993
927
|
}
|
|
994
|
-
export
|
|
995
|
-
propertyId?: string | undefined;
|
|
996
|
-
name?: string | undefined;
|
|
997
|
-
displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
|
|
998
|
-
createdDate?: Date;
|
|
999
|
-
modifiedDate?: Date | undefined;
|
|
1000
|
-
createdBy?: string | undefined;
|
|
1001
|
-
modifiedBy?: string | undefined;
|
|
1002
|
-
id?: string | undefined;
|
|
1003
|
-
constructor(data?: IDynamicPropertyDictionaryItem);
|
|
1004
|
-
init(_data?: any): void;
|
|
1005
|
-
static fromJS(data: any): DynamicPropertyDictionaryItem;
|
|
1006
|
-
toJSON(data?: any): any;
|
|
1007
|
-
}
|
|
1008
|
-
export interface IDynamicPropertyDictionaryItem {
|
|
928
|
+
export interface DynamicPropertyDictionaryItem {
|
|
1009
929
|
propertyId?: string | undefined;
|
|
1010
930
|
name?: string | undefined;
|
|
1011
931
|
displayNames?: DynamicPropertyDictionaryItemName[] | undefined;
|
|
@@ -1015,19 +935,11 @@ export interface IDynamicPropertyDictionaryItem {
|
|
|
1015
935
|
modifiedBy?: string | undefined;
|
|
1016
936
|
id?: string | undefined;
|
|
1017
937
|
}
|
|
1018
|
-
export
|
|
1019
|
-
locale?: string | undefined;
|
|
1020
|
-
name?: string | undefined;
|
|
1021
|
-
constructor(data?: IDynamicPropertyDictionaryItemName);
|
|
1022
|
-
init(_data?: any): void;
|
|
1023
|
-
static fromJS(data: any): DynamicPropertyDictionaryItemName;
|
|
1024
|
-
toJSON(data?: any): any;
|
|
1025
|
-
}
|
|
1026
|
-
export interface IDynamicPropertyDictionaryItemName {
|
|
938
|
+
export interface DynamicPropertyDictionaryItemName {
|
|
1027
939
|
locale?: string | undefined;
|
|
1028
940
|
name?: string | undefined;
|
|
1029
941
|
}
|
|
1030
|
-
export
|
|
942
|
+
export interface DynamicPropertyDictionaryItemSearchCriteria {
|
|
1031
943
|
propertyId?: string | undefined;
|
|
1032
944
|
responseGroup?: string | undefined;
|
|
1033
945
|
objectType?: string | undefined;
|
|
@@ -1040,64 +952,16 @@ export declare class DynamicPropertyDictionaryItemSearchCriteria implements IDyn
|
|
|
1040
952
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
1041
953
|
skip?: number;
|
|
1042
954
|
take?: number;
|
|
1043
|
-
constructor(data?: IDynamicPropertyDictionaryItemSearchCriteria);
|
|
1044
|
-
init(_data?: any): void;
|
|
1045
|
-
static fromJS(data: any): DynamicPropertyDictionaryItemSearchCriteria;
|
|
1046
|
-
toJSON(data?: any): any;
|
|
1047
|
-
}
|
|
1048
|
-
export interface IDynamicPropertyDictionaryItemSearchCriteria {
|
|
1049
|
-
propertyId?: string | undefined;
|
|
1050
|
-
responseGroup?: string | undefined;
|
|
1051
|
-
objectType?: string | undefined;
|
|
1052
|
-
objectTypes?: string[] | undefined;
|
|
1053
|
-
objectIds?: string[] | undefined;
|
|
1054
|
-
keyword?: string | undefined;
|
|
1055
|
-
searchPhrase?: string | undefined;
|
|
1056
|
-
languageCode?: string | undefined;
|
|
1057
|
-
sort?: string | undefined;
|
|
1058
|
-
sortInfos?: SortInfo[] | undefined;
|
|
1059
|
-
skip?: number;
|
|
1060
|
-
take?: number;
|
|
1061
|
-
}
|
|
1062
|
-
export declare class DynamicPropertyDictionaryItemSearchResult implements IDynamicPropertyDictionaryItemSearchResult {
|
|
1063
|
-
totalCount?: number;
|
|
1064
|
-
results?: DynamicPropertyDictionaryItem[] | undefined;
|
|
1065
|
-
constructor(data?: IDynamicPropertyDictionaryItemSearchResult);
|
|
1066
|
-
init(_data?: any): void;
|
|
1067
|
-
static fromJS(data: any): DynamicPropertyDictionaryItemSearchResult;
|
|
1068
|
-
toJSON(data?: any): any;
|
|
1069
955
|
}
|
|
1070
|
-
export interface
|
|
956
|
+
export interface DynamicPropertyDictionaryItemSearchResult {
|
|
1071
957
|
totalCount?: number;
|
|
1072
958
|
results?: DynamicPropertyDictionaryItem[] | undefined;
|
|
1073
959
|
}
|
|
1074
|
-
export
|
|
1075
|
-
locale?: string | undefined;
|
|
1076
|
-
name?: string | undefined;
|
|
1077
|
-
constructor(data?: IDynamicPropertyName);
|
|
1078
|
-
init(_data?: any): void;
|
|
1079
|
-
static fromJS(data: any): DynamicPropertyName;
|
|
1080
|
-
toJSON(data?: any): any;
|
|
1081
|
-
}
|
|
1082
|
-
export interface IDynamicPropertyName {
|
|
960
|
+
export interface DynamicPropertyName {
|
|
1083
961
|
locale?: string | undefined;
|
|
1084
962
|
name?: string | undefined;
|
|
1085
963
|
}
|
|
1086
|
-
export
|
|
1087
|
-
objectType?: string | undefined;
|
|
1088
|
-
objectId?: string | undefined;
|
|
1089
|
-
locale?: string | undefined;
|
|
1090
|
-
value?: any | undefined;
|
|
1091
|
-
valueId?: string | undefined;
|
|
1092
|
-
valueType?: DynamicPropertyObjectValueValueType;
|
|
1093
|
-
propertyId?: string | undefined;
|
|
1094
|
-
propertyName?: string | undefined;
|
|
1095
|
-
constructor(data?: IDynamicPropertyObjectValue);
|
|
1096
|
-
init(_data?: any): void;
|
|
1097
|
-
static fromJS(data: any): DynamicPropertyObjectValue;
|
|
1098
|
-
toJSON(data?: any): any;
|
|
1099
|
-
}
|
|
1100
|
-
export interface IDynamicPropertyObjectValue {
|
|
964
|
+
export interface DynamicPropertyObjectValue {
|
|
1101
965
|
objectType?: string | undefined;
|
|
1102
966
|
objectId?: string | undefined;
|
|
1103
967
|
locale?: string | undefined;
|
|
@@ -1107,7 +971,7 @@ export interface IDynamicPropertyObjectValue {
|
|
|
1107
971
|
propertyId?: string | undefined;
|
|
1108
972
|
propertyName?: string | undefined;
|
|
1109
973
|
}
|
|
1110
|
-
export
|
|
974
|
+
export interface DynamicPropertySearchCriteria {
|
|
1111
975
|
readonly typeName?: string | undefined;
|
|
1112
976
|
responseGroup?: string | undefined;
|
|
1113
977
|
objectType?: string | undefined;
|
|
@@ -1120,34 +984,8 @@ export declare class DynamicPropertySearchCriteria implements IDynamicPropertySe
|
|
|
1120
984
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
1121
985
|
skip?: number;
|
|
1122
986
|
take?: number;
|
|
1123
|
-
constructor(data?: IDynamicPropertySearchCriteria);
|
|
1124
|
-
init(_data?: any): void;
|
|
1125
|
-
static fromJS(data: any): DynamicPropertySearchCriteria;
|
|
1126
|
-
toJSON(data?: any): any;
|
|
1127
|
-
}
|
|
1128
|
-
export interface IDynamicPropertySearchCriteria {
|
|
1129
|
-
typeName?: string | undefined;
|
|
1130
|
-
responseGroup?: string | undefined;
|
|
1131
|
-
objectType?: string | undefined;
|
|
1132
|
-
objectTypes?: string[] | undefined;
|
|
1133
|
-
objectIds?: string[] | undefined;
|
|
1134
|
-
keyword?: string | undefined;
|
|
1135
|
-
searchPhrase?: string | undefined;
|
|
1136
|
-
languageCode?: string | undefined;
|
|
1137
|
-
sort?: string | undefined;
|
|
1138
|
-
sortInfos?: SortInfo[] | undefined;
|
|
1139
|
-
skip?: number;
|
|
1140
|
-
take?: number;
|
|
1141
987
|
}
|
|
1142
|
-
export
|
|
1143
|
-
totalCount?: number;
|
|
1144
|
-
results?: DynamicProperty[] | undefined;
|
|
1145
|
-
constructor(data?: IDynamicPropertySearchResult);
|
|
1146
|
-
init(_data?: any): void;
|
|
1147
|
-
static fromJS(data: any): DynamicPropertySearchResult;
|
|
1148
|
-
toJSON(data?: any): any;
|
|
1149
|
-
}
|
|
1150
|
-
export interface IDynamicPropertySearchResult {
|
|
988
|
+
export interface DynamicPropertySearchResult {
|
|
1151
989
|
totalCount?: number;
|
|
1152
990
|
results?: DynamicProperty[] | undefined;
|
|
1153
991
|
}
|
|
@@ -1169,67 +1007,28 @@ export declare enum EntryState {
|
|
|
1169
1007
|
Deleted = "Deleted",
|
|
1170
1008
|
Modified = "Modified"
|
|
1171
1009
|
}
|
|
1172
|
-
export
|
|
1173
|
-
authenticationType?: string | undefined;
|
|
1174
|
-
displayName?: string | undefined;
|
|
1175
|
-
logoUrl?: string | undefined;
|
|
1176
|
-
constructor(data?: IExternalSignInProviderInfo);
|
|
1177
|
-
init(_data?: any): void;
|
|
1178
|
-
static fromJS(data: any): ExternalSignInProviderInfo;
|
|
1179
|
-
toJSON(data?: any): any;
|
|
1180
|
-
}
|
|
1181
|
-
export interface IExternalSignInProviderInfo {
|
|
1010
|
+
export interface ExternalSignInProviderInfo {
|
|
1182
1011
|
authenticationType?: string | undefined;
|
|
1183
1012
|
displayName?: string | undefined;
|
|
1184
1013
|
logoUrl?: string | undefined;
|
|
1185
1014
|
}
|
|
1186
|
-
export
|
|
1187
|
-
code?: string | undefined;
|
|
1188
|
-
description?: string | undefined;
|
|
1189
|
-
constructor(data?: IIdentityError);
|
|
1190
|
-
init(_data?: any): void;
|
|
1191
|
-
static fromJS(data: any): IdentityError;
|
|
1192
|
-
toJSON(data?: any): any;
|
|
1015
|
+
export interface ICryptoProvider {
|
|
1193
1016
|
}
|
|
1194
|
-
export interface
|
|
1017
|
+
export interface IdentityError {
|
|
1195
1018
|
code?: string | undefined;
|
|
1196
1019
|
description?: string | undefined;
|
|
1197
1020
|
}
|
|
1198
|
-
export
|
|
1021
|
+
export interface IdentityResult {
|
|
1199
1022
|
readonly succeeded?: boolean;
|
|
1200
1023
|
readonly errors?: IdentityError[] | undefined;
|
|
1201
|
-
constructor(data?: IIdentityResult);
|
|
1202
|
-
init(_data?: any): void;
|
|
1203
|
-
static fromJS(data: any): IdentityResult;
|
|
1204
|
-
toJSON(data?: any): any;
|
|
1205
|
-
}
|
|
1206
|
-
export interface IIdentityResult {
|
|
1207
|
-
succeeded?: boolean;
|
|
1208
|
-
errors?: IdentityError[] | undefined;
|
|
1209
|
-
}
|
|
1210
|
-
export declare class Job implements IJob {
|
|
1211
|
-
state?: string | undefined;
|
|
1212
|
-
completed?: boolean;
|
|
1213
|
-
id?: string | undefined;
|
|
1214
|
-
constructor(data?: IJob);
|
|
1215
|
-
init(_data?: any): void;
|
|
1216
|
-
static fromJS(data: any): Job;
|
|
1217
|
-
toJSON(data?: any): any;
|
|
1218
1024
|
}
|
|
1219
|
-
export interface
|
|
1025
|
+
export interface Job {
|
|
1220
1026
|
state?: string | undefined;
|
|
1221
1027
|
completed?: boolean;
|
|
1222
1028
|
id?: string | undefined;
|
|
1223
1029
|
}
|
|
1224
|
-
export
|
|
1030
|
+
export interface JsonElement {
|
|
1225
1031
|
readonly valueKind?: JsonElementValueKind;
|
|
1226
|
-
constructor(data?: IJsonElement);
|
|
1227
|
-
init(_data?: any): void;
|
|
1228
|
-
static fromJS(data: any): JsonElement;
|
|
1229
|
-
toJSON(data?: any): any;
|
|
1230
|
-
}
|
|
1231
|
-
export interface IJsonElement {
|
|
1232
|
-
valueKind?: JsonElementValueKind;
|
|
1233
1032
|
}
|
|
1234
1033
|
export declare enum JsonValueKind {
|
|
1235
1034
|
Undefined = "Undefined",
|
|
@@ -1241,117 +1040,84 @@ export declare enum JsonValueKind {
|
|
|
1241
1040
|
False = "False",
|
|
1242
1041
|
Null = "Null"
|
|
1243
1042
|
}
|
|
1244
|
-
export
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1043
|
+
export interface JsonWebKey {
|
|
1044
|
+
readonly additionalData?: {
|
|
1045
|
+
[key: string]: any;
|
|
1046
|
+
} | undefined;
|
|
1047
|
+
alg?: string | undefined;
|
|
1048
|
+
crv?: string | undefined;
|
|
1049
|
+
d?: string | undefined;
|
|
1050
|
+
dp?: string | undefined;
|
|
1051
|
+
dq?: string | undefined;
|
|
1052
|
+
e?: string | undefined;
|
|
1053
|
+
k?: string | undefined;
|
|
1054
|
+
keyId?: string | undefined;
|
|
1055
|
+
readonly keyOps?: string[] | undefined;
|
|
1056
|
+
kid?: string | undefined;
|
|
1057
|
+
kty?: string | undefined;
|
|
1058
|
+
n?: string | undefined;
|
|
1059
|
+
readonly oth?: string[] | undefined;
|
|
1060
|
+
p?: string | undefined;
|
|
1061
|
+
q?: string | undefined;
|
|
1062
|
+
qi?: string | undefined;
|
|
1063
|
+
use?: string | undefined;
|
|
1064
|
+
x?: string | undefined;
|
|
1065
|
+
readonly x5c?: string[] | undefined;
|
|
1066
|
+
x5t?: string | undefined;
|
|
1067
|
+
x5tS256?: string | undefined;
|
|
1068
|
+
x5u?: string | undefined;
|
|
1069
|
+
y?: string | undefined;
|
|
1070
|
+
readonly keySize?: number;
|
|
1071
|
+
readonly hasPrivateKey?: boolean;
|
|
1072
|
+
cryptoProviderFactory?: CryptoProviderFactory | undefined;
|
|
1073
|
+
}
|
|
1074
|
+
export interface JsonWebKeySet {
|
|
1075
|
+
readonly additionalData?: {
|
|
1076
|
+
[key: string]: any;
|
|
1077
|
+
} | undefined;
|
|
1078
|
+
readonly keys?: JsonWebKey[] | undefined;
|
|
1079
|
+
skipUnresolvedJsonWebKeys?: boolean;
|
|
1251
1080
|
}
|
|
1252
|
-
export interface
|
|
1081
|
+
export interface KeyValue {
|
|
1253
1082
|
key?: string | undefined;
|
|
1254
1083
|
value?: string | undefined;
|
|
1255
1084
|
}
|
|
1256
|
-
export
|
|
1085
|
+
export interface LastModifiedResponse {
|
|
1257
1086
|
scope?: string | undefined;
|
|
1258
1087
|
lastModifiedDate?: Date;
|
|
1259
|
-
constructor(data?: ILastModifiedResponse);
|
|
1260
|
-
init(_data?: any): void;
|
|
1261
|
-
static fromJS(data: any): LastModifiedResponse;
|
|
1262
|
-
toJSON(data?: any): any;
|
|
1263
1088
|
}
|
|
1264
|
-
export interface
|
|
1265
|
-
scope?: string | undefined;
|
|
1266
|
-
lastModifiedDate?: Date;
|
|
1267
|
-
}
|
|
1268
|
-
export declare class License implements ILicense {
|
|
1269
|
-
type?: string | undefined;
|
|
1270
|
-
customerName?: string | undefined;
|
|
1271
|
-
customerEmail?: string | undefined;
|
|
1272
|
-
expirationDate?: Date;
|
|
1273
|
-
rawLicense?: string | undefined;
|
|
1274
|
-
constructor(data?: ILicense);
|
|
1275
|
-
init(_data?: any): void;
|
|
1276
|
-
static fromJS(data: any): License;
|
|
1277
|
-
toJSON(data?: any): any;
|
|
1278
|
-
}
|
|
1279
|
-
export interface ILicense {
|
|
1089
|
+
export interface License {
|
|
1280
1090
|
type?: string | undefined;
|
|
1281
1091
|
customerName?: string | undefined;
|
|
1282
1092
|
customerEmail?: string | undefined;
|
|
1283
1093
|
expirationDate?: Date;
|
|
1284
1094
|
rawLicense?: string | undefined;
|
|
1285
1095
|
}
|
|
1286
|
-
export
|
|
1096
|
+
export interface LocalizableSetting {
|
|
1287
1097
|
name?: string | undefined;
|
|
1288
1098
|
isLocalizable?: boolean;
|
|
1289
1099
|
items?: DictionaryItem[] | undefined;
|
|
1290
|
-
constructor(data?: ILocalizableSetting);
|
|
1291
|
-
init(_data?: any): void;
|
|
1292
|
-
static fromJS(data: any): LocalizableSetting;
|
|
1293
|
-
toJSON(data?: any): any;
|
|
1294
1100
|
}
|
|
1295
|
-
export interface
|
|
1296
|
-
name?: string | undefined;
|
|
1297
|
-
isLocalizable?: boolean;
|
|
1298
|
-
items?: DictionaryItem[] | undefined;
|
|
1299
|
-
}
|
|
1300
|
-
export declare class LocalizableSettingsAndLanguages implements ILocalizableSettingsAndLanguages {
|
|
1101
|
+
export interface LocalizableSettingsAndLanguages {
|
|
1301
1102
|
settings?: LocalizableSetting[] | undefined;
|
|
1302
1103
|
languages?: string[] | undefined;
|
|
1303
|
-
constructor(data?: ILocalizableSettingsAndLanguages);
|
|
1304
|
-
init(_data?: any): void;
|
|
1305
|
-
static fromJS(data: any): LocalizableSettingsAndLanguages;
|
|
1306
|
-
toJSON(data?: any): any;
|
|
1307
1104
|
}
|
|
1308
|
-
export interface
|
|
1309
|
-
settings?: LocalizableSetting[] | undefined;
|
|
1310
|
-
languages?: string[] | undefined;
|
|
1311
|
-
}
|
|
1312
|
-
export declare class LocalizedValue implements ILocalizedValue {
|
|
1105
|
+
export interface LocalizedValue {
|
|
1313
1106
|
languageCode?: string | undefined;
|
|
1314
1107
|
value?: string | undefined;
|
|
1315
|
-
constructor(data?: ILocalizedValue);
|
|
1316
|
-
init(_data?: any): void;
|
|
1317
|
-
static fromJS(data: any): LocalizedValue;
|
|
1318
|
-
toJSON(data?: any): any;
|
|
1319
1108
|
}
|
|
1320
|
-
export interface
|
|
1321
|
-
languageCode?: string | undefined;
|
|
1322
|
-
value?: string | undefined;
|
|
1323
|
-
}
|
|
1324
|
-
export declare class LoginRequest implements ILoginRequest {
|
|
1109
|
+
export interface LoginRequest {
|
|
1325
1110
|
userName?: string | undefined;
|
|
1326
1111
|
password?: string | undefined;
|
|
1327
1112
|
rememberMe?: boolean;
|
|
1328
|
-
constructor(data?: ILoginRequest);
|
|
1329
|
-
init(_data?: any): void;
|
|
1330
|
-
static fromJS(data: any): LoginRequest;
|
|
1331
|
-
toJSON(data?: any): any;
|
|
1332
1113
|
}
|
|
1333
|
-
export interface
|
|
1334
|
-
userName?: string | undefined;
|
|
1335
|
-
password?: string | undefined;
|
|
1336
|
-
rememberMe?: boolean;
|
|
1337
|
-
}
|
|
1338
|
-
export declare class LoginType implements ILoginType {
|
|
1114
|
+
export interface LoginType {
|
|
1339
1115
|
enabled?: boolean;
|
|
1340
1116
|
hasLoginForm?: boolean;
|
|
1341
1117
|
authenticationType?: string | undefined;
|
|
1342
1118
|
priority?: number;
|
|
1343
|
-
constructor(data?: ILoginType);
|
|
1344
|
-
init(_data?: any): void;
|
|
1345
|
-
static fromJS(data: any): LoginType;
|
|
1346
|
-
toJSON(data?: any): any;
|
|
1347
1119
|
}
|
|
1348
|
-
export interface
|
|
1349
|
-
enabled?: boolean;
|
|
1350
|
-
hasLoginForm?: boolean;
|
|
1351
|
-
authenticationType?: string | undefined;
|
|
1352
|
-
priority?: number;
|
|
1353
|
-
}
|
|
1354
|
-
export declare class ModuleAutoInstallPushNotification implements IModuleAutoInstallPushNotification {
|
|
1120
|
+
export interface ModuleAutoInstallPushNotification {
|
|
1355
1121
|
started?: Date | undefined;
|
|
1356
1122
|
finished?: Date | undefined;
|
|
1357
1123
|
progressLog?: ProgressMessage[] | undefined;
|
|
@@ -1365,53 +1131,8 @@ export declare class ModuleAutoInstallPushNotification implements IModuleAutoIns
|
|
|
1365
1131
|
title?: string | undefined;
|
|
1366
1132
|
repeatCount?: number;
|
|
1367
1133
|
id?: string | undefined;
|
|
1368
|
-
constructor(data?: IModuleAutoInstallPushNotification);
|
|
1369
|
-
init(_data?: any): void;
|
|
1370
|
-
static fromJS(data: any): ModuleAutoInstallPushNotification;
|
|
1371
|
-
toJSON(data?: any): any;
|
|
1372
1134
|
}
|
|
1373
|
-
export interface
|
|
1374
|
-
started?: Date | undefined;
|
|
1375
|
-
finished?: Date | undefined;
|
|
1376
|
-
progressLog?: ProgressMessage[] | undefined;
|
|
1377
|
-
errorCount?: number;
|
|
1378
|
-
serverId?: string | undefined;
|
|
1379
|
-
creator?: string | undefined;
|
|
1380
|
-
created?: Date;
|
|
1381
|
-
isNew?: boolean;
|
|
1382
|
-
notifyType?: string | undefined;
|
|
1383
|
-
description?: string | undefined;
|
|
1384
|
-
title?: string | undefined;
|
|
1385
|
-
repeatCount?: number;
|
|
1386
|
-
id?: string | undefined;
|
|
1387
|
-
}
|
|
1388
|
-
export declare class ModuleDescriptor implements IModuleDescriptor {
|
|
1389
|
-
version?: string | undefined;
|
|
1390
|
-
platformVersion?: string | undefined;
|
|
1391
|
-
title?: string | undefined;
|
|
1392
|
-
description?: string | undefined;
|
|
1393
|
-
authors?: string[] | undefined;
|
|
1394
|
-
owners?: string[] | undefined;
|
|
1395
|
-
licenseUrl?: string | undefined;
|
|
1396
|
-
projectUrl?: string | undefined;
|
|
1397
|
-
iconUrl?: string | undefined;
|
|
1398
|
-
requireLicenseAcceptance?: boolean;
|
|
1399
|
-
releaseNotes?: string | undefined;
|
|
1400
|
-
copyright?: string | undefined;
|
|
1401
|
-
tags?: string | undefined;
|
|
1402
|
-
groups?: string[] | undefined;
|
|
1403
|
-
dependencies?: ModuleIdentity[] | undefined;
|
|
1404
|
-
validationErrors?: string[] | undefined;
|
|
1405
|
-
isRemovable?: boolean;
|
|
1406
|
-
isInstalled?: boolean;
|
|
1407
|
-
installedVersion?: ModuleIdentity | undefined;
|
|
1408
|
-
id?: string | undefined;
|
|
1409
|
-
constructor(data?: IModuleDescriptor);
|
|
1410
|
-
init(_data?: any): void;
|
|
1411
|
-
static fromJS(data: any): ModuleDescriptor;
|
|
1412
|
-
toJSON(data?: any): any;
|
|
1413
|
-
}
|
|
1414
|
-
export interface IModuleDescriptor {
|
|
1135
|
+
export interface ModuleDescriptor {
|
|
1415
1136
|
version?: string | undefined;
|
|
1416
1137
|
platformVersion?: string | undefined;
|
|
1417
1138
|
title?: string | undefined;
|
|
@@ -1433,21 +1154,12 @@ export interface IModuleDescriptor {
|
|
|
1433
1154
|
installedVersion?: ModuleIdentity | undefined;
|
|
1434
1155
|
id?: string | undefined;
|
|
1435
1156
|
}
|
|
1436
|
-
export
|
|
1437
|
-
id?: string | undefined;
|
|
1438
|
-
version?: SemanticVersion | undefined;
|
|
1439
|
-
optional?: boolean;
|
|
1440
|
-
constructor(data?: IModuleIdentity);
|
|
1441
|
-
init(_data?: any): void;
|
|
1442
|
-
static fromJS(data: any): ModuleIdentity;
|
|
1443
|
-
toJSON(data?: any): any;
|
|
1444
|
-
}
|
|
1445
|
-
export interface IModuleIdentity {
|
|
1157
|
+
export interface ModuleIdentity {
|
|
1446
1158
|
id?: string | undefined;
|
|
1447
1159
|
version?: SemanticVersion | undefined;
|
|
1448
1160
|
optional?: boolean;
|
|
1449
1161
|
}
|
|
1450
|
-
export
|
|
1162
|
+
export interface ModulePushNotification {
|
|
1451
1163
|
started?: Date | undefined;
|
|
1452
1164
|
finished?: Date | undefined;
|
|
1453
1165
|
progressLog?: ProgressMessage[] | undefined;
|
|
@@ -1461,27 +1173,8 @@ export declare class ModulePushNotification implements IModulePushNotification {
|
|
|
1461
1173
|
title?: string | undefined;
|
|
1462
1174
|
repeatCount?: number;
|
|
1463
1175
|
id?: string | undefined;
|
|
1464
|
-
constructor(data?: IModulePushNotification);
|
|
1465
|
-
init(_data?: any): void;
|
|
1466
|
-
static fromJS(data: any): ModulePushNotification;
|
|
1467
|
-
toJSON(data?: any): any;
|
|
1468
1176
|
}
|
|
1469
|
-
export interface
|
|
1470
|
-
started?: Date | undefined;
|
|
1471
|
-
finished?: Date | undefined;
|
|
1472
|
-
progressLog?: ProgressMessage[] | undefined;
|
|
1473
|
-
errorCount?: number;
|
|
1474
|
-
serverId?: string | undefined;
|
|
1475
|
-
creator?: string | undefined;
|
|
1476
|
-
created?: Date;
|
|
1477
|
-
isNew?: boolean;
|
|
1478
|
-
notifyType?: string | undefined;
|
|
1479
|
-
description?: string | undefined;
|
|
1480
|
-
title?: string | undefined;
|
|
1481
|
-
repeatCount?: number;
|
|
1482
|
-
id?: string | undefined;
|
|
1483
|
-
}
|
|
1484
|
-
export declare class OAuthAppSearchCriteria implements IOAuthAppSearchCriteria {
|
|
1177
|
+
export interface OAuthAppSearchCriteria {
|
|
1485
1178
|
responseGroup?: string | undefined;
|
|
1486
1179
|
objectType?: string | undefined;
|
|
1487
1180
|
objectTypes?: string[] | undefined;
|
|
@@ -1493,37 +1186,12 @@ export declare class OAuthAppSearchCriteria implements IOAuthAppSearchCriteria {
|
|
|
1493
1186
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
1494
1187
|
skip?: number;
|
|
1495
1188
|
take?: number;
|
|
1496
|
-
constructor(data?: IOAuthAppSearchCriteria);
|
|
1497
|
-
init(_data?: any): void;
|
|
1498
|
-
static fromJS(data: any): OAuthAppSearchCriteria;
|
|
1499
|
-
toJSON(data?: any): any;
|
|
1500
|
-
}
|
|
1501
|
-
export interface IOAuthAppSearchCriteria {
|
|
1502
|
-
responseGroup?: string | undefined;
|
|
1503
|
-
objectType?: string | undefined;
|
|
1504
|
-
objectTypes?: string[] | undefined;
|
|
1505
|
-
objectIds?: string[] | undefined;
|
|
1506
|
-
keyword?: string | undefined;
|
|
1507
|
-
searchPhrase?: string | undefined;
|
|
1508
|
-
languageCode?: string | undefined;
|
|
1509
|
-
sort?: string | undefined;
|
|
1510
|
-
sortInfos?: SortInfo[] | undefined;
|
|
1511
|
-
skip?: number;
|
|
1512
|
-
take?: number;
|
|
1513
|
-
}
|
|
1514
|
-
export declare class OAuthAppSearchResult implements IOAuthAppSearchResult {
|
|
1515
|
-
totalCount?: number;
|
|
1516
|
-
results?: OpenIddictApplicationDescriptor[] | undefined;
|
|
1517
|
-
constructor(data?: IOAuthAppSearchResult);
|
|
1518
|
-
init(_data?: any): void;
|
|
1519
|
-
static fromJS(data: any): OAuthAppSearchResult;
|
|
1520
|
-
toJSON(data?: any): any;
|
|
1521
1189
|
}
|
|
1522
|
-
export interface
|
|
1190
|
+
export interface OAuthAppSearchResult {
|
|
1523
1191
|
totalCount?: number;
|
|
1524
1192
|
results?: OpenIddictApplicationDescriptor[] | undefined;
|
|
1525
1193
|
}
|
|
1526
|
-
export
|
|
1194
|
+
export interface ObjectSettingEntry {
|
|
1527
1195
|
readonly itHasValues?: boolean;
|
|
1528
1196
|
objectId?: string | undefined;
|
|
1529
1197
|
objectType?: string | undefined;
|
|
@@ -1543,40 +1211,18 @@ export declare class ObjectSettingEntry implements IObjectSettingEntry {
|
|
|
1543
1211
|
defaultValue?: any | undefined;
|
|
1544
1212
|
isDictionary?: boolean;
|
|
1545
1213
|
isLocalizable?: boolean;
|
|
1546
|
-
constructor(data?: IObjectSettingEntry);
|
|
1547
|
-
init(_data?: any): void;
|
|
1548
|
-
static fromJS(data: any): ObjectSettingEntry;
|
|
1549
|
-
toJSON(data?: any): any;
|
|
1550
|
-
}
|
|
1551
|
-
export interface IObjectSettingEntry {
|
|
1552
|
-
itHasValues?: boolean;
|
|
1553
|
-
objectId?: string | undefined;
|
|
1554
|
-
objectType?: string | undefined;
|
|
1555
|
-
isReadOnly?: boolean;
|
|
1556
|
-
value?: any | undefined;
|
|
1557
|
-
id?: string | undefined;
|
|
1558
|
-
restartRequired?: boolean;
|
|
1559
|
-
moduleId?: string | undefined;
|
|
1560
|
-
groupName?: string | undefined;
|
|
1561
|
-
name?: string | undefined;
|
|
1562
|
-
displayName?: string | undefined;
|
|
1563
|
-
isRequired?: boolean;
|
|
1564
|
-
isHidden?: boolean;
|
|
1565
|
-
isPublic?: boolean;
|
|
1566
|
-
valueType?: ObjectSettingEntryValueType;
|
|
1567
|
-
allowedValues?: any[] | undefined;
|
|
1568
|
-
defaultValue?: any | undefined;
|
|
1569
|
-
isDictionary?: boolean;
|
|
1570
|
-
isLocalizable?: boolean;
|
|
1571
1214
|
}
|
|
1572
|
-
export
|
|
1215
|
+
export interface OpenIddictApplicationDescriptor {
|
|
1216
|
+
applicationType?: string | undefined;
|
|
1573
1217
|
clientId?: string | undefined;
|
|
1574
1218
|
clientSecret?: string | undefined;
|
|
1219
|
+
clientType?: string | undefined;
|
|
1575
1220
|
consentType?: string | undefined;
|
|
1576
1221
|
displayName?: string | undefined;
|
|
1577
1222
|
readonly displayNames?: {
|
|
1578
1223
|
[key: string]: string;
|
|
1579
1224
|
} | undefined;
|
|
1225
|
+
jsonWebKeySet?: JsonWebKeySet | undefined;
|
|
1580
1226
|
readonly permissions?: string[] | undefined;
|
|
1581
1227
|
readonly postLogoutRedirectUris?: string[] | undefined;
|
|
1582
1228
|
readonly properties?: {
|
|
@@ -1584,30 +1230,12 @@ export declare class OpenIddictApplicationDescriptor implements IOpenIddictAppli
|
|
|
1584
1230
|
} | undefined;
|
|
1585
1231
|
readonly redirectUris?: string[] | undefined;
|
|
1586
1232
|
readonly requirements?: string[] | undefined;
|
|
1587
|
-
|
|
1588
|
-
constructor(data?: IOpenIddictApplicationDescriptor);
|
|
1589
|
-
init(_data?: any): void;
|
|
1590
|
-
static fromJS(data: any): OpenIddictApplicationDescriptor;
|
|
1591
|
-
toJSON(data?: any): any;
|
|
1592
|
-
}
|
|
1593
|
-
export interface IOpenIddictApplicationDescriptor {
|
|
1594
|
-
clientId?: string | undefined;
|
|
1595
|
-
clientSecret?: string | undefined;
|
|
1596
|
-
consentType?: string | undefined;
|
|
1597
|
-
displayName?: string | undefined;
|
|
1598
|
-
displayNames?: {
|
|
1233
|
+
readonly settings?: {
|
|
1599
1234
|
[key: string]: string;
|
|
1600
1235
|
} | undefined;
|
|
1601
|
-
permissions?: string[] | undefined;
|
|
1602
|
-
postLogoutRedirectUris?: string[] | undefined;
|
|
1603
|
-
properties?: {
|
|
1604
|
-
[key: string]: JsonElement;
|
|
1605
|
-
} | undefined;
|
|
1606
|
-
redirectUris?: string[] | undefined;
|
|
1607
|
-
requirements?: string[] | undefined;
|
|
1608
1236
|
type?: string | undefined;
|
|
1609
1237
|
}
|
|
1610
|
-
export
|
|
1238
|
+
export interface OpenIddictResponse {
|
|
1611
1239
|
accessToken?: string | undefined;
|
|
1612
1240
|
code?: string | undefined;
|
|
1613
1241
|
deviceCode?: string | undefined;
|
|
@@ -1625,31 +1253,8 @@ export declare class OpenIddictResponse implements IOpenIddictResponse {
|
|
|
1625
1253
|
verificationUri?: string | undefined;
|
|
1626
1254
|
verificationUriComplete?: string | undefined;
|
|
1627
1255
|
readonly count?: number;
|
|
1628
|
-
constructor(data?: IOpenIddictResponse);
|
|
1629
|
-
init(_data?: any): void;
|
|
1630
|
-
static fromJS(data: any): OpenIddictResponse;
|
|
1631
|
-
toJSON(data?: any): any;
|
|
1632
|
-
}
|
|
1633
|
-
export interface IOpenIddictResponse {
|
|
1634
|
-
accessToken?: string | undefined;
|
|
1635
|
-
code?: string | undefined;
|
|
1636
|
-
deviceCode?: string | undefined;
|
|
1637
|
-
error?: string | undefined;
|
|
1638
|
-
errorDescription?: string | undefined;
|
|
1639
|
-
errorUri?: string | undefined;
|
|
1640
|
-
expiresIn?: number | undefined;
|
|
1641
|
-
idToken?: string | undefined;
|
|
1642
|
-
iss?: string | undefined;
|
|
1643
|
-
refreshToken?: string | undefined;
|
|
1644
|
-
scope?: string | undefined;
|
|
1645
|
-
state?: string | undefined;
|
|
1646
|
-
tokenType?: string | undefined;
|
|
1647
|
-
userCode?: string | undefined;
|
|
1648
|
-
verificationUri?: string | undefined;
|
|
1649
|
-
verificationUriComplete?: string | undefined;
|
|
1650
|
-
count?: number;
|
|
1651
1256
|
}
|
|
1652
|
-
export
|
|
1257
|
+
export interface OperationLog {
|
|
1653
1258
|
objectType?: string | undefined;
|
|
1654
1259
|
objectId?: string | undefined;
|
|
1655
1260
|
operationType?: OperationLogOperationType;
|
|
@@ -1659,63 +1264,20 @@ export declare class OperationLog implements IOperationLog {
|
|
|
1659
1264
|
createdBy?: string | undefined;
|
|
1660
1265
|
modifiedBy?: string | undefined;
|
|
1661
1266
|
id?: string | undefined;
|
|
1662
|
-
constructor(data?: IOperationLog);
|
|
1663
|
-
init(_data?: any): void;
|
|
1664
|
-
static fromJS(data: any): OperationLog;
|
|
1665
|
-
toJSON(data?: any): any;
|
|
1666
1267
|
}
|
|
1667
|
-
export interface
|
|
1668
|
-
objectType?: string | undefined;
|
|
1669
|
-
objectId?: string | undefined;
|
|
1670
|
-
operationType?: OperationLogOperationType;
|
|
1671
|
-
detail?: string | undefined;
|
|
1672
|
-
createdDate?: Date;
|
|
1673
|
-
modifiedDate?: Date | undefined;
|
|
1674
|
-
createdBy?: string | undefined;
|
|
1675
|
-
modifiedBy?: string | undefined;
|
|
1676
|
-
id?: string | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export declare class Permission implements IPermission {
|
|
1268
|
+
export interface Permission {
|
|
1679
1269
|
name?: string | undefined;
|
|
1680
1270
|
moduleId?: string | undefined;
|
|
1681
1271
|
groupName?: string | undefined;
|
|
1682
1272
|
assignedScopes?: PermissionScope[] | undefined;
|
|
1683
1273
|
readonly availableScopes?: PermissionScope[] | undefined;
|
|
1684
|
-
constructor(data?: IPermission);
|
|
1685
|
-
init(_data?: any): void;
|
|
1686
|
-
static fromJS(data: any): Permission;
|
|
1687
|
-
toJSON(data?: any): any;
|
|
1688
|
-
}
|
|
1689
|
-
export interface IPermission {
|
|
1690
|
-
name?: string | undefined;
|
|
1691
|
-
moduleId?: string | undefined;
|
|
1692
|
-
groupName?: string | undefined;
|
|
1693
|
-
assignedScopes?: PermissionScope[] | undefined;
|
|
1694
|
-
availableScopes?: PermissionScope[] | undefined;
|
|
1695
|
-
}
|
|
1696
|
-
export declare class PermissionScope implements IPermissionScope {
|
|
1697
|
-
type?: string | undefined;
|
|
1698
|
-
label?: string | undefined;
|
|
1699
|
-
scope?: string | undefined;
|
|
1700
|
-
constructor(data?: IPermissionScope);
|
|
1701
|
-
init(_data?: any): void;
|
|
1702
|
-
static fromJS(data: any): PermissionScope;
|
|
1703
|
-
toJSON(data?: any): any;
|
|
1704
1274
|
}
|
|
1705
|
-
export interface
|
|
1275
|
+
export interface PermissionScope {
|
|
1706
1276
|
type?: string | undefined;
|
|
1707
1277
|
label?: string | undefined;
|
|
1708
1278
|
scope?: string | undefined;
|
|
1709
1279
|
}
|
|
1710
|
-
export
|
|
1711
|
-
message?: string | undefined;
|
|
1712
|
-
level?: ProgressMessageLevel2;
|
|
1713
|
-
constructor(data?: IProgressMessage);
|
|
1714
|
-
init(_data?: any): void;
|
|
1715
|
-
static fromJS(data: any): ProgressMessage;
|
|
1716
|
-
toJSON(data?: any): any;
|
|
1717
|
-
}
|
|
1718
|
-
export interface IProgressMessage {
|
|
1280
|
+
export interface ProgressMessage {
|
|
1719
1281
|
message?: string | undefined;
|
|
1720
1282
|
level?: ProgressMessageLevel2;
|
|
1721
1283
|
}
|
|
@@ -1725,22 +1287,7 @@ export declare enum ProgressMessageLevel {
|
|
|
1725
1287
|
Debug = "Debug",
|
|
1726
1288
|
Error = "Error"
|
|
1727
1289
|
}
|
|
1728
|
-
export
|
|
1729
|
-
serverId?: string | undefined;
|
|
1730
|
-
creator?: string | undefined;
|
|
1731
|
-
created?: Date;
|
|
1732
|
-
isNew?: boolean;
|
|
1733
|
-
notifyType?: string | undefined;
|
|
1734
|
-
description?: string | undefined;
|
|
1735
|
-
title?: string | undefined;
|
|
1736
|
-
repeatCount?: number;
|
|
1737
|
-
id?: string | undefined;
|
|
1738
|
-
constructor(data?: IPushNotification);
|
|
1739
|
-
init(_data?: any): void;
|
|
1740
|
-
static fromJS(data: any): PushNotification;
|
|
1741
|
-
toJSON(data?: any): any;
|
|
1742
|
-
}
|
|
1743
|
-
export interface IPushNotification {
|
|
1290
|
+
export interface PushNotification {
|
|
1744
1291
|
serverId?: string | undefined;
|
|
1745
1292
|
creator?: string | undefined;
|
|
1746
1293
|
created?: Date;
|
|
@@ -1751,7 +1298,7 @@ export interface IPushNotification {
|
|
|
1751
1298
|
repeatCount?: number;
|
|
1752
1299
|
id?: string | undefined;
|
|
1753
1300
|
}
|
|
1754
|
-
export
|
|
1301
|
+
export interface PushNotificationSearchCriteria {
|
|
1755
1302
|
ids?: string[] | undefined;
|
|
1756
1303
|
onlyNew?: boolean;
|
|
1757
1304
|
startDate?: Date | undefined;
|
|
@@ -1767,69 +1314,21 @@ export declare class PushNotificationSearchCriteria implements IPushNotification
|
|
|
1767
1314
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
1768
1315
|
skip?: number;
|
|
1769
1316
|
take?: number;
|
|
1770
|
-
constructor(data?: IPushNotificationSearchCriteria);
|
|
1771
|
-
init(_data?: any): void;
|
|
1772
|
-
static fromJS(data: any): PushNotificationSearchCriteria;
|
|
1773
|
-
toJSON(data?: any): any;
|
|
1774
|
-
}
|
|
1775
|
-
export interface IPushNotificationSearchCriteria {
|
|
1776
|
-
ids?: string[] | undefined;
|
|
1777
|
-
onlyNew?: boolean;
|
|
1778
|
-
startDate?: Date | undefined;
|
|
1779
|
-
endDate?: Date | undefined;
|
|
1780
|
-
responseGroup?: string | undefined;
|
|
1781
|
-
objectType?: string | undefined;
|
|
1782
|
-
objectTypes?: string[] | undefined;
|
|
1783
|
-
objectIds?: string[] | undefined;
|
|
1784
|
-
keyword?: string | undefined;
|
|
1785
|
-
searchPhrase?: string | undefined;
|
|
1786
|
-
languageCode?: string | undefined;
|
|
1787
|
-
sort?: string | undefined;
|
|
1788
|
-
sortInfos?: SortInfo[] | undefined;
|
|
1789
|
-
skip?: number;
|
|
1790
|
-
take?: number;
|
|
1791
1317
|
}
|
|
1792
|
-
export
|
|
1318
|
+
export interface PushNotificationSearchResult {
|
|
1793
1319
|
totalCount?: number;
|
|
1794
1320
|
newCount?: number;
|
|
1795
1321
|
notifyEvents?: PushNotification[] | undefined;
|
|
1796
|
-
constructor(data?: IPushNotificationSearchResult);
|
|
1797
|
-
init(_data?: any): void;
|
|
1798
|
-
static fromJS(data: any): PushNotificationSearchResult;
|
|
1799
|
-
toJSON(data?: any): any;
|
|
1800
1322
|
}
|
|
1801
|
-
export interface
|
|
1802
|
-
totalCount?: number;
|
|
1803
|
-
newCount?: number;
|
|
1804
|
-
notifyEvents?: PushNotification[] | undefined;
|
|
1805
|
-
}
|
|
1806
|
-
export declare class ResetPasswordConfirmRequest implements IResetPasswordConfirmRequest {
|
|
1323
|
+
export interface ResetPasswordConfirmRequest {
|
|
1807
1324
|
token?: string | undefined;
|
|
1808
1325
|
newPassword?: string | undefined;
|
|
1809
|
-
forcePasswordChangeOnNextSignIn?: boolean;
|
|
1810
|
-
constructor(data?: IResetPasswordConfirmRequest);
|
|
1811
|
-
init(_data?: any): void;
|
|
1812
|
-
static fromJS(data: any): ResetPasswordConfirmRequest;
|
|
1813
|
-
toJSON(data?: any): any;
|
|
1814
1326
|
}
|
|
1815
|
-
export interface
|
|
1816
|
-
token?: string | undefined;
|
|
1327
|
+
export interface ResetPasswordRequest {
|
|
1817
1328
|
newPassword?: string | undefined;
|
|
1818
1329
|
forcePasswordChangeOnNextSignIn?: boolean;
|
|
1819
1330
|
}
|
|
1820
|
-
export
|
|
1821
|
-
description?: string | undefined;
|
|
1822
|
-
permissions?: Permission[] | undefined;
|
|
1823
|
-
id?: string | undefined;
|
|
1824
|
-
name?: string | undefined;
|
|
1825
|
-
normalizedName?: string | undefined;
|
|
1826
|
-
concurrencyStamp?: string | undefined;
|
|
1827
|
-
constructor(data?: IRole);
|
|
1828
|
-
init(_data?: any): void;
|
|
1829
|
-
static fromJS(data: any): Role;
|
|
1830
|
-
toJSON(data?: any): any;
|
|
1831
|
-
}
|
|
1832
|
-
export interface IRole {
|
|
1331
|
+
export interface Role {
|
|
1833
1332
|
description?: string | undefined;
|
|
1834
1333
|
permissions?: Permission[] | undefined;
|
|
1835
1334
|
id?: string | undefined;
|
|
@@ -1837,7 +1336,7 @@ export interface IRole {
|
|
|
1837
1336
|
normalizedName?: string | undefined;
|
|
1838
1337
|
concurrencyStamp?: string | undefined;
|
|
1839
1338
|
}
|
|
1840
|
-
export
|
|
1339
|
+
export interface RoleSearchCriteria {
|
|
1841
1340
|
responseGroup?: string | undefined;
|
|
1842
1341
|
objectType?: string | undefined;
|
|
1843
1342
|
objectTypes?: string[] | undefined;
|
|
@@ -1849,65 +1348,21 @@ export declare class RoleSearchCriteria implements IRoleSearchCriteria {
|
|
|
1849
1348
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
1850
1349
|
skip?: number;
|
|
1851
1350
|
take?: number;
|
|
1852
|
-
constructor(data?: IRoleSearchCriteria);
|
|
1853
|
-
init(_data?: any): void;
|
|
1854
|
-
static fromJS(data: any): RoleSearchCriteria;
|
|
1855
|
-
toJSON(data?: any): any;
|
|
1856
|
-
}
|
|
1857
|
-
export interface IRoleSearchCriteria {
|
|
1858
|
-
responseGroup?: string | undefined;
|
|
1859
|
-
objectType?: string | undefined;
|
|
1860
|
-
objectTypes?: string[] | undefined;
|
|
1861
|
-
objectIds?: string[] | undefined;
|
|
1862
|
-
keyword?: string | undefined;
|
|
1863
|
-
searchPhrase?: string | undefined;
|
|
1864
|
-
languageCode?: string | undefined;
|
|
1865
|
-
sort?: string | undefined;
|
|
1866
|
-
sortInfos?: SortInfo[] | undefined;
|
|
1867
|
-
skip?: number;
|
|
1868
|
-
take?: number;
|
|
1869
1351
|
}
|
|
1870
|
-
export
|
|
1352
|
+
export interface RoleSearchResult {
|
|
1871
1353
|
readonly roles?: Role[] | undefined;
|
|
1872
1354
|
totalCount?: number;
|
|
1873
1355
|
results?: Role[] | undefined;
|
|
1874
|
-
constructor(data?: IRoleSearchResult);
|
|
1875
|
-
init(_data?: any): void;
|
|
1876
|
-
static fromJS(data: any): RoleSearchResult;
|
|
1877
|
-
toJSON(data?: any): any;
|
|
1878
|
-
}
|
|
1879
|
-
export interface IRoleSearchResult {
|
|
1880
|
-
roles?: Role[] | undefined;
|
|
1881
|
-
totalCount?: number;
|
|
1882
|
-
results?: Role[] | undefined;
|
|
1883
1356
|
}
|
|
1884
|
-
export
|
|
1357
|
+
export interface SecurityResult {
|
|
1885
1358
|
succeeded?: boolean;
|
|
1886
1359
|
errors?: string[] | undefined;
|
|
1887
|
-
constructor(data?: ISecurityResult);
|
|
1888
|
-
init(_data?: any): void;
|
|
1889
|
-
static fromJS(data: any): SecurityResult;
|
|
1890
|
-
toJSON(data?: any): any;
|
|
1891
1360
|
}
|
|
1892
|
-
export interface
|
|
1893
|
-
succeeded?: boolean;
|
|
1894
|
-
errors?: string[] | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export declare class SemanticVersion implements ISemanticVersion {
|
|
1361
|
+
export interface SemanticVersion {
|
|
1897
1362
|
readonly major?: number;
|
|
1898
1363
|
readonly minor?: number;
|
|
1899
1364
|
readonly patch?: number;
|
|
1900
1365
|
readonly prerelease?: string | undefined;
|
|
1901
|
-
constructor(data?: ISemanticVersion);
|
|
1902
|
-
init(_data?: any): void;
|
|
1903
|
-
static fromJS(data: any): SemanticVersion;
|
|
1904
|
-
toJSON(data?: any): any;
|
|
1905
|
-
}
|
|
1906
|
-
export interface ISemanticVersion {
|
|
1907
|
-
major?: number;
|
|
1908
|
-
minor?: number;
|
|
1909
|
-
patch?: number;
|
|
1910
|
-
prerelease?: string | undefined;
|
|
1911
1366
|
}
|
|
1912
1367
|
export declare enum SettingValueType {
|
|
1913
1368
|
ShortText = "ShortText",
|
|
@@ -1920,65 +1375,25 @@ export declare enum SettingValueType {
|
|
|
1920
1375
|
Json = "Json",
|
|
1921
1376
|
PositiveInteger = "PositiveInteger"
|
|
1922
1377
|
}
|
|
1923
|
-
export
|
|
1378
|
+
export interface SignInResult {
|
|
1924
1379
|
readonly succeeded?: boolean;
|
|
1925
1380
|
readonly isLockedOut?: boolean;
|
|
1926
1381
|
readonly isNotAllowed?: boolean;
|
|
1927
1382
|
readonly requiresTwoFactor?: boolean;
|
|
1928
|
-
constructor(data?: ISignInResult);
|
|
1929
|
-
init(_data?: any): void;
|
|
1930
|
-
static fromJS(data: any): SignInResult;
|
|
1931
|
-
toJSON(data?: any): any;
|
|
1932
|
-
}
|
|
1933
|
-
export interface ISignInResult {
|
|
1934
|
-
succeeded?: boolean;
|
|
1935
|
-
isLockedOut?: boolean;
|
|
1936
|
-
isNotAllowed?: boolean;
|
|
1937
|
-
requiresTwoFactor?: boolean;
|
|
1938
1383
|
}
|
|
1939
1384
|
export declare enum SortDirection {
|
|
1940
1385
|
Ascending = "Ascending",
|
|
1941
1386
|
Descending = "Descending"
|
|
1942
1387
|
}
|
|
1943
|
-
export
|
|
1388
|
+
export interface SortInfo {
|
|
1944
1389
|
sortColumn?: string | undefined;
|
|
1945
1390
|
sortDirection?: SortInfoSortDirection;
|
|
1946
|
-
constructor(data?: ISortInfo);
|
|
1947
|
-
init(_data?: any): void;
|
|
1948
|
-
static fromJS(data: any): SortInfo;
|
|
1949
|
-
toJSON(data?: any): any;
|
|
1950
1391
|
}
|
|
1951
|
-
export interface
|
|
1952
|
-
sortColumn?: string | undefined;
|
|
1953
|
-
sortDirection?: SortInfoSortDirection;
|
|
1954
|
-
}
|
|
1955
|
-
export declare class StringIdentityUserRole implements IStringIdentityUserRole {
|
|
1392
|
+
export interface StringIdentityUserRole {
|
|
1956
1393
|
userId?: string | undefined;
|
|
1957
1394
|
roleId?: string | undefined;
|
|
1958
|
-
constructor(data?: IStringIdentityUserRole);
|
|
1959
|
-
init(_data?: any): void;
|
|
1960
|
-
static fromJS(data: any): StringIdentityUserRole;
|
|
1961
|
-
toJSON(data?: any): any;
|
|
1962
|
-
}
|
|
1963
|
-
export interface IStringIdentityUserRole {
|
|
1964
|
-
userId?: string | undefined;
|
|
1965
|
-
roleId?: string | undefined;
|
|
1966
|
-
}
|
|
1967
|
-
export declare class SystemInfo implements ISystemInfo {
|
|
1968
|
-
platformVersion?: string | undefined;
|
|
1969
|
-
license?: License | undefined;
|
|
1970
|
-
installedModules?: ModuleDescriptor[] | undefined;
|
|
1971
|
-
version?: string | undefined;
|
|
1972
|
-
is64BitOperatingSystem?: boolean;
|
|
1973
|
-
is64BitProcess?: boolean;
|
|
1974
|
-
databaseProvider?: string | undefined;
|
|
1975
|
-
environmentName?: string | undefined;
|
|
1976
|
-
constructor(data?: ISystemInfo);
|
|
1977
|
-
init(_data?: any): void;
|
|
1978
|
-
static fromJS(data: any): SystemInfo;
|
|
1979
|
-
toJSON(data?: any): any;
|
|
1980
1395
|
}
|
|
1981
|
-
export interface
|
|
1396
|
+
export interface SystemInfo {
|
|
1982
1397
|
platformVersion?: string | undefined;
|
|
1983
1398
|
license?: License | undefined;
|
|
1984
1399
|
installedModules?: ModuleDescriptor[] | undefined;
|
|
@@ -1988,22 +1403,7 @@ export interface ISystemInfo {
|
|
|
1988
1403
|
databaseProvider?: string | undefined;
|
|
1989
1404
|
environmentName?: string | undefined;
|
|
1990
1405
|
}
|
|
1991
|
-
export
|
|
1992
|
-
apiKey?: string | undefined;
|
|
1993
|
-
userName?: string | undefined;
|
|
1994
|
-
userId?: string | undefined;
|
|
1995
|
-
isActive?: boolean;
|
|
1996
|
-
createdDate?: Date;
|
|
1997
|
-
modifiedDate?: Date | undefined;
|
|
1998
|
-
createdBy?: string | undefined;
|
|
1999
|
-
modifiedBy?: string | undefined;
|
|
2000
|
-
id?: string | undefined;
|
|
2001
|
-
constructor(data?: IUserApiKey);
|
|
2002
|
-
init(_data?: any): void;
|
|
2003
|
-
static fromJS(data: any): UserApiKey;
|
|
2004
|
-
toJSON(data?: any): any;
|
|
2005
|
-
}
|
|
2006
|
-
export interface IUserApiKey {
|
|
1406
|
+
export interface UserApiKey {
|
|
2007
1407
|
apiKey?: string | undefined;
|
|
2008
1408
|
userName?: string | undefined;
|
|
2009
1409
|
userId?: string | undefined;
|
|
@@ -2014,21 +1414,7 @@ export interface IUserApiKey {
|
|
|
2014
1414
|
modifiedBy?: string | undefined;
|
|
2015
1415
|
id?: string | undefined;
|
|
2016
1416
|
}
|
|
2017
|
-
export
|
|
2018
|
-
permissions?: string[] | undefined;
|
|
2019
|
-
userName?: string | undefined;
|
|
2020
|
-
isAdministrator?: boolean;
|
|
2021
|
-
passwordExpired?: boolean;
|
|
2022
|
-
daysTillPasswordExpiry?: number;
|
|
2023
|
-
authenticationMethod?: string | undefined;
|
|
2024
|
-
isSsoAuthenticationMethod?: boolean;
|
|
2025
|
-
id?: string | undefined;
|
|
2026
|
-
constructor(data?: IUserDetail);
|
|
2027
|
-
init(_data?: any): void;
|
|
2028
|
-
static fromJS(data: any): UserDetail;
|
|
2029
|
-
toJSON(data?: any): any;
|
|
2030
|
-
}
|
|
2031
|
-
export interface IUserDetail {
|
|
1417
|
+
export interface UserDetail {
|
|
2032
1418
|
permissions?: string[] | undefined;
|
|
2033
1419
|
userName?: string | undefined;
|
|
2034
1420
|
isAdministrator?: boolean;
|
|
@@ -2036,19 +1422,13 @@ export interface IUserDetail {
|
|
|
2036
1422
|
daysTillPasswordExpiry?: number;
|
|
2037
1423
|
authenticationMethod?: string | undefined;
|
|
2038
1424
|
isSsoAuthenticationMethod?: boolean;
|
|
1425
|
+
memberId?: string | undefined;
|
|
2039
1426
|
id?: string | undefined;
|
|
2040
1427
|
}
|
|
2041
|
-
export
|
|
2042
|
-
locked?: boolean;
|
|
2043
|
-
constructor(data?: IUserLockedResult);
|
|
2044
|
-
init(_data?: any): void;
|
|
2045
|
-
static fromJS(data: any): UserLockedResult;
|
|
2046
|
-
toJSON(data?: any): any;
|
|
2047
|
-
}
|
|
2048
|
-
export interface IUserLockedResult {
|
|
1428
|
+
export interface UserLockedResult {
|
|
2049
1429
|
locked?: boolean;
|
|
2050
1430
|
}
|
|
2051
|
-
export
|
|
1431
|
+
export interface UserSearchCriteria {
|
|
2052
1432
|
memberId?: string | undefined;
|
|
2053
1433
|
memberIds?: string[] | undefined;
|
|
2054
1434
|
modifiedSinceDate?: Date | undefined;
|
|
@@ -2066,18 +1446,22 @@ export declare class UserSearchCriteria implements IUserSearchCriteria {
|
|
|
2066
1446
|
readonly sortInfos?: SortInfo[] | undefined;
|
|
2067
1447
|
skip?: number;
|
|
2068
1448
|
take?: number;
|
|
2069
|
-
constructor(data?: IUserSearchCriteria);
|
|
2070
|
-
init(_data?: any): void;
|
|
2071
|
-
static fromJS(data: any): UserSearchCriteria;
|
|
2072
|
-
toJSON(data?: any): any;
|
|
2073
1449
|
}
|
|
2074
|
-
export interface
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
1450
|
+
export interface UserSearchResult {
|
|
1451
|
+
readonly users?: ApplicationUser[] | undefined;
|
|
1452
|
+
totalCount?: number;
|
|
1453
|
+
results?: ApplicationUser[] | undefined;
|
|
1454
|
+
}
|
|
1455
|
+
export interface UserSession {
|
|
1456
|
+
sessionGroupId?: string | undefined;
|
|
1457
|
+
createdDate?: Date;
|
|
1458
|
+
expirationDate?: Date;
|
|
1459
|
+
ipAddress?: string | undefined;
|
|
1460
|
+
userAgent?: string | undefined;
|
|
1461
|
+
id?: string | undefined;
|
|
1462
|
+
}
|
|
1463
|
+
export interface UserSessionSearchCriteria {
|
|
1464
|
+
userId?: string | undefined;
|
|
2081
1465
|
responseGroup?: string | undefined;
|
|
2082
1466
|
objectType?: string | undefined;
|
|
2083
1467
|
objectTypes?: string[] | undefined;
|
|
@@ -2086,62 +1470,23 @@ export interface IUserSearchCriteria {
|
|
|
2086
1470
|
searchPhrase?: string | undefined;
|
|
2087
1471
|
languageCode?: string | undefined;
|
|
2088
1472
|
sort?: string | undefined;
|
|
2089
|
-
sortInfos?: SortInfo[] | undefined;
|
|
1473
|
+
readonly sortInfos?: SortInfo[] | undefined;
|
|
2090
1474
|
skip?: number;
|
|
2091
1475
|
take?: number;
|
|
2092
1476
|
}
|
|
2093
|
-
export
|
|
2094
|
-
readonly users?: ApplicationUser[] | undefined;
|
|
2095
|
-
totalCount?: number;
|
|
2096
|
-
results?: ApplicationUser[] | undefined;
|
|
2097
|
-
constructor(data?: IUserSearchResult);
|
|
2098
|
-
init(_data?: any): void;
|
|
2099
|
-
static fromJS(data: any): UserSearchResult;
|
|
2100
|
-
toJSON(data?: any): any;
|
|
2101
|
-
}
|
|
2102
|
-
export interface IUserSearchResult {
|
|
2103
|
-
users?: ApplicationUser[] | undefined;
|
|
1477
|
+
export interface UserSessionSearchResult {
|
|
2104
1478
|
totalCount?: number;
|
|
2105
|
-
results?:
|
|
1479
|
+
results?: UserSession[] | undefined;
|
|
2106
1480
|
}
|
|
2107
|
-
export
|
|
2108
|
-
token?: string | undefined;
|
|
2109
|
-
constructor(data?: IValidatePasswordResetTokenRequest);
|
|
2110
|
-
init(_data?: any): void;
|
|
2111
|
-
static fromJS(data: any): ValidatePasswordResetTokenRequest;
|
|
2112
|
-
toJSON(data?: any): any;
|
|
2113
|
-
}
|
|
2114
|
-
export interface IValidatePasswordResetTokenRequest {
|
|
2115
|
-
token?: string | undefined;
|
|
2116
|
-
}
|
|
2117
|
-
export declare class VerifyTokenRequest implements IVerifyTokenRequest {
|
|
2118
|
-
tokenProvider?: string | undefined;
|
|
2119
|
-
purpose?: string | undefined;
|
|
1481
|
+
export interface ValidatePasswordResetTokenRequest {
|
|
2120
1482
|
token?: string | undefined;
|
|
2121
|
-
constructor(data?: IVerifyTokenRequest);
|
|
2122
|
-
init(_data?: any): void;
|
|
2123
|
-
static fromJS(data: any): VerifyTokenRequest;
|
|
2124
|
-
toJSON(data?: any): any;
|
|
2125
1483
|
}
|
|
2126
|
-
export interface
|
|
1484
|
+
export interface VerifyTokenRequest {
|
|
2127
1485
|
tokenProvider?: string | undefined;
|
|
2128
1486
|
purpose?: string | undefined;
|
|
2129
1487
|
token?: string | undefined;
|
|
2130
1488
|
}
|
|
2131
|
-
export
|
|
2132
|
-
grant_type: string;
|
|
2133
|
-
scope?: string;
|
|
2134
|
-
username?: string;
|
|
2135
|
-
password?: string;
|
|
2136
|
-
storeId?: string;
|
|
2137
|
-
user_id?: string;
|
|
2138
|
-
[key: string]: any;
|
|
2139
|
-
constructor(data?: IBody);
|
|
2140
|
-
init(_data?: any): void;
|
|
2141
|
-
static fromJS(data: any): Body;
|
|
2142
|
-
toJSON(data?: any): any;
|
|
2143
|
-
}
|
|
2144
|
-
export interface IBody {
|
|
1489
|
+
export interface Body {
|
|
2145
1490
|
grant_type: string;
|
|
2146
1491
|
scope?: string;
|
|
2147
1492
|
username?: string;
|
|
@@ -2235,4 +1580,5 @@ export declare class ApiException extends Error {
|
|
|
2235
1580
|
protected isApiException: boolean;
|
|
2236
1581
|
static isApiException(obj: any): obj is ApiException;
|
|
2237
1582
|
}
|
|
1583
|
+
export {};
|
|
2238
1584
|
//# sourceMappingURL=platform.d.ts.map
|