@vc-shell/framework 1.2.4-beta.3 → 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 +143 -59
- 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 +25 -24
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useAppBarMobileButtons/index.d.ts +1 -1
- package/dist/core/composables/useAppBarWidget/index.d.ts +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 +19 -2
- 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/useBlade/index.d.ts +2 -2
- 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/useDashboard/index.d.ts +1 -1
- package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
- package/dist/core/composables/useErrorHandler/index.d.ts +1 -1
- package/dist/core/composables/useFunctions/index.d.ts +4 -4
- package/dist/core/composables/useGlobalSearch/index.d.ts +1 -1
- package/dist/core/composables/useKeyboardNavigation/index.d.ts.map +1 -1
- package/dist/core/composables/useLanguages/index.d.ts +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/useNotifications/index.d.ts +1 -1
- package/dist/core/composables/useSettingsMenu/index.d.ts +1 -1
- package/dist/core/composables/useToolbar/index.d.ts +2 -2
- package/dist/core/composables/useUser/index.d.ts +2 -2
- 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 +2 -2
- 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/composables/useWidgets/index.d.ts +1 -1
- package/dist/core/constants/index.d.ts +3 -3
- package/dist/core/directives/index.d.ts +2 -2
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts +3 -3
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -2
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +1 -1
- package/dist/core/plugins/ai-agent/constants.d.ts +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts +9 -9
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +1 -1
- package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +1 -1
- package/dist/core/plugins/extension-points/defineExtensionPoint.d.ts +1 -1
- package/dist/core/plugins/extension-points/index.d.ts +4 -4
- package/dist/core/plugins/extension-points/store.d.ts +1 -1
- package/dist/core/plugins/extension-points/useExtensionPoint.d.ts +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 +6 -7
- package/dist/core/plugins/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +2 -2
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/loader.d.ts +1 -0
- 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/plugins/validation/index.d.ts +1 -1
- package/dist/core/services/_internal/index.d.ts +3 -3
- package/dist/core/services/app-bar-menu-service.d.ts +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/dashboard-service.d.ts +1 -1
- package/dist/core/services/index.d.ts +9 -9
- package/dist/core/services/menu-service.d.ts +10 -2
- package/dist/core/services/menu-service.d.ts.map +1 -1
- package/dist/core/services/settings-menu-service.d.ts +1 -1
- package/dist/core/services/toolbar-service.d.ts +2 -2
- package/dist/core/services/toolbar-service.d.ts.map +1 -1
- package/dist/core/services/widget-service.d.ts +2 -2
- 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 +8 -6
- 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 +463 -33358
- package/dist/index-DVyGELzS.js +33689 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +15 -6
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.json +14 -6
- package/dist/locales/en.json +15 -7
- package/dist/shared/components/app-switcher/components/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -1
- package/dist/shared/components/app-switcher/composables/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/index.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/index.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +1 -1
- 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-navigation/index.d.ts +2 -2
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/index.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +2 -2
- 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/components/vc-blade-view/vc-blade-view.d.ts +3 -3
- package/dist/shared/components/blade-navigation/composables/index.d.ts +5 -5
- package/dist/shared/components/blade-navigation/composables/useBladeMessaging.d.ts +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigationAdapter.d.ts +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts +2 -2
- package/dist/shared/components/blade-navigation/index.d.ts +4 -4
- package/dist/shared/components/blade-navigation/plugin-v2.d.ts +4 -4
- 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/blade-navigation/utils/restoreFromUrl.d.ts +2 -2
- package/dist/shared/components/blade-navigation/utils/urlSync.d.ts +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shared/components/change-password/index.d.ts +1 -1
- package/dist/shared/components/change-password-button/index.d.ts +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/ChartContainer.vue.d.ts +16 -0
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +7 -0
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +12 -0
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +34 -0
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +28 -0
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +34 -0
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/chart-utils.d.ts +29 -0
- package/dist/shared/components/dashboard-charts/chart-utils.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/index.d.ts +11 -0
- package/dist/shared/components/dashboard-charts/index.d.ts.map +1 -0
- package/dist/shared/components/dashboard-charts/types.d.ts +7 -0
- package/dist/shared/components/dashboard-charts/types.d.ts.map +1 -0
- package/dist/shared/components/dashboard-widget-card/index.d.ts +4 -4
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -1
- package/dist/shared/components/draggable-dashboard/composables/useGridstack.d.ts +1 -1
- package/dist/shared/components/draggable-dashboard/composables/useGridstackAdapter.d.ts +1 -1
- package/dist/shared/components/draggable-dashboard/index.d.ts +5 -5
- package/dist/shared/components/error-interceptor/index.d.ts +2 -2
- 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/index.d.ts +19 -18
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +1 -1
- package/dist/shared/components/logout-button/index.d.ts +1 -1
- package/dist/shared/components/multilanguage-selector/index.d.ts +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/_internal/notification/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +2 -2
- package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-template/index.d.ts +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/index.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +7 -18
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/index.d.ts +2 -2
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +1 -10
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/useInstance/index.d.ts +1 -1
- package/dist/shared/components/notifications/core/index.d.ts +1 -1
- package/dist/shared/components/notifications/core/notification.d.ts +1 -2
- package/dist/shared/components/notifications/core/notification.d.ts.map +1 -1
- package/dist/shared/components/notifications/index.d.ts +4 -4
- 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/components/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/composables/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +3 -3
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/index.d.ts +7 -7
- package/dist/shared/components/popup-handler/keys.d.ts +1 -1
- package/dist/shared/components/popup-handler/plugin.d.ts +1 -1
- package/dist/shared/components/popup-handler/types/index.d.ts +1 -1
- package/dist/shared/components/settings-menu/index.d.ts +1 -1
- package/dist/shared/components/settings-menu-item/index.d.ts +1 -1
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
- package/dist/shared/components/sidebar/index.d.ts +3 -3
- package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts +1 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/index.d.ts +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
- package/dist/shared/components/theme-selector/index.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +3 -3
- package/dist/shared/components/user-dropdown-button/index.d.ts +1 -1
- package/dist/shared/composables/index.d.ts +5 -5
- package/dist/shared/composables/useModificationTracker/index.d.ts.map +1 -1
- package/dist/shared/index.d.ts +5 -5
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +2 -2
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/index.d.ts +1 -1
- package/dist/shared/modules/assets/components/index.d.ts +1 -1
- package/dist/shared/modules/assets/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +3 -3
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +19 -19
- package/dist/shared/modules/dynamic/components/factories.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +6 -6
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +4 -4
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/composables/index.d.ts +4 -4
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +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 +1 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +7 -6
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +1 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +2 -2
- package/dist/shared/modules/dynamic/helpers/override.d.ts +1 -1
- package/dist/shared/modules/dynamic/index.d.ts +5 -5
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +11 -11
- 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 +16 -16
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/types/index.d.ts +13 -3
- 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/modules/index.d.ts +3 -3
- package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/index.d.ts +1 -1
- package/dist/shared/pages/ChangePasswordPage/index.d.ts +1 -1
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/index.d.ts +1 -1
- package/dist/shared/pages/ForgotPasswordPage/components/index.d.ts +1 -1
- package/dist/shared/pages/ForgotPasswordPage/index.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/index.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +1 -1
- package/dist/shared/pages/InvitePage/index.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/index.d.ts +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/shared/pages/LoginPage/components/login/index.d.ts +1 -1
- package/dist/shared/pages/LoginPage/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/index.d.ts +1 -1
- package/dist/shared/pages/index.d.ts +5 -5
- package/dist/shared/pages/plugin.d.ts +5 -5
- package/dist/shared/utilities/index.d.ts +4 -4
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/index.d.ts +21 -21
- package/dist/ui/components/atoms/vc-badge/index.d.ts +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/index.d.ts +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/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +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 +3 -3
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/composables/index.d.ts +2 -2
- package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/icons/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +3 -3
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +2 -2
- 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 +1 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +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-row/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-scrollable-container/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-skeleton/index.d.ts +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-status/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-tooltip/index.d.ts +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/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
- package/dist/ui/components/index.d.ts +3 -3
- package/dist/ui/components/molecules/index.d.ts +26 -27
- 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-accordion/index.d.ts +4 -4
- 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/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +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 +1 -1
- 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 +2 -2
- 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/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +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/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +2 -2
- 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/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +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/_internal/vc-editor-custom-button.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +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 +2 -2
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/index.d.ts +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/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -5
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +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 +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +19 -88
- 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 -2
- 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 +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/index.d.ts +2 -2
- 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/index.d.ts +6 -6
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueInput.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueValues.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +3 -4
- 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 +2 -2
- 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/index.d.ts +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/composables/index.d.ts +7 -7
- package/dist/ui/components/molecules/vc-select/composables/useSelectDropdown.d.ts +1 -1
- package/dist/ui/components/molecules/vc-select/index.d.ts +2 -2
- 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 +2 -7
- 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/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +3 -4
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +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 +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-toast/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +8 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/index.d.ts +9 -8
- 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 +1 -4
- 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 +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 +2 -8
- 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 +5 -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.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 +3 -3
- 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 +1 -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/menu/VcAppMenuGroup.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue.d.ts +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/menu/composables/useBadge.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +11 -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 +2 -2
- 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 +1 -1
- package/dist/ui/components/organisms/vc-app/composition/app-bar/index.d.ts +6 -6
- package/dist/ui/components/organisms/vc-app/composition/index.d.ts +6 -6
- package/dist/ui/components/organisms/vc-app/composition/layouts/index.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/composition/menu/index.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/composition/shell/index.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/composition/sidebar/index.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/composition/state/index.d.ts +4 -4
- package/dist/ui/components/organisms/vc-app/index.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-auth-layout/index.d.ts +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/BladeToolbar.vue.d.ts +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 +5 -6
- 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 +2 -2
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.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/constants.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/utils.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +4 -2
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +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 +3 -1
- 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/index.d.ts +1 -1
- 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/index.d.ts +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/VcTableAdapter.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -2
- 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/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +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 +22 -12
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +8 -3
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +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 +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 +5 -5
- 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/cells/index.d.ts +11 -11
- package/dist/ui/components/organisms/vc-table/components/index.d.ts +26 -26
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/index.d.ts +5 -5
- package/dist/ui/components/organisms/vc-table/composables/index.d.ts +30 -30
- package/dist/ui/components/organisms/vc-table/composables/useColumnFilter.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useMobileCardLayout.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/composables/useTableColumns.d.ts +2 -2
- 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 +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/useTableRowReorder.d.ts +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/composables/useTableSort.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/keys.d.ts +14 -3
- package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +5 -3
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/utils/index.d.ts +3 -3
- package/dist/ui/composables/index.d.ts +6 -5
- 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 +3 -2
- 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-d3-array-9cpTrqlO.js +149 -0
- package/dist/vendor-d3-axis-D1_DbKLz.js +74 -0
- package/dist/vendor-d3-brush-CcKeJp9e.js +1 -0
- package/dist/vendor-d3-color-BOYE6h_9.js +306 -0
- package/dist/vendor-d3-dispatch-fx-WMg0D.js +64 -0
- package/dist/vendor-d3-ease-Cr34gv04.js +8 -0
- package/dist/vendor-d3-format-DaIwZvFc.js +182 -0
- package/dist/vendor-d3-interpolate-BYG2gvO4.js +177 -0
- package/dist/vendor-d3-interpolate-path-CpGLvKgS.js +299 -0
- package/dist/vendor-d3-path-DJOTitNW.js +64 -0
- package/dist/vendor-d3-scale-CC5rtdt5.js +561 -0
- package/dist/vendor-d3-selection-CNMxsYiL.js +603 -0
- package/dist/vendor-d3-shape-DBhCDMiV.js +925 -0
- package/dist/vendor-d3-time-DAPP210_.js +212 -0
- package/dist/vendor-d3-time-format-hD7iE2WG.js +491 -0
- package/dist/vendor-d3-timer-C1cUWKPz.js +67 -0
- package/dist/vendor-d3-transition-BbNQT7qF.js +524 -0
- package/dist/vendor-d3-zoom-CcKeJp9e.js +1 -0
- 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-emotion-cache-eEZT5l-Q.js +274 -0
- package/dist/vendor-emotion-hash-DImMRhyK.js +22 -0
- package/dist/vendor-emotion-memoize-BcEUCz8q.js +9 -0
- package/dist/vendor-emotion-serialize-BSDW8NwU.js +123 -0
- package/dist/vendor-emotion-sheet-CS8ZBl9s.js +44 -0
- package/dist/vendor-emotion-unitless-B7u1PU6w.js +53 -0
- package/dist/vendor-emotion-utils-D7refZTM.js +28 -0
- 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-internmap-Q5729_cS.js +35 -0
- package/dist/vendor-juggle-resize-observer-DiSiNbbT.js +286 -0
- 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-microsoft-signalr-Bgpbb4fW.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-striptags-BrHtQQiF.js +120 -0
- package/dist/vendor-stylis-ClfDrgKE.js +334 -0
- package/dist/vendor-throttle-debounce-CX0imT7m.js +28 -0
- 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-unovis-ts-Bue71Kwt.js +2382 -0
- package/dist/vendor-unovis-vue-C_K1g5KH.js +446 -0
- 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 +10 -7
- 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/ChartContainer.vue +54 -0
- package/shared/components/dashboard-charts/ChartLegend.vue +40 -0
- package/shared/components/dashboard-charts/ChartTooltip.vue +43 -0
- package/shared/components/dashboard-charts/DashboardBarChart.vue +165 -0
- package/shared/components/dashboard-charts/DashboardDonutChart.vue +137 -0
- package/shared/components/dashboard-charts/DashboardLineChart.vue +170 -0
- package/shared/components/dashboard-charts/chart-theme.scss +19 -0
- package/shared/components/dashboard-charts/chart-tooltip.scss +48 -0
- package/shared/components/dashboard-charts/chart-utils.ts +189 -0
- package/shared/components/dashboard-charts/dashboard-charts.stories.ts +393 -0
- package/shared/components/dashboard-charts/index.ts +31 -0
- package/shared/components/dashboard-charts/types.ts +7 -0
- 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/index.ts +1 -0
- 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/sign-in/external-providers.vue +1 -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 +99 -83
- 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 +49 -38
- 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 +59 -49
- 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 +23 -34
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +11 -11
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +12 -18
- 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 +32 -38
- 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 +2 -2
- package/ui/components/molecules/vc-switch/vc-switch.vue +21 -17
- package/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.ts +44 -0
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +19 -21
- 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.test.ts +2 -23
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue +152 -196
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue +2 -2
- 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 +6 -46
- package/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue +33 -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 +234 -160
- package/ui/components/organisms/vc-app/composables/useShellBootstrap.test.ts +3 -14
- package/ui/components/organisms/vc-app/composables/useShellBootstrap.ts +101 -106
- 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 +107 -40
- 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-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-moment-DMLRxgRE.js +0 -2589
- package/dist/vendor-tanstack-virtual-core-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/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
|
@@ -0,0 +1,925 @@
|
|
|
1
|
+
import { P as zt } from "./vendor-d3-path-DJOTitNW.js";
|
|
2
|
+
function d(t) {
|
|
3
|
+
return function() {
|
|
4
|
+
return t;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
const yt = Math.abs, k = Math.atan2, L = Math.cos, qt = Math.max, at = Math.min, P = Math.sin, X = Math.sqrt, T = 1e-12, Y = Math.PI, U = Y / 2, Q = 2 * Y;
|
|
8
|
+
function jt(t) {
|
|
9
|
+
return t > 1 ? 0 : t < -1 ? Y : Math.acos(t);
|
|
10
|
+
}
|
|
11
|
+
function dt(t) {
|
|
12
|
+
return t >= 1 ? U : t <= -1 ? -U : Math.asin(t);
|
|
13
|
+
}
|
|
14
|
+
function kt(t) {
|
|
15
|
+
let i = 3;
|
|
16
|
+
return t.digits = function(n) {
|
|
17
|
+
if (!arguments.length) return i;
|
|
18
|
+
if (n == null)
|
|
19
|
+
i = null;
|
|
20
|
+
else {
|
|
21
|
+
const s = Math.floor(n);
|
|
22
|
+
if (!(s >= 0)) throw new RangeError(`invalid digits: ${n}`);
|
|
23
|
+
i = s;
|
|
24
|
+
}
|
|
25
|
+
return t;
|
|
26
|
+
}, () => new zt(i);
|
|
27
|
+
}
|
|
28
|
+
function Lt(t) {
|
|
29
|
+
return t.innerRadius;
|
|
30
|
+
}
|
|
31
|
+
function It(t) {
|
|
32
|
+
return t.outerRadius;
|
|
33
|
+
}
|
|
34
|
+
function Vt(t) {
|
|
35
|
+
return t.startAngle;
|
|
36
|
+
}
|
|
37
|
+
function Xt(t) {
|
|
38
|
+
return t.endAngle;
|
|
39
|
+
}
|
|
40
|
+
function Yt(t) {
|
|
41
|
+
return t && t.padAngle;
|
|
42
|
+
}
|
|
43
|
+
function Dt(t, i, n, s, a, _, r, e) {
|
|
44
|
+
var o = n - t, c = s - i, h = r - a, m = e - _, l = m * o - h * c;
|
|
45
|
+
if (!(l * l < T))
|
|
46
|
+
return l = (h * (i - _) - m * (t - a)) / l, [t + l * o, i + l * c];
|
|
47
|
+
}
|
|
48
|
+
function K(t, i, n, s, a, _, r) {
|
|
49
|
+
var e = t - n, o = i - s, c = (r ? _ : -_) / X(e * e + o * o), h = c * o, m = -c * e, l = t + h, f = i + m, y = n + h, g = s + m, C = (l + y) / 2, x = (f + g) / 2, w = y - l, b = g - f, v = w * w + b * b, N = a - _, S = l * g - y * f, B = (b < 0 ? -1 : 1) * X(qt(0, N * N * v - S * S)), O = (S * b - w * B) / v, z = (-S * w - b * B) / v, M = (S * b + w * B) / v, E = (-S * w + b * B) / v, A = O - C, u = z - x, p = M - C, j = E - x;
|
|
50
|
+
return A * A + u * u > p * p + j * j && (O = M, z = E), {
|
|
51
|
+
cx: O,
|
|
52
|
+
cy: z,
|
|
53
|
+
x01: -h,
|
|
54
|
+
y01: -m,
|
|
55
|
+
x11: O * (a / N - 1),
|
|
56
|
+
y11: z * (a / N - 1)
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function Ut() {
|
|
60
|
+
var t = Lt, i = It, n = d(0), s = null, a = Vt, _ = Xt, r = Yt, e = null, o = kt(c);
|
|
61
|
+
function c() {
|
|
62
|
+
var h, m, l = +t.apply(this, arguments), f = +i.apply(this, arguments), y = a.apply(this, arguments) - U, g = _.apply(this, arguments) - U, C = yt(g - y), x = g > y;
|
|
63
|
+
if (e || (e = h = o()), f < l && (m = f, f = l, l = m), !(f > T)) e.moveTo(0, 0);
|
|
64
|
+
else if (C > Q - T)
|
|
65
|
+
e.moveTo(f * L(y), f * P(y)), e.arc(0, 0, f, y, g, !x), l > T && (e.moveTo(l * L(g), l * P(g)), e.arc(0, 0, l, g, y, x));
|
|
66
|
+
else {
|
|
67
|
+
var w = y, b = g, v = y, N = g, S = C, B = C, O = r.apply(this, arguments) / 2, z = O > T && (s ? +s.apply(this, arguments) : X(l * l + f * f)), M = at(yt(f - l) / 2, +n.apply(this, arguments)), E = M, A = M, u, p;
|
|
68
|
+
if (z > T) {
|
|
69
|
+
var j = dt(z / l * P(O)), D = dt(z / f * P(O));
|
|
70
|
+
(S -= j * 2) > T ? (j *= x ? 1 : -1, v += j, N -= j) : (S = 0, v = N = (y + g) / 2), (B -= D * 2) > T ? (D *= x ? 1 : -1, w += D, b -= D) : (B = 0, w = b = (y + g) / 2);
|
|
71
|
+
}
|
|
72
|
+
var I = f * L(w), V = f * P(w), F = l * L(N), G = l * P(N);
|
|
73
|
+
if (M > T) {
|
|
74
|
+
var H = f * L(b), J = f * P(b), nt = l * L(v), st = l * P(v), R;
|
|
75
|
+
if (C < Y)
|
|
76
|
+
if (R = Dt(I, V, nt, st, H, J, F, G)) {
|
|
77
|
+
var et = I - R[0], _t = V - R[1], ht = H - R[0], ot = J - R[1], pt = 1 / P(jt((et * ht + _t * ot) / (X(et * et + _t * _t) * X(ht * ht + ot * ot))) / 2), xt = X(R[0] * R[0] + R[1] * R[1]);
|
|
78
|
+
E = at(M, (l - xt) / (pt - 1)), A = at(M, (f - xt) / (pt + 1));
|
|
79
|
+
} else
|
|
80
|
+
E = A = 0;
|
|
81
|
+
}
|
|
82
|
+
B > T ? A > T ? (u = K(nt, st, I, V, f, A, x), p = K(H, J, F, G, f, A, x), e.moveTo(u.cx + u.x01, u.cy + u.y01), A < M ? e.arc(u.cx, u.cy, A, k(u.y01, u.x01), k(p.y01, p.x01), !x) : (e.arc(u.cx, u.cy, A, k(u.y01, u.x01), k(u.y11, u.x11), !x), e.arc(0, 0, f, k(u.cy + u.y11, u.cx + u.x11), k(p.cy + p.y11, p.cx + p.x11), !x), e.arc(p.cx, p.cy, A, k(p.y11, p.x11), k(p.y01, p.x01), !x))) : (e.moveTo(I, V), e.arc(0, 0, f, w, b, !x)) : e.moveTo(I, V), !(l > T) || !(S > T) ? e.lineTo(F, G) : E > T ? (u = K(F, G, H, J, l, -E, x), p = K(I, V, nt, st, l, -E, x), e.lineTo(u.cx + u.x01, u.cy + u.y01), E < M ? e.arc(u.cx, u.cy, E, k(u.y01, u.x01), k(p.y01, p.x01), !x) : (e.arc(u.cx, u.cy, E, k(u.y01, u.x01), k(u.y11, u.x11), !x), e.arc(0, 0, l, k(u.cy + u.y11, u.cx + u.x11), k(p.cy + p.y11, p.cx + p.x11), x), e.arc(p.cx, p.cy, E, k(p.y11, p.x11), k(p.y01, p.x01), !x))) : e.arc(0, 0, l, N, v, x);
|
|
83
|
+
}
|
|
84
|
+
if (e.closePath(), h) return e = null, h + "" || null;
|
|
85
|
+
}
|
|
86
|
+
return c.centroid = function() {
|
|
87
|
+
var h = (+t.apply(this, arguments) + +i.apply(this, arguments)) / 2, m = (+a.apply(this, arguments) + +_.apply(this, arguments)) / 2 - Y / 2;
|
|
88
|
+
return [L(m) * h, P(m) * h];
|
|
89
|
+
}, c.innerRadius = function(h) {
|
|
90
|
+
return arguments.length ? (t = typeof h == "function" ? h : d(+h), c) : t;
|
|
91
|
+
}, c.outerRadius = function(h) {
|
|
92
|
+
return arguments.length ? (i = typeof h == "function" ? h : d(+h), c) : i;
|
|
93
|
+
}, c.cornerRadius = function(h) {
|
|
94
|
+
return arguments.length ? (n = typeof h == "function" ? h : d(+h), c) : n;
|
|
95
|
+
}, c.padRadius = function(h) {
|
|
96
|
+
return arguments.length ? (s = h == null ? null : typeof h == "function" ? h : d(+h), c) : s;
|
|
97
|
+
}, c.startAngle = function(h) {
|
|
98
|
+
return arguments.length ? (a = typeof h == "function" ? h : d(+h), c) : a;
|
|
99
|
+
}, c.endAngle = function(h) {
|
|
100
|
+
return arguments.length ? (_ = typeof h == "function" ? h : d(+h), c) : _;
|
|
101
|
+
}, c.padAngle = function(h) {
|
|
102
|
+
return arguments.length ? (r = typeof h == "function" ? h : d(+h), c) : r;
|
|
103
|
+
}, c.context = function(h) {
|
|
104
|
+
return arguments.length ? (e = h ?? null, c) : e;
|
|
105
|
+
}, c;
|
|
106
|
+
}
|
|
107
|
+
function Tt(t) {
|
|
108
|
+
return typeof t == "object" && "length" in t ? t : Array.from(t);
|
|
109
|
+
}
|
|
110
|
+
function wt(t) {
|
|
111
|
+
this._context = t;
|
|
112
|
+
}
|
|
113
|
+
wt.prototype = {
|
|
114
|
+
areaStart: function() {
|
|
115
|
+
this._line = 0;
|
|
116
|
+
},
|
|
117
|
+
areaEnd: function() {
|
|
118
|
+
this._line = NaN;
|
|
119
|
+
},
|
|
120
|
+
lineStart: function() {
|
|
121
|
+
this._point = 0;
|
|
122
|
+
},
|
|
123
|
+
lineEnd: function() {
|
|
124
|
+
(this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
|
|
125
|
+
},
|
|
126
|
+
point: function(t, i) {
|
|
127
|
+
switch (t = +t, i = +i, this._point) {
|
|
128
|
+
case 0:
|
|
129
|
+
this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
|
|
130
|
+
break;
|
|
131
|
+
case 1:
|
|
132
|
+
this._point = 2;
|
|
133
|
+
// falls through
|
|
134
|
+
default:
|
|
135
|
+
this._context.lineTo(t, i);
|
|
136
|
+
break;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
function Ft(t) {
|
|
141
|
+
return new wt(t);
|
|
142
|
+
}
|
|
143
|
+
function Gt(t) {
|
|
144
|
+
return t[0];
|
|
145
|
+
}
|
|
146
|
+
function Ht(t) {
|
|
147
|
+
return t[1];
|
|
148
|
+
}
|
|
149
|
+
function Wt(t, i) {
|
|
150
|
+
var n = d(!0), s = null, a = Ft, _ = null, r = kt(e);
|
|
151
|
+
t = typeof t == "function" ? t : t === void 0 ? Gt : d(t), i = typeof i == "function" ? i : i === void 0 ? Ht : d(i);
|
|
152
|
+
function e(o) {
|
|
153
|
+
var c, h = (o = Tt(o)).length, m, l = !1, f;
|
|
154
|
+
for (s == null && (_ = a(f = r())), c = 0; c <= h; ++c)
|
|
155
|
+
!(c < h && n(m = o[c], c, o)) === l && ((l = !l) ? _.lineStart() : _.lineEnd()), l && _.point(+t(m, c, o), +i(m, c, o));
|
|
156
|
+
if (f) return _ = null, f + "" || null;
|
|
157
|
+
}
|
|
158
|
+
return e.x = function(o) {
|
|
159
|
+
return arguments.length ? (t = typeof o == "function" ? o : d(+o), e) : t;
|
|
160
|
+
}, e.y = function(o) {
|
|
161
|
+
return arguments.length ? (i = typeof o == "function" ? o : d(+o), e) : i;
|
|
162
|
+
}, e.defined = function(o) {
|
|
163
|
+
return arguments.length ? (n = typeof o == "function" ? o : d(!!o), e) : n;
|
|
164
|
+
}, e.curve = function(o) {
|
|
165
|
+
return arguments.length ? (a = o, s != null && (_ = a(s)), e) : a;
|
|
166
|
+
}, e.context = function(o) {
|
|
167
|
+
return arguments.length ? (o == null ? s = _ = null : _ = a(s = o), e) : s;
|
|
168
|
+
}, e;
|
|
169
|
+
}
|
|
170
|
+
function Jt(t, i) {
|
|
171
|
+
return i < t ? -1 : i > t ? 1 : i >= t ? 0 : NaN;
|
|
172
|
+
}
|
|
173
|
+
function Kt(t) {
|
|
174
|
+
return t;
|
|
175
|
+
}
|
|
176
|
+
function Zt() {
|
|
177
|
+
var t = Kt, i = Jt, n = null, s = d(0), a = d(Q), _ = d(0);
|
|
178
|
+
function r(e) {
|
|
179
|
+
var o, c = (e = Tt(e)).length, h, m, l = 0, f = new Array(c), y = new Array(c), g = +s.apply(this, arguments), C = Math.min(Q, Math.max(-Q, a.apply(this, arguments) - g)), x, w = Math.min(Math.abs(C) / c, _.apply(this, arguments)), b = w * (C < 0 ? -1 : 1), v;
|
|
180
|
+
for (o = 0; o < c; ++o)
|
|
181
|
+
(v = y[f[o] = o] = +t(e[o], o, e)) > 0 && (l += v);
|
|
182
|
+
for (i != null ? f.sort(function(N, S) {
|
|
183
|
+
return i(y[N], y[S]);
|
|
184
|
+
}) : n != null && f.sort(function(N, S) {
|
|
185
|
+
return n(e[N], e[S]);
|
|
186
|
+
}), o = 0, m = l ? (C - c * b) / l : 0; o < c; ++o, g = x)
|
|
187
|
+
h = f[o], v = y[h], x = g + (v > 0 ? v * m : 0) + b, y[h] = {
|
|
188
|
+
data: e[h],
|
|
189
|
+
index: o,
|
|
190
|
+
value: v,
|
|
191
|
+
startAngle: g,
|
|
192
|
+
endAngle: x,
|
|
193
|
+
padAngle: w
|
|
194
|
+
};
|
|
195
|
+
return y;
|
|
196
|
+
}
|
|
197
|
+
return r.value = function(e) {
|
|
198
|
+
return arguments.length ? (t = typeof e == "function" ? e : d(+e), r) : t;
|
|
199
|
+
}, r.sortValues = function(e) {
|
|
200
|
+
return arguments.length ? (i = e, n = null, r) : i;
|
|
201
|
+
}, r.sort = function(e) {
|
|
202
|
+
return arguments.length ? (n = e, i = null, r) : n;
|
|
203
|
+
}, r.startAngle = function(e) {
|
|
204
|
+
return arguments.length ? (s = typeof e == "function" ? e : d(+e), r) : s;
|
|
205
|
+
}, r.endAngle = function(e) {
|
|
206
|
+
return arguments.length ? (a = typeof e == "function" ? e : d(+e), r) : a;
|
|
207
|
+
}, r.padAngle = function(e) {
|
|
208
|
+
return arguments.length ? (_ = typeof e == "function" ? e : d(+e), r) : _;
|
|
209
|
+
}, r;
|
|
210
|
+
}
|
|
211
|
+
function q() {
|
|
212
|
+
}
|
|
213
|
+
function W(t, i, n) {
|
|
214
|
+
t._context.bezierCurveTo(
|
|
215
|
+
(2 * t._x0 + t._x1) / 3,
|
|
216
|
+
(2 * t._y0 + t._y1) / 3,
|
|
217
|
+
(t._x0 + 2 * t._x1) / 3,
|
|
218
|
+
(t._y0 + 2 * t._y1) / 3,
|
|
219
|
+
(t._x0 + 4 * t._x1 + i) / 6,
|
|
220
|
+
(t._y0 + 4 * t._y1 + n) / 6
|
|
221
|
+
);
|
|
222
|
+
}
|
|
223
|
+
function tt(t) {
|
|
224
|
+
this._context = t;
|
|
225
|
+
}
|
|
226
|
+
tt.prototype = {
|
|
227
|
+
areaStart: function() {
|
|
228
|
+
this._line = 0;
|
|
229
|
+
},
|
|
230
|
+
areaEnd: function() {
|
|
231
|
+
this._line = NaN;
|
|
232
|
+
},
|
|
233
|
+
lineStart: function() {
|
|
234
|
+
this._x0 = this._x1 = this._y0 = this._y1 = NaN, this._point = 0;
|
|
235
|
+
},
|
|
236
|
+
lineEnd: function() {
|
|
237
|
+
switch (this._point) {
|
|
238
|
+
case 3:
|
|
239
|
+
W(this, this._x1, this._y1);
|
|
240
|
+
// falls through
|
|
241
|
+
case 2:
|
|
242
|
+
this._context.lineTo(this._x1, this._y1);
|
|
243
|
+
break;
|
|
244
|
+
}
|
|
245
|
+
(this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
|
|
246
|
+
},
|
|
247
|
+
point: function(t, i) {
|
|
248
|
+
switch (t = +t, i = +i, this._point) {
|
|
249
|
+
case 0:
|
|
250
|
+
this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
|
|
251
|
+
break;
|
|
252
|
+
case 1:
|
|
253
|
+
this._point = 2;
|
|
254
|
+
break;
|
|
255
|
+
case 2:
|
|
256
|
+
this._point = 3, this._context.lineTo((5 * this._x0 + this._x1) / 6, (5 * this._y0 + this._y1) / 6);
|
|
257
|
+
// falls through
|
|
258
|
+
default:
|
|
259
|
+
W(this, t, i);
|
|
260
|
+
break;
|
|
261
|
+
}
|
|
262
|
+
this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i;
|
|
263
|
+
}
|
|
264
|
+
};
|
|
265
|
+
function $t(t) {
|
|
266
|
+
return new tt(t);
|
|
267
|
+
}
|
|
268
|
+
function Nt(t) {
|
|
269
|
+
this._context = t;
|
|
270
|
+
}
|
|
271
|
+
Nt.prototype = {
|
|
272
|
+
areaStart: q,
|
|
273
|
+
areaEnd: q,
|
|
274
|
+
lineStart: function() {
|
|
275
|
+
this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = NaN, this._point = 0;
|
|
276
|
+
},
|
|
277
|
+
lineEnd: function() {
|
|
278
|
+
switch (this._point) {
|
|
279
|
+
case 1: {
|
|
280
|
+
this._context.moveTo(this._x2, this._y2), this._context.closePath();
|
|
281
|
+
break;
|
|
282
|
+
}
|
|
283
|
+
case 2: {
|
|
284
|
+
this._context.moveTo((this._x2 + 2 * this._x3) / 3, (this._y2 + 2 * this._y3) / 3), this._context.lineTo((this._x3 + 2 * this._x2) / 3, (this._y3 + 2 * this._y2) / 3), this._context.closePath();
|
|
285
|
+
break;
|
|
286
|
+
}
|
|
287
|
+
case 3: {
|
|
288
|
+
this.point(this._x2, this._y2), this.point(this._x3, this._y3), this.point(this._x4, this._y4);
|
|
289
|
+
break;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
point: function(t, i) {
|
|
294
|
+
switch (t = +t, i = +i, this._point) {
|
|
295
|
+
case 0:
|
|
296
|
+
this._point = 1, this._x2 = t, this._y2 = i;
|
|
297
|
+
break;
|
|
298
|
+
case 1:
|
|
299
|
+
this._point = 2, this._x3 = t, this._y3 = i;
|
|
300
|
+
break;
|
|
301
|
+
case 2:
|
|
302
|
+
this._point = 3, this._x4 = t, this._y4 = i, this._context.moveTo((this._x0 + 4 * this._x1 + t) / 6, (this._y0 + 4 * this._y1 + i) / 6);
|
|
303
|
+
break;
|
|
304
|
+
default:
|
|
305
|
+
W(this, t, i);
|
|
306
|
+
break;
|
|
307
|
+
}
|
|
308
|
+
this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i;
|
|
309
|
+
}
|
|
310
|
+
};
|
|
311
|
+
function ti(t) {
|
|
312
|
+
return new Nt(t);
|
|
313
|
+
}
|
|
314
|
+
function St(t) {
|
|
315
|
+
this._context = t;
|
|
316
|
+
}
|
|
317
|
+
St.prototype = {
|
|
318
|
+
areaStart: function() {
|
|
319
|
+
this._line = 0;
|
|
320
|
+
},
|
|
321
|
+
areaEnd: function() {
|
|
322
|
+
this._line = NaN;
|
|
323
|
+
},
|
|
324
|
+
lineStart: function() {
|
|
325
|
+
this._x0 = this._x1 = this._y0 = this._y1 = NaN, this._point = 0;
|
|
326
|
+
},
|
|
327
|
+
lineEnd: function() {
|
|
328
|
+
(this._line || this._line !== 0 && this._point === 3) && this._context.closePath(), this._line = 1 - this._line;
|
|
329
|
+
},
|
|
330
|
+
point: function(t, i) {
|
|
331
|
+
switch (t = +t, i = +i, this._point) {
|
|
332
|
+
case 0:
|
|
333
|
+
this._point = 1;
|
|
334
|
+
break;
|
|
335
|
+
case 1:
|
|
336
|
+
this._point = 2;
|
|
337
|
+
break;
|
|
338
|
+
case 2:
|
|
339
|
+
this._point = 3;
|
|
340
|
+
var n = (this._x0 + 4 * this._x1 + t) / 6, s = (this._y0 + 4 * this._y1 + i) / 6;
|
|
341
|
+
this._line ? this._context.lineTo(n, s) : this._context.moveTo(n, s);
|
|
342
|
+
break;
|
|
343
|
+
case 3:
|
|
344
|
+
this._point = 4;
|
|
345
|
+
// falls through
|
|
346
|
+
default:
|
|
347
|
+
W(this, t, i);
|
|
348
|
+
break;
|
|
349
|
+
}
|
|
350
|
+
this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i;
|
|
351
|
+
}
|
|
352
|
+
};
|
|
353
|
+
function ii(t) {
|
|
354
|
+
return new St(t);
|
|
355
|
+
}
|
|
356
|
+
function Et(t, i) {
|
|
357
|
+
this._basis = new tt(t), this._beta = i;
|
|
358
|
+
}
|
|
359
|
+
Et.prototype = {
|
|
360
|
+
lineStart: function() {
|
|
361
|
+
this._x = [], this._y = [], this._basis.lineStart();
|
|
362
|
+
},
|
|
363
|
+
lineEnd: function() {
|
|
364
|
+
var t = this._x, i = this._y, n = t.length - 1;
|
|
365
|
+
if (n > 0)
|
|
366
|
+
for (var s = t[0], a = i[0], _ = t[n] - s, r = i[n] - a, e = -1, o; ++e <= n; )
|
|
367
|
+
o = e / n, this._basis.point(
|
|
368
|
+
this._beta * t[e] + (1 - this._beta) * (s + o * _),
|
|
369
|
+
this._beta * i[e] + (1 - this._beta) * (a + o * r)
|
|
370
|
+
);
|
|
371
|
+
this._x = this._y = null, this._basis.lineEnd();
|
|
372
|
+
},
|
|
373
|
+
point: function(t, i) {
|
|
374
|
+
this._x.push(+t), this._y.push(+i);
|
|
375
|
+
}
|
|
376
|
+
};
|
|
377
|
+
const ni = (function t(i) {
|
|
378
|
+
function n(s) {
|
|
379
|
+
return i === 1 ? new tt(s) : new Et(s, i);
|
|
380
|
+
}
|
|
381
|
+
return n.beta = function(s) {
|
|
382
|
+
return t(+s);
|
|
383
|
+
}, n;
|
|
384
|
+
})(0.85);
|
|
385
|
+
function Z(t, i, n) {
|
|
386
|
+
t._context.bezierCurveTo(
|
|
387
|
+
t._x1 + t._k * (t._x2 - t._x0),
|
|
388
|
+
t._y1 + t._k * (t._y2 - t._y0),
|
|
389
|
+
t._x2 + t._k * (t._x1 - i),
|
|
390
|
+
t._y2 + t._k * (t._y1 - n),
|
|
391
|
+
t._x2,
|
|
392
|
+
t._y2
|
|
393
|
+
);
|
|
394
|
+
}
|
|
395
|
+
function ct(t, i) {
|
|
396
|
+
this._context = t, this._k = (1 - i) / 6;
|
|
397
|
+
}
|
|
398
|
+
ct.prototype = {
|
|
399
|
+
areaStart: function() {
|
|
400
|
+
this._line = 0;
|
|
401
|
+
},
|
|
402
|
+
areaEnd: function() {
|
|
403
|
+
this._line = NaN;
|
|
404
|
+
},
|
|
405
|
+
lineStart: function() {
|
|
406
|
+
this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._point = 0;
|
|
407
|
+
},
|
|
408
|
+
lineEnd: function() {
|
|
409
|
+
switch (this._point) {
|
|
410
|
+
case 2:
|
|
411
|
+
this._context.lineTo(this._x2, this._y2);
|
|
412
|
+
break;
|
|
413
|
+
case 3:
|
|
414
|
+
Z(this, this._x1, this._y1);
|
|
415
|
+
break;
|
|
416
|
+
}
|
|
417
|
+
(this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
|
|
418
|
+
},
|
|
419
|
+
point: function(t, i) {
|
|
420
|
+
switch (t = +t, i = +i, this._point) {
|
|
421
|
+
case 0:
|
|
422
|
+
this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
|
|
423
|
+
break;
|
|
424
|
+
case 1:
|
|
425
|
+
this._point = 2, this._x1 = t, this._y1 = i;
|
|
426
|
+
break;
|
|
427
|
+
case 2:
|
|
428
|
+
this._point = 3;
|
|
429
|
+
// falls through
|
|
430
|
+
default:
|
|
431
|
+
Z(this, t, i);
|
|
432
|
+
break;
|
|
433
|
+
}
|
|
434
|
+
this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
|
|
435
|
+
}
|
|
436
|
+
};
|
|
437
|
+
const si = (function t(i) {
|
|
438
|
+
function n(s) {
|
|
439
|
+
return new ct(s, i);
|
|
440
|
+
}
|
|
441
|
+
return n.tension = function(s) {
|
|
442
|
+
return t(+s);
|
|
443
|
+
}, n;
|
|
444
|
+
})(0);
|
|
445
|
+
function lt(t, i) {
|
|
446
|
+
this._context = t, this._k = (1 - i) / 6;
|
|
447
|
+
}
|
|
448
|
+
lt.prototype = {
|
|
449
|
+
areaStart: q,
|
|
450
|
+
areaEnd: q,
|
|
451
|
+
lineStart: function() {
|
|
452
|
+
this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._x5 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = this._y5 = NaN, this._point = 0;
|
|
453
|
+
},
|
|
454
|
+
lineEnd: function() {
|
|
455
|
+
switch (this._point) {
|
|
456
|
+
case 1: {
|
|
457
|
+
this._context.moveTo(this._x3, this._y3), this._context.closePath();
|
|
458
|
+
break;
|
|
459
|
+
}
|
|
460
|
+
case 2: {
|
|
461
|
+
this._context.lineTo(this._x3, this._y3), this._context.closePath();
|
|
462
|
+
break;
|
|
463
|
+
}
|
|
464
|
+
case 3: {
|
|
465
|
+
this.point(this._x3, this._y3), this.point(this._x4, this._y4), this.point(this._x5, this._y5);
|
|
466
|
+
break;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
point: function(t, i) {
|
|
471
|
+
switch (t = +t, i = +i, this._point) {
|
|
472
|
+
case 0:
|
|
473
|
+
this._point = 1, this._x3 = t, this._y3 = i;
|
|
474
|
+
break;
|
|
475
|
+
case 1:
|
|
476
|
+
this._point = 2, this._context.moveTo(this._x4 = t, this._y4 = i);
|
|
477
|
+
break;
|
|
478
|
+
case 2:
|
|
479
|
+
this._point = 3, this._x5 = t, this._y5 = i;
|
|
480
|
+
break;
|
|
481
|
+
default:
|
|
482
|
+
Z(this, t, i);
|
|
483
|
+
break;
|
|
484
|
+
}
|
|
485
|
+
this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
|
|
486
|
+
}
|
|
487
|
+
};
|
|
488
|
+
const ei = (function t(i) {
|
|
489
|
+
function n(s) {
|
|
490
|
+
return new lt(s, i);
|
|
491
|
+
}
|
|
492
|
+
return n.tension = function(s) {
|
|
493
|
+
return t(+s);
|
|
494
|
+
}, n;
|
|
495
|
+
})(0);
|
|
496
|
+
function ut(t, i) {
|
|
497
|
+
this._context = t, this._k = (1 - i) / 6;
|
|
498
|
+
}
|
|
499
|
+
ut.prototype = {
|
|
500
|
+
areaStart: function() {
|
|
501
|
+
this._line = 0;
|
|
502
|
+
},
|
|
503
|
+
areaEnd: function() {
|
|
504
|
+
this._line = NaN;
|
|
505
|
+
},
|
|
506
|
+
lineStart: function() {
|
|
507
|
+
this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._point = 0;
|
|
508
|
+
},
|
|
509
|
+
lineEnd: function() {
|
|
510
|
+
(this._line || this._line !== 0 && this._point === 3) && this._context.closePath(), this._line = 1 - this._line;
|
|
511
|
+
},
|
|
512
|
+
point: function(t, i) {
|
|
513
|
+
switch (t = +t, i = +i, this._point) {
|
|
514
|
+
case 0:
|
|
515
|
+
this._point = 1;
|
|
516
|
+
break;
|
|
517
|
+
case 1:
|
|
518
|
+
this._point = 2;
|
|
519
|
+
break;
|
|
520
|
+
case 2:
|
|
521
|
+
this._point = 3, this._line ? this._context.lineTo(this._x2, this._y2) : this._context.moveTo(this._x2, this._y2);
|
|
522
|
+
break;
|
|
523
|
+
case 3:
|
|
524
|
+
this._point = 4;
|
|
525
|
+
// falls through
|
|
526
|
+
default:
|
|
527
|
+
Z(this, t, i);
|
|
528
|
+
break;
|
|
529
|
+
}
|
|
530
|
+
this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
|
|
531
|
+
}
|
|
532
|
+
};
|
|
533
|
+
const _i = (function t(i) {
|
|
534
|
+
function n(s) {
|
|
535
|
+
return new ut(s, i);
|
|
536
|
+
}
|
|
537
|
+
return n.tension = function(s) {
|
|
538
|
+
return t(+s);
|
|
539
|
+
}, n;
|
|
540
|
+
})(0);
|
|
541
|
+
function ft(t, i, n) {
|
|
542
|
+
var s = t._x1, a = t._y1, _ = t._x2, r = t._y2;
|
|
543
|
+
if (t._l01_a > T) {
|
|
544
|
+
var e = 2 * t._l01_2a + 3 * t._l01_a * t._l12_a + t._l12_2a, o = 3 * t._l01_a * (t._l01_a + t._l12_a);
|
|
545
|
+
s = (s * e - t._x0 * t._l12_2a + t._x2 * t._l01_2a) / o, a = (a * e - t._y0 * t._l12_2a + t._y2 * t._l01_2a) / o;
|
|
546
|
+
}
|
|
547
|
+
if (t._l23_a > T) {
|
|
548
|
+
var c = 2 * t._l23_2a + 3 * t._l23_a * t._l12_a + t._l12_2a, h = 3 * t._l23_a * (t._l23_a + t._l12_a);
|
|
549
|
+
_ = (_ * c + t._x1 * t._l23_2a - i * t._l12_2a) / h, r = (r * c + t._y1 * t._l23_2a - n * t._l12_2a) / h;
|
|
550
|
+
}
|
|
551
|
+
t._context.bezierCurveTo(s, a, _, r, t._x2, t._y2);
|
|
552
|
+
}
|
|
553
|
+
function At(t, i) {
|
|
554
|
+
this._context = t, this._alpha = i;
|
|
555
|
+
}
|
|
556
|
+
At.prototype = {
|
|
557
|
+
areaStart: function() {
|
|
558
|
+
this._line = 0;
|
|
559
|
+
},
|
|
560
|
+
areaEnd: function() {
|
|
561
|
+
this._line = NaN;
|
|
562
|
+
},
|
|
563
|
+
lineStart: function() {
|
|
564
|
+
this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
|
|
565
|
+
},
|
|
566
|
+
lineEnd: function() {
|
|
567
|
+
switch (this._point) {
|
|
568
|
+
case 2:
|
|
569
|
+
this._context.lineTo(this._x2, this._y2);
|
|
570
|
+
break;
|
|
571
|
+
case 3:
|
|
572
|
+
this.point(this._x2, this._y2);
|
|
573
|
+
break;
|
|
574
|
+
}
|
|
575
|
+
(this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
|
|
576
|
+
},
|
|
577
|
+
point: function(t, i) {
|
|
578
|
+
if (t = +t, i = +i, this._point) {
|
|
579
|
+
var n = this._x2 - t, s = this._y2 - i;
|
|
580
|
+
this._l23_a = Math.sqrt(this._l23_2a = Math.pow(n * n + s * s, this._alpha));
|
|
581
|
+
}
|
|
582
|
+
switch (this._point) {
|
|
583
|
+
case 0:
|
|
584
|
+
this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
|
|
585
|
+
break;
|
|
586
|
+
case 1:
|
|
587
|
+
this._point = 2;
|
|
588
|
+
break;
|
|
589
|
+
case 2:
|
|
590
|
+
this._point = 3;
|
|
591
|
+
// falls through
|
|
592
|
+
default:
|
|
593
|
+
ft(this, t, i);
|
|
594
|
+
break;
|
|
595
|
+
}
|
|
596
|
+
this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
|
|
597
|
+
}
|
|
598
|
+
};
|
|
599
|
+
const hi = (function t(i) {
|
|
600
|
+
function n(s) {
|
|
601
|
+
return i ? new At(s, i) : new ct(s, 0);
|
|
602
|
+
}
|
|
603
|
+
return n.alpha = function(s) {
|
|
604
|
+
return t(+s);
|
|
605
|
+
}, n;
|
|
606
|
+
})(0.5);
|
|
607
|
+
function Ct(t, i) {
|
|
608
|
+
this._context = t, this._alpha = i;
|
|
609
|
+
}
|
|
610
|
+
Ct.prototype = {
|
|
611
|
+
areaStart: q,
|
|
612
|
+
areaEnd: q,
|
|
613
|
+
lineStart: function() {
|
|
614
|
+
this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._x5 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = this._y5 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
|
|
615
|
+
},
|
|
616
|
+
lineEnd: function() {
|
|
617
|
+
switch (this._point) {
|
|
618
|
+
case 1: {
|
|
619
|
+
this._context.moveTo(this._x3, this._y3), this._context.closePath();
|
|
620
|
+
break;
|
|
621
|
+
}
|
|
622
|
+
case 2: {
|
|
623
|
+
this._context.lineTo(this._x3, this._y3), this._context.closePath();
|
|
624
|
+
break;
|
|
625
|
+
}
|
|
626
|
+
case 3: {
|
|
627
|
+
this.point(this._x3, this._y3), this.point(this._x4, this._y4), this.point(this._x5, this._y5);
|
|
628
|
+
break;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
point: function(t, i) {
|
|
633
|
+
if (t = +t, i = +i, this._point) {
|
|
634
|
+
var n = this._x2 - t, s = this._y2 - i;
|
|
635
|
+
this._l23_a = Math.sqrt(this._l23_2a = Math.pow(n * n + s * s, this._alpha));
|
|
636
|
+
}
|
|
637
|
+
switch (this._point) {
|
|
638
|
+
case 0:
|
|
639
|
+
this._point = 1, this._x3 = t, this._y3 = i;
|
|
640
|
+
break;
|
|
641
|
+
case 1:
|
|
642
|
+
this._point = 2, this._context.moveTo(this._x4 = t, this._y4 = i);
|
|
643
|
+
break;
|
|
644
|
+
case 2:
|
|
645
|
+
this._point = 3, this._x5 = t, this._y5 = i;
|
|
646
|
+
break;
|
|
647
|
+
default:
|
|
648
|
+
ft(this, t, i);
|
|
649
|
+
break;
|
|
650
|
+
}
|
|
651
|
+
this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
|
|
652
|
+
}
|
|
653
|
+
};
|
|
654
|
+
const oi = (function t(i) {
|
|
655
|
+
function n(s) {
|
|
656
|
+
return i ? new Ct(s, i) : new lt(s, 0);
|
|
657
|
+
}
|
|
658
|
+
return n.alpha = function(s) {
|
|
659
|
+
return t(+s);
|
|
660
|
+
}, n;
|
|
661
|
+
})(0.5);
|
|
662
|
+
function Mt(t, i) {
|
|
663
|
+
this._context = t, this._alpha = i;
|
|
664
|
+
}
|
|
665
|
+
Mt.prototype = {
|
|
666
|
+
areaStart: function() {
|
|
667
|
+
this._line = 0;
|
|
668
|
+
},
|
|
669
|
+
areaEnd: function() {
|
|
670
|
+
this._line = NaN;
|
|
671
|
+
},
|
|
672
|
+
lineStart: function() {
|
|
673
|
+
this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
|
|
674
|
+
},
|
|
675
|
+
lineEnd: function() {
|
|
676
|
+
(this._line || this._line !== 0 && this._point === 3) && this._context.closePath(), this._line = 1 - this._line;
|
|
677
|
+
},
|
|
678
|
+
point: function(t, i) {
|
|
679
|
+
if (t = +t, i = +i, this._point) {
|
|
680
|
+
var n = this._x2 - t, s = this._y2 - i;
|
|
681
|
+
this._l23_a = Math.sqrt(this._l23_2a = Math.pow(n * n + s * s, this._alpha));
|
|
682
|
+
}
|
|
683
|
+
switch (this._point) {
|
|
684
|
+
case 0:
|
|
685
|
+
this._point = 1;
|
|
686
|
+
break;
|
|
687
|
+
case 1:
|
|
688
|
+
this._point = 2;
|
|
689
|
+
break;
|
|
690
|
+
case 2:
|
|
691
|
+
this._point = 3, this._line ? this._context.lineTo(this._x2, this._y2) : this._context.moveTo(this._x2, this._y2);
|
|
692
|
+
break;
|
|
693
|
+
case 3:
|
|
694
|
+
this._point = 4;
|
|
695
|
+
// falls through
|
|
696
|
+
default:
|
|
697
|
+
ft(this, t, i);
|
|
698
|
+
break;
|
|
699
|
+
}
|
|
700
|
+
this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
|
|
701
|
+
}
|
|
702
|
+
};
|
|
703
|
+
const ai = (function t(i) {
|
|
704
|
+
function n(s) {
|
|
705
|
+
return i ? new Mt(s, i) : new ut(s, 0);
|
|
706
|
+
}
|
|
707
|
+
return n.alpha = function(s) {
|
|
708
|
+
return t(+s);
|
|
709
|
+
}, n;
|
|
710
|
+
})(0.5);
|
|
711
|
+
function Pt(t) {
|
|
712
|
+
this._context = t;
|
|
713
|
+
}
|
|
714
|
+
Pt.prototype = {
|
|
715
|
+
areaStart: q,
|
|
716
|
+
areaEnd: q,
|
|
717
|
+
lineStart: function() {
|
|
718
|
+
this._point = 0;
|
|
719
|
+
},
|
|
720
|
+
lineEnd: function() {
|
|
721
|
+
this._point && this._context.closePath();
|
|
722
|
+
},
|
|
723
|
+
point: function(t, i) {
|
|
724
|
+
t = +t, i = +i, this._point ? this._context.lineTo(t, i) : (this._point = 1, this._context.moveTo(t, i));
|
|
725
|
+
}
|
|
726
|
+
};
|
|
727
|
+
function ri(t) {
|
|
728
|
+
return new Pt(t);
|
|
729
|
+
}
|
|
730
|
+
function mt(t) {
|
|
731
|
+
return t < 0 ? -1 : 1;
|
|
732
|
+
}
|
|
733
|
+
function gt(t, i, n) {
|
|
734
|
+
var s = t._x1 - t._x0, a = i - t._x1, _ = (t._y1 - t._y0) / (s || a < 0 && -0), r = (n - t._y1) / (a || s < 0 && -0), e = (_ * a + r * s) / (s + a);
|
|
735
|
+
return (mt(_) + mt(r)) * Math.min(Math.abs(_), Math.abs(r), 0.5 * Math.abs(e)) || 0;
|
|
736
|
+
}
|
|
737
|
+
function vt(t, i) {
|
|
738
|
+
var n = t._x1 - t._x0;
|
|
739
|
+
return n ? (3 * (t._y1 - t._y0) / n - i) / 2 : i;
|
|
740
|
+
}
|
|
741
|
+
function rt(t, i, n) {
|
|
742
|
+
var s = t._x0, a = t._y0, _ = t._x1, r = t._y1, e = (_ - s) / 3;
|
|
743
|
+
t._context.bezierCurveTo(s + e, a + e * i, _ - e, r - e * n, _, r);
|
|
744
|
+
}
|
|
745
|
+
function $(t) {
|
|
746
|
+
this._context = t;
|
|
747
|
+
}
|
|
748
|
+
$.prototype = {
|
|
749
|
+
areaStart: function() {
|
|
750
|
+
this._line = 0;
|
|
751
|
+
},
|
|
752
|
+
areaEnd: function() {
|
|
753
|
+
this._line = NaN;
|
|
754
|
+
},
|
|
755
|
+
lineStart: function() {
|
|
756
|
+
this._x0 = this._x1 = this._y0 = this._y1 = this._t0 = NaN, this._point = 0;
|
|
757
|
+
},
|
|
758
|
+
lineEnd: function() {
|
|
759
|
+
switch (this._point) {
|
|
760
|
+
case 2:
|
|
761
|
+
this._context.lineTo(this._x1, this._y1);
|
|
762
|
+
break;
|
|
763
|
+
case 3:
|
|
764
|
+
rt(this, this._t0, vt(this, this._t0));
|
|
765
|
+
break;
|
|
766
|
+
}
|
|
767
|
+
(this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
|
|
768
|
+
},
|
|
769
|
+
point: function(t, i) {
|
|
770
|
+
var n = NaN;
|
|
771
|
+
if (t = +t, i = +i, !(t === this._x1 && i === this._y1)) {
|
|
772
|
+
switch (this._point) {
|
|
773
|
+
case 0:
|
|
774
|
+
this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
|
|
775
|
+
break;
|
|
776
|
+
case 1:
|
|
777
|
+
this._point = 2;
|
|
778
|
+
break;
|
|
779
|
+
case 2:
|
|
780
|
+
this._point = 3, rt(this, vt(this, n = gt(this, t, i)), n);
|
|
781
|
+
break;
|
|
782
|
+
default:
|
|
783
|
+
rt(this, this._t0, n = gt(this, t, i));
|
|
784
|
+
break;
|
|
785
|
+
}
|
|
786
|
+
this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i, this._t0 = n;
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
};
|
|
790
|
+
function Rt(t) {
|
|
791
|
+
this._context = new Bt(t);
|
|
792
|
+
}
|
|
793
|
+
(Rt.prototype = Object.create($.prototype)).point = function(t, i) {
|
|
794
|
+
$.prototype.point.call(this, i, t);
|
|
795
|
+
};
|
|
796
|
+
function Bt(t) {
|
|
797
|
+
this._context = t;
|
|
798
|
+
}
|
|
799
|
+
Bt.prototype = {
|
|
800
|
+
moveTo: function(t, i) {
|
|
801
|
+
this._context.moveTo(i, t);
|
|
802
|
+
},
|
|
803
|
+
closePath: function() {
|
|
804
|
+
this._context.closePath();
|
|
805
|
+
},
|
|
806
|
+
lineTo: function(t, i) {
|
|
807
|
+
this._context.lineTo(i, t);
|
|
808
|
+
},
|
|
809
|
+
bezierCurveTo: function(t, i, n, s, a, _) {
|
|
810
|
+
this._context.bezierCurveTo(i, t, s, n, _, a);
|
|
811
|
+
}
|
|
812
|
+
};
|
|
813
|
+
function ci(t) {
|
|
814
|
+
return new $(t);
|
|
815
|
+
}
|
|
816
|
+
function li(t) {
|
|
817
|
+
return new Rt(t);
|
|
818
|
+
}
|
|
819
|
+
function Ot(t) {
|
|
820
|
+
this._context = t;
|
|
821
|
+
}
|
|
822
|
+
Ot.prototype = {
|
|
823
|
+
areaStart: function() {
|
|
824
|
+
this._line = 0;
|
|
825
|
+
},
|
|
826
|
+
areaEnd: function() {
|
|
827
|
+
this._line = NaN;
|
|
828
|
+
},
|
|
829
|
+
lineStart: function() {
|
|
830
|
+
this._x = [], this._y = [];
|
|
831
|
+
},
|
|
832
|
+
lineEnd: function() {
|
|
833
|
+
var t = this._x, i = this._y, n = t.length;
|
|
834
|
+
if (n)
|
|
835
|
+
if (this._line ? this._context.lineTo(t[0], i[0]) : this._context.moveTo(t[0], i[0]), n === 2)
|
|
836
|
+
this._context.lineTo(t[1], i[1]);
|
|
837
|
+
else
|
|
838
|
+
for (var s = bt(t), a = bt(i), _ = 0, r = 1; r < n; ++_, ++r)
|
|
839
|
+
this._context.bezierCurveTo(s[0][_], a[0][_], s[1][_], a[1][_], t[r], i[r]);
|
|
840
|
+
(this._line || this._line !== 0 && n === 1) && this._context.closePath(), this._line = 1 - this._line, this._x = this._y = null;
|
|
841
|
+
},
|
|
842
|
+
point: function(t, i) {
|
|
843
|
+
this._x.push(+t), this._y.push(+i);
|
|
844
|
+
}
|
|
845
|
+
};
|
|
846
|
+
function bt(t) {
|
|
847
|
+
var i, n = t.length - 1, s, a = new Array(n), _ = new Array(n), r = new Array(n);
|
|
848
|
+
for (a[0] = 0, _[0] = 2, r[0] = t[0] + 2 * t[1], i = 1; i < n - 1; ++i) a[i] = 1, _[i] = 4, r[i] = 4 * t[i] + 2 * t[i + 1];
|
|
849
|
+
for (a[n - 1] = 2, _[n - 1] = 7, r[n - 1] = 8 * t[n - 1] + t[n], i = 1; i < n; ++i) s = a[i] / _[i - 1], _[i] -= s, r[i] -= s * r[i - 1];
|
|
850
|
+
for (a[n - 1] = r[n - 1] / _[n - 1], i = n - 2; i >= 0; --i) a[i] = (r[i] - a[i + 1]) / _[i];
|
|
851
|
+
for (_[n - 1] = (t[n] + a[n - 1]) / 2, i = 0; i < n - 1; ++i) _[i] = 2 * t[i + 1] - a[i + 1];
|
|
852
|
+
return [a, _];
|
|
853
|
+
}
|
|
854
|
+
function ui(t) {
|
|
855
|
+
return new Ot(t);
|
|
856
|
+
}
|
|
857
|
+
function it(t, i) {
|
|
858
|
+
this._context = t, this._t = i;
|
|
859
|
+
}
|
|
860
|
+
it.prototype = {
|
|
861
|
+
areaStart: function() {
|
|
862
|
+
this._line = 0;
|
|
863
|
+
},
|
|
864
|
+
areaEnd: function() {
|
|
865
|
+
this._line = NaN;
|
|
866
|
+
},
|
|
867
|
+
lineStart: function() {
|
|
868
|
+
this._x = this._y = NaN, this._point = 0;
|
|
869
|
+
},
|
|
870
|
+
lineEnd: function() {
|
|
871
|
+
0 < this._t && this._t < 1 && this._point === 2 && this._context.lineTo(this._x, this._y), (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line >= 0 && (this._t = 1 - this._t, this._line = 1 - this._line);
|
|
872
|
+
},
|
|
873
|
+
point: function(t, i) {
|
|
874
|
+
switch (t = +t, i = +i, this._point) {
|
|
875
|
+
case 0:
|
|
876
|
+
this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
|
|
877
|
+
break;
|
|
878
|
+
case 1:
|
|
879
|
+
this._point = 2;
|
|
880
|
+
// falls through
|
|
881
|
+
default: {
|
|
882
|
+
if (this._t <= 0)
|
|
883
|
+
this._context.lineTo(this._x, i), this._context.lineTo(t, i);
|
|
884
|
+
else {
|
|
885
|
+
var n = this._x * (1 - this._t) + t * this._t;
|
|
886
|
+
this._context.lineTo(n, this._y), this._context.lineTo(n, i);
|
|
887
|
+
}
|
|
888
|
+
break;
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
this._x = t, this._y = i;
|
|
892
|
+
}
|
|
893
|
+
};
|
|
894
|
+
function fi(t) {
|
|
895
|
+
return new it(t, 0.5);
|
|
896
|
+
}
|
|
897
|
+
function pi(t) {
|
|
898
|
+
return new it(t, 0);
|
|
899
|
+
}
|
|
900
|
+
function xi(t) {
|
|
901
|
+
return new it(t, 1);
|
|
902
|
+
}
|
|
903
|
+
export {
|
|
904
|
+
xi as a,
|
|
905
|
+
ui as b,
|
|
906
|
+
fi as c,
|
|
907
|
+
ci as d,
|
|
908
|
+
ri as e,
|
|
909
|
+
Ft as f,
|
|
910
|
+
ai as g,
|
|
911
|
+
oi as h,
|
|
912
|
+
hi as i,
|
|
913
|
+
_i as j,
|
|
914
|
+
ei as k,
|
|
915
|
+
si as l,
|
|
916
|
+
li as m,
|
|
917
|
+
ni as n,
|
|
918
|
+
ii as o,
|
|
919
|
+
ti as p,
|
|
920
|
+
$t as q,
|
|
921
|
+
Wt as r,
|
|
922
|
+
pi as s,
|
|
923
|
+
Ut as t,
|
|
924
|
+
Zt as u
|
|
925
|
+
};
|