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
@@ -1,178 +1,5 @@
1
1
  import ColorFieldRoot from "./color-field-root.js";
2
- export declare const ColorField: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
3
- attrs: any;
4
- slots: {
5
- default?: (props: import("./color-field.types.js").ColorFieldRootSlotProps) => unknown;
6
- };
7
- emit: ((evt: "change", value: import("../../index.js").Color | null) => void) & ((evt: "focusChange", isFocused: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color | null) => void);
8
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
9
- props: import('vue').PublicProps & {
10
- class?: string;
11
- channel?: import("../../index.js").ColorChannel;
12
- colorSpace?: import("../../index.js").ColorSpace;
13
- value?: import("../../index.js").Color | string | null;
14
- defaultValue?: import("../../index.js").Color | string | null;
15
- fullWidth?: boolean;
16
- isDisabled?: boolean;
17
- isReadOnly?: boolean;
18
- isRequired?: boolean;
19
- isInvalid?: boolean;
20
- validate?: import("../../index.js").ValidationFunction<import("../../index.js").Color | null>;
21
- validationBehavior?: import("../../index.js").ValidationBehavior;
22
- name?: string;
23
- form?: string;
24
- id?: string;
25
- autoFocus?: boolean;
26
- isWheelDisabled?: boolean;
27
- ariaLabel?: string;
28
- ariaLabelledby?: string;
29
- ariaDescribedby?: string;
30
- onChange?: ((value: import("../../index.js").Color | null) => any) | undefined;
31
- onFocusChange?: ((isFocused: boolean) => any) | undefined;
32
- "onUpdate:value"?: ((value: import("../../index.js").Color | null) => any) | undefined;
33
- } & (typeof globalThis extends {
34
- __VLS_PROPS_FALLBACK: infer P;
35
- } ? P : {});
36
- expose: (exposed: {}) => void;
37
- attrs: any;
38
- slots: {
39
- default?: (props: import("./color-field.types.js").ColorFieldRootSlotProps) => unknown;
40
- };
41
- emit: ((evt: "change", value: import("../../index.js").Color | null) => void) & ((evt: "focusChange", isFocused: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color | null) => void);
42
- }>) => import('vue').VNode & {
43
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
44
- }) & {
45
- Group: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
46
- attrs: any;
47
- slots: {
48
- default?: (props: import("../index.js").ColorInputGroupRootSlotProps) => unknown;
49
- };
50
- emit: {};
51
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
52
- props: import('vue').PublicProps & {
53
- class?: string;
54
- variant?: import("@ropav/styles").ColorInputGroupVariants["variant"];
55
- size?: import("@ropav/styles").ColorInputGroupVariants["size"];
56
- fullWidth?: boolean;
57
- isDisabled?: boolean;
58
- isInvalid?: boolean;
59
- } & (typeof globalThis extends {
60
- __VLS_PROPS_FALLBACK: infer P;
61
- } ? P : {});
62
- expose: (exposed: {}) => void;
63
- attrs: any;
64
- slots: {
65
- default?: (props: import("../index.js").ColorInputGroupRootSlotProps) => unknown;
66
- };
67
- emit: {};
68
- }>) => import('vue').VNode & {
69
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
70
- };
71
- Input: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
72
- attrs: any;
73
- slots: {};
74
- emit: {};
75
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
76
- props: import('vue').PublicProps & {
77
- class?: string;
78
- placeholder?: string;
79
- } & (typeof globalThis extends {
80
- __VLS_PROPS_FALLBACK: infer P;
81
- } ? P : {});
82
- expose: (exposed: {}) => void;
83
- attrs: any;
84
- slots: {};
85
- emit: {};
86
- }>) => import('vue').VNode & {
87
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
88
- };
89
- Prefix: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
90
- attrs: any;
91
- slots: {
92
- default?: (props: {}) => any;
93
- };
94
- emit: {};
95
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
96
- props: import('vue').PublicProps & {
97
- class?: 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: {}) => any;
105
- };
106
- emit: {};
107
- }>) => import('vue').VNode & {
108
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
109
- };
110
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
111
- attrs: any;
112
- slots: {
113
- default?: (props: import("./color-field.types.js").ColorFieldRootSlotProps) => unknown;
114
- };
115
- emit: ((evt: "change", value: import("../../index.js").Color | null) => void) & ((evt: "focusChange", isFocused: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color | null) => void);
116
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
117
- props: import('vue').PublicProps & {
118
- class?: string;
119
- channel?: import("../../index.js").ColorChannel;
120
- colorSpace?: import("../../index.js").ColorSpace;
121
- value?: import("../../index.js").Color | string | null;
122
- defaultValue?: import("../../index.js").Color | string | null;
123
- fullWidth?: boolean;
124
- isDisabled?: boolean;
125
- isReadOnly?: boolean;
126
- isRequired?: boolean;
127
- isInvalid?: boolean;
128
- validate?: import("../../index.js").ValidationFunction<import("../../index.js").Color | null>;
129
- validationBehavior?: import("../../index.js").ValidationBehavior;
130
- name?: string;
131
- form?: string;
132
- id?: string;
133
- autoFocus?: boolean;
134
- isWheelDisabled?: boolean;
135
- ariaLabel?: string;
136
- ariaLabelledby?: string;
137
- ariaDescribedby?: string;
138
- onChange?: ((value: import("../../index.js").Color | null) => any) | undefined;
139
- onFocusChange?: ((isFocused: boolean) => any) | undefined;
140
- "onUpdate:value"?: ((value: import("../../index.js").Color | null) => 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("./color-field.types.js").ColorFieldRootSlotProps) => unknown;
148
- };
149
- emit: ((evt: "change", value: import("../../index.js").Color | null) => void) & ((evt: "focusChange", isFocused: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color | null) => void);
150
- }>) => import('vue').VNode & {
151
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
152
- };
153
- Suffix: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
154
- attrs: any;
155
- slots: {
156
- default?: (props: {}) => any;
157
- };
158
- emit: {};
159
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
160
- props: import('vue').PublicProps & {
161
- class?: string;
162
- } & (typeof globalThis extends {
163
- __VLS_PROPS_FALLBACK: infer P;
164
- } ? P : {});
165
- expose: (exposed: {}) => void;
166
- attrs: any;
167
- slots: {
168
- default?: (props: {}) => any;
169
- };
170
- emit: {};
171
- }>) => import('vue').VNode & {
172
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
173
- };
174
- };
175
- export { ColorFieldRoot };
176
- export type { ColorFieldRootProps, ColorFieldRootProps as ColorFieldProps, ColorFieldRootSlotProps, } from "./color-field.types.js";
2
+ export { ColorFieldRoot as ColorField };
3
+ export type { ColorFieldRootProps as ColorFieldProps, ColorFieldRootSlotProps as ColorFieldSlotProps, } from "./color-field.types.js";
177
4
  export { colorFieldVariants } from "@ropav/styles";
