@vc-shell/framework 1.2.4-beta.3 → 1.2.4-beta.4
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/plugins/modularity/loader.ts +121 -57
- package/dist/core/composables/index.d.ts +24 -24
- 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/useAsync/index.d.ts +1 -1
- package/dist/core/composables/useBlade/index.d.ts +2 -2
- package/dist/core/composables/useBladeRegistry/index.d.ts +1 -1
- package/dist/core/composables/useBreadcrumbs/index.d.ts +1 -1
- package/dist/core/composables/useDashboard/index.d.ts +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/useLanguages/index.d.ts +1 -1
- package/dist/core/composables/useMenuService/index.d.ts +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/useUserManagement/index.d.ts +2 -2
- 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/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/index.d.ts +7 -7
- package/dist/core/plugins/modularity/index.d.ts +2 -2
- 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/moment/index.d.ts +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/dashboard-service.d.ts +1 -1
- package/dist/core/services/index.d.ts +9 -9
- package/dist/core/services/menu-service.d.ts +2 -2
- 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/widget-service.d.ts +2 -2
- package/dist/core/types/index.d.ts +3 -3
- package/dist/core/utilities/index.d.ts +6 -6
- package/dist/framework.js +13076 -12647
- package/dist/index.css +1 -1
- package/dist/index.d.ts +13 -13
- package/dist/injection-keys.d.ts +6 -6
- package/dist/locales/de.json +4 -4
- package/dist/locales/en.json +5 -5
- 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/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-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/utils/restoreFromUrl.d.ts +2 -2
- package/dist/shared/components/blade-navigation/utils/urlSync.d.ts +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/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 +8 -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/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/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/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-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 +1 -1
- package/dist/shared/components/notifications/composables/index.d.ts +2 -2
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +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 +2 -2
- package/dist/shared/components/notifications/index.d.ts +4 -4
- 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/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/sidebar/index.d.ts +3 -3
- 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 +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +1 -1
- package/dist/shared/composables/index.d.ts +5 -5
- package/dist/shared/index.d.ts +5 -5
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +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 +2 -2
- 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 +16 -16
- package/dist/shared/modules/dynamic/components/factories.d.ts +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/GalleryField.d.ts +4 -4
- 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/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/useTableTemplates/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +1 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +1 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +6 -6
- 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/pages/dynamic-blade-form.vue.d.ts +10 -10
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +15 -15
- package/dist/shared/modules/dynamic/pages/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/types/index.d.ts +3 -3
- package/dist/shared/modules/dynamic/types/models.d.ts +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.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/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-banner/index.d.ts +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.vue.d.ts +2 -2
- 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 +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-link/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +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-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-video/index.d.ts +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 +27 -27
- package/dist/ui/components/molecules/vc-accordion/index.d.ts +4 -4
- 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.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-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-date-picker/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +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 +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +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 +2 -2
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-field/index.d.ts +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 +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.vue.d.ts +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 +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts +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-group/index.d.ts +2 -2
- 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/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-pagination/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-paginator/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 +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts +2 -2
- package/dist/ui/components/molecules/vc-rating/index.d.ts +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.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-slider/index.d.ts +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 +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +1 -1
- 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 +1 -1
- package/dist/ui/components/organisms/index.d.ts +8 -8
- 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/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 +2 -2
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +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/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 +2 -0
- 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/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-auth-layout/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts +2 -2
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +1 -1
- 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/WidgetContainerMobile.vue.d.ts +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 +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +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/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-sidebar/index.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +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-column-switcher/vc-table-column-switcher.vue.d.ts +2 -2
- 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/DataTableBody.vue.d.ts +3 -3
- 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 +2 -2
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +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 +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +1 -1
- 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 +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts +4 -4
- 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/useTableFilter.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts +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 +2 -2
- package/dist/ui/components/organisms/vc-table/types.d.ts +3 -3
- 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 +5 -5
- package/dist/ui/composables/useFormField.d.ts +2 -2
- package/dist/ui/types/index.d.ts +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-chord-l0sNRNKZ.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-drag-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-ease-Cr34gv04.js +8 -0
- package/dist/vendor-d3-force-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-format-DaIwZvFc.js +182 -0
- package/dist/vendor-d3-geo-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-geo-projection-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-hierarchy-l0sNRNKZ.js +1 -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-quadtree-l0sNRNKZ.js +1 -0
- package/dist/vendor-d3-sankey-l0sNRNKZ.js +1 -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-elkjs-l0sNRNKZ.js +1 -0
- 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-emotion-weak-memoize-l0sNRNKZ.js +1 -0
- package/dist/vendor-internmap-Q5729_cS.js +35 -0
- package/dist/vendor-juggle-resize-observer-DiSiNbbT.js +286 -0
- package/dist/vendor-kdbush-l0sNRNKZ.js +1 -0
- package/dist/vendor-leaflet-l0sNRNKZ.js +1 -0
- package/dist/vendor-lodash-l0sNRNKZ.js +1 -0
- package/dist/vendor-maplibre-gl-l0sNRNKZ.js +1 -0
- package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +1 -1
- package/dist/vendor-striptags-BrHtQQiF.js +120 -0
- package/dist/vendor-stylis-ClfDrgKE.js +334 -0
- package/dist/vendor-supercluster-l0sNRNKZ.js +1 -0
- package/dist/vendor-three-l0sNRNKZ.js +1 -0
- package/dist/vendor-throttle-debounce-CX0imT7m.js +28 -0
- package/dist/vendor-topojson-client-l0sNRNKZ.js +1 -0
- package/dist/vendor-tslib-l0sNRNKZ.js +1 -0
- package/dist/vendor-unovis-dagre-layout-l0sNRNKZ.js +1 -0
- package/dist/vendor-unovis-graphlibrary-l0sNRNKZ.js +1 -0
- package/dist/vendor-unovis-ts-Bue71Kwt.js +2382 -0
- package/dist/vendor-unovis-vue-C_K1g5KH.js +446 -0
- package/package.json +6 -4
- 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 +7 -0
- package/shared/components/dashboard-charts/types.ts +7 -0
- package/shared/components/index.ts +1 -0
- package/shared/components/sign-in/external-providers.vue +1 -1
- package/shared/pages/LoginPage/components/login/Login.vue +29 -31
- package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +2 -4
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +3 -3
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +1 -1
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +2 -2
- package/ui/components/molecules/vc-select/vc-select.vue +1 -1
- package/ui/components/molecules/vc-slider/vc-slider.vue +1 -1
- package/ui/components/molecules/vc-switch/vc-switch.vue +2 -2
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +8 -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 +135 -194
- package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.ts +0 -44
- package/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue +1 -0
- package/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue +181 -164
- package/ui/components/organisms/vc-app/composables/useShellBootstrap.ts +114 -106
- package/ui/components/organisms/vc-app/vc-app-shell.stories.ts +96 -37
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
var r = 0, l = 0, a = 0, h = 1e3, s, f, u = 0, o = 0, _ = 0, c = typeof performance == "object" && performance.now ? performance : Date, k = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(n) {
|
|
2
|
+
setTimeout(n, 17);
|
|
3
|
+
};
|
|
4
|
+
function v() {
|
|
5
|
+
return o || (k(y), o = c.now() + _);
|
|
6
|
+
}
|
|
7
|
+
function y() {
|
|
8
|
+
o = 0;
|
|
9
|
+
}
|
|
10
|
+
function w() {
|
|
11
|
+
this._call = this._time = this._next = null;
|
|
12
|
+
}
|
|
13
|
+
w.prototype = T.prototype = {
|
|
14
|
+
constructor: w,
|
|
15
|
+
restart: function(n, t, e) {
|
|
16
|
+
if (typeof n != "function") throw new TypeError("callback is not a function");
|
|
17
|
+
e = (e == null ? v() : +e) + (t == null ? 0 : +t), !this._next && f !== this && (f ? f._next = this : s = this, f = this), this._call = n, this._time = e, m();
|
|
18
|
+
},
|
|
19
|
+
stop: function() {
|
|
20
|
+
this._call && (this._call = null, this._time = 1 / 0, m());
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
function T(n, t, e) {
|
|
24
|
+
var i = new w();
|
|
25
|
+
return i.restart(n, t, e), i;
|
|
26
|
+
}
|
|
27
|
+
function d() {
|
|
28
|
+
v(), ++r;
|
|
29
|
+
for (var n = s, t; n; )
|
|
30
|
+
(t = o - n._time) >= 0 && n._call.call(void 0, t), n = n._next;
|
|
31
|
+
--r;
|
|
32
|
+
}
|
|
33
|
+
function p() {
|
|
34
|
+
o = (u = c.now()) + _, r = l = 0;
|
|
35
|
+
try {
|
|
36
|
+
d();
|
|
37
|
+
} finally {
|
|
38
|
+
r = 0, F(), o = 0;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function I() {
|
|
42
|
+
var n = c.now(), t = n - u;
|
|
43
|
+
t > h && (_ -= t, u = n);
|
|
44
|
+
}
|
|
45
|
+
function F() {
|
|
46
|
+
for (var n, t = s, e, i = 1 / 0; t; )
|
|
47
|
+
t._call ? (i > t._time && (i = t._time), n = t, t = t._next) : (e = t._next, t._next = null, t = n ? n._next = e : s = e);
|
|
48
|
+
f = n, m(i);
|
|
49
|
+
}
|
|
50
|
+
function m(n) {
|
|
51
|
+
if (!r) {
|
|
52
|
+
l && (l = clearTimeout(l));
|
|
53
|
+
var t = n - o;
|
|
54
|
+
t > 24 ? (n < 1 / 0 && (l = setTimeout(p, n - c.now() - _)), a && (a = clearInterval(a))) : (a || (u = c.now(), a = setInterval(I, h)), r = 1, k(p));
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function b(n, t, e) {
|
|
58
|
+
var i = new w();
|
|
59
|
+
return t = t == null ? 0 : +t, i.restart((x) => {
|
|
60
|
+
i.stop(), n(x + t);
|
|
61
|
+
}, t, e), i;
|
|
62
|
+
}
|
|
63
|
+
export {
|
|
64
|
+
b as a,
|
|
65
|
+
v as n,
|
|
66
|
+
T as t
|
|
67
|
+
};
|
|
@@ -0,0 +1,524 @@
|
|
|
1
|
+
import { d as U } from "./vendor-d3-dispatch-fx-WMg0D.js";
|
|
2
|
+
import { t as H, a as b, n as L } from "./vendor-d3-timer-C1cUWKPz.js";
|
|
3
|
+
import { a as $, b as R, c as q, d as B, e as J } from "./vendor-d3-interpolate-BYG2gvO4.js";
|
|
4
|
+
import { c as F } from "./vendor-d3-color-BOYE6h_9.js";
|
|
5
|
+
import { n as P, m as K, a as Q, b as W, c as x, d as w } from "./vendor-d3-selection-CNMxsYiL.js";
|
|
6
|
+
import { c as X } from "./vendor-d3-ease-Cr34gv04.js";
|
|
7
|
+
var Y = U("start", "end", "cancel", "interrupt"), Z = [], V = 0, I = 1, N = 2, m = 3, D = 4, E = 5, T = 6;
|
|
8
|
+
function A(t, r, n, e, i, o) {
|
|
9
|
+
var a = t.__transition;
|
|
10
|
+
if (!a) t.__transition = {};
|
|
11
|
+
else if (n in a) return;
|
|
12
|
+
j(t, n, {
|
|
13
|
+
name: r,
|
|
14
|
+
index: e,
|
|
15
|
+
// For context during callback.
|
|
16
|
+
group: i,
|
|
17
|
+
// For context during callback.
|
|
18
|
+
on: Y,
|
|
19
|
+
tween: Z,
|
|
20
|
+
time: o.time,
|
|
21
|
+
delay: o.delay,
|
|
22
|
+
duration: o.duration,
|
|
23
|
+
ease: o.ease,
|
|
24
|
+
timer: null,
|
|
25
|
+
state: V
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
function C(t, r) {
|
|
29
|
+
var n = v(t, r);
|
|
30
|
+
if (n.state > V) throw new Error("too late; already scheduled");
|
|
31
|
+
return n;
|
|
32
|
+
}
|
|
33
|
+
function p(t, r) {
|
|
34
|
+
var n = v(t, r);
|
|
35
|
+
if (n.state > m) throw new Error("too late; already running");
|
|
36
|
+
return n;
|
|
37
|
+
}
|
|
38
|
+
function v(t, r) {
|
|
39
|
+
var n = t.__transition;
|
|
40
|
+
if (!n || !(n = n[r])) throw new Error("transition not found");
|
|
41
|
+
return n;
|
|
42
|
+
}
|
|
43
|
+
function j(t, r, n) {
|
|
44
|
+
var e = t.__transition, i;
|
|
45
|
+
e[r] = n, n.timer = H(o, 0, n.time);
|
|
46
|
+
function o(c) {
|
|
47
|
+
n.state = I, n.timer.restart(a, n.delay, n.time), n.delay <= c && a(c - n.delay);
|
|
48
|
+
}
|
|
49
|
+
function a(c) {
|
|
50
|
+
var l, _, h, f;
|
|
51
|
+
if (n.state !== I) return u();
|
|
52
|
+
for (l in e)
|
|
53
|
+
if (f = e[l], f.name === n.name) {
|
|
54
|
+
if (f.state === m) return b(a);
|
|
55
|
+
f.state === D ? (f.state = T, f.timer.stop(), f.on.call("interrupt", t, t.__data__, f.index, f.group), delete e[l]) : +l < r && (f.state = T, f.timer.stop(), f.on.call("cancel", t, t.__data__, f.index, f.group), delete e[l]);
|
|
56
|
+
}
|
|
57
|
+
if (b(function() {
|
|
58
|
+
n.state === m && (n.state = D, n.timer.restart(s, n.delay, n.time), s(c));
|
|
59
|
+
}), n.state = N, n.on.call("start", t, t.__data__, n.index, n.group), n.state === N) {
|
|
60
|
+
for (n.state = m, i = new Array(h = n.tween.length), l = 0, _ = -1; l < h; ++l)
|
|
61
|
+
(f = n.tween[l].value.call(t, t.__data__, n.index, n.group)) && (i[++_] = f);
|
|
62
|
+
i.length = _ + 1;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
function s(c) {
|
|
66
|
+
for (var l = c < n.duration ? n.ease.call(null, c / n.duration) : (n.timer.restart(u), n.state = E, 1), _ = -1, h = i.length; ++_ < h; )
|
|
67
|
+
i[_].call(t, l);
|
|
68
|
+
n.state === E && (n.on.call("end", t, t.__data__, n.index, n.group), u());
|
|
69
|
+
}
|
|
70
|
+
function u() {
|
|
71
|
+
n.state = T, n.timer.stop(), delete e[r];
|
|
72
|
+
for (var c in e) return;
|
|
73
|
+
delete t.__transition;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
function tt(t, r) {
|
|
77
|
+
var n = t.__transition, e, i, o = !0, a;
|
|
78
|
+
if (n) {
|
|
79
|
+
r = r == null ? null : r + "";
|
|
80
|
+
for (a in n) {
|
|
81
|
+
if ((e = n[a]).name !== r) {
|
|
82
|
+
o = !1;
|
|
83
|
+
continue;
|
|
84
|
+
}
|
|
85
|
+
i = e.state > N && e.state < E, e.state = T, e.timer.stop(), e.on.call(i ? "interrupt" : "cancel", t, t.__data__, e.index, e.group), delete n[a];
|
|
86
|
+
}
|
|
87
|
+
o && delete t.__transition;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
function nt(t) {
|
|
91
|
+
return this.each(function() {
|
|
92
|
+
tt(this, t);
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
function rt(t, r) {
|
|
96
|
+
var n, e;
|
|
97
|
+
return function() {
|
|
98
|
+
var i = p(this, t), o = i.tween;
|
|
99
|
+
if (o !== n) {
|
|
100
|
+
e = n = o;
|
|
101
|
+
for (var a = 0, s = e.length; a < s; ++a)
|
|
102
|
+
if (e[a].name === r) {
|
|
103
|
+
e = e.slice(), e.splice(a, 1);
|
|
104
|
+
break;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
i.tween = e;
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
function et(t, r, n) {
|
|
111
|
+
var e, i;
|
|
112
|
+
if (typeof n != "function") throw new Error();
|
|
113
|
+
return function() {
|
|
114
|
+
var o = p(this, t), a = o.tween;
|
|
115
|
+
if (a !== e) {
|
|
116
|
+
i = (e = a).slice();
|
|
117
|
+
for (var s = { name: r, value: n }, u = 0, c = i.length; u < c; ++u)
|
|
118
|
+
if (i[u].name === r) {
|
|
119
|
+
i[u] = s;
|
|
120
|
+
break;
|
|
121
|
+
}
|
|
122
|
+
u === c && i.push(s);
|
|
123
|
+
}
|
|
124
|
+
o.tween = i;
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
function it(t, r) {
|
|
128
|
+
var n = this._id;
|
|
129
|
+
if (t += "", arguments.length < 2) {
|
|
130
|
+
for (var e = v(this.node(), n).tween, i = 0, o = e.length, a; i < o; ++i)
|
|
131
|
+
if ((a = e[i]).name === t)
|
|
132
|
+
return a.value;
|
|
133
|
+
return null;
|
|
134
|
+
}
|
|
135
|
+
return this.each((r == null ? rt : et)(n, t, r));
|
|
136
|
+
}
|
|
137
|
+
function S(t, r, n) {
|
|
138
|
+
var e = t._id;
|
|
139
|
+
return t.each(function() {
|
|
140
|
+
var i = p(this, e);
|
|
141
|
+
(i.value || (i.value = {}))[r] = n.apply(this, arguments);
|
|
142
|
+
}), function(i) {
|
|
143
|
+
return v(i, e).value[r];
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
function k(t, r) {
|
|
147
|
+
var n;
|
|
148
|
+
return (typeof r == "number" ? $ : r instanceof F ? R : (n = F(r)) ? (r = n, R) : q)(t, r);
|
|
149
|
+
}
|
|
150
|
+
function at(t) {
|
|
151
|
+
return function() {
|
|
152
|
+
this.removeAttribute(t);
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
function ot(t) {
|
|
156
|
+
return function() {
|
|
157
|
+
this.removeAttributeNS(t.space, t.local);
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
function st(t, r, n) {
|
|
161
|
+
var e, i = n + "", o;
|
|
162
|
+
return function() {
|
|
163
|
+
var a = this.getAttribute(t);
|
|
164
|
+
return a === i ? null : a === e ? o : o = r(e = a, n);
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
function ut(t, r, n) {
|
|
168
|
+
var e, i = n + "", o;
|
|
169
|
+
return function() {
|
|
170
|
+
var a = this.getAttributeNS(t.space, t.local);
|
|
171
|
+
return a === i ? null : a === e ? o : o = r(e = a, n);
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
function ct(t, r, n) {
|
|
175
|
+
var e, i, o;
|
|
176
|
+
return function() {
|
|
177
|
+
var a, s = n(this), u;
|
|
178
|
+
return s == null ? void this.removeAttribute(t) : (a = this.getAttribute(t), u = s + "", a === u ? null : a === e && u === i ? o : (i = u, o = r(e = a, s)));
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
function lt(t, r, n) {
|
|
182
|
+
var e, i, o;
|
|
183
|
+
return function() {
|
|
184
|
+
var a, s = n(this), u;
|
|
185
|
+
return s == null ? void this.removeAttributeNS(t.space, t.local) : (a = this.getAttributeNS(t.space, t.local), u = s + "", a === u ? null : a === e && u === i ? o : (i = u, o = r(e = a, s)));
|
|
186
|
+
};
|
|
187
|
+
}
|
|
188
|
+
function ft(t, r) {
|
|
189
|
+
var n = P(t), e = n === "transform" ? B : k;
|
|
190
|
+
return this.attrTween(t, typeof r == "function" ? (n.local ? lt : ct)(n, e, S(this, "attr." + t, r)) : r == null ? (n.local ? ot : at)(n) : (n.local ? ut : st)(n, e, r));
|
|
191
|
+
}
|
|
192
|
+
function ht(t, r) {
|
|
193
|
+
return function(n) {
|
|
194
|
+
this.setAttribute(t, r.call(this, n));
|
|
195
|
+
};
|
|
196
|
+
}
|
|
197
|
+
function _t(t, r) {
|
|
198
|
+
return function(n) {
|
|
199
|
+
this.setAttributeNS(t.space, t.local, r.call(this, n));
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
function vt(t, r) {
|
|
203
|
+
var n, e;
|
|
204
|
+
function i() {
|
|
205
|
+
var o = r.apply(this, arguments);
|
|
206
|
+
return o !== e && (n = (e = o) && _t(t, o)), n;
|
|
207
|
+
}
|
|
208
|
+
return i._value = r, i;
|
|
209
|
+
}
|
|
210
|
+
function pt(t, r) {
|
|
211
|
+
var n, e;
|
|
212
|
+
function i() {
|
|
213
|
+
var o = r.apply(this, arguments);
|
|
214
|
+
return o !== e && (n = (e = o) && ht(t, o)), n;
|
|
215
|
+
}
|
|
216
|
+
return i._value = r, i;
|
|
217
|
+
}
|
|
218
|
+
function yt(t, r) {
|
|
219
|
+
var n = "attr." + t;
|
|
220
|
+
if (arguments.length < 2) return (n = this.tween(n)) && n._value;
|
|
221
|
+
if (r == null) return this.tween(n, null);
|
|
222
|
+
if (typeof r != "function") throw new Error();
|
|
223
|
+
var e = P(t);
|
|
224
|
+
return this.tween(n, (e.local ? vt : pt)(e, r));
|
|
225
|
+
}
|
|
226
|
+
function dt(t, r) {
|
|
227
|
+
return function() {
|
|
228
|
+
C(this, t).delay = +r.apply(this, arguments);
|
|
229
|
+
};
|
|
230
|
+
}
|
|
231
|
+
function wt(t, r) {
|
|
232
|
+
return r = +r, function() {
|
|
233
|
+
C(this, t).delay = r;
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
function gt(t) {
|
|
237
|
+
var r = this._id;
|
|
238
|
+
return arguments.length ? this.each((typeof t == "function" ? dt : wt)(r, t)) : v(this.node(), r).delay;
|
|
239
|
+
}
|
|
240
|
+
function mt(t, r) {
|
|
241
|
+
return function() {
|
|
242
|
+
p(this, t).duration = +r.apply(this, arguments);
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
function Tt(t, r) {
|
|
246
|
+
return r = +r, function() {
|
|
247
|
+
p(this, t).duration = r;
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
function xt(t) {
|
|
251
|
+
var r = this._id;
|
|
252
|
+
return arguments.length ? this.each((typeof t == "function" ? mt : Tt)(r, t)) : v(this.node(), r).duration;
|
|
253
|
+
}
|
|
254
|
+
function At(t, r) {
|
|
255
|
+
if (typeof r != "function") throw new Error();
|
|
256
|
+
return function() {
|
|
257
|
+
p(this, t).ease = r;
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
function Nt(t) {
|
|
261
|
+
var r = this._id;
|
|
262
|
+
return arguments.length ? this.each(At(r, t)) : v(this.node(), r).ease;
|
|
263
|
+
}
|
|
264
|
+
function Et(t, r) {
|
|
265
|
+
return function() {
|
|
266
|
+
var n = r.apply(this, arguments);
|
|
267
|
+
if (typeof n != "function") throw new Error();
|
|
268
|
+
p(this, t).ease = n;
|
|
269
|
+
};
|
|
270
|
+
}
|
|
271
|
+
function Ct(t) {
|
|
272
|
+
if (typeof t != "function") throw new Error();
|
|
273
|
+
return this.each(Et(this._id, t));
|
|
274
|
+
}
|
|
275
|
+
function St(t) {
|
|
276
|
+
typeof t != "function" && (t = K(t));
|
|
277
|
+
for (var r = this._groups, n = r.length, e = new Array(n), i = 0; i < n; ++i)
|
|
278
|
+
for (var o = r[i], a = o.length, s = e[i] = [], u, c = 0; c < a; ++c)
|
|
279
|
+
(u = o[c]) && t.call(u, u.__data__, c, o) && s.push(u);
|
|
280
|
+
return new d(e, this._parents, this._name, this._id);
|
|
281
|
+
}
|
|
282
|
+
function bt(t) {
|
|
283
|
+
if (t._id !== this._id) throw new Error();
|
|
284
|
+
for (var r = this._groups, n = t._groups, e = r.length, i = n.length, o = Math.min(e, i), a = new Array(e), s = 0; s < o; ++s)
|
|
285
|
+
for (var u = r[s], c = n[s], l = u.length, _ = a[s] = new Array(l), h, f = 0; f < l; ++f)
|
|
286
|
+
(h = u[f] || c[f]) && (_[f] = h);
|
|
287
|
+
for (; s < e; ++s)
|
|
288
|
+
a[s] = r[s];
|
|
289
|
+
return new d(a, this._parents, this._name, this._id);
|
|
290
|
+
}
|
|
291
|
+
function Rt(t) {
|
|
292
|
+
return (t + "").trim().split(/^|\s+/).every(function(r) {
|
|
293
|
+
var n = r.indexOf(".");
|
|
294
|
+
return n >= 0 && (r = r.slice(0, n)), !r || r === "start";
|
|
295
|
+
});
|
|
296
|
+
}
|
|
297
|
+
function Ft(t, r, n) {
|
|
298
|
+
var e, i, o = Rt(r) ? C : p;
|
|
299
|
+
return function() {
|
|
300
|
+
var a = o(this, t), s = a.on;
|
|
301
|
+
s !== e && (i = (e = s).copy()).on(r, n), a.on = i;
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
function It(t, r) {
|
|
305
|
+
var n = this._id;
|
|
306
|
+
return arguments.length < 2 ? v(this.node(), n).on.on(t) : this.each(Ft(n, t, r));
|
|
307
|
+
}
|
|
308
|
+
function Dt(t) {
|
|
309
|
+
return function() {
|
|
310
|
+
var r = this.parentNode;
|
|
311
|
+
for (var n in this.__transition) if (+n !== t) return;
|
|
312
|
+
r && r.removeChild(this);
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
function Pt() {
|
|
316
|
+
return this.on("end.remove", Dt(this._id));
|
|
317
|
+
}
|
|
318
|
+
function Vt(t) {
|
|
319
|
+
var r = this._name, n = this._id;
|
|
320
|
+
typeof t != "function" && (t = Q(t));
|
|
321
|
+
for (var e = this._groups, i = e.length, o = new Array(i), a = 0; a < i; ++a)
|
|
322
|
+
for (var s = e[a], u = s.length, c = o[a] = new Array(u), l, _, h = 0; h < u; ++h)
|
|
323
|
+
(l = s[h]) && (_ = t.call(l, l.__data__, h, s)) && ("__data__" in l && (_.__data__ = l.__data__), c[h] = _, A(c[h], r, n, h, c, v(l, n)));
|
|
324
|
+
return new d(o, this._parents, r, n);
|
|
325
|
+
}
|
|
326
|
+
function kt(t) {
|
|
327
|
+
var r = this._name, n = this._id;
|
|
328
|
+
typeof t != "function" && (t = W(t));
|
|
329
|
+
for (var e = this._groups, i = e.length, o = [], a = [], s = 0; s < i; ++s)
|
|
330
|
+
for (var u = e[s], c = u.length, l, _ = 0; _ < c; ++_)
|
|
331
|
+
if (l = u[_]) {
|
|
332
|
+
for (var h = t.call(l, l.__data__, _, u), f, O = v(l, n), g = 0, M = h.length; g < M; ++g)
|
|
333
|
+
(f = h[g]) && A(f, r, n, g, h, O);
|
|
334
|
+
o.push(h), a.push(l);
|
|
335
|
+
}
|
|
336
|
+
return new d(o, a, r, n);
|
|
337
|
+
}
|
|
338
|
+
var zt = x.prototype.constructor;
|
|
339
|
+
function Gt() {
|
|
340
|
+
return new zt(this._groups, this._parents);
|
|
341
|
+
}
|
|
342
|
+
function Ot(t, r) {
|
|
343
|
+
var n, e, i;
|
|
344
|
+
return function() {
|
|
345
|
+
var o = w(this, t), a = (this.style.removeProperty(t), w(this, t));
|
|
346
|
+
return o === a ? null : o === n && a === e ? i : i = r(n = o, e = a);
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
function z(t) {
|
|
350
|
+
return function() {
|
|
351
|
+
this.style.removeProperty(t);
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
function Mt(t, r, n) {
|
|
355
|
+
var e, i = n + "", o;
|
|
356
|
+
return function() {
|
|
357
|
+
var a = w(this, t);
|
|
358
|
+
return a === i ? null : a === e ? o : o = r(e = a, n);
|
|
359
|
+
};
|
|
360
|
+
}
|
|
361
|
+
function Ut(t, r, n) {
|
|
362
|
+
var e, i, o;
|
|
363
|
+
return function() {
|
|
364
|
+
var a = w(this, t), s = n(this), u = s + "";
|
|
365
|
+
return s == null && (u = s = (this.style.removeProperty(t), w(this, t))), a === u ? null : a === e && u === i ? o : (i = u, o = r(e = a, s));
|
|
366
|
+
};
|
|
367
|
+
}
|
|
368
|
+
function Ht(t, r) {
|
|
369
|
+
var n, e, i, o = "style." + r, a = "end." + o, s;
|
|
370
|
+
return function() {
|
|
371
|
+
var u = p(this, t), c = u.on, l = u.value[o] == null ? s || (s = z(r)) : void 0;
|
|
372
|
+
(c !== n || i !== l) && (e = (n = c).copy()).on(a, i = l), u.on = e;
|
|
373
|
+
};
|
|
374
|
+
}
|
|
375
|
+
function Lt(t, r, n) {
|
|
376
|
+
var e = (t += "") == "transform" ? J : k;
|
|
377
|
+
return r == null ? this.styleTween(t, Ot(t, e)).on("end.style." + t, z(t)) : typeof r == "function" ? this.styleTween(t, Ut(t, e, S(this, "style." + t, r))).each(Ht(this._id, t)) : this.styleTween(t, Mt(t, e, r), n).on("end.style." + t, null);
|
|
378
|
+
}
|
|
379
|
+
function $t(t, r, n) {
|
|
380
|
+
return function(e) {
|
|
381
|
+
this.style.setProperty(t, r.call(this, e), n);
|
|
382
|
+
};
|
|
383
|
+
}
|
|
384
|
+
function qt(t, r, n) {
|
|
385
|
+
var e, i;
|
|
386
|
+
function o() {
|
|
387
|
+
var a = r.apply(this, arguments);
|
|
388
|
+
return a !== i && (e = (i = a) && $t(t, a, n)), e;
|
|
389
|
+
}
|
|
390
|
+
return o._value = r, o;
|
|
391
|
+
}
|
|
392
|
+
function Bt(t, r, n) {
|
|
393
|
+
var e = "style." + (t += "");
|
|
394
|
+
if (arguments.length < 2) return (e = this.tween(e)) && e._value;
|
|
395
|
+
if (r == null) return this.tween(e, null);
|
|
396
|
+
if (typeof r != "function") throw new Error();
|
|
397
|
+
return this.tween(e, qt(t, r, n ?? ""));
|
|
398
|
+
}
|
|
399
|
+
function Jt(t) {
|
|
400
|
+
return function() {
|
|
401
|
+
this.textContent = t;
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
function Kt(t) {
|
|
405
|
+
return function() {
|
|
406
|
+
var r = t(this);
|
|
407
|
+
this.textContent = r ?? "";
|
|
408
|
+
};
|
|
409
|
+
}
|
|
410
|
+
function Qt(t) {
|
|
411
|
+
return this.tween("text", typeof t == "function" ? Kt(S(this, "text", t)) : Jt(t == null ? "" : t + ""));
|
|
412
|
+
}
|
|
413
|
+
function Wt(t) {
|
|
414
|
+
return function(r) {
|
|
415
|
+
this.textContent = t.call(this, r);
|
|
416
|
+
};
|
|
417
|
+
}
|
|
418
|
+
function Xt(t) {
|
|
419
|
+
var r, n;
|
|
420
|
+
function e() {
|
|
421
|
+
var i = t.apply(this, arguments);
|
|
422
|
+
return i !== n && (r = (n = i) && Wt(i)), r;
|
|
423
|
+
}
|
|
424
|
+
return e._value = t, e;
|
|
425
|
+
}
|
|
426
|
+
function Yt(t) {
|
|
427
|
+
var r = "text";
|
|
428
|
+
if (arguments.length < 1) return (r = this.tween(r)) && r._value;
|
|
429
|
+
if (t == null) return this.tween(r, null);
|
|
430
|
+
if (typeof t != "function") throw new Error();
|
|
431
|
+
return this.tween(r, Xt(t));
|
|
432
|
+
}
|
|
433
|
+
function Zt() {
|
|
434
|
+
for (var t = this._name, r = this._id, n = G(), e = this._groups, i = e.length, o = 0; o < i; ++o)
|
|
435
|
+
for (var a = e[o], s = a.length, u, c = 0; c < s; ++c)
|
|
436
|
+
if (u = a[c]) {
|
|
437
|
+
var l = v(u, r);
|
|
438
|
+
A(u, t, n, c, a, {
|
|
439
|
+
time: l.time + l.delay + l.duration,
|
|
440
|
+
delay: 0,
|
|
441
|
+
duration: l.duration,
|
|
442
|
+
ease: l.ease
|
|
443
|
+
});
|
|
444
|
+
}
|
|
445
|
+
return new d(e, this._parents, t, n);
|
|
446
|
+
}
|
|
447
|
+
function jt() {
|
|
448
|
+
var t, r, n = this, e = n._id, i = n.size();
|
|
449
|
+
return new Promise(function(o, a) {
|
|
450
|
+
var s = { value: a }, u = { value: function() {
|
|
451
|
+
--i === 0 && o();
|
|
452
|
+
} };
|
|
453
|
+
n.each(function() {
|
|
454
|
+
var c = p(this, e), l = c.on;
|
|
455
|
+
l !== t && (r = (t = l).copy(), r._.cancel.push(s), r._.interrupt.push(s), r._.end.push(u)), c.on = r;
|
|
456
|
+
}), i === 0 && o();
|
|
457
|
+
});
|
|
458
|
+
}
|
|
459
|
+
var tn = 0;
|
|
460
|
+
function d(t, r, n, e) {
|
|
461
|
+
this._groups = t, this._parents = r, this._name = n, this._id = e;
|
|
462
|
+
}
|
|
463
|
+
function G() {
|
|
464
|
+
return ++tn;
|
|
465
|
+
}
|
|
466
|
+
var y = x.prototype;
|
|
467
|
+
d.prototype = {
|
|
468
|
+
constructor: d,
|
|
469
|
+
select: Vt,
|
|
470
|
+
selectAll: kt,
|
|
471
|
+
selectChild: y.selectChild,
|
|
472
|
+
selectChildren: y.selectChildren,
|
|
473
|
+
filter: St,
|
|
474
|
+
merge: bt,
|
|
475
|
+
selection: Gt,
|
|
476
|
+
transition: Zt,
|
|
477
|
+
call: y.call,
|
|
478
|
+
nodes: y.nodes,
|
|
479
|
+
node: y.node,
|
|
480
|
+
size: y.size,
|
|
481
|
+
empty: y.empty,
|
|
482
|
+
each: y.each,
|
|
483
|
+
on: It,
|
|
484
|
+
attr: ft,
|
|
485
|
+
attrTween: yt,
|
|
486
|
+
style: Lt,
|
|
487
|
+
styleTween: Bt,
|
|
488
|
+
text: Qt,
|
|
489
|
+
textTween: Yt,
|
|
490
|
+
remove: Pt,
|
|
491
|
+
tween: it,
|
|
492
|
+
delay: gt,
|
|
493
|
+
duration: xt,
|
|
494
|
+
ease: Nt,
|
|
495
|
+
easeVarying: Ct,
|
|
496
|
+
end: jt,
|
|
497
|
+
[Symbol.iterator]: y[Symbol.iterator]
|
|
498
|
+
};
|
|
499
|
+
var nn = {
|
|
500
|
+
time: null,
|
|
501
|
+
// Set on use.
|
|
502
|
+
delay: 0,
|
|
503
|
+
duration: 250,
|
|
504
|
+
ease: X
|
|
505
|
+
};
|
|
506
|
+
function rn(t, r) {
|
|
507
|
+
for (var n; !(n = t.__transition) || !(n = n[r]); )
|
|
508
|
+
if (!(t = t.parentNode))
|
|
509
|
+
throw new Error(`transition ${r} not found`);
|
|
510
|
+
return n;
|
|
511
|
+
}
|
|
512
|
+
function en(t) {
|
|
513
|
+
var r, n;
|
|
514
|
+
t instanceof d ? (r = t._id, t = t._name) : (r = G(), (n = nn).time = L(), t = t == null ? null : t + "");
|
|
515
|
+
for (var e = this._groups, i = e.length, o = 0; o < i; ++o)
|
|
516
|
+
for (var a = e[o], s = a.length, u, c = 0; c < s; ++c)
|
|
517
|
+
(u = a[c]) && A(u, t, r, c, a, n || rn(u, r));
|
|
518
|
+
return new d(e, this._parents, t, r);
|
|
519
|
+
}
|
|
520
|
+
x.prototype.interrupt = nt;
|
|
521
|
+
x.prototype.transition = en;
|
|
522
|
+
export {
|
|
523
|
+
tt as i
|
|
524
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./vendor-d3-transition-BbNQT7qF.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|