@nxgt/material-vue 0.3.1 → 0.4.0

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 (1282) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +706 -14
  3. package/dist/{camera-MRgEC7pl.js → camera-CdG1ORQy.js} +4 -4
  4. package/dist/{components-Cbdud8WI.js → components-CIfTQ-I3.js} +31389 -29138
  5. package/dist/components.js +5 -4
  6. package/dist/{use-localized-date-C8vHzgho.js → composables-C5LhV5Vi.js} +126 -46
  7. package/dist/composables.js +3 -70
  8. package/dist/{dnd-DxjI7Q-L.js → dnd-DJL4dR9c.js} +1 -1
  9. package/dist/dnd.js +1 -1
  10. package/dist/{i18n-DXZMN9FA.js → i18n-GAjGs1da.js} +86 -0
  11. package/dist/i18n.js +1 -1
  12. package/dist/lib/{lib/components → components}/index.d.ts +15 -0
  13. package/dist/lib/components/ui/anchor-heading/anchor-heading.vue.d.ts +20 -0
  14. package/dist/lib/components/ui/anchor-heading/index.d.ts +2 -0
  15. package/dist/lib/components/ui/api-endpoint/api-endpoint.vue.d.ts +20 -0
  16. package/dist/lib/components/ui/api-endpoint/index.d.ts +2 -0
  17. package/dist/lib/components/ui/api-operation/api-operation.vue.d.ts +24 -0
  18. package/dist/lib/components/ui/api-operation/index.d.ts +2 -0
  19. package/dist/lib/components/ui/cards/crew-card.vue.d.ts +21 -0
  20. package/dist/lib/components/ui/cards/feature-card.vue.d.ts +22 -0
  21. package/dist/lib/components/ui/cards/index.d.ts +16 -0
  22. package/dist/lib/components/ui/cards/media-card.vue.d.ts +21 -0
  23. package/dist/lib/components/ui/cards/overlay-card.vue.d.ts +22 -0
  24. package/dist/lib/components/ui/cards/pricing-card.vue.d.ts +25 -0
  25. package/dist/lib/components/ui/cards/profile-card.vue.d.ts +22 -0
  26. package/dist/lib/components/ui/cards/quote-card.vue.d.ts +20 -0
  27. package/dist/lib/components/ui/cards/spotlight-card.vue.d.ts +20 -0
  28. package/dist/lib/components/ui/code/code-group.vue.d.ts +17 -0
  29. package/dist/lib/{lib/components → components}/ui/code/index.d.ts +2 -0
  30. package/dist/lib/components/ui/contacts/consts.d.ts +8 -0
  31. package/dist/lib/components/ui/copy-button/copy-button.vue.d.ts +22 -0
  32. package/dist/lib/components/ui/doc/doc-context.d.ts +7 -0
  33. package/dist/lib/components/ui/doc/doc.keyboard.d.ts +20 -0
  34. package/dist/lib/components/ui/doc/doc.store.d.ts +2 -0
  35. package/dist/lib/components/ui/doc/doc.utils.d.ts +19 -0
  36. package/dist/lib/components/ui/doc/doc.vue.d.ts +37 -0
  37. package/dist/lib/components/ui/doc/index.d.ts +24 -0
  38. package/dist/lib/components/ui/doc/partials/doc-article.vue.d.ts +17 -0
  39. package/dist/lib/components/ui/doc/partials/doc-child-cards.vue.d.ts +6 -0
  40. package/dist/lib/components/ui/doc/partials/doc-copy-markdown.vue.d.ts +6 -0
  41. package/dist/lib/components/ui/doc/partials/doc-empty.vue.d.ts +25 -0
  42. package/dist/lib/components/ui/doc/partials/doc-header.vue.d.ts +31 -0
  43. package/dist/lib/components/ui/doc/partials/doc-link.vue.d.ts +18 -0
  44. package/dist/lib/components/ui/doc/partials/doc-nav-list.vue.d.ts +8 -0
  45. package/dist/lib/components/ui/doc/partials/doc-nav.vue.d.ts +7 -0
  46. package/dist/lib/components/ui/doc/partials/doc-page.vue.d.ts +27 -0
  47. package/dist/lib/components/ui/doc/partials/doc-pager.vue.d.ts +7 -0
  48. package/dist/lib/components/ui/doc/partials/doc-progress.vue.d.ts +5 -0
  49. package/dist/lib/components/ui/doc/partials/doc-search-hit.vue.d.ts +12 -0
  50. package/dist/lib/components/ui/doc/partials/doc-see-also.vue.d.ts +6 -0
  51. package/dist/lib/components/ui/doc/partials/doc-sidebar.vue.d.ts +17 -0
  52. package/dist/lib/components/ui/doc/partials/doc-toc.vue.d.ts +9 -0
  53. package/dist/lib/components/ui/doc/partials/doc-topbar.vue.d.ts +19 -0
  54. package/dist/lib/components/ui/doc/types.d.ts +37 -0
  55. package/dist/lib/components/ui/doc/use-doc.d.ts +29 -0
  56. package/dist/lib/{lib/components → components}/ui/feedback/index.d.ts +2 -0
  57. package/dist/lib/components/ui/feedback/scroll-progress.vue.d.ts +10 -0
  58. package/dist/lib/components/ui/figure/figure.vue.d.ts +18 -0
  59. package/dist/lib/components/ui/figure/index.d.ts +2 -0
  60. package/dist/lib/components/ui/hero/hero.vue.d.ts +22 -0
  61. package/dist/lib/components/ui/hero/index.d.ts +2 -0
  62. package/dist/lib/components/ui/highlight-text/highlight-text.vue.d.ts +10 -0
  63. package/dist/lib/components/ui/highlight-text/index.d.ts +2 -0
  64. package/dist/lib/{lib/components → components}/ui/list-tile/list-tile.vue.d.ts +2 -0
  65. package/dist/lib/components/ui/metrics/breakdown-card.vue.d.ts +14 -0
  66. package/dist/lib/components/ui/metrics/goal-card.vue.d.ts +11 -0
  67. package/dist/lib/components/ui/metrics/index.d.ts +10 -0
  68. package/dist/lib/components/ui/metrics/rank-card.vue.d.ts +15 -0
  69. package/dist/lib/components/ui/metrics/sparkline.vue.d.ts +7 -0
  70. package/dist/lib/components/ui/metrics/trend-card.vue.d.ts +13 -0
  71. package/dist/lib/components/ui/pager/index.d.ts +2 -0
  72. package/dist/lib/components/ui/pager/pager.vue.d.ts +21 -0
  73. package/dist/lib/components/ui/param-table/index.d.ts +2 -0
  74. package/dist/lib/components/ui/param-table/param-table.vue.d.ts +15 -0
  75. package/dist/lib/components/ui/pdf-viewer/partials/pdf-empty-state.vue.d.ts +6 -0
  76. package/dist/lib/components/ui/see-also/index.d.ts +2 -0
  77. package/dist/lib/components/ui/see-also/see-also.vue.d.ts +16 -0
  78. package/dist/lib/components/ui/skip-link/index.d.ts +2 -0
  79. package/dist/lib/components/ui/skip-link/skip-link.vue.d.ts +20 -0
  80. package/dist/lib/components/ui/steps/index.d.ts +4 -0
  81. package/dist/lib/components/ui/steps/steps-item.vue.d.ts +21 -0
  82. package/dist/lib/components/ui/steps/steps.vue.d.ts +17 -0
  83. package/dist/lib/components/ui/toc/index.d.ts +2 -0
  84. package/dist/lib/components/ui/toc/toc.vue.d.ts +24 -0
  85. package/dist/lib/{lib/composables → composables}/index.d.ts +1 -0
  86. package/dist/lib/composables/use-heading-spy.d.ts +7 -0
  87. package/dist/lib/{lib/i18n → i18n}/resources/en/index.d.ts +49 -0
  88. package/dist/lib/{lib/i18n → i18n}/resources/en/material.json.d.ts +49 -0
  89. package/dist/lib/{lib/i18n → i18n}/resources/fr/index.d.ts +49 -0
  90. package/dist/lib/{lib/i18n → i18n}/resources/fr/material.json.d.ts +49 -0
  91. package/dist/lib/{lib/i18n → i18n}/resources/index.d.ts +98 -0
  92. package/dist/lib/i18n/translator.d.ts +28 -0
  93. package/dist/lib/lib/string.utils.d.ts +15 -0
  94. package/dist/lib/lib/{lib/url.utils.d.ts → url.utils.d.ts} +2 -0
  95. package/dist/lib/nuxt/auto-imports.d.ts +4 -0
  96. package/dist/lib/nuxt/component-names.d.ts +1 -0
  97. package/dist/{lib-kSGjbZgz.js → lib-DZZQQdzj.js} +146 -119
  98. package/dist/lib.js +3 -3
  99. package/dist/main.js +9 -10
  100. package/dist/material-vue.css +1 -1
  101. package/dist/{pdf-outline-sidebar-h9_YREnD.js → pdf-outline-sidebar-BFM10kQu.js} +6 -6
  102. package/dist/{pdf-page-rGTgfSly.js → pdf-page-CFDu8jEg.js} +1 -1
  103. package/dist/{pdf-page-list-61J-y1Jy.js → pdf-page-list-BCkRBzwL.js} +16 -16
  104. package/dist/{pdf-reader-CtkJSAzA.js → pdf-reader-DAzFLZRZ.js} +6 -6
  105. package/dist/{pdf-sidebar-Qo-cHfYv.js → pdf-sidebar-DWxP5Pfz.js} +4 -4
  106. package/dist/{pdf-thumbnail-sidebar-CojlsV6q.js → pdf-thumbnail-sidebar-Bi7-B940.js} +17 -17
  107. package/dist/{pdf-toolbar-UbBVdrBX.js → pdf-toolbar-k0hsuz_X.js} +21 -21
  108. package/dist/{stx-player-Cl3bspwE.js → stx-player-CoAIB3KZ.js} +7 -7
  109. package/lib/nuxt/auto-imports.test.ts +14 -0
  110. package/lib/nuxt/auto-imports.ts +22 -0
  111. package/lib/nuxt/component-names.ts +42 -0
  112. package/lib/nuxt/module.ts +1 -20
  113. package/package.json +2 -1
  114. package/dist/lib/lib/components/ui/contacts/consts.d.ts +0 -8
  115. package/dist/lib/lib/components/ui/copy-button/copy-button.vue.d.ts +0 -12
  116. package/dist/lib/lib/i18n/translator.d.ts +0 -28
  117. package/dist/lib/lib/lib/string.utils.d.ts +0 -6
  118. package/dist/lib/lib/nuxt/component-names.d.ts +0 -1
  119. package/dist/lib/src/main.d.ts +0 -1
  120. package/dist/lib/{lib/components → components}/ui/accordion/Accordion.vue.d.ts +0 -0
  121. package/dist/lib/{lib/components → components}/ui/accordion/AccordionContent.vue.d.ts +0 -0
  122. package/dist/lib/{lib/components → components}/ui/accordion/AccordionItem.vue.d.ts +0 -0
  123. package/dist/lib/{lib/components → components}/ui/accordion/AccordionTrigger.vue.d.ts +0 -0
  124. package/dist/lib/{lib/components → components}/ui/accordion/index.d.ts +0 -0
  125. package/dist/lib/{lib/components → components}/ui/accordion-card/accordion-card.vue.d.ts +0 -0
  126. package/dist/lib/{lib/components → components}/ui/accordion-card/index.d.ts +0 -0
  127. package/dist/lib/{lib/components → components}/ui/action-card/action-card.vue.d.ts +0 -0
  128. package/dist/lib/{lib/components → components}/ui/action-card/index.d.ts +0 -0
  129. package/dist/lib/{lib/components → components}/ui/activity/activity.vue.d.ts +0 -0
  130. package/dist/lib/{lib/components → components}/ui/activity/index.d.ts +0 -0
  131. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialog.vue.d.ts +0 -0
  132. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogAction.vue.d.ts +0 -0
  133. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogCancel.vue.d.ts +0 -0
  134. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogContent.vue.d.ts +0 -0
  135. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogDescription.vue.d.ts +0 -0
  136. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogFooter.vue.d.ts +0 -0
  137. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogHeader.vue.d.ts +0 -0
  138. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogTitle.vue.d.ts +0 -0
  139. package/dist/lib/{lib/components → components}/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -0
  140. package/dist/lib/{lib/components → components}/ui/alert-dialog/index.d.ts +0 -0
  141. package/dist/lib/{lib/components → components}/ui/app-bar/bottom-app-bar.vue.d.ts +0 -0
  142. package/dist/lib/{lib/components → components}/ui/app-bar/index.d.ts +0 -0
  143. package/dist/lib/{lib/components → components}/ui/app-bar/top-app-bar.vue.d.ts +0 -0
  144. package/dist/lib/{lib/components → components}/ui/app-shell/activity-content.vue.d.ts +0 -0
  145. package/dist/lib/{lib/components → components}/ui/app-shell/activity-layout.vue.d.ts +0 -0
  146. package/dist/lib/{lib/components → components}/ui/app-shell/app-breadcrumb.vue.d.ts +0 -0
  147. package/dist/lib/{lib/components → components}/ui/app-shell/app-header.vue.d.ts +0 -0
  148. package/dist/lib/{lib/components → components}/ui/app-shell/app-shell.utils.d.ts +0 -0
  149. package/dist/lib/{lib/components → components}/ui/app-shell/app-sidebar.vue.d.ts +0 -0
  150. package/dist/lib/{lib/components → components}/ui/app-shell/index.d.ts +0 -0
  151. package/dist/lib/{lib/components → components}/ui/app-shell/types.d.ts +0 -0
  152. package/dist/lib/{lib/components → components}/ui/attributes/attribute-dialog.vue.d.ts +0 -0
  153. package/dist/lib/{lib/components → components}/ui/attributes/attribute-form.vue.d.ts +0 -0
  154. package/dist/lib/{lib/components → components}/ui/attributes/attribute-values-form.vue.d.ts +0 -0
  155. package/dist/lib/{lib/components → components}/ui/attributes/attributes-field.vue.d.ts +0 -0
  156. package/dist/lib/{lib/components → components}/ui/attributes/attributes-list.vue.d.ts +0 -0
  157. package/dist/lib/{lib/components → components}/ui/attributes/attributes.store.d.ts +0 -0
  158. package/dist/lib/{lib/components → components}/ui/attributes/consts.d.ts +0 -0
  159. package/dist/lib/{lib/components → components}/ui/attributes/form-schema.d.ts +0 -0
  160. package/dist/lib/{lib/components → components}/ui/attributes/index.d.ts +0 -0
  161. package/dist/lib/{lib/components → components}/ui/attributes/models.d.ts +0 -0
  162. package/dist/lib/{lib/components → components}/ui/attributes/partials/attribute-form-fields.vue.d.ts +0 -0
  163. package/dist/lib/{lib/components → components}/ui/attributes/partials/attribute-options-field.vue.d.ts +0 -0
  164. package/dist/lib/{lib/components → components}/ui/attributes/partials/attribute-value-form-field.vue.d.ts +0 -0
  165. package/dist/lib/{lib/components → components}/ui/attributes/utils.d.ts +0 -0
  166. package/dist/lib/{lib/components → components}/ui/autocomplete/autocomplete-keyboard.d.ts +0 -0
  167. package/dist/lib/{lib/components → components}/ui/autocomplete/autocomplete.vue.d.ts +0 -0
  168. package/dist/lib/{lib/components → components}/ui/autocomplete/filter-options.d.ts +0 -0
  169. package/dist/lib/{lib/components → components}/ui/autocomplete/index.d.ts +0 -0
  170. package/dist/lib/{lib/components → components}/ui/autocomplete/partials/autocomplete-box.vue.d.ts +0 -0
  171. package/dist/lib/{lib/components → components}/ui/autocomplete/partials/autocomplete-list.vue.d.ts +0 -0
  172. package/dist/lib/{lib/components → components}/ui/avatar/Avatar.vue.d.ts +0 -0
  173. package/dist/lib/{lib/components → components}/ui/avatar/AvatarFallback.vue.d.ts +0 -0
  174. package/dist/lib/{lib/components → components}/ui/avatar/AvatarImage.vue.d.ts +0 -0
  175. package/dist/lib/{lib/components → components}/ui/avatar/index.d.ts +0 -0
  176. package/dist/lib/{lib/components → components}/ui/avatar-group/avatar-group.utils.d.ts +0 -0
  177. package/dist/lib/{lib/components → components}/ui/avatar-group/avatar-group.vue.d.ts +0 -0
  178. package/dist/lib/{lib/components → components}/ui/avatar-group/index.d.ts +0 -0
  179. package/dist/lib/{lib/components → components}/ui/background/background.vue.d.ts +0 -0
  180. package/dist/lib/{lib/components → components}/ui/background/index.d.ts +0 -0
  181. package/dist/lib/{lib/components → components}/ui/badge/Badge.vue.d.ts +0 -0
  182. package/dist/lib/{lib/components → components}/ui/badge/index.d.ts +0 -0
  183. package/dist/lib/{lib/components → components}/ui/banner/banner.vue.d.ts +0 -0
  184. package/dist/lib/{lib/components → components}/ui/banner/index.d.ts +0 -0
  185. package/dist/lib/{lib/components → components}/ui/barecode/barecode-options.d.ts +0 -0
  186. package/dist/lib/{lib/components → components}/ui/barecode/barecode.vue.d.ts +0 -0
  187. package/dist/lib/{lib/components → components}/ui/barecode/index.d.ts +0 -0
  188. package/dist/lib/{lib/components → components}/ui/barecode/render-barcode.d.ts +0 -0
  189. package/dist/lib/{lib/components → components}/ui/breadcrumb/Breadcrumb.vue.d.ts +0 -0
  190. package/dist/lib/{lib/components → components}/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +0 -0
  191. package/dist/lib/{lib/components → components}/ui/breadcrumb/BreadcrumbItem.vue.d.ts +0 -0
  192. package/dist/lib/{lib/components → components}/ui/breadcrumb/BreadcrumbLink.vue.d.ts +0 -0
  193. package/dist/lib/{lib/components → components}/ui/breadcrumb/BreadcrumbList.vue.d.ts +0 -0
  194. package/dist/lib/{lib/components → components}/ui/breadcrumb/BreadcrumbPage.vue.d.ts +0 -0
  195. package/dist/lib/{lib/components → components}/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +0 -0
  196. package/dist/lib/{lib/components → components}/ui/breadcrumb/index.d.ts +0 -0
  197. package/dist/lib/{lib/components → components}/ui/button/Button.vue.d.ts +0 -0
  198. package/dist/lib/{lib/components → components}/ui/button/button.compound-variants.d.ts +0 -0
  199. package/dist/lib/{lib/components → components}/ui/button/button.variants.d.ts +0 -0
  200. package/dist/lib/{lib/components → components}/ui/button/index.d.ts +0 -0
  201. package/dist/lib/{lib/components → components}/ui/button-group/button-group.vue.d.ts +0 -0
  202. package/dist/lib/{lib/components → components}/ui/button-group/index.d.ts +0 -0
  203. package/dist/lib/{lib/components → components}/ui/calendar/Calendar.vue.d.ts +0 -0
  204. package/dist/lib/{lib/components → components}/ui/calendar/CalendarCell.vue.d.ts +0 -0
  205. package/dist/lib/{lib/components → components}/ui/calendar/CalendarCellTrigger.vue.d.ts +0 -0
  206. package/dist/lib/{lib/components → components}/ui/calendar/CalendarGrid.vue.d.ts +0 -0
  207. package/dist/lib/{lib/components → components}/ui/calendar/CalendarGridBody.vue.d.ts +0 -0
  208. package/dist/lib/{lib/components → components}/ui/calendar/CalendarGridHead.vue.d.ts +0 -0
  209. package/dist/lib/{lib/components → components}/ui/calendar/CalendarGridRow.vue.d.ts +0 -0
  210. package/dist/lib/{lib/components → components}/ui/calendar/CalendarHeadCell.vue.d.ts +0 -0
  211. package/dist/lib/{lib/components → components}/ui/calendar/CalendarHeader.vue.d.ts +0 -0
  212. package/dist/lib/{lib/components → components}/ui/calendar/CalendarHeading.vue.d.ts +0 -0
  213. package/dist/lib/{lib/components → components}/ui/calendar/CalendarNextButton.vue.d.ts +0 -0
  214. package/dist/lib/{lib/components → components}/ui/calendar/CalendarPrevButton.vue.d.ts +0 -0
  215. package/dist/lib/{lib/components → components}/ui/calendar/index.d.ts +0 -0
  216. package/dist/lib/{lib/components → components}/ui/camera/camera-content.vue.d.ts +0 -0
  217. package/dist/lib/{lib/components → components}/ui/camera/camera-context.d.ts +0 -0
  218. package/dist/lib/{lib/components → components}/ui/camera/camera-provider.vue.d.ts +0 -0
  219. package/dist/lib/{lib/components → components}/ui/camera/camera.store.d.ts +0 -0
  220. package/dist/lib/{lib/components → components}/ui/camera/camera.utils.d.ts +0 -0
  221. package/dist/lib/{lib/components → components}/ui/camera/camera.vue.d.ts +0 -0
  222. package/dist/lib/{lib/components → components}/ui/camera/capture-photo.d.ts +0 -0
  223. package/dist/lib/{lib/components → components}/ui/camera/consts.d.ts +0 -0
  224. package/dist/lib/{lib/components → components}/ui/camera/index.d.ts +0 -0
  225. package/dist/lib/{lib/components → components}/ui/camera/types.d.ts +0 -0
  226. package/dist/lib/{lib/components → components}/ui/camera/use-camera.d.ts +0 -0
  227. package/dist/lib/{lib/components → components}/ui/card/Card.vue.d.ts +0 -0
  228. package/dist/lib/{lib/components → components}/ui/card/CardAction.vue.d.ts +0 -0
  229. package/dist/lib/{lib/components → components}/ui/card/CardContent.vue.d.ts +0 -0
  230. package/dist/lib/{lib/components → components}/ui/card/CardDescription.vue.d.ts +0 -0
  231. package/dist/lib/{lib/components → components}/ui/card/CardFooter.vue.d.ts +0 -0
  232. package/dist/lib/{lib/components → components}/ui/card/CardHeader.vue.d.ts +0 -0
  233. package/dist/lib/{lib/components → components}/ui/card/CardTitle.vue.d.ts +0 -0
  234. package/dist/lib/{lib/components → components}/ui/card/index.d.ts +0 -0
  235. package/dist/lib/{lib/components → components}/ui/carousel/carousel-content.vue.d.ts +0 -0
  236. package/dist/lib/{lib/components → components}/ui/carousel/carousel-item.vue.d.ts +0 -0
  237. package/dist/lib/{lib/components → components}/ui/carousel/carousel-next.vue.d.ts +0 -0
  238. package/dist/lib/{lib/components → components}/ui/carousel/carousel-previous.vue.d.ts +0 -0
  239. package/dist/lib/{lib/components → components}/ui/carousel/carousel.vue.d.ts +0 -0
  240. package/dist/lib/{lib/components → components}/ui/carousel/index.d.ts +0 -0
  241. package/dist/lib/{lib/components → components}/ui/carousel/use-carousel.d.ts +0 -0
  242. package/dist/lib/{lib/components → components}/ui/charts/area-chart.vue.d.ts +0 -0
  243. package/dist/lib/{lib/components → components}/ui/charts/bar-chart.vue.d.ts +0 -0
  244. package/dist/lib/{lib/components → components}/ui/charts/build-cartesian-option.d.ts +0 -0
  245. package/dist/lib/{lib/components → components}/ui/charts/build-heatmap-option.d.ts +0 -0
  246. package/dist/lib/{lib/components → components}/ui/charts/build-polar-option.d.ts +0 -0
  247. package/dist/lib/{lib/components → components}/ui/charts/chart-canvas.vue.d.ts +0 -0
  248. package/dist/lib/{lib/components → components}/ui/charts/chart-container.vue.d.ts +0 -0
  249. package/dist/lib/{lib/components → components}/ui/charts/chart-frame.vue.d.ts +0 -0
  250. package/dist/lib/{lib/components → components}/ui/charts/chart-option.utils.d.ts +0 -0
  251. package/dist/lib/{lib/components → components}/ui/charts/chart-view.d.ts +0 -0
  252. package/dist/lib/{lib/components → components}/ui/charts/funnel-chart.vue.d.ts +0 -0
  253. package/dist/lib/{lib/components → components}/ui/charts/heatmap-chart.vue.d.ts +0 -0
  254. package/dist/lib/{lib/components → components}/ui/charts/index.d.ts +0 -0
  255. package/dist/lib/{lib/components → components}/ui/charts/line-chart.vue.d.ts +0 -0
  256. package/dist/lib/{lib/components → components}/ui/charts/pie-chart.vue.d.ts +0 -0
  257. package/dist/lib/{lib/components → components}/ui/charts/radar-chart.vue.d.ts +0 -0
  258. package/dist/lib/{lib/components → components}/ui/charts/register-echarts.d.ts +0 -0
  259. package/dist/lib/{lib/components → components}/ui/charts/resolve-chart-theme.d.ts +0 -0
  260. package/dist/lib/{lib/components → components}/ui/charts/scatter-chart.vue.d.ts +0 -0
  261. package/dist/lib/{lib/components → components}/ui/charts/stories-dark-theme.vue.d.ts +0 -0
  262. package/dist/lib/{lib/components → components}/ui/charts/types.d.ts +0 -0
  263. package/dist/lib/{lib/components → components}/ui/charts/use-chart-frame.d.ts +0 -0
  264. package/dist/lib/{lib/components → components}/ui/charts/use-chart-theme.d.ts +0 -0
  265. package/dist/lib/{lib/components → components}/ui/chat/chat-composer.store.d.ts +0 -0
  266. package/dist/lib/{lib/components → components}/ui/chat/chat-composer.vue.d.ts +0 -0
  267. package/dist/lib/{lib/components → components}/ui/chat/chat-conversation-item.vue.d.ts +0 -0
  268. package/dist/lib/{lib/components → components}/ui/chat/chat-copy-text.d.ts +0 -0
  269. package/dist/lib/{lib/components → components}/ui/chat/chat-markdown-inline.d.ts +0 -0
  270. package/dist/lib/{lib/components → components}/ui/chat/chat-markdown.utils.d.ts +0 -0
  271. package/dist/lib/{lib/components → components}/ui/chat/chat-markdown.vue.d.ts +0 -0
  272. package/dist/lib/{lib/components → components}/ui/chat/chat-message-list.store.d.ts +0 -0
  273. package/dist/lib/{lib/components → components}/ui/chat/chat-message-list.vue.d.ts +0 -0
  274. package/dist/lib/{lib/components → components}/ui/chat/chat-message-separator.vue.d.ts +0 -0
  275. package/dist/lib/{lib/components → components}/ui/chat/chat-message.variants.d.ts +0 -0
  276. package/dist/lib/{lib/components → components}/ui/chat/chat-message.vue.d.ts +0 -0
  277. package/dist/lib/{lib/components → components}/ui/chat/chat-reaction-group.vue.d.ts +0 -0
  278. package/dist/lib/{lib/components → components}/ui/chat/chat-thread.vue.d.ts +0 -0
  279. package/dist/lib/{lib/components → components}/ui/chat/chat-typing-indicator.vue.d.ts +0 -0
  280. package/dist/lib/{lib/components → components}/ui/chat/chat-unseen.d.ts +0 -0
  281. package/dist/lib/{lib/components → components}/ui/chat/index.d.ts +0 -0
  282. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-avatar.vue.d.ts +0 -0
  283. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-composer-attachment-chip.vue.d.ts +0 -0
  284. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-composer-attachment-list.vue.d.ts +0 -0
  285. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-composer-attachments.vue.d.ts +0 -0
  286. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-markdown-block.vue.d.ts +0 -0
  287. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-markdown-inline.vue.d.ts +0 -0
  288. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-message-empty.vue.d.ts +0 -0
  289. package/dist/lib/{lib/components → components}/ui/chat/partials/chat-message-meta.vue.d.ts +0 -0
  290. package/dist/lib/{lib/components → components}/ui/chat/stories-dark-theme.vue.d.ts +0 -0
  291. package/dist/lib/{lib/components → components}/ui/chat/types.d.ts +0 -0
  292. package/dist/lib/{lib/components → components}/ui/chat/use-chat-composer-attachments.d.ts +0 -0
  293. package/dist/lib/{lib/components → components}/ui/chat/use-chat-message-list.d.ts +0 -0
  294. package/dist/lib/{lib/components → components}/ui/check-card-field/check-card-field.vue.d.ts +0 -0
  295. package/dist/lib/{lib/components → components}/ui/check-card-field/index.d.ts +0 -0
  296. package/dist/lib/{lib/components → components}/ui/checkbox/Checkbox.vue.d.ts +0 -0
  297. package/dist/lib/{lib/components → components}/ui/checkbox/index.d.ts +0 -0
  298. package/dist/lib/{lib/components → components}/ui/checkbox-group/checkbox-group.vue.d.ts +0 -0
  299. package/dist/lib/{lib/components → components}/ui/checkbox-group/index.d.ts +0 -0
  300. package/dist/lib/{lib/components → components}/ui/chip/chip.vue.d.ts +0 -0
  301. package/dist/lib/{lib/components → components}/ui/chip/index.d.ts +0 -0
  302. package/dist/lib/{lib/components → components}/ui/code/code-block.vue.d.ts +0 -0
  303. package/dist/lib/{lib/components → components}/ui/code/code-diff.vue.d.ts +0 -0
  304. package/dist/lib/{lib/components → components}/ui/code/code-editor-chrome.vue.d.ts +0 -0
  305. package/dist/lib/{lib/components → components}/ui/code/code-editor.vue.d.ts +0 -0
  306. package/dist/lib/{lib/components → components}/ui/code/highlight.d.ts +0 -0
  307. package/dist/lib/{lib/components → components}/ui/code/json-node.vue.d.ts +0 -0
  308. package/dist/lib/{lib/components → components}/ui/code/json-viewer.vue.d.ts +0 -0
  309. package/dist/lib/{lib/components → components}/ui/code/languages.d.ts +0 -0
  310. package/dist/lib/{lib/components → components}/ui/code/monaco-diff-editor.vue.d.ts +0 -0
  311. package/dist/lib/{lib/components → components}/ui/code/monaco-editor.vue.d.ts +0 -0
  312. package/dist/lib/{lib/components → components}/ui/code/moonlight-monaco.d.ts +0 -0
  313. package/dist/lib/{lib/components → components}/ui/code/moonlight-style.d.ts +0 -0
  314. package/dist/lib/{lib/components → components}/ui/code/moonlight-tokens.d.ts +0 -0
  315. package/dist/lib/{lib/components → components}/ui/code/parse-json.d.ts +0 -0
  316. package/dist/lib/{lib/components → components}/ui/collapsible/Collapsible.vue.d.ts +0 -0
  317. package/dist/lib/{lib/components → components}/ui/collapsible/CollapsibleContent.vue.d.ts +0 -0
  318. package/dist/lib/{lib/components → components}/ui/collapsible/CollapsibleTrigger.vue.d.ts +0 -0
  319. package/dist/lib/{lib/components → components}/ui/collapsible/index.d.ts +0 -0
  320. package/dist/lib/{lib/components → components}/ui/color-field/color-field.vue.d.ts +0 -0
  321. package/dist/lib/{lib/components → components}/ui/color-field/index.d.ts +0 -0
  322. package/dist/lib/{lib/components → components}/ui/color-field/normalize-hex.d.ts +0 -0
  323. package/dist/lib/{lib/components → components}/ui/combobox-field/combobox-field.vue.d.ts +0 -0
  324. package/dist/lib/{lib/components → components}/ui/combobox-field/index.d.ts +0 -0
  325. package/dist/lib/{lib/components → components}/ui/command/Command.vue.d.ts +0 -0
  326. package/dist/lib/{lib/components → components}/ui/command/CommandDialog.vue.d.ts +0 -0
  327. package/dist/lib/{lib/components → components}/ui/command/CommandEmpty.vue.d.ts +0 -0
  328. package/dist/lib/{lib/components → components}/ui/command/CommandGroup.vue.d.ts +0 -0
  329. package/dist/lib/{lib/components → components}/ui/command/CommandInput.vue.d.ts +0 -0
  330. package/dist/lib/{lib/components → components}/ui/command/CommandItem.vue.d.ts +0 -0
  331. package/dist/lib/{lib/components → components}/ui/command/CommandList.vue.d.ts +0 -0
  332. package/dist/lib/{lib/components → components}/ui/command/CommandSeparator.vue.d.ts +0 -0
  333. package/dist/lib/{lib/components → components}/ui/command/CommandShortcut.vue.d.ts +0 -0
  334. package/dist/lib/{lib/components → components}/ui/command/index.d.ts +0 -0
  335. package/dist/lib/{lib/components → components}/ui/contacts/contact-dialog.vue.d.ts +0 -0
  336. package/dist/lib/{lib/components → components}/ui/contacts/contact-item.vue.d.ts +0 -0
  337. package/dist/lib/{lib/components → components}/ui/contacts/contacts.vue.d.ts +0 -0
  338. package/dist/lib/{lib/components → components}/ui/contacts/index.d.ts +0 -0
  339. package/dist/lib/{lib/components → components}/ui/contacts/models.d.ts +0 -0
  340. package/dist/lib/{lib/components → components}/ui/contacts/partials/contact-dialog-fields.vue.d.ts +0 -0
  341. package/dist/lib/{lib/components → components}/ui/contacts/utils.d.ts +0 -0
  342. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenu.vue.d.ts +0 -0
  343. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -0
  344. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuContent.vue.d.ts +0 -0
  345. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuGroup.vue.d.ts +0 -0
  346. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuItem.vue.d.ts +0 -0
  347. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuLabel.vue.d.ts +0 -0
  348. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuPortal.vue.d.ts +0 -0
  349. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -0
  350. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuRadioItem.vue.d.ts +0 -0
  351. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuSeparator.vue.d.ts +0 -0
  352. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuShortcut.vue.d.ts +0 -0
  353. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuSub.vue.d.ts +0 -0
  354. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuSubContent.vue.d.ts +0 -0
  355. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -0
  356. package/dist/lib/{lib/components → components}/ui/context-menu/ContextMenuTrigger.vue.d.ts +0 -0
  357. package/dist/lib/{lib/components → components}/ui/context-menu/index.d.ts +0 -0
  358. package/dist/lib/{lib/components → components}/ui/copy-button/copy-to-clipboard.d.ts +0 -0
  359. package/dist/lib/{lib/components → components}/ui/copy-button/index.d.ts +0 -0
  360. package/dist/lib/{lib/components → components}/ui/count-badge/count-badge.vue.d.ts +0 -0
  361. package/dist/lib/{lib/components → components}/ui/count-badge/format-count.d.ts +0 -0
  362. package/dist/lib/{lib/components → components}/ui/count-badge/index.d.ts +0 -0
  363. package/dist/lib/{lib/components → components}/ui/country-field/country-field.vue.d.ts +0 -0
  364. package/dist/lib/{lib/components → components}/ui/country-field/country-options.d.ts +0 -0
  365. package/dist/lib/{lib/components → components}/ui/country-field/index.d.ts +0 -0
  366. package/dist/lib/{lib/components → components}/ui/currency-field/currency-field.vue.d.ts +0 -0
  367. package/dist/lib/{lib/components → components}/ui/currency-field/index.d.ts +0 -0
  368. package/dist/lib/{lib/components → components}/ui/currency-field/parse-currency.d.ts +0 -0
  369. package/dist/lib/{lib/components → components}/ui/data-table/data-table-column-header.vue.d.ts +0 -0
  370. package/dist/lib/{lib/components → components}/ui/data-table/data-table-pagination.vue.d.ts +0 -0
  371. package/dist/lib/{lib/components → components}/ui/data-table/data-table-view-options.vue.d.ts +0 -0
  372. package/dist/lib/{lib/components → components}/ui/data-table/data-table.vue.d.ts +0 -0
  373. package/dist/lib/{lib/components → components}/ui/data-table/features.d.ts +0 -0
  374. package/dist/lib/{lib/components → components}/ui/data-table/hooks.d.ts +0 -0
  375. package/dist/lib/{lib/components → components}/ui/data-table/index.d.ts +0 -0
  376. package/dist/lib/{lib/components → components}/ui/data-table/partials/data-table-body.vue.d.ts +0 -0
  377. package/dist/lib/{lib/components → components}/ui/data-table/partials/data-table-delete-confirm.vue.d.ts +0 -0
  378. package/dist/lib/{lib/components → components}/ui/data-table/partials/data-table-empty.vue.d.ts +0 -0
  379. package/dist/lib/{lib/components → components}/ui/data-table/use-column-helpers.d.ts +0 -0
  380. package/dist/lib/{lib/components → components}/ui/data-table/use-delete-rows-handler.d.ts +0 -0
  381. package/dist/lib/{lib/components → components}/ui/date-field/date-field.vue.d.ts +0 -0
  382. package/dist/lib/{lib/components → components}/ui/date-field/index.d.ts +0 -0
  383. package/dist/lib/{lib/components → components}/ui/date-field/partials/date-field-content.vue.d.ts +0 -0
  384. package/dist/lib/{lib/components → components}/ui/date-field/partials/date-field-trigger.vue.d.ts +0 -0
  385. package/dist/lib/{lib/components → components}/ui/date-field/to-calendar-date.d.ts +0 -0
  386. package/dist/lib/{lib/components → components}/ui/date-range-field/date-range-field.vue.d.ts +0 -0
  387. package/dist/lib/{lib/components → components}/ui/date-range-field/index.d.ts +0 -0
  388. package/dist/lib/{lib/components → components}/ui/date-range-field/partials/date-range-calendar.vue.d.ts +0 -0
  389. package/dist/lib/{lib/components → components}/ui/date-range-field/partials/date-range-field-trigger.vue.d.ts +0 -0
  390. package/dist/lib/{lib/components → components}/ui/description/description.vue.d.ts +0 -0
  391. package/dist/lib/{lib/components → components}/ui/description/index.d.ts +0 -0
  392. package/dist/lib/{lib/components → components}/ui/dialog/Dialog.vue.d.ts +0 -0
  393. package/dist/lib/{lib/components → components}/ui/dialog/DialogClose.vue.d.ts +0 -0
  394. package/dist/lib/{lib/components → components}/ui/dialog/DialogContent.vue.d.ts +0 -0
  395. package/dist/lib/{lib/components → components}/ui/dialog/DialogDescription.vue.d.ts +0 -0
  396. package/dist/lib/{lib/components → components}/ui/dialog/DialogFooter.vue.d.ts +0 -0
  397. package/dist/lib/{lib/components → components}/ui/dialog/DialogHeader.vue.d.ts +0 -0
  398. package/dist/lib/{lib/components → components}/ui/dialog/DialogOverlay.vue.d.ts +0 -0
  399. package/dist/lib/{lib/components → components}/ui/dialog/DialogScrollContent.vue.d.ts +0 -0
  400. package/dist/lib/{lib/components → components}/ui/dialog/DialogTitle.vue.d.ts +0 -0
  401. package/dist/lib/{lib/components → components}/ui/dialog/DialogTrigger.vue.d.ts +0 -0
  402. package/dist/lib/{lib/components → components}/ui/dialog/index.d.ts +0 -0
  403. package/dist/lib/{lib/components → components}/ui/dnd/array-move.d.ts +0 -0
  404. package/dist/lib/{lib/components → components}/ui/dnd/collision.d.ts +0 -0
  405. package/dist/lib/{lib/components → components}/ui/dnd/compose-refs.d.ts +0 -0
  406. package/dist/lib/{lib/components → components}/ui/dnd/create-dnd-context.d.ts +0 -0
  407. package/dist/lib/{lib/components → components}/ui/dnd/css.d.ts +0 -0
  408. package/dist/lib/{lib/components → components}/ui/dnd/dnd-context.d.ts +0 -0
  409. package/dist/lib/{lib/components → components}/ui/dnd/dnd-item-context.d.ts +0 -0
  410. package/dist/lib/{lib/components → components}/ui/dnd/dnd-overlay.vue.d.ts +0 -0
  411. package/dist/lib/{lib/components → components}/ui/dnd/dnd-provider.vue.d.ts +0 -0
  412. package/dist/lib/{lib/components → components}/ui/dnd/dnd-runtime.d.ts +0 -0
  413. package/dist/lib/{lib/components → components}/ui/dnd/drag-handle.vue.d.ts +0 -0
  414. package/dist/lib/{lib/components → components}/ui/dnd/draggable-droppable.vue.d.ts +0 -0
  415. package/dist/lib/{lib/components → components}/ui/dnd/draggable.vue.d.ts +0 -0
  416. package/dist/lib/{lib/components → components}/ui/dnd/droppable.vue.d.ts +0 -0
  417. package/dist/lib/{lib/components → components}/ui/dnd/index.d.ts +0 -0
  418. package/dist/lib/{lib/components → components}/ui/dnd/insert-ids.d.ts +0 -0
  419. package/dist/lib/{lib/components → components}/ui/dnd/sortable-context.d.ts +0 -0
  420. package/dist/lib/{lib/components → components}/ui/dnd/sortable-provider.vue.d.ts +0 -0
  421. package/dist/lib/{lib/components → components}/ui/dnd/sortable.vue.d.ts +0 -0
  422. package/dist/lib/{lib/components → components}/ui/dnd/sorting-strategy.d.ts +0 -0
  423. package/dist/lib/{lib/components → components}/ui/dnd/types.d.ts +0 -0
  424. package/dist/lib/{lib/components → components}/ui/dnd/use-dnd-active-id.d.ts +0 -0
  425. package/dist/lib/{lib/components → components}/ui/dnd/use-draggable.d.ts +0 -0
  426. package/dist/lib/{lib/components → components}/ui/dnd/use-droppable.d.ts +0 -0
  427. package/dist/lib/{lib/components → components}/ui/dnd/use-sortable.d.ts +0 -0
  428. package/dist/lib/{lib/components/ui/education/quizzes/partials/quiz-body.vue.d.ts → components/ui/doc/partials/doc-search.vue.d.ts} +0 -0
  429. package/dist/lib/{lib/components/ui/galleries/partials/gallery-carousel.vue.d.ts → components/ui/doc/partials/doc-skip-link.vue.d.ts} +0 -0
  430. package/dist/lib/{lib/components → components}/ui/drawer/Drawer.vue.d.ts +0 -0
  431. package/dist/lib/{lib/components → components}/ui/drawer/DrawerClose.vue.d.ts +0 -0
  432. package/dist/lib/{lib/components → components}/ui/drawer/DrawerContent.vue.d.ts +0 -0
  433. package/dist/lib/{lib/components → components}/ui/drawer/DrawerDescription.vue.d.ts +0 -0
  434. package/dist/lib/{lib/components → components}/ui/drawer/DrawerFooter.vue.d.ts +0 -0
  435. package/dist/lib/{lib/components → components}/ui/drawer/DrawerHeader.vue.d.ts +0 -0
  436. package/dist/lib/{lib/components → components}/ui/drawer/DrawerOverlay.vue.d.ts +0 -0
  437. package/dist/lib/{lib/components → components}/ui/drawer/DrawerTitle.vue.d.ts +0 -0
  438. package/dist/lib/{lib/components → components}/ui/drawer/DrawerTrigger.vue.d.ts +0 -0
  439. package/dist/lib/{lib/components → components}/ui/drawer/index.d.ts +0 -0
  440. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenu.vue.d.ts +0 -0
  441. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -0
  442. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -0
  443. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -0
  444. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +0 -0
  445. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +0 -0
  446. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -0
  447. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -0
  448. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -0
  449. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -0
  450. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -0
  451. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -0
  452. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +0 -0
  453. package/dist/lib/{lib/components → components}/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -0
  454. package/dist/lib/{lib/components → components}/ui/dropdown-menu/index.d.ts +0 -0
  455. package/dist/lib/{lib/components → components}/ui/duration-field/duration-field.vue.d.ts +0 -0
  456. package/dist/lib/{lib/components → components}/ui/duration-field/index.d.ts +0 -0
  457. package/dist/lib/{lib/components → components}/ui/duration-field/parse-duration.d.ts +0 -0
  458. package/dist/lib/{lib/components → components}/ui/education/index.d.ts +0 -0
  459. package/dist/lib/{lib/components → components}/ui/education/questions/index.d.ts +0 -0
  460. package/dist/lib/{lib/components → components}/ui/education/questions/question-boolean.vue.d.ts +0 -0
  461. package/dist/lib/{lib/components → components}/ui/education/questions/question-card.vue.d.ts +0 -0
  462. package/dist/lib/{lib/components → components}/ui/education/questions/question-choice.vue.d.ts +0 -0
  463. package/dist/lib/{lib/components → components}/ui/education/questions/question-multi.vue.d.ts +0 -0
  464. package/dist/lib/{lib/components → components}/ui/education/questions/question-options.vue.d.ts +0 -0
  465. package/dist/lib/{lib/components → components}/ui/education/questions/question-text.vue.d.ts +0 -0
  466. package/dist/lib/{lib/components → components}/ui/education/questions/question.utils.d.ts +0 -0
  467. package/dist/lib/{lib/components → components}/ui/education/questions/types.d.ts +0 -0
  468. package/dist/lib/{lib/components → components}/ui/education/quizzes/index.d.ts +0 -0
  469. package/dist/lib/{lib/components/ui/education/quizzes/partials/quiz-nav.vue.d.ts → components/ui/education/quizzes/partials/quiz-body.vue.d.ts} +0 -0
  470. package/dist/lib/{lib/components → components}/ui/education/quizzes/partials/quiz-empty.vue.d.ts +0 -0
  471. package/dist/lib/{lib/components/ui/education/quizzes/partials/quiz-progress.vue.d.ts → components/ui/education/quizzes/partials/quiz-nav.vue.d.ts} +0 -0
  472. package/dist/lib/{lib/components/ui/education/quizzes/partials/quiz-results.vue.d.ts → components/ui/education/quizzes/partials/quiz-progress.vue.d.ts} +0 -0
  473. package/dist/lib/{lib/components/ui/event-calendar/partials/agenda-view.vue.d.ts → components/ui/education/quizzes/partials/quiz-results.vue.d.ts} +0 -0
  474. package/dist/lib/{lib/components → components}/ui/education/quizzes/quiz-context.d.ts +0 -0
  475. package/dist/lib/{lib/components → components}/ui/education/quizzes/quiz.store.d.ts +0 -0
  476. package/dist/lib/{lib/components → components}/ui/education/quizzes/quiz.utils.d.ts +0 -0
  477. package/dist/lib/{lib/components → components}/ui/education/quizzes/quiz.vue.d.ts +0 -0
  478. package/dist/lib/{lib/components → components}/ui/education/quizzes/types.d.ts +0 -0
  479. package/dist/lib/{lib/components → components}/ui/education/quizzes/use-quiz.d.ts +0 -0
  480. package/dist/lib/{lib/components → components}/ui/email-field/email-field.vue.d.ts +0 -0
  481. package/dist/lib/{lib/components → components}/ui/email-field/index.d.ts +0 -0
  482. package/dist/lib/{lib/components → components}/ui/email-field/is-email.d.ts +0 -0
  483. package/dist/lib/{lib/components → components}/ui/entity-header/entity-header.vue.d.ts +0 -0
  484. package/dist/lib/{lib/components → components}/ui/entity-header/index.d.ts +0 -0
  485. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar-context.d.ts +0 -0
  486. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar-events.utils.d.ts +0 -0
  487. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.container.d.ts +0 -0
  488. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.ids.d.ts +0 -0
  489. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.keyboard.d.ts +0 -0
  490. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.preview.d.ts +0 -0
  491. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.spans.d.ts +0 -0
  492. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.store.d.ts +0 -0
  493. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.utils.d.ts +0 -0
  494. package/dist/lib/{lib/components → components}/ui/event-calendar/event-calendar.vue.d.ts +1 -1
  495. package/dist/lib/{lib/components → components}/ui/event-calendar/index.d.ts +0 -0
  496. package/dist/lib/{lib/components/ui/event-calendar/partials/calendar-board.vue.d.ts → components/ui/event-calendar/partials/agenda-view.vue.d.ts} +0 -0
  497. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/all-day-lane.vue.d.ts +0 -0
  498. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/calendar-board-pane.vue.d.ts +0 -0
  499. package/dist/lib/{lib/components/ui/event-calendar/partials/calendar-date-picker.vue.d.ts → components/ui/event-calendar/partials/calendar-board.vue.d.ts} +0 -0
  500. package/dist/lib/{lib/components/ui/event-calendar/partials/calendar-now-line.vue.d.ts → components/ui/event-calendar/partials/calendar-date-picker.vue.d.ts} +0 -0
  501. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/calendar-event-chip.vue.d.ts +0 -0
  502. package/dist/lib/{lib/components/ui/event-calendar/partials/calendar-toolbar.vue.d.ts → components/ui/event-calendar/partials/calendar-now-line.vue.d.ts} +0 -0
  503. package/dist/lib/{lib/components/ui/event-calendar/partials/day-view.vue.d.ts → components/ui/event-calendar/partials/calendar-toolbar.vue.d.ts} +0 -0
  504. package/dist/lib/{lib/components/ui/event-calendar/partials/month-view.vue.d.ts → components/ui/event-calendar/partials/day-view.vue.d.ts} +0 -0
  505. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/event-color-swatches.vue.d.ts +0 -0
  506. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/event-preview.vue.d.ts +0 -0
  507. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/event-resize-handle.vue.d.ts +0 -0
  508. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/month-day-cell.vue.d.ts +0 -0
  509. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/month-day-dialog.vue.d.ts +0 -0
  510. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/month-more.vue.d.ts +0 -0
  511. package/dist/lib/{lib/components/ui/galleries/partials/gallery-chrome.vue.d.ts → components/ui/event-calendar/partials/month-view.vue.d.ts} +0 -0
  512. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/month-week-row.vue.d.ts +0 -0
  513. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/span-event.vue.d.ts +0 -0
  514. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/time-column.vue.d.ts +0 -0
  515. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/time-grid-event.vue.d.ts +0 -0
  516. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/time-grid.vue.d.ts +0 -0
  517. package/dist/lib/{lib/components → components}/ui/event-calendar/partials/week-view.vue.d.ts +0 -0
  518. package/dist/lib/{lib/components → components}/ui/event-calendar/types.d.ts +0 -0
  519. package/dist/lib/{lib/components → components}/ui/event-calendar/use-event-calendar.d.ts +0 -0
  520. package/dist/lib/{lib/components → components}/ui/event-calendar/use-month-create.d.ts +0 -0
  521. package/dist/lib/{lib/components → components}/ui/event-calendar/use-slot-create.d.ts +0 -0
  522. package/dist/lib/{lib/components → components}/ui/event-chip/event-chip.vue.d.ts +0 -0
  523. package/dist/lib/{lib/components → components}/ui/event-chip/index.d.ts +0 -0
  524. package/dist/lib/{lib/components → components}/ui/extended-label/extended-label.vue.d.ts +0 -0
  525. package/dist/lib/{lib/components → components}/ui/extended-label/index.d.ts +0 -0
  526. package/dist/lib/{lib/components → components}/ui/feedback/alert.vue.d.ts +0 -0
  527. package/dist/lib/{lib/components → components}/ui/feedback/circular-progress.vue.d.ts +0 -0
  528. package/dist/lib/{lib/components → components}/ui/feedback/confirm-dialog.vue.d.ts +0 -0
  529. package/dist/lib/{lib/components → components}/ui/feedback/confirmation-dialog.vue.d.ts +0 -0
  530. package/dist/lib/{lib/components → components}/ui/feedback/custom-alert-dialog.vue.d.ts +0 -0
  531. package/dist/lib/{lib/components → components}/ui/feedback/custom-dialog.vue.d.ts +0 -0
  532. package/dist/lib/{lib/components → components}/ui/feedback/empty-state.vue.d.ts +0 -0
  533. package/dist/lib/{lib/components → components}/ui/feedback/progress-field.vue.d.ts +0 -0
  534. package/dist/lib/{lib/components → components}/ui/feedback/spinner.compound-variants.d.ts +0 -0
  535. package/dist/lib/{lib/components → components}/ui/feedback/spinner.variants.d.ts +0 -0
  536. package/dist/lib/{lib/components → components}/ui/feedback/spinner.vue.d.ts +0 -0
  537. package/dist/lib/{lib/components → components}/ui/feedback/toast.d.ts +0 -0
  538. package/dist/lib/{lib/components → components}/ui/feedback/toast.vue.d.ts +0 -0
  539. package/dist/lib/{lib/components → components}/ui/feedback/toasts.d.ts +0 -0
  540. package/dist/lib/{lib/components → components}/ui/field/field.vue.d.ts +0 -0
  541. package/dist/lib/{lib/components → components}/ui/field/index.d.ts +0 -0
  542. package/dist/lib/{lib/components → components}/ui/field/resolve-field.d.ts +0 -0
  543. package/dist/lib/{lib/components → components}/ui/field/types.d.ts +0 -0
  544. package/dist/lib/{lib/components → components}/ui/file-list/file-list-field.vue.d.ts +0 -0
  545. package/dist/lib/{lib/components → components}/ui/file-list/file-list-s3-field.vue.d.ts +0 -0
  546. package/dist/lib/{lib/components → components}/ui/file-list/file-list.vue.d.ts +0 -0
  547. package/dist/lib/{lib/components → components}/ui/file-list/format-file-size.d.ts +0 -0
  548. package/dist/lib/{lib/components → components}/ui/file-list/index.d.ts +0 -0
  549. package/dist/lib/{lib/components → components}/ui/file-list/partials/file-list-dropzone.vue.d.ts +0 -0
  550. package/dist/lib/{lib/components → components}/ui/file-list/partials/file-list-field-row.vue.d.ts +0 -0
  551. package/dist/lib/{lib/components → components}/ui/file-list/partials/file-list-row.vue.d.ts +0 -0
  552. package/dist/lib/{lib/components → components}/ui/file-list/types.d.ts +0 -0
  553. package/dist/lib/{lib/components → components}/ui/filter/consts.d.ts +0 -0
  554. package/dist/lib/{lib/components → components}/ui/filter/filter-context.d.ts +0 -0
  555. package/dist/lib/{lib/components → components}/ui/filter/filter-field-map.utils.d.ts +0 -0
  556. package/dist/lib/{lib/components → components}/ui/filter/filter-persistence-main.utils.d.ts +0 -0
  557. package/dist/lib/{lib/components → components}/ui/filter/filter-persistence-presets.utils.d.ts +0 -0
  558. package/dist/lib/{lib/components → components}/ui/filter/filter-persistence-storage.utils.d.ts +0 -0
  559. package/dist/lib/{lib/components → components}/ui/filter/filter-persistence-url.utils.d.ts +0 -0
  560. package/dist/lib/{lib/components → components}/ui/filter/filter-persistence.utils.d.ts +0 -0
  561. package/dist/lib/{lib/components → components}/ui/filter/filter-preset.utils.d.ts +0 -0
  562. package/dist/lib/{lib/components → components}/ui/filter/filter-schema.utils.d.ts +0 -0
  563. package/dist/lib/{lib/components → components}/ui/filter/filter-validation.utils.d.ts +0 -0
  564. package/dist/lib/{lib/components → components}/ui/filter/filter-value.utils.d.ts +0 -0
  565. package/dist/lib/{lib/components → components}/ui/filter/filter.store-actions.d.ts +0 -0
  566. package/dist/lib/{lib/components → components}/ui/filter/filter.store.d.ts +0 -0
  567. package/dist/lib/{lib/components → components}/ui/filter/filter.stories-grouped.d.ts +0 -0
  568. package/dist/lib/{lib/components → components}/ui/filter/filter.stories-schema.d.ts +0 -0
  569. package/dist/lib/{lib/components → components}/ui/filter/filter.utils.d.ts +0 -0
  570. package/dist/lib/{lib/components → components}/ui/filter/filter.vue.d.ts +0 -0
  571. package/dist/lib/{lib/components → components}/ui/filter/index.d.ts +0 -0
  572. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-actions.vue.d.ts +0 -0
  573. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-chips.vue.d.ts +0 -0
  574. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-content.vue.d.ts +0 -0
  575. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-dialog.vue.d.ts +0 -0
  576. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-drawer.vue.d.ts +0 -0
  577. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-field-basic.vue.d.ts +0 -0
  578. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-field-choice.vue.d.ts +0 -0
  579. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-field-control.vue.d.ts +0 -0
  580. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-field-number-range.vue.d.ts +0 -0
  581. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-field-slider-range.vue.d.ts +0 -0
  582. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-field.vue.d.ts +0 -0
  583. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-group.vue.d.ts +0 -0
  584. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-groups.vue.d.ts +0 -0
  585. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-inline.vue.d.ts +0 -0
  586. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-popover.vue.d.ts +0 -0
  587. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-presets-save-dialog.vue.d.ts +0 -0
  588. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-presets.vue.d.ts +0 -0
  589. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-provider.vue.d.ts +0 -0
  590. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-sheet.vue.d.ts +0 -0
  591. package/dist/lib/{lib/components → components}/ui/filter/partials/filter-trigger.vue.d.ts +0 -0
  592. package/dist/lib/{lib/components → components}/ui/filter/types.d.ts +0 -0
  593. package/dist/lib/{lib/components → components}/ui/filter/use-filter-actions.d.ts +0 -0
  594. package/dist/lib/{lib/components → components}/ui/filter/use-filter-effects.d.ts +0 -0
  595. package/dist/lib/{lib/components → components}/ui/filter/use-filter-modal.d.ts +0 -0
  596. package/dist/lib/{lib/components → components}/ui/filter/use-filter.d.ts +0 -0
  597. package/dist/lib/{lib/components → components}/ui/forms/attribute-values-form-field-set.vue.d.ts +0 -0
  598. package/dist/lib/{lib/components → components}/ui/forms/attributes-form-field.vue.d.ts +0 -0
  599. package/dist/lib/{lib/components → components}/ui/forms/autocomplete-form-field.vue.d.ts +0 -0
  600. package/dist/lib/{lib/components → components}/ui/forms/check-card-form-field.vue.d.ts +0 -0
  601. package/dist/lib/{lib/components → components}/ui/forms/checkbox-group-form-field.vue.d.ts +0 -0
  602. package/dist/lib/{lib/components → components}/ui/forms/color-form-field.vue.d.ts +0 -0
  603. package/dist/lib/{lib/components → components}/ui/forms/combobox-form-field.vue.d.ts +0 -0
  604. package/dist/lib/{lib/components → components}/ui/forms/contacts-form-field.vue.d.ts +0 -0
  605. package/dist/lib/{lib/components → components}/ui/forms/country-form-field.vue.d.ts +0 -0
  606. package/dist/lib/{lib/components → components}/ui/forms/currency-form-field.vue.d.ts +0 -0
  607. package/dist/lib/{lib/components → components}/ui/forms/date-form-field.vue.d.ts +0 -0
  608. package/dist/lib/{lib/components → components}/ui/forms/date-range-form-field.vue.d.ts +0 -0
  609. package/dist/lib/{lib/components → components}/ui/forms/duration-form-field.vue.d.ts +0 -0
  610. package/dist/lib/{lib/components → components}/ui/forms/email-form-field.vue.d.ts +0 -0
  611. package/dist/lib/{lib/components → components}/ui/forms/file-list-form-field.vue.d.ts +0 -0
  612. package/dist/lib/{lib/components → components}/ui/forms/file-list-s3-form-field.vue.d.ts +0 -0
  613. package/dist/lib/{lib/components → components}/ui/forms/filter-form-field.vue.d.ts +0 -0
  614. package/dist/lib/{lib/components → components}/ui/forms/image-form-field.vue.d.ts +0 -0
  615. package/dist/lib/{lib/components → components}/ui/forms/image-s3-form-field.vue.d.ts +0 -0
  616. package/dist/lib/{lib/components → components}/ui/forms/index.d.ts +0 -0
  617. package/dist/lib/{lib/components → components}/ui/forms/input-group-form-field.vue.d.ts +0 -0
  618. package/dist/lib/{lib/components → components}/ui/forms/network-upload-form-field.vue.d.ts +0 -0
  619. package/dist/lib/{lib/components → components}/ui/forms/number-form-field.vue.d.ts +0 -0
  620. package/dist/lib/{lib/components → components}/ui/forms/opening-hours-form-field.vue.d.ts +0 -0
  621. package/dist/lib/{lib/components → components}/ui/forms/otp-form-field.vue.d.ts +0 -0
  622. package/dist/lib/{lib/components → components}/ui/forms/password-form-field.vue.d.ts +0 -0
  623. package/dist/lib/{lib/components → components}/ui/forms/percent-form-field.vue.d.ts +0 -0
  624. package/dist/lib/{lib/components → components}/ui/forms/phone-form-field.vue.d.ts +0 -0
  625. package/dist/lib/{lib/components → components}/ui/forms/postal-address-form-field.vue.d.ts +0 -0
  626. package/dist/lib/{lib/components → components}/ui/forms/radio-group-form-field.vue.d.ts +0 -0
  627. package/dist/lib/{lib/components → components}/ui/forms/rating-form-field.vue.d.ts +0 -0
  628. package/dist/lib/{lib/components → components}/ui/forms/rich-text-editor-form-field.vue.d.ts +0 -0
  629. package/dist/lib/{lib/components → components}/ui/forms/s3-upload-form-field.vue.d.ts +0 -0
  630. package/dist/lib/{lib/components → components}/ui/forms/search-form-field.vue.d.ts +0 -0
  631. package/dist/lib/{lib/components → components}/ui/forms/select-card-form-field.vue.d.ts +0 -0
  632. package/dist/lib/{lib/components → components}/ui/forms/select-chip-form-field.vue.d.ts +0 -0
  633. package/dist/lib/{lib/components → components}/ui/forms/select-form-field.vue.d.ts +0 -0
  634. package/dist/lib/{lib/components → components}/ui/forms/slider-form-field.vue.d.ts +0 -0
  635. package/dist/lib/{lib/components → components}/ui/forms/sortable-list-form-field.vue.d.ts +0 -0
  636. package/dist/lib/{lib/components → components}/ui/forms/switch-form-field.vue.d.ts +0 -0
  637. package/dist/lib/{lib/components → components}/ui/forms/text-form-field.vue.d.ts +0 -0
  638. package/dist/lib/{lib/components → components}/ui/forms/textarea-form-field.vue.d.ts +0 -0
  639. package/dist/lib/{lib/components → components}/ui/forms/time-form-field.vue.d.ts +0 -0
  640. package/dist/lib/{lib/components → components}/ui/forms/timezone-form-field.vue.d.ts +0 -0
  641. package/dist/lib/{lib/components → components}/ui/forms/transfer-list-form-field.vue.d.ts +0 -0
  642. package/dist/lib/{lib/components → components}/ui/forms/upload-form-field.vue.d.ts +0 -0
  643. package/dist/lib/{lib/components → components}/ui/forms/url-form-field.vue.d.ts +0 -0
  644. package/dist/lib/{lib/components → components}/ui/galleries/gallery-context.d.ts +0 -0
  645. package/dist/lib/{lib/components → components}/ui/galleries/gallery-download.d.ts +0 -0
  646. package/dist/lib/{lib/components → components}/ui/galleries/gallery-keyboard.d.ts +0 -0
  647. package/dist/lib/{lib/components → components}/ui/galleries/gallery.presets.d.ts +0 -0
  648. package/dist/lib/{lib/components → components}/ui/galleries/gallery.store.d.ts +0 -0
  649. package/dist/lib/{lib/components → components}/ui/galleries/gallery.utils.d.ts +0 -0
  650. package/dist/lib/{lib/components → components}/ui/galleries/gallery.vue.d.ts +0 -0
  651. package/dist/lib/{lib/components → components}/ui/galleries/index.d.ts +0 -0
  652. package/dist/lib/{lib/components → components}/ui/galleries/lightbox-gallery.vue.d.ts +0 -0
  653. package/dist/lib/{lib/components → components}/ui/galleries/mini-gallery.vue.d.ts +0 -0
  654. package/dist/lib/{lib/components/ui/galleries/partials/gallery-featured.vue.d.ts → components/ui/galleries/partials/gallery-carousel.vue.d.ts} +0 -0
  655. package/dist/lib/{lib/components/ui/galleries/partials/gallery-empty.vue.d.ts → components/ui/galleries/partials/gallery-chrome.vue.d.ts} +0 -0
  656. package/dist/lib/{lib/components/ui/galleries/partials/gallery-lightbox.vue.d.ts → components/ui/galleries/partials/gallery-empty.vue.d.ts} +0 -0
  657. package/dist/lib/{lib/components/ui/galleries/partials/gallery-grid.vue.d.ts → components/ui/galleries/partials/gallery-featured.vue.d.ts} +0 -0
  658. package/dist/lib/{lib/components/ui/galleries/partials/gallery-justified.vue.d.ts → components/ui/galleries/partials/gallery-grid.vue.d.ts} +0 -0
  659. package/dist/lib/{lib/components/ui/galleries/partials/gallery-masonry.vue.d.ts → components/ui/galleries/partials/gallery-justified.vue.d.ts} +0 -0
  660. package/dist/lib/{lib/components/ui/galleries/partials/gallery-selection-bar.vue.d.ts → components/ui/galleries/partials/gallery-lightbox.vue.d.ts} +0 -0
  661. package/dist/lib/{lib/components/ui/galleries/partials/gallery-strip.vue.d.ts → components/ui/galleries/partials/gallery-masonry.vue.d.ts} +0 -0
  662. package/dist/lib/{lib/components → components}/ui/galleries/partials/gallery-media.vue.d.ts +0 -0
  663. package/dist/lib/{lib/components/ui/kanban/partials/kanban-board.vue.d.ts → components/ui/galleries/partials/gallery-selection-bar.vue.d.ts} +0 -0
  664. package/dist/lib/{lib/components → components}/ui/galleries/partials/gallery-stage.vue.d.ts +0 -0
  665. package/dist/lib/{lib/components/ui/pdf-viewer/partials/pdf-empty-state.vue.d.ts → components/ui/galleries/partials/gallery-strip.vue.d.ts} +0 -0
  666. package/dist/lib/{lib/components → components}/ui/galleries/partials/gallery-tile.vue.d.ts +0 -0
  667. package/dist/lib/{lib/components → components}/ui/galleries/partials/gallery-trigger.vue.d.ts +0 -0
  668. package/dist/lib/{lib/components → components}/ui/galleries/types.d.ts +0 -0
  669. package/dist/lib/{lib/components → components}/ui/galleries/use-gallery.d.ts +0 -0
  670. package/dist/lib/{lib/components → components}/ui/helper-text/helper-text.vue.d.ts +0 -0
  671. package/dist/lib/{lib/components → components}/ui/helper-text/index.d.ts +0 -0
  672. package/dist/lib/{lib/components → components}/ui/hover-card/HoverCard.vue.d.ts +0 -0
  673. package/dist/lib/{lib/components → components}/ui/hover-card/HoverCardContent.vue.d.ts +0 -0
  674. package/dist/lib/{lib/components → components}/ui/hover-card/HoverCardTrigger.vue.d.ts +0 -0
  675. package/dist/lib/{lib/components → components}/ui/hover-card/index.d.ts +0 -0
  676. package/dist/lib/{lib/components → components}/ui/hydrate-loading/hydrate-loading.vue.d.ts +0 -0
  677. package/dist/lib/{lib/components → components}/ui/hydrate-loading/index.d.ts +0 -0
  678. package/dist/lib/{lib/components → components}/ui/icon/icon.vue.d.ts +0 -0
  679. package/dist/lib/{lib/components → components}/ui/icon/index.d.ts +0 -0
  680. package/dist/lib/{lib/components → components}/ui/icon-button/icon-button.compound-variants.d.ts +0 -0
  681. package/dist/lib/{lib/components → components}/ui/icon-button/icon-button.variants.d.ts +0 -0
  682. package/dist/lib/{lib/components → components}/ui/icon-button/icon-button.vue.d.ts +0 -0
  683. package/dist/lib/{lib/components → components}/ui/icon-button/index.d.ts +0 -0
  684. package/dist/lib/{lib/components → components}/ui/image-cropper/crop-image.d.ts +0 -0
  685. package/dist/lib/{lib/components → components}/ui/image-cropper/image-cropper-dialog.vue.d.ts +0 -0
  686. package/dist/lib/{lib/components → components}/ui/image-cropper/image-cropper.vue.d.ts +0 -0
  687. package/dist/lib/{lib/components → components}/ui/image-cropper/index.d.ts +0 -0
  688. package/dist/lib/{lib/components → components}/ui/image-cropper/partials/image-cropper-actions.vue.d.ts +0 -0
  689. package/dist/lib/{lib/components → components}/ui/image-cropper/partials/image-cropper-aspect.vue.d.ts +0 -0
  690. package/dist/lib/{lib/components → components}/ui/image-cropper/partials/image-cropper-canvas.vue.d.ts +0 -0
  691. package/dist/lib/{lib/components → components}/ui/image-cropper/types.d.ts +0 -0
  692. package/dist/lib/{lib/components → components}/ui/image-field/image-field.vue.d.ts +0 -0
  693. package/dist/lib/{lib/components → components}/ui/image-field/image-s3-field.vue.d.ts +0 -0
  694. package/dist/lib/{lib/components → components}/ui/image-field/index.d.ts +0 -0
  695. package/dist/lib/{lib/components → components}/ui/image-field/partials/image-field-actions.vue.d.ts +0 -0
  696. package/dist/lib/{lib/components → components}/ui/image-field/partials/image-field-preview.vue.d.ts +0 -0
  697. package/dist/lib/{lib/components → components}/ui/image-field/types.d.ts +0 -0
  698. package/dist/lib/{lib/components → components}/ui/inline-edit/index.d.ts +0 -0
  699. package/dist/lib/{lib/components → components}/ui/inline-edit/inline-edit.vue.d.ts +0 -0
  700. package/dist/lib/{lib/components → components}/ui/input/Input.vue.d.ts +0 -0
  701. package/dist/lib/{lib/components → components}/ui/input/index.d.ts +0 -0
  702. package/dist/lib/{lib/components → components}/ui/input-group/index.d.ts +0 -0
  703. package/dist/lib/{lib/components → components}/ui/input-group/input-group-addon.vue.d.ts +0 -0
  704. package/dist/lib/{lib/components → components}/ui/input-group/input-group-button.vue.d.ts +0 -0
  705. package/dist/lib/{lib/components → components}/ui/input-group/input-group-input.vue.d.ts +0 -0
  706. package/dist/lib/{lib/components → components}/ui/input-group/input-group-text.vue.d.ts +0 -0
  707. package/dist/lib/{lib/components → components}/ui/input-group/input-group-textarea.vue.d.ts +0 -0
  708. package/dist/lib/{lib/components → components}/ui/input-group/input-group.variants.d.ts +0 -0
  709. package/dist/lib/{lib/components → components}/ui/input-group/input-group.vue.d.ts +0 -0
  710. package/dist/lib/{lib/components → components}/ui/input-group-field/index.d.ts +0 -0
  711. package/dist/lib/{lib/components → components}/ui/input-group-field/input-group-field.vue.d.ts +0 -0
  712. package/dist/lib/{lib/components → components}/ui/input-otp/InputOTP.vue.d.ts +0 -0
  713. package/dist/lib/{lib/components → components}/ui/input-otp/InputOTPGroup.vue.d.ts +0 -0
  714. package/dist/lib/{lib/components → components}/ui/input-otp/InputOTPSeparator.vue.d.ts +0 -0
  715. package/dist/lib/{lib/components → components}/ui/input-otp/InputOTPSlot.vue.d.ts +0 -0
  716. package/dist/lib/{lib/components → components}/ui/input-otp/index.d.ts +0 -0
  717. package/dist/lib/{lib/components → components}/ui/kanban/index.d.ts +0 -0
  718. package/dist/lib/{lib/components → components}/ui/kanban/kanban-context.d.ts +0 -0
  719. package/dist/lib/{lib/components → components}/ui/kanban/kanban.keyboard.d.ts +0 -0
  720. package/dist/lib/{lib/components → components}/ui/kanban/kanban.store.d.ts +0 -0
  721. package/dist/lib/{lib/components → components}/ui/kanban/kanban.utils.d.ts +0 -0
  722. package/dist/lib/{lib/components → components}/ui/kanban/kanban.vue.d.ts +0 -0
  723. package/dist/lib/{lib/components/ui/notifications/partials/notifications-bell.vue.d.ts → components/ui/kanban/partials/kanban-board.vue.d.ts} +0 -0
  724. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-card-preview.vue.d.ts +0 -0
  725. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-card.vue.d.ts +0 -0
  726. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-column-header.vue.d.ts +0 -0
  727. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-column.vue.d.ts +0 -0
  728. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-composer.vue.d.ts +0 -0
  729. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-empty.vue.d.ts +0 -0
  730. package/dist/lib/{lib/components → components}/ui/kanban/partials/kanban-group.vue.d.ts +0 -0
  731. package/dist/lib/{lib/components → components}/ui/kanban/types.d.ts +0 -0
  732. package/dist/lib/{lib/components → components}/ui/kanban/use-kanban.d.ts +0 -0
  733. package/dist/lib/{lib/components → components}/ui/kbd/index.d.ts +0 -0
  734. package/dist/lib/{lib/components → components}/ui/kbd/kbd-shortcut.vue.d.ts +0 -0
  735. package/dist/lib/{lib/components → components}/ui/kbd/kbd.vue.d.ts +0 -0
  736. package/dist/lib/{lib/components → components}/ui/kbd/shortcut-glyph.d.ts +0 -0
  737. package/dist/lib/{lib/components → components}/ui/label/Label.vue.d.ts +0 -0
  738. package/dist/lib/{lib/components → components}/ui/label/index.d.ts +0 -0
  739. package/dist/lib/{lib/components → components}/ui/language-switcher/index.d.ts +0 -0
  740. package/dist/lib/{lib/components → components}/ui/language-switcher/language-switcher.vue.d.ts +0 -0
  741. package/dist/lib/{lib/components → components}/ui/layout/index.d.ts +0 -0
  742. package/dist/lib/{lib/components → components}/ui/layout/list-details-context.d.ts +0 -0
  743. package/dist/lib/{lib/components → components}/ui/layout/list-details-details.vue.d.ts +0 -0
  744. package/dist/lib/{lib/components → components}/ui/layout/list-details-layout.vue.d.ts +0 -0
  745. package/dist/lib/{lib/components → components}/ui/layout/list-details-list.vue.d.ts +0 -0
  746. package/dist/lib/{lib/components → components}/ui/layout/list-details-trigger.vue.d.ts +0 -0
  747. package/dist/lib/{lib/components → components}/ui/layout/pane-layout-content.vue.d.ts +0 -0
  748. package/dist/lib/{lib/components → components}/ui/layout/pane-layout-context.d.ts +0 -0
  749. package/dist/lib/{lib/components → components}/ui/layout/pane-layout-pane.vue.d.ts +0 -0
  750. package/dist/lib/{lib/components → components}/ui/layout/pane-layout-trigger.vue.d.ts +0 -0
  751. package/dist/lib/{lib/components → components}/ui/layout/pane-layout.vue.d.ts +0 -0
  752. package/dist/lib/{lib/components → components}/ui/layout/thread-layout.vue.d.ts +0 -0
  753. package/dist/lib/{lib/components → components}/ui/link-button/icon-link-button.vue.d.ts +0 -0
  754. package/dist/lib/{lib/components → components}/ui/link-button/index.d.ts +0 -0
  755. package/dist/lib/{lib/components → components}/ui/link-button/link-button.vue.d.ts +0 -0
  756. package/dist/lib/{lib/components → components}/ui/link-button/responsive-link-button.vue.d.ts +0 -0
  757. package/dist/lib/{lib/components → components}/ui/link-button/types.d.ts +0 -0
  758. package/dist/lib/{lib/components → components}/ui/list-tile/index.d.ts +0 -0
  759. package/dist/lib/{lib/components → components}/ui/load-more-button/index.d.ts +0 -0
  760. package/dist/lib/{lib/components → components}/ui/load-more-button/load-more-button.vue.d.ts +0 -0
  761. package/dist/lib/{lib/components → components}/ui/menubar/Menubar.vue.d.ts +0 -0
  762. package/dist/lib/{lib/components → components}/ui/menubar/MenubarCheckboxItem.vue.d.ts +0 -0
  763. package/dist/lib/{lib/components → components}/ui/menubar/MenubarContent.vue.d.ts +0 -0
  764. package/dist/lib/{lib/components → components}/ui/menubar/MenubarGroup.vue.d.ts +0 -0
  765. package/dist/lib/{lib/components → components}/ui/menubar/MenubarItem.vue.d.ts +0 -0
  766. package/dist/lib/{lib/components → components}/ui/menubar/MenubarLabel.vue.d.ts +0 -0
  767. package/dist/lib/{lib/components → components}/ui/menubar/MenubarMenu.vue.d.ts +0 -0
  768. package/dist/lib/{lib/components → components}/ui/menubar/MenubarRadioGroup.vue.d.ts +0 -0
  769. package/dist/lib/{lib/components → components}/ui/menubar/MenubarRadioItem.vue.d.ts +0 -0
  770. package/dist/lib/{lib/components → components}/ui/menubar/MenubarSeparator.vue.d.ts +0 -0
  771. package/dist/lib/{lib/components → components}/ui/menubar/MenubarShortcut.vue.d.ts +0 -0
  772. package/dist/lib/{lib/components → components}/ui/menubar/MenubarSub.vue.d.ts +0 -0
  773. package/dist/lib/{lib/components → components}/ui/menubar/MenubarSubContent.vue.d.ts +0 -0
  774. package/dist/lib/{lib/components → components}/ui/menubar/MenubarSubTrigger.vue.d.ts +0 -0
  775. package/dist/lib/{lib/components → components}/ui/menubar/MenubarTrigger.vue.d.ts +0 -0
  776. package/dist/lib/{lib/components → components}/ui/menubar/index.d.ts +0 -0
  777. package/dist/lib/{lib/components → components}/ui/native-select/NativeSelect.vue.d.ts +0 -0
  778. package/dist/lib/{lib/components → components}/ui/native-select/NativeSelectOptGroup.vue.d.ts +0 -0
  779. package/dist/lib/{lib/components → components}/ui/native-select/NativeSelectOption.vue.d.ts +0 -0
  780. package/dist/lib/{lib/components → components}/ui/native-select/index.d.ts +0 -0
  781. package/dist/lib/{lib/components → components}/ui/navigation-rail/index.d.ts +0 -0
  782. package/dist/lib/{lib/components → components}/ui/navigation-rail/navigation-rail.vue.d.ts +0 -0
  783. package/dist/lib/{lib/components → components}/ui/notifications/index.d.ts +0 -0
  784. package/dist/lib/{lib/components → components}/ui/notifications/notifications-context.d.ts +0 -0
  785. package/dist/lib/{lib/components → components}/ui/notifications/notifications.store.d.ts +0 -0
  786. package/dist/lib/{lib/components → components}/ui/notifications/notifications.utils.d.ts +0 -0
  787. package/dist/lib/{lib/components → components}/ui/notifications/notifications.vue.d.ts +0 -0
  788. package/dist/lib/{lib/components/ui/notifications/partials/notifications-categories.vue.d.ts → components/ui/notifications/partials/notifications-bell.vue.d.ts} +0 -0
  789. package/dist/lib/{lib/components/ui/notifications/partials/notifications-empty.vue.d.ts → components/ui/notifications/partials/notifications-categories.vue.d.ts} +0 -0
  790. package/dist/lib/{lib/components/ui/notifications/partials/notifications-list.vue.d.ts → components/ui/notifications/partials/notifications-empty.vue.d.ts} +0 -0
  791. package/dist/lib/{lib/components → components}/ui/notifications/partials/notifications-inbox.vue.d.ts +0 -0
  792. package/dist/lib/{lib/components → components}/ui/notifications/partials/notifications-item.vue.d.ts +0 -0
  793. package/dist/lib/{lib/components/ui/notifications/partials/notifications-toolbar.vue.d.ts → components/ui/notifications/partials/notifications-list.vue.d.ts} +0 -0
  794. package/dist/lib/{lib/components → components}/ui/notifications/partials/notifications-popover.vue.d.ts +0 -0
  795. package/dist/lib/{lib/components/ui/pdf-viewer/partials/pdf-loading-overlay.vue.d.ts → components/ui/notifications/partials/notifications-toolbar.vue.d.ts} +0 -0
  796. package/dist/lib/{lib/components → components}/ui/notifications/types.d.ts +0 -0
  797. package/dist/lib/{lib/components → components}/ui/notifications/use-notifications.d.ts +0 -0
  798. package/dist/lib/{lib/components → components}/ui/number-field/index.d.ts +0 -0
  799. package/dist/lib/{lib/components → components}/ui/number-field/number-field.vue.d.ts +0 -0
  800. package/dist/lib/{lib/components → components}/ui/number-field/parse-number.d.ts +0 -0
  801. package/dist/lib/{lib/components → components}/ui/opening-hours/consts.d.ts +0 -0
  802. package/dist/lib/{lib/components → components}/ui/opening-hours/index.d.ts +0 -0
  803. package/dist/lib/{lib/components → components}/ui/opening-hours/models.d.ts +0 -0
  804. package/dist/lib/{lib/components → components}/ui/opening-hours/opening-hours-dialog.vue.d.ts +0 -0
  805. package/dist/lib/{lib/components → components}/ui/opening-hours/opening-hours-item.vue.d.ts +0 -0
  806. package/dist/lib/{lib/components → components}/ui/opening-hours/opening-hours.vue.d.ts +0 -0
  807. package/dist/lib/{lib/components → components}/ui/opening-hours/partials/opening-hours-dialog-fields.vue.d.ts +0 -0
  808. package/dist/lib/{lib/components → components}/ui/opening-hours/time-string.d.ts +0 -0
  809. package/dist/lib/{lib/components → components}/ui/otp-field/index.d.ts +0 -0
  810. package/dist/lib/{lib/components → components}/ui/otp-field/otp-field.vue.d.ts +0 -0
  811. package/dist/lib/{lib/components → components}/ui/pagination/Pagination.vue.d.ts +0 -0
  812. package/dist/lib/{lib/components → components}/ui/pagination/PaginationContent.vue.d.ts +0 -0
  813. package/dist/lib/{lib/components → components}/ui/pagination/PaginationEllipsis.vue.d.ts +0 -0
  814. package/dist/lib/{lib/components → components}/ui/pagination/PaginationFirst.vue.d.ts +0 -0
  815. package/dist/lib/{lib/components → components}/ui/pagination/PaginationItem.vue.d.ts +0 -0
  816. package/dist/lib/{lib/components → components}/ui/pagination/PaginationLast.vue.d.ts +0 -0
  817. package/dist/lib/{lib/components → components}/ui/pagination/PaginationNext.vue.d.ts +0 -0
  818. package/dist/lib/{lib/components → components}/ui/pagination/PaginationPrevious.vue.d.ts +0 -0
  819. package/dist/lib/{lib/components → components}/ui/pagination/index.d.ts +0 -0
  820. package/dist/lib/{lib/components → components}/ui/password-field/index.d.ts +0 -0
  821. package/dist/lib/{lib/components → components}/ui/password-field/password-field.vue.d.ts +0 -0
  822. package/dist/lib/{lib/components → components}/ui/password-field/password-strength-meter.vue.d.ts +0 -0
  823. package/dist/lib/{lib/components → components}/ui/password-field/password-strength.d.ts +0 -0
  824. package/dist/lib/{lib/components → components}/ui/pdf-viewer/index.d.ts +0 -0
  825. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-error-state.vue.d.ts +0 -0
  826. package/dist/lib/{lib/components/ui/stx-player/partials/stx-player-overlays.vue.d.ts → components/ui/pdf-viewer/partials/pdf-loading-overlay.vue.d.ts} +0 -0
  827. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-outline-row.vue.d.ts +0 -0
  828. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-outline-sidebar.vue.d.ts +0 -0
  829. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-page-list.vue.d.ts +0 -0
  830. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-page.vue.d.ts +0 -0
  831. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-password-form.vue.d.ts +0 -0
  832. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-reader-body.vue.d.ts +0 -0
  833. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-sidebar.vue.d.ts +0 -0
  834. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-thumbnail-sidebar.vue.d.ts +0 -0
  835. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-toolbar-actions.vue.d.ts +0 -0
  836. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-toolbar-nav.vue.d.ts +0 -0
  837. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-toolbar-search.vue.d.ts +0 -0
  838. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-toolbar-zoom.vue.d.ts +0 -0
  839. package/dist/lib/{lib/components → components}/ui/pdf-viewer/partials/pdf-toolbar.vue.d.ts +0 -0
  840. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-download.d.ts +0 -0
  841. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-escape.d.ts +0 -0
  842. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-page-render.d.ts +0 -0
  843. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-reader-keyboard.d.ts +0 -0
  844. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-reader.store.d.ts +0 -0
  845. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-reader.vue.d.ts +0 -0
  846. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdf-search.d.ts +0 -0
  847. package/dist/lib/{lib/components → components}/ui/pdf-viewer/pdfjs.lazy.d.ts +0 -0
  848. package/dist/lib/{lib/components → components}/ui/pdf-viewer/types.d.ts +0 -0
  849. package/dist/lib/{lib/components → components}/ui/pdf-viewer/use-pdf-document.d.ts +0 -0
  850. package/dist/lib/{lib/components → components}/ui/pdf-viewer/use-pdf-reader.d.ts +0 -0
  851. package/dist/lib/{lib/components → components}/ui/pdf-viewer/use-pdf-search-hits.d.ts +0 -0
  852. package/dist/lib/{lib/components → components}/ui/percent-field/index.d.ts +0 -0
  853. package/dist/lib/{lib/components → components}/ui/percent-field/percent-field.vue.d.ts +0 -0
  854. package/dist/lib/{lib/components → components}/ui/phone-field/countries.d.ts +0 -0
  855. package/dist/lib/{lib/components → components}/ui/phone-field/index.d.ts +0 -0
  856. package/dist/lib/{lib/components → components}/ui/phone-field/parse-phone.d.ts +0 -0
  857. package/dist/lib/{lib/components → components}/ui/phone-field/phone-country-menu.vue.d.ts +0 -0
  858. package/dist/lib/{lib/components → components}/ui/phone-field/phone-field.vue.d.ts +0 -0
  859. package/dist/lib/{lib/components → components}/ui/popover/Popover.vue.d.ts +0 -0
  860. package/dist/lib/{lib/components → components}/ui/popover/PopoverAnchor.vue.d.ts +0 -0
  861. package/dist/lib/{lib/components → components}/ui/popover/PopoverContent.vue.d.ts +0 -0
  862. package/dist/lib/{lib/components → components}/ui/popover/PopoverTrigger.vue.d.ts +0 -0
  863. package/dist/lib/{lib/components → components}/ui/popover/index.d.ts +0 -0
  864. package/dist/lib/{lib/components → components}/ui/postal-address/index.d.ts +0 -0
  865. package/dist/lib/{lib/components → components}/ui/postal-address/models.d.ts +0 -0
  866. package/dist/lib/{lib/components → components}/ui/postal-address/partials/postal-address-dialog-fields.vue.d.ts +0 -0
  867. package/dist/lib/{lib/components → components}/ui/postal-address/postal-address-dialog.vue.d.ts +0 -0
  868. package/dist/lib/{lib/components → components}/ui/postal-address/postal-address.vue.d.ts +0 -0
  869. package/dist/lib/{lib/components → components}/ui/postal-address/utils.d.ts +0 -0
  870. package/dist/lib/{lib/components → components}/ui/print/components/print-badge.vue.d.ts +0 -0
  871. package/dist/lib/{lib/components → components}/ui/print/components/print-card-field.vue.d.ts +0 -0
  872. package/dist/lib/{lib/components → components}/ui/print/components/print-card.vue.d.ts +0 -0
  873. package/dist/lib/{lib/components → components}/ui/print/components/print-header.vue.d.ts +0 -0
  874. package/dist/lib/{lib/components → components}/ui/print/components/print-info-row.vue.d.ts +0 -0
  875. package/dist/lib/{lib/components → components}/ui/print/components/print-section.vue.d.ts +0 -0
  876. package/dist/lib/{lib/components → components}/ui/print/components/print-table-cell.vue.d.ts +0 -0
  877. package/dist/lib/{lib/components → components}/ui/print/components/print-table-header.vue.d.ts +0 -0
  878. package/dist/lib/{lib/components → components}/ui/print/components/print-table-row.vue.d.ts +0 -0
  879. package/dist/lib/{lib/components → components}/ui/print/components/print-table.vue.d.ts +0 -0
  880. package/dist/lib/{lib/components → components}/ui/print/components/print-total-row.vue.d.ts +0 -0
  881. package/dist/lib/{lib/components → components}/ui/print/components/print-totals.vue.d.ts +0 -0
  882. package/dist/lib/{lib/components → components}/ui/print/index.d.ts +0 -0
  883. package/dist/lib/{lib/components → components}/ui/print/styles.d.ts +0 -0
  884. package/dist/lib/{lib/components → components}/ui/print/tailwind.d.ts +0 -0
  885. package/dist/lib/{lib/components → components}/ui/print/utils.d.ts +0 -0
  886. package/dist/lib/{lib/components → components}/ui/progress/Progress.vue.d.ts +0 -0
  887. package/dist/lib/{lib/components → components}/ui/progress/index.d.ts +0 -0
  888. package/dist/lib/{lib/components → components}/ui/qrcode/index.d.ts +0 -0
  889. package/dist/lib/{lib/components → components}/ui/qrcode/qrcode.vue.d.ts +0 -0
  890. package/dist/lib/{lib/components → components}/ui/qrcode/render-qr.d.ts +0 -0
  891. package/dist/lib/{lib/components → components}/ui/radio-group/RadioGroup.vue.d.ts +0 -0
  892. package/dist/lib/{lib/components → components}/ui/radio-group/RadioGroupItem.vue.d.ts +0 -0
  893. package/dist/lib/{lib/components → components}/ui/radio-group/index.d.ts +0 -0
  894. package/dist/lib/{lib/components → components}/ui/radio-group-field/index.d.ts +0 -0
  895. package/dist/lib/{lib/components → components}/ui/radio-group-field/radio-group-field.vue.d.ts +0 -0
  896. package/dist/lib/{lib/components → components}/ui/rating-field/clamp-rating.d.ts +0 -0
  897. package/dist/lib/{lib/components → components}/ui/rating-field/index.d.ts +0 -0
  898. package/dist/lib/{lib/components → components}/ui/rating-field/rating-field.variants.d.ts +0 -0
  899. package/dist/lib/{lib/components → components}/ui/rating-field/rating-field.vue.d.ts +0 -0
  900. package/dist/lib/{lib/components → components}/ui/resizable/ResizableHandle.vue.d.ts +0 -0
  901. package/dist/lib/{lib/components → components}/ui/resizable/ResizablePanel.vue.d.ts +0 -0
  902. package/dist/lib/{lib/components → components}/ui/resizable/ResizablePanelGroup.vue.d.ts +0 -0
  903. package/dist/lib/{lib/components → components}/ui/resizable/index.d.ts +0 -0
  904. package/dist/lib/{lib/components → components}/ui/responsive-button/index.d.ts +0 -0
  905. package/dist/lib/{lib/components → components}/ui/responsive-button/responsive-button.vue.d.ts +0 -0
  906. package/dist/lib/{lib/components → components}/ui/responsive-grid/index.d.ts +0 -0
  907. package/dist/lib/{lib/components → components}/ui/responsive-grid/responsive-grid.vue.d.ts +0 -0
  908. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/bubble-menu/bubble-menu.vue.d.ts +0 -0
  909. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/bubble-menu/index.d.ts +0 -0
  910. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/code/editor-code-block.vue.d.ts +0 -0
  911. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/code/index.d.ts +0 -0
  912. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/code/lowlight.d.ts +0 -0
  913. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/color/color-picker-popover.vue.d.ts +0 -0
  914. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/color/editor-color-wrapper.vue.d.ts +0 -0
  915. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/color/index.d.ts +0 -0
  916. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/accordion/accordion-component.vue.d.ts +0 -0
  917. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/accordion/accordion-item-edit-form.vue.d.ts +0 -0
  918. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/accordion/const.d.ts +0 -0
  919. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/accordion/editor-accordion-wrapper.vue.d.ts +0 -0
  920. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/accordion/extension.d.ts +0 -0
  921. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/accordion/index.d.ts +0 -0
  922. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/action-card-component.vue.d.ts +0 -0
  923. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/action-card-item-edit-form.vue.d.ts +0 -0
  924. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/action-card-settings-form.vue.d.ts +0 -0
  925. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/const.d.ts +0 -0
  926. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/editor-action-card-wrapper.vue.d.ts +0 -0
  927. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/extension.d.ts +0 -0
  928. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/action-card/index.d.ts +0 -0
  929. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/callout/callout-component.vue.d.ts +0 -0
  930. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/callout/callout-edit-form.vue.d.ts +0 -0
  931. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/callout/callout-insert-menu.vue.d.ts +0 -0
  932. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/callout/const.d.ts +0 -0
  933. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/callout/extension.d.ts +0 -0
  934. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/callout/index.d.ts +0 -0
  935. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-edit-form.vue.d.ts +0 -0
  936. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-node-component.vue.d.ts +0 -0
  937. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/checkbox-group/const.d.ts +0 -0
  938. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/checkbox-group/editor-checkbox-group-wrapper.vue.d.ts +0 -0
  939. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/checkbox-group/extension.d.ts +0 -0
  940. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/checkbox-group/index.d.ts +0 -0
  941. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/gallery/const.d.ts +0 -0
  942. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/gallery/editor-gallery-wrapper.vue.d.ts +0 -0
  943. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/gallery/extension.d.ts +0 -0
  944. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/gallery/gallery-component.vue.d.ts +0 -0
  945. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/gallery/gallery-edit-form.vue.d.ts +0 -0
  946. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/gallery/index.d.ts +0 -0
  947. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/index.d.ts +0 -0
  948. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/radio-group/const.d.ts +0 -0
  949. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/radio-group/editor-radio-group-wrapper.vue.d.ts +0 -0
  950. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/radio-group/extension.d.ts +0 -0
  951. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/radio-group/index.d.ts +0 -0
  952. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/radio-group/radio-group-edit-form.vue.d.ts +0 -0
  953. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/radio-group/radio-group-node-component.vue.d.ts +0 -0
  954. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/const.d.ts +0 -0
  955. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/editor-select-card-wrapper.vue.d.ts +0 -0
  956. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/extension.d.ts +0 -0
  957. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/index.d.ts +0 -0
  958. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/select-card-item-edit-form.vue.d.ts +0 -0
  959. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/select-card-node-component.vue.d.ts +0 -0
  960. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/select-card-option.vue.d.ts +0 -0
  961. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-card/select-card-settings-form.vue.d.ts +0 -0
  962. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-chip/const.d.ts +0 -0
  963. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-chip/editor-select-chip-wrapper.vue.d.ts +0 -0
  964. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-chip/extension.d.ts +0 -0
  965. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-chip/index.d.ts +0 -0
  966. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-chip/select-chip-edit-form.vue.d.ts +0 -0
  967. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/select-chip/select-chip-node-component.vue.d.ts +0 -0
  968. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/shared/icon-options.d.ts +0 -0
  969. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/shared/index.d.ts +0 -0
  970. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/shared/insert-node-button.vue.d.ts +0 -0
  971. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/custom/shared/repeating-field-list.vue.d.ts +0 -0
  972. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/emoji/consts.d.ts +0 -0
  973. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/emoji/emoji-list.vue.d.ts +0 -0
  974. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/emoji/emoji-picker.vue.d.ts +0 -0
  975. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/emoji/index.d.ts +0 -0
  976. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/font-family/editor-font-family-wrapper.vue.d.ts +0 -0
  977. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/font-family/index.d.ts +0 -0
  978. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/heading/heading-wrapper.vue.d.ts +0 -0
  979. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/heading/index.d.ts +0 -0
  980. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/highlight/editor-highlight-wrapper.vue.d.ts +0 -0
  981. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/highlight/index.d.ts +0 -0
  982. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/image/editor-image-wrapper.vue.d.ts +0 -0
  983. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/image/index.d.ts +0 -0
  984. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/index.d.ts +0 -0
  985. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/link/editor-link-wrapper.vue.d.ts +0 -0
  986. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/link/index.d.ts +0 -0
  987. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/marks/editor-mark-buttons.vue.d.ts +0 -0
  988. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/marks/index.d.ts +0 -0
  989. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/mention/index.d.ts +0 -0
  990. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/mention/mention-list.vue.d.ts +0 -0
  991. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/mention/suggestions.d.ts +0 -0
  992. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/extension.d.ts +0 -0
  993. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/index.d.ts +0 -0
  994. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/slash-command-basic.d.ts +0 -0
  995. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/slash-command-insert.d.ts +0 -0
  996. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/slash-command-items.d.ts +0 -0
  997. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/slash-command-list.vue.d.ts +0 -0
  998. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/slash-command/slash-command-types.d.ts +0 -0
  999. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/table/editor-table-menu.vue.d.ts +0 -0
  1000. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/table/editor-table-wrapper.vue.d.ts +0 -0
  1001. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/table/index.d.ts +0 -0
  1002. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/table/table-cell.d.ts +0 -0
  1003. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/table/table-properties-form.vue.d.ts +0 -0
  1004. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/table/table.d.ts +0 -0
  1005. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/text-align/editor-text-align-wrapper.vue.d.ts +0 -0
  1006. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/text-align/index.d.ts +0 -0
  1007. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/youtube/editor-youtube-wrapper.vue.d.ts +0 -0
  1008. package/dist/lib/{lib/components → components}/ui/rich-text-editor/extensions/youtube/index.d.ts +0 -0
  1009. package/dist/lib/{lib/components → components}/ui/rich-text-editor/index.d.ts +0 -0
  1010. package/dist/lib/{lib/components → components}/ui/rich-text-editor/parse-json.d.ts +0 -0
  1011. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/node-edit-dialog.vue.d.ts +0 -0
  1012. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/rich-text-editor-shell.vue.d.ts +0 -0
  1013. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/rich-text-editor-toolbar.vue.d.ts +0 -0
  1014. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/rich-text-editor-wrapper.vue.d.ts +0 -0
  1015. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/toolbar-custom.vue.d.ts +0 -0
  1016. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/toolbar-insert.vue.d.ts +0 -0
  1017. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/toolbar-lists.vue.d.ts +0 -0
  1018. package/dist/lib/{lib/components → components}/ui/rich-text-editor/partials/url-prompt-dialog.vue.d.ts +0 -0
  1019. package/dist/lib/{lib/components → components}/ui/rich-text-editor/rich-text-editor.story-data.d.ts +0 -0
  1020. package/dist/lib/{lib/components → components}/ui/rich-text-editor/rich-text-editor.vue.d.ts +0 -0
  1021. package/dist/lib/{lib/components → components}/ui/rich-text-editor/types.d.ts +0 -0
  1022. package/dist/lib/{lib/components → components}/ui/rich-text-editor/use-editor-state.d.ts +0 -0
  1023. package/dist/lib/{lib/components → components}/ui/scroll-area/ScrollArea.vue.d.ts +0 -0
  1024. package/dist/lib/{lib/components → components}/ui/scroll-area/ScrollBar.vue.d.ts +0 -0
  1025. package/dist/lib/{lib/components → components}/ui/scroll-area/index.d.ts +0 -0
  1026. package/dist/lib/{lib/components → components}/ui/scroll-to-top/index.d.ts +0 -0
  1027. package/dist/lib/{lib/components → components}/ui/scroll-to-top/scroll-to-top.vue.d.ts +0 -0
  1028. package/dist/lib/{lib/components → components}/ui/search-field/debounce.d.ts +0 -0
  1029. package/dist/lib/{lib/components → components}/ui/search-field/index.d.ts +0 -0
  1030. package/dist/lib/{lib/components → components}/ui/search-field/search-field.vue.d.ts +0 -0
  1031. package/dist/lib/{lib/components → components}/ui/select/Select.vue.d.ts +0 -0
  1032. package/dist/lib/{lib/components → components}/ui/select/SelectContent.vue.d.ts +0 -0
  1033. package/dist/lib/{lib/components → components}/ui/select/SelectGroup.vue.d.ts +0 -0
  1034. package/dist/lib/{lib/components → components}/ui/select/SelectItem.vue.d.ts +0 -0
  1035. package/dist/lib/{lib/components → components}/ui/select/SelectItemText.vue.d.ts +0 -0
  1036. package/dist/lib/{lib/components → components}/ui/select/SelectLabel.vue.d.ts +0 -0
  1037. package/dist/lib/{lib/components → components}/ui/select/SelectScrollDownButton.vue.d.ts +0 -0
  1038. package/dist/lib/{lib/components → components}/ui/select/SelectScrollUpButton.vue.d.ts +0 -0
  1039. package/dist/lib/{lib/components → components}/ui/select/SelectSeparator.vue.d.ts +0 -0
  1040. package/dist/lib/{lib/components → components}/ui/select/SelectTrigger.vue.d.ts +0 -0
  1041. package/dist/lib/{lib/components → components}/ui/select/SelectValue.vue.d.ts +0 -0
  1042. package/dist/lib/{lib/components → components}/ui/select/index.d.ts +0 -0
  1043. package/dist/lib/{lib/components → components}/ui/select-card-field/index.d.ts +0 -0
  1044. package/dist/lib/{lib/components → components}/ui/select-card-field/select-card-field.vue.d.ts +0 -0
  1045. package/dist/lib/{lib/components → components}/ui/select-chip-field/index.d.ts +0 -0
  1046. package/dist/lib/{lib/components → components}/ui/select-chip-field/select-chip-field.vue.d.ts +0 -0
  1047. package/dist/lib/{lib/components → components}/ui/select-field/index.d.ts +0 -0
  1048. package/dist/lib/{lib/components → components}/ui/select-field/select-field.vue.d.ts +0 -0
  1049. package/dist/lib/{lib/components → components}/ui/separator/Separator.vue.d.ts +0 -0
  1050. package/dist/lib/{lib/components → components}/ui/separator/index.d.ts +0 -0
  1051. package/dist/lib/{lib/components → components}/ui/sheet/Sheet.vue.d.ts +0 -0
  1052. package/dist/lib/{lib/components → components}/ui/sheet/SheetClose.vue.d.ts +0 -0
  1053. package/dist/lib/{lib/components → components}/ui/sheet/SheetContent.vue.d.ts +0 -0
  1054. package/dist/lib/{lib/components → components}/ui/sheet/SheetDescription.vue.d.ts +0 -0
  1055. package/dist/lib/{lib/components → components}/ui/sheet/SheetFooter.vue.d.ts +0 -0
  1056. package/dist/lib/{lib/components → components}/ui/sheet/SheetHeader.vue.d.ts +0 -0
  1057. package/dist/lib/{lib/components → components}/ui/sheet/SheetOverlay.vue.d.ts +0 -0
  1058. package/dist/lib/{lib/components → components}/ui/sheet/SheetTitle.vue.d.ts +0 -0
  1059. package/dist/lib/{lib/components → components}/ui/sheet/SheetTrigger.vue.d.ts +0 -0
  1060. package/dist/lib/{lib/components → components}/ui/sheet/index.d.ts +0 -0
  1061. package/dist/lib/{lib/components → components}/ui/sidebar/index.d.ts +0 -0
  1062. package/dist/lib/{lib/components → components}/ui/sidebar/sidebar-content.vue.d.ts +0 -0
  1063. package/dist/lib/{lib/components → components}/ui/sidebar/sidebar-footer.vue.d.ts +0 -0
  1064. package/dist/lib/{lib/components → components}/ui/sidebar/sidebar-header.vue.d.ts +0 -0
  1065. package/dist/lib/{lib/components → components}/ui/sidebar/sidebar-menu-item.vue.d.ts +0 -0
  1066. package/dist/lib/{lib/components → components}/ui/sidebar/sidebar-menu-label.vue.d.ts +0 -0
  1067. package/dist/lib/{lib/components → components}/ui/sidebar/sidebar.vue.d.ts +0 -0
  1068. package/dist/lib/{lib/components → components}/ui/skeleton/Skeleton.vue.d.ts +0 -0
  1069. package/dist/lib/{lib/components → components}/ui/skeleton/index.d.ts +0 -0
  1070. package/dist/lib/{lib/components → components}/ui/skeleton/skeleton-avatar.vue.d.ts +0 -0
  1071. package/dist/lib/{lib/components → components}/ui/skeleton/skeleton-card.vue.d.ts +0 -0
  1072. package/dist/lib/{lib/components → components}/ui/skeleton/skeleton-table.vue.d.ts +0 -0
  1073. package/dist/lib/{lib/components → components}/ui/skeleton/skeleton-text.vue.d.ts +0 -0
  1074. package/dist/lib/{lib/components → components}/ui/slider/Slider.vue.d.ts +0 -0
  1075. package/dist/lib/{lib/components → components}/ui/slider/index.d.ts +0 -0
  1076. package/dist/lib/{lib/components → components}/ui/slider-field/index.d.ts +0 -0
  1077. package/dist/lib/{lib/components → components}/ui/slider-field/slider-field.vue.d.ts +0 -0
  1078. package/dist/lib/{lib/components → components}/ui/sonner/Sonner.vue.d.ts +0 -0
  1079. package/dist/lib/{lib/components → components}/ui/sonner/index.d.ts +0 -0
  1080. package/dist/lib/{lib/components → components}/ui/sortable-list/index.d.ts +0 -0
  1081. package/dist/lib/{lib/components → components}/ui/sortable-list/partials/sortable-list-dnd.vue.d.ts +0 -0
  1082. package/dist/lib/{lib/components → components}/ui/sortable-list/partials/sortable-list-empty.vue.d.ts +0 -0
  1083. package/dist/lib/{lib/components → components}/ui/sortable-list/partials/sortable-list-item.vue.d.ts +0 -0
  1084. package/dist/lib/{lib/components → components}/ui/sortable-list/partials/sortable-list-row.vue.d.ts +0 -0
  1085. package/dist/lib/{lib/components → components}/ui/sortable-list/sortable-list.keyboard.d.ts +0 -0
  1086. package/dist/lib/{lib/components → components}/ui/sortable-list/sortable-list.utils.d.ts +0 -0
  1087. package/dist/lib/{lib/components → components}/ui/sortable-list/sortable-list.vue.d.ts +0 -0
  1088. package/dist/lib/{lib/components → components}/ui/sortable-list/types.d.ts +0 -0
  1089. package/dist/lib/{lib/components → components}/ui/sortable-list/use-sortable-list.d.ts +0 -0
  1090. package/dist/lib/{lib/components → components}/ui/split-button/index.d.ts +0 -0
  1091. package/dist/lib/{lib/components → components}/ui/split-button/split-button.vue.d.ts +0 -0
  1092. package/dist/lib/{lib/components → components}/ui/stat-card/format-stat-delta.d.ts +0 -0
  1093. package/dist/lib/{lib/components → components}/ui/stat-card/index.d.ts +0 -0
  1094. package/dist/lib/{lib/components → components}/ui/stat-card/stat-card.vue.d.ts +0 -0
  1095. package/dist/lib/{lib/components → components}/ui/status-indicator/index.d.ts +0 -0
  1096. package/dist/lib/{lib/components → components}/ui/status-indicator/status-indicator.vue.d.ts +0 -0
  1097. package/dist/lib/{lib/components → components}/ui/stepper/index.d.ts +0 -0
  1098. package/dist/lib/{lib/components → components}/ui/stepper/step-state.d.ts +0 -0
  1099. package/dist/lib/{lib/components → components}/ui/stepper/stepper.vue.d.ts +0 -0
  1100. package/dist/lib/{lib/components → components}/ui/stx-player/consts.d.ts +0 -0
  1101. package/dist/lib/{lib/components → components}/ui/stx-player/format-time.d.ts +0 -0
  1102. package/dist/lib/{lib/components → components}/ui/stx-player/index.d.ts +2 -2
  1103. package/dist/lib/{lib/components → components}/ui/stx-player/partials/stx-player-artwork.vue.d.ts +0 -0
  1104. package/dist/lib/{lib/components → components}/ui/stx-player/partials/stx-player-captions-menu.vue.d.ts +0 -0
  1105. package/dist/lib/{lib/components → components}/ui/stx-player/partials/stx-player-frame.vue.d.ts +0 -0
  1106. package/dist/lib/{src/App.vue.d.ts → components/ui/stx-player/partials/stx-player-overlays.vue.d.ts} +0 -0
  1107. package/dist/lib/{lib/components → components}/ui/stx-player/partials/stx-player-rate-menu.vue.d.ts +0 -0
  1108. package/dist/lib/{lib/components → components}/ui/stx-player/partials/stx-player-seek-bar.vue.d.ts +0 -0
  1109. package/dist/lib/{lib/components → components}/ui/stx-player/partials/stx-player-volume.vue.d.ts +0 -0
  1110. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-context.d.ts +0 -0
  1111. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-controls.vue.d.ts +0 -0
  1112. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-extras.vue.d.ts +0 -0
  1113. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-keyboard.d.ts +0 -0
  1114. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-mini.vue.d.ts +0 -0
  1115. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-provider.vue.d.ts +0 -0
  1116. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-queue.vue.d.ts +0 -0
  1117. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player-viewport.vue.d.ts +0 -0
  1118. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player.store.d.ts +0 -0
  1119. package/dist/lib/{lib/components → components}/ui/stx-player/stx-player.vue.d.ts +1 -1
  1120. /package/dist/lib/{lib/components → components}/ui/stx-player/types.d.ts +0 -0
  1121. /package/dist/lib/{lib/components → components}/ui/stx-player/use-media-bindings.d.ts +0 -0
  1122. /package/dist/lib/{lib/components → components}/ui/stx-player/use-media-events.d.ts +0 -0
  1123. /package/dist/lib/{lib/components → components}/ui/stx-player/use-player-shell.d.ts +0 -0
  1124. /package/dist/lib/{lib/components → components}/ui/stx-player/use-stx-player.d.ts +0 -0
  1125. /package/dist/lib/{lib/components → components}/ui/summary-data/index.d.ts +0 -0
  1126. /package/dist/lib/{lib/components → components}/ui/summary-data/summary-data.vue.d.ts +0 -0
  1127. /package/dist/lib/{lib/components → components}/ui/switch/Switch.vue.d.ts +0 -0
  1128. /package/dist/lib/{lib/components → components}/ui/switch/index.d.ts +0 -0
  1129. /package/dist/lib/{lib/components → components}/ui/switch/switch-control.vue.d.ts +0 -0
  1130. /package/dist/lib/{lib/components → components}/ui/switch-field/index.d.ts +0 -0
  1131. /package/dist/lib/{lib/components → components}/ui/switch-field/switch-field.vue.d.ts +0 -0
  1132. /package/dist/lib/{lib/components → components}/ui/switcher/index.d.ts +0 -0
  1133. /package/dist/lib/{lib/components → components}/ui/switcher/switcher.vue.d.ts +0 -0
  1134. /package/dist/lib/{lib/components → components}/ui/table/Table.vue.d.ts +0 -0
  1135. /package/dist/lib/{lib/components → components}/ui/table/TableBody.vue.d.ts +0 -0
  1136. /package/dist/lib/{lib/components → components}/ui/table/TableCaption.vue.d.ts +0 -0
  1137. /package/dist/lib/{lib/components → components}/ui/table/TableCell.vue.d.ts +0 -0
  1138. /package/dist/lib/{lib/components → components}/ui/table/TableEmpty.vue.d.ts +0 -0
  1139. /package/dist/lib/{lib/components → components}/ui/table/TableFooter.vue.d.ts +0 -0
  1140. /package/dist/lib/{lib/components → components}/ui/table/TableHead.vue.d.ts +0 -0
  1141. /package/dist/lib/{lib/components → components}/ui/table/TableHeader.vue.d.ts +0 -0
  1142. /package/dist/lib/{lib/components → components}/ui/table/TableRow.vue.d.ts +0 -0
  1143. /package/dist/lib/{lib/components → components}/ui/table/index.d.ts +0 -0
  1144. /package/dist/lib/{lib/components → components}/ui/tabs/Tabs.vue.d.ts +0 -0
  1145. /package/dist/lib/{lib/components → components}/ui/tabs/TabsContent.vue.d.ts +0 -0
  1146. /package/dist/lib/{lib/components → components}/ui/tabs/TabsList.vue.d.ts +0 -0
  1147. /package/dist/lib/{lib/components → components}/ui/tabs/TabsTrigger.vue.d.ts +0 -0
  1148. /package/dist/lib/{lib/components → components}/ui/tabs/index.d.ts +0 -0
  1149. /package/dist/lib/{lib/components → components}/ui/text-field/index.d.ts +0 -0
  1150. /package/dist/lib/{lib/components → components}/ui/text-field/text-field.vue.d.ts +0 -0
  1151. /package/dist/lib/{lib/components → components}/ui/textarea/Textarea.vue.d.ts +0 -0
  1152. /package/dist/lib/{lib/components → components}/ui/textarea/index.d.ts +0 -0
  1153. /package/dist/lib/{lib/components → components}/ui/textarea-field/index.d.ts +0 -0
  1154. /package/dist/lib/{lib/components → components}/ui/textarea-field/textarea-field.vue.d.ts +0 -0
  1155. /package/dist/lib/{lib/components → components}/ui/theme-toggle/index.d.ts +0 -0
  1156. /package/dist/lib/{lib/components → components}/ui/theme-toggle/theme-toggle.vue.d.ts +0 -0
  1157. /package/dist/lib/{lib/components → components}/ui/time-field/index.d.ts +0 -0
  1158. /package/dist/lib/{lib/components → components}/ui/time-field/partials/time-field-trigger.vue.d.ts +0 -0
  1159. /package/dist/lib/{lib/components → components}/ui/time-field/time-field.vue.d.ts +0 -0
  1160. /package/dist/lib/{lib/components → components}/ui/time-picker/index.d.ts +0 -0
  1161. /package/dist/lib/{lib/components → components}/ui/time-picker/time-picker-utils.d.ts +0 -0
  1162. /package/dist/lib/{lib/components → components}/ui/time-picker/time-picker.vue.d.ts +0 -0
  1163. /package/dist/lib/{lib/components → components}/ui/timeline/format-relative-time.d.ts +0 -0
  1164. /package/dist/lib/{lib/components → components}/ui/timeline/index.d.ts +0 -0
  1165. /package/dist/lib/{lib/components → components}/ui/timeline/relative-time.vue.d.ts +0 -0
  1166. /package/dist/lib/{lib/components → components}/ui/timeline/timeline-item.vue.d.ts +0 -0
  1167. /package/dist/lib/{lib/components → components}/ui/timeline/timeline.vue.d.ts +0 -0
  1168. /package/dist/lib/{lib/components → components}/ui/timeline/types.d.ts +0 -0
  1169. /package/dist/lib/{lib/components → components}/ui/timezone-field/index.d.ts +0 -0
  1170. /package/dist/lib/{lib/components → components}/ui/timezone-field/timezone-field.vue.d.ts +0 -0
  1171. /package/dist/lib/{lib/components → components}/ui/timezone-field/timezones.d.ts +0 -0
  1172. /package/dist/lib/{lib/components → components}/ui/toggle/Toggle.vue.d.ts +0 -0
  1173. /package/dist/lib/{lib/components → components}/ui/toggle/index.d.ts +0 -0
  1174. /package/dist/lib/{lib/components → components}/ui/toggle-group/ToggleGroup.vue.d.ts +0 -0
  1175. /package/dist/lib/{lib/components → components}/ui/toggle-group/ToggleGroupItem.vue.d.ts +0 -0
  1176. /package/dist/lib/{lib/components → components}/ui/toggle-group/index.d.ts +0 -0
  1177. /package/dist/lib/{lib/components → components}/ui/tooltip/Tooltip.vue.d.ts +0 -0
  1178. /package/dist/lib/{lib/components → components}/ui/tooltip/TooltipContent.vue.d.ts +0 -0
  1179. /package/dist/lib/{lib/components → components}/ui/tooltip/TooltipProvider.vue.d.ts +0 -0
  1180. /package/dist/lib/{lib/components → components}/ui/tooltip/TooltipTrigger.vue.d.ts +0 -0
  1181. /package/dist/lib/{lib/components → components}/ui/tooltip/index.d.ts +0 -0
  1182. /package/dist/lib/{lib/components → components}/ui/transfer-list/index.d.ts +0 -0
  1183. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-actions.vue.d.ts +0 -0
  1184. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-board.vue.d.ts +0 -0
  1185. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-dnd.vue.d.ts +0 -0
  1186. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-droppable.vue.d.ts +0 -0
  1187. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-empty.vue.d.ts +0 -0
  1188. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-item-row.vue.d.ts +0 -0
  1189. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-item.vue.d.ts +0 -0
  1190. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-pane-body.vue.d.ts +0 -0
  1191. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-pane-header.vue.d.ts +0 -0
  1192. /package/dist/lib/{lib/components → components}/ui/transfer-list/partials/transfer-list-pane.vue.d.ts +0 -0
  1193. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list-context.d.ts +0 -0
  1194. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.dnd.d.ts +0 -0
  1195. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.keyboard.d.ts +0 -0
  1196. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.labels.d.ts +0 -0
  1197. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.store.d.ts +0 -0
  1198. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.stories.data.d.ts +0 -0
  1199. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.utils.d.ts +0 -0
  1200. /package/dist/lib/{lib/components → components}/ui/transfer-list/transfer-list.vue.d.ts +0 -0
  1201. /package/dist/lib/{lib/components → components}/ui/transfer-list/types.d.ts +0 -0
  1202. /package/dist/lib/{lib/components → components}/ui/transfer-list/use-transfer-list-board.d.ts +0 -0
  1203. /package/dist/lib/{lib/components → components}/ui/transfer-list/use-transfer-list.d.ts +0 -0
  1204. /package/dist/lib/{lib/components → components}/ui/tree/index.d.ts +0 -0
  1205. /package/dist/lib/{lib/components → components}/ui/tree/tree-item.vue.d.ts +0 -0
  1206. /package/dist/lib/{lib/components → components}/ui/tree/tree.utils.d.ts +0 -0
  1207. /package/dist/lib/{lib/components → components}/ui/tree/tree.vue.d.ts +0 -0
  1208. /package/dist/lib/{lib/components → components}/ui/tree/types.d.ts +0 -0
  1209. /package/dist/lib/{lib/components → components}/ui/tree/use-tree.d.ts +0 -0
  1210. /package/dist/lib/{lib/components → components}/ui/typography/index.d.ts +0 -0
  1211. /package/dist/lib/{lib/components → components}/ui/typography/typography.variants.d.ts +0 -0
  1212. /package/dist/lib/{lib/components → components}/ui/typography/typography.vue.d.ts +0 -0
  1213. /package/dist/lib/{lib/components → components}/ui/upload/index.d.ts +0 -0
  1214. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/__stories__/mock-upload.d.ts +0 -0
  1215. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/index.d.ts +0 -0
  1216. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/network-upload-field.store.d.ts +0 -0
  1217. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/network-upload-field.utils.d.ts +0 -0
  1218. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/network-upload-field.vue.d.ts +0 -0
  1219. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/network-upload-item.vue.d.ts +0 -0
  1220. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/partials/network-upload-dropzone.vue.d.ts +0 -0
  1221. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/partials/network-upload-item-actions.vue.d.ts +0 -0
  1222. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/partials/network-upload-item-preview.vue.d.ts +0 -0
  1223. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/types.d.ts +0 -0
  1224. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/use-file-drag-drop.d.ts +0 -0
  1225. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/use-image-preview.d.ts +0 -0
  1226. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/use-network-upload-field.d.ts +0 -0
  1227. /package/dist/lib/{lib/components → components}/ui/upload/network-upload-field/use-upload-items.d.ts +0 -0
  1228. /package/dist/lib/{lib/components → components}/ui/upload/s3-upload-field/index.d.ts +0 -0
  1229. /package/dist/lib/{lib/components → components}/ui/upload/s3-upload-field/s3-upload-field.utils.d.ts +0 -0
  1230. /package/dist/lib/{lib/components → components}/ui/upload/s3-upload-field/s3-upload-field.vue.d.ts +0 -0
  1231. /package/dist/lib/{lib/components → components}/ui/upload/s3-upload-field/types.d.ts +0 -0
  1232. /package/dist/lib/{lib/components → components}/ui/upload-field/index.d.ts +0 -0
  1233. /package/dist/lib/{lib/components → components}/ui/upload-field/upload-field.vue.d.ts +0 -0
  1234. /package/dist/lib/{lib/components → components}/ui/url-field/index.d.ts +0 -0
  1235. /package/dist/lib/{lib/components → components}/ui/url-field/parse-url.d.ts +0 -0
  1236. /package/dist/lib/{lib/components → components}/ui/url-field/url-field.vue.d.ts +0 -0
  1237. /package/dist/lib/{lib/components → components}/ui/video-player/index.d.ts +0 -0
  1238. /package/dist/lib/{lib/composables → composables}/resolve-theme.d.ts +0 -0
  1239. /package/dist/lib/{lib/composables → composables}/use-allowed-transitions.d.ts +0 -0
  1240. /package/dist/lib/{lib/composables → composables}/use-is-client.d.ts +0 -0
  1241. /package/dist/lib/{lib/composables → composables}/use-localized-date.d.ts +0 -0
  1242. /package/dist/lib/{lib/composables → composables}/use-mobile.d.ts +0 -0
  1243. /package/dist/lib/{lib/composables → composables}/use-navigation.d.ts +0 -0
  1244. /package/dist/lib/{lib/composables → composables}/use-number-formatter.d.ts +0 -0
  1245. /package/dist/lib/{lib/composables → composables}/use-options.d.ts +0 -0
  1246. /package/dist/lib/{lib/composables → composables}/use-search-param.d.ts +0 -0
  1247. /package/dist/lib/{lib/composables → composables}/use-theme.d.ts +0 -0
  1248. /package/dist/lib/{lib/dnd → dnd}/index.d.ts +0 -0
  1249. /package/dist/lib/{lib/i18n → i18n}/consts.d.ts +0 -0
  1250. /package/dist/lib/{lib/i18n → i18n}/i18n-provider.d.ts +0 -0
  1251. /package/dist/lib/{lib/i18n → i18n}/index.d.ts +0 -0
  1252. /package/dist/lib/{lib/i18n → i18n}/merge-resources.d.ts +0 -0
  1253. /package/dist/lib/{lib/i18n → i18n}/types.d.ts +0 -0
  1254. /package/dist/lib/{lib/i18n → i18n}/use-material-translation.d.ts +0 -0
  1255. /package/dist/lib/{lib/i18n → i18n}/use-typed-translation.d.ts +0 -0
  1256. /package/dist/lib/lib/{lib/array.utils.d.ts → array.utils.d.ts} +0 -0
  1257. /package/dist/lib/lib/{lib/build-field-options.d.ts → build-field-options.d.ts} +0 -0
  1258. /package/dist/lib/lib/{lib/client-only.utils.d.ts → client-only.utils.d.ts} +0 -0
  1259. /package/dist/lib/lib/{lib/date.utils.d.ts → date.utils.d.ts} +0 -0
  1260. /package/dist/lib/lib/{lib/format.utils.d.ts → format.utils.d.ts} +0 -0
  1261. /package/dist/lib/lib/{lib/index.d.ts → index.d.ts} +0 -0
  1262. /package/dist/lib/lib/{lib/number.utils.d.ts → number.utils.d.ts} +0 -0
  1263. /package/dist/lib/lib/{lib/object.utils.d.ts → object.utils.d.ts} +0 -0
  1264. /package/dist/lib/lib/{lib/pinia → pinia}/define-local-store.d.ts +0 -0
  1265. /package/dist/lib/lib/{lib/pinia → pinia}/filter-store.d.ts +0 -0
  1266. /package/dist/lib/lib/{lib/pinia → pinia}/index.d.ts +0 -0
  1267. /package/dist/lib/lib/{lib/pinia → pinia}/run-status.d.ts +0 -0
  1268. /package/dist/lib/lib/{lib/pinia → pinia}/status-store.d.ts +0 -0
  1269. /package/dist/lib/lib/{lib/pinia → pinia}/step-form-store.d.ts +0 -0
  1270. /package/dist/lib/lib/{lib/promise.utils.d.ts → promise.utils.d.ts} +0 -0
  1271. /package/dist/lib/lib/{lib/storage.utils.d.ts → storage.utils.d.ts} +0 -0
  1272. /package/dist/lib/lib/{lib/styles.utils.d.ts → styles.utils.d.ts} +0 -0
  1273. /package/dist/lib/lib/{lib/ui.utils.d.ts → ui.utils.d.ts} +0 -0
  1274. /package/dist/lib/lib/{lib/upload.utils.d.ts → upload.utils.d.ts} +0 -0
  1275. /package/dist/lib/lib/{lib/utils.d.ts → utils.d.ts} +0 -0
  1276. /package/dist/lib/lib/{lib/zod-error-map.d.ts → zod-error-map.d.ts} +0 -0
  1277. /package/dist/lib/{lib/main.d.ts → main.d.ts} +0 -0
  1278. /package/dist/lib/{lib/models → models}/index.d.ts +0 -0
  1279. /package/dist/lib/{lib/models → models}/status.d.ts +0 -0
  1280. /package/dist/lib/{lib/nuxt → nuxt}/module.d.ts +0 -0
  1281. /package/dist/lib/{lib/types → types}/functions.d.ts +0 -0
  1282. /package/dist/lib/{lib/types → types}/index.d.ts +0 -0
