@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 { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-BJRr8tqd.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 vue167 from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
|
-
import * as
|
|
8
|
+
import * as _sprawlify_primitives_machines_menu0 from "@sprawlify/primitives/machines/menu";
|
|
9
9
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
10
10
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent, anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
|
|
11
11
|
|
|
@@ -17,7 +17,7 @@ interface PopoverAnchorProps extends PopoverAnchorBaseProps,
|
|
|
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<vue167.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
21
21
|
default?: (props: {}) => any;
|
|
22
22
|
}>;
|
|
23
23
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -34,7 +34,7 @@ interface PopoverArrowTipProps extends PopoverArrowTipBaseProps,
|
|
|
34
34
|
*/
|
|
35
35
|
HTMLAttributes {}
|
|
36
36
|
declare const _default$2: typeof __VLS_export$11;
|
|
37
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
37
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue167.DefineComponent<PopoverArrowTipProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
38
38
|
default?: (props: {}) => any;
|
|
39
39
|
}>;
|
|
40
40
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -51,7 +51,7 @@ interface PopoverArrowProps extends PopoverArrowBaseProps,
|
|
|
51
51
|
*/
|
|
52
52
|
HTMLAttributes {}
|
|
53
53
|
declare const _default$1: typeof __VLS_export$10;
|
|
54
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
54
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue167.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
}>;
|
|
57
57
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -68,7 +68,7 @@ interface PopoverCloseTriggerProps extends PopoverCloseTriggerBaseProps,
|
|
|
68
68
|
*/
|
|
69
69
|
ButtonHTMLAttributes {}
|
|
70
70
|
declare const _default$3: typeof __VLS_export$9;
|
|
71
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
71
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue167.DefineComponent<PopoverCloseTriggerProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
72
72
|
default?: (props: {}) => any;
|
|
73
73
|
}>;
|
|
74
74
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -85,7 +85,7 @@ interface PopoverContentProps extends PopoverContentBaseProps,
|
|
|
85
85
|
*/
|
|
86
86
|
HTMLAttributes {}
|
|
87
87
|
declare const _default$4: typeof __VLS_export$8;
|
|
88
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
88
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue167.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
89
89
|
default?: (props: {}) => any;
|
|
90
90
|
}>;
|
|
91
91
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -147,7 +147,7 @@ interface PopoverContextProps extends SlotsType<{
|
|
|
147
147
|
default: UnwrapRef<UsePopoverContext>;
|
|
148
148
|
}> {}
|
|
149
149
|
declare const _default$5: typeof __VLS_export$7;
|
|
150
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
150
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue167.DefineComponent<{}, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, true, {}, any>, {
|
|
151
151
|
default(popover: UnwrapRef<UsePopoverContext>): unknown;
|
|
152
152
|
}>;
|
|
153
153
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -164,7 +164,7 @@ interface PopoverDescriptionProps extends PopoverDescriptionBaseProps,
|
|
|
164
164
|
*/
|
|
165
165
|
HTMLAttributes {}
|
|
166
166
|
declare const _default$6: typeof __VLS_export$6;
|
|
167
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
167
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue167.DefineComponent<PopoverDescriptionProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
168
168
|
default?: (props: {}) => any;
|
|
169
169
|
}>;
|
|
170
170
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -181,7 +181,7 @@ interface PopoverIndicatorProps extends PopoverIndicatorBaseProps,
|
|
|
181
181
|
*/
|
|
182
182
|
HTMLAttributes {}
|
|
183
183
|
declare const _default$7: typeof __VLS_export$5;
|
|
184
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
184
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue167.DefineComponent<PopoverIndicatorProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
185
185
|
default?: (props: {}) => any;
|
|
186
186
|
}>;
|
|
187
187
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -198,7 +198,7 @@ interface PopoverPositionerProps extends PopoverPositionerBaseProps,
|
|
|
198
198
|
*/
|
|
199
199
|
HTMLAttributes {}
|
|
200
200
|
declare const _default$8: typeof __VLS_export$4;
|
|
201
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
201
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue167.DefineComponent<PopoverPositionerProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
202
202
|
default?: (props: {}) => any;
|
|
203
203
|
}>;
|
|
204
204
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -215,11 +215,11 @@ interface PopoverRootProviderBaseProps extends RootProviderProps, RenderStrategy
|
|
|
215
215
|
interface PopoverRootProviderProps extends PopoverRootProviderBaseProps {}
|
|
216
216
|
interface PopoverRootProviderEmits extends RootEmits$1 {}
|
|
217
217
|
declare const _default$10: typeof __VLS_export$3;
|
|
218
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
218
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue167.DefineComponent<PopoverRootProviderProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {
|
|
219
219
|
exitComplete: () => any;
|
|
220
|
-
}, string,
|
|
220
|
+
}, string, vue167.PublicProps, Readonly<PopoverRootProviderProps> & Readonly<{
|
|
221
221
|
onExitComplete?: (() => any) | undefined;
|
|
222
|
-
}>, {}, {}, {}, {}, string,
|
|
222
|
+
}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
223
223
|
default?: (props: {}) => any;
|
|
224
224
|
}>;
|
|
225
225
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -233,43 +233,43 @@ interface PopoverRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
233
233
|
interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
234
234
|
interface PopoverRootEmits extends RootEmits {}
|
|
235
235
|
declare const _default$9: typeof __VLS_export$2;
|
|
236
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
237
|
-
openChange: (details: popover.OpenChangeDetails) => any;
|
|
236
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue167.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {
|
|
238
237
|
exitComplete: () => any;
|
|
239
|
-
"update:open": (open: boolean) => any;
|
|
240
238
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
241
|
-
focusOutside: (event:
|
|
242
|
-
interactOutside: (event:
|
|
243
|
-
|
|
239
|
+
focusOutside: (event: _sprawlify_primitives_machines_menu0.FocusOutsideEvent) => any;
|
|
240
|
+
interactOutside: (event: _sprawlify_primitives_machines_menu0.InteractOutsideEvent) => any;
|
|
241
|
+
openChange: (details: popover.OpenChangeDetails) => any;
|
|
242
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_menu0.PointerDownOutsideEvent) => any;
|
|
244
243
|
requestDismiss: (event: CustomEvent<{
|
|
245
244
|
originalLayer: HTMLElement;
|
|
246
245
|
targetLayer: HTMLElement | undefined;
|
|
247
246
|
originalIndex: number;
|
|
248
247
|
targetIndex: number;
|
|
249
248
|
}>) => any;
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
"update:open": (open: boolean) => any;
|
|
250
|
+
}, string, vue167.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
252
251
|
onExitComplete?: (() => any) | undefined;
|
|
253
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
254
252
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
255
|
-
onFocusOutside?: ((event:
|
|
256
|
-
onInteractOutside?: ((event:
|
|
257
|
-
|
|
253
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_menu0.FocusOutsideEvent) => any) | undefined;
|
|
254
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_menu0.InteractOutsideEvent) => any) | undefined;
|
|
255
|
+
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
256
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_menu0.PointerDownOutsideEvent) => any) | undefined;
|
|
258
257
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
259
258
|
originalLayer: HTMLElement;
|
|
260
259
|
targetLayer: HTMLElement | undefined;
|
|
261
260
|
originalIndex: number;
|
|
262
261
|
targetIndex: number;
|
|
263
262
|
}>) => any) | undefined;
|
|
263
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
264
264
|
}>, {
|
|
265
|
-
modal: boolean;
|
|
266
265
|
open: boolean;
|
|
267
|
-
defaultOpen: boolean;
|
|
268
|
-
closeOnInteractOutside: boolean;
|
|
269
|
-
closeOnEscape: boolean;
|
|
270
266
|
autoFocus: boolean;
|
|
267
|
+
closeOnEscape: boolean;
|
|
268
|
+
closeOnInteractOutside: boolean;
|
|
269
|
+
defaultOpen: boolean;
|
|
270
|
+
modal: boolean;
|
|
271
271
|
portalled: boolean;
|
|
272
|
-
}, {}, {}, {}, string,
|
|
272
|
+
}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
273
273
|
default?: (props: {}) => any;
|
|
274
274
|
}>;
|
|
275
275
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -286,7 +286,7 @@ interface PopoverTitleProps extends PopoverTitleBaseProps,
|
|
|
286
286
|
*/
|
|
287
287
|
HTMLAttributes {}
|
|
288
288
|
declare const _default$11: typeof __VLS_export$1;
|
|
289
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
289
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue167.DefineComponent<PopoverTitleProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
290
290
|
default?: (props: {}) => any;
|
|
291
291
|
}>;
|
|
292
292
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -303,7 +303,7 @@ interface PopoverTriggerProps extends PopoverTriggerBaseProps,
|
|
|
303
303
|
*/
|
|
304
304
|
ButtonHTMLAttributes {}
|
|
305
305
|
declare const _default$12: typeof __VLS_export;
|
|
306
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
306
|
+
declare const __VLS_export: __VLS_WithSlots<vue167.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue167.ComponentOptionsMixin, vue167.ComponentOptionsMixin, {}, string, vue167.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue167.ComponentProvideOptions, false, {}, any>, {
|
|
307
307
|
default?: (props: {}) => any;
|
|
308
308
|
}>;
|
|
309
309
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,9 +4,9 @@ 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-
|
|
8
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
9
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.js";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
import { anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../../factory-
|
|
2
|
-
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-
|
|
1
|
+
import "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-B_UiXhk3.js";
|
|
3
3
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -2,6 +2,6 @@ import "../../core-DNndr38p.js";
|
|
|
2
2
|
import "../../create-context-Ds1GbsVc.js";
|
|
3
3
|
import "../../use-forward-expose-CCAmHTUB.js";
|
|
4
4
|
import "../../factory-Co08Aw8u.js";
|
|
5
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-
|
|
5
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-B4-UhJY9.js";
|
|
6
6
|
|
|
7
7
|
export { presence_default as Presence, PresenceProvider, usePresence, usePresenceContext };
|
|
@@ -0,0 +1,231 @@
|
|
|
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 vue597 from "vue";
|
|
5
|
+
import { ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
6
|
+
import * as progress from "@sprawlify/primitives/machines/progress";
|
|
7
|
+
import { ValueChangeDetails, ValueChangeDetails as ProgressValueChangeDetails, ValueTranslationDetails, ValueTranslationDetails as ProgressValueTranslationDetails, ViewProps, anatomy as progressAnatomy } from "@sprawlify/primitives/machines/progress";
|
|
8
|
+
|
|
9
|
+
//#region src/components/progress/progress-circle-range.vue.d.ts
|
|
10
|
+
interface ProgressCircleRangeBaseProps extends PolymorphicProps {}
|
|
11
|
+
interface ProgressCircleRangeProps extends ProgressCircleRangeBaseProps,
|
|
12
|
+
/**
|
|
13
|
+
* @vue-ignore
|
|
14
|
+
*/
|
|
15
|
+
HTMLAttributes {}
|
|
16
|
+
declare const _default$1: typeof __VLS_export$10;
|
|
17
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue597.DefineComponent<ProgressCircleRangeProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressCircleRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
default?: (props: {}) => any;
|
|
19
|
+
}>;
|
|
20
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
//#region src/components/progress/progress-circle-track.vue.d.ts
|
|
27
|
+
interface ProgressCircleTrackBaseProps extends PolymorphicProps {}
|
|
28
|
+
interface ProgressCircleTrackProps extends ProgressCircleTrackBaseProps,
|
|
29
|
+
/**
|
|
30
|
+
* @vue-ignore
|
|
31
|
+
*/
|
|
32
|
+
HTMLAttributes {}
|
|
33
|
+
declare const _default$2: typeof __VLS_export$9;
|
|
34
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue597.DefineComponent<ProgressCircleTrackProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressCircleTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
35
|
+
default?: (props: {}) => any;
|
|
36
|
+
}>;
|
|
37
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/components/progress/progress-circle.vue.d.ts
|
|
44
|
+
interface ProgressCircleBaseProps extends PolymorphicProps {}
|
|
45
|
+
interface ProgressCircleProps extends ProgressCircleBaseProps,
|
|
46
|
+
/**
|
|
47
|
+
* @vue-ignore
|
|
48
|
+
*/
|
|
49
|
+
SVGAttributes {}
|
|
50
|
+
declare const _default: typeof __VLS_export$8;
|
|
51
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue597.DefineComponent<ProgressCircleProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressCircleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
52
|
+
default?: (props: {}) => any;
|
|
53
|
+
}>;
|
|
54
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//#endregion
|
|
60
|
+
//#region src/components/progress/progress-types.d.ts
|
|
61
|
+
interface RootProps {
|
|
62
|
+
defaultValue?: number | null;
|
|
63
|
+
formatOptions?: Intl.NumberFormatOptions;
|
|
64
|
+
id?: string;
|
|
65
|
+
ids?: Partial<{
|
|
66
|
+
root: string;
|
|
67
|
+
track: string;
|
|
68
|
+
label: string;
|
|
69
|
+
circle: string;
|
|
70
|
+
}>;
|
|
71
|
+
locale?: string;
|
|
72
|
+
max?: number;
|
|
73
|
+
min?: number;
|
|
74
|
+
modelValue?: number | null;
|
|
75
|
+
orientation?: 'horizontal' | 'vertical';
|
|
76
|
+
translations?: progress.IntlTranslations;
|
|
77
|
+
}
|
|
78
|
+
type RootEmits = {
|
|
79
|
+
valueChange: [details: progress.ValueChangeDetails];
|
|
80
|
+
'update:modelValue': [value: number | null];
|
|
81
|
+
};
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/components/progress/use-progress.d.ts
|
|
84
|
+
interface UseProgressProps extends Optional<Omit<progress.Props, 'dir' | 'getRootNode'>, 'id'> {
|
|
85
|
+
modelValue?: progress.Props['value'];
|
|
86
|
+
}
|
|
87
|
+
interface UseProgressReturn extends ComputedRef<progress.Api<PropTypes>> {}
|
|
88
|
+
declare const useProgress: (props?: MaybeRef<UseProgressProps>, emit?: EmitFn$1<RootEmits>) => UseProgressReturn;
|
|
89
|
+
//#endregion
|
|
90
|
+
//#region src/components/progress/use-progress-context.d.ts
|
|
91
|
+
interface UseProgressContext extends UseProgressReturn {}
|
|
92
|
+
//#endregion
|
|
93
|
+
//#region src/components/progress/progress-context.vue.d.ts
|
|
94
|
+
interface ProgressContextProps extends SlotsType<{
|
|
95
|
+
default: UnwrapRef<UseProgressContext>;
|
|
96
|
+
}> {}
|
|
97
|
+
declare const _default$3: typeof __VLS_export$7;
|
|
98
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue597.DefineComponent<{}, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, true, {}, any>, {
|
|
99
|
+
default(progress: UnwrapRef<UseProgressContext>): unknown;
|
|
100
|
+
}>;
|
|
101
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
102
|
+
new (): {
|
|
103
|
+
$slots: S;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
//#endregion
|
|
107
|
+
//#region src/components/progress/progress-label.vue.d.ts
|
|
108
|
+
interface ProgressLabelBaseProps extends PolymorphicProps {}
|
|
109
|
+
interface ProgressLabelProps extends ProgressLabelBaseProps,
|
|
110
|
+
/**
|
|
111
|
+
* @vue-ignore
|
|
112
|
+
*/
|
|
113
|
+
LabelHTMLAttributes {}
|
|
114
|
+
declare const _default$4: typeof __VLS_export$6;
|
|
115
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue597.DefineComponent<ProgressLabelProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
116
|
+
default?: (props: {}) => any;
|
|
117
|
+
}>;
|
|
118
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
119
|
+
new (): {
|
|
120
|
+
$slots: S;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
//#endregion
|
|
124
|
+
//#region src/components/progress/progress-range.vue.d.ts
|
|
125
|
+
interface ProgressRangeBaseProps extends PolymorphicProps {}
|
|
126
|
+
interface ProgressRangeProps extends ProgressRangeBaseProps,
|
|
127
|
+
/**
|
|
128
|
+
* @vue-ignore
|
|
129
|
+
*/
|
|
130
|
+
HTMLAttributes {}
|
|
131
|
+
declare const _default$5: typeof __VLS_export$5;
|
|
132
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue597.DefineComponent<ProgressRangeProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
133
|
+
default?: (props: {}) => any;
|
|
134
|
+
}>;
|
|
135
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
136
|
+
new (): {
|
|
137
|
+
$slots: S;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
//#endregion
|
|
141
|
+
//#region src/components/progress/progress-root-provider.vue.d.ts
|
|
142
|
+
interface RootProviderProps {
|
|
143
|
+
value: UnwrapRef<UseProgressReturn>;
|
|
144
|
+
}
|
|
145
|
+
interface ProgressRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
146
|
+
interface ProgressRootProviderProps extends ProgressRootProviderBaseProps,
|
|
147
|
+
/**
|
|
148
|
+
* @vue-ignore
|
|
149
|
+
*/
|
|
150
|
+
HTMLAttributes {}
|
|
151
|
+
declare const _default$7: typeof __VLS_export$4;
|
|
152
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue597.DefineComponent<ProgressRootProviderProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
153
|
+
default?: (props: {}) => any;
|
|
154
|
+
}>;
|
|
155
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
156
|
+
new (): {
|
|
157
|
+
$slots: S;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
//#endregion
|
|
161
|
+
//#region src/components/progress/progress-root.vue.d.ts
|
|
162
|
+
interface ProgressRootBaseProps extends RootProps, PolymorphicProps {}
|
|
163
|
+
interface ProgressRootProps extends ProgressRootBaseProps,
|
|
164
|
+
/**
|
|
165
|
+
* @vue-ignore
|
|
166
|
+
*/
|
|
167
|
+
HTMLAttributes {}
|
|
168
|
+
interface ProgressRootEmits extends RootEmits {}
|
|
169
|
+
declare const _default$6: typeof __VLS_export$3;
|
|
170
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue597.DefineComponent<ProgressRootProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
171
|
+
default?: (props: {}) => any;
|
|
172
|
+
}>;
|
|
173
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
174
|
+
new (): {
|
|
175
|
+
$slots: S;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
//#endregion
|
|
179
|
+
//#region src/components/progress/progress-track.vue.d.ts
|
|
180
|
+
interface ProgressTrackBaseProps extends PolymorphicProps {}
|
|
181
|
+
interface ProgressTrackProps extends ProgressTrackBaseProps,
|
|
182
|
+
/**
|
|
183
|
+
* @vue-ignore
|
|
184
|
+
*/
|
|
185
|
+
HTMLAttributes {}
|
|
186
|
+
declare const _default$8: typeof __VLS_export$2;
|
|
187
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue597.DefineComponent<ProgressTrackProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
188
|
+
default?: (props: {}) => any;
|
|
189
|
+
}>;
|
|
190
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
191
|
+
new (): {
|
|
192
|
+
$slots: S;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
//#endregion
|
|
196
|
+
//#region src/components/progress/progress-value-text.vue.d.ts
|
|
197
|
+
interface ProgressValueTextBaseProps extends PolymorphicProps {}
|
|
198
|
+
interface ProgressValueTextProps extends ProgressValueTextBaseProps,
|
|
199
|
+
/**
|
|
200
|
+
* @vue-ignore
|
|
201
|
+
*/
|
|
202
|
+
HTMLAttributes {}
|
|
203
|
+
declare const _default$9: typeof __VLS_export$1;
|
|
204
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue597.DefineComponent<ProgressValueTextProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
205
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
206
|
+
new (): {
|
|
207
|
+
$slots: S;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
//#endregion
|
|
211
|
+
//#region src/components/progress/progress-view.vue.d.ts
|
|
212
|
+
interface ProgressViewBaseProps extends ViewProps, PolymorphicProps {}
|
|
213
|
+
interface ProgressViewProps extends ProgressViewBaseProps,
|
|
214
|
+
/**
|
|
215
|
+
* @vue-ignore
|
|
216
|
+
*/
|
|
217
|
+
HTMLAttributes {}
|
|
218
|
+
declare const _default$10: typeof __VLS_export;
|
|
219
|
+
declare const __VLS_export: __VLS_WithSlots<vue597.DefineComponent<ProgressViewProps, {}, {}, {}, {}, vue597.ComponentOptionsMixin, vue597.ComponentOptionsMixin, {}, string, vue597.PublicProps, Readonly<ProgressViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue597.ComponentProvideOptions, false, {}, any>, {
|
|
220
|
+
default?: (props: {}) => any;
|
|
221
|
+
}>;
|
|
222
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
223
|
+
new (): {
|
|
224
|
+
$slots: S;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
declare namespace progress_d_exports {
|
|
228
|
+
export { _default as Circle, ProgressCircleBaseProps as CircleBaseProps, ProgressCircleProps as CircleProps, _default$1 as CircleRange, ProgressCircleRangeBaseProps as CircleRangeBaseProps, ProgressCircleRangeProps as CircleRangeProps, _default$2 as CircleTrack, ProgressCircleTrackBaseProps as CircleTrackBaseProps, ProgressCircleTrackProps as CircleTrackProps, _default$3 as Context, ProgressContextProps as ContextProps, _default$4 as Label, ProgressLabelBaseProps as LabelBaseProps, ProgressLabelProps as LabelProps, _default$5 as Range, ProgressRangeBaseProps as RangeBaseProps, ProgressRangeProps as RangeProps, _default$6 as Root, ProgressRootBaseProps as RootBaseProps, ProgressRootEmits as RootEmits, ProgressRootProps as RootProps, _default$7 as RootProvider, ProgressRootProviderBaseProps as RootProviderBaseProps, ProgressRootProviderProps as RootProviderProps, _default$8 as Track, ProgressTrackBaseProps as TrackBaseProps, ProgressTrackProps as TrackProps, ValueChangeDetails, _default$9 as ValueText, ProgressValueTextBaseProps as ValueTextBaseProps, ProgressValueTextProps as ValueTextProps, ValueTranslationDetails, _default$10 as View, ProgressViewBaseProps as ViewBaseProps, ProgressViewProps as ViewProps };
|
|
229
|
+
}
|
|
230
|
+
//#endregion
|
|
231
|
+
export { progress_d_exports as Progress, _default as ProgressCircle, type ProgressCircleBaseProps, type ProgressCircleProps, _default$1 as ProgressCircleRange, type ProgressCircleRangeBaseProps, type ProgressCircleRangeProps, _default$2 as ProgressCircleTrack, type ProgressCircleTrackBaseProps, type ProgressCircleTrackProps, _default$3 as ProgressContext, type ProgressContextProps, _default$4 as ProgressLabel, type ProgressLabelBaseProps, type ProgressLabelProps, _default$5 as ProgressRange, type ProgressRangeBaseProps, type ProgressRangeProps, _default$6 as ProgressRoot, type ProgressRootBaseProps, type ProgressRootEmits, type ProgressRootProps, _default$7 as ProgressRootProvider, type ProgressRootProviderBaseProps, type ProgressRootProviderProps, _default$8 as ProgressTrack, type ProgressTrackBaseProps, type ProgressTrackProps, type ProgressValueChangeDetails, _default$9 as ProgressValueText, type ProgressValueTextBaseProps, type ProgressValueTextProps, type ProgressValueTranslationDetails, _default$10 as ProgressView, type ProgressViewBaseProps, type ProgressViewProps, type UseProgressContext, type UseProgressProps, type UseProgressReturn, progressAnatomy, useProgress, useProgressContext };
|