@vc-shell/framework 2.0.0-alpha.7 → 2.0.0-alpha.9
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 +20 -0
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- 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 +0 -2
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/framework.js +9603 -10225
- package/dist/index.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/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/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 -1
- 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 +3 -2
- package/dist/shared/components/notification-template/notification-template.vue.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/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/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-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/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/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 +2 -1
- 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 +2 -1
- 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/vc-checkbox.vue.d.ts +13 -8
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +13 -8
- 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 +2 -1
- 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 +2 -1
- 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 +8 -7
- 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 +3 -2
- 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/vc-radio-button.vue.d.ts +13 -8
- 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/vc-radio-group.vue.d.ts +13 -8
- 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 +3 -2
- 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 +22 -17
- 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 +2 -1
- 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/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 +2 -1
- 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 +2 -1
- 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 -2
- 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 +2 -1
- 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 +8 -7
- 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 +2 -1
- 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 +3 -2
- 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 +3 -2
- 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 +55 -50
- 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/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 +7 -6
- 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 +2 -1
- 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 +6 -5
- 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 +4 -3
- 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 +14 -9
- 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/vendor-lodash-es-BBiobZqS.js +1502 -0
- package/dist/{vendor-vue-i18n-DeO9Fa9I.js → vendor-vue-i18n-DfoSKa-v.js} +265 -283
- package/dist/vendor-vueuse-components-C3DWJalC.js +219 -0
- package/dist/vendor-vueuse-core-NnO9wNjs.js +530 -0
- package/dist/vendor-vueuse-shared-Byno6iDO.js +149 -0
- package/package.json +7 -7
- 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/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-lodash-es-Bz6MMQuN.js +0 -4818
- 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-2jDVoLeo.js +0 -542
- package/dist/vendor-vueuse-core-CLhzVQ31.js +0 -5133
- package/dist/vendor-vueuse-shared-DMVXjSeM.js +0 -1169
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-blade.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade.vue"],"names":[],"mappings":"AAmUA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAa5C,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,aAAa,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iEAAiE;IACjE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACxB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;CAC3B;AA4BD,KAAK,WAAW,GAAG;IACjB,OAAO,IAAI,IAAI,CAAC;IAChB,OAAO,IAAI,IAAI,CAAC;IAChB;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,OAAO,IAAI,IAAI,CAAC;CACjB,CAAC;AAwTF,QAAA,MAAM,UAAU;;;;;;;;;WAhYN,MAAM,GAAG,MAAM;kBAGR,aAAa,EAAE;cADnB,OAAO;cAEP,OAAO;6EAgYlB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: <T extends {
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
id?: string;
|
|
4
|
-
}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>,
|
|
5
|
-
props:
|
|
6
|
-
readonly "onUpdate:model-value"?: ((data: {
|
|
7
|
-
readonly value: any;
|
|
8
|
-
readonly dictionary?: any[];
|
|
9
|
-
readonly locale?: string;
|
|
10
|
-
readonly unitOfMeasureId?: string;
|
|
11
|
-
readonly colorCode?: string;
|
|
12
|
-
}) => any) | undefined;
|
|
13
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value"> & {
|
|
4
|
+
}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
|
+
props: import("vue").PublicProps & __VLS_PrettifyLocal<{
|
|
14
6
|
property: T;
|
|
15
7
|
modelValue: any;
|
|
16
8
|
optionsGetter: (propertyId: string, keyword?: string, locale?: string) => Promise<any[] | undefined> | any[] | undefined;
|
|
@@ -35,8 +27,18 @@ declare const _default: <T extends {
|
|
|
35
27
|
};
|
|
36
28
|
disabled?: boolean;
|
|
37
29
|
placeholder?: string;
|
|
38
|
-
} &
|
|
39
|
-
|
|
30
|
+
} & {
|
|
31
|
+
"onUpdate:model-value"?: ((data: {
|
|
32
|
+
readonly value: any;
|
|
33
|
+
readonly dictionary?: any[];
|
|
34
|
+
readonly locale?: string;
|
|
35
|
+
readonly unitOfMeasureId?: string;
|
|
36
|
+
readonly colorCode?: string;
|
|
37
|
+
}) => any) | undefined;
|
|
38
|
+
}> & (typeof globalThis extends {
|
|
39
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
40
|
+
} ? P : {});
|
|
41
|
+
expose: (exposed: {}) => void;
|
|
40
42
|
attrs: any;
|
|
41
43
|
slots: {};
|
|
42
44
|
emit: (evt: "update:model-value", data: {
|
|
@@ -49,8 +51,11 @@ declare const _default: <T extends {
|
|
|
49
51
|
}>) => import("vue").VNode & {
|
|
50
52
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
51
53
|
};
|
|
54
|
+
declare const _default: typeof __VLS_export;
|
|
52
55
|
export default _default;
|
|
53
|
-
type __VLS_PrettifyLocal<T> = {
|
|
56
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
54
57
|
[K in keyof T]: T[K];
|
|
55
|
-
}
|
|
58
|
+
} : {
|
|
59
|
+
[K in keyof T as K]: T[K];
|
|
60
|
+
}) & {};
|
|
56
61
|
//# sourceMappingURL=vc-dynamic-property.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue"],"names":[],"mappings":"AAunBA,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,EACjE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WAwhCO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;kBA/gC1C,CAAC;oBACC,GAAG;uBACA,CACb,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,MAAM,KACZ,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,GAAG,SAAS;6BAC9B,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,GAAG,SAAS;kBACjG,OAAO;qBACJ,OAAO;wBACJ,OAAO;0BACL,MAAM;mBACb,MAAM;qBACJ,OAAO;cACd,MAAM;uBACG,MAAM;uBACN,MAAM;uBACN;YACb,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB,EAAE;gBACK;YACN,GAAG,CAAC,EAAE,MAAM,CAAC;YACb,GAAG,CAAC,EAAE,MAAM,CAAC;YACb,KAAK,CAAC,EAAE,MAAM,CAAC;SAChB;mBACU,OAAO;sBACJ,MAAM;;;4BAcF,GAAG;kCACG,GAAG,EAAE;8BACT,MAAM;uCACG,MAAM;iCACZ,MAAM;;KAk+B0D,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;WACH,EAAE;;wBAz+BY,GAAG;8BACG,GAAG,EAAE;0BACT,MAAM;mCACG,MAAM;6BACZ,MAAM;;EAw+B7B,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;wBACvD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
|
package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface Props {
|
|
|
10
10
|
disableDrag?: boolean;
|
|
11
11
|
imageFit?: "contain" | "cover";
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
14
14
|
remove: (image: ICommonAsset) => any;
|
|
15
15
|
preview: (image: ICommonAsset) => any;
|
|
16
16
|
edit: (image: ICommonAsset) => any;
|
|
@@ -24,5 +24,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
24
24
|
disableDrag: boolean;
|
|
25
25
|
imageFit: "contain" | "cover";
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
27
28
|
export default _default;
|
|
28
29
|
//# sourceMappingURL=vc-gallery-item.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-gallery-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue"],"names":[],"mappings":"AAyPA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,YAAY,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE;QACR,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;CAChC;AAgND,QAAA,MAAM,YAAY;;;;;;;;;WAzNT,YAAY;cACR,OAAO;iBAMJ,OAAO;cACV,SAAS,GAAG,OAAO;6EAqN9B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -6,7 +6,7 @@ export interface Props {
|
|
|
6
6
|
export interface Emits {
|
|
7
7
|
(event: "close"): void;
|
|
8
8
|
}
|
|
9
|
-
declare const
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
10
|
close: () => any;
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
12
12
|
onClose?: (() => any) | undefined;
|
|
@@ -14,5 +14,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
14
14
|
index: number;
|
|
15
15
|
images: ICommonAsset[];
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
17
18
|
export default _default;
|
|
18
19
|
//# sourceMappingURL=vc-gallery-preview.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-preview.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-gallery-preview.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue"],"names":[],"mappings":"AAqWA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAySD,QAAA,MAAM,YAAY;;;;;WA9ST,MAAM;YADJ,YAAY,EAAE;6EAmTvB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -32,7 +32,7 @@ export interface Emits {
|
|
|
32
32
|
(event: "edit", image: ICommonAsset): void;
|
|
33
33
|
(event: "remove", image: ICommonAsset): void;
|
|
34
34
|
}
|
|
35
|
-
declare var
|
|
35
|
+
declare var __VLS_16: {
|
|
36
36
|
image: {
|
|
37
37
|
[x: string]: any;
|
|
38
38
|
sortOrder?: number | undefined;
|
|
@@ -55,7 +55,7 @@ declare var __VLS_13: {
|
|
|
55
55
|
edit: () => void;
|
|
56
56
|
remove: () => void;
|
|
57
57
|
};
|
|
58
|
-
},
|
|
58
|
+
}, __VLS_41: {}, __VLS_49: {
|
|
59
59
|
images: {
|
|
60
60
|
[x: string]: any;
|
|
61
61
|
sortOrder?: number | undefined;
|
|
@@ -74,13 +74,13 @@ declare var __VLS_13: {
|
|
|
74
74
|
}[];
|
|
75
75
|
};
|
|
76
76
|
type __VLS_Slots = {} & {
|
|
77
|
-
item?: (props: typeof
|
|
77
|
+
item?: (props: typeof __VLS_16) => any;
|
|
78
78
|
} & {
|
|
79
|
-
empty?: (props: typeof
|
|
79
|
+
empty?: (props: typeof __VLS_41) => any;
|
|
80
80
|
} & {
|
|
81
|
-
footer?: (props: typeof
|
|
81
|
+
footer?: (props: typeof __VLS_49) => any;
|
|
82
82
|
};
|
|
83
|
-
declare const
|
|
83
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
84
84
|
sort: (sorted: ICommonAsset[]) => any;
|
|
85
85
|
remove: (image: ICommonAsset) => any;
|
|
86
86
|
upload: (files: FileList, startingSortOrder?: number | undefined) => any;
|
|
@@ -104,7 +104,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
104
104
|
imagefit: "contain" | "cover";
|
|
105
105
|
uploadIcon: string;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
107
|
-
declare const
|
|
107
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
108
|
+
declare const _default: typeof __VLS_export;
|
|
108
109
|
export default _default;
|
|
109
110
|
type __VLS_WithSlots<T, S> = T & {
|
|
110
111
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-gallery.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery.vue"],"names":[],"mappings":"AA4aA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAWlE,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IACtE,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAE/B,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC9C,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAAC;IAC3C,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAAC;CAC9C;AAkcD,QAAA,IAAI,QAAQ;;;;;;;;;;;;;;;;;;;;;;;CAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ;;;;;;;;;;;;;;;;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAM/C,QAAA,MAAM,UAAU;;;;;;;;;;;UA9dP,IAAI,GAAG,IAAI,GAAG,IAAI;UAHlB,MAAM;aAOH,SAAS,GAAG,aAAa;SAH7B,MAAM;YAVH,YAAY,EAAE;iBAIT;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE;cAO1D,SAAS,GAAG,OAAO;gBAKjB,MAAM;6EA2dnB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -18,7 +18,7 @@ export interface Emits {
|
|
|
18
18
|
(event: "upload", files: FileList): void;
|
|
19
19
|
(event: "remove", image: ICommonAsset): void;
|
|
20
20
|
}
|
|
21
|
-
declare const
|
|
21
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
22
22
|
remove: (image: ICommonAsset) => any;
|
|
23
23
|
upload: (files: FileList) => any;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -31,5 +31,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
31
31
|
previewable: boolean;
|
|
32
32
|
removable: boolean;
|
|
33
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
34
35
|
export default _default;
|
|
35
36
|
//# sourceMappingURL=vc-image-upload.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-image-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-image-upload/vc-image-upload.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-image-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-image-upload/vc-image-upload.vue"],"names":[],"mappings":"AAgQA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAQlE,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACzC,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,GAAG,IAAI,CAAC;CAC9C;AAoOD,QAAA,MAAM,YAAY;;;;;;;UA9OT,MAAM;UACN,MAAM;YAHJ,MAAM;iBAKD,OAAO;eACT,OAAO;6EA8OnB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -18,7 +18,7 @@ type __VLS_Slots = {
|
|
|
18
18
|
close: () => void;
|
|
19
19
|
}) => any;
|
|
20
20
|
};
|
|
21
|
-
declare const
|
|
21
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
22
22
|
close: (reason?: PopupCloseReason | undefined) => any;
|
|
23
23
|
"update:modelValue": (value: boolean) => any;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -32,7 +32,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
32
32
|
closable: boolean;
|
|
33
33
|
modalWidth: string;
|
|
34
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const
|
|
35
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
36
|
+
declare const _default: typeof __VLS_export;
|
|
36
37
|
export default _default;
|
|
37
38
|
type __VLS_WithSlots<T, S> = T & {
|
|
38
39
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-popup.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup.vue"],"names":[],"mappings":"AAiaA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;AAChF,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE/D,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAoBD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,MAAM,EAAE,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,GAAG,CAAC;CAC/C,CAAC;AA0XF,QAAA,MAAM,UAAU;;;;;;;aAxZJ,YAAY;gBAHT,OAAO;mBAQJ,OAAO;oBADN,OAAO;cALb,OAAO;gBAIL,MAAM;6EAyZnB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -44,7 +44,7 @@ type __VLS_Slots = {
|
|
|
44
44
|
};
|
|
45
45
|
declare function close(): void;
|
|
46
46
|
declare function open(): void;
|
|
47
|
-
declare const
|
|
47
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
48
48
|
close: typeof close;
|
|
49
49
|
open: typeof open;
|
|
50
50
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -78,7 +78,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
78
78
|
dragHandle: boolean;
|
|
79
79
|
closeThreshold: number;
|
|
80
80
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
81
|
-
declare const
|
|
81
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
82
|
+
declare const _default: typeof __VLS_export;
|
|
82
83
|
export default _default;
|
|
83
84
|
type __VLS_WithSlots<T, S> = T & {
|
|
84
85
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-sidebar.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-sidebar/vc-sidebar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-sidebar.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-sidebar/vc-sidebar.vue"],"names":[],"mappings":"AA0xBA,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AACjE,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAuEhE,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAmCD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IAClD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC;CACxB,CAAC;AAqFF,iBAAS,KAAK,SAEb;AAED,iBAAS,IAAI,SAEZ;AAkcD,QAAA,MAAM,UAAU;;;;;;;;;;UA/lBP,WAAW;WAaV,MAAM;aAZJ,cAAc;eAcZ,MAAM;WAbV,MAAM,GAAG,MAAM;YACd,MAAM,GAAG,MAAM;WAehB,OAAO;cAnBJ,eAAe;cAYf,OAAO;mBALF,OAAO;YAad,MAAM;eAEH,OAAO;iBAjBL,OAAO;oBACJ,OAAO;eAEZ,OAAO;gBACN,OAAO;iBACN,OAAO;eACT,OAAO;cAIR,MAAM;oBAEA,MAAM;iBACT,OAAO;gBAMR,OAAO;oBAEH,MAAM;6EA2kBvB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1,140 +1,142 @@
|
|
|
1
1
|
import { type Ref, type VNode } from "vue";
|
|
2
2
|
import type { VcDataTableExtendedProps, EditChange, TableAction, SortMeta, MobileSwipeAction } from "../../../components/organisms/vc-table/types";
|
|
3
3
|
import type { DataTablePersistedState } from "../../../components/organisms/vc-table/composables";
|
|
4
|
-
declare const
|
|
5
|
-
props: __VLS_PrettifyLocal<
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
|
+
props: import("vue").PublicProps & __VLS_PrettifyLocal<VcDataTableExtendedProps<T> & {
|
|
6
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
7
|
+
onSort?: ((event: {
|
|
8
8
|
sortField?: string;
|
|
9
9
|
sortOrder?: number;
|
|
10
10
|
multiSortMeta?: SortMeta[];
|
|
11
11
|
}) => any) | undefined;
|
|
12
|
-
|
|
12
|
+
onFilter?: ((event: {
|
|
13
13
|
filters: Record<string, unknown>;
|
|
14
14
|
filteredValue: T[];
|
|
15
15
|
}) => any) | undefined;
|
|
16
|
-
|
|
16
|
+
"onSelect-all"?: ((event: {
|
|
17
17
|
selected: boolean;
|
|
18
18
|
}) => any) | undefined;
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
"onEdit-cancel"?: (() => any) | undefined;
|
|
20
|
+
"onRow-click"?: ((event: {
|
|
21
21
|
data: T;
|
|
22
22
|
index: number;
|
|
23
23
|
originalEvent: Event;
|
|
24
24
|
}) => any) | undefined;
|
|
25
|
-
|
|
25
|
+
"onRow-reorder"?: ((event: {
|
|
26
26
|
dragIndex: number;
|
|
27
27
|
dropIndex: number;
|
|
28
28
|
value: T[];
|
|
29
29
|
}) => any) | undefined;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
"onUpdate:selection"?: ((value: T | T[]) => any) | undefined;
|
|
31
|
+
"onUpdate:selectAll"?: ((value: boolean) => any) | undefined;
|
|
32
|
+
"onRow-select"?: ((event: {
|
|
33
33
|
data: T;
|
|
34
34
|
originalEvent: Event;
|
|
35
35
|
}) => any) | undefined;
|
|
36
|
-
|
|
36
|
+
"onRow-unselect"?: ((event: {
|
|
37
37
|
data: T;
|
|
38
38
|
originalEvent: Event;
|
|
39
39
|
}) => any) | undefined;
|
|
40
|
-
|
|
40
|
+
"onRow-select-all"?: ((event: {
|
|
41
41
|
data: T[];
|
|
42
42
|
originalEvent: Event;
|
|
43
43
|
}) => any) | undefined;
|
|
44
|
-
|
|
44
|
+
"onRow-unselect-all"?: ((event: {
|
|
45
45
|
data: T[];
|
|
46
46
|
originalEvent: Event;
|
|
47
47
|
}) => any) | undefined;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
"onUpdate:selectAllActive"?: ((value: boolean) => any) | undefined;
|
|
49
|
+
"onUpdate:editingRows"?: ((value: T[]) => any) | undefined;
|
|
50
|
+
"onCell-edit-init"?: ((event: {
|
|
51
51
|
data: T;
|
|
52
52
|
field: string;
|
|
53
53
|
index: number;
|
|
54
54
|
}) => any) | undefined;
|
|
55
|
-
|
|
55
|
+
"onCell-edit-complete"?: ((event: {
|
|
56
56
|
data: T;
|
|
57
57
|
field: string;
|
|
58
58
|
newValue: unknown;
|
|
59
59
|
index: number;
|
|
60
60
|
}) => any) | undefined;
|
|
61
|
-
|
|
61
|
+
"onCell-edit-cancel"?: ((event: {
|
|
62
62
|
data: T;
|
|
63
63
|
field: string;
|
|
64
64
|
index: number;
|
|
65
65
|
}) => any) | undefined;
|
|
66
|
-
|
|
66
|
+
"onRow-edit-init"?: ((event: {
|
|
67
67
|
data: T;
|
|
68
68
|
index: number;
|
|
69
69
|
}) => any) | undefined;
|
|
70
|
-
|
|
70
|
+
"onRow-edit-save"?: ((event: {
|
|
71
71
|
data: T;
|
|
72
72
|
newData: T;
|
|
73
73
|
index: number;
|
|
74
74
|
}) => any) | undefined;
|
|
75
|
-
|
|
75
|
+
"onRow-edit-cancel"?: ((event: {
|
|
76
76
|
data: T;
|
|
77
77
|
index: number;
|
|
78
78
|
}) => any) | undefined;
|
|
79
|
-
|
|
79
|
+
"onEdit-save"?: ((event: {
|
|
80
80
|
changes: EditChange<T>[];
|
|
81
81
|
}) => any) | undefined;
|
|
82
|
-
|
|
82
|
+
"onRow-add"?: ((event: {
|
|
83
83
|
defaults: Record<string, unknown>;
|
|
84
84
|
cancel: () => void;
|
|
85
85
|
}) => any) | undefined;
|
|
86
|
-
|
|
86
|
+
"onRow-remove"?: ((event: {
|
|
87
87
|
data: T;
|
|
88
88
|
index: number;
|
|
89
89
|
cancel: () => void;
|
|
90
90
|
}) => any) | undefined;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
91
|
+
"onUpdate:sortField"?: ((value: string) => any) | undefined;
|
|
92
|
+
"onUpdate:sortOrder"?: ((value: number) => any) | undefined;
|
|
93
|
+
"onUpdate:multiSortMeta"?: ((value: SortMeta[]) => any) | undefined;
|
|
94
|
+
"onUpdate:activeItemId"?: ((value: string | undefined) => any) | undefined;
|
|
95
|
+
"onRow-action"?: ((event: {
|
|
96
96
|
action: TableAction | MobileSwipeAction<T>;
|
|
97
97
|
item: T;
|
|
98
98
|
index: number;
|
|
99
99
|
}) => any) | undefined;
|
|
100
|
-
|
|
100
|
+
"onColumn-resize-end"?: ((event: {
|
|
101
101
|
columns: {
|
|
102
102
|
id: string;
|
|
103
103
|
width: number;
|
|
104
104
|
}[];
|
|
105
105
|
}) => any) | undefined;
|
|
106
|
-
|
|
106
|
+
"onColumn-reorder"?: ((event: {
|
|
107
107
|
columns: {
|
|
108
108
|
id: string;
|
|
109
109
|
[key: string]: unknown;
|
|
110
110
|
}[];
|
|
111
111
|
}) => any) | undefined;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
112
|
+
"onState-save"?: ((state: DataTablePersistedState) => any) | undefined;
|
|
113
|
+
"onState-restore"?: ((state: DataTablePersistedState) => any) | undefined;
|
|
114
|
+
"onUpdate:expandedRows"?: ((value: T[]) => any) | undefined;
|
|
115
|
+
"onRow-expand"?: ((event: {
|
|
116
116
|
data: T;
|
|
117
117
|
originalEvent: Event;
|
|
118
118
|
}) => any) | undefined;
|
|
119
|
-
|
|
119
|
+
"onRow-collapse"?: ((event: {
|
|
120
120
|
data: T;
|
|
121
121
|
originalEvent: Event;
|
|
122
122
|
}) => any) | undefined;
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
"onUpdate:expandedRowGroups"?: ((value: string[]) => any) | undefined;
|
|
124
|
+
"onRowgroup-expand"?: ((event: {
|
|
125
125
|
data: string;
|
|
126
126
|
originalEvent: Event;
|
|
127
127
|
}) => any) | undefined;
|
|
128
|
-
|
|
128
|
+
"onRowgroup-collapse"?: ((event: {
|
|
129
129
|
data: string;
|
|
130
130
|
originalEvent: Event;
|
|
131
131
|
}) => any) | undefined;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
} &
|
|
137
|
-
|
|
132
|
+
"onPull-refresh"?: (() => any) | undefined;
|
|
133
|
+
"onLoad-more"?: (() => any) | undefined;
|
|
134
|
+
"onPagination-click"?: ((page: number) => any) | undefined;
|
|
135
|
+
"onUpdate:searchValue"?: ((value: string) => any) | undefined;
|
|
136
|
+
}> & (typeof globalThis extends {
|
|
137
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
138
|
+
} ? P : {});
|
|
139
|
+
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
138
140
|
selectAll: () => void;
|
|
139
141
|
clearSelection: () => void;
|
|
140
142
|
getSelectionState: () => {
|
|
@@ -157,7 +159,7 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
157
159
|
pendingChanges: import("vue").ComputedRef<import("./composables/useTableInlineEdit").EditChange<T>[]>;
|
|
158
160
|
clearState: () => void;
|
|
159
161
|
saveState: () => void;
|
|
160
|
-
}>)
|
|
162
|
+
}>) => void;
|
|
161
163
|
attrs: any;
|
|
162
164
|
slots: {
|
|
163
165
|
/** Default slot for VcColumn declarations */
|
|
@@ -295,8 +297,11 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
295
297
|
}>) => import("vue").VNode & {
|
|
296
298
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
297
299
|
};
|
|
300
|
+
declare const _default: typeof __VLS_export;
|
|
298
301
|
export default _default;
|
|
299
|
-
type __VLS_PrettifyLocal<T> = {
|
|
302
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
300
303
|
[K in keyof T]: T[K];
|
|
301
|
-
}
|
|
304
|
+
} : {
|
|
305
|
+
[K in keyof T as K]: T[K];
|
|
306
|
+
}) & {};
|
|
302
307
|
//# sourceMappingURL=VcDataTable.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VcDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/VcDataTable.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"VcDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/VcDataTable.vue"],"names":[],"mappings":"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"}
|
|
@@ -1,33 +1,8 @@
|
|
|
1
1
|
import type { Ref, MaybeRef } from "vue";
|
|
2
2
|
import type { TableEmptyAction } from "../../../components/organisms/vc-table/types";
|
|
3
3
|
import type { ITableColumns, IActionBuilderResult } from "../../../../core/types";
|
|
4
|
-
declare const
|
|
5
|
-
props:
|
|
6
|
-
readonly onItemClick?: ((item: T) => any) | undefined;
|
|
7
|
-
readonly onOnEditComplete?: ((args: {
|
|
8
|
-
event: {
|
|
9
|
-
field: string;
|
|
10
|
-
value: string | number;
|
|
11
|
-
};
|
|
12
|
-
index: number;
|
|
13
|
-
}) => any) | undefined;
|
|
14
|
-
readonly onPaginationClick?: ((page: number) => any) | undefined;
|
|
15
|
-
readonly onSelectionChanged?: ((values: T[]) => any) | undefined;
|
|
16
|
-
readonly "onSearch:change"?: ((value: string | undefined) => any) | undefined;
|
|
17
|
-
readonly onHeaderClick?: ((item: ITableColumns) => any) | undefined;
|
|
18
|
-
readonly "onScroll:ptr"?: (() => any) | undefined;
|
|
19
|
-
readonly "onRow:reorder"?: ((args: {
|
|
20
|
-
dragIndex: number;
|
|
21
|
-
dropIndex: number;
|
|
22
|
-
value: T[];
|
|
23
|
-
}) => any) | undefined;
|
|
24
|
-
readonly "onSelect:all"?: ((values: boolean) => any) | undefined;
|
|
25
|
-
readonly onOnAddNewRow?: (() => any) | undefined;
|
|
26
|
-
readonly onOnCellBlur?: ((args: {
|
|
27
|
-
row: number | undefined;
|
|
28
|
-
field: string;
|
|
29
|
-
}) => any) | undefined;
|
|
30
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onHeaderClick" | "onItemClick" | "onOnEditComplete" | "onPaginationClick" | "onSelectionChanged" | "onSearch:change" | "onScroll:ptr" | "onRow:reorder" | "onSelect:all" | "onOnAddNewRow" | "onOnCellBlur"> & {
|
|
4
|
+
declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
|
+
props: import("vue").PublicProps & __VLS_PrettifyLocal<{
|
|
31
6
|
columns: ITableColumns[];
|
|
32
7
|
items: T[];
|
|
33
8
|
itemActionBuilder?: (item: T) => IActionBuilderResult<T>[] | undefined;
|
|
@@ -66,8 +41,35 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
66
41
|
show: boolean;
|
|
67
42
|
title: string;
|
|
68
43
|
};
|
|
69
|
-
} &
|
|
70
|
-
|
|
44
|
+
} & {
|
|
45
|
+
onItemClick?: ((item: T) => any) | undefined;
|
|
46
|
+
onOnEditComplete?: ((args: {
|
|
47
|
+
event: {
|
|
48
|
+
field: string;
|
|
49
|
+
value: string | number;
|
|
50
|
+
};
|
|
51
|
+
index: number;
|
|
52
|
+
}) => any) | undefined;
|
|
53
|
+
onPaginationClick?: ((page: number) => any) | undefined;
|
|
54
|
+
onSelectionChanged?: ((values: T[]) => any) | undefined;
|
|
55
|
+
"onSearch:change"?: ((value: string | undefined) => any) | undefined;
|
|
56
|
+
onHeaderClick?: ((item: ITableColumns) => any) | undefined;
|
|
57
|
+
"onScroll:ptr"?: (() => any) | undefined;
|
|
58
|
+
"onRow:reorder"?: ((args: {
|
|
59
|
+
dragIndex: number;
|
|
60
|
+
dropIndex: number;
|
|
61
|
+
value: T[];
|
|
62
|
+
}) => any) | undefined;
|
|
63
|
+
"onSelect:all"?: ((values: boolean) => any) | undefined;
|
|
64
|
+
onOnAddNewRow?: (() => any) | undefined;
|
|
65
|
+
onOnCellBlur?: ((args: {
|
|
66
|
+
row: number | undefined;
|
|
67
|
+
field: string;
|
|
68
|
+
}) => any) | undefined;
|
|
69
|
+
}> & (typeof globalThis extends {
|
|
70
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
71
|
+
} ? P : {});
|
|
72
|
+
expose: (exposed: {}) => void;
|
|
71
73
|
attrs: any;
|
|
72
74
|
slots: {
|
|
73
75
|
[key: `header_${string}`]: (props: any) => any;
|
|
@@ -120,8 +122,11 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
120
122
|
}>) => import("vue").VNode & {
|
|
121
123
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
122
124
|
};
|
|
125
|
+
declare const _default: typeof __VLS_export;
|
|
123
126
|
export default _default;
|
|
124
|
-
type __VLS_PrettifyLocal<T> = {
|
|
127
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
125
128
|
[K in keyof T]: T[K];
|
|
126
|
-
}
|
|
129
|
+
} : {
|
|
130
|
+
[K in keyof T as K]: T[K];
|
|
131
|
+
}) & {};
|
|
127
132
|
//# sourceMappingURL=VcTableAdapter.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VcTableAdapter.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/VcTableAdapter.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VcTableAdapter.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/VcTableAdapter.vue"],"names":[],"mappings":"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"}
|