178
5
  export type { ColorFieldVariants } from "@ropav/styles";
@@ -1,16 +1,3 @@
1
- import color_input_group_input_default from "../color-input-group/color-input-group-input.js";
2
- import color_input_group_prefix_default from "../color-input-group/color-input-group-prefix.js";
3
- import color_input_group_root_default from "../color-input-group/color-input-group-root.js";
4
- import color_input_group_suffix_default from "../color-input-group/color-input-group-suffix.js";
5
1
  import color_field_root_default from "./color-field-root.js";
6
2
  import { colorFieldVariants } from "@ropav/styles";
7
- //#region src/components/color-field/index.ts
8
- var ColorField = Object.assign(color_field_root_default, {
9
- Group: color_input_group_root_default,
10
- Input: color_input_group_input_default,
11
- Prefix: color_input_group_prefix_default,
12
- Root: color_field_root_default,
13
- Suffix: color_input_group_suffix_default
14
- });
15
- //#endregion
16
- export { ColorField, color_field_root_default as ColorFieldRoot, colorFieldVariants };
3
+ export { color_field_root_default as ColorField, colorFieldVariants };
@@ -2,121 +2,8 @@ import ColorInputGroupInput from "./color-input-group-input.js";
2
2
  import ColorInputGroupPrefix from "./color-input-group-prefix.js";
3
3
  import ColorInputGroupRoot from "./color-input-group-root.js";
4
4
  import ColorInputGroupSuffix from "./color-input-group-suffix.js";
