@sprawlify/vue 0.0.70 → 0.0.73

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 (101) hide show
  1. package/dist/boolean-CpMsIRK4.js +7 -0
  2. package/dist/components/accordion/index.d.ts +20 -20
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/angle-slider/index.d.ts +19 -19
  5. package/dist/components/avatar/index.d.ts +3 -3
  6. package/dist/components/bottom-sheet/index.d.ts +22 -22
  7. package/dist/components/carousel/index.d.ts +25 -25
  8. package/dist/components/checkbox/index.d.ts +28 -28
  9. package/dist/components/checkbox/index.js +1 -6
  10. package/dist/components/client-only/index.d.ts +2 -2
  11. package/dist/components/clipboard/index.d.ts +17 -17
  12. package/dist/components/collapsible/index.d.ts +17 -17
  13. package/dist/components/collapsible/index.js +1 -1
  14. package/dist/components/collection/index.d.ts +1 -1
  15. package/dist/components/collection/index.js +1 -1
  16. package/dist/components/color-picker/index.d.ts +58 -58
  17. package/dist/components/combobox/index.d.ts +38 -38
  18. package/dist/components/combobox/index.js +1 -1
  19. package/dist/components/date-picker/index.d.ts +51 -51
  20. package/dist/components/dialog/index.d.ts +33 -33
  21. package/dist/components/download-trigger/index.d.ts +4 -4
  22. package/dist/components/editable/index.d.ts +29 -29
  23. package/dist/components/field/index.d.ts +26 -26
  24. package/dist/components/fieldset/index.d.ts +13 -13
  25. package/dist/components/file-upload/index.d.ts +25 -25
  26. package/dist/components/floating-panel/index.d.ts +24 -25
  27. package/dist/components/focus-trap/index.d.ts +5 -5
  28. package/dist/components/format/index.d.ts +4 -4
  29. package/dist/components/frame/index.d.ts +6 -6
  30. package/dist/components/highlight/index.d.ts +5 -5
  31. package/dist/components/hover-card/index.d.ts +27 -27
  32. package/dist/components/image-cropper/index.d.ts +16 -16
  33. package/dist/components/json-tree-view/index.d.ts +12 -12
  34. package/dist/components/json-tree-view/index.js +3 -3
  35. package/dist/components/listbox/index.d.ts +26 -26
  36. package/dist/components/listbox/index.js +1 -1
  37. package/dist/components/marquee/index.d.ts +23 -23
  38. package/dist/components/menu/index.d.ts +53 -54
  39. package/dist/components/navigation-menu/index.d.ts +20 -20
  40. package/dist/components/number-input/index.d.ts +22 -22
  41. package/dist/components/pagination/index.d.ts +17 -17
  42. package/dist/components/password-input/index.d.ts +25 -25
  43. package/dist/components/pin-input/index.d.ts +21 -21
  44. package/dist/components/popover/index.d.ts +34 -34
  45. package/dist/components/presence/index.d.ts +2 -2
  46. package/dist/components/progress/index.d.ts +231 -0
  47. package/dist/components/progress/index.js +372 -0
  48. package/dist/components/qr-code/index.d.ts +159 -0
  49. package/dist/components/qr-code/index.js +263 -0
  50. package/dist/components/radio-group/index.d.ts +231 -0
  51. package/dist/components/radio-group/index.js +378 -0
  52. package/dist/components/rating-group/index.d.ts +201 -0
  53. package/dist/components/rating-group/index.js +330 -0
  54. package/dist/components/scroll-area/index.d.ts +171 -0
  55. package/dist/components/scroll-area/index.js +264 -0
  56. package/dist/components/segment-group/index.d.ts +231 -0
  57. package/dist/components/segment-group/index.js +422 -0
  58. package/dist/components/select/index.d.ts +39 -39
  59. package/dist/components/select/index.js +1 -1
  60. package/dist/components/signature-pad/index.d.ts +202 -0
  61. package/dist/components/signature-pad/index.js +345 -0
  62. package/dist/components/slider/index.d.ts +300 -0
  63. package/dist/components/slider/index.js +511 -0
  64. package/dist/components/splitter/index.d.ts +162 -0
  65. package/dist/components/splitter/index.js +280 -0
  66. package/dist/components/steps/index.d.ts +290 -0
  67. package/dist/components/steps/index.js +469 -0
  68. package/dist/components/switch/index.d.ts +179 -0
  69. package/dist/components/switch/index.js +290 -0
  70. package/dist/components/tabs/index.d.ts +181 -0
  71. package/dist/components/tabs/index.js +335 -0
  72. package/dist/components/tags-input/index.d.ts +339 -0
  73. package/dist/components/tags-input/index.js +569 -0
  74. package/dist/components/timer/index.d.ts +177 -0
  75. package/dist/components/timer/index.js +295 -0
  76. package/dist/components/toast/index.d.ts +154 -0
  77. package/dist/components/toast/index.js +265 -0
  78. package/dist/components/toggle/index.d.ts +101 -0
  79. package/dist/components/toggle/index.js +131 -0
  80. package/dist/components/toggle-group/index.d.ts +127 -0
  81. package/dist/components/toggle-group/index.js +207 -0
  82. package/dist/components/tooltip/index.d.ts +201 -0
  83. package/dist/components/tooltip/index.js +349 -0
  84. package/dist/components/tour/index.d.ts +308 -0
  85. package/dist/components/tour/index.js +505 -0
  86. package/dist/components/tree-view/index.d.ts +5 -5
  87. package/dist/components/tree-view/index.js +3 -3
  88. package/dist/{index-Cjk1WhUx.d.ts → index-8bjPAUl0.d.ts} +10 -10
  89. package/dist/{index-D0_ID5xv.d.ts → index-BnYwp0nl.d.ts} +7 -7
  90. package/dist/{index-ByYmM8LZ.d.ts → index-CmCVWB7e.d.ts} +33 -33
  91. package/dist/index.d.ts +3 -3
  92. package/dist/{tree-view-CzfDgztL.js → tree-view-N6ShNmpe.js} +1 -1
  93. package/package.json +78 -2
  94. /package/dist/{collapsible-D1Mx4C0H.js → collapsible-SXAS3iFc.js} +0 -0
  95. /package/dist/{collection-DiwGNCAy.js → collection-C_ZHBDQD.js} +0 -0
  96. /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
  97. /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
  98. /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
  99. /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
  100. /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
  101. /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
