ropav 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (675) hide show
  1. package/dist/components/accordion/{accordion-body.vue.d.vue.ts → accordion-body.d.ts} +1 -1
  2. package/dist/components/accordion/{accordion-heading.vue.d.vue.ts → accordion-heading.d.ts} +1 -1
  3. package/dist/components/accordion/{accordion-indicator.vue.d.vue.ts → accordion-indicator.d.ts} +1 -1
  4. package/dist/components/accordion/{accordion-item.vue.d.vue.ts → accordion-item.d.ts} +1 -1
  5. package/dist/components/accordion/{accordion-panel.vue.d.vue.ts → accordion-panel.d.ts} +1 -1
  6. package/dist/components/accordion/{accordion-root.vue.d.vue.ts → accordion-root.d.ts} +2 -2
  7. package/dist/components/accordion/{accordion-trigger.vue.d.vue.ts → accordion-trigger.d.ts} +1 -1
  8. package/dist/components/accordion/accordion.context.d.ts +1 -1
  9. package/dist/components/accordion/accordion.types.d.ts +1 -1
  10. package/dist/components/accordion/index.d.ts +20 -20
  11. package/dist/components/alert/{alert-content.vue.d.vue.ts → alert-content.d.ts} +1 -1
  12. package/dist/components/alert/{alert-description.vue.d.vue.ts → alert-description.d.ts} +1 -1
  13. package/dist/components/alert/{alert-indicator.vue.d.vue.ts → alert-indicator.d.ts} +1 -1
  14. package/dist/components/alert/{alert-root.vue.d.vue.ts → alert-root.d.ts} +1 -1
  15. package/dist/components/alert/{alert-title.vue.d.vue.ts → alert-title.d.ts} +1 -1
  16. package/dist/components/alert/index.d.ts +6 -6
  17. package/dist/components/alert-dialog/{alert-dialog-backdrop.vue.d.vue.ts → alert-dialog-backdrop.d.ts} +1 -1
  18. package/dist/components/alert-dialog/{alert-dialog-body.vue.d.vue.ts → alert-dialog-body.d.ts} +1 -1
  19. package/dist/components/alert-dialog/{alert-dialog-close-trigger.vue.d.vue.ts → alert-dialog-close-trigger.d.ts} +1 -1
  20. package/dist/components/alert-dialog/{alert-dialog-container.vue.d.vue.ts → alert-dialog-container.d.ts} +1 -1
  21. package/dist/components/alert-dialog/{alert-dialog-dialog.vue.d.vue.ts → alert-dialog-dialog.d.ts} +1 -1
  22. package/dist/components/alert-dialog/{alert-dialog-footer.vue.d.vue.ts → alert-dialog-footer.d.ts} +1 -1
  23. package/dist/components/alert-dialog/{alert-dialog-header.vue.d.vue.ts → alert-dialog-header.d.ts} +1 -1
  24. package/dist/components/alert-dialog/{alert-dialog-heading.vue.d.vue.ts → alert-dialog-heading.d.ts} +1 -1
  25. package/dist/components/alert-dialog/{alert-dialog-icon.vue.d.vue.ts → alert-dialog-icon.d.ts} +1 -1
  26. package/dist/components/alert-dialog/{alert-dialog-root.vue.d.vue.ts → alert-dialog-root.d.ts} +1 -1
  27. package/dist/components/alert-dialog/{alert-dialog-trigger.vue.d.vue.ts → alert-dialog-trigger.d.ts} +1 -1
  28. package/dist/components/alert-dialog/alert-dialog.context.d.ts +2 -2
  29. package/dist/components/alert-dialog/alert-dialog.types.d.ts +1 -1
  30. package/dist/components/alert-dialog/index.d.ts +19 -19
  31. package/dist/components/autocomplete/{autocomplete-clear-button.vue.d.vue.ts → autocomplete-clear-button.d.ts} +1 -1
  32. package/dist/components/autocomplete/{autocomplete-filter.vue.d.vue.ts → autocomplete-filter.d.ts} +1 -1
  33. package/dist/components/autocomplete/{autocomplete-indicator.vue.d.vue.ts → autocomplete-indicator.d.ts} +1 -1
  34. package/dist/components/autocomplete/{autocomplete-popover.vue.d.vue.ts → autocomplete-popover.d.ts} +1 -1
  35. package/dist/components/autocomplete/{autocomplete-root.vue.d.vue.ts → autocomplete-root.d.ts} +2 -2
  36. package/dist/components/autocomplete/{autocomplete-trigger.vue.d.vue.ts → autocomplete-trigger.d.ts} +1 -1
  37. package/dist/components/autocomplete/{autocomplete-value.vue.d.vue.ts → autocomplete-value.d.ts} +1 -1
  38. package/dist/components/autocomplete/autocomplete.context.d.ts +3 -3
  39. package/dist/components/autocomplete/autocomplete.types.d.ts +3 -3
  40. package/dist/components/autocomplete/index.d.ts +45 -45
  41. package/dist/components/avatar/{avatar-fallback.vue.d.vue.ts → avatar-fallback.d.ts} +1 -1
  42. package/dist/components/avatar/{avatar-image.vue.d.vue.ts → avatar-image.d.ts} +2 -2
  43. package/dist/components/avatar/avatar-image.js +13 -2
  44. package/dist/components/avatar/{avatar-root.vue.d.vue.ts → avatar-root.d.ts} +1 -1
  45. package/dist/components/avatar/avatar.context.d.ts +1 -1
  46. package/dist/components/avatar/avatar.types.d.ts +7 -1
  47. package/dist/components/avatar/index.d.ts +8 -8
  48. package/dist/components/badge/{badge-anchor.vue.d.vue.ts → badge-anchor.d.ts} +1 -1
  49. package/dist/components/badge/{badge-label.vue.d.vue.ts → badge-label.d.ts} +1 -1
  50. package/dist/components/badge/{badge-root.vue.d.vue.ts → badge-root.d.ts} +1 -1
  51. package/dist/components/badge/index.d.ts +4 -4
  52. package/dist/components/breadcrumbs/{breadcrumbs-item.vue.d.vue.ts → breadcrumbs-item.d.ts} +1 -1
  53. package/dist/components/breadcrumbs/{breadcrumbs-root.vue.d.vue.ts → breadcrumbs-root.d.ts} +1 -1
  54. package/dist/components/breadcrumbs/breadcrumbs.context.d.ts +1 -1
  55. package/dist/components/breadcrumbs/breadcrumbs.types.d.ts +1 -1
  56. package/dist/components/breadcrumbs/index.d.ts +7 -7
  57. package/dist/components/button/{button-root.vue.d.vue.ts → button-root.d.ts} +1 -1
  58. package/dist/components/button/index.d.ts +6 -6
  59. package/dist/components/button-group/{button-group-root.vue.d.vue.ts → button-group-root.d.ts} +1 -1
  60. package/dist/components/button-group/{button-group-separator.vue.d.vue.ts → button-group-separator.d.ts} +1 -1
  61. package/dist/components/button-group/index.d.ts +5 -5
  62. package/dist/components/calendar/{calendar-cell-indicator.vue.d.vue.ts → calendar-cell-indicator.d.ts} +1 -1
  63. package/dist/components/calendar/{calendar-cell.vue.d.vue.ts → calendar-cell.d.ts} +1 -1
  64. package/dist/components/calendar/{calendar-grid-body.vue.d.vue.ts → calendar-grid-body.d.ts} +1 -1
  65. package/dist/components/calendar/{calendar-grid-header.vue.d.vue.ts → calendar-grid-header.d.ts} +1 -1
  66. package/dist/components/calendar/{calendar-grid.vue.d.vue.ts → calendar-grid.d.ts} +1 -1
  67. package/dist/components/calendar/{calendar-header-cell.vue.d.vue.ts → calendar-header-cell.d.ts} +1 -1
  68. package/dist/components/calendar/{calendar-header.vue.d.vue.ts → calendar-header.d.ts} +1 -1
  69. package/dist/components/calendar/calendar-header.js +1 -1
  70. package/dist/components/calendar/{calendar-heading.vue.d.vue.ts → calendar-heading.d.ts} +1 -1
  71. package/dist/components/calendar/{calendar-nav-button.vue.d.vue.ts → calendar-nav-button.d.ts} +1 -1
  72. package/dist/components/calendar/{calendar-root.vue.d.vue.ts → calendar-root.d.ts} +2 -2
  73. package/dist/components/calendar/calendar.context.d.ts +3 -3
  74. package/dist/components/calendar/calendar.types.d.ts +4 -4
  75. package/dist/components/calendar/index.d.ts +55 -55
  76. package/dist/components/calendar-year-picker/{calendar-year-picker-cell.vue.d.vue.ts → calendar-year-picker-cell.d.ts} +1 -1
  77. package/dist/components/calendar-year-picker/{calendar-year-picker-grid-body.vue.d.vue.ts → calendar-year-picker-grid-body.d.ts} +1 -1
  78. package/dist/components/calendar-year-picker/{calendar-year-picker-grid.vue.d.vue.ts → calendar-year-picker-grid.d.ts} +1 -1
  79. package/dist/components/calendar-year-picker/{calendar-year-picker-trigger-heading.vue.d.vue.ts → calendar-year-picker-trigger-heading.d.ts} +1 -1
  80. package/dist/components/calendar-year-picker/{calendar-year-picker-trigger-indicator.vue.d.vue.ts → calendar-year-picker-trigger-indicator.d.ts} +1 -1
  81. package/dist/components/calendar-year-picker/{calendar-year-picker-trigger.vue.d.vue.ts → calendar-year-picker-trigger.d.ts} +1 -1
  82. package/dist/components/calendar-year-picker/calendar-year-picker.types.d.ts +2 -2
  83. package/dist/components/calendar-year-picker/index.d.ts +21 -21
  84. package/dist/components/card/{card-content.vue.d.vue.ts → card-content.d.ts} +1 -1
  85. package/dist/components/card/{card-description.vue.d.vue.ts → card-description.d.ts} +1 -1
  86. package/dist/components/card/{card-footer.vue.d.vue.ts → card-footer.d.ts} +1 -1
  87. package/dist/components/card/{card-header.vue.d.vue.ts → card-header.d.ts} +1 -1
  88. package/dist/components/card/{card-root.vue.d.vue.ts → card-root.d.ts} +1 -1
  89. package/dist/components/card/{card-title.vue.d.vue.ts → card-title.d.ts} +1 -1
  90. package/dist/components/card/index.d.ts +7 -7
  91. package/dist/components/checkbox/{checkbox-content.vue.d.vue.ts → checkbox-content.d.ts} +1 -1
  92. package/dist/components/checkbox/{checkbox-control.vue.d.vue.ts → checkbox-control.d.ts} +1 -1
  93. package/dist/components/checkbox/{checkbox-indicator.vue.d.vue.ts → checkbox-indicator.d.ts} +1 -1
  94. package/dist/components/checkbox/{checkbox-root.vue.d.vue.ts → checkbox-root.d.ts} +1 -1
  95. package/dist/components/checkbox/checkbox.context.d.ts +1 -1
  96. package/dist/components/checkbox/checkbox.types.d.ts +1 -1
  97. package/dist/components/checkbox/index.d.ts +19 -19
  98. package/dist/components/checkbox-group/{checkbox-group-root.vue.d.vue.ts → checkbox-group-root.d.ts} +1 -1
  99. package/dist/components/checkbox-group/checkbox-group.context.d.ts +1 -1
  100. package/dist/components/checkbox-group/checkbox-group.types.d.ts +1 -1
  101. package/dist/components/checkbox-group/index.d.ts +12 -12
  102. package/dist/components/chip/{chip-label.vue.d.vue.ts → chip-label.d.ts} +1 -1
  103. package/dist/components/chip/{chip-root.vue.d.vue.ts → chip-root.d.ts} +1 -1
  104. package/dist/components/chip/index.d.ts +3 -3
  105. package/dist/components/close-button/{close-button-root.vue.d.vue.ts → close-button-root.d.ts} +1 -1
  106. package/dist/components/close-button/index.d.ts +6 -6
  107. package/dist/components/color-area/{color-area-root.vue.d.vue.ts → color-area-root.d.ts} +2 -2
  108. package/dist/components/color-area/{color-area-thumb.vue.d.vue.ts → color-area-thumb.d.ts} +1 -1
  109. package/dist/components/color-area/color-area.context.d.ts +2 -2
  110. package/dist/components/color-area/color-area.types.d.ts +1 -1
  111. package/dist/components/color-area/index.d.ts +29 -29
  112. package/dist/components/color-field/{color-field-root.vue.d.vue.ts → color-field-root.d.ts} +2 -2
  113. package/dist/components/color-field/color-field.types.d.ts +2 -2
  114. package/dist/components/color-field/index.d.ts +28 -28
  115. package/dist/components/color-input-group/{color-input-group-input.vue.d.vue.ts → color-input-group-input.d.ts} +1 -1
  116. package/dist/components/color-input-group/{color-input-group-prefix.vue.d.vue.ts → color-input-group-prefix.d.ts} +1 -1
  117. package/dist/components/color-input-group/{color-input-group-root.vue.d.vue.ts → color-input-group-root.d.ts} +1 -1
  118. package/dist/components/color-input-group/{color-input-group-suffix.vue.d.vue.ts → color-input-group-suffix.d.ts} +1 -1
  119. package/dist/components/color-input-group/index.d.ts +11 -11
  120. package/dist/components/color-picker/{color-picker-popover.vue.d.vue.ts → color-picker-popover.d.ts} +1 -1
  121. package/dist/components/color-picker/{color-picker-root.vue.d.vue.ts → color-picker-root.d.ts} +2 -2
  122. package/dist/components/color-picker/{color-picker-trigger.vue.d.vue.ts → color-picker-trigger.d.ts} +1 -1
  123. package/dist/components/color-picker/color-picker.context.d.ts +1 -1
  124. package/dist/components/color-picker/color-picker.types.d.ts +2 -2
  125. package/dist/components/color-picker/index.d.ts +23 -23
  126. package/dist/components/color-slider/{color-slider-output.vue.d.vue.ts → color-slider-output.d.ts} +1 -1
  127. package/dist/components/color-slider/{color-slider-root.vue.d.vue.ts → color-slider-root.d.ts} +2 -2
  128. package/dist/components/color-slider/{color-slider-thumb.vue.d.vue.ts → color-slider-thumb.d.ts} +1 -1
  129. package/dist/components/color-slider/{color-slider-track.vue.d.vue.ts → color-slider-track.d.ts} +1 -1
  130. package/dist/components/color-slider/color-slider.context.d.ts +3 -3
  131. package/dist/components/color-slider/color-slider.types.d.ts +2 -2
  132. package/dist/components/color-slider/index.d.ts +33 -33
  133. package/dist/components/color-swatch/{color-swatch-root.vue.d.vue.ts → color-swatch-root.d.ts} +1 -1
  134. package/dist/components/color-swatch/color-swatch.types.d.ts +1 -1
  135. package/dist/components/color-swatch/index.d.ts +8 -8
  136. package/dist/components/color-swatch-picker/{color-swatch-picker-indicator.vue.d.vue.ts → color-swatch-picker-indicator.d.ts} +1 -1
  137. package/dist/components/color-swatch-picker/{color-swatch-picker-item.vue.d.vue.ts → color-swatch-picker-item.d.ts} +1 -1
  138. package/dist/components/color-swatch-picker/{color-swatch-picker-root.vue.d.vue.ts → color-swatch-picker-root.d.ts} +2 -2
  139. package/dist/components/color-swatch-picker/{color-swatch-picker-swatch.vue.d.vue.ts → color-swatch-picker-swatch.d.ts} +1 -1
  140. package/dist/components/color-swatch-picker/color-swatch-picker.context.d.ts +4 -4
  141. package/dist/components/color-swatch-picker/color-swatch-picker.types.d.ts +1 -1
  142. package/dist/components/color-swatch-picker/index.d.ts +27 -27
  143. package/dist/components/combo-box/{combo-box-input-group.vue.d.vue.ts → combo-box-input-group.d.ts} +1 -1
  144. package/dist/components/combo-box/{combo-box-popover.vue.d.vue.ts → combo-box-popover.d.ts} +1 -1
  145. package/dist/components/combo-box/{combo-box-root.vue.d.vue.ts → combo-box-root.d.ts} +2 -2
  146. package/dist/components/combo-box/{combo-box-trigger.vue.d.vue.ts → combo-box-trigger.d.ts} +1 -1
  147. package/dist/components/combo-box/{combo-box-value.vue.d.vue.ts → combo-box-value.d.ts} +1 -1
  148. package/dist/components/combo-box/combo-box.context.d.ts +3 -3
  149. package/dist/components/combo-box/combo-box.types.d.ts +6 -6
  150. package/dist/components/combo-box/index.d.ts +45 -45
  151. package/dist/components/date-field/{date-field-root.vue.d.vue.ts → date-field-root.d.ts} +1 -1
  152. package/dist/components/date-field/date-field.types.d.ts +2 -2
  153. package/dist/components/date-field/index.d.ts +19 -19
  154. package/dist/components/date-input-group/{date-input-group-input-container.vue.d.vue.ts → date-input-group-input-container.d.ts} +1 -1
  155. package/dist/components/date-input-group/{date-input-group-input.vue.d.vue.ts → date-input-group-input.d.ts} +1 -1
  156. package/dist/components/date-input-group/{date-input-group-prefix.vue.d.vue.ts → date-input-group-prefix.d.ts} +1 -1
  157. package/dist/components/date-input-group/{date-input-group-root.vue.d.vue.ts → date-input-group-root.d.ts} +1 -1
  158. package/dist/components/date-input-group/{date-input-group-segment.vue.d.vue.ts → date-input-group-segment.d.ts} +1 -1
  159. package/dist/components/date-input-group/{date-input-group-suffix.vue.d.vue.ts → date-input-group-suffix.d.ts} +1 -1
  160. package/dist/components/date-input-group/date-input-group.context.d.ts +3 -3
  161. package/dist/components/date-input-group/date-input-group.types.d.ts +1 -1
  162. package/dist/components/date-input-group/index.d.ts +9 -9
  163. package/dist/components/date-picker/{date-picker-popover.vue.d.vue.ts → date-picker-popover.d.ts} +1 -1
  164. package/dist/components/date-picker/{date-picker-root.vue.d.vue.ts → date-picker-root.d.ts} +1 -1
  165. package/dist/components/date-picker/{date-picker-trigger-indicator.vue.d.vue.ts → date-picker-trigger-indicator.d.ts} +1 -1
  166. package/dist/components/date-picker/{date-picker-trigger.vue.d.vue.ts → date-picker-trigger.d.ts} +1 -1
  167. package/dist/components/date-picker/date-picker.types.d.ts +5 -5
  168. package/dist/components/date-picker/index.d.ts +24 -23
  169. package/dist/components/date-picker/index.js +2 -2
  170. package/dist/components/date-range-picker/{date-range-picker-popover.vue.d.vue.ts → date-range-picker-popover.d.ts} +1 -1
  171. package/dist/components/date-range-picker/{date-range-picker-range-separator.vue.d.vue.ts → date-range-picker-range-separator.d.ts} +1 -1
  172. package/dist/components/date-range-picker/{date-range-picker-root.vue.d.vue.ts → date-range-picker-root.d.ts} +2 -2
  173. package/dist/components/date-range-picker/{date-range-picker-trigger-indicator.vue.d.vue.ts → date-range-picker-trigger-indicator.d.ts} +1 -1
  174. package/dist/components/date-range-picker/{date-range-picker-trigger.vue.d.vue.ts → date-range-picker-trigger.d.ts} +1 -1
  175. package/dist/components/date-range-picker/date-range-picker.types.d.ts +6 -6
  176. package/dist/components/date-range-picker/index.d.ts +39 -38
  177. package/dist/components/date-range-picker/index.js +2 -2
  178. package/dist/components/description/{description-root.vue.d.vue.ts → description-root.d.ts} +1 -1
  179. package/dist/components/description/index.d.ts +2 -2
  180. package/dist/components/disclosure/{disclosure-body.vue.d.vue.ts → disclosure-body.d.ts} +1 -1
  181. package/dist/components/disclosure/{disclosure-content.vue.d.vue.ts → disclosure-content.d.ts} +1 -1
  182. package/dist/components/disclosure/{disclosure-heading.vue.d.vue.ts → disclosure-heading.d.ts} +1 -1
  183. package/dist/components/disclosure/{disclosure-indicator.vue.d.vue.ts → disclosure-indicator.d.ts} +1 -1
  184. package/dist/components/disclosure/{disclosure-root.vue.d.vue.ts → disclosure-root.d.ts} +1 -1
  185. package/dist/components/disclosure/{disclosure-trigger.vue.d.vue.ts → disclosure-trigger.d.ts} +1 -1
  186. package/dist/components/disclosure/index.d.ts +9 -9
  187. package/dist/components/disclosure-group/{disclosure-group-root.vue.d.vue.ts → disclosure-group-root.d.ts} +2 -2
  188. package/dist/components/disclosure-group/disclosure-group.context.d.ts +1 -1
  189. package/dist/components/disclosure-group/disclosure-group.types.d.ts +1 -1
  190. package/dist/components/disclosure-group/index.d.ts +18 -18
  191. package/dist/components/dnd/index.d.ts +1 -1
  192. package/dist/components/drawer/{drawer-backdrop.vue.d.vue.ts → drawer-backdrop.d.ts} +1 -1
  193. package/dist/components/drawer/{drawer-body.vue.d.vue.ts → drawer-body.d.ts} +1 -1
  194. package/dist/components/drawer/{drawer-close-trigger.vue.d.vue.ts → drawer-close-trigger.d.ts} +1 -1
  195. package/dist/components/drawer/{drawer-content.vue.d.vue.ts → drawer-content.d.ts} +1 -1
  196. package/dist/components/drawer/{drawer-dialog.vue.d.vue.ts → drawer-dialog.d.ts} +1 -1
  197. package/dist/components/drawer/{drawer-footer.vue.d.vue.ts → drawer-footer.d.ts} +1 -1
  198. package/dist/components/drawer/{drawer-handle.vue.d.vue.ts → drawer-handle.d.ts} +1 -1
  199. package/dist/components/drawer/{drawer-header.vue.d.vue.ts → drawer-header.d.ts} +1 -1
  200. package/dist/components/drawer/{drawer-heading.vue.d.vue.ts → drawer-heading.d.ts} +1 -1
  201. package/dist/components/drawer/{drawer-root.vue.d.vue.ts → drawer-root.d.ts} +1 -1
  202. package/dist/components/drawer/{drawer-trigger.vue.d.vue.ts → drawer-trigger.d.ts} +1 -1
  203. package/dist/components/drawer/drawer.context.d.ts +2 -2
  204. package/dist/components/drawer/drawer.types.d.ts +1 -1
  205. package/dist/components/drawer/index.d.ts +18 -18
  206. package/dist/components/dropdown/{dropdown-menu.vue.d.vue.ts → dropdown-menu.d.ts} +3 -3
  207. package/dist/components/dropdown/dropdown-menu.js +2 -1
  208. package/dist/components/dropdown/{dropdown-popover.vue.d.vue.ts → dropdown-popover.d.ts} +1 -1
  209. package/dist/components/dropdown/{dropdown-root.vue.d.vue.ts → dropdown-root.d.ts} +1 -1
  210. package/dist/components/dropdown/{dropdown-trigger.vue.d.vue.ts → dropdown-trigger.d.ts} +1 -1
  211. package/dist/components/dropdown/dropdown.context.d.ts +2 -2
  212. package/dist/components/dropdown/dropdown.types.d.ts +6 -6
  213. package/dist/components/dropdown/index.d.ts +35 -35
  214. package/dist/components/empty-state/{empty-state-root.vue.d.vue.ts → empty-state-root.d.ts} +1 -1
  215. package/dist/components/empty-state/index.d.ts +2 -2
  216. package/dist/components/error-message/{error-message-root.vue.d.vue.ts → error-message-root.d.ts} +1 -1
  217. package/dist/components/error-message/index.d.ts +2 -2
  218. package/dist/components/field-error/{field-error-content.vue.d.vue.ts → field-error-content.d.ts} +1 -1
  219. package/dist/components/field-error/{field-error-root.vue.d.vue.ts → field-error-root.d.ts} +1 -1
  220. package/dist/components/field-error/field-error.context.d.ts +1 -1
  221. package/dist/components/field-error/field-error.types.d.ts +1 -1
  222. package/dist/components/field-error/index.d.ts +9 -9
  223. package/dist/components/fieldset/{field-group.vue.d.vue.ts → field-group.d.ts} +1 -1
  224. package/dist/components/fieldset/{fieldset-actions.vue.d.vue.ts → fieldset-actions.d.ts} +1 -1
  225. package/dist/components/fieldset/{fieldset-legend.vue.d.vue.ts → fieldset-legend.d.ts} +1 -1
  226. package/dist/components/fieldset/{fieldset-root.vue.d.vue.ts → fieldset-root.d.ts} +1 -1
  227. package/dist/components/fieldset/index.d.ts +7 -7
  228. package/dist/components/form/{form-root.vue.d.vue.ts → form-root.d.ts} +1 -1
  229. package/dist/components/form/form.types.d.ts +1 -1
  230. package/dist/components/form/index.d.ts +6 -6
  231. package/dist/components/header/{header-root.vue.d.vue.ts → header-root.d.ts} +1 -1
  232. package/dist/components/header/index.d.ts +2 -2
  233. package/dist/components/i18n-provider/{i18n-provider.vue.d.vue.ts → i18n-provider.d.ts} +1 -1
  234. package/dist/components/i18n-provider/index.d.ts +2 -2
  235. package/dist/components/icons/index.d.ts +15 -15
  236. package/dist/components/index.d.ts +87 -86
  237. package/dist/components/input/index.d.ts +12 -6
  238. package/dist/components/input/input-root.d.ts +22 -0
  239. package/dist/components/input/input-root.js +43 -5
  240. package/dist/components/input/input.types.d.ts +6 -0
  241. package/dist/components/input-group/index.d.ts +12 -12
  242. package/dist/components/input-group/{input-group-input.vue.d.vue.ts → input-group-input.d.ts} +1 -1
  243. package/dist/components/input-group/{input-group-prefix.vue.d.vue.ts → input-group-prefix.d.ts} +1 -1
  244. package/dist/components/input-group/{input-group-root.vue.d.vue.ts → input-group-root.d.ts} +1 -1
  245. package/dist/components/input-group/{input-group-suffix.vue.d.vue.ts → input-group-suffix.d.ts} +1 -1
  246. package/dist/components/input-group/{input-group-textarea.vue.d.vue.ts → input-group-textarea.d.ts} +1 -1
  247. package/dist/components/input-otp/index.d.ts +14 -14
  248. package/dist/components/input-otp/{input-otp-group.vue.d.vue.ts → input-otp-group.d.ts} +1 -1
  249. package/dist/components/input-otp/{input-otp-root.vue.d.vue.ts → input-otp-root.d.ts} +1 -1
  250. package/dist/components/input-otp/{input-otp-separator.vue.d.vue.ts → input-otp-separator.d.ts} +1 -1
  251. package/dist/components/input-otp/{input-otp-slot.vue.d.vue.ts → input-otp-slot.d.ts} +1 -1
  252. package/dist/components/input-otp/input-otp.types.d.ts +3 -3
  253. package/dist/components/kbd/index.d.ts +9 -9
  254. package/dist/components/kbd/{kbd-abbr.vue.d.vue.ts → kbd-abbr.d.ts} +1 -1
  255. package/dist/components/kbd/{kbd-content.vue.d.vue.ts → kbd-content.d.ts} +1 -1
  256. package/dist/components/kbd/{kbd-root.vue.d.vue.ts → kbd-root.d.ts} +1 -1
  257. package/dist/components/kbd/kbd.types.d.ts +1 -1
  258. package/dist/components/label/index.d.ts +2 -2
  259. package/dist/components/label/{label-root.vue.d.vue.ts → label-root.d.ts} +1 -1
  260. package/dist/components/link/index.d.ts +19 -19
  261. package/dist/components/link/{link-icon.vue.d.vue.ts → link-icon.d.ts} +1 -1
  262. package/dist/components/link/{link-root.vue.d.vue.ts → link-root.d.ts} +2 -2
  263. package/dist/components/list-box/index.d.ts +42 -42
  264. package/dist/components/list-box/{list-box-drop-indicator.vue.d.vue.ts → list-box-drop-indicator.d.ts} +1 -1
  265. package/dist/components/list-box/{list-box-load-more-item.vue.d.vue.ts → list-box-load-more-item.d.ts} +1 -1
  266. package/dist/components/list-box/{list-box-root.vue.d.vue.ts → list-box-root.d.ts} +3 -3
  267. package/dist/components/list-box/list-box-root.js +9 -5
  268. package/dist/components/list-box/list-box.context.d.ts +7 -7
  269. package/dist/components/list-box/list-box.types.d.ts +4 -4
  270. package/dist/components/list-box-item/index.d.ts +13 -13
  271. package/dist/components/list-box-item/{list-box-item-indicator.vue.d.vue.ts → list-box-item-indicator.d.ts} +1 -1
  272. package/dist/components/list-box-item/{list-box-item-root.vue.d.vue.ts → list-box-item-root.d.ts} +1 -1
  273. package/dist/components/list-box-item/list-box-item.types.d.ts +1 -1
  274. package/dist/components/list-box-section/index.d.ts +2 -2
  275. package/dist/components/list-box-section/{list-box-section-root.vue.d.vue.ts → list-box-section-root.d.ts} +1 -1
  276. package/dist/components/menu/index.d.ts +30 -28
  277. package/dist/components/menu/{menu-root.vue.d.vue.ts → menu-root.d.ts} +3 -3
  278. package/dist/components/menu/menu-root.js +4 -1
  279. package/dist/components/menu/menu.context.d.ts +3 -3
  280. package/dist/components/menu/menu.types.d.ts +5 -3
  281. package/dist/components/menu-item/index.d.ts +14 -14
  282. package/dist/components/menu-item/{menu-item-indicator.vue.d.vue.ts → menu-item-indicator.d.ts} +1 -1
  283. package/dist/components/menu-item/{menu-item-root.vue.d.vue.ts → menu-item-root.d.ts} +1 -1
  284. package/dist/components/menu-item/{menu-item-submenu-indicator.vue.d.vue.ts → menu-item-submenu-indicator.d.ts} +1 -1
  285. package/dist/components/menu-item/menu-item.context.d.ts +1 -1
  286. package/dist/components/menu-item/menu-item.types.d.ts +2 -2
  287. package/dist/components/menu-section/index.d.ts +18 -18
  288. package/dist/components/menu-section/{menu-section-root.vue.d.vue.ts → menu-section-root.d.ts} +2 -2
  289. package/dist/components/menu-section/menu-section.types.d.ts +2 -2
  290. package/dist/components/meter/index.d.ts +9 -9
  291. package/dist/components/meter/{meter-fill.vue.d.vue.ts → meter-fill.d.ts} +1 -1
  292. package/dist/components/meter/{meter-output.vue.d.vue.ts → meter-output.d.ts} +1 -1
  293. package/dist/components/meter/{meter-root.vue.d.vue.ts → meter-root.d.ts} +1 -1
  294. package/dist/components/meter/{meter-track.vue.d.vue.ts → meter-track.d.ts} +1 -1
  295. package/dist/components/meter/meter.context.d.ts +1 -1
  296. package/dist/components/modal/index.d.ts +18 -18
  297. package/dist/components/modal/{modal-backdrop.vue.d.vue.ts → modal-backdrop.d.ts} +1 -1
  298. package/dist/components/modal/{modal-body.vue.d.vue.ts → modal-body.d.ts} +1 -1
  299. package/dist/components/modal/{modal-close-trigger.vue.d.vue.ts → modal-close-trigger.d.ts} +1 -1
  300. package/dist/components/modal/{modal-container.vue.d.vue.ts → modal-container.d.ts} +1 -1
  301. package/dist/components/modal/{modal-dialog.vue.d.vue.ts → modal-dialog.d.ts} +1 -1
  302. package/dist/components/modal/{modal-footer.vue.d.vue.ts → modal-footer.d.ts} +1 -1
  303. package/dist/components/modal/{modal-header.vue.d.vue.ts → modal-header.d.ts} +1 -1
  304. package/dist/components/modal/{modal-heading.vue.d.vue.ts → modal-heading.d.ts} +1 -1
  305. package/dist/components/modal/{modal-icon.vue.d.vue.ts → modal-icon.d.ts} +1 -1
  306. package/dist/components/modal/{modal-root.vue.d.vue.ts → modal-root.d.ts} +1 -1
  307. package/dist/components/modal/{modal-trigger.vue.d.vue.ts → modal-trigger.d.ts} +1 -1
  308. package/dist/components/modal/modal.context.d.ts +2 -2
  309. package/dist/components/modal/modal.types.d.ts +1 -1
  310. package/dist/components/number-field/index.d.ts +20 -20
  311. package/dist/components/number-field/{number-field-decrement-button.vue.d.vue.ts → number-field-decrement-button.d.ts} +1 -1
  312. package/dist/components/number-field/{number-field-group.vue.d.vue.ts → number-field-group.d.ts} +1 -1
  313. package/dist/components/number-field/{number-field-increment-button.vue.d.vue.ts → number-field-increment-button.d.ts} +1 -1
  314. package/dist/components/number-field/{number-field-input.vue.d.vue.ts → number-field-input.d.ts} +1 -1
  315. package/dist/components/number-field/{number-field-root.vue.d.vue.ts → number-field-root.d.ts} +1 -1
  316. package/dist/components/number-field/number-field.context.d.ts +1 -1
  317. package/dist/components/number-field/number-field.types.d.ts +2 -2
  318. package/dist/components/overlay/index.d.ts +8 -8
  319. package/dist/components/overlay/{overlay-arrow.vue.d.vue.ts → overlay-arrow.d.ts} +1 -1
  320. package/dist/components/overlay/{overlay-popover.vue.d.vue.ts → overlay-popover.d.ts} +1 -1
  321. package/dist/components/overlay/overlay-slots.d.ts +2 -2
  322. package/dist/components/overlay/overlay.context.d.ts +2 -2
  323. package/dist/components/overlay/overlay.types.d.ts +2 -2
  324. package/dist/components/pagination/index.d.ts +19 -17
  325. package/dist/components/pagination/{pagination-content.vue.d.vue.ts → pagination-content.d.ts} +1 -1
  326. package/dist/components/pagination/{pagination-ellipsis.vue.d.vue.ts → pagination-ellipsis.d.ts} +1 -1
  327. package/dist/components/pagination/{pagination-item.vue.d.vue.ts → pagination-item.d.ts} +1 -1
  328. package/dist/components/pagination/{pagination-link.vue.d.vue.ts → pagination-link.d.ts} +1 -1
  329. package/dist/components/pagination/{pagination-next-icon.vue.d.vue.ts → pagination-next-icon.d.ts} +1 -1
  330. package/dist/components/pagination/{pagination-next.vue.d.vue.ts → pagination-next.d.ts} +1 -1
  331. package/dist/components/pagination/{pagination-previous-icon.vue.d.vue.ts → pagination-previous-icon.d.ts} +1 -1
  332. package/dist/components/pagination/{pagination-previous.vue.d.vue.ts → pagination-previous.d.ts} +1 -1
  333. package/dist/components/pagination/{pagination-root.vue.d.vue.ts → pagination-root.d.ts} +1 -1
  334. package/dist/components/pagination/pagination-root.js +8 -3
  335. package/dist/components/pagination/{pagination-summary.vue.d.vue.ts → pagination-summary.d.ts} +1 -1
  336. package/dist/components/pagination/pagination.types.d.ts +8 -0
  337. package/dist/components/popover/index.d.ts +10 -10
  338. package/dist/components/popover/{popover-arrow.vue.d.vue.ts → popover-arrow.d.ts} +1 -1
  339. package/dist/components/popover/{popover-content.vue.d.vue.ts → popover-content.d.ts} +1 -1
  340. package/dist/components/popover/{popover-dialog.vue.d.vue.ts → popover-dialog.d.ts} +1 -1
  341. package/dist/components/popover/{popover-heading.vue.d.vue.ts → popover-heading.d.ts} +1 -1
  342. package/dist/components/popover/{popover-root.vue.d.vue.ts → popover-root.d.ts} +1 -1
  343. package/dist/components/popover/{popover-trigger.vue.d.vue.ts → popover-trigger.d.ts} +1 -1
  344. package/dist/components/popover/popover-trigger.js +14 -7
  345. package/dist/components/popover/popover.types.d.ts +1 -1
  346. package/dist/components/progress-bar/index.d.ts +9 -9
  347. package/dist/components/progress-bar/{progress-bar-fill.vue.d.vue.ts → progress-bar-fill.d.ts} +1 -1
  348. package/dist/components/progress-bar/{progress-bar-output.vue.d.vue.ts → progress-bar-output.d.ts} +1 -1
  349. package/dist/components/progress-bar/{progress-bar-root.vue.d.vue.ts → progress-bar-root.d.ts} +1 -1
  350. package/dist/components/progress-bar/{progress-bar-track.vue.d.vue.ts → progress-bar-track.d.ts} +1 -1
  351. package/dist/components/progress-bar/progress-bar.context.d.ts +1 -1
  352. package/dist/components/progress-circle/index.d.ts +9 -9
  353. package/dist/components/progress-circle/{progress-circle-fill-circle.vue.d.vue.ts → progress-circle-fill-circle.d.ts} +1 -1
  354. package/dist/components/progress-circle/{progress-circle-root.vue.d.vue.ts → progress-circle-root.d.ts} +1 -1
  355. package/dist/components/progress-circle/{progress-circle-track-circle.vue.d.vue.ts → progress-circle-track-circle.d.ts} +1 -1
  356. package/dist/components/progress-circle/{progress-circle-track.vue.d.vue.ts → progress-circle-track.d.ts} +1 -1
  357. package/dist/components/progress-circle/progress-circle.context.d.ts +1 -1
  358. package/dist/components/radio/index.d.ts +15 -15
  359. package/dist/components/radio/{radio-content.vue.d.vue.ts → radio-content.d.ts} +1 -1
  360. package/dist/components/radio/{radio-control.vue.d.vue.ts → radio-control.d.ts} +1 -1
  361. package/dist/components/radio/{radio-indicator.vue.d.vue.ts → radio-indicator.d.ts} +1 -1
  362. package/dist/components/radio/{radio-root.vue.d.vue.ts → radio-root.d.ts} +1 -1
  363. package/dist/components/radio-group/index.d.ts +12 -12
  364. package/dist/components/radio-group/{radio-group-root.vue.d.vue.ts → radio-group-root.d.ts} +1 -1
  365. package/dist/components/radio-group/radio-group.context.d.ts +1 -1
  366. package/dist/components/radio-group/radio-group.types.d.ts +1 -1
  367. package/dist/components/range-calendar/index.d.ts +55 -55
  368. package/dist/components/range-calendar/{range-calendar-cell-indicator.vue.d.vue.ts → range-calendar-cell-indicator.d.ts} +1 -1
  369. package/dist/components/range-calendar/{range-calendar-cell.vue.d.vue.ts → range-calendar-cell.d.ts} +1 -1
  370. package/dist/components/range-calendar/{range-calendar-grid-body.vue.d.vue.ts → range-calendar-grid-body.d.ts} +1 -1
  371. package/dist/components/range-calendar/{range-calendar-grid-header.vue.d.vue.ts → range-calendar-grid-header.d.ts} +1 -1
  372. package/dist/components/range-calendar/{range-calendar-grid.vue.d.vue.ts → range-calendar-grid.d.ts} +1 -1
  373. package/dist/components/range-calendar/{range-calendar-header-cell.vue.d.vue.ts → range-calendar-header-cell.d.ts} +1 -1
  374. package/dist/components/range-calendar/{range-calendar-header.vue.d.vue.ts → range-calendar-header.d.ts} +1 -1
  375. package/dist/components/range-calendar/range-calendar-header.js +1 -1
  376. package/dist/components/range-calendar/{range-calendar-heading.vue.d.vue.ts → range-calendar-heading.d.ts} +1 -1
  377. package/dist/components/range-calendar/{range-calendar-nav-button.vue.d.vue.ts → range-calendar-nav-button.d.ts} +1 -1
  378. package/dist/components/range-calendar/{range-calendar-root.vue.d.vue.ts → range-calendar-root.d.ts} +2 -2
  379. package/dist/components/range-calendar/range-calendar.context.d.ts +2 -2
  380. package/dist/components/range-calendar/range-calendar.types.d.ts +5 -5
  381. package/dist/components/scroll-shadow/index.d.ts +8 -8
  382. package/dist/components/scroll-shadow/{scroll-shadow-root.vue.d.vue.ts → scroll-shadow-root.d.ts} +1 -1
  383. package/dist/components/scroll-shadow/scroll-shadow-root.js +7 -1
  384. package/dist/components/scroll-shadow/use-scroll-shadow.d.ts +1 -1
  385. package/dist/components/search-field/index.d.ts +18 -18
  386. package/dist/components/search-field/{search-field-clear-button.vue.d.vue.ts → search-field-clear-button.d.ts} +1 -1
  387. package/dist/components/search-field/{search-field-group.vue.d.vue.ts → search-field-group.d.ts} +1 -1
  388. package/dist/components/search-field/{search-field-input.vue.d.vue.ts → search-field-input.d.ts} +1 -1
  389. package/dist/components/search-field/{search-field-root.vue.d.vue.ts → search-field-root.d.ts} +1 -1
  390. package/dist/components/search-field/{search-field-search-icon.vue.d.vue.ts → search-field-search-icon.d.ts} +1 -1
  391. package/dist/components/search-field/search-field.types.d.ts +1 -1
  392. package/dist/components/select/index.d.ts +39 -39
  393. package/dist/components/select/{select-indicator.vue.d.vue.ts → select-indicator.d.ts} +1 -1
  394. package/dist/components/select/{select-popover.vue.d.vue.ts → select-popover.d.ts} +1 -1
  395. package/dist/components/select/{select-root.vue.d.vue.ts → select-root.d.ts} +2 -2
  396. package/dist/components/select/{select-trigger.vue.d.vue.ts → select-trigger.d.ts} +1 -1
  397. package/dist/components/select/{select-value.vue.d.vue.ts → select-value.d.ts} +1 -1
  398. package/dist/components/select/select.context.d.ts +2 -2
  399. package/dist/components/select/select.types.d.ts +5 -5
  400. package/dist/components/separator/index.d.ts +4 -4
  401. package/dist/components/separator/{separator-root.vue.d.vue.ts → separator-root.d.ts} +1 -1
  402. package/dist/components/separator/separator-root.js +11 -5
  403. package/dist/components/separator/separator.context.d.ts +7 -0
  404. package/dist/components/skeleton/index.d.ts +2 -2
  405. package/dist/components/skeleton/{skeleton-root.vue.d.vue.ts → skeleton-root.d.ts} +1 -1
  406. package/dist/components/slider/index.d.ts +17 -17
  407. package/dist/components/slider/{slider-fill.vue.d.vue.ts → slider-fill.d.ts} +1 -1
  408. package/dist/components/slider/{slider-marks.vue.d.vue.ts → slider-marks.d.ts} +1 -1
  409. package/dist/components/slider/{slider-output.vue.d.vue.ts → slider-output.d.ts} +1 -1
  410. package/dist/components/slider/{slider-root.vue.d.vue.ts → slider-root.d.ts} +1 -1
  411. package/dist/components/slider/{slider-thumb.vue.d.vue.ts → slider-thumb.d.ts} +1 -1
  412. package/dist/components/slider/{slider-track.vue.d.vue.ts → slider-track.d.ts} +1 -1
  413. package/dist/components/slider/slider.context.d.ts +2 -2
  414. package/dist/components/slider/slider.types.d.ts +1 -1
  415. package/dist/components/spinner/index.d.ts +2 -2
  416. package/dist/components/spinner/{spinner-root.vue.d.vue.ts → spinner-root.d.ts} +1 -1
  417. package/dist/components/surface/index.d.ts +4 -4
  418. package/dist/components/surface/{surface-root.vue.d.vue.ts → surface-root.d.ts} +1 -1
  419. package/dist/components/switch/index.d.ts +16 -16
  420. package/dist/components/switch/{switch-content.vue.d.vue.ts → switch-content.d.ts} +1 -1
  421. package/dist/components/switch/{switch-control.vue.d.vue.ts → switch-control.d.ts} +1 -1
  422. package/dist/components/switch/{switch-icon.vue.d.vue.ts → switch-icon.d.ts} +1 -1
  423. package/dist/components/switch/{switch-root.vue.d.vue.ts → switch-root.d.ts} +1 -1
  424. package/dist/components/switch/{switch-thumb.vue.d.vue.ts → switch-thumb.d.ts} +1 -1
  425. package/dist/components/switch/switch.context.d.ts +1 -1
  426. package/dist/components/switch/switch.types.d.ts +1 -1
  427. package/dist/components/switch-group/index.d.ts +2 -2
  428. package/dist/components/switch-group/{switch-group-root.vue.d.vue.ts → switch-group-root.d.ts} +1 -1
  429. package/dist/components/table/index.d.ts +63 -63
  430. package/dist/components/table/{table-body.vue.d.vue.ts → table-body.d.ts} +1 -1
  431. package/dist/components/table/{table-cell.vue.d.vue.ts → table-cell.d.ts} +1 -1
  432. package/dist/components/table/{table-column-resizer.vue.d.vue.ts → table-column-resizer.d.ts} +1 -1
  433. package/dist/components/table/{table-column.vue.d.vue.ts → table-column.d.ts} +1 -1
  434. package/dist/components/table/{table-content.vue.d.vue.ts → table-content.d.ts} +3 -3
  435. package/dist/components/table/{table-drag-handle.vue.d.vue.ts → table-drag-handle.d.ts} +1 -1
  436. package/dist/components/table/{table-drop-indicator.vue.d.vue.ts → table-drop-indicator.d.ts} +1 -1
  437. package/dist/components/table/{table-footer.vue.d.vue.ts → table-footer.d.ts} +1 -1
  438. package/dist/components/table/{table-header.vue.d.vue.ts → table-header.d.ts} +1 -1
  439. package/dist/components/table/{table-load-more-content.vue.d.vue.ts → table-load-more-content.d.ts} +1 -1
  440. package/dist/components/table/{table-load-more.vue.d.vue.ts → table-load-more.d.ts} +1 -1
  441. package/dist/components/table/{table-resizable-container.vue.d.vue.ts → table-resizable-container.d.ts} +3 -3
  442. package/dist/components/table/{table-root.vue.d.vue.ts → table-root.d.ts} +1 -1
  443. package/dist/components/table/{table-row.vue.d.vue.ts → table-row.d.ts} +1 -1
  444. package/dist/components/table/{table-scroll-container.vue.d.vue.ts → table-scroll-container.d.ts} +1 -1
  445. package/dist/components/table/{table-selection-checkbox.vue.d.vue.ts → table-selection-checkbox.d.ts} +1 -1
  446. package/dist/components/table/{table-sortable-column-header.vue.d.vue.ts → table-sortable-column-header.d.ts} +1 -1
  447. package/dist/components/table/{table-virtualizer-item.vue.d.vue.ts → table-virtualizer-item.d.ts} +1 -1
  448. package/dist/components/table/table.context.d.ts +13 -13
  449. package/dist/components/table/table.types.d.ts +5 -5
  450. package/dist/components/tabs/index.d.ts +38 -38
  451. package/dist/components/tabs/{tabs-indicator.vue.d.vue.ts → tabs-indicator.d.ts} +1 -1
  452. package/dist/components/tabs/{tabs-list-container.vue.d.vue.ts → tabs-list-container.d.ts} +1 -1
  453. package/dist/components/tabs/{tabs-list.vue.d.vue.ts → tabs-list.d.ts} +1 -1
  454. package/dist/components/tabs/{tabs-panel.vue.d.vue.ts → tabs-panel.d.ts} +1 -1
  455. package/dist/components/tabs/tabs-panel.js +5 -1
  456. package/dist/components/tabs/{tabs-root.vue.d.vue.ts → tabs-root.d.ts} +2 -2
  457. package/dist/components/tabs/{tabs-separator.vue.d.vue.ts → tabs-separator.d.ts} +1 -1
  458. package/dist/components/tabs/{tabs-tab.vue.d.vue.ts → tabs-tab.d.ts} +1 -1
  459. package/dist/components/tabs/tabs-tab.js +1 -1
  460. package/dist/components/tabs/tabs.context.d.ts +3 -3
  461. package/dist/components/tabs/tabs.types.d.ts +1 -1
  462. package/dist/components/tag/index.d.ts +11 -11
  463. package/dist/components/tag/{tag-remove-button.vue.d.vue.ts → tag-remove-button.d.ts} +1 -1
  464. package/dist/components/tag/{tag-root.vue.d.vue.ts → tag-root.d.ts} +1 -1
  465. package/dist/components/tag/tag.context.d.ts +1 -1
  466. package/dist/components/tag/tag.types.d.ts +1 -1
  467. package/dist/components/tag-group/index.d.ts +27 -27
  468. package/dist/components/tag-group/{tag-group-list.vue.d.vue.ts → tag-group-list.d.ts} +1 -1
  469. package/dist/components/tag-group/{tag-group-root.vue.d.vue.ts → tag-group-root.d.ts} +2 -2
  470. package/dist/components/tag-group/tag-group.context.d.ts +5 -5
  471. package/dist/components/tag-group/tag-group.types.d.ts +2 -2
  472. package/dist/components/textarea/index.d.ts +12 -6
  473. package/dist/components/textarea/{textarea-root.vue.d.vue.ts → textarea-root.d.ts} +6 -3
  474. package/dist/components/textarea/textarea-root.js +37 -5
  475. package/dist/components/textarea/textarea.types.d.ts +6 -0
  476. package/dist/components/textfield/index.d.ts +12 -12
  477. package/dist/components/textfield/{textfield-root.vue.d.vue.ts → textfield-root.d.ts} +1 -1
  478. package/dist/components/textfield/textfield.types.d.ts +1 -1
  479. package/dist/components/time-field/index.d.ts +37 -37
  480. package/dist/components/time-field/{time-field-root.vue.d.vue.ts → time-field-root.d.ts} +2 -2
  481. package/dist/components/time-field/time-field.types.d.ts +3 -3
  482. package/dist/components/toast/index.d.ts +20 -20
  483. package/dist/components/toast/{toast-action-button.vue.d.vue.ts → toast-action-button.d.ts} +1 -1
  484. package/dist/components/toast/{toast-close-button.vue.d.vue.ts → toast-close-button.d.ts} +1 -1
  485. package/dist/components/toast/{toast-content.vue.d.vue.ts → toast-content.d.ts} +1 -1
  486. package/dist/components/toast/{toast-default-content.vue.d.vue.ts → toast-default-content.d.ts} +1 -1
  487. package/dist/components/toast/{toast-description.vue.d.vue.ts → toast-description.d.ts} +1 -1
  488. package/dist/components/toast/{toast-indicator.vue.d.vue.ts → toast-indicator.d.ts} +1 -1
  489. package/dist/components/toast/{toast-provider.vue.d.vue.ts → toast-provider.d.ts} +1 -1
  490. package/dist/components/toast/toast-queue.d.ts +1 -1
  491. package/dist/components/toast/{toast-renderable.vue.d.vue.ts → toast-renderable.d.ts} +1 -1
  492. package/dist/components/toast/{toast-root.vue.d.vue.ts → toast-root.d.ts} +1 -1
  493. package/dist/components/toast/{toast-title.vue.d.vue.ts → toast-title.d.ts} +1 -1
  494. package/dist/components/toast/toast.context.d.ts +2 -2
  495. package/dist/components/toast/toast.types.d.ts +2 -2
  496. package/dist/components/toggle-button/index.d.ts +8 -8
  497. package/dist/components/toggle-button/{toggle-button-root.vue.d.vue.ts → toggle-button-root.d.ts} +1 -1
  498. package/dist/components/toggle-button/toggle-button.types.d.ts +1 -1
  499. package/dist/components/toggle-button-group/index.d.ts +17 -17
  500. package/dist/components/toggle-button-group/{toggle-button-group-root.vue.d.vue.ts → toggle-button-group-root.d.ts} +2 -2
  501. package/dist/components/toggle-button-group/toggle-button-group-root.js +3 -3
  502. package/dist/components/toggle-button-group/{toggle-button-group-separator.vue.d.vue.ts → toggle-button-group-separator.d.ts} +1 -1
  503. package/dist/components/toggle-button-group/toggle-button-group.context.d.ts +1 -1
  504. package/dist/components/toggle-button-group/toggle-button-group.types.d.ts +1 -1
  505. package/dist/components/toolbar/index.d.ts +6 -6
  506. package/dist/components/toolbar/{toolbar-root.vue.d.vue.ts → toolbar-root.d.ts} +1 -1
  507. package/dist/components/toolbar/toolbar-root.js +3 -3
  508. package/dist/components/toolbar/toolbar.context.d.ts +1 -1
  509. package/dist/components/toolbar/toolbar.types.d.ts +1 -1
  510. package/dist/components/tooltip/index.d.ts +8 -8
  511. package/dist/components/tooltip/{tooltip-arrow.vue.d.vue.ts → tooltip-arrow.d.ts} +1 -1
  512. package/dist/components/tooltip/{tooltip-content.vue.d.vue.ts → tooltip-content.d.ts} +1 -1
  513. package/dist/components/tooltip/{tooltip-root.vue.d.vue.ts → tooltip-root.d.ts} +1 -1
  514. package/dist/components/tooltip/{tooltip-trigger.vue.d.vue.ts → tooltip-trigger.d.ts} +1 -1
  515. package/dist/components/tooltip/tooltip-trigger.js +13 -5
  516. package/dist/components/tooltip/tooltip.context.d.ts +1 -1
  517. package/dist/components/tooltip/tooltip.types.d.ts +1 -1
  518. package/dist/components/typography/{code.vue.d.vue.ts → code.d.ts} +1 -1
  519. package/dist/components/typography/{heading.vue.d.vue.ts → heading.d.ts} +1 -1
  520. package/dist/components/typography/index.d.ts +24 -24
  521. package/dist/components/typography/{paragraph.vue.d.vue.ts → paragraph.d.ts} +1 -1
  522. package/dist/components/typography/{prose.vue.d.vue.ts → prose.d.ts} +1 -1
  523. package/dist/components/typography/{typography-root.vue.d.vue.ts → typography-root.d.ts} +1 -1
  524. package/dist/components/typography/typography.constants.d.ts +1 -1
  525. package/dist/components/virtualizer/index.d.ts +5 -5
  526. package/dist/components/virtualizer/{virtualizer-item.vue.d.vue.ts → virtualizer-item.d.ts} +1 -1
  527. package/dist/components/virtualizer/{virtualizer-root.vue.d.vue.ts → virtualizer-root.d.ts} +1 -1
  528. package/dist/components/virtualizer/virtualizer.context.d.ts +4 -4
  529. package/dist/components/virtualizer/virtualizer.types.d.ts +2 -2
  530. package/dist/composables/drag-collection.d.ts +2 -2
  531. package/dist/composables/drag-manager.d.ts +2 -2
  532. package/dist/composables/droppable-collection-registry.d.ts +1 -1
  533. package/dist/composables/index.d.ts +125 -125
  534. package/dist/composables/press-responder.d.ts +1 -1
  535. package/dist/composables/table-drag-collection.d.ts +2 -2
  536. package/dist/composables/use-autocomplete.d.ts +3 -3
  537. package/dist/composables/use-calendar-cell.d.ts +2 -2
  538. package/dist/composables/use-calendar-grid.d.ts +2 -2
  539. package/dist/composables/use-calendar-heading.d.ts +1 -1
  540. package/dist/composables/use-calendar-state.d.ts +1 -1
  541. package/dist/composables/use-calendar-year-picker.d.ts +1 -1
  542. package/dist/composables/use-calendar.d.ts +1 -1
  543. package/dist/composables/use-checkbox-group-state.d.ts +1 -1
  544. package/dist/composables/use-collection-auto-focus.d.ts +3 -3
  545. package/dist/composables/use-collection.d.ts +1 -1
  546. package/dist/composables/use-color-area-gradient.d.ts +2 -2
  547. package/dist/composables/use-color-area-state.d.ts +1 -1
  548. package/dist/composables/use-color-area.d.ts +1 -1
  549. package/dist/composables/use-color-area.js +2 -5
  550. package/dist/composables/use-color-channel-field-state.d.ts +3 -3
  551. package/dist/composables/use-color-channel-field.d.ts +3 -3
  552. package/dist/composables/use-color-field-state.d.ts +2 -2
  553. package/dist/composables/use-color-field.d.ts +3 -3
  554. package/dist/composables/use-color-field.js +2 -5
  555. package/dist/composables/use-color-picker-state.d.ts +1 -1
  556. package/dist/composables/use-color-slider-state.d.ts +2 -2
  557. package/dist/composables/use-color-slider.d.ts +4 -4
  558. package/dist/composables/use-color-swatch.d.ts +1 -1
  559. package/dist/composables/use-combo-box-state.d.ts +5 -5
  560. package/dist/composables/use-combo-box.d.ts +7 -7
  561. package/dist/composables/use-date-field-state.d.ts +4 -4
  562. package/dist/composables/use-date-field.d.ts +5 -5
  563. package/dist/composables/use-date-picker-group.d.ts +2 -2
  564. package/dist/composables/use-date-picker-state.d.ts +3 -3
  565. package/dist/composables/use-date-picker.d.ts +7 -7
  566. package/dist/composables/use-date-range-picker-state.d.ts +4 -4
  567. package/dist/composables/use-date-range-picker.d.ts +7 -7
  568. package/dist/composables/use-date-segment.d.ts +2 -2
  569. package/dist/composables/use-default-date-props.d.ts +1 -1
  570. package/dist/composables/use-dialog-trigger.d.ts +2 -2
  571. package/dist/composables/use-disclosure-group-navigation.d.ts +1 -1
  572. package/dist/composables/use-dnd-persisted-keys.d.ts +3 -3
  573. package/dist/composables/use-drag-and-drop.d.ts +10 -10
  574. package/dist/composables/use-drag.d.ts +2 -2
  575. package/dist/composables/use-draggable-collection-state.d.ts +2 -2
  576. package/dist/composables/use-draggable-collection.d.ts +1 -1
  577. package/dist/composables/use-draggable-item.d.ts +4 -4
  578. package/dist/composables/use-drawer-drag.d.ts +1 -1
  579. package/dist/composables/use-drop-indicator.d.ts +2 -2
  580. package/dist/composables/use-drop.d.ts +1 -1
  581. package/dist/composables/use-droppable-collection-state.d.ts +2 -2
  582. package/dist/composables/use-droppable-collection.d.ts +3 -3
  583. package/dist/composables/use-droppable-item.d.ts +2 -2
  584. package/dist/composables/use-enter-exit.js +14 -43
  585. package/dist/composables/use-form-validation.d.ts +1 -1
  586. package/dist/composables/use-grid-keyboard.d.ts +4 -4
  587. package/dist/composables/use-grid-selection-announcement.d.ts +2 -2
  588. package/dist/composables/use-input-otp.d.ts +1 -1
  589. package/dist/composables/use-list-data.d.ts +2 -2
  590. package/dist/composables/use-list-keyboard.d.ts +3 -3
  591. package/dist/composables/use-locale.d.ts +1 -1
  592. package/dist/composables/use-long-press.d.ts +1 -1
  593. package/dist/composables/use-menu-trigger.d.ts +3 -3
  594. package/dist/composables/use-menu.d.ts +13 -3
  595. package/dist/composables/use-menu.js +22 -0
  596. package/dist/composables/use-modal-overlay.d.ts +1 -1
  597. package/dist/composables/use-move.d.ts +1 -1
  598. package/dist/composables/use-number-field-state.d.ts +1 -1
  599. package/dist/composables/use-number-field.d.ts +3 -3
  600. package/dist/composables/use-number-field.js +2 -5
  601. package/dist/composables/use-overlay-position.d.ts +1 -1
  602. package/dist/composables/use-overlay-trigger-state.d.ts +1 -1
  603. package/dist/composables/use-overlay-trigger.d.ts +1 -1
  604. package/dist/composables/use-radio-group-state.d.ts +1 -1
  605. package/dist/composables/use-range-calendar-state.d.ts +2 -2
  606. package/dist/composables/use-range-calendar.d.ts +2 -2
  607. package/dist/composables/use-search-field.d.ts +2 -2
  608. package/dist/composables/use-select-state.d.ts +4 -4
  609. package/dist/composables/use-select.d.ts +4 -4
  610. package/dist/composables/use-select.js +0 -1
  611. package/dist/composables/use-selection-manager.d.ts +1 -1
  612. package/dist/composables/use-shared-element.js +4 -27
  613. package/dist/composables/use-slider-thumb.d.ts +1 -1
  614. package/dist/composables/use-slider.d.ts +1 -1
  615. package/dist/composables/use-tab-list-state.d.ts +12 -2
  616. package/dist/composables/use-tab-list-state.js +11 -1
  617. package/dist/composables/use-table-collection.d.ts +3 -3
  618. package/dist/composables/use-table-column-layout.d.ts +1 -1
  619. package/dist/composables/use-text-field.d.ts +2 -2
  620. package/dist/composables/use-time-field-state.d.ts +3 -3
  621. package/dist/composables/use-toast-region.d.ts +1 -1
  622. package/dist/composables/use-toast.d.ts +1 -1
  623. package/dist/composables/use-tooltip-trigger-state.d.ts +1 -1
  624. package/dist/composables/use-tooltip-trigger.d.ts +2 -2
  625. package/dist/composables/use-typeahead.d.ts +1 -1
  626. package/dist/composables/use-virtualizer-scroll.d.ts +2 -2
  627. package/dist/composables/use-virtualizer.d.ts +3 -3
  628. package/dist/i18n/index.d.ts +12 -12
  629. package/dist/index.d.ts +4 -4
  630. package/dist/index.js +7 -1
  631. package/dist/utils/animation-settled.d.ts +21 -0
  632. package/dist/utils/animation-settled.js +46 -0
  633. package/dist/utils/color.d.ts +1 -1
  634. package/dist/utils/date-validation.d.ts +2 -2
  635. package/dist/utils/dnd-constants.d.ts +1 -1
  636. package/dist/utils/dnd-data-transfer.d.ts +1 -1
  637. package/dist/utils/dnd-drop-target-navigation.d.ts +1 -1
  638. package/dist/utils/dnd-list-drop-target-delegate.d.ts +1 -1
  639. package/dist/utils/dnd-state.d.ts +2 -2
  640. package/dist/utils/dnd-tree-drop-target-delegate.d.ts +1 -1
  641. package/dist/utils/index.d.ts +35 -35
  642. package/dist/utils/virtualizer-collection.d.ts +2 -2
  643. package/dist/utils/virtualizer-layout-info.d.ts +1 -1
  644. package/dist/utils/virtualizer-layout.d.ts +3 -3
  645. package/dist/utils/virtualizer-list-layout.d.ts +6 -6
  646. package/dist/utils/virtualizer-overscan.d.ts +1 -1
  647. package/dist/utils/virtualizer-table-layout.d.ts +8 -8
  648. package/dist/version.js +1 -1
  649. package/package.json +2 -2
  650. package/dist/components/input/input-root.vue.d.vue.ts +0 -19
  651. /package/dist/components/alert-dialog/{alert-dialog-close.vue.d.vue.ts → alert-dialog-close.d.ts} +0 -0
  652. /package/dist/components/combo-box/{combo-box-hidden-input.vue.d.vue.ts → combo-box-hidden-input.d.ts} +0 -0
  653. /package/dist/components/date-input-group/{date-input-group-hidden-input.vue.d.vue.ts → date-input-group-hidden-input.d.ts} +0 -0
  654. /package/dist/components/dnd/{drag-preview.vue.d.vue.ts → drag-preview.d.ts} +0 -0
  655. /package/dist/components/drawer/{drawer-close.vue.d.vue.ts → drawer-close.d.ts} +0 -0
  656. /package/dist/components/dropdown/{dropdown-submenu-trigger.vue.d.vue.ts → dropdown-submenu-trigger.d.ts} +0 -0
  657. /package/dist/components/icons/{danger-icon.vue.d.vue.ts → danger-icon.d.ts} +0 -0
  658. /package/dist/components/icons/{external-link-icon.vue.d.vue.ts → external-link-icon.d.ts} +0 -0
  659. /package/dist/components/icons/{icon-calendar.vue.d.vue.ts → icon-calendar.d.ts} +0 -0
  660. /package/dist/components/icons/{icon-chevron-down.vue.d.vue.ts → icon-chevron-down.d.ts} +0 -0
  661. /package/dist/components/icons/{icon-chevron-left.vue.d.vue.ts → icon-chevron-left.d.ts} +0 -0
  662. /package/dist/components/icons/{icon-chevron-right.vue.d.vue.ts → icon-chevron-right.d.ts} +0 -0
  663. /package/dist/components/icons/{icon-chevron-up.vue.d.vue.ts → icon-chevron-up.d.ts} +0 -0
  664. /package/dist/components/icons/{icon-close.vue.d.vue.ts → icon-close.d.ts} +0 -0
  665. /package/dist/components/icons/{icon-minus.vue.d.vue.ts → icon-minus.d.ts} +0 -0
  666. /package/dist/components/icons/{icon-overlay-arrow.vue.d.vue.ts → icon-overlay-arrow.d.ts} +0 -0
  667. /package/dist/components/icons/{icon-plus.vue.d.vue.ts → icon-plus.d.ts} +0 -0
  668. /package/dist/components/icons/{icon-search.vue.d.vue.ts → icon-search.d.ts} +0 -0
  669. /package/dist/components/icons/{info-icon.vue.d.vue.ts → info-icon.d.ts} +0 -0
  670. /package/dist/components/icons/{success-icon.vue.d.vue.ts → success-icon.d.ts} +0 -0
  671. /package/dist/components/icons/{warning-icon.vue.d.vue.ts → warning-icon.d.ts} +0 -0
  672. /package/dist/components/modal/{modal-close.vue.d.vue.ts → modal-close.d.ts} +0 -0
  673. /package/dist/components/overlay/{overlay-dismiss-button.vue.d.vue.ts → overlay-dismiss-button.d.ts} +0 -0
  674. /package/dist/components/select/{select-hidden-select.vue.d.vue.ts → select-hidden-select.d.ts} +0 -0
  675. /package/dist/components/table/{table-expand-trigger.vue.d.vue.ts → table-expand-trigger.d.ts} +0 -0
