ropav 0.5.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 (337) 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/drop-zone-root.d.ts +23 -0
  112. package/dist/components/drop-zone/drop-zone-root.js +153 -0
  113. package/dist/components/drop-zone/drop-zone-trigger.d.ts +21 -0
  114. package/dist/components/drop-zone/drop-zone-trigger.js +20 -0
  115. package/dist/components/drop-zone/drop-zone.accept.d.ts +19 -0
  116. package/dist/components/drop-zone/drop-zone.accept.js +28 -0
  117. package/dist/components/drop-zone/drop-zone.context.d.ts +6 -0
  118. package/dist/components/drop-zone/drop-zone.context.js +5 -0
  119. package/dist/components/drop-zone/drop-zone.types.d.ts +30 -0
  120. package/dist/components/drop-zone/index.d.ts +8 -0
  121. package/dist/components/drop-zone/index.js +5 -0
  122. package/dist/components/dropdown/dropdown-popover.js +2 -2
  123. package/dist/components/dropdown/index.d.ts +2 -265
  124. package/dist/components/dropdown/index.js +1 -23
  125. package/dist/components/empty-state/index.d.ts +2 -45
  126. package/dist/components/empty-state/index.js +1 -4
  127. package/dist/components/error-message/index.d.ts +2 -45
  128. package/dist/components/error-message/index.js +1 -4
  129. package/dist/components/field-error/field-error-root.js +2 -2
  130. package/dist/components/field-error/index.d.ts +2 -66
  131. package/dist/components/field-error/index.js +1 -7
  132. package/dist/components/fieldset/index.d.ts +2 -110
  133. package/dist/components/fieldset/index.js +1 -9
  134. package/dist/components/form/index.d.ts +2 -49
  135. package/dist/components/form/index.js +1 -4
  136. package/dist/components/header/index.d.ts +2 -45
  137. package/dist/components/header/index.js +1 -4
  138. package/dist/components/i18n-provider/index.d.ts +2 -2
  139. package/dist/components/i18n-provider/index.js +1 -1
  140. package/dist/components/index.d.ts +1 -0
  141. package/dist/components/input/index.d.ts +2 -51
  142. package/dist/components/input/index.js +1 -4
  143. package/dist/components/input-group/index.d.ts +2 -141
  144. package/dist/components/input-group/index.js +1 -10
  145. package/dist/components/input-otp/index.d.ts +2 -151
  146. package/dist/components/input-otp/index.js +1 -9
  147. package/dist/components/kbd/index.d.ts +2 -86
  148. package/dist/components/kbd/index.js +1 -8
  149. package/dist/components/label/index.d.ts +2 -51
  150. package/dist/components/label/index.js +1 -4
  151. package/dist/components/link/index.d.ts +2 -94
  152. package/dist/components/link/index.js +1 -7
  153. package/dist/components/list-box/index.d.ts +2 -191
  154. package/dist/components/list-box/index.js +1 -14
  155. package/dist/components/list-box/list-box-drop-indicator.js +2 -2
  156. package/dist/components/list-box/list-box-root.js +4 -4
  157. package/dist/components/list-box-item/index.d.ts +2 -74
  158. package/dist/components/list-box-item/index.js +1 -7
  159. package/dist/components/list-box-item/list-box-item-root.js +2 -2
  160. package/dist/components/list-box-section/index.d.ts +2 -47
  161. package/dist/components/list-box-section/index.js +1 -4
  162. package/dist/components/menu/index.d.ts +2 -83
  163. package/dist/components/menu/index.js +1 -4
  164. package/dist/components/menu-item/index.d.ts +2 -96
  165. package/dist/components/menu-item/index.js +1 -8
  166. package/dist/components/menu-item/menu-item-root.js +2 -2
  167. package/dist/components/menu-section/index.d.ts +2 -63
  168. package/dist/components/menu-section/index.js +1 -4
  169. package/dist/components/meter/index.d.ts +2 -127
  170. package/dist/components/meter/index.js +1 -9
  171. package/dist/components/modal/index.d.ts +2 -296
  172. package/dist/components/modal/index.js +1 -17
  173. package/dist/components/modal/modal-close.js +1 -1
  174. package/dist/components/modal/modal-heading.js +2 -2
  175. package/dist/components/modal/modal.context.d.ts +2 -2
  176. package/dist/components/modal/modal.types.d.ts +1 -1
  177. package/dist/components/number-field/index.d.ts +2 -186
  178. package/dist/components/number-field/index.js +1 -10
  179. package/dist/components/number-field/number-field-decrement-button.js +1 -1
  180. package/dist/components/number-field/number-field-increment-button.js +1 -1
  181. package/dist/components/overlay/overlay-slots.d.ts +1 -1
  182. package/dist/components/pagination/index.d.ts +2 -244
  183. package/dist/components/pagination/index.js +1 -15
  184. package/dist/components/pagination/pagination-next.js +4 -1
  185. package/dist/components/pagination/pagination-previous.js +4 -1
  186. package/dist/components/popover/index.d.ts +2 -172
  187. package/dist/components/popover/index.js +1 -11
  188. package/dist/components/popover/popover-arrow.js +2 -2
  189. package/dist/components/popover/popover-content.js +2 -2
  190. package/dist/components/popover/popover-heading.js +2 -2
  191. package/dist/components/popover/popover.types.d.ts +1 -1
  192. package/dist/components/progress-bar/index.d.ts +2 -129
  193. package/dist/components/progress-bar/index.js +1 -9
  194. package/dist/components/progress-bar/progress-bar-root.js +4 -0
  195. package/dist/components/progress-bar/progress-bar.types.d.ts +7 -0
  196. package/dist/components/progress-circle/index.d.ts +2 -124
  197. package/dist/components/progress-circle/index.js +1 -9
  198. package/dist/components/radio/index.d.ts +2 -120
  199. package/dist/components/radio/index.js +1 -9
  200. package/dist/components/radio-group/index.d.ts +2 -79
  201. package/dist/components/radio-group/index.js +1 -4
  202. package/dist/components/range-calendar/index.d.ts +2 -424
  203. package/dist/components/range-calendar/index.js +1 -27
  204. package/dist/components/range-calendar/range-calendar-cell.js +4 -2
  205. package/dist/components/range-calendar/range-calendar-grid-body.js +2 -2
  206. package/dist/components/range-calendar/range-calendar-grid-header.js +1 -1
  207. package/dist/components/range-calendar/range-calendar-grid.js +2 -1
  208. package/dist/components/range-calendar/range-calendar-root.d.ts +3 -3
  209. package/dist/components/range-calendar/range-calendar-root.js +13 -13
  210. package/dist/components/range-calendar/range-calendar.context.d.ts +1 -1
  211. package/dist/components/range-calendar/range-calendar.context.js +1 -1
  212. package/dist/components/range-calendar/range-calendar.types.d.ts +3 -1
  213. package/dist/components/router-provider/index.d.ts +2 -2
  214. package/dist/components/router-provider/index.js +1 -1
  215. package/dist/components/scroll-shadow/index.d.ts +2 -69
  216. package/dist/components/scroll-shadow/index.js +1 -4
  217. package/dist/components/search-field/index.d.ts +2 -195
  218. package/dist/components/search-field/index.js +1 -10
  219. package/dist/components/search-field/search-field-clear-button.js +5 -5
  220. package/dist/components/segmented-control/index.d.ts +2 -126
  221. package/dist/components/segmented-control/index.js +1 -9
  222. package/dist/components/select/index.d.ts +2 -202
  223. package/dist/components/select/index.js +1 -10
  224. package/dist/components/select/select-popover.js +2 -2
  225. package/dist/components/select/select-value.js +1 -1
  226. package/dist/components/separator/index.d.ts +2 -41
  227. package/dist/components/separator/index.js +1 -4
  228. package/dist/components/sidebar/index.d.ts +2 -518
  229. package/dist/components/sidebar/index.js +1 -25
  230. package/dist/components/sidebar/sidebar-content.js +2 -2
  231. package/dist/components/sidebar/sidebar-item-tooltip.js +2 -2
  232. package/dist/components/sidebar/sidebar-panel.js +1 -0
  233. package/dist/components/sidebar/sidebar-rail.js +1 -0
  234. package/dist/components/sidebar/sidebar-root.js +26 -6
  235. package/dist/components/sidebar/sidebar.state.d.ts +3 -0
  236. package/dist/components/sidebar/sidebar.state.js +5 -0
  237. package/dist/components/sidebar/sidebar.types.d.ts +16 -2
  238. package/dist/components/skeleton/index.d.ts +2 -47
  239. package/dist/components/skeleton/index.js +1 -4
  240. package/dist/components/slider/index.d.ts +2 -180
  241. package/dist/components/slider/index.js +1 -11
  242. package/dist/components/spinner/index.d.ts +2 -41
  243. package/dist/components/spinner/index.js +1 -4
  244. package/dist/components/splitter/index.d.ts +2 -134
  245. package/dist/components/splitter/index.js +1 -8
  246. package/dist/components/surface/index.d.ts +2 -47
  247. package/dist/components/surface/index.js +1 -4
  248. package/dist/components/switch/index.d.ts +2 -165
  249. package/dist/components/switch/index.js +1 -10
  250. package/dist/components/switch-group/index.d.ts +2 -47
  251. package/dist/components/switch-group/index.js +1 -4
  252. package/dist/components/table/index.d.ts +2 -442
  253. package/dist/components/table/index.js +1 -23
  254. package/dist/components/table/table-body.js +9 -9
  255. package/dist/components/table/table-cell.js +3 -3
  256. package/dist/components/table/table-column.js +4 -4
  257. package/dist/components/table/table-content.js +3 -3
  258. package/dist/components/table/table-drag-handle.js +1 -1
  259. package/dist/components/table/table-drop-indicator.js +9 -7
  260. package/dist/components/table/table-header.js +4 -4
  261. package/dist/components/table/table-load-more.js +5 -5
  262. package/dist/components/table/table-row.js +4 -4
  263. package/dist/components/table/table.context.d.ts +2 -2
  264. package/dist/components/table/table.types.d.ts +3 -3
  265. package/dist/components/tabs/index.d.ts +2 -189
  266. package/dist/components/tabs/index.js +1 -12
  267. package/dist/components/tabs/tabs-list-container.js +2 -2
  268. package/dist/components/tag/index.d.ts +2 -76
  269. package/dist/components/tag/index.js +1 -7
  270. package/dist/components/tag/tag-remove-button.js +2 -2
  271. package/dist/components/tag-group/index.d.ts +2 -93
  272. package/dist/components/tag-group/index.js +1 -7
  273. package/dist/components/textarea/index.d.ts +2 -51
  274. package/dist/components/textarea/index.js +1 -4
  275. package/dist/components/textfield/index.d.ts +2 -109
  276. package/dist/components/textfield/index.js +1 -4
  277. package/dist/components/time-field/index.d.ts +2 -233
  278. package/dist/components/time-field/index.js +1 -12
  279. package/dist/components/toast/index.d.ts +2 -216
  280. package/dist/components/toast/index.js +1 -15
  281. package/dist/components/toast/toast-action-button.js +2 -2
  282. package/dist/components/toast/toast-default-content.js +1 -1
  283. package/dist/components/toast/toast-queue.d.ts +1 -1
  284. package/dist/components/toast/toast-queue.js +1 -1
  285. package/dist/components/toast/toast-root.js +1 -1
  286. package/dist/components/toast/toast.types.d.ts +3 -3
  287. package/dist/components/toggle-button/index.d.ts +2 -65
  288. package/dist/components/toggle-button/index.js +1 -4
  289. package/dist/components/toggle-button-group/index.d.ts +2 -82
  290. package/dist/components/toggle-button-group/index.js +1 -7
  291. package/dist/components/toolbar/index.d.ts +2 -49
  292. package/dist/components/toolbar/index.js +1 -4
  293. package/dist/components/tooltip/index.d.ts +2 -136
  294. package/dist/components/tooltip/index.js +1 -9
  295. package/dist/components/tooltip/tooltip-arrow.js +2 -2
  296. package/dist/components/tooltip/tooltip-root.js +1 -1
  297. package/dist/components/tooltip/tooltip.types.d.ts +1 -1
  298. package/dist/components/typography/code.js +2 -2
  299. package/dist/components/typography/heading.js +2 -2
  300. package/dist/components/typography/index.d.ts +2 -1269
  301. package/dist/components/typography/index.js +1 -10
  302. package/dist/components/typography/paragraph.js +2 -2
  303. package/dist/components/typography/typography-root.js +2 -2
  304. package/dist/composables/index.d.ts +1 -0
  305. package/dist/composables/use-calendar-grid.js +2 -1
  306. package/dist/composables/use-calendar-year-picker.js +12 -3
  307. package/dist/composables/use-color-slider.d.ts +1 -1
  308. package/dist/composables/use-color-slider.js +1 -1
  309. package/dist/composables/use-drag-and-drop.js +1 -1
  310. package/dist/composables/use-droppable-collection.js +1 -1
  311. package/dist/composables/use-droppable-item.js +1 -1
  312. package/dist/composables/use-press.d.ts +10 -0
  313. package/dist/composables/use-press.js +27 -2
  314. package/dist/composables/use-prevent-scroll.d.ts +11 -5
  315. package/dist/composables/use-prevent-scroll.js +11 -5
  316. package/dist/composables/use-range-calendar.js +2 -1
  317. package/dist/composables/use-text-field.js +1 -1
  318. package/dist/index.d.ts +1 -1
  319. package/dist/index.js +118 -114
  320. package/dist/styles-no-preflight.css +3 -0
  321. package/dist/styles-overrides.css +15 -0
  322. package/dist/styles.css +1 -16
  323. package/dist/utils/calendar-systems.d.ts +14 -0
  324. package/dist/utils/calendar-systems.js +2 -0
  325. package/dist/utils/calendar.d.ts +14 -5
  326. package/dist/utils/calendar.js +18 -21
  327. package/dist/utils/compose.d.ts +4 -6
  328. package/dist/utils/compose.js +4 -6
  329. package/dist/utils/dnd-list-drop-target-delegate.d.ts +19 -1
  330. package/dist/utils/dnd-list-drop-target-delegate.js +37 -6
  331. package/dist/utils/index.d.ts +1 -0
  332. package/dist/utils/virtualizer-list-layout.d.ts +8 -0
  333. package/dist/utils/virtualizer-list-layout.js +12 -2
  334. package/dist/utils/virtualizer-table-layout.d.ts +1 -0
  335. package/dist/utils/virtualizer-table-layout.js +3 -0
  336. package/dist/version.js +1 -1
  337. package/package.json +13 -6
