@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 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/foundation/datetime/Internals.ts","../../../src/foundation/datetime/Arithmetic.ts","../../../src/foundation/datetime/Boundaries.ts","../../../src/foundation/datetime/IsoDate.ts","../../../src/foundation/datetime/Comparison.ts","../../../src/foundation/datetime/Difference.ts","../../../src/foundation/datetime/Interval.ts"],"sourcesContent":["// Private helpers shared across the datetime slice — deliberately absent from `index.ts` so the public\n// surface stays exactly the documented operation set.\n//\n// Two invariants live here:\n// 1. `cloneDate` is the ONLY producer of a result `Date`. Every public op clones first, then mutates the\n// clone — \"never mutate the input\" is then structural, not a review convention. A new op that reaches\n// for `new Date(...)` directly is the thing to catch in review.\n// 2. `daysInMonth` uses the day-0 trick (day `0` of month N+1 = last day of month N) driven through\n// `setFullYear`, NOT the `new Date(year, month, day)` constructor — that constructor maps years 0-99\n// to 1900+year, which would silently mis-length February for a year-0-99 date. The probe starts at\n// local noon so a DST midnight-transition zone can't shift the probe onto an adjacent day.\n\n/** Milliseconds in one second. */\nexport const MS_PER_SECOND = 1000;\n\n/** Milliseconds in one minute. */\nexport const MS_PER_MINUTE = 60_000;\n\n/** Milliseconds in one hour. */\nexport const MS_PER_HOUR = 3_600_000;\n\n/** Milliseconds in one 24-hour period (nominal — a DST day is 23 or 25 hours). */\nexport const MS_PER_DAY = 86_400_000;\n\n/** Copies a `Date` by timestamp. An invalid input yields an equally-invalid copy (`NaN` time). */\nexport function cloneDate(date: Date): Date {\n return new Date(date.getTime());\n}\n\n/** Returns the length in days of `monthIndex` (0-11) in `year`, leap years included. */\nexport function daysInMonth(year: number, monthIndex: number): number {\n const probe = new Date(2000, 0, 1, 12);\n probe.setFullYear(year, monthIndex + 1, 0);\n return probe.getDate();\n}\n","// Date arithmetic — every op returns a NEW `Date`, the input is never mutated.\n//\n// Two families with deliberately different semantics; picking the wrong one is the usual source of\n// off-by-one-hour bugs:\n//\n// - CALENDAR ops (`addDays`/`addWeeks`/`addMonths`/`addYears`) go through `setDate`/`setMonth`, which\n// operate on local wall-clock fields. Adding 1 day across a DST boundary therefore keeps the wall-clock\n// time (09:00 → 09:00) even though only 23 or 25 hours elapsed. This is what a calendar UI wants.\n// - ELAPSED ops (`addHours`/`addMinutes`/`addSeconds`) add absolute milliseconds. Across a DST boundary\n// the wall-clock time shifts by the offset delta, because the request was \"N hours later\", not\n// \"the same time N days on\". This is what a timer/deadline wants.\n//\n// `addMonths` CLAMPS to the target month's last day: Jan 31 + 1 month = Feb 28 (Feb 29 in a leap year),\n// never Mar 3. The naive `setMonth(getMonth() + 1)` overflows instead, which is the classic bug — the\n// day-of-month is parked at 1 before the month shift and re-applied clamped afterwards to prevent it.\n// `addYears` routes through `addMonths`, so Feb 29 + 1 year = Feb 28 by the same rule.\n\nimport { cloneDate, daysInMonth, MS_PER_HOUR, MS_PER_MINUTE, MS_PER_SECOND } from './Internals';\n\n/** Adds `amount` calendar days (may be negative); preserves wall-clock time across a DST boundary. */\nexport function addDays(date: Date, amount: number): Date {\n const result = cloneDate(date);\n result.setDate(result.getDate() + amount);\n return result;\n}\n\n/** Subtracts `amount` calendar days; preserves wall-clock time across a DST boundary. */\nexport function subDays(date: Date, amount: number): Date {\n return addDays(date, -amount);\n}\n\n/** Adds `amount` weeks (7 calendar days each); preserves wall-clock time across a DST boundary. */\nexport function addWeeks(date: Date, amount: number): Date {\n return addDays(date, amount * 7);\n}\n\n/** Subtracts `amount` weeks (7 calendar days each). */\nexport function subWeeks(date: Date, amount: number): Date {\n return addDays(date, -amount * 7);\n}\n\n/**\n * Adds `amount` calendar months, clamping the day-of-month to the target month's length —\n * Jan 31 + 1 = Feb 28 (Feb 29 in a leap year), Mar 31 - 1 = Feb 28. Time-of-day is preserved.\n */\nexport function addMonths(date: Date, amount: number): Date {\n const result = cloneDate(date);\n const day = result.getDate();\n // Park on the 1st so the month shift can never overflow into the following month, then re-apply\n // the original day clamped to what the target month actually has.\n result.setDate(1);\n result.setMonth(result.getMonth() + amount);\n result.setDate(Math.min(day, daysInMonth(result.getFullYear(), result.getMonth())));\n return result;\n}\n\n/** Subtracts `amount` calendar months, clamping the day-of-month to the target month's length. */\nexport function subMonths(date: Date, amount: number): Date {\n return addMonths(date, -amount);\n}\n\n/** Adds `amount` calendar years, clamping Feb 29 to Feb 28 when the target year isn't a leap year. */\nexport function addYears(date: Date, amount: number): Date {\n return addMonths(date, amount * 12);\n}\n\n/** Subtracts `amount` calendar years, clamping Feb 29 to Feb 28 when the target year isn't a leap year. */\nexport function subYears(date: Date, amount: number): Date {\n return addMonths(date, -amount * 12);\n}\n\n/** Adds `amount` hours of elapsed time; wall-clock time shifts across a DST boundary. */\nexport function addHours(date: Date, amount: number): Date {\n const result = cloneDate(date);\n result.setTime(result.getTime() + amount * MS_PER_HOUR);\n return result;\n}\n\n/** Subtracts `amount` hours of elapsed time; wall-clock time shifts across a DST boundary. */\nexport function subHours(date: Date, amount: number): Date {\n return addHours(date, -amount);\n}\n\n/** Adds `amount` minutes of elapsed time. */\nexport function addMinutes(date: Date, amount: number): Date {\n const result = cloneDate(date);\n result.setTime(result.getTime() + amount * MS_PER_MINUTE);\n return result;\n}\n\n/** Subtracts `amount` minutes of elapsed time. */\nexport function subMinutes(date: Date, amount: number): Date {\n return addMinutes(date, -amount);\n}\n\n/** Adds `amount` seconds of elapsed time. */\nexport function addSeconds(date: Date, amount: number): Date {\n const result = cloneDate(date);\n result.setTime(result.getTime() + amount * MS_PER_SECOND);\n return result;\n}\n\n/** Subtracts `amount` seconds of elapsed time. */\nexport function subSeconds(date: Date, amount: number): Date {\n return addSeconds(date, -amount);\n}\n","// Period boundaries — snapping a `Date` to the first/last instant of its day, week, month, or year.\n// Every op returns a NEW `Date`; the input is never mutated.\n//\n// All boundaries are LOCAL wall-clock, matching how a user reads a calendar: \"today\" ends at local\n// 23:59:59.999, not at UTC midnight. End-of-period is the last representable millisecond (…:59.999)\n// rather than the next period's start, so a closed `[start, end]` range covers the period exactly and\n// `isWithinInterval` needs no half-open special case.\n//\n// `startOfWeek` takes `weekStartsOn` because the first day of the week is locale-dependent and NOT\n// derivable from the `Date` itself. The default is 1 (Monday) = ISO-8601, which is also what the\n// majority of locales use; a US/CA/JP calendar passes 0 (Sunday). There is no \"detect it from the\n// locale\" path here on purpose — `Intl` exposes no stable week-start API across engines, so guessing\n// would be worse than an explicit argument. Locale-aware DISPLAY stays in `foundation/i18n`.\n//\n// DST note: in the handful of zones whose DST transition happens AT midnight (e.g. America/Santiago),\n// local 00:00 does not exist on transition day and `setHours(0, …)` yields 01:00. That is the correct\n// \"first instant of the day\" in that zone — the guarantee is first-instant, not literally 00:00.\n\nimport { addDays, subDays } from './Arithmetic';\nimport { cloneDate } from './Internals';\n\n/** Day index a week starts on: `0` Sunday … `6` Saturday. */\nexport type WeekStartsOn = 0 | 1 | 2 | 3 | 4 | 5 | 6;\n\n/** Returns the first instant of `date`'s local day (00:00:00.000). */\nexport function startOfDay(date: Date): Date {\n const result = cloneDate(date);\n result.setHours(0, 0, 0, 0);\n return result;\n}\n\n/** Returns the last instant of `date`'s local day (23:59:59.999). */\nexport function endOfDay(date: Date): Date {\n const result = cloneDate(date);\n result.setHours(23, 59, 59, 999);\n return result;\n}\n\n/**\n * Returns the first instant of `date`'s week. `weekStartsOn` defaults to `1` (Monday, ISO-8601);\n * pass `0` for a Sunday-first (US) calendar.\n */\nexport function startOfWeek(date: Date, weekStartsOn: WeekStartsOn = 1): Date {\n const offset = (date.getDay() - weekStartsOn + 7) % 7;\n return startOfDay(subDays(date, offset));\n}\n\n/**\n * Returns the last instant of `date`'s week (day 7 at 23:59:59.999). `weekStartsOn` defaults to `1`\n * (Monday, ISO-8601); pass `0` for a Sunday-first (US) calendar.\n */\nexport function endOfWeek(date: Date, weekStartsOn: WeekStartsOn = 1): Date {\n return endOfDay(addDays(startOfWeek(date, weekStartsOn), 6));\n}\n\n/** Returns the first instant of the 1st of `date`'s month. */\nexport function startOfMonth(date: Date): Date {\n const result = cloneDate(date);\n result.setDate(1);\n result.setHours(0, 0, 0, 0);\n return result;\n}\n\n/** Returns the last instant of the last day of `date`'s month (28th-31st at 23:59:59.999). */\nexport function endOfMonth(date: Date): Date {\n const result = cloneDate(date);\n // Day `0` of the NEXT month is the last day of this one — avoids a `daysInMonth` lookup and the\n // day-overflow that `setMonth(getMonth() + 1)` alone would cause on a 31st.\n result.setMonth(result.getMonth() + 1, 0);\n result.setHours(23, 59, 59, 999);\n return result;\n}\n\n/** Returns the first instant of Jan 1 of `date`'s year. */\nexport function startOfYear(date: Date): Date {\n const result = cloneDate(date);\n result.setMonth(0, 1);\n result.setHours(0, 0, 0, 0);\n return result;\n}\n\n/** Returns the last instant of Dec 31 of `date`'s year. */\nexport function endOfYear(date: Date): Date {\n const result = cloneDate(date);\n result.setMonth(11, 31);\n result.setHours(23, 59, 59, 999);\n return result;\n}\n","// ISO-8601 parsing + serialization, and the validity guard the rest of the slice leans on.\n//\n// Two spec traps this file exists to neutralize:\n//\n// 1. `new Date('2026-03-15')` — a DATE-ONLY ISO string is parsed as UTC midnight per spec, while a\n// date-TIME string without an offset is parsed as local. So the same-looking input lands on a\n// different calendar day depending on which shape it had and which side of UTC the user sits on.\n// `parseIsoDate` reads a date-only string field-by-field into LOCAL midnight, which is what a\n// `<input type=\"date\">` value means to the person who typed it.\n// 2. `date.toISOString().slice(0, 10)` — serializes in UTC, so 2026-03-15 23:30 in New York comes back\n// as `2026-03-16`, and 2026-03-15 00:30 in Tokyo as `2026-03-14`. The day silently shifts, usually\n// only for users in a subset of timezones, which is why it survives review. `toIsoDateString` reads\n// the LOCAL fields instead and never touches UTC.\n//\n// Parsing is strict + anchored: only the two accepted shapes parse, everything else returns `null`. No\n// `Invalid Date` is ever returned, so a `Date` that leaves this module is always safe to store in state.\n// The accepted shapes mirror `foundation/http/temporalReviver` (`T` separator, no space) so a value that\n// the API client would upgrade to a `Temporal.*` is exactly a value this module parses.\n\nconst DATE_ONLY = /^(\\d{4})-(\\d{2})-(\\d{2})$/;\nconst DATE_TIME = /^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}(:\\d{2})?(\\.\\d{1,9})?(Z|[+-]\\d{2}:?\\d{2})?$/;\n\n/**\n * Narrows `value` to a usable `Date` — a `Date` instance whose time is not `NaN`. Use it before any\n * op in this slice when the input came from outside (props, storage, a hand-built `new Date(input)`).\n */\nexport function isValidDate(value: unknown): value is Date {\n return value instanceof Date && !Number.isNaN(value.getTime());\n}\n\n/**\n * Parses an ISO-8601 `YYYY-MM-DD` or `YYYY-MM-DDTHH:mm[:ss[.sss]][Z|±HH:mm]` string, returning `null`\n * for any other input — including a well-shaped but impossible date such as `2026-02-30`. Never returns\n * an `Invalid Date`.\n *\n * A date-only string resolves to LOCAL midnight (not UTC midnight, which is what `new Date(string)`\n * would give). A date-time string keeps standard semantics: with an offset it is that absolute instant,\n * without one it is local wall-clock.\n */\nexport function parseIsoDate(value: string): Date | null {\n if (typeof value !== 'string') return null;\n\n const text = value.trim();\n if (text === '') return null;\n\n const dateOnly = DATE_ONLY.exec(text);\n if (dateOnly !== null) {\n const year = Number(dateOnly[1]);\n const month = Number(dateOnly[2]);\n const day = Number(dateOnly[3]);\n\n const result = new Date(2000, 0, 1, 12);\n // `setFullYear` rather than the `new Date(y, m, d)` constructor: that constructor maps years 0-99\n // to 1900+year. The probe starts at local noon so a midnight-DST zone can't shift the day.\n result.setFullYear(year, month - 1, day);\n result.setHours(0, 0, 0, 0);\n\n // Round-trip check — the setters normalize out-of-range fields (Feb 30 → Mar 2) instead of failing,\n // so comparing back is the only way to reject an impossible date.\n if (result.getFullYear() !== year || result.getMonth() !== month - 1 || result.getDate() !== day) {\n return null;\n }\n return result;\n }\n\n if (!DATE_TIME.test(text)) return null;\n\n const parsed = new Date(text);\n return isValidDate(parsed) ? parsed : null;\n}\n\n/**\n * Serializes `date` to `YYYY-MM-DD` using its LOCAL calendar fields — the day never shifts by timezone\n * the way `toISOString().slice(0, 10)` does. Round-trips exactly with {@link parseIsoDate}.\n *\n * Throws a `RangeError` on an invalid `Date`, or on a year outside `0000`-`9999` (which ISO-8601 can\n * only express with the extended `±YYYYYY` form this function does not emit). Guard with\n * {@link isValidDate} when the input is untrusted.\n */\nexport function toIsoDateString(date: Date): string {\n if (!isValidDate(date)) {\n throw new RangeError('toIsoDateString: expected a valid Date, got an invalid one');\n }\n\n const year = date.getFullYear();\n if (year < 0 || year > 9999) {\n throw new RangeError(`toIsoDateString: year ${year} is outside the representable range 0000-9999`);\n }\n\n const month = String(date.getMonth() + 1).padStart(2, '0');\n const day = String(date.getDate()).padStart(2, '0');\n return `${String(year).padStart(4, '0')}-${month}-${day}`;\n}\n","// Date comparison + selection. Predicates return `boolean`; selectors (`minDate`/`maxDate`/`clampDate`)\n// return a NEW `Date` and never mutate an input.\n//\n// NOW IS ALWAYS INJECTABLE. `isToday`/`isPast`/`isFuture` take `now` as their last parameter, defaulting\n// to `new Date()` in the SIGNATURE — never buried in the body. A test passes a fixed `now` and the result\n// is deterministic; a caller that omits it gets the obvious behavior. Any future now-dependent predicate\n// added here must follow the same shape, otherwise the test for it can only be flaky or clock-mocked.\n//\n// Two slice-wide rules encoded here:\n// - An invalid `Date` makes every predicate `false` (a `NaN` timestamp compares false against\n// everything, including itself). No predicate throws — callers filter with `isValidDate`.\n// - A REVERSED range (`start` after `end`) is EMPTY, not auto-normalized: `isBetween` returns `false`.\n// Silently swapping the bounds would hide a caller bug behind a plausible answer, and the same rule\n// holds in `Interval.ts` so the whole slice reads one way.\n\nimport { startOfWeek, type WeekStartsOn } from './Boundaries';\nimport { cloneDate } from './Internals';\nimport { isValidDate } from './IsoDate';\n\n/** Tunes whether a range test counts its bounds. */\nexport interface BetweenOptions {\n /** Count `start`/`end` themselves as inside the range. Defaults to `true`. */\n readonly inclusive?: boolean;\n}\n\n/** True when both dates fall on the same local calendar day. */\nexport function isSameDay(a: Date, b: Date): boolean {\n return (\n a.getFullYear() === b.getFullYear() && a.getMonth() === b.getMonth() && a.getDate() === b.getDate()\n );\n}\n\n/**\n * True when both dates fall in the same week. `weekStartsOn` defaults to `1` (Monday, ISO-8601) and\n * must match the value used elsewhere in the same calendar — Dec 31 and Jan 1 can share a week.\n */\nexport function isSameWeek(a: Date, b: Date, weekStartsOn: WeekStartsOn = 1): boolean {\n return startOfWeek(a, weekStartsOn).getTime() === startOfWeek(b, weekStartsOn).getTime();\n}\n\n/** True when both dates fall in the same month of the same year. */\nexport function isSameMonth(a: Date, b: Date): boolean {\n return a.getFullYear() === b.getFullYear() && a.getMonth() === b.getMonth();\n}\n\n/** True when both dates fall in the same calendar year. */\nexport function isSameYear(a: Date, b: Date): boolean {\n return a.getFullYear() === b.getFullYear();\n}\n\n/** True when `date` is strictly earlier than `other` (millisecond precision). */\nexport function isBefore(date: Date, other: Date): boolean {\n return date.getTime() < other.getTime();\n}\n\n/** True when `date` is strictly later than `other` (millisecond precision). */\nexport function isAfter(date: Date, other: Date): boolean {\n return date.getTime() > other.getTime();\n}\n\n/**\n * True when `date` falls in `[start, end]` — bounds included by default, excluded with\n * `{ inclusive: false }`. Returns `false` for a reversed range (`start` after `end`) and for any\n * invalid input; the bounds are never swapped for you.\n */\nexport function isBetween(date: Date, start: Date, end: Date, options?: BetweenOptions): boolean {\n const value = date.getTime();\n const from = start.getTime();\n const to = end.getTime();\n if (Number.isNaN(value) || Number.isNaN(from) || Number.isNaN(to)) return false;\n if (from > to) return false;\n return options?.inclusive === false ? value > from && value < to : value >= from && value <= to;\n}\n\n/** True when `date` falls on the same local day as `now` (defaults to the current clock; inject for tests). */\nexport function isToday(date: Date, now: Date = new Date()): boolean {\n return isSameDay(date, now);\n}\n\n/** True when `date` is strictly before `now` (defaults to the current clock; inject for tests). */\nexport function isPast(date: Date, now: Date = new Date()): boolean {\n return isBefore(date, now);\n}\n\n/** True when `date` is strictly after `now` (defaults to the current clock; inject for tests). */\nexport function isFuture(date: Date, now: Date = new Date()): boolean {\n return isAfter(date, now);\n}\n\n// Shared scan for `minDate`/`maxDate`. Invalid dates are skipped so one bad entry can't win by way of a\n// `NaN` comparison; if every input is invalid the (invalid) first one is returned so the arity contract\n// — \"at least one date in, exactly one date out\" — never degrades into `null`.\nfunction select(first: Date, rest: readonly Date[], keep: (candidate: number, best: number) => boolean): Date {\n const candidates = [first, ...rest].filter(isValidDate);\n let best = candidates.at(0) ?? first;\n for (const candidate of candidates) {\n if (keep(candidate.getTime(), best.getTime())) best = candidate;\n }\n return cloneDate(best);\n}\n\n/** Returns a copy of the earliest of the given dates. Invalid dates are ignored unless all of them are. */\nexport function minDate(first: Date, ...rest: readonly Date[]): Date {\n return select(first, rest, (candidate, best) => candidate < best);\n}\n\n/** Returns a copy of the latest of the given dates. Invalid dates are ignored unless all of them are. */\nexport function maxDate(first: Date, ...rest: readonly Date[]): Date {\n return select(first, rest, (candidate, best) => candidate > best);\n}\n\n/**\n * Returns a copy of `date` pulled inside `[min, max]`. Either bound may be omitted or `null` to leave\n * that side open. Bounds are applied low-then-high, so a caller-inverted pair (`min` after `max`)\n * resolves to `max`.\n */\nexport function clampDate(date: Date, min?: Date | null, max?: Date | null): Date {\n let result = date;\n if (min != null && isBefore(result, min)) result = min;\n if (max != null && isAfter(result, max)) result = max;\n return cloneDate(result);\n}\n","// Signed distance between two dates, in whole units.\n//\n// ARGUMENT ORDER is `(from, to)` and the result is POSITIVE when `to` is later — the same order the\n// existing `daysBetween`/`minutesBetween` helpers in `presentation/forms/DateExtensions` already use.\n// Note this is the REVERSE of `date-fns`, whose `differenceInDays(dateLeft, dateRight)` computes\n// left − right; the parameter names are the reminder.\n//\n// TRUNCATION, never rounding: a partial trailing unit does not count, and truncation is toward zero, so\n// `differenceInX(a, b) === -differenceInX(b, a)` holds for every unit. 25 hours apart = 1 day; 23 hours\n// apart = 0 days. The one exception is internal: the day/week calculation rounds the raw millisecond\n// quotient because a DST day is 23 or 25 hours long and would otherwise truncate to a day short — both\n// endpoints are snapped to local start-of-day first, so what is being rounded is a whole-day quantity\n// that only DST perturbed. That makes day differences CALENDAR-day differences: Mar 15 23:00 → Mar 16\n// 01:00 is 1 day apart, not 0, which is what a calendar UI means by \"1 day\".\n//\n// Month/year differences are calendar-based and agree with `addMonths` clamping: Jan 31 → Feb 28 is a\n// full 1 month, because `addMonths(Jan 31, 1)` lands exactly on Feb 28.\n\nimport { addMonths } from './Arithmetic';\nimport { startOfDay } from './Boundaries';\nimport { MS_PER_DAY, MS_PER_HOUR, MS_PER_MINUTE, MS_PER_SECOND } from './Internals';\n\n/** Signed whole SECONDS from `from` to `to`, truncated toward zero. Positive when `to` is later. */\nexport function differenceInSeconds(from: Date, to: Date): number {\n return Math.trunc((to.getTime() - from.getTime()) / MS_PER_SECOND);\n}\n\n/** Signed whole MINUTES from `from` to `to`, truncated toward zero. Positive when `to` is later. */\nexport function differenceInMinutes(from: Date, to: Date): number {\n return Math.trunc((to.getTime() - from.getTime()) / MS_PER_MINUTE);\n}\n\n/** Signed whole HOURS of elapsed time from `from` to `to`, truncated toward zero. Positive when `to` is later. */\nexport function differenceInHours(from: Date, to: Date): number {\n return Math.trunc((to.getTime() - from.getTime()) / MS_PER_HOUR);\n}\n\n/**\n * Signed CALENDAR days from `from` to `to`. Both endpoints are snapped to local start-of-day first, so\n * the result counts date boundaries crossed rather than 24-hour blocks, and a DST transition never\n * produces an off-by-one. Positive when `to` is later.\n */\nexport function differenceInDays(from: Date, to: Date): number {\n return Math.round((startOfDay(to).getTime() - startOfDay(from).getTime()) / MS_PER_DAY);\n}\n\n/**\n * Signed whole WEEKS from `from` to `to`, derived from {@link differenceInDays} and truncated toward\n * zero — 13 calendar days apart is 1 week. Positive when `to` is later.\n */\nexport function differenceInWeeks(from: Date, to: Date): number {\n return Math.trunc(differenceInDays(from, to) / 7);\n}\n\n/**\n * Signed whole calendar MONTHS from `from` to `to`, truncated toward zero — a partial trailing month is\n * dropped, so Jan 15 → Feb 14 is 0. Agrees with `addMonths` clamping (Jan 31 → Feb 28 is 1). Positive\n * when `to` is later.\n */\nexport function differenceInMonths(from: Date, to: Date): number {\n const target = to.getTime();\n let months = (to.getFullYear() - from.getFullYear()) * 12 + (to.getMonth() - from.getMonth());\n if (Number.isNaN(months) || Number.isNaN(target)) return NaN;\n\n // The field arithmetic above overshoots whenever the day-of-month (or time-of-day) hasn't been\n // reached yet; step back one month in that case so the count is whole units only.\n if (months > 0 && addMonths(from, months).getTime() > target) months -= 1;\n else if (months < 0 && addMonths(from, months).getTime() < target) months += 1;\n return months;\n}\n\n/**\n * Signed whole calendar YEARS from `from` to `to`, derived from {@link differenceInMonths} and truncated\n * toward zero — the usual \"age in years\" calculation. Positive when `to` is later.\n */\nexport function differenceInYears(from: Date, to: Date): number {\n return Math.trunc(differenceInMonths(from, to) / 12);\n}\n","// Date ranges — the primitives a calendar grid, a range picker, and a scheduling view are built from.\n//\n// A REVERSED range is EMPTY across this whole slice (same rule as `isBetween`): `eachDayOfInterval`\n// returns `[]`, `isWithinInterval` and `overlaps` return `false`. The bounds are never swapped for you —\n// a reversed range is a caller bug, and normalizing it would return a plausible answer that hides it.\n// Invalid dates behave the same way, so neither function can spin: the loop guard compares against `NaN`\n// and exits immediately.\n//\n// The two membership tests use DIFFERENT bound semantics on purpose, because they answer different\n// questions:\n// - `isWithinInterval` is a POINT-in-range test → bounds INCLUSIVE. \"Is this day inside the selected\n// range\" must count the first and last day of the selection.\n// - `overlaps` is an INTERVAL-vs-INTERVAL test → bounds HALF-OPEN `[start, end)` by default. Two\n// back-to-back meetings (09:00-10:00 and 10:00-11:00) do not conflict, which is the answer every\n// scheduler wants. Pass `{ inclusive: true }` for closed-range semantics, where a shared endpoint\n// does count as an overlap.\n\nimport { addDays } from './Arithmetic';\nimport { startOfDay } from './Boundaries';\nimport { isBetween } from './Comparison';\n\n/** A date range with inclusive bounds. A reversed range (`start` after `end`) is treated as empty. */\nexport interface DateInterval {\n /** Lower bound of the range. */\n readonly start: Date;\n\n /** Upper bound of the range. */\n readonly end: Date;\n}\n\n/** Tunes whether an overlap test counts a shared endpoint. */\nexport interface OverlapOptions {\n /**\n * Treat both ranges as closed `[start, end]`, so ranges that merely touch at an endpoint count as\n * overlapping. Defaults to `false` (half-open `[start, end)` — touching ranges do not overlap).\n */\n readonly inclusive?: boolean;\n}\n\n/**\n * Returns one `Date` per calendar day from `start` to `end`, both ends INCLUSIVE, each snapped to local\n * start-of-day. Returns `[]` when the range is reversed or either bound is invalid.\n *\n * Day stepping is calendar-based (not `+24h`), so a DST transition inside the range neither duplicates\n * nor skips a day.\n */\nexport function eachDayOfInterval(start: Date, end: Date): Date[] {\n const last = startOfDay(end).getTime();\n const days: Date[] = [];\n let cursor = startOfDay(start);\n\n while (cursor.getTime() <= last) {\n days.push(cursor);\n cursor = addDays(cursor, 1);\n }\n return days;\n}\n\n/**\n * True when `date` falls inside `interval`, bounds INCLUSIVE. Returns `false` for a reversed interval or\n * any invalid date. Compares at millisecond precision — pass day boundaries\n * (`startOfDay`/`endOfDay`) when a whole-day test is meant.\n */\nexport function isWithinInterval(date: Date, interval: DateInterval): boolean {\n return isBetween(date, interval.start, interval.end);\n}\n\n/**\n * True when ranges `a` and `b` share any time. Half-open by default, so ranges that only touch at an\n * endpoint do NOT overlap; pass `{ inclusive: true }` to count a shared endpoint as an overlap.\n * Returns `false` when either range is reversed or holds an invalid date.\n *\n * A zero-length range (`start` equal to `end`) never overlaps anything under the default half-open\n * semantics; it does under `{ inclusive: true }`.\n */\nexport function overlaps(a: DateInterval, b: DateInterval, options?: OverlapOptions): boolean {\n const aStart = a.start.getTime();\n const aEnd = a.end.getTime();\n const bStart = b.start.getTime();\n const bEnd = b.end.getTime();\n\n if (Number.isNaN(aStart) || Number.isNaN(aEnd) || Number.isNaN(bStart) || Number.isNaN(bEnd)) return false;\n if (aStart > aEnd || bStart > bEnd) return false;\n\n if (options?.inclusive === true) return aStart <= bEnd && bStart <= aEnd;\n\n // A zero-length range spans no time at all, so under half-open semantics it intersects nothing — the\n // bare `aStart < bEnd && bStart < aEnd` test would otherwise report an overlap for a degenerate range\n // that happens to sit strictly INSIDE the other, but not for one sitting on its boundary. Callers\n // asking \"is this instant inside that range\" want `isWithinInterval`, which is inclusive by design.\n if (aStart === aEnd || bStart === bEnd) return false;\n\n return aStart < bEnd && bStart < aEnd;\n}\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ /** A breakpoint scale — each key (`sm`, `md`, …) mapped to its minimum viewport width in CSS pixels. */
2
+ export type BreakpointScale = Readonly<Record<string, number>>;
3
+ /**
4
+ * Tailwind v4's default breakpoint scale, in CSS pixels. Opt-in: pass it to `useBreakpoint` explicitly. An app
5
+ * that customised its `@theme` breakpoints must pass its own map instead, or JS and CSS will disagree.
6
+ */
7
+ export declare const TAILWIND_BREAKPOINTS: {
8
+ /** ≥ 640px. */
9
+ readonly sm: 640;
10
+ /** ≥ 768px. */
11
+ readonly md: 768;
12
+ /** ≥ 1024px. */
13
+ readonly lg: 1024;
14
+ /** ≥ 1280px. */
15
+ readonly xl: 1280;
16
+ /** ≥ 1536px. */
17
+ readonly '2xl': 1536;
18
+ };
19
+ /**
20
+ * How many breakpoints a scale may contain. `useBreakpoint` fans out to exactly this many `useMediaQuery` calls;
21
+ * eight covers every mainstream scale with room to spare (Tailwind ships 5, Bootstrap 6). See `UseBreakpoint.ts`
22
+ * for why the count has to be a compile-time constant at all.
23
+ */
24
+ export declare const MAX_BREAKPOINTS = 8;
25
+ /** One breakpoint compiled to the media query that detects it. */
26
+ export interface BreakpointQuery<TKey extends string = string> {
27
+ /** The scale key this query stands for. */
28
+ readonly key: TKey;
29
+ /** The minimum viewport width, in CSS pixels. */
30
+ readonly minWidth: number;
31
+ /** The `(min-width: …px)` string to hand to `matchMedia`. */
32
+ readonly query: string;
33
+ }
34
+ /**
35
+ * Compiles a scale into widest-first `(min-width: …)` queries.
36
+ *
37
+ * Entries whose width is not a finite number `>= 0` are dropped: a malformed scale must not emit
38
+ * `(min-width: NaNpx)`, which `matchMedia` accepts and then never matches, quietly skewing the resolved
39
+ * breakpoint instead of failing.
40
+ *
41
+ * @param scale The caller's breakpoint map.
42
+ * @returns The scale's valid entries as queries, widest first.
43
+ */
44
+ export declare function toBreakpointQueries<TScale extends BreakpointScale>(scale: TScale): readonly BreakpointQuery<Extract<keyof TScale, string>>[];
45
+ /**
46
+ * Picks the active breakpoint from a widest-first query list and the match results for it.
47
+ *
48
+ * @param queries Compiled queries, widest first, as returned by {@link toBreakpointQueries}.
49
+ * @param matches Match results positionally aligned with `queries`. A shorter array reads as "did not match" for
50
+ * the missing tail, which is how a scale larger than {@link MAX_BREAKPOINTS} loses its narrowest entries.
51
+ * @returns The key of the widest matching breakpoint, or `null` when the viewport is narrower than every entry —
52
+ * the implicit mobile-first base band, which by definition has no key of its own.
53
+ */
54
+ export declare function resolveBreakpoint<TKey extends string>(queries: readonly BreakpointQuery<TKey>[], matches: readonly boolean[]): TKey | null;
@@ -0,0 +1,13 @@
1
+ /** How the document is being presented — the values of the CSS `display-mode` media feature. */
2
+ export declare const DisplayMode: {
3
+ /** Installed and running in its own window with no browser chrome. The usual "is this a PWA" answer. */
4
+ readonly Standalone: "standalone";
5
+ /** Filling the screen with no OS chrome either — kiosk displays, the Fullscreen API. */
6
+ readonly Fullscreen: "fullscreen";
7
+ /** Own window with a minimal navigation strip (back / reload). Installed, but not chrome-free. */
8
+ readonly MinimalUi: "minimal-ui";
9
+ /** An ordinary browser tab. Also the SSR answer. */
10
+ readonly Browser: "browser";
11
+ };
12
+ /** One of the {@link DisplayMode} values. */
13
+ export type DisplayMode = (typeof DisplayMode)[keyof typeof DisplayMode];
@@ -0,0 +1,27 @@
1
+ /** The coarse OS families this slice distinguishes. */
2
+ export declare const Platform: {
3
+ /** macOS, iOS, or iPadOS. */
4
+ readonly Apple: "apple";
5
+ /** Any Windows desktop. */
6
+ readonly Windows: "windows";
7
+ /** Android phones and tablets. */
8
+ readonly Android: "android";
9
+ /** Desktop Linux, X11, and ChromeOS — all Ctrl-keyed, all Linux-idiomatic in their affordances. */
10
+ readonly Linux: "linux";
11
+ /** Nothing recognisable — SSR, a stripped user agent, or a platform outside the four above. */
12
+ readonly Unknown: "unknown";
13
+ };
14
+ /** One of the {@link Platform} families. */
15
+ export type Platform = (typeof Platform)[keyof typeof Platform];
16
+ /**
17
+ * Identifies the OS family. Read this file's header before using it: the answer is for cosmetic, platform-idiomatic
18
+ * decisions only, never for feature gating.
19
+ *
20
+ * Never throws. Returns `'unknown'` under SSR, for an unrecognised platform, and for an empty hint.
21
+ *
22
+ * @param hint Forces the string that is matched, instead of reading the environment — makes tests deterministic and
23
+ * lets a server render for a client whose platform it already knows. Accepts a full user agent, a
24
+ * `userAgentData.platform` value, or a bare token such as `'Windows'`.
25
+ * @returns The detected {@link Platform}.
26
+ */
27
+ export declare function getPlatform(hint?: string): Platform;
@@ -0,0 +1,11 @@
1
+ /** How precise the primary pointing device is, per the CSS `pointer` media feature. */
2
+ export declare const PointerType: {
3
+ /** Low-precision primary pointer — a finger on a touchscreen, a TV remote. Size hit targets generously. */
4
+ readonly Coarse: "coarse";
5
+ /** High-precision primary pointer — a mouse, trackpad, or stylus. Hover affordances are meaningful here. */
6
+ readonly Fine: "fine";
7
+ /** No pointing device at all — keyboard- or voice-driven. Also the SSR answer, where nothing is knowable yet. */
8
+ readonly None: "none";
9
+ };
10
+ /** One of the {@link PointerType} values. */
11
+ export type PointerType = (typeof PointerType)[keyof typeof PointerType];
@@ -0,0 +1,20 @@
1
+ import { ComputedRef, MaybeRefOrGetter } from 'vue';
2
+ import { BreakpointScale } from './Breakpoints';
3
+ /**
4
+ * Resolves the active breakpoint from a caller-supplied scale: the key of the widest breakpoint the viewport
5
+ * currently satisfies.
6
+ *
7
+ * No scale is built in — this library is Tailwind-v4 token-driven and the app owns its `@theme` breakpoints. Pass
8
+ * `TAILWIND_BREAKPOINTS` to opt into Tailwind's defaults, or your own map to match your tokens.
9
+ *
10
+ * The scale may be a ref or getter; changing it re-points the existing subscriptions.
11
+ *
12
+ * Reads `null` under SSR, where no media query matches. Layout that must be right before JS runs belongs in CSS;
13
+ * this composable is for behaviour a media query alone cannot express — which list virtualiser to mount, how many
14
+ * items to prefetch.
15
+ *
16
+ * @param scale Breakpoint key to minimum viewport width in CSS pixels. Entries beyond `MAX_BREAKPOINTS`, counted
17
+ * widest-first, are ignored; invalid widths are dropped.
18
+ * @returns The active breakpoint key, or `null` when the viewport is narrower than every entry in the scale.
19
+ */
20
+ export declare function useBreakpoint<TScale extends BreakpointScale>(scale: MaybeRefOrGetter<TScale>): ComputedRef<Extract<keyof TScale, string> | null>;
@@ -0,0 +1,23 @@
1
+ import { ComputedRef } from 'vue';
2
+ import { DisplayMode } from './DisplayMode';
3
+ /**
4
+ * Reports how the document is being presented — its {@link DisplayMode}.
5
+ *
6
+ * Falls back to `'browser'` when no mode query matches, which is also what SSR and any browser without
7
+ * `display-mode` support produce. `'browser'` therefore means "an ordinary tab, as far as can be told", not a
8
+ * proof that the app is uninstalled.
9
+ *
10
+ * @returns The active {@link DisplayMode}.
11
+ */
12
+ export declare function useDisplayMode(): ComputedRef<DisplayMode>;
13
+ /**
14
+ * Whether the app is running as an installed app rather than in a browser tab — any display mode other than
15
+ * `'browser'`.
16
+ *
17
+ * Reads `false` under SSR and on iOS < 16.4 (see this file's header). Use it to ADD an installed-only affordance
18
+ * — suppressing an "Install app" prompt, showing a custom title bar — never to withhold functionality, because a
19
+ * `false` here can mean "installed, but undetectable".
20
+ *
21
+ * @returns `true` when the app is presented outside an ordinary browser tab.
22
+ */
23
+ export declare function useIsInstalled(): ComputedRef<boolean>;
@@ -0,0 +1,12 @@
1
+ import { ShallowRef } from 'vue';
2
+ /**
3
+ * Tracks whether the browser believes it has a network link — seeded optimistically, synced from
4
+ * `navigator.onLine` on mount, then kept current by the window `online` / `offline` events.
5
+ *
6
+ * Reads `true` under SSR and whenever the status cannot be read: an offline banner rendered by a server that has
7
+ * never met the client is worse than a missing one, and the value corrects on mount either way. Read this file's
8
+ * header before acting on it — `false` is reliable, `true` only means a link exists.
9
+ *
10
+ * @returns `true` while the browser reports a network link.
11
+ */
12
+ export declare function useOnlineStatus(): Readonly<ShallowRef<boolean>>;
@@ -0,0 +1,25 @@
1
+ import { ComputedRef } from 'vue';
2
+ import { PointerType } from './PointerType';
3
+ /**
4
+ * Reports the precision of the primary pointing device — `'fine'` (mouse, trackpad, stylus), `'coarse'` (finger),
5
+ * or `'none'`.
6
+ *
7
+ * Reactive: a tablet gaining a mouse flips `'coarse'` → `'fine'` without a reload.
8
+ *
9
+ * Under SSR this reads `'none'` (there are no media features to read) and corrects on hydration. Treat `'none'`
10
+ * as "no pointer known", not as a fact — never hide an essential affordance behind it.
11
+ *
12
+ * @returns The active {@link PointerType}.
13
+ */
14
+ export declare function usePointerType(): ComputedRef<PointerType>;
15
+ /**
16
+ * Whether the primary pointing device can hover — the `(hover: hover)` media feature.
17
+ *
18
+ * Gate hover-only affordances on this: a tooltip that opens on mouseover, a table row's hover-revealed actions. On
19
+ * a touchscreen a hover-only control is simply unreachable and needs a tap target or an always-visible equivalent.
20
+ *
21
+ * Reads `false` under SSR, so hover-revealed content must never be the only path to an action.
22
+ *
23
+ * @returns `true` when the primary pointer can hover.
24
+ */
25
+ export declare function useHoverCapability(): ComputedRef<boolean>;
@@ -0,0 +1,8 @@
1
+ export { PointerType } from './PointerType';
2
+ export { usePointerType, useHoverCapability } from './UsePointer';
3
+ export { useOnlineStatus } from './UseOnlineStatus';
4
+ export { DisplayMode } from './DisplayMode';
5
+ export { useDisplayMode, useIsInstalled } from './UseDisplayMode';
6
+ export { Platform, getPlatform } from './Platform';
7
+ export { type BreakpointScale, type BreakpointQuery, TAILWIND_BREAKPOINTS, MAX_BREAKPOINTS, toBreakpointQueries, resolveBreakpoint, } from './Breakpoints';
8
+ export { useBreakpoint } from './UseBreakpoint';
@@ -0,0 +1,187 @@
1
+ import { computed, shallowRef, onMounted, toValue } from "vue";
2
+ import { u as useMediaQuery } from "../../chunks/useMediaQuery-DwVcSgGk.js";
3
+ import { u as useEventListener } from "../../chunks/useEventListener-gohT6zGs.js";
4
+ import { i as isApplePlatform } from "../../chunks/Chord-D9Z-j3O0.js";
5
+ const PointerType = {
6
+ /** Low-precision primary pointer — a finger on a touchscreen, a TV remote. Size hit targets generously. */
7
+ Coarse: "coarse",
8
+ /** High-precision primary pointer — a mouse, trackpad, or stylus. Hover affordances are meaningful here. */
9
+ Fine: "fine",
10
+ /** No pointing device at all — keyboard- or voice-driven. Also the SSR answer, where nothing is knowable yet. */
11
+ None: "none"
12
+ };
13
+ const FINE_POINTER_QUERY = "(pointer: fine)";
14
+ const COARSE_POINTER_QUERY = "(pointer: coarse)";
15
+ const HOVER_QUERY = "(hover: hover)";
16
+ function usePointerType() {
17
+ const fine = useMediaQuery(FINE_POINTER_QUERY);
18
+ const coarse = useMediaQuery(COARSE_POINTER_QUERY);
19
+ return computed(() => {
20
+ if (fine.value) return PointerType.Fine;
21
+ if (coarse.value) return PointerType.Coarse;
22
+ return PointerType.None;
23
+ });
24
+ }
25
+ function useHoverCapability() {
26
+ const hover = useMediaQuery(HOVER_QUERY);
27
+ return computed(() => hover.value);
28
+ }
29
+ const globalTarget = () => typeof window === "undefined" ? null : window;
30
+ function readOnlineStatus() {
31
+ try {
32
+ if (typeof navigator === "undefined") return true;
33
+ return navigator.onLine !== false;
34
+ } catch {
35
+ return true;
36
+ }
37
+ }
38
+ function useOnlineStatus() {
39
+ const online = shallowRef(true);
40
+ onMounted(() => {
41
+ online.value = readOnlineStatus();
42
+ });
43
+ useEventListener(
44
+ "online",
45
+ () => {
46
+ online.value = true;
47
+ },
48
+ globalTarget
49
+ );
50
+ useEventListener(
51
+ "offline",
52
+ () => {
53
+ online.value = false;
54
+ },
55
+ globalTarget
56
+ );
57
+ return online;
58
+ }
59
+ const DisplayMode = {
60
+ /** Installed and running in its own window with no browser chrome. The usual "is this a PWA" answer. */
61
+ Standalone: "standalone",
62
+ /** Filling the screen with no OS chrome either — kiosk displays, the Fullscreen API. */
63
+ Fullscreen: "fullscreen",
64
+ /** Own window with a minimal navigation strip (back / reload). Installed, but not chrome-free. */
65
+ MinimalUi: "minimal-ui",
66
+ /** An ordinary browser tab. Also the SSR answer. */
67
+ Browser: "browser"
68
+ };
69
+ const FULLSCREEN_QUERY = "(display-mode: fullscreen)";
70
+ const STANDALONE_QUERY = "(display-mode: standalone)";
71
+ const MINIMAL_UI_QUERY = "(display-mode: minimal-ui)";
72
+ function useDisplayMode() {
73
+ const fullscreen = useMediaQuery(FULLSCREEN_QUERY);
74
+ const standalone = useMediaQuery(STANDALONE_QUERY);
75
+ const minimalUi = useMediaQuery(MINIMAL_UI_QUERY);
76
+ return computed(() => {
77
+ if (fullscreen.value) return DisplayMode.Fullscreen;
78
+ if (standalone.value) return DisplayMode.Standalone;
79
+ if (minimalUi.value) return DisplayMode.MinimalUi;
80
+ return DisplayMode.Browser;
81
+ });
82
+ }
83
+ function useIsInstalled() {
84
+ const mode = useDisplayMode();
85
+ return computed(() => mode.value !== DisplayMode.Browser);
86
+ }
87
+ const Platform = {
88
+ /** macOS, iOS, or iPadOS. */
89
+ Apple: "apple",
90
+ /** Any Windows desktop. */
91
+ Windows: "windows",
92
+ /** Android phones and tablets. */
93
+ Android: "android",
94
+ /** Desktop Linux, X11, and ChromeOS — all Ctrl-keyed, all Linux-idiomatic in their affordances. */
95
+ Linux: "linux",
96
+ /** Nothing recognisable — SSR, a stripped user agent, or a platform outside the four above. */
97
+ Unknown: "unknown"
98
+ };
99
+ function readPlatformSource() {
100
+ try {
101
+ if (typeof navigator === "undefined") return "";
102
+ const nav = navigator;
103
+ return nav.userAgentData?.platform || nav.platform || nav.userAgent || "";
104
+ } catch {
105
+ return "";
106
+ }
107
+ }
108
+ function getPlatform(hint) {
109
+ const source = hint ?? readPlatformSource();
110
+ if (isApplePlatform(source)) return Platform.Apple;
111
+ if (/android/i.test(source)) return Platform.Android;
112
+ if (/windows|win32|win64|wow64/i.test(source)) return Platform.Windows;
113
+ if (/linux|x11|cros|chrome ?os/i.test(source)) return Platform.Linux;
114
+ return Platform.Unknown;
115
+ }
116
+ const TAILWIND_BREAKPOINTS = {
117
+ /** ≥ 640px. */
118
+ sm: 640,
119
+ /** ≥ 768px. */
120
+ md: 768,
121
+ /** ≥ 1024px. */
122
+ lg: 1024,
123
+ /** ≥ 1280px. */
124
+ xl: 1280,
125
+ /** ≥ 1536px. */
126
+ "2xl": 1536
127
+ };
128
+ const MAX_BREAKPOINTS = 8;
129
+ function toBreakpointQueries(scale) {
130
+ return Object.entries(scale).filter(([, minWidth]) => Number.isFinite(minWidth) && minWidth >= 0).sort(([, left], [, right]) => right - left).map(([key, minWidth]) => ({
131
+ // `Object.entries` widens the key to `string`; by construction it is a key of `scale`.
132
+ key,
133
+ minWidth,
134
+ query: `(min-width: ${minWidth}px)`
135
+ }));
136
+ }
137
+ function resolveBreakpoint(queries, matches) {
138
+ for (const [index, entry] of queries.entries()) {
139
+ if (matches[index] === true) return entry.key;
140
+ }
141
+ return null;
142
+ }
143
+ const NEVER_MATCHES = "not all";
144
+ function queryAt(queries, index) {
145
+ return queries.at(index)?.query ?? NEVER_MATCHES;
146
+ }
147
+ function useBreakpoint(scale) {
148
+ const queries = computed(() => toBreakpointQueries(toValue(scale)));
149
+ const match0 = useMediaQuery(() => queryAt(queries.value, 0));
150
+ const match1 = useMediaQuery(() => queryAt(queries.value, 1));
151
+ const match2 = useMediaQuery(() => queryAt(queries.value, 2));
152
+ const match3 = useMediaQuery(() => queryAt(queries.value, 3));
153
+ const match4 = useMediaQuery(() => queryAt(queries.value, 4));
154
+ const match5 = useMediaQuery(() => queryAt(queries.value, 5));
155
+ const match6 = useMediaQuery(() => queryAt(queries.value, 6));
156
+ const match7 = useMediaQuery(() => queryAt(queries.value, 7));
157
+ return computed(() => {
158
+ const matches = [
159
+ match0.value,
160
+ match1.value,
161
+ match2.value,
162
+ match3.value,
163
+ match4.value,
164
+ match5.value,
165
+ match6.value,
166
+ match7.value
167
+ ];
168
+ return resolveBreakpoint(queries.value, matches);
169
+ });
170
+ }
171
+ export {
172
+ DisplayMode,
173
+ MAX_BREAKPOINTS,
174
+ Platform,
175
+ PointerType,
176
+ TAILWIND_BREAKPOINTS,
177
+ getPlatform,
178
+ resolveBreakpoint,
179
+ toBreakpointQueries,
180
+ useBreakpoint,
181
+ useDisplayMode,
182
+ useHoverCapability,
183
+ useIsInstalled,
184
+ useOnlineStatus,
185
+ usePointerType
186
+ };
187
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/foundation/device/PointerType.ts","../../../src/foundation/device/UsePointer.ts","../../../src/foundation/device/UseOnlineStatus.ts","../../../src/foundation/device/DisplayMode.ts","../../../src/foundation/device/UseDisplayMode.ts","../../../src/foundation/device/Platform.ts","../../../src/foundation/device/Breakpoints.ts","../../../src/foundation/device/UseBreakpoint.ts"],"sourcesContent":["// The pointer vocabulary, kept in its own file rather than inlined into the composable so a consumer can switch\n// on `PointerType.Coarse` without pulling Vue into a pure module — the same value/composable split `foundation/shortcuts`\n// uses for `Modifier` vs `UseHotkeys`.\n\n/** How precise the primary pointing device is, per the CSS `pointer` media feature. */\nexport const PointerType = {\n /** Low-precision primary pointer — a finger on a touchscreen, a TV remote. Size hit targets generously. */\n Coarse: 'coarse',\n /** High-precision primary pointer — a mouse, trackpad, or stylus. Hover affordances are meaningful here. */\n Fine: 'fine',\n /** No pointing device at all — keyboard- or voice-driven. Also the SSR answer, where nothing is knowable yet. */\n None: 'none',\n} as const;\n\n/** One of the {@link PointerType} values. */\nexport type PointerType = (typeof PointerType)[keyof typeof PointerType];\n","// Pointer precision and hover capability, read from the CSS `pointer` / `hover` media features through the shared\n// `useMediaQuery`.\n//\n// WHY NOT A USER-AGENT SNIFF: \"is this a touch device\" is not a device question, it is an INPUT question, and the\n// two diverge constantly. A Windows laptop with a touchscreen has both a fine mouse and a coarse finger; an iPad\n// with a Magic Keyboard reports a FINE pointer; a phone in desktop-site mode still has only a finger. A UA string\n// describes none of that, is trivially spoofed, and is frozen or deprecated on every Chromium browser. The media\n// features track the pointer the user is ACTUALLY holding and re-evaluate when it changes.\n//\n// WHY NOT `'ontouchstart' in window` AS THE PRIMARY SIGNAL: it proves the touch EVENT API is implemented, not that\n// a touchscreen is attached — every desktop Chromium build ships the API, so the check reads true on a mouse-only\n// machine and the UI grows finger-sized hit targets nobody needs. It is also a one-shot boolean with no change\n// event, so it can never react to a tablet being docked to a keyboard mid-session. `(pointer: coarse)` answers the\n// question that was actually being asked, and answers it reactively.\n\nimport { computed, type ComputedRef } from 'vue';\n\nimport { useMediaQuery } from '../hooks';\n\nimport { PointerType } from './PointerType';\n\n// `pointer` / `hover` describe the PRIMARY pointing device. The `any-pointer` / `any-hover` variants report every\n// attached device instead, which is the wrong question for layout: a touchscreen laptop matches `any-pointer:\n// coarse` while the user drives it entirely by mouse, and sizing every target for the finger they are not using\n// wastes the screen. Primary is what layout should follow.\nconst FINE_POINTER_QUERY = '(pointer: fine)';\nconst COARSE_POINTER_QUERY = '(pointer: coarse)';\nconst HOVER_QUERY = '(hover: hover)';\n\n/**\n * Reports the precision of the primary pointing device — `'fine'` (mouse, trackpad, stylus), `'coarse'` (finger),\n * or `'none'`.\n *\n * Reactive: a tablet gaining a mouse flips `'coarse'` → `'fine'` without a reload.\n *\n * Under SSR this reads `'none'` (there are no media features to read) and corrects on hydration. Treat `'none'`\n * as \"no pointer known\", not as a fact — never hide an essential affordance behind it.\n *\n * @returns The active {@link PointerType}.\n */\nexport function usePointerType(): ComputedRef<PointerType> {\n const fine = useMediaQuery(FINE_POINTER_QUERY);\n const coarse = useMediaQuery(COARSE_POINTER_QUERY);\n\n // `pointer` names one primary device, so at most one of these matches in practice. `fine` is tested first so\n // that a browser reporting both resolves to the more capable pointer rather than to a coincidence of ordering.\n return computed(() => {\n if (fine.value) return PointerType.Fine;\n if (coarse.value) return PointerType.Coarse;\n return PointerType.None;\n });\n}\n\n/**\n * Whether the primary pointing device can hover — the `(hover: hover)` media feature.\n *\n * Gate hover-only affordances on this: a tooltip that opens on mouseover, a table row's hover-revealed actions. On\n * a touchscreen a hover-only control is simply unreachable and needs a tap target or an always-visible equivalent.\n *\n * Reads `false` under SSR, so hover-revealed content must never be the only path to an action.\n *\n * @returns `true` when the primary pointer can hover.\n */\nexport function useHoverCapability(): ComputedRef<boolean> {\n const hover = useMediaQuery(HOVER_QUERY);\n return computed(() => hover.value);\n}\n","// Network reachability — or as much of it as the browser is willing to admit to.\n//\n// WHAT `navigator.onLine` ACTUALLY MEANS: it is `false` only when the browser is certain there is NO network link\n// — airplane mode, Wi-Fi off, cable unplugged. It is `true` the moment a link exists and says NOTHING beyond that.\n// A captive portal nobody has logged into, hotel Wi-Fi that has not been paid for, a dropped VPN, a DNS failure,\n// or an API that is simply down all report `true`. So `false` is trustworthy and `true` is a hint.\n//\n// USE ACCORDINGLY: explain a failure that already happened (\"you appear to be offline\"), defer a retry, pause a\n// poll. Never treat `true` as a precondition — \"we are online, so this request will succeed\" is exactly the\n// inference this value cannot support. Proving the server that matters is reachable takes a request to it, which\n// is `foundation/http`'s job and not this slice's.\n//\n// The `online` / `offline` events bind through `foundation/hooks`' `useEventListener` rather than a hand-rolled\n// `addEventListener`, so handler identity, attach options, and teardown follow the same rules as every other\n// listener in the library. The target is a GETTER, not a module constant: resolving `window` at module scope\n// would evaluate during a server render, and the lazy getter is the same shape `useEventListener` uses for its\n// own default.\n\nimport { onMounted, shallowRef, type ShallowRef } from 'vue';\n\nimport { useEventListener } from '../hooks';\n\n/** Resolved lazily so importing this module in an SSR pass never touches `window`. */\nconst globalTarget = (): Window | null => (typeof window === 'undefined' ? null : window);\n\n/**\n * Reads `navigator.onLine`, defaulting to online when there is no `navigator` (SSR), when the property is missing\n * (a partial polyfill), or when the read throws. Optimistic by design — see the note on the composable.\n */\nfunction readOnlineStatus(): boolean {\n try {\n if (typeof navigator === 'undefined') return true;\n return navigator.onLine !== false;\n } catch {\n return true;\n }\n}\n\n/**\n * Tracks whether the browser believes it has a network link — seeded optimistically, synced from\n * `navigator.onLine` on mount, then kept current by the window `online` / `offline` events.\n *\n * Reads `true` under SSR and whenever the status cannot be read: an offline banner rendered by a server that has\n * never met the client is worse than a missing one, and the value corrects on mount either way. Read this file's\n * header before acting on it — `false` is reliable, `true` only means a link exists.\n *\n * @returns `true` while the browser reports a network link.\n */\nexport function useOnlineStatus(): Readonly<ShallowRef<boolean>> {\n // Seeded `true` rather than read at setup: `readOnlineStatus` answers `true` under SSR anyway, and seeding a\n // constant keeps `navigator` out of the setup pass entirely.\n const online = shallowRef(true);\n\n // Re-read once on mount. Two gaps the events alone can never close: the seed was unconditional, and the link\n // can flip between setup and the listeners attaching.\n onMounted(() => {\n online.value = readOnlineStatus();\n });\n\n useEventListener(\n 'online',\n () => {\n online.value = true;\n },\n globalTarget,\n );\n useEventListener(\n 'offline',\n () => {\n online.value = false;\n },\n globalTarget,\n );\n\n return online;\n}\n","// The display-mode vocabulary. Split from its composable for the same reason as `PointerType` — a consumer\n// comparing against `DisplayMode.Standalone` should not have to import Vue to do it.\n\n/** How the document is being presented — the values of the CSS `display-mode` media feature. */\nexport const DisplayMode = {\n /** Installed and running in its own window with no browser chrome. The usual \"is this a PWA\" answer. */\n Standalone: 'standalone',\n /** Filling the screen with no OS chrome either — kiosk displays, the Fullscreen API. */\n Fullscreen: 'fullscreen',\n /** Own window with a minimal navigation strip (back / reload). Installed, but not chrome-free. */\n MinimalUi: 'minimal-ui',\n /** An ordinary browser tab. Also the SSR answer. */\n Browser: 'browser',\n} as const;\n\n/** One of the {@link DisplayMode} values. */\nexport type DisplayMode = (typeof DisplayMode)[keyof typeof DisplayMode];\n","// Display mode — how the document is presented, and by extension whether the app was installed.\n//\n// Read entirely through `display-mode` media queries on the shared `useMediaQuery`, which makes the answer\n// reactive: a window entering or leaving fullscreen updates live, where the one-shot check at startup that most\n// codebases write would be stale for the rest of the session.\n//\n// QUERY ORDER IS LOAD-BEARING, and is not alphabetical. Browsers do not reliably report exactly one match — a\n// standalone window driven into fullscreen can satisfy both `(display-mode: fullscreen)` and\n// `(display-mode: standalone)` — so the most specific presentation is tested first and wins.\n//\n// KNOWN GAP — iOS Safari only supports `display-mode` from 16.4. On older iOS an installed home-screen app reports\n// `'browser'` here. Its legacy signal is the non-standard `navigator.standalone`, deliberately NOT read: this\n// slice keeps a single detection mechanism, and adding a second, non-reactive sniffer for one stale OS version\n// buys a narrow tail at the cost of two code paths that can disagree. A consumer that needs that tail can read\n// `navigator.standalone` itself and OR it in.\n\nimport { computed, type ComputedRef } from 'vue';\n\nimport { useMediaQuery } from '../hooks';\n\nimport { DisplayMode } from './DisplayMode';\n\nconst FULLSCREEN_QUERY = '(display-mode: fullscreen)';\nconst STANDALONE_QUERY = '(display-mode: standalone)';\nconst MINIMAL_UI_QUERY = '(display-mode: minimal-ui)';\n\n/**\n * Reports how the document is being presented — its {@link DisplayMode}.\n *\n * Falls back to `'browser'` when no mode query matches, which is also what SSR and any browser without\n * `display-mode` support produce. `'browser'` therefore means \"an ordinary tab, as far as can be told\", not a\n * proof that the app is uninstalled.\n *\n * @returns The active {@link DisplayMode}.\n */\nexport function useDisplayMode(): ComputedRef<DisplayMode> {\n const fullscreen = useMediaQuery(FULLSCREEN_QUERY);\n const standalone = useMediaQuery(STANDALONE_QUERY);\n const minimalUi = useMediaQuery(MINIMAL_UI_QUERY);\n\n return computed(() => {\n if (fullscreen.value) return DisplayMode.Fullscreen;\n if (standalone.value) return DisplayMode.Standalone;\n if (minimalUi.value) return DisplayMode.MinimalUi;\n return DisplayMode.Browser;\n });\n}\n\n/**\n * Whether the app is running as an installed app rather than in a browser tab — any display mode other than\n * `'browser'`.\n *\n * Reads `false` under SSR and on iOS < 16.4 (see this file's header). Use it to ADD an installed-only affordance\n * — suppressing an \"Install app\" prompt, showing a custom title bar — never to withhold functionality, because a\n * `false` here can mean \"installed, but undetectable\".\n *\n * @returns `true` when the app is presented outside an ordinary browser tab.\n */\nexport function useIsInstalled(): ComputedRef<boolean> {\n const mode = useDisplayMode();\n return computed(() => mode.value !== DisplayMode.Browser);\n}\n","// Platform identification — the LAST-RESORT signal in this slice, and the only one here that asks what the\n// environment IS rather than what it can DO.\n//\n// USE IT ONLY FOR COSMETICS: rendering `⌘K` vs `Ctrl+K` in a shortcut hint, naming a modifier in help text,\n// labelling a button \"Show in Finder\" vs \"Show in Explorer\". NEVER gate a feature on it. A user agent is freely\n// spoofed, `navigator.platform` is deprecated, Chromium freezes its UA, and every question worth gating on\n// (pointer precision, hover, display mode, viewport) has a real capability query in this slice that answers it\n// truthfully. Platform sniffing gates on a guess; a media feature gates on the fact.\n//\n// The Apple branch delegates to `foundation/shortcuts`' `isApplePlatform` rather than re-sniffing: that predicate\n// already backs `mod` → ⌘ resolution, and two sniffers that drift apart would render a ⌘ hint on a Ctrl machine.\n// This file adds the other three families around it and reuses its exact source-precedence rules.\n//\n// Ordering is load-bearing. Android is tested before Linux because Android's UA names the Linux kernel; the\n// Windows pattern is anchored on real tokens (`Windows` / `Win32` / `Win64` / `WOW64`) rather than a bare `win`,\n// which would misread `Darwin` — a substring collision that silently turns a Mac into a PC.\n\nimport { isApplePlatform } from '../shortcuts';\n\n/** The coarse OS families this slice distinguishes. */\nexport const Platform = {\n /** macOS, iOS, or iPadOS. */\n Apple: 'apple',\n /** Any Windows desktop. */\n Windows: 'windows',\n /** Android phones and tablets. */\n Android: 'android',\n /** Desktop Linux, X11, and ChromeOS — all Ctrl-keyed, all Linux-idiomatic in their affordances. */\n Linux: 'linux',\n /** Nothing recognisable — SSR, a stripped user agent, or a platform outside the four above. */\n Unknown: 'unknown',\n} as const;\n\n/** One of the {@link Platform} families. */\nexport type Platform = (typeof Platform)[keyof typeof Platform];\n\n/**\n * Reads the best available platform string, preferring the modern `userAgentData.platform` over the deprecated\n * `navigator.platform` and falling back to the full user agent. Mirrors `isApplePlatform`'s precedence exactly so\n * both predicates always judge the same text. Returns `''` under SSR or if any read throws.\n */\nfunction readPlatformSource(): string {\n try {\n if (typeof navigator === 'undefined') return '';\n const nav = navigator as Navigator & { userAgentData?: { platform?: string } };\n return nav.userAgentData?.platform || nav.platform || nav.userAgent || '';\n } catch {\n // A throwing `navigator` getter (polyfill, hardened environment) reads as \"no information\", never as a crash.\n return '';\n }\n}\n\n/**\n * Identifies the OS family. Read this file's header before using it: the answer is for cosmetic, platform-idiomatic\n * decisions only, never for feature gating.\n *\n * Never throws. Returns `'unknown'` under SSR, for an unrecognised platform, and for an empty hint.\n *\n * @param hint Forces the string that is matched, instead of reading the environment — makes tests deterministic and\n * lets a server render for a client whose platform it already knows. Accepts a full user agent, a\n * `userAgentData.platform` value, or a bare token such as `'Windows'`.\n * @returns The detected {@link Platform}.\n */\nexport function getPlatform(hint?: string): Platform {\n const source = hint ?? readPlatformSource();\n\n if (isApplePlatform(source)) return Platform.Apple;\n if (/android/i.test(source)) return Platform.Android;\n if (/windows|win32|win64|wow64/i.test(source)) return Platform.Windows;\n if (/linux|x11|cros|chrome ?os/i.test(source)) return Platform.Linux;\n return Platform.Unknown;\n}\n","// The breakpoint model — pure, DOM-free, and deliberately WITHOUT a built-in scale.\n//\n// WHY NO DEFAULT SCALE: this library is Tailwind-v4 token-driven, so the app owns its breakpoints in its `@theme`\n// block. A scale hardcoded here would be a second source of truth that silently disagrees with the CSS the same\n// app ships — a layout that switches at 768px in JS and 720px in CSS is a bug no test in this repo could see.\n// `TAILWIND_BREAKPOINTS` is offered as a constant the caller may opt into, never as a fallback a composable reaches for.\n//\n// Queries are plain `(min-width: …)` sorted WIDEST FIRST, so \"the first query that matches\" is the active\n// breakpoint. Mutually-exclusive bands (`min` and `max` together) are the alternative and were rejected: bands\n// need a sentinel max for the widest entry and a sub-pixel gap between neighbours (`max-width: 767.98px`), and\n// both are places for an off-by-one to hide. Independent min-width queries have neither, and match how the\n// mobile-first CSS beside them already cascades.\n\n/** A breakpoint scale — each key (`sm`, `md`, …) mapped to its minimum viewport width in CSS pixels. */\nexport type BreakpointScale = Readonly<Record<string, number>>;\n\n/**\n * Tailwind v4's default breakpoint scale, in CSS pixels. Opt-in: pass it to `useBreakpoint` explicitly. An app\n * that customised its `@theme` breakpoints must pass its own map instead, or JS and CSS will disagree.\n */\nexport const TAILWIND_BREAKPOINTS = {\n /** ≥ 640px. */\n sm: 640,\n /** ≥ 768px. */\n md: 768,\n /** ≥ 1024px. */\n lg: 1024,\n /** ≥ 1280px. */\n xl: 1280,\n /** ≥ 1536px. */\n '2xl': 1536,\n} as const;\n\n/**\n * How many breakpoints a scale may contain. `useBreakpoint` fans out to exactly this many `useMediaQuery` calls;\n * eight covers every mainstream scale with room to spare (Tailwind ships 5, Bootstrap 6). See `UseBreakpoint.ts`\n * for why the count has to be a compile-time constant at all.\n */\nexport const MAX_BREAKPOINTS = 8;\n\n/** One breakpoint compiled to the media query that detects it. */\nexport interface BreakpointQuery<TKey extends string = string> {\n /** The scale key this query stands for. */\n readonly key: TKey;\n /** The minimum viewport width, in CSS pixels. */\n readonly minWidth: number;\n /** The `(min-width: …px)` string to hand to `matchMedia`. */\n readonly query: string;\n}\n\n/**\n * Compiles a scale into widest-first `(min-width: …)` queries.\n *\n * Entries whose width is not a finite number `>= 0` are dropped: a malformed scale must not emit\n * `(min-width: NaNpx)`, which `matchMedia` accepts and then never matches, quietly skewing the resolved\n * breakpoint instead of failing.\n *\n * @param scale The caller's breakpoint map.\n * @returns The scale's valid entries as queries, widest first.\n */\nexport function toBreakpointQueries<TScale extends BreakpointScale>(\n scale: TScale,\n): readonly BreakpointQuery<Extract<keyof TScale, string>>[] {\n return Object.entries(scale)\n .filter(([, minWidth]) => Number.isFinite(minWidth) && minWidth >= 0)\n .sort(([, left], [, right]) => right - left)\n .map(([key, minWidth]) => ({\n // `Object.entries` widens the key to `string`; by construction it is a key of `scale`.\n key: key as Extract<keyof TScale, string>,\n minWidth,\n query: `(min-width: ${minWidth}px)`,\n }));\n}\n\n/**\n * Picks the active breakpoint from a widest-first query list and the match results for it.\n *\n * @param queries Compiled queries, widest first, as returned by {@link toBreakpointQueries}.\n * @param matches Match results positionally aligned with `queries`. A shorter array reads as \"did not match\" for\n * the missing tail, which is how a scale larger than {@link MAX_BREAKPOINTS} loses its narrowest entries.\n * @returns The key of the widest matching breakpoint, or `null` when the viewport is narrower than every entry —\n * the implicit mobile-first base band, which by definition has no key of its own.\n */\nexport function resolveBreakpoint<TKey extends string>(\n queries: readonly BreakpointQuery<TKey>[],\n matches: readonly boolean[],\n): TKey | null {\n for (const [index, entry] of queries.entries()) {\n if (matches[index] === true) return entry.key;\n }\n return null;\n}\n","// The active breakpoint, resolved from a caller-supplied scale.\n//\n// WHY THE FIXED-SLOT FAN-OUT BELOW — the one non-obvious thing in this slice:\n//\n// Every media query in this library must go through `foundation/hooks`' `useMediaQuery`, so there is exactly one\n// `matchMedia` implementation, one subscription model, and one SSR semantic. But the scale belongs to the caller,\n// so the NUMBER of queries is not known at compile time.\n//\n// Vue has no rules-of-hooks call-order constraint, so the React original's reason for a fixed arity is gone — but\n// the fixed arity stays, for a Vue-specific reason that is just as real: a composable's cleanup is registered on\n// the surrounding effect scope, so subscriptions created in a loop are only released when the WHOLE scope dies. A\n// scale that shrank mid-session would leak a live `MediaQueryList` per dropped entry. A FIXED number of\n// `useMediaQuery` calls — `MAX_BREAKPOINTS` of them, always — has no such leak, and the slots a smaller scale\n// leaves over are parked on `'not all'`, a valid media query that can never match.\n//\n// What Vue does buy is that each slot takes a GETTER rather than a fixed string, so a changed scale re-points the\n// existing subscriptions instead of needing a remount. The React version could not do that at all.\n//\n// The slot count below MUST equal `MAX_BREAKPOINTS`. Queries arrive widest-first, so a scale with more entries\n// than slots loses its NARROWEST ones — the widest, which decide the answer on large viewports, always get slots.\n\nimport { computed, toValue, type ComputedRef, type MaybeRefOrGetter } from 'vue';\n\nimport { useMediaQuery } from '../hooks';\n\nimport {\n resolveBreakpoint,\n toBreakpointQueries,\n type BreakpointQuery,\n type BreakpointScale,\n} from './Breakpoints';\n\n/** A valid media query that never matches — parks the slots a scale smaller than `MAX_BREAKPOINTS` leaves unused. */\nconst NEVER_MATCHES = 'not all';\n\n/** Reads slot `index`'s query string, falling back to the never-matching parking query. */\nfunction queryAt(queries: readonly BreakpointQuery[], index: number): string {\n return queries.at(index)?.query ?? NEVER_MATCHES;\n}\n\n/**\n * Resolves the active breakpoint from a caller-supplied scale: the key of the widest breakpoint the viewport\n * currently satisfies.\n *\n * No scale is built in — this library is Tailwind-v4 token-driven and the app owns its `@theme` breakpoints. Pass\n * `TAILWIND_BREAKPOINTS` to opt into Tailwind's defaults, or your own map to match your tokens.\n *\n * The scale may be a ref or getter; changing it re-points the existing subscriptions.\n *\n * Reads `null` under SSR, where no media query matches. Layout that must be right before JS runs belongs in CSS;\n * this composable is for behaviour a media query alone cannot express — which list virtualiser to mount, how many\n * items to prefetch.\n *\n * @param scale Breakpoint key to minimum viewport width in CSS pixels. Entries beyond `MAX_BREAKPOINTS`, counted\n * widest-first, are ignored; invalid widths are dropped.\n * @returns The active breakpoint key, or `null` when the viewport is narrower than every entry in the scale.\n */\nexport function useBreakpoint<TScale extends BreakpointScale>(\n scale: MaybeRefOrGetter<TScale>,\n): ComputedRef<Extract<keyof TScale, string> | null> {\n const queries = computed(() => toBreakpointQueries(toValue(scale)));\n\n // Fixed-arity fan-out — see this file's header. Do NOT collapse into a loop or a `.map`: the constant call\n // count is what keeps a caller-supplied scale from leaking subscriptions as it shrinks.\n const match0 = useMediaQuery(() => queryAt(queries.value, 0));\n const match1 = useMediaQuery(() => queryAt(queries.value, 1));\n const match2 = useMediaQuery(() => queryAt(queries.value, 2));\n const match3 = useMediaQuery(() => queryAt(queries.value, 3));\n const match4 = useMediaQuery(() => queryAt(queries.value, 4));\n const match5 = useMediaQuery(() => queryAt(queries.value, 5));\n const match6 = useMediaQuery(() => queryAt(queries.value, 6));\n const match7 = useMediaQuery(() => queryAt(queries.value, 7));\n\n return computed(() => {\n // Exactly `MAX_BREAKPOINTS` entries — the invariant the header states. Positionally aligned with `queries`.\n const matches: readonly boolean[] = [\n match0.value,\n match1.value,\n match2.value,\n match3.value,\n match4.value,\n match5.value,\n match6.value,\n match7.value,\n ];\n\n return resolveBreakpoint(queries.value, matches) as Extract<keyof TScale, string> | null;\n });\n}\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Provides the default cap on how many links a `cause` walk yields. Bounds both a pathological chain
3
+ * and the size of anything built from one (a log payload, a rendered detail list); 8 covers every real
4
+ * wrap depth seen in practice with room to spare.
5
+ */
6
+ export declare const DefaultMaxCauseDepth = 8;
7
+ /**
8
+ * Reads the underlying failure a value wraps — the standard ES2022 `cause`, as thrown
9
+ * (`new Error(msg, { cause })`). Returns the raw value, not an `Error`: a `cause` can be anything,
10
+ * and normalizing it here would hide what was actually attached. `undefined` when there is none.
11
+ *
12
+ * Never throws — a `cause` getter that throws reads as absent.
13
+ */
14
+ export declare function getErrorCause(error: unknown): unknown;
15
+ /**
16
+ * Walks the `cause` chain from an error down to its root, normalizing each link with `toError`, and
17
+ * returns the links head-first. Always non-empty — the head normalizes even from `undefined`.
18
+ *
19
+ * Terminates on every input. Links are tracked by identity, so a self-referencing (`error.cause ===
20
+ * error`) or mutually-referencing chain stops at the repeat instead of hanging, and `maxDepth` caps
21
+ * the rest. Truncation is silent: the tail simply has no further links.
22
+ */
23
+ export declare function flattenErrorChain(error: unknown, maxDepth?: number): Error[];
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Defines the structural shape every helper in this slice accepts — anything carrying a string
3
+ * `message`. Deliberately structural rather than `Error`: a value crossing a realm boundary
4
+ * (iframe, worker, `structuredClone`), rehydrated from JSON, or built by a library that never
5
+ * subclassed `Error` all fail `instanceof` while still being perfectly usable errors.
6
+ */
7
+ export interface ErrorLike {
8
+ /** The human-readable failure description — the one member that makes a value error-like. */
9
+ readonly message: string;
10
+ /** The error kind — `'TypeError'`, `'AbortError'`, a custom tag. Absent on hand-rolled shapes. */
11
+ readonly name?: string;
12
+ /** The captured stack trace, when the source recorded one. */
13
+ readonly stack?: string;
14
+ /** The machine-readable code — Node's `'ETIMEDOUT'`, a legacy `DOMException` number, an app code. */
15
+ readonly code?: string | number;
16
+ /** The underlying failure this one wraps (the standard ES2022 `cause`). Untyped — anything can be thrown. */
17
+ readonly cause?: unknown;
18
+ }
19
+ /**
20
+ * Checks whether a value can carry properties at all — `typeof null` is `'object'`, and a function
21
+ * is a legal throw target. Internal; not barrelled.
22
+ */
23
+ export declare function isObjectLike(value: unknown): value is object;
24
+ /**
25
+ * Reads a property without trusting the source. A getter can throw and a `Proxy` `get` trap can
26
+ * throw, so an unguarded read would turn error handling into a second failure. Internal; not barrelled.
27
+ */
28
+ export declare function readMember(source: object, key: string): unknown;
29
+ /**
30
+ * Checks `instanceof Error` without trusting the value — `instanceof` invokes `getPrototypeOf`,
31
+ * which a `Proxy` trap can throw from. Internal; not barrelled.
32
+ */
33
+ export declare function isError(value: unknown): value is Error;
34
+ /** Checks whether a value is structurally an {@link ErrorLike} — an object (or function) whose `message` reads as a string. */
35
+ export declare function isErrorLike(value: unknown): value is ErrorLike;
@@ -0,0 +1,13 @@
1
+ /** Provides the message shown when a caught value carries nothing a person could read. Also the floor when a caller's own fallback is blank. */
2
+ export declare const DefaultErrorMessage = "Something went wrong";
3
+ /**
4
+ * Extracts the message a UI can show for a caught value — the string itself, or its `message` member.
5
+ *
6
+ * Narrower than `toError` on purpose. `toError` is total and must produce *some* `Error`, so it
7
+ * stringifies whatever it gets; this returns UI copy, so a value with no message (a bare number, `{}`,
8
+ * a JSON blob, `null`) yields `fallback` rather than rendering machine noise into a toast. Guaranteed
9
+ * never to return `''` or `'[object Object]'` — a blank `fallback` degrades to {@link DefaultErrorMessage}.
10
+ *
11
+ * Never throws: a `message` getter that throws reads as absent.
12
+ */
13
+ export declare function getErrorMessage(value: unknown, fallback?: string): string;