@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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as VcGallery } from "
|
|
1
|
+
export { default as VcGallery } from "../../../components/organisms/vc-gallery/vc-gallery.vue";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as VcSidebar } from "
|
|
1
|
+
export { default as VcSidebar } from "../../../components/organisms/vc-sidebar/vc-sidebar.vue";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Ref, type VNode } from "vue";
|
|
2
|
-
import type { VcDataTableExtendedProps } from "
|
|
2
|
+
import type { VcDataTableExtendedProps } from "../../../components/organisms/vc-table/types";
|
|
3
3
|
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<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly onSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref, MaybeRef } from "vue";
|
|
2
|
-
import type { TableEmptyAction } from "
|
|
3
|
-
import type { ITableColumns, IActionBuilderResult } from "
|
|
2
|
+
import type { TableEmptyAction } from "../../../components/organisms/vc-table/types";
|
|
3
|
+
import type { ITableColumns, IActionBuilderResult } from "../../../../core/types";
|
|
4
4
|
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<{
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
6
|
readonly onItemClick?: ((item: T) => any) | undefined;
|
package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { TableItem } from "
|
|
2
|
-
import { ITableColumns } from "
|
|
1
|
+
import type { TableItem } from "../../../../../components/organisms/vc-table/types";
|
|
2
|
+
import { ITableColumns } from "../../../../../../core/types";
|
|
3
3
|
export interface Props {
|
|
4
4
|
cell: ITableColumns;
|
|
5
5
|
item: string | TableItem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ITableColumns } from "
|
|
2
|
-
import { TableColPartial } from "
|
|
1
|
+
import { ITableColumns } from "../../../../../../core/types";
|
|
2
|
+
import { TableColPartial } from "../../../../../components/organisms/vc-table/types";
|
|
3
3
|
export interface Props {
|
|
4
4
|
items: TableColPartial[];
|
|
5
5
|
stateKey: string;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* All props are defined here for maintainability and documentation.
|
|
6
6
|
*/
|
|
7
7
|
import type { PropType, ExtractPropTypes } from "vue";
|
|
8
|
-
import type { SortMeta, DataTableRowActionItem } from "
|
|
8
|
+
import type { SortMeta, DataTableRowActionItem } from "../../../../components/organisms/vc-table/types";
|
|
9
9
|
/**
|
|
10
10
|
* DataTable variants for visual styling
|
|
11
11
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FilterType, FilterOption, FilterValue } from "
|
|
1
|
+
import type { FilterType, FilterOption, FilterValue } from "../../../../components/organisms/vc-table/types";
|
|
2
2
|
interface Props {
|
|
3
3
|
/** Backend field name for this filter */
|
|
4
4
|
field: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ColumnInstance } from "
|
|
2
|
-
import type { VcColumnProps } from "
|
|
3
|
-
import type { GroupedData } from "
|
|
1
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
2
|
+
import type { VcColumnProps } from "../../../../components/organisms/vc-table/types";
|
|
3
|
+
import type { GroupedData } from "../../../../components/organisms/vc-table/composables/useTableRowGrouping";
|
|
4
4
|
/**
|
|
5
5
|
* Base item type — actual generic enforcement happens in VcDataTable.
|
|
6
6
|
* Uses `any` (not Record<string, any>) because TypeScript doesn't allow
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ColumnInstance } from "
|
|
1
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
2
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
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly "onSelection-change"?: ((value: boolean) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ColumnInstance } from "
|
|
2
|
-
import type { VcColumnProps, FilterType, FilterOption, FilterValue } from "
|
|
1
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
2
|
+
import type { VcColumnProps, FilterType, FilterOption, FilterValue } from "../../../../components/organisms/vc-table/types";
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
/** Column instances from ColumnCollector */
|
|
5
5
|
columns: ColumnInstance[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { ColumnInstance } from "
|
|
2
|
-
import type { VcColumnProps } from "
|
|
1
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
2
|
+
import type { VcColumnProps } from "../../../../components/organisms/vc-table/types";
|
|
3
3
|
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<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GlobalFilterConfig } from "
|
|
1
|
+
import type { GlobalFilterConfig } from "../../../../components/organisms/vc-table/types";
|
|
2
2
|
interface Props {
|
|
3
3
|
/** List of filter configurations (id, label, type, options) */
|
|
4
4
|
filters: GlobalFilterConfig[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType } from "vue";
|
|
2
|
-
import type { ColumnFilterConfig } from "
|
|
2
|
+
import type { ColumnFilterConfig } from "../../../../components/organisms/vc-table/types";
|
|
3
3
|
export type CellType = "text" | "number" | "money" | "date" | "date-ago" | "time" | "datetime" | "image" | "link" | "html" | "status" | "status-icon";
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
/** Unique column identifier (must be unique within the table) */
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { default as CellMoney } from "
|
|
2
|
-
export { default as CellDateAgo } from "
|
|
3
|
-
export { default as CellDate } from "
|
|
4
|
-
export { default as CellImage } from "
|
|
5
|
-
export { default as CellStatus } from "
|
|
6
|
-
export { default as CellStatusIcon } from "
|
|
7
|
-
export { default as CellLink } from "
|
|
8
|
-
export { default as CellHtml } from "
|
|
9
|
-
export { default as CellNumber } from "
|
|
10
|
-
export { default as CellDefault } from "
|
|
11
|
-
export { default as CellEditableWrapper } from "
|
|
1
|
+
export { default as CellMoney } from "../../../../../components/organisms/vc-table/components/cells/CellMoney.vue";
|
|
2
|
+
export { default as CellDateAgo } from "../../../../../components/organisms/vc-table/components/cells/CellDateAgo.vue";
|
|
3
|
+
export { default as CellDate } from "../../../../../components/organisms/vc-table/components/cells/CellDate.vue";
|
|
4
|
+
export { default as CellImage } from "../../../../../components/organisms/vc-table/components/cells/CellImage.vue";
|
|
5
|
+
export { default as CellStatus } from "../../../../../components/organisms/vc-table/components/cells/CellStatus.vue";
|
|
6
|
+
export { default as CellStatusIcon } from "../../../../../components/organisms/vc-table/components/cells/CellStatusIcon.vue";
|
|
7
|
+
export { default as CellLink } from "../../../../../components/organisms/vc-table/components/cells/CellLink.vue";
|
|
8
|
+
export { default as CellHtml } from "../../../../../components/organisms/vc-table/components/cells/CellHtml.vue";
|
|
9
|
+
export { default as CellNumber } from "../../../../../components/organisms/vc-table/components/cells/CellNumber.vue";
|
|
10
|
+
export { default as CellDefault } from "../../../../../components/organisms/vc-table/components/cells/CellDefault.vue";
|
|
11
|
+
export { default as CellEditableWrapper } from "../../../../../components/organisms/vc-table/components/cells/CellEditableWrapper.vue";
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export { default as Table } from "
|
|
2
|
-
export { default as TableHeader } from "
|
|
3
|
-
export { default as TableBody } from "
|
|
4
|
-
export { default as TableRow } from "
|
|
5
|
-
export { default as TableHead } from "
|
|
6
|
-
export { default as TableCell } from "
|
|
7
|
-
export { default as TableFooter } from "
|
|
8
|
-
export { default as TableEmpty } from "
|
|
9
|
-
export { default as TableColumnSwitcher } from "
|
|
10
|
-
export { default as TableRowActions } from "
|
|
11
|
-
export { default as TableCheckbox } from "
|
|
12
|
-
export { default as TableSelectAllBar } from "
|
|
13
|
-
export { default as TableSearchHeader } from "
|
|
14
|
-
export { default as TableGroupRow } from "
|
|
15
|
-
export { default as ColumnFilter } from "
|
|
16
|
-
export { default as GlobalFiltersButton } from "
|
|
17
|
-
export { default as GlobalFiltersPanel } from "
|
|
18
|
-
export { default as ColumnSwitcherButton } from "
|
|
19
|
-
export { default as TableAddRowButton } from "
|
|
20
|
-
export { default as VcColumn } from "
|
|
21
|
-
export { default as DataTableCellRenderer } from "
|
|
22
|
-
export { default as DataTableRow } from "
|
|
23
|
-
export { default as DataTableBody } from "
|
|
24
|
-
export { default as DataTableHeader } from "
|
|
25
|
-
export * from "
|
|
26
|
-
export * from "
|
|
1
|
+
export { default as Table } from "../../../../components/organisms/vc-table/components/Table.vue";
|
|
2
|
+
export { default as TableHeader } from "../../../../components/organisms/vc-table/components/TableHeader.vue";
|
|
3
|
+
export { default as TableBody } from "../../../../components/organisms/vc-table/components/TableBody.vue";
|
|
4
|
+
export { default as TableRow } from "../../../../components/organisms/vc-table/components/TableRow.vue";
|
|
5
|
+
export { default as TableHead } from "../../../../components/organisms/vc-table/components/TableHead.vue";
|
|
6
|
+
export { default as TableCell } from "../../../../components/organisms/vc-table/components/TableCell.vue";
|
|
7
|
+
export { default as TableFooter } from "../../../../components/organisms/vc-table/components/TableFooter.vue";
|
|
8
|
+
export { default as TableEmpty } from "../../../../components/organisms/vc-table/components/TableEmpty.vue";
|
|
9
|
+
export { default as TableColumnSwitcher } from "../../../../components/organisms/vc-table/components/TableColumnSwitcher.vue";
|
|
10
|
+
export { default as TableRowActions } from "../../../../components/organisms/vc-table/components/TableRowActions.vue";
|
|
11
|
+
export { default as TableCheckbox } from "../../../../components/organisms/vc-table/components/TableCheckbox.vue";
|
|
12
|
+
export { default as TableSelectAllBar } from "../../../../components/organisms/vc-table/components/TableSelectAllBar.vue";
|
|
13
|
+
export { default as TableSearchHeader } from "../../../../components/organisms/vc-table/components/TableSearchHeader.vue";
|
|
14
|
+
export { default as TableGroupRow } from "../../../../components/organisms/vc-table/components/TableGroupRow.vue";
|
|
15
|
+
export { default as ColumnFilter } from "../../../../components/organisms/vc-table/components/ColumnFilter.vue";
|
|
16
|
+
export { default as GlobalFiltersButton } from "../../../../components/organisms/vc-table/components/GlobalFiltersButton.vue";
|
|
17
|
+
export { default as GlobalFiltersPanel } from "../../../../components/organisms/vc-table/components/GlobalFiltersPanel.vue";
|
|
18
|
+
export { default as ColumnSwitcherButton } from "../../../../components/organisms/vc-table/components/ColumnSwitcherButton.vue";
|
|
19
|
+
export { default as TableAddRowButton } from "../../../../components/organisms/vc-table/components/TableAddRowButton.vue";
|
|
20
|
+
export { default as VcColumn } from "../../../../components/organisms/vc-table/components/VcColumn.vue";
|
|
21
|
+
export { default as DataTableCellRenderer } from "../../../../components/organisms/vc-table/components/DataTableCellRenderer.vue";
|
|
22
|
+
export { default as DataTableRow } from "../../../../components/organisms/vc-table/components/DataTableRow.vue";
|
|
23
|
+
export { default as DataTableBody } from "../../../../components/organisms/vc-table/components/DataTableBody.vue";
|
|
24
|
+
export { default as DataTableHeader } from "../../../../components/organisms/vc-table/components/DataTableHeader.vue";
|
|
25
|
+
export * from "../../../../components/organisms/vc-table/components/cells";
|
|
26
|
+
export * from "../../../../components/organisms/vc-table/components/mobile";
|
|
27
27
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MobileCardLayout, MobileSwipeAction } from "
|
|
1
|
+
import type { MobileCardLayout, MobileSwipeAction } from "../../../../../components/organisms/vc-table/types";
|
|
2
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
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly onClick?: ((item: T, index: number) => any) | undefined;
|
package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MobileCardLayout, MobileSwipeAction, TableEmptyAction, ColumnInstance, TableAction, PullToRefreshTextConfig } from "
|
|
1
|
+
import type { MobileCardLayout, MobileSwipeAction, TableEmptyAction, ColumnInstance, TableAction, PullToRefreshTextConfig } from "../../../../../components/organisms/vc-table/types";
|
|
2
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
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly onClick?: ((item: T, index: number) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MobileSwipeAction } from "
|
|
1
|
+
import type { MobileSwipeAction } from "../../../../../components/organisms/vc-table/types";
|
|
2
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
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly onClose?: (() => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MobileColumnConfig } from "
|
|
1
|
+
import type { MobileColumnConfig } from "../../../../../components/organisms/vc-table/types";
|
|
2
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
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
|
|
4
4
|
/** Mobile column configuration */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as MobileCellRenderer } from "
|
|
2
|
-
export { default as MobileActionSheet } from "
|
|
3
|
-
export { default as DataTableMobileCard } from "
|
|
4
|
-
export { default as DataTableMobileView } from "
|
|
5
|
-
export { default as PullToRefresh } from "
|
|
1
|
+
export { default as MobileCellRenderer } from "../../../../../components/organisms/vc-table/components/mobile/MobileCellRenderer.vue";
|
|
2
|
+
export { default as MobileActionSheet } from "../../../../../components/organisms/vc-table/components/mobile/MobileActionSheet.vue";
|
|
3
|
+
export { default as DataTableMobileCard } from "../../../../../components/organisms/vc-table/components/mobile/DataTableMobileCard.vue";
|
|
4
|
+
export { default as DataTableMobileView } from "../../../../../components/organisms/vc-table/components/mobile/DataTableMobileView.vue";
|
|
5
|
+
export { default as PullToRefresh } from "../../../../../components/organisms/vc-table/components/mobile/PullToRefresh.vue";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export { useTableContext } from "
|
|
2
|
-
export { useTableColumnsResize } from "
|
|
3
|
-
export { useTableColumnsReorder } from "
|
|
4
|
-
export { useTableRowReorder } from "
|
|
5
|
-
export { useTableInlineEdit } from "
|
|
6
|
-
export { useVirtualScroll } from "
|
|
7
|
-
export type { VirtualScrollOptions, VirtualScrollItem, VirtualScrollReturn } from "
|
|
8
|
-
export { useTableRowGrouping } from "
|
|
9
|
-
export type { RowGroupingOptions, GroupedData, UseTableRowGroupingReturn } from "
|
|
10
|
-
export { useFilterState } from "
|
|
11
|
-
export type { UseFilterStateOptions, UseFilterStateReturn } from "
|
|
12
|
-
export { useColumnFilter } from "
|
|
13
|
-
export type { UseColumnFilterReturn } from "
|
|
14
|
-
export { useTableSort } from "
|
|
15
|
-
export type { UseTableSortOptions, UseTableSortReturn, SortEvent } from "
|
|
16
|
-
export { useTableEditing } from "
|
|
17
|
-
export type { UseTableEditingOptions, UseTableEditingReturn, CellEditEvent, CellEditCompleteEvent, RowEditEvent, RowEditSaveEvent, } from "
|
|
18
|
-
export { useTableExpansion } from "
|
|
19
|
-
export type { UseTableExpansionOptions, UseTableExpansionReturn, RowExpandEvent } from "
|
|
20
|
-
export { useTableSelectionV2 } from "
|
|
21
|
-
export type { UseTableSelectionV2Options, UseTableSelectionV2Return, RowSelectEvent, RowSelectAllEvent, } from "
|
|
22
|
-
export { useDataProcessing } from "
|
|
23
|
-
export type { UseDataProcessingOptions, UseDataProcessingReturn } from "
|
|
24
|
-
export { useTableColumns } from "
|
|
25
|
-
export type { UseTableColumnsOptions, UseTableColumnsReturn } from "
|
|
26
|
-
export { useMobileCardLayout } from "
|
|
27
|
-
export type { UseMobileCardLayoutOptions, UseMobileCardLayoutReturn } from "
|
|
28
|
-
export { useDataTableState } from "
|
|
29
|
-
export type { UseDataTableStateOptions, UseDataTableStateReturn, DataTablePersistedState } from "
|
|
30
|
-
export { useTableSwipe, provideTableSwipe } from "
|
|
1
|
+
export { useTableContext } from "../../../../components/organisms/vc-table/composables/useTableContext";
|
|
2
|
+
export { useTableColumnsResize } from "../../../../components/organisms/vc-table/composables/useTableColumnsResize";
|
|
3
|
+
export { useTableColumnsReorder } from "../../../../components/organisms/vc-table/composables/useTableColumnsReorder";
|
|
4
|
+
export { useTableRowReorder } from "../../../../components/organisms/vc-table/composables/useTableRowReorder";
|
|
5
|
+
export { useTableInlineEdit } from "../../../../components/organisms/vc-table/composables/useTableInlineEdit";
|
|
6
|
+
export { useVirtualScroll } from "../../../../components/organisms/vc-table/composables/useVirtualScroll";
|
|
7
|
+
export type { VirtualScrollOptions, VirtualScrollItem, VirtualScrollReturn } from "../../../../components/organisms/vc-table/composables/useVirtualScroll";
|
|
8
|
+
export { useTableRowGrouping } from "../../../../components/organisms/vc-table/composables/useTableRowGrouping";
|
|
9
|
+
export type { RowGroupingOptions, GroupedData, UseTableRowGroupingReturn } from "../../../../components/organisms/vc-table/composables/useTableRowGrouping";
|
|
10
|
+
export { useFilterState } from "../../../../components/organisms/vc-table/composables/useTableFilter";
|
|
11
|
+
export type { UseFilterStateOptions, UseFilterStateReturn } from "../../../../components/organisms/vc-table/composables/useTableFilter";
|
|
12
|
+
export { useColumnFilter } from "../../../../components/organisms/vc-table/composables/useColumnFilter";
|
|
13
|
+
export type { UseColumnFilterReturn } from "../../../../components/organisms/vc-table/composables/useColumnFilter";
|
|
14
|
+
export { useTableSort } from "../../../../components/organisms/vc-table/composables/useTableSort";
|
|
15
|
+
export type { UseTableSortOptions, UseTableSortReturn, SortEvent } from "../../../../components/organisms/vc-table/composables/useTableSort";
|
|
16
|
+
export { useTableEditing } from "../../../../components/organisms/vc-table/composables/useTableEditing";
|
|
17
|
+
export type { UseTableEditingOptions, UseTableEditingReturn, CellEditEvent, CellEditCompleteEvent, RowEditEvent, RowEditSaveEvent, } from "../../../../components/organisms/vc-table/composables/useTableEditing";
|
|
18
|
+
export { useTableExpansion } from "../../../../components/organisms/vc-table/composables/useTableExpansion";
|
|
19
|
+
export type { UseTableExpansionOptions, UseTableExpansionReturn, RowExpandEvent } from "../../../../components/organisms/vc-table/composables/useTableExpansion";
|
|
20
|
+
export { useTableSelectionV2 } from "../../../../components/organisms/vc-table/composables/useTableSelectionV2";
|
|
21
|
+
export type { UseTableSelectionV2Options, UseTableSelectionV2Return, RowSelectEvent, RowSelectAllEvent, } from "../../../../components/organisms/vc-table/composables/useTableSelectionV2";
|
|
22
|
+
export { useDataProcessing } from "../../../../components/organisms/vc-table/composables/useDataProcessing";
|
|
23
|
+
export type { UseDataProcessingOptions, UseDataProcessingReturn } from "../../../../components/organisms/vc-table/composables/useDataProcessing";
|
|
24
|
+
export { useTableColumns } from "../../../../components/organisms/vc-table/composables/useTableColumns";
|
|
25
|
+
export type { UseTableColumnsOptions, UseTableColumnsReturn } from "../../../../components/organisms/vc-table/composables/useTableColumns";
|
|
26
|
+
export { useMobileCardLayout } from "../../../../components/organisms/vc-table/composables/useMobileCardLayout";
|
|
27
|
+
export type { UseMobileCardLayoutOptions, UseMobileCardLayoutReturn } from "../../../../components/organisms/vc-table/composables/useMobileCardLayout";
|
|
28
|
+
export { useDataTableState } from "../../../../components/organisms/vc-table/composables/useDataTableState";
|
|
29
|
+
export type { UseDataTableStateOptions, UseDataTableStateReturn, DataTablePersistedState } from "../../../../components/organisms/vc-table/composables/useDataTableState";
|
|
30
|
+
export { useTableSwipe, provideTableSwipe } from "../../../../components/organisms/vc-table/composables/useTableSwipe";
|
|
31
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* - Extract backend field names
|
|
7
7
|
* - Get select options
|
|
8
8
|
*/
|
|
9
|
-
import type { ColumnFilterConfig, FilterType, FilterOption, SelectFilterConfig, SelectFilterWithFieldConfig, DateRangeFilterConfig } from "
|
|
9
|
+
import type { ColumnFilterConfig, FilterType, FilterOption, SelectFilterConfig, SelectFilterWithFieldConfig, DateRangeFilterConfig } from "../../../../components/organisms/vc-table/types";
|
|
10
10
|
/**
|
|
11
11
|
* Type guard: check if config is a select filter with options
|
|
12
12
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* Inspired by PrimeVue's processedData computed pattern.
|
|
9
9
|
*/
|
|
10
10
|
import { type Ref, type ComputedRef } from "vue";
|
|
11
|
-
import type { SortMeta } from "
|
|
11
|
+
import type { SortMeta } from "../../../../components/organisms/vc-table/types";
|
|
12
12
|
export interface UseDataProcessingOptions<T> {
|
|
13
13
|
/** Source data items */
|
|
14
14
|
items: Ref<T[]>;
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
* - Makes testing easier
|
|
26
26
|
*/
|
|
27
27
|
import { type Ref, type ComputedRef } from "vue";
|
|
28
|
-
import type { ColumnInstance } from "
|
|
29
|
-
import type { VcColumnProps, EditChange } from "
|
|
30
|
-
import { type SortEvent } from "
|
|
31
|
-
import { type GroupedData } from "
|
|
28
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
29
|
+
import type { VcColumnProps, EditChange } from "../../../../components/organisms/vc-table/types";
|
|
30
|
+
import { type SortEvent } from "../../../../components/organisms/vc-table/composables/useTableSort";
|
|
31
|
+
import { type GroupedData } from "../../../../components/organisms/vc-table/composables/useTableRowGrouping";
|
|
32
32
|
export interface DataTableOrchestratorOptions<T extends Record<string, any>> {
|
|
33
33
|
items: Ref<T[]>;
|
|
34
34
|
dataKey: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Ref } from "vue";
|
|
2
|
-
import type { ColumnInstance } from "
|
|
3
|
-
import type { MobileCardLayout, MobileColumnConfig } from "
|
|
2
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
3
|
+
import type { MobileCardLayout, MobileColumnConfig } from "../../../../components/organisms/vc-table/types";
|
|
4
4
|
export interface UseMobileCardLayoutOptions {
|
|
5
5
|
/** Column instances from VcColumn */
|
|
6
6
|
columns: Ref<ColumnInstance[]>;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* from VcDataTable.vue to reduce main component size.
|
|
6
6
|
*/
|
|
7
7
|
import { type Ref, type ComputedRef } from "vue";
|
|
8
|
-
import type { ColumnInstance } from "
|
|
9
|
-
import type { VcColumnProps } from "
|
|
8
|
+
import type { ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
9
|
+
import type { VcColumnProps } from "../../../../components/organisms/vc-table/types";
|
|
10
10
|
export interface UseTableColumnsOptions {
|
|
11
11
|
visibleColumns: Ref<ColumnInstance[]> | ComputedRef<ColumnInstance[]>;
|
|
12
12
|
resizableColumns?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FilterValue } from "
|
|
1
|
+
import type { FilterValue } from "../../../../components/organisms/vc-table/types";
|
|
2
2
|
export interface UseFilterStateOptions {
|
|
3
3
|
/** Called whenever a filter is applied/cleared with a flat payload for the backend */
|
|
4
4
|
onFilterChange?: (payload: Record<string, unknown>) => void;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* Inspired by PrimeVue DataTable sorting patterns.
|
|
8
8
|
*/
|
|
9
9
|
import { type Ref } from "vue";
|
|
10
|
-
import type { SortMeta } from "
|
|
10
|
+
import type { SortMeta } from "../../../../components/organisms/vc-table/types";
|
|
11
11
|
export interface UseTableSortOptions {
|
|
12
12
|
/** Current sort field (for single sort mode) */
|
|
13
13
|
sortField: Ref<string | undefined>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @deprecated Use `VcDataTable` from `framework/ui/components` instead.
|
|
3
3
|
*/
|
|
4
|
-
export { default as VcTable } from "
|
|
5
|
-
export { default as VcDataTable } from "
|
|
6
|
-
export { default as VcColumn } from "
|
|
7
|
-
export { Table, TableHeader, TableBody, TableRow, TableHead, TableCell, TableFooter, TableEmpty, TableColumnSwitcher, TableRowActions, TableCheckbox, TableSelectAllBar, TableSearchHeader, TableGroupRow, } from "
|
|
8
|
-
export { ColumnCollector } from "
|
|
9
|
-
export { CellDefault, CellDate, CellDateAgo, CellHtml, CellImage, CellLink, CellMoney, CellNumber, CellStatus, CellStatusIcon, CellEditableWrapper, } from "
|
|
10
|
-
export { useTableContext, useTableColumnsResize, useTableColumnsReorder, useTableRowReorder, useTableInlineEdit, useTableRowGrouping, useVirtualScroll, useColumnFilter, useFilterState, } from "
|
|
11
|
-
export type { VirtualScrollOptions, VirtualScrollItem, VirtualScrollReturn } from "
|
|
12
|
-
export * from "
|
|
4
|
+
export { default as VcTable } from "../../../components/organisms/vc-table/VcTableAdapter.vue";
|
|
5
|
+
export { default as VcDataTable } from "../../../components/organisms/vc-table/VcDataTable.vue";
|
|
6
|
+
export { default as VcColumn } from "../../../components/organisms/vc-table/components/VcColumn.vue";
|
|
7
|
+
export { Table, TableHeader, TableBody, TableRow, TableHead, TableCell, TableFooter, TableEmpty, TableColumnSwitcher, TableRowActions, TableCheckbox, TableSelectAllBar, TableSearchHeader, TableGroupRow, } from "../../../components/organisms/vc-table/components";
|
|
8
|
+
export { ColumnCollector } from "../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
9
|
+
export { CellDefault, CellDate, CellDateAgo, CellHtml, CellImage, CellLink, CellMoney, CellNumber, CellStatus, CellStatusIcon, CellEditableWrapper, } from "../../../components/organisms/vc-table/components/cells";
|
|
10
|
+
export { useTableContext, useTableColumnsResize, useTableColumnsReorder, useTableRowReorder, useTableInlineEdit, useTableRowGrouping, useVirtualScroll, useColumnFilter, useFilterState, } from "../../../components/organisms/vc-table/composables";
|
|
11
|
+
export type { VirtualScrollOptions, VirtualScrollItem, VirtualScrollReturn } from "../../../components/organisms/vc-table/composables";
|
|
12
|
+
export * from "../../../components/organisms/vc-table/types";
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { InjectionKey, Ref } from "vue";
|
|
2
|
-
import type { TableContext } from "
|
|
3
|
-
import type { ColumnCollector } from "
|
|
2
|
+
import type { TableContext } from "../../../components/organisms/vc-table/composables/useTableContext";
|
|
3
|
+
import type { ColumnCollector } from "../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
4
4
|
export declare const TableContextKey: InjectionKey<TableContext>;
|
|
5
5
|
export declare const ColumnCollectorKey: InjectionKey<ColumnCollector>;
|
|
6
6
|
export declare const HasFlexColumnsKey: InjectionKey<Ref<boolean>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ComputedRef, Ref, VNode } from "vue";
|
|
2
|
-
import { IActionBuilderResult, ITableColumns } from "
|
|
3
|
-
import type { ColumnInstance } from "
|
|
2
|
+
import { IActionBuilderResult, ITableColumns } from "../../../../core/types";
|
|
3
|
+
import type { ColumnInstance } from "../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
4
4
|
export type { IActionBuilderResult, ITableColumns };
|
|
5
|
-
export type { GroupedData, RowGroupingOptions, UseTableRowGroupingReturn } from "
|
|
5
|
+
export type { GroupedData, RowGroupingOptions, UseTableRowGroupingReturn } from "../../../components/organisms/vc-table/composables/useTableRowGrouping";
|
|
6
6
|
export type { ColumnInstance };
|
|
7
7
|
/** Extended action type for table-specific functionality (row actions, context menus) */
|
|
8
8
|
export interface TableAction<T = {}> extends IActionBuilderResult<T> {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
16
|
import type { ComponentInternalInstance, Slots, VNode } from "vue";
|
|
17
|
-
import type { VcColumnProps } from "
|
|
17
|
+
import type { VcColumnProps } from "../../../../components/organisms/vc-table/types";
|
|
18
18
|
export interface ColumnInstance {
|
|
19
19
|
instance: ComponentInternalInstance;
|
|
20
20
|
props: VcColumnProps;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Shared utility functions used across the VcDataTable ecosystem.
|
|
5
5
|
*/
|
|
6
|
-
export { deepClone } from "
|
|
7
|
-
export { ColumnCollector, type ColumnInstance } from "
|
|
8
|
-
export { useCellRegistry, type CellType, type CellTypeConfig, type CellRegistration, } from "
|
|
6
|
+
export { deepClone } from "../../../../components/organisms/vc-table/utils/deepClone";
|
|
7
|
+
export { ColumnCollector, type ColumnInstance } from "../../../../components/organisms/vc-table/utils/ColumnCollector";
|
|
8
|
+
export { useCellRegistry, type CellType, type CellTypeConfig, type CellRegistration, } from "../../../../components/organisms/vc-table/composables/useCellRegistry";
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "
|
|
2
|
-
export * from "
|
|
3
|
-
export { useFormField } from "
|
|
4
|
-
export * from "
|
|
5
|
-
export * from "
|
|
1
|
+
export * from "../composables/useAdaptiveItems";
|
|
2
|
+
export * from "../composables/useFloatingPosition";
|
|
3
|
+
export { useFormField } from "../composables/useFormField";
|
|
4
|
+
export * from "../composables/useScrollArrows";
|
|
5
|
+
export * from "../composables/useTeleportTarget";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IFormFieldProps } from "
|
|
1
|
+
import type { IFormFieldProps } from "../types/form-field";
|
|
2
2
|
/**
|
|
3
3
|
* Shared logic for all form field components.
|
|
4
4
|
* Handles: unique ID generation, ARIA attribute computation,
|
|
@@ -15,6 +15,6 @@ export declare function useFormField(props: IFormFieldProps & {
|
|
|
15
15
|
resolvedDisabled: import("vue").ComputedRef<boolean>;
|
|
16
16
|
resolvedName: import("vue").ComputedRef<string | undefined>;
|
|
17
17
|
ariaDescribedBy: import("vue").ComputedRef<string | undefined>;
|
|
18
|
-
groupContext: import("
|
|
18
|
+
groupContext: import("../components/molecules/vc-input-group/context").InputGroupContext | null;
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=useFormField.d.ts.map
|
package/dist/ui/types/index.d.ts
CHANGED