@auronui/vue 1.0.21 → 1.0.23

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 (356) hide show
  1. package/dist/cjs/index.cjs +4046 -745
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/components/accordion/Accordion.js.map +1 -1
  4. package/dist/components/accordion/Accordion.vue_vue_type_script_setup_true_lang.js +15 -0
  5. package/dist/components/accordion/Accordion.vue_vue_type_script_setup_true_lang.js.map +1 -1
  6. package/dist/components/accordion/AccordionContent.js.map +1 -1
  7. package/dist/components/accordion/AccordionContent.vue_vue_type_script_setup_true_lang.js +10 -2
  8. package/dist/components/accordion/AccordionContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  9. package/dist/components/accordion/AccordionHeader.js.map +1 -1
  10. package/dist/components/accordion/AccordionHeader.vue_vue_type_script_setup_true_lang.js +13 -3
  11. package/dist/components/accordion/AccordionHeader.vue_vue_type_script_setup_true_lang.js.map +1 -1
  12. package/dist/components/accordion/AccordionItem.js.map +1 -1
  13. package/dist/components/accordion/AccordionItem.vue_vue_type_script_setup_true_lang.js +9 -0
  14. package/dist/components/accordion/AccordionItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  15. package/dist/components/accordion/AccordionTrigger.js.map +1 -1
  16. package/dist/components/accordion/AccordionTrigger.vue_vue_type_script_setup_true_lang.js +13 -3
  17. package/dist/components/accordion/AccordionTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  18. package/dist/components/alert-dialog/AlertDialogAction.js.map +1 -1
  19. package/dist/components/alert-dialog/AlertDialogAction.vue_vue_type_script_setup_true_lang.js +8 -2
  20. package/dist/components/alert-dialog/AlertDialogAction.vue_vue_type_script_setup_true_lang.js.map +1 -1
  21. package/dist/components/alert-dialog/AlertDialogCancel.js.map +1 -1
  22. package/dist/components/alert-dialog/AlertDialogCancel.vue_vue_type_script_setup_true_lang.js +8 -2
  23. package/dist/components/alert-dialog/AlertDialogCancel.vue_vue_type_script_setup_true_lang.js.map +1 -1
  24. package/dist/components/alert-dialog/AlertDialogContent.js.map +1 -1
  25. package/dist/components/alert-dialog/AlertDialogContent.vue_vue_type_script_setup_true_lang.js +42 -6
  26. package/dist/components/alert-dialog/AlertDialogContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  27. package/dist/components/alert-dialog/AlertDialogDescription.js.map +1 -1
  28. package/dist/components/alert-dialog/AlertDialogDescription.vue_vue_type_script_setup_true_lang.js +11 -2
  29. package/dist/components/alert-dialog/AlertDialogDescription.vue_vue_type_script_setup_true_lang.js.map +1 -1
  30. package/dist/components/alert-dialog/AlertDialogOverlay.js.map +1 -1
  31. package/dist/components/alert-dialog/AlertDialogOverlay.vue_vue_type_script_setup_true_lang.js +23 -2
  32. package/dist/components/alert-dialog/AlertDialogOverlay.vue_vue_type_script_setup_true_lang.js.map +1 -1
  33. package/dist/components/alert-dialog/AlertDialogTitle.js.map +1 -1
  34. package/dist/components/alert-dialog/AlertDialogTitle.vue_vue_type_script_setup_true_lang.js +10 -1
  35. package/dist/components/alert-dialog/AlertDialogTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  36. package/dist/components/alert-dialog/AlertDialogTrigger.js.map +1 -1
  37. package/dist/components/alert-dialog/AlertDialogTrigger.vue_vue_type_script_setup_true_lang.js +12 -6
  38. package/dist/components/alert-dialog/AlertDialogTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  39. package/dist/components/aspect-ratio/AspectRatio.js.map +1 -1
  40. package/dist/components/aspect-ratio/AspectRatio.vue_vue_type_script_setup_true_lang.js +10 -1
  41. package/dist/components/aspect-ratio/AspectRatio.vue_vue_type_script_setup_true_lang.js.map +1 -1
  42. package/dist/components/autocomplete/Autocomplete.js.map +1 -1
  43. package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js +29 -4
  44. package/dist/components/autocomplete/Autocomplete.vue_vue_type_script_setup_true_lang.js.map +1 -1
  45. package/dist/components/autocomplete/AutocompleteContent.js.map +1 -1
  46. package/dist/components/autocomplete/AutocompleteContent.vue_vue_type_script_setup_true_lang.js +151 -9
  47. package/dist/components/autocomplete/AutocompleteContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  48. package/dist/components/autocomplete/AutocompleteCreateItem.js.map +1 -1
  49. package/dist/components/autocomplete/AutocompleteCreateItem.vue_vue_type_script_setup_true_lang.js +24 -4
  50. package/dist/components/autocomplete/AutocompleteCreateItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  51. package/dist/components/autocomplete/AutocompleteInput.js.map +1 -1
  52. package/dist/components/autocomplete/AutocompleteInput.vue_vue_type_script_setup_true_lang.js +75 -9
  53. package/dist/components/autocomplete/AutocompleteInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
  54. package/dist/components/autocomplete/AutocompleteItem.js.map +1 -1
  55. package/dist/components/autocomplete/AutocompleteItem.vue_vue_type_script_setup_true_lang.js +29 -5
  56. package/dist/components/autocomplete/AutocompleteItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  57. package/dist/components/avatar/Avatar.js.map +1 -1
  58. package/dist/components/avatar/Avatar.vue_vue_type_script_setup_true_lang.js +39 -5
  59. package/dist/components/avatar/Avatar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  60. package/dist/components/button/ToggleButton.js.map +1 -1
  61. package/dist/components/button/ToggleButton.vue_vue_type_script_setup_true_lang.js +16 -2
  62. package/dist/components/button/ToggleButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
  63. package/dist/components/calendar/Calendar.js.map +1 -1
  64. package/dist/components/calendar/Calendar.vue_vue_type_script_setup_true_lang.js +44 -0
  65. package/dist/components/calendar/Calendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  66. package/dist/components/calendar-year-picker/CalendarYearPicker.js.map +1 -1
  67. package/dist/components/calendar-year-picker/CalendarYearPicker.vue_vue_type_script_setup_true_lang.js +21 -0
  68. package/dist/components/calendar-year-picker/CalendarYearPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  69. package/dist/components/checkbox/Checkbox.js.map +1 -1
  70. package/dist/components/checkbox/Checkbox.vue_vue_type_script_setup_true_lang.js +60 -3
  71. package/dist/components/checkbox/Checkbox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  72. package/dist/components/collapsible/Collapsible.js.map +1 -1
  73. package/dist/components/collapsible/Collapsible.vue_vue_type_script_setup_true_lang.js +9 -0
  74. package/dist/components/collapsible/Collapsible.vue_vue_type_script_setup_true_lang.js.map +1 -1
  75. package/dist/components/collapsible/CollapsibleContent.js.map +1 -1
  76. package/dist/components/collapsible/CollapsibleContent.vue_vue_type_script_setup_true_lang.js +15 -4
  77. package/dist/components/collapsible/CollapsibleContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  78. package/dist/components/collapsible/CollapsibleTrigger.js.map +1 -1
  79. package/dist/components/collapsible/CollapsibleTrigger.vue_vue_type_script_setup_true_lang.js +13 -3
  80. package/dist/components/collapsible/CollapsibleTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  81. package/dist/components/color-area/ColorArea.js.map +1 -1
  82. package/dist/components/color-area/ColorArea.vue_vue_type_script_setup_true_lang.js +34 -3
  83. package/dist/components/color-area/ColorArea.vue_vue_type_script_setup_true_lang.js.map +1 -1
  84. package/dist/components/color-field/ColorField.js.map +1 -1
  85. package/dist/components/color-field/ColorField.vue_vue_type_script_setup_true_lang.js +39 -2
  86. package/dist/components/color-field/ColorField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  87. package/dist/components/color-input-group/ColorInputGroup.js.map +1 -1
  88. package/dist/components/color-input-group/ColorInputGroup.vue_vue_type_script_setup_true_lang.js +39 -2
  89. package/dist/components/color-input-group/ColorInputGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  90. package/dist/components/color-slider/ColorSlider.js.map +1 -1
  91. package/dist/components/color-slider/ColorSlider.vue_vue_type_script_setup_true_lang.js +40 -3
  92. package/dist/components/color-slider/ColorSlider.vue_vue_type_script_setup_true_lang.js.map +1 -1
  93. package/dist/components/color-swatch/ColorSwatch.js.map +1 -1
  94. package/dist/components/color-swatch/ColorSwatch.vue_vue_type_script_setup_true_lang.js +9 -2
  95. package/dist/components/color-swatch/ColorSwatch.vue_vue_type_script_setup_true_lang.js.map +1 -1
  96. package/dist/components/color-swatch-picker/ColorSwatchPicker.js.map +1 -1
  97. package/dist/components/color-swatch-picker/ColorSwatchPicker.vue_vue_type_script_setup_true_lang.js +60 -4
  98. package/dist/components/color-swatch-picker/ColorSwatchPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  99. package/dist/components/combo-box/ComboBox.js.map +1 -1
  100. package/dist/components/combo-box/ComboBox.vue_vue_type_script_setup_true_lang.js +74 -3
  101. package/dist/components/combo-box/ComboBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  102. package/dist/components/combo-box/ComboBoxContent.js.map +1 -1
  103. package/dist/components/combo-box/ComboBoxContent.vue_vue_type_script_setup_true_lang.js +168 -10
  104. package/dist/components/combo-box/ComboBoxContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  105. package/dist/components/combo-box/ComboBoxEmpty.js.map +1 -1
  106. package/dist/components/combo-box/ComboBoxEmpty.vue_vue_type_script_setup_true_lang.js +11 -1
  107. package/dist/components/combo-box/ComboBoxEmpty.vue_vue_type_script_setup_true_lang.js.map +1 -1
  108. package/dist/components/combo-box/ComboBoxInput.js.map +1 -1
  109. package/dist/components/combo-box/ComboBoxInput.vue_vue_type_script_setup_true_lang.js +78 -11
  110. package/dist/components/combo-box/ComboBoxInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
  111. package/dist/components/combo-box/ComboBoxItem.js.map +1 -1
  112. package/dist/components/combo-box/ComboBoxItem.vue_vue_type_script_setup_true_lang.js +31 -7
  113. package/dist/components/combo-box/ComboBoxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  114. package/dist/components/date-input/DateInput.js.map +1 -1
  115. package/dist/components/date-input/DateInput.vue_vue_type_script_setup_true_lang.js +30 -3
  116. package/dist/components/date-input/DateInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
  117. package/dist/components/date-picker/DatePicker.js.map +1 -1
  118. package/dist/components/date-picker/DatePicker.vue_vue_type_script_setup_true_lang.js +140 -10
  119. package/dist/components/date-picker/DatePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  120. package/dist/components/date-range-field/DateRangeField.js.map +1 -1
  121. package/dist/components/date-range-field/DateRangeField.vue_vue_type_script_setup_true_lang.js +24 -3
  122. package/dist/components/date-range-field/DateRangeField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  123. package/dist/components/date-range-picker/DateRangePicker.js.map +1 -1
  124. package/dist/components/date-range-picker/DateRangePicker.vue_vue_type_script_setup_true_lang.js +146 -9
  125. package/dist/components/date-range-picker/DateRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  126. package/dist/components/date-time-picker/DateTimePicker.js.map +1 -1
  127. package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js +201 -149
  128. package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  129. package/dist/components/date-time-picker/DateTimePickerTimeScroller.js.map +1 -1
  130. package/dist/components/date-time-picker/DateTimePickerTimeScroller.vue_vue_type_script_setup_true_lang.js +49 -54
  131. package/dist/components/date-time-picker/DateTimePickerTimeScroller.vue_vue_type_script_setup_true_lang.js.map +1 -1
  132. package/dist/components/drawer/DrawerClose.js.map +1 -1
  133. package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js +13 -3
  134. package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
  135. package/dist/components/drawer/DrawerContent.js.map +1 -1
  136. package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js +68 -8
  137. package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  138. package/dist/components/drawer/DrawerOverlay.js.map +1 -1
  139. package/dist/components/drawer/DrawerOverlay.vue_vue_type_script_setup_true_lang.js +25 -1
  140. package/dist/components/drawer/DrawerOverlay.vue_vue_type_script_setup_true_lang.js.map +1 -1
  141. package/dist/components/drawer/DrawerTitle.js.map +1 -1
  142. package/dist/components/drawer/DrawerTitle.vue_vue_type_script_setup_true_lang.js +27 -3
  143. package/dist/components/drawer/DrawerTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  144. package/dist/components/drawer/DrawerTrigger.js.map +1 -1
  145. package/dist/components/drawer/DrawerTrigger.vue_vue_type_script_setup_true_lang.js +11 -7
  146. package/dist/components/drawer/DrawerTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  147. package/dist/components/dropdown/Dropdown.js.map +1 -1
  148. package/dist/components/dropdown/Dropdown.vue_vue_type_script_setup_true_lang.js +15 -5
  149. package/dist/components/dropdown/Dropdown.vue_vue_type_script_setup_true_lang.js.map +1 -1
  150. package/dist/components/dropdown/DropdownCheckboxItem.js.map +1 -1
  151. package/dist/components/dropdown/DropdownCheckboxItem.vue_vue_type_script_setup_true_lang.js +29 -7
  152. package/dist/components/dropdown/DropdownCheckboxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  153. package/dist/components/dropdown/DropdownItem.js.map +1 -1
  154. package/dist/components/dropdown/DropdownItem.vue_vue_type_script_setup_true_lang.js +15 -2
  155. package/dist/components/dropdown/DropdownItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  156. package/dist/components/dropdown/DropdownMenu.js.map +1 -1
  157. package/dist/components/dropdown/DropdownMenu.vue_vue_type_script_setup_true_lang.js +121 -5
  158. package/dist/components/dropdown/DropdownMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
  159. package/dist/components/dropdown/DropdownRadioGroup.js.map +1 -1
  160. package/dist/components/dropdown/DropdownRadioGroup.vue_vue_type_script_setup_true_lang.js +17 -4
  161. package/dist/components/dropdown/DropdownRadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  162. package/dist/components/dropdown/DropdownRadioItem.js.map +1 -1
  163. package/dist/components/dropdown/DropdownRadioItem.vue_vue_type_script_setup_true_lang.js +21 -5
  164. package/dist/components/dropdown/DropdownRadioItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  165. package/dist/components/dropdown/DropdownSection.js.map +1 -1
  166. package/dist/components/dropdown/DropdownSection.vue_vue_type_script_setup_true_lang.js +16 -3
  167. package/dist/components/dropdown/DropdownSection.vue_vue_type_script_setup_true_lang.js.map +1 -1
  168. package/dist/components/dropdown/DropdownSubContent.js.map +1 -1
  169. package/dist/components/dropdown/DropdownSubContent.vue_vue_type_script_setup_true_lang.js +125 -5
  170. package/dist/components/dropdown/DropdownSubContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  171. package/dist/components/dropdown/DropdownSubTrigger.js.map +1 -1
  172. package/dist/components/dropdown/DropdownSubTrigger.vue_vue_type_script_setup_true_lang.js +15 -2
  173. package/dist/components/dropdown/DropdownSubTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  174. package/dist/components/dropdown/DropdownTrigger.js.map +1 -1
  175. package/dist/components/dropdown/DropdownTrigger.vue_vue_type_script_setup_true_lang.js +22 -2
  176. package/dist/components/dropdown/DropdownTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  177. package/dist/components/input-otp/InputOTP.js.map +1 -1
  178. package/dist/components/input-otp/InputOTP.vue_vue_type_script_setup_true_lang.js +34 -1
  179. package/dist/components/input-otp/InputOTP.vue_vue_type_script_setup_true_lang.js.map +1 -1
  180. package/dist/components/list-box/ListBox.context.js.map +1 -1
  181. package/dist/components/list-box/ListBox.js.map +1 -1
  182. package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js +193 -28
  183. package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  184. package/dist/components/list-box/ListBoxItem.js.map +1 -1
  185. package/dist/components/list-box/ListBoxItem.vue_vue_type_script_setup_true_lang.js +45 -9
  186. package/dist/components/list-box/ListBoxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  187. package/dist/components/list-box/ListBoxSection.js.map +1 -1
  188. package/dist/components/list-box/ListBoxSection.vue_vue_type_script_setup_true_lang.js +31 -4
  189. package/dist/components/list-box/ListBoxSection.vue_vue_type_script_setup_true_lang.js.map +1 -1
  190. package/dist/components/modal/ModalClose.js.map +1 -1
  191. package/dist/components/modal/ModalClose.vue_vue_type_script_setup_true_lang.js +7 -1
  192. package/dist/components/modal/ModalClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
  193. package/dist/components/modal/ModalContent.js.map +1 -1
  194. package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js +49 -5
  195. package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  196. package/dist/components/modal/ModalDescription.js.map +1 -1
  197. package/dist/components/modal/ModalDescription.vue_vue_type_script_setup_true_lang.js +10 -1
  198. package/dist/components/modal/ModalDescription.vue_vue_type_script_setup_true_lang.js.map +1 -1
  199. package/dist/components/modal/ModalOverlay.js.map +1 -1
  200. package/dist/components/modal/ModalOverlay.vue_vue_type_script_setup_true_lang.js +23 -2
  201. package/dist/components/modal/ModalOverlay.vue_vue_type_script_setup_true_lang.js.map +1 -1
  202. package/dist/components/modal/ModalTitle.js.map +1 -1
  203. package/dist/components/modal/ModalTitle.vue_vue_type_script_setup_true_lang.js +10 -1
  204. package/dist/components/modal/ModalTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  205. package/dist/components/modal/ModalTrigger.js.map +1 -1
  206. package/dist/components/modal/ModalTrigger.vue_vue_type_script_setup_true_lang.js +12 -6
  207. package/dist/components/modal/ModalTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  208. package/dist/components/number-field/NumberField.js.map +1 -1
  209. package/dist/components/number-field/NumberField.vue_vue_type_script_setup_true_lang.js +24 -4
  210. package/dist/components/number-field/NumberField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  211. package/dist/components/pagination/Pagination.js.map +1 -1
  212. package/dist/components/pagination/Pagination.vue_vue_type_script_setup_true_lang.js +7 -1
  213. package/dist/components/pagination/Pagination.vue_vue_type_script_setup_true_lang.js.map +1 -1
  214. package/dist/components/pagination/PaginationContent.js.map +1 -1
  215. package/dist/components/pagination/PaginationContent.vue_vue_type_script_setup_true_lang.js +12 -2
  216. package/dist/components/pagination/PaginationContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  217. package/dist/components/pagination/PaginationEllipsis.js.map +1 -1
  218. package/dist/components/pagination/PaginationEllipsis.vue_vue_type_script_setup_true_lang.js +12 -2
  219. package/dist/components/pagination/PaginationEllipsis.vue_vue_type_script_setup_true_lang.js.map +1 -1
  220. package/dist/components/pagination/PaginationFirst.js.map +1 -1
  221. package/dist/components/pagination/PaginationFirst.vue_vue_type_script_setup_true_lang.js +9 -1
  222. package/dist/components/pagination/PaginationFirst.vue_vue_type_script_setup_true_lang.js.map +1 -1
  223. package/dist/components/pagination/PaginationItem.js.map +1 -1
  224. package/dist/components/pagination/PaginationItem.vue_vue_type_script_setup_true_lang.js +11 -2
  225. package/dist/components/pagination/PaginationItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  226. package/dist/components/pagination/PaginationLast.js.map +1 -1
  227. package/dist/components/pagination/PaginationLast.vue_vue_type_script_setup_true_lang.js +9 -1
  228. package/dist/components/pagination/PaginationLast.vue_vue_type_script_setup_true_lang.js.map +1 -1
  229. package/dist/components/pagination/PaginationNext.js.map +1 -1
  230. package/dist/components/pagination/PaginationNext.vue_vue_type_script_setup_true_lang.js +9 -1
  231. package/dist/components/pagination/PaginationNext.vue_vue_type_script_setup_true_lang.js.map +1 -1
  232. package/dist/components/pagination/PaginationPrev.js.map +1 -1
  233. package/dist/components/pagination/PaginationPrev.vue_vue_type_script_setup_true_lang.js +9 -1
  234. package/dist/components/pagination/PaginationPrev.vue_vue_type_script_setup_true_lang.js.map +1 -1
  235. package/dist/components/popover/PopoverContent.js.map +1 -1
  236. package/dist/components/popover/PopoverContent.vue_vue_type_script_setup_true_lang.js +6 -2
  237. package/dist/components/popover/PopoverContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  238. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  239. package/dist/components/progress-bar/ProgressBar.vue_vue_type_script_setup_true_lang.js +37 -5
  240. package/dist/components/progress-bar/ProgressBar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  241. package/dist/components/progress-circle/ProgressCircle.js.map +1 -1
  242. package/dist/components/progress-circle/ProgressCircle.vue_vue_type_script_setup_true_lang.js +21 -0
  243. package/dist/components/progress-circle/ProgressCircle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  244. package/dist/components/radio/Radio.js.map +1 -1
  245. package/dist/components/radio/Radio.vue_vue_type_script_setup_true_lang.js +46 -3
  246. package/dist/components/radio/Radio.vue_vue_type_script_setup_true_lang.js.map +1 -1
  247. package/dist/components/radio/RadioGroup.js.map +1 -1
  248. package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js +24 -0
  249. package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  250. package/dist/components/range-calendar/RangeCalendar.js.map +1 -1
  251. package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js +44 -11
  252. package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  253. package/dist/components/scroll-area/ScrollArea.js.map +1 -1
  254. package/dist/components/scroll-area/ScrollArea.vue_vue_type_script_setup_true_lang.js +61 -8
  255. package/dist/components/scroll-area/ScrollArea.vue_vue_type_script_setup_true_lang.js.map +1 -1
  256. package/dist/components/select/Select.js.map +1 -1
  257. package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js +12 -0
  258. package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js.map +1 -1
  259. package/dist/components/select/SelectContent.js.map +1 -1
  260. package/dist/components/select/SelectContent.vue_vue_type_script_setup_true_lang.js +140 -8
  261. package/dist/components/select/SelectContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  262. package/dist/components/select/SelectItem.js.map +1 -1
  263. package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js +22 -6
  264. package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  265. package/dist/components/select/SelectTrigger.js.map +1 -1
  266. package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js +23 -2
  267. package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  268. package/dist/components/select/SelectValue.js.map +1 -1
  269. package/dist/components/select/SelectValue.vue_vue_type_script_setup_true_lang.js +14 -2
  270. package/dist/components/select/SelectValue.vue_vue_type_script_setup_true_lang.js.map +1 -1
  271. package/dist/components/slider/Slider.js.map +1 -1
  272. package/dist/components/slider/Slider.vue_vue_type_script_setup_true_lang.js +69 -6
  273. package/dist/components/slider/Slider.vue_vue_type_script_setup_true_lang.js.map +1 -1
  274. package/dist/components/splitter/SplitterGroup.js.map +1 -1
  275. package/dist/components/splitter/SplitterGroup.vue_vue_type_script_setup_true_lang.js +18 -3
  276. package/dist/components/splitter/SplitterGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  277. package/dist/components/splitter/SplitterPanel.js.map +1 -1
  278. package/dist/components/splitter/SplitterPanel.vue_vue_type_script_setup_true_lang.js +20 -5
  279. package/dist/components/splitter/SplitterPanel.vue_vue_type_script_setup_true_lang.js.map +1 -1
  280. package/dist/components/splitter/SplitterResizeHandle.js.map +1 -1
  281. package/dist/components/splitter/SplitterResizeHandle.vue_vue_type_script_setup_true_lang.js +16 -1
  282. package/dist/components/splitter/SplitterResizeHandle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  283. package/dist/components/switch/Switch.js.map +1 -1
  284. package/dist/components/switch/Switch.vue_vue_type_script_setup_true_lang.js +53 -2
  285. package/dist/components/switch/Switch.vue_vue_type_script_setup_true_lang.js.map +1 -1
  286. package/dist/components/tabs/Tab.js.map +1 -1
  287. package/dist/components/tabs/Tab.vue_vue_type_script_setup_true_lang.js +7 -1
  288. package/dist/components/tabs/Tab.vue_vue_type_script_setup_true_lang.js.map +1 -1
  289. package/dist/components/tabs/TabIndicator.js.map +1 -1
  290. package/dist/components/tabs/TabIndicator.vue_vue_type_script_setup_true_lang.js +12 -2
  291. package/dist/components/tabs/TabIndicator.vue_vue_type_script_setup_true_lang.js.map +1 -1
  292. package/dist/components/tabs/TabList.js.map +1 -1
  293. package/dist/components/tabs/TabList.vue_vue_type_script_setup_true_lang.js +27 -4
  294. package/dist/components/tabs/TabList.vue_vue_type_script_setup_true_lang.js.map +1 -1
  295. package/dist/components/tabs/TabPanel.js.map +1 -1
  296. package/dist/components/tabs/TabPanel.vue_vue_type_script_setup_true_lang.js +7 -1
  297. package/dist/components/tabs/TabPanel.vue_vue_type_script_setup_true_lang.js.map +1 -1
  298. package/dist/components/tabs/Tabs.js.map +1 -1
  299. package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js +13 -1
  300. package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js.map +1 -1
  301. package/dist/components/time-field/TimeField.js.map +1 -1
  302. package/dist/components/time-field/TimeField.vue_vue_type_script_setup_true_lang.js +22 -1
  303. package/dist/components/time-field/TimeField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  304. package/dist/components/toast/Toast.js.map +1 -1
  305. package/dist/components/toast/Toast.vue_vue_type_script_setup_true_lang.js +39 -4
  306. package/dist/components/toast/Toast.vue_vue_type_script_setup_true_lang.js.map +1 -1
  307. package/dist/components/toast/ToastAction.js.map +1 -1
  308. package/dist/components/toast/ToastAction.vue_vue_type_script_setup_true_lang.js +3 -1
  309. package/dist/components/toast/ToastAction.vue_vue_type_script_setup_true_lang.js.map +1 -1
  310. package/dist/components/toast/ToastClose.js.map +1 -1
  311. package/dist/components/toast/ToastClose.vue_vue_type_script_setup_true_lang.js +3 -1
  312. package/dist/components/toast/ToastClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
  313. package/dist/components/toast/ToastDescription.js.map +1 -1
  314. package/dist/components/toast/ToastDescription.vue_vue_type_script_setup_true_lang.js +15 -3
  315. package/dist/components/toast/ToastDescription.vue_vue_type_script_setup_true_lang.js.map +1 -1
  316. package/dist/components/toast/ToastTitle.js.map +1 -1
  317. package/dist/components/toast/ToastTitle.vue_vue_type_script_setup_true_lang.js +15 -3
  318. package/dist/components/toast/ToastTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  319. package/dist/components/toast/ToastViewport.js.map +1 -1
  320. package/dist/components/toast/ToastViewport.vue_vue_type_script_setup_true_lang.js +22 -3
  321. package/dist/components/toast/ToastViewport.vue_vue_type_script_setup_true_lang.js.map +1 -1
  322. package/dist/components/toolbar/Toolbar.js.map +1 -1
  323. package/dist/components/toolbar/Toolbar.vue_vue_type_script_setup_true_lang.js +10 -1
  324. package/dist/components/toolbar/Toolbar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  325. package/dist/components/toolbar/ToolbarButton.js.map +1 -1
  326. package/dist/components/toolbar/ToolbarButton.vue_vue_type_script_setup_true_lang.js +11 -2
  327. package/dist/components/toolbar/ToolbarButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
  328. package/dist/components/toolbar/ToolbarLink.js.map +1 -1
  329. package/dist/components/toolbar/ToolbarLink.vue_vue_type_script_setup_true_lang.js +11 -2
  330. package/dist/components/toolbar/ToolbarLink.vue_vue_type_script_setup_true_lang.js.map +1 -1
  331. package/dist/components/toolbar/ToolbarSeparator.js.map +1 -1
  332. package/dist/components/toolbar/ToolbarSeparator.vue_vue_type_script_setup_true_lang.js +14 -2
  333. package/dist/components/toolbar/ToolbarSeparator.vue_vue_type_script_setup_true_lang.js.map +1 -1
  334. package/dist/components/toolbar/ToolbarToggleGroup.js.map +1 -1
  335. package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js +22 -1
  336. package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  337. package/dist/components/toolbar/ToolbarToggleItem.js.map +1 -1
  338. package/dist/components/toolbar/ToolbarToggleItem.vue_vue_type_script_setup_true_lang.js +7 -1
  339. package/dist/components/toolbar/ToolbarToggleItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  340. package/dist/components/tooltip/Tooltip.js.map +1 -1
  341. package/dist/components/tooltip/Tooltip.vue_vue_type_script_lang.js +20 -0
  342. package/dist/components/tooltip/Tooltip.vue_vue_type_script_lang.js.map +1 -1
  343. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  344. package/dist/components/tooltip/TooltipContent.vue_vue_type_script_setup_true_lang.js +7 -2
  345. package/dist/components/tooltip/TooltipContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  346. package/dist/components/tooltip/TooltipProvider.js.map +1 -1
  347. package/dist/components/tooltip/TooltipProvider.vue_vue_type_script_setup_true_lang.js +24 -3
  348. package/dist/components/tooltip/TooltipProvider.vue_vue_type_script_setup_true_lang.js.map +1 -1
  349. package/dist/components/tree/Tree.js.map +1 -1
  350. package/dist/components/tree/Tree.vue_vue_type_script_setup_true_lang.js +16 -1
  351. package/dist/components/tree/Tree.vue_vue_type_script_setup_true_lang.js.map +1 -1
  352. package/dist/components/tree/TreeItem.js.map +1 -1
  353. package/dist/components/tree/TreeItem.vue_vue_type_script_setup_true_lang.js +7 -1
  354. package/dist/components/tree/TreeItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  355. package/dist/index.d.ts +2419 -365
  356. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -64,6 +64,7 @@ import { InputVariants } from '@auronui/styles';
