@sprawlify/vue 0.0.70 → 0.0.72
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.
- package/dist/boolean-CpMsIRK4.js +7 -0
- package/dist/{collapsible-D1Mx4C0H.js → collapsible-jX9S7WYj.js} +1 -1
- package/dist/{collection-DiwGNCAy.js → collection-DGKjEgOz.js} +1 -1
- package/dist/components/accordion/index.d.ts +19 -19
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/angle-slider/index.d.ts +19 -19
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +11 -11
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +21 -21
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +24 -24
- package/dist/components/checkbox/index.js +2 -7
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +17 -17
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +17 -17
- package/dist/components/collapsible/index.js +1 -1
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +59 -59
- package/dist/components/color-picker/index.js +3 -3
- package/dist/components/combobox/index.d.ts +38 -38
- package/dist/components/combobox/index.js +4 -4
- package/dist/components/date-picker/index.d.ts +52 -52
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +36 -36
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/editable/index.d.ts +28 -28
- package/dist/components/editable/index.js +1 -1
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/fieldset/index.d.ts +13 -13
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/floating-panel/index.d.ts +26 -27
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +1 -1
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -28
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +14 -14
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +13 -13
- package/dist/components/json-tree-view/index.js +5 -5
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +23 -23
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +51 -52
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +20 -20
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +22 -22
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/pagination/index.d.ts +15 -15
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +1 -1
- package/dist/components/pin-input/index.d.ts +21 -21
- package/dist/components/pin-input/index.js +1 -1
- package/dist/components/popover/index.d.ts +38 -38
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +1 -1
- package/dist/components/progress/index.d.ts +231 -0
- package/dist/components/progress/index.js +372 -0
- package/dist/components/qr-code/index.d.ts +159 -0
- package/dist/components/qr-code/index.js +263 -0
- package/dist/components/radio-group/index.d.ts +231 -0
- package/dist/components/radio-group/index.js +378 -0
- package/dist/components/rating-group/index.d.ts +201 -0
- package/dist/components/rating-group/index.js +330 -0
- package/dist/components/scroll-area/index.d.ts +171 -0
- package/dist/components/scroll-area/index.js +264 -0
- package/dist/components/segment-group/index.d.ts +231 -0
- package/dist/components/segment-group/index.js +422 -0
- package/dist/components/select/index.d.ts +39 -39
- package/dist/components/select/index.js +4 -4
- package/dist/components/signature-pad/index.d.ts +202 -0
- package/dist/components/signature-pad/index.js +345 -0
- package/dist/components/slider/index.d.ts +300 -0
- package/dist/components/slider/index.js +511 -0
- package/dist/components/splitter/index.d.ts +162 -0
- package/dist/components/splitter/index.js +280 -0
- package/dist/components/steps/index.d.ts +290 -0
- package/dist/components/steps/index.js +469 -0
- package/dist/components/switch/index.d.ts +179 -0
- package/dist/components/switch/index.js +290 -0
- package/dist/components/tabs/index.d.ts +181 -0
- package/dist/components/tabs/index.js +335 -0
- package/dist/components/tags-input/index.d.ts +339 -0
- package/dist/components/tags-input/index.js +569 -0
- package/dist/components/timer/index.d.ts +177 -0
- package/dist/components/timer/index.js +295 -0
- package/dist/components/tree-view/index.d.ts +5 -5
- package/dist/components/tree-view/index.js +4 -4
- package/dist/{index-Cjk1WhUx.d.ts → index-B_UiXhk3.d.ts} +11 -11
- package/dist/{index-ByYmM8LZ.d.ts → index-DwWFWpls.d.ts} +34 -34
- package/dist/{index-D0_ID5xv.d.ts → index-xb1q4_02.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/{tree-view-CzfDgztL.js → tree-view-Ctpu5RjE.js} +4 -4
- package/package.json +58 -2
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-D2R4tz5e.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-0RD5_O4P.js} +0 -0
- /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
- /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
- /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
- /package/dist/{presence-BK6rPXK7.js → presence-B4-UhJY9.js} +0 -0
- /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
- /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-DA33j31C.js} +0 -0
- /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-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
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 vue1268 from "vue";
|
|
5
5
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
|
+
import * as _sprawlify_primitives_anatomy6 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<
|
|
20
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1268.DefineComponent<CarouselAutoplayIndicatorProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselAutoplayIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
41
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1268.DefineComponent<CarouselProgressTextProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselProgressTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
58
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1268.DefineComponent<CarouselAutoplayTriggerProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselAutoplayTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
117
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1268.DefineComponent<{}, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
134
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1268.DefineComponent<CarouselControlProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
151
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1268.DefineComponent<CarouselIndicatorGroupProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselIndicatorGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
168
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1268.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
185
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1268.DefineComponent<CarouselItemGroupProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
202
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1268.DefineComponent<CarouselItemProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
219
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1268.DefineComponent<CarouselNextTriggerProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
236
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1268.DefineComponent<CarouselPrevTriggerProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.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<
|
|
256
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1268.DefineComponent<CarouselRootProviderProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {}, string, vue1268.PublicProps, Readonly<CarouselRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1268.ComponentProvideOptions, false, {}, any>, {
|
|
257
257
|
default?: (props: {}) => any;
|
|
258
258
|
}>;
|
|
259
259
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -271,12 +271,12 @@ 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<
|
|
274
|
+
declare const __VLS_export: __VLS_WithSlots<vue1268.DefineComponent<CarouselRootProps, {}, {}, {}, {}, vue1268.ComponentOptionsMixin, vue1268.ComponentOptionsMixin, {
|
|
275
275
|
pageChange: (details: carousel.PageChangeDetails) => any;
|
|
276
276
|
"update:page": (page: number) => any;
|
|
277
277
|
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
278
278
|
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
279
|
-
}, string,
|
|
279
|
+
}, string, vue1268.PublicProps, Readonly<CarouselRootProps> & Readonly<{
|
|
280
280
|
onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
|
|
281
281
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
282
282
|
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
@@ -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,
|
|
291
|
+
}, {}, {}, {}, string, vue1268.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:
|
|
301
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy6.AnatomyInstance<"root" | "control" | "item" | "indicator" | "itemGroup" | "prevTrigger" | "nextTrigger" | "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
|
}
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
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
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, withCtx } from "vue";
|
|
9
9
|
import * as carousel from "@sprawlify/primitives/machines/carousel";
|
|
10
10
|
import { anatomy } from "@sprawlify/primitives/machines/carousel";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
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 vue768 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
|
|
8
|
+
import * as _sprawlify_primitives_anatomy2 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<
|
|
18
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue768.DefineComponent<{}, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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<
|
|
35
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue768.DefineComponent<CheckboxControlProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<CheckboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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<
|
|
66
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue768.DefineComponent<CheckboxGroupProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {
|
|
67
67
|
valueChange: (value: string[]) => any;
|
|
68
68
|
"update:modelValue": (value: string[]) => any;
|
|
69
|
-
}, string,
|
|
69
|
+
}, string, vue768.PublicProps, Readonly<CheckboxGroupProps> & Readonly<{
|
|
70
70
|
onValueChange?: ((value: string[]) => any) | undefined;
|
|
71
71
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
disabled: boolean;
|
|
74
|
-
readOnly: boolean;
|
|
75
74
|
invalid: boolean;
|
|
76
|
-
|
|
75
|
+
readOnly: boolean;
|
|
76
|
+
}, {}, {}, {}, string, vue768.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>):
|
|
91
|
+
declare function useCheckboxGroup(props: GroupProps, emit?: EmitFn$1<GroupEmits>): vue768.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<
|
|
122
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue768.DefineComponent<CheckboxGroupProviderProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<CheckboxGroupProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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<
|
|
139
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue768.DefineComponent<CheckboxHiddenInputProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<CheckboxHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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<
|
|
158
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue768.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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<
|
|
175
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue768.DefineComponent<CheckboxLabelProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<CheckboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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<
|
|
217
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue768.DefineComponent<CheckboxRootProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {
|
|
218
218
|
checkedChange: (details: checkbox.CheckedChangeDetails) => any;
|
|
219
219
|
"update:checked": (checked: checkbox.CheckedState) => any;
|
|
220
|
-
}, string,
|
|
220
|
+
}, string, vue768.PublicProps, Readonly<CheckboxRootProps> & Readonly<{
|
|
221
221
|
onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
|
|
222
222
|
"onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
|
|
223
223
|
}>, {
|
|
224
|
+
required: boolean;
|
|
224
225
|
checked: checkbox.CheckedState;
|
|
225
226
|
disabled: boolean;
|
|
226
|
-
required: boolean;
|
|
227
|
-
readOnly: boolean;
|
|
228
|
-
invalid: boolean;
|
|
229
227
|
defaultChecked: checkbox.CheckedState;
|
|
230
|
-
|
|
228
|
+
invalid: boolean;
|
|
229
|
+
readOnly: boolean;
|
|
230
|
+
}, {}, {}, {}, string, vue768.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<
|
|
258
|
+
declare const __VLS_export: __VLS_WithSlots<vue768.DefineComponent<CheckboxRootProviderProps, {}, {}, {}, {}, vue768.ComponentOptionsMixin, vue768.ComponentOptionsMixin, {}, string, vue768.PublicProps, Readonly<CheckboxRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue768.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:
|
|
271
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy2.AnatomyInstance<"label" | "root" | "control" | "indicator" | "group">;
|
|
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 };
|
|
@@ -4,7 +4,8 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
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
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.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
|
|
1
|
+
import * as vue16 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:
|
|
11
|
+
declare const __VLS_base: vue16.DefineComponent<{}, {}, {}, {}, {}, vue16.ComponentOptionsMixin, vue16.ComponentOptionsMixin, {}, string, vue16.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue16.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-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
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 vue352 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<
|
|
42
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue352.DefineComponent<{}, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
59
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue352.DefineComponent<ClipboardControlProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
76
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue352.DefineComponent<ClipboardIndicatorProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
95
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue352.DefineComponent<ClipboardInputProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
112
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue352.DefineComponent<ClipboardLabelProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
132
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue352.DefineComponent<ClipboardRootProviderProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
151
|
-
statusChange: (details: clipboard.CopyStatusDetails) => any;
|
|
150
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue352.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {
|
|
152
151
|
valueChange: (details: clipboard.ValueChangeDetails) => any;
|
|
153
152
|
"update:modelValue": (value: string) => any;
|
|
154
|
-
|
|
155
|
-
|
|
153
|
+
statusChange: (details: clipboard.CopyStatusDetails) => any;
|
|
154
|
+
}, string, vue352.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
|
|
156
155
|
onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
|
|
157
156
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
158
|
-
|
|
157
|
+
onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
|
|
158
|
+
}>, {}, {}, {}, {}, string, vue352.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<
|
|
175
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue352.DefineComponent<ClipboardTriggerProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.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<
|
|
192
|
+
declare const __VLS_export: __VLS_WithSlots<vue352.DefineComponent<ClipboardValueTextProps, {}, {}, {}, {}, vue352.ComponentOptionsMixin, vue352.ComponentOptionsMixin, {}, string, vue352.PublicProps, Readonly<ClipboardValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue352.ComponentProvideOptions, false, {}, any>, {
|
|
193
193
|
default?: (props: {}) => any;
|
|
194
194
|
}>;
|
|
195
195
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { c as useEnvironmentContext, s as DEFAULT_ENVIRONMENT } from "../../prov
|
|
|
4
4
|
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
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, withCtx } from "vue";
|
|
9
9
|
import * as clipboard from "@sprawlify/primitives/machines/clipboard";
|
|
10
10
|
import { anatomy as clipboardAnatomy } from "@sprawlify/primitives/machines/clipboard";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
5
|
-
import * as
|
|
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 vue1140 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<
|
|
18
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1140.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, vue1140.ComponentOptionsMixin, vue1140.ComponentOptionsMixin, {}, string, vue1140.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1140.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<
|
|
65
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1140.DefineComponent<{}, {}, {}, {}, {}, vue1140.ComponentOptionsMixin, vue1140.ComponentOptionsMixin, {}, string, vue1140.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1140.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<
|
|
85
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1140.DefineComponent<CollapsibleRootProviderProps, {}, {}, {}, {}, vue1140.ComponentOptionsMixin, vue1140.ComponentOptionsMixin, {}, string, vue1140.PublicProps, Readonly<CollapsibleRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1140.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<
|
|
104
|
-
openChange: (details: collapsible.OpenChangeDetails) => any;
|
|
103
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1140.DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, vue1140.ComponentOptionsMixin, vue1140.ComponentOptionsMixin, {
|
|
105
104
|
exitComplete: () => any;
|
|
105
|
+
openChange: (details: collapsible.OpenChangeDetails) => any;
|
|
106
106
|
"update:open": (open: boolean) => any;
|
|
107
|
-
}, string,
|
|
108
|
-
onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
|
|
107
|
+
}, string, vue1140.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
|
+
open: boolean;
|
|
113
113
|
lazyMount: boolean;
|
|
114
114
|
unmountOnExit: boolean;
|
|
115
|
-
|
|
115
|
+
disabled: boolean;
|
|
116
116
|
defaultOpen: boolean;
|
|
117
|
-
}, {}, {}, {}, string,
|
|
117
|
+
}, {}, {}, {}, string, vue1140.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<
|
|
134
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1140.DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, vue1140.ComponentOptionsMixin, vue1140.ComponentOptionsMixin, {}, string, vue1140.PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1140.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<
|
|
151
|
+
declare const __VLS_export: __VLS_WithSlots<vue1140.DefineComponent<CollapsibleIndicatorProps, {}, {}, {}, {}, vue1140.ComponentOptionsMixin, vue1140.ComponentOptionsMixin, {}, string, vue1140.PublicProps, Readonly<CollapsibleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1140.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-
|
|
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-jX9S7WYj.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-
|
|
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-
|
|
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-DGKjEgOz.js";
|
|
3
3
|
|
|
4
4
|
export { createFileTreeCollection, createGridCollection, createListCollection, createTreeCollection, useAsyncList, useListCollection, useListSelection };
|