@vc-shell/framework 2.0.0-alpha.1 → 2.0.0-alpha.10

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.
Files changed (668) hide show
  1. package/CHANGELOG.md +4552 -0
  2. package/dist/core/composables/useBlade/index.d.ts +21 -24
  3. package/dist/core/composables/useBlade/index.d.ts.map +1 -1
  4. package/dist/core/composables/useNotifications/index.d.ts +3 -8
  5. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  6. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  7. package/dist/core/notifications/composables/index.d.ts +3 -0
  8. package/dist/core/notifications/composables/index.d.ts.map +1 -0
  9. package/dist/core/notifications/composables/useBladeNotifications.d.ts +13 -0
  10. package/dist/core/notifications/composables/useBladeNotifications.d.ts.map +1 -0
  11. package/dist/core/notifications/composables/useNotificationStore.d.ts +8 -0
  12. package/dist/core/notifications/composables/useNotificationStore.d.ts.map +1 -0
  13. package/dist/core/notifications/index.d.ts +7 -0
  14. package/dist/core/notifications/index.d.ts.map +1 -0
  15. package/dist/core/notifications/store.d.ts +27 -0
  16. package/dist/core/notifications/store.d.ts.map +1 -0
  17. package/dist/core/notifications/toast-controller.d.ts +7 -0
  18. package/dist/core/notifications/toast-controller.d.ts.map +1 -0
  19. package/dist/core/notifications/types.d.ts +46 -0
  20. package/dist/core/notifications/types.d.ts.map +1 -0
  21. package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts +2 -1
  22. package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts.map +1 -1
  23. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts +2 -1
  24. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts.map +1 -1
  25. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts +2 -1
  26. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts.map +1 -1
  27. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts +2 -1
  28. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts.map +1 -1
  29. package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts +2 -1
  30. package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts.map +1 -1
  31. package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +3 -2
  32. package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts.map +1 -1
  33. package/dist/core/plugins/modularity/index.d.ts +43 -31
  34. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  35. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  36. package/dist/core/types/index.d.ts +2 -79
  37. package/dist/core/types/index.d.ts.map +1 -1
  38. package/dist/core/types/menu-types.d.ts +80 -0
  39. package/dist/core/types/menu-types.d.ts.map +1 -0
  40. package/dist/framework.css +1 -1
  41. package/dist/framework.js +30573 -34793
  42. package/dist/index.d.ts +2 -0
  43. package/dist/index.d.ts.map +1 -1
  44. package/dist/injection-keys.d.ts +2 -21
  45. package/dist/injection-keys.d.ts.map +1 -1
  46. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +2 -1
  47. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  48. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +2 -1
  49. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -1
  50. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts +2 -1
  51. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +1 -1
  52. package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +2 -1
  53. package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
  54. package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts.map +1 -1
  55. package/dist/shared/components/blade-navigation/plugin-v2.d.ts.map +1 -1
  56. package/dist/shared/components/blade-navigation/types/index.d.ts +3 -1
  57. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  58. package/dist/shared/components/blade-navigation/utils/bladeRouterGuard.d.ts +31 -0
  59. package/dist/shared/components/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -0
  60. package/dist/shared/components/change-password/change-password.vue.d.ts +2 -1
  61. package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
  62. package/dist/shared/components/change-password-button/change-password-button.vue.d.ts +2 -1
  63. package/dist/shared/components/change-password-button/change-password-button.vue.d.ts.map +1 -1
  64. package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts +3 -2
  65. package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts.map +1 -1
  66. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -2
  67. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
  68. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts +3 -2
  69. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
  70. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -2
  71. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
  72. package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts +3 -2
  73. package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +1 -1
  74. package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +2 -1
  75. package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +1 -1
  76. package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +2 -1
  77. package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -1
  78. package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +10 -5
  79. package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -1
  80. package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +11 -6
  81. package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -1
  82. package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +10 -5
  83. package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -1
  84. package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts +3 -2
  85. package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts.map +1 -1
  86. package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts +3 -2
  87. package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts.map +1 -1
  88. package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts +2 -1
  89. package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts.map +1 -1
  90. package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +3 -2
  91. package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -1
  92. package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts +2 -1
  93. package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -1
  94. package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts +2 -1
  95. package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts.map +1 -1
  96. package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts +13 -8
  97. package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +1 -1
  98. package/dist/shared/components/generic-dropdown/index.d.ts +8 -6
  99. package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -1
  100. package/dist/shared/components/index.d.ts +0 -1
  101. package/dist/shared/components/index.d.ts.map +1 -1
  102. package/dist/shared/components/language-selector/language-selector.vue.d.ts +2 -1
  103. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  104. package/dist/shared/components/logout-button/logout-button.vue.d.ts +2 -1
  105. package/dist/shared/components/logout-button/logout-button.vue.d.ts.map +1 -1
  106. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +2 -1
  107. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts.map +1 -1
  108. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +2 -3
  109. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  110. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +2 -1
  111. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
  112. package/dist/shared/components/notification-template/notification-template.vue.d.ts +8 -4
  113. package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
  114. package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
  115. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  116. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  117. package/dist/shared/components/notifications/types/index.d.ts +9 -1
  118. package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
  119. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +2 -1
  120. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  121. package/dist/shared/components/popup-handler/plugin.d.ts.map +1 -1
  122. package/dist/shared/components/settings-menu/settings-menu.vue.d.ts +2 -1
  123. package/dist/shared/components/settings-menu/settings-menu.vue.d.ts.map +1 -1
  124. package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts +3 -2
  125. package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
  126. package/dist/shared/components/sidebar/sidebar.vue.d.ts +3 -2
  127. package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -1
  128. package/dist/shared/components/sign-in/external-provider.vue.d.ts +2 -1
  129. package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
  130. package/dist/shared/components/sign-in/external-providers.vue.d.ts +2 -1
  131. package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
  132. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +2 -1
  133. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -1
  134. package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts +2 -1
  135. package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -1
  136. package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +2 -1
  137. package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -1
  138. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +2 -1
  139. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  140. package/dist/shared/index.d.ts.map +1 -1
  141. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +2 -1
  142. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  143. package/dist/shared/modules/assets/index.d.ts +1 -3
  144. package/dist/shared/modules/assets/index.d.ts.map +1 -1
  145. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -1
  146. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  147. package/dist/shared/modules/assets-manager/index.d.ts +1 -3
  148. package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
  149. package/dist/shared/modules/index.d.ts +0 -1
  150. package/dist/shared/modules/index.d.ts.map +1 -1
  151. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +2 -1
  152. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
  153. package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts +2 -1
  154. package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts.map +1 -1
  155. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +2 -1
  156. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  157. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +2 -1
  158. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  159. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +2 -1
  160. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  161. package/dist/test-helpers.d.ts +102 -1
  162. package/dist/test-helpers.d.ts.map +1 -1
  163. package/dist/tsconfig.tsbuildinfo +1 -1
  164. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +3 -2
  165. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  166. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts +3 -2
  167. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
  168. package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +3 -2
  169. package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts.map +1 -1
  170. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +3 -2
  171. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  172. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +3 -2
  173. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  174. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +3 -2
  175. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  176. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -4
  177. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  178. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +3 -2
  179. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  180. package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts +2 -1
  181. package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts.map +1 -1
  182. package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +2 -1
  183. package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts.map +1 -1
  184. package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +3 -2
  185. package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts.map +1 -1
  186. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -2
  187. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  188. package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +2 -1
  189. package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts.map +1 -1
  190. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +2 -1
  191. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
  192. package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +2 -1
  193. package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts.map +1 -1
  194. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +2 -1
  195. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  196. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +3 -2
  197. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  198. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -2
  199. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  200. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +2 -1
  201. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  202. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +2 -1
  203. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  204. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +3 -2
  205. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  206. package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts +6 -5
  207. package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts.map +1 -1
  208. package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +2 -1
  209. package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -1
  210. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +3 -2
  211. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  212. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +2 -1
  213. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  214. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +3 -2
  215. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  216. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +2 -1
  217. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  218. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +2 -1
  219. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  220. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +3 -2
  221. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -1
  222. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +3 -2
  223. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -1
  224. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +2 -1
  225. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  226. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -2
  227. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  228. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
  229. package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
  230. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +31 -34
  231. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  232. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +1 -1
  233. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
  234. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +28 -31
  235. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
  236. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +4 -3
  237. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts.map +1 -1
  238. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +4 -3
  239. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
  240. package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts +2 -1
  241. package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts.map +1 -1
  242. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +15 -10
  243. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts.map +1 -1
  244. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +9 -8
  245. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
  246. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +2 -1
  247. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts.map +1 -1
  248. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts +2 -1
  249. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts.map +1 -1
  250. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts +2 -1
  251. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts.map +1 -1
  252. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +2 -1
  253. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts.map +1 -1
  254. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +5 -4
  255. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  256. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -2
  257. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
  258. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -1
  259. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  260. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -2
  261. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  262. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +3 -2
  263. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  264. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +32 -54
  265. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  266. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +2 -1
  267. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  268. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +3 -2
  269. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -1
  270. package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts +7 -6
  271. package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts.map +1 -1
  272. package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts +3 -2
  273. package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts.map +1 -1
  274. package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts +3 -2
  275. package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts.map +1 -1
  276. package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +3 -2
  277. package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
  278. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts +3 -2
  279. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts.map +1 -1
  280. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +5 -4
  281. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts.map +1 -1
  282. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +15 -10
  283. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  284. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +2 -1
  285. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  286. package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
  287. package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
  288. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +27 -39
  289. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
  290. package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
  291. package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
  292. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +27 -28
  293. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
  294. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -3
  295. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  296. package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts +3 -2
  297. package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts.map +1 -1
  298. package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +3 -2
  299. package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts.map +1 -1
  300. package/dist/ui/components/molecules/vc-select/composables/index.d.ts +1 -3
  301. package/dist/ui/components/molecules/vc-select/composables/index.d.ts.map +1 -1
  302. package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts +30 -0
  303. package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts.map +1 -0
  304. package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts +3 -2
  305. package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts.map +1 -1
  306. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +30 -19
  307. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  308. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +8 -7
  309. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  310. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +3 -2
  311. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
  312. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +3 -2
  313. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  314. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +3 -2
  315. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
  316. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts +2 -1
  317. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts.map +1 -1
  318. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts +5 -4
  319. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts.map +1 -1
  320. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts +2 -1
  321. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts.map +1 -1
  322. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts +3 -2
  323. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts.map +1 -1
  324. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts +2 -1
  325. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts.map +1 -1
  326. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts +3 -2
  327. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts.map +1 -1
  328. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts +3 -2
  329. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts.map +1 -1
  330. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts +3 -2
  331. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
  332. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +3 -2
  333. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
  334. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +3 -2
  335. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
  336. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +2 -1
  337. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
  338. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts +2 -1
  339. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts.map +1 -1
  340. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +3 -2
  341. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts.map +1 -1
  342. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +6 -5
  343. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
  344. package/dist/ui/components/organisms/vc-app/composables/useShellNavigation.d.ts.map +1 -1
  345. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -2
  346. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  347. package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts +3 -2
  348. package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts.map +1 -1
  349. package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts +2 -1
  350. package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts.map +1 -1
  351. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts +5 -4
  352. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
  353. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts +2 -1
  354. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +1 -1
  355. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts +2 -1
  356. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
  357. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +5 -4
  358. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
  359. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +2 -1
  360. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
  361. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +3 -2
  362. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts.map +1 -1
  363. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +3 -2
  364. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts.map +1 -1
  365. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +2 -1
  366. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts.map +1 -1
  367. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts +2 -1
  368. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
  369. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts +2 -1
  370. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts.map +1 -1
  371. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +2 -1
  372. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
  373. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts +2 -1
  374. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
  375. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts +2 -1
  376. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts.map +1 -1
  377. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -30
  378. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  379. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +20 -15
  380. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  381. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +4 -3
  382. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  383. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +2 -1
  384. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  385. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +10 -9
  386. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  387. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +4 -3
  388. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
  389. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -5
  390. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  391. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +5 -4
  392. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
  393. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +62 -57
  394. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts.map +1 -1
  395. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +36 -31
  396. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +1 -1
  397. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +7 -6
  398. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
  399. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -1
  400. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  401. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -1
  402. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  403. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +2 -1
  404. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  405. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +3 -2
  406. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
  407. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +5 -4
  408. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  409. package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +4 -4
  410. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +5 -4
  411. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
  412. package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts +2 -1
  413. package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts.map +1 -1
  414. package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +12 -11
  415. package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +1 -1
  416. package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +20 -15
  417. package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
  418. package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +2 -1
  419. package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts.map +1 -1
  420. package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +31 -26
  421. package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts.map +1 -1
  422. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts +2 -1
  423. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts.map +1 -1
  424. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +9 -8
  425. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
  426. package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts +11 -6
  427. package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts.map +1 -1
  428. package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +2 -1
  429. package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts.map +1 -1
  430. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +2 -1
  431. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
  432. package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts +3 -2
  433. package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts.map +1 -1
  434. package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts +3 -2
  435. package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts.map +1 -1
  436. package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +4 -3
  437. package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts.map +1 -1
  438. package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts +2 -1
  439. package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
  440. package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts +6 -5
  441. package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts.map +1 -1
  442. package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts +3 -2
  443. package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts.map +1 -1
  444. package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts +3 -2
  445. package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts.map +1 -1
  446. package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts +3 -2
  447. package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts.map +1 -1
  448. package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts +3 -2
  449. package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts.map +1 -1
  450. package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts +2 -1
  451. package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts.map +1 -1
  452. package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +8 -7
  453. package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts.map +1 -1
  454. package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +2 -1
  455. package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts.map +1 -1
  456. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +6 -5
  457. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
  458. package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts +2 -1
  459. package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts.map +1 -1
  460. package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +11 -10
  461. package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts.map +1 -1
  462. package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts +2 -1
  463. package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -1
  464. package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts +2 -1
  465. package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts.map +1 -1
  466. package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts +2 -1
  467. package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts.map +1 -1
  468. package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts +2 -1
  469. package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts.map +1 -1
  470. package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts +5 -4
  471. package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts.map +1 -1
  472. package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts +2 -1
  473. package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts.map +1 -1
  474. package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts +2 -1
  475. package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts.map +1 -1
  476. package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts +2 -1
  477. package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts.map +1 -1
  478. package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts +2 -1
  479. package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts.map +1 -1
  480. package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts +2 -1
  481. package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts.map +1 -1
  482. package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts +2 -1
  483. package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts.map +1 -1
  484. package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts +2 -1
  485. package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts.map +1 -1
  486. package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts +2 -1
  487. package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts.map +1 -1
  488. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +15 -10
  489. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
  490. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +17 -12
  491. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts.map +1 -1
  492. package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +15 -10
  493. package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts.map +1 -1
  494. package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +11 -6
  495. package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts.map +1 -1
  496. package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts +5 -4
  497. package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -1
  498. package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +2 -6
  499. package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +1 -1
  500. package/dist/ui/components/organisms/vc-table/keys.d.ts +5 -1
  501. package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
  502. package/dist/ui/components/organisms/vc-table/types.d.ts +12 -9
  503. package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
  504. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +2 -6
  505. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +1 -1
  506. package/dist/ui/types/global-components.d.ts +10 -0
  507. package/dist/ui/types/global-components.d.ts.map +1 -0
  508. package/dist/ui/types/index.d.ts +0 -8
  509. package/dist/ui/types/index.d.ts.map +1 -1
  510. package/dist/{vendor-boolbase-D2i1C8XR.js → vendor-boolbase-DYkUBG-P.js} +1 -1
  511. package/dist/{vendor-cheerio-DrsWhxJH.js → vendor-cheerio-DE71XQ9x.js} +1 -1
  512. package/dist/{vendor-cheerio-select-jw4C2SiT.js → vendor-cheerio-select-D-qK1Cpo.js} +2 -2
  513. package/dist/{vendor-css-select-BwGMmTuc.js → vendor-css-select-DqoO1-RK.js} +2 -2
  514. package/dist/{vendor-dompurify-M2Bspgo5.js → vendor-dompurify-BIuh5IAZ.js} +2 -2
  515. package/dist/{vendor-iso-639-1-rPqx9HMT.js → vendor-iso-639-1-BEjYyfKo.js} +7 -9
  516. package/dist/vendor-lodash-es-CWnYz7RK.js +1497 -0
  517. package/dist/{vendor-markdown-it-task-lists-CHCnS7dl.js → vendor-markdown-it-task-lists-CHKeJZfk.js} +1 -1
  518. package/dist/{vendor-nth-check-CGMdQf59.js → vendor-nth-check-D0N1qpsw.js} +1 -1
  519. package/dist/{vendor-prettier-CoRReRqw.js → vendor-prettier-DeqUTTnE.js} +1 -1
  520. package/dist/{vendor-striptags-BrHtQQiF.js → vendor-striptags-DtlgQudQ.js} +1 -1
  521. package/dist/{vendor-tiptap-markdown-DLzeP3KU.js → vendor-tiptap-markdown-BTXJw7Bt.js} +1 -1
  522. package/dist/{vendor-truncate-html-r2r8GKvW.js → vendor-truncate-html-ChA1T5zy.js} +1 -1
  523. package/dist/{vendor-unovis-ts-Bue71Kwt.js → vendor-unovis-ts-stSsHr9j.js} +1 -1
  524. package/dist/{vendor-unovis-vue-C_K1g5KH.js → vendor-unovis-vue-CZWGT3-0.js} +1 -1
  525. package/dist/{vendor-vue-i18n-DeO9Fa9I.js → vendor-vue-i18n-DfoSKa-v.js} +265 -283
  526. package/dist/{vendor-vue3-application-insights-BmJCYUcp.js → vendor-vue3-application-insights-BLGgC5YQ.js} +25 -25
  527. package/dist/vendor-vueuse-components-BQDr5uOZ.js +219 -0
  528. package/dist/vendor-vueuse-core-BFg8Ys-l.js +530 -0
  529. package/dist/vendor-vueuse-shared-ZhCFpkF2.js +149 -0
  530. package/package.json +9 -10
  531. package/LICENSE +0 -12
  532. package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
  533. package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
  534. package/dist/shared/components/app-switcher/index.d.ts +0 -14
  535. package/dist/shared/components/app-switcher/index.d.ts.map +0 -1
  536. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
  537. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
  538. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
  539. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
  540. package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
  541. package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
  542. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
  543. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
  544. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
  545. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
  546. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
  547. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
  548. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
  549. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
  550. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
  551. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
  552. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
  553. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
  554. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
  555. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
  556. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
  557. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
  558. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
  559. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
  560. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
  561. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
  562. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
  563. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
  564. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
  565. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
  566. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
  567. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
  568. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
  569. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
  570. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
  571. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
  572. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
  573. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
  574. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
  575. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
  576. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
  577. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
  578. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
  579. package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
  580. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
  581. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
  582. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
  583. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
  584. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
  585. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
  586. package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
  587. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
  588. package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
  589. package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
  590. package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
  591. package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
  592. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
  593. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
  594. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
  595. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
  596. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
  597. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
  598. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
  599. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
  600. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
  601. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
  602. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
  603. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
  604. package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
  605. package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
  606. package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
  607. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
  608. package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
  609. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
  610. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
  611. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
  612. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
  613. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
  614. package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
  615. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
  616. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
  617. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
  618. package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
  619. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
  620. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
  621. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
  622. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
  623. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
  624. package/dist/shared/modules/dynamic/index.d.ts +0 -39
  625. package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
  626. package/dist/shared/modules/dynamic/keys.d.ts +0 -3
  627. package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
  628. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
  629. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
  630. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
  631. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
  632. package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
  633. package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
  634. package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
  635. package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
  636. package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
  637. package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
  638. package/dist/shared/pages/ChangePasswordPage/plugin.d.ts +0 -6
  639. package/dist/shared/pages/ChangePasswordPage/plugin.d.ts.map +0 -1
  640. package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts +0 -6
  641. package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts.map +0 -1
  642. package/dist/shared/pages/InvitePage/plugin.d.ts +0 -6
  643. package/dist/shared/pages/InvitePage/plugin.d.ts.map +0 -1
  644. package/dist/shared/pages/LoginPage/plugin.d.ts +0 -6
  645. package/dist/shared/pages/LoginPage/plugin.d.ts.map +0 -1
  646. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +0 -6
  647. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +0 -1
  648. package/dist/shared/pages/plugin.d.ts +0 -6
  649. package/dist/shared/pages/plugin.d.ts.map +0 -1
  650. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
  651. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
  652. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
  653. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
  654. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
  655. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
  656. package/dist/vendor-core-js-Do_NZFHx.js +0 -880
  657. package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
  658. package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
  659. package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
  660. package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
  661. package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
  662. package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
  663. package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
  664. package/dist/vendor-semver-Dar8oU3V.js +0 -1023
  665. package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
  666. package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
  667. package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
  668. package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