@@ -2,134 +2,7 @@ import ProgressBarFill from "./progress-bar-fill.js";
2
2
  import ProgressBarOutput from "./progress-bar-output.js";
3
3
  import ProgressBarRoot from "./progress-bar-root.js";
4
4
  import ProgressBarTrack from "./progress-bar-track.js";
5
- export declare const ProgressBar: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
6
- attrs: any;
7
- slots: {
8
- default?: (props: import("./progress-bar.types.js").ProgressBarSlotProps) => unknown;
9
- };
10
- emit: {};
11
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
12
- props: import('vue').PublicProps & {
13
- class?: string;
14
- color?: import("@ropav/styles").ProgressBarVariants["color"];
15
- size?: import("@ropav/styles").ProgressBarVariants["size"];
16
- value?: number;
17
- minValue?: number;
18
- maxValue?: number;
19
- isIndeterminate?: boolean;
20
- formatOptions?: Intl.NumberFormatOptions;
21
- valueLabel?: string;
22
- id?: string;
23
- ariaLabel?: string;
24
- ariaLabelledby?: string;
25
- ariaDescribedby?: string;
26
- } & (typeof globalThis extends {
27
- __VLS_PROPS_FALLBACK: infer P;
28
- } ? P : {});
29
- expose: (exposed: {}) => void;
30
- attrs: any;
31
- slots: {
32
- default?: (props: import("./progress-bar.types.js").ProgressBarSlotProps) => unknown;
33
- };
34
- emit: {};
35
- }>) => import('vue').VNode & {
36
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
37
- }) & {
38
- Fill: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
39
- attrs: any;
40
- slots: {};
41
- emit: {};
42
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
43
- props: import('vue').PublicProps & {
44
- class?: string;
45
- style?: import("vue").CSSProperties | 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
- Output: (__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
- } & (typeof globalThis extends {
66
- __VLS_PROPS_FALLBACK: infer P;
67
- } ? P : {});
68
- expose: (exposed: {}) => void;
69
- attrs: any;
70
- slots: {
71
- default?: () => unknown;
72
- };
73
- emit: {};
74
- }>) => import('vue').VNode & {
75
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
76
- };
77
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
78
- attrs: any;
79
- slots: {
80
- default?: (props: import("./progress-bar.types.js").ProgressBarSlotProps) => unknown;
81
- };
82
- emit: {};
83
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
84
- props: import('vue').PublicProps & {
85
- class?: string;
86
- color?: import("@ropav/styles").ProgressBarVariants["color"];
87
- size?: import("@ropav/styles").ProgressBarVariants["size"];
88
- value?: number;
89
- minValue?: number;
90
- maxValue?: number;
91
- isIndeterminate?: boolean;
92
- formatOptions?: Intl.NumberFormatOptions;
93
- valueLabel?: string;
94
- id?: string;
95
- ariaLabel?: string;
96
- ariaLabelledby?: string;
97
- ariaDescribedby?: string;
98
- } & (typeof globalThis extends {
99
- __VLS_PROPS_FALLBACK: infer P;
100
- } ? P : {});
101
- expose: (exposed: {}) => void;
102
- attrs: any;
103
- slots: {
104
- default?: (props: import("./progress-bar.types.js").ProgressBarSlotProps) => unknown;
105
- };
106
- emit: {};
107
- }>) => import('vue').VNode & {
108
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
109
- };
110
- Track: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
111
- attrs: any;
112
- slots: {
113
- default?: () => unknown;
114
- };
115
- emit: {};
116
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
117
- props: import('vue').PublicProps & {
118
- class?: string;
119
- } & (typeof globalThis extends {
120
- __VLS_PROPS_FALLBACK: infer P;
121
- } ? P : {});
122
- expose: (exposed: {}) => void;
123
- attrs: any;
124
- slots: {
125
- default?: () => unknown;
126
- };
127
- emit: {};
128
- }>) => import('vue').VNode & {
129
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
130
- };
131
- };
132
- export { ProgressBarFill, ProgressBarOutput, ProgressBarRoot, ProgressBarTrack };
133
- export type { ProgressBarFillProps, ProgressBarOutputProps, ProgressBarRootProps, ProgressBarRootProps as ProgressBarProps, ProgressBarSlotProps, ProgressBarTrackProps, } from "./progress-bar.types.js";
5
+ export { ProgressBarFill, ProgressBarOutput, ProgressBarRoot as ProgressBar, ProgressBarTrack };
6
+ export type { ProgressBarFillProps, ProgressBarOutputProps, ProgressBarRootProps as ProgressBarProps, ProgressBarSlotProps, ProgressBarTrackProps, } from "./progress-bar.types.js";
134
7
  export { progressBarVariants } from "@ropav/styles";
