@wow-two-beta/ui-vue 0.0.2

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 (1507) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +113 -0
  3. package/dist/analytics/Analytics.d.ts +50 -0
  4. package/dist/analytics/AnalyticsEvent.d.ts +49 -0
  5. package/dist/analytics/AnalyticsProvider.d.ts +37 -0
  6. package/dist/analytics/ConsoleAnalyticsProvider.d.ts +8 -0
  7. package/dist/analytics/MemoryAnalyticsProvider.d.ts +19 -0
  8. package/dist/analytics/index.d.ts +5 -0
  9. package/dist/analytics/index.js +196 -0
  10. package/dist/analytics/index.js.map +1 -0
  11. package/dist/auth/AuthBridge.d.ts +30 -0
  12. package/dist/auth/AuthContext.d.ts +41 -0
  13. package/dist/auth/AuthProvider.vue.d.ts +33 -0
  14. package/dist/auth/AuthSession.d.ts +41 -0
  15. package/dist/auth/BearerStrategy.d.ts +36 -0
  16. package/dist/auth/CookieStrategy.d.ts +29 -0
  17. package/dist/auth/RedirectStrategy.d.ts +24 -0
  18. package/dist/auth/TokenStorage.d.ts +9 -0
  19. package/dist/auth/index.d.ts +8 -0
  20. package/dist/auth/index.js +275 -0
  21. package/dist/auth/index.js.map +1 -0
  22. package/dist/chunks/Accept-BWpCXDmS.js +35 -0
  23. package/dist/chunks/Accept-BWpCXDmS.js.map +1 -0
  24. package/dist/chunks/Align-DqFtCY3a.js +12 -0
  25. package/dist/chunks/Align-DqFtCY3a.js.map +1 -0
  26. package/dist/chunks/AnchoredPositioner.vue_vue_type_script_setup_true_lang-BpBVI2Cu.js +53 -0
  27. package/dist/chunks/AnchoredPositioner.vue_vue_type_script_setup_true_lang-BpBVI2Cu.js.map +1 -0
  28. package/dist/chunks/Announce.vue_vue_type_script_setup_true_lang-CDTltiIl.js +46 -0
  29. package/dist/chunks/Announce.vue_vue_type_script_setup_true_lang-CDTltiIl.js.map +1 -0
  30. package/dist/chunks/ApiError-l0YdcqqV.js +15 -0
  31. package/dist/chunks/ApiError-l0YdcqqV.js.map +1 -0
  32. package/dist/chunks/BackToTopButton.vue_vue_type_script_setup_true_lang-CkxLllEO.js +996 -0
  33. package/dist/chunks/BackToTopButton.vue_vue_type_script_setup_true_lang-CkxLllEO.js.map +1 -0
  34. package/dist/chunks/Backdrop.vue_vue_type_script_setup_true_lang-DZUhGY9p.js +78 -0
  35. package/dist/chunks/Backdrop.vue_vue_type_script_setup_true_lang-DZUhGY9p.js.map +1 -0
  36. package/dist/chunks/BottomSheet.vue_vue_type_script_setup_true_lang-CmNoI4BE.js +1094 -0
  37. package/dist/chunks/BottomSheet.vue_vue_type_script_setup_true_lang-CmNoI4BE.js.map +1 -0
  38. package/dist/chunks/Bytes-7Jxs6Bq6.js +21 -0
  39. package/dist/chunks/Bytes-7Jxs6Bq6.js.map +1 -0
  40. package/dist/chunks/ChatComposer.vue_vue_type_script_setup_true_lang-lNcRhKIv.js +12748 -0
  41. package/dist/chunks/ChatComposer.vue_vue_type_script_setup_true_lang-lNcRhKIv.js.map +1 -0
  42. package/dist/chunks/Chord-D9Z-j3O0.js +139 -0
  43. package/dist/chunks/Chord-D9Z-j3O0.js.map +1 -0
  44. package/dist/chunks/ColorModeContext-Bz6CBL0V.js +21 -0
  45. package/dist/chunks/ColorModeContext-Bz6CBL0V.js.map +1 -0
  46. package/dist/chunks/Compare-Du6p-OX1.js +18 -0
  47. package/dist/chunks/Compare-Du6p-OX1.js.map +1 -0
  48. package/dist/chunks/ControlGroup.vue_vue_type_script_setup_true_lang-CV8Xstes.js +229 -0
  49. package/dist/chunks/ControlGroup.vue_vue_type_script_setup_true_lang-CV8Xstes.js.map +1 -0
  50. package/dist/chunks/CornerPosition-FneGck5D.js +14 -0
  51. package/dist/chunks/CornerPosition-FneGck5D.js.map +1 -0
  52. package/dist/chunks/CssExtensions-BzLJG57F.js +161 -0
  53. package/dist/chunks/CssExtensions-BzLJG57F.js.map +1 -0
  54. package/dist/chunks/DateExtensions-QahSUlRy.js +282 -0
  55. package/dist/chunks/DateExtensions-QahSUlRy.js.map +1 -0
  56. package/dist/chunks/DeepEqual-7lBKnkNS.js +29 -0
  57. package/dist/chunks/DeepEqual-7lBKnkNS.js.map +1 -0
  58. package/dist/chunks/DismissableLayer.vue_vue_type_script_setup_true_lang-6nRnzsJW.js +214 -0
  59. package/dist/chunks/DismissableLayer.vue_vue_type_script_setup_true_lang-6nRnzsJW.js.map +1 -0
  60. package/dist/chunks/DrawerContent.vue_vue_type_script_setup_true_lang-DvvrJdF0.js +207 -0
  61. package/dist/chunks/DrawerContent.vue_vue_type_script_setup_true_lang-DvvrJdF0.js.map +1 -0
  62. package/dist/chunks/EmojiCatalog-CR4Lcm43.js +1923 -0
  63. package/dist/chunks/EmojiCatalog-CR4Lcm43.js.map +1 -0
  64. package/dist/chunks/Environment-CuQav_mw.js +68 -0
  65. package/dist/chunks/Environment-CuQav_mw.js.map +1 -0
  66. package/dist/chunks/Equality-DIQYQysz.js +21 -0
  67. package/dist/chunks/Equality-DIQYQysz.js.map +1 -0
  68. package/dist/chunks/ErrorLike-Cfj0lZW3.js +27 -0
  69. package/dist/chunks/ErrorLike-Cfj0lZW3.js.map +1 -0
  70. package/dist/chunks/ErrorMessage-Cqt7WaFn.js +26 -0
  71. package/dist/chunks/ErrorMessage-Cqt7WaFn.js.map +1 -0
  72. package/dist/chunks/ErrorRecognizers-oTklha6D.js +17 -0
  73. package/dist/chunks/ErrorRecognizers-oTklha6D.js.map +1 -0
  74. package/dist/chunks/FeedbackBus-BRbyOMCn.js +39 -0
  75. package/dist/chunks/FeedbackBus-BRbyOMCn.js.map +1 -0
  76. package/dist/chunks/FieldErrors-2zjhia4U.js +56 -0
  77. package/dist/chunks/FieldErrors-2zjhia4U.js.map +1 -0
  78. package/dist/chunks/FileName-CmNjFV7t.js +30 -0
  79. package/dist/chunks/FileName-CmNjFV7t.js.map +1 -0
  80. package/dist/chunks/FormControlContext-B71MFW26.js +22 -0
  81. package/dist/chunks/FormControlContext-B71MFW26.js.map +1 -0
  82. package/dist/chunks/FormControlProvider.vue_vue_type_script_setup_true_lang-Fak7Jv46.js +73 -0
  83. package/dist/chunks/FormControlProvider.vue_vue_type_script_setup_true_lang-Fak7Jv46.js.map +1 -0
  84. package/dist/chunks/HtmlExtensions-jlKY5f9C.js +23 -0
  85. package/dist/chunks/HtmlExtensions-jlKY5f9C.js.map +1 -0
  86. package/dist/chunks/Icon.vue_vue_type_script_setup_true_lang-DgwdLCRR.js +27 -0
  87. package/dist/chunks/Icon.vue_vue_type_script_setup_true_lang-DgwdLCRR.js.map +1 -0
  88. package/dist/chunks/Inline.vue_vue_type_script_setup_true_lang-BvWbQpJD.js +68 -0
  89. package/dist/chunks/Inline.vue_vue_type_script_setup_true_lang-BvWbQpJD.js.map +1 -0
  90. package/dist/chunks/KeyboardExtensions-CQlkK53D.js +34 -0
  91. package/dist/chunks/KeyboardExtensions-CQlkK53D.js.map +1 -0
  92. package/dist/chunks/Listbox.variants-CqAkYsmK.js +44 -0
  93. package/dist/chunks/Listbox.variants-CqAkYsmK.js.map +1 -0
  94. package/dist/chunks/LocaleContext-B3UXrI6p.js +39 -0
  95. package/dist/chunks/LocaleContext-B3UXrI6p.js.map +1 -0
  96. package/dist/chunks/Messages-BGfQHMmW.js +201 -0
  97. package/dist/chunks/Messages-BGfQHMmW.js.map +1 -0
  98. package/dist/chunks/ModalContent.vue_vue_type_script_setup_true_lang-CLACSqKg.js +191 -0
  99. package/dist/chunks/ModalContent.vue_vue_type_script_setup_true_lang-CLACSqKg.js.map +1 -0
  100. package/dist/chunks/NavItem.vue_vue_type_script_setup_true_lang-CGBo2TiV.js +86 -0
  101. package/dist/chunks/NavItem.vue_vue_type_script_setup_true_lang-CGBo2TiV.js.map +1 -0
  102. package/dist/chunks/Navbar.vue_vue_type_script_setup_true_lang-Cl2ejukE.js +2073 -0
  103. package/dist/chunks/Navbar.vue_vue_type_script_setup_true_lang-Cl2ejukE.js.map +1 -0
  104. package/dist/chunks/NotificationItem.vue_vue_type_script_setup_true_lang-gi0uHIuK.js +2727 -0
  105. package/dist/chunks/NotificationItem.vue_vue_type_script_setup_true_lang-gi0uHIuK.js.map +1 -0
  106. package/dist/chunks/OptionTileGroup.vue_vue_type_script_setup_true_lang-BGSmXM_u.js +943 -0
  107. package/dist/chunks/OptionTileGroup.vue_vue_type_script_setup_true_lang-BGSmXM_u.js.map +1 -0
  108. package/dist/chunks/Orientation-u-sYunuG.js +10 -0
  109. package/dist/chunks/Orientation-u-sYunuG.js.map +1 -0
  110. package/dist/chunks/OverlayArrow.vue_vue_type_script_setup_true_lang-CLYhnI8i.js +33 -0
  111. package/dist/chunks/OverlayArrow.vue_vue_type_script_setup_true_lang-CLYhnI8i.js.map +1 -0
  112. package/dist/chunks/OverlayChrome-e4MNr8Yl.js +17 -0
  113. package/dist/chunks/OverlayChrome-e4MNr8Yl.js.map +1 -0
  114. package/dist/chunks/OverlayPosition-BNybkMGG.js +18 -0
  115. package/dist/chunks/OverlayPosition-BNybkMGG.js.map +1 -0
  116. package/dist/chunks/PopoverContent.vue_vue_type_script_setup_true_lang-D-OiGICS.js +212 -0
  117. package/dist/chunks/PopoverContent.vue_vue_type_script_setup_true_lang-D-OiGICS.js.map +1 -0
  118. package/dist/chunks/Portal.vue_vue_type_script_setup_true_lang-CF3R0VCZ.js +34 -0
  119. package/dist/chunks/Portal.vue_vue_type_script_setup_true_lang-CF3R0VCZ.js.map +1 -0
  120. package/dist/chunks/Presence-C7IJvh_P.js +120 -0
  121. package/dist/chunks/Presence-C7IJvh_P.js.map +1 -0
  122. package/dist/chunks/PressExtensions-DXqhjlR2.js +16 -0
  123. package/dist/chunks/PressExtensions-DXqhjlR2.js.map +1 -0
  124. package/dist/chunks/Primitive-Cm3ECaVw.js +20 -0
  125. package/dist/chunks/Primitive-Cm3ECaVw.js.map +1 -0
  126. package/dist/chunks/ProgressTone-BpLPUptx.js +16 -0
  127. package/dist/chunks/ProgressTone-BpLPUptx.js.map +1 -0
  128. package/dist/chunks/QueryPermission--OKfvS9c.js +82 -0
  129. package/dist/chunks/QueryPermission--OKfvS9c.js.map +1 -0
  130. package/dist/chunks/QueryPlugin-CfotNm6j.js +12 -0
  131. package/dist/chunks/QueryPlugin-CfotNm6j.js.map +1 -0
  132. package/dist/chunks/RovingFocusGroup.vue_vue_type_script_setup_true_lang-DCpYSP2V.js +235 -0
  133. package/dist/chunks/RovingFocusGroup.vue_vue_type_script_setup_true_lang-DCpYSP2V.js.map +1 -0
  134. package/dist/chunks/ScrollLockProvider.vue_vue_type_script_setup_true_lang-_ihHJ7jI.js +20 -0
  135. package/dist/chunks/ScrollLockProvider.vue_vue_type_script_setup_true_lang-_ihHJ7jI.js.map +1 -0
  136. package/dist/chunks/SerializeError-CclP2jCW.js +61 -0
  137. package/dist/chunks/SerializeError-CclP2jCW.js.map +1 -0
  138. package/dist/chunks/Severity-D0C5oAt-.js +16 -0
  139. package/dist/chunks/Severity-D0C5oAt-.js.map +1 -0
  140. package/dist/chunks/Side-CSys3p-F.js +23 -0
  141. package/dist/chunks/Side-CSys3p-F.js.map +1 -0
  142. package/dist/chunks/Slot-D2lIitvV.js +103 -0
  143. package/dist/chunks/Slot-D2lIitvV.js.map +1 -0
  144. package/dist/chunks/SortableHandle.vue_vue_type_script_setup_true_lang-CWCXGjZG.js +10364 -0
  145. package/dist/chunks/SortableHandle.vue_vue_type_script_setup_true_lang-CWCXGjZG.js.map +1 -0
  146. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-BAepBy2n.js +23 -0
  147. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-BAepBy2n.js.map +1 -0
  148. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-C4lNiUOm.js +76 -0
  149. package/dist/chunks/Spinner.vue_vue_type_script_setup_true_lang-C4lNiUOm.js.map +1 -0
  150. package/dist/chunks/StatusTone-BoPK1s09.js +16 -0
  151. package/dist/chunks/StatusTone-BoPK1s09.js.map +1 -0
  152. package/dist/chunks/StorageBroker-COC81ZGB.js +64 -0
  153. package/dist/chunks/StorageBroker-COC81ZGB.js.map +1 -0
  154. package/dist/chunks/StyleTokens-Bkz7Dm5L.js +65 -0
  155. package/dist/chunks/StyleTokens-Bkz7Dm5L.js.map +1 -0
  156. package/dist/chunks/SubmitErrors-K8nmmj0P.js +374 -0
  157. package/dist/chunks/SubmitErrors-K8nmmj0P.js.map +1 -0
  158. package/dist/chunks/SurfaceStyles-ChdpGRBO.js +143 -0
  159. package/dist/chunks/SurfaceStyles-ChdpGRBO.js.map +1 -0
  160. package/dist/chunks/TableOfContents.vue_vue_type_script_setup_true_lang-HVL4lg_f.js +2159 -0
  161. package/dist/chunks/TableOfContents.vue_vue_type_script_setup_true_lang-HVL4lg_f.js.map +1 -0
  162. package/dist/chunks/ToError-CyTBsmLO.js +52 -0
  163. package/dist/chunks/ToError-CyTBsmLO.js.map +1 -0
  164. package/dist/chunks/Tones-CI65uuq9.js +90 -0
  165. package/dist/chunks/Tones-CI65uuq9.js.map +1 -0
  166. package/dist/chunks/TransitionExtensions-hFi80JX2.js +19 -0
  167. package/dist/chunks/TransitionExtensions-hFi80JX2.js.map +1 -0
  168. package/dist/chunks/UseHotkeys-CKIYK5Mq.js +82 -0
  169. package/dist/chunks/UseHotkeys-CKIYK5Mq.js.map +1 -0
  170. package/dist/chunks/UseNavigationProgress-TQIkkXyU.js +51 -0
  171. package/dist/chunks/UseNavigationProgress-TQIkkXyU.js.map +1 -0
  172. package/dist/chunks/cn-CzDCF-Ah.js +9 -0
  173. package/dist/chunks/cn-CzDCF-Ah.js.map +1 -0
  174. package/dist/chunks/dataAttr-7BR67dTj.js +7 -0
  175. package/dist/chunks/dataAttr-7BR67dTj.js.map +1 -0
  176. package/dist/chunks/index-BD7H9CkO.js +130 -0
  177. package/dist/chunks/index-BD7H9CkO.js.map +1 -0
  178. package/dist/chunks/index-BGzbbN9T.js +1707 -0
  179. package/dist/chunks/index-BGzbbN9T.js.map +1 -0
  180. package/dist/chunks/index-C034dEhy.js +205 -0
  181. package/dist/chunks/index-C034dEhy.js.map +1 -0
  182. package/dist/chunks/index-Cbydgcdk.js +234 -0
  183. package/dist/chunks/index-Cbydgcdk.js.map +1 -0
  184. package/dist/chunks/index-CzKEU1kI.js +11 -0
  185. package/dist/chunks/index-CzKEU1kI.js.map +1 -0
  186. package/dist/chunks/index-KL15HQew.js +61 -0
  187. package/dist/chunks/index-KL15HQew.js.map +1 -0
  188. package/dist/chunks/index-drjQ833B.js +10 -0
  189. package/dist/chunks/index-drjQ833B.js.map +1 -0
  190. package/dist/chunks/useClipboard-BVRwXC--.js +37 -0
  191. package/dist/chunks/useClipboard-BVRwXC--.js.map +1 -0
  192. package/dist/chunks/useControlled-B6M4kTLn.js +24 -0
  193. package/dist/chunks/useControlled-B6M4kTLn.js.map +1 -0
  194. package/dist/chunks/useDebounceHandler-BIZgvvGp.js +20 -0
  195. package/dist/chunks/useDebounceHandler-BIZgvvGp.js.map +1 -0
  196. package/dist/chunks/useEscape-CYPdpm_l.js +15 -0
  197. package/dist/chunks/useEscape-CYPdpm_l.js.map +1 -0
  198. package/dist/chunks/useEventListener-gohT6zGs.js +16 -0
  199. package/dist/chunks/useEventListener-gohT6zGs.js.map +1 -0
  200. package/dist/chunks/useId-CtgAhGrn.js +9 -0
  201. package/dist/chunks/useId-CtgAhGrn.js.map +1 -0
  202. package/dist/chunks/useMediaQuery-DwVcSgGk.js +27 -0
  203. package/dist/chunks/useMediaQuery-DwVcSgGk.js.map +1 -0
  204. package/dist/chunks/useOutsideClick-CW80BJfE.js +22 -0
  205. package/dist/chunks/useOutsideClick-CW80BJfE.js.map +1 -0
  206. package/dist/chunks/useRecentItems-DFnt5CBy.js +137 -0
  207. package/dist/chunks/useRecentItems-DFnt5CBy.js.map +1 -0
  208. package/dist/chunks/useReducedMotion-B9LqQ3UT.js +8 -0
  209. package/dist/chunks/useReducedMotion-B9LqQ3UT.js.map +1 -0
  210. package/dist/chunks/useResizeObserver-BUU7lC-n.js +17 -0
  211. package/dist/chunks/useResizeObserver-BUU7lC-n.js.map +1 -0
  212. package/dist/chunks/useScrollLock-d6YIGUcs.js +37 -0
  213. package/dist/chunks/useScrollLock-d6YIGUcs.js.map +1 -0
  214. package/dist/domain/color/Gradient.d.ts +60 -0
  215. package/dist/domain/color/GradientType.d.ts +8 -0
  216. package/dist/domain/color/index.d.ts +3 -0
  217. package/dist/domain/color/index.js +6 -0
  218. package/dist/domain/color/index.js.map +1 -0
  219. package/dist/domain/emoji/EmojiCatalog.d.ts +29 -0
  220. package/dist/domain/emoji/EmojiCatalogData.d.ts +3 -0
  221. package/dist/domain/emoji/EmojiCategory.d.ts +20 -0
  222. package/dist/domain/emoji/index.d.ts +3 -0
  223. package/dist/domain/emoji/index.js +6 -0
  224. package/dist/domain/emoji/index.js.map +1 -0
  225. package/dist/feedback/FeedbackBus.d.ts +71 -0
  226. package/dist/feedback/FeedbackQueryErrors.d.ts +21 -0
  227. package/dist/feedback/index.d.ts +2 -0
  228. package/dist/feedback/index.js +20 -0
  229. package/dist/feedback/index.js.map +1 -0
  230. package/dist/flags/FlagClient.d.ts +72 -0
  231. package/dist/flags/FlagProvider.d.ts +38 -0
  232. package/dist/flags/FlagTypes.d.ts +85 -0
  233. package/dist/flags/FlagsContext.d.ts +32 -0
  234. package/dist/flags/FlagsProvider.vue.d.ts +24 -0
  235. package/dist/flags/StaticFlagProvider.d.ts +51 -0
  236. package/dist/flags/index.d.ts +6 -0
  237. package/dist/flags/index.js +243 -0
  238. package/dist/flags/index.js.map +1 -0
  239. package/dist/forms-engine/AppForm.d.ts +258 -0
  240. package/dist/forms-engine/DeepEqual.d.ts +8 -0
  241. package/dist/forms-engine/FocusFirstInvalid.d.ts +15 -0
  242. package/dist/forms-engine/FormGlue.d.ts +55 -0
  243. package/dist/forms-engine/Paths.d.ts +47 -0
  244. package/dist/forms-engine/SchemaValidation.d.ts +29 -0
  245. package/dist/forms-engine/StandardSchema.d.ts +55 -0
  246. package/dist/forms-engine/SubmitErrors.d.ts +33 -0
  247. package/dist/forms-engine/UseFieldArray.d.ts +87 -0
  248. package/dist/forms-engine/house/HouseFormCore.d.ts +33 -0
  249. package/dist/forms-engine/house/UseAppForm.d.ts +16 -0
  250. package/dist/forms-engine/house/index.d.ts +7 -0
  251. package/dist/forms-engine/house/index.js +315 -0
  252. package/dist/forms-engine/house/index.js.map +1 -0
  253. package/dist/forms-engine/index.d.ts +10 -0
  254. package/dist/forms-engine/index.js +127 -0
  255. package/dist/forms-engine/index.js.map +1 -0
  256. package/dist/forms-engine/tanstack/TanstackFormOverlay.d.ts +49 -0
  257. package/dist/forms-engine/tanstack/UseAppForm.d.ts +26 -0
  258. package/dist/forms-engine/tanstack/index.d.ts +8 -0
  259. package/dist/forms-engine/tanstack/index.js +407 -0
  260. package/dist/forms-engine/tanstack/index.js.map +1 -0
  261. package/dist/foundation/animation/Animate.d.ts +73 -0
  262. package/dist/foundation/animation/AnimatedLayout.d.ts +72 -0
  263. package/dist/foundation/animation/Flip.d.ts +90 -0
  264. package/dist/foundation/animation/UseFlip.d.ts +22 -0
  265. package/dist/foundation/animation/index.d.ts +4 -0
  266. package/dist/foundation/animation/index.js +241 -0
  267. package/dist/foundation/animation/index.js.map +1 -0
  268. package/dist/foundation/async/Abort.d.ts +33 -0
  269. package/dist/foundation/async/Combinators.d.ts +17 -0
  270. package/dist/foundation/async/Deferred.d.ts +18 -0
  271. package/dist/foundation/async/Limit.d.ts +36 -0
  272. package/dist/foundation/async/Rate.d.ts +31 -0
  273. package/dist/foundation/async/Retry.d.ts +20 -0
  274. package/dist/foundation/async/Timeout.d.ts +32 -0
  275. package/dist/foundation/async/index.d.ts +7 -0
  276. package/dist/foundation/async/index.js +290 -0
  277. package/dist/foundation/async/index.js.map +1 -0
  278. package/dist/foundation/clipboard/ClipboardPermission.d.ts +17 -0
  279. package/dist/foundation/clipboard/ClipboardResult.d.ts +102 -0
  280. package/dist/foundation/clipboard/ClipboardSupport.d.ts +55 -0
  281. package/dist/foundation/clipboard/CopyItems.d.ts +44 -0
  282. package/dist/foundation/clipboard/CopyText.d.ts +16 -0
  283. package/dist/foundation/clipboard/LegacyCopy.d.ts +38 -0
  284. package/dist/foundation/clipboard/PasteItems.d.ts +25 -0
  285. package/dist/foundation/clipboard/ReadClipboard.d.ts +29 -0
  286. package/dist/foundation/clipboard/UseClipboardCopy.d.ts +40 -0
  287. package/dist/foundation/clipboard/UsePasteHandler.d.ts +35 -0
  288. package/dist/foundation/clipboard/index.d.ts +10 -0
  289. package/dist/foundation/clipboard/index.js +437 -0
  290. package/dist/foundation/clipboard/index.js.map +1 -0
  291. package/dist/foundation/collections/Arrays.d.ts +131 -0
  292. package/dist/foundation/collections/Comparison.d.ts +39 -0
  293. package/dist/foundation/collections/Records.d.ts +72 -0
  294. package/dist/foundation/collections/SetOps.d.ts +45 -0
  295. package/dist/foundation/collections/Tree.d.ts +63 -0
  296. package/dist/foundation/collections/index.d.ts +5 -0
  297. package/dist/foundation/collections/index.js +460 -0
  298. package/dist/foundation/collections/index.js.map +1 -0
  299. package/dist/foundation/commands/Command.d.ts +46 -0
  300. package/dist/foundation/commands/CommandRegistry.d.ts +36 -0
  301. package/dist/foundation/commands/CommandShortcut.d.ts +8 -0
  302. package/dist/foundation/commands/CommandsContext.d.ts +30 -0
  303. package/dist/foundation/commands/CommandsProvider.vue.d.ts +18 -0
  304. package/dist/foundation/commands/SearchCommands.d.ts +28 -0
  305. package/dist/foundation/commands/UseCommandRegistry.d.ts +19 -0
  306. package/dist/foundation/commands/UseCommandShortcuts.d.ts +18 -0
  307. package/dist/foundation/commands/index.d.ts +8 -0
  308. package/dist/foundation/commands/index.js +278 -0
  309. package/dist/foundation/commands/index.js.map +1 -0
  310. package/dist/foundation/config/ConfigField.d.ts +60 -0
  311. package/dist/foundation/config/ConfigSource.d.ts +24 -0
  312. package/dist/foundation/config/DefineConfig.d.ts +43 -0
  313. package/dist/foundation/config/index.d.ts +3 -0
  314. package/dist/foundation/config/index.js +186 -0
  315. package/dist/foundation/config/index.js.map +1 -0
  316. package/dist/foundation/crypto/Digest.d.ts +25 -0
  317. package/dist/foundation/crypto/Encoding.d.ts +43 -0
  318. package/dist/foundation/crypto/HashObject.d.ts +18 -0
  319. package/dist/foundation/crypto/Random.d.ts +32 -0
  320. package/dist/foundation/crypto/TimingSafeEqual.d.ts +12 -0
  321. package/dist/foundation/crypto/WebCrypto.d.ts +15 -0
  322. package/dist/foundation/crypto/index.d.ts +6 -0
  323. package/dist/foundation/crypto/index.js +226 -0
  324. package/dist/foundation/crypto/index.js.map +1 -0
  325. package/dist/foundation/datetime/Arithmetic.d.ts +31 -0
  326. package/dist/foundation/datetime/Boundaries.d.ts +24 -0
  327. package/dist/foundation/datetime/Comparison.d.ts +43 -0
  328. package/dist/foundation/datetime/Difference.d.ts +28 -0
  329. package/dist/foundation/datetime/Internals.d.ts +12 -0
  330. package/dist/foundation/datetime/Interval.d.ts +38 -0
  331. package/dist/foundation/datetime/IsoDate.d.ts +24 -0
  332. package/dist/foundation/datetime/index.d.ts +6 -0
  333. package/dist/foundation/datetime/index.js +302 -0
  334. package/dist/foundation/datetime/index.js.map +1 -0
  335. package/dist/foundation/device/Breakpoints.d.ts +54 -0
  336. package/dist/foundation/device/DisplayMode.d.ts +13 -0
  337. package/dist/foundation/device/Platform.d.ts +27 -0
  338. package/dist/foundation/device/PointerType.d.ts +11 -0
  339. package/dist/foundation/device/UseBreakpoint.d.ts +20 -0
  340. package/dist/foundation/device/UseDisplayMode.d.ts +23 -0
  341. package/dist/foundation/device/UseOnlineStatus.d.ts +12 -0
  342. package/dist/foundation/device/UsePointer.d.ts +25 -0
  343. package/dist/foundation/device/index.d.ts +8 -0
  344. package/dist/foundation/device/index.js +187 -0
  345. package/dist/foundation/device/index.js.map +1 -0
  346. package/dist/foundation/errors/ErrorChain.d.ts +23 -0
  347. package/dist/foundation/errors/ErrorLike.d.ts +35 -0
  348. package/dist/foundation/errors/ErrorMessage.d.ts +13 -0
  349. package/dist/foundation/errors/ErrorRecognizers.d.ts +18 -0
  350. package/dist/foundation/errors/SerializeError.d.ts +25 -0
  351. package/dist/foundation/errors/ToError.d.ts +15 -0
  352. package/dist/foundation/errors/index.d.ts +6 -0
  353. package/dist/foundation/errors/index.js +18 -0
  354. package/dist/foundation/errors/index.js.map +1 -0
  355. package/dist/foundation/files/Accept.d.ts +30 -0
  356. package/dist/foundation/files/DownloadFile.d.ts +10 -0
  357. package/dist/foundation/files/FileName.d.ts +21 -0
  358. package/dist/foundation/files/ReadFile.d.ts +6 -0
  359. package/dist/foundation/files/index.d.ts +4 -0
  360. package/dist/foundation/files/index.js +62 -0
  361. package/dist/foundation/files/index.js.map +1 -0
  362. package/dist/foundation/format/Bytes.d.ts +15 -0
  363. package/dist/foundation/format/Count.d.ts +10 -0
  364. package/dist/foundation/format/Duration.d.ts +13 -0
  365. package/dist/foundation/format/Text.d.ts +51 -0
  366. package/dist/foundation/format/index.d.ts +4 -0
  367. package/dist/foundation/format/index.js +100 -0
  368. package/dist/foundation/format/index.js.map +1 -0
  369. package/dist/foundation/geolocation/CanLocate.d.ts +18 -0
  370. package/dist/foundation/geolocation/Coordinates.d.ts +41 -0
  371. package/dist/foundation/geolocation/DistanceBetween.d.ts +21 -0
  372. package/dist/foundation/geolocation/GeolocationPermission.d.ts +13 -0
  373. package/dist/foundation/geolocation/GeolocationReading.d.ts +30 -0
  374. package/dist/foundation/geolocation/GetCurrentPosition.d.ts +14 -0
  375. package/dist/foundation/geolocation/PositionResult.d.ts +74 -0
  376. package/dist/foundation/geolocation/UseGeolocation.d.ts +38 -0
  377. package/dist/foundation/geolocation/UseWatchPosition.d.ts +16 -0
  378. package/dist/foundation/geolocation/WatchPosition.d.ts +19 -0
  379. package/dist/foundation/geolocation/index.d.ts +10 -0
  380. package/dist/foundation/geolocation/index.js +236 -0
  381. package/dist/foundation/geolocation/index.js.map +1 -0
  382. package/dist/foundation/gestures/GestureAxis.d.ts +11 -0
  383. package/dist/foundation/gestures/GestureMath.d.ts +182 -0
  384. package/dist/foundation/gestures/SwipeDirection.d.ts +13 -0
  385. package/dist/foundation/gestures/UseDrag.d.ts +75 -0
  386. package/dist/foundation/gestures/UseLongPress.d.ts +42 -0
  387. package/dist/foundation/gestures/UsePinch.d.ts +47 -0
  388. package/dist/foundation/gestures/UseSwipe.d.ts +46 -0
  389. package/dist/foundation/gestures/index.d.ts +7 -0
  390. package/dist/foundation/gestures/index.js +440 -0
  391. package/dist/foundation/gestures/index.js.map +1 -0
  392. package/dist/foundation/hooks/index.d.ts +17 -0
  393. package/dist/foundation/hooks/index.js +34 -0
  394. package/dist/foundation/hooks/index.js.map +1 -0
  395. package/dist/foundation/hooks/useAutosave/index.d.ts +1 -0
  396. package/dist/foundation/hooks/useAutosave/useAutosave.d.ts +46 -0
  397. package/dist/foundation/hooks/useClipboard/index.d.ts +1 -0
  398. package/dist/foundation/hooks/useClipboard/useClipboard.d.ts +24 -0
  399. package/dist/foundation/hooks/useControlled/index.d.ts +1 -0
  400. package/dist/foundation/hooks/useControlled/useControlled.d.ts +31 -0
  401. package/dist/foundation/hooks/useDebounceHandler/index.d.ts +1 -0
  402. package/dist/foundation/hooks/useDebounceHandler/useDebounceHandler.d.ts +16 -0
  403. package/dist/foundation/hooks/useDisclosure/index.d.ts +1 -0
  404. package/dist/foundation/hooks/useDisclosure/useDisclosure.d.ts +18 -0
  405. package/dist/foundation/hooks/useEscape/index.d.ts +1 -0
  406. package/dist/foundation/hooks/useEscape/useEscape.d.ts +10 -0
  407. package/dist/foundation/hooks/useEventListener/index.d.ts +1 -0
  408. package/dist/foundation/hooks/useEventListener/useEventListener.d.ts +17 -0
  409. package/dist/foundation/hooks/useFocusTrap/index.d.ts +1 -0
  410. package/dist/foundation/hooks/useFocusTrap/useFocusTrap.d.ts +15 -0
  411. package/dist/foundation/hooks/useId/index.d.ts +1 -0
  412. package/dist/foundation/hooks/useId/useId.d.ts +8 -0
  413. package/dist/foundation/hooks/useMediaQuery/index.d.ts +1 -0
  414. package/dist/foundation/hooks/useMediaQuery/useMediaQuery.d.ts +12 -0
  415. package/dist/foundation/hooks/useOutsideClick/index.d.ts +1 -0
  416. package/dist/foundation/hooks/useOutsideClick/useOutsideClick.d.ts +12 -0
  417. package/dist/foundation/hooks/usePersistentState/index.d.ts +1 -0
  418. package/dist/foundation/hooks/usePersistentState/usePersistentState.d.ts +31 -0
  419. package/dist/foundation/hooks/useRecentItems/index.d.ts +1 -0
  420. package/dist/foundation/hooks/useRecentItems/useRecentItems.d.ts +34 -0
  421. package/dist/foundation/hooks/useReducedMotion/index.d.ts +1 -0
  422. package/dist/foundation/hooks/useReducedMotion/useReducedMotion.d.ts +7 -0
  423. package/dist/foundation/hooks/useResizeObserver/index.d.ts +1 -0
  424. package/dist/foundation/hooks/useResizeObserver/useResizeObserver.d.ts +11 -0
  425. package/dist/foundation/hooks/useScrollLock/index.d.ts +1 -0
  426. package/dist/foundation/hooks/useScrollLock/useScrollLock.d.ts +11 -0
  427. package/dist/foundation/hooks/useTypeahead/index.d.ts +1 -0
  428. package/dist/foundation/hooks/useTypeahead/useTypeahead.d.ts +42 -0
  429. package/dist/foundation/http/ApiError.d.ts +7 -0
  430. package/dist/foundation/http/ApiResponse.d.ts +4 -0
  431. package/dist/foundation/http/CreateApiClient.d.ts +65 -0
  432. package/dist/foundation/http/DateBrands.d.ts +8 -0
  433. package/dist/foundation/http/Envelope.d.ts +33 -0
  434. package/dist/foundation/http/FieldErrors.d.ts +16 -0
  435. package/dist/foundation/http/Page.d.ts +47 -0
  436. package/dist/foundation/http/ProblemDetails.d.ts +9 -0
  437. package/dist/foundation/http/index.d.ts +9 -0
  438. package/dist/foundation/http/index.js +180 -0
  439. package/dist/foundation/http/index.js.map +1 -0
  440. package/dist/foundation/http/temporalReviver.d.ts +9 -0
  441. package/dist/foundation/i18n/FormattedRelative.vue.d.ts +10 -0
  442. package/dist/foundation/i18n/LocaleContext.d.ts +35 -0
  443. package/dist/foundation/i18n/LocaleFormatters.d.ts +24 -0
  444. package/dist/foundation/i18n/LocaleProvider.vue.d.ts +18 -0
  445. package/dist/foundation/i18n/index.d.ts +4 -0
  446. package/dist/foundation/i18n/index.js +79 -0
  447. package/dist/foundation/i18n/index.js.map +1 -0
  448. package/dist/foundation/icons/Icon.vue.d.ts +40 -0
  449. package/dist/foundation/icons/Spinner.vue.d.ts +7 -0
  450. package/dist/foundation/icons/index.d.ts +2 -0
  451. package/dist/foundation/icons/index.js +7 -0
  452. package/dist/foundation/icons/index.js.map +1 -0
  453. package/dist/foundation/idb/IdbPromises.d.ts +25 -0
  454. package/dist/foundation/idb/IndexedDbSupport.d.ts +32 -0
  455. package/dist/foundation/idb/KeyValueStore.d.ts +84 -0
  456. package/dist/foundation/idb/OpenDatabase.d.ts +62 -0
  457. package/dist/foundation/idb/Transactions.d.ts +44 -0
  458. package/dist/foundation/idb/index.d.ts +5 -0
  459. package/dist/foundation/idb/index.js +403 -0
  460. package/dist/foundation/idb/index.js.map +1 -0
  461. package/dist/foundation/identifiers/Guid.d.ts +41 -0
  462. package/dist/foundation/identifiers/index.d.ts +1 -0
  463. package/dist/foundation/identifiers/index.js +68 -0
  464. package/dist/foundation/identifiers/index.js.map +1 -0
  465. package/dist/foundation/logger/ConsoleLogSink.d.ts +8 -0
  466. package/dist/foundation/logger/LogLevel.d.ts +34 -0
  467. package/dist/foundation/logger/LogRecord.d.ts +17 -0
  468. package/dist/foundation/logger/LogSink.d.ts +17 -0
  469. package/dist/foundation/logger/Logger.d.ts +55 -0
  470. package/dist/foundation/logger/MemoryLogSink.d.ts +11 -0
  471. package/dist/foundation/logger/Redaction.d.ts +29 -0
  472. package/dist/foundation/logger/index.d.ts +7 -0
  473. package/dist/foundation/logger/index.js +232 -0
  474. package/dist/foundation/logger/index.js.map +1 -0
  475. package/dist/foundation/media/CanCaptureMedia.d.ts +36 -0
  476. package/dist/foundation/media/FacingMode.d.ts +45 -0
  477. package/dist/foundation/media/ListMediaDevices.d.ts +41 -0
  478. package/dist/foundation/media/MediaPermission.d.ts +23 -0
  479. package/dist/foundation/media/MediaStreamResult.d.ts +45 -0
  480. package/dist/foundation/media/RequestMediaStream.d.ts +37 -0
  481. package/dist/foundation/media/StopMediaStream.d.ts +10 -0
  482. package/dist/foundation/media/UseMediaStream.d.ts +41 -0
  483. package/dist/foundation/media/index.d.ts +8 -0
  484. package/dist/foundation/media/index.js +218 -0
  485. package/dist/foundation/media/index.js.map +1 -0
  486. package/dist/foundation/net/ConnectionState.d.ts +36 -0
  487. package/dist/foundation/net/CreateEventStream.d.ts +101 -0
  488. package/dist/foundation/net/CreatePoller.d.ts +59 -0
  489. package/dist/foundation/net/CreateSocketClient.d.ts +93 -0
  490. package/dist/foundation/net/Liveness.d.ts +41 -0
  491. package/dist/foundation/net/Reconnect.d.ts +49 -0
  492. package/dist/foundation/net/UseEventStream.d.ts +25 -0
  493. package/dist/foundation/net/UsePolling.d.ts +26 -0
  494. package/dist/foundation/net/UseSocket.d.ts +32 -0
  495. package/dist/foundation/net/index.d.ts +9 -0
  496. package/dist/foundation/net/index.js +840 -0
  497. package/dist/foundation/net/index.js.map +1 -0
  498. package/dist/foundation/notifications/CanNotify.d.ts +11 -0
  499. package/dist/foundation/notifications/NotificationPermission.d.ts +31 -0
  500. package/dist/foundation/notifications/Notify.d.ts +66 -0
  501. package/dist/foundation/notifications/QueryPermission.d.ts +55 -0
  502. package/dist/foundation/notifications/UseNotificationPermission.d.ts +27 -0
  503. package/dist/foundation/notifications/UsePermissionState.d.ts +14 -0
  504. package/dist/foundation/notifications/index.d.ts +6 -0
  505. package/dist/foundation/notifications/index.js +199 -0
  506. package/dist/foundation/notifications/index.js.map +1 -0
  507. package/dist/foundation/observers/ObserveIntersection.d.ts +57 -0
  508. package/dist/foundation/observers/ObserveMutation.d.ts +52 -0
  509. package/dist/foundation/observers/UseInView.d.ts +41 -0
  510. package/dist/foundation/observers/UseIntersectionObserver.d.ts +18 -0
  511. package/dist/foundation/observers/UseMutationObserver.d.ts +21 -0
  512. package/dist/foundation/observers/UseVisibility.d.ts +33 -0
  513. package/dist/foundation/observers/VisibilitySteps.d.ts +14 -0
  514. package/dist/foundation/observers/index.d.ts +7 -0
  515. package/dist/foundation/observers/index.js +199 -0
  516. package/dist/foundation/observers/index.js.map +1 -0
  517. package/dist/foundation/primitives/accessibleIcon/AccessibleIcon.d.ts +27 -0
  518. package/dist/foundation/primitives/accessibleIcon/index.d.ts +1 -0
  519. package/dist/foundation/primitives/anchoredPositioner/AnchoredPositioner.vue.d.ts +37 -0
  520. package/dist/foundation/primitives/anchoredPositioner/index.d.ts +1 -0
  521. package/dist/foundation/primitives/announce/Announce.vue.d.ts +28 -0
  522. package/dist/foundation/primitives/announce/index.d.ts +1 -0
  523. package/dist/foundation/primitives/collection/Collection.d.ts +24 -0
  524. package/dist/foundation/primitives/collection/index.d.ts +1 -0
  525. package/dist/foundation/primitives/colorModeProvider/ColorModeContext.d.ts +26 -0
  526. package/dist/foundation/primitives/colorModeProvider/ColorModeProvider.vue.d.ts +20 -0
  527. package/dist/foundation/primitives/colorModeProvider/index.d.ts +2 -0
  528. package/dist/foundation/primitives/directionProvider/DirectionContext.d.ts +23 -0
  529. package/dist/foundation/primitives/directionProvider/DirectionProvider.vue.d.ts +14 -0
  530. package/dist/foundation/primitives/directionProvider/index.d.ts +2 -0
  531. package/dist/foundation/primitives/dismissableLayer/DismissableLayer.vue.d.ts +22 -0
  532. package/dist/foundation/primitives/dismissableLayer/index.d.ts +1 -0
  533. package/dist/foundation/primitives/focusScope/FocusScope.vue.d.ts +26 -0
  534. package/dist/foundation/primitives/focusScope/index.d.ts +1 -0
  535. package/dist/foundation/primitives/formControlContext/FormControlContext.d.ts +57 -0
  536. package/dist/foundation/primitives/formControlContext/FormControlProvider.vue.d.ts +25 -0
  537. package/dist/foundation/primitives/formControlContext/index.d.ts +2 -0
  538. package/dist/foundation/primitives/index.d.ts +17 -0
  539. package/dist/foundation/primitives/index.js +52 -0
  540. package/dist/foundation/primitives/index.js.map +1 -0
  541. package/dist/foundation/primitives/overlayArrow/OverlayArrow.vue.d.ts +27 -0
  542. package/dist/foundation/primitives/overlayArrow/index.d.ts +1 -0
  543. package/dist/foundation/primitives/portal/Portal.vue.d.ts +16 -0
  544. package/dist/foundation/primitives/portal/index.d.ts +1 -0
  545. package/dist/foundation/primitives/presence/Presence.d.ts +32 -0
  546. package/dist/foundation/primitives/presence/index.d.ts +1 -0
  547. package/dist/foundation/primitives/rovingFocusGroup/RovingFocusContext.d.ts +74 -0
  548. package/dist/foundation/primitives/rovingFocusGroup/RovingFocusGroup.vue.d.ts +20 -0
  549. package/dist/foundation/primitives/rovingFocusGroup/index.d.ts +2 -0
  550. package/dist/foundation/primitives/scrollLockProvider/ScrollLockProvider.vue.d.ts +15 -0
  551. package/dist/foundation/primitives/scrollLockProvider/index.d.ts +1 -0
  552. package/dist/foundation/primitives/scrollViewport/ScrollViewport.vue.d.ts +41 -0
  553. package/dist/foundation/primitives/scrollViewport/index.d.ts +1 -0
  554. package/dist/foundation/primitives/slot/Primitive.d.ts +69 -0
  555. package/dist/foundation/primitives/slot/Slot.d.ts +38 -0
  556. package/dist/foundation/primitives/slot/index.d.ts +2 -0
  557. package/dist/foundation/primitives/visuallyHidden/VisuallyHidden.vue.d.ts +11 -0
  558. package/dist/foundation/primitives/visuallyHidden/index.d.ts +1 -0
  559. package/dist/foundation/resilience/BackoffStrategy.d.ts +10 -0
  560. package/dist/foundation/resilience/JitterStrategy.d.ts +12 -0
  561. package/dist/foundation/resilience/RetryDelay.d.ts +5 -0
  562. package/dist/foundation/resilience/RetryPolicy.d.ts +34 -0
  563. package/dist/foundation/resilience/index.d.ts +4 -0
  564. package/dist/foundation/resilience/index.js +63 -0
  565. package/dist/foundation/resilience/index.js.map +1 -0
  566. package/dist/foundation/screen/Fullscreen.d.ts +73 -0
  567. package/dist/foundation/screen/ScreenEnvironment.d.ts +42 -0
  568. package/dist/foundation/screen/ScreenOrientation.d.ts +110 -0
  569. package/dist/foundation/screen/ScreenResult.d.ts +38 -0
  570. package/dist/foundation/screen/UseFullscreen.d.ts +28 -0
  571. package/dist/foundation/screen/UseOrientation.d.ts +28 -0
  572. package/dist/foundation/screen/UseWakeLock.d.ts +18 -0
  573. package/dist/foundation/screen/WakeLock.d.ts +79 -0
  574. package/dist/foundation/screen/index.d.ts +7 -0
  575. package/dist/foundation/screen/index.js +402 -0
  576. package/dist/foundation/screen/index.js.map +1 -0
  577. package/dist/foundation/selection/Field.d.ts +31 -0
  578. package/dist/foundation/selection/Filter.d.ts +71 -0
  579. package/dist/foundation/selection/Selection.d.ts +116 -0
  580. package/dist/foundation/selection/Sort.d.ts +69 -0
  581. package/dist/foundation/selection/UseFilters.d.ts +34 -0
  582. package/dist/foundation/selection/UseSelection.d.ts +54 -0
  583. package/dist/foundation/selection/UseSort.d.ts +36 -0
  584. package/dist/foundation/selection/index.d.ts +7 -0
  585. package/dist/foundation/selection/index.js +407 -0
  586. package/dist/foundation/selection/index.js.map +1 -0
  587. package/dist/foundation/share/CanShare.d.ts +11 -0
  588. package/dist/foundation/share/Share.d.ts +45 -0
  589. package/dist/foundation/share/ShareData.d.ts +43 -0
  590. package/dist/foundation/share/ShareOrCopy.d.ts +27 -0
  591. package/dist/foundation/share/UseShare.d.ts +30 -0
  592. package/dist/foundation/share/index.d.ts +5 -0
  593. package/dist/foundation/share/index.js +111 -0
  594. package/dist/foundation/share/index.js.map +1 -0
  595. package/dist/foundation/shortcuts/Chord.d.ts +51 -0
  596. package/dist/foundation/shortcuts/UseHotkeys.d.ts +34 -0
  597. package/dist/foundation/shortcuts/index.d.ts +3 -0
  598. package/dist/foundation/shortcuts/index.js +15 -0
  599. package/dist/foundation/shortcuts/index.js.map +1 -0
  600. package/dist/foundation/speech/CreateSpeechRecognizer.d.ts +79 -0
  601. package/dist/foundation/speech/ListVoices.d.ts +78 -0
  602. package/dist/foundation/speech/Speak.d.ts +52 -0
  603. package/dist/foundation/speech/SpeechControls.d.ts +57 -0
  604. package/dist/foundation/speech/SpeechRecognitionResult.d.ts +45 -0
  605. package/dist/foundation/speech/SpeechRecognitionTypes.d.ts +67 -0
  606. package/dist/foundation/speech/SpeechResult.d.ts +32 -0
  607. package/dist/foundation/speech/SpeechSupport.d.ts +69 -0
  608. package/dist/foundation/speech/UseSpeechRecognition.d.ts +45 -0
  609. package/dist/foundation/speech/UseSpeechSynthesis.d.ts +37 -0
  610. package/dist/foundation/speech/index.d.ts +10 -0
  611. package/dist/foundation/speech/index.js +573 -0
  612. package/dist/foundation/speech/index.js.map +1 -0
  613. package/dist/foundation/storage/NamespacedBroker.d.ts +7 -0
  614. package/dist/foundation/storage/StorageBroker.d.ts +17 -0
  615. package/dist/foundation/storage/VersionedStore.d.ts +42 -0
  616. package/dist/foundation/storage/index.d.ts +3 -0
  617. package/dist/foundation/storage/index.js +65 -0
  618. package/dist/foundation/storage/index.js.map +1 -0
  619. package/dist/foundation/storage/zustand/ZustandPersist.d.ts +36 -0
  620. package/dist/foundation/storage/zustand/index.d.ts +1 -0
  621. package/dist/foundation/storage/zustand/index.js +11 -0
  622. package/dist/foundation/storage/zustand/index.js.map +1 -0
  623. package/dist/foundation/sync/CreateSyncChannel.d.ts +16 -0
  624. package/dist/foundation/sync/LeaderElection.d.ts +88 -0
  625. package/dist/foundation/sync/MemorySyncHub.d.ts +29 -0
  626. package/dist/foundation/sync/SyncChannel.d.ts +65 -0
  627. package/dist/foundation/sync/UseBroadcastState.d.ts +31 -0
  628. package/dist/foundation/sync/UseLeaderElection.d.ts +25 -0
  629. package/dist/foundation/sync/UseSyncChannel.d.ts +16 -0
  630. package/dist/foundation/sync/index.d.ts +7 -0
  631. package/dist/foundation/sync/index.js +484 -0
  632. package/dist/foundation/sync/index.js.map +1 -0
  633. package/dist/foundation/themes/Oklch.d.ts +42 -0
  634. package/dist/foundation/themes/Theme.d.ts +112 -0
  635. package/dist/foundation/themes/Tokens.d.ts +40 -0
  636. package/dist/foundation/themes/css.d.ts +20 -0
  637. package/dist/foundation/themes/generate.d.ts +6 -0
  638. package/dist/foundation/themes/index.d.ts +11 -0
  639. package/dist/foundation/themes/index.js +37 -0
  640. package/dist/foundation/themes/index.js.map +1 -0
  641. package/dist/foundation/themes/pool.d.ts +3 -0
  642. package/dist/foundation/themes/registry.d.ts +16 -0
  643. package/dist/foundation/themes/validate.d.ts +25 -0
  644. package/dist/foundation/themes/validated.d.ts +3 -0
  645. package/dist/foundation/undo/HistoryCore.d.ts +92 -0
  646. package/dist/foundation/undo/SnapshotHistory.d.ts +33 -0
  647. package/dist/foundation/undo/UndoHistory.d.ts +41 -0
  648. package/dist/foundation/undo/UseUndoHistory.d.ts +66 -0
  649. package/dist/foundation/undo/UseUndoShortcuts.d.ts +20 -0
  650. package/dist/foundation/undo/index.d.ts +5 -0
  651. package/dist/foundation/undo/index.js +361 -0
  652. package/dist/foundation/undo/index.js.map +1 -0
  653. package/dist/foundation/uploads/UploadItem.d.ts +47 -0
  654. package/dist/foundation/uploads/UploadQueue.d.ts +79 -0
  655. package/dist/foundation/uploads/UploadTransport.d.ts +41 -0
  656. package/dist/foundation/uploads/UseUploadQueue.d.ts +47 -0
  657. package/dist/foundation/uploads/XhrUploadTransport.d.ts +23 -0
  658. package/dist/foundation/uploads/index.d.ts +5 -0
  659. package/dist/foundation/uploads/index.js +449 -0
  660. package/dist/foundation/uploads/index.js.map +1 -0
  661. package/dist/foundation/utils/Align/Align.d.ts +10 -0
  662. package/dist/foundation/utils/Align/index.d.ts +1 -0
  663. package/dist/foundation/utils/ColorExtensions/ColorExtensions.d.ts +51 -0
  664. package/dist/foundation/utils/ColorExtensions/index.d.ts +1 -0
  665. package/dist/foundation/utils/Compare/Compare.d.ts +7 -0
  666. package/dist/foundation/utils/Compare/index.d.ts +1 -0
  667. package/dist/foundation/utils/CornerPosition/CornerPosition.d.ts +12 -0
  668. package/dist/foundation/utils/CornerPosition/index.d.ts +1 -0
  669. package/dist/foundation/utils/CssExtensions/CssExtensions.d.ts +115 -0
  670. package/dist/foundation/utils/CssExtensions/index.d.ts +1 -0
  671. package/dist/foundation/utils/ElementTag/ElementTag.d.ts +28 -0
  672. package/dist/foundation/utils/ElementTag/index.d.ts +1 -0
  673. package/dist/foundation/utils/Environment/Environment.d.ts +12 -0
  674. package/dist/foundation/utils/Environment/index.d.ts +1 -0
  675. package/dist/foundation/utils/Equality/Equality.d.ts +13 -0
  676. package/dist/foundation/utils/Equality/index.d.ts +1 -0
  677. package/dist/foundation/utils/HtmlExtensions/HtmlExtensions.d.ts +22 -0
  678. package/dist/foundation/utils/HtmlExtensions/index.d.ts +1 -0
  679. package/dist/foundation/utils/KeyboardExtensions/KeyboardExtensions.d.ts +32 -0
  680. package/dist/foundation/utils/KeyboardExtensions/index.d.ts +1 -0
  681. package/dist/foundation/utils/Layers/Layers.d.ts +35 -0
  682. package/dist/foundation/utils/Layers/index.d.ts +1 -0
  683. package/dist/foundation/utils/OptionalExtensions/OptionalExtensions.d.ts +12 -0
  684. package/dist/foundation/utils/OptionalExtensions/index.d.ts +1 -0
  685. package/dist/foundation/utils/Orientation/Orientation.d.ts +8 -0
  686. package/dist/foundation/utils/Orientation/index.d.ts +1 -0
  687. package/dist/foundation/utils/OverlayPosition/OverlayPosition.d.ts +16 -0
  688. package/dist/foundation/utils/OverlayPosition/index.d.ts +1 -0
  689. package/dist/foundation/utils/PressExtensions/PressExtensions.d.ts +17 -0
  690. package/dist/foundation/utils/PressExtensions/index.d.ts +1 -0
  691. package/dist/foundation/utils/ProgressTone/ProgressTone.d.ts +14 -0
  692. package/dist/foundation/utils/ProgressTone/index.d.ts +1 -0
  693. package/dist/foundation/utils/Severity/Severity.d.ts +14 -0
  694. package/dist/foundation/utils/Severity/index.d.ts +1 -0
  695. package/dist/foundation/utils/Side/Side.d.ts +12 -0
  696. package/dist/foundation/utils/Side/index.d.ts +1 -0
  697. package/dist/foundation/utils/StatusTone/StatusTone.d.ts +14 -0
  698. package/dist/foundation/utils/StatusTone/index.d.ts +1 -0
  699. package/dist/foundation/utils/StyleTokens/StyleTokens.d.ts +68 -0
  700. package/dist/foundation/utils/StyleTokens/index.d.ts +1 -0
  701. package/dist/foundation/utils/SurfaceStyles/SurfaceStyles.d.ts +397 -0
  702. package/dist/foundation/utils/SurfaceStyles/index.d.ts +1 -0
  703. package/dist/foundation/utils/Tones/Tones.d.ts +21 -0
  704. package/dist/foundation/utils/Tones/index.d.ts +1 -0
  705. package/dist/foundation/utils/TransitionExtensions/TransitionExtensions.d.ts +18 -0
  706. package/dist/foundation/utils/TransitionExtensions/index.d.ts +1 -0
  707. package/dist/foundation/utils/cn/cn.d.ts +6 -0
  708. package/dist/foundation/utils/cn/index.d.ts +1 -0
  709. package/dist/foundation/utils/composeEventHandlers/composeEventHandlers.d.ts +9 -0
  710. package/dist/foundation/utils/composeEventHandlers/index.d.ts +1 -0
  711. package/dist/foundation/utils/dataAttr/dataAttr.d.ts +6 -0
  712. package/dist/foundation/utils/dataAttr/index.d.ts +1 -0
  713. package/dist/foundation/utils/index.d.ts +33 -0
  714. package/dist/foundation/utils/index.js +67 -0
  715. package/dist/foundation/utils/index.js.map +1 -0
  716. package/dist/foundation/utils/polymorphic/index.d.ts +1 -0
  717. package/dist/foundation/utils/polymorphic/polymorphic.d.ts +29 -0
  718. package/dist/foundation/utils/tv/index.d.ts +1 -0
  719. package/dist/foundation/utils/tv/tv.d.ts +1 -0
  720. package/dist/foundation/validation/Composites.d.ts +62 -0
  721. package/dist/foundation/validation/Formats.d.ts +9 -0
  722. package/dist/foundation/validation/Messages.d.ts +69 -0
  723. package/dist/foundation/validation/Primitives.d.ts +49 -0
  724. package/dist/foundation/validation/StandardSchema.d.ts +55 -0
  725. package/dist/foundation/validation/ValidationError.d.ts +14 -0
  726. package/dist/foundation/validation/ValidationResult.d.ts +49 -0
  727. package/dist/foundation/validation/Validator.d.ts +69 -0
  728. package/dist/foundation/validation/index.d.ts +8 -0
  729. package/dist/foundation/validation/index.js +512 -0
  730. package/dist/foundation/validation/index.js.map +1 -0
  731. package/dist/foundation/virtualization/Measurements.d.ts +79 -0
  732. package/dist/foundation/virtualization/UseVirtualList.d.ts +79 -0
  733. package/dist/foundation/virtualization/Windowing.d.ts +78 -0
  734. package/dist/foundation/virtualization/index.d.ts +3 -0
  735. package/dist/foundation/virtualization/index.js +300 -0
  736. package/dist/foundation/virtualization/index.js.map +1 -0
  737. package/dist/foundation/workers/RunInWorker.d.ts +41 -0
  738. package/dist/foundation/workers/UseWorker.d.ts +28 -0
  739. package/dist/foundation/workers/WorkerClient.d.ts +85 -0
  740. package/dist/foundation/workers/WorkerHost.d.ts +80 -0
  741. package/dist/foundation/workers/WorkerProtocol.d.ts +78 -0
  742. package/dist/foundation/workers/WorkerSupport.d.ts +15 -0
  743. package/dist/foundation/workers/index.d.ts +6 -0
  744. package/dist/foundation/workers/index.js +292 -0
  745. package/dist/foundation/workers/index.js.map +1 -0
  746. package/dist/index.css +314 -0
  747. package/dist/index.d.ts +14 -0
  748. package/dist/index.js +636 -0
  749. package/dist/index.js.map +1 -0
  750. package/dist/presentation/actions/backToTopButton/BackToTopButton.vue.d.ts +33 -0
  751. package/dist/presentation/actions/backToTopButton/index.d.ts +1 -0
  752. package/dist/presentation/actions/button/Button.variants.d.ts +311 -0
  753. package/dist/presentation/actions/button/Button.vue.d.ts +119 -0
  754. package/dist/presentation/actions/button/index.d.ts +2 -0
  755. package/dist/presentation/actions/buttonGroup/ButtonGroup.vue.d.ts +22 -0
  756. package/dist/presentation/actions/buttonGroup/index.d.ts +1 -0
  757. package/dist/presentation/actions/copyButton/CopyButton.vue.d.ts +35 -0
  758. package/dist/presentation/actions/copyButton/index.d.ts +1 -0
  759. package/dist/presentation/actions/disclosureButton/DisclosureButton.vue.d.ts +32 -0
  760. package/dist/presentation/actions/disclosureButton/index.d.ts +1 -0
  761. package/dist/presentation/actions/fab/FAB.variants.d.ts +158 -0
  762. package/dist/presentation/actions/fab/FAB.vue.d.ts +29 -0
  763. package/dist/presentation/actions/fab/index.d.ts +2 -0
  764. package/dist/presentation/actions/index.d.ts +14 -0
  765. package/dist/presentation/actions/index.js +47 -0
  766. package/dist/presentation/actions/index.js.map +1 -0
  767. package/dist/presentation/actions/link/Link.variants.d.ts +111 -0
  768. package/dist/presentation/actions/link/Link.vue.d.ts +24 -0
  769. package/dist/presentation/actions/link/index.d.ts +2 -0
  770. package/dist/presentation/actions/optionTile/OptionTile.variants.d.ts +10 -0
  771. package/dist/presentation/actions/optionTile/OptionTile.vue.d.ts +31 -0
  772. package/dist/presentation/actions/optionTile/index.d.ts +2 -0
  773. package/dist/presentation/actions/optionTileGroup/OptionTileGroup.variants.d.ts +76 -0
  774. package/dist/presentation/actions/optionTileGroup/OptionTileGroup.vue.d.ts +27 -0
  775. package/dist/presentation/actions/optionTileGroup/index.d.ts +2 -0
  776. package/dist/presentation/actions/segmentedControl/SegmentedControl.vue.d.ts +20 -0
  777. package/dist/presentation/actions/segmentedControl/index.d.ts +1 -0
  778. package/dist/presentation/actions/speedDial/SpeedDial.vue.d.ts +28 -0
  779. package/dist/presentation/actions/speedDial/SpeedDialAction.vue.d.ts +40 -0
  780. package/dist/presentation/actions/speedDial/SpeedDialContext.d.ts +36 -0
  781. package/dist/presentation/actions/speedDial/SpeedDialList.vue.d.ts +13 -0
  782. package/dist/presentation/actions/speedDial/SpeedDialTrigger.vue.d.ts +30 -0
  783. package/dist/presentation/actions/speedDial/index.d.ts +166 -0
  784. package/dist/presentation/actions/toggleButton/ToggleButton.variants.d.ts +141 -0
  785. package/dist/presentation/actions/toggleButton/ToggleButton.vue.d.ts +59 -0
  786. package/dist/presentation/actions/toggleButton/index.d.ts +2 -0
  787. package/dist/presentation/actions/toggleButtonGroup/ToggleButtonGroup.variants.d.ts +33 -0
  788. package/dist/presentation/actions/toggleButtonGroup/ToggleButtonGroup.vue.d.ts +72 -0
  789. package/dist/presentation/actions/toggleButtonGroup/ToggleButtonGroupContext.d.ts +24 -0
  790. package/dist/presentation/actions/toggleButtonGroup/index.d.ts +3 -0
  791. package/dist/presentation/actions/toolbar/Toolbar.vue.d.ts +19 -0
  792. package/dist/presentation/actions/toolbar/ToolbarButton.vue.d.ts +16 -0
  793. package/dist/presentation/actions/toolbar/ToolbarContext.d.ts +9 -0
  794. package/dist/presentation/actions/toolbar/ToolbarLink.vue.d.ts +11 -0
  795. package/dist/presentation/actions/toolbar/ToolbarSeparator.vue.d.ts +3 -0
  796. package/dist/presentation/actions/toolbar/index.d.ts +87 -0
  797. package/dist/presentation/display/accordion/Accordion.vue.d.ts +45 -0
  798. package/dist/presentation/display/accordion/AccordionContent.vue.d.ts +14 -0
  799. package/dist/presentation/display/accordion/AccordionContext.d.ts +29 -0
  800. package/dist/presentation/display/accordion/AccordionItem.vue.d.ts +20 -0
  801. package/dist/presentation/display/accordion/AccordionTrigger.vue.d.ts +14 -0
  802. package/dist/presentation/display/accordion/index.d.ts +5 -0
  803. package/dist/presentation/display/activityFeed/ActivityFeed.vue.d.ts +18 -0
  804. package/dist/presentation/display/activityFeed/ActivityItem.vue.d.ts +29 -0
  805. package/dist/presentation/display/activityFeed/index.d.ts +2 -0
  806. package/dist/presentation/display/animatedNumber/AnimatedNumber.vue.d.ts +34 -0
  807. package/dist/presentation/display/animatedNumber/index.d.ts +1 -0
  808. package/dist/presentation/display/annotationMarker/AnnotationMarker.vue.d.ts +43 -0
  809. package/dist/presentation/display/annotationMarker/index.d.ts +1 -0
  810. package/dist/presentation/display/audioPlayer/AudioPlayer.vue.d.ts +38 -0
  811. package/dist/presentation/display/audioPlayer/index.d.ts +1 -0
  812. package/dist/presentation/display/audioWaveform/AudioWaveform.vue.d.ts +57 -0
  813. package/dist/presentation/display/audioWaveform/index.d.ts +1 -0
  814. package/dist/presentation/display/avatar/Avatar.variants.d.ts +312 -0
  815. package/dist/presentation/display/avatar/Avatar.vue.d.ts +49 -0
  816. package/dist/presentation/display/avatar/index.d.ts +2 -0
  817. package/dist/presentation/display/avatarGroup/AvatarGroup.vue.d.ts +25 -0
  818. package/dist/presentation/display/avatarGroup/index.d.ts +1 -0
  819. package/dist/presentation/display/badge/Badge.variants.d.ts +128 -0
  820. package/dist/presentation/display/badge/Badge.vue.d.ts +20 -0
  821. package/dist/presentation/display/badge/index.d.ts +2 -0
  822. package/dist/presentation/display/badgeOverlay/BadgeOverlay.vue.d.ts +24 -0
  823. package/dist/presentation/display/badgeOverlay/index.d.ts +1 -0
  824. package/dist/presentation/display/card/Card.vue.d.ts +32 -0
  825. package/dist/presentation/display/card/CardBody.vue.d.ts +12 -0
  826. package/dist/presentation/display/card/CardDescription.vue.d.ts +12 -0
  827. package/dist/presentation/display/card/CardFooter.vue.d.ts +12 -0
  828. package/dist/presentation/display/card/CardHeader.vue.d.ts +12 -0
  829. package/dist/presentation/display/card/CardTitle.vue.d.ts +12 -0
  830. package/dist/presentation/display/card/index.d.ts +6 -0
  831. package/dist/presentation/display/carousel/Carousel.vue.d.ts +34 -0
  832. package/dist/presentation/display/carousel/CarouselContext.d.ts +38 -0
  833. package/dist/presentation/display/carousel/CarouselDot.vue.d.ts +9 -0
  834. package/dist/presentation/display/carousel/CarouselDots.vue.d.ts +7 -0
  835. package/dist/presentation/display/carousel/CarouselNext.vue.d.ts +12 -0
  836. package/dist/presentation/display/carousel/CarouselPrev.vue.d.ts +12 -0
  837. package/dist/presentation/display/carousel/CarouselSlide.vue.d.ts +14 -0
  838. package/dist/presentation/display/carousel/CarouselSlides.vue.d.ts +14 -0
  839. package/dist/presentation/display/carousel/CarouselViewport.vue.d.ts +14 -0
  840. package/dist/presentation/display/carousel/index.d.ts +10 -0
  841. package/dist/presentation/display/chatBubble/ChatBubble.vue.d.ts +79 -0
  842. package/dist/presentation/display/chatBubble/index.d.ts +1 -0
  843. package/dist/presentation/display/code/Code.variants.d.ts +48 -0
  844. package/dist/presentation/display/code/Code.vue.d.ts +17 -0
  845. package/dist/presentation/display/code/index.d.ts +2 -0
  846. package/dist/presentation/display/collapsible/Collapsible.vue.d.ts +40 -0
  847. package/dist/presentation/display/collapsible/CollapsibleContent.vue.d.ts +18 -0
  848. package/dist/presentation/display/collapsible/CollapsibleContentInner.vue.d.ts +23 -0
  849. package/dist/presentation/display/collapsible/CollapsibleContext.d.ts +17 -0
  850. package/dist/presentation/display/collapsible/CollapsibleTrigger.vue.d.ts +18 -0
  851. package/dist/presentation/display/collapsible/index.d.ts +4 -0
  852. package/dist/presentation/display/commentThread/Comment.vue.d.ts +39 -0
  853. package/dist/presentation/display/commentThread/CommentThread.vue.d.ts +14 -0
  854. package/dist/presentation/display/commentThread/index.d.ts +2 -0
  855. package/dist/presentation/display/confetti/Confetti.vue.d.ts +40 -0
  856. package/dist/presentation/display/confetti/index.d.ts +1 -0
  857. package/dist/presentation/display/countBadge/CountBadge.vue.d.ts +24 -0
  858. package/dist/presentation/display/countBadge/index.d.ts +1 -0
  859. package/dist/presentation/display/countUp/CountUp.vue.d.ts +40 -0
  860. package/dist/presentation/display/countUp/index.d.ts +1 -0
  861. package/dist/presentation/display/dataGrid/CellEditor.vue.d.ts +29 -0
  862. package/dist/presentation/display/dataGrid/DataGrid.vue.d.ts +47 -0
  863. package/dist/presentation/display/dataGrid/DataGridTypes.d.ts +65 -0
  864. package/dist/presentation/display/dataGrid/index.d.ts +2 -0
  865. package/dist/presentation/display/dataTable/DataTable.vue.d.ts +91 -0
  866. package/dist/presentation/display/dataTable/index.d.ts +1 -0
  867. package/dist/presentation/display/descriptionList/DescriptionList.vue.d.ts +54 -0
  868. package/dist/presentation/display/descriptionList/index.d.ts +1 -0
  869. package/dist/presentation/display/diffViewer/DiffViewer.vue.d.ts +38 -0
  870. package/dist/presentation/display/diffViewer/index.d.ts +1 -0
  871. package/dist/presentation/display/emptyState/EmptyState.vue.d.ts +43 -0
  872. package/dist/presentation/display/emptyState/index.d.ts +1 -0
  873. package/dist/presentation/display/eventCalendar/AgendaView.vue.d.ts +13 -0
  874. package/dist/presentation/display/eventCalendar/EventCalendar.vue.d.ts +41 -0
  875. package/dist/presentation/display/eventCalendar/EventCalendarTypes.d.ts +28 -0
  876. package/dist/presentation/display/eventCalendar/MonthView.vue.d.ts +17 -0
  877. package/dist/presentation/display/eventCalendar/TimeGridView.vue.d.ts +18 -0
  878. package/dist/presentation/display/eventCalendar/index.d.ts +2 -0
  879. package/dist/presentation/display/eyebrow/Eyebrow.vue.d.ts +32 -0
  880. package/dist/presentation/display/eyebrow/index.d.ts +1 -0
  881. package/dist/presentation/display/featureCard/FeatureCard.vue.d.ts +83 -0
  882. package/dist/presentation/display/featureCard/index.d.ts +1 -0
  883. package/dist/presentation/display/frameGlyph/FrameGlyph.vue.d.ts +19 -0
  884. package/dist/presentation/display/frameGlyph/index.d.ts +1 -0
  885. package/dist/presentation/display/gantt/Gantt.vue.d.ts +58 -0
  886. package/dist/presentation/display/gantt/index.d.ts +1 -0
  887. package/dist/presentation/display/gradientText/GradientText.vue.d.ts +54 -0
  888. package/dist/presentation/display/gradientText/index.d.ts +1 -0
  889. package/dist/presentation/display/heading/Heading.variants.d.ts +201 -0
  890. package/dist/presentation/display/heading/Heading.vue.d.ts +26 -0
  891. package/dist/presentation/display/heading/index.d.ts +2 -0
  892. package/dist/presentation/display/heatmapCalendar/HeatmapCalendar.vue.d.ts +61 -0
  893. package/dist/presentation/display/heatmapCalendar/index.d.ts +1 -0
  894. package/dist/presentation/display/highlight/Highlight.vue.d.ts +20 -0
  895. package/dist/presentation/display/highlight/index.d.ts +1 -0
  896. package/dist/presentation/display/image/Image.vue.d.ts +15 -0
  897. package/dist/presentation/display/image/index.d.ts +1 -0
  898. package/dist/presentation/display/index.d.ts +73 -0
  899. package/dist/presentation/display/index.js +192 -0
  900. package/dist/presentation/display/index.js.map +1 -0
  901. package/dist/presentation/display/infoRow/InfoRow.vue.d.ts +39 -0
  902. package/dist/presentation/display/infoRow/index.d.ts +1 -0
  903. package/dist/presentation/display/kbd/Kbd.vue.d.ts +13 -0
  904. package/dist/presentation/display/kbd/index.d.ts +1 -0
  905. package/dist/presentation/display/keyboardShortcut/KeyboardShortcut.vue.d.ts +13 -0
  906. package/dist/presentation/display/keyboardShortcut/index.d.ts +1 -0
  907. package/dist/presentation/display/list/List.variants.d.ts +112 -0
  908. package/dist/presentation/display/list/List.vue.d.ts +23 -0
  909. package/dist/presentation/display/list/ListItem.vue.d.ts +23 -0
  910. package/dist/presentation/display/list/index.d.ts +3 -0
  911. package/dist/presentation/display/mark/Mark.vue.d.ts +13 -0
  912. package/dist/presentation/display/mark/index.d.ts +1 -0
  913. package/dist/presentation/display/marquee/Marquee.vue.d.ts +39 -0
  914. package/dist/presentation/display/marquee/index.d.ts +1 -0
  915. package/dist/presentation/display/messageList/DaySeparator.vue.d.ts +17 -0
  916. package/dist/presentation/display/messageList/MessageList.vue.d.ts +39 -0
  917. package/dist/presentation/display/messageList/index.d.ts +2 -0
  918. package/dist/presentation/display/metaInline/MetaInline.vue.d.ts +21 -0
  919. package/dist/presentation/display/metaInline/index.d.ts +1 -0
  920. package/dist/presentation/display/metricChip/MetricChip.vue.d.ts +54 -0
  921. package/dist/presentation/display/metricChip/index.d.ts +1 -0
  922. package/dist/presentation/display/moduleGlyphs/CellsGlyph.vue.d.ts +13 -0
  923. package/dist/presentation/display/moduleGlyphs/DotsGlyph.vue.d.ts +9 -0
  924. package/dist/presentation/display/moduleGlyphs/HorizontalBarsGlyph.vue.d.ts +9 -0
  925. package/dist/presentation/display/moduleGlyphs/ModuleGlyphs.d.ts +15 -0
  926. package/dist/presentation/display/moduleGlyphs/VerticalBarsGlyph.vue.d.ts +9 -0
  927. package/dist/presentation/display/moduleGlyphs/index.d.ts +5 -0
  928. package/dist/presentation/display/nodeEditor/NodeEditor.vue.d.ts +58 -0
  929. package/dist/presentation/display/nodeEditor/index.d.ts +1 -0
  930. package/dist/presentation/display/notificationDot/NotificationDot.vue.d.ts +47 -0
  931. package/dist/presentation/display/notificationDot/index.d.ts +1 -0
  932. package/dist/presentation/display/pdfViewer/PDFViewer.vue.d.ts +40 -0
  933. package/dist/presentation/display/pdfViewer/index.d.ts +1 -0
  934. package/dist/presentation/display/pricingCard/PricingCard.vue.d.ts +107 -0
  935. package/dist/presentation/display/pricingCard/index.d.ts +1 -0
  936. package/dist/presentation/display/quote/Quote.vue.d.ts +13 -0
  937. package/dist/presentation/display/quote/index.d.ts +1 -0
  938. package/dist/presentation/display/radiusGlyph/RadiusGlyph.vue.d.ts +23 -0
  939. package/dist/presentation/display/radiusGlyph/index.d.ts +1 -0
  940. package/dist/presentation/display/reactionBar/ReactionBar.vue.d.ts +47 -0
  941. package/dist/presentation/display/reactionBar/index.d.ts +1 -0
  942. package/dist/presentation/display/scheduleView/ScheduleView.vue.d.ts +58 -0
  943. package/dist/presentation/display/scheduleView/index.d.ts +1 -0
  944. package/dist/presentation/display/scrollReveal/ScrollReveal.vue.d.ts +50 -0
  945. package/dist/presentation/display/scrollReveal/index.d.ts +1 -0
  946. package/dist/presentation/display/sectionHeader/SectionHeader.vue.d.ts +49 -0
  947. package/dist/presentation/display/sectionHeader/index.d.ts +1 -0
  948. package/dist/presentation/display/separator/Separator.vue.d.ts +14 -0
  949. package/dist/presentation/display/separator/index.d.ts +1 -0
  950. package/dist/presentation/display/snippet/Snippet.vue.d.ts +21 -0
  951. package/dist/presentation/display/snippet/index.d.ts +1 -0
  952. package/dist/presentation/display/sortable/Sortable.vue.d.ts +18 -0
  953. package/dist/presentation/display/sortable/SortableContext.d.ts +22 -0
  954. package/dist/presentation/display/sortable/SortableHandle.vue.d.ts +14 -0
  955. package/dist/presentation/display/sortable/SortableItem.vue.d.ts +16 -0
  956. package/dist/presentation/display/sortable/index.d.ts +4 -0
  957. package/dist/presentation/display/sparkline/Sparkline.vue.d.ts +62 -0
  958. package/dist/presentation/display/sparkline/index.d.ts +1 -0
  959. package/dist/presentation/display/stat/Stat.vue.d.ts +48 -0
  960. package/dist/presentation/display/stat/index.d.ts +1 -0
  961. package/dist/presentation/display/status/Status.vue.d.ts +35 -0
  962. package/dist/presentation/display/status/index.d.ts +1 -0
  963. package/dist/presentation/display/stepCard/StepCard.vue.d.ts +85 -0
  964. package/dist/presentation/display/stepCard/index.d.ts +1 -0
  965. package/dist/presentation/display/swipeActions/SwipeActions.vue.d.ts +28 -0
  966. package/dist/presentation/display/swipeActions/index.d.ts +1 -0
  967. package/dist/presentation/display/table/Table.vue.d.ts +30 -0
  968. package/dist/presentation/display/table/TableBody.vue.d.ts +12 -0
  969. package/dist/presentation/display/table/TableCaption.vue.d.ts +12 -0
  970. package/dist/presentation/display/table/TableCell.vue.d.ts +14 -0
  971. package/dist/presentation/display/table/TableContext.d.ts +46 -0
  972. package/dist/presentation/display/table/TableFooter.vue.d.ts +12 -0
  973. package/dist/presentation/display/table/TableHead.vue.d.ts +26 -0
  974. package/dist/presentation/display/table/TableHeaderCell.vue.d.ts +14 -0
  975. package/dist/presentation/display/table/TableRow.vue.d.ts +12 -0
  976. package/dist/presentation/display/table/index.d.ts +9 -0
  977. package/dist/presentation/display/tabs/Tabs.vue.d.ts +33 -0
  978. package/dist/presentation/display/tabs/TabsContext.d.ts +34 -0
  979. package/dist/presentation/display/tabs/TabsList.vue.d.ts +256 -0
  980. package/dist/presentation/display/tabs/TabsPanel.vue.d.ts +16 -0
  981. package/dist/presentation/display/tabs/TabsTab.vue.d.ts +20 -0
  982. package/dist/presentation/display/tabs/index.d.ts +5 -0
  983. package/dist/presentation/display/tag/Tag.variants.d.ts +84 -0
  984. package/dist/presentation/display/tag/Tag.vue.d.ts +25 -0
  985. package/dist/presentation/display/tag/index.d.ts +2 -0
  986. package/dist/presentation/display/text/Text.variants.d.ts +301 -0
  987. package/dist/presentation/display/text/Text.vue.d.ts +33 -0
  988. package/dist/presentation/display/text/index.d.ts +2 -0
  989. package/dist/presentation/display/threadView/ThreadView.vue.d.ts +46 -0
  990. package/dist/presentation/display/threadView/index.d.ts +1 -0
  991. package/dist/presentation/display/tilt/Tilt.vue.d.ts +31 -0
  992. package/dist/presentation/display/tilt/index.d.ts +1 -0
  993. package/dist/presentation/display/timeline/Timeline.vue.d.ts +19 -0
  994. package/dist/presentation/display/timeline/TimelineContext.d.ts +40 -0
  995. package/dist/presentation/display/timeline/TimelineDescription.vue.d.ts +14 -0
  996. package/dist/presentation/display/timeline/TimelineItem.vue.d.ts +22 -0
  997. package/dist/presentation/display/timeline/TimelineTitle.vue.d.ts +14 -0
  998. package/dist/presentation/display/timeline/index.d.ts +5 -0
  999. package/dist/presentation/display/tooltip/Tooltip.vue.d.ts +53 -0
  1000. package/dist/presentation/display/tooltip/index.d.ts +1 -0
  1001. package/dist/presentation/display/tree/Tree.vue.d.ts +275 -0
  1002. package/dist/presentation/display/tree/TreeContext.d.ts +29 -0
  1003. package/dist/presentation/display/tree/TreeGroup.vue.d.ts +28 -0
  1004. package/dist/presentation/display/tree/TreeGroupContent.vue.d.ts +17 -0
  1005. package/dist/presentation/display/tree/TreeItem.vue.d.ts +20 -0
  1006. package/dist/presentation/display/tree/TreeNodeRow.vue.d.ts +27 -0
  1007. package/dist/presentation/display/tree/index.d.ts +4 -0
  1008. package/dist/presentation/display/typewriter/Typewriter.vue.d.ts +32 -0
  1009. package/dist/presentation/display/typewriter/index.d.ts +1 -0
  1010. package/dist/presentation/display/videoPlayer/VideoPlayer.vue.d.ts +55 -0
  1011. package/dist/presentation/display/videoPlayer/index.d.ts +1 -0
  1012. package/dist/presentation/feedback/alert/Alert.vue.d.ts +41 -0
  1013. package/dist/presentation/feedback/alert/index.d.ts +1 -0
  1014. package/dist/presentation/feedback/alertSimple/AlertSimple.variants.d.ts +61 -0
  1015. package/dist/presentation/feedback/alertSimple/AlertSimple.vue.d.ts +17 -0
  1016. package/dist/presentation/feedback/alertSimple/index.d.ts +2 -0
  1017. package/dist/presentation/feedback/banner/Banner.vue.d.ts +41 -0
  1018. package/dist/presentation/feedback/banner/index.d.ts +1 -0
  1019. package/dist/presentation/feedback/bannerSimple/BannerSimple.variants.d.ts +61 -0
  1020. package/dist/presentation/feedback/bannerSimple/BannerSimple.vue.d.ts +17 -0
  1021. package/dist/presentation/feedback/bannerSimple/index.d.ts +2 -0
  1022. package/dist/presentation/feedback/callout/Callout.vue.d.ts +27 -0
  1023. package/dist/presentation/feedback/callout/index.d.ts +1 -0
  1024. package/dist/presentation/feedback/feedbackToasts/FeedbackToasts.vue.d.ts +18 -0
  1025. package/dist/presentation/feedback/feedbackToasts/index.d.ts +1 -0
  1026. package/dist/presentation/feedback/index.d.ts +27 -0
  1027. package/dist/presentation/feedback/index.js +49 -0
  1028. package/dist/presentation/feedback/index.js.map +1 -0
  1029. package/dist/presentation/feedback/inlineSpinner/InlineSpinner.vue.d.ts +22 -0
  1030. package/dist/presentation/feedback/inlineSpinner/index.d.ts +1 -0
  1031. package/dist/presentation/feedback/liveCursor/LiveCursor.vue.d.ts +33 -0
  1032. package/dist/presentation/feedback/liveCursor/index.d.ts +1 -0
  1033. package/dist/presentation/feedback/loadingOverlay/LoadingOverlay.vue.d.ts +36 -0
  1034. package/dist/presentation/feedback/loadingOverlay/index.d.ts +1 -0
  1035. package/dist/presentation/feedback/loadingState/LoadingState.vue.d.ts +26 -0
  1036. package/dist/presentation/feedback/loadingState/index.d.ts +1 -0
  1037. package/dist/presentation/feedback/meterBar/MeterBar.vue.d.ts +21 -0
  1038. package/dist/presentation/feedback/meterBar/index.d.ts +1 -0
  1039. package/dist/presentation/feedback/notificationCenter/NotificationCenter.vue.d.ts +30 -0
  1040. package/dist/presentation/feedback/notificationCenter/NotificationItem.vue.d.ts +40 -0
  1041. package/dist/presentation/feedback/notificationCenter/index.d.ts +2 -0
  1042. package/dist/presentation/feedback/onboardingChecklist/OnboardingChecklist.vue.d.ts +56 -0
  1043. package/dist/presentation/feedback/onboardingChecklist/OnboardingChecklistTask.vue.d.ts +27 -0
  1044. package/dist/presentation/feedback/onboardingChecklist/index.d.ts +3 -0
  1045. package/dist/presentation/feedback/presenceIndicator/PresenceIndicator.vue.d.ts +34 -0
  1046. package/dist/presentation/feedback/presenceIndicator/index.d.ts +1 -0
  1047. package/dist/presentation/feedback/progressBar/ProgressBar.variants.d.ts +104 -0
  1048. package/dist/presentation/feedback/progressBar/ProgressBar.vue.d.ts +19 -0
  1049. package/dist/presentation/feedback/progressBar/index.d.ts +2 -0
  1050. package/dist/presentation/feedback/progressCircle/ProgressCircle.vue.d.ts +21 -0
  1051. package/dist/presentation/feedback/progressCircle/index.d.ts +1 -0
  1052. package/dist/presentation/feedback/progressSteps/ProgressSteps.vue.d.ts +16 -0
  1053. package/dist/presentation/feedback/progressSteps/index.d.ts +1 -0
  1054. package/dist/presentation/feedback/skeleton/Skeleton.variants.d.ts +57 -0
  1055. package/dist/presentation/feedback/skeleton/Skeleton.vue.d.ts +17 -0
  1056. package/dist/presentation/feedback/skeleton/index.d.ts +2 -0
  1057. package/dist/presentation/feedback/spinner/Spinner.variants.d.ts +115 -0
  1058. package/dist/presentation/feedback/spinner/Spinner.vue.d.ts +17 -0
  1059. package/dist/presentation/feedback/spinner/index.d.ts +2 -0
  1060. package/dist/presentation/feedback/statusIndicator/StatusIndicator.vue.d.ts +31 -0
  1061. package/dist/presentation/feedback/statusIndicator/index.d.ts +1 -0
  1062. package/dist/presentation/feedback/toast/Toast.vue.d.ts +41 -0
  1063. package/dist/presentation/feedback/toast/index.d.ts +1 -0
  1064. package/dist/presentation/feedback/toastSimple/ToastSimple.variants.d.ts +61 -0
  1065. package/dist/presentation/feedback/toastSimple/ToastSimple.vue.d.ts +20 -0
  1066. package/dist/presentation/feedback/toastSimple/index.d.ts +2 -0
  1067. package/dist/presentation/feedback/toaster/Toaster.vue.d.ts +84 -0
  1068. package/dist/presentation/feedback/toaster/index.d.ts +1 -0
  1069. package/dist/presentation/feedback/tour/Tour.vue.d.ts +45 -0
  1070. package/dist/presentation/feedback/tour/index.d.ts +1 -0
  1071. package/dist/presentation/feedback/trendIndicator/TrendIndicator.vue.d.ts +32 -0
  1072. package/dist/presentation/feedback/trendIndicator/index.d.ts +1 -0
  1073. package/dist/presentation/feedback/typingIndicator/TypingIndicator.vue.d.ts +36 -0
  1074. package/dist/presentation/feedback/typingIndicator/index.d.ts +1 -0
  1075. package/dist/presentation/feedback/undoBar/UndoBar.vue.d.ts +34 -0
  1076. package/dist/presentation/feedback/undoBar/index.d.ts +1 -0
  1077. package/dist/presentation/forms/ColorExtensions.d.ts +37 -0
  1078. package/dist/presentation/forms/DateExtensions.d.ts +70 -0
  1079. package/dist/presentation/forms/InputStyles.d.ts +228 -0
  1080. package/dist/presentation/forms/MonthGrid.vue.d.ts +40 -0
  1081. package/dist/presentation/forms/addressForm/AddressForm.vue.d.ts +54 -0
  1082. package/dist/presentation/forms/addressForm/index.d.ts +1 -0
  1083. package/dist/presentation/forms/calendar/Calendar.vue.d.ts +33 -0
  1084. package/dist/presentation/forms/calendar/index.d.ts +1 -0
  1085. package/dist/presentation/forms/characterCount/CharacterCount.vue.d.ts +15 -0
  1086. package/dist/presentation/forms/characterCount/index.d.ts +1 -0
  1087. package/dist/presentation/forms/chatComposer/ChatComposer.vue.d.ts +74 -0
  1088. package/dist/presentation/forms/chatComposer/index.d.ts +1 -0
  1089. package/dist/presentation/forms/checkbox/Checkbox.variants.d.ts +133 -0
  1090. package/dist/presentation/forms/checkbox/Checkbox.vue.d.ts +48 -0
  1091. package/dist/presentation/forms/checkbox/index.d.ts +2 -0
  1092. package/dist/presentation/forms/checkboxField/CheckboxField.vue.d.ts +35 -0
  1093. package/dist/presentation/forms/checkboxField/index.d.ts +1 -0
  1094. package/dist/presentation/forms/checkboxGroup/CheckboxGroup.vue.d.ts +39 -0
  1095. package/dist/presentation/forms/checkboxGroup/CheckboxGroupContext.d.ts +14 -0
  1096. package/dist/presentation/forms/checkboxGroup/index.d.ts +2 -0
  1097. package/dist/presentation/forms/choiceCard/ChoiceCard.vue.d.ts +35 -0
  1098. package/dist/presentation/forms/choiceCard/index.d.ts +1 -0
  1099. package/dist/presentation/forms/codeEditor/CodeEditor.vue.d.ts +50 -0
  1100. package/dist/presentation/forms/codeEditor/index.d.ts +1 -0
  1101. package/dist/presentation/forms/colorArea/ColorArea.vue.d.ts +40 -0
  1102. package/dist/presentation/forms/colorArea/index.d.ts +1 -0
  1103. package/dist/presentation/forms/colorField/ColorField.vue.d.ts +44 -0
  1104. package/dist/presentation/forms/colorField/index.d.ts +1 -0
  1105. package/dist/presentation/forms/colorPicker/ColorPicker.vue.d.ts +62 -0
  1106. package/dist/presentation/forms/colorPicker/index.d.ts +1 -0
  1107. package/dist/presentation/forms/colorSlider/ColorSlider.vue.d.ts +47 -0
  1108. package/dist/presentation/forms/colorSlider/index.d.ts +1 -0
  1109. package/dist/presentation/forms/colorSwatch/ColorSwatch.variants.d.ts +186 -0
  1110. package/dist/presentation/forms/colorSwatch/ColorSwatch.vue.d.ts +33 -0
  1111. package/dist/presentation/forms/colorSwatch/index.d.ts +2 -0
  1112. package/dist/presentation/forms/colorSwatchPicker/ColorSwatchItem.vue.d.ts +27 -0
  1113. package/dist/presentation/forms/colorSwatchPicker/ColorSwatchPicker.vue.d.ts +41 -0
  1114. package/dist/presentation/forms/colorSwatchPicker/index.d.ts +1 -0
  1115. package/dist/presentation/forms/colorWheel/ColorWheel.vue.d.ts +34 -0
  1116. package/dist/presentation/forms/colorWheel/index.d.ts +1 -0
  1117. package/dist/presentation/forms/combobox/Combobox.vue.d.ts +60 -0
  1118. package/dist/presentation/forms/combobox/ComboboxContent.vue.d.ts +39 -0
  1119. package/dist/presentation/forms/combobox/ComboboxContext.d.ts +53 -0
  1120. package/dist/presentation/forms/combobox/ComboboxEmpty.vue.d.ts +10 -0
  1121. package/dist/presentation/forms/combobox/ComboboxGroup.vue.d.ts +19 -0
  1122. package/dist/presentation/forms/combobox/ComboboxInput.vue.d.ts +12 -0
  1123. package/dist/presentation/forms/combobox/ComboboxItem.vue.d.ts +28 -0
  1124. package/dist/presentation/forms/combobox/ComboboxSeparator.vue.d.ts +3 -0
  1125. package/dist/presentation/forms/combobox/index.d.ts +8 -0
  1126. package/dist/presentation/forms/cronInput/CronInput.vue.d.ts +68 -0
  1127. package/dist/presentation/forms/cronInput/index.d.ts +1 -0
  1128. package/dist/presentation/forms/currencyInput/CurrencyInput.vue.d.ts +12 -0
  1129. package/dist/presentation/forms/currencyInput/index.d.ts +1 -0
  1130. package/dist/presentation/forms/dateField/DateField.vue.d.ts +42 -0
  1131. package/dist/presentation/forms/dateField/index.d.ts +1 -0
  1132. package/dist/presentation/forms/datePicker/DatePicker.vue.d.ts +53 -0
  1133. package/dist/presentation/forms/datePicker/index.d.ts +1 -0
  1134. package/dist/presentation/forms/dateRangePicker/DateRangePicker.vue.d.ts +54 -0
  1135. package/dist/presentation/forms/dateRangePicker/index.d.ts +1 -0
  1136. package/dist/presentation/forms/dateTimeField/DateTimeField.vue.d.ts +42 -0
  1137. package/dist/presentation/forms/dateTimeField/index.d.ts +1 -0
  1138. package/dist/presentation/forms/editable/Editable.vue.d.ts +60 -0
  1139. package/dist/presentation/forms/editable/EditableCancel.vue.d.ts +12 -0
  1140. package/dist/presentation/forms/editable/EditableContext.d.ts +37 -0
  1141. package/dist/presentation/forms/editable/EditableInput.vue.d.ts +12 -0
  1142. package/dist/presentation/forms/editable/EditablePreview.vue.d.ts +7 -0
  1143. package/dist/presentation/forms/editable/EditableSubmit.vue.d.ts +14 -0
  1144. package/dist/presentation/forms/editable/index.d.ts +7 -0
  1145. package/dist/presentation/forms/emailInput/EmailInput.vue.d.ts +43 -0
  1146. package/dist/presentation/forms/emailInput/index.d.ts +1 -0
  1147. package/dist/presentation/forms/emojiPicker/CategoryNav.vue.d.ts +19 -0
  1148. package/dist/presentation/forms/emojiPicker/EmojiGrid.vue.d.ts +26 -0
  1149. package/dist/presentation/forms/emojiPicker/EmojiPicker.variants.d.ts +77 -0
  1150. package/dist/presentation/forms/emojiPicker/EmojiPicker.vue.d.ts +45 -0
  1151. package/dist/presentation/forms/emojiPicker/EmojiPickerPopover.vue.d.ts +68 -0
  1152. package/dist/presentation/forms/emojiPicker/EmojiTile.vue.d.ts +22 -0
  1153. package/dist/presentation/forms/emojiPicker/index.d.ts +4 -0
  1154. package/dist/presentation/forms/emojiPicker/useEmojiPicker.d.ts +45 -0
  1155. package/dist/presentation/forms/emojiSizeControl/EmojiSizeControl.variants.d.ts +23 -0
  1156. package/dist/presentation/forms/emojiSizeControl/EmojiSizeControl.vue.d.ts +32 -0
  1157. package/dist/presentation/forms/emojiSizeControl/index.d.ts +2 -0
  1158. package/dist/presentation/forms/field/Field.vue.d.ts +37 -0
  1159. package/dist/presentation/forms/field/index.d.ts +6 -0
  1160. package/dist/presentation/forms/fieldset/Fieldset.vue.d.ts +22 -0
  1161. package/dist/presentation/forms/fieldset/index.d.ts +1 -0
  1162. package/dist/presentation/forms/filePicker/FilePicker.vue.d.ts +34 -0
  1163. package/dist/presentation/forms/filePicker/index.d.ts +1 -0
  1164. package/dist/presentation/forms/fileUpload/FileUpload.vue.d.ts +60 -0
  1165. package/dist/presentation/forms/fileUpload/index.d.ts +1 -0
  1166. package/dist/presentation/forms/fontPicker/FontPicker.vue.d.ts +43 -0
  1167. package/dist/presentation/forms/fontPicker/index.d.ts +1 -0
  1168. package/dist/presentation/forms/formErrorMessage/FormErrorMessage.vue.d.ts +24 -0
  1169. package/dist/presentation/forms/formErrorMessage/index.d.ts +1 -0
  1170. package/dist/presentation/forms/formHelperText/FormHelperText.vue.d.ts +19 -0
  1171. package/dist/presentation/forms/formHelperText/index.d.ts +1 -0
  1172. package/dist/presentation/forms/gradientPicker/GradientPicker.vue.d.ts +50 -0
  1173. package/dist/presentation/forms/gradientPicker/index.d.ts +1 -0
  1174. package/dist/presentation/forms/iconPicker/IconPicker.vue.d.ts +45 -0
  1175. package/dist/presentation/forms/iconPicker/index.d.ts +1 -0
  1176. package/dist/presentation/forms/index.d.ts +75 -0
  1177. package/dist/presentation/forms/index.js +165 -0
  1178. package/dist/presentation/forms/index.js.map +1 -0
  1179. package/dist/presentation/forms/inputAddon/InputAddon.vue.d.ts +20 -0
  1180. package/dist/presentation/forms/inputAddon/index.d.ts +1 -0
  1181. package/dist/presentation/forms/inputGroup/InputGroup.vue.d.ts +19 -0
  1182. package/dist/presentation/forms/inputGroup/index.d.ts +1 -0
  1183. package/dist/presentation/forms/jsonEditor/JSONEditor.vue.d.ts +49 -0
  1184. package/dist/presentation/forms/jsonEditor/JSONEditorContext.d.ts +28 -0
  1185. package/dist/presentation/forms/jsonEditor/JSONEditorHelpers.d.ts +6 -0
  1186. package/dist/presentation/forms/jsonEditor/JSONEditorTextView.vue.d.ts +14 -0
  1187. package/dist/presentation/forms/jsonEditor/JSONEditorTreeNode.vue.d.ts +15 -0
  1188. package/dist/presentation/forms/jsonEditor/JSONEditorTreeView.vue.d.ts +8 -0
  1189. package/dist/presentation/forms/jsonEditor/index.d.ts +2 -0
  1190. package/dist/presentation/forms/keyboardShortcutPicker/KeyboardShortcutPicker.vue.d.ts +43 -0
  1191. package/dist/presentation/forms/keyboardShortcutPicker/index.d.ts +1 -0
  1192. package/dist/presentation/forms/knob/Knob.vue.d.ts +75 -0
  1193. package/dist/presentation/forms/knob/index.d.ts +1 -0
  1194. package/dist/presentation/forms/label/Label.vue.d.ts +34 -0
  1195. package/dist/presentation/forms/label/index.d.ts +1 -0
  1196. package/dist/presentation/forms/labeledInput/LabeledInput.vue.d.ts +23 -0
  1197. package/dist/presentation/forms/labeledInput/index.d.ts +2 -0
  1198. package/dist/presentation/forms/legend/Legend.vue.d.ts +21 -0
  1199. package/dist/presentation/forms/legend/index.d.ts +1 -0
  1200. package/dist/presentation/forms/listbox/Listbox.variants.d.ts +71 -0
  1201. package/dist/presentation/forms/listbox/Listbox.vue.d.ts +70 -0
  1202. package/dist/presentation/forms/listbox/ListboxContext.d.ts +47 -0
  1203. package/dist/presentation/forms/listbox/ListboxEmpty.vue.d.ts +10 -0
  1204. package/dist/presentation/forms/listbox/ListboxGroup.vue.d.ts +20 -0
  1205. package/dist/presentation/forms/listbox/ListboxItem.vue.d.ts +24 -0
  1206. package/dist/presentation/forms/listbox/ListboxSeparator.vue.d.ts +3 -0
  1207. package/dist/presentation/forms/listbox/index.d.ts +7 -0
  1208. package/dist/presentation/forms/markdownEditor/MarkdownEditor.vue.d.ts +73 -0
  1209. package/dist/presentation/forms/markdownEditor/index.d.ts +1 -0
  1210. package/dist/presentation/forms/maskedInput/MaskedInput.vue.d.ts +42 -0
  1211. package/dist/presentation/forms/maskedInput/index.d.ts +1 -0
  1212. package/dist/presentation/forms/multiSelect/MultiSelect.vue.d.ts +52 -0
  1213. package/dist/presentation/forms/multiSelect/MultiSelectContent.vue.d.ts +31 -0
  1214. package/dist/presentation/forms/multiSelect/MultiSelectContext.d.ts +38 -0
  1215. package/dist/presentation/forms/multiSelect/MultiSelectItem.vue.d.ts +25 -0
  1216. package/dist/presentation/forms/multiSelect/MultiSelectTags.vue.d.ts +14 -0
  1217. package/dist/presentation/forms/multiSelect/MultiSelectTrigger.vue.d.ts +20 -0
  1218. package/dist/presentation/forms/multiSelect/index.d.ts +6 -0
  1219. package/dist/presentation/forms/numberInput/NumberInput.vue.d.ts +51 -0
  1220. package/dist/presentation/forms/numberInput/index.d.ts +1 -0
  1221. package/dist/presentation/forms/passwordInput/PasswordInput.vue.d.ts +48 -0
  1222. package/dist/presentation/forms/passwordInput/index.d.ts +1 -0
  1223. package/dist/presentation/forms/passwordStrength/PasswordStrength.vue.d.ts +16 -0
  1224. package/dist/presentation/forms/passwordStrength/index.d.ts +1 -0
  1225. package/dist/presentation/forms/percentInput/PercentInput.vue.d.ts +8 -0
  1226. package/dist/presentation/forms/percentInput/index.d.ts +1 -0
  1227. package/dist/presentation/forms/phoneInput/PhoneInput.vue.d.ts +45 -0
  1228. package/dist/presentation/forms/phoneInput/index.d.ts +1 -0
  1229. package/dist/presentation/forms/pinInput/PinInput.vue.d.ts +46 -0
  1230. package/dist/presentation/forms/pinInput/index.d.ts +1 -0
  1231. package/dist/presentation/forms/radio/Radio.vue.d.ts +35 -0
  1232. package/dist/presentation/forms/radio/index.d.ts +1 -0
  1233. package/dist/presentation/forms/radioField/RadioField.vue.d.ts +35 -0
  1234. package/dist/presentation/forms/radioField/index.d.ts +1 -0
  1235. package/dist/presentation/forms/radioGroup/RadioGroup.vue.d.ts +41 -0
  1236. package/dist/presentation/forms/radioGroup/RadioGroupContext.d.ts +16 -0
  1237. package/dist/presentation/forms/radioGroup/index.d.ts +2 -0
  1238. package/dist/presentation/forms/rangeCalendar/RangeCalendar.vue.d.ts +37 -0
  1239. package/dist/presentation/forms/rangeCalendar/index.d.ts +1 -0
  1240. package/dist/presentation/forms/reactionPicker/ReactionPicker.vue.d.ts +32 -0
  1241. package/dist/presentation/forms/reactionPicker/index.d.ts +1 -0
  1242. package/dist/presentation/forms/recurrenceEditor/RecurrenceEditor.vue.d.ts +88 -0
  1243. package/dist/presentation/forms/recurrenceEditor/index.d.ts +1 -0
  1244. package/dist/presentation/forms/searchInput/SearchInput.vue.d.ts +48 -0
  1245. package/dist/presentation/forms/searchInput/index.d.ts +1 -0
  1246. package/dist/presentation/forms/select/Select.variants.d.ts +263 -0
  1247. package/dist/presentation/forms/select/Select.vue.d.ts +69 -0
  1248. package/dist/presentation/forms/select/SelectContent.vue.d.ts +44 -0
  1249. package/dist/presentation/forms/select/SelectContext.d.ts +76 -0
  1250. package/dist/presentation/forms/select/SelectItem.vue.d.ts +33 -0
  1251. package/dist/presentation/forms/select/SelectTrigger.vue.d.ts +21 -0
  1252. package/dist/presentation/forms/select/SelectValue.vue.d.ts +22 -0
  1253. package/dist/presentation/forms/select/index.d.ts +7 -0
  1254. package/dist/presentation/forms/slider/Slider.vue.d.ts +38 -0
  1255. package/dist/presentation/forms/slider/index.d.ts +1 -0
  1256. package/dist/presentation/forms/stepper/Stepper.vue.d.ts +34 -0
  1257. package/dist/presentation/forms/stepper/StepperContext.d.ts +44 -0
  1258. package/dist/presentation/forms/stepper/StepperList.vue.d.ts +256 -0
  1259. package/dist/presentation/forms/stepper/StepperPanel.vue.d.ts +16 -0
  1260. package/dist/presentation/forms/stepper/StepperStep.vue.d.ts +23 -0
  1261. package/dist/presentation/forms/stepper/index.d.ts +5 -0
  1262. package/dist/presentation/forms/switch/Switch.vue.d.ts +35 -0
  1263. package/dist/presentation/forms/switch/index.d.ts +1 -0
  1264. package/dist/presentation/forms/switchField/SwitchField.vue.d.ts +33 -0
  1265. package/dist/presentation/forms/switchField/index.d.ts +1 -0
  1266. package/dist/presentation/forms/tagsInput/TagsInput.vue.d.ts +75 -0
  1267. package/dist/presentation/forms/tagsInput/index.d.ts +1 -0
  1268. package/dist/presentation/forms/telInput/TelInput.vue.d.ts +43 -0
  1269. package/dist/presentation/forms/telInput/index.d.ts +1 -0
  1270. package/dist/presentation/forms/textAreaInput/TextAreaInput.vue.d.ts +46 -0
  1271. package/dist/presentation/forms/textAreaInput/index.d.ts +1 -0
  1272. package/dist/presentation/forms/textInput/TextInput.vue.d.ts +43 -0
  1273. package/dist/presentation/forms/textInput/index.d.ts +1 -0
  1274. package/dist/presentation/forms/timeField/TimeField.vue.d.ts +38 -0
  1275. package/dist/presentation/forms/timeField/index.d.ts +1 -0
  1276. package/dist/presentation/forms/timePicker/TimePicker.vue.d.ts +50 -0
  1277. package/dist/presentation/forms/timePicker/index.d.ts +1 -0
  1278. package/dist/presentation/forms/urlInput/UrlInput.vue.d.ts +43 -0
  1279. package/dist/presentation/forms/urlInput/index.d.ts +1 -0
  1280. package/dist/presentation/forms/wizard/Wizard.vue.d.ts +38 -0
  1281. package/dist/presentation/forms/wizard/WizardContext.d.ts +38 -0
  1282. package/dist/presentation/forms/wizard/WizardFooter.vue.d.ts +29 -0
  1283. package/dist/presentation/forms/wizard/WizardStep.vue.d.ts +29 -0
  1284. package/dist/presentation/forms/wizard/WizardSteps.vue.d.ts +7 -0
  1285. package/dist/presentation/forms/wizard/index.d.ts +6 -0
  1286. package/dist/presentation/layout/appShell/AppShell.vue.d.ts +90 -0
  1287. package/dist/presentation/layout/appShell/AppShellAside.vue.d.ts +20 -0
  1288. package/dist/presentation/layout/appShell/AppShellContent.vue.d.ts +20 -0
  1289. package/dist/presentation/layout/appShell/AppShellFooter.vue.d.ts +20 -0
  1290. package/dist/presentation/layout/appShell/AppShellHeader.vue.d.ts +20 -0
  1291. package/dist/presentation/layout/appShell/AppShellMain.vue.d.ts +20 -0
  1292. package/dist/presentation/layout/appShell/AppShellSidebar.vue.d.ts +20 -0
  1293. package/dist/presentation/layout/appShell/index.d.ts +7 -0
  1294. package/dist/presentation/layout/aspectRatio/AspectRatio.vue.d.ts +18 -0
  1295. package/dist/presentation/layout/aspectRatio/index.d.ts +1 -0
  1296. package/dist/presentation/layout/box/Box.vue.d.ts +19 -0
  1297. package/dist/presentation/layout/box/index.d.ts +1 -0
  1298. package/dist/presentation/layout/center/Center.vue.d.ts +13 -0
  1299. package/dist/presentation/layout/center/index.d.ts +1 -0
  1300. package/dist/presentation/layout/cluster/Cluster.vue.d.ts +22 -0
  1301. package/dist/presentation/layout/cluster/index.d.ts +1 -0
  1302. package/dist/presentation/layout/container/Container.variants.d.ts +84 -0
  1303. package/dist/presentation/layout/container/Container.vue.d.ts +21 -0
  1304. package/dist/presentation/layout/container/index.d.ts +2 -0
  1305. package/dist/presentation/layout/controlGroup/ControlGroup.variants.d.ts +136 -0
  1306. package/dist/presentation/layout/controlGroup/ControlGroup.vue.d.ts +35 -0
  1307. package/dist/presentation/layout/controlGroup/index.d.ts +2 -0
  1308. package/dist/presentation/layout/divider/Divider.variants.d.ts +47 -0
  1309. package/dist/presentation/layout/divider/Divider.vue.d.ts +38 -0
  1310. package/dist/presentation/layout/divider/index.d.ts +2 -0
  1311. package/dist/presentation/layout/flex/Flex.vue.d.ts +18 -0
  1312. package/dist/presentation/layout/flex/index.d.ts +1 -0
  1313. package/dist/presentation/layout/frame/Frame.vue.d.ts +38 -0
  1314. package/dist/presentation/layout/frame/index.d.ts +1 -0
  1315. package/dist/presentation/layout/grid/Grid.variants.d.ts +193 -0
  1316. package/dist/presentation/layout/grid/Grid.vue.d.ts +32 -0
  1317. package/dist/presentation/layout/grid/index.d.ts +2 -0
  1318. package/dist/presentation/layout/hStack/HStack.vue.d.ts +14 -0
  1319. package/dist/presentation/layout/hStack/index.d.ts +1 -0
  1320. package/dist/presentation/layout/index.d.ts +24 -0
  1321. package/dist/presentation/layout/index.js +64 -0
  1322. package/dist/presentation/layout/index.js.map +1 -0
  1323. package/dist/presentation/layout/inline/Inline.vue.d.ts +42 -0
  1324. package/dist/presentation/layout/inline/index.d.ts +1 -0
  1325. package/dist/presentation/layout/navbar/Navbar.variants.d.ts +86 -0
  1326. package/dist/presentation/layout/navbar/Navbar.vue.d.ts +43 -0
  1327. package/dist/presentation/layout/navbar/index.d.ts +2 -0
  1328. package/dist/presentation/layout/overlay/Overlay.variants.d.ts +231 -0
  1329. package/dist/presentation/layout/overlay/Overlay.vue.d.ts +64 -0
  1330. package/dist/presentation/layout/overlay/index.d.ts +2 -0
  1331. package/dist/presentation/layout/pullToRefresh/PullToRefresh.vue.d.ts +22 -0
  1332. package/dist/presentation/layout/pullToRefresh/index.d.ts +1 -0
  1333. package/dist/presentation/layout/resizablePanels/ResizablePanel.vue.d.ts +21 -0
  1334. package/dist/presentation/layout/resizablePanels/ResizablePanels.vue.d.ts +59 -0
  1335. package/dist/presentation/layout/resizablePanels/ResizableSeparator.vue.d.ts +10 -0
  1336. package/dist/presentation/layout/resizablePanels/index.d.ts +4 -0
  1337. package/dist/presentation/layout/scrollArea/ScrollArea.vue.d.ts +31 -0
  1338. package/dist/presentation/layout/scrollArea/index.d.ts +1 -0
  1339. package/dist/presentation/layout/section/Section.variants.d.ts +76 -0
  1340. package/dist/presentation/layout/section/Section.vue.d.ts +33 -0
  1341. package/dist/presentation/layout/section/index.d.ts +2 -0
  1342. package/dist/presentation/layout/spacer/Spacer.vue.d.ts +15 -0
  1343. package/dist/presentation/layout/spacer/index.d.ts +1 -0
  1344. package/dist/presentation/layout/stack/Stack.variants.d.ts +330 -0
  1345. package/dist/presentation/layout/stack/Stack.vue.d.ts +37 -0
  1346. package/dist/presentation/layout/stack/index.d.ts +2 -0
  1347. package/dist/presentation/layout/surface/Surface.vue.d.ts +39 -0
  1348. package/dist/presentation/layout/surface/index.d.ts +1 -0
  1349. package/dist/presentation/layout/twoColumn/TwoColumn.vue.d.ts +28 -0
  1350. package/dist/presentation/layout/twoColumn/index.d.ts +1 -0
  1351. package/dist/presentation/layout/vStack/VStack.vue.d.ts +14 -0
  1352. package/dist/presentation/layout/vStack/index.d.ts +1 -0
  1353. package/dist/presentation/nav/NavHelpers.d.ts +11 -0
  1354. package/dist/presentation/nav/breadcrumb/Breadcrumb.vue.d.ts +27 -0
  1355. package/dist/presentation/nav/breadcrumb/index.d.ts +1 -0
  1356. package/dist/presentation/nav/commandPalette/CommandPalette.vue.d.ts +53 -0
  1357. package/dist/presentation/nav/commandPalette/CommandPaletteContent.vue.d.ts +17 -0
  1358. package/dist/presentation/nav/commandPalette/CommandPaletteContext.d.ts +42 -0
  1359. package/dist/presentation/nav/commandPalette/CommandPaletteEmpty.vue.d.ts +19 -0
  1360. package/dist/presentation/nav/commandPalette/CommandPaletteGroup.vue.d.ts +19 -0
  1361. package/dist/presentation/nav/commandPalette/CommandPaletteInput.vue.d.ts +14 -0
  1362. package/dist/presentation/nav/commandPalette/CommandPaletteItem.vue.d.ts +36 -0
  1363. package/dist/presentation/nav/commandPalette/CommandPaletteList.vue.d.ts +19 -0
  1364. package/dist/presentation/nav/commandPalette/CommandPaletteSeparator.vue.d.ts +12 -0
  1365. package/dist/presentation/nav/commandPalette/index.d.ts +9 -0
  1366. package/dist/presentation/nav/contextMenu/ContextMenu.vue.d.ts +18 -0
  1367. package/dist/presentation/nav/contextMenu/ContextMenuContent.vue.d.ts +29 -0
  1368. package/dist/presentation/nav/contextMenu/ContextMenuContext.d.ts +20 -0
  1369. package/dist/presentation/nav/contextMenu/ContextMenuTrigger.vue.d.ts +27 -0
  1370. package/dist/presentation/nav/contextMenu/index.d.ts +4 -0
  1371. package/dist/presentation/nav/dropdownMenu/DropdownMenu.vue.d.ts +44 -0
  1372. package/dist/presentation/nav/dropdownMenu/DropdownMenuContent.vue.d.ts +20 -0
  1373. package/dist/presentation/nav/dropdownMenu/DropdownMenuContext.d.ts +28 -0
  1374. package/dist/presentation/nav/dropdownMenu/DropdownMenuTrigger.vue.d.ts +24 -0
  1375. package/dist/presentation/nav/dropdownMenu/index.d.ts +4 -0
  1376. package/dist/presentation/nav/index.d.ts +11 -0
  1377. package/dist/presentation/nav/index.js +62 -0
  1378. package/dist/presentation/nav/index.js.map +1 -0
  1379. package/dist/presentation/nav/menu/Menu.variants.d.ts +61 -0
  1380. package/dist/presentation/nav/menu/Menu.vue.d.ts +65 -0
  1381. package/dist/presentation/nav/menu/MenuContext.d.ts +25 -0
  1382. package/dist/presentation/nav/menu/MenuGroup.vue.d.ts +19 -0
  1383. package/dist/presentation/nav/menu/MenuItem.vue.d.ts +33 -0
  1384. package/dist/presentation/nav/menu/MenuLabel.vue.d.ts +20 -0
  1385. package/dist/presentation/nav/menu/MenuSeparator.vue.d.ts +12 -0
  1386. package/dist/presentation/nav/menu/index.d.ts +7 -0
  1387. package/dist/presentation/nav/menubar/Menubar.variants.d.ts +6 -0
  1388. package/dist/presentation/nav/menubar/Menubar.vue.d.ts +274 -0
  1389. package/dist/presentation/nav/menubar/MenubarContent.vue.d.ts +30 -0
  1390. package/dist/presentation/nav/menubar/MenubarContext.d.ts +34 -0
  1391. package/dist/presentation/nav/menubar/MenubarMenu.vue.d.ts +14 -0
  1392. package/dist/presentation/nav/menubar/MenubarTrigger.vue.d.ts +20 -0
  1393. package/dist/presentation/nav/menubar/index.d.ts +5 -0
  1394. package/dist/presentation/nav/navItem/NavItem.vue.d.ts +30 -0
  1395. package/dist/presentation/nav/navItem/index.d.ts +1 -0
  1396. package/dist/presentation/nav/navigationMenu/NavigationMenu.vue.d.ts +33 -0
  1397. package/dist/presentation/nav/navigationMenu/NavigationMenuContent.vue.d.ts +20 -0
  1398. package/dist/presentation/nav/navigationMenu/NavigationMenuContext.d.ts +24 -0
  1399. package/dist/presentation/nav/navigationMenu/NavigationMenuItem.vue.d.ts +16 -0
  1400. package/dist/presentation/nav/navigationMenu/NavigationMenuLink.vue.d.ts +20 -0
  1401. package/dist/presentation/nav/navigationMenu/NavigationMenuList.vue.d.ts +262 -0
  1402. package/dist/presentation/nav/navigationMenu/NavigationMenuTrigger.vue.d.ts +20 -0
  1403. package/dist/presentation/nav/navigationMenu/index.d.ts +7 -0
  1404. package/dist/presentation/nav/pagination/Pagination.vue.d.ts +24 -0
  1405. package/dist/presentation/nav/pagination/index.d.ts +1 -0
  1406. package/dist/presentation/nav/scrollSpy/ScrollSpy.vue.d.ts +31 -0
  1407. package/dist/presentation/nav/scrollSpy/UseScrollSpy.d.ts +20 -0
  1408. package/dist/presentation/nav/scrollSpy/index.d.ts +2 -0
  1409. package/dist/presentation/nav/tableOfContents/TableOfContents.vue.d.ts +41 -0
  1410. package/dist/presentation/nav/tableOfContents/index.d.ts +1 -0
  1411. package/dist/presentation/overlays/OverlayBody.vue.d.ts +20 -0
  1412. package/dist/presentation/overlays/OverlayChrome.d.ts +9 -0
  1413. package/dist/presentation/overlays/OverlayCloseButton.vue.d.ts +24 -0
  1414. package/dist/presentation/overlays/OverlayDescription.vue.d.ts +20 -0
  1415. package/dist/presentation/overlays/OverlayFooter.vue.d.ts +20 -0
  1416. package/dist/presentation/overlays/OverlayHeader.vue.d.ts +20 -0
  1417. package/dist/presentation/overlays/OverlayHelpers.d.ts +11 -0
  1418. package/dist/presentation/overlays/OverlayTitle.vue.d.ts +20 -0
  1419. package/dist/presentation/overlays/actionSheet/ActionSheet.vue.d.ts +52 -0
  1420. package/dist/presentation/overlays/actionSheet/ActionSheetAction.vue.d.ts +29 -0
  1421. package/dist/presentation/overlays/actionSheet/ActionSheetCancel.vue.d.ts +19 -0
  1422. package/dist/presentation/overlays/actionSheet/index.d.ts +4 -0
  1423. package/dist/presentation/overlays/alertModal/AlertModal.vue.d.ts +28 -0
  1424. package/dist/presentation/overlays/alertModal/AlertModalAction.vue.d.ts +24 -0
  1425. package/dist/presentation/overlays/alertModal/AlertModalCancel.vue.d.ts +19 -0
  1426. package/dist/presentation/overlays/alertModal/AlertModalContent.vue.d.ts +15 -0
  1427. package/dist/presentation/overlays/alertModal/index.d.ts +12 -0
  1428. package/dist/presentation/overlays/backdrop/Backdrop.vue.d.ts +40 -0
  1429. package/dist/presentation/overlays/backdrop/index.d.ts +1 -0
  1430. package/dist/presentation/overlays/bottomSheet/BottomSheet.vue.d.ts +79 -0
  1431. package/dist/presentation/overlays/bottomSheet/index.d.ts +3 -0
  1432. package/dist/presentation/overlays/drawer/Drawer.vue.d.ts +68 -0
  1433. package/dist/presentation/overlays/drawer/DrawerContent.vue.d.ts +54 -0
  1434. package/dist/presentation/overlays/drawer/DrawerTrigger.vue.d.ts +24 -0
  1435. package/dist/presentation/overlays/drawer/index.d.ts +9 -0
  1436. package/dist/presentation/overlays/hoverCard/HoverCard.vue.d.ts +68 -0
  1437. package/dist/presentation/overlays/hoverCard/HoverCardArrow.vue.d.ts +10 -0
  1438. package/dist/presentation/overlays/hoverCard/HoverCardContent.vue.d.ts +20 -0
  1439. package/dist/presentation/overlays/hoverCard/HoverCardTrigger.vue.d.ts +24 -0
  1440. package/dist/presentation/overlays/hoverCard/index.d.ts +4 -0
  1441. package/dist/presentation/overlays/index.d.ts +8 -0
  1442. package/dist/presentation/overlays/index.js +62 -0
  1443. package/dist/presentation/overlays/index.js.map +1 -0
  1444. package/dist/presentation/overlays/modal/Modal.vue.d.ts +75 -0
  1445. package/dist/presentation/overlays/modal/ModalContent.vue.d.ts +38 -0
  1446. package/dist/presentation/overlays/modal/ModalTrigger.vue.d.ts +24 -0
  1447. package/dist/presentation/overlays/modal/index.d.ts +22 -0
  1448. package/dist/presentation/overlays/popover/Popover.vue.d.ts +70 -0
  1449. package/dist/presentation/overlays/popover/PopoverArrow.vue.d.ts +10 -0
  1450. package/dist/presentation/overlays/popover/PopoverContent.vue.d.ts +34 -0
  1451. package/dist/presentation/overlays/popover/PopoverTrigger.vue.d.ts +24 -0
  1452. package/dist/presentation/overlays/popover/index.d.ts +4 -0
  1453. package/dist/query/CreateQueryClient.d.ts +19 -0
  1454. package/dist/query/Devtools.vue.d.ts +10 -0
  1455. package/dist/query/Endpoints.d.ts +14 -0
  1456. package/dist/query/PageHelpers.d.ts +10 -0
  1457. package/dist/query/Persistence.d.ts +40 -0
  1458. package/dist/query/QueryPlugin.d.ts +14 -0
  1459. package/dist/query/QueryProgressBridge.d.ts +16 -0
  1460. package/dist/query/QueryProvider.vue.d.ts +17 -0
  1461. package/dist/query/QueryTestUtils.d.ts +54 -0
  1462. package/dist/query/ToApiError.d.ts +7 -0
  1463. package/dist/query/UseAppInfiniteQuery.d.ts +45 -0
  1464. package/dist/query/UseAppLazyQuery.d.ts +40 -0
  1465. package/dist/query/UseAppMutation.d.ts +32 -0
  1466. package/dist/query/UseAppPaginatedQuery.d.ts +39 -0
  1467. package/dist/query/UseAppQueries.d.ts +43 -0
  1468. package/dist/query/UseAppQuery.d.ts +38 -0
  1469. package/dist/query/UseAppSuspenseQuery.d.ts +42 -0
  1470. package/dist/query/UseOptimisticMutation.d.ts +25 -0
  1471. package/dist/query/UsePrefetchQuery.d.ts +26 -0
  1472. package/dist/query/UseQueryCache.d.ts +31 -0
  1473. package/dist/query/index.d.ts +19 -0
  1474. package/dist/query/index.js +461 -0
  1475. package/dist/query/index.js.map +1 -0
  1476. package/dist/query/testing.d.ts +1 -0
  1477. package/dist/query/testing.js +48 -0
  1478. package/dist/query/testing.js.map +1 -0
  1479. package/dist/router/AppErrorBoundary.vue.d.ts +26 -0
  1480. package/dist/router/AppNavLink.vue.d.ts +40 -0
  1481. package/dist/router/CreateAppRouter.d.ts +65 -0
  1482. package/dist/router/DocumentMeta.d.ts +9 -0
  1483. package/dist/router/DocumentTitle.d.ts +18 -0
  1484. package/dist/router/Guards.d.ts +29 -0
  1485. package/dist/router/LazyRoute.d.ts +16 -0
  1486. package/dist/router/NavigationProgress.vue.d.ts +19 -0
  1487. package/dist/router/NavigationProgressModes.d.ts +18 -0
  1488. package/dist/router/NotFound.vue.d.ts +10 -0
  1489. package/dist/router/PageViewTracker.d.ts +23 -0
  1490. package/dist/router/Paths.d.ts +18 -0
  1491. package/dist/router/ProgressProvider.vue.d.ts +19 -0
  1492. package/dist/router/RouteAnnouncer.vue.d.ts +10 -0
  1493. package/dist/router/RouteConfig.d.ts +82 -0
  1494. package/dist/router/RouteHandles.d.ts +24 -0
  1495. package/dist/router/RoutePersistence.d.ts +21 -0
  1496. package/dist/router/UseBreadcrumbs.d.ts +17 -0
  1497. package/dist/router/UseNavigationBlocker.d.ts +41 -0
  1498. package/dist/router/UseNavigationProgress.d.ts +32 -0
  1499. package/dist/router/UsePrefetch.d.ts +19 -0
  1500. package/dist/router/UseRouteNavigating.d.ts +15 -0
  1501. package/dist/router/UseTypedSearchParams.d.ts +17 -0
  1502. package/dist/router/index.d.ts +23 -0
  1503. package/dist/router/index.js +711 -0
  1504. package/dist/router/index.js.map +1 -0
  1505. package/dist/themes.css +15374 -0
  1506. package/dist/themes.json +2898 -0
  1507. package/package.json +432 -0
