@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
@@ -0,0 +1,7 @@
1
+ //#region src/utils/boolean.ts
2
+ const toBooleanValue = (value) => {
3
+ return typeof value === "boolean" ? value : value === "true";
4
+ };
5
+
6
+ //#endregion
7
+ export { toBooleanValue as t };
@@ -1,9 +1,9 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { i as UsePresenceProps } from "../../index-Cjk1WhUx.js";
3
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
4
- import { r as PropTypes } from "../../index-DI09ccnU.js";
5
- import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
6
- import * as vue1637 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { i as UsePresenceProps } from "../../index-8bjPAUl0.js";
3
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
4
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
5
+ import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
6
+ import * as vue2171 from "vue";
7
7
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
8
8
  import * as accordion from "@sprawlify/primitives/machines/accordion";
9
9
  import { FocusChangeDetails, FocusChangeDetails as AccordionFocusChangeDetails, ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as AccordionValueChangeDetails, anatomy as accordionAnatomy } from "@sprawlify/primitives/machines/accordion";
@@ -45,7 +45,7 @@ interface AccordionContextProps extends SlotsType<{
45
45
  default: UnwrapRef<UseAccordionContext>;
46
46
  }> {}
47
47
  declare const _default: typeof __VLS_export$7;
48
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1637.DefineComponent<{}, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, true, {}, any>, {
48
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue2171.DefineComponent<{}, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, true, {}, any>, {
49
49
  default(accordion: UnwrapRef<UseAccordionContext>): unknown;
50
50
  }>;
51
51
  type __VLS_WithSlots$7<T, S> = T & {
@@ -62,7 +62,7 @@ interface AccordionItemContentProps extends AccordionItemContentBaseProps,
62
62
  */
63
63
  HTMLAttributes {}
64
64
  declare const _default$2: typeof __VLS_export$6;
65
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1637.DefineComponent<AccordionItemContentProps, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<AccordionItemContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, false, {}, any>, {
65
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue2171.DefineComponent<AccordionItemContentProps, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<AccordionItemContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, false, {}, any>, {
66
66
  default?: (props: {}) => any;
67
67
  }>;
68
68
  type __VLS_WithSlots$6<T, S> = T & {
@@ -79,7 +79,7 @@ interface AccordionItemContextProps extends SlotsType<{
79
79
  default: UnwrapRef<UseAccordionItemContext>;
80
80
  }> {}
81
81
  declare const _default$3: typeof __VLS_export$5;
82
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1637.DefineComponent<{}, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, true, {}, any>, {
82
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2171.DefineComponent<{}, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, true, {}, any>, {
83
83
  default(item: UnwrapRef<UseAccordionItemContext>): unknown;
84
84
  }>;
85
85
  type __VLS_WithSlots$5<T, S> = T & {
@@ -96,7 +96,7 @@ interface AccordionItemIndicatorProps extends AccordionItemIndicatorBaseProps,
96
96
  */
97
97
  HTMLAttributes {}
98
98
  declare const _default$4: typeof __VLS_export$4;
99
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1637.DefineComponent<AccordionItemIndicatorProps, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<AccordionItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, false, {}, any>, {
99
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2171.DefineComponent<AccordionItemIndicatorProps, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<AccordionItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, false, {}, any>, {
100
100
  default?: (props: {}) => any;
101
101
  }>;
102
102
  type __VLS_WithSlots$4<T, S> = T & {
@@ -113,7 +113,7 @@ interface AccordionItemTriggerProps extends AccordionItemTriggerBaseProps,
113
113
  */
114
114
  ButtonHTMLAttributes {}
115
115
  declare const _default$5: typeof __VLS_export$3;
116
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1637.DefineComponent<AccordionItemTriggerProps, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<AccordionItemTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, false, {}, any>, {
116
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2171.DefineComponent<AccordionItemTriggerProps, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<AccordionItemTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, false, {}, any>, {
117
117
  default?: (props: {}) => any;
118
118
  }>;
119
119
  type __VLS_WithSlots$3<T, S> = T & {
@@ -130,7 +130,7 @@ interface AccordionItemProps extends AccordionItemBaseProps,
130
130
  */
131
131
  HTMLAttributes {}
132
132
  declare const _default$1: typeof __VLS_export$2;
133
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1637.DefineComponent<AccordionItemProps, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, false, {}, any>, {
133
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2171.DefineComponent<AccordionItemProps, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, false, {}, any>, {
134
134
  default?: (props: {}) => any;
135
135
  }>;
136
136
  type __VLS_WithSlots$2<T, S> = T & {
@@ -150,7 +150,7 @@ interface AccordionRootProviderProps extends AccordionRootProviderBaseProps,
150
150
  */
151
151
  HTMLAttributes {}
152
152
  declare const _default$7: typeof __VLS_export$1;
153
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1637.DefineComponent<AccordionRootProviderProps, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {}, string, vue1637.PublicProps, Readonly<AccordionRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1637.ComponentProvideOptions, false, {}, any>, {
153
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2171.DefineComponent<AccordionRootProviderProps, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {}, string, vue2171.PublicProps, Readonly<AccordionRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2171.ComponentProvideOptions, false, {}, any>, {
154
154
  default?: (props: {}) => any;
155
155
  }>;
156
156
  type __VLS_WithSlots$1<T, S> = T & {
@@ -168,19 +168,19 @@ interface AccordionRootProps extends AccordionRootBaseProps,
168
168
  HTMLAttributes {}
169
169
  interface AccordionRootEmits extends RootEmits {}
170
170
  declare const _default$6: typeof __VLS_export;
171
- declare const __VLS_export: __VLS_WithSlots<vue1637.DefineComponent<AccordionRootProps, {}, {}, {}, {}, vue1637.ComponentOptionsMixin, vue1637.ComponentOptionsMixin, {
172
- focusChange: (details: accordion.FocusChangeDetails) => any;
173
- valueChange: (details: accordion.ValueChangeDetails) => any;
171
+ declare const __VLS_export: __VLS_WithSlots<vue2171.DefineComponent<AccordionRootProps, {}, {}, {}, {}, vue2171.ComponentOptionsMixin, vue2171.ComponentOptionsMixin, {
174
172
  "update:modelValue": (value: string[]) => any;
175
- }, string, vue1637.PublicProps, Readonly<AccordionRootProps> & Readonly<{
176
- onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
177
- onValueChange?: ((details: accordion.ValueChangeDetails) => any) | undefined;
173
+ valueChange: (details: accordion.ValueChangeDetails) => any;
174
+ focusChange: (details: accordion.FocusChangeDetails) => any;
175
+ }, string, vue2171.PublicProps, Readonly<AccordionRootProps> & Readonly<{
178
176
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
177
+ onValueChange?: ((details: accordion.ValueChangeDetails) => any) | undefined;
178
+ onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
179
179
  }>, {
180
180
  disabled: boolean;
181
181
  multiple: boolean;
182
182
  collapsible: boolean;
183
- }, {}, {}, {}, string, vue1637.ComponentProvideOptions, false, {}, any>, {
183
+ }, {}, {}, {}, string, vue2171.ComponentProvideOptions, false, {}, any>, {
184
184
  default?: (props: {}) => any;
185
185
  }>;
186
186
  type __VLS_WithSlots<T, S> = T & {
@@ -7,7 +7,7 @@ import { t as sprawlify } from "../../factory-Co08Aw8u.js";
7
7
  import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
8
8
  import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-DMa_QmB6.js";
9
9
  import { t as createSplitProps } from "../../create-split-props-BDJ_VWs3.js";
10
- import { t as collapsible_exports, u as useCollapsibleContext } from "../../collapsible-D1Mx4C0H.js";
10
+ import { t as collapsible_exports, u as useCollapsibleContext } from "../../collapsible-SXAS3iFc.js";
11
11
  import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
12
12
  import * as accordion from "@sprawlify/primitives/machines/accordion";
13
13
  import { anatomy as accordionAnatomy } from "@sprawlify/primitives/machines/accordion";
@@ -1,7 +1,7 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import * as vue452 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import * as vue321 from "vue";
5
5
  import { ComputedRef, EmitFn, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
7
7
  import { MarkerProps, anatomy as angleSliderAnatomy } from "@sprawlify/primitives/machines/angle-slider";
@@ -49,7 +49,7 @@ interface AngleSliderContextProps extends SlotsType<{
49
49
  default: UnwrapRef<UseAngleSliderContext>;
50
50
  }> {}
51
51
  declare const _default: typeof __VLS_export$9;
52
- declare const __VLS_export$9: __VLS_WithSlots$9<vue452.DefineComponent<{}, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, true, {}, any>, {
52
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue321.DefineComponent<{}, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, true, {}, any>, {
53
53
  default(angleSlider: UnwrapRef<UseAngleSliderContext>): unknown;
54
54
  }>;
55
55
  type __VLS_WithSlots$9<T, S> = T & {
@@ -66,19 +66,19 @@ interface AngleSliderRootProps extends AngleSliderRootBaseProps,
66
66
  */
67
67
  Omit<HTMLAttributes, 'dir'> {}
68
68
  declare const _default$6: typeof __VLS_export$8;
69
- declare const __VLS_export$8: __VLS_WithSlots$8<vue452.DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {
69
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue321.DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {
70
+ "update:modelValue": (value: number) => any;
70
71
  valueChange: (details: angleSlider.ValueChangeDetails) => any;
71
72
  valueChangeEnd: (details: angleSlider.ValueChangeDetails) => any;
72
- "update:modelValue": (value: number) => any;
73
- }, string, vue452.PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
73
+ }, string, vue321.PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
74
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
74
75
  onValueChange?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
75
76
  onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
76
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
77
77
  }>, {
78
78
  disabled: boolean;
79
- readOnly: boolean;
80
79
  invalid: boolean;
81
- }, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
80
+ readOnly: boolean;
81
+ }, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
82
82
  default?: (props: {}) => any;
83
83
  }>;
84
84
  type __VLS_WithSlots$8<T, S> = T & {
@@ -95,7 +95,7 @@ interface AngleSliderControlProps extends AngleSliderControlBaseProps,
95
95
  */
96
96
  HTMLAttributes {}
97
97
  declare const _default$1: typeof __VLS_export$7;
98
- declare const __VLS_export$7: __VLS_WithSlots$7<vue452.DefineComponent<AngleSliderControlProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
98
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue321.DefineComponent<AngleSliderControlProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
99
99
  default?: (props: {}) => any;
100
100
  }>;
101
101
  type __VLS_WithSlots$7<T, S> = T & {
@@ -112,7 +112,7 @@ interface AngleSliderHiddenInputProps extends AngleSliderHiddenInputBaseProps,
112
112
  */
113
113
  InputHTMLAttributes {}
114
114
  declare const _default$2: typeof __VLS_export$6;
115
- declare const __VLS_export$6: __VLS_WithSlots$6<vue452.DefineComponent<AngleSliderHiddenInputProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
115
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue321.DefineComponent<AngleSliderHiddenInputProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
116
116
  default?: (props: {}) => any;
117
117
  }>;
118
118
  type __VLS_WithSlots$6<T, S> = T & {
@@ -129,7 +129,7 @@ interface AngleSliderLabelProps extends AngleSliderLabelBaseProps,
129
129
  */
130
130
  LabelHTMLAttributes {}
131
131
  declare const _default$3: typeof __VLS_export$5;
132
- declare const __VLS_export$5: __VLS_WithSlots$5<vue452.DefineComponent<AngleSliderLabelProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
132
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue321.DefineComponent<AngleSliderLabelProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
133
133
  default?: (props: {}) => any;
134
134
  }>;
135
135
  type __VLS_WithSlots$5<T, S> = T & {
@@ -146,7 +146,7 @@ interface AngleSliderMarkerGroupProps extends AngleSliderMarkerGroupBaseProps,
146
146
  */
147
147
  HTMLAttributes {}
148
148
  declare const _default$5: typeof __VLS_export$4;
149
- declare const __VLS_export$4: __VLS_WithSlots$4<vue452.DefineComponent<AngleSliderMarkerGroupProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderMarkerGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
149
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue321.DefineComponent<AngleSliderMarkerGroupProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderMarkerGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
150
150
  default?: (props: {}) => any;
151
151
  }>;
152
152
  type __VLS_WithSlots$4<T, S> = T & {
@@ -163,7 +163,7 @@ interface AngleSliderMarkerProps extends AngleSliderMarkerBaseProps,
163
163
  */
164
164
  HTMLAttributes {}
165
165
  declare const _default$4: typeof __VLS_export$3;
166
- declare const __VLS_export$3: __VLS_WithSlots$3<vue452.DefineComponent<AngleSliderMarkerProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderMarkerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
166
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue321.DefineComponent<AngleSliderMarkerProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderMarkerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
167
167
  default?: (props: {}) => any;
168
168
  }>;
169
169
  type __VLS_WithSlots$3<T, S> = T & {
@@ -183,7 +183,7 @@ interface AngleSliderRootProviderProps extends AngleSliderRootProviderBaseProps,
183
183
  */
184
184
  HTMLAttributes {}
185
185
  declare const _default$7: typeof __VLS_export$2;
186
- declare const __VLS_export$2: __VLS_WithSlots$2<vue452.DefineComponent<AngleSliderRootProviderProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
186
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue321.DefineComponent<AngleSliderRootProviderProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
187
187
  default?: (props: {}) => any;
188
188
  }>;
189
189
  type __VLS_WithSlots$2<T, S> = T & {
@@ -200,7 +200,7 @@ interface AngleSliderThumbProps extends AngleSliderThumbBaseProps,
200
200
  */
201
201
  HTMLAttributes {}
202
202
  declare const _default$8: typeof __VLS_export$1;
203
- declare const __VLS_export$1: __VLS_WithSlots$1<vue452.DefineComponent<AngleSliderThumbProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, {
203
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue321.DefineComponent<AngleSliderThumbProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, {
204
204
  default?: (props: {}) => any;
205
205
  }>;
206
206
  type __VLS_WithSlots$1<T, S> = T & {
@@ -217,7 +217,7 @@ interface AngleSliderValueTextProps extends AngleSliderValueTextBaseProps,
217
217
  */
218
218
  HTMLAttributes {}
219
219
  declare const _default$9: typeof __VLS_export;
220
- declare const __VLS_export: __VLS_WithSlots<vue452.DefineComponent<AngleSliderValueTextProps, {}, {}, {}, {}, vue452.ComponentOptionsMixin, vue452.ComponentOptionsMixin, {}, string, vue452.PublicProps, Readonly<AngleSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue452.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
220
+ declare const __VLS_export: __VLS_WithSlots<vue321.DefineComponent<AngleSliderValueTextProps, {}, {}, {}, {}, vue321.ComponentOptionsMixin, vue321.ComponentOptionsMixin, {}, string, vue321.PublicProps, Readonly<AngleSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue321.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
221
221
  type __VLS_WithSlots<T, S> = T & {
222
222
  new (): {
223
223
  $slots: S;
@@ -1,6 +1,6 @@
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";
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
4
  import * as vue0 from "vue";
5
5
  import { ComputedRef, HTMLAttributes, ImgHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as avatar from "@sprawlify/primitives/machines/avatar";
@@ -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 vue487 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 vue1392 from "vue";
6
6
  import { ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as bottomSheet from "@sprawlify/primitives/machines/bottom-sheet";
8
8
  import { ContentProps, OpenChangeDetails, OpenChangeDetails as BottomSheetOpenChangeDetails, anatomy as bottomSheetAnatomy } from "@sprawlify/primitives/machines/bottom-sheet";
@@ -15,7 +15,7 @@ interface BottomSheetBackdropProps extends BottomSheetBackdropBaseProps,
15
15
  */
16
16
  HTMLAttributes {}
17
17
  declare const _default: typeof __VLS_export$9;
18
- declare const __VLS_export$9: __VLS_WithSlots$9<vue487.DefineComponent<BottomSheetBackdropProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetBackdropProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
18
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue1392.DefineComponent<BottomSheetBackdropProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetBackdropProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
19
19
  default?: (props: {}) => any;
20
20
  }>;
21
21
  type __VLS_WithSlots$9<T, S> = T & {
@@ -32,7 +32,7 @@ interface BottomSheetCloseTriggerProps extends BottomSheetCloseTriggerBaseProps,
32
32
  */
33
33
  HTMLAttributes {}
34
34
  declare const _default$1: typeof __VLS_export$8;
35
- declare const __VLS_export$8: __VLS_WithSlots$8<vue487.DefineComponent<BottomSheetCloseTriggerProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
35
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue1392.DefineComponent<BottomSheetCloseTriggerProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
36
36
  default?: (props: {}) => any;
37
37
  }>;
38
38
  type __VLS_WithSlots$8<T, S> = T & {
@@ -49,9 +49,9 @@ interface BottomSheetContentProps extends BottomSheetContentBaseProps,
49
49
  */
50
50
  Omit<HTMLAttributes, 'draggable'> {}
51
51
  declare const _default$2: typeof __VLS_export$7;
52
- declare const __VLS_export$7: __VLS_WithSlots$7<vue487.DefineComponent<BottomSheetContentProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetContentProps> & Readonly<{}>, {
52
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1392.DefineComponent<BottomSheetContentProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetContentProps> & Readonly<{}>, {
53
53
  draggable: boolean;
54
- }, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
54
+ }, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
55
55
  default?: (props: {}) => any;
56
56
  }>;
57
57
  type __VLS_WithSlots$7<T, S> = T & {
@@ -109,7 +109,7 @@ interface BottomSheetContextProps extends SlotsType<{
109
109
  default: UnwrapRef<UseBottomSheetContext>;
110
110
  }> {}
111
111
  declare const _default$3: typeof __VLS_export$6;
112
- declare const __VLS_export$6: __VLS_WithSlots$6<vue487.DefineComponent<{}, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, true, {}, any>, {
112
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1392.DefineComponent<{}, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, true, {}, any>, {
113
113
  default(bottomSheet: UnwrapRef<UseBottomSheetContext>): unknown;
114
114
  }>;
115
115
  type __VLS_WithSlots$6<T, S> = T & {
@@ -126,7 +126,7 @@ interface BottomSheetGrabberProps extends BottomSheetGrabberBaseProps,
126
126
  */
127
127
  HTMLAttributes {}
128
128
  declare const _default$4: typeof __VLS_export$5;
129
- declare const __VLS_export$5: __VLS_WithSlots$5<vue487.DefineComponent<BottomSheetGrabberProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetGrabberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
129
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1392.DefineComponent<BottomSheetGrabberProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetGrabberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
130
130
  default?: (props: {}) => any;
131
131
  }>;
132
132
  type __VLS_WithSlots$5<T, S> = T & {
@@ -143,7 +143,7 @@ interface BottomSheetGrabberIndicatorProps extends BottomSheetGrabberIndicatorBa
143
143
  */
144
144
  HTMLAttributes {}
145
145
  declare const _default$5: typeof __VLS_export$4;
146
- declare const __VLS_export$4: __VLS_WithSlots$4<vue487.DefineComponent<BottomSheetGrabberIndicatorProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetGrabberIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
146
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1392.DefineComponent<BottomSheetGrabberIndicatorProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetGrabberIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
147
147
  default?: (props: {}) => any;
148
148
  }>;
149
149
  type __VLS_WithSlots$4<T, S> = T & {
@@ -156,27 +156,27 @@ type __VLS_WithSlots$4<T, S> = T & {
156
156
  interface BottomSheetRootBaseProps extends RootProps, RenderStrategyProps {}
157
157
  interface BottomSheetRootProps extends BottomSheetRootBaseProps {}
158
158
  declare const _default$6: typeof __VLS_export$3;
159
- declare const __VLS_export$3: __VLS_WithSlots$3<vue487.DefineComponent<BottomSheetRootProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {
159
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1392.DefineComponent<BottomSheetRootProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {
160
160
  openChange: (details: bottomSheet.OpenChangeDetails) => any;
161
161
  activeSnapPointChange: (details: {
162
162
  snapPoint: number | string;
163
163
  }) => any;
164
- }, string, vue487.PublicProps, Readonly<BottomSheetRootProps> & Readonly<{
164
+ }, string, vue1392.PublicProps, Readonly<BottomSheetRootProps> & Readonly<{
165
165
  onOpenChange?: ((details: bottomSheet.OpenChangeDetails) => any) | undefined;
166
166
  onActiveSnapPointChange?: ((details: {
167
167
  snapPoint: number | string;
168
168
  }) => any) | undefined;
169
169
  }>, {
170
+ open: boolean;
171
+ defaultOpen: boolean;
172
+ closeOnEscape: boolean;
173
+ closeOnInteractOutside: boolean;
170
174
  trapFocus: boolean;
171
175
  preventScroll: boolean;
172
176
  modal: boolean;
173
177
  restoreFocus: boolean;
174
- open: boolean;
175
- defaultOpen: boolean;
176
- closeOnInteractOutside: boolean;
177
- closeOnEscape: boolean;
178
178
  preventDragOnScroll: boolean;
179
- }, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
179
+ }, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
180
180
  default?: (props: {}) => any;
181
181
  }>;
182
182
  type __VLS_WithSlots$3<T, S> = T & {
@@ -192,7 +192,7 @@ interface RootProviderProps {
192
192
  interface BottomSheetRootProviderBaseProps extends RootProviderProps, RenderStrategyProps {}
193
193
  interface BottomSheetRootProviderProps extends BottomSheetRootProviderBaseProps {}
194
194
  declare const _default$7: typeof __VLS_export$2;
195
- declare const __VLS_export$2: __VLS_WithSlots$2<vue487.DefineComponent<BottomSheetRootProviderProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
195
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1392.DefineComponent<BottomSheetRootProviderProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
196
196
  default?: (props: {}) => any;
197
197
  }>;
198
198
  type __VLS_WithSlots$2<T, S> = T & {
@@ -209,7 +209,7 @@ interface BottomSheetTitleProps extends BottomSheetTitleBaseProps,
209
209
  */
210
210
  HTMLAttributes {}
211
211
  declare const _default$8: typeof __VLS_export$1;
212
- declare const __VLS_export$1: __VLS_WithSlots$1<vue487.DefineComponent<BottomSheetTitleProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
212
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1392.DefineComponent<BottomSheetTitleProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
213
213
  default?: (props: {}) => any;
214
214
  }>;
215
215
  type __VLS_WithSlots$1<T, S> = T & {
@@ -226,7 +226,7 @@ interface BottomSheetTriggerProps extends BottomSheetTriggerBaseProps,
226
226
  */
227
227
  HTMLAttributes {}
228
228
  declare const _default$9: typeof __VLS_export;
229
- declare const __VLS_export: __VLS_WithSlots<vue487.DefineComponent<BottomSheetTriggerProps, {}, {}, {}, {}, vue487.ComponentOptionsMixin, vue487.ComponentOptionsMixin, {}, string, vue487.PublicProps, Readonly<BottomSheetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue487.ComponentProvideOptions, false, {}, any>, {
229
+ declare const __VLS_export: __VLS_WithSlots<vue1392.DefineComponent<BottomSheetTriggerProps, {}, {}, {}, {}, vue1392.ComponentOptionsMixin, vue1392.ComponentOptionsMixin, {}, string, vue1392.PublicProps, Readonly<BottomSheetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1392.ComponentProvideOptions, false, {}, any>, {
230
230
  default?: (props: {}) => any;
231
231
  }>;
232
232
  type __VLS_WithSlots<T, S> = T & {
@@ -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 vue277 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 vue186 from "vue";
5
5
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
+ import * as _sprawlify_primitives_anatomy1 from "@sprawlify/primitives/anatomy";
6
7
  import * as carousel from "@sprawlify/primitives/machines/carousel";
7
8
  import { AutoplayStatusDetails, AutoplayStatusDetails as CarouselAutoplayStatusDetails, DragStatusDetails, DragStatusDetails as CarouselDragStatusDetails, IndicatorProps, ItemProps, PageChangeDetails, PageChangeDetails as CarouselPageChangeDetails } from "@sprawlify/primitives/machines/carousel";
8
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
9
9
 
10
10
  //#region src/components/carousel/carousel-autoplay-indicator.vue.d.ts
11
11
  interface CarouselAutoplayIndicatorBaseProps extends PolymorphicProps {
@@ -17,7 +17,7 @@ interface CarouselAutoplayIndicatorProps extends CarouselAutoplayIndicatorBasePr
17
17
  */
18
18
  HTMLAttributes {}
19
19
  declare const _default: typeof __VLS_export$12;
20
- declare const __VLS_export$12: __VLS_WithSlots$12<vue277.DefineComponent<CarouselAutoplayIndicatorProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselAutoplayIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
20
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue186.DefineComponent<CarouselAutoplayIndicatorProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselAutoplayIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
21
21
  default?: (props: {}) => any;
22
22
  } & {
23
23
  fallback?: (props: {
@@ -38,7 +38,7 @@ interface CarouselProgressTextProps extends CarouselProgressTextBaseProps,
38
38
  */
39
39
  HTMLAttributes {}
40
40
  declare const _default$10: typeof __VLS_export$11;
41
- declare const __VLS_export$11: __VLS_WithSlots$11<vue277.DefineComponent<CarouselProgressTextProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselProgressTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
41
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue186.DefineComponent<CarouselProgressTextProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselProgressTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
42
42
  default?: (props: {}) => any;
43
43
  }>;
44
44
  type __VLS_WithSlots$11<T, S> = T & {
@@ -55,7 +55,7 @@ interface CarouselAutoplayTriggerProps extends CarouselAutoplayTriggerBaseProps,
55
55
  */
56
56
  ButtonHTMLAttributes {}
57
57
  declare const _default$1: typeof __VLS_export$10;
58
- declare const __VLS_export$10: __VLS_WithSlots$10<vue277.DefineComponent<CarouselAutoplayTriggerProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselAutoplayTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
58
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue186.DefineComponent<CarouselAutoplayTriggerProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselAutoplayTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
59
59
  default?: (props: {}) => any;
60
60
  }>;
61
61
  type __VLS_WithSlots$10<T, S> = T & {
@@ -114,7 +114,7 @@ interface CarouselContextProps extends SlotsType<{
114
114
  default: UnwrapRef<UseCarouselContext>;
115
115
  }> {}
116
116
  declare const _default$2: typeof __VLS_export$9;
117
- declare const __VLS_export$9: __VLS_WithSlots$9<vue277.DefineComponent<{}, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, true, {}, any>, {
117
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue186.DefineComponent<{}, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, true, {}, any>, {
118
118
  default(carousel: UnwrapRef<UseCarouselContext>): unknown;
119
119
  }>;
120
120
  type __VLS_WithSlots$9<T, S> = T & {
@@ -131,7 +131,7 @@ interface CarouselControlProps extends CarouselControlBaseProps,
131
131
  */
132
132
  HTMLAttributes {}
133
133
  declare const _default$3: typeof __VLS_export$8;
134
- declare const __VLS_export$8: __VLS_WithSlots$8<vue277.DefineComponent<CarouselControlProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
134
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue186.DefineComponent<CarouselControlProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
135
135
  default?: (props: {}) => any;
136
136
  }>;
137
137
  type __VLS_WithSlots$8<T, S> = T & {
@@ -148,7 +148,7 @@ interface CarouselIndicatorGroupProps extends CarouselIndicatorGroupBaseProps,
148
148
  */
149
149
  HTMLAttributes {}
150
150
  declare const _default$5: typeof __VLS_export$7;
151
- declare const __VLS_export$7: __VLS_WithSlots$7<vue277.DefineComponent<CarouselIndicatorGroupProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselIndicatorGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
151
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue186.DefineComponent<CarouselIndicatorGroupProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselIndicatorGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
152
152
  default?: (props: {}) => any;
153
153
  }>;
154
154
  type __VLS_WithSlots$7<T, S> = T & {
@@ -165,7 +165,7 @@ interface CarouselIndicatorProps extends CarouselIndicatorBaseProps,
165
165
  */
166
166
  ButtonHTMLAttributes {}
167
167
  declare const _default$4: typeof __VLS_export$6;
168
- declare const __VLS_export$6: __VLS_WithSlots$6<vue277.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
168
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue186.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
169
169
  default?: (props: {}) => any;
170
170
  }>;
171
171
  type __VLS_WithSlots$6<T, S> = T & {
@@ -182,7 +182,7 @@ interface CarouselItemGroupProps extends CarouselItemGroupBaseProps,
182
182
  */
183
183
  HTMLAttributes {}
184
184
  declare const _default$7: typeof __VLS_export$5;
185
- declare const __VLS_export$5: __VLS_WithSlots$5<vue277.DefineComponent<CarouselItemGroupProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
185
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue186.DefineComponent<CarouselItemGroupProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
186
186
  default?: (props: {}) => any;
187
187
  }>;
188
188
  type __VLS_WithSlots$5<T, S> = T & {
@@ -199,7 +199,7 @@ interface CarouselItemProps extends CarouselItemBaseProps,
199
199
  */
200
200
  HTMLAttributes {}
201
201
  declare const _default$6: typeof __VLS_export$4;
202
- declare const __VLS_export$4: __VLS_WithSlots$4<vue277.DefineComponent<CarouselItemProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
202
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue186.DefineComponent<CarouselItemProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
203
203
  default?: (props: {}) => any;
204
204
  }>;
205
205
  type __VLS_WithSlots$4<T, S> = T & {
@@ -216,7 +216,7 @@ interface CarouselNextTriggerProps extends CarouselNextTriggerBaseProps,
216
216
  */
217
217
  ButtonHTMLAttributes {}
218
218
  declare const _default$8: typeof __VLS_export$3;
219
- declare const __VLS_export$3: __VLS_WithSlots$3<vue277.DefineComponent<CarouselNextTriggerProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
219
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue186.DefineComponent<CarouselNextTriggerProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
220
220
  default?: (props: {}) => any;
221
221
  }>;
222
222
  type __VLS_WithSlots$3<T, S> = T & {
@@ -233,7 +233,7 @@ interface CarouselPrevTriggerProps extends CarouselPrevTriggerBaseProps,
233
233
  */
234
234
  ButtonHTMLAttributes {}
235
235
  declare const _default$9: typeof __VLS_export$2;
236
- declare const __VLS_export$2: __VLS_WithSlots$2<vue277.DefineComponent<CarouselPrevTriggerProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
236
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue186.DefineComponent<CarouselPrevTriggerProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
237
237
  default?: (props: {}) => any;
238
238
  }>;
239
239
  type __VLS_WithSlots$2<T, S> = T & {
@@ -253,7 +253,7 @@ interface CarouselRootProviderProps extends CarouselRootProviderBaseProps,
253
253
  */
254
254
  HTMLAttributes {}
255
255
  declare const _default$12: typeof __VLS_export$1;
256
- declare const __VLS_export$1: __VLS_WithSlots$1<vue277.DefineComponent<CarouselRootProviderProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {}, string, vue277.PublicProps, Readonly<CarouselRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
256
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue186.DefineComponent<CarouselRootProviderProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {}, string, vue186.PublicProps, Readonly<CarouselRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
257
257
  default?: (props: {}) => any;
258
258
  }>;
259
259
  type __VLS_WithSlots$1<T, S> = T & {
@@ -271,16 +271,16 @@ interface CarouselRootProps extends CarouselRootBaseProps,
271
271
  HTMLAttributes {}
272
272
  interface CarouselRootEmits extends RootEmits {}
273
273
  declare const _default$11: typeof __VLS_export;
274
- declare const __VLS_export: __VLS_WithSlots<vue277.DefineComponent<CarouselRootProps, {}, {}, {}, {}, vue277.ComponentOptionsMixin, vue277.ComponentOptionsMixin, {
275
- pageChange: (details: carousel.PageChangeDetails) => any;
276
- "update:page": (page: number) => any;
274
+ declare const __VLS_export: __VLS_WithSlots<vue186.DefineComponent<CarouselRootProps, {}, {}, {}, {}, vue186.ComponentOptionsMixin, vue186.ComponentOptionsMixin, {
277
275
  autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
278
276
  dragStatusChange: (details: carousel.DragStatusDetails) => any;
279
- }, string, vue277.PublicProps, Readonly<CarouselRootProps> & Readonly<{
280
- onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
281
- "onUpdate:page"?: ((page: number) => any) | undefined;
277
+ pageChange: (details: carousel.PageChangeDetails) => any;
278
+ "update:page": (page: number) => any;
279
+ }, string, vue186.PublicProps, Readonly<CarouselRootProps> & Readonly<{
282
280
  onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
283
281
  onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
282
+ onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
283
+ "onUpdate:page"?: ((page: number) => any) | undefined;
284
284
  }>, {
285
285
  allowMouseDrag: boolean;
286
286
  autoplay: boolean | {
@@ -288,7 +288,7 @@ declare const __VLS_export: __VLS_WithSlots<vue277.DefineComponent<CarouselRootP
288
288
  };
289
289
  autoSize: boolean;
290
290
  loop: boolean;
291
- }, {}, {}, {}, string, vue277.ComponentProvideOptions, false, {}, any>, {
291
+ }, {}, {}, {}, string, vue186.ComponentProvideOptions, false, {}, any>, {
292
292
  default?: (props: {}) => any;
293
293
  }>;
294
294
  type __VLS_WithSlots<T, S> = T & {
@@ -298,7 +298,7 @@ type __VLS_WithSlots<T, S> = T & {
298
298
  };
299
299
  //#endregion
300
300
  //#region src/components/carousel/carousel-anatomy.d.ts
301
- declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "item" | "indicator" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
301
+ declare const carouselAnatomy: _sprawlify_primitives_anatomy1.AnatomyInstance<"root" | "item" | "control" | "indicator" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
302
302
  declare namespace carousel_d_exports {
303
303
  export { _default as AutoplayIndicator, CarouselAutoplayIndicatorBaseProps as AutoplayIndicatorBaseProps, CarouselAutoplayIndicatorProps as AutoplayIndicatorProps, AutoplayStatusDetails, _default$1 as AutoplayTrigger, CarouselAutoplayTriggerBaseProps as AutoplayTriggerBaseProps, CarouselAutoplayTriggerProps as AutoplayTriggerProps, _default$2 as Context, CarouselContextProps as ContextProps, _default$3 as Control, CarouselControlBaseProps as ControlBaseProps, CarouselControlProps as ControlProps, DragStatusDetails, _default$4 as Indicator, CarouselIndicatorBaseProps as IndicatorBaseProps, _default$5 as IndicatorGroup, CarouselIndicatorGroupBaseProps as IndicatorGroupBaseProps, CarouselIndicatorGroupProps as IndicatorGroupProps, CarouselIndicatorProps as IndicatorProps, _default$6 as Item, CarouselItemBaseProps as ItemBaseProps, _default$7 as ItemGroup, CarouselItemGroupBaseProps as ItemGroupBaseProps, CarouselItemGroupProps as ItemGroupProps, CarouselItemProps as ItemProps, _default$8 as NextTrigger, CarouselNextTriggerBaseProps as NextTriggerBaseProps, CarouselNextTriggerProps as NextTriggerProps, PageChangeDetails, _default$9 as PrevTrigger, CarouselPrevTriggerBaseProps as PrevTriggerBaseProps, CarouselPrevTriggerProps as PrevTriggerProps, _default$10 as ProgressText, CarouselProgressTextBaseProps as ProgressTextBaseProps, CarouselProgressTextProps as ProgressTextProps, _default$11 as Root, CarouselRootBaseProps as RootBaseProps, CarouselRootEmits as RootEmits, CarouselRootProps as RootProps, _default$12 as RootProvider, CarouselRootProviderBaseProps as RootProviderBaseProps, CarouselRootProviderProps as RootProviderProps };
304
304
  }