@sprawlify/vue 0.0.65 → 0.0.67

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 (68) hide show
  1. package/dist/clean-props-BDv2zb5M.js +9 -0
  2. package/dist/collapsible-DQfAISmg.js +259 -0
  3. package/dist/collection-Ba0Aeh5P.js +218 -0
  4. package/dist/components/accordion/index.d.ts +195 -0
  5. package/dist/components/accordion/index.js +361 -0
  6. package/dist/components/angle-slider/index.d.ts +230 -0
  7. package/dist/components/angle-slider/index.js +371 -0
  8. package/dist/components/avatar/index.d.ts +116 -0
  9. package/dist/components/avatar/index.js +177 -0
  10. package/dist/components/bottom-sheet/index.d.ts +241 -0
  11. package/dist/components/bottom-sheet/index.js +429 -0
  12. package/dist/components/carousel/index.d.ts +306 -0
  13. package/dist/components/carousel/index.js +500 -0
  14. package/dist/components/checkbox/index.d.ts +273 -0
  15. package/dist/components/checkbox/index.js +500 -0
  16. package/dist/components/client-only/index.d.ts +20 -0
  17. package/dist/components/client-only/index.js +22 -0
  18. package/dist/components/clipboard/index.d.ts +204 -0
  19. package/dist/components/clipboard/index.js +297 -0
  20. package/dist/components/collapsible/index.d.ts +15 -23
  21. package/dist/components/collapsible/index.js +5 -325
  22. package/dist/components/collection/index.d.ts +2 -0
  23. package/dist/components/collection/index.js +4 -0
  24. package/dist/components/color-picker/index.d.ts +610 -0
  25. package/dist/components/color-picker/index.js +1127 -0
  26. package/dist/components/combobox/index.d.ts +618 -0
  27. package/dist/components/combobox/index.js +802 -0
  28. package/dist/components/date-picker/index.d.ts +597 -0
  29. package/dist/components/date-picker/index.js +1110 -0
  30. package/dist/components/dialog/index.d.ts +270 -0
  31. package/dist/components/dialog/index.js +433 -0
  32. package/dist/components/download-trigger/index.d.ts +29 -0
  33. package/dist/components/download-trigger/index.js +68 -0
  34. package/dist/components/editable/index.d.ts +288 -0
  35. package/dist/components/editable/index.js +459 -0
  36. package/dist/components/field/index.d.ts +326 -0
  37. package/dist/components/field/index.js +7 -0
  38. package/dist/components/fieldset/index.d.ts +161 -0
  39. package/dist/components/fieldset/index.js +7 -0
  40. package/dist/components/highlight/index.d.ts +35 -0
  41. package/dist/components/highlight/index.js +57 -0
  42. package/dist/components/menu/index.d.ts +498 -0
  43. package/dist/components/menu/index.js +885 -0
  44. package/dist/components/presence/index.d.ts +3 -0
  45. package/dist/components/presence/index.js +6 -0
  46. package/dist/components/select/index.d.ts +430 -0
  47. package/dist/components/select/index.js +769 -0
  48. package/dist/{use-forward-expose-BIk4OI3R.js → core-DNndr38p.js} +2 -170
  49. package/dist/create-split-props-YZ3qgXe_.js +11 -0
  50. package/dist/factory-BH3WrWd2.js +68 -0
  51. package/dist/factory-D_ge_w76.d.ts +8 -0
  52. package/dist/field-DnHnX3Tf.js +501 -0
  53. package/dist/fieldset-DzhN7Zrg.js +278 -0
  54. package/dist/{types-BQfkZGpL.d.ts → index-B66Om_3U.d.ts} +1 -9
  55. package/dist/index-BBHms9-0.d.ts +91 -0
  56. package/dist/index-CDQghZtv.d.ts +57 -0
  57. package/dist/index-DqRk-Yea.d.ts +199 -0
  58. package/dist/index.d.ts +4 -92
  59. package/dist/index.js +4 -50
  60. package/dist/presence-CvUnYMZQ.js +105 -0
  61. package/dist/presence-types-Bv1E60Cw.d.ts +13 -0
  62. package/dist/providers-B2CNPFg1.js +108 -0
  63. package/dist/types-Bj-dS2Hc.d.ts +9 -0
  64. package/dist/use-forward-expose-4p5AGAI3.js +67 -0
  65. package/dist/use-render-strategy-BkxoN6ll.js +7 -0
  66. package/dist/use-render-strategy-CHj_pCfT.d.ts +9 -0
  67. package/dist/utils-B4FuOOE-.js +51 -0
  68. package/package.json +86 -2