@@ -0,0 +1,2073 @@
1
+ import { defineComponent, useAttrs, useTemplateRef, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, renderSlot, normalizeStyle, createElementBlock, createElementVNode, createTextVNode, toDisplayString, normalizeClass, ref, watch, onScopeDispose, provide, inject, onUnmounted, unref, onMounted, onBeforeUnmount, createVNode, createCommentVNode, useSlots, Fragment } from "vue";
2
+ import { c as cn } from "./cn-CzDCF-Ah.js";
3
+ import { a as _sfc_main$t } from "./ControlGroup.vue_vue_type_script_setup_true_lang-CV8Xstes.js";
4
+ import { tv } from "tailwind-variants";
5
+ import { O as Orientation } from "./Orientation-u-sYunuG.js";
6
+ import { A as Align } from "./Align-DqFtCY3a.js";
7
+ import { R as Radius } from "./StyleTokens-Bkz7Dm5L.js";
8
+ import { S as Side, c as composeEventHandlers } from "./Side-CSys3p-F.js";
9
+ import { u as useControlled } from "./useControlled-B6M4kTLn.js";
10
+ import { _ as _sfc_main$u } from "./Spinner.vue_vue_type_script_setup_true_lang-C4lNiUOm.js";
11
+ import { _ as _sfc_main$v, P as Politeness } from "./Announce.vue_vue_type_script_setup_true_lang-CDTltiIl.js";
12
+ import { _ as _sfc_main$w, a as _sfc_main$x } from "./DrawerContent.vue_vue_type_script_setup_true_lang-DvvrJdF0.js";
13
+ import { u as useMediaQuery } from "./useMediaQuery-DwVcSgGk.js";
14
+ import { T as TransitionExtensions } from "./TransitionExtensions-hFi80JX2.js";
15
+ import { C as CssExtensions } from "./CssExtensions-BzLJG57F.js";
16
+ import { P as Presence } from "./Presence-C7IJvh_P.js";
17
+ import { P as Primitive } from "./Primitive-Cm3ECaVw.js";
18
+ import { s as surfaceVariants } from "./SurfaceStyles-ChdpGRBO.js";
19
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
20
+ ...{ name: "Box", inheritAttrs: false },
21
+ __name: "Box",
22
+ props: {
23
+ as: { default: "div" }
24
+ },
25
+ setup(__props, { expose: __expose }) {
26
+ const props = __props;
27
+ const attrs = useAttrs();
28
+ const el = useTemplateRef("el");
29
+ const classes = computed(() => cn(attrs.class));
30
+ const rest = computed(() => {
31
+ const { class: _class, ...others } = attrs;
32
+ return others;
33
+ });
34
+ __expose({ el });
35
+ return (_ctx, _cache) => {
36
+ return openBlock(), createBlock(resolveDynamicComponent(props.as), mergeProps({
37
+ ref_key: "el",
38
+ ref: el
39
+ }, rest.value, { class: classes.value }), {
40
+ default: withCtx(() => [
41
+ renderSlot(_ctx.$slots, "default")
42
+ ]),
43
+ _: 3
44
+ }, 16, ["class"]);
45
+ };
46
+ }
47
+ });
48
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
49
+ ...{ name: "HStack", inheritAttrs: false },
50
+ __name: "HStack",
51
+ setup(__props, { expose: __expose }) {
52
+ const inner = useTemplateRef("inner");
53
+ const el = computed(() => inner.value?.el ?? null);
54
+ __expose({ el });
55
+ return (_ctx, _cache) => {
56
+ return openBlock(), createBlock(_sfc_main$t, mergeProps({
57
+ ref_key: "inner",
58
+ ref: inner,
59
+ direction: "row"
60
+ }, _ctx.$attrs), {
61
+ default: withCtx(() => [
62
+ renderSlot(_ctx.$slots, "default")
63
+ ]),
64
+ _: 3
65
+ }, 16);
66
+ };
67
+ }
68
+ });
69
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
70
+ ...{ name: "VStack", inheritAttrs: false },
71
+ __name: "VStack",
72
+ setup(__props, { expose: __expose }) {
73
+ const inner = useTemplateRef("inner");
74
+ const el = computed(() => inner.value?.el ?? null);
75
+ __expose({ el });
76
+ return (_ctx, _cache) => {
77
+ return openBlock(), createBlock(_sfc_main$t, mergeProps({
78
+ ref_key: "inner",
79
+ ref: inner,
80
+ direction: "column"
81
+ }, _ctx.$attrs), {
82
+ default: withCtx(() => [
83
+ renderSlot(_ctx.$slots, "default")
84
+ ]),
85
+ _: 3
86
+ }, 16);
87
+ };
88
+ }
89
+ });
90
+ const gridVariants = tv({
91
+ base: "grid",
92
+ variants: {
93
+ columns: {
94
+ "1": "grid-cols-1",
95
+ "2": "grid-cols-2",
96
+ "3": "grid-cols-3",
97
+ "4": "grid-cols-4",
98
+ "5": "grid-cols-5",
99
+ "6": "grid-cols-6",
100
+ "8": "grid-cols-8",
101
+ "12": "grid-cols-12"
102
+ },
103
+ gap: {
104
+ "0": "gap-0",
105
+ "1": "gap-1",
106
+ "2": "gap-2",
107
+ "3": "gap-3",
108
+ "4": "gap-4",
109
+ "5": "gap-5",
110
+ "6": "gap-6",
111
+ "8": "gap-8",
112
+ "10": "gap-10",
113
+ "12": "gap-12"
114
+ }
115
+ },
116
+ defaultVariants: {
117
+ columns: "2",
118
+ gap: "4"
119
+ }
120
+ });
121
+ const GridBreakpoint = {
122
+ /** Refers to the unprefixed (mobile-first) breakpoint. */
123
+ Base: "base",
124
+ /** Refers to the `sm:` breakpoint. */
125
+ Sm: "sm",
126
+ /** Refers to the `md:` breakpoint. */
127
+ Md: "md",
128
+ /** Refers to the `lg:` breakpoint. */
129
+ Lg: "lg",
130
+ /** Refers to the `xl:` breakpoint. */
131
+ Xl: "xl"
132
+ };
133
+ const COLUMN_CLASSES = {
134
+ base: {
135
+ "1": "grid-cols-1",
136
+ "2": "grid-cols-2",
137
+ "3": "grid-cols-3",
138
+ "4": "grid-cols-4",
139
+ "5": "grid-cols-5",
140
+ "6": "grid-cols-6",
141
+ "8": "grid-cols-8",
142
+ "12": "grid-cols-12"
143
+ },
144
+ sm: {
145
+ "1": "sm:grid-cols-1",
146
+ "2": "sm:grid-cols-2",
147
+ "3": "sm:grid-cols-3",
148
+ "4": "sm:grid-cols-4",
149
+ "5": "sm:grid-cols-5",
150
+ "6": "sm:grid-cols-6",
151
+ "8": "sm:grid-cols-8",
152
+ "12": "sm:grid-cols-12"
153
+ },
154
+ md: {
155
+ "1": "md:grid-cols-1",
156
+ "2": "md:grid-cols-2",
157
+ "3": "md:grid-cols-3",
158
+ "4": "md:grid-cols-4",
159
+ "5": "md:grid-cols-5",
160
+ "6": "md:grid-cols-6",
161
+ "8": "md:grid-cols-8",
162
+ "12": "md:grid-cols-12"
163
+ },
164
+ lg: {
165
+ "1": "lg:grid-cols-1",
166
+ "2": "lg:grid-cols-2",
167
+ "3": "lg:grid-cols-3",
168
+ "4": "lg:grid-cols-4",
169
+ "5": "lg:grid-cols-5",
170
+ "6": "lg:grid-cols-6",
171
+ "8": "lg:grid-cols-8",
172
+ "12": "lg:grid-cols-12"
173
+ },
174
+ xl: {
175
+ "1": "xl:grid-cols-1",
176
+ "2": "xl:grid-cols-2",
177
+ "3": "xl:grid-cols-3",
178
+ "4": "xl:grid-cols-4",
179
+ "5": "xl:grid-cols-5",
180
+ "6": "xl:grid-cols-6",
181
+ "8": "xl:grid-cols-8",
182
+ "12": "xl:grid-cols-12"
183
+ }
184
+ };
185
+ const GAP_CLASSES = {
186
+ base: {
187
+ "0": "gap-0",
188
+ "1": "gap-1",
189
+ "2": "gap-2",
190
+ "3": "gap-3",
191
+ "4": "gap-4",
192
+ "5": "gap-5",
193
+ "6": "gap-6",
194
+ "8": "gap-8",
195
+ "10": "gap-10",
196
+ "12": "gap-12"
197
+ },
198
+ sm: {
199
+ "0": "sm:gap-0",
200
+ "1": "sm:gap-1",
201
+ "2": "sm:gap-2",
202
+ "3": "sm:gap-3",
203
+ "4": "sm:gap-4",
204
+ "5": "sm:gap-5",
205
+ "6": "sm:gap-6",
206
+ "8": "sm:gap-8",
207
+ "10": "sm:gap-10",
208
+ "12": "sm:gap-12"
209
+ },
210
+ md: {
211
+ "0": "md:gap-0",
212
+ "1": "md:gap-1",
213
+ "2": "md:gap-2",
214
+ "3": "md:gap-3",
215
+ "4": "md:gap-4",
216
+ "5": "md:gap-5",
217
+ "6": "md:gap-6",
218
+ "8": "md:gap-8",
219
+ "10": "md:gap-10",
220
+ "12": "md:gap-12"
221
+ },
222
+ lg: {
223
+ "0": "lg:gap-0",
224
+ "1": "lg:gap-1",
225
+ "2": "lg:gap-2",
226
+ "3": "lg:gap-3",
227
+ "4": "lg:gap-4",
228
+ "5": "lg:gap-5",
229
+ "6": "lg:gap-6",
230
+ "8": "lg:gap-8",
231
+ "10": "lg:gap-10",
232
+ "12": "lg:gap-12"
233
+ },
234
+ xl: {
235
+ "0": "xl:gap-0",
236
+ "1": "xl:gap-1",
237
+ "2": "xl:gap-2",
238
+ "3": "xl:gap-3",
239
+ "4": "xl:gap-4",
240
+ "5": "xl:gap-5",
241
+ "6": "xl:gap-6",
242
+ "8": "xl:gap-8",
243
+ "10": "xl:gap-10",
244
+ "12": "xl:gap-12"
245
+ }
246
+ };
247
+ const BREAKPOINT_ORDER = ["base", "sm", "md", "lg", "xl"];
248
+ function resolveGridColumns(value) {
249
+ if (value === void 0) return void 0;
250
+ if (typeof value === "string") return COLUMN_CLASSES.base[value];
251
+ return BREAKPOINT_ORDER.map((bp) => {
252
+ const v = value[bp];
253
+ return v === void 0 ? void 0 : COLUMN_CLASSES[bp][v];
254
+ }).filter((c) => Boolean(c)).join(" ");
255
+ }
256
+ function resolveGridGap(value) {
257
+ if (value === void 0) return void 0;
258
+ if (typeof value === "string") return GAP_CLASSES.base[value];
259
+ return BREAKPOINT_ORDER.map((bp) => {
260
+ const v = value[bp];
261
+ return v === void 0 ? void 0 : GAP_CLASSES[bp][v];
262
+ }).filter((c) => Boolean(c)).join(" ");
263
+ }
264
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
265
+ ...{ name: "Grid", inheritAttrs: false },
266
+ __name: "Grid",
267
+ props: {
268
+ as: { default: "div" },
269
+ columns: { default: "2" },
270
+ gap: { default: "4" }
271
+ },
272
+ setup(__props, { expose: __expose }) {
273
+ const props = __props;
274
+ const attrs = useAttrs();
275
+ const el = useTemplateRef("el");
276
+ const classes = computed(
277
+ () => cn(
278
+ "grid",
279
+ resolveGridColumns(props.columns),
280
+ resolveGridGap(props.gap),
281
+ attrs.class
282
+ )
283
+ );
284
+ const rest = computed(() => {
285
+ const { class: _class, ...others } = attrs;
286
+ return others;
287
+ });
288
+ __expose({ el });
289
+ return (_ctx, _cache) => {
290
+ return openBlock(), createBlock(resolveDynamicComponent(props.as), mergeProps({
291
+ ref_key: "el",
292
+ ref: el
293
+ }, rest.value, { class: classes.value }), {
294
+ default: withCtx(() => [
295
+ renderSlot(_ctx.$slots, "default")
296
+ ]),
297
+ _: 3
298
+ }, 16, ["class"]);
299
+ };
300
+ }
301
+ });
302
+ const ContainerSize = {
303
+ /** Refers to the small screen max-width. */
304
+ Sm: "sm",
305
+ /** Refers to the medium screen max-width. */
306
+ Md: "md",
307
+ /** Refers to the large screen max-width. */
308
+ Lg: "lg",
309
+ /** Refers to the extra-large screen max-width. */
310
+ Xl: "xl",
311
+ /** Refers to the 2x extra-large screen max-width. */
312
+ Xxl: "2xl",
313
+ /** Refers to an unconstrained (full) max-width. */
314
+ Full: "full"
315
+ };
316
+ const containerVariants = tv({
317
+ base: "mx-auto w-full px-4",
318
+ variants: {
319
+ size: {
320
+ sm: "max-w-screen-sm",
321
+ md: "max-w-screen-md",
322
+ lg: "max-w-screen-lg",
323
+ xl: "max-w-screen-xl",
324
+ "2xl": "max-w-screen-2xl",
325
+ full: "max-w-full"
326
+ }
327
+ },
328
+ defaultVariants: {
329
+ size: "lg"
330
+ }
331
+ });
332
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
333
+ ...{ name: "Container", inheritAttrs: false },
334
+ __name: "Container",
335
+ props: {
336
+ as: { default: "div" },
337
+ size: {}
338
+ },
339
+ setup(__props, { expose: __expose }) {
340
+ const props = __props;
341
+ const attrs = useAttrs();
342
+ const el = useTemplateRef("el");
343
+ const classes = computed(
344
+ () => cn(containerVariants({ size: props.size }), attrs.class)
345
+ );
346
+ const rest = computed(() => {
347
+ const { class: _class, ...others } = attrs;
348
+ return others;
349
+ });
350
+ __expose({ el });
351
+ return (_ctx, _cache) => {
352
+ return openBlock(), createBlock(resolveDynamicComponent(props.as), mergeProps({
353
+ ref_key: "el",
354
+ ref: el
355
+ }, rest.value, { class: classes.value }), {
356
+ default: withCtx(() => [
357
+ renderSlot(_ctx.$slots, "default")
358
+ ]),
359
+ _: 3
360
+ }, 16, ["class"]);
361
+ };
362
+ }
363
+ });
364
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
365
+ ...{ name: "Flex", inheritAttrs: false },
366
+ __name: "Flex",
367
+ props: {
368
+ as: { default: "div" }
369
+ },
370
+ setup(__props, { expose: __expose }) {
371
+ const props = __props;
372
+ const attrs = useAttrs();
373
+ const el = useTemplateRef("el");
374
+ const classes = computed(() => cn("flex", attrs.class));
375
+ const rest = computed(() => {
376
+ const { class: _class, ...others } = attrs;
377
+ return others;
378
+ });
379
+ __expose({ el });
380
+ return (_ctx, _cache) => {
381
+ return openBlock(), createBlock(resolveDynamicComponent(props.as), mergeProps({
382
+ ref_key: "el",
383
+ ref: el
384
+ }, rest.value, { class: classes.value }), {
385
+ default: withCtx(() => [
386
+ renderSlot(_ctx.$slots, "default")
387
+ ]),
388
+ _: 3
389
+ }, 16, ["class"]);
390
+ };
391
+ }
392
+ });
393
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
394
+ ...{ name: "AspectRatio", inheritAttrs: false },
395
+ __name: "AspectRatio",
396
+ props: {
397
+ ratio: { default: 1 }
398
+ },
399
+ setup(__props, { expose: __expose }) {
400
+ const props = __props;
401
+ const attrs = useAttrs();
402
+ const el = useTemplateRef("el");
403
+ const classes = computed(() => cn("relative w-full", attrs.class));
404
+ const styles = computed(() => normalizeStyle([{ aspectRatio: `${props.ratio}` }, attrs.style]));
405
+ const rest = computed(() => {
406
+ const { class: _class, style: _style, ...others } = attrs;
407
+ return others;
408
+ });
409
+ __expose({ el });
410
+ return (_ctx, _cache) => {
411
+ return openBlock(), createElementBlock("div", mergeProps({
412
+ ref_key: "el",
413
+ ref: el
414
+ }, rest.value, {
415
+ class: classes.value,
416
+ style: styles.value
417
+ }), [
418
+ renderSlot(_ctx.$slots, "default")
419
+ ], 16);
420
+ };
421
+ }
422
+ });
423
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
424
+ ...{ name: "Spacer", inheritAttrs: false },
425
+ __name: "Spacer",
426
+ props: {
427
+ size: {},
428
+ axis: { default: Orientation.Horizontal }
429
+ },
430
+ setup(__props, { expose: __expose }) {
431
+ const props = __props;
432
+ const attrs = useAttrs();
433
+ const el = useTemplateRef("el");
434
+ const fixed = computed(() => {
435
+ if (props.size === void 0) return void 0;
436
+ const length = typeof props.size === "number" ? `${props.size}px` : props.size;
437
+ return props.axis === Orientation.Horizontal ? { width: length, flexShrink: 0 } : { height: length, flexShrink: 0 };
438
+ });
439
+ const classes = computed(
440
+ () => cn(props.size === void 0 && "flex-1", attrs.class)
441
+ );
442
+ const styles = computed(() => normalizeStyle([fixed.value, attrs.style]));
443
+ const rest = computed(() => {
444
+ const { class: _class, style: _style, ...others } = attrs;
445
+ return others;
446
+ });
447
+ __expose({ el });
448
+ return (_ctx, _cache) => {
449
+ return openBlock(), createElementBlock("div", mergeProps({
450
+ ref_key: "el",
451
+ ref: el,
452
+ "aria-hidden": "true"
453
+ }, rest.value, {
454
+ class: classes.value,
455
+ style: styles.value
456
+ }), null, 16);
457
+ };
458
+ }
459
+ });
460
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
461
+ ...{ name: "Center", inheritAttrs: false },
462
+ __name: "Center",
463
+ setup(__props, { expose: __expose }) {
464
+ const attrs = useAttrs();
465
+ const el = useTemplateRef("el");
466
+ const classes = computed(
467
+ () => cn("flex items-center justify-center", attrs.class)
468
+ );
469
+ const rest = computed(() => {
470
+ const { class: _class, ...others } = attrs;
471
+ return others;
472
+ });
473
+ __expose({ el });
474
+ return (_ctx, _cache) => {
475
+ return openBlock(), createElementBlock("div", mergeProps({
476
+ ref_key: "el",
477
+ ref: el
478
+ }, rest.value, { class: classes.value }), [
479
+ renderSlot(_ctx.$slots, "default")
480
+ ], 16);
481
+ };
482
+ }
483
+ });
484
+ const dividerVariants = tv({
485
+ base: "border-border",
486
+ variants: {
487
+ orientation: {
488
+ horizontal: "w-full border-t",
489
+ vertical: "self-stretch border-l"
490
+ }
491
+ },
492
+ defaultVariants: {
493
+ orientation: "horizontal"
494
+ }
495
+ });
496
+ const _hoisted_1$6 = { class: "text-sm text-muted-foreground" };
497
+ const _hoisted_2$1 = ["aria-orientation"];
498
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
499
+ ...{ name: "Divider", inheritAttrs: false },
500
+ __name: "Divider",
501
+ props: {
502
+ orientation: {},
503
+ label: {}
504
+ },
505
+ setup(__props, { expose: __expose }) {
506
+ const props = __props;
507
+ const attrs = useAttrs();
508
+ const el = useTemplateRef("el");
509
+ const isLabelled = computed(() => props.label != null);
510
+ const labelledClasses = computed(
511
+ () => cn("flex w-full items-center gap-3", attrs.class)
512
+ );
513
+ const plainClasses = computed(
514
+ () => cn(dividerVariants({ orientation: props.orientation }), attrs.class)
515
+ );
516
+ const rest = computed(() => {
517
+ const { class: _class, ...others } = attrs;
518
+ return others;
519
+ });
520
+ __expose({ el });
521
+ return (_ctx, _cache) => {
522
+ return isLabelled.value ? (openBlock(), createElementBlock("div", mergeProps({
523
+ key: 0,
524
+ ref_key: "el",
525
+ ref: el,
526
+ role: "separator",
527
+ "aria-orientation": "horizontal"
528
+ }, rest.value, { class: labelledClasses.value }), [
529
+ _cache[0] || (_cache[0] = createElementVNode("span", { class: "h-px flex-1 bg-border" }, null, -1)),
530
+ createElementVNode("span", _hoisted_1$6, [
531
+ renderSlot(_ctx.$slots, "label", {}, () => [
532
+ createTextVNode(toDisplayString(props.label), 1)
533
+ ])
534
+ ]),
535
+ _cache[1] || (_cache[1] = createElementVNode("span", { class: "h-px flex-1 bg-border" }, null, -1))
536
+ ], 16)) : (openBlock(), createElementBlock("div", mergeProps({
537
+ key: 1,
538
+ ref_key: "el",
539
+ ref: el,
540
+ role: "separator",
541
+ "aria-orientation": props.orientation
542
+ }, rest.value, { class: plainClasses.value }), null, 16, _hoisted_2$1));
543
+ };
544
+ }
545
+ });
546
+ const ScrollAxis = {
547
+ /** Refers to vertical scrolling only. */
548
+ Vertical: "vertical",
549
+ /** Refers to horizontal scrolling only. */
550
+ Horizontal: "horizontal",
551
+ /** Refers to scrolling on both axes. */
552
+ Both: "both"
553
+ };
554
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
555
+ ...{ name: "ScrollArea", inheritAttrs: false },
556
+ __name: "ScrollArea",
557
+ props: {
558
+ axis: { default: ScrollAxis.Vertical }
559
+ },
560
+ setup(__props, { expose: __expose }) {
561
+ const props = __props;
562
+ const attrs = useAttrs();
563
+ const el = useTemplateRef("el");
564
+ const classes = computed(
565
+ () => cn(
566
+ "relative",
567
+ props.axis === ScrollAxis.Vertical && "overflow-y-auto overflow-x-hidden",
568
+ props.axis === ScrollAxis.Horizontal && "overflow-x-auto overflow-y-hidden",
569
+ props.axis === ScrollAxis.Both && "overflow-auto",
570
+ attrs.class
571
+ )
572
+ );
573
+ const rest = computed(() => {
574
+ const { class: _class, ...others } = attrs;
575
+ return others;
576
+ });
577
+ __expose({ el });
578
+ return (_ctx, _cache) => {
579
+ return openBlock(), createElementBlock("div", mergeProps({
580
+ ref_key: "el",
581
+ ref: el
582
+ }, rest.value, { class: classes.value }), [
583
+ renderSlot(_ctx.$slots, "default")
584
+ ], 16);
585
+ };
586
+ }
587
+ });
588
+ const GAP$1 = {
589
+ "2": "gap-2",
590
+ "3": "gap-3",
591
+ "4": "gap-4",
592
+ "6": "gap-6",
593
+ "8": "gap-8"
594
+ };
595
+ const JUSTIFY = {
596
+ start: "justify-start",
597
+ center: "justify-center",
598
+ end: "justify-end"
599
+ };
600
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
601
+ ...{ name: "Cluster", inheritAttrs: false },
602
+ __name: "Cluster",
603
+ props: {
604
+ gap: { default: "4" },
605
+ justify: { default: Align.Center }
606
+ },
607
+ setup(__props, { expose: __expose }) {
608
+ const props = __props;
609
+ const attrs = useAttrs();
610
+ const el = useTemplateRef("el");
611
+ const classes = computed(
612
+ () => cn(
613
+ "flex flex-wrap items-center",
614
+ GAP$1[props.gap],
615
+ JUSTIFY[props.justify],
616
+ attrs.class
617
+ )
618
+ );
619
+ const rest = computed(() => {
620
+ const { class: _class, ...others } = attrs;
621
+ return others;
622
+ });
623
+ __expose({ el });
624
+ return (_ctx, _cache) => {
625
+ return openBlock(), createElementBlock("div", mergeProps({
626
+ ref_key: "el",
627
+ ref: el
628
+ }, rest.value, { class: classes.value }), [
629
+ renderSlot(_ctx.$slots, "default")
630
+ ], 16);
631
+ };
632
+ }
633
+ });
634
+ const FrameSurface = {
635
+ /** Refers to a raised card surface. */
636
+ Card: "card",
637
+ /** Refers to a recessed muted surface. */
638
+ Muted: "muted",
639
+ /** Refers to no surface fill (transparent). */
640
+ Transparent: "transparent"
641
+ };
642
+ const PADDING = {
643
+ "0": "",
644
+ "2": "p-2",
645
+ "3": "p-3",
646
+ "4": "p-4",
647
+ "6": "p-6",
648
+ "8": "p-8"
649
+ };
650
+ const RADIUS = {
651
+ none: "",
652
+ sm: "rounded-sm",
653
+ md: "rounded-md",
654
+ lg: "rounded-lg",
655
+ xl: "rounded-xl",
656
+ "2xl": "rounded-2xl",
657
+ full: "rounded-full"
658
+ };
659
+ const SURFACE = {
660
+ card: "bg-card text-card-foreground",
661
+ muted: "bg-muted text-foreground",
662
+ transparent: ""
663
+ };
664
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
665
+ ...{ name: "Frame", inheritAttrs: false },
666
+ __name: "Frame",
667
+ props: {
668
+ padding: { default: "4" },
669
+ radius: { default: Radius.Md },
670
+ surface: { default: FrameSurface.Card },
671
+ isBordered: { type: Boolean, default: true }
672
+ },
673
+ setup(__props, { expose: __expose }) {
674
+ const props = __props;
675
+ const attrs = useAttrs();
676
+ const el = useTemplateRef("el");
677
+ const classes = computed(
678
+ () => cn(
679
+ SURFACE[props.surface],
680
+ PADDING[props.padding],
681
+ RADIUS[props.radius],
682
+ props.isBordered && "border border-border",
683
+ attrs.class
684
+ )
685
+ );
686
+ const rest = computed(() => {
687
+ const { class: _class, ...others } = attrs;
688
+ return others;
689
+ });
690
+ __expose({ el });
691
+ return (_ctx, _cache) => {
692
+ return openBlock(), createElementBlock("div", mergeProps({
693
+ ref_key: "el",
694
+ ref: el
695
+ }, rest.value, { class: classes.value }), [
696
+ renderSlot(_ctx.$slots, "default")
697
+ ], 16);
698
+ };
699
+ }
700
+ });
701
+ const _hoisted_1$5 = { class: "min-w-0 flex-1" };
702
+ const GAP = {
703
+ "0": "gap-0",
704
+ "4": "gap-4",
705
+ "6": "gap-6",
706
+ "8": "gap-8",
707
+ "10": "gap-10"
708
+ };
709
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
710
+ ...{ name: "TwoColumn", inheritAttrs: false },
711
+ __name: "TwoColumn",
712
+ props: {
713
+ asideWidth: { default: "w-64" },
714
+ asideSide: { default: Side.Left },
715
+ gap: { default: "6" }
716
+ },
717
+ setup(__props, { expose: __expose }) {
718
+ const props = __props;
719
+ const attrs = useAttrs();
720
+ const el = useTemplateRef("el");
721
+ const classes = computed(
722
+ () => cn(
723
+ "flex w-full",
724
+ props.asideSide === Side.Right && "flex-row-reverse",
725
+ GAP[props.gap],
726
+ attrs.class
727
+ )
728
+ );
729
+ const asideClasses = computed(() => cn("shrink-0", props.asideWidth));
730
+ const rest = computed(() => {
731
+ const { class: _class, ...others } = attrs;
732
+ return others;
733
+ });
734
+ __expose({ el });
735
+ return (_ctx, _cache) => {
736
+ return openBlock(), createElementBlock("div", mergeProps({
737
+ ref_key: "el",
738
+ ref: el
739
+ }, rest.value, { class: classes.value }), [
740
+ createElementVNode("aside", {
741
+ class: normalizeClass(asideClasses.value)
742
+ }, [
743
+ renderSlot(_ctx.$slots, "aside")
744
+ ], 2),
745
+ createElementVNode("main", _hoisted_1$5, [
746
+ renderSlot(_ctx.$slots, "default")
747
+ ])
748
+ ], 16);
749
+ };
750
+ }
751
+ });
752
+ const _hoisted_1$4 = ["data-orientation"];
753
+ const resizableContextKey = Symbol("wow-two.resizablePanels");
754
+ function useResizableContext() {
755
+ const context = inject(resizableContextKey, null);
756
+ if (!context) throw new Error("ResizablePanels.* must be used inside <ResizablePanels>");
757
+ return context;
758
+ }
759
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
760
+ ...{ name: "ResizablePanels", inheritAttrs: false },
761
+ __name: "ResizablePanels",
762
+ props: {
763
+ orientation: { default: Orientation.Horizontal },
764
+ defaultSizes: { default: void 0 },
765
+ sizes: { default: void 0 },
766
+ onSizesChange: { type: Function, default: void 0 }
767
+ },
768
+ setup(__props, { expose: __expose }) {
769
+ const props = __props;
770
+ const attrs = useAttrs();
771
+ const el = useTemplateRef("el");
772
+ const panelEntries = ref([]);
773
+ const separatorTokens = ref([]);
774
+ const panelCount = computed(() => panelEntries.value.length);
775
+ const controlled = useControlled({
776
+ controlled: () => props.sizes,
777
+ default: props.defaultSizes ?? [],
778
+ onChange: (next) => props.onSizesChange?.(next)
779
+ });
780
+ watch(
781
+ panelCount,
782
+ (count) => {
783
+ if (controlled.value.value.length === count) return;
784
+ if (props.defaultSizes && props.defaultSizes.length === count) {
785
+ controlled.setValue(props.defaultSizes);
786
+ return;
787
+ }
788
+ controlled.setValue(Array(count).fill(100 / Math.max(count, 1)));
789
+ },
790
+ { immediate: true }
791
+ );
792
+ function findPanel(index) {
793
+ return panelEntries.value[index]?.info;
794
+ }
795
+ function applyDelta(separatorIndex, deltaPct) {
796
+ const a = separatorIndex;
797
+ const b = separatorIndex + 1;
798
+ const aInfo = findPanel(a);
799
+ const bInfo = findPanel(b);
800
+ if (!aInfo || !bInfo) return;
801
+ const next = controlled.value.value.slice();
802
+ let nextA = next[a] + deltaPct;
803
+ let nextB = next[b] - deltaPct;
804
+ if (nextA < aInfo.minSize) {
805
+ const adj = aInfo.minSize - nextA;
806
+ nextA += adj;
807
+ nextB -= adj;
808
+ }
809
+ if (nextB < bInfo.minSize) {
810
+ const adj = bInfo.minSize - nextB;
811
+ nextB += adj;
812
+ nextA -= adj;
813
+ }
814
+ if (nextA > aInfo.maxSize) {
815
+ const adj = nextA - aInfo.maxSize;
816
+ nextA -= adj;
817
+ nextB += adj;
818
+ }
819
+ if (nextB > bInfo.maxSize) {
820
+ const adj = nextB - bInfo.maxSize;
821
+ nextB -= adj;
822
+ nextA += adj;
823
+ }
824
+ next[a] = nextA;
825
+ next[b] = nextB;
826
+ controlled.setValue(next);
827
+ }
828
+ let dragCleanup = null;
829
+ onScopeDispose(() => dragCleanup?.());
830
+ function beginDrag(separatorIndex, event) {
831
+ const container = el.value;
832
+ if (!container) return;
833
+ const startX = event.clientX;
834
+ const startY = event.clientY;
835
+ const rect = container.getBoundingClientRect();
836
+ const total = props.orientation === Orientation.Horizontal ? rect.width : rect.height;
837
+ if (total === 0) return;
838
+ const startSizes = controlled.value.value.slice();
839
+ const onMove = (e) => {
840
+ const deltaPx = props.orientation === Orientation.Horizontal ? e.clientX - startX : e.clientY - startY;
841
+ const deltaPct = deltaPx / total * 100;
842
+ const a = separatorIndex;
843
+ const b = separatorIndex + 1;
844
+ const aInfo = findPanel(a);
845
+ const bInfo = findPanel(b);
846
+ if (!aInfo || !bInfo) return;
847
+ let nextA = startSizes[a] + deltaPct;
848
+ let nextB = startSizes[b] - deltaPct;
849
+ nextA = Math.max(aInfo.minSize, Math.min(aInfo.maxSize, nextA));
850
+ nextB = Math.max(bInfo.minSize, Math.min(bInfo.maxSize, nextB));
851
+ const sum = nextA + nextB;
852
+ const startSum = startSizes[a] + startSizes[b];
853
+ if (sum !== startSum) {
854
+ const diff = startSum - sum;
855
+ if (nextA + diff <= aInfo.maxSize && nextA + diff >= aInfo.minSize) {
856
+ nextA = nextA + diff;
857
+ } else {
858
+ nextB = nextB + diff;
859
+ }
860
+ }
861
+ const next = startSizes.slice();
862
+ next[a] = nextA;
863
+ next[b] = nextB;
864
+ controlled.setValue(next);
865
+ };
866
+ const onUp = () => {
867
+ window.removeEventListener("mousemove", onMove);
868
+ window.removeEventListener("mouseup", onUp);
869
+ document.body.style.cursor = "";
870
+ document.body.style.userSelect = "";
871
+ dragCleanup = null;
872
+ };
873
+ document.body.style.cursor = props.orientation === Orientation.Horizontal ? "col-resize" : "row-resize";
874
+ document.body.style.userSelect = "none";
875
+ window.addEventListener("mousemove", onMove);
876
+ window.addEventListener("mouseup", onUp);
877
+ dragCleanup = onUp;
878
+ }
879
+ function resetPair(separatorIndex) {
880
+ const a = separatorIndex;
881
+ const b = separatorIndex + 1;
882
+ const aInfo = findPanel(a);
883
+ const bInfo = findPanel(b);
884
+ if (!aInfo || !bInfo) return;
885
+ const next = controlled.value.value.slice();
886
+ const total = next[a] + next[b];
887
+ next[a] = total * aInfo.defaultSize / (aInfo.defaultSize + bInfo.defaultSize);
888
+ next[b] = total - next[a];
889
+ controlled.setValue(next);
890
+ }
891
+ provide(resizableContextKey, {
892
+ get orientation() {
893
+ return props.orientation;
894
+ },
895
+ get sizes() {
896
+ return controlled.value.value;
897
+ },
898
+ get panels() {
899
+ return panelEntries.value.map((entry) => entry.info);
900
+ },
901
+ registerPanel: (token, info) => {
902
+ panelEntries.value = [...panelEntries.value, { token, info }];
903
+ },
904
+ updatePanel: (token, info) => {
905
+ panelEntries.value = panelEntries.value.map(
906
+ (entry) => entry.token === token ? { token, info } : entry
907
+ );
908
+ },
909
+ unregisterPanel: (token) => {
910
+ panelEntries.value = panelEntries.value.filter((entry) => entry.token !== token);
911
+ },
912
+ panelIndex: (token) => panelEntries.value.findIndex((entry) => entry.token === token),
913
+ registerSeparator: (token) => {
914
+ separatorTokens.value = [...separatorTokens.value, token];
915
+ },
916
+ unregisterSeparator: (token) => {
917
+ separatorTokens.value = separatorTokens.value.filter((existing) => existing !== token);
918
+ },
919
+ separatorIndex: (token) => separatorTokens.value.indexOf(token),
920
+ beginDrag,
921
+ nudge: applyDelta,
922
+ resetPair
923
+ });
924
+ const classes = computed(
925
+ () => cn(
926
+ "flex h-full w-full",
927
+ props.orientation === Orientation.Horizontal ? "flex-row" : "flex-col",
928
+ attrs.class
929
+ )
930
+ );
931
+ const rest = computed(() => {
932
+ const { class: _class, ...others } = attrs;
933
+ return others;
934
+ });
935
+ __expose({ el });
936
+ return (_ctx, _cache) => {
937
+ return openBlock(), createElementBlock("div", mergeProps({
938
+ ref_key: "el",
939
+ ref: el,
940
+ "data-orientation": props.orientation
941
+ }, rest.value, { class: classes.value }), [
942
+ renderSlot(_ctx.$slots, "default")
943
+ ], 16, _hoisted_1$4);
944
+ };
945
+ }
946
+ });
947
+ const _hoisted_1$3 = ["data-panel-index"];
948
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
949
+ ...{ name: "ResizablePanel", inheritAttrs: false },
950
+ __name: "ResizablePanel",
951
+ props: {
952
+ defaultSize: { default: 100 },
953
+ minSize: { default: 0 },
954
+ maxSize: { default: 100 }
955
+ },
956
+ setup(__props, { expose: __expose }) {
957
+ const props = __props;
958
+ const context = useResizableContext();
959
+ const attrs = useAttrs();
960
+ const el = useTemplateRef("el");
961
+ const token = Symbol("wow-two.resizablePanel");
962
+ context.registerPanel(token, {
963
+ defaultSize: props.defaultSize,
964
+ minSize: props.minSize,
965
+ maxSize: props.maxSize
966
+ });
967
+ watch(
968
+ () => [props.defaultSize, props.minSize, props.maxSize],
969
+ ([defaultSize, minSize, maxSize]) => {
970
+ context.updatePanel(token, { defaultSize, minSize, maxSize });
971
+ }
972
+ );
973
+ onUnmounted(() => context.unregisterPanel(token));
974
+ const index = computed(() => context.panelIndex(token));
975
+ const size = computed(() => context.sizes[index.value] ?? props.defaultSize);
976
+ const styles = computed(
977
+ () => context.orientation === Orientation.Horizontal ? { width: `${size.value}%`, height: "100%" } : { height: `${size.value}%`, width: "100%" }
978
+ );
979
+ const classes = computed(() => cn("overflow-auto", attrs.class));
980
+ const rest = computed(() => {
981
+ const { class: _class, ...others } = attrs;
982
+ return others;
983
+ });
984
+ __expose({ el });
985
+ return (_ctx, _cache) => {
986
+ return openBlock(), createElementBlock("div", mergeProps({
987
+ ref_key: "el",
988
+ ref: el,
989
+ "data-panel-index": index.value
990
+ }, rest.value, {
991
+ class: classes.value,
992
+ style: styles.value
993
+ }), [
994
+ renderSlot(_ctx.$slots, "default")
995
+ ], 16, _hoisted_1$3);
996
+ };
997
+ }
998
+ });
999
+ const _hoisted_1$2 = ["aria-orientation", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-disabled", "tabindex", "data-dragging"];
1000
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
1001
+ ...{ name: "ResizableSeparator", inheritAttrs: false },
1002
+ __name: "ResizableSeparator",
1003
+ props: {
1004
+ isDisabled: { type: Boolean, default: false }
1005
+ },
1006
+ setup(__props, { expose: __expose }) {
1007
+ const props = __props;
1008
+ const context = useResizableContext();
1009
+ const attrs = useAttrs();
1010
+ const el = useTemplateRef("el");
1011
+ const token = Symbol("wow-two.resizableSeparator");
1012
+ context.registerSeparator(token);
1013
+ onUnmounted(() => context.unregisterSeparator(token));
1014
+ const index = computed(() => context.separatorIndex(token));
1015
+ const dragging = ref(false);
1016
+ function handleMouseDown(e) {
1017
+ if (props.isDisabled) return;
1018
+ if (e.button !== 0) return;
1019
+ e.preventDefault();
1020
+ dragging.value = true;
1021
+ context.beginDrag(index.value, e);
1022
+ const onUp = () => {
1023
+ dragging.value = false;
1024
+ window.removeEventListener("mouseup", onUp);
1025
+ };
1026
+ window.addEventListener("mouseup", onUp);
1027
+ }
1028
+ function handleKeydown(e) {
1029
+ if (props.isDisabled) return;
1030
+ const step = e.shiftKey ? 10 : 1;
1031
+ if (context.orientation === Orientation.Horizontal) {
1032
+ if (e.key === "ArrowLeft") {
1033
+ e.preventDefault();
1034
+ context.nudge(index.value, -step);
1035
+ } else if (e.key === "ArrowRight") {
1036
+ e.preventDefault();
1037
+ context.nudge(index.value, step);
1038
+ }
1039
+ } else {
1040
+ if (e.key === "ArrowUp") {
1041
+ e.preventDefault();
1042
+ context.nudge(index.value, -step);
1043
+ } else if (e.key === "ArrowDown") {
1044
+ e.preventDefault();
1045
+ context.nudge(index.value, step);
1046
+ }
1047
+ }
1048
+ }
1049
+ function handleDblclick() {
1050
+ if (props.isDisabled) return;
1051
+ context.resetPair(index.value);
1052
+ }
1053
+ function asHandler(value) {
1054
+ if (typeof value === "function") return value;
1055
+ if (Array.isArray(value)) {
1056
+ return (event) => {
1057
+ for (const fn of value) if (typeof fn === "function") fn(event);
1058
+ };
1059
+ }
1060
+ return void 0;
1061
+ }
1062
+ const onKeydown = computed(
1063
+ () => composeEventHandlers(asHandler(attrs.onKeydown), handleKeydown)
1064
+ );
1065
+ const onDblclick = computed(
1066
+ () => composeEventHandlers(asHandler(attrs.onDblclick), handleDblclick)
1067
+ );
1068
+ const ariaValueNow = computed(() => Math.round(context.sizes[index.value] ?? 50));
1069
+ const panelBefore = computed(() => context.panels[index.value]);
1070
+ const classes = computed(
1071
+ () => cn(
1072
+ "flex shrink-0 items-center justify-center bg-border transition-colors",
1073
+ context.orientation === Orientation.Horizontal ? "w-1 cursor-col-resize hover:bg-border-strong data-[dragging]:bg-primary" : "h-1 cursor-row-resize hover:bg-border-strong data-[dragging]:bg-primary",
1074
+ "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
1075
+ props.isDisabled && "cursor-default opacity-50 hover:bg-border",
1076
+ attrs.class
1077
+ )
1078
+ );
1079
+ const rest = computed(() => {
1080
+ const { class: _class, onKeydown: _keydown, onDblclick: _dblclick, ...others } = attrs;
1081
+ return others;
1082
+ });
1083
+ __expose({ el });
1084
+ return (_ctx, _cache) => {
1085
+ return openBlock(), createElementBlock("div", mergeProps({
1086
+ ref_key: "el",
1087
+ ref: el,
1088
+ role: "separator",
1089
+ "aria-orientation": unref(context).orientation === unref(Orientation).Horizontal ? "vertical" : "horizontal",
1090
+ "aria-valuenow": ariaValueNow.value,
1091
+ "aria-valuemin": panelBefore.value?.minSize ?? 0,
1092
+ "aria-valuemax": panelBefore.value?.maxSize ?? 100,
1093
+ "aria-disabled": props.isDisabled || void 0,
1094
+ tabindex: props.isDisabled ? -1 : 0,
1095
+ "data-dragging": dragging.value || void 0
1096
+ }, rest.value, {
1097
+ class: classes.value,
1098
+ onMousedown: handleMouseDown,
1099
+ onKeydown: _cache[0] || (_cache[0] = //@ts-ignore
1100
+ (...args) => onKeydown.value && onKeydown.value(...args)),
1101
+ onDblclick: _cache[1] || (_cache[1] = //@ts-ignore
1102
+ (...args) => onDblclick.value && onDblclick.value(...args))
1103
+ }), null, 16, _hoisted_1$2);
1104
+ };
1105
+ }
1106
+ });
1107
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
1108
+ ...{ name: "PullToRefresh", inheritAttrs: false },
1109
+ __name: "PullToRefresh",
1110
+ props: {
1111
+ onRefresh: {},
1112
+ threshold: { default: 60 },
1113
+ maxPull: { default: 120 },
1114
+ isDisabled: { type: Boolean, default: false }
1115
+ },
1116
+ setup(__props, { expose: __expose }) {
1117
+ const props = __props;
1118
+ const attrs = useAttrs();
1119
+ const el = useTemplateRef("el");
1120
+ const startY = ref(null);
1121
+ const pull = ref(0);
1122
+ const refreshing = ref(false);
1123
+ const reached = computed(() => pull.value >= props.threshold);
1124
+ function onPointerDown(e) {
1125
+ if (props.isDisabled || refreshing.value) return;
1126
+ const node = el.value;
1127
+ if (!node || node.scrollTop > 0) return;
1128
+ startY.value = e.clientY;
1129
+ }
1130
+ function onPointerMove(e) {
1131
+ if (startY.value == null) return;
1132
+ if (e.buttons === 0) {
1133
+ startY.value = null;
1134
+ pull.value = 0;
1135
+ return;
1136
+ }
1137
+ const dy = e.clientY - startY.value;
1138
+ if (dy < 0) {
1139
+ pull.value = 0;
1140
+ return;
1141
+ }
1142
+ const eased = dy < props.threshold ? dy : props.threshold + (dy - props.threshold) * 0.4;
1143
+ pull.value = Math.min(props.maxPull, eased);
1144
+ }
1145
+ async function onPointerUp() {
1146
+ if (startY.value == null) return;
1147
+ const didReach = pull.value >= props.threshold;
1148
+ startY.value = null;
1149
+ if (didReach) {
1150
+ refreshing.value = true;
1151
+ pull.value = props.threshold;
1152
+ try {
1153
+ await props.onRefresh();
1154
+ } finally {
1155
+ refreshing.value = false;
1156
+ pull.value = 0;
1157
+ }
1158
+ } else {
1159
+ pull.value = 0;
1160
+ }
1161
+ }
1162
+ function onTouchMove(e) {
1163
+ const node = el.value;
1164
+ if (!node || startY.value == null || !e.cancelable) return;
1165
+ if (node.scrollTop > 0) return;
1166
+ const touch = e.touches[0];
1167
+ if (!touch) return;
1168
+ if (touch.clientY - startY.value > 0) e.preventDefault();
1169
+ }
1170
+ onMounted(() => {
1171
+ el.value?.addEventListener("touchmove", onTouchMove, { passive: false });
1172
+ });
1173
+ onBeforeUnmount(() => {
1174
+ el.value?.removeEventListener("touchmove", onTouchMove);
1175
+ });
1176
+ watch(pull, (value, _previous, onCleanup) => {
1177
+ if (value === 0) return;
1178
+ const finish = () => {
1179
+ void onPointerUp();
1180
+ };
1181
+ window.addEventListener("pointerup", finish);
1182
+ window.addEventListener("pointercancel", finish);
1183
+ onCleanup(() => {
1184
+ window.removeEventListener("pointerup", finish);
1185
+ window.removeEventListener("pointercancel", finish);
1186
+ });
1187
+ });
1188
+ const classes = computed(
1189
+ () => cn("relative h-full overflow-y-auto", attrs.class)
1190
+ );
1191
+ const indicatorStyle = computed(() => ({
1192
+ height: `${pull.value}px`,
1193
+ transition: startY.value == null ? "height 200ms ease-out" : "none"
1194
+ }));
1195
+ const contentStyle = computed(() => ({
1196
+ transform: `translateY(${pull.value}px)`,
1197
+ transition: startY.value == null ? "transform 200ms ease-out" : "none"
1198
+ }));
1199
+ const spinnerScaleStyle = computed(() => ({
1200
+ transform: `scale(${Math.min(1, pull.value / props.threshold)})`
1201
+ }));
1202
+ const spinnerWrapClasses = computed(
1203
+ () => cn("transition-opacity", refreshing.value || reached.value ? "opacity-100" : "opacity-60")
1204
+ );
1205
+ const rest = computed(() => {
1206
+ const { class: _class, ...others } = attrs;
1207
+ return others;
1208
+ });
1209
+ __expose({ el });
1210
+ return (_ctx, _cache) => {
1211
+ return openBlock(), createElementBlock("div", mergeProps({
1212
+ ref_key: "el",
1213
+ ref: el
1214
+ }, rest.value, {
1215
+ class: classes.value,
1216
+ onPointerdown: onPointerDown,
1217
+ onPointermove: onPointerMove,
1218
+ onPointerup: onPointerUp,
1219
+ onPointercancel: onPointerUp
1220
+ }), [
1221
+ createElementVNode("div", {
1222
+ "aria-hidden": "true",
1223
+ class: "pointer-events-none absolute inset-x-0 top-0 z-raised flex items-center justify-center",
1224
+ style: normalizeStyle(indicatorStyle.value)
1225
+ }, [
1226
+ pull.value > 8 ? (openBlock(), createElementBlock("div", {
1227
+ key: 0,
1228
+ class: normalizeClass(spinnerWrapClasses.value),
1229
+ style: normalizeStyle(spinnerScaleStyle.value)
1230
+ }, [
1231
+ createVNode(_sfc_main$u, {
1232
+ size: "md",
1233
+ tone: reached.value ? "brand" : "default"
1234
+ }, null, 8, ["tone"])
1235
+ ], 6)) : createCommentVNode("", true)
1236
+ ], 4),
1237
+ createElementVNode("div", {
1238
+ style: normalizeStyle(contentStyle.value)
1239
+ }, [
1240
+ renderSlot(_ctx.$slots, "default")
1241
+ ], 4),
1242
+ createVNode(unref(_sfc_main$v), {
1243
+ politeness: unref(Politeness).Polite
1244
+ }, {
1245
+ default: withCtx(() => [
1246
+ createTextVNode(toDisplayString(refreshing.value ? "Refreshing" : ""), 1)
1247
+ ]),
1248
+ _: 1
1249
+ }, 8, ["politeness"])
1250
+ ], 16);
1251
+ };
1252
+ }
1253
+ });
1254
+ const Breakpoint = {
1255
+ /** Refers to the `sm` (640px) breakpoint. */
1256
+ Sm: "sm",
1257
+ /** Refers to the `md` (768px) breakpoint. */
1258
+ Md: "md",
1259
+ /** Refers to the `lg` (1024px) breakpoint. */
1260
+ Lg: "lg",
1261
+ /** Refers to the `xl` (1280px) breakpoint. */
1262
+ Xl: "xl",
1263
+ /** Refers to the `2xl` (1536px) breakpoint. */
1264
+ Xxl: "2xl"
1265
+ };
1266
+ const BREAKPOINT_PX = {
1267
+ sm: 640,
1268
+ md: 768,
1269
+ lg: 1024,
1270
+ xl: 1280,
1271
+ "2xl": 1536
1272
+ };
1273
+ const appShellContextKey = Symbol("wow-two.appShell");
1274
+ function useAppShellContext() {
1275
+ const context = inject(appShellContextKey, null);
1276
+ if (!context) throw new Error("AppShell.* must be used inside <AppShell>");
1277
+ return context;
1278
+ }
1279
+ function useAppShell() {
1280
+ return useAppShellContext();
1281
+ }
1282
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
1283
+ ...{ name: "AppShell", inheritAttrs: false },
1284
+ __name: "AppShell",
1285
+ props: {
1286
+ sidebarWidth: { default: "240px" },
1287
+ asideWidth: { default: "280px" },
1288
+ sidebarBreakpoint: { default: "lg" },
1289
+ asideBreakpoint: { default: "xl" },
1290
+ sidebarOpen: { type: Boolean, default: void 0 },
1291
+ isSidebarOpen: { type: Boolean, default: void 0 },
1292
+ defaultSidebarOpen: { type: Boolean, default: false }
1293
+ },
1294
+ emits: ["update:sidebarOpen", "sidebar-open-change"],
1295
+ setup(__props, { expose: __expose, emit: __emit }) {
1296
+ const props = __props;
1297
+ const emit = __emit;
1298
+ const attrs = useAttrs();
1299
+ const el = useTemplateRef("el");
1300
+ const controlled = useControlled({
1301
+ controlled: () => props.isSidebarOpen !== void 0 ? props.isSidebarOpen : props.sidebarOpen,
1302
+ default: () => props.defaultSidebarOpen,
1303
+ onChange: (value) => {
1304
+ emit("update:sidebarOpen", value);
1305
+ emit("sidebar-open-change", value);
1306
+ }
1307
+ });
1308
+ const isSidebarWide = useMediaQuery(
1309
+ () => `(min-width: ${BREAKPOINT_PX[props.sidebarBreakpoint]}px)`
1310
+ );
1311
+ const isAsideWide = useMediaQuery(() => `(min-width: ${BREAKPOINT_PX[props.asideBreakpoint]}px)`);
1312
+ const isSidebarCollapsed = computed(() => !isSidebarWide.value);
1313
+ const isAsideHidden = computed(() => !isAsideWide.value);
1314
+ provide(appShellContextKey, {
1315
+ sidebarWidth: computed(() => props.sidebarWidth),
1316
+ asideWidth: computed(() => props.asideWidth),
1317
+ sidebarBreakpoint: computed(() => props.sidebarBreakpoint),
1318
+ isSidebarOpen: controlled.value,
1319
+ setSidebarOpen: controlled.setValue,
1320
+ isSidebarCollapsed,
1321
+ isAsideHidden
1322
+ });
1323
+ const gridTemplate = computed(
1324
+ () => isSidebarCollapsed.value ? `'header header' auto 'main main' 1fr 'footer footer' auto / 1fr` : `'header header' auto 'sidebar main' 1fr 'sidebar footer' auto / ${props.sidebarWidth} 1fr`
1325
+ );
1326
+ const classes = computed(
1327
+ () => cn("grid min-h-svh bg-background text-foreground", attrs.class)
1328
+ );
1329
+ const rootStyle = computed(
1330
+ () => normalizeStyle([{ gridTemplate: gridTemplate.value }, attrs.style])
1331
+ );
1332
+ const rest = computed(() => {
1333
+ const { class: _class, style: _style, ...others } = attrs;
1334
+ return others;
1335
+ });
1336
+ __expose({ el });
1337
+ return (_ctx, _cache) => {
1338
+ return openBlock(), createElementBlock("div", mergeProps({
1339
+ ref_key: "el",
1340
+ ref: el
1341
+ }, rest.value, {
1342
+ style: rootStyle.value,
1343
+ class: classes.value
1344
+ }), [
1345
+ _cache[0] || (_cache[0] = createElementVNode("a", {
1346
+ href: "#app-shell-main",
1347
+ class: "sr-only focus:not-sr-only focus:fixed focus:left-2 focus:top-2 focus:z-modal focus:rounded-md focus:bg-card focus:px-3 focus:py-2 focus:shadow"
1348
+ }, " Skip to content ", -1)),
1349
+ renderSlot(_ctx.$slots, "default")
1350
+ ], 16);
1351
+ };
1352
+ }
1353
+ });
1354
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
1355
+ ...{ name: "AppShellHeader", inheritAttrs: false },
1356
+ __name: "AppShellHeader",
1357
+ setup(__props, { expose: __expose }) {
1358
+ const attrs = useAttrs();
1359
+ const el = useTemplateRef("el");
1360
+ const classes = computed(
1361
+ () => cn(
1362
+ "sticky top-0 z-sticky flex h-14 items-center gap-3 border-b border-border bg-card px-4 [grid-area:header]",
1363
+ attrs.class
1364
+ )
1365
+ );
1366
+ const rest = computed(() => {
1367
+ const { class: _class, ...others } = attrs;
1368
+ return others;
1369
+ });
1370
+ __expose({ el });
1371
+ return (_ctx, _cache) => {
1372
+ return openBlock(), createElementBlock("header", mergeProps({
1373
+ ref_key: "el",
1374
+ ref: el,
1375
+ role: "banner"
1376
+ }, rest.value, { class: classes.value }), [
1377
+ renderSlot(_ctx.$slots, "default")
1378
+ ], 16);
1379
+ };
1380
+ }
1381
+ });
1382
+ const _hoisted_1$1 = { class: "flex h-full w-full flex-col p-3" };
1383
+ const SIDEBAR_STATIC_CLASSES = {
1384
+ sm: "hidden sm:flex",
1385
+ md: "hidden md:flex",
1386
+ lg: "hidden lg:flex",
1387
+ xl: "hidden xl:flex",
1388
+ "2xl": "hidden 2xl:flex"
1389
+ };
1390
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
1391
+ ...{ name: "AppShellSidebar", inheritAttrs: false },
1392
+ __name: "AppShellSidebar",
1393
+ setup(__props, { expose: __expose }) {
1394
+ const attrs = useAttrs();
1395
+ const el = useTemplateRef("el");
1396
+ const context = useAppShellContext();
1397
+ const isCollapsed = context.isSidebarCollapsed;
1398
+ const isSidebarOpen = context.isSidebarOpen;
1399
+ const asideClasses = computed(
1400
+ () => cn(
1401
+ "sticky top-14 h-[calc(100svh-3.5rem)] overflow-y-auto border-r border-border bg-card [grid-area:sidebar]",
1402
+ SIDEBAR_STATIC_CLASSES[context.sidebarBreakpoint.value],
1403
+ attrs.class
1404
+ )
1405
+ );
1406
+ const navClasses = computed(() => cn("flex h-full flex-col", attrs.class));
1407
+ const rest = computed(() => {
1408
+ const { class: _class, ...others } = attrs;
1409
+ return others;
1410
+ });
1411
+ __expose({ el });
1412
+ return (_ctx, _cache) => {
1413
+ return unref(isCollapsed) ? (openBlock(), createBlock(_sfc_main$w, {
1414
+ key: 0,
1415
+ open: unref(isSidebarOpen),
1416
+ side: "left",
1417
+ onOpenChange: unref(context).setSidebarOpen
1418
+ }, {
1419
+ default: withCtx(() => [
1420
+ createVNode(_sfc_main$x, { class: "w-72 max-w-[80%]" }, {
1421
+ default: withCtx(() => [
1422
+ createElementVNode("nav", {
1423
+ class: normalizeClass(navClasses.value)
1424
+ }, [
1425
+ renderSlot(_ctx.$slots, "default")
1426
+ ], 2)
1427
+ ]),
1428
+ _: 3
1429
+ })
1430
+ ]),
1431
+ _: 3
1432
+ }, 8, ["open", "onOpenChange"])) : (openBlock(), createElementBlock("aside", mergeProps({
1433
+ key: 1,
1434
+ ref_key: "el",
1435
+ ref: el
1436
+ }, rest.value, { class: asideClasses.value }), [
1437
+ createElementVNode("nav", _hoisted_1$1, [
1438
+ renderSlot(_ctx.$slots, "default")
1439
+ ])
1440
+ ], 16));
1441
+ };
1442
+ }
1443
+ });
1444
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
1445
+ ...{ name: "AppShellMain", inheritAttrs: false },
1446
+ __name: "AppShellMain",
1447
+ setup(__props, { expose: __expose }) {
1448
+ const attrs = useAttrs();
1449
+ const el = useTemplateRef("el");
1450
+ const classes = computed(
1451
+ () => cn("flex flex-col [grid-area:main] focus:outline-none", attrs.class)
1452
+ );
1453
+ const rest = computed(() => {
1454
+ const { class: _class, ...others } = attrs;
1455
+ return others;
1456
+ });
1457
+ __expose({ el });
1458
+ return (_ctx, _cache) => {
1459
+ return openBlock(), createElementBlock("main", mergeProps({
1460
+ ref_key: "el",
1461
+ ref: el,
1462
+ id: "app-shell-main",
1463
+ tabindex: "-1"
1464
+ }, rest.value, { class: classes.value }), [
1465
+ renderSlot(_ctx.$slots, "default")
1466
+ ], 16);
1467
+ };
1468
+ }
1469
+ });
1470
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
1471
+ ...{ name: "AppShellContent", inheritAttrs: false },
1472
+ __name: "AppShellContent",
1473
+ setup(__props, { expose: __expose }) {
1474
+ const attrs = useAttrs();
1475
+ const el = useTemplateRef("el");
1476
+ const classes = computed(
1477
+ () => cn("flex-1 overflow-y-auto p-6", attrs.class)
1478
+ );
1479
+ const rest = computed(() => {
1480
+ const { class: _class, ...others } = attrs;
1481
+ return others;
1482
+ });
1483
+ __expose({ el });
1484
+ return (_ctx, _cache) => {
1485
+ return openBlock(), createElementBlock("div", mergeProps({
1486
+ ref_key: "el",
1487
+ ref: el
1488
+ }, rest.value, { class: classes.value }), [
1489
+ renderSlot(_ctx.$slots, "default")
1490
+ ], 16);
1491
+ };
1492
+ }
1493
+ });
1494
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
1495
+ ...{ name: "AppShellAside", inheritAttrs: false },
1496
+ __name: "AppShellAside",
1497
+ setup(__props, { expose: __expose }) {
1498
+ const attrs = useAttrs();
1499
+ const el = useTemplateRef("el");
1500
+ const context = useAppShellContext();
1501
+ const isHidden = context.isAsideHidden;
1502
+ const classes = computed(
1503
+ () => cn(
1504
+ "sticky top-14 h-[calc(100svh-3.5rem)] shrink-0 overflow-y-auto border-l border-border bg-card p-4",
1505
+ attrs.class
1506
+ )
1507
+ );
1508
+ const asideStyle = computed(
1509
+ () => normalizeStyle([{ width: context.asideWidth.value }, attrs.style])
1510
+ );
1511
+ const rest = computed(() => {
1512
+ const { class: _class, style: _style, ...others } = attrs;
1513
+ return others;
1514
+ });
1515
+ __expose({ el });
1516
+ return (_ctx, _cache) => {
1517
+ return !unref(isHidden) ? (openBlock(), createElementBlock("aside", mergeProps({
1518
+ key: 0,
1519
+ ref_key: "el",
1520
+ ref: el
1521
+ }, rest.value, {
1522
+ style: asideStyle.value,
1523
+ class: classes.value
1524
+ }), [
1525
+ renderSlot(_ctx.$slots, "default")
1526
+ ], 16)) : createCommentVNode("", true);
1527
+ };
1528
+ }
1529
+ });
1530
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
1531
+ ...{ name: "AppShellFooter", inheritAttrs: false },
1532
+ __name: "AppShellFooter",
1533
+ setup(__props, { expose: __expose }) {
1534
+ const attrs = useAttrs();
1535
+ const el = useTemplateRef("el");
1536
+ const classes = computed(
1537
+ () => cn(
1538
+ "border-t border-border bg-card px-4 py-3 text-sm text-muted-foreground [grid-area:footer]",
1539
+ attrs.class
1540
+ )
1541
+ );
1542
+ const rest = computed(() => {
1543
+ const { class: _class, ...others } = attrs;
1544
+ return others;
1545
+ });
1546
+ __expose({ el });
1547
+ return (_ctx, _cache) => {
1548
+ return openBlock(), createElementBlock("footer", mergeProps({
1549
+ ref_key: "el",
1550
+ ref: el,
1551
+ role: "contentinfo"
1552
+ }, rest.value, { class: classes.value }), [
1553
+ renderSlot(_ctx.$slots, "default")
1554
+ ], 16);
1555
+ };
1556
+ }
1557
+ });
1558
+ const OverlayVisibilityMode = {
1559
+ /** Refers to an always-visible overlay. */
1560
+ Always: "always",
1561
+ /** Refers to reveal-on-hover (or focus-within) gating. */
1562
+ Hover: "hover",
1563
+ /** Refers to reveal-on-focus-within gating. */
1564
+ FocusWithin: "focus-within",
1565
+ /** Refers to mount/unmount gating driven by presence data-state. */
1566
+ Presence: "presence"
1567
+ };
1568
+ const OverlayTransition = {
1569
+ /** Refers to no transition. */
1570
+ None: "none",
1571
+ /** Refers to an opacity fade. */
1572
+ Fade: "fade",
1573
+ /** Refers to a fade combined with a scale. */
1574
+ FadeScale: "fade-scale",
1575
+ /** Refers to a fade combined with an upward slide. */
1576
+ FadeSlideUp: "fade-slide-up",
1577
+ /** Refers to a fade combined with a downward slide. */
1578
+ FadeSlideDown: "fade-slide-down",
1579
+ /** Refers to a fade combined with a leftward slide. */
1580
+ FadeSlideLeft: "fade-slide-left",
1581
+ /** Refers to a fade combined with a rightward slide. */
1582
+ FadeSlideRight: "fade-slide-right"
1583
+ };
1584
+ const overlayVariants = tv({
1585
+ base: "absolute",
1586
+ variants: {
1587
+ position: {
1588
+ "top-right": "top-[var(--ui-overlay-inset,0.5rem)] right-[var(--ui-overlay-inset,0.5rem)]",
1589
+ "top-left": "top-[var(--ui-overlay-inset,0.5rem)] left-[var(--ui-overlay-inset,0.5rem)]",
1590
+ "bottom-right": "bottom-[var(--ui-overlay-inset,0.5rem)] right-[var(--ui-overlay-inset,0.5rem)]",
1591
+ "bottom-left": "bottom-[var(--ui-overlay-inset,0.5rem)] left-[var(--ui-overlay-inset,0.5rem)]",
1592
+ "top": "top-[var(--ui-overlay-inset,0.5rem)] left-1/2 -translate-x-1/2",
1593
+ "bottom": "bottom-[var(--ui-overlay-inset,0.5rem)] left-1/2 -translate-x-1/2",
1594
+ "left": "left-[var(--ui-overlay-inset,0.5rem)] top-1/2 -translate-y-1/2",
1595
+ "right": "right-[var(--ui-overlay-inset,0.5rem)] top-1/2 -translate-y-1/2",
1596
+ "center": "top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2",
1597
+ "custom": ""
1598
+ // consumer passed inset object — positioning via inline style
1599
+ },
1600
+ visibilityMode: {
1601
+ "always": "",
1602
+ "hover": "opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 group-hover:[transition-duration:var(--ui-overlay-enter,200ms)] group-focus-within:[transition-duration:var(--ui-overlay-enter,200ms)]",
1603
+ "focus-within": "opacity-0 group-focus-within:opacity-100 group-focus-within:[transition-duration:var(--ui-overlay-enter,200ms)]",
1604
+ "presence": "data-[state=closed]:opacity-0 data-[state=open]:[transition-duration:var(--ui-overlay-enter,200ms)]"
1605
+ },
1606
+ transition: {
1607
+ "none": "",
1608
+ "fade": "transition-opacity duration-[var(--ui-overlay-exit,200ms)] ease-out",
1609
+ "fade-scale": "transition-[opacity,transform] duration-[var(--ui-overlay-exit,200ms)] ease-out",
1610
+ "fade-slide-up": "transition-[opacity,transform] duration-[var(--ui-overlay-exit,200ms)] ease-out",
1611
+ "fade-slide-down": "transition-[opacity,transform] duration-[var(--ui-overlay-exit,200ms)] ease-out",
1612
+ "fade-slide-left": "transition-[opacity,transform] duration-[var(--ui-overlay-exit,200ms)] ease-out",
1613
+ "fade-slide-right": "transition-[opacity,transform] duration-[var(--ui-overlay-exit,200ms)] ease-out"
1614
+ }
1615
+ },
1616
+ compoundVariants: [
1617
+ // === HOVER mode + transform-bearing transitions ===
1618
+ {
1619
+ visibilityMode: "hover",
1620
+ transition: "fade-scale",
1621
+ class: "scale-95 group-hover:scale-100 group-focus-within:scale-100 motion-reduce:scale-100 motion-reduce:group-hover:scale-100 motion-reduce:group-focus-within:scale-100"
1622
+ },
1623
+ {
1624
+ visibilityMode: "hover",
1625
+ transition: "fade-slide-up",
1626
+ class: "translate-y-1 group-hover:translate-y-0 group-focus-within:translate-y-0 motion-reduce:translate-y-0 motion-reduce:group-hover:translate-y-0 motion-reduce:group-focus-within:translate-y-0"
1627
+ },
1628
+ {
1629
+ visibilityMode: "hover",
1630
+ transition: "fade-slide-down",
1631
+ class: "-translate-y-1 group-hover:translate-y-0 group-focus-within:translate-y-0 motion-reduce:translate-y-0 motion-reduce:group-hover:translate-y-0 motion-reduce:group-focus-within:translate-y-0"
1632
+ },
1633
+ {
1634
+ visibilityMode: "hover",
1635
+ transition: "fade-slide-left",
1636
+ class: "translate-x-1 group-hover:translate-x-0 group-focus-within:translate-x-0 motion-reduce:translate-x-0 motion-reduce:group-hover:translate-x-0 motion-reduce:group-focus-within:translate-x-0"
1637
+ },
1638
+ {
1639
+ visibilityMode: "hover",
1640
+ transition: "fade-slide-right",
1641
+ class: "-translate-x-1 group-hover:translate-x-0 group-focus-within:translate-x-0 motion-reduce:translate-x-0 motion-reduce:group-hover:translate-x-0 motion-reduce:group-focus-within:translate-x-0"
1642
+ },
1643
+ // === FOCUS-WITHIN mode + transform-bearing transitions ===
1644
+ {
1645
+ visibilityMode: "focus-within",
1646
+ transition: "fade-scale",
1647
+ class: "scale-95 group-focus-within:scale-100 motion-reduce:scale-100 motion-reduce:group-focus-within:scale-100"
1648
+ },
1649
+ {
1650
+ visibilityMode: "focus-within",
1651
+ transition: "fade-slide-up",
1652
+ class: "translate-y-1 group-focus-within:translate-y-0 motion-reduce:translate-y-0 motion-reduce:group-focus-within:translate-y-0"
1653
+ },
1654
+ {
1655
+ visibilityMode: "focus-within",
1656
+ transition: "fade-slide-down",
1657
+ class: "-translate-y-1 group-focus-within:translate-y-0 motion-reduce:translate-y-0 motion-reduce:group-focus-within:translate-y-0"
1658
+ },
1659
+ {
1660
+ visibilityMode: "focus-within",
1661
+ transition: "fade-slide-left",
1662
+ class: "translate-x-1 group-focus-within:translate-x-0 motion-reduce:translate-x-0 motion-reduce:group-focus-within:translate-x-0"
1663
+ },
1664
+ {
1665
+ visibilityMode: "focus-within",
1666
+ transition: "fade-slide-right",
1667
+ class: "-translate-x-1 group-focus-within:translate-x-0 motion-reduce:translate-x-0 motion-reduce:group-focus-within:translate-x-0"
1668
+ },
1669
+ // === PRESENCE mode (data-state-driven) + transform-bearing transitions ===
1670
+ {
1671
+ visibilityMode: "presence",
1672
+ transition: "fade-scale",
1673
+ class: "data-[state=closed]:scale-95 motion-reduce:data-[state=closed]:scale-100"
1674
+ },
1675
+ {
1676
+ visibilityMode: "presence",
1677
+ transition: "fade-slide-up",
1678
+ class: "data-[state=closed]:translate-y-1 motion-reduce:data-[state=closed]:translate-y-0"
1679
+ },
1680
+ {
1681
+ visibilityMode: "presence",
1682
+ transition: "fade-slide-down",
1683
+ class: "data-[state=closed]:-translate-y-1 motion-reduce:data-[state=closed]:translate-y-0"
1684
+ },
1685
+ {
1686
+ visibilityMode: "presence",
1687
+ transition: "fade-slide-left",
1688
+ class: "data-[state=closed]:translate-x-1 motion-reduce:data-[state=closed]:translate-x-0"
1689
+ },
1690
+ {
1691
+ visibilityMode: "presence",
1692
+ transition: "fade-slide-right",
1693
+ class: "data-[state=closed]:-translate-x-1 motion-reduce:data-[state=closed]:translate-x-0"
1694
+ }
1695
+ ],
1696
+ defaultVariants: {
1697
+ position: "top-right",
1698
+ visibilityMode: "always",
1699
+ transition: "none"
1700
+ }
1701
+ });
1702
+ const OverlayAppearOn = {
1703
+ /** Refers to an always-visible overlay. */
1704
+ Always: "always",
1705
+ /** Refers to reveal-on-hover (and focus-within). */
1706
+ Hover: "hover",
1707
+ /** Refers to reveal-on-focus-within. */
1708
+ FocusWithin: "focus-within"
1709
+ };
1710
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
1711
+ ...{ name: "Overlay", inheritAttrs: false },
1712
+ __name: "Overlay",
1713
+ props: {
1714
+ position: { default: "top-right" },
1715
+ inset: { default: void 0 },
1716
+ zIndex: { default: 10 },
1717
+ appearOn: { default: OverlayAppearOn.Always },
1718
+ isOpen: { type: Boolean, default: void 0 },
1719
+ transition: { default: void 0 },
1720
+ transitionDuration: { default: void 0 },
1721
+ transitionEasing: { default: void 0 },
1722
+ asChild: { type: Boolean, default: true }
1723
+ },
1724
+ setup(__props) {
1725
+ const props = __props;
1726
+ const attrs = useAttrs();
1727
+ const isPresenceMode = computed(() => props.isOpen !== void 0);
1728
+ const isCustomPosition = computed(
1729
+ () => typeof props.position === "object" && props.position !== null
1730
+ );
1731
+ const effectiveTransition = computed(
1732
+ () => props.transition ?? (isPresenceMode.value || props.appearOn !== OverlayAppearOn.Always ? OverlayTransition.Fade : OverlayTransition.None)
1733
+ );
1734
+ const visibilityMode = computed(
1735
+ () => isPresenceMode.value ? OverlayVisibilityMode.Presence : props.appearOn === OverlayAppearOn.Hover ? OverlayVisibilityMode.Hover : props.appearOn === OverlayAppearOn.FocusWithin ? OverlayVisibilityMode.FocusWithin : OverlayVisibilityMode.Always
1736
+ );
1737
+ const classes = computed(
1738
+ () => cn(
1739
+ overlayVariants({
1740
+ position: isCustomPosition.value ? "custom" : props.position,
1741
+ visibilityMode: visibilityMode.value,
1742
+ transition: effectiveTransition.value
1743
+ }),
1744
+ attrs.class
1745
+ )
1746
+ );
1747
+ const inlineStyle = computed(() => {
1748
+ const { enter, exit } = TransitionExtensions.resolveDuration(props.transitionDuration);
1749
+ const own = {
1750
+ zIndex: props.zIndex,
1751
+ // CSS vars consumed by tailwind variants — exit is the baseline
1752
+ // transition-duration; enter overrides it on hover / focus-within / open.
1753
+ "--ui-overlay-enter": `${enter}ms`,
1754
+ "--ui-overlay-exit": `${exit}ms`
1755
+ };
1756
+ if (props.inset !== void 0) {
1757
+ own["--ui-overlay-inset"] = CssExtensions.toCss(props.inset);
1758
+ }
1759
+ if (props.transitionEasing) {
1760
+ own.transitionTimingFunction = props.transitionEasing;
1761
+ }
1762
+ if (isCustomPosition.value) {
1763
+ const p = props.position;
1764
+ if (p.top !== void 0) own.top = CssExtensions.toCss(p.top);
1765
+ if (p.right !== void 0) own.right = CssExtensions.toCss(p.right);
1766
+ if (p.bottom !== void 0) own.bottom = CssExtensions.toCss(p.bottom);
1767
+ if (p.left !== void 0) own.left = CssExtensions.toCss(p.left);
1768
+ }
1769
+ return normalizeStyle([attrs.style, own]);
1770
+ });
1771
+ return (_ctx, _cache) => {
1772
+ return isPresenceMode.value ? (openBlock(), createBlock(unref(Presence), {
1773
+ key: 0,
1774
+ "is-present": props.isOpen === true
1775
+ }, {
1776
+ default: withCtx(() => [
1777
+ createVNode(unref(Primitive), {
1778
+ as: "div",
1779
+ "as-child": props.asChild,
1780
+ class: normalizeClass(classes.value),
1781
+ style: normalizeStyle(inlineStyle.value)
1782
+ }, {
1783
+ default: withCtx(() => [
1784
+ renderSlot(_ctx.$slots, "default")
1785
+ ]),
1786
+ _: 3
1787
+ }, 8, ["as-child", "class", "style"])
1788
+ ]),
1789
+ _: 3
1790
+ }, 8, ["is-present"])) : (openBlock(), createBlock(unref(Primitive), {
1791
+ key: 1,
1792
+ as: "div",
1793
+ "as-child": props.asChild,
1794
+ class: normalizeClass(classes.value),
1795
+ style: normalizeStyle(inlineStyle.value)
1796
+ }, {
1797
+ default: withCtx(() => [
1798
+ renderSlot(_ctx.$slots, "default")
1799
+ ]),
1800
+ _: 3
1801
+ }, 8, ["as-child", "class", "style"]));
1802
+ };
1803
+ }
1804
+ });
1805
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1806
+ ...{ name: "Surface", inheritAttrs: false },
1807
+ __name: "Surface",
1808
+ props: {
1809
+ as: { default: "div" },
1810
+ asChild: { type: Boolean, default: false },
1811
+ variant: {},
1812
+ tone: {},
1813
+ radius: {},
1814
+ padding: {},
1815
+ elevation: {}
1816
+ },
1817
+ setup(__props, { expose: __expose }) {
1818
+ const props = __props;
1819
+ const attrs = useAttrs();
1820
+ const inner = useTemplateRef("inner");
1821
+ const classes = computed(
1822
+ () => cn(
1823
+ surfaceVariants({
1824
+ variant: props.variant,
1825
+ tone: props.tone,
1826
+ radius: props.radius,
1827
+ padding: props.padding,
1828
+ elevation: props.elevation
1829
+ }),
1830
+ attrs.class
1831
+ )
1832
+ );
1833
+ const rest = computed(() => {
1834
+ const { class: _class, ...others } = attrs;
1835
+ return others;
1836
+ });
1837
+ const el = computed(() => inner.value?.$el ?? null);
1838
+ __expose({ el });
1839
+ return (_ctx, _cache) => {
1840
+ return openBlock(), createBlock(unref(Primitive), mergeProps({
1841
+ ref_key: "inner",
1842
+ ref: inner,
1843
+ as: props.as,
1844
+ "as-child": props.asChild
1845
+ }, rest.value, { class: classes.value }), {
1846
+ default: withCtx(() => [
1847
+ renderSlot(_ctx.$slots, "default")
1848
+ ]),
1849
+ _: 3
1850
+ }, 16, ["as", "as-child", "class"]);
1851
+ };
1852
+ }
1853
+ });
1854
+ const SectionPaddingY = {
1855
+ /** Refers to no vertical padding. */
1856
+ None: "none",
1857
+ /** Refers to a small vertical rhythm. */
1858
+ Sm: "sm",
1859
+ /** Refers to a medium vertical rhythm. */
1860
+ Md: "md",
1861
+ /** Refers to a large vertical rhythm. */
1862
+ Lg: "lg",
1863
+ /** Refers to an extra-large vertical rhythm. */
1864
+ Xl: "xl"
1865
+ };
1866
+ const sectionVariants = tv({
1867
+ base: "w-full",
1868
+ variants: {
1869
+ /* Vertical padding — the band's top/bottom breathing room. */
1870
+ py: {
1871
+ none: "py-0",
1872
+ sm: "py-6",
1873
+ md: "py-10",
1874
+ lg: "py-16",
1875
+ xl: "py-24"
1876
+ }
1877
+ },
1878
+ defaultVariants: {
1879
+ py: "md"
1880
+ }
1881
+ });
1882
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
1883
+ ...{ name: "Section", inheritAttrs: false },
1884
+ __name: "Section",
1885
+ props: {
1886
+ tone: {},
1887
+ containerSize: {},
1888
+ py: {},
1889
+ bleed: { type: Boolean, default: false }
1890
+ },
1891
+ setup(__props, { expose: __expose }) {
1892
+ const props = __props;
1893
+ const attrs = useAttrs();
1894
+ const el = useTemplateRef("el");
1895
+ const classes = computed(
1896
+ () => cn(
1897
+ sectionVariants({ py: props.py }),
1898
+ props.tone && surfaceVariants({ variant: "subtle", tone: props.tone, radius: "none" }),
1899
+ attrs.class
1900
+ )
1901
+ );
1902
+ const rest = computed(() => {
1903
+ const { class: _class, ...others } = attrs;
1904
+ return others;
1905
+ });
1906
+ __expose({ el });
1907
+ return (_ctx, _cache) => {
1908
+ return openBlock(), createElementBlock("section", mergeProps({
1909
+ ref_key: "el",
1910
+ ref: el
1911
+ }, rest.value, { class: classes.value }), [
1912
+ props.bleed ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createBlock(_sfc_main$o, {
1913
+ key: 1,
1914
+ size: props.containerSize
1915
+ }, {
1916
+ default: withCtx(() => [
1917
+ renderSlot(_ctx.$slots, "default")
1918
+ ]),
1919
+ _: 3
1920
+ }, 8, ["size"]))
1921
+ ], 16);
1922
+ };
1923
+ }
1924
+ });
1925
+ const NavbarHeight = {
1926
+ /** Refers to a compact bar. */
1927
+ Sm: "sm",
1928
+ /** Refers to the default bar height. */
1929
+ Md: "md",
1930
+ /** Refers to a tall bar. */
1931
+ Lg: "lg"
1932
+ };
1933
+ const navbarVariants = tv({
1934
+ base: "w-full",
1935
+ variants: {
1936
+ /* Sticks the band to the top of the scroll container when true. */
1937
+ sticky: {
1938
+ true: "sticky top-0 z-sticky",
1939
+ false: ""
1940
+ },
1941
+ /* Band height — the bar's vertical size. */
1942
+ height: {
1943
+ sm: "h-12",
1944
+ md: "h-14",
1945
+ lg: "h-16"
1946
+ }
1947
+ },
1948
+ defaultVariants: {
1949
+ sticky: false,
1950
+ height: "md"
1951
+ }
1952
+ });
1953
+ const _hoisted_1 = {
1954
+ key: 0,
1955
+ class: "flex min-w-0 items-center gap-3"
1956
+ };
1957
+ const _hoisted_2 = {
1958
+ key: 1,
1959
+ class: "flex min-w-0 flex-1 items-center justify-center gap-3"
1960
+ };
1961
+ const _sfc_main = /* @__PURE__ */ defineComponent({
1962
+ ...{ name: "Navbar", inheritAttrs: false },
1963
+ __name: "Navbar",
1964
+ props: {
1965
+ containerSize: {},
1966
+ height: {},
1967
+ sticky: { type: Boolean, default: false },
1968
+ tone: {},
1969
+ bordered: { type: Boolean, default: true }
1970
+ },
1971
+ setup(__props, { expose: __expose }) {
1972
+ const props = __props;
1973
+ const attrs = useAttrs();
1974
+ const slots = useSlots();
1975
+ const el = useTemplateRef("el");
1976
+ const classes = computed(
1977
+ () => cn(
1978
+ navbarVariants({ sticky: props.sticky, height: props.height }),
1979
+ props.bordered && "border-b border-border",
1980
+ props.tone ? surfaceVariants({ variant: "subtle", tone: props.tone, radius: "none" }) : "bg-card",
1981
+ attrs.class
1982
+ )
1983
+ );
1984
+ const endClasses = computed(
1985
+ () => cn("flex min-w-0 items-center gap-3", !slots.center && "ml-auto")
1986
+ );
1987
+ const rest = computed(() => {
1988
+ const { class: _class, ...others } = attrs;
1989
+ return others;
1990
+ });
1991
+ __expose({ el });
1992
+ return (_ctx, _cache) => {
1993
+ return openBlock(), createElementBlock("header", mergeProps({
1994
+ ref_key: "el",
1995
+ ref: el
1996
+ }, rest.value, { class: classes.value }), [
1997
+ createVNode(_sfc_main$o, {
1998
+ size: props.containerSize,
1999
+ class: "flex h-full items-center gap-3"
2000
+ }, {
2001
+ default: withCtx(() => [
2002
+ _ctx.$slots.default ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
2003
+ _ctx.$slots.start ? (openBlock(), createElementBlock("div", _hoisted_1, [
2004
+ renderSlot(_ctx.$slots, "start")
2005
+ ])) : createCommentVNode("", true),
2006
+ _ctx.$slots.center ? (openBlock(), createElementBlock("div", _hoisted_2, [
2007
+ renderSlot(_ctx.$slots, "center")
2008
+ ])) : createCommentVNode("", true),
2009
+ _ctx.$slots.end ? (openBlock(), createElementBlock("div", {
2010
+ key: 2,
2011
+ class: normalizeClass(endClasses.value)
2012
+ }, [
2013
+ renderSlot(_ctx.$slots, "end")
2014
+ ], 2)) : createCommentVNode("", true)
2015
+ ], 64))
2016
+ ]),
2017
+ _: 3
2018
+ }, 8, ["size"])
2019
+ ], 16);
2020
+ };
2021
+ }
2022
+ });
2023
+ export {
2024
+ SectionPaddingY as A,
2025
+ Breakpoint as B,
2026
+ ContainerSize as C,
2027
+ _sfc_main$l as D,
2028
+ _sfc_main$2 as E,
2029
+ FrameSurface as F,
2030
+ GridBreakpoint as G,
2031
+ _sfc_main$f as H,
2032
+ _sfc_main$q as I,
2033
+ containerVariants as J,
2034
+ dividerVariants as K,
2035
+ gridVariants as L,
2036
+ navbarVariants as M,
2037
+ NavbarHeight as N,
2038
+ OverlayAppearOn as O,
2039
+ resolveGridColumns as P,
2040
+ resolveGridGap as Q,
2041
+ sectionVariants as R,
2042
+ ScrollAxis as S,
2043
+ useAppShell as T,
2044
+ useResizableContext as U,
2045
+ _sfc_main$a as _,
2046
+ _sfc_main$5 as a,
2047
+ _sfc_main$6 as b,
2048
+ _sfc_main$4 as c,
2049
+ _sfc_main$9 as d,
2050
+ _sfc_main$7 as e,
2051
+ _sfc_main$8 as f,
2052
+ _sfc_main$m as g,
2053
+ _sfc_main$s as h,
2054
+ _sfc_main$k as i,
2055
+ _sfc_main$h as j,
2056
+ _sfc_main$o as k,
2057
+ _sfc_main$j as l,
2058
+ _sfc_main$n as m,
2059
+ _sfc_main$g as n,
2060
+ _sfc_main$p as o,
2061
+ _sfc_main$r as p,
2062
+ _sfc_main as q,
2063
+ _sfc_main$3 as r,
2064
+ OverlayTransition as s,
2065
+ OverlayVisibilityMode as t,
2066
+ _sfc_main$b as u,
2067
+ _sfc_main$d as v,
2068
+ _sfc_main$e as w,
2069
+ _sfc_main$c as x,
2070
+ _sfc_main$i as y,
2071
+ _sfc_main$1 as z
2072
+ };
2073
+ //# sourceMappingURL=Navbar.vue_vue_type_script_setup_true_lang-Cl2ejukE.js.map