@auronui/vue 1.0.21 → 1.0.22

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 (352) hide show
  1. package/dist/cjs/index.cjs +3680 -406
  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 +143 -11
  128. package/dist/components/date-time-picker/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  129. package/dist/components/drawer/DrawerClose.js.map +1 -1
  130. package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js +13 -3
  131. package/dist/components/drawer/DrawerClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
  132. package/dist/components/drawer/DrawerContent.js.map +1 -1
  133. package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js +68 -8
  134. package/dist/components/drawer/DrawerContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  135. package/dist/components/drawer/DrawerOverlay.js.map +1 -1
  136. package/dist/components/drawer/DrawerOverlay.vue_vue_type_script_setup_true_lang.js +25 -1
  137. package/dist/components/drawer/DrawerOverlay.vue_vue_type_script_setup_true_lang.js.map +1 -1
  138. package/dist/components/drawer/DrawerTitle.js.map +1 -1
  139. package/dist/components/drawer/DrawerTitle.vue_vue_type_script_setup_true_lang.js +27 -3
  140. package/dist/components/drawer/DrawerTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  141. package/dist/components/drawer/DrawerTrigger.js.map +1 -1
  142. package/dist/components/drawer/DrawerTrigger.vue_vue_type_script_setup_true_lang.js +11 -7
  143. package/dist/components/drawer/DrawerTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  144. package/dist/components/dropdown/Dropdown.js.map +1 -1
  145. package/dist/components/dropdown/Dropdown.vue_vue_type_script_setup_true_lang.js +15 -5
  146. package/dist/components/dropdown/Dropdown.vue_vue_type_script_setup_true_lang.js.map +1 -1
  147. package/dist/components/dropdown/DropdownCheckboxItem.js.map +1 -1
  148. package/dist/components/dropdown/DropdownCheckboxItem.vue_vue_type_script_setup_true_lang.js +29 -7
  149. package/dist/components/dropdown/DropdownCheckboxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  150. package/dist/components/dropdown/DropdownItem.js.map +1 -1
  151. package/dist/components/dropdown/DropdownItem.vue_vue_type_script_setup_true_lang.js +15 -2
  152. package/dist/components/dropdown/DropdownItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  153. package/dist/components/dropdown/DropdownMenu.js.map +1 -1
  154. package/dist/components/dropdown/DropdownMenu.vue_vue_type_script_setup_true_lang.js +121 -5
  155. package/dist/components/dropdown/DropdownMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
  156. package/dist/components/dropdown/DropdownRadioGroup.js.map +1 -1
  157. package/dist/components/dropdown/DropdownRadioGroup.vue_vue_type_script_setup_true_lang.js +17 -4
  158. package/dist/components/dropdown/DropdownRadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  159. package/dist/components/dropdown/DropdownRadioItem.js.map +1 -1
  160. package/dist/components/dropdown/DropdownRadioItem.vue_vue_type_script_setup_true_lang.js +21 -5
  161. package/dist/components/dropdown/DropdownRadioItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  162. package/dist/components/dropdown/DropdownSection.js.map +1 -1
  163. package/dist/components/dropdown/DropdownSection.vue_vue_type_script_setup_true_lang.js +16 -3
  164. package/dist/components/dropdown/DropdownSection.vue_vue_type_script_setup_true_lang.js.map +1 -1
  165. package/dist/components/dropdown/DropdownSubContent.js.map +1 -1
  166. package/dist/components/dropdown/DropdownSubContent.vue_vue_type_script_setup_true_lang.js +125 -5
  167. package/dist/components/dropdown/DropdownSubContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  168. package/dist/components/dropdown/DropdownSubTrigger.js.map +1 -1
  169. package/dist/components/dropdown/DropdownSubTrigger.vue_vue_type_script_setup_true_lang.js +15 -2
  170. package/dist/components/dropdown/DropdownSubTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  171. package/dist/components/dropdown/DropdownTrigger.js.map +1 -1
  172. package/dist/components/dropdown/DropdownTrigger.vue_vue_type_script_setup_true_lang.js +22 -2
  173. package/dist/components/dropdown/DropdownTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  174. package/dist/components/input-otp/InputOTP.js.map +1 -1
  175. package/dist/components/input-otp/InputOTP.vue_vue_type_script_setup_true_lang.js +34 -1
  176. package/dist/components/input-otp/InputOTP.vue_vue_type_script_setup_true_lang.js.map +1 -1
  177. package/dist/components/list-box/ListBox.js.map +1 -1
  178. package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js +67 -8
  179. package/dist/components/list-box/ListBox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  180. package/dist/components/list-box/ListBoxItem.js.map +1 -1
  181. package/dist/components/list-box/ListBoxItem.vue_vue_type_script_setup_true_lang.js +36 -7
  182. package/dist/components/list-box/ListBoxItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  183. package/dist/components/list-box/ListBoxSection.js.map +1 -1
  184. package/dist/components/list-box/ListBoxSection.vue_vue_type_script_setup_true_lang.js +31 -4
  185. package/dist/components/list-box/ListBoxSection.vue_vue_type_script_setup_true_lang.js.map +1 -1
  186. package/dist/components/modal/ModalClose.js.map +1 -1
  187. package/dist/components/modal/ModalClose.vue_vue_type_script_setup_true_lang.js +7 -1
  188. package/dist/components/modal/ModalClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
  189. package/dist/components/modal/ModalContent.js.map +1 -1
  190. package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js +49 -5
  191. package/dist/components/modal/ModalContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  192. package/dist/components/modal/ModalDescription.js.map +1 -1
  193. package/dist/components/modal/ModalDescription.vue_vue_type_script_setup_true_lang.js +10 -1
  194. package/dist/components/modal/ModalDescription.vue_vue_type_script_setup_true_lang.js.map +1 -1
  195. package/dist/components/modal/ModalOverlay.js.map +1 -1
  196. package/dist/components/modal/ModalOverlay.vue_vue_type_script_setup_true_lang.js +23 -2
  197. package/dist/components/modal/ModalOverlay.vue_vue_type_script_setup_true_lang.js.map +1 -1
  198. package/dist/components/modal/ModalTitle.js.map +1 -1
  199. package/dist/components/modal/ModalTitle.vue_vue_type_script_setup_true_lang.js +10 -1
  200. package/dist/components/modal/ModalTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  201. package/dist/components/modal/ModalTrigger.js.map +1 -1
  202. package/dist/components/modal/ModalTrigger.vue_vue_type_script_setup_true_lang.js +12 -6
  203. package/dist/components/modal/ModalTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  204. package/dist/components/number-field/NumberField.js.map +1 -1
  205. package/dist/components/number-field/NumberField.vue_vue_type_script_setup_true_lang.js +24 -4
  206. package/dist/components/number-field/NumberField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  207. package/dist/components/pagination/Pagination.js.map +1 -1
  208. package/dist/components/pagination/Pagination.vue_vue_type_script_setup_true_lang.js +7 -1
  209. package/dist/components/pagination/Pagination.vue_vue_type_script_setup_true_lang.js.map +1 -1
  210. package/dist/components/pagination/PaginationContent.js.map +1 -1
  211. package/dist/components/pagination/PaginationContent.vue_vue_type_script_setup_true_lang.js +12 -2
  212. package/dist/components/pagination/PaginationContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  213. package/dist/components/pagination/PaginationEllipsis.js.map +1 -1
  214. package/dist/components/pagination/PaginationEllipsis.vue_vue_type_script_setup_true_lang.js +12 -2
  215. package/dist/components/pagination/PaginationEllipsis.vue_vue_type_script_setup_true_lang.js.map +1 -1
  216. package/dist/components/pagination/PaginationFirst.js.map +1 -1
  217. package/dist/components/pagination/PaginationFirst.vue_vue_type_script_setup_true_lang.js +9 -1
  218. package/dist/components/pagination/PaginationFirst.vue_vue_type_script_setup_true_lang.js.map +1 -1
  219. package/dist/components/pagination/PaginationItem.js.map +1 -1
  220. package/dist/components/pagination/PaginationItem.vue_vue_type_script_setup_true_lang.js +11 -2
  221. package/dist/components/pagination/PaginationItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  222. package/dist/components/pagination/PaginationLast.js.map +1 -1
  223. package/dist/components/pagination/PaginationLast.vue_vue_type_script_setup_true_lang.js +9 -1
  224. package/dist/components/pagination/PaginationLast.vue_vue_type_script_setup_true_lang.js.map +1 -1
  225. package/dist/components/pagination/PaginationNext.js.map +1 -1
  226. package/dist/components/pagination/PaginationNext.vue_vue_type_script_setup_true_lang.js +9 -1
  227. package/dist/components/pagination/PaginationNext.vue_vue_type_script_setup_true_lang.js.map +1 -1
  228. package/dist/components/pagination/PaginationPrev.js.map +1 -1
  229. package/dist/components/pagination/PaginationPrev.vue_vue_type_script_setup_true_lang.js +9 -1
  230. package/dist/components/pagination/PaginationPrev.vue_vue_type_script_setup_true_lang.js.map +1 -1
  231. package/dist/components/popover/PopoverContent.js.map +1 -1
  232. package/dist/components/popover/PopoverContent.vue_vue_type_script_setup_true_lang.js +6 -2
  233. package/dist/components/popover/PopoverContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  234. package/dist/components/progress-bar/ProgressBar.js.map +1 -1
  235. package/dist/components/progress-bar/ProgressBar.vue_vue_type_script_setup_true_lang.js +37 -5
  236. package/dist/components/progress-bar/ProgressBar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  237. package/dist/components/progress-circle/ProgressCircle.js.map +1 -1
  238. package/dist/components/progress-circle/ProgressCircle.vue_vue_type_script_setup_true_lang.js +21 -0
  239. package/dist/components/progress-circle/ProgressCircle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  240. package/dist/components/radio/Radio.js.map +1 -1
  241. package/dist/components/radio/Radio.vue_vue_type_script_setup_true_lang.js +46 -3
  242. package/dist/components/radio/Radio.vue_vue_type_script_setup_true_lang.js.map +1 -1
  243. package/dist/components/radio/RadioGroup.js.map +1 -1
  244. package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js +24 -0
  245. package/dist/components/radio/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  246. package/dist/components/range-calendar/RangeCalendar.js.map +1 -1
  247. package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js +44 -11
  248. package/dist/components/range-calendar/RangeCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  249. package/dist/components/scroll-area/ScrollArea.js.map +1 -1
  250. package/dist/components/scroll-area/ScrollArea.vue_vue_type_script_setup_true_lang.js +61 -8
  251. package/dist/components/scroll-area/ScrollArea.vue_vue_type_script_setup_true_lang.js.map +1 -1
  252. package/dist/components/select/Select.js.map +1 -1
  253. package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js +12 -0
  254. package/dist/components/select/Select.vue_vue_type_script_setup_true_lang.js.map +1 -1
  255. package/dist/components/select/SelectContent.js.map +1 -1
  256. package/dist/components/select/SelectContent.vue_vue_type_script_setup_true_lang.js +140 -8
  257. package/dist/components/select/SelectContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  258. package/dist/components/select/SelectItem.js.map +1 -1
  259. package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js +22 -6
  260. package/dist/components/select/SelectItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  261. package/dist/components/select/SelectTrigger.js.map +1 -1
  262. package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js +23 -2
  263. package/dist/components/select/SelectTrigger.vue_vue_type_script_setup_true_lang.js.map +1 -1
  264. package/dist/components/select/SelectValue.js.map +1 -1
  265. package/dist/components/select/SelectValue.vue_vue_type_script_setup_true_lang.js +14 -2
  266. package/dist/components/select/SelectValue.vue_vue_type_script_setup_true_lang.js.map +1 -1
  267. package/dist/components/slider/Slider.js.map +1 -1
  268. package/dist/components/slider/Slider.vue_vue_type_script_setup_true_lang.js +69 -6
  269. package/dist/components/slider/Slider.vue_vue_type_script_setup_true_lang.js.map +1 -1
  270. package/dist/components/splitter/SplitterGroup.js.map +1 -1
  271. package/dist/components/splitter/SplitterGroup.vue_vue_type_script_setup_true_lang.js +18 -3
  272. package/dist/components/splitter/SplitterGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  273. package/dist/components/splitter/SplitterPanel.js.map +1 -1
  274. package/dist/components/splitter/SplitterPanel.vue_vue_type_script_setup_true_lang.js +20 -5
  275. package/dist/components/splitter/SplitterPanel.vue_vue_type_script_setup_true_lang.js.map +1 -1
  276. package/dist/components/splitter/SplitterResizeHandle.js.map +1 -1
  277. package/dist/components/splitter/SplitterResizeHandle.vue_vue_type_script_setup_true_lang.js +16 -1
  278. package/dist/components/splitter/SplitterResizeHandle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  279. package/dist/components/switch/Switch.js.map +1 -1
  280. package/dist/components/switch/Switch.vue_vue_type_script_setup_true_lang.js +53 -2
  281. package/dist/components/switch/Switch.vue_vue_type_script_setup_true_lang.js.map +1 -1
  282. package/dist/components/tabs/Tab.js.map +1 -1
  283. package/dist/components/tabs/Tab.vue_vue_type_script_setup_true_lang.js +7 -1
  284. package/dist/components/tabs/Tab.vue_vue_type_script_setup_true_lang.js.map +1 -1
  285. package/dist/components/tabs/TabIndicator.js.map +1 -1
  286. package/dist/components/tabs/TabIndicator.vue_vue_type_script_setup_true_lang.js +12 -2
  287. package/dist/components/tabs/TabIndicator.vue_vue_type_script_setup_true_lang.js.map +1 -1
  288. package/dist/components/tabs/TabList.js.map +1 -1
  289. package/dist/components/tabs/TabList.vue_vue_type_script_setup_true_lang.js +27 -4
  290. package/dist/components/tabs/TabList.vue_vue_type_script_setup_true_lang.js.map +1 -1
  291. package/dist/components/tabs/TabPanel.js.map +1 -1
  292. package/dist/components/tabs/TabPanel.vue_vue_type_script_setup_true_lang.js +7 -1
  293. package/dist/components/tabs/TabPanel.vue_vue_type_script_setup_true_lang.js.map +1 -1
  294. package/dist/components/tabs/Tabs.js.map +1 -1
  295. package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js +13 -1
  296. package/dist/components/tabs/Tabs.vue_vue_type_script_setup_true_lang.js.map +1 -1
  297. package/dist/components/time-field/TimeField.js.map +1 -1
  298. package/dist/components/time-field/TimeField.vue_vue_type_script_setup_true_lang.js +22 -1
  299. package/dist/components/time-field/TimeField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  300. package/dist/components/toast/Toast.js.map +1 -1
  301. package/dist/components/toast/Toast.vue_vue_type_script_setup_true_lang.js +39 -4
  302. package/dist/components/toast/Toast.vue_vue_type_script_setup_true_lang.js.map +1 -1
  303. package/dist/components/toast/ToastAction.js.map +1 -1
  304. package/dist/components/toast/ToastAction.vue_vue_type_script_setup_true_lang.js +3 -1
  305. package/dist/components/toast/ToastAction.vue_vue_type_script_setup_true_lang.js.map +1 -1
  306. package/dist/components/toast/ToastClose.js.map +1 -1
  307. package/dist/components/toast/ToastClose.vue_vue_type_script_setup_true_lang.js +3 -1
  308. package/dist/components/toast/ToastClose.vue_vue_type_script_setup_true_lang.js.map +1 -1
  309. package/dist/components/toast/ToastDescription.js.map +1 -1
  310. package/dist/components/toast/ToastDescription.vue_vue_type_script_setup_true_lang.js +15 -3
  311. package/dist/components/toast/ToastDescription.vue_vue_type_script_setup_true_lang.js.map +1 -1
  312. package/dist/components/toast/ToastTitle.js.map +1 -1
  313. package/dist/components/toast/ToastTitle.vue_vue_type_script_setup_true_lang.js +15 -3
  314. package/dist/components/toast/ToastTitle.vue_vue_type_script_setup_true_lang.js.map +1 -1
  315. package/dist/components/toast/ToastViewport.js.map +1 -1
  316. package/dist/components/toast/ToastViewport.vue_vue_type_script_setup_true_lang.js +22 -3
  317. package/dist/components/toast/ToastViewport.vue_vue_type_script_setup_true_lang.js.map +1 -1
  318. package/dist/components/toolbar/Toolbar.js.map +1 -1
  319. package/dist/components/toolbar/Toolbar.vue_vue_type_script_setup_true_lang.js +10 -1
  320. package/dist/components/toolbar/Toolbar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  321. package/dist/components/toolbar/ToolbarButton.js.map +1 -1
  322. package/dist/components/toolbar/ToolbarButton.vue_vue_type_script_setup_true_lang.js +11 -2
  323. package/dist/components/toolbar/ToolbarButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
  324. package/dist/components/toolbar/ToolbarLink.js.map +1 -1
  325. package/dist/components/toolbar/ToolbarLink.vue_vue_type_script_setup_true_lang.js +11 -2
  326. package/dist/components/toolbar/ToolbarLink.vue_vue_type_script_setup_true_lang.js.map +1 -1
  327. package/dist/components/toolbar/ToolbarSeparator.js.map +1 -1
  328. package/dist/components/toolbar/ToolbarSeparator.vue_vue_type_script_setup_true_lang.js +14 -2
  329. package/dist/components/toolbar/ToolbarSeparator.vue_vue_type_script_setup_true_lang.js.map +1 -1
  330. package/dist/components/toolbar/ToolbarToggleGroup.js.map +1 -1
  331. package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js +22 -1
  332. package/dist/components/toolbar/ToolbarToggleGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  333. package/dist/components/toolbar/ToolbarToggleItem.js.map +1 -1
  334. package/dist/components/toolbar/ToolbarToggleItem.vue_vue_type_script_setup_true_lang.js +7 -1
  335. package/dist/components/toolbar/ToolbarToggleItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  336. package/dist/components/tooltip/Tooltip.js.map +1 -1
  337. package/dist/components/tooltip/Tooltip.vue_vue_type_script_lang.js +20 -0
  338. package/dist/components/tooltip/Tooltip.vue_vue_type_script_lang.js.map +1 -1
  339. package/dist/components/tooltip/TooltipContent.js.map +1 -1
  340. package/dist/components/tooltip/TooltipContent.vue_vue_type_script_setup_true_lang.js +7 -2
  341. package/dist/components/tooltip/TooltipContent.vue_vue_type_script_setup_true_lang.js.map +1 -1
  342. package/dist/components/tooltip/TooltipProvider.js.map +1 -1
  343. package/dist/components/tooltip/TooltipProvider.vue_vue_type_script_setup_true_lang.js +24 -3
  344. package/dist/components/tooltip/TooltipProvider.vue_vue_type_script_setup_true_lang.js.map +1 -1
  345. package/dist/components/tree/Tree.js.map +1 -1
  346. package/dist/components/tree/Tree.vue_vue_type_script_setup_true_lang.js +16 -1
  347. package/dist/components/tree/Tree.vue_vue_type_script_setup_true_lang.js.map +1 -1
  348. package/dist/components/tree/TreeItem.js.map +1 -1
  349. package/dist/components/tree/TreeItem.vue_vue_type_script_setup_true_lang.js +7 -1
  350. package/dist/components/tree/TreeItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  351. package/dist/index.d.ts +2276 -364
  352. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -119,19 +119,64 @@ orientation: "horizontal" | "vertical";
119
119
 
120
120
  declare const __VLS_component_10: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
121
121
 