5
- export declare const ColorInputGroup: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
6
- attrs: any;
7
- slots: {
8
- default?: (props: import("./color-input-group.types.js").ColorInputGroupRootSlotProps) => 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
- variant?: import("@ropav/styles").ColorInputGroupVariants["variant"];
15
- size?: import("@ropav/styles").ColorInputGroupVariants["size"];
16
- fullWidth?: boolean;
17
- isDisabled?: boolean;
18
- isInvalid?: boolean;
19
- } & (typeof globalThis extends {
20
- __VLS_PROPS_FALLBACK: infer P;
21
- } ? P : {});
22
- expose: (exposed: {}) => void;
23
- attrs: any;
24
- slots: {
25
- default?: (props: import("./color-input-group.types.js").ColorInputGroupRootSlotProps) => unknown;
26
- };
27
- emit: {};
28
- }>) => import('vue').VNode & {
29
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
30
- }) & {
31
- Input: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
32
- attrs: any;
33
- slots: {};
34
- emit: {};
35
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
36
- props: import('vue').PublicProps & {
37
- class?: string;
38
- placeholder?: string;
39
- } & (typeof globalThis extends {
40
- __VLS_PROPS_FALLBACK: infer P;
41
- } ? P : {});
42
- expose: (exposed: {}) => void;
43
- attrs: any;
44
- slots: {};
45
- emit: {};
46
- }>) => import('vue').VNode & {
47
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
48
- };
49
- Prefix: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
50
- attrs: any;
51
- slots: {
52
- default?: (props: {}) => any;
53
- };
54
- emit: {};
55
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
56
- props: import('vue').PublicProps & {
57
- class?: string;
58
- } & (typeof globalThis extends {
59
- __VLS_PROPS_FALLBACK: infer P;
60
- } ? P : {});
61
- expose: (exposed: {}) => void;
62
- attrs: any;
63
- slots: {
64
- default?: (props: {}) => any;
65
- };
66
- emit: {};
67
- }>) => import('vue').VNode & {
68
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
69
- };
70
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
71
- attrs: any;
72
- slots: {
73
- default?: (props: import("./color-input-group.types.js").ColorInputGroupRootSlotProps) => unknown;
74
- };
75
- emit: {};
76
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
77
- props: import('vue').PublicProps & {
78
- class?: string;
79
- variant?: import("@ropav/styles").ColorInputGroupVariants["variant"];
80
- size?: import("@ropav/styles").ColorInputGroupVariants["size"];
81
- fullWidth?: boolean;
82
- isDisabled?: boolean;
83
- isInvalid?: boolean;
84
- } & (typeof globalThis extends {
85
- __VLS_PROPS_FALLBACK: infer P;
86
- } ? P : {});
87
- expose: (exposed: {}) => void;
88
- attrs: any;
89
- slots: {
90
- default?: (props: import("./color-input-group.types.js").ColorInputGroupRootSlotProps) => unknown;
91
- };
92
- emit: {};
93
- }>) => import('vue').VNode & {
94
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
95
- };
96
- Suffix: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
97
- attrs: any;
98
- slots: {
99
- default?: (props: {}) => any;
100
- };
101
- emit: {};
102
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
103
- props: import('vue').PublicProps & {
104
- class?: string;
105
- } & (typeof globalThis extends {
106
- __VLS_PROPS_FALLBACK: infer P;
107
- } ? P : {});
108
- expose: (exposed: {}) => void;
109
- attrs: any;
110
- slots: {
111
- default?: (props: {}) => any;
112
- };
113
- emit: {};
114
- }>) => import('vue').VNode & {
115
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
116
- };
117
- };
118
- export { ColorInputGroupInput, ColorInputGroupPrefix, ColorInputGroupRoot, ColorInputGroupSuffix };
119
- export type { ColorInputGroupRootProps, ColorInputGroupRootProps as ColorInputGroupProps, ColorInputGroupRootSlotProps, ColorInputGroupInputProps, ColorInputGroupPrefixProps, ColorInputGroupSuffixProps, } from "./color-input-group.types.js";
5
+ export { ColorInputGroupInput, ColorInputGroupPrefix, ColorInputGroupRoot as ColorInputGroup, ColorInputGroupSuffix, };
6
+ export type { ColorInputGroupRootProps as ColorInputGroupProps, ColorInputGroupRootSlotProps as ColorInputGroupSlotProps, ColorInputGroupInputProps, ColorInputGroupPrefixProps, ColorInputGroupSuffixProps, } from "./color-input-group.types.js";
120
7
  export { provideColorInputGroupContext, provideColorInputGroupControlContext, useColorInputGroupContext, useColorInputGroupControlContext, } from "./color-input-group.context.js";
