@vc-shell/framework 2.0.0-alpha.0 → 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 (703) 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 +4 -3
  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 +103 -10
  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 +4 -3
  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 +4 -3
  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 +7 -6
  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 +5 -32
  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 +6 -5
  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 +65 -60
  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 +6 -5
  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 +3 -2
  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 +7 -6
  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 +14 -13
  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 +6 -5
  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-intlify-core-base-BmIo1dK4.js +1141 -0
  516. package/dist/{vendor-intlify-message-compiler-C5QaCXcF.js → vendor-intlify-message-compiler-D9VOavkL.js} +315 -307
  517. package/dist/{vendor-intlify-shared-BrKs3jCC.js → vendor-intlify-shared-SCAs3ybf.js} +2 -2
  518. package/dist/{vendor-iso-639-1-rPqx9HMT.js → vendor-iso-639-1-BEjYyfKo.js} +7 -9
  519. package/dist/vendor-lodash-es-CWnYz7RK.js +1497 -0
  520. package/dist/{vendor-markdown-it-task-lists-CHCnS7dl.js → vendor-markdown-it-task-lists-CHKeJZfk.js} +1 -1
  521. package/dist/{vendor-nth-check-CGMdQf59.js → vendor-nth-check-D0N1qpsw.js} +1 -1
  522. package/dist/{vendor-prettier-CoRReRqw.js → vendor-prettier-DeqUTTnE.js} +1 -1
  523. package/dist/{vendor-prosemirror-gapcursor-BAwEBHgE.js → vendor-prosemirror-gapcursor-S3ikcYX6.js} +14 -14
  524. package/dist/{vendor-striptags-BrHtQQiF.js → vendor-striptags-DtlgQudQ.js} +1 -1
  525. package/dist/{vendor-tiptap-core-BfrE48R3.js → vendor-tiptap-core-CDScflP1.js} +665 -628
  526. package/dist/{vendor-tiptap-extension-blockquote-DG5eEgV_.js → vendor-tiptap-extension-blockquote-ChRAwuus.js} +1 -1
  527. package/dist/{vendor-tiptap-extension-bold-CqPrSfgB.js → vendor-tiptap-extension-bold-BwoVpOFS.js} +1 -1
  528. package/dist/{vendor-tiptap-extension-code-Dj9HfL9x.js → vendor-tiptap-extension-code-DOlgG3ih.js} +1 -1
  529. package/dist/{vendor-tiptap-extension-code-block-YnlbQcbJ.js → vendor-tiptap-extension-code-block-CMeTs87s.js} +29 -29
  530. package/dist/{vendor-tiptap-extension-document-DyG2LNKD.js → vendor-tiptap-extension-document-DO8oly70.js} +1 -1
  531. package/dist/{vendor-tiptap-extension-hard-break-mzhqFFEq.js → vendor-tiptap-extension-hard-break-BgDl2sHf.js} +1 -1
  532. package/dist/{vendor-tiptap-extension-heading-DGnriW33.js → vendor-tiptap-extension-heading-DFuYlwHi.js} +1 -1
  533. package/dist/{vendor-tiptap-extension-horizontal-rule-pR7MlJHI.js → vendor-tiptap-extension-horizontal-rule-uyfttMp9.js} +1 -1
  534. package/dist/{vendor-tiptap-extension-image-BsXHNscz.js → vendor-tiptap-extension-image-DPeBaTE3.js} +1 -1
  535. package/dist/{vendor-tiptap-extension-italic-aoCbIXRj.js → vendor-tiptap-extension-italic-C9-3jNxO.js} +1 -1
  536. package/dist/{vendor-tiptap-extension-link-DiV7DqnY.js → vendor-tiptap-extension-link-B57VzStq.js} +1 -1
  537. package/dist/{vendor-tiptap-extension-list-BGYRWOyu.js → vendor-tiptap-extension-list-spvOF7Mz.js} +1 -1
  538. package/dist/{vendor-tiptap-extension-paragraph-BEBEvW1W.js → vendor-tiptap-extension-paragraph-Cj7auQB7.js} +1 -1
  539. package/dist/vendor-tiptap-extension-placeholder-DhwvmZ6Y.js +1 -0
  540. package/dist/{vendor-tiptap-extension-strike-6vob8J1A.js → vendor-tiptap-extension-strike-yj6UvnkO.js} +1 -1
  541. package/dist/vendor-tiptap-extension-table-cell-CQpTPSvF.js +1 -0
  542. package/dist/{vendor-tiptap-extension-table-CH-0UqG-.js → vendor-tiptap-extension-table-ex1kZQ-9.js} +1 -1
  543. package/dist/vendor-tiptap-extension-table-header-CQpTPSvF.js +1 -0
  544. package/dist/vendor-tiptap-extension-table-row-CQpTPSvF.js +1 -0
  545. package/dist/{vendor-tiptap-extension-text-CnqQVbB2.js → vendor-tiptap-extension-text-C8FG4KnI.js} +1 -1
  546. package/dist/{vendor-tiptap-extension-text-style-Bj4bCZI1.js → vendor-tiptap-extension-text-style-DsQDXowp.js} +1 -1
  547. package/dist/{vendor-tiptap-extension-underline-CVBZMhrs.js → vendor-tiptap-extension-underline-HB3fg6Dc.js} +1 -1
  548. package/dist/{vendor-tiptap-extensions-2ZbpCG7T.js → vendor-tiptap-extensions-CUGwjzl5.js} +2 -2
  549. package/dist/{vendor-tiptap-markdown-B7Wvo0s5.js → vendor-tiptap-markdown-BTXJw7Bt.js} +2 -2
  550. package/dist/{vendor-tiptap-starter-kit-ipneJHYV.js → vendor-tiptap-starter-kit-C42PcJ7J.js} +17 -17
  551. package/dist/{vendor-tiptap-vue-3-IfJcIOl5.js → vendor-tiptap-vue-3-BxWCzu9Z.js} +1 -1
  552. package/dist/{vendor-truncate-html-r2r8GKvW.js → vendor-truncate-html-ChA1T5zy.js} +1 -1
  553. package/dist/{vendor-unovis-ts-Bue71Kwt.js → vendor-unovis-ts-stSsHr9j.js} +1 -1
  554. package/dist/{vendor-unovis-vue-C_K1g5KH.js → vendor-unovis-vue-CZWGT3-0.js} +1 -1
  555. package/dist/{vendor-vue-i18n-BguHiJqH.js → vendor-vue-i18n-DfoSKa-v.js} +456 -468
  556. package/dist/{vendor-vue3-application-insights-BmJCYUcp.js → vendor-vue3-application-insights-BLGgC5YQ.js} +25 -25
  557. package/dist/vendor-vueuse-components-BQDr5uOZ.js +219 -0
  558. package/dist/vendor-vueuse-core-BFg8Ys-l.js +530 -0
  559. package/dist/vendor-vueuse-shared-ZhCFpkF2.js +149 -0
  560. package/package.json +9 -10
  561. package/LICENSE +0 -12
  562. package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
  563. package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
  564. package/dist/shared/components/app-switcher/index.d.ts +0 -14
  565. package/dist/shared/components/app-switcher/index.d.ts.map +0 -1
  566. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
  567. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
  568. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
  569. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
  570. package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
  571. package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
  572. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
  573. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
  574. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
  575. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
  576. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
  577. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
  578. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
  579. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
  580. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
  581. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
  582. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
  583. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
  584. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
  585. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
  586. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
  587. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
  588. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
  589. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
  590. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
  591. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
  592. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
  593. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
  594. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
  595. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
  596. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
  597. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
  598. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
  599. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
  600. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
  601. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
  602. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
  603. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
  604. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
  605. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
  606. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
  607. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
  608. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
  609. package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
  610. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
  611. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
  612. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
  613. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
  614. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
  615. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
  616. package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
  617. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
  618. package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
  619. package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
  620. package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
  621. package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
  622. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
  623. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
  624. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
  625. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
  626. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
  627. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
  628. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
  629. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
  630. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
  631. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
  632. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
  633. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
  634. package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
  635. package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
  636. package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
  637. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
  638. package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
  639. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
  640. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
  641. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
  642. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
  643. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
  644. package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
  645. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
  646. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
  647. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
  648. package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
  649. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
  650. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
  651. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
  652. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
  653. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
  654. package/dist/shared/modules/dynamic/index.d.ts +0 -39
  655. package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
  656. package/dist/shared/modules/dynamic/keys.d.ts +0 -3
  657. package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
  658. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
  659. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
  660. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
  661. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
  662. package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
  663. package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
  664. package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
  665. package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
  666. package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
  667. package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
  668. package/dist/shared/pages/ChangePasswordPage/plugin.d.ts +0 -6
  669. package/dist/shared/pages/ChangePasswordPage/plugin.d.ts.map +0 -1
  670. package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts +0 -6
  671. package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts.map +0 -1
  672. package/dist/shared/pages/InvitePage/plugin.d.ts +0 -6
  673. package/dist/shared/pages/InvitePage/plugin.d.ts.map +0 -1
  674. package/dist/shared/pages/LoginPage/plugin.d.ts +0 -6
  675. package/dist/shared/pages/LoginPage/plugin.d.ts.map +0 -1
  676. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +0 -6
  677. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +0 -1
  678. package/dist/shared/pages/plugin.d.ts +0 -6
  679. package/dist/shared/pages/plugin.d.ts.map +0 -1
  680. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
  681. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
  682. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
  683. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
  684. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
  685. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
  686. package/dist/vendor-core-js-Do_NZFHx.js +0 -880
  687. package/dist/vendor-intlify-core-base-YZqJSEvl.js +0 -1130
  688. package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
  689. package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
  690. package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
  691. package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
  692. package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
  693. package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
  694. package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
  695. package/dist/vendor-semver-Dar8oU3V.js +0 -1023
  696. package/dist/vendor-tiptap-extension-placeholder-ZfoeEW0T.js +0 -1
  697. package/dist/vendor-tiptap-extension-table-cell-_uzaJkJG.js +0 -1
  698. package/dist/vendor-tiptap-extension-table-header-_uzaJkJG.js +0 -1
  699. package/dist/vendor-tiptap-extension-table-row-_uzaJkJG.js +0 -1
  700. package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
  701. package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
  702. package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
  703. package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