package/README.md CHANGED
@@ -1,17 +1,77 @@
1
1
  # @nxgt/material-vue
2
2
 
3
- Vue component library: primitives, form fields, layout shell, `DataTable`,
4
- drag-and-drop, i18n, and `Icon`. Tailwind CSS v4 + shadcn-vue (Reka UI).
3
+ Vue 3 component library: primitives, form fields, layout shell, `DataTable`,
4
+ drag-and-drop, i18n and `Icon`. Built on Tailwind CSS v4 and shadcn-vue
5
+ (Reka UI), with Pinia for widget state and vee-validate for forms.
5
6
 
6
- This package is the Vue mirror of [`@nxgt/material`](https://github.com/softistx/nxgt-material).
7
+ It is the Vue mirror of [`@nxgt/material`](https://www.npmjs.com/package/@nxgt/material)
8
+ (React). Component names match wherever both libraries ship the same thing;
9
+ the [catalogue](#components) lists the React equivalent for each entry.
7
10
 
8
- ## Styles
11
+ ## At a glance
12
+
13
+ - **380+ exported components in 169 catalogue entries**, grouped in 12
14
+ categories in the [catalogue](#components): from shadcn-vue primitives to
15
+ kanban, event calendar, charts, documentation pages, rich-text editor, PDF
16
+ reader and media player.
17
+ - **Form fields, standalone or vee-validate.** Each field works with `v-model`,
18
+ and most have a `*FormField` wrapper that binds to a vee-validate form by `name`.
19
+ See [Form fields](#form-fields).
20
+ - **Helpers**: `cn`, `clientOnly`, date, number and string utilities, Pinia
21
+ store factories (`defineLocalStore`, …) and composables (`useTheme`,
22
+ `useIsMobile`, …). See [Helpers](#helpers).
23
+ - **i18n built in**: `I18nProvider`, ICU messages, English and French strings
24
+ for every component, and a way to merge in your own resources.
25
+ - **Nuxt module**: auto-imports components and composables, and installs Pinia.
26
+ - **SSR-safe barrels**: browser-only widgets (PDF, Monaco, webcam, player) are
27
+ lazy and client-only.
28
+
29
+ ## Contents
30
+
31
+ - [Install](#install)
32
+ - [Setup](#setup): styles, Pinia and router, icons, Nuxt
33
+ - [Subpaths](#subpaths)
34
+ - [Usage](#usage)
35
+ - [Components](#components)
36
+ - [Helpers](#helpers)
37
+ - [SSR](#ssr)
38
+ - [Traps](#traps)
39
+ - [Development](#development)
40
+ - [License](#license)
41
+
42
+ ## Install
43
+
44
+ ```bash
45
+ bun add @nxgt/material-vue
46
+ bun add vue vue-router pinia vee-validate @tanstack/vue-table @vueuse/core
47
+ ```
48
+
49
+ The package is public on npmjs, so no token is needed. The **peers are
50
+ required**: the app must resolve a single copy of each, otherwise injections and
51
+ stores silently split between two instances.
52
+
53
+ | Peer | Range | Used by |
54
+ | --- | --- | --- |
55
+ | `vue` | `^3.5` | everything |
56
+ | `pinia` | `^3` | widget state (filter, gallery, kanban, calendar, player, upload, …) |
57
+ | `vue-router` | `^4.5 \|\| ^5` | app shell, `LinkButton`, `useSearchParam`, `useNavigationHandler` |
58
+ | `vee-validate` | `^4.15` | every `*FormField` and the built-in forms (attributes, contacts, …) |
59
+ | `@tanstack/vue-table` | `^9` | `DataTable` |
60
+ | `@vueuse/core` | `^13 \|\| ^14` | `useIsMobile`, `useTheme`, `ScrollProgress` (`useScroll` / `useWindowScroll`), `CopyButton` (`useClipboard`), prop forwarding in primitives |
61
+ | `nuxt` | `>=3.13` | optional: only for `@nxgt/material-vue/nuxt` |
62
+
63
+ The tarball ships `dist/`, plus `lib/styles.css` and `lib/nuxt`. There is no
64
+ `postinstall` build.
65
+
66
+ ## Setup
67
+
68
+ ### Styles
9
69
 
10
70
  Import the stylesheet **explicitly**, in your Tailwind v4 entry, right after
11
71
  `@import "tailwindcss"`:
12
72
 
13
73
  ```css
14
- /* app/assets/css/main.css */
74
+ /* src/assets/main.css */
15
75
  @import "tailwindcss";
16
76
  @import "@nxgt/material-vue/styles.css";
17
77
  ```
@@ -27,10 +87,8 @@ Nothing injects it for you, on purpose:
27
87
  `text-error-foreground`, `rounded-lg`, …) in your templates.
28
88
 
29
89
  Tailwind v4 does not scan `node_modules`. `styles.css` already declares
30
- `@source "../dist"`, so the utilities used inside the components are generated
31
- by your build: no extra `@source` needed.
32
-
33
- ### Stylesheets
90
+ `@source "../dist"`, so your build generates the utilities used inside the
91
+ components. You don't need an extra `@source`.
34
92
 
35
93
  | Import | What is in it |
36
94
  | --- | --- |
@@ -39,15 +97,63 @@ by your build: no extra `@source` needed.
39
97
 
40
98
  Do not import both in the same app.
41
99
 
42
- ## Nuxt
100
+ ### Pinia and router
101
+
102
+ Interactive widgets keep their UI state in Pinia stores created per instance,
103
+ so Pinia must be installed before mount. The app shell and link buttons read
104
+ the current route, so install vue-router as well:
105
+
106
+ ```ts
107
+ // main.ts
108
+ import { createPinia } from 'pinia';
109
+ import { createApp } from 'vue';
110
+ import App from './App.vue';
111
+ import { router } from './router';
112
+ import './assets/main.css';
113
+
114
+ createApp(App).use(createPinia()).use(router).mount('#app');
115
+ ```
116
+
117
+ ### Icons
118
+
119
+ `Icon` renders a Font Awesome sprite from a **root-relative** URL on *your*
120
+ origin:
121
+
122
+ ```vue
123
+ <script setup lang="ts">
124
+ import { Icon } from '@nxgt/material-vue/components';
125
+ </script>
126
+
127
+ <template>
128
+ <Icon name="atom" /> <!-- /assets/icons/sprites/duotone.svg#atom -->
129
+ <Icon name="gear" type="solid" /> <!-- /assets/icons/sprites/solid.svg#gear -->
130
+ <Icon name="gear" family="sharp" type="solid" /> <!-- /assets/icons/sprites/sharp-solid.svg#gear -->
131
+ </template>
132
+ ```
133
+
134
+ `type` defaults to `duotone` and `family` to `classic`. Serve the sprite
135
+ sheets from `public/assets/icons/sprites/<file>.svg`. This package does **not**
136
+ ship them, because the Font Awesome Pro licence does not cover redistribution
137
+ inside a library. A missing sheet renders nothing: no error, no fallback.
138
+
139
+ Some components draw an `Icon` themselves: the app shell menu, the mobile menu
140
+ button, `LanguageSwitcher`, `LoadMoreButton` and the `toasts` helpers. Other
141
+ glyphs come from Lucide and are bundled.
142
+
143
+ ### Nuxt
43
144
 
44
145
  ```ts
146
+ // nuxt.config.ts
147
+ import tailwindcss from '@tailwindcss/vite';
148
+
45
149
  export default defineNuxtConfig({
46
150
  modules: ['@nxgt/material-vue/nuxt'],
47
151
  css: ['~/assets/css/main.css'], // imports styles.css, see above
48
152
  vite: { plugins: [tailwindcss()] },
49
153
  nxgtMaterial: {
50
- // prefix: 'Nxgt',
154
+ // prefix: 'Nxgt', // <NxgtButton />
155
+ // components: true, // auto-import components
156
+ // imports: true, // auto-import composables and i18n helpers
51
157
  },
52
158
  });
53
159
  ```
@@ -58,9 +164,595 @@ The module:
58
164
  - Installs Pinia when the host app has none
59
165
  - Pre-bundles CommonJS dependencies (`jsbarcode`) for Vite
60
166
 
61
- It does **not** add the stylesheet: import it yourself as shown in
167
+ It does **not** add the stylesheet. Import it yourself as shown in
62
168
  [Styles](#styles).
63
169
 
64
- ## Status
170
+ ## Subpaths
171
+
172
+ | Specifier | What is in it |
173
+ | --- | --- |
174
+ | `@nxgt/material-vue` | every barrel below, plus the compiled `style` condition (`dist/material-vue.css`, for apps without Tailwind) |
175
+ | `@nxgt/material-vue/components` | UI components and `*FormField` wrappers |
176
+ | `@nxgt/material-vue/composables` | `useTheme`, `useIsClient`, `useIsMobile`, `useSearchParam`, … |
177
+ | `@nxgt/material-vue/dnd` | drag-and-drop primitives |
178
+ | `@nxgt/material-vue/i18n` | `I18nProvider`, `mergeResources`, `createTranslator`, … |
179
+ | `@nxgt/material-vue/lib` | `cn`, `clientOnly`, date/number/string utils, Pinia store factories |
180
+ | `@nxgt/material-vue/models` | `Status<T>` |
181
+ | `@nxgt/material-vue/types` | shared function types |
182
+ | `@nxgt/material-vue/styles.css` | source Tailwind v4 tokens: **this** is what a Tailwind app imports |
183
+ | `@nxgt/material-vue/nuxt` | Nuxt module |
184
+
185
+ ## Usage
186
+
187
+ ### Components
188
+
189
+ ```vue
190
+ <script setup lang="ts">
191
+ import { ref } from 'vue';
192
+ import { Button, Icon } from '@nxgt/material-vue/components';
193
+
194
+ const saving = ref(false);
195
+ </script>
196
+
197
+ <template>
198
+ <Button variant="filled" color="primary" :loading="saving" @click="saving = true">
199
+ <Icon name="plus" />
200
+ Add
201
+ </Button>
202
+ </template>
203
+ ```
204
+
205
+ `Button` and `IconButton` take `variant` (`filled`, `tonal`, `outlined`,
206
+ `ghost`, `link`) × `color` (`primary`, `secondary`, `success`, `info`,
207
+ `warning`, `error`, `default`), plus `size`, `loading` and `tooltip`.
208
+
209
+ ### Form fields
210
+
211
+ Every field is usable on its own with `v-model`. Most also have a vee-validate
212
+ wrapper in the same barrel (`TextField` → `TextFormField`): the wrapper takes
213
+ `name` instead of `v-model` and shows the validation error as helper text.
214
+
215
+ ```vue
216
+ <script setup lang="ts">
217
+ import { useForm } from 'vee-validate';
218
+ import { Button, EmailFormField, TextFormField } from '@nxgt/material-vue/components';
219
+
220
+ const { handleSubmit } = useForm({ initialValues: { name: '', email: '' } });
221
+ const onSubmit = handleSubmit((values) => console.log(values));
222
+ </script>
223
+
224
+ <template>
225
+ <form @submit="onSubmit">
226
+ <TextFormField name="name" label="Name" required />
227
+ <EmailFormField name="email" label="Email" />
228
+ <Button type="submit">Save</Button>
229
+ </form>
230
+ </template>
231
+ ```
232
+
233
+ For translated Zod messages, register the error map once:
234
+ `z.config({ customError: zodLocaleError() })` (from `@nxgt/material-vue/lib`).
235
+
236
+ ### i18n
237
+
238
+ This package owns the i18n **mechanism**, and your app owns the resource
239
+ **content**. Everything it ships lives under one namespace per language,
240
+ `material`. `mergeResources` deep-merges your bundle over it, so you can
241
+ override single strings (`material.command.title`). In development each
242
+ override is reported with `console.warn`.
243
+
244
+ ```ts
245
+ // src/i18n.ts
246
+ import {
247
+ createTranslator,
248
+ createTypedTranslation,
249
+ type FlatObject,
250
+ mergeResources,
251
+ resources as materialResources,
252
+ } from '@nxgt/material-vue/i18n';
253
+ import { resources as appResources } from './resources';
254
+
255
+ export const resources = mergeResources(materialResources, appResources);
256
+ export type LocaleKey = keyof FlatObject<typeof resources.en, string>;
257
+ export const translate = createTranslator<LocaleKey>(resources);
258
+ export const useTranslation = createTypedTranslation<LocaleKey>(translate);
259
+ ```
260
+
261
+ ```vue
262
+ <!-- App.vue: mount once, above everything that translates -->
263
+ <template>
264
+ <I18nProvider default-language="en">
265
+ <RouterView />
266
+ </I18nProvider>
267
+ </template>
268
+ ```
269
+
270
+ Inside any child component, `const { t, i18n } = useTranslation()` gives you
271
+ `t` plus `i18n.language` and `i18n.changeLanguage`. Only `I18nProvider` holds
272
+ the language. Without it, components fall back to their English copy.
273
+ Messages use ICU MessageFormat, and a missing key is returned verbatim.
274
+
275
+ ### App shell
276
+
277
+ The shell does not build or filter the menu: `items` is a prop, and every
278
+ `label` must already be translated. `footer: true` pins an entry to the bottom
279
+ of the sidebar. The shell holds no session, so the avatar comes from
280
+ `avatar-src` or the `avatar` slot.
281
+
282
+ ```vue
283
+ <script setup lang="ts">
284
+ import {
285
+ ActivityLayout,
286
+ LanguageSwitcher,
287
+ type MenuItem,
288
+ ThemeToggle,
289
+ } from '@nxgt/material-vue/components';
290
+
291
+ const items: MenuItem[] = [
292
+ { label: 'Home', url: '/', icon: 'house' },
293
+ { label: 'Settings', url: '/settings', icon: 'gear', footer: true },
294
+ ];
295
+ </script>
296
+
297
+ <template>
298
+ <ActivityLayout :items="items" avatar-src="/me.png">
299
+ <template #brand><img src="/logo.svg" alt="Acme" class="h-8" /></template>
300
+ <template #header-actions>
301
+ <LanguageSwitcher />
302
+ <ThemeToggle />
303
+ </template>
304
+ <RouterView />
305
+ </ActivityLayout>
306
+ </template>
307
+ ```
308
+
309
+ Always fill the `brand` slot, because the default one is a placeholder. The
310
+ active entry is the **longest** matching `url` across the whole menu, matched
311
+ segment by segment (`/admin` does not cover `/administrators`).
312
+ `AppBreadcrumb` lists every matched route that declares
313
+ `meta: { breadcrumb: 'Settings' }` (a string, or a function of the route).
314
+
315
+ ### Local stores
316
+
317
+ Widgets keep their UI state in Pinia stores that are local to each instance.
318
+ Use the same factory for your own components: every call from a component
319
+ `setup()` gets its own store id.
320
+
321
+ ```ts
322
+ import { defineLocalStore } from '@nxgt/material-vue/lib';
323
+
324
+ export const useCounterStore = defineLocalStore<{ count: number }>('counter', {
325
+ state: () => ({ count: 0 }),
326
+ actions: {
327
+ increment(this: { count: number }) {
328
+ this.count += 1;
329
+ },
330
+ },
331
+ });
332
+
333
+ // in setup(): const store = useCounterStore({ count: 5 });
334
+ ```
335
+
336
+ ## Components
337
+
338
+ All components are exported from `@nxgt/material-vue/components` and from the
339
+ root barrel. The name before `·` is the standalone component, and the name
340
+ after it is the vee-validate wrapper. "+ parts" means the family also exports
341
+ sub-components (`CardHeader`, `CardContent`, …). The last column is the
342
+ matching export in [`@nxgt/material`](https://www.npmjs.com/package/@nxgt/material),
343
+ or `—` when the React library has none.
344
+
345
+ ### Primitives
346
+
347
+ Thin shadcn-vue / Reka UI building blocks, styled with the library tokens.
348
+
349
+ | Component | What it does | @nxgt/material |
350
+ | --- | --- | --- |
351
+ | `Accordion`, `AccordionItem`, `AccordionTrigger`, `AccordionContent` | Collapsible sections, single or multiple open. | `Accordion` |
352
+ | `Avatar`, `AvatarImage`, `AvatarFallback` | Round image with a fallback (initials). | `Avatar` |
353
+ | `Card`, `CardHeader`, `CardTitle`, `CardDescription`, `CardAction`, `CardContent`, `CardFooter` | Surface with header, body and footer areas. | `Card` |
354
+ | `Checkbox` | Checkbox with checked and indeterminate states. | `Checkbox` |
355
+ | `Collapsible`, `CollapsibleTrigger`, `CollapsibleContent` | Shows or hides one region. | `Collapsible` |
356
+ | `Input` | Styled native input with `v-model`. | `Input` |
357
+ | `InputGroup`, `InputGroupAddon`, `InputGroupInput`, `InputGroupButton`, `InputGroupText`, `InputGroupTextarea` | Input or textarea with inline addons, buttons and text. | `InputGroup` |
358
+ | `InputOTP`, `InputOTPGroup`, `InputOTPSlot`, `InputOTPSeparator` | Slot-by-slot one-time-code input. | — |
359
+ | `Label` | Form label; `with-asterisk` marks it required. | `Label` |
360
+ | `NativeSelect`, `NativeSelectOption`, `NativeSelectOptGroup` | Styled native `<select>` with `v-model`. | — |
361
+ | `RadioGroup`, `RadioGroupItem` | Radio primitives (see `RadioGroupField` for the labelled field). | `RadioGroupBase`, `RadioGroupItem` |
362
+ | `ScrollArea`, `ScrollBar` | Scroll container with styled scrollbars. | — |
363
+ | `Select`, `SelectTrigger`, `SelectValue`, `SelectContent`, `SelectItem` + parts | Select primitives (see `SelectField` for the labelled field). | `Select` |
364
+ | `Separator` | Horizontal or vertical rule. | `Separator` |
365
+ | `Slider` | Range slider primitive, one or more thumbs. | `Slider` |
366
+ | `Switch` | Switch; with `label` or `placeholder` it renders as a field row. | `Switch` |
367
+ | `Table`, `TableHeader`, `TableBody`, `TableRow`, `TableHead`, `TableCell`, `TableEmpty` + parts | Styled table markup. | `Table` |
368
+ | `Tabs`, `TabsList`, `TabsTrigger`, `TabsContent` | Tabbed panels. | `Tabs` |
369
+ | `Textarea` | Styled native textarea with `v-model`. | `Textarea` |
370
+ | `Toggle`, `ToggleGroup`, `ToggleGroupItem` | Pressable toggle and single/multiple toggle groups. | `Toggle`, `ToggleGroup` |
371
+ | `ResizablePanelGroup`, `ResizablePanel`, `ResizableHandle` | Split panes resized by dragging a handle. | `ResizableGroup`, `ResizablePanel`, `ResizableSeparator` |
372
+ | `Typography` | Text on the type scale (`headline-large`, `title-medium`, `body-small`, …). | `Typography` |
373
+ | `AnchorHeading` | Heading with a hover copy-link (always visible on the phone). | `AnchorHeading` |
374
+ | `Kbd`, `KbdShortcut` | Keyboard key; `KbdShortcut` renders `['mod', 'k']` as ⌘/Ctrl glyphs. | `Kbd`, `KbdShortcut` |
375
+
376
+ ### Buttons & actions
377
+
378
+ | Component | What it does | @nxgt/material |
379
+ | --- | --- | --- |
380
+ | `Button` | Button with 5 variants × 7 colours, sizes, `loading` spinner and `tooltip`. | `Button` |
381
+ | `IconButton` | Round icon-only button with the same variants and colours. | `IconButton` |
382
+ | `ButtonGroup` | Lays out related buttons as one group. | `ButtonGroup` |
383
+ | `ResponsiveButton` | Label on desktop, icon only on mobile; `expanded` forces either. | `ResponsiveButton` |
384
+ | `LinkButton`, `IconLinkButton`, `ResponsiveLinkButton` | Buttons that navigate with vue-router (`to`, `replace`, `target`). | `LinkButton`, `IconLinkButton`, `ResponsiveLinkButton` |
385
+ | `SplitButton` | Main action plus a chevron menu filled by the `menu` slot. | `SplitButton` |
386
+ | `CopyButton` | Copies `value` to the clipboard and flips its tooltip to "Copied". | `CopyButton` |
387
+ | `HighlightText` | Marks case-insensitive matches of a query inside a string (`splitMatch`). | `HighlightText` |
388
+ | `LoadMoreButton` | Responsive "Load more" button with a refresh icon. | `LoadMoreButton` |
389
+ | `ScrollToTop` | Floating button shown past `threshold` px that scrolls back up. | `ScrollToTop` |
390
+ | `ActionCard` | Card with title, description and an active indicator. | `ActionCard` |
391
+ | `Chip` | Compact pill; clickable with `@click`, dismissible with `@dismiss`. | `Chip` |
392
+
393
+ ### Form fields
394
+
395
+ Every field takes `label`, `helperText`, `error`, `required`, `disabled` and
396
+ `v-model`.
397
+
398
+ | Component | What it does | @nxgt/material |
399
+ | --- | --- | --- |
400
+ | `TextField` · `TextFormField` | Labelled text input. | `TextField` · `TextFormField` |
401
+ | `EmailField` · `EmailFormField` | Email input (`autocomplete="email"`). | `EmailField` · `EmailFormField` |
402
+ | `PasswordField` · `PasswordFormField` | Password with show/hide and an optional strength meter (`show-strength`). | `PasswordField` · `PasswordFormField` |
403
+ | `UrlField` · `UrlFormField` | URL input (`autocomplete="url"`). | `UrlField` · `UrlFormField` |
404
+ | `PhoneField` · `PhoneFormField` | Phone input with a country menu, parsed with libphonenumber-js. | `PhoneField` · `PhoneFormField` |
405
+ | `NumberField` · `NumberFormField` | Number input with `min`/`max`/`step` and stepper buttons. | `NumberField` · `NumberFormField` |
406
+ | `CurrencyField` · `CurrencyFormField` | Amount formatted for the current language; `currency` defaults to EUR. | `CurrencyField` · `CurrencyFormField` |
407
+ | `PercentField` · `PercentFormField` | Number field bounded to 0–100. | `PercentField` · `PercentFormField` |
408
+ | `TextareaField` · `TextareaFormField` | Textarea with `min-rows`/`max-rows` and an optional character count. | `TextareaField` · `TextareaFormField` |
409
+ | `SearchField` · `SearchFormField` | Search input with optional debounce (`debounce-ms`) and loading state. | `SearchField` · `SearchFormField` |
410
+ | `ColorField` · `ColorFormField` | Colour picker plus a hex text input. | `ColorField` · `ColorFormField` |
411
+ | `OtpField` · `OtpFormField` | One-time code boxes (`length`, default 6). | `OtpField` · `OtpFormField` |
412
+ | `InputGroupField` · `InputGroupFormField` | Labelled input with `leading` / `trailing` addon slots. | `InputGroupField` · `InputGroupFormField` |
413
+ | `InlineEdit` | Text that switches to an input and emits `save`. | `InlineEdit` · `InlineEditFormField` |
414
+ | `RatingField` · `RatingFormField` | Star rating (`max`, default 5), clearable. | `RatingField` · `RatingFormField` |
415
+ | `SliderField` · `SliderFormField` | Labelled slider, single value or range, with a readout. | `Slider` · `SliderFormField` |
416
+ | `SwitchField` · `SwitchFormField` | Labelled switch row bound to a boolean. | `Switch` · `SwitchFormField` |
417
+ | `HelperText` | Hint or error line under a field. | `HelperText` |
418
+ | `Field` | Renders any field from a config object (`{ type: 'text' \| 'select' \| 'date' \| … }`). | `Field` |
419
+ | `Contacts`, `ContactItem`, `ContactDialog` · `ContactsFormField` | Typed contact list (phone, email, …) with an add/edit dialog. | `Contacts` · `ContactsFormField` |
420
+ | `PostalAddress`, `PostalAddressDialog` · `PostalAddressFormField` | Shows a postal address and edits it in a dialog. | `PostalAddress` · `PostalAddressFormField` |
421
+ | `OpeningHours`, `OpeningHoursItem`, `OpeningHoursDialog` · `OpeningHoursFormField` | Weekly opening hours with a per-slot dialog. | `OpeningHours` · `OpeningHoursFormField` |
422
+ | `AttributesField`, `AttributesList`, `AttributeDialog`, `AttributeForm` · `AttributesFormField` | Defines custom typed attributes (text, number, select, date, …). | `AttributesField` · `AttributesFormField` |
423
+ | `AttributeValuesForm`, `AttributeValueFormField` · `AttributeValuesFormFieldSet` | Fills in values for a list of attribute definitions. | `AttributeValuesForm` · `AttributeValuesFormFieldSet` |
424
+
425
+ ### Date & time
426
+
427
+ | Component | What it does | @nxgt/material |
428
+ | --- | --- | --- |
429
+ | `Calendar` + parts | Date grid with month and year navigation. | `Calendar` |
430
+ | `DateField` · `DateFormField` | Date picker in a popover, optional time (`show-time-picker`). | `DateField` · `DateFormField` |
431
+ | `DateRangeField` · `DateRangeFormField` | From/to range picker. | `DateRangeField` · `DateRangeFormField` |
432
+ | `TimeField` · `TimeFormField` | Time picker in a popover, bound to a `Date`. | `TimeField` · `TimeFormField` |
433
+ | `TimePicker` | Inline hour and minute inputs; emits `change` with a `Date`. | `TimePicker` |
434
+ | `DurationField` · `DurationFormField` | Hours + minutes, stored as total minutes. | `DurationField` · `DurationFormField` |
435
+ | `TimezoneField` · `TimezoneFormField` | Searchable IANA timezone picker. | `TimezoneField` · `TimezoneFormField` |
436
+ | `RelativeTime` | "3 minutes ago" for a date, in the current language. | `RelativeTime` |
437
+ | `EventChip` | Coloured event pill with time, all-day and continuation markers. | `EventChip` |
438
+
439
+ ### Selection & choice
440
+
441
+ | Component | What it does | @nxgt/material |
442
+ | --- | --- | --- |
443
+ | `SelectField` · `SelectFormField` | Labelled select from `options`. | `SelectField` · `SelectFormField` |
444
+ | `ComboboxField` · `ComboboxFormField` | Searchable single select. | `ComboboxField` · `ComboboxFormField` |
445
+ | `Autocomplete` · `AutocompleteFormField` | Type-ahead single or multiple select; `free-solo` accepts new values. | `Autocomplete` · `AutocompleteFormField` |
446
+ | `CountryField` · `CountryFormField` | Country picker with flags, single or multiple. | `CountryField` · `CountryFormField` |
447
+ | `CheckboxGroup` · `CheckboxGroupFormField` | Checkbox list bound to `string[]`. | `CheckboxGroup` · `CheckboxGroupFormField` |
448
+ | `RadioGroupField` · `RadioGroupFormField` | Labelled radio list from `options`. | `RadioGroup` · `RadioGroupFormField` |
449
+ | `SelectCardField` · `SelectCardFormField` | Options as selectable cards (title, description), single or multiple. | `SelectCardField` · `SelectCardFormField` |
450
+ | `CheckCardField` · `CheckCardFormField` | A boolean shown as two cards (yes / no). | `CheckCardField` · `CheckCardFormField` |
451
+ | `SelectChipField` · `SelectChipFormField` | Options as chips, single or multiple. | `SelectChipField` · `SelectChipFormField` |
452
+
453
+ ### Data display
454
+
455
+ | Component | What it does | @nxgt/material |
456
+ | --- | --- | --- |
457
+ | `AccordionCard` | Accordion built from an `items` array (`title`, `content`). | `AccordionCard` |
458
+ | `AvatarGroup` | Overlapping avatars; extras past `max` collapse into "+N". | `AvatarGroup` |
459
+ | `Description` | Label and value pair, hidden when the value is empty. | `Description` |
460
+ | `SummaryData` | Label/value rows, stacked or `inline`. | `SummaryData` |
461
+ | `EntityHeader` | Title with a row of metadata. | `EntityHeader` |
462
+ | `StatCard` | KPI tile: label, value, hint and a coloured delta. | `StatCard` |
463
+ | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard` | Dashboard tiles: trend + sparkline, goal vs target, share breakdown, ranked list. Container queries. | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard` |
464
+ | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard` | Card presets: product, media, pricing, profile, quote, cinematic overlay, bento spotlight, crew with avatars. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard` |
465
+ | `ExtendedLabel` | Section heading with an accent bar and a `trailing` slot. | `ExtendedLabel` |
466
+ | `Timeline`, `TimelineItem` | Vertical event list with tones and timestamps. | `Timeline`, `TimelineItem` |
467
+ | `QRCode` | QR code for `value` (`size`, colours, error `level`). | `QRCode` |
468
+ | `Barecode` | Barcode drawn on a canvas with JsBarcode (`CODE128` by default). | `Barecode` |
469
+
470
+ ### Data table, filter & lists
471
+
472
+ | Component | What it does | @nxgt/material |
473
+ | --- | --- | --- |
474
+ | `DataTable` | TanStack table with sorting, filtering, row selection, expandable rows, pagination and load-more. | `DataTable` |
475
+ | `DataTableColumnHeader`, `DataTablePagination`, `DataTableViewOptions` | Sortable header, pager with page size, column visibility menu. | `DataTableColumnHeader`, `DataTablePagination`, `DataTableViewOptions` |
476
+ | `Filter` · `FilterFormField` | Filter panel built from a schema (15 field types), shown inline or in a dialog, sheet, drawer or popover. It supports presets, URL sync and storage. | `Filter` · `FilterFormField` |
477
+ | `FilterProvider`, `FilterTrigger`, `FilterChips`, `FilterContent`, `FilterGroups`, `FilterGroup`, `FilterField`, `FilterActions`, `FilterPresets` | Filter parts for composing your own layout. | `FilterProvider`, `FilterChips`, `FilterContent`, `FilterGroups`, `FilterGroup`, `FilterField`, `FilterActions`, `FilterPresets` |
478
+ | `FilterInline`, `FilterDialog`, `FilterSheet`, `FilterDrawer`, `FilterPopover` | Each filter container on its own. | `FilterInline`, `FilterDialog`, `FilterSheet`, `FilterDrawer`, `FilterPopover` |
479
+ | `TransferList` · `TransferListFormField` | Available/selected panes with search, move buttons and drag-and-drop. | `TransferList` · `TransferListFormField` |
480
+ | `SortableList`, `SortableHandle` · `SortableListFormField` | Searchable list you reorder by dragging; `v-model` is the ordered values. | `SortableList`, `SortableHandle` · `SortableListFormField` |
481
+ | `Tree`, `TreeItem` | Expandable tree with none, single or multiple selection. | `Tree`, `TreeItem` |
482
+ | `ListTile` | Row with title, subtitle and leading/trailing slots; a link or a button. `size="sm"` is the dense row. | `ListTile` |
483
+ | `DndProvider`, `Draggable`, `Droppable`, `DraggableDroppable`, `SortableProvider`, `Sortable`, `DragHandle`, `DndOverlay` | Drag-and-drop primitives with a dnd-kit-style API, also on `/dnd`. | `DndProvider`, `Draggable`, `Droppable`, `DraggableDroppable`, `SortableProvider`, `Sortable`, `DragHandle`, `DndOverlay` |
484
+
485
+ ### Navigation & layout
486
+
487
+ | Component | What it does | @nxgt/material |
488
+ | --- | --- | --- |
489
+ | `ActivityLayout`, `ActivityContent`, `AppSidebar`, `AppHeader`, `AppBreadcrumb` | App shell: sidebar from `items`, header with a mobile menu sheet, route breadcrumb and page frame. | `ActivityLayout`, `ActivityContent`, `AppSidebar`, `AppHeader`, `AppBreadcrumb` |
490
+ | `Sidebar`, `SidebarHeader`, `SidebarContent`, `SidebarFooter`, `SidebarMenuItem`, `SidebarMenuLabel` | Collapsible navigation column (`v-model:expanded`). | `Sidebar`, `SidebarHeader`, `SidebarContent`, `SidebarFooter`, `SidebarMenuItem`, `SidebarMenuLabel` |
491
+ | `NavigationRail` | Narrow vertical rail for icon buttons. | `NavigationRail` |
492
+ | `TopAppBar`, `BottomAppBar` | Horizontal app bars; the bottom bar styles icon buttons with an active state. | `TopAppBar`, `BottomAppBar` |
493
+ | `Breadcrumb`, `BreadcrumbList`, `BreadcrumbItem`, `BreadcrumbLink`, `BreadcrumbPage` + parts | Breadcrumb trail. | `Breadcrumb` |
494
+ | `Pagination`, `PaginationContent`, `PaginationItem`, `PaginationFirst`, `PaginationLast` + parts | Page navigation links. | `Pagination`, `PaginationBar` |
495
+ | `Tabs` | See Primitives. | `Tabs` |
496
+ | `SkipLink` | Skip-to-content control, visible on focus. `DocSkipLink` composes it with `#doc-content`. | `SkipLink` |
497
+ | `Pager` | Previous / next cards for a sequence of pages. `DocPager` composes it. | `Pager` |
498
+ | `SeeAlso` | Related-link list with outbound icons. `DocSeeAlso` composes it. | `SeeAlso` |
499
+ | `Toc` | On-this-page outline with a per-item active bar. Rail from `xl`, collapsible panel below. `DocToc` composes it. | `Toc` |
500
+ | `Stepper` | Horizontal or vertical steps with per-step status. | `Stepper` |
501
+ | `Steps`, `StepsItem` | Numbered editorial steps that stay visible on every breakpoint. | `Steps`, `StepsItem` |
502
+ | `Hero` | Landing band with eyebrow, title, supporting copy and actions. | `Hero` |
503
+ | `Figure` | Framed media with an optional caption. | `Figure` |
504
+ | `Doc`, `DocPage`, `DocTopbar`, `DocSidebar`, `DocToc`, `DocPager`, `DocSearch`, `DocChildCards`, `DocSeeAlso`, `DocEmpty`, `DocProgress` | Documentation site shell: sidebar from `md`, TOC from `xl`. Reading bar, copy-page / markdown, child cards, see also, and a 404 slot. Storybook `UI/Doc/Api` composes an API page from `DocPage`, `AnchorHeading`, `ApiOperation`, `ParamTable` and `CodeGroup`. | `Doc`, `DocPage`, `DocTopbar`, `DocSidebar`, `DocToc`, `DocPager`, `DocSearch`, `DocChildCards`, `DocSeeAlso`, `DocEmpty`, `DocProgress` |
505
+ | `ListDetailsLayout` (`.List`, `.Details`, `.Trigger`) | List and details panes with a switchable active view. | `ListDetailsLayout` |
506
+ | `PaneLayout` (`.Pane`, `.Content`, `.Trigger`) | Content with a toggleable side pane that becomes a sheet on mobile. | `PaneLayout` |
507
+ | `ThreadLayout` | Centred page frame with `header` and `stepper` slots. | `ThreadLayout` |
508
+ | `ResponsiveGrid` | Container-query grid, from 1 to 5 columns. | `ResponsiveGrid` |
509
+ | `Background` | Full-viewport gradient backdrop. | `Background` |
510
+ | `Activity` | Keeps its content mounted and toggles it with `visible`. | `Activity` |
511
+ | `Switcher` | Dropdown to switch the current item (workspace, account, …). | `Switcher` |
512
+ | `ThemeToggle` | Light / dark / system toggle backed by `useTheme`. | `ThemeToggle` |
513
+ | `LanguageSwitcher` | Language menu wired to `I18nProvider`; disabled without it. | `LanguageSwitcher` |
514
+
515
+ ### Overlays & menus
516
+
517
+ | Component | What it does | @nxgt/material |
518
+ | --- | --- | --- |
519
+ | `Dialog`, `DialogTrigger`, `DialogContent`, `DialogScrollContent` + parts | Modal dialog. | `Dialog` |
520
+ | `CustomDialog` | Dialog with `title` and `description` props. | `CustomDialog` |
521
+ | `AlertDialog`, `AlertDialogContent`, `AlertDialogAction`, `AlertDialogCancel` + parts | Blocking modal that needs an explicit answer. | `AlertDialog` |
522
+ | `CustomAlertDialog` | Alert dialog with `title` and `description` props. | `CustomAlertDialog` |
523
+ | `ConfirmDialog` | Confirm/cancel modal with a `destructive` variant and `loading`. | `ConfirmDialog` |
524
+ | `ConfirmationDialog` | Confirm/cancel modal toned by `variant` and `color` (warning by default). | `ConfirmationDialog` |
525
+ | `Sheet`, `SheetTrigger`, `SheetContent` + parts | Panel sliding in from a screen edge. | `Sheet` |
526
+ | `Drawer`, `DrawerTrigger`, `DrawerContent` + parts | Drawer panel. | `Drawer` |
527
+ | `Popover`, `PopoverTrigger`, `PopoverContent`, `PopoverAnchor` | Anchored floating panel. | `Popover` |
528
+ | `HoverCard`, `HoverCardTrigger`, `HoverCardContent` | Card shown on hover. | `HoverCard` |
529
+ | `Tooltip`, `TooltipProvider`, `TooltipTrigger`, `TooltipContent` | Hint on hover or focus. | `Tooltip` |
530
+ | `DropdownMenu`, `DropdownMenuTrigger`, `DropdownMenuContent`, `DropdownMenuItem` + parts | Menu opened from a trigger, with checkbox, radio and sub-menus. | `DropdownMenu` |
531
+ | `ContextMenu`, `ContextMenuTrigger`, `ContextMenuContent`, `ContextMenuItem` + parts | Right-click menu. | `ContextMenu` |
532
+ | `Menubar`, `MenubarMenu`, `MenubarTrigger`, `MenubarContent`, `MenubarItem` + parts | Desktop-style menu bar. | `Menubar` |
533
+ | `Command`, `CommandDialog`, `CommandInput`, `CommandList`, `CommandItem` + parts | Command palette with search, groups and shortcuts. | `Command`, `CommandDialog` |
534
+
535
+ ### Feedback & status
536
+
537
+ | Component | What it does | @nxgt/material |
538
+ | --- | --- | --- |
539
+ | `Alert` | Inline message with a title, description and tone. | `Alert` |
540
+ | `Banner` | Full-width notice (`info`, `success`, `warning`, `error`), optionally dismissible. | `Banner` |
541
+ | `Toaster`, `Toast`, `toast`, `toasts` | vue-sonner toasts; `toasts.success` / `error` / `info` / `warning` / `loading` / `dismiss`. | `Toaster`, `Toast`, `toast`, `toasts` |
542
+ | `Progress`, `ProgressField`, `CircularProgress` | Linear bar, labelled bar, and ring with a label. | `Progress`, `ProgressField`, `CircularProgress` |
543
+ | `ScrollProgress` | Hairline that tracks window or a scrollable `target` (`@vueuse/core` `useWindowScroll` / `useScroll`). `DocProgress` composes it. | `ScrollProgress` |
544
+ | `Spinner` | Loading spinner in several styles and colours. | `Spinner` |
545
+ | `Skeleton`, `SkeletonText`, `SkeletonAvatar`, `SkeletonCard`, `SkeletonTable` | Loading placeholders. | `Skeleton`, `SkeletonText`, `SkeletonAvatar`, `SkeletonCard`, `SkeletonTable` |
546
+ | `EmptyState` | Icon in a tinted well, title, description and action; not-found, unauthorized, generic and empty presets. | `EmptyState` |
547
+ | `StatusIndicator` | Status dot with a tone, optionally pulsing. | `StatusIndicator` |
548
+ | `Badge` | Pill label in the semantic tones. | `Badge` |
549
+ | `CountBadge` | Numeric badge capped at `max` ("99+"). | `CountBadge` |
550
+ | `Notifications` | Notification bell (popover or panel) with filters, categories, read and dismiss. | `Notifications` |
551
+ | `HydrateLoading` | Full-screen spinner over the gradient backdrop while the app boots. | `HydrateLoading` |
552
+
553
+ ### Media & files
554
+
555
+ | Component | What it does | @nxgt/material |
556
+ | --- | --- | --- |
557
+ | `UploadField` · `UploadFormField` | File picker bound to `File` or `File[]`. | `UploadField` · `UploadFormField` |
558
+ | `NetworkUploadField` · `NetworkUploadFormField` | Drop zone that uploads through your `onUpload(file, onProgress)`, with progress, retry and replace. | `NetworkUploadField` · `NetworkUploadFormField` |
559
+ | `S3UploadField` · `S3UploadFormField` | Same drop zone, uploading to presigned URLs from `getPresignedUrl`. | `S3UploadField` · `S3UploadFormField` |
560
+ | `ImageField`, `ImageS3Field` · `ImageFormField`, `ImageS3FormField` | Single image upload with preview. | `ImageField`, `ImageS3Field` · `ImageFormField`, `ImageS3FormField` |
561
+ | `FileList`, `FileListField`, `FileListS3Field` · `FileListFormField`, `FileListS3FormField` | File rows with size and remove; the field variants upload. | `FileList`, `FileListField`, `FileListS3Field` · `FileListFormField`, `FileListS3FormField` |
562
+ | `ImageCropper`, `ImageCropperDialog` | Crop, zoom and rotate an image, then emit the cropped `File`. | `ImageCropper`, `ImageCropperDialog` |
563
+ | `Camera` | Webcam preview, device choice and photo capture (client-only). | — |
564
+ | `Gallery`, `LightboxGallery`, `MiniGallery` | Image/video gallery (grid, masonry, justified, carousel, …) with lightbox and selection. | `Gallery`, `LightboxGallery`, `MiniGallery` |
565
+ | `Carousel`, `CarouselContent`, `CarouselItem`, `CarouselPrevious`, `CarouselNext` | Embla carousel with previous/next buttons. | `Carousel`, `CarouselContent`, `CarouselItem`, `CarouselPrevious`, `CarouselNext` |
566
+ | `PdfReader`, `PdfToolbar`, `PdfSidebar`, `PdfPageList`, `PdfThumbnailSidebar`, `PdfOutlineSidebar` | PDF viewer with zoom, fit, rotate, search, thumbnails and outline (client-only). `PdfViewer` is a deprecated alias. | `PdfReader`, `PdfToolbar`, `PdfSidebar`, `PdfPageList`, `PdfThumbnailSidebar`, `PdfOutlineSidebar` |
567
+
568
+ ### Rich widgets
569
+
570
+ | Component | What it does | @nxgt/material |
571
+ | --- | --- | --- |
572
+ | `ChatThread`, `ChatMessageList`, `ChatMessage`, `ChatComposer`, `ChatMarkdown` | Chat thread: messages (user, assistant, system, tool), safe markdown, retry and copy, and a composer. | `ChatThread`, `ChatMessageList`, `ChatMessage`, `ChatComposer`, `ChatMarkdown` |
573
+ | `ChatConversationItem`, `ChatMessageSeparator`, `ChatReactionGroup`, `ChatTypingIndicator`, `ChatComposerAttachments` + parts | Conversation list row, date separator, reactions, typing dots and attachments. | `ChatConversationItem`, `ChatMessageSeparator`, `ChatReactionGroup`, `ChatTypingIndicator`, `ChatComposerAttachments` |
574
+ | `Kanban` | Board with columns, swimlane groups, WIP limits, drag-and-drop, search and quick add. | `Kanban` |
575
+ | `EventCalendar` | Month, week, work-week, day and agenda views; drag, resize and create events. | `EventCalendar` |
576
+ | `BarChart`, `LineChart`, `AreaChart`, `PieChart`, `RadarChart`, `ScatterChart`, `HeatmapChart`, `FunnelChart`, `ChartContainer` | ECharts wrappers themed from the CSS tokens, with loading and empty states. | `BarChart`, `LineChart`, `AreaChart`, `PieChart`, `RadarChart`, `ScatterChart`, `HeatmapChart`, `FunnelChart`, `ChartContainer` |
577
+ | `RichTextEditor` · `RichTextEditorFormField` | Tiptap editor: toolbar, tables, images, mentions, callouts, character limit. | `RichTextEditor` · `RichTextEditorFormField` |
578
+ | `CodeEditor` | Monaco editor with a language picker and word wrap (client-only). | `CodeEditor` · `CodeEditorFormField` |
579
+ | `CodeBlock`, `CodeDiff`, `JsonViewer`, `CodeGroup` | Highlighted code, side-by-side diff, collapsible JSON tree, and tabbed samples. | `CodeBlock`, `CodeDiff`, `JsonViewer`, `CodeGroup` |
580
+ | `ApiEndpoint`, `ApiOperation` | HTTP method badge, path and copy; `ApiOperation` adds a param table and example `CodeGroup`. | `ApiEndpoint`, `ApiOperation` |
581
+ | `ParamTable` | Name / type / default / description table; stacked cards below `sm`. | `ParamTable` |
582
+ | `StxPlayer`, `StxPlayerProvider`, `StxPlayerViewport`, `StxPlayerControls`, `StxPlayerQueue`, `StxPlayerMini`, `StxPlayerExtras` | Audio/video player with a queue, captions and a `full` or `mini` layout (client-only). `VideoPlayer` is a deprecated alias. | `StxPlayer`, `StxPlayerProvider`, `StxPlayerViewport`, `StxPlayerControls`, `StxPlayerQueue`, `StxPlayerMini`, `StxPlayerExtras` |
583
+ | `Quiz`, `QuestionCard` | Quiz with choice, multi, boolean and text questions, plus scoring. | `Quiz`, `QuestionCard` |
584
+ | `PrintHeader`, `PrintSection`, `PrintCard`, `PrintCardField`, `PrintInfoRow`, `PrintBadge` | Inline-styled blocks for printable documents. | `PrintHeader`, `PrintSection`, `PrintCard`, `PrintCardField`, `PrintInfoRow`, `PrintBadge` |
585
+ | `PrintTable`, `PrintTableHeader`, `PrintTableRow`, `PrintTableCell`, `PrintTotals`, `PrintTotalRow` | Printable table with totals. | `PrintTable`, `PrintTableHeader`, `PrintTableRow`, `PrintTableCell`, `PrintTotals`, `PrintTotalRow` |
586
+
587
+ ## Helpers
588
+
589
+ Non-visual exports, by subpath. Signatures are shortened: `?` marks an
590
+ optional argument.
591
+
592
+ ### `@nxgt/material-vue/lib`
593
+
594
+ | Export | What it does |
595
+ | --- | --- |
596
+ | `cn(...classes)` | Merges class names (clsx + tailwind-merge). |
597
+ | `clientOnly(component)` | Renders `component` only after mount, in the browser. Pair it with `defineAsyncComponent(() => import(…))`. |
598
+ | `DATE_UTILS.format(iso, fmt?, locale?)` | Formats an ISO string with date-fns (`'PP'` by default); returns `-` when empty. |
599
+ | `DATE_UTILS.parseFromTimestring('HH:mm')`, `DATE_UTILS.parseFromISOString(iso?)` | Parses a time string or an ISO string into a `Date`. |
600
+ | `formatDateRangeFilter({ from, to })` | Converts a date range to ISO start/end of day, or `undefined`. |
601
+ | `formatNumber(value, { language?, ...Intl.NumberFormatOptions })` | `Intl.NumberFormat` with the language per call; returns `''` for NaN. |
602
+ | `STRING_UTILS`, `enumToKebabCase(value?)`, `joinTruthyParts(parts, separator?)`, `splitMatch(text, query)` | `FOO_BAR` → `foo-bar`; joins the non-empty parts; splits a string around case-insensitive matches. |
603
+ | `STYLES_UTILS.colorFromVariable(name, alpha?)`, `STYLES_UTILS.cssSize(value)` | CSS variable to `rgb(from var(--x) …)`; number to `px`. |
604
+ | `safeGetItem(key, default)`, `safeSetItem(key, value)`, `safeRemoveItem(key)`, `LOCALE_STORE_UTILS` | `localStorage` access that never throws, with JSON for non-strings. |
605
+ | `uniqueArray(array)`, `findByKey(array, key, value)`, `findByKeyIn(array, key, values)` | De-duplicates; finds one or many items by a key. |
606
+ | `useFindByKey(items, key)`, `useFindById(items)` | The same lookups bound to one list. |
607
+ | `buildFieldOptions(values, { valueKey, label })` | Maps records to `{ value, label }` options (a path or a function for `label`). |
608
+ | `pick(obj, keys)`, `omit(obj, keys)`, `cleanObject(obj, cleanNulls?)`, `cast<T>(value)`, `castAsync<T>(promise)` | Object helpers; `cleanObject` drops `undefined` (and `null`). |
609
+ | `ifEmptyString(value, fallback)`, `ifEmptyList(value, fallback)` | Returns `fallback` for an empty string or list. |
610
+ | `objectToFormData(obj)`, `formDataToObject(formData)`, `convertToFormData(files, fieldName?)` | `FormData` conversions; files go under `files` by default. |
611
+ | `searchParams(request)`, `searchParam(request, key)` | Reads query parameters from a `Request` (server handlers). |
612
+ | `isExternalHref(href)` | True for `http(s):` and `mailto:` — new tab, not in-app. |
613
+ | `delay(ms)` | Promise that resolves after `ms`. |
614
+ | `renderSlot(slot, context)`, `ContentSlot<T>` | Resolves a prop that is either a VNode or a function of `context`. |
615
+ | `zodLocaleError()`, `parsedType(data)` | Zod v4 error map translated through `material.zod.*`: `z.config({ customError: zodLocaleError() })`. |
616
+
617
+ Pinia store factories. Every store is local to the component instance that
618
+ creates it. The React library uses Redux Toolkit slices for the same jobs:
619
+
620
+ | Export | What it does | @nxgt/material |
621
+ | --- | --- | --- |
622
+ | `defineLocalStore(name, { state, actions?, getters? })` | Returns a factory; call it in `setup()`, optionally with initial state, to get this instance's store. | `useSliceReducer` |
623
+ | `localStoreId(name)`, `resolveStoreState(base, overrides?)` | Per-instance store id and the state merge behind `defineLocalStore`. | `resolveSliceState` |
624
+ | `defineStatusStore(name, initial?, actions?)` | `status` / `data` / `error` store with `start`, `success`, `error`, `reset`. | `createStatusSlice` |
625
+ | `defineStatusesStore(name, initial, actions?)` | The same, keyed by path (`start('users')`, `statusOf('users')`). | `createStatusesSlice` |
626
+ | `runStatus(store, fn)` | Runs an async function through a status store (start, then success or error). | `createAsyncSlice` |
627
+ | `defineFilterStore(name, initial, actions?)` | `filter` + `sort` store with `updateFilter` and `resetFilter`. | `createSliceWithFilter` |
628
+ | `defineStepFormStore(name, initialValues?, actions?)` | Multi-step form: `step`, `values`, `isDirty`, `updateStep`, `updateFormValues`, `reset`. | `createStepFormSlice` |
629
+ | `createPinia`, `setActivePinia`, `storeToRefs` | Re-exported from `pinia`. | — |
630
+
631
+ ### `@nxgt/material-vue/composables`
632
+
633
+ These are the React library's `@nxgt/material/hooks`, with the same names.
634
+
635
+ | Export | What it does |
636
+ | --- | --- |
637
+ | `useTheme()` | `{ theme, preference, updateTheme }`: light/dark/system stored in `localStorage.theme`, toggles the `dark` class. |
638
+ | `resolveTheme(stored, prefersDark)`, `applyResolvedTheme(theme)` | The pure logic behind `useTheme`, safe on the server. |
639
+ | `useIsClient()` | `Ref<boolean>` that turns `true` after mount; use it for hydration-safe branches. |
640
+ | `useIsMobile()` | `Ref<boolean>`, `true` below 768 px. |
641
+ | `useHeadingSpy(ids, onActive, options?)` | IntersectionObserver over heading ids (`useIntersectionObserver`); reports the topmost visible one. |
642
+ | `useLocalizedDate()` | `{ format, locale, language }`: `DATE_UTILS.format` in the `I18nProvider` language. |
643
+ | `useNumberFormatter()` | `{ formatNumber, formatCurrency }` in the current language. |
644
+ | `useOptions(items, { value, label, filter?, expanded? })`, `buildOptions(items, config)` | Maps records to `{ value, label }` options, as a computed or a plain array. |
645
+ | `extractNode(connection)` | Unwraps a GraphQL `edges[].node` connection into an array. |
646
+ | `useSearchParam(name)` | Computed value of one query parameter (vue-router). |
647
+ | `useNavigationHandler(to, { replace? })`, `useNavigationHandlers(routes)` | Returns click handlers that push or replace a route. |
648
+ | `useAllowedTransitions(current, transitions, configs)` | Lists the workflow actions allowed from the current status. |
649
+
650
+ ### `@nxgt/material-vue/i18n`
651
+
652
+ | Export | What it does |
653
+ | --- | --- |
654
+ | `I18nProvider`, `provideI18n(options)` | Owns the language. Props: `defaultLanguage`, `initialLanguage` (for SSR), `storageKey`, `supportedLanguages`, `onLanguageChange`. |
655
+ | `useI18nContext()`, `useOptionalI18nContext()` | `{ language, supportedLanguages, changeLanguage }`; the first throws without a provider, the second returns `null`. |
656
+ | `mergeResources(base, app)` | Deep, per-language merge of this package's bundle and yours; your leaf keys win. |
657
+ | `createTranslator(resources)`, `translate`, `getLanguage()` | ICU translator over a bundle (`translate` is bound to the base bundle); missing keys are returned as-is. |
658
+ | `createTypedTranslation(translate)` | Builds your app's `useTranslation()`, which returns `{ t, i18n: { language, changeLanguage } }`. |
659
+ | `useMaterialTranslation()` | Translator for this package's own `material.*` keys, with an English fallback. |
660
+ | `resources`, `LANGUAGE_KEY`, `FALLBACK_LANGUAGE`, `SUPPORTED_LANGUAGES` | Base bundle (`en`, `fr`), the storage key (`language`) and defaults. |
661
+ | `FlatObject`, `Path`, `Language`, `MaterialLocaleKey`, `Translate`, `TranslationContext` | Types for deriving your `LocaleKey` union. |
662
+
663
+ ### `@nxgt/material-vue/models`
664
+
665
+ | Export | What it does |
666
+ | --- | --- |
667
+ | `Status<T>` | `{ status: 'idle' \| 'loading' \| 'success' \| 'error'; data?; error? }`, the shape the status stores use. |
668
+
669
+ ### `@nxgt/material-vue/types`
670
+
671
+ | Export | What it does |
672
+ | --- | --- |
673
+ | `PromiseOr<T>` | `T \| Promise<T>`. |
674
+ | `FunctionOr<T, R>`, `AsyncFunctionOr<T, R>` | A value, or a function (or async function) that computes it. |
675
+ | `Predicate<T>`, `AsyncPredicate<T>` | `(arg: T) => boolean`, sync or async. |
676
+
677
+ ### `@nxgt/material-vue/dnd`
678
+
679
+ The drag-and-drop layer used by kanban, transfer list, sortable list and
680
+ calendar. The components are listed in the [catalogue](#data-table-filter--lists).
681
+
682
+ | Export | What it does |
683
+ | --- | --- |
684
+ | `arrayMove(array, from, to)`, `insertIds(list, ids, before?)` | Moves one item; inserts `ids` into `list` before an id (or at the end). |
685
+ | `closestCenter`, `pointerWithin`, `rectIntersection` | Collision detection strategies. |
686
+ | `verticalListSortingStrategy`, `horizontalListSortingStrategy` | Sorting strategies for `SortableProvider`. |
687
+ | `useDndItem()`, `useDndActiveId()` | Context of the enclosing draggable item; id of the item being dragged. |
688
+ | `CSS`, `composeRefs(...refs)` | `CSS.Transform.toString(transform)` for inline styles; merges template refs. |
689
+
690
+ ### Component utilities (`@nxgt/material-vue/components`)
691
+
692
+ Pure helpers exported next to the components that use them.
693
+
694
+ | Export | What it does |
695
+ | --- | --- |
696
+ | `formatFileSize(bytes)`, `formatCount(count, max?)`, `formatStatDelta(delta)`, `formatRelativeTime(value, options?)` | Display formatting for file sizes, counters (`99+`), KPI deltas and relative times. |
697
+ | `isEmail(value)`, `isUrl(value)`, `normalizeUrl(value)`, `normalizeHex(value)`, `scorePassword(value)` | Validation and normalisation behind the matching fields. |
698
+ | `parseNumberInput(raw)`, `clampNumber(value, min?, max?)`, `stepNumber(value, direction, step?)`, `parseCurrencyInput(raw)` | Locale-tolerant number parsing (`1.234,5` or `1,234.5`) and stepping. |
699
+ | `minutesToParts(total)`, `partsToMinutes(hours, minutes)`, `clampRating(value, max?)` | Duration and rating conversions. |
700
+ | `parsePhoneInput`, `toE164`, `formatInternational`, `formatNational`, `isValidPhoneNumber`, `PHONE_COUNTRIES`, `flagEmoji` | Phone parsing and formatting (libphonenumber-js) and the country list. |
701
+ | `TIMEZONES`, `timezoneLabel(tz, language?)`, `timezoneCity(tz)`, `toCalendarDate(date)`, `fromDateValue(value, base?)` | Timezone list and labels with UTC offset; `Date` ↔ calendar-date conversions. |
702
+ | `copyToClipboard(text)`, `debounce(fn, ms)` | Clipboard write; debounced function. |
703
+ | `findActiveMenuItem(path, items)`, `partitionMenu(items)` | The app shell's longest-match and footer rules. |
704
+ | `dataTableFeatures`, `useColumnHelpers()`, `useDeleteRowsHandler(onDelete?)` | TanStack feature set, column helpers and a confirm-then-delete handler for `DataTable`. |
705
+ | `renderBarcode(canvas, value, options)`, `renderQrModel(options)`, `highlightCode(code, language?)` | Barcode, QR and syntax highlighting without the component. |
706
+ | `cropImageToFile(src, area, options?)`, `IMAGE_CROP_ASPECTS` | Crops an image into a `File`; preset aspect ratios. |
707
+
708
+ ## SSR
709
+
710
+ An SSR app that bundles this package (`ssr.noExternal: ['@nxgt/material-vue']`)
711
+ evaluates every module the barrels reach at **boot**, whether or not a page
712
+ renders the component.
713
+
714
+ - **Browser-only widgets are already deferred.** `PdfReader` and its parts,
715
+ `Camera`, `StxPlayer`, `CodeEditor` and `CodeDiff` load their dependency
716
+ with `import()` and render through `clientOnly`. Do the same for your own
717
+ browser-only code, because a `typeof window` guard does nothing when the
718
+ *import* itself is the side effect:
719
+
720
+ ```ts
721
+ import { defineAsyncComponent } from 'vue';
722
+ import { clientOnly } from '@nxgt/material-vue/lib';
723
+
724
+ export const MapView = clientOnly(defineAsyncComponent(() => import('./map-view.vue')));
725
+ ```
726
+
727
+ - **Language on first render.** Pass `initial-language` (from a cookie or
728
+ `Accept-Language`) to `I18nProvider` so the server and the client agree.
729
+ - **Never `<svg><title>`.** Some SSR frameworks hoist `<title>` into the
730
+ document head, which causes a hydration mismatch. Use `role="img"` +
731
+ `aria-label`; `Icon` already does.
732
+
733
+ ## Traps
734
+
735
+ | Symptom | Cause | Fix |
736
+ | --- | --- | --- |
737
+ | Components render unstyled, no console error | `styles.css` is not in the same file as `@import "tailwindcss"` | import it right after `@import "tailwindcss"` in your entry CSS |
738
+ | `Icon`, menu icons or toast icons are blank | sprite sheet not served | `public/assets/icons/sprites/<style>.svg` |
739
+ | `getActivePinia()` was called but there was no active Pinia | Pinia not installed | `app.use(createPinia())` before mount (the Nuxt module does it) |
740
+ | App shell, `AppBreadcrumb` or `LinkButton` throws on `useRoute` | vue-router not installed | `app.use(router)` |
741
+ | `useI18nContext must be used within an I18nProvider` | your `useTranslation()` runs outside the provider | mount `I18nProvider` above the component |
742
+ | `ReferenceError: DOMMatrix` at server boot | a static `pdfjs-dist` import in your own code | `import()` + `clientOnly` |
743
+ | `jsbarcode` has no default export (Vite, no Nuxt) | CommonJS dependency not pre-bundled | `optimizeDeps.include: ['@nxgt/material-vue > jsbarcode']` |
744
+ | Both CSS files loaded, duplicated tokens | `styles.css` and the root `style` export imported together | keep one: `styles.css` with Tailwind, the compiled CSS without |
745
+
746
+ ## Development
747
+
748
+ ```sh
749
+ bun install
750
+ bun run build # what consumers read
751
+ bun run storybook # http://localhost:6006
752
+ bun run test
753
+ ```
754
+
755
+ ## License
65
756
 
66
- Published on npm. Pin a version in the consumer (`^0.2.0`).
757
+ [MIT](https://opensource.org/license/mit). The `LICENSE` file ships in the
758
+ package.