@sprawlify/vue 0.0.74 → 0.0.75
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/carousel-anatomy-D1y42Ex5.d.ts +6 -0
- package/dist/checkbox-anatomy-C3nJ17T-.d.ts +6 -0
- package/dist/{collapsible-kw6uns8K.js → collapsible-OXksISO6.js} +1 -1
- package/dist/color-picker-anatomy-Dyp524yB.d.ts +6 -0
- package/dist/{combobox-anatomy-CwdkDJPn.d.ts → combobox-anatomy-pMR3g6v-.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +17 -17
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/anatomy.d.ts +51 -50
- package/dist/components/anatomy.js +16 -15
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +12 -12
- 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 +24 -24
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +20 -20
- package/dist/components/checkbox/index.js +3 -3
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +16 -16
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +14 -14
- package/dist/components/collapsible/index.js +2 -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 +57 -57
- package/dist/components/color-picker/index.js +4 -4
- package/dist/components/combobox/index.d.ts +35 -36
- package/dist/components/combobox/index.js +5 -5
- package/dist/components/date-picker/index.d.ts +49 -49
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +32 -32
- package/dist/components/dialog/index.js +3 -3
- 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 +26 -26
- package/dist/components/editable/index.js +2 -2
- package/dist/components/field/index.d.ts +23 -23
- package/dist/components/field/index.js +2 -2
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +2 -2
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +2 -2
- package/dist/components/floating-panel/index.d.ts +29 -29
- 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 +4 -4
- package/dist/components/hover-card/index.d.ts +26 -26
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +1 -1
- 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 -25
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +24 -24
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +54 -54
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +17 -17
- package/dist/components/number-input/index.js +2 -2
- package/dist/components/pagination/index.d.ts +18 -18
- 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 +2 -2
- package/dist/components/pin-input/index.d.ts +19 -19
- package/dist/components/pin-input/index.js +2 -2
- package/dist/components/popover/index.d.ts +33 -33
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +1 -1
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +1 -1
- package/dist/components/radio-group/index.d.ts +17 -17
- package/dist/components/radio-group/index.js +2 -2
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +2 -2
- package/dist/components/scroll-area/index.d.ts +13 -13
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +1 -1
- package/dist/components/select/index.d.ts +41 -41
- package/dist/components/select/index.js +5 -5
- package/dist/components/separator/index.d.ts +81 -0
- package/dist/components/separator/index.js +135 -0
- package/dist/components/signature-pad/index.d.ts +16 -16
- package/dist/components/signature-pad/index.js +3 -3
- package/dist/components/slider/index.d.ts +20 -20
- package/dist/components/slider/index.js +2 -2
- package/dist/components/splitter/index.d.ts +15 -15
- package/dist/components/splitter/index.js +2 -2
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +2 -2
- package/dist/components/switch/index.d.ts +15 -15
- package/dist/components/switch/index.js +3 -3
- package/dist/components/tabs/index.d.ts +16 -16
- package/dist/components/tabs/index.js +4 -4
- package/dist/components/tags-input/index.d.ts +36 -36
- package/dist/components/tags-input/index.js +3 -3
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +2 -2
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +2 -2
- package/dist/components/toggle-group/index.d.ts +13 -13
- package/dist/components/toggle-group/index.js +2 -2
- package/dist/components/tooltip/index.d.ts +20 -20
- package/dist/components/tooltip/index.js +4 -4
- package/dist/components/tour/index.d.ts +30 -30
- package/dist/components/tour/index.js +4 -4
- package/dist/components/tree-view/index.d.ts +6 -6
- package/dist/components/tree-view/index.js +6 -6
- package/dist/date-picker-anatomy-Br9ap7TS.d.ts +6 -0
- package/dist/{field-C6iB3Tje.js → field-B_BAnE0z.js} +1 -1
- package/dist/{field-anatomy-meDug-96.d.ts → field-anatomy-loNm9_9u.d.ts} +2 -2
- package/dist/{fieldset-B1bn9yHW.js → fieldset-XmKsNoOC.js} +1 -1
- package/dist/{image-cropper-anatomy-Q-TC-Ntz.d.ts → image-cropper-anatomy-6_a6BSeW.d.ts} +1 -1
- package/dist/{index-_AirUBz0.d.ts → index-C-kA-knN.d.ts} +7 -7
- package/dist/{index-CKLWua9t.d.ts → index-DZ1ummfv.d.ts} +33 -33
- package/dist/{index-DmKzfNVe.d.ts → index-DzrYvQ8H.d.ts} +2 -2
- package/dist/{index-DLfVD7U5.d.ts → index-VvcSzgim.d.ts} +9 -9
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-ZW3V07FW.d.ts +6 -0
- package/dist/{presence-Byk0B_Vq.js → presence-B50UYKDY.js} +1 -1
- package/dist/{segment-group-anatomy-CNtzx5Yr.d.ts → segment-group-anatomy-DesMk15u.d.ts} +2 -2
- package/dist/separator-anatomy-C9bGchxg.js +3 -0
- package/dist/separator-anatomy-Cyw-DWpB.d.ts +2 -0
- package/dist/toggle-anatomy-C4EVS7GQ.d.ts +6 -0
- package/dist/tour-anatomy-Bc1FNWON.d.ts +6 -0
- package/dist/{tree-view-BBC0paRq.js → tree-view-D0JBQ_ly.js} +4 -4
- package/package.json +2 -2
- package/dist/carousel-anatomy-CP646ljY.d.ts +0 -6
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +0 -6
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +0 -6
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +0 -6
- package/dist/listbox-anatomy-CHgk_go8.d.ts +0 -6
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +0 -6
- package/dist/tour-anatomy-CgFQsxyi.d.ts +0 -6
- /package/dist/{accordion-anatomy-rCL5aWqn.d.ts → accordion-anatomy-Bxs15n6t.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-Dx77gXPi.d.ts → angle-slider-anatomy-4JLhdGMa.d.ts} +0 -0
- /package/dist/{avatar-anatomy-DqwdmVib.d.ts → avatar-anatomy-DRst-MIc.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CATwdEhi.d.ts → bottom-sheet-anatomy-DUXumYfR.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-BtxJPw4p.d.ts → clipboard-anatomy-BOEGNpiY.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-C-2X58M2.d.ts → collapsible-anatomy-DxiuORza.d.ts} +0 -0
- /package/dist/{collection-BHgAE3BH.js → collection-CBh5p7A_.js} +0 -0
- /package/dist/{create-split-props-BQ6yvpdF.js → create-split-props-D8oe6Rby.js} +0 -0
- /package/dist/{dialog-anatomy--8BPzYvc.d.ts → dialog-anatomy-ByMvuBxr.d.ts} +0 -0
- /package/dist/{editable-anatomy-qX6giV4Y.d.ts → editable-anatomy-D7zUtMKW.d.ts} +0 -0
- /package/dist/{factory-D5HMCjkS.d.ts → factory-n7N-L7_o.d.ts} +0 -0
- /package/dist/{factory-DxZQviAU.js → factory-xNPol80p.js} +0 -0
- /package/dist/{fieldset-anatomy-BENizr4L.d.ts → fieldset-anatomy-9h1GFO6X.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-BFGZTW-d.d.ts → file-upload-anatomy-DdLNgaPz.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-aRL0nEuA.d.ts → floating-panel-anatomy-DwkXF2tr.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BL8G0P5L.d.ts → hover-card-anatomy-CTX5TEi3.d.ts} +0 -0
- /package/dist/{index-e9UjgIag.d.ts → index-BezmG5AK.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BSMR6X4B.d.ts → marquee-anatomy-CS5BoKG3.d.ts} +0 -0
- /package/dist/{menu-anatomy-2i8La6ak.d.ts → menu-anatomy-DcjSKaK6.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-kSlLw4EL.d.ts → navigation-menu-anatomy-bvfS7a-6.d.ts} +0 -0
- /package/dist/{number-input-anatomy-BrKnd1U3.d.ts → number-input-anatomy-BEL1Q-ZK.d.ts} +0 -0
- /package/dist/{pagination-anatomy-NpCn-mYm.d.ts → pagination-anatomy-xc9Fxt__.d.ts} +0 -0
- /package/dist/{password-input-anatomy-BJPXSE6T.d.ts → password-input-anatomy-CQFdYR2z.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-OckZj-cF.d.ts → pin-input-anatomy-nRaqyCV2.d.ts} +0 -0
- /package/dist/{popover-anatomy-Ce31QPso.d.ts → popover-anatomy-Cwp8_2Po.d.ts} +0 -0
- /package/dist/{presence-types-CaUy1bPc.d.ts → presence-types-CC57eEhO.d.ts} +0 -0
- /package/dist/{progress-anatomy-DUD4W7vg.d.ts → progress-anatomy-BubUhrtU.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-Dmh5IV3m.d.ts → qr-code-anatomy-DKYQO_yO.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-CXwS1OoR.d.ts → radio-group-anatomy-CiNL4B5J.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DMTutKxa.d.ts → rating-group-anatomy-DEi1Omvv.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-Cxkrq_al.d.ts → scroll-area-anatomy-CefzWgS5.d.ts} +0 -0
- /package/dist/{select-anatomy-Elu3b3Op.d.ts → select-anatomy-BLK5Kq84.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-Mz3w_i5B.js → signature-pad-anatomy-CoeXwoDo.js} +0 -0
- /package/dist/{signature-pad-anatomy-B-OK1170.d.ts → signature-pad-anatomy-ZbCDnYGZ.d.ts} +0 -0
- /package/dist/{slider-anatomy-Ctfd4geR.d.ts → slider-anatomy-BMTjqedI.d.ts} +0 -0
- /package/dist/{slider-anatomy-3KpCBnz3.js → slider-anatomy-D1MIQawS.js} +0 -0
- /package/dist/{splitter-anatomy-CN7s6WdQ.d.ts → splitter-anatomy-Bb-vdY9S.d.ts} +0 -0
- /package/dist/{splitter-anatomy-D2RNa-hA.js → splitter-anatomy-mbvD9KMw.js} +0 -0
- /package/dist/{steps-anatomy-DrtAi5Mk.d.ts → steps-anatomy-CMM7Zciy.d.ts} +0 -0
- /package/dist/{steps-anatomy-CSfgiyVI.js → steps-anatomy-DL1kFLaW.js} +0 -0
- /package/dist/{switch-anatomy-DDL1v5Fs.js → switch-anatomy-C_MAURJE.js} +0 -0
- /package/dist/{switch-anatomy-Z4qGqnte.d.ts → switch-anatomy-Dmg0RYjh.d.ts} +0 -0
- /package/dist/{tabs-anatomy-BL3YLH_t.d.ts → tabs-anatomy-CgXloO7s.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DlQHg-E8.js → tabs-anatomy-DF_ekPnt.js} +0 -0
- /package/dist/{tags-input-anatomy-AHepxK3s.d.ts → tags-input-anatomy-C0HLrulm.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DYSi98Bx.js → tags-input-anatomy-Dpn_Smms.js} +0 -0
- /package/dist/{timer-anatomy-C9bTbrUf.js → timer-anatomy-BF3_7vbc.js} +0 -0
- /package/dist/{timer-anatomy-Be-Fa71t.d.ts → timer-anatomy-D0Ey9n_K.d.ts} +0 -0
- /package/dist/{toast-anatomy-CssUp7TT.js → toast-anatomy-BHDNHkvU.js} +0 -0
- /package/dist/{toast-anatomy-_k_zeUjw.d.ts → toast-anatomy-DHifYWal.d.ts} +0 -0
- /package/dist/{toggle-anatomy-D8XJQLnW.js → toggle-anatomy-B79YArNR.js} +0 -0
- /package/dist/{toggle-group-anatomy-L0_56E8r.d.ts → toggle-group-anatomy-BpV0-6Xe.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-DD8PvB75.js → toggle-group-anatomy-CFLq6ia_.js} +0 -0
- /package/dist/{tooltip-anatomy-jbsTMGov.d.ts → tooltip-anatomy-BlxUQUEe.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-CPw1wOXd.js → tooltip-anatomy-D6lPF-Wq.js} +0 -0
- /package/dist/{tour-anatomy-CDmnjoPR.js → tour-anatomy-Cg6ZDDuV.js} +0 -0
- /package/dist/{tree-view-anatomy-BW_ruJ-g.js → tree-view-anatomy--Ft8ROVn.js} +0 -0
- /package/dist/{tree-view-anatomy-BM2MLpUa.d.ts → tree-view-anatomy-zTRJrcH9.d.ts} +0 -0
- /package/dist/{types-DVbnnQPS.d.ts → types-D_fjXif6.d.ts} +0 -0
- /package/dist/{use-render-strategy-Bx4OiQlo.js → use-render-strategy-3G0_HWbg.js} +0 -0
- /package/dist/{use-render-strategy-DsagWQCm.d.ts → use-render-strategy-CEbMLMD1.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as pinInputAnatomy } from "../../pin-input-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as pinInputAnatomy } from "../../pin-input-anatomy-nRaqyCV2.js";
|
|
5
|
+
import * as vue426 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|
|
8
8
|
import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails } from "@sprawlify/primitives/machines/pin-input";
|
|
@@ -15,7 +15,7 @@ interface PinInputControlProps extends PinInputControlBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default$1: typeof __VLS_export$6;
|
|
18
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
18
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue426.DefineComponent<PinInputControlProps, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {}, string, vue426.PublicProps, Readonly<PinInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue426.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface PinInputHiddenInputProps extends PinInputHiddenInputBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
InputHTMLAttributes {}
|
|
34
34
|
declare const _default$2: typeof __VLS_export$5;
|
|
35
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
35
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue426.DefineComponent<PinInputHiddenInputProps, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {}, string, vue426.PublicProps, Readonly<PinInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue426.ComponentProvideOptions, false, {}, any>, {
|
|
36
36
|
default?: (props: {}) => any;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -49,7 +49,7 @@ interface PinInputInputProps extends PinInputInputBaseProps,
|
|
|
49
49
|
*/
|
|
50
50
|
InputHTMLAttributes {}
|
|
51
51
|
declare const _default$3: typeof __VLS_export$4;
|
|
52
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
52
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue426.DefineComponent<PinInputInputProps, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {}, string, vue426.PublicProps, Readonly<PinInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue426.ComponentProvideOptions, false, {}, any>, {
|
|
53
53
|
default?: (props: {}) => any;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -66,7 +66,7 @@ interface PinInputLabelProps extends PinInputLabelBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
LabelHTMLAttributes {}
|
|
68
68
|
declare const _default$4: typeof __VLS_export$3;
|
|
69
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
69
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue426.DefineComponent<PinInputLabelProps, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {}, string, vue426.PublicProps, Readonly<PinInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue426.ComponentProvideOptions, false, {}, any>, {
|
|
70
70
|
default?: (props: {}) => any;
|
|
71
71
|
}>;
|
|
72
72
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -86,7 +86,7 @@ interface PinInputRootProviderProps extends PinInputRootProviderBaseProps,
|
|
|
86
86
|
*/
|
|
87
87
|
HTMLAttributes {}
|
|
88
88
|
declare const _default$6: typeof __VLS_export$2;
|
|
89
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
89
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue426.DefineComponent<PinInputRootProviderProps, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {}, string, vue426.PublicProps, Readonly<PinInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue426.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
91
91
|
}>;
|
|
92
92
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -140,27 +140,27 @@ interface PinInputRootProps extends PinInputRootBaseProps,
|
|
|
140
140
|
HTMLAttributes {}
|
|
141
141
|
interface PinInputRootEmits extends RootEmits {}
|
|
142
142
|
declare const _default$5: typeof __VLS_export$1;
|
|
143
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
143
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue426.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {
|
|
144
144
|
valueChange: (details: pinInput.ValueChangeDetails) => any;
|
|
145
145
|
"update:modelValue": (value: string[]) => any;
|
|
146
|
-
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
147
146
|
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
148
|
-
|
|
147
|
+
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
148
|
+
}, string, vue426.PublicProps, Readonly<PinInputRootProps> & Readonly<{
|
|
149
149
|
onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
150
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
151
|
-
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
152
151
|
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
152
|
+
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
|
-
disabled: boolean;
|
|
155
154
|
mask: boolean;
|
|
155
|
+
disabled: boolean;
|
|
156
156
|
required: boolean;
|
|
157
|
+
autoFocus: boolean;
|
|
157
158
|
invalid: boolean;
|
|
158
159
|
readOnly: boolean;
|
|
159
|
-
autoFocus: boolean;
|
|
160
|
-
selectOnFocus: boolean;
|
|
161
160
|
blurOnComplete: boolean;
|
|
162
161
|
otp: boolean;
|
|
163
|
-
|
|
162
|
+
selectOnFocus: boolean;
|
|
163
|
+
}, {}, {}, {}, string, vue426.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
166
166
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -187,7 +187,7 @@ interface PinInputContextProps extends SlotsType<{
|
|
|
187
187
|
default: UnwrapRef<UsePinInputContext>;
|
|
188
188
|
}> {}
|
|
189
189
|
declare const _default: typeof __VLS_export;
|
|
190
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
190
|
+
declare const __VLS_export: __VLS_WithSlots<vue426.DefineComponent<{}, {}, {}, {}, {}, vue426.ComponentOptionsMixin, vue426.ComponentOptionsMixin, {}, string, vue426.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue426.ComponentProvideOptions, true, {}, any>, {
|
|
191
191
|
default(pinInput: UnwrapRef<UsePinInputContext>): unknown;
|
|
192
192
|
}>;
|
|
193
193
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -5,9 +5,9 @@ import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import "../../field-anatomy-DOCpzb4B.js";
|
|
7
7
|
import { t as pinInputAnatomy } from "../../pin-input-anatomy-Blh9Y2sq.js";
|
|
8
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
9
9
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
10
|
-
import { p as useFieldContext } from "../../field-
|
|
10
|
+
import { p as useFieldContext } from "../../field-B_BAnE0z.js";
|
|
11
11
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|
|
13
13
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import { t as popoverAnatomy } from "../../popover-anatomy-
|
|
7
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-CC57eEhO.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
|
|
6
|
+
import { t as popoverAnatomy } from "../../popover-anatomy-Cwp8_2Po.js";
|
|
7
|
+
import * as vue1036 from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_combobox25 from "@sprawlify/primitives/machines/combobox";
|
|
10
10
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ interface PopoverAnchorProps extends PopoverAnchorBaseProps,
|
|
|
18
18
|
*/
|
|
19
19
|
HTMLAttributes {}
|
|
20
20
|
declare const _default: typeof __VLS_export$12;
|
|
21
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
21
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1036.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
22
22
|
default?: (props: {}) => any;
|
|
23
23
|
}>;
|
|
24
24
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -35,7 +35,7 @@ interface PopoverArrowTipProps extends PopoverArrowTipBaseProps,
|
|
|
35
35
|
*/
|
|
36
36
|
HTMLAttributes {}
|
|
37
37
|
declare const _default$2: typeof __VLS_export$11;
|
|
38
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
38
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1036.DefineComponent<PopoverArrowTipProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
39
39
|
default?: (props: {}) => any;
|
|
40
40
|
}>;
|
|
41
41
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -52,7 +52,7 @@ interface PopoverArrowProps extends PopoverArrowBaseProps,
|
|
|
52
52
|
*/
|
|
53
53
|
HTMLAttributes {}
|
|
54
54
|
declare const _default$1: typeof __VLS_export$10;
|
|
55
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
55
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1036.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
56
56
|
default?: (props: {}) => any;
|
|
57
57
|
}>;
|
|
58
58
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -69,7 +69,7 @@ interface PopoverCloseTriggerProps extends PopoverCloseTriggerBaseProps,
|
|
|
69
69
|
*/
|
|
70
70
|
ButtonHTMLAttributes {}
|
|
71
71
|
declare const _default$3: typeof __VLS_export$9;
|
|
72
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
72
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1036.DefineComponent<PopoverCloseTriggerProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
73
73
|
default?: (props: {}) => any;
|
|
74
74
|
}>;
|
|
75
75
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -86,7 +86,7 @@ interface PopoverContentProps extends PopoverContentBaseProps,
|
|
|
86
86
|
*/
|
|
87
87
|
HTMLAttributes {}
|
|
88
88
|
declare const _default$4: typeof __VLS_export$8;
|
|
89
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
89
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1036.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
91
91
|
}>;
|
|
92
92
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -148,7 +148,7 @@ interface PopoverContextProps extends SlotsType<{
|
|
|
148
148
|
default: UnwrapRef<UsePopoverContext>;
|
|
149
149
|
}> {}
|
|
150
150
|
declare const _default$5: typeof __VLS_export$7;
|
|
151
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
151
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1036.DefineComponent<{}, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, true, {}, any>, {
|
|
152
152
|
default(popover: UnwrapRef<UsePopoverContext>): unknown;
|
|
153
153
|
}>;
|
|
154
154
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -165,7 +165,7 @@ interface PopoverDescriptionProps extends PopoverDescriptionBaseProps,
|
|
|
165
165
|
*/
|
|
166
166
|
HTMLAttributes {}
|
|
167
167
|
declare const _default$6: typeof __VLS_export$6;
|
|
168
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
168
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1036.DefineComponent<PopoverDescriptionProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
169
169
|
default?: (props: {}) => any;
|
|
170
170
|
}>;
|
|
171
171
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -182,7 +182,7 @@ interface PopoverIndicatorProps extends PopoverIndicatorBaseProps,
|
|
|
182
182
|
*/
|
|
183
183
|
HTMLAttributes {}
|
|
184
184
|
declare const _default$7: typeof __VLS_export$5;
|
|
185
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
185
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1036.DefineComponent<PopoverIndicatorProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
186
186
|
default?: (props: {}) => any;
|
|
187
187
|
}>;
|
|
188
188
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -199,7 +199,7 @@ interface PopoverPositionerProps extends PopoverPositionerBaseProps,
|
|
|
199
199
|
*/
|
|
200
200
|
HTMLAttributes {}
|
|
201
201
|
declare const _default$8: typeof __VLS_export$4;
|
|
202
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
202
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1036.DefineComponent<PopoverPositionerProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
205
205
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -216,11 +216,11 @@ interface PopoverRootProviderBaseProps extends RootProviderProps, RenderStrategy
|
|
|
216
216
|
interface PopoverRootProviderProps extends PopoverRootProviderBaseProps {}
|
|
217
217
|
interface PopoverRootProviderEmits extends RootEmits$1 {}
|
|
218
218
|
declare const _default$10: typeof __VLS_export$3;
|
|
219
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
219
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1036.DefineComponent<PopoverRootProviderProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {
|
|
220
220
|
exitComplete: () => any;
|
|
221
|
-
}, string,
|
|
221
|
+
}, string, vue1036.PublicProps, Readonly<PopoverRootProviderProps> & Readonly<{
|
|
222
222
|
onExitComplete?: (() => any) | undefined;
|
|
223
|
-
}>, {}, {}, {}, {}, string,
|
|
223
|
+
}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
224
224
|
default?: (props: {}) => any;
|
|
225
225
|
}>;
|
|
226
226
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -234,12 +234,12 @@ interface PopoverRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
234
234
|
interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
235
235
|
interface PopoverRootEmits extends RootEmits {}
|
|
236
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
237
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
237
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1036.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {
|
|
238
238
|
exitComplete: () => any;
|
|
239
|
-
focusOutside: (event:
|
|
240
|
-
interactOutside: (event:
|
|
239
|
+
focusOutside: (event: _sprawlify_primitives_machines_combobox25.FocusOutsideEvent) => any;
|
|
240
|
+
interactOutside: (event: _sprawlify_primitives_machines_combobox25.InteractOutsideEvent) => any;
|
|
241
241
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
242
|
-
pointerDownOutside: (event:
|
|
242
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_combobox25.PointerDownOutsideEvent) => any;
|
|
243
243
|
"update:open": (open: boolean) => any;
|
|
244
244
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
245
245
|
requestDismiss: (event: CustomEvent<{
|
|
@@ -248,12 +248,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue1100.DefineComponent<PopoverR
|
|
|
248
248
|
originalIndex: number;
|
|
249
249
|
targetIndex: number;
|
|
250
250
|
}>) => any;
|
|
251
|
-
}, string,
|
|
251
|
+
}, string, vue1036.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
252
252
|
onExitComplete?: (() => any) | undefined;
|
|
253
|
-
onFocusOutside?: ((event:
|
|
254
|
-
onInteractOutside?: ((event:
|
|
253
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_combobox25.FocusOutsideEvent) => any) | undefined;
|
|
254
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_combobox25.InteractOutsideEvent) => any) | undefined;
|
|
255
255
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
256
|
-
onPointerDownOutside?: ((event:
|
|
256
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_combobox25.PointerDownOutsideEvent) => any) | undefined;
|
|
257
257
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
258
258
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
259
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
@@ -266,11 +266,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue1100.DefineComponent<PopoverR
|
|
|
266
266
|
autoFocus: boolean;
|
|
267
267
|
defaultOpen: boolean;
|
|
268
268
|
open: boolean;
|
|
269
|
-
modal: boolean;
|
|
270
|
-
closeOnInteractOutside: boolean;
|
|
271
269
|
closeOnEscape: boolean;
|
|
270
|
+
closeOnInteractOutside: boolean;
|
|
271
|
+
modal: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
|
-
}, {}, {}, {}, string,
|
|
273
|
+
}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
274
274
|
default?: (props: {}) => any;
|
|
275
275
|
}>;
|
|
276
276
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -287,7 +287,7 @@ interface PopoverTitleProps extends PopoverTitleBaseProps,
|
|
|
287
287
|
*/
|
|
288
288
|
HTMLAttributes {}
|
|
289
289
|
declare const _default$11: typeof __VLS_export$1;
|
|
290
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
290
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1036.DefineComponent<PopoverTitleProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
291
291
|
default?: (props: {}) => any;
|
|
292
292
|
}>;
|
|
293
293
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -304,7 +304,7 @@ interface PopoverTriggerProps extends PopoverTriggerBaseProps,
|
|
|
304
304
|
*/
|
|
305
305
|
ButtonHTMLAttributes {}
|
|
306
306
|
declare const _default$12: typeof __VLS_export;
|
|
307
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
307
|
+
declare const __VLS_export: __VLS_WithSlots<vue1036.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue1036.ComponentOptionsMixin, vue1036.ComponentOptionsMixin, {}, string, vue1036.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1036.ComponentProvideOptions, false, {}, any>, {
|
|
308
308
|
default?: (props: {}) => any;
|
|
309
309
|
}>;
|
|
310
310
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,10 +4,10 @@ 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 popoverAnatomy } from "../../popover-anatomy-DXWeYlnF.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
10
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
9
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-3G0_HWbg.js";
|
|
10
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B50UYKDY.js";
|
|
11
11
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
13
13
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../../factory-
|
|
2
|
-
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-
|
|
1
|
+
import "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-VvcSzgim.js";
|
|
3
3
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../core-DNndr38p.js";
|
|
2
2
|
import "../../create-context-Ds1GbsVc.js";
|
|
3
3
|
import "../../use-forward-expose-CCAmHTUB.js";
|
|
4
|
-
import "../../factory-
|
|
5
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-
|
|
4
|
+
import "../../factory-xNPol80p.js";
|
|
5
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-B50UYKDY.js";
|
|
6
6
|
|
|
7
7
|
export { presence_default as Presence, PresenceProvider, usePresence, usePresenceContext };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as progressAnatomy } from "../../progress-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as progressAnatomy } from "../../progress-anatomy-BubUhrtU.js";
|
|
5
|
+
import * as vue931 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as progress from "@sprawlify/primitives/machines/progress";
|
|
8
8
|
import { ValueChangeDetails, ValueChangeDetails as ProgressValueChangeDetails, ValueTranslationDetails, ValueTranslationDetails as ProgressValueTranslationDetails, ViewProps } from "@sprawlify/primitives/machines/progress";
|
|
@@ -15,7 +15,7 @@ interface ProgressCircleRangeProps extends ProgressCircleRangeBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default$1: typeof __VLS_export$10;
|
|
18
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
18
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue931.DefineComponent<ProgressCircleRangeProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressCircleRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface ProgressCircleTrackProps extends ProgressCircleTrackBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
HTMLAttributes {}
|
|
34
34
|
declare const _default$2: typeof __VLS_export$9;
|
|
35
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
35
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue931.DefineComponent<ProgressCircleTrackProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressCircleTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
36
36
|
default?: (props: {}) => any;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -49,7 +49,7 @@ interface ProgressCircleProps extends ProgressCircleBaseProps,
|
|
|
49
49
|
*/
|
|
50
50
|
SVGAttributes {}
|
|
51
51
|
declare const _default: typeof __VLS_export$8;
|
|
52
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
52
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue931.DefineComponent<ProgressCircleProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressCircleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
53
53
|
default?: (props: {}) => any;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -96,7 +96,7 @@ interface ProgressContextProps extends SlotsType<{
|
|
|
96
96
|
default: UnwrapRef<UseProgressContext>;
|
|
97
97
|
}> {}
|
|
98
98
|
declare const _default$3: typeof __VLS_export$7;
|
|
99
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
99
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue931.DefineComponent<{}, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, true, {}, any>, {
|
|
100
100
|
default(progress: UnwrapRef<UseProgressContext>): unknown;
|
|
101
101
|
}>;
|
|
102
102
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -113,7 +113,7 @@ interface ProgressLabelProps extends ProgressLabelBaseProps,
|
|
|
113
113
|
*/
|
|
114
114
|
LabelHTMLAttributes {}
|
|
115
115
|
declare const _default$4: typeof __VLS_export$6;
|
|
116
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
116
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue931.DefineComponent<ProgressLabelProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
117
117
|
default?: (props: {}) => any;
|
|
118
118
|
}>;
|
|
119
119
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -130,7 +130,7 @@ interface ProgressRangeProps extends ProgressRangeBaseProps,
|
|
|
130
130
|
*/
|
|
131
131
|
HTMLAttributes {}
|
|
132
132
|
declare const _default$5: typeof __VLS_export$5;
|
|
133
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
133
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue931.DefineComponent<ProgressRangeProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
134
134
|
default?: (props: {}) => any;
|
|
135
135
|
}>;
|
|
136
136
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -150,7 +150,7 @@ interface ProgressRootProviderProps extends ProgressRootProviderBaseProps,
|
|
|
150
150
|
*/
|
|
151
151
|
HTMLAttributes {}
|
|
152
152
|
declare const _default$7: typeof __VLS_export$4;
|
|
153
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
153
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue931.DefineComponent<ProgressRootProviderProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
154
154
|
default?: (props: {}) => any;
|
|
155
155
|
}>;
|
|
156
156
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -168,7 +168,7 @@ interface ProgressRootProps extends ProgressRootBaseProps,
|
|
|
168
168
|
HTMLAttributes {}
|
|
169
169
|
interface ProgressRootEmits extends RootEmits {}
|
|
170
170
|
declare const _default$6: typeof __VLS_export$3;
|
|
171
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
171
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue931.DefineComponent<ProgressRootProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
172
172
|
default?: (props: {}) => any;
|
|
173
173
|
}>;
|
|
174
174
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -185,7 +185,7 @@ interface ProgressTrackProps extends ProgressTrackBaseProps,
|
|
|
185
185
|
*/
|
|
186
186
|
HTMLAttributes {}
|
|
187
187
|
declare const _default$8: typeof __VLS_export$2;
|
|
188
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
188
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue931.DefineComponent<ProgressTrackProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
189
189
|
default?: (props: {}) => any;
|
|
190
190
|
}>;
|
|
191
191
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -202,7 +202,7 @@ interface ProgressValueTextProps extends ProgressValueTextBaseProps,
|
|
|
202
202
|
*/
|
|
203
203
|
HTMLAttributes {}
|
|
204
204
|
declare const _default$9: typeof __VLS_export$1;
|
|
205
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
205
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue931.DefineComponent<ProgressValueTextProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
206
206
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
207
207
|
new (): {
|
|
208
208
|
$slots: S;
|
|
@@ -217,7 +217,7 @@ interface ProgressViewProps extends ProgressViewBaseProps,
|
|
|
217
217
|
*/
|
|
218
218
|
HTMLAttributes {}
|
|
219
219
|
declare const _default$10: typeof __VLS_export;
|
|
220
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
220
|
+
declare const __VLS_export: __VLS_WithSlots<vue931.DefineComponent<ProgressViewProps, {}, {}, {}, {}, vue931.ComponentOptionsMixin, vue931.ComponentOptionsMixin, {}, string, vue931.PublicProps, Readonly<ProgressViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue931.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
223
223
|
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 progressAnatomy } from "../../progress-anatomy-lioRhIrB.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
10
10
|
import * as progress from "@sprawlify/primitives/machines/progress";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as qrCodeAnatomy } from "../../qr-code-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as qrCodeAnatomy } from "../../qr-code-anatomy-DKYQO_yO.js";
|
|
5
|
+
import * as vue274 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as qrcode from "@sprawlify/primitives/machines/qr-code";
|
|
8
8
|
import { DownloadTriggerProps, QrCodeGenerateOptions, QrCodeGenerateOptions as GenerateOptions, QrCodeGenerateResult, QrCodeGenerateResult as GenerateResult } from "@sprawlify/primitives/machines/qr-code";
|
|
@@ -39,7 +39,7 @@ interface QrCodeContextProps extends SlotsType<{
|
|
|
39
39
|
default: UnwrapRef<UseQrCodeContext>;
|
|
40
40
|
}> {}
|
|
41
41
|
declare const _default: typeof __VLS_export$6;
|
|
42
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
42
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue274.DefineComponent<{}, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, true, {}, any>, {
|
|
43
43
|
default(qrCode: UnwrapRef<UseQrCodeContext>): unknown;
|
|
44
44
|
}>;
|
|
45
45
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -56,7 +56,7 @@ interface QrCodeDownloadTriggerProps extends QrCodeDownloadTriggerBaseProps,
|
|
|
56
56
|
*/
|
|
57
57
|
ButtonHTMLAttributes {}
|
|
58
58
|
declare const _default$1: typeof __VLS_export$5;
|
|
59
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
59
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue274.DefineComponent<QrCodeDownloadTriggerProps, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<QrCodeDownloadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, false, {}, any>, {
|
|
60
60
|
default?: (props: {}) => any;
|
|
61
61
|
}>;
|
|
62
62
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -73,7 +73,7 @@ interface QrCodeFrameProps extends QrCodeFrameBaseProps,
|
|
|
73
73
|
*/
|
|
74
74
|
SVGAttributes {}
|
|
75
75
|
declare const _default$2: typeof __VLS_export$4;
|
|
76
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
76
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue274.DefineComponent<QrCodeFrameProps, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<QrCodeFrameProps> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, false, {}, any>, {
|
|
77
77
|
default?: (props: {}) => any;
|
|
78
78
|
}>;
|
|
79
79
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -90,7 +90,7 @@ interface QrCodeOverlayProps extends QrCodeOverlayBaseProps,
|
|
|
90
90
|
*/
|
|
91
91
|
HTMLAttributes {}
|
|
92
92
|
declare const _default$3: typeof __VLS_export$3;
|
|
93
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
93
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue274.DefineComponent<QrCodeOverlayProps, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<QrCodeOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, false, {}, any>, {
|
|
94
94
|
default?: (props: {}) => any;
|
|
95
95
|
}>;
|
|
96
96
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -107,7 +107,7 @@ interface QrCodePatternProps extends QrCodePatternBaseProps,
|
|
|
107
107
|
*/
|
|
108
108
|
SVGAttributes {}
|
|
109
109
|
declare const _default$4: typeof __VLS_export$2;
|
|
110
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
110
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue274.DefineComponent<QrCodePatternProps, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<QrCodePatternProps> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, false, {}, any>, {
|
|
111
111
|
default?: (props: {}) => any;
|
|
112
112
|
}>;
|
|
113
113
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -127,7 +127,7 @@ interface QrCodeRootProviderProps extends QrCodeRootProviderBaseProps,
|
|
|
127
127
|
*/
|
|
128
128
|
HTMLAttributes {}
|
|
129
129
|
declare const _default$6: typeof __VLS_export$1;
|
|
130
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
130
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue274.DefineComponent<QrCodeRootProviderProps, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<QrCodeRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, false, {}, any>, {
|
|
131
131
|
default?: (props: {}) => any;
|
|
132
132
|
}>;
|
|
133
133
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -145,7 +145,7 @@ interface QrCodeRootProps extends QrCodeRootBaseProps,
|
|
|
145
145
|
HTMLAttributes {}
|
|
146
146
|
interface QrCodeRootEmits extends RootEmits {}
|
|
147
147
|
declare const _default$5: typeof __VLS_export;
|
|
148
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
148
|
+
declare const __VLS_export: __VLS_WithSlots<vue274.DefineComponent<QrCodeRootProps, {}, {}, {}, {}, vue274.ComponentOptionsMixin, vue274.ComponentOptionsMixin, {}, string, vue274.PublicProps, Readonly<QrCodeRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue274.ComponentProvideOptions, false, {}, any>, {
|
|
149
149
|
default?: (props: {}) => any;
|
|
150
150
|
}>;
|
|
151
151
|
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 qrCodeAnatomy } from "../../qr-code-anatomy-CIy9Wai6.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as qrcode from "@sprawlify/primitives/machines/qr-code";
|