@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
|
@@ -46,6 +46,7 @@ interface Apps {
|
|
|
46
46
|
id: string;
|
|
47
47
|
url: string;
|
|
48
48
|
version?: string;
|
|
49
|
+
hash?: string;
|
|
49
50
|
}[];
|
|
50
51
|
};
|
|
51
52
|
}
|
|
@@ -107,9 +108,9 @@ function loadCSS(url: string): Promise<void> {
|
|
|
107
108
|
});
|
|
108
109
|
}
|
|
109
110
|
|
|
110
|
-
async function loadVersionInfo(url: string): Promise<VersionInfo | null> {
|
|
111
|
+
async function loadVersionInfo(url: string, options?: RequestInit): Promise<VersionInfo | null> {
|
|
111
112
|
try {
|
|
112
|
-
const response = await fetch(url);
|
|
113
|
+
const response = await fetch(url, options);
|
|
113
114
|
if (!response.ok) {
|
|
114
115
|
logger.warn(`Failed to load version info: ${response.statusText}`);
|
|
115
116
|
return null;
|
|
@@ -121,12 +122,37 @@ async function loadVersionInfo(url: string): Promise<VersionInfo | null> {
|
|
|
121
122
|
}
|
|
122
123
|
}
|
|
123
124
|
|
|
125
|
+
function sanitizeFileToken(value: string): string {
|
|
126
|
+
const safeValue = value.replace(/[^a-zA-Z0-9._-]/g, "_");
|
|
127
|
+
return safeValue || "unknown";
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
function appendQueryParam(url: string, key: string, value: string): string {
|
|
131
|
+
const separator = url.includes("?") ? "&" : "?";
|
|
132
|
+
return `${url}${separator}${key}=${encodeURIComponent(value)}`;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
function hashString(value: string): string {
|
|
136
|
+
// Fast deterministic hash for cache keys in browser runtime.
|
|
137
|
+
let hash = 2166136261;
|
|
138
|
+
for (let i = 0; i < value.length; i++) {
|
|
139
|
+
hash ^= value.charCodeAt(i);
|
|
140
|
+
hash = Math.imul(hash, 16777619);
|
|
141
|
+
}
|
|
142
|
+
return (hash >>> 0).toString(16);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
function normalizeModuleUrl(url: string): string {
|
|
146
|
+
return url.replace(/^([^/])/, "/$1").replace(/([^/])$/, "$1/");
|
|
147
|
+
}
|
|
148
|
+
|
|
124
149
|
interface ModuleConfig {
|
|
125
150
|
baseUrl: string;
|
|
126
151
|
manifestFileName: string;
|
|
127
152
|
entryPointKey: string;
|
|
128
153
|
frameworkVersion: string;
|
|
129
154
|
skipVersionCheck?: boolean;
|
|
155
|
+
forceFreshAssets?: boolean;
|
|
130
156
|
}
|
|
131
157
|
|
|
132
158
|
const DEFAULT_CONFIG: Partial<ModuleConfig> = {
|
|
@@ -134,6 +160,7 @@ const DEFAULT_CONFIG: Partial<ModuleConfig> = {
|
|
|
134
160
|
entryPointKey: "isEntry",
|
|
135
161
|
skipVersionCheck: false,
|
|
136
162
|
frameworkVersion: "1.1.0",
|
|
163
|
+
forceFreshAssets: true,
|
|
137
164
|
};
|
|
138
165
|
|
|
139
166
|
function checkVersionCompatibility(
|
|
@@ -246,8 +273,14 @@ export function useDynamicModules(
|
|
|
246
273
|
|
|
247
274
|
async function load() {
|
|
248
275
|
try {
|
|
249
|
-
const
|
|
250
|
-
const
|
|
276
|
+
const shouldForceFreshAssets = finalConfig.forceFreshAssets !== false;
|
|
277
|
+
const requestTimestamp = Date.now().toString();
|
|
278
|
+
const fetchOptions: RequestInit | undefined = shouldForceFreshAssets ? { cache: "no-store" } : undefined;
|
|
279
|
+
const withCacheBust = (url: string, cacheKey?: string) =>
|
|
280
|
+
shouldForceFreshAssets ? appendQueryParam(url, "v", cacheKey ?? requestTimestamp) : url;
|
|
281
|
+
|
|
282
|
+
const appsUrl = withCacheBust(finalConfig.baseUrl + "apps.json");
|
|
283
|
+
const modules: Apps[] = await fetch(appsUrl, fetchOptions).then((res) => res.json());
|
|
251
284
|
|
|
252
285
|
const module = modules.find((module) => module[appName]);
|
|
253
286
|
|
|
@@ -262,17 +295,44 @@ export function useDynamicModules(
|
|
|
262
295
|
return null;
|
|
263
296
|
}
|
|
264
297
|
|
|
265
|
-
const moduleUrl = module.url
|
|
298
|
+
const moduleUrl = normalizeModuleUrl(module.url);
|
|
299
|
+
const manifestRequestCacheKey = module.hash || module.version || requestTimestamp;
|
|
300
|
+
const manifestCandidates = [
|
|
301
|
+
...(module.hash ? [`manifest.${sanitizeFileToken(module.hash)}.json`] : []),
|
|
302
|
+
...(module.version ? [`manifest.${sanitizeFileToken(module.version)}.json`] : []),
|
|
303
|
+
finalConfig.manifestFileName,
|
|
304
|
+
];
|
|
266
305
|
try {
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
306
|
+
let manifest: Manifest | null = null;
|
|
307
|
+
let moduleCacheKey = manifestRequestCacheKey;
|
|
308
|
+
|
|
309
|
+
for (const manifestFileName of manifestCandidates) {
|
|
310
|
+
const manifestUrl = withCacheBust(moduleUrl + manifestFileName, manifestRequestCacheKey);
|
|
311
|
+
const response = await fetch(manifestUrl, fetchOptions);
|
|
312
|
+
if (response.ok) {
|
|
313
|
+
const manifestText = await response.text();
|
|
314
|
+
manifest = JSON.parse(manifestText) as Manifest;
|
|
315
|
+
moduleCacheKey = module.hash || hashString(manifestText) || requestTimestamp;
|
|
316
|
+
break;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
if (response.status !== 404) {
|
|
320
|
+
logger.warn(
|
|
321
|
+
`Failed to load manifest '${manifestFileName}' for module '{ ${module.id} }': ${response.statusText}`,
|
|
322
|
+
);
|
|
323
|
+
}
|
|
270
324
|
}
|
|
325
|
+
|
|
326
|
+
if (!manifest) {
|
|
327
|
+
throw new Error(`Failed to load manifest for module '{ ${module.id} }'`);
|
|
328
|
+
}
|
|
329
|
+
|
|
271
330
|
return {
|
|
272
331
|
moduleId: module.id,
|
|
273
332
|
moduleUrl,
|
|
274
333
|
moduleVersion: module.version,
|
|
275
|
-
|
|
334
|
+
moduleCacheKey,
|
|
335
|
+
manifest,
|
|
276
336
|
};
|
|
277
337
|
} catch (error) {
|
|
278
338
|
logger.error("Error loading module manifest:", error);
|
|
@@ -286,56 +346,60 @@ export function useDynamicModules(
|
|
|
286
346
|
);
|
|
287
347
|
|
|
288
348
|
// Parallel loading of all modules
|
|
289
|
-
const moduleLoadPromises = validManifests.map(
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
const versionFile = Object.values(manifest).find((file) => (file as VersionManifest).isVersionInfo) as
|
|
297
|
-
| VersionManifest
|
|
298
|
-
| undefined;
|
|
299
|
-
|
|
300
|
-
// Load version info and CSS in parallel
|
|
301
|
-
const [versionInfoFromFile] = await Promise.all([
|
|
302
|
-
versionFile ? loadVersionInfo(moduleUrl + versionFile.file) : Promise.resolve(null),
|
|
303
|
-
// Load CSS files in parallel
|
|
304
|
-
Promise.all(
|
|
305
|
-
Object.values(manifest)
|
|
306
|
-
.filter((file) => file.file.endsWith(".css"))
|
|
307
|
-
.map((file) => loadCSS(moduleUrl + file.file)),
|
|
308
|
-
).catch((error) => {
|
|
309
|
-
logger.error(`Failed to load styles for module ${moduleId}:`, error);
|
|
310
|
-
}),
|
|
311
|
-
]);
|
|
312
|
-
|
|
313
|
-
if (versionInfoFromFile) {
|
|
314
|
-
logger.info(`Loaded version info for module ${moduleId}: v${versionInfoFromFile.version}`);
|
|
315
|
-
}
|
|
349
|
+
const moduleLoadPromises = validManifests.map(
|
|
350
|
+
async ({ moduleId, moduleUrl, manifest, moduleVersion, moduleCacheKey }) => {
|
|
351
|
+
try {
|
|
352
|
+
const entry = Object.values(manifest).find((file) => (file as ModuleManifest).isEntry);
|
|
353
|
+
if (!entry) {
|
|
354
|
+
throw new Error(`Entry file not found for module ${moduleId}`);
|
|
355
|
+
}
|
|
316
356
|
|
|
317
|
-
|
|
318
|
-
|
|
357
|
+
const versionFile = Object.values(manifest).find((file) => (file as VersionManifest).isVersionInfo) as
|
|
358
|
+
| VersionManifest
|
|
359
|
+
| undefined;
|
|
360
|
+
|
|
361
|
+
// Load version info and CSS in parallel
|
|
362
|
+
const [versionInfoFromFile] = await Promise.all([
|
|
363
|
+
versionFile
|
|
364
|
+
? loadVersionInfo(withCacheBust(moduleUrl + versionFile.file, moduleCacheKey), fetchOptions)
|
|
365
|
+
: Promise.resolve(null),
|
|
366
|
+
// Load CSS files in parallel
|
|
367
|
+
Promise.all(
|
|
368
|
+
Object.values(manifest)
|
|
369
|
+
.filter((file) => file.file.endsWith(".css"))
|
|
370
|
+
.map((file) => loadCSS(withCacheBust(moduleUrl + file.file, moduleCacheKey))),
|
|
371
|
+
).catch((error) => {
|
|
372
|
+
logger.error(`Failed to load styles for module ${moduleId}:`, error);
|
|
373
|
+
}),
|
|
374
|
+
]);
|
|
375
|
+
|
|
376
|
+
if (versionInfoFromFile) {
|
|
377
|
+
logger.info(`Loaded version info for module ${moduleId}: v${versionInfoFromFile.version}`);
|
|
378
|
+
}
|
|
319
379
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
380
|
+
// Import module
|
|
381
|
+
await import(/* @vite-ignore */ withCacheBust(moduleUrl + entry.file, moduleCacheKey));
|
|
382
|
+
|
|
383
|
+
return {
|
|
384
|
+
moduleId,
|
|
385
|
+
moduleUrl,
|
|
386
|
+
moduleVersion,
|
|
387
|
+
versionInfoFromFile,
|
|
388
|
+
success: true,
|
|
389
|
+
};
|
|
390
|
+
} catch (error) {
|
|
391
|
+
logger.error(`Failed to load module ${moduleId}:`, error);
|
|
392
|
+
return {
|
|
393
|
+
moduleId,
|
|
394
|
+
moduleUrl,
|
|
395
|
+
moduleVersion,
|
|
396
|
+
versionInfoFromFile: null,
|
|
397
|
+
success: false,
|
|
398
|
+
error,
|
|
399
|
+
};
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
);
|
|
339
403
|
|
|
340
404
|
// Wait for all modules to be loaded
|
|
341
405
|
const moduleLoadResults = await Promise.all(moduleLoadPromises);
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
3
|
-
export * from "
|
|
4
|
-
export * from "
|
|
5
|
-
export * from "
|
|
6
|
-
export * from "
|
|
7
|
-
export * from "
|
|
8
|
-
export * from "
|
|
9
|
-
export * from "
|
|
10
|
-
export * from "
|
|
11
|
-
export * from "
|
|
12
|
-
export * from "
|
|
13
|
-
export * from "
|
|
14
|
-
export * from "
|
|
15
|
-
export * from "
|
|
16
|
-
export * from "
|
|
17
|
-
export * from "
|
|
18
|
-
export * from "
|
|
19
|
-
export * from "
|
|
20
|
-
export * from "
|
|
21
|
-
export * from "
|
|
22
|
-
export * from "
|
|
23
|
-
export * from "
|
|
24
|
-
export * from "
|
|
1
|
+
export * from "../composables/useFunctions";
|
|
2
|
+
export * from "../composables/useUser";
|
|
3
|
+
export * from "../composables/useNotifications";
|
|
4
|
+
export * from "../composables/useSettings";
|
|
5
|
+
export * from "../composables/usePermissions";
|
|
6
|
+
export * from "../composables/useAsync";
|
|
7
|
+
export * from "../composables/useApiClient";
|
|
8
|
+
export * from "../composables/useLoading";
|
|
9
|
+
export * from "../composables/useErrorHandler";
|
|
10
|
+
export * from "../composables/useAssets";
|
|
11
|
+
export * from "../composables/useMenuService";
|
|
12
|
+
export * from "../composables/useBeforeUnload";
|
|
13
|
+
export * from "../composables/useLanguages";
|
|
14
|
+
export * from "../composables/useBreadcrumbs";
|
|
15
|
+
export * from "../composables/useAppInsights";
|
|
16
|
+
export * from "../composables/useTheme";
|
|
17
|
+
export * from "../composables/useWidgets";
|
|
18
|
+
export * from "../composables/useDashboard";
|
|
19
|
+
export * from "../composables/useAppBarWidget";
|
|
20
|
+
export * from "../composables/useSettingsMenu";
|
|
21
|
+
export * from "../composables/useToolbar";
|
|
22
|
+
export * from "../composables/useDynamicProperties";
|
|
23
|
+
export * from "../composables/useBlade";
|
|
24
|
+
export * from "../composables/useSidebarState";
|
|
25
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAppBarMobileButtonsService } from "
|
|
1
|
+
import { IAppBarMobileButtonsService } from "../../services/app-bar-mobile-buttons-service";
|
|
2
2
|
export declare function provideAppBarMobileButtonsService(): IAppBarMobileButtonsService;
|
|
3
3
|
export declare function useAppBarMobileButtons(): IAppBarMobileButtonsService;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAppBarWidgetService } from "
|
|
1
|
+
import { IAppBarWidgetService } from "../../services/app-bar-menu-service";
|
|
2
2
|
export declare function provideAppBarWidget(): IAppBarWidgetService;
|
|
3
3
|
export declare function useAppBarWidget(): IAppBarWidgetService;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComputedRef } from "vue";
|
|
2
|
-
import { ICommonAsset } from "
|
|
2
|
+
import { ICommonAsset } from "../../types";
|
|
3
3
|
export interface IUseAssets {
|
|
4
4
|
upload: (files: FileList, uploadPath: string, startingSortOrder?: number) => Promise<ICommonAsset[]>;
|
|
5
5
|
remove: (filesToDelete: ICommonAsset[], initialAssetArr: ICommonAsset[]) => ICommonAsset[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HasLoading } from "
|
|
1
|
+
import { HasLoading } from "../../composables/useLoading";
|
|
2
2
|
export type AsyncAction<Payload = void, Result = void> = (payload?: Payload, ...rest: any[]) => Promise<Result>;
|
|
3
3
|
export interface UseAsync<Payload = void, Result = void> extends HasLoading {
|
|
4
4
|
action: AsyncAction<Payload, Result>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BladeOpenEvent } from "
|
|
1
|
+
import type { BladeOpenEvent } from "../../../shared/components/blade-navigation/types";
|
|
2
2
|
/**
|
|
3
3
|
* Composable for accessing the current blade instance (legacy API).
|
|
4
4
|
*
|
|
@@ -8,7 +8,7 @@ import type { BladeOpenEvent } from "@shared/components/blade-navigation/types";
|
|
|
8
8
|
*
|
|
9
9
|
* @returns The current blade instance (ComputedRef)
|
|
10
10
|
*/
|
|
11
|
-
export declare function useBlade(): import("vue").ComputedRef<import("
|
|
11
|
+
export declare function useBlade(): import("vue").ComputedRef<import("../../../shared/components/blade-navigation/types").IBladeInstance>;
|
|
12
12
|
/**
|
|
13
13
|
* Extended blade context composable (new API).
|
|
14
14
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { App, ComputedRef } from "vue";
|
|
2
|
-
import { BladeInstanceConstructor } from "
|
|
2
|
+
import { BladeInstanceConstructor } from "../../../shared/components/blade-navigation/types";
|
|
3
3
|
/**
|
|
4
4
|
* Interface for blade registration data
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IDashboardService, registerDashboardWidget } from "
|
|
1
|
+
import { IDashboardService, registerDashboardWidget } from "../../services/dashboard-service";
|
|
2
2
|
export declare function provideDashboardService(): IDashboardService;
|
|
3
3
|
export declare function useDashboard(): IDashboardService;
|
|
4
4
|
export { registerDashboardWidget };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import debounce from "
|
|
2
|
-
import delay from "
|
|
3
|
-
import once from "
|
|
4
|
-
import throttle from "
|
|
1
|
+
import debounce from "../../composables/useFunctions/debounce";
|
|
2
|
+
import delay from "../../composables/useFunctions/delay";
|
|
3
|
+
import once from "../../composables/useFunctions/once";
|
|
4
|
+
import throttle from "../../composables/useFunctions/throttle";
|
|
5
5
|
interface IUseFunctions {
|
|
6
6
|
debounce: typeof debounce;
|
|
7
7
|
delay: typeof delay;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlobalSearchState } from "
|
|
1
|
+
import { GlobalSearchState } from "../../services/global-search-service";
|
|
2
2
|
export declare function provideGlobalSearch(): GlobalSearchState;
|
|
3
3
|
export declare function useGlobalSearch(): GlobalSearchState;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MenuService, addMenuItem, setMenuBadge, getMenuBadge, removeMenuBadge, getMenuBadges } from "
|
|
1
|
+
import { MenuService, addMenuItem, setMenuBadge, getMenuBadge, removeMenuBadge, getMenuBadges } from "../../services/menu-service";
|
|
2
2
|
export declare function provideMenuService(): MenuService;
|
|
3
3
|
export declare function useMenuService(): MenuService;
|
|
4
4
|
export { addMenuItem, setMenuBadge, getMenuBadge, removeMenuBadge, getMenuBadges };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ISettingsMenuService } from "
|
|
1
|
+
import { ISettingsMenuService } from "../../services/settings-menu-service";
|
|
2
2
|
export declare function provideSettingsMenu(): ISettingsMenuService;
|
|
3
3
|
export declare function useSettingsMenu(): ISettingsMenuService;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IToolbarItem, IToolbarService } from "
|
|
1
|
+
import { IToolbarItem, IToolbarService } from "../../services/toolbar-service";
|
|
2
2
|
export interface UseToolbarOptions {
|
|
3
3
|
/**
|
|
4
4
|
* Clears all toolbar items for the current blade on component unmount.
|
|
@@ -18,6 +18,6 @@ export declare function useToolbar(options?: UseToolbarOptions): {
|
|
|
18
18
|
getToolbarItems: (targetBladeId?: string) => IToolbarItem[];
|
|
19
19
|
clearBladeToolbarItems: (targetBladeId?: string) => void;
|
|
20
20
|
isToolbarItemRegistered: (id: string) => boolean;
|
|
21
|
-
registeredToolbarItems: import("
|
|
21
|
+
registeredToolbarItems: import("../../services/toolbar-service").IToolbarRegistration[];
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedRef } from "vue";
|
|
2
|
-
import { UserDetail, SecurityResult, IdentityResult, LoginType, SignInResult } from "
|
|
3
|
-
import { RequestPasswordResult } from "
|
|
2
|
+
import { UserDetail, SecurityResult, IdentityResult, LoginType, SignInResult } from "../../api/platform";
|
|
3
|
+
import { RequestPasswordResult } from "../../types";
|
|
4
4
|
export interface TokenData {
|
|
5
5
|
token: string | null;
|
|
6
6
|
access_token: string | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedRef } from "vue";
|
|
2
|
-
import { SecurityResult, IdentityResult, LoginType, UserDetail, SignInResult } from "
|
|
3
|
-
import { RequestPasswordResult } from "
|
|
2
|
+
import { SecurityResult, IdentityResult, LoginType, UserDetail, SignInResult } from "../../api/platform";
|
|
3
|
+
import { RequestPasswordResult } from "../../types";
|
|
4
4
|
export interface IUserManagementAPI {
|
|
5
5
|
user: ComputedRef<UserDetail | undefined>;
|
|
6
6
|
loading: ComputedRef<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IWidgetService, registerWidget, registerExternalWidget } from "
|
|
1
|
+
import { IWidgetService, registerWidget, registerExternalWidget } from "../../services/widget-service";
|
|
2
2
|
export declare function provideWidgetService(): IWidgetService;
|
|
3
3
|
export declare function useWidgets(): IWidgetService;
|
|
4
4
|
export { registerWidget, registerExternalWidget };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const FALLBACK_BLADE_ID = "fallback-blade-id";
|
|
2
|
-
export * from "
|
|
3
|
-
export * from "
|
|
4
|
-
export * from "
|
|
2
|
+
export * from "../constants/locale";
|
|
3
|
+
export * from "../constants/ui";
|
|
4
|
+
export * from "../constants/defaults";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
1
|
+
export * from "../directives/autofocus";
|
|
2
|
+
export * from "../directives/loading";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as VcAiAgentPanel } from "
|
|
1
|
+
export { default as VcAiAgentPanel } from "../../../plugins/ai-agent/components/VcAiAgentPanel.vue";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { useAiAgent, provideAiAgentService, createAiAgentToolbarButton } from "
|
|
2
|
-
export type { UseAiAgentReturn, ProvideAiAgentServiceOptions } from "
|
|
3
|
-
export { useAiAgentContext, clearPreviewState } from "
|
|
1
|
+
export { useAiAgent, provideAiAgentService, createAiAgentToolbarButton } from "../../../plugins/ai-agent/composables/useAiAgent";
|
|
2
|
+
export type { UseAiAgentReturn, ProvideAiAgentServiceOptions } from "../../../plugins/ai-agent/composables/useAiAgent";
|
|
3
|
+
export { useAiAgentContext, clearPreviewState } from "../../../plugins/ai-agent/composables/useAiAgentContext";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type IAiAgentServiceInternal } from "
|
|
2
|
-
import type { IAiAgentService, IAiAgentConfig, IAiAgentMessage } from "
|
|
1
|
+
import { type IAiAgentServiceInternal } from "../../../plugins/ai-agent/services/ai-agent-service";
|
|
2
|
+
import type { IAiAgentService, IAiAgentConfig, IAiAgentMessage } from "../../../plugins/ai-agent/types";
|
|
3
3
|
/**
|
|
4
4
|
* Options for providing the AI agent service
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UseAiAgentContextOptions, UseAiAgentContextReturn } from "
|
|
1
|
+
import type { UseAiAgentContextOptions, UseAiAgentContextReturn } from "../../../plugins/ai-agent/types";
|
|
2
2
|
/**
|
|
3
3
|
* Composable for binding blade data to AI agent context.
|
|
4
4
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { App } from "vue";
|
|
2
|
-
import type { IAiAgentConfig } from "
|
|
2
|
+
import type { IAiAgentConfig } from "../../plugins/ai-agent/types";
|
|
3
3
|
/**
|
|
4
4
|
* Options for the AI Agent Plugin
|
|
5
5
|
*/
|
|
@@ -21,7 +21,7 @@ export interface AiAgentPluginOptions {
|
|
|
21
21
|
* @example
|
|
22
22
|
* ```typescript
|
|
23
23
|
* import { createApp } from "vue";
|
|
24
|
-
* import { aiAgentPlugin } from "
|
|
24
|
+
* import { aiAgentPlugin } from "../../..";
|
|
25
25
|
*
|
|
26
26
|
* const app = createApp(App);
|
|
27
27
|
*
|
|
@@ -38,11 +38,11 @@ export interface AiAgentPluginOptions {
|
|
|
38
38
|
export declare const aiAgentPlugin: {
|
|
39
39
|
install(app: App, options?: AiAgentPluginOptions): void;
|
|
40
40
|
};
|
|
41
|
-
export * from "
|
|
42
|
-
export * from "
|
|
43
|
-
export { useAiAgent, provideAiAgentService, createAiAgentToolbarButton } from "
|
|
44
|
-
export type { UseAiAgentReturn, ProvideAiAgentServiceOptions } from "
|
|
45
|
-
export { useAiAgentContext, clearPreviewState } from "
|
|
46
|
-
export { VcAiAgentPanel } from "
|
|
47
|
-
export type { IAiAgentServiceInternal, CreateAiAgentServiceOptions } from "
|
|
41
|
+
export * from "../../plugins/ai-agent/types";
|
|
42
|
+
export * from "../../plugins/ai-agent/constants";
|
|
43
|
+
export { useAiAgent, provideAiAgentService, createAiAgentToolbarButton } from "../../plugins/ai-agent/composables/useAiAgent";
|
|
44
|
+
export type { UseAiAgentReturn, ProvideAiAgentServiceOptions } from "../../plugins/ai-agent/composables/useAiAgent";
|
|
45
|
+
export { useAiAgentContext, clearPreviewState } from "../../plugins/ai-agent/composables/useAiAgentContext";
|
|
46
|
+
export { VcAiAgentPanel } from "../../plugins/ai-agent/components";
|
|
47
|
+
export type { IAiAgentServiceInternal, CreateAiAgentServiceOptions } from "../../plugins/ai-agent/services/ai-agent-service";
|
|
48
48
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ShallowRef } from "vue";
|
|
2
|
-
import { IAiAgentService, IAiAgentConfig, AiAgentContextType, IAiAgentBladeContext, IAiAgentUserContext, IPreviewChangesPayload, ISuggestion } from "
|
|
2
|
+
import { IAiAgentService, IAiAgentConfig, AiAgentContextType, IAiAgentBladeContext, IAiAgentUserContext, IPreviewChangesPayload, ISuggestion } from "../../../plugins/ai-agent/types";
|
|
3
3
|
/**
|
|
4
4
|
* Options for creating the AI agent service
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { defineExtensionPoint } from "
|
|
2
|
-
export { useExtensionPoint } from "
|
|
3
|
-
export { default as ExtensionPoint } from "
|
|
4
|
-
export type { ExtensionComponent, ExtensionPointOptions } from "
|
|
1
|
+
export { defineExtensionPoint } from "../../plugins/extension-points/defineExtensionPoint";
|
|
2
|
+
export { useExtensionPoint } from "../../plugins/extension-points/useExtensionPoint";
|
|
3
|
+
export { default as ExtensionPoint } from "../../plugins/extension-points/ExtensionPoint.vue";
|
|
4
|
+
export type { ExtensionComponent, ExtensionPointOptions } from "../../plugins/extension-points/types";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExtensionPointState, ExtensionPointOptions } from "
|
|
1
|
+
import type { ExtensionPointState, ExtensionPointOptions } from "../../plugins/extension-points/types";
|
|
2
2
|
/**
|
|
3
3
|
* Declare an extension point (host-side).
|
|
4
4
|
* Safe to call multiple times — subsequent calls are no-ops with a dev warning.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
3
|
-
export * from "
|
|
4
|
-
export * from "
|
|
5
|
-
export * from "
|
|
6
|
-
export * from "
|
|
7
|
-
export * from "
|
|
1
|
+
export * from "../plugins/moment";
|
|
2
|
+
export * from "../plugins/i18n";
|
|
3
|
+
export * from "../plugins/validation";
|
|
4
|
+
export * from "../plugins/modularity";
|
|
5
|
+
export * from "../plugins/signalR";
|
|
6
|
+
export * from "../plugins/permissions";
|
|
7
|
+
export * from "../plugins/extension-points";
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|