121
8
  export type { ColorInputGroupContext, ColorInputGroupControl, ColorInputGroupControlHandlers, } from "./color-input-group.context.js";
122
9
  export { colorInputGroupVariants } from "@ropav/styles";
@@ -4,12 +4,4 @@ import color_input_group_prefix_default from "./color-input-group-prefix.js";
4
4
  import color_input_group_root_default from "./color-input-group-root.js";
5
5
  import color_input_group_suffix_default from "./color-input-group-suffix.js";
6
6
  import { colorInputGroupVariants } from "@ropav/styles";
7
- //#region src/components/color-input-group/index.ts
8
- var ColorInputGroup = Object.assign(color_input_group_root_default, {
9
- Input: color_input_group_input_default,
10
- Prefix: color_input_group_prefix_default,
11
- Root: color_input_group_root_default,
12
- Suffix: color_input_group_suffix_default
13
- });
14
- //#endregion
15
- export { ColorInputGroup, color_input_group_input_default as ColorInputGroupInput, color_input_group_prefix_default as ColorInputGroupPrefix, color_input_group_root_default as ColorInputGroupRoot, color_input_group_suffix_default as ColorInputGroupSuffix, colorInputGroupVariants, provideColorInputGroupContext, provideColorInputGroupControlContext, useColorInputGroupContext, useColorInputGroupControlContext };
7
+ export { color_input_group_root_default as ColorInputGroup, color_input_group_input_default as ColorInputGroupInput, color_input_group_prefix_default as ColorInputGroupPrefix, color_input_group_suffix_default as ColorInputGroupSuffix, colorInputGroupVariants, provideColorInputGroupContext, provideColorInputGroupControlContext, useColorInputGroupContext, useColorInputGroupControlContext };
@@ -45,8 +45,8 @@ var color_picker_popover_vue_vue_type_script_setup_true_vapor_true_lang_default
45
45
  "should-flip": () => props.shouldFlip,
46
46
  "slot-contexts": () => unref(contexts)
47
47
  }, extend(() => {
48
- return createSlot("default", null, null, 36);
49
- }, { _: 8 }), true);
48
+ return createSlot("default", null, null, 4);
49
+ }, { _: 1 }), true);
50
50
  }
51
51
  });
52
52
  //#endregion
@@ -1,116 +1,8 @@
1
1
  import ColorPickerPopover from "./color-picker-popover.js";
2
2
  import ColorPickerRoot from "./color-picker-root.js";
3
3
  import ColorPickerTrigger from "./color-picker-trigger.js";