@@ -1,21 +1,21 @@
1
- import { C as H, D as et, u as z, c as Xt, a as ye, b as Ve, i as Z, A as Jt, s as Kt, g as zt, N as qt, d as Qt, e as Zt, f as ea, h as be, j as Me, p as Ue, t as We, M as we, k as $e, l as xe, m as Ge, n as He, o as ta, q as aa, r as na, v as sa, w as ra, x as la, y as oa, z as ia, B as ca } from "./vendor-intlify-core-base-BmIo1dK4.js";
2
- import { g as N, k as tt, B as y, f as ua, d as h, i as d, c as C, h as le, b as x, t as oe, C as he, a as S, e as A, D as re, m as ie, l as R, o as ee, w as ce, p as _a, n as Q } from "./vendor-intlify-shared-SCAs3ybf.js";
3
- import * as Ee from "vue";
4
- import { effectScope as ma, computed as q, watch as ve, isRef as fa, ref as ga, shallowRef as Ea, defineComponent as Fe, h as at, Fragment as nt, inject as da, onMounted as ba, onUnmounted as va, createVNode as Ia, Text as pa } from "vue";
5
- import { s as Na } from "./vendor-vue-devtools-api-aVYGocXp.js";
6
- import { c as Ta } from "./vendor-intlify-message-compiler-D9VOavkL.js";
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 st = "11.3.0";
13
- function La() {
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: ea,
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 Ta(e, null, process.env.NODE_ENV !== "production" ? { messages: Oa, args: t } : void 0);
39
+ return pa(e, null, process.env.NODE_ENV !== "production" ? { messages: Ta, args: t } : void 0);
40
40
  }
