@sprawlify/vue 0.0.75 → 0.0.76

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 (117) hide show
  1. package/dist/carousel-anatomy-CS3XZbw0.d.ts +6 -0
  2. package/dist/checkbox-anatomy-BzXdprCY.d.ts +6 -0
  3. package/dist/color-picker-anatomy-Jhiag8cb.d.ts +6 -0
  4. package/dist/combobox-anatomy-Bmc1BlRe.d.ts +6 -0
  5. package/dist/components/accordion/index.d.ts +15 -15
  6. package/dist/components/accordion/index.js +2 -1
  7. package/dist/components/anatomy.d.ts +14 -13
  8. package/dist/components/anatomy.js +2 -1
  9. package/dist/components/angle-slider/index.d.ts +14 -14
  10. package/dist/components/aspect-ratio/index.d.ts +97 -0
  11. package/dist/components/aspect-ratio/index.js +152 -0
  12. package/dist/components/avatar/index.d.ts +9 -9
  13. package/dist/components/bottom-sheet/index.d.ts +17 -17
  14. package/dist/components/carousel/index.d.ts +22 -22
  15. package/dist/components/checkbox/index.d.ts +19 -19
  16. package/dist/components/checkbox/index.js +3 -3
  17. package/dist/components/client-only/index.d.ts +2 -2
  18. package/dist/components/clipboard/index.d.ts +13 -13
  19. package/dist/components/collapsible/index.d.ts +10 -10
  20. package/dist/components/collapsible/index.js +1 -1
  21. package/dist/components/collection/index.d.ts +1 -1
  22. package/dist/components/color-picker/index.d.ts +51 -51
  23. package/dist/components/color-picker/index.js +1 -1
  24. package/dist/components/combobox/index.d.ts +34 -33
  25. package/dist/components/combobox/index.js +1 -1
  26. package/dist/components/date-picker/index.d.ts +45 -45
  27. package/dist/components/dialog/index.d.ts +29 -29
  28. package/dist/components/download-trigger/index.d.ts +2 -2
  29. package/dist/components/editable/index.d.ts +23 -23
  30. package/dist/components/editable/index.js +1 -1
  31. package/dist/components/field/index.d.ts +23 -23
  32. package/dist/components/field/index.js +1 -1
  33. package/dist/components/fieldset/index.d.ts +11 -11
  34. package/dist/components/fieldset/index.js +1 -1
  35. package/dist/components/file-upload/index.d.ts +22 -22
  36. package/dist/components/file-upload/index.js +1 -1
  37. package/dist/components/floating-panel/index.d.ts +24 -25
  38. package/dist/components/focus-trap/index.d.ts +4 -4
  39. package/dist/components/format/index.d.ts +4 -4
  40. package/dist/components/frame/index.d.ts +6 -6
  41. package/dist/components/highlight/index.d.ts +4 -4
  42. package/dist/components/hover-card/index.d.ts +21 -21
  43. package/dist/components/image-cropper/index.d.ts +13 -13
  44. package/dist/components/json-tree-view/index.d.ts +10 -10
  45. package/dist/components/json-tree-view/index.js +3 -2
  46. package/dist/components/listbox/index.d.ts +23 -23
  47. package/dist/components/marquee/index.d.ts +22 -22
  48. package/dist/components/menu/index.d.ts +57 -57
  49. package/dist/components/navigation-menu/index.d.ts +17 -17
  50. package/dist/components/number-input/index.d.ts +18 -18
  51. package/dist/components/number-input/index.js +1 -1
  52. package/dist/components/pagination/index.d.ts +15 -15
  53. package/dist/components/password-input/index.d.ts +23 -23
  54. package/dist/components/password-input/index.js +1 -1
  55. package/dist/components/pin-input/index.d.ts +13 -13
  56. package/dist/components/pin-input/index.js +1 -1
  57. package/dist/components/popover/index.d.ts +33 -33
  58. package/dist/components/presence/index.d.ts +1 -1
  59. package/dist/components/progress/index.d.ts +13 -13
  60. package/dist/components/qr-code/index.d.ts +9 -9
  61. package/dist/components/radio-group/index.d.ts +15 -15
  62. package/dist/components/radio-group/index.js +2 -2
  63. package/dist/components/rating-group/index.d.ts +13 -13
  64. package/dist/components/rating-group/index.js +1 -1
  65. package/dist/components/scroll-area/index.d.ts +10 -10
  66. package/dist/components/segment-group/index.d.ts +15 -15
  67. package/dist/components/select/index.d.ts +38 -38
  68. package/dist/components/select/index.js +1 -1
  69. package/dist/components/separator/index.d.ts +5 -5
  70. package/dist/components/signature-pad/index.d.ts +14 -14
  71. package/dist/components/signature-pad/index.js +1 -1
  72. package/dist/components/slider/index.d.ts +19 -19
  73. package/dist/components/splitter/index.d.ts +12 -12
  74. package/dist/components/steps/index.d.ts +18 -18
  75. package/dist/components/switch/index.d.ts +13 -13
  76. package/dist/components/switch/index.js +1 -1
  77. package/dist/components/tabs/index.d.ts +14 -14
  78. package/dist/components/tags-input/index.d.ts +34 -34
  79. package/dist/components/tags-input/index.js +1 -1
  80. package/dist/components/timer/index.d.ts +12 -12
  81. package/dist/components/toast/index.d.ts +9 -9
  82. package/dist/components/toggle/index.d.ts +8 -8
  83. package/dist/components/toggle-group/index.d.ts +10 -10
  84. package/dist/components/tooltip/index.d.ts +15 -15
  85. package/dist/components/tour/index.d.ts +29 -29
  86. package/dist/components/tree-view/index.d.ts +3 -3
  87. package/dist/components/tree-view/index.js +3 -2
  88. package/dist/date-picker-anatomy-BbgOfc-T.d.ts +6 -0
  89. package/dist/{field-anatomy-loNm9_9u.d.ts → field-anatomy-BudQLO5P.d.ts} +1 -1
  90. package/dist/fieldset-anatomy-BHRTGd-X.d.ts +6 -0
  91. package/dist/image-cropper-anatomy-D2maeqoK.d.ts +6 -0
  92. package/dist/{index-DZ1ummfv.d.ts → index-B2hCTOPN.d.ts} +30 -30
  93. package/dist/{index-DzrYvQ8H.d.ts → index-BJ8mRK6a.d.ts} +2 -2
  94. package/dist/{index-VvcSzgim.d.ts → index-CcIkwU2l.d.ts} +6 -6
  95. package/dist/{index-C-kA-knN.d.ts → index-Xh0TkLb6.d.ts} +7 -7
  96. package/dist/index.d.ts +2 -2
  97. package/dist/listbox-anatomy-DsiGF3rU.d.ts +6 -0
  98. package/dist/{segment-group-anatomy-DesMk15u.d.ts → segment-group-anatomy-5X5sF6bU.d.ts} +2 -2
  99. package/dist/toggle-anatomy-BVLEnnrv.d.ts +6 -0
  100. package/dist/tour-anatomy-Cx59yoXC.d.ts +6 -0
  101. package/dist/{tree-view-D0JBQ_ly.js → tree-view--stP9jty.js} +1 -1
  102. package/package.json +6 -2
  103. package/dist/carousel-anatomy-D1y42Ex5.d.ts +0 -6
  104. package/dist/checkbox-anatomy-C3nJ17T-.d.ts +0 -6
  105. package/dist/color-picker-anatomy-Dyp524yB.d.ts +0 -6
  106. package/dist/combobox-anatomy-pMR3g6v-.d.ts +0 -6
  107. package/dist/date-picker-anatomy-Br9ap7TS.d.ts +0 -6
  108. package/dist/fieldset-anatomy-9h1GFO6X.d.ts +0 -6
  109. package/dist/image-cropper-anatomy-6_a6BSeW.d.ts +0 -6
  110. package/dist/listbox-anatomy-ZW3V07FW.d.ts +0 -6
  111. package/dist/toggle-anatomy-C4EVS7GQ.d.ts +0 -6
  112. package/dist/tour-anatomy-Bc1FNWON.d.ts +0 -6
  113. /package/dist/{boolean-L5YmbZkb.js → boolean-DRNklbLz.js} +0 -0
  114. /package/dist/{collapsible-OXksISO6.js → collapsible-fQ2-Jeml.js} +0 -0
  115. /package/dist/{field-B_BAnE0z.js → field-C8hrCSpZ.js} +0 -0
  116. /package/dist/{fieldset-XmKsNoOC.js → fieldset-FlcFnfDX.js} +0 -0
  117. /package/dist/{index-BezmG5AK.d.ts → index-FXQujPvZ.d.ts} +0 -0