135
8
  export type { ProgressBarVariants } from "@ropav/styles";
@@ -3,12 +3,4 @@ import progress_bar_output_default from "./progress-bar-output.js";
3
3
  import progress_bar_root_default from "./progress-bar-root.js";
4
4
  import progress_bar_track_default from "./progress-bar-track.js";
5
5
  import { progressBarVariants } from "@ropav/styles";
6
- //#region src/components/progress-bar/index.ts
7
- var ProgressBar = Object.assign(progress_bar_root_default, {
8
- Fill: progress_bar_fill_default,
9
- Output: progress_bar_output_default,
10
- Root: progress_bar_root_default,
11
- Track: progress_bar_track_default
12
- });
13
- //#endregion
14
- export { ProgressBar, progress_bar_fill_default as ProgressBarFill, progress_bar_output_default as ProgressBarOutput, progress_bar_root_default as ProgressBarRoot, progress_bar_track_default as ProgressBarTrack, progressBarVariants };
6
+ export { progress_bar_root_default as ProgressBar, progress_bar_fill_default as ProgressBarFill, progress_bar_output_default as ProgressBarOutput, progress_bar_track_default as ProgressBarTrack, progressBarVariants };
@@ -12,6 +12,8 @@ var progress_bar_root_vue_vue_type_script_setup_true_vapor_true_lang_default = /
12
12
  class: {},
