ropav 0.6.0 → 0.7.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 (320) hide show
  1. package/README.md +32 -9
  2. package/dist/components/accordion/index.d.ts +2 -190
  3. package/dist/components/accordion/index.js +1 -12
  4. package/dist/components/alert/alert-indicator.js +1 -1
  5. package/dist/components/alert/index.d.ts +2 -131
  6. package/dist/components/alert/index.js +1 -10
  7. package/dist/components/alert-dialog/alert-dialog-close.js +1 -1
  8. package/dist/components/alert-dialog/alert-dialog-heading.js +2 -2
  9. package/dist/components/alert-dialog/alert-dialog.types.d.ts +1 -1
  10. package/dist/components/alert-dialog/index.d.ts +2 -296
  11. package/dist/components/alert-dialog/index.js +1 -17
  12. package/dist/components/autocomplete/autocomplete-popover.js +2 -2
  13. package/dist/components/autocomplete/autocomplete-root.js +1 -1
  14. package/dist/components/autocomplete/index.d.ts +2 -250
  15. package/dist/components/autocomplete/index.js +1 -12
  16. package/dist/components/avatar/avatar.context.d.ts +1 -1
  17. package/dist/components/avatar/index.d.ts +2 -101
  18. package/dist/components/avatar/index.js +1 -8
  19. package/dist/components/badge/badge-anchor.js +5 -4
  20. package/dist/components/badge/badge-auto-label.d.ts +4 -4
  21. package/dist/components/badge/badge-auto-label.js +2 -2
  22. package/dist/components/badge/badge-root.js +2 -2
  23. package/dist/components/badge/index.d.ts +2 -95
  24. package/dist/components/badge/index.js +1 -8
  25. package/dist/components/breadcrumbs/breadcrumbs-item.js +2 -2
  26. package/dist/components/breadcrumbs/breadcrumbs.types.d.ts +2 -2
  27. package/dist/components/breadcrumbs/index.d.ts +2 -90
  28. package/dist/components/breadcrumbs/index.js +1 -7
  29. package/dist/components/button/index.d.ts +2 -61
  30. package/dist/components/button/index.js +1 -4
  31. package/dist/components/button-group/index.d.ts +2 -72
  32. package/dist/components/button-group/index.js +1 -7
  33. package/dist/components/calendar/calendar-grid-body.js +2 -2
  34. package/dist/components/calendar/calendar-grid-header.js +1 -1
  35. package/dist/components/calendar/calendar-grid.js +2 -1
  36. package/dist/components/calendar/calendar-root.d.ts +1 -1
  37. package/dist/components/calendar/calendar-root.js +13 -13
  38. package/dist/components/calendar/calendar.context.js +1 -1
  39. package/dist/components/calendar/calendar.types.d.ts +3 -1
  40. package/dist/components/calendar/index.d.ts +2 -422
  41. package/dist/components/calendar/index.js +1 -27
  42. package/dist/components/calendar-year-picker/calendar-year-picker-cell.js +15 -11
  43. package/dist/components/calendar-year-picker/calendar-year-picker-grid-body.js +9 -10
  44. package/dist/components/calendar-year-picker/calendar-year-picker-grid.js +36 -32
  45. package/dist/components/calendar-year-picker/calendar-year-picker-trigger-heading.js +1 -1
  46. package/dist/components/calendar-year-picker/calendar-year-picker-trigger.js +1 -1
  47. package/dist/components/calendar-year-picker/calendar-year-picker.context.d.ts +26 -8
  48. package/dist/components/calendar-year-picker/calendar-year-picker.context.js +2 -2
  49. package/dist/components/calendar-year-picker/calendar-year-picker.types.d.ts +8 -1
  50. package/dist/components/calendar-year-picker/index.d.ts +0 -134
  51. package/dist/components/calendar-year-picker/index.js +1 -11
  52. package/dist/components/card/index.d.ts +2 -152
  53. package/dist/components/card/index.js +1 -11
  54. package/dist/components/checkbox/index.d.ts +2 -146
  55. package/dist/components/checkbox/index.js +1 -9
  56. package/dist/components/checkbox-group/index.d.ts +2 -77
  57. package/dist/components/checkbox-group/index.js +1 -4
  58. package/dist/components/chip/chip-auto-label.d.ts +4 -4
  59. package/dist/components/chip/chip-auto-label.js +2 -2
  60. package/dist/components/chip/chip-root.js +2 -2
  61. package/dist/components/chip/index.d.ts +2 -72
  62. package/dist/components/chip/index.js +1 -7
  63. package/dist/components/close-button/index.d.ts +2 -55
  64. package/dist/components/close-button/index.js +1 -4
  65. package/dist/components/color-area/index.d.ts +2 -100
  66. package/dist/components/color-area/index.js +1 -7
  67. package/dist/components/color-field/color-field-root.js +1 -1
  68. package/dist/components/color-field/index.d.ts +2 -175
  69. package/dist/components/color-field/index.js +1 -14
  70. package/dist/components/color-input-group/index.d.ts +2 -115
  71. package/dist/components/color-input-group/index.js +1 -9
  72. package/dist/components/color-picker/color-picker-popover.js +2 -2
  73. package/dist/components/color-picker/index.d.ts +2 -110
  74. package/dist/components/color-picker/index.js +1 -8
  75. package/dist/components/color-slider/index.d.ts +2 -138
  76. package/dist/components/color-slider/index.js +1 -9
  77. package/dist/components/color-swatch/index.d.ts +2 -59
  78. package/dist/components/color-swatch/index.js +1 -4
  79. package/dist/components/color-swatch-picker/color-swatch-picker-item.js +1 -1
  80. package/dist/components/color-swatch-picker/index.d.ts +2 -129
  81. package/dist/components/color-swatch-picker/index.js +1 -9
  82. package/dist/components/combo-box/combo-box-popover.js +2 -2
  83. package/dist/components/combo-box/combo-box.types.d.ts +1 -1
  84. package/dist/components/combo-box/index.d.ts +2 -229
  85. package/dist/components/combo-box/index.js +1 -10
  86. package/dist/components/date-field/date-field-root.js +2 -2
  87. package/dist/components/date-field/index.d.ts +2 -241
  88. package/dist/components/date-field/index.js +1 -12
  89. package/dist/components/date-input-group/use-date-segment.js +1 -1
  90. package/dist/components/date-picker/date-picker-popover.js +2 -2
  91. package/dist/components/date-picker/date-picker-root.js +6 -3
  92. package/dist/components/date-picker/index.d.ts +2 -186
  93. package/dist/components/date-picker/index.js +1 -9
  94. package/dist/components/date-range-picker/date-range-picker-popover.js +2 -2
  95. package/dist/components/date-range-picker/date-range-picker-root.js +6 -3
  96. package/dist/components/date-range-picker/index.d.ts +2 -209
  97. package/dist/components/date-range-picker/index.js +1 -10
  98. package/dist/components/description/index.d.ts +2 -45
  99. package/dist/components/description/index.js +1 -4
  100. package/dist/components/disclosure/disclosure-root.js +3 -3
  101. package/dist/components/disclosure/index.d.ts +2 -163
  102. package/dist/components/disclosure/index.js +1 -11
  103. package/dist/components/disclosure-group/index.d.ts +2 -57
  104. package/dist/components/disclosure-group/index.js +1 -4
  105. package/dist/components/drawer/drawer-close.js +1 -1
  106. package/dist/components/drawer/drawer-dialog.js +1 -1
  107. package/dist/components/drawer/drawer-heading.js +2 -2
  108. package/dist/components/drawer/drawer.types.d.ts +1 -1
  109. package/dist/components/drawer/index.d.ts +2 -291
  110. package/dist/components/drawer/index.js +1 -17
  111. package/dist/components/drop-zone/index.d.ts +2 -80
  112. package/dist/components/drop-zone/index.js +1 -7
  113. package/dist/components/dropdown/dropdown-popover.js +2 -2
  114. package/dist/components/dropdown/index.d.ts +2 -265
  115. package/dist/components/dropdown/index.js +1 -23
  116. package/dist/components/empty-state/index.d.ts +2 -45
  117. package/dist/components/empty-state/index.js +1 -4
  118. package/dist/components/error-message/index.d.ts +2 -45
  119. package/dist/components/error-message/index.js +1 -4
  120. package/dist/components/field-error/field-error-root.js +2 -2
  121. package/dist/components/field-error/index.d.ts +2 -66
  122. package/dist/components/field-error/index.js +1 -7
  123. package/dist/components/fieldset/index.d.ts +2 -110
  124. package/dist/components/fieldset/index.js +1 -9
  125. package/dist/components/form/index.d.ts +2 -49
  126. package/dist/components/form/index.js +1 -4
  127. package/dist/components/header/index.d.ts +2 -45
  128. package/dist/components/header/index.js +1 -4
  129. package/dist/components/i18n-provider/index.d.ts +2 -2
  130. package/dist/components/i18n-provider/index.js +1 -1
  131. package/dist/components/input/index.d.ts +2 -51
  132. package/dist/components/input/index.js +1 -4
  133. package/dist/components/input-group/index.d.ts +2 -141
  134. package/dist/components/input-group/index.js +1 -10
  135. package/dist/components/input-otp/index.d.ts +2 -151
  136. package/dist/components/input-otp/index.js +1 -9
  137. package/dist/components/kbd/index.d.ts +2 -86
  138. package/dist/components/kbd/index.js +1 -8
  139. package/dist/components/label/index.d.ts +2 -51
  140. package/dist/components/label/index.js +1 -4
  141. package/dist/components/link/index.d.ts +2 -94
  142. package/dist/components/link/index.js +1 -7
  143. package/dist/components/list-box/index.d.ts +2 -191
  144. package/dist/components/list-box/index.js +1 -14
  145. package/dist/components/list-box/list-box-drop-indicator.js +2 -2
  146. package/dist/components/list-box/list-box-root.js +4 -4
  147. package/dist/components/list-box-item/index.d.ts +2 -74
  148. package/dist/components/list-box-item/index.js +1 -7
  149. package/dist/components/list-box-item/list-box-item-root.js +2 -2
  150. package/dist/components/list-box-section/index.d.ts +2 -47
  151. package/dist/components/list-box-section/index.js +1 -4
  152. package/dist/components/menu/index.d.ts +2 -83
  153. package/dist/components/menu/index.js +1 -4
  154. package/dist/components/menu-item/index.d.ts +2 -96
  155. package/dist/components/menu-item/index.js +1 -8
  156. package/dist/components/menu-item/menu-item-root.js +2 -2
  157. package/dist/components/menu-section/index.d.ts +2 -63
  158. package/dist/components/menu-section/index.js +1 -4
  159. package/dist/components/meter/index.d.ts +2 -127
  160. package/dist/components/meter/index.js +1 -9
  161. package/dist/components/modal/index.d.ts +2 -296
  162. package/dist/components/modal/index.js +1 -17
  163. package/dist/components/modal/modal-close.js +1 -1
  164. package/dist/components/modal/modal-heading.js +2 -2
  165. package/dist/components/modal/modal.context.d.ts +2 -2
  166. package/dist/components/modal/modal.types.d.ts +1 -1
  167. package/dist/components/number-field/index.d.ts +2 -186
  168. package/dist/components/number-field/index.js +1 -10
  169. package/dist/components/number-field/number-field-decrement-button.js +1 -1
  170. package/dist/components/number-field/number-field-increment-button.js +1 -1
  171. package/dist/components/overlay/overlay-slots.d.ts +1 -1
  172. package/dist/components/pagination/index.d.ts +2 -244
  173. package/dist/components/pagination/index.js +1 -15
  174. package/dist/components/pagination/pagination-next.js +4 -1
  175. package/dist/components/pagination/pagination-previous.js +4 -1
  176. package/dist/components/popover/index.d.ts +2 -172
  177. package/dist/components/popover/index.js +1 -11
  178. package/dist/components/popover/popover-arrow.js +2 -2
  179. package/dist/components/popover/popover-content.js +2 -2
  180. package/dist/components/popover/popover-heading.js +2 -2
  181. package/dist/components/popover/popover.types.d.ts +1 -1
  182. package/dist/components/progress-bar/index.d.ts +2 -133
  183. package/dist/components/progress-bar/index.js +1 -9
  184. package/dist/components/progress-circle/index.d.ts +2 -124
  185. package/dist/components/progress-circle/index.js +1 -9
  186. package/dist/components/radio/index.d.ts +2 -120
  187. package/dist/components/radio/index.js +1 -9
  188. package/dist/components/radio-group/index.d.ts +2 -79
  189. package/dist/components/radio-group/index.js +1 -4
  190. package/dist/components/range-calendar/index.d.ts +2 -424
  191. package/dist/components/range-calendar/index.js +1 -27
  192. package/dist/components/range-calendar/range-calendar-cell.js +4 -2
  193. package/dist/components/range-calendar/range-calendar-grid-body.js +2 -2
  194. package/dist/components/range-calendar/range-calendar-grid-header.js +1 -1
  195. package/dist/components/range-calendar/range-calendar-grid.js +2 -1
  196. package/dist/components/range-calendar/range-calendar-root.d.ts +3 -3
  197. package/dist/components/range-calendar/range-calendar-root.js +13 -13
  198. package/dist/components/range-calendar/range-calendar.context.d.ts +1 -1
  199. package/dist/components/range-calendar/range-calendar.context.js +1 -1
  200. package/dist/components/range-calendar/range-calendar.types.d.ts +3 -1
  201. package/dist/components/router-provider/index.d.ts +2 -2
  202. package/dist/components/router-provider/index.js +1 -1
  203. package/dist/components/scroll-shadow/index.d.ts +2 -69
  204. package/dist/components/scroll-shadow/index.js +1 -4
  205. package/dist/components/search-field/index.d.ts +2 -195
  206. package/dist/components/search-field/index.js +1 -10
  207. package/dist/components/search-field/search-field-clear-button.js +5 -5
  208. package/dist/components/segmented-control/index.d.ts +2 -126
  209. package/dist/components/segmented-control/index.js +1 -9
  210. package/dist/components/select/index.d.ts +2 -202
  211. package/dist/components/select/index.js +1 -10
  212. package/dist/components/select/select-popover.js +2 -2
  213. package/dist/components/select/select-value.js +1 -1
  214. package/dist/components/separator/index.d.ts +2 -41
  215. package/dist/components/separator/index.js +1 -4
  216. package/dist/components/sidebar/index.d.ts +2 -520
  217. package/dist/components/sidebar/index.js +1 -25
  218. package/dist/components/sidebar/sidebar-content.js +2 -2
  219. package/dist/components/sidebar/sidebar-item-tooltip.js +2 -2
  220. package/dist/components/sidebar/sidebar-panel.js +1 -0
  221. package/dist/components/sidebar/sidebar-rail.js +1 -0
  222. package/dist/components/sidebar/sidebar-root.js +23 -5
  223. package/dist/components/sidebar/sidebar.state.d.ts +3 -0
  224. package/dist/components/sidebar/sidebar.state.js +5 -0
  225. package/dist/components/sidebar/sidebar.types.d.ts +2 -2
  226. package/dist/components/skeleton/index.d.ts +2 -47
  227. package/dist/components/skeleton/index.js +1 -4
  228. package/dist/components/slider/index.d.ts +2 -180
  229. package/dist/components/slider/index.js +1 -11
  230. package/dist/components/spinner/index.d.ts +2 -41
  231. package/dist/components/spinner/index.js +1 -4
  232. package/dist/components/splitter/index.d.ts +2 -134
  233. package/dist/components/splitter/index.js +1 -8
  234. package/dist/components/surface/index.d.ts +2 -47
  235. package/dist/components/surface/index.js +1 -4
  236. package/dist/components/switch/index.d.ts +2 -165
  237. package/dist/components/switch/index.js +1 -10
  238. package/dist/components/switch-group/index.d.ts +2 -47
  239. package/dist/components/switch-group/index.js +1 -4
  240. package/dist/components/table/index.d.ts +2 -442
  241. package/dist/components/table/index.js +1 -23
  242. package/dist/components/table/table-body.js +9 -9
  243. package/dist/components/table/table-cell.js +3 -3
  244. package/dist/components/table/table-column.js +4 -4
  245. package/dist/components/table/table-content.js +3 -3
  246. package/dist/components/table/table-drag-handle.js +1 -1
  247. package/dist/components/table/table-drop-indicator.js +9 -7
  248. package/dist/components/table/table-header.js +4 -4
  249. package/dist/components/table/table-load-more.js +5 -5
  250. package/dist/components/table/table-row.js +4 -4
  251. package/dist/components/table/table.context.d.ts +2 -2
  252. package/dist/components/table/table.types.d.ts +3 -3
  253. package/dist/components/tabs/index.d.ts +2 -189
  254. package/dist/components/tabs/index.js +1 -12
  255. package/dist/components/tabs/tabs-list-container.js +2 -2
  256. package/dist/components/tag/index.d.ts +2 -76
  257. package/dist/components/tag/index.js +1 -7
  258. package/dist/components/tag/tag-remove-button.js +2 -2
  259. package/dist/components/tag-group/index.d.ts +2 -93
  260. package/dist/components/tag-group/index.js +1 -7
  261. package/dist/components/textarea/index.d.ts +2 -51
  262. package/dist/components/textarea/index.js +1 -4
  263. package/dist/components/textfield/index.d.ts +2 -109
  264. package/dist/components/textfield/index.js +1 -4
  265. package/dist/components/time-field/index.d.ts +2 -233
  266. package/dist/components/time-field/index.js +1 -12
  267. package/dist/components/toast/index.d.ts +2 -216
  268. package/dist/components/toast/index.js +1 -15
  269. package/dist/components/toast/toast-action-button.js +2 -2
  270. package/dist/components/toast/toast-default-content.js +1 -1
  271. package/dist/components/toast/toast-queue.d.ts +1 -1
  272. package/dist/components/toast/toast-queue.js +1 -1
  273. package/dist/components/toast/toast-root.js +1 -1
  274. package/dist/components/toast/toast.types.d.ts +3 -3
  275. package/dist/components/toggle-button/index.d.ts +2 -65
  276. package/dist/components/toggle-button/index.js +1 -4
  277. package/dist/components/toggle-button-group/index.d.ts +2 -82
  278. package/dist/components/toggle-button-group/index.js +1 -7
  279. package/dist/components/toolbar/index.d.ts +2 -49
  280. package/dist/components/toolbar/index.js +1 -4
  281. package/dist/components/tooltip/index.d.ts +2 -136
  282. package/dist/components/tooltip/index.js +1 -9
  283. package/dist/components/tooltip/tooltip-arrow.js +2 -2
  284. package/dist/components/tooltip/tooltip-root.js +1 -1
  285. package/dist/components/tooltip/tooltip.types.d.ts +1 -1
  286. package/dist/components/typography/code.js +2 -2
  287. package/dist/components/typography/heading.js +2 -2
  288. package/dist/components/typography/index.d.ts +2 -1269
  289. package/dist/components/typography/index.js +1 -10
  290. package/dist/components/typography/paragraph.js +2 -2
  291. package/dist/components/typography/typography-root.js +2 -2
  292. package/dist/composables/use-calendar-grid.js +2 -1
  293. package/dist/composables/use-calendar-year-picker.js +12 -3
  294. package/dist/composables/use-color-slider.d.ts +1 -1
  295. package/dist/composables/use-color-slider.js +1 -1
  296. package/dist/composables/use-press.d.ts +10 -0
  297. package/dist/composables/use-press.js +27 -2
  298. package/dist/composables/use-prevent-scroll.d.ts +11 -5
  299. package/dist/composables/use-prevent-scroll.js +11 -5
  300. package/dist/composables/use-range-calendar.js +2 -1
  301. package/dist/composables/use-text-field.js +1 -1
  302. package/dist/index.d.ts +1 -1
  303. package/dist/index.js +110 -111
  304. package/dist/styles-no-preflight.css +3 -0
  305. package/dist/styles-overrides.css +15 -0
  306. package/dist/styles.css +1 -16
  307. package/dist/utils/calendar-systems.d.ts +14 -0
  308. package/dist/utils/calendar-systems.js +2 -0
  309. package/dist/utils/calendar.d.ts +14 -5
  310. package/dist/utils/calendar.js +18 -21
  311. package/dist/utils/compose.d.ts +4 -6
  312. package/dist/utils/compose.js +4 -6
  313. package/dist/utils/dnd-list-drop-target-delegate.d.ts +19 -1
  314. package/dist/utils/dnd-list-drop-target-delegate.js +37 -6
  315. package/dist/utils/index.d.ts +1 -0
  316. package/dist/utils/virtualizer-list-layout.d.ts +8 -0
  317. package/dist/utils/virtualizer-list-layout.js +12 -2
  318. package/dist/utils/virtualizer-table-layout.d.ts +1 -0
  319. package/dist/utils/virtualizer-table-layout.js +3 -0
  320. package/package.json +7 -4
