@vc-shell/framework 1.2.4-beta.4 → 1.2.4-beta.5
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/core/composables/index.ts +3 -0
- package/core/composables/useAssets/index.ts +1 -1
- package/core/composables/useAsync/index.test.ts +137 -0
- package/core/composables/useAsync/index.ts +55 -1
- package/core/composables/useBladeRegistry/index.ts +1 -1
- package/core/composables/useBreadcrumbs/index.ts +1 -1
- package/core/composables/useConnectionStatus/index.ts +48 -0
- package/core/composables/useDynamicProperties/index.ts +29 -5
- package/core/composables/useKeyboardNavigation/index.ts +5 -0
- package/core/composables/useMenuService/index.ts +2 -1
- package/core/composables/useSidebarState/index.ts +1 -1
- package/core/composables/useUser/index.ts +30 -4
- package/core/composables/useUser/useUser.test.ts +155 -0
- package/core/composables/useUserManagement/index.ts +1 -1
- package/core/composables/useWebVitals/index.ts +40 -0
- package/core/interceptors/index.ts +72 -15
- package/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue +1 -1
- package/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue +1 -1
- package/core/plugins/global-error-handler/index.ts +81 -0
- package/core/plugins/index.ts +0 -1
- package/core/plugins/modularity/index.ts +3 -2
- package/core/plugins/modularity/loader.ts +22 -2
- package/core/plugins/permissions/index.ts +1 -1
- package/core/plugins/signalR/index.ts +19 -0
- package/core/services/app-bar-mobile-buttons-service.ts +1 -0
- package/core/services/menu-service.test.ts +193 -0
- package/core/services/menu-service.ts +140 -191
- package/core/services/toolbar-service.ts +1 -1
- package/core/services/widget-service.ts +1 -1
- package/core/types/index.ts +3 -3
- package/core/utilities/date/convertMomentFormat.test.ts +60 -0
- package/core/utilities/date/convertMomentFormat.ts +30 -0
- package/core/utilities/date/formatDate.test.ts +60 -0
- package/core/utilities/date/formatDate.ts +31 -0
- package/core/utilities/date/index.ts +3 -0
- package/core/utilities/date/resolveLocale.test.ts +44 -0
- package/core/utilities/date/resolveLocale.ts +41 -0
- package/core/utilities/index.ts +5 -0
- package/core/utilities/pendingErrorNotifications.ts +64 -0
- package/dist/DashboardBarChart-B-g_a-7F.js +123 -0
- package/dist/DashboardDonutChart-AktPFUNo.js +89 -0
- package/dist/DashboardLineChart-BQKqRFhM.js +125 -0
- package/dist/GridstackDashboard-BXqCpiMw.js +131 -0
- package/dist/GridstackDashboard.css +1 -0
- package/dist/chart-utils-BTs6UFaZ.js +83 -0
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useAssets/index.d.ts +1 -1
- package/dist/core/composables/useAssets/index.d.ts.map +1 -1
- package/dist/core/composables/useAsync/index.d.ts +18 -1
- package/dist/core/composables/useAsync/index.d.ts.map +1 -1
- package/dist/core/composables/useAsync/index.test.d.ts +2 -0
- package/dist/core/composables/useAsync/index.test.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/useBreadcrumbs/index.d.ts +1 -1
- package/dist/core/composables/useBreadcrumbs/index.d.ts.map +1 -1
- package/dist/core/composables/useConnectionStatus/index.d.ts +7 -0
- package/dist/core/composables/useConnectionStatus/index.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
- package/dist/core/composables/useKeyboardNavigation/index.d.ts.map +1 -1
- package/dist/core/composables/useMenuService/index.d.ts +2 -2
- package/dist/core/composables/useMenuService/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +1 -1
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/useUser.test.d.ts +2 -0
- package/dist/core/composables/useUser/useUser.test.d.ts.map +1 -0
- package/dist/core/composables/useUserManagement/index.d.ts +1 -1
- package/dist/core/composables/useUserManagement/index.d.ts.map +1 -1
- package/dist/core/composables/useWebVitals/index.d.ts +14 -0
- package/dist/core/composables/useWebVitals/index.d.ts.map +1 -0
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/plugins/global-error-handler/index.d.ts +3 -0
- package/dist/core/plugins/global-error-handler/index.d.ts.map +1 -0
- package/dist/core/plugins/index.d.ts +0 -1
- package/dist/core/plugins/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +1 -1
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts +1 -0
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/services/app-bar-mobile-buttons-service.d.ts +1 -0
- package/dist/core/services/app-bar-mobile-buttons-service.d.ts.map +1 -1
- package/dist/core/services/menu-service.d.ts +8 -0
- package/dist/core/services/menu-service.d.ts.map +1 -1
- package/dist/core/services/toolbar-service.d.ts +1 -1
- package/dist/core/services/toolbar-service.d.ts.map +1 -1
- package/dist/core/services/widget-service.d.ts +1 -1
- package/dist/core/services/widget-service.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +3 -3
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/utilities/date/convertMomentFormat.d.ts +2 -0
- package/dist/core/utilities/date/convertMomentFormat.d.ts.map +1 -0
- package/dist/core/utilities/date/convertMomentFormat.test.d.ts +2 -0
- package/dist/core/utilities/date/convertMomentFormat.test.d.ts.map +1 -0
- package/dist/core/utilities/date/formatDate.d.ts +5 -0
- package/dist/core/utilities/date/formatDate.d.ts.map +1 -0
- package/dist/core/utilities/date/formatDate.test.d.ts +2 -0
- package/dist/core/utilities/date/formatDate.test.d.ts.map +1 -0
- package/dist/core/utilities/date/index.d.ts +4 -0
- package/dist/core/utilities/date/index.d.ts.map +1 -0
- package/dist/core/utilities/date/resolveLocale.d.ts +4 -0
- package/dist/core/utilities/date/resolveLocale.d.ts.map +1 -0
- package/dist/core/utilities/date/resolveLocale.test.d.ts +2 -0
- package/dist/core/utilities/date/resolveLocale.test.d.ts.map +1 -0
- package/dist/core/utilities/index.d.ts +2 -0
- package/dist/core/utilities/index.d.ts.map +1 -1
- package/dist/core/utilities/pendingErrorNotifications.d.ts +23 -0
- package/dist/core/utilities/pendingErrorNotifications.d.ts.map +1 -0
- package/dist/framework.js +462 -33786
- package/dist/index-DVyGELzS.js +33689 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +13 -4
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.json +10 -2
- package/dist/locales/en.json +10 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +4 -4
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts +50 -0
- package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts.map +1 -0
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/index.d.ts +6 -3
- package/dist/shared/components/dashboard-charts/index.d.ts.map +1 -1
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -1
- package/dist/shared/components/error-interceptor/interceptor.d.ts +1 -1
- package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -1
- package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +1 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -17
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +0 -9
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/core/notification.d.ts +0 -1
- package/dist/shared/components/notifications/core/notification.d.ts.map +1 -1
- package/dist/shared/components/notifications/types/index.d.ts +2 -2
- package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +2 -2
- package/dist/shared/composables/useModificationTracker/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +12 -12
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +4 -3
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +10 -10
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +11 -11
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +12 -2
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +19 -1
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -0
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +2 -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 +19 -5
- package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.a11y.test.d.ts +2 -0
- package/dist/ui/components/atoms/vc-button/vc-button.a11y.test.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-button/vc-button.test.d.ts +2 -0
- package/dist/ui/components/atoms/vc-button/vc-button.test.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +8 -0
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +2 -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.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +0 -1
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +1 -1
- 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-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.a11y.test.d.ts +2 -0
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.a11y.test.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.test.d.ts +2 -0
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.test.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +1 -1
- 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.map +1 -1
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +1 -1
- 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 +1 -1
- package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
- 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 +3 -3
- 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/vc-editor-button.vue.d.ts +11 -41
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +3 -2
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- 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 +2 -4
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.a11y.test.d.ts +2 -0
- package/dist/ui/components/molecules/vc-input/vc-input.a11y.test.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-input/vc-input.test.d.ts +2 -0
- package/dist/ui/components/molecules/vc-input/vc-input.test.d.ts.map +1 -0
- 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 +18 -87
- 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 +0 -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.map +1 -1
- package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts.map +1 -1
- 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 +1 -0
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +2 -3
- 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/vc-radio-group.vue.d.ts +1 -1
- 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.map +1 -1
- 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 +1 -0
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.test.d.ts +2 -0
- package/dist/ui/components/molecules/vc-select/vc-select.test.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +0 -5
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +5 -3
- package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +2 -3
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.d.ts +2 -0
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.d.ts.map +1 -0
- 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 +7 -0
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/index.d.ts +1 -0
- 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.map +1 -1
- 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/AppHubContent.vue.d.ts.map +1 -1
- 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/app-bar/composables/useAppHub.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +3 -3
- 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.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +1 -1
- 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.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +9 -3
- 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/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/{atoms/vc-icon/vc-icon-test.vue.d.ts → organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts} +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/{atoms/vc-icon/vc-icon-examples.vue.d.ts → organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts} +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts +4 -5
- 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 +1 -1
- 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 +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +1 -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 +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +15 -18
- 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 +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts +5 -0
- package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts +6 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +23 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts +10 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.d.ts +8 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.actions.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.actions.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +77 -16
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/index.d.ts +2 -0
- package/dist/ui/components/organisms/vc-image-upload/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +35 -0
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +14 -4
- 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 +2 -2
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +220 -45
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +19 -9
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +7 -2
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts +17 -0
- package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableEditing.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableEditing.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableExpansion.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableExpansion.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableFilter.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableFilter.test.d.ts +2 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableFilter.test.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/composables/useTableRowGrouping.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowGrouping.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSelectionV2.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSelectionV2.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts +12 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +3 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
- package/dist/ui/composables/index.d.ts +1 -0
- package/dist/ui/composables/index.d.ts.map +1 -1
- package/dist/ui/composables/useCollapsible.d.ts +27 -0
- package/dist/ui/composables/useCollapsible.d.ts.map +1 -0
- package/dist/ui/composables/useFormField.d.ts +1 -0
- package/dist/ui/composables/useFormField.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +1 -1
- package/dist/ui/types/index.d.ts.map +1 -1
- package/dist/vc-editor-BtJrxrBg.js +848 -0
- package/dist/vc-editor.css +1 -0
- package/dist/vc-slider-sUKMaKnc.js +83 -0
- package/dist/vc-slider.css +1 -0
- package/dist/{vendor-cheerio-BcTJMzyu.js → vendor-cheerio-3JDxU-TZ.js} +6 -6
- package/dist/{vendor-cheerio-select-sLyWsUb6.js → vendor-cheerio-select-B7cQ9HP4.js} +3 -3
- package/dist/{vendor-css-select-DtZUShJh.js → vendor-css-select-CaVL4gMJ.js} +1 -1
- package/dist/{vendor-date-fns-Bbji1B6n.js → vendor-date-fns-BKO3x1R1.js} +856 -762
- package/dist/{vendor-dom-serializer-BbVuF1MQ.js → vendor-dom-serializer-Sk3xHhQk.js} +1 -1
- package/dist/{vendor-domhandler-BVR67j0z.js → vendor-domhandler-Kufn9M_V.js} +2 -2
- package/dist/{vendor-domutils-DhLr70Dk.js → vendor-domutils-o2IJSx7k.js} +2 -2
- package/dist/{vendor-entities-J86Og8IU.js → vendor-entities-CCReaWqU.js} +2 -2
- package/dist/vendor-floating-ui-core-BoHdh92a.js +432 -0
- package/dist/vendor-floating-ui-dom-BvVXFZ4B.js +398 -0
- package/dist/vendor-floating-ui-utils-CidJRIm2.js +257 -0
- package/dist/{vendor-floating-ui-vue--bdH-HF5.js → vendor-floating-ui-vue-sCrhit51.js} +2 -2
- package/dist/{vendor-htmlparser2-DOGAmM6C.js → vendor-htmlparser2-nRkKyNhl.js} +2 -2
- package/dist/{vendor-lodash-es-CzE4FJw2.js → vendor-lodash-es-B5DE282z.js} +14 -16
- package/dist/{vendor-lucide-vue-next-m0L4DzUL.js → vendor-lucide-vue-next-DadL7o0S.js} +8563 -8573
- package/dist/{vendor-markdown-it-DdaObR1P.js → vendor-markdown-it-pxD-Y9qk.js} +13 -10
- package/dist/{vendor-microsoft-applicationinsights-analytics-js-DQheg2jT.js → vendor-microsoft-applicationinsights-analytics-js-DFu_cVaY.js} +5 -5
- package/dist/{vendor-microsoft-applicationinsights-cfgsync-js-B9Mn84BU.js → vendor-microsoft-applicationinsights-cfgsync-js-DRQLN2Ue.js} +6 -6
- package/dist/{vendor-microsoft-applicationinsights-channel-js-BuJeAYY2.js → vendor-microsoft-applicationinsights-channel-js-BIJDcP3D.js} +6 -6
- package/dist/{vendor-microsoft-applicationinsights-common-RIQBFrw5.js → vendor-microsoft-applicationinsights-common-CJjmnDMb.js} +3 -3
- package/dist/{vendor-microsoft-applicationinsights-core-js-KDX0EIdd.js → vendor-microsoft-applicationinsights-core-js-BOc_o46i.js} +4 -4
- package/dist/{vendor-microsoft-applicationinsights-dependencies-js-BZbdJERa.js → vendor-microsoft-applicationinsights-dependencies-js-DDz502id.js} +5 -5
- package/dist/{vendor-microsoft-applicationinsights-properties-js-DWXnzqoT.js → vendor-microsoft-applicationinsights-properties-js-9aDWHwXJ.js} +5 -5
- package/dist/{vendor-microsoft-applicationinsights-shims-DKvw2C8l.js → vendor-microsoft-applicationinsights-shims-Dton8Vqy.js} +1 -1
- package/dist/{vendor-microsoft-applicationinsights-web-CvYf2SnW.js → vendor-microsoft-applicationinsights-web-DTa5YN-h.js} +10 -10
- package/dist/{vendor-microsoft-dynamicproto-js-BqPecdaw.js → vendor-microsoft-dynamicproto-js-89GEKjvR.js} +1 -1
- package/dist/{vendor-nevware21-ts-async-CO9QBh90.js → vendor-nevware21-ts-async-D4qa7g-U.js} +1 -1
- package/dist/{vendor-nevware21-ts-utils-DbCMkHfb.js → vendor-nevware21-ts-utils-DII8jruI.js} +154 -154
- package/dist/{vendor-parse5-htmlparser2-tree-adapter-DBkuDq0i.js → vendor-parse5-htmlparser2-tree-adapter-BUDJ887-.js} +1 -1
- package/dist/{vendor-prosemirror-commands-Bv4ChObl.js → vendor-prosemirror-commands-Dml_M5TN.js} +2 -2
- package/dist/{vendor-prosemirror-dropcursor-kF5UKNFM.js → vendor-prosemirror-dropcursor-BpoETgOQ.js} +2 -2
- package/dist/{vendor-prosemirror-gapcursor-BWPM93Bm.js → vendor-prosemirror-gapcursor-VVbNCx01.js} +3 -3
- package/dist/{vendor-prosemirror-history-CQYKHz3u.js → vendor-prosemirror-history-CZUb2jWK.js} +2 -2
- package/dist/{vendor-prosemirror-keymap-CAfQyvJ7.js → vendor-prosemirror-keymap-D5bacBom.js} +1 -1
- package/dist/{vendor-prosemirror-markdown-BMtperlo.js → vendor-prosemirror-markdown-C-c5VoFH.js} +2 -2
- package/dist/{vendor-prosemirror-schema-list-BNJkECdS.js → vendor-prosemirror-schema-list-BZ-Z46DO.js} +1 -1
- package/dist/{vendor-prosemirror-state-IeimrELV.js → vendor-prosemirror-state-DYjHje5i.js} +1 -1
- package/dist/{vendor-prosemirror-tables-oGHIV2UK.js → vendor-prosemirror-tables-CjY-gm1w.js} +4 -4
- package/dist/{vendor-prosemirror-transform-BUjWd5Tb.js → vendor-prosemirror-transform-6xBwIzbI.js} +4 -4
- package/dist/{vendor-prosemirror-view-CR-PD0KM.js → vendor-prosemirror-view-CzBOGIAq.js} +74 -74
- package/dist/{vendor-tiptap-core-CO_R-tjR.js → vendor-tiptap-core-BNrmxwcD.js} +516 -480
- package/dist/{vendor-tiptap-extension-blockquote-D2qy65Cv.js → vendor-tiptap-extension-blockquote-DBYgJvrA.js} +1 -1
- package/dist/{vendor-tiptap-extension-bold-CvJ9mT2Y.js → vendor-tiptap-extension-bold-BaDsyhkA.js} +1 -1
- package/dist/{vendor-tiptap-extension-code-1VjHBs98.js → vendor-tiptap-extension-code-DmMmyuE8.js} +1 -1
- package/dist/{vendor-tiptap-extension-code-block-BNnP9_pH.js → vendor-tiptap-extension-code-block-Cryhc4vR.js} +2 -2
- package/dist/{vendor-tiptap-extension-document-BajSIg0p.js → vendor-tiptap-extension-document-DTFkPYG-.js} +1 -1
- package/dist/{vendor-tiptap-extension-hard-break-BuNoB9-C.js → vendor-tiptap-extension-hard-break-DLmFSWL4.js} +1 -1
- package/dist/{vendor-tiptap-extension-heading-B392LUT7.js → vendor-tiptap-extension-heading-DlpNyZOc.js} +1 -1
- package/dist/{vendor-tiptap-extension-horizontal-rule-CSUTT0Bp.js → vendor-tiptap-extension-horizontal-rule-CI2nC7l5.js} +2 -2
- package/dist/{vendor-tiptap-extension-image-nFs2jKXm.js → vendor-tiptap-extension-image-g6grWBFQ.js} +1 -1
- package/dist/{vendor-tiptap-extension-italic-0bly_CE-.js → vendor-tiptap-extension-italic-DsMLQC-Z.js} +1 -1
- package/dist/{vendor-tiptap-extension-link-BLDvJ5vV.js → vendor-tiptap-extension-link-CF-euSmX.js} +71 -68
- package/dist/{vendor-tiptap-extension-list-B5MwE2sJ.js → vendor-tiptap-extension-list-DA57LKdr.js} +5 -5
- package/dist/{vendor-tiptap-extension-paragraph-CUsfJ4Fl.js → vendor-tiptap-extension-paragraph-CrvWamNP.js} +1 -1
- package/dist/vendor-tiptap-extension-placeholder-DVCL5REL.js +1 -0
- package/dist/{vendor-tiptap-extension-strike-C01BR5iR.js → vendor-tiptap-extension-strike-caeBdU8d.js} +1 -1
- package/dist/{vendor-tiptap-extension-table-DUnnRxVi.js → vendor-tiptap-extension-table-DBQupXqd.js} +8 -8
- package/dist/vendor-tiptap-extension-table-cell-A6UIxsTF.js +1 -0
- package/dist/vendor-tiptap-extension-table-header-A6UIxsTF.js +1 -0
- package/dist/vendor-tiptap-extension-table-row-A6UIxsTF.js +1 -0
- package/dist/{vendor-tiptap-extension-text-D-4QmCkc.js → vendor-tiptap-extension-text-CYaZSxyC.js} +1 -1
- package/dist/{vendor-tiptap-extension-text-style-DhnW0qQ-.js → vendor-tiptap-extension-text-style-C8Uqg46V.js} +1 -1
- package/dist/{vendor-tiptap-extension-underline-BNolmm6B.js → vendor-tiptap-extension-underline-Ct9ZgKsw.js} +1 -1
- package/dist/{vendor-tiptap-extensions-DLb_szZD.js → vendor-tiptap-extensions-Dg7-f1Pi.js} +89 -83
- package/dist/{vendor-tiptap-markdown-Bw1CDyaN.js → vendor-tiptap-markdown-DDkltz0i.js} +4 -4
- package/dist/vendor-tiptap-pm-BbD2LeB7.js +1 -0
- package/dist/{vendor-tiptap-starter-kit-C8ruVG5b.js → vendor-tiptap-starter-kit-C1nkrZcr.js} +17 -17
- package/dist/{vendor-tiptap-vue-3-BzCAEeCs.js → vendor-tiptap-vue-3-B3dwsJj3.js} +1 -1
- package/dist/{vendor-truncate-html-FnN2i7S3.js → vendor-truncate-html-C77Epb-R.js} +1 -1
- package/dist/{vendor-vue3-application-insights-D3zyAvES.js → vendor-vue3-application-insights-BmJCYUcp.js} +2 -2
- package/dist/{vendor-vuepic-vue-datepicker-BbcXj_x6.js → vendor-vuepic-vue-datepicker-CaZ_qpJp.js} +1 -1
- package/dist/{vendor-vueuse-components-Cz0NKocY.js → vendor-vueuse-components-jqShV_Fz.js} +5 -5
- package/dist/{vendor-vueuse-core-SHmW__tV.js → vendor-vueuse-core-D-DKRsy5.js} +8 -7
- package/dist/{vendor-vueuse-shared-CN4sb53h.js → vendor-vueuse-shared-Ch7WD-uK.js} +7 -7
- package/dist/vendor-web-vitals-vrpLO1bu.js +207 -0
- package/dist/vitest-axe.setup.d.ts +10 -0
- package/dist/vitest-axe.setup.d.ts.map +1 -0
- package/package.json +7 -6
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +1 -1
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -1
- package/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue +2 -1
- package/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue +143 -138
- package/shared/components/blade-navigation/types/index.ts +4 -4
- package/shared/components/change-password/change-password.vue +5 -1
- package/shared/components/change-password-button/change-password-button.stories.ts +1 -1
- package/shared/components/common/popup/vc-popup-base.vue +133 -0
- package/shared/components/common/popup/vc-popup-error.vue +6 -23
- package/shared/components/common/popup/vc-popup-info.vue +6 -23
- package/shared/components/common/popup/vc-popup-warning.vue +9 -25
- package/shared/components/dashboard-charts/index.ts +27 -3
- package/shared/components/dashboard-widget-card/dashboard-widget-card.stories.ts +1 -1
- package/shared/components/draggable-dashboard/DraggableDashboard.vue +8 -2
- package/shared/components/error-interceptor/interceptor.ts +25 -3
- package/shared/components/generic-dropdown/generic-dropdown.vue +1 -1
- package/shared/components/language-selector/language-selector.vue +1 -1
- package/shared/components/multilanguage-selector/multilanguage-selector.stories.ts +3 -3
- package/shared/components/multilanguage-selector/multilanguage-selector.vue +117 -15
- package/shared/components/notification-dropdown/notification-dropdown.vue +2 -1
- package/shared/components/notifications/components/notification-container/index.ts +60 -14
- package/shared/components/notifications/composables/useContainer/index.ts +17 -132
- package/shared/components/notifications/core/notification.ts +3 -55
- package/shared/components/notifications/styles/index.scss +51 -89
- package/shared/components/notifications/types/index.ts +2 -4
- package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +2 -2
- package/shared/components/popup-handler/composables/usePopup/index.ts +80 -77
- package/shared/components/settings-menu-item/settings-menu-item.stories.ts +2 -1
- package/shared/components/settings-menu-item/settings-menu-item.vue +2 -1
- package/shared/components/sidebar/sidebar.vue +1 -1
- package/shared/components/sign-in/external-provider.vue +2 -1
- package/shared/components/theme-selector/theme-selector.vue +1 -1
- package/shared/components/user-dropdown-button/_internal/user-info.vue +1 -1
- package/shared/components/user-dropdown-button/_internal/user-sidebar.vue +2 -2
- package/shared/components/user-dropdown-button/user-dropdown-button.stories.ts +1 -1
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +2 -2
- package/shared/composables/useExternalWidgets.ts +2 -2
- package/shared/composables/useModificationTracker/index.ts +20 -3
- package/shared/modules/assets/components/assets-details/assets-details.vue +8 -3
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +4 -3
- package/shared/modules/dynamic/components/SchemaRender.ts +1 -1
- package/shared/modules/dynamic/components/factories.ts +242 -244
- package/shared/modules/dynamic/components/fields/Fieldset.ts +66 -65
- package/shared/modules/dynamic/components/fields/GalleryField.ts +3 -2
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +68 -68
- package/shared/modules/dynamic/components/fields/RadioButtonGroup.ts +83 -82
- package/shared/modules/dynamic/components/fields/SelectField.ts +72 -72
- package/shared/modules/dynamic/components/fields/StatusField.ts +110 -110
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +6 -2
- package/shared/modules/dynamic/composables/useToolbarReducer/index.ts +1 -1
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +2 -1
- package/shared/modules/dynamic/factories/base/useListFactory.ts +2 -1
- package/shared/modules/dynamic/factories/types/index.ts +4 -3
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
- package/shared/modules/dynamic/index.ts +2 -1
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +13 -11
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +5 -4
- package/shared/modules/dynamic/types/index.ts +13 -15
- package/shared/modules/dynamic/types/models.ts +19 -21
- package/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue +1 -1
- package/shared/pages/LoginPage/components/login/Login.vue +93 -75
- package/tailwind.config.ts +2 -21
- package/ui/components/atoms/vc-banner/vc-banner.stories.ts +259 -0
- package/ui/components/atoms/vc-banner/vc-banner.vue +168 -101
- package/ui/components/atoms/vc-button/vc-button-group.vue +7 -7
- package/ui/components/atoms/vc-button/vc-button.a11y.test.ts +46 -0
- package/ui/components/atoms/vc-button/vc-button.test.ts +75 -0
- package/ui/components/atoms/vc-button/vc-button.vue +33 -17
- package/ui/components/atoms/vc-card/vc-card.stories.ts +3 -1
- package/ui/components/atoms/vc-card/vc-card.vue +3 -3
- package/ui/components/atoms/vc-col/vc-col.stories.ts +1 -1
- package/ui/components/atoms/vc-container/vc-container.vue +4 -4
- package/ui/components/atoms/vc-icon/composables/use-icon.ts +2 -2
- package/ui/components/atoms/vc-icon/vc-icon.stories.ts +0 -20
- package/ui/components/atoms/vc-icon/vc-icon.vue +22 -22
- package/ui/components/atoms/vc-label/vc-label.vue +4 -3
- package/ui/components/atoms/vc-link/vc-link.vue +1 -1
- package/ui/components/atoms/vc-loading/vc-loading.vue +28 -28
- package/ui/components/atoms/vc-row/vc-row.stories.ts +2 -2
- package/ui/components/atoms/vc-row/vc-row.vue +1 -1
- package/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue +1 -1
- package/ui/components/atoms/vc-skeleton/vc-skeleton.stories.ts +89 -8
- package/ui/components/atoms/vc-skeleton/vc-skeleton.vue +54 -8
- package/ui/components/atoms/vc-status/vc-status.vue +8 -8
- package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +1 -1
- package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +1 -1
- package/ui/components/atoms/vc-video/vc-video.vue +2 -1
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +1 -1
- package/ui/components/molecules/index.ts +0 -1
- package/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue +12 -43
- package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +23 -19
- package/ui/components/molecules/vc-checkbox/vc-checkbox.a11y.test.ts +39 -0
- package/ui/components/molecules/vc-checkbox/vc-checkbox.test.ts +75 -0
- package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +47 -34
- package/ui/components/molecules/vc-color-input/vc-color-input.vue +18 -28
- package/ui/components/molecules/vc-date-picker/vc-date-picker.vue +16 -28
- package/ui/components/molecules/vc-dropdown/vc-dropdown.vue +7 -1
- package/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue +11 -0
- package/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue +13 -19
- package/ui/components/molecules/vc-editor/index.ts +15 -6
- package/ui/components/molecules/vc-editor/vc-editor.vue +12 -14
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +2 -2
- package/ui/components/molecules/vc-field/vc-field.vue +2 -1
- package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +87 -39
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +56 -46
- package/ui/components/molecules/vc-input/vc-input.a11y.test.ts +57 -0
- package/ui/components/molecules/vc-input/vc-input.stories.ts +2 -1
- package/ui/components/molecules/vc-input/vc-input.test.ts +114 -0
- package/ui/components/molecules/vc-input/vc-input.vue +36 -58
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +18 -87
- package/ui/components/molecules/vc-input-dropdown/index.ts +0 -1
- package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue +2 -1
- package/ui/components/molecules/vc-input-group/vc-input-group.vue +2 -13
- package/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue +2 -2
- package/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue +207 -204
- package/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.ts +3 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +22 -33
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +11 -11
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +10 -16
- package/ui/components/molecules/vc-rating/vc-rating.vue +2 -1
- package/ui/components/molecules/vc-select/_internal/SelectDropdown.vue +199 -198
- package/ui/components/molecules/vc-select/_internal/SelectTrigger.vue +301 -290
- package/ui/components/molecules/vc-select/vc-select.test.ts +89 -0
- package/ui/components/molecules/vc-select/vc-select.vue +31 -37
- package/ui/components/molecules/vc-slider/index.ts +21 -13
- package/ui/components/molecules/vc-slider/vc-slider.stories.ts +2 -1
- package/ui/components/molecules/vc-slider/vc-slider.vue +1 -1
- package/ui/components/molecules/vc-switch/vc-switch.vue +19 -15
- package/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.ts +44 -0
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +15 -23
- package/ui/components/molecules/vc-toast/vc-toast.vue +390 -109
- package/ui/components/organisms/index.ts +5 -4
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue +44 -28
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue +2 -2
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue +28 -13
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue +5 -32
- package/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppBarWidgets.ts +1 -1
- package/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.ts +7 -3
- package/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue +32 -0
- package/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.test.ts +151 -0
- package/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue +442 -38
- package/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.test.ts +43 -0
- package/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue +2 -1
- package/ui/components/organisms/vc-app/_internal/menu/VcAppMenuGroup.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue +216 -215
- package/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue +2 -2
- package/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue +93 -36
- package/ui/components/organisms/vc-app/composables/useShellBootstrap.test.ts +3 -14
- package/ui/components/organisms/vc-app/composables/useShellBootstrap.ts +3 -16
- package/ui/components/organisms/vc-app/composables/useShellLifecycle.ts +1 -1
- package/ui/components/organisms/vc-app/composables/useShellNavigation.ts +1 -1
- package/ui/components/organisms/vc-app/vc-app-shell.stories.ts +12 -4
- package/ui/components/organisms/vc-app/vc-app.vue +23 -6
- package/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue +113 -0
- package/ui/components/organisms/vc-blade/_internal/BladeHeader.vue +2 -2
- package/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue +52 -0
- package/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue +195 -78
- package/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue +34 -0
- package/ui/components/organisms/vc-blade/_internal/composables/useBladeError.ts +13 -33
- package/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.ts +4 -2
- package/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue +1 -1
- package/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue +1 -1
- package/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue +1 -1
- package/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue +10 -2
- package/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue +2 -2
- package/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue +1 -1
- package/ui/components/organisms/vc-blade/vc-blade.stories.ts +77 -0
- package/ui/components/organisms/vc-blade/vc-blade.vue +92 -56
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +8 -5
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.test.ts +48 -0
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +184 -103
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +266 -81
- package/ui/components/organisms/vc-gallery/composables/index.ts +4 -0
- package/ui/components/organisms/vc-gallery/composables/useGalleryPreview.ts +26 -0
- package/ui/components/organisms/vc-gallery/composables/useGalleryReorder.test.ts +73 -0
- package/ui/components/organisms/vc-gallery/composables/useGalleryReorder.ts +183 -0
- package/ui/components/organisms/vc-gallery/composables/useGalleryUpload.test.ts +89 -0
- package/ui/components/organisms/vc-gallery/composables/useGalleryUpload.ts +43 -0
- package/ui/components/organisms/vc-gallery/composables/useImageLoad.test.ts +34 -0
- package/ui/components/organisms/vc-gallery/composables/useImageLoad.ts +26 -0
- package/ui/components/organisms/vc-gallery/index.ts +2 -0
- package/ui/components/organisms/vc-gallery/vc-gallery.actions.test.ts +76 -0
- package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +76 -68
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +322 -246
- package/ui/components/organisms/vc-image-upload/index.ts +1 -0
- package/ui/components/organisms/vc-image-upload/vc-image-upload.stories.ts +47 -0
- package/ui/components/organisms/vc-image-upload/vc-image-upload.vue +251 -0
- package/ui/components/organisms/vc-popup/vc-popup.stories.ts +106 -0
- package/ui/components/organisms/vc-popup/vc-popup.vue +95 -40
- package/ui/components/organisms/vc-table/VcDataTable.vue +146 -49
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +3 -3
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +1 -1
- package/ui/components/organisms/vc-table/components/ColumnFilter.vue +29 -15
- package/ui/components/organisms/vc-table/components/DataTableBody.vue +26 -8
- package/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue +2 -2
- package/ui/components/organisms/vc-table/components/DataTableHeader.vue +7 -7
- package/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue +1 -1
- package/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue +116 -4
- package/ui/components/organisms/vc-table/components/TableActions.vue +1 -1
- package/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue +1 -1
- package/ui/components/organisms/vc-table/components/TableGroupRow.vue +8 -8
- package/ui/components/organisms/vc-table/components/TableHead.vue +2 -2
- package/ui/components/organisms/vc-table/components/TableRow.vue +6 -5
- package/ui/components/organisms/vc-table/components/TableRowActions.vue +27 -10
- package/ui/components/organisms/vc-table/components/TableSelectAllBar.vue +5 -5
- package/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue +110 -0
- package/ui/components/organisms/vc-table/components/cells/CellDate.vue +4 -6
- package/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue +2 -2
- package/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue +2 -2
- package/ui/components/organisms/vc-table/composables/useDataProcessing.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableEditing.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableExpansion.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableFilter.test.ts +43 -0
- package/ui/components/organisms/vc-table/composables/useTableFilter.ts +12 -2
- package/ui/components/organisms/vc-table/composables/useTableRowGrouping.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableSelectionV2.ts +1 -1
- package/ui/components/organisms/vc-table/keys.ts +14 -1
- package/ui/components/organisms/vc-table/types.ts +3 -1
- package/ui/composables/index.ts +1 -0
- package/ui/composables/useCollapsible.ts +73 -0
- package/ui/composables/useFormField.ts +3 -0
- package/ui/types/index.ts +1 -1
- package/core/plugins/moment/humanize.ts +0 -74
- package/core/plugins/moment/index.ts +0 -1
- package/core/plugins/moment/moment.ts +0 -29
- package/dist/core/plugins/moment/humanize.d.ts +0 -3
- package/dist/core/plugins/moment/humanize.d.ts.map +0 -1
- package/dist/core/plugins/moment/index.d.ts +0 -2
- package/dist/core/plugins/moment/index.d.ts.map +0 -1
- package/dist/core/plugins/moment/moment.d.ts +0 -13
- package/dist/core/plugins/moment/moment.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon-examples.vue.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon-test.vue.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-paginator/index.d.ts +0 -4
- package/dist/ui/components/molecules/vc-paginator/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-paginator/vc-paginator.vue.d.ts +0 -73
- package/dist/ui/components/molecules/vc-paginator/vc-paginator.vue.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts +0 -173
- package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts.map +0 -1
- package/dist/vendor-d3-chord-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-drag-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-force-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-geo-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-geo-projection-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-hierarchy-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-quadtree-l0sNRNKZ.js +0 -1
- package/dist/vendor-d3-sankey-l0sNRNKZ.js +0 -1
- package/dist/vendor-elkjs-l0sNRNKZ.js +0 -1
- package/dist/vendor-emotion-weak-memoize-l0sNRNKZ.js +0 -1
- package/dist/vendor-floating-ui-core-Dj2ULpEE.js +0 -428
- package/dist/vendor-floating-ui-dom-DC_tF7jX.js +0 -397
- package/dist/vendor-floating-ui-utils-0qz4b9vE.js +0 -259
- package/dist/vendor-kdbush-l0sNRNKZ.js +0 -1
- package/dist/vendor-leaflet-l0sNRNKZ.js +0 -1
- package/dist/vendor-lodash-l0sNRNKZ.js +0 -1
- package/dist/vendor-maplibre-gl-l0sNRNKZ.js +0 -1
- package/dist/vendor-moment-DMLRxgRE.js +0 -2589
- package/dist/vendor-supercluster-l0sNRNKZ.js +0 -1
- package/dist/vendor-tanstack-virtual-core-l0sNRNKZ.js +0 -1
- package/dist/vendor-three-l0sNRNKZ.js +0 -1
- package/dist/vendor-tiptap-extension-placeholder-uPw8yyv1.js +0 -1
- package/dist/vendor-tiptap-extension-table-cell-CzgB8j33.js +0 -1
- package/dist/vendor-tiptap-extension-table-header-CzgB8j33.js +0 -1
- package/dist/vendor-tiptap-extension-table-row-CzgB8j33.js +0 -1
- package/dist/vendor-tiptap-pm-5ylZKocv.js +0 -1
- package/dist/vendor-topojson-client-l0sNRNKZ.js +0 -1
- package/dist/vendor-tslib-l0sNRNKZ.js +0 -1
- package/dist/vendor-unovis-dagre-layout-l0sNRNKZ.js +0 -1
- package/dist/vendor-unovis-graphlibrary-l0sNRNKZ.js +0 -1
- package/ui/components/atoms/vc-icon/vc-icon-examples.vue +0 -544
- package/ui/components/atoms/vc-icon/vc-icon-test.vue +0 -416
- package/ui/components/molecules/vc-paginator/index.ts +0 -4
- package/ui/components/molecules/vc-paginator/vc-paginator.vue +0 -379
- package/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.ts +0 -516
package/dist/{vendor-nevware21-ts-utils-DbCMkHfb.js → vendor-nevware21-ts-utils-DII8jruI.js}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/*! https://github.com/nevware21/ts-utils v0.
|
|
1
|
+
/*! https://github.com/nevware21/ts-utils v0.13.0 */
|
|
2
2
|
// @__NO_SIDE_EFFECTS__
|
|
3
|
-
function
|
|
3
|
+
function b(r, n) {
|
|
4
4
|
return r || n;
|
|
5
5
|
}
|
|
6
6
|
// @__NO_SIDE_EFFECTS__
|
|
7
7
|
function u(r, n) {
|
|
8
8
|
return r[n];
|
|
9
9
|
}
|
|
10
|
-
var y = void 0,
|
|
11
|
-
function
|
|
10
|
+
var y = void 0, c = null, Sr = "", q = "function", M = "object", w = "prototype", B = "__proto__", E = "undefined", $ = "constructor", Tr = "Symbol", F = "length", x = "name", p = "call", A = "toString", Pr = "getOwnPropertyDescriptor", _ = /* @__PURE__ */ b(Object), Er = /* @__PURE__ */ u(_, w), Ar = /* @__PURE__ */ b(String), N = /* @__PURE__ */ u(Ar, w), W = /* @__PURE__ */ b(Math), Wr = /* @__PURE__ */ b(Array), Q = /* @__PURE__ */ u(Wr, w), d = /* @__PURE__ */ u(Q, "slice"), Lr = "_polyfill", zr = "__nw21$polytype__";
|
|
11
|
+
function l(r, n) {
|
|
12
12
|
try {
|
|
13
13
|
return {
|
|
14
14
|
v: r.apply(this, n)
|
|
@@ -19,7 +19,7 @@ function c(r, n) {
|
|
|
19
19
|
}
|
|
20
20
|
// @__NO_SIDE_EFFECTS__
|
|
21
21
|
function cn(r, n, t) {
|
|
22
|
-
var e =
|
|
22
|
+
var e = l(r, t);
|
|
23
23
|
return e.e ? n : e.v;
|
|
24
24
|
}
|
|
25
25
|
var ur;
|
|
@@ -38,7 +38,7 @@ function Vr(r) {
|
|
|
38
38
|
}
|
|
39
39
|
// @__NO_SIDE_EFFECTS__
|
|
40
40
|
function ln(r) {
|
|
41
|
-
return Er[
|
|
41
|
+
return Er[A].call(r);
|
|
42
42
|
}
|
|
43
43
|
// @__NO_SIDE_EFFECTS__
|
|
44
44
|
function Z(r) {
|
|
@@ -50,11 +50,11 @@ function vn(r) {
|
|
|
50
50
|
}
|
|
51
51
|
// @__NO_SIDE_EFFECTS__
|
|
52
52
|
function Or(r) {
|
|
53
|
-
return r ===
|
|
53
|
+
return r === c || /* @__PURE__ */ Z(r);
|
|
54
54
|
}
|
|
55
55
|
// @__NO_SIDE_EFFECTS__
|
|
56
56
|
function Nr(r) {
|
|
57
|
-
return r ===
|
|
57
|
+
return r === c || r === y;
|
|
58
58
|
}
|
|
59
59
|
// @__NO_SIDE_EFFECTS__
|
|
60
60
|
function dt(r) {
|
|
@@ -62,17 +62,17 @@ function dt(r) {
|
|
|
62
62
|
}
|
|
63
63
|
// @__NO_SIDE_EFFECTS__
|
|
64
64
|
function pn(r) {
|
|
65
|
-
return !ur && (ur = ["string", "number", "boolean", E, "symbol", "bigint"]), r !==
|
|
65
|
+
return !ur && (ur = ["string", "number", "boolean", E, "symbol", "bigint"]), r !== M && ur.indexOf(r) !== -1;
|
|
66
66
|
}
|
|
67
|
-
var kr = /* @__PURE__ */ X("string"),
|
|
67
|
+
var kr = /* @__PURE__ */ X("string"), g = /* @__PURE__ */ X(q);
|
|
68
68
|
// @__NO_SIDE_EFFECTS__
|
|
69
69
|
function Yr(r) {
|
|
70
|
-
return !r && /* @__PURE__ */ Or(r) ? !1 : !!r && typeof r ===
|
|
70
|
+
return !r && /* @__PURE__ */ Or(r) ? !1 : !!r && typeof r === M;
|
|
71
71
|
}
|
|
72
72
|
var U = /* @__PURE__ */ u(Wr, "isArray"), yn = /* @__PURE__ */ Vr("Date"), gt = /* @__PURE__ */ X("number"), St = /* @__PURE__ */ X("boolean"), Tt = /* @__PURE__ */ Vr("Error");
|
|
73
73
|
// @__NO_SIDE_EFFECTS__
|
|
74
74
|
function Pt(r) {
|
|
75
|
-
return !!(r && r.then &&
|
|
75
|
+
return !!(r && r.then && g(r.then));
|
|
76
76
|
}
|
|
77
77
|
// @__NO_SIDE_EFFECTS__
|
|
78
78
|
function Et(r) {
|
|
@@ -85,13 +85,13 @@ function jr() {
|
|
|
85
85
|
function _n() {
|
|
86
86
|
return !1;
|
|
87
87
|
}
|
|
88
|
-
var S = /* @__PURE__ */
|
|
88
|
+
var S = /* @__PURE__ */ b(Ar), bn = "[object Error]";
|
|
89
89
|
// @__NO_SIDE_EFFECTS__
|
|
90
90
|
function rr(r, n) {
|
|
91
|
-
var t = Sr, e = Er[
|
|
91
|
+
var t = Sr, e = Er[A][p](r);
|
|
92
92
|
e === bn && (r = { stack: S(r.stack), message: S(r.message), name: S(r.name) });
|
|
93
93
|
try {
|
|
94
|
-
t = JSON.stringify(r,
|
|
94
|
+
t = JSON.stringify(r, c, n ? typeof n == "number" ? n : 4 : y), t = (t ? t.replace(/"(\w+)"\s*:\s{0,1}/g, "$1: ") : c) || S(r);
|
|
95
95
|
} catch (a) {
|
|
96
96
|
t = " - " + /* @__PURE__ */ rr(a, n);
|
|
97
97
|
}
|
|
@@ -111,34 +111,34 @@ function hn(r) {
|
|
|
111
111
|
}
|
|
112
112
|
// @__NO_SIDE_EFFECTS__
|
|
113
113
|
function Kr(r, n) {
|
|
114
|
-
return !!r && Er.hasOwnProperty[
|
|
114
|
+
return !!r && Er.hasOwnProperty[p](r, n);
|
|
115
115
|
}
|
|
116
|
-
var mn = /* @__PURE__ */
|
|
116
|
+
var mn = /* @__PURE__ */ b(/* @__PURE__ */ u(_, Pr), jr), Br = /* @__PURE__ */ b(/* @__PURE__ */ u(_, "hasOwn"), wn);
|
|
117
117
|
// @__NO_SIDE_EFFECTS__
|
|
118
118
|
function wn(r, n) {
|
|
119
119
|
return tr(r), /* @__PURE__ */ Kr(r, n) || !!mn(r, n);
|
|
120
120
|
}
|
|
121
121
|
function V(r, n, t) {
|
|
122
|
-
if (r && (/* @__PURE__ */ Yr(r) ||
|
|
122
|
+
if (r && (/* @__PURE__ */ Yr(r) || g(r))) {
|
|
123
123
|
for (var e in r)
|
|
124
|
-
if (Br(r, e) && n[
|
|
124
|
+
if (Br(r, e) && n[p](r, e, r[e]) === -1)
|
|
125
125
|
break;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
function Cr(r, n, t) {
|
|
129
129
|
if (r)
|
|
130
|
-
for (var e = r[
|
|
130
|
+
for (var e = r[F] >>> 0, a = 0; a < e && !(a in r && n[p](r, r[a], a, r) === -1); a++)
|
|
131
131
|
;
|
|
132
132
|
}
|
|
133
133
|
var j = er;
|
|
134
134
|
// @__NO_SIDE_EFFECTS__
|
|
135
135
|
function er(r, n, t) {
|
|
136
|
-
var e = n ? n[r] :
|
|
136
|
+
var e = n ? n[r] : c;
|
|
137
137
|
return function(a) {
|
|
138
|
-
var o = (a ? a[r] :
|
|
138
|
+
var o = (a ? a[r] : c) || e;
|
|
139
139
|
if (o || t) {
|
|
140
140
|
var i = arguments;
|
|
141
|
-
return (o || t).apply(a, o ?
|
|
141
|
+
return (o || t).apply(a, o ? d[p](i, 1) : i);
|
|
142
142
|
}
|
|
143
143
|
nr('"' + S(r) + '" not defined for ' + /* @__PURE__ */ rr(a));
|
|
144
144
|
};
|
|
@@ -149,7 +149,7 @@ function dn(r) {
|
|
|
149
149
|
return n[r];
|
|
150
150
|
};
|
|
151
151
|
}
|
|
152
|
-
var gn = /* @__PURE__ */
|
|
152
|
+
var gn = /* @__PURE__ */ b(/* @__PURE__ */ u(_, Pr), jr), k = {
|
|
153
153
|
e: "enumerable",
|
|
154
154
|
c: "configurable",
|
|
155
155
|
v: "value",
|
|
@@ -180,8 +180,8 @@ function L(r, n, t) {
|
|
|
180
180
|
// @__NO_SIDE_EFFECTS__
|
|
181
181
|
function $r(r, n, t, e, a) {
|
|
182
182
|
var o = {};
|
|
183
|
-
return V(r, function(i,
|
|
184
|
-
J(o, i, n ?
|
|
183
|
+
return V(r, function(i, v) {
|
|
184
|
+
J(o, i, n ? v : i), J(o, v, i);
|
|
185
185
|
}), e ? e(o) : o;
|
|
186
186
|
}
|
|
187
187
|
function J(r, n, t, e) {
|
|
@@ -191,17 +191,17 @@ function J(r, n, t, e) {
|
|
|
191
191
|
writable: !1
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
|
-
var Pn = /* @__PURE__ */
|
|
194
|
+
var Pn = /* @__PURE__ */ b(/* @__PURE__ */ u(_, "isFrozen"), _n), xr = /* @__PURE__ */ u(_, "freeze");
|
|
195
195
|
function En(r) {
|
|
196
196
|
return r;
|
|
197
197
|
}
|
|
198
198
|
// @__NO_SIDE_EFFECTS__
|
|
199
199
|
function On(r) {
|
|
200
|
-
return tr(r), r[B] ||
|
|
200
|
+
return tr(r), r[B] || c;
|
|
201
201
|
}
|
|
202
202
|
var Nt = /* @__PURE__ */ u(_, "assign"), Nn = /* @__PURE__ */ u(_, "keys");
|
|
203
203
|
function Jr(r, n) {
|
|
204
|
-
if ((U(r) || /* @__PURE__ */ Yr(r) ||
|
|
204
|
+
if ((U(r) || /* @__PURE__ */ Yr(r) || g(r)) && !Pn(r)) {
|
|
205
205
|
for (var t = 0; t < n.length; t++)
|
|
206
206
|
if (n[t] === r)
|
|
207
207
|
return r;
|
|
@@ -214,7 +214,7 @@ function Jr(r, n) {
|
|
|
214
214
|
function jt(r) {
|
|
215
215
|
return xr ? Jr(r, []) : r;
|
|
216
216
|
}
|
|
217
|
-
var ar = /* @__PURE__ */
|
|
217
|
+
var ar = /* @__PURE__ */ b(xr, En), dr = /* @__PURE__ */ b(/* @__PURE__ */ u(_, "getPrototypeOf"), On);
|
|
218
218
|
// @__NO_SIDE_EFFECTS__
|
|
219
219
|
function Ct(r) {
|
|
220
220
|
return /* @__PURE__ */ $r(r, 1, 0, ar);
|
|
@@ -231,7 +231,7 @@ function Cn(r) {
|
|
|
231
231
|
}), ar(n);
|
|
232
232
|
}
|
|
233
233
|
// @__NO_SIDE_EFFECTS__
|
|
234
|
-
function
|
|
234
|
+
function Dt(r) {
|
|
235
235
|
return /* @__PURE__ */ Cn(r);
|
|
236
236
|
}
|
|
237
237
|
var qr = /* @__PURE__ */ jn({
|
|
@@ -257,34 +257,34 @@ function Qr() {
|
|
|
257
257
|
// @__NO_SIDE_EFFECTS__
|
|
258
258
|
function or() {
|
|
259
259
|
if (!fr) {
|
|
260
|
-
var r =
|
|
260
|
+
var r = l(Qr).v || {};
|
|
261
261
|
fr = r[Ur] = r[Ur] || {};
|
|
262
262
|
}
|
|
263
263
|
return fr;
|
|
264
264
|
}
|
|
265
|
-
var
|
|
265
|
+
var Ft = /* @__PURE__ */ u(W, "min"), Dn = /* @__PURE__ */ u(W, "max"), Gr = /* @__PURE__ */ j("slice", N), Xr = /* @__PURE__ */ j("substring", N), It = /* @__PURE__ */ er("substr", N, Fn);
|
|
266
266
|
// @__NO_SIDE_EFFECTS__
|
|
267
|
-
function
|
|
268
|
-
return tr(r), t < 0 ? Sr : (n = n || 0, n < 0 && (n =
|
|
267
|
+
function Fn(r, n, t) {
|
|
268
|
+
return tr(r), t < 0 ? Sr : (n = n || 0, n < 0 && (n = Dn(n + r[F], 0)), /* @__PURE__ */ Z(t) ? Gr(r, n) : Gr(r, n, n + t));
|
|
269
269
|
}
|
|
270
270
|
// @__NO_SIDE_EFFECTS__
|
|
271
271
|
function Lt(r, n) {
|
|
272
272
|
return Xr(r, 0, n);
|
|
273
273
|
}
|
|
274
274
|
function In(r, n) {
|
|
275
|
-
return r && (
|
|
275
|
+
return r && (l(function() {
|
|
276
276
|
r[Lr] = !0, r[zr] = n;
|
|
277
|
-
}),
|
|
277
|
+
}), l(L, [r, Lr, {
|
|
278
278
|
v: !0,
|
|
279
279
|
w: !1,
|
|
280
280
|
e: !1
|
|
281
|
-
}]),
|
|
281
|
+
}]), l(L, [r, zr, {
|
|
282
282
|
v: n,
|
|
283
283
|
w: !1,
|
|
284
284
|
e: !1
|
|
285
285
|
}])), r;
|
|
286
286
|
}
|
|
287
|
-
var Zr = /* @__PURE__ */
|
|
287
|
+
var Zr = /* @__PURE__ */ b(/* @__PURE__ */ u(_, "create"), Ln);
|
|
288
288
|
// @__NO_SIDE_EFFECTS__
|
|
289
289
|
function Ln(r, n) {
|
|
290
290
|
var t = null;
|
|
@@ -294,11 +294,11 @@ function Ln(r, n) {
|
|
|
294
294
|
t = {};
|
|
295
295
|
else {
|
|
296
296
|
var a = typeof r;
|
|
297
|
-
a !==
|
|
297
|
+
a !== M && a !== q && nr("Prototype must be an Object or function: " + /* @__PURE__ */ rr(r)), e[w] = r, l(function() {
|
|
298
298
|
e[B] = r;
|
|
299
299
|
}), t = new e();
|
|
300
300
|
}
|
|
301
|
-
return n &&
|
|
301
|
+
return n && l(Tn, [t, n]), t;
|
|
302
302
|
}
|
|
303
303
|
// @__NO_SIDE_EFFECTS__
|
|
304
304
|
function zn() {
|
|
@@ -311,20 +311,20 @@ function Un() {
|
|
|
311
311
|
function O(r, n, t) {
|
|
312
312
|
return r.apply(n, t);
|
|
313
313
|
}
|
|
314
|
-
var
|
|
314
|
+
var s;
|
|
315
315
|
function T() {
|
|
316
|
-
|
|
316
|
+
s = /* @__PURE__ */ or();
|
|
317
317
|
}
|
|
318
318
|
// @__NO_SIDE_EFFECTS__
|
|
319
319
|
function Gn(r, n) {
|
|
320
320
|
var t = {};
|
|
321
|
-
return !
|
|
321
|
+
return !s && T(), t.b = s.lzy, I(t, "v", {
|
|
322
322
|
configurable: !0,
|
|
323
323
|
get: function() {
|
|
324
324
|
var e = O(r, null, n);
|
|
325
|
-
return
|
|
325
|
+
return s.lzy || I(t, "v", {
|
|
326
326
|
value: e
|
|
327
|
-
}), t.b =
|
|
327
|
+
}), t.b = s.lzy, e;
|
|
328
328
|
}
|
|
329
329
|
}), t;
|
|
330
330
|
}
|
|
@@ -332,7 +332,7 @@ var Hn = /* @__PURE__ */ u(W, "random"), Rn = /* @__PURE__ */ Gn(function() {
|
|
|
332
332
|
for (var r = (/* @__PURE__ */ zn()).toString(36).slice(2); r.length < 16; )
|
|
333
333
|
r += Hn().toString(36).slice(2);
|
|
334
334
|
return r = r.substring(0, 16), r;
|
|
335
|
-
}), Hr = "_urid",
|
|
335
|
+
}), Hr = "_urid", Mn = "$nw21sym", sr, An = 0;
|
|
336
336
|
// @__NO_SIDE_EFFECTS__
|
|
337
337
|
function Wn() {
|
|
338
338
|
if (!sr) {
|
|
@@ -343,8 +343,8 @@ function Wn() {
|
|
|
343
343
|
}
|
|
344
344
|
var Y;
|
|
345
345
|
// @__NO_SIDE_EFFECTS__
|
|
346
|
-
function
|
|
347
|
-
var n = "_" +
|
|
346
|
+
function Dr(r) {
|
|
347
|
+
var n = "_" + An++ + "_" + Rn.v, t = Tr + "(" + r + ")";
|
|
348
348
|
function e(o, i) {
|
|
349
349
|
L(a, o, {
|
|
350
350
|
v: i,
|
|
@@ -353,8 +353,8 @@ function Fr(r) {
|
|
|
353
353
|
});
|
|
354
354
|
}
|
|
355
355
|
var a = Zr(null);
|
|
356
|
-
return e("description", S(r)), e(
|
|
357
|
-
return t +
|
|
356
|
+
return e("description", S(r)), e(A, function() {
|
|
357
|
+
return t + Mn + n;
|
|
358
358
|
}), e("valueOf", function() {
|
|
359
359
|
return a;
|
|
360
360
|
}), e("v", t), e("_uid", n), In(a, "symbol");
|
|
@@ -363,9 +363,9 @@ function Fr(r) {
|
|
|
363
363
|
function Vn(r) {
|
|
364
364
|
var n = /* @__PURE__ */ Wn();
|
|
365
365
|
if (!Br(n.k, r)) {
|
|
366
|
-
var t = /* @__PURE__ */
|
|
366
|
+
var t = /* @__PURE__ */ Dr(r), e = Nn(n.s).length;
|
|
367
367
|
t[Hr] = function() {
|
|
368
|
-
return e + "_" + t[
|
|
368
|
+
return e + "_" + t[A]();
|
|
369
369
|
}, n.k[r] = t, n.s[t[Hr]()] = S(r);
|
|
370
370
|
}
|
|
371
371
|
return n.k[r];
|
|
@@ -374,7 +374,7 @@ function Vn(r) {
|
|
|
374
374
|
function kn(r) {
|
|
375
375
|
!Y && (Y = {});
|
|
376
376
|
var n, t = qr[r];
|
|
377
|
-
return t && (n = Y[t] = Y[t] || /* @__PURE__ */
|
|
377
|
+
return t && (n = Y[t] = Y[t] || /* @__PURE__ */ Dr(Tr + "." + t)), n;
|
|
378
378
|
}
|
|
379
379
|
// @__NO_SIDE_EFFECTS__
|
|
380
380
|
function C(r) {
|
|
@@ -388,11 +388,11 @@ var rn = "window", R;
|
|
|
388
388
|
function G(r, n) {
|
|
389
389
|
var t;
|
|
390
390
|
return function() {
|
|
391
|
-
return !
|
|
391
|
+
return !s && T(), (!t || s.lzy) && (t = /* @__PURE__ */ C(l(r, n).v)), t.v;
|
|
392
392
|
};
|
|
393
393
|
}
|
|
394
394
|
function Yn(r) {
|
|
395
|
-
return !
|
|
395
|
+
return !s && T(), (!R || r === !1 || s.lzy) && (R = /* @__PURE__ */ C(l(Qr).v || c)), R.v;
|
|
396
396
|
}
|
|
397
397
|
// @__NO_SIDE_EFFECTS__
|
|
398
398
|
function H(r, n) {
|
|
@@ -404,7 +404,7 @@ function H(r, n) {
|
|
|
404
404
|
return window;
|
|
405
405
|
} catch {
|
|
406
406
|
}
|
|
407
|
-
return
|
|
407
|
+
return c;
|
|
408
408
|
}
|
|
409
409
|
// @__NO_SIDE_EFFECTS__
|
|
410
410
|
function zt() {
|
|
@@ -426,64 +426,64 @@ function Gt() {
|
|
|
426
426
|
return !!/* @__PURE__ */ xn();
|
|
427
427
|
}
|
|
428
428
|
var xn = /* @__PURE__ */ G(H, ["history"]), Ht = /* @__PURE__ */ G(function() {
|
|
429
|
-
return !!
|
|
429
|
+
return !!l(function() {
|
|
430
430
|
return process && (process.versions || {}).node;
|
|
431
431
|
}).v;
|
|
432
432
|
}), Rt = /* @__PURE__ */ G(function() {
|
|
433
|
-
return !!
|
|
433
|
+
return !!l(function() {
|
|
434
434
|
return self && self instanceof WorkerGlobalScope;
|
|
435
435
|
}).v;
|
|
436
436
|
}), z, cr;
|
|
437
437
|
// @__NO_SIDE_EFFECTS__
|
|
438
438
|
function ir() {
|
|
439
|
-
return z = /* @__PURE__ */ C(
|
|
439
|
+
return z = /* @__PURE__ */ C(l(H, [Tr]).v), z;
|
|
440
440
|
}
|
|
441
441
|
function Jn(r) {
|
|
442
|
-
var n = (
|
|
442
|
+
var n = (s.lzy ? 0 : z) || /* @__PURE__ */ ir();
|
|
443
443
|
return n.v ? n.v[r] : y;
|
|
444
444
|
}
|
|
445
445
|
// @__NO_SIDE_EFFECTS__
|
|
446
|
-
function
|
|
446
|
+
function Mt() {
|
|
447
447
|
return !!/* @__PURE__ */ qn();
|
|
448
448
|
}
|
|
449
449
|
// @__NO_SIDE_EFFECTS__
|
|
450
450
|
function qn() {
|
|
451
|
-
return !
|
|
451
|
+
return !s && T(), ((s.lzy ? 0 : z) || /* @__PURE__ */ ir()).v;
|
|
452
452
|
}
|
|
453
453
|
// @__NO_SIDE_EFFECTS__
|
|
454
454
|
function tn(r, n) {
|
|
455
455
|
var t = qr[r];
|
|
456
|
-
!
|
|
457
|
-
var e = (
|
|
456
|
+
!s && T();
|
|
457
|
+
var e = (s.lzy ? 0 : z) || /* @__PURE__ */ ir();
|
|
458
458
|
return e.v ? e.v[t || r] : /* @__PURE__ */ kn(r);
|
|
459
459
|
}
|
|
460
460
|
// @__NO_SIDE_EFFECTS__
|
|
461
|
-
function
|
|
462
|
-
!
|
|
463
|
-
var t = (
|
|
464
|
-
return t.v ? t.v(r) : /* @__PURE__ */
|
|
461
|
+
function At(r, n) {
|
|
462
|
+
!s && T();
|
|
463
|
+
var t = (s.lzy ? 0 : z) || /* @__PURE__ */ ir();
|
|
464
|
+
return t.v ? t.v(r) : /* @__PURE__ */ Dr(r);
|
|
465
465
|
}
|
|
466
466
|
// @__NO_SIDE_EFFECTS__
|
|
467
467
|
function Wt(r) {
|
|
468
|
-
return !
|
|
468
|
+
return !s && T(), cr = (s.lzy ? 0 : cr) || /* @__PURE__ */ C(l(Jn, ["for"]).v), (cr.v || Vn)(r);
|
|
469
469
|
}
|
|
470
470
|
// @__NO_SIDE_EFFECTS__
|
|
471
471
|
function gr(r) {
|
|
472
|
-
return !!r &&
|
|
472
|
+
return !!r && g(r.next);
|
|
473
473
|
}
|
|
474
474
|
// @__NO_SIDE_EFFECTS__
|
|
475
475
|
function Qn(r) {
|
|
476
|
-
return !/* @__PURE__ */ Nr(r) &&
|
|
476
|
+
return !/* @__PURE__ */ Nr(r) && g(r[/* @__PURE__ */ tn(3)]);
|
|
477
477
|
}
|
|
478
478
|
var K;
|
|
479
479
|
function Xn(r, n, t) {
|
|
480
|
-
if (r && (/* @__PURE__ */ gr(r) || (!K && (K = /* @__PURE__ */ C(/* @__PURE__ */ tn(3))), r = r[K.v] ? r[K.v]() :
|
|
480
|
+
if (r && (/* @__PURE__ */ gr(r) || (!K && (K = /* @__PURE__ */ C(/* @__PURE__ */ tn(3))), r = r[K.v] ? r[K.v]() : c), /* @__PURE__ */ gr(r))) {
|
|
481
481
|
var e = y, a = y;
|
|
482
482
|
try {
|
|
483
|
-
for (var o = 0; !(a = r.next()).done && n[
|
|
483
|
+
for (var o = 0; !(a = r.next()).done && n[p](t || r, a.value, o, r) !== -1; )
|
|
484
484
|
o++;
|
|
485
485
|
} catch (i) {
|
|
486
|
-
e = { e: i }, r.throw && (a =
|
|
486
|
+
e = { e: i }, r.throw && (a = c, r.throw(e));
|
|
487
487
|
} finally {
|
|
488
488
|
try {
|
|
489
489
|
a && !a.done && r.return && r.return(a);
|
|
@@ -501,9 +501,9 @@ function Vt(r, n) {
|
|
|
501
501
|
}
|
|
502
502
|
var kt = /* @__PURE__ */ j("indexOf", Q), Yt = /* @__PURE__ */ j("map", Q);
|
|
503
503
|
function Kt(r, n, t) {
|
|
504
|
-
return ((r ? r.slice :
|
|
504
|
+
return ((r ? r.slice : c) || d).apply(r, d[p](arguments, 1));
|
|
505
505
|
}
|
|
506
|
-
var Bt = /* @__PURE__ */ j("reduce", Q), lr, en = /* @__PURE__ */
|
|
506
|
+
var Bt = /* @__PURE__ */ j("reduce", Q), lr, en = /* @__PURE__ */ b(/* @__PURE__ */ u(_, "setPrototypeOf"), Zn);
|
|
507
507
|
function Zn(r, n) {
|
|
508
508
|
var t;
|
|
509
509
|
return !lr && (lr = /* @__PURE__ */ C((t = {}, t[B] = [], t instanceof Array))), lr.v ? r[B] = n : V(n, function(e, a) {
|
|
@@ -512,32 +512,32 @@ function Zn(r, n) {
|
|
|
512
512
|
}
|
|
513
513
|
// @__NO_SIDE_EFFECTS__
|
|
514
514
|
function rt(r, n, t) {
|
|
515
|
-
|
|
515
|
+
l(L, [n, x, { v: r, c: !0, e: !1 }]), n = en(n, t);
|
|
516
516
|
function e() {
|
|
517
|
-
this[$] = n,
|
|
517
|
+
this[$] = n, l(L, [this, x, { v: r, c: !0, e: !1 }]);
|
|
518
518
|
}
|
|
519
|
-
return n[
|
|
519
|
+
return n[w] = t === c ? Zr(t) : (e[w] = t[w], new e()), n;
|
|
520
520
|
}
|
|
521
521
|
function Rr(r, n) {
|
|
522
522
|
n && (r[x] = n);
|
|
523
523
|
}
|
|
524
524
|
// @__NO_SIDE_EFFECTS__
|
|
525
|
-
function nt(r, n, t) {
|
|
526
|
-
var
|
|
525
|
+
function nt(r, n, t, e) {
|
|
526
|
+
var a = Error, o = a[w][x], i = Error.captureStackTrace;
|
|
527
527
|
return /* @__PURE__ */ rt(r, function() {
|
|
528
|
-
var
|
|
528
|
+
var v = this, h = arguments;
|
|
529
529
|
try {
|
|
530
|
-
|
|
531
|
-
var
|
|
532
|
-
if (
|
|
533
|
-
var
|
|
534
|
-
|
|
530
|
+
l(Rr, [a, r]);
|
|
531
|
+
var f = O(a, v, e ? e(h) : d[p](h)) || v;
|
|
532
|
+
if (f !== v) {
|
|
533
|
+
var m = dr(v);
|
|
534
|
+
m !== dr(f) && en(f, m);
|
|
535
535
|
}
|
|
536
|
-
return
|
|
536
|
+
return i && i(f, v[$]), n && n(f, h), f;
|
|
537
537
|
} finally {
|
|
538
|
-
|
|
538
|
+
l(Rr, [a, o]);
|
|
539
539
|
}
|
|
540
|
-
},
|
|
540
|
+
}, a);
|
|
541
541
|
}
|
|
542
542
|
var vr;
|
|
543
543
|
function $t(r) {
|
|
@@ -552,15 +552,15 @@ function tt(r) {
|
|
|
552
552
|
var et = /* @__PURE__ */ tt(/^\s+|(?=\s)\s+$/g), xt = /* @__PURE__ */ er("trim", N, et), Jt = /* @__PURE__ */ u(W, "floor"), pr, yr, _r;
|
|
553
553
|
// @__NO_SIDE_EFFECTS__
|
|
554
554
|
function at(r) {
|
|
555
|
-
if (!r || typeof r !==
|
|
555
|
+
if (!r || typeof r !== M)
|
|
556
556
|
return !1;
|
|
557
557
|
_r || (_r = /* @__PURE__ */ Bn() ? nn() : !0);
|
|
558
558
|
var n = !1;
|
|
559
559
|
if (r !== _r) {
|
|
560
|
-
yr || (pr = Function[
|
|
560
|
+
yr || (pr = Function[w][A], yr = pr[p](_));
|
|
561
561
|
try {
|
|
562
562
|
var t = dr(r);
|
|
563
|
-
n = !t, n || (/* @__PURE__ */ Kr(t, $) && (t = t[$]), n = !!(t && typeof t === q && pr[
|
|
563
|
+
n = !t, n || (/* @__PURE__ */ Kr(t, $) && (t = t[$]), n = !!(t && typeof t === q && pr[p](t) === yr));
|
|
564
564
|
} catch {
|
|
565
565
|
}
|
|
566
566
|
}
|
|
@@ -570,7 +570,7 @@ function at(r) {
|
|
|
570
570
|
function ot(r) {
|
|
571
571
|
return r.value && on(r), !0;
|
|
572
572
|
}
|
|
573
|
-
var
|
|
573
|
+
var Mr = [
|
|
574
574
|
st,
|
|
575
575
|
on,
|
|
576
576
|
lt,
|
|
@@ -584,45 +584,45 @@ function it(r, n, t, e) {
|
|
|
584
584
|
return a = o, -1;
|
|
585
585
|
}), a || (a = { k: n, v: n }, r.push(a), e(a)), a.v;
|
|
586
586
|
}
|
|
587
|
-
function
|
|
587
|
+
function Fr(r, n, t, e) {
|
|
588
588
|
var a = t.handler, o = t.path ? e ? t.path.concat(e) : t.path : [], i = {
|
|
589
589
|
handler: t.handler,
|
|
590
590
|
src: t.src,
|
|
591
591
|
path: o
|
|
592
|
-
},
|
|
593
|
-
|
|
594
|
-
var
|
|
595
|
-
type:
|
|
596
|
-
isPrim:
|
|
597
|
-
isPlain:
|
|
592
|
+
}, v = typeof n, h = !1, f = n === c;
|
|
593
|
+
f || (n && v === M ? h = /* @__PURE__ */ at(n) : f = /* @__PURE__ */ pn(v));
|
|
594
|
+
var m = {
|
|
595
|
+
type: v,
|
|
596
|
+
isPrim: f,
|
|
597
|
+
isPlain: h,
|
|
598
598
|
value: n,
|
|
599
599
|
result: n,
|
|
600
600
|
path: o,
|
|
601
601
|
origin: t.src,
|
|
602
|
-
copy: function(
|
|
603
|
-
return
|
|
602
|
+
copy: function(D, P) {
|
|
603
|
+
return Fr(r, D, P ? i : t, P);
|
|
604
604
|
},
|
|
605
|
-
copyTo: function(
|
|
606
|
-
return an(r,
|
|
605
|
+
copyTo: function(D, P) {
|
|
606
|
+
return an(r, D, P, i);
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
|
-
return
|
|
610
|
-
L(
|
|
609
|
+
return m.isPrim ? a && a[p](t, m) ? m.result : n : /* @__PURE__ */ it(r, n, o, function(D) {
|
|
610
|
+
L(m, "result", {
|
|
611
611
|
g: function() {
|
|
612
|
-
return
|
|
612
|
+
return D.v;
|
|
613
613
|
},
|
|
614
614
|
s: function(sn) {
|
|
615
|
-
|
|
615
|
+
D.v = sn;
|
|
616
616
|
}
|
|
617
617
|
});
|
|
618
|
-
for (var P = 0, Ir = a; !(Ir || (P <
|
|
619
|
-
Ir =
|
|
618
|
+
for (var P = 0, Ir = a; !(Ir || (P < Mr.length ? Mr[P++] : ot))[p](t, m); )
|
|
619
|
+
Ir = c;
|
|
620
620
|
});
|
|
621
621
|
}
|
|
622
622
|
function an(r, n, t, e) {
|
|
623
623
|
if (!/* @__PURE__ */ Or(t))
|
|
624
624
|
for (var a in t)
|
|
625
|
-
n[a] =
|
|
625
|
+
n[a] = Fr(r, t[a], e, a);
|
|
626
626
|
return n;
|
|
627
627
|
}
|
|
628
628
|
function ut(r, n, t) {
|
|
@@ -639,7 +639,7 @@ function ft(r, n) {
|
|
|
639
639
|
handler: n,
|
|
640
640
|
src: r
|
|
641
641
|
};
|
|
642
|
-
return
|
|
642
|
+
return Fr([], r, t);
|
|
643
643
|
}
|
|
644
644
|
function st(r) {
|
|
645
645
|
var n = r.value;
|
|
@@ -670,10 +670,10 @@ function un(r, n) {
|
|
|
670
670
|
}), r;
|
|
671
671
|
}
|
|
672
672
|
function qt(r, n, t, e, a, o, i) {
|
|
673
|
-
return un(/* @__PURE__ */ ft(r) || {},
|
|
673
|
+
return un(/* @__PURE__ */ ft(r) || {}, d[p](arguments));
|
|
674
674
|
}
|
|
675
675
|
function Qt(r, n, t, e, a, o, i) {
|
|
676
|
-
return un(r || {},
|
|
676
|
+
return un(r || {}, d[p](arguments));
|
|
677
677
|
}
|
|
678
678
|
var vt = /* @__PURE__ */ j("split", N);
|
|
679
679
|
function Xt(r, n, t) {
|
|
@@ -684,37 +684,37 @@ function Xt(r, n, t) {
|
|
|
684
684
|
}), r[a] = t;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
var Zt = /* @__PURE__ */ dn(
|
|
687
|
+
var Zt = /* @__PURE__ */ dn(F), br;
|
|
688
688
|
// @__NO_SIDE_EFFECTS__
|
|
689
689
|
function re() {
|
|
690
|
-
return !
|
|
690
|
+
return !s && T(), (!br || s.lzy) && (br = /* @__PURE__ */ C(l(H, ["performance"]).v)), br.v;
|
|
691
691
|
}
|
|
692
|
-
var ne = /* @__PURE__ */ u(W, "round"), te = /* @__PURE__ */
|
|
692
|
+
var ne = /* @__PURE__ */ u(W, "round"), te = /* @__PURE__ */ b(/* @__PURE__ */ u(_, Pr), jr), ee = /* @__PURE__ */ er("endsWith", N, pt);
|
|
693
693
|
// @__NO_SIDE_EFFECTS__
|
|
694
694
|
function pt(r, n, t) {
|
|
695
695
|
hn(r);
|
|
696
|
-
var e = kr(n) ? n : S(n), a = !/* @__PURE__ */ Z(t) && t < r[
|
|
697
|
-
return Xr(r, a - e[
|
|
696
|
+
var e = kr(n) ? n : S(n), a = !/* @__PURE__ */ Z(t) && t < r[F] ? t : r[F];
|
|
697
|
+
return Xr(r, a - e[F], a) === e;
|
|
698
698
|
}
|
|
699
699
|
var ae = /* @__PURE__ */ j("indexOf", N), hr = "ref", mr = "unref", wr = "hasRef", yt = "enabled";
|
|
700
700
|
// @__NO_SIDE_EFFECTS__
|
|
701
701
|
function _t(r, n, t) {
|
|
702
|
-
var e = !0, a = r ? n(
|
|
702
|
+
var e = !0, a = r ? n(c) : c, o;
|
|
703
703
|
function i() {
|
|
704
704
|
return e = !1, a && a[mr] && a[mr](), o;
|
|
705
705
|
}
|
|
706
|
-
function
|
|
707
|
-
a && t(a), a =
|
|
706
|
+
function v() {
|
|
707
|
+
a && t(a), a = c;
|
|
708
708
|
}
|
|
709
|
-
function
|
|
709
|
+
function h() {
|
|
710
710
|
return a = n(a), e || i(), o;
|
|
711
711
|
}
|
|
712
|
-
function
|
|
713
|
-
!
|
|
712
|
+
function f(m) {
|
|
713
|
+
!m && a && v(), m && !a && h();
|
|
714
714
|
}
|
|
715
715
|
return o = {
|
|
716
|
-
cancel:
|
|
717
|
-
refresh:
|
|
716
|
+
cancel: v,
|
|
717
|
+
refresh: h
|
|
718
718
|
}, o[wr] = function() {
|
|
719
719
|
return a && a[wr] ? a[wr]() : e;
|
|
720
720
|
}, o[hr] = function() {
|
|
@@ -723,60 +723,60 @@ function _t(r, n, t) {
|
|
|
723
723
|
get: function() {
|
|
724
724
|
return !!a;
|
|
725
725
|
},
|
|
726
|
-
set:
|
|
726
|
+
set: f
|
|
727
727
|
}), {
|
|
728
728
|
h: o,
|
|
729
729
|
dn: function() {
|
|
730
|
-
a =
|
|
730
|
+
a = c;
|
|
731
731
|
}
|
|
732
732
|
};
|
|
733
733
|
}
|
|
734
734
|
var bt, ht;
|
|
735
735
|
function mt(r) {
|
|
736
|
-
var n =
|
|
736
|
+
var n = g(r) ? r : bt;
|
|
737
737
|
if (!n) {
|
|
738
738
|
var t = (/* @__PURE__ */ or()).tmOut || [];
|
|
739
|
-
U(t) && t.length > 0 &&
|
|
739
|
+
U(t) && t.length > 0 && g(t[0]) && (n = t[0]);
|
|
740
740
|
}
|
|
741
741
|
return n || setTimeout;
|
|
742
742
|
}
|
|
743
743
|
function wt(r) {
|
|
744
|
-
var n =
|
|
744
|
+
var n = g(r) ? r : ht;
|
|
745
745
|
if (!n) {
|
|
746
746
|
var t = (/* @__PURE__ */ or()).tmOut || [];
|
|
747
|
-
U(t) && t.length > 1 &&
|
|
747
|
+
U(t) && t.length > 1 && g(t[1]) && (n = t[1]);
|
|
748
748
|
}
|
|
749
749
|
return n || clearTimeout;
|
|
750
750
|
}
|
|
751
751
|
function fn(r, n, t) {
|
|
752
|
-
var e = U(n), a = e ? n.length : 0, o = mt(a > 0 ? n[0] : e ? y : n), i = wt(a > 1 ? n[1] : y),
|
|
752
|
+
var e = U(n), a = e ? n.length : 0, o = mt(a > 0 ? n[0] : e ? y : n), i = wt(a > 1 ? n[1] : y), v = t[0];
|
|
753
753
|
t[0] = function() {
|
|
754
|
-
|
|
754
|
+
h.dn(), O(v, y, d[p](arguments));
|
|
755
755
|
};
|
|
756
|
-
var
|
|
757
|
-
if (
|
|
758
|
-
if (
|
|
759
|
-
return
|
|
760
|
-
O(i, y, [
|
|
756
|
+
var h = /* @__PURE__ */ _t(r, function(f) {
|
|
757
|
+
if (f) {
|
|
758
|
+
if (f.refresh)
|
|
759
|
+
return f.refresh(), f;
|
|
760
|
+
O(i, y, [f]);
|
|
761
761
|
}
|
|
762
762
|
return O(o, y, t);
|
|
763
|
-
}, function(
|
|
764
|
-
O(i, y, [
|
|
763
|
+
}, function(f) {
|
|
764
|
+
O(i, y, [f]);
|
|
765
765
|
});
|
|
766
|
-
return
|
|
766
|
+
return h.h;
|
|
767
767
|
}
|
|
768
768
|
function oe(r, n) {
|
|
769
|
-
return fn(!0, y,
|
|
769
|
+
return fn(!0, y, d[p](arguments));
|
|
770
770
|
}
|
|
771
771
|
function ie(r, n) {
|
|
772
|
-
return fn(!1, y,
|
|
772
|
+
return fn(!1, y, d[p](arguments));
|
|
773
773
|
}
|
|
774
774
|
export {
|
|
775
775
|
ie as $,
|
|
776
776
|
H as A,
|
|
777
777
|
Ut as B,
|
|
778
778
|
Kn as C,
|
|
779
|
-
|
|
779
|
+
Dn as D,
|
|
780
780
|
Xr as E,
|
|
781
781
|
Jt as F,
|
|
782
782
|
zn as G,
|
|
@@ -786,7 +786,7 @@ export {
|
|
|
786
786
|
I as K,
|
|
787
787
|
te as L,
|
|
788
788
|
kt as M,
|
|
789
|
-
|
|
789
|
+
At as N,
|
|
790
790
|
oe as O,
|
|
791
791
|
Zt as P,
|
|
792
792
|
Kt as Q,
|
|
@@ -794,7 +794,7 @@ export {
|
|
|
794
794
|
Gn as S,
|
|
795
795
|
Et as T,
|
|
796
796
|
ee as U,
|
|
797
|
-
|
|
797
|
+
l as V,
|
|
798
798
|
It as W,
|
|
799
799
|
ar as X,
|
|
800
800
|
Vt as Y,
|
|
@@ -809,11 +809,11 @@ export {
|
|
|
809
809
|
C as a5,
|
|
810
810
|
Qn as a6,
|
|
811
811
|
Xn as a7,
|
|
812
|
-
|
|
812
|
+
Mt as a8,
|
|
813
813
|
tn as a9,
|
|
814
814
|
Ht as aa,
|
|
815
815
|
re as ab,
|
|
816
|
-
|
|
816
|
+
Ft as ac,
|
|
817
817
|
Bt as ad,
|
|
818
818
|
Yt as ae,
|
|
819
819
|
ne as af,
|
|
@@ -826,7 +826,7 @@ export {
|
|
|
826
826
|
vt as am,
|
|
827
827
|
$t as an,
|
|
828
828
|
Nt as b,
|
|
829
|
-
|
|
829
|
+
Dt as c,
|
|
830
830
|
Ct as d,
|
|
831
831
|
Cr as e,
|
|
832
832
|
nt as f,
|
|
@@ -844,7 +844,7 @@ export {
|
|
|
844
844
|
V as r,
|
|
845
845
|
ae as s,
|
|
846
846
|
nr as t,
|
|
847
|
-
|
|
847
|
+
g as u,
|
|
848
848
|
Br as v,
|
|
849
849
|
L as w,
|
|
850
850
|
at as x,
|