@sprawlify/vue 0.0.65 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clean-props-BDv2zb5M.js +9 -0
- package/dist/collapsible-DQfAISmg.js +259 -0
- package/dist/collection-Ba0Aeh5P.js +218 -0
- package/dist/components/accordion/index.d.ts +195 -0
- package/dist/components/accordion/index.js +361 -0
- package/dist/components/angle-slider/index.d.ts +230 -0
- package/dist/components/angle-slider/index.js +371 -0
- package/dist/components/avatar/index.d.ts +116 -0
- package/dist/components/avatar/index.js +177 -0
- package/dist/components/bottom-sheet/index.d.ts +241 -0
- package/dist/components/bottom-sheet/index.js +429 -0
- package/dist/components/carousel/index.d.ts +306 -0
- package/dist/components/carousel/index.js +500 -0
- package/dist/components/checkbox/index.d.ts +273 -0
- package/dist/components/checkbox/index.js +500 -0
- package/dist/components/client-only/index.d.ts +20 -0
- package/dist/components/client-only/index.js +22 -0
- package/dist/components/clipboard/index.d.ts +204 -0
- package/dist/components/clipboard/index.js +297 -0
- package/dist/components/collapsible/index.d.ts +15 -23
- package/dist/components/collapsible/index.js +5 -325
- package/dist/components/collection/index.d.ts +2 -0
- package/dist/components/collection/index.js +4 -0
- package/dist/components/color-picker/index.d.ts +610 -0
- package/dist/components/color-picker/index.js +1127 -0
- package/dist/components/combobox/index.d.ts +618 -0
- package/dist/components/combobox/index.js +802 -0
- package/dist/components/date-picker/index.d.ts +597 -0
- package/dist/components/date-picker/index.js +1110 -0
- package/dist/components/dialog/index.d.ts +270 -0
- package/dist/components/dialog/index.js +433 -0
- package/dist/components/download-trigger/index.d.ts +29 -0
- package/dist/components/download-trigger/index.js +68 -0
- package/dist/components/editable/index.d.ts +288 -0
- package/dist/components/editable/index.js +459 -0
- package/dist/components/field/index.d.ts +326 -0
- package/dist/components/field/index.js +7 -0
- package/dist/components/fieldset/index.d.ts +161 -0
- package/dist/components/fieldset/index.js +7 -0
- package/dist/components/highlight/index.d.ts +35 -0
- package/dist/components/highlight/index.js +57 -0
- package/dist/components/menu/index.d.ts +498 -0
- package/dist/components/menu/index.js +885 -0
- package/dist/components/presence/index.d.ts +3 -0
- package/dist/components/presence/index.js +6 -0
- package/dist/components/select/index.d.ts +430 -0
- package/dist/components/select/index.js +769 -0
- package/dist/{use-forward-expose-BIk4OI3R.js → core-DNndr38p.js} +2 -170
- package/dist/create-split-props-YZ3qgXe_.js +11 -0
- package/dist/factory-BH3WrWd2.js +68 -0
- package/dist/factory-D_ge_w76.d.ts +8 -0
- package/dist/field-DnHnX3Tf.js +501 -0
- package/dist/fieldset-DzhN7Zrg.js +278 -0
- package/dist/{types-BQfkZGpL.d.ts → index-B66Om_3U.d.ts} +1 -9
- package/dist/index-BBHms9-0.d.ts +91 -0
- package/dist/index-CDQghZtv.d.ts +57 -0
- package/dist/index-DqRk-Yea.d.ts +199 -0
- package/dist/index.d.ts +4 -92
- package/dist/index.js +4 -50
- package/dist/presence-CvUnYMZQ.js +105 -0
- package/dist/presence-types-Bv1E60Cw.d.ts +13 -0
- package/dist/providers-B2CNPFg1.js +108 -0
- package/dist/types-Bj-dS2Hc.d.ts +9 -0
- package/dist/use-forward-expose-4p5AGAI3.js +67 -0
- package/dist/use-render-strategy-BkxoN6ll.js +7 -0
- package/dist/use-render-strategy-CHj_pCfT.d.ts +9 -0
- package/dist/utils-B4FuOOE-.js +51 -0
- package/package.json +86 -2
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D_ge_w76.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-Bj-dS2Hc.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-B66Om_3U.js";
|
|
4
|
+
import * as vue567 from "vue";
|
|
5
|
+
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
|
+
import * as carousel from "@sprawlify/primitives/machines/carousel";
|
|
7
|
+
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_anatomy3 from "@sprawlify/primitives/anatomy";
|
|
9
|
+
|
|
10
|
+
//#region src/components/carousel/carousel-autoplay-indicator.vue.d.ts
|
|
11
|
+
interface CarouselAutoplayIndicatorBaseProps extends PolymorphicProps {
|
|
12
|
+
fallback?: string;
|
|
13
|
+
}
|
|
14
|
+
interface CarouselAutoplayIndicatorProps extends CarouselAutoplayIndicatorBaseProps,
|
|
15
|
+
/**
|
|
16
|
+
* @vue-ignore
|
|
17
|
+
*/
|
|
18
|
+
HTMLAttributes {}
|
|
19
|
+
declare const _default: typeof __VLS_export$12;
|
|
20
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue567.DefineComponent<CarouselAutoplayIndicatorProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselAutoplayIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
21
|
+
default?: (props: {}) => any;
|
|
22
|
+
} & {
|
|
23
|
+
fallback?: (props: {
|
|
24
|
+
fallback: string | undefined;
|
|
25
|
+
}) => any;
|
|
26
|
+
}>;
|
|
27
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//#endregion
|
|
33
|
+
//#region src/components/carousel/carousel-progress-text.vue.d.ts
|
|
34
|
+
interface CarouselProgressTextBaseProps extends PolymorphicProps {}
|
|
35
|
+
interface CarouselProgressTextProps extends CarouselProgressTextBaseProps,
|
|
36
|
+
/**
|
|
37
|
+
* @vue-ignore
|
|
38
|
+
*/
|
|
39
|
+
HTMLAttributes {}
|
|
40
|
+
declare const _default$10: typeof __VLS_export$11;
|
|
41
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue567.DefineComponent<CarouselProgressTextProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselProgressTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
42
|
+
default?: (props: {}) => any;
|
|
43
|
+
}>;
|
|
44
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
//#endregion
|
|
50
|
+
//#region src/components/carousel/carousel-autoplay-trigger.vue.d.ts
|
|
51
|
+
interface CarouselAutoplayTriggerBaseProps extends PolymorphicProps {}
|
|
52
|
+
interface CarouselAutoplayTriggerProps extends CarouselAutoplayTriggerBaseProps,
|
|
53
|
+
/**
|
|
54
|
+
* @vue-ignore
|
|
55
|
+
*/
|
|
56
|
+
ButtonHTMLAttributes {}
|
|
57
|
+
declare const _default$1: typeof __VLS_export$10;
|
|
58
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue567.DefineComponent<CarouselAutoplayTriggerProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselAutoplayTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
59
|
+
default?: (props: {}) => any;
|
|
60
|
+
}>;
|
|
61
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/components/carousel/carousel-types.d.ts
|
|
68
|
+
interface RootProps {
|
|
69
|
+
allowMouseDrag?: boolean;
|
|
70
|
+
autoplay?: boolean | {
|
|
71
|
+
delay: number;
|
|
72
|
+
};
|
|
73
|
+
autoSize?: boolean;
|
|
74
|
+
defaultPage?: number;
|
|
75
|
+
id?: string;
|
|
76
|
+
ids?: Partial<{
|
|
77
|
+
root: string;
|
|
78
|
+
item(index: number): string;
|
|
79
|
+
itemGroup: string;
|
|
80
|
+
nextTrigger: string;
|
|
81
|
+
prevTrigger: string;
|
|
82
|
+
indicatorGroup: string;
|
|
83
|
+
indicator(index: number): string;
|
|
84
|
+
}>;
|
|
85
|
+
inViewThreshold?: number | number[];
|
|
86
|
+
loop?: boolean;
|
|
87
|
+
orientation?: 'horizontal' | 'vertical';
|
|
88
|
+
padding?: string;
|
|
89
|
+
page?: number;
|
|
90
|
+
slideCount: number;
|
|
91
|
+
slidesPerMove?: number | 'auto';
|
|
92
|
+
slidesPerPage?: number;
|
|
93
|
+
snapType?: 'proximity' | 'mandatory';
|
|
94
|
+
spacing?: string;
|
|
95
|
+
translations?: carousel.IntlTranslations;
|
|
96
|
+
}
|
|
97
|
+
type RootEmits = {
|
|
98
|
+
autoplayStatusChange: [details: carousel.AutoplayStatusDetails];
|
|
99
|
+
dragStatusChange: [details: carousel.DragStatusDetails];
|
|
100
|
+
pageChange: [details: carousel.PageChangeDetails];
|
|
101
|
+
'update:page': [page: number];
|
|
102
|
+
};
|
|
103
|
+
//#endregion
|
|
104
|
+
//#region src/components/carousel/use-carousel.d.ts
|
|
105
|
+
interface UseCarouselProps extends Optional<Omit<carousel.Props, 'dir' | 'getRootNode'>, 'id'> {}
|
|
106
|
+
interface UseCarouselReturn extends ComputedRef<carousel.Api<PropTypes>> {}
|
|
107
|
+
declare const useCarousel: (props: MaybeRef<UseCarouselProps>, emit?: EmitFn$1<RootEmits>) => UseCarouselReturn;
|
|
108
|
+
//#endregion
|
|
109
|
+
//#region src/components/carousel/use-carousel-context.d.ts
|
|
110
|
+
interface UseCarouselContext extends UseCarouselReturn {}
|
|
111
|
+
//#endregion
|
|
112
|
+
//#region src/components/carousel/carousel-context.vue.d.ts
|
|
113
|
+
interface CarouselContextProps extends SlotsType<{
|
|
114
|
+
default: UnwrapRef<UseCarouselContext>;
|
|
115
|
+
}> {}
|
|
116
|
+
declare const _default$2: typeof __VLS_export$9;
|
|
117
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue567.DefineComponent<{}, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, true, {}, any>, {
|
|
118
|
+
default(carousel: UnwrapRef<UseCarouselContext>): unknown;
|
|
119
|
+
}>;
|
|
120
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
121
|
+
new (): {
|
|
122
|
+
$slots: S;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
//#endregion
|
|
126
|
+
//#region src/components/carousel/carousel-control.vue.d.ts
|
|
127
|
+
interface CarouselControlBaseProps extends PolymorphicProps {}
|
|
128
|
+
interface CarouselControlProps extends CarouselControlBaseProps,
|
|
129
|
+
/**
|
|
130
|
+
* @vue-ignore
|
|
131
|
+
*/
|
|
132
|
+
HTMLAttributes {}
|
|
133
|
+
declare const _default$3: typeof __VLS_export$8;
|
|
134
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue567.DefineComponent<CarouselControlProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
135
|
+
default?: (props: {}) => any;
|
|
136
|
+
}>;
|
|
137
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
138
|
+
new (): {
|
|
139
|
+
$slots: S;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
//#endregion
|
|
143
|
+
//#region src/components/carousel/carousel-indicator-group.vue.d.ts
|
|
144
|
+
interface CarouselIndicatorGroupBaseProps extends PolymorphicProps {}
|
|
145
|
+
interface CarouselIndicatorGroupProps extends CarouselIndicatorGroupBaseProps,
|
|
146
|
+
/**
|
|
147
|
+
* @vue-ignore
|
|
148
|
+
*/
|
|
149
|
+
HTMLAttributes {}
|
|
150
|
+
declare const _default$5: typeof __VLS_export$7;
|
|
151
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue567.DefineComponent<CarouselIndicatorGroupProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselIndicatorGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
152
|
+
default?: (props: {}) => any;
|
|
153
|
+
}>;
|
|
154
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
155
|
+
new (): {
|
|
156
|
+
$slots: S;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
//#endregion
|
|
160
|
+
//#region src/components/carousel/carousel-indicator.vue.d.ts
|
|
161
|
+
interface CarouselIndicatorBaseProps extends IndicatorProps, PolymorphicProps {}
|
|
162
|
+
interface CarouselIndicatorProps extends CarouselIndicatorBaseProps,
|
|
163
|
+
/**
|
|
164
|
+
* @vue-ignore
|
|
165
|
+
*/
|
|
166
|
+
ButtonHTMLAttributes {}
|
|
167
|
+
declare const _default$4: typeof __VLS_export$6;
|
|
168
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue567.DefineComponent<CarouselIndicatorProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
169
|
+
default?: (props: {}) => any;
|
|
170
|
+
}>;
|
|
171
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
172
|
+
new (): {
|
|
173
|
+
$slots: S;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
//#endregion
|
|
177
|
+
//#region src/components/carousel/carousel-item-group.vue.d.ts
|
|
178
|
+
interface CarouselItemGroupBaseProps extends PolymorphicProps {}
|
|
179
|
+
interface CarouselItemGroupProps extends CarouselItemGroupBaseProps,
|
|
180
|
+
/**
|
|
181
|
+
* @vue-ignore
|
|
182
|
+
*/
|
|
183
|
+
HTMLAttributes {}
|
|
184
|
+
declare const _default$7: typeof __VLS_export$5;
|
|
185
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue567.DefineComponent<CarouselItemGroupProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
186
|
+
default?: (props: {}) => any;
|
|
187
|
+
}>;
|
|
188
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
189
|
+
new (): {
|
|
190
|
+
$slots: S;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
//#endregion
|
|
194
|
+
//#region src/components/carousel/carousel-item.vue.d.ts
|
|
195
|
+
interface CarouselItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
196
|
+
interface CarouselItemProps extends CarouselItemBaseProps,
|
|
197
|
+
/**
|
|
198
|
+
* @vue-ignore
|
|
199
|
+
*/
|
|
200
|
+
HTMLAttributes {}
|
|
201
|
+
declare const _default$6: typeof __VLS_export$4;
|
|
202
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue567.DefineComponent<CarouselItemProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
203
|
+
default?: (props: {}) => any;
|
|
204
|
+
}>;
|
|
205
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
206
|
+
new (): {
|
|
207
|
+
$slots: S;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
//#endregion
|
|
211
|
+
//#region src/components/carousel/carousel-next-trigger.vue.d.ts
|
|
212
|
+
interface CarouselNextTriggerBaseProps extends PolymorphicProps {}
|
|
213
|
+
interface CarouselNextTriggerProps extends CarouselNextTriggerBaseProps,
|
|
214
|
+
/**
|
|
215
|
+
* @vue-ignore
|
|
216
|
+
*/
|
|
217
|
+
ButtonHTMLAttributes {}
|
|
218
|
+
declare const _default$8: typeof __VLS_export$3;
|
|
219
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue567.DefineComponent<CarouselNextTriggerProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
220
|
+
default?: (props: {}) => any;
|
|
221
|
+
}>;
|
|
222
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
223
|
+
new (): {
|
|
224
|
+
$slots: S;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
//#endregion
|
|
228
|
+
//#region src/components/carousel/carousel-prev-trigger.vue.d.ts
|
|
229
|
+
interface CarouselPrevTriggerBaseProps extends PolymorphicProps {}
|
|
230
|
+
interface CarouselPrevTriggerProps extends CarouselPrevTriggerBaseProps,
|
|
231
|
+
/**
|
|
232
|
+
* @vue-ignore
|
|
233
|
+
*/
|
|
234
|
+
ButtonHTMLAttributes {}
|
|
235
|
+
declare const _default$9: typeof __VLS_export$2;
|
|
236
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue567.DefineComponent<CarouselPrevTriggerProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
237
|
+
default?: (props: {}) => any;
|
|
238
|
+
}>;
|
|
239
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
240
|
+
new (): {
|
|
241
|
+
$slots: S;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
//#endregion
|
|
245
|
+
//#region src/components/carousel/carousel-root-provider.vue.d.ts
|
|
246
|
+
interface RootProviderProps {
|
|
247
|
+
value: UnwrapRef<UseCarouselReturn>;
|
|
248
|
+
}
|
|
249
|
+
interface CarouselRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
250
|
+
interface CarouselRootProviderProps extends CarouselRootProviderBaseProps,
|
|
251
|
+
/**
|
|
252
|
+
* @vue-ignore
|
|
253
|
+
*/
|
|
254
|
+
HTMLAttributes {}
|
|
255
|
+
declare const _default$12: typeof __VLS_export$1;
|
|
256
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue567.DefineComponent<CarouselRootProviderProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {}, string, vue567.PublicProps, Readonly<CarouselRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
257
|
+
default?: (props: {}) => any;
|
|
258
|
+
}>;
|
|
259
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
260
|
+
new (): {
|
|
261
|
+
$slots: S;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
//#endregion
|
|
265
|
+
//#region src/components/carousel/carousel-root.vue.d.ts
|
|
266
|
+
interface CarouselRootBaseProps extends RootProps, PolymorphicProps {}
|
|
267
|
+
interface CarouselRootProps extends CarouselRootBaseProps,
|
|
268
|
+
/**
|
|
269
|
+
* @vue-ignore
|
|
270
|
+
*/
|
|
271
|
+
HTMLAttributes {}
|
|
272
|
+
interface CarouselRootEmits extends RootEmits {}
|
|
273
|
+
declare const _default$11: typeof __VLS_export;
|
|
274
|
+
declare const __VLS_export: __VLS_WithSlots<vue567.DefineComponent<CarouselRootProps, {}, {}, {}, {}, vue567.ComponentOptionsMixin, vue567.ComponentOptionsMixin, {
|
|
275
|
+
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
276
|
+
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
277
|
+
pageChange: (details: carousel.PageChangeDetails) => any;
|
|
278
|
+
"update:page": (page: number) => any;
|
|
279
|
+
}, string, vue567.PublicProps, Readonly<CarouselRootProps> & Readonly<{
|
|
280
|
+
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
281
|
+
onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
|
|
282
|
+
onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
|
|
283
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
284
|
+
}>, {
|
|
285
|
+
allowMouseDrag: boolean;
|
|
286
|
+
autoplay: boolean | {
|
|
287
|
+
delay: number;
|
|
288
|
+
};
|
|
289
|
+
autoSize: boolean;
|
|
290
|
+
loop: boolean;
|
|
291
|
+
}, {}, {}, {}, string, vue567.ComponentProvideOptions, false, {}, any>, {
|
|
292
|
+
default?: (props: {}) => any;
|
|
293
|
+
}>;
|
|
294
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
295
|
+
new (): {
|
|
296
|
+
$slots: S;
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
//#endregion
|
|
300
|
+
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
301
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy3.AnatomyInstance<"root" | "control" | "item" | "indicator" | "prevTrigger" | "nextTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
302
|
+
declare namespace carousel_d_exports {
|
|
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
|
+
}
|
|
305
|
+
//#endregion
|
|
306
|
+
export { carousel_d_exports as Carousel, _default as CarouselAutoplayIndicator, type CarouselAutoplayIndicatorBaseProps, type CarouselAutoplayIndicatorProps, type CarouselAutoplayStatusDetails, _default$1 as CarouselAutoplayTrigger, type CarouselAutoplayTriggerBaseProps, type CarouselAutoplayTriggerProps, _default$2 as CarouselContext, type CarouselContextProps, _default$3 as CarouselControl, type CarouselControlBaseProps, type CarouselControlProps, type CarouselDragStatusDetails, _default$4 as CarouselIndicator, type CarouselIndicatorBaseProps, _default$5 as CarouselIndicatorGroup, type CarouselIndicatorGroupBaseProps, type CarouselIndicatorGroupProps, type CarouselIndicatorProps, _default$6 as CarouselItem, type CarouselItemBaseProps, _default$7 as CarouselItemGroup, type CarouselItemGroupBaseProps, type CarouselItemGroupProps, type CarouselItemProps, _default$8 as CarouselNextTrigger, type CarouselNextTriggerBaseProps, type CarouselNextTriggerProps, type CarouselPageChangeDetails, _default$9 as CarouselPrevTrigger, type CarouselPrevTriggerBaseProps, type CarouselPrevTriggerProps, _default$10 as CarouselProgressText, type CarouselProgressTextBaseProps, type CarouselProgressTextProps, _default$11 as CarouselRoot, type CarouselRootBaseProps, type CarouselRootEmits, type CarouselRootProps, _default$12 as CarouselRootProvider, type CarouselRootProviderBaseProps, type CarouselRootProviderProps, type UseCarouselContext, type UseCarouselProps, type UseCarouselReturn, carouselAnatomy, useCarousel, useCarouselContext };
|