13
13
  color: {},
14
14
  size: {},
15
+ isStriped: { type: Boolean },
16
+ isAnimated: { type: Boolean },
15
17
  value: {},
16
18
  minValue: {},
17
19
  maxValue: {},
@@ -43,6 +45,8 @@ var progress_bar_root_vue_vue_type_script_setup_true_vapor_true_lang_default = /
43
45
  });
44
46
  const slots = computed(() => progressBarVariants({
45
47
  color: props.color,
48
+ isAnimated: props.isAnimated,
49
+ isStriped: props.isStriped,
46
50
  size: props.size
47
51
  }));
48
52
  provideProgressBarContext({
@@ -4,6 +4,13 @@ export interface ProgressBarRootProps {
4
4
  class?: string;
5
5
  color?: ProgressBarVariants["color"];
6
6
  size?: ProgressBarVariants["size"];
7
+ /** Whether a diagonal band is laid over the fill. */
8
+ isStriped?: boolean;
9
+ /**
10
+ * Whether the band travels. Turns the band on by itself, so `isStriped` is only needed for a
11
+ * still one. Under reduced motion it settles into that still band rather than disappearing.
12
+ */
13
+ isAnimated?: boolean;
7
14
  /** Current progress. @default 0 */
8
15
  value?: number;
9
16
  /** @default 0 */
@@ -2,129 +2,7 @@ import ProgressCircleFillCircle from "./progress-circle-fill-circle.js";
2
2
  import ProgressCircleRoot from "./progress-circle-root.js";
3
3
  import ProgressCircleTrackCircle from "./progress-circle-track-circle.js";
4
4
  import ProgressCircleTrack from "./progress-circle-track.js";
5
- export declare const ProgressCircle: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
6
- attrs: any;
7
- slots: {
8
- default?: (props: import("./progress-circle.types.js").ProgressCircleSlotProps) => unknown;
9
- };
10
- emit: {};
11
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
12
- props: import('vue').PublicProps & {
13
- class?: string;
14
- color?: import("@ropav/styles").ProgressCircleVariants["color"];
15
- size?: import("@ropav/styles").ProgressCircleVariants["size"];
16
- value?: number;
17
- minValue?: number;
18
- maxValue?: number;
19
- isIndeterminate?: boolean;
20
- formatOptions?: Intl.NumberFormatOptions;
21
- valueLabel?: string;
22
- id?: string;
23
- ariaLabel?: string;
24
- ariaLabelledby?: string;
25
- ariaDescribedby?: string;
26
- } & (typeof globalThis extends {
27
- __VLS_PROPS_FALLBACK: infer P;
28
- } ? P : {});
29
- expose: (exposed: {}) => void;
30
- attrs: any;
31
- slots: {
32
- default?: (props: import("./progress-circle.types.js").ProgressCircleSlotProps) => unknown;
33
- };
34
- emit: {};
35
- }>) => import('vue').VNode & {
36
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
37
- }) & {
38
- FillCircle: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
39
- attrs: any;
40
- slots: {};
41
- emit: {};
42
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
43
- props: import('vue').PublicProps & {
44
- class?: string;
45
- } & (typeof globalThis extends {
46
- __VLS_PROPS_FALLBACK: infer P;
47
- } ? P : {});
48
- expose: (exposed: {}) => void;
49
- attrs: any;
50
- slots: {};
51
- emit: {};
52
- }>) => import('vue').VNode & {
53
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
54
- };
55
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
56
- attrs: any;
57
- slots: {
58
- default?: (props: import("./progress-circle.types.js").ProgressCircleSlotProps) => unknown;
59
- };
60
- emit: {};
61
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
62
- props: import('vue').PublicProps & {
63
- class?: string;
64
- color?: import("@ropav/styles").ProgressCircleVariants["color"];
65
- size?: import("@ropav/styles").ProgressCircleVariants["size"];
66
- value?: number;
67
- minValue?: number;
68
- maxValue?: number;
69
- isIndeterminate?: boolean;
70
- formatOptions?: Intl.NumberFormatOptions;
71
- valueLabel?: string;
72
- id?: string;
73
- ariaLabel?: string;
74
- ariaLabelledby?: string;
75
- ariaDescribedby?: string;
76
- } & (typeof globalThis extends {
77
- __VLS_PROPS_FALLBACK: infer P;
78
- } ? P : {});
79
- expose: (exposed: {}) => void;
80
- attrs: any;
81
- slots: {
82
- default?: (props: import("./progress-circle.types.js").ProgressCircleSlotProps) => unknown;
83
- };
84
- emit: {};
85
- }>) => import('vue').VNode & {
86
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
87
- };
88
- Track: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
89
- attrs: any;
90
- slots: {
91
- default?: () => unknown;
92
- };
93
- emit: {};
94
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
95
- props: import('vue').PublicProps & {
96
- class?: string;
97
- } & (typeof globalThis extends {
98
- __VLS_PROPS_FALLBACK: infer P;
99
- } ? P : {});
100
- expose: (exposed: {}) => void;
101
- attrs: any;
102
- slots: {
103
- default?: () => unknown;
104
- };
105
- emit: {};
106
- }>) => import('vue').VNode & {
107
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
108
- };
109
- TrackCircle: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
110
- attrs: any;
111
- slots: {};
112
- emit: {};
113
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
114
- props: import('vue').PublicProps & {
115
- class?: string;
116
- } & (typeof globalThis extends {
117
- __VLS_PROPS_FALLBACK: infer P;
118
- } ? P : {});
119
- expose: (exposed: {}) => void;
120
- attrs: any;
121
- slots: {};
122
- emit: {};
123
- }>) => import('vue').VNode & {
124
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
125
- };
126
- };
127
- export { ProgressCircleFillCircle, ProgressCircleRoot, ProgressCircleTrack, ProgressCircleTrackCircle, };
128
- export type { ProgressCircleFillCircleProps, ProgressCircleRootProps, ProgressCircleRootProps as ProgressCircleProps, ProgressCircleSlotProps, ProgressCircleTrackCircleProps, ProgressCircleTrackProps, } from "./progress-circle.types.js";
5
+ export { ProgressCircleFillCircle, ProgressCircleRoot as ProgressCircle, ProgressCircleTrack, ProgressCircleTrackCircle, };
6
+ export type { ProgressCircleFillCircleProps, ProgressCircleRootProps as ProgressCircleProps, ProgressCircleSlotProps, ProgressCircleTrackCircleProps, ProgressCircleTrackProps, } from "./progress-circle.types.js";
129
7
  export { progressCircleVariants } from "@ropav/styles";
