@mkbabb/glass-ui 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) hide show
  1. package/dist/{CardFooter-3-VGho1J.js → CardFooter-C390imy7.js} +2 -2
  2. package/dist/{CollapsibleContent-wlmlDujU.js → CollapsibleContent-cauTbZEM.js} +1 -1
  3. package/dist/{CommandShortcut-C6lsz3pG.js → CommandShortcut-BiVyqipe.js} +5 -4
  4. package/dist/DataTable-FfkaAg2z.js +465 -0
  5. package/dist/DialogContent-IQ8_BRrC.js +100 -0
  6. package/dist/{DiscoGlyph-B7YooI2-.js → DiscoGlyph-BaZ8OawK.js} +1 -1
  7. package/dist/{GlyphFace-Bvk6OIas.js → GlyphFace-B_7vOmYn.js} +1 -1
  8. package/dist/HoverPopover-DTSYkJtw.js +96 -0
  9. package/dist/{IconTooltip-DXveGjx7.js → IconTooltip-BTyYn4mr.js} +1 -1
  10. package/dist/Input-CU9CNKmo.js +52 -0
  11. package/dist/{MetricBadge-J_GBCb8e.js → MetricBadge-BlrdbOGN.js} +1 -1
  12. package/dist/{NumberFieldContent-B6L6YrQz.js → NumberFieldContent-iOTQ5rGO.js} +8 -4
  13. package/dist/{PopoverContent-CxEEUL7Y.js → PopoverContent-B8WtJECb.js} +1 -1
  14. package/dist/Progress-DjM86vfb.js +254 -0
  15. package/dist/{ScrollingText-1Qjnwz6H.js → ScrollingText-P9o_DuMn.js} +1 -1
  16. package/dist/{SelectScrollDownButton-BvvvAbuh.js → SelectScrollDownButton-BGn3rjs9.js} +9 -8
  17. package/dist/TabsIndicator-DA0x9gPr.js +97 -0
  18. package/dist/{ToggleGroupItem-Cy7xHFEo.js → ToggleGroupItem-gyXj998A.js} +37 -40
  19. package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
  20. package/dist/animated-digit.js +2 -2
  21. package/dist/api/index.d.ts +2 -0
  22. package/dist/api.js +1 -1
  23. package/dist/aurora.js +454 -271
  24. package/dist/{button-DS3ULf5i.js → button-Ckn3eDfB.js} +27 -22
  25. package/dist/button.js +1 -1
  26. package/dist/card.js +1 -1
  27. package/dist/carousel.js +2 -2
  28. package/dist/collapsible.js +1 -1
  29. package/dist/color-rkK4RMx2.js +33 -0
  30. package/dist/color.d.ts +1 -0
  31. package/dist/color.js +2 -0
  32. package/dist/command.js +1 -1
  33. package/dist/compile-DVgAxagk.js +106 -0
  34. package/dist/components/custom/animated-digit/AnimatedDigit.vue.d.ts +7 -7
  35. package/dist/components/custom/aurora/Aurora.vue.d.ts +3 -3
  36. package/dist/components/custom/aurora/composables/color.d.ts +3 -25
  37. package/dist/components/custom/aurora/composables/cursorModel.d.ts +45 -0
  38. package/dist/components/custom/aurora/composables/frameLoop.d.ts +30 -0
  39. package/dist/components/custom/aurora/composables/glSetup.d.ts +29 -0
  40. package/dist/components/custom/aurora/composables/runtime.d.ts +45 -35
  41. package/dist/components/custom/aurora/composables/uniformBridge.d.ts +67 -0
  42. package/dist/components/custom/aurora/composables/useAurora.d.ts +14 -1
  43. package/dist/components/custom/aurora/composables/useCursorInteraction.d.ts +1 -1
  44. package/dist/components/custom/aurora/constants/budget.d.ts +50 -0
  45. package/dist/components/custom/aurora/{presets.d.ts → constants/presets.d.ts} +2 -5
  46. package/dist/components/custom/aurora/constants/shaders/aurora.frag.d.ts +1 -0
  47. package/dist/components/custom/aurora/constants/shaders/brush.glsl.d.ts +1 -0
  48. package/dist/components/custom/aurora/constants/shaders/composition.glsl.d.ts +1 -0
  49. package/dist/components/custom/aurora/constants/shaders/flow.glsl.d.ts +1 -0
  50. package/dist/components/custom/aurora/constants/shaders/mediums.glsl.d.ts +2 -0
  51. package/dist/components/custom/aurora/constants/shaders/tonemap.glsl.d.ts +1 -0
  52. package/dist/components/custom/aurora/index.d.ts +2 -2
  53. package/dist/components/custom/configurator/ConfiguratorLayer.vue.d.ts +14 -7
  54. package/dist/components/custom/configurator/density.d.ts +3 -8
  55. package/dist/components/custom/dock/DockBackgroundToggle.vue.d.ts +46 -0
  56. package/dist/components/custom/dock/DockIconButton.vue.d.ts +3 -3
  57. package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
  58. package/dist/components/custom/dock/GlassDock.vue.d.ts +22 -18
  59. package/dist/components/custom/dock/composables/dockContext.d.ts +4 -4
  60. package/dist/components/custom/dock/composables/dockLayerContext.d.ts +13 -6
  61. package/dist/components/custom/dock/composables/useLayerTransition.d.ts +32 -8
  62. package/dist/components/custom/dock/index.d.ts +1 -0
  63. package/dist/components/custom/expandable-container/ExpandableContainer.vue.d.ts +10 -0
  64. package/dist/components/custom/glass-panel/GlassPanel.vue.d.ts +1 -1
  65. package/dist/components/custom/glyph-face/keys.d.ts +3 -29
  66. package/dist/components/custom/goo-blob/GooBlob.vue.d.ts +48 -0
  67. package/dist/components/custom/goo-blob/composables/easing.d.ts +6 -0
  68. package/dist/components/custom/goo-blob/composables/useBlobMood.d.ts +14 -0
  69. package/dist/components/custom/goo-blob/composables/useBlobPointer.d.ts +18 -0
  70. package/dist/components/custom/goo-blob/composables/useBlobSatellites.d.ts +13 -0
  71. package/dist/components/custom/goo-blob/composables/useMetaballRenderer.d.ts +42 -0
  72. package/dist/components/custom/goo-blob/index.d.ts +7 -0
  73. package/dist/components/custom/goo-blob/shaders/metaball.frag.d.ts +1 -0
  74. package/dist/components/custom/goo-blob/shaders/metaball.vert.d.ts +1 -0
  75. package/dist/components/custom/goo-blob/shaders/oklch-perturb.glsl.d.ts +1 -0
  76. package/dist/components/custom/goo-blob/shaders/sdf-body.glsl.d.ts +1 -0
  77. package/dist/components/custom/goo-blob/shaders/watercolor-edges.glsl.d.ts +2 -0
  78. package/dist/components/custom/goo-blob/types.d.ts +77 -0
  79. package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +48 -9
  80. package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +2 -0
  81. package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -2
  82. package/dist/components/custom/metric-stack/MetricRow.vue.d.ts +2 -2
  83. package/dist/components/custom/responsive-tabs/ResponsiveTabs.vue.d.ts +13 -7
  84. package/dist/components/custom/search/FuzzySearch.vue.d.ts +1 -1
  85. package/dist/components/custom/search/SearchBar.vue.d.ts +1 -1
  86. package/dist/components/custom/sortable-list/SortableHandle.vue.d.ts +7 -1
  87. package/dist/components/custom/sortable-list/context.d.ts +2 -3
  88. package/dist/components/custom/tabs/BouncyTabs.vue.d.ts +6 -3
  89. package/dist/components/custom/tabs/BouncyToggle.vue.d.ts +7 -3
  90. package/dist/components/custom/tabs/UnderlineTabs.vue.d.ts +6 -3
  91. package/dist/components/custom/tabs/composables/useBouncySlider.d.ts +39 -0
  92. package/dist/components/custom/timeline/ContinuousMarkers.vue.d.ts +49 -0
  93. package/dist/components/custom/timeline/ContinuousRail.vue.d.ts +26 -0
  94. package/dist/components/custom/timeline/ContinuousTimeline.vue.d.ts +4 -4
  95. package/dist/components/custom/typewriter/TypewriterText.vue.d.ts +2 -2
  96. package/dist/components/custom/watercolor-dot/WatercolorDot.vue.d.ts +45 -0
  97. package/dist/components/custom/watercolor-dot/index.d.ts +3 -0
  98. package/dist/components/custom/watercolor-dot/prng.d.ts +5 -0
  99. package/dist/components/custom/watercolor-dot/useWatercolorBlob.d.ts +24 -0
  100. package/dist/components/ui/_shared/menuItemVariants.d.ts +1 -1
  101. package/dist/components/ui/avatar/Avatar.vue.d.ts +1 -1
  102. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +5 -1
  103. package/dist/components/ui/avatar/index.d.ts +1 -1
  104. package/dist/components/ui/badge/index.d.ts +2 -2
  105. package/dist/components/ui/button/Button.vue.d.ts +3 -1
  106. package/dist/components/ui/button/index.d.ts +2 -2
  107. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
  108. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
  109. package/dist/components/ui/combobox/Combobox.vue.d.ts +2 -2
  110. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +2 -1
  111. package/dist/components/ui/command/Command.vue.d.ts +3 -3
  112. package/dist/components/ui/command/CommandInput.vue.d.ts +2 -1
  113. package/dist/components/ui/data-table/DataTable.vue.d.ts +5 -4
  114. package/dist/components/ui/dialog/DialogContent.vue.d.ts +8 -0
  115. package/dist/components/ui/drawer/Drawer.vue.d.ts +4 -4
  116. package/dist/components/ui/input/Input.vue.d.ts +19 -1
  117. package/dist/components/ui/multi-select/MultiSelect.vue.d.ts +8 -4
  118. package/dist/components/ui/progress/Progress.vue.d.ts +26 -88
  119. package/dist/components/ui/progress/ProgressDefault.vue.d.ts +14 -0
  120. package/dist/components/ui/progress/ProgressGradient.vue.d.ts +25 -0
  121. package/dist/components/ui/progress/ProgressSectioned.vue.d.ts +36 -0
  122. package/dist/components/ui/progress/index.d.ts +5 -2
  123. package/dist/components/ui/progress/useProgressGeometry.d.ts +60 -0
  124. package/dist/components/ui/select/Select.vue.d.ts +2 -2
  125. package/dist/components/ui/select/SelectContent.vue.d.ts +1 -1
  126. package/dist/components/ui/select/SelectTrigger.vue.d.ts +3 -0
  127. package/dist/components/ui/sheet/index.d.ts +1 -1
  128. package/dist/components/ui/slider/index.d.ts +12 -11
  129. package/dist/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
  130. package/dist/components/ui/textarea/Textarea.vue.d.ts +5 -1
  131. package/dist/components/ui/toast/Toast.vue.d.ts +4 -4
  132. package/dist/components/ui/toggle/Toggle.vue.d.ts +1 -1
  133. package/dist/components/ui/toggle/index.d.ts +1 -1
  134. package/dist/components/ui/toggle-group/toggleGroupContext.d.ts +2 -3
  135. package/dist/composables/color/index.d.ts +49 -0
  136. package/dist/composables/context/createContext.d.ts +56 -0
  137. package/dist/composables/context/index.d.ts +1 -0
  138. package/dist/composables/dark/darkModeSyncScript.d.ts +23 -0
  139. package/dist/composables/dark/index.d.ts +3 -0
  140. package/dist/composables/dark/useGlobalDark.d.ts +19 -2
  141. package/dist/composables/dom/index.d.ts +0 -3
  142. package/dist/composables/dom/useClipboard.d.ts +35 -12
  143. package/dist/composables/dom/useDocumentVisibility.d.ts +20 -0
  144. package/dist/composables/glass/webgl/compile.d.ts +15 -0
  145. package/dist/composables/glass/webgl/shaders/procedural-color.glsl.d.ts +3 -0
  146. package/dist/composables/glass/webgl/useWebGLCanvas.d.ts +55 -0
  147. package/dist/composables/motion/core/index.d.ts +1 -1
  148. package/dist/composables/motion/index.d.ts +1 -1
  149. package/dist/composables/motion/useCountup.d.ts +29 -0
  150. package/dist/composables/motion/useNumericTransition.d.ts +14 -3
  151. package/dist/composables/motion/vReveal.d.ts +2 -0
  152. package/dist/composables/sidebar/useSidebarState.d.ts +2 -2
  153. package/dist/composables/sortable/dragController.d.ts +44 -0
  154. package/dist/composables/sortable/dropResolver.d.ts +34 -0
  155. package/dist/composables/sortable/ghostRenderer.d.ts +44 -0
  156. package/dist/composables/sortable/index.d.ts +1 -1
  157. package/dist/composables/sortable/touchGate.d.ts +26 -0
  158. package/dist/composables/sortable/transitionTiming.d.ts +50 -0
  159. package/dist/composables/sortable/types.d.ts +133 -0
  160. package/dist/composables/sortable/useSortable.d.ts +25 -153
  161. package/dist/configurator.js +1 -1
  162. package/dist/confirm-dialog.js +1 -1
  163. package/dist/controls.js +4 -4
  164. package/dist/createContext-DBMGRlx4.js +25 -0
  165. package/dist/dark.d.ts +2 -1
  166. package/dist/dark.js +9 -2
  167. package/dist/data-table.js +1 -1
  168. package/dist/dialog.js +1 -1
  169. package/dist/disco-glyph.js +1 -1
  170. package/dist/dock.js +400 -261
  171. package/dist/dockContext-spUj_-E5.js +9 -0
  172. package/dist/dom.js +6 -6
  173. package/dist/{dropdown-menu-naE0skDg.js → dropdown-menu-EFjl5iKo.js} +1 -1
  174. package/dist/dropdown-menu.js +1 -1
  175. package/dist/expandable-container.js +26 -20
  176. package/dist/fonts/README.md +21 -0
  177. package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
  178. package/dist/forms.js +68 -59
  179. package/dist/glass-panel.js +1 -1
  180. package/dist/glass-ui.css +1 -1
  181. package/dist/glass-ui.js +226 -328
  182. package/dist/glyph-face.js +2 -2
  183. package/dist/goo-blob.d.ts +1 -0
  184. package/dist/goo-blob.js +538 -0
  185. package/dist/header-ribbon.js +2 -2
  186. package/dist/hover-card.js +1 -1
  187. package/dist/hover-popover.js +1 -1
  188. package/dist/icon-tooltip.js +1 -1
  189. package/dist/index.d.ts +1 -0
  190. package/dist/instrument-chassis.js +1 -1
  191. package/dist/instrument-rail.js +1 -1
  192. package/dist/keys-BFoma9vm.js +9 -0
  193. package/dist/label.js +1 -1
  194. package/dist/labeled-field.js +57 -39
  195. package/dist/metric-badge.js +1 -1
  196. package/dist/motion-core.js +82 -123
  197. package/dist/motion.js +62 -14
  198. package/dist/number-field.js +1 -1
  199. package/dist/paper-backdrop.js +1 -1
  200. package/dist/popover.js +1 -1
  201. package/dist/{presets-BpTf63Hp.js → presets-1OhFpaIC.js} +1 -1
  202. package/dist/prng-Bz_1Tydc.js +15 -0
  203. package/dist/progress.js +2 -2
  204. package/dist/reactive.js +2 -2
  205. package/dist/responsive-tabs.js +38 -32
  206. package/dist/scrolling-text.js +1 -1
  207. package/dist/search.js +8 -8
  208. package/dist/select.js +3 -3
  209. package/dist/separator.js +1 -1
  210. package/dist/sheet.js +1 -1
  211. package/dist/{slider-wx8ifVFB.js → slider-BOh8ycfZ.js} +7 -11
  212. package/dist/slider.js +1 -1
  213. package/dist/sortable-list.js +36 -38
  214. package/dist/stacked-icons.js +2 -2
  215. package/dist/styles/animations.css +1 -1
  216. package/dist/styles/cards.css +1 -1
  217. package/dist/styles/components.css +1 -1
  218. package/dist/styles/dock-controls.css +486 -0
  219. package/dist/styles/dock.css +284 -450
  220. package/dist/styles/fonts.css +25 -0
  221. package/dist/styles/glass-specular-track.css +154 -0
  222. package/dist/styles/glass.css +74 -2
  223. package/dist/styles/index.css +21 -2
  224. package/dist/styles/instrument-chassis.css +11 -4
  225. package/dist/styles/theme.css +73 -21
  226. package/dist/styles/tokens.css +271 -140
  227. package/dist/styles/typography.css +14 -8
  228. package/dist/styles/utilities.css +36 -8
  229. package/dist/styles/view-transition.css +10 -4
  230. package/dist/switch.js +1 -1
  231. package/dist/tabs.js +139 -112
  232. package/dist/timeline.js +219 -158
  233. package/dist/toast.js +1 -1
  234. package/dist/toggle-group.js +1 -1
  235. package/dist/tokens.d.ts +1 -1
  236. package/dist/tooltip.js +1 -1
  237. package/dist/{useAnimatedNumber-BOxrS3a6.js → useAnimatedNumber-BF6r64lA.js} +1 -1
  238. package/dist/useClipboard-D8vFyRCa.js +97 -0
  239. package/dist/{useConfiguratorState-Dq2gNv4A.js → useConfiguratorState-DUtC1jxr.js} +82 -86
  240. package/dist/useGlobalDark-CWiaCoEw.js +34 -0
  241. package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
  242. package/dist/useSortable-DnyGXKKY.js +246 -0
  243. package/dist/{useTouchGate-XX8gHfay.js → useTouchGate-CS5Csc2h.js} +1 -1
  244. package/dist/utils/prng.d.ts +4 -0
  245. package/dist/vReveal-u2wSG2El.js +35 -0
  246. package/dist/watercolor-dot.d.ts +1 -0
  247. package/dist/watercolor-dot.js +129 -0
  248. package/package.json +101 -16
  249. package/src/fonts/README.md +21 -0
  250. package/src/fonts/fraunces/fraunces-latin.woff2 +0 -0
  251. package/src/styles/animations.css +1 -1
  252. package/src/styles/cards.css +1 -1
  253. package/src/styles/dock-controls.css +486 -0
  254. package/src/styles/dock.css +284 -450
  255. package/src/styles/fonts.css +25 -0
  256. package/src/styles/glass-specular-track.css +154 -0
  257. package/src/styles/glass.css +74 -2
  258. package/src/styles/index.css +21 -2
  259. package/src/styles/instrument-chassis.css +11 -4
  260. package/src/styles/theme.css +73 -21
  261. package/src/styles/tokens.css +271 -140
  262. package/src/styles/typography.css +14 -8
  263. package/src/styles/utilities.css +36 -8
  264. package/src/styles/view-transition.css +10 -4
  265. package/dist/DataTable-BsrDYdoE.js +0 -460
  266. package/dist/DialogContent-B61rP8lj.js +0 -93
  267. package/dist/HoverPopover-BlEwqG7S.js +0 -96
  268. package/dist/Input-IFsIzId2.js +0 -30
  269. package/dist/Progress-Bs44qWEM.js +0 -126
  270. package/dist/UnderlineTabs-B4FV2zi_.js +0 -37
  271. package/dist/components/custom/aurora/shaders/aurora.frag.d.ts +0 -1
  272. package/dist/composables/dom/useBreakpoint.d.ts +0 -38
  273. package/dist/composables/dom/useIdleReady.d.ts +0 -63
  274. package/dist/composables/dom/useViewportReady.d.ts +0 -87
  275. package/dist/composables/glass/webgl/frostShader.d.ts +0 -27
  276. package/dist/composables/motion/useAnimatedNumberMap.d.ts +0 -29
  277. package/dist/composables/motion/useStagger.d.ts +0 -50
  278. package/dist/dockContext-DM58L1Jt.js +0 -16
  279. package/dist/keys-SIKQYNx1.js +0 -11
  280. package/dist/supportsCssTimeline-IQY3gfKD.js +0 -12
  281. package/dist/useGlobalDark-BUUTZvkU.js +0 -24
  282. package/dist/useIdleReady-sLhGo6CL.js +0 -162
  283. package/dist/useIntersectionPause-CUmANkoc.js +0 -39
  284. package/dist/useSortable-DLK9kwZp.js +0 -189
  285. /package/dist/{HoverCardContent-DGUhpRVt.js → HoverCardContent-ICfIMZX1.js} +0 -0
  286. /package/dist/{InstrumentChassis-CqKPBNqp.js → InstrumentChassis-DaHIZCqy.js} +0 -0
  287. /package/dist/{InstrumentRail-CCjvKkpB.js → InstrumentRail-B0qqLFN0.js} +0 -0
  288. /package/dist/{Label-D53EOwLE.js → Label-CZk-3nTc.js} +0 -0
  289. /package/dist/{PaperBackdrop-Ds-wDsKf.js → PaperBackdrop-D_YZW47j.js} +0 -0
  290. /package/dist/{SelectGroup-DAgcsfFw.js → SelectGroup-CMdoCjRE.js} +0 -0
  291. /package/dist/{SelectSeparator-DN1jzLaI.js → SelectSeparator-CaJnPF3_.js} +0 -0
  292. /package/dist/{Separator-DXxac0j8.js → Separator-C2XtAXRp.js} +0 -0
  293. /package/dist/{Switch-imA0Hdjs.js → Switch-x8n6husW.js} +0 -0
  294. /package/dist/{Toaster-Brs6QjBU.js → Toaster-DdhMKfus.js} +0 -0
  295. /package/dist/{TooltipProvider-MZFRxOvT.js → TooltipProvider-D-JrSqDu.js} +0 -0
  296. /package/dist/components/custom/aurora/{renderMode.d.ts → constants/renderMode.d.ts} +0 -0
  297. /package/dist/components/custom/aurora/{shaders → constants/shaders}/aurora.vert.d.ts +0 -0
  298. /package/dist/{constants-DfWPi8kh.js → constants-DsCdlK9I.js} +0 -0
  299. /package/dist/{sheet-BnvZRXPq.js → sheet-CQYYrkr9.js} +0 -0
  300. /package/dist/{useGlassRenderer-C98tZnJ7.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
  301. /package/dist/{useInterval-B58LmYth.js → useInterval-CHVYFpXV.js} +0 -0
  302. /package/dist/{useResizeObserver-C_7GjpRn.js → useResizeObserver-DX-STszm.js} +0 -0
  303. /package/dist/{useTextHighlight-CLST6an0.js → useTextHighlight-Dmtofpk2.js} +0 -0
  304. /package/dist/{useTimer-6FoosoDY.js → useTimer-DGgoxTXL.js} +0 -0
  305. /package/dist/{useUserInvalidAria-BW5iyqWR.js → useUserInvalidAria-DmvZ_6Dx.js} +0 -0
  306. /package/dist/{useViewTransition-CUJM7fXT.js → useViewTransition-D4ssvnXZ.js} +0 -0
@@ -0,0 +1,49 @@
1
+ import type { TimelineSegment } from "./types";
2
+ /**
3
+ * <ContinuousMarkers> — the interactive marker overlay of the
4
+ * continuous-variant timeline. DECK-PRIVATE child of <ContinuousTimeline>
5
+ * (not a public export). Renders the sibling `<ul role="list">` overlay
6
+ * carrying one focusable button per segment boundary, each (by default)
7
+ * wrapped in <HoverPopover>. Lives OUTSIDE the rail's `overflow: hidden`
8
+ * clip and is a SIBLING of the progressbar rail (Option C structural
9
+ * split, AB.W2.T4).
10
+ *
11
+ * The split is a pure transposition out of the prior monolithic
12
+ * ContinuousTimeline.vue: same DOM, same class names, same data
13
+ * attributes, same scoped CSS rules. The orchestrator owns the hovered-key
14
+ * state + the `#detail` resolution; this child emits the raw
15
+ * hover/hoverEnd/click signals (popover-open-change drives hover/hoverEnd
16
+ * on the default path; raw mouseenter/leave on the bare-fallback path) and
17
+ * forwards the consumer's `#popoverContent` slot through the
18
+ * `popoverContent` slot.
19
+ */
20
+ type __VLS_Props = {
21
+ segments: TimelineSegment[];
22
+ markersAriaLabel: string;
23
+ currentSegmentKey?: string;
24
+ disablePopover?: boolean;
25
+ boundaryX: (i: number) => number;
26
+ };
27
+ declare var __VLS_11: {
28
+ segment: TimelineSegment;
29
+ };
30
+ type __VLS_Slots = {} & {
31
+ popoverContent?: (props: typeof __VLS_11) => any;
32
+ };
33
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ click: (seg: TimelineSegment) => any;
35
+ hover: (seg: TimelineSegment) => any;
36
+ hoverEnd: (seg: TimelineSegment) => any;
37
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
38
+ onClick?: ((seg: TimelineSegment) => any) | undefined;
39
+ onHover?: ((seg: TimelineSegment) => any) | undefined;
40
+ onHoverEnd?: ((seg: TimelineSegment) => any) | undefined;
41
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
44
+ export default _default;
45
+ type __VLS_WithSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
@@ -0,0 +1,26 @@
1
+ import type { TimelineSegment } from "./types";
2
+ /**
3
+ * <ContinuousRail> — the non-interactive `role="progressbar"` rail of the
4
+ * continuous-variant timeline. DECK-PRIVATE child of <ContinuousTimeline>
5
+ * (not a public export). Renders the N absolute-positioned region children,
6
+ * each windowing into the ONE rail-spanning stitched gradient. Carries no
7
+ * focusable descendants (Option C structural split, AB.W2.T4 — axe
8
+ * `nested-interactive`); the interactive markers are a sibling overlay
9
+ * rendered by <ContinuousMarkers>.
10
+ *
11
+ * The split is a pure transposition out of the prior monolithic
12
+ * ContinuousTimeline.vue: same DOM, same class names, same inline-style
13
+ * bindings, same scoped CSS rules. The orchestrator owns state/geometry and
14
+ * passes exactly the props this rail paints today.
15
+ */
16
+ type __VLS_Props = {
17
+ segments: TimelineSegment[];
18
+ railGradient: string;
19
+ railAriaLabel: string;
20
+ valueNow: number;
21
+ regionLeft: (i: number) => number;
22
+ regionWidth: (i: number) => number;
23
+ };
24
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
@@ -66,18 +66,18 @@ type __VLS_Props = {
66
66
  */
67
67
  disablePopover?: boolean;
68
68
  };
69
- declare var __VLS_11: {
69
+ declare var __VLS_17: {
70
70
  segment: TimelineSegment;
71
- }, __VLS_13: {
71
+ }, __VLS_19: {
72
72
  segment: TimelineSegment | null;
73
73
  source: "idle" | "current" | "hovered";
74
74
  currentKey: string | null;
75
75
  hoveredKey: string | null;
76
76
  };
77
77
  type __VLS_Slots = {} & {
78
- popoverContent?: (props: typeof __VLS_11) => any;
78
+ popoverContent?: (props: typeof __VLS_17) => any;
79
79
  } & {
80
- detail?: (props: typeof __VLS_13) => any;
80
+ detail?: (props: typeof __VLS_19) => any;
81
81
  };
82
82
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
83
  click: (payload: {
@@ -56,9 +56,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {
56
56
  onComplete?: (() => any) | undefined;
57
57
  onWordComplete?: ((index: number) => any) | undefined;
58
58
  }>, {
59
- respectReducedMotion: boolean;
60
- text: string;
61
59
  loop: boolean;
60
+ text: string;
61
+ respectReducedMotion: boolean;
62
62
  interactive: boolean;
63
63
  words: TypewriterWord[];
64
64
  ngramSize: number | {
@@ -0,0 +1,45 @@
1
+ /**
2
+ * WatercolorDot — an organic pastel blob swatch (AU.W7 lift). A CSS/SVG primitive
3
+ * (no WebGL): the blob shape is a deterministic per-vertex `border-radius` morph
4
+ * (seeded by `color + seed`), and the wet, bleeding edge is an SVG turbulence +
5
+ * displacement filter that is INTERNALISED — the component mounts its own
6
+ * namespaced `<filter>` so there is zero consumer plumbing. Mount the dot and the
7
+ * filter just works.
8
+ *
9
+ * Color arrives as a CSS string painted straight onto the swatch background — the
10
+ * dot needs no resolver because it does not feed a shader; the injected-color seam
11
+ * shape is "pass the CSS color in".
12
+ */
13
+ type __VLS_Props = {
14
+ /** CSS color painted as the swatch background (any CSS color form). */
15
+ color: string;
16
+ /** Run the rAF-driven shape morph (default false → static, hover-morph only). */
17
+ animate?: boolean;
18
+ /** Host tag — `div` (decorative) or `button` (interactive). */
19
+ tag?: "div" | "button";
20
+ /** Base morph cycle duration in ms (default 4000). */
21
+ cycleDuration?: number;
22
+ /** Border-radius range [lo, hi] as percentages (default [20, 80]). */
23
+ range?: [number, number];
24
+ /** Extra seed string mixed into the shape PRNG for reproducible uniqueness. */
25
+ seed?: string;
26
+ };
27
+ declare var __VLS_11: {};
28
+ type __VLS_Slots = {} & {
29
+ default?: (props: typeof __VLS_11) => any;
30
+ };
31
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
32
+ animate: boolean;
33
+ seed: string;
34
+ range: [number, number];
35
+ tag: "div" | "button";
36
+ cycleDuration: number;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
+ declare const _default: typeof __VLS_export;
40
+ export default _default;
41
+ type __VLS_WithSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
@@ -0,0 +1,3 @@
1
+ export { default as WatercolorDot } from "./WatercolorDot.vue";
2
+ export { useWatercolorBlob, type UseWatercolorBlobOptions, type WatercolorBlob, } from "./useWatercolorBlob";
3
+ export { mulberry32, hashString, randomRadii, radiiToCSS } from "./prng";
@@ -0,0 +1,5 @@
1
+ export { mulberry32, hashString } from "../../../utils/prng";
2
+ /** Generate 8 random border-radius percentages in [lo, hi] using the given PRNG. */
3
+ export declare function randomRadii(rng: () => number, lo: number, hi: number): number[];
4
+ /** Serialise 8 radii into a CSS `border-radius` shorthand (4 corners / 4 corners). */
5
+ export declare function radiiToCSS(r: number[]): string;
@@ -0,0 +1,24 @@
1
+ import { type Ref } from "vue";
2
+ export interface UseWatercolorBlobOptions {
3
+ /** Enable the rAF animation loop. */
4
+ animate?: boolean;
5
+ /** Base cycle duration in ms (default 4000). */
6
+ cycleDuration?: number;
7
+ /** Border-radius range [lo, hi] as percentages (default [20, 80]). */
8
+ range?: [number, number];
9
+ /** Extra seed string mixed into the hash for unique shapes. */
10
+ seed?: string;
11
+ }
12
+ /**
13
+ * Drives a watercolor dot's organic blob shape. Deterministic given `color + seed`
14
+ * (seeds the PRNG), so the same color reproduces the same shape across mounts. In
15
+ * static mode it emits a base + hover `border-radius`; in `animate` mode it runs an
16
+ * rAF loop morphing each of the 8 radii independently. `nudge()` retargets all
17
+ * vertices for a quick jiggle.
18
+ */
19
+ export declare function useWatercolorBlob(color: Ref<string> | (() => string), options?: UseWatercolorBlobOptions): {
20
+ borderRadius: Ref<string, string>;
21
+ hoverBorderRadius: Ref<string, string>;
22
+ nudge: () => void;
23
+ };
24
+ export type WatercolorBlob = ReturnType<typeof useWatercolorBlob>;
@@ -26,7 +26,7 @@ import { type VariantProps } from "class-variance-authority";
26
26
  * indicator spans the consumer SFCs render absolutely-positioned.
27
27
  */
28
28
  export declare const menuItemVariants: (props?: ({
29
- indicator?: "none" | "start" | "start-wide" | null | undefined;
29
+ indicator?: "start" | "none" | "start-wide" | null | undefined;
30
30
  density?: "comfortable" | "audacious" | null | undefined;
31
31
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
32
32
  export type MenuItemVariants = VariantProps<typeof menuItemVariants>;
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_8) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "base" | "lg" | "sm" | null;
13
+ size: "base" | "sm" | "lg" | null;
14
14
  shape: "circle" | "square" | null;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,4 +1,8 @@
1
+ import type { ImgHTMLAttributes } from 'vue';
1
2
  import { type AvatarImageProps } from 'reka-ui';
2
- declare const __VLS_export: import("vue").DefineComponent<AvatarImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ type __VLS_Props = AvatarImageProps & {
4
+ alt?: ImgHTMLAttributes['alt'];
5
+ };
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
7
  declare const _default: typeof __VLS_export;
4
8
  export default _default;
@@ -3,7 +3,7 @@ export { default as Avatar } from './Avatar.vue';
3
3
  export { default as AvatarImage } from './AvatarImage.vue';
4
4
  export { default as AvatarFallback } from './AvatarFallback.vue';
5
5
  export declare const avatarVariants: (props?: ({
6
- size?: "base" | "lg" | "sm" | null | undefined;
6
+ size?: "base" | "sm" | "lg" | null | undefined;
7
7
  shape?: "circle" | "square" | null | undefined;
8
8
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
9
  export type AvatarVariants = VariantProps<typeof avatarVariants>;
@@ -1,7 +1,7 @@
1
1
  import { type VariantProps } from 'class-variance-authority';
2
2
  export { default as Badge } from './Badge.vue';
3
3
  export declare const badgeVariants: (props?: ({
4
- variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "info" | null | undefined;
5
- size?: "lg" | "sm" | "md" | null | undefined;
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info" | null | undefined;
5
+ size?: "sm" | "lg" | "md" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  export type BadgeVariants = VariantProps<typeof badgeVariants>;
@@ -1,10 +1,12 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { ButtonHTMLAttributes, HTMLAttributes } from 'vue';
2
2
  import { type PrimitiveProps } from 'reka-ui';
3
3
  import { type ButtonVariants } from '.';
4
4
  interface Props extends PrimitiveProps {
5
5
  variant?: ButtonVariants['variant'];
6
6
  size?: ButtonVariants['size'];
7
7
  class?: HTMLAttributes['class'];
8
+ type?: ButtonHTMLAttributes['type'];
9
+ disabled?: ButtonHTMLAttributes['disabled'];
8
10
  }
9
11
  declare var __VLS_8: {};
10
12
  type __VLS_Slots = {} & {
@@ -1,7 +1,7 @@
1
1
  import { type VariantProps } from 'class-variance-authority';
2
2
  export { default as Button } from './Button.vue';
3
3
  export declare const buttonVariants: (props?: ({
4
- variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "primary-audacious" | "gold-audacious" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null | undefined;
5
- size?: "default" | "lg" | "sm" | "xs" | "icon" | null | undefined;
4
+ variant?: "link" | "default" | "primary-audacious" | "gold-audacious" | "destructive" | "outline" | "secondary" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null | undefined;
5
+ size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  export type ButtonVariants = VariantProps<typeof buttonVariants>;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- size: "default" | "lg" | "sm" | "xs" | "icon" | null;
13
- variant: "link" | "default" | "secondary" | "destructive" | "outline" | "primary-audacious" | "gold-audacious" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
12
+ size: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | null;
13
+ variant: "link" | "default" | "primary-audacious" | "gold-audacious" | "destructive" | "outline" | "secondary" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- size: "default" | "lg" | "sm" | "xs" | "icon" | null;
13
- variant: "link" | "default" | "secondary" | "destructive" | "outline" | "primary-audacious" | "gold-audacious" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
12
+ size: "default" | "xs" | "sm" | "lg" | "icon" | "icon-sm" | null;
13
+ variant: "link" | "default" | "primary-audacious" | "gold-audacious" | "destructive" | "outline" | "secondary" | "accent" | "ghost" | "glass" | "glass-wash" | "ai" | null;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
16
  declare const _default: typeof __VLS_export;
@@ -5,19 +5,19 @@ type __VLS_Slots = {} & {
5
5
  default?: (props: typeof __VLS_8) => any;
6
6
  };
7
7
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
- "update:open": (value: boolean) => any;
9
8
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
10
9
  highlight: (payload: {
11
10
  ref: HTMLElement;
12
11
  value: import("reka-ui").AcceptableValue;
13
12
  } | undefined) => any;
13
+ "update:open": (value: boolean) => any;
14
14
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
16
15
  "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
17
16
  onHighlight?: ((payload: {
18
17
  ref: HTMLElement;
19
18
  value: import("reka-ui").AcceptableValue;
20
19
  } | undefined) => any) | undefined;
20
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
21
21
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
@@ -1,7 +1,8 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  import { type ComboboxInputProps } from 'reka-ui';
3
3
  type __VLS_Props = ComboboxInputProps & {
4
4
  class?: HTMLAttributes['class'];
5
+ placeholder?: InputHTMLAttributes['placeholder'];
5
6
  };
6
7
  declare var __VLS_12: {};
7
8
  type __VLS_Slots = {} & {
@@ -8,22 +8,22 @@ type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_8) => any;
9
9
  };
10
10
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:open": (value: boolean) => any;
12
11
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
13
12
  highlight: (payload: {
14
13
  ref: HTMLElement;
15
14
  value: import("reka-ui").AcceptableValue;
16
15
  } | undefined) => any;
16
+ "update:open": (value: boolean) => any;
17
17
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
19
18
  "onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
20
19
  onHighlight?: ((payload: {
21
20
  ref: HTMLElement;
22
21
  value: import("reka-ui").AcceptableValue;
23
22
  } | undefined) => any) | undefined;
23
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
24
24
  }>, {
25
- open: boolean;
26
25
  modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[];
26
+ open: boolean;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
28
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
29
  declare const _default: typeof __VLS_export;
@@ -1,7 +1,8 @@
1
- import { type HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  import { type ComboboxInputProps } from 'reka-ui';
3
3
  type __VLS_Props = ComboboxInputProps & {
4
4
  class?: HTMLAttributes['class'];
5
+ placeholder?: InputHTMLAttributes['placeholder'];
5
6
  };
6
7
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
8
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,9 @@
1
1
  import type { DataTableColumn, DataTableSort } from "./types";
2
2
  declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: import("vue").PublicProps & __VLS_PrettifyLocal<{
3
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<({
4
4
  columns: DataTableColumn<T>[];
5
5
  rows: T[];
6
6
  total: number;
7
- page: number;
8
7
  pageSize: number;
9
8
  isLoading?: boolean;
10
9
  rowKey?: string;
@@ -32,8 +31,10 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
32
31
  cardBreakpoint?: number;
33
32
  class?: string;
34
33
  } & {
34
+ page: number;
35
+ }) & {
35
36
  onSelect?: ((row: T) => any) | undefined;
36
- "onUpdate:page"?: ((page: number) => any) | undefined;
37
+ "onUpdate:page"?: ((value: number) => any) | undefined;
37
38
  "onUpdate:sort"?: ((sort: DataTableSort) => any) | undefined;
38
39
  "onLoad-more"?: (() => any) | undefined;
39
40
  }> & (typeof globalThis extends {
@@ -68,7 +69,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
68
69
  } & {
69
70
  sentinel?: (props: {}) => any;
70
71
  };
71
- emit: ((evt: "select", row: T) => void) & ((evt: "update:page", page: number) => void) & ((evt: "update:sort", sort: DataTableSort) => void) & ((evt: "load-more") => void);
72
+ emit: (((evt: "select", row: T) => void) & ((evt: "update:sort", sort: DataTableSort) => void) & ((evt: "load-more") => void)) & ((event: "update:page", value: number) => void);
72
73
  }>) => import("vue").VNode & {
73
74
  __ctx?: Awaited<typeof __VLS_setup>;
74
75
  };
@@ -39,6 +39,13 @@ type __VLS_Props = DialogContentProps & {
39
39
  * immediately — entrance becomes a no-op transform.
40
40
  */
41
41
  spring?: boolean | SpringPreset;
42
+ /**
43
+ * Render the default top-right close (X) button (default `true`).
44
+ * Set `false` when the consumer composes its own header / dismiss control
45
+ * (e.g. a hand-composed access modal) so the built-in X does not
46
+ * double-up. The default keeps every existing mount byte-identical.
47
+ */
48
+ showClose?: boolean;
42
49
  };
43
50
  declare var __VLS_19: {};
44
51
  type __VLS_Slots = {} & {
@@ -60,6 +67,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
60
67
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
61
68
  }>, {
62
69
  variant: "glass" | "opaque";
70
+ showClose: boolean;
63
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
64
72
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
65
73
  declare const _default: typeof __VLS_export;
@@ -24,18 +24,18 @@ type __VLS_Slots = {} & {
24
24
  default?: (props: typeof __VLS_8) => any;
25
25
  };
26
26
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
27
+ "update:open": (open: boolean) => any;
27
28
  close: () => any;
28
29
  drag: (percentageDragged: number) => any;
29
- "update:open": (open: boolean) => any;
30
- release: (open: boolean) => any;
31
30
  animationEnd: (open: boolean) => any;
31
+ release: (open: boolean) => any;
32
32
  "update:activeSnapPoint": (val: string | number) => any;
33
33
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
34
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
34
35
  onClose?: (() => any) | undefined;
35
36
  onDrag?: ((percentageDragged: number) => any) | undefined;
36
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
37
- onRelease?: ((open: boolean) => any) | undefined;
38
37
  onAnimationEnd?: ((open: boolean) => any) | undefined;
38
+ onRelease?: ((open: boolean) => any) | undefined;
39
39
  "onUpdate:activeSnapPoint"?: ((val: string | number) => any) | undefined;
40
40
  }>, {
41
41
  mode: DrawerMode;
@@ -1,16 +1,34 @@
1
- import type { HTMLAttributes } from 'vue';
1
+ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
2
2
  declare const _default: typeof __VLS_export;
3
3
  export default _default;
4
4
  declare const __VLS_export: import("vue").DefineComponent<{
5
5
  defaultValue?: string | number;
6
6
  modelValue?: string | number;
7
7
  class?: HTMLAttributes["class"];
8
+ type?: InputHTMLAttributes["type"];
9
+ placeholder?: InputHTMLAttributes["placeholder"];
10
+ disabled?: InputHTMLAttributes["disabled"];
11
+ required?: InputHTMLAttributes["required"];
12
+ inputmode?: InputHTMLAttributes["inputmode"];
13
+ autocomplete?: string;
14
+ pattern?: InputHTMLAttributes["pattern"];
15
+ name?: InputHTMLAttributes["name"];
16
+ readonly?: InputHTMLAttributes["readonly"];
8
17
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
18
  "update:modelValue": (payload: string | number) => any;
10
19
  }, string, import("vue").PublicProps, Readonly<{
11
20
  defaultValue?: string | number;
12
21
  modelValue?: string | number;
13
22
  class?: HTMLAttributes["class"];
23
+ type?: InputHTMLAttributes["type"];
24
+ placeholder?: InputHTMLAttributes["placeholder"];
25
+ disabled?: InputHTMLAttributes["disabled"];
26
+ required?: InputHTMLAttributes["required"];
27
+ inputmode?: InputHTMLAttributes["inputmode"];
28
+ autocomplete?: string;
29
+ pattern?: InputHTMLAttributes["pattern"];
30
+ name?: InputHTMLAttributes["name"];
31
+ readonly?: InputHTMLAttributes["readonly"];
14
32
  }> & Readonly<{
15
33
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
16
34
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -6,18 +6,22 @@ export interface MultiSelectOption {
6
6
  }
7
7
  interface Props {
8
8
  options: MultiSelectOption[];
9
- modelValue: string[];
10
9
  placeholder?: string;
11
10
  disabled?: boolean;
12
11
  maxDisplay?: number;
13
12
  }
14
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ type __VLS_Props = Props;
14
+ type __VLS_ModelProps = {
15
+ modelValue?: string[];
16
+ };
17
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
18
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
19
  "update:modelValue": (value: string[]) => any;
16
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
21
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
18
22
  }>, {
19
- placeholder: string;
20
23
  disabled: boolean;
24
+ placeholder: string;
21
25
  maxDisplay: number;
22
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
27
  declare const _default: typeof __VLS_export;