@@ -1,11 +1,11 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import * as vue1379 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import * as vue1793 from "vue";
5
5
  import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as checkbox from "@sprawlify/primitives/machines/checkbox";
7
7
  import { CheckedChangeDetails, CheckedChangeDetails as CheckboxCheckedChangeDetails, CheckedState, CheckedState as CheckboxCheckedState, connect } from "@sprawlify/primitives/machines/checkbox";
8
- import * as _sprawlify_primitives_anatomy7 from "@sprawlify/primitives/anatomy";
8
+ import * as _sprawlify_primitives_anatomy6 from "@sprawlify/primitives/anatomy";
9
9
 
10
10
  //#region src/components/checkbox/use-checkbox-context.d.ts
11
11
  interface UseCheckboxContext extends ComputedRef<ReturnType<typeof connect>> {}
@@ -15,7 +15,7 @@ interface CheckboxContextProps extends SlotsType<{
15
15
  default: UnwrapRef<UseCheckboxContext>;
16
16
  }> {}
17
17
  declare const _default: typeof __VLS_export$8;
18
- declare const __VLS_export$8: __VLS_WithSlots$8<vue1379.DefineComponent<{}, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, true, {}, any>, {
18
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue1793.DefineComponent<{}, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, true, {}, any>, {
19
19
  default(checkbox: UnwrapRef<UseCheckboxContext>): unknown;
20
20
  }>;
21
21
  type __VLS_WithSlots$8<T, S> = T & {
@@ -32,7 +32,7 @@ interface CheckboxControlProps extends CheckboxControlBaseProps,
32
32
  */
33
33
  HTMLAttributes {}
34
34
  declare const _default$1: typeof __VLS_export$7;
35
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1379.DefineComponent<CheckboxControlProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<CheckboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
35
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1793.DefineComponent<CheckboxControlProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<CheckboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
36
36
  default?: (props: {}) => any;
37
37
  }>;
38
38
  type __VLS_WithSlots$7<T, S> = T & {
@@ -63,17 +63,17 @@ interface CheckboxGroupProps extends CheckboxGroupBaseProps,
63
63
  */
64
64
  HTMLAttributes {}
65
65
  declare const _default$2: typeof __VLS_export$6;
66
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1379.DefineComponent<CheckboxGroupProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {
67
- valueChange: (value: string[]) => any;
66
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1793.DefineComponent<CheckboxGroupProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {
68
67
  "update:modelValue": (value: string[]) => any;
69
- }, string, vue1379.PublicProps, Readonly<CheckboxGroupProps> & Readonly<{
70
- onValueChange?: ((value: string[]) => any) | undefined;
68
+ valueChange: (value: string[]) => any;
69
+ }, string, vue1793.PublicProps, Readonly<CheckboxGroupProps> & Readonly<{
71
70
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
71
+ onValueChange?: ((value: string[]) => any) | undefined;
72
72
  }>, {
73
73
  disabled: boolean;
74
- readOnly: boolean;
75
74
  invalid: boolean;
76
- }, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
75
+ readOnly: boolean;
76
+ }, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
77
77
  default?: (props: {}) => any;
78
78
  }>;
79
79
  type __VLS_WithSlots$6<T, S> = T & {
@@ -88,7 +88,7 @@ type UseCheckboxGroupReturn = ReturnType<typeof useCheckboxGroup>;
88
88
  interface CheckboxGroupItemProps {
89
89
  value: string | undefined;
90
90
  }
91
- declare function useCheckboxGroup(props: GroupProps, emit?: EmitFn$1<GroupEmits>): vue1379.ComputedRef<{
91
+ declare function useCheckboxGroup(props: GroupProps, emit?: EmitFn$1<GroupEmits>): vue1793.ComputedRef<{
92
92
  isChecked: (val: string | undefined) => boolean;
93
93
  value: string[];
94
94
  name: string | undefined;
@@ -119,7 +119,7 @@ interface CheckboxGroupProviderProps extends CheckboxGroupProviderBaseProps,
119
119
  */
120
120
  HTMLAttributes {}
121
121
  declare const _default$3: typeof __VLS_export$5;
122
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1379.DefineComponent<CheckboxGroupProviderProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<CheckboxGroupProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
122
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1793.DefineComponent<CheckboxGroupProviderProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<CheckboxGroupProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
123
123
  default?: (props: {}) => any;
124
124
  }>;
125
125
  type __VLS_WithSlots$5<T, S> = T & {
@@ -136,7 +136,7 @@ interface CheckboxHiddenInputProps extends CheckboxHiddenInputBaseProps,
136
136
  */
137
137
  InputHTMLAttributes {}
138
138
  declare const _default$4: typeof __VLS_export$4;
139
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1379.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
139
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1793.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
140
140
  default?: (props: {}) => any;
141
141
  }>;
142
142
  type __VLS_WithSlots$4<T, S> = T & {
@@ -155,7 +155,7 @@ HTMLAttributes {
155
155
  indeterminate?: boolean;
156
156
  }
157
157
  declare const _default$5: typeof __VLS_export$3;
158
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1379.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
158
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1793.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
159
159
  default?: (props: {}) => any;
160
160
  }>;
161
161
  type __VLS_WithSlots$3<T, S> = T & {
@@ -172,7 +172,7 @@ interface CheckboxLabelProps extends CheckboxLabelBaseProps,
172
172
  */
173
173
  HTMLAttributes {}
174
174
  declare const _default$6: typeof __VLS_export$2;
175
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1379.DefineComponent<CheckboxLabelProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<CheckboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
175
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1793.DefineComponent<CheckboxLabelProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<CheckboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
176
176
  default?: (props: {}) => any;
177
177
  }>;
178
178
  type __VLS_WithSlots$2<T, S> = T & {
@@ -214,20 +214,20 @@ interface CheckboxRootProps extends CheckboxRootBaseProps,
214
214
  LabelHTMLAttributes {}
215
215
  interface CheckboxRootEmits extends RootEmits {}
216
216
  declare const _default$7: typeof __VLS_export$1;
217
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1379.DefineComponent<CheckboxRootProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {
218
- checkedChange: (details: checkbox.CheckedChangeDetails) => any;
217
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1793.DefineComponent<CheckboxRootProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {
219
218
  "update:checked": (checked: checkbox.CheckedState) => any;
220
- }, string, vue1379.PublicProps, Readonly<CheckboxRootProps> & Readonly<{
221
- onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
219
+ checkedChange: (details: checkbox.CheckedChangeDetails) => any;
220
+ }, string, vue1793.PublicProps, Readonly<CheckboxRootProps> & Readonly<{
222
221
  "onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
222
+ onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
223
223
  }>, {
224
- checked: checkbox.CheckedState;
225
- disabled: boolean;
226
224
  required: boolean;
227
- readOnly: boolean;
225
+ disabled: boolean;
228
226
  invalid: boolean;
227
+ readOnly: boolean;
228
+ checked: checkbox.CheckedState;
229
229
  defaultChecked: checkbox.CheckedState;
230
- }, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
230
+ }, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
231
231
  default?: (props: {}) => any;
232
232
  }>;
233
233
  type __VLS_WithSlots$1<T, S> = T & {
@@ -255,7 +255,7 @@ interface CheckboxRootProviderProps extends CheckboxRootProviderBaseProps,
255
255
  */
256
256
  LabelHTMLAttributes {}
257
257
  declare const _default$8: typeof __VLS_export;
258
- declare const __VLS_export: __VLS_WithSlots<vue1379.DefineComponent<CheckboxRootProviderProps, {}, {}, {}, {}, vue1379.ComponentOptionsMixin, vue1379.ComponentOptionsMixin, {}, string, vue1379.PublicProps, Readonly<CheckboxRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1379.ComponentProvideOptions, false, {}, any>, {
258
+ declare const __VLS_export: __VLS_WithSlots<vue1793.DefineComponent<CheckboxRootProviderProps, {}, {}, {}, {}, vue1793.ComponentOptionsMixin, vue1793.ComponentOptionsMixin, {}, string, vue1793.PublicProps, Readonly<CheckboxRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1793.ComponentProvideOptions, false, {}, any>, {
259
259
  default?: (props: {}) => any;
260
260
  }>;
261
261
  type __VLS_WithSlots<T, S> = T & {
@@ -268,6 +268,6 @@ type __VLS_WithSlots<T, S> = T & {
268
268
  interface UseCheckboxGroupContext extends UseCheckboxGroupReturn {}
269
269
  //#endregion
270
270
  //#region src/components/checkbox/checkbox-anatomy.d.ts
271
- declare const checkboxAnatomy: _sprawlify_primitives_anatomy7.AnatomyInstance<"label" | "root" | "control" | "indicator" | "group">;
271
+ declare const checkboxAnatomy: _sprawlify_primitives_anatomy6.AnatomyInstance<"label" | "root" | "group" | "control" | "indicator">;
272
272
  //#endregion
273
273
  export { checkbox_d_exports as Checkbox, type CheckboxCheckedChangeDetails, type CheckboxCheckedState, _default as CheckboxContext, type CheckboxContextProps, _default$1 as CheckboxControl, type CheckboxControlBaseProps, type CheckboxControlProps, _default$2 as CheckboxGroup, type CheckboxGroupBaseProps, type CheckboxGroupProps, _default$3 as CheckboxGroupProvider, type CheckboxGroupProviderBaseProps, type CheckboxGroupProviderProps, _default$4 as CheckboxHiddenInput, type CheckboxHiddenInputBaseProps, type CheckboxHiddenInputProps, _default$5 as CheckboxIndicator, type CheckboxIndicatorBaseProps, type CheckboxIndicatorProps, _default$6 as CheckboxLabel, type CheckboxLabelBaseProps, type CheckboxLabelProps, _default$7 as CheckboxRoot, type CheckboxRootBaseProps, type CheckboxRootEmits, type CheckboxRootProps, _default$8 as CheckboxRootProvider, type CheckboxRootProviderBaseProps, type CheckboxRootProviderProps, type UseCheckboxContext, type UseCheckboxGroupContext, type UseCheckboxGroupProps, type UseCheckboxGroupReturn, type UseCheckboxProps, type UseCheckboxReturn, checkboxAnatomy, useCheckbox, useCheckboxContext, useCheckboxGroup, useCheckboxGroupContext };
@@ -5,6 +5,7 @@ import { t as createContext } from "../../create-context-Ds1GbsVc.js";
5
5
  import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
6
6
  import { t as sprawlify } from "../../factory-Co08Aw8u.js";
7
7
  import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
8
+ import { t as toBooleanValue } from "../../boolean-CpMsIRK4.js";
8
9
  import { u as useFieldsetContext } from "../../fieldset-D5SznrKY.js";
9
10
  import { m as useFieldContext } from "../../field-CtPR24u6.js";
10
11
  import { computed, createBlock, defineComponent, getCurrentInstance, guardReactiveProps, mergeDefaults, mergeProps, nextTick, normalizeProps, openBlock, ref, renderSlot, toRefs, toValue, unref, useId, watch, withCtx } from "vue";
@@ -58,12 +59,6 @@ var checkbox_control_default = checkbox_control_vue_vue_type_script_setup_true_l
58
59
  //#region src/components/checkbox/checkbox-anatomy.ts
59
60
  const checkboxAnatomy = anatomy.extendWith("group");
60
61
 
61
- //#endregion
62
- //#region src/utils/boolean.ts
63
- const toBooleanValue = (value) => {
64
- return typeof value === "boolean" ? value : value === "true";
65
- };
66
-
67
62
  //#endregion
68
63
  //#region src/components/use-v-model.ts
69
64
  function useVModel(props, key, emit, options = {}) {
@@ -1,4 +1,4 @@
1
- import * as vue1548 from "vue";
1
+ import * as vue28 from "vue";
2
2
 
3
3
  //#region src/components/client-only/client-only.vue.d.ts
4
4
  type ClientOnlyProps = {};
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  fallback?: (props: typeof __VLS_3) => any;
10
10
  };
11
- declare const __VLS_base: vue1548.DefineComponent<{}, {}, {}, {}, {}, vue1548.ComponentOptionsMixin, vue1548.ComponentOptionsMixin, {}, string, vue1548.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1548.ComponentProvideOptions, true, {}, any>;
11
+ declare const __VLS_base: vue28.DefineComponent<{}, {}, {}, {}, {}, vue28.ComponentOptionsMixin, vue28.ComponentOptionsMixin, {}, string, vue28.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue28.ComponentProvideOptions, true, {}, any>;
12
12
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import * as vue837 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import * as vue1297 from "vue";
5
5
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as clipboard from "@sprawlify/primitives/machines/clipboard";
7
7
  import { CopyStatusDetails, CopyStatusDetails as ClipboardCopyStatusDetails, anatomy as clipboardAnatomy } from "@sprawlify/primitives/machines/clipboard";
@@ -39,7 +39,7 @@ interface ClipboardContextProps extends SlotsType<{
39
39
  default: UnwrapRef<UseClipboardContext>;
40
40
  }> {}
41
41
  declare const _default: typeof __VLS_export$8;
42
- declare const __VLS_export$8: __VLS_WithSlots$8<vue837.DefineComponent<{}, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, true, {}, any>, {
42
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue1297.DefineComponent<{}, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, true, {}, any>, {
43
43
  default(clipboard: UnwrapRef<UseClipboardContext>): unknown;
44
44
  }>;
45
45
  type __VLS_WithSlots$8<T, S> = T & {
@@ -56,7 +56,7 @@ interface ClipboardControlProps extends ClipboardControlBaseProps,
56
56
  */
57
57
  HTMLAttributes {}
58
58
  declare const _default$1: typeof __VLS_export$7;
59
- declare const __VLS_export$7: __VLS_WithSlots$7<vue837.DefineComponent<ClipboardControlProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
59
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1297.DefineComponent<ClipboardControlProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
60
60
  default?: (props: {}) => any;
61
61
  }>;
62
62
  type __VLS_WithSlots$7<T, S> = T & {
@@ -73,7 +73,7 @@ interface ClipboardIndicatorProps extends ClipboardIndicatorBaseProps,
73
73
  */
74
74
  HTMLAttributes {}
75
75
  declare const _default$2: typeof __VLS_export$6;
76
- declare const __VLS_export$6: __VLS_WithSlots$6<vue837.DefineComponent<ClipboardIndicatorProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
76
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1297.DefineComponent<ClipboardIndicatorProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
77
77
  copied?: (props: {}) => any;
78
78
  } & {
79
79
  default?: (props: {}) => any;
@@ -92,7 +92,7 @@ interface ClipboardInputProps extends ClipboardInputBaseProps,
92
92
  */
93
93
  InputHTMLAttributes {}
94
94
  declare const _default$3: typeof __VLS_export$5;
95
- declare const __VLS_export$5: __VLS_WithSlots$5<vue837.DefineComponent<ClipboardInputProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
95
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1297.DefineComponent<ClipboardInputProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
96
96
  default?: (props: {}) => any;
97
97
  }>;
98
98
  type __VLS_WithSlots$5<T, S> = T & {
@@ -109,7 +109,7 @@ interface ClipboardLabelProps extends ClipboardLabelBaseProps,
109
109
  */
110
110
  LabelHTMLAttributes {}
111
111
  declare const _default$4: typeof __VLS_export$4;
112
- declare const __VLS_export$4: __VLS_WithSlots$4<vue837.DefineComponent<ClipboardLabelProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
112
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1297.DefineComponent<ClipboardLabelProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
113
113
  default?: (props: {}) => any;
114
114
  }>;
115
115
  type __VLS_WithSlots$4<T, S> = T & {
@@ -129,7 +129,7 @@ interface ClipboardRootProviderProps extends ClipboardRootProviderBaseProps,
129
129
  */
130
130
  HTMLAttributes {}
131
131
  declare const _default$6: typeof __VLS_export$3;
132
- declare const __VLS_export$3: __VLS_WithSlots$3<vue837.DefineComponent<ClipboardRootProviderProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
132
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1297.DefineComponent<ClipboardRootProviderProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
133
133
  default?: (props: {}) => any;
134
134
  }>;
135
135
  type __VLS_WithSlots$3<T, S> = T & {
@@ -147,15 +147,15 @@ interface ClipboardRootProps extends ClipboardRootBaseProps,
147
147
  HTMLAttributes {}
148
148
  interface ClipboardRootEmits extends RootEmits {}
149
149
  declare const _default$5: typeof __VLS_export$2;
150
- declare const __VLS_export$2: __VLS_WithSlots$2<vue837.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {
150
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1297.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {
151
151
  statusChange: (details: clipboard.CopyStatusDetails) => any;
152
- valueChange: (details: clipboard.ValueChangeDetails) => any;
153
152
  "update:modelValue": (value: string) => any;
154
- }, string, vue837.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
153
+ valueChange: (details: clipboard.ValueChangeDetails) => any;
154
+ }, string, vue1297.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
155
155
  onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
156
- onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
157
156
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
158
- }>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
157
+ onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
158
+ }>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
159
159
  default?: (props: {}) => any;
160
160
  }>;
161
161
  type __VLS_WithSlots$2<T, S> = T & {
@@ -172,7 +172,7 @@ interface ClipboardTriggerProps extends ClipboardTriggerBaseProps,
172
172
  */
173
173
  ButtonHTMLAttributes {}
174
174
  declare const _default$7: typeof __VLS_export$1;
175
- declare const __VLS_export$1: __VLS_WithSlots$1<vue837.DefineComponent<ClipboardTriggerProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
175
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1297.DefineComponent<ClipboardTriggerProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
176
176
  default?: (props: {}) => any;
177
177
  }>;
178
178
  type __VLS_WithSlots$1<T, S> = T & {
@@ -189,7 +189,7 @@ interface ClipboardValueTextProps extends ClipboardValueTextBaseProps,
189
189
  */
190
190
  HTMLAttributes {}
191
191
  declare const _default$8: typeof __VLS_export;
192
- declare const __VLS_export: __VLS_WithSlots<vue837.DefineComponent<ClipboardValueTextProps, {}, {}, {}, {}, vue837.ComponentOptionsMixin, vue837.ComponentOptionsMixin, {}, string, vue837.PublicProps, Readonly<ClipboardValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue837.ComponentProvideOptions, false, {}, any>, {
192
+ declare const __VLS_export: __VLS_WithSlots<vue1297.DefineComponent<ClipboardValueTextProps, {}, {}, {}, {}, vue1297.ComponentOptionsMixin, vue1297.ComponentOptionsMixin, {}, string, vue1297.PublicProps, Readonly<ClipboardValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1297.ComponentProvideOptions, false, {}, any>, {
193
193
  default?: (props: {}) => any;
194
194
  }>;
195
195
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
5
- import * as vue502 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
5
+ import * as vue286 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as collapsible from "@sprawlify/primitives/machines/collapsible";
8
8
  import { OpenChangeDetails, OpenChangeDetails as CollapsibleOpenChangeDetails, anatomy as collapsibleAnatomy } from "@sprawlify/primitives/machines/collapsible";
@@ -15,7 +15,7 @@ interface CollapsibleContentProps extends CollapsibleContentBaseProps,
15
15
  */
16
16
  HTMLAttributes {}
17
17
  declare const _default: typeof __VLS_export$5;
18
- declare const __VLS_export$5: __VLS_WithSlots$5<vue502.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, vue502.ComponentOptionsMixin, vue502.ComponentOptionsMixin, {}, string, vue502.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue502.ComponentProvideOptions, false, {}, any>, {
18
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue286.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, vue286.ComponentOptionsMixin, vue286.ComponentOptionsMixin, {}, string, vue286.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue286.ComponentProvideOptions, false, {}, any>, {
19
19
  default?: (props: {}) => any;
20
20
  }>;
21
21
  type __VLS_WithSlots$5<T, S> = T & {
@@ -62,7 +62,7 @@ interface CollapsibleContextProps extends SlotsType<{
62
62
  default: UnwrapRef<UseCollapsibleContext>;
63
63
  }> {}
64
64
  declare const _default$1: typeof __VLS_export$4;
65
- declare const __VLS_export$4: __VLS_WithSlots$4<vue502.DefineComponent<{}, {}, {}, {}, {}, vue502.ComponentOptionsMixin, vue502.ComponentOptionsMixin, {}, string, vue502.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue502.ComponentProvideOptions, true, {}, any>, {
65
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue286.DefineComponent<{}, {}, {}, {}, {}, vue286.ComponentOptionsMixin, vue286.ComponentOptionsMixin, {}, string, vue286.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue286.ComponentProvideOptions, true, {}, any>, {
66
66
  default(collapsible: UnwrapRef<UseCollapsibleContext>): unknown;
67
67
  }>;
68
68
  type __VLS_WithSlots$4<T, S> = T & {
@@ -82,7 +82,7 @@ interface CollapsibleRootProviderProps extends CollapsibleRootProviderBaseProps,
82
82
  */
83
83
  HTMLAttributes {}
84
84
  declare const _default$4: typeof __VLS_export$3;
85
- declare const __VLS_export$3: __VLS_WithSlots$3<vue502.DefineComponent<CollapsibleRootProviderProps, {}, {}, {}, {}, vue502.ComponentOptionsMixin, vue502.ComponentOptionsMixin, {}, string, vue502.PublicProps, Readonly<CollapsibleRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue502.ComponentProvideOptions, false, {}, any>, {
85
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue286.DefineComponent<CollapsibleRootProviderProps, {}, {}, {}, {}, vue286.ComponentOptionsMixin, vue286.ComponentOptionsMixin, {}, string, vue286.PublicProps, Readonly<CollapsibleRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue286.ComponentProvideOptions, false, {}, any>, {
86
86
  default?: (props: {}) => any;
87
87
  }>;
88
88
  type __VLS_WithSlots$3<T, S> = T & {
@@ -100,21 +100,21 @@ interface CollapsibleRootProps extends CollapsibleRootBaseProps,
100
100
  HTMLAttributes {}
101
101
  interface CollapsibleRootEmits extends RootEmits {}
102
102
  declare const _default$3: typeof __VLS_export$2;
103
- declare const __VLS_export$2: __VLS_WithSlots$2<vue502.DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, vue502.ComponentOptionsMixin, vue502.ComponentOptionsMixin, {
104
- openChange: (details: collapsible.OpenChangeDetails) => any;
103
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue286.DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, vue286.ComponentOptionsMixin, vue286.ComponentOptionsMixin, {
105
104
  exitComplete: () => any;
105
+ openChange: (details: collapsible.OpenChangeDetails) => any;
106
106
  "update:open": (open: boolean) => any;
107
- }, string, vue502.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
108
- onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
107
+ }, string, vue286.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
109
108
  onExitComplete?: (() => any) | undefined;
109
+ onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
110
110
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
111
111
  }>, {
112
112
  disabled: boolean;
113
- lazyMount: boolean;
114
- unmountOnExit: boolean;
115
113
  open: boolean;
116
114
  defaultOpen: boolean;
117
- }, {}, {}, {}, string, vue502.ComponentProvideOptions, false, {}, any>, {
115
+ lazyMount: boolean;
116
+ unmountOnExit: boolean;
117
+ }, {}, {}, {}, string, vue286.ComponentProvideOptions, false, {}, any>, {
118
118
  default?: (props: {}) => any;
119
119
  }>;
120
120
  type __VLS_WithSlots$2<T, S> = T & {
@@ -131,7 +131,7 @@ interface CollapsibleTriggerProps extends CollapsibleTriggerBaseProps,
131
131
  */
132
132
  ButtonHTMLAttributes {}
133
133
  declare const _default$5: typeof __VLS_export$1;
134
- declare const __VLS_export$1: __VLS_WithSlots$1<vue502.DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, vue502.ComponentOptionsMixin, vue502.ComponentOptionsMixin, {}, string, vue502.PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue502.ComponentProvideOptions, false, {}, any>, {
134
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue286.DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, vue286.ComponentOptionsMixin, vue286.ComponentOptionsMixin, {}, string, vue286.PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue286.ComponentProvideOptions, false, {}, any>, {
135
135
  default?: (props: {}) => any;
136
136
  }>;
137
137
  type __VLS_WithSlots$1<T, S> = T & {
@@ -148,7 +148,7 @@ interface CollapsibleIndicatorProps extends CollapsibleIndicatorBaseProps,
148
148
  */
149
149
  HTMLAttributes {}
150
150
  declare const _default$2: typeof __VLS_export;
151
- declare const __VLS_export: __VLS_WithSlots<vue502.DefineComponent<CollapsibleIndicatorProps, {}, {}, {}, {}, vue502.ComponentOptionsMixin, vue502.ComponentOptionsMixin, {}, string, vue502.PublicProps, Readonly<CollapsibleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue502.ComponentProvideOptions, false, {}, any>, {
151
+ declare const __VLS_export: __VLS_WithSlots<vue286.DefineComponent<CollapsibleIndicatorProps, {}, {}, {}, {}, vue286.ComponentOptionsMixin, vue286.ComponentOptionsMixin, {}, string, vue286.PublicProps, Readonly<CollapsibleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue286.ComponentProvideOptions, false, {}, any>, {
152
152
  default?: (props: {}) => any;
153
153
  }>;
154
154
  type __VLS_WithSlots<T, S> = T & {
@@ -3,6 +3,6 @@ import "../../providers-DNBWT-O_.js";
3
3
  import "../../create-context-Ds1GbsVc.js";
4
4
  import "../../use-forward-expose-CCAmHTUB.js";
5
5
  import "../../factory-Co08Aw8u.js";
6
- import { a as collapsible_root_default, c as collapsible_context_default, i as collapsible_trigger_default, l as collapsible_content_default, n as collapsibleAnatomy, o as useCollapsible, r as collapsible_indicator_default, s as collapsible_root_provider_default, t as collapsible_exports, u as useCollapsibleContext } from "../../collapsible-D1Mx4C0H.js";
6
+ import { a as collapsible_root_default, c as collapsible_context_default, i as collapsible_trigger_default, l as collapsible_content_default, n as collapsibleAnatomy, o as useCollapsible, r as collapsible_indicator_default, s as collapsible_root_provider_default, t as collapsible_exports, u as useCollapsibleContext } from "../../collapsible-SXAS3iFc.js";
7
7
 
8
8
  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-ECeveDvH.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-DhFoJHfp.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,4 +1,4 @@
1
1
  import "../../core-DNndr38p.js";
2
- import { a as createTreeCollection, i as createFileTreeCollection, n as useListCollection, o as createListCollection, r as useAsyncList, s as createGridCollection, t as useListSelection } from "../../collection-DiwGNCAy.js";
2
+ import { a as createTreeCollection, i as createFileTreeCollection, n as useListCollection, o as createListCollection, r as useAsyncList, s as createGridCollection, t as useListSelection } from "../../collection-C_ZHBDQD.js";
3
3
 
4
4
  export { createFileTreeCollection, createGridCollection, createListCollection, createTreeCollection, useAsyncList, useListCollection, useListSelection };