4
- export declare const ColorPicker: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
5
- attrs: any;
6
- slots: {
7
- default?: (props: import("./color-picker.types.js").ColorPickerRootSlotProps) => unknown;
8
- };
9
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "openChange", isOpen: boolean) => void) & ((evt: "update:isOpen", isOpen: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
10
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
11
- props: import('vue').PublicProps & {
12
- class?: string;
13
- value?: import("../../index.js").Color | string;
14
- defaultValue?: import("../../index.js").Color | string;
15
- defaultOpen?: boolean;
16
- isOpen?: boolean;
17
- onChange?: ((value: import("../../index.js").Color) => any) | undefined;
18
- onOpenChange?: ((isOpen: boolean) => any) | undefined;
19
- "onUpdate:isOpen"?: ((isOpen: boolean) => any) | undefined;
20
- "onUpdate:value"?: ((value: import("../../index.js").Color) => any) | undefined;
21
- } & (typeof globalThis extends {
22
- __VLS_PROPS_FALLBACK: infer P;
23
- } ? P : {});
24
- expose: (exposed: {}) => void;
25
- attrs: any;
26
- slots: {
27
- default?: (props: import("./color-picker.types.js").ColorPickerRootSlotProps) => unknown;
28
- };
29
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "openChange", isOpen: boolean) => void) & ((evt: "update:isOpen", isOpen: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
30
- }>) => import('vue').VNode & {
31
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
32
- }) & {
33
- Popover: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
34
- attrs: any;
35
- slots: {
36
- default?: () => unknown;
37
- };
38
- emit: {};
39
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
40
- props: import('vue').PublicProps & {
41
- class?: string;
42
- placement?: import("../../index.js").Placement;
43
- offset?: number;
44
- crossOffset?: number;
45
- containerPadding?: number;
46
- shouldFlip?: boolean;
47
- isKeyboardDismissDisabled?: boolean;
48
- } & (typeof globalThis extends {
49
- __VLS_PROPS_FALLBACK: infer P;
50
- } ? P : {});
51
- expose: (exposed: {}) => void;
52
- attrs: any;
53
- slots: {
54
- default?: () => 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?: (props: import("./color-picker.types.js").ColorPickerRootSlotProps) => unknown;
64
- };
65
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "openChange", isOpen: boolean) => void) & ((evt: "update:isOpen", isOpen: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
66
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
67
- props: import('vue').PublicProps & {
68
- class?: string;
69
- value?: import("../../index.js").Color | string;
70
- defaultValue?: import("../../index.js").Color | string;
71
- defaultOpen?: boolean;
72
- isOpen?: boolean;
73
- onChange?: ((value: import("../../index.js").Color) => any) | undefined;
74
- onOpenChange?: ((isOpen: boolean) => any) | undefined;
75
- "onUpdate:isOpen"?: ((isOpen: boolean) => any) | undefined;
76
- "onUpdate:value"?: ((value: import("../../index.js").Color) => any) | undefined;
77
- } & (typeof globalThis extends {
78
- __VLS_PROPS_FALLBACK: infer P;
79
- } ? P : {});
80
- expose: (exposed: {}) => void;
81
- attrs: any;
82
- slots: {
83
- default?: (props: import("./color-picker.types.js").ColorPickerRootSlotProps) => unknown;
84
- };
85
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "openChange", isOpen: boolean) => void) & ((evt: "update:isOpen", isOpen: boolean) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
86
- }>) => import('vue').VNode & {
87
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
88
- };
89
- Trigger: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
90
- attrs: any;
91
- slots: {
92
- default?: () => unknown;
93
- };
94
- emit: {};
95
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
96
- props: import('vue').PublicProps & {
97
- class?: string;
98
- type?: "button" | "reset" | "submit";
99
- } & (typeof globalThis extends {
100
- __VLS_PROPS_FALLBACK: infer P;
101
- } ? P : {});
102
- expose: (exposed: {}) => void;
103
- attrs: any;
104
- slots: {
105
- default?: () => unknown;
106
- };
107
- emit: {};
108
- }>) => import('vue').VNode & {
109
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
110
- };
111
- };
112
- export { ColorPickerPopover, ColorPickerRoot, ColorPickerTrigger };
113
- export type { ColorPickerPopoverProps, ColorPickerRootProps, ColorPickerRootProps as ColorPickerProps, ColorPickerRootSlotProps, ColorPickerTriggerProps, } from "./color-picker.types.js";
4
+ export { ColorPickerPopover, ColorPickerRoot as ColorPicker, ColorPickerTrigger };
5
+ export type { ColorPickerPopoverProps, ColorPickerRootProps as ColorPickerProps, ColorPickerRootSlotProps as ColorPickerSlotProps, ColorPickerTriggerProps, } from "./color-picker.types.js";
114
6
  export { provideColorValueContext, useColorValueContext } from "./color-picker.context.js";
115
7
  export type { ColorValueContext } from "./color-picker.context.js";
116
8
  export { colorPickerVariants } from "@ropav/styles";
@@ -3,11 +3,4 @@ import color_picker_popover_default from "./color-picker-popover.js";
3
3
  import color_picker_root_default from "./color-picker-root.js";
4
4
  import color_picker_trigger_default from "./color-picker-trigger.js";
5
5
  import { colorPickerVariants } from "@ropav/styles";