41
- const Oa = {
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
- }, Ie = /* @__PURE__ */ y("__translateVNode"), pe = /* @__PURE__ */ y("__datetimeParts"), Ne = /* @__PURE__ */ y("__numberParts"), G = /* @__PURE__ */ y("__enableEmitter"), te = /* @__PURE__ */ y("__disableEmitter"), rt = y("__setPluralRules"), lt = /* @__PURE__ */ y("__injectWithOption"), Te = /* @__PURE__ */ y("__dispose"), D = {
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
- }, ha = {
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 ua(ha[e], ...t);
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) ? Jt.includes(r[n]) || delete e[t] : (a[r[n]] = e[t], delete e[t])), !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 Re(e, t) {
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 ot(e) {
127
+ function lt(e) {
128
128
  return e.type;
129
129
  }
130
- function it(e, t, r) {
130
+ function ot(e, t, r) {
131
131
  let n = R(t.messages) ? t.messages : A();
132
- "__i18nGlobal" in r && (n = Re(e.locale.value, {
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 Ye(e) {
156
- return Ia(pa, null, e, 0);
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 Ee ? Ee[e] : Ee.getCurrentInstance();
160
+ return e in _e ? _e[e] : _e.getCurrentInstance();
161
161
  }
162
- const je = "__INTLIFY_META__", Be = () => [], Fa = () => !1;
163
- let Xe = 0;
164
- function Je(e) {
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 Ra = /* @__NO_SIDE_EFFECTS__ */ () => {
167
+ const ha = /* @__NO_SIDE_EFFECTS__ */ () => {
168
168
  const e = Y();
169
169
  let t = null;
170
- return e && (t = ot(e)[je]) ? { [je]: t } : null;
170
+ return e && (t = lt(e)[Ge]) ? { [Ge]: t } : null;
171
171
  };
172
- function ke(e = {}) {
173
- const { __root: t, __injectWithOption: r } = e, n = t === void 0, a = e.flatJson, o = oe ? ga : Ea;
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(Re(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;
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 && Me(null);
186
+ n && Se(null);
187
187
  const s = {
188
- version: st,
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 = Xt(s);
208
- return n && Me(i), i;
207
+ const i = Yt(s);
208
+ return n && Se(i), i;
209
209
  })(), z(u, c.value, _.value);
210
- function ge() {
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 dt = q({
219
+ const ft = q({
220
220
  get: () => c.value,
221
221
  set: (s) => {
222
222
  u.locale = s, c.value = s;
223
223
  }
224
- }), bt = q({
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
- }), vt = q(() => m.value), It = /* @__PURE__ */ q(() => E.value), pt = /* @__PURE__ */ q(() => f.value);
230
- function Nt() {
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 Tt(s) {
233
+ function pt(s) {
234
234
  M = s, u.postTranslation = s;
235
235
  }
236
- function Lt() {
236
+ function It() {
237
237
  return V;
238
238
  }
239
- function Ot(s) {
240
- s !== null && (k = Je(s)), V = s, u.missing = k;
239
+ function Nt(s) {
240
+ s !== null && (k = je(s)), V = s, u.missing = k;
241
241
  }
242
- function ht(s, i) {
242
+ function Tt(s, i) {
243
243
  return s !== "translate" || !i.resolvedMessage;
244
244
  }
245
- const U = (s, i, g, I, W, w) => {
246
- ge();
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__) && Kt(/* @__PURE__ */ Ra()), n || (u.fallbackContext = t ? zt() : void 0), P = s(u);
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 === qt || g === "translate exists" && !P) {
255
- const [$, Bt] = i();
256
- if (process.env.NODE_ENV !== "production" && t && d($) && ht(g, Bt) && (L && (Qt(T, $) || Zt(v, $)) && ce(j(D.FALLBACK_TO_ROOT, {
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: Se } = u;
261
- Se && L && Se.emit("fallback", {
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 ? I(t) : W($);
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 De(...s) {
276
- return U((i) => Reflect.apply(We, null, [i, ...s]), () => Ue(...s), "translate", (i) => Reflect.apply(i.t, i, [...s]), (i) => i, (i) => d(i));
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 Ft(...s) {
279
- const [i, g, I] = s;
280
- if (I && !R(I))
278
+ function Lt(...s) {
279
+ const [i, g, p] = s;
280
+ if (p && !R(p))
281
281
  throw F(b.INVALID_ARGUMENT);
282
- return De(i, g, S({ resolvedMessage: !0 }, I || {}));
282
+ return ke(i, g, S({ resolvedMessage: !0 }, p || {}));
283
283
  }
284
- function Rt(...s) {
285
- return U((i) => Reflect.apply(xe, null, [i, ...s]), () => $e(...s), "datetime format", (i) => Reflect.apply(i.d, i, [...s]), () => we, (i) => d(i) || C(i));
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 kt(...s) {
288
- return U((i) => Reflect.apply(He, null, [i, ...s]), () => Ge(...s), "number format", (i) => Reflect.apply(i.n, i, [...s]), () => we, (i) => d(i) || C(i));
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 Pt(s) {
291
- return s.map((i) => d(i) || ee(i) || N(i) ? Ye(String(i)) : i);
290
+ function Ft(s) {
291
+ return s.map((i) => d(i) || ee(i) || N(i) ? xe(String(i)) : i);
292
292
  }
293
- const Ct = {
294
- normalize: Pt,
293
+ const Rt = {
294
+ normalize: Ft,
295
295
  interpolate: (s) => s,
296
296
  type: "vnode"
297
297
  };
298
- function Dt(...s) {
298
+ function kt(...s) {
299
299
  return U((i) => {
300
300
  let g;
301
- const I = i;
301
+ const p = i;
302
302
  try {
303
- I.processor = Ct, g = Reflect.apply(We, null, [I, ...s]);
303
+ p.processor = Rt, g = Reflect.apply(Ve, null, [p, ...s]);
304
304
  } finally {
305
- I.processor = null;
305
+ p.processor = null;
306
306
  }
307
307
  return g;
308
- }, () => Ue(...s), "translate", (i) => i[Ie](...s), (i) => [Ye(i)], (i) => C(i));
308
+ }, () => ye(...s), "translate", (i) => i[Ee](...s), (i) => [xe(i)], (i) => C(i));
309
309
  }
310
- function At(...s) {
311
- return U((i) => Reflect.apply(He, null, [i, ...s]), () => Ge(...s), "number format", (i) => i[Ne](...s), Be, (i) => d(i) || C(i));
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 St(...s) {
314
- return U((i) => Reflect.apply(xe, null, [i, ...s]), () => $e(...s), "datetime format", (i) => i[pe](...s), Be, (i) => d(i) || C(i));
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 yt(s) {
316
+ function Dt(s) {
317
317
  K = s, u.pluralRules = K;
318
318
  }
319
- function Vt(s, i) {
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, I = d(i) ? [g] : be(u, _.value, g);
324
- for (let W = 0; W < I.length; W++) {
325
- const w = Ae(I[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) || ta(P) || d(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]), Fa, (g) => N(g));
331
+ }, () => [s], "translate exists", (g) => Reflect.apply(g.te, g, [s, i]), Oa, (g) => N(g));
332
332
  }
333
- function Mt(s) {
333
+ function St(s) {
334
334
  let i = null;
335
- const g = be(u, _.value, c.value);
336
- for (let I = 0; I < g.length; I++) {
337
- const W = m.value[g[I]] || {}, w = u.messageResolver(W, s);
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 Ut(s) {
346
- const i = Mt(s);
345
+ function yt(s) {
346
+ const i = St(s);
347
347
  return i ?? (t ? t.tm(s) || {} : {});
348
348
  }
349
- function Ae(s) {
349
+ function Pe(s) {
350
350
  return m.value[s] || {};
351
351
  }
352
- function Wt(s, i) {
352
+ function Vt(s, i) {
353
353
  if (a) {
354
354
  const g = { [s]: i };
355
- for (const I in g)
356
- ie(g, I) && ae(g[I]);
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 wt(s, i) {
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 I in g)
366
- ie(g, I) && ae(g[I]);
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 $t(s) {
369
+ function Ut(s) {
370
370
  return E.value[s] || {};
371
371
  }
372
- function xt(s, i) {
373
- E.value[s] = i, u.datetimeFormats = E.value, ye(u, s, i);
372
+ function Wt(s, i) {
373
+ E.value[s] = i, u.datetimeFormats = E.value, De(u, s, i);
374
374
  }
375
- function Gt(s, i) {
376
- E.value[s] = S(E.value[s] || {}, i), u.datetimeFormats = E.value, ye(u, s, i);
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 Ht(s) {
378
+ function $t(s) {
379
379
  return f.value[s] || {};
380
380
  }
381
- function Yt(s, i) {
382
- f.value[s] = i, u.numberFormats = f.value, Ve(u, s, i);
381
+ function xt(s, i) {
382
+ f.value[s] = i, u.numberFormats = f.value, Ae(u, s, i);
383
383
  }
384
- function jt(s, i) {
385
- f.value[s] = S(f.value[s] || {}, i), u.numberFormats = f.value, Ve(u, s, i);
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
- Xe++, t && oe && (ve(t.locale, (s) => {
387
+ Ye++, t && oe && (ge(t.locale, (s) => {
388
388
  l && (c.value = s, u.locale = s, z(u, c.value, _.value));
389
- }), ve(t.fallbackLocale, (s) => {
389
+ }), ge(t.fallbackLocale, (s) => {
390
390
  l && (_.value = s, u.fallbackLocale = s, z(u, c.value, _.value));
391
391
  }));
392
- const p = {
393
- id: Xe,
394
- locale: dt,
395
- fallbackLocale: bt,
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: vt,
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: De,
452
- getLocaleMessage: Ae,
453
- setLocaleMessage: Wt,
454
- mergeLocaleMessage: wt,
455
- getPostTranslationHandler: Nt,
456
- setPostTranslationHandler: Tt,
457
- getMissingHandler: Lt,
458
- setMissingHandler: Ot,
459
- [rt]: yt
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 p.datetimeFormats = It, p.numberFormats = pt, p.rt = Ft, p.te = Vt, p.tm = Ut, p.d = Rt, p.n = kt, p.getDateTimeFormat = $t, p.setDateTimeFormat = xt, p.mergeDateTimeFormat = Gt, p.getNumberFormat = Ht, p.setNumberFormat = Yt, p.mergeNumberFormat = jt, p[lt] = r, p[Ie] = Dt, p[pe] = St, p[Ne] = At, process.env.NODE_ENV !== "production" && (p[G] = (s) => {
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
- }, p[te] = () => {
463
+ }, I[te] = () => {
464
464
  u.__v_emitter = void 0;
465
- }), p;
465
+ }), I;
466
466
  }
467
- const ct = "vue-i18n: composer properties", de = {
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
- }, ka = {
471
+ }, Fa = {
472
472
  "vue-i18n-resource-inspector": "Search for scopes ..."
473
- }, Pa = {
473
+ }, Ra = {
474
474
  "vue-i18n-timeline": 16764185
475
475
  };
476
- let Le;
477
- async function Ca(e, t) {
476
+ let pe;
477
+ async function ka(e, t) {
478
478
  return new Promise((r, n) => {
479
479
  try {
480
- Na({
480
+ va({
481
481
  id: "vue-devtools-plugin-vue-i18n",
482
- label: de["vue-devtools-plugin-vue-i18n"],
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: [ct],
486
+ componentStateTypes: [it],
487
487
  app: e
488
488
  // eslint-disable-line @typescript-eslint/no-explicit-any
489
489
  }, (a) => {
490
- Le = a, a.on.visitComponentTree(({ componentInstance: l, treeNode: c }) => {
491
- Da(l, c, t);
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 && Ke(c, l.__VUE_I18N__) : Ke(c, l.__VUE_I18N__));
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: de["vue-i18n-resource-inspector"],
496
+ label: me["vue-i18n-resource-inspector"],
497
497
  icon: "language",
498
- treeFilterPlaceholder: ka["vue-i18n-resource-inspector"]
498
+ treeFilterPlaceholder: Fa["vue-i18n-resource-inspector"]
499
499
  }), a.on.getInspectorTree((l) => {
500
- l.app === e && l.inspectorId === "vue-i18n-resource-inspector" && Ma(l, t);
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(), Wa(l, t), l.nodeId === "global") {
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 = Ua(l.nodeId, t);
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" && $a(l, t);
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: de["vue-i18n-timeline"],
520
- color: Pa["vue-i18n-timeline"]
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 ut(e) {
528
+ function ct(e) {
529
529
  return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
530
530
  }
531
- function Da(e, t, r) {
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 (${ut(e)} Scope)`,
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 Ke(e, t) {
543
- const r = ct;
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: Pe(t.messages.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 Pe(e) {
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] = Va(n) : Z(n) && n.loc && n.loc.source ? t[r] = n.loc.source : R(n) ? t[r] = Pe(n) : t[r] = n;
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 Aa = {
588
+ const Ca = {
589
589
  "<": "&lt;",
590
590
  ">": "&gt;",
591
591
  '"': "&quot;",
592
592
  "&": "&amp;"
593
593
  };
594
- function Sa(e) {
595
- return e.replace(/[<>"&]/g, ya);
594
+ function Da(e) {
595
+ return e.replace(/[<>"&]/g, Aa);
596
596
  }
597
- function ya(e) {
598
- return Aa[e] || e;
597
+ function Aa(e) {
598
+ return Ca[e] || e;
599
599
  }
600
- function Va(e) {
600
+ function Sa(e) {
601
601
  return {
602
602
  _custom: {
603
603
  type: "function",
604
- display: `<span>ƒ</span> ${e.source ? `("${Sa(e.source)}")` : "(?)"}`
604
+ display: `<span>ƒ</span> ${e.source ? `("${Da(e.source)}")` : "(?)"}`
605
605
  }
606
606
  };
607
607
  }
608
- function Ma(e, t) {
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: `${ut(n)} Scope`
618
+ label: `${ct(n)} Scope`
619
619
  });
620
620
  }
621
621
  }
622
- function Ua(e, t) {
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 _t(e, t) {
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 Wa(e, t) {
642
- const r = _t(e.nodeId, t);
643
- return r && (e.state = wa(r)), null;
641
+ function Ma(e, t) {
642
+ const r = ut(e.nodeId, t);
643
+ return r && (e.state = Ua(r)), null;
644
644
  }
645
- function wa(e) {
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: Pe(e.messages.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 (Le) {
705
+ if (pe) {
706
706
  let r;
707
- t && "groupId" in t && (r = t.groupId, delete t.groupId), Le.addTimelineEvent({
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 $a(e, t) {
721
- const r = _t(e.nodeId, t);
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 xa(e) {
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 ge = u[se] || (u[se] = {});
734
- return S(ge, J[se]), u;
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 Oe(e = {}) {
763
- const t = ke(xa(e)), { __extender: r } = e, n = {
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 Ga(e, t, r) {
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 = ze(e, o);
941
+ this.$i18n = Xe(e, o);
942
942
  else {
943
- o.__injectWithOption = !0, o.__extender = r.__vueI18nExtend, this.$i18n = Oe(o);
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 = ze(e, a);
949
+ this.$i18n = Xe(e, a);
950
950
  else {
951
- this.$i18n = Oe({
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 && it(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);
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 = he();
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 ze(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[rt](t.pluralizationRules || e.pluralizationRules);
986
- const r = Re(e.locale, {
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 Ce = {
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 Ha({ slots: e }, t) {
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 mt() {
1020
+ function _t() {
1021
1021
  return nt;
1022
1022
  }
1023
- const Ya = /* @__PURE__ */ Fe({
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
- }, Ce),
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 || fe({
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 = Ha(t, o), _ = a[Ie](e.keypath, c, l), m = S(A(), n), E = d(e.tag) || R(e.tag) ? e.tag : mt();
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
- }), ue = Ya, ja = ue;
1051
- function Ba(e) {
1050
+ }), Je = Ga;
1051
+ function Ha(e) {
1052
1052
  return C(e) && !d(e[0]);
1053
1053
  }
1054
- function ft(e, t, r, n) {
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 Ba(O) && (O[0].key = `${v.type}-${T}`), O;
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 : mt();
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 Xa = /* @__PURE__ */ Fe({
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
- }, Ce),
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 || fe({
1085
+ const r = e.i18n || Re({
1086
1086
  useScope: e.scope,
1087
1087
  __useComponent: !0
1088
1088
  });
1089
- return ft(e, t, aa, (...n) => (
1089
+ return mt(e, t, Zt, (...n) => (
1090
1090
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1091
- r[Ne](...n)
1091
+ r[be](...n)
1092
1092
  ));
1093
1093
  }
1094
- }), _e = Xa, Ja = _e;
1095
- function Ka(e, t) {
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 gt(e) {
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 = Ka(e, c.$), E = qe(_);
1110
+ const m = ja(e, c.$), E = ze(_);
1111
1111
  return [
1112
- Reflect.apply(m.t, m, [...Qe(E)]),
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 = ve(m.locale, () => {
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 = qe(c);
1128
+ const _ = l.__composer, m = ze(c);
1129
1129
  l.textContent = Reflect.apply(_.t, _, [
1130
- ...Qe(m)
1130
+ ...qe(m)
1131
1131
  ]);
1132
1132
  }
1133
1133
  },
@@ -1137,7 +1137,7 @@ function gt(e) {
1137
1137
  }
1138
1138
  };
1139
1139
  }
1140
- function qe(e) {
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 Qe(e) {
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 za(e, t, ...r) {
1154
+ function Xa(e, t, ...r) {
1155
1155
  const n = h(r[0]) ? r[0] : {};
1156
- (N(n.globalInstall) ? n.globalInstall : !0) && ([ue.name, "I18nT"].forEach((o) => e.component(o, ue)), [_e.name, "I18nN"].forEach((o) => e.component(o, _e)), [me.name, "I18nD"].forEach((o) => e.component(o, me))), e.directive("t", gt(t));
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 Et = /* @__PURE__ */ y("global-vue-i18n");
1159
- function qa(e = {}) {
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] = Qa(e, t), l = /* @__PURE__ */ y(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
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 = ln(f, E.global)), __VUE_I18N_FULL_INSTALL__ && za(f, E, ...v), __VUE_I18N_LEGACY_API__ && t && f.mixin(Ga(o, o.__composer, E));
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 Ca(f, E))
1189
+ if (!await ka(f, E))
1190
1190
  throw F(b.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
1191
- const V = he();
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 fe(e = {}) {
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 = Za(t), n = tn(r), a = ot(t), o = en(e, a);
1226
+ const r = za(t), n = Qa(r), a = lt(t), o = qa(e, a);
1227
1227
  if (o === "global")
1228
- return it(n, e, a), n;
1228
+ return ot(n, e, a), n;
1229
1229
  if (o === "parent") {
1230
- let _ = an(r, t, e.__useComponent);
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 = ke(_), l.__composerExtend && (c[Te] = l.__composerExtend(c)), sn(l, t, c), l.__setInstance(t, 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 Qa(e, t) {
1243
- const r = ma(), n = __VUE_I18N_LEGACY_API__ && t ? r.run(() => Oe(e)) : r.run(() => ke(e));
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 Za(e) {
1249
- const t = da(e.isCE ? Et : e.appContext.app.__VUE_I18N_SYMBOL__);
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 en(e, t) {
1255
- return _a(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
1254
+ function qa(e, t) {
1255
+ return ia(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
1256
1256
  }
1257
- function tn(e) {
1257
+ function Qa(e) {
1258
1258
  return e.mode === "composition" ? e.global : e.global.__composer;
1259
1259
  }
1260
- function an(e, t, r = !1) {
1260
+ function Za(e, t, r = !1) {
1261
1261
  let n = null;
1262
1262
  const a = t.root;
1263
- let o = nn(t, r);
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[lt] && (n = null));
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 nn(e, t = !1) {
1278
+ function en(e, t = !1) {
1279
1279
  return e == null ? null : t && e.vnode.ctx || e.parent;
1280
1280
  }
1281
- function sn(e, t, r) {
1281
+ function tn(e, t, r) {
1282
1282
  let n = null;
1283
- ba(() => {
1283
+ ga(() => {
1284
1284
  if (process.env.NODE_ENV !== "production") {
1285
- t.__VUE_I18N__ = r, n = he();
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), va(() => {
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[Te];
1293
- o && (o(), delete a[Te]);
1292
+ const o = a[ve];
1293
+ o && (o(), delete a[ve]);
1294
1294
  }, t);
1295
1295
  }
1296
- const rn = [
1296
+ const an = [
1297
1297
  "locale",
1298
1298
  "fallbackLocale",
1299
1299
  "availableLocales"
1300
- ], Ze = ["t", "rt", "d", "n", "tm", "te"];
1301
- function ln(e, t) {
1300
+ ], Qe = ["t", "rt", "d", "n", "tm", "te"];
1301
+ function nn(e, t) {
1302
1302
  const r = /* @__PURE__ */ Object.create(null);
1303
- return rn.forEach((a) => {
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 = fa(o.value) ? {
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, Ze.forEach((a) => {
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, Ze.forEach((a) => {
1327
+ delete e.config.globalProperties.$i18n, Qe.forEach((a) => {
1328
1328
  delete e.config.globalProperties[`$${a}`];
1329
1329
  });
1330
1330
  };
1331
1331
  }
1332
- const on = /* @__PURE__ */ Fe({
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
- }, Ce),
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 || fe({
1347
+ const r = e.i18n || Re({
1348
1348
  useScope: e.scope,
1349
1349
  __useComponent: !0
1350
1350
  });
1351
- return ft(e, t, na, (...n) => (
1351
+ return mt(e, t, ea, (...n) => (
1352
1352
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1353
- r[pe](...n)
1353
+ r[de](...n)
1354
1354
  ));
1355
1355
  }
1356
- }), me = on, cn = me;
1357
- La();
1358
- sa(ia);
1359
- ra(ca);
1360
- la(be);
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, oa(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
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
- bn as V,
1384
- qa as c,
1385
- fe as u,
1386
- vn as v
1367
+ mn as c,
1368
+ Re as u
1387
1369
  };