@@ -1,21 +1,21 @@
1
- import { C as Bt, D as Qe, u as J, c as Xt, a as Ae, b as Se, i as q, A as Jt, s as Kt, g as zt, N as qt, d as Qt, e as Zt, f as ea, h as Ze, j as ye, p as Ve, t as Me, M as Ue, k as We, l as we, m as $e, n as xe, 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-YZqJSEvl.js";
2
- import { g as N, k as et, B as S, f as ua, d as h, i as d, c as P, h as re, b as w, t as le, C as Le, a as A, e as D, D as se, m as oe, l as R, o as Q, w as ie, p as _a, n as z } from "./vendor-intlify-shared-BrKs3jCC.js";
3
- import * as ge from "vue";
4
- import { effectScope as ma, computed as K, watch as de, isRef as fa, ref as ga, shallowRef as Ea, defineComponent as Oe, h as tt, Fragment as at, 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-C5QaCXcF.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
- * vue-i18n v11.2.8
9
- * (c) 2025 kazuya kawaguchi
8
+ * vue-i18n v11.3.0
9
+ * (c) 2026 kazuya kawaguchi
10
10
  * Released under the MIT License.
11
11
  */
12
- const nt = "11.2.8";
13
- function La() {
14
- typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (z().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (z().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (z().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (z().__INTLIFY_PROD_DEVTOOLS__ = !1);
12
+ const Ia = "11.3.0";
13
+ function Na() {
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,88 +50,88 @@ 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
- }, be = /* @__PURE__ */ S("__translateVNode"), ve = /* @__PURE__ */ S("__datetimeParts"), Ie = /* @__PURE__ */ S("__numberParts"), $ = /* @__PURE__ */ S("__enableEmitter"), Z = /* @__PURE__ */ S("__disableEmitter"), st = S("__setPluralRules"), rt = /* @__PURE__ */ S("__injectWithOption"), pe = /* @__PURE__ */ S("__dispose"), C = {
54
- FALLBACK_TO_ROOT: Bt,
55
- // 8
56
- NOT_FOUND_PARENT_SCOPE: 9,
57
- IGNORE_OBJ_FLATTEN: 10,
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
+ FALLBACK_TO_ROOT: H,
55
+ // 10
56
+ NOT_FOUND_PARENT_SCOPE: H + 1,
57
+ IGNORE_OBJ_FLATTEN: H + 2,
58
58
  /**
59
59
  * @deprecated will be removed at vue-i18n v12
60
60
  */
61
- DEPRECATE_LEGACY_MODE: 11,
61
+ DEPRECATE_LEGACY_MODE: H + 3,
62
62
  /**
63
63
  * @deprecated will be removed at vue-i18n v12
64
64
  */
65
- DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE: 12,
65
+ DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE: H + 4,
66
66
  // duplicate `useI18n` calling
67
- DUPLICATE_USE_I18N_CALLING: 13
68
- }, ha = {
69
- [C.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
70
- [C.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
71
- [C.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
67
+ DUPLICATE_USE_I18N_CALLING: H + 5
68
+ }, La = {
69
+ [D.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
70
+ [D.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
71
+ [D.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
72
72
  /**
73
73
  * @deprecated will be removed at vue-i18n v12
74
74
  */
75
- [C.DEPRECATE_LEGACY_MODE]: `Legacy API mode has been deprecated in v11. Use Composition API mode instead.
75
+ [D.DEPRECATE_LEGACY_MODE]: `Legacy API mode has been deprecated in v11. Use Composition API mode instead.
76
76
  About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guide/advanced/composition.html`,
77
77
  /**
78
78
  * @deprecated will be removed at vue-i18n v12
79
79
  */
80
- [C.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]: "'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead.",
81
- [C.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."
80
+ [D.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]: "'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead.",
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
- function H(e, ...t) {
84
- return ua(ha[e], ...t);
83
+ function j(e, ...t) {
84
+ return oa(La[e], ...t);
85
85
  }
86
- function ee(e) {
87
- if (!R(e) || q(e))
86
+ function ae(e) {
87
+ if (!R(e) || Z(e))
88
88
  return e;
89
89
  for (const t in e)
90
- if (oe(e, t))
90
+ if (ie(e, t))
91
91
  if (!t.includes("."))
92
- R(e[t]) && ee(e[t]);
92
+ R(e[t]) && ae(e[t]);
93
93
  else {
94
- const s = t.split("."), n = s.length - 1;
94
+ const r = t.split("."), n = r.length - 1;
95
95
  let a = e, o = !1;
96
96
  for (let l = 0; l < n; l++) {
97
- if (s[l] === "__proto__")
98
- throw new Error(`unsafe key: ${s[l]}`);
99
- if (s[l] in a || (a[s[l]] = D()), !R(a[s[l]])) {
100
- process.env.NODE_ENV !== "production" && ie(H(C.IGNORE_OBJ_FLATTEN, {
101
- key: s[l]
97
+ if (r[l] === "__proto__")
98
+ throw new Error(`unsafe key: ${r[l]}`);
99
+ if (r[l] in a || (a[r[l]] = A()), !R(a[r[l]])) {
100
+ process.env.NODE_ENV !== "production" && ce(j(D.IGNORE_OBJ_FLATTEN, {
101
+ key: r[l]
102
102
  })), o = !0;
103
103
  break;
104
104
  }
105
- a = a[s[l]];
105
+ a = a[r[l]];
106
106
  }
107
- if (o || (q(a) ? Jt.includes(s[n]) || delete e[t] : (a[s[n]] = e[t], delete e[t])), !q(a)) {
108
- const l = a[s[n]];
109
- R(l) && ee(l);
107
+ if (o || (Z(a) ? jt.includes(r[n]) || delete e[t] : (a[r[n]] = e[t], delete e[t])), !Z(a)) {
108
+ const l = a[r[n]];
109
+ R(l) && ae(l);
110
110
  }
111
111
  }
112
112
  return e;
113
113
  }
114
- function he(e, t) {
115
- const { messages: s, __i18n: n, messageResolver: a, flatJson: o } = t, l = h(s) ? s : P(n) ? D() : { [e]: D() };
116
- if (P(n) && n.forEach((c) => {
114
+ function Le(e, t) {
115
+ const { messages: r, __i18n: n, messageResolver: a, flatJson: o } = t, l = h(r) ? r : C(n) ? A() : { [e]: A() };
116
+ if (C(n) && n.forEach((c) => {
117
117
  if ("locale" in c && "resource" in c) {
118
118
  const { locale: _, resource: m } = c;
119
- _ ? (l[_] = l[_] || D(), se(m, l[_])) : se(m, l);
119
+ _ ? (l[_] = l[_] || A(), re(m, l[_])) : re(m, l);
120
120
  } else
121
- d(c) && se(JSON.parse(c), l);
121
+ d(c) && re(JSON.parse(c), l);
122
122
  }), a == null && o)
123
123
  for (const c in l)
124
- oe(l, c) && ee(l[c]);
124
+ ie(l, c) && ae(l[c]);
125
125
  return l;
126
126
  }
127
127
  function lt(e) {
128
128
  return e.type;
129
129
  }
130
- function ot(e, t, s) {
131
- let n = R(t.messages) ? t.messages : D();
132
- "__i18nGlobal" in s && (n = he(e.locale.value, {
130
+ function ot(e, t, r) {
131
+ let n = R(t.messages) ? t.messages : A();
132
+ "__i18nGlobal" in r && (n = Le(e.locale.value, {
133
133
  messages: n,
134
- __i18n: s.__i18nGlobal
134
+ __i18n: r.__i18nGlobal
135
135
  }));
136
136
  const a = Object.keys(n);
137
137
  a.length && a.forEach((o) => {
@@ -152,62 +152,62 @@ function ot(e, t, s) {
152
152
  }
153
153
  }
154
154
  }
155
- function Ge(e) {
156
- return Ia(pa, null, e, 0);
155
+ function xe(e) {
156
+ return da(ba, null, e, 0);
157
157
  }
158
- function G() {
158
+ function Y() {
159
159
  const e = "currentInstance";
160
- return e in ge ? ge[e] : ge.getCurrentInstance();
160
+ return e in _e ? _e[e] : _e.getCurrentInstance();
161
161
  }
162
- const He = "__INTLIFY_META__", Ye = () => [], Fa = () => !1;
163
- let je = 0;
164
- function Be(e) {
165
- return ((t, s, n, a) => e(s, n, G() || void 0, a));
162
+ const Ge = "__INTLIFY_META__", He = () => [], Oa = () => !1;
163
+ let Ye = 0;
164
+ function je(e) {
165
+ return ((t, r, n, a) => e(r, n, Y() || void 0, a));
166
166
  }
167
- const Ra = /* @__NO_SIDE_EFFECTS__ */ () => {
168
- const e = G();
167
+ const ha = /* @__NO_SIDE_EFFECTS__ */ () => {
168
+ const e = Y();
169
169
  let t = null;
170
- return e && (t = lt(e)[He]) ? { [He]: t } : null;
170
+ return e && (t = lt(e)[Ge]) ? { [Ge]: t } : null;
171
171
  };
172
- function Fe(e = {}) {
173
- const { __root: t, __injectWithOption: s } = e, n = t === void 0, a = e.flatJson, o = le ? 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
177
- t && l ? t.locale.value : d(e.locale) ? e.locale : Qe
177
+ t && l ? t.locale.value : d(e.locale) ? e.locale : et
178
178
  ), _ = o(
179
179
  // prettier-ignore
180
- t && l ? t.fallbackLocale.value : d(e.fallbackLocale) || P(e.fallbackLocale) || h(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : c.value
181
- ), m = o(he(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) || re(e.missingWarn) ? e.missingWarn : !0, T = t ? t.fallbackWarn : N(e.fallbackWarn) || re(e.fallbackWarn) ? e.fallbackWarn : !0, L = t ? t.fallbackRoot : N(e.fallbackRoot) ? e.fallbackRoot : !0, O = !!e.fallbackFormat, y = w(e.missing) ? e.missing : null, k = w(e.missing) ? Be(e.missing) : null, V = w(e.postTranslation) ? e.postTranslation : null, Y = t ? t.warnHtmlMessage : N(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, j = !!e.escapeParameter;
183
- const B = t ? t.modifiers : h(e.modifiers) ? e.modifiers : {};
184
- let X = e.pluralRules || t && t.pluralRules, u;
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(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
+ const J = t ? t.modifiers : h(e.modifiers) ? e.modifiers : {};
184
+ let K = e.pluralRules || t && t.pluralRules, u;
185
185
  u = (() => {
186
- n && ye(null);
187
- const r = {
188
- version: nt,
186
+ n && Se(null);
187
+ const s = {
188
+ version: Ia,
189
189
  locale: c.value,
190
190
  fallbackLocale: _.value,
191
191
  messages: m.value,
192
- modifiers: B,
193
- pluralRules: X,
192
+ modifiers: J,
193
+ pluralRules: K,
194
194
  missing: k === null ? void 0 : k,
195
195
  missingWarn: v,
196
196
  fallbackWarn: T,
197
197
  fallbackFormat: O,
198
198
  unresolving: !0,
199
- postTranslation: V === null ? void 0 : V,
200
- warnHtmlMessage: Y,
201
- escapeParameter: j,
199
+ postTranslation: M === null ? void 0 : M,
200
+ warnHtmlMessage: B,
201
+ escapeParameter: X,
202
202
  messageResolver: e.messageResolver,
203
203
  messageCompiler: e.messageCompiler,
204
204
  __meta: { framework: "vue" }
205
205
  };
206
- r.datetimeFormats = E.value, r.numberFormats = f.value, r.__datetimeFormatters = h(u) ? u.__datetimeFormatters : void 0, r.__numberFormatters = h(u) ? u.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (r.__v_emitter = h(u) ? u.__v_emitter : void 0);
207
- const i = Xt(r);
208
- return n && ye(i), i;
209
- })(), J(u, c.value, _.value);
210
- function fe() {
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 = Yt(s);
208
+ return n && Se(i), i;
209
+ })(), z(u, c.value, _.value);
210
+ function ue() {
211
211
  return [
212
212
  c.value,
213
213
  _.value,
@@ -216,192 +216,198 @@ function Fe(e = {}) {
216
216
  f.value
217
217
  ];
218
218
  }
219
- const Et = K({
219
+ const ft = q({
220
220
  get: () => c.value,
221
- set: (r) => {
222
- u.locale = r, c.value = r;
221
+ set: (s) => {
222
+ u.locale = s, c.value = s;
223
223
  }
224
- }), dt = K({
224
+ }), gt = q({
225
225
  get: () => _.value,
226
- set: (r) => {
227
- u.fallbackLocale = r, _.value = r, J(u, c.value, r);
226
+ set: (s) => {
227
+ u.fallbackLocale = s, _.value = s, z(u, c.value, s);
228
228
  }
229
- }), bt = K(() => m.value), vt = /* @__PURE__ */ K(() => E.value), It = /* @__PURE__ */ K(() => f.value);
230
- function pt() {
231
- return w(V) ? V : null;
229
+ }), Et = q(() => m.value), dt = /* @__PURE__ */ q(() => E.value), bt = /* @__PURE__ */ q(() => f.value);
230
+ function vt() {
231
+ return x(M) ? M : null;
232
232
  }
233
- function Nt(r) {
234
- V = r, u.postTranslation = r;
233
+ function pt(s) {
234
+ M = s, u.postTranslation = s;
235
235
  }
236
- function Tt() {
237
- return y;
236
+ function It() {
237
+ return V;
238
238
  }
239
- function Lt(r) {
240
- r !== null && (k = Be(r)), y = r, u.missing = k;
239
+ function Nt(s) {
240
+ s !== null && (k = je(s)), V = s, u.missing = k;
241
241
  }
242
- function Ot(r, i) {
243
- return r !== "translate" || !i.resolvedMessage;
242
+ function Tt(s, i) {
243
+ return s !== "translate" || !i.resolvedMessage;
244
244
  }
245
- const M = (r, i, g, I, U, ne) => {
246
- fe();
247
- let x;
245
+ const U = (s, i, g, p, W, w) => {
246
+ ue();
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), x = r(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
- Q(x) && x === qt || g === "translate exists" && !x) {
255
- const [W, jt] = i();
256
- if (process.env.NODE_ENV !== "production" && t && d(W) && Ot(g, jt) && (L && (Qt(T, W) || Zt(v, W)) && ie(H(C.FALLBACK_TO_ROOT, {
257
- key: W,
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
+ key: $,
258
258
  type: g
259
259
  })), process.env.NODE_ENV !== "production")) {
260
- const { __v_emitter: De } = u;
261
- De && L && De.emit("fallback", {
260
+ const { __v_emitter: Ce } = u;
261
+ Ce && L && Ce.emit("fallback", {
262
262
  type: g,
263
- key: W,
263
+ key: $,
264
264
  to: "global",
265
- groupId: `${g}:${W}`
265
+ groupId: `${g}:${$}`
266
266
  });
267
267
  }
268
- return t && L ? I(t) : U(W);
268
+ return t && L ? p(t) : W($);
269
269
  } else {
270
- if (ne(x))
271
- return x;
270
+ if (w(P))
271
+ return P;
272
272
  throw F(b.UNEXPECTED_RETURN_TYPE);
273
273
  }
274
274
  };
275
- function Pe(...r) {
276
- return M((i) => Reflect.apply(Me, null, [i, ...r]), () => Ve(...r), "translate", (i) => Reflect.apply(i.t, i, [...r]), (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 ht(...r) {
279
- const [i, g, I] = r;
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 Pe(i, g, A({ resolvedMessage: !0 }, I || {}));
282
+ return ke(i, g, S({ resolvedMessage: !0 }, p || {}));
283
283
  }
284
- function Ft(...r) {
285
- return M((i) => Reflect.apply(we, null, [i, ...r]), () => We(...r), "datetime format", (i) => Reflect.apply(i.d, i, [...r]), () => Ue, (i) => d(i) || P(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 Rt(...r) {
288
- return M((i) => Reflect.apply(xe, null, [i, ...r]), () => $e(...r), "number format", (i) => Reflect.apply(i.n, i, [...r]), () => Ue, (i) => d(i) || P(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 kt(r) {
291
- return r.map((i) => d(i) || Q(i) || N(i) ? Ge(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 Pt = {
294
- normalize: kt,
295
- interpolate: (r) => r,
293
+ const Rt = {
294
+ normalize: Ft,
295
+ interpolate: (s) => s,
296
296
  type: "vnode"
297
297
  };
298
- function Ct(...r) {
299
- return M((i) => {
298
+ function kt(...s) {
299
+ return U((i) => {
300
300
  let g;
301
- const I = i;
301
+ const p = i;
302
302
  try {
303
- I.processor = Pt, g = Reflect.apply(Me, null, [I, ...r]);
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
- }, () => Ve(...r), "translate", (i) => i[be](...r), (i) => [Ge(i)], (i) => P(i));
308
+ }, () => ye(...s), "translate", (i) => i[Ee](...s), (i) => [xe(i)], (i) => C(i));
309
309
  }
310
- function Dt(...r) {
311
- return M((i) => Reflect.apply(xe, null, [i, ...r]), () => $e(...r), "number format", (i) => i[Ie](...r), Ye, (i) => d(i) || P(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 At(...r) {
314
- return M((i) => Reflect.apply(we, null, [i, ...r]), () => We(...r), "datetime format", (i) => i[ve](...r), Ye, (i) => d(i) || P(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 St(r) {
317
- X = r, u.pluralRules = X;
316
+ function Dt(s) {
317
+ K = s, u.pluralRules = K;
318
318
  }
319
- function yt(r, i) {
320
- return M(() => {
321
- if (!r)
319
+ function At(s, i) {
320
+ return U(() => {
321
+ if (!s)
322
322
  return !1;
323
- const g = d(i) ? i : c.value, I = Ce(g), U = u.messageResolver(I, r);
324
- return q(U) || ta(U) || d(U);
325
- }, () => [r], "translate exists", (g) => Reflect.apply(g.te, g, [r, i]), Fa, (g) => N(g));
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
+ let P = u.messageResolver(w, s);
327
+ if (P === null && (P = w[s]), Z(P) || Qt(P) || d(P))
328
+ return !0;
329
+ }
330
+ return !1;
331
+ }, () => [s], "translate exists", (g) => Reflect.apply(g.te, g, [s, i]), Oa, (g) => N(g));
326
332
  }
327
- function Vt(r) {
333
+ function St(s) {
328
334
  let i = null;
329
- const g = Ze(u, _.value, c.value);
330
- for (let I = 0; I < g.length; I++) {
331
- const U = m.value[g[I]] || {}, ne = u.messageResolver(U, r);
332
- if (ne != null) {
333
- i = ne;
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
+ if (w != null) {
339
+ i = w;
334
340
  break;
335
341
  }
336
342
  }
337
343
  return i;
338
344
  }
339
- function Mt(r) {
340
- const i = Vt(r);
341
- return i ?? (t ? t.tm(r) || {} : {});
345
+ function yt(s) {
346
+ const i = St(s);
347
+ return i ?? (t ? t.tm(s) || {} : {});
342
348
  }
343
- function Ce(r) {
344
- return m.value[r] || {};
349
+ function Pe(s) {
350
+ return m.value[s] || {};
345
351
  }
346
- function Ut(r, i) {
352
+ function Vt(s, i) {
347
353
  if (a) {
348
- const g = { [r]: i };
349
- for (const I in g)
350
- oe(g, I) && ee(g[I]);
351
- i = g[r];
354
+ const g = { [s]: i };
355
+ for (const p in g)
356
+ ie(g, p) && ae(g[p]);
357
+ i = g[s];
352
358
  }
353
- m.value[r] = i, u.messages = m.value;
359
+ m.value[s] = i, u.messages = m.value;
354
360
  }
355
- function Wt(r, i) {
356
- m.value[r] = m.value[r] || {};
357
- const g = { [r]: i };
361
+ function Mt(s, i) {
362
+ m.value[s] = m.value[s] || {};
363
+ const g = { [s]: i };
358
364
  if (a)
359
- for (const I in g)
360
- oe(g, I) && ee(g[I]);
361
- i = g[r], se(i, m.value[r]), u.messages = m.value;
365
+ for (const p in g)
366
+ ie(g, p) && ae(g[p]);
367
+ i = g[s], re(i, m.value[s]), u.messages = m.value;
362
368
  }
363
- function wt(r) {
364
- return E.value[r] || {};
369
+ function Ut(s) {
370
+ return E.value[s] || {};
365
371
  }
366
- function $t(r, i) {
367
- E.value[r] = i, u.datetimeFormats = E.value, Ae(u, r, i);
372
+ function Wt(s, i) {
373
+ E.value[s] = i, u.datetimeFormats = E.value, De(u, s, i);
368
374
  }
369
- function xt(r, i) {
370
- E.value[r] = A(E.value[r] || {}, i), u.datetimeFormats = E.value, Ae(u, r, i);
375
+ function wt(s, i) {
376
+ E.value[s] = S(E.value[s] || {}, i), u.datetimeFormats = E.value, De(u, s, i);
371
377
  }
372
- function Gt(r) {
373
- return f.value[r] || {};
378
+ function $t(s) {
379
+ return f.value[s] || {};
374
380
  }
375
- function Ht(r, i) {
376
- f.value[r] = i, u.numberFormats = f.value, Se(u, r, i);
381
+ function xt(s, i) {
382
+ f.value[s] = i, u.numberFormats = f.value, Ae(u, s, i);
377
383
  }
378
- function Yt(r, i) {
379
- f.value[r] = A(f.value[r] || {}, i), u.numberFormats = f.value, Se(u, r, i);
384
+ function Gt(s, i) {
385
+ f.value[s] = S(f.value[s] || {}, i), u.numberFormats = f.value, Ae(u, s, i);
380
386
  }
381
- je++, t && le && (de(t.locale, (r) => {
382
- l && (c.value = r, u.locale = r, J(u, c.value, _.value));
383
- }), de(t.fallbackLocale, (r) => {
384
- l && (_.value = r, u.fallbackLocale = r, J(u, c.value, _.value));
387
+ Ye++, t && oe && (ge(t.locale, (s) => {
388
+ l && (c.value = s, u.locale = s, z(u, c.value, _.value));
389
+ }), ge(t.fallbackLocale, (s) => {
390
+ l && (_.value = s, u.fallbackLocale = s, z(u, c.value, _.value));
385
391
  }));
386
- const p = {
387
- id: je,
388
- locale: Et,
389
- fallbackLocale: dt,
392
+ const I = {
393
+ id: Ye,
394
+ locale: ft,
395
+ fallbackLocale: gt,
390
396
  get inheritLocale() {
391
397
  return l;
392
398
  },
393
- set inheritLocale(r) {
394
- l = r, r && t && (c.value = t.locale.value, _.value = t.fallbackLocale.value, J(u, c.value, _.value));
399
+ set inheritLocale(s) {
400
+ l = s, s && t && (c.value = t.locale.value, _.value = t.fallbackLocale.value, z(u, c.value, _.value));
395
401
  },
396
402
  get availableLocales() {
397
403
  return Object.keys(m.value).sort();
398
404
  },
399
- messages: bt,
405
+ messages: Et,
400
406
  get modifiers() {
401
- return B;
407
+ return J;
402
408
  },
403
409
  get pluralRules() {
404
- return X || {};
410
+ return K || {};
405
411
  },
406
412
  get isGlobal() {
407
413
  return n;
@@ -409,71 +415,71 @@ function Fe(e = {}) {
409
415
  get missingWarn() {
410
416
  return v;
411
417
  },
412
- set missingWarn(r) {
413
- v = r, u.missingWarn = v;
418
+ set missingWarn(s) {
419
+ v = s, u.missingWarn = v;
414
420
  },
415
421
  get fallbackWarn() {
416
422
  return T;
417
423
  },
418
- set fallbackWarn(r) {
419
- T = r, u.fallbackWarn = T;
424
+ set fallbackWarn(s) {
425
+ T = s, u.fallbackWarn = T;
420
426
  },
421
427
  get fallbackRoot() {
422
428
  return L;
423
429
  },
424
- set fallbackRoot(r) {
425
- L = r;
430
+ set fallbackRoot(s) {
431
+ L = s;
426
432
  },
427
433
  get fallbackFormat() {
428
434
  return O;
429
435
  },
430
- set fallbackFormat(r) {
431
- O = r, u.fallbackFormat = O;
436
+ set fallbackFormat(s) {
437
+ O = s, u.fallbackFormat = O;
432
438
  },
433
439
  get warnHtmlMessage() {
434
- return Y;
440
+ return B;
435
441
  },
436
- set warnHtmlMessage(r) {
437
- Y = r, u.warnHtmlMessage = r;
442
+ set warnHtmlMessage(s) {
443
+ B = s, u.warnHtmlMessage = s;
438
444
  },
439
445
  get escapeParameter() {
440
- return j;
441
- },
442
- set escapeParameter(r) {
443
- j = r, u.escapeParameter = r;
444
- },
445
- t: Pe,
446
- getLocaleMessage: Ce,
447
- setLocaleMessage: Ut,
448
- mergeLocaleMessage: Wt,
449
- getPostTranslationHandler: pt,
450
- setPostTranslationHandler: Nt,
451
- getMissingHandler: Tt,
452
- setMissingHandler: Lt,
453
- [st]: St
446
+ return X;
447
+ },
448
+ set escapeParameter(s) {
449
+ X = s, u.escapeParameter = s;
450
+ },
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
454
460
  };
455
- return p.datetimeFormats = vt, p.numberFormats = It, p.rt = ht, p.te = yt, p.tm = Mt, p.d = Ft, p.n = Rt, p.getDateTimeFormat = wt, p.setDateTimeFormat = $t, p.mergeDateTimeFormat = xt, p.getNumberFormat = Gt, p.setNumberFormat = Ht, p.mergeNumberFormat = Yt, p[rt] = s, p[be] = Ct, p[ve] = At, p[Ie] = Dt, process.env.NODE_ENV !== "production" && (p[$] = (r) => {
456
- u.__v_emitter = r;
457
- }, p[Z] = () => {
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
+ u.__v_emitter = s;
463
+ }, I[te] = () => {
458
464
  u.__v_emitter = void 0;
459
- }), p;
465
+ }), I;
460
466
  }
461
- const it = "vue-i18n: composer properties", Ee = {
467
+ const it = "vue-i18n: composer properties", me = {
462
468
  "vue-devtools-plugin-vue-i18n": "Vue I18n DevTools",
463
469
  "vue-i18n-resource-inspector": "Vue I18n DevTools",
464
470
  "vue-i18n-timeline": "Vue I18n"
465
- }, ka = {
471
+ }, Fa = {
466
472
  "vue-i18n-resource-inspector": "Search for scopes ..."
467
- }, Pa = {
473
+ }, Ra = {
468
474
  "vue-i18n-timeline": 16764185
469
475
  };
470
- let Ne;
471
- async function Ca(e, t) {
472
- return new Promise((s, n) => {
476
+ let pe;
477
+ async function ka(e, t) {
478
+ return new Promise((r, n) => {
473
479
  try {
474
- Na({
480
+ va({
475
481
  id: "vue-devtools-plugin-vue-i18n",
476
- label: Ee["vue-devtools-plugin-vue-i18n"],
482
+ label: me["vue-devtools-plugin-vue-i18n"],
477
483
  packageName: "vue-i18n",
478
484
  homepage: "https://vue-i18n.intlify.dev",
479
485
  logo: "https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",
@@ -481,38 +487,38 @@ async function Ca(e, t) {
481
487
  app: e
482
488
  // eslint-disable-line @typescript-eslint/no-explicit-any
483
489
  }, (a) => {
484
- Ne = a, a.on.visitComponentTree(({ componentInstance: l, treeNode: c }) => {
485
- Da(l, c, t);
490
+ pe = a, a.on.visitComponentTree(({ componentInstance: l, treeNode: c }) => {
491
+ Pa(l, c, t);
486
492
  }), a.on.inspectComponent(({ componentInstance: l, instanceData: c }) => {
487
- l.__VUE_I18N__ && c && (t.mode === "legacy" ? l.__VUE_I18N__ !== t.global.__composer && Xe(c, l.__VUE_I18N__) : Xe(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__));
488
494
  }), a.addInspector({
489
495
  id: "vue-i18n-resource-inspector",
490
- label: Ee["vue-i18n-resource-inspector"],
496
+ label: me["vue-i18n-resource-inspector"],
491
497
  icon: "language",
492
- treeFilterPlaceholder: ka["vue-i18n-resource-inspector"]
498
+ treeFilterPlaceholder: Fa["vue-i18n-resource-inspector"]
493
499
  }), a.on.getInspectorTree((l) => {
494
- 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);
495
501
  });
496
502
  const o = /* @__PURE__ */ new Map();
497
503
  a.on.getInspectorState(async (l) => {
498
504
  if (l.app === e && l.inspectorId === "vue-i18n-resource-inspector")
499
- if (a.unhighlightElement(), Wa(l, t), l.nodeId === "global") {
505
+ if (a.unhighlightElement(), Ma(l, t), l.nodeId === "global") {
500
506
  if (!o.has(l.app)) {
501
507
  const [c] = await a.getComponentInstances(l.app);
502
508
  o.set(l.app, c);
503
509
  }
504
510
  a.highlightElement(o.get(l.app));
505
511
  } else {
506
- const c = Ua(l.nodeId, t);
512
+ const c = Va(l.nodeId, t);
507
513
  c && a.highlightElement(c);
508
514
  }
509
515
  }), a.on.editInspectorState((l) => {
510
- 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);
511
517
  }), a.addTimelineLayer({
512
518
  id: "vue-i18n-timeline",
513
- label: Ee["vue-i18n-timeline"],
514
- color: Pa["vue-i18n-timeline"]
515
- }), s(!0);
519
+ label: me["vue-i18n-timeline"],
520
+ color: Ra["vue-i18n-timeline"]
521
+ }), r(!0);
516
522
  });
517
523
  } catch (a) {
518
524
  console.error(a), n(!1);
@@ -522,8 +528,8 @@ async function Ca(e, t) {
522
528
  function ct(e) {
523
529
  return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
524
530
  }
525
- function Da(e, t, s) {
526
- const n = s.mode === "composition" ? s.global : s.global.__composer;
531
+ function Pa(e, t, r) {
532
+ const n = r.mode === "composition" ? r.global : r.global.__composer;
527
533
  if (e && e.__VUE_I18N__ && e.__VUE_I18N__ !== n) {
528
534
  const a = {
529
535
  label: `i18n (${ct(e)} Scope)`,
@@ -533,143 +539,143 @@ function Da(e, t, s) {
533
539
  t.tags.push(a);
534
540
  }
535
541
  }
536
- function Xe(e, t) {
537
- const s = it;
542
+ function Be(e, t) {
543
+ const r = it;
538
544
  e.state.push({
539
- type: s,
545
+ type: r,
540
546
  key: "locale",
541
547
  editable: !0,
542
548
  value: t.locale.value
543
549
  }), e.state.push({
544
- type: s,
550
+ type: r,
545
551
  key: "availableLocales",
546
552
  editable: !1,
547
553
  value: t.availableLocales
548
554
  }), e.state.push({
549
- type: s,
555
+ type: r,
550
556
  key: "fallbackLocale",
551
557
  editable: !0,
552
558
  value: t.fallbackLocale.value
553
559
  }), e.state.push({
554
- type: s,
560
+ type: r,
555
561
  key: "inheritLocale",
556
562
  editable: !0,
557
563
  value: t.inheritLocale
558
564
  }), e.state.push({
559
- type: s,
565
+ type: r,
560
566
  key: "messages",
561
567
  editable: !1,
562
- value: Re(t.messages.value)
568
+ value: he(t.messages.value)
563
569
  }), e.state.push({
564
- type: s,
570
+ type: r,
565
571
  key: "datetimeFormats",
566
572
  editable: !1,
567
573
  value: t.datetimeFormats.value
568
574
  }), e.state.push({
569
- type: s,
575
+ type: r,
570
576
  key: "numberFormats",
571
577
  editable: !1,
572
578
  value: t.numberFormats.value
573
579
  });
574
580
  }
575
- function Re(e) {
581
+ function he(e) {
576
582
  const t = {};
577
- return Object.keys(e).forEach((s) => {
578
- const n = e[s];
579
- w(n) && "source" in n ? t[s] = Va(n) : q(n) && n.loc && n.loc.source ? t[s] = n.loc.source : R(n) ? t[s] = Re(n) : t[s] = n;
583
+ return Object.keys(e).forEach((r) => {
584
+ const n = e[r];
585
+ x(n) && "source" in n ? t[r] = Sa(n) : Z(n) && n.loc && n.loc.source ? t[r] = n.loc.source : R(n) ? t[r] = he(n) : t[r] = n;
580
586
  }), t;
581
587
  }
582
- const Aa = {
588
+ const Ca = {
583
589
  "<": "&lt;",
584
590
  ">": "&gt;",
585
591
  '"': "&quot;",
586
592
  "&": "&amp;"
587
593
  };
588
- function Sa(e) {
589
- return e.replace(/[<>"&]/g, ya);
594
+ function Da(e) {
595
+ return e.replace(/[<>"&]/g, Aa);
590
596
  }
591
- function ya(e) {
592
- return Aa[e] || e;
597
+ function Aa(e) {
598
+ return Ca[e] || e;
593
599
  }
594
- function Va(e) {
600
+ function Sa(e) {
595
601
  return {
596
602
  _custom: {
597
603
  type: "function",
598
- display: `<span>ƒ</span> ${e.source ? `("${Sa(e.source)}")` : "(?)"}`
604
+ display: `<span>ƒ</span> ${e.source ? `("${Da(e.source)}")` : "(?)"}`
599
605
  }
600
606
  };
601
607
  }
602
- function Ma(e, t) {
608
+ function ya(e, t) {
603
609
  e.rootNodes.push({
604
610
  id: "global",
605
611
  label: "Global Scope"
606
612
  });
607
- const s = t.mode === "composition" ? t.global : t.global.__composer;
613
+ const r = t.mode === "composition" ? t.global : t.global.__composer;
608
614
  for (const [n, a] of t.__instances) {
609
615
  const o = t.mode === "composition" ? a : a.__composer;
610
- s !== o && e.rootNodes.push({
616
+ r !== o && e.rootNodes.push({
611
617
  id: o.id.toString(),
612
618
  label: `${ct(n)} Scope`
613
619
  });
614
620
  }
615
621
  }
616
- function Ua(e, t) {
617
- let s = null;
622
+ function Va(e, t) {
623
+ let r = null;
618
624
  if (e !== "global") {
619
625
  for (const [n, a] of t.__instances.entries())
620
626
  if (a.id.toString() === e) {
621
- s = n;
627
+ r = n;
622
628
  break;
623
629
  }
624
630
  }
625
- return s;
631
+ return r;
626
632
  }
627
633
  function ut(e, t) {
628
634
  if (e === "global")
629
635
  return t.mode === "composition" ? t.global : t.global.__composer;
630
636
  {
631
- const s = Array.from(t.__instances.values()).find((n) => n.id.toString() === e);
632
- return s ? t.mode === "composition" ? s : s.__composer : null;
637
+ const r = Array.from(t.__instances.values()).find((n) => n.id.toString() === e);
638
+ return r ? t.mode === "composition" ? r : r.__composer : null;
633
639
  }
634
640
  }
635
- function Wa(e, t) {
636
- const s = ut(e.nodeId, t);
637
- return s && (e.state = wa(s)), null;
641
+ function Ma(e, t) {
642
+ const r = ut(e.nodeId, t);
643
+ return r && (e.state = Ua(r)), null;
638
644
  }
639
- function wa(e) {
640
- const t = {}, s = "Locale related info", n = [
645
+ function Ua(e) {
646
+ const t = {}, r = "Locale related info", n = [
641
647
  {
642
- type: s,
648
+ type: r,
643
649
  key: "locale",
644
650
  editable: !0,
645
651
  value: e.locale.value
646
652
  },
647
653
  {
648
- type: s,
654
+ type: r,
649
655
  key: "fallbackLocale",
650
656
  editable: !0,
651
657
  value: e.fallbackLocale.value
652
658
  },
653
659
  {
654
- type: s,
660
+ type: r,
655
661
  key: "availableLocales",
656
662
  editable: !1,
657
663
  value: e.availableLocales
658
664
  },
659
665
  {
660
- type: s,
666
+ type: r,
661
667
  key: "inheritLocale",
662
668
  editable: !0,
663
669
  value: e.inheritLocale
664
670
  }
665
671
  ];
666
- t[s] = n;
672
+ t[r] = n;
667
673
  const a = "Locale messages info", o = [
668
674
  {
669
675
  type: a,
670
676
  key: "messages",
671
677
  editable: !1,
672
- value: Re(e.messages.value)
678
+ value: he(e.messages.value)
673
679
  }
674
680
  ];
675
681
  t[a] = o;
@@ -695,14 +701,14 @@ function wa(e) {
695
701
  }
696
702
  return t;
697
703
  }
698
- function te(e, t) {
699
- if (Ne) {
700
- let s;
701
- t && "groupId" in t && (s = t.groupId, delete t.groupId), Ne.addTimelineEvent({
704
+ function ne(e, t) {
705
+ if (pe) {
706
+ let r;
707
+ t && "groupId" in t && (r = t.groupId, delete t.groupId), pe.addTimelineEvent({
702
708
  layerId: "vue-i18n-timeline",
703
709
  event: {
704
710
  title: e,
705
- groupId: s,
711
+ groupId: r,
706
712
  time: Date.now(),
707
713
  meta: {},
708
714
  data: t || {},
@@ -711,31 +717,31 @@ function te(e, t) {
711
717
  });
712
718
  }
713
719
  }
714
- function $a(e, t) {
715
- const s = ut(e.nodeId, t);
716
- if (s) {
720
+ function Wa(e, t) {
721
+ const r = ut(e.nodeId, t);
722
+ if (r) {
717
723
  const [n] = e.path;
718
- n === "locale" && d(e.state.value) ? s.locale.value = e.state.value : n === "fallbackLocale" && (d(e.state.value) || P(e.state.value) || R(e.state.value)) ? s.fallbackLocale.value = e.state.value : n === "inheritLocale" && N(e.state.value) && (s.inheritLocale = e.state.value);
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);
719
725
  }
720
726
  }
721
- function xa(e) {
722
- const t = d(e.locale) ? e.locale : Qe, s = d(e.fallbackLocale) || P(e.fallbackLocale) || h(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, n = w(e.missing) ? e.missing : void 0, a = N(e.silentTranslationWarn) || re(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, o = N(e.silentFallbackWarn) || re(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, l = N(e.fallbackRoot) ? e.fallbackRoot : !0, c = !!e.formatFallbackMessages, _ = h(e.modifiers) ? e.modifiers : {}, m = e.pluralizationRules, E = w(e.postTranslation) ? e.postTranslation : void 0, f = d(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, v = !!e.escapeParameterHtml, T = N(e.sync) ? e.sync : !0;
727
+ function wa(e) {
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;
723
729
  let L = e.messages;
724
730
  if (h(e.sharedMessages)) {
725
- const B = e.sharedMessages;
726
- L = Object.keys(B).reduce((u, ae) => {
727
- const fe = u[ae] || (u[ae] = {});
728
- return A(fe, B[ae]), u;
731
+ const J = e.sharedMessages;
732
+ L = Object.keys(J).reduce((u, se) => {
733
+ const ue = u[se] || (u[se] = {});
734
+ return S(ue, J[se]), u;
729
735
  }, L || {});
730
736
  }
731
- const { __i18n: O, __root: y, __injectWithOption: k } = e, V = e.datetimeFormats, Y = e.numberFormats, j = e.flatJson;
737
+ const { __i18n: O, __root: V, __injectWithOption: k } = e, M = e.datetimeFormats, B = e.numberFormats, X = e.flatJson;
732
738
  return {
733
739
  locale: t,
734
- fallbackLocale: s,
740
+ fallbackLocale: r,
735
741
  messages: L,
736
- flatJson: j,
737
- datetimeFormats: V,
738
- numberFormats: Y,
742
+ flatJson: X,
743
+ datetimeFormats: M,
744
+ numberFormats: B,
739
745
  missing: n,
740
746
  missingWarn: a,
741
747
  fallbackWarn: o,
@@ -749,12 +755,12 @@ function xa(e) {
749
755
  messageResolver: e.messageResolver,
750
756
  inheritLocale: T,
751
757
  __i18n: O,
752
- __root: y,
758
+ __root: V,
753
759
  __injectWithOption: k
754
760
  };
755
761
  }
756
- function Te(e = {}) {
757
- const t = Fe(xa(e)), { __extender: s } = e, n = {
762
+ function Ie(e = {}) {
763
+ const t = Oe(wa(e)), { __extender: r } = e, n = {
758
764
  // id
759
765
  id: t.id,
760
766
  // locale
@@ -914,38 +920,38 @@ function Te(e = {}) {
914
920
  t.mergeNumberFormat(a, o);
915
921
  }
916
922
  };
917
- return n.__extender = s, process.env.NODE_ENV !== "production" && (n.__enableEmitter = (a) => {
923
+ return n.__extender = r, process.env.NODE_ENV !== "production" && (n.__enableEmitter = (a) => {
918
924
  const o = t;
919
- o[$] && o[$](a);
925
+ o[G] && o[G](a);
920
926
  }, n.__disableEmitter = () => {
921
927
  const a = t;
922
- a[Z] && a[Z]();
928
+ a[te] && a[te]();
923
929
  }), n;
924
930
  }
925
- function Ga(e, t, s) {
931
+ function $a(e, t, r) {
926
932
  return {
927
933
  beforeCreate() {
928
- const n = G();
934
+ const n = Y();
929
935
  if (!n)
930
936
  throw F(b.UNEXPECTED_ERROR);
931
937
  const a = this.$options;
932
938
  if (a.i18n) {
933
939
  const o = a.i18n;
934
940
  if (a.__i18n && (o.__i18n = a.__i18n), o.__root = t, this === this.$root)
935
- this.$i18n = Je(e, o);
941
+ this.$i18n = Xe(e, o);
936
942
  else {
937
- o.__injectWithOption = !0, o.__extender = s.__vueI18nExtend, this.$i18n = Te(o);
943
+ o.__injectWithOption = !0, o.__extender = r.__vueI18nExtend, this.$i18n = Ie(o);
938
944
  const l = this.$i18n;
939
945
  l.__extender && (l.__disposer = l.__extender(this.$i18n));
940
946
  }
941
947
  } else if (a.__i18n)
942
948
  if (this === this.$root)
943
- this.$i18n = Je(e, a);
949
+ this.$i18n = Xe(e, a);
944
950
  else {
945
- this.$i18n = Te({
951
+ this.$i18n = Ie({
946
952
  __i18n: a.__i18n,
947
953
  __injectWithOption: !0,
948
- __extender: s.__vueI18nExtend,
954
+ __extender: r.__vueI18nExtend,
949
955
  __root: t
950
956
  });
951
957
  const o = this.$i18n;
@@ -953,37 +959,37 @@ function Ga(e, t, s) {
953
959
  }
954
960
  else
955
961
  this.$i18n = e;
956
- 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), s.__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);
957
963
  },
958
964
  mounted() {
959
965
  if (process.env.NODE_ENV !== "production" && this.$i18n) {
960
- const n = G();
966
+ const n = Y();
961
967
  if (!n)
962
968
  return;
963
969
  const a = this.$i18n;
964
970
  n.__VUE_I18N__ = a.__composer;
965
- const o = this.__v_emitter = Le();
966
- a.__enableEmitter && a.__enableEmitter(o), o.on("*", te);
971
+ const o = this.__v_emitter = Ne();
972
+ a.__enableEmitter && a.__enableEmitter(o), o.on("*", ne);
967
973
  }
968
974
  },
969
975
  unmounted() {
970
- const n = G();
976
+ const n = Y();
971
977
  if (!n)
972
978
  throw F(b.UNEXPECTED_ERROR);
973
979
  const a = this.$i18n;
974
- process.env.NODE_ENV !== "production" && n.__VUE_I18N__ && (this.__v_emitter && (this.__v_emitter.off("*", te), delete this.__v_emitter), this.$i18n && (a.__disableEmitter && a.__disableEmitter(), delete n.__VUE_I18N__)), delete this.$t, delete this.$rt, delete this.$te, delete this.$d, delete this.$n, delete this.$tm, a.__disposer && (a.__disposer(), delete a.__disposer, delete a.__extender), s.__deleteInstance(n), delete this.$i18n;
980
+ process.env.NODE_ENV !== "production" && n.__VUE_I18N__ && (this.__v_emitter && (this.__v_emitter.off("*", ne), delete this.__v_emitter), this.$i18n && (a.__disableEmitter && a.__disableEmitter(), delete n.__VUE_I18N__)), delete this.$t, delete this.$rt, delete this.$te, delete this.$d, delete this.$n, delete this.$tm, a.__disposer && (a.__disposer(), delete a.__disposer, delete a.__extender), r.__deleteInstance(n), delete this.$i18n;
975
981
  }
976
982
  };
977
983
  }
978
- function Je(e, t) {
984
+ function Xe(e, t) {
979
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);
980
- const s = he(e.locale, {
986
+ const r = Le(e.locale, {
981
987
  messages: t.messages,
982
988
  __i18n: t.__i18n
983
989
  });
984
- return Object.keys(s).forEach((n) => e.mergeLocaleMessage(n, s[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;
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;
985
991
  }
986
- const ke = {
992
+ const Fe = {
987
993
  tag: {
988
994
  type: [String, Object]
989
995
  },
@@ -1001,70 +1007,70 @@ const ke = {
1001
1007
  type: Object
1002
1008
  }
1003
1009
  };
1004
- function Ha({ slots: e }, t) {
1010
+ function xa({ slots: e }, t) {
1005
1011
  return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((n, a) => [
1006
1012
  ...n,
1007
1013
  // prettier-ignore
1008
- ...a.type === at ? a.children : [a]
1009
- ], []) : t.reduce((s, n) => {
1014
+ ...a.type === nt ? a.children : [a]
1015
+ ], []) : t.reduce((r, n) => {
1010
1016
  const a = e[n];
1011
- return a && (s[n] = a()), s;
1012
- }, D());
1017
+ return a && (r[n] = a()), r;
1018
+ }, A());
1013
1019
  }
1014
1020
  function _t() {
1015
- return at;
1021
+ return nt;
1016
1022
  }
1017
- const Ya = /* @__PURE__ */ Oe({
1023
+ const Ga = /* @__PURE__ */ Te({
1018
1024
  /* eslint-disable */
1019
1025
  name: "i18n-t",
1020
- props: A({
1026
+ props: S({
1021
1027
  keypath: {
1022
1028
  type: String,
1023
1029
  required: !0
1024
1030
  },
1025
1031
  plural: {
1026
1032
  type: [Number, String],
1027
- validator: (e) => Q(e) || !isNaN(e)
1033
+ validator: (e) => ee(e) || !isNaN(e)
1028
1034
  }
1029
- }, ke),
1035
+ }, Fe),
1030
1036
  /* eslint-enable */
1031
1037
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1032
1038
  setup(e, t) {
1033
- const { slots: s, attrs: n } = t, a = e.i18n || me({
1039
+ const { slots: r, attrs: n } = t, a = e.i18n || Re({
1034
1040
  useScope: e.scope,
1035
1041
  __useComponent: !0
1036
1042
  });
1037
1043
  return () => {
1038
- const o = Object.keys(s).filter((f) => f[0] !== "_"), l = D();
1044
+ const o = Object.keys(r).filter((f) => f[0] !== "_"), l = A();
1039
1045
  e.locale && (l.locale = e.locale), e.plural !== void 0 && (l.plural = d(e.plural) ? +e.plural : e.plural);
1040
- const c = Ha(t, o), _ = a[be](e.keypath, c, l), m = A(D(), n), E = d(e.tag) || R(e.tag) ? e.tag : _t();
1041
- return tt(E, m, _);
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
+ return at(E, m, _);
1042
1048
  };
1043
1049
  }
1044
- }), ce = Ya, ja = ce;
1045
- function Ba(e) {
1046
- return P(e) && !d(e[0]);
1050
+ }), Je = Ga;
1051
+ function Ha(e) {
1052
+ return C(e) && !d(e[0]);
1047
1053
  }
1048
- function mt(e, t, s, n) {
1054
+ function mt(e, t, r, n) {
1049
1055
  const { slots: a, attrs: o } = t;
1050
1056
  return () => {
1051
1057
  const l = { part: !0 };
1052
- let c = D();
1053
- e.locale && (l.locale = e.locale), d(e.format) ? l.key = e.format : R(e.format) && (d(e.format.key) && (l.key = e.format.key), c = Object.keys(e.format).reduce((v, T) => s.includes(T) ? A(D(), v, { [T]: e.format[T] }) : v, D()));
1058
+ let c = A();
1059
+ e.locale && (l.locale = e.locale), d(e.format) ? l.key = e.format : R(e.format) && (d(e.format.key) && (l.key = e.format.key), c = Object.keys(e.format).reduce((v, T) => r.includes(T) ? S(A(), v, { [T]: e.format[T] }) : v, A()));
1054
1060
  const _ = n(e.value, l, c);
1055
1061
  let m = [l.key];
1056
- P(_) ? m = _.map((v, T) => {
1062
+ C(_) ? m = _.map((v, T) => {
1057
1063
  const L = a[v.type], O = L ? L({ [v.type]: v.value, index: T, parts: _ }) : [v.value];
1058
- return Ba(O) && (O[0].key = `${v.type}-${T}`), O;
1064
+ return Ha(O) && (O[0].key = `${v.type}-${T}`), O;
1059
1065
  }) : d(_) && (m = [_]);
1060
- const E = A(D(), o), f = d(e.tag) || R(e.tag) ? e.tag : _t();
1061
- return tt(f, E, m);
1066
+ const E = S(A(), o), f = d(e.tag) || R(e.tag) ? e.tag : _t();
1067
+ return at(f, E, m);
1062
1068
  };
1063
1069
  }
1064
- const Xa = /* @__PURE__ */ Oe({
1070
+ const Ya = /* @__PURE__ */ Te({
1065
1071
  /* eslint-disable */
1066
1072
  name: "i18n-n",
1067
- props: A({
1073
+ props: S({
1068
1074
  value: {
1069
1075
  type: Number,
1070
1076
  required: !0
@@ -1072,56 +1078,56 @@ const Xa = /* @__PURE__ */ Oe({
1072
1078
  format: {
1073
1079
  type: [String, Object]
1074
1080
  }
1075
- }, ke),
1081
+ }, Fe),
1076
1082
  /* eslint-enable */
1077
1083
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1078
1084
  setup(e, t) {
1079
- const s = e.i18n || me({
1085
+ const r = e.i18n || Re({
1080
1086
  useScope: e.scope,
1081
1087
  __useComponent: !0
1082
1088
  });
1083
- return mt(e, t, aa, (...n) => (
1089
+ return mt(e, t, Zt, (...n) => (
1084
1090
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1085
- s[Ie](...n)
1091
+ r[be](...n)
1086
1092
  ));
1087
1093
  }
1088
- }), ue = Xa, Ja = ue;
1089
- function Ka(e, t) {
1090
- const s = e;
1094
+ }), Ke = Ya;
1095
+ function ja(e, t) {
1096
+ const r = e;
1091
1097
  if (e.mode === "composition")
1092
- return s.__getInstance(t) || e.global;
1098
+ return r.__getInstance(t) || e.global;
1093
1099
  {
1094
- const n = s.__getInstance(t);
1100
+ const n = r.__getInstance(t);
1095
1101
  return n != null ? n.__composer : e.global.__composer;
1096
1102
  }
1097
1103
  }
1098
- function ft(e) {
1104
+ function Ba(e) {
1099
1105
  const t = (l) => {
1100
- process.env.NODE_ENV !== "production" && et(H(C.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
1106
+ process.env.NODE_ENV !== "production" && tt(j(D.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
1101
1107
  const { instance: c, value: _ } = l;
1102
1108
  if (!c || !c.$)
1103
1109
  throw F(b.UNEXPECTED_ERROR);
1104
- const m = Ka(e, c.$), E = Ke(_);
1110
+ const m = ja(e, c.$), E = ze(_);
1105
1111
  return [
1106
- Reflect.apply(m.t, m, [...ze(E)]),
1112
+ Reflect.apply(m.t, m, [...qe(E)]),
1107
1113
  m
1108
1114
  ];
1109
1115
  };
1110
1116
  return {
1111
1117
  created: (l, c) => {
1112
1118
  const [_, m] = t(c);
1113
- le && e.global === m && (l.__i18nWatcher = de(m.locale, () => {
1119
+ oe && (l.__i18nWatcher = ge(m.locale, () => {
1114
1120
  c.instance && c.instance.$forceUpdate();
1115
1121
  })), l.__composer = m, l.textContent = _;
1116
1122
  },
1117
1123
  unmounted: (l) => {
1118
- le && l.__i18nWatcher && (l.__i18nWatcher(), l.__i18nWatcher = void 0, delete l.__i18nWatcher), l.__composer && (l.__composer = void 0, delete l.__composer);
1124
+ oe && l.__i18nWatcher && (l.__i18nWatcher(), l.__i18nWatcher = void 0, delete l.__i18nWatcher), l.__composer && (l.__composer = void 0, delete l.__composer);
1119
1125
  },
1120
1126
  beforeUpdate: (l, { value: c }) => {
1121
1127
  if (l.__composer) {
1122
- const _ = l.__composer, m = Ke(c);
1128
+ const _ = l.__composer, m = ze(c);
1123
1129
  l.textContent = Reflect.apply(_.t, _, [
1124
- ...ze(m)
1130
+ ...qe(m)
1125
1131
  ]);
1126
1132
  }
1127
1133
  },
@@ -1131,7 +1137,7 @@ function ft(e) {
1131
1137
  }
1132
1138
  };
1133
1139
  }
1134
- function Ke(e) {
1140
+ function ze(e) {
1135
1141
  if (d(e))
1136
1142
  return { path: e };
1137
1143
  if (h(e)) {
@@ -1141,19 +1147,19 @@ function Ke(e) {
1141
1147
  } else
1142
1148
  throw F(b.INVALID_VALUE);
1143
1149
  }
1144
- function ze(e) {
1145
- const { path: t, locale: s, args: n, choice: a, plural: o } = e, l = {}, c = n || {};
1146
- return d(s) && (l.locale = s), Q(a) && (l.plural = a), Q(o) && (l.plural = o), [t, c, l];
1150
+ function qe(e) {
1151
+ const { path: t, locale: r, args: n, choice: a, plural: o } = e, l = {}, c = n || {};
1152
+ return d(r) && (l.locale = r), ee(a) && (l.plural = a), ee(o) && (l.plural = o), [t, c, l];
1147
1153
  }
1148
- function za(e, t, ...s) {
1149
- const n = h(s[0]) ? s[0] : {};
1150
- (N(n.globalInstall) ? n.globalInstall : !0) && ([ce.name, "I18nT"].forEach((o) => e.component(o, ce)), [ue.name, "I18nN"].forEach((o) => e.component(o, ue)), [_e.name, "I18nD"].forEach((o) => e.component(o, _e))), e.directive("t", ft(t));
1154
+ function Xa(e, t, ...r) {
1155
+ const n = h(r[0]) ? r[0] : {};
1156
+ (N(n.globalInstall) ? n.globalInstall : !0) && ([Je.name, "I18nT"].forEach((o) => e.component(o, Je)), [Ke.name, "I18nN"].forEach((o) => e.component(o, Ke)), [Ze.name, "I18nD"].forEach((o) => e.component(o, Ze))), e.directive("t", Ba(t));
1151
1157
  }
1152
- const gt = /* @__PURE__ */ S("global-vue-i18n");
1153
- function qa(e = {}) {
1158
+ const Ja = /* @__PURE__ */ y("global-vue-i18n");
1159
+ function mn(e = {}) {
1154
1160
  const t = __VUE_I18N_LEGACY_API__ && N(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__;
1155
- process.env.NODE_ENV !== "production" && t && et(H(C.DEPRECATE_LEGACY_MODE));
1156
- const s = N(e.globalInjection) ? e.globalInjection : !0, n = /* @__PURE__ */ new Map(), [a, o] = Qa(e, t), l = /* @__PURE__ */ S(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
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] = Ka(e, t), l = /* @__PURE__ */ y(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
1157
1163
  function c(f) {
1158
1164
  return n.get(f) || null;
1159
1165
  }
@@ -1175,22 +1181,22 @@ function qa(e = {}) {
1175
1181
  E.__composerExtend = O.__composerExtend, E.__vueI18nExtend = O.__vueI18nExtend;
1176
1182
  }
1177
1183
  let T = null;
1178
- !t && s && (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));
1179
1185
  const L = f.unmount;
1180
1186
  if (f.unmount = () => {
1181
1187
  T && T(), E.dispose(), L();
1182
1188
  }, process.env.NODE_ENV !== "production") {
1183
- if (!await Ca(f, E))
1189
+ if (!await ka(f, E))
1184
1190
  throw F(b.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
1185
- const y = Le();
1191
+ const V = Ne();
1186
1192
  if (t) {
1187
1193
  const k = o;
1188
- k.__enableEmitter && k.__enableEmitter(y);
1194
+ k.__enableEmitter && k.__enableEmitter(V);
1189
1195
  } else {
1190
1196
  const k = o;
1191
- k[$] && k[$](y);
1197
+ k[G] && k[G](V);
1192
1198
  }
1193
- y.on("*", te);
1199
+ V.on("*", ne);
1194
1200
  }
1195
1201
  },
1196
1202
  // global accessor
@@ -1211,57 +1217,57 @@ function qa(e = {}) {
1211
1217
  };
1212
1218
  return E;
1213
1219
  }
1214
- function me(e = {}) {
1215
- const t = G();
1220
+ function Re(e = {}) {
1221
+ const t = Y();
1216
1222
  if (t == null)
1217
1223
  throw F(b.MUST_BE_CALL_SETUP_TOP);
1218
1224
  if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
1219
1225
  throw F(b.NOT_INSTALLED);
1220
- const s = Za(t), n = tn(s), a = lt(t), o = en(e, a);
1226
+ const r = za(t), n = Qa(r), a = lt(t), o = qa(e, a);
1221
1227
  if (o === "global")
1222
1228
  return ot(n, e, a), n;
1223
1229
  if (o === "parent") {
1224
- let _ = an(s, t, e.__useComponent);
1225
- return _ == null && (process.env.NODE_ENV !== "production" && ie(H(C.NOT_FOUND_PARENT_SCOPE)), _ = n), _;
1230
+ let _ = Za(r, t, e.__useComponent);
1231
+ return _ == null && (process.env.NODE_ENV !== "production" && ce(j(D.NOT_FOUND_PARENT_SCOPE)), _ = n), _;
1226
1232
  }
1227
- const l = s;
1233
+ const l = r;
1228
1234
  let c = l.__getInstance(t);
1229
1235
  if (c == null) {
1230
- const _ = A({}, e);
1231
- "__i18n" in a && (_.__i18n = a.__i18n), n && (_.__root = n), c = Fe(_), l.__composerExtend && (c[pe] = l.__composerExtend(c)), sn(l, t, c), l.__setInstance(t, c);
1236
+ const _ = S({}, e);
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);
1232
1238
  } else
1233
- process.env.NODE_ENV !== "production" && o === "local" && ie(H(C.DUPLICATE_USE_I18N_CALLING));
1239
+ process.env.NODE_ENV !== "production" && o === "local" && ce(j(D.DUPLICATE_USE_I18N_CALLING));
1234
1240
  return c;
1235
1241
  }
1236
- function Qa(e, t) {
1237
- const s = ma(), n = __VUE_I18N_LEGACY_API__ && t ? s.run(() => Te(e)) : s.run(() => Fe(e));
1242
+ function Ka(e, t) {
1243
+ const r = ca(), n = __VUE_I18N_LEGACY_API__ && t ? r.run(() => Ie(e)) : r.run(() => Oe(e));
1238
1244
  if (n == null)
1239
1245
  throw F(b.UNEXPECTED_ERROR);
1240
- return [s, n];
1246
+ return [r, n];
1241
1247
  }
1242
- function Za(e) {
1243
- const t = da(e.isCE ? gt : e.appContext.app.__VUE_I18N_SYMBOL__);
1248
+ function za(e) {
1249
+ const t = fa(e.isCE ? Ja : e.appContext.app.__VUE_I18N_SYMBOL__);
1244
1250
  if (!t)
1245
1251
  throw F(e.isCE ? b.NOT_INSTALLED_WITH_PROVIDE : b.UNEXPECTED_ERROR);
1246
1252
  return t;
1247
1253
  }
1248
- function en(e, t) {
1249
- 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";
1250
1256
  }
1251
- function tn(e) {
1257
+ function Qa(e) {
1252
1258
  return e.mode === "composition" ? e.global : e.global.__composer;
1253
1259
  }
1254
- function an(e, t, s = !1) {
1260
+ function Za(e, t, r = !1) {
1255
1261
  let n = null;
1256
1262
  const a = t.root;
1257
- let o = nn(t, s);
1263
+ let o = en(t, r);
1258
1264
  for (; o != null; ) {
1259
1265
  const l = e;
1260
1266
  if (e.mode === "composition")
1261
1267
  n = l.__getInstance(o);
1262
1268
  else if (__VUE_I18N_LEGACY_API__) {
1263
1269
  const c = l.__getInstance(o);
1264
- c != null && (n = c.__composer, s && n && !n[rt] && (n = null));
1270
+ c != null && (n = c.__composer, r && n && !n[rt] && (n = null));
1265
1271
  }
1266
1272
  if (n != null || a === o)
1267
1273
  break;
@@ -1269,36 +1275,36 @@ function an(e, t, s = !1) {
1269
1275
  }
1270
1276
  return n;
1271
1277
  }
1272
- function nn(e, t = !1) {
1278
+ function en(e, t = !1) {
1273
1279
  return e == null ? null : t && e.vnode.ctx || e.parent;
1274
1280
  }
1275
- function sn(e, t, s) {
1281
+ function tn(e, t, r) {
1276
1282
  let n = null;
1277
- ba(() => {
1283
+ ga(() => {
1278
1284
  if (process.env.NODE_ENV !== "production") {
1279
- t.__VUE_I18N__ = s, n = Le();
1280
- const a = s;
1281
- a[$] && a[$](n), n.on("*", te);
1285
+ t.__VUE_I18N__ = r, n = Ne();
1286
+ const a = r;
1287
+ a[G] && a[G](n), n.on("*", ne);
1282
1288
  }
1283
- }, t), va(() => {
1284
- const a = s;
1285
- process.env.NODE_ENV !== "production" && (n && n.off("*", te), a[Z] && a[Z](), delete t.__VUE_I18N__), e.__deleteInstance(t);
1286
- const o = a[pe];
1287
- o && (o(), delete a[pe]);
1289
+ }, t), Ea(() => {
1290
+ const a = r;
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[ve];
1293
+ o && (o(), delete a[ve]);
1288
1294
  }, t);
1289
1295
  }
1290
- const rn = [
1296
+ const an = [
1291
1297
  "locale",
1292
1298
  "fallbackLocale",
1293
1299
  "availableLocales"
1294
- ], qe = ["t", "rt", "d", "n", "tm", "te"];
1295
- function ln(e, t) {
1296
- const s = /* @__PURE__ */ Object.create(null);
1297
- return rn.forEach((a) => {
1300
+ ], Qe = ["t", "rt", "d", "n", "tm", "te"];
1301
+ function nn(e, t) {
1302
+ const r = /* @__PURE__ */ Object.create(null);
1303
+ return an.forEach((a) => {
1298
1304
  const o = Object.getOwnPropertyDescriptor(t, a);
1299
1305
  if (!o)
1300
1306
  throw F(b.UNEXPECTED_ERROR);
1301
- const l = fa(o.value) ? {
1307
+ const l = ua(o.value) ? {
1302
1308
  get() {
1303
1309
  return o.value.value;
1304
1310
  },
@@ -1311,22 +1317,22 @@ function ln(e, t) {
1311
1317
  return o.get && o.get();
1312
1318
  }
1313
1319
  };
1314
- Object.defineProperty(s, a, l);
1315
- }), e.config.globalProperties.$i18n = s, qe.forEach((a) => {
1320
+ Object.defineProperty(r, a, l);
1321
+ }), e.config.globalProperties.$i18n = r, Qe.forEach((a) => {
1316
1322
  const o = Object.getOwnPropertyDescriptor(t, a);
1317
1323
  if (!o || !o.value)
1318
1324
  throw F(b.UNEXPECTED_ERROR);
1319
1325
  Object.defineProperty(e.config.globalProperties, `$${a}`, o);
1320
1326
  }), () => {
1321
- delete e.config.globalProperties.$i18n, qe.forEach((a) => {
1327
+ delete e.config.globalProperties.$i18n, Qe.forEach((a) => {
1322
1328
  delete e.config.globalProperties[`$${a}`];
1323
1329
  });
1324
1330
  };
1325
1331
  }
1326
- const on = /* @__PURE__ */ Oe({
1332
+ const sn = /* @__PURE__ */ Te({
1327
1333
  /* eslint-disable */
1328
1334
  name: "i18n-d",
1329
- props: A({
1335
+ props: S({
1330
1336
  value: {
1331
1337
  type: [Number, Date],
1332
1338
  required: !0
@@ -1334,48 +1340,30 @@ const on = /* @__PURE__ */ Oe({
1334
1340
  format: {
1335
1341
  type: [String, Object]
1336
1342
  }
1337
- }, ke),
1343
+ }, Fe),
1338
1344
  /* eslint-enable */
1339
1345
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1340
1346
  setup(e, t) {
1341
- const s = e.i18n || me({
1347
+ const r = e.i18n || Re({
1342
1348
  useScope: e.scope,
1343
1349
  __useComponent: !0
1344
1350
  });
1345
- return mt(e, t, na, (...n) => (
1351
+ return mt(e, t, ea, (...n) => (
1346
1352
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
1347
- s[ve](...n)
1353
+ r[de](...n)
1348
1354
  ));
1349
1355
  }
1350
- }), _e = on, cn = _e;
1351
- La();
1352
- sa(ia);
1353
- ra(ca);
1354
- la(Ze);
1356
+ }), Ze = sn;
1357
+ Na();
1358
+ ta(ra);
1359
+ aa(la);
1360
+ na(fe);
1355
1361
  if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
1356
- const e = z();
1357
- e.__INTLIFY__ = !0, oa(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
1362
+ const e = Q();
1363
+ e.__INTLIFY__ = !0, sa(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
1358
1364
  }
1359
1365
  process.env.NODE_ENV;
1360
- const bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1361
- __proto__: null,
1362
- DatetimeFormat: _e,
1363
- I18nD: cn,
1364
- I18nInjectionKey: gt,
1365
- I18nN: Ja,
1366
- I18nT: ja,
1367
- NumberFormat: ue,
1368
- Translation: ce,
1369
- VERSION: nt,
1370
- createI18n: qa,
1371
- useI18n: me,
1372
- vTDirective: ft
1373
- }, Symbol.toStringTag, { value: "Module" })), un = "11.2.8", vn = {
1374
- version: un
1375
- };
1376
1366
  export {
1377
- bn as V,
1378
- qa as c,
1379
- me as u,
1380
- vn as v
1367
+ mn as c,
1368
+ Re as u
1381
1369
  };