@vc-shell/framework 1.2.4-beta.3 → 1.2.4-beta.5

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 (1076) hide show
  1. package/core/composables/index.ts +3 -0
  2. package/core/composables/useAssets/index.ts +1 -1
  3. package/core/composables/useAsync/index.test.ts +137 -0
  4. package/core/composables/useAsync/index.ts +55 -1
  5. package/core/composables/useBladeRegistry/index.ts +1 -1
  6. package/core/composables/useBreadcrumbs/index.ts +1 -1
  7. package/core/composables/useConnectionStatus/index.ts +48 -0
  8. package/core/composables/useDynamicProperties/index.ts +29 -5
  9. package/core/composables/useKeyboardNavigation/index.ts +5 -0
  10. package/core/composables/useMenuService/index.ts +2 -1
  11. package/core/composables/useSidebarState/index.ts +1 -1
  12. package/core/composables/useUser/index.ts +30 -4
  13. package/core/composables/useUser/useUser.test.ts +155 -0
  14. package/core/composables/useUserManagement/index.ts +1 -1
  15. package/core/composables/useWebVitals/index.ts +40 -0
  16. package/core/interceptors/index.ts +72 -15
  17. package/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue +1 -1
  18. package/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue +1 -1
  19. package/core/plugins/global-error-handler/index.ts +81 -0
  20. package/core/plugins/index.ts +0 -1
  21. package/core/plugins/modularity/index.ts +3 -2
  22. package/core/plugins/modularity/loader.ts +143 -59
  23. package/core/plugins/permissions/index.ts +1 -1
  24. package/core/plugins/signalR/index.ts +19 -0
  25. package/core/services/app-bar-mobile-buttons-service.ts +1 -0
  26. package/core/services/menu-service.test.ts +193 -0
  27. package/core/services/menu-service.ts +140 -191
  28. package/core/services/toolbar-service.ts +1 -1
  29. package/core/services/widget-service.ts +1 -1
  30. package/core/types/index.ts +3 -3
  31. package/core/utilities/date/convertMomentFormat.test.ts +60 -0
  32. package/core/utilities/date/convertMomentFormat.ts +30 -0
  33. package/core/utilities/date/formatDate.test.ts +60 -0
  34. package/core/utilities/date/formatDate.ts +31 -0
  35. package/core/utilities/date/index.ts +3 -0
  36. package/core/utilities/date/resolveLocale.test.ts +44 -0
  37. package/core/utilities/date/resolveLocale.ts +41 -0
  38. package/core/utilities/index.ts +5 -0
  39. package/core/utilities/pendingErrorNotifications.ts +64 -0
  40. package/dist/DashboardBarChart-B-g_a-7F.js +123 -0
  41. package/dist/DashboardDonutChart-AktPFUNo.js +89 -0
  42. package/dist/DashboardLineChart-BQKqRFhM.js +125 -0
  43. package/dist/GridstackDashboard-BXqCpiMw.js +131 -0
  44. package/dist/GridstackDashboard.css +1 -0
  45. package/dist/chart-utils-BTs6UFaZ.js +83 -0
  46. package/dist/core/composables/index.d.ts +25 -24
  47. package/dist/core/composables/index.d.ts.map +1 -1
  48. package/dist/core/composables/useAppBarMobileButtons/index.d.ts +1 -1
  49. package/dist/core/composables/useAppBarWidget/index.d.ts +1 -1
  50. package/dist/core/composables/useAssets/index.d.ts +1 -1
  51. package/dist/core/composables/useAssets/index.d.ts.map +1 -1
  52. package/dist/core/composables/useAsync/index.d.ts +19 -2
  53. package/dist/core/composables/useAsync/index.d.ts.map +1 -1
  54. package/dist/core/composables/useAsync/index.test.d.ts +2 -0
  55. package/dist/core/composables/useAsync/index.test.d.ts.map +1 -0
  56. package/dist/core/composables/useBlade/index.d.ts +2 -2
  57. package/dist/core/composables/useBladeRegistry/index.d.ts +1 -1
  58. package/dist/core/composables/useBladeRegistry/index.d.ts.map +1 -1
  59. package/dist/core/composables/useBreadcrumbs/index.d.ts +1 -1
  60. package/dist/core/composables/useBreadcrumbs/index.d.ts.map +1 -1
  61. package/dist/core/composables/useConnectionStatus/index.d.ts +7 -0
  62. package/dist/core/composables/useConnectionStatus/index.d.ts.map +1 -0
  63. package/dist/core/composables/useDashboard/index.d.ts +1 -1
  64. package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
  65. package/dist/core/composables/useErrorHandler/index.d.ts +1 -1
  66. package/dist/core/composables/useFunctions/index.d.ts +4 -4
  67. package/dist/core/composables/useGlobalSearch/index.d.ts +1 -1
  68. package/dist/core/composables/useKeyboardNavigation/index.d.ts.map +1 -1
  69. package/dist/core/composables/useLanguages/index.d.ts +1 -1
  70. package/dist/core/composables/useMenuService/index.d.ts +2 -2
  71. package/dist/core/composables/useMenuService/index.d.ts.map +1 -1
  72. package/dist/core/composables/useNotifications/index.d.ts +1 -1
  73. package/dist/core/composables/useSettingsMenu/index.d.ts +1 -1
  74. package/dist/core/composables/useToolbar/index.d.ts +2 -2
  75. package/dist/core/composables/useUser/index.d.ts +2 -2
  76. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  77. package/dist/core/composables/useUser/useUser.test.d.ts +2 -0
  78. package/dist/core/composables/useUser/useUser.test.d.ts.map +1 -0
  79. package/dist/core/composables/useUserManagement/index.d.ts +2 -2
  80. package/dist/core/composables/useUserManagement/index.d.ts.map +1 -1
  81. package/dist/core/composables/useWebVitals/index.d.ts +14 -0
  82. package/dist/core/composables/useWebVitals/index.d.ts.map +1 -0
  83. package/dist/core/composables/useWidgets/index.d.ts +1 -1
  84. package/dist/core/constants/index.d.ts +3 -3
  85. package/dist/core/directives/index.d.ts +2 -2
  86. package/dist/core/interceptors/index.d.ts.map +1 -1
  87. package/dist/core/plugins/ai-agent/components/index.d.ts +1 -1
  88. package/dist/core/plugins/ai-agent/composables/index.d.ts +3 -3
  89. package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -2
  90. package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +1 -1
  91. package/dist/core/plugins/ai-agent/constants.d.ts +1 -1
  92. package/dist/core/plugins/ai-agent/index.d.ts +9 -9
  93. package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +1 -1
  94. package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +1 -1
  95. package/dist/core/plugins/extension-points/defineExtensionPoint.d.ts +1 -1
  96. package/dist/core/plugins/extension-points/index.d.ts +4 -4
  97. package/dist/core/plugins/extension-points/store.d.ts +1 -1
  98. package/dist/core/plugins/extension-points/useExtensionPoint.d.ts +1 -1
  99. package/dist/core/plugins/global-error-handler/index.d.ts +3 -0
  100. package/dist/core/plugins/global-error-handler/index.d.ts.map +1 -0
  101. package/dist/core/plugins/index.d.ts +6 -7
  102. package/dist/core/plugins/index.d.ts.map +1 -1
  103. package/dist/core/plugins/modularity/index.d.ts +2 -2
  104. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  105. package/dist/core/plugins/modularity/loader.d.ts +1 -0
  106. package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
  107. package/dist/core/plugins/signalR/index.d.ts +1 -0
  108. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  109. package/dist/core/plugins/validation/index.d.ts +1 -1
  110. package/dist/core/services/_internal/index.d.ts +3 -3
  111. package/dist/core/services/app-bar-menu-service.d.ts +1 -1
  112. package/dist/core/services/app-bar-mobile-buttons-service.d.ts +1 -0
  113. package/dist/core/services/app-bar-mobile-buttons-service.d.ts.map +1 -1
  114. package/dist/core/services/dashboard-service.d.ts +1 -1
  115. package/dist/core/services/index.d.ts +9 -9
  116. package/dist/core/services/menu-service.d.ts +10 -2
  117. package/dist/core/services/menu-service.d.ts.map +1 -1
  118. package/dist/core/services/settings-menu-service.d.ts +1 -1
  119. package/dist/core/services/toolbar-service.d.ts +2 -2
  120. package/dist/core/services/toolbar-service.d.ts.map +1 -1
  121. package/dist/core/services/widget-service.d.ts +2 -2
  122. package/dist/core/services/widget-service.d.ts.map +1 -1
  123. package/dist/core/types/index.d.ts +3 -3
  124. package/dist/core/types/index.d.ts.map +1 -1
  125. package/dist/core/utilities/date/convertMomentFormat.d.ts +2 -0
  126. package/dist/core/utilities/date/convertMomentFormat.d.ts.map +1 -0
  127. package/dist/core/utilities/date/convertMomentFormat.test.d.ts +2 -0
  128. package/dist/core/utilities/date/convertMomentFormat.test.d.ts.map +1 -0
  129. package/dist/core/utilities/date/formatDate.d.ts +5 -0
  130. package/dist/core/utilities/date/formatDate.d.ts.map +1 -0
  131. package/dist/core/utilities/date/formatDate.test.d.ts +2 -0
  132. package/dist/core/utilities/date/formatDate.test.d.ts.map +1 -0
  133. package/dist/core/utilities/date/index.d.ts +4 -0
  134. package/dist/core/utilities/date/index.d.ts.map +1 -0
  135. package/dist/core/utilities/date/resolveLocale.d.ts +4 -0
  136. package/dist/core/utilities/date/resolveLocale.d.ts.map +1 -0
  137. package/dist/core/utilities/date/resolveLocale.test.d.ts +2 -0
  138. package/dist/core/utilities/date/resolveLocale.test.d.ts.map +1 -0
  139. package/dist/core/utilities/index.d.ts +8 -6
  140. package/dist/core/utilities/index.d.ts.map +1 -1
  141. package/dist/core/utilities/pendingErrorNotifications.d.ts +23 -0
  142. package/dist/core/utilities/pendingErrorNotifications.d.ts.map +1 -0
  143. package/dist/framework.js +463 -33358
  144. package/dist/index-DVyGELzS.js +33689 -0
  145. package/dist/index.css +1 -1
  146. package/dist/index.d.ts +13 -13
  147. package/dist/index.d.ts.map +1 -1
  148. package/dist/injection-keys.d.ts +15 -6
  149. package/dist/injection-keys.d.ts.map +1 -1
  150. package/dist/locales/de.json +14 -6
  151. package/dist/locales/en.json +15 -7
  152. package/dist/shared/components/app-switcher/components/index.d.ts +1 -1
  153. package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +1 -1
  154. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -1
  155. package/dist/shared/components/app-switcher/composables/index.d.ts +1 -1
  156. package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts +1 -1
  157. package/dist/shared/components/app-switcher/index.d.ts +2 -2
  158. package/dist/shared/components/blade-navigation/components/index.d.ts +2 -2
  159. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +1 -1
  160. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -1
  161. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +2 -2
  162. package/dist/shared/components/blade-navigation/components/vc-blade-slot/index.d.ts +1 -1
  163. package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +2 -2
  164. package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
  165. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +3 -3
  166. package/dist/shared/components/blade-navigation/composables/index.d.ts +5 -5
  167. package/dist/shared/components/blade-navigation/composables/useBladeMessaging.d.ts +1 -1
  168. package/dist/shared/components/blade-navigation/composables/useBladeNavigationAdapter.d.ts +1 -1
  169. package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts +2 -2
  170. package/dist/shared/components/blade-navigation/index.d.ts +4 -4
  171. package/dist/shared/components/blade-navigation/plugin-v2.d.ts +4 -4
  172. package/dist/shared/components/blade-navigation/types/index.d.ts +4 -4
  173. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  174. package/dist/shared/components/blade-navigation/utils/restoreFromUrl.d.ts +2 -2
  175. package/dist/shared/components/blade-navigation/utils/urlSync.d.ts +1 -1
  176. package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
  177. package/dist/shared/components/change-password/index.d.ts +1 -1
  178. package/dist/shared/components/change-password-button/index.d.ts +1 -1
  179. package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts +50 -0
  180. package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts.map +1 -0
  181. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
  182. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
  183. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
  184. package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts +16 -0
  185. package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +1 -0
  186. package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +7 -0
  187. package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +1 -0
  188. package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +12 -0
  189. package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -0
  190. package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +34 -0
  191. package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -0
  192. package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +28 -0
  193. package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -0
  194. package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +34 -0
  195. package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -0
  196. package/dist/shared/components/dashboard-charts/chart-utils.d.ts +29 -0
  197. package/dist/shared/components/dashboard-charts/chart-utils.d.ts.map +1 -0
  198. package/dist/shared/components/dashboard-charts/index.d.ts +11 -0
  199. package/dist/shared/components/dashboard-charts/index.d.ts.map +1 -0
  200. package/dist/shared/components/dashboard-charts/types.d.ts +7 -0
  201. package/dist/shared/components/dashboard-charts/types.d.ts.map +1 -0
  202. package/dist/shared/components/dashboard-widget-card/index.d.ts +4 -4
  203. package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -1
  204. package/dist/shared/components/draggable-dashboard/composables/useGridstack.d.ts +1 -1
  205. package/dist/shared/components/draggable-dashboard/composables/useGridstackAdapter.d.ts +1 -1
  206. package/dist/shared/components/draggable-dashboard/index.d.ts +5 -5
  207. package/dist/shared/components/error-interceptor/index.d.ts +2 -2
  208. package/dist/shared/components/error-interceptor/interceptor.d.ts +1 -1
  209. package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -1
  210. package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -1
  211. package/dist/shared/components/index.d.ts +19 -18
  212. package/dist/shared/components/index.d.ts.map +1 -1
  213. package/dist/shared/components/language-selector/index.d.ts +1 -1
  214. package/dist/shared/components/logout-button/index.d.ts +1 -1
  215. package/dist/shared/components/multilanguage-selector/index.d.ts +1 -1
  216. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +1 -1
  217. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts.map +1 -1
  218. package/dist/shared/components/notification-dropdown/_internal/notification/index.d.ts +1 -1
  219. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +2 -2
  220. package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
  221. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
  222. package/dist/shared/components/notification-template/index.d.ts +1 -1
  223. package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
  224. package/dist/shared/components/notifications/components/index.d.ts +1 -1
  225. package/dist/shared/components/notifications/components/notification-container/index.d.ts +7 -18
  226. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  227. package/dist/shared/components/notifications/composables/index.d.ts +2 -2
  228. package/dist/shared/components/notifications/composables/useContainer/index.d.ts +1 -10
  229. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  230. package/dist/shared/components/notifications/composables/useInstance/index.d.ts +1 -1
  231. package/dist/shared/components/notifications/core/index.d.ts +1 -1
  232. package/dist/shared/components/notifications/core/notification.d.ts +1 -2
  233. package/dist/shared/components/notifications/core/notification.d.ts.map +1 -1
  234. package/dist/shared/components/notifications/index.d.ts +4 -4
  235. package/dist/shared/components/notifications/types/index.d.ts +2 -2
  236. package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
  237. package/dist/shared/components/popup-handler/components/index.d.ts +1 -1
  238. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
  239. package/dist/shared/components/popup-handler/composables/index.d.ts +1 -1
  240. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +3 -3
  241. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  242. package/dist/shared/components/popup-handler/index.d.ts +7 -7
  243. package/dist/shared/components/popup-handler/keys.d.ts +1 -1
  244. package/dist/shared/components/popup-handler/plugin.d.ts +1 -1
  245. package/dist/shared/components/popup-handler/types/index.d.ts +1 -1
  246. package/dist/shared/components/settings-menu/index.d.ts +1 -1
  247. package/dist/shared/components/settings-menu-item/index.d.ts +1 -1
  248. package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
  249. package/dist/shared/components/sidebar/index.d.ts +3 -3
  250. package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
  251. package/dist/shared/components/sign-in/external-providers.vue.d.ts +1 -1
  252. package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
  253. package/dist/shared/components/sign-in/index.d.ts +1 -1
  254. package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
  255. package/dist/shared/components/theme-selector/index.d.ts +1 -1
  256. package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +3 -3
  257. package/dist/shared/components/user-dropdown-button/index.d.ts +1 -1
  258. package/dist/shared/composables/index.d.ts +5 -5
  259. package/dist/shared/composables/useModificationTracker/index.d.ts.map +1 -1
  260. package/dist/shared/index.d.ts +5 -5
  261. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +2 -2
  262. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  263. package/dist/shared/modules/assets/components/assets-details/index.d.ts +1 -1
  264. package/dist/shared/modules/assets/components/index.d.ts +1 -1
  265. package/dist/shared/modules/assets/index.d.ts +1 -1
  266. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +3 -3
  267. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  268. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +1 -1
  269. package/dist/shared/modules/assets-manager/components/index.d.ts +1 -1
  270. package/dist/shared/modules/assets-manager/index.d.ts +2 -2
  271. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +1 -1
  272. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +19 -19
  273. package/dist/shared/modules/dynamic/components/factories.d.ts +1 -1
  274. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
  275. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +4 -4
  276. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +4 -4
  277. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +4 -4
  278. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +4 -4
  279. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +4 -4
  280. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +6 -6
  281. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +6 -6
  282. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +4 -4
  283. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
  284. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +4 -4
  285. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
  286. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +4 -4
  287. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +4 -4
  288. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +2 -2
  289. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +4 -4
  290. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +4 -4
  291. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -1
  292. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +4 -4
  293. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +4 -4
  294. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +4 -4
  295. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +4 -4
  296. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +4 -4
  297. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +4 -4
  298. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +4 -4
  299. package/dist/shared/modules/dynamic/components/fields/props.d.ts +3 -3
  300. package/dist/shared/modules/dynamic/components/index.d.ts +2 -2
  301. package/dist/shared/modules/dynamic/composables/index.d.ts +4 -4
  302. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
  303. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +2 -2
  304. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
  305. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +1 -1
  306. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +3 -3
  307. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +1 -1
  308. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +1 -1
  309. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
  310. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +1 -1
  311. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -1
  312. package/dist/shared/modules/dynamic/factories/index.d.ts +3 -3
  313. package/dist/shared/modules/dynamic/factories/types/index.d.ts +7 -6
  314. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  315. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +1 -1
  316. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +2 -2
  317. package/dist/shared/modules/dynamic/helpers/override.d.ts +1 -1
  318. package/dist/shared/modules/dynamic/index.d.ts +5 -5
  319. package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
  320. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +11 -11
  321. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  322. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +16 -16
  323. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  324. package/dist/shared/modules/dynamic/pages/index.d.ts +2 -2
  325. package/dist/shared/modules/dynamic/types/index.d.ts +13 -3
  326. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  327. package/dist/shared/modules/dynamic/types/models.d.ts +19 -1
  328. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
  329. package/dist/shared/modules/index.d.ts +3 -3
  330. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +1 -1
  331. package/dist/shared/pages/ChangePasswordPage/components/index.d.ts +1 -1
  332. package/dist/shared/pages/ChangePasswordPage/index.d.ts +1 -1
  333. package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/index.d.ts +1 -1
  334. package/dist/shared/pages/ForgotPasswordPage/components/index.d.ts +1 -1
  335. package/dist/shared/pages/ForgotPasswordPage/index.d.ts +1 -1
  336. package/dist/shared/pages/InvitePage/components/index.d.ts +1 -1
  337. package/dist/shared/pages/InvitePage/components/invite/index.d.ts +1 -1
  338. package/dist/shared/pages/InvitePage/index.d.ts +1 -1
  339. package/dist/shared/pages/LoginPage/components/index.d.ts +1 -1
  340. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -0
  341. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  342. package/dist/shared/pages/LoginPage/components/login/index.d.ts +1 -1
  343. package/dist/shared/pages/LoginPage/index.d.ts +1 -1
  344. package/dist/shared/pages/ResetPasswordPage/components/index.d.ts +1 -1
  345. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +1 -1
  346. package/dist/shared/pages/ResetPasswordPage/index.d.ts +1 -1
  347. package/dist/shared/pages/index.d.ts +5 -5
  348. package/dist/shared/pages/plugin.d.ts +5 -5
  349. package/dist/shared/utilities/index.d.ts +4 -4
  350. package/dist/tailwind.config.d.ts.map +1 -1
  351. package/dist/tsconfig.tsbuildinfo +1 -1
  352. package/dist/ui/components/atoms/index.d.ts +21 -21
  353. package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -1
  354. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +2 -2
  355. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  356. package/dist/ui/components/atoms/vc-banner/index.d.ts +1 -1
  357. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts +19 -5
  358. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
  359. package/dist/ui/components/atoms/vc-button/index.d.ts +3 -3
  360. package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +1 -1
  361. package/dist/ui/components/atoms/vc-button/vc-button.a11y.test.d.ts +2 -0
  362. package/dist/ui/components/atoms/vc-button/vc-button.a11y.test.d.ts.map +1 -0
  363. package/dist/ui/components/atoms/vc-button/vc-button.test.d.ts +2 -0
  364. package/dist/ui/components/atoms/vc-button/vc-button.test.d.ts.map +1 -0
  365. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +3 -3
  366. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  367. package/dist/ui/components/atoms/vc-card/index.d.ts +1 -1
  368. package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
  369. package/dist/ui/components/atoms/vc-container/index.d.ts +1 -1
  370. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
  371. package/dist/ui/components/atoms/vc-icon/composables/index.d.ts +2 -2
  372. package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts +1 -1
  373. package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts +1 -1
  374. package/dist/ui/components/atoms/vc-icon/icons/index.d.ts +1 -1
  375. package/dist/ui/components/atoms/vc-icon/index.d.ts +3 -3
  376. package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +1 -1
  377. package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +1 -1
  378. package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +1 -1
  379. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +2 -2
  380. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
  381. package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +1 -1
  382. package/dist/ui/components/atoms/vc-image/index.d.ts +1 -1
  383. package/dist/ui/components/atoms/vc-label/index.d.ts +1 -1
  384. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  385. package/dist/ui/components/atoms/vc-link/index.d.ts +1 -1
  386. package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
  387. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  388. package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -1
  389. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
  390. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  391. package/dist/ui/components/atoms/vc-row/index.d.ts +1 -1
  392. package/dist/ui/components/atoms/vc-scrollable-container/index.d.ts +1 -1
  393. package/dist/ui/components/atoms/vc-skeleton/index.d.ts +1 -1
  394. package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +8 -0
  395. package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -1
  396. package/dist/ui/components/atoms/vc-status/index.d.ts +1 -1
  397. package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -1
  398. package/dist/ui/components/atoms/vc-tooltip/index.d.ts +1 -1
  399. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +2 -2
  400. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  401. package/dist/ui/components/atoms/vc-video/index.d.ts +1 -1
  402. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  403. package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
  404. package/dist/ui/components/index.d.ts +3 -3
  405. package/dist/ui/components/molecules/index.d.ts +26 -27
  406. package/dist/ui/components/molecules/index.d.ts.map +1 -1
  407. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +1 -1
  408. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -1
  409. package/dist/ui/components/molecules/vc-accordion/index.d.ts +4 -4
  410. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  411. package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +1 -1
  412. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -1
  413. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.a11y.test.d.ts +2 -0
  414. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.a11y.test.d.ts.map +1 -0
  415. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.test.d.ts +2 -0
  416. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.test.d.ts.map +1 -0
  417. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +1 -1
  418. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  419. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +2 -2
  420. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +1 -1
  421. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
  422. package/dist/ui/components/molecules/vc-color-input/index.d.ts +1 -1
  423. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +1 -1
  424. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts.map +1 -1
  425. package/dist/ui/components/molecules/vc-date-picker/index.d.ts +1 -1
  426. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +2 -2
  427. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
  428. package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts +1 -1
  429. package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts.map +1 -1
  430. package/dist/ui/components/molecules/vc-dropdown/index.d.ts +2 -2
  431. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +2 -2
  432. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts.map +1 -1
  433. package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +1 -1
  434. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +3 -3
  435. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
  436. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +11 -41
  437. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts.map +1 -1
  438. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts +1 -1
  439. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +1 -1
  440. package/dist/ui/components/molecules/vc-editor/index.d.ts +3 -2
  441. package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
  442. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
  443. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  444. package/dist/ui/components/molecules/vc-field/index.d.ts +1 -1
  445. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  446. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +1 -1
  447. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -5
  448. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  449. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
  450. package/dist/ui/components/molecules/vc-input/index.d.ts +1 -1
  451. package/dist/ui/components/molecules/vc-input/vc-input.a11y.test.d.ts +2 -0
  452. package/dist/ui/components/molecules/vc-input/vc-input.a11y.test.d.ts.map +1 -0
  453. package/dist/ui/components/molecules/vc-input/vc-input.test.d.ts +2 -0
  454. package/dist/ui/components/molecules/vc-input/vc-input.test.d.ts.map +1 -0
  455. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
  456. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  457. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +1 -1
  458. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +19 -88
  459. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  460. package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts +1 -2
  461. package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts.map +1 -1
  462. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +1 -1
  463. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -1
  464. package/dist/ui/components/molecules/vc-input-group/index.d.ts +2 -2
  465. package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts.map +1 -1
  466. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts.map +1 -1
  467. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +1 -0
  468. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts.map +1 -1
  469. package/dist/ui/components/molecules/vc-multivalue/composables/index.d.ts +6 -6
  470. package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.d.ts +1 -1
  471. package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.d.ts.map +1 -1
  472. package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueInput.d.ts +1 -1
  473. package/dist/ui/components/molecules/vc-multivalue/composables/useMultivalueValues.d.ts +1 -1
  474. package/dist/ui/components/molecules/vc-multivalue/index.d.ts +1 -1
  475. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +2 -2
  476. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  477. package/dist/ui/components/molecules/vc-pagination/index.d.ts +1 -1
  478. package/dist/ui/components/molecules/vc-radio-button/index.d.ts +1 -1
  479. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +3 -4
  480. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
  481. package/dist/ui/components/molecules/vc-radio-group/index.d.ts +2 -2
  482. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +1 -1
  483. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
  484. package/dist/ui/components/molecules/vc-rating/index.d.ts +1 -1
  485. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  486. package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts.map +1 -1
  487. package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +1 -0
  488. package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts.map +1 -1
  489. package/dist/ui/components/molecules/vc-select/composables/index.d.ts +7 -7
  490. package/dist/ui/components/molecules/vc-select/composables/useSelectDropdown.d.ts +1 -1
  491. package/dist/ui/components/molecules/vc-select/index.d.ts +2 -2
  492. package/dist/ui/components/molecules/vc-select/vc-select.test.d.ts +2 -0
  493. package/dist/ui/components/molecules/vc-select/vc-select.test.d.ts.map +1 -0
  494. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +2 -7
  495. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  496. package/dist/ui/components/molecules/vc-slider/index.d.ts +5 -3
  497. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  498. package/dist/ui/components/molecules/vc-switch/index.d.ts +1 -1
  499. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +3 -4
  500. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
  501. package/dist/ui/components/molecules/vc-textarea/index.d.ts +1 -1
  502. package/dist/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.d.ts +2 -0
  503. package/dist/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.d.ts.map +1 -0
  504. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +1 -1
  505. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  506. package/dist/ui/components/molecules/vc-toast/index.d.ts +1 -1
  507. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +8 -1
  508. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
  509. package/dist/ui/components/organisms/index.d.ts +9 -8
  510. package/dist/ui/components/organisms/index.d.ts.map +1 -1
  511. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts.map +1 -1
  512. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts.map +1 -1
  513. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts +1 -4
  514. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts.map +1 -1
  515. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts +1 -1
  516. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
  517. package/dist/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.d.ts +2 -8
  518. package/dist/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.d.ts.map +1 -1
  519. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +5 -5
  520. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
  521. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.test.d.ts +2 -0
  522. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.test.d.ts.map +1 -0
  523. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +3 -3
  524. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
  525. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.test.d.ts +2 -0
  526. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.test.d.ts.map +1 -0
  527. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +1 -1
  528. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
  529. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuGroup.vue.d.ts +1 -1
  530. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue.d.ts +1 -1
  531. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue.d.ts.map +1 -1
  532. package/dist/ui/components/organisms/vc-app/_internal/menu/composables/useBadge.d.ts +1 -1
  533. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +1 -1
  534. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +11 -3
  535. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
  536. package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.d.ts +2 -2
  537. package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.d.ts.map +1 -1
  538. package/dist/ui/components/organisms/vc-app/composables/useShellNavigation.d.ts +1 -1
  539. package/dist/ui/components/organisms/vc-app/composition/app-bar/index.d.ts +6 -6
  540. package/dist/ui/components/organisms/vc-app/composition/index.d.ts +6 -6
  541. package/dist/ui/components/organisms/vc-app/composition/layouts/index.d.ts +2 -2
  542. package/dist/ui/components/organisms/vc-app/composition/menu/index.d.ts +5 -5
  543. package/dist/ui/components/organisms/vc-app/composition/shell/index.d.ts +3 -3
  544. package/dist/ui/components/organisms/vc-app/composition/sidebar/index.d.ts +3 -3
  545. package/dist/ui/components/organisms/vc-app/composition/state/index.d.ts +4 -4
  546. package/dist/ui/components/organisms/vc-app/index.d.ts +2 -2
  547. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -3
  548. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  549. package/dist/ui/components/organisms/vc-auth-layout/index.d.ts +1 -1
  550. package/dist/ui/components/{atoms/vc-icon/vc-icon-test.vue.d.ts → organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts} +1 -1
  551. package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts.map +1 -0
  552. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
  553. package/dist/ui/components/{atoms/vc-icon/vc-icon-examples.vue.d.ts → organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts} +1 -1
  554. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +1 -0
  555. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
  556. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +1 -1
  557. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +3 -0
  558. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -0
  559. package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts +5 -6
  560. package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts.map +1 -1
  561. package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts +2 -2
  562. package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts.map +1 -1
  563. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +2 -2
  564. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +1 -1
  565. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +1 -1
  566. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts +1 -1
  567. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +1 -1
  568. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
  569. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts +1 -1
  570. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
  571. package/dist/ui/components/organisms/vc-blade/constants.d.ts +1 -1
  572. package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -1
  573. package/dist/ui/components/organisms/vc-blade/utils.d.ts +1 -1
  574. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +4 -2
  575. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  576. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -1
  577. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  578. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.test.d.ts +2 -0
  579. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.test.d.ts.map +1 -0
  580. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +15 -18
  581. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  582. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
  583. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  584. package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts +5 -0
  585. package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts.map +1 -0
  586. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts +6 -0
  587. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryPreview.d.ts.map +1 -0
  588. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +23 -0
  589. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -0
  590. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.test.d.ts +2 -0
  591. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.test.d.ts.map +1 -0
  592. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts +10 -0
  593. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.d.ts.map +1 -0
  594. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.test.d.ts +2 -0
  595. package/dist/ui/components/organisms/vc-gallery/composables/useGalleryUpload.test.d.ts.map +1 -0
  596. package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.d.ts +8 -0
  597. package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.d.ts.map +1 -0
  598. package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.test.d.ts +2 -0
  599. package/dist/ui/components/organisms/vc-gallery/composables/useImageLoad.test.d.ts.map +1 -0
  600. package/dist/ui/components/organisms/vc-gallery/index.d.ts +3 -1
  601. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  602. package/dist/ui/components/organisms/vc-gallery/vc-gallery.actions.test.d.ts +2 -0
  603. package/dist/ui/components/organisms/vc-gallery/vc-gallery.actions.test.d.ts.map +1 -0
  604. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +77 -16
  605. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  606. package/dist/ui/components/organisms/vc-image-upload/index.d.ts +2 -0
  607. package/dist/ui/components/organisms/vc-image-upload/index.d.ts.map +1 -0
  608. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +35 -0
  609. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -0
  610. package/dist/ui/components/organisms/vc-popup/index.d.ts +1 -1
  611. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +14 -4
  612. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  613. package/dist/ui/components/organisms/vc-sidebar/index.d.ts +1 -1
  614. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +2 -2
  615. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
  616. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +220 -45
  617. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts.map +1 -1
  618. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +2 -2
  619. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -2
  620. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  621. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -2
  622. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
  623. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  624. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
  625. package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +1 -1
  626. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +1 -1
  627. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
  628. package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +22 -12
  629. package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +1 -1
  630. package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +1 -1
  631. package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +2 -2
  632. package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +3 -3
  633. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +8 -3
  634. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
  635. package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +1 -1
  636. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +1 -1
  637. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
  638. package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts.map +1 -1
  639. package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +1 -1
  640. package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts.map +1 -1
  641. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +1 -1
  642. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
  643. package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +5 -5
  644. package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts +17 -0
  645. package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -0
  646. package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts +1 -1
  647. package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts.map +1 -1
  648. package/dist/ui/components/organisms/vc-table/components/cells/index.d.ts +11 -11
  649. package/dist/ui/components/organisms/vc-table/components/index.d.ts +26 -26
  650. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +4 -4
  651. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +4 -4
  652. package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +1 -1
  653. package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +1 -1
  654. package/dist/ui/components/organisms/vc-table/components/mobile/index.d.ts +5 -5
  655. package/dist/ui/components/organisms/vc-table/composables/index.d.ts +30 -30
  656. package/dist/ui/components/organisms/vc-table/composables/useColumnFilter.d.ts +1 -1
  657. package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts +2 -2
  658. package/dist/ui/components/organisms/vc-table/composables/useDataProcessing.d.ts.map +1 -1
  659. package/dist/ui/components/organisms/vc-table/composables/useMobileCardLayout.d.ts +2 -2
  660. package/dist/ui/components/organisms/vc-table/composables/useTableColumns.d.ts +2 -2
  661. package/dist/ui/components/organisms/vc-table/composables/useTableEditing.d.ts +1 -1
  662. package/dist/ui/components/organisms/vc-table/composables/useTableEditing.d.ts.map +1 -1
  663. package/dist/ui/components/organisms/vc-table/composables/useTableExpansion.d.ts +1 -1
  664. package/dist/ui/components/organisms/vc-table/composables/useTableExpansion.d.ts.map +1 -1
  665. package/dist/ui/components/organisms/vc-table/composables/useTableFilter.d.ts +1 -1
  666. package/dist/ui/components/organisms/vc-table/composables/useTableFilter.d.ts.map +1 -1
  667. package/dist/ui/components/organisms/vc-table/composables/useTableFilter.test.d.ts +2 -0
  668. package/dist/ui/components/organisms/vc-table/composables/useTableFilter.test.d.ts.map +1 -0
  669. package/dist/ui/components/organisms/vc-table/composables/useTableRowGrouping.d.ts +1 -1
  670. package/dist/ui/components/organisms/vc-table/composables/useTableRowGrouping.d.ts.map +1 -1
  671. package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts +1 -1
  672. package/dist/ui/components/organisms/vc-table/composables/useTableSelectionV2.d.ts +1 -1
  673. package/dist/ui/components/organisms/vc-table/composables/useTableSelectionV2.d.ts.map +1 -1
  674. package/dist/ui/components/organisms/vc-table/composables/useTableSort.d.ts +1 -1
  675. package/dist/ui/components/organisms/vc-table/index.d.ts +9 -9
  676. package/dist/ui/components/organisms/vc-table/keys.d.ts +14 -3
  677. package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
  678. package/dist/ui/components/organisms/vc-table/types.d.ts +5 -3
  679. package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
  680. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +1 -1
  681. package/dist/ui/components/organisms/vc-table/utils/index.d.ts +3 -3
  682. package/dist/ui/composables/index.d.ts +6 -5
  683. package/dist/ui/composables/index.d.ts.map +1 -1
  684. package/dist/ui/composables/useCollapsible.d.ts +27 -0
  685. package/dist/ui/composables/useCollapsible.d.ts.map +1 -0
  686. package/dist/ui/composables/useFormField.d.ts +3 -2
  687. package/dist/ui/composables/useFormField.d.ts.map +1 -1
  688. package/dist/ui/types/index.d.ts +1 -1
  689. package/dist/ui/types/index.d.ts.map +1 -1
  690. package/dist/vc-editor-BtJrxrBg.js +848 -0
  691. package/dist/vc-editor.css +1 -0
  692. package/dist/vc-slider-sUKMaKnc.js +83 -0
  693. package/dist/vc-slider.css +1 -0
  694. package/dist/{vendor-cheerio-BcTJMzyu.js → vendor-cheerio-3JDxU-TZ.js} +6 -6
  695. package/dist/{vendor-cheerio-select-sLyWsUb6.js → vendor-cheerio-select-B7cQ9HP4.js} +3 -3
  696. package/dist/{vendor-css-select-DtZUShJh.js → vendor-css-select-CaVL4gMJ.js} +1 -1
  697. package/dist/vendor-d3-array-9cpTrqlO.js +149 -0
  698. package/dist/vendor-d3-axis-D1_DbKLz.js +74 -0
  699. package/dist/vendor-d3-brush-CcKeJp9e.js +1 -0
  700. package/dist/vendor-d3-color-BOYE6h_9.js +306 -0
  701. package/dist/vendor-d3-dispatch-fx-WMg0D.js +64 -0
  702. package/dist/vendor-d3-ease-Cr34gv04.js +8 -0
  703. package/dist/vendor-d3-format-DaIwZvFc.js +182 -0
  704. package/dist/vendor-d3-interpolate-BYG2gvO4.js +177 -0
  705. package/dist/vendor-d3-interpolate-path-CpGLvKgS.js +299 -0
  706. package/dist/vendor-d3-path-DJOTitNW.js +64 -0
  707. package/dist/vendor-d3-scale-CC5rtdt5.js +561 -0
  708. package/dist/vendor-d3-selection-CNMxsYiL.js +603 -0
  709. package/dist/vendor-d3-shape-DBhCDMiV.js +925 -0
  710. package/dist/vendor-d3-time-DAPP210_.js +212 -0
  711. package/dist/vendor-d3-time-format-hD7iE2WG.js +491 -0
  712. package/dist/vendor-d3-timer-C1cUWKPz.js +67 -0
  713. package/dist/vendor-d3-transition-BbNQT7qF.js +524 -0
  714. package/dist/vendor-d3-zoom-CcKeJp9e.js +1 -0
  715. package/dist/{vendor-date-fns-Bbji1B6n.js → vendor-date-fns-BKO3x1R1.js} +856 -762
  716. package/dist/{vendor-dom-serializer-BbVuF1MQ.js → vendor-dom-serializer-Sk3xHhQk.js} +1 -1
  717. package/dist/{vendor-domhandler-BVR67j0z.js → vendor-domhandler-Kufn9M_V.js} +2 -2
  718. package/dist/{vendor-domutils-DhLr70Dk.js → vendor-domutils-o2IJSx7k.js} +2 -2
  719. package/dist/vendor-emotion-cache-eEZT5l-Q.js +274 -0
  720. package/dist/vendor-emotion-hash-DImMRhyK.js +22 -0
  721. package/dist/vendor-emotion-memoize-BcEUCz8q.js +9 -0
  722. package/dist/vendor-emotion-serialize-BSDW8NwU.js +123 -0
  723. package/dist/vendor-emotion-sheet-CS8ZBl9s.js +44 -0
  724. package/dist/vendor-emotion-unitless-B7u1PU6w.js +53 -0
  725. package/dist/vendor-emotion-utils-D7refZTM.js +28 -0
  726. package/dist/{vendor-entities-J86Og8IU.js → vendor-entities-CCReaWqU.js} +2 -2
  727. package/dist/vendor-floating-ui-core-BoHdh92a.js +432 -0
  728. package/dist/vendor-floating-ui-dom-BvVXFZ4B.js +398 -0
  729. package/dist/vendor-floating-ui-utils-CidJRIm2.js +257 -0
  730. package/dist/{vendor-floating-ui-vue--bdH-HF5.js → vendor-floating-ui-vue-sCrhit51.js} +2 -2
  731. package/dist/{vendor-htmlparser2-DOGAmM6C.js → vendor-htmlparser2-nRkKyNhl.js} +2 -2
  732. package/dist/vendor-internmap-Q5729_cS.js +35 -0
  733. package/dist/vendor-juggle-resize-observer-DiSiNbbT.js +286 -0
  734. package/dist/{vendor-lodash-es-CzE4FJw2.js → vendor-lodash-es-B5DE282z.js} +14 -16
  735. package/dist/{vendor-lucide-vue-next-m0L4DzUL.js → vendor-lucide-vue-next-DadL7o0S.js} +8563 -8573
  736. package/dist/{vendor-markdown-it-DdaObR1P.js → vendor-markdown-it-pxD-Y9qk.js} +13 -10
  737. package/dist/{vendor-microsoft-applicationinsights-analytics-js-DQheg2jT.js → vendor-microsoft-applicationinsights-analytics-js-DFu_cVaY.js} +5 -5
  738. package/dist/{vendor-microsoft-applicationinsights-cfgsync-js-B9Mn84BU.js → vendor-microsoft-applicationinsights-cfgsync-js-DRQLN2Ue.js} +6 -6
  739. package/dist/{vendor-microsoft-applicationinsights-channel-js-BuJeAYY2.js → vendor-microsoft-applicationinsights-channel-js-BIJDcP3D.js} +6 -6
  740. package/dist/{vendor-microsoft-applicationinsights-common-RIQBFrw5.js → vendor-microsoft-applicationinsights-common-CJjmnDMb.js} +3 -3
  741. package/dist/{vendor-microsoft-applicationinsights-core-js-KDX0EIdd.js → vendor-microsoft-applicationinsights-core-js-BOc_o46i.js} +4 -4
  742. package/dist/{vendor-microsoft-applicationinsights-dependencies-js-BZbdJERa.js → vendor-microsoft-applicationinsights-dependencies-js-DDz502id.js} +5 -5
  743. package/dist/{vendor-microsoft-applicationinsights-properties-js-DWXnzqoT.js → vendor-microsoft-applicationinsights-properties-js-9aDWHwXJ.js} +5 -5
  744. package/dist/{vendor-microsoft-applicationinsights-shims-DKvw2C8l.js → vendor-microsoft-applicationinsights-shims-Dton8Vqy.js} +1 -1
  745. package/dist/{vendor-microsoft-applicationinsights-web-CvYf2SnW.js → vendor-microsoft-applicationinsights-web-DTa5YN-h.js} +10 -10
  746. package/dist/{vendor-microsoft-dynamicproto-js-BqPecdaw.js → vendor-microsoft-dynamicproto-js-89GEKjvR.js} +1 -1
  747. package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +1 -1
  748. package/dist/{vendor-nevware21-ts-async-CO9QBh90.js → vendor-nevware21-ts-async-D4qa7g-U.js} +1 -1
  749. package/dist/{vendor-nevware21-ts-utils-DbCMkHfb.js → vendor-nevware21-ts-utils-DII8jruI.js} +154 -154
  750. package/dist/{vendor-parse5-htmlparser2-tree-adapter-DBkuDq0i.js → vendor-parse5-htmlparser2-tree-adapter-BUDJ887-.js} +1 -1
  751. package/dist/{vendor-prosemirror-commands-Bv4ChObl.js → vendor-prosemirror-commands-Dml_M5TN.js} +2 -2
  752. package/dist/{vendor-prosemirror-dropcursor-kF5UKNFM.js → vendor-prosemirror-dropcursor-BpoETgOQ.js} +2 -2
  753. package/dist/{vendor-prosemirror-gapcursor-BWPM93Bm.js → vendor-prosemirror-gapcursor-VVbNCx01.js} +3 -3
  754. package/dist/{vendor-prosemirror-history-CQYKHz3u.js → vendor-prosemirror-history-CZUb2jWK.js} +2 -2
  755. package/dist/{vendor-prosemirror-keymap-CAfQyvJ7.js → vendor-prosemirror-keymap-D5bacBom.js} +1 -1
  756. package/dist/{vendor-prosemirror-markdown-BMtperlo.js → vendor-prosemirror-markdown-C-c5VoFH.js} +2 -2
  757. package/dist/{vendor-prosemirror-schema-list-BNJkECdS.js → vendor-prosemirror-schema-list-BZ-Z46DO.js} +1 -1
  758. package/dist/{vendor-prosemirror-state-IeimrELV.js → vendor-prosemirror-state-DYjHje5i.js} +1 -1
  759. package/dist/{vendor-prosemirror-tables-oGHIV2UK.js → vendor-prosemirror-tables-CjY-gm1w.js} +4 -4
  760. package/dist/{vendor-prosemirror-transform-BUjWd5Tb.js → vendor-prosemirror-transform-6xBwIzbI.js} +4 -4
  761. package/dist/{vendor-prosemirror-view-CR-PD0KM.js → vendor-prosemirror-view-CzBOGIAq.js} +74 -74
  762. package/dist/vendor-striptags-BrHtQQiF.js +120 -0
  763. package/dist/vendor-stylis-ClfDrgKE.js +334 -0
  764. package/dist/vendor-throttle-debounce-CX0imT7m.js +28 -0
  765. package/dist/{vendor-tiptap-core-CO_R-tjR.js → vendor-tiptap-core-BNrmxwcD.js} +516 -480
  766. package/dist/{vendor-tiptap-extension-blockquote-D2qy65Cv.js → vendor-tiptap-extension-blockquote-DBYgJvrA.js} +1 -1
  767. package/dist/{vendor-tiptap-extension-bold-CvJ9mT2Y.js → vendor-tiptap-extension-bold-BaDsyhkA.js} +1 -1
  768. package/dist/{vendor-tiptap-extension-code-1VjHBs98.js → vendor-tiptap-extension-code-DmMmyuE8.js} +1 -1
  769. package/dist/{vendor-tiptap-extension-code-block-BNnP9_pH.js → vendor-tiptap-extension-code-block-Cryhc4vR.js} +2 -2
  770. package/dist/{vendor-tiptap-extension-document-BajSIg0p.js → vendor-tiptap-extension-document-DTFkPYG-.js} +1 -1
  771. package/dist/{vendor-tiptap-extension-hard-break-BuNoB9-C.js → vendor-tiptap-extension-hard-break-DLmFSWL4.js} +1 -1
  772. package/dist/{vendor-tiptap-extension-heading-B392LUT7.js → vendor-tiptap-extension-heading-DlpNyZOc.js} +1 -1
  773. package/dist/{vendor-tiptap-extension-horizontal-rule-CSUTT0Bp.js → vendor-tiptap-extension-horizontal-rule-CI2nC7l5.js} +2 -2
  774. package/dist/{vendor-tiptap-extension-image-nFs2jKXm.js → vendor-tiptap-extension-image-g6grWBFQ.js} +1 -1
  775. package/dist/{vendor-tiptap-extension-italic-0bly_CE-.js → vendor-tiptap-extension-italic-DsMLQC-Z.js} +1 -1
  776. package/dist/{vendor-tiptap-extension-link-BLDvJ5vV.js → vendor-tiptap-extension-link-CF-euSmX.js} +71 -68
  777. package/dist/{vendor-tiptap-extension-list-B5MwE2sJ.js → vendor-tiptap-extension-list-DA57LKdr.js} +5 -5
  778. package/dist/{vendor-tiptap-extension-paragraph-CUsfJ4Fl.js → vendor-tiptap-extension-paragraph-CrvWamNP.js} +1 -1
  779. package/dist/vendor-tiptap-extension-placeholder-DVCL5REL.js +1 -0
  780. package/dist/{vendor-tiptap-extension-strike-C01BR5iR.js → vendor-tiptap-extension-strike-caeBdU8d.js} +1 -1
  781. package/dist/{vendor-tiptap-extension-table-DUnnRxVi.js → vendor-tiptap-extension-table-DBQupXqd.js} +8 -8
  782. package/dist/vendor-tiptap-extension-table-cell-A6UIxsTF.js +1 -0
  783. package/dist/vendor-tiptap-extension-table-header-A6UIxsTF.js +1 -0
  784. package/dist/vendor-tiptap-extension-table-row-A6UIxsTF.js +1 -0
  785. package/dist/{vendor-tiptap-extension-text-D-4QmCkc.js → vendor-tiptap-extension-text-CYaZSxyC.js} +1 -1
  786. package/dist/{vendor-tiptap-extension-text-style-DhnW0qQ-.js → vendor-tiptap-extension-text-style-C8Uqg46V.js} +1 -1
  787. package/dist/{vendor-tiptap-extension-underline-BNolmm6B.js → vendor-tiptap-extension-underline-Ct9ZgKsw.js} +1 -1
  788. package/dist/{vendor-tiptap-extensions-DLb_szZD.js → vendor-tiptap-extensions-Dg7-f1Pi.js} +89 -83
  789. package/dist/{vendor-tiptap-markdown-Bw1CDyaN.js → vendor-tiptap-markdown-DDkltz0i.js} +4 -4
  790. package/dist/vendor-tiptap-pm-BbD2LeB7.js +1 -0
  791. package/dist/{vendor-tiptap-starter-kit-C8ruVG5b.js → vendor-tiptap-starter-kit-C1nkrZcr.js} +17 -17
  792. package/dist/{vendor-tiptap-vue-3-BzCAEeCs.js → vendor-tiptap-vue-3-B3dwsJj3.js} +1 -1
  793. package/dist/{vendor-truncate-html-FnN2i7S3.js → vendor-truncate-html-C77Epb-R.js} +1 -1
  794. package/dist/vendor-unovis-ts-Bue71Kwt.js +2382 -0
  795. package/dist/vendor-unovis-vue-C_K1g5KH.js +446 -0
  796. package/dist/{vendor-vue3-application-insights-D3zyAvES.js → vendor-vue3-application-insights-BmJCYUcp.js} +2 -2
  797. package/dist/{vendor-vuepic-vue-datepicker-BbcXj_x6.js → vendor-vuepic-vue-datepicker-CaZ_qpJp.js} +1 -1
  798. package/dist/{vendor-vueuse-components-Cz0NKocY.js → vendor-vueuse-components-jqShV_Fz.js} +5 -5
  799. package/dist/{vendor-vueuse-core-SHmW__tV.js → vendor-vueuse-core-D-DKRsy5.js} +8 -7
  800. package/dist/{vendor-vueuse-shared-CN4sb53h.js → vendor-vueuse-shared-Ch7WD-uK.js} +7 -7
  801. package/dist/vendor-web-vitals-vrpLO1bu.js +207 -0
  802. package/dist/vitest-axe.setup.d.ts +10 -0
  803. package/dist/vitest-axe.setup.d.ts.map +1 -0
  804. package/package.json +10 -7
  805. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +1 -1
  806. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -1
  807. package/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue +2 -1
  808. package/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue +143 -138
  809. package/shared/components/blade-navigation/types/index.ts +4 -4
  810. package/shared/components/change-password/change-password.vue +5 -1
  811. package/shared/components/change-password-button/change-password-button.stories.ts +1 -1
  812. package/shared/components/common/popup/vc-popup-base.vue +133 -0
  813. package/shared/components/common/popup/vc-popup-error.vue +6 -23
  814. package/shared/components/common/popup/vc-popup-info.vue +6 -23
  815. package/shared/components/common/popup/vc-popup-warning.vue +9 -25
  816. package/shared/components/dashboard-charts/ChartContainer.vue +54 -0
  817. package/shared/components/dashboard-charts/ChartLegend.vue +40 -0
  818. package/shared/components/dashboard-charts/ChartTooltip.vue +43 -0
  819. package/shared/components/dashboard-charts/DashboardBarChart.vue +165 -0
  820. package/shared/components/dashboard-charts/DashboardDonutChart.vue +137 -0
  821. package/shared/components/dashboard-charts/DashboardLineChart.vue +170 -0
  822. package/shared/components/dashboard-charts/chart-theme.scss +19 -0
  823. package/shared/components/dashboard-charts/chart-tooltip.scss +48 -0
  824. package/shared/components/dashboard-charts/chart-utils.ts +189 -0
  825. package/shared/components/dashboard-charts/dashboard-charts.stories.ts +393 -0
  826. package/shared/components/dashboard-charts/index.ts +31 -0
  827. package/shared/components/dashboard-charts/types.ts +7 -0
  828. package/shared/components/dashboard-widget-card/dashboard-widget-card.stories.ts +1 -1
  829. package/shared/components/draggable-dashboard/DraggableDashboard.vue +8 -2
  830. package/shared/components/error-interceptor/interceptor.ts +25 -3
  831. package/shared/components/generic-dropdown/generic-dropdown.vue +1 -1
  832. package/shared/components/index.ts +1 -0
  833. package/shared/components/language-selector/language-selector.vue +1 -1
  834. package/shared/components/multilanguage-selector/multilanguage-selector.stories.ts +3 -3
  835. package/shared/components/multilanguage-selector/multilanguage-selector.vue +117 -15
  836. package/shared/components/notification-dropdown/notification-dropdown.vue +2 -1
  837. package/shared/components/notifications/components/notification-container/index.ts +60 -14
  838. package/shared/components/notifications/composables/useContainer/index.ts +17 -132
  839. package/shared/components/notifications/core/notification.ts +3 -55
  840. package/shared/components/notifications/styles/index.scss +51 -89
  841. package/shared/components/notifications/types/index.ts +2 -4
  842. package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +2 -2
  843. package/shared/components/popup-handler/composables/usePopup/index.ts +80 -77
  844. package/shared/components/settings-menu-item/settings-menu-item.stories.ts +2 -1
  845. package/shared/components/settings-menu-item/settings-menu-item.vue +2 -1
  846. package/shared/components/sidebar/sidebar.vue +1 -1
  847. package/shared/components/sign-in/external-provider.vue +2 -1
  848. package/shared/components/sign-in/external-providers.vue +1 -1
  849. package/shared/components/theme-selector/theme-selector.vue +1 -1
  850. package/shared/components/user-dropdown-button/_internal/user-info.vue +1 -1
  851. package/shared/components/user-dropdown-button/_internal/user-sidebar.vue +2 -2
  852. package/shared/components/user-dropdown-button/user-dropdown-button.stories.ts +1 -1
  853. package/shared/components/user-dropdown-button/user-dropdown-button.vue +2 -2
  854. package/shared/composables/useExternalWidgets.ts +2 -2
  855. package/shared/composables/useModificationTracker/index.ts +20 -3
  856. package/shared/modules/assets/components/assets-details/assets-details.vue +8 -3
  857. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +4 -3
  858. package/shared/modules/dynamic/components/SchemaRender.ts +1 -1
  859. package/shared/modules/dynamic/components/factories.ts +242 -244
  860. package/shared/modules/dynamic/components/fields/Fieldset.ts +66 -65
  861. package/shared/modules/dynamic/components/fields/GalleryField.ts +3 -2
  862. package/shared/modules/dynamic/components/fields/MultivalueField.ts +68 -68
  863. package/shared/modules/dynamic/components/fields/RadioButtonGroup.ts +83 -82
  864. package/shared/modules/dynamic/components/fields/SelectField.ts +72 -72
  865. package/shared/modules/dynamic/components/fields/StatusField.ts +110 -110
  866. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +6 -2
  867. package/shared/modules/dynamic/composables/useToolbarReducer/index.ts +1 -1
  868. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +2 -1
  869. package/shared/modules/dynamic/factories/base/useListFactory.ts +2 -1
  870. package/shared/modules/dynamic/factories/types/index.ts +4 -3
  871. package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
  872. package/shared/modules/dynamic/index.ts +2 -1
  873. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +13 -11
  874. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +5 -4
  875. package/shared/modules/dynamic/types/index.ts +13 -15
  876. package/shared/modules/dynamic/types/models.ts +19 -21
  877. package/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue +1 -1
  878. package/shared/pages/LoginPage/components/login/Login.vue +99 -83
  879. package/tailwind.config.ts +2 -21
  880. package/ui/components/atoms/vc-banner/vc-banner.stories.ts +259 -0
  881. package/ui/components/atoms/vc-banner/vc-banner.vue +168 -101
  882. package/ui/components/atoms/vc-button/vc-button-group.vue +7 -7
  883. package/ui/components/atoms/vc-button/vc-button.a11y.test.ts +46 -0
  884. package/ui/components/atoms/vc-button/vc-button.test.ts +75 -0
  885. package/ui/components/atoms/vc-button/vc-button.vue +33 -17
  886. package/ui/components/atoms/vc-card/vc-card.stories.ts +3 -1
  887. package/ui/components/atoms/vc-card/vc-card.vue +3 -3
  888. package/ui/components/atoms/vc-col/vc-col.stories.ts +1 -1
  889. package/ui/components/atoms/vc-container/vc-container.vue +4 -4
  890. package/ui/components/atoms/vc-icon/composables/use-icon.ts +2 -2
  891. package/ui/components/atoms/vc-icon/vc-icon.stories.ts +0 -20
  892. package/ui/components/atoms/vc-icon/vc-icon.vue +22 -22
  893. package/ui/components/atoms/vc-label/vc-label.vue +4 -3
  894. package/ui/components/atoms/vc-link/vc-link.vue +1 -1
  895. package/ui/components/atoms/vc-loading/vc-loading.vue +28 -28
  896. package/ui/components/atoms/vc-row/vc-row.stories.ts +2 -2
  897. package/ui/components/atoms/vc-row/vc-row.vue +1 -1
  898. package/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue +1 -1
  899. package/ui/components/atoms/vc-skeleton/vc-skeleton.stories.ts +89 -8
  900. package/ui/components/atoms/vc-skeleton/vc-skeleton.vue +54 -8
  901. package/ui/components/atoms/vc-status/vc-status.vue +8 -8
  902. package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +1 -1
  903. package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +1 -1
  904. package/ui/components/atoms/vc-video/vc-video.vue +2 -1
  905. package/ui/components/atoms/vc-widget/vc-widget.stories.ts +1 -1
  906. package/ui/components/molecules/index.ts +0 -1
  907. package/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue +12 -43
  908. package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +23 -19
  909. package/ui/components/molecules/vc-checkbox/vc-checkbox.a11y.test.ts +39 -0
  910. package/ui/components/molecules/vc-checkbox/vc-checkbox.test.ts +75 -0
  911. package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +49 -38
  912. package/ui/components/molecules/vc-color-input/vc-color-input.vue +18 -28
  913. package/ui/components/molecules/vc-date-picker/vc-date-picker.vue +16 -28
  914. package/ui/components/molecules/vc-dropdown/vc-dropdown.vue +7 -1
  915. package/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue +11 -0
  916. package/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue +13 -19
  917. package/ui/components/molecules/vc-editor/index.ts +15 -6
  918. package/ui/components/molecules/vc-editor/vc-editor.vue +12 -14
  919. package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +2 -2
  920. package/ui/components/molecules/vc-field/vc-field.vue +2 -1
  921. package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +87 -39
  922. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +59 -49
  923. package/ui/components/molecules/vc-input/vc-input.a11y.test.ts +57 -0
  924. package/ui/components/molecules/vc-input/vc-input.stories.ts +2 -1
  925. package/ui/components/molecules/vc-input/vc-input.test.ts +114 -0
  926. package/ui/components/molecules/vc-input/vc-input.vue +36 -58
  927. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +18 -87
  928. package/ui/components/molecules/vc-input-dropdown/index.ts +0 -1
  929. package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue +2 -1
  930. package/ui/components/molecules/vc-input-group/vc-input-group.vue +2 -13
  931. package/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue +2 -2
  932. package/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue +207 -204
  933. package/ui/components/molecules/vc-multivalue/composables/useMultivalueDropdown.ts +3 -0
  934. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +23 -34
  935. package/ui/components/molecules/vc-pagination/vc-pagination.vue +11 -11
  936. package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +12 -18
  937. package/ui/components/molecules/vc-rating/vc-rating.vue +2 -1
  938. package/ui/components/molecules/vc-select/_internal/SelectDropdown.vue +199 -198
  939. package/ui/components/molecules/vc-select/_internal/SelectTrigger.vue +301 -290
  940. package/ui/components/molecules/vc-select/vc-select.test.ts +89 -0
  941. package/ui/components/molecules/vc-select/vc-select.vue +32 -38
  942. package/ui/components/molecules/vc-slider/index.ts +21 -13
  943. package/ui/components/molecules/vc-slider/vc-slider.stories.ts +2 -1
  944. package/ui/components/molecules/vc-slider/vc-slider.vue +2 -2
  945. package/ui/components/molecules/vc-switch/vc-switch.vue +21 -17
  946. package/ui/components/molecules/vc-textarea/vc-textarea.a11y.test.ts +44 -0
  947. package/ui/components/molecules/vc-textarea/vc-textarea.vue +19 -21
  948. package/ui/components/molecules/vc-toast/vc-toast.vue +390 -109
  949. package/ui/components/organisms/index.ts +5 -4
  950. package/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue +44 -28
  951. package/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue +1 -1
  952. package/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue +2 -2
  953. package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.test.ts +2 -23
  954. package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue +152 -196
  955. package/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue +2 -2
  956. package/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue +5 -32
  957. package/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppBarWidgets.ts +1 -1
  958. package/ui/components/organisms/vc-app/_internal/app-bar/composables/useAppHub.ts +6 -46
  959. package/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue +33 -0
  960. package/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.test.ts +151 -0
  961. package/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue +442 -38
  962. package/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.test.ts +43 -0
  963. package/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue +2 -1
  964. package/ui/components/organisms/vc-app/_internal/menu/VcAppMenuGroup.vue +1 -1
  965. package/ui/components/organisms/vc-app/_internal/menu/VcAppMenuItem.vue +216 -215
  966. package/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue +1 -1
  967. package/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue +2 -2
  968. package/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue +234 -160
  969. package/ui/components/organisms/vc-app/composables/useShellBootstrap.test.ts +3 -14
  970. package/ui/components/organisms/vc-app/composables/useShellBootstrap.ts +101 -106
  971. package/ui/components/organisms/vc-app/composables/useShellLifecycle.ts +1 -1
  972. package/ui/components/organisms/vc-app/composables/useShellNavigation.ts +1 -1
  973. package/ui/components/organisms/vc-app/vc-app-shell.stories.ts +107 -40
  974. package/ui/components/organisms/vc-app/vc-app.vue +23 -6
  975. package/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue +113 -0
  976. package/ui/components/organisms/vc-blade/_internal/BladeHeader.vue +2 -2
  977. package/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue +52 -0
  978. package/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue +195 -78
  979. package/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue +34 -0
  980. package/ui/components/organisms/vc-blade/_internal/composables/useBladeError.ts +13 -33
  981. package/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.ts +4 -2
  982. package/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue +1 -1
  983. package/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue +1 -1
  984. package/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue +1 -1
  985. package/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue +10 -2
  986. package/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue +2 -2
  987. package/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue +1 -1
  988. package/ui/components/organisms/vc-blade/vc-blade.stories.ts +77 -0
  989. package/ui/components/organisms/vc-blade/vc-blade.vue +92 -56
  990. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +8 -5
  991. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.test.ts +48 -0
  992. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +184 -103
  993. package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +266 -81
  994. package/ui/components/organisms/vc-gallery/composables/index.ts +4 -0
  995. package/ui/components/organisms/vc-gallery/composables/useGalleryPreview.ts +26 -0
  996. package/ui/components/organisms/vc-gallery/composables/useGalleryReorder.test.ts +73 -0
  997. package/ui/components/organisms/vc-gallery/composables/useGalleryReorder.ts +183 -0
  998. package/ui/components/organisms/vc-gallery/composables/useGalleryUpload.test.ts +89 -0
  999. package/ui/components/organisms/vc-gallery/composables/useGalleryUpload.ts +43 -0
  1000. package/ui/components/organisms/vc-gallery/composables/useImageLoad.test.ts +34 -0
  1001. package/ui/components/organisms/vc-gallery/composables/useImageLoad.ts +26 -0
  1002. package/ui/components/organisms/vc-gallery/index.ts +2 -0
  1003. package/ui/components/organisms/vc-gallery/vc-gallery.actions.test.ts +76 -0
  1004. package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +76 -68
  1005. package/ui/components/organisms/vc-gallery/vc-gallery.vue +322 -246
  1006. package/ui/components/organisms/vc-image-upload/index.ts +1 -0
  1007. package/ui/components/organisms/vc-image-upload/vc-image-upload.stories.ts +47 -0
  1008. package/ui/components/organisms/vc-image-upload/vc-image-upload.vue +251 -0
  1009. package/ui/components/organisms/vc-popup/vc-popup.stories.ts +106 -0
  1010. package/ui/components/organisms/vc-popup/vc-popup.vue +95 -40
  1011. package/ui/components/organisms/vc-table/VcDataTable.vue +146 -49
  1012. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +3 -3
  1013. package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +1 -1
  1014. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +1 -1
  1015. package/ui/components/organisms/vc-table/components/ColumnFilter.vue +29 -15
  1016. package/ui/components/organisms/vc-table/components/DataTableBody.vue +26 -8
  1017. package/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue +2 -2
  1018. package/ui/components/organisms/vc-table/components/DataTableHeader.vue +7 -7
  1019. package/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue +1 -1
  1020. package/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue +116 -4
  1021. package/ui/components/organisms/vc-table/components/TableActions.vue +1 -1
  1022. package/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue +1 -1
  1023. package/ui/components/organisms/vc-table/components/TableGroupRow.vue +8 -8
  1024. package/ui/components/organisms/vc-table/components/TableHead.vue +2 -2
  1025. package/ui/components/organisms/vc-table/components/TableRow.vue +6 -5
  1026. package/ui/components/organisms/vc-table/components/TableRowActions.vue +27 -10
  1027. package/ui/components/organisms/vc-table/components/TableSelectAllBar.vue +5 -5
  1028. package/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue +110 -0
  1029. package/ui/components/organisms/vc-table/components/cells/CellDate.vue +4 -6
  1030. package/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue +2 -2
  1031. package/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue +2 -2
  1032. package/ui/components/organisms/vc-table/composables/useDataProcessing.ts +1 -1
  1033. package/ui/components/organisms/vc-table/composables/useTableEditing.ts +1 -1
  1034. package/ui/components/organisms/vc-table/composables/useTableExpansion.ts +1 -1
  1035. package/ui/components/organisms/vc-table/composables/useTableFilter.test.ts +43 -0
  1036. package/ui/components/organisms/vc-table/composables/useTableFilter.ts +12 -2
  1037. package/ui/components/organisms/vc-table/composables/useTableRowGrouping.ts +1 -1
  1038. package/ui/components/organisms/vc-table/composables/useTableSelectionV2.ts +1 -1
  1039. package/ui/components/organisms/vc-table/keys.ts +14 -1
  1040. package/ui/components/organisms/vc-table/types.ts +3 -1
  1041. package/ui/composables/index.ts +1 -0
  1042. package/ui/composables/useCollapsible.ts +73 -0
  1043. package/ui/composables/useFormField.ts +3 -0
  1044. package/ui/types/index.ts +1 -1
  1045. package/core/plugins/moment/humanize.ts +0 -74
  1046. package/core/plugins/moment/index.ts +0 -1
  1047. package/core/plugins/moment/moment.ts +0 -29
  1048. package/dist/core/plugins/moment/humanize.d.ts +0 -3
  1049. package/dist/core/plugins/moment/humanize.d.ts.map +0 -1
  1050. package/dist/core/plugins/moment/index.d.ts +0 -2
  1051. package/dist/core/plugins/moment/index.d.ts.map +0 -1
  1052. package/dist/core/plugins/moment/moment.d.ts +0 -13
  1053. package/dist/core/plugins/moment/moment.d.ts.map +0 -1
  1054. package/dist/ui/components/atoms/vc-icon/vc-icon-examples.vue.d.ts.map +0 -1
  1055. package/dist/ui/components/atoms/vc-icon/vc-icon-test.vue.d.ts.map +0 -1
  1056. package/dist/ui/components/molecules/vc-paginator/index.d.ts +0 -4
  1057. package/dist/ui/components/molecules/vc-paginator/index.d.ts.map +0 -1
  1058. package/dist/ui/components/molecules/vc-paginator/vc-paginator.vue.d.ts +0 -73
  1059. package/dist/ui/components/molecules/vc-paginator/vc-paginator.vue.d.ts.map +0 -1
  1060. package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts +0 -173
  1061. package/dist/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.d.ts.map +0 -1
  1062. package/dist/vendor-floating-ui-core-Dj2ULpEE.js +0 -428
  1063. package/dist/vendor-floating-ui-dom-DC_tF7jX.js +0 -397
  1064. package/dist/vendor-floating-ui-utils-0qz4b9vE.js +0 -259
  1065. package/dist/vendor-moment-DMLRxgRE.js +0 -2589
  1066. package/dist/vendor-tanstack-virtual-core-l0sNRNKZ.js +0 -1
  1067. package/dist/vendor-tiptap-extension-placeholder-uPw8yyv1.js +0 -1
  1068. package/dist/vendor-tiptap-extension-table-cell-CzgB8j33.js +0 -1
  1069. package/dist/vendor-tiptap-extension-table-header-CzgB8j33.js +0 -1
  1070. package/dist/vendor-tiptap-extension-table-row-CzgB8j33.js +0 -1
  1071. package/dist/vendor-tiptap-pm-5ylZKocv.js +0 -1
  1072. package/ui/components/atoms/vc-icon/vc-icon-examples.vue +0 -544
  1073. package/ui/components/atoms/vc-icon/vc-icon-test.vue +0 -416
  1074. package/ui/components/molecules/vc-paginator/index.ts +0 -4
  1075. package/ui/components/molecules/vc-paginator/vc-paginator.vue +0 -379
  1076. package/ui/components/organisms/vc-table/composables/useDataTableOrchestrator.ts +0 -516