@@ -30,10 +30,10 @@ var table_header_vue_vue_type_script_setup_true_vapor_true_lang_default = /*@__P
30
30
  "aria-rowindex": () => unref(virtualizer) ? 1 : void 0,
31
31
  role: "row"
32
32
  }, extend(() => {
33
- return createSlot("default", { allowsDragging: () => allowsDragging.value }, null, 36);
34
- }, { _: 8 }), 4);
35
- }, { _: 8 }), 4);
36
- }, { _: 8 }), true);
33
+ return createSlot("default", { allowsDragging: () => allowsDragging.value }, null, 4);
34
+ }, { _: 1 }), 4);
35
+ }, { _: 1 }), 4);
36
+ }, { _: 1 }), true);
37
37
  }
38
38
  });
39
39
  //#endregion
@@ -91,7 +91,7 @@ var table_load_more_vue_vue_type_script_setup_true_vapor_true_lang_default = /*@
91
91
  setStaticTemplateRef(n0, sentinel, null, "sentinel");
92
92
  return n0;
93
93
  }, 4);
94
- }, { _: 8 }), 4), createIf(() => props.isLoading, () => {
94
+ }, { _: 1 }), 4), createIf(() => props.isLoading, () => {
95
95
  return createDynamicComponent(() => unref(virtualizer) ? "div" : "tr", {
96
96
  "aria-level": "1",
97
97
  class: () => unref(composeSlotClassName)(unref(slots).loadMore, props.class),
@@ -105,11 +105,11 @@ var table_load_more_vue_vue_type_script_setup_true_vapor_true_lang_default = /*@
105
105
  role: "rowheader",
106
106
  style: () => indicatorStyle.value
107
107
  }, extend(() => {
108
- return createSlot("default", null, null, 36);
109
- }, { _: 8 }), 4);
110
- }, { _: 8 }), 4);
108
+ return createSlot("default", null, null, 4);
109
+ }, { _: 1 }), 4);
110
+ }, { _: 1 }), 4);
111
111
  }, null, 129)];
112
- }, { _: 8 }), true);
112
+ }, { _: 1 }), true);
113
113
  }
114
114
  });
115
115
  //#endregion
@@ -86,7 +86,7 @@ var table_row_vue_vue_type_script_setup_true_vapor_true_lang_default = /*@__PURE
86
86
  *
87
87
  * Its own hidden button rather than the row itself: the row is already an option in the grid's
88
88
  * navigation, and giving it a second identity as a drop target would make it announce twice.
89
- * The gaps between rows are `Table.DropIndicator`, placed by the caller.
89
+ * The gaps between rows are `TableDropIndicator`, placed by the caller.
90
90
  */
