@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,7 +1,7 @@
1
- import { f as Se, a as re, i as z, j as se } from "./vendor-intlify-shared-BrKs3jCC.js";
1
+ import { f as Se, a as re, i as z, j as ie } from "./vendor-intlify-shared-SCAs3ybf.js";
2
2
  /*!
3
- * message-compiler v11.2.8
4
- * (c) 2025 kazuya kawaguchi
3
+ * message-compiler v11.3.0
4
+ * (c) 2026 kazuya kawaguchi
5
5
  * Released under the MIT License.
6
6
  */
7
7
  function ke(r, n, c) {
@@ -31,7 +31,7 @@ const d = {
31
31
  UNHANDLED_CODEGEN_NODE_TYPE: 15,
32
32
  // minifier error codes
33
33
  UNHANDLED_MINIFIER_NODE_TYPE: 16
34
- }, Je = 17, De = {
34
+ }, Ze = 17, Pe = {
35
35
  // tokenizer error messages
36
36
  [d.EXPECTED_TOKEN]: "Expected token: '{0}'",
37
37
  [d.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
@@ -54,26 +54,26 @@ const d = {
54
54
  [d.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
55
55
  };
56
56
  function G(r, n, c = {}) {
57
- const { domain: a, messages: _, args: u } = c, h = process.env.NODE_ENV !== "production" ? Se((_ || De)[r] || "", ...u || []) : r, I = new SyntaxError(String(h));
58
- return I.code = r, n && (I.location = n), I.domain = a, I;
57
+ const { domain: o, messages: _, args: u } = c, h = process.env.NODE_ENV !== "production" ? Se((_ || Pe)[r] || "", ...u || []) : r, C = new SyntaxError(String(h));
58
+ return C.code = r, n && (C.location = n), C.domain = o, C;
59
59
  }
60
- function je(r) {
60
+ function ze(r) {
61
61
  throw r;
62
62
  }
63
- const Pe = /<\/?[\w\s="/.':;#-\/]+>/, Ze = (r) => Pe.test(r), M = " ", Oe = "\r", O = `
63
+ const De = /<\/?[\w\s="/.':;#-\/]+>/, et = (r) => De.test(r), M = " ", Oe = "\r", O = `
64
64
  `, me = "\u2028", ye = "\u2029";
65
65
  function be(r) {
66
66
  const n = r;
67
- let c = 0, a = 1, _ = 1, u = 0;
68
- const h = (p) => n[p] === Oe && n[p + 1] === O, I = (p) => n[p] === O, D = (p) => n[p] === ye, m = (p) => n[p] === me, b = (p) => h(p) || I(p) || D(p) || m(p), S = () => c, T = () => a, R = () => _, v = () => u, A = (p) => h(p) || D(p) || m(p) ? O : n[p], C = () => A(c), i = () => A(c + u);
69
- function l() {
70
- return u = 0, b(c) && (a++, _ = 0), h(c) && c++, c++, _++, n[c];
67
+ let c = 0, o = 1, _ = 1, u = 0;
68
+ const h = (p) => n[p] === Oe && n[p + 1] === O, C = (p) => n[p] === O, P = (p) => n[p] === ye, m = (p) => n[p] === me, b = (p) => h(p) || C(p) || P(p) || m(p), S = () => c, T = () => o, R = () => _, v = () => u, A = (p) => h(p) || P(p) || m(p) ? O : n[p], I = () => A(c), s = () => A(c + u);
69
+ function f() {
70
+ return u = 0, b(c) && (o++, _ = 0), h(c) && c++, c++, _++, n[c];
71
71
  }
72
72
  function E() {
73
73
  return h(c + u) && u++, u++, n[c + u];
74
74
  }
75
- function o() {
76
- c = 0, a = 1, _ = 1, u = 0;
75
+ function l() {
76
+ c = 0, o = 1, _ = 1, u = 0;
77
77
  }
78
78
  function L(p = 0) {
79
79
  u = p;
@@ -81,7 +81,7 @@ function be(r) {
81
81
  function N() {
82
82
  const p = c + u;
83
83
  for (; p !== c; )
84
- l();
84
+ f();
85
85
  u = 0;
86
86
  }
87
87
  return {
@@ -90,44 +90,44 @@ function be(r) {
90
90
  column: R,
91
91
  peekOffset: v,
92
92
  charAt: A,
93
- currentChar: C,
94
- currentPeek: i,
95
- next: l,
93
+ currentChar: I,
94
+ currentPeek: s,
95
+ next: f,
96
96
  peek: E,
97
- reset: o,
97
+ reset: l,
98
98
  resetPeek: L,
99
99
  skipToPeek: N
100
100
  };
101
101
  }
102
102
  const w = void 0, Re = ".", ee = "'", Ue = "tokenizer";
103
103
  function ve(r, n = {}) {
104
- const c = n.location !== !1, a = be(r), _ = () => a.index(), u = () => ke(a.line(), a.column(), a.index()), h = u(), I = _(), D = {
104
+ const c = n.location !== !1, o = be(r), _ = () => o.index(), u = () => ke(o.line(), o.column(), o.index()), h = u(), C = _(), P = {
105
105
  currentType: 13,
106
- offset: I,
106
+ offset: C,
107
107
  startLoc: h,
108
108
  endLoc: h,
109
109
  lastType: 13,
110
- lastOffset: I,
110
+ lastOffset: C,
111
111
  lastStartLoc: h,
112
112
  lastEndLoc: h,
113
113
  braceNest: 0,
114
114
  inLinked: !1,
115
115
  text: ""
116
- }, m = () => D, { onError: b } = n;
117
- function S(e, t, s, ...f) {
116
+ }, m = () => P, { onError: b } = n;
117
+ function S(e, t, i, ...a) {
118
118
  const k = m();
119
- if (t.column += s, t.offset += s, b) {
120
- const P = c ? q(k.startLoc, t) : null, U = G(e, P, {
119
+ if (t.column += i, t.offset += i, b) {
120
+ const D = c ? q(k.startLoc, t) : null, U = G(e, D, {
121
121
  domain: Ue,
122
- args: f
122
+ args: a
123
123
  });
124
124
  b(U);
125
125
  }
126
126
  }
127
- function T(e, t, s) {
127
+ function T(e, t, i) {
128
128
  e.endLoc = u(), e.currentType = t;
129
- const f = { type: t };
130
- return c && (f.loc = q(e.startLoc, e.endLoc)), s != null && (f.value = s), f;
129
+ const a = { type: t };
130
+ return c && (a.loc = q(e.startLoc, e.endLoc)), i != null && (a.value = i), a;
131
131
  }
132
132
  const R = (e) => T(
133
133
  e,
@@ -143,11 +143,11 @@ function ve(r, n = {}) {
143
143
  t += e.currentPeek(), e.peek();
144
144
  return t;
145
145
  }
146
- function C(e) {
146
+ function I(e) {
147
147
  const t = A(e);
148
148
  return e.skipToPeek(), t;
149
149
  }
150
- function i(e) {
150
+ function s(e) {
151
151
  if (e === w)
152
152
  return !1;
153
153
  const t = e.charCodeAt(0);
@@ -155,87 +155,87 @@ function ve(r, n = {}) {
155
155
  t >= 65 && t <= 90 || // A-Z
156
156
  t === 95;
157
157
  }
158
- function l(e) {
158
+ function f(e) {
159
159
  if (e === w)
160
160
  return !1;
161
161
  const t = e.charCodeAt(0);
162
162
  return t >= 48 && t <= 57;
163
163
  }
164
164
  function E(e, t) {
165
- const { currentType: s } = t;
166
- if (s !== 2)
165
+ const { currentType: i } = t;
166
+ if (i !== 2)
167
167
  return !1;
168
168
  A(e);
169
- const f = i(e.currentPeek());
170
- return e.resetPeek(), f;
169
+ const a = s(e.currentPeek());
170
+ return e.resetPeek(), a;
171
171
  }
172
- function o(e, t) {
173
- const { currentType: s } = t;
174
- if (s !== 2)
172
+ function l(e, t) {
173
+ const { currentType: i } = t;
174
+ if (i !== 2)
175
175
  return !1;
176
176
  A(e);
177
- const f = e.currentPeek() === "-" ? e.peek() : e.currentPeek(), k = l(f);
177
+ const a = e.currentPeek() === "-" ? e.peek() : e.currentPeek(), k = f(a);
178
178
  return e.resetPeek(), k;
179
179
  }
180
180
  function L(e, t) {
181
- const { currentType: s } = t;
182
- if (s !== 2)
181
+ const { currentType: i } = t;
182
+ if (i !== 2)
183
183
  return !1;
184
184
  A(e);
185
- const f = e.currentPeek() === ee;
186
- return e.resetPeek(), f;
185
+ const a = e.currentPeek() === ee;
186
+ return e.resetPeek(), a;
187
187
  }
188
188
  function N(e, t) {
189
- const { currentType: s } = t;
190
- if (s !== 7)
189
+ const { currentType: i } = t;
190
+ if (i !== 7)
191
191
  return !1;
192
192
  A(e);
193
- const f = e.currentPeek() === ".";
194
- return e.resetPeek(), f;
193
+ const a = e.currentPeek() === ".";
194
+ return e.resetPeek(), a;
195
195
  }
196
196
  function p(e, t) {
197
- const { currentType: s } = t;
198
- if (s !== 8)
197
+ const { currentType: i } = t;
198
+ if (i !== 8)
199
199
  return !1;
200
200
  A(e);
201
- const f = i(e.currentPeek());
202
- return e.resetPeek(), f;
201
+ const a = s(e.currentPeek());
202
+ return e.resetPeek(), a;
203
203
  }
204
- function H(e, t) {
205
- const { currentType: s } = t;
206
- if (!(s === 7 || s === 11))
204
+ function g(e, t) {
205
+ const { currentType: i } = t;
206
+ if (!(i === 7 || i === 11))
207
207
  return !1;
208
208
  A(e);
209
- const f = e.currentPeek() === ":";
210
- return e.resetPeek(), f;
209
+ const a = e.currentPeek() === ":";
210
+ return e.resetPeek(), a;
211
211
  }
212
212
  function y(e, t) {
213
- const { currentType: s } = t;
214
- if (s !== 9)
213
+ const { currentType: i } = t;
214
+ if (i !== 9)
215
215
  return !1;
216
- const f = () => {
217
- const P = e.currentPeek();
218
- return P === "{" ? i(e.peek()) : P === "@" || P === "|" || P === ":" || P === "." || P === M || !P ? !1 : P === O ? (e.peek(), f()) : F(e, !1);
219
- }, k = f();
216
+ const a = () => {
217
+ const D = e.currentPeek();
218
+ return D === "{" ? s(e.peek()) : D === "@" || D === "|" || D === ":" || D === "." || D === M || !D ? !1 : D === O ? (e.peek(), a()) : F(e, !1);
219
+ }, k = a();
220
220
  return e.resetPeek(), k;
221
221
  }
222
- function Y(e) {
222
+ function x(e) {
223
223
  A(e);
224
224
  const t = e.currentPeek() === "|";
225
225
  return e.resetPeek(), t;
226
226
  }
227
227
  function F(e, t = !0) {
228
- const s = (k = !1, P = "") => {
228
+ const i = (k = !1, D = "") => {
229
229
  const U = e.currentPeek();
230
- return U === "{" || U === "@" || !U ? k : U === "|" ? !(P === M || P === O) : U === M ? (e.peek(), s(!0, M)) : U === O ? (e.peek(), s(!0, O)) : !0;
231
- }, f = s();
232
- return t && e.resetPeek(), f;
230
+ return U === "{" || U === "@" || !U ? k : U === "|" ? !(D === M || D === O) : U === M ? (e.peek(), i(!0, M)) : U === O ? (e.peek(), i(!0, O)) : !0;
231
+ }, a = i();
232
+ return t && e.resetPeek(), a;
233
233
  }
234
- function g(e, t) {
235
- const s = e.currentChar();
236
- return s === w ? w : t(s) ? (e.next(), s) : null;
234
+ function H(e, t) {
235
+ const i = e.currentChar();
236
+ return i === w ? w : t(i) ? (e.next(), i) : null;
237
237
  }
238
- function ie(e) {
238
+ function se(e) {
239
239
  const t = e.charCodeAt(0);
240
240
  return t >= 97 && t <= 122 || // a-z
241
241
  t >= 65 && t <= 90 || // A-Z
@@ -244,7 +244,7 @@ function ve(r, n = {}) {
244
244
  t === 36;
245
245
  }
246
246
  function ce(e) {
247
- return g(e, ie);
247
+ return H(e, se);
248
248
  }
249
249
  function ue(e) {
250
250
  const t = e.charCodeAt(0);
@@ -256,14 +256,14 @@ function ve(r, n = {}) {
256
256
  t === 45;
257
257
  }
258
258
  function ae(e) {
259
- return g(e, ue);
259
+ return H(e, ue);
260
260
  }
261
261
  function oe(e) {
262
262
  const t = e.charCodeAt(0);
263
263
  return t >= 48 && t <= 57;
264
264
  }
265
265
  function le(e) {
266
- return g(e, oe);
266
+ return H(e, oe);
267
267
  }
268
268
  function fe(e) {
269
269
  const t = e.charCodeAt(0);
@@ -272,47 +272,52 @@ function ve(r, n = {}) {
272
272
  t >= 97 && t <= 102;
273
273
  }
274
274
  function Ee(e) {
275
- return g(e, fe);
275
+ return H(e, fe);
276
276
  }
277
277
  function J(e) {
278
- let t = "", s = "";
278
+ let t = "", i = "";
279
279
  for (; t = le(e); )
280
- s += t;
281
- return s;
280
+ i += t;
281
+ return i;
282
282
  }
283
283
  function de(e) {
284
284
  let t = "";
285
285
  for (; ; ) {
286
- const s = e.currentChar();
287
- if (s === "{" || s === "}" || s === "@" || s === "|" || !s)
288
- break;
289
- if (s === M || s === O)
290
- if (F(e))
291
- t += s, e.next();
292
- else {
293
- if (Y(e))
294
- break;
295
- t += s, e.next();
296
- }
297
- else
298
- t += s, e.next();
286
+ const i = e.currentChar();
287
+ if (i === "\\") {
288
+ const a = e.peek();
289
+ a === "{" || a === "}" || a === "@" || a === "|" || a === "\\" ? (t += i + a, e.next(), e.next()) : (e.resetPeek(), t += i, e.next());
290
+ } else {
291
+ if (i === "{" || i === "}" || i === "@" || i === "|" || !i)
292
+ break;
293
+ if (i === M || i === O)
294
+ if (F(e))
295
+ t += i, e.next();
296
+ else {
297
+ if (x(e))
298
+ break;
299
+ t += i, e.next();
300
+ }
301
+ else
302
+ t += i, e.next();
303
+ }
299
304
  }
300
305
  return t;
301
306
  }
302
307
  function Le(e) {
303
- C(e);
304
- let t = "", s = "";
308
+ I(e);
309
+ let t = "", i = "";
305
310
  for (; t = ae(e); )
306
- s += t;
307
- const f = e.currentChar();
308
- if (f && f !== "}" && f !== w && f !== M && f !== O && f !== " ") {
311
+ i += t;
312
+ const a = e.currentChar();
313
+ if (a && a !== "}" && a !== w && a !== M && a !== O && a !== " ") {
309
314
  const k = Z(e);
310
- return S(d.INVALID_TOKEN_IN_PLACEHOLDER, u(), 0, s + k), s + k;
315
+ return S(d.INVALID_TOKEN_IN_PLACEHOLDER, u(), 0, i + k), i + k;
311
316
  }
312
- return e.currentChar() === w && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), s;
317
+ return e.currentChar() === w && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), i;
313
318
  }
314
319
  function Ne(e) {
315
- C(e);
320
+ I(e);
316
321
  let t = "";
317
322
  return e.currentChar() === "-" ? (e.next(), t += `-${J(e)}`) : t += J(e), e.currentChar() === w && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), t;
318
323
  }
@@ -320,14 +325,14 @@ function ve(r, n = {}) {
320
325
  return e !== ee && e !== O;
321
326
  }
322
327
  function pe(e) {
323
- C(e), v(e, "'");
324
- let t = "", s = "";
325
- for (; t = g(e, _e); )
326
- t === "\\" ? s += Ie(e) : s += t;
327
- const f = e.currentChar();
328
- return f === O || f === w ? (S(d.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, u(), 0), f === O && (e.next(), v(e, "'")), s) : (v(e, "'"), s);
328
+ I(e), v(e, "'");
329
+ let t = "", i = "";
330
+ for (; t = H(e, _e); )
331
+ t === "\\" ? i += Ce(e) : i += t;
332
+ const a = e.currentChar();
333
+ return a === O || a === w ? (S(d.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, u(), 0), a === O && (e.next(), v(e, "'")), i) : (v(e, "'"), i);
329
334
  }
330
- function Ie(e) {
335
+ function Ce(e) {
331
336
  const t = e.currentChar();
332
337
  switch (t) {
333
338
  case "\\":
@@ -341,121 +346,121 @@ function ve(r, n = {}) {
341
346
  return S(d.UNKNOWN_ESCAPE_SEQUENCE, u(), 0, t), "";
342
347
  }
343
348
  }
344
- function j(e, t, s) {
349
+ function j(e, t, i) {
345
350
  v(e, t);
346
- let f = "";
347
- for (let k = 0; k < s; k++) {
348
- const P = Ee(e);
349
- if (!P) {
350
- S(d.INVALID_UNICODE_ESCAPE_SEQUENCE, u(), 0, `\\${t}${f}${e.currentChar()}`);
351
+ let a = "";
352
+ for (let k = 0; k < i; k++) {
353
+ const D = Ee(e);
354
+ if (!D) {
355
+ S(d.INVALID_UNICODE_ESCAPE_SEQUENCE, u(), 0, `\\${t}${a}${e.currentChar()}`);
351
356
  break;
352
357
  }
353
- f += P;
358
+ a += D;
354
359
  }
355
- return `\\${t}${f}`;
360
+ return `\\${t}${a}`;
356
361
  }
357
- function Ce(e) {
362
+ function Ie(e) {
358
363
  return e !== "{" && e !== "}" && e !== M && e !== O;
359
364
  }
360
365
  function Z(e) {
361
- C(e);
362
- let t = "", s = "";
363
- for (; t = g(e, Ce); )
364
- s += t;
365
- return s;
366
+ I(e);
367
+ let t = "", i = "";
368
+ for (; t = H(e, Ie); )
369
+ i += t;
370
+ return i;
366
371
  }
367
372
  function he(e) {
368
- let t = "", s = "";
373
+ let t = "", i = "";
369
374
  for (; t = ce(e); )
370
- s += t;
371
- return s;
375
+ i += t;
376
+ return i;
372
377
  }
373
378
  function Te(e) {
374
- const t = (s) => {
375
- const f = e.currentChar();
376
- return f === "{" || f === "@" || f === "|" || f === "(" || f === ")" || !f || f === M ? s : (s += f, e.next(), t(s));
379
+ const t = (i) => {
380
+ const a = e.currentChar();
381
+ return a === "{" || a === "@" || a === "|" || a === "(" || a === ")" || !a || a === M ? i : (i += a, e.next(), t(i));
377
382
  };
378
383
  return t("");
379
384
  }
380
385
  function V(e) {
381
- C(e);
386
+ I(e);
382
387
  const t = v(
383
388
  e,
384
389
  "|"
385
390
  /* TokenChars.Pipe */
386
391
  );
387
- return C(e), t;
392
+ return I(e), t;
388
393
  }
389
394
  function B(e, t) {
390
- let s = null;
395
+ let i = null;
391
396
  switch (e.currentChar()) {
392
397
  case "{":
393
- return t.braceNest >= 1 && S(d.NOT_ALLOW_NEST_PLACEHOLDER, u(), 0), e.next(), s = T(
398
+ return t.braceNest >= 1 && S(d.NOT_ALLOW_NEST_PLACEHOLDER, u(), 0), e.next(), i = T(
394
399
  t,
395
400
  2,
396
401
  "{"
397
402
  /* TokenChars.BraceLeft */
398
- ), C(e), t.braceNest++, s;
403
+ ), I(e), t.braceNest++, i;
399
404
  case "}":
400
- return t.braceNest > 0 && t.currentType === 2 && S(d.EMPTY_PLACEHOLDER, u(), 0), e.next(), s = T(
405
+ return t.braceNest > 0 && t.currentType === 2 && S(d.EMPTY_PLACEHOLDER, u(), 0), e.next(), i = T(
401
406
  t,
402
407
  3,
403
408
  "}"
404
409
  /* TokenChars.BraceRight */
405
- ), t.braceNest--, t.braceNest > 0 && C(e), t.inLinked && t.braceNest === 0 && (t.inLinked = !1), s;
410
+ ), t.braceNest--, t.braceNest > 0 && I(e), t.inLinked && t.braceNest === 0 && (t.inLinked = !1), i;
406
411
  case "@":
407
- return t.braceNest > 0 && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), s = $(e, t) || R(t), t.braceNest = 0, s;
412
+ return t.braceNest > 0 && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), i = $(e, t) || R(t), t.braceNest = 0, i;
408
413
  default: {
409
- let k = !0, P = !0, U = !0;
410
- if (Y(e))
411
- return t.braceNest > 0 && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), s = T(t, 1, V(e)), t.braceNest = 0, t.inLinked = !1, s;
414
+ let k = !0, D = !0, U = !0;
415
+ if (x(e))
416
+ return t.braceNest > 0 && S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), i = T(t, 1, V(e)), t.braceNest = 0, t.inLinked = !1, i;
412
417
  if (t.braceNest > 0 && (t.currentType === 4 || t.currentType === 5 || t.currentType === 6))
413
418
  return S(d.UNTERMINATED_CLOSING_BRACE, u(), 0), t.braceNest = 0, Q(e, t);
414
419
  if (k = E(e, t))
415
- return s = T(t, 4, Le(e)), C(e), s;
416
- if (P = o(e, t))
417
- return s = T(t, 5, Ne(e)), C(e), s;
420
+ return i = T(t, 4, Le(e)), I(e), i;
421
+ if (D = l(e, t))
422
+ return i = T(t, 5, Ne(e)), I(e), i;
418
423
  if (U = L(e, t))
419
- return s = T(t, 6, pe(e)), C(e), s;
420
- if (!k && !P && !U)
421
- return s = T(t, 12, Z(e)), S(d.INVALID_TOKEN_IN_PLACEHOLDER, u(), 0, s.value), C(e), s;
424
+ return i = T(t, 6, pe(e)), I(e), i;
425
+ if (!k && !D && !U)
426
+ return i = T(t, 12, Z(e)), S(d.INVALID_TOKEN_IN_PLACEHOLDER, u(), 0, i.value), I(e), i;
422
427
  break;
423
428
  }
424
429
  }
425
- return s;
430
+ return i;
426
431
  }
427
432
  function $(e, t) {
428
- const { currentType: s } = t;
429
- let f = null;
433
+ const { currentType: i } = t;
434
+ let a = null;
430
435
  const k = e.currentChar();
431
- switch ((s === 7 || s === 8 || s === 11 || s === 9) && (k === O || k === M) && S(d.INVALID_LINKED_FORMAT, u(), 0), k) {
436
+ switch ((i === 7 || i === 8 || i === 11 || i === 9) && (k === O || k === M) && S(d.INVALID_LINKED_FORMAT, u(), 0), k) {
432
437
  case "@":
433
- return e.next(), f = T(
438
+ return e.next(), a = T(
434
439
  t,
435
440
  7,
436
441
  "@"
437
442
  /* TokenChars.LinkedAlias */
438
- ), t.inLinked = !0, f;
443
+ ), t.inLinked = !0, a;
439
444
  case ".":
440
- return C(e), e.next(), T(
445
+ return I(e), e.next(), T(
441
446
  t,
442
447
  8,
443
448
  "."
444
449
  /* TokenChars.LinkedDot */
445
450
  );
446
451
  case ":":
447
- return C(e), e.next(), T(
452
+ return I(e), e.next(), T(
448
453
  t,
449
454
  9,
450
455
  ":"
451
456
  /* TokenChars.LinkedDelimiter */
452
457
  );
453
458
  default:
454
- return Y(e) ? (f = T(t, 1, V(e)), t.braceNest = 0, t.inLinked = !1, f) : N(e, t) || H(e, t) ? (C(e), $(e, t)) : p(e, t) ? (C(e), T(t, 11, he(e))) : y(e, t) ? (C(e), k === "{" ? B(e, t) || f : T(t, 10, Te(e))) : (s === 7 && S(d.INVALID_LINKED_FORMAT, u(), 0), t.braceNest = 0, t.inLinked = !1, Q(e, t));
459
+ return x(e) ? (a = T(t, 1, V(e)), t.braceNest = 0, t.inLinked = !1, a) : N(e, t) || g(e, t) ? (I(e), $(e, t)) : p(e, t) ? (I(e), T(t, 11, he(e))) : y(e, t) ? (I(e), k === "{" ? B(e, t) || a : T(t, 10, Te(e))) : (i === 7 && S(d.INVALID_LINKED_FORMAT, u(), 0), t.braceNest = 0, t.inLinked = !1, Q(e, t));
455
460
  }
456
461
  }
457
462
  function Q(e, t) {
458
- let s = {
463
+ let i = {
459
464
  type: 13
460
465
  /* TokenTypes.EOF */
461
466
  };
@@ -476,22 +481,22 @@ function ve(r, n = {}) {
476
481
  case "@":
477
482
  return $(e, t) || R(t);
478
483
  default: {
479
- if (Y(e))
480
- return s = T(t, 1, V(e)), t.braceNest = 0, t.inLinked = !1, s;
484
+ if (x(e))
485
+ return i = T(t, 1, V(e)), t.braceNest = 0, t.inLinked = !1, i;
481
486
  if (F(e))
482
487
  return T(t, 0, de(e));
483
488
  break;
484
489
  }
485
490
  }
486
- return s;
491
+ return i;
487
492
  }
488
493
  function Ae() {
489
- const { currentType: e, offset: t, startLoc: s, endLoc: f } = D;
490
- return D.lastType = e, D.lastOffset = t, D.lastStartLoc = s, D.lastEndLoc = f, D.offset = _(), D.startLoc = u(), a.currentChar() === w ? T(
491
- D,
494
+ const { currentType: e, offset: t, startLoc: i, endLoc: a } = P;
495
+ return P.lastType = e, P.lastOffset = t, P.lastStartLoc = i, P.lastEndLoc = a, P.offset = _(), P.startLoc = u(), o.currentChar() === w ? T(
496
+ P,
492
497
  13
493
498
  /* TokenTypes.EOF */
494
- ) : Q(a, D);
499
+ ) : Q(o, P);
495
500
  }
496
501
  return {
497
502
  nextToken: Ae,
@@ -500,8 +505,11 @@ function ve(r, n = {}) {
500
505
  context: m
501
506
  };
502
507
  }
503
- const Me = "parser", Xe = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
504
- function we(r, n, c) {
508
+ const Me = "parser", Xe = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g, we = /\\([\\@{}|])/g;
509
+ function ge(r, n) {
510
+ return n;
511
+ }
512
+ function xe(r, n, c) {
505
513
  switch (r) {
506
514
  case "\\\\":
507
515
  return "\\";
@@ -509,141 +517,141 @@ function we(r, n, c) {
509
517
  case "\\'":
510
518
  return "'";
511
519
  default: {
512
- const a = parseInt(n || c, 16);
513
- return a <= 55295 || a >= 57344 ? String.fromCodePoint(a) : "�";
520
+ const o = parseInt(n || c, 16);
521
+ return o <= 55295 || o >= 57344 ? String.fromCodePoint(o) : "�";
514
522
  }
515
523
  }
516
524
  }
517
525
  function He(r = {}) {
518
526
  const n = r.location !== !1, { onError: c } = r;
519
- function a(i, l, E, o, ...L) {
520
- const N = i.currentPosition();
521
- if (N.offset += o, N.column += o, c) {
522
- const p = n ? q(E, N) : null, H = G(l, p, {
527
+ function o(s, f, E, l, ...L) {
528
+ const N = s.currentPosition();
529
+ if (N.offset += l, N.column += l, c) {
530
+ const p = n ? q(E, N) : null, g = G(f, p, {
523
531
  domain: Me,
524
532
  args: L
525
533
  });
526
- c(H);
534
+ c(g);
527
535
  }
528
536
  }
529
- function _(i, l, E) {
530
- const o = { type: i };
531
- return n && (o.start = l, o.end = l, o.loc = { start: E, end: E }), o;
537
+ function _(s, f, E) {
538
+ const l = { type: s };
539
+ return n && (l.start = f, l.end = f, l.loc = { start: E, end: E }), l;
532
540
  }
533
- function u(i, l, E, o) {
534
- n && (i.end = l, i.loc && (i.loc.end = E));
541
+ function u(s, f, E, l) {
542
+ n && (s.end = f, s.loc && (s.loc.end = E));
535
543
  }
536
- function h(i, l) {
537
- const E = i.context(), o = _(3, E.offset, E.startLoc);
538
- return o.value = l, u(o, i.currentOffset(), i.currentPosition()), o;
544
+ function h(s, f) {
545
+ const E = s.context(), l = _(3, E.offset, E.startLoc);
546
+ return l.value = f.replace(we, ge), u(l, s.currentOffset(), s.currentPosition()), l;
539
547
  }
540
- function I(i, l) {
541
- const E = i.context(), { lastOffset: o, lastStartLoc: L } = E, N = _(5, o, L);
542
- return N.index = parseInt(l, 10), i.nextToken(), u(N, i.currentOffset(), i.currentPosition()), N;
548
+ function C(s, f) {
549
+ const E = s.context(), { lastOffset: l, lastStartLoc: L } = E, N = _(5, l, L);
550
+ return N.index = parseInt(f, 10), s.nextToken(), u(N, s.currentOffset(), s.currentPosition()), N;
543
551
  }
544
- function D(i, l) {
545
- const E = i.context(), { lastOffset: o, lastStartLoc: L } = E, N = _(4, o, L);
546
- return N.key = l, i.nextToken(), u(N, i.currentOffset(), i.currentPosition()), N;
552
+ function P(s, f) {
553
+ const E = s.context(), { lastOffset: l, lastStartLoc: L } = E, N = _(4, l, L);
554
+ return N.key = f, s.nextToken(), u(N, s.currentOffset(), s.currentPosition()), N;
547
555
  }
548
- function m(i, l) {
549
- const E = i.context(), { lastOffset: o, lastStartLoc: L } = E, N = _(9, o, L);
550
- return N.value = l.replace(Xe, we), i.nextToken(), u(N, i.currentOffset(), i.currentPosition()), N;
556
+ function m(s, f) {
557
+ const E = s.context(), { lastOffset: l, lastStartLoc: L } = E, N = _(9, l, L);
558
+ return N.value = f.replace(Xe, xe), s.nextToken(), u(N, s.currentOffset(), s.currentPosition()), N;
551
559
  }
552
- function b(i) {
553
- const l = i.nextToken(), E = i.context(), { lastOffset: o, lastStartLoc: L } = E, N = _(8, o, L);
554
- return l.type !== 11 ? (a(i, d.UNEXPECTED_EMPTY_LINKED_MODIFIER, E.lastStartLoc, 0), N.value = "", u(N, o, L), {
555
- nextConsumeToken: l,
560
+ function b(s) {
561
+ const f = s.nextToken(), E = s.context(), { lastOffset: l, lastStartLoc: L } = E, N = _(8, l, L);
562
+ return f.type !== 11 ? (o(s, d.UNEXPECTED_EMPTY_LINKED_MODIFIER, E.lastStartLoc, 0), N.value = "", u(N, l, L), {
563
+ nextConsumeToken: f,
556
564
  node: N
557
- }) : (l.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, X(l)), N.value = l.value || "", u(N, i.currentOffset(), i.currentPosition()), {
565
+ }) : (f.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, X(f)), N.value = f.value || "", u(N, s.currentOffset(), s.currentPosition()), {
558
566
  node: N
559
567
  });
560
568
  }
561
- function S(i, l) {
562
- const E = i.context(), o = _(7, E.offset, E.startLoc);
563
- return o.value = l, u(o, i.currentOffset(), i.currentPosition()), o;
569
+ function S(s, f) {
570
+ const E = s.context(), l = _(7, E.offset, E.startLoc);
571
+ return l.value = f, u(l, s.currentOffset(), s.currentPosition()), l;
564
572
  }
565
- function T(i) {
566
- const l = i.context(), E = _(6, l.offset, l.startLoc);
567
- let o = i.nextToken();
568
- if (o.type === 8) {
569
- const L = b(i);
570
- E.modifier = L.node, o = L.nextConsumeToken || i.nextToken();
573
+ function T(s) {
574
+ const f = s.context(), E = _(6, f.offset, f.startLoc);
575
+ let l = s.nextToken();
576
+ if (l.type === 8) {
577
+ const L = b(s);
578
+ E.modifier = L.node, l = L.nextConsumeToken || s.nextToken();
571
579
  }
572
- switch (o.type !== 9 && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(o)), o = i.nextToken(), o.type === 2 && (o = i.nextToken()), o.type) {
580
+ switch (l.type !== 9 && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(l)), l = s.nextToken(), l.type === 2 && (l = s.nextToken()), l.type) {
573
581
  case 10:
574
- o.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(o)), E.key = S(i, o.value || "");
582
+ l.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(l)), E.key = S(s, l.value || "");
575
583
  break;
576
584
  case 4:
577
- o.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(o)), E.key = D(i, o.value || "");
585
+ l.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(l)), E.key = P(s, l.value || "");
578
586
  break;
579
587
  case 5:
580
- o.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(o)), E.key = I(i, o.value || "");
588
+ l.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(l)), E.key = C(s, l.value || "");
581
589
  break;
582
590
  case 6:
583
- o.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(o)), E.key = m(i, o.value || "");
591
+ l.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(l)), E.key = m(s, l.value || "");
584
592
  break;
585
593
  default: {
586
- a(i, d.UNEXPECTED_EMPTY_LINKED_KEY, l.lastStartLoc, 0);
587
- const L = i.context(), N = _(7, L.offset, L.startLoc);
594
+ o(s, d.UNEXPECTED_EMPTY_LINKED_KEY, f.lastStartLoc, 0);
595
+ const L = s.context(), N = _(7, L.offset, L.startLoc);
588
596
  return N.value = "", u(N, L.offset, L.startLoc), E.key = N, u(E, L.offset, L.startLoc), {
589
- nextConsumeToken: o,
597
+ nextConsumeToken: l,
590
598
  node: E
591
599
  };
592
600
  }
593
601
  }
594
- return u(E, i.currentOffset(), i.currentPosition()), {
602
+ return u(E, s.currentOffset(), s.currentPosition()), {
595
603
  node: E
596
604
  };
597
605
  }
598
- function R(i) {
599
- const l = i.context(), E = l.currentType === 1 ? i.currentOffset() : l.offset, o = l.currentType === 1 ? l.endLoc : l.startLoc, L = _(2, E, o);
606
+ function R(s) {
607
+ const f = s.context(), E = f.currentType === 1 ? s.currentOffset() : f.offset, l = f.currentType === 1 ? f.endLoc : f.startLoc, L = _(2, E, l);
600
608
  L.items = [];
601
609
  let N = null;
602
610
  do {
603
- const y = N || i.nextToken();
611
+ const y = N || s.nextToken();
604
612
  switch (N = null, y.type) {
605
613
  case 0:
606
- y.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(y)), L.items.push(h(i, y.value || ""));
614
+ y.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(y)), L.items.push(h(s, y.value || ""));
607
615
  break;
608
616
  case 5:
609
- y.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(y)), L.items.push(I(i, y.value || ""));
617
+ y.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(y)), L.items.push(C(s, y.value || ""));
610
618
  break;
611
619
  case 4:
612
- y.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(y)), L.items.push(D(i, y.value || ""));
620
+ y.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(y)), L.items.push(P(s, y.value || ""));
613
621
  break;
614
622
  case 6:
615
- y.value == null && a(i, d.UNEXPECTED_LEXICAL_ANALYSIS, l.lastStartLoc, 0, X(y)), L.items.push(m(i, y.value || ""));
623
+ y.value == null && o(s, d.UNEXPECTED_LEXICAL_ANALYSIS, f.lastStartLoc, 0, X(y)), L.items.push(m(s, y.value || ""));
616
624
  break;
617
625
  case 7: {
618
- const Y = T(i);
619
- L.items.push(Y.node), N = Y.nextConsumeToken || null;
626
+ const x = T(s);
627
+ L.items.push(x.node), N = x.nextConsumeToken || null;
620
628
  break;
621
629
  }
622
630
  }
623
- } while (l.currentType !== 13 && l.currentType !== 1);
624
- const p = l.currentType === 1 ? l.lastOffset : i.currentOffset(), H = l.currentType === 1 ? l.lastEndLoc : i.currentPosition();
625
- return u(L, p, H), L;
626
- }
627
- function v(i, l, E, o) {
628
- const L = i.context();
629
- let N = o.items.length === 0;
630
- const p = _(1, l, E);
631
- p.cases = [], p.cases.push(o);
631
+ } while (f.currentType !== 13 && f.currentType !== 1);
632
+ const p = f.currentType === 1 ? f.lastOffset : s.currentOffset(), g = f.currentType === 1 ? f.lastEndLoc : s.currentPosition();
633
+ return u(L, p, g), L;
634
+ }
635
+ function v(s, f, E, l) {
636
+ const L = s.context();
637
+ let N = l.items.length === 0;
638
+ const p = _(1, f, E);
639
+ p.cases = [], p.cases.push(l);
632
640
  do {
633
- const H = R(i);
634
- N || (N = H.items.length === 0), p.cases.push(H);
641
+ const g = R(s);
642
+ N || (N = g.items.length === 0), p.cases.push(g);
635
643
  } while (L.currentType !== 13);
636
- return N && a(i, d.MUST_HAVE_MESSAGES_IN_PLURAL, E, 0), u(p, i.currentOffset(), i.currentPosition()), p;
644
+ return N && o(s, d.MUST_HAVE_MESSAGES_IN_PLURAL, E, 0), u(p, s.currentOffset(), s.currentPosition()), p;
637
645
  }
638
- function A(i) {
639
- const l = i.context(), { offset: E, startLoc: o } = l, L = R(i);
640
- return l.currentType === 13 ? L : v(i, E, o, L);
646
+ function A(s) {
647
+ const f = s.context(), { offset: E, startLoc: l } = f, L = R(s);
648
+ return f.currentType === 13 ? L : v(s, E, l, L);
641
649
  }
642
- function C(i) {
643
- const l = ve(i, re({}, r)), E = l.context(), o = _(0, E.offset, E.startLoc);
644
- return n && o.loc && (o.loc.source = i), o.body = A(l), r.onCacheKey && (o.cacheKey = r.onCacheKey(i)), E.currentType !== 13 && a(l, d.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, i[E.offset] || ""), u(o, l.currentOffset(), l.currentPosition()), o;
650
+ function I(s) {
651
+ const f = ve(s, re({}, r)), E = f.context(), l = _(0, E.offset, E.startLoc);
652
+ return n && l.loc && (l.loc.source = s), l.body = A(f), r.onCacheKey && (l.cacheKey = r.onCacheKey(s)), E.currentType !== 13 && o(f, d.UNEXPECTED_LEXICAL_ANALYSIS, E.lastStartLoc, 0, s[E.offset] || ""), u(l, f.currentOffset(), f.currentPosition()), l;
645
653
  }
646
- return { parse: C };
654
+ return { parse: I };
647
655
  }
648
656
  function X(r) {
649
657
  if (r.type === 13)
@@ -703,16 +711,16 @@ function W(r, n) {
703
711
  break;
704
712
  }
705
713
  }
706
- function ge(r, n = {}) {
714
+ function Ke(r, n = {}) {
707
715
  const c = Ye(r);
708
716
  c.helper(
709
717
  "normalize"
710
718
  /* HelperNameMap.NORMALIZE */
711
719
  ), r.body && W(r.body, c);
712
- const a = c.context();
713
- r.helpers = Array.from(a.helpers);
720
+ const o = c.context();
721
+ r.helpers = Array.from(o.helpers);
714
722
  }
715
- function Ke(r) {
723
+ function $e(r) {
716
724
  const n = r.body;
717
725
  return n.type === 2 ? ne(n) : n.cases.forEach((c) => ne(c)), r;
718
726
  }
@@ -723,39 +731,39 @@ function ne(r) {
723
731
  } else {
724
732
  const n = [];
725
733
  for (let c = 0; c < r.items.length; c++) {
726
- const a = r.items[c];
727
- if (!(a.type === 3 || a.type === 9) || a.value == null)
734
+ const o = r.items[c];
735
+ if (!(o.type === 3 || o.type === 9) || o.value == null)
728
736
  break;
729
- n.push(a.value);
737
+ n.push(o.value);
730
738
  }
731
739
  if (n.length === r.items.length) {
732
- r.static = se(n);
740
+ r.static = ie(n);
733
741
  for (let c = 0; c < r.items.length; c++) {
734
- const a = r.items[c];
735
- (a.type === 3 || a.type === 9) && delete a.value;
742
+ const o = r.items[c];
743
+ (o.type === 3 || o.type === 9) && delete o.value;
736
744
  }
737
745
  }
738
746
  }
739
747
  }
740
- const xe = "minifier";
741
- function K(r) {
748
+ const Ge = "minifier";
749
+ function Y(r) {
742
750
  switch (r.t = r.type, r.type) {
743
751
  case 0: {
744
752
  const n = r;
745
- K(n.body), n.b = n.body, delete n.body;
753
+ Y(n.body), n.b = n.body, delete n.body;
746
754
  break;
747
755
  }
748
756
  case 1: {
749
757
  const n = r, c = n.cases;
750
- for (let a = 0; a < c.length; a++)
751
- K(c[a]);
758
+ for (let o = 0; o < c.length; o++)
759
+ Y(c[o]);
752
760
  n.c = c, delete n.cases;
753
761
  break;
754
762
  }
755
763
  case 2: {
756
764
  const n = r, c = n.items;
757
- for (let a = 0; a < c.length; a++)
758
- K(c[a]);
765
+ for (let o = 0; o < c.length; o++)
766
+ Y(c[o]);
759
767
  n.i = c, delete n.items, n.static && (n.s = n.static, delete n.static);
760
768
  break;
761
769
  }
@@ -769,7 +777,7 @@ function K(r) {
769
777
  }
770
778
  case 6: {
771
779
  const n = r;
772
- K(n.key), n.k = n.key, delete n.key, n.modifier && (K(n.modifier), n.m = n.modifier, delete n.modifier);
780
+ Y(n.key), n.k = n.key, delete n.key, n.modifier && (Y(n.modifier), n.m = n.modifier, delete n.modifier);
773
781
  break;
774
782
  }
775
783
  case 5: {
@@ -785,48 +793,48 @@ function K(r) {
785
793
  default:
786
794
  if (process.env.NODE_ENV !== "production")
787
795
  throw G(d.UNHANDLED_MINIFIER_NODE_TYPE, null, {
788
- domain: xe,
796
+ domain: Ge,
789
797
  args: [r.type]
790
798
  });
791
799
  }
792
800
  delete r.type;
793
801
  }
794
- const $e = "parser";
795
- function Ge(r, n) {
796
- const { filename: c, breakLineCode: a, needIndent: _ } = n, u = n.location !== !1, h = {
802
+ const Fe = "parser";
803
+ function Ve(r, n) {
804
+ const { filename: c, breakLineCode: o, needIndent: _ } = n, u = n.location !== !1, h = {
797
805
  filename: c,
798
806
  code: "",
799
807
  column: 1,
800
808
  line: 1,
801
809
  offset: 0,
802
810
  map: void 0,
803
- breakLineCode: a,
811
+ breakLineCode: o,
804
812
  needIndent: _,
805
813
  indentLevel: 0
806
814
  };
807
815
  u && r.loc && (h.source = r.loc.source);
808
- const I = () => h;
809
- function D(A, C) {
816
+ const C = () => h;
817
+ function P(A, I) {
810
818
  h.code += A;
811
819
  }
812
- function m(A, C = !0) {
813
- const i = C ? a : "";
814
- D(_ ? i + " ".repeat(A) : i);
820
+ function m(A, I = !0) {
821
+ const s = I ? o : "";
822
+ P(_ ? s + " ".repeat(A) : s);
815
823
  }
816
824
  function b(A = !0) {
817
- const C = ++h.indentLevel;
818
- A && m(C);
825
+ const I = ++h.indentLevel;
826
+ A && m(I);
819
827
  }
820
828
  function S(A = !0) {
821
- const C = --h.indentLevel;
822
- A && m(C);
829
+ const I = --h.indentLevel;
830
+ A && m(I);
823
831
  }
824
832
  function T() {
825
833
  m(h.indentLevel);
826
834
  }
827
835
  return {
828
- context: I,
829
- push: D,
836
+ context: C,
837
+ push: P,
830
838
  indent: b,
831
839
  deindent: S,
832
840
  newline: T,
@@ -834,54 +842,54 @@ function Ge(r, n) {
834
842
  needIndent: () => h.needIndent
835
843
  };
836
844
  }
837
- function Fe(r, n) {
845
+ function Be(r, n) {
838
846
  const { helper: c } = r;
839
847
  r.push(`${c(
840
848
  "linked"
841
849
  /* HelperNameMap.LINKED */
842
- )}(`), x(r, n.key), n.modifier ? (r.push(", "), x(r, n.modifier), r.push(", _type")) : r.push(", undefined, _type"), r.push(")");
850
+ )}(`), K(r, n.key), n.modifier ? (r.push(", "), K(r, n.modifier), r.push(", _type")) : r.push(", undefined, _type"), r.push(")");
843
851
  }
844
- function Ve(r, n) {
845
- const { helper: c, needIndent: a } = r;
852
+ function Qe(r, n) {
853
+ const { helper: c, needIndent: o } = r;
846
854
  r.push(`${c(
847
855
  "normalize"
848
856
  /* HelperNameMap.NORMALIZE */
849
- )}([`), r.indent(a());
857
+ )}([`), r.indent(o());
850
858
  const _ = n.items.length;
851
- for (let u = 0; u < _ && (x(r, n.items[u]), u !== _ - 1); u++)
859
+ for (let u = 0; u < _ && (K(r, n.items[u]), u !== _ - 1); u++)
852
860
  r.push(", ");
853
- r.deindent(a()), r.push("])");
861
+ r.deindent(o()), r.push("])");
854
862
  }
855
- function Be(r, n) {
856
- const { helper: c, needIndent: a } = r;
863
+ function qe(r, n) {
864
+ const { helper: c, needIndent: o } = r;
857
865
  if (n.cases.length > 1) {
858
866
  r.push(`${c(
859
867
  "plural"
860
868
  /* HelperNameMap.PLURAL */
861
- )}([`), r.indent(a());
869
+ )}([`), r.indent(o());
862
870
  const _ = n.cases.length;
863
- for (let u = 0; u < _ && (x(r, n.cases[u]), u !== _ - 1); u++)
871
+ for (let u = 0; u < _ && (K(r, n.cases[u]), u !== _ - 1); u++)
864
872
  r.push(", ");
865
- r.deindent(a()), r.push("])");
873
+ r.deindent(o()), r.push("])");
866
874
  }
867
875
  }
868
- function Qe(r, n) {
869
- n.body ? x(r, n.body) : r.push("null");
876
+ function We(r, n) {
877
+ n.body ? K(r, n.body) : r.push("null");
870
878
  }
871
- function x(r, n) {
879
+ function K(r, n) {
872
880
  const { helper: c } = r;
873
881
  switch (n.type) {
874
882
  case 0:
875
- Qe(r, n);
883
+ We(r, n);
876
884
  break;
877
885
  case 1:
878
- Be(r, n);
886
+ qe(r, n);
879
887
  break;
880
888
  case 2:
881
- Ve(r, n);
889
+ Qe(r, n);
882
890
  break;
883
891
  case 6:
884
- Fe(r, n);
892
+ Be(r, n);
885
893
  break;
886
894
  case 8:
887
895
  r.push(JSON.stringify(n.value), n);
@@ -916,37 +924,37 @@ function x(r, n) {
916
924
  default:
917
925
  if (process.env.NODE_ENV !== "production")
918
926
  throw G(d.UNHANDLED_CODEGEN_NODE_TYPE, null, {
919
- domain: $e,
927
+ domain: Fe,
920
928
  args: [n.type]
921
929
  });
922
930
  }
923
931
  }
924
- const qe = (r, n = {}) => {
925
- const c = z(n.mode) ? n.mode : "normal", a = z(n.filename) ? n.filename : "message.intl";
932
+ const Je = (r, n = {}) => {
933
+ const c = z(n.mode) ? n.mode : "normal", o = z(n.filename) ? n.filename : "message.intl";
926
934
  n.sourceMap;
927
935
  const _ = n.breakLineCode != null ? n.breakLineCode : c === "arrow" ? ";" : `
928
- `, u = n.needIndent ? n.needIndent : c !== "arrow", h = r.helpers || [], I = Ge(r, {
929
- filename: a,
936
+ `, u = n.needIndent ? n.needIndent : c !== "arrow", h = r.helpers || [], C = Ve(r, {
937
+ filename: o,
930
938
  breakLineCode: _,
931
939
  needIndent: u
932
940
  });
933
- I.push(c === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), I.indent(u), h.length > 0 && (I.push(`const { ${se(h.map((b) => `${b}: _${b}`), ", ")} } = ctx`), I.newline()), I.push("return "), x(I, r), I.deindent(u), I.push("}"), delete r.helpers;
934
- const { code: D, map: m } = I.context();
941
+ C.push(c === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), C.indent(u), h.length > 0 && (C.push(`const { ${ie(h.map((b) => `${b}: _${b}`), ", ")} } = ctx`), C.newline()), C.push("return "), K(C, r), C.deindent(u), C.push("}"), delete r.helpers;
942
+ const { code: P, map: m } = C.context();
935
943
  return {
936
944
  ast: r,
937
- code: D,
945
+ code: P,
938
946
  map: m ? m.toJSON() : void 0
939
947
  // eslint-disable-line @typescript-eslint/no-explicit-any
940
948
  };
941
949
  };
942
- function ze(r, n = {}) {
943
- const c = re({}, n), a = !!c.jit, _ = !!c.minify, u = c.optimize == null ? !0 : c.optimize, I = He(c).parse(r);
944
- return a ? (u && Ke(I), _ && K(I), { ast: I, code: "" }) : (ge(I, c), qe(I, c));
950
+ function tt(r, n = {}) {
951
+ const c = re({}, n), o = !!c.jit, _ = !!c.minify, u = c.optimize == null ? !0 : c.optimize, C = He(c).parse(r);
952
+ return o ? (u && $e(C), _ && Y(C), { ast: C, code: "" }) : (Ke(C, c), Je(C, c));
945
953
  }
946
954
  export {
947
- Je as C,
948
- je as a,
949
- ze as b,
955
+ Ze as C,
956
+ ze as a,
957
+ tt as b,
950
958
  G as c,
951
- Ze as d
959
+ et as d
952
960
  };