@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,1761 +0,0 @@
|
|
|
1
|
-
class C extends Error {
|
|
2
|
-
/** Constructs a new instance of {@link @microsoft/signalr.HttpError}.
|
|
3
|
-
*
|
|
4
|
-
* @param {string} errorMessage A descriptive error message.
|
|
5
|
-
* @param {number} statusCode The HTTP status code represented by this error.
|
|
6
|
-
*/
|
|
7
|
-
constructor(e, t) {
|
|
8
|
-
const n = new.target.prototype;
|
|
9
|
-
super(`${e}: Status code '${t}'`), this.statusCode = t, this.__proto__ = n;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
class D extends Error {
|
|
13
|
-
/** Constructs a new instance of {@link @microsoft/signalr.TimeoutError}.
|
|
14
|
-
*
|
|
15
|
-
* @param {string} errorMessage A descriptive error message.
|
|
16
|
-
*/
|
|
17
|
-
constructor(e = "A timeout occurred.") {
|
|
18
|
-
const t = new.target.prototype;
|
|
19
|
-
super(e), this.__proto__ = t;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
class b extends Error {
|
|
23
|
-
/** Constructs a new instance of {@link AbortError}.
|
|
24
|
-
*
|
|
25
|
-
* @param {string} errorMessage A descriptive error message.
|
|
26
|
-
*/
|
|
27
|
-
constructor(e = "An abort occurred.") {
|
|
28
|
-
const t = new.target.prototype;
|
|
29
|
-
super(e), this.__proto__ = t;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
class O extends Error {
|
|
33
|
-
/** Constructs a new instance of {@link @microsoft/signalr.UnsupportedTransportError}.
|
|
34
|
-
*
|
|
35
|
-
* @param {string} message A descriptive error message.
|
|
36
|
-
* @param {HttpTransportType} transport The {@link @microsoft/signalr.HttpTransportType} this error occurred on.
|
|
37
|
-
*/
|
|
38
|
-
constructor(e, t) {
|
|
39
|
-
const n = new.target.prototype;
|
|
40
|
-
super(e), this.transport = t, this.errorType = "UnsupportedTransportError", this.__proto__ = n;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
class F extends Error {
|
|
44
|
-
/** Constructs a new instance of {@link @microsoft/signalr.DisabledTransportError}.
|
|
45
|
-
*
|
|
46
|
-
* @param {string} message A descriptive error message.
|
|
47
|
-
* @param {HttpTransportType} transport The {@link @microsoft/signalr.HttpTransportType} this error occurred on.
|
|
48
|
-
*/
|
|
49
|
-
constructor(e, t) {
|
|
50
|
-
const n = new.target.prototype;
|
|
51
|
-
super(e), this.transport = t, this.errorType = "DisabledTransportError", this.__proto__ = n;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
class q extends Error {
|
|
55
|
-
/** Constructs a new instance of {@link @microsoft/signalr.FailedToStartTransportError}.
|
|
56
|
-
*
|
|
57
|
-
* @param {string} message A descriptive error message.
|
|
58
|
-
* @param {HttpTransportType} transport The {@link @microsoft/signalr.HttpTransportType} this error occurred on.
|
|
59
|
-
*/
|
|
60
|
-
constructor(e, t) {
|
|
61
|
-
const n = new.target.prototype;
|
|
62
|
-
super(e), this.transport = t, this.errorType = "FailedToStartTransportError", this.__proto__ = n;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
class M extends Error {
|
|
66
|
-
/** Constructs a new instance of {@link @microsoft/signalr.FailedToNegotiateWithServerError}.
|
|
67
|
-
*
|
|
68
|
-
* @param {string} message A descriptive error message.
|
|
69
|
-
*/
|
|
70
|
-
constructor(e) {
|
|
71
|
-
const t = new.target.prototype;
|
|
72
|
-
super(e), this.errorType = "FailedToNegotiateWithServerError", this.__proto__ = t;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
class z extends Error {
|
|
76
|
-
/** Constructs a new instance of {@link @microsoft/signalr.AggregateErrors}.
|
|
77
|
-
*
|
|
78
|
-
* @param {string} message A descriptive error message.
|
|
79
|
-
* @param {Error[]} innerErrors The collection of errors this error is aggregating.
|
|
80
|
-
*/
|
|
81
|
-
constructor(e, t) {
|
|
82
|
-
const n = new.target.prototype;
|
|
83
|
-
super(e), this.innerErrors = t, this.__proto__ = n;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
class L {
|
|
87
|
-
constructor(e, t, n) {
|
|
88
|
-
this.statusCode = e, this.statusText = t, this.content = n;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
class R {
|
|
92
|
-
get(e, t) {
|
|
93
|
-
return this.send({
|
|
94
|
-
...t,
|
|
95
|
-
method: "GET",
|
|
96
|
-
url: e
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
post(e, t) {
|
|
100
|
-
return this.send({
|
|
101
|
-
...t,
|
|
102
|
-
method: "POST",
|
|
103
|
-
url: e
|
|
104
|
-
});
|
|
105
|
-
}
|
|
106
|
-
delete(e, t) {
|
|
107
|
-
return this.send({
|
|
108
|
-
...t,
|
|
109
|
-
method: "DELETE",
|
|
110
|
-
url: e
|
|
111
|
-
});
|
|
112
|
-
}
|
|
113
|
-
/** Gets all cookies that apply to the specified URL.
|
|
114
|
-
*
|
|
115
|
-
* @param url The URL that the cookies are valid for.
|
|
116
|
-
* @returns {string} A string containing all the key-value cookie pairs for the specified URL.
|
|
117
|
-
*/
|
|
118
|
-
// @ts-ignore
|
|
119
|
-
getCookieString(e) {
|
|
120
|
-
return "";
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
var i;
|
|
124
|
-
(function(s) {
|
|
125
|
-
s[s.Trace = 0] = "Trace", s[s.Debug = 1] = "Debug", s[s.Information = 2] = "Information", s[s.Warning = 3] = "Warning", s[s.Error = 4] = "Error", s[s.Critical = 5] = "Critical", s[s.None = 6] = "None";
|
|
126
|
-
})(i || (i = {}));
|
|
127
|
-
class E {
|
|
128
|
-
constructor() {
|
|
129
|
-
}
|
|
130
|
-
/** @inheritDoc */
|
|
131
|
-
// eslint-disable-next-line
|
|
132
|
-
log(e, t) {
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
E.instance = new E();
|
|
136
|
-
const X = "8.0.17";
|
|
137
|
-
class f {
|
|
138
|
-
static isRequired(e, t) {
|
|
139
|
-
if (e == null)
|
|
140
|
-
throw new Error(`The '${t}' argument is required.`);
|
|
141
|
-
}
|
|
142
|
-
static isNotEmpty(e, t) {
|
|
143
|
-
if (!e || e.match(/^\s*$/))
|
|
144
|
-
throw new Error(`The '${t}' argument should not be empty.`);
|
|
145
|
-
}
|
|
146
|
-
static isIn(e, t, n) {
|
|
147
|
-
if (!(e in t))
|
|
148
|
-
throw new Error(`Unknown ${n} value: ${e}.`);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
class _ {
|
|
152
|
-
// react-native has a window but no document so we should check both
|
|
153
|
-
static get isBrowser() {
|
|
154
|
-
return !_.isNode && typeof window == "object" && typeof window.document == "object";
|
|
155
|
-
}
|
|
156
|
-
// WebWorkers don't have a window object so the isBrowser check would fail
|
|
157
|
-
static get isWebWorker() {
|
|
158
|
-
return !_.isNode && typeof self == "object" && "importScripts" in self;
|
|
159
|
-
}
|
|
160
|
-
// react-native has a window but no document
|
|
161
|
-
static get isReactNative() {
|
|
162
|
-
return !_.isNode && typeof window == "object" && typeof window.document > "u";
|
|
163
|
-
}
|
|
164
|
-
// Node apps shouldn't have a window object, but WebWorkers don't either
|
|
165
|
-
// so we need to check for both WebWorker and window
|
|
166
|
-
static get isNode() {
|
|
167
|
-
return typeof process < "u" && process.release && process.release.name === "node";
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
function I(s, e) {
|
|
171
|
-
let t = "";
|
|
172
|
-
return v(s) ? (t = `Binary data of length ${s.byteLength}`, e && (t += `. Content: '${K(s)}'`)) : typeof s == "string" && (t = `String data of length ${s.length}`, e && (t += `. Content: '${s}'`)), t;
|
|
173
|
-
}
|
|
174
|
-
function K(s) {
|
|
175
|
-
const e = new Uint8Array(s);
|
|
176
|
-
let t = "";
|
|
177
|
-
return e.forEach((n) => {
|
|
178
|
-
const o = n < 16 ? "0" : "";
|
|
179
|
-
t += `0x${o}${n.toString(16)} `;
|
|
180
|
-
}), t.substr(0, t.length - 1);
|
|
181
|
-
}
|
|
182
|
-
function v(s) {
|
|
183
|
-
return s && typeof ArrayBuffer < "u" && (s instanceof ArrayBuffer || // Sometimes we get an ArrayBuffer that doesn't satisfy instanceof
|
|
184
|
-
s.constructor && s.constructor.name === "ArrayBuffer");
|
|
185
|
-
}
|
|
186
|
-
async function j(s, e, t, n, o, r) {
|
|
187
|
-
const c = {}, [a, l] = k();
|
|
188
|
-
c[a] = l, s.log(i.Trace, `(${e} transport) sending data. ${I(o, r.logMessageContent)}.`);
|
|
189
|
-
const u = v(o) ? "arraybuffer" : "text", d = await t.post(n, {
|
|
190
|
-
content: o,
|
|
191
|
-
headers: { ...c, ...r.headers },
|
|
192
|
-
responseType: u,
|
|
193
|
-
timeout: r.timeout,
|
|
194
|
-
withCredentials: r.withCredentials
|
|
195
|
-
});
|
|
196
|
-
s.log(i.Trace, `(${e} transport) request complete. Response status: ${d.statusCode}.`);
|
|
197
|
-
}
|
|
198
|
-
function J(s) {
|
|
199
|
-
return s === void 0 ? new P(i.Information) : s === null ? E.instance : s.log !== void 0 ? s : new P(s);
|
|
200
|
-
}
|
|
201
|
-
class V {
|
|
202
|
-
constructor(e, t) {
|
|
203
|
-
this._subject = e, this._observer = t;
|
|
204
|
-
}
|
|
205
|
-
dispose() {
|
|
206
|
-
const e = this._subject.observers.indexOf(this._observer);
|
|
207
|
-
e > -1 && this._subject.observers.splice(e, 1), this._subject.observers.length === 0 && this._subject.cancelCallback && this._subject.cancelCallback().catch((t) => {
|
|
208
|
-
});
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
class P {
|
|
212
|
-
constructor(e) {
|
|
213
|
-
this._minLevel = e, this.out = console;
|
|
214
|
-
}
|
|
215
|
-
log(e, t) {
|
|
216
|
-
if (e >= this._minLevel) {
|
|
217
|
-
const n = `[${(/* @__PURE__ */ new Date()).toISOString()}] ${i[e]}: ${t}`;
|
|
218
|
-
switch (e) {
|
|
219
|
-
case i.Critical:
|
|
220
|
-
case i.Error:
|
|
221
|
-
this.out.error(n);
|
|
222
|
-
break;
|
|
223
|
-
case i.Warning:
|
|
224
|
-
this.out.warn(n);
|
|
225
|
-
break;
|
|
226
|
-
case i.Information:
|
|
227
|
-
this.out.info(n);
|
|
228
|
-
break;
|
|
229
|
-
default:
|
|
230
|
-
this.out.log(n);
|
|
231
|
-
break;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
function k() {
|
|
237
|
-
let s = "X-SignalR-User-Agent";
|
|
238
|
-
return _.isNode && (s = "User-Agent"), [s, G(X, Q(), Z(), Y())];
|
|
239
|
-
}
|
|
240
|
-
function G(s, e, t, n) {
|
|
241
|
-
let o = "Microsoft SignalR/";
|
|
242
|
-
const r = s.split(".");
|
|
243
|
-
return o += `${r[0]}.${r[1]}`, o += ` (${s}; `, e && e !== "" ? o += `${e}; ` : o += "Unknown OS; ", o += `${t}`, n ? o += `; ${n}` : o += "; Unknown Runtime Version", o += ")", o;
|
|
244
|
-
}
|
|
245
|
-
function Q() {
|
|
246
|
-
if (_.isNode)
|
|
247
|
-
switch (process.platform) {
|
|
248
|
-
case "win32":
|
|
249
|
-
return "Windows NT";
|
|
250
|
-
case "darwin":
|
|
251
|
-
return "macOS";
|
|
252
|
-
case "linux":
|
|
253
|
-
return "Linux";
|
|
254
|
-
default:
|
|
255
|
-
return process.platform;
|
|
256
|
-
}
|
|
257
|
-
else
|
|
258
|
-
return "";
|
|
259
|
-
}
|
|
260
|
-
function Y() {
|
|
261
|
-
if (_.isNode)
|
|
262
|
-
return process.versions.node;
|
|
263
|
-
}
|
|
264
|
-
function Z() {
|
|
265
|
-
return _.isNode ? "NodeJS" : "Browser";
|
|
266
|
-
}
|
|
267
|
-
function $(s) {
|
|
268
|
-
return s.stack ? s.stack : s.message ? s.message : `${s}`;
|
|
269
|
-
}
|
|
270
|
-
function ee() {
|
|
271
|
-
if (typeof globalThis < "u")
|
|
272
|
-
return globalThis;
|
|
273
|
-
if (typeof self < "u")
|
|
274
|
-
return self;
|
|
275
|
-
if (typeof window < "u")
|
|
276
|
-
return window;
|
|
277
|
-
if (typeof global < "u")
|
|
278
|
-
return global;
|
|
279
|
-
throw new Error("could not find global");
|
|
280
|
-
}
|
|
281
|
-
class te extends R {
|
|
282
|
-
constructor(e) {
|
|
283
|
-
if (super(), this._logger = e, typeof fetch > "u" || _.isNode) {
|
|
284
|
-
const t = typeof __webpack_require__ == "function" ? __non_webpack_require__ : require;
|
|
285
|
-
this._jar = new (t("tough-cookie")).CookieJar(), typeof fetch > "u" ? this._fetchType = t("node-fetch") : this._fetchType = fetch, this._fetchType = t("fetch-cookie")(this._fetchType, this._jar);
|
|
286
|
-
} else
|
|
287
|
-
this._fetchType = fetch.bind(ee());
|
|
288
|
-
if (typeof AbortController > "u") {
|
|
289
|
-
const t = typeof __webpack_require__ == "function" ? __non_webpack_require__ : require;
|
|
290
|
-
this._abortControllerType = t("abort-controller");
|
|
291
|
-
} else
|
|
292
|
-
this._abortControllerType = AbortController;
|
|
293
|
-
}
|
|
294
|
-
/** @inheritDoc */
|
|
295
|
-
async send(e) {
|
|
296
|
-
if (e.abortSignal && e.abortSignal.aborted)
|
|
297
|
-
throw new b();
|
|
298
|
-
if (!e.method)
|
|
299
|
-
throw new Error("No method defined.");
|
|
300
|
-
if (!e.url)
|
|
301
|
-
throw new Error("No url defined.");
|
|
302
|
-
const t = new this._abortControllerType();
|
|
303
|
-
let n;
|
|
304
|
-
e.abortSignal && (e.abortSignal.onabort = () => {
|
|
305
|
-
t.abort(), n = new b();
|
|
306
|
-
});
|
|
307
|
-
let o = null;
|
|
308
|
-
if (e.timeout) {
|
|
309
|
-
const l = e.timeout;
|
|
310
|
-
o = setTimeout(() => {
|
|
311
|
-
t.abort(), this._logger.log(i.Warning, "Timeout from HTTP request."), n = new D();
|
|
312
|
-
}, l);
|
|
313
|
-
}
|
|
314
|
-
e.content === "" && (e.content = void 0), e.content && (e.headers = e.headers || {}, v(e.content) ? e.headers["Content-Type"] = "application/octet-stream" : e.headers["Content-Type"] = "text/plain;charset=UTF-8");
|
|
315
|
-
let r;
|
|
316
|
-
try {
|
|
317
|
-
r = await this._fetchType(e.url, {
|
|
318
|
-
body: e.content,
|
|
319
|
-
cache: "no-cache",
|
|
320
|
-
credentials: e.withCredentials === !0 ? "include" : "same-origin",
|
|
321
|
-
headers: {
|
|
322
|
-
"X-Requested-With": "XMLHttpRequest",
|
|
323
|
-
...e.headers
|
|
324
|
-
},
|
|
325
|
-
method: e.method,
|
|
326
|
-
mode: "cors",
|
|
327
|
-
redirect: "follow",
|
|
328
|
-
signal: t.signal
|
|
329
|
-
});
|
|
330
|
-
} catch (l) {
|
|
331
|
-
throw n || (this._logger.log(i.Warning, `Error from HTTP request. ${l}.`), l);
|
|
332
|
-
} finally {
|
|
333
|
-
o && clearTimeout(o), e.abortSignal && (e.abortSignal.onabort = null);
|
|
334
|
-
}
|
|
335
|
-
if (!r.ok) {
|
|
336
|
-
const l = await N(r, "text");
|
|
337
|
-
throw new C(l || r.statusText, r.status);
|
|
338
|
-
}
|
|
339
|
-
const a = await N(r, e.responseType);
|
|
340
|
-
return new L(r.status, r.statusText, a);
|
|
341
|
-
}
|
|
342
|
-
getCookieString(e) {
|
|
343
|
-
let t = "";
|
|
344
|
-
return _.isNode && this._jar && this._jar.getCookies(e, (n, o) => t = o.join("; ")), t;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
function N(s, e) {
|
|
348
|
-
let t;
|
|
349
|
-
switch (e) {
|
|
350
|
-
case "arraybuffer":
|
|
351
|
-
t = s.arrayBuffer();
|
|
352
|
-
break;
|
|
353
|
-
case "text":
|
|
354
|
-
t = s.text();
|
|
355
|
-
break;
|
|
356
|
-
case "blob":
|
|
357
|
-
case "document":
|
|
358
|
-
case "json":
|
|
359
|
-
throw new Error(`${e} is not supported.`);
|
|
360
|
-
default:
|
|
361
|
-
t = s.text();
|
|
362
|
-
break;
|
|
363
|
-
}
|
|
364
|
-
return t;
|
|
365
|
-
}
|
|
366
|
-
class ne extends R {
|
|
367
|
-
constructor(e) {
|
|
368
|
-
super(), this._logger = e;
|
|
369
|
-
}
|
|
370
|
-
/** @inheritDoc */
|
|
371
|
-
send(e) {
|
|
372
|
-
return e.abortSignal && e.abortSignal.aborted ? Promise.reject(new b()) : e.method ? e.url ? new Promise((t, n) => {
|
|
373
|
-
const o = new XMLHttpRequest();
|
|
374
|
-
o.open(e.method, e.url, !0), o.withCredentials = e.withCredentials === void 0 ? !0 : e.withCredentials, o.setRequestHeader("X-Requested-With", "XMLHttpRequest"), e.content === "" && (e.content = void 0), e.content && (v(e.content) ? o.setRequestHeader("Content-Type", "application/octet-stream") : o.setRequestHeader("Content-Type", "text/plain;charset=UTF-8"));
|
|
375
|
-
const r = e.headers;
|
|
376
|
-
r && Object.keys(r).forEach((c) => {
|
|
377
|
-
o.setRequestHeader(c, r[c]);
|
|
378
|
-
}), e.responseType && (o.responseType = e.responseType), e.abortSignal && (e.abortSignal.onabort = () => {
|
|
379
|
-
o.abort(), n(new b());
|
|
380
|
-
}), e.timeout && (o.timeout = e.timeout), o.onload = () => {
|
|
381
|
-
e.abortSignal && (e.abortSignal.onabort = null), o.status >= 200 && o.status < 300 ? t(new L(o.status, o.statusText, o.response || o.responseText)) : n(new C(o.response || o.responseText || o.statusText, o.status));
|
|
382
|
-
}, o.onerror = () => {
|
|
383
|
-
this._logger.log(i.Warning, `Error from HTTP request. ${o.status}: ${o.statusText}.`), n(new C(o.statusText, o.status));
|
|
384
|
-
}, o.ontimeout = () => {
|
|
385
|
-
this._logger.log(i.Warning, "Timeout from HTTP request."), n(new D());
|
|
386
|
-
}, o.send(e.content);
|
|
387
|
-
}) : Promise.reject(new Error("No url defined.")) : Promise.reject(new Error("No method defined."));
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
class oe extends R {
|
|
391
|
-
/** Creates a new instance of the {@link @microsoft/signalr.DefaultHttpClient}, using the provided {@link @microsoft/signalr.ILogger} to log messages. */
|
|
392
|
-
constructor(e) {
|
|
393
|
-
if (super(), typeof fetch < "u" || _.isNode)
|
|
394
|
-
this._httpClient = new te(e);
|
|
395
|
-
else if (typeof XMLHttpRequest < "u")
|
|
396
|
-
this._httpClient = new ne(e);
|
|
397
|
-
else
|
|
398
|
-
throw new Error("No usable HttpClient found.");
|
|
399
|
-
}
|
|
400
|
-
/** @inheritDoc */
|
|
401
|
-
send(e) {
|
|
402
|
-
return e.abortSignal && e.abortSignal.aborted ? Promise.reject(new b()) : e.method ? e.url ? this._httpClient.send(e) : Promise.reject(new Error("No url defined.")) : Promise.reject(new Error("No method defined."));
|
|
403
|
-
}
|
|
404
|
-
getCookieString(e) {
|
|
405
|
-
return this._httpClient.getCookieString(e);
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
class w {
|
|
409
|
-
static write(e) {
|
|
410
|
-
return `${e}${w.RecordSeparator}`;
|
|
411
|
-
}
|
|
412
|
-
static parse(e) {
|
|
413
|
-
if (e[e.length - 1] !== w.RecordSeparator)
|
|
414
|
-
throw new Error("Message is incomplete.");
|
|
415
|
-
const t = e.split(w.RecordSeparator);
|
|
416
|
-
return t.pop(), t;
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
w.RecordSeparatorCode = 30;
|
|
420
|
-
w.RecordSeparator = String.fromCharCode(w.RecordSeparatorCode);
|
|
421
|
-
class se {
|
|
422
|
-
// Handshake request is always JSON
|
|
423
|
-
writeHandshakeRequest(e) {
|
|
424
|
-
return w.write(JSON.stringify(e));
|
|
425
|
-
}
|
|
426
|
-
parseHandshakeResponse(e) {
|
|
427
|
-
let t, n;
|
|
428
|
-
if (v(e)) {
|
|
429
|
-
const a = new Uint8Array(e), l = a.indexOf(w.RecordSeparatorCode);
|
|
430
|
-
if (l === -1)
|
|
431
|
-
throw new Error("Message is incomplete.");
|
|
432
|
-
const u = l + 1;
|
|
433
|
-
t = String.fromCharCode.apply(null, Array.prototype.slice.call(a.slice(0, u))), n = a.byteLength > u ? a.slice(u).buffer : null;
|
|
434
|
-
} else {
|
|
435
|
-
const a = e, l = a.indexOf(w.RecordSeparator);
|
|
436
|
-
if (l === -1)
|
|
437
|
-
throw new Error("Message is incomplete.");
|
|
438
|
-
const u = l + 1;
|
|
439
|
-
t = a.substring(0, u), n = a.length > u ? a.substring(u) : null;
|
|
440
|
-
}
|
|
441
|
-
const o = w.parse(t), r = JSON.parse(o[0]);
|
|
442
|
-
if (r.type)
|
|
443
|
-
throw new Error("Expected a handshake response from the server.");
|
|
444
|
-
return [n, r];
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
var h;
|
|
448
|
-
(function(s) {
|
|
449
|
-
s[s.Invocation = 1] = "Invocation", s[s.StreamItem = 2] = "StreamItem", s[s.Completion = 3] = "Completion", s[s.StreamInvocation = 4] = "StreamInvocation", s[s.CancelInvocation = 5] = "CancelInvocation", s[s.Ping = 6] = "Ping", s[s.Close = 7] = "Close", s[s.Ack = 8] = "Ack", s[s.Sequence = 9] = "Sequence";
|
|
450
|
-
})(h || (h = {}));
|
|
451
|
-
class re {
|
|
452
|
-
constructor() {
|
|
453
|
-
this.observers = [];
|
|
454
|
-
}
|
|
455
|
-
next(e) {
|
|
456
|
-
for (const t of this.observers)
|
|
457
|
-
t.next(e);
|
|
458
|
-
}
|
|
459
|
-
error(e) {
|
|
460
|
-
for (const t of this.observers)
|
|
461
|
-
t.error && t.error(e);
|
|
462
|
-
}
|
|
463
|
-
complete() {
|
|
464
|
-
for (const e of this.observers)
|
|
465
|
-
e.complete && e.complete();
|
|
466
|
-
}
|
|
467
|
-
subscribe(e) {
|
|
468
|
-
return this.observers.push(e), new V(this, e);
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
class ie {
|
|
472
|
-
constructor(e, t, n) {
|
|
473
|
-
this._bufferSize = 1e5, this._messages = [], this._totalMessageCount = 0, this._waitForSequenceMessage = !1, this._nextReceivingSequenceId = 1, this._latestReceivedSequenceId = 0, this._bufferedByteCount = 0, this._reconnectInProgress = !1, this._protocol = e, this._connection = t, this._bufferSize = n;
|
|
474
|
-
}
|
|
475
|
-
async _send(e) {
|
|
476
|
-
const t = this._protocol.writeMessage(e);
|
|
477
|
-
let n = Promise.resolve();
|
|
478
|
-
if (this._isInvocationMessage(e)) {
|
|
479
|
-
this._totalMessageCount++;
|
|
480
|
-
let o = () => {
|
|
481
|
-
}, r = () => {
|
|
482
|
-
};
|
|
483
|
-
v(t) ? this._bufferedByteCount += t.byteLength : this._bufferedByteCount += t.length, this._bufferedByteCount >= this._bufferSize && (n = new Promise((c, a) => {
|
|
484
|
-
o = c, r = a;
|
|
485
|
-
})), this._messages.push(new ce(t, this._totalMessageCount, o, r));
|
|
486
|
-
}
|
|
487
|
-
try {
|
|
488
|
-
this._reconnectInProgress || await this._connection.send(t);
|
|
489
|
-
} catch {
|
|
490
|
-
this._disconnected();
|
|
491
|
-
}
|
|
492
|
-
await n;
|
|
493
|
-
}
|
|
494
|
-
_ack(e) {
|
|
495
|
-
let t = -1;
|
|
496
|
-
for (let n = 0; n < this._messages.length; n++) {
|
|
497
|
-
const o = this._messages[n];
|
|
498
|
-
if (o._id <= e.sequenceId)
|
|
499
|
-
t = n, v(o._message) ? this._bufferedByteCount -= o._message.byteLength : this._bufferedByteCount -= o._message.length, o._resolver();
|
|
500
|
-
else if (this._bufferedByteCount < this._bufferSize)
|
|
501
|
-
o._resolver();
|
|
502
|
-
else
|
|
503
|
-
break;
|
|
504
|
-
}
|
|
505
|
-
t !== -1 && (this._messages = this._messages.slice(t + 1));
|
|
506
|
-
}
|
|
507
|
-
_shouldProcessMessage(e) {
|
|
508
|
-
if (this._waitForSequenceMessage)
|
|
509
|
-
return e.type !== h.Sequence ? !1 : (this._waitForSequenceMessage = !1, !0);
|
|
510
|
-
if (!this._isInvocationMessage(e))
|
|
511
|
-
return !0;
|
|
512
|
-
const t = this._nextReceivingSequenceId;
|
|
513
|
-
return this._nextReceivingSequenceId++, t <= this._latestReceivedSequenceId ? (t === this._latestReceivedSequenceId && this._ackTimer(), !1) : (this._latestReceivedSequenceId = t, this._ackTimer(), !0);
|
|
514
|
-
}
|
|
515
|
-
_resetSequence(e) {
|
|
516
|
-
if (e.sequenceId > this._nextReceivingSequenceId) {
|
|
517
|
-
this._connection.stop(new Error("Sequence ID greater than amount of messages we've received."));
|
|
518
|
-
return;
|
|
519
|
-
}
|
|
520
|
-
this._nextReceivingSequenceId = e.sequenceId;
|
|
521
|
-
}
|
|
522
|
-
_disconnected() {
|
|
523
|
-
this._reconnectInProgress = !0, this._waitForSequenceMessage = !0;
|
|
524
|
-
}
|
|
525
|
-
async _resend() {
|
|
526
|
-
const e = this._messages.length !== 0 ? this._messages[0]._id : this._totalMessageCount + 1;
|
|
527
|
-
await this._connection.send(this._protocol.writeMessage({ type: h.Sequence, sequenceId: e }));
|
|
528
|
-
const t = this._messages;
|
|
529
|
-
for (const n of t)
|
|
530
|
-
await this._connection.send(n._message);
|
|
531
|
-
this._reconnectInProgress = !1;
|
|
532
|
-
}
|
|
533
|
-
_dispose(e) {
|
|
534
|
-
e ?? (e = new Error("Unable to reconnect to server."));
|
|
535
|
-
for (const t of this._messages)
|
|
536
|
-
t._rejector(e);
|
|
537
|
-
}
|
|
538
|
-
_isInvocationMessage(e) {
|
|
539
|
-
switch (e.type) {
|
|
540
|
-
case h.Invocation:
|
|
541
|
-
case h.StreamItem:
|
|
542
|
-
case h.Completion:
|
|
543
|
-
case h.StreamInvocation:
|
|
544
|
-
case h.CancelInvocation:
|
|
545
|
-
return !0;
|
|
546
|
-
case h.Close:
|
|
547
|
-
case h.Sequence:
|
|
548
|
-
case h.Ping:
|
|
549
|
-
case h.Ack:
|
|
550
|
-
return !1;
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
_ackTimer() {
|
|
554
|
-
this._ackTimerHandle === void 0 && (this._ackTimerHandle = setTimeout(async () => {
|
|
555
|
-
try {
|
|
556
|
-
this._reconnectInProgress || await this._connection.send(this._protocol.writeMessage({ type: h.Ack, sequenceId: this._latestReceivedSequenceId }));
|
|
557
|
-
} catch {
|
|
558
|
-
}
|
|
559
|
-
clearTimeout(this._ackTimerHandle), this._ackTimerHandle = void 0;
|
|
560
|
-
}, 1e3));
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
class ce {
|
|
564
|
-
constructor(e, t, n, o) {
|
|
565
|
-
this._message = e, this._id = t, this._resolver = n, this._rejector = o;
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
const ae = 30 * 1e3, le = 15 * 1e3, he = 1e5;
|
|
569
|
-
var g;
|
|
570
|
-
(function(s) {
|
|
571
|
-
s.Disconnected = "Disconnected", s.Connecting = "Connecting", s.Connected = "Connected", s.Disconnecting = "Disconnecting", s.Reconnecting = "Reconnecting";
|
|
572
|
-
})(g || (g = {}));
|
|
573
|
-
class x {
|
|
574
|
-
/** @internal */
|
|
575
|
-
// Using a public static factory method means we can have a private constructor and an _internal_
|
|
576
|
-
// create method that can be used by HubConnectionBuilder. An "internal" constructor would just
|
|
577
|
-
// be stripped away and the '.d.ts' file would have no constructor, which is interpreted as a
|
|
578
|
-
// public parameter-less constructor.
|
|
579
|
-
static create(e, t, n, o, r, c, a) {
|
|
580
|
-
return new x(e, t, n, o, r, c, a);
|
|
581
|
-
}
|
|
582
|
-
constructor(e, t, n, o, r, c, a) {
|
|
583
|
-
this._nextKeepAlive = 0, this._freezeEventListener = () => {
|
|
584
|
-
this._logger.log(i.Warning, "The page is being frozen, this will likely lead to the connection being closed and messages being lost. For more information see the docs at https://learn.microsoft.com/aspnet/core/signalr/javascript-client#bsleep");
|
|
585
|
-
}, f.isRequired(e, "connection"), f.isRequired(t, "logger"), f.isRequired(n, "protocol"), this.serverTimeoutInMilliseconds = r ?? ae, this.keepAliveIntervalInMilliseconds = c ?? le, this._statefulReconnectBufferSize = a ?? he, this._logger = t, this._protocol = n, this.connection = e, this._reconnectPolicy = o, this._handshakeProtocol = new se(), this.connection.onreceive = (l) => this._processIncomingData(l), this.connection.onclose = (l) => this._connectionClosed(l), this._callbacks = {}, this._methods = {}, this._closedCallbacks = [], this._reconnectingCallbacks = [], this._reconnectedCallbacks = [], this._invocationId = 0, this._receivedHandshakeResponse = !1, this._connectionState = g.Disconnected, this._connectionStarted = !1, this._cachedPingMessage = this._protocol.writeMessage({ type: h.Ping });
|
|
586
|
-
}
|
|
587
|
-
/** Indicates the state of the {@link HubConnection} to the server. */
|
|
588
|
-
get state() {
|
|
589
|
-
return this._connectionState;
|
|
590
|
-
}
|
|
591
|
-
/** Represents the connection id of the {@link HubConnection} on the server. The connection id will be null when the connection is either
|
|
592
|
-
* in the disconnected state or if the negotiation step was skipped.
|
|
593
|
-
*/
|
|
594
|
-
get connectionId() {
|
|
595
|
-
return this.connection && this.connection.connectionId || null;
|
|
596
|
-
}
|
|
597
|
-
/** Indicates the url of the {@link HubConnection} to the server. */
|
|
598
|
-
get baseUrl() {
|
|
599
|
-
return this.connection.baseUrl || "";
|
|
600
|
-
}
|
|
601
|
-
/**
|
|
602
|
-
* Sets a new url for the HubConnection. Note that the url can only be changed when the connection is in either the Disconnected or
|
|
603
|
-
* Reconnecting states.
|
|
604
|
-
* @param {string} url The url to connect to.
|
|
605
|
-
*/
|
|
606
|
-
set baseUrl(e) {
|
|
607
|
-
if (this._connectionState !== g.Disconnected && this._connectionState !== g.Reconnecting)
|
|
608
|
-
throw new Error("The HubConnection must be in the Disconnected or Reconnecting state to change the url.");
|
|
609
|
-
if (!e)
|
|
610
|
-
throw new Error("The HubConnection url must be a valid url.");
|
|
611
|
-
this.connection.baseUrl = e;
|
|
612
|
-
}
|
|
613
|
-
/** Starts the connection.
|
|
614
|
-
*
|
|
615
|
-
* @returns {Promise<void>} A Promise that resolves when the connection has been successfully established, or rejects with an error.
|
|
616
|
-
*/
|
|
617
|
-
start() {
|
|
618
|
-
return this._startPromise = this._startWithStateTransitions(), this._startPromise;
|
|
619
|
-
}
|
|
620
|
-
async _startWithStateTransitions() {
|
|
621
|
-
if (this._connectionState !== g.Disconnected)
|
|
622
|
-
return Promise.reject(new Error("Cannot start a HubConnection that is not in the 'Disconnected' state."));
|
|
623
|
-
this._connectionState = g.Connecting, this._logger.log(i.Debug, "Starting HubConnection.");
|
|
624
|
-
try {
|
|
625
|
-
await this._startInternal(), _.isBrowser && window.document.addEventListener("freeze", this._freezeEventListener), this._connectionState = g.Connected, this._connectionStarted = !0, this._logger.log(i.Debug, "HubConnection connected successfully.");
|
|
626
|
-
} catch (e) {
|
|
627
|
-
return this._connectionState = g.Disconnected, this._logger.log(i.Debug, `HubConnection failed to start successfully because of error '${e}'.`), Promise.reject(e);
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
async _startInternal() {
|
|
631
|
-
this._stopDuringStartError = void 0, this._receivedHandshakeResponse = !1;
|
|
632
|
-
const e = new Promise((t, n) => {
|
|
633
|
-
this._handshakeResolver = t, this._handshakeRejecter = n;
|
|
634
|
-
});
|
|
635
|
-
await this.connection.start(this._protocol.transferFormat);
|
|
636
|
-
try {
|
|
637
|
-
let t = this._protocol.version;
|
|
638
|
-
this.connection.features.reconnect || (t = 1);
|
|
639
|
-
const n = {
|
|
640
|
-
protocol: this._protocol.name,
|
|
641
|
-
version: t
|
|
642
|
-
};
|
|
643
|
-
if (this._logger.log(i.Debug, "Sending handshake request."), await this._sendMessage(this._handshakeProtocol.writeHandshakeRequest(n)), this._logger.log(i.Information, `Using HubProtocol '${this._protocol.name}'.`), this._cleanupTimeout(), this._resetTimeoutPeriod(), this._resetKeepAliveInterval(), await e, this._stopDuringStartError)
|
|
644
|
-
throw this._stopDuringStartError;
|
|
645
|
-
(this.connection.features.reconnect || !1) && (this._messageBuffer = new ie(this._protocol, this.connection, this._statefulReconnectBufferSize), this.connection.features.disconnected = this._messageBuffer._disconnected.bind(this._messageBuffer), this.connection.features.resend = () => {
|
|
646
|
-
if (this._messageBuffer)
|
|
647
|
-
return this._messageBuffer._resend();
|
|
648
|
-
}), this.connection.features.inherentKeepAlive || await this._sendMessage(this._cachedPingMessage);
|
|
649
|
-
} catch (t) {
|
|
650
|
-
throw this._logger.log(i.Debug, `Hub handshake failed with error '${t}' during start(). Stopping HubConnection.`), this._cleanupTimeout(), this._cleanupPingTimer(), await this.connection.stop(t), t;
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
/** Stops the connection.
|
|
654
|
-
*
|
|
655
|
-
* @returns {Promise<void>} A Promise that resolves when the connection has been successfully terminated, or rejects with an error.
|
|
656
|
-
*/
|
|
657
|
-
async stop() {
|
|
658
|
-
const e = this._startPromise;
|
|
659
|
-
this.connection.features.reconnect = !1, this._stopPromise = this._stopInternal(), await this._stopPromise;
|
|
660
|
-
try {
|
|
661
|
-
await e;
|
|
662
|
-
} catch {
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
_stopInternal(e) {
|
|
666
|
-
if (this._connectionState === g.Disconnected)
|
|
667
|
-
return this._logger.log(i.Debug, `Call to HubConnection.stop(${e}) ignored because it is already in the disconnected state.`), Promise.resolve();
|
|
668
|
-
if (this._connectionState === g.Disconnecting)
|
|
669
|
-
return this._logger.log(i.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnecting state.`), this._stopPromise;
|
|
670
|
-
const t = this._connectionState;
|
|
671
|
-
return this._connectionState = g.Disconnecting, this._logger.log(i.Debug, "Stopping HubConnection."), this._reconnectDelayHandle ? (this._logger.log(i.Debug, "Connection stopped during reconnect delay. Done reconnecting."), clearTimeout(this._reconnectDelayHandle), this._reconnectDelayHandle = void 0, this._completeClose(), Promise.resolve()) : (t === g.Connected && this._sendCloseMessage(), this._cleanupTimeout(), this._cleanupPingTimer(), this._stopDuringStartError = e || new b("The connection was stopped before the hub handshake could complete."), this.connection.stop(e));
|
|
672
|
-
}
|
|
673
|
-
async _sendCloseMessage() {
|
|
674
|
-
try {
|
|
675
|
-
await this._sendWithProtocol(this._createCloseMessage());
|
|
676
|
-
} catch {
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
/** Invokes a streaming hub method on the server using the specified name and arguments.
|
|
680
|
-
*
|
|
681
|
-
* @typeparam T The type of the items returned by the server.
|
|
682
|
-
* @param {string} methodName The name of the server method to invoke.
|
|
683
|
-
* @param {any[]} args The arguments used to invoke the server method.
|
|
684
|
-
* @returns {IStreamResult<T>} An object that yields results from the server as they are received.
|
|
685
|
-
*/
|
|
686
|
-
stream(e, ...t) {
|
|
687
|
-
const [n, o] = this._replaceStreamingParams(t), r = this._createStreamInvocation(e, t, o);
|
|
688
|
-
let c;
|
|
689
|
-
const a = new re();
|
|
690
|
-
return a.cancelCallback = () => {
|
|
691
|
-
const l = this._createCancelInvocation(r.invocationId);
|
|
692
|
-
return delete this._callbacks[r.invocationId], c.then(() => this._sendWithProtocol(l));
|
|
693
|
-
}, this._callbacks[r.invocationId] = (l, u) => {
|
|
694
|
-
if (u) {
|
|
695
|
-
a.error(u);
|
|
696
|
-
return;
|
|
697
|
-
} else l && (l.type === h.Completion ? l.error ? a.error(new Error(l.error)) : a.complete() : a.next(l.item));
|
|
698
|
-
}, c = this._sendWithProtocol(r).catch((l) => {
|
|
699
|
-
a.error(l), delete this._callbacks[r.invocationId];
|
|
700
|
-
}), this._launchStreams(n, c), a;
|
|
701
|
-
}
|
|
702
|
-
_sendMessage(e) {
|
|
703
|
-
return this._resetKeepAliveInterval(), this.connection.send(e);
|
|
704
|
-
}
|
|
705
|
-
/**
|
|
706
|
-
* Sends a js object to the server.
|
|
707
|
-
* @param message The js object to serialize and send.
|
|
708
|
-
*/
|
|
709
|
-
_sendWithProtocol(e) {
|
|
710
|
-
return this._messageBuffer ? this._messageBuffer._send(e) : this._sendMessage(this._protocol.writeMessage(e));
|
|
711
|
-
}
|
|
712
|
-
/** Invokes a hub method on the server using the specified name and arguments. Does not wait for a response from the receiver.
|
|
713
|
-
*
|
|
714
|
-
* The Promise returned by this method resolves when the client has sent the invocation to the server. The server may still
|
|
715
|
-
* be processing the invocation.
|
|
716
|
-
*
|
|
717
|
-
* @param {string} methodName The name of the server method to invoke.
|
|
718
|
-
* @param {any[]} args The arguments used to invoke the server method.
|
|
719
|
-
* @returns {Promise<void>} A Promise that resolves when the invocation has been successfully sent, or rejects with an error.
|
|
720
|
-
*/
|
|
721
|
-
send(e, ...t) {
|
|
722
|
-
const [n, o] = this._replaceStreamingParams(t), r = this._sendWithProtocol(this._createInvocation(e, t, !0, o));
|
|
723
|
-
return this._launchStreams(n, r), r;
|
|
724
|
-
}
|
|
725
|
-
/** Invokes a hub method on the server using the specified name and arguments.
|
|
726
|
-
*
|
|
727
|
-
* The Promise returned by this method resolves when the server indicates it has finished invoking the method. When the promise
|
|
728
|
-
* resolves, the server has finished invoking the method. If the server method returns a result, it is produced as the result of
|
|
729
|
-
* resolving the Promise.
|
|
730
|
-
*
|
|
731
|
-
* @typeparam T The expected return type.
|
|
732
|
-
* @param {string} methodName The name of the server method to invoke.
|
|
733
|
-
* @param {any[]} args The arguments used to invoke the server method.
|
|
734
|
-
* @returns {Promise<T>} A Promise that resolves with the result of the server method (if any), or rejects with an error.
|
|
735
|
-
*/
|
|
736
|
-
invoke(e, ...t) {
|
|
737
|
-
const [n, o] = this._replaceStreamingParams(t), r = this._createInvocation(e, t, !1, o);
|
|
738
|
-
return new Promise((a, l) => {
|
|
739
|
-
this._callbacks[r.invocationId] = (d, S) => {
|
|
740
|
-
if (S) {
|
|
741
|
-
l(S);
|
|
742
|
-
return;
|
|
743
|
-
} else d && (d.type === h.Completion ? d.error ? l(new Error(d.error)) : a(d.result) : l(new Error(`Unexpected message type: ${d.type}`)));
|
|
744
|
-
};
|
|
745
|
-
const u = this._sendWithProtocol(r).catch((d) => {
|
|
746
|
-
l(d), delete this._callbacks[r.invocationId];
|
|
747
|
-
});
|
|
748
|
-
this._launchStreams(n, u);
|
|
749
|
-
});
|
|
750
|
-
}
|
|
751
|
-
on(e, t) {
|
|
752
|
-
!e || !t || (e = e.toLowerCase(), this._methods[e] || (this._methods[e] = []), this._methods[e].indexOf(t) === -1 && this._methods[e].push(t));
|
|
753
|
-
}
|
|
754
|
-
off(e, t) {
|
|
755
|
-
if (!e)
|
|
756
|
-
return;
|
|
757
|
-
e = e.toLowerCase();
|
|
758
|
-
const n = this._methods[e];
|
|
759
|
-
if (n)
|
|
760
|
-
if (t) {
|
|
761
|
-
const o = n.indexOf(t);
|
|
762
|
-
o !== -1 && (n.splice(o, 1), n.length === 0 && delete this._methods[e]);
|
|
763
|
-
} else
|
|
764
|
-
delete this._methods[e];
|
|
765
|
-
}
|
|
766
|
-
/** Registers a handler that will be invoked when the connection is closed.
|
|
767
|
-
*
|
|
768
|
-
* @param {Function} callback The handler that will be invoked when the connection is closed. Optionally receives a single argument containing the error that caused the connection to close (if any).
|
|
769
|
-
*/
|
|
770
|
-
onclose(e) {
|
|
771
|
-
e && this._closedCallbacks.push(e);
|
|
772
|
-
}
|
|
773
|
-
/** Registers a handler that will be invoked when the connection starts reconnecting.
|
|
774
|
-
*
|
|
775
|
-
* @param {Function} callback The handler that will be invoked when the connection starts reconnecting. Optionally receives a single argument containing the error that caused the connection to start reconnecting (if any).
|
|
776
|
-
*/
|
|
777
|
-
onreconnecting(e) {
|
|
778
|
-
e && this._reconnectingCallbacks.push(e);
|
|
779
|
-
}
|
|
780
|
-
/** Registers a handler that will be invoked when the connection successfully reconnects.
|
|
781
|
-
*
|
|
782
|
-
* @param {Function} callback The handler that will be invoked when the connection successfully reconnects.
|
|
783
|
-
*/
|
|
784
|
-
onreconnected(e) {
|
|
785
|
-
e && this._reconnectedCallbacks.push(e);
|
|
786
|
-
}
|
|
787
|
-
_processIncomingData(e) {
|
|
788
|
-
if (this._cleanupTimeout(), this._receivedHandshakeResponse || (e = this._processHandshakeResponse(e), this._receivedHandshakeResponse = !0), e) {
|
|
789
|
-
const t = this._protocol.parseMessages(e, this._logger);
|
|
790
|
-
for (const n of t)
|
|
791
|
-
if (!(this._messageBuffer && !this._messageBuffer._shouldProcessMessage(n)))
|
|
792
|
-
switch (n.type) {
|
|
793
|
-
case h.Invocation:
|
|
794
|
-
this._invokeClientMethod(n).catch((o) => {
|
|
795
|
-
this._logger.log(i.Error, `Invoke client method threw error: ${$(o)}`);
|
|
796
|
-
});
|
|
797
|
-
break;
|
|
798
|
-
case h.StreamItem:
|
|
799
|
-
case h.Completion: {
|
|
800
|
-
const o = this._callbacks[n.invocationId];
|
|
801
|
-
if (o) {
|
|
802
|
-
n.type === h.Completion && delete this._callbacks[n.invocationId];
|
|
803
|
-
try {
|
|
804
|
-
o(n);
|
|
805
|
-
} catch (r) {
|
|
806
|
-
this._logger.log(i.Error, `Stream callback threw error: ${$(r)}`);
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
break;
|
|
810
|
-
}
|
|
811
|
-
case h.Ping:
|
|
812
|
-
break;
|
|
813
|
-
case h.Close: {
|
|
814
|
-
this._logger.log(i.Information, "Close message received from server.");
|
|
815
|
-
const o = n.error ? new Error("Server returned an error on close: " + n.error) : void 0;
|
|
816
|
-
n.allowReconnect === !0 ? this.connection.stop(o) : this._stopPromise = this._stopInternal(o);
|
|
817
|
-
break;
|
|
818
|
-
}
|
|
819
|
-
case h.Ack:
|
|
820
|
-
this._messageBuffer && this._messageBuffer._ack(n);
|
|
821
|
-
break;
|
|
822
|
-
case h.Sequence:
|
|
823
|
-
this._messageBuffer && this._messageBuffer._resetSequence(n);
|
|
824
|
-
break;
|
|
825
|
-
default:
|
|
826
|
-
this._logger.log(i.Warning, `Invalid message type: ${n.type}.`);
|
|
827
|
-
break;
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
this._resetTimeoutPeriod();
|
|
831
|
-
}
|
|
832
|
-
_processHandshakeResponse(e) {
|
|
833
|
-
let t, n;
|
|
834
|
-
try {
|
|
835
|
-
[n, t] = this._handshakeProtocol.parseHandshakeResponse(e);
|
|
836
|
-
} catch (o) {
|
|
837
|
-
const r = "Error parsing handshake response: " + o;
|
|
838
|
-
this._logger.log(i.Error, r);
|
|
839
|
-
const c = new Error(r);
|
|
840
|
-
throw this._handshakeRejecter(c), c;
|
|
841
|
-
}
|
|
842
|
-
if (t.error) {
|
|
843
|
-
const o = "Server returned handshake error: " + t.error;
|
|
844
|
-
this._logger.log(i.Error, o);
|
|
845
|
-
const r = new Error(o);
|
|
846
|
-
throw this._handshakeRejecter(r), r;
|
|
847
|
-
} else
|
|
848
|
-
this._logger.log(i.Debug, "Server handshake complete.");
|
|
849
|
-
return this._handshakeResolver(), n;
|
|
850
|
-
}
|
|
851
|
-
_resetKeepAliveInterval() {
|
|
852
|
-
this.connection.features.inherentKeepAlive || (this._nextKeepAlive = (/* @__PURE__ */ new Date()).getTime() + this.keepAliveIntervalInMilliseconds, this._cleanupPingTimer());
|
|
853
|
-
}
|
|
854
|
-
_resetTimeoutPeriod() {
|
|
855
|
-
if ((!this.connection.features || !this.connection.features.inherentKeepAlive) && (this._timeoutHandle = setTimeout(() => this.serverTimeout(), this.serverTimeoutInMilliseconds), this._pingServerHandle === void 0)) {
|
|
856
|
-
let e = this._nextKeepAlive - (/* @__PURE__ */ new Date()).getTime();
|
|
857
|
-
e < 0 && (e = 0), this._pingServerHandle = setTimeout(async () => {
|
|
858
|
-
if (this._connectionState === g.Connected)
|
|
859
|
-
try {
|
|
860
|
-
await this._sendMessage(this._cachedPingMessage);
|
|
861
|
-
} catch {
|
|
862
|
-
this._cleanupPingTimer();
|
|
863
|
-
}
|
|
864
|
-
}, e);
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
868
|
-
serverTimeout() {
|
|
869
|
-
this.connection.stop(new Error("Server timeout elapsed without receiving a message from the server."));
|
|
870
|
-
}
|
|
871
|
-
async _invokeClientMethod(e) {
|
|
872
|
-
const t = e.target.toLowerCase(), n = this._methods[t];
|
|
873
|
-
if (!n) {
|
|
874
|
-
this._logger.log(i.Warning, `No client method with the name '${t}' found.`), e.invocationId && (this._logger.log(i.Warning, `No result given for '${t}' method and invocation ID '${e.invocationId}'.`), await this._sendWithProtocol(this._createCompletionMessage(e.invocationId, "Client didn't provide a result.", null)));
|
|
875
|
-
return;
|
|
876
|
-
}
|
|
877
|
-
const o = n.slice(), r = !!e.invocationId;
|
|
878
|
-
let c, a, l;
|
|
879
|
-
for (const u of o)
|
|
880
|
-
try {
|
|
881
|
-
const d = c;
|
|
882
|
-
c = await u.apply(this, e.arguments), r && c && d && (this._logger.log(i.Error, `Multiple results provided for '${t}'. Sending error to server.`), l = this._createCompletionMessage(e.invocationId, "Client provided multiple results.", null)), a = void 0;
|
|
883
|
-
} catch (d) {
|
|
884
|
-
a = d, this._logger.log(i.Error, `A callback for the method '${t}' threw error '${d}'.`);
|
|
885
|
-
}
|
|
886
|
-
l ? await this._sendWithProtocol(l) : r ? (a ? l = this._createCompletionMessage(e.invocationId, `${a}`, null) : c !== void 0 ? l = this._createCompletionMessage(e.invocationId, null, c) : (this._logger.log(i.Warning, `No result given for '${t}' method and invocation ID '${e.invocationId}'.`), l = this._createCompletionMessage(e.invocationId, "Client didn't provide a result.", null)), await this._sendWithProtocol(l)) : c && this._logger.log(i.Error, `Result given for '${t}' method but server is not expecting a result.`);
|
|
887
|
-
}
|
|
888
|
-
_connectionClosed(e) {
|
|
889
|
-
this._logger.log(i.Debug, `HubConnection.connectionClosed(${e}) called while in state ${this._connectionState}.`), this._stopDuringStartError = this._stopDuringStartError || e || new b("The underlying connection was closed before the hub handshake could complete."), this._handshakeResolver && this._handshakeResolver(), this._cancelCallbacksWithError(e || new Error("Invocation canceled due to the underlying connection being closed.")), this._cleanupTimeout(), this._cleanupPingTimer(), this._connectionState === g.Disconnecting ? this._completeClose(e) : this._connectionState === g.Connected && this._reconnectPolicy ? this._reconnect(e) : this._connectionState === g.Connected && this._completeClose(e);
|
|
890
|
-
}
|
|
891
|
-
_completeClose(e) {
|
|
892
|
-
if (this._connectionStarted) {
|
|
893
|
-
this._connectionState = g.Disconnected, this._connectionStarted = !1, this._messageBuffer && (this._messageBuffer._dispose(e ?? new Error("Connection closed.")), this._messageBuffer = void 0), _.isBrowser && window.document.removeEventListener("freeze", this._freezeEventListener);
|
|
894
|
-
try {
|
|
895
|
-
this._closedCallbacks.forEach((t) => t.apply(this, [e]));
|
|
896
|
-
} catch (t) {
|
|
897
|
-
this._logger.log(i.Error, `An onclose callback called with error '${e}' threw error '${t}'.`);
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
async _reconnect(e) {
|
|
902
|
-
const t = Date.now();
|
|
903
|
-
let n = 0, o = e !== void 0 ? e : new Error("Attempting to reconnect due to a unknown error."), r = this._getNextRetryDelay(n++, 0, o);
|
|
904
|
-
if (r === null) {
|
|
905
|
-
this._logger.log(i.Debug, "Connection not reconnecting because the IRetryPolicy returned null on the first reconnect attempt."), this._completeClose(e);
|
|
906
|
-
return;
|
|
907
|
-
}
|
|
908
|
-
if (this._connectionState = g.Reconnecting, e ? this._logger.log(i.Information, `Connection reconnecting because of error '${e}'.`) : this._logger.log(i.Information, "Connection reconnecting."), this._reconnectingCallbacks.length !== 0) {
|
|
909
|
-
try {
|
|
910
|
-
this._reconnectingCallbacks.forEach((c) => c.apply(this, [e]));
|
|
911
|
-
} catch (c) {
|
|
912
|
-
this._logger.log(i.Error, `An onreconnecting callback called with error '${e}' threw error '${c}'.`);
|
|
913
|
-
}
|
|
914
|
-
if (this._connectionState !== g.Reconnecting) {
|
|
915
|
-
this._logger.log(i.Debug, "Connection left the reconnecting state in onreconnecting callback. Done reconnecting.");
|
|
916
|
-
return;
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
for (; r !== null; ) {
|
|
920
|
-
if (this._logger.log(i.Information, `Reconnect attempt number ${n} will start in ${r} ms.`), await new Promise((c) => {
|
|
921
|
-
this._reconnectDelayHandle = setTimeout(c, r);
|
|
922
|
-
}), this._reconnectDelayHandle = void 0, this._connectionState !== g.Reconnecting) {
|
|
923
|
-
this._logger.log(i.Debug, "Connection left the reconnecting state during reconnect delay. Done reconnecting.");
|
|
924
|
-
return;
|
|
925
|
-
}
|
|
926
|
-
try {
|
|
927
|
-
if (await this._startInternal(), this._connectionState = g.Connected, this._logger.log(i.Information, "HubConnection reconnected successfully."), this._reconnectedCallbacks.length !== 0)
|
|
928
|
-
try {
|
|
929
|
-
this._reconnectedCallbacks.forEach((c) => c.apply(this, [this.connection.connectionId]));
|
|
930
|
-
} catch (c) {
|
|
931
|
-
this._logger.log(i.Error, `An onreconnected callback called with connectionId '${this.connection.connectionId}; threw error '${c}'.`);
|
|
932
|
-
}
|
|
933
|
-
return;
|
|
934
|
-
} catch (c) {
|
|
935
|
-
if (this._logger.log(i.Information, `Reconnect attempt failed because of error '${c}'.`), this._connectionState !== g.Reconnecting) {
|
|
936
|
-
this._logger.log(i.Debug, `Connection moved to the '${this._connectionState}' from the reconnecting state during reconnect attempt. Done reconnecting.`), this._connectionState === g.Disconnecting && this._completeClose();
|
|
937
|
-
return;
|
|
938
|
-
}
|
|
939
|
-
o = c instanceof Error ? c : new Error(c.toString()), r = this._getNextRetryDelay(n++, Date.now() - t, o);
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
this._logger.log(i.Information, `Reconnect retries have been exhausted after ${Date.now() - t} ms and ${n} failed attempts. Connection disconnecting.`), this._completeClose();
|
|
943
|
-
}
|
|
944
|
-
_getNextRetryDelay(e, t, n) {
|
|
945
|
-
try {
|
|
946
|
-
return this._reconnectPolicy.nextRetryDelayInMilliseconds({
|
|
947
|
-
elapsedMilliseconds: t,
|
|
948
|
-
previousRetryCount: e,
|
|
949
|
-
retryReason: n
|
|
950
|
-
});
|
|
951
|
-
} catch (o) {
|
|
952
|
-
return this._logger.log(i.Error, `IRetryPolicy.nextRetryDelayInMilliseconds(${e}, ${t}) threw error '${o}'.`), null;
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
_cancelCallbacksWithError(e) {
|
|
956
|
-
const t = this._callbacks;
|
|
957
|
-
this._callbacks = {}, Object.keys(t).forEach((n) => {
|
|
958
|
-
const o = t[n];
|
|
959
|
-
try {
|
|
960
|
-
o(null, e);
|
|
961
|
-
} catch (r) {
|
|
962
|
-
this._logger.log(i.Error, `Stream 'error' callback called with '${e}' threw error: ${$(r)}`);
|
|
963
|
-
}
|
|
964
|
-
});
|
|
965
|
-
}
|
|
966
|
-
_cleanupPingTimer() {
|
|
967
|
-
this._pingServerHandle && (clearTimeout(this._pingServerHandle), this._pingServerHandle = void 0);
|
|
968
|
-
}
|
|
969
|
-
_cleanupTimeout() {
|
|
970
|
-
this._timeoutHandle && clearTimeout(this._timeoutHandle);
|
|
971
|
-
}
|
|
972
|
-
_createInvocation(e, t, n, o) {
|
|
973
|
-
if (n)
|
|
974
|
-
return o.length !== 0 ? {
|
|
975
|
-
arguments: t,
|
|
976
|
-
streamIds: o,
|
|
977
|
-
target: e,
|
|
978
|
-
type: h.Invocation
|
|
979
|
-
} : {
|
|
980
|
-
arguments: t,
|
|
981
|
-
target: e,
|
|
982
|
-
type: h.Invocation
|
|
983
|
-
};
|
|
984
|
-
{
|
|
985
|
-
const r = this._invocationId;
|
|
986
|
-
return this._invocationId++, o.length !== 0 ? {
|
|
987
|
-
arguments: t,
|
|
988
|
-
invocationId: r.toString(),
|
|
989
|
-
streamIds: o,
|
|
990
|
-
target: e,
|
|
991
|
-
type: h.Invocation
|
|
992
|
-
} : {
|
|
993
|
-
arguments: t,
|
|
994
|
-
invocationId: r.toString(),
|
|
995
|
-
target: e,
|
|
996
|
-
type: h.Invocation
|
|
997
|
-
};
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
_launchStreams(e, t) {
|
|
1001
|
-
if (e.length !== 0) {
|
|
1002
|
-
t || (t = Promise.resolve());
|
|
1003
|
-
for (const n in e)
|
|
1004
|
-
e[n].subscribe({
|
|
1005
|
-
complete: () => {
|
|
1006
|
-
t = t.then(() => this._sendWithProtocol(this._createCompletionMessage(n)));
|
|
1007
|
-
},
|
|
1008
|
-
error: (o) => {
|
|
1009
|
-
let r;
|
|
1010
|
-
o instanceof Error ? r = o.message : o && o.toString ? r = o.toString() : r = "Unknown error", t = t.then(() => this._sendWithProtocol(this._createCompletionMessage(n, r)));
|
|
1011
|
-
},
|
|
1012
|
-
next: (o) => {
|
|
1013
|
-
t = t.then(() => this._sendWithProtocol(this._createStreamItemMessage(n, o)));
|
|
1014
|
-
}
|
|
1015
|
-
});
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
_replaceStreamingParams(e) {
|
|
1019
|
-
const t = [], n = [];
|
|
1020
|
-
for (let o = 0; o < e.length; o++) {
|
|
1021
|
-
const r = e[o];
|
|
1022
|
-
if (this._isObservable(r)) {
|
|
1023
|
-
const c = this._invocationId;
|
|
1024
|
-
this._invocationId++, t[c] = r, n.push(c.toString()), e.splice(o, 1);
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
return [t, n];
|
|
1028
|
-
}
|
|
1029
|
-
_isObservable(e) {
|
|
1030
|
-
return e && e.subscribe && typeof e.subscribe == "function";
|
|
1031
|
-
}
|
|
1032
|
-
_createStreamInvocation(e, t, n) {
|
|
1033
|
-
const o = this._invocationId;
|
|
1034
|
-
return this._invocationId++, n.length !== 0 ? {
|
|
1035
|
-
arguments: t,
|
|
1036
|
-
invocationId: o.toString(),
|
|
1037
|
-
streamIds: n,
|
|
1038
|
-
target: e,
|
|
1039
|
-
type: h.StreamInvocation
|
|
1040
|
-
} : {
|
|
1041
|
-
arguments: t,
|
|
1042
|
-
invocationId: o.toString(),
|
|
1043
|
-
target: e,
|
|
1044
|
-
type: h.StreamInvocation
|
|
1045
|
-
};
|
|
1046
|
-
}
|
|
1047
|
-
_createCancelInvocation(e) {
|
|
1048
|
-
return {
|
|
1049
|
-
invocationId: e,
|
|
1050
|
-
type: h.CancelInvocation
|
|
1051
|
-
};
|
|
1052
|
-
}
|
|
1053
|
-
_createStreamItemMessage(e, t) {
|
|
1054
|
-
return {
|
|
1055
|
-
invocationId: e,
|
|
1056
|
-
item: t,
|
|
1057
|
-
type: h.StreamItem
|
|
1058
|
-
};
|
|
1059
|
-
}
|
|
1060
|
-
_createCompletionMessage(e, t, n) {
|
|
1061
|
-
return t ? {
|
|
1062
|
-
error: t,
|
|
1063
|
-
invocationId: e,
|
|
1064
|
-
type: h.Completion
|
|
1065
|
-
} : {
|
|
1066
|
-
invocationId: e,
|
|
1067
|
-
result: n,
|
|
1068
|
-
type: h.Completion
|
|
1069
|
-
};
|
|
1070
|
-
}
|
|
1071
|
-
_createCloseMessage() {
|
|
1072
|
-
return { type: h.Close };
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
const ue = [0, 2e3, 1e4, 3e4, null];
|
|
1076
|
-
class W {
|
|
1077
|
-
constructor(e) {
|
|
1078
|
-
this._retryDelays = e !== void 0 ? [...e, null] : ue;
|
|
1079
|
-
}
|
|
1080
|
-
nextRetryDelayInMilliseconds(e) {
|
|
1081
|
-
return this._retryDelays[e.previousRetryCount];
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
class y {
|
|
1085
|
-
}
|
|
1086
|
-
y.Authorization = "Authorization";
|
|
1087
|
-
y.Cookie = "Cookie";
|
|
1088
|
-
class de extends R {
|
|
1089
|
-
constructor(e, t) {
|
|
1090
|
-
super(), this._innerClient = e, this._accessTokenFactory = t;
|
|
1091
|
-
}
|
|
1092
|
-
async send(e) {
|
|
1093
|
-
let t = !0;
|
|
1094
|
-
this._accessTokenFactory && (!this._accessToken || e.url && e.url.indexOf("/negotiate?") > 0) && (t = !1, this._accessToken = await this._accessTokenFactory()), this._setAuthorizationHeader(e);
|
|
1095
|
-
const n = await this._innerClient.send(e);
|
|
1096
|
-
return t && n.statusCode === 401 && this._accessTokenFactory ? (this._accessToken = await this._accessTokenFactory(), this._setAuthorizationHeader(e), await this._innerClient.send(e)) : n;
|
|
1097
|
-
}
|
|
1098
|
-
_setAuthorizationHeader(e) {
|
|
1099
|
-
e.headers || (e.headers = {}), this._accessToken ? e.headers[y.Authorization] = `Bearer ${this._accessToken}` : this._accessTokenFactory && e.headers[y.Authorization] && delete e.headers[y.Authorization];
|
|
1100
|
-
}
|
|
1101
|
-
getCookieString(e) {
|
|
1102
|
-
return this._innerClient.getCookieString(e);
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
var p;
|
|
1106
|
-
(function(s) {
|
|
1107
|
-
s[s.None = 0] = "None", s[s.WebSockets = 1] = "WebSockets", s[s.ServerSentEvents = 2] = "ServerSentEvents", s[s.LongPolling = 4] = "LongPolling";
|
|
1108
|
-
})(p || (p = {}));
|
|
1109
|
-
var m;
|
|
1110
|
-
(function(s) {
|
|
1111
|
-
s[s.Text = 1] = "Text", s[s.Binary = 2] = "Binary";
|
|
1112
|
-
})(m || (m = {}));
|
|
1113
|
-
let ge = class {
|
|
1114
|
-
constructor() {
|
|
1115
|
-
this._isAborted = !1, this.onabort = null;
|
|
1116
|
-
}
|
|
1117
|
-
abort() {
|
|
1118
|
-
this._isAborted || (this._isAborted = !0, this.onabort && this.onabort());
|
|
1119
|
-
}
|
|
1120
|
-
get signal() {
|
|
1121
|
-
return this;
|
|
1122
|
-
}
|
|
1123
|
-
get aborted() {
|
|
1124
|
-
return this._isAborted;
|
|
1125
|
-
}
|
|
1126
|
-
};
|
|
1127
|
-
class B {
|
|
1128
|
-
// This is an internal type, not exported from './index' so this is really just internal.
|
|
1129
|
-
get pollAborted() {
|
|
1130
|
-
return this._pollAbort.aborted;
|
|
1131
|
-
}
|
|
1132
|
-
constructor(e, t, n) {
|
|
1133
|
-
this._httpClient = e, this._logger = t, this._pollAbort = new ge(), this._options = n, this._running = !1, this.onreceive = null, this.onclose = null;
|
|
1134
|
-
}
|
|
1135
|
-
async connect(e, t) {
|
|
1136
|
-
if (f.isRequired(e, "url"), f.isRequired(t, "transferFormat"), f.isIn(t, m, "transferFormat"), this._url = e, this._logger.log(i.Trace, "(LongPolling transport) Connecting."), t === m.Binary && typeof XMLHttpRequest < "u" && typeof new XMLHttpRequest().responseType != "string")
|
|
1137
|
-
throw new Error("Binary protocols over XmlHttpRequest not implementing advanced features are not supported.");
|
|
1138
|
-
const [n, o] = k(), r = { [n]: o, ...this._options.headers }, c = {
|
|
1139
|
-
abortSignal: this._pollAbort.signal,
|
|
1140
|
-
headers: r,
|
|
1141
|
-
timeout: 1e5,
|
|
1142
|
-
withCredentials: this._options.withCredentials
|
|
1143
|
-
};
|
|
1144
|
-
t === m.Binary && (c.responseType = "arraybuffer");
|
|
1145
|
-
const a = `${e}&_=${Date.now()}`;
|
|
1146
|
-
this._logger.log(i.Trace, `(LongPolling transport) polling: ${a}.`);
|
|
1147
|
-
const l = await this._httpClient.get(a, c);
|
|
1148
|
-
l.statusCode !== 200 ? (this._logger.log(i.Error, `(LongPolling transport) Unexpected response code: ${l.statusCode}.`), this._closeError = new C(l.statusText || "", l.statusCode), this._running = !1) : this._running = !0, this._receiving = this._poll(this._url, c);
|
|
1149
|
-
}
|
|
1150
|
-
async _poll(e, t) {
|
|
1151
|
-
try {
|
|
1152
|
-
for (; this._running; )
|
|
1153
|
-
try {
|
|
1154
|
-
const n = `${e}&_=${Date.now()}`;
|
|
1155
|
-
this._logger.log(i.Trace, `(LongPolling transport) polling: ${n}.`);
|
|
1156
|
-
const o = await this._httpClient.get(n, t);
|
|
1157
|
-
o.statusCode === 204 ? (this._logger.log(i.Information, "(LongPolling transport) Poll terminated by server."), this._running = !1) : o.statusCode !== 200 ? (this._logger.log(i.Error, `(LongPolling transport) Unexpected response code: ${o.statusCode}.`), this._closeError = new C(o.statusText || "", o.statusCode), this._running = !1) : o.content ? (this._logger.log(i.Trace, `(LongPolling transport) data received. ${I(o.content, this._options.logMessageContent)}.`), this.onreceive && this.onreceive(o.content)) : this._logger.log(i.Trace, "(LongPolling transport) Poll timed out, reissuing.");
|
|
1158
|
-
} catch (n) {
|
|
1159
|
-
this._running ? n instanceof D ? this._logger.log(i.Trace, "(LongPolling transport) Poll timed out, reissuing.") : (this._closeError = n, this._running = !1) : this._logger.log(i.Trace, `(LongPolling transport) Poll errored after shutdown: ${n.message}`);
|
|
1160
|
-
}
|
|
1161
|
-
} finally {
|
|
1162
|
-
this._logger.log(i.Trace, "(LongPolling transport) Polling complete."), this.pollAborted || this._raiseOnClose();
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
async send(e) {
|
|
1166
|
-
return this._running ? j(this._logger, "LongPolling", this._httpClient, this._url, e, this._options) : Promise.reject(new Error("Cannot send until the transport is connected"));
|
|
1167
|
-
}
|
|
1168
|
-
async stop() {
|
|
1169
|
-
this._logger.log(i.Trace, "(LongPolling transport) Stopping polling."), this._running = !1, this._pollAbort.abort();
|
|
1170
|
-
try {
|
|
1171
|
-
await this._receiving, this._logger.log(i.Trace, `(LongPolling transport) sending DELETE request to ${this._url}.`);
|
|
1172
|
-
const e = {}, [t, n] = k();
|
|
1173
|
-
e[t] = n;
|
|
1174
|
-
const o = {
|
|
1175
|
-
headers: { ...e, ...this._options.headers },
|
|
1176
|
-
timeout: this._options.timeout,
|
|
1177
|
-
withCredentials: this._options.withCredentials
|
|
1178
|
-
};
|
|
1179
|
-
let r;
|
|
1180
|
-
try {
|
|
1181
|
-
await this._httpClient.delete(this._url, o);
|
|
1182
|
-
} catch (c) {
|
|
1183
|
-
r = c;
|
|
1184
|
-
}
|
|
1185
|
-
r ? r instanceof C && (r.statusCode === 404 ? this._logger.log(i.Trace, "(LongPolling transport) A 404 response was returned from sending a DELETE request.") : this._logger.log(i.Trace, `(LongPolling transport) Error sending a DELETE request: ${r}`)) : this._logger.log(i.Trace, "(LongPolling transport) DELETE request accepted.");
|
|
1186
|
-
} finally {
|
|
1187
|
-
this._logger.log(i.Trace, "(LongPolling transport) Stop finished."), this._raiseOnClose();
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
_raiseOnClose() {
|
|
1191
|
-
if (this.onclose) {
|
|
1192
|
-
let e = "(LongPolling transport) Firing onclose event.";
|
|
1193
|
-
this._closeError && (e += " Error: " + this._closeError), this._logger.log(i.Trace, e), this.onclose(this._closeError);
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
1197
|
-
class _e {
|
|
1198
|
-
constructor(e, t, n, o) {
|
|
1199
|
-
this._httpClient = e, this._accessToken = t, this._logger = n, this._options = o, this.onreceive = null, this.onclose = null;
|
|
1200
|
-
}
|
|
1201
|
-
async connect(e, t) {
|
|
1202
|
-
return f.isRequired(e, "url"), f.isRequired(t, "transferFormat"), f.isIn(t, m, "transferFormat"), this._logger.log(i.Trace, "(SSE transport) Connecting."), this._url = e, this._accessToken && (e += (e.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(this._accessToken)}`), new Promise((n, o) => {
|
|
1203
|
-
let r = !1;
|
|
1204
|
-
if (t !== m.Text) {
|
|
1205
|
-
o(new Error("The Server-Sent Events transport only supports the 'Text' transfer format"));
|
|
1206
|
-
return;
|
|
1207
|
-
}
|
|
1208
|
-
let c;
|
|
1209
|
-
if (_.isBrowser || _.isWebWorker)
|
|
1210
|
-
c = new this._options.EventSource(e, { withCredentials: this._options.withCredentials });
|
|
1211
|
-
else {
|
|
1212
|
-
const a = this._httpClient.getCookieString(e), l = {};
|
|
1213
|
-
l.Cookie = a;
|
|
1214
|
-
const [u, d] = k();
|
|
1215
|
-
l[u] = d, c = new this._options.EventSource(e, { withCredentials: this._options.withCredentials, headers: { ...l, ...this._options.headers } });
|
|
1216
|
-
}
|
|
1217
|
-
try {
|
|
1218
|
-
c.onmessage = (a) => {
|
|
1219
|
-
if (this.onreceive)
|
|
1220
|
-
try {
|
|
1221
|
-
this._logger.log(i.Trace, `(SSE transport) data received. ${I(a.data, this._options.logMessageContent)}.`), this.onreceive(a.data);
|
|
1222
|
-
} catch (l) {
|
|
1223
|
-
this._close(l);
|
|
1224
|
-
return;
|
|
1225
|
-
}
|
|
1226
|
-
}, c.onerror = (a) => {
|
|
1227
|
-
r ? this._close() : o(new Error("EventSource failed to connect. The connection could not be found on the server, either the connection ID is not present on the server, or a proxy is refusing/buffering the connection. If you have multiple servers check that sticky sessions are enabled."));
|
|
1228
|
-
}, c.onopen = () => {
|
|
1229
|
-
this._logger.log(i.Information, `SSE connected to ${this._url}`), this._eventSource = c, r = !0, n();
|
|
1230
|
-
};
|
|
1231
|
-
} catch (a) {
|
|
1232
|
-
o(a);
|
|
1233
|
-
return;
|
|
1234
|
-
}
|
|
1235
|
-
});
|
|
1236
|
-
}
|
|
1237
|
-
async send(e) {
|
|
1238
|
-
return this._eventSource ? j(this._logger, "SSE", this._httpClient, this._url, e, this._options) : Promise.reject(new Error("Cannot send until the transport is connected"));
|
|
1239
|
-
}
|
|
1240
|
-
stop() {
|
|
1241
|
-
return this._close(), Promise.resolve();
|
|
1242
|
-
}
|
|
1243
|
-
_close(e) {
|
|
1244
|
-
this._eventSource && (this._eventSource.close(), this._eventSource = void 0, this.onclose && this.onclose(e));
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
class fe {
|
|
1248
|
-
constructor(e, t, n, o, r, c) {
|
|
1249
|
-
this._logger = n, this._accessTokenFactory = t, this._logMessageContent = o, this._webSocketConstructor = r, this._httpClient = e, this.onreceive = null, this.onclose = null, this._headers = c;
|
|
1250
|
-
}
|
|
1251
|
-
async connect(e, t) {
|
|
1252
|
-
f.isRequired(e, "url"), f.isRequired(t, "transferFormat"), f.isIn(t, m, "transferFormat"), this._logger.log(i.Trace, "(WebSockets transport) Connecting.");
|
|
1253
|
-
let n;
|
|
1254
|
-
return this._accessTokenFactory && (n = await this._accessTokenFactory()), new Promise((o, r) => {
|
|
1255
|
-
e = e.replace(/^http/, "ws");
|
|
1256
|
-
let c;
|
|
1257
|
-
const a = this._httpClient.getCookieString(e);
|
|
1258
|
-
let l = !1;
|
|
1259
|
-
if (_.isNode || _.isReactNative) {
|
|
1260
|
-
const u = {}, [d, S] = k();
|
|
1261
|
-
u[d] = S, n && (u[y.Authorization] = `Bearer ${n}`), a && (u[y.Cookie] = a), c = new this._webSocketConstructor(e, void 0, {
|
|
1262
|
-
headers: { ...u, ...this._headers }
|
|
1263
|
-
});
|
|
1264
|
-
} else
|
|
1265
|
-
n && (e += (e.indexOf("?") < 0 ? "?" : "&") + `access_token=${encodeURIComponent(n)}`);
|
|
1266
|
-
c || (c = new this._webSocketConstructor(e)), t === m.Binary && (c.binaryType = "arraybuffer"), c.onopen = (u) => {
|
|
1267
|
-
this._logger.log(i.Information, `WebSocket connected to ${e}.`), this._webSocket = c, l = !0, o();
|
|
1268
|
-
}, c.onerror = (u) => {
|
|
1269
|
-
let d = null;
|
|
1270
|
-
typeof ErrorEvent < "u" && u instanceof ErrorEvent ? d = u.error : d = "There was an error with the transport", this._logger.log(i.Information, `(WebSockets transport) ${d}.`);
|
|
1271
|
-
}, c.onmessage = (u) => {
|
|
1272
|
-
if (this._logger.log(i.Trace, `(WebSockets transport) data received. ${I(u.data, this._logMessageContent)}.`), this.onreceive)
|
|
1273
|
-
try {
|
|
1274
|
-
this.onreceive(u.data);
|
|
1275
|
-
} catch (d) {
|
|
1276
|
-
this._close(d);
|
|
1277
|
-
return;
|
|
1278
|
-
}
|
|
1279
|
-
}, c.onclose = (u) => {
|
|
1280
|
-
if (l)
|
|
1281
|
-
this._close(u);
|
|
1282
|
-
else {
|
|
1283
|
-
let d = null;
|
|
1284
|
-
typeof ErrorEvent < "u" && u instanceof ErrorEvent ? d = u.error : d = "WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.", r(new Error(d));
|
|
1285
|
-
}
|
|
1286
|
-
};
|
|
1287
|
-
});
|
|
1288
|
-
}
|
|
1289
|
-
send(e) {
|
|
1290
|
-
return this._webSocket && this._webSocket.readyState === this._webSocketConstructor.OPEN ? (this._logger.log(i.Trace, `(WebSockets transport) sending data. ${I(e, this._logMessageContent)}.`), this._webSocket.send(e), Promise.resolve()) : Promise.reject("WebSocket is not in the OPEN state");
|
|
1291
|
-
}
|
|
1292
|
-
stop() {
|
|
1293
|
-
return this._webSocket && this._close(void 0), Promise.resolve();
|
|
1294
|
-
}
|
|
1295
|
-
_close(e) {
|
|
1296
|
-
this._webSocket && (this._webSocket.onclose = () => {
|
|
1297
|
-
}, this._webSocket.onmessage = () => {
|
|
1298
|
-
}, this._webSocket.onerror = () => {
|
|
1299
|
-
}, this._webSocket.close(), this._webSocket = void 0), this._logger.log(i.Trace, "(WebSockets transport) socket closed."), this.onclose && (this._isCloseEvent(e) && (e.wasClean === !1 || e.code !== 1e3) ? this.onclose(new Error(`WebSocket closed with status code: ${e.code} (${e.reason || "no reason given"}).`)) : e instanceof Error ? this.onclose(e) : this.onclose());
|
|
1300
|
-
}
|
|
1301
|
-
_isCloseEvent(e) {
|
|
1302
|
-
return e && typeof e.wasClean == "boolean" && typeof e.code == "number";
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
const U = 100;
|
|
1306
|
-
class pe {
|
|
1307
|
-
constructor(e, t = {}) {
|
|
1308
|
-
if (this._stopPromiseResolver = () => {
|
|
1309
|
-
}, this.features = {}, this._negotiateVersion = 1, f.isRequired(e, "url"), this._logger = J(t.logger), this.baseUrl = this._resolveUrl(e), t = t || {}, t.logMessageContent = t.logMessageContent === void 0 ? !1 : t.logMessageContent, typeof t.withCredentials == "boolean" || t.withCredentials === void 0)
|
|
1310
|
-
t.withCredentials = t.withCredentials === void 0 ? !0 : t.withCredentials;
|
|
1311
|
-
else
|
|
1312
|
-
throw new Error("withCredentials option was not a 'boolean' or 'undefined' value");
|
|
1313
|
-
t.timeout = t.timeout === void 0 ? 100 * 1e3 : t.timeout;
|
|
1314
|
-
let n = null, o = null;
|
|
1315
|
-
if (_.isNode && typeof require < "u") {
|
|
1316
|
-
const r = typeof __webpack_require__ == "function" ? __non_webpack_require__ : require;
|
|
1317
|
-
n = r("ws"), o = r("eventsource");
|
|
1318
|
-
}
|
|
1319
|
-
!_.isNode && typeof WebSocket < "u" && !t.WebSocket ? t.WebSocket = WebSocket : _.isNode && !t.WebSocket && n && (t.WebSocket = n), !_.isNode && typeof EventSource < "u" && !t.EventSource ? t.EventSource = EventSource : _.isNode && !t.EventSource && typeof o < "u" && (t.EventSource = o), this._httpClient = new de(t.httpClient || new oe(this._logger), t.accessTokenFactory), this._connectionState = "Disconnected", this._connectionStarted = !1, this._options = t, this.onreceive = null, this.onclose = null;
|
|
1320
|
-
}
|
|
1321
|
-
async start(e) {
|
|
1322
|
-
if (e = e || m.Binary, f.isIn(e, m, "transferFormat"), this._logger.log(i.Debug, `Starting connection with transfer format '${m[e]}'.`), this._connectionState !== "Disconnected")
|
|
1323
|
-
return Promise.reject(new Error("Cannot start an HttpConnection that is not in the 'Disconnected' state."));
|
|
1324
|
-
if (this._connectionState = "Connecting", this._startInternalPromise = this._startInternal(e), await this._startInternalPromise, this._connectionState === "Disconnecting") {
|
|
1325
|
-
const t = "Failed to start the HttpConnection before stop() was called.";
|
|
1326
|
-
return this._logger.log(i.Error, t), await this._stopPromise, Promise.reject(new b(t));
|
|
1327
|
-
} else if (this._connectionState !== "Connected") {
|
|
1328
|
-
const t = "HttpConnection.startInternal completed gracefully but didn't enter the connection into the connected state!";
|
|
1329
|
-
return this._logger.log(i.Error, t), Promise.reject(new b(t));
|
|
1330
|
-
}
|
|
1331
|
-
this._connectionStarted = !0;
|
|
1332
|
-
}
|
|
1333
|
-
send(e) {
|
|
1334
|
-
return this._connectionState !== "Connected" ? Promise.reject(new Error("Cannot send data if the connection is not in the 'Connected' State.")) : (this._sendQueue || (this._sendQueue = new A(this.transport)), this._sendQueue.send(e));
|
|
1335
|
-
}
|
|
1336
|
-
async stop(e) {
|
|
1337
|
-
if (this._connectionState === "Disconnected")
|
|
1338
|
-
return this._logger.log(i.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnected state.`), Promise.resolve();
|
|
1339
|
-
if (this._connectionState === "Disconnecting")
|
|
1340
|
-
return this._logger.log(i.Debug, `Call to HttpConnection.stop(${e}) ignored because the connection is already in the disconnecting state.`), this._stopPromise;
|
|
1341
|
-
this._connectionState = "Disconnecting", this._stopPromise = new Promise((t) => {
|
|
1342
|
-
this._stopPromiseResolver = t;
|
|
1343
|
-
}), await this._stopInternal(e), await this._stopPromise;
|
|
1344
|
-
}
|
|
1345
|
-
async _stopInternal(e) {
|
|
1346
|
-
this._stopError = e;
|
|
1347
|
-
try {
|
|
1348
|
-
await this._startInternalPromise;
|
|
1349
|
-
} catch {
|
|
1350
|
-
}
|
|
1351
|
-
if (this.transport) {
|
|
1352
|
-
try {
|
|
1353
|
-
await this.transport.stop();
|
|
1354
|
-
} catch (t) {
|
|
1355
|
-
this._logger.log(i.Error, `HttpConnection.transport.stop() threw error '${t}'.`), this._stopConnection();
|
|
1356
|
-
}
|
|
1357
|
-
this.transport = void 0;
|
|
1358
|
-
} else
|
|
1359
|
-
this._logger.log(i.Debug, "HttpConnection.transport is undefined in HttpConnection.stop() because start() failed.");
|
|
1360
|
-
}
|
|
1361
|
-
async _startInternal(e) {
|
|
1362
|
-
let t = this.baseUrl;
|
|
1363
|
-
this._accessTokenFactory = this._options.accessTokenFactory, this._httpClient._accessTokenFactory = this._accessTokenFactory;
|
|
1364
|
-
try {
|
|
1365
|
-
if (this._options.skipNegotiation)
|
|
1366
|
-
if (this._options.transport === p.WebSockets)
|
|
1367
|
-
this.transport = this._constructTransport(p.WebSockets), await this._startTransport(t, e);
|
|
1368
|
-
else
|
|
1369
|
-
throw new Error("Negotiation can only be skipped when using the WebSocket transport directly.");
|
|
1370
|
-
else {
|
|
1371
|
-
let n = null, o = 0;
|
|
1372
|
-
do {
|
|
1373
|
-
if (n = await this._getNegotiationResponse(t), this._connectionState === "Disconnecting" || this._connectionState === "Disconnected")
|
|
1374
|
-
throw new b("The connection was stopped during negotiation.");
|
|
1375
|
-
if (n.error)
|
|
1376
|
-
throw new Error(n.error);
|
|
1377
|
-
if (n.ProtocolVersion)
|
|
1378
|
-
throw new Error("Detected a connection attempt to an ASP.NET SignalR Server. This client only supports connecting to an ASP.NET Core SignalR Server. See https://aka.ms/signalr-core-differences for details.");
|
|
1379
|
-
if (n.url && (t = n.url), n.accessToken) {
|
|
1380
|
-
const r = n.accessToken;
|
|
1381
|
-
this._accessTokenFactory = () => r, this._httpClient._accessToken = r, this._httpClient._accessTokenFactory = void 0;
|
|
1382
|
-
}
|
|
1383
|
-
o++;
|
|
1384
|
-
} while (n.url && o < U);
|
|
1385
|
-
if (o === U && n.url)
|
|
1386
|
-
throw new Error("Negotiate redirection limit exceeded.");
|
|
1387
|
-
await this._createTransport(t, this._options.transport, n, e);
|
|
1388
|
-
}
|
|
1389
|
-
this.transport instanceof B && (this.features.inherentKeepAlive = !0), this._connectionState === "Connecting" && (this._logger.log(i.Debug, "The HttpConnection connected successfully."), this._connectionState = "Connected");
|
|
1390
|
-
} catch (n) {
|
|
1391
|
-
return this._logger.log(i.Error, "Failed to start the connection: " + n), this._connectionState = "Disconnected", this.transport = void 0, this._stopPromiseResolver(), Promise.reject(n);
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1394
|
-
async _getNegotiationResponse(e) {
|
|
1395
|
-
const t = {}, [n, o] = k();
|
|
1396
|
-
t[n] = o;
|
|
1397
|
-
const r = this._resolveNegotiateUrl(e);
|
|
1398
|
-
this._logger.log(i.Debug, `Sending negotiation request: ${r}.`);
|
|
1399
|
-
try {
|
|
1400
|
-
const c = await this._httpClient.post(r, {
|
|
1401
|
-
content: "",
|
|
1402
|
-
headers: { ...t, ...this._options.headers },
|
|
1403
|
-
timeout: this._options.timeout,
|
|
1404
|
-
withCredentials: this._options.withCredentials
|
|
1405
|
-
});
|
|
1406
|
-
if (c.statusCode !== 200)
|
|
1407
|
-
return Promise.reject(new Error(`Unexpected status code returned from negotiate '${c.statusCode}'`));
|
|
1408
|
-
const a = JSON.parse(c.content);
|
|
1409
|
-
return (!a.negotiateVersion || a.negotiateVersion < 1) && (a.connectionToken = a.connectionId), a.useStatefulReconnect && this._options._useStatefulReconnect !== !0 ? Promise.reject(new M("Client didn't negotiate Stateful Reconnect but the server did.")) : a;
|
|
1410
|
-
} catch (c) {
|
|
1411
|
-
let a = "Failed to complete negotiation with the server: " + c;
|
|
1412
|
-
return c instanceof C && c.statusCode === 404 && (a = a + " Either this is not a SignalR endpoint or there is a proxy blocking the connection."), this._logger.log(i.Error, a), Promise.reject(new M(a));
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
_createConnectUrl(e, t) {
|
|
1416
|
-
return t ? e + (e.indexOf("?") === -1 ? "?" : "&") + `id=${t}` : e;
|
|
1417
|
-
}
|
|
1418
|
-
async _createTransport(e, t, n, o) {
|
|
1419
|
-
let r = this._createConnectUrl(e, n.connectionToken);
|
|
1420
|
-
if (this._isITransport(t)) {
|
|
1421
|
-
this._logger.log(i.Debug, "Connection was provided an instance of ITransport, using that directly."), this.transport = t, await this._startTransport(r, o), this.connectionId = n.connectionId;
|
|
1422
|
-
return;
|
|
1423
|
-
}
|
|
1424
|
-
const c = [], a = n.availableTransports || [];
|
|
1425
|
-
let l = n;
|
|
1426
|
-
for (const u of a) {
|
|
1427
|
-
const d = this._resolveTransportOrError(u, t, o, l?.useStatefulReconnect === !0);
|
|
1428
|
-
if (d instanceof Error)
|
|
1429
|
-
c.push(`${u.transport} failed:`), c.push(d);
|
|
1430
|
-
else if (this._isITransport(d)) {
|
|
1431
|
-
if (this.transport = d, !l) {
|
|
1432
|
-
try {
|
|
1433
|
-
l = await this._getNegotiationResponse(e);
|
|
1434
|
-
} catch (S) {
|
|
1435
|
-
return Promise.reject(S);
|
|
1436
|
-
}
|
|
1437
|
-
r = this._createConnectUrl(e, l.connectionToken);
|
|
1438
|
-
}
|
|
1439
|
-
try {
|
|
1440
|
-
await this._startTransport(r, o), this.connectionId = l.connectionId;
|
|
1441
|
-
return;
|
|
1442
|
-
} catch (S) {
|
|
1443
|
-
if (this._logger.log(i.Error, `Failed to start the transport '${u.transport}': ${S}`), l = void 0, c.push(new q(`${u.transport} failed: ${S}`, p[u.transport])), this._connectionState !== "Connecting") {
|
|
1444
|
-
const H = "Failed to select transport before stop() was called.";
|
|
1445
|
-
return this._logger.log(i.Debug, H), Promise.reject(new b(H));
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
}
|
|
1450
|
-
return c.length > 0 ? Promise.reject(new z(`Unable to connect to the server with any of the available transports. ${c.join(" ")}`, c)) : Promise.reject(new Error("None of the transports supported by the client are supported by the server."));
|
|
1451
|
-
}
|
|
1452
|
-
_constructTransport(e) {
|
|
1453
|
-
switch (e) {
|
|
1454
|
-
case p.WebSockets:
|
|
1455
|
-
if (!this._options.WebSocket)
|
|
1456
|
-
throw new Error("'WebSocket' is not supported in your environment.");
|
|
1457
|
-
return new fe(this._httpClient, this._accessTokenFactory, this._logger, this._options.logMessageContent, this._options.WebSocket, this._options.headers || {});
|
|
1458
|
-
case p.ServerSentEvents:
|
|
1459
|
-
if (!this._options.EventSource)
|
|
1460
|
-
throw new Error("'EventSource' is not supported in your environment.");
|
|
1461
|
-
return new _e(this._httpClient, this._httpClient._accessToken, this._logger, this._options);
|
|
1462
|
-
case p.LongPolling:
|
|
1463
|
-
return new B(this._httpClient, this._logger, this._options);
|
|
1464
|
-
default:
|
|
1465
|
-
throw new Error(`Unknown transport: ${e}.`);
|
|
1466
|
-
}
|
|
1467
|
-
}
|
|
1468
|
-
_startTransport(e, t) {
|
|
1469
|
-
return this.transport.onreceive = this.onreceive, this.features.reconnect ? this.transport.onclose = async (n) => {
|
|
1470
|
-
let o = !1;
|
|
1471
|
-
if (this.features.reconnect)
|
|
1472
|
-
try {
|
|
1473
|
-
this.features.disconnected(), await this.transport.connect(e, t), await this.features.resend();
|
|
1474
|
-
} catch {
|
|
1475
|
-
o = !0;
|
|
1476
|
-
}
|
|
1477
|
-
else {
|
|
1478
|
-
this._stopConnection(n);
|
|
1479
|
-
return;
|
|
1480
|
-
}
|
|
1481
|
-
o && this._stopConnection(n);
|
|
1482
|
-
} : this.transport.onclose = (n) => this._stopConnection(n), this.transport.connect(e, t);
|
|
1483
|
-
}
|
|
1484
|
-
_resolveTransportOrError(e, t, n, o) {
|
|
1485
|
-
const r = p[e.transport];
|
|
1486
|
-
if (r == null)
|
|
1487
|
-
return this._logger.log(i.Debug, `Skipping transport '${e.transport}' because it is not supported by this client.`), new Error(`Skipping transport '${e.transport}' because it is not supported by this client.`);
|
|
1488
|
-
if (me(t, r))
|
|
1489
|
-
if (e.transferFormats.map((a) => m[a]).indexOf(n) >= 0) {
|
|
1490
|
-
if (r === p.WebSockets && !this._options.WebSocket || r === p.ServerSentEvents && !this._options.EventSource)
|
|
1491
|
-
return this._logger.log(i.Debug, `Skipping transport '${p[r]}' because it is not supported in your environment.'`), new O(`'${p[r]}' is not supported in your environment.`, r);
|
|
1492
|
-
this._logger.log(i.Debug, `Selecting transport '${p[r]}'.`);
|
|
1493
|
-
try {
|
|
1494
|
-
return this.features.reconnect = r === p.WebSockets ? o : void 0, this._constructTransport(r);
|
|
1495
|
-
} catch (a) {
|
|
1496
|
-
return a;
|
|
1497
|
-
}
|
|
1498
|
-
} else
|
|
1499
|
-
return this._logger.log(i.Debug, `Skipping transport '${p[r]}' because it does not support the requested transfer format '${m[n]}'.`), new Error(`'${p[r]}' does not support ${m[n]}.`);
|
|
1500
|
-
else
|
|
1501
|
-
return this._logger.log(i.Debug, `Skipping transport '${p[r]}' because it was disabled by the client.`), new F(`'${p[r]}' is disabled by the client.`, r);
|
|
1502
|
-
}
|
|
1503
|
-
_isITransport(e) {
|
|
1504
|
-
return e && typeof e == "object" && "connect" in e;
|
|
1505
|
-
}
|
|
1506
|
-
_stopConnection(e) {
|
|
1507
|
-
if (this._logger.log(i.Debug, `HttpConnection.stopConnection(${e}) called while in state ${this._connectionState}.`), this.transport = void 0, e = this._stopError || e, this._stopError = void 0, this._connectionState === "Disconnected") {
|
|
1508
|
-
this._logger.log(i.Debug, `Call to HttpConnection.stopConnection(${e}) was ignored because the connection is already in the disconnected state.`);
|
|
1509
|
-
return;
|
|
1510
|
-
}
|
|
1511
|
-
if (this._connectionState === "Connecting")
|
|
1512
|
-
throw this._logger.log(i.Warning, `Call to HttpConnection.stopConnection(${e}) was ignored because the connection is still in the connecting state.`), new Error(`HttpConnection.stopConnection(${e}) was called while the connection is still in the connecting state.`);
|
|
1513
|
-
if (this._connectionState === "Disconnecting" && this._stopPromiseResolver(), e ? this._logger.log(i.Error, `Connection disconnected with error '${e}'.`) : this._logger.log(i.Information, "Connection disconnected."), this._sendQueue && (this._sendQueue.stop().catch((t) => {
|
|
1514
|
-
this._logger.log(i.Error, `TransportSendQueue.stop() threw error '${t}'.`);
|
|
1515
|
-
}), this._sendQueue = void 0), this.connectionId = void 0, this._connectionState = "Disconnected", this._connectionStarted) {
|
|
1516
|
-
this._connectionStarted = !1;
|
|
1517
|
-
try {
|
|
1518
|
-
this.onclose && this.onclose(e);
|
|
1519
|
-
} catch (t) {
|
|
1520
|
-
this._logger.log(i.Error, `HttpConnection.onclose(${e}) threw error '${t}'.`);
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
_resolveUrl(e) {
|
|
1525
|
-
if (e.lastIndexOf("https://", 0) === 0 || e.lastIndexOf("http://", 0) === 0)
|
|
1526
|
-
return e;
|
|
1527
|
-
if (!_.isBrowser)
|
|
1528
|
-
throw new Error(`Cannot resolve '${e}'.`);
|
|
1529
|
-
const t = window.document.createElement("a");
|
|
1530
|
-
return t.href = e, this._logger.log(i.Information, `Normalizing '${e}' to '${t.href}'.`), t.href;
|
|
1531
|
-
}
|
|
1532
|
-
_resolveNegotiateUrl(e) {
|
|
1533
|
-
const t = new URL(e);
|
|
1534
|
-
t.pathname.endsWith("/") ? t.pathname += "negotiate" : t.pathname += "/negotiate";
|
|
1535
|
-
const n = new URLSearchParams(t.searchParams);
|
|
1536
|
-
return n.has("negotiateVersion") || n.append("negotiateVersion", this._negotiateVersion.toString()), n.has("useStatefulReconnect") ? n.get("useStatefulReconnect") === "true" && (this._options._useStatefulReconnect = !0) : this._options._useStatefulReconnect === !0 && n.append("useStatefulReconnect", "true"), t.search = n.toString(), t.toString();
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
function me(s, e) {
|
|
1540
|
-
return !s || (e & s) !== 0;
|
|
1541
|
-
}
|
|
1542
|
-
class A {
|
|
1543
|
-
constructor(e) {
|
|
1544
|
-
this._transport = e, this._buffer = [], this._executing = !0, this._sendBufferedData = new T(), this._transportResult = new T(), this._sendLoopPromise = this._sendLoop();
|
|
1545
|
-
}
|
|
1546
|
-
send(e) {
|
|
1547
|
-
return this._bufferData(e), this._transportResult || (this._transportResult = new T()), this._transportResult.promise;
|
|
1548
|
-
}
|
|
1549
|
-
stop() {
|
|
1550
|
-
return this._executing = !1, this._sendBufferedData.resolve(), this._sendLoopPromise;
|
|
1551
|
-
}
|
|
1552
|
-
_bufferData(e) {
|
|
1553
|
-
if (this._buffer.length && typeof this._buffer[0] != typeof e)
|
|
1554
|
-
throw new Error(`Expected data to be of type ${typeof this._buffer} but was of type ${typeof e}`);
|
|
1555
|
-
this._buffer.push(e), this._sendBufferedData.resolve();
|
|
1556
|
-
}
|
|
1557
|
-
async _sendLoop() {
|
|
1558
|
-
for (; ; ) {
|
|
1559
|
-
if (await this._sendBufferedData.promise, !this._executing) {
|
|
1560
|
-
this._transportResult && this._transportResult.reject("Connection stopped.");
|
|
1561
|
-
break;
|
|
1562
|
-
}
|
|
1563
|
-
this._sendBufferedData = new T();
|
|
1564
|
-
const e = this._transportResult;
|
|
1565
|
-
this._transportResult = void 0;
|
|
1566
|
-
const t = typeof this._buffer[0] == "string" ? this._buffer.join("") : A._concatBuffers(this._buffer);
|
|
1567
|
-
this._buffer.length = 0;
|
|
1568
|
-
try {
|
|
1569
|
-
await this._transport.send(t), e.resolve();
|
|
1570
|
-
} catch (n) {
|
|
1571
|
-
e.reject(n);
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
static _concatBuffers(e) {
|
|
1576
|
-
const t = e.map((r) => r.byteLength).reduce((r, c) => r + c), n = new Uint8Array(t);
|
|
1577
|
-
let o = 0;
|
|
1578
|
-
for (const r of e)
|
|
1579
|
-
n.set(new Uint8Array(r), o), o += r.byteLength;
|
|
1580
|
-
return n.buffer;
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
class T {
|
|
1584
|
-
constructor() {
|
|
1585
|
-
this.promise = new Promise((e, t) => [this._resolver, this._rejecter] = [e, t]);
|
|
1586
|
-
}
|
|
1587
|
-
resolve() {
|
|
1588
|
-
this._resolver();
|
|
1589
|
-
}
|
|
1590
|
-
reject(e) {
|
|
1591
|
-
this._rejecter(e);
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
const we = "json";
|
|
1595
|
-
class be {
|
|
1596
|
-
constructor() {
|
|
1597
|
-
this.name = we, this.version = 2, this.transferFormat = m.Text;
|
|
1598
|
-
}
|
|
1599
|
-
/** Creates an array of {@link @microsoft/signalr.HubMessage} objects from the specified serialized representation.
|
|
1600
|
-
*
|
|
1601
|
-
* @param {string} input A string containing the serialized representation.
|
|
1602
|
-
* @param {ILogger} logger A logger that will be used to log messages that occur during parsing.
|
|
1603
|
-
*/
|
|
1604
|
-
parseMessages(e, t) {
|
|
1605
|
-
if (typeof e != "string")
|
|
1606
|
-
throw new Error("Invalid input for JSON hub protocol. Expected a string.");
|
|
1607
|
-
if (!e)
|
|
1608
|
-
return [];
|
|
1609
|
-
t === null && (t = E.instance);
|
|
1610
|
-
const n = w.parse(e), o = [];
|
|
1611
|
-
for (const r of n) {
|
|
1612
|
-
const c = JSON.parse(r);
|
|
1613
|
-
if (typeof c.type != "number")
|
|
1614
|
-
throw new Error("Invalid payload.");
|
|
1615
|
-
switch (c.type) {
|
|
1616
|
-
case h.Invocation:
|
|
1617
|
-
this._isInvocationMessage(c);
|
|
1618
|
-
break;
|
|
1619
|
-
case h.StreamItem:
|
|
1620
|
-
this._isStreamItemMessage(c);
|
|
1621
|
-
break;
|
|
1622
|
-
case h.Completion:
|
|
1623
|
-
this._isCompletionMessage(c);
|
|
1624
|
-
break;
|
|
1625
|
-
case h.Ping:
|
|
1626
|
-
break;
|
|
1627
|
-
case h.Close:
|
|
1628
|
-
break;
|
|
1629
|
-
case h.Ack:
|
|
1630
|
-
this._isAckMessage(c);
|
|
1631
|
-
break;
|
|
1632
|
-
case h.Sequence:
|
|
1633
|
-
this._isSequenceMessage(c);
|
|
1634
|
-
break;
|
|
1635
|
-
default:
|
|
1636
|
-
t.log(i.Information, "Unknown message type '" + c.type + "' ignored.");
|
|
1637
|
-
continue;
|
|
1638
|
-
}
|
|
1639
|
-
o.push(c);
|
|
1640
|
-
}
|
|
1641
|
-
return o;
|
|
1642
|
-
}
|
|
1643
|
-
/** Writes the specified {@link @microsoft/signalr.HubMessage} to a string and returns it.
|
|
1644
|
-
*
|
|
1645
|
-
* @param {HubMessage} message The message to write.
|
|
1646
|
-
* @returns {string} A string containing the serialized representation of the message.
|
|
1647
|
-
*/
|
|
1648
|
-
writeMessage(e) {
|
|
1649
|
-
return w.write(JSON.stringify(e));
|
|
1650
|
-
}
|
|
1651
|
-
_isInvocationMessage(e) {
|
|
1652
|
-
this._assertNotEmptyString(e.target, "Invalid payload for Invocation message."), e.invocationId !== void 0 && this._assertNotEmptyString(e.invocationId, "Invalid payload for Invocation message.");
|
|
1653
|
-
}
|
|
1654
|
-
_isStreamItemMessage(e) {
|
|
1655
|
-
if (this._assertNotEmptyString(e.invocationId, "Invalid payload for StreamItem message."), e.item === void 0)
|
|
1656
|
-
throw new Error("Invalid payload for StreamItem message.");
|
|
1657
|
-
}
|
|
1658
|
-
_isCompletionMessage(e) {
|
|
1659
|
-
if (e.result && e.error)
|
|
1660
|
-
throw new Error("Invalid payload for Completion message.");
|
|
1661
|
-
!e.result && e.error && this._assertNotEmptyString(e.error, "Invalid payload for Completion message."), this._assertNotEmptyString(e.invocationId, "Invalid payload for Completion message.");
|
|
1662
|
-
}
|
|
1663
|
-
_isAckMessage(e) {
|
|
1664
|
-
if (typeof e.sequenceId != "number")
|
|
1665
|
-
throw new Error("Invalid SequenceId for Ack message.");
|
|
1666
|
-
}
|
|
1667
|
-
_isSequenceMessage(e) {
|
|
1668
|
-
if (typeof e.sequenceId != "number")
|
|
1669
|
-
throw new Error("Invalid SequenceId for Sequence message.");
|
|
1670
|
-
}
|
|
1671
|
-
_assertNotEmptyString(e, t) {
|
|
1672
|
-
if (typeof e != "string" || e === "")
|
|
1673
|
-
throw new Error(t);
|
|
1674
|
-
}
|
|
1675
|
-
}
|
|
1676
|
-
const Se = {
|
|
1677
|
-
trace: i.Trace,
|
|
1678
|
-
debug: i.Debug,
|
|
1679
|
-
info: i.Information,
|
|
1680
|
-
information: i.Information,
|
|
1681
|
-
warn: i.Warning,
|
|
1682
|
-
warning: i.Warning,
|
|
1683
|
-
error: i.Error,
|
|
1684
|
-
critical: i.Critical,
|
|
1685
|
-
none: i.None
|
|
1686
|
-
};
|
|
1687
|
-
function Ce(s) {
|
|
1688
|
-
const e = Se[s.toLowerCase()];
|
|
1689
|
-
if (typeof e < "u")
|
|
1690
|
-
return e;
|
|
1691
|
-
throw new Error(`Unknown log level: ${s}`);
|
|
1692
|
-
}
|
|
1693
|
-
class ke {
|
|
1694
|
-
configureLogging(e) {
|
|
1695
|
-
if (f.isRequired(e, "logging"), ye(e))
|
|
1696
|
-
this.logger = e;
|
|
1697
|
-
else if (typeof e == "string") {
|
|
1698
|
-
const t = Ce(e);
|
|
1699
|
-
this.logger = new P(t);
|
|
1700
|
-
} else
|
|
1701
|
-
this.logger = new P(e);
|
|
1702
|
-
return this;
|
|
1703
|
-
}
|
|
1704
|
-
withUrl(e, t) {
|
|
1705
|
-
return f.isRequired(e, "url"), f.isNotEmpty(e, "url"), this.url = e, typeof t == "object" ? this.httpConnectionOptions = { ...this.httpConnectionOptions, ...t } : this.httpConnectionOptions = {
|
|
1706
|
-
...this.httpConnectionOptions,
|
|
1707
|
-
transport: t
|
|
1708
|
-
}, this;
|
|
1709
|
-
}
|
|
1710
|
-
/** Configures the {@link @microsoft/signalr.HubConnection} to use the specified Hub Protocol.
|
|
1711
|
-
*
|
|
1712
|
-
* @param {IHubProtocol} protocol The {@link @microsoft/signalr.IHubProtocol} implementation to use.
|
|
1713
|
-
*/
|
|
1714
|
-
withHubProtocol(e) {
|
|
1715
|
-
return f.isRequired(e, "protocol"), this.protocol = e, this;
|
|
1716
|
-
}
|
|
1717
|
-
withAutomaticReconnect(e) {
|
|
1718
|
-
if (this.reconnectPolicy)
|
|
1719
|
-
throw new Error("A reconnectPolicy has already been set.");
|
|
1720
|
-
return e ? Array.isArray(e) ? this.reconnectPolicy = new W(e) : this.reconnectPolicy = e : this.reconnectPolicy = new W(), this;
|
|
1721
|
-
}
|
|
1722
|
-
/** Configures {@link @microsoft/signalr.HubConnection.serverTimeoutInMilliseconds} for the {@link @microsoft/signalr.HubConnection}.
|
|
1723
|
-
*
|
|
1724
|
-
* @returns The {@link @microsoft/signalr.HubConnectionBuilder} instance, for chaining.
|
|
1725
|
-
*/
|
|
1726
|
-
withServerTimeout(e) {
|
|
1727
|
-
return f.isRequired(e, "milliseconds"), this._serverTimeoutInMilliseconds = e, this;
|
|
1728
|
-
}
|
|
1729
|
-
/** Configures {@link @microsoft/signalr.HubConnection.keepAliveIntervalInMilliseconds} for the {@link @microsoft/signalr.HubConnection}.
|
|
1730
|
-
*
|
|
1731
|
-
* @returns The {@link @microsoft/signalr.HubConnectionBuilder} instance, for chaining.
|
|
1732
|
-
*/
|
|
1733
|
-
withKeepAliveInterval(e) {
|
|
1734
|
-
return f.isRequired(e, "milliseconds"), this._keepAliveIntervalInMilliseconds = e, this;
|
|
1735
|
-
}
|
|
1736
|
-
/** Enables and configures options for the Stateful Reconnect feature.
|
|
1737
|
-
*
|
|
1738
|
-
* @returns The {@link @microsoft/signalr.HubConnectionBuilder} instance, for chaining.
|
|
1739
|
-
*/
|
|
1740
|
-
withStatefulReconnect(e) {
|
|
1741
|
-
return this.httpConnectionOptions === void 0 && (this.httpConnectionOptions = {}), this.httpConnectionOptions._useStatefulReconnect = !0, this._statefulReconnectBufferSize = e?.bufferSize, this;
|
|
1742
|
-
}
|
|
1743
|
-
/** Creates a {@link @microsoft/signalr.HubConnection} from the configuration options specified in this builder.
|
|
1744
|
-
*
|
|
1745
|
-
* @returns {HubConnection} The configured {@link @microsoft/signalr.HubConnection}.
|
|
1746
|
-
*/
|
|
1747
|
-
build() {
|
|
1748
|
-
const e = this.httpConnectionOptions || {};
|
|
1749
|
-
if (e.logger === void 0 && (e.logger = this.logger), !this.url)
|
|
1750
|
-
throw new Error("The 'HubConnectionBuilder.withUrl' method must be called before building the connection.");
|
|
1751
|
-
const t = new pe(this.url, e);
|
|
1752
|
-
return x.create(t, this.logger || E.instance, this.protocol || new be(), this.reconnectPolicy, this._serverTimeoutInMilliseconds, this._keepAliveIntervalInMilliseconds, this._statefulReconnectBufferSize);
|
|
1753
|
-
}
|
|
1754
|
-
}
|
|
1755
|
-
function ye(s) {
|
|
1756
|
-
return s.log !== void 0;
|
|
1757
|
-
}
|
|
1758
|
-
export {
|
|
1759
|
-
ke as H,
|
|
1760
|
-
i as L
|
|
1761
|
-
};
|