@@ -0,0 +1,925 @@
1
+ import { P as zt } from "./vendor-d3-path-DJOTitNW.js";
2
+ function d(t) {
3
+ return function() {
4
+ return t;
5
+ };
6
+ }
7
+ const yt = Math.abs, k = Math.atan2, L = Math.cos, qt = Math.max, at = Math.min, P = Math.sin, X = Math.sqrt, T = 1e-12, Y = Math.PI, U = Y / 2, Q = 2 * Y;
8
+ function jt(t) {
9
+ return t > 1 ? 0 : t < -1 ? Y : Math.acos(t);
10
+ }
11
+ function dt(t) {
12
+ return t >= 1 ? U : t <= -1 ? -U : Math.asin(t);
13
+ }
14
+ function kt(t) {
15
+ let i = 3;
16
+ return t.digits = function(n) {
17
+ if (!arguments.length) return i;
18
+ if (n == null)
19
+ i = null;
20
+ else {
21
+ const s = Math.floor(n);
22
+ if (!(s >= 0)) throw new RangeError(`invalid digits: ${n}`);
23
+ i = s;
24
+ }
25
+ return t;
26
+ }, () => new zt(i);
27
+ }
28
+ function Lt(t) {
29
+ return t.innerRadius;
30
+ }
31
+ function It(t) {
32
+ return t.outerRadius;
33
+ }
34
+ function Vt(t) {
35
+ return t.startAngle;
36
+ }
37
+ function Xt(t) {
38
+ return t.endAngle;
39
+ }
40
+ function Yt(t) {
41
+ return t && t.padAngle;
42
+ }
43
+ function Dt(t, i, n, s, a, _, r, e) {
44
+ var o = n - t, c = s - i, h = r - a, m = e - _, l = m * o - h * c;
45
+ if (!(l * l < T))
46
+ return l = (h * (i - _) - m * (t - a)) / l, [t + l * o, i + l * c];
47
+ }
48
+ function K(t, i, n, s, a, _, r) {
49
+ var e = t - n, o = i - s, c = (r ? _ : -_) / X(e * e + o * o), h = c * o, m = -c * e, l = t + h, f = i + m, y = n + h, g = s + m, C = (l + y) / 2, x = (f + g) / 2, w = y - l, b = g - f, v = w * w + b * b, N = a - _, S = l * g - y * f, B = (b < 0 ? -1 : 1) * X(qt(0, N * N * v - S * S)), O = (S * b - w * B) / v, z = (-S * w - b * B) / v, M = (S * b + w * B) / v, E = (-S * w + b * B) / v, A = O - C, u = z - x, p = M - C, j = E - x;
50
+ return A * A + u * u > p * p + j * j && (O = M, z = E), {
51
+ cx: O,
52
+ cy: z,
53
+ x01: -h,
54
+ y01: -m,
55
+ x11: O * (a / N - 1),
56
+ y11: z * (a / N - 1)
57
+ };
58
+ }
59
+ function Ut() {
60
+ var t = Lt, i = It, n = d(0), s = null, a = Vt, _ = Xt, r = Yt, e = null, o = kt(c);
61
+ function c() {
62
+ var h, m, l = +t.apply(this, arguments), f = +i.apply(this, arguments), y = a.apply(this, arguments) - U, g = _.apply(this, arguments) - U, C = yt(g - y), x = g > y;
63
+ if (e || (e = h = o()), f < l && (m = f, f = l, l = m), !(f > T)) e.moveTo(0, 0);
64
+ else if (C > Q - T)
65
+ e.moveTo(f * L(y), f * P(y)), e.arc(0, 0, f, y, g, !x), l > T && (e.moveTo(l * L(g), l * P(g)), e.arc(0, 0, l, g, y, x));
66
+ else {
67
+ var w = y, b = g, v = y, N = g, S = C, B = C, O = r.apply(this, arguments) / 2, z = O > T && (s ? +s.apply(this, arguments) : X(l * l + f * f)), M = at(yt(f - l) / 2, +n.apply(this, arguments)), E = M, A = M, u, p;
68
+ if (z > T) {
69
+ var j = dt(z / l * P(O)), D = dt(z / f * P(O));
70
+ (S -= j * 2) > T ? (j *= x ? 1 : -1, v += j, N -= j) : (S = 0, v = N = (y + g) / 2), (B -= D * 2) > T ? (D *= x ? 1 : -1, w += D, b -= D) : (B = 0, w = b = (y + g) / 2);
71
+ }
72
+ var I = f * L(w), V = f * P(w), F = l * L(N), G = l * P(N);
73
+ if (M > T) {
74
+ var H = f * L(b), J = f * P(b), nt = l * L(v), st = l * P(v), R;
75
+ if (C < Y)
76
+ if (R = Dt(I, V, nt, st, H, J, F, G)) {
77
+ var et = I - R[0], _t = V - R[1], ht = H - R[0], ot = J - R[1], pt = 1 / P(jt((et * ht + _t * ot) / (X(et * et + _t * _t) * X(ht * ht + ot * ot))) / 2), xt = X(R[0] * R[0] + R[1] * R[1]);
78
+ E = at(M, (l - xt) / (pt - 1)), A = at(M, (f - xt) / (pt + 1));
79
+ } else
80
+ E = A = 0;
81
+ }
82
+ B > T ? A > T ? (u = K(nt, st, I, V, f, A, x), p = K(H, J, F, G, f, A, x), e.moveTo(u.cx + u.x01, u.cy + u.y01), A < M ? e.arc(u.cx, u.cy, A, k(u.y01, u.x01), k(p.y01, p.x01), !x) : (e.arc(u.cx, u.cy, A, k(u.y01, u.x01), k(u.y11, u.x11), !x), e.arc(0, 0, f, k(u.cy + u.y11, u.cx + u.x11), k(p.cy + p.y11, p.cx + p.x11), !x), e.arc(p.cx, p.cy, A, k(p.y11, p.x11), k(p.y01, p.x01), !x))) : (e.moveTo(I, V), e.arc(0, 0, f, w, b, !x)) : e.moveTo(I, V), !(l > T) || !(S > T) ? e.lineTo(F, G) : E > T ? (u = K(F, G, H, J, l, -E, x), p = K(I, V, nt, st, l, -E, x), e.lineTo(u.cx + u.x01, u.cy + u.y01), E < M ? e.arc(u.cx, u.cy, E, k(u.y01, u.x01), k(p.y01, p.x01), !x) : (e.arc(u.cx, u.cy, E, k(u.y01, u.x01), k(u.y11, u.x11), !x), e.arc(0, 0, l, k(u.cy + u.y11, u.cx + u.x11), k(p.cy + p.y11, p.cx + p.x11), x), e.arc(p.cx, p.cy, E, k(p.y11, p.x11), k(p.y01, p.x01), !x))) : e.arc(0, 0, l, N, v, x);
83
+ }
84
+ if (e.closePath(), h) return e = null, h + "" || null;
85
+ }
86
+ return c.centroid = function() {
87
+ var h = (+t.apply(this, arguments) + +i.apply(this, arguments)) / 2, m = (+a.apply(this, arguments) + +_.apply(this, arguments)) / 2 - Y / 2;
88
+ return [L(m) * h, P(m) * h];
89
+ }, c.innerRadius = function(h) {
90
+ return arguments.length ? (t = typeof h == "function" ? h : d(+h), c) : t;
91
+ }, c.outerRadius = function(h) {
92
+ return arguments.length ? (i = typeof h == "function" ? h : d(+h), c) : i;
93
+ }, c.cornerRadius = function(h) {
94
+ return arguments.length ? (n = typeof h == "function" ? h : d(+h), c) : n;
95
+ }, c.padRadius = function(h) {
96
+ return arguments.length ? (s = h == null ? null : typeof h == "function" ? h : d(+h), c) : s;
97
+ }, c.startAngle = function(h) {
98
+ return arguments.length ? (a = typeof h == "function" ? h : d(+h), c) : a;
99
+ }, c.endAngle = function(h) {
100
+ return arguments.length ? (_ = typeof h == "function" ? h : d(+h), c) : _;
101
+ }, c.padAngle = function(h) {
102
+ return arguments.length ? (r = typeof h == "function" ? h : d(+h), c) : r;
103
+ }, c.context = function(h) {
104
+ return arguments.length ? (e = h ?? null, c) : e;
105
+ }, c;
106
+ }
107
+ function Tt(t) {
108
+ return typeof t == "object" && "length" in t ? t : Array.from(t);
109
+ }
110
+ function wt(t) {
111
+ this._context = t;
112
+ }
113
+ wt.prototype = {
114
+ areaStart: function() {
115
+ this._line = 0;
116
+ },
117
+ areaEnd: function() {
118
+ this._line = NaN;
119
+ },
120
+ lineStart: function() {
121
+ this._point = 0;
122
+ },
123
+ lineEnd: function() {
124
+ (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
125
+ },
126
+ point: function(t, i) {
127
+ switch (t = +t, i = +i, this._point) {
128
+ case 0:
129
+ this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
130
+ break;
131
+ case 1:
132
+ this._point = 2;
133
+ // falls through
134
+ default:
135
+ this._context.lineTo(t, i);
136
+ break;
137
+ }
138
+ }
139
+ };
140
+ function Ft(t) {
141
+ return new wt(t);
142
+ }
143
+ function Gt(t) {
144
+ return t[0];
145
+ }
146
+ function Ht(t) {
147
+ return t[1];
148
+ }
149
+ function Wt(t, i) {
150
+ var n = d(!0), s = null, a = Ft, _ = null, r = kt(e);
151
+ t = typeof t == "function" ? t : t === void 0 ? Gt : d(t), i = typeof i == "function" ? i : i === void 0 ? Ht : d(i);
152
+ function e(o) {
153
+ var c, h = (o = Tt(o)).length, m, l = !1, f;
154
+ for (s == null && (_ = a(f = r())), c = 0; c <= h; ++c)
155
+ !(c < h && n(m = o[c], c, o)) === l && ((l = !l) ? _.lineStart() : _.lineEnd()), l && _.point(+t(m, c, o), +i(m, c, o));
156
+ if (f) return _ = null, f + "" || null;
157
+ }
158
+ return e.x = function(o) {
159
+ return arguments.length ? (t = typeof o == "function" ? o : d(+o), e) : t;
160
+ }, e.y = function(o) {
161
+ return arguments.length ? (i = typeof o == "function" ? o : d(+o), e) : i;
162
+ }, e.defined = function(o) {
163
+ return arguments.length ? (n = typeof o == "function" ? o : d(!!o), e) : n;
164
+ }, e.curve = function(o) {
165
+ return arguments.length ? (a = o, s != null && (_ = a(s)), e) : a;
166
+ }, e.context = function(o) {
167
+ return arguments.length ? (o == null ? s = _ = null : _ = a(s = o), e) : s;
168
+ }, e;
169
+ }
170
+ function Jt(t, i) {
171
+ return i < t ? -1 : i > t ? 1 : i >= t ? 0 : NaN;
172
+ }
173
+ function Kt(t) {
174
+ return t;
175
+ }
176
+ function Zt() {
177
+ var t = Kt, i = Jt, n = null, s = d(0), a = d(Q), _ = d(0);
178
+ function r(e) {
179
+ var o, c = (e = Tt(e)).length, h, m, l = 0, f = new Array(c), y = new Array(c), g = +s.apply(this, arguments), C = Math.min(Q, Math.max(-Q, a.apply(this, arguments) - g)), x, w = Math.min(Math.abs(C) / c, _.apply(this, arguments)), b = w * (C < 0 ? -1 : 1), v;
180
+ for (o = 0; o < c; ++o)
181
+ (v = y[f[o] = o] = +t(e[o], o, e)) > 0 && (l += v);
182
+ for (i != null ? f.sort(function(N, S) {
183
+ return i(y[N], y[S]);
184
+ }) : n != null && f.sort(function(N, S) {
185
+ return n(e[N], e[S]);
186
+ }), o = 0, m = l ? (C - c * b) / l : 0; o < c; ++o, g = x)
187
+ h = f[o], v = y[h], x = g + (v > 0 ? v * m : 0) + b, y[h] = {
188
+ data: e[h],
189
+ index: o,
190
+ value: v,
191
+ startAngle: g,
192
+ endAngle: x,
193
+ padAngle: w
194
+ };
195
+ return y;
196
+ }
197
+ return r.value = function(e) {
198
+ return arguments.length ? (t = typeof e == "function" ? e : d(+e), r) : t;
199
+ }, r.sortValues = function(e) {
200
+ return arguments.length ? (i = e, n = null, r) : i;
201
+ }, r.sort = function(e) {
202
+ return arguments.length ? (n = e, i = null, r) : n;
203
+ }, r.startAngle = function(e) {
204
+ return arguments.length ? (s = typeof e == "function" ? e : d(+e), r) : s;
205
+ }, r.endAngle = function(e) {
206
+ return arguments.length ? (a = typeof e == "function" ? e : d(+e), r) : a;
207
+ }, r.padAngle = function(e) {
208
+ return arguments.length ? (_ = typeof e == "function" ? e : d(+e), r) : _;
209
+ }, r;
210
+ }
211
+ function q() {
212
+ }
213
+ function W(t, i, n) {
214
+ t._context.bezierCurveTo(
215
+ (2 * t._x0 + t._x1) / 3,
216
+ (2 * t._y0 + t._y1) / 3,
217
+ (t._x0 + 2 * t._x1) / 3,
218
+ (t._y0 + 2 * t._y1) / 3,
219
+ (t._x0 + 4 * t._x1 + i) / 6,
220
+ (t._y0 + 4 * t._y1 + n) / 6
221
+ );
222
+ }
223
+ function tt(t) {
224
+ this._context = t;
225
+ }
226
+ tt.prototype = {
227
+ areaStart: function() {
228
+ this._line = 0;
229
+ },
230
+ areaEnd: function() {
231
+ this._line = NaN;
232
+ },
233
+ lineStart: function() {
234
+ this._x0 = this._x1 = this._y0 = this._y1 = NaN, this._point = 0;
235
+ },
236
+ lineEnd: function() {
237
+ switch (this._point) {
238
+ case 3:
239
+ W(this, this._x1, this._y1);
240
+ // falls through
241
+ case 2:
242
+ this._context.lineTo(this._x1, this._y1);
243
+ break;
244
+ }
245
+ (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
246
+ },
247
+ point: function(t, i) {
248
+ switch (t = +t, i = +i, this._point) {
249
+ case 0:
250
+ this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
251
+ break;
252
+ case 1:
253
+ this._point = 2;
254
+ break;
255
+ case 2:
256
+ this._point = 3, this._context.lineTo((5 * this._x0 + this._x1) / 6, (5 * this._y0 + this._y1) / 6);
257
+ // falls through
258
+ default:
259
+ W(this, t, i);
260
+ break;
261
+ }
262
+ this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i;
263
+ }
264
+ };
265
+ function $t(t) {
266
+ return new tt(t);
267
+ }
268
+ function Nt(t) {
269
+ this._context = t;
270
+ }
271
+ Nt.prototype = {
272
+ areaStart: q,
273
+ areaEnd: q,
274
+ lineStart: function() {
275
+ this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = NaN, this._point = 0;
276
+ },
277
+ lineEnd: function() {
278
+ switch (this._point) {
279
+ case 1: {
280
+ this._context.moveTo(this._x2, this._y2), this._context.closePath();
281
+ break;
282
+ }
283
+ case 2: {
284
+ this._context.moveTo((this._x2 + 2 * this._x3) / 3, (this._y2 + 2 * this._y3) / 3), this._context.lineTo((this._x3 + 2 * this._x2) / 3, (this._y3 + 2 * this._y2) / 3), this._context.closePath();
285
+ break;
286
+ }
287
+ case 3: {
288
+ this.point(this._x2, this._y2), this.point(this._x3, this._y3), this.point(this._x4, this._y4);
289
+ break;
290
+ }
291
+ }
292
+ },
293
+ point: function(t, i) {
294
+ switch (t = +t, i = +i, this._point) {
295
+ case 0:
296
+ this._point = 1, this._x2 = t, this._y2 = i;
297
+ break;
298
+ case 1:
299
+ this._point = 2, this._x3 = t, this._y3 = i;
300
+ break;
301
+ case 2:
302
+ this._point = 3, this._x4 = t, this._y4 = i, this._context.moveTo((this._x0 + 4 * this._x1 + t) / 6, (this._y0 + 4 * this._y1 + i) / 6);
303
+ break;
304
+ default:
305
+ W(this, t, i);
306
+ break;
307
+ }
308
+ this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i;
309
+ }
310
+ };
311
+ function ti(t) {
312
+ return new Nt(t);
313
+ }
314
+ function St(t) {
315
+ this._context = t;
316
+ }
317
+ St.prototype = {
318
+ areaStart: function() {
319
+ this._line = 0;
320
+ },
321
+ areaEnd: function() {
322
+ this._line = NaN;
323
+ },
324
+ lineStart: function() {
325
+ this._x0 = this._x1 = this._y0 = this._y1 = NaN, this._point = 0;
326
+ },
327
+ lineEnd: function() {
328
+ (this._line || this._line !== 0 && this._point === 3) && this._context.closePath(), this._line = 1 - this._line;
329
+ },
330
+ point: function(t, i) {
331
+ switch (t = +t, i = +i, this._point) {
332
+ case 0:
333
+ this._point = 1;
334
+ break;
335
+ case 1:
336
+ this._point = 2;
337
+ break;
338
+ case 2:
339
+ this._point = 3;
340
+ var n = (this._x0 + 4 * this._x1 + t) / 6, s = (this._y0 + 4 * this._y1 + i) / 6;
341
+ this._line ? this._context.lineTo(n, s) : this._context.moveTo(n, s);
342
+ break;
343
+ case 3:
344
+ this._point = 4;
345
+ // falls through
346
+ default:
347
+ W(this, t, i);
348
+ break;
349
+ }
350
+ this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i;
351
+ }
352
+ };
353
+ function ii(t) {
354
+ return new St(t);
355
+ }
356
+ function Et(t, i) {
357
+ this._basis = new tt(t), this._beta = i;
358
+ }
359
+ Et.prototype = {
360
+ lineStart: function() {
361
+ this._x = [], this._y = [], this._basis.lineStart();
362
+ },
363
+ lineEnd: function() {
364
+ var t = this._x, i = this._y, n = t.length - 1;
365
+ if (n > 0)
366
+ for (var s = t[0], a = i[0], _ = t[n] - s, r = i[n] - a, e = -1, o; ++e <= n; )
367
+ o = e / n, this._basis.point(
368
+ this._beta * t[e] + (1 - this._beta) * (s + o * _),
369
+ this._beta * i[e] + (1 - this._beta) * (a + o * r)
370
+ );
371
+ this._x = this._y = null, this._basis.lineEnd();
372
+ },
373
+ point: function(t, i) {
374
+ this._x.push(+t), this._y.push(+i);
375
+ }
376
+ };
377
+ const ni = (function t(i) {
378
+ function n(s) {
379
+ return i === 1 ? new tt(s) : new Et(s, i);
380
+ }
381
+ return n.beta = function(s) {
382
+ return t(+s);
383
+ }, n;
384
+ })(0.85);
385
+ function Z(t, i, n) {
386
+ t._context.bezierCurveTo(
387
+ t._x1 + t._k * (t._x2 - t._x0),
388
+ t._y1 + t._k * (t._y2 - t._y0),
389
+ t._x2 + t._k * (t._x1 - i),
390
+ t._y2 + t._k * (t._y1 - n),
391
+ t._x2,
392
+ t._y2
393
+ );
394
+ }
395
+ function ct(t, i) {
396
+ this._context = t, this._k = (1 - i) / 6;
397
+ }
398
+ ct.prototype = {
399
+ areaStart: function() {
400
+ this._line = 0;
401
+ },
402
+ areaEnd: function() {
403
+ this._line = NaN;
404
+ },
405
+ lineStart: function() {
406
+ this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._point = 0;
407
+ },
408
+ lineEnd: function() {
409
+ switch (this._point) {
410
+ case 2:
411
+ this._context.lineTo(this._x2, this._y2);
412
+ break;
413
+ case 3:
414
+ Z(this, this._x1, this._y1);
415
+ break;
416
+ }
417
+ (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
418
+ },
419
+ point: function(t, i) {
420
+ switch (t = +t, i = +i, this._point) {
421
+ case 0:
422
+ this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
423
+ break;
424
+ case 1:
425
+ this._point = 2, this._x1 = t, this._y1 = i;
426
+ break;
427
+ case 2:
428
+ this._point = 3;
429
+ // falls through
430
+ default:
431
+ Z(this, t, i);
432
+ break;
433
+ }
434
+ this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
435
+ }
436
+ };
437
+ const si = (function t(i) {
438
+ function n(s) {
439
+ return new ct(s, i);
440
+ }
441
+ return n.tension = function(s) {
442
+ return t(+s);
443
+ }, n;
444
+ })(0);
445
+ function lt(t, i) {
446
+ this._context = t, this._k = (1 - i) / 6;
447
+ }
448
+ lt.prototype = {
449
+ areaStart: q,
450
+ areaEnd: q,
451
+ lineStart: function() {
452
+ this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._x5 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = this._y5 = NaN, this._point = 0;
453
+ },
454
+ lineEnd: function() {
455
+ switch (this._point) {
456
+ case 1: {
457
+ this._context.moveTo(this._x3, this._y3), this._context.closePath();
458
+ break;
459
+ }
460
+ case 2: {
461
+ this._context.lineTo(this._x3, this._y3), this._context.closePath();
462
+ break;
463
+ }
464
+ case 3: {
465
+ this.point(this._x3, this._y3), this.point(this._x4, this._y4), this.point(this._x5, this._y5);
466
+ break;
467
+ }
468
+ }
469
+ },
470
+ point: function(t, i) {
471
+ switch (t = +t, i = +i, this._point) {
472
+ case 0:
473
+ this._point = 1, this._x3 = t, this._y3 = i;
474
+ break;
475
+ case 1:
476
+ this._point = 2, this._context.moveTo(this._x4 = t, this._y4 = i);
477
+ break;
478
+ case 2:
479
+ this._point = 3, this._x5 = t, this._y5 = i;
480
+ break;
481
+ default:
482
+ Z(this, t, i);
483
+ break;
484
+ }
485
+ this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
486
+ }
487
+ };
488
+ const ei = (function t(i) {
489
+ function n(s) {
490
+ return new lt(s, i);
491
+ }
492
+ return n.tension = function(s) {
493
+ return t(+s);
494
+ }, n;
495
+ })(0);
496
+ function ut(t, i) {
497
+ this._context = t, this._k = (1 - i) / 6;
498
+ }
499
+ ut.prototype = {
500
+ areaStart: function() {
501
+ this._line = 0;
502
+ },
503
+ areaEnd: function() {
504
+ this._line = NaN;
505
+ },
506
+ lineStart: function() {
507
+ this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._point = 0;
508
+ },
509
+ lineEnd: function() {
510
+ (this._line || this._line !== 0 && this._point === 3) && this._context.closePath(), this._line = 1 - this._line;
511
+ },
512
+ point: function(t, i) {
513
+ switch (t = +t, i = +i, this._point) {
514
+ case 0:
515
+ this._point = 1;
516
+ break;
517
+ case 1:
518
+ this._point = 2;
519
+ break;
520
+ case 2:
521
+ this._point = 3, this._line ? this._context.lineTo(this._x2, this._y2) : this._context.moveTo(this._x2, this._y2);
522
+ break;
523
+ case 3:
524
+ this._point = 4;
525
+ // falls through
526
+ default:
527
+ Z(this, t, i);
528
+ break;
529
+ }
530
+ this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
531
+ }
532
+ };
533
+ const _i = (function t(i) {
534
+ function n(s) {
535
+ return new ut(s, i);
536
+ }
537
+ return n.tension = function(s) {
538
+ return t(+s);
539
+ }, n;
540
+ })(0);
541
+ function ft(t, i, n) {
542
+ var s = t._x1, a = t._y1, _ = t._x2, r = t._y2;
543
+ if (t._l01_a > T) {
544
+ var e = 2 * t._l01_2a + 3 * t._l01_a * t._l12_a + t._l12_2a, o = 3 * t._l01_a * (t._l01_a + t._l12_a);
545
+ s = (s * e - t._x0 * t._l12_2a + t._x2 * t._l01_2a) / o, a = (a * e - t._y0 * t._l12_2a + t._y2 * t._l01_2a) / o;
546
+ }
547
+ if (t._l23_a > T) {
548
+ var c = 2 * t._l23_2a + 3 * t._l23_a * t._l12_a + t._l12_2a, h = 3 * t._l23_a * (t._l23_a + t._l12_a);
549
+ _ = (_ * c + t._x1 * t._l23_2a - i * t._l12_2a) / h, r = (r * c + t._y1 * t._l23_2a - n * t._l12_2a) / h;
550
+ }
551
+ t._context.bezierCurveTo(s, a, _, r, t._x2, t._y2);
552
+ }
553
+ function At(t, i) {
554
+ this._context = t, this._alpha = i;
555
+ }
556
+ At.prototype = {
557
+ areaStart: function() {
558
+ this._line = 0;
559
+ },
560
+ areaEnd: function() {
561
+ this._line = NaN;
562
+ },
563
+ lineStart: function() {
564
+ this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
565
+ },
566
+ lineEnd: function() {
567
+ switch (this._point) {
568
+ case 2:
569
+ this._context.lineTo(this._x2, this._y2);
570
+ break;
571
+ case 3:
572
+ this.point(this._x2, this._y2);
573
+ break;
574
+ }
575
+ (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
576
+ },
577
+ point: function(t, i) {
578
+ if (t = +t, i = +i, this._point) {
579
+ var n = this._x2 - t, s = this._y2 - i;
580
+ this._l23_a = Math.sqrt(this._l23_2a = Math.pow(n * n + s * s, this._alpha));
581
+ }
582
+ switch (this._point) {
583
+ case 0:
584
+ this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
585
+ break;
586
+ case 1:
587
+ this._point = 2;
588
+ break;
589
+ case 2:
590
+ this._point = 3;
591
+ // falls through
592
+ default:
593
+ ft(this, t, i);
594
+ break;
595
+ }
596
+ this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
597
+ }
598
+ };
599
+ const hi = (function t(i) {
600
+ function n(s) {
601
+ return i ? new At(s, i) : new ct(s, 0);
602
+ }
603
+ return n.alpha = function(s) {
604
+ return t(+s);
605
+ }, n;
606
+ })(0.5);
607
+ function Ct(t, i) {
608
+ this._context = t, this._alpha = i;
609
+ }
610
+ Ct.prototype = {
611
+ areaStart: q,
612
+ areaEnd: q,
613
+ lineStart: function() {
614
+ this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._x5 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = this._y5 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
615
+ },
616
+ lineEnd: function() {
617
+ switch (this._point) {
618
+ case 1: {
619
+ this._context.moveTo(this._x3, this._y3), this._context.closePath();
620
+ break;
621
+ }
622
+ case 2: {
623
+ this._context.lineTo(this._x3, this._y3), this._context.closePath();
624
+ break;
625
+ }
626
+ case 3: {
627
+ this.point(this._x3, this._y3), this.point(this._x4, this._y4), this.point(this._x5, this._y5);
628
+ break;
629
+ }
630
+ }
631
+ },
632
+ point: function(t, i) {
633
+ if (t = +t, i = +i, this._point) {
634
+ var n = this._x2 - t, s = this._y2 - i;
635
+ this._l23_a = Math.sqrt(this._l23_2a = Math.pow(n * n + s * s, this._alpha));
636
+ }
637
+ switch (this._point) {
638
+ case 0:
639
+ this._point = 1, this._x3 = t, this._y3 = i;
640
+ break;
641
+ case 1:
642
+ this._point = 2, this._context.moveTo(this._x4 = t, this._y4 = i);
643
+ break;
644
+ case 2:
645
+ this._point = 3, this._x5 = t, this._y5 = i;
646
+ break;
647
+ default:
648
+ ft(this, t, i);
649
+ break;
650
+ }
651
+ this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
652
+ }
653
+ };
654
+ const oi = (function t(i) {
655
+ function n(s) {
656
+ return i ? new Ct(s, i) : new lt(s, 0);
657
+ }
658
+ return n.alpha = function(s) {
659
+ return t(+s);
660
+ }, n;
661
+ })(0.5);
662
+ function Mt(t, i) {
663
+ this._context = t, this._alpha = i;
664
+ }
665
+ Mt.prototype = {
666
+ areaStart: function() {
667
+ this._line = 0;
668
+ },
669
+ areaEnd: function() {
670
+ this._line = NaN;
671
+ },
672
+ lineStart: function() {
673
+ this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
674
+ },
675
+ lineEnd: function() {
676
+ (this._line || this._line !== 0 && this._point === 3) && this._context.closePath(), this._line = 1 - this._line;
677
+ },
678
+ point: function(t, i) {
679
+ if (t = +t, i = +i, this._point) {
680
+ var n = this._x2 - t, s = this._y2 - i;
681
+ this._l23_a = Math.sqrt(this._l23_2a = Math.pow(n * n + s * s, this._alpha));
682
+ }
683
+ switch (this._point) {
684
+ case 0:
685
+ this._point = 1;
686
+ break;
687
+ case 1:
688
+ this._point = 2;
689
+ break;
690
+ case 2:
691
+ this._point = 3, this._line ? this._context.lineTo(this._x2, this._y2) : this._context.moveTo(this._x2, this._y2);
692
+ break;
693
+ case 3:
694
+ this._point = 4;
695
+ // falls through
696
+ default:
697
+ ft(this, t, i);
698
+ break;
699
+ }
700
+ this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = t, this._y0 = this._y1, this._y1 = this._y2, this._y2 = i;
701
+ }
702
+ };
703
+ const ai = (function t(i) {
704
+ function n(s) {
705
+ return i ? new Mt(s, i) : new ut(s, 0);
706
+ }
707
+ return n.alpha = function(s) {
708
+ return t(+s);
709
+ }, n;
710
+ })(0.5);
711
+ function Pt(t) {
712
+ this._context = t;
713
+ }
714
+ Pt.prototype = {
715
+ areaStart: q,
716
+ areaEnd: q,
717
+ lineStart: function() {
718
+ this._point = 0;
719
+ },
720
+ lineEnd: function() {
721
+ this._point && this._context.closePath();
722
+ },
723
+ point: function(t, i) {
724
+ t = +t, i = +i, this._point ? this._context.lineTo(t, i) : (this._point = 1, this._context.moveTo(t, i));
725
+ }
726
+ };
727
+ function ri(t) {
728
+ return new Pt(t);
729
+ }
730
+ function mt(t) {
731
+ return t < 0 ? -1 : 1;
732
+ }
733
+ function gt(t, i, n) {
734
+ var s = t._x1 - t._x0, a = i - t._x1, _ = (t._y1 - t._y0) / (s || a < 0 && -0), r = (n - t._y1) / (a || s < 0 && -0), e = (_ * a + r * s) / (s + a);
735
+ return (mt(_) + mt(r)) * Math.min(Math.abs(_), Math.abs(r), 0.5 * Math.abs(e)) || 0;
736
+ }
737
+ function vt(t, i) {
738
+ var n = t._x1 - t._x0;
739
+ return n ? (3 * (t._y1 - t._y0) / n - i) / 2 : i;
740
+ }
741
+ function rt(t, i, n) {
742
+ var s = t._x0, a = t._y0, _ = t._x1, r = t._y1, e = (_ - s) / 3;
743
+ t._context.bezierCurveTo(s + e, a + e * i, _ - e, r - e * n, _, r);
744
+ }
745
+ function $(t) {
746
+ this._context = t;
747
+ }
748
+ $.prototype = {
749
+ areaStart: function() {
750
+ this._line = 0;
751
+ },
752
+ areaEnd: function() {
753
+ this._line = NaN;
754
+ },
755
+ lineStart: function() {
756
+ this._x0 = this._x1 = this._y0 = this._y1 = this._t0 = NaN, this._point = 0;
757
+ },
758
+ lineEnd: function() {
759
+ switch (this._point) {
760
+ case 2:
761
+ this._context.lineTo(this._x1, this._y1);
762
+ break;
763
+ case 3:
764
+ rt(this, this._t0, vt(this, this._t0));
765
+ break;
766
+ }
767
+ (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line = 1 - this._line;
768
+ },
769
+ point: function(t, i) {
770
+ var n = NaN;
771
+ if (t = +t, i = +i, !(t === this._x1 && i === this._y1)) {
772
+ switch (this._point) {
773
+ case 0:
774
+ this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
775
+ break;
776
+ case 1:
777
+ this._point = 2;
778
+ break;
779
+ case 2:
780
+ this._point = 3, rt(this, vt(this, n = gt(this, t, i)), n);
781
+ break;
782
+ default:
783
+ rt(this, this._t0, n = gt(this, t, i));
784
+ break;
785
+ }
786
+ this._x0 = this._x1, this._x1 = t, this._y0 = this._y1, this._y1 = i, this._t0 = n;
787
+ }
788
+ }
789
+ };
790
+ function Rt(t) {
791
+ this._context = new Bt(t);
792
+ }
793
+ (Rt.prototype = Object.create($.prototype)).point = function(t, i) {
794
+ $.prototype.point.call(this, i, t);
795
+ };
796
+ function Bt(t) {
797
+ this._context = t;
798
+ }
799
+ Bt.prototype = {
800
+ moveTo: function(t, i) {
801
+ this._context.moveTo(i, t);
802
+ },
803
+ closePath: function() {
804
+ this._context.closePath();
805
+ },
806
+ lineTo: function(t, i) {
807
+ this._context.lineTo(i, t);
808
+ },
809
+ bezierCurveTo: function(t, i, n, s, a, _) {
810
+ this._context.bezierCurveTo(i, t, s, n, _, a);
811
+ }
812
+ };
813
+ function ci(t) {
814
+ return new $(t);
815
+ }
816
+ function li(t) {
817
+ return new Rt(t);
818
+ }
819
+ function Ot(t) {
820
+ this._context = t;
821
+ }
822
+ Ot.prototype = {
823
+ areaStart: function() {
824
+ this._line = 0;
825
+ },
826
+ areaEnd: function() {
827
+ this._line = NaN;
828
+ },
829
+ lineStart: function() {
830
+ this._x = [], this._y = [];
831
+ },
832
+ lineEnd: function() {
833
+ var t = this._x, i = this._y, n = t.length;
834
+ if (n)
835
+ if (this._line ? this._context.lineTo(t[0], i[0]) : this._context.moveTo(t[0], i[0]), n === 2)
836
+ this._context.lineTo(t[1], i[1]);
837
+ else
838
+ for (var s = bt(t), a = bt(i), _ = 0, r = 1; r < n; ++_, ++r)
839
+ this._context.bezierCurveTo(s[0][_], a[0][_], s[1][_], a[1][_], t[r], i[r]);
840
+ (this._line || this._line !== 0 && n === 1) && this._context.closePath(), this._line = 1 - this._line, this._x = this._y = null;
841
+ },
842
+ point: function(t, i) {
843
+ this._x.push(+t), this._y.push(+i);
844
+ }
845
+ };
846
+ function bt(t) {
847
+ var i, n = t.length - 1, s, a = new Array(n), _ = new Array(n), r = new Array(n);
848
+ for (a[0] = 0, _[0] = 2, r[0] = t[0] + 2 * t[1], i = 1; i < n - 1; ++i) a[i] = 1, _[i] = 4, r[i] = 4 * t[i] + 2 * t[i + 1];
849
+ for (a[n - 1] = 2, _[n - 1] = 7, r[n - 1] = 8 * t[n - 1] + t[n], i = 1; i < n; ++i) s = a[i] / _[i - 1], _[i] -= s, r[i] -= s * r[i - 1];
850
+ for (a[n - 1] = r[n - 1] / _[n - 1], i = n - 2; i >= 0; --i) a[i] = (r[i] - a[i + 1]) / _[i];
851
+ for (_[n - 1] = (t[n] + a[n - 1]) / 2, i = 0; i < n - 1; ++i) _[i] = 2 * t[i + 1] - a[i + 1];
852
+ return [a, _];
853
+ }
854
+ function ui(t) {
855
+ return new Ot(t);
856
+ }
857
+ function it(t, i) {
858
+ this._context = t, this._t = i;
859
+ }
860
+ it.prototype = {
861
+ areaStart: function() {
862
+ this._line = 0;
863
+ },
864
+ areaEnd: function() {
865
+ this._line = NaN;
866
+ },
867
+ lineStart: function() {
868
+ this._x = this._y = NaN, this._point = 0;
869
+ },
870
+ lineEnd: function() {
871
+ 0 < this._t && this._t < 1 && this._point === 2 && this._context.lineTo(this._x, this._y), (this._line || this._line !== 0 && this._point === 1) && this._context.closePath(), this._line >= 0 && (this._t = 1 - this._t, this._line = 1 - this._line);
872
+ },
873
+ point: function(t, i) {
874
+ switch (t = +t, i = +i, this._point) {
875
+ case 0:
876
+ this._point = 1, this._line ? this._context.lineTo(t, i) : this._context.moveTo(t, i);
877
+ break;
878
+ case 1:
879
+ this._point = 2;
880
+ // falls through
881
+ default: {
882
+ if (this._t <= 0)
883
+ this._context.lineTo(this._x, i), this._context.lineTo(t, i);
884
+ else {
885
+ var n = this._x * (1 - this._t) + t * this._t;
886
+ this._context.lineTo(n, this._y), this._context.lineTo(n, i);
887
+ }
888
+ break;
889
+ }
890
+ }
891
+ this._x = t, this._y = i;
892
+ }
893
+ };
894
+ function fi(t) {
895
+ return new it(t, 0.5);
896
+ }
897
+ function pi(t) {
898
+ return new it(t, 0);
899
+ }
900
+ function xi(t) {
901
+ return new it(t, 1);
902
+ }
903
+ export {
904
+ xi as a,
905
+ ui as b,
906
+ fi as c,
907
+ ci as d,
908
+ ri as e,
909
+ Ft as f,
910
+ ai as g,
911
+ oi as h,
912
+ hi as i,
913
+ _i as j,
914
+ ei as k,
915
+ si as l,
916
+ li as m,
917
+ ni as n,
918
+ ii as o,
919
+ ti as p,
920
+ $t as q,
921
+ Wt as r,
922
+ pi as s,
923
+ Ut as t,
924
+ Zt as u
925
+ };