@sprawlify/vue 0.0.72 → 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-jX9S7WYj.js → collapsible-kw6uns8K.js} +3 -4
- package/dist/{collection-DGKjEgOz.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 +21 -20
- 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 +18 -17
- 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 +24 -23
- package/dist/components/bottom-sheet/index.js +6 -6
- package/dist/components/carousel/index.d.ts +24 -27
- package/dist/components/carousel/index.js +3 -7
- package/dist/components/checkbox/index.d.ts +22 -25
- 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 +17 -16
- 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 +48 -51
- package/dist/components/date-picker/index.js +6 -9
- package/dist/components/dialog/index.d.ts +37 -36
- 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 +29 -28
- 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 +29 -27
- 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 +13 -13
- package/dist/components/json-tree-view/index.js +6 -6
- package/dist/components/listbox/index.d.ts +23 -26
- 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 +60 -58
- 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 +19 -18
- 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 +39 -38
- 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 +19 -18
- package/dist/components/radio-group/index.js +6 -5
- package/dist/components/rating-group/index.d.ts +17 -16
- 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 +17 -20
- 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 +23 -22
- 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 +18 -17
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +35 -34
- 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 +155 -0
- package/dist/components/toast/index.js +265 -0
- package/dist/components/toggle/index.d.ts +98 -0
- package/dist/components/toggle/index.js +126 -0
- package/dist/components/toggle-group/index.d.ts +128 -0
- package/dist/components/toggle-group/index.js +207 -0
- package/dist/components/tooltip/index.d.ts +202 -0
- package/dist/components/tooltip/index.js +349 -0
- package/dist/components/tour/index.d.ts +305 -0
- package/dist/components/tour/index.js +502 -0
- 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-DwWFWpls.d.ts → index-CKLWua9t.d.ts} +35 -35
- package/dist/{index-B_UiXhk3.d.ts → index-DLfVD7U5.d.ts} +11 -11
- package/dist/{index-xb1q4_02.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-B4-UhJY9.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-Ctpu5RjE.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 +26 -2
- /package/dist/{boolean-CpMsIRK4.js → boolean-L5YmbZkb.js} +0 -0
- /package/dist/{clean-props-D2R4tz5e.js → clean-props-DsGHTEpm.js} +0 -0
- /package/dist/{create-split-props-0RD5_O4P.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-DA33j31C.js → use-render-strategy-Bx4OiQlo.js} +0 -0
- /package/dist/{use-render-strategy-U5NxU252.d.ts → use-render-strategy-DsagWQCm.d.ts} +0 -0
|
@@ -3,12 +3,13 @@ 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 passwordInputAnatomy } from "../../password-input-anatomy-D0nhl7MJ.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 { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, withCtx } from "vue";
|
|
10
12
|
import * as passwordInput from "@sprawlify/primitives/machines/password-input";
|
|
11
|
-
import { anatomy as passwordInputAnatomy } from "@sprawlify/primitives/machines/password-input";
|
|
12
13
|
|
|
13
14
|
//#region src/components/password-input/use-password-input-context.ts
|
|
14
15
|
const [PasswordInputProvider, usePasswordInputContext] = createContext("PasswordInput");
|
|
@@ -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 pinInputAnatomy } from "../../pin-input-anatomy-OckZj-cF.js";
|
|
5
|
+
import * as vue1731 from "vue";
|
|
5
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
7
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|
|
7
|
-
import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails
|
|
8
|
+
import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails } from "@sprawlify/primitives/machines/pin-input";
|
|
8
9
|
|
|
9
10
|
//#region src/components/pin-input/pin-input-control.vue.d.ts
|
|
10
11
|
interface PinInputControlBaseProps extends PolymorphicProps {}
|
|
@@ -14,7 +15,7 @@ interface PinInputControlProps extends PinInputControlBaseProps,
|
|
|
14
15
|
*/
|
|
15
16
|
HTMLAttributes {}
|
|
16
17
|
declare const _default$1: typeof __VLS_export$6;
|
|
17
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
18
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1731.DefineComponent<PinInputControlProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<PinInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>, {
|
|
18
19
|
default?: (props: {}) => any;
|
|
19
20
|
}>;
|
|
20
21
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -31,7 +32,7 @@ interface PinInputHiddenInputProps extends PinInputHiddenInputBaseProps,
|
|
|
31
32
|
*/
|
|
32
33
|
InputHTMLAttributes {}
|
|
33
34
|
declare const _default$2: typeof __VLS_export$5;
|
|
34
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
35
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1731.DefineComponent<PinInputHiddenInputProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<PinInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>, {
|
|
35
36
|
default?: (props: {}) => any;
|
|
36
37
|
}>;
|
|
37
38
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -48,7 +49,7 @@ interface PinInputInputProps extends PinInputInputBaseProps,
|
|
|
48
49
|
*/
|
|
49
50
|
InputHTMLAttributes {}
|
|
50
51
|
declare const _default$3: typeof __VLS_export$4;
|
|
51
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
52
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1731.DefineComponent<PinInputInputProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<PinInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>, {
|
|
52
53
|
default?: (props: {}) => any;
|
|
53
54
|
}>;
|
|
54
55
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -65,7 +66,7 @@ interface PinInputLabelProps extends PinInputLabelBaseProps,
|
|
|
65
66
|
*/
|
|
66
67
|
LabelHTMLAttributes {}
|
|
67
68
|
declare const _default$4: typeof __VLS_export$3;
|
|
68
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
69
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1731.DefineComponent<PinInputLabelProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<PinInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>, {
|
|
69
70
|
default?: (props: {}) => any;
|
|
70
71
|
}>;
|
|
71
72
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -85,7 +86,7 @@ interface PinInputRootProviderProps extends PinInputRootProviderBaseProps,
|
|
|
85
86
|
*/
|
|
86
87
|
HTMLAttributes {}
|
|
87
88
|
declare const _default$6: typeof __VLS_export$2;
|
|
88
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
89
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1731.DefineComponent<PinInputRootProviderProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<PinInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>, {
|
|
89
90
|
default?: (props: {}) => any;
|
|
90
91
|
}>;
|
|
91
92
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -139,27 +140,27 @@ interface PinInputRootProps extends PinInputRootBaseProps,
|
|
|
139
140
|
HTMLAttributes {}
|
|
140
141
|
interface PinInputRootEmits extends RootEmits {}
|
|
141
142
|
declare const _default$5: typeof __VLS_export$1;
|
|
142
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
143
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1731.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {
|
|
143
144
|
valueChange: (details: pinInput.ValueChangeDetails) => any;
|
|
144
|
-
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
145
|
-
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
146
145
|
"update:modelValue": (value: string[]) => any;
|
|
147
|
-
|
|
146
|
+
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
147
|
+
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
148
|
+
}, string, vue1731.PublicProps, Readonly<PinInputRootProps> & Readonly<{
|
|
148
149
|
onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
149
|
-
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
|
-
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
151
150
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
151
|
+
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
152
|
+
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
152
153
|
}>, {
|
|
154
|
+
disabled: boolean;
|
|
153
155
|
mask: boolean;
|
|
154
156
|
required: boolean;
|
|
155
|
-
disabled: boolean;
|
|
156
157
|
invalid: boolean;
|
|
157
158
|
readOnly: boolean;
|
|
158
159
|
autoFocus: boolean;
|
|
160
|
+
selectOnFocus: boolean;
|
|
159
161
|
blurOnComplete: boolean;
|
|
160
162
|
otp: boolean;
|
|
161
|
-
|
|
162
|
-
}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
163
|
+
}, {}, {}, {}, string, vue1731.ComponentProvideOptions, false, {}, any>, {
|
|
163
164
|
default?: (props: {}) => any;
|
|
164
165
|
}>;
|
|
165
166
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -186,7 +187,7 @@ interface PinInputContextProps extends SlotsType<{
|
|
|
186
187
|
default: UnwrapRef<UsePinInputContext>;
|
|
187
188
|
}> {}
|
|
188
189
|
declare const _default: typeof __VLS_export;
|
|
189
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
190
|
+
declare const __VLS_export: __VLS_WithSlots<vue1731.DefineComponent<{}, {}, {}, {}, {}, vue1731.ComponentOptionsMixin, vue1731.ComponentOptionsMixin, {}, string, vue1731.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1731.ComponentProvideOptions, true, {}, any>, {
|
|
190
191
|
default(pinInput: UnwrapRef<UsePinInputContext>): unknown;
|
|
191
192
|
}>;
|
|
192
193
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,12 +3,13 @@ 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 pinInputAnatomy } from "../../pin-input-anatomy-Blh9Y2sq.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 { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
12
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|
|
11
|
-
import { anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
|
|
12
13
|
|
|
13
14
|
//#region src/components/pin-input/use-pin-input-context.ts
|
|
14
15
|
const [PinInputProvider, usePinInputContext] = createContext("PinInputContext");
|
|
@@ -1,13 +1,14 @@
|
|
|
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
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D5HMCjkS.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-CaUy1bPc.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DVbnnQPS.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-DmKzfNVe.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-DsagWQCm.js";
|
|
6
|
+
import { t as popoverAnatomy } from "../../popover-anatomy-Ce31QPso.js";
|
|
7
|
+
import * as vue1100 from "vue";
|
|
7
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_bottom_sheet25 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
9
10
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
10
|
-
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent
|
|
11
|
+
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
|
|
11
12
|
|
|
12
13
|
//#region src/components/popover/popover-anchor.vue.d.ts
|
|
13
14
|
interface PopoverAnchorBaseProps extends PolymorphicProps {}
|
|
@@ -17,7 +18,7 @@ interface PopoverAnchorProps extends PopoverAnchorBaseProps,
|
|
|
17
18
|
*/
|
|
18
19
|
HTMLAttributes {}
|
|
19
20
|
declare const _default: typeof __VLS_export$12;
|
|
20
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
21
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue1100.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
21
22
|
default?: (props: {}) => any;
|
|
22
23
|
}>;
|
|
23
24
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -34,7 +35,7 @@ interface PopoverArrowTipProps extends PopoverArrowTipBaseProps,
|
|
|
34
35
|
*/
|
|
35
36
|
HTMLAttributes {}
|
|
36
37
|
declare const _default$2: typeof __VLS_export$11;
|
|
37
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
38
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue1100.DefineComponent<PopoverArrowTipProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
38
39
|
default?: (props: {}) => any;
|
|
39
40
|
}>;
|
|
40
41
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -51,7 +52,7 @@ interface PopoverArrowProps extends PopoverArrowBaseProps,
|
|
|
51
52
|
*/
|
|
52
53
|
HTMLAttributes {}
|
|
53
54
|
declare const _default$1: typeof __VLS_export$10;
|
|
54
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
55
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue1100.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
55
56
|
default?: (props: {}) => any;
|
|
56
57
|
}>;
|
|
57
58
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -68,7 +69,7 @@ interface PopoverCloseTriggerProps extends PopoverCloseTriggerBaseProps,
|
|
|
68
69
|
*/
|
|
69
70
|
ButtonHTMLAttributes {}
|
|
70
71
|
declare const _default$3: typeof __VLS_export$9;
|
|
71
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
72
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1100.DefineComponent<PopoverCloseTriggerProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
72
73
|
default?: (props: {}) => any;
|
|
73
74
|
}>;
|
|
74
75
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -85,7 +86,7 @@ interface PopoverContentProps extends PopoverContentBaseProps,
|
|
|
85
86
|
*/
|
|
86
87
|
HTMLAttributes {}
|
|
87
88
|
declare const _default$4: typeof __VLS_export$8;
|
|
88
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
89
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1100.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
89
90
|
default?: (props: {}) => any;
|
|
90
91
|
}>;
|
|
91
92
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -147,7 +148,7 @@ interface PopoverContextProps extends SlotsType<{
|
|
|
147
148
|
default: UnwrapRef<UsePopoverContext>;
|
|
148
149
|
}> {}
|
|
149
150
|
declare const _default$5: typeof __VLS_export$7;
|
|
150
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
151
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1100.DefineComponent<{}, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, true, {}, any>, {
|
|
151
152
|
default(popover: UnwrapRef<UsePopoverContext>): unknown;
|
|
152
153
|
}>;
|
|
153
154
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -164,7 +165,7 @@ interface PopoverDescriptionProps extends PopoverDescriptionBaseProps,
|
|
|
164
165
|
*/
|
|
165
166
|
HTMLAttributes {}
|
|
166
167
|
declare const _default$6: typeof __VLS_export$6;
|
|
167
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
168
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1100.DefineComponent<PopoverDescriptionProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
168
169
|
default?: (props: {}) => any;
|
|
169
170
|
}>;
|
|
170
171
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -181,7 +182,7 @@ interface PopoverIndicatorProps extends PopoverIndicatorBaseProps,
|
|
|
181
182
|
*/
|
|
182
183
|
HTMLAttributes {}
|
|
183
184
|
declare const _default$7: typeof __VLS_export$5;
|
|
184
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
185
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1100.DefineComponent<PopoverIndicatorProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
185
186
|
default?: (props: {}) => any;
|
|
186
187
|
}>;
|
|
187
188
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -198,7 +199,7 @@ interface PopoverPositionerProps extends PopoverPositionerBaseProps,
|
|
|
198
199
|
*/
|
|
199
200
|
HTMLAttributes {}
|
|
200
201
|
declare const _default$8: typeof __VLS_export$4;
|
|
201
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
202
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1100.DefineComponent<PopoverPositionerProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
202
203
|
default?: (props: {}) => any;
|
|
203
204
|
}>;
|
|
204
205
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -215,11 +216,11 @@ interface PopoverRootProviderBaseProps extends RootProviderProps, RenderStrategy
|
|
|
215
216
|
interface PopoverRootProviderProps extends PopoverRootProviderBaseProps {}
|
|
216
217
|
interface PopoverRootProviderEmits extends RootEmits$1 {}
|
|
217
218
|
declare const _default$10: typeof __VLS_export$3;
|
|
218
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
219
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1100.DefineComponent<PopoverRootProviderProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {
|
|
219
220
|
exitComplete: () => any;
|
|
220
|
-
}, string,
|
|
221
|
+
}, string, vue1100.PublicProps, Readonly<PopoverRootProviderProps> & Readonly<{
|
|
221
222
|
onExitComplete?: (() => any) | undefined;
|
|
222
|
-
}>, {}, {}, {}, {}, string,
|
|
223
|
+
}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
223
224
|
default?: (props: {}) => any;
|
|
224
225
|
}>;
|
|
225
226
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -233,43 +234,43 @@ interface PopoverRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
233
234
|
interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
234
235
|
interface PopoverRootEmits extends RootEmits {}
|
|
235
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
236
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
237
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1100.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {
|
|
237
238
|
exitComplete: () => any;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
interactOutside: (event: _sprawlify_primitives_machines_menu0.InteractOutsideEvent) => any;
|
|
239
|
+
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet25.FocusOutsideEvent) => any;
|
|
240
|
+
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet25.InteractOutsideEvent) => any;
|
|
241
241
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
242
|
-
pointerDownOutside: (event:
|
|
242
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet25.PointerDownOutsideEvent) => any;
|
|
243
|
+
"update:open": (open: boolean) => any;
|
|
244
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
243
245
|
requestDismiss: (event: CustomEvent<{
|
|
244
246
|
originalLayer: HTMLElement;
|
|
245
247
|
targetLayer: HTMLElement | undefined;
|
|
246
248
|
originalIndex: number;
|
|
247
249
|
targetIndex: number;
|
|
248
250
|
}>) => any;
|
|
249
|
-
|
|
250
|
-
}, string, vue167.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
251
|
+
}, string, vue1100.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
251
252
|
onExitComplete?: (() => any) | undefined;
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_menu0.InteractOutsideEvent) => any) | undefined;
|
|
253
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.FocusOutsideEvent) => any) | undefined;
|
|
254
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.InteractOutsideEvent) => any) | undefined;
|
|
255
255
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
256
|
-
onPointerDownOutside?: ((event:
|
|
256
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.PointerDownOutsideEvent) => any) | undefined;
|
|
257
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
258
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
257
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
258
260
|
originalLayer: HTMLElement;
|
|
259
261
|
targetLayer: HTMLElement | undefined;
|
|
260
262
|
originalIndex: number;
|
|
261
263
|
targetIndex: number;
|
|
262
264
|
}>) => any) | undefined;
|
|
263
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
264
265
|
}>, {
|
|
265
|
-
open: boolean;
|
|
266
266
|
autoFocus: boolean;
|
|
267
|
-
closeOnEscape: boolean;
|
|
268
|
-
closeOnInteractOutside: boolean;
|
|
269
267
|
defaultOpen: boolean;
|
|
268
|
+
open: boolean;
|
|
270
269
|
modal: boolean;
|
|
270
|
+
closeOnInteractOutside: boolean;
|
|
271
|
+
closeOnEscape: boolean;
|
|
271
272
|
portalled: boolean;
|
|
272
|
-
}, {}, {}, {}, string,
|
|
273
|
+
}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
273
274
|
default?: (props: {}) => any;
|
|
274
275
|
}>;
|
|
275
276
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -286,7 +287,7 @@ interface PopoverTitleProps extends PopoverTitleBaseProps,
|
|
|
286
287
|
*/
|
|
287
288
|
HTMLAttributes {}
|
|
288
289
|
declare const _default$11: typeof __VLS_export$1;
|
|
289
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
290
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1100.DefineComponent<PopoverTitleProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
290
291
|
default?: (props: {}) => any;
|
|
291
292
|
}>;
|
|
292
293
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -303,7 +304,7 @@ interface PopoverTriggerProps extends PopoverTriggerBaseProps,
|
|
|
303
304
|
*/
|
|
304
305
|
ButtonHTMLAttributes {}
|
|
305
306
|
declare const _default$12: typeof __VLS_export;
|
|
306
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
307
|
+
declare const __VLS_export: __VLS_WithSlots<vue1100.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue1100.ComponentOptionsMixin, vue1100.ComponentOptionsMixin, {}, string, vue1100.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1100.ComponentProvideOptions, false, {}, any>, {
|
|
307
308
|
default?: (props: {}) => any;
|
|
308
309
|
}>;
|
|
309
310
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,13 +3,13 @@ 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 { t as
|
|
9
|
-
import {
|
|
6
|
+
import { t as popoverAnatomy } from "../../popover-anatomy-DXWeYlnF.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-Bx4OiQlo.js";
|
|
10
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-Byk0B_Vq.js";
|
|
10
11
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
12
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
12
|
-
import { anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
|
|
13
13
|
|
|
14
14
|
//#region src/components/popover/use-popover-context.ts
|
|
15
15
|
const [PopoverProvider, usePopoverContext] = createContext("PopoverContext");
|
|
@@ -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-D5HMCjkS.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-DLfVD7U5.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-DxZQviAU.js";
|
|
5
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-Byk0B_Vq.js";
|
|
6
6
|
|
|
7
7
|
export { presence_default as Presence, PresenceProvider, usePresence, usePresenceContext };
|
|
@@ -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 progressAnatomy } from "../../progress-anatomy-DUD4W7vg.js";
|
|
5
|
+
import * as vue970 from "vue";
|
|
5
6
|
import { ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
6
7
|
import * as progress from "@sprawlify/primitives/machines/progress";
|
|
7
|
-
import { ValueChangeDetails, ValueChangeDetails as ProgressValueChangeDetails, ValueTranslationDetails, ValueTranslationDetails as ProgressValueTranslationDetails, ViewProps
|
|
8
|
+
import { ValueChangeDetails, ValueChangeDetails as ProgressValueChangeDetails, ValueTranslationDetails, ValueTranslationDetails as ProgressValueTranslationDetails, ViewProps } from "@sprawlify/primitives/machines/progress";
|
|
8
9
|
|
|
9
10
|
//#region src/components/progress/progress-circle-range.vue.d.ts
|
|
10
11
|
interface ProgressCircleRangeBaseProps extends PolymorphicProps {}
|
|
@@ -14,7 +15,7 @@ interface ProgressCircleRangeProps extends ProgressCircleRangeBaseProps,
|
|
|
14
15
|
*/
|
|
15
16
|
HTMLAttributes {}
|
|
16
17
|
declare const _default$1: typeof __VLS_export$10;
|
|
17
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
18
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue970.DefineComponent<ProgressCircleRangeProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressCircleRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
18
19
|
default?: (props: {}) => any;
|
|
19
20
|
}>;
|
|
20
21
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -31,7 +32,7 @@ interface ProgressCircleTrackProps extends ProgressCircleTrackBaseProps,
|
|
|
31
32
|
*/
|
|
32
33
|
HTMLAttributes {}
|
|
33
34
|
declare const _default$2: typeof __VLS_export$9;
|
|
34
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
35
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue970.DefineComponent<ProgressCircleTrackProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressCircleTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
35
36
|
default?: (props: {}) => any;
|
|
36
37
|
}>;
|
|
37
38
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -48,7 +49,7 @@ interface ProgressCircleProps extends ProgressCircleBaseProps,
|
|
|
48
49
|
*/
|
|
49
50
|
SVGAttributes {}
|
|
50
51
|
declare const _default: typeof __VLS_export$8;
|
|
51
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
52
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue970.DefineComponent<ProgressCircleProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressCircleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
52
53
|
default?: (props: {}) => any;
|
|
53
54
|
}>;
|
|
54
55
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -95,7 +96,7 @@ interface ProgressContextProps extends SlotsType<{
|
|
|
95
96
|
default: UnwrapRef<UseProgressContext>;
|
|
96
97
|
}> {}
|
|
97
98
|
declare const _default$3: typeof __VLS_export$7;
|
|
98
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
99
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue970.DefineComponent<{}, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, true, {}, any>, {
|
|
99
100
|
default(progress: UnwrapRef<UseProgressContext>): unknown;
|
|
100
101
|
}>;
|
|
101
102
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -112,7 +113,7 @@ interface ProgressLabelProps extends ProgressLabelBaseProps,
|
|
|
112
113
|
*/
|
|
113
114
|
LabelHTMLAttributes {}
|
|
114
115
|
declare const _default$4: typeof __VLS_export$6;
|
|
115
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
116
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue970.DefineComponent<ProgressLabelProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
116
117
|
default?: (props: {}) => any;
|
|
117
118
|
}>;
|
|
118
119
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -129,7 +130,7 @@ interface ProgressRangeProps extends ProgressRangeBaseProps,
|
|
|
129
130
|
*/
|
|
130
131
|
HTMLAttributes {}
|
|
131
132
|
declare const _default$5: typeof __VLS_export$5;
|
|
132
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
133
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue970.DefineComponent<ProgressRangeProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressRangeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
133
134
|
default?: (props: {}) => any;
|
|
134
135
|
}>;
|
|
135
136
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -149,7 +150,7 @@ interface ProgressRootProviderProps extends ProgressRootProviderBaseProps,
|
|
|
149
150
|
*/
|
|
150
151
|
HTMLAttributes {}
|
|
151
152
|
declare const _default$7: typeof __VLS_export$4;
|
|
152
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
153
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue970.DefineComponent<ProgressRootProviderProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
153
154
|
default?: (props: {}) => any;
|
|
154
155
|
}>;
|
|
155
156
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -167,7 +168,7 @@ interface ProgressRootProps extends ProgressRootBaseProps,
|
|
|
167
168
|
HTMLAttributes {}
|
|
168
169
|
interface ProgressRootEmits extends RootEmits {}
|
|
169
170
|
declare const _default$6: typeof __VLS_export$3;
|
|
170
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
171
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue970.DefineComponent<ProgressRootProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
171
172
|
default?: (props: {}) => any;
|
|
172
173
|
}>;
|
|
173
174
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -184,7 +185,7 @@ interface ProgressTrackProps extends ProgressTrackBaseProps,
|
|
|
184
185
|
*/
|
|
185
186
|
HTMLAttributes {}
|
|
186
187
|
declare const _default$8: typeof __VLS_export$2;
|
|
187
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
188
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue970.DefineComponent<ProgressTrackProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressTrackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
188
189
|
default?: (props: {}) => any;
|
|
189
190
|
}>;
|
|
190
191
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -201,7 +202,7 @@ interface ProgressValueTextProps extends ProgressValueTextBaseProps,
|
|
|
201
202
|
*/
|
|
202
203
|
HTMLAttributes {}
|
|
203
204
|
declare const _default$9: typeof __VLS_export$1;
|
|
204
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
205
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue970.DefineComponent<ProgressValueTextProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
205
206
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
206
207
|
new (): {
|
|
207
208
|
$slots: S;
|
|
@@ -216,7 +217,7 @@ interface ProgressViewProps extends ProgressViewBaseProps,
|
|
|
216
217
|
*/
|
|
217
218
|
HTMLAttributes {}
|
|
218
219
|
declare const _default$10: typeof __VLS_export;
|
|
219
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
220
|
+
declare const __VLS_export: __VLS_WithSlots<vue970.DefineComponent<ProgressViewProps, {}, {}, {}, {}, vue970.ComponentOptionsMixin, vue970.ComponentOptionsMixin, {}, string, vue970.PublicProps, Readonly<ProgressViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue970.ComponentProvideOptions, false, {}, any>, {
|
|
220
221
|
default?: (props: {}) => any;
|
|
221
222
|
}>;
|
|
222
223
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -3,11 +3,11 @@ 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 { t as
|
|
7
|
-
import { t as
|
|
6
|
+
import { t as progressAnatomy } from "../../progress-anatomy-lioRhIrB.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
8
9
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
9
10
|
import * as progress from "@sprawlify/primitives/machines/progress";
|
|
10
|
-
import { anatomy as progressAnatomy } from "@sprawlify/primitives/machines/progress";
|
|
11
11
|
|
|
12
12
|
//#region src/components/progress/use-progress-context.ts
|
|
13
13
|
const [ProgressProvider, useProgressContext] = createContext("ProgressContext");
|
|
@@ -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 qrCodeAnatomy } from "../../qr-code-anatomy-Dmh5IV3m.js";
|
|
5
|
+
import * as vue234 from "vue";
|
|
5
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
6
7
|
import * as qrcode from "@sprawlify/primitives/machines/qr-code";
|
|
7
|
-
import { DownloadTriggerProps, QrCodeGenerateOptions, QrCodeGenerateOptions as GenerateOptions, QrCodeGenerateResult, QrCodeGenerateResult as GenerateResult
|
|
8
|
+
import { DownloadTriggerProps, QrCodeGenerateOptions, QrCodeGenerateOptions as GenerateOptions, QrCodeGenerateResult, QrCodeGenerateResult as GenerateResult } from "@sprawlify/primitives/machines/qr-code";
|
|
8
9
|
|
|
9
10
|
//#region src/components/qr-code/qr-code-types.d.ts
|
|
10
11
|
interface RootProps {
|
|
@@ -38,7 +39,7 @@ interface QrCodeContextProps extends SlotsType<{
|
|
|
38
39
|
default: UnwrapRef<UseQrCodeContext>;
|
|
39
40
|
}> {}
|
|
40
41
|
declare const _default: typeof __VLS_export$6;
|
|
41
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
42
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue234.DefineComponent<{}, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, true, {}, any>, {
|
|
42
43
|
default(qrCode: UnwrapRef<UseQrCodeContext>): unknown;
|
|
43
44
|
}>;
|
|
44
45
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -55,7 +56,7 @@ interface QrCodeDownloadTriggerProps extends QrCodeDownloadTriggerBaseProps,
|
|
|
55
56
|
*/
|
|
56
57
|
ButtonHTMLAttributes {}
|
|
57
58
|
declare const _default$1: typeof __VLS_export$5;
|
|
58
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
59
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue234.DefineComponent<QrCodeDownloadTriggerProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<QrCodeDownloadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>, {
|
|
59
60
|
default?: (props: {}) => any;
|
|
60
61
|
}>;
|
|
61
62
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -72,7 +73,7 @@ interface QrCodeFrameProps extends QrCodeFrameBaseProps,
|
|
|
72
73
|
*/
|
|
73
74
|
SVGAttributes {}
|
|
74
75
|
declare const _default$2: typeof __VLS_export$4;
|
|
75
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
76
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue234.DefineComponent<QrCodeFrameProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<QrCodeFrameProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>, {
|
|
76
77
|
default?: (props: {}) => any;
|
|
77
78
|
}>;
|
|
78
79
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -89,7 +90,7 @@ interface QrCodeOverlayProps extends QrCodeOverlayBaseProps,
|
|
|
89
90
|
*/
|
|
90
91
|
HTMLAttributes {}
|
|
91
92
|
declare const _default$3: typeof __VLS_export$3;
|
|
92
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
93
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue234.DefineComponent<QrCodeOverlayProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<QrCodeOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>, {
|
|
93
94
|
default?: (props: {}) => any;
|
|
94
95
|
}>;
|
|
95
96
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -106,7 +107,7 @@ interface QrCodePatternProps extends QrCodePatternBaseProps,
|
|
|
106
107
|
*/
|
|
107
108
|
SVGAttributes {}
|
|
108
109
|
declare const _default$4: typeof __VLS_export$2;
|
|
109
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
110
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue234.DefineComponent<QrCodePatternProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<QrCodePatternProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>, {
|
|
110
111
|
default?: (props: {}) => any;
|
|
111
112
|
}>;
|
|
112
113
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -126,7 +127,7 @@ interface QrCodeRootProviderProps extends QrCodeRootProviderBaseProps,
|
|
|
126
127
|
*/
|
|
127
128
|
HTMLAttributes {}
|
|
128
129
|
declare const _default$6: typeof __VLS_export$1;
|
|
129
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
130
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue234.DefineComponent<QrCodeRootProviderProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<QrCodeRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>, {
|
|
130
131
|
default?: (props: {}) => any;
|
|
131
132
|
}>;
|
|
132
133
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -144,7 +145,7 @@ interface QrCodeRootProps extends QrCodeRootBaseProps,
|
|
|
144
145
|
HTMLAttributes {}
|
|
145
146
|
interface QrCodeRootEmits extends RootEmits {}
|
|
146
147
|
declare const _default$5: typeof __VLS_export;
|
|
147
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
148
|
+
declare const __VLS_export: __VLS_WithSlots<vue234.DefineComponent<QrCodeRootProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<QrCodeRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>, {
|
|
148
149
|
default?: (props: {}) => any;
|
|
149
150
|
}>;
|
|
150
151
|
type __VLS_WithSlots<T, S> = T & {
|