6
- //#region src/components/color-picker/index.ts
7
- var ColorPicker = Object.assign(color_picker_root_default, {
8
- Popover: color_picker_popover_default,
9
- Root: color_picker_root_default,
10
- Trigger: color_picker_trigger_default
11
- });
12
- //#endregion
13
- export { ColorPicker, color_picker_popover_default as ColorPickerPopover, color_picker_root_default as ColorPickerRoot, color_picker_trigger_default as ColorPickerTrigger, colorPickerVariants, provideColorValueContext, useColorValueContext };
6
+ export { color_picker_root_default as ColorPicker, color_picker_popover_default as ColorPickerPopover, color_picker_trigger_default as ColorPickerTrigger, colorPickerVariants, provideColorValueContext, useColorValueContext };
@@ -2,143 +2,7 @@ import ColorSliderOutput from "./color-slider-output.js";
2
2
  import ColorSliderRoot from "./color-slider-root.js";
3
3
  import ColorSliderThumb from "./color-slider-thumb.js";
4
4
  import ColorSliderTrack from "./color-slider-track.js";
5
- export declare const ColorSlider: ((__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
6
- attrs: any;
7
- slots: {
8
- default?: (props: import("./color-slider.types.js").ColorSliderSlotProps) => unknown;
9
- };
10
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "changeEnd", value: import("../../index.js").Color) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
11
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
12
- props: import('vue').PublicProps & {
13
- class?: string;
14
- channel: import("../../index.js").ColorChannel;
15
- colorSpace?: import("../../index.js").ColorSpace;
16
- value?: import("../../index.js").Color | string;
17
- defaultValue?: import("../../index.js").Color | string;
18
- orientation?: import("../../index.js").SliderOrientation;
19
- isDisabled?: boolean;
20
- id?: string;
21
- ariaLabel?: string;
22
- ariaLabelledby?: string;
23
- ariaDescribedby?: string;
24
- name?: string;
25
- form?: string;
26
- onChange?: ((value: import("../../index.js").Color) => any) | undefined;
27
- onChangeEnd?: ((value: import("../../index.js").Color) => any) | undefined;
28
- "onUpdate:value"?: ((value: import("../../index.js").Color) => any) | undefined;
29
- } & (typeof globalThis extends {
30
- __VLS_PROPS_FALLBACK: infer P;
31
- } ? P : {});
32
- expose: (exposed: {}) => void;
33
- attrs: any;
34
- slots: {
35
- default?: (props: import("./color-slider.types.js").ColorSliderSlotProps) => unknown;
36
- };
37
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "changeEnd", value: import("../../index.js").Color) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
38
- }>) => import('vue').VNode & {
39
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
40
- }) & {
41
- Output: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
42
- attrs: any;
43
- slots: {
44
- default?: () => unknown;
45
- };
46
- emit: {};
47
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
48
- props: import('vue').PublicProps & {
49
- class?: string;
50
- } & (typeof globalThis extends {
51
- __VLS_PROPS_FALLBACK: infer P;
52
- } ? P : {});
53
- expose: (exposed: {}) => void;
54
- attrs: any;
55
- slots: {
56
- default?: () => unknown;
57
- };
58
- emit: {};
59
- }>) => import('vue').VNode & {
60
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
61
- };
62
- Root: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
63
- attrs: any;
64
- slots: {
65
- default?: (props: import("./color-slider.types.js").ColorSliderSlotProps) => unknown;
66
- };
67
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "changeEnd", value: import("../../index.js").Color) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
68
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
69
- props: import('vue').PublicProps & {
70
- class?: string;
71
- channel: import("../../index.js").ColorChannel;
72
- colorSpace?: import("../../index.js").ColorSpace;
73
- value?: import("../../index.js").Color | string;
74
- defaultValue?: import("../../index.js").Color | string;
75
- orientation?: import("../../index.js").SliderOrientation;
76
- isDisabled?: boolean;
77
- id?: string;
78
- ariaLabel?: string;
79
- ariaLabelledby?: string;
80
- ariaDescribedby?: string;
81
- name?: string;
82
- form?: string;
83
- onChange?: ((value: import("../../index.js").Color) => any) | undefined;
84
- onChangeEnd?: ((value: import("../../index.js").Color) => any) | undefined;
85
- "onUpdate:value"?: ((value: import("../../index.js").Color) => any) | undefined;
86
- } & (typeof globalThis extends {
87
- __VLS_PROPS_FALLBACK: infer P;
88
- } ? P : {});
89
- expose: (exposed: {}) => void;
90
- attrs: any;
91
- slots: {
92
- default?: (props: import("./color-slider.types.js").ColorSliderSlotProps) => unknown;
93
- };
94
- emit: ((evt: "change", value: import("../../index.js").Color) => void) & ((evt: "changeEnd", value: import("../../index.js").Color) => void) & ((evt: "update:value", value: import("../../index.js").Color) => void);
95
- }>) => import('vue').VNode & {
96
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
97
- };
98
- Thumb: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
99
- attrs: any;
100
- slots: {
101
- default?: (props: import("./color-slider.types.js").ColorSliderThumbSlotProps) => unknown;
102
- };
103
- emit: {};
104
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
105
- props: import('vue').PublicProps & {
106
- class?: string;
107
- } & (typeof globalThis extends {
108
- __VLS_PROPS_FALLBACK: infer P;
109
- } ? P : {});
110
- expose: (exposed: {}) => void;
111
- attrs: any;
112
- slots: {
113
- default?: (props: import("./color-slider.types.js").ColorSliderThumbSlotProps) => unknown;
114
- };
115
- emit: {};
116
- }>) => import('vue').VNode & {
117
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
118
- };
119
- Track: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>['props'], __VLS_ctx?: {
120
- attrs: any;
121
- slots: {
122
- default?: (props: import("./color-slider.types.js").ColorSliderSlotProps) => unknown;
123
- };
124
- emit: {};
125
- }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>['expose'], __VLS_setup?: Promise<{
126
- props: import('vue').PublicProps & {
127
- class?: string;
128
- } & (typeof globalThis extends {
129
- __VLS_PROPS_FALLBACK: infer P;
130
- } ? P : {});
131
- expose: (exposed: {}) => void;
132
- attrs: any;
133
- slots: {
134
- default?: (props: import("./color-slider.types.js").ColorSliderSlotProps) => unknown;
135
- };
136
- emit: {};
137
- }>) => import('vue').VNode & {
138
- __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
139
- };
140
- };
141
- export { ColorSliderRoot, ColorSliderOutput, ColorSliderTrack, ColorSliderThumb };
142
- export type { ColorSliderRootProps, ColorSliderRootProps as ColorSliderProps, ColorSliderOutputProps, ColorSliderTrackProps, ColorSliderThumbProps, ColorSliderSlotProps, ColorSliderThumbSlotProps, } from "./color-slider.types.js";
5
+ export { ColorSliderRoot as ColorSlider, ColorSliderOutput, ColorSliderTrack, ColorSliderThumb };
6
+ export type { ColorSliderRootProps as ColorSliderProps, ColorSliderOutputProps, ColorSliderTrackProps, ColorSliderThumbProps, ColorSliderSlotProps, ColorSliderThumbSlotProps, } from "./color-slider.types.js";
143
7
  export { colorSliderVariants } from "@ropav/styles";
144
8
  export type { ColorSliderVariants } from "@ropav/styles";
@@ -3,12 +3,4 @@ import color_slider_root_default from "./color-slider-root.js";
3
3
  import color_slider_thumb_default from "./color-slider-thumb.js";
4
4
  import color_slider_track_default from "./color-slider-track.js";
5
5
  import { colorSliderVariants } from "@ropav/styles";
6
- //#region src/components/color-slider/index.ts
7
- var ColorSlider = Object.assign(color_slider_root_default, {
8
- Output: color_slider_output_default,
9
- Root: color_slider_root_default,
10
- Thumb: color_slider_thumb_default,
11
- Track: color_slider_track_default
12
- });
13
- //#endregion
14
- export { ColorSlider, color_slider_output_default as ColorSliderOutput, color_slider_root_default as ColorSliderRoot, color_slider_thumb_default as ColorSliderThumb, color_slider_track_default as ColorSliderTrack, colorSliderVariants };
6
+ export { color_slider_root_default as ColorSlider, color_slider_output_default as ColorSliderOutput, color_slider_thumb_default as ColorSliderThumb, color_slider_track_default as ColorSliderTrack, colorSliderVariants };