@@ -7,7 +7,7 @@ import { useLabels } from "./use-labels.js";
7
7
  import { setFormValue } from "../utils/form-value.js";
8
8
  import { useColorAreaGradient } from "./use-color-area-gradient.js";
9
9
  import { useMove } from "./use-move.js";
10
- import { computed, nextTick, onScopeDispose, shallowRef, toValue, watch } from "vue";
10
+ import { computed, onScopeDispose, shallowRef, toValue, watch } from "vue";
11
11
  //#region src/composables/use-color-area.ts
12
12
  /**
13
13
  * A two dimensional colour control: two channels on two axes, one thumb, two hidden inputs.
@@ -68,10 +68,7 @@ var useColorArea = (options) => {
68
68
  flush: "post",
69
69
  immediate: true
70
70
  });
71
- useFormReset(inputXEl, () => state.defaultValue.value, (value) => {
72
- state.setValue(value);
73
- nextTick(reassert);
74
- });
71
+ useFormReset(inputXEl, () => state.defaultValue.value, state.setValue);
75
72
  /** Where the thumb is during a drag, in fractions of the area — not in pixels. */
76
73
  let currentPosition = null;
77
74
  /** The pointer that owns the interaction in flight, if any. */
@@ -1,6 +1,6 @@
1
- import type { Color, ColorChannel, ColorSpace } from "../utils/color-types";
2
- import type { ValidationBehavior } from "./use-form-validation-state";
3
- import type { NumberFieldState } from "./use-number-field-state";
1
+ import type { Color, ColorChannel, ColorSpace } from "../utils/color-types.js";
2
+ import type { ValidationBehavior } from "./use-form-validation-state.js";
3
+ import type { NumberFieldState } from "./use-number-field-state.js";
4
4
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
5
5
  export interface UseColorChannelFieldStateOptions {
6
6
  /** The channel the field edits. */
@@ -1,6 +1,6 @@
1
- import type { ColorChannelFieldState, UseColorChannelFieldStateOptions } from "./use-color-channel-field-state";
2
- import type { FieldIdsContext } from "./use-field-ids";
3
- import type { ValidationBehavior } from "./use-form-validation-state";
1
+ import type { ColorChannelFieldState, UseColorChannelFieldStateOptions } from "./use-color-channel-field-state.js";
2
+ import type { FieldIdsContext } from "./use-field-ids.js";
3
+ import type { ValidationBehavior } from "./use-form-validation-state.js";
4
4
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
5
5
  export interface UseColorChannelFieldOptions extends UseColorChannelFieldStateOptions {
6
6
  id?: MaybeRefOrGetter<string | undefined>;
@@ -1,5 +1,5 @@
1
- import type { Color } from "../utils/color-types";
2
- import type { FormValidationState, ValidationBehavior, ValidationFunction } from "./use-form-validation-state";
1
+ import type { Color } from "../utils/color-types.js";
2
+ import type { FormValidationState, ValidationBehavior, ValidationFunction } from "./use-form-validation-state.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
4
4
  export interface UseColorFieldStateOptions {
5
5
  /** Controlled colour. A string is parsed; one that will not parse is treated as absent. */
@@ -1,6 +1,6 @@
1
- import type { ColorFieldState, UseColorFieldStateOptions } from "./use-color-field-state";
2
- import type { FieldIdsContext } from "./use-field-ids";
3
- import type { TextFieldHandlers } from "./use-text-field";
1
+ import type { ColorFieldState, UseColorFieldStateOptions } from "./use-color-field-state.js";
2
+ import type { FieldIdsContext } from "./use-field-ids.js";
3
+ import type { TextFieldHandlers } from "./use-text-field.js";
4
4
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
5
5
  export interface UseColorFieldOptions extends UseColorFieldStateOptions {
6
6
  id?: MaybeRefOrGetter<string | undefined>;
@@ -5,7 +5,7 @@ import { useFormattedTextField } from "./use-formatted-text-field.js";
5
5
  import { useScrollWheel } from "./use-scroll-wheel.js";
6
6
  import { useSpinButton } from "./use-spin-button.js";
7
7
  import { useTextField } from "./use-text-field.js";
8
- import { computed, nextTick, shallowRef, toValue, watch } from "vue";
8
+ import { computed, shallowRef, toValue, watch } from "vue";
9
9
  //#region src/composables/use-color-field.ts
10
10
  /**
11
11
  * Behaviour and accessibility for a hex colour field, ported from React Aria's
@@ -86,10 +86,7 @@ var useColorField = (options = {}) => {
86
86
  setInputValue: state.setInputValue,
87
87
  validate: state.validate
88
88
  });
89
- useFormReset(field.element, () => state.defaultColorValue.value, (value) => {
90
- state.setColorValue(value);
91
- nextTick(reassert);
92
- });
89
+ useFormReset(field.element, () => state.defaultColorValue.value, state.setColorValue);
93
90
  /**
94
91
  * Whether the input has focus, which gates the wheel.
95
92
  *
@@ -1,4 +1,4 @@
1
- import type { Color } from "../utils/color-types";
1
+ import type { Color } from "../utils/color-types.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
3
3
  export interface UseColorPickerStateOptions {
4
4
  /** Current colour. A string is parsed. */
@@ -1,5 +1,5 @@
1
- import type { Color, ColorChannel, ColorSpace } from "../utils/color-types";
2
- import type { SliderOrientation, SliderState } from "./use-slider-state";
1
+ import type { Color, ColorChannel, ColorSpace } from "../utils/color-types.js";
2
+ import type { SliderOrientation, SliderState } from "./use-slider-state.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
4
4
  export interface UseColorSliderStateOptions {
5
5
  /** The channel the slider drives. */
@@ -1,7 +1,7 @@
1
- import type { Color, ColorChannel } from "../utils/color-types";
2
- import type { ColorSliderState } from "./use-color-slider-state";
3
- import type { SliderGroupAttrs, SliderOutputAttrs } from "./use-slider";
4
- import type { SliderThumbInputAttrs, UseSliderThumbReturn } from "./use-slider-thumb";
1
+ import type { Color, ColorChannel } from "../utils/color-types.js";
2
+ import type { ColorSliderState } from "./use-color-slider-state.js";
3
+ import type { SliderGroupAttrs, SliderOutputAttrs } from "./use-slider.js";
4
+ import type { SliderThumbInputAttrs, UseSliderThumbReturn } from "./use-slider-thumb.js";
5
5
  import type { CSSProperties, ComputedRef, MaybeRefOrGetter, Ref } from "vue";
6
6
  export interface UseColorSliderOptions {
7
7
  state: ColorSliderState;
@@ -1,4 +1,4 @@
1
- import type { Color } from "../utils/color-types";
1
+ import type { Color } from "../utils/color-types.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter, StyleValue } from "vue";
3
3
  export interface UseColorSwatchOptions {
4
4
  /** A labelling id supplied by the caller, prepended to the swatch's own. */
@@ -1,8 +1,8 @@
1
- import type { CollectionKey, UseCollectionReturn } from "./use-collection";
2
- import type { FormValidationState, ValidationBehavior, ValidationFunction } from "./use-form-validation-state";
3
- import type { FocusStrategy, MenuTriggerState } from "./use-overlay-trigger-state";
4
- import type { SelectSelectionMode, SelectedItem, SelectedValue } from "./use-select-state";
5
- import type { DisabledBehavior, UseSelectionManagerReturn } from "./use-selection-manager";
1
+ import type { CollectionKey, UseCollectionReturn } from "./use-collection.js";
2
+ import type { FormValidationState, ValidationBehavior, ValidationFunction } from "./use-form-validation-state.js";
3
+ import type { FocusStrategy, MenuTriggerState } from "./use-overlay-trigger-state.js";
4
+ import type { SelectSelectionMode, SelectedItem, SelectedValue } from "./use-select-state.js";
5
+ import type { DisabledBehavior, UseSelectionManagerReturn } from "./use-selection-manager.js";
6
6
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
7
7
  /**
8
8
  * What made the popover open, which decides whether it shows every option or only the matches.
@@ -1,10 +1,10 @@
1
- import type { PressResponder } from "./press-responder";
2
- import type { UseComboBoxStateReturn } from "./use-combo-box-state";
3
- import type { FieldIdsContext } from "./use-field-ids";
4
- import type { ValidationResult } from "./use-form-validation-state";
5
- import type { UseListKeyboardReturn } from "./use-list-keyboard";
6
- import type { TriggerAriaAttributes } from "./use-overlay-trigger";
7
- import type { TextFieldControlContext } from "./use-text-field";
1
+ import type { PressResponder } from "./press-responder.js";
2
+ import type { UseComboBoxStateReturn } from "./use-combo-box-state.js";
3
+ import type { FieldIdsContext } from "./use-field-ids.js";
4
+ import type { ValidationResult } from "./use-form-validation-state.js";
5
+ import type { UseListKeyboardReturn } from "./use-list-keyboard.js";
6
+ import type { TriggerAriaAttributes } from "./use-overlay-trigger.js";
7
+ import type { TextFieldControlContext } from "./use-text-field.js";
8
8
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
9
9
  export interface UseComboBoxOptions {
10
10
  /**
@@ -1,10 +1,10 @@
1
- import type { FieldOptions, FormatterOptions, Granularity, MaxGranularity } from "../utils/date-format";
2
- import type { DateSegmentType, SegmentLimits } from "../utils/incomplete-date";
3
- import type { FormValidationState, ValidationBehavior } from "./use-form-validation-state";
1
+ import type { FieldOptions, FormatterOptions, Granularity, MaxGranularity } from "../utils/date-format.js";
2
+ import type { DateSegmentType, SegmentLimits } from "../utils/incomplete-date.js";
3
+ import type { FormValidationState, ValidationBehavior } from "./use-form-validation-state.js";
4
4
  import type { Calendar, CalendarIdentifier, DateValue } from "@internationalized/date";
5
5
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
6
6
  import { DateFormatter } from "@internationalized/date";
7
- import { IncompleteDate } from "../utils/incomplete-date";
7
+ import { IncompleteDate } from "../utils/incomplete-date.js";
8
8
  export interface DateSegment extends Partial<SegmentLimits> {
9
9
  /** Which part of the date this is. */
10
10
  type: DateSegmentType;
@@ -1,8 +1,8 @@
1
- import type { FocusManager } from "../utils/focus";
2
- import type { DateFieldState } from "./use-date-field-state";
3
- import type { FieldIdsContext } from "./use-field-ids";
4
- import type { UsePressHandlers } from "./use-press";
5
- import type { TimeFieldState } from "./use-time-field-state";
1
+ import type { FocusManager } from "../utils/focus.js";
2
+ import type { DateFieldState } from "./use-date-field-state.js";
3
+ import type { FieldIdsContext } from "./use-field-ids.js";
4
+ import type { UsePressHandlers } from "./use-press.js";
5
+ import type { TimeFieldState } from "./use-time-field-state.js";
6
6
  import type { ComputedRef, MaybeRefOrGetter, Ref } from "vue";
7
7
  /** What a segment needs from the field it belongs to. */
8
8
  export interface DateFieldSegmentInfo {
@@ -1,5 +1,5 @@
1
- import type { FocusManager } from "../utils/focus";
2
- import type { UsePressHandlers } from "./use-press";
1
+ import type { FocusManager } from "../utils/focus.js";
2
+ import type { UsePressHandlers } from "./use-press.js";
3
3
  import type { MaybeRefOrGetter } from "vue";
4
4
  export interface UseDatePickerGroupOptions {
5
5
  /** The element focus moves around inside. A getter, because it does not exist yet at setup. */
@@ -1,6 +1,6 @@
1
- import type { FieldOptions, FormatterOptions, Granularity, TimeValue } from "../utils/date-format";
2
- import type { FormValidationState, ValidationBehavior } from "./use-form-validation-state";
3
- import type { OverlayTriggerState } from "./use-overlay-trigger-state";
1
+ import type { FieldOptions, FormatterOptions, Granularity, TimeValue } from "../utils/date-format.js";
2
+ import type { FormValidationState, ValidationBehavior } from "./use-form-validation-state.js";
3
+ import type { OverlayTriggerState } from "./use-overlay-trigger-state.js";
4
4
  import type { CalendarDate, DateValue } from "@internationalized/date";
5
5
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
6
6
  import { DateFormatter } from "@internationalized/date";
@@ -1,10 +1,10 @@
1
- import type { DayOfWeek } from "../utils/calendar";
2
- import type { FocusManager } from "../utils/focus";
3
- import type { PageBehavior } from "./use-calendar-state";
4
- import type { DatePickerState } from "./use-date-picker-state";
5
- import type { FieldIdsContext } from "./use-field-ids";
6
- import type { FormValidationState } from "./use-form-validation-state";
7
- import type { UsePressHandlers } from "./use-press";
1
+ import type { DayOfWeek } from "../utils/calendar.js";
2
+ import type { FocusManager } from "../utils/focus.js";
3
+ import type { PageBehavior } from "./use-calendar-state.js";
4
+ import type { DatePickerState } from "./use-date-picker-state.js";
5
+ import type { FieldIdsContext } from "./use-field-ids.js";
6
+ import type { FormValidationState } from "./use-form-validation-state.js";
7
+ import type { UsePressHandlers } from "./use-press.js";
8
8
  import type { DateValue } from "@internationalized/date";
9
9
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
10
10
  export interface UseDatePickerOptions {
@@ -1,7 +1,7 @@
1
- import type { FieldOptions, FormatterOptions, Granularity, TimeValue } from "../utils/date-format";
2
- import type { DateRange } from "./use-calendar";
3
- import type { FormValidationState, ValidationBehavior } from "./use-form-validation-state";
4
- import type { OverlayTriggerState } from "./use-overlay-trigger-state";
1
+ import type { FieldOptions, FormatterOptions, Granularity, TimeValue } from "../utils/date-format.js";
2
+ import type { DateRange } from "./use-calendar.js";
3
+ import type { FormValidationState, ValidationBehavior } from "./use-form-validation-state.js";
4
+ import type { OverlayTriggerState } from "./use-overlay-trigger-state.js";
5
5
  import type { DateValue } from "@internationalized/date";
6
6
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
7
7
  import { DateFormatter } from "@internationalized/date";
@@ -1,10 +1,10 @@
1
- import type { DayOfWeek } from "../utils/calendar";
2
- import type { FocusManager } from "../utils/focus";
3
- import type { PageBehavior } from "./use-calendar-state";
4
- import type { DateRangePickerState } from "./use-date-range-picker-state";
5
- import type { FieldIdsContext } from "./use-field-ids";
6
- import type { FormValidationState } from "./use-form-validation-state";
7
- import type { UsePressHandlers } from "./use-press";
1
+ import type { DayOfWeek } from "../utils/calendar.js";
2
+ import type { FocusManager } from "../utils/focus.js";
3
+ import type { PageBehavior } from "./use-calendar-state.js";
4
+ import type { DateRangePickerState } from "./use-date-range-picker-state.js";
5
+ import type { FieldIdsContext } from "./use-field-ids.js";
6
+ import type { FormValidationState } from "./use-form-validation-state.js";
7
+ import type { UsePressHandlers } from "./use-press.js";
8
8
  import type { DateValue } from "@internationalized/date";
9
9
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
10
10
  export interface UseDateRangePickerOptions {
@@ -1,5 +1,5 @@
1
- import type { FocusManager } from "../utils/focus";
2
- import type { DateFieldState, DateSegment } from "./use-date-field-state";
1
+ import type { FocusManager } from "../utils/focus.js";
2
+ import type { DateFieldState, DateSegment } from "./use-date-field-state.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
4
4
  export interface UseDateSegmentOptions {
5
5
  /** The segment this is behaviour for. A getter, because the field rebuilds them on every edit. */
@@ -1,4 +1,4 @@
1
- import type { Granularity } from "../utils/date-format";
1
+ import type { Granularity } from "../utils/date-format.js";
2
2
  import type { DateValue } from "@internationalized/date";
3
3
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
4
4
  export interface DefaultDateProps {
@@ -1,5 +1,5 @@
1
- import type { PressResponder } from "./press-responder";
2
- import type { OverlayTriggerState } from "./use-overlay-trigger-state";
1
+ import type { PressResponder } from "./press-responder.js";
2
+ import type { OverlayTriggerState } from "./use-overlay-trigger-state.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
4
4
  export interface UseDialogTriggerOptions {
5
5
  isDisabled?: MaybeRefOrGetter<boolean | undefined>;
@@ -1,4 +1,4 @@
1
- import type { DisclosureKey } from "./use-disclosure-group";
1
+ import type { DisclosureKey } from "./use-disclosure-group.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
3
3
  export interface UseDisclosureGroupNavigationOptions {
4
4
  /** Whether more than one item can be expanded at a time. */
@@ -1,6 +1,6 @@
1
- import type { CollectionKey } from "./use-collection";
2
- import type { DragAndDropHooks } from "./use-drag-and-drop";
3
- import type { UseDroppableCollectionStateReturn } from "./use-droppable-collection-state";
1
+ import type { CollectionKey } from "./use-collection.js";
2
+ import type { DragAndDropHooks } from "./use-drag-and-drop.js";
3
+ import type { UseDroppableCollectionStateReturn } from "./use-droppable-collection-state.js";
4
4
  import type { ComputedRef } from "vue";
5
5
  /**
6
6
  * The keys a virtualized collection has to keep rendered while a drag is in flight, ported from
@@ -1,14 +1,14 @@
1
- import type { DragItem, DragKey, DragPreviewRenderer, DragType, DragTypes, DraggableCollectionEndEvent, DraggableCollectionStartEvent, DropOperation, DropTarget, DropTargetDelegate, DroppableCollectionActivateEvent, DroppableCollectionDropEvent, DroppableCollectionInsertDropEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, ItemDropTarget } from "../utils/dnd-types";
1
+ import type { DragItem, DragKey, DragPreviewRenderer, DragType, DragTypes, DraggableCollectionEndEvent, DraggableCollectionStartEvent, DropOperation, DropTarget, DropTargetDelegate, DroppableCollectionActivateEvent, DroppableCollectionDropEvent, DroppableCollectionInsertDropEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, ItemDropTarget } from "../utils/dnd-types.js";
2
2
  import type { MaybeRefOrGetter } from "vue";
3
- import { ListDropTargetDelegate } from "../utils/dnd-list-drop-target-delegate";
4
- import { isVirtualDragging } from "./drag-manager";
5
- import { useDraggableCollection } from "./use-draggable-collection";
6
- import { useDraggableCollectionState } from "./use-draggable-collection-state";
7
- import { useDraggableItem } from "./use-draggable-item";
8
- import { useDropIndicator } from "./use-drop-indicator";
9
- import { useDroppableCollection } from "./use-droppable-collection";
10
- import { useDroppableCollectionState } from "./use-droppable-collection-state";
11
- import { useDroppableItem } from "./use-droppable-item";
3
+ import { ListDropTargetDelegate } from "../utils/dnd-list-drop-target-delegate.js";
4
+ import { isVirtualDragging } from "./drag-manager.js";
5
+ import { useDraggableCollection } from "./use-draggable-collection.js";
6
+ import { useDraggableCollectionState } from "./use-draggable-collection-state.js";
7
+ import { useDraggableItem } from "./use-draggable-item.js";
8
+ import { useDropIndicator } from "./use-drop-indicator.js";
9
+ import { useDroppableCollection } from "./use-droppable-collection.js";
10
+ import { useDroppableCollectionState } from "./use-droppable-collection-state.js";
11
+ import { useDroppableItem } from "./use-droppable-item.js";
12
12
  export interface DragAndDropOptions {
13
13
  /**
14
14
  * The items to put on the drag, for the keys being dragged.
@@ -1,5 +1,5 @@
1
- import type { DragEndEvent, DragItem, DragMoveEvent, DragPreviewRenderer, DragStartEvent, DropOperation } from "../utils/dnd-types";
2
- import type { PressEvent } from "./use-press";
1
+ import type { DragEndEvent, DragItem, DragMoveEvent, DragPreviewRenderer, DragStartEvent, DropOperation } from "../utils/dnd-types.js";
2
+ import type { PressEvent } from "./use-press.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter, ShallowRef } from "vue";
4
4
  export interface UseDragOptions {
5
5
  /** The items being dragged, read when the drag starts. */
@@ -1,5 +1,5 @@
1
- import type { DragCollection, DragItem, DragKey, DragMoveEvent, DragPreviewRenderer, DragStartEvent, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionStartEvent, DropOperation } from "../utils/dnd-types";
2
- import type { UseSelectionManagerReturn } from "./use-selection-manager";
1
+ import type { DragCollection, DragItem, DragKey, DragMoveEvent, DragPreviewRenderer, DragStartEvent, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionStartEvent, DropOperation } from "../utils/dnd-types.js";
2
+ import type { UseSelectionManagerReturn } from "./use-selection-manager.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter, ShallowRef } from "vue";
4
4
  export interface UseDraggableCollectionStateOptions<T = unknown> {
5
5
  collection: DragCollection<T>;
@@ -1,4 +1,4 @@
1
- import type { UseDraggableCollectionStateReturn } from "./use-draggable-collection-state";
1
+ import type { UseDraggableCollectionStateReturn } from "./use-draggable-collection-state.js";
2
2
  import type { ShallowRef } from "vue";
3
3
  /**
4
4
  * Marks this collection as the one a drag came from, ported from React Aria's
@@ -1,7 +1,7 @@
1
- import type { DragKey } from "../utils/dnd-types";
2
- import type { UseDragHandlers } from "./use-drag";
3
- import type { UseDraggableCollectionStateReturn } from "./use-draggable-collection-state";
4
- import type { PressEvent } from "./use-press";
1
+ import type { DragKey } from "../utils/dnd-types.js";
2
+ import type { UseDragHandlers } from "./use-drag.js";
3
+ import type { UseDraggableCollectionStateReturn } from "./use-draggable-collection-state.js";
4
+ import type { PressEvent } from "./use-press.js";
5
5
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
6
6
  export interface UseDraggableItemOptions {
7
7
  key: DragKey;
@@ -1,4 +1,4 @@
1
- import type { DrawerPlacement } from "../components/drawer/drawer.types";
1
+ import type { DrawerPlacement } from "../components/drawer/drawer.types.js";
2
2
  import type { MaybeRefOrGetter } from "vue";
3
3
  export interface UseDrawerDragOptions {
4
4
  /** The panel that moves. */
@@ -1,5 +1,5 @@
1
- import type { UseDroppableCollectionStateReturn } from "./use-droppable-collection-state";
2
- import type { UseDroppableItemOptions } from "./use-droppable-item";
1
+ import type { UseDroppableCollectionStateReturn } from "./use-droppable-collection-state.js";
2
+ import type { UseDroppableItemOptions } from "./use-droppable-item.js";
3
3
  import type { ComputedRef, ShallowRef } from "vue";
4
4
  export type UseDropIndicatorOptions = UseDroppableItemOptions;
5
5
  export interface UseDropIndicatorReturn {
@@ -1,4 +1,4 @@
1
- import type { DragTypes, DropActivateEvent, DropEnterEvent, DropEvent, DropExitEvent, DropMoveEvent, DropOperation } from "../utils/dnd-types";
1
+ import type { DragTypes, DropActivateEvent, DropEnterEvent, DropEvent, DropExitEvent, DropMoveEvent, DropOperation } from "../utils/dnd-types.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter, ShallowRef } from "vue";
3
3
  export interface UseDropOptions {
4
4
  /** The drop target element. */
@@ -1,5 +1,5 @@
1
- import type { DragCollection, DragKey, DragType, DragTypes, DropOperation, DropTarget, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, ItemDropTarget } from "../utils/dnd-types";
2
- import type { UseSelectionManagerReturn } from "./use-selection-manager";
1
+ import type { DragCollection, DragKey, DragType, DragTypes, DropOperation, DropTarget, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, ItemDropTarget } from "../utils/dnd-types.js";
2
+ import type { UseSelectionManagerReturn } from "./use-selection-manager.js";
3
3
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
4
4
  /** Everything the validity matrix needs to judge one candidate drop. */
5
5
  export interface DropOperationEvent {
@@ -1,6 +1,6 @@
1
- import type { DragKey, DragKeyboardDelegate, DropTargetDelegate, DroppableCollectionActivateEvent } from "../utils/dnd-types";
2
- import type { UseDropHandlers } from "./use-drop";
3
- import type { UseDroppableCollectionStateOptions, UseDroppableCollectionStateReturn } from "./use-droppable-collection-state";
1
+ import type { DragKey, DragKeyboardDelegate, DropTargetDelegate, DroppableCollectionActivateEvent } from "../utils/dnd-types.js";
2
+ import type { UseDropHandlers } from "./use-drop.js";
3
+ import type { UseDroppableCollectionStateOptions, UseDroppableCollectionStateReturn } from "./use-droppable-collection-state.js";
4
4
  import type { ComputedRef, ShallowRef } from "vue";
5
5
  /** Extra keys a collection's keyboard delegate may offer beyond the drag navigation ones. */
6
6
  export interface DroppableCollectionKeyboardDelegate extends DragKeyboardDelegate {
@@ -1,5 +1,5 @@
1
- import type { DropTarget } from "../utils/dnd-types";
2
- import type { UseDroppableCollectionStateReturn } from "./use-droppable-collection-state";
1
+ import type { DropTarget } from "../utils/dnd-types.js";
2
+ import type { UseDroppableCollectionStateReturn } from "./use-droppable-collection-state.js";
3
3
  import type { ComputedRef, ShallowRef } from "vue";
4
4
  export interface UseDroppableItemOptions {
5
5
  /** The position within the collection this element stands for. */
@@ -1,4 +1,5 @@
1
- import { computed, nextTick, onScopeDispose, shallowRef, toValue, watch } from "vue";
1
+ import { createAnimationSettleWaiter } from "../utils/animation-settled.js";
2
+ import { computed, onScopeDispose, shallowRef, toValue, watch } from "vue";
2
3
  //#region src/composables/use-enter-exit.ts
3
4
  /**
4
5
  * Keep an element mounted until its exit animation has finished, ported from React Aria's
@@ -30,54 +31,23 @@ var useEnterExit = (options) => {
30
31
  const isReady = computed(() => toValue(options.isReady) ?? true);
31
32
  const isEntering = computed(() => entering.value && isReady.value);
32
33
  const isExiting = computed(() => exitState.value === "exiting");
33
- let cancelled = false;
34
34
  /**
35
- * The latest wait of each phase, so a superseded one cannot resolve over the top of it.
36
- *
37
- * One counter per phase rather than one shared: entry and exit are waited for independently, and
38
- * a single counter meant an exit beginning while the entry was still animating invalidated that
39
- * entry's wait for good. Nothing ever cleared the entry state after that, and the element stayed
40
- * at the first frame of its entry animation — scaled down and fully transparent, so an overlay
41
- * closed and reopened quickly became invisible until it was destroyed.
35
+ * A waiter per phase rather than one shared, because entry and exit are waited for
36
+ * independently. Sharing one meant an exit beginning while the entry was still animating
37
+ * superseded that entry's wait for good. Nothing ever cleared the entry state after that, and
38
+ * the element stayed at the first frame of its entry animation scaled down and fully
39
+ * transparent, so an overlay closed and reopened quickly became invisible until it was
40
+ * destroyed.
42
41
  */
43
- const generations = {
44
- entering: 0,
45
- exiting: 0
46
- };
47
- /**
48
- * Resolve once every animation running on the element has settled.
49
- *
50
- * The animations are read a tick after being asked for, not straight away: the state that
51
- * triggers them is rendered as an attribute, and reading before that attribute is in the DOM
52
- * finds no animations at all — which would clear the state again and leave the animation never
53
- * playing.
54
- */
55
- const whenSettled = (phase, onEnd) => {
56
- const current = ++generations[phase];
57
- nextTick(() => {
58
- if (cancelled || current !== generations[phase]) return;
59
- const element = getElement();
60
- if (!element || typeof element.getAnimations !== "function") {
61
- onEnd();
62
- return;
63
- }
64
- const animations = element.getAnimations();
65
- if (animations.length === 0) {
66
- onEnd();
67
- return;
68
- }
69
- Promise.allSettled(animations.map((animation) => animation.finished)).then(() => {
70
- if (!cancelled && current === generations[phase]) onEnd();
71
- });
72
- });
73
- };
42
+ const entry = createAnimationSettleWaiter(getElement);
43
+ const exit = createAnimationSettleWaiter(getElement);
74
44
  watch([isEntering, () => getElement()], ([active]) => {
75
45
  if (!active) return;
76
46
  const element = getElement();
77
47
  if (element && typeof element.getAnimations === "function") {
78
48
  for (const animation of element.getAnimations()) if (typeof CSSTransition !== "undefined" && animation instanceof CSSTransition) animation.cancel();
79
49
  }
80
- whenSettled("entering", () => {
50
+ entry.whenSettled(() => {
81
51
  entering.value = false;
82
52
  });
83
53
  }, {
@@ -94,7 +64,7 @@ var useEnterExit = (options) => {
94
64
  }, { flush: "sync" });
95
65
  watch([isExiting, () => getElement()], ([active]) => {
96
66
  if (!active) return;
97
- whenSettled("exiting", () => {
67
+ exit.whenSettled(() => {
98
68
  if (exitState.value === "exiting") exitState.value = "closed";
99
69
  });
100
70
  }, {
@@ -102,7 +72,8 @@ var useEnterExit = (options) => {
102
72
  immediate: true
103
73
  });
104
74
  onScopeDispose(() => {
105
- cancelled = true;
75
+ entry.cancel();
76
+ exit.cancel();
106
77
  }, true);
107
78
  return {
108
79
  isEntering,
@@ -1,4 +1,4 @@
1
- import type { FormValidationState, ValidatableElement } from "./use-form-validation-state";
1
+ import type { FormValidationState, ValidatableElement } from "./use-form-validation-state.js";
2
2
  import type { MaybeRefOrGetter, Ref } from "vue";
3
3
  export interface UseFormValidationOptions {
4
4
  /** Called instead of focusing the element when a failed submit lands on this field. */
@@ -1,7 +1,7 @@
1
- import type { CollectionKey } from "./use-collection";
2
- import type { ListKeyboardLayoutDelegate } from "./use-list-keyboard";
3
- import type { UseSelectionManagerReturn } from "./use-selection-manager";
4
- import type { UseTableCollectionReturn } from "./use-table-collection";
1
+ import type { CollectionKey } from "./use-collection.js";
2
+ import type { ListKeyboardLayoutDelegate } from "./use-list-keyboard.js";
3
+ import type { UseSelectionManagerReturn } from "./use-selection-manager.js";
4
+ import type { UseTableCollectionReturn } from "./use-table-collection.js";
5
5
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
6
6
  /**
7
7
  * Where focus sits in a grid.
@@ -1,5 +1,5 @@
1
- import type { UseCollectionReturn } from "./use-collection";
2
- import type { UseSelectionManagerReturn } from "./use-selection-manager";
1
+ import type { UseCollectionReturn } from "./use-collection.js";
2
+ import type { UseSelectionManagerReturn } from "./use-selection-manager.js";
3
3
  export interface UseGridSelectionAnnouncementOptions {
4
4
  collection: UseCollectionReturn;
5
5
  selection: UseSelectionManagerReturn;
@@ -1,4 +1,4 @@
1
- import type { PushPasswordManagerStrategy } from "./use-password-manager-badge";
1
+ import type { PushPasswordManagerStrategy } from "./use-password-manager-badge.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
3
3
  /** Ready-made patterns for the three code alphabets almost every one-time code uses. */
4
4
  export declare const REGEXP_ONLY_DIGITS = "^\\d+$";
@@ -1,5 +1,5 @@
1
- import type { CollectionKey } from "./use-collection";
2
- import type { CollectionSelection } from "./use-selection-manager";
1
+ import type { CollectionKey } from "./use-collection.js";
2
+ import type { CollectionSelection } from "./use-selection-manager.js";
3
3
  import type { ComputedRef } from "vue";
4
4
  export interface UseListDataOptions<T> {
5
5
  /** Initial items in the list. */
@@ -1,6 +1,6 @@
1
- import type { Rect, Size } from "../utils/virtualizer-geometry";
2
- import type { CollectionKey, UseCollectionReturn } from "./use-collection";
3
- import type { UseSelectionManagerReturn } from "./use-selection-manager";
1
+ import type { Rect, Size } from "../utils/virtualizer-geometry.js";
2
+ import type { CollectionKey, UseCollectionReturn } from "./use-collection.js";
3
+ import type { UseSelectionManagerReturn } from "./use-selection-manager.js";
4
4
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
5
5
  export type ListOrientation = "horizontal" | "vertical";
6
6
  /**
@@ -1,4 +1,4 @@
1
- import type { Locale } from "../utils/locale";
1
+ import type { Locale } from "../utils/locale.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
3
3
  /**
4
4
  * The locale an ancestor has chosen, or `null` when nobody has and the browser's own should win.
@@ -1,4 +1,4 @@
1
- import type { PressEvent, UsePressHandlers } from "./use-press";
1
+ import type { PressEvent, UsePressHandlers } from "./use-press.js";
2
2
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
3
3
  /** How long the press has to be held before it counts as a long press. */
4
4
  export declare const LONG_PRESS_THRESHOLD_MS = 500;
@@ -1,6 +1,6 @@
1
- import type { PressResponder } from "./press-responder";
2
- import type { OverlayType } from "./use-overlay-trigger";
3
- import type { FocusStrategy, MenuTriggerState } from "./use-overlay-trigger-state";
1
+ import type { PressResponder } from "./press-responder.js";
2
+ import type { OverlayType } from "./use-overlay-trigger.js";
3
+ import type { FocusStrategy, MenuTriggerState } from "./use-overlay-trigger-state.js";
4
4
  import type { ComputedRef, MaybeRefOrGetter } from "vue";
5
5
  /** How the menu is opened. */
6
6
  export type MenuTriggerType = "press" | "longPress";