@@ -1,8 +1,8 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
4
  import { t as clipboardAnatomy } from "../../clipboard-anatomy-BOEGNpiY.js";
5
- import * as vue1606 from "vue";
5
+ import * as vue1340 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as clipboard from "@sprawlify/primitives/machines/clipboard";
8
8
  import { CopyStatusDetails, CopyStatusDetails as ClipboardCopyStatusDetails } from "@sprawlify/primitives/machines/clipboard";
@@ -40,7 +40,7 @@ interface ClipboardContextProps extends SlotsType<{
40
40
  default: UnwrapRef<UseClipboardContext>;
41
41
  }> {}
42
42
  declare const _default: typeof __VLS_export$8;
43
- declare const __VLS_export$8: __VLS_WithSlots$8<vue1606.DefineComponent<{}, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, true, {}, any>, {
43
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue1340.DefineComponent<{}, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, true, {}, any>, {
44
44
  default(clipboard: UnwrapRef<UseClipboardContext>): unknown;
45
45
  }>;
46
46
  type __VLS_WithSlots$8<T, S> = T & {
@@ -57,7 +57,7 @@ interface ClipboardControlProps extends ClipboardControlBaseProps,
57
57
  */
58
58
  HTMLAttributes {}
59
59
  declare const _default$1: typeof __VLS_export$7;
60
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1606.DefineComponent<ClipboardControlProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
60
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1340.DefineComponent<ClipboardControlProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
61
61
  default?: (props: {}) => any;
62
62
  }>;
63
63
  type __VLS_WithSlots$7<T, S> = T & {
@@ -74,7 +74,7 @@ interface ClipboardIndicatorProps extends ClipboardIndicatorBaseProps,
74
74
  */
75
75
  HTMLAttributes {}
76
76
  declare const _default$2: typeof __VLS_export$6;
77
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1606.DefineComponent<ClipboardIndicatorProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
77
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1340.DefineComponent<ClipboardIndicatorProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
78
78
  copied?: (props: {}) => any;
79
79
  } & {
80
80
  default?: (props: {}) => any;
@@ -93,7 +93,7 @@ interface ClipboardInputProps extends ClipboardInputBaseProps,
93
93
  */
94
94
  InputHTMLAttributes {}
95
95
  declare const _default$3: typeof __VLS_export$5;
96
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1606.DefineComponent<ClipboardInputProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
96
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1340.DefineComponent<ClipboardInputProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
97
97
  default?: (props: {}) => any;
98
98
  }>;
99
99
  type __VLS_WithSlots$5<T, S> = T & {
@@ -110,7 +110,7 @@ interface ClipboardLabelProps extends ClipboardLabelBaseProps,
110
110
  */
111
111
  LabelHTMLAttributes {}
112
112
  declare const _default$4: typeof __VLS_export$4;
113
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1606.DefineComponent<ClipboardLabelProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
113
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1340.DefineComponent<ClipboardLabelProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
114
114
  default?: (props: {}) => any;
115
115
  }>;
116
116
  type __VLS_WithSlots$4<T, S> = T & {
@@ -130,7 +130,7 @@ interface ClipboardRootProviderProps extends ClipboardRootProviderBaseProps,
130
130
  */
131
131
  HTMLAttributes {}
132
132
  declare const _default$6: typeof __VLS_export$3;
133
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1606.DefineComponent<ClipboardRootProviderProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
133
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1340.DefineComponent<ClipboardRootProviderProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
134
134
  default?: (props: {}) => any;
135
135
  }>;
136
136
  type __VLS_WithSlots$3<T, S> = T & {
@@ -148,15 +148,15 @@ interface ClipboardRootProps extends ClipboardRootBaseProps,
148
148
  HTMLAttributes {}
149
149
  interface ClipboardRootEmits extends RootEmits {}
150
150
  declare const _default$5: typeof __VLS_export$2;
151
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1606.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {
151
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1340.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {
152
152
  valueChange: (details: clipboard.ValueChangeDetails) => any;
153
153
  "update:modelValue": (value: string) => any;
154
154
  statusChange: (details: clipboard.CopyStatusDetails) => any;
155
- }, string, vue1606.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
155
+ }, string, vue1340.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
156
156
  onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
157
157
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
158
158
  onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
159
- }>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
159
+ }>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
160
160
  default?: (props: {}) => any;
