@sprawlify/vue 0.0.73 → 0.0.74
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/accordion-anatomy-SnniqySz.js +3 -0
- package/dist/accordion-anatomy-rCL5aWqn.d.ts +2 -0
- package/dist/angle-slider-anatomy-BcpYlzjU.js +3 -0
- package/dist/angle-slider-anatomy-Dx77gXPi.d.ts +2 -0
- package/dist/avatar-anatomy-DkaRck8U.js +3 -0
- package/dist/avatar-anatomy-DqwdmVib.d.ts +2 -0
- package/dist/bottom-sheet-anatomy-CATwdEhi.d.ts +2 -0
- package/dist/bottom-sheet-anatomy-lHEnPDuf.js +3 -0
- package/dist/carousel-anatomy-CP646ljY.d.ts +6 -0
- package/dist/carousel-anatomy-Dozyhz87.js +7 -0
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +6 -0
- package/dist/checkbox-anatomy-DrTfnRdC.js +7 -0
- package/dist/clipboard-anatomy-Btcms62_.js +3 -0
- package/dist/clipboard-anatomy-BtxJPw4p.d.ts +2 -0
- package/dist/collapsible-anatomy-Bz0a8LAr.js +3 -0
- package/dist/collapsible-anatomy-C-2X58M2.d.ts +2 -0
- package/dist/{collapsible-SXAS3iFc.js → collapsible-kw6uns8K.js} +3 -4
- package/dist/{collection-C_ZHBDQD.js → collection-BHgAE3BH.js} +1 -1
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +6 -0
- package/dist/color-picker-anatomy-DJP6gg1F.js +7 -0
- package/dist/combobox-anatomy-CwdkDJPn.d.ts +6 -0
- package/dist/combobox-anatomy-DccBa7f5.js +7 -0
- package/dist/components/accordion/index.d.ts +22 -21
- package/dist/components/accordion/index.js +6 -6
- package/dist/components/anatomy.d.ts +51 -0
- package/dist/components/anatomy.js +53 -0
- package/dist/components/angle-slider/index.d.ts +20 -19
- package/dist/components/angle-slider/index.js +3 -3
- package/dist/components/avatar/index.d.ts +13 -12
- package/dist/components/avatar/index.js +3 -3
- package/dist/components/bottom-sheet/index.d.ts +23 -22
- package/dist/components/bottom-sheet/index.js +6 -6
- package/dist/components/carousel/index.d.ts +20 -23
- package/dist/components/carousel/index.js +3 -7
- package/dist/components/checkbox/index.d.ts +24 -27
- package/dist/components/checkbox/index.js +8 -10
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +21 -20
- package/dist/components/clipboard/index.js +3 -3
- package/dist/components/collapsible/index.d.ts +17 -16
- package/dist/components/collapsible/index.js +3 -2
- 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 +55 -58
- package/dist/components/color-picker/index.js +8 -10
- package/dist/components/combobox/index.d.ts +38 -41
- package/dist/components/combobox/index.js +8 -11
- package/dist/components/date-picker/index.d.ts +46 -49
- package/dist/components/date-picker/index.js +6 -9
- package/dist/components/dialog/index.d.ts +32 -31
- package/dist/components/dialog/index.js +5 -5
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +1 -1
- package/dist/components/editable/index.d.ts +30 -29
- package/dist/components/editable/index.js +5 -4
- package/dist/components/field/index.d.ts +24 -27
- package/dist/components/field/index.js +3 -2
- package/dist/components/fieldset/index.d.ts +12 -15
- package/dist/components/fieldset/index.js +3 -2
- package/dist/components/file-upload/index.d.ts +27 -26
- package/dist/components/file-upload/index.js +5 -4
- package/dist/components/floating-panel/index.d.ts +28 -26
- package/dist/components/floating-panel/index.js +4 -4
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +2 -2
- 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 +4 -4
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -27
- package/dist/components/hover-card/index.js +5 -5
- package/dist/components/image-cropper/index.d.ts +15 -18
- package/dist/components/image-cropper/index.js +4 -7
- package/dist/components/json-tree-view/index.d.ts +12 -12
- package/dist/components/json-tree-view/index.js +6 -6
- package/dist/components/listbox/index.d.ts +25 -28
- package/dist/components/listbox/index.js +4 -8
- package/dist/components/marquee/index.d.ts +25 -24
- package/dist/components/marquee/index.js +3 -3
- package/dist/components/menu/index.d.ts +56 -54
- package/dist/components/menu/index.js +5 -5
- package/dist/components/navigation-menu/index.d.ts +22 -21
- package/dist/components/navigation-menu/index.js +5 -5
- package/dist/components/number-input/index.d.ts +24 -23
- package/dist/components/number-input/index.js +5 -4
- package/dist/components/pagination/index.d.ts +17 -16
- package/dist/components/pagination/index.js +3 -3
- package/dist/components/password-input/index.d.ts +26 -25
- package/dist/components/password-input/index.js +5 -4
- package/dist/components/pin-input/index.d.ts +21 -20
- package/dist/components/pin-input/index.js +5 -4
- package/dist/components/popover/index.d.ts +36 -35
- package/dist/components/popover/index.js +5 -5
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +17 -16
- package/dist/components/progress/index.js +3 -3
- package/dist/components/qr-code/index.d.ts +13 -12
- package/dist/components/qr-code/index.js +3 -3
- package/dist/components/radio-group/index.d.ts +21 -20
- package/dist/components/radio-group/index.js +6 -5
- package/dist/components/rating-group/index.d.ts +19 -18
- package/dist/components/rating-group/index.js +5 -4
- package/dist/components/scroll-area/index.d.ts +14 -13
- package/dist/components/scroll-area/index.js +3 -3
- package/dist/components/segment-group/index.d.ts +19 -22
- package/dist/components/segment-group/index.js +3 -8
- package/dist/components/select/index.d.ts +41 -40
- package/dist/components/select/index.js +8 -7
- package/dist/components/signature-pad/index.d.ts +18 -17
- package/dist/components/signature-pad/index.js +5 -4
- package/dist/components/slider/index.d.ts +25 -24
- package/dist/components/slider/index.js +3 -3
- package/dist/components/splitter/index.d.ts +14 -13
- package/dist/components/splitter/index.js +4 -3
- package/dist/components/steps/index.d.ts +22 -21
- package/dist/components/steps/index.js +3 -3
- package/dist/components/switch/index.d.ts +18 -17
- package/dist/components/switch/index.js +5 -4
- package/dist/components/tabs/index.d.ts +22 -21
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +36 -35
- package/dist/components/tags-input/index.js +5 -4
- package/dist/components/timer/index.d.ts +16 -15
- package/dist/components/timer/index.js +3 -3
- package/dist/components/toast/index.d.ts +13 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -13
- package/dist/components/toggle/index.js +3 -8
- package/dist/components/toggle-group/index.d.ts +16 -15
- package/dist/components/toggle-group/index.js +3 -3
- package/dist/components/tooltip/index.d.ts +23 -22
- package/dist/components/tooltip/index.js +5 -5
- package/dist/components/tour/index.d.ts +32 -35
- package/dist/components/tour/index.js +6 -9
- package/dist/components/tree-view/index.d.ts +6 -5
- package/dist/components/tree-view/index.js +6 -5
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +6 -0
- package/dist/date-picker-anatomy-BbB7oLLk.js +7 -0
- package/dist/dialog-anatomy--8BPzYvc.d.ts +2 -0
- package/dist/dialog-anatomy-DZW7OUW_.js +3 -0
- package/dist/editable-anatomy-D1eyySPH.js +3 -0
- package/dist/editable-anatomy-qX6giV4Y.d.ts +2 -0
- package/dist/{field-CtPR24u6.js → field-C6iB3Tje.js} +3 -8
- package/dist/field-anatomy-DOCpzb4B.js +8 -0
- package/dist/field-anatomy-meDug-96.d.ts +6 -0
- package/dist/{fieldset-D5SznrKY.js → fieldset-B1bn9yHW.js} +3 -8
- package/dist/fieldset-anatomy-BENizr4L.d.ts +6 -0
- package/dist/fieldset-anatomy-DmZTaMK6.js +8 -0
- package/dist/file-upload-anatomy-BFGZTW-d.d.ts +2 -0
- package/dist/file-upload-anatomy-CZ2VnScd.js +3 -0
- package/dist/floating-panel-anatomy-DBrl1Bp0.js +3 -0
- package/dist/floating-panel-anatomy-aRL0nEuA.d.ts +2 -0
- package/dist/hover-card-anatomy-BL8G0P5L.d.ts +2 -0
- package/dist/hover-card-anatomy-D3wEfkuu.js +3 -0
- package/dist/image-cropper-anatomy-Q-TC-Ntz.d.ts +6 -0
- package/dist/image-cropper-anatomy-vcTNTTGP.js +7 -0
- package/dist/{index-CmCVWB7e.d.ts → index-CKLWua9t.d.ts} +32 -32
- package/dist/{index-8bjPAUl0.d.ts → index-DLfVD7U5.d.ts} +10 -10
- package/dist/{index-BnYwp0nl.d.ts → index-_AirUBz0.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-CHgk_go8.d.ts +6 -0
- package/dist/listbox-anatomy-D2r-4uq6.js +7 -0
- package/dist/marquee-anatomy-BSMR6X4B.d.ts +2 -0
- package/dist/marquee-anatomy-sKw9g-dJ.js +3 -0
- package/dist/menu-anatomy-2i8La6ak.d.ts +2 -0
- package/dist/menu-anatomy-DbCORryZ.js +3 -0
- package/dist/navigation-menu-anatomy-kSlLw4EL.d.ts +2 -0
- package/dist/navigation-menu-anatomy-nwZUxyMV.js +3 -0
- package/dist/number-input-anatomy-BrKnd1U3.d.ts +2 -0
- package/dist/number-input-anatomy-hB3PpB4j.js +3 -0
- package/dist/pagination-anatomy-D8yk0Puf.js +3 -0
- package/dist/pagination-anatomy-NpCn-mYm.d.ts +2 -0
- package/dist/password-input-anatomy-BJPXSE6T.d.ts +2 -0
- package/dist/password-input-anatomy-D0nhl7MJ.js +3 -0
- package/dist/pin-input-anatomy-Blh9Y2sq.js +3 -0
- package/dist/pin-input-anatomy-OckZj-cF.d.ts +2 -0
- package/dist/popover-anatomy-Ce31QPso.d.ts +2 -0
- package/dist/popover-anatomy-DXWeYlnF.js +3 -0
- package/dist/{presence-BK6rPXK7.js → presence-Byk0B_Vq.js} +1 -1
- package/dist/progress-anatomy-DUD4W7vg.d.ts +2 -0
- package/dist/progress-anatomy-lioRhIrB.js +3 -0
- package/dist/qr-code-anatomy-CIy9Wai6.js +3 -0
- package/dist/qr-code-anatomy-Dmh5IV3m.d.ts +2 -0
- package/dist/radio-group-anatomy-C7L8dkhn.js +3 -0
- package/dist/radio-group-anatomy-CXwS1OoR.d.ts +2 -0
- package/dist/rating-group-anatomy-CBhzoESK.js +3 -0
- package/dist/rating-group-anatomy-DMTutKxa.d.ts +2 -0
- package/dist/scroll-area-anatomy-B-FlUOdc.js +3 -0
- package/dist/scroll-area-anatomy-Cxkrq_al.d.ts +2 -0
- package/dist/segment-group-anatomy-CNtzx5Yr.d.ts +6 -0
- package/dist/segment-group-anatomy-CPdu1efW.js +8 -0
- package/dist/select-anatomy-CiNHi2Kx.js +3 -0
- package/dist/select-anatomy-Elu3b3Op.d.ts +2 -0
- package/dist/signature-pad-anatomy-B-OK1170.d.ts +2 -0
- package/dist/signature-pad-anatomy-Mz3w_i5B.js +3 -0
- package/dist/slider-anatomy-3KpCBnz3.js +3 -0
- package/dist/slider-anatomy-Ctfd4geR.d.ts +2 -0
- package/dist/splitter-anatomy-CN7s6WdQ.d.ts +2 -0
- package/dist/splitter-anatomy-D2RNa-hA.js +3 -0
- package/dist/steps-anatomy-CSfgiyVI.js +3 -0
- package/dist/steps-anatomy-DrtAi5Mk.d.ts +2 -0
- package/dist/switch-anatomy-DDL1v5Fs.js +3 -0
- package/dist/switch-anatomy-Z4qGqnte.d.ts +2 -0
- package/dist/tabs-anatomy-BL3YLH_t.d.ts +2 -0
- package/dist/tabs-anatomy-DlQHg-E8.js +3 -0
- package/dist/tags-input-anatomy-AHepxK3s.d.ts +2 -0
- package/dist/tags-input-anatomy-DYSi98Bx.js +3 -0
- package/dist/timer-anatomy-Be-Fa71t.d.ts +2 -0
- package/dist/timer-anatomy-C9bTbrUf.js +3 -0
- package/dist/toast-anatomy-CssUp7TT.js +3 -0
- package/dist/toast-anatomy-_k_zeUjw.d.ts +2 -0
- package/dist/toggle-anatomy-D8XJQLnW.js +8 -0
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +6 -0
- package/dist/toggle-group-anatomy-DD8PvB75.js +3 -0
- package/dist/toggle-group-anatomy-L0_56E8r.d.ts +2 -0
- package/dist/tooltip-anatomy-CPw1wOXd.js +3 -0
- package/dist/tooltip-anatomy-jbsTMGov.d.ts +2 -0
- package/dist/tour-anatomy-CDmnjoPR.js +7 -0
- package/dist/tour-anatomy-CgFQsxyi.d.ts +6 -0
- package/dist/{tree-view-N6ShNmpe.js → tree-view-BBC0paRq.js} +6 -7
- package/dist/tree-view-anatomy-BM2MLpUa.d.ts +2 -0
- package/dist/tree-view-anatomy-BW_ruJ-g.js +3 -0
- package/package.json +6 -2
- /package/dist/{boolean-CpMsIRK4.js → boolean-L5YmbZkb.js} +0 -0
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-DsGHTEpm.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-BQ6yvpdF.js} +0 -0
- /package/dist/{factory-B5zr8_kk.d.ts → factory-D5HMCjkS.d.ts} +0 -0
- /package/dist/{factory-Co08Aw8u.js → factory-DxZQviAU.js} +0 -0
- /package/dist/{index-CCRVRFFQ.d.ts → index-DmKzfNVe.d.ts} +0 -0
- /package/dist/{index-DhFoJHfp.d.ts → index-e9UjgIag.d.ts} +0 -0
- /package/dist/{presence-types-BJRr8tqd.d.ts → presence-types-CaUy1bPc.d.ts} +0 -0
- /package/dist/{types-DIEO6uP3.d.ts → types-DVbnnQPS.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-Bx4OiQlo.js} +0 -0
- /package/dist/{use-render-strategy-U5NxU252.d.ts → use-render-strategy-DsagWQCm.d.ts} +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D5HMCjkS.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DVbnnQPS.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DmKzfNVe.js";
|
|
4
|
+
import { t as fileUploadAnatomy } from "../../file-upload-anatomy-BFGZTW-d.js";
|
|
5
|
+
import * as vue2034 from "vue";
|
|
5
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
7
|
import * as fileUpload from "@sprawlify/primitives/machines/file-upload";
|
|
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
|
|
8
|
+
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 } from "@sprawlify/primitives/machines/file-upload";
|
|
8
9
|
|
|
9
10
|
//#region src/components/file-upload/file-upload-clear-trigger.vue.d.ts
|
|
10
11
|
interface FileUploadClearTriggerBaseProps extends PolymorphicProps {}
|
|
@@ -14,7 +15,7 @@ interface FileUploadClearTriggerProps extends FileUploadClearTriggerBaseProps,
|
|
|
14
15
|
*/
|
|
15
16
|
ButtonHTMLAttributes {}
|
|
16
17
|
declare const _default: typeof __VLS_export$14;
|
|
17
|
-
declare const __VLS_export$14: __VLS_WithSlots$13<
|
|
18
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<vue2034.DefineComponent<FileUploadClearTriggerProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
18
19
|
default?: (props: {}) => any;
|
|
19
20
|
}>;
|
|
20
21
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -31,9 +32,9 @@ interface FileUploadDropzoneProps extends FileUploadDropzoneBaseProps,
|
|
|
31
32
|
*/
|
|
32
33
|
HTMLAttributes {}
|
|
33
34
|
declare const _default$2: typeof __VLS_export$13;
|
|
34
|
-
declare const __VLS_export$13: __VLS_WithSlots$12<
|
|
35
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<vue2034.DefineComponent<FileUploadDropzoneProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadDropzoneProps> & Readonly<{}>, {
|
|
35
36
|
disableClick: boolean;
|
|
36
|
-
}, {}, {}, {}, string,
|
|
37
|
+
}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
37
38
|
default?: (props: {}) => any;
|
|
38
39
|
}>;
|
|
39
40
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -50,7 +51,7 @@ interface FileUploadHiddenInputProps extends FileUploadHiddenInputBaseProps,
|
|
|
50
51
|
*/
|
|
51
52
|
InputHTMLAttributes {}
|
|
52
53
|
declare const _default$3: typeof __VLS_export$12;
|
|
53
|
-
declare const __VLS_export$12: __VLS_WithSlots$11<
|
|
54
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<vue2034.DefineComponent<FileUploadHiddenInputProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
54
55
|
default?: (props: {}) => any;
|
|
55
56
|
}>;
|
|
56
57
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -67,7 +68,7 @@ interface FileUploadItemDeleteTriggerProps extends FileUploadItemDeleteTriggerBa
|
|
|
67
68
|
*/
|
|
68
69
|
ButtonHTMLAttributes {}
|
|
69
70
|
declare const _default$5: typeof __VLS_export$11;
|
|
70
|
-
declare const __VLS_export$11: __VLS_WithSlots$10<
|
|
71
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<vue2034.DefineComponent<FileUploadItemDeleteTriggerProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemDeleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
71
72
|
default?: (props: {}) => any;
|
|
72
73
|
}>;
|
|
73
74
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -84,7 +85,7 @@ interface FileUploadItemGroupProps extends FileUploadItemGroupBaseProps,
|
|
|
84
85
|
*/
|
|
85
86
|
HTMLAttributes {}
|
|
86
87
|
declare const _default$6: typeof __VLS_export$10;
|
|
87
|
-
declare const __VLS_export$10: __VLS_WithSlots$9<
|
|
88
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<vue2034.DefineComponent<FileUploadItemGroupProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
88
89
|
default?: (props: {}) => any;
|
|
89
90
|
}>;
|
|
90
91
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -101,7 +102,7 @@ interface FileUploadItemNameProps extends FileUploadItemNameBaseProps,
|
|
|
101
102
|
*/
|
|
102
103
|
HTMLAttributes {}
|
|
103
104
|
declare const _default$7: typeof __VLS_export$9;
|
|
104
|
-
declare const __VLS_export$9: __VLS_WithSlots$8<
|
|
105
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<vue2034.DefineComponent<FileUploadItemNameProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemNameProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
105
106
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
106
107
|
new (): {
|
|
107
108
|
$slots: S;
|
|
@@ -116,7 +117,7 @@ interface FileUploadItemPreviewImageProps extends FileUploadItemPreviewImageBase
|
|
|
116
117
|
*/
|
|
117
118
|
ImgHTMLAttributes {}
|
|
118
119
|
declare const _default$9: typeof __VLS_export$8;
|
|
119
|
-
declare const __VLS_export$8:
|
|
120
|
+
declare const __VLS_export$8: vue2034.DefineComponent<FileUploadItemPreviewImageProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemPreviewImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>;
|
|
120
121
|
//#endregion
|
|
121
122
|
//#region src/components/file-upload/file-upload-item-preview.vue.d.ts
|
|
122
123
|
interface FileUploadItemPreviewBaseProps extends PolymorphicProps {}
|
|
@@ -128,9 +129,9 @@ HTMLAttributes {
|
|
|
128
129
|
type?: string;
|
|
129
130
|
}
|
|
130
131
|
declare const _default$8: typeof __VLS_export$7;
|
|
131
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
132
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue2034.DefineComponent<FileUploadItemPreviewProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemPreviewProps> & Readonly<{}>, {
|
|
132
133
|
type: string;
|
|
133
|
-
}, {}, {}, {}, string,
|
|
134
|
+
}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
134
135
|
default?: (props: {}) => any;
|
|
135
136
|
}>;
|
|
136
137
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -147,7 +148,7 @@ interface FileUploadItemSizeTextProps extends FileUploadItemSizeTextBaseProps,
|
|
|
147
148
|
*/
|
|
148
149
|
HTMLAttributes {}
|
|
149
150
|
declare const _default$10: typeof __VLS_export$6;
|
|
150
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
151
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2034.DefineComponent<FileUploadItemSizeTextProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemSizeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
151
152
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
152
153
|
new (): {
|
|
153
154
|
$slots: S;
|
|
@@ -162,7 +163,7 @@ interface FileUploadItemProps extends FileUploadItemBaseProps,
|
|
|
162
163
|
*/
|
|
163
164
|
LiHTMLAttributes {}
|
|
164
165
|
declare const _default$4: typeof __VLS_export$5;
|
|
165
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
166
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2034.DefineComponent<FileUploadItemBaseProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadItemBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
166
167
|
default?: (props: {}) => any;
|
|
167
168
|
}>;
|
|
168
169
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -179,7 +180,7 @@ interface FileUploadLabelProps extends FileUploadLabelBaseProps,
|
|
|
179
180
|
*/
|
|
180
181
|
LabelHTMLAttributes {}
|
|
181
182
|
declare const _default$11: typeof __VLS_export$4;
|
|
182
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
183
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2034.DefineComponent<FileUploadLabelProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
183
184
|
default?: (props: {}) => any;
|
|
184
185
|
}>;
|
|
185
186
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -199,7 +200,7 @@ interface FileUploadRootProviderProps extends FileUploadRootProviderBaseProps,
|
|
|
199
200
|
*/
|
|
200
201
|
HTMLAttributes {}
|
|
201
202
|
declare const _default$13: typeof __VLS_export$3;
|
|
202
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
203
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2034.DefineComponent<FileUploadRootProviderProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
203
204
|
default?: (props: {}) => any;
|
|
204
205
|
}>;
|
|
205
206
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -257,25 +258,25 @@ interface FileUploadRootProps extends FileUploadRootBaseProps,
|
|
|
257
258
|
HTMLAttributes {}
|
|
258
259
|
interface FileUploadRootEmits extends RootEmits {}
|
|
259
260
|
declare const _default$12: typeof __VLS_export$2;
|
|
260
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
261
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2034.DefineComponent<FileUploadRootProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {
|
|
261
262
|
"update:acceptedFiles": (files: File[]) => any;
|
|
262
263
|
fileAccept: (details: fileUpload.FileAcceptDetails) => any;
|
|
263
264
|
fileChange: (details: fileUpload.FileChangeDetails) => any;
|
|
264
265
|
fileReject: (details: fileUpload.FileRejectDetails) => any;
|
|
265
|
-
}, string,
|
|
266
|
+
}, string, vue2034.PublicProps, Readonly<FileUploadRootProps> & Readonly<{
|
|
266
267
|
"onUpdate:acceptedFiles"?: ((files: File[]) => any) | undefined;
|
|
267
268
|
onFileAccept?: ((details: fileUpload.FileAcceptDetails) => any) | undefined;
|
|
268
269
|
onFileChange?: ((details: fileUpload.FileChangeDetails) => any) | undefined;
|
|
269
270
|
onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
|
|
270
271
|
}>, {
|
|
271
|
-
required: boolean;
|
|
272
272
|
disabled: boolean;
|
|
273
|
+
required: boolean;
|
|
273
274
|
invalid: boolean;
|
|
274
275
|
readOnly: boolean;
|
|
275
276
|
allowDrop: boolean;
|
|
276
|
-
directory: boolean;
|
|
277
277
|
preventDocumentDrop: boolean;
|
|
278
|
-
|
|
278
|
+
directory: boolean;
|
|
279
|
+
}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
279
280
|
default?: (props: {}) => any;
|
|
280
281
|
}>;
|
|
281
282
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -292,7 +293,7 @@ interface FileUploadTriggerProps extends FileUploadTriggerBaseProps,
|
|
|
292
293
|
*/
|
|
293
294
|
ButtonHTMLAttributes {}
|
|
294
295
|
declare const _default$14: typeof __VLS_export$1;
|
|
295
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
296
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2034.DefineComponent<FileUploadTriggerProps, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<FileUploadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, false, {}, any>, {
|
|
296
297
|
default?: (props: {}) => any;
|
|
297
298
|
}>;
|
|
298
299
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -317,7 +318,7 @@ interface FileUploadContextProps extends SlotsType<{
|
|
|
317
318
|
default: UnwrapRef<UseFileUploadContext>;
|
|
318
319
|
}> {}
|
|
319
320
|
declare const _default$1: typeof __VLS_export;
|
|
320
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
321
|
+
declare const __VLS_export: __VLS_WithSlots<vue2034.DefineComponent<{}, {}, {}, {}, {}, vue2034.ComponentOptionsMixin, vue2034.ComponentOptionsMixin, {}, string, vue2034.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2034.ComponentProvideOptions, true, {}, any>, {
|
|
321
322
|
default(fileUpload: UnwrapRef<UseFileUploadContext>): unknown;
|
|
322
323
|
}>;
|
|
323
324
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,13 +3,14 @@ import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import
|
|
7
|
-
import { t as
|
|
8
|
-
import {
|
|
6
|
+
import "../../field-anatomy-DOCpzb4B.js";
|
|
7
|
+
import { t as fileUploadAnatomy } from "../../file-upload-anatomy-CZ2VnScd.js";
|
|
8
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
9
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
10
|
+
import { p as useFieldContext } from "../../field-C6iB3Tje.js";
|
|
9
11
|
import { pick } from "@sprawlify/primitives/utils";
|
|
10
12
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, ref, renderSlot, toDisplayString, toValue, unref, useId, useSlots, watchEffect, withCtx } from "vue";
|
|
11
13
|
import * as fileUpload from "@sprawlify/primitives/machines/file-upload";
|
|
12
|
-
import { anatomy as fileUploadAnatomy } from "@sprawlify/primitives/machines/file-upload";
|
|
13
14
|
|
|
14
15
|
//#region src/components/file-upload/use-file-upload-context.ts
|
|
15
16
|
const [FileUploadProvider, useFileUploadContext] = createContext("FileUploadContext");
|
|
@@ -1,12 +1,14 @@
|
|
|
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-D5HMCjkS.js";
|
|
2
|
+
import { a as Optional } from "../../types-DVbnnQPS.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DmKzfNVe.js";
|
|
4
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-DsagWQCm.js";
|
|
5
|
+
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-aRL0nEuA.js";
|
|
5
6
|
import { Point, Size } from "@sprawlify/primitives/types";
|
|
6
|
-
import * as
|
|
7
|
+
import * as vue1223 from "vue";
|
|
7
8
|
import { ButtonHTMLAttributes, ComputedRef, EmitFn, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
9
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
9
|
-
import { OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerProps, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps
|
|
10
|
+
import { OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerProps, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps } from "@sprawlify/primitives/machines/floating-panel";
|
|
11
|
+
import * as _sprawlify_primitives_machines_menu0 from "@sprawlify/primitives/machines/menu";
|
|
10
12
|
|
|
11
13
|
//#region src/components/floating-panel/floating-panel-body.vue.d.ts
|
|
12
14
|
interface FloatingPanelBodyBaseProps extends PolymorphicProps {}
|
|
@@ -16,7 +18,7 @@ interface FloatingPanelBodyProps extends FloatingPanelBodyBaseProps,
|
|
|
16
18
|
*/
|
|
17
19
|
HTMLAttributes {}
|
|
18
20
|
declare const _default: typeof __VLS_export$13;
|
|
19
|
-
declare const __VLS_export$13: __VLS_WithSlots$13<
|
|
21
|
+
declare const __VLS_export$13: __VLS_WithSlots$13<vue1223.DefineComponent<FloatingPanelBodyProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
20
22
|
default?: (props: {}) => any;
|
|
21
23
|
}>;
|
|
22
24
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -33,7 +35,7 @@ interface FloatingPanelCloseTriggerProps extends FloatingPanelCloseTriggerBasePr
|
|
|
33
35
|
*/
|
|
34
36
|
ButtonHTMLAttributes {}
|
|
35
37
|
declare const _default$1: typeof __VLS_export$12;
|
|
36
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
38
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1223.DefineComponent<FloatingPanelCloseTriggerProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
37
39
|
default?: (props: {}) => any;
|
|
38
40
|
}>;
|
|
39
41
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -50,7 +52,7 @@ interface FloatingPanelContentProps extends FloatingPanelContentBaseProps,
|
|
|
50
52
|
*/
|
|
51
53
|
HTMLAttributes {}
|
|
52
54
|
declare const _default$2: typeof __VLS_export$11;
|
|
53
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
55
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1223.DefineComponent<FloatingPanelContentProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
54
56
|
default?: (props: {}) => any;
|
|
55
57
|
}>;
|
|
56
58
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -116,7 +118,7 @@ interface FloatingPanelContextProps extends SlotsType<{
|
|
|
116
118
|
default: UnwrapRef<UseFloatingPanelContext>;
|
|
117
119
|
}> {}
|
|
118
120
|
declare const _default$3: typeof __VLS_export$10;
|
|
119
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
121
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1223.DefineComponent<{}, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, true, {}, any>, {
|
|
120
122
|
default(floatingPanel: UnwrapRef<UseFloatingPanelContext>): unknown;
|
|
121
123
|
}>;
|
|
122
124
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -133,7 +135,7 @@ interface FloatingPanelDragTriggerProps extends FloatingPanelDragTriggerBaseProp
|
|
|
133
135
|
*/
|
|
134
136
|
HTMLAttributes {}
|
|
135
137
|
declare const _default$5: typeof __VLS_export$9;
|
|
136
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
138
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1223.DefineComponent<FloatingPanelDragTriggerProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelDragTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
137
139
|
default?: (props: {}) => any;
|
|
138
140
|
}>;
|
|
139
141
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -150,7 +152,7 @@ interface FloatingPanelHeaderProps extends FloatingPanelHeaderBaseProps,
|
|
|
150
152
|
*/
|
|
151
153
|
HTMLAttributes {}
|
|
152
154
|
declare const _default$6: typeof __VLS_export$8;
|
|
153
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
155
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1223.DefineComponent<FloatingPanelHeaderProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
154
156
|
default?: (props: {}) => any;
|
|
155
157
|
}>;
|
|
156
158
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -167,7 +169,7 @@ interface FloatingPanelPositionerProps extends FloatingPanelPositionerBaseProps,
|
|
|
167
169
|
*/
|
|
168
170
|
HTMLAttributes {}
|
|
169
171
|
declare const _default$7: typeof __VLS_export$7;
|
|
170
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
172
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1223.DefineComponent<FloatingPanelPositionerProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
171
173
|
default?: (props: {}) => any;
|
|
172
174
|
}>;
|
|
173
175
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -184,7 +186,7 @@ interface FloatingPanelResizeTriggerProps extends FloatingPanelResizeTriggerBase
|
|
|
184
186
|
*/
|
|
185
187
|
HTMLAttributes {}
|
|
186
188
|
declare const _default$8: typeof __VLS_export$6;
|
|
187
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
189
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1223.DefineComponent<FloatingPanelResizeTriggerProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelResizeTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
188
190
|
default?: (props: {}) => any;
|
|
189
191
|
}>;
|
|
190
192
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -201,7 +203,7 @@ interface FloatingPanelStageTriggerProps extends FloatingPanelStageTriggerBasePr
|
|
|
201
203
|
*/
|
|
202
204
|
ButtonHTMLAttributes {}
|
|
203
205
|
declare const _default$11: typeof __VLS_export$5;
|
|
204
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
206
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1223.DefineComponent<FloatingPanelStageTriggerProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelStageTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
205
207
|
default?: (props: {}) => any;
|
|
206
208
|
}>;
|
|
207
209
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -214,21 +216,21 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
214
216
|
interface FloatingPanelRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
215
217
|
interface FloatingPanelRootProps extends FloatingPanelRootBaseProps {}
|
|
216
218
|
declare const _default$9: typeof __VLS_export$4;
|
|
217
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
219
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1223.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {
|
|
218
220
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
219
221
|
"update:open": (open: boolean) => any;
|
|
220
222
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
221
|
-
"update:position": (details:
|
|
223
|
+
"update:position": (details: _sprawlify_primitives_machines_menu0.Point) => any;
|
|
222
224
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
223
225
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
224
226
|
"update:size": (details: floatingPanel.Size) => any;
|
|
225
227
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
226
228
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
227
|
-
}, string,
|
|
229
|
+
}, string, vue1223.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
228
230
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
229
231
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
230
232
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
231
|
-
"onUpdate:position"?: ((details:
|
|
233
|
+
"onUpdate:position"?: ((details: _sprawlify_primitives_machines_menu0.Point) => any) | undefined;
|
|
232
234
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
233
235
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
234
236
|
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
@@ -237,14 +239,14 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue1232.DefineComponent<Floating
|
|
|
237
239
|
}>, {
|
|
238
240
|
draggable: boolean;
|
|
239
241
|
disabled: boolean;
|
|
240
|
-
open: boolean;
|
|
241
242
|
defaultOpen: boolean;
|
|
243
|
+
open: boolean;
|
|
242
244
|
closeOnEscape: boolean;
|
|
243
245
|
allowOverflow: boolean;
|
|
246
|
+
resizable: boolean;
|
|
244
247
|
lockAspectRatio: boolean;
|
|
245
248
|
persistRect: boolean;
|
|
246
|
-
|
|
247
|
-
}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
|
|
249
|
+
}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
248
250
|
default?: (props: {}) => any;
|
|
249
251
|
}>;
|
|
250
252
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -259,7 +261,7 @@ interface FloatingPanelRootProviderBaseProps extends RenderStrategyProps {
|
|
|
259
261
|
}
|
|
260
262
|
interface FloatingPanelRootProviderProps extends FloatingPanelRootProviderBaseProps {}
|
|
261
263
|
declare const _default$10: typeof __VLS_export$3;
|
|
262
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
264
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1223.DefineComponent<FloatingPanelRootProviderProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
263
265
|
default?: (props: {}) => any;
|
|
264
266
|
}>;
|
|
265
267
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -276,7 +278,7 @@ interface FloatingPanelTitleProps extends FloatingPanelTitleBaseProps,
|
|
|
276
278
|
*/
|
|
277
279
|
HTMLAttributes {}
|
|
278
280
|
declare const _default$12: typeof __VLS_export$2;
|
|
279
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
281
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1223.DefineComponent<FloatingPanelTitleProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
280
282
|
default?: (props: {}) => any;
|
|
281
283
|
}>;
|
|
282
284
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -293,7 +295,7 @@ interface FloatingPanelTriggerProps extends FloatingPanelTriggerBaseProps,
|
|
|
293
295
|
*/
|
|
294
296
|
ButtonHTMLAttributes {}
|
|
295
297
|
declare const _default$13: typeof __VLS_export$1;
|
|
296
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
298
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1223.DefineComponent<FloatingPanelTriggerProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
297
299
|
default?: (props: {}) => any;
|
|
298
300
|
}>;
|
|
299
301
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -310,7 +312,7 @@ interface FloatingPanelControlProps extends FloatingPanelControlBaseProps,
|
|
|
310
312
|
*/
|
|
311
313
|
HTMLAttributes {}
|
|
312
314
|
declare const _default$4: typeof __VLS_export;
|
|
313
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
315
|
+
declare const __VLS_export: __VLS_WithSlots<vue1223.DefineComponent<FloatingPanelControlProps, {}, {}, {}, {}, vue1223.ComponentOptionsMixin, vue1223.ComponentOptionsMixin, {}, string, vue1223.PublicProps, Readonly<FloatingPanelControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1223.ComponentProvideOptions, false, {}, any>, {
|
|
314
316
|
default?: (props: {}) => any;
|
|
315
317
|
}>;
|
|
316
318
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,12 +3,12 @@ import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../..
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as
|
|
7
|
-
import { t as
|
|
8
|
-
import {
|
|
6
|
+
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-DBrl1Bp0.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-Byk0B_Vq.js";
|
|
9
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
11
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
11
|
-
import { anatomy as floatingPanelAnatomy } from "@sprawlify/primitives/machines/floating-panel";
|
|
12
12
|
|
|
13
13
|
//#region src/components/floating-panel/use-floating-panel-context.ts
|
|
14
14
|
const [FloatingPanelProvider, useFloatingPanelContext] = createContext("FloatingPanelContext");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D5HMCjkS.js";
|
|
2
|
+
import * as vue1771 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<vue1771.DefineComponent<FocusTrapProps, {}, {}, {}, {}, vue1771.ComponentOptionsMixin, vue1771.ComponentOptionsMixin, {
|
|
28
28
|
activate: () => any;
|
|
29
29
|
deactivate: () => any;
|
|
30
|
-
}, string,
|
|
30
|
+
}, string, vue1771.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<vue1377.DefineComponent<FocusTrapPro
|
|
|
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, vue1771.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
|
-
import { t as sprawlify } from "../../factory-
|
|
4
|
-
import { t as cleanProps } from "../../clean-props-
|
|
3
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
4
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.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 vue194 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: vue194.DefineComponent<FormatByteProps, {}, {}, {}, {}, vue194.ComponentOptionsMixin, vue194.ComponentOptionsMixin, {}, string, vue194.PublicProps, Readonly<FormatByteProps> & Readonly<{}>, {}, {}, {}, {}, string, vue194.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: vue194.DefineComponent<FormatNumberProps, {}, {}, {}, {}, vue194.ComponentOptionsMixin, vue194.ComponentOptionsMixin, {}, string, vue194.PublicProps, Readonly<FormatNumberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue194.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: vue194.DefineComponent<FormatRelativeTimeProps, {}, {}, {}, {}, vue194.ComponentOptionsMixin, vue194.ComponentOptionsMixin, {}, string, vue194.PublicProps, Readonly<FormatRelativeTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue194.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 vue1172 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: vue1172.DefineComponent<FrameProps, {
|
|
21
|
+
frameRef: vue1172.Ref<HTMLIFrameElement | null, HTMLIFrameElement | null>;
|
|
22
|
+
}, {}, {}, {}, vue1172.ComponentOptionsMixin, vue1172.ComponentOptionsMixin, {} & {
|
|
23
23
|
mount: () => any;
|
|
24
24
|
unmount: () => any;
|
|
25
|
-
}, string,
|
|
25
|
+
}, string, vue1172.PublicProps, Readonly<FrameProps> & Readonly<{
|
|
26
26
|
onMount?: (() => any) | undefined;
|
|
27
27
|
onUnmount?: (() => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
29
|
srcDoc: string;
|
|
30
|
-
}, {}, {}, {}, string,
|
|
30
|
+
}, {}, {}, {}, string, vue1172.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 vue39 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>) => vue39.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:
|
|
29
|
+
declare const __VLS_export: vue39.DefineComponent<HighlightProps, {}, {}, {}, {}, vue39.ComponentOptionsMixin, vue39.ComponentOptionsMixin, {}, string, vue39.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
|
|
30
30
|
ignoreCase: boolean;
|
|
31
31
|
matchAll: boolean;
|
|
32
32
|
exactMatch: boolean;
|
|
33
|
-
}, {}, {}, {}, string,
|
|
33
|
+
}, {}, {}, {}, string, vue39.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { _default as Highlight, type HighlightChunk, type HighlightProps, type UseHighlightProps, useHighlight };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as cleanProps } from "../../clean-props-
|
|
1
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
2
2
|
import { Fragment, computed, createCommentVNode, createElementBlock, createTextVNode, defineComponent, openBlock, renderList, toDisplayString, toValue, unref } from "vue";
|
|
3
3
|
import { highlightWord } from "@sprawlify/primitives/highlight-word";
|
|
4
4
|
|