@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,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import * as vue1490 from "vue";
|
|
3
3
|
import { FieldsetHTMLAttributes, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _sprawlify_primitives_anatomy7 from "@sprawlify/primitives/anatomy";
|
|
5
5
|
|
|
6
6
|
//#region src/components/fieldset/use-fieldset.d.ts
|
|
7
7
|
interface UseFieldsetProps {
|
|
@@ -10,9 +10,9 @@ interface UseFieldsetProps {
|
|
|
10
10
|
invalid?: boolean;
|
|
11
11
|
}
|
|
12
12
|
type UseFieldsetReturn = ReturnType<typeof useFieldset>;
|
|
13
|
-
declare const useFieldset: (props?: MaybeRef<UseFieldsetProps>) =>
|
|
13
|
+
declare const useFieldset: (props?: MaybeRef<UseFieldsetProps>) => vue1490.ComputedRef<{
|
|
14
14
|
refs: {
|
|
15
|
-
rootRef:
|
|
15
|
+
rootRef: vue1490.Ref<null, null>;
|
|
16
16
|
};
|
|
17
17
|
ids: {
|
|
18
18
|
legend: string;
|
|
@@ -45,7 +45,7 @@ interface FieldsetContextProps extends SlotsType<{
|
|
|
45
45
|
default: UnwrapRef<UseFieldsetContext>;
|
|
46
46
|
}> {}
|
|
47
47
|
declare const _default: typeof __VLS_export$5;
|
|
48
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
48
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1490.DefineComponent<{}, {}, {}, {}, {}, vue1490.ComponentOptionsMixin, vue1490.ComponentOptionsMixin, {}, string, vue1490.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1490.ComponentProvideOptions, true, {}, any>, {
|
|
49
49
|
default(fieldset: UnwrapRef<UseFieldsetContext>): unknown;
|
|
50
50
|
}>;
|
|
51
51
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -62,7 +62,7 @@ interface FieldsetErrorTextProps extends FieldsetErrorTextBaseProps,
|
|
|
62
62
|
*/
|
|
63
63
|
HTMLAttributes {}
|
|
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<vue1490.DefineComponent<FieldsetErrorTextProps, {}, {}, {}, {}, vue1490.ComponentOptionsMixin, vue1490.ComponentOptionsMixin, {}, string, vue1490.PublicProps, Readonly<FieldsetErrorTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1490.ComponentProvideOptions, false, {}, any>, {
|
|
66
66
|
default?: (props: {}) => any;
|
|
67
67
|
}>;
|
|
68
68
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -79,7 +79,7 @@ interface FieldsetHelperTextProps extends FieldsetHelperTextBaseProps,
|
|
|
79
79
|
*/
|
|
80
80
|
HTMLAttributes {}
|
|
81
81
|
declare const _default$2: typeof __VLS_export$3;
|
|
82
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
82
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1490.DefineComponent<FieldsetHelperTextProps, {}, {}, {}, {}, vue1490.ComponentOptionsMixin, vue1490.ComponentOptionsMixin, {}, string, vue1490.PublicProps, Readonly<FieldsetHelperTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1490.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
85
85
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -96,7 +96,7 @@ interface FieldsetLegendProps extends FieldsetLegendBaseProps,
|
|
|
96
96
|
*/
|
|
97
97
|
HTMLAttributes {}
|
|
98
98
|
declare const _default$3: typeof __VLS_export$2;
|
|
99
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
99
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1490.DefineComponent<FieldsetLegendProps, {}, {}, {}, {}, vue1490.ComponentOptionsMixin, vue1490.ComponentOptionsMixin, {}, string, vue1490.PublicProps, Readonly<FieldsetLegendProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1490.ComponentProvideOptions, false, {}, any>, {
|
|
100
100
|
default?: (props: {}) => any;
|
|
101
101
|
}>;
|
|
102
102
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -116,7 +116,7 @@ interface FieldsetRootProviderProps extends FieldsetRootProviderBaseProps,
|
|
|
116
116
|
*/
|
|
117
117
|
FieldsetHTMLAttributes {}
|
|
118
118
|
declare const _default$5: typeof __VLS_export$1;
|
|
119
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
119
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1490.DefineComponent<FieldsetRootProviderProps, {}, {}, {}, {}, vue1490.ComponentOptionsMixin, vue1490.ComponentOptionsMixin, {}, string, vue1490.PublicProps, Readonly<FieldsetRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1490.ComponentProvideOptions, false, {}, any>, {
|
|
120
120
|
default?: (props: {}) => any;
|
|
121
121
|
}>;
|
|
122
122
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -140,10 +140,10 @@ interface FieldsetRootProps extends FieldsetRootBaseProps,
|
|
|
140
140
|
*/
|
|
141
141
|
FieldsetHTMLAttributes {}
|
|
142
142
|
declare const _default$4: typeof __VLS_export;
|
|
143
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
143
|
+
declare const __VLS_export: __VLS_WithSlots<vue1490.DefineComponent<FieldsetRootProps, {}, {}, {}, {}, vue1490.ComponentOptionsMixin, vue1490.ComponentOptionsMixin, {}, string, vue1490.PublicProps, Readonly<FieldsetRootProps> & Readonly<{}>, {
|
|
144
144
|
disabled: boolean | "true" | "false";
|
|
145
145
|
invalid: boolean;
|
|
146
|
-
}, {}, {}, {}, string,
|
|
146
|
+
}, {}, {}, {}, string, vue1490.ComponentProvideOptions, false, {}, any>, {
|
|
147
147
|
default?: (props: {}) => any;
|
|
148
148
|
}>;
|
|
149
149
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -153,7 +153,7 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
153
153
|
};
|
|
154
154
|
//#endregion
|
|
155
155
|
//#region src/components/fieldset/fieldset-anatomy.d.ts
|
|
156
|
-
declare const fieldsetAnatomy:
|
|
156
|
+
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy7.AnatomyInstance<"legend" | "root" | "errorText" | "helperText">;
|
|
157
157
|
declare namespace fieldset_d_exports {
|
|
158
158
|
export { _default as Context, FieldsetContextProps as ContextProps, _default$1 as ErrorText, FieldsetErrorTextBaseProps as ErrorTextBaseProps, FieldsetErrorTextProps as ErrorTextProps, _default$2 as HelperText, FieldsetHelperTextBaseProps as HelperTextBaseProps, FieldsetHelperTextProps as HelperTextProps, _default$3 as Legend, FieldsetLegendBaseProps as LegendBaseProps, FieldsetLegendProps as LegendProps, _default$4 as Root, FieldsetRootBaseProps as RootBaseProps, FieldsetRootProps as RootProps, _default$5 as RootProvider, FieldsetRootProviderBaseProps as RootProviderBaseProps, FieldsetRootProviderProps as RootProviderProps };
|
|
159
159
|
}
|
|
@@ -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 vue2223 from "vue";
|
|
5
5
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
6
|
import * as fileUpload from "@sprawlify/primitives/machines/file-upload";
|
|
7
7
|
import { DropzoneProps, FileAcceptDetails, FileAcceptDetails as FileUploadFileAcceptDetails, FileChangeDetails, FileChangeDetails as FileUploadFileChangeDetails, FileError, FileError as FileUploadFileError, FileMimeType, FileMimeType as FileUploadFileMimeType, FileRejectDetails, FileRejectDetails as FileUploadFileRejectDetails, FileRejection, FileRejection as FileUploadFileRejection, FileValidateDetails, FileValidateDetails as FileUploadFileValidateDetails, ItemGroupProps, ItemProps, anatomy as fileUploadAnatomy } from "@sprawlify/primitives/machines/file-upload";
|
|
@@ -14,7 +14,7 @@ interface FileUploadClearTriggerProps extends FileUploadClearTriggerBaseProps,
|
|
|
14
14
|
*/
|
|
15
15
|
ButtonHTMLAttributes {}
|
|
16
16
|
declare const _default: typeof __VLS_export$14;
|
|
17
|
-
declare const __VLS_export$14: __VLS_WithSlots$13<
|
|
17
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<vue2223.DefineComponent<FileUploadClearTriggerProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
18
18
|
default?: (props: {}) => any;
|
|
19
19
|
}>;
|
|
20
20
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -31,9 +31,9 @@ interface FileUploadDropzoneProps extends FileUploadDropzoneBaseProps,
|
|
|
31
31
|
*/
|
|
32
32
|
HTMLAttributes {}
|
|
33
33
|
declare const _default$2: typeof __VLS_export$13;
|
|
34
|
-
declare const __VLS_export$13: __VLS_WithSlots$12<
|
|
34
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<vue2223.DefineComponent<FileUploadDropzoneProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadDropzoneProps> & Readonly<{}>, {
|
|
35
35
|
disableClick: boolean;
|
|
36
|
-
}, {}, {}, {}, string,
|
|
36
|
+
}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
37
37
|
default?: (props: {}) => any;
|
|
38
38
|
}>;
|
|
39
39
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -50,7 +50,7 @@ interface FileUploadHiddenInputProps extends FileUploadHiddenInputBaseProps,
|
|
|
50
50
|
*/
|
|
51
51
|
InputHTMLAttributes {}
|
|
52
52
|
declare const _default$3: typeof __VLS_export$12;
|
|
53
|
-
declare const __VLS_export$12: __VLS_WithSlots$11<
|
|
53
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<vue2223.DefineComponent<FileUploadHiddenInputProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
54
54
|
default?: (props: {}) => any;
|
|
55
55
|
}>;
|
|
56
56
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -67,7 +67,7 @@ interface FileUploadItemDeleteTriggerProps extends FileUploadItemDeleteTriggerBa
|
|
|
67
67
|
*/
|
|
68
68
|
ButtonHTMLAttributes {}
|
|
69
69
|
declare const _default$5: typeof __VLS_export$11;
|
|
70
|
-
declare const __VLS_export$11: __VLS_WithSlots$10<
|
|
70
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<vue2223.DefineComponent<FileUploadItemDeleteTriggerProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemDeleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
71
71
|
default?: (props: {}) => any;
|
|
72
72
|
}>;
|
|
73
73
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -84,7 +84,7 @@ interface FileUploadItemGroupProps extends FileUploadItemGroupBaseProps,
|
|
|
84
84
|
*/
|
|
85
85
|
HTMLAttributes {}
|
|
86
86
|
declare const _default$6: typeof __VLS_export$10;
|
|
87
|
-
declare const __VLS_export$10: __VLS_WithSlots$9<
|
|
87
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<vue2223.DefineComponent<FileUploadItemGroupProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
88
88
|
default?: (props: {}) => any;
|
|
89
89
|
}>;
|
|
90
90
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -101,7 +101,7 @@ interface FileUploadItemNameProps extends FileUploadItemNameBaseProps,
|
|
|
101
101
|
*/
|
|
102
102
|
HTMLAttributes {}
|
|
103
103
|
declare const _default$7: typeof __VLS_export$9;
|
|
104
|
-
declare const __VLS_export$9: __VLS_WithSlots$8<
|
|
104
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<vue2223.DefineComponent<FileUploadItemNameProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemNameProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
105
105
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
106
106
|
new (): {
|
|
107
107
|
$slots: S;
|
|
@@ -116,7 +116,7 @@ interface FileUploadItemPreviewImageProps extends FileUploadItemPreviewImageBase
|
|
|
116
116
|
*/
|
|
117
117
|
ImgHTMLAttributes {}
|
|
118
118
|
declare const _default$9: typeof __VLS_export$8;
|
|
119
|
-
declare const __VLS_export$8:
|
|
119
|
+
declare const __VLS_export$8: vue2223.DefineComponent<FileUploadItemPreviewImageProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemPreviewImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>;
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/components/file-upload/file-upload-item-preview.vue.d.ts
|
|
122
122
|
interface FileUploadItemPreviewBaseProps extends PolymorphicProps {}
|
|
@@ -128,9 +128,9 @@ HTMLAttributes {
|
|
|
128
128
|
type?: string;
|
|
129
129
|
}
|
|
130
130
|
declare const _default$8: typeof __VLS_export$7;
|
|
131
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
131
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue2223.DefineComponent<FileUploadItemPreviewProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemPreviewProps> & Readonly<{}>, {
|
|
132
132
|
type: string;
|
|
133
|
-
}, {}, {}, {}, string,
|
|
133
|
+
}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
134
134
|
default?: (props: {}) => any;
|
|
135
135
|
}>;
|
|
136
136
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -147,7 +147,7 @@ interface FileUploadItemSizeTextProps extends FileUploadItemSizeTextBaseProps,
|
|
|
147
147
|
*/
|
|
148
148
|
HTMLAttributes {}
|
|
149
149
|
declare const _default$10: typeof __VLS_export$6;
|
|
150
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
150
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2223.DefineComponent<FileUploadItemSizeTextProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemSizeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
151
151
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
152
152
|
new (): {
|
|
153
153
|
$slots: S;
|
|
@@ -162,7 +162,7 @@ interface FileUploadItemProps extends FileUploadItemBaseProps,
|
|
|
162
162
|
*/
|
|
163
163
|
LiHTMLAttributes {}
|
|
164
164
|
declare const _default$4: typeof __VLS_export$5;
|
|
165
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
165
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2223.DefineComponent<FileUploadItemBaseProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadItemBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
166
166
|
default?: (props: {}) => any;
|
|
167
167
|
}>;
|
|
168
168
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -179,7 +179,7 @@ interface FileUploadLabelProps extends FileUploadLabelBaseProps,
|
|
|
179
179
|
*/
|
|
180
180
|
LabelHTMLAttributes {}
|
|
181
181
|
declare const _default$11: typeof __VLS_export$4;
|
|
182
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
182
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2223.DefineComponent<FileUploadLabelProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
183
183
|
default?: (props: {}) => any;
|
|
184
184
|
}>;
|
|
185
185
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -199,7 +199,7 @@ interface FileUploadRootProviderProps extends FileUploadRootProviderBaseProps,
|
|
|
199
199
|
*/
|
|
200
200
|
HTMLAttributes {}
|
|
201
201
|
declare const _default$13: typeof __VLS_export$3;
|
|
202
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
202
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2223.DefineComponent<FileUploadRootProviderProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
205
205
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -257,25 +257,25 @@ interface FileUploadRootProps extends FileUploadRootBaseProps,
|
|
|
257
257
|
HTMLAttributes {}
|
|
258
258
|
interface FileUploadRootEmits extends RootEmits {}
|
|
259
259
|
declare const _default$12: typeof __VLS_export$2;
|
|
260
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
260
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2223.DefineComponent<FileUploadRootProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {
|
|
261
261
|
"update:acceptedFiles": (files: File[]) => any;
|
|
262
262
|
fileAccept: (details: fileUpload.FileAcceptDetails) => any;
|
|
263
263
|
fileChange: (details: fileUpload.FileChangeDetails) => any;
|
|
264
264
|
fileReject: (details: fileUpload.FileRejectDetails) => any;
|
|
265
|
-
}, string,
|
|
265
|
+
}, string, vue2223.PublicProps, Readonly<FileUploadRootProps> & Readonly<{
|
|
266
266
|
"onUpdate:acceptedFiles"?: ((files: File[]) => any) | undefined;
|
|
267
267
|
onFileAccept?: ((details: fileUpload.FileAcceptDetails) => any) | undefined;
|
|
268
268
|
onFileChange?: ((details: fileUpload.FileChangeDetails) => any) | undefined;
|
|
269
269
|
onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
|
|
270
270
|
}>, {
|
|
271
|
-
disabled: boolean;
|
|
272
271
|
required: boolean;
|
|
273
|
-
|
|
272
|
+
disabled: boolean;
|
|
274
273
|
invalid: boolean;
|
|
274
|
+
readOnly: boolean;
|
|
275
275
|
allowDrop: boolean;
|
|
276
276
|
directory: boolean;
|
|
277
277
|
preventDocumentDrop: boolean;
|
|
278
|
-
}, {}, {}, {}, string,
|
|
278
|
+
}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
279
279
|
default?: (props: {}) => any;
|
|
280
280
|
}>;
|
|
281
281
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -292,7 +292,7 @@ interface FileUploadTriggerProps extends FileUploadTriggerBaseProps,
|
|
|
292
292
|
*/
|
|
293
293
|
ButtonHTMLAttributes {}
|
|
294
294
|
declare const _default$14: typeof __VLS_export$1;
|
|
295
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
295
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2223.DefineComponent<FileUploadTriggerProps, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<FileUploadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, false, {}, any>, {
|
|
296
296
|
default?: (props: {}) => any;
|
|
297
297
|
}>;
|
|
298
298
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -317,7 +317,7 @@ interface FileUploadContextProps extends SlotsType<{
|
|
|
317
317
|
default: UnwrapRef<UseFileUploadContext>;
|
|
318
318
|
}> {}
|
|
319
319
|
declare const _default$1: typeof __VLS_export;
|
|
320
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
320
|
+
declare const __VLS_export: __VLS_WithSlots<vue2223.DefineComponent<{}, {}, {}, {}, {}, vue2223.ComponentOptionsMixin, vue2223.ComponentOptionsMixin, {}, string, vue2223.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2223.ComponentProvideOptions, true, {}, any>, {
|
|
321
321
|
default(fileUpload: UnwrapRef<UseFileUploadContext>): unknown;
|
|
322
322
|
}>;
|
|
323
323
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -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 { m as useFieldContext } from "../../field-CtPR24u6.js";
|
|
9
9
|
import { pick } from "@sprawlify/primitives/utils";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, ref, renderSlot, toDisplayString, toValue, unref, useId, useSlots, watchEffect, withCtx } from "vue";
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
|
|
5
5
|
import { Point, Size } from "@sprawlify/primitives/types";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue1320 from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, EmitFn, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
9
9
|
import { OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerProps, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps, anatomy as floatingPanelAnatomy } from "@sprawlify/primitives/machines/floating-panel";
|
|
10
|
-
import * as _sprawlify_primitives_machines_menu0 from "@sprawlify/primitives/machines/menu";
|
|
11
10
|
|
|
12
11
|
//#region src/components/floating-panel/floating-panel-body.vue.d.ts
|
|
13
12
|
interface FloatingPanelBodyBaseProps extends PolymorphicProps {}
|
|
@@ -17,7 +16,7 @@ interface FloatingPanelBodyProps extends FloatingPanelBodyBaseProps,
|
|
|
17
16
|
*/
|
|
18
17
|
HTMLAttributes {}
|
|
19
18
|
declare const _default: typeof __VLS_export$13;
|
|
20
|
-
declare const __VLS_export$13: __VLS_WithSlots$13<
|
|
19
|
+
declare const __VLS_export$13: __VLS_WithSlots$13<vue1320.DefineComponent<FloatingPanelBodyProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
21
20
|
default?: (props: {}) => any;
|
|
22
21
|
}>;
|
|
23
22
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -34,7 +33,7 @@ interface FloatingPanelCloseTriggerProps extends FloatingPanelCloseTriggerBasePr
|
|
|
34
33
|
*/
|
|
35
34
|
ButtonHTMLAttributes {}
|
|
36
35
|
declare const _default$1: typeof __VLS_export$12;
|
|
37
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
36
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1320.DefineComponent<FloatingPanelCloseTriggerProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
38
37
|
default?: (props: {}) => any;
|
|
39
38
|
}>;
|
|
40
39
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -51,7 +50,7 @@ interface FloatingPanelContentProps extends FloatingPanelContentBaseProps,
|
|
|
51
50
|
*/
|
|
52
51
|
HTMLAttributes {}
|
|
53
52
|
declare const _default$2: typeof __VLS_export$11;
|
|
54
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
53
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1320.DefineComponent<FloatingPanelContentProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
55
54
|
default?: (props: {}) => any;
|
|
56
55
|
}>;
|
|
57
56
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -117,7 +116,7 @@ interface FloatingPanelContextProps extends SlotsType<{
|
|
|
117
116
|
default: UnwrapRef<UseFloatingPanelContext>;
|
|
118
117
|
}> {}
|
|
119
118
|
declare const _default$3: typeof __VLS_export$10;
|
|
120
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
119
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1320.DefineComponent<{}, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, true, {}, any>, {
|
|
121
120
|
default(floatingPanel: UnwrapRef<UseFloatingPanelContext>): unknown;
|
|
122
121
|
}>;
|
|
123
122
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -134,7 +133,7 @@ interface FloatingPanelDragTriggerProps extends FloatingPanelDragTriggerBaseProp
|
|
|
134
133
|
*/
|
|
135
134
|
HTMLAttributes {}
|
|
136
135
|
declare const _default$5: typeof __VLS_export$9;
|
|
137
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
136
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1320.DefineComponent<FloatingPanelDragTriggerProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelDragTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
138
137
|
default?: (props: {}) => any;
|
|
139
138
|
}>;
|
|
140
139
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -151,7 +150,7 @@ interface FloatingPanelHeaderProps extends FloatingPanelHeaderBaseProps,
|
|
|
151
150
|
*/
|
|
152
151
|
HTMLAttributes {}
|
|
153
152
|
declare const _default$6: typeof __VLS_export$8;
|
|
154
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
153
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1320.DefineComponent<FloatingPanelHeaderProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
155
154
|
default?: (props: {}) => any;
|
|
156
155
|
}>;
|
|
157
156
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -168,7 +167,7 @@ interface FloatingPanelPositionerProps extends FloatingPanelPositionerBaseProps,
|
|
|
168
167
|
*/
|
|
169
168
|
HTMLAttributes {}
|
|
170
169
|
declare const _default$7: typeof __VLS_export$7;
|
|
171
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
170
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1320.DefineComponent<FloatingPanelPositionerProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
172
171
|
default?: (props: {}) => any;
|
|
173
172
|
}>;
|
|
174
173
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -185,7 +184,7 @@ interface FloatingPanelResizeTriggerProps extends FloatingPanelResizeTriggerBase
|
|
|
185
184
|
*/
|
|
186
185
|
HTMLAttributes {}
|
|
187
186
|
declare const _default$8: typeof __VLS_export$6;
|
|
188
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
187
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1320.DefineComponent<FloatingPanelResizeTriggerProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelResizeTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
189
188
|
default?: (props: {}) => any;
|
|
190
189
|
}>;
|
|
191
190
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -202,7 +201,7 @@ interface FloatingPanelStageTriggerProps extends FloatingPanelStageTriggerBasePr
|
|
|
202
201
|
*/
|
|
203
202
|
ButtonHTMLAttributes {}
|
|
204
203
|
declare const _default$11: typeof __VLS_export$5;
|
|
205
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
204
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1320.DefineComponent<FloatingPanelStageTriggerProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelStageTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
206
205
|
default?: (props: {}) => any;
|
|
207
206
|
}>;
|
|
208
207
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -215,21 +214,21 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
215
214
|
interface FloatingPanelRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
216
215
|
interface FloatingPanelRootProps extends FloatingPanelRootBaseProps {}
|
|
217
216
|
declare const _default$9: typeof __VLS_export$4;
|
|
218
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
217
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1320.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {
|
|
219
218
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
220
219
|
"update:open": (open: boolean) => any;
|
|
221
220
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
222
|
-
"update:position": (details:
|
|
221
|
+
"update:position": (details: floatingPanel.Point) => any;
|
|
223
222
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
224
223
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
225
224
|
"update:size": (details: floatingPanel.Size) => any;
|
|
226
225
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
227
226
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
228
|
-
}, string,
|
|
227
|
+
}, string, vue1320.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
229
228
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
230
229
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
231
230
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
232
|
-
"onUpdate:position"?: ((details:
|
|
231
|
+
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
233
232
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
234
233
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
235
234
|
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
@@ -237,15 +236,15 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue777.DefineComponent<FloatingP
|
|
|
237
236
|
onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
|
|
238
237
|
}>, {
|
|
239
238
|
draggable: boolean;
|
|
240
|
-
disabled: boolean;
|
|
241
239
|
open: boolean;
|
|
242
|
-
|
|
240
|
+
disabled: boolean;
|
|
243
241
|
closeOnEscape: boolean;
|
|
242
|
+
defaultOpen: boolean;
|
|
244
243
|
allowOverflow: boolean;
|
|
245
|
-
resizable: boolean;
|
|
246
244
|
lockAspectRatio: boolean;
|
|
247
245
|
persistRect: boolean;
|
|
248
|
-
|
|
246
|
+
resizable: boolean;
|
|
247
|
+
}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
249
248
|
default?: (props: {}) => any;
|
|
250
249
|
}>;
|
|
251
250
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -260,7 +259,7 @@ interface FloatingPanelRootProviderBaseProps extends RenderStrategyProps {
|
|
|
260
259
|
}
|
|
261
260
|
interface FloatingPanelRootProviderProps extends FloatingPanelRootProviderBaseProps {}
|
|
262
261
|
declare const _default$10: typeof __VLS_export$3;
|
|
263
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
262
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1320.DefineComponent<FloatingPanelRootProviderProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
264
263
|
default?: (props: {}) => any;
|
|
265
264
|
}>;
|
|
266
265
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -277,7 +276,7 @@ interface FloatingPanelTitleProps extends FloatingPanelTitleBaseProps,
|
|
|
277
276
|
*/
|
|
278
277
|
HTMLAttributes {}
|
|
279
278
|
declare const _default$12: typeof __VLS_export$2;
|
|
280
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
279
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1320.DefineComponent<FloatingPanelTitleProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
281
280
|
default?: (props: {}) => any;
|
|
282
281
|
}>;
|
|
283
282
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -294,7 +293,7 @@ interface FloatingPanelTriggerProps extends FloatingPanelTriggerBaseProps,
|
|
|
294
293
|
*/
|
|
295
294
|
ButtonHTMLAttributes {}
|
|
296
295
|
declare const _default$13: typeof __VLS_export$1;
|
|
297
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
296
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1320.DefineComponent<FloatingPanelTriggerProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
298
297
|
default?: (props: {}) => any;
|
|
299
298
|
}>;
|
|
300
299
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -311,7 +310,7 @@ interface FloatingPanelControlProps extends FloatingPanelControlBaseProps,
|
|
|
311
310
|
*/
|
|
312
311
|
HTMLAttributes {}
|
|
313
312
|
declare const _default$4: typeof __VLS_export;
|
|
314
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
313
|
+
declare const __VLS_export: __VLS_WithSlots<vue1320.DefineComponent<FloatingPanelControlProps, {}, {}, {}, {}, vue1320.ComponentOptionsMixin, vue1320.ComponentOptionsMixin, {}, string, vue1320.PublicProps, Readonly<FloatingPanelControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1320.ComponentProvideOptions, false, {}, any>, {
|
|
315
314
|
default?: (props: {}) => any;
|
|
316
315
|
}>;
|
|
317
316
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,8 +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-
|
|
8
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.js";
|
|
9
9
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
11
11
|
import { anatomy as floatingPanelAnatomy } from "@sprawlify/primitives/machines/floating-panel";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import * as vue1263 from "vue";
|
|
3
3
|
import { HTMLAttributes } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/focus-trap/focus-trap-types.d.ts
|
|
@@ -24,10 +24,10 @@ interface FocusTrapProps extends FocusTrapBaseProps,
|
|
|
24
24
|
*/
|
|
25
25
|
HTMLAttributes {}
|
|
26
26
|
declare const _default: typeof __VLS_export;
|
|
27
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<vue1263.DefineComponent<FocusTrapProps, {}, {}, {}, {}, vue1263.ComponentOptionsMixin, vue1263.ComponentOptionsMixin, {
|
|
28
28
|
activate: () => any;
|
|
29
29
|
deactivate: () => any;
|
|
30
|
-
}, string,
|
|
30
|
+
}, string, vue1263.PublicProps, Readonly<FocusTrapProps> & Readonly<{
|
|
31
31
|
onActivate?: (() => any) | undefined;
|
|
32
32
|
onDeactivate?: (() => any) | undefined;
|
|
33
33
|
}>, {
|
|
@@ -36,7 +36,7 @@ declare const __VLS_export: __VLS_WithSlots<vue116.DefineComponent<FocusTrapProp
|
|
|
36
36
|
fallbackFocus: (string | (HTMLElement | SVGElement)) | (() => string | (HTMLElement | SVGElement));
|
|
37
37
|
returnFocusOnDeactivate: boolean;
|
|
38
38
|
setReturnFocus: (false | (string | (HTMLElement | SVGElement))) | ((node: HTMLElement | SVGElement) => false | (string | (HTMLElement | SVGElement)));
|
|
39
|
-
}, {}, {}, {}, string,
|
|
39
|
+
}, {}, {}, {}, string, vue1263.ComponentProvideOptions, false, {}, any>, {
|
|
40
40
|
default?: (props: {}) => any;
|
|
41
41
|
}>;
|
|
42
42
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../core-DNndr38p.js";
|
|
2
2
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
3
3
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
4
|
-
import { t as cleanProps } from "../../clean-props-
|
|
4
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
5
5
|
import { createBlock, defineComponent, onBeforeUnmount, onWatcherCleanup, openBlock, ref, renderSlot, unref, watchEffect, withCtx } from "vue";
|
|
6
6
|
import { trapFocus } from "@sprawlify/primitives/focus-trap";
|
|
7
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue47 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/components/format/format-byte.vue.d.ts
|
|
4
4
|
interface FormatByteProps {
|
|
@@ -8,7 +8,7 @@ interface FormatByteProps {
|
|
|
8
8
|
value: number;
|
|
9
9
|
}
|
|
10
10
|
declare const _default: typeof __VLS_export$2;
|
|
11
|
-
declare const __VLS_export$2:
|
|
11
|
+
declare const __VLS_export$2: vue47.DefineComponent<FormatByteProps, {}, {}, {}, {}, vue47.ComponentOptionsMixin, vue47.ComponentOptionsMixin, {}, string, vue47.PublicProps, Readonly<FormatByteProps> & Readonly<{}>, {}, {}, {}, {}, string, vue47.ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/components/format/format-number.vue.d.ts
|
|
14
14
|
interface FormatNumberProps {
|
|
@@ -22,7 +22,7 @@ interface FormatNumberProps {
|
|
|
22
22
|
currencySign?: string | undefined;
|
|
23
23
|
}
|
|
24
24
|
declare const _default$1: typeof __VLS_export$1;
|
|
25
|
-
declare const __VLS_export$1:
|
|
25
|
+
declare const __VLS_export$1: vue47.DefineComponent<FormatNumberProps, {}, {}, {}, {}, vue47.ComponentOptionsMixin, vue47.ComponentOptionsMixin, {}, string, vue47.PublicProps, Readonly<FormatNumberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue47.ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/components/format/format-relative-time.vue.d.ts
|
|
28
28
|
interface FormatRelativeTimeProps {
|
|
@@ -32,7 +32,7 @@ interface FormatRelativeTimeProps {
|
|
|
32
32
|
style?: Intl.RelativeTimeFormatStyle;
|
|
33
33
|
}
|
|
34
34
|
declare const _default$2: typeof __VLS_export;
|
|
35
|
-
declare const __VLS_export:
|
|
35
|
+
declare const __VLS_export: vue47.DefineComponent<FormatRelativeTimeProps, {}, {}, {}, {}, vue47.ComponentOptionsMixin, vue47.ComponentOptionsMixin, {}, string, vue47.PublicProps, Readonly<FormatRelativeTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue47.ComponentProvideOptions, false, {}, any>;
|
|
36
36
|
declare namespace format_d_exports {
|
|
37
37
|
export { _default as Byte, FormatByteProps as ByteBaseProps, FormatByteProps as ByteProps, _default$1 as Number, FormatNumberProps as NumberBaseProps, FormatNumberProps as NumberProps, _default$2 as RelativeTime, FormatRelativeTimeProps as RelativeTimeBaseProps, FormatRelativeTimeProps as RelativeTimeProps };
|
|
38
38
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue36 from "vue";
|
|
2
2
|
import { IframeHTMLAttributes, VNode } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/components/frame/frame.vue.d.ts
|
|
@@ -17,17 +17,17 @@ type __VLS_Slots = {} & {
|
|
|
17
17
|
} & {
|
|
18
18
|
head?: (props: typeof __VLS_31) => any;
|
|
19
19
|
};
|
|
20
|
-
declare const __VLS_base:
|
|
21
|
-
frameRef:
|
|
22
|
-
}, {}, {}, {},
|
|
20
|
+
declare const __VLS_base: vue36.DefineComponent<FrameProps, {
|
|
21
|
+
frameRef: vue36.Ref<HTMLIFrameElement | null, HTMLIFrameElement | null>;
|
|
22
|
+
}, {}, {}, {}, vue36.ComponentOptionsMixin, vue36.ComponentOptionsMixin, {} & {
|
|
23
23
|
mount: () => any;
|
|
24
24
|
unmount: () => any;
|
|
25
|
-
}, string,
|
|
25
|
+
}, string, vue36.PublicProps, Readonly<FrameProps> & Readonly<{
|
|
26
26
|
onMount?: (() => any) | undefined;
|
|
27
27
|
onUnmount?: (() => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
29
|
srcDoc: string;
|
|
30
|
-
}, {}, {}, {}, string,
|
|
30
|
+
}, {}, {}, {}, string, vue36.ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
32
|
declare const _default: typeof __VLS_export;
|
|
33
33
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue15 from "vue";
|
|
2
2
|
import { HTMLAttributes, MaybeRef } from "vue";
|
|
3
3
|
import * as _sprawlify_primitives_highlight_word0 from "@sprawlify/primitives/highlight-word";
|
|
4
4
|
|
|
@@ -16,7 +16,7 @@ interface HighlightChunk {
|
|
|
16
16
|
}
|
|
17
17
|
//#endregion
|
|
18
18
|
//#region src/components/highlight/use-highlight.d.ts
|
|
19
|
-
declare const useHighlight: (props: MaybeRef<UseHighlightProps>) =>
|
|
19
|
+
declare const useHighlight: (props: MaybeRef<UseHighlightProps>) => vue15.ComputedRef<_sprawlify_primitives_highlight_word0.HighlightChunk[]>;
|
|
20
20
|
//#endregion
|
|
21
21
|
//#region src/components/highlight/highlight.vue.d.ts
|
|
22
22
|
interface HighlightBaseProps extends UseHighlightProps {}
|
|
@@ -26,10 +26,10 @@ interface HighlightProps extends HighlightBaseProps,
|
|
|
26
26
|
*/
|
|
27
27
|
HTMLAttributes {}
|
|
28
28
|
declare const _default: typeof __VLS_export;
|
|
29
|
-
declare const __VLS_export:
|
|
30
|
-
matchAll: boolean;
|
|
29
|
+
declare const __VLS_export: vue15.DefineComponent<HighlightProps, {}, {}, {}, {}, vue15.ComponentOptionsMixin, vue15.ComponentOptionsMixin, {}, string, vue15.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
|
|
31
30
|
ignoreCase: boolean;
|
|
31
|
+
matchAll: boolean;
|
|
32
32
|
exactMatch: boolean;
|
|
33
|
-
}, {}, {}, {}, string,
|
|
33
|
+
}, {}, {}, {}, string, vue15.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { _default as Highlight, type HighlightChunk, type HighlightProps, type UseHighlightProps, useHighlight };
|