122
- declare const __VLS_component_100: DefineComponent<__VLS_Props_110, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_110> & Readonly<{}>, {
122
+ declare const __VLS_component_100: DefineComponent<__VLS_Props_111, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_111> & Readonly<{}>, {
123
123
  class: string;
124
+ as: string;
125
+ disabled: boolean;
126
+ asChild: boolean;
127
+ reference: object | null;
124
128
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
125
129
 
126
- declare const __VLS_component_101: DefineComponent<__VLS_Props_112, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_112> & Readonly<{}>, {
130
+ declare const __VLS_component_101: DefineComponent<__VLS_Props_113, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
131
+ "escape-key-down": (event: KeyboardEvent) => any;
132
+ "pointer-down-outside": (event: Event) => any;
133
+ "close-auto-focus": (event: Event) => any;
134
+ }, string, PublicProps, Readonly<__VLS_Props_113> & Readonly<{
135
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
136
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
137
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
138
+ }>, {
127
139
  class: string;
140
+ as: string;
141
+ asChild: boolean;
142
+ forceMount: boolean;
143
+ side: "top" | "right" | "bottom" | "left";
128
144
  sideOffset: number;
145
+ align: "start" | "center" | "end";
146
+ alignOffset: number;
147
+ avoidCollisions: boolean;
148
+ to: string | HTMLElement;
149
+ defer: boolean;
150
+ sideFlip: boolean;
151
+ alignFlip: boolean;
152
+ collisionBoundary: Element | null | Array<Element | null>;
153
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
154
+ arrowPadding: number;
155
+ hideShiftedArrow: boolean;
156
+ sticky: "partial" | "always";
157
+ hideWhenDetached: boolean;
158
+ positionStrategy: "fixed" | "absolute";
159
+ updatePositionStrategy: "always" | "optimized";
160
+ disableUpdateOnLayoutShift: boolean;
161
+ prioritizePosition: boolean;
162
+ reference: object | null;
163
+ disableOutsidePointerEvents: boolean;
129
164
  position: "item-aligned" | "popper";
165
+ nonce: string;
166
+ bodyLock: boolean;
167
+ portalDisabled: boolean;
130
168
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
131
169
 
132
- declare const __VLS_component_102: DefineComponent<__VLS_Props_113, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_113> & Readonly<{}>, {
170
+ declare const __VLS_component_102: DefineComponent<__VLS_Props_114, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
171
+ select: (event: Event) => any;
172
+ }, string, PublicProps, Readonly<__VLS_Props_114> & Readonly<{
173
+ onSelect?: ((event: Event) => any) | undefined;
174
+ }>, {
133
175
  isDisabled: boolean;
134
176
  class: string;
177
+ as: string;
178
+ disabled: boolean;
179
+ asChild: boolean;
135
180
  textValue: string;
136
181
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
137
182
  textRef: ({
@@ -180,54 +225,106 @@ default?: (props: {}) => any;
180
225
  }) | null;
181
226
  }, any>;
182
227
 
183
- declare const __VLS_component_103: DefineComponent<__VLS_Props_114, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
228
+ declare const __VLS_component_103: DefineComponent<__VLS_Props_115, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
229
+ "update:open": (value: boolean) => any;
184
230
  "update:isOpen": (value: boolean) => any;
185
- }, string, PublicProps, Readonly<__VLS_Props_114> & Readonly<{
231
+ }, string, PublicProps, Readonly<__VLS_Props_115> & Readonly<{
232
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
186
233
  "onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
187
234
  }>, {
188
235
  size: "sm" | "md" | "lg";
189
236
  variant: "flat" | "solid" | "bordered" | "light" | "faded" | "shadow";
190
237
  class: string;
191
238
  color: "default" | "primary" | "secondary" | "success" | "warning" | "danger";
239
+ dir: "ltr" | "rtl";
192
240
  defaultOpen: boolean;
241
+ open: boolean;
193
242
  modal: boolean;
194
243
  isOpen: boolean;
195
244
  closeOnSelect: boolean;
196
245
  disableAnimation: boolean;
197
246
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
198
247
 
199
- declare const __VLS_component_104: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
248
+ declare const __VLS_component_104: DefineComponent<__VLS_Props_116, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_116> & Readonly<{}>, {
249
+ as: string;
250
+ disabled: boolean;
251
+ asChild: boolean;
252
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
200
253
 
201
- declare const __VLS_component_105: DefineComponent<__VLS_Props_115, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_115> & Readonly<{}>, {
254
+ declare const __VLS_component_105: DefineComponent<__VLS_Props_117, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
255
+ "escape-key-down": (event: KeyboardEvent) => any;
256
+ "pointer-down-outside": (event: Event) => any;
257
+ "focus-outside": (event: Event) => any;
258
+ "interact-outside": (event: Event) => any;
259
+ "close-auto-focus": (event: Event) => any;
260
+ }, string, PublicProps, Readonly<__VLS_Props_117> & Readonly<{
261
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
262
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
263
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
264
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
265
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
266
+ }>, {
202
267
  class: string;
268
+ as: string;
269
+ asChild: boolean;
203
270
  ariaLabel: string;
271
+ forceMount: boolean;
272
+ loop: boolean;
204
273
  side: "top" | "right" | "bottom" | "left";
205
274
  sideOffset: number;
206
275
  align: "start" | "center" | "end";
207
276
  alignOffset: number;
277
+ avoidCollisions: boolean;
278
+ to: string | HTMLElement;
279
+ defer: boolean;
280
+ sideFlip: boolean;
281
+ alignFlip: boolean;
282
+ collisionBoundary: Element | null | Array<Element | null>;
283
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
284
+ arrowPadding: number;
285
+ hideShiftedArrow: boolean;
286
+ sticky: "partial" | "always";
287
+ hideWhenDetached: boolean;
288
+ positionStrategy: "fixed" | "absolute";
289
+ updatePositionStrategy: "always" | "optimized";
290
+ disableUpdateOnLayoutShift: boolean;
291
+ prioritizePosition: boolean;
292
+ reference: object | null;
293
+ portalDisabled: boolean;
208
294
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
209
295
 
210
- declare const __VLS_component_106: DefineComponent<__VLS_Props_116, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
296
+ declare const __VLS_component_106: DefineComponent<__VLS_Props_118, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
211
297
  select: (event: Event) => any;
212
- }, string, PublicProps, Readonly<__VLS_Props_116> & Readonly<{
298
+ }, string, PublicProps, Readonly<__VLS_Props_118> & Readonly<{
213
299
  onSelect?: ((event: Event) => any) | undefined;
214
300
  }>, {
215
301
  variant: "default" | "danger";
216
302
  isDisabled: boolean;
217
303
  class: string;
218
304
  description: string;
305
+ as: string;
306
+ disabled: boolean;
307
+ asChild: boolean;
219
308
  textValue: string;
220
309
  shortcut: string;
221
310
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
222
311
 
223
312
  declare const __VLS_component_107: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
313
+ select: (event: Event) => any;
314
+ "update:modelValue": (value: boolean) => any;
224
315
  "update:isSelected": (value: boolean) => any;
225
316
  }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
317
+ onSelect?: ((event: Event) => any) | undefined;
318
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
226
319
  "onUpdate:isSelected"?: ((value: boolean) => any) | undefined;
227
320
  }>, {
228
321
  variant: "default" | "danger";
229
322
  isDisabled: boolean;
230
323
  class: string;
324
+ as: string;
325
+ disabled: boolean;
326
+ asChild: boolean;
327
+ modelValue: boolean;
231
328
  textValue: string;
232
329
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
233
330
 
@@ -235,12 +332,22 @@ declare const __VLS_component_108: DefineComponent<__VLS_PublicProps_6, {}, {},
235
332
  "update:modelValue": (value: AcceptableValue) => any;
236
333
  }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
237
334
  "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
238
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
335
+ }>, {
336
+ as: string;
337
+ asChild: boolean;
338
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
239
339
 
240
- declare const __VLS_component_109: DefineComponent<__VLS_Props_118, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_118> & Readonly<{}>, {
340
+ declare const __VLS_component_109: DefineComponent<__VLS_Props_121, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
341
+ select: (event: Event) => any;
342
+ }, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{
343
+ onSelect?: ((event: Event) => any) | undefined;
344
+ }>, {
241
345
  variant: "default" | "danger";
242
346
  isDisabled: boolean;
243
347
  class: string;
348
+ as: string;
349
+ disabled: boolean;
350
+ asChild: boolean;
244
351
  textValue: string;
245
352
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
246
353
 
@@ -258,15 +365,17 @@ isHoverable: boolean;
258
365
  isPressable: boolean;
259
366
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
260
367
 
261
- declare const __VLS_component_110: DefineComponent<__VLS_Props_119, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_119> & Readonly<{}>, {
368
+ declare const __VLS_component_110: DefineComponent<__VLS_Props_122, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_122> & Readonly<{}>, {
262
369
  class: string;
263
370
  title: string;
371
+ as: string;
372
+ asChild: boolean;
264
373
  showDivider: boolean;
265
374
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
266
375
 
267
- declare const __VLS_component_111: DefineComponent<__VLS_Props_120, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
376
+ declare const __VLS_component_111: DefineComponent<__VLS_Props_123, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
268
377
  "update:open": (value: boolean) => any;
269
- }, string, PublicProps, Readonly<__VLS_Props_120> & Readonly<{
378
+ }, string, PublicProps, Readonly<__VLS_Props_123> & Readonly<{
270
379
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
271
380
  }>, {
272
381
  defaultOpen: boolean;
@@ -274,9 +383,12 @@ open: boolean;
274
383
  openOnHover: boolean;
275
384
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
276
385
 
277
- declare const __VLS_component_112: DefineComponent<__VLS_Props_121, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_121> & Readonly<{}>, {
386
+ declare const __VLS_component_112: DefineComponent<__VLS_Props_124, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_124> & Readonly<{}>, {
278
387
  isDisabled: boolean;
279
388
  class: string;
389
+ as: string;
390
+ disabled: boolean;
391
+ asChild: boolean;
280
392
  textValue: string;
281
393
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
282
394
  trigger: ({
@@ -327,18 +439,63 @@ default?: (props: {}) => any;
327
439
  }) | null;
328
440
  }, any>;
329
441
 
330
- declare const __VLS_component_113: DefineComponent<__VLS_Props_122, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_122> & Readonly<{}>, {
442
+ declare const __VLS_component_113: DefineComponent<__VLS_Props_125, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
443
+ "escape-key-down": (event: KeyboardEvent) => any;
444
+ "pointer-down-outside": (event: Event) => any;
445
+ "focus-outside": (event: Event) => any;
446
+ "interact-outside": (event: Event) => any;
447
+ "open-auto-focus": (event: Event) => any;
448
+ "close-auto-focus": (event: Event) => any;
449
+ "entry-focus": (event: Event) => any;
450
+ }, string, PublicProps, Readonly<__VLS_Props_125> & Readonly<{
451
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
452
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
453
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
454
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
455
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
456
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
457
+ "onEntry-focus"?: ((event: Event) => any) | undefined;
458
+ }>, {
331
459
  class: string;
460
+ as: string;
461
+ asChild: boolean;
462
+ forceMount: boolean;
463
+ loop: boolean;
332
464
  sideOffset: number;
333
465
  alignOffset: number;
466
+ avoidCollisions: boolean;
467
+ to: string | HTMLElement;
468
+ defer: boolean;
469
+ sideFlip: boolean;
470
+ alignFlip: boolean;
471
+ collisionBoundary: Element | null | Array<Element | null>;
472
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
473
+ arrowPadding: number;
474
+ hideShiftedArrow: boolean;
475
+ sticky: "partial" | "always";
476
+ hideWhenDetached: boolean;
477
+ positionStrategy: "fixed" | "absolute";
478
+ updatePositionStrategy: "always" | "optimized";
479
+ disableUpdateOnLayoutShift: boolean;
480
+ prioritizePosition: boolean;
481
+ reference: object | null;
482
+ portalDisabled: boolean;
334
483
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
335
484
 
336
- declare const __VLS_component_114: DefineComponent<__VLS_Props_123, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
485
+ declare const __VLS_component_114: DefineComponent<__VLS_Props_126, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
337
486
  "update:modelValue": (value: string) => any;
338
487
  "update:open": (value: boolean) => any;
339
- }, string, PublicProps, Readonly<__VLS_Props_123> & Readonly<{
488
+ highlight: (context: {
489
+ ref: Element;
490
+ value: string;
491
+ } | undefined) => any;
492
+ }, string, PublicProps, Readonly<__VLS_Props_126> & Readonly<{
340
493
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
341
494
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
495
+ onHighlight?: ((context: {
496
+ ref: Element;
497
+ value: string;
498
+ } | undefined) => any) | undefined;
342
499
  }>, {
343
500
  isDisabled: boolean;
344
501
  class: string | false | Record<string, unknown> | ClassValue[] | null;
@@ -349,43 +506,137 @@ fullWidth: boolean;
349
506
  isInvalid: boolean;
350
507
  isRequired: boolean;
351
508
  items: ComboBoxItemData[];
509
+ as: string;
352
510
  classNames: Partial<{
353
511
  base: ClassValue;
354
512
  }>;
513
+ multiple: boolean;
514
+ asChild: boolean;
355
515
  placeholder: string;
356
516
  modelValue: string;
357
517
  defaultValue: string;
518
+ name: string;
519
+ dir: "ltr" | "rtl";
358
520
  defaultOpen: boolean;
359
521
  open: boolean;
522
+ by: string;
523
+ highlightOnHover: boolean;
360
524
  allowsCustomValue: boolean;
361
525
  filterFunction: (item: string, searchTerm: string) => boolean;
526
+ resetSearchTermOnBlur: boolean;
527
+ resetSearchTermOnSelect: boolean;
528
+ openOnFocus: boolean;
529
+ openOnClick: boolean;
530
+ ignoreFilter: boolean;
531
+ resetModelValueOnClear: boolean;
362
532
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
363
533
 
364
- declare const __VLS_component_115: DefineComponent<__VLS_Props_124, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_124> & Readonly<{}>, {
534
+ declare const __VLS_component_115: DefineComponent<__VLS_Props_127, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
535
+ "update:modelValue": (value: string) => any;
536
+ }, string, PublicProps, Readonly<__VLS_Props_127> & Readonly<{
537
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
538
+ }>, {
365
539
  class: string;
540
+ as: string;
541
+ disabled: boolean;
542
+ asChild: boolean;
366
543
  placeholder: string;
544
+ modelValue: string;
545
+ anchorReference: object | null;
546
+ anchorAs: string;
547
+ anchorAsChild: boolean;
548
+ displayValue: (value: string) => string;
549
+ autoFocus: boolean;
550
+ triggerDisabled: boolean;
551
+ triggerAs: string;
552
+ triggerAsChild: boolean;
553
+ cancelAs: string;
554
+ cancelAsChild: boolean;
367
555
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
368
556
 
369
- declare const __VLS_component_116: DefineComponent<__VLS_Props_125, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_125> & Readonly<{}>, {
557
+ declare const __VLS_component_116: DefineComponent<__VLS_Props_128, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
558
+ "escape-key-down": (event: KeyboardEvent) => any;
559
+ "pointer-down-outside": (event: Event) => any;
560
+ "focus-outside": (event: Event) => any;
561
+ "interact-outside": (event: Event) => any;
562
+ }, string, PublicProps, Readonly<__VLS_Props_128> & Readonly<{
563
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
564
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
565
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
566
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
567
+ }>, {
370
568
  class: string;
569
+ as: string;
570
+ asChild: boolean;
571
+ forceMount: boolean;
572
+ side: "top" | "right" | "bottom" | "left";
371
573
  sideOffset: number;
574
+ align: "start" | "center" | "end";
575
+ alignOffset: number;
576
+ avoidCollisions: boolean;
577
+ to: string | HTMLElement;
578
+ defer: boolean;
579
+ sideFlip: boolean;
580
+ alignFlip: boolean;
581
+ collisionBoundary: Element | null | Array<Element | null>;
582
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
583
+ arrowPadding: number;
584
+ hideShiftedArrow: boolean;
585
+ sticky: "partial" | "always";
586
+ hideWhenDetached: boolean;
587
+ positionStrategy: "fixed" | "absolute";
588
+ updatePositionStrategy: "always" | "optimized";
589
+ disableUpdateOnLayoutShift: boolean;
590
+ prioritizePosition: boolean;
591
+ reference: object | null;
592
+ disableOutsidePointerEvents: boolean;
593
+ position: "inline" | "popper";
594
+ viewportNonce: string;
595
+ viewportAs: string;
596
+ viewportAsChild: boolean;
597
+ bodyLock: boolean;
598
+ portalDisabled: boolean;
599
+ portalForceMount: boolean;
600
+ hideWhenEmpty: boolean;
601
+ sideOffsetProp: number;
372
602
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
373
603
 
374
- declare const __VLS_component_117: DefineComponent<__VLS_Props_126, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_126> & Readonly<{}>, {
604
+ declare const __VLS_component_117: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
605
+ select: (event: Event) => any;
606
+ }, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{
607
+ onSelect?: ((event: Event) => any) | undefined;
608
+ }>, {
375
609
  isDisabled: boolean;
376
610
  class: string;
611
+ as: string;
612
+ disabled: boolean;
613
+ asChild: boolean;
614
+ indicatorAsChild: boolean;
615
+ indicatorAs: string;
616
+ textValue: string;
377
617
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
378
618
 
379
- declare const __VLS_component_118: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
619
+ declare const __VLS_component_118: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
620
+ as: string;
621
+ asChild: boolean;
622
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
380
623
 
381
624
  declare const __VLS_component_119: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
382
625
  "update:modelValue": (value: string | string[]) => any;
383
626
  "update:open": (value: boolean) => any;
384
627
  create: (value: string) => any;
628
+ highlight: (context: {
629
+ ref: Element;
630
+ value: string;
631
+ } | undefined) => any;
385
632
  }, string, PublicProps, Readonly<Props_4> & Readonly<{
386
633
  "onUpdate:modelValue"?: ((value: string | string[]) => any) | undefined;
387
634
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
388
635
  onCreate?: ((value: string) => any) | undefined;
636
+ onHighlight?: ((context: {
637
+ ref: Element;
638
+ value: string;
639
+ } | undefined) => any) | undefined;
389
640
  }>, {
390
641
  size: "md" | "sm" | "lg";
391
642
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
@@ -413,9 +664,26 @@ declare const __VLS_component_12: DefineComponent<__VLS_Props_13, {}, {}, {}, {}
413
664
  divider: boolean;
414
665
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
415
666
 
416
- declare const __VLS_component_120: DefineComponent<__VLS_Props_127, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_127> & Readonly<{}>, {
667
+ declare const __VLS_component_120: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
668
+ "update:modelValue": (value: string) => any;
669
+ }, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{
670
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
671
+ }>, {
417
672
  class: string;
673
+ as: string;
674
+ disabled: boolean;
675
+ asChild: boolean;
418
676
  placeholder: string;
677
+ modelValue: string;
678
+ anchorReference: object | null;
679
+ anchorAs: string;
680
+ anchorAsChild: boolean;
681
+ autoFocus: boolean;
682
+ triggerDisabled: boolean;
683
+ triggerAs: string;
684
+ triggerAsChild: boolean;
685
+ cancelAs: string;
686
+ cancelAsChild: boolean;
419
687
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
420
688
  anchor: ({
421
689
  $: ComponentInternalInstance;
@@ -464,25 +732,84 @@ default?: (props: {}) => any;
464
732
  }) | null;
465
733
  }, any>;
466
734
 
467
- declare const __VLS_component_121: DefineComponent<__VLS_Props_128, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_128> & Readonly<{}>, {
735
+ declare const __VLS_component_121: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
736
+ "escape-key-down": (event: KeyboardEvent) => any;
737
+ "pointer-down-outside": (event: Event) => any;
738
+ "focus-outside": (event: Event) => any;
739
+ "interact-outside": (event: Event) => any;
740
+ }, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{
741
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
742
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
743
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
744
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
745
+ }>, {
468
746
  class: string;
747
+ as: string;
748
+ disabled: boolean;
749
+ asChild: boolean;
750
+ forceMount: boolean;
751
+ side: "top" | "right" | "bottom" | "left";
469
752
  sideOffset: number;
753
+ align: "start" | "center" | "end";
754
+ alignOffset: number;
755
+ avoidCollisions: boolean;
756
+ to: string | HTMLElement;
757
+ defer: boolean;
758
+ sideFlip: boolean;
759
+ alignFlip: boolean;
760
+ collisionBoundary: Element | null | Array<Element | null>;
761
+ collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
762
+ arrowPadding: number;
763
+ hideShiftedArrow: boolean;
764
+ sticky: "partial" | "always";
765
+ hideWhenDetached: boolean;
766
+ positionStrategy: "fixed" | "absolute";
767
+ updatePositionStrategy: "always" | "optimized";
768
+ disableUpdateOnLayoutShift: boolean;
769
+ prioritizePosition: boolean;
770
+ reference: object | null;
771
+ disableOutsidePointerEvents: boolean;
772
+ position: "inline" | "popper";
773
+ viewportAs: string;
774
+ viewportAsChild: boolean;
775
+ nonce: string;
776
+ bodyLock: boolean;
777
+ hideWhenEmpty: boolean;
470
778
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
471
779
 
472
- declare const __VLS_component_122: DefineComponent<__VLS_Props_129, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_129> & Readonly<{}>, {
780
+ declare const __VLS_component_122: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
781
+ select: (event: Event) => any;
782
+ }, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{
783
+ onSelect?: ((event: Event) => any) | undefined;
784
+ }>, {
473
785
  isDisabled: boolean;
474
786
  class: string;
787
+ as: string;
788
+ disabled: boolean;
789
+ asChild: boolean;
790
+ indicatorAsChild: boolean;
791
+ indicatorAs: string;
792
+ textValue: string;
475
793
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
476
794
 
477
- declare const __VLS_component_123: DefineComponent<__VLS_Props_130, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_130> & Readonly<{}>, {
795
+ declare const __VLS_component_123: DefineComponent<__VLS_Props_134, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
796
+ select: (event: Event) => any;
797
+ }, string, PublicProps, Readonly<__VLS_Props_134> & Readonly<{
798
+ onSelect?: ((event: Event) => any) | undefined;
799
+ }>, {
478
800
  class: string;
479
801
  label: string | ((term: string) => string);
802
+ value: string;
803
+ as: string;
804
+ disabled: boolean;
805
+ asChild: boolean;
806
+ textValue: string;
480
807
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
481
808
 
482
- declare const __VLS_component_124: DefineComponent<__VLS_Props_131, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
809
+ declare const __VLS_component_124: DefineComponent<__VLS_Props_135, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
483
810
  "update:page": (page: number) => any;
484
811
  "update:cursor": (before: string | null, after: string | null) => any;
485
- }, string, PublicProps, Readonly<__VLS_Props_131> & Readonly<{
812
+ }, string, PublicProps, Readonly<__VLS_Props_135> & Readonly<{
486
813
  "onUpdate:page"?: ((page: number) => any) | undefined;
487
814
  "onUpdate:cursor"?: ((before: string | null, after: string | null) => any) | undefined;
488
815
  }>, {
@@ -499,29 +826,29 @@ beforeCursor: string | null;
499
826
  afterCursor: string | null;
500
827
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
501
828
 
502
- declare const __VLS_component_125: DefineComponent<__VLS_Props_132, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_132> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
829
+ declare const __VLS_component_125: DefineComponent<__VLS_Props_136, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_136> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
503
830
 
504
- declare const __VLS_component_126: DefineComponent<__VLS_Props_133, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_133> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
831
+ declare const __VLS_component_126: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
505
832
 
506
- declare const __VLS_component_127: DefineComponent<__VLS_Props_134, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_134> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
833
+ declare const __VLS_component_127: DefineComponent<__VLS_Props_138, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_138> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
507
834
 
508
- declare const __VLS_component_128: DefineComponent<__VLS_Props_135, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_135> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
835
+ declare const __VLS_component_128: DefineComponent<__VLS_Props_139, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_139> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
509
836
 
510
- declare const __VLS_component_129: DefineComponent<__VLS_Props_136, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_136> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
837
+ declare const __VLS_component_129: DefineComponent<__VLS_Props_140, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_140> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
511
838
 
512
839
  declare const __VLS_component_13: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
513
840
 
514
- declare const __VLS_component_130: DefineComponent<__VLS_Props_137, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_137> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
841
+ declare const __VLS_component_130: DefineComponent<__VLS_Props_141, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_141> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
515
842
 
516
- declare const __VLS_component_131: DefineComponent<__VLS_Props_138, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_138> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
843
+ declare const __VLS_component_131: DefineComponent<__VLS_Props_142, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_142> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
517
844
 
518
- declare const __VLS_component_132: DefineComponent<__VLS_Props_139, {
845
+ declare const __VLS_component_132: DefineComponent<__VLS_Props_143, {
519
846
  table: Table_2<unknown>;
520
847
  keyboardNav: TableKeyboardNav;
521
848
  handleRowClick: typeof handleRowClick;
522
849
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
523
850
  "update:rowSelection": (value: RowSelectionState) => any;
524
- }, string, PublicProps, Readonly<__VLS_Props_139> & Readonly<{
851
+ }, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{
525
852
  "onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
526
853
  }>, {
527
854
  variant: "primary" | "secondary";
@@ -570,19 +897,23 @@ declare const __VLS_component_133: DefineComponent<Props_6, {}, {}, {}, {}, Comp
570
897
 
571
898
  declare const __VLS_component_134: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableRowElement>;
572
899
 
573
- declare const __VLS_component_135: DefineComponent<__VLS_Props_140, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_140> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
900
+ declare const __VLS_component_135: DefineComponent<__VLS_Props_144, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_144> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
574
901
 
575
- declare const __VLS_component_136: DefineComponent<__VLS_Props_141, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_141> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
902
+ declare const __VLS_component_136: DefineComponent<__VLS_Props_145, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_145> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableCellElement>;
576
903
 
577
904
  declare const __VLS_component_137: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
578
905
 
579
- declare const __VLS_component_138: DefineComponent<__VLS_Props_142, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_142> & Readonly<{}>, {
906
+ declare const __VLS_component_138: DefineComponent<__VLS_Props_146, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
907
+ "loading-status-change": (status: string) => any;
908
+ }, string, PublicProps, Readonly<__VLS_Props_146> & Readonly<{
909
+ "onLoading-status-change"?: ((status: string) => any) | undefined;
910
+ }>, {
580
911
  isDisabled: boolean;
581
912
  isBordered: boolean;
582
913
  showFallback: boolean;
583
914
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
584
915
 
585
- declare const __VLS_component_139: DefineComponent<__VLS_Props_143, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_143> & Readonly<{}>, {
916
+ declare const __VLS_component_139: DefineComponent<__VLS_Props_147, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_147> & Readonly<{}>, {
586
917
  size: "sm" | "md" | "lg";
587
918
  isDisabled: boolean;
588
919
  isBordered: boolean;
@@ -593,12 +924,16 @@ declare const __VLS_component_14: DefineComponent<__VLS_Props_15, {}, {}, {}, {}
593
924
  divider: boolean;
594
925
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
595
926
 
596
- declare const __VLS_component_140: DefineComponent<__VLS_Props_144, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_144> & Readonly<{}>, {
927
+ declare const __VLS_component_140: DefineComponent<__VLS_Props_148, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_148> & Readonly<{}>, {
597
928
  class: string | false | Record<string, unknown> | ClassValue[] | null;
598
929
  ratio: number;
599
930
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
600
931
 
601
- declare const __VLS_component_141: DefineComponent<__VLS_Props_145, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_145> & Readonly<{}>, {
932
+ declare const __VLS_component_141: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
933
+ layout: (sizes: number[]) => any;
934
+ }, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{
935
+ onLayout?: ((sizes: number[]) => any) | undefined;
936
+ }>, {
602
937
  id: string;
603
938
  class: string | false | Record<string, unknown> | ClassValue[] | null;
604
939
  direction: "horizontal" | "vertical";
@@ -606,12 +941,16 @@ classNames: Partial<{
606
941
  group: ClassValue;
607
942
  }>;
608
943
  autoSaveId: string;
944
+ keyboardResizeBy: number;
945
+ storage: object;
609
946
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
610
947
 
611
- declare const __VLS_component_142: DefineComponent<__VLS_Props_146, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
948
+ declare const __VLS_component_142: DefineComponent<__VLS_Props_150, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
949
+ resize: (size: number) => any;
612
950
  collapse: () => any;
613
951
  expand: () => any;
614
- }, string, PublicProps, Readonly<__VLS_Props_146> & Readonly<{
952
+ }, string, PublicProps, Readonly<__VLS_Props_150> & Readonly<{
953
+ onResize?: ((size: number) => any) | undefined;
615
954
  onCollapse?: (() => any) | undefined;
616
955
  onExpand?: (() => any) | undefined;
617
956
  }>, {
@@ -626,11 +965,12 @@ defaultSize: number;
626
965
  minSize: number;
627
966
  maxSize: number;
628
967
  collapsedSize: number;
968
+ sizeUnit: "%" | "px";
629
969
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
630
970
 
631
- declare const __VLS_component_143: DefineComponent<__VLS_Props_147, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
971
+ declare const __VLS_component_143: DefineComponent<__VLS_Props_151, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
632
972
  dragging: (isDragging: boolean) => any;
633
- }, string, PublicProps, Readonly<__VLS_Props_147> & Readonly<{
973
+ }, string, PublicProps, Readonly<__VLS_Props_151> & Readonly<{
634
974
  onDragging?: ((isDragging: boolean) => any) | undefined;
635
975
  }>, {
636
976
  id: string;
@@ -639,12 +979,15 @@ classNames: Partial<{
639
979
  handle: ClassValue;
640
980
  handleBar: ClassValue;
641
981
  }>;
982
+ tabindex: number;
642
983
  disabled: boolean;
984
+ nonce: string;
985
+ hitAreaMargins: object;
643
986
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
644
987
 
645
- declare const __VLS_component_144: DefineComponent<__VLS_Props_148, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
988
+ declare const __VLS_component_144: DefineComponent<__VLS_Props_152, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
646
989
  "update:modelValue": (step: number) => any;
647
- }, string, PublicProps, Readonly<__VLS_Props_148> & Readonly<{
990
+ }, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{
648
991
  "onUpdate:modelValue"?: ((step: number) => any) | undefined;
649
992
  }>, {
650
993
  size: "md" | "sm" | "lg";
@@ -656,73 +999,91 @@ defaultValue: number;
656
999
  totalSteps: number;
657
1000
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
658
1001
 
659
- declare const __VLS_component_145: DefineComponent<__VLS_Props_149, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_149> & Readonly<{}>, {
1002
+ declare const __VLS_component_145: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
660
1003
  class: string | false | Record<string, unknown> | ClassValue[] | null;
661
1004
  classNames: Partial<{
662
1005
  item: ClassValue;
663
1006
  }>;
664
1007
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
665
1008
 
666
- declare const __VLS_component_146: DefineComponent<__VLS_Props_150, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_150> & Readonly<{}>, {
1009
+ declare const __VLS_component_146: DefineComponent<__VLS_Props_154, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_154> & Readonly<{}>, {
667
1010
  class: string | false | Record<string, unknown> | ClassValue[] | null;
668
1011
  classNames: Partial<{
669
1012
  indicator: ClassValue;
670
1013
  }>;
671
1014
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
672
1015
 
673
- declare const __VLS_component_147: DefineComponent<__VLS_Props_151, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_151> & Readonly<{}>, {
1016
+ declare const __VLS_component_147: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_155> & Readonly<{}>, {
674
1017
  class: string | false | Record<string, unknown> | ClassValue[] | null;
675
1018
  classNames: Partial<{
676
1019
  title: ClassValue;
677
1020
  }>;
678
1021
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
679
1022
 
680
- declare const __VLS_component_148: DefineComponent<__VLS_Props_152, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_152> & Readonly<{}>, {
1023
+ declare const __VLS_component_148: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{}>, {
681
1024
  class: string | false | Record<string, unknown> | ClassValue[] | null;
682
1025
  classNames: Partial<{
683
1026
  description: ClassValue;
684
1027
  }>;
685
1028
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLParagraphElement>;
686
1029
 
687
- declare const __VLS_component_149: DefineComponent<__VLS_Props_153, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_153> & Readonly<{}>, {
1030
+ declare const __VLS_component_149: DefineComponent<__VLS_Props_157, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_157> & Readonly<{}>, {
688
1031
  class: string | false | Record<string, unknown> | ClassValue[] | null;
689
1032
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
690
1033
 
691
1034
  declare const __VLS_component_15: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
692
1035
 
693
- declare const __VLS_component_150: DefineComponent<__VLS_Props_155, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_155> & Readonly<{}>, {
1036
+ declare const __VLS_component_150: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
694
1037
  isExpanded: boolean;
695
1038
  class: string | false | Record<string, unknown> | ClassValue[] | null;
696
1039
  hasChildren: boolean;
697
1040
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
698
1041
 
699
- declare const __VLS_component_151: DefineComponent<__VLS_Props_156, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1042
+ declare const __VLS_component_151: DefineComponent<__VLS_Props_160, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
700
1043
  "update:modelValue": (value: number | number[]) => any;
701
- }, string, PublicProps, Readonly<__VLS_Props_156> & Readonly<{
1044
+ "value-commit": (value: number | number[]) => any;
1045
+ }, string, PublicProps, Readonly<__VLS_Props_160> & Readonly<{
702
1046
  "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
1047
+ "onValue-commit"?: ((value: number | number[]) => any) | undefined;
703
1048
  }>, {
704
1049
  orientation: "horizontal" | "vertical";
1050
+ as: string;
705
1051
  disabled: boolean;
1052
+ asChild: boolean;
1053
+ name: string;
1054
+ required: boolean;
706
1055
  min: number;
707
1056
  max: number;
708
1057
  step: number;
1058
+ dir: "ltr" | "rtl";
1059
+ thumbAsChild: boolean;
1060
+ thumbAs: string;
709
1061
  minStepsBetweenThumbs: number;
710
1062
  showSteps: boolean;
711
1063
  hideValue: boolean;
712
1064
  hideThumb: boolean;
713
1065
  inverted: boolean;
1066
+ thumbAlignment: "contain" | "overflow";
1067
+ trackAsChild: boolean;
1068
+ trackAs: string;
1069
+ rangeAsChild: boolean;
1070
+ rangeAs: string;
714
1071
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
715
1072
 
716
- declare const __VLS_component_152: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
1073
+ declare const __VLS_component_152: DefineComponent<__VLS_Props_162, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_162> & Readonly<{}>, {
717
1074
  isDisabled: boolean;
718
1075
  isIndeterminate: boolean;
1076
+ as: string;
1077
+ asChild: boolean;
719
1078
  strokeWidth: number;
720
1079
  minValue: number;
721
1080
  maxValue: number;
722
1081
  showValueLabel: boolean;
1082
+ getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
1083
+ getValueText: (value: number | null | undefined, max: number) => string | undefined;
723
1084
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
724
1085
 
725
- declare const __VLS_component_153: DefineComponent<__VLS_Props_160, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_160> & Readonly<{}>, {
1086
+ declare const __VLS_component_153: DefineComponent<__VLS_Props_164, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_164> & Readonly<{}>, {
726
1087
  size: number;
727
1088
  orientation: "vertical" | "horizontal" | "both";
728
1089
  hideScrollBar: boolean;
@@ -732,7 +1093,7 @@ visibility: "auto" | "top" | "bottom" | "left" | "right" | "both" | "none";
732
1093
  container: HTMLDivElement;
733
1094
  }, HTMLDivElement>;
734
1095
 
735
- declare const __VLS_component_154: DefineComponent<__VLS_Props_161, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_161> & Readonly<{}>, {
1096
+ declare const __VLS_component_154: DefineComponent<__VLS_Props_165, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_165> & Readonly<{}>, {
736
1097
  orientation: "vertical" | "horizontal" | "both";
737
1098
  type: "auto" | "always" | "scroll" | "hover";
738
1099
  scrollHideDelay: number;
@@ -1067,9 +1428,23 @@ isInvalid: boolean;
1067
1428
  declare const __VLS_component_159: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1068
1429
  "update:modelValue": (value: DateValue | null | undefined) => any;
1069
1430
  "update:open": (value: boolean) => any;
1431
+ "escape-key-down": (event: KeyboardEvent) => any;
1432
+ "pointer-down-outside": (event: Event) => any;
1433
+ "focus-outside": (event: Event) => any;
1434
+ "interact-outside": (event: Event) => any;
1435
+ "open-auto-focus": (event: Event) => any;
1436
+ "close-auto-focus": (event: Event) => any;
1437
+ "update:placeholder": (value: DateValue | undefined) => any;
1070
1438
  }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
1071
1439
  "onUpdate:modelValue"?: ((value: DateValue | null | undefined) => any) | undefined;
1072
1440
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1441
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1442
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1443
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1444
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1445
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1446
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1447
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1073
1448
  }>, {
1074
1449
  size: "md" | "sm" | "lg";
1075
1450
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
@@ -1092,9 +1467,25 @@ declare const __VLS_component_16: DefineComponent<__VLS_Props_17, {}, {}, {}, {}
1092
1467
  declare const __VLS_component_160: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1093
1468
  "update:modelValue": (value: DateRangePickerRange | null | undefined) => any;
1094
1469
  "update:open": (value: boolean) => any;
1470
+ "escape-key-down": (event: KeyboardEvent) => any;
1471
+ "pointer-down-outside": (event: Event) => any;
1472
+ "focus-outside": (event: Event) => any;
1473
+ "interact-outside": (event: Event) => any;
1474
+ "open-auto-focus": (event: Event) => any;
1475
+ "close-auto-focus": (event: Event) => any;
1476
+ "update:placeholder": (value: DateValue | undefined) => any;
1477
+ "update:start-value": (value: DateValue | undefined) => any;
1095
1478
  }, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
1096
1479
  "onUpdate:modelValue"?: ((value: DateRangePickerRange | null | undefined) => any) | undefined;
1097
1480
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1481
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1482
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1483
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1484
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1485
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1486
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1487
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1488
+ "onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
1098
1489
  }>, {
1099
1490
  size: "md" | "sm" | "lg";
1100
1491
  variant: "flat" | "bordered" | "faded" | "underlined" | "raised";
@@ -1115,9 +1506,23 @@ visibleMonths: number;
1115
1506
  declare const __VLS_component_161: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1116
1507
  "update:modelValue": (value: CalendarDateTime | null | undefined) => any;
1117
1508
  "update:open": (value: boolean) => any;
1509
+ "escape-key-down": (event: KeyboardEvent) => any;
1510
+ "pointer-down-outside": (event: Event) => any;
1511
+ "focus-outside": (event: Event) => any;
1512
+ "interact-outside": (event: Event) => any;
1513
+ "open-auto-focus": (event: Event) => any;
1514
+ "close-auto-focus": (event: Event) => any;
1515
+ "update:placeholder": (value: DateValue | undefined) => any;
1118
1516
  }, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
1119
1517
  "onUpdate:modelValue"?: ((value: CalendarDateTime | null | undefined) => any) | undefined;
1120
1518
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1519
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1520
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1521
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1522
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1523
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1524
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1525
+ "onUpdate:placeholder"?: ((value: DateValue | undefined) => any) | undefined;
1121
1526
  }>, {
1122
1527
  size: "sm" | "md" | "lg";
1123
1528
  isDisabled: boolean;
@@ -1133,9 +1538,9 @@ granularity: "minute" | "second";
1133
1538
  hideTimeZone: boolean;
1134
1539
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1135
1540
 
1136
- declare const __VLS_component_162: DefineComponent<__VLS_Props_177, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1541
+ declare const __VLS_component_162: DefineComponent<__VLS_Props_181, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1137
1542
  "update:modelValue": (value: string) => any;
1138
- }, string, PublicProps, Readonly<__VLS_Props_177> & Readonly<{
1543
+ }, string, PublicProps, Readonly<__VLS_Props_181> & Readonly<{
1139
1544
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1140
1545
  }>, {
1141
1546
  disabled: boolean;
@@ -1180,9 +1585,13 @@ size: "md" | "sm" | "lg";
1180
1585
  variant: "default" | "ghost";
1181
1586
  isIconOnly: boolean;
1182
1587
  value: string;
1588
+ as: string;
1183
1589
  disabled: boolean;
1590
+ asChild: boolean;
1184
1591
  modelValue: boolean;
1185
1592
  defaultValue: boolean;
1593
+ name: string;
1594
+ required: boolean;
1186
1595
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1187
1596
 
1188
1597
  declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
@@ -1309,13 +1718,22 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_30, {}, {}, {}, {}
1309
1718
  }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
1310
1719
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1311
1720
  }>, {
1721
+ id: string;
1312
1722
  variant: "primary" | "secondary";
1313
1723
  isIndeterminate: boolean;
1314
1724
  value: string;
1725
+ as: string;
1315
1726
  disabled: boolean;
1727
+ asChild: boolean;
1316
1728
  modelValue: boolean;
1317
1729
  defaultValue: boolean;
1318
1730
  name: string;
1731
+ required: boolean;
1732
+ trueValue: boolean | string | number;
1733
+ falseValue: boolean | string | number;
1734
+ indicatorForceMount: boolean;
1735
+ indicatorAsChild: boolean;
1736
+ indicatorAs: string;
1319
1737
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1320
1738
 
1321
1739
  declare const __VLS_component_28: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1333,9 +1751,15 @@ defaultValue: string[];
1333
1751
  name: string;
1334
1752
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1335
1753
 
1336
- declare const __VLS_component_29: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
1754
+ declare const __VLS_component_29: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1755
+ select: (event: Event) => any;
1756
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1757
+ onSelect?: ((event: Event) => any) | undefined;
1758
+ }>, {
1759
+ id: string;
1337
1760
  variant: "primary" | "secondary";
1338
1761
  class: string | false | Record<string, unknown> | ClassValue[] | null;
1762
+ as: string;
1339
1763
  classNames: Partial<{
1340
1764
  base: ClassValue;
1341
1765
  control: ClassValue;
@@ -1343,6 +1767,12 @@ indicator: ClassValue;
1343
1767
  content: ClassValue;
1344
1768
  }>;
1345
1769
  disabled: boolean;
1770
+ asChild: boolean;
1771
+ name: string;
1772
+ required: boolean;
1773
+ indicatorForceMount: boolean;
1774
+ indicatorAsChild: boolean;
1775
+ indicatorAs: string;
1346
1776
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1347
1777
 
1348
1778
  declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
@@ -1360,10 +1790,15 @@ variant: "primary" | "secondary";
1360
1790
  description: string;
1361
1791
  label: string;
1362
1792
  orientation: "horizontal" | "vertical";
1793
+ as: string;
1363
1794
  disabled: boolean;
1795
+ asChild: boolean;
1364
1796
  modelValue: string;
1365
1797
  defaultValue: string;
1366
1798
  name: string;
1799
+ required: boolean;
1800
+ dir: "ltr" | "rtl";
1801
+ loop: boolean;
1367
1802
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1368
1803
 
1369
1804
  declare const __VLS_component_31: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1371,12 +1806,20 @@ declare const __VLS_component_31: DefineComponent<__VLS_Props_34, {}, {}, {}, {}
1371
1806
  }, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
1372
1807
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1373
1808
  }>, {
1809
+ id: string;
1374
1810
  size: "md" | "sm" | "lg";
1375
1811
  value: string;
1812
+ as: string;
1376
1813
  disabled: boolean;
1814
+ asChild: boolean;
1377
1815
  modelValue: boolean;
1378
1816
  defaultValue: boolean;
1379
1817
  name: string;
1818
+ required: boolean;
1819
+ trueValue: boolean | string | number;
1820
+ falseValue: boolean | string | number;
1821
+ thumbAsChild: boolean;
1822
+ thumbAs: string;
1380
1823
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1381
1824
 
1382
1825
  declare const __VLS_component_32: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1401,11 +1844,15 @@ declare const __VLS_component_34: DefineComponent<__VLS_Props_38, {}, {}, {}, {}
1401
1844
  "pointer-down-outside": (event: Event) => any;
1402
1845
  "focus-outside": (event: Event) => any;
1403
1846
  "interact-outside": (event: Event) => any;
1847
+ "open-auto-focus": (event: Event) => any;
1848
+ "close-auto-focus": (event: Event) => any;
1404
1849
  }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
1405
1850
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1406
1851
  "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1407
1852
  "onFocus-outside"?: ((event: Event) => any) | undefined;
1408
1853
  "onInteract-outside"?: ((event: Event) => any) | undefined;
1854
+ "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1855
+ "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1409
1856
  }>, {
1410
1857
  side: "top" | "right" | "bottom" | "left";
1411
1858
  sideOffset: number;
@@ -1419,14 +1866,23 @@ declare const __VLS_component_35: DefineComponent<__VLS_Props_40, {}, {}, {}, {}
1419
1866
  declare const __VLS_component_36: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1420
1867
 
1421
1868
  declare const __VLS_component_37: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {
1869
+ disabled: boolean;
1422
1870
  delayDuration: number;
1423
1871
  disableHoverableContent: boolean;
1872
+ disableClosingTrigger: boolean;
1873
+ ignoreNonKeyboardFocus: boolean;
1424
1874
  skipDelayDuration: number;
1425
1875
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1426
1876
 
1427
1877
  declare const __VLS_component_38: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1428
1878
 
1429
- declare const __VLS_component_39: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{}>, {
1879
+ declare const __VLS_component_39: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1880
+ "escape-key-down": (event: KeyboardEvent) => any;
1881
+ "pointer-down-outside": (event: Event) => any;
1882
+ }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
1883
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1884
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1885
+ }>, {
1430
1886
  side: "top" | "right" | "bottom" | "left";
1431
1887
  sideOffset: number;
1432
1888
  align: "start" | "center" | "end";
@@ -1447,16 +1903,24 @@ asChild: boolean;
1447
1903
  declare const __VLS_component_41: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1448
1904
  "escape-key-down": (event: KeyboardEvent) => any;
1449
1905
  "pointer-down-outside": (event: Event) => any;
1906
+ "focus-outside": (event: Event) => any;
1450
1907
  "interact-outside": (event: Event) => any;
1451
1908
  "open-auto-focus": (event: Event) => any;
1452
1909
  "close-auto-focus": (event: Event) => any;
1453
1910
  }, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{
1454
1911
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1455
1912
  "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1913
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1456
1914
  "onInteract-outside"?: ((event: Event) => any) | undefined;
1457
1915
  "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1458
1916
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1459
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1917
+ }>, {
1918
+ disabled: boolean;
1919
+ asChild: boolean;
1920
+ forceMount: boolean;
1921
+ defer: boolean;
1922
+ disableOutsidePointerEvents: boolean;
1923
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1460
1924
 
1461
1925
  declare const __VLS_component_42: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1462
1926
 
@@ -1466,10 +1930,12 @@ declare const __VLS_component_44: DefineComponent<__VLS_Props_51, {}, {}, {}, {}
1466
1930
 
1467
1931
  declare const __VLS_component_45: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {
1468
1932
  as: string;
1933
+ asChild: boolean;
1469
1934
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1470
1935
 
1471
1936
  declare const __VLS_component_46: DefineComponent<__VLS_Props_53, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_53> & Readonly<{}>, {
1472
1937
  as: string;
1938
+ asChild: boolean;
1473
1939
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1474
1940
 
1475
1941
  declare const __VLS_component_47: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
@@ -1482,10 +1948,16 @@ asChild: boolean;
1482
1948
 
1483
1949
  declare const __VLS_component_49: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1484
1950
  "escape-key-down": (event: KeyboardEvent) => any;
1951
+ "pointer-down-outside": (event: Event) => any;
1952
+ "focus-outside": (event: Event) => any;
1953
+ "interact-outside": (event: Event) => any;
1485
1954
  "open-auto-focus": (event: Event) => any;
1486
1955
  "close-auto-focus": (event: Event) => any;
1487
1956
  }, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{
1488
1957
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1958
+ "onPointer-down-outside"?: ((event: Event) => any) | undefined;
1959
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1960
+ "onInteract-outside"?: ((event: Event) => any) | undefined;
1489
1961
  "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1490
1962
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1491
1963
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -1500,10 +1972,12 @@ declare const __VLS_component_52: DefineComponent<__VLS_Props_60, {}, {}, {}, {}
1500
1972
 
1501
1973
  declare const __VLS_component_53: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{}>, {
1502
1974
  as: string;
1975
+ asChild: boolean;
1503
1976
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1504
1977
 
1505
1978
  declare const __VLS_component_54: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{}>, {
1506
1979
  as: string;
1980
+ asChild: boolean;
1507
1981
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1508
1982
 
1509
1983
  declare const __VLS_component_55: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
@@ -1527,40 +2001,49 @@ asChild: boolean;
1527
2001
  declare const __VLS_component_59: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1528
2002
  "escape-key-down": (event: KeyboardEvent) => any;
1529
2003
  "pointer-down-outside": (event: Event) => any;
2004
+ "focus-outside": (event: Event) => any;
1530
2005
  "interact-outside": (event: Event) => any;
1531
2006
  "open-auto-focus": (event: Event) => any;
1532
2007
  "close-auto-focus": (event: Event) => any;
1533
2008
  }, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{
1534
2009
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
1535
2010
  "onPointer-down-outside"?: ((event: Event) => any) | undefined;
2011
+ "onFocus-outside"?: ((event: Event) => any) | undefined;
1536
2012
  "onInteract-outside"?: ((event: Event) => any) | undefined;
1537
2013
  "onOpen-auto-focus"?: ((event: Event) => any) | undefined;
1538
2014
  "onClose-auto-focus"?: ((event: Event) => any) | undefined;
1539
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2015
+ }>, {
2016
+ disabled: boolean;
2017
+ asChild: boolean;
2018
+ forceMount: boolean;
2019
+ defer: boolean;
2020
+ disableOutsidePointerEvents: boolean;
2021
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1540
2022
 
1541
2023
  declare const __VLS_component_6: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
1542
2024
  as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
1543
2025
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1544
2026
 
1545
- declare const __VLS_component_60: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2027
+ declare const __VLS_component_60: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1546
2028
 
1547
- declare const __VLS_component_61: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2029
+ declare const __VLS_component_61: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1548
2030
 
1549
- declare const __VLS_component_62: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2031
+ declare const __VLS_component_62: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1550
2032
 
1551
- declare const __VLS_component_63: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2033
+ declare const __VLS_component_63: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1552
2034
 
1553
- declare const __VLS_component_64: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {
2035
+ declare const __VLS_component_64: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
1554
2036
  asChild: boolean;
1555
2037
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1556
2038
 
1557
- declare const __VLS_component_65: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
2039
+ declare const __VLS_component_65: DefineComponent<__VLS_Props_74, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{}>, {
1558
2040
  as: string;
2041
+ asChild: boolean;
1559
2042
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1560
2043
 
1561
- declare const __VLS_component_66: DefineComponent<__VLS_Props_74, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2044
+ declare const __VLS_component_66: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1562
2045
  "update:modelValue": (value: string) => any;
1563
- }, string, PublicProps, Readonly<__VLS_Props_74> & Readonly<{
2046
+ }, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{
1564
2047
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1565
2048
  }>, {
1566
2049
  variant: "primary" | "secondary";
@@ -1568,23 +2051,23 @@ orientation: "horizontal" | "vertical";
1568
2051
  activationMode: "automatic" | "manual";
1569
2052
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1570
2053
 
1571
- declare const __VLS_component_67: DefineComponent<__VLS_Props_75, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_75> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2054
+ declare const __VLS_component_67: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1572
2055
  scrollWrapperEl: HTMLDivElement;
1573
2056
  containerEl: HTMLDivElement;
1574
2057
  dropdownEl: HTMLDivElement;
1575
2058
  }, any>;
1576
2059
 
1577
- declare const __VLS_component_68: DefineComponent<__VLS_Props_76, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_76> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2060
+ declare const __VLS_component_68: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1578
2061
 
1579
- declare const __VLS_component_69: DefineComponent<__VLS_Props_77, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_77> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2062
+ declare const __VLS_component_69: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1580
2063
 
1581
2064
  declare const __VLS_component_7: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
1582
2065
  variant: "default" | "light";
1583
2066
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1584
2067
 
1585
- declare const __VLS_component_70: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2068
+ declare const __VLS_component_70: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1586
2069
  "update:modelValue": (value: string | MultipleValue) => any;
1587
- }, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{
2070
+ }, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{
1588
2071
  "onUpdate:modelValue"?: ((value: string | MultipleValue) => any) | undefined;
1589
2072
  }>, {
1590
2073
  size: "md" | "sm" | "lg";
@@ -1593,7 +2076,7 @@ collapsible: boolean;
1593
2076
  disabled: boolean;
1594
2077
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1595
2078
 
1596
- declare const __VLS_component_71: DefineComponent<__VLS_Props_80, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_80> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2079
+ declare const __VLS_component_71: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
1597
2080
  reka: ({
1598
2081
  $: ComponentInternalInstance;
1599
2082
  $data: {};
@@ -1651,15 +2134,15 @@ open: boolean;
1651
2134
  }) | null;
1652
2135
  }, any>;
1653
2136
 
1654
- declare const __VLS_component_72: DefineComponent<__VLS_Props_81, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_81> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2137
+ declare const __VLS_component_72: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1655
2138
 
1656
- declare const __VLS_component_73: DefineComponent<__VLS_Props_82, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_82> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2139
+ declare const __VLS_component_73: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1657
2140
 
1658
- declare const __VLS_component_74: DefineComponent<__VLS_Props_83, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_83> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2141
+ declare const __VLS_component_74: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1659
2142
 
1660
- declare const __VLS_component_75: DefineComponent<__VLS_Props_84, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2143
+ declare const __VLS_component_75: DefineComponent<__VLS_Props_85, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1661
2144
  "update:open": (value: boolean) => any;
1662
- }, string, PublicProps, Readonly<__VLS_Props_84> & Readonly<{
2145
+ }, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{
1663
2146
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
1664
2147
  }>, {
1665
2148
  disabled: boolean;
@@ -1667,15 +2150,19 @@ defaultOpen: boolean;
1667
2150
  open: boolean | null;
1668
2151
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1669
2152
 
1670
- declare const __VLS_component_76: DefineComponent<__VLS_Props_85, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_85> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2153
+ declare const __VLS_component_76: DefineComponent<__VLS_Props_86, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_86> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1671
2154
 
1672
- declare const __VLS_component_77: DefineComponent<__VLS_Props_86, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_86> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2155
+ declare const __VLS_component_77: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2156
+ "content-found": () => any;
2157
+ }, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{
2158
+ "onContent-found"?: (() => any) | undefined;
2159
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1673
2160
 
1674
- declare const __VLS_component_78: DefineComponent<__VLS_Props_87, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_87> & Readonly<{}>, {
2161
+ declare const __VLS_component_78: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {
1675
2162
  singleOpen: boolean;
1676
2163
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1677
2164
 
1678
- declare const __VLS_component_79: DefineComponent<__VLS_Props_88, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_88> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2165
+ declare const __VLS_component_79: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1679
2166
 
1680
2167
  declare const __VLS_component_8: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
1681
2168
  size: "md" | "sm" | "lg" | "xs";
@@ -1684,42 +2171,42 @@ color: "default" | "accent" | "danger" | "success" | "warning";
1684
2171
  placement: "top-right" | "bottom-left" | "bottom-right" | "top-left";
1685
2172
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1686
2173
 
1687
- declare const __VLS_component_80: DefineComponent<__VLS_Props_89, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_89> & Readonly<{}>, {
2174
+ declare const __VLS_component_80: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
1688
2175
  isLast: boolean;
1689
2176
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
1690
2177
 
1691
- declare const __VLS_component_81: DefineComponent<__VLS_Props_90, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_90> & Readonly<{}>, {
2178
+ declare const __VLS_component_81: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {
1692
2179
  orientation: "horizontal" | "vertical";
1693
2180
  isAttached: boolean;
1694
2181
  loop: boolean;
1695
2182
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1696
2183
 
1697
- declare const __VLS_component_82: DefineComponent<__VLS_Props_91, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_91> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2184
+ declare const __VLS_component_82: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1698
2185
 
1699
- declare const __VLS_component_83: DefineComponent<__VLS_Props_92, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_92> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2186
+ declare const __VLS_component_83: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1700
2187
 
1701
- declare const __VLS_component_84: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2188
+ declare const __VLS_component_84: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1702
2189
  "update:modelValue": (value: string | Multi) => any;
1703
- }, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{
2190
+ }, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{
1704
2191
  "onUpdate:modelValue"?: ((value: string | Multi) => any) | undefined;
1705
2192
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1706
2193
 
1707
- declare const __VLS_component_85: DefineComponent<__VLS_Props_95, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_95> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2194
+ declare const __VLS_component_85: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1708
2195
 
1709
- declare const __VLS_component_86: DefineComponent<__VLS_Props_96, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2196
+ declare const __VLS_component_86: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1710
2197
  close: () => any;
1711
- }, string, PublicProps, Readonly<__VLS_Props_96> & Readonly<{
2198
+ }, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{
1712
2199
  onClose?: (() => any) | undefined;
1713
2200
  }>, {
1714
2201
  isClosable: boolean;
1715
2202
  severity: AlertSeverity;
1716
2203
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1717
2204
 
1718
- declare const __VLS_component_87: DefineComponent<__VLS_Props_97, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_97> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
2205
+ declare const __VLS_component_87: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
1719
2206
 
1720
- declare const __VLS_component_88: DefineComponent<__VLS_Props_98, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_98> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2207
+ declare const __VLS_component_88: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1721
2208
 
1722
- declare const __VLS_component_89: DefineComponent<__VLS_Props_99, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_99> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2209
+ declare const __VLS_component_89: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1723
2210
 
1724
2211
  declare const __VLS_component_9: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1725
2212
  close: () => any;
@@ -1733,7 +2220,7 @@ isClosable: boolean;
1733
2220
  closeAriaLabel: string;
1734
2221
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
1735
2222
 
1736
- declare const __VLS_component_90: DefineComponent<__VLS_Props_100, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_100> & Readonly<{}>, {
2223
+ declare const __VLS_component_90: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{}>, {
1737
2224
  label: string;
1738
2225
  duration: number;
1739
2226
  disableSwipe: boolean;
@@ -1741,10 +2228,24 @@ swipeDirection: "up" | "down" | "left" | "right";
1741
2228
  swipeThreshold: number;
1742
2229
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1743
2230
 
1744
- declare const __VLS_component_91: DefineComponent<__VLS_Props_101, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2231
+ declare const __VLS_component_91: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1745
2232
  "update:open": (value: boolean) => any;
1746
- }, string, PublicProps, Readonly<__VLS_Props_101> & Readonly<{
2233
+ pause: () => any;
2234
+ "escape-key-down": (event: KeyboardEvent) => any;
2235
+ resume: () => any;
2236
+ "swipe-start": (event: Event) => any;
2237
+ "swipe-move": (event: Event) => any;
2238
+ "swipe-cancel": (event: Event) => any;
2239
+ "swipe-end": (event: Event) => any;
2240
+ }, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{
1747
2241
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
2242
+ onPause?: (() => any) | undefined;
2243
+ "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
2244
+ onResume?: (() => any) | undefined;
2245
+ "onSwipe-start"?: ((event: Event) => any) | undefined;
2246
+ "onSwipe-move"?: ((event: Event) => any) | undefined;
2247
+ "onSwipe-cancel"?: ((event: Event) => any) | undefined;
2248
+ "onSwipe-end"?: ((event: Event) => any) | undefined;
1748
2249
  }>, {
1749
2250
  variant: "default" | "accent" | "danger" | "success" | "warning";
1750
2251
  open: boolean;
@@ -1752,49 +2253,81 @@ position: ToastPosition_2;
1752
2253
  duration: number;
1753
2254
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1754
2255
 
1755
- declare const __VLS_component_92: DefineComponent<__VLS_Props_102, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_102> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2256
+ declare const __VLS_component_92: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1756
2257
 
1757
- declare const __VLS_component_93: DefineComponent<__VLS_Props_103, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_103> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2258
+ declare const __VLS_component_93: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1758
2259
 
1759
- declare const __VLS_component_94: DefineComponent<__VLS_Props_104, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_104> & Readonly<{}>, {
2260
+ declare const __VLS_component_94: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {
1760
2261
  altText: string;
1761
2262
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1762
2263
 
1763
- declare const __VLS_component_95: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {
2264
+ declare const __VLS_component_95: DefineComponent<__VLS_Props_107, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_107> & Readonly<{}>, {
1764
2265
  label: string;
1765
2266
  position: ToastPosition_3;
1766
2267
  swipeDirection: "up" | "down" | "left" | "right";
1767
2268
  hotkey: string[];
1768
2269
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1769
2270
 
1770
- declare const __VLS_component_96: DefineComponent<__VLS_Props_107, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2271
+ declare const __VLS_component_96: DefineComponent<__VLS_Props_108, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1771
2272
  "update:modelValue": (value: string | string[] | undefined) => any;
1772
- }, string, PublicProps, Readonly<__VLS_Props_107> & Readonly<{
2273
+ highlight: (context: unknown) => any;
2274
+ "entry-focus": (event: Event) => any;
2275
+ leave: (event: Event) => any;
2276
+ }, string, PublicProps, Readonly<__VLS_Props_108> & Readonly<{
1773
2277
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
2278
+ onHighlight?: ((context: unknown) => any) | undefined;
2279
+ "onEntry-focus"?: ((event: Event) => any) | undefined;
2280
+ onLeave?: ((event: Event) => any) | undefined;
1774
2281
  }>, {
1775
2282
  variant: "default" | "danger";
1776
2283
  isDisabled: boolean;
1777
2284
  class: string | false | Record<string, unknown> | ClassValue[] | null;
2285
+ orientation: "horizontal" | "vertical";
2286
+ as: string;
2287
+ multiple: boolean;
2288
+ asChild: boolean;
1778
2289
  selectionMode: "single" | "multiple";
1779
2290
  modelValue: string | string[];
1780
2291
  defaultValue: string | string[];
2292
+ name: string;
2293
+ required: boolean;
2294
+ dir: "ltr" | "rtl";
2295
+ by: string;
2296
+ selectionBehavior: "toggle" | "replace";
2297
+ highlightOnHover: boolean;
2298
+ contentAs: string;
2299
+ contentAsChild: boolean;
1781
2300
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1782
2301
 
1783
- declare const __VLS_component_97: DefineComponent<__VLS_Props_108, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_108> & Readonly<{}>, {
2302
+ declare const __VLS_component_97: DefineComponent<__VLS_Props_109, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2303
+ select: (event: Event) => any;
2304
+ }, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{
2305
+ onSelect?: ((event: Event) => any) | undefined;
2306
+ }>, {
1784
2307
  variant: "default" | "danger";
1785
2308
  isDisabled: boolean;
1786
2309
  class: string | false | Record<string, unknown> | ClassValue[] | null;
2310
+ as: string;
1787
2311
  classNames: Partial<{
1788
2312
  item: ClassValue;
1789
2313
  indicator: ClassValue;
1790
2314
  }>;
2315
+ disabled: boolean;
2316
+ asChild: boolean;
2317
+ indicatorAsChild: boolean;
2318
+ indicatorAs: string;
1791
2319
  textValue: string;
1792
2320
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1793
2321
 
1794
- declare const __VLS_component_98: DefineComponent<__VLS_Props_109, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_109> & Readonly<{}>, {
2322
+ declare const __VLS_component_98: DefineComponent<__VLS_Props_110, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_110> & Readonly<{}>, {
1795
2323
  class: string;
1796
2324
  title: string;
2325
+ as: string;
2326
+ for: string;
2327
+ asChild: boolean;
1797
2328
  showDivider: boolean;
2329
+ labelAs: string;
2330
+ labelAsChild: boolean;
1798
2331
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1799
2332
 
1800
2333
  declare const __VLS_component_99: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -1817,8 +2350,11 @@ items: SelectItemData[];
1817
2350
  multiple: boolean;
1818
2351
  modelValue: SelectItemValue | SelectItemValue[];
1819
2352
  defaultValue: SelectItemValue | SelectItemValue[];
2353
+ dir: "ltr" | "rtl";
1820
2354
  defaultOpen: boolean;
1821
2355
  open: boolean;
2356
+ by: string | ((a: SelectItemValue, b: SelectItemValue) => boolean);
2357
+ autocomplete: string;
1822
2358
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1823
2359
 
1824
2360
  declare type __VLS_PrettifyLocal<T> = {
@@ -1863,6 +2399,10 @@ declare type __VLS_Props_10 = {
1863
2399
  };
1864
2400
 
1865
2401
  declare type __VLS_Props_100 = {
2402
+ class?: string;
2403
+ };
2404
+
2405
+ declare type __VLS_Props_101 = {
1866
2406
  /** Screen reader label for toast announcements */
1867
2407
  label?: string;
1868
2408
  /** Default auto-dismiss duration in ms for all toasts */
@@ -1875,42 +2415,78 @@ declare type __VLS_Props_100 = {
1875
2415
  swipeThreshold?: number;
1876
2416
  };
1877
2417
 
1878
- declare type __VLS_Props_101 = {
2418
+ declare type __VLS_Props_102 = {
1879
2419
  open?: boolean;
1880
2420
  duration?: number;
1881
2421
  position?: ToastPosition_2;
1882
2422
  variant?: ToastVariants['variant'];
1883
2423
  class?: string;
2424
+ /** Default open state for uncontrolled usage */
2425
+ defaultOpen?: boolean;
2426
+ /** Keep mounted in DOM when closed */
2427
+ forceMount?: boolean;
2428
+ /** Toast type: 'foreground' for urgent, 'background' for passive */
2429
+ type?: 'foreground' | 'background';
2430
+ /** Render as a different element */
2431
+ as?: string;
2432
+ /** Merge props onto child element */
2433
+ asChild?: boolean;
1884
2434
  };
1885
2435
 
1886
- declare type __VLS_Props_102 = {
2436
+ declare type __VLS_Props_103 = {
1887
2437
  class?: string;
2438
+ /** Render as a different element */
2439
+ as?: string;
2440
+ /** Merge props onto child element */
2441
+ asChild?: boolean;
1888
2442
  };
1889
2443
 
1890
- declare type __VLS_Props_103 = {
2444
+ declare type __VLS_Props_104 = {
1891
2445
  class?: string;
2446
+ /** Render as a different element */
2447
+ as?: string;
2448
+ /** Merge props onto child element */
2449
+ asChild?: boolean;
1892
2450
  };
1893
2451
 
1894
- declare type __VLS_Props_104 = {
2452
+ declare type __VLS_Props_105 = {
1895
2453
  /** Required by Reka UI for screen reader announcements */
1896
2454
  altText?: string;
1897
2455
  class?: string;
2456
+ /** Render as a different element */
2457
+ as?: string;
2458
+ /** Merge props onto child element */
2459
+ asChild?: boolean;
1898
2460
  };
1899
2461
 
1900
- declare type __VLS_Props_105 = {
2462
+ declare type __VLS_Props_106 = {
1901
2463
  class?: string;
1902
2464
  ariaLabel?: string;
2465
+ /** Render as a different element */
2466
+ as?: string;
2467
+ /** Merge props onto child element */
2468
+ asChild?: boolean;
1903
2469
  };
1904
2470
 
1905
- declare type __VLS_Props_106 = {
2471
+ declare type __VLS_Props_107 = {
1906
2472
  position?: ToastPosition_3;
1907
2473
  class?: string;
1908
2474
  hotkey?: string[];
1909
2475
  label?: string;
1910
2476
  swipeDirection?: 'up' | 'down' | 'left' | 'right';
2477
+ /** Default duration for toasts in this provider (ms) */
2478
+ duration?: number;
2479
+ /** Disable swipe gestures for all toasts in this provider */
2480
+ disableSwipe?: boolean;
2481
+ /** Distance in pixels before a swipe is recognised */
2482
+ swipeThreshold?: number;
2483
+ /** Render viewport as a different element */
2484
+ as?: string;
2485
+ /** Merge viewport props onto child element */
2486
+ asChild?: boolean;
1911
2487
  };
1912
2488
 
1913
- declare type __VLS_Props_107 = {
2489
+ declare type __VLS_Props_108 = {
1914
2490
  modelValue?: string | string[];
1915
2491
  defaultValue?: string | string[];
1916
2492
  selectionMode?: 'single' | 'multiple';
@@ -1926,9 +2502,33 @@ declare type __VLS_Props_107 = {
1926
2502
  }>;
1927
2503
  /** Shorthand API: render list items from an array instead of the compound slot API */
1928
2504
  items?: ListBoxShorthandItem[];
2505
+ /** Allow selecting multiple values (alias for selectionMode="multiple"). */
2506
+ multiple?: boolean;
2507
+ /** Orientation of the listbox for keyboard navigation. */
2508
+ orientation?: 'horizontal' | 'vertical';
2509
+ /** Reading direction for the component. */
2510
+ dir?: 'ltr' | 'rtl';
2511
+ /** Selection behavior when multiple is true. */
2512
+ selectionBehavior?: 'toggle' | 'replace';
2513
+ /** Highlight item on hover. */
2514
+ highlightOnHover?: boolean;
2515
+ /** Key used to compare items for equality. */
2516
+ by?: string;
2517
+ /** Render as a different element or component. */
2518
+ as?: string;
2519
+ /** Merge props onto child element instead of rendering a wrapper. */
2520
+ asChild?: boolean;
2521
+ /** Form field name for native form submission. */
2522
+ name?: string;
2523
+ /** Mark the field as required. */
2524
+ required?: boolean;
2525
+ /** Render the ListboxContent as a different element. */
2526
+ contentAs?: string;
2527
+ /** Merge content props onto child element. */
2528
+ contentAsChild?: boolean;
1929
2529
  };
1930
2530
 
1931
- declare type __VLS_Props_108 = {
2531
+ declare type __VLS_Props_109 = {
1932
2532
  value: string;
1933
2533
  textValue?: string;
1934
2534
  isDisabled?: boolean;
@@ -1939,12 +2539,16 @@ declare type __VLS_Props_108 = {
1939
2539
  item: ClassValue;
1940
2540
  indicator: ClassValue;
1941
2541
  }>;
1942
- };
1943
-
1944
- declare type __VLS_Props_109 = {
1945
- title?: string;
1946
- showDivider?: boolean;
1947
- class?: string;
2542
+ /** Whether the item is disabled. Alias for isDisabled. */
2543
+ disabled?: boolean;
2544
+ /** Render as a different element or component. */
2545
+ as?: string;
2546
+ /** Merge props onto child element instead of rendering a wrapper. */
2547
+ asChild?: boolean;
2548
+ /** Render the ListboxItemIndicator as a different element. */
2549
+ indicatorAs?: string;
2550
+ /** Merge indicator props onto child element. */
2551
+ indicatorAsChild?: boolean;
1948
2552
  };
1949
2553
 
1950
2554
  declare type __VLS_Props_11 = {
@@ -1954,21 +2558,101 @@ declare type __VLS_Props_11 = {
1954
2558
  };
1955
2559
 
1956
2560
  declare type __VLS_Props_110 = {
2561
+ title?: string;
2562
+ showDivider?: boolean;
1957
2563
  class?: string;
2564
+ /** Render the ListboxGroup as a different element. */
2565
+ as?: string;
2566
+ /** Merge group props onto child element. */
2567
+ asChild?: boolean;
2568
+ /** The id of the element the label describes (for ListboxGroupLabel). */
2569
+ for?: string;
2570
+ /** Render the ListboxGroupLabel as a different element. */
2571
+ labelAs?: string;
2572
+ /** Merge label props onto child element. */
2573
+ labelAsChild?: boolean;
1958
2574
  };
1959
2575
 
1960
2576
  declare type __VLS_Props_111 = {
1961
- placeholder?: string;
1962
2577
  class?: string;
2578
+ /** Whether the trigger is disabled. */
2579
+ disabled?: boolean;
2580
+ /** Virtual or DOM reference element to position against. */
2581
+ reference?: object | null;
2582
+ /** Render as a different element or component. */
2583
+ as?: string;
2584
+ /** Merge props onto child element instead of rendering a wrapper. */
2585
+ asChild?: boolean;
1963
2586
  };
1964
2587
 
1965
2588
  declare type __VLS_Props_112 = {
2589
+ placeholder?: string;
2590
+ class?: string;
2591
+ /** Render as a different element or component. */
2592
+ as?: string;
2593
+ /** Merge props onto child element instead of rendering a wrapper. */
2594
+ asChild?: boolean;
2595
+ };
2596
+
2597
+ declare type __VLS_Props_113 = {
1966
2598
  position?: 'item-aligned' | 'popper';
1967
2599
  sideOffset?: number;
1968
2600
  class?: string;
2601
+ /** Keep content mounted even when closed. */
2602
+ forceMount?: boolean;
2603
+ /** Lock body scroll when content is open. */
2604
+ bodyLock?: boolean;
2605
+ /** Side of the trigger to render the content. */
2606
+ side?: 'top' | 'right' | 'bottom' | 'left';
2607
+ /** Flip to opposite side when not enough space. */
2608
+ sideFlip?: boolean;
2609
+ /** Alignment relative to the trigger. */
2610
+ align?: 'start' | 'center' | 'end';
2611
+ /** Offset from the alignment edge. */
2612
+ alignOffset?: number;
2613
+ /** Flip alignment when not enough space. */
2614
+ alignFlip?: boolean;
2615
+ /** Avoid collisions with viewport edges. */
2616
+ avoidCollisions?: boolean;
2617
+ /** Boundary element(s) for collision detection. */
2618
+ collisionBoundary?: Element | null | Array<Element | null>;
2619
+ /** Padding around collision boundary. */
2620
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
2621
+ /** Padding between content and arrow. */
2622
+ arrowPadding?: number;
2623
+ /** Hide the arrow when the content is shifted. */
2624
+ hideShiftedArrow?: boolean;
2625
+ /** Sticky behavior when scrolling. */
2626
+ sticky?: 'partial' | 'always';
2627
+ /** Hide content when fully detached from trigger. */
2628
+ hideWhenDetached?: boolean;
2629
+ /** CSS position strategy for the floating element. */
2630
+ positionStrategy?: 'fixed' | 'absolute';
2631
+ /** When to recalculate position. */
2632
+ updatePositionStrategy?: 'always' | 'optimized';
2633
+ /** Disable position update on layout shift. */
2634
+ disableUpdateOnLayoutShift?: boolean;
2635
+ /** Prioritize keeping content in view over alignment. */
2636
+ prioritizePosition?: boolean;
2637
+ /** Virtual or DOM reference element to position against. */
2638
+ reference?: object | null;
2639
+ /** Render as a different element or component. */
2640
+ as?: string;
2641
+ /** Merge props onto child element instead of rendering a wrapper. */
2642
+ asChild?: boolean;
2643
+ /** Disable pointer events outside the content while open. */
2644
+ disableOutsidePointerEvents?: boolean;
2645
+ /** Nonce for the viewport element. */
2646
+ nonce?: string;
2647
+ /** Portal target element or selector. */
2648
+ to?: string | HTMLElement;
2649
+ /** Disable the portal. */
2650
+ portalDisabled?: boolean;
2651
+ /** Defer portal rendering. */
2652
+ defer?: boolean;
1969
2653
  };
1970
2654
 
1971
- declare type __VLS_Props_113 = {
2655
+ declare type __VLS_Props_114 = {
1972
2656
  value: SelectItemValue;
1973
2657
  /**
1974
2658
  * Explicit human-readable label for this item. When provided, the registry is
@@ -1979,9 +2663,15 @@ declare type __VLS_Props_113 = {
1979
2663
  textValue?: string;
1980
2664
  isDisabled?: boolean;
1981
2665
  class?: string;
2666
+ /** Whether this item is disabled. */
2667
+ disabled?: boolean;
2668
+ /** Render as a different element or component. */
2669
+ as?: string;
2670
+ /** Merge props onto child element instead of rendering a wrapper. */
2671
+ asChild?: boolean;
1982
2672
  };
1983
2673
 
1984
- declare type __VLS_Props_114 = {
2674
+ declare type __VLS_Props_115 = {
1985
2675
  isOpen?: boolean;
1986
2676
  defaultOpen?: boolean;
1987
2677
  modal?: boolean;
@@ -1991,45 +2681,100 @@ declare type __VLS_Props_114 = {
1991
2681
  closeOnSelect?: boolean;
1992
2682
  disableAnimation?: boolean;
1993
2683
  class?: string;
2684
+ /** Controlled open state of the dropdown. */
2685
+ open?: boolean;
2686
+ /** Text direction for the dropdown. */
2687
+ dir?: 'ltr' | 'rtl';
1994
2688
  };
1995
2689
 
1996
- declare type __VLS_Props_115 = {
2690
+ declare type __VLS_Props_116 = {
2691
+ /** Whether the trigger is disabled. */
2692
+ disabled?: boolean;
2693
+ /** Render as a different element or component. */
2694
+ as?: string;
2695
+ /** Merge props onto child element instead of rendering a wrapper. */
2696
+ asChild?: boolean;
2697
+ };
2698
+
2699
+ declare type __VLS_Props_117 = {
1997
2700
  ariaLabel?: string;
1998
2701
  sideOffset?: number;
1999
2702
  side?: 'top' | 'right' | 'bottom' | 'left';
2000
2703
  align?: 'start' | 'center' | 'end';
2001
2704
  alignOffset?: number;
2002
2705
  class?: string;
2706
+ /** Portal target element or selector. */
2707
+ to?: string | HTMLElement;
2708
+ /** Disable the portal. */
2709
+ portalDisabled?: boolean;
2710
+ /** Defer portal rendering. */
2711
+ defer?: boolean;
2712
+ /** Force content to stay mounted even when closed. */
2713
+ forceMount?: boolean;
2714
+ /** Keep keyboard focus loop within the content. */
2715
+ loop?: boolean;
2716
+ /** Flip to opposite side when there is not enough space. */
2717
+ sideFlip?: boolean;
2718
+ /** Flip alignment when there is not enough space. */
2719
+ alignFlip?: boolean;
2720
+ /** Avoid collisions with the viewport edges. */
2721
+ avoidCollisions?: boolean;
2722
+ /** Boundary element(s) for collision detection. */
2723
+ collisionBoundary?: Element | null | Array<Element | null>;
2724
+ /** Padding around collision boundary. */
2725
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
2726
+ /** Padding between content and arrow. */
2727
+ arrowPadding?: number;
2728
+ /** Hide the arrow when the content is shifted. */
2729
+ hideShiftedArrow?: boolean;
2730
+ /** Sticky behavior when scrolling. */
2731
+ sticky?: 'partial' | 'always';
2732
+ /** Hide content when fully detached from trigger. */
2733
+ hideWhenDetached?: boolean;
2734
+ /** CSS position strategy for the floating element. */
2735
+ positionStrategy?: 'fixed' | 'absolute';
2736
+ /** When to recalculate position. */
2737
+ updatePositionStrategy?: 'always' | 'optimized';
2738
+ /** Disable position update on layout shift. */
2739
+ disableUpdateOnLayoutShift?: boolean;
2740
+ /** Prioritize keeping the content in view over alignment. */
2741
+ prioritizePosition?: boolean;
2742
+ /** Virtual or DOM reference element to position against. */
2743
+ reference?: object | null;
2744
+ /** Render as a different element or component. */
2745
+ as?: string;
2746
+ /** Merge props onto child element instead of rendering a wrapper. */
2747
+ asChild?: boolean;
2003
2748
  };
2004
2749
 
2005
- declare type __VLS_Props_116 = {
2750
+ declare type __VLS_Props_118 = {
2006
2751
  textValue?: string;
2007
2752
  isDisabled?: boolean;
2008
2753
  variant?: MenuItemVariants['variant'];
2009
2754
  shortcut?: string;
2010
2755
  description?: string;
2011
2756
  class?: string;
2757
+ /** Whether this item is disabled. */
2758
+ disabled?: boolean;
2759
+ /** Render as a different element or component. */
2760
+ as?: string;
2761
+ /** Merge props onto child element instead of rendering a wrapper. */
2762
+ asChild?: boolean;
2012
2763
  };
2013
2764
 
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;
2765
+ declare type __VLS_Props_119 = {
2023
2766
  textValue?: string;
2024
2767
  isDisabled?: boolean;
2025
2768
  variant?: 'default' | 'danger';
2026
2769
  class?: string;
2027
- };
2028
-
2029
- declare type __VLS_Props_119 = {
2030
- title?: string;
2031
- showDivider?: boolean;
2032
- class?: string;
2770
+ /** Controlled checked state. */
2771
+ modelValue?: boolean;
2772
+ /** Whether this item is disabled. */
2773
+ disabled?: boolean;
2774
+ /** Render as a different element or component. */
2775
+ as?: string;
2776
+ /** Merge props onto child element instead of rendering a wrapper. */
2777
+ asChild?: boolean;
2033
2778
  };
2034
2779
 
2035
2780
  declare type __VLS_Props_12 = {
@@ -2048,24 +2793,103 @@ declare type __VLS_Props_12 = {
2048
2793
  };
2049
2794
 
2050
2795
  declare type __VLS_Props_120 = {
2796
+ /** Render as a different element or component. */
2797
+ as?: string;
2798
+ /** Merge props onto child element instead of rendering a wrapper. */
2799
+ asChild?: boolean;
2800
+ };
2801
+
2802
+ declare type __VLS_Props_121 = {
2803
+ value: string;
2804
+ textValue?: string;
2805
+ isDisabled?: boolean;
2806
+ variant?: 'default' | 'danger';
2807
+ class?: string;
2808
+ /** Whether this item is disabled. */
2809
+ disabled?: boolean;
2810
+ /** Render as a different element or component. */
2811
+ as?: string;
2812
+ /** Merge props onto child element instead of rendering a wrapper. */
2813
+ asChild?: boolean;
2814
+ };
2815
+
2816
+ declare type __VLS_Props_122 = {
2817
+ title?: string;
2818
+ showDivider?: boolean;
2819
+ class?: string;
2820
+ /** Render as a different element or component (applied to the group wrapper). */
2821
+ as?: string;
2822
+ /** Merge props onto child element instead of rendering a wrapper. */
2823
+ asChild?: boolean;
2824
+ };
2825
+
2826
+ declare type __VLS_Props_123 = {
2051
2827
  open?: boolean;
2052
2828
  defaultOpen?: boolean;
2053
2829
  openOnHover?: boolean;
2054
2830
  };
2055
2831
 
2056
- declare type __VLS_Props_121 = {
2832
+ declare type __VLS_Props_124 = {
2057
2833
  isDisabled?: boolean;
2058
2834
  textValue?: string;
2059
2835
  class?: string;
2836
+ /** Whether this trigger is disabled. */
2837
+ disabled?: boolean;
2838
+ /** Render as a different element or component. */
2839
+ as?: string;
2840
+ /** Merge props onto child element instead of rendering a wrapper. */
2841
+ asChild?: boolean;
2060
2842
  };
2061
2843
 
2062
- declare type __VLS_Props_122 = {
2844
+ declare type __VLS_Props_125 = {
2063
2845
  sideOffset?: number;
2064
2846
  alignOffset?: number;
2065
2847
  class?: string;
2848
+ /** Keep sub-content mounted even when closed. */
2849
+ forceMount?: boolean;
2850
+ /** Keep keyboard focus loop within the content. */
2851
+ loop?: boolean;
2852
+ /** Flip to opposite side when there is not enough space. */
2853
+ sideFlip?: boolean;
2854
+ /** Flip alignment when there is not enough space. */
2855
+ alignFlip?: boolean;
2856
+ /** Avoid collisions with the viewport edges. */
2857
+ avoidCollisions?: boolean;
2858
+ /** Boundary element(s) for collision detection. */
2859
+ collisionBoundary?: Element | null | Array<Element | null>;
2860
+ /** Padding around collision boundary. */
2861
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
2862
+ /** Padding between content and arrow. */
2863
+ arrowPadding?: number;
2864
+ /** Hide the arrow when the content is shifted. */
2865
+ hideShiftedArrow?: boolean;
2866
+ /** Sticky behavior when scrolling. */
2867
+ sticky?: 'partial' | 'always';
2868
+ /** Hide content when fully detached from trigger. */
2869
+ hideWhenDetached?: boolean;
2870
+ /** CSS position strategy for the floating element. */
2871
+ positionStrategy?: 'fixed' | 'absolute';
2872
+ /** When to recalculate position. */
2873
+ updatePositionStrategy?: 'always' | 'optimized';
2874
+ /** Disable position update on layout shift. */
2875
+ disableUpdateOnLayoutShift?: boolean;
2876
+ /** Prioritize keeping the content in view over alignment. */
2877
+ prioritizePosition?: boolean;
2878
+ /** Virtual or DOM reference element to position against. */
2879
+ reference?: object | null;
2880
+ /** Render as a different element or component. */
2881
+ as?: string;
2882
+ /** Merge props onto child element instead of rendering a wrapper. */
2883
+ asChild?: boolean;
2884
+ /** Portal target element or selector. */
2885
+ to?: string | HTMLElement;
2886
+ /** Disable the portal. */
2887
+ portalDisabled?: boolean;
2888
+ /** Defer portal rendering. */
2889
+ defer?: boolean;
2066
2890
  };
2067
2891
 
2068
- declare type __VLS_Props_123 = {
2892
+ declare type __VLS_Props_126 = {
2069
2893
  modelValue?: string;
2070
2894
  defaultValue?: string;
2071
2895
  open?: boolean;
@@ -2087,38 +2911,152 @@ declare type __VLS_Props_123 = {
2087
2911
  classNames?: Partial<{
2088
2912
  base: ClassValue;
2089
2913
  }>;
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;
2914
+ /** Reset search term when user blurs the input. */
2915
+ resetSearchTermOnBlur?: boolean;
2916
+ /** Reset search term after an item is selected. */
2917
+ resetSearchTermOnSelect?: boolean;
2918
+ /** Open dropdown when the input gains focus. */
2919
+ openOnFocus?: boolean;
2920
+ /** Open dropdown when the input is clicked. */
2921
+ openOnClick?: boolean;
2922
+ /** Disable Reka's built-in filter; handle filtering externally. */
2923
+ ignoreFilter?: boolean;
2924
+ /** Reset modelValue when the input is cleared. */
2925
+ resetModelValueOnClear?: boolean;
2926
+ /** Allow selecting multiple values. */
2927
+ multiple?: boolean;
2928
+ /** Reading direction for the component. */
2929
+ dir?: 'ltr' | 'rtl';
2930
+ /** Highlight the matching item on hover. */
2931
+ highlightOnHover?: boolean;
2932
+ /** Key to compare items by for selection equality. */
2933
+ by?: string;
2934
+ /** Render as a different element or component. */
2935
+ as?: string;
2936
+ /** Merge props onto child element instead of rendering a wrapper. */
2937
+ asChild?: boolean;
2938
+ /** Form field name for native form submission. */
2939
+ name?: string;
2106
2940
  };
2107
2941
 
2108
2942
  declare type __VLS_Props_127 = {
2109
2943
  placeholder?: string;
2110
2944
  class?: string;
2945
+ /** Custom reference element for the anchor. */
2946
+ anchorReference?: object | null;
2947
+ /** Render the anchor as a different element. */
2948
+ anchorAs?: string;
2949
+ /** Merge anchor props onto child element. */
2950
+ anchorAsChild?: boolean;
2951
+ /** Function to compute the display value from the current model value. */
2952
+ displayValue?: (value: string) => string;
2953
+ /** Two-way bound search input value. */
2954
+ modelValue?: string;
2955
+ /** Auto-focus the input on mount. */
2956
+ autoFocus?: boolean;
2957
+ /** Disable the input. Falls back to context isDisabled. */
2958
+ disabled?: boolean;
2959
+ /** Render the input as a different element. */
2960
+ as?: string;
2961
+ /** Merge input props onto child element. */
2962
+ asChild?: boolean;
2963
+ /** Disable the trigger button. */
2964
+ triggerDisabled?: boolean;
2965
+ /** Render the trigger as a different element. */
2966
+ triggerAs?: string;
2967
+ /** Merge trigger props onto child element. */
2968
+ triggerAsChild?: boolean;
2969
+ /** Render the cancel button as a different element. */
2970
+ cancelAs?: string;
2971
+ /** Merge cancel props onto child element. */
2972
+ cancelAsChild?: boolean;
2111
2973
  };
2112
2974
 
2113
2975
  declare type __VLS_Props_128 = {
2114
2976
  sideOffset?: number;
2115
2977
  class?: string;
2978
+ /** Portal target selector or element. */
2979
+ to?: string | HTMLElement;
2980
+ /** Disable the portal. */
2981
+ portalDisabled?: boolean;
2982
+ /** Defer portal rendering. */
2983
+ defer?: boolean;
2984
+ /** Force-mount the portal even when closed. */
2985
+ portalForceMount?: boolean;
2986
+ /** Force-mount the content even when closed. */
2987
+ forceMount?: boolean;
2988
+ /** Positioning strategy: item-aligned or popper. */
2989
+ position?: 'inline' | 'popper';
2990
+ /** Lock body scroll when open. */
2991
+ bodyLock?: boolean;
2992
+ /** Hide content when there are no items. */
2993
+ hideWhenEmpty?: boolean;
2994
+ /** Side of the anchor to render on. */
2995
+ side?: 'top' | 'right' | 'bottom' | 'left';
2996
+ /** Flip side when colliding. */
2997
+ sideFlip?: boolean;
2998
+ /** Side offset in pixels. */
2999
+ sideOffsetProp?: number;
3000
+ /** Alignment relative to the anchor. */
3001
+ align?: 'start' | 'center' | 'end';
3002
+ /** Alignment offset in pixels. */
3003
+ alignOffset?: number;
3004
+ /** Flip alignment when colliding. */
3005
+ alignFlip?: boolean;
3006
+ /** Avoid collisions with boundary. */
3007
+ avoidCollisions?: boolean;
3008
+ /** Boundary element(s) for collision detection. */
3009
+ collisionBoundary?: Element | null | Array<Element | null>;
3010
+ /** Padding from collision boundary. */
3011
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
3012
+ /** Padding from arrow. */
3013
+ arrowPadding?: number;
3014
+ /** Hide arrow when shifted. */
3015
+ hideShiftedArrow?: boolean;
3016
+ /** Sticky behavior on scroll. */
3017
+ sticky?: 'partial' | 'always';
3018
+ /** Hide when anchor is detached. */
3019
+ hideWhenDetached?: boolean;
3020
+ /** CSS position strategy. */
3021
+ positionStrategy?: 'fixed' | 'absolute';
3022
+ /** When to update position. */
3023
+ updatePositionStrategy?: 'always' | 'optimized';
3024
+ /** Disable position updates on layout shift. */
3025
+ disableUpdateOnLayoutShift?: boolean;
3026
+ /** Prioritize keeping content in view. */
3027
+ prioritizePosition?: boolean;
3028
+ /** Custom reference element for positioning. */
3029
+ reference?: object | null;
3030
+ /** Render content as a different element. */
3031
+ as?: string;
3032
+ /** Merge content props onto child element. */
3033
+ asChild?: boolean;
3034
+ /** Disable outside pointer events when open. */
3035
+ disableOutsidePointerEvents?: boolean;
3036
+ /** Nonce for the viewport's inline style. */
3037
+ viewportNonce?: string;
3038
+ /** Render the viewport as a different element. */
3039
+ viewportAs?: string;
3040
+ /** Merge viewport props onto child element. */
3041
+ viewportAsChild?: boolean;
2116
3042
  };
2117
3043
 
2118
3044
  declare type __VLS_Props_129 = {
2119
3045
  value: string;
2120
3046
  isDisabled?: boolean;
2121
3047
  class?: string;
3048
+ /** A string value for typeahead matching. Defaults to display text. */
3049
+ textValue?: string;
3050
+ /** Whether the item is disabled. Alias for isDisabled. */
3051
+ disabled?: boolean;
3052
+ /** Render as a different element or component. */
3053
+ as?: string;
3054
+ /** Merge props onto child element instead of rendering a wrapper. */
3055
+ asChild?: boolean;
3056
+ /** Render the ComboboxItemIndicator as a different element. */
3057
+ indicatorAs?: string;
3058
+ /** Merge indicator props onto child element. */
3059
+ indicatorAsChild?: boolean;
2122
3060
  };
2123
3061
 
2124
3062
  declare type __VLS_Props_13 = {
@@ -2131,15 +3069,116 @@ declare type __VLS_Props_13 = {
2131
3069
  };
2132
3070
 
2133
3071
  declare type __VLS_Props_130 = {
3072
+ /** Render as a different element or component. */
3073
+ as?: string;
3074
+ /** Merge props onto child element instead of rendering a wrapper. */
3075
+ asChild?: boolean;
3076
+ };
3077
+
3078
+ declare type __VLS_Props_131 = {
3079
+ placeholder?: string;
3080
+ class?: string;
3081
+ /** Two-way bound search input value. */
3082
+ modelValue?: string;
3083
+ /** Auto-focus the input on mount. */
3084
+ autoFocus?: boolean;
3085
+ /** Disable the input. Falls back to context isDisabled. */
3086
+ disabled?: boolean;
3087
+ /** Render the AutocompleteInput as a different element. */
3088
+ as?: string;
3089
+ /** Merge props onto child element instead of rendering a wrapper. */
3090
+ asChild?: boolean;
3091
+ /** Render the AutocompleteTrigger as a different element. */
3092
+ triggerAs?: string;
3093
+ /** Merge trigger props onto child element. */
3094
+ triggerAsChild?: boolean;
3095
+ /** Disable the trigger button. Falls back to context isDisabled. */
3096
+ triggerDisabled?: boolean;
3097
+ /** Render the AutocompleteCancel as a different element. */
3098
+ cancelAs?: string;
3099
+ /** Merge cancel props onto child element. */
3100
+ cancelAsChild?: boolean;
3101
+ /** Custom reference element for the AutocompleteAnchor. */
3102
+ anchorReference?: object | null;
3103
+ /** Render the AutocompleteAnchor as a different element. */
3104
+ anchorAs?: string;
3105
+ /** Merge anchor props onto child element. */
3106
+ anchorAsChild?: boolean;
3107
+ };
3108
+
3109
+ declare type __VLS_Props_132 = {
3110
+ sideOffset?: number;
3111
+ class?: string;
3112
+ to?: string | HTMLElement;
3113
+ disabled?: boolean;
3114
+ defer?: boolean;
3115
+ forceMount?: boolean;
3116
+ position?: 'inline' | 'popper';
3117
+ bodyLock?: boolean;
3118
+ hideWhenEmpty?: boolean;
3119
+ side?: 'top' | 'right' | 'bottom' | 'left';
3120
+ sideFlip?: boolean;
3121
+ align?: 'start' | 'center' | 'end';
3122
+ alignOffset?: number;
3123
+ alignFlip?: boolean;
3124
+ avoidCollisions?: boolean;
3125
+ collisionBoundary?: Element | null | Array<Element | null>;
3126
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
3127
+ arrowPadding?: number;
3128
+ hideShiftedArrow?: boolean;
3129
+ sticky?: 'partial' | 'always';
3130
+ hideWhenDetached?: boolean;
3131
+ positionStrategy?: 'fixed' | 'absolute';
3132
+ updatePositionStrategy?: 'always' | 'optimized';
3133
+ disableUpdateOnLayoutShift?: boolean;
3134
+ prioritizePosition?: boolean;
3135
+ reference?: object | null;
3136
+ as?: string;
3137
+ asChild?: boolean;
3138
+ disableOutsidePointerEvents?: boolean;
3139
+ nonce?: string;
3140
+ viewportAs?: string;
3141
+ viewportAsChild?: boolean;
3142
+ };
3143
+
3144
+ declare type __VLS_Props_133 = {
3145
+ value: string;
3146
+ isDisabled?: boolean;
3147
+ class?: string;
3148
+ /** A string value for typeahead matching. Defaults to display text. */
3149
+ textValue?: string;
3150
+ /** Whether the item is disabled. Alias for isDisabled. */
3151
+ disabled?: boolean;
3152
+ /** Render as a different element or component. */
3153
+ as?: string;
3154
+ /** Merge props onto child element instead of rendering a wrapper. */
3155
+ asChild?: boolean;
3156
+ /** Render the ComboboxItemIndicator as a different element. */
3157
+ indicatorAs?: string;
3158
+ /** Merge indicator props onto child element. */
3159
+ indicatorAsChild?: boolean;
3160
+ };
3161
+
3162
+ declare type __VLS_Props_134 = {
2134
3163
  /**
2135
3164
  * Label for the create item. Accepts a static string or a function receiving
2136
3165
  * the current search term. Defaults to `Create "${term}"`.
2137
3166
  */
2138
3167
  label?: string | ((term: string) => string);
2139
3168
  class?: string;
3169
+ /** The value of this item when selected. Defaults to the current search term. */
3170
+ value?: string;
3171
+ /** A string value that represents this item during typeahead navigation. */
3172
+ textValue?: string;
3173
+ /** Whether this item is disabled. */
3174
+ disabled?: boolean;
3175
+ /** Render as a different element or component. */
3176
+ as?: string;
3177
+ /** Merge props onto child element instead of rendering a wrapper. */
3178
+ asChild?: boolean;
2140
3179
  };
2141
3180
 
2142
- declare type __VLS_Props_131 = {
3181
+ declare type __VLS_Props_135 = {
2143
3182
  /** Current page number (v-model:page) */
2144
3183
  page?: number;
2145
3184
  /** Default page for uncontrolled usage */
@@ -2164,39 +3203,84 @@ declare type __VLS_Props_131 = {
2164
3203
  afterCursor?: string | null;
2165
3204
  /** Additional CSS class */
2166
3205
  class?: string;
3206
+ /** Render as a different element */
3207
+ as?: string;
3208
+ /** Merge props onto child element */
3209
+ asChild?: boolean;
2167
3210
  };
2168
3211
 
2169
- declare type __VLS_Props_132 = {
3212
+ declare type __VLS_Props_136 = {
2170
3213
  class?: string;
3214
+ /** Render as a different element */
3215
+ as?: string;
3216
+ /** Merge props onto child element */
3217
+ asChild?: boolean;
2171
3218
  };
2172
3219
 
2173
- declare type __VLS_Props_133 = {
3220
+ declare type __VLS_Props_137 = {
2174
3221
  /** Page number this item represents */
2175
3222
  value: number;
2176
3223
  class?: string;
3224
+ /** Render as a different element */
3225
+ as?: string;
3226
+ /** Merge props onto child element */
3227
+ asChild?: boolean;
2177
3228
  };
2178
3229
 
2179
- declare type __VLS_Props_134 = {
3230
+ declare type __VLS_Props_138 = {
2180
3231
  class?: string;
3232
+ /** Render as a different element */
3233
+ as?: string;
3234
+ /** Merge props onto child element */
3235
+ asChild?: boolean;
2181
3236
  };
2182
3237
 
2183
- declare type __VLS_Props_135 = {
3238
+ declare type __VLS_Props_139 = {
2184
3239
  class?: string;
3240
+ /** Render as a different element */
3241
+ as?: string;
3242
+ /** Merge props onto child element */
3243
+ asChild?: boolean;
2185
3244
  };
2186
3245
 
2187
- declare type __VLS_Props_136 = {
3246
+ declare type __VLS_Props_14 = {
3247
+ /**
3248
+ * Custom class to apply to the root element.
3249
+ */
3250
+ class?: ClassValue;
3251
+ /**
3252
+ * Custom classes to apply to each slot.
3253
+ */
3254
+ classNames?: Partial<{
3255
+ content: ClassValue;
3256
+ }>;
3257
+ };
3258
+
3259
+ declare type __VLS_Props_140 = {
2188
3260
  class?: string;
3261
+ /** Render as a different element */
3262
+ as?: string;
3263
+ /** Merge props onto child element */
3264
+ asChild?: boolean;
2189
3265
  };
2190
3266
 
2191
- declare type __VLS_Props_137 = {
3267
+ declare type __VLS_Props_141 = {
2192
3268
  class?: string;
3269
+ /** Render as a different element */
3270
+ as?: string;
3271
+ /** Merge props onto child element */
3272
+ asChild?: boolean;
2193
3273
  };
2194
3274
 
2195
- declare type __VLS_Props_138 = {
3275
+ declare type __VLS_Props_142 = {
2196
3276
  class?: string;
3277
+ /** Render as a different element */
3278
+ as?: string;
3279
+ /** Merge props onto child element */
3280
+ asChild?: boolean;
2197
3281
  };
2198
3282
 
2199
- declare type __VLS_Props_139 = {
3283
+ declare type __VLS_Props_143 = {
2200
3284
  columns: ColumnDef<any, any>[];
2201
3285
  data: any[];
2202
3286
  variant?: TableVariants['variant'];
@@ -2207,36 +3291,23 @@ declare type __VLS_Props_139 = {
2207
3291
  rowSelection?: RowSelectionState;
2208
3292
  /**
2209
3293
  * Opt-in row virtualization via @tanstack/vue-virtual.
2210
- * - false (default): all rows render in a standard <tbody>
2211
- * - true: always render via TableVirtualBody (only visible rows in DOM)
2212
- * - number N: auto-enable virtualization when data.length > N
2213
- */
2214
- virtualRows?: boolean | number;
2215
- /** Estimated row height in px used by the virtualizer (default: 44) */
2216
- estimatedRowHeight?: number;
2217
- /** Extra rows to render outside the visible viewport (default: 8) */
2218
- virtualizerOverscan?: number;
2219
- /** Per-slot CSS class overrides */
2220
- classNames?: Partial<{
2221
- base: ClassValue;
2222
- scrollContainer: ClassValue;
2223
- }>;
2224
- };
2225
-
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.
3294
+ * - false (default): all rows render in a standard <tbody>
3295
+ * - true: always render via TableVirtualBody (only visible rows in DOM)
3296
+ * - number N: auto-enable virtualization when data.length > N
2233
3297
  */
3298
+ virtualRows?: boolean | number;
3299
+ /** Estimated row height in px used by the virtualizer (default: 44) */
3300
+ estimatedRowHeight?: number;
3301
+ /** Extra rows to render outside the visible viewport (default: 8) */
3302
+ virtualizerOverscan?: number;
3303
+ /** Per-slot CSS class overrides */
2234
3304
  classNames?: Partial<{
2235
- content: ClassValue;
3305
+ base: ClassValue;
3306
+ scrollContainer: ClassValue;
2236
3307
  }>;
2237
3308
  };
2238
3309
 
2239
- declare type __VLS_Props_140 = {
3310
+ declare type __VLS_Props_144 = {
2240
3311
  rowIndex?: number;
2241
3312
  columnIndex?: number;
2242
3313
  /** Per-slot class name overrides merged via `composeClassName`. */
@@ -2245,7 +3316,7 @@ declare type __VLS_Props_140 = {
2245
3316
  }>;
2246
3317
  };
2247
3318
 
2248
- declare type __VLS_Props_141 = {
3319
+ declare type __VLS_Props_145 = {
2249
3320
  columnIndex?: number;
2250
3321
  sortDirection?: 'ascending' | 'descending' | 'none';
2251
3322
  /** Per-slot class overrides */
@@ -2254,7 +3325,7 @@ declare type __VLS_Props_141 = {
2254
3325
  }>;
2255
3326
  };
2256
3327
 
2257
- declare type __VLS_Props_142 = {
3328
+ declare type __VLS_Props_146 = {
2258
3329
  src?: string;
2259
3330
  alt?: string;
2260
3331
  name?: string;
@@ -2264,6 +3335,18 @@ declare type __VLS_Props_142 = {
2264
3335
  isBordered?: boolean;
2265
3336
  isDisabled?: boolean;
2266
3337
  showFallback?: boolean;
3338
+ /** AvatarRoot props */
3339
+ as?: string;
3340
+ asChild?: boolean;
3341
+ /** AvatarImage props */
3342
+ referrerPolicy?: string;
3343
+ crossOrigin?: string;
3344
+ imageAs?: string;
3345
+ imageAsChild?: boolean;
3346
+ /** AvatarFallback props */
3347
+ delayMs?: number;
3348
+ fallbackAs?: string;
3349
+ fallbackAsChild?: boolean;
2267
3350
  class?: ClassValue;
2268
3351
  /** Per-slot class name overrides */
2269
3352
  classNames?: Partial<{
@@ -2273,7 +3356,7 @@ declare type __VLS_Props_142 = {
2273
3356
  }>;
2274
3357
  };
2275
3358
 
2276
- declare type __VLS_Props_143 = {
3359
+ declare type __VLS_Props_147 = {
2277
3360
  size?: 'sm' | 'md' | 'lg';
2278
3361
  isBordered?: boolean;
2279
3362
  isDisabled?: boolean;
@@ -2286,8 +3369,10 @@ declare type __VLS_Props_143 = {
2286
3369
  avatars?: AvatarShorthandItem[];
2287
3370
  };
2288
3371
 
2289
- declare type __VLS_Props_144 = {
3372
+ declare type __VLS_Props_148 = {
2290
3373
  ratio?: number;
3374
+ as?: string;
3375
+ asChild?: boolean;
2291
3376
  class?: ClassValue;
2292
3377
  /** Override classes for individual slots */
2293
3378
  classNames?: Partial<{
@@ -2295,7 +3380,7 @@ declare type __VLS_Props_144 = {
2295
3380
  }>;
2296
3381
  };
2297
3382
 
2298
- declare type __VLS_Props_145 = {
3383
+ declare type __VLS_Props_149 = {
2299
3384
  id?: string;
2300
3385
  direction?: SplitterVariants['direction'];
2301
3386
  autoSaveId?: string;
@@ -2304,9 +3389,26 @@ declare type __VLS_Props_145 = {
2304
3389
  classNames?: Partial<{
2305
3390
  group: ClassValue;
2306
3391
  }>;
3392
+ /** Keyboard resize increment in pixels */
3393
+ keyboardResizeBy?: number;
3394
+ /** Custom storage for persisting layout */
3395
+ storage?: object;
3396
+ /** Render as a different element */
3397
+ as?: string;
3398
+ /** Merge props onto child element */
3399
+ asChild?: boolean;
2307
3400
  };
2308
3401
 
2309
- declare type __VLS_Props_146 = {
3402
+ declare type __VLS_Props_15 = {
3403
+ divider?: boolean;
3404
+ class?: ClassValue;
3405
+ /** Override the default classes applied to individual slots. */
3406
+ classNames?: Partial<{
3407
+ footer: ClassValue;
3408
+ }>;
3409
+ };
3410
+
3411
+ declare type __VLS_Props_150 = {
2310
3412
  id?: string;
2311
3413
  defaultSize?: number;
2312
3414
  minSize?: number;
@@ -2319,9 +3421,15 @@ declare type __VLS_Props_146 = {
2319
3421
  classNames?: Partial<{
2320
3422
  panel: ClassValue;
2321
3423
  }>;
3424
+ /** Unit for size values: 'percentage' or 'pixels' */
3425
+ sizeUnit?: '%' | 'px';
3426
+ /** Render as a different element */
3427
+ as?: string;
3428
+ /** Merge props onto child element */
3429
+ asChild?: boolean;
2322
3430
  };
2323
3431
 
2324
- declare type __VLS_Props_147 = {
3432
+ declare type __VLS_Props_151 = {
2325
3433
  id?: string;
2326
3434
  disabled?: boolean;
2327
3435
  class?: ClassValue;
@@ -2330,9 +3438,19 @@ declare type __VLS_Props_147 = {
2330
3438
  handle: ClassValue;
2331
3439
  handleBar: ClassValue;
2332
3440
  }>;
3441
+ /** Hit area margins for easier grabbing */
3442
+ hitAreaMargins?: object;
3443
+ /** Tab index for keyboard focus */
3444
+ tabindex?: number;
3445
+ /** Nonce for inline styles */
3446
+ nonce?: string;
3447
+ /** Render as a different element */
3448
+ as?: string;
3449
+ /** Merge props onto child element */
3450
+ asChild?: boolean;
2333
3451
  };
2334
3452
 
2335
- declare type __VLS_Props_148 = {
3453
+ declare type __VLS_Props_152 = {
2336
3454
  modelValue?: number;
2337
3455
  defaultValue?: number;
2338
3456
  totalSteps?: number;
@@ -2348,7 +3466,7 @@ declare type __VLS_Props_148 = {
2348
3466
  items?: StepperShorthandItem[];
2349
3467
  };
2350
3468
 
2351
- declare type __VLS_Props_149 = {
3469
+ declare type __VLS_Props_153 = {
2352
3470
  step: number;
2353
3471
  /** Custom CSS classes for the root element. */
2354
3472
  class?: ClassValue;
@@ -2358,16 +3476,7 @@ declare type __VLS_Props_149 = {
2358
3476
  }>;
2359
3477
  };
2360
3478
 
2361
- declare type __VLS_Props_15 = {
2362
- divider?: boolean;
2363
- class?: ClassValue;
2364
- /** Override the default classes applied to individual slots. */
2365
- classNames?: Partial<{
2366
- footer: ClassValue;
2367
- }>;
2368
- };
2369
-
2370
- declare type __VLS_Props_150 = {
3479
+ declare type __VLS_Props_154 = {
2371
3480
  class?: ClassValue;
2372
3481
  /** Override classes on individual slots */
2373
3482
  classNames?: Partial<{
@@ -2375,7 +3484,7 @@ declare type __VLS_Props_150 = {
2375
3484
  }>;
2376
3485
  };
2377
3486
 
2378
- declare type __VLS_Props_151 = {
3487
+ declare type __VLS_Props_155 = {
2379
3488
  /** Custom CSS classes for the root element */
2380
3489
  class?: ClassValue;
2381
3490
  /** Per-slot custom CSS class overrides */
@@ -2384,7 +3493,7 @@ declare type __VLS_Props_151 = {
2384
3493
  }>;
2385
3494
  };
2386
3495
 
2387
- declare type __VLS_Props_152 = {
3496
+ declare type __VLS_Props_156 = {
2388
3497
  class?: ClassValue;
2389
3498
  /** Override classes for individual slots. */
2390
3499
  classNames?: Partial<{
@@ -2392,7 +3501,7 @@ declare type __VLS_Props_152 = {
2392
3501
  }>;
2393
3502
  };
2394
3503
 
2395
- declare type __VLS_Props_153 = {
3504
+ declare type __VLS_Props_157 = {
2396
3505
  class?: ClassValue;
2397
3506
  /** Custom classNames to override the default component slots */
2398
3507
  classNames?: Partial<{
@@ -2400,7 +3509,7 @@ declare type __VLS_Props_153 = {
2400
3509
  }>;
2401
3510
  };
2402
3511
 
2403
- declare type __VLS_Props_154 = {
3512
+ declare type __VLS_Props_158 = {
2404
3513
  /** Additional CSS class for the root element. */
2405
3514
  class?: ClassValue;
2406
3515
  /** Per-slot class overrides. */
@@ -2409,7 +3518,7 @@ declare type __VLS_Props_154 = {
2409
3518
  }>;
2410
3519
  };
2411
3520
 
2412
- declare type __VLS_Props_155 = {
3521
+ declare type __VLS_Props_159 = {
2413
3522
  isExpanded?: boolean;
2414
3523
  hasChildren?: boolean;
2415
3524
  class?: ClassValue;
@@ -2419,7 +3528,11 @@ declare type __VLS_Props_155 = {
2419
3528
  }>;
2420
3529
  };
2421
3530
 
2422
- declare type __VLS_Props_156 = {
3531
+ declare type __VLS_Props_16 = {
3532
+ class?: string;
3533
+ };
3534
+
3535
+ declare type __VLS_Props_160 = {
2423
3536
  modelValue?: number | number[];
2424
3537
  defaultValue?: number | number[];
2425
3538
  min?: number;
@@ -2441,6 +3554,30 @@ declare type __VLS_Props_156 = {
2441
3554
  hideThumb?: boolean;
2442
3555
  disabled?: boolean;
2443
3556
  inverted?: boolean;
3557
+ /** Text direction forwarded to SliderRoot. */
3558
+ dir?: 'ltr' | 'rtl';
3559
+ /** How the thumbs align relative to the track ends. */
3560
+ thumbAlignment?: 'contain' | 'overflow';
3561
+ /** Whether SliderRoot renders as a child element. */
3562
+ asChild?: boolean;
3563
+ /** Element or component to render SliderRoot as. */
3564
+ as?: string;
3565
+ /** HTML name attribute forwarded to SliderRoot. */
3566
+ name?: string;
3567
+ /** Whether the slider is required. */
3568
+ required?: boolean;
3569
+ /** Whether SliderTrack renders as a child element. */
3570
+ trackAsChild?: boolean;
3571
+ /** Element or component to render SliderTrack as. */
3572
+ trackAs?: string;
3573
+ /** Whether SliderRange renders as a child element. */
3574
+ rangeAsChild?: boolean;
3575
+ /** Element or component to render SliderRange as. */
3576
+ rangeAs?: string;
3577
+ /** Whether SliderThumb renders as a child element. */
3578
+ thumbAsChild?: boolean;
3579
+ /** Element or component to render SliderThumb as. */
3580
+ thumbAs?: string;
2444
3581
  class?: ClassValue;
2445
3582
  /**
2446
3583
  * Per-slot class overrides. Keys map to internal slot names (base, output, track, fill, marks, thumb).
@@ -2455,7 +3592,7 @@ declare type __VLS_Props_156 = {
2455
3592
  }>;
2456
3593
  };
2457
3594
 
2458
- declare type __VLS_Props_157 = {
3595
+ declare type __VLS_Props_161 = {
2459
3596
  value?: number | null;
2460
3597
  minValue?: number;
2461
3598
  maxValue?: number;
@@ -2469,6 +3606,18 @@ declare type __VLS_Props_157 = {
2469
3606
  isStriped?: boolean;
2470
3607
  isIndeterminate?: boolean;
2471
3608
  isDisabled?: boolean;
3609
+ /** Element or component to render ProgressRoot as. */
3610
+ as?: string;
3611
+ /** Whether ProgressRoot renders as a child element. */
3612
+ asChild?: boolean;
3613
+ /** Function to get the accessible label for the current value. */
3614
+ getValueLabel?: (value: number | null | undefined, max: number) => string | undefined;
3615
+ /** Function to get the accessible text for the current value. */
3616
+ getValueText?: (value: number | null | undefined, max: number) => string | undefined;
3617
+ /** Element or component to render ProgressIndicator as. */
3618
+ indicatorAs?: string;
3619
+ /** Whether ProgressIndicator renders as a child element. */
3620
+ indicatorAsChild?: boolean;
2472
3621
  class?: ClassValue;
2473
3622
  /** Per-slot class overrides */
2474
3623
  classNames?: Partial<{
@@ -2481,7 +3630,7 @@ declare type __VLS_Props_157 = {
2481
3630
  }>;
2482
3631
  };
2483
3632
 
2484
- declare type __VLS_Props_158 = {
3633
+ declare type __VLS_Props_162 = {
2485
3634
  value?: number | null;
2486
3635
  minValue?: number;
2487
3636
  maxValue?: number;
@@ -2494,6 +3643,14 @@ declare type __VLS_Props_158 = {
2494
3643
  strokeWidth?: number;
2495
3644
  isIndeterminate?: boolean;
2496
3645
  isDisabled?: boolean;
3646
+ /** Element or component to render ProgressRoot as. */
3647
+ as?: string;
3648
+ /** Whether ProgressRoot renders as a child element. */
3649
+ asChild?: boolean;
3650
+ /** Function to get the accessible label for the current value. */
3651
+ getValueLabel?: (value: number | null | undefined, max: number) => string | undefined;
3652
+ /** Function to get the accessible text for the current value. */
3653
+ getValueText?: (value: number | null | undefined, max: number) => string | undefined;
2497
3654
  class?: ClassValue;
2498
3655
  /** Override classNames for individual slots */
2499
3656
  classNames?: Partial<{
@@ -2505,7 +3662,7 @@ declare type __VLS_Props_158 = {
2505
3662
  }>;
2506
3663
  };
2507
3664
 
2508
- declare type __VLS_Props_159 = {
3665
+ declare type __VLS_Props_163 = {
2509
3666
  value?: number;
2510
3667
  minValue?: number;
2511
3668
  maxValue?: number;
@@ -2526,11 +3683,7 @@ declare type __VLS_Props_159 = {
2526
3683
  }>;
2527
3684
  };
2528
3685
 
2529
- declare type __VLS_Props_16 = {
2530
- class?: string;
2531
- };
2532
-
2533
- declare type __VLS_Props_160 = {
3686
+ declare type __VLS_Props_164 = {
2534
3687
  orientation?: 'vertical' | 'horizontal' | 'both';
2535
3688
  hideScrollBar?: boolean;
2536
3689
  size?: number;
@@ -2543,15 +3696,41 @@ declare type __VLS_Props_160 = {
2543
3696
  }>;
2544
3697
  };
2545
3698
 
2546
- declare type __VLS_Props_161 = {
3699
+ declare type __VLS_Props_165 = {
2547
3700
  class?: string;
2548
3701
  viewportClass?: string;
2549
3702
  type?: 'auto' | 'always' | 'scroll' | 'hover';
2550
3703
  scrollHideDelay?: number;
2551
3704
  orientation?: 'vertical' | 'horizontal' | 'both';
2552
- };
2553
-
2554
- declare type __VLS_Props_162 = {
3705
+ /** Text direction for the scroll area */
3706
+ dir?: 'ltr' | 'rtl';
3707
+ /** Render root as a different element */
3708
+ as?: string;
3709
+ /** Merge root props onto child element */
3710
+ asChild?: boolean;
3711
+ /** Nonce for the viewport's inline style */
3712
+ viewportNonce?: string;
3713
+ /** Render viewport as a different element */
3714
+ viewportAs?: string;
3715
+ /** Merge viewport props onto child element */
3716
+ viewportAsChild?: boolean;
3717
+ /** Keep scrollbar mounted when hidden */
3718
+ scrollbarForceMount?: boolean;
3719
+ /** Render scrollbar as a different element */
3720
+ scrollbarAs?: string;
3721
+ /** Merge scrollbar props onto child element */
3722
+ scrollbarAsChild?: boolean;
3723
+ /** Render thumb as a different element */
3724
+ thumbAs?: string;
3725
+ /** Merge thumb props onto child element */
3726
+ thumbAsChild?: boolean;
3727
+ /** Render corner as a different element */
3728
+ cornerAs?: string;
3729
+ /** Merge corner props onto child element */
3730
+ cornerAsChild?: boolean;
3731
+ };
3732
+
3733
+ declare type __VLS_Props_166 = {
2555
3734
  defaultValue?: DateValue;
2556
3735
  defaultPlaceholder?: DateValue;
2557
3736
  minValue?: DateValue;
@@ -2568,6 +3747,26 @@ declare type __VLS_Props_162 = {
2568
3747
  readonly?: boolean;
2569
3748
  disabled?: boolean;
2570
3749
  calendarLabel?: string;
3750
+ /** Initial focus state. */
3751
+ initialFocus?: boolean;
3752
+ /** Text direction. */
3753
+ dir?: 'ltr' | 'rtl';
3754
+ /** Navigate to next page. */
3755
+ nextPage?: (placeholder: DateValue) => DateValue;
3756
+ /** Navigate to previous page. */
3757
+ prevPage?: (placeholder: DateValue) => DateValue;
3758
+ /** Allow multiple date selections. */
3759
+ multiple?: boolean;
3760
+ /** Disable days outside the current view. */
3761
+ disableDaysOutsideCurrentView?: boolean;
3762
+ /** Render as a different element or component. */
3763
+ as?: string;
3764
+ /** Render child as root element. */
3765
+ asChild?: boolean;
3766
+ /** MonthPicker: disable specific months. */
3767
+ isMonthDisabled?: (date: DateValue) => boolean;
3768
+ /** MonthPicker: mark specific months as unavailable. */
3769
+ isMonthUnavailable?: (date: DateValue) => boolean;
2571
3770
  class?: ClassValue;
2572
3771
  /** Override classes on any named slot */
2573
3772
  classNames?: Partial<{
@@ -2591,7 +3790,7 @@ declare type __VLS_Props_162 = {
2591
3790
  }>;
2592
3791
  };
2593
3792
 
2594
- declare type __VLS_Props_163 = {
3793
+ declare type __VLS_Props_167 = {
2595
3794
  defaultValue?: DateRange | null;
2596
3795
  defaultPlaceholder?: DateValue;
2597
3796
  minValue?: DateValue;
@@ -2609,6 +3808,26 @@ declare type __VLS_Props_163 = {
2609
3808
  readonly?: boolean;
2610
3809
  disabled?: boolean;
2611
3810
  calendarLabel?: string;
3811
+ /** Initial focus state. */
3812
+ initialFocus?: boolean;
3813
+ /** Whether a date is highlightable in the range. */
3814
+ isDateHighlightable?: (date: DateValue) => boolean;
3815
+ /** Text direction. */
3816
+ dir?: 'ltr' | 'rtl';
3817
+ /** Navigate to next page. */
3818
+ nextPage?: (placeholder: DateValue) => DateValue;
3819
+ /** Navigate to previous page. */
3820
+ prevPage?: (placeholder: DateValue) => DateValue;
3821
+ /** Disable days outside the current view. */
3822
+ disableDaysOutsideCurrentView?: boolean;
3823
+ /** Fix one end of the range. */
3824
+ fixedDate?: 'start' | 'end';
3825
+ /** Maximum number of days in the range. */
3826
+ maximumDays?: number;
3827
+ /** Render as a different element or component. */
3828
+ as?: string;
3829
+ /** Render child as root element. */
3830
+ asChild?: boolean;
2612
3831
  class?: ClassValue;
2613
3832
  /** Override classes for named slots */
2614
3833
  classNames?: Partial<{
@@ -2636,7 +3855,7 @@ declare type __VLS_Props_163 = {
2636
3855
  }>;
2637
3856
  };
2638
3857
 
2639
- declare type __VLS_Props_164 = {
3858
+ declare type __VLS_Props_168 = {
2640
3859
  defaultValue?: DateValue;
2641
3860
  defaultPlaceholder?: DateValue;
2642
3861
  minValue?: DateValue;
@@ -2649,6 +3868,20 @@ declare type __VLS_Props_164 = {
2649
3868
  readonly?: boolean;
2650
3869
  disabled?: boolean;
2651
3870
  calendarLabel?: string;
3871
+ /** Initial focus state. @default false */
3872
+ initialFocus?: boolean;
3873
+ /** Text direction. */
3874
+ dir?: 'ltr' | 'rtl';
3875
+ /** Navigate to next page. */
3876
+ nextPage?: (placeholder: DateValue) => DateValue;
3877
+ /** Navigate to previous page. */
3878
+ prevPage?: (placeholder: DateValue) => DateValue;
3879
+ /** Allow multiple selections. */
3880
+ multiple?: boolean;
3881
+ /** Render as a different element or component. */
3882
+ as?: string;
3883
+ /** Render child as root element. */
3884
+ asChild?: boolean;
2652
3885
  class?: ClassValue;
2653
3886
  /** Per-slot class overrides */
2654
3887
  classNames?: Partial<{
@@ -2664,13 +3897,17 @@ declare type __VLS_Props_164 = {
2664
3897
  }>;
2665
3898
  };
2666
3899
 
2667
- declare type __VLS_Props_165 = Props_9;
3900
+ declare type __VLS_Props_169 = Props_9;
2668
3901
 
2669
- declare type __VLS_Props_166 = Props_10;
3902
+ declare type __VLS_Props_17 = {
3903
+ class?: string;
3904
+ };
2670
3905
 
2671
- declare type __VLS_Props_167 = Props_11;
3906
+ declare type __VLS_Props_170 = Props_10;
2672
3907
 
2673
- declare type __VLS_Props_168 = {
3908
+ declare type __VLS_Props_171 = Props_11;
3909
+
3910
+ declare type __VLS_Props_172 = {
2674
3911
  variant?: DateInputVariants['variant'];
2675
3912
  size?: DateInputVariants['size'];
2676
3913
  color?: DateInputVariants['color'];
@@ -2678,6 +3915,7 @@ declare type __VLS_Props_168 = {
2678
3915
  fullWidth?: boolean;
2679
3916
  defaultValue?: DateValue;
2680
3917
  defaultOpen?: boolean;
3918
+ defaultPlaceholder?: DateValue;
2681
3919
  placeholderValue?: DateValue;
2682
3920
  minValue?: DateValue;
2683
3921
  maxValue?: DateValue;
@@ -2686,6 +3924,8 @@ declare type __VLS_Props_168 = {
2686
3924
  locale?: string;
2687
3925
  granularity?: 'day' | 'hour' | 'minute' | 'second';
2688
3926
  hourCycle?: 12 | 24;
3927
+ /** Steps for segment keyboard navigation. */
3928
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
2689
3929
  label?: string;
2690
3930
  description?: string;
2691
3931
  errorMessage?: string;
@@ -2699,6 +3939,74 @@ declare type __VLS_Props_168 = {
2699
3939
  pageBehavior?: 'visible' | 'single';
2700
3940
  closeOnSelect?: boolean;
2701
3941
  modal?: boolean;
3942
+ /** Text direction. */
3943
+ dir?: 'ltr' | 'rtl';
3944
+ /** HTML id attribute forwarded to the root DatePickerRoot element. */
3945
+ id?: string;
3946
+ /** Marks the field as required. */
3947
+ required?: boolean;
3948
+ /** Use paged navigation (advance by numberOfMonths). */
3949
+ pagedNavigation?: boolean;
3950
+ /** Day the week starts on. */
3951
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
3952
+ /** Format for weekday header cells. */
3953
+ weekdayFormat?: 'narrow' | 'short' | 'long';
3954
+ /** Always show 6 weeks per month. */
3955
+ fixedWeeks?: boolean;
3956
+ /** Number of months shown in the calendar. */
3957
+ numberOfMonths?: number;
3958
+ /** Prevent deselecting a selected date. */
3959
+ preventDeselect?: boolean;
3960
+ /** Render trigger as a different element. */
3961
+ triggerAs?: string;
3962
+ /** Render trigger child as root element. */
3963
+ triggerAsChild?: boolean;
3964
+ /** Portal target for the content. */
3965
+ portal?: string | HTMLElement;
3966
+ /** Force the content to stay mounted. */
3967
+ forceMount?: boolean;
3968
+ /** Side of the anchor the content appears on. */
3969
+ side?: 'top' | 'right' | 'bottom' | 'left';
3970
+ /** Distance in px from the anchor. */
3971
+ sideOffset?: number;
3972
+ /** Allow flipping to opposite side. */
3973
+ sideFlip?: boolean;
3974
+ /** Alignment of the content relative to the anchor. */
3975
+ align?: 'start' | 'center' | 'end';
3976
+ /** Offset along the align axis. */
3977
+ alignOffset?: number;
3978
+ /** Allow flipping alignment. */
3979
+ alignFlip?: boolean;
3980
+ /** Avoid collisions with the viewport. */
3981
+ avoidCollisions?: boolean;
3982
+ /** Elements to use as collision boundaries. */
3983
+ collisionBoundary?: Element | null | Array<Element | null>;
3984
+ /** Padding for collision detection. */
3985
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
3986
+ /** Padding between arrow and content edge. */
3987
+ arrowPadding?: number;
3988
+ /** Hide the arrow when it is shifted. */
3989
+ hideShiftedArrow?: boolean;
3990
+ /** Sticky behavior when overflowing. */
3991
+ sticky?: 'partial' | 'always';
3992
+ /** Hide content when anchor is detached. */
3993
+ hideWhenDetached?: boolean;
3994
+ /** CSS position strategy. */
3995
+ positionStrategy?: 'fixed' | 'absolute';
3996
+ /** When to recalculate position. */
3997
+ updatePositionStrategy?: 'always' | 'optimized';
3998
+ /** Disable position update on layout shift. */
3999
+ disableUpdateOnLayoutShift?: boolean;
4000
+ /** Prioritize keeping content in viewport. */
4001
+ prioritizePosition?: boolean;
4002
+ /** Virtual reference element for positioning. */
4003
+ reference?: object | null;
4004
+ /** Render content as a different element. */
4005
+ contentAs?: string;
4006
+ /** Render content child as root element. */
4007
+ contentAsChild?: boolean;
4008
+ /** Disable pointer events outside the content. */
4009
+ disableOutsidePointerEvents?: boolean;
2702
4010
  class?: ClassValue;
2703
4011
  /** Override classes for individual slots (base, trigger, triggerIndicator, popover) */
2704
4012
  classNames?: Partial<{
@@ -2709,7 +4017,7 @@ declare type __VLS_Props_168 = {
2709
4017
  }>;
2710
4018
  };
2711
4019
 
2712
- declare type __VLS_Props_169 = {
4020
+ declare type __VLS_Props_173 = {
2713
4021
  variant?: DateRangeFieldVariants['variant'];
2714
4022
  size?: DateRangeFieldVariants['size'];
2715
4023
  color?: DateRangeFieldVariants['color'];
@@ -2717,6 +4025,7 @@ declare type __VLS_Props_169 = {
2717
4025
  fullWidth?: boolean;
2718
4026
  defaultValue?: DateRangePickerRange;
2719
4027
  defaultOpen?: boolean;
4028
+ defaultPlaceholder?: DateValue;
2720
4029
  placeholderValue?: DateValue;
2721
4030
  minValue?: DateValue;
2722
4031
  maxValue?: DateValue;
@@ -2725,6 +4034,8 @@ declare type __VLS_Props_169 = {
2725
4034
  locale?: string;
2726
4035
  granularity?: 'day' | 'hour' | 'minute' | 'second';
2727
4036
  hourCycle?: 12 | 24;
4037
+ /** Steps for segment keyboard navigation. */
4038
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
2728
4039
  label?: string;
2729
4040
  description?: string;
2730
4041
  errorMessage?: string;
@@ -2738,6 +4049,82 @@ declare type __VLS_Props_169 = {
2738
4049
  pageBehavior?: 'visible' | 'single';
2739
4050
  closeOnSelect?: boolean;
2740
4051
  modal?: boolean;
4052
+ /** Text direction. */
4053
+ dir?: 'ltr' | 'rtl';
4054
+ /** HTML id attribute forwarded to the root DateRangePickerRoot element. */
4055
+ id?: string;
4056
+ /** Marks the field as required. */
4057
+ required?: boolean;
4058
+ /** Use paged navigation. */
4059
+ pagedNavigation?: boolean;
4060
+ /** Day the week starts on. */
4061
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
4062
+ /** Format for weekday header cells. */
4063
+ weekdayFormat?: 'narrow' | 'short' | 'long';
4064
+ /** Always show 6 weeks per month. */
4065
+ fixedWeeks?: boolean;
4066
+ /** Number of months shown in the calendar. */
4067
+ numberOfMonths?: number;
4068
+ /** Prevent deselecting a selected date. */
4069
+ preventDeselect?: boolean;
4070
+ /** Whether a date is highlightable in the range. */
4071
+ isDateHighlightable?: (date: DateValue) => boolean;
4072
+ /** Allow non-contiguous ranges. */
4073
+ allowNonContiguousRanges?: boolean;
4074
+ /** Fix one end of the range. */
4075
+ fixedDate?: 'start' | 'end';
4076
+ /** Maximum number of days in the range. */
4077
+ maximumDays?: number;
4078
+ /** Render trigger as a different element. */
4079
+ triggerAs?: string;
4080
+ /** Render trigger child as root element. */
4081
+ triggerAsChild?: boolean;
4082
+ /** Portal target for the content. */
4083
+ portal?: string | HTMLElement;
4084
+ /** Force the content to stay mounted. */
4085
+ forceMount?: boolean;
4086
+ /** Side of the anchor the content appears on. */
4087
+ side?: 'top' | 'right' | 'bottom' | 'left';
4088
+ /** Distance in px from the anchor. */
4089
+ sideOffset?: number;
4090
+ /** Allow flipping to opposite side. */
4091
+ sideFlip?: boolean;
4092
+ /** Alignment of the content relative to the anchor. */
4093
+ align?: 'start' | 'center' | 'end';
4094
+ /** Offset along the align axis. */
4095
+ alignOffset?: number;
4096
+ /** Allow flipping alignment. */
4097
+ alignFlip?: boolean;
4098
+ /** Avoid collisions with the viewport. */
4099
+ avoidCollisions?: boolean;
4100
+ /** Elements to use as collision boundaries. */
4101
+ collisionBoundary?: Element | null | Array<Element | null>;
4102
+ /** Padding for collision detection. */
4103
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
4104
+ /** Padding between arrow and content edge. */
4105
+ arrowPadding?: number;
4106
+ /** Hide the arrow when it is shifted. */
4107
+ hideShiftedArrow?: boolean;
4108
+ /** Sticky behavior when overflowing. */
4109
+ sticky?: 'partial' | 'always';
4110
+ /** Hide content when anchor is detached. */
4111
+ hideWhenDetached?: boolean;
4112
+ /** CSS position strategy. */
4113
+ positionStrategy?: 'fixed' | 'absolute';
4114
+ /** When to recalculate position. */
4115
+ updatePositionStrategy?: 'always' | 'optimized';
4116
+ /** Disable position update on layout shift. */
4117
+ disableUpdateOnLayoutShift?: boolean;
4118
+ /** Prioritize keeping content in viewport. */
4119
+ prioritizePosition?: boolean;
4120
+ /** Virtual reference element for positioning. */
4121
+ reference?: object | null;
4122
+ /** Render content as a different element. */
4123
+ contentAs?: string;
4124
+ /** Render content child as root element. */
4125
+ contentAsChild?: boolean;
4126
+ /** Disable pointer events outside the content. */
4127
+ disableOutsidePointerEvents?: boolean;
2741
4128
  class?: ClassValue;
2742
4129
  /** Per-slot class overrides */
2743
4130
  classNames?: Partial<{
@@ -2748,11 +4135,7 @@ declare type __VLS_Props_169 = {
2748
4135
  }>;
2749
4136
  };
2750
4137
 
2751
- declare type __VLS_Props_17 = {
2752
- class?: string;
2753
- };
2754
-
2755
- declare type __VLS_Props_170 = {
4138
+ declare type __VLS_Props_174 = {
2756
4139
  variant?: 'flat' | 'bordered' | 'faded' | 'underlined';
2757
4140
  size?: 'sm' | 'md' | 'lg';
2758
4141
  color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
@@ -2786,13 +4169,89 @@ declare type __VLS_Props_170 = {
2786
4169
  closeOnSelect?: boolean;
2787
4170
  locale?: string;
2788
4171
  defaultValue?: CalendarDateTime;
4172
+ /** Initial placeholder date for the calendar. */
4173
+ defaultPlaceholder?: DateValue;
4174
+ /** Controlled placeholder date. */
4175
+ placeholder?: DateValue;
2789
4176
  minValue?: CalendarDateTime;
2790
4177
  maxValue?: CalendarDateTime;
2791
4178
  isDateUnavailable?: (date: DateValue) => boolean;
2792
4179
  isDateDisabled?: (date: DateValue) => boolean;
4180
+ /** Steps for segment keyboard navigation. */
4181
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
4182
+ /** Text direction. */
4183
+ dir?: 'ltr' | 'rtl';
4184
+ /** HTML id attribute forwarded to the root element. */
4185
+ id?: string;
4186
+ /** Whether the calendar popover is modal (traps focus). */
4187
+ modal?: boolean;
4188
+ /** Marks the field as required. */
4189
+ required?: boolean;
4190
+ /** Use paged navigation in the calendar. */
4191
+ pagedNavigation?: boolean;
4192
+ /** Day the week starts on. */
4193
+ weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
4194
+ /** Format for weekday header cells. */
4195
+ weekdayFormat?: 'narrow' | 'short' | 'long';
4196
+ /** Always show 6 weeks per month. */
4197
+ fixedWeeks?: boolean;
4198
+ /** Number of months shown in the calendar. */
4199
+ numberOfMonths?: number;
4200
+ /** Prevent deselecting a selected date. */
4201
+ preventDeselect?: boolean;
4202
+ /** Render trigger as a different element. */
4203
+ triggerAs?: string;
4204
+ /** Render trigger child as root element. */
4205
+ triggerAsChild?: boolean;
4206
+ /** Portal target for the content. */
4207
+ portal?: string | HTMLElement;
4208
+ /** Force the content to stay mounted. */
4209
+ forceMount?: boolean;
4210
+ /** Side of the anchor the content appears on. */
4211
+ side?: 'top' | 'right' | 'bottom' | 'left';
4212
+ /** Distance in px from the anchor. */
4213
+ sideOffset?: number;
4214
+ /** Allow flipping to opposite side. */
4215
+ sideFlip?: boolean;
4216
+ /** Alignment of the content relative to the anchor. */
4217
+ align?: 'start' | 'center' | 'end';
4218
+ /** Offset along the align axis. */
4219
+ alignOffset?: number;
4220
+ /** Allow flipping alignment. */
4221
+ alignFlip?: boolean;
4222
+ /** Avoid collisions with the viewport. */
4223
+ avoidCollisions?: boolean;
4224
+ /** Elements to use as collision boundaries. */
4225
+ collisionBoundary?: Element | null | Array<Element | null>;
4226
+ /** Padding for collision detection. */
4227
+ collisionPadding?: number | Partial<Record<'top' | 'right' | 'bottom' | 'left', number>>;
4228
+ /** Padding between arrow and content edge. */
4229
+ arrowPadding?: number;
4230
+ /** Hide the arrow when it is shifted. */
4231
+ hideShiftedArrow?: boolean;
4232
+ /** Sticky behavior when overflowing. */
4233
+ sticky?: 'partial' | 'always';
4234
+ /** Hide content when anchor is detached. */
4235
+ hideWhenDetached?: boolean;
4236
+ /** CSS position strategy. */
4237
+ positionStrategy?: 'fixed' | 'absolute';
4238
+ /** When to recalculate position. */
4239
+ updatePositionStrategy?: 'always' | 'optimized';
4240
+ /** Disable position update on layout shift. */
4241
+ disableUpdateOnLayoutShift?: boolean;
4242
+ /** Prioritize keeping content in viewport. */
4243
+ prioritizePosition?: boolean;
4244
+ /** Virtual reference element for positioning. */
4245
+ reference?: object | null;
4246
+ /** Render content as a different element. */
4247
+ contentAs?: string;
4248
+ /** Render content child as root element. */
4249
+ contentAsChild?: boolean;
4250
+ /** Disable pointer events outside the content. */
4251
+ disableOutsidePointerEvents?: boolean;
2793
4252
  };
2794
4253
 
2795
- declare type __VLS_Props_171 = {
4254
+ declare type __VLS_Props_175 = {
2796
4255
  modelValue?: Color | string;
2797
4256
  defaultValue?: Color | string;
2798
4257
  xChannel?: ColorChannel;
@@ -2802,9 +4261,15 @@ declare type __VLS_Props_171 = {
2802
4261
  showDots?: ColorAreaVariants['showDots'];
2803
4262
  class?: string;
2804
4263
  thumbClass?: string;
4264
+ as?: string;
4265
+ asChild?: boolean;
4266
+ name?: string;
4267
+ required?: boolean;
4268
+ xName?: string;
4269
+ yName?: string;
2805
4270
  };
2806
4271
 
2807
- declare type __VLS_Props_172 = {
4272
+ declare type __VLS_Props_176 = {
2808
4273
  modelValue?: Color | string;
2809
4274
  defaultValue?: Color | string;
2810
4275
  channel: ColorChannel;
@@ -2816,9 +4281,16 @@ declare type __VLS_Props_172 = {
2816
4281
  trackClass?: string;
2817
4282
  thumbClass?: string;
2818
4283
  outputClass?: string;
4284
+ as?: string;
4285
+ asChild?: boolean;
4286
+ name?: string;
4287
+ required?: boolean;
4288
+ dir?: 'ltr' | 'rtl';
4289
+ inverted?: boolean;
4290
+ step?: number;
2819
4291
  };
2820
4292
 
2821
- declare type __VLS_Props_173 = {
4293
+ declare type __VLS_Props_177 = {
2822
4294
  modelValue?: Color | string;
2823
4295
  defaultValue?: Color | string;
2824
4296
  label?: string;
@@ -2830,17 +4302,29 @@ declare type __VLS_Props_173 = {
2830
4302
  fullWidth?: ColorFieldVariants['fullWidth'];
2831
4303
  class?: string;
2832
4304
  ariaLabel?: string;
4305
+ as?: string;
4306
+ asChild?: boolean;
4307
+ name?: string;
4308
+ required?: boolean;
4309
+ colorSpace?: string;
4310
+ channel?: string;
4311
+ disableWheelChange?: boolean;
4312
+ locale?: string;
4313
+ step?: number;
2833
4314
  };
2834
4315
 
2835
- declare type __VLS_Props_174 = {
4316
+ declare type __VLS_Props_178 = {
2836
4317
  color?: Color | string;
2837
4318
  colorName?: string;
2838
4319
  shape?: ColorSwatchVariants['shape'];
2839
4320
  size?: ColorSwatchVariants['size'];
2840
4321
  class?: string;
4322
+ as?: string;
4323
+ asChild?: boolean;
4324
+ label?: string;
2841
4325
  };
2842
4326
 
2843
- declare type __VLS_Props_175 = {
4327
+ declare type __VLS_Props_179 = {
2844
4328
  modelValue?: string;
2845
4329
  defaultValue?: string;
2846
4330
  colors: (Color | string)[];
@@ -2848,30 +4332,16 @@ declare type __VLS_Props_175 = {
2848
4332
  size?: ColorSwatchPickerVariants['size'];
2849
4333
  variant?: ColorSwatchPickerVariants['variant'];
2850
4334
  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;
4335
+ as?: string;
4336
+ asChild?: boolean;
4337
+ name?: string;
4338
+ required?: boolean;
4339
+ multiple?: boolean;
4340
+ orientation?: 'horizontal' | 'vertical';
4341
+ dir?: 'ltr' | 'rtl';
2872
4342
  disabled?: boolean;
2873
- label?: string;
2874
- class?: string;
4343
+ selectionBehavior?: 'replace' | 'toggle';
4344
+ highlightOnHover?: boolean;
2875
4345
  };
2876
4346
 
2877
4347
  declare type __VLS_Props_18 = {
@@ -2900,6 +4370,39 @@ declare type __VLS_Props_18 = {
2900
4370
  value?: string | number;
2901
4371
  };
2902
4372
 
4373
+ declare type __VLS_Props_180 = {
4374
+ modelValue?: Color | string;
4375
+ defaultValue?: Color | string;
4376
+ label?: string;
4377
+ description?: string;
4378
+ errorMessage?: string;
4379
+ placeholder?: string;
4380
+ suffixLabel?: string;
4381
+ disabled?: boolean;
4382
+ readonly?: boolean;
4383
+ fullWidth?: ColorInputGroupVariants['fullWidth'];
4384
+ variant?: ColorInputGroupVariants['variant'];
4385
+ class?: 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;
4395
+ };
4396
+
4397
+ declare type __VLS_Props_181 = {
4398
+ modelValue?: string;
4399
+ defaultValue?: string;
4400
+ format?: ColorFormat;
4401
+ disabled?: boolean;
4402
+ label?: string;
4403
+ class?: string;
4404
+ };
4405
+
2903
4406
  declare type __VLS_Props_19 = {
2904
4407
  variant?: ButtonVariants['variant'];
2905
4408
  color?: ButtonVariants['color'];
@@ -2941,6 +4444,10 @@ declare type __VLS_Props_21 = {
2941
4444
  defaultValue?: boolean;
2942
4445
  value?: string;
2943
4446
  class?: string;
4447
+ as?: string;
4448
+ asChild?: boolean;
4449
+ name?: string;
4450
+ required?: boolean;
2944
4451
  };
2945
4452
 
2946
4453
  declare type __VLS_Props_22 = {
@@ -3016,6 +4523,34 @@ declare type __VLS_Props_28 = {
3016
4523
  placeholder?: string;
3017
4524
  label?: string;
3018
4525
  ariaLabel?: string;
4526
+ /** Default value when uncontrolled. */
4527
+ defaultValue?: number;
4528
+ /** Whether to snap the value to the nearest step. */
4529
+ stepSnapping?: boolean;
4530
+ /** Whether to focus the input on increment/decrement. */
4531
+ focusOnChange?: boolean;
4532
+ /** Disable changing value with mouse wheel. */
4533
+ disableWheelChange?: boolean;
4534
+ /** Invert the direction of mouse wheel change. */
4535
+ invertWheelChange?: boolean;
4536
+ /** Whether NumberFieldRoot renders as a child element. */
4537
+ asChild?: boolean;
4538
+ /** Element or component to render NumberFieldRoot as. */
4539
+ as?: string;
4540
+ /** Whether the field is required. */
4541
+ required?: boolean;
4542
+ /** Whether NumberFieldInput renders as a child element. */
4543
+ inputAsChild?: boolean;
4544
+ /** Element or component to render NumberFieldInput as. */
4545
+ inputAs?: string;
4546
+ /** Whether NumberFieldIncrement renders as a child element. */
4547
+ incrementAsChild?: boolean;
4548
+ /** Element or component to render NumberFieldIncrement as. */
4549
+ incrementAs?: string;
4550
+ /** Whether NumberFieldDecrement renders as a child element. */
4551
+ decrementAsChild?: boolean;
4552
+ /** Element or component to render NumberFieldDecrement as. */
4553
+ decrementAs?: string;
3019
4554
  class?: ClassValue;
3020
4555
  /** Per-slot classNames override object for custom styling */
3021
4556
  classNames?: Partial<{
@@ -3071,6 +4606,24 @@ declare type __VLS_Props_30 = {
3071
4606
  disabled?: boolean;
3072
4607
  isIndeterminate?: boolean;
3073
4608
  name?: string;
4609
+ /** HTML id attribute forwarded to CheckboxRoot. */
4610
+ id?: string;
4611
+ /** The value for the checked state (forwarded to CheckboxRoot). */
4612
+ trueValue?: boolean | string | number;
4613
+ /** The value for the unchecked state (forwarded to CheckboxRoot). */
4614
+ falseValue?: boolean | string | number;
4615
+ /** Whether CheckboxRoot should render as a child element. */
4616
+ asChild?: boolean;
4617
+ /** Element or component to render CheckboxRoot as. */
4618
+ as?: string;
4619
+ /** Whether the checkbox is required. */
4620
+ required?: boolean;
4621
+ /** Whether CheckboxIndicator should force-mount even when unchecked. */
4622
+ indicatorForceMount?: boolean;
4623
+ /** Whether CheckboxIndicator renders as a child element. */
4624
+ indicatorAsChild?: boolean;
4625
+ /** Element or component to render CheckboxIndicator as. */
4626
+ indicatorAs?: string;
3074
4627
  class?: ClassValue;
3075
4628
  /** Per-slot class overrides for any slot in this component. */
3076
4629
  classNames?: Partial<{
@@ -3099,6 +4652,22 @@ declare type __VLS_Props_32 = {
3099
4652
  value: string;
3100
4653
  variant?: RadioGroupVariants['variant'];
3101
4654
  disabled?: boolean;
4655
+ /** HTML id attribute forwarded to RadioGroupItem. */
4656
+ id?: string;
4657
+ /** Whether RadioGroupItem renders as a child element. */
4658
+ asChild?: boolean;
4659
+ /** Element or component to render RadioGroupItem as. */
4660
+ as?: string;
4661
+ /** HTML name attribute forwarded to RadioGroupItem. */
4662
+ name?: string;
4663
+ /** Whether the radio item is required. */
4664
+ required?: boolean;
4665
+ /** Whether RadioGroupIndicator should force-mount even when unselected. */
4666
+ indicatorForceMount?: boolean;
4667
+ /** Whether RadioGroupIndicator renders as a child element. */
4668
+ indicatorAsChild?: boolean;
4669
+ /** Element or component to render RadioGroupIndicator as. */
4670
+ indicatorAs?: string;
3102
4671
  class?: ClassValue;
3103
4672
  /** Override classNames for individual slots */
3104
4673
  classNames?: Partial<{
@@ -3118,6 +4687,16 @@ declare type __VLS_Props_33 = {
3118
4687
  orientation?: 'horizontal' | 'vertical';
3119
4688
  label?: string;
3120
4689
  description?: string;
4690
+ /** Text direction forwarded to RadioGroupRoot. */
4691
+ dir?: 'ltr' | 'rtl';
4692
+ /** Whether keyboard navigation loops from last to first item. */
4693
+ loop?: boolean;
4694
+ /** Whether RadioGroupRoot renders as a child element. */
4695
+ asChild?: boolean;
4696
+ /** Element or component to render RadioGroupRoot as. */
4697
+ as?: string;
4698
+ /** Whether the radio group is required. */
4699
+ required?: boolean;
3121
4700
  class?: string;
3122
4701
  /** Shorthand API: render radio options from an array instead of the compound slot API */
3123
4702
  items?: RadioShorthandItem[];
@@ -3130,6 +4709,22 @@ declare type __VLS_Props_34 = {
3130
4709
  defaultValue?: boolean;
3131
4710
  disabled?: boolean;
3132
4711
  name?: string;
4712
+ /** HTML id attribute forwarded to SwitchRoot. */
4713
+ id?: string;
4714
+ /** The value for the checked state. */
4715
+ trueValue?: boolean | string | number;
4716
+ /** The value for the unchecked state. */
4717
+ falseValue?: boolean | string | number;
4718
+ /** Whether SwitchRoot renders as a child element. */
4719
+ asChild?: boolean;
4720
+ /** Element or component to render SwitchRoot as. */
4721
+ as?: string;
4722
+ /** Whether the switch is required. */
4723
+ required?: boolean;
4724
+ /** Whether SwitchThumb renders as a child element. */
4725
+ thumbAsChild?: boolean;
4726
+ /** Element or component to render SwitchThumb as. */
4727
+ thumbAs?: string;
3133
4728
  class?: ClassValue;
3134
4729
  /** Per-slot class overrides. Each key is a slot name (e.g. 'base', 'control', 'thumb', 'content'). */
3135
4730
  classNames?: Partial<{
@@ -3165,6 +4760,20 @@ declare type __VLS_Props_36 = {
3165
4760
  defaultValue?: string;
3166
4761
  name?: string;
3167
4762
  variant?: InputOTPVariants['variant'];
4763
+ /** Text direction forwarded to PinInputRoot. */
4764
+ dir?: 'ltr' | 'rtl';
4765
+ /** HTML id attribute forwarded to PinInputRoot. */
4766
+ id?: string;
4767
+ /** Whether PinInputRoot renders as a child element. */
4768
+ asChild?: boolean;
4769
+ /** Element or component to render PinInputRoot as. */
4770
+ as?: string;
4771
+ /** Whether the input is required. */
4772
+ required?: boolean;
4773
+ /** Whether each PinInputInput renders as a child element. */
4774
+ inputAsChild?: boolean;
4775
+ /** Element or component to render each PinInputInput as. */
4776
+ inputAs?: string;
3168
4777
  class?: ClassValue;
3169
4778
  /** Optional per-slot class overrides */
3170
4779
  classNames?: Partial<{
@@ -3219,6 +4828,10 @@ declare type __VLS_Props_42 = {
3219
4828
  delayDuration?: number;
3220
4829
  skipDelayDuration?: number;
3221
4830
  disableHoverableContent?: boolean;
4831
+ disableClosingTrigger?: boolean;
4832
+ disabled?: boolean;
4833
+ ignoreNonKeyboardFocus?: boolean;
4834
+ content?: object;
3222
4835
  };
3223
4836
 
3224
4837
  declare type __VLS_Props_43 = {
@@ -3244,14 +4857,25 @@ declare type __VLS_Props_45 = {
3244
4857
  };
3245
4858
 
3246
4859
  declare type __VLS_Props_46 = {
4860
+ as?: string;
3247
4861
  asChild?: boolean;
3248
4862
  };
3249
4863
 
3250
4864
  declare type __VLS_Props_47 = {
4865
+ as?: string;
4866
+ asChild?: boolean;
4867
+ forceMount?: boolean;
4868
+ disableOutsidePointerEvents?: boolean;
4869
+ to?: string | HTMLElement;
4870
+ disabled?: boolean;
4871
+ defer?: boolean;
3251
4872
  class?: string;
3252
4873
  };
3253
4874
 
3254
4875
  declare type __VLS_Props_48 = {
4876
+ as?: string;
4877
+ asChild?: boolean;
4878
+ forceMount?: boolean;
3255
4879
  class?: string;
3256
4880
  };
3257
4881
 
@@ -3277,28 +4901,42 @@ declare type __VLS_Props_51 = {
3277
4901
 
3278
4902
  declare type __VLS_Props_52 = {
3279
4903
  as?: string;
4904
+ asChild?: boolean;
3280
4905
  class?: string;
3281
4906
  };
3282
4907
 
3283
4908
  declare type __VLS_Props_53 = {
3284
4909
  as?: string;
4910
+ asChild?: boolean;
3285
4911
  class?: string;
3286
4912
  };
3287
4913
 
3288
4914
  declare type __VLS_Props_54 = {
4915
+ as?: string;
3289
4916
  asChild?: boolean;
3290
4917
  class?: string;
3291
4918
  };
3292
4919
 
3293
4920
  declare type __VLS_Props_55 = {
4921
+ as?: string;
3294
4922
  asChild?: boolean;
3295
4923
  };
3296
4924
 
3297
4925
  declare type __VLS_Props_56 = {
3298
4926
  class?: string;
4927
+ to?: string | HTMLElement;
4928
+ disabled?: boolean;
4929
+ defer?: boolean;
4930
+ forceMount?: boolean;
4931
+ disableOutsidePointerEvents?: boolean;
4932
+ asChild?: boolean;
4933
+ as?: string;
3299
4934
  };
3300
4935
 
3301
4936
  declare type __VLS_Props_57 = {
4937
+ as?: string;
4938
+ asChild?: boolean;
4939
+ forceMount?: boolean;
3302
4940
  class?: string;
3303
4941
  };
3304
4942
 
@@ -3321,12 +4959,14 @@ declare type __VLS_Props_60 = {
3321
4959
 
3322
4960
  declare type __VLS_Props_61 = {
3323
4961
  as?: string;
4962
+ asChild?: boolean;
3324
4963
  class?: string;
3325
4964
  };
3326
4965
 
3327
4966
  declare type __VLS_Props_62 = {
3328
4967
  as?: string;
3329
4968
  class?: string;
4969
+ asChild?: boolean;
3330
4970
  };
3331
4971
 
3332
4972
  declare type __VLS_Props_63 = {
@@ -3353,6 +4993,7 @@ declare type __VLS_Props_64 = {
3353
4993
  base: ClassValue;
3354
4994
  }>;
3355
4995
  asChild?: boolean;
4996
+ as?: string;
3356
4997
  };
3357
4998
 
3358
4999
  /**
@@ -3369,13 +5010,29 @@ declare type __VLS_Props_65 = {
3369
5010
  base: ClassValue;
3370
5011
  }>;
3371
5012
  asChild?: boolean;
5013
+ as?: string;
3372
5014
  };
3373
5015
 
3374
5016
  declare type __VLS_Props_66 = {
5017
+ as?: string;
3375
5018
  asChild?: boolean;
3376
5019
  };
3377
5020
 
3378
5021
  declare type __VLS_Props_67 = {
5022
+ as?: string;
5023
+ asChild?: boolean;
5024
+ forceMount?: boolean;
5025
+ disableOutsidePointerEvents?: boolean;
5026
+ to?: string | HTMLElement;
5027
+ disabled?: boolean;
5028
+ defer?: boolean;
5029
+ class?: string;
5030
+ };
5031
+
5032
+ declare type __VLS_Props_68 = {
5033
+ as?: string;
5034
+ asChild?: boolean;
5035
+ forceMount?: boolean;
3379
5036
  class?: string;
3380
5037
  };
3381
5038
 
@@ -3392,10 +5049,6 @@ declare type __VLS_Props_67 = {
3392
5049
  * <DrawerContent>...</DrawerContent>
3393
5050
  * </Drawer>
3394
5051
  */
3395
- declare type __VLS_Props_68 = {
3396
- class?: string;
3397
- };
3398
-
3399
5052
  declare type __VLS_Props_69 = {
3400
5053
  class?: string;
3401
5054
  };
@@ -3414,16 +5067,22 @@ declare type __VLS_Props_71 = {
3414
5067
  };
3415
5068
 
3416
5069
  declare type __VLS_Props_72 = {
3417
- asChild?: boolean;
3418
5070
  class?: string;
3419
5071
  };
3420
5072
 
3421
5073
  declare type __VLS_Props_73 = {
3422
5074
  as?: string;
5075
+ asChild?: boolean;
3423
5076
  class?: string;
3424
5077
  };
3425
5078
 
3426
5079
  declare type __VLS_Props_74 = {
5080
+ as?: string;
5081
+ asChild?: boolean;
5082
+ class?: string;
5083
+ };
5084
+
5085
+ declare type __VLS_Props_75 = {
3427
5086
  modelValue?: string;
3428
5087
  defaultValue?: string;
3429
5088
  orientation?: 'horizontal' | 'vertical';
@@ -3436,9 +5095,17 @@ declare type __VLS_Props_74 = {
3436
5095
  }>;
3437
5096
  /** Shorthand API: render tabs from an array instead of the compound slot API */
3438
5097
  items?: TabShorthandItem[];
5098
+ /** Reading direction of the tabs. */
5099
+ dir?: 'ltr' | 'rtl';
5100
+ /** Whether to unmount tab panels when they are hidden. */
5101
+ unmountOnHide?: boolean;
5102
+ /** Render as a different element type. */
5103
+ as?: string;
5104
+ /** Merge props onto child element instead of rendering a wrapper. */
5105
+ asChild?: boolean;
3439
5106
  };
3440
5107
 
3441
- declare type __VLS_Props_75 = {
5108
+ declare type __VLS_Props_76 = {
3442
5109
  loop?: boolean;
3443
5110
  overflow?: 'arrows' | 'dropdown';
3444
5111
  class?: ClassValue;
@@ -3446,9 +5113,13 @@ declare type __VLS_Props_75 = {
3446
5113
  classNames?: Partial<{
3447
5114
  tabList: ClassValue;
3448
5115
  }>;
5116
+ /** Render as a different element type. */
5117
+ as?: string;
5118
+ /** Merge props onto child element instead of rendering a wrapper. */
5119
+ asChild?: boolean;
3449
5120
  };
3450
5121
 
3451
- declare type __VLS_Props_76 = {
5122
+ declare type __VLS_Props_77 = {
3452
5123
  value: string;
3453
5124
  disabled?: boolean;
3454
5125
  class?: ClassValue;
@@ -3456,9 +5127,13 @@ declare type __VLS_Props_76 = {
3456
5127
  classNames?: Partial<{
3457
5128
  tab: ClassValue;
3458
5129
  }>;
5130
+ /** Render as a different element type. */
5131
+ as?: string;
5132
+ /** Merge props onto child element instead of rendering a wrapper. */
5133
+ asChild?: boolean;
3459
5134
  };
3460
5135
 
3461
- declare type __VLS_Props_77 = {
5136
+ declare type __VLS_Props_78 = {
3462
5137
  value: string;
3463
5138
  forceMount?: boolean;
3464
5139
  class?: ClassValue;
@@ -3466,22 +5141,46 @@ declare type __VLS_Props_77 = {
3466
5141
  classNames?: Partial<{
3467
5142
  tabPanel: ClassValue;
3468
5143
  }>;
5144
+ /** Render as a different element type. */
5145
+ as?: string;
5146
+ /** Merge props onto child element instead of rendering a wrapper. */
5147
+ asChild?: boolean;
3469
5148
  };
3470
5149
 
3471
- declare type __VLS_Props_78 = {
5150
+ declare type __VLS_Props_79 = {
3472
5151
  class?: ClassValue;
3473
5152
  /** Override classes for individual slots */
3474
5153
  classNames?: Partial<{
3475
5154
  tabIndicator: ClassValue;
3476
5155
  }>;
5156
+ /** Render as a different element type. */
5157
+ as?: string;
5158
+ /** Merge props onto child element instead of rendering a wrapper. */
5159
+ asChild?: boolean;
3477
5160
  };
3478
5161
 
3479
- declare type __VLS_Props_79 = {
5162
+ declare type __VLS_Props_8 = {
5163
+ variant?: KbdVariants["variant"];
5164
+ class?: ClassValue;
5165
+ /** Override classes on individual slots */
5166
+ classNames?: Partial<{
5167
+ base: ClassValue;
5168
+ abbr: ClassValue;
5169
+ content: ClassValue;
5170
+ }>;
5171
+ };
5172
+
5173
+ declare type __VLS_Props_80 = {
3480
5174
  type: 'single' | 'multiple';
3481
5175
  modelValue?: SingleValue | MultipleValue;
3482
5176
  defaultValue?: SingleValue | MultipleValue;
3483
5177
  collapsible?: boolean;
3484
5178
  disabled?: boolean;
5179
+ dir?: 'ltr' | 'rtl';
5180
+ orientation?: 'horizontal' | 'vertical';
5181
+ unmountOnHide?: boolean;
5182
+ as?: string;
5183
+ asChild?: boolean;
3485
5184
  variant?: AccordionVariants['variant'];
3486
5185
  size?: AccordionVariants['size'];
3487
5186
  class?: ClassValue;
@@ -3493,20 +5192,12 @@ declare type __VLS_Props_79 = {
3493
5192
  items?: AccordionShorthandItem[];
3494
5193
  };
3495
5194
 
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 = {
5195
+ declare type __VLS_Props_81 = {
3508
5196
  value: string;
3509
5197
  disabled?: boolean;
5198
+ unmountOnHide?: boolean;
5199
+ as?: string;
5200
+ asChild?: boolean;
3510
5201
  class?: ClassValue;
3511
5202
  /** Override classes on named slots */
3512
5203
  classNames?: Partial<{
@@ -3514,36 +5205,45 @@ declare type __VLS_Props_80 = {
3514
5205
  }>;
3515
5206
  };
3516
5207
 
3517
- declare type __VLS_Props_81 = {
5208
+ declare type __VLS_Props_82 = {
3518
5209
  /** Override classes on specific slots */
3519
5210
  class?: ClassValue;
3520
5211
  classNames?: Partial<{
3521
5212
  heading: ClassValue;
3522
5213
  }>;
5214
+ as?: string;
5215
+ asChild?: boolean;
3523
5216
  };
3524
5217
 
3525
- declare type __VLS_Props_82 = {
5218
+ declare type __VLS_Props_83 = {
3526
5219
  class?: ClassValue;
3527
5220
  /** Per-slot class overrides. */
3528
5221
  classNames?: Partial<{
3529
5222
  trigger: ClassValue;
3530
5223
  indicator: ClassValue;
3531
5224
  }>;
5225
+ as?: string;
5226
+ asChild?: boolean;
3532
5227
  };
3533
5228
 
3534
- declare type __VLS_Props_83 = {
5229
+ declare type __VLS_Props_84 = {
3535
5230
  class?: ClassValue;
3536
5231
  /** Per-slot class overrides */
3537
5232
  classNames?: Partial<{
3538
5233
  body: ClassValue;
3539
5234
  bodyInner: ClassValue;
3540
5235
  }>;
5236
+ as?: string;
5237
+ asChild?: boolean;
3541
5238
  };
3542
5239
 
3543
- declare type __VLS_Props_84 = {
5240
+ declare type __VLS_Props_85 = {
3544
5241
  open?: boolean | null;
3545
5242
  defaultOpen?: boolean;
3546
5243
  disabled?: boolean;
5244
+ unmountOnHide?: boolean;
5245
+ as?: string;
5246
+ asChild?: boolean;
3547
5247
  class?: ClassValue;
3548
5248
  /** Per-slot class overrides */
3549
5249
  classNames?: Partial<{
@@ -3551,16 +5251,20 @@ declare type __VLS_Props_84 = {
3551
5251
  }>;
3552
5252
  };
3553
5253
 
3554
- declare type __VLS_Props_85 = {
5254
+ declare type __VLS_Props_86 = {
3555
5255
  class?: ClassValue;
3556
5256
  /** Classnames for individual slots */
3557
5257
  classNames?: Partial<{
3558
5258
  trigger: ClassValue;
3559
5259
  indicator: ClassValue;
3560
5260
  }>;
5261
+ /** Render as a different element type. */
5262
+ as?: string;
5263
+ /** Merge props onto child element instead of rendering a wrapper. */
5264
+ asChild?: boolean;
3561
5265
  };
3562
5266
 
3563
- declare type __VLS_Props_86 = {
5267
+ declare type __VLS_Props_87 = {
3564
5268
  /** Override the default class for the root element. */
3565
5269
  class?: ClassValue;
3566
5270
  /** Override classes for individual slots. */
@@ -3568,9 +5272,13 @@ declare type __VLS_Props_86 = {
3568
5272
  body: ClassValue;
3569
5273
  bodyInner: ClassValue;
3570
5274
  }>;
5275
+ /** Render as a different element type. */
5276
+ as?: string;
5277
+ /** Merge props onto child element instead of rendering a wrapper. */
5278
+ asChild?: boolean;
3571
5279
  };
3572
5280
 
3573
- declare type __VLS_Props_87 = {
5281
+ declare type __VLS_Props_88 = {
3574
5282
  singleOpen?: boolean;
3575
5283
  class?: ClassValue;
3576
5284
  /** Override classes for individual slots */
@@ -3581,7 +5289,7 @@ declare type __VLS_Props_87 = {
3581
5289
  items?: CollapsibleShorthandItem[];
3582
5290
  };
3583
5291
 
3584
- declare type __VLS_Props_88 = {
5292
+ declare type __VLS_Props_89 = {
3585
5293
  maxItems?: number;
3586
5294
  class?: ClassValue;
3587
5295
  /** Override classes on any named slot. */
@@ -3593,21 +5301,6 @@ declare type __VLS_Props_88 = {
3593
5301
  items?: BreadcrumbShorthandItem[];
3594
5302
  };
3595
5303
 
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
5304
  declare type __VLS_Props_9 = {
3612
5305
  color?: BadgeVariants["color"];
3613
5306
  size?: BadgeVariants["size"];
@@ -3623,30 +5316,63 @@ declare type __VLS_Props_9 = {
3623
5316
  };
3624
5317
 
3625
5318
  declare type __VLS_Props_90 = {
5319
+ href?: string;
5320
+ isLast?: boolean;
5321
+ class?: ClassValue;
5322
+ /**
5323
+ * Per-slot class overrides. Each key maps to a named slot in the component;
5324
+ * the value is merged with the generated variant classes via `composeClassName`.
5325
+ */
5326
+ classNames?: Partial<{
5327
+ item: ClassValue;
5328
+ link: ClassValue;
5329
+ separator: ClassValue;
5330
+ }>;
5331
+ };
5332
+
5333
+ declare type __VLS_Props_91 = {
3626
5334
  orientation?: 'horizontal' | 'vertical';
3627
5335
  loop?: boolean;
3628
5336
  isAttached?: boolean;
3629
5337
  class?: string;
5338
+ /** Text direction */
5339
+ dir?: 'ltr' | 'rtl';
5340
+ /** Render as a different element */
5341
+ as?: string;
5342
+ /** Merge props onto child element */
5343
+ asChild?: boolean;
3630
5344
  };
3631
5345
 
3632
- declare type __VLS_Props_91 = {
5346
+ declare type __VLS_Props_92 = {
3633
5347
  variant?: ToggleButtonVariants['variant'];
3634
5348
  size?: ToggleButtonVariants['size'];
3635
5349
  isIconOnly?: boolean;
3636
5350
  disabled?: boolean;
3637
5351
  class?: string;
5352
+ /** Render as a different element */
5353
+ as?: string;
5354
+ /** Merge props onto child element */
5355
+ asChild?: boolean;
3638
5356
  };
3639
5357
 
3640
- declare type __VLS_Props_92 = {
5358
+ declare type __VLS_Props_93 = {
3641
5359
  href?: string;
3642
5360
  class?: string;
5361
+ /** Render as a different element */
5362
+ as?: string;
5363
+ /** Merge props onto child element */
5364
+ asChild?: boolean;
3643
5365
  };
3644
5366
 
3645
- declare type __VLS_Props_93 = {
5367
+ declare type __VLS_Props_94 = {
3646
5368
  class?: string;
5369
+ /** Render as a different element */
5370
+ as?: string;
5371
+ /** Merge props onto child element */
5372
+ asChild?: boolean;
3647
5373
  };
3648
5374
 
3649
- declare type __VLS_Props_94 = {
5375
+ declare type __VLS_Props_95 = {
3650
5376
  type: 'single' | 'multiple';
3651
5377
  modelValue?: Single | Multi;
3652
5378
  defaultValue?: Single | Multi;
@@ -3656,18 +5382,36 @@ declare type __VLS_Props_94 = {
3656
5382
  class?: string;
3657
5383
  /** Shorthand API: render toggle items from an array instead of the compound slot API */
3658
5384
  items?: ToolbarToggleShorthandItem[];
5385
+ /** Whether to use roving focus for keyboard navigation */
5386
+ rovingFocus?: boolean;
5387
+ /** Text direction */
5388
+ dir?: 'ltr' | 'rtl';
5389
+ /** Whether keyboard navigation loops around */
5390
+ loop?: boolean;
5391
+ /** Render as a different element */
5392
+ as?: string;
5393
+ /** Merge props onto child element */
5394
+ asChild?: boolean;
5395
+ /** Form field name */
5396
+ name?: string;
5397
+ /** Whether a value is required */
5398
+ required?: boolean;
3659
5399
  };
3660
5400
 
3661
- declare type __VLS_Props_95 = {
5401
+ declare type __VLS_Props_96 = {
3662
5402
  value: string;
3663
5403
  variant?: ToggleButtonVariants['variant'];
3664
5404
  size?: ToggleButtonVariants['size'];
3665
5405
  isIconOnly?: boolean;
3666
5406
  disabled?: boolean;
3667
5407
  class?: string;
5408
+ /** Render as a different element */
5409
+ as?: string;
5410
+ /** Merge props onto child element */
5411
+ asChild?: boolean;
3668
5412
  };
3669
5413
 
3670
- declare type __VLS_Props_96 = {
5414
+ declare type __VLS_Props_97 = {
3671
5415
  /** Severity/status of the alert */
3672
5416
  severity?: AlertSeverity;
3673
5417
  /** Whether the alert can be dismissed by the user */
@@ -3676,10 +5420,6 @@ declare type __VLS_Props_96 = {
3676
5420
  class?: string;
3677
5421
  };
3678
5422
 
3679
- declare type __VLS_Props_97 = {
3680
- class?: string;
3681
- };
3682
-
3683
5423
  declare type __VLS_Props_98 = {
3684
5424
  class?: string;
3685
5425
  };
@@ -3694,30 +5434,30 @@ declare type __VLS_PublicProps = {
3694
5434
 
3695
5435
  declare type __VLS_PublicProps_10 = {
3696
5436
  modelValue?: DateValue | null | undefined;
3697
- } & __VLS_Props_165;
5437
+ } & __VLS_Props_169;
3698
5438
 
3699
5439
  declare type __VLS_PublicProps_11 = {
3700
5440
  modelValue?: DateRange_2 | null | undefined;
3701
- } & __VLS_Props_166;
5441
+ } & __VLS_Props_170;
3702
5442
 
3703
5443
  declare type __VLS_PublicProps_12 = {
3704
5444
  modelValue?: TimeValue | null | undefined;
3705
- } & __VLS_Props_167;
5445
+ } & __VLS_Props_171;
3706
5446
 
3707
5447
  declare type __VLS_PublicProps_13 = {
3708
5448
  'modelValue'?: DateValue | null | undefined;
3709
5449
  'open'?: boolean;
3710
- } & __VLS_Props_168;
5450
+ } & __VLS_Props_172;
3711
5451
 
3712
5452
  declare type __VLS_PublicProps_14 = {
3713
5453
  'modelValue'?: DateRangePickerRange | null | undefined;
3714
5454
  'open'?: boolean;
3715
- } & __VLS_Props_169;
5455
+ } & __VLS_Props_173;
3716
5456
 
3717
5457
  declare type __VLS_PublicProps_15 = {
3718
5458
  'modelValue'?: CalendarDateTime | null | undefined;
3719
5459
  'open'?: boolean;
3720
- } & __VLS_Props_170;
5460
+ } & __VLS_Props_174;
3721
5461
 
3722
5462
  declare type __VLS_PublicProps_2 = {
3723
5463
  modelValue?: string | number | null;
@@ -3733,24 +5473,24 @@ declare type __VLS_PublicProps_4 = {
3733
5473
 
3734
5474
  declare type __VLS_PublicProps_5 = {
3735
5475
  'isSelected'?: boolean;
3736
- } & __VLS_Props_117;
5476
+ } & __VLS_Props_119;
3737
5477
 
3738
5478
  declare type __VLS_PublicProps_6 = {
3739
5479
  modelValue?: AcceptableValue;
3740
- };
5480
+ } & __VLS_Props_120;
3741
5481
 
3742
5482
  declare type __VLS_PublicProps_7 = {
3743
5483
  modelValue?: DateValue;
3744
- } & __VLS_Props_162;
5484
+ } & __VLS_Props_166;
3745
5485
 
3746
5486
  declare type __VLS_PublicProps_8 = {
3747
5487
  modelValue?: DateRange | null;
3748
- } & __VLS_Props_163;
5488
+ } & __VLS_Props_167;
3749
5489
 
3750
5490
  declare type __VLS_PublicProps_9 = {
3751
5491
  modelValue?: DateValue | undefined;
3752
5492
  'placeholder'?: DateValue | undefined;
3753
- } & __VLS_Props_164;
5493
+ } & __VLS_Props_168;
3754
5494
 
3755
5495
  declare function __VLS_template(): {
3756
5496
  attrs: Partial<{}>;
@@ -5415,6 +7155,7 @@ declare function __VLS_template_65(): {
5415
7155
  attrs: Partial<{}>;
5416
7156
  slots: {
5417
7157
  default?(_: {}): any;
7158
+ default?(_: {}): any;
5418
7159
  };
5419
7160
  refs: {};
5420
7161
  rootEl: any;
@@ -7231,7 +8972,10 @@ export declare const AlertDialogHeader: __VLS_WithTemplateSlots_50<typeof __VLS_
7231
8972
 
7232
8973
  export declare const AlertDialogIcon: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
7233
8974
 
7234
- export declare const AlertDialogOverlay: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8975
+ export declare const AlertDialogOverlay: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {
8976
+ asChild: boolean;
8977
+ forceMount: boolean;
8978
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7235
8979
 
7236
8980
  export declare const AlertDialogTitle: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
7237
8981
 
@@ -7485,67 +9229,101 @@ declare type CollapsibleShorthandItem = {
7485
9229
 
7486
9230
  export declare const CollapsibleTrigger: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, __VLS_TemplateResult_76["slots"]>;
7487
9231
 
7488
- export declare const ColorArea: DefineComponent<__VLS_Props_171, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9232
+ export declare const ColorArea: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7489
9233
  "update:modelValue": (value: Color) => any;
9234
+ change: (value: Color) => any;
7490
9235
  "update:color": (value: Color) => any;
7491
- }, string, PublicProps, Readonly<__VLS_Props_171> & Readonly<{
9236
+ "change-end": (value: Color) => any;
9237
+ }, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
7492
9238
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9239
+ onChange?: ((value: Color) => any) | undefined;
7493
9240
  "onUpdate:color"?: ((value: Color) => any) | undefined;
9241
+ "onChange-end"?: ((value: Color) => any) | undefined;
7494
9242
  }>, {
7495
9243
  showDots: boolean;
7496
9244
  disabled: boolean;
9245
+ asChild: boolean;
9246
+ required: boolean;
7497
9247
  xChannel: ColorChannel;
7498
9248
  yChannel: ColorChannel;
7499
9249
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7500
9250
 
7501
- export declare const ColorField: DefineComponent<__VLS_Props_173, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9251
+ export declare const ColorField: DefineComponent<__VLS_Props_177, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7502
9252
  "update:modelValue": (value: Color) => any;
7503
- }, string, PublicProps, Readonly<__VLS_Props_173> & Readonly<{
9253
+ "update:color": (value: Color) => any;
9254
+ }, string, PublicProps, Readonly<__VLS_Props_177> & Readonly<{
7504
9255
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9256
+ "onUpdate:color"?: ((value: Color) => any) | undefined;
7505
9257
  }>, {
7506
9258
  fullWidth: boolean;
7507
9259
  disabled: boolean;
9260
+ asChild: boolean;
9261
+ required: boolean;
7508
9262
  readonly: boolean;
9263
+ disableWheelChange: boolean;
7509
9264
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7510
9265
 
7511
9266
  export { ColorFormat }
7512
9267
 
7513
- export declare const ColorInputGroup: DefineComponent<__VLS_Props_176, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9268
+ export declare const ColorInputGroup: DefineComponent<__VLS_Props_180, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7514
9269
  "update:modelValue": (value: Color) => any;
7515
- }, string, PublicProps, Readonly<__VLS_Props_176> & Readonly<{
9270
+ "update:color": (value: Color) => any;
9271
+ }, string, PublicProps, Readonly<__VLS_Props_180> & Readonly<{
7516
9272
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9273
+ "onUpdate:color"?: ((value: Color) => any) | undefined;
7517
9274
  }>, {
7518
9275
  variant: "primary" | "secondary";
7519
9276
  fullWidth: boolean;
7520
9277
  disabled: boolean;
9278
+ asChild: boolean;
9279
+ required: boolean;
7521
9280
  readonly: boolean;
9281
+ disableWheelChange: boolean;
7522
9282
  suffixLabel: string;
7523
9283
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
7524
9284
 
7525
9285
  export declare const ColorPicker: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, __VLS_TemplateResult_162["slots"]>;
7526
9286
 
7527
- export declare const ColorSlider: DefineComponent<__VLS_Props_172, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9287
+ export declare const ColorSlider: DefineComponent<__VLS_Props_176, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7528
9288
  "update:modelValue": (value: Color) => any;
9289
+ change: (value: Color) => any;
7529
9290
  "update:color": (value: Color) => any;
7530
- }, string, PublicProps, Readonly<__VLS_Props_172> & Readonly<{
9291
+ "change-end": (value: Color) => any;
9292
+ }, string, PublicProps, Readonly<__VLS_Props_176> & Readonly<{
7531
9293
  "onUpdate:modelValue"?: ((value: Color) => any) | undefined;
9294
+ onChange?: ((value: Color) => any) | undefined;
7532
9295
  "onUpdate:color"?: ((value: Color) => any) | undefined;
9296
+ "onChange-end"?: ((value: Color) => any) | undefined;
7533
9297
  }>, {
7534
9298
  orientation: "horizontal" | "vertical";
7535
9299
  disabled: boolean;
9300
+ asChild: boolean;
9301
+ required: boolean;
9302
+ inverted: boolean;
7536
9303
  showOutput: boolean;
7537
9304
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7538
9305
 
7539
- export declare const ColorSwatch: DefineComponent<__VLS_Props_174, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_174> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9306
+ export declare const ColorSwatch: DefineComponent<__VLS_Props_178, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_178> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7540
9307
 
7541
- export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_175, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9308
+ export declare const ColorSwatchPicker: DefineComponent<__VLS_Props_179, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7542
9309
  "update:modelValue": (value: string) => any;
7543
- }, string, PublicProps, Readonly<__VLS_Props_175> & Readonly<{
9310
+ highlight: (value: unknown) => any;
9311
+ "entry-focus": (event: Event) => any;
9312
+ leave: (event: Event) => any;
9313
+ }, string, PublicProps, Readonly<__VLS_Props_179> & Readonly<{
7544
9314
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
9315
+ onHighlight?: ((value: unknown) => any) | undefined;
9316
+ "onEntry-focus"?: ((event: Event) => any) | undefined;
9317
+ onLeave?: ((event: Event) => any) | undefined;
7545
9318
  }>, {
7546
9319
  size: "md" | "sm" | "lg" | "xs" | "xl";
7547
9320
  variant: "circle" | "square";
7548
9321
  layout: "grid" | "stack";
9322
+ multiple: boolean;
9323
+ disabled: boolean;
9324
+ asChild: boolean;
9325
+ required: boolean;
9326
+ highlightOnHover: boolean;
7549
9327
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7550
9328
 
7551
9329
  export declare const ComboBox: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, __VLS_TemplateResult_114["slots"]>;
@@ -7799,7 +9577,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
7799
9577
 
7800
9578
  export declare const DrawerMain: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, __VLS_TemplateResult_60["slots"]>;
7801
9579
 
7802
- export declare const DrawerOverlay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9580
+ export declare const DrawerOverlay: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {
9581
+ asChild: boolean;
9582
+ forceMount: boolean;
9583
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7803
9584
 
7804
9585
  export declare type DrawerPlacement = 'top' | 'right' | 'bottom' | 'left';
7805
9586
 
@@ -7919,20 +9700,27 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
7919
9700
  onComplete?: ((value: string) => any) | undefined;
7920
9701
  }>, {
7921
9702
  length: number;
9703
+ id: string;
7922
9704
  variant: "primary" | "secondary";
7923
9705
  class: string | false | Record<string, unknown> | ClassValue[] | null;
7924
9706
  type: "text";
7925
9707
  mask: boolean;
9708
+ as: string;
7926
9709
  classNames: Partial<{
7927
9710
  base: ClassValue;
7928
9711
  group: ClassValue;
7929
9712
  slot: ClassValue;
7930
9713
  }>;
7931
9714
  disabled: boolean;
9715
+ asChild: boolean;
7932
9716
  placeholder: string;
7933
9717
  modelValue: string;
7934
9718
  defaultValue: string;
7935
9719
  name: string;
9720
+ required: boolean;
9721
+ inputAsChild: boolean;
9722
+ inputAs: string;
9723
+ dir: "ltr" | "rtl";
7936
9724
  otp: boolean;
7937
9725
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7938
9726
 
@@ -8033,7 +9821,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8033
9821
  */
8034
9822
  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
9823
 
8036
- export declare const Meter: DefineComponent<__VLS_Props_159, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_159> & Readonly<{}>, {
9824
+ export declare const Meter: DefineComponent<__VLS_Props_163, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_163> & Readonly<{}>, {
8037
9825
  value: number;
8038
9826
  minValue: number;
8039
9827
  maxValue: number;
@@ -8124,7 +9912,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8124
9912
 
8125
9913
  export declare const ModalHeader: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
8126
9914
 
8127
- export declare const ModalOverlay: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9915
+ export declare const ModalOverlay: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {
9916
+ asChild: boolean;
9917
+ forceMount: boolean;
9918
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8128
9919
 
8129
9920
  export declare const ModalTitle: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
8130
9921
 
@@ -8258,13 +10049,19 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8258
10049
 
8259
10050
  export declare const PopoverTrigger: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
8260
10051
 
8261
- export declare const ProgressBar: DefineComponent<__VLS_Props_157, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_157> & Readonly<{}>, {
10052
+ export declare const ProgressBar: DefineComponent<__VLS_Props_161, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_161> & Readonly<{}>, {
8262
10053
  isDisabled: boolean;
8263
10054
  isStriped: boolean;
8264
10055
  isIndeterminate: boolean;
10056
+ as: string;
10057
+ asChild: boolean;
10058
+ indicatorAsChild: boolean;
10059
+ indicatorAs: string;
8265
10060
  minValue: number;
8266
10061
  maxValue: number;
8267
10062
  showValueLabel: boolean;
10063
+ getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
10064
+ getValueText: (value: number | null | undefined, max: number) => string | undefined;
8268
10065
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
8269
10066
 
8270
10067
  export declare const ProgressCircle: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, __VLS_TemplateResult_152["slots"]>;
@@ -8384,14 +10181,26 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8384
10181
  description: ClassValue;
8385
10182
  }>;
8386
10183
  defaultValue?: DateRange_2;
10184
+ defaultPlaceholder?: DateValue;
8387
10185
  placeholderValue?: DateValue;
8388
10186
  minValue?: DateValue;
8389
10187
  maxValue?: DateValue;
8390
10188
  granularity?: 'day' | 'hour' | 'minute' | 'second';
8391
10189
  hourCycle?: 12 | 24;
10190
+ /** Steps for segment keyboard navigation. */
10191
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
10192
+ hideTimeZone?: boolean;
10193
+ isDateUnavailable?: (date: DateValue) => boolean;
8392
10194
  locale?: string;
8393
10195
  name?: string;
8394
- hideTimeZone?: boolean;
10196
+ /** Marks the field as required for form submission. */
10197
+ required?: boolean;
10198
+ /** Text direction for the field. */
10199
+ dir?: 'ltr' | 'rtl';
10200
+ /** Render root as a different element or component. */
10201
+ as?: string;
10202
+ /** Render root child as root element. */
10203
+ asChild?: boolean;
8395
10204
  };
8396
10205
 
8397
10206
  declare type Props_11 = {
@@ -8436,14 +10245,27 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8436
10245
  description: ClassValue;
8437
10246
  }>;
8438
10247
  defaultValue?: TimeValue;
10248
+ defaultPlaceholder?: TimeValue;
8439
10249
  placeholderValue?: TimeValue;
8440
10250
  minValue?: TimeValue;
8441
10251
  maxValue?: TimeValue;
8442
10252
  granularity?: 'hour' | 'minute' | 'second';
8443
10253
  hourCycle?: 12 | 24;
10254
+ /** Steps for segment keyboard navigation. */
10255
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
10256
+ /** Enable step snapping behavior. */
10257
+ stepSnapping?: boolean;
8444
10258
  locale?: string;
8445
10259
  name?: string;
8446
10260
  hideTimeZone?: boolean;
10261
+ /** Marks the field as required for form submission. */
10262
+ required?: boolean;
10263
+ /** Text direction for the field. */
10264
+ dir?: 'ltr' | 'rtl';
10265
+ /** Render root as a different element or component. */
10266
+ as?: string;
10267
+ /** Render root child as root element. */
10268
+ asChild?: boolean;
8447
10269
  };
8448
10270
 
8449
10271
  declare type Props_2 = {
@@ -8558,6 +10380,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8558
10380
  open?: boolean;
8559
10381
  /** Initial open state of the dropdown (uncontrolled). */
8560
10382
  defaultOpen?: boolean;
10383
+ /** Comparison key or function for value matching. */
10384
+ by?: string | ((a: SelectItemValue, b: SelectItemValue) => boolean);
10385
+ /** Text direction for the select. */
10386
+ dir?: 'ltr' | 'rtl';
10387
+ /** Native autocomplete attribute for the hidden input. */
10388
+ autocomplete?: string;
8561
10389
  /**
8562
10390
  * Data-driven items for the terse API. When provided (and no SelectTrigger /
8563
10391
  * SelectContent is passed as a child), the trigger, value, and popover are
@@ -8612,6 +10440,22 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8612
10440
  errorMessage: ClassValue;
8613
10441
  description: ClassValue;
8614
10442
  }>;
10443
+ /** Reading direction for the component. */
10444
+ dir?: 'ltr' | 'rtl';
10445
+ /** Reset the search term when the trigger loses focus. */
10446
+ resetSearchTermOnBlur?: boolean;
10447
+ /** Open the dropdown when the input gains focus. */
10448
+ openOnFocus?: boolean;
10449
+ /** Open the dropdown when the input is clicked. */
10450
+ openOnClick?: boolean;
10451
+ /** Disable Reka's built-in filter; handle filtering externally. */
10452
+ ignoreFilter?: boolean;
10453
+ /** Highlight the matching item on hover. */
10454
+ highlightOnHover?: boolean;
10455
+ /** Render as a different element or component. */
10456
+ as?: string;
10457
+ /** Merge props onto child element instead of rendering a wrapper. */
10458
+ asChild?: boolean;
8615
10459
  /** Two-way bound selected value. string in single mode, string[] in multiple mode. */
8616
10460
  modelValue?: string | string[];
8617
10461
  /** Initial selected value (uncontrolled). */
@@ -8736,14 +10580,26 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8736
10580
  description: ClassValue;
8737
10581
  }>;
8738
10582
  defaultValue?: DateValue;
10583
+ defaultPlaceholder?: DateValue;
8739
10584
  placeholderValue?: DateValue;
8740
10585
  minValue?: DateValue;
8741
10586
  maxValue?: DateValue;
8742
10587
  granularity?: 'day' | 'hour' | 'minute' | 'second';
8743
10588
  hourCycle?: 12 | 24;
10589
+ /** Steps for segment keyboard navigation. */
10590
+ step?: Partial<Record<'hour' | 'minute' | 'second' | 'millisecond', number>>;
8744
10591
  locale?: string;
8745
10592
  name?: string;
8746
10593
  hideTimeZone?: boolean;
10594
+ isDateUnavailable?: (date: DateValue) => boolean;
10595
+ /** Marks the field as required for form submission. */
10596
+ required?: boolean;
10597
+ /** Text direction for the field. */
10598
+ dir?: 'ltr' | 'rtl';
10599
+ /** Render as a different element or component. */
10600
+ as?: string;
10601
+ /** Render child as root element. */
10602
+ asChild?: boolean;
8747
10603
  };
8748
10604
 
8749
10605
  export declare const Radio: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
@@ -8777,8 +10633,12 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8777
10633
 
8778
10634
  export declare const RangeCalendar: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8779
10635
  "update:modelValue": (value: DateRange | null) => any;
10636
+ "update:valid-model-value": (value: DateRange | undefined) => any;
10637
+ "update:start-value": (value: DateValue | undefined) => any;
8780
10638
  }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
8781
10639
  "onUpdate:modelValue"?: ((value: DateRange | null) => any) | undefined;
10640
+ "onUpdate:valid-model-value"?: ((value: DateRange | undefined) => any) | undefined;
10641
+ "onUpdate:start-value"?: ((value: DateValue | undefined) => any) | undefined;
8782
10642
  }>, {
8783
10643
  disabled: boolean;
8784
10644
  readonly: boolean;
@@ -8855,8 +10715,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8855
10715
 
8856
10716
  export declare const SelectTrigger: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, __VLS_TemplateResult_100["slots"]>;
8857
10717
 
8858
- export declare const SelectValue: DefineComponent<__VLS_Props_111, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_111> & Readonly<{}>, {
10718
+ export declare const SelectValue: DefineComponent<__VLS_Props_112, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_112> & Readonly<{}>, {
8859
10719
  class: string;
10720
+ as: string;
10721
+ asChild: boolean;
8860
10722
  placeholder: string;
8861
10723
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8862
10724
 
@@ -8925,7 +10787,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8925
10787
 
8926
10788
  export declare const StepperItem: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, __VLS_TemplateResult_145["slots"]>;
8927
10789
 
8928
- export declare const StepperSeparator: DefineComponent<__VLS_Props_154, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_154> & Readonly<{}>, {
10790
+ export declare const StepperSeparator: DefineComponent<__VLS_Props_158, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_158> & Readonly<{}>, {
8929
10791
  class: string | false | Record<string, unknown> | ClassValue[] | null;
8930
10792
  classNames: Partial<{
8931
10793
  separator: ClassValue;
@@ -8988,7 +10850,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
8988
10850
 
8989
10851
  export declare const Tab: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, __VLS_TemplateResult_68["slots"]>;
8990
10852
 
8991
- export declare const TabIndicator: DefineComponent<__VLS_Props_78, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_78> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10853
+ export declare const TabIndicator: DefineComponent<__VLS_Props_79, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_79> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8992
10854
 
8993
10855
  export declare const Table: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, __VLS_TemplateResult_132["slots"]>;
8994
10856
 
@@ -9085,7 +10947,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9085
10947
 
9086
10948
  export declare const ToastAction: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, __VLS_TemplateResult_94["slots"]>;
9087
10949
 
9088
- export declare const ToastClose: DefineComponent<__VLS_Props_105, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_105> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10950
+ export declare const ToastClose: DefineComponent<__VLS_Props_106, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_106> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9089
10951
 
9090
10952
  export declare const ToastDescription: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, __VLS_TemplateResult_93["slots"]>;
9091
10953
 
@@ -9170,7 +11032,7 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9170
11032
 
9171
11033
  export declare const ToolbarLink: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, __VLS_TemplateResult_83["slots"]>;
9172
11034
 
9173
- export declare const ToolbarSeparator: DefineComponent<__VLS_Props_93, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_93> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11035
+ export declare const ToolbarSeparator: DefineComponent<__VLS_Props_94, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_94> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9174
11036
 
9175
11037
  export declare const ToolbarToggleGroup: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, __VLS_TemplateResult_84["slots"]>;
9176
11038
 
@@ -9207,6 +11069,22 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9207
11069
  type: NumberConstructor;
9208
11070
  default: undefined;
9209
11071
  };
11072
+ disableHoverableContent: {
11073
+ type: BooleanConstructor;
11074
+ default: undefined;
11075
+ };
11076
+ disableClosingTrigger: {
11077
+ type: BooleanConstructor;
11078
+ default: undefined;
11079
+ };
11080
+ disabled: {
11081
+ type: BooleanConstructor;
11082
+ default: undefined;
11083
+ };
11084
+ ignoreNonKeyboardFocus: {
11085
+ type: BooleanConstructor;
11086
+ default: undefined;
11087
+ };
9210
11088
  }>, () => VNode<RendererNode, RendererElement, {
9211
11089
  [key: string]: any;
9212
11090
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:open"[], "update:open", PublicProps, Readonly<ExtractPropTypes< {
@@ -9222,12 +11100,32 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9222
11100
  type: NumberConstructor;
9223
11101
  default: undefined;
9224
11102
  };
11103
+ disableHoverableContent: {
11104
+ type: BooleanConstructor;
11105
+ default: undefined;
11106
+ };
11107
+ disableClosingTrigger: {
11108
+ type: BooleanConstructor;
11109
+ default: undefined;
11110
+ };
11111
+ disabled: {
11112
+ type: BooleanConstructor;
11113
+ default: undefined;
11114
+ };
11115
+ ignoreNonKeyboardFocus: {
11116
+ type: BooleanConstructor;
11117
+ default: undefined;
11118
+ };
9225
11119
  }>> & Readonly<{
9226
11120
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
9227
11121
  }>, {
11122
+ disabled: boolean;
9228
11123
  defaultOpen: boolean;
9229
11124
  open: boolean;
9230
11125
  delayDuration: number;
11126
+ disableHoverableContent: boolean;
11127
+ disableClosingTrigger: boolean;
11128
+ ignoreNonKeyboardFocus: boolean;
9231
11129
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9232
11130
 
9233
11131
  export declare const TooltipArrow: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -9259,6 +11157,16 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9259
11157
  classNames?: Partial<{
9260
11158
  root: ClassValue;
9261
11159
  }>;
11160
+ /** Text direction */
11161
+ dir?: "ltr" | "rtl";
11162
+ /** Whether the entire tree is disabled */
11163
+ disabled?: boolean;
11164
+ /** Whether selection bubbles up to parent nodes */
11165
+ bubbleSelect?: boolean;
11166
+ /** Render as a different element */
11167
+ as?: string;
11168
+ /** Merge props onto child element */
11169
+ asChild?: boolean;
9262
11170
  } & Partial<{}>> & PublicProps;
9263
11171
  expose(exposed: ShallowUnwrapRef< {}>): void;
9264
11172
  attrs: any;
@@ -9294,6 +11202,10 @@ export declare function composeSlotClassName<V extends Record<string, unknown>>(
9294
11202
  item: ClassValue;
9295
11203
  itemContent: ClassValue;
9296
11204
  }>;
11205
+ /** Render as a different element */
11206
+ as?: string;
11207
+ /** Merge props onto child element */
11208
+ asChild?: boolean;
9297
11209
  } & Partial<{}>> & PublicProps;
9298
11210
  expose(exposed: ShallowUnwrapRef< {}>): void;
9299
11211
  attrs: any;