@vc-shell/framework 2.0.0-alpha.1 → 2.0.0-alpha.11
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/CHANGELOG.md +4556 -0
- package/dist/core/composables/useBlade/index.d.ts +21 -24
- package/dist/core/composables/useBlade/index.d.ts.map +1 -1
- package/dist/core/composables/useNotifications/index.d.ts +3 -8
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/notifications/composables/index.d.ts +3 -0
- package/dist/core/notifications/composables/index.d.ts.map +1 -0
- package/dist/core/notifications/composables/useBladeNotifications.d.ts +13 -0
- package/dist/core/notifications/composables/useBladeNotifications.d.ts.map +1 -0
- package/dist/core/notifications/composables/useNotificationStore.d.ts +8 -0
- package/dist/core/notifications/composables/useNotificationStore.d.ts.map +1 -0
- package/dist/core/notifications/index.d.ts +7 -0
- package/dist/core/notifications/index.d.ts.map +1 -0
- package/dist/core/notifications/store.d.ts +27 -0
- package/dist/core/notifications/store.d.ts.map +1 -0
- package/dist/core/notifications/toast-controller.d.ts +7 -0
- package/dist/core/notifications/toast-controller.d.ts.map +1 -0
- package/dist/core/notifications/types.d.ts +46 -0
- package/dist/core/notifications/types.d.ts.map +1 -0
- package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts +2 -1
- package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts.map +1 -1
- package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +3 -2
- package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +43 -31
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +2 -79
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/types/menu-types.d.ts +80 -0
- package/dist/core/types/menu-types.d.ts.map +1 -0
- package/dist/framework.css +1 -1
- package/dist/framework.js +30477 -34705
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +2 -21
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +2 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +2 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts +2 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +2 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/plugin-v2.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +3 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/utils/bladeRouterGuard.d.ts +31 -0
- package/dist/shared/components/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -0
- package/dist/shared/components/change-password/change-password.vue.d.ts +2 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shared/components/change-password-button/change-password-button.vue.d.ts +2 -1
- package/dist/shared/components/change-password-button/change-password-button.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts +3 -2
- package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -2
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts +3 -2
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -2
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts +3 -2
- package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +2 -1
- package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +2 -1
- package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +10 -5
- package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +11 -6
- package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +10 -5
- package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts +3 -2
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts +3 -2
- package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts +2 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +3 -2
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -1
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts +2 -1
- package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -1
- package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts +2 -1
- package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts.map +1 -1
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts +13 -8
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/generic-dropdown/index.d.ts +8 -6
- package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/index.d.ts +0 -1
- package/dist/shared/components/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +2 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/logout-button/logout-button.vue.d.ts +2 -1
- package/dist/shared/components/logout-button/logout-button.vue.d.ts.map +1 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +2 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +2 -3
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +2 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +8 -4
- package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/types/index.d.ts +9 -1
- package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +2 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/plugin.d.ts.map +1 -1
- package/dist/shared/components/settings-menu/settings-menu.vue.d.ts +2 -1
- package/dist/shared/components/settings-menu/settings-menu.vue.d.ts.map +1 -1
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts +3 -2
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
- package/dist/shared/components/sidebar/sidebar.vue.d.ts +3 -2
- package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/external-provider.vue.d.ts +2 -1
- package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts +2 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +2 -1
- package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts +2 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +2 -1
- package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +2 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +2 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/index.d.ts +1 -3
- package/dist/shared/modules/assets/index.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/index.d.ts +1 -3
- package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
- package/dist/shared/modules/index.d.ts +0 -1
- package/dist/shared/modules/index.d.ts.map +1 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +2 -1
- package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts +2 -1
- package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +2 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +2 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +2 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/test-helpers.d.ts +102 -1
- package/dist/test-helpers.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -4
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts +6 -5
- package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +3 -2
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +2 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +31 -34
- 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 +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +28 -31
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +4 -3
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +4 -3
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +15 -10
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +9 -8
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +5 -4
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +32 -54
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts +7 -6
- package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +5 -4
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +15 -10
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +27 -39
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +27 -28
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -3
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts +1 -3
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts +30 -0
- package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +30 -19
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +8 -7
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +3 -2
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts +3 -2
- 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 +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +3 -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 +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useShellNavigation.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -30
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +20 -15
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +10 -9
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +62 -57
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +36 -31
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +7 -6
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +4 -4
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +12 -11
- package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +20 -15
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +31 -26
- package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +9 -8
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts +11 -6
- package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts +3 -2
- package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +8 -7
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +6 -5
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +11 -10
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts +2 -1
- package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +15 -10
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +17 -12
- package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +15 -10
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +11 -6
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts +5 -4
- package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +2 -6
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts +5 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +12 -9
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +2 -6
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +1 -1
- package/dist/ui/types/global-components.d.ts +10 -0
- package/dist/ui/types/global-components.d.ts.map +1 -0
- package/dist/ui/types/index.d.ts +0 -8
- package/dist/ui/types/index.d.ts.map +1 -1
- package/dist/{vendor-boolbase-D2i1C8XR.js → vendor-boolbase-DYkUBG-P.js} +1 -1
- package/dist/{vendor-cheerio-DrsWhxJH.js → vendor-cheerio-DE71XQ9x.js} +1 -1
- package/dist/{vendor-cheerio-select-jw4C2SiT.js → vendor-cheerio-select-D-qK1Cpo.js} +2 -2
- package/dist/{vendor-css-select-BwGMmTuc.js → vendor-css-select-DqoO1-RK.js} +2 -2
- package/dist/{vendor-dompurify-M2Bspgo5.js → vendor-dompurify-BIuh5IAZ.js} +2 -2
- package/dist/{vendor-iso-639-1-rPqx9HMT.js → vendor-iso-639-1-BEjYyfKo.js} +7 -9
- package/dist/vendor-lodash-es-CWnYz7RK.js +1497 -0
- package/dist/{vendor-markdown-it-task-lists-CHCnS7dl.js → vendor-markdown-it-task-lists-CHKeJZfk.js} +1 -1
- package/dist/{vendor-nth-check-CGMdQf59.js → vendor-nth-check-D0N1qpsw.js} +1 -1
- package/dist/{vendor-prettier-CoRReRqw.js → vendor-prettier-DeqUTTnE.js} +1 -1
- package/dist/{vendor-striptags-BrHtQQiF.js → vendor-striptags-DtlgQudQ.js} +1 -1
- package/dist/{vendor-tiptap-markdown-DLzeP3KU.js → vendor-tiptap-markdown-BTXJw7Bt.js} +1 -1
- package/dist/{vendor-truncate-html-r2r8GKvW.js → vendor-truncate-html-ChA1T5zy.js} +1 -1
- package/dist/{vendor-unovis-ts-Bue71Kwt.js → vendor-unovis-ts-stSsHr9j.js} +1 -1
- package/dist/{vendor-unovis-vue-C_K1g5KH.js → vendor-unovis-vue-CZWGT3-0.js} +1 -1
- package/dist/{vendor-vue-i18n-DeO9Fa9I.js → vendor-vue-i18n-DfoSKa-v.js} +265 -283
- package/dist/{vendor-vue3-application-insights-BmJCYUcp.js → vendor-vue3-application-insights-BLGgC5YQ.js} +25 -25
- package/dist/vendor-vueuse-components-BQDr5uOZ.js +219 -0
- package/dist/vendor-vueuse-core-BFg8Ys-l.js +530 -0
- package/dist/vendor-vueuse-shared-ZhCFpkF2.js +149 -0
- package/package.json +9 -10
- package/LICENSE +0 -12
- package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
- package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
- package/dist/shared/components/app-switcher/index.d.ts +0 -14
- package/dist/shared/components/app-switcher/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
- package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
- package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
- package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/index.d.ts +0 -39
- package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/keys.d.ts +0 -3
- package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
- package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
- package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
- package/dist/shared/pages/ChangePasswordPage/plugin.d.ts +0 -6
- package/dist/shared/pages/ChangePasswordPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts +0 -6
- package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/InvitePage/plugin.d.ts +0 -6
- package/dist/shared/pages/InvitePage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/LoginPage/plugin.d.ts +0 -6
- package/dist/shared/pages/LoginPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +0 -6
- package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +0 -1
- package/dist/shared/pages/plugin.d.ts +0 -6
- package/dist/shared/pages/plugin.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
- package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
- package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
- package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
- package/dist/vendor-core-js-Do_NZFHx.js +0 -880
- package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
- package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
- package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
- package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
- package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
- package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
- package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
- package/dist/vendor-semver-Dar8oU3V.js +0 -1023
- package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
- package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
- package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
- package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
|
@@ -1,1137 +0,0 @@
|
|
|
1
|
-
import { VcButton } from "../../../../ui/components/atoms/vc-button";
|
|
2
|
-
import { VcCard } from "../../../../ui/components/atoms/vc-card";
|
|
3
|
-
import { VcField } from "../../../../ui/components/molecules/vc-field";
|
|
4
|
-
import { VcGallery } from "../../../../ui/components/organisms/vc-gallery";
|
|
5
|
-
import { VcIcon } from "../../../../ui/components/atoms/vc-icon";
|
|
6
|
-
import { VcImage } from "../../../../ui/components/atoms/vc-image";
|
|
7
|
-
import { VcMultivalue } from "../../../../ui/components/molecules/vc-multivalue";
|
|
8
|
-
import { VcRating } from "../../../../ui/components/molecules/vc-rating";
|
|
9
|
-
import { VcStatus } from "../../../../ui/components/atoms/vc-status";
|
|
10
|
-
import { VcPagination } from "../../../../ui/components/molecules/vc-pagination";
|
|
11
|
-
import { VcInputCurrency } from "../../../../ui/components/molecules/vc-input-currency";
|
|
12
|
-
import type { IActionBuilderResult, ITableColumns, IValidationRules, MenuItemConfig } from "../../../../core/types";
|
|
13
|
-
import type { ComponentProps } from "../../../utilities/vueUtils";
|
|
14
|
-
export type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
15
|
-
export type Composable<T> = T[keyof T];
|
|
16
|
-
export type DynamicSchema = DynamicGridSchema | DynamicDetailsSchema;
|
|
17
|
-
type RequiredBy<T, K extends keyof T> = Omit<T, K> & Required<Pick<T, K>>;
|
|
18
|
-
export interface DynamicGridSchema {
|
|
19
|
-
/**
|
|
20
|
-
* @description Blade settings
|
|
21
|
-
*/
|
|
22
|
-
settings: SettingsGrid;
|
|
23
|
-
content: [ListContentSchema];
|
|
24
|
-
}
|
|
25
|
-
export interface DynamicDetailsSchema {
|
|
26
|
-
/**
|
|
27
|
-
* @description Blade settings
|
|
28
|
-
*/
|
|
29
|
-
settings: SettingsDetails;
|
|
30
|
-
/**
|
|
31
|
-
* @description Blade content
|
|
32
|
-
*/
|
|
33
|
-
content: [FormContentSchema, WidgetsSchema?];
|
|
34
|
-
}
|
|
35
|
-
export type SettingsSchema = SettingsGrid | SettingsDetails;
|
|
36
|
-
export interface SettingsGrid extends SettingsBase {
|
|
37
|
-
component: "DynamicBladeList";
|
|
38
|
-
/**
|
|
39
|
-
* Blade default header title
|
|
40
|
-
*/
|
|
41
|
-
titleTemplate: string;
|
|
42
|
-
}
|
|
43
|
-
export interface SettingsDetails extends SettingsBase {
|
|
44
|
-
component: "DynamicBladeForm";
|
|
45
|
-
status?: {
|
|
46
|
-
component: string;
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
export type IViewComponentName = "DynamicBladeForm" | "DynamicBladeList";
|
|
50
|
-
export type ToolbarSchema = {
|
|
51
|
-
id: string;
|
|
52
|
-
title?: string;
|
|
53
|
-
icon?: string;
|
|
54
|
-
method: string;
|
|
55
|
-
/**
|
|
56
|
-
* Permissions for the toolbar button. If the user does not have the required permissions, the toolbar button will not be displayed.
|
|
57
|
-
* @type {string | string[]}
|
|
58
|
-
*/
|
|
59
|
-
permissions?: string | string[];
|
|
60
|
-
};
|
|
61
|
-
export interface SettingsBase {
|
|
62
|
-
/**
|
|
63
|
-
* Blade url
|
|
64
|
-
*/
|
|
65
|
-
url?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Determines whether you can navigate to the blade directly
|
|
68
|
-
* without parameters or options.
|
|
69
|
-
*
|
|
70
|
-
* @example Blade is not workspace and use context (passed `options` or `params` in openBlade method) to load data - then set `routable` to `false`
|
|
71
|
-
*
|
|
72
|
-
* @default true
|
|
73
|
-
*/
|
|
74
|
-
routable?: boolean;
|
|
75
|
-
/**
|
|
76
|
-
* Locale key for VueI18n locale files
|
|
77
|
-
*/
|
|
78
|
-
localizationPrefix: string;
|
|
79
|
-
/**
|
|
80
|
-
* Required component id
|
|
81
|
-
*/
|
|
82
|
-
id: string;
|
|
83
|
-
/**
|
|
84
|
-
* Composable to use at {@link SettingsBase.model } blade component view
|
|
85
|
-
*/
|
|
86
|
-
composable: string;
|
|
87
|
-
/**
|
|
88
|
-
* Toolbar items array
|
|
89
|
-
*
|
|
90
|
-
* Defaults:
|
|
91
|
-
*
|
|
92
|
-
* [`saveChanges`, `remove`] methods in `DynamicBladeForm`
|
|
93
|
-
*
|
|
94
|
-
* [`openAddBlade`, `refresh`, `removeItems`, `save`] methods in `DynamicBladeList`
|
|
95
|
-
*
|
|
96
|
-
* If not set - toolbar data will try to consume from composable, if not found - toolbar will not be added
|
|
97
|
-
*/
|
|
98
|
-
toolbar?: ToolbarSchema[];
|
|
99
|
-
/**
|
|
100
|
-
* Blade component
|
|
101
|
-
*/
|
|
102
|
-
component: IViewComponentName;
|
|
103
|
-
/**
|
|
104
|
-
* Blade permissions
|
|
105
|
-
*/
|
|
106
|
-
permissions?: string | string[];
|
|
107
|
-
/**
|
|
108
|
-
* The push notification types associated with the view.
|
|
109
|
-
*/
|
|
110
|
-
pushNotificationType?: string | string[];
|
|
111
|
-
/**
|
|
112
|
-
* Indicates whether the view is a workspace.
|
|
113
|
-
* This option is used to determine which view should be the default view.
|
|
114
|
-
*/
|
|
115
|
-
isWorkspace?: boolean;
|
|
116
|
-
/**
|
|
117
|
-
* Blade menu item
|
|
118
|
-
* @description If not set - blade will not be added to the menu
|
|
119
|
-
*
|
|
120
|
-
* @example
|
|
121
|
-
* {
|
|
122
|
-
* title: "Products",
|
|
123
|
-
* icon: "lucide-package-open",
|
|
124
|
-
* group: "Products",
|
|
125
|
-
* }
|
|
126
|
-
* @type {{title: string, icon: string, path: string/string}}
|
|
127
|
-
* @default undefined
|
|
128
|
-
*/
|
|
129
|
-
menuItem?: MenuItemConfig;
|
|
130
|
-
/**
|
|
131
|
-
* Collapsed blade width in percentage
|
|
132
|
-
* @default "50%"
|
|
133
|
-
*/
|
|
134
|
-
width?: `${number}%`;
|
|
135
|
-
}
|
|
136
|
-
export interface ListContentSchema {
|
|
137
|
-
id: string;
|
|
138
|
-
component: "vc-table";
|
|
139
|
-
filter?: FilterSchema;
|
|
140
|
-
multiselect?: boolean;
|
|
141
|
-
noHeaderCheckbox?: boolean;
|
|
142
|
-
header?: boolean;
|
|
143
|
-
footer?: boolean;
|
|
144
|
-
columns?: ((ITableColumns | {
|
|
145
|
-
visible?: boolean | {
|
|
146
|
-
method: string;
|
|
147
|
-
};
|
|
148
|
-
mobilePosition?: "status" | "image" | "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
149
|
-
mobileVisible?: boolean;
|
|
150
|
-
}) & {
|
|
151
|
-
id: string;
|
|
152
|
-
title: string;
|
|
153
|
-
sortable?: boolean;
|
|
154
|
-
alwaysVisible?: boolean;
|
|
155
|
-
type?: ITableColumns["type"];
|
|
156
|
-
customTemplate?: GridTemplateOverride;
|
|
157
|
-
/** Additional method that is called when the focus is lost from the cell when editing.
|
|
158
|
-
* @description Method should be defined in the blade `scope`.
|
|
159
|
-
* @argument ({ row: number, field: string })
|
|
160
|
-
* @type {{ method: string }}
|
|
161
|
-
*/
|
|
162
|
-
onCellBlur?: {
|
|
163
|
-
method: string;
|
|
164
|
-
};
|
|
165
|
-
})[];
|
|
166
|
-
reorderableRows?: boolean;
|
|
167
|
-
paginationVariant?: ComponentProps<typeof VcPagination>["variant"];
|
|
168
|
-
selectAll?: boolean;
|
|
169
|
-
actions?: (Partial<TableSchema> & Required<Pick<ToolbarSchema, "title" | "icon">> & {
|
|
170
|
-
type: IActionBuilderResult["type"];
|
|
171
|
-
disabled?: {
|
|
172
|
-
method: string;
|
|
173
|
-
};
|
|
174
|
-
method: string;
|
|
175
|
-
})[];
|
|
176
|
-
mobileTemplate?: {
|
|
177
|
-
component: string;
|
|
178
|
-
};
|
|
179
|
-
notFoundTemplate?: {
|
|
180
|
-
component: string;
|
|
181
|
-
};
|
|
182
|
-
emptyTemplate?: {
|
|
183
|
-
component: string;
|
|
184
|
-
};
|
|
185
|
-
footerTemplate?: {
|
|
186
|
-
component: string;
|
|
187
|
-
};
|
|
188
|
-
headerTemplate?: {
|
|
189
|
-
component: string;
|
|
190
|
-
};
|
|
191
|
-
}
|
|
192
|
-
export interface FormContentSchema {
|
|
193
|
-
id: string;
|
|
194
|
-
component: "vc-form";
|
|
195
|
-
children: ControlSchema[];
|
|
196
|
-
}
|
|
197
|
-
export interface GridTemplateOverride {
|
|
198
|
-
component?: string;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* Base component schema interface.
|
|
202
|
-
*/
|
|
203
|
-
export interface SchemaBase {
|
|
204
|
-
/** Unique identifier for component.
|
|
205
|
-
* @type {string}
|
|
206
|
-
*/
|
|
207
|
-
id: string;
|
|
208
|
-
/** Control label.
|
|
209
|
-
* To show label based on some bound property - use interpolation {} syntax.
|
|
210
|
-
* @example {someProperty}
|
|
211
|
-
* @type {string}
|
|
212
|
-
*/
|
|
213
|
-
label?: string;
|
|
214
|
-
/** Property name to populate the component with data.
|
|
215
|
-
* Data can be defined in either the `item` or the `scope`.
|
|
216
|
-
* Dot notation can also be used for nested properties, e.g. `address.city` or `addresses[1].city`.
|
|
217
|
-
* You can also use a `function` or `writable computed` to set the property in the `scope`, which receives the modified data as an argument.
|
|
218
|
-
* @type {string}
|
|
219
|
-
*/
|
|
220
|
-
property: string;
|
|
221
|
-
/** Vee-validate and custom validation rules for the schema.
|
|
222
|
-
*
|
|
223
|
-
* Available rules - {@link IValidationRules}
|
|
224
|
-
* @type {IValidationRules}
|
|
225
|
-
*/
|
|
226
|
-
rules?: IValidationRules;
|
|
227
|
-
/** Placeholder text for the component.
|
|
228
|
-
* @type {string}
|
|
229
|
-
*/
|
|
230
|
-
placeholder?: string;
|
|
231
|
-
/** Disabled state for component.
|
|
232
|
-
* @description Method should be defined in the blade `scope`.
|
|
233
|
-
* Method should return boolean value.
|
|
234
|
-
* @type {{ method: string }}
|
|
235
|
-
*/
|
|
236
|
-
disabled?: {
|
|
237
|
-
method: string;
|
|
238
|
-
};
|
|
239
|
-
/** Tooltip text for the component.
|
|
240
|
-
* @type {string}
|
|
241
|
-
*/
|
|
242
|
-
tooltip?: string;
|
|
243
|
-
/** Visibility options for component.
|
|
244
|
-
* @description Method should be defined in the blade `scope`.
|
|
245
|
-
* Method should return boolean value.
|
|
246
|
-
* @type {{ method: string }}
|
|
247
|
-
*/
|
|
248
|
-
visibility?: {
|
|
249
|
-
method: string;
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* Method that is called when component emits `blur` event.
|
|
253
|
-
* @description Method should be defined in the blade `scope`.
|
|
254
|
-
* @type {{ method: string }}
|
|
255
|
-
*/
|
|
256
|
-
onBlur?: {
|
|
257
|
-
method: string;
|
|
258
|
-
};
|
|
259
|
-
/** Flag to indicate if the component supports multilanguage.
|
|
260
|
-
* @type {boolean}
|
|
261
|
-
*/
|
|
262
|
-
multilanguage?: boolean;
|
|
263
|
-
/** Additional method that is called when the modelValue of the component changes
|
|
264
|
-
* @description Method should be defined in the blade `scope`.
|
|
265
|
-
* @type {{ method: string }}
|
|
266
|
-
*/
|
|
267
|
-
update?: {
|
|
268
|
-
method: string;
|
|
269
|
-
};
|
|
270
|
-
/**
|
|
271
|
-
* Adds horizontal separator after component.
|
|
272
|
-
*/
|
|
273
|
-
horizontalSeparator?: boolean;
|
|
274
|
-
/**
|
|
275
|
-
* Permissions for the component. If the user does not have the required permissions, the component will not be displayed.
|
|
276
|
-
* @type {string | string[]}
|
|
277
|
-
*/
|
|
278
|
-
permissions?: string | string[];
|
|
279
|
-
}
|
|
280
|
-
/**
|
|
281
|
-
* Select schema interface.
|
|
282
|
-
* @interface
|
|
283
|
-
*/
|
|
284
|
-
export interface SelectSchema extends SchemaBase {
|
|
285
|
-
/**
|
|
286
|
-
* Component type for select.
|
|
287
|
-
* @type {"vc-select"}
|
|
288
|
-
*/
|
|
289
|
-
component: "vc-select";
|
|
290
|
-
/**
|
|
291
|
-
* Property which holds the `value`
|
|
292
|
-
* @default id
|
|
293
|
-
* @type {string}
|
|
294
|
-
*/
|
|
295
|
-
optionValue: string;
|
|
296
|
-
/**
|
|
297
|
-
* Property which holds the `label`
|
|
298
|
-
* @default title
|
|
299
|
-
* @type {string}
|
|
300
|
-
*/
|
|
301
|
-
optionLabel: string;
|
|
302
|
-
/** Method that is used to get select options.
|
|
303
|
-
* @description Method should be defined in the blade \`scope\` and could be:
|
|
304
|
-
* 1) async method with the following arguments: (\`keyword: string\`, \`skip\`, \`ids?: string[]\`).
|
|
305
|
-
* 2) any array
|
|
306
|
-
* 3) composable returning array
|
|
307
|
-
* @type {string}
|
|
308
|
-
*/
|
|
309
|
-
optionsMethod: string;
|
|
310
|
-
/**
|
|
311
|
-
* Name of custom template to display data in select.
|
|
312
|
-
* Component should be registered globally.
|
|
313
|
-
* @type {{component: string}}
|
|
314
|
-
*/
|
|
315
|
-
customTemplate?: {
|
|
316
|
-
component: string;
|
|
317
|
-
};
|
|
318
|
-
/**
|
|
319
|
-
* Whether the select is clearable or not.
|
|
320
|
-
* @type {boolean}
|
|
321
|
-
*/
|
|
322
|
-
clearable?: boolean;
|
|
323
|
-
/**
|
|
324
|
-
* Update model with the value of the selected option instead of the whole option
|
|
325
|
-
* @default true
|
|
326
|
-
* @example true
|
|
327
|
-
* only value will be emitted
|
|
328
|
-
* @example false
|
|
329
|
-
* whole option will be emitted
|
|
330
|
-
* {
|
|
331
|
-
* value: "someValue",
|
|
332
|
-
* label: "someLabel"
|
|
333
|
-
* }
|
|
334
|
-
*/
|
|
335
|
-
emitValue?: boolean;
|
|
336
|
-
/**
|
|
337
|
-
* @type {boolean}
|
|
338
|
-
* @default true
|
|
339
|
-
*/
|
|
340
|
-
mapOptions?: boolean;
|
|
341
|
-
/**
|
|
342
|
-
* Whether the select is searchable or not.
|
|
343
|
-
* @type {boolean}
|
|
344
|
-
*/
|
|
345
|
-
searchable?: boolean;
|
|
346
|
-
/**
|
|
347
|
-
* Select multiple values.
|
|
348
|
-
* @type {boolean}
|
|
349
|
-
*/
|
|
350
|
-
multiple?: boolean;
|
|
351
|
-
/**
|
|
352
|
-
* Text below control.
|
|
353
|
-
*/
|
|
354
|
-
hint?: string;
|
|
355
|
-
}
|
|
356
|
-
export interface MultivalueSchema extends SchemaBase {
|
|
357
|
-
/**
|
|
358
|
-
* Component type for multivalue.
|
|
359
|
-
* @type {"vc-multivalue"}
|
|
360
|
-
*/
|
|
361
|
-
component: "vc-multivalue";
|
|
362
|
-
/**
|
|
363
|
-
* Property which holds the `value`
|
|
364
|
-
* @default id
|
|
365
|
-
* @type {string}
|
|
366
|
-
*/
|
|
367
|
-
optionValue: string;
|
|
368
|
-
/**
|
|
369
|
-
* Property which holds the `label`
|
|
370
|
-
* @default title
|
|
371
|
-
* @type {string}
|
|
372
|
-
*/
|
|
373
|
-
optionLabel: string;
|
|
374
|
-
/**
|
|
375
|
-
* Array with multivalue dictionary.
|
|
376
|
-
* @description Array should be defined in the blade `scope`.
|
|
377
|
-
* @type {string}
|
|
378
|
-
*/
|
|
379
|
-
options?: string;
|
|
380
|
-
/**
|
|
381
|
-
* Whether the select is multivalue or not.
|
|
382
|
-
* @type {boolean}
|
|
383
|
-
*/
|
|
384
|
-
multivalue?: boolean;
|
|
385
|
-
/**
|
|
386
|
-
* Multivalue type
|
|
387
|
-
* @default `text`
|
|
388
|
-
*/
|
|
389
|
-
variant?: ComponentProps<typeof VcMultivalue>["type"];
|
|
390
|
-
/**
|
|
391
|
-
* Name of custom template to display dictionary data in multivalue.
|
|
392
|
-
* Component should be registered globally.
|
|
393
|
-
* @type {{component: string}}
|
|
394
|
-
*/
|
|
395
|
-
customTemplate?: {
|
|
396
|
-
component: string;
|
|
397
|
-
};
|
|
398
|
-
/**
|
|
399
|
-
* Text below control.
|
|
400
|
-
*/
|
|
401
|
-
hint?: string;
|
|
402
|
-
}
|
|
403
|
-
export interface TextareaSchema extends Omit<SchemaBase, "onBlur"> {
|
|
404
|
-
/**
|
|
405
|
-
* Component type for textarea.
|
|
406
|
-
* @type {"vc-textarea"}
|
|
407
|
-
*/
|
|
408
|
-
component: "vc-textarea";
|
|
409
|
-
/**
|
|
410
|
-
* Whether the textarea is clearable or not.
|
|
411
|
-
* @type {boolean}
|
|
412
|
-
*/
|
|
413
|
-
clearable?: boolean;
|
|
414
|
-
/**
|
|
415
|
-
* Maximum number of characters that can be entered.
|
|
416
|
-
* @type {number}
|
|
417
|
-
*/
|
|
418
|
-
maxlength?: number;
|
|
419
|
-
}
|
|
420
|
-
/**
|
|
421
|
-
* Input schema interface.
|
|
422
|
-
* @interface
|
|
423
|
-
*/
|
|
424
|
-
export interface InputSchema extends SchemaBase {
|
|
425
|
-
/**
|
|
426
|
-
* Component type for input.
|
|
427
|
-
* @type {"vc-input"}
|
|
428
|
-
*/
|
|
429
|
-
component: "vc-input";
|
|
430
|
-
/**
|
|
431
|
-
* Input type.
|
|
432
|
-
* @type {"number" | "text" | "password" | "email" | "tel" | "url" | "time" | "date" | "datetime-local"}
|
|
433
|
-
*/
|
|
434
|
-
variant?: "text" | "password" | "email" | "tel" | "number" | "integer" | "url" | "time" | "date" | "datetime-local";
|
|
435
|
-
/**
|
|
436
|
-
* Whether the input is clearable or not.
|
|
437
|
-
* @type {boolean}
|
|
438
|
-
*/
|
|
439
|
-
clearable?: boolean;
|
|
440
|
-
/**
|
|
441
|
-
* Schema of component to be displayed before the input.
|
|
442
|
-
* @type {ControlSchema}
|
|
443
|
-
*/
|
|
444
|
-
prepend?: ControlSchema;
|
|
445
|
-
/**
|
|
446
|
-
* Schema of component to be displayed after the input
|
|
447
|
-
* @type {ControlSchema}
|
|
448
|
-
*/
|
|
449
|
-
append?: ControlSchema;
|
|
450
|
-
/**
|
|
451
|
-
* Schema of component to be displayed inside the input after the value.
|
|
452
|
-
* @type {ControlSchema}
|
|
453
|
-
*/
|
|
454
|
-
appendInner?: ControlSchema;
|
|
455
|
-
/**
|
|
456
|
-
* Schema of component to be displayed inside the input before the value.
|
|
457
|
-
* @type {ControlSchema}
|
|
458
|
-
*/
|
|
459
|
-
prependInner?: ControlSchema;
|
|
460
|
-
/**
|
|
461
|
-
* Maximum number of characters that can be entered.
|
|
462
|
-
* @type {number}
|
|
463
|
-
*/
|
|
464
|
-
maxlength?: number;
|
|
465
|
-
/**
|
|
466
|
-
* Text below control.
|
|
467
|
-
*/
|
|
468
|
-
hint?: string;
|
|
469
|
-
/**
|
|
470
|
-
* Datepicker options.
|
|
471
|
-
*/
|
|
472
|
-
datePickerOptions?: import("@vuepic/vue-datepicker").VueDatePickerProps;
|
|
473
|
-
/**
|
|
474
|
-
* Whether the input is in loading state or not.
|
|
475
|
-
* @type {boolean}
|
|
476
|
-
*/
|
|
477
|
-
loading?: {
|
|
478
|
-
method: string;
|
|
479
|
-
};
|
|
480
|
-
}
|
|
481
|
-
/**
|
|
482
|
-
* Video schema interface.
|
|
483
|
-
* @interface
|
|
484
|
-
*/
|
|
485
|
-
export interface VideoSchema extends Pick<SchemaBase, "id" | "property" | "label" | "visibility" | "tooltip" | "permissions"> {
|
|
486
|
-
/**
|
|
487
|
-
* Component type for video.
|
|
488
|
-
* @type {"vc-video"}
|
|
489
|
-
*/
|
|
490
|
-
component: "vc-video";
|
|
491
|
-
}
|
|
492
|
-
/**
|
|
493
|
-
* Data field schema interface.
|
|
494
|
-
* @interface
|
|
495
|
-
*/
|
|
496
|
-
export interface FieldSchema extends Pick<SchemaBase, "id" | "property" | "label" | "visibility" | "tooltip" | "horizontalSeparator" | "permissions"> {
|
|
497
|
-
/**
|
|
498
|
-
* Component type for field.
|
|
499
|
-
* @type {"vc-field"}
|
|
500
|
-
*/
|
|
501
|
-
component: "vc-field";
|
|
502
|
-
/**
|
|
503
|
-
* Field variant.
|
|
504
|
-
* @type {"date-ago" | "date" | "link" | "text" | "email"}
|
|
505
|
-
*/
|
|
506
|
-
variant?: ComponentProps<typeof VcField>["type"];
|
|
507
|
-
/**
|
|
508
|
-
* Whether the field is copyable or not.
|
|
509
|
-
* @type {boolean}
|
|
510
|
-
*/
|
|
511
|
-
copyable?: boolean;
|
|
512
|
-
/**
|
|
513
|
-
* Field orientation.
|
|
514
|
-
* @type {"horizontal" | "vertical"}
|
|
515
|
-
* @default "vertical"
|
|
516
|
-
*/
|
|
517
|
-
orientation?: "horizontal" | "vertical";
|
|
518
|
-
/**
|
|
519
|
-
* Field columns aspect ratio.
|
|
520
|
-
* @description Uses CSS flex-grow property.
|
|
521
|
-
* @default [1,1]
|
|
522
|
-
* @type {[number, number]}
|
|
523
|
-
*/
|
|
524
|
-
aspectRatio?: [number, number];
|
|
525
|
-
}
|
|
526
|
-
/**
|
|
527
|
-
* Image schema interface.
|
|
528
|
-
* @interface
|
|
529
|
-
*/
|
|
530
|
-
export interface ImageSchema extends Pick<SchemaBase, "id" | "property" | "visibility" | "permissions"> {
|
|
531
|
-
/**
|
|
532
|
-
* Component type for image.
|
|
533
|
-
* @type {"vc-image"}
|
|
534
|
-
*/
|
|
535
|
-
component: "vc-image";
|
|
536
|
-
/**
|
|
537
|
-
* Image aspect ratio.
|
|
538
|
-
* @type {"1x1" | "16x9" | "4x3" | "3x2"}
|
|
539
|
-
*/
|
|
540
|
-
aspect?: ComponentProps<typeof VcImage>["aspect"];
|
|
541
|
-
/**
|
|
542
|
-
* Image size.
|
|
543
|
-
* @type {"auto" | "xs" | "s" | "m" | "l" | "xl" | "xxl"}
|
|
544
|
-
*/
|
|
545
|
-
size?: ComponentProps<typeof VcImage>["size"];
|
|
546
|
-
/**
|
|
547
|
-
* Size of the element's background image. Accepts auto, cover, contain CSS background-size value.
|
|
548
|
-
* @type {"auto" | "contain" | "cover"}
|
|
549
|
-
*/
|
|
550
|
-
background?: ComponentProps<typeof VcImage>["background"];
|
|
551
|
-
/**
|
|
552
|
-
* Whether the image is rounded or not.
|
|
553
|
-
* @type {boolean}
|
|
554
|
-
*/
|
|
555
|
-
rounded?: boolean;
|
|
556
|
-
/**
|
|
557
|
-
* Whether the image is bordered or not.
|
|
558
|
-
* @type {boolean}
|
|
559
|
-
*/
|
|
560
|
-
bordered?: boolean;
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* Status schema interface.
|
|
564
|
-
* @interface
|
|
565
|
-
*/
|
|
566
|
-
export interface StatusSchema extends Pick<SchemaBase, "id" | "visibility" | "horizontalSeparator" | "permissions"> {
|
|
567
|
-
/**
|
|
568
|
-
* Component type for status.
|
|
569
|
-
* @type {"vc-status"}
|
|
570
|
-
*/
|
|
571
|
-
component: "vc-status";
|
|
572
|
-
/**
|
|
573
|
-
* Whether the status is outlined or not.
|
|
574
|
-
* @type {boolean}
|
|
575
|
-
*/
|
|
576
|
-
outline?: boolean;
|
|
577
|
-
/**
|
|
578
|
-
* Whether the status is extendable or not.
|
|
579
|
-
* @type {boolean}
|
|
580
|
-
*/
|
|
581
|
-
extend?: boolean;
|
|
582
|
-
/**
|
|
583
|
-
* Status variant.
|
|
584
|
-
* @type {"info" | "info-dark" | "warning" | "danger" | "success" | "light-danger" | "primary"}
|
|
585
|
-
*/
|
|
586
|
-
variant?: ComponentProps<typeof VcStatus>["variant"];
|
|
587
|
-
/**
|
|
588
|
-
* Status icon.
|
|
589
|
-
* @type {string}
|
|
590
|
-
*/
|
|
591
|
-
icon?: string;
|
|
592
|
-
/**
|
|
593
|
-
* Status icon size.
|
|
594
|
-
* @type {"xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl"}
|
|
595
|
-
*/
|
|
596
|
-
iconSize?: ComponentProps<typeof VcIcon>["size"];
|
|
597
|
-
/**
|
|
598
|
-
* Status icon variant.
|
|
599
|
-
* @type {"warning" | "danger" | "success"}
|
|
600
|
-
*/
|
|
601
|
-
iconVariant?: ComponentProps<typeof VcIcon>["variant"];
|
|
602
|
-
/**
|
|
603
|
-
* Status title.
|
|
604
|
-
* @type {string}
|
|
605
|
-
*/
|
|
606
|
-
title?: string;
|
|
607
|
-
/**
|
|
608
|
-
* Used to display the content of the status. It can be a `string\` or an `object with a method property`.
|
|
609
|
-
* Method property could be a function, `computed property` or `ref`, returning a `string` value.
|
|
610
|
-
* @description Method should be defined in the blade `scope`.
|
|
611
|
-
* @type {{ method: string } | string}
|
|
612
|
-
*/
|
|
613
|
-
content: {
|
|
614
|
-
method: string;
|
|
615
|
-
} | string;
|
|
616
|
-
}
|
|
617
|
-
/**
|
|
618
|
-
* Input-currency schema interface.
|
|
619
|
-
* @interface
|
|
620
|
-
*/
|
|
621
|
-
export interface InputCurrencySchema extends Omit<SchemaBase, "multilanguage"> {
|
|
622
|
-
/**
|
|
623
|
-
* Component type for input-currency.
|
|
624
|
-
* @type {"vc-input-currency"}
|
|
625
|
-
*/
|
|
626
|
-
component: "vc-input-currency";
|
|
627
|
-
/**
|
|
628
|
-
* List of currency options to be displayed in the dropdown.
|
|
629
|
-
* @description Array should be defined in the blade `scope`.
|
|
630
|
-
*/
|
|
631
|
-
options?: string;
|
|
632
|
-
/**
|
|
633
|
-
* Name of property that holds currency value.
|
|
634
|
-
* @type {string}
|
|
635
|
-
*/
|
|
636
|
-
optionProperty: string;
|
|
637
|
-
/**
|
|
638
|
-
* Property of optionProperty which holds the `value`
|
|
639
|
-
* @default id
|
|
640
|
-
* @type {string}
|
|
641
|
-
*/
|
|
642
|
-
optionValue?: string;
|
|
643
|
-
/**
|
|
644
|
-
* Property of optionProperty which holds the `label`
|
|
645
|
-
* @default title
|
|
646
|
-
* @type {string}
|
|
647
|
-
*/
|
|
648
|
-
optionLabel?: string;
|
|
649
|
-
/**
|
|
650
|
-
* Whether the input-currency is clearable or not.
|
|
651
|
-
* @type {boolean}
|
|
652
|
-
*/
|
|
653
|
-
clearable?: boolean;
|
|
654
|
-
/**
|
|
655
|
-
* Text below control.
|
|
656
|
-
*/
|
|
657
|
-
hint?: string;
|
|
658
|
-
/**
|
|
659
|
-
* How to show the currency.
|
|
660
|
-
*/
|
|
661
|
-
currencyDisplay?: ComponentProps<typeof VcInputCurrency>["currencyDisplay"];
|
|
662
|
-
/**
|
|
663
|
-
* The number of displayed decimal digits.
|
|
664
|
-
*/
|
|
665
|
-
precision?: ComponentProps<typeof VcInputCurrency>["precision"];
|
|
666
|
-
}
|
|
667
|
-
/**
|
|
668
|
-
* Editor schema interface.
|
|
669
|
-
* @interface
|
|
670
|
-
*/
|
|
671
|
-
export interface EditorSchema extends Omit<SchemaBase, "onBlur"> {
|
|
672
|
-
/**
|
|
673
|
-
* Component type for editor.
|
|
674
|
-
* @type {"vc-editor"}
|
|
675
|
-
*/
|
|
676
|
-
component: "vc-editor";
|
|
677
|
-
/**
|
|
678
|
-
* Assets folder for the editor image uploads.
|
|
679
|
-
* @type {string}
|
|
680
|
-
*/
|
|
681
|
-
assetsFolder: string;
|
|
682
|
-
/**
|
|
683
|
-
* Maximum length of the editor content.
|
|
684
|
-
* @type {number}
|
|
685
|
-
*/
|
|
686
|
-
maxlength?: number;
|
|
687
|
-
}
|
|
688
|
-
/**
|
|
689
|
-
* Interface for dynamic properties schema.
|
|
690
|
-
* @interface
|
|
691
|
-
*/
|
|
692
|
-
export interface DynamicPropertiesSchema extends Pick<SchemaBase, "id" | "disabled" | "property" | "visibility" | "horizontalSeparator" | "permissions"> {
|
|
693
|
-
/**
|
|
694
|
-
* The component type for dynamic properties.
|
|
695
|
-
* @type {"vc-dynamic-properties"}
|
|
696
|
-
*/
|
|
697
|
-
component: "vc-dynamic-properties";
|
|
698
|
-
/**
|
|
699
|
-
* An array of property names to exclude from the dynamic properties schema.
|
|
700
|
-
* @type {string[]}
|
|
701
|
-
*/
|
|
702
|
-
exclude?: string[];
|
|
703
|
-
/**
|
|
704
|
-
* An array of property names to include in the dynamic properties schema.
|
|
705
|
-
* @type {string[]}
|
|
706
|
-
*/
|
|
707
|
-
include?: string[];
|
|
708
|
-
}
|
|
709
|
-
/**
|
|
710
|
-
* Gallery schema interface.
|
|
711
|
-
* @interface
|
|
712
|
-
*/
|
|
713
|
-
export interface GallerySchema extends Omit<SchemaBase, "placeholder" | "multilanguage" | "update" | "horizontalSeparator" | "onBlur"> {
|
|
714
|
-
/**
|
|
715
|
-
* Component type for the gallery.
|
|
716
|
-
* @type {"vc-gallery"}
|
|
717
|
-
*/
|
|
718
|
-
component: "vc-gallery";
|
|
719
|
-
/**
|
|
720
|
-
* Gallery type
|
|
721
|
-
* @type {"gallery" | "file-upload"}
|
|
722
|
-
*/
|
|
723
|
-
variant?: ComponentProps<typeof VcGallery>["variant"];
|
|
724
|
-
/**
|
|
725
|
-
* Whether the gallery has multiple files upload or not.
|
|
726
|
-
* @type {boolean}
|
|
727
|
-
*/
|
|
728
|
-
multiple?: boolean;
|
|
729
|
-
/**
|
|
730
|
-
* Gallery item button actions on hover.
|
|
731
|
-
* @type {{
|
|
732
|
-
preview: boolean;
|
|
733
|
-
edit: boolean;
|
|
734
|
-
remove: boolean;
|
|
735
|
-
}}
|
|
736
|
-
*/
|
|
737
|
-
actions?: ComponentProps<typeof VcGallery>["itemActions"];
|
|
738
|
-
/**
|
|
739
|
-
* Whether the upload is hides after upload or not.
|
|
740
|
-
* @type {boolean}
|
|
741
|
-
*/
|
|
742
|
-
hideAfterUpload?: boolean;
|
|
743
|
-
/**
|
|
744
|
-
* Custom gallery upload icon.
|
|
745
|
-
*/
|
|
746
|
-
uploadIcon?: string;
|
|
747
|
-
/**
|
|
748
|
-
* Custom text to display in the gallery file upload.
|
|
749
|
-
*/
|
|
750
|
-
customText?: {
|
|
751
|
-
dragHere: string;
|
|
752
|
-
browse: string;
|
|
753
|
-
};
|
|
754
|
-
}
|
|
755
|
-
/**
|
|
756
|
-
* Interface for a card schema.
|
|
757
|
-
* @interface
|
|
758
|
-
*/
|
|
759
|
-
export interface CardSchema extends RequiredBy<Pick<SchemaBase, "id" | "label" | "visibility" | "permissions">, "label"> {
|
|
760
|
-
/**
|
|
761
|
-
* Component type for the card.
|
|
762
|
-
* @type {"vc-card"}
|
|
763
|
-
*/
|
|
764
|
-
component: "vc-card";
|
|
765
|
-
/**
|
|
766
|
-
* Array of control schemas for the fields in the card.
|
|
767
|
-
* @type {ControlSchema[]}
|
|
768
|
-
*/
|
|
769
|
-
fields: ControlSchema[];
|
|
770
|
-
/**
|
|
771
|
-
* Button schema for the action button in the card, along with the action method to use.
|
|
772
|
-
* @type {ButtonSchema}
|
|
773
|
-
*/
|
|
774
|
-
action?: ButtonSchema;
|
|
775
|
-
/**
|
|
776
|
-
* Whether the card is collapsible or not.
|
|
777
|
-
* @type {boolean}
|
|
778
|
-
*/
|
|
779
|
-
collapsible?: boolean;
|
|
780
|
-
/**
|
|
781
|
-
* Whether the card is collapsed or not.
|
|
782
|
-
* @type {boolean}
|
|
783
|
-
*/
|
|
784
|
-
collapsed?: boolean;
|
|
785
|
-
/**
|
|
786
|
-
* Removes internal padding from the card.
|
|
787
|
-
* @type {boolean}
|
|
788
|
-
* @default false
|
|
789
|
-
*/
|
|
790
|
-
removePadding?: boolean;
|
|
791
|
-
/**
|
|
792
|
-
* Card variant.
|
|
793
|
-
* @type {default | success | danger}
|
|
794
|
-
*/
|
|
795
|
-
variant?: ComponentProps<typeof VcCard>["variant"];
|
|
796
|
-
}
|
|
797
|
-
export interface WidgetsSchema extends Pick<SchemaBase, "id" | "horizontalSeparator" | "permissions"> {
|
|
798
|
-
component: "vc-widgets";
|
|
799
|
-
children: string[] | {
|
|
800
|
-
id: string;
|
|
801
|
-
visibility?: {
|
|
802
|
-
method: string;
|
|
803
|
-
};
|
|
804
|
-
}[] | (string | {
|
|
805
|
-
id: string;
|
|
806
|
-
visibility?: {
|
|
807
|
-
method: string;
|
|
808
|
-
};
|
|
809
|
-
})[];
|
|
810
|
-
}
|
|
811
|
-
export interface CheckboxSchema extends Omit<SchemaBase, "multilanguage" | "placeholder" | "onBlur"> {
|
|
812
|
-
/**
|
|
813
|
-
* Component type for checkbox.
|
|
814
|
-
* @type {"vc-checkbox"}
|
|
815
|
-
*/
|
|
816
|
-
component: "vc-checkbox";
|
|
817
|
-
/**
|
|
818
|
-
* Checkbox text content.
|
|
819
|
-
*/
|
|
820
|
-
content: string;
|
|
821
|
-
/**
|
|
822
|
-
* Value when checkbox is checked.
|
|
823
|
-
* @type {boolean}
|
|
824
|
-
*/
|
|
825
|
-
trueValue?: boolean;
|
|
826
|
-
/**
|
|
827
|
-
* Value when checkbox is unchecked.
|
|
828
|
-
* @type {boolean}
|
|
829
|
-
*/
|
|
830
|
-
falseValue?: boolean;
|
|
831
|
-
}
|
|
832
|
-
export interface RadioButtonSchema extends Omit<SchemaBase, "multilanguage" | "placeholder" | "onBlur"> {
|
|
833
|
-
/**
|
|
834
|
-
* Component type for radio button.
|
|
835
|
-
* @type {"vc-radio-button-group"}
|
|
836
|
-
*/
|
|
837
|
-
component: "vc-radio-button-group";
|
|
838
|
-
/**
|
|
839
|
-
* Allows to select a boolean value.
|
|
840
|
-
*/
|
|
841
|
-
binary?: boolean;
|
|
842
|
-
/**
|
|
843
|
-
* List of options to be displayed as radio-buttons.
|
|
844
|
-
* @description Array of should be defined in the blade `scope`.
|
|
845
|
-
*/
|
|
846
|
-
options: string;
|
|
847
|
-
/**
|
|
848
|
-
* Name of property that holds radio button value.
|
|
849
|
-
* @type {string}
|
|
850
|
-
*/
|
|
851
|
-
optionValue?: string;
|
|
852
|
-
/**
|
|
853
|
-
* Name of property that holds radio button label.
|
|
854
|
-
* @type {string}
|
|
855
|
-
*/
|
|
856
|
-
optionLabel?: string;
|
|
857
|
-
}
|
|
858
|
-
/**
|
|
859
|
-
* Fieldset schema interface.
|
|
860
|
-
* @interface
|
|
861
|
-
*/
|
|
862
|
-
export interface FieldsetSchema extends Pick<SchemaBase, "id" | "visibility" | "horizontalSeparator" | "permissions"> {
|
|
863
|
-
/**
|
|
864
|
-
* Component type for the fieldset.
|
|
865
|
-
* @type {"vc-fieldset"}
|
|
866
|
-
*/
|
|
867
|
-
component: "vc-fieldset";
|
|
868
|
-
/** Property name to build `fieldset` from `array of objects`.
|
|
869
|
-
* Data can be defined in either the `item` or the `scope`.
|
|
870
|
-
* Dot notation can also be used for nested properties, e.g. `address.city` or `addresses[1].city`
|
|
871
|
-
* @type {string}
|
|
872
|
-
*/
|
|
873
|
-
property?: string;
|
|
874
|
-
/**
|
|
875
|
-
* Number of columns to display the fields in.
|
|
876
|
-
* @type {number}
|
|
877
|
-
*/
|
|
878
|
-
columns?: number;
|
|
879
|
-
/**
|
|
880
|
-
* Array of numbers that define the aspect ratio of each column.
|
|
881
|
-
* @example If you have two columns - set to [1, 1] to make all columns equal width.
|
|
882
|
-
* @description Uses CSS flex-grow property to set the width of each column.
|
|
883
|
-
* @type {number[]}
|
|
884
|
-
*/
|
|
885
|
-
aspectRatio?: number[];
|
|
886
|
-
/**
|
|
887
|
-
* Array of control schemas for the fields in the fieldset.
|
|
888
|
-
* @type {ControlSchema[]}
|
|
889
|
-
*/
|
|
890
|
-
fields: ControlSchema[];
|
|
891
|
-
}
|
|
892
|
-
/**
|
|
893
|
-
* Switch schema interface.
|
|
894
|
-
* @interface
|
|
895
|
-
*/
|
|
896
|
-
export interface SwitchSchema extends Omit<SchemaBase, "placeholder" | "multilanguage" | "onBlur"> {
|
|
897
|
-
/**
|
|
898
|
-
* Component type for switch.
|
|
899
|
-
* @type {"vc-switch"}
|
|
900
|
-
*/
|
|
901
|
-
component: "vc-switch";
|
|
902
|
-
/**
|
|
903
|
-
* Value when switch is on.
|
|
904
|
-
* @type {boolean}
|
|
905
|
-
*/
|
|
906
|
-
trueValue?: boolean;
|
|
907
|
-
/**
|
|
908
|
-
* Value when switch is off.
|
|
909
|
-
* @type {boolean}
|
|
910
|
-
*/
|
|
911
|
-
falseValue?: boolean;
|
|
912
|
-
}
|
|
913
|
-
export type TableSchema = Omit<ListContentSchema, "filter"> & Pick<SchemaBase, "id" | "property" | "visibility" | "permissions"> & {
|
|
914
|
-
/**
|
|
915
|
-
* Configuration for the add new row button in the table.
|
|
916
|
-
* Used when table is in editing mode.
|
|
917
|
-
*/
|
|
918
|
-
addNewRowButton?: {
|
|
919
|
-
/**
|
|
920
|
-
* The title of the button.
|
|
921
|
-
*/
|
|
922
|
-
title: string;
|
|
923
|
-
/**
|
|
924
|
-
* Determines whether the button should be shown or hidden.
|
|
925
|
-
*/
|
|
926
|
-
show: boolean;
|
|
927
|
-
/**
|
|
928
|
-
* Method to be called when the button is clicked.
|
|
929
|
-
* @description Method should be defined in the blade `scope`.
|
|
930
|
-
* @type {string}
|
|
931
|
-
*/
|
|
932
|
-
method: string;
|
|
933
|
-
};
|
|
934
|
-
/**
|
|
935
|
-
* Configuration for the pre-selected table rows.
|
|
936
|
-
* Method should be defined in the blade `scope`.
|
|
937
|
-
* @description Method should return an array of table item ids.
|
|
938
|
-
* @type {string}
|
|
939
|
-
*/
|
|
940
|
-
selectedIds?: {
|
|
941
|
-
method: string;
|
|
942
|
-
};
|
|
943
|
-
/**
|
|
944
|
-
* Configuration for the selected table row.
|
|
945
|
-
* Method should be defined in the blade `scope`.
|
|
946
|
-
* @description Method should return a table item id.
|
|
947
|
-
* @type {string}
|
|
948
|
-
*/
|
|
949
|
-
selectedItemId?: {
|
|
950
|
-
method: string;
|
|
951
|
-
};
|
|
952
|
-
/**
|
|
953
|
-
* Configuration for the table item click.
|
|
954
|
-
* Method should be defined in the blade `scope`.
|
|
955
|
-
* @description Method should return a table item id.
|
|
956
|
-
* @type {string}
|
|
957
|
-
*/
|
|
958
|
-
onItemClick?: {
|
|
959
|
-
method: string;
|
|
960
|
-
};
|
|
961
|
-
};
|
|
962
|
-
/**
|
|
963
|
-
* Button schema interface.
|
|
964
|
-
* @interface
|
|
965
|
-
*/
|
|
966
|
-
export interface ButtonSchema extends Pick<SchemaBase, "id" | "disabled" | "visibility" | "permissions"> {
|
|
967
|
-
/**
|
|
968
|
-
* Component type.
|
|
969
|
-
* @type {"vc-button"}
|
|
970
|
-
*/
|
|
971
|
-
component: "vc-button";
|
|
972
|
-
/**
|
|
973
|
-
* Button inner text.
|
|
974
|
-
* @type {string}
|
|
975
|
-
*/
|
|
976
|
-
content?: string;
|
|
977
|
-
/**
|
|
978
|
-
* Small sized button.
|
|
979
|
-
* @type {boolean}
|
|
980
|
-
*/
|
|
981
|
-
small?: boolean;
|
|
982
|
-
/**
|
|
983
|
-
* Button icon.
|
|
984
|
-
* @type {string}
|
|
985
|
-
*/
|
|
986
|
-
icon?: string;
|
|
987
|
-
/**
|
|
988
|
-
* Size of the button icon.
|
|
989
|
-
* @type {ComponentProps<typeof VcIcon>["size"]}
|
|
990
|
-
*/
|
|
991
|
-
iconSize?: ComponentProps<typeof VcIcon>["size"];
|
|
992
|
-
/**
|
|
993
|
-
* Button as text without overlay.
|
|
994
|
-
* @type {boolean}
|
|
995
|
-
*/
|
|
996
|
-
text?: boolean;
|
|
997
|
-
/**
|
|
998
|
-
* Method to be called when the button is clicked.
|
|
999
|
-
* @description Method should be defined in the blade `scope`.
|
|
1000
|
-
* @type {string}
|
|
1001
|
-
*/
|
|
1002
|
-
method: string;
|
|
1003
|
-
/**
|
|
1004
|
-
* Button variant.
|
|
1005
|
-
* @type {primary | warning | danger}
|
|
1006
|
-
*/
|
|
1007
|
-
variant?: ComponentProps<typeof VcButton>["variant"];
|
|
1008
|
-
/**
|
|
1009
|
-
* Raised button.
|
|
1010
|
-
* @type {boolean}
|
|
1011
|
-
*/
|
|
1012
|
-
raised?: boolean;
|
|
1013
|
-
/**
|
|
1014
|
-
* Outlined button.
|
|
1015
|
-
* @type {boolean}
|
|
1016
|
-
*/
|
|
1017
|
-
outline?: boolean;
|
|
1018
|
-
}
|
|
1019
|
-
/**
|
|
1020
|
-
* Custom component schema interface.
|
|
1021
|
-
* @interface
|
|
1022
|
-
*/
|
|
1023
|
-
export interface CustomComponentSchema extends Pick<SchemaBase, "id" | "visibility" | "permissions"> {
|
|
1024
|
-
/**
|
|
1025
|
-
* Component type for custom component.
|
|
1026
|
-
* @type {vc-custom}
|
|
1027
|
-
*/
|
|
1028
|
-
component: "vc-custom";
|
|
1029
|
-
/**
|
|
1030
|
-
* Component name of custom component. Component should be registered globally.
|
|
1031
|
-
*/
|
|
1032
|
-
name: string;
|
|
1033
|
-
}
|
|
1034
|
-
/**
|
|
1035
|
-
* Rating schema interface.
|
|
1036
|
-
* @interface
|
|
1037
|
-
*/
|
|
1038
|
-
export interface RatingSchema extends Pick<SchemaBase, "id" | "visibility" | "label" | "property" | "tooltip" | "horizontalSeparator" | "placeholder" | "permissions"> {
|
|
1039
|
-
/**
|
|
1040
|
-
* Component type for rating.
|
|
1041
|
-
* @type {"vc-rating"}
|
|
1042
|
-
*/
|
|
1043
|
-
component: "vc-rating";
|
|
1044
|
-
/**
|
|
1045
|
-
* Maximal rating size.
|
|
1046
|
-
* @type {number}
|
|
1047
|
-
*/
|
|
1048
|
-
max?: number;
|
|
1049
|
-
/**
|
|
1050
|
-
* Rating component display variant.
|
|
1051
|
-
* @type {"text" | "stars" | "star-and-text"}
|
|
1052
|
-
*/
|
|
1053
|
-
type?: ComponentProps<typeof VcRating>["variant"];
|
|
1054
|
-
}
|
|
1055
|
-
export type ControlSchema = SelectSchema | InputSchema | EditorSchema | DynamicPropertiesSchema | GallerySchema | CardSchema | WidgetsSchema | CheckboxSchema | FieldsetSchema | ButtonSchema | InputCurrencySchema | StatusSchema | FieldSchema | VideoSchema | ImageSchema | TextareaSchema | MultivalueSchema | SwitchSchema | TableSchema | CustomComponentSchema | RatingSchema | RadioButtonSchema;
|
|
1056
|
-
export interface FilterBase {
|
|
1057
|
-
disabled?: {
|
|
1058
|
-
method: string;
|
|
1059
|
-
};
|
|
1060
|
-
columns: {
|
|
1061
|
-
/**
|
|
1062
|
-
* @deprecated use 'label' in 'controls' instead
|
|
1063
|
-
*/
|
|
1064
|
-
title?: string;
|
|
1065
|
-
id: string;
|
|
1066
|
-
controls: (FilterCheckbox | FilterDateInput | FilterSwitch | FilterSelect | FilterRadio)[];
|
|
1067
|
-
}[];
|
|
1068
|
-
}
|
|
1069
|
-
export type FilterCheckbox = {
|
|
1070
|
-
id: string;
|
|
1071
|
-
field: string;
|
|
1072
|
-
multiple?: boolean;
|
|
1073
|
-
label?: string;
|
|
1074
|
-
tooltip?: string;
|
|
1075
|
-
data: string;
|
|
1076
|
-
optionValue: string;
|
|
1077
|
-
optionLabel: string;
|
|
1078
|
-
component: CheckboxSchema["component"];
|
|
1079
|
-
};
|
|
1080
|
-
export type FilterDateInput = {
|
|
1081
|
-
id: string;
|
|
1082
|
-
field: string;
|
|
1083
|
-
label?: string;
|
|
1084
|
-
tooltip?: string;
|
|
1085
|
-
component: InputSchema["component"];
|
|
1086
|
-
};
|
|
1087
|
-
export type FilterSwitch = {
|
|
1088
|
-
id: string;
|
|
1089
|
-
field: string;
|
|
1090
|
-
data: string;
|
|
1091
|
-
label?: string;
|
|
1092
|
-
tooltip?: string;
|
|
1093
|
-
multiple?: boolean;
|
|
1094
|
-
optionValue: string;
|
|
1095
|
-
optionLabel: string;
|
|
1096
|
-
component: SwitchSchema["component"];
|
|
1097
|
-
};
|
|
1098
|
-
export type FilterSelect = {
|
|
1099
|
-
id: string;
|
|
1100
|
-
field: string;
|
|
1101
|
-
label?: string;
|
|
1102
|
-
tooltip?: string;
|
|
1103
|
-
data: string;
|
|
1104
|
-
multiple?: boolean;
|
|
1105
|
-
component: SelectSchema["component"];
|
|
1106
|
-
optionValue: string;
|
|
1107
|
-
optionLabel: string;
|
|
1108
|
-
};
|
|
1109
|
-
export type FilterRadio = {
|
|
1110
|
-
id: string;
|
|
1111
|
-
field: string;
|
|
1112
|
-
label?: string;
|
|
1113
|
-
tooltip?: string;
|
|
1114
|
-
data: string;
|
|
1115
|
-
optionValue: string;
|
|
1116
|
-
optionLabel: string;
|
|
1117
|
-
component: RadioButtonSchema["component"];
|
|
1118
|
-
};
|
|
1119
|
-
export type FilterSchema = FilterBase;
|
|
1120
|
-
export interface OverridesSchema {
|
|
1121
|
-
upsert?: (OverridesUpsert | OverridesReplace)[];
|
|
1122
|
-
remove?: OverridesRemove[];
|
|
1123
|
-
}
|
|
1124
|
-
export interface OverridesUpsert extends OverridesReplace {
|
|
1125
|
-
index: number;
|
|
1126
|
-
}
|
|
1127
|
-
export interface OverridesReplace {
|
|
1128
|
-
path: string;
|
|
1129
|
-
value: ControlSchema | ToolbarSchema | SettingsSchema["menuItem"] | string | boolean;
|
|
1130
|
-
id: string;
|
|
1131
|
-
}
|
|
1132
|
-
export interface OverridesRemove {
|
|
1133
|
-
path: string;
|
|
1134
|
-
id: string;
|
|
1135
|
-
}
|
|
1136
|
-
export {};
|
|
1137
|
-
//# sourceMappingURL=index.d.ts.map
|