@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,603 @@
|
|
|
1
|
+
var g = "http://www.w3.org/1999/xhtml";
|
|
2
|
+
const N = {
|
|
3
|
+
svg: "http://www.w3.org/2000/svg",
|
|
4
|
+
xhtml: g,
|
|
5
|
+
xlink: "http://www.w3.org/1999/xlink",
|
|
6
|
+
xml: "http://www.w3.org/XML/1998/namespace",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
8
|
+
};
|
|
9
|
+
function E(t) {
|
|
10
|
+
var n = t += "", e = n.indexOf(":");
|
|
11
|
+
return e >= 0 && (n = t.slice(0, e)) !== "xmlns" && (t = t.slice(e + 1)), N.hasOwnProperty(n) ? { space: N[n], local: t } : t;
|
|
12
|
+
}
|
|
13
|
+
function O(t) {
|
|
14
|
+
return function() {
|
|
15
|
+
var n = this.ownerDocument, e = this.namespaceURI;
|
|
16
|
+
return e === g && n.documentElement.namespaceURI === g ? n.createElement(t) : n.createElementNS(e, t);
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function k(t) {
|
|
20
|
+
return function() {
|
|
21
|
+
return this.ownerDocument.createElementNS(t.space, t.local);
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
function b(t) {
|
|
25
|
+
var n = E(t);
|
|
26
|
+
return (n.local ? k : O)(n);
|
|
27
|
+
}
|
|
28
|
+
function H() {
|
|
29
|
+
}
|
|
30
|
+
function L(t) {
|
|
31
|
+
return t == null ? H : function() {
|
|
32
|
+
return this.querySelector(t);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
function U(t) {
|
|
36
|
+
typeof t != "function" && (t = L(t));
|
|
37
|
+
for (var n = this._groups, e = n.length, i = new Array(e), r = 0; r < e; ++r)
|
|
38
|
+
for (var s = n[r], l = s.length, o = i[r] = new Array(l), c, u, f = 0; f < l; ++f)
|
|
39
|
+
(c = s[f]) && (u = t.call(c, c.__data__, f, s)) && ("__data__" in c && (u.__data__ = c.__data__), o[f] = u);
|
|
40
|
+
return new a(i, this._parents);
|
|
41
|
+
}
|
|
42
|
+
function X(t) {
|
|
43
|
+
return t == null ? [] : Array.isArray(t) ? t : Array.from(t);
|
|
44
|
+
}
|
|
45
|
+
function z() {
|
|
46
|
+
return [];
|
|
47
|
+
}
|
|
48
|
+
function Y(t) {
|
|
49
|
+
return t == null ? z : function() {
|
|
50
|
+
return this.querySelectorAll(t);
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function K(t) {
|
|
54
|
+
return function() {
|
|
55
|
+
return X(t.apply(this, arguments));
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function G(t) {
|
|
59
|
+
typeof t == "function" ? t = K(t) : t = Y(t);
|
|
60
|
+
for (var n = this._groups, e = n.length, i = [], r = [], s = 0; s < e; ++s)
|
|
61
|
+
for (var l = n[s], o = l.length, c, u = 0; u < o; ++u)
|
|
62
|
+
(c = l[u]) && (i.push(t.call(c, c.__data__, u, l)), r.push(c));
|
|
63
|
+
return new a(i, r);
|
|
64
|
+
}
|
|
65
|
+
function J(t) {
|
|
66
|
+
return function() {
|
|
67
|
+
return this.matches(t);
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
function R(t) {
|
|
71
|
+
return function(n) {
|
|
72
|
+
return n.matches(t);
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
var Q = Array.prototype.find;
|
|
76
|
+
function W(t) {
|
|
77
|
+
return function() {
|
|
78
|
+
return Q.call(this.children, t);
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
function Z() {
|
|
82
|
+
return this.firstElementChild;
|
|
83
|
+
}
|
|
84
|
+
function $(t) {
|
|
85
|
+
return this.select(t == null ? Z : W(typeof t == "function" ? t : R(t)));
|
|
86
|
+
}
|
|
87
|
+
var j = Array.prototype.filter;
|
|
88
|
+
function tt() {
|
|
89
|
+
return Array.from(this.children);
|
|
90
|
+
}
|
|
91
|
+
function nt(t) {
|
|
92
|
+
return function() {
|
|
93
|
+
return j.call(this.children, t);
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
function et(t) {
|
|
97
|
+
return this.selectAll(t == null ? tt : nt(typeof t == "function" ? t : R(t)));
|
|
98
|
+
}
|
|
99
|
+
function rt(t) {
|
|
100
|
+
typeof t != "function" && (t = J(t));
|
|
101
|
+
for (var n = this._groups, e = n.length, i = new Array(e), r = 0; r < e; ++r)
|
|
102
|
+
for (var s = n[r], l = s.length, o = i[r] = [], c, u = 0; u < l; ++u)
|
|
103
|
+
(c = s[u]) && t.call(c, c.__data__, u, s) && o.push(c);
|
|
104
|
+
return new a(i, this._parents);
|
|
105
|
+
}
|
|
106
|
+
function F(t) {
|
|
107
|
+
return new Array(t.length);
|
|
108
|
+
}
|
|
109
|
+
function it() {
|
|
110
|
+
return new a(this._enter || this._groups.map(F), this._parents);
|
|
111
|
+
}
|
|
112
|
+
function v(t, n) {
|
|
113
|
+
this.ownerDocument = t.ownerDocument, this.namespaceURI = t.namespaceURI, this._next = null, this._parent = t, this.__data__ = n;
|
|
114
|
+
}
|
|
115
|
+
v.prototype = {
|
|
116
|
+
constructor: v,
|
|
117
|
+
appendChild: function(t) {
|
|
118
|
+
return this._parent.insertBefore(t, this._next);
|
|
119
|
+
},
|
|
120
|
+
insertBefore: function(t, n) {
|
|
121
|
+
return this._parent.insertBefore(t, n);
|
|
122
|
+
},
|
|
123
|
+
querySelector: function(t) {
|
|
124
|
+
return this._parent.querySelector(t);
|
|
125
|
+
},
|
|
126
|
+
querySelectorAll: function(t) {
|
|
127
|
+
return this._parent.querySelectorAll(t);
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
function st(t) {
|
|
131
|
+
return function() {
|
|
132
|
+
return t;
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
function ot(t, n, e, i, r, s) {
|
|
136
|
+
for (var l = 0, o, c = n.length, u = s.length; l < u; ++l)
|
|
137
|
+
(o = n[l]) ? (o.__data__ = s[l], i[l] = o) : e[l] = new v(t, s[l]);
|
|
138
|
+
for (; l < c; ++l)
|
|
139
|
+
(o = n[l]) && (r[l] = o);
|
|
140
|
+
}
|
|
141
|
+
function lt(t, n, e, i, r, s, l) {
|
|
142
|
+
var o, c, u = /* @__PURE__ */ new Map(), f = n.length, _ = s.length, p = new Array(f), h;
|
|
143
|
+
for (o = 0; o < f; ++o)
|
|
144
|
+
(c = n[o]) && (p[o] = h = l.call(c, c.__data__, o, n) + "", u.has(h) ? r[o] = c : u.set(h, c));
|
|
145
|
+
for (o = 0; o < _; ++o)
|
|
146
|
+
h = l.call(t, s[o], o, s) + "", (c = u.get(h)) ? (i[o] = c, c.__data__ = s[o], u.delete(h)) : e[o] = new v(t, s[o]);
|
|
147
|
+
for (o = 0; o < f; ++o)
|
|
148
|
+
(c = n[o]) && u.get(p[o]) === c && (r[o] = c);
|
|
149
|
+
}
|
|
150
|
+
function ct(t) {
|
|
151
|
+
return t.__data__;
|
|
152
|
+
}
|
|
153
|
+
function ut(t, n) {
|
|
154
|
+
if (!arguments.length) return Array.from(this, ct);
|
|
155
|
+
var e = n ? lt : ot, i = this._parents, r = this._groups;
|
|
156
|
+
typeof t != "function" && (t = st(t));
|
|
157
|
+
for (var s = r.length, l = new Array(s), o = new Array(s), c = new Array(s), u = 0; u < s; ++u) {
|
|
158
|
+
var f = i[u], _ = r[u], p = _.length, h = ft(t.call(f, f && f.__data__, u, i)), y = h.length, A = o[u] = new Array(y), x = l[u] = new Array(y), I = c[u] = new Array(p);
|
|
159
|
+
e(f, _, A, x, I, h, n);
|
|
160
|
+
for (var d = 0, m = 0, S, C; d < y; ++d)
|
|
161
|
+
if (S = A[d]) {
|
|
162
|
+
for (d >= m && (m = d + 1); !(C = x[m]) && ++m < y; ) ;
|
|
163
|
+
S._next = C || null;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
return l = new a(l, i), l._enter = o, l._exit = c, l;
|
|
167
|
+
}
|
|
168
|
+
function ft(t) {
|
|
169
|
+
return typeof t == "object" && "length" in t ? t : Array.from(t);
|
|
170
|
+
}
|
|
171
|
+
function at() {
|
|
172
|
+
return new a(this._exit || this._groups.map(F), this._parents);
|
|
173
|
+
}
|
|
174
|
+
function ht(t, n, e) {
|
|
175
|
+
var i = this.enter(), r = this, s = this.exit();
|
|
176
|
+
return typeof t == "function" ? (i = t(i), i && (i = i.selection())) : i = i.append(t + ""), n != null && (r = n(r), r && (r = r.selection())), e == null ? s.remove() : e(s), i && r ? i.merge(r).order() : r;
|
|
177
|
+
}
|
|
178
|
+
function _t(t) {
|
|
179
|
+
for (var n = t.selection ? t.selection() : t, e = this._groups, i = n._groups, r = e.length, s = i.length, l = Math.min(r, s), o = new Array(r), c = 0; c < l; ++c)
|
|
180
|
+
for (var u = e[c], f = i[c], _ = u.length, p = o[c] = new Array(_), h, y = 0; y < _; ++y)
|
|
181
|
+
(h = u[y] || f[y]) && (p[y] = h);
|
|
182
|
+
for (; c < r; ++c)
|
|
183
|
+
o[c] = e[c];
|
|
184
|
+
return new a(o, this._parents);
|
|
185
|
+
}
|
|
186
|
+
function pt() {
|
|
187
|
+
for (var t = this._groups, n = -1, e = t.length; ++n < e; )
|
|
188
|
+
for (var i = t[n], r = i.length - 1, s = i[r], l; --r >= 0; )
|
|
189
|
+
(l = i[r]) && (s && l.compareDocumentPosition(s) ^ 4 && s.parentNode.insertBefore(l, s), s = l);
|
|
190
|
+
return this;
|
|
191
|
+
}
|
|
192
|
+
function yt(t) {
|
|
193
|
+
t || (t = dt);
|
|
194
|
+
function n(_, p) {
|
|
195
|
+
return _ && p ? t(_.__data__, p.__data__) : !_ - !p;
|
|
196
|
+
}
|
|
197
|
+
for (var e = this._groups, i = e.length, r = new Array(i), s = 0; s < i; ++s) {
|
|
198
|
+
for (var l = e[s], o = l.length, c = r[s] = new Array(o), u, f = 0; f < o; ++f)
|
|
199
|
+
(u = l[f]) && (c[f] = u);
|
|
200
|
+
c.sort(n);
|
|
201
|
+
}
|
|
202
|
+
return new a(r, this._parents).order();
|
|
203
|
+
}
|
|
204
|
+
function dt(t, n) {
|
|
205
|
+
return t < n ? -1 : t > n ? 1 : t >= n ? 0 : NaN;
|
|
206
|
+
}
|
|
207
|
+
function mt() {
|
|
208
|
+
var t = arguments[0];
|
|
209
|
+
return arguments[0] = this, t.apply(null, arguments), this;
|
|
210
|
+
}
|
|
211
|
+
function vt() {
|
|
212
|
+
return Array.from(this);
|
|
213
|
+
}
|
|
214
|
+
function gt() {
|
|
215
|
+
for (var t = this._groups, n = 0, e = t.length; n < e; ++n)
|
|
216
|
+
for (var i = t[n], r = 0, s = i.length; r < s; ++r) {
|
|
217
|
+
var l = i[r];
|
|
218
|
+
if (l) return l;
|
|
219
|
+
}
|
|
220
|
+
return null;
|
|
221
|
+
}
|
|
222
|
+
function wt() {
|
|
223
|
+
let t = 0;
|
|
224
|
+
for (const n of this) ++t;
|
|
225
|
+
return t;
|
|
226
|
+
}
|
|
227
|
+
function At() {
|
|
228
|
+
return !this.node();
|
|
229
|
+
}
|
|
230
|
+
function xt(t) {
|
|
231
|
+
for (var n = this._groups, e = 0, i = n.length; e < i; ++e)
|
|
232
|
+
for (var r = n[e], s = 0, l = r.length, o; s < l; ++s)
|
|
233
|
+
(o = r[s]) && t.call(o, o.__data__, s, r);
|
|
234
|
+
return this;
|
|
235
|
+
}
|
|
236
|
+
function St(t) {
|
|
237
|
+
return function() {
|
|
238
|
+
this.removeAttribute(t);
|
|
239
|
+
};
|
|
240
|
+
}
|
|
241
|
+
function Ct(t) {
|
|
242
|
+
return function() {
|
|
243
|
+
this.removeAttributeNS(t.space, t.local);
|
|
244
|
+
};
|
|
245
|
+
}
|
|
246
|
+
function Nt(t, n) {
|
|
247
|
+
return function() {
|
|
248
|
+
this.setAttribute(t, n);
|
|
249
|
+
};
|
|
250
|
+
}
|
|
251
|
+
function Et(t, n) {
|
|
252
|
+
return function() {
|
|
253
|
+
this.setAttributeNS(t.space, t.local, n);
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
function bt(t, n) {
|
|
257
|
+
return function() {
|
|
258
|
+
var e = n.apply(this, arguments);
|
|
259
|
+
e == null ? this.removeAttribute(t) : this.setAttribute(t, e);
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
function Lt(t, n) {
|
|
263
|
+
return function() {
|
|
264
|
+
var e = n.apply(this, arguments);
|
|
265
|
+
e == null ? this.removeAttributeNS(t.space, t.local) : this.setAttributeNS(t.space, t.local, e);
|
|
266
|
+
};
|
|
267
|
+
}
|
|
268
|
+
function Rt(t, n) {
|
|
269
|
+
var e = E(t);
|
|
270
|
+
if (arguments.length < 2) {
|
|
271
|
+
var i = this.node();
|
|
272
|
+
return e.local ? i.getAttributeNS(e.space, e.local) : i.getAttribute(e);
|
|
273
|
+
}
|
|
274
|
+
return this.each((n == null ? e.local ? Ct : St : typeof n == "function" ? e.local ? Lt : bt : e.local ? Et : Nt)(e, n));
|
|
275
|
+
}
|
|
276
|
+
function V(t) {
|
|
277
|
+
return t.ownerDocument && t.ownerDocument.defaultView || t.document && t || t.defaultView;
|
|
278
|
+
}
|
|
279
|
+
function Ft(t) {
|
|
280
|
+
return function() {
|
|
281
|
+
this.style.removeProperty(t);
|
|
282
|
+
};
|
|
283
|
+
}
|
|
284
|
+
function Vt(t, n, e) {
|
|
285
|
+
return function() {
|
|
286
|
+
this.style.setProperty(t, n, e);
|
|
287
|
+
};
|
|
288
|
+
}
|
|
289
|
+
function Bt(t, n, e) {
|
|
290
|
+
return function() {
|
|
291
|
+
var i = n.apply(this, arguments);
|
|
292
|
+
i == null ? this.style.removeProperty(t) : this.style.setProperty(t, i, e);
|
|
293
|
+
};
|
|
294
|
+
}
|
|
295
|
+
function Pt(t, n, e) {
|
|
296
|
+
return arguments.length > 1 ? this.each((n == null ? Ft : typeof n == "function" ? Bt : Vt)(t, n, e ?? "")) : Tt(this.node(), t);
|
|
297
|
+
}
|
|
298
|
+
function Tt(t, n) {
|
|
299
|
+
return t.style.getPropertyValue(n) || V(t).getComputedStyle(t, null).getPropertyValue(n);
|
|
300
|
+
}
|
|
301
|
+
function Mt(t) {
|
|
302
|
+
return function() {
|
|
303
|
+
delete this[t];
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
function Dt(t, n) {
|
|
307
|
+
return function() {
|
|
308
|
+
this[t] = n;
|
|
309
|
+
};
|
|
310
|
+
}
|
|
311
|
+
function qt(t, n) {
|
|
312
|
+
return function() {
|
|
313
|
+
var e = n.apply(this, arguments);
|
|
314
|
+
e == null ? delete this[t] : this[t] = e;
|
|
315
|
+
};
|
|
316
|
+
}
|
|
317
|
+
function It(t, n) {
|
|
318
|
+
return arguments.length > 1 ? this.each((n == null ? Mt : typeof n == "function" ? qt : Dt)(t, n)) : this.node()[t];
|
|
319
|
+
}
|
|
320
|
+
function B(t) {
|
|
321
|
+
return t.trim().split(/^|\s+/);
|
|
322
|
+
}
|
|
323
|
+
function w(t) {
|
|
324
|
+
return t.classList || new P(t);
|
|
325
|
+
}
|
|
326
|
+
function P(t) {
|
|
327
|
+
this._node = t, this._names = B(t.getAttribute("class") || "");
|
|
328
|
+
}
|
|
329
|
+
P.prototype = {
|
|
330
|
+
add: function(t) {
|
|
331
|
+
var n = this._names.indexOf(t);
|
|
332
|
+
n < 0 && (this._names.push(t), this._node.setAttribute("class", this._names.join(" ")));
|
|
333
|
+
},
|
|
334
|
+
remove: function(t) {
|
|
335
|
+
var n = this._names.indexOf(t);
|
|
336
|
+
n >= 0 && (this._names.splice(n, 1), this._node.setAttribute("class", this._names.join(" ")));
|
|
337
|
+
},
|
|
338
|
+
contains: function(t) {
|
|
339
|
+
return this._names.indexOf(t) >= 0;
|
|
340
|
+
}
|
|
341
|
+
};
|
|
342
|
+
function T(t, n) {
|
|
343
|
+
for (var e = w(t), i = -1, r = n.length; ++i < r; ) e.add(n[i]);
|
|
344
|
+
}
|
|
345
|
+
function M(t, n) {
|
|
346
|
+
for (var e = w(t), i = -1, r = n.length; ++i < r; ) e.remove(n[i]);
|
|
347
|
+
}
|
|
348
|
+
function Ot(t) {
|
|
349
|
+
return function() {
|
|
350
|
+
T(this, t);
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
function kt(t) {
|
|
354
|
+
return function() {
|
|
355
|
+
M(this, t);
|
|
356
|
+
};
|
|
357
|
+
}
|
|
358
|
+
function Ht(t, n) {
|
|
359
|
+
return function() {
|
|
360
|
+
(n.apply(this, arguments) ? T : M)(this, t);
|
|
361
|
+
};
|
|
362
|
+
}
|
|
363
|
+
function Ut(t, n) {
|
|
364
|
+
var e = B(t + "");
|
|
365
|
+
if (arguments.length < 2) {
|
|
366
|
+
for (var i = w(this.node()), r = -1, s = e.length; ++r < s; ) if (!i.contains(e[r])) return !1;
|
|
367
|
+
return !0;
|
|
368
|
+
}
|
|
369
|
+
return this.each((typeof n == "function" ? Ht : n ? Ot : kt)(e, n));
|
|
370
|
+
}
|
|
371
|
+
function Xt() {
|
|
372
|
+
this.textContent = "";
|
|
373
|
+
}
|
|
374
|
+
function zt(t) {
|
|
375
|
+
return function() {
|
|
376
|
+
this.textContent = t;
|
|
377
|
+
};
|
|
378
|
+
}
|
|
379
|
+
function Yt(t) {
|
|
380
|
+
return function() {
|
|
381
|
+
var n = t.apply(this, arguments);
|
|
382
|
+
this.textContent = n ?? "";
|
|
383
|
+
};
|
|
384
|
+
}
|
|
385
|
+
function Kt(t) {
|
|
386
|
+
return arguments.length ? this.each(t == null ? Xt : (typeof t == "function" ? Yt : zt)(t)) : this.node().textContent;
|
|
387
|
+
}
|
|
388
|
+
function Gt() {
|
|
389
|
+
this.innerHTML = "";
|
|
390
|
+
}
|
|
391
|
+
function Jt(t) {
|
|
392
|
+
return function() {
|
|
393
|
+
this.innerHTML = t;
|
|
394
|
+
};
|
|
395
|
+
}
|
|
396
|
+
function Qt(t) {
|
|
397
|
+
return function() {
|
|
398
|
+
var n = t.apply(this, arguments);
|
|
399
|
+
this.innerHTML = n ?? "";
|
|
400
|
+
};
|
|
401
|
+
}
|
|
402
|
+
function Wt(t) {
|
|
403
|
+
return arguments.length ? this.each(t == null ? Gt : (typeof t == "function" ? Qt : Jt)(t)) : this.node().innerHTML;
|
|
404
|
+
}
|
|
405
|
+
function Zt() {
|
|
406
|
+
this.nextSibling && this.parentNode.appendChild(this);
|
|
407
|
+
}
|
|
408
|
+
function $t() {
|
|
409
|
+
return this.each(Zt);
|
|
410
|
+
}
|
|
411
|
+
function jt() {
|
|
412
|
+
this.previousSibling && this.parentNode.insertBefore(this, this.parentNode.firstChild);
|
|
413
|
+
}
|
|
414
|
+
function tn() {
|
|
415
|
+
return this.each(jt);
|
|
416
|
+
}
|
|
417
|
+
function nn(t) {
|
|
418
|
+
var n = typeof t == "function" ? t : b(t);
|
|
419
|
+
return this.select(function() {
|
|
420
|
+
return this.appendChild(n.apply(this, arguments));
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
function en() {
|
|
424
|
+
return null;
|
|
425
|
+
}
|
|
426
|
+
function rn(t, n) {
|
|
427
|
+
var e = typeof t == "function" ? t : b(t), i = n == null ? en : typeof n == "function" ? n : L(n);
|
|
428
|
+
return this.select(function() {
|
|
429
|
+
return this.insertBefore(e.apply(this, arguments), i.apply(this, arguments) || null);
|
|
430
|
+
});
|
|
431
|
+
}
|
|
432
|
+
function sn() {
|
|
433
|
+
var t = this.parentNode;
|
|
434
|
+
t && t.removeChild(this);
|
|
435
|
+
}
|
|
436
|
+
function on() {
|
|
437
|
+
return this.each(sn);
|
|
438
|
+
}
|
|
439
|
+
function ln() {
|
|
440
|
+
var t = this.cloneNode(!1), n = this.parentNode;
|
|
441
|
+
return n ? n.insertBefore(t, this.nextSibling) : t;
|
|
442
|
+
}
|
|
443
|
+
function cn() {
|
|
444
|
+
var t = this.cloneNode(!0), n = this.parentNode;
|
|
445
|
+
return n ? n.insertBefore(t, this.nextSibling) : t;
|
|
446
|
+
}
|
|
447
|
+
function un(t) {
|
|
448
|
+
return this.select(t ? cn : ln);
|
|
449
|
+
}
|
|
450
|
+
function fn(t) {
|
|
451
|
+
return arguments.length ? this.property("__data__", t) : this.node().__data__;
|
|
452
|
+
}
|
|
453
|
+
function an(t) {
|
|
454
|
+
return function(n) {
|
|
455
|
+
t.call(this, n, this.__data__);
|
|
456
|
+
};
|
|
457
|
+
}
|
|
458
|
+
function hn(t) {
|
|
459
|
+
return t.trim().split(/^|\s+/).map(function(n) {
|
|
460
|
+
var e = "", i = n.indexOf(".");
|
|
461
|
+
return i >= 0 && (e = n.slice(i + 1), n = n.slice(0, i)), { type: n, name: e };
|
|
462
|
+
});
|
|
463
|
+
}
|
|
464
|
+
function _n(t) {
|
|
465
|
+
return function() {
|
|
466
|
+
var n = this.__on;
|
|
467
|
+
if (n) {
|
|
468
|
+
for (var e = 0, i = -1, r = n.length, s; e < r; ++e)
|
|
469
|
+
s = n[e], (!t.type || s.type === t.type) && s.name === t.name ? this.removeEventListener(s.type, s.listener, s.options) : n[++i] = s;
|
|
470
|
+
++i ? n.length = i : delete this.__on;
|
|
471
|
+
}
|
|
472
|
+
};
|
|
473
|
+
}
|
|
474
|
+
function pn(t, n, e) {
|
|
475
|
+
return function() {
|
|
476
|
+
var i = this.__on, r, s = an(n);
|
|
477
|
+
if (i) {
|
|
478
|
+
for (var l = 0, o = i.length; l < o; ++l)
|
|
479
|
+
if ((r = i[l]).type === t.type && r.name === t.name) {
|
|
480
|
+
this.removeEventListener(r.type, r.listener, r.options), this.addEventListener(r.type, r.listener = s, r.options = e), r.value = n;
|
|
481
|
+
return;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
this.addEventListener(t.type, s, e), r = { type: t.type, name: t.name, value: n, listener: s, options: e }, i ? i.push(r) : this.__on = [r];
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
function yn(t, n, e) {
|
|
488
|
+
var i = hn(t + ""), r, s = i.length, l;
|
|
489
|
+
if (arguments.length < 2) {
|
|
490
|
+
var o = this.node().__on;
|
|
491
|
+
if (o) {
|
|
492
|
+
for (var c = 0, u = o.length, f; c < u; ++c)
|
|
493
|
+
for (r = 0, f = o[c]; r < s; ++r)
|
|
494
|
+
if ((l = i[r]).type === f.type && l.name === f.name)
|
|
495
|
+
return f.value;
|
|
496
|
+
}
|
|
497
|
+
return;
|
|
498
|
+
}
|
|
499
|
+
for (o = n ? pn : _n, r = 0; r < s; ++r) this.each(o(i[r], n, e));
|
|
500
|
+
return this;
|
|
501
|
+
}
|
|
502
|
+
function D(t, n, e) {
|
|
503
|
+
var i = V(t), r = i.CustomEvent;
|
|
504
|
+
typeof r == "function" ? r = new r(n, e) : (r = i.document.createEvent("Event"), e ? (r.initEvent(n, e.bubbles, e.cancelable), r.detail = e.detail) : r.initEvent(n, !1, !1)), t.dispatchEvent(r);
|
|
505
|
+
}
|
|
506
|
+
function dn(t, n) {
|
|
507
|
+
return function() {
|
|
508
|
+
return D(this, t, n);
|
|
509
|
+
};
|
|
510
|
+
}
|
|
511
|
+
function mn(t, n) {
|
|
512
|
+
return function() {
|
|
513
|
+
return D(this, t, n.apply(this, arguments));
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
function vn(t, n) {
|
|
517
|
+
return this.each((typeof n == "function" ? mn : dn)(t, n));
|
|
518
|
+
}
|
|
519
|
+
function* gn() {
|
|
520
|
+
for (var t = this._groups, n = 0, e = t.length; n < e; ++n)
|
|
521
|
+
for (var i = t[n], r = 0, s = i.length, l; r < s; ++r)
|
|
522
|
+
(l = i[r]) && (yield l);
|
|
523
|
+
}
|
|
524
|
+
var q = [null];
|
|
525
|
+
function a(t, n) {
|
|
526
|
+
this._groups = t, this._parents = n;
|
|
527
|
+
}
|
|
528
|
+
function wn() {
|
|
529
|
+
return new a([[document.documentElement]], q);
|
|
530
|
+
}
|
|
531
|
+
function An() {
|
|
532
|
+
return this;
|
|
533
|
+
}
|
|
534
|
+
a.prototype = wn.prototype = {
|
|
535
|
+
constructor: a,
|
|
536
|
+
select: U,
|
|
537
|
+
selectAll: G,
|
|
538
|
+
selectChild: $,
|
|
539
|
+
selectChildren: et,
|
|
540
|
+
filter: rt,
|
|
541
|
+
data: ut,
|
|
542
|
+
enter: it,
|
|
543
|
+
exit: at,
|
|
544
|
+
join: ht,
|
|
545
|
+
merge: _t,
|
|
546
|
+
selection: An,
|
|
547
|
+
order: pt,
|
|
548
|
+
sort: yt,
|
|
549
|
+
call: mt,
|
|
550
|
+
nodes: vt,
|
|
551
|
+
node: gt,
|
|
552
|
+
size: wt,
|
|
553
|
+
empty: At,
|
|
554
|
+
each: xt,
|
|
555
|
+
attr: Rt,
|
|
556
|
+
style: Pt,
|
|
557
|
+
property: It,
|
|
558
|
+
classed: Ut,
|
|
559
|
+
text: Kt,
|
|
560
|
+
html: Wt,
|
|
561
|
+
raise: $t,
|
|
562
|
+
lower: tn,
|
|
563
|
+
append: nn,
|
|
564
|
+
insert: rn,
|
|
565
|
+
remove: on,
|
|
566
|
+
clone: un,
|
|
567
|
+
datum: fn,
|
|
568
|
+
on: yn,
|
|
569
|
+
dispatch: vn,
|
|
570
|
+
[Symbol.iterator]: gn
|
|
571
|
+
};
|
|
572
|
+
function Sn(t) {
|
|
573
|
+
return typeof t == "string" ? new a([[document.querySelector(t)]], [document.documentElement]) : new a([[t]], q);
|
|
574
|
+
}
|
|
575
|
+
function xn(t) {
|
|
576
|
+
let n;
|
|
577
|
+
for (; n = t.sourceEvent; ) t = n;
|
|
578
|
+
return t;
|
|
579
|
+
}
|
|
580
|
+
function Cn(t, n) {
|
|
581
|
+
if (t = xn(t), n === void 0 && (n = t.currentTarget), n) {
|
|
582
|
+
var e = n.ownerSVGElement || n;
|
|
583
|
+
if (e.createSVGPoint) {
|
|
584
|
+
var i = e.createSVGPoint();
|
|
585
|
+
return i.x = t.clientX, i.y = t.clientY, i = i.matrixTransform(n.getScreenCTM().inverse()), [i.x, i.y];
|
|
586
|
+
}
|
|
587
|
+
if (n.getBoundingClientRect) {
|
|
588
|
+
var r = n.getBoundingClientRect();
|
|
589
|
+
return [t.clientX - r.left - n.clientLeft, t.clientY - r.top - n.clientTop];
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
return [t.pageX, t.pageY];
|
|
593
|
+
}
|
|
594
|
+
export {
|
|
595
|
+
L as a,
|
|
596
|
+
Y as b,
|
|
597
|
+
wn as c,
|
|
598
|
+
Tt as d,
|
|
599
|
+
J as m,
|
|
600
|
+
E as n,
|
|
601
|
+
Cn as p,
|
|
602
|
+
Sn as s
|
|
603
|
+
};
|