@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
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Router } from "vue-router";
|
|
2
2
|
import { App } from "vue";
|
|
3
|
-
import { type AiAgentPluginOptions } from "
|
|
3
|
+
import { type AiAgentPluginOptions } from "./core/plugins/ai-agent";
|
|
4
4
|
import "normalize.css";
|
|
5
5
|
import "./assets/styles/fonts.scss";
|
|
6
6
|
import "./assets/styles/index.scss";
|
|
@@ -51,16 +51,16 @@ export interface VcShellFrameworkPlugin {
|
|
|
51
51
|
}
|
|
52
52
|
declare const _default: VcShellFrameworkPlugin;
|
|
53
53
|
export default _default;
|
|
54
|
-
export * from "
|
|
55
|
-
export * from "
|
|
56
|
-
export * from "
|
|
57
|
-
export * from "
|
|
58
|
-
export * from "
|
|
59
|
-
export * from "
|
|
60
|
-
export * from "
|
|
61
|
-
export * from "
|
|
62
|
-
export * from "
|
|
63
|
-
export * from "
|
|
64
|
-
export * from "
|
|
65
|
-
export * from "
|
|
54
|
+
export * from "./injection-keys";
|
|
55
|
+
export * from "./ui/components";
|
|
56
|
+
export * from "./ui/types";
|
|
57
|
+
export * from "./core/composables";
|
|
58
|
+
export * from "./core/directives";
|
|
59
|
+
export * from "./core/types";
|
|
60
|
+
export * from "./core/plugins";
|
|
61
|
+
export * from "./core/api/platform";
|
|
62
|
+
export * from "./core/utilities";
|
|
63
|
+
export * from "./core/constants";
|
|
64
|
+
export * from "./shared";
|
|
65
|
+
export * from "./core/plugins/ai-agent";
|
|
66
66
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/injection-keys.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { InjectionKey, ComputedRef, type Component, type Ref } from "vue";
|
|
2
|
-
import { BladeVNode, IBladeInstance } from "
|
|
3
|
-
import type { BladeRoutesRecord } from "
|
|
4
|
-
import { NotificationTemplateConstructor } from "
|
|
5
|
-
import { IToolbarService } from "
|
|
6
|
-
import { IAiAgentService } from "
|
|
7
|
-
import { IWidgetService, IDashboardService, GlobalSearchState, MenuService, ISettingsMenuService, IAppBarWidgetService, IAppBarMobileButtonsService, ILanguageService } from "
|
|
2
|
+
import { BladeVNode, IBladeInstance } from "./shared/components/blade-navigation/types";
|
|
3
|
+
import type { BladeRoutesRecord } from "./shared/components";
|
|
4
|
+
import { NotificationTemplateConstructor } from "./core/types";
|
|
5
|
+
import { IToolbarService } from "./core/services/toolbar-service";
|
|
6
|
+
import { IAiAgentService } from "./core/plugins/ai-agent/types";
|
|
7
|
+
import { IWidgetService, IDashboardService, GlobalSearchState, MenuService, ISettingsMenuService, IAppBarWidgetService, IAppBarMobileButtonsService, ILanguageService } from "./core/services";
|
|
8
8
|
export declare const NavigationViewLocationKey: InjectionKey<BladeVNode>;
|
|
9
9
|
export declare const BladeInstanceKey: InjectionKey<ComputedRef<IBladeInstance>>;
|
|
10
10
|
export declare const BladeBackButtonKey: InjectionKey<Component | undefined>;
|
package/dist/locales/de.json
CHANGED
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
},
|
|
244
244
|
"LOGIN": {
|
|
245
245
|
"TITLE": "Willkommen zurück",
|
|
246
|
-
"SUBTITLE": "Melden Sie sich bei Ihrem Konto an",
|
|
246
|
+
"SUBTITLE": "Melden Sie sich bei Ihrem Konto an, um fortzufahren",
|
|
247
247
|
"FIELDS": {
|
|
248
248
|
"LOGIN": {
|
|
249
|
-
"LABEL": "
|
|
250
|
-
"PLACEHOLDER": "Geben Sie
|
|
249
|
+
"LABEL": "E-Mail",
|
|
250
|
+
"PLACEHOLDER": "Geben Sie Ihre E-Mail-Adresse ein"
|
|
251
251
|
},
|
|
252
252
|
"PASSWORD": {
|
|
253
253
|
"LABEL": "Passwort",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
"FORGOT_PASSWORD_BUTTON": "Passwort vergessen?",
|
|
263
263
|
"BUTTON": "Anmelden",
|
|
264
|
-
"OR": "
|
|
264
|
+
"OR": "oder",
|
|
265
265
|
"FORGOT_BUTTON": "Absenden",
|
|
266
266
|
"BACK_BUTTON": "Zurück",
|
|
267
267
|
"BUTTON_OK": "Ok",
|
package/dist/locales/en.json
CHANGED
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
},
|
|
244
244
|
"LOGIN": {
|
|
245
245
|
"TITLE": "Welcome back",
|
|
246
|
-
"SUBTITLE": "Sign in to your account",
|
|
246
|
+
"SUBTITLE": "Sign in to your account to continue",
|
|
247
247
|
"FIELDS": {
|
|
248
248
|
"LOGIN": {
|
|
249
|
-
"LABEL": "
|
|
250
|
-
"PLACEHOLDER": "Enter your
|
|
249
|
+
"LABEL": "Email",
|
|
250
|
+
"PLACEHOLDER": "Enter your email"
|
|
251
251
|
},
|
|
252
252
|
"PASSWORD": {
|
|
253
253
|
"LABEL": "Password",
|
|
@@ -259,9 +259,9 @@
|
|
|
259
259
|
"PLACEHOLDER": "Please enter your email"
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
-
"FORGOT_PASSWORD_BUTTON": "Forgot
|
|
262
|
+
"FORGOT_PASSWORD_BUTTON": "Forgot password?",
|
|
263
263
|
"BUTTON": "Sign in",
|
|
264
|
-
"OR": "
|
|
264
|
+
"OR": "or",
|
|
265
265
|
"FORGOT_BUTTON": "Submit",
|
|
266
266
|
"BACK_BUTTON": "Back",
|
|
267
267
|
"BUTTON_OK": "Ok",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "
|
|
1
|
+
export * from "../../../components/app-switcher/components/vc-app-switcher";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as VcAppSwitcher } from "
|
|
1
|
+
export { default as VcAppSwitcher } from "../../../../components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { useAppSwitcher } from "
|
|
1
|
+
export { useAppSwitcher } from "../../../components/app-switcher/composables/useAppSwitcher";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as components from "
|
|
1
|
+
import * as components from "../../components/app-switcher/components";
|
|
2
2
|
declare module "@vue/runtime-core" {
|
|
3
3
|
interface GlobalComponents {
|
|
4
4
|
VcAppSwitcher: (typeof components)["VcAppSwitcher"];
|
|
@@ -8,5 +8,5 @@ export declare const VcAppSwitcherComponent: {
|
|
|
8
8
|
install(app: import("vue").App): void;
|
|
9
9
|
};
|
|
10
10
|
export { components };
|
|
11
|
-
export * from "
|
|
11
|
+
export * from "../../components/app-switcher/composables";
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
1
|
+
export * from "../../../components/blade-navigation/components/vc-blade-navigation";
|
|
2
|
+
export * from "../../../components/blade-navigation/components/vc-blade-slot";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as VcBladeNavigation } from "
|
|
2
|
-
export { default as VcBladeNavigationV2 } from "
|
|
1
|
+
export { default as VcBladeNavigation } from "../../../../components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue";
|
|
2
|
+
export { default as VcBladeNavigationV2 } from "../../../../components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as VcBladeSlot } from "
|
|
1
|
+
export { default as VcBladeSlot } from "../../../../components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BladeDescriptor, IParentCallArgs } from "
|
|
2
|
-
import type { Breadcrumbs } from "
|
|
1
|
+
import type { BladeDescriptor, IParentCallArgs } from "../../../../components/blade-navigation/types";
|
|
2
|
+
import type { Breadcrumbs } from "../../../../../ui/types";
|
|
3
3
|
import type { Component } from "vue";
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
descriptor: BladeDescriptor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VNode, Component } from "vue";
|
|
2
|
-
import { BladeVNode } from "
|
|
3
|
-
import { DisplayableError } from "
|
|
4
|
-
import { Breadcrumbs } from "
|
|
2
|
+
import { BladeVNode } from "../../../../components/blade-navigation/types";
|
|
3
|
+
import { DisplayableError } from "../../../../../core/utilities/error";
|
|
4
|
+
import { Breadcrumbs } from "../../../../../ui/types";
|
|
5
5
|
export declare const VcBladeView: import("vue").DefineComponent<{
|
|
6
6
|
blade?: BladeVNode | undefined;
|
|
7
7
|
expandable?: boolean | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { useBladeNavigation } from "
|
|
2
|
-
export { useBladeNavigation as useBladeNavigationAdapter } from "
|
|
3
|
-
export type { IUseBladeNavigation } from "
|
|
4
|
-
export { createBladeStack, useBladeStack } from "
|
|
5
|
-
export { createBladeMessaging, useBladeMessaging } from "
|
|
1
|
+
export { useBladeNavigation } from "../../../components/blade-navigation/composables/useBladeNavigationAdapter";
|
|
2
|
+
export { useBladeNavigation as useBladeNavigationAdapter } from "../../../components/blade-navigation/composables/useBladeNavigationAdapter";
|
|
3
|
+
export type { IUseBladeNavigation } from "../../../components/blade-navigation/composables/useBladeNavigationAdapter";
|
|
4
|
+
export { createBladeStack, useBladeStack } from "../../../components/blade-navigation/composables/useBladeStack";
|
|
5
|
+
export { createBladeMessaging, useBladeMessaging } from "../../../components/blade-navigation/composables/useBladeMessaging";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { Component, ComputedRef } from "vue";
|
|
9
9
|
import { RouteLocationNormalized, RouteLocationRaw, NavigationFailure } from "vue-router";
|
|
10
|
-
import { BladeVNode, IBladeEvent, IParentCallArgs, BladeInstanceConstructor } from "
|
|
10
|
+
import { BladeVNode, IBladeEvent, IParentCallArgs, BladeInstanceConstructor } from "../../../components/blade-navigation/types";
|
|
11
11
|
export interface IUseBladeNavigation {
|
|
12
12
|
readonly blades: ComputedRef<BladeVNode[]>;
|
|
13
13
|
readonly activeWorkspace: ComputedRef<BladeVNode | undefined>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IBladeRegistry } from "
|
|
2
|
-
import type { IBladeStack } from "
|
|
1
|
+
import type { IBladeRegistry } from "../../../../core/composables/useBladeRegistry";
|
|
2
|
+
import type { IBladeStack } from "../../../components/blade-navigation/types";
|
|
3
3
|
/**
|
|
4
4
|
* Creates the BladeStack state machine.
|
|
5
5
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
3
|
-
export * from "
|
|
4
|
-
export * from "
|
|
1
|
+
export * from "../../components/blade-navigation/plugin-v2";
|
|
2
|
+
export * from "../../components/blade-navigation/components";
|
|
3
|
+
export * from "../../components/blade-navigation/composables";
|
|
4
|
+
export * from "../../components/blade-navigation/types";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Router } from "vue-router";
|
|
2
2
|
import { App } from "vue";
|
|
3
|
-
import * as components from "
|
|
4
|
-
import { BladeNavigationPlugin } from "
|
|
5
|
-
import type { IBladeRegistry } from "
|
|
3
|
+
import * as components from "../../components/blade-navigation/components";
|
|
4
|
+
import { BladeNavigationPlugin } from "../../components/blade-navigation/types";
|
|
5
|
+
import type { IBladeRegistry } from "../../../core/composables/useBladeRegistry";
|
|
6
6
|
declare module "@vue/runtime-core" {
|
|
7
7
|
interface GlobalComponents {
|
|
8
8
|
VcBladeNavigation: (typeof components)["VcBladeNavigation"];
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
export declare let bladeNavigationInstance: BladeNavigationPlugin;
|
|
12
|
-
import type { IBladeStack, IBladeMessaging } from "
|
|
12
|
+
import type { IBladeStack, IBladeMessaging } from "../../components/blade-navigation/types";
|
|
13
13
|
export declare let bladeStackInstance: IBladeStack | undefined;
|
|
14
14
|
export declare let bladeMessagingInstance: IBladeMessaging | undefined;
|
|
15
15
|
export declare let bladeRegistryInstance: IBladeRegistry | undefined;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Router } from "vue-router";
|
|
2
2
|
import { AppContext, Component, ComponentOptionsBase, ComponentOptionsMixin, VNode, ComponentInternalInstance, VNodeTypes, Ref, InjectionKey, ComputedRef } from "vue";
|
|
3
|
-
import { ComponentPublicInstanceConstructor } from "
|
|
4
|
-
import { MenuItemConfig } from "
|
|
5
|
-
import { Breadcrumbs } from "
|
|
6
|
-
import { DisplayableError } from "
|
|
3
|
+
import { ComponentPublicInstanceConstructor } from "../../../utilities/vueUtils";
|
|
4
|
+
import { MenuItemConfig } from "../../../../core/types";
|
|
5
|
+
import { Breadcrumbs } from "../../../../ui/types";
|
|
6
|
+
import { DisplayableError } from "../../../../core/utilities/error";
|
|
7
7
|
export type CoreBladeComponentProps = {
|
|
8
8
|
expanded?: boolean;
|
|
9
9
|
closable?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { IBladeRegistry } from "
|
|
2
|
-
import type { IBladeStack, ParsedBladeUrl } from "
|
|
1
|
+
import type { IBladeRegistry } from "../../../../core/composables/useBladeRegistry";
|
|
2
|
+
import type { IBladeStack, ParsedBladeUrl } from "../../../components/blade-navigation/types";
|
|
3
3
|
/**
|
|
4
4
|
* Restore the blade stack from a parsed URL.
|
|
5
5
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Router } from "vue-router";
|
|
2
|
-
import type { BladeDescriptor, IBladeStack, ParsedBladeUrl } from "
|
|
2
|
+
import type { BladeDescriptor, IBladeStack, ParsedBladeUrl } from "../../../components/blade-navigation/types";
|
|
3
3
|
/**
|
|
4
4
|
* Build a URL path from the current blade stack.
|
|
5
5
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _ChangePassword from "
|
|
1
|
+
import _ChangePassword from "../../components/change-password/change-password.vue";
|
|
2
2
|
export declare const ChangePassword: typeof _ChangePassword;
|
|
3
3
|
declare module "@vue/runtime-core" {
|
|
4
4
|
interface GlobalComponents {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as ChangePasswordButton } from "
|
|
1
|
+
export { default as ChangePasswordButton } from "../../components/change-password-button/change-password-button.vue";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ChartConfig } from "./types";
|
|
2
|
+
export interface Props {
|
|
3
|
+
config: ChartConfig;
|
|
4
|
+
}
|
|
5
|
+
type __VLS_Slots = {
|
|
6
|
+
default: (props: any) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ChartContainer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartContainer.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/ChartContainer.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,WAAW,KAAK;IACpB,MAAM,EAAE,WAAW,CAAC;CACrB;AAmBD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;CAC9B,CAAC;AA2CF,QAAA,MAAM,eAAe,sRAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ChartConfig } from "./types";
|
|
2
|
+
export interface Props {
|
|
3
|
+
config: ChartConfig;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=ChartLegend.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartLegend.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/ChartLegend.vue"],"names":[],"mappings":"AAAA,OA0CO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,WAAW,KAAK;IACpB,MAAM,EAAE,WAAW,CAAC;CACrB;;AAuDD,wBAMG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface TooltipItem {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string | number;
|
|
4
|
+
color: string;
|
|
5
|
+
}
|
|
6
|
+
export interface Props {
|
|
7
|
+
title?: string;
|
|
8
|
+
items: TooltipItem[];
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=ChartTooltip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/ChartTooltip.vue"],"names":[],"mappings":"AAAA,MA6CM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB;;AAuED,wBAMG"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { ChartConfig } from "./types";
|
|
2
|
+
import type { ChartRangeValue } from "./chart-utils";
|
|
3
|
+
export interface Props<T> {
|
|
4
|
+
data: T[];
|
|
5
|
+
config: ChartConfig;
|
|
6
|
+
xKey: keyof T;
|
|
7
|
+
yKeys: (keyof T)[];
|
|
8
|
+
height?: number;
|
|
9
|
+
showTooltip?: boolean;
|
|
10
|
+
showXAxis?: boolean;
|
|
11
|
+
showYAxis?: boolean;
|
|
12
|
+
showGrid?: boolean;
|
|
13
|
+
showLegend?: boolean;
|
|
14
|
+
numXTicks?: number;
|
|
15
|
+
numYTicks?: number;
|
|
16
|
+
rangeStart?: ChartRangeValue;
|
|
17
|
+
rangeEnd?: ChartRangeValue;
|
|
18
|
+
xTickFormat?: (value: number | Date) => string;
|
|
19
|
+
yTickFormat?: (value: number) => string;
|
|
20
|
+
}
|
|
21
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
22
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & Props<T> & Partial<{}>> & import("vue").PublicProps;
|
|
23
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
24
|
+
attrs: any;
|
|
25
|
+
slots: {};
|
|
26
|
+
emit: {};
|
|
27
|
+
}>) => import("vue").VNode & {
|
|
28
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
29
|
+
};
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_PrettifyLocal<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
//# sourceMappingURL=DashboardBarChart.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardBarChart.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/DashboardBarChart.vue"],"names":[],"mappings":"AAiLA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AASrD,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC,CAAC;IACd,KAAK,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,MAAM,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACzC;yBAEgB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA2PO,mBAAmB,CAAC,8JAAqC,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAtQzE,wBAsQ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ChartConfig } from "./types";
|
|
2
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
|
|
4
|
+
data: T[];
|
|
5
|
+
config: ChartConfig;
|
|
6
|
+
valueKey: keyof T;
|
|
7
|
+
colorKey?: keyof T;
|
|
8
|
+
height?: number;
|
|
9
|
+
arcWidth?: number;
|
|
10
|
+
cornerRadius?: number;
|
|
11
|
+
showTooltip?: boolean;
|
|
12
|
+
showLegend?: boolean;
|
|
13
|
+
centralLabel?: string;
|
|
14
|
+
centralSubLabel?: string;
|
|
15
|
+
valueFormat?: (value: number) => string;
|
|
16
|
+
} & Partial<{}>> & import("vue").PublicProps;
|
|
17
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
18
|
+
attrs: any;
|
|
19
|
+
slots: {};
|
|
20
|
+
emit: {};
|
|
21
|
+
}>) => import("vue").VNode & {
|
|
22
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_PrettifyLocal<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
//# sourceMappingURL=DashboardDonutChart.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardDonutChart.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/DashboardDonutChart.vue"],"names":[],"mappings":"AAoJA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;yBAO1B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAwNO,mBAAmB,CAAC;cAhNpB,CAAC,EAAE;gBACD,WAAW;kBACT,MAAM,CAAC;mBACN,MAAM,CAAC;iBACT,MAAM;mBACJ,MAAM;uBACF,MAAM;sBACP,OAAO;qBACR,OAAO;uBACL,MAAM;0BACH,MAAM;sBACV,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM;QAqMwB,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAnOzE,wBAmO4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { ChartConfig } from "./types";
|
|
2
|
+
import type { ChartRangeValue } from "./chart-utils";
|
|
3
|
+
export interface Props<T> {
|
|
4
|
+
data: T[];
|
|
5
|
+
config: ChartConfig;
|
|
6
|
+
xKey: keyof T;
|
|
7
|
+
yKeys: (keyof T)[];
|
|
8
|
+
height?: number;
|
|
9
|
+
showTooltip?: boolean;
|
|
10
|
+
showXAxis?: boolean;
|
|
11
|
+
showYAxis?: boolean;
|
|
12
|
+
showGrid?: boolean;
|
|
13
|
+
showLegend?: boolean;
|
|
14
|
+
numXTicks?: number;
|
|
15
|
+
numYTicks?: number;
|
|
16
|
+
rangeStart?: ChartRangeValue;
|
|
17
|
+
rangeEnd?: ChartRangeValue;
|
|
18
|
+
xTickFormat?: (value: number | Date) => string;
|
|
19
|
+
yTickFormat?: (value: number) => string;
|
|
20
|
+
}
|
|
21
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
22
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & Props<T> & Partial<{}>> & import("vue").PublicProps;
|
|
23
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
24
|
+
attrs: any;
|
|
25
|
+
slots: {};
|
|
26
|
+
emit: {};
|
|
27
|
+
}>) => import("vue").VNode & {
|
|
28
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
29
|
+
};
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_PrettifyLocal<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
//# sourceMappingURL=DashboardLineChart.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardLineChart.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/DashboardLineChart.vue"],"names":[],"mappings":"AAgLA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AASrD,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC,CAAC;IACd,KAAK,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,MAAM,CAAC;IAC/C,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACzC;yBAEgB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAkRO,mBAAmB,CAAC,8JAAqC,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA7RzE,wBA6R4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { ChartConfig } from "./types";
|
|
2
|
+
export type ChartRangeValue = number | string | Date;
|
|
3
|
+
export interface ChartTooltipItem {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string | number;
|
|
6
|
+
color: string;
|
|
7
|
+
}
|
|
8
|
+
interface BuildChartTooltipOptions {
|
|
9
|
+
title?: string;
|
|
10
|
+
items: ChartTooltipItem[];
|
|
11
|
+
}
|
|
12
|
+
interface ResolveSeriesMetaOptions {
|
|
13
|
+
config: ChartConfig;
|
|
14
|
+
key?: string;
|
|
15
|
+
index?: number;
|
|
16
|
+
fallbackLabel?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const escapeHtml: (value: string | number | null | undefined) => string;
|
|
19
|
+
export declare const normalizeRangeValue: (value: unknown) => number | undefined;
|
|
20
|
+
export declare const filterDataByRange: <T>(data: T[], accessor: (datum: T) => unknown, rangeStart?: ChartRangeValue, rangeEnd?: ChartRangeValue) => T[];
|
|
21
|
+
export declare const formatAxisValue: (value: unknown, formatter?: (value: number | Date) => string) => string;
|
|
22
|
+
export declare const formatNumericValue: (value: unknown, formatter?: (value: number) => string) => string;
|
|
23
|
+
export declare const resolveSeriesMeta: ({ config, key, index, fallbackLabel, }: ResolveSeriesMetaOptions) => {
|
|
24
|
+
label: string;
|
|
25
|
+
color: string;
|
|
26
|
+
};
|
|
27
|
+
export declare const buildChartTooltipHtml: ({ title, items, }: BuildChartTooltipOptions) => string | undefined;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=chart-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart-utils.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/chart-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;AAErD,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,wBAAwB;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,gBAAgB,EAAE,CAAC;CAC3B;AAED,UAAU,wBAAwB;IAChC,MAAM,EAAE,WAAW,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAaD,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,KAAG,MAKtE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,OAAO,KAAG,MAAM,GAAG,SAuB7D,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,CAAC,EACjC,MAAM,CAAC,EAAE,EACT,UAAU,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,EAC/B,aAAa,eAAe,EAC5B,WAAW,eAAe,KACzB,CAAC,EA2BH,CAAC;AAEF,eAAO,MAAM,eAAe,GAC1B,OAAO,OAAO,EACd,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,MAAM,KAC3C,MAiBF,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAC7B,OAAO,OAAO,EACd,YAAY,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,KACpC,MAYF,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,wCAK/B,wBAAwB,KAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAa3D,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,mBAGnC,wBAAwB,KAAG,MAAM,GAAG,SA2BtC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { default as ChartContainer } from "./ChartContainer.vue";
|
|
2
|
+
export { default as ChartTooltip } from "./ChartTooltip.vue";
|
|
3
|
+
export { default as ChartLegend } from "./ChartLegend.vue";
|
|
4
|
+
export { default as DashboardLineChart } from "./DashboardLineChart.vue";
|
|
5
|
+
export { default as DashboardBarChart } from "./DashboardBarChart.vue";
|
|
6
|
+
export { default as DashboardDonutChart } from "./DashboardDonutChart.vue";
|
|
7
|
+
export type { ChartConfig, ChartConfigItem } from "./types";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAC3E,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-charts/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as DashboardWidgetCard } from "
|
|
2
|
-
export { default as DashboardStatItem } from "
|
|
3
|
-
export { default as DashboardFeedList } from "
|
|
4
|
-
export { default as DashboardFeedRow } from "
|
|
1
|
+
export { default as DashboardWidgetCard } from "../../components/dashboard-widget-card/dashboard-widget-card.vue";
|
|
2
|
+
export { default as DashboardStatItem } from "../../components/dashboard-widget-card/dashboard-stat-item.vue";
|
|
3
|
+
export { default as DashboardFeedList } from "../../components/dashboard-widget-card/dashboard-feed-list.vue";
|
|
4
|
+
export { default as DashboardFeedRow } from "../../components/dashboard-widget-card/dashboard-feed-row.vue";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { type Ref, type ShallowRef } from "vue";
|
|
8
8
|
import { GridStack, type GridStackOptions } from "gridstack";
|
|
9
|
-
import type { IDashboardWidget, DashboardWidgetPosition } from "
|
|
9
|
+
import type { IDashboardWidget, DashboardWidgetPosition } from "../../../components/draggable-dashboard/types";
|
|
10
10
|
/**
|
|
11
11
|
* Options for useGridstack composable
|
|
12
12
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Handles localStorage format migration for backwards compatibility.
|
|
6
6
|
*/
|
|
7
7
|
import type { GridStackWidget, GridStackNode } from "gridstack";
|
|
8
|
-
import type { IDashboardWidget, DashboardWidgetPosition, DashboardWidgetSize } from "
|
|
8
|
+
import type { IDashboardWidget, DashboardWidgetPosition, DashboardWidgetSize } from "../../../components/draggable-dashboard/types";
|
|
9
9
|
/**
|
|
10
10
|
* LocalStorage key for layout persistence
|
|
11
11
|
*/
|