91
91
  const dropIndicatorElement = shallowRef(null);
92
92
  const dropTarget = computed(() => ({
@@ -182,7 +182,7 @@ var table_row_vue_vue_type_script_setup_true_vapor_true_lang_default = /*@__PURE
182
182
  }]));
183
183
  return n2;
184
184
  }, 4);
185
- }, { _: 8 }));
185
+ }, { _: 1 }));
186
186
  });
187
187
  const _on_drag = ($event) => unref(draggable)?.handlers.onDrag($event);
188
188
  const _on_dragend = ($event) => unref(draggable)?.handlers.onDragend($event);
@@ -240,8 +240,8 @@ var table_row_vue_vue_type_script_setup_true_vapor_true_lang_default = /*@__PURE
240
240
  isPressed: () => unref(states).isPressed.value,
241
241
  isSelected: () => isSelected.value,
242
242
  selectionMode: () => selectionMode.value
243
- }, null, 36);
244
- }, { _: 8 }));
243
+ }, null, 4);
244
+ }, { _: 1 }));
245
245
  setStaticTemplateRef(n6, element, null, "element");
246
246
  return [n0, n6];
247
247
  }
@@ -83,7 +83,7 @@ export interface TableRowContext {
83
83
  */
84
84
  claimCellIndex: () => number;
85
85
  /**
86
- * What `Table.DragHandle` needs to turn a pressable into this row's drag control, or `null`
86
+ * What `TableDragHandle` needs to turn a pressable into this row's drag control, or `null`
87
87
  * when the table is not draggable.
88
88
  *
89
89
  * The row itself carries the native drag; this is only the accessible path, for a keyboard or
@@ -140,7 +140,7 @@ export interface TableVirtualizerContext {
140
140
  /**
141
141
  * The rows' data, handed **up** from the body.
142
142
  *
143
- * `items` is declared on `Table.Body`, but the collection belongs to the grid:
143
+ * `items` is declared on `TableBody`, but the collection belongs to the grid:
144
144
  * it is the grid that scrolls, that the keyboard walks, and that the selection runs over. So the
145
145
  * body registers what it was given rather than owning it.
146
146
  */
@@ -86,7 +86,7 @@ export interface TableColumnProps {
86
86
  isRowHeader?: boolean;
87
87
  /**
88
88
  * Width the caller controls, in pixels, as a percentage of the table, or in `fr` units. A
89
- * resize never changes it. Only read inside a `Table.ResizableContainer`.
89
+ * resize never changes it. Only read inside a `TableResizableContainer`.
90
90
  */
91
91
  width?: TableColumnSize;
92
92
  /** Width the column starts at, when the caller is not controlling it. @default "1fr" */
@@ -223,7 +223,7 @@ export interface TableColumnSlotProps {
223
223
  isPressed: boolean;
224
224
  /** Whether this column is the one being resized. */
225
225
  isResizing: boolean;
226
- /** Begin resizing this column. Does nothing outside a `Table.ResizableContainer`. */
226
+ /** Begin resizing this column. Does nothing outside a `TableResizableContainer`. */
227
227
  startResize: () => void;
228
228
  /** The direction this column is sorted in, or `undefined` when another column is. */
229
229
  sortDirection?: TableSortDirection;
@@ -234,7 +234,7 @@ export interface TableSortableColumnHeaderProps {
234
234
  class?: string;
235
235
  /**
236
236
  * Current sort direction for the column. Pass the `sortDirection` handed to the default slot
237
- * of `Table.Column`.
237
+ * of `TableColumn`.
238
238
  */
239
239
  sortDirection?: TableSortDirection;
240
240
  /**
@@ -5,195 +5,8 @@ import TabsPanel from "./tabs-panel.js";
5
5
  import TabsRoot from "./tabs-root.js";
6
6
  import TabsSeparator from "./tabs-separator.js";
7
7
  import TabsTab from "./tabs-tab.js";
8
- export declare const Tabs: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
9
- attrs: any;
10
- slots: {
11
- default?: (props: import("./tabs.types.js").TabsRootSlotProps) => unknown;
12
- };
13
- emit: ((evt: "selectionChange", key: import("../../index.js").CollectionKey) => void) & ((evt: "update:selectedKey", key: import("../../index.js").CollectionKey) => void);
14
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
15
- props: import('vue').PublicProps & {
16
- class?: string;
17
- selectedKey?: import("../../index.js").CollectionKey;
18
- defaultSelectedKey?: import("../../index.js").CollectionKey;
19
- disabledKeys?: import("../../index.js").CollectionKey[];
20
- keyboardActivation?: import("./tabs.types.js").TabsKeyboardActivation;
21
- isDisabled?: boolean;
22
- orientation?: import("./tabs.types.js").TabsOrientation;
23
- variant?: import("@ropav/styles").TabsVariants["variant"];
24
- id?: string;
25
- onSelectionChange?: (((key: import("../../index.js").CollectionKey) => void) & ((key: import("../../index.js").CollectionKey) => any)) | undefined;
26
- "onUpdate:selectedKey"?: ((key: import("../../index.js").CollectionKey) => any) | undefined;
27
- } & (typeof globalThis extends {
28
- __VLS_PROPS_FALLBACK: infer P;
29
- } ? P : {});
30
- expose: (exposed: {}) => void;
31
- attrs: any;
32
- slots: {
33
- default?: (props: import("./tabs.types.js").TabsRootSlotProps) => unknown;
34
- };
35
- emit: ((evt: "selectionChange", key: import("../../index.js").CollectionKey) => void) & ((evt: "update:selectedKey", key: import("../../index.js").CollectionKey) => void);
36
- }>) => import('vue').VNode & {
37
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
38
- }) & {
39
- Indicator: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
40
- attrs: any;
41
- slots: {};
42
- emit: {};
43
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
44
- props: import('vue').PublicProps & {
45
- class?: string;
46
- } & (typeof globalThis extends {
47
- __VLS_PROPS_FALLBACK: infer P;
48
- } ? P : {});
49
- expose: (exposed: {}) => void;
50
- attrs: any;
51
- slots: {};
52
- emit: {};
53
- }>) => import('vue').VNode & {
54
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
55
- };
56
- List: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
57
- attrs: any;
58
- slots: {
59
- default?: () => unknown;
60
- };
61
- emit: {};
62
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
63
- props: import('vue').PublicProps & {
64
- class?: string;
65
- ariaLabel?: string;
66
- } & (typeof globalThis extends {
67
- __VLS_PROPS_FALLBACK: infer P;
68
- } ? P : {});
69
- expose: (exposed: {}) => void;
70
- attrs: any;
71
- slots: {
72
- default?: () => unknown;
73
- };
74
- emit: {};
75
- }>) => import('vue').VNode & {
76
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
77
- };
78
- ListContainer: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
79
- attrs: any;
80
- slots: {
81
- default?: () => unknown;
82
- };
83
- emit: {};
84
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
85
- props: import('vue').PublicProps & {
86
- class?: string;
87
- } & (typeof globalThis extends {
88
- __VLS_PROPS_FALLBACK: infer P;
89
- } ? P : {});
90
- expose: (exposed: {}) => void;
91
- attrs: any;
92
- slots: {
93
- default?: () => unknown;
94
- };
95
- emit: {};
96
- }>) => import('vue').VNode & {
97
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
98
- };
99
- Panel: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
100
- attrs: any;
101
- slots: {
102
- default?: (props: import("./tabs.types.js").TabsPanelSlotProps) => unknown;
103
- };
104
- emit: {};
105
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
106
- props: import('vue').PublicProps & {
107
- class?: string;
108
- id: import("../../index.js").CollectionKey;
109
- shouldForceMount?: boolean;
110
- } & (typeof globalThis extends {
111
- __VLS_PROPS_FALLBACK: infer P;
112
- } ? P : {});
113
- expose: (exposed: {}) => void;
114
- attrs: any;
115
- slots: {
116
- default?: (props: import("./tabs.types.js").TabsPanelSlotProps) => unknown;
117
- };
118
- emit: {};
119
- }>) => import('vue').VNode & {
120
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
121
- };
122
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
123
- attrs: any;
124
- slots: {
125
- default?: (props: import("./tabs.types.js").TabsRootSlotProps) => unknown;
126
- };
127
- emit: ((evt: "selectionChange", key: import("../../index.js").CollectionKey) => void) & ((evt: "update:selectedKey", key: import("../../index.js").CollectionKey) => void);
128
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
129
- props: import('vue').PublicProps & {
130
- class?: string;
131
- selectedKey?: import("../../index.js").CollectionKey;
132
- defaultSelectedKey?: import("../../index.js").CollectionKey;
133
- disabledKeys?: import("../../index.js").CollectionKey[];
134
- keyboardActivation?: import("./tabs.types.js").TabsKeyboardActivation;
135
- isDisabled?: boolean;
136
- orientation?: import("./tabs.types.js").TabsOrientation;
137
- variant?: import("@ropav/styles").TabsVariants["variant"];
138
- id?: string;
139
- onSelectionChange?: (((key: import("../../index.js").CollectionKey) => void) & ((key: import("../../index.js").CollectionKey) => any)) | undefined;
140
- "onUpdate:selectedKey"?: ((key: import("../../index.js").CollectionKey) => any) | undefined;
141
- } & (typeof globalThis extends {
142
- __VLS_PROPS_FALLBACK: infer P;
143
- } ? P : {});
144
- expose: (exposed: {}) => void;
145
- attrs: any;
146
- slots: {
147
- default?: (props: import("./tabs.types.js").TabsRootSlotProps) => unknown;
148
- };
149
- emit: ((evt: "selectionChange", key: import("../../index.js").CollectionKey) => void) & ((evt: "update:selectedKey", key: import("../../index.js").CollectionKey) => void);
150
- }>) => import('vue').VNode & {
151
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
152
- };
153
- Separator: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
154
- attrs: any;
155
- slots: {};
156
- emit: {};
157
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
158
- props: import('vue').PublicProps & {
159
- class?: string;
160
- } & (typeof globalThis extends {
161
- __VLS_PROPS_FALLBACK: infer P;
162
- } ? P : {});
163
- expose: (exposed: {}) => void;
164
- attrs: any;
165
- slots: {};
166
- emit: {};
167
- }>) => import('vue').VNode & {
168
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
169
- };
170
- Tab: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
171
- attrs: any;
172
- slots: {
173
- default?: (props: import("./tabs.types.js").TabsTabSlotProps) => unknown;
174
- };
175
- emit: {};
176
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
177
- props: import('vue').PublicProps & {
178
- class?: string;
179
- id: import("../../index.js").CollectionKey;
180
- isDisabled?: boolean;
181
- textValue?: string;
182
- } & (typeof globalThis extends {
183
- __VLS_PROPS_FALLBACK: infer P;
184
- } ? P : {});
185
- expose: (exposed: {}) => void;
186
- attrs: any;
187
- slots: {
188
- default?: (props: import("./tabs.types.js").TabsTabSlotProps) => unknown;
189
- };
190
- emit: {};
191
- }>) => import('vue').VNode & {
192
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
193
- };
194
- };
195
- export { TabsRoot, TabsListContainer, TabsList, TabsTab, TabsIndicator, TabsSeparator, TabsPanel };
196
- export type { TabsRootProps, TabsRootProps as TabsProps, TabsRootSlotProps, TabsListContainerProps, TabsListProps, TabsTabProps, TabsTabSlotProps, TabsIndicatorProps, TabsSeparatorProps, TabsPanelProps, TabsPanelSlotProps, TabsKeyboardActivation, TabsOrientation, } from "./tabs.types.js";
8
+ export { TabsRoot as Tabs, TabsListContainer, TabsList, TabsTab, TabsIndicator, TabsSeparator, TabsPanel, };
9
+ export type { TabsRootProps as TabsProps, TabsRootSlotProps as TabsSlotProps, TabsListContainerProps, TabsListProps, TabsTabProps, TabsTabSlotProps, TabsIndicatorProps, TabsSeparatorProps, TabsPanelProps, TabsPanelSlotProps, TabsKeyboardActivation, TabsOrientation, } from "./tabs.types.js";
197
10
  export { useTabsContext, useTabsTabContext } from "./tabs.context.js";
198
11
  export type { TabsContext, TabsTabContext } from "./tabs.context.js";
199
12
  export { tabsVariants } from "@ropav/styles";
@@ -7,15 +7,4 @@ import tabs_root_default from "./tabs-root.js";
7
7
  import tabs_separator_default from "./tabs-separator.js";
8
8
  import tabs_tab_default from "./tabs-tab.js";
9
9
  import { tabsVariants } from "@ropav/styles";
10
- //#region src/components/tabs/index.ts
11
- var Tabs = Object.assign(tabs_root_default, {
12
- Indicator: tabs_indicator_default,
13
- List: tabs_list_default,
14
- ListContainer: tabs_list_container_default,
15
- Panel: tabs_panel_default,
16
- Root: tabs_root_default,
17
- Separator: tabs_separator_default,
18
- Tab: tabs_tab_default
19
- });
20
- //#endregion
21
- export { Tabs, tabs_indicator_default as TabsIndicator, tabs_list_default as TabsList, tabs_list_container_default as TabsListContainer, tabs_panel_default as TabsPanel, tabs_root_default as TabsRoot, tabs_separator_default as TabsSeparator, tabs_tab_default as TabsTab, tabsVariants, useTabsContext, useTabsTabContext };
10
+ export { tabs_root_default as Tabs, tabs_indicator_default as TabsIndicator, tabs_list_default as TabsList, tabs_list_container_default as TabsListContainer, tabs_panel_default as TabsPanel, tabs_separator_default as TabsSeparator, tabs_tab_default as TabsTab, tabsVariants, useTabsContext, useTabsTabContext };
@@ -51,8 +51,8 @@ var tabs_list_container_vue_vue_type_script_setup_true_vapor_true_lang_default =
51
51
  orientation: () => unref(orientation),
52
52
  size: () => SHADOW_SIZE
53
53
  }, extend(() => {
54
- return createSlot("default", null, null, 36);
55
- }, { _: 8 }));
54
+ return createSlot("default", null, null, 4);
55
+ }, { _: 1 }));
56
56
  setStaticTemplateRef(n1, scroller, null, "scroller");
57
57
  renderEffect(() => {
58
58
  setAttr(n7, "aria-label", previousLabel.value);
@@ -1,81 +1,7 @@
1
1
  import TagRemoveButton from "./tag-remove-button.js";
2
2
  import TagRoot from "./tag-root.js";
3
- export declare const Tag: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
4
- attrs: any;
5
- slots: {
6
- default?: (props: import("./tag.types.js").TagSlotProps) => unknown;
7
- remove?: () => unknown;
8
- };
9
- emit: {};
10
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
11
- props: import('vue').PublicProps & {
12
- class?: string;
13
- id?: import("../../index.js").CollectionKey;
14
- isDisabled?: boolean;
15
- textValue?: string;
16
- } & (typeof globalThis extends {
17
- __VLS_PROPS_FALLBACK: infer P;
18
- } ? P : {});
19
- expose: (exposed: {}) => void;
20
- attrs: any;
21
- slots: {
22
- default?: (props: import("./tag.types.js").TagSlotProps) => unknown;
23
- remove?: () => unknown;
24
- };
25
- emit: {};
26
- }>) => import('vue').VNode & {
27
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
28
- }) & {
29
- RemoveButton: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
30
- attrs: any;
31
- slots: {
32
- default?: () => unknown;
33
- };
34
- emit: {};
35
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
36
- props: import('vue').PublicProps & {
37
- class?: string;
38
- } & (typeof globalThis extends {
39
- __VLS_PROPS_FALLBACK: infer P;
40
- } ? P : {});
41
- expose: (exposed: {}) => void;
42
- attrs: any;
43
- slots: {
44
- default?: () => unknown;
45
- };
46
- emit: {};
47
- }>) => import('vue').VNode & {
48
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
49
- };
50
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
51
- attrs: any;
52
- slots: {
53
- default?: (props: import("./tag.types.js").TagSlotProps) => unknown;
54
- remove?: () => unknown;
55
- };
56
- emit: {};
57
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
58
- props: import('vue').PublicProps & {
59
- class?: string;
60
- id?: import("../../index.js").CollectionKey;
61
- isDisabled?: boolean;
62
- textValue?: string;
63
- } & (typeof globalThis extends {
64
- __VLS_PROPS_FALLBACK: infer P;
65
- } ? P : {});
66
- expose: (exposed: {}) => void;
67
- attrs: any;
68
- slots: {
69
- default?: (props: import("./tag.types.js").TagSlotProps) => unknown;
70
- remove?: () => unknown;
71
- };
72
- emit: {};
73
- }>) => import('vue').VNode & {
74
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
75
- };
76
- };
77
- export { TagRemoveButton, TagRoot };
78
- export type { TagRemoveButtonProps, TagRootProps, TagRootProps as TagProps, TagSlotProps, } from "./tag.types.js";
3
+ export { TagRemoveButton, TagRoot as Tag };
4
+ export type { TagRemoveButtonProps, TagRootProps as TagProps, TagSlotProps } from "./tag.types.js";
79
5
  export { useTagContext } from "./tag.context.js";
80
6
  export type { TagContext } from "./tag.context.js";
81
7
  export { tagVariants } from "@ropav/styles";
@@ -2,10 +2,4 @@ import { useTagContext } from "./tag.context.js";
2
2
  import tag_remove_button_default from "./tag-remove-button.js";
3
3
  import tag_root_default from "./tag-root.js";
4
4
  import { tagVariants } from "@ropav/styles";
5
- //#region src/components/tag/index.ts
6
- var Tag = Object.assign(tag_root_default, {
7
- RemoveButton: tag_remove_button_default,
8
- Root: tag_root_default
9
- });
10
- //#endregion
11
- export { Tag, tag_remove_button_default as TagRemoveButton, tag_root_default as TagRoot, tagVariants, useTagContext };
5
+ export { tag_root_default as Tag, tag_remove_button_default as TagRemoveButton, tagVariants, useTagContext };
@@ -15,8 +15,8 @@ var tag_remove_button_vue_vue_type_script_setup_true_vapor_true_lang_default = /
15
15
  "data-slot": "tag-remove-button",
16
16
  onClick: () => unref(remove)
17
17
  }] }, extend(() => {
18
- return createSlot("default", null, null, 36);
19
- }, { _: 8 }), true);
18
+ return createSlot("default", null, null, 4);
19
+ }, { _: 1 }), true);
20
20
  }
21
21
  });
22
22
  //#endregion
@@ -1,98 +1,7 @@
1
1
  import TagGroupList from "./tag-group-list.js";
2
2
  import TagGroupRoot from "./tag-group-root.js";
3
- export declare const TagGroup: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
4
- attrs: any;
5
- slots: {
6
- default?: () => unknown;
7
- };
8
- emit: ((evt: "selectionChange", keys: import("../../index.js").CollectionSelection) => void) & ((evt: "update:selectedKeys", keys: import("../../index.js").CollectionSelection) => void);
9
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
10
- props: import('vue').PublicProps & {
11
- class?: string;
12
- size?: import("@ropav/styles").TagVariants["size"];
13
- variant?: import("@ropav/styles").TagVariants["variant"];
14
- selectionMode?: import("../../index.js").SelectionMode;
15
- selectionBehavior?: import("../../index.js").SelectionBehavior;
16
- selectedKeys?: "all" | Iterable<import("../../index.js").CollectionKey>;
17
- defaultSelectedKeys?: "all" | Iterable<import("../../index.js").CollectionKey>;
18
- disabledKeys?: Iterable<import("../../index.js").CollectionKey>;
19
- disabledBehavior?: import("../../index.js").DisabledBehavior;
20
- disallowEmptySelection?: boolean;
21
- onRemove?: (keys: Set<import("../../index.js").CollectionKey>) => void;
22
- onSelectionChange?: ((keys: import("../../index.js").CollectionSelection) => any) | undefined;
23
- "onUpdate:selectedKeys"?: ((keys: import("../../index.js").CollectionSelection) => any) | undefined;
24
- } & (typeof globalThis extends {
25
- __VLS_PROPS_FALLBACK: infer P;
26
- } ? P : {});
27
- expose: (exposed: {}) => void;
28
- attrs: any;
29
- slots: {
30
- default?: () => unknown;
31
- };
32
- emit: ((evt: "selectionChange", keys: import("../../index.js").CollectionSelection) => void) & ((evt: "update:selectedKeys", keys: import("../../index.js").CollectionSelection) => void);
33
- }>) => import('vue').VNode & {
34
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
35
- }) & {
36
- List: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
37
- attrs: any;
38
- slots: {
39
- default?: () => unknown;
40
- empty?: () => unknown;
41
- };
42
- emit: {};
43
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
44
- props: import('vue').PublicProps & {
45
- class?: string;
46
- ariaLabel?: string;
47
- } & (typeof globalThis extends {
48
- __VLS_PROPS_FALLBACK: infer P;
49
- } ? P : {});
50
- expose: (exposed: {}) => void;
51
- attrs: any;
52
- slots: {
53
- default?: () => unknown;
54
- empty?: () => unknown;
55
- };
56
- emit: {};
57
- }>) => import('vue').VNode & {
58
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
59
- };
60
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
61
- attrs: any;
62
- slots: {
63
- default?: () => unknown;
64
- };
65
- emit: ((evt: "selectionChange", keys: import("../../index.js").CollectionSelection) => void) & ((evt: "update:selectedKeys", keys: import("../../index.js").CollectionSelection) => void);
66
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
67
- props: import('vue').PublicProps & {
68
- class?: string;
69
- size?: import("@ropav/styles").TagVariants["size"];
70
- variant?: import("@ropav/styles").TagVariants["variant"];
71
- selectionMode?: import("../../index.js").SelectionMode;
72
- selectionBehavior?: import("../../index.js").SelectionBehavior;
73
- selectedKeys?: "all" | Iterable<import("../../index.js").CollectionKey>;
74
- defaultSelectedKeys?: "all" | Iterable<import("../../index.js").CollectionKey>;
75
- disabledKeys?: Iterable<import("../../index.js").CollectionKey>;
76
- disabledBehavior?: import("../../index.js").DisabledBehavior;
77
- disallowEmptySelection?: boolean;
78
- onRemove?: (keys: Set<import("../../index.js").CollectionKey>) => void;
79
- onSelectionChange?: ((keys: import("../../index.js").CollectionSelection) => any) | undefined;
80
- "onUpdate:selectedKeys"?: ((keys: import("../../index.js").CollectionSelection) => any) | undefined;
81
- } & (typeof globalThis extends {
82
- __VLS_PROPS_FALLBACK: infer P;
83
- } ? P : {});
84
- expose: (exposed: {}) => void;
85
- attrs: any;
86
- slots: {
87
- default?: () => unknown;
88
- };
89
- emit: ((evt: "selectionChange", keys: import("../../index.js").CollectionSelection) => void) & ((evt: "update:selectedKeys", keys: import("../../index.js").CollectionSelection) => void);
90
- }>) => import('vue').VNode & {
91
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
92
- };
93
- };
94
- export { TagGroupList, TagGroupRoot };
95
- export type { TagGroupListProps, TagGroupRootProps, TagGroupRootProps as TagGroupProps, } from "./tag-group.types.js";
3
+ export { TagGroupList, TagGroupRoot as TagGroup };
4
+ export type { TagGroupListProps, TagGroupRootProps as TagGroupProps } from "./tag-group.types.js";
96
5
  export { useTagGroupContext } from "./tag-group.context.js";
97
6
  export type { TagGroupContext } from "./tag-group.context.js";
98
7
  export { tagGroupVariants } from "@ropav/styles";
@@ -2,10 +2,4 @@ import { useTagGroupContext } from "./tag-group.context.js";
2
2
  import tag_group_list_default from "./tag-group-list.js";
3
3
  import tag_group_root_default from "./tag-group-root.js";
4
4
  import { tagGroupVariants } from "@ropav/styles";
5
- //#region src/components/tag-group/index.ts
6
- var TagGroup = Object.assign(tag_group_root_default, {
7
- List: tag_group_list_default,
8
- Root: tag_group_root_default
9
- });
10
- //#endregion
11
- export { TagGroup, tag_group_list_default as TagGroupList, tag_group_root_default as TagGroupRoot, tagGroupVariants, useTagGroupContext };
5
+ export { tag_group_root_default as TagGroup, tag_group_list_default as TagGroupList, tagGroupVariants, useTagGroupContext };
@@ -1,54 +1,5 @@
1
1
  import TextAreaRoot from "./textarea-root.js";
2
- export declare const TextArea: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
3
- attrs: any;
4
- slots: {};
5
- emit: ((evt: "change", value: string) => void) & ((evt: "update:value", value: string) => void);
6
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
7
- props: import('vue').PublicProps & {
8
- class?: string;
9
- value?: string;
10
- variant?: import("@ropav/styles").TextAreaVariants["variant"];
11
- size?: import("@ropav/styles").TextAreaVariants["size"];
12
- fullWidth?: boolean;
13
- placeholder?: string;
14
- onChange?: ((value: string) => any) | undefined;
15
- "onUpdate:value"?: ((value: string) => any) | undefined;
16
- } & (typeof globalThis extends {
17
- __VLS_PROPS_FALLBACK: infer P;
18
- } ? P : {});
19
- expose: (exposed: {}) => void;
20
- attrs: any;
21
- slots: {};
22
- emit: ((evt: "change", value: string) => void) & ((evt: "update:value", value: string) => void);
23
- }>) => import('vue').VNode & {
24
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
25
- }) & {
26
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
27
- attrs: any;
28
- slots: {};
29
- emit: ((evt: "change", value: string) => void) & ((evt: "update:value", value: string) => void);
30
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
31
- props: import('vue').PublicProps & {
32
- class?: string;
33
- value?: string;
34
- variant?: import("@ropav/styles").TextAreaVariants["variant"];
35
- size?: import("@ropav/styles").TextAreaVariants["size"];
36
- fullWidth?: boolean;
37
- placeholder?: string;
38
- onChange?: ((value: string) => any) | undefined;
39
- "onUpdate:value"?: ((value: string) => any) | undefined;
40
- } & (typeof globalThis extends {
41
- __VLS_PROPS_FALLBACK: infer P;
42
- } ? P : {});
43
- expose: (exposed: {}) => void;
44
- attrs: any;
45
- slots: {};
46
- emit: ((evt: "change", value: string) => void) & ((evt: "update:value", value: string) => void);
47
- }>) => import('vue').VNode & {
48
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
49
- };
50
- };
51
- export { TextAreaRoot };
52
- export type { TextAreaRootProps, TextAreaRootProps as TextAreaProps } from "./textarea.types.js";
2
+ export { TextAreaRoot as TextArea };
3
+ export type { TextAreaRootProps as TextAreaProps } from "./textarea.types.js";
53
4
  export { textAreaVariants } from "@ropav/styles";
54
5
  export type { TextAreaVariants } from "@ropav/styles";
@@ -1,6 +1,3 @@
1
1
  import textarea_root_default from "./textarea-root.js";
2
2
  import { textAreaVariants } from "@ropav/styles";
3
- //#region src/components/textarea/index.ts
4
- var TextArea = Object.assign(textarea_root_default, { Root: textarea_root_default });
5
- //#endregion
6
- export { TextArea, textarea_root_default as TextAreaRoot, textAreaVariants };
3
+ export { textarea_root_default as TextArea, textAreaVariants };