@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,446 @@
|
|
|
1
|
+
import { getCurrentInstance as N, computed as h, camelize as A, defineComponent as v, toRefs as C, ref as d, reactive as T, watch as c, watchEffect as w, toRaw as f, onMounted as b, onUnmounted as y, provide as p, openBlock as m, createElementBlock as g, renderSlot as _, inject as F, nextTick as S } from "vue";
|
|
2
|
+
import { i as z, X as E, S as R, A as W, C as P, G as $, L as K, D as O, T as H } from "./vendor-unovis-ts-Bue71Kwt.js";
|
|
3
|
+
const k = Symbol("componentAccessorKey"), B = Symbol("tooltipAccessorKey"), M = Symbol("crosshairAccessorKey"), L = Symbol("axisAccessorKey"), j = Symbol("annotationsAccessorKey");
|
|
4
|
+
function D(s, u) {
|
|
5
|
+
return z(s, u);
|
|
6
|
+
}
|
|
7
|
+
function x(s) {
|
|
8
|
+
const u = N(), i = u.attrs;
|
|
9
|
+
return h(() => {
|
|
10
|
+
const o = {}, l = u?.vnode.props ?? {};
|
|
11
|
+
return Object.keys(l).forEach((a) => {
|
|
12
|
+
o[A(a)] = s[A(a)];
|
|
13
|
+
}), { ...o, ...i };
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
const Z = /* @__PURE__ */ v({
|
|
17
|
+
__name: "index",
|
|
18
|
+
props: {
|
|
19
|
+
components: {},
|
|
20
|
+
xScale: { type: [Object, Function] },
|
|
21
|
+
xDomain: {},
|
|
22
|
+
xDomainMinConstraint: {},
|
|
23
|
+
xDomainMaxConstraint: {},
|
|
24
|
+
xRange: {},
|
|
25
|
+
yScale: { type: [Object, Function] },
|
|
26
|
+
yDomain: {},
|
|
27
|
+
yDomainMinConstraint: {},
|
|
28
|
+
yDomainMaxConstraint: {},
|
|
29
|
+
yRange: {},
|
|
30
|
+
yDirection: {},
|
|
31
|
+
xAxis: {},
|
|
32
|
+
yAxis: {},
|
|
33
|
+
autoMargin: { type: Boolean },
|
|
34
|
+
tooltip: {},
|
|
35
|
+
crosshair: {},
|
|
36
|
+
preventEmptyDomain: { type: [Boolean, null] },
|
|
37
|
+
scaleByDomain: { type: Boolean },
|
|
38
|
+
annotations: {},
|
|
39
|
+
clipPathExtend: {},
|
|
40
|
+
duration: {},
|
|
41
|
+
margin: {},
|
|
42
|
+
padding: {},
|
|
43
|
+
sizing: {},
|
|
44
|
+
width: {},
|
|
45
|
+
height: {},
|
|
46
|
+
svgDefs: {},
|
|
47
|
+
ariaLabel: {},
|
|
48
|
+
data: {}
|
|
49
|
+
},
|
|
50
|
+
setup(s, { expose: u }) {
|
|
51
|
+
const i = s, { data: o } = C(i), l = x(i), a = d(), t = T({
|
|
52
|
+
components: [],
|
|
53
|
+
annotations: void 0,
|
|
54
|
+
crosshair: void 0,
|
|
55
|
+
tooltip: void 0,
|
|
56
|
+
xAxis: void 0,
|
|
57
|
+
yAxis: void 0
|
|
58
|
+
}), e = d();
|
|
59
|
+
return c(o, () => {
|
|
60
|
+
a.value && a.value.setData(o.value, !0);
|
|
61
|
+
}), w(() => {
|
|
62
|
+
var n;
|
|
63
|
+
t.components.map((r) => r.config), (n = a.value) == null || n.updateContainer({ ...f(l.value), ...f(t) });
|
|
64
|
+
}), b(() => {
|
|
65
|
+
e.value && (a.value = new E(e.value, { ...f(t) }, o.value));
|
|
66
|
+
}), y(() => {
|
|
67
|
+
var n;
|
|
68
|
+
return (n = a.value) == null ? void 0 : n.destroy();
|
|
69
|
+
}), p(k, {
|
|
70
|
+
data: o,
|
|
71
|
+
update: (n) => t.components = [...t.components, n],
|
|
72
|
+
destroy: () => {
|
|
73
|
+
var n;
|
|
74
|
+
return t.components = (n = t.components) == null ? void 0 : n.filter((r) => !r.isDestroyed());
|
|
75
|
+
}
|
|
76
|
+
}), p(L, {
|
|
77
|
+
data: o,
|
|
78
|
+
update: (n) => t[`${n.config.type}Axis`] = n,
|
|
79
|
+
destroy: (n) => {
|
|
80
|
+
t[`${n}Axis`] = void 0;
|
|
81
|
+
}
|
|
82
|
+
}), p(M, {
|
|
83
|
+
data: o,
|
|
84
|
+
update: (n) => t.crosshair = n,
|
|
85
|
+
destroy: () => {
|
|
86
|
+
t.crosshair = void 0;
|
|
87
|
+
}
|
|
88
|
+
}), p(B, {
|
|
89
|
+
data: o,
|
|
90
|
+
update: (n) => t.tooltip = n,
|
|
91
|
+
destroy: () => {
|
|
92
|
+
t.tooltip = void 0;
|
|
93
|
+
}
|
|
94
|
+
}), p(j, {
|
|
95
|
+
data: o,
|
|
96
|
+
update: (n) => t.annotations = n,
|
|
97
|
+
destroy: () => {
|
|
98
|
+
t.annotations = void 0;
|
|
99
|
+
}
|
|
100
|
+
}), u({
|
|
101
|
+
component: a
|
|
102
|
+
}), (n, r) => (m(), g("div", {
|
|
103
|
+
"data-vis-xy-container": "",
|
|
104
|
+
ref_key: "elRef",
|
|
105
|
+
ref: e,
|
|
106
|
+
class: "unovis-xy-container"
|
|
107
|
+
}, [
|
|
108
|
+
_(n.$slots, "default")
|
|
109
|
+
], 512));
|
|
110
|
+
}
|
|
111
|
+
}), ee = /* @__PURE__ */ v({
|
|
112
|
+
__name: "index",
|
|
113
|
+
props: {
|
|
114
|
+
component: {},
|
|
115
|
+
tooltip: {},
|
|
116
|
+
annotations: {},
|
|
117
|
+
duration: {},
|
|
118
|
+
margin: {},
|
|
119
|
+
padding: {},
|
|
120
|
+
sizing: {},
|
|
121
|
+
width: {},
|
|
122
|
+
height: {},
|
|
123
|
+
svgDefs: {},
|
|
124
|
+
ariaLabel: {},
|
|
125
|
+
data: {}
|
|
126
|
+
},
|
|
127
|
+
setup(s, { expose: u }) {
|
|
128
|
+
const i = s, { data: o } = C(i), l = x(i);
|
|
129
|
+
let a;
|
|
130
|
+
const t = T({
|
|
131
|
+
component: void 0,
|
|
132
|
+
tooltip: void 0,
|
|
133
|
+
annotations: void 0
|
|
134
|
+
}), e = d(), n = () => {
|
|
135
|
+
a || e.value && t.component && (a = new R(e.value, { ...f(t) }, o.value));
|
|
136
|
+
};
|
|
137
|
+
return w(() => {
|
|
138
|
+
var r;
|
|
139
|
+
n(), (r = t.component) == null || r.config, a?.updateContainer({ ...f(l.value), ...f(t) });
|
|
140
|
+
}), c(o, () => {
|
|
141
|
+
a ? a.setData(o.value, !0) : n();
|
|
142
|
+
}), y(() => a?.destroy()), p(k, {
|
|
143
|
+
data: o,
|
|
144
|
+
update: (r) => t.component = r,
|
|
145
|
+
destroy: () => t.component = void 0
|
|
146
|
+
}), p(B, {
|
|
147
|
+
data: o,
|
|
148
|
+
update: (r) => t.tooltip = r,
|
|
149
|
+
destroy: () => {
|
|
150
|
+
t.tooltip = void 0;
|
|
151
|
+
}
|
|
152
|
+
}), p(j, {
|
|
153
|
+
data: o,
|
|
154
|
+
update: (r) => t.annotations = r,
|
|
155
|
+
destroy: () => {
|
|
156
|
+
t.annotations = void 0;
|
|
157
|
+
}
|
|
158
|
+
}), u({
|
|
159
|
+
component: a
|
|
160
|
+
}), (r, U) => (m(), g("div", {
|
|
161
|
+
"data-vis-single-container": "",
|
|
162
|
+
ref_key: "elRef",
|
|
163
|
+
ref: e,
|
|
164
|
+
class: "unovis-single-container"
|
|
165
|
+
}, [
|
|
166
|
+
_(r.$slots, "default")
|
|
167
|
+
], 512));
|
|
168
|
+
}
|
|
169
|
+
}), G = { "data-vis-axis": "" }, te = /* @__PURE__ */ v({
|
|
170
|
+
__name: "index",
|
|
171
|
+
props: {
|
|
172
|
+
position: {},
|
|
173
|
+
type: {},
|
|
174
|
+
fullSize: { type: Boolean },
|
|
175
|
+
label: {},
|
|
176
|
+
labelFontSize: {},
|
|
177
|
+
labelMargin: {},
|
|
178
|
+
labelTextFitMode: {},
|
|
179
|
+
labelTextTrimType: {},
|
|
180
|
+
labelColor: {},
|
|
181
|
+
gridLine: { type: Boolean },
|
|
182
|
+
tickLine: { type: Boolean },
|
|
183
|
+
domainLine: { type: Boolean },
|
|
184
|
+
minMaxTicksOnly: { type: Boolean },
|
|
185
|
+
minMaxTicksOnlyShowGridLines: { type: Boolean },
|
|
186
|
+
minMaxTicksOnlyWhenWidthIsLess: {},
|
|
187
|
+
tickFormat: { type: Function },
|
|
188
|
+
tickValues: {},
|
|
189
|
+
numTicks: {},
|
|
190
|
+
tickTextFitMode: {},
|
|
191
|
+
tickTextWidth: {},
|
|
192
|
+
tickTextSeparator: {},
|
|
193
|
+
tickTextForceWordBreak: { type: Boolean },
|
|
194
|
+
tickTextTrimType: {},
|
|
195
|
+
tickTextFontSize: {},
|
|
196
|
+
tickTextAlign: {},
|
|
197
|
+
tickTextColor: {},
|
|
198
|
+
tickTextAngle: {},
|
|
199
|
+
tickTextHideOverlapping: { type: Boolean },
|
|
200
|
+
tickPadding: {},
|
|
201
|
+
x: { type: [Function, Number, null] },
|
|
202
|
+
y: { type: [Function, Number, null, Array] },
|
|
203
|
+
id: { type: Function },
|
|
204
|
+
color: { type: [Function, String, Array, null] },
|
|
205
|
+
xScale: { type: [Object, Function] },
|
|
206
|
+
yScale: { type: [Object, Function] },
|
|
207
|
+
excludeFromDomainCalculation: { type: Boolean },
|
|
208
|
+
duration: {},
|
|
209
|
+
events: {},
|
|
210
|
+
attributes: {},
|
|
211
|
+
data: {}
|
|
212
|
+
},
|
|
213
|
+
setup(s, { expose: u }) {
|
|
214
|
+
const i = F(L), o = s, l = h(() => i.data.value ?? o.data), a = x(o), t = d();
|
|
215
|
+
return b(() => {
|
|
216
|
+
S(() => {
|
|
217
|
+
var e;
|
|
218
|
+
t.value = new W(a.value), (e = t.value) == null || e.setData(l.value), i.update(t.value);
|
|
219
|
+
});
|
|
220
|
+
}), y(() => {
|
|
221
|
+
var e;
|
|
222
|
+
(e = t.value) == null || e.destroy(), i.destroy(o.type);
|
|
223
|
+
}), c(a, (e, n) => {
|
|
224
|
+
var r;
|
|
225
|
+
D(e, n) || (r = t.value) == null || r.setConfig(a.value);
|
|
226
|
+
}), c(l, () => {
|
|
227
|
+
var e;
|
|
228
|
+
(e = t.value) == null || e.setData(l.value);
|
|
229
|
+
}), u({
|
|
230
|
+
component: t
|
|
231
|
+
}), (e, n) => (m(), g("div", G));
|
|
232
|
+
}
|
|
233
|
+
}), X = { "data-vis-crosshair": "" }, ae = /* @__PURE__ */ v({
|
|
234
|
+
__name: "index",
|
|
235
|
+
props: {
|
|
236
|
+
data: {}
|
|
237
|
+
},
|
|
238
|
+
setup(s, { expose: u }) {
|
|
239
|
+
const i = F(M), o = s, l = h(() => i.data.value ?? o.data), a = x(o), t = d();
|
|
240
|
+
return b(() => {
|
|
241
|
+
S(() => {
|
|
242
|
+
var e;
|
|
243
|
+
t.value = new P(a.value), (e = t.value) == null || e.setData(l.value), i.update(t.value);
|
|
244
|
+
});
|
|
245
|
+
}), y(() => {
|
|
246
|
+
var e;
|
|
247
|
+
(e = t.value) == null || e.destroy(), i.destroy();
|
|
248
|
+
}), c(a, (e, n) => {
|
|
249
|
+
var r;
|
|
250
|
+
D(e, n) || (r = t.value) == null || r.setConfig(a.value);
|
|
251
|
+
}), c(l, () => {
|
|
252
|
+
var e;
|
|
253
|
+
(e = t.value) == null || e.setData(l.value);
|
|
254
|
+
}), u({
|
|
255
|
+
component: t
|
|
256
|
+
}), (e, n) => (m(), g("div", X));
|
|
257
|
+
}
|
|
258
|
+
}), I = { "data-vis-component": "" }, ne = $.selectors, oe = /* @__PURE__ */ v({
|
|
259
|
+
__name: "index",
|
|
260
|
+
props: {
|
|
261
|
+
color: { type: [Function, String, Array, null] },
|
|
262
|
+
groupWidth: {},
|
|
263
|
+
groupMaxWidth: {},
|
|
264
|
+
dataStep: {},
|
|
265
|
+
groupPadding: {},
|
|
266
|
+
barPadding: {},
|
|
267
|
+
roundedCorners: { type: [Number, Boolean] },
|
|
268
|
+
barMinHeight: {},
|
|
269
|
+
cursor: { type: [Function, String, null] },
|
|
270
|
+
orientation: {},
|
|
271
|
+
x: { type: [Function, Number, null] },
|
|
272
|
+
y: { type: [Function, Number, null, Array] },
|
|
273
|
+
id: { type: Function },
|
|
274
|
+
xScale: { type: [Object, Function] },
|
|
275
|
+
yScale: { type: [Object, Function] },
|
|
276
|
+
excludeFromDomainCalculation: { type: Boolean },
|
|
277
|
+
duration: {},
|
|
278
|
+
events: {},
|
|
279
|
+
attributes: {},
|
|
280
|
+
data: {}
|
|
281
|
+
},
|
|
282
|
+
setup(s, { expose: u }) {
|
|
283
|
+
const i = F(k), o = s, l = h(() => i.data.value ?? o.data), a = x(o), t = d();
|
|
284
|
+
return b(() => {
|
|
285
|
+
S(() => {
|
|
286
|
+
var e;
|
|
287
|
+
t.value = new $(a.value), (e = t.value) == null || e.setData(l.value), i.update(t.value);
|
|
288
|
+
});
|
|
289
|
+
}), y(() => {
|
|
290
|
+
var e;
|
|
291
|
+
(e = t.value) == null || e.destroy(), i.destroy();
|
|
292
|
+
}), c(a, (e, n) => {
|
|
293
|
+
var r;
|
|
294
|
+
D(e, n) || (r = t.value) == null || r.setConfig(a.value);
|
|
295
|
+
}), c(l, () => {
|
|
296
|
+
var e;
|
|
297
|
+
(e = t.value) == null || e.setData(l.value);
|
|
298
|
+
}), u({
|
|
299
|
+
component: t
|
|
300
|
+
}), (e, n) => (m(), g("div", I));
|
|
301
|
+
}
|
|
302
|
+
}), V = { "data-vis-component": "" }, le = /* @__PURE__ */ v({
|
|
303
|
+
__name: "index",
|
|
304
|
+
props: {
|
|
305
|
+
color: { type: [Function, String, Array, null] },
|
|
306
|
+
curveType: {},
|
|
307
|
+
lineWidth: {},
|
|
308
|
+
lineDashArray: { type: [Function, Array, null] },
|
|
309
|
+
fallbackValue: {},
|
|
310
|
+
highlightOnHover: { type: Boolean },
|
|
311
|
+
cursor: { type: [Function, String, null] },
|
|
312
|
+
interpolateMissingData: { type: Boolean },
|
|
313
|
+
x: { type: [Function, Number, null] },
|
|
314
|
+
y: { type: [Function, Number, null, Array] },
|
|
315
|
+
id: { type: Function },
|
|
316
|
+
xScale: { type: [Object, Function] },
|
|
317
|
+
yScale: { type: [Object, Function] },
|
|
318
|
+
excludeFromDomainCalculation: { type: Boolean },
|
|
319
|
+
duration: {},
|
|
320
|
+
events: {},
|
|
321
|
+
attributes: {},
|
|
322
|
+
data: {}
|
|
323
|
+
},
|
|
324
|
+
setup(s, { expose: u }) {
|
|
325
|
+
const i = F(k), o = s, l = h(() => i.data.value ?? o.data), a = x(o), t = d();
|
|
326
|
+
return b(() => {
|
|
327
|
+
S(() => {
|
|
328
|
+
var e;
|
|
329
|
+
t.value = new K(a.value), (e = t.value) == null || e.setData(l.value), i.update(t.value);
|
|
330
|
+
});
|
|
331
|
+
}), y(() => {
|
|
332
|
+
var e;
|
|
333
|
+
(e = t.value) == null || e.destroy(), i.destroy();
|
|
334
|
+
}), c(a, (e, n) => {
|
|
335
|
+
var r;
|
|
336
|
+
D(e, n) || (r = t.value) == null || r.setConfig(a.value);
|
|
337
|
+
}), c(l, () => {
|
|
338
|
+
var e;
|
|
339
|
+
(e = t.value) == null || e.setData(l.value);
|
|
340
|
+
}), u({
|
|
341
|
+
component: t
|
|
342
|
+
}), (e, n) => (m(), g("div", V));
|
|
343
|
+
}
|
|
344
|
+
}), Y = { "data-vis-component": "" }, ie = O.selectors, re = /* @__PURE__ */ v({
|
|
345
|
+
__name: "index",
|
|
346
|
+
props: {
|
|
347
|
+
id: { type: Function },
|
|
348
|
+
value: { type: [Function, Number, null] },
|
|
349
|
+
angleRange: {},
|
|
350
|
+
padAngle: {},
|
|
351
|
+
sortFunction: { type: Function },
|
|
352
|
+
cornerRadius: {},
|
|
353
|
+
color: { type: [Function, String, Array, null] },
|
|
354
|
+
radius: {},
|
|
355
|
+
arcWidth: {},
|
|
356
|
+
centralLabel: {},
|
|
357
|
+
centralSubLabel: {},
|
|
358
|
+
centralSubLabelWrap: { type: Boolean },
|
|
359
|
+
showEmptySegments: { type: Boolean },
|
|
360
|
+
emptySegmentAngle: {},
|
|
361
|
+
showBackground: { type: Boolean },
|
|
362
|
+
backgroundAngleRange: {},
|
|
363
|
+
centralLabelOffsetX: {},
|
|
364
|
+
centralLabelOffsetY: {},
|
|
365
|
+
duration: {},
|
|
366
|
+
events: {},
|
|
367
|
+
attributes: {},
|
|
368
|
+
data: {}
|
|
369
|
+
},
|
|
370
|
+
setup(s, { expose: u }) {
|
|
371
|
+
const i = F(k), o = s, l = h(() => i.data.value ?? o.data), a = x(o), t = d();
|
|
372
|
+
return b(() => {
|
|
373
|
+
S(() => {
|
|
374
|
+
var e;
|
|
375
|
+
t.value = new O(a.value), (e = t.value) == null || e.setData(l.value), i.update(t.value);
|
|
376
|
+
});
|
|
377
|
+
}), y(() => {
|
|
378
|
+
var e;
|
|
379
|
+
(e = t.value) == null || e.destroy(), i.destroy();
|
|
380
|
+
}), c(a, (e, n) => {
|
|
381
|
+
var r;
|
|
382
|
+
D(e, n) || (r = t.value) == null || r.setConfig(a.value);
|
|
383
|
+
}), c(l, () => {
|
|
384
|
+
var e;
|
|
385
|
+
(e = t.value) == null || e.setData(l.value);
|
|
386
|
+
}), u({
|
|
387
|
+
component: t
|
|
388
|
+
}), (e, n) => (m(), g("div", Y));
|
|
389
|
+
}
|
|
390
|
+
}), q = { "data-vis-tooltip": "" }, ue = /* @__PURE__ */ v({
|
|
391
|
+
__name: "index",
|
|
392
|
+
props: {
|
|
393
|
+
components: {},
|
|
394
|
+
container: {},
|
|
395
|
+
followCursor: { type: Boolean },
|
|
396
|
+
allowHover: { type: Boolean },
|
|
397
|
+
horizontalPlacement: {},
|
|
398
|
+
horizontalShift: {},
|
|
399
|
+
verticalPlacement: {},
|
|
400
|
+
verticalShift: {},
|
|
401
|
+
triggers: {},
|
|
402
|
+
attributes: {},
|
|
403
|
+
className: {},
|
|
404
|
+
hideDelay: {},
|
|
405
|
+
showDelay: {},
|
|
406
|
+
data: {}
|
|
407
|
+
},
|
|
408
|
+
setup(s, { expose: u }) {
|
|
409
|
+
const i = F(B), o = x(s), l = d();
|
|
410
|
+
return b(() => {
|
|
411
|
+
S(() => {
|
|
412
|
+
l.value = new H(o.value), i.update(l.value);
|
|
413
|
+
});
|
|
414
|
+
}), y(() => {
|
|
415
|
+
var a;
|
|
416
|
+
(a = l.value) == null || a.destroy(), i.destroy();
|
|
417
|
+
}), c(o, (a, t) => {
|
|
418
|
+
var e;
|
|
419
|
+
D(a, t) || (e = l.value) == null || e.setConfig(o.value);
|
|
420
|
+
}), u({
|
|
421
|
+
component: l
|
|
422
|
+
}), (a, t) => (m(), g("div", q));
|
|
423
|
+
}
|
|
424
|
+
});
|
|
425
|
+
(function() {
|
|
426
|
+
try {
|
|
427
|
+
if (typeof document < "u") {
|
|
428
|
+
var s = document.createElement("style");
|
|
429
|
+
s.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend],[data-vis-flow-legend],[data-vis-rolling-pin-legend]{display:block}")), document.head.appendChild(s);
|
|
430
|
+
}
|
|
431
|
+
} catch (u) {
|
|
432
|
+
console.error("vite-plugin-css-injected-by-js", u);
|
|
433
|
+
}
|
|
434
|
+
})();
|
|
435
|
+
export {
|
|
436
|
+
ae as A,
|
|
437
|
+
le as C,
|
|
438
|
+
ie as D,
|
|
439
|
+
re as E,
|
|
440
|
+
Z as S,
|
|
441
|
+
te as a,
|
|
442
|
+
oe as b,
|
|
443
|
+
ee as c,
|
|
444
|
+
ne as w,
|
|
445
|
+
ue as z
|
|
446
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "1.2.4-beta.
|
|
3
|
+
"version": "1.2.4-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "shx rm -rf ./dist && tsx scripts/build.mts",
|
|
33
33
|
"build:lib": "vite build",
|
|
34
|
-
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist",
|
|
34
|
+
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist && tsc-alias -p tsconfig.json --outDir dist",
|
|
35
35
|
"type-check": "vue-tsc --noEmit",
|
|
36
36
|
"check-locales": "tsx scripts/check-locales.mts",
|
|
37
37
|
"test": "vitest run",
|
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"@tiptap/pm": "^3.4.2",
|
|
62
62
|
"@tiptap/starter-kit": "^3.4.2",
|
|
63
63
|
"@tiptap/vue-3": "^3.4.2",
|
|
64
|
+
"@unovis/ts": "^1.6.4",
|
|
65
|
+
"@unovis/vue": "^1.6.4",
|
|
64
66
|
"@vee-validate/i18n": "^4.12.4",
|
|
65
67
|
"@vee-validate/rules": "^4.12.4",
|
|
66
68
|
"@vuepic/vue-datepicker": "^11.0.2",
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
"@laynezh/vite-plugin-lib-assets": "v1.1.0",
|
|
93
95
|
"@types/dompurify": "^3.0.5",
|
|
94
96
|
"@vc-shell/api-client-generator": "1.2.4-beta.3",
|
|
95
|
-
"@vc-shell/config-generator": "1.2.4-beta.
|
|
97
|
+
"@vc-shell/config-generator": "1.2.4-beta.4",
|
|
96
98
|
"@vc-shell/ts-config": "1.2.4-beta.3",
|
|
97
99
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
98
100
|
"@vue/test-utils": "^2.4.5",
|
|
@@ -113,5 +115,5 @@
|
|
|
113
115
|
"access": "public",
|
|
114
116
|
"registry": "https://registry.npmjs.org/"
|
|
115
117
|
},
|
|
116
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "55336ccab2cfd7e697fd64e962262359ac9eb37f"
|
|
117
119
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<!-- eslint-disable @typescript-eslint/no-explicit-any -->
|
|
2
|
+
<template>
|
|
3
|
+
<div
|
|
4
|
+
ref="containerRef"
|
|
5
|
+
class="dashboard-chart-container"
|
|
6
|
+
:style="cssVars"
|
|
7
|
+
>
|
|
8
|
+
<slot />
|
|
9
|
+
</div>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<script setup lang="ts">
|
|
13
|
+
import { computed, ref } from "vue";
|
|
14
|
+
import type { ChartConfig } from "./types";
|
|
15
|
+
|
|
16
|
+
export interface Props {
|
|
17
|
+
config: ChartConfig;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const props = defineProps<Props>();
|
|
21
|
+
|
|
22
|
+
const containerRef = ref<HTMLElement>();
|
|
23
|
+
|
|
24
|
+
const cssVars = computed(() => {
|
|
25
|
+
const vars: Record<string, string> = {};
|
|
26
|
+
const keys = Object.keys(props.config);
|
|
27
|
+
keys.forEach((key, index) => {
|
|
28
|
+
const item = props.config[key];
|
|
29
|
+
if (item.color) {
|
|
30
|
+
vars[`--vis-color${index}`] = item.color;
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
return vars;
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
defineSlots<{
|
|
37
|
+
default: (props: any) => any;
|
|
38
|
+
}>();
|
|
39
|
+
</script>
|
|
40
|
+
|
|
41
|
+
<style lang="scss">
|
|
42
|
+
@use "./chart-theme";
|
|
43
|
+
|
|
44
|
+
.dashboard-chart-container {
|
|
45
|
+
@apply tw-w-full tw-h-full tw-min-h-0;
|
|
46
|
+
|
|
47
|
+
// Force Unovis host tooltip container to stay transparent.
|
|
48
|
+
--vis-tooltip-padding: 0;
|
|
49
|
+
--vis-tooltip-border-color: transparent;
|
|
50
|
+
--vis-tooltip-background-color: transparent;
|
|
51
|
+
--vis-tooltip-box-shadow: none;
|
|
52
|
+
--vis-tooltip-backdrop-filter: none;
|
|
53
|
+
}
|
|
54
|
+
</style>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="dashboard-chart-legend">
|
|
3
|
+
<div
|
|
4
|
+
v-for="(item, key) in config"
|
|
5
|
+
:key="key"
|
|
6
|
+
class="dashboard-chart-legend__item"
|
|
7
|
+
>
|
|
8
|
+
<span
|
|
9
|
+
class="dashboard-chart-legend__indicator"
|
|
10
|
+
:style="{ background: item.color }"
|
|
11
|
+
/>
|
|
12
|
+
<span class="dashboard-chart-legend__label">{{ item.label }}</span>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
</template>
|
|
16
|
+
|
|
17
|
+
<script setup lang="ts">
|
|
18
|
+
import type { ChartConfig } from "./types";
|
|
19
|
+
|
|
20
|
+
export interface Props {
|
|
21
|
+
config: ChartConfig;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
defineProps<Props>();
|
|
25
|
+
</script>
|
|
26
|
+
|
|
27
|
+
<style lang="scss">
|
|
28
|
+
.dashboard-chart-legend {
|
|
29
|
+
@apply tw-flex tw-flex-wrap tw-items-center tw-justify-center tw-gap-x-4 tw-gap-y-1 tw-px-3 tw-py-2;
|
|
30
|
+
|
|
31
|
+
&__item {
|
|
32
|
+
@apply tw-flex tw-items-center tw-gap-1.5 tw-text-xs;
|
|
33
|
+
color: var(--neutrals-600);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&__indicator {
|
|
37
|
+
@apply tw-w-2 tw-h-2 tw-rounded-full tw-flex-shrink-0;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
</style>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="dashboard-chart-tooltip">
|
|
3
|
+
<div
|
|
4
|
+
v-if="title"
|
|
5
|
+
class="dashboard-chart-tooltip__title"
|
|
6
|
+
>
|
|
7
|
+
{{ title }}
|
|
8
|
+
</div>
|
|
9
|
+
<div class="dashboard-chart-tooltip__items">
|
|
10
|
+
<div
|
|
11
|
+
v-for="(item, index) in items"
|
|
12
|
+
:key="index"
|
|
13
|
+
class="dashboard-chart-tooltip__item"
|
|
14
|
+
>
|
|
15
|
+
<span
|
|
16
|
+
class="dashboard-chart-tooltip__indicator"
|
|
17
|
+
:style="{ background: item.color }"
|
|
18
|
+
/>
|
|
19
|
+
<span class="dashboard-chart-tooltip__label">{{ item.label }}</span>
|
|
20
|
+
<span class="dashboard-chart-tooltip__value">{{ item.value }}</span>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
</template>
|
|
25
|
+
|
|
26
|
+
<script setup lang="ts">
|
|
27
|
+
export interface TooltipItem {
|
|
28
|
+
label: string;
|
|
29
|
+
value: string | number;
|
|
30
|
+
color: string;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface Props {
|
|
34
|
+
title?: string;
|
|
35
|
+
items: TooltipItem[];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
defineProps<Props>();
|
|
39
|
+
</script>
|
|
40
|
+
|
|
41
|
+
<style lang="scss">
|
|
42
|
+
@use "./chart-tooltip";
|
|
43
|
+
</style>
|