161
161
  }>;
162
162
  type __VLS_WithSlots$2<T, S> = T & {
@@ -173,7 +173,7 @@ interface ClipboardTriggerProps extends ClipboardTriggerBaseProps,
173
173
  */
174
174
  ButtonHTMLAttributes {}
175
175
  declare const _default$7: typeof __VLS_export$1;
176
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1606.DefineComponent<ClipboardTriggerProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
176
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1340.DefineComponent<ClipboardTriggerProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
177
177
  default?: (props: {}) => any;
178
178
  }>;
179
179
  type __VLS_WithSlots$1<T, S> = T & {
@@ -190,7 +190,7 @@ interface ClipboardValueTextProps extends ClipboardValueTextBaseProps,
190
190
  */
191
191
  HTMLAttributes {}
192
192
  declare const _default$8: typeof __VLS_export;
193
- declare const __VLS_export: __VLS_WithSlots<vue1606.DefineComponent<ClipboardValueTextProps, {}, {}, {}, {}, vue1606.ComponentOptionsMixin, vue1606.ComponentOptionsMixin, {}, string, vue1606.PublicProps, Readonly<ClipboardValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1606.ComponentProvideOptions, false, {}, any>, {
193
+ declare const __VLS_export: __VLS_WithSlots<vue1340.DefineComponent<ClipboardValueTextProps, {}, {}, {}, {}, vue1340.ComponentOptionsMixin, vue1340.ComponentOptionsMixin, {}, string, vue1340.PublicProps, Readonly<ClipboardValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1340.ComponentProvideOptions, false, {}, any>, {
194
194
  default?: (props: {}) => any;
195
195
  }>;
196
196
  type __VLS_WithSlots<T, S> = T & {
@@ -1,9 +1,9 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
4
  import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
5
5
  import { t as collapsibleAnatomy } from "../../collapsible-anatomy-DxiuORza.js";
6
- import * as vue2324 from "vue";
6
+ import * as vue2508 from "vue";
7
7
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
8
8
  import * as collapsible from "@sprawlify/primitives/machines/collapsible";
9
9
  import { OpenChangeDetails, OpenChangeDetails as CollapsibleOpenChangeDetails } from "@sprawlify/primitives/machines/collapsible";
@@ -16,7 +16,7 @@ interface CollapsibleContentProps extends CollapsibleContentBaseProps,
16
16
  */
17
17
  HTMLAttributes {}
18
18
  declare const _default: typeof __VLS_export$5;
19
- declare const __VLS_export$5: __VLS_WithSlots$5<vue2324.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, vue2324.ComponentOptionsMixin, vue2324.ComponentOptionsMixin, {}, string, vue2324.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2324.ComponentProvideOptions, false, {}, any>, {
19
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2508.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, vue2508.ComponentOptionsMixin, vue2508.ComponentOptionsMixin, {}, string, vue2508.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2508.ComponentProvideOptions, false, {}, any>, {
20
20
  default?: (props: {}) => any;
21
21
  }>;
22
22
  type __VLS_WithSlots$5<T, S> = T & {
@@ -63,7 +63,7 @@ interface CollapsibleContextProps extends SlotsType<{
63
63
  default: UnwrapRef<UseCollapsibleContext>;
64
64
  }> {}
65
65
  declare const _default$1: typeof __VLS_export$4;
66
- declare const __VLS_export$4: __VLS_WithSlots$4<vue2324.DefineComponent<{}, {}, {}, {}, {}, vue2324.ComponentOptionsMixin, vue2324.ComponentOptionsMixin, {}, string, vue2324.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2324.ComponentProvideOptions, true, {}, any>, {
66
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2508.DefineComponent<{}, {}, {}, {}, {}, vue2508.ComponentOptionsMixin, vue2508.ComponentOptionsMixin, {}, string, vue2508.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2508.ComponentProvideOptions, true, {}, any>, {
67
67
  default(collapsible: UnwrapRef<UseCollapsibleContext>): unknown;
68
68
  }>;
69
69
  type __VLS_WithSlots$4<T, S> = T & {
@@ -83,7 +83,7 @@ interface CollapsibleRootProviderProps extends CollapsibleRootProviderBaseProps,
83
83
  */
84
84
  HTMLAttributes {}
85
85
  declare const _default$4: typeof __VLS_export$3;
86
- declare const __VLS_export$3: __VLS_WithSlots$3<vue2324.DefineComponent<CollapsibleRootProviderProps, {}, {}, {}, {}, vue2324.ComponentOptionsMixin, vue2324.ComponentOptionsMixin, {}, string, vue2324.PublicProps, Readonly<CollapsibleRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2324.ComponentProvideOptions, false, {}, any>, {
86
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2508.DefineComponent<CollapsibleRootProviderProps, {}, {}, {}, {}, vue2508.ComponentOptionsMixin, vue2508.ComponentOptionsMixin, {}, string, vue2508.PublicProps, Readonly<CollapsibleRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2508.ComponentProvideOptions, false, {}, any>, {
87
87
  default?: (props: {}) => any;
88
88
  }>;
89
89
  type __VLS_WithSlots$3<T, S> = T & {
@@ -101,11 +101,11 @@ interface CollapsibleRootProps extends CollapsibleRootBaseProps,
101
101
  HTMLAttributes {}
102
102
  interface CollapsibleRootEmits extends RootEmits {}
103
103
  declare const _default$3: typeof __VLS_export$2;
104
- declare const __VLS_export$2: __VLS_WithSlots$2<vue2324.DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, vue2324.ComponentOptionsMixin, vue2324.ComponentOptionsMixin, {
104
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2508.DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, vue2508.ComponentOptionsMixin, vue2508.ComponentOptionsMixin, {
105
105
  exitComplete: () => any;
106
106
  openChange: (details: collapsible.OpenChangeDetails) => any;
107
107
  "update:open": (open: boolean) => any;
108
- }, string, vue2324.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
108
+ }, string, vue2508.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
109
109
  onExitComplete?: (() => any) | undefined;
110
110
  onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
111
111
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
@@ -115,7 +115,7 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue2324.DefineComponent<Collapsi
115
115
  unmountOnExit: boolean;
116
116
  defaultOpen: boolean;
117
117
  open: boolean;
118
- }, {}, {}, {}, string, vue2324.ComponentProvideOptions, false, {}, any>, {
118
+ }, {}, {}, {}, string, vue2508.ComponentProvideOptions, false, {}, any>, {
119
119
  default?: (props: {}) => any;
120
120
  }>;
121
121
  type __VLS_WithSlots$2<T, S> = T & {
@@ -132,7 +132,7 @@ interface CollapsibleTriggerProps extends CollapsibleTriggerBaseProps,
132
132
  */
133
133
  ButtonHTMLAttributes {}
134
134
  declare const _default$5: typeof __VLS_export$1;
135
- declare const __VLS_export$1: __VLS_WithSlots$1<vue2324.DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, vue2324.ComponentOptionsMixin, vue2324.ComponentOptionsMixin, {}, string, vue2324.PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2324.ComponentProvideOptions, false, {}, any>, {
135
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2508.DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, vue2508.ComponentOptionsMixin, vue2508.ComponentOptionsMixin, {}, string, vue2508.PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2508.ComponentProvideOptions, false, {}, any>, {
136
136
  default?: (props: {}) => any;
137
137
  }>;
138
138
  type __VLS_WithSlots$1<T, S> = T & {
@@ -149,7 +149,7 @@ interface CollapsibleIndicatorProps extends CollapsibleIndicatorBaseProps,
149
149
  */
150
150
  HTMLAttributes {}
151
151
  declare const _default$2: typeof __VLS_export;
152
- declare const __VLS_export: __VLS_WithSlots<vue2324.DefineComponent<CollapsibleIndicatorProps, {}, {}, {}, {}, vue2324.ComponentOptionsMixin, vue2324.ComponentOptionsMixin, {}, string, vue2324.PublicProps, Readonly<CollapsibleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2324.ComponentProvideOptions, false, {}, any>, {
152
+ declare const __VLS_export: __VLS_WithSlots<vue2508.DefineComponent<CollapsibleIndicatorProps, {}, {}, {}, {}, vue2508.ComponentOptionsMixin, vue2508.ComponentOptionsMixin, {}, string, vue2508.PublicProps, Readonly<CollapsibleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2508.ComponentProvideOptions, false, {}, any>, {
153
153
  default?: (props: {}) => any;
154
154
  }>;
155
155
  type __VLS_WithSlots<T, S> = T & {
@@ -4,6 +4,6 @@ import "../../create-context-Ds1GbsVc.js";
4
4
  import "../../use-forward-expose-CCAmHTUB.js";
5
5
  import { t as collapsibleAnatomy } from "../../collapsible-anatomy-Bz0a8LAr.js";
6
6
  import "../../factory-xNPol80p.js";
7
- import { a as useCollapsible, c as collapsible_content_default, i as collapsible_root_default, l as useCollapsibleContext, n as collapsible_indicator_default, o as collapsible_root_provider_default, r as collapsible_trigger_default, s as collapsible_context_default, t as collapsible_exports } from "../../collapsible-OXksISO6.js";
7
+ import { a as useCollapsible, c as collapsible_content_default, i as collapsible_root_default, l as useCollapsibleContext, n as collapsible_indicator_default, o as collapsible_root_provider_default, r as collapsible_trigger_default, s as collapsible_context_default, t as collapsible_exports } from "../../collapsible-fQ2-Jeml.js";
8
8
 
9
9
  export { collapsible_exports as Collapsible, collapsible_content_default as CollapsibleContent, collapsible_context_default as CollapsibleContext, collapsible_indicator_default as CollapsibleIndicator, collapsible_root_default as CollapsibleRoot, collapsible_root_provider_default as CollapsibleRootProvider, collapsible_trigger_default as CollapsibleTrigger, collapsibleAnatomy, useCollapsible, useCollapsibleContext };
@@ -1,2 +1,2 @@
1
- import { C as createGridCollection, S as GridCollectionOptions, _ as CollectionItem, a as UseListCollectionReturn, b as createListCollection, c as UseAsyncListReturn, d as FlatTreeNode, f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, i as UseListCollectionProps, l as useAsyncList, m as TreeNode, n as UseListSelectionReturn, o as useListCollection, p as TreeCollectionOptions, r as useListSelection, s as UseAsyncListProps, t as UseListSelectionProps, u as FilePathTreeNode, v as CollectionOptions, x as GridCollection, y as ListCollection } from "../../index-BezmG5AK.js";
1
+ import { C as createGridCollection, S as GridCollectionOptions, _ as CollectionItem, a as UseListCollectionReturn, b as createListCollection, c as UseAsyncListReturn, d as FlatTreeNode, f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, i as UseListCollectionProps, l as useAsyncList, m as TreeNode, n as UseListSelectionReturn, o as useListCollection, p as TreeCollectionOptions, r as useListSelection, s as UseAsyncListProps, t as UseListSelectionProps, u as FilePathTreeNode, v as CollectionOptions, x as GridCollection, y as ListCollection } from "../../index-FXQujPvZ.js";
2
2
  export { CollectionItem, CollectionOptions, FilePathTreeNode, FlatTreeNode, GridCollection, GridCollectionOptions, ListCollection, TreeCollection, TreeCollectionOptions, TreeNode, UseAsyncListProps, UseAsyncListReturn, UseListCollectionProps, UseListCollectionReturn, UseListSelectionProps, UseListSelectionReturn, createFileTreeCollection, createGridCollection, createListCollection, createTreeCollection, useAsyncList, useListCollection, useListSelection };
@@ -1,15 +1,15 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { t as RootEmits$1 } from "../../presence-types-CC57eEhO.js";
3
- import { c as PresenceProps } from "../../index-VvcSzgim.js";
3
+ import { c as PresenceProps } from "../../index-CcIkwU2l.js";
4
4
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
5
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
5
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
6
6
  import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
7
- import { t as colorPickerAnatomy } from "../../color-picker-anatomy-Dyp524yB.js";
8
- import * as vue2189 from "vue";
7
+ import { t as colorPickerAnatomy } from "../../color-picker-anatomy-Jhiag8cb.js";
8
+ import * as vue2097 from "vue";
9
9
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
10
+ import * as _sprawlify_primitives_machines_bottom_sheet31 from "@sprawlify/primitives/machines/bottom-sheet";
10
11
  import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
11
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";
12
- import * as _sprawlify_primitives_machines_combobox49 from "@sprawlify/primitives/machines/combobox";
13
13
  import * as _sprawlify_primitives_color_utils0 from "@sprawlify/primitives/color-utils";
14
14
  import { ColorStringFormat } from "@sprawlify/primitives/color-utils";
15
15
 
@@ -21,7 +21,7 @@ interface ColorPickerAreaBackgroundProps extends ColorPickerAreaBackgroundBasePr
21
21
  */
22
22
  HTMLAttributes {}
23
23
  declare const _default$1: typeof __VLS_export$28;
24
- declare const __VLS_export$28: __VLS_WithSlots$27<vue2189.DefineComponent<ColorPickerAreaBackgroundProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerAreaBackgroundProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
24
+ declare const __VLS_export$28: __VLS_WithSlots$27<vue2097.DefineComponent<ColorPickerAreaBackgroundProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerAreaBackgroundProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
25
25
  default?: (props: {}) => any;
26
26
  }>;
27
27
  type __VLS_WithSlots$27<T, S> = T & {
@@ -38,7 +38,7 @@ interface ColorPickerAreaThumbProps extends ColorPickerAreaThumbBaseProps,
38
38
  */
39
39
  HTMLAttributes {}
40
40
  declare const _default$2: typeof __VLS_export$27;
41
- declare const __VLS_export$27: __VLS_WithSlots$26<vue2189.DefineComponent<ColorPickerAreaThumbProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerAreaThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
41
+ declare const __VLS_export$27: __VLS_WithSlots$26<vue2097.DefineComponent<ColorPickerAreaThumbProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerAreaThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
42
42
  default?: (props: {}) => any;
43
43
  }>;
44
44
  type __VLS_WithSlots$26<T, S> = T & {
@@ -55,7 +55,7 @@ interface ColorPickerAreaProps extends ColorPickerAreaBaseProps,
55
55
  */
56
56
  HTMLAttributes {}
57
57
  declare const _default: typeof __VLS_export$26;
58
- declare const __VLS_export$26: __VLS_WithSlots$25<vue2189.DefineComponent<ColorPickerAreaProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
58
+ declare const __VLS_export$26: __VLS_WithSlots$25<vue2097.DefineComponent<ColorPickerAreaProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
59
59
  default?: (props: {}) => any;
60
60
  }>;
61
61
  type __VLS_WithSlots$25<T, S> = T & {
@@ -72,7 +72,7 @@ interface ColorPickerChannelInputProps extends ColorPickerChannelInputBaseProps,
72
72
  */
73
73
  InputHTMLAttributes {}
74
74
  declare const _default$3: typeof __VLS_export$25;
75
- declare const __VLS_export$25: __VLS_WithSlots$24<vue2189.DefineComponent<ColorPickerChannelInputProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerChannelInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
75
+ declare const __VLS_export$25: __VLS_WithSlots$24<vue2097.DefineComponent<ColorPickerChannelInputProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerChannelInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
76
76
  default?: (props: {}) => any;
77
77
  }>;
78
78
  type __VLS_WithSlots$24<T, S> = T & {
@@ -89,7 +89,7 @@ interface ColorPickerChannelSliderLabelProps extends ColorPickerChannelSliderLab
89
89
  */
90
90
  HTMLAttributes {}
91
91
  declare const _default$5: typeof __VLS_export$24;
92
- declare const __VLS_export$24: __VLS_WithSlots$23<vue2189.DefineComponent<ColorPickerChannelSliderLabelProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerChannelSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
92
+ declare const __VLS_export$24: __VLS_WithSlots$23<vue2097.DefineComponent<ColorPickerChannelSliderLabelProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerChannelSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
93
93
  default?: (props: {}) => any;
94
94
  }>;
95
95
  type __VLS_WithSlots$23<T, S> = T & {
@@ -106,7 +106,7 @@ interface ColorPickerChannelSliderThumbProps extends ColorPickerChannelSliderThu
106
106
  */
107
107
  HTMLAttributes {}
108
108
  declare const _default$6: typeof __VLS_export$23;
109
- declare const __VLS_export$23: __VLS_WithSlots$22<vue2189.DefineComponent<ColorPickerChannelSliderThumbProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerChannelSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
109
+ declare const __VLS_export$23: __VLS_WithSlots$22<vue2097.DefineComponent<ColorPickerChannelSliderThumbProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerChannelSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
110
110
  default?: (props: {}) => any;
111
111
  }>;
112
112
  type __VLS_WithSlots$22<T, S> = T & {
@@ -123,7 +123,7 @@ interface ColorPickerChannelSliderTrackProps extends ColorPickerChannelSliderTra
123
123
  */
124
124
  HTMLAttributes {}
125
125
  declare const _default$7: typeof __VLS_export$22;
126
- declare const __VLS_export$22: __VLS_WithSlots$21<vue2189.DefineComponent<ColorPickerChannelSliderTrackProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerChannelSliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
126
+ declare const __VLS_export$22: __VLS_WithSlots$21<vue2097.DefineComponent<ColorPickerChannelSliderTrackProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerChannelSliderTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
127
127
  default?: (props: {}) => any;
128
128
  }>;
129
129
  type __VLS_WithSlots$21<T, S> = T & {
@@ -140,7 +140,7 @@ interface ColorPickerChannelSliderValueTextProps extends ColorPickerChannelSlide
140
140
  */
141
141
  HTMLAttributes {}
142
142
  declare const _default$8: typeof __VLS_export$21;
143
- declare const __VLS_export$21: __VLS_WithSlots$20<vue2189.DefineComponent<ColorPickerChannelSliderValueTextProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerChannelSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
143
+ declare const __VLS_export$21: __VLS_WithSlots$20<vue2097.DefineComponent<ColorPickerChannelSliderValueTextProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerChannelSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
144
144
  type __VLS_WithSlots$20<T, S> = T & {
145
145
  new (): {
146
146
  $slots: S;
@@ -155,7 +155,7 @@ interface ColorPickerChannelSliderProps extends ColorPickerChannelSliderBaseProp
155
155
  */
156
156
  HTMLAttributes {}
157
157
  declare const _default$4: typeof __VLS_export$20;
158
- declare const __VLS_export$20: __VLS_WithSlots$19<vue2189.DefineComponent<ColorPickerChannelSliderProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerChannelSliderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
158
+ declare const __VLS_export$20: __VLS_WithSlots$19<vue2097.DefineComponent<ColorPickerChannelSliderProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerChannelSliderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
159
159
  default?: (props: {}) => any;
160
160
  }>;
161
161
  type __VLS_WithSlots$19<T, S> = T & {
@@ -172,7 +172,7 @@ interface ColorPickerContentProps extends ColorPickerContentBaseProps,
172
172
  */
173
173
  HTMLAttributes {}
174
174
  declare const _default$9: typeof __VLS_export$19;
175
- declare const __VLS_export$19: __VLS_WithSlots$18<vue2189.DefineComponent<ColorPickerContentProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
175
+ declare const __VLS_export$19: __VLS_WithSlots$18<vue2097.DefineComponent<ColorPickerContentProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
176
176
  default?: (props: {}) => any;
177
177
  }>;
178
178
  type __VLS_WithSlots$18<T, S> = T & {
@@ -247,7 +247,7 @@ interface ColorPickerContextProps extends SlotsType<{
247
247
  default: UnwrapRef<UseColorPickerContext>;
248
248
  }> {}
249
249
  declare const _default$10: typeof __VLS_export$18;
250
- declare const __VLS_export$18: __VLS_WithSlots$17<vue2189.DefineComponent<{}, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, true, {}, any>, {
250
+ declare const __VLS_export$18: __VLS_WithSlots$17<vue2097.DefineComponent<{}, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, true, {}, any>, {
251
251
  default(colorPicker: UnwrapRef<UseColorPickerContext>): unknown;
252
252
  }>;
253
253
  type __VLS_WithSlots$17<T, S> = T & {
@@ -264,7 +264,7 @@ interface ColorPickerControlProps extends ColorPickerControlBaseProps,
264
264
  */
265
265
  HTMLAttributes {}
266
266
  declare const _default$11: typeof __VLS_export$17;
267
- declare const __VLS_export$17: __VLS_WithSlots$16<vue2189.DefineComponent<ColorPickerControlProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
267
+ declare const __VLS_export$17: __VLS_WithSlots$16<vue2097.DefineComponent<ColorPickerControlProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
268
268
  default?: (props: {}) => any;
269
269
  }>;
270
270
  type __VLS_WithSlots$16<T, S> = T & {
@@ -281,7 +281,7 @@ interface ColorPickerEyeDropperTriggerProps extends ColorPickerEyeDropperTrigger
281
281
  */
282
282
  ButtonHTMLAttributes {}
283
283
  declare const _default$12: typeof __VLS_export$16;
284
- declare const __VLS_export$16: __VLS_WithSlots$15<vue2189.DefineComponent<ColorPickerEyeDropperTriggerProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerEyeDropperTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
284
+ declare const __VLS_export$16: __VLS_WithSlots$15<vue2097.DefineComponent<ColorPickerEyeDropperTriggerProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerEyeDropperTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
285
285
  default?: (props: {}) => any;
286
286
  }>;
287
287
  type __VLS_WithSlots$15<T, S> = T & {
@@ -298,7 +298,7 @@ interface ColorPickerFormatSelectProps extends ColorPickerFormatSelectBaseProps,
298
298
  */
299
299
  SelectHTMLAttributes {}
300
300
  declare const _default$13: typeof __VLS_export$15;
301
- declare const __VLS_export$15: vue2189.DefineComponent<ColorPickerFormatSelectProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerFormatSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>;
301
+ declare const __VLS_export$15: vue2097.DefineComponent<ColorPickerFormatSelectProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerFormatSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>;
302
302
  //#endregion
303
303
  //#region src/components/color-picker/color-picker-format-trigger.vue.d.ts
304
304
  interface ColorPickerFormatTriggerBaseProps extends PolymorphicProps {}
@@ -308,7 +308,7 @@ interface ColorPickerFormatTriggerProps extends ColorPickerFormatTriggerBaseProp
308
308
  */
309
309
  ButtonHTMLAttributes {}
310
310
  declare const _default$14: typeof __VLS_export$14;
311
- declare const __VLS_export$14: __VLS_WithSlots$14<vue2189.DefineComponent<ColorPickerFormatTriggerProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerFormatTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
311
+ declare const __VLS_export$14: __VLS_WithSlots$14<vue2097.DefineComponent<ColorPickerFormatTriggerProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerFormatTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
312
312
  default?: (props: {}) => any;
313
313
  }>;
314
314
  type __VLS_WithSlots$14<T, S> = T & {
@@ -325,7 +325,7 @@ interface ColorPickerHiddenInputProps extends ColorPickerHiddenInputBaseProps,
325
325
  */
326
326
  InputHTMLAttributes {}
327
327
  declare const _default$15: typeof __VLS_export$13;
328
- declare const __VLS_export$13: __VLS_WithSlots$13<vue2189.DefineComponent<ColorPickerHiddenInputProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
328
+ declare const __VLS_export$13: __VLS_WithSlots$13<vue2097.DefineComponent<ColorPickerHiddenInputProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
329
329
  default?: (props: {}) => any;
330
330
  }>;
331
331
  type __VLS_WithSlots$13<T, S> = T & {
@@ -342,7 +342,7 @@ interface ColorPickerLabelProps extends ColorPickerLabelBaseProps,
342
342
  */
343
343
  LabelHTMLAttributes {}
344
344
  declare const _default$16: typeof __VLS_export$12;
345
- declare const __VLS_export$12: __VLS_WithSlots$12<vue2189.DefineComponent<ColorPickerLabelProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
345
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue2097.DefineComponent<ColorPickerLabelProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
346
346
  default?: (props: {}) => any;
347
347
  }>;
348
348
  type __VLS_WithSlots$12<T, S> = T & {
@@ -359,7 +359,7 @@ interface ColorPickerPositionerProps extends ColorPickerPositionerBaseProps,
359
359
  */
360
360
  HTMLAttributes {}
361
361
  declare const _default$17: typeof __VLS_export$11;
362
- declare const __VLS_export$11: __VLS_WithSlots$11<vue2189.DefineComponent<ColorPickerPositionerProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
362
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue2097.DefineComponent<ColorPickerPositionerProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
363
363
  default?: (props: {}) => any;
364
364
  }>;
365
365
  type __VLS_WithSlots$11<T, S> = T & {
@@ -380,11 +380,11 @@ interface ColorPickerRootProviderProps extends ColorPickerRootProviderBaseProps,
380
380
  HTMLAttributes {}
381
381
  interface ColorPickerRootProviderEmits extends RootEmits$1 {}
382
382
  declare const _default$19: typeof __VLS_export$10;
383
- declare const __VLS_export$10: __VLS_WithSlots$10<vue2189.DefineComponent<ColorPickerRootProviderProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {
383
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue2097.DefineComponent<ColorPickerRootProviderProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {
384
384
  exitComplete: () => any;
385
- }, string, vue2189.PublicProps, Readonly<ColorPickerRootProviderProps> & Readonly<{
385
+ }, string, vue2097.PublicProps, Readonly<ColorPickerRootProviderProps> & Readonly<{
386
386
  onExitComplete?: (() => any) | undefined;
387
- }>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
387
+ }>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
388
388
  default?: (props: {}) => any;
389
389
  }>;
390
390
  type __VLS_WithSlots$10<T, S> = T & {
@@ -402,41 +402,41 @@ interface ColorPickerRootProps extends ColorPickerRootBaseProps,
402
402
  HTMLAttributes {}
403
403
  interface ColorPickerRootEmits extends RootEmits {}
404
404
  declare const _default$18: typeof __VLS_export$9;
405
- declare const __VLS_export$9: __VLS_WithSlots$9<vue2189.DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {
406
- exitComplete: () => any;
407
- focusOutside: (event: _sprawlify_primitives_machines_combobox49.FocusOutsideEvent) => any;
408
- interactOutside: (event: _sprawlify_primitives_machines_combobox49.InteractOutsideEvent) => any;
409
- openChange: (details: colorPicker.OpenChangeDetails) => any;
410
- pointerDownOutside: (event: _sprawlify_primitives_machines_combobox49.PointerDownOutsideEvent) => any;
405
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue2097.DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {
411
406
  valueChange: (details: colorPicker.ValueChangeDetails) => any;
412
407
  "update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
408
+ exitComplete: () => any;
409
+ focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any;
410
+ interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any;
411
+ openChange: (details: colorPicker.OpenChangeDetails) => any;
412
+ pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any;
413
413
  "update:open": (open: boolean) => any;
414
414
  valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
415
415
  formatChange: (details: colorPicker.FormatChangeDetails) => any;
416
416
  "update:format": (format: _sprawlify_primitives_color_utils0.ColorFormat) => any;
417
- }, string, vue2189.PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
418
- onExitComplete?: (() => any) | undefined;
419
- onFocusOutside?: ((event: _sprawlify_primitives_machines_combobox49.FocusOutsideEvent) => any) | undefined;
420
- onInteractOutside?: ((event: _sprawlify_primitives_machines_combobox49.InteractOutsideEvent) => any) | undefined;
421
- onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
422
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_combobox49.PointerDownOutsideEvent) => any) | undefined;
417
+ }, string, vue2097.PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
423
418
  onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
424
419
  "onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
420
+ onExitComplete?: (() => any) | undefined;
421
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any) | undefined;
422
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any) | undefined;
423
+ onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
424
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any) | undefined;
425
425
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
426
426
  onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
427
427
  onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
428
428
  "onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
429
429
  }>, {
430
430
  disabled: boolean;
431
+ invalid: boolean;
432
+ readOnly: boolean;
431
433
  required: boolean;
432
434
  inline: boolean;
433
- closeOnSelect: boolean;
434
435
  defaultOpen: boolean;
435
- invalid: boolean;
436
436
  open: boolean;
437
- readOnly: boolean;
437
+ closeOnSelect: boolean;
438
438
  openAutoFocus: boolean;
439
- }, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
439
+ }, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
440
440
  default?: (props: {}) => any;
441
441
  }>;
442
442
  type __VLS_WithSlots$9<T, S> = T & {
@@ -453,7 +453,7 @@ interface ColorPickerSwatchGroupProps extends ColorPickerSwatchGroupBaseProps,
453
453
  */
454
454
  HTMLAttributes {}
455
455
  declare const _default$21: typeof __VLS_export$8;
456
- declare const __VLS_export$8: __VLS_WithSlots$8<vue2189.DefineComponent<ColorPickerSwatchGroupProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerSwatchGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
456
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue2097.DefineComponent<ColorPickerSwatchGroupProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerSwatchGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
457
457
  default?: (props: {}) => any;
458
458
  }>;
459
459
  type __VLS_WithSlots$8<T, S> = T & {
@@ -470,7 +470,7 @@ interface ColorPickerSwatchIndicatorProps extends ColorPickerSwatchIndicatorBase
470
470
  */
471
471
  HTMLAttributes {}
472
472
  declare const _default$22: typeof __VLS_export$7;
473
- declare const __VLS_export$7: __VLS_WithSlots$7<vue2189.DefineComponent<ColorPickerSwatchIndicatorProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerSwatchIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
473
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue2097.DefineComponent<ColorPickerSwatchIndicatorProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerSwatchIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
474
474
  default?: (props: {}) => any;
475
475
  }>;
476
476
  type __VLS_WithSlots$7<T, S> = T & {
@@ -487,7 +487,7 @@ interface ColorPickerSwatchTriggerProps extends ColorPickerSwatchTriggerBaseProp
487
487
  */
488
488
  Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
489
489
  declare const _default$23: typeof __VLS_export$6;
490
- declare const __VLS_export$6: __VLS_WithSlots$6<vue2189.DefineComponent<ColorPickerSwatchTriggerProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerSwatchTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
490
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue2097.DefineComponent<ColorPickerSwatchTriggerProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerSwatchTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
491
491
  default?: (props: {}) => any;
492
492
  }>;
493
493
  type __VLS_WithSlots$6<T, S> = T & {
@@ -504,7 +504,7 @@ interface ColorPickerSwatchProps extends ColorPickerSwatchBaseProps,
504
504
  */
505
505
  HTMLAttributes {}
506
506
  declare const _default$20: typeof __VLS_export$5;
507
- declare const __VLS_export$5: __VLS_WithSlots$5<vue2189.DefineComponent<ColorPickerSwatchProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerSwatchProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
507
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2097.DefineComponent<ColorPickerSwatchProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerSwatchProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
508
508
  default?: (props: {}) => any;
509
509
  }>;
510
510
  type __VLS_WithSlots$5<T, S> = T & {
@@ -521,7 +521,7 @@ interface ColorPickerTransparencyGridProps extends ColorPickerTransparencyGridBa
521
521
  */
522
522
  HTMLAttributes {}
523
523
  declare const _default$24: typeof __VLS_export$4;
524
- declare const __VLS_export$4: __VLS_WithSlots$4<vue2189.DefineComponent<ColorPickerTransparencyGridProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerTransparencyGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
524
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2097.DefineComponent<ColorPickerTransparencyGridProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerTransparencyGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
525
525
  default?: (props: {}) => any;
526
526
  }>;
527
527
  type __VLS_WithSlots$4<T, S> = T & {
@@ -538,7 +538,7 @@ interface ColorPickerTriggerProps extends ColorPickerTriggerBaseProps,
538
538
  */
539
539
  ButtonHTMLAttributes {}
540
540
  declare const _default$25: typeof __VLS_export$3;
541
- declare const __VLS_export$3: __VLS_WithSlots$3<vue2189.DefineComponent<ColorPickerTriggerProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
541
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2097.DefineComponent<ColorPickerTriggerProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
542
542
  default?: (props: {}) => any;
543
543
  }>;
544
544
  type __VLS_WithSlots$3<T, S> = T & {
@@ -556,7 +556,7 @@ interface ColorPickerValueSwatchProps extends ColorPickerValueSwatchBaseProps,
556
556
  */
557
557
  HTMLAttributes {}
558
558
  declare const _default$26: typeof __VLS_export$2;
559
- declare const __VLS_export$2: __VLS_WithSlots$2<vue2189.DefineComponent<ColorPickerValueSwatchBaseProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerValueSwatchBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
559
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2097.DefineComponent<ColorPickerValueSwatchBaseProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerValueSwatchBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
560
560
  default?: (props: {}) => any;
561
561
  }>;
562
562
  type __VLS_WithSlots$2<T, S> = T & {
@@ -575,7 +575,7 @@ interface ColorPickerValueTextProps extends ColorPickerValueTextBaseProps,
575
575
  */
576
576
  HTMLAttributes {}
577
577
  declare const _default$27: typeof __VLS_export$1;
578
- declare const __VLS_export$1: __VLS_WithSlots$1<vue2189.DefineComponent<ColorPickerValueTextProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
578
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2097.DefineComponent<ColorPickerValueTextProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
579
579
  type __VLS_WithSlots$1<T, S> = T & {
580
580
  new (): {
581
581
  $slots: S;
@@ -592,7 +592,7 @@ HTMLAttributes {
592
592
  format: ColorFormat;
593
593
  }
594
594
  declare const _default$28: typeof __VLS_export;
595
- declare const __VLS_export: __VLS_WithSlots<vue2189.DefineComponent<ColorPickerViewProps, {}, {}, {}, {}, vue2189.ComponentOptionsMixin, vue2189.ComponentOptionsMixin, {}, string, vue2189.PublicProps, Readonly<ColorPickerViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2189.ComponentProvideOptions, false, {}, any>, {
595
+ declare const __VLS_export: __VLS_WithSlots<vue2097.DefineComponent<ColorPickerViewProps, {}, {}, {}, {}, vue2097.ComponentOptionsMixin, vue2097.ComponentOptionsMixin, {}, string, vue2097.PublicProps, Readonly<ColorPickerViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2097.ComponentProvideOptions, false, {}, any>, {
596
596
  default?: (props: {}) => any;
597
597
  }>;
598
598
  type __VLS_WithSlots<T, S> = T & {
@@ -9,7 +9,7 @@ import { t as sprawlify } from "../../factory-xNPol80p.js";
9
9
  import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
10
10
  import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-3G0_HWbg.js";
11
11
  import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B50UYKDY.js";
12
- import { p as useFieldContext } from "../../field-B_BAnE0z.js";
12
+ import { p as useFieldContext } from "../../field-C8hrCSpZ.js";
13
13
  import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, createVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
14
14
  import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
15
15
  import { parse as parseColor } from "@sprawlify/primitives/machines/color-picker";