@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,21 +1,21 @@
|
|
|
1
|
-
import { C as H, D as et, u as z, c as
|
|
2
|
-
import { g as N, k as tt, B as y, f as
|
|
3
|
-
import * as
|
|
4
|
-
import { effectScope as
|
|
5
|
-
import { s as
|
|
6
|
-
import { c as
|
|
1
|
+
import { C as H, D as et, u as z, c as Yt, a as De, b as Ae, i as Z, A as jt, s as Bt, g as Xt, N as Jt, d as Kt, e as zt, f as qt, h as fe, j as Se, p as ye, t as Ve, M as Me, k as Ue, l as We, m as we, n as $e, o as Qt, q as Zt, r as ea, v as ta, w as aa, x as na, y as sa, z as ra, B as la } from "./vendor-intlify-core-base-BmIo1dK4.js";
|
|
2
|
+
import { g as N, k as tt, B as y, f as oa, d as h, i as d, c as C, h as le, b as x, t as oe, C as Ne, a as S, e as A, D as re, m as ie, l as R, o as ee, w as ce, p as ia, n as Q } from "./vendor-intlify-shared-SCAs3ybf.js";
|
|
3
|
+
import * as _e from "vue";
|
|
4
|
+
import { effectScope as ca, computed as q, watch as ge, isRef as ua, ref as _a, shallowRef as ma, defineComponent as Te, h as at, Fragment as nt, inject as fa, onMounted as ga, onUnmounted as Ea, createVNode as da, Text as ba } from "vue";
|
|
5
|
+
import { s as va } from "./vendor-vue-devtools-api-aVYGocXp.js";
|
|
6
|
+
import { c as pa } from "./vendor-intlify-message-compiler-D9VOavkL.js";
|
|
7
7
|
/*!
|
|
8
8
|
* vue-i18n v11.3.0
|
|
9
9
|
* (c) 2026 kazuya kawaguchi
|
|
10
10
|
* Released under the MIT License.
|
|
11
11
|
*/
|
|
12
|
-
const
|
|
13
|
-
function
|
|
12
|
+
const Ia = "11.3.0";
|
|
13
|
+
function Na() {
|
|
14
14
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Q().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Q().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Q().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Q().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
15
15
|
}
|
|
16
16
|
const b = {
|
|
17
17
|
// composer module errors
|
|
18
|
-
UNEXPECTED_RETURN_TYPE:
|
|
18
|
+
UNEXPECTED_RETURN_TYPE: qt,
|
|
19
19
|
// 24
|
|
20
20
|
// legacy module errors
|
|
21
21
|
INVALID_ARGUMENT: 25,
|
|
@@ -36,9 +36,9 @@ const b = {
|
|
|
36
36
|
NOT_AVAILABLE_COMPOSITION_IN_LEGACY: 34
|
|
37
37
|
};
|
|
38
38
|
function F(e, ...t) {
|
|
39
|
-
return
|
|
39
|
+
return pa(e, null, process.env.NODE_ENV !== "production" ? { messages: Ta, args: t } : void 0);
|
|
40
40
|
}
|
|
41
|
-
const
|
|
41
|
+
const Ta = {
|
|
42
42
|
[b.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
|
|
43
43
|
[b.INVALID_ARGUMENT]: "Invalid argument",
|
|
44
44
|
[b.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
|
|
@@ -50,7 +50,7 @@ const Oa = {
|
|
|
50
50
|
[b.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
|
|
51
51
|
[b.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
|
|
52
52
|
[b.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
|
53
|
-
},
|
|
53
|
+
}, Ee = /* @__PURE__ */ y("__translateVNode"), de = /* @__PURE__ */ y("__datetimeParts"), be = /* @__PURE__ */ y("__numberParts"), G = /* @__PURE__ */ y("__enableEmitter"), te = /* @__PURE__ */ y("__disableEmitter"), st = y("__setPluralRules"), rt = /* @__PURE__ */ y("__injectWithOption"), ve = /* @__PURE__ */ y("__dispose"), D = {
|
|
54
54
|
FALLBACK_TO_ROOT: H,
|
|
55
55
|
// 10
|
|
56
56
|
NOT_FOUND_PARENT_SCOPE: H + 1,
|
|
@@ -65,7 +65,7 @@ const Oa = {
|
|
|
65
65
|
DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE: H + 4,
|
|
66
66
|
// duplicate `useI18n` calling
|
|
67
67
|
DUPLICATE_USE_I18N_CALLING: H + 5
|
|
68
|
-
},
|
|
68
|
+
}, La = {
|
|
69
69
|
[D.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
|
|
70
70
|
[D.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
|
|
71
71
|
[D.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
|
|
@@ -81,7 +81,7 @@ About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guid
|
|
|
81
81
|
[D.DUPLICATE_USE_I18N_CALLING]: "Duplicate `useI18n` calling by local scope. Please don't call it on local scope, due to it does not work properly in component."
|
|
82
82
|
};
|
|
83
83
|
function j(e, ...t) {
|
|
84
|
-
return
|
|
84
|
+
return oa(La[e], ...t);
|
|
85
85
|
}
|
|
86
86
|
function ae(e) {
|
|
87
87
|
if (!R(e) || Z(e))
|
|
@@ -104,14 +104,14 @@ function ae(e) {
|
|
|
104
104
|
}
|
|
105
105
|
a = a[r[l]];
|
|
106
106
|
}
|
|
107
|
-
if (o || (Z(a) ?
|
|
107
|
+
if (o || (Z(a) ? jt.includes(r[n]) || delete e[t] : (a[r[n]] = e[t], delete e[t])), !Z(a)) {
|
|
108
108
|
const l = a[r[n]];
|
|
109
109
|
R(l) && ae(l);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
return e;
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Le(e, t) {
|
|
115
115
|
const { messages: r, __i18n: n, messageResolver: a, flatJson: o } = t, l = h(r) ? r : C(n) ? A() : { [e]: A() };
|
|
116
116
|
if (C(n) && n.forEach((c) => {
|
|
117
117
|
if ("locale" in c && "resource" in c) {
|
|
@@ -124,12 +124,12 @@ function Re(e, t) {
|
|
|
124
124
|
ie(l, c) && ae(l[c]);
|
|
125
125
|
return l;
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function lt(e) {
|
|
128
128
|
return e.type;
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function ot(e, t, r) {
|
|
131
131
|
let n = R(t.messages) ? t.messages : A();
|
|
132
|
-
"__i18nGlobal" in r && (n =
|
|
132
|
+
"__i18nGlobal" in r && (n = Le(e.locale.value, {
|
|
133
133
|
messages: n,
|
|
134
134
|
__i18n: r.__i18nGlobal
|
|
135
135
|
}));
|
|
@@ -152,25 +152,25 @@ function it(e, t, r) {
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
function
|
|
156
|
-
return
|
|
155
|
+
function xe(e) {
|
|
156
|
+
return da(ba, null, e, 0);
|
|
157
157
|
}
|
|
158
158
|
function Y() {
|
|
159
159
|
const e = "currentInstance";
|
|
160
|
-
return e in
|
|
160
|
+
return e in _e ? _e[e] : _e.getCurrentInstance();
|
|
161
161
|
}
|
|
162
|
-
const
|
|
163
|
-
let
|
|
164
|
-
function
|
|
162
|
+
const Ge = "__INTLIFY_META__", He = () => [], Oa = () => !1;
|
|
163
|
+
let Ye = 0;
|
|
164
|
+
function je(e) {
|
|
165
165
|
return ((t, r, n, a) => e(r, n, Y() || void 0, a));
|
|
166
166
|
}
|
|
167
|
-
const
|
|
167
|
+
const ha = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
168
168
|
const e = Y();
|
|
169
169
|
let t = null;
|
|
170
|
-
return e && (t =
|
|
170
|
+
return e && (t = lt(e)[Ge]) ? { [Ge]: t } : null;
|
|
171
171
|
};
|
|
172
|
-
function
|
|
173
|
-
const { __root: t, __injectWithOption: r } = e, n = t === void 0, a = e.flatJson, o = oe ?
|
|
172
|
+
function Oe(e = {}) {
|
|
173
|
+
const { __root: t, __injectWithOption: r } = e, n = t === void 0, a = e.flatJson, o = oe ? _a : ma;
|
|
174
174
|
let l = N(e.inheritLocale) ? e.inheritLocale : !0;
|
|
175
175
|
const c = o(
|
|
176
176
|
// prettier-ignore
|
|
@@ -178,14 +178,14 @@ function ke(e = {}) {
|
|
|
178
178
|
), _ = o(
|
|
179
179
|
// prettier-ignore
|
|
180
180
|
t && l ? t.fallbackLocale.value : d(e.fallbackLocale) || C(e.fallbackLocale) || h(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : c.value
|
|
181
|
-
), m = o(
|
|
182
|
-
let v = t ? t.missingWarn : N(e.missingWarn) || le(e.missingWarn) ? e.missingWarn : !0, T = t ? t.fallbackWarn : N(e.fallbackWarn) || le(e.fallbackWarn) ? e.fallbackWarn : !0, L = t ? t.fallbackRoot : N(e.fallbackRoot) ? e.fallbackRoot : !0, O = !!e.fallbackFormat, V = x(e.missing) ? e.missing : null, k = x(e.missing) ?
|
|
181
|
+
), m = o(Le(c.value, e)), E = o(h(e.datetimeFormats) ? e.datetimeFormats : { [c.value]: {} }), f = o(h(e.numberFormats) ? e.numberFormats : { [c.value]: {} });
|
|
182
|
+
let v = t ? t.missingWarn : N(e.missingWarn) || le(e.missingWarn) ? e.missingWarn : !0, T = t ? t.fallbackWarn : N(e.fallbackWarn) || le(e.fallbackWarn) ? e.fallbackWarn : !0, L = t ? t.fallbackRoot : N(e.fallbackRoot) ? e.fallbackRoot : !0, O = !!e.fallbackFormat, V = x(e.missing) ? e.missing : null, k = x(e.missing) ? je(e.missing) : null, M = x(e.postTranslation) ? e.postTranslation : null, B = t ? t.warnHtmlMessage : N(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, X = !!e.escapeParameter;
|
|
183
183
|
const J = t ? t.modifiers : h(e.modifiers) ? e.modifiers : {};
|
|
184
184
|
let K = e.pluralRules || t && t.pluralRules, u;
|
|
185
185
|
u = (() => {
|
|
186
|
-
n &&
|
|
186
|
+
n && Se(null);
|
|
187
187
|
const s = {
|
|
188
|
-
version:
|
|
188
|
+
version: Ia,
|
|
189
189
|
locale: c.value,
|
|
190
190
|
fallbackLocale: _.value,
|
|
191
191
|
messages: m.value,
|
|
@@ -204,10 +204,10 @@ function ke(e = {}) {
|
|
|
204
204
|
__meta: { framework: "vue" }
|
|
205
205
|
};
|
|
206
206
|
s.datetimeFormats = E.value, s.numberFormats = f.value, s.__datetimeFormatters = h(u) ? u.__datetimeFormatters : void 0, s.__numberFormatters = h(u) ? u.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (s.__v_emitter = h(u) ? u.__v_emitter : void 0);
|
|
207
|
-
const i =
|
|
208
|
-
return n &&
|
|
207
|
+
const i = Yt(s);
|
|
208
|
+
return n && Se(i), i;
|
|
209
209
|
})(), z(u, c.value, _.value);
|
|
210
|
-
function
|
|
210
|
+
function ue() {
|
|
211
211
|
return [
|
|
212
212
|
c.value,
|
|
213
213
|
_.value,
|
|
@@ -216,125 +216,125 @@ function ke(e = {}) {
|
|
|
216
216
|
f.value
|
|
217
217
|
];
|
|
218
218
|
}
|
|
219
|
-
const
|
|
219
|
+
const ft = q({
|
|
220
220
|
get: () => c.value,
|
|
221
221
|
set: (s) => {
|
|
222
222
|
u.locale = s, c.value = s;
|
|
223
223
|
}
|
|
224
|
-
}),
|
|
224
|
+
}), gt = q({
|
|
225
225
|
get: () => _.value,
|
|
226
226
|
set: (s) => {
|
|
227
227
|
u.fallbackLocale = s, _.value = s, z(u, c.value, s);
|
|
228
228
|
}
|
|
229
|
-
}),
|
|
230
|
-
function
|
|
229
|
+
}), Et = q(() => m.value), dt = /* @__PURE__ */ q(() => E.value), bt = /* @__PURE__ */ q(() => f.value);
|
|
230
|
+
function vt() {
|
|
231
231
|
return x(M) ? M : null;
|
|
232
232
|
}
|
|
233
|
-
function
|
|
233
|
+
function pt(s) {
|
|
234
234
|
M = s, u.postTranslation = s;
|
|
235
235
|
}
|
|
236
|
-
function
|
|
236
|
+
function It() {
|
|
237
237
|
return V;
|
|
238
238
|
}
|
|
239
|
-
function
|
|
240
|
-
s !== null && (k =
|
|
239
|
+
function Nt(s) {
|
|
240
|
+
s !== null && (k = je(s)), V = s, u.missing = k;
|
|
241
241
|
}
|
|
242
|
-
function
|
|
242
|
+
function Tt(s, i) {
|
|
243
243
|
return s !== "translate" || !i.resolvedMessage;
|
|
244
244
|
}
|
|
245
|
-
const U = (s, i, g,
|
|
246
|
-
|
|
245
|
+
const U = (s, i, g, p, W, w) => {
|
|
246
|
+
ue();
|
|
247
247
|
let P;
|
|
248
248
|
try {
|
|
249
|
-
(process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) &&
|
|
249
|
+
(process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && Bt(/* @__PURE__ */ ha()), n || (u.fallbackContext = t ? Xt() : void 0), P = s(u);
|
|
250
250
|
} finally {
|
|
251
251
|
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, n || (u.fallbackContext = void 0);
|
|
252
252
|
}
|
|
253
253
|
if (g !== "translate exists" && // for not `te` (e.g `t`)
|
|
254
|
-
ee(P) && P ===
|
|
255
|
-
const [$,
|
|
256
|
-
if (process.env.NODE_ENV !== "production" && t && d($) &&
|
|
254
|
+
ee(P) && P === Jt || g === "translate exists" && !P) {
|
|
255
|
+
const [$, Ht] = i();
|
|
256
|
+
if (process.env.NODE_ENV !== "production" && t && d($) && Tt(g, Ht) && (L && (Kt(T, $) || zt(v, $)) && ce(j(D.FALLBACK_TO_ROOT, {
|
|
257
257
|
key: $,
|
|
258
258
|
type: g
|
|
259
259
|
})), process.env.NODE_ENV !== "production")) {
|
|
260
|
-
const { __v_emitter:
|
|
261
|
-
|
|
260
|
+
const { __v_emitter: Ce } = u;
|
|
261
|
+
Ce && L && Ce.emit("fallback", {
|
|
262
262
|
type: g,
|
|
263
263
|
key: $,
|
|
264
264
|
to: "global",
|
|
265
265
|
groupId: `${g}:${$}`
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
|
-
return t && L ?
|
|
268
|
+
return t && L ? p(t) : W($);
|
|
269
269
|
} else {
|
|
270
270
|
if (w(P))
|
|
271
271
|
return P;
|
|
272
272
|
throw F(b.UNEXPECTED_RETURN_TYPE);
|
|
273
273
|
}
|
|
274
274
|
};
|
|
275
|
-
function
|
|
276
|
-
return U((i) => Reflect.apply(
|
|
275
|
+
function ke(...s) {
|
|
276
|
+
return U((i) => Reflect.apply(Ve, null, [i, ...s]), () => ye(...s), "translate", (i) => Reflect.apply(i.t, i, [...s]), (i) => i, (i) => d(i));
|
|
277
277
|
}
|
|
278
|
-
function
|
|
279
|
-
const [i, g,
|
|
280
|
-
if (
|
|
278
|
+
function Lt(...s) {
|
|
279
|
+
const [i, g, p] = s;
|
|
280
|
+
if (p && !R(p))
|
|
281
281
|
throw F(b.INVALID_ARGUMENT);
|
|
282
|
-
return
|
|
282
|
+
return ke(i, g, S({ resolvedMessage: !0 }, p || {}));
|
|
283
283
|
}
|
|
284
|
-
function
|
|
285
|
-
return U((i) => Reflect.apply(
|
|
284
|
+
function Ot(...s) {
|
|
285
|
+
return U((i) => Reflect.apply(We, null, [i, ...s]), () => Ue(...s), "datetime format", (i) => Reflect.apply(i.d, i, [...s]), () => Me, (i) => d(i) || C(i));
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
return U((i) => Reflect.apply(
|
|
287
|
+
function ht(...s) {
|
|
288
|
+
return U((i) => Reflect.apply($e, null, [i, ...s]), () => we(...s), "number format", (i) => Reflect.apply(i.n, i, [...s]), () => Me, (i) => d(i) || C(i));
|
|
289
289
|
}
|
|
290
|
-
function
|
|
291
|
-
return s.map((i) => d(i) || ee(i) || N(i) ?
|
|
290
|
+
function Ft(s) {
|
|
291
|
+
return s.map((i) => d(i) || ee(i) || N(i) ? xe(String(i)) : i);
|
|
292
292
|
}
|
|
293
|
-
const
|
|
294
|
-
normalize:
|
|
293
|
+
const Rt = {
|
|
294
|
+
normalize: Ft,
|
|
295
295
|
interpolate: (s) => s,
|
|
296
296
|
type: "vnode"
|
|
297
297
|
};
|
|
298
|
-
function
|
|
298
|
+
function kt(...s) {
|
|
299
299
|
return U((i) => {
|
|
300
300
|
let g;
|
|
301
|
-
const
|
|
301
|
+
const p = i;
|
|
302
302
|
try {
|
|
303
|
-
|
|
303
|
+
p.processor = Rt, g = Reflect.apply(Ve, null, [p, ...s]);
|
|
304
304
|
} finally {
|
|
305
|
-
|
|
305
|
+
p.processor = null;
|
|
306
306
|
}
|
|
307
307
|
return g;
|
|
308
|
-
}, () =>
|
|
308
|
+
}, () => ye(...s), "translate", (i) => i[Ee](...s), (i) => [xe(i)], (i) => C(i));
|
|
309
309
|
}
|
|
310
|
-
function
|
|
311
|
-
return U((i) => Reflect.apply(
|
|
310
|
+
function Pt(...s) {
|
|
311
|
+
return U((i) => Reflect.apply($e, null, [i, ...s]), () => we(...s), "number format", (i) => i[be](...s), He, (i) => d(i) || C(i));
|
|
312
312
|
}
|
|
313
|
-
function
|
|
314
|
-
return U((i) => Reflect.apply(
|
|
313
|
+
function Ct(...s) {
|
|
314
|
+
return U((i) => Reflect.apply(We, null, [i, ...s]), () => Ue(...s), "datetime format", (i) => i[de](...s), He, (i) => d(i) || C(i));
|
|
315
315
|
}
|
|
316
|
-
function
|
|
316
|
+
function Dt(s) {
|
|
317
317
|
K = s, u.pluralRules = K;
|
|
318
318
|
}
|
|
319
|
-
function
|
|
319
|
+
function At(s, i) {
|
|
320
320
|
return U(() => {
|
|
321
321
|
if (!s)
|
|
322
322
|
return !1;
|
|
323
|
-
const g = d(i) ? i : c.value,
|
|
324
|
-
for (let W = 0; W <
|
|
325
|
-
const w =
|
|
323
|
+
const g = d(i) ? i : c.value, p = d(i) ? [g] : fe(u, _.value, g);
|
|
324
|
+
for (let W = 0; W < p.length; W++) {
|
|
325
|
+
const w = Pe(p[W]);
|
|
326
326
|
let P = u.messageResolver(w, s);
|
|
327
|
-
if (P === null && (P = w[s]), Z(P) ||
|
|
327
|
+
if (P === null && (P = w[s]), Z(P) || Qt(P) || d(P))
|
|
328
328
|
return !0;
|
|
329
329
|
}
|
|
330
330
|
return !1;
|
|
331
|
-
}, () => [s], "translate exists", (g) => Reflect.apply(g.te, g, [s, i]),
|
|
331
|
+
}, () => [s], "translate exists", (g) => Reflect.apply(g.te, g, [s, i]), Oa, (g) => N(g));
|
|
332
332
|
}
|
|
333
|
-
function
|
|
333
|
+
function St(s) {
|
|
334
334
|
let i = null;
|
|
335
|
-
const g =
|
|
336
|
-
for (let
|
|
337
|
-
const W = m.value[g[
|
|
335
|
+
const g = fe(u, _.value, c.value);
|
|
336
|
+
for (let p = 0; p < g.length; p++) {
|
|
337
|
+
const W = m.value[g[p]] || {}, w = u.messageResolver(W, s);
|
|
338
338
|
if (w != null) {
|
|
339
339
|
i = w;
|
|
340
340
|
break;
|
|
@@ -342,57 +342,57 @@ function ke(e = {}) {
|
|
|
342
342
|
}
|
|
343
343
|
return i;
|
|
344
344
|
}
|
|
345
|
-
function
|
|
346
|
-
const i =
|
|
345
|
+
function yt(s) {
|
|
346
|
+
const i = St(s);
|
|
347
347
|
return i ?? (t ? t.tm(s) || {} : {});
|
|
348
348
|
}
|
|
349
|
-
function
|
|
349
|
+
function Pe(s) {
|
|
350
350
|
return m.value[s] || {};
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function Vt(s, i) {
|
|
353
353
|
if (a) {
|
|
354
354
|
const g = { [s]: i };
|
|
355
|
-
for (const
|
|
356
|
-
ie(g,
|
|
355
|
+
for (const p in g)
|
|
356
|
+
ie(g, p) && ae(g[p]);
|
|
357
357
|
i = g[s];
|
|
358
358
|
}
|
|
359
359
|
m.value[s] = i, u.messages = m.value;
|
|
360
360
|
}
|
|
361
|
-
function
|
|
361
|
+
function Mt(s, i) {
|
|
362
362
|
m.value[s] = m.value[s] || {};
|
|
363
363
|
const g = { [s]: i };
|
|
364
364
|
if (a)
|
|
365
|
-
for (const
|
|
366
|
-
ie(g,
|
|
365
|
+
for (const p in g)
|
|
366
|
+
ie(g, p) && ae(g[p]);
|
|
367
367
|
i = g[s], re(i, m.value[s]), u.messages = m.value;
|
|
368
368
|
}
|
|
369
|
-
function
|
|
369
|
+
function Ut(s) {
|
|
370
370
|
return E.value[s] || {};
|
|
371
371
|
}
|
|
372
|
-
function
|
|
373
|
-
E.value[s] = i, u.datetimeFormats = E.value,
|
|
372
|
+
function Wt(s, i) {
|
|
373
|
+
E.value[s] = i, u.datetimeFormats = E.value, De(u, s, i);
|
|
374
374
|
}
|
|
375
|
-
function
|
|
376
|
-
E.value[s] = S(E.value[s] || {}, i), u.datetimeFormats = E.value,
|
|
375
|
+
function wt(s, i) {
|
|
376
|
+
E.value[s] = S(E.value[s] || {}, i), u.datetimeFormats = E.value, De(u, s, i);
|
|
377
377
|
}
|
|
378
|
-
function
|
|
378
|
+
function $t(s) {
|
|
379
379
|
return f.value[s] || {};
|
|
380
380
|
}
|
|
381
|
-
function
|
|
382
|
-
f.value[s] = i, u.numberFormats = f.value,
|
|
381
|
+
function xt(s, i) {
|
|
382
|
+
f.value[s] = i, u.numberFormats = f.value, Ae(u, s, i);
|
|
383
383
|
}
|
|
384
|
-
function
|
|
385
|
-
f.value[s] = S(f.value[s] || {}, i), u.numberFormats = f.value,
|
|
384
|
+
function Gt(s, i) {
|
|
385
|
+
f.value[s] = S(f.value[s] || {}, i), u.numberFormats = f.value, Ae(u, s, i);
|
|
386
386
|
}
|
|
387
|
-
|
|
387
|
+
Ye++, t && oe && (ge(t.locale, (s) => {
|
|
388
388
|
l && (c.value = s, u.locale = s, z(u, c.value, _.value));
|
|
389
|
-
}),
|
|
389
|
+
}), ge(t.fallbackLocale, (s) => {
|
|
390
390
|
l && (_.value = s, u.fallbackLocale = s, z(u, c.value, _.value));
|
|
391
391
|
}));
|
|
392
|
-
const
|
|
393
|
-
id:
|
|
394
|
-
locale:
|
|
395
|
-
fallbackLocale:
|
|
392
|
+
const I = {
|
|
393
|
+
id: Ye,
|
|
394
|
+
locale: ft,
|
|
395
|
+
fallbackLocale: gt,
|
|
396
396
|
get inheritLocale() {
|
|
397
397
|
return l;
|
|
398
398
|
},
|
|
@@ -402,7 +402,7 @@ function ke(e = {}) {
|
|
|
402
402
|
get availableLocales() {
|
|
403
403
|
return Object.keys(m.value).sort();
|
|
404
404
|
},
|
|
405
|
-
messages:
|
|
405
|
+
messages: Et,
|
|
406
406
|
get modifiers() {
|
|
407
407
|
return J;
|
|
408
408
|
},
|
|
@@ -448,76 +448,76 @@ function ke(e = {}) {
|
|
|
448
448
|
set escapeParameter(s) {
|
|
449
449
|
X = s, u.escapeParameter = s;
|
|
450
450
|
},
|
|
451
|
-
t:
|
|
452
|
-
getLocaleMessage:
|
|
453
|
-
setLocaleMessage:
|
|
454
|
-
mergeLocaleMessage:
|
|
455
|
-
getPostTranslationHandler:
|
|
456
|
-
setPostTranslationHandler:
|
|
457
|
-
getMissingHandler:
|
|
458
|
-
setMissingHandler:
|
|
459
|
-
[
|
|
451
|
+
t: ke,
|
|
452
|
+
getLocaleMessage: Pe,
|
|
453
|
+
setLocaleMessage: Vt,
|
|
454
|
+
mergeLocaleMessage: Mt,
|
|
455
|
+
getPostTranslationHandler: vt,
|
|
456
|
+
setPostTranslationHandler: pt,
|
|
457
|
+
getMissingHandler: It,
|
|
458
|
+
setMissingHandler: Nt,
|
|
459
|
+
[st]: Dt
|
|
460
460
|
};
|
|
461
|
-
return
|
|
461
|
+
return I.datetimeFormats = dt, I.numberFormats = bt, I.rt = Lt, I.te = At, I.tm = yt, I.d = Ot, I.n = ht, I.getDateTimeFormat = Ut, I.setDateTimeFormat = Wt, I.mergeDateTimeFormat = wt, I.getNumberFormat = $t, I.setNumberFormat = xt, I.mergeNumberFormat = Gt, I[rt] = r, I[Ee] = kt, I[de] = Ct, I[be] = Pt, process.env.NODE_ENV !== "production" && (I[G] = (s) => {
|
|
462
462
|
u.__v_emitter = s;
|
|
463
|
-
},
|
|
463
|
+
}, I[te] = () => {
|
|
464
464
|
u.__v_emitter = void 0;
|
|
465
|
-
}),
|
|
465
|
+
}), I;
|
|
466
466
|
}
|
|
467
|
-
const
|
|
467
|
+
const it = "vue-i18n: composer properties", me = {
|
|
468
468
|
"vue-devtools-plugin-vue-i18n": "Vue I18n DevTools",
|
|
469
469
|
"vue-i18n-resource-inspector": "Vue I18n DevTools",
|
|
470
470
|
"vue-i18n-timeline": "Vue I18n"
|
|
471
|
-
},
|
|
471
|
+
}, Fa = {
|
|
472
472
|
"vue-i18n-resource-inspector": "Search for scopes ..."
|
|
473
|
-
},
|
|
473
|
+
}, Ra = {
|
|
474
474
|
"vue-i18n-timeline": 16764185
|
|
475
475
|
};
|
|
476
|
-
let
|
|
477
|
-
async function
|
|
476
|
+
let pe;
|
|
477
|
+
async function ka(e, t) {
|
|
478
478
|
return new Promise((r, n) => {
|
|
479
479
|
try {
|
|
480
|
-
|
|
480
|
+
va({
|
|
481
481
|
id: "vue-devtools-plugin-vue-i18n",
|
|
482
|
-
label:
|
|
482
|
+
label: me["vue-devtools-plugin-vue-i18n"],
|
|
483
483
|
packageName: "vue-i18n",
|
|
484
484
|
homepage: "https://vue-i18n.intlify.dev",
|
|
485
485
|
logo: "https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",
|
|
486
|
-
componentStateTypes: [
|
|
486
|
+
componentStateTypes: [it],
|
|
487
487
|
app: e
|
|
488
488
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
489
489
|
}, (a) => {
|
|
490
|
-
|
|
491
|
-
|
|
490
|
+
pe = a, a.on.visitComponentTree(({ componentInstance: l, treeNode: c }) => {
|
|
491
|
+
Pa(l, c, t);
|
|
492
492
|
}), a.on.inspectComponent(({ componentInstance: l, instanceData: c }) => {
|
|
493
|
-
l.__VUE_I18N__ && c && (t.mode === "legacy" ? l.__VUE_I18N__ !== t.global.__composer &&
|
|
493
|
+
l.__VUE_I18N__ && c && (t.mode === "legacy" ? l.__VUE_I18N__ !== t.global.__composer && Be(c, l.__VUE_I18N__) : Be(c, l.__VUE_I18N__));
|
|
494
494
|
}), a.addInspector({
|
|
495
495
|
id: "vue-i18n-resource-inspector",
|
|
496
|
-
label:
|
|
496
|
+
label: me["vue-i18n-resource-inspector"],
|
|
497
497
|
icon: "language",
|
|
498
|
-
treeFilterPlaceholder:
|
|
498
|
+
treeFilterPlaceholder: Fa["vue-i18n-resource-inspector"]
|
|
499
499
|
}), a.on.getInspectorTree((l) => {
|
|
500
|
-
l.app === e && l.inspectorId === "vue-i18n-resource-inspector" &&
|
|
500
|
+
l.app === e && l.inspectorId === "vue-i18n-resource-inspector" && ya(l, t);
|
|
501
501
|
});
|
|
502
502
|
const o = /* @__PURE__ */ new Map();
|
|
503
503
|
a.on.getInspectorState(async (l) => {
|
|
504
504
|
if (l.app === e && l.inspectorId === "vue-i18n-resource-inspector")
|
|
505
|
-
if (a.unhighlightElement(),
|
|
505
|
+
if (a.unhighlightElement(), Ma(l, t), l.nodeId === "global") {
|
|
506
506
|
if (!o.has(l.app)) {
|
|
507
507
|
const [c] = await a.getComponentInstances(l.app);
|
|
508
508
|
o.set(l.app, c);
|
|
509
509
|
}
|
|
510
510
|
a.highlightElement(o.get(l.app));
|
|
511
511
|
} else {
|
|
512
|
-
const c =
|
|
512
|
+
const c = Va(l.nodeId, t);
|
|
513
513
|
c && a.highlightElement(c);
|
|
514
514
|
}
|
|
515
515
|
}), a.on.editInspectorState((l) => {
|
|
516
|
-
l.app === e && l.inspectorId === "vue-i18n-resource-inspector" &&
|
|
516
|
+
l.app === e && l.inspectorId === "vue-i18n-resource-inspector" && Wa(l, t);
|
|
517
517
|
}), a.addTimelineLayer({
|
|
518
518
|
id: "vue-i18n-timeline",
|
|
519
|
-
label:
|
|
520
|
-
color:
|
|
519
|
+
label: me["vue-i18n-timeline"],
|
|
520
|
+
color: Ra["vue-i18n-timeline"]
|
|
521
521
|
}), r(!0);
|
|
522
522
|
});
|
|
523
523
|
} catch (a) {
|
|
@@ -525,22 +525,22 @@ async function Ca(e, t) {
|
|
|
525
525
|
}
|
|
526
526
|
});
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function ct(e) {
|
|
529
529
|
return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
|
|
530
530
|
}
|
|
531
|
-
function
|
|
531
|
+
function Pa(e, t, r) {
|
|
532
532
|
const n = r.mode === "composition" ? r.global : r.global.__composer;
|
|
533
533
|
if (e && e.__VUE_I18N__ && e.__VUE_I18N__ !== n) {
|
|
534
534
|
const a = {
|
|
535
|
-
label: `i18n (${
|
|
535
|
+
label: `i18n (${ct(e)} Scope)`,
|
|
536
536
|
textColor: 0,
|
|
537
537
|
backgroundColor: 16764185
|
|
538
538
|
};
|
|
539
539
|
t.tags.push(a);
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
|
-
function
|
|
543
|
-
const r =
|
|
542
|
+
function Be(e, t) {
|
|
543
|
+
const r = it;
|
|
544
544
|
e.state.push({
|
|
545
545
|
type: r,
|
|
546
546
|
key: "locale",
|
|
@@ -565,7 +565,7 @@ function Ke(e, t) {
|
|
|
565
565
|
type: r,
|
|
566
566
|
key: "messages",
|
|
567
567
|
editable: !1,
|
|
568
|
-
value:
|
|
568
|
+
value: he(t.messages.value)
|
|
569
569
|
}), e.state.push({
|
|
570
570
|
type: r,
|
|
571
571
|
key: "datetimeFormats",
|
|
@@ -578,34 +578,34 @@ function Ke(e, t) {
|
|
|
578
578
|
value: t.numberFormats.value
|
|
579
579
|
});
|
|
580
580
|
}
|
|
581
|
-
function
|
|
581
|
+
function he(e) {
|
|
582
582
|
const t = {};
|
|
583
583
|
return Object.keys(e).forEach((r) => {
|
|
584
584
|
const n = e[r];
|
|
585
|
-
x(n) && "source" in n ? t[r] =
|
|
585
|
+
x(n) && "source" in n ? t[r] = Sa(n) : Z(n) && n.loc && n.loc.source ? t[r] = n.loc.source : R(n) ? t[r] = he(n) : t[r] = n;
|
|
586
586
|
}), t;
|
|
587
587
|
}
|
|
588
|
-
const
|
|
588
|
+
const Ca = {
|
|
589
589
|
"<": "<",
|
|
590
590
|
">": ">",
|
|
591
591
|
'"': """,
|
|
592
592
|
"&": "&"
|
|
593
593
|
};
|
|
594
|
-
function
|
|
595
|
-
return e.replace(/[<>"&]/g,
|
|
594
|
+
function Da(e) {
|
|
595
|
+
return e.replace(/[<>"&]/g, Aa);
|
|
596
596
|
}
|
|
597
|
-
function
|
|
598
|
-
return
|
|
597
|
+
function Aa(e) {
|
|
598
|
+
return Ca[e] || e;
|
|
599
599
|
}
|
|
600
|
-
function
|
|
600
|
+
function Sa(e) {
|
|
601
601
|
return {
|
|
602
602
|
_custom: {
|
|
603
603
|
type: "function",
|
|
604
|
-
display: `<span>ƒ</span> ${e.source ? `("${
|
|
604
|
+
display: `<span>ƒ</span> ${e.source ? `("${Da(e.source)}")` : "(?)"}`
|
|
605
605
|
}
|
|
606
606
|
};
|
|
607
607
|
}
|
|
608
|
-
function
|
|
608
|
+
function ya(e, t) {
|
|
609
609
|
e.rootNodes.push({
|
|
610
610
|
id: "global",
|
|
611
611
|
label: "Global Scope"
|
|
@@ -615,11 +615,11 @@ function Ma(e, t) {
|
|
|
615
615
|
const o = t.mode === "composition" ? a : a.__composer;
|
|
616
616
|
r !== o && e.rootNodes.push({
|
|
617
617
|
id: o.id.toString(),
|
|
618
|
-
label: `${
|
|
618
|
+
label: `${ct(n)} Scope`
|
|
619
619
|
});
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
|
-
function
|
|
622
|
+
function Va(e, t) {
|
|
623
623
|
let r = null;
|
|
624
624
|
if (e !== "global") {
|
|
625
625
|
for (const [n, a] of t.__instances.entries())
|
|
@@ -630,7 +630,7 @@ function Ua(e, t) {
|
|
|
630
630
|
}
|
|
631
631
|
return r;
|
|
632
632
|
}
|
|
633
|
-
function
|
|
633
|
+
function ut(e, t) {
|
|
634
634
|
if (e === "global")
|
|
635
635
|
return t.mode === "composition" ? t.global : t.global.__composer;
|
|
636
636
|
{
|
|
@@ -638,11 +638,11 @@ function _t(e, t) {
|
|
|
638
638
|
return r ? t.mode === "composition" ? r : r.__composer : null;
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
|
-
function
|
|
642
|
-
const r =
|
|
643
|
-
return r && (e.state =
|
|
641
|
+
function Ma(e, t) {
|
|
642
|
+
const r = ut(e.nodeId, t);
|
|
643
|
+
return r && (e.state = Ua(r)), null;
|
|
644
644
|
}
|
|
645
|
-
function
|
|
645
|
+
function Ua(e) {
|
|
646
646
|
const t = {}, r = "Locale related info", n = [
|
|
647
647
|
{
|
|
648
648
|
type: r,
|
|
@@ -675,7 +675,7 @@ function wa(e) {
|
|
|
675
675
|
type: a,
|
|
676
676
|
key: "messages",
|
|
677
677
|
editable: !1,
|
|
678
|
-
value:
|
|
678
|
+
value: he(e.messages.value)
|
|
679
679
|
}
|
|
680
680
|
];
|
|
681
681
|
t[a] = o;
|
|
@@ -702,9 +702,9 @@ function wa(e) {
|
|
|
702
702
|
return t;
|
|
703
703
|
}
|
|
704
704
|
function ne(e, t) {
|
|
705
|
-
if (
|
|
705
|
+
if (pe) {
|
|
706
706
|
let r;
|
|
707
|
-
t && "groupId" in t && (r = t.groupId, delete t.groupId),
|
|
707
|
+
t && "groupId" in t && (r = t.groupId, delete t.groupId), pe.addTimelineEvent({
|
|
708
708
|
layerId: "vue-i18n-timeline",
|
|
709
709
|
event: {
|
|
710
710
|
title: e,
|
|
@@ -717,21 +717,21 @@ function ne(e, t) {
|
|
|
717
717
|
});
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
|
-
function
|
|
721
|
-
const r =
|
|
720
|
+
function Wa(e, t) {
|
|
721
|
+
const r = ut(e.nodeId, t);
|
|
722
722
|
if (r) {
|
|
723
723
|
const [n] = e.path;
|
|
724
724
|
n === "locale" && d(e.state.value) ? r.locale.value = e.state.value : n === "fallbackLocale" && (d(e.state.value) || C(e.state.value) || R(e.state.value)) ? r.fallbackLocale.value = e.state.value : n === "inheritLocale" && N(e.state.value) && (r.inheritLocale = e.state.value);
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
|
-
function
|
|
727
|
+
function wa(e) {
|
|
728
728
|
const t = d(e.locale) ? e.locale : et, r = d(e.fallbackLocale) || C(e.fallbackLocale) || h(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, n = x(e.missing) ? e.missing : void 0, a = N(e.silentTranslationWarn) || le(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, o = N(e.silentFallbackWarn) || le(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, l = N(e.fallbackRoot) ? e.fallbackRoot : !0, c = !!e.formatFallbackMessages, _ = h(e.modifiers) ? e.modifiers : {}, m = e.pluralizationRules, E = x(e.postTranslation) ? e.postTranslation : void 0, f = d(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, v = !!e.escapeParameterHtml, T = N(e.sync) ? e.sync : !0;
|
|
729
729
|
let L = e.messages;
|
|
730
730
|
if (h(e.sharedMessages)) {
|
|
731
731
|
const J = e.sharedMessages;
|
|
732
732
|
L = Object.keys(J).reduce((u, se) => {
|
|
733
|
-
const
|
|
734
|
-
return S(
|
|
733
|
+
const ue = u[se] || (u[se] = {});
|
|
734
|
+
return S(ue, J[se]), u;
|
|
735
735
|
}, L || {});
|
|
736
736
|
}
|
|
737
737
|
const { __i18n: O, __root: V, __injectWithOption: k } = e, M = e.datetimeFormats, B = e.numberFormats, X = e.flatJson;
|
|
@@ -759,8 +759,8 @@ function xa(e) {
|
|
|
759
759
|
__injectWithOption: k
|
|
760
760
|
};
|
|
761
761
|
}
|
|
762
|
-
function
|
|
763
|
-
const t =
|
|
762
|
+
function Ie(e = {}) {
|
|
763
|
+
const t = Oe(wa(e)), { __extender: r } = e, n = {
|
|
764
764
|
// id
|
|
765
765
|
id: t.id,
|
|
766
766
|
// locale
|
|
@@ -928,7 +928,7 @@ function Oe(e = {}) {
|
|
|
928
928
|
a[te] && a[te]();
|
|
929
929
|
}), n;
|
|
930
930
|
}
|
|
931
|
-
function
|
|
931
|
+
function $a(e, t, r) {
|
|
932
932
|
return {
|
|
933
933
|
beforeCreate() {
|
|
934
934
|
const n = Y();
|
|
@@ -938,17 +938,17 @@ function Ga(e, t, r) {
|
|
|
938
938
|
if (a.i18n) {
|
|
939
939
|
const o = a.i18n;
|
|
940
940
|
if (a.__i18n && (o.__i18n = a.__i18n), o.__root = t, this === this.$root)
|
|
941
|
-
this.$i18n =
|
|
941
|
+
this.$i18n = Xe(e, o);
|
|
942
942
|
else {
|
|
943
|
-
o.__injectWithOption = !0, o.__extender = r.__vueI18nExtend, this.$i18n =
|
|
943
|
+
o.__injectWithOption = !0, o.__extender = r.__vueI18nExtend, this.$i18n = Ie(o);
|
|
944
944
|
const l = this.$i18n;
|
|
945
945
|
l.__extender && (l.__disposer = l.__extender(this.$i18n));
|
|
946
946
|
}
|
|
947
947
|
} else if (a.__i18n)
|
|
948
948
|
if (this === this.$root)
|
|
949
|
-
this.$i18n =
|
|
949
|
+
this.$i18n = Xe(e, a);
|
|
950
950
|
else {
|
|
951
|
-
this.$i18n =
|
|
951
|
+
this.$i18n = Ie({
|
|
952
952
|
__i18n: a.__i18n,
|
|
953
953
|
__injectWithOption: !0,
|
|
954
954
|
__extender: r.__vueI18nExtend,
|
|
@@ -959,7 +959,7 @@ function Ga(e, t, r) {
|
|
|
959
959
|
}
|
|
960
960
|
else
|
|
961
961
|
this.$i18n = e;
|
|
962
|
-
a.__i18nGlobal &&
|
|
962
|
+
a.__i18nGlobal && ot(t, a, a), this.$t = (...o) => this.$i18n.t(...o), this.$rt = (...o) => this.$i18n.rt(...o), this.$te = (o, l) => this.$i18n.te(o, l), this.$d = (...o) => this.$i18n.d(...o), this.$n = (...o) => this.$i18n.n(...o), this.$tm = (o) => this.$i18n.tm(o), r.__setInstance(n, this.$i18n);
|
|
963
963
|
},
|
|
964
964
|
mounted() {
|
|
965
965
|
if (process.env.NODE_ENV !== "production" && this.$i18n) {
|
|
@@ -968,7 +968,7 @@ function Ga(e, t, r) {
|
|
|
968
968
|
return;
|
|
969
969
|
const a = this.$i18n;
|
|
970
970
|
n.__VUE_I18N__ = a.__composer;
|
|
971
|
-
const o = this.__v_emitter =
|
|
971
|
+
const o = this.__v_emitter = Ne();
|
|
972
972
|
a.__enableEmitter && a.__enableEmitter(o), o.on("*", ne);
|
|
973
973
|
}
|
|
974
974
|
},
|
|
@@ -981,15 +981,15 @@ function Ga(e, t, r) {
|
|
|
981
981
|
}
|
|
982
982
|
};
|
|
983
983
|
}
|
|
984
|
-
function
|
|
985
|
-
e.locale = t.locale || e.locale, e.fallbackLocale = t.fallbackLocale || e.fallbackLocale, e.missing = t.missing || e.missing, e.silentTranslationWarn = t.silentTranslationWarn || e.silentFallbackWarn, e.silentFallbackWarn = t.silentFallbackWarn || e.silentFallbackWarn, e.formatFallbackMessages = t.formatFallbackMessages || e.formatFallbackMessages, e.postTranslation = t.postTranslation || e.postTranslation, e.warnHtmlInMessage = t.warnHtmlInMessage || e.warnHtmlInMessage, e.escapeParameterHtml = t.escapeParameterHtml || e.escapeParameterHtml, e.sync = t.sync || e.sync, e.__composer[
|
|
986
|
-
const r =
|
|
984
|
+
function Xe(e, t) {
|
|
985
|
+
e.locale = t.locale || e.locale, e.fallbackLocale = t.fallbackLocale || e.fallbackLocale, e.missing = t.missing || e.missing, e.silentTranslationWarn = t.silentTranslationWarn || e.silentFallbackWarn, e.silentFallbackWarn = t.silentFallbackWarn || e.silentFallbackWarn, e.formatFallbackMessages = t.formatFallbackMessages || e.formatFallbackMessages, e.postTranslation = t.postTranslation || e.postTranslation, e.warnHtmlInMessage = t.warnHtmlInMessage || e.warnHtmlInMessage, e.escapeParameterHtml = t.escapeParameterHtml || e.escapeParameterHtml, e.sync = t.sync || e.sync, e.__composer[st](t.pluralizationRules || e.pluralizationRules);
|
|
986
|
+
const r = Le(e.locale, {
|
|
987
987
|
messages: t.messages,
|
|
988
988
|
__i18n: t.__i18n
|
|
989
989
|
});
|
|
990
990
|
return Object.keys(r).forEach((n) => e.mergeLocaleMessage(n, r[n])), t.datetimeFormats && Object.keys(t.datetimeFormats).forEach((n) => e.mergeDateTimeFormat(n, t.datetimeFormats[n])), t.numberFormats && Object.keys(t.numberFormats).forEach((n) => e.mergeNumberFormat(n, t.numberFormats[n])), e;
|
|
991
991
|
}
|
|
992
|
-
const
|
|
992
|
+
const Fe = {
|
|
993
993
|
tag: {
|
|
994
994
|
type: [String, Object]
|
|
995
995
|
},
|
|
@@ -1007,7 +1007,7 @@ const Ce = {
|
|
|
1007
1007
|
type: Object
|
|
1008
1008
|
}
|
|
1009
1009
|
};
|
|
1010
|
-
function
|
|
1010
|
+
function xa({ slots: e }, t) {
|
|
1011
1011
|
return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((n, a) => [
|
|
1012
1012
|
...n,
|
|
1013
1013
|
// prettier-ignore
|
|
@@ -1017,10 +1017,10 @@ function Ha({ slots: e }, t) {
|
|
|
1017
1017
|
return a && (r[n] = a()), r;
|
|
1018
1018
|
}, A());
|
|
1019
1019
|
}
|
|
1020
|
-
function
|
|
1020
|
+
function _t() {
|
|
1021
1021
|
return nt;
|
|
1022
1022
|
}
|
|
1023
|
-
const
|
|
1023
|
+
const Ga = /* @__PURE__ */ Te({
|
|
1024
1024
|
/* eslint-disable */
|
|
1025
1025
|
name: "i18n-t",
|
|
1026
1026
|
props: S({
|
|
@@ -1032,26 +1032,26 @@ const Ya = /* @__PURE__ */ Fe({
|
|
|
1032
1032
|
type: [Number, String],
|
|
1033
1033
|
validator: (e) => ee(e) || !isNaN(e)
|
|
1034
1034
|
}
|
|
1035
|
-
},
|
|
1035
|
+
}, Fe),
|
|
1036
1036
|
/* eslint-enable */
|
|
1037
1037
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1038
1038
|
setup(e, t) {
|
|
1039
|
-
const { slots: r, attrs: n } = t, a = e.i18n ||
|
|
1039
|
+
const { slots: r, attrs: n } = t, a = e.i18n || Re({
|
|
1040
1040
|
useScope: e.scope,
|
|
1041
1041
|
__useComponent: !0
|
|
1042
1042
|
});
|
|
1043
1043
|
return () => {
|
|
1044
1044
|
const o = Object.keys(r).filter((f) => f[0] !== "_"), l = A();
|
|
1045
1045
|
e.locale && (l.locale = e.locale), e.plural !== void 0 && (l.plural = d(e.plural) ? +e.plural : e.plural);
|
|
1046
|
-
const c =
|
|
1046
|
+
const c = xa(t, o), _ = a[Ee](e.keypath, c, l), m = S(A(), n), E = d(e.tag) || R(e.tag) ? e.tag : _t();
|
|
1047
1047
|
return at(E, m, _);
|
|
1048
1048
|
};
|
|
1049
1049
|
}
|
|
1050
|
-
}),
|
|
1051
|
-
function
|
|
1050
|
+
}), Je = Ga;
|
|
1051
|
+
function Ha(e) {
|
|
1052
1052
|
return C(e) && !d(e[0]);
|
|
1053
1053
|
}
|
|
1054
|
-
function
|
|
1054
|
+
function mt(e, t, r, n) {
|
|
1055
1055
|
const { slots: a, attrs: o } = t;
|
|
1056
1056
|
return () => {
|
|
1057
1057
|
const l = { part: !0 };
|
|
@@ -1061,13 +1061,13 @@ function ft(e, t, r, n) {
|
|
|
1061
1061
|
let m = [l.key];
|
|
1062
1062
|
C(_) ? m = _.map((v, T) => {
|
|
1063
1063
|
const L = a[v.type], O = L ? L({ [v.type]: v.value, index: T, parts: _ }) : [v.value];
|
|
1064
|
-
return
|
|
1064
|
+
return Ha(O) && (O[0].key = `${v.type}-${T}`), O;
|
|
1065
1065
|
}) : d(_) && (m = [_]);
|
|
1066
|
-
const E = S(A(), o), f = d(e.tag) || R(e.tag) ? e.tag :
|
|
1066
|
+
const E = S(A(), o), f = d(e.tag) || R(e.tag) ? e.tag : _t();
|
|
1067
1067
|
return at(f, E, m);
|
|
1068
1068
|
};
|
|
1069
1069
|
}
|
|
1070
|
-
const
|
|
1070
|
+
const Ya = /* @__PURE__ */ Te({
|
|
1071
1071
|
/* eslint-disable */
|
|
1072
1072
|
name: "i18n-n",
|
|
1073
1073
|
props: S({
|
|
@@ -1078,21 +1078,21 @@ const Xa = /* @__PURE__ */ Fe({
|
|
|
1078
1078
|
format: {
|
|
1079
1079
|
type: [String, Object]
|
|
1080
1080
|
}
|
|
1081
|
-
},
|
|
1081
|
+
}, Fe),
|
|
1082
1082
|
/* eslint-enable */
|
|
1083
1083
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1084
1084
|
setup(e, t) {
|
|
1085
|
-
const r = e.i18n ||
|
|
1085
|
+
const r = e.i18n || Re({
|
|
1086
1086
|
useScope: e.scope,
|
|
1087
1087
|
__useComponent: !0
|
|
1088
1088
|
});
|
|
1089
|
-
return
|
|
1089
|
+
return mt(e, t, Zt, (...n) => (
|
|
1090
1090
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1091
|
-
r[
|
|
1091
|
+
r[be](...n)
|
|
1092
1092
|
));
|
|
1093
1093
|
}
|
|
1094
|
-
}),
|
|
1095
|
-
function
|
|
1094
|
+
}), Ke = Ya;
|
|
1095
|
+
function ja(e, t) {
|
|
1096
1096
|
const r = e;
|
|
1097
1097
|
if (e.mode === "composition")
|
|
1098
1098
|
return r.__getInstance(t) || e.global;
|
|
@@ -1101,22 +1101,22 @@ function Ka(e, t) {
|
|
|
1101
1101
|
return n != null ? n.__composer : e.global.__composer;
|
|
1102
1102
|
}
|
|
1103
1103
|
}
|
|
1104
|
-
function
|
|
1104
|
+
function Ba(e) {
|
|
1105
1105
|
const t = (l) => {
|
|
1106
1106
|
process.env.NODE_ENV !== "production" && tt(j(D.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
|
|
1107
1107
|
const { instance: c, value: _ } = l;
|
|
1108
1108
|
if (!c || !c.$)
|
|
1109
1109
|
throw F(b.UNEXPECTED_ERROR);
|
|
1110
|
-
const m =
|
|
1110
|
+
const m = ja(e, c.$), E = ze(_);
|
|
1111
1111
|
return [
|
|
1112
|
-
Reflect.apply(m.t, m, [...
|
|
1112
|
+
Reflect.apply(m.t, m, [...qe(E)]),
|
|
1113
1113
|
m
|
|
1114
1114
|
];
|
|
1115
1115
|
};
|
|
1116
1116
|
return {
|
|
1117
1117
|
created: (l, c) => {
|
|
1118
1118
|
const [_, m] = t(c);
|
|
1119
|
-
oe && (l.__i18nWatcher =
|
|
1119
|
+
oe && (l.__i18nWatcher = ge(m.locale, () => {
|
|
1120
1120
|
c.instance && c.instance.$forceUpdate();
|
|
1121
1121
|
})), l.__composer = m, l.textContent = _;
|
|
1122
1122
|
},
|
|
@@ -1125,9 +1125,9 @@ function gt(e) {
|
|
|
1125
1125
|
},
|
|
1126
1126
|
beforeUpdate: (l, { value: c }) => {
|
|
1127
1127
|
if (l.__composer) {
|
|
1128
|
-
const _ = l.__composer, m =
|
|
1128
|
+
const _ = l.__composer, m = ze(c);
|
|
1129
1129
|
l.textContent = Reflect.apply(_.t, _, [
|
|
1130
|
-
...
|
|
1130
|
+
...qe(m)
|
|
1131
1131
|
]);
|
|
1132
1132
|
}
|
|
1133
1133
|
},
|
|
@@ -1137,7 +1137,7 @@ function gt(e) {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
};
|
|
1139
1139
|
}
|
|
1140
|
-
function
|
|
1140
|
+
function ze(e) {
|
|
1141
1141
|
if (d(e))
|
|
1142
1142
|
return { path: e };
|
|
1143
1143
|
if (h(e)) {
|
|
@@ -1147,19 +1147,19 @@ function qe(e) {
|
|
|
1147
1147
|
} else
|
|
1148
1148
|
throw F(b.INVALID_VALUE);
|
|
1149
1149
|
}
|
|
1150
|
-
function
|
|
1150
|
+
function qe(e) {
|
|
1151
1151
|
const { path: t, locale: r, args: n, choice: a, plural: o } = e, l = {}, c = n || {};
|
|
1152
1152
|
return d(r) && (l.locale = r), ee(a) && (l.plural = a), ee(o) && (l.plural = o), [t, c, l];
|
|
1153
1153
|
}
|
|
1154
|
-
function
|
|
1154
|
+
function Xa(e, t, ...r) {
|
|
1155
1155
|
const n = h(r[0]) ? r[0] : {};
|
|
1156
|
-
(N(n.globalInstall) ? n.globalInstall : !0) && ([
|
|
1156
|
+
(N(n.globalInstall) ? n.globalInstall : !0) && ([Je.name, "I18nT"].forEach((o) => e.component(o, Je)), [Ke.name, "I18nN"].forEach((o) => e.component(o, Ke)), [Ze.name, "I18nD"].forEach((o) => e.component(o, Ze))), e.directive("t", Ba(t));
|
|
1157
1157
|
}
|
|
1158
|
-
const
|
|
1159
|
-
function
|
|
1158
|
+
const Ja = /* @__PURE__ */ y("global-vue-i18n");
|
|
1159
|
+
function mn(e = {}) {
|
|
1160
1160
|
const t = __VUE_I18N_LEGACY_API__ && N(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__;
|
|
1161
1161
|
process.env.NODE_ENV !== "production" && t && tt(j(D.DEPRECATE_LEGACY_MODE));
|
|
1162
|
-
const r = N(e.globalInjection) ? e.globalInjection : !0, n = /* @__PURE__ */ new Map(), [a, o] =
|
|
1162
|
+
const r = N(e.globalInjection) ? e.globalInjection : !0, n = /* @__PURE__ */ new Map(), [a, o] = Ka(e, t), l = /* @__PURE__ */ y(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
|
|
1163
1163
|
function c(f) {
|
|
1164
1164
|
return n.get(f) || null;
|
|
1165
1165
|
}
|
|
@@ -1181,14 +1181,14 @@ function qa(e = {}) {
|
|
|
1181
1181
|
E.__composerExtend = O.__composerExtend, E.__vueI18nExtend = O.__vueI18nExtend;
|
|
1182
1182
|
}
|
|
1183
1183
|
let T = null;
|
|
1184
|
-
!t && r && (T =
|
|
1184
|
+
!t && r && (T = nn(f, E.global)), __VUE_I18N_FULL_INSTALL__ && Xa(f, E, ...v), __VUE_I18N_LEGACY_API__ && t && f.mixin($a(o, o.__composer, E));
|
|
1185
1185
|
const L = f.unmount;
|
|
1186
1186
|
if (f.unmount = () => {
|
|
1187
1187
|
T && T(), E.dispose(), L();
|
|
1188
1188
|
}, process.env.NODE_ENV !== "production") {
|
|
1189
|
-
if (!await
|
|
1189
|
+
if (!await ka(f, E))
|
|
1190
1190
|
throw F(b.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
|
|
1191
|
-
const V =
|
|
1191
|
+
const V = Ne();
|
|
1192
1192
|
if (t) {
|
|
1193
1193
|
const k = o;
|
|
1194
1194
|
k.__enableEmitter && k.__enableEmitter(V);
|
|
@@ -1217,57 +1217,57 @@ function qa(e = {}) {
|
|
|
1217
1217
|
};
|
|
1218
1218
|
return E;
|
|
1219
1219
|
}
|
|
1220
|
-
function
|
|
1220
|
+
function Re(e = {}) {
|
|
1221
1221
|
const t = Y();
|
|
1222
1222
|
if (t == null)
|
|
1223
1223
|
throw F(b.MUST_BE_CALL_SETUP_TOP);
|
|
1224
1224
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
1225
1225
|
throw F(b.NOT_INSTALLED);
|
|
1226
|
-
const r =
|
|
1226
|
+
const r = za(t), n = Qa(r), a = lt(t), o = qa(e, a);
|
|
1227
1227
|
if (o === "global")
|
|
1228
|
-
return
|
|
1228
|
+
return ot(n, e, a), n;
|
|
1229
1229
|
if (o === "parent") {
|
|
1230
|
-
let _ =
|
|
1230
|
+
let _ = Za(r, t, e.__useComponent);
|
|
1231
1231
|
return _ == null && (process.env.NODE_ENV !== "production" && ce(j(D.NOT_FOUND_PARENT_SCOPE)), _ = n), _;
|
|
1232
1232
|
}
|
|
1233
1233
|
const l = r;
|
|
1234
1234
|
let c = l.__getInstance(t);
|
|
1235
1235
|
if (c == null) {
|
|
1236
1236
|
const _ = S({}, e);
|
|
1237
|
-
"__i18n" in a && (_.__i18n = a.__i18n), n && (_.__root = n), c =
|
|
1237
|
+
"__i18n" in a && (_.__i18n = a.__i18n), n && (_.__root = n), c = Oe(_), l.__composerExtend && (c[ve] = l.__composerExtend(c)), tn(l, t, c), l.__setInstance(t, c);
|
|
1238
1238
|
} else
|
|
1239
1239
|
process.env.NODE_ENV !== "production" && o === "local" && ce(j(D.DUPLICATE_USE_I18N_CALLING));
|
|
1240
1240
|
return c;
|
|
1241
1241
|
}
|
|
1242
|
-
function
|
|
1243
|
-
const r =
|
|
1242
|
+
function Ka(e, t) {
|
|
1243
|
+
const r = ca(), n = __VUE_I18N_LEGACY_API__ && t ? r.run(() => Ie(e)) : r.run(() => Oe(e));
|
|
1244
1244
|
if (n == null)
|
|
1245
1245
|
throw F(b.UNEXPECTED_ERROR);
|
|
1246
1246
|
return [r, n];
|
|
1247
1247
|
}
|
|
1248
|
-
function
|
|
1249
|
-
const t =
|
|
1248
|
+
function za(e) {
|
|
1249
|
+
const t = fa(e.isCE ? Ja : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
1250
1250
|
if (!t)
|
|
1251
1251
|
throw F(e.isCE ? b.NOT_INSTALLED_WITH_PROVIDE : b.UNEXPECTED_ERROR);
|
|
1252
1252
|
return t;
|
|
1253
1253
|
}
|
|
1254
|
-
function
|
|
1255
|
-
return
|
|
1254
|
+
function qa(e, t) {
|
|
1255
|
+
return ia(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1257
|
+
function Qa(e) {
|
|
1258
1258
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1260
|
+
function Za(e, t, r = !1) {
|
|
1261
1261
|
let n = null;
|
|
1262
1262
|
const a = t.root;
|
|
1263
|
-
let o =
|
|
1263
|
+
let o = en(t, r);
|
|
1264
1264
|
for (; o != null; ) {
|
|
1265
1265
|
const l = e;
|
|
1266
1266
|
if (e.mode === "composition")
|
|
1267
1267
|
n = l.__getInstance(o);
|
|
1268
1268
|
else if (__VUE_I18N_LEGACY_API__) {
|
|
1269
1269
|
const c = l.__getInstance(o);
|
|
1270
|
-
c != null && (n = c.__composer, r && n && !n[
|
|
1270
|
+
c != null && (n = c.__composer, r && n && !n[rt] && (n = null));
|
|
1271
1271
|
}
|
|
1272
1272
|
if (n != null || a === o)
|
|
1273
1273
|
break;
|
|
@@ -1275,36 +1275,36 @@ function an(e, t, r = !1) {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
return n;
|
|
1277
1277
|
}
|
|
1278
|
-
function
|
|
1278
|
+
function en(e, t = !1) {
|
|
1279
1279
|
return e == null ? null : t && e.vnode.ctx || e.parent;
|
|
1280
1280
|
}
|
|
1281
|
-
function
|
|
1281
|
+
function tn(e, t, r) {
|
|
1282
1282
|
let n = null;
|
|
1283
|
-
|
|
1283
|
+
ga(() => {
|
|
1284
1284
|
if (process.env.NODE_ENV !== "production") {
|
|
1285
|
-
t.__VUE_I18N__ = r, n =
|
|
1285
|
+
t.__VUE_I18N__ = r, n = Ne();
|
|
1286
1286
|
const a = r;
|
|
1287
1287
|
a[G] && a[G](n), n.on("*", ne);
|
|
1288
1288
|
}
|
|
1289
|
-
}, t),
|
|
1289
|
+
}, t), Ea(() => {
|
|
1290
1290
|
const a = r;
|
|
1291
1291
|
process.env.NODE_ENV !== "production" && (n && n.off("*", ne), a[te] && a[te](), delete t.__VUE_I18N__), e.__deleteInstance(t);
|
|
1292
|
-
const o = a[
|
|
1293
|
-
o && (o(), delete a[
|
|
1292
|
+
const o = a[ve];
|
|
1293
|
+
o && (o(), delete a[ve]);
|
|
1294
1294
|
}, t);
|
|
1295
1295
|
}
|
|
1296
|
-
const
|
|
1296
|
+
const an = [
|
|
1297
1297
|
"locale",
|
|
1298
1298
|
"fallbackLocale",
|
|
1299
1299
|
"availableLocales"
|
|
1300
|
-
],
|
|
1301
|
-
function
|
|
1300
|
+
], Qe = ["t", "rt", "d", "n", "tm", "te"];
|
|
1301
|
+
function nn(e, t) {
|
|
1302
1302
|
const r = /* @__PURE__ */ Object.create(null);
|
|
1303
|
-
return
|
|
1303
|
+
return an.forEach((a) => {
|
|
1304
1304
|
const o = Object.getOwnPropertyDescriptor(t, a);
|
|
1305
1305
|
if (!o)
|
|
1306
1306
|
throw F(b.UNEXPECTED_ERROR);
|
|
1307
|
-
const l =
|
|
1307
|
+
const l = ua(o.value) ? {
|
|
1308
1308
|
get() {
|
|
1309
1309
|
return o.value.value;
|
|
1310
1310
|
},
|
|
@@ -1318,18 +1318,18 @@ function ln(e, t) {
|
|
|
1318
1318
|
}
|
|
1319
1319
|
};
|
|
1320
1320
|
Object.defineProperty(r, a, l);
|
|
1321
|
-
}), e.config.globalProperties.$i18n = r,
|
|
1321
|
+
}), e.config.globalProperties.$i18n = r, Qe.forEach((a) => {
|
|
1322
1322
|
const o = Object.getOwnPropertyDescriptor(t, a);
|
|
1323
1323
|
if (!o || !o.value)
|
|
1324
1324
|
throw F(b.UNEXPECTED_ERROR);
|
|
1325
1325
|
Object.defineProperty(e.config.globalProperties, `$${a}`, o);
|
|
1326
1326
|
}), () => {
|
|
1327
|
-
delete e.config.globalProperties.$i18n,
|
|
1327
|
+
delete e.config.globalProperties.$i18n, Qe.forEach((a) => {
|
|
1328
1328
|
delete e.config.globalProperties[`$${a}`];
|
|
1329
1329
|
});
|
|
1330
1330
|
};
|
|
1331
1331
|
}
|
|
1332
|
-
const
|
|
1332
|
+
const sn = /* @__PURE__ */ Te({
|
|
1333
1333
|
/* eslint-disable */
|
|
1334
1334
|
name: "i18n-d",
|
|
1335
1335
|
props: S({
|
|
@@ -1340,48 +1340,30 @@ const on = /* @__PURE__ */ Fe({
|
|
|
1340
1340
|
format: {
|
|
1341
1341
|
type: [String, Object]
|
|
1342
1342
|
}
|
|
1343
|
-
},
|
|
1343
|
+
}, Fe),
|
|
1344
1344
|
/* eslint-enable */
|
|
1345
1345
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1346
1346
|
setup(e, t) {
|
|
1347
|
-
const r = e.i18n ||
|
|
1347
|
+
const r = e.i18n || Re({
|
|
1348
1348
|
useScope: e.scope,
|
|
1349
1349
|
__useComponent: !0
|
|
1350
1350
|
});
|
|
1351
|
-
return
|
|
1351
|
+
return mt(e, t, ea, (...n) => (
|
|
1352
1352
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1353
|
-
r[
|
|
1353
|
+
r[de](...n)
|
|
1354
1354
|
));
|
|
1355
1355
|
}
|
|
1356
|
-
}),
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1356
|
+
}), Ze = sn;
|
|
1357
|
+
Na();
|
|
1358
|
+
ta(ra);
|
|
1359
|
+
aa(la);
|
|
1360
|
+
na(fe);
|
|
1361
1361
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
1362
1362
|
const e = Q();
|
|
1363
|
-
e.__INTLIFY__ = !0,
|
|
1363
|
+
e.__INTLIFY__ = !0, sa(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
1364
1364
|
}
|
|
1365
1365
|
process.env.NODE_ENV;
|
|
1366
|
-
const bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1367
|
-
__proto__: null,
|
|
1368
|
-
DatetimeFormat: me,
|
|
1369
|
-
I18nD: cn,
|
|
1370
|
-
I18nInjectionKey: Et,
|
|
1371
|
-
I18nN: Ja,
|
|
1372
|
-
I18nT: ja,
|
|
1373
|
-
NumberFormat: _e,
|
|
1374
|
-
Translation: ue,
|
|
1375
|
-
VERSION: st,
|
|
1376
|
-
createI18n: qa,
|
|
1377
|
-
useI18n: fe,
|
|
1378
|
-
vTDirective: gt
|
|
1379
|
-
}, Symbol.toStringTag, { value: "Module" })), un = "11.3.0", vn = {
|
|
1380
|
-
version: un
|
|
1381
|
-
};
|
|
1382
1366
|
export {
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
fe as u,
|
|
1386
|
-
vn as v
|
|
1367
|
+
mn as c,
|
|
1368
|
+
Re as u
|
|
1387
1369
|
};
|