64
64
  import { KbdVariants } from '@auronui/styles';
65
65
  import { LabelVariants } from '@auronui/styles';
66
66
  import { LinkVariants } from '@auronui/styles';
67
+ import { ListboxContentProps } from 'reka-ui';
67
68
  import { ListBoxItemVariants } from '@auronui/styles';
68
69
  import { ListBoxSectionVariants } from '@auronui/styles';
69
70
  import { ListBoxVariants } from '@auronui/styles';
@@ -119,19 +120,64 @@ orientation: "horizontal" | "vertical";
119
120
 
120
121
  declare const __VLS_component_10: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
121
122
 
122
- declare const __VLS_component_100: DefineComponent<__VLS_Props_110, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_110> & Readonly<{}>, {
123
+ declare const __VLS_component_100: DefineComponent<__VLS_Props_111, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_111> & Readonly<{}>, {
123
124
  class: string;
125
+ as: string;
126
+ disabled: boolean;
127
+ asChild: boolean;
128
+ reference: object | null;
124
129
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
125
130
 
126
- declare const __VLS_component_101: DefineComponent<__VLS_Props_112, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_112> & Readonly<{}>, {
131
+ declare const __VLS_component_101: DefineComponent<__VLS_Props_113, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
132
+ "escape-key-down": (event: KeyboardEvent) => any;
133
+ "pointer-down-outside": (event: Event) => any;
134
+ "close-auto-focus": (event: Event) => any;
135
+ }, string, PublicProps, Readonly<__VLS_Props_113> & Readonly<{
136
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
137
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
138
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
139
+ }>, {
127
140
  class: string;
141
+ as: string;
142
+ asChild: boolean;
143
+ forceMount: boolean;
144
+ side: "top" | "right" | "bottom" | "left";
128
145
  sideOffset: number;
146
+ align: "start" | "center" | "end";
147
+ alignOffset: number;
148
+ avoidCollisions: boolean;
149
+ to: string | HTMLElement;
150
+ defer: boolean;
151
+ sideFlip: boolean;
152
+ alignFlip: boolean;
153
+ collisionBoundary: Element | null | Array<Element | null>;
154
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
155
+ arrowPadding: number;
156
+ hideShiftedArrow: boolean;
157
+ sticky: "partial" | "always";
158
+ hideWhenDetached: boolean;
159
+ positionStrategy: "fixed" | "absolute";
160
+ updatePositionStrategy: "always" | "optimized";
161
+ disableUpdateOnLayoutShift: boolean;
162
+ prioritizePosition: boolean;
163
+ reference: object | null;
164
+ disableOutsidePointerEvents: boolean;
129
165
  position: "item-aligned" | "popper";
166
+ nonce: string;
167
+ bodyLock: boolean;
168
+ portalDisabled: boolean;
130
169
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
131
170
 
132
- declare const __VLS_component_102: DefineComponent<__VLS_Props_113, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_113> & Readonly<{}>, {
171
+ declare const __VLS_component_102: DefineComponent<__VLS_Props_114, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
172
+ select: (event: Event) => any;
173
+ }, string, PublicProps, Readonly<__VLS_Props_114> & Readonly<{
174
+ onSelect?: ((event: Event) => any) | undefined;
175
+ }>, {
133
176
  isDisabled: boolean;
134
177
  class: string;
178
+ as: string;
179
+ disabled: boolean;
180
+ asChild: boolean;
135
181
  textValue: string;
136
182
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
137
183
  textRef: ({
@@ -180,54 +226,106 @@ default?: (props: {}) => any;
180
226
  }) | null;
181
227
  }, any>;
182
228
 
183
- declare const __VLS_component_103: DefineComponent<__VLS_Props_114, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
229
+ declare const __VLS_component_103: DefineComponent<__VLS_Props_115, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
230
+ "update:open": (value: boolean) => any;
184
231
  "update:isOpen": (value: boolean) => any;
185
- }, string, PublicProps, Readonly<__VLS_Props_114> & Readonly<{
232
+ }, string, PublicProps, Readonly<__VLS_Props_115> & Readonly<{
233
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
186
234
  "onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
187
235
  }>, {
188
236
  size: "sm" | "md" | "lg";
189
237
  variant: "flat" | "solid" | "bordered" | "light" | "faded" | "shadow";
190
238
  class: string;
191
239
  color: "default" | "primary" | "secondary" | "success" | "warning" | "danger";
240
+ dir: "ltr" | "rtl";
192
241
  defaultOpen: boolean;
242
+ open: boolean;
193
243
  modal: boolean;
194
244
  isOpen: boolean;
195
245
  closeOnSelect: boolean;
196
246
  disableAnimation: boolean;
197
247
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
198
248
 
199
- declare const __VLS_component_104: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
249
+ declare const __VLS_component_104: DefineComponent<__VLS_Props_116, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_116> & Readonly<{}>, {
250
+ as: string;
251
+ disabled: boolean;
252
+ asChild: boolean;
253
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
200
254
 
201
- declare const __VLS_component_105: DefineComponent<__VLS_Props_115, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_115> & Readonly<{}>, {
255
+ declare const __VLS_component_105: DefineComponent<__VLS_Props_117, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
256
+ "escape-key-down": (event: KeyboardEvent) => any;
257
+ "pointer-down-outside": (event: Event) => any;
258
+ "focus-outside": (event: Event) => any;
259
+ "interact-outside": (event: Event) => any;
260
+ "close-auto-focus": (event: Event) => any;
261
+ }, string, PublicProps, Readonly<__VLS_Props_117> & Readonly<{
262
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
263
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
264
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
265
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
266
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
267
+ }>, {
202
268
  class: string;
269
+ as: string;
270
+ asChild: boolean;
203
271
  ariaLabel: string;
272
+ forceMount: boolean;
273
+ loop: boolean;
204
274
  side: "top" | "right" | "bottom" | "left";
205
275
  sideOffset: number;
206
276
  align: "start" | "center" | "end";
207
277
  alignOffset: number;
278
+ avoidCollisions: boolean;
279
+ to: string | HTMLElement;
280
+ defer: boolean;
281
+ sideFlip: boolean;
282
+ alignFlip: boolean;
283
+ collisionBoundary: Element | null | Array<Element | null>;
284
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
285
+ arrowPadding: number;
286
+ hideShiftedArrow: boolean;
287
+ sticky: "partial" | "always";
288
+ hideWhenDetached: boolean;
289
+ positionStrategy: "fixed" | "absolute";
290
+ updatePositionStrategy: "always" | "optimized";
291
+ disableUpdateOnLayoutShift: boolean;
292
+ prioritizePosition: boolean;
293
+ reference: object | null;
294
+ portalDisabled: boolean;
208
295
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
209
296
 
210
- declare const __VLS_component_106: DefineComponent<__VLS_Props_116, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
297
+ declare const __VLS_component_106: DefineComponent<__VLS_Props_118, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
211
298
  select: (event: Event) => any;
212
- }, string, PublicProps, Readonly<__VLS_Props_116> & Readonly<{
299
+ }, string, PublicProps, Readonly<__VLS_Props_118> & Readonly<{
213
300
  onSelect?: ((event: Event) => any) | undefined;
214
301
  }>, {
215
302
  variant: "default" | "danger";
216
303
  isDisabled: boolean;
217
304
  class: string;
218
305
  description: string;
306
+ as: string;
307
+ disabled: boolean;
308
+ asChild: boolean;
219
309
  textValue: string;
220
310
  shortcut: string;
221
311
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
222
312
 
223
313
  declare const __VLS_component_107: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
314
+ select: (event: Event) => any;
315
+ "update:modelValue": (value: boolean) => any;
224
316
  "update:isSelected": (value: boolean) => any;
225
317
  }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
318
+ onSelect?: ((event: Event) => any) | undefined;
319
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
226
320
  "onUpdate:isSelected"?: ((value: boolean) => any) | undefined;
227
321
  }>, {
228
322
  variant: "default" | "danger";
229
323
  isDisabled: boolean;
230
324
  class: string;
325
+ as: string;
326
+ disabled: boolean;
327
+ asChild: boolean;
328
+ modelValue: boolean;
231
329
  textValue: string;
232
330
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
233
331
 
@@ -235,12 +333,22 @@ declare const __VLS_component_108: DefineComponent<__VLS_PublicProps_6, {}, {},
235
333
  "update:modelValue": (value: AcceptableValue) => any;
236
334
  }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
237
335
  "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
238
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
336
+ }>, {
337
+ as: string;
338
+ asChild: boolean;
339
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
239
340
 
240
- declare const __VLS_component_109: DefineComponent<__VLS_Props_118, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_118> & Readonly<{}>, {
341
+ declare const __VLS_component_109: DefineComponent<__VLS_Props_121, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
342
+ select: (event: Event) => any;
343
+ }, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{
344
+ onSelect?: ((event: Event) => any) | undefined;
345
+ }>, {
241
346
  variant: "default" | "danger";
242
347
  isDisabled: boolean;
243
348
  class: string;
349
+ as: string;
350
+ disabled: boolean;
351
+ asChild: boolean;
244
352
  textValue: string;
245
353
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
246
354
 
@@ -258,15 +366,17 @@ isHoverable: boolean;
258
366
  isPressable: boolean;
259
367
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
260
368
 
261
- declare const __VLS_component_110: DefineComponent<__VLS_Props_119, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_119> & Readonly<{}>, {
369
+ declare const __VLS_component_110: DefineComponent<__VLS_Props_122, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_122> & Readonly<{}>, {
262
370
  class: string;
263
371
  title: string;
372
+ as: string;
373
+ asChild: boolean;
264
374
  showDivider: boolean;
265
375
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
266
376
 
267
- declare const __VLS_component_111: DefineComponent<__VLS_Props_120, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
377
+ declare const __VLS_component_111: DefineComponent<__VLS_Props_123, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
268
378
  "update:open": (value: boolean) => any;
269
- }, string, PublicProps, Readonly<__VLS_Props_120> & Readonly<{
379
+ }, string, PublicProps, Readonly<__VLS_Props_123> & Readonly<{
270
380
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
271
381
  }>, {
272
382
  defaultOpen: boolean;
@@ -274,9 +384,12 @@ open: boolean;
274
384
  openOnHover: boolean;
275
385
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
276
386
 
277
- declare const __VLS_component_112: DefineComponent<__VLS_Props_121, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{}>, {
387
+ declare const __VLS_component_112: DefineComponent<__VLS_Props_124, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_124> & Readonly<{}>, {
278
388
  isDisabled: boolean;
279
389
  class: string;
390
+ as: string;
391
+ disabled: boolean;
392
+ asChild: boolean;
280
393
  textValue: string;
281
394
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
282
395
  trigger: ({
@@ -327,18 +440,63 @@ default?: (props: {}) => any;
327
440
  }) | null;
328
441
  }, any>;
329
442
 
330
- declare const __VLS_component_113: DefineComponent<__VLS_Props_122, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_122> & Readonly<{}>, {
443
+ declare const __VLS_component_113: DefineComponent<__VLS_Props_125, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
444
+ "escape-key-down": (event: KeyboardEvent) => any;
445
+ "pointer-down-outside": (event: Event) => any;
446
+ "focus-outside": (event: Event) => any;
447
+ "interact-outside": (event: Event) => any;
448
+ "open-auto-focus": (event: Event) => any;
449
+ "close-auto-focus": (event: Event) => any;
450
+ "entry-focus": (event: Event) => any;
451
+ }, string, PublicProps, Readonly<__VLS_Props_125> & Readonly<{
452
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
453
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
454
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
455
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
456
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
457
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
458
+ "onEntry-focus"?: ((event: Event) => any) | undefined;
459
+ }>, {
331
460
  class: string;
461
+ as: string;
462
+ asChild: boolean;
463
+ forceMount: boolean;
464
+ loop: boolean;
332
465
  sideOffset: number;
333
466
  alignOffset: number;
467
+ avoidCollisions: boolean;
468
+ to: string | HTMLElement;
469
+ defer: boolean;
470
+ sideFlip: boolean;
471
+ alignFlip: boolean;
472
+ collisionBoundary: Element | null | Array<Element | null>;
473
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
474
+ arrowPadding: number;
475
+ hideShiftedArrow: boolean;
476
+ sticky: "partial" | "always";
477
+ hideWhenDetached: boolean;
478
+ positionStrategy: "fixed" | "absolute";
479
+ updatePositionStrategy: "always" | "optimized";
480
+ disableUpdateOnLayoutShift: boolean;
481
+ prioritizePosition: boolean;
482
+ reference: object | null;
483
+ portalDisabled: boolean;
334
484
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
335
485
 
336
- declare const __VLS_component_114: DefineComponent<__VLS_Props_123, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
486
+ declare const __VLS_component_114: DefineComponent<__VLS_Props_126, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
337
487
  "update:modelValue": (value: string) => any;
338
488
  "update:open": (value: boolean) => any;
339
- }, string, PublicProps, Readonly<__VLS_Props_123> & Readonly<{
489
+ highlight: (context: {
490
+ ref: Element;
491
+ value: string;
492
+ } | undefined) => any;
493
+ }, string, PublicProps, Readonly<__VLS_Props_126> & Readonly<{
340
494
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
341
495
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
496
+ onHighlight?: ((context: {
497
+ ref: Element;
498
+ value: string;
499
+ } | undefined) => any) | undefined;
342
500
  }>, {
343
501
  isDisabled: boolean;
344
502
  class: string | false | Record<string, unknown> | ClassValue[] | null;
@@ -349,43 +507,137 @@ fullWidth: boolean;
349
507
  isInvalid: boolean;
350
508
  isRequired: boolean;
351
509
  items: ComboBoxItemData[];
510
+ as: string;
352
511
  classNames: Partial<{
353
512
  base: ClassValue;
354
513
  }>;
514
+ multiple: boolean;
515
+ asChild: boolean;
355
516
  placeholder: string;
356
517
  modelValue: string;
357
518
  defaultValue: string;
519
+ name: string;
520
+ dir: "ltr" | "rtl";
358
521
  defaultOpen: boolean;
359
522
  open: boolean;
523
+ by: string;
524
+ highlightOnHover: boolean;
360
525
  allowsCustomValue: boolean;
361
526
  filterFunction: (item: string, searchTerm: string) => boolean;
527
+ resetSearchTermOnBlur: boolean;
528
+ resetSearchTermOnSelect: boolean;
529
+ openOnFocus: boolean;
530
+ openOnClick: boolean;
531
+ ignoreFilter: boolean;
532
+ resetModelValueOnClear: boolean;
362
533
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
363
534
 
364
- declare const __VLS_component_115: DefineComponent<__VLS_Props_124, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_124> & Readonly<{}>, {
535
+ declare const __VLS_component_115: DefineComponent<__VLS_Props_127, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
536
+ "update:modelValue": (value: string) => any;
537
+ }, string, PublicProps, Readonly<__VLS_Props_127> & Readonly<{
538
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
539
+ }>, {
365
540
  class: string;
541
+ as: string;
542
+ disabled: boolean;
543
+ asChild: boolean;
366
544
  placeholder: string;
545
+ modelValue: string;
546
+ anchorReference: object | null;
547
+ anchorAs: string;
548
+ anchorAsChild: boolean;
549
+ displayValue: (value: string) => string;
550
+ autoFocus: boolean;
551
+ triggerDisabled: boolean;
552
+ triggerAs: string;
553
+ triggerAsChild: boolean;
554
+ cancelAs: string;
555
+ cancelAsChild: boolean;
367
556
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
368
557
 
369
- declare const __VLS_component_116: DefineComponent<__VLS_Props_125, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_125> & Readonly<{}>, {
558
+ declare const __VLS_component_116: DefineComponent<__VLS_Props_128, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
559
+ "escape-key-down": (event: KeyboardEvent) => any;
560
+ "pointer-down-outside": (event: Event) => any;
561
+ "focus-outside": (event: Event) => any;
562
+ "interact-outside": (event: Event) => any;
563
+ }, string, PublicProps, Readonly<__VLS_Props_128> & Readonly<{
564
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
565
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
566
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
567
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
568
+ }>, {
370
569
  class: string;
570
+ as: string;
571
+ asChild: boolean;
572
+ forceMount: boolean;
573
+ side: "top" | "right" | "bottom" | "left";
371
574
  sideOffset: number;
575
+ align: "start" | "center" | "end";
576
+ alignOffset: number;
577
+ avoidCollisions: boolean;
578
+ to: string | HTMLElement;
579
+ defer: boolean;
580
+ sideFlip: boolean;
581
+ alignFlip: boolean;
582
+ collisionBoundary: Element | null | Array<Element | null>;
583
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
584
+ arrowPadding: number;
585
+ hideShiftedArrow: boolean;
586
+ sticky: "partial" | "always";
587
+ hideWhenDetached: boolean;
588
+ positionStrategy: "fixed" | "absolute";
589
+ updatePositionStrategy: "always" | "optimized";
590
+ disableUpdateOnLayoutShift: boolean;
591
+ prioritizePosition: boolean;
592
+ reference: object | null;
593
+ disableOutsidePointerEvents: boolean;
594
+ position: "inline" | "popper";
595
+ viewportNonce: string;
596
+ viewportAs: string;
597
+ viewportAsChild: boolean;
598
+ bodyLock: boolean;
599
+ portalDisabled: boolean;
600
+ portalForceMount: boolean;
601
+ hideWhenEmpty: boolean;
602
+ sideOffsetProp: number;
372
603
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
373
604
 
374
- declare const __VLS_component_117: DefineComponent<__VLS_Props_126, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_126> & Readonly<{}>, {
605
+ declare const __VLS_component_117: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
606
+ select: (event: Event) => any;
607
+ }, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{
608
+ onSelect?: ((event: Event) => any) | undefined;
609
+ }>, {
375
610
  isDisabled: boolean;
376
611
  class: string;
612
+ as: string;
613
+ disabled: boolean;
614
+ asChild: boolean;
615
+ indicatorAsChild: boolean;
616
+ indicatorAs: string;
617
+ textValue: string;
377
618
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
378
619
 
379
- declare const __VLS_component_118: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
620
+ declare const __VLS_component_118: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
621
+ as: string;
622
+ asChild: boolean;
623
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
380
624
 
381
625
  declare const __VLS_component_119: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
382
626
  "update:modelValue": (value: string | string[]) => any;
383
627
  "update:open": (value: boolean) => any;
384
628
  create: (value: string) => any;
629
+ highlight: (context: {
630
+ ref: Element;
631
+ value: string;
632
+ } | undefined) => any;
385
633
  }, string, PublicProps, Readonly<Props_4> & Readonly<{
386
634
  "onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
387
635
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
388
636
  onCreate?: ((value: string) => any) | undefined;
637
+ onHighlight?: ((context: {
638
+ ref: Element;
639
+ value: string;
640
+ } | undefined) => any) | undefined;
389
641
  }>, {
390
642
  size: "md" | "sm" | "lg";
391
643
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
@@ -413,9 +665,26 @@ declare const __VLS_component_12: DefineComponent<__VLS_Props_13, {}, {}, {}, {}
413
665
  divider: boolean;
414
666
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
415
667
 
416
- declare const __VLS_component_120: DefineComponent<__VLS_Props_127, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_127> & Readonly<{}>, {
668
+ declare const __VLS_component_120: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
669
+ "update:modelValue": (value: string) => any;
670
+ }, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{
671
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
672
+ }>, {
417
673
  class: string;
674
+ as: string;
675
+ disabled: boolean;
676
+ asChild: boolean;
418
677
  placeholder: string;
678
+ modelValue: string;
679
+ anchorReference: object | null;
680
+ anchorAs: string;
681
+ anchorAsChild: boolean;
682
+ autoFocus: boolean;
683
+ triggerDisabled: boolean;
684
+ triggerAs: string;
685
+ triggerAsChild: boolean;
686
+ cancelAs: string;
687
+ cancelAsChild: boolean;
419
688
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
420
689
  anchor: ({
421
690
  $: ComponentInternalInstance;
@@ -464,25 +733,84 @@ default?: (props: {}) => any;
464
733
  }) | null;
465
734
  }, any>;
466
735
 
467
- declare const __VLS_component_121: DefineComponent<__VLS_Props_128, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_128> & Readonly<{}>, {
736
+ declare const __VLS_component_121: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
737
+ "escape-key-down": (event: KeyboardEvent) => any;
738
+ "pointer-down-outside": (event: Event) => any;
739
+ "focus-outside": (event: Event) => any;
740
+ "interact-outside": (event: Event) => any;
741
+ }, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{
742
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
743
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
744
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
745
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
746
+ }>, {
468
747
  class: string;
748
+ as: string;
749
+ disabled: boolean;
750
+ asChild: boolean;
751
+ forceMount: boolean;
752
+ side: "top" | "right" | "bottom" | "left";
469
753
  sideOffset: number;
754
+ align: "start" | "center" | "end";
755
+ alignOffset: number;
756
+ avoidCollisions: boolean;
757
+ to: string | HTMLElement;
758
+ defer: boolean;
759
+ sideFlip: boolean;
760
+ alignFlip: boolean;
761
+ collisionBoundary: Element | null | Array<Element | null>;
762
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
763
+ arrowPadding: number;
764
+ hideShiftedArrow: boolean;
765
+ sticky: "partial" | "always";
766
+ hideWhenDetached: boolean;
767
+ positionStrategy: "fixed" | "absolute";
768
+ updatePositionStrategy: "always" | "optimized";
769
+ disableUpdateOnLayoutShift: boolean;
770
+ prioritizePosition: boolean;
771
+ reference: object | null;
772
+ disableOutsidePointerEvents: boolean;
773
+ position: "inline" | "popper";
774
+ viewportAs: string;
775
+ viewportAsChild: boolean;
776
+ nonce: string;
777
+ bodyLock: boolean;
778
+ hideWhenEmpty: boolean;
470
779
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
471
780
 
472
- declare const __VLS_component_122: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{}>, {
781
+ declare const __VLS_component_122: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
782
+ select: (event: Event) => any;
783
+ }, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{
784
+ onSelect?: ((event: Event) => any) | undefined;
785
+ }>, {
473
786
  isDisabled: boolean;
474
787
  class: string;
788
+ as: string;
789
+ disabled: boolean;
790
+ asChild: boolean;
791
+ indicatorAsChild: boolean;
792
+ indicatorAs: string;
793
+ textValue: string;
475
794
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
476
795
 
477
- declare const __VLS_component_123: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
796
+ declare const __VLS_component_123: DefineComponent<__VLS_Props_134, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
797
+ select: (event: Event) => any;
798
+ }, string, PublicProps, Readonly<__VLS_Props_134> & Readonly<{
799
+ onSelect?: ((event: Event) => any) | undefined;
800
+ }>, {
478
801
  class: string;
479
802
  label: string | ((term: string) => string);
803
+ value: string;
804
+ as: string;
805
+ disabled: boolean;
806
+ asChild: boolean;
807
+ textValue: string;
480
808
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
481
809
 
482
- declare const __VLS_component_124: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
810
+ declare const __VLS_component_124: DefineComponent<__VLS_Props_135, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
483
811
  "update:page": (page: number) => any;
484
812
  "update:cursor": (before: string | null, after: string | null) => any;
485
- }, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{
813
+ }, string, PublicProps, Readonly<__VLS_Props_135> & Readonly<{
486
814
  "onUpdate:page"?: ((page: number) => any) | undefined;
487
815
  "onUpdate:cursor"?: ((before: string | null, after: string | null) => any) | undefined;
488
816
  }>, {
@@ -499,29 +827,29 @@ beforeCursor: string | null;
499
827
  afterCursor: string | null;
500
828
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
501
829
 
502
- declare const __VLS_component_125: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
830
+ declare const __VLS_component_125: DefineComponent<__VLS_Props_136, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_136> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
503
831
 
504
- declare const __VLS_component_126: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
832
+ declare const __VLS_component_126: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
505
833
 
506
- declare const __VLS_component_127: DefineComponent<__VLS_Props_134, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_134> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
834
+ declare const __VLS_component_127: DefineComponent<__VLS_Props_138, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_138> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
507
835
 
508
- declare const __VLS_component_128: DefineComponent<__VLS_Props_135, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_135> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
836
+ declare const __VLS_component_128: DefineComponent<__VLS_Props_139, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_139> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
509
837
 
510
- declare const __VLS_component_129: DefineComponent<__VLS_Props_136, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_136> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
838
+ declare const __VLS_component_129: DefineComponent<__VLS_Props_140, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_140> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
511
839
 
512
840
  declare const __VLS_component_13: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
513
841
 
514
- declare const __VLS_component_130: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
842
+ declare const __VLS_component_130: DefineComponent<__VLS_Props_141, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_141> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
515
843
 
516
- declare const __VLS_component_131: DefineComponent<__VLS_Props_138, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_138> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
844
+ declare const __VLS_component_131: DefineComponent<__VLS_Props_142, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_142> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
517
845
 
518
- declare const __VLS_component_132: DefineComponent<__VLS_Props_139, {
846
+ declare const __VLS_component_132: DefineComponent<__VLS_Props_143, {
519
847
  table: Table_2<unknown>;
520
848
  keyboardNav: TableKeyboardNav;
521
849
  handleRowClick: typeof handleRowClick;
522
850
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
523
851
  "update:rowSelection": (value: RowSelectionState) => any;
524
- }, string, PublicProps, Readonly<__VLS_Props_139> & Readonly<{
852
+ }, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{
525
853
  "onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
526
854
  }>, {
527
855
  variant: "primary" | "secondary";
@@ -570,19 +898,23 @@ declare const __VLS_component_133: DefineComponent<Props_6, {}, {}, {}, {}, Comp
570
898
 
571
899
  declare const __VLS_component_134: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
572
900
 
573
- declare const __VLS_component_135: DefineComponent<__VLS_Props_140, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_140> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
901
+ declare const __VLS_component_135: DefineComponent<__VLS_Props_144, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_144> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
574
902
 
575
- declare const __VLS_component_136: DefineComponent<__VLS_Props_141, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_141> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
903
+ declare const __VLS_component_136: DefineComponent<__VLS_Props_145, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_145> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
576
904
 
577
905
  declare const __VLS_component_137: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
578
906
 
579
- declare const __VLS_component_138: DefineComponent<__VLS_Props_142, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_142> & Readonly<{}>, {
907
+ declare const __VLS_component_138: DefineComponent<__VLS_Props_146, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
908
+ "loading-status-change": (status: string) => any;
909
+ }, string, PublicProps, Readonly<__VLS_Props_146> & Readonly<{
910
+ "onLoading-status-change"?: ((status: string) => any) | undefined;
911
+ }>, {
580
912
  isDisabled: boolean;
581
913
  isBordered: boolean;
582
914
  showFallback: boolean;
583
915
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
584
916
 
585
- declare const __VLS_component_139: DefineComponent<__VLS_Props_143, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{}>, {
917
+ declare const __VLS_component_139: DefineComponent<__VLS_Props_147, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_147> & Readonly<{}>, {
586
918
  size: "sm" | "md" | "lg";
587
919
  isDisabled: boolean;
588
920
  isBordered: boolean;
@@ -593,12 +925,16 @@ declare const __VLS_component_14: DefineComponent<__VLS_Props_15, {}, {}, {}, {}
593
925
  divider: boolean;
594
926
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
595
927
 
596
- declare const __VLS_component_140: DefineComponent<__VLS_Props_144, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_144> & Readonly<{}>, {
928
+ declare const __VLS_component_140: DefineComponent<__VLS_Props_148, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_148> & Readonly<{}>, {
597
929
  class: string | false | Record<string, unknown> | ClassValue[] | null;
598
930
  ratio: number;
599
931
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
600
932
 
601
- declare const __VLS_component_141: DefineComponent<__VLS_Props_145, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_145> & Readonly<{}>, {
933
+ declare const __VLS_component_141: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
934
+ layout: (sizes: number[]) => any;
935
+ }, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{
936
+ onLayout?: ((sizes: number[]) => any) | undefined;
937
+ }>, {
602
938
  id: string;
603
939
  class: string | false | Record<string, unknown> | ClassValue[] | null;
604
940
  direction: "horizontal" | "vertical";
@@ -606,12 +942,16 @@ classNames: Partial<{
606
942
  group: ClassValue;
607
943
  }>;
608
944
  autoSaveId: string;
945
+ keyboardResizeBy: number;
946
+ storage: object;
609
947
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
610
948
 
611
- declare const __VLS_component_142: DefineComponent<__VLS_Props_146, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
949
+ declare const __VLS_component_142: DefineComponent<__VLS_Props_150, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
950
+ resize: (size: number) => any;
612
951
  collapse: () => any;
613
952
  expand: () => any;
614
- }, string, PublicProps, Readonly<__VLS_Props_146> & Readonly<{
953
+ }, string, PublicProps, Readonly<__VLS_Props_150> & Readonly<{
954
+ onResize?: ((size: number) => any) | undefined;
615
955
  onCollapse?: (() => any) | undefined;
616
956
  onExpand?: (() => any) | undefined;
617
957
  }>, {
@@ -626,11 +966,12 @@ defaultSize: number;
626
966
  minSize: number;
627
967
  maxSize: number;
628
968
  collapsedSize: number;
969
+ sizeUnit: "%" | "px";
629
970
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
630
971
 
631
- declare const __VLS_component_143: DefineComponent<__VLS_Props_147, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
972
+ declare const __VLS_component_143: DefineComponent<__VLS_Props_151, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
632
973
  dragging: (isDragging: boolean) => any;
633
- }, string, PublicProps, Readonly<__VLS_Props_147> & Readonly<{
974
+ }, string, PublicProps, Readonly<__VLS_Props_151> & Readonly<{
634
975
  onDragging?: ((isDragging: boolean) => any) | undefined;
635
976
  }>, {
636
977
  id: string;
@@ -639,12 +980,15 @@ classNames: Partial<{
639
980
  handle: ClassValue;
640
981
  handleBar: ClassValue;
641
982
  }>;
983
+ tabindex: number;
642
984
  disabled: boolean;
985
+ nonce: string;
986
+ hitAreaMargins: object;
643
987
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
644
988
 
645
- declare const __VLS_component_144: DefineComponent<__VLS_Props_148, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
989
+ declare const __VLS_component_144: DefineComponent<__VLS_Props_152, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
646
990
  "update:modelValue": (step: number) => any;
647
- }, string, PublicProps, Readonly<__VLS_Props_148> & Readonly<{
991
+ }, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{
648
992
  "onUpdate:modelValue"?: ((step: number) => any) | undefined;
649
993
  }>, {
650
994
  size: "md" | "sm" | "lg";
@@ -656,73 +1000,91 @@ defaultValue: number;
656
1000
  totalSteps: number;
657
1001
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
658
1002
 
659
- declare const __VLS_component_145: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{}>, {
1003
+ declare const __VLS_component_145: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
660
1004
  class: string | false | Record<string, unknown> | ClassValue[] | null;
661
1005
  classNames: Partial<{
662
1006
  item: ClassValue;
663
1007
  }>;
664
1008
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
665
1009
 
666
- declare const __VLS_component_146: DefineComponent<__VLS_Props_150, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_150> & Readonly<{}>, {
1010
+ declare const __VLS_component_146: DefineComponent<__VLS_Props_154, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_154> & Readonly<{}>, {
667
1011
  class: string | false | Record<string, unknown> | ClassValue[] | null;
668
1012
  classNames: Partial<{
669
1013
  indicator: ClassValue;
670
1014
  }>;
671
1015
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
672
1016
 
673
- declare const __VLS_component_147: DefineComponent<__VLS_Props_151, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_151> & Readonly<{}>, {
1017
+ declare const __VLS_component_147: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_155> & Readonly<{}>, {
674
1018
  class: string | false | Record<string, unknown> | ClassValue[] | null;
675
1019
  classNames: Partial<{
676
1020
  title: ClassValue;
677
1021
  }>;
678
1022
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
679
1023
 
680
- declare const __VLS_component_148: DefineComponent<__VLS_Props_152, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{}>, {
1024
+ declare const __VLS_component_148: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{}>, {
681
1025
  class: string | false | Record<string, unknown> | ClassValue[] | null;
682
1026
  classNames: Partial<{
683
1027
  description: ClassValue;
684
1028
  }>;
685
1029
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
686
1030
 
687
- declare const __VLS_component_149: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
1031
+ declare const __VLS_component_149: DefineComponent<__VLS_Props_157, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_157> & Readonly<{}>, {
688
1032
  class: string | false | Record<string, unknown> | ClassValue[] | null;
689
1033
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
690
1034
 
691
1035
  declare const __VLS_component_15: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
692
1036
 
693
- declare const __VLS_component_150: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_155> & Readonly<{}>, {
1037
+ declare const __VLS_component_150: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
694
1038
  isExpanded: boolean;
695
1039
  class: string | false | Record<string, unknown> | ClassValue[] | null;
696
1040
  hasChildren: boolean;
697
1041
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
698
1042
 
699
- declare const __VLS_component_151: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1043
+ declare const __VLS_component_151: DefineComponent<__VLS_Props_160, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
700
1044
  "update:modelValue": (value: number | number[]) => any;
701
- }, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{
1045
+ "value-commit": (value: number | number[]) => any;
1046
+ }, string, PublicProps, Readonly<__VLS_Props_160> & Readonly<{
702
1047
  "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
1048
+ "onValue-commit"?: ((value: number | number[]) => any) | undefined;
703
1049
  }>, {
704
1050
  orientation: "horizontal" | "vertical";
1051
+ as: string;
705
1052
  disabled: boolean;
1053
+ asChild: boolean;
1054
+ name: string;
1055
+ required: boolean;
706
1056
  min: number;
707
1057
  max: number;
708
1058
  step: number;
1059
+ dir: "ltr" | "rtl";
1060
+ thumbAsChild: boolean;
1061
+ thumbAs: string;
709
1062
  minStepsBetweenThumbs: number;
710
1063
  showSteps: boolean;
711
1064
  hideValue: boolean;
712
1065
  hideThumb: boolean;
713
1066
  inverted: boolean;
1067
+ thumbAlignment: "contain" | "overflow";
1068
+ trackAsChild: boolean;
1069
+ trackAs: string;
1070
+ rangeAsChild: boolean;
1071
+ rangeAs: string;
714
1072
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
715
1073
 
716
- declare const __VLS_component_152: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
1074
+ declare const __VLS_component_152: DefineComponent<__VLS_Props_162, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_162> & Readonly<{}>, {
717
1075
  isDisabled: boolean;
718
1076
  isIndeterminate: boolean;
1077
+ as: string;
1078
+ asChild: boolean;
719
1079
  strokeWidth: number;
720
1080
  minValue: number;
721
1081
  maxValue: number;
722
1082
  showValueLabel: boolean;
1083
+ getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
1084
+ getValueText: (value: number | null | undefined, max: number) => string | undefined;
723
1085
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
724
1086
 
725
- declare const __VLS_component_153: DefineComponent<__VLS_Props_160, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_160> & Readonly<{}>, {
1087
+ declare const __VLS_component_153: DefineComponent<__VLS_Props_164, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_164> & Readonly<{}>, {
726
1088
  size: number;
727
1089
  orientation: "vertical" | "horizontal" | "both";
728
1090
  hideScrollBar: boolean;
@@ -732,7 +1094,7 @@ visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
732
1094
  container: HTMLDivElement;
733
1095
  }, HTMLDivElement>;
734
1096
 
735
- declare const __VLS_component_154: DefineComponent<__VLS_Props_161, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_161> & Readonly<{}>, {
1097
+ declare const __VLS_component_154: DefineComponent<__VLS_Props_165, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_165> & Readonly<{}>, {
736
1098
  orientation: "vertical" | "horizontal" | "both";
737
1099
  type: "auto" | "always" | "scroll" | "hover";
738
1100
  scrollHideDelay: number;
@@ -1067,9 +1429,23 @@ isInvalid: boolean;
1067
1429
  declare const __VLS_component_159: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1068
1430
  "update:modelValue": (value: DateValue | null | undefined) => any;
1069
1431
  "update:open": (value: boolean) => any;
1432
+ "escape-key-down": (event: KeyboardEvent) => any;
1433
+ "pointer-down-outside": (event: Event) => any;
1434
+ "focus-outside": (event: Event) => any;
1435
+ "interact-outside": (event: Event) => any;
1436
+ "open-auto-focus": (event: Event) => any;
1437
+ "close-auto-focus": (event: Event) => any;
1438
+ "update:placeholder": (value: DateValue | undefined) => any;
1070
1439
  }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
1071
1440
  "onUpdate:modelValue"?: ((value: DateValue | null | undefined) => any) | undefined;
1072
1441
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1442
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1443
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1444
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1445
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1446
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1447
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1448
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1073
1449
  }>, {
1074
1450
  size: "md" | "sm" | "lg";
1075
1451
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
@@ -1092,9 +1468,25 @@ declare const __VLS_component_16: DefineComponent<__VLS_Props_17, {}, {}, {}, {}
1092
1468
  declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1093
1469
  "update:modelValue": (value: DateRangePickerRange | null | undefined) => any;
1094
1470
  "update:open": (value: boolean) => any;
1471
+ "escape-key-down": (event: KeyboardEvent) => any;
1472
+ "pointer-down-outside": (event: Event) => any;
1473
+ "focus-outside": (event: Event) => any;
1474
+ "interact-outside": (event: Event) => any;
1475
+ "open-auto-focus": (event: Event) => any;
1476
+ "close-auto-focus": (event: Event) => any;
1477
+ "update:placeholder": (value: DateValue | undefined) => any;
1478
+ "update:start-value": (value: DateValue | undefined) => any;
1095
1479
  }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
1096
1480
  "onUpdate:modelValue"?: ((value: DateRangePickerRange | null | undefined) => any) | undefined;
1097
1481
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1482
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1483
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1484
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1485
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1486
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1487
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1488
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1489
+ "onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
1098
1490
  }>, {
1099
1491
  size: "md" | "sm" | "lg";
1100
1492
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
@@ -1115,9 +1507,23 @@ visibleMonths: number;
1115
1507
  declare const __VLS_component_161: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1116
1508
  "update:modelValue": (value: CalendarDateTime | null | undefined) => any;
1117
1509
  "update:open": (value: boolean) => any;
1510
+ "escape-key-down": (event: KeyboardEvent) => any;
1511
+ "pointer-down-outside": (event: Event) => any;
1512
+ "focus-outside": (event: Event) => any;
1513
+ "interact-outside": (event: Event) => any;
1514
+ "open-auto-focus": (event: Event) => any;
1515
+ "close-auto-focus": (event: Event) => any;
1516
+ "update:placeholder": (value: DateValue | undefined) => any;
1118
1517
  }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
1119
1518
  "onUpdate:modelValue"?: ((value: CalendarDateTime | null | undefined) => any) | undefined;
1120
1519
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1520
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1521
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1522
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1523
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1524
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1525
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1526
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1121
1527
  }>, {
1122
1528
  size: "sm" | "md" | "lg";
1123
1529
  isDisabled: boolean;
@@ -1131,11 +1537,12 @@ closeOnSelect: boolean;
1131
1537
  isReadOnly: boolean;
1132
1538
  granularity: "minute" | "second";
1133
1539
  hideTimeZone: boolean;
1540
+ doneLabel: string;
1134
1541
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1135
1542
 
1136
- declare const __VLS_component_162: DefineComponent<__VLS_Props_177, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1543
+ declare const __VLS_component_162: DefineComponent<__VLS_Props_181, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1137
1544
  "update:modelValue": (value: string) => any;
1138
- }, string, PublicProps, Readonly<__VLS_Props_177> & Readonly<{
1545
+ }, string, PublicProps, Readonly<__VLS_Props_181> & Readonly<{
1139
1546
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1140
1547
  }>, {
1141
1548
  disabled: boolean;
@@ -1180,9 +1587,13 @@ size: "md" | "sm" | "lg";
1180
1587
  variant: "default" | "ghost";
1181
1588
  isIconOnly: boolean;
1182
1589
  value: string;
1590
+ as: string;
1183
1591
  disabled: boolean;
1592
+ asChild: boolean;
1184
1593
  modelValue: boolean;
1185
1594
  defaultValue: boolean;
1595
+ name: string;
1596
+ required: boolean;
1186
1597
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1187
1598
 
1188
1599
  declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
@@ -1309,13 +1720,22 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_30, {}, {}, {}, {}
1309
1720
  }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
1310
1721
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1311
1722
  }>, {
1723
+ id: string;
1312
1724
  variant: "primary" | "secondary";
1313
1725
  isIndeterminate: boolean;
1314
1726
  value: string;
1727
+ as: string;
1315
1728
  disabled: boolean;
1729
+ asChild: boolean;
1316
1730
  modelValue: boolean;
1317
1731
  defaultValue: boolean;
1318
1732
  name: string;
1733
+ required: boolean;
1734
+ trueValue: boolean | string | number;
1735
+ falseValue: boolean | string | number;
1736
+ indicatorForceMount: boolean;
1737
+ indicatorAsChild: boolean;
1738
+ indicatorAs: string;
1319
1739
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1320
1740
 
1321
1741
  declare const __VLS_component_28: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1333,9 +1753,15 @@ defaultValue: string[];
1333
1753
  name: string;
1334
1754
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1335
1755
 
1336
- declare const __VLS_component_29: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
1756
+ declare const __VLS_component_29: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1757
+ select: (event: Event) => any;
1758
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1759
+ onSelect?: ((event: Event) => any) | undefined;
1760
+ }>, {
1761
+ id: string;
1337
1762
  variant: "primary" | "secondary";
1338
1763
  class: string | false | Record<string, unknown> | ClassValue[] | null;
1764
+ as: string;
1339
1765
  classNames: Partial<{
1340
1766
  base: ClassValue;
1341
1767
  control: ClassValue;
@@ -1343,6 +1769,12 @@ indicator: ClassValue;
1343
1769
  content: ClassValue;
1344
1770
  }>;
1345
1771
  disabled: boolean;
1772
+ asChild: boolean;
1773
+ name: string;
1774
+ required: boolean;
1775
+ indicatorForceMount: boolean;
1776
+ indicatorAsChild: boolean;
1777
+ indicatorAs: string;
1346
1778
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1347
1779
 
1348
1780
  declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
@@ -1360,10 +1792,15 @@ variant: "primary" | "secondary";
1360
1792
  description: string;
1361
1793
  label: string;
1362
1794
  orientation: "horizontal" | "vertical";
1795
+ as: string;
1363
1796
  disabled: boolean;
1797
+ asChild: boolean;
1364
1798
  modelValue: string;
1365
1799
  defaultValue: string;
1366
1800
  name: string;
1801
+ required: boolean;
1802
+ dir: "ltr" | "rtl";
1803
+ loop: boolean;
1367
1804
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1368
1805
 
1369
1806
  declare const __VLS_component_31: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1371,12 +1808,20 @@ declare const __VLS_component_31: DefineComponent<__VLS_Props_34, {}, {}, {}, {}
1371
1808
  }, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
1372
1809
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1373
1810
  }>, {
1811
+ id: string;
1374
1812
  size: "md" | "sm" | "lg";
1375
1813
  value: string;
1814
+ as: string;
1376
1815
  disabled: boolean;
1816
+ asChild: boolean;
1377
1817
  modelValue: boolean;
1378
1818
  defaultValue: boolean;
1379
1819
  name: string;
1820
+ required: boolean;
1821
+ trueValue: boolean | string | number;
1822
+ falseValue: boolean | string | number;
1823
+ thumbAsChild: boolean;
1824
+ thumbAs: string;
1380
1825
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1381
1826
 
1382
1827
  declare const __VLS_component_32: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1401,11 +1846,15 @@ declare const __VLS_component_34: DefineComponent<__VLS_Props_38, {}, {}, {}, {}
1401
1846
  "pointer-down-outside": (event: Event) => any;
1402
1847
  "focus-outside": (event: Event) => any;
1403
1848
  "interact-outside": (event: Event) => any;
1849
+ "open-auto-focus": (event: Event) => any;
1850
+ "close-auto-focus": (event: Event) => any;
1404
1851
  }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
1405
1852
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1406
1853
  "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1407
1854
  "onFocus-outside"?: ((event: Event) => any) | undefined;
1408
1855
  "onInteract-outside"?: ((event: Event) => any) | undefined;
1856
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1857
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1409
1858
  }>, {
1410
1859
  side: "top" | "right" | "bottom" | "left";
1411
1860
  sideOffset: number;
@@ -1419,14 +1868,23 @@ declare const __VLS_component_35: DefineComponent<__VLS_Props_40, {}, {}, {}, {}
1419
1868
  declare const __VLS_component_36: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1420
1869
 
1421
1870
  declare const __VLS_component_37: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {
1871
+ disabled: boolean;
1422
1872
  delayDuration: number;
1423
1873
  disableHoverableContent: boolean;
1874
+ disableClosingTrigger: boolean;
1875
+ ignoreNonKeyboardFocus: boolean;
1424
1876
  skipDelayDuration: number;
1425
1877
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1426
1878
 
1427
1879
  declare const __VLS_component_38: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1428
1880
 
1429
- declare const __VLS_component_39: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{}>, {
1881
+ declare const __VLS_component_39: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1882
+ "escape-key-down": (event: KeyboardEvent) => any;
1883
+ "pointer-down-outside": (event: Event) => any;
1884
+ }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
1885
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1886
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1887
+ }>, {
1430
1888
  side: "top" | "right" | "bottom" | "left";
1431
1889
  sideOffset: number;
1432
1890
  align: "start" | "center" | "end";
@@ -1447,16 +1905,24 @@ asChild: boolean;
1447
1905
  declare const __VLS_component_41: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1448
1906
  "escape-key-down": (event: KeyboardEvent) => any;
1449
1907
  "pointer-down-outside": (event: Event) => any;
1908
+ "focus-outside": (event: Event) => any;
1450
1909
  "interact-outside": (event: Event) => any;
1451
1910
  "open-auto-focus": (event: Event) => any;
1452
1911
  "close-auto-focus": (event: Event) => any;
1453
1912
  }, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{
1454
1913
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1455
1914
  "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1915
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1456
1916
  "onInteract-outside"?: ((event: Event) => any) | undefined;
1457
1917
  "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1458
1918
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1459
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1919
+ }>, {
1920
+ disabled: boolean;
1921
+ asChild: boolean;
1922
+ forceMount: boolean;
1923
+ defer: boolean;
1924
+ disableOutsidePointerEvents: boolean;
1925
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1460
1926
 
1461
1927
  declare const __VLS_component_42: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1462
1928
 
@@ -1466,10 +1932,12 @@ declare const __VLS_component_44: DefineComponent<__VLS_Props_51, {}, {}, {}, {}
1466
1932
 
1467
1933
  declare const __VLS_component_45: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {
1468
1934
  as: string;
1935
+ asChild: boolean;
1469
1936
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1470
1937
 
1471
1938
  declare const __VLS_component_46: DefineComponent<__VLS_Props_53, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_53> & Readonly<{}>, {
1472
1939
  as: string;
1940
+ asChild: boolean;
1473
1941
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1474
1942
 
1475
1943
  declare const __VLS_component_47: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
@@ -1482,10 +1950,16 @@ asChild: boolean;
1482
1950
 
1483
1951
  declare const __VLS_component_49: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1484
1952
  "escape-key-down": (event: KeyboardEvent) => any;
1953
+ "pointer-down-outside": (event: Event) => any;
1954
+ "focus-outside": (event: Event) => any;
1955
+ "interact-outside": (event: Event) => any;
1485
1956
  "open-auto-focus": (event: Event) => any;
1486
1957
  "close-auto-focus": (event: Event) => any;
1487
1958
  }, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{
1488
1959
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1960
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1961
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1962
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1489
1963
  "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1490
1964
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1491
1965
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -1500,10 +1974,12 @@ declare const __VLS_component_52: DefineComponent<__VLS_Props_60, {}, {}, {}, {}
1500
1974
 
1501
1975
  declare const __VLS_component_53: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{}>, {
1502
1976
  as: string;
1977
+ asChild: boolean;
1503
1978
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1504
1979
 
1505
1980
  declare const __VLS_component_54: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{}>, {
1506
1981
  as: string;
1982
+ asChild: boolean;
1507
1983
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1508
1984
 
1509
1985
  declare const __VLS_component_55: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
@@ -1527,40 +2003,49 @@ asChild: boolean;
1527
2003
  declare const __VLS_component_59: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1528
2004
  "escape-key-down": (event: KeyboardEvent) => any;
1529
2005
  "pointer-down-outside": (event: Event) => any;
2006
+ "focus-outside": (event: Event) => any;
1530
2007
  "interact-outside": (event: Event) => any;
1531
2008
  "open-auto-focus": (event: Event) => any;
1532
2009
  "close-auto-focus": (event: Event) => any;
1533
2010
  }, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{
1534
2011
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1535
2012
  "onPointer-down-outside"?: ((event: Event) => any) | undefined;
2013
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1536
2014
  "onInteract-outside"?: ((event: Event) => any) | undefined;
1537
2015
  "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1538
2016
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1539
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2017
+ }>, {
2018
+ disabled: boolean;
2019
+ asChild: boolean;
2020
+ forceMount: boolean;
2021
+ defer: boolean;
2022
+ disableOutsidePointerEvents: boolean;
2023
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1540
2024
 
1541
2025
  declare const __VLS_component_6: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
1542
2026
  as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
1543
2027
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1544
2028
 
1545
- declare const __VLS_component_60: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2029
+ declare const __VLS_component_60: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1546
2030
 
1547
- declare const __VLS_component_61: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2031
+ declare const __VLS_component_61: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1548
2032
 
1549
- declare const __VLS_component_62: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2033
+ declare const __VLS_component_62: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1550
2034
 
1551
- declare const __VLS_component_63: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2035
+ declare const __VLS_component_63: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1552
2036
 
1553
- declare const __VLS_component_64: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {
2037
+ declare const __VLS_component_64: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
1554
2038
  asChild: boolean;
1555
2039
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1556
2040
 
1557
- declare const __VLS_component_65: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
2041
+ declare const __VLS_component_65: DefineComponent<__VLS_Props_74, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{}>, {
1558
2042
  as: string;
2043
+ asChild: boolean;
1559
2044
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1560
2045
 
1561
- declare const __VLS_component_66: DefineComponent<__VLS_Props_74, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2046
+ declare const __VLS_component_66: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1562
2047
  "update:modelValue": (value: string) => any;
1563
- }, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{
2048
+ }, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{
1564
2049
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1565
2050
  }>, {
1566
2051
  variant: "primary" | "secondary";
@@ -1568,23 +2053,23 @@ orientation: "horizontal" | "vertical";
1568
2053
  activationMode: "automatic" | "manual";
1569
2054
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1570
2055
 
1571
- declare const __VLS_component_67: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2056
+ declare const __VLS_component_67: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1572
2057
  scrollWrapperEl: HTMLDivElement;
1573
2058
  containerEl: HTMLDivElement;
1574
2059
  dropdownEl: HTMLDivElement;
1575
2060
  }, any>;
1576
2061
 
1577
- declare const __VLS_component_68: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2062
+ declare const __VLS_component_68: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1578
2063
 
1579
- declare const __VLS_component_69: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2064
+ declare const __VLS_component_69: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1580
2065
 
1581
2066
  declare const __VLS_component_7: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
1582
2067
  variant: "default" | "light";
1583
2068
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1584
2069
 
1585
- declare const __VLS_component_70: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2070
+ declare const __VLS_component_70: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1586
2071
  "update:modelValue": (value: string | MultipleValue) => any;
1587
- }, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{
2072
+ }, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{
1588
2073
  "onUpdate:modelValue"?: ((value: string | MultipleValue) => any) | undefined;
1589
2074
  }>, {
1590
2075
  size: "md" | "sm" | "lg";
@@ -1593,7 +2078,7 @@ collapsible: boolean;
1593
2078
  disabled: boolean;
1594
2079
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1595
2080
 
1596
- declare const __VLS_component_71: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2081
+ declare const __VLS_component_71: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1597
2082
  reka: ({
1598
2083
  $: ComponentInternalInstance;
1599
2084
  $data: {};
@@ -1651,15 +2136,15 @@ open: boolean;
1651
2136
  }) | null;
1652
2137
  }, any>;
1653
2138
 
1654
- declare const __VLS_component_72: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2139
+ declare const __VLS_component_72: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1655
2140
 
1656
- declare const __VLS_component_73: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2141
+ declare const __VLS_component_73: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1657
2142
 
1658
- declare const __VLS_component_74: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2143
+ declare const __VLS_component_74: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1659
2144
 
1660
- declare const __VLS_component_75: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2145
+ declare const __VLS_component_75: DefineComponent<__VLS_Props_85, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1661
2146
  "update:open": (value: boolean) => any;
1662
- }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
2147
+ }, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{
1663
2148
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1664
2149
  }>, {
1665
2150
  disabled: boolean;
@@ -1667,15 +2152,19 @@ defaultOpen: boolean;
1667
2152
  open: boolean | null;
1668
2153
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1669
2154
 
1670
- declare const __VLS_component_76: DefineComponent<__VLS_Props_85, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2155
+ declare const __VLS_component_76: DefineComponent<__VLS_Props_86, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_86> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1671
2156
 
1672
- declare const __VLS_component_77: DefineComponent<__VLS_Props_86, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_86> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2157
+ declare const __VLS_component_77: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2158
+ "content-found": () => any;
2159
+ }, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{
2160
+ "onContent-found"?: (() => any) | undefined;
2161
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1673
2162
 
1674
- declare const __VLS_component_78: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{}>, {
2163
+ declare const __VLS_component_78: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {
1675
2164
  singleOpen: boolean;
1676
2165
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1677
2166
 
1678
- declare const __VLS_component_79: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2167
+ declare const __VLS_component_79: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1679
2168
 
1680
2169
  declare const __VLS_component_8: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
1681
2170
  size: "md" | "sm" | "lg" | "xs";
@@ -1684,42 +2173,42 @@ color: "default" | "accent" | "danger" | "success" | "warning";
1684
2173
  placement: "top-right" | "bottom-left" | "bottom-right" | "top-left";
1685
2174
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1686
2175
 
1687
- declare const __VLS_component_80: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {
2176
+ declare const __VLS_component_80: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
1688
2177
  isLast: boolean;
1689
2178
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
1690
2179
 
1691
- declare const __VLS_component_81: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
2180
+ declare const __VLS_component_81: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
1692
2181
  orientation: "horizontal" | "vertical";
1693
2182
  isAttached: boolean;
1694
2183
  loop: boolean;
1695
2184
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1696
2185
 
1697
- declare const __VLS_component_82: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2186
+ declare const __VLS_component_82: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1698
2187
 
1699
- declare const __VLS_component_83: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2188
+ declare const __VLS_component_83: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1700
2189
 
1701
- declare const __VLS_component_84: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2190
+ declare const __VLS_component_84: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1702
2191
  "update:modelValue": (value: string | Multi) => any;
1703
- }, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{
2192
+ }, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{
1704
2193
  "onUpdate:modelValue"?: ((value: string | Multi) => any) | undefined;
1705
2194
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1706
2195
 
1707
- declare const __VLS_component_85: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2196
+ declare const __VLS_component_85: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1708
2197
 
1709
- declare const __VLS_component_86: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2198
+ declare const __VLS_component_86: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1710
2199
  close: () => any;
1711
- }, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{
2200
+ }, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{
1712
2201
  onClose?: (() => any) | undefined;
1713
2202
  }>, {
1714
2203
  isClosable: boolean;
1715
2204
  severity: AlertSeverity;
1716
2205
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1717
2206
 
1718
- declare const __VLS_component_87: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
2207
+ declare const __VLS_component_87: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
1719
2208
 
1720
- declare const __VLS_component_88: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2209
+ declare const __VLS_component_88: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1721
2210
 
1722
- declare const __VLS_component_89: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2211
+ declare const __VLS_component_89: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1723
2212
 
1724
2213
  declare const __VLS_component_9: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1725
2214
  close: () => any;
@@ -1733,7 +2222,7 @@ isClosable: boolean;
1733
2222
  closeAriaLabel: string;
1734
2223
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
1735
2224
 
1736
- declare const __VLS_component_90: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {
2225
+ declare const __VLS_component_90: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
1737
2226
  label: string;
1738
2227
  duration: number;
1739
2228
  disableSwipe: boolean;
@@ -1741,10 +2230,24 @@ swipeDirection: "up" | "down" | "left" | "right";
1741
2230
  swipeThreshold: number;
1742
2231
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1743
2232
 
1744
- declare const __VLS_component_91: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2233
+ declare const __VLS_component_91: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1745
2234
  "update:open": (value: boolean) => any;
1746
- }, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{
2235
+ pause: () => any;
2236
+ "escape-key-down": (event: KeyboardEvent) => any;
2237
+ resume: () => any;
2238
+ "swipe-start": (event: Event) => any;
2239
+ "swipe-move": (event: Event) => any;
2240
+ "swipe-cancel": (event: Event) => any;
2241
+ "swipe-end": (event: Event) => any;
2242
+ }, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{
1747
2243
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
2244
+ onPause?: (() => any) | undefined;
2245
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
2246
+ onResume?: (() => any) | undefined;
2247
+ "onSwipe-start"?: ((event: Event) => any) | undefined;
2248
+ "onSwipe-move"?: ((event: Event) => any) | undefined;
2249
+ "onSwipe-cancel"?: ((event: Event) => any) | undefined;
2250
+ "onSwipe-end"?: ((event: Event) => any) | undefined;
1748
2251
  }>, {
1749
2252
  variant: "default" | "accent" | "danger" | "success" | "warning";
1750
2253
  open: boolean;
@@ -1752,49 +2255,139 @@ position: ToastPosition_2;
1752
2255
  duration: number;
1753
2256
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1754
2257
 
1755
- declare const __VLS_component_92: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2258
+ declare const __VLS_component_92: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1756
2259
 
1757
- declare const __VLS_component_93: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2260
+ declare const __VLS_component_93: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1758
2261
 
1759
- declare const __VLS_component_94: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {
2262
+ declare const __VLS_component_94: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {
1760
2263
  altText: string;
1761
2264
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1762
2265
 
1763
- declare const __VLS_component_95: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
2266
+ declare const __VLS_component_95: DefineComponent<__VLS_Props_107, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_107> & Readonly<{}>, {
1764
2267
  label: string;
1765
2268
  position: ToastPosition_3;
1766
2269
  swipeDirection: "up" | "down" | "left" | "right";
1767
2270
  hotkey: string[];
1768
2271
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1769
2272
 
1770
- declare const __VLS_component_96: DefineComponent<__VLS_Props_107, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2273
+ declare const __VLS_component_96: DefineComponent<__VLS_Props_108, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1771
2274
  "update:modelValue": (value: string | string[] | undefined) => any;
1772
- }, string, PublicProps, Readonly<__VLS_Props_107> & Readonly<{
2275
+ highlight: (context: unknown) => any;
2276
+ "entry-focus": (event: Event) => any;
2277
+ leave: (event: Event) => any;
2278
+ "load-more": () => any;
2279
+ }, string, PublicProps, Readonly<__VLS_Props_108> & Readonly<{
1773
2280
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
2281
+ onHighlight?: ((context: unknown) => any) | undefined;
2282
+ "onEntry-focus"?: ((event: Event) => any) | undefined;
2283
+ onLeave?: ((event: Event) => any) | undefined;
2284
+ "onLoad-more"?: (() => any) | undefined;
1774
2285
  }>, {
1775
2286
  variant: "default" | "danger";
1776
2287
  isDisabled: boolean;
1777
2288
  class: string | false | Record<string, unknown> | ClassValue[] | null;
2289
+ isLoading: boolean;
2290
+ orientation: "horizontal" | "vertical";
2291
+ as: string;
2292
+ multiple: boolean;
2293
+ asChild: boolean;
1778
2294
  selectionMode: "single" | "multiple";
1779
2295
  modelValue: string | string[];
1780
2296
  defaultValue: string | string[];
1781
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2297
+ name: string;
2298
+ required: boolean;
2299
+ dir: "ltr" | "rtl";
2300
+ maxHeight: string | number;
2301
+ by: string;
2302
+ hideSelectedIcon: boolean;
2303
+ selectionBehavior: "toggle" | "replace";
2304
+ highlightOnHover: boolean;
2305
+ contentAs: string;
2306
+ contentAsChild: boolean;
2307
+ virtualized: boolean;
2308
+ estimateSize: number | ((index: number) => number);
2309
+ overscan: number;
2310
+ hasMore: boolean;
2311
+ loadMoreDistance: number;
2312
+ loadMode: "scroll" | "button";
2313
+ loadMoreLabel: string;
2314
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2315
+ content: ({
2316
+ $: ComponentInternalInstance;
2317
+ $data: {};
2318
+ $props: {
2319
+ readonly asChild?: boolean | undefined;
2320
+ readonly as?: (AsTag | Component) | undefined;
2321
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2322
+ $attrs: Attrs;
2323
+ $refs: {
2324
+ [x: string]: unknown;
2325
+ };
2326
+ $slots: Readonly<{
2327
+ [name: string]: Slot<any> | undefined;
2328
+ }>;
2329
+ $root: ComponentPublicInstance | null;
2330
+ $parent: ComponentPublicInstance | null;
2331
+ $host: Element | null;
2332
+ $emit: (event: string, ...args: any[]) => void;
2333
+ $el: any;
2334
+ $options: ComponentOptionsBase<Readonly<ListboxContentProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2335
+ beforeCreate?: (() => void) | (() => void)[];
2336
+ created?: (() => void) | (() => void)[];
2337
+ beforeMount?: (() => void) | (() => void)[];
2338
+ mounted?: (() => void) | (() => void)[];
2339
+ beforeUpdate?: (() => void) | (() => void)[];
2340
+ updated?: (() => void) | (() => void)[];
2341
+ activated?: (() => void) | (() => void)[];
2342
+ deactivated?: (() => void) | (() => void)[];
2343
+ beforeDestroy?: (() => void) | (() => void)[];
2344
+ beforeUnmount?: (() => void) | (() => void)[];
2345
+ destroyed?: (() => void) | (() => void)[];
2346
+ unmounted?: (() => void) | (() => void)[];
2347
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2348
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2349
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2350
+ };
2351
+ $forceUpdate: () => void;
2352
+ $nextTick: nextTick;
2353
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2354
+ } & Readonly<{}> & Omit<Readonly<ListboxContentProps> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
2355
+ $slots: {
2356
+ default?: (props: {}) => any;
2357
+ };
2358
+ }) | null;
2359
+ }, any>;
1782
2360
 
1783
- declare const __VLS_component_97: DefineComponent<__VLS_Props_108, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_108> & Readonly<{}>, {
2361
+ declare const __VLS_component_97: DefineComponent<__VLS_Props_109, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2362
+ select: (event: Event) => any;
2363
+ }, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{
2364
+ onSelect?: ((event: Event) => any) | undefined;
2365
+ }>, {
1784
2366
  variant: "default" | "danger";
1785
2367
  isDisabled: boolean;
1786
2368
  class: string | false | Record<string, unknown> | ClassValue[] | null;
2369
+ as: string;
1787
2370
  classNames: Partial<{
1788
2371
  item: ClassValue;
1789
2372
  indicator: ClassValue;
1790
2373
  }>;
2374
+ disabled: boolean;
2375
+ asChild: boolean;
2376
+ indicatorAsChild: boolean;
2377
+ indicatorAs: string;
1791
2378
  textValue: string;
2379
+ hideSelectedIcon: boolean;
1792
2380
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1793
2381
 
1794
- declare const __VLS_component_98: DefineComponent<__VLS_Props_109, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{}>, {
2382
+ declare const __VLS_component_98: DefineComponent<__VLS_Props_110, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_110> & Readonly<{}>, {
1795
2383
  class: string;
1796
2384
  title: string;
2385
+ as: string;
2386
+ for: string;
2387
+ asChild: boolean;
1797
2388
  showDivider: boolean;
2389
+ labelAs: string;
2390
+ labelAsChild: boolean;
1798
2391
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1799
2392
 
1800
2393
  declare const __VLS_component_99: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1817,8 +2410,11 @@ items: SelectItemData[];
1817
2410
  multiple: boolean;
1818
2411
  modelValue: SelectItemValue | SelectItemValue[];
1819
2412
  defaultValue: SelectItemValue | SelectItemValue[];
2413
+ dir: "ltr" | "rtl";
1820
2414
  defaultOpen: boolean;
1821
2415
  open: boolean;
2416
+ by: string | ((a: SelectItemValue, b: SelectItemValue) => boolean);
2417
+ autocomplete: string;
1822
2418
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1823
2419
 
1824
2420
  declare type __VLS_PrettifyLocal<T> = {
@@ -1863,6 +2459,10 @@ declare type __VLS_Props_10 = {
1863
2459
  };
1864
2460
 
1865
2461
  declare type __VLS_Props_100 = {
2462
+ class?: string;
2463
+ };
2464
+
2465
+ declare type __VLS_Props_101 = {
1866
2466
  /** Screen reader label for toast announcements */
1867
2467
  label?: string;
1868
2468
  /** Default auto-dismiss duration in ms for all toasts */
@@ -1875,42 +2475,78 @@ declare type __VLS_Props_100 = {
1875
2475
  swipeThreshold?: number;
1876
2476
  };
1877
2477
 
1878
- declare type __VLS_Props_101 = {
2478
+ declare type __VLS_Props_102 = {
1879
2479
  open?: boolean;
1880
2480
  duration?: number;
1881
2481
  position?: ToastPosition_2;
1882
2482
  variant?: ToastVariants['variant'];
1883
2483
  class?: string;
2484
+ /** Default open state for uncontrolled usage */
2485
+ defaultOpen?: boolean;
2486
+ /** Keep mounted in DOM when closed */
2487
+ forceMount?: boolean;
2488
+ /** Toast type: 'foreground' for urgent, 'background' for passive */
2489
+ type?: 'foreground' | 'background';
2490
+ /** Render as a different element */
2491
+ as?: string;
2492
+ /** Merge props onto child element */
2493
+ asChild?: boolean;
1884
2494
  };
1885
2495
 
1886
- declare type __VLS_Props_102 = {
2496
+ declare type __VLS_Props_103 = {
1887
2497
  class?: string;
2498
+ /** Render as a different element */
2499
+ as?: string;
2500
+ /** Merge props onto child element */
2501
+ asChild?: boolean;
1888
2502
  };
1889
2503
 
1890
- declare type __VLS_Props_103 = {
2504
+ declare type __VLS_Props_104 = {
1891
2505
  class?: string;
2506
+ /** Render as a different element */
2507
+ as?: string;
2508
+ /** Merge props onto child element */
2509
+ asChild?: boolean;
1892
2510
  };
1893
2511
 
1894
- declare type __VLS_Props_104 = {
2512
+ declare type __VLS_Props_105 = {
1895
2513
  /** Required by Reka UI for screen reader announcements */
1896
2514
  altText?: string;
1897
2515
  class?: string;
2516
+ /** Render as a different element */
2517
+ as?: string;
2518
+ /** Merge props onto child element */
2519
+ asChild?: boolean;
1898
2520
  };
1899
2521
 
1900
- declare type __VLS_Props_105 = {
2522
+ declare type __VLS_Props_106 = {
1901
2523
  class?: string;
1902
2524
  ariaLabel?: string;
2525
+ /** Render as a different element */
2526
+ as?: string;
2527
+ /** Merge props onto child element */
2528
+ asChild?: boolean;
1903
2529
  };
1904
2530
 
1905
- declare type __VLS_Props_106 = {
2531
+ declare type __VLS_Props_107 = {
1906
2532
  position?: ToastPosition_3;
1907
2533
  class?: string;
1908
2534
  hotkey?: string[];
1909
2535
  label?: string;
1910
2536
  swipeDirection?: 'up' | 'down' | 'left' | 'right';
2537
+ /** Default duration for toasts in this provider (ms) */
2538
+ duration?: number;
2539
+ /** Disable swipe gestures for all toasts in this provider */
2540
+ disableSwipe?: boolean;
2541
+ /** Distance in pixels before a swipe is recognised */
2542
+ swipeThreshold?: number;
2543
+ /** Render viewport as a different element */
2544
+ as?: string;
2545
+ /** Merge viewport props onto child element */
2546
+ asChild?: boolean;
1911
2547
  };
1912
2548
 
1913
- declare type __VLS_Props_107 = {
2549
+ declare type __VLS_Props_108 = {
1914
2550
  modelValue?: string | string[];
1915
2551
  defaultValue?: string | string[];
1916
2552
  selectionMode?: 'single' | 'multiple';
@@ -1926,9 +2562,53 @@ declare type __VLS_Props_107 = {
1926
2562
  }>;
1927
2563
  /** Shorthand API: render list items from an array instead of the compound slot API */
1928
2564
  items?: ListBoxShorthandItem[];
2565
+ /** Allow selecting multiple values (alias for selectionMode="multiple"). */
2566
+ multiple?: boolean;
2567
+ /** Orientation of the listbox for keyboard navigation. */
2568
+ orientation?: 'horizontal' | 'vertical';
2569
+ /** Reading direction for the component. */
2570
+ dir?: 'ltr' | 'rtl';
2571
+ /** Selection behavior when multiple is true. */
2572
+ selectionBehavior?: 'toggle' | 'replace';
2573
+ /** Highlight item on hover. */
2574
+ highlightOnHover?: boolean;
2575
+ /** Key used to compare items for equality. */
2576
+ by?: string;
2577
+ /** Render as a different element or component. */
2578
+ as?: string;
2579
+ /** Merge props onto child element instead of rendering a wrapper. */
2580
+ asChild?: boolean;
2581
+ /** Form field name for native form submission. */
2582
+ name?: string;
2583
+ /** Mark the field as required. */
2584
+ required?: boolean;
2585
+ /** Render the ListboxContent as a different element. */
2586
+ contentAs?: string;
2587
+ /** Merge content props onto child element. */
2588
+ contentAsChild?: boolean;
2589
+ /** Hide the selected checkmark on all items (forwarded via context). */
2590
+ hideSelectedIcon?: boolean;
2591
+ /** Enable windowed rendering (opt-in). Renders from `items`. */
2592
+ virtualized?: boolean;
2593
+ /** Estimated row height in px (or per-index fn) for the virtualizer. */
2594
+ estimateSize?: number | ((index: number) => number);
2595
+ /** Rows rendered outside the visible area. */
2596
+ overscan?: number;
2597
+ /** Scroll-viewport height for the content when scrolling is active. */
2598
+ maxHeight?: string | number;
2599
+ /** Whether more pages remain to load (gates load-more). */
2600
+ hasMore?: boolean;
2601
+ /** A page is currently loading (gates load-more; drives #loading slot). */
2602
+ isLoading?: boolean;
2603
+ /** Distance in px from the bottom that triggers load-more. */
2604
+ loadMoreDistance?: number;
2605
+ /** How the next page is requested: auto on scroll, or a manual button. */
2606
+ loadMode?: 'scroll' | 'button';
2607
+ /** Label for the manual load-more button (loadMode="button"). */
2608
+ loadMoreLabel?: string;
1929
2609
  };
1930
2610
 
1931
- declare type __VLS_Props_108 = {
2611
+ declare type __VLS_Props_109 = {
1932
2612
  value: string;
1933
2613
  textValue?: string;
1934
2614
  isDisabled?: boolean;
@@ -1939,12 +2619,18 @@ declare type __VLS_Props_108 = {
1939
2619
  item: ClassValue;
1940
2620
  indicator: ClassValue;
1941
2621
  }>;
1942
- };
1943
-
1944
- declare type __VLS_Props_109 = {
1945
- title?: string;
1946
- showDivider?: boolean;
1947
- class?: string;
2622
+ /** Whether the item is disabled. Alias for isDisabled. */
2623
+ disabled?: boolean;
2624
+ /** Render as a different element or component. */
2625
+ as?: string;
2626
+ /** Merge props onto child element instead of rendering a wrapper. */
2627
+ asChild?: boolean;
2628
+ /** Render the ListboxItemIndicator as a different element. */
2629
+ indicatorAs?: string;
2630
+ /** Merge indicator props onto child element. */
2631
+ indicatorAsChild?: boolean;
2632
+ /** Hide this item's selected indicator. Falls back to the ListBox setting. */
2633
+ hideSelectedIcon?: boolean;
1948
2634
  };
1949
2635
 
1950
2636
  declare type __VLS_Props_11 = {
@@ -1954,21 +2640,101 @@ declare type __VLS_Props_11 = {
1954
2640
  };
1955
2641
 
1956
2642
  declare type __VLS_Props_110 = {
2643
+ title?: string;
2644
+ showDivider?: boolean;
1957
2645
  class?: string;
2646
+ /** Render the ListboxGroup as a different element. */
2647
+ as?: string;
2648
+ /** Merge group props onto child element. */
2649
+ asChild?: boolean;
2650
+ /** The id of the element the label describes (for ListboxGroupLabel). */
2651
+ for?: string;
2652
+ /** Render the ListboxGroupLabel as a different element. */
2653
+ labelAs?: string;
2654
+ /** Merge label props onto child element. */
2655
+ labelAsChild?: boolean;
1958
2656
  };
1959
2657
 
1960
2658
  declare type __VLS_Props_111 = {
1961
- placeholder?: string;
1962
2659
  class?: string;
2660
+ /** Whether the trigger is disabled. */
2661
+ disabled?: boolean;
2662
+ /** Virtual or DOM reference element to position against. */
2663
+ reference?: object | null;
2664
+ /** Render as a different element or component. */
2665
+ as?: string;
2666
+ /** Merge props onto child element instead of rendering a wrapper. */
2667
+ asChild?: boolean;
1963
2668
  };
1964
2669
 
1965
2670
  declare type __VLS_Props_112 = {
2671
+ placeholder?: string;
2672
+ class?: string;
2673
+ /** Render as a different element or component. */
2674
+ as?: string;
2675
+ /** Merge props onto child element instead of rendering a wrapper. */
2676
+ asChild?: boolean;
2677
+ };
2678
+
2679
+ declare type __VLS_Props_113 = {
1966
2680
  position?: 'item-aligned' | 'popper';
1967
2681
  sideOffset?: number;
1968
2682
  class?: string;
2683
+ /** Keep content mounted even when closed. */
2684
+ forceMount?: boolean;
2685
+ /** Lock body scroll when content is open. */
2686
+ bodyLock?: boolean;
2687
+ /** Side of the trigger to render the content. */
2688
+ side?: 'top' | 'right' | 'bottom' | 'left';
2689
+ /** Flip to opposite side when not enough space. */
2690
+ sideFlip?: boolean;
2691
+ /** Alignment relative to the trigger. */
2692
+ align?: 'start' | 'center' | 'end';
2693
+ /** Offset from the alignment edge. */
2694
+ alignOffset?: number;
2695
+ /** Flip alignment when not enough space. */
2696
+ alignFlip?: boolean;
2697
+ /** Avoid collisions with viewport edges. */
2698
+ avoidCollisions?: boolean;
2699
+ /** Boundary element(s) for collision detection. */
2700
+ collisionBoundary?: Element | null | Array<Element | null>;
2701
+ /** Padding around collision boundary. */
2702
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
2703
+ /** Padding between content and arrow. */
2704
+ arrowPadding?: number;
2705
+ /** Hide the arrow when the content is shifted. */
2706
+ hideShiftedArrow?: boolean;
2707
+ /** Sticky behavior when scrolling. */
2708
+ sticky?: 'partial' | 'always';
2709
+ /** Hide content when fully detached from trigger. */
2710
+ hideWhenDetached?: boolean;
2711
+ /** CSS position strategy for the floating element. */
2712
+ positionStrategy?: 'fixed' | 'absolute';
2713
+ /** When to recalculate position. */
2714
+ updatePositionStrategy?: 'always' | 'optimized';
2715
+ /** Disable position update on layout shift. */
2716
+ disableUpdateOnLayoutShift?: boolean;
2717
+ /** Prioritize keeping content in view over alignment. */
2718
+ prioritizePosition?: boolean;
2719
+ /** Virtual or DOM reference element to position against. */
2720
+ reference?: object | null;
2721
+ /** Render as a different element or component. */
2722
+ as?: string;
2723
+ /** Merge props onto child element instead of rendering a wrapper. */
2724
+ asChild?: boolean;
2725
+ /** Disable pointer events outside the content while open. */
2726
+ disableOutsidePointerEvents?: boolean;
2727
+ /** Nonce for the viewport element. */
2728
+ nonce?: string;
2729
+ /** Portal target element or selector. */
2730
+ to?: string | HTMLElement;
2731
+ /** Disable the portal. */
2732
+ portalDisabled?: boolean;
2733
+ /** Defer portal rendering. */
2734
+ defer?: boolean;
1969
2735
  };
1970
2736
 
1971
- declare type __VLS_Props_113 = {
2737
+ declare type __VLS_Props_114 = {
1972
2738
  value: SelectItemValue;
1973
2739
  /**
1974
2740
  * Explicit human-readable label for this item. When provided, the registry is
@@ -1979,9 +2745,15 @@ declare type __VLS_Props_113 = {
1979
2745
  textValue?: string;
1980
2746
  isDisabled?: boolean;
1981
2747
  class?: string;
2748
+ /** Whether this item is disabled. */
2749
+ disabled?: boolean;
2750
+ /** Render as a different element or component. */
2751
+ as?: string;
2752
+ /** Merge props onto child element instead of rendering a wrapper. */
2753
+ asChild?: boolean;
1982
2754
  };
1983
2755
 
1984
- declare type __VLS_Props_114 = {
2756
+ declare type __VLS_Props_115 = {
1985
2757
  isOpen?: boolean;
1986
2758
  defaultOpen?: boolean;
1987
2759
  modal?: boolean;
@@ -1991,45 +2763,100 @@ declare type __VLS_Props_114 = {
1991
2763
  closeOnSelect?: boolean;
1992
2764
  disableAnimation?: boolean;
1993
2765
  class?: string;
2766
+ /** Controlled open state of the dropdown. */
2767
+ open?: boolean;
2768
+ /** Text direction for the dropdown. */
2769
+ dir?: 'ltr' | 'rtl';
1994
2770
  };
1995
2771
 
1996
- declare type __VLS_Props_115 = {
2772
+ declare type __VLS_Props_116 = {
2773
+ /** Whether the trigger is disabled. */
2774
+ disabled?: boolean;
2775
+ /** Render as a different element or component. */
2776
+ as?: string;
2777
+ /** Merge props onto child element instead of rendering a wrapper. */
2778
+ asChild?: boolean;
2779
+ };
2780
+
2781
+ declare type __VLS_Props_117 = {
1997
2782
  ariaLabel?: string;
1998
2783
  sideOffset?: number;
1999
2784
  side?: 'top' | 'right' | 'bottom' | 'left';
2000
2785
  align?: 'start' | 'center' | 'end';
2001
2786
  alignOffset?: number;
2002
2787
  class?: string;
2788
+ /** Portal target element or selector. */
2789
+ to?: string | HTMLElement;
2790
+ /** Disable the portal. */
2791
+ portalDisabled?: boolean;
2792
+ /** Defer portal rendering. */
2793
+ defer?: boolean;
2794
+ /** Force content to stay mounted even when closed. */
2795
+ forceMount?: boolean;
2796
+ /** Keep keyboard focus loop within the content. */
2797
+ loop?: boolean;
2798
+ /** Flip to opposite side when there is not enough space. */
2799
+ sideFlip?: boolean;
2800
+ /** Flip alignment when there is not enough space. */
2801
+ alignFlip?: boolean;
2802
+ /** Avoid collisions with the viewport edges. */
2803
+ avoidCollisions?: boolean;
2804
+ /** Boundary element(s) for collision detection. */
2805
+ collisionBoundary?: Element | null | Array<Element | null>;
2806
+ /** Padding around collision boundary. */
2807
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
2808
+ /** Padding between content and arrow. */
2809
+ arrowPadding?: number;
2810
+ /** Hide the arrow when the content is shifted. */
2811
+ hideShiftedArrow?: boolean;
2812
+ /** Sticky behavior when scrolling. */
2813
+ sticky?: 'partial' | 'always';
2814
+ /** Hide content when fully detached from trigger. */
2815
+ hideWhenDetached?: boolean;
2816
+ /** CSS position strategy for the floating element. */
2817
+ positionStrategy?: 'fixed' | 'absolute';
2818
+ /** When to recalculate position. */
2819
+ updatePositionStrategy?: 'always' | 'optimized';
2820
+ /** Disable position update on layout shift. */
2821
+ disableUpdateOnLayoutShift?: boolean;
2822
+ /** Prioritize keeping the content in view over alignment. */
2823
+ prioritizePosition?: boolean;
2824
+ /** Virtual or DOM reference element to position against. */
2825
+ reference?: object | null;
2826
+ /** Render as a different element or component. */
2827
+ as?: string;
2828
+ /** Merge props onto child element instead of rendering a wrapper. */
2829
+ asChild?: boolean;
2003
2830
  };
2004
2831
 
2005
- declare type __VLS_Props_116 = {
2832
+ declare type __VLS_Props_118 = {
2006
2833
  textValue?: string;
2007
2834
  isDisabled?: boolean;
2008
2835
  variant?: MenuItemVariants['variant'];
2009
2836
  shortcut?: string;
2010
2837
  description?: string;
2011
2838
  class?: string;
2839
+ /** Whether this item is disabled. */
2840
+ disabled?: boolean;
2841
+ /** Render as a different element or component. */
2842
+ as?: string;
2843
+ /** Merge props onto child element instead of rendering a wrapper. */
2844
+ asChild?: boolean;
2012
2845
  };
2013
2846
 
2014
- declare type __VLS_Props_117 = {
2015
- textValue?: string;
2016
- isDisabled?: boolean;
2017
- variant?: 'default' | 'danger';
2018
- class?: string;
2019
- };
2020
-
2021
- declare type __VLS_Props_118 = {
2022
- value: string;
2847
+ declare type __VLS_Props_119 = {
2023
2848
  textValue?: string;
2024
2849
  isDisabled?: boolean;
2025
2850
  variant?: 'default' | 'danger';
2026
2851
  class?: string;
2027
- };
2028
-
2029
- declare type __VLS_Props_119 = {
2030
- title?: string;
2031
- showDivider?: boolean;
2032
- class?: string;
2852
+ /** Controlled checked state. */
2853
+ modelValue?: boolean;
2854
+ /** Whether this item is disabled. */
2855
+ disabled?: boolean;
2856
+ /** Render as a different element or component. */
2857
+ as?: string;
2858
+ /** Merge props onto child element instead of rendering a wrapper. */
2859
+ asChild?: boolean;
2033
2860
  };
2034
2861
 
2035
2862
  declare type __VLS_Props_12 = {
@@ -2048,24 +2875,103 @@ declare type __VLS_Props_12 = {
2048
2875
  };
2049
2876
 
2050
2877
  declare type __VLS_Props_120 = {
2878
+ /** Render as a different element or component. */
2879
+ as?: string;
2880
+ /** Merge props onto child element instead of rendering a wrapper. */
2881
+ asChild?: boolean;
2882
+ };
2883
+
2884
+ declare type __VLS_Props_121 = {
2885
+ value: string;
2886
+ textValue?: string;
2887
+ isDisabled?: boolean;
2888
+ variant?: 'default' | 'danger';
2889
+ class?: string;
2890
+ /** Whether this item is disabled. */
2891
+ disabled?: boolean;
2892
+ /** Render as a different element or component. */
2893
+ as?: string;
2894
+ /** Merge props onto child element instead of rendering a wrapper. */
2895
+ asChild?: boolean;
2896
+ };
2897
+
2898
+ declare type __VLS_Props_122 = {
2899
+ title?: string;
2900
+ showDivider?: boolean;
2901
+ class?: string;
2902
+ /** Render as a different element or component (applied to the group wrapper). */
2903
+ as?: string;
2904
+ /** Merge props onto child element instead of rendering a wrapper. */
2905
+ asChild?: boolean;
2906
+ };
2907
+
2908
+ declare type __VLS_Props_123 = {
2051
2909
  open?: boolean;
2052
2910
  defaultOpen?: boolean;
2053
2911
  openOnHover?: boolean;
2054
2912
  };
2055
2913
 
2056
- declare type __VLS_Props_121 = {
2914
+ declare type __VLS_Props_124 = {
2057
2915
  isDisabled?: boolean;
2058
2916
  textValue?: string;
2059
2917
  class?: string;
2918
+ /** Whether this trigger is disabled. */
2919
+ disabled?: boolean;
2920
+ /** Render as a different element or component. */
2921
+ as?: string;
2922
+ /** Merge props onto child element instead of rendering a wrapper. */
2923
+ asChild?: boolean;
2060
2924
  };
2061
2925
 
2062
- declare type __VLS_Props_122 = {
2926
+ declare type __VLS_Props_125 = {
2063
2927
  sideOffset?: number;
2064
2928
  alignOffset?: number;
2065
2929
  class?: string;
2930
+ /** Keep sub-content mounted even when closed. */
2931
+ forceMount?: boolean;
2932
+ /** Keep keyboard focus loop within the content. */
2933
+ loop?: boolean;
2934
+ /** Flip to opposite side when there is not enough space. */
2935
+ sideFlip?: boolean;
2936
+ /** Flip alignment when there is not enough space. */
2937
+ alignFlip?: boolean;
2938
+ /** Avoid collisions with the viewport edges. */
2939
+ avoidCollisions?: boolean;
2940
+ /** Boundary element(s) for collision detection. */
2941
+ collisionBoundary?: Element | null | Array<Element | null>;
2942
+ /** Padding around collision boundary. */
2943
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
2944
+ /** Padding between content and arrow. */
2945
+ arrowPadding?: number;
2946
+ /** Hide the arrow when the content is shifted. */
2947
+ hideShiftedArrow?: boolean;
2948
+ /** Sticky behavior when scrolling. */
2949
+ sticky?: 'partial' | 'always';
2950
+ /** Hide content when fully detached from trigger. */
2951
+ hideWhenDetached?: boolean;
2952
+ /** CSS position strategy for the floating element. */
2953
+ positionStrategy?: 'fixed' | 'absolute';
2954
+ /** When to recalculate position. */
2955
+ updatePositionStrategy?: 'always' | 'optimized';
2956
+ /** Disable position update on layout shift. */
2957
+ disableUpdateOnLayoutShift?: boolean;
2958
+ /** Prioritize keeping the content in view over alignment. */
2959
+ prioritizePosition?: boolean;
2960
+ /** Virtual or DOM reference element to position against. */
2961
+ reference?: object | null;
2962
+ /** Render as a different element or component. */
2963
+ as?: string;
2964
+ /** Merge props onto child element instead of rendering a wrapper. */
2965
+ asChild?: boolean;
2966
+ /** Portal target element or selector. */
2967
+ to?: string | HTMLElement;
2968
+ /** Disable the portal. */
2969
+ portalDisabled?: boolean;
2970
+ /** Defer portal rendering. */
2971
+ defer?: boolean;
2066
2972
  };
2067
2973
 
2068
- declare type __VLS_Props_123 = {
2974
+ declare type __VLS_Props_126 = {
2069
2975
  modelValue?: string;
2070
2976
  defaultValue?: string;
2071
2977
  open?: boolean;
@@ -2087,38 +2993,152 @@ declare type __VLS_Props_123 = {
2087
2993
  classNames?: Partial<{
2088
2994
  base: ClassValue;
2089
2995
  }>;
2090
- };
2091
-
2092
- declare type __VLS_Props_124 = {
2093
- placeholder?: string;
2094
- class?: string;
2095
- };
2096
-
2097
- declare type __VLS_Props_125 = {
2098
- sideOffset?: number;
2099
- class?: string;
2100
- };
2101
-
2102
- declare type __VLS_Props_126 = {
2103
- value: string;
2104
- isDisabled?: boolean;
2105
- class?: string;
2996
+ /** Reset search term when user blurs the input. */
2997
+ resetSearchTermOnBlur?: boolean;
2998
+ /** Reset search term after an item is selected. */
2999
+ resetSearchTermOnSelect?: boolean;
3000
+ /** Open dropdown when the input gains focus. */
3001
+ openOnFocus?: boolean;
3002
+ /** Open dropdown when the input is clicked. */
3003
+ openOnClick?: boolean;
3004
+ /** Disable Reka's built-in filter; handle filtering externally. */
3005
+ ignoreFilter?: boolean;
3006
+ /** Reset modelValue when the input is cleared. */
3007
+ resetModelValueOnClear?: boolean;
3008
+ /** Allow selecting multiple values. */
3009
+ multiple?: boolean;
3010
+ /** Reading direction for the component. */
3011
+ dir?: 'ltr' | 'rtl';
3012
+ /** Highlight the matching item on hover. */
3013
+ highlightOnHover?: boolean;
3014
+ /** Key to compare items by for selection equality. */
3015
+ by?: string;
3016
+ /** Render as a different element or component. */
3017
+ as?: string;
3018
+ /** Merge props onto child element instead of rendering a wrapper. */
3019
+ asChild?: boolean;
3020
+ /** Form field name for native form submission. */
3021
+ name?: string;
2106
3022
  };
2107
3023
 
2108
3024
  declare type __VLS_Props_127 = {
2109
3025
  placeholder?: string;
2110
3026
  class?: string;
3027
+ /** Custom reference element for the anchor. */
3028
+ anchorReference?: object | null;
3029
+ /** Render the anchor as a different element. */
3030
+ anchorAs?: string;
3031
+ /** Merge anchor props onto child element. */
3032
+ anchorAsChild?: boolean;
3033
+ /** Function to compute the display value from the current model value. */
3034
+ displayValue?: (value: string) => string;
3035
+ /** Two-way bound search input value. */
3036
+ modelValue?: string;
3037
+ /** Auto-focus the input on mount. */
3038
+ autoFocus?: boolean;
3039
+ /** Disable the input. Falls back to context isDisabled. */
3040
+ disabled?: boolean;
3041
+ /** Render the input as a different element. */
3042
+ as?: string;
3043
+ /** Merge input props onto child element. */
3044
+ asChild?: boolean;
3045
+ /** Disable the trigger button. */
3046
+ triggerDisabled?: boolean;
3047
+ /** Render the trigger as a different element. */
3048
+ triggerAs?: string;
3049
+ /** Merge trigger props onto child element. */
3050
+ triggerAsChild?: boolean;
3051
+ /** Render the cancel button as a different element. */
3052
+ cancelAs?: string;
3053
+ /** Merge cancel props onto child element. */
3054
+ cancelAsChild?: boolean;
2111
3055
  };
2112
3056
 
2113
3057
  declare type __VLS_Props_128 = {
2114
3058
  sideOffset?: number;
2115
3059
  class?: string;
3060
+ /** Portal target selector or element. */
3061
+ to?: string | HTMLElement;
3062
+ /** Disable the portal. */
3063
+ portalDisabled?: boolean;
3064
+ /** Defer portal rendering. */
3065
+ defer?: boolean;
3066
+ /** Force-mount the portal even when closed. */
3067
+ portalForceMount?: boolean;
3068
+ /** Force-mount the content even when closed. */
3069
+ forceMount?: boolean;
3070
+ /** Positioning strategy: item-aligned or popper. */
3071
+ position?: 'inline' | 'popper';
3072
+ /** Lock body scroll when open. */
3073
+ bodyLock?: boolean;
3074
+ /** Hide content when there are no items. */
3075
+ hideWhenEmpty?: boolean;
3076
+ /** Side of the anchor to render on. */
3077
+ side?: 'top' | 'right' | 'bottom' | 'left';
3078
+ /** Flip side when colliding. */
3079
+ sideFlip?: boolean;
3080
+ /** Side offset in pixels. */
3081
+ sideOffsetProp?: number;
3082
+ /** Alignment relative to the anchor. */
3083
+ align?: 'start' | 'center' | 'end';
3084
+ /** Alignment offset in pixels. */
3085
+ alignOffset?: number;
3086
+ /** Flip alignment when colliding. */
3087
+ alignFlip?: boolean;
3088
+ /** Avoid collisions with boundary. */
3089
+ avoidCollisions?: boolean;
3090
+ /** Boundary element(s) for collision detection. */
3091
+ collisionBoundary?: Element | null | Array<Element | null>;
3092
+ /** Padding from collision boundary. */
3093
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
3094
+ /** Padding from arrow. */
3095
+ arrowPadding?: number;
3096
+ /** Hide arrow when shifted. */
3097
+ hideShiftedArrow?: boolean;
3098
+ /** Sticky behavior on scroll. */
3099
+ sticky?: 'partial' | 'always';
3100
+ /** Hide when anchor is detached. */
3101
+ hideWhenDetached?: boolean;
3102
+ /** CSS position strategy. */
3103
+ positionStrategy?: 'fixed' | 'absolute';
3104
+ /** When to update position. */
3105
+ updatePositionStrategy?: 'always' | 'optimized';
3106
+ /** Disable position updates on layout shift. */
3107
+ disableUpdateOnLayoutShift?: boolean;
3108
+ /** Prioritize keeping content in view. */
3109
+ prioritizePosition?: boolean;
3110
+ /** Custom reference element for positioning. */
3111
+ reference?: object | null;
3112
+ /** Render content as a different element. */
3113
+ as?: string;
3114
+ /** Merge content props onto child element. */
3115
+ asChild?: boolean;
3116
+ /** Disable outside pointer events when open. */
3117
+ disableOutsidePointerEvents?: boolean;
3118
+ /** Nonce for the viewport's inline style. */
3119
+ viewportNonce?: string;
3120
+ /** Render the viewport as a different element. */
3121
+ viewportAs?: string;
3122
+ /** Merge viewport props onto child element. */
3123
+ viewportAsChild?: boolean;
2116
3124
  };
2117
3125
 
2118
3126
  declare type __VLS_Props_129 = {
2119
3127
  value: string;
2120
3128
  isDisabled?: boolean;
2121
3129
  class?: string;
3130
+ /** A string value for typeahead matching. Defaults to display text. */
3131
+ textValue?: string;
3132
+ /** Whether the item is disabled. Alias for isDisabled. */
3133
+ disabled?: boolean;
3134
+ /** Render as a different element or component. */
3135
+ as?: string;
3136
+ /** Merge props onto child element instead of rendering a wrapper. */
3137
+ asChild?: boolean;
3138
+ /** Render the ComboboxItemIndicator as a different element. */
3139
+ indicatorAs?: string;
3140
+ /** Merge indicator props onto child element. */
3141
+ indicatorAsChild?: boolean;
2122
3142
  };
2123
3143
 
2124
3144
  declare type __VLS_Props_13 = {
@@ -2131,15 +3151,116 @@ declare type __VLS_Props_13 = {
2131
3151
  };
2132
3152
 
2133
3153
  declare type __VLS_Props_130 = {
3154
+ /** Render as a different element or component. */
3155
+ as?: string;
3156
+ /** Merge props onto child element instead of rendering a wrapper. */
3157
+ asChild?: boolean;
3158
+ };
3159
+
3160
+ declare type __VLS_Props_131 = {
3161
+ placeholder?: string;
3162
+ class?: string;
3163
+ /** Two-way bound search input value. */
3164
+ modelValue?: string;
3165
+ /** Auto-focus the input on mount. */
3166
+ autoFocus?: boolean;
3167
+ /** Disable the input. Falls back to context isDisabled. */
3168
+ disabled?: boolean;
3169
+ /** Render the AutocompleteInput as a different element. */
3170
+ as?: string;
3171
+ /** Merge props onto child element instead of rendering a wrapper. */
3172
+ asChild?: boolean;
3173
+ /** Render the AutocompleteTrigger as a different element. */
3174
+ triggerAs?: string;
3175
+ /** Merge trigger props onto child element. */
3176
+ triggerAsChild?: boolean;
3177
+ /** Disable the trigger button. Falls back to context isDisabled. */
3178
+ triggerDisabled?: boolean;
3179
+ /** Render the AutocompleteCancel as a different element. */
3180
+ cancelAs?: string;
3181
+ /** Merge cancel props onto child element. */
3182
+ cancelAsChild?: boolean;
3183
+ /** Custom reference element for the AutocompleteAnchor. */
3184
+ anchorReference?: object | null;
3185
+ /** Render the AutocompleteAnchor as a different element. */
3186
+ anchorAs?: string;
3187
+ /** Merge anchor props onto child element. */
3188
+ anchorAsChild?: boolean;
3189
+ };
3190
+
3191
+ declare type __VLS_Props_132 = {
3192
+ sideOffset?: number;
3193
+ class?: string;
3194
+ to?: string | HTMLElement;
3195
+ disabled?: boolean;
3196
+ defer?: boolean;
3197
+ forceMount?: boolean;
3198
+ position?: 'inline' | 'popper';
3199
+ bodyLock?: boolean;
3200
+ hideWhenEmpty?: boolean;
3201
+ side?: 'top' | 'right' | 'bottom' | 'left';
3202
+ sideFlip?: boolean;
3203
+ align?: 'start' | 'center' | 'end';
3204
+ alignOffset?: number;
3205
+ alignFlip?: boolean;
3206
+ avoidCollisions?: boolean;
3207
+ collisionBoundary?: Element | null | Array<Element | null>;
3208
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
3209
+ arrowPadding?: number;
3210
+ hideShiftedArrow?: boolean;
3211
+ sticky?: 'partial' | 'always';
3212
+ hideWhenDetached?: boolean;
3213
+ positionStrategy?: 'fixed' | 'absolute';
3214
+ updatePositionStrategy?: 'always' | 'optimized';
3215
+ disableUpdateOnLayoutShift?: boolean;
3216
+ prioritizePosition?: boolean;
3217
+ reference?: object | null;
3218
+ as?: string;
3219
+ asChild?: boolean;
3220
+ disableOutsidePointerEvents?: boolean;
3221
+ nonce?: string;
3222
+ viewportAs?: string;
3223
+ viewportAsChild?: boolean;
3224
+ };
3225
+
3226
+ declare type __VLS_Props_133 = {
3227
+ value: string;
3228
+ isDisabled?: boolean;
3229
+ class?: string;
3230
+ /** A string value for typeahead matching. Defaults to display text. */
3231
+ textValue?: string;
3232
+ /** Whether the item is disabled. Alias for isDisabled. */
3233
+ disabled?: boolean;
3234
+ /** Render as a different element or component. */
3235
+ as?: string;
3236
+ /** Merge props onto child element instead of rendering a wrapper. */
3237
+ asChild?: boolean;
3238
+ /** Render the ComboboxItemIndicator as a different element. */
3239
+ indicatorAs?: string;
3240
+ /** Merge indicator props onto child element. */
3241
+ indicatorAsChild?: boolean;
3242
+ };
3243
+
3244
+ declare type __VLS_Props_134 = {
2134
3245
  /**
2135
3246
  * Label for the create item. Accepts a static string or a function receiving
2136
3247
  * the current search term. Defaults to `Create "${term}"`.
2137
3248
  */
2138
3249
  label?: string | ((term: string) => string);
2139
3250
  class?: string;
3251
+ /** The value of this item when selected. Defaults to the current search term. */
3252
+ value?: string;
3253
+ /** A string value that represents this item during typeahead navigation. */
3254
+ textValue?: string;
3255
+ /** Whether this item is disabled. */
3256
+ disabled?: boolean;
3257
+ /** Render as a different element or component. */
3258
+ as?: string;
3259
+ /** Merge props onto child element instead of rendering a wrapper. */
3260
+ asChild?: boolean;
2140
3261
  };
2141
3262
 
2142
- declare type __VLS_Props_131 = {
3263
+ declare type __VLS_Props_135 = {
2143
3264
  /** Current page number (v-model:page) */
2144
3265
  page?: number;
2145
3266
  /** Default page for uncontrolled usage */
@@ -2164,39 +3285,84 @@ declare type __VLS_Props_131 = {
2164
3285
  afterCursor?: string | null;
2165
3286
  /** Additional CSS class */
2166
3287
  class?: string;
3288
+ /** Render as a different element */
3289
+ as?: string;
3290
+ /** Merge props onto child element */
3291
+ asChild?: boolean;
2167
3292
  };
2168
3293
 
2169
- declare type __VLS_Props_132 = {
3294
+ declare type __VLS_Props_136 = {
2170
3295
  class?: string;
3296
+ /** Render as a different element */
3297
+ as?: string;
3298
+ /** Merge props onto child element */
3299
+ asChild?: boolean;
2171
3300
  };
2172
3301
 
2173
- declare type __VLS_Props_133 = {
3302
+ declare type __VLS_Props_137 = {
2174
3303
  /** Page number this item represents */
2175
3304
  value: number;
2176
3305
  class?: string;
3306
+ /** Render as a different element */
3307
+ as?: string;
3308
+ /** Merge props onto child element */
3309
+ asChild?: boolean;
2177
3310
  };
2178
3311
 
2179
- declare type __VLS_Props_134 = {
3312
+ declare type __VLS_Props_138 = {
2180
3313
  class?: string;
3314
+ /** Render as a different element */
3315
+ as?: string;
3316
+ /** Merge props onto child element */
3317
+ asChild?: boolean;
2181
3318
  };
2182
3319
 
2183
- declare type __VLS_Props_135 = {
3320
+ declare type __VLS_Props_139 = {
2184
3321
  class?: string;
3322
+ /** Render as a different element */
3323
+ as?: string;
3324
+ /** Merge props onto child element */
3325
+ asChild?: boolean;
2185
3326
  };
2186
3327
 
2187
- declare type __VLS_Props_136 = {
3328
+ declare type __VLS_Props_14 = {
3329
+ /**
3330
+ * Custom class to apply to the root element.
3331
+ */
3332
+ class?: ClassValue;
3333
+ /**
3334
+ * Custom classes to apply to each slot.
3335
+ */
3336
+ classNames?: Partial<{
3337
+ content: ClassValue;
3338
+ }>;
3339
+ };
3340
+
3341
+ declare type __VLS_Props_140 = {
2188
3342
  class?: string;
3343
+ /** Render as a different element */
3344
+ as?: string;
3345
+ /** Merge props onto child element */
3346
+ asChild?: boolean;
2189
3347
  };
2190
3348
 
2191
- declare type __VLS_Props_137 = {
3349
+ declare type __VLS_Props_141 = {
2192
3350
  class?: string;
3351
+ /** Render as a different element */
3352
+ as?: string;
3353
+ /** Merge props onto child element */
3354
+ asChild?: boolean;
2193
3355
  };
2194
3356
 
2195
- declare type __VLS_Props_138 = {
3357
+ declare type __VLS_Props_142 = {
2196
3358
  class?: string;
3359
+ /** Render as a different element */
3360
+ as?: string;
3361
+ /** Merge props onto child element */
3362
+ asChild?: boolean;
2197
3363
  };
2198
3364
 
2199
- declare type __VLS_Props_139 = {
3365
+ declare type __VLS_Props_143 = {
2200
3366
  columns: ColumnDef<any, any>[];
2201
3367
  data: any[];
2202
3368
  variant?: TableVariants['variant'];
@@ -2223,20 +3389,7 @@ declare type __VLS_Props_139 = {
2223
3389
  }>;
2224
3390
  };
2225
3391
 
2226
- declare type __VLS_Props_14 = {
2227
- /**
2228
- * Custom class to apply to the root element.
2229
- */
2230
- class?: ClassValue;
2231
- /**
2232
- * Custom classes to apply to each slot.
2233
- */
2234
- classNames?: Partial<{
2235
- content: ClassValue;
2236
- }>;
2237
- };
2238
-
2239
- declare type __VLS_Props_140 = {
3392
+ declare type __VLS_Props_144 = {
2240
3393
  rowIndex?: number;
2241
3394
  columnIndex?: number;
2242
3395
  /** Per-slot class name overrides merged via `composeClassName`. */
@@ -2245,7 +3398,7 @@ declare type __VLS_Props_140 = {
2245
3398
  }>;
2246
3399
  };
2247
3400
 
2248
- declare type __VLS_Props_141 = {
3401
+ declare type __VLS_Props_145 = {
2249
3402
  columnIndex?: number;
2250
3403
  sortDirection?: 'ascending' | 'descending' | 'none';
2251
3404
  /** Per-slot class overrides */
@@ -2254,7 +3407,7 @@ declare type __VLS_Props_141 = {
2254
3407
  }>;
2255
3408
  };
2256
3409
 
2257
- declare type __VLS_Props_142 = {
3410
+ declare type __VLS_Props_146 = {
2258
3411
  src?: string;
2259
3412
  alt?: string;
2260
3413
  name?: string;
@@ -2264,6 +3417,18 @@ declare type __VLS_Props_142 = {
2264
3417
  isBordered?: boolean;
2265
3418
  isDisabled?: boolean;
2266
3419
  showFallback?: boolean;
3420
+ /** AvatarRoot props */
3421
+ as?: string;
3422
+ asChild?: boolean;
3423
+ /** AvatarImage props */
3424
+ referrerPolicy?: string;
3425
+ crossOrigin?: string;
3426
+ imageAs?: string;
3427
+ imageAsChild?: boolean;
3428
+ /** AvatarFallback props */
3429
+ delayMs?: number;
3430
+ fallbackAs?: string;
3431
+ fallbackAsChild?: boolean;
2267
3432
  class?: ClassValue;
2268
3433
  /** Per-slot class name overrides */
2269
3434
  classNames?: Partial<{
@@ -2273,7 +3438,7 @@ declare type __VLS_Props_142 = {
2273
3438
  }>;
2274
3439
  };
2275
3440
 
2276
- declare type __VLS_Props_143 = {
3441
+ declare type __VLS_Props_147 = {
2277
3442
  size?: 'sm' | 'md' | 'lg';
2278
3443
  isBordered?: boolean;
2279
3444
  isDisabled?: boolean;
@@ -2286,8 +3451,10 @@ declare type __VLS_Props_143 = {
2286
3451
  avatars?: AvatarShorthandItem[];
2287
3452
  };
2288
3453
 
2289
- declare type __VLS_Props_144 = {
3454
+ declare type __VLS_Props_148 = {
2290
3455
  ratio?: number;
3456
+ as?: string;
3457
+ asChild?: boolean;
2291
3458
  class?: ClassValue;
2292
3459
  /** Override classes for individual slots */
2293
3460
  classNames?: Partial<{
@@ -2295,7 +3462,7 @@ declare type __VLS_Props_144 = {
2295
3462
  }>;
2296
3463
  };
2297
3464
 
2298
- declare type __VLS_Props_145 = {
3465
+ declare type __VLS_Props_149 = {
2299
3466
  id?: string;
2300
3467
  direction?: SplitterVariants['direction'];
2301
3468
  autoSaveId?: string;
@@ -2304,9 +3471,26 @@ declare type __VLS_Props_145 = {
2304
3471
  classNames?: Partial<{
2305
3472
  group: ClassValue;
2306
3473
  }>;
3474
+ /** Keyboard resize increment in pixels */
3475
+ keyboardResizeBy?: number;
3476
+ /** Custom storage for persisting layout */
3477
+ storage?: object;
3478
+ /** Render as a different element */
3479
+ as?: string;
3480
+ /** Merge props onto child element */
3481
+ asChild?: boolean;
2307
3482
  };
2308
3483
 
2309
- declare type __VLS_Props_146 = {
3484
+ declare type __VLS_Props_15 = {
3485
+ divider?: boolean;
3486
+ class?: ClassValue;
3487
+ /** Override the default classes applied to individual slots. */
3488
+ classNames?: Partial<{
3489
+ footer: ClassValue;
3490
+ }>;
3491
+ };
3492
+
3493
+ declare type __VLS_Props_150 = {
2310
3494
  id?: string;
2311
3495
  defaultSize?: number;
2312
3496
  minSize?: number;
@@ -2319,9 +3503,15 @@ declare type __VLS_Props_146 = {
2319
3503
  classNames?: Partial<{
2320
3504
  panel: ClassValue;
2321
3505
  }>;
3506
+ /** Unit for size values: 'percentage' or 'pixels' */
3507
+ sizeUnit?: '%' | 'px';
3508
+ /** Render as a different element */
3509
+ as?: string;
3510
+ /** Merge props onto child element */
3511
+ asChild?: boolean;
2322
3512
  };
2323
3513
 
2324
- declare type __VLS_Props_147 = {
3514
+ declare type __VLS_Props_151 = {
2325
3515
  id?: string;
2326
3516
  disabled?: boolean;
2327
3517
  class?: ClassValue;
@@ -2330,9 +3520,19 @@ declare type __VLS_Props_147 = {
2330
3520
  handle: ClassValue;
2331
3521
  handleBar: ClassValue;
2332
3522
  }>;
3523
+ /** Hit area margins for easier grabbing */
3524
+ hitAreaMargins?: object;
3525
+ /** Tab index for keyboard focus */
3526
+ tabindex?: number;
3527
+ /** Nonce for inline styles */
3528
+ nonce?: string;
3529
+ /** Render as a different element */
3530
+ as?: string;
3531
+ /** Merge props onto child element */
3532
+ asChild?: boolean;
2333
3533
  };
2334
3534
 
2335
- declare type __VLS_Props_148 = {
3535
+ declare type __VLS_Props_152 = {
2336
3536
  modelValue?: number;
2337
3537
  defaultValue?: number;
2338
3538
  totalSteps?: number;
@@ -2348,26 +3548,17 @@ declare type __VLS_Props_148 = {
2348
3548
  items?: StepperShorthandItem[];
2349
3549
  };
2350
3550
 
2351
- declare type __VLS_Props_149 = {
3551
+ declare type __VLS_Props_153 = {
2352
3552
  step: number;
2353
- /** Custom CSS classes for the root element. */
2354
- class?: ClassValue;
2355
- /** Override CSS classes for individual slots. */
2356
- classNames?: Partial<{
2357
- item: ClassValue;
2358
- }>;
2359
- };
2360
-
2361
- declare type __VLS_Props_15 = {
2362
- divider?: boolean;
3553
+ /** Custom CSS classes for the root element. */
2363
3554
  class?: ClassValue;
2364
- /** Override the default classes applied to individual slots. */
3555
+ /** Override CSS classes for individual slots. */
2365
3556
  classNames?: Partial<{
2366
- footer: ClassValue;
3557
+ item: ClassValue;
2367
3558
  }>;
2368
3559
  };
2369
3560
 
2370
- declare type __VLS_Props_150 = {
3561
+ declare type __VLS_Props_154 = {
2371
3562
  class?: ClassValue;
2372
3563
  /** Override classes on individual slots */
2373
3564
  classNames?: Partial<{
@@ -2375,7 +3566,7 @@ declare type __VLS_Props_150 = {
2375
3566
  }>;
2376
3567
  };
2377
3568
 
2378
- declare type __VLS_Props_151 = {
3569
+ declare type __VLS_Props_155 = {
2379
3570
  /** Custom CSS classes for the root element */
2380
3571
  class?: ClassValue;
2381
3572
  /** Per-slot custom CSS class overrides */
@@ -2384,7 +3575,7 @@ declare type __VLS_Props_151 = {
2384
3575
  }>;
2385
3576
  };
2386
3577
 
2387
- declare type __VLS_Props_152 = {
3578
+ declare type __VLS_Props_156 = {
2388
3579
  class?: ClassValue;
2389
3580
  /** Override classes for individual slots. */
2390
3581
  classNames?: Partial<{
@@ -2392,7 +3583,7 @@ declare type __VLS_Props_152 = {
2392
3583
  }>;
2393
3584
  };
2394
3585
 
2395
- declare type __VLS_Props_153 = {
3586
+ declare type __VLS_Props_157 = {
2396
3587
  class?: ClassValue;
2397
3588
  /** Custom classNames to override the default component slots */
2398
3589
  classNames?: Partial<{
@@ -2400,7 +3591,7 @@ declare type __VLS_Props_153 = {
2400
3591
  }>;
2401
3592
  };
2402
3593
 
2403
- declare type __VLS_Props_154 = {
3594
+ declare type __VLS_Props_158 = {
2404
3595
  /** Additional CSS class for the root element. */
2405
3596
  class?: ClassValue;
2406
3597
  /** Per-slot class overrides. */
@@ -2409,7 +3600,7 @@ declare type __VLS_Props_154 = {
2409
3600
  }>;
2410
3601
  };
2411
3602
 
2412
- declare type __VLS_Props_155 = {
3603
+ declare type __VLS_Props_159 = {
2413
3604
  isExpanded?: boolean;
2414
3605
  hasChildren?: boolean;
2415
3606
  class?: ClassValue;
@@ -2419,7 +3610,11 @@ declare type __VLS_Props_155 = {
2419
3610
  }>;
2420
3611
  };
2421
3612
 
2422
- declare type __VLS_Props_156 = {
3613
+ declare type __VLS_Props_16 = {
3614
+ class?: string;
3615
+ };
3616
+
3617
+ declare type __VLS_Props_160 = {
2423
3618
  modelValue?: number | number[];
2424
3619
  defaultValue?: number | number[];
2425
3620
  min?: number;
@@ -2441,6 +3636,30 @@ declare type __VLS_Props_156 = {
2441
3636
  hideThumb?: boolean;
2442
3637
  disabled?: boolean;
2443
3638
  inverted?: boolean;
3639
+ /** Text direction forwarded to SliderRoot. */
3640
+ dir?: 'ltr' | 'rtl';
3641
+ /** How the thumbs align relative to the track ends. */
3642
+ thumbAlignment?: 'contain' | 'overflow';
3643
+ /** Whether SliderRoot renders as a child element. */
3644
+ asChild?: boolean;
3645
+ /** Element or component to render SliderRoot as. */
3646
+ as?: string;
3647
+ /** HTML name attribute forwarded to SliderRoot. */
3648
+ name?: string;
3649
+ /** Whether the slider is required. */
3650
+ required?: boolean;
3651
+ /** Whether SliderTrack renders as a child element. */
3652
+ trackAsChild?: boolean;
3653
+ /** Element or component to render SliderTrack as. */
3654
+ trackAs?: string;
3655
+ /** Whether SliderRange renders as a child element. */
3656
+ rangeAsChild?: boolean;
3657
+ /** Element or component to render SliderRange as. */
3658
+ rangeAs?: string;
3659
+ /** Whether SliderThumb renders as a child element. */
3660
+ thumbAsChild?: boolean;
3661
+ /** Element or component to render SliderThumb as. */
3662
+ thumbAs?: string;
2444
3663
  class?: ClassValue;
2445
3664
  /**
2446
3665
  * Per-slot class overrides. Keys map to internal slot names (base, output, track, fill, marks, thumb).
@@ -2455,7 +3674,7 @@ declare type __VLS_Props_156 = {
2455
3674
  }>;
2456
3675
  };
2457
3676
 
2458
- declare type __VLS_Props_157 = {
3677
+ declare type __VLS_Props_161 = {
2459
3678
  value?: number | null;
2460
3679
  minValue?: number;
2461
3680
  maxValue?: number;
@@ -2469,6 +3688,18 @@ declare type __VLS_Props_157 = {
2469
3688
  isStriped?: boolean;
2470
3689
  isIndeterminate?: boolean;
2471
3690
  isDisabled?: boolean;
3691
+ /** Element or component to render ProgressRoot as. */
3692
+ as?: string;
3693
+ /** Whether ProgressRoot renders as a child element. */
3694
+ asChild?: boolean;
3695
+ /** Function to get the accessible label for the current value. */
3696
+ getValueLabel?: (value: number | null | undefined, max: number) => string | undefined;
3697
+ /** Function to get the accessible text for the current value. */
3698
+ getValueText?: (value: number | null | undefined, max: number) => string | undefined;
3699
+ /** Element or component to render ProgressIndicator as. */
3700
+ indicatorAs?: string;
3701
+ /** Whether ProgressIndicator renders as a child element. */
3702
+ indicatorAsChild?: boolean;
2472
3703
  class?: ClassValue;
2473
3704
  /** Per-slot class overrides */
2474
3705
  classNames?: Partial<{
@@ -2481,7 +3712,7 @@ declare type __VLS_Props_157 = {
2481
3712
  }>;
2482
3713
  };
2483
3714
 
2484
- declare type __VLS_Props_158 = {
3715
+ declare type __VLS_Props_162 = {
2485
3716
  value?: number | null;
2486
3717
  minValue?: number;
2487
3718
  maxValue?: number;
@@ -2494,6 +3725,14 @@ declare type __VLS_Props_158 = {
2494
3725
  strokeWidth?: number;
2495
3726
  isIndeterminate?: boolean;
2496
3727
  isDisabled?: boolean;
3728
+ /** Element or component to render ProgressRoot as. */
3729
+ as?: string;
3730
+ /** Whether ProgressRoot renders as a child element. */
3731
+ asChild?: boolean;
3732
+ /** Function to get the accessible label for the current value. */
3733
+ getValueLabel?: (value: number | null | undefined, max: number) => string | undefined;
3734
+ /** Function to get the accessible text for the current value. */
3735
+ getValueText?: (value: number | null | undefined, max: number) => string | undefined;
2497
3736
  class?: ClassValue;
2498
3737
  /** Override classNames for individual slots */
2499
3738
  classNames?: Partial<{
@@ -2505,7 +3744,7 @@ declare type __VLS_Props_158 = {
2505
3744
  }>;
2506
3745
  };
2507
3746
 
2508
- declare type __VLS_Props_159 = {
3747
+ declare type __VLS_Props_163 = {
2509
3748
  value?: number;
2510
3749
  minValue?: number;
2511
3750
  maxValue?: number;
@@ -2526,11 +3765,7 @@ declare type __VLS_Props_159 = {
2526
3765
  }>;
2527
3766
  };
2528
3767
 
2529
- declare type __VLS_Props_16 = {
2530
- class?: string;
2531
- };
2532
-
2533
- declare type __VLS_Props_160 = {
3768
+ declare type __VLS_Props_164 = {
2534
3769
  orientation?: 'vertical' | 'horizontal' | 'both';
2535
3770
  hideScrollBar?: boolean;
2536
3771
  size?: number;
@@ -2543,15 +3778,41 @@ declare type __VLS_Props_160 = {
2543
3778
  }>;
2544
3779
  };
2545
3780
 
2546
- declare type __VLS_Props_161 = {
3781
+ declare type __VLS_Props_165 = {
2547
3782
  class?: string;
2548
3783
  viewportClass?: string;
2549
3784
  type?: 'auto' | 'always' | 'scroll' | 'hover';
2550
3785
  scrollHideDelay?: number;
2551
3786
  orientation?: 'vertical' | 'horizontal' | 'both';
2552
- };
2553
-
2554
- declare type __VLS_Props_162 = {
3787
+ /** Text direction for the scroll area */
3788
+ dir?: 'ltr' | 'rtl';
3789
+ /** Render root as a different element */
3790
+ as?: string;
3791
+ /** Merge root props onto child element */
3792
+ asChild?: boolean;
3793
+ /** Nonce for the viewport's inline style */
3794
+ viewportNonce?: string;
3795
+ /** Render viewport as a different element */
3796
+ viewportAs?: string;
3797
+ /** Merge viewport props onto child element */
3798
+ viewportAsChild?: boolean;
3799
+ /** Keep scrollbar mounted when hidden */
3800
+ scrollbarForceMount?: boolean;
3801
+ /** Render scrollbar as a different element */
3802
+ scrollbarAs?: string;
3803
+ /** Merge scrollbar props onto child element */
3804
+ scrollbarAsChild?: boolean;
3805
+ /** Render thumb as a different element */
3806
+ thumbAs?: string;
3807
+ /** Merge thumb props onto child element */
3808
+ thumbAsChild?: boolean;
3809
+ /** Render corner as a different element */
3810
+ cornerAs?: string;
3811
+ /** Merge corner props onto child element */
3812
+ cornerAsChild?: boolean;
3813
+ };
3814
+
3815
+ declare type __VLS_Props_166 = {
2555
3816
  defaultValue?: DateValue;
2556
3817
  defaultPlaceholder?: DateValue;
2557
3818
  minValue?: DateValue;
@@ -2568,6 +3829,26 @@ declare type __VLS_Props_162 = {
2568
3829
  readonly?: boolean;
2569
3830
  disabled?: boolean;
2570
3831
  calendarLabel?: string;
3832
+ /** Initial focus state. */
3833
+ initialFocus?: boolean;
3834
+ /** Text direction. */
3835
+ dir?: 'ltr' | 'rtl';
3836
+ /** Navigate to next page. */
3837
+ nextPage?: (placeholder: DateValue) => DateValue;
3838
+ /** Navigate to previous page. */
3839
+ prevPage?: (placeholder: DateValue) => DateValue;
3840
+ /** Allow multiple date selections. */
3841
+ multiple?: boolean;
3842
+ /** Disable days outside the current view. */
3843
+ disableDaysOutsideCurrentView?: boolean;
3844
+ /** Render as a different element or component. */
3845
+ as?: string;
3846
+ /** Render child as root element. */
3847
+ asChild?: boolean;
3848
+ /** MonthPicker: disable specific months. */
3849
+ isMonthDisabled?: (date: DateValue) => boolean;
3850
+ /** MonthPicker: mark specific months as unavailable. */
3851
+ isMonthUnavailable?: (date: DateValue) => boolean;
2571
3852
  class?: ClassValue;
2572
3853
  /** Override classes on any named slot */
2573
3854
  classNames?: Partial<{
@@ -2591,7 +3872,7 @@ declare type __VLS_Props_162 = {
2591
3872
  }>;
2592
3873
  };
2593
3874
 
2594
- declare type __VLS_Props_163 = {
3875
+ declare type __VLS_Props_167 = {
2595
3876
  defaultValue?: DateRange | null;
2596
3877
  defaultPlaceholder?: DateValue;
2597
3878
  minValue?: DateValue;
@@ -2609,6 +3890,26 @@ declare type __VLS_Props_163 = {
2609
3890
  readonly?: boolean;
2610
3891
  disabled?: boolean;
2611
3892
  calendarLabel?: string;
3893
+ /** Initial focus state. */
3894
+ initialFocus?: boolean;
3895
+ /** Whether a date is highlightable in the range. */
3896
+ isDateHighlightable?: (date: DateValue) => boolean;
3897
+ /** Text direction. */
3898
+ dir?: 'ltr' | 'rtl';
3899
+ /** Navigate to next page. */
3900
+ nextPage?: (placeholder: DateValue) => DateValue;
3901
+ /** Navigate to previous page. */
3902
+ prevPage?: (placeholder: DateValue) => DateValue;
3903
+ /** Disable days outside the current view. */
3904
+ disableDaysOutsideCurrentView?: boolean;
3905
+ /** Fix one end of the range. */
3906
+ fixedDate?: 'start' | 'end';
3907
+ /** Maximum number of days in the range. */
3908
+ maximumDays?: number;
3909
+ /** Render as a different element or component. */
3910
+ as?: string;
3911
+ /** Render child as root element. */
3912
+ asChild?: boolean;
2612
3913
  class?: ClassValue;
2613
3914
  /** Override classes for named slots */
2614
3915
  classNames?: Partial<{
@@ -2636,7 +3937,7 @@ declare type __VLS_Props_163 = {
2636
3937
  }>;
2637
3938
  };
2638
3939
 
2639
- declare type __VLS_Props_164 = {
3940
+ declare type __VLS_Props_168 = {
2640
3941
  defaultValue?: DateValue;
2641
3942
  defaultPlaceholder?: DateValue;
2642
3943
  minValue?: DateValue;
@@ -2649,6 +3950,20 @@ declare type __VLS_Props_164 = {
2649
3950
  readonly?: boolean;
2650
3951
  disabled?: boolean;
2651
3952
  calendarLabel?: string;
3953
+ /** Initial focus state. @default false */
3954
+ initialFocus?: boolean;
3955
+ /** Text direction. */
3956
+ dir?: 'ltr' | 'rtl';
3957
+ /** Navigate to next page. */
3958
+ nextPage?: (placeholder: DateValue) => DateValue;
3959
+ /** Navigate to previous page. */
3960
+ prevPage?: (placeholder: DateValue) => DateValue;
3961
+ /** Allow multiple selections. */
3962
+ multiple?: boolean;
3963
+ /** Render as a different element or component. */
3964
+ as?: string;
3965
+ /** Render child as root element. */
3966
+ asChild?: boolean;
2652
3967
  class?: ClassValue;
2653
3968
  /** Per-slot class overrides */
2654
3969
  classNames?: Partial<{
@@ -2664,13 +3979,17 @@ declare type __VLS_Props_164 = {
2664
3979
  }>;
2665
3980
  };
2666
3981
 
2667
- declare type __VLS_Props_165 = Props_9;
3982
+ declare type __VLS_Props_169 = Props_9;
3983
+
3984
+ declare type __VLS_Props_17 = {
3985
+ class?: string;
3986
+ };
2668
3987
 
2669
- declare type __VLS_Props_166 = Props_10;
3988
+ declare type __VLS_Props_170 = Props_10;
2670
3989
 
2671
- declare type __VLS_Props_167 = Props_11;
3990
+ declare type __VLS_Props_171 = Props_11;
2672
3991
 
2673
- declare type __VLS_Props_168 = {
3992
+ declare type __VLS_Props_172 = {
2674
3993
  variant?: DateInputVariants['variant'];
2675
3994
  size?: DateInputVariants['size'];
2676
3995
  color?: DateInputVariants['color'];
@@ -2678,6 +3997,7 @@ declare type __VLS_Props_168 = {
2678
3997
  fullWidth?: boolean;
2679
3998
  defaultValue?: DateValue;
2680
3999
  defaultOpen?: boolean;
4000
+ defaultPlaceholder?: DateValue;
2681
4001
  placeholderValue?: DateValue;
2682
4002
  minValue?: DateValue;
2683
4003
  maxValue?: DateValue;
@@ -2686,6 +4006,8 @@ declare type __VLS_Props_168 = {
2686
4006
  locale?: string;
2687
4007
  granularity?: 'day' | 'hour' | 'minute' | 'second';
2688
4008
  hourCycle?: 12 | 24;
4009
+ /** Steps for segment keyboard navigation. */
4010
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
2689
4011
  label?: string;
2690
4012
  description?: string;
2691
4013
  errorMessage?: string;
@@ -2699,6 +4021,74 @@ declare type __VLS_Props_168 = {
2699
4021
  pageBehavior?: 'visible' | 'single';
2700
4022
  closeOnSelect?: boolean;
2701
4023
  modal?: boolean;
4024
+ /** Text direction. */
4025
+ dir?: 'ltr' | 'rtl';
4026
+ /** HTML id attribute forwarded to the root DatePickerRoot element. */
4027
+ id?: string;
4028
+ /** Marks the field as required. */
4029
+ required?: boolean;
4030
+ /** Use paged navigation (advance by numberOfMonths). */
4031
+ pagedNavigation?: boolean;
4032
+ /** Day the week starts on. */
4033
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
4034
+ /** Format for weekday header cells. */
4035
+ weekdayFormat?: 'narrow' | 'short' | 'long';
4036
+ /** Always show 6 weeks per month. */
4037
+ fixedWeeks?: boolean;
4038
+ /** Number of months shown in the calendar. */
4039
+ numberOfMonths?: number;
4040
+ /** Prevent deselecting a selected date. */
4041
+ preventDeselect?: boolean;
4042
+ /** Render trigger as a different element. */
4043
+ triggerAs?: string;
4044
+ /** Render trigger child as root element. */
4045
+ triggerAsChild?: boolean;
4046
+ /** Portal target for the content. */
4047
+ portal?: string | HTMLElement;
4048
+ /** Force the content to stay mounted. */
4049
+ forceMount?: boolean;
4050
+ /** Side of the anchor the content appears on. */
4051
+ side?: 'top' | 'right' | 'bottom' | 'left';
4052
+ /** Distance in px from the anchor. */
4053
+ sideOffset?: number;
4054
+ /** Allow flipping to opposite side. */
4055
+ sideFlip?: boolean;
4056
+ /** Alignment of the content relative to the anchor. */
4057
+ align?: 'start' | 'center' | 'end';
4058
+ /** Offset along the align axis. */
4059
+ alignOffset?: number;
4060
+ /** Allow flipping alignment. */
4061
+ alignFlip?: boolean;
4062
+ /** Avoid collisions with the viewport. */
4063
+ avoidCollisions?: boolean;
4064
+ /** Elements to use as collision boundaries. */
4065
+ collisionBoundary?: Element | null | Array<Element | null>;
4066
+ /** Padding for collision detection. */
4067
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
4068
+ /** Padding between arrow and content edge. */
4069
+ arrowPadding?: number;
4070
+ /** Hide the arrow when it is shifted. */
4071
+ hideShiftedArrow?: boolean;
4072
+ /** Sticky behavior when overflowing. */
4073
+ sticky?: 'partial' | 'always';
4074
+ /** Hide content when anchor is detached. */
4075
+ hideWhenDetached?: boolean;
4076
+ /** CSS position strategy. */
4077
+ positionStrategy?: 'fixed' | 'absolute';
4078
+ /** When to recalculate position. */
4079
+ updatePositionStrategy?: 'always' | 'optimized';
4080
+ /** Disable position update on layout shift. */
4081
+ disableUpdateOnLayoutShift?: boolean;
4082
+ /** Prioritize keeping content in viewport. */
4083
+ prioritizePosition?: boolean;
4084
+ /** Virtual reference element for positioning. */
4085
+ reference?: object | null;
4086
+ /** Render content as a different element. */
4087
+ contentAs?: string;
4088
+ /** Render content child as root element. */
4089
+ contentAsChild?: boolean;
4090
+ /** Disable pointer events outside the content. */
4091
+ disableOutsidePointerEvents?: boolean;
2702
4092
  class?: ClassValue;
2703
4093
  /** Override classes for individual slots (base, trigger, triggerIndicator, popover) */
2704
4094
  classNames?: Partial<{
@@ -2709,7 +4099,7 @@ declare type __VLS_Props_168 = {
2709
4099
  }>;
2710
4100
  };
2711
4101
 
2712
- declare type __VLS_Props_169 = {
4102
+ declare type __VLS_Props_173 = {
2713
4103
  variant?: DateRangeFieldVariants['variant'];
2714
4104
  size?: DateRangeFieldVariants['size'];
2715
4105
  color?: DateRangeFieldVariants['color'];
@@ -2717,6 +4107,7 @@ declare type __VLS_Props_169 = {
2717
4107
  fullWidth?: boolean;
2718
4108
  defaultValue?: DateRangePickerRange;
2719
4109
  defaultOpen?: boolean;
4110
+ defaultPlaceholder?: DateValue;
2720
4111
  placeholderValue?: DateValue;
2721
4112
  minValue?: DateValue;
2722
4113
  maxValue?: DateValue;
@@ -2725,6 +4116,8 @@ declare type __VLS_Props_169 = {
2725
4116
  locale?: string;
2726
4117
  granularity?: 'day' | 'hour' | 'minute' | 'second';
2727
4118
  hourCycle?: 12 | 24;
4119
+ /** Steps for segment keyboard navigation. */
4120
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
2728
4121
  label?: string;
2729
4122
  description?: string;
2730
4123
  errorMessage?: string;
@@ -2738,6 +4131,82 @@ declare type __VLS_Props_169 = {
2738
4131
  pageBehavior?: 'visible' | 'single';
2739
4132
  closeOnSelect?: boolean;
2740
4133
  modal?: boolean;
4134
+ /** Text direction. */
4135
+ dir?: 'ltr' | 'rtl';
4136
+ /** HTML id attribute forwarded to the root DateRangePickerRoot element. */
4137
+ id?: string;
4138
+ /** Marks the field as required. */
4139
+ required?: boolean;
4140
+ /** Use paged navigation. */
4141
+ pagedNavigation?: boolean;
4142
+ /** Day the week starts on. */
4143
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
4144
+ /** Format for weekday header cells. */
4145
+ weekdayFormat?: 'narrow' | 'short' | 'long';
4146
+ /** Always show 6 weeks per month. */
4147
+ fixedWeeks?: boolean;
4148
+ /** Number of months shown in the calendar. */
4149
+ numberOfMonths?: number;
4150
+ /** Prevent deselecting a selected date. */
4151
+ preventDeselect?: boolean;
4152
+ /** Whether a date is highlightable in the range. */
4153
+ isDateHighlightable?: (date: DateValue) => boolean;
4154
+ /** Allow non-contiguous ranges. */
4155
+ allowNonContiguousRanges?: boolean;
4156
+ /** Fix one end of the range. */
4157
+ fixedDate?: 'start' | 'end';
4158
+ /** Maximum number of days in the range. */
4159
+ maximumDays?: number;
4160
+ /** Render trigger as a different element. */
4161
+ triggerAs?: string;
4162
+ /** Render trigger child as root element. */
4163
+ triggerAsChild?: boolean;
4164
+ /** Portal target for the content. */
4165
+ portal?: string | HTMLElement;
4166
+ /** Force the content to stay mounted. */
4167
+ forceMount?: boolean;
4168
+ /** Side of the anchor the content appears on. */
4169
+ side?: 'top' | 'right' | 'bottom' | 'left';
4170
+ /** Distance in px from the anchor. */
4171
+ sideOffset?: number;
4172
+ /** Allow flipping to opposite side. */
4173
+ sideFlip?: boolean;
4174
+ /** Alignment of the content relative to the anchor. */
4175
+ align?: 'start' | 'center' | 'end';
4176
+ /** Offset along the align axis. */
4177
+ alignOffset?: number;
4178
+ /** Allow flipping alignment. */
4179
+ alignFlip?: boolean;
4180
+ /** Avoid collisions with the viewport. */
4181
+ avoidCollisions?: boolean;
4182
+ /** Elements to use as collision boundaries. */
4183
+ collisionBoundary?: Element | null | Array<Element | null>;
4184
+ /** Padding for collision detection. */
4185
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
4186
+ /** Padding between arrow and content edge. */
4187
+ arrowPadding?: number;
4188
+ /** Hide the arrow when it is shifted. */
4189
+ hideShiftedArrow?: boolean;
4190
+ /** Sticky behavior when overflowing. */
4191
+ sticky?: 'partial' | 'always';
4192
+ /** Hide content when anchor is detached. */
4193
+ hideWhenDetached?: boolean;
4194
+ /** CSS position strategy. */
4195
+ positionStrategy?: 'fixed' | 'absolute';
4196
+ /** When to recalculate position. */
4197
+ updatePositionStrategy?: 'always' | 'optimized';
4198
+ /** Disable position update on layout shift. */
4199
+ disableUpdateOnLayoutShift?: boolean;
4200
+ /** Prioritize keeping content in viewport. */
4201
+ prioritizePosition?: boolean;
4202
+ /** Virtual reference element for positioning. */
4203
+ reference?: object | null;
4204
+ /** Render content as a different element. */
4205
+ contentAs?: string;
4206
+ /** Render content child as root element. */
4207
+ contentAsChild?: boolean;
4208
+ /** Disable pointer events outside the content. */
4209
+ disableOutsidePointerEvents?: boolean;
2741
4210
  class?: ClassValue;
2742
4211
  /** Per-slot class overrides */
2743
4212
  classNames?: Partial<{
@@ -2748,11 +4217,7 @@ declare type __VLS_Props_169 = {
2748
4217
  }>;
2749
4218
  };
2750
4219
 
2751
- declare type __VLS_Props_17 = {
2752
- class?: string;
2753
- };
2754
-
2755
- declare type __VLS_Props_170 = {
4220
+ declare type __VLS_Props_174 = {
2756
4221
  variant?: 'flat' | 'bordered' | 'faded' | 'underlined';
2757
4222
  size?: 'sm' | 'md' | 'lg';
2758
4223
  color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
@@ -2773,26 +4238,101 @@ declare type __VLS_Props_170 = {
2773
4238
  trigger: ClassValue;
2774
4239
  triggerIndicator: ClassValue;
2775
4240
  popover: ClassValue;
2776
- stepHeader: ClassValue;
2777
- navButton: ClassValue;
2778
- stepTitle: ClassValue;
2779
- doneLabel: ClassValue;
2780
- panelWrap: ClassValue;
4241
+ panel: ClassValue;
4242
+ divider: ClassValue;
2781
4243
  }>;
2782
4244
  granularity?: 'minute' | 'second';
2783
4245
  hourCycle?: 12 | 24;
2784
4246
  hideTimeZone?: boolean;
2785
4247
  defaultOpen?: boolean;
2786
4248
  closeOnSelect?: boolean;
4249
+ /** Label for the footer button that closes the picker. */
4250
+ doneLabel?: string;
2787
4251
  locale?: string;
2788
4252
  defaultValue?: CalendarDateTime;
4253
+ /** Initial placeholder date for the calendar. */
4254
+ defaultPlaceholder?: DateValue;
4255
+ /** Controlled placeholder date. */
4256
+ placeholder?: DateValue;
2789
4257
  minValue?: CalendarDateTime;
2790
4258
  maxValue?: CalendarDateTime;
2791
4259
  isDateUnavailable?: (date: DateValue) => boolean;
2792
4260
  isDateDisabled?: (date: DateValue) => boolean;
4261
+ /** Steps for segment keyboard navigation. */
4262
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
4263
+ /** Text direction. */
4264
+ dir?: 'ltr' | 'rtl';
4265
+ /** HTML id attribute forwarded to the root element. */
4266
+ id?: string;
4267
+ /** Whether the calendar popover is modal (traps focus). */
4268
+ modal?: boolean;
4269
+ /** Marks the field as required. */
4270
+ required?: boolean;
4271
+ /** Use paged navigation in the calendar. */
4272
+ pagedNavigation?: boolean;
4273
+ /** Day the week starts on. */
4274
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
4275
+ /** Format for weekday header cells. */
4276
+ weekdayFormat?: 'narrow' | 'short' | 'long';
4277
+ /** Always show 6 weeks per month. */
4278
+ fixedWeeks?: boolean;
4279
+ /** Number of months shown in the calendar. */
4280
+ numberOfMonths?: number;
4281
+ /** Prevent deselecting a selected date. */
4282
+ preventDeselect?: boolean;
4283
+ /** Render trigger as a different element. */
4284
+ triggerAs?: string;
4285
+ /** Render trigger child as root element. */
4286
+ triggerAsChild?: boolean;
4287
+ /** Portal target for the content. */
4288
+ portal?: string | HTMLElement;
4289
+ /** Force the content to stay mounted. */
4290
+ forceMount?: boolean;
4291
+ /** Side of the anchor the content appears on. */
4292
+ side?: 'top' | 'right' | 'bottom' | 'left';
4293
+ /** Distance in px from the anchor. */
4294
+ sideOffset?: number;
4295
+ /** Allow flipping to opposite side. */
4296
+ sideFlip?: boolean;
4297
+ /** Alignment of the content relative to the anchor. */
4298
+ align?: 'start' | 'center' | 'end';
4299
+ /** Offset along the align axis. */
4300
+ alignOffset?: number;
4301
+ /** Allow flipping alignment. */
4302
+ alignFlip?: boolean;
4303
+ /** Avoid collisions with the viewport. */
4304
+ avoidCollisions?: boolean;
4305
+ /** Elements to use as collision boundaries. */
4306
+ collisionBoundary?: Element | null | Array<Element | null>;
4307
+ /** Padding for collision detection. */
4308
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
4309
+ /** Padding between arrow and content edge. */
4310
+ arrowPadding?: number;
4311
+ /** Hide the arrow when it is shifted. */
4312
+ hideShiftedArrow?: boolean;
4313
+ /** Sticky behavior when overflowing. */
4314
+ sticky?: 'partial' | 'always';
4315
+ /** Hide content when anchor is detached. */
4316
+ hideWhenDetached?: boolean;
4317
+ /** CSS position strategy. */
4318
+ positionStrategy?: 'fixed' | 'absolute';
4319
+ /** When to recalculate position. */
4320
+ updatePositionStrategy?: 'always' | 'optimized';
4321
+ /** Disable position update on layout shift. */
4322
+ disableUpdateOnLayoutShift?: boolean;
4323
+ /** Prioritize keeping content in viewport. */
4324
+ prioritizePosition?: boolean;
4325
+ /** Virtual reference element for positioning. */
4326
+ reference?: object | null;
4327
+ /** Render content as a different element. */
4328
+ contentAs?: string;
4329
+ /** Render content child as root element. */
4330
+ contentAsChild?: boolean;
4331
+ /** Disable pointer events outside the content. */
4332
+ disableOutsidePointerEvents?: boolean;
2793
4333
  };
2794
4334
 
2795
- declare type __VLS_Props_171 = {
4335
+ declare type __VLS_Props_175 = {
2796
4336
  modelValue?: Color | string;
2797
4337
  defaultValue?: Color | string;
2798
4338
  xChannel?: ColorChannel;
@@ -2802,9 +4342,15 @@ declare type __VLS_Props_171 = {
2802
4342
  showDots?: ColorAreaVariants['showDots'];
2803
4343
  class?: string;
2804
4344
  thumbClass?: string;
4345
+ as?: string;
4346
+ asChild?: boolean;
4347
+ name?: string;
4348
+ required?: boolean;
4349
+ xName?: string;
4350
+ yName?: string;
2805
4351
  };
2806
4352
 
2807
- declare type __VLS_Props_172 = {
4353
+ declare type __VLS_Props_176 = {
2808
4354
  modelValue?: Color | string;
2809
4355
  defaultValue?: Color | string;
2810
4356
  channel: ColorChannel;
@@ -2816,9 +4362,16 @@ declare type __VLS_Props_172 = {
2816
4362
  trackClass?: string;
2817
4363
  thumbClass?: string;
2818
4364
  outputClass?: string;
4365
+ as?: string;
4366
+ asChild?: boolean;
4367
+ name?: string;
4368
+ required?: boolean;
4369
+ dir?: 'ltr' | 'rtl';
4370
+ inverted?: boolean;
4371
+ step?: number;
2819
4372
  };
2820
4373
 
2821
- declare type __VLS_Props_173 = {
4374
+ declare type __VLS_Props_177 = {
2822
4375
  modelValue?: Color | string;
2823
4376
  defaultValue?: Color | string;
2824
4377
  label?: string;
@@ -2830,17 +4383,29 @@ declare type __VLS_Props_173 = {
2830
4383
  fullWidth?: ColorFieldVariants['fullWidth'];
2831
4384
  class?: string;
2832
4385
  ariaLabel?: string;
4386
+ as?: string;
4387
+ asChild?: boolean;
4388
+ name?: string;
4389
+ required?: boolean;
4390
+ colorSpace?: string;
4391
+ channel?: string;
4392
+ disableWheelChange?: boolean;
4393
+ locale?: string;
4394
+ step?: number;
2833
4395
  };
2834
4396
 
2835
- declare type __VLS_Props_174 = {
4397
+ declare type __VLS_Props_178 = {
2836
4398
  color?: Color | string;
2837
4399
  colorName?: string;
2838
4400
  shape?: ColorSwatchVariants['shape'];
2839
4401
  size?: ColorSwatchVariants['size'];
2840
4402
  class?: string;
4403
+ as?: string;
4404
+ asChild?: boolean;
4405
+ label?: string;
2841
4406
  };
2842
4407
 
2843
- declare type __VLS_Props_175 = {
4408
+ declare type __VLS_Props_179 = {
2844
4409
  modelValue?: string;
2845
4410
  defaultValue?: string;
2846
4411
  colors: (Color | string)[];
@@ -2848,30 +4413,16 @@ declare type __VLS_Props_175 = {
2848
4413
  size?: ColorSwatchPickerVariants['size'];
2849
4414
  variant?: ColorSwatchPickerVariants['variant'];
2850
4415
  class?: string;
2851
- };
2852
-
2853
- declare type __VLS_Props_176 = {
2854
- modelValue?: Color | string;
2855
- defaultValue?: Color | string;
2856
- label?: string;
2857
- description?: string;
2858
- errorMessage?: string;
2859
- placeholder?: string;
2860
- suffixLabel?: string;
2861
- disabled?: boolean;
2862
- readonly?: boolean;
2863
- fullWidth?: ColorInputGroupVariants['fullWidth'];
2864
- variant?: ColorInputGroupVariants['variant'];
2865
- class?: string;
2866
- };
2867
-
2868
- declare type __VLS_Props_177 = {
2869
- modelValue?: string;
2870
- defaultValue?: string;
2871
- format?: ColorFormat;
4416
+ as?: string;
4417
+ asChild?: boolean;
4418
+ name?: string;
4419
+ required?: boolean;
4420
+ multiple?: boolean;
4421
+ orientation?: 'horizontal' | 'vertical';
4422
+ dir?: 'ltr' | 'rtl';
2872
4423
  disabled?: boolean;
2873
- label?: string;
2874
- class?: string;
4424
+ selectionBehavior?: 'replace' | 'toggle';
4425
+ highlightOnHover?: boolean;
2875
4426
  };
2876
4427
 
2877
4428
  declare type __VLS_Props_18 = {
@@ -2900,6 +4451,39 @@ declare type __VLS_Props_18 = {
2900
4451
  value?: string | number;
2901
4452
  };
2902
4453
 
4454
+ declare type __VLS_Props_180 = {
4455
+ modelValue?: Color | string;
4456
+ defaultValue?: Color | string;
4457
+ label?: string;
4458
+ description?: string;
4459
+ errorMessage?: string;
4460
+ placeholder?: string;
4461
+ suffixLabel?: string;
4462
+ disabled?: boolean;
4463
+ readonly?: boolean;
4464
+ fullWidth?: ColorInputGroupVariants['fullWidth'];
4465
+ variant?: ColorInputGroupVariants['variant'];
4466
+ class?: string;
4467
+ as?: string;
4468
+ asChild?: boolean;
4469
+ name?: string;
4470
+ required?: boolean;
4471
+ colorSpace?: string;
4472
+ channel?: string;
4473
+ disableWheelChange?: boolean;
4474
+ locale?: string;
4475
+ step?: number;
4476
+ };
4477
+
4478
+ declare type __VLS_Props_181 = {
4479
+ modelValue?: string;
4480
+ defaultValue?: string;
4481
+ format?: ColorFormat;
4482
+ disabled?: boolean;
4483
+ label?: string;
4484
+ class?: string;
4485
+ };
4486
+
2903
4487
  declare type __VLS_Props_19 = {
2904
4488
  variant?: ButtonVariants['variant'];
2905
4489
  color?: ButtonVariants['color'];
@@ -2941,6 +4525,10 @@ declare type __VLS_Props_21 = {
2941
4525
  defaultValue?: boolean;
2942
4526
  value?: string;
2943
4527
  class?: string;
4528
+ as?: string;
4529
+ asChild?: boolean;
4530
+ name?: string;
4531
+ required?: boolean;
2944
4532
  };
2945
4533
 
2946
4534
  declare type __VLS_Props_22 = {
@@ -3016,6 +4604,34 @@ declare type __VLS_Props_28 = {
3016
4604
  placeholder?: string;
3017
4605
  label?: string;
3018
4606
  ariaLabel?: string;
4607
+ /** Default value when uncontrolled. */
4608
+ defaultValue?: number;
4609
+ /** Whether to snap the value to the nearest step. */
4610
+ stepSnapping?: boolean;
4611
+ /** Whether to focus the input on increment/decrement. */
4612
+ focusOnChange?: boolean;
4613
+ /** Disable changing value with mouse wheel. */
4614
+ disableWheelChange?: boolean;
4615
+ /** Invert the direction of mouse wheel change. */
4616
+ invertWheelChange?: boolean;
4617
+ /** Whether NumberFieldRoot renders as a child element. */
4618
+ asChild?: boolean;
4619
+ /** Element or component to render NumberFieldRoot as. */
4620
+ as?: string;
4621
+ /** Whether the field is required. */
4622
+ required?: boolean;
4623
+ /** Whether NumberFieldInput renders as a child element. */
4624
+ inputAsChild?: boolean;
4625
+ /** Element or component to render NumberFieldInput as. */
4626
+ inputAs?: string;
4627
+ /** Whether NumberFieldIncrement renders as a child element. */
4628
+ incrementAsChild?: boolean;
4629
+ /** Element or component to render NumberFieldIncrement as. */
4630
+ incrementAs?: string;
4631
+ /** Whether NumberFieldDecrement renders as a child element. */
4632
+ decrementAsChild?: boolean;
4633
+ /** Element or component to render NumberFieldDecrement as. */
4634
+ decrementAs?: string;
3019
4635
  class?: ClassValue;
3020
4636
  /** Per-slot classNames override object for custom styling */
3021
4637
  classNames?: Partial<{
@@ -3071,6 +4687,24 @@ declare type __VLS_Props_30 = {
3071
4687
  disabled?: boolean;
3072
4688
  isIndeterminate?: boolean;
3073
4689
  name?: string;
4690
+ /** HTML id attribute forwarded to CheckboxRoot. */
4691
+ id?: string;
4692
+ /** The value for the checked state (forwarded to CheckboxRoot). */
4693
+ trueValue?: boolean | string | number;
4694
+ /** The value for the unchecked state (forwarded to CheckboxRoot). */
4695
+ falseValue?: boolean | string | number;
4696
+ /** Whether CheckboxRoot should render as a child element. */
4697
+ asChild?: boolean;
4698
+ /** Element or component to render CheckboxRoot as. */
4699
+ as?: string;
4700
+ /** Whether the checkbox is required. */
4701
+ required?: boolean;
4702
+ /** Whether CheckboxIndicator should force-mount even when unchecked. */
4703
+ indicatorForceMount?: boolean;
4704
+ /** Whether CheckboxIndicator renders as a child element. */
4705
+ indicatorAsChild?: boolean;
4706
+ /** Element or component to render CheckboxIndicator as. */
4707
+ indicatorAs?: string;
3074
4708
  class?: ClassValue;
3075
4709
  /** Per-slot class overrides for any slot in this component. */
3076
4710
  classNames?: Partial<{
@@ -3099,6 +4733,22 @@ declare type __VLS_Props_32 = {
3099
4733
  value: string;
3100
4734
  variant?: RadioGroupVariants['variant'];
3101
4735
  disabled?: boolean;
4736
+ /** HTML id attribute forwarded to RadioGroupItem. */
4737
+ id?: string;
4738
+ /** Whether RadioGroupItem renders as a child element. */
4739
+ asChild?: boolean;
4740
+ /** Element or component to render RadioGroupItem as. */
4741
+ as?: string;
4742
+ /** HTML name attribute forwarded to RadioGroupItem. */
4743
+ name?: string;
4744
+ /** Whether the radio item is required. */
4745
+ required?: boolean;
4746
+ /** Whether RadioGroupIndicator should force-mount even when unselected. */
4747
+ indicatorForceMount?: boolean;
4748
+ /** Whether RadioGroupIndicator renders as a child element. */
4749
+ indicatorAsChild?: boolean;
4750
+ /** Element or component to render RadioGroupIndicator as. */
4751
+ indicatorAs?: string;
3102
4752
  class?: ClassValue;
3103
4753
  /** Override classNames for individual slots */
3104
4754
  classNames?: Partial<{
@@ -3118,6 +4768,16 @@ declare type __VLS_Props_33 = {
3118
4768
  orientation?: 'horizontal' | 'vertical';
3119
4769
  label?: string;
3120
4770
  description?: string;
4771
+ /** Text direction forwarded to RadioGroupRoot. */
4772
+ dir?: 'ltr' | 'rtl';
4773
+ /** Whether keyboard navigation loops from last to first item. */
4774
+ loop?: boolean;
4775
+ /** Whether RadioGroupRoot renders as a child element. */
4776
+ asChild?: boolean;
4777
+ /** Element or component to render RadioGroupRoot as. */
4778
+ as?: string;
4779
+ /** Whether the radio group is required. */
4780
+ required?: boolean;
3121
4781
  class?: string;
3122
4782
  /** Shorthand API: render radio options from an array instead of the compound slot API */
3123
4783
  items?: RadioShorthandItem[];
@@ -3130,6 +4790,22 @@ declare type __VLS_Props_34 = {
3130
4790
  defaultValue?: boolean;
3131
4791
  disabled?: boolean;
3132
4792
  name?: string;
4793
+ /** HTML id attribute forwarded to SwitchRoot. */
4794
+ id?: string;
4795
+ /** The value for the checked state. */
4796
+ trueValue?: boolean | string | number;
4797
+ /** The value for the unchecked state. */
4798
+ falseValue?: boolean | string | number;
4799
+ /** Whether SwitchRoot renders as a child element. */
4800
+ asChild?: boolean;
4801
+ /** Element or component to render SwitchRoot as. */
4802
+ as?: string;
4803
+ /** Whether the switch is required. */
4804
+ required?: boolean;
4805
+ /** Whether SwitchThumb renders as a child element. */
4806
+ thumbAsChild?: boolean;
4807
+ /** Element or component to render SwitchThumb as. */
4808
+ thumbAs?: string;
3133
4809
  class?: ClassValue;
3134
4810
  /** Per-slot class overrides. Each key is a slot name (e.g. 'base', 'control', 'thumb', 'content'). */
3135
4811
  classNames?: Partial<{
@@ -3165,6 +4841,20 @@ declare type __VLS_Props_36 = {
3165
4841
  defaultValue?: string;
3166
4842
  name?: string;
3167
4843
  variant?: InputOTPVariants['variant'];
4844
+ /** Text direction forwarded to PinInputRoot. */
4845
+ dir?: 'ltr' | 'rtl';
4846
+ /** HTML id attribute forwarded to PinInputRoot. */
4847
+ id?: string;
4848
+ /** Whether PinInputRoot renders as a child element. */
4849
+ asChild?: boolean;
4850
+ /** Element or component to render PinInputRoot as. */
4851
+ as?: string;
4852
+ /** Whether the input is required. */
4853
+ required?: boolean;
4854
+ /** Whether each PinInputInput renders as a child element. */
4855
+ inputAsChild?: boolean;
4856
+ /** Element or component to render each PinInputInput as. */
4857
+ inputAs?: string;
3168
4858
  class?: ClassValue;
3169
4859
  /** Optional per-slot class overrides */
3170
4860
  classNames?: Partial<{
@@ -3219,6 +4909,10 @@ declare type __VLS_Props_42 = {
3219
4909
  delayDuration?: number;
3220
4910
  skipDelayDuration?: number;
3221
4911
  disableHoverableContent?: boolean;
4912
+ disableClosingTrigger?: boolean;
4913
+ disabled?: boolean;
4914
+ ignoreNonKeyboardFocus?: boolean;
4915
+ content?: object;
3222
4916
  };
3223
4917
 
3224
4918
  declare type __VLS_Props_43 = {
@@ -3244,14 +4938,25 @@ declare type __VLS_Props_45 = {
3244
4938
  };
3245
4939
 
3246
4940
  declare type __VLS_Props_46 = {
4941
+ as?: string;
3247
4942
  asChild?: boolean;
3248
4943
  };
3249
4944
 
3250
4945
  declare type __VLS_Props_47 = {
4946
+ as?: string;
4947
+ asChild?: boolean;
4948
+ forceMount?: boolean;
4949
+ disableOutsidePointerEvents?: boolean;
4950
+ to?: string | HTMLElement;
4951
+ disabled?: boolean;
4952
+ defer?: boolean;
3251
4953
  class?: string;
3252
4954
  };
3253
4955
 
3254
4956
  declare type __VLS_Props_48 = {
4957
+ as?: string;
4958
+ asChild?: boolean;
4959
+ forceMount?: boolean;
3255
4960
  class?: string;
3256
4961
  };
3257
4962
 
@@ -3277,28 +4982,42 @@ declare type __VLS_Props_51 = {
3277
4982
 
3278
4983
  declare type __VLS_Props_52 = {
3279
4984
  as?: string;
4985
+ asChild?: boolean;
3280
4986
  class?: string;
3281
4987
  };
3282
4988
 
3283
4989
  declare type __VLS_Props_53 = {
3284
4990
  as?: string;
4991
+ asChild?: boolean;
3285
4992
  class?: string;
3286
4993
  };
3287
4994
 
3288
4995
  declare type __VLS_Props_54 = {
4996
+ as?: string;
3289
4997
  asChild?: boolean;
3290
4998
  class?: string;
3291
4999
  };
3292
5000
 
3293
5001
  declare type __VLS_Props_55 = {
5002
+ as?: string;
3294
5003
  asChild?: boolean;
3295
5004
  };
3296
5005
 
3297
5006
  declare type __VLS_Props_56 = {
3298
5007
  class?: string;
5008
+ to?: string | HTMLElement;
5009
+ disabled?: boolean;
5010
+ defer?: boolean;
5011
+ forceMount?: boolean;
5012
+ disableOutsidePointerEvents?: boolean;
5013
+ asChild?: boolean;
5014
+ as?: string;
3299
5015
  };
3300
5016
 
3301
5017
  declare type __VLS_Props_57 = {
5018
+ as?: string;
5019
+ asChild?: boolean;
5020
+ forceMount?: boolean;
3302
5021
  class?: string;
3303
5022
  };
3304
5023
 
@@ -3321,12 +5040,14 @@ declare type __VLS_Props_60 = {
3321
5040
 
3322
5041
  declare type __VLS_Props_61 = {
3323
5042
  as?: string;
5043
+ asChild?: boolean;
3324
5044
  class?: string;
3325
5045
  };
3326
5046
 
3327
5047
  declare type __VLS_Props_62 = {
3328
5048
  as?: string;
3329
5049
  class?: string;
5050
+ asChild?: boolean;
3330
5051
  };
3331
5052
 
3332
5053
  declare type __VLS_Props_63 = {
@@ -3353,6 +5074,7 @@ declare type __VLS_Props_64 = {
3353
5074
  base: ClassValue;
3354
5075
  }>;
3355
5076
  asChild?: boolean;
5077
+ as?: string;
3356
5078
  };
3357
5079
 
3358
5080
  /**
@@ -3369,13 +5091,29 @@ declare type __VLS_Props_65 = {
3369
5091
  base: ClassValue;
3370
5092
  }>;
3371
5093
  asChild?: boolean;
5094
+ as?: string;
3372
5095
  };
3373
5096
 
3374
5097
  declare type __VLS_Props_66 = {
5098
+ as?: string;
3375
5099
  asChild?: boolean;
3376
5100
  };
3377
5101
 
3378
5102
  declare type __VLS_Props_67 = {
5103
+ as?: string;
5104
+ asChild?: boolean;
5105
+ forceMount?: boolean;
5106
+ disableOutsidePointerEvents?: boolean;
5107
+ to?: string | HTMLElement;
5108
+ disabled?: boolean;
5109
+ defer?: boolean;
5110
+ class?: string;
5111
+ };
5112
+
5113
+ declare type __VLS_Props_68 = {
5114
+ as?: string;
5115
+ asChild?: boolean;
5116
+ forceMount?: boolean;
3379
5117
  class?: string;
3380
5118
  };
3381
5119
 
@@ -3390,12 +5128,8 @@ declare type __VLS_Props_67 = {
3390
5128
  * <YourPageContent />
3391
5129
  * </DrawerMain>
3392
5130
  * <DrawerContent>...</DrawerContent>
3393
- * </Drawer>
3394
- */
3395
- declare type __VLS_Props_68 = {
3396
- class?: string;
3397
- };
3398
-
5131
+ * </Drawer>
5132
+ */
3399
5133
  declare type __VLS_Props_69 = {
3400
5134
  class?: string;
3401
5135
  };
@@ -3414,16 +5148,22 @@ declare type __VLS_Props_71 = {
3414
5148
  };
3415
5149
 
3416
5150
  declare type __VLS_Props_72 = {
3417
- asChild?: boolean;
3418
5151
  class?: string;
3419
5152
  };
3420
5153
 
3421
5154
  declare type __VLS_Props_73 = {
3422
5155
  as?: string;
5156
+ asChild?: boolean;
3423
5157
  class?: string;
3424
5158
  };
3425
5159
 
3426
5160
  declare type __VLS_Props_74 = {
5161
+ as?: string;
5162
+ asChild?: boolean;
5163
+ class?: string;
5164
+ };
5165
+
5166
+ declare type __VLS_Props_75 = {
3427
5167
  modelValue?: string;
3428
5168
  defaultValue?: string;
3429
5169
  orientation?: 'horizontal' | 'vertical';
@@ -3436,9 +5176,17 @@ declare type __VLS_Props_74 = {
3436
5176
  }>;
3437
5177
  /** Shorthand API: render tabs from an array instead of the compound slot API */
3438
5178
  items?: TabShorthandItem[];
5179
+ /** Reading direction of the tabs. */
5180
+ dir?: 'ltr' | 'rtl';
5181
+ /** Whether to unmount tab panels when they are hidden. */
5182
+ unmountOnHide?: boolean;
5183
+ /** Render as a different element type. */
5184
+ as?: string;
5185
+ /** Merge props onto child element instead of rendering a wrapper. */
5186
+ asChild?: boolean;
3439
5187
  };
3440
5188
 
3441
- declare type __VLS_Props_75 = {
5189
+ declare type __VLS_Props_76 = {
3442
5190
  loop?: boolean;
3443
5191
  overflow?: 'arrows' | 'dropdown';
3444
5192
  class?: ClassValue;
@@ -3446,9 +5194,13 @@ declare type __VLS_Props_75 = {
3446
5194
  classNames?: Partial<{
3447
5195
  tabList: ClassValue;
3448
5196
  }>;
5197
+ /** Render as a different element type. */
5198
+ as?: string;
5199
+ /** Merge props onto child element instead of rendering a wrapper. */
5200
+ asChild?: boolean;
3449
5201
  };
3450
5202
 
3451
- declare type __VLS_Props_76 = {
5203
+ declare type __VLS_Props_77 = {
3452
5204
  value: string;
3453
5205
  disabled?: boolean;
3454
5206
  class?: ClassValue;
@@ -3456,9 +5208,13 @@ declare type __VLS_Props_76 = {
3456
5208
  classNames?: Partial<{
3457
5209
  tab: ClassValue;
3458
5210
  }>;
5211
+ /** Render as a different element type. */
5212
+ as?: string;
5213
+ /** Merge props onto child element instead of rendering a wrapper. */
5214
+ asChild?: boolean;
3459
5215
  };
3460
5216
 
3461
- declare type __VLS_Props_77 = {
5217
+ declare type __VLS_Props_78 = {
3462
5218
  value: string;
3463
5219
  forceMount?: boolean;
3464
5220
  class?: ClassValue;
@@ -3466,22 +5222,46 @@ declare type __VLS_Props_77 = {
3466
5222
  classNames?: Partial<{
3467
5223
  tabPanel: ClassValue;
3468
5224
  }>;
5225
+ /** Render as a different element type. */
5226
+ as?: string;
5227
+ /** Merge props onto child element instead of rendering a wrapper. */
5228
+ asChild?: boolean;
3469
5229
  };
3470
5230
 
3471
- declare type __VLS_Props_78 = {
5231
+ declare type __VLS_Props_79 = {
3472
5232
  class?: ClassValue;
3473
5233
  /** Override classes for individual slots */
3474
5234
  classNames?: Partial<{
3475
5235
  tabIndicator: ClassValue;
3476
5236
  }>;
5237
+ /** Render as a different element type. */
5238
+ as?: string;
5239
+ /** Merge props onto child element instead of rendering a wrapper. */
5240
+ asChild?: boolean;
3477
5241
  };
3478
5242
 
3479
- declare type __VLS_Props_79 = {
5243
+ declare type __VLS_Props_8 = {
5244
+ variant?: KbdVariants["variant"];
5245
+ class?: ClassValue;
5246
+ /** Override classes on individual slots */
5247
+ classNames?: Partial<{
5248
+ base: ClassValue;
5249
+ abbr: ClassValue;
5250
+ content: ClassValue;
5251
+ }>;
5252
+ };
5253
+
5254
+ declare type __VLS_Props_80 = {
3480
5255
  type: 'single' | 'multiple';
3481
5256
  modelValue?: SingleValue | MultipleValue;
3482
5257
  defaultValue?: SingleValue | MultipleValue;
3483
5258
  collapsible?: boolean;
3484
5259
  disabled?: boolean;
5260
+ dir?: 'ltr' | 'rtl';
5261
+ orientation?: 'horizontal' | 'vertical';
5262
+ unmountOnHide?: boolean;
5263
+ as?: string;
5264
+ asChild?: boolean;
3485
5265
  variant?: AccordionVariants['variant'];
3486
5266
  size?: AccordionVariants['size'];
3487
5267
  class?: ClassValue;
@@ -3493,20 +5273,12 @@ declare type __VLS_Props_79 = {
3493
5273
  items?: AccordionShorthandItem[];
3494
5274
  };
3495
5275
 
3496
- declare type __VLS_Props_8 = {
3497
- variant?: KbdVariants["variant"];
3498
- class?: ClassValue;
3499
- /** Override classes on individual slots */
3500
- classNames?: Partial<{
3501
- base: ClassValue;
3502
- abbr: ClassValue;
3503
- content: ClassValue;
3504
- }>;
3505
- };
3506
-
3507
- declare type __VLS_Props_80 = {
5276
+ declare type __VLS_Props_81 = {
3508
5277
  value: string;
3509
5278
  disabled?: boolean;
5279
+ unmountOnHide?: boolean;
5280
+ as?: string;
5281
+ asChild?: boolean;
3510
5282
  class?: ClassValue;
3511
5283
  /** Override classes on named slots */
3512
5284
  classNames?: Partial<{
@@ -3514,36 +5286,45 @@ declare type __VLS_Props_80 = {
3514
5286
  }>;
3515
5287
  };
3516
5288
 
3517
- declare type __VLS_Props_81 = {
5289
+ declare type __VLS_Props_82 = {
3518
5290
  /** Override classes on specific slots */
3519
5291
  class?: ClassValue;
3520
5292
  classNames?: Partial<{
3521
5293
  heading: ClassValue;
3522
5294
  }>;
5295
+ as?: string;
5296
+ asChild?: boolean;
3523
5297
  };
3524
5298
 
3525
- declare type __VLS_Props_82 = {
5299
+ declare type __VLS_Props_83 = {
3526
5300
  class?: ClassValue;
3527
5301
  /** Per-slot class overrides. */
3528
5302
  classNames?: Partial<{
3529
5303
  trigger: ClassValue;
3530
5304
  indicator: ClassValue;
3531
5305
  }>;
5306
+ as?: string;
5307
+ asChild?: boolean;
3532
5308
  };
3533
5309
 
3534
- declare type __VLS_Props_83 = {
5310
+ declare type __VLS_Props_84 = {
3535
5311
  class?: ClassValue;
3536
5312
  /** Per-slot class overrides */
3537
5313
  classNames?: Partial<{
3538
5314
  body: ClassValue;
3539
5315
  bodyInner: ClassValue;
3540
5316
  }>;
5317
+ as?: string;
5318
+ asChild?: boolean;
3541
5319
  };
3542
5320
 
3543
- declare type __VLS_Props_84 = {
5321
+ declare type __VLS_Props_85 = {
3544
5322
  open?: boolean | null;
3545
5323
  defaultOpen?: boolean;
3546
5324
  disabled?: boolean;
5325
+ unmountOnHide?: boolean;
5326
+ as?: string;
5327
+ asChild?: boolean;
3547
5328
  class?: ClassValue;
3548
5329
  /** Per-slot class overrides */
3549
5330
  classNames?: Partial<{
@@ -3551,16 +5332,20 @@ declare type __VLS_Props_84 = {
3551
5332
  }>;
3552
5333
  };
3553
5334
 
3554
- declare type __VLS_Props_85 = {
5335
+ declare type __VLS_Props_86 = {
3555
5336
  class?: ClassValue;
3556
5337
  /** Classnames for individual slots */
3557
5338
  classNames?: Partial<{
3558
5339
  trigger: ClassValue;
3559
5340
  indicator: ClassValue;
3560
5341
  }>;
5342
+ /** Render as a different element type. */
5343
+ as?: string;
5344
+ /** Merge props onto child element instead of rendering a wrapper. */
5345
+ asChild?: boolean;
3561
5346
  };
3562
5347
 
3563
- declare type __VLS_Props_86 = {
5348
+ declare type __VLS_Props_87 = {
3564
5349
  /** Override the default class for the root element. */
3565
5350
  class?: ClassValue;
3566
5351
  /** Override classes for individual slots. */
@@ -3568,9 +5353,13 @@ declare type __VLS_Props_86 = {
3568
5353
  body: ClassValue;
3569
5354
  bodyInner: ClassValue;
3570
5355
  }>;
5356
+ /** Render as a different element type. */
5357
+ as?: string;
5358
+ /** Merge props onto child element instead of rendering a wrapper. */
5359
+ asChild?: boolean;
3571
5360
  };
3572
5361
 
3573
- declare type __VLS_Props_87 = {
5362
+ declare type __VLS_Props_88 = {
3574
5363
  singleOpen?: boolean;
3575
5364
  class?: ClassValue;
3576
5365
  /** Override classes for individual slots */
@@ -3581,7 +5370,7 @@ declare type __VLS_Props_87 = {
3581
5370
  items?: CollapsibleShorthandItem[];
3582
5371
  };
3583
5372
 
3584
- declare type __VLS_Props_88 = {
5373
+ declare type __VLS_Props_89 = {
3585
5374
  maxItems?: number;
3586
5375
  class?: ClassValue;
3587
5376
  /** Override classes on any named slot. */
@@ -3593,21 +5382,6 @@ declare type __VLS_Props_88 = {
3593
5382
  items?: BreadcrumbShorthandItem[];
3594
5383
  };
3595
5384
 
3596
- declare type __VLS_Props_89 = {
3597
- href?: string;
3598
- isLast?: boolean;
3599
- class?: ClassValue;
3600
- /**
3601
- * Per-slot class overrides. Each key maps to a named slot in the component;
3602
- * the value is merged with the generated variant classes via `composeClassName`.
3603
- */
3604
- classNames?: Partial<{
3605
- item: ClassValue;
3606
- link: ClassValue;
3607
- separator: ClassValue;
3608
- }>;
3609
- };
3610
-
3611
5385
  declare type __VLS_Props_9 = {
3612
5386
  color?: BadgeVariants["color"];
3613
5387
  size?: BadgeVariants["size"];
@@ -3623,30 +5397,63 @@ declare type __VLS_Props_9 = {
3623
5397
  };
3624
5398
 
3625
5399
  declare type __VLS_Props_90 = {
5400
+ href?: string;
5401
+ isLast?: boolean;
5402
+ class?: ClassValue;
5403
+ /**
5404
+ * Per-slot class overrides. Each key maps to a named slot in the component;
5405
+ * the value is merged with the generated variant classes via `composeClassName`.
5406
+ */
5407
+ classNames?: Partial<{
5408
+ item: ClassValue;
5409
+ link: ClassValue;
5410
+ separator: ClassValue;
5411
+ }>;
5412
+ };
5413
+
5414
+ declare type __VLS_Props_91 = {
3626
5415
  orientation?: 'horizontal' | 'vertical';
3627
5416
  loop?: boolean;
3628
5417
  isAttached?: boolean;
3629
5418
  class?: string;
5419
+ /** Text direction */
5420
+ dir?: 'ltr' | 'rtl';
5421
+ /** Render as a different element */
5422
+ as?: string;
5423
+ /** Merge props onto child element */
5424
+ asChild?: boolean;
3630
5425
  };
3631
5426
 
3632
- declare type __VLS_Props_91 = {
5427
+ declare type __VLS_Props_92 = {
3633
5428
  variant?: ToggleButtonVariants['variant'];
3634
5429
  size?: ToggleButtonVariants['size'];
3635
5430
  isIconOnly?: boolean;
3636
5431
  disabled?: boolean;
3637
5432
  class?: string;
5433
+ /** Render as a different element */
5434
+ as?: string;
5435
+ /** Merge props onto child element */
5436
+ asChild?: boolean;
3638
5437
  };
3639
5438
 
3640
- declare type __VLS_Props_92 = {
5439
+ declare type __VLS_Props_93 = {
3641
5440
  href?: string;
3642
5441
  class?: string;
5442
+ /** Render as a different element */
5443
+ as?: string;
5444
+ /** Merge props onto child element */
5445
+ asChild?: boolean;
3643
5446
  };
3644
5447
 
3645
- declare type __VLS_Props_93 = {
5448
+ declare type __VLS_Props_94 = {
3646
5449
  class?: string;
5450
+ /** Render as a different element */
5451
+ as?: string;
5452
+ /** Merge props onto child element */
5453
+ asChild?: boolean;
3647
5454
  };
3648
5455
 
3649
- declare type __VLS_Props_94 = {
5456
+ declare type __VLS_Props_95 = {
3650
5457
  type: 'single' | 'multiple';
3651
5458
  modelValue?: Single | Multi;
3652
5459
  defaultValue?: Single | Multi;
@@ -3656,18 +5463,36 @@ declare type __VLS_Props_94 = {
3656
5463
  class?: string;
3657
5464
  /** Shorthand API: render toggle items from an array instead of the compound slot API */
3658
5465
  items?: ToolbarToggleShorthandItem[];
5466
+ /** Whether to use roving focus for keyboard navigation */
5467
+ rovingFocus?: boolean;
5468
+ /** Text direction */
5469
+ dir?: 'ltr' | 'rtl';
5470
+ /** Whether keyboard navigation loops around */
5471
+ loop?: boolean;
5472
+ /** Render as a different element */
5473
+ as?: string;
5474
+ /** Merge props onto child element */
5475
+ asChild?: boolean;
5476
+ /** Form field name */
5477
+ name?: string;
5478
+ /** Whether a value is required */
5479
+ required?: boolean;
3659
5480
  };
3660
5481
 
3661
- declare type __VLS_Props_95 = {
5482
+ declare type __VLS_Props_96 = {
3662
5483
  value: string;
3663
5484
  variant?: ToggleButtonVariants['variant'];
3664
5485
  size?: ToggleButtonVariants['size'];
3665
5486
  isIconOnly?: boolean;
3666
5487
  disabled?: boolean;
3667
5488
  class?: string;
5489
+ /** Render as a different element */
5490
+ as?: string;
5491
+ /** Merge props onto child element */
5492
+ asChild?: boolean;
3668
5493
  };
3669
5494
 
3670
- declare type __VLS_Props_96 = {
5495
+ declare type __VLS_Props_97 = {
3671
5496
  /** Severity/status of the alert */
3672
5497
  severity?: AlertSeverity;
3673
5498
  /** Whether the alert can be dismissed by the user */
@@ -3676,10 +5501,6 @@ declare type __VLS_Props_96 = {
3676
5501
  class?: string;
3677
5502
  };
3678
5503
 
3679
- declare type __VLS_Props_97 = {
3680
- class?: string;
3681
- };
3682
-
3683
5504
  declare type __VLS_Props_98 = {
3684
5505
  class?: string;
3685
5506
  };
@@ -3694,30 +5515,30 @@ declare type __VLS_PublicProps = {
3694
5515
 
3695
5516
  declare type __VLS_PublicProps_10 = {
3696
5517
  modelValue?: DateValue | null | undefined;
3697
- } & __VLS_Props_165;
5518
+ } & __VLS_Props_169;
3698
5519
 
3699
5520
  declare type __VLS_PublicProps_11 = {
3700
5521
  modelValue?: DateRange_2 | null | undefined;
3701
- } & __VLS_Props_166;
5522
+ } & __VLS_Props_170;
3702
5523
 
3703
5524
  declare type __VLS_PublicProps_12 = {
3704
5525
  modelValue?: TimeValue | null | undefined;
3705
- } & __VLS_Props_167;
5526
+ } & __VLS_Props_171;
3706
5527
 
3707
5528
  declare type __VLS_PublicProps_13 = {
3708
5529
  'modelValue'?: DateValue | null | undefined;
3709
5530
  'open'?: boolean;
3710
- } & __VLS_Props_168;
5531
+ } & __VLS_Props_172;
3711
5532
 
3712
5533
  declare type __VLS_PublicProps_14 = {
3713
5534
  'modelValue'?: DateRangePickerRange | null | undefined;
3714
5535
  'open'?: boolean;
3715
- } & __VLS_Props_169;
5536
+ } & __VLS_Props_173;
3716
5537
 
3717
5538
  declare type __VLS_PublicProps_15 = {
3718
5539
  'modelValue'?: CalendarDateTime | null | undefined;
3719
5540
  'open'?: boolean;
3720
- } & __VLS_Props_170;
5541
+ } & __VLS_Props_174;
3721
5542
 
3722
5543
  declare type __VLS_PublicProps_2 = {
3723
5544
  modelValue?: string | number | null;
@@ -3733,24 +5554,24 @@ declare type __VLS_PublicProps_4 = {
3733
5554
 
3734
5555
  declare type __VLS_PublicProps_5 = {
3735
5556
  'isSelected'?: boolean;
3736
- } & __VLS_Props_117;
5557
+ } & __VLS_Props_119;
3737
5558
 
3738
5559
  declare type __VLS_PublicProps_6 = {
3739
5560
  modelValue?: AcceptableValue;
3740
- };
5561
+ } & __VLS_Props_120;
3741
5562
 
3742
5563
  declare type __VLS_PublicProps_7 = {
3743
5564
  modelValue?: DateValue;
3744
- } & __VLS_Props_162;
5565
+ } & __VLS_Props_166;
3745
5566
 
3746
5567
  declare type __VLS_PublicProps_8 = {
3747
5568
  modelValue?: DateRange | null;
3748
- } & __VLS_Props_163;
5569
+ } & __VLS_Props_167;
3749
5570
 
3750
5571
  declare type __VLS_PublicProps_9 = {
3751
5572
  modelValue?: DateValue | undefined;
3752
5573
  'placeholder'?: DateValue | undefined;
3753
- } & __VLS_Props_164;
5574
+ } & __VLS_Props_168;
3754
5575
 
3755
5576
  declare function __VLS_template(): {
3756
5577
  attrs: Partial<{}>;
@@ -4878,6 +6699,9 @@ declare function __VLS_template_161(): {
4878
6699
  attrs: Partial<{}>;
4879
6700
  slots: {
4880
6701
  selectorIcon?(_: {}): any;
6702
+ footer?(_: {
6703
+ close: () => void;
6704
+ }): any;
4881
6705
  };
4882
6706
  refs: {};
4883
6707
  rootEl: any;
@@ -5415,6 +7239,7 @@ declare function __VLS_template_65(): {
5415
7239
  attrs: Partial<{}>;
5416
7240
  slots: {
5417
7241
  default?(_: {}): any;
7242
+ default?(_: {}): any;
5418
7243
  };
5419
7244
  refs: {};
5420
7245
  rootEl: any;
@@ -5795,9 +7620,64 @@ declare function __VLS_template_95(): {
5795
7620
  declare function __VLS_template_96(): {
5796
7621
  attrs: Partial<{}>;
5797
7622
  slots: {
7623
+ item?(_: {
7624
+ item: ListBoxShorthandItem;
7625
+ index: number;
7626
+ }): any;
5798
7627
  default?(_: {}): any;
7628
+ loading?(_: {}): any;
7629
+ loadMore?(_: {
7630
+ loadMore: typeof requestLoadMore;
7631
+ isLoading: boolean;
7632
+ hasMore: true;
7633
+ }): any;
7634
+ };
7635
+ refs: {
7636
+ content: ({
7637
+ $: ComponentInternalInstance;
7638
+ $data: {};
7639
+ $props: {
7640
+ readonly asChild?: boolean | undefined;
7641
+ readonly as?: (AsTag | Component) | undefined;
7642
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
7643
+ $attrs: Attrs;
7644
+ $refs: {
7645
+ [x: string]: unknown;
7646
+ };
7647
+ $slots: Readonly<{
7648
+ [name: string]: Slot<any> | undefined;
7649
+ }>;
7650
+ $root: ComponentPublicInstance | null;
7651
+ $parent: ComponentPublicInstance | null;
7652
+ $host: Element | null;
7653
+ $emit: (event: string, ...args: any[]) => void;
7654
+ $el: any;
7655
+ $options: ComponentOptionsBase<Readonly<ListboxContentProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
7656
+ beforeCreate?: (() => void) | (() => void)[];
7657
+ created?: (() => void) | (() => void)[];
7658
+ beforeMount?: (() => void) | (() => void)[];
7659
+ mounted?: (() => void) | (() => void)[];
7660
+ beforeUpdate?: (() => void) | (() => void)[];
7661
+ updated?: (() => void) | (() => void)[];
7662
+ activated?: (() => void) | (() => void)[];
7663
+ deactivated?: (() => void) | (() => void)[];
7664
+ beforeDestroy?: (() => void) | (() => void)[];
7665
+ beforeUnmount?: (() => void) | (() => void)[];
7666
+ destroyed?: (() => void) | (() => void)[];
7667
+ unmounted?: (() => void) | (() => void)[];
7668
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
7669
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
7670
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
7671
+ };
7672
+ $forceUpdate: () => void;
7673
+ $nextTick: nextTick;
7674
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
7675
+ } & Readonly<{}> & Omit<Readonly<ListboxContentProps> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
7676
+ $slots: {
7677
+ default?: (props: {}) => any;
7678
+ };
7679
+ }) | null;
5799
7680
  };
5800
- refs: {};
5801
7681
  rootEl: any;
5802
7682
  };
5803
7683
 
@@ -7231,7 +9111,10 @@ export declare const AlertDialogHeader: __VLS_WithTemplateSlots_50<typeof __VLS_
7231
9111
 
7232
9112
  export declare const AlertDialogIcon: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
7233
9113
 
7234
- export declare const AlertDialogOverlay: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9114
+ export declare const AlertDialogOverlay: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {
9115
+ asChild: boolean;
9116
+ forceMount: boolean;
9117
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7235
9118
 
7236
9119
  export declare const AlertDialogTitle: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
7237
9120
 
@@ -7485,67 +9368,101 @@ declare type CollapsibleShorthandItem = {
7485
9368
 
7486
9369
  export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
7487
9370
 
7488
- export declare const ColorArea: DefineComponent<__VLS_Props_171, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9371
+ export declare const ColorArea: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7489
9372
  "update:modelValue": (value: Color) => any;
9373
+ change: (value: Color) => any;
7490
9374
  "update:color": (value: Color) => any;
7491
- }, string, PublicProps, Readonly<__VLS_Props_171> & Readonly<{
9375
+ "change-end": (value: Color) => any;
9376
+ }, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
7492
9377
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9378
+ onChange?: ((value: Color) => any) | undefined;
7493
9379
  "onUpdate:color"?: ((value: Color) => any) | undefined;
9380
+ "onChange-end"?: ((value: Color) => any) | undefined;
7494
9381
  }>, {
7495
9382
  showDots: boolean;
7496
9383
  disabled: boolean;
9384
+ asChild: boolean;
9385
+ required: boolean;
7497
9386
  xChannel: ColorChannel;
7498
9387
  yChannel: ColorChannel;
7499
9388
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7500
9389
 
7501
- export declare const ColorField: DefineComponent<__VLS_Props_173, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9390
+ export declare const ColorField: DefineComponent<__VLS_Props_177, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7502
9391
  "update:modelValue": (value: Color) => any;
7503
- }, string, PublicProps, Readonly<__VLS_Props_173> & Readonly<{
9392
+ "update:color": (value: Color) => any;
9393
+ }, string, PublicProps, Readonly<__VLS_Props_177> & Readonly<{
7504
9394
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9395
+ "onUpdate:color"?: ((value: Color) => any) | undefined;
7505
9396
  }>, {
7506
9397
  fullWidth: boolean;
7507
9398
  disabled: boolean;
9399
+ asChild: boolean;
9400
+ required: boolean;
7508
9401
  readonly: boolean;
9402
+ disableWheelChange: boolean;
7509
9403
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7510
9404
 
7511
9405
  export { ColorFormat }
7512
9406
 
7513
- export declare const ColorInputGroup: DefineComponent<__VLS_Props_176, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9407
+ export declare const ColorInputGroup: DefineComponent<__VLS_Props_180, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7514
9408
  "update:modelValue": (value: Color) => any;
7515
- }, string, PublicProps, Readonly<__VLS_Props_176> & Readonly<{
9409
+ "update:color": (value: Color) => any;
9410
+ }, string, PublicProps, Readonly<__VLS_Props_180> & Readonly<{
7516
9411
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9412
+ "onUpdate:color"?: ((value: Color) => any) | undefined;
7517
9413
  }>, {
7518
9414
  variant: "primary" | "secondary";
7519
9415
  fullWidth: boolean;
7520
9416
  disabled: boolean;
9417
+ asChild: boolean;
9418
+ required: boolean;
7521
9419
  readonly: boolean;
9420
+ disableWheelChange: boolean;
7522
9421
  suffixLabel: string;
7523
9422
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
7524
9423
 
7525
9424
  export declare const ColorPicker: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, __VLS_TemplateResult_162["slots"]>;
7526
9425
 
7527
- export declare const ColorSlider: DefineComponent<__VLS_Props_172, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9426
+ export declare const ColorSlider: DefineComponent<__VLS_Props_176, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7528
9427
  "update:modelValue": (value: Color) => any;
9428
+ change: (value: Color) => any;
7529
9429
  "update:color": (value: Color) => any;
7530
- }, string, PublicProps, Readonly<__VLS_Props_172> & Readonly<{
9430
+ "change-end": (value: Color) => any;
9431
+ }, string, PublicProps, Readonly<__VLS_Props_176> & Readonly<{
7531
9432
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9433
+ onChange?: ((value: Color) => any) | undefined;
7532
9434
  "onUpdate:color"?: ((value: Color) => any) | undefined;
9435
+ "onChange-end"?: ((value: Color) => any) | undefined;
7533
9436
  }>, {
7534
9437
  orientation: "horizontal" | "vertical";
7535
9438
  disabled: boolean;
9439
+ asChild: boolean;
9440
+ required: boolean;
9441
+ inverted: boolean;
7536
9442
  showOutput: boolean;
7537
9443
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7538
9444
 
7539
- export declare const ColorSwatch: DefineComponent<__VLS_Props_174, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_174> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9445
+ export declare const ColorSwatch: DefineComponent<__VLS_Props_178, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_178> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7540
9446
 
7541
- export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9447
+ export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_179, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7542
9448
  "update:modelValue": (value: string) => any;
7543
- }, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
9449
+ highlight: (value: unknown) => any;
9450
+ "entry-focus": (event: Event) => any;
9451
+ leave: (event: Event) => any;
9452
+ }, string, PublicProps, Readonly<__VLS_Props_179> & Readonly<{
7544
9453
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
9454
+ onHighlight?: ((value: unknown) => any) | undefined;
9455
+ "onEntry-focus"?: ((event: Event) => any) | undefined;
9456
+ onLeave?: ((event: Event) => any) | undefined;
7545
9457
  }>, {
7546
9458
  size: "md" | "sm" | "lg" | "xs" | "xl";
7547
9459
  variant: "circle" | "square";
7548
9460
  layout: "grid" | "stack";
9461
+ multiple: boolean;
9462
+ disabled: boolean;
9463
+ asChild: boolean;
9464
+ required: boolean;
9465
+ highlightOnHover: boolean;
7549
9466
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7550
9467
 
7551
9468
  export declare const ComboBox: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, __VLS_TemplateResult_114["slots"]>;
@@ -7799,7 +9716,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
7799
9716
 
7800
9717
  export declare const DrawerMain: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
7801
9718
 
7802
- export declare const DrawerOverlay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9719
+ export declare const DrawerOverlay: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {
9720
+ asChild: boolean;
9721
+ forceMount: boolean;
9722
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7803
9723
 
7804
9724
  export declare type DrawerPlacement = 'top' | 'right' | 'bottom' | 'left';
7805
9725
 
@@ -7919,20 +9839,27 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
7919
9839
  onComplete?: ((value: string) => any) | undefined;
7920
9840
  }>, {
7921
9841
  length: number;
9842
+ id: string;
7922
9843
  variant: "primary" | "secondary";
7923
9844
  class: string | false | Record<string, unknown> | ClassValue[] | null;
7924
9845
  type: "text";
7925
9846
  mask: boolean;
9847
+ as: string;
7926
9848
  classNames: Partial<{
7927
9849
  base: ClassValue;
7928
9850
  group: ClassValue;
7929
9851
  slot: ClassValue;
7930
9852
  }>;
7931
9853
  disabled: boolean;
9854
+ asChild: boolean;
7932
9855
  placeholder: string;
7933
9856
  modelValue: string;
7934
9857
  defaultValue: string;
7935
9858
  name: string;
9859
+ required: boolean;
9860
+ inputAsChild: boolean;
9861
+ inputAs: string;
9862
+ dir: "ltr" | "rtl";
7936
9863
  otp: boolean;
7937
9864
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7938
9865
 
@@ -7956,6 +9883,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
7956
9883
  variant: Ref<ListBoxVariants['variant']>;
7957
9884
  itemVariant: Ref<ListBoxItemVariants['variant']>;
7958
9885
  isDisabled: Ref<boolean>;
9886
+ hideSelectedIcon: Ref<boolean>;
7959
9887
  }
7960
9888
 
7961
9889
  export declare const ListBoxItem: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, __VLS_TemplateResult_97["slots"]>;
@@ -8033,7 +9961,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8033
9961
  */
8034
9962
  export declare function mapPropsVariants<T extends Record<string, unknown>, K extends string>(props: T, variantKeys: K[], removeVariantProps?: boolean): [Omit<T, K>, Partial<Pick<T, Extract<K, keyof T>>>];
8035
9963
 
8036
- export declare const Meter: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
9964
+ export declare const Meter: DefineComponent<__VLS_Props_163, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_163> & Readonly<{}>, {
8037
9965
  value: number;
8038
9966
  minValue: number;
8039
9967
  maxValue: number;
@@ -8124,7 +10052,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8124
10052
 
8125
10053
  export declare const ModalHeader: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
8126
10054
 
8127
- export declare const ModalOverlay: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10055
+ export declare const ModalOverlay: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {
10056
+ asChild: boolean;
10057
+ forceMount: boolean;
10058
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8128
10059
 
8129
10060
  export declare const ModalTitle: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
8130
10061
 
@@ -8258,13 +10189,19 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8258
10189
 
8259
10190
  export declare const PopoverTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
8260
10191
 
8261
- export declare const ProgressBar: DefineComponent<__VLS_Props_157, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_157> & Readonly<{}>, {
10192
+ export declare const ProgressBar: DefineComponent<__VLS_Props_161, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_161> & Readonly<{}>, {
8262
10193
  isDisabled: boolean;
8263
10194
  isStriped: boolean;
8264
10195
  isIndeterminate: boolean;
10196
+ as: string;
10197
+ asChild: boolean;
10198
+ indicatorAsChild: boolean;
10199
+ indicatorAs: string;
8265
10200
  minValue: number;
8266
10201
  maxValue: number;
8267
10202
  showValueLabel: boolean;
10203
+ getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
10204
+ getValueText: (value: number | null | undefined, max: number) => string | undefined;
8268
10205
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
8269
10206
 
8270
10207
  export declare const ProgressCircle: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
@@ -8384,14 +10321,26 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8384
10321
  description: ClassValue;
8385
10322
  }>;
8386
10323
  defaultValue?: DateRange_2;
10324
+ defaultPlaceholder?: DateValue;
8387
10325
  placeholderValue?: DateValue;
8388
10326
  minValue?: DateValue;
8389
10327
  maxValue?: DateValue;
8390
10328
  granularity?: 'day' | 'hour' | 'minute' | 'second';
8391
10329
  hourCycle?: 12 | 24;
10330
+ /** Steps for segment keyboard navigation. */
10331
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
10332
+ hideTimeZone?: boolean;
10333
+ isDateUnavailable?: (date: DateValue) => boolean;
8392
10334
  locale?: string;
8393
10335
  name?: string;
8394
- hideTimeZone?: boolean;
10336
+ /** Marks the field as required for form submission. */
10337
+ required?: boolean;
10338
+ /** Text direction for the field. */
10339
+ dir?: 'ltr' | 'rtl';
10340
+ /** Render root as a different element or component. */
10341
+ as?: string;
10342
+ /** Render root child as root element. */
10343
+ asChild?: boolean;
8395
10344
  };
8396
10345
 
8397
10346
  declare type Props_11 = {
@@ -8436,14 +10385,27 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8436
10385
  description: ClassValue;
8437
10386
  }>;
8438
10387
  defaultValue?: TimeValue;
10388
+ defaultPlaceholder?: TimeValue;
8439
10389
  placeholderValue?: TimeValue;
8440
10390
  minValue?: TimeValue;
8441
10391
  maxValue?: TimeValue;
8442
10392
  granularity?: 'hour' | 'minute' | 'second';
8443
10393
  hourCycle?: 12 | 24;
10394
+ /** Steps for segment keyboard navigation. */
10395
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
10396
+ /** Enable step snapping behavior. */
10397
+ stepSnapping?: boolean;
8444
10398
  locale?: string;
8445
10399
  name?: string;
8446
10400
  hideTimeZone?: boolean;
10401
+ /** Marks the field as required for form submission. */
10402
+ required?: boolean;
10403
+ /** Text direction for the field. */
10404
+ dir?: 'ltr' | 'rtl';
10405
+ /** Render root as a different element or component. */
10406
+ as?: string;
10407
+ /** Render root child as root element. */
10408
+ asChild?: boolean;
8447
10409
  };
8448
10410
 
8449
10411
  declare type Props_2 = {
@@ -8558,6 +10520,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8558
10520
  open?: boolean;
8559
10521
  /** Initial open state of the dropdown (uncontrolled). */
8560
10522
  defaultOpen?: boolean;
10523
+ /** Comparison key or function for value matching. */
10524
+ by?: string | ((a: SelectItemValue, b: SelectItemValue) => boolean);
10525
+ /** Text direction for the select. */
10526
+ dir?: 'ltr' | 'rtl';
10527
+ /** Native autocomplete attribute for the hidden input. */
10528
+ autocomplete?: string;
8561
10529
  /**
8562
10530
  * Data-driven items for the terse API. When provided (and no SelectTrigger /
8563
10531
  * SelectContent is passed as a child), the trigger, value, and popover are
@@ -8612,6 +10580,22 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8612
10580
  errorMessage: ClassValue;
8613
10581
  description: ClassValue;
8614
10582
  }>;
10583
+ /** Reading direction for the component. */
10584
+ dir?: 'ltr' | 'rtl';
10585
+ /** Reset the search term when the trigger loses focus. */
10586
+ resetSearchTermOnBlur?: boolean;
10587
+ /** Open the dropdown when the input gains focus. */
10588
+ openOnFocus?: boolean;
10589
+ /** Open the dropdown when the input is clicked. */
10590
+ openOnClick?: boolean;
10591
+ /** Disable Reka's built-in filter; handle filtering externally. */
10592
+ ignoreFilter?: boolean;
10593
+ /** Highlight the matching item on hover. */
10594
+ highlightOnHover?: boolean;
10595
+ /** Render as a different element or component. */
10596
+ as?: string;
10597
+ /** Merge props onto child element instead of rendering a wrapper. */
10598
+ asChild?: boolean;
8615
10599
  /** Two-way bound selected value. string in single mode, string[] in multiple mode. */
8616
10600
  modelValue?: string | string[];
8617
10601
  /** Initial selected value (uncontrolled). */
@@ -8736,14 +10720,26 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8736
10720
  description: ClassValue;
8737
10721
  }>;
8738
10722
  defaultValue?: DateValue;
10723
+ defaultPlaceholder?: DateValue;
8739
10724
  placeholderValue?: DateValue;
8740
10725
  minValue?: DateValue;
8741
10726
  maxValue?: DateValue;
8742
10727
  granularity?: 'day' | 'hour' | 'minute' | 'second';
8743
10728
  hourCycle?: 12 | 24;
10729
+ /** Steps for segment keyboard navigation. */
10730
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
8744
10731
  locale?: string;
8745
10732
  name?: string;
8746
10733
  hideTimeZone?: boolean;
10734
+ isDateUnavailable?: (date: DateValue) => boolean;
10735
+ /** Marks the field as required for form submission. */
10736
+ required?: boolean;
10737
+ /** Text direction for the field. */
10738
+ dir?: 'ltr' | 'rtl';
10739
+ /** Render as a different element or component. */
10740
+ as?: string;
10741
+ /** Render child as root element. */
10742
+ asChild?: boolean;
8747
10743
  };
8748
10744
 
8749
10745
  export declare const Radio: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
@@ -8777,8 +10773,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8777
10773
 
8778
10774
  export declare const RangeCalendar: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8779
10775
  "update:modelValue": (value: DateRange | null) => any;
10776
+ "update:valid-model-value": (value: DateRange | undefined) => any;
10777
+ "update:start-value": (value: DateValue | undefined) => any;
8780
10778
  }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
8781
10779
  "onUpdate:modelValue"?: ((value: DateRange | null) => any) | undefined;
10780
+ "onUpdate:valid-model-value"?: ((value: DateRange | undefined) => any) | undefined;
10781
+ "onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
8782
10782
  }>, {
8783
10783
  disabled: boolean;
8784
10784
  readonly: boolean;
@@ -8790,6 +10790,8 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8790
10790
  allowNonContiguousRanges: boolean;
8791
10791
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8792
10792
 
10793
+ declare function requestLoadMore(): void;
10794
+
8793
10795
  declare function reset(): void;
8794
10796
 
8795
10797
  declare type RuleWithMessage<T> = T | {
@@ -8855,8 +10857,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8855
10857
 
8856
10858
  export declare const SelectTrigger: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, __VLS_TemplateResult_100["slots"]>;
8857
10859
 
8858
- export declare const SelectValue: DefineComponent<__VLS_Props_111, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_111> & Readonly<{}>, {
10860
+ export declare const SelectValue: DefineComponent<__VLS_Props_112, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_112> & Readonly<{}>, {
8859
10861
  class: string;
10862
+ as: string;
10863
+ asChild: boolean;
8860
10864
  placeholder: string;
8861
10865
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8862
10866
 
@@ -8925,7 +10929,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8925
10929
 
8926
10930
  export declare const StepperItem: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
8927
10931
 
8928
- export declare const StepperSeparator: DefineComponent<__VLS_Props_154, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_154> & Readonly<{}>, {
10932
+ export declare const StepperSeparator: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
8929
10933
  class: string | false | Record<string, unknown> | ClassValue[] | null;
8930
10934
  classNames: Partial<{
8931
10935
  separator: ClassValue;
@@ -8988,7 +10992,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8988
10992
 
8989
10993
  export declare const Tab: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
8990
10994
 
8991
- export declare const TabIndicator: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10995
+ export declare const TabIndicator: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8992
10996
 
8993
10997
  export declare const Table: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, __VLS_TemplateResult_132["slots"]>;
8994
10998
 
@@ -9085,7 +11089,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9085
11089
 
9086
11090
  export declare const ToastAction: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, __VLS_TemplateResult_94["slots"]>;
9087
11091
 
9088
- export declare const ToastClose: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11092
+ export declare const ToastClose: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9089
11093
 
9090
11094
  export declare const ToastDescription: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, __VLS_TemplateResult_93["slots"]>;
9091
11095
 
@@ -9170,7 +11174,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9170
11174
 
9171
11175
  export declare const ToolbarLink: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, __VLS_TemplateResult_83["slots"]>;
9172
11176
 
9173
- export declare const ToolbarSeparator: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11177
+ export declare const ToolbarSeparator: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9174
11178
 
9175
11179
  export declare const ToolbarToggleGroup: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, __VLS_TemplateResult_84["slots"]>;
9176
11180
 
@@ -9207,6 +11211,22 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9207
11211
  type: NumberConstructor;
9208
11212
  default: undefined;
9209
11213
  };
11214
+ disableHoverableContent: {
11215
+ type: BooleanConstructor;
11216
+ default: undefined;
11217
+ };
11218
+ disableClosingTrigger: {
11219
+ type: BooleanConstructor;
11220
+ default: undefined;
11221
+ };
11222
+ disabled: {
11223
+ type: BooleanConstructor;
11224
+ default: undefined;
11225
+ };
11226
+ ignoreNonKeyboardFocus: {
11227
+ type: BooleanConstructor;
11228
+ default: undefined;
11229
+ };
9210
11230
  }>, () => VNode<RendererNode, RendererElement, {
9211
11231
  [key: string]: any;
9212
11232
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:open"[], "update:open", PublicProps, Readonly<ExtractPropTypes< {
@@ -9222,12 +11242,32 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9222
11242
  type: NumberConstructor;
9223
11243
  default: undefined;
9224
11244
  };
11245
+ disableHoverableContent: {
11246
+ type: BooleanConstructor;
11247
+ default: undefined;
11248
+ };
11249
+ disableClosingTrigger: {
11250
+ type: BooleanConstructor;
11251
+ default: undefined;
11252
+ };
11253
+ disabled: {
11254
+ type: BooleanConstructor;
11255
+ default: undefined;
11256
+ };
11257
+ ignoreNonKeyboardFocus: {
11258
+ type: BooleanConstructor;
11259
+ default: undefined;
11260
+ };
9225
11261
  }>> & Readonly<{
9226
11262
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
9227
11263
  }>, {
11264
+ disabled: boolean;
9228
11265
  defaultOpen: boolean;
9229
11266
  open: boolean;
9230
11267
  delayDuration: number;
11268
+ disableHoverableContent: boolean;
11269
+ disableClosingTrigger: boolean;
11270
+ ignoreNonKeyboardFocus: boolean;
9231
11271
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9232
11272
 
9233
11273
  export declare const TooltipArrow: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -9259,6 +11299,16 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9259
11299
  classNames?: Partial<{
9260
11300
  root: ClassValue;
9261
11301
  }>;
11302
+ /** Text direction */
11303
+ dir?: "ltr" | "rtl";
11304
+ /** Whether the entire tree is disabled */
11305
+ disabled?: boolean;
11306
+ /** Whether selection bubbles up to parent nodes */
11307
+ bubbleSelect?: boolean;
11308
+ /** Render as a different element */
11309
+ as?: string;
11310
+ /** Merge props onto child element */
11311
+ asChild?: boolean;
9262
11312
  } & Partial<{}>> & PublicProps;
9263
11313
  expose(exposed: ShallowUnwrapRef< {}>): void;
9264
11314
  attrs: any;
@@ -9294,6 +11344,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9294
11344
  item: ClassValue;
9295
11345
  itemContent: ClassValue;
9296
11346
  }>;
11347
+ /** Render as a different element */
11348
+ as?: string;
11349
+ /** Merge props onto child element */
11350
+ asChild?: boolean;
9297
11351
  } & Partial<{}>> & PublicProps;
9298
11352
  expose(exposed: ShallowUnwrapRef< {}>): void;
9299
11353
  attrs: any;