@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,1169 +0,0 @@
1
- import { unref as M, getCurrentScope as Q, onScopeDispose as ee, effectScope as V, computed as p, isRef as S, toRefs as x, customRef as F, reactive as H, onMounted as te, nextTick as I, getCurrentInstance as $, watch as y, shallowRef as ne, watchEffect as re, readonly as k, ref as w, inject as oe, provide as ue, toRef as ae, onBeforeMount as se, onBeforeUnmount as ie, onUnmounted as ce, isReactive as le } from "vue";
2
- function He(e, t) {
3
- var n;
4
- const r = ne();
5
- return re(() => {
6
- r.value = e();
7
- }, {
8
- ...t,
9
- flush: (n = t?.flush) != null ? n : "sync"
10
- }), k(r);
11
- }
12
- function Ye(e, t) {
13
- let n, r, o;
14
- const u = w(!0), s = () => {
15
- u.value = !0, o();
16
- };
17
- y(e, s, { flush: "sync" });
18
- const a = typeof t == "function" ? t : t.get, c = typeof t == "function" ? void 0 : t.set, m = F((d, f) => (r = d, o = f, {
19
- get() {
20
- return u.value && (n = a(), u.value = !1), r(), n;
21
- },
22
- set(l) {
23
- c?.(l);
24
- }
25
- }));
26
- return Object.isExtensible(m) && (m.trigger = s), m;
27
- }
28
- function T(e) {
29
- return Q() ? (ee(e), !0) : !1;
30
- }
31
- function Ge() {
32
- const e = /* @__PURE__ */ new Set(), t = (o) => {
33
- e.delete(o);
34
- };
35
- return {
36
- on: (o) => {
37
- e.add(o);
38
- const u = () => t(o);
39
- return T(u), {
40
- off: u
41
- };
42
- },
43
- off: t,
44
- trigger: (...o) => Promise.all(Array.from(e).map((u) => u(...o)))
45
- };
46
- }
47
- function Ve(e) {
48
- let t = !1, n;
49
- const r = V(!0);
50
- return (...o) => (t || (n = r.run(() => e(...o)), t = !0), n);
51
- }
52
- const D = /* @__PURE__ */ new WeakMap(), fe = (e, t) => {
53
- var n;
54
- const r = (n = $()) == null ? void 0 : n.proxy;
55
- if (r == null)
56
- throw new Error("provideLocal must be called in setup");
57
- D.has(r) || D.set(r, /* @__PURE__ */ Object.create(null));
58
- const o = D.get(r);
59
- o[e] = t, ue(e, t);
60
- }, de = (...e) => {
61
- var t;
62
- const n = e[0], r = (t = $()) == null ? void 0 : t.proxy;
63
- if (r == null)
64
- throw new Error("injectLocal must be called in setup");
65
- return D.has(r) && n in D.get(r) ? D.get(r)[n] : oe(...e);
66
- };
67
- function ze(e, t) {
68
- const n = t?.injectionKey || Symbol(e.name || "InjectionState"), r = t?.defaultValue;
69
- return [(...s) => {
70
- const a = e(...s);
71
- return fe(n, a), a;
72
- }, () => de(n, r)];
73
- }
74
- function qe(e) {
75
- let t = 0, n, r;
76
- const o = () => {
77
- t -= 1, r && t <= 0 && (r.stop(), n = void 0, r = void 0);
78
- };
79
- return (...u) => (t += 1, n || (r = V(!0), n = r.run(() => e(...u))), T(o), n);
80
- }
81
- function me(e, t, { enumerable: n = !1, unwrap: r = !0 } = {}) {
82
- for (const [o, u] of Object.entries(t))
83
- o !== "value" && (S(u) && r ? Object.defineProperty(e, o, {
84
- get() {
85
- return u.value;
86
- },
87
- set(s) {
88
- u.value = s;
89
- },
90
- enumerable: n
91
- }) : Object.defineProperty(e, o, { value: u, enumerable: n }));
92
- return e;
93
- }
94
- function Ze(e, t) {
95
- return t == null ? M(e) : M(e)[t];
96
- }
97
- function Je(e) {
98
- return M(e) != null;
99
- }
100
- function Ke(e, t) {
101
- if (typeof Symbol < "u") {
102
- const n = { ...e };
103
- return Object.defineProperty(n, Symbol.iterator, {
104
- enumerable: !1,
105
- value() {
106
- let r = 0;
107
- return {
108
- next: () => ({
109
- value: t[r++],
110
- done: r > t.length
111
- })
112
- };
113
- }
114
- }), n;
115
- } else
116
- return Object.assign([...t], e);
117
- }
118
- function i(e) {
119
- return typeof e == "function" ? e() : M(e);
120
- }
121
- const Xe = i;
122
- function ve(e, t) {
123
- const n = t?.computedGetter === !1 ? M : i;
124
- return function(...r) {
125
- return p(() => e.apply(this, r.map((o) => n(o))));
126
- };
127
- }
128
- function Qe(e, t = {}) {
129
- let n = [], r;
130
- if (Array.isArray(t))
131
- n = t;
132
- else {
133
- r = t;
134
- const { includeOwnProperties: o = !0 } = t;
135
- n.push(...Object.keys(e)), o && n.push(...Object.getOwnPropertyNames(e));
136
- }
137
- return Object.fromEntries(
138
- n.map((o) => {
139
- const u = e[o];
140
- return [
141
- o,
142
- typeof u == "function" ? ve(u.bind(e), r) : u
143
- ];
144
- })
145
- );
146
- }
147
- function pe(e) {
148
- if (!S(e))
149
- return H(e);
150
- const t = new Proxy({}, {
151
- get(n, r, o) {
152
- return M(Reflect.get(e.value, r, o));
153
- },
154
- set(n, r, o) {
155
- return S(e.value[r]) && !S(o) ? e.value[r].value = o : e.value[r] = o, !0;
156
- },
157
- deleteProperty(n, r) {
158
- return Reflect.deleteProperty(e.value, r);
159
- },
160
- has(n, r) {
161
- return Reflect.has(e.value, r);
162
- },
163
- ownKeys() {
164
- return Object.keys(e.value);
165
- },
166
- getOwnPropertyDescriptor() {
167
- return {
168
- enumerable: !0,
169
- configurable: !0
170
- };
171
- }
172
- });
173
- return H(t);
174
- }
175
- function z(e) {
176
- return pe(p(e));
177
- }
178
- function et(e, ...t) {
179
- const n = t.flat(), r = n[0];
180
- return z(() => Object.fromEntries(typeof r == "function" ? Object.entries(x(e)).filter(([o, u]) => !r(i(u), o)) : Object.entries(x(e)).filter((o) => !n.includes(o[0]))));
181
- }
182
- const C = typeof window < "u" && typeof document < "u", tt = typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope, nt = (e) => typeof e < "u", rt = (e) => e != null, ot = (e, ...t) => {
183
- e || console.warn(...t);
184
- }, he = Object.prototype.toString, ye = (e) => he.call(e) === "[object Object]", ut = () => Date.now(), ge = () => +Date.now(), at = (e, t, n) => Math.min(n, Math.max(t, e)), E = () => {
185
- }, st = (e, t) => (e = Math.ceil(e), t = Math.floor(t), Math.floor(Math.random() * (t - e + 1)) + e), it = (e, t) => Object.prototype.hasOwnProperty.call(e, t), ct = /* @__PURE__ */ we();
186
- function we() {
187
- var e, t;
188
- return C && ((e = window?.navigator) == null ? void 0 : e.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((t = window?.navigator) == null ? void 0 : t.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window?.navigator.userAgent));
189
- }
190
- function N(e, t) {
191
- function n(...r) {
192
- return new Promise((o, u) => {
193
- Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(u);
194
- });
195
- }
196
- return n;
197
- }
198
- const U = (e) => e();
199
- function q(e, t = {}) {
200
- let n, r, o = E;
201
- const u = (a) => {
202
- clearTimeout(a), o(), o = E;
203
- };
204
- return (a) => {
205
- const c = i(e), m = i(t.maxWait);
206
- return n && u(n), c <= 0 || m !== void 0 && m <= 0 ? (r && (u(r), r = null), Promise.resolve(a())) : new Promise((d, f) => {
207
- o = t.rejectOnCancel ? f : d, m && !r && (r = setTimeout(() => {
208
- n && u(n), r = null, d(a());
209
- }, m)), n = setTimeout(() => {
210
- r && u(r), r = null, d(a());
211
- }, c);
212
- });
213
- };
214
- }
215
- function Z(...e) {
216
- let t = 0, n, r = !0, o = E, u, s, a, c, m;
217
- !S(e[0]) && typeof e[0] == "object" ? { delay: s, trailing: a = !0, leading: c = !0, rejectOnCancel: m = !1 } = e[0] : [s, a = !0, c = !0, m = !1] = e;
218
- const d = () => {
219
- n && (clearTimeout(n), n = void 0, o(), o = E);
220
- };
221
- return (l) => {
222
- const v = i(s), h = Date.now() - t, b = () => u = l();
223
- return d(), v <= 0 ? (t = Date.now(), b()) : (h > v && (c || !r) ? (t = Date.now(), b()) : a && (u = new Promise((g, O) => {
224
- o = m ? O : g, n = setTimeout(() => {
225
- t = Date.now(), r = !0, g(b()), d();
226
- }, Math.max(0, v - h));
227
- })), !c && !n && (n = setTimeout(() => r = !0, v)), r = !1, u);
228
- };
229
- }
230
- function be(e = U) {
231
- const t = w(!0);
232
- function n() {
233
- t.value = !1;
234
- }
235
- function r() {
236
- t.value = !0;
237
- }
238
- const o = (...u) => {
239
- t.value && e(...u);
240
- };
241
- return { isActive: k(t), pause: n, resume: r, eventFilter: o };
242
- }
243
- const lt = {
244
- mounted: "mounted",
245
- updated: "updated",
246
- unmounted: "unmounted"
247
- };
248
- function J(e) {
249
- const t = /* @__PURE__ */ Object.create(null);
250
- return (n) => t[n] || (t[n] = e(n));
251
- }
252
- const Oe = /\B([A-Z])/g, ft = J((e) => e.replace(Oe, "-$1").toLowerCase()), Se = /-(\w)/g, dt = J((e) => e.replace(Se, (t, n) => n ? n.toUpperCase() : ""));
253
- function Y(e, t = !1, n = "Timeout") {
254
- return new Promise((r, o) => {
255
- setTimeout(t ? () => o(n) : r, e);
256
- });
257
- }
258
- function mt(e) {
259
- return e;
260
- }
261
- function vt(e) {
262
- let t;
263
- function n() {
264
- return t || (t = e()), t;
265
- }
266
- return n.reset = async () => {
267
- const r = t;
268
- t = void 0, r && await r;
269
- }, n;
270
- }
271
- function pt(e) {
272
- return e();
273
- }
274
- function Ae(e, ...t) {
275
- return t.some((n) => n in e);
276
- }
277
- function ht(e, t) {
278
- var n;
279
- if (typeof e == "number")
280
- return e + t;
281
- const r = ((n = e.match(/^-?\d+\.?\d*/)) == null ? void 0 : n[0]) || "", o = e.slice(r.length), u = Number.parseFloat(r) + t;
282
- return Number.isNaN(u) ? e : u + o;
283
- }
284
- function yt(e, t, n = !1) {
285
- return t.reduce((r, o) => (o in e && (!n || e[o] !== void 0) && (r[o] = e[o]), r), {});
286
- }
287
- function gt(e, t, n = !1) {
288
- return Object.fromEntries(Object.entries(e).filter(([r, o]) => (!n || o !== void 0) && !t.includes(r)));
289
- }
290
- function wt(e) {
291
- return Object.entries(e);
292
- }
293
- function L(e) {
294
- return e || $();
295
- }
296
- function K(...e) {
297
- if (e.length !== 1)
298
- return ae(...e);
299
- const t = e[0];
300
- return typeof t == "function" ? k(F(() => ({ get: t, set: E }))) : w(t);
301
- }
302
- const bt = K;
303
- function Ot(e, ...t) {
304
- const n = t.flat(), r = n[0];
305
- return z(() => Object.fromEntries(typeof r == "function" ? Object.entries(x(e)).filter(([o, u]) => r(i(u), o)) : n.map((o) => [o, K(e, o)])));
306
- }
307
- function St(e, t = 1e4) {
308
- return F((n, r) => {
309
- let o = i(e), u;
310
- const s = () => setTimeout(() => {
311
- o = i(e), r();
312
- }, i(t));
313
- return T(() => {
314
- clearTimeout(u);
315
- }), {
316
- get() {
317
- return n(), o;
318
- },
319
- set(a) {
320
- o = a, r(), clearTimeout(u), u = s();
321
- }
322
- };
323
- });
324
- }
325
- function Me(e, t = 200, n = {}) {
326
- return N(
327
- q(t, n),
328
- e
329
- );
330
- }
331
- function At(e, t = 200, n = {}) {
332
- const r = w(e.value), o = Me(() => {
333
- r.value = e.value;
334
- }, t, n);
335
- return y(e, () => o()), r;
336
- }
337
- function Mt(e, t) {
338
- return p({
339
- get() {
340
- var n;
341
- return (n = e.value) != null ? n : t;
342
- },
343
- set(n) {
344
- e.value = n;
345
- }
346
- });
347
- }
348
- function Pe(e, t = 200, n = !1, r = !0, o = !1) {
349
- return N(
350
- Z(t, n, r, o),
351
- e
352
- );
353
- }
354
- function Pt(e, t = 200, n = !0, r = !0) {
355
- if (t <= 0)
356
- return e;
357
- const o = w(e.value), u = Pe(() => {
358
- o.value = e.value;
359
- }, t, n, r);
360
- return y(e, () => u()), o;
361
- }
362
- function De(e, t = {}) {
363
- let n = e, r, o;
364
- const u = F((l, v) => (r = l, o = v, {
365
- get() {
366
- return s();
367
- },
368
- set(h) {
369
- a(h);
370
- }
371
- }));
372
- function s(l = !0) {
373
- return l && r(), n;
374
- }
375
- function a(l, v = !0) {
376
- var h, b;
377
- if (l === n)
378
- return;
379
- const g = n;
380
- ((h = t.onBeforeChange) == null ? void 0 : h.call(t, l, g)) !== !1 && (n = l, (b = t.onChanged) == null || b.call(t, l, g), v && o());
381
- }
382
- return me(
383
- u,
384
- {
385
- get: s,
386
- set: a,
387
- untrackedGet: () => s(!1),
388
- silentSet: (l) => a(l, !1),
389
- peek: () => s(!1),
390
- lay: (l) => a(l, !1)
391
- },
392
- { enumerable: !0 }
393
- );
394
- }
395
- const Dt = De;
396
- function Tt(...e) {
397
- if (e.length === 2) {
398
- const [t, n] = e;
399
- t.value = n;
400
- }
401
- if (e.length === 3) {
402
- const [t, n, r] = e;
403
- t[n] = r;
404
- }
405
- }
406
- function j(e, t, n = {}) {
407
- const {
408
- eventFilter: r = U,
409
- ...o
410
- } = n;
411
- return y(
412
- e,
413
- N(
414
- r,
415
- t
416
- ),
417
- o
418
- );
419
- }
420
- function G(e, t, n = {}) {
421
- const {
422
- eventFilter: r,
423
- ...o
424
- } = n, { eventFilter: u, pause: s, resume: a, isActive: c } = be(r);
425
- return { stop: j(
426
- e,
427
- t,
428
- {
429
- ...o,
430
- eventFilter: u
431
- }
432
- ), pause: s, resume: a, isActive: c };
433
- }
434
- function Et(e, t, ...[n]) {
435
- const {
436
- flush: r = "sync",
437
- deep: o = !1,
438
- immediate: u = !0,
439
- direction: s = "both",
440
- transform: a = {}
441
- } = n || {}, c = [], m = "ltr" in a && a.ltr || ((l) => l), d = "rtl" in a && a.rtl || ((l) => l);
442
- return (s === "both" || s === "ltr") && c.push(G(
443
- e,
444
- (l) => {
445
- c.forEach((v) => v.pause()), t.value = m(l), c.forEach((v) => v.resume());
446
- },
447
- { flush: r, deep: o, immediate: u }
448
- )), (s === "both" || s === "rtl") && c.push(G(
449
- t,
450
- (l) => {
451
- c.forEach((v) => v.pause()), e.value = d(l), c.forEach((v) => v.resume());
452
- },
453
- { flush: r, deep: o, immediate: u }
454
- )), () => {
455
- c.forEach((l) => l.stop());
456
- };
457
- }
458
- function Ft(e, t, n = {}) {
459
- const {
460
- flush: r = "sync",
461
- deep: o = !1,
462
- immediate: u = !0
463
- } = n;
464
- return Array.isArray(t) || (t = [t]), y(
465
- e,
466
- (s) => t.forEach((a) => a.value = s),
467
- { flush: r, deep: o, immediate: u }
468
- );
469
- }
470
- function It(e, t = {}) {
471
- if (!S(e))
472
- return x(e);
473
- const n = Array.isArray(e.value) ? Array.from({ length: e.value.length }) : {};
474
- for (const r in e.value)
475
- n[r] = F(() => ({
476
- get() {
477
- return e.value[r];
478
- },
479
- set(o) {
480
- var u;
481
- if ((u = i(t.replaceRef)) != null ? u : !0)
482
- if (Array.isArray(e.value)) {
483
- const a = [...e.value];
484
- a[r] = o, e.value = a;
485
- } else {
486
- const a = { ...e.value, [r]: o };
487
- Object.setPrototypeOf(a, Object.getPrototypeOf(e.value)), e.value = a;
488
- }
489
- else
490
- e.value[r] = o;
491
- }
492
- }));
493
- return n;
494
- }
495
- function _t(e, t = !0, n) {
496
- L(n) ? se(e, n) : t ? e() : I(e);
497
- }
498
- function xt(e, t) {
499
- L(t) && ie(e, t);
500
- }
501
- function Ct(e, t = !0, n) {
502
- L() ? te(e, n) : t ? e() : I(e);
503
- }
504
- function kt(e, t) {
505
- L(t) && ce(e, t);
506
- }
507
- function B(e, t = !1) {
508
- function n(f, { flush: l = "sync", deep: v = !1, timeout: h, throwOnTimeout: b } = {}) {
509
- let g = null;
510
- const R = [new Promise((_) => {
511
- g = y(
512
- e,
513
- (P) => {
514
- f(P) !== t && (g?.(), _(P));
515
- },
516
- {
517
- flush: l,
518
- deep: v,
519
- immediate: !0
520
- }
521
- );
522
- })];
523
- return h != null && R.push(
524
- Y(h, b).then(() => i(e)).finally(() => g?.())
525
- ), Promise.race(R);
526
- }
527
- function r(f, l) {
528
- if (!S(f))
529
- return n((P) => P === f, l);
530
- const { flush: v = "sync", deep: h = !1, timeout: b, throwOnTimeout: g } = l ?? {};
531
- let O = null;
532
- const _ = [new Promise((P) => {
533
- O = y(
534
- [e, f],
535
- ([W, X]) => {
536
- t !== (W === X) && (O?.(), P(W));
537
- },
538
- {
539
- flush: v,
540
- deep: h,
541
- immediate: !0
542
- }
543
- );
544
- })];
545
- return b != null && _.push(
546
- Y(b, g).then(() => i(e)).finally(() => (O?.(), i(e)))
547
- ), Promise.race(_);
548
- }
549
- function o(f) {
550
- return n((l) => !!l, f);
551
- }
552
- function u(f) {
553
- return r(null, f);
554
- }
555
- function s(f) {
556
- return r(void 0, f);
557
- }
558
- function a(f) {
559
- return n(Number.isNaN, f);
560
- }
561
- function c(f, l) {
562
- return n((v) => {
563
- const h = Array.from(v);
564
- return h.includes(f) || h.includes(i(f));
565
- }, l);
566
- }
567
- function m(f) {
568
- return d(1, f);
569
- }
570
- function d(f = 1, l) {
571
- let v = -1;
572
- return n(() => (v += 1, v >= f), l);
573
- }
574
- return Array.isArray(i(e)) ? {
575
- toMatch: n,
576
- toContains: c,
577
- changed: m,
578
- changedTimes: d,
579
- get not() {
580
- return B(e, !t);
581
- }
582
- } : {
583
- toMatch: n,
584
- toBe: r,
585
- toBeTruthy: o,
586
- toBeNull: u,
587
- toBeNaN: a,
588
- toBeUndefined: s,
589
- changed: m,
590
- changedTimes: d,
591
- get not() {
592
- return B(e, !t);
593
- }
594
- };
595
- }
596
- function Nt(e) {
597
- return B(e);
598
- }
599
- function Te(e, t) {
600
- return e === t;
601
- }
602
- function Lt(...e) {
603
- var t;
604
- const n = e[0], r = e[1];
605
- let o = (t = e[2]) != null ? t : Te;
606
- if (typeof o == "string") {
607
- const u = o;
608
- o = (s, a) => s[u] === a[u];
609
- }
610
- return p(() => i(n).filter((u) => i(r).findIndex((s) => o(u, s)) === -1));
611
- }
612
- function jt(e, t) {
613
- return p(() => i(e).every((n, r, o) => t(i(n), r, o)));
614
- }
615
- function Rt(e, t) {
616
- return p(() => i(e).map((n) => i(n)).filter(t));
617
- }
618
- function Bt(e, t) {
619
- return p(() => i(
620
- i(e).find((n, r, o) => t(i(n), r, o))
621
- ));
622
- }
623
- function $t(e, t) {
624
- return p(() => i(e).findIndex((n, r, o) => t(i(n), r, o)));
625
- }
626
- function Ee(e, t) {
627
- let n = e.length;
628
- for (; n-- > 0; )
629
- if (t(e[n], n, e))
630
- return e[n];
631
- }
632
- function Ut(e, t) {
633
- return p(() => i(
634
- Array.prototype.findLast ? i(e).findLast((n, r, o) => t(i(n), r, o)) : Ee(i(e), (n, r, o) => t(i(n), r, o))
635
- ));
636
- }
637
- function Fe(e) {
638
- return ye(e) && Ae(e, "formIndex", "comparator");
639
- }
640
- function Wt(...e) {
641
- var t;
642
- const n = e[0], r = e[1];
643
- let o = e[2], u = 0;
644
- if (Fe(o) && (u = (t = o.fromIndex) != null ? t : 0, o = o.comparator), typeof o == "string") {
645
- const s = o;
646
- o = (a, c) => a[s] === i(c);
647
- }
648
- return o = o ?? ((s, a) => s === i(a)), p(() => i(n).slice(u).some((s, a, c) => o(
649
- i(s),
650
- i(r),
651
- a,
652
- i(c)
653
- )));
654
- }
655
- function Ht(e, t) {
656
- return p(() => i(e).map((n) => i(n)).join(i(t)));
657
- }
658
- function Yt(e, t) {
659
- return p(() => i(e).map((n) => i(n)).map(t));
660
- }
661
- function Gt(e, t, ...n) {
662
- const r = (o, u, s) => t(i(o), i(u), s);
663
- return p(() => {
664
- const o = i(e);
665
- return n.length ? o.reduce(r, i(n[0])) : o.reduce(r);
666
- });
667
- }
668
- function Vt(e, t) {
669
- return p(() => i(e).some((n, r, o) => t(i(n), r, o)));
670
- }
671
- function Ie(e) {
672
- return Array.from(new Set(e));
673
- }
674
- function _e(e, t) {
675
- return e.reduce((n, r) => (n.some((o) => t(r, o, e)) || n.push(r), n), []);
676
- }
677
- function zt(e, t) {
678
- return p(() => {
679
- const n = i(e).map((r) => i(r));
680
- return t ? _e(n, t) : Ie(n);
681
- });
682
- }
683
- function qt(e = 0, t = {}) {
684
- let n = M(e);
685
- const r = w(e), {
686
- max: o = Number.POSITIVE_INFINITY,
687
- min: u = Number.NEGATIVE_INFINITY
688
- } = t, s = (f = 1) => r.value = Math.max(Math.min(o, r.value + f), u), a = (f = 1) => r.value = Math.min(Math.max(u, r.value - f), o), c = () => r.value, m = (f) => r.value = Math.max(u, Math.min(o, f));
689
- return { count: r, inc: s, dec: a, get: c, set: m, reset: (f = n) => (n = f, m(f)) };
690
- }
691
- const xe = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[T\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/i, Ce = /[YMDHhms]o|\[([^\]]+)\]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a{1,2}|A{1,2}|m{1,2}|s{1,2}|Z{1,2}|SSS/g;
692
- function ke(e, t, n, r) {
693
- let o = e < 12 ? "AM" : "PM";
694
- return r && (o = o.split("").reduce((u, s) => u += `${s}.`, "")), n ? o.toLowerCase() : o;
695
- }
696
- function A(e) {
697
- const t = ["th", "st", "nd", "rd"], n = e % 100;
698
- return e + (t[(n - 20) % 10] || t[n] || t[0]);
699
- }
700
- function Ne(e, t, n = {}) {
701
- var r;
702
- const o = e.getFullYear(), u = e.getMonth(), s = e.getDate(), a = e.getHours(), c = e.getMinutes(), m = e.getSeconds(), d = e.getMilliseconds(), f = e.getDay(), l = (r = n.customMeridiem) != null ? r : ke, v = {
703
- Yo: () => A(o),
704
- YY: () => String(o).slice(-2),
705
- YYYY: () => o,
706
- M: () => u + 1,
707
- Mo: () => A(u + 1),
708
- MM: () => `${u + 1}`.padStart(2, "0"),
709
- MMM: () => e.toLocaleDateString(n.locales, { month: "short" }),
710
- MMMM: () => e.toLocaleDateString(n.locales, { month: "long" }),
711
- D: () => String(s),
712
- Do: () => A(s),
713
- DD: () => `${s}`.padStart(2, "0"),
714
- H: () => String(a),
715
- Ho: () => A(a),
716
- HH: () => `${a}`.padStart(2, "0"),
717
- h: () => `${a % 12 || 12}`.padStart(1, "0"),
718
- ho: () => A(a % 12 || 12),
719
- hh: () => `${a % 12 || 12}`.padStart(2, "0"),
720
- m: () => String(c),
721
- mo: () => A(c),
722
- mm: () => `${c}`.padStart(2, "0"),
723
- s: () => String(m),
724
- so: () => A(m),
725
- ss: () => `${m}`.padStart(2, "0"),
726
- SSS: () => `${d}`.padStart(3, "0"),
727
- d: () => f,
728
- dd: () => e.toLocaleDateString(n.locales, { weekday: "narrow" }),
729
- ddd: () => e.toLocaleDateString(n.locales, { weekday: "short" }),
730
- dddd: () => e.toLocaleDateString(n.locales, { weekday: "long" }),
731
- A: () => l(a, c),
732
- AA: () => l(a, c, !1, !0),
733
- a: () => l(a, c, !0),
734
- aa: () => l(a, c, !0, !0)
735
- };
736
- return t.replace(Ce, (h, b) => {
737
- var g, O;
738
- return (O = b ?? ((g = v[h]) == null ? void 0 : g.call(v))) != null ? O : h;
739
- });
740
- }
741
- function Le(e) {
742
- if (e === null)
743
- return new Date(Number.NaN);
744
- if (e === void 0)
745
- return /* @__PURE__ */ new Date();
746
- if (e instanceof Date)
747
- return new Date(e);
748
- if (typeof e == "string" && !/Z$/i.test(e)) {
749
- const t = e.match(xe);
750
- if (t) {
751
- const n = t[2] - 1 || 0, r = (t[7] || "0").substring(0, 3);
752
- return new Date(t[1], n, t[3] || 1, t[4] || 0, t[5] || 0, t[6] || 0, r);
753
- }
754
- }
755
- return new Date(e);
756
- }
757
- function Zt(e, t = "HH:mm:ss", n = {}) {
758
- return p(() => Ne(Le(i(e)), i(t), n));
759
- }
760
- function je(e, t = 1e3, n = {}) {
761
- const {
762
- immediate: r = !0,
763
- immediateCallback: o = !1
764
- } = n;
765
- let u = null;
766
- const s = w(!1);
767
- function a() {
768
- u && (clearInterval(u), u = null);
769
- }
770
- function c() {
771
- s.value = !1, a();
772
- }
773
- function m() {
774
- const d = i(t);
775
- d <= 0 || (s.value = !0, o && e(), a(), u = setInterval(e, d));
776
- }
777
- if (r && C && m(), S(t) || typeof t == "function") {
778
- const d = y(t, () => {
779
- s.value && C && m();
780
- });
781
- T(d);
782
- }
783
- return T(c), {
784
- isActive: s,
785
- pause: c,
786
- resume: m
787
- };
788
- }
789
- function Jt(e = 1e3, t = {}) {
790
- const {
791
- controls: n = !1,
792
- immediate: r = !0,
793
- callback: o
794
- } = t, u = w(0), s = () => u.value += 1, a = () => {
795
- u.value = 0;
796
- }, c = je(
797
- o ? () => {
798
- s(), o(u.value);
799
- } : s,
800
- e,
801
- { immediate: r }
802
- );
803
- return n ? {
804
- counter: u,
805
- reset: a,
806
- ...c
807
- } : u;
808
- }
809
- function Kt(e, t = {}) {
810
- var n;
811
- const r = w((n = t.initialValue) != null ? n : null);
812
- return y(
813
- e,
814
- () => r.value = ge(),
815
- t
816
- ), r;
817
- }
818
- function Re(e, t, n = {}) {
819
- const {
820
- immediate: r = !0
821
- } = n, o = w(!1);
822
- let u = null;
823
- function s() {
824
- u && (clearTimeout(u), u = null);
825
- }
826
- function a() {
827
- o.value = !1, s();
828
- }
829
- function c(...m) {
830
- s(), o.value = !0, u = setTimeout(() => {
831
- o.value = !1, u = null, e(...m);
832
- }, i(t));
833
- }
834
- return r && (o.value = !0, C && c()), T(a), {
835
- isPending: k(o),
836
- start: c,
837
- stop: a
838
- };
839
- }
840
- function Xt(e = 1e3, t = {}) {
841
- const {
842
- controls: n = !1,
843
- callback: r
844
- } = t, o = Re(
845
- r ?? E,
846
- e,
847
- t
848
- ), u = p(() => !o.isPending.value);
849
- return n ? {
850
- ready: u,
851
- ...o
852
- } : u;
853
- }
854
- function Qt(e, t = {}) {
855
- const {
856
- method: n = "parseFloat",
857
- radix: r,
858
- nanToZero: o
859
- } = t;
860
- return p(() => {
861
- let u = i(e);
862
- return typeof u == "string" && (u = Number[n](u, r)), o && Number.isNaN(u) && (u = 0), u;
863
- });
864
- }
865
- function en(e) {
866
- return p(() => `${i(e)}`);
867
- }
868
- function tn(e = !1, t = {}) {
869
- const {
870
- truthyValue: n = !0,
871
- falsyValue: r = !1
872
- } = t, o = S(e), u = w(e);
873
- function s(a) {
874
- if (arguments.length)
875
- return u.value = a, u.value;
876
- {
877
- const c = i(n);
878
- return u.value = u.value === c ? i(r) : c, u.value;
879
- }
880
- }
881
- return o ? s : [u, s];
882
- }
883
- function nn(e, t, n) {
884
- let r = n?.immediate ? [] : [...e instanceof Function ? e() : Array.isArray(e) ? e : i(e)];
885
- return y(e, (o, u, s) => {
886
- const a = Array.from({ length: r.length }), c = [];
887
- for (const d of o) {
888
- let f = !1;
889
- for (let l = 0; l < r.length; l++)
890
- if (!a[l] && d === r[l]) {
891
- a[l] = !0, f = !0;
892
- break;
893
- }
894
- f || c.push(d);
895
- }
896
- const m = r.filter((d, f) => !a[f]);
897
- t(o, r, c, m, s), r = [...o];
898
- }, n);
899
- }
900
- function rn(e, t, n) {
901
- const {
902
- count: r,
903
- ...o
904
- } = n, u = w(0), s = j(
905
- e,
906
- (...a) => {
907
- u.value += 1, u.value >= i(r) && I(() => s()), t(...a);
908
- },
909
- o
910
- );
911
- return { count: u, stop: s };
912
- }
913
- function on(e, t, n = {}) {
914
- const {
915
- debounce: r = 0,
916
- maxWait: o = void 0,
917
- ...u
918
- } = n;
919
- return j(
920
- e,
921
- t,
922
- {
923
- ...u,
924
- eventFilter: q(r, { maxWait: o })
925
- }
926
- );
927
- }
928
- function un(e, t, n) {
929
- return y(
930
- e,
931
- t,
932
- {
933
- ...n,
934
- deep: !0
935
- }
936
- );
937
- }
938
- function Be(e, t, n = {}) {
939
- const {
940
- eventFilter: r = U,
941
- ...o
942
- } = n, u = N(
943
- r,
944
- t
945
- );
946
- let s, a, c;
947
- if (o.flush === "sync") {
948
- const m = w(!1);
949
- a = () => {
950
- }, s = (d) => {
951
- m.value = !0, d(), m.value = !1;
952
- }, c = y(
953
- e,
954
- (...d) => {
955
- m.value || u(...d);
956
- },
957
- o
958
- );
959
- } else {
960
- const m = [], d = w(0), f = w(0);
961
- a = () => {
962
- d.value = f.value;
963
- }, m.push(
964
- y(
965
- e,
966
- () => {
967
- f.value++;
968
- },
969
- { ...o, flush: "sync" }
970
- )
971
- ), s = (l) => {
972
- const v = f.value;
973
- l(), d.value += f.value - v;
974
- }, m.push(
975
- y(
976
- e,
977
- (...l) => {
978
- const v = d.value > 0 && d.value === f.value;
979
- d.value = 0, f.value = 0, !v && u(...l);
980
- },
981
- o
982
- )
983
- ), c = () => {
984
- m.forEach((l) => l());
985
- };
986
- }
987
- return { stop: c, ignoreUpdates: s, ignorePrevAsyncUpdates: a };
988
- }
989
- function an(e, t, n) {
990
- return y(
991
- e,
992
- t,
993
- {
994
- ...n,
995
- immediate: !0
996
- }
997
- );
998
- }
999
- function sn(e, t, n) {
1000
- const r = y(e, (...o) => (I(() => r()), t(...o)), n);
1001
- return r;
1002
- }
1003
- function cn(e, t, n = {}) {
1004
- const {
1005
- throttle: r = 0,
1006
- trailing: o = !0,
1007
- leading: u = !0,
1008
- ...s
1009
- } = n;
1010
- return j(
1011
- e,
1012
- t,
1013
- {
1014
- ...s,
1015
- eventFilter: Z(r, o, u)
1016
- }
1017
- );
1018
- }
1019
- function ln(e, t, n = {}) {
1020
- let r;
1021
- function o() {
1022
- if (!r)
1023
- return;
1024
- const d = r;
1025
- r = void 0, d();
1026
- }
1027
- function u(d) {
1028
- r = d;
1029
- }
1030
- const s = (d, f) => (o(), t(d, f, u)), a = Be(e, s, n), { ignoreUpdates: c } = a;
1031
- return {
1032
- ...a,
1033
- trigger: () => {
1034
- let d;
1035
- return c(() => {
1036
- d = s($e(e), Ue(e));
1037
- }), d;
1038
- }
1039
- };
1040
- }
1041
- function $e(e) {
1042
- return le(e) ? e : Array.isArray(e) ? e.map((t) => i(t)) : i(e);
1043
- }
1044
- function Ue(e) {
1045
- return Array.isArray(e) ? e.map(() => {
1046
- }) : void 0;
1047
- }
1048
- function fn(e, t, n) {
1049
- const r = y(
1050
- e,
1051
- (o, u, s) => {
1052
- o && (n?.once && I(() => r()), t(o, u, s));
1053
- },
1054
- {
1055
- ...n,
1056
- once: !1
1057
- }
1058
- );
1059
- return r;
1060
- }
1061
- export {
1062
- lt as $,
1063
- be as A,
1064
- Me as B,
1065
- kt as C,
1066
- Pe as D,
1067
- j as E,
1068
- xt as F,
1069
- Y as G,
1070
- Nt as H,
1071
- ht as I,
1072
- Ae as J,
1073
- it as K,
1074
- N as L,
1075
- at as M,
1076
- yt as N,
1077
- nt as O,
1078
- tt as P,
1079
- dt as Q,
1080
- ot as R,
1081
- St as S,
1082
- He as T,
1083
- Dt as U,
1084
- Ve as V,
1085
- ze as W,
1086
- ve as X,
1087
- qe as Y,
1088
- At as Z,
1089
- on as _,
1090
- E as a,
1091
- me as a0,
1092
- Ne as a1,
1093
- Ze as a2,
1094
- L as a3,
1095
- ft as a4,
1096
- de as a5,
1097
- pt as a6,
1098
- Je as a7,
1099
- Le as a8,
1100
- ut as a9,
1101
- Vt as aA,
1102
- zt as aB,
1103
- qt as aC,
1104
- Zt as aD,
1105
- Jt as aE,
1106
- Kt as aF,
1107
- Xt as aG,
1108
- Qt as aH,
1109
- en as aI,
1110
- tn as aJ,
1111
- nn as aK,
1112
- rn as aL,
1113
- un as aM,
1114
- an as aN,
1115
- sn as aO,
1116
- ln as aP,
1117
- fn as aQ,
1118
- fe as aa,
1119
- st as ab,
1120
- Qe as ac,
1121
- z as ad,
1122
- et as ae,
1123
- Ot as af,
1124
- Mt as ag,
1125
- Pt as ah,
1126
- De as ai,
1127
- bt as aj,
1128
- Xe as ak,
1129
- Tt as al,
1130
- Ft as am,
1131
- cn as an,
1132
- pe as ao,
1133
- _t as ap,
1134
- Lt as aq,
1135
- jt as ar,
1136
- Rt as as,
1137
- Bt as at,
1138
- $t as au,
1139
- Ut as av,
1140
- Wt as aw,
1141
- Ht as ax,
1142
- Yt as ay,
1143
- Gt as az,
1144
- T as b,
1145
- Ct as c,
1146
- K as d,
1147
- mt as e,
1148
- ct as f,
1149
- ye as g,
1150
- wt as h,
1151
- C as i,
1152
- Ye as j,
1153
- q as k,
1154
- U as l,
1155
- Ke as m,
1156
- rt as n,
1157
- gt as o,
1158
- It as p,
1159
- je as q,
1160
- Ge as r,
1161
- Z as s,
1162
- i as t,
1163
- Re as u,
1164
- ge as v,
1165
- G as w,
1166
- Be as x,
1167
- Et as y,
1168
- vt as z
1169
- };