@@ -0,0 +1,610 @@
1
+ import { t as PolymorphicProps } from "../../factory-D_ge_w76.js";
2
+ import { t as RootEmits$1 } from "../../presence-types-Bv1E60Cw.js";
3
+ import { c as PresenceProps } from "../../index-CDQghZtv.js";
4
+ import { a as Optional, r as EmitFn$1 } from "../../types-Bj-dS2Hc.js";
5
+ import { r as PropTypes } from "../../index-B66Om_3U.js";
6
+ import { t as RenderStrategyProps } from "../../use-render-strategy-CHj_pCfT.js";
7
+ import * as vue809 from "vue";
8
+ import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
9
+ import * as _sprawlify_primitives_machines_bottom_sheet31 from "@sprawlify/primitives/machines/bottom-sheet";
10
+ import * as _sprawlify_primitives_anatomy6 from "@sprawlify/primitives/anatomy";
11
+ import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
12
+ import { AreaProps, ChannelInputProps, ChannelProps, Color, Color as Color$1, ColorFormat, ColorFormat as ColorFormat$1, ColorFormat as ColorPickerColorFormat, FocusOutsideEvent, FocusOutsideEvent as ColorPickerFocusOutsideEvent, FormatChangeDetails, FormatChangeDetails as ColorPickerFormatChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ColorPickerInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ColorPickerPointerDownOutsideEvent, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ValueChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from "@sprawlify/primitives/machines/color-picker";
13
+ import * as _sprawlify_primitives_color_utils0 from "@sprawlify/primitives/color-utils";
14
+ import { ColorStringFormat } from "@sprawlify/primitives/color-utils";
15
+
16
+ //#region src/components/color-picker/color-picker-area-background.vue.d.ts
17
+ interface ColorPickerAreaBackgroundBaseProps extends PolymorphicProps {}
18
+ interface ColorPickerAreaBackgroundProps extends ColorPickerAreaBackgroundBaseProps,
19
+ /**
20
+ * @vue-ignore
21
+ */
22
+ HTMLAttributes {}
23
+ declare const _default$1: typeof __VLS_export$28;
24
+ declare const __VLS_export$28: __VLS_WithSlots$27<vue809.DefineComponent<ColorPickerAreaBackgroundProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerAreaBackgroundProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
25
+ default?: (props: {}) => any;
26
+ }>;
27
+ type __VLS_WithSlots$27<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //#endregion
33
+ //#region src/components/color-picker/color-picker-area-thumb.vue.d.ts
34
+ interface ColorPickerAreaThumbBaseProps extends PolymorphicProps {}
35
+ interface ColorPickerAreaThumbProps extends ColorPickerAreaThumbBaseProps,
36
+ /**
37
+ * @vue-ignore
38
+ */
39
+ HTMLAttributes {}
40
+ declare const _default$2: typeof __VLS_export$27;
41
+ declare const __VLS_export$27: __VLS_WithSlots$26<vue809.DefineComponent<ColorPickerAreaThumbProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerAreaThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
42
+ default?: (props: {}) => any;
43
+ }>;
44
+ type __VLS_WithSlots$26<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
49
+ //#endregion
50
+ //#region src/components/color-picker/color-picker-area.vue.d.ts
51
+ interface ColorPickerAreaBaseProps extends AreaProps, PolymorphicProps {}
52
+ interface ColorPickerAreaProps extends ColorPickerAreaBaseProps,
53
+ /**
54
+ * @vue-ignore
55
+ */
56
+ HTMLAttributes {}
57
+ declare const _default: typeof __VLS_export$26;
58
+ declare const __VLS_export$26: __VLS_WithSlots$25<vue809.DefineComponent<ColorPickerAreaProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
59
+ default?: (props: {}) => any;
60
+ }>;
61
+ type __VLS_WithSlots$25<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };
66
+ //#endregion
67
+ //#region src/components/color-picker/color-picker-channel-input.vue.d.ts
68
+ interface ColorPickerChannelInputBaseProps extends ChannelInputProps, PolymorphicProps {}
69
+ interface ColorPickerChannelInputProps extends ColorPickerChannelInputBaseProps,
70
+ /**
71
+ * @vue-ignore
72
+ */
73
+ InputHTMLAttributes {}
74
+ declare const _default$3: typeof __VLS_export$25;
75
+ declare const __VLS_export$25: __VLS_WithSlots$24<vue809.DefineComponent<ColorPickerChannelInputProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerChannelInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
76
+ default?: (props: {}) => any;
77
+ }>;
78
+ type __VLS_WithSlots$24<T, S> = T & {
79
+ new (): {
80
+ $slots: S;
81
+ };
82
+ };
83
+ //#endregion
84
+ //#region src/components/color-picker/color-picker-channel-slider-label.vue.d.ts
85
+ interface ColorPickerChannelSliderLabelBaseProps extends PolymorphicProps {}
86
+ interface ColorPickerChannelSliderLabelProps extends ColorPickerChannelSliderLabelBaseProps,
87
+ /**
88
+ * @vue-ignore
89
+ */
90
+ HTMLAttributes {}
91
+ declare const _default$5: typeof __VLS_export$24;
92
+ declare const __VLS_export$24: __VLS_WithSlots$23<vue809.DefineComponent<ColorPickerChannelSliderLabelProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerChannelSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
93
+ default?: (props: {}) => any;
94
+ }>;
95
+ type __VLS_WithSlots$23<T, S> = T & {
96
+ new (): {
97
+ $slots: S;
98
+ };
99
+ };
100
+ //#endregion
101
+ //#region src/components/color-picker/color-picker-channel-slider-thumb.vue.d.ts
102
+ interface ColorPickerChannelSliderThumbBaseProps extends PolymorphicProps {}
103
+ interface ColorPickerChannelSliderThumbProps extends ColorPickerChannelSliderThumbBaseProps,
104
+ /**
105
+ * @vue-ignore
106
+ */
107
+ HTMLAttributes {}
108
+ declare const _default$6: typeof __VLS_export$23;
109
+ declare const __VLS_export$23: __VLS_WithSlots$22<vue809.DefineComponent<ColorPickerChannelSliderThumbProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerChannelSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
110
+ default?: (props: {}) => any;
111
+ }>;
112
+ type __VLS_WithSlots$22<T, S> = T & {
113
+ new (): {
114
+ $slots: S;
115
+ };
116
+ };
117
+ //#endregion
118
+ //#region src/components/color-picker/color-picker-channel-slider-track.vue.d.ts
119
+ interface ColorPickerChannelSliderTrackBaseProps extends PolymorphicProps {}
120
+ interface ColorPickerChannelSliderTrackProps extends ColorPickerChannelSliderTrackBaseProps,
121
+ /**
122
+ * @vue-ignore
123
+ */
124
+ HTMLAttributes {}
125
+ declare const _default$7: typeof __VLS_export$22;
126
+ declare const __VLS_export$22: __VLS_WithSlots$21<vue809.DefineComponent<ColorPickerChannelSliderTrackProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerChannelSliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
127
+ default?: (props: {}) => any;
128
+ }>;
129
+ type __VLS_WithSlots$21<T, S> = T & {
130
+ new (): {
131
+ $slots: S;
132
+ };
133
+ };
134
+ //#endregion
135
+ //#region src/components/color-picker/color-picker-channel-slider-value-text.vue.d.ts
136
+ interface ColorPickerChannelSliderValueTextBaseProps extends PolymorphicProps {}
137
+ interface ColorPickerChannelSliderValueTextProps extends ColorPickerChannelSliderValueTextBaseProps,
138
+ /**
139
+ * @vue-ignore
140
+ */
141
+ HTMLAttributes {}
142
+ declare const _default$8: typeof __VLS_export$21;
143
+ declare const __VLS_export$21: __VLS_WithSlots$20<vue809.DefineComponent<ColorPickerChannelSliderValueTextProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerChannelSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
144
+ type __VLS_WithSlots$20<T, S> = T & {
145
+ new (): {
146
+ $slots: S;
147
+ };
148
+ };
149
+ //#endregion
150
+ //#region src/components/color-picker/color-picker-channel-slider.vue.d.ts
151
+ interface ColorPickerChannelSliderBaseProps extends ChannelProps, PolymorphicProps {}
152
+ interface ColorPickerChannelSliderProps extends ColorPickerChannelSliderBaseProps,
153
+ /**
154
+ * @vue-ignore
155
+ */
156
+ HTMLAttributes {}
157
+ declare const _default$4: typeof __VLS_export$20;
158
+ declare const __VLS_export$20: __VLS_WithSlots$19<vue809.DefineComponent<ColorPickerChannelSliderProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerChannelSliderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
159
+ default?: (props: {}) => any;
160
+ }>;
161
+ type __VLS_WithSlots$19<T, S> = T & {
162
+ new (): {
163
+ $slots: S;
164
+ };
165
+ };
166
+ //#endregion
167
+ //#region src/components/color-picker/color-picker-content.vue.d.ts
168
+ interface ColorPickerContentBaseProps extends PresenceProps, PolymorphicProps {}
169
+ interface ColorPickerContentProps extends ColorPickerContentBaseProps,
170
+ /**
171
+ * @vue-ignore
172
+ */
173
+ HTMLAttributes {}
174
+ declare const _default$9: typeof __VLS_export$19;
175
+ declare const __VLS_export$19: __VLS_WithSlots$18<vue809.DefineComponent<ColorPickerContentProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
176
+ default?: (props: {}) => any;
177
+ }>;
178
+ type __VLS_WithSlots$18<T, S> = T & {
179
+ new (): {
180
+ $slots: S;
181
+ };
182
+ };
183
+ //#endregion
184
+ //#region src/components/color-picker/color-picker-types.d.ts
185
+ interface RootProps {
186
+ closeOnSelect?: boolean;
187
+ defaultFormat?: colorPicker.ColorFormat;
188
+ defaultOpen?: boolean;
189
+ defaultValue?: colorPicker.Color;
190
+ disabled?: boolean;
191
+ format?: colorPicker.ColorFormat;
192
+ id?: string;
193
+ ids?: Partial<{
194
+ root: string;
195
+ control: string;
196
+ trigger: string;
197
+ label: string;
198
+ input: string;
199
+ hiddenInput: string;
200
+ content: string;
201
+ area: string;
202
+ areaGradient: string;
203
+ positioner: string;
204
+ formatSelect: string;
205
+ areaThumb: string;
206
+ channelInput(id: string): string;
207
+ channelSliderTrack(id: colorPicker.ColorChannel): string;
208
+ channelSliderThumb(id: colorPicker.ColorChannel): string;
209
+ }>;
210
+ initialFocusEl?: () => HTMLElement | null;
211
+ invalid?: boolean;
212
+ modelValue?: colorPicker.Color;
213
+ name?: string;
214
+ open?: boolean;
215
+ openAutoFocus?: boolean;
216
+ positioning?: colorPicker.PositioningOptions;
217
+ readOnly?: boolean;
218
+ required?: boolean;
219
+ inline?: boolean;
220
+ }
221
+ type RootEmits = {
222
+ exitComplete: [];
223
+ focusOutside: [event: colorPicker.FocusOutsideEvent];
224
+ formatChange: [details: colorPicker.FormatChangeDetails];
225
+ interactOutside: [event: colorPicker.InteractOutsideEvent];
226
+ openChange: [details: colorPicker.OpenChangeDetails];
227
+ pointerDownOutside: [event: colorPicker.PointerDownOutsideEvent];
228
+ valueChange: [details: colorPicker.ValueChangeDetails];
229
+ valueChangeEnd: [details: colorPicker.ValueChangeDetails];
230
+ 'update:modelValue': [value: colorPicker.Color];
231
+ 'update:open': [open: boolean];
232
+ 'update:format': [format: colorPicker.ColorFormat];
233
+ };
234
+ //#endregion
235
+ //#region src/components/color-picker/use-color-picker.d.ts
236
+ interface UseColorPickerProps extends Optional<Omit<colorPicker.Props, 'dir' | 'getRootNode'>, 'id'> {
237
+ modelValue?: colorPicker.Color;
238
+ }
239
+ interface UseColorPickerReturn extends ComputedRef<colorPicker.Api<PropTypes>> {}
240
+ declare const useColorPicker: (props?: MaybeRef<UseColorPickerProps>, emit?: EmitFn$1<RootEmits>) => UseColorPickerReturn;
241
+ //#endregion
242
+ //#region src/components/color-picker/use-color-picker-context.d.ts
243
+ interface UseColorPickerContext extends UseColorPickerReturn {}
244
+ //#endregion
245
+ //#region src/components/color-picker/color-picker-context.vue.d.ts
246
+ interface ColorPickerContextProps extends SlotsType<{
247
+ default: UnwrapRef<UseColorPickerContext>;
248
+ }> {}
249
+ declare const _default$10: typeof __VLS_export$18;
250
+ declare const __VLS_export$18: __VLS_WithSlots$17<vue809.DefineComponent<{}, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, true, {}, any>, {
251
+ default(colorPicker: UnwrapRef<UseColorPickerContext>): unknown;
252
+ }>;
253
+ type __VLS_WithSlots$17<T, S> = T & {
254
+ new (): {
255
+ $slots: S;
256
+ };
257
+ };
258
+ //#endregion
259
+ //#region src/components/color-picker/color-picker-control.vue.d.ts
260
+ interface ColorPickerControlBaseProps extends PolymorphicProps {}
261
+ interface ColorPickerControlProps extends ColorPickerControlBaseProps,
262
+ /**
263
+ * @vue-ignore
264
+ */
265
+ HTMLAttributes {}
266
+ declare const _default$11: typeof __VLS_export$17;
267
+ declare const __VLS_export$17: __VLS_WithSlots$16<vue809.DefineComponent<ColorPickerControlProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
268
+ default?: (props: {}) => any;
269
+ }>;
270
+ type __VLS_WithSlots$16<T, S> = T & {
271
+ new (): {
272
+ $slots: S;
273
+ };
274
+ };
275
+ //#endregion
276
+ //#region src/components/color-picker/color-picker-eye-dropper-trigger.vue.d.ts
277
+ interface ColorPickerEyeDropperTriggerBaseProps extends PolymorphicProps {}
278
+ interface ColorPickerEyeDropperTriggerProps extends ColorPickerEyeDropperTriggerBaseProps,
279
+ /**
280
+ * @vue-ignore
281
+ */
282
+ ButtonHTMLAttributes {}
283
+ declare const _default$12: typeof __VLS_export$16;
284
+ declare const __VLS_export$16: __VLS_WithSlots$15<vue809.DefineComponent<ColorPickerEyeDropperTriggerProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerEyeDropperTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
285
+ default?: (props: {}) => any;
286
+ }>;
287
+ type __VLS_WithSlots$15<T, S> = T & {
288
+ new (): {
289
+ $slots: S;
290
+ };
291
+ };
292
+ //#endregion
293
+ //#region src/components/color-picker/color-picker-format-select.vue.d.ts
294
+ interface ColorPickerFormatSelectBaseProps extends PolymorphicProps {}
295
+ interface ColorPickerFormatSelectProps extends ColorPickerFormatSelectBaseProps,
296
+ /**
297
+ * @vue-ignore
298
+ */
299
+ SelectHTMLAttributes {}
300
+ declare const _default$13: typeof __VLS_export$15;
301
+ declare const __VLS_export$15: vue809.DefineComponent<ColorPickerFormatSelectProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerFormatSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>;
302
+ //#endregion
303
+ //#region src/components/color-picker/color-picker-format-trigger.vue.d.ts
304
+ interface ColorPickerFormatTriggerBaseProps extends PolymorphicProps {}
305
+ interface ColorPickerFormatTriggerProps extends ColorPickerFormatTriggerBaseProps,
306
+ /**
307
+ * @vue-ignore
308
+ */
309
+ ButtonHTMLAttributes {}
310
+ declare const _default$14: typeof __VLS_export$14;
311
+ declare const __VLS_export$14: __VLS_WithSlots$14<vue809.DefineComponent<ColorPickerFormatTriggerProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerFormatTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
312
+ default?: (props: {}) => any;
313
+ }>;
314
+ type __VLS_WithSlots$14<T, S> = T & {
315
+ new (): {
316
+ $slots: S;
317
+ };
318
+ };
319
+ //#endregion
320
+ //#region src/components/color-picker/color-picker-hidden-input.vue.d.ts
321
+ interface ColorPickerHiddenInputBaseProps extends PolymorphicProps {}
322
+ interface ColorPickerHiddenInputProps extends ColorPickerHiddenInputBaseProps,
323
+ /**
324
+ * @vue-ignore
325
+ */
326
+ InputHTMLAttributes {}
327
+ declare const _default$15: typeof __VLS_export$13;
328
+ declare const __VLS_export$13: __VLS_WithSlots$13<vue809.DefineComponent<ColorPickerHiddenInputProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
329
+ default?: (props: {}) => any;
330
+ }>;
331
+ type __VLS_WithSlots$13<T, S> = T & {
332
+ new (): {
333
+ $slots: S;
334
+ };
335
+ };
336
+ //#endregion
337
+ //#region src/components/color-picker/color-picker-label.vue.d.ts
338
+ interface ColorPickerLabelBaseProps extends PolymorphicProps {}
339
+ interface ColorPickerLabelProps extends ColorPickerLabelBaseProps,
340
+ /**
341
+ * @vue-ignore
342
+ */
343
+ LabelHTMLAttributes {}
344
+ declare const _default$16: typeof __VLS_export$12;
345
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue809.DefineComponent<ColorPickerLabelProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
346
+ default?: (props: {}) => any;
347
+ }>;
348
+ type __VLS_WithSlots$12<T, S> = T & {
349
+ new (): {
350
+ $slots: S;
351
+ };
352
+ };
353
+ //#endregion
354
+ //#region src/components/color-picker/color-picker-positioner.vue.d.ts
355
+ interface ColorPickerPositionerBaseProps extends PolymorphicProps {}
356
+ interface ColorPickerPositionerProps extends ColorPickerPositionerBaseProps,
357
+ /**
358
+ * @vue-ignore
359
+ */
360
+ HTMLAttributes {}
361
+ declare const _default$17: typeof __VLS_export$11;
362
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue809.DefineComponent<ColorPickerPositionerProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
363
+ default?: (props: {}) => any;
364
+ }>;
365
+ type __VLS_WithSlots$11<T, S> = T & {
366
+ new (): {
367
+ $slots: S;
368
+ };
369
+ };
370
+ //#endregion
371
+ //#region src/components/color-picker/color-picker-root-provider.vue.d.ts
372
+ interface RootProviderProps {
373
+ value: UnwrapRef<UseColorPickerReturn>;
374
+ }
375
+ interface ColorPickerRootProviderBaseProps extends RootProviderProps, RenderStrategyProps, PolymorphicProps {}
376
+ interface ColorPickerRootProviderProps extends ColorPickerRootProviderBaseProps,
377
+ /**
378
+ * @vue-ignore
379
+ */
380
+ HTMLAttributes {}
381
+ interface ColorPickerRootProviderEmits extends RootEmits$1 {}
382
+ declare const _default$19: typeof __VLS_export$10;
383
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue809.DefineComponent<ColorPickerRootProviderProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {
384
+ exitComplete: () => any;
385
+ }, string, vue809.PublicProps, Readonly<ColorPickerRootProviderProps> & Readonly<{
386
+ onExitComplete?: (() => any) | undefined;
387
+ }>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
388
+ default?: (props: {}) => any;
389
+ }>;
390
+ type __VLS_WithSlots$10<T, S> = T & {
391
+ new (): {
392
+ $slots: S;
393
+ };
394
+ };
395
+ //#endregion
396
+ //#region src/components/color-picker/color-picker-root.vue.d.ts
397
+ interface ColorPickerRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicProps {}
398
+ interface ColorPickerRootProps extends ColorPickerRootBaseProps,
399
+ /**
400
+ * @vue-ignore
401
+ */
402
+ HTMLAttributes {}
403
+ interface ColorPickerRootEmits extends RootEmits {}
404
+ declare const _default$18: typeof __VLS_export$9;
405
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue809.DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {
406
+ exitComplete: () => any;
407
+ openChange: (details: colorPicker.OpenChangeDetails) => any;
408
+ "update:open": (open: boolean) => any;
409
+ "update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
410
+ focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any;
411
+ interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any;
412
+ pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any;
413
+ valueChange: (details: colorPicker.ValueChangeDetails) => any;
414
+ valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
415
+ formatChange: (details: colorPicker.FormatChangeDetails) => any;
416
+ "update:format": (format: _sprawlify_primitives_color_utils0.ColorFormat) => any;
417
+ }, string, vue809.PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
418
+ onExitComplete?: (() => any) | undefined;
419
+ onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
420
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
421
+ "onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
422
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any) | undefined;
423
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any) | undefined;
424
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any) | undefined;
425
+ onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
426
+ onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
427
+ onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
428
+ "onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
429
+ }>, {
430
+ defaultOpen: boolean;
431
+ disabled: boolean;
432
+ open: boolean;
433
+ inline: boolean;
434
+ closeOnSelect: boolean;
435
+ required: boolean;
436
+ invalid: boolean;
437
+ readOnly: boolean;
438
+ openAutoFocus: boolean;
439
+ }, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
440
+ default?: (props: {}) => any;
441
+ }>;
442
+ type __VLS_WithSlots$9<T, S> = T & {
443
+ new (): {
444
+ $slots: S;
445
+ };
446
+ };
447
+ //#endregion
448
+ //#region src/components/color-picker/color-picker-swatch-group.vue.d.ts
449
+ interface ColorPickerSwatchGroupBaseProps extends PolymorphicProps {}
450
+ interface ColorPickerSwatchGroupProps extends ColorPickerSwatchGroupBaseProps,
451
+ /**
452
+ * @vue-ignore
453
+ */
454
+ HTMLAttributes {}
455
+ declare const _default$21: typeof __VLS_export$8;
456
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue809.DefineComponent<ColorPickerSwatchGroupProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerSwatchGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
457
+ default?: (props: {}) => any;
458
+ }>;
459
+ type __VLS_WithSlots$8<T, S> = T & {
460
+ new (): {
461
+ $slots: S;
462
+ };
463
+ };
464
+ //#endregion
465
+ //#region src/components/color-picker/color-picker-swatch-indicator.vue.d.ts
466
+ interface ColorPickerSwatchIndicatorBaseProps extends PolymorphicProps {}
467
+ interface ColorPickerSwatchIndicatorProps extends ColorPickerSwatchIndicatorBaseProps,
468
+ /**
469
+ * @vue-ignore
470
+ */
471
+ HTMLAttributes {}
472
+ declare const _default$22: typeof __VLS_export$7;
473
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue809.DefineComponent<ColorPickerSwatchIndicatorProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerSwatchIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
474
+ default?: (props: {}) => any;
475
+ }>;
476
+ type __VLS_WithSlots$7<T, S> = T & {
477
+ new (): {
478
+ $slots: S;
479
+ };
480
+ };
481
+ //#endregion
482
+ //#region src/components/color-picker/color-picker-swatch-trigger.vue.d.ts
483
+ interface ColorPickerSwatchTriggerBaseProps extends SwatchTriggerProps, PolymorphicProps {}
484
+ interface ColorPickerSwatchTriggerProps extends ColorPickerSwatchTriggerBaseProps,
485
+ /**
486
+ * @vue-ignore
487
+ */
488
+ Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
489
+ declare const _default$23: typeof __VLS_export$6;
490
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue809.DefineComponent<ColorPickerSwatchTriggerProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerSwatchTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
491
+ default?: (props: {}) => any;
492
+ }>;
493
+ type __VLS_WithSlots$6<T, S> = T & {
494
+ new (): {
495
+ $slots: S;
496
+ };
497
+ };
498
+ //#endregion
499
+ //#region src/components/color-picker/color-picker-swatch.vue.d.ts
500
+ interface ColorPickerSwatchBaseProps extends SwatchProps, PolymorphicProps {}
501
+ interface ColorPickerSwatchProps extends ColorPickerSwatchBaseProps,
502
+ /**
503
+ * @vue-ignore
504
+ */
505
+ HTMLAttributes {}
506
+ declare const _default$20: typeof __VLS_export$5;
507
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue809.DefineComponent<ColorPickerSwatchProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerSwatchProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
508
+ default?: (props: {}) => any;
509
+ }>;
510
+ type __VLS_WithSlots$5<T, S> = T & {
511
+ new (): {
512
+ $slots: S;
513
+ };
514
+ };
515
+ //#endregion
516
+ //#region src/components/color-picker/color-picker-transparency-grid.vue.d.ts
517
+ interface ColorPickerTransparencyGridBaseProps extends TransparencyGridProps, PolymorphicProps {}
518
+ interface ColorPickerTransparencyGridProps extends ColorPickerTransparencyGridBaseProps,
519
+ /**
520
+ * @vue-ignore
521
+ */
522
+ HTMLAttributes {}
523
+ declare const _default$24: typeof __VLS_export$4;
524
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue809.DefineComponent<ColorPickerTransparencyGridProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerTransparencyGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
525
+ default?: (props: {}) => any;
526
+ }>;
527
+ type __VLS_WithSlots$4<T, S> = T & {
528
+ new (): {
529
+ $slots: S;
530
+ };
531
+ };
532
+ //#endregion
533
+ //#region src/components/color-picker/color-picker-trigger.vue.d.ts
534
+ interface ColorPickerTriggerBaseProps extends PolymorphicProps {}
535
+ interface ColorPickerTriggerProps extends ColorPickerTriggerBaseProps,
536
+ /**
537
+ * @vue-ignore
538
+ */
539
+ ButtonHTMLAttributes {}
540
+ declare const _default$25: typeof __VLS_export$3;
541
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue809.DefineComponent<ColorPickerTriggerProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
542
+ default?: (props: {}) => any;
543
+ }>;
544
+ type __VLS_WithSlots$3<T, S> = T & {
545
+ new (): {
546
+ $slots: S;
547
+ };
548
+ };
549
+ //#endregion
550
+ //#region src/components/color-picker/color-picker-value-swatch.vue.d.ts
551
+ interface ValueSwatchProps extends Omit<SwatchProps, 'value'> {}
552
+ interface ColorPickerValueSwatchBaseProps extends ValueSwatchProps, PolymorphicProps {}
553
+ interface ColorPickerValueSwatchProps extends ColorPickerValueSwatchBaseProps,
554
+ /**
555
+ * @vue-ignore
556
+ */
557
+ HTMLAttributes {}
558
+ declare const _default$26: typeof __VLS_export$2;
559
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue809.DefineComponent<ColorPickerValueSwatchBaseProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerValueSwatchBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
560
+ default?: (props: {}) => any;
561
+ }>;
562
+ type __VLS_WithSlots$2<T, S> = T & {
563
+ new (): {
564
+ $slots: S;
565
+ };
566
+ };
567
+ //#endregion
568
+ //#region src/components/color-picker/color-picker-value-text.vue.d.ts
569
+ interface ColorPickerValueTextBaseProps extends PolymorphicProps {
570
+ format?: ColorStringFormat;
571
+ }
572
+ interface ColorPickerValueTextProps extends ColorPickerValueTextBaseProps,
573
+ /**
574
+ * @vue-ignore
575
+ */
576
+ HTMLAttributes {}
577
+ declare const _default$27: typeof __VLS_export$1;
578
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue809.DefineComponent<ColorPickerValueTextProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
579
+ type __VLS_WithSlots$1<T, S> = T & {
580
+ new (): {
581
+ $slots: S;
582
+ };
583
+ };
584
+ //#endregion
585
+ //#region src/components/color-picker/color-picker-view.vue.d.ts
586
+ interface ColorPickerViewBaseProps extends PolymorphicProps {}
587
+ interface ColorPickerViewProps extends ColorPickerViewBaseProps,
588
+ /**
589
+ * @vue-ignore
590
+ */
591
+ HTMLAttributes {
592
+ format: ColorFormat;
593
+ }
594
+ declare const _default$28: typeof __VLS_export;
595
+ declare const __VLS_export: __VLS_WithSlots<vue809.DefineComponent<ColorPickerViewProps, {}, {}, {}, {}, vue809.ComponentOptionsMixin, vue809.ComponentOptionsMixin, {}, string, vue809.PublicProps, Readonly<ColorPickerViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue809.ComponentProvideOptions, false, {}, any>, {
596
+ default?: (props: {}) => any;
597
+ }>;
598
+ type __VLS_WithSlots<T, S> = T & {
599
+ new (): {
600
+ $slots: S;
601
+ };
602
+ };
603
+ //#endregion
604
+ //#region src/components/color-picker/color-picker-anatomy.d.ts
605
+ declare const colorPickerAnatomy: _sprawlify_primitives_anatomy6.AnatomyInstance<"area" | "label" | "view" | "root" | "content" | "trigger" | "valueText" | "positioner" | "control" | "formatSelect" | "areaThumb" | "channelInput" | "channelSliderTrack" | "channelSliderThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderValueText" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger">;
606
+ declare namespace color_picker_d_exports {
607
+ export { _default as Area, _default$1 as AreaBackground, ColorPickerAreaBackgroundBaseProps as AreaBackgroundBaseProps, ColorPickerAreaBackgroundProps as AreaBackgroundProps, ColorPickerAreaBaseProps as AreaBaseProps, ColorPickerAreaProps as AreaProps, _default$2 as AreaThumb, ColorPickerAreaThumbBaseProps as AreaThumbBaseProps, ColorPickerAreaThumbProps as AreaThumbProps, _default$3 as ChannelInput, ColorPickerChannelInputBaseProps as ChannelInputBaseProps, ColorPickerChannelInputProps as ChannelInputProps, _default$4 as ChannelSlider, ColorPickerChannelSliderBaseProps as ChannelSliderBaseProps, _default$5 as ChannelSliderLabel, ColorPickerChannelSliderLabelBaseProps as ChannelSliderLabelBaseProps, ColorPickerChannelSliderLabelProps as ChannelSliderLabelProps, ColorPickerChannelSliderProps as ChannelSliderProps, _default$6 as ChannelSliderThumb, ColorPickerChannelSliderThumbBaseProps as ChannelSliderThumbBaseProps, ColorPickerChannelSliderThumbProps as ChannelSliderThumbProps, _default$7 as ChannelSliderTrack, ColorPickerChannelSliderTrackBaseProps as ChannelSliderTrackBaseProps, ColorPickerChannelSliderTrackProps as ChannelSliderTrackProps, _default$8 as ChannelSliderValueText, ColorPickerChannelSliderValueTextBaseProps as ChannelSliderValueTextBaseProps, ColorPickerChannelSliderValueTextProps as ChannelSliderValueTextProps, Color$1 as Color, ColorFormat$1 as ColorFormat, _default$9 as Content, ColorPickerContentBaseProps as ContentBaseProps, ColorPickerContentProps as ContentProps, _default$10 as Context, ColorPickerContextProps as ContextProps, _default$11 as Control, ColorPickerControlBaseProps as ControlBaseProps, ColorPickerControlProps as ControlProps, _default$12 as EyeDropperTrigger, ColorPickerEyeDropperTriggerBaseProps as EyeDropperTriggerBaseProps, ColorPickerEyeDropperTriggerProps as EyeDropperTriggerProps, FocusOutsideEvent, FormatChangeDetails, _default$13 as FormatSelect, ColorPickerFormatSelectBaseProps as FormatSelectBaseProps, ColorPickerFormatSelectProps as FormatSelectProps, _default$14 as FormatTrigger, ColorPickerFormatTriggerBaseProps as FormatTriggerBaseProps, ColorPickerFormatTriggerProps as FormatTriggerProps, _default$15 as HiddenInput, ColorPickerHiddenInputBaseProps as HiddenInputBaseProps, ColorPickerHiddenInputProps as HiddenInputProps, InteractOutsideEvent, _default$16 as Label, ColorPickerLabelBaseProps as LabelBaseProps, ColorPickerLabelProps as LabelProps, OpenChangeDetails, PointerDownOutsideEvent, _default$17 as Positioner, ColorPickerPositionerBaseProps as PositionerBaseProps, ColorPickerPositionerProps as PositionerProps, _default$18 as Root, ColorPickerRootBaseProps as RootBaseProps, ColorPickerRootEmits as RootEmits, ColorPickerRootProps as RootProps, _default$19 as RootProvider, ColorPickerRootProviderBaseProps as RootProviderBaseProps, ColorPickerRootProviderProps as RootProviderProps, _default$20 as Swatch, ColorPickerSwatchBaseProps as SwatchBaseProps, _default$21 as SwatchGroup, ColorPickerSwatchGroupBaseProps as SwatchGroupBaseProps, ColorPickerSwatchGroupProps as SwatchGroupProps, _default$22 as SwatchIndicator, ColorPickerSwatchIndicatorBaseProps as SwatchIndicatorBaseProps, ColorPickerSwatchIndicatorProps as SwatchIndicatorProps, ColorPickerSwatchProps as SwatchProps, _default$23 as SwatchTrigger, ColorPickerSwatchTriggerBaseProps as SwatchTriggerBaseProps, ColorPickerSwatchTriggerProps as SwatchTriggerProps, _default$24 as TransparencyGrid, ColorPickerTransparencyGridBaseProps as TransparencyGridBaseProps, ColorPickerTransparencyGridProps as TransparencyGridProps, _default$25 as Trigger, ColorPickerTriggerBaseProps as TriggerBaseProps, ColorPickerTriggerProps as TriggerProps, ValueChangeDetails, _default$26 as ValueSwatch, ColorPickerValueSwatchBaseProps as ValueSwatchBaseProps, ColorPickerValueSwatchProps as ValueSwatchProps, _default$27 as ValueText, ColorPickerValueTextBaseProps as ValueTextBaseProps, ColorPickerValueTextProps as ValueTextProps, _default$28 as View, ColorPickerViewBaseProps as ViewBaseProps, ColorPickerViewProps as ViewProps };
608
+ }
609
+ //#endregion
610
+ export { type Color, color_picker_d_exports as ColorPicker, _default as ColorPickerArea, _default$1 as ColorPickerAreaBackground, type ColorPickerAreaBackgroundBaseProps, type ColorPickerAreaBackgroundProps, type ColorPickerAreaBaseProps, type ColorPickerAreaProps, _default$2 as ColorPickerAreaThumb, type ColorPickerAreaThumbBaseProps, type ColorPickerAreaThumbProps, _default$3 as ColorPickerChannelInput, type ColorPickerChannelInputBaseProps, type ColorPickerChannelInputProps, _default$4 as ColorPickerChannelSlider, type ColorPickerChannelSliderBaseProps, _default$5 as ColorPickerChannelSliderLabel, type ColorPickerChannelSliderLabelBaseProps, type ColorPickerChannelSliderLabelProps, type ColorPickerChannelSliderProps, _default$6 as ColorPickerChannelSliderThumb, type ColorPickerChannelSliderThumbBaseProps, type ColorPickerChannelSliderThumbProps, _default$7 as ColorPickerChannelSliderTrack, type ColorPickerChannelSliderTrackBaseProps, type ColorPickerChannelSliderTrackProps, _default$8 as ColorPickerChannelSliderValueText, type ColorPickerChannelSliderValueTextBaseProps, type ColorPickerChannelSliderValueTextProps, type ColorPickerColorFormat, _default$9 as ColorPickerContent, type ColorPickerContentBaseProps, type ColorPickerContentProps, _default$10 as ColorPickerContext, type ColorPickerContextProps, _default$11 as ColorPickerControl, type ColorPickerControlBaseProps, type ColorPickerControlProps, _default$12 as ColorPickerEyeDropperTrigger, type ColorPickerEyeDropperTriggerBaseProps, type ColorPickerEyeDropperTriggerProps, type ColorPickerFocusOutsideEvent, type ColorPickerFormatChangeDetails, _default$13 as ColorPickerFormatSelect, type ColorPickerFormatSelectBaseProps, type ColorPickerFormatSelectProps, _default$14 as ColorPickerFormatTrigger, type ColorPickerFormatTriggerBaseProps, type ColorPickerFormatTriggerProps, _default$15 as ColorPickerHiddenInput, type ColorPickerHiddenInputBaseProps, type ColorPickerHiddenInputProps, type ColorPickerInteractOutsideEvent, _default$16 as ColorPickerLabel, type ColorPickerLabelBaseProps, type ColorPickerLabelProps, type ColorPickerOpenChangeDetails, type ColorPickerPointerDownOutsideEvent, _default$17 as ColorPickerPositioner, type ColorPickerPositionerBaseProps, type ColorPickerPositionerProps, _default$18 as ColorPickerRoot, type ColorPickerRootBaseProps, type ColorPickerRootEmits, type ColorPickerRootProps, _default$19 as ColorPickerRootProvider, type ColorPickerRootProviderBaseProps, type ColorPickerRootProviderEmits, type ColorPickerRootProviderProps, _default$20 as ColorPickerSwatch, type ColorPickerSwatchBaseProps, _default$21 as ColorPickerSwatchGroup, type ColorPickerSwatchGroupBaseProps, type ColorPickerSwatchGroupProps, _default$22 as ColorPickerSwatchIndicator, type ColorPickerSwatchIndicatorBaseProps, type ColorPickerSwatchIndicatorProps, type ColorPickerSwatchProps, _default$23 as ColorPickerSwatchTrigger, type ColorPickerSwatchTriggerBaseProps, type ColorPickerSwatchTriggerProps, _default$24 as ColorPickerTransparencyGrid, type ColorPickerTransparencyGridBaseProps, type ColorPickerTransparencyGridProps, _default$25 as ColorPickerTrigger, type ColorPickerTriggerBaseProps, type ColorPickerTriggerProps, type ColorPickerValueChangeDetails, _default$26 as ColorPickerValueSwatch, type ColorPickerValueSwatchBaseProps, type ColorPickerValueSwatchProps, _default$27 as ColorPickerValueText, type ColorPickerValueTextBaseProps, type ColorPickerValueTextProps, _default$28 as ColorPickerView, type ColorPickerViewBaseProps, type ColorPickerViewProps, type UseColorPickerContext, type UseColorPickerProps, type UseColorPickerReturn, colorPickerAnatomy, parseColor, useColorPicker, useColorPickerContext };