130
8
  export type { ProgressCircleVariants } from "@ropav/styles";
@@ -3,12 +3,4 @@ import progress_circle_root_default from "./progress-circle-root.js";
3
3
  import progress_circle_track_circle_default from "./progress-circle-track-circle.js";
4
4
  import progress_circle_track_default from "./progress-circle-track.js";
5
5
  import { progressCircleVariants } from "@ropav/styles";
6
- //#region src/components/progress-circle/index.ts
7
- var ProgressCircle = Object.assign(progress_circle_root_default, {
8
- FillCircle: progress_circle_fill_circle_default,
9
- Root: progress_circle_root_default,
10
- Track: progress_circle_track_default,
11
- TrackCircle: progress_circle_track_circle_default
12
- });
13
- //#endregion
14
- export { ProgressCircle, progress_circle_fill_circle_default as ProgressCircleFillCircle, progress_circle_root_default as ProgressCircleRoot, progress_circle_track_default as ProgressCircleTrack, progress_circle_track_circle_default as ProgressCircleTrackCircle, progressCircleVariants };
6
+ export { progress_circle_root_default as ProgressCircle, progress_circle_fill_circle_default as ProgressCircleFillCircle, progress_circle_track_default as ProgressCircleTrack, progress_circle_track_circle_default as ProgressCircleTrackCircle, progressCircleVariants };
@@ -2,126 +2,8 @@ import RadioContent from "./radio-content.js";
2
2
  import RadioControl from "./radio-control.js";
3
3
  import RadioIndicator from "./radio-indicator.js";
4
4
  import RadioRoot from "./radio-root.js";
5
- export declare const Radio: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
6
- attrs: any;
7
- slots: {
8
- default?: (props: import("./radio.types.js").RadioSlotProps) => unknown;
9
- };
10
- emit: {};
11
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
12
- props: import('vue').PublicProps & {
13
- class?: string;
14
- value: string;
15
- isDisabled?: boolean;
16
- id?: string;
17
- ariaLabel?: string;
18
- ariaLabelledby?: string;
19
- ariaDescribedby?: string;
20
- } & (typeof globalThis extends {
21
- __VLS_PROPS_FALLBACK: infer P;
22
- } ? P : {});
23
- expose: (exposed: {}) => void;
24
- attrs: any;
25
- slots: {
26
- default?: (props: import("./radio.types.js").RadioSlotProps) => unknown;
27
- };
28
- emit: {};
29
- }>) => import('vue').VNode & {
30
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
31
- }) & {
32
- Content: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
33
- attrs: any;
34
- slots: {
35
- default?: (props: import("./radio.types.js").RadioContentSlotProps) => unknown;
36
- };
37
- emit: {};
38
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
39
- props: import('vue').PublicProps & {
40
- class?: string;
41
- } & (typeof globalThis extends {
42
- __VLS_PROPS_FALLBACK: infer P;
43
- } ? P : {});
44
- expose: (exposed: {}) => void;
45
- attrs: any;
46
- slots: {
47
- default?: (props: import("./radio.types.js").RadioContentSlotProps) => unknown;
48
- };
49
- emit: {};
50
- }>) => import('vue').VNode & {
51
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
52
- };
53
- Control: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
54
- attrs: any;
55
- slots: {
56
- default?: () => unknown;
57
- };
58
- emit: {};
59
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
60
- props: import('vue').PublicProps & {
61
- class?: string;
62
- } & (typeof globalThis extends {
63
- __VLS_PROPS_FALLBACK: infer P;
64
- } ? P : {});
65
- expose: (exposed: {}) => void;
66
- attrs: any;
67
- slots: {
68
- default?: () => unknown;
69
- };
70
- emit: {};
71
- }>) => import('vue').VNode & {
72
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
73
- };
74
- Indicator: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
75
- attrs: any;
76
- slots: {
77
- default?: (props: import("./radio.types.js").RadioSlotProps) => unknown;
78
- };
79
- emit: {};
80
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
81
- props: import('vue').PublicProps & {
82
- class?: string;
83
- } & (typeof globalThis extends {
84
- __VLS_PROPS_FALLBACK: infer P;
85
- } ? P : {});
86
- expose: (exposed: {}) => void;
87
- attrs: any;
88
- slots: {
89
- default?: (props: import("./radio.types.js").RadioSlotProps) => unknown;
90
- };
91
- emit: {};
92
- }>) => import('vue').VNode & {
93
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
94
- };
95
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
96
- attrs: any;
97
- slots: {
98
- default?: (props: import("./radio.types.js").RadioSlotProps) => unknown;
99
- };
100
- emit: {};
101
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
102
- props: import('vue').PublicProps & {
103
- class?: string;
104
- value: string;
105
- isDisabled?: boolean;
106
- id?: string;
107
- ariaLabel?: string;
108
- ariaLabelledby?: string;
109
- ariaDescribedby?: string;
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("./radio.types.js").RadioSlotProps) => unknown;
117
- };
118
- emit: {};
119
- }>) => import('vue').VNode & {
120
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
121
- };
122
- };
123
- export { RadioRoot, RadioContent, RadioControl, RadioIndicator };
124
- export type { RadioRootProps, RadioRootProps as RadioProps, RadioContentProps, RadioControlProps, RadioIndicatorProps, RadioSlotProps, RadioContentSlotProps, } from "./radio.types.js";
5
+ export { RadioRoot as Radio, RadioContent, RadioControl, RadioIndicator };
6
+ export type { RadioRootProps as RadioProps, RadioContentProps, RadioControlProps, RadioIndicatorProps, RadioSlotProps, RadioContentSlotProps, } from "./radio.types.js";
125
7
  export { useRadioContext, provideRadioContext } from "./radio.context.js";
126
8
  export type { RadioContext } from "./radio.context.js";
127
9
  export { radioVariants } from "@ropav/styles";
@@ -4,12 +4,4 @@ import radio_control_default from "./radio-control.js";
4
4
  import radio_indicator_default from "./radio-indicator.js";
5
5
  import radio_root_default from "./radio-root.js";
6
6
  import { radioVariants } from "@ropav/styles";
7
- //#region src/components/radio/index.ts
8
- var Radio = Object.assign(radio_root_default, {
9
- Content: radio_content_default,
10
- Control: radio_control_default,
11
- Indicator: radio_indicator_default,
12
- Root: radio_root_default
13
- });
14
- //#endregion
15
- export { Radio, radio_content_default as RadioContent, radio_control_default as RadioControl, radio_indicator_default as RadioIndicator, radio_root_default as RadioRoot, provideRadioContext, radioVariants, useRadioContext };
7
+ export { radio_root_default as Radio, radio_content_default as RadioContent, radio_control_default as RadioControl, radio_indicator_default as RadioIndicator, provideRadioContext, radioVariants, useRadioContext };
@@ -1,83 +1,6 @@
1
1
  import RadioGroupRoot from "./radio-group-root.js";
2
- export declare const RadioGroup: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
3
- attrs: any;
4
- slots: {
5
- default?: (props: import("./radio-group.types.js").RadioGroupSlotProps) => unknown;
6
- };
7
- emit: ((evt: "change", value: string | null) => void) & ((evt: "update:value", value: string | null) => void);
8
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
9
- props: import('vue').PublicProps & {
10
- class?: string;
11
- variant?: import("@ropav/styles").RadioGroupVariants["variant"];
12
- orientation?: "horizontal" | "vertical";
13
- value?: string | null;
14
- defaultValue?: string | null;
15
- isDisabled?: boolean;
16
- isReadOnly?: boolean;
17
- isRequired?: boolean;
18
- isInvalid?: boolean;
19
- validate?: import("../../index.js").ValidationFunction<string | null>;
20
- validationBehavior?: import("../../index.js").ValidationBehavior;
21
- name?: string;
22
- form?: string;
23
- ariaLabel?: string;
24
- ariaLabelledby?: string;
25
- ariaDescribedby?: string;
26
- onChange?: ((value: string | null) => any) | undefined;
27
- "onUpdate:value"?: ((value: string | null) => any) | undefined;
28
- } & (typeof globalThis extends {
29
- __VLS_PROPS_FALLBACK: infer P;
30
- } ? P : {});
31
- expose: (exposed: {}) => void;
32
- attrs: any;
33
- slots: {
34
- default?: (props: import("./radio-group.types.js").RadioGroupSlotProps) => unknown;
35
- };
36
- emit: ((evt: "change", value: string | null) => void) & ((evt: "update:value", value: string | null) => void);
37
- }>) => import('vue').VNode & {
38
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
39
- }) & {
40
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
41
- attrs: any;
42
- slots: {
43
- default?: (props: import("./radio-group.types.js").RadioGroupSlotProps) => unknown;
44
- };
45
- emit: ((evt: "change", value: string | null) => void) & ((evt: "update:value", value: string | null) => void);
46
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
47
- props: import('vue').PublicProps & {
48
- class?: string;
49
- variant?: import("@ropav/styles").RadioGroupVariants["variant"];
50
- orientation?: "horizontal" | "vertical";
51
- value?: string | null;
52
- defaultValue?: string | null;
53
- isDisabled?: boolean;
54
- isReadOnly?: boolean;
55
- isRequired?: boolean;
56
- isInvalid?: boolean;
57
- validate?: import("../../index.js").ValidationFunction<string | null>;
58
- validationBehavior?: import("../../index.js").ValidationBehavior;
59
- name?: string;
60
- form?: string;
61
- ariaLabel?: string;
62
- ariaLabelledby?: string;
63
- ariaDescribedby?: string;
64
- onChange?: ((value: string | null) => any) | undefined;
65
- "onUpdate:value"?: ((value: string | null) => any) | undefined;
66
- } & (typeof globalThis extends {
67
- __VLS_PROPS_FALLBACK: infer P;
68
- } ? P : {});
69
- expose: (exposed: {}) => void;
70
- attrs: any;
71
- slots: {
72
- default?: (props: import("./radio-group.types.js").RadioGroupSlotProps) => unknown;
73
- };
74
- emit: ((evt: "change", value: string | null) => void) & ((evt: "update:value", value: string | null) => void);
75
- }>) => import('vue').VNode & {
76
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
77
- };
78
- };
79
- export { RadioGroupRoot };
80
- export type { RadioGroupRootProps, RadioGroupRootProps as RadioGroupProps, RadioGroupSlotProps, } from "./radio-group.types.js";
2
+ export { RadioGroupRoot as RadioGroup };
3
+ export type { RadioGroupRootProps as RadioGroupProps, RadioGroupSlotProps, } from "./radio-group.types.js";
81
4
  export { useRadioGroupContext, provideRadioGroupContext } from "./radio-group.context.js";
82
5
  export type { RadioGroupContext } from "./radio-group.context.js";
83
6
  export { radioGroupVariants } from "@ropav/styles";
@@ -1,7 +1,4 @@
1
1
  import { provideRadioGroupContext, useRadioGroupContext } from "./radio-group.context.js";
2
2
  import radio_group_root_default from "./radio-group-root.js";
3
3
  import { radioGroupVariants } from "@ropav/styles";
4
- //#region src/components/radio-group/index.ts
5
- var RadioGroup = Object.assign(radio_group_root_default, { Root: radio_group_root_default });
6
- //#endregion
7
- export { RadioGroup, radio_group_root_default as RadioGroupRoot, provideRadioGroupContext, radioGroupVariants, useRadioGroupContext };
4
+ export { radio_group_root_default as RadioGroup, provideRadioGroupContext, radioGroupVariants, useRadioGroupContext };