@sprawlify/vue 0.0.70 → 0.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/boolean-CpMsIRK4.js +7 -0
- package/dist/{collapsible-D1Mx4C0H.js → collapsible-jX9S7WYj.js} +1 -1
- package/dist/{collection-DiwGNCAy.js → collection-DGKjEgOz.js} +1 -1
- package/dist/components/accordion/index.d.ts +19 -19
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/angle-slider/index.d.ts +19 -19
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +11 -11
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +21 -21
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +24 -24
- package/dist/components/checkbox/index.js +2 -7
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +17 -17
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +17 -17
- package/dist/components/collapsible/index.js +1 -1
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +59 -59
- package/dist/components/color-picker/index.js +3 -3
- package/dist/components/combobox/index.d.ts +38 -38
- package/dist/components/combobox/index.js +4 -4
- package/dist/components/date-picker/index.d.ts +52 -52
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +36 -36
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/editable/index.d.ts +28 -28
- package/dist/components/editable/index.js +1 -1
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/fieldset/index.d.ts +13 -13
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/floating-panel/index.d.ts +26 -27
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +1 -1
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -28
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +14 -14
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +13 -13
- package/dist/components/json-tree-view/index.js +5 -5
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +23 -23
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +51 -52
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +20 -20
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +22 -22
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/pagination/index.d.ts +15 -15
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +1 -1
- package/dist/components/pin-input/index.d.ts +21 -21
- package/dist/components/pin-input/index.js +1 -1
- package/dist/components/popover/index.d.ts +38 -38
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +1 -1
- package/dist/components/progress/index.d.ts +231 -0
- package/dist/components/progress/index.js +372 -0
- package/dist/components/qr-code/index.d.ts +159 -0
- package/dist/components/qr-code/index.js +263 -0
- package/dist/components/radio-group/index.d.ts +231 -0
- package/dist/components/radio-group/index.js +378 -0
- package/dist/components/rating-group/index.d.ts +201 -0
- package/dist/components/rating-group/index.js +330 -0
- package/dist/components/scroll-area/index.d.ts +171 -0
- package/dist/components/scroll-area/index.js +264 -0
- package/dist/components/segment-group/index.d.ts +231 -0
- package/dist/components/segment-group/index.js +422 -0
- package/dist/components/select/index.d.ts +39 -39
- package/dist/components/select/index.js +4 -4
- package/dist/components/signature-pad/index.d.ts +202 -0
- package/dist/components/signature-pad/index.js +345 -0
- package/dist/components/slider/index.d.ts +300 -0
- package/dist/components/slider/index.js +511 -0
- package/dist/components/splitter/index.d.ts +162 -0
- package/dist/components/splitter/index.js +280 -0
- package/dist/components/steps/index.d.ts +290 -0
- package/dist/components/steps/index.js +469 -0
- package/dist/components/switch/index.d.ts +179 -0
- package/dist/components/switch/index.js +290 -0
- package/dist/components/tabs/index.d.ts +181 -0
- package/dist/components/tabs/index.js +335 -0
- package/dist/components/tags-input/index.d.ts +339 -0
- package/dist/components/tags-input/index.js +569 -0
- package/dist/components/timer/index.d.ts +177 -0
- package/dist/components/timer/index.js +295 -0
- package/dist/components/tree-view/index.d.ts +5 -5
- package/dist/components/tree-view/index.js +4 -4
- package/dist/{index-Cjk1WhUx.d.ts → index-B_UiXhk3.d.ts} +11 -11
- package/dist/{index-ByYmM8LZ.d.ts → index-DwWFWpls.d.ts} +34 -34
- package/dist/{index-D0_ID5xv.d.ts → index-xb1q4_02.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/{tree-view-CzfDgztL.js → tree-view-Ctpu5RjE.js} +4 -4
- package/package.json +58 -2
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-D2R4tz5e.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-0RD5_O4P.js} +0 -0
- /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
- /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
- /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
- /package/dist/{presence-BK6rPXK7.js → presence-B4-UhJY9.js} +0 -0
- /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
- /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-DA33j31C.js} +0 -0
- /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue1020 from "vue";
|
|
5
5
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
6
|
import * as numberInput from "@sprawlify/primitives/machines/number-input";
|
|
7
7
|
import { FocusChangeDetails, FocusChangeDetails as NumberInputFocusChangeDetails, ValueChangeDetails, ValueChangeDetails as NumberInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as NumberInputValueInvalidDetails, anatomy as numberInputAnatomy } from "@sprawlify/primitives/machines/number-input";
|
|
@@ -61,7 +61,7 @@ interface NumberInputContextProps extends SlotsType<{
|
|
|
61
61
|
default: UnwrapRef<UseNumberInputContext>;
|
|
62
62
|
}> {}
|
|
63
63
|
declare const _default: typeof __VLS_export$9;
|
|
64
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
64
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1020.DefineComponent<{}, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, true, {}, any>, {
|
|
65
65
|
default(numberInput: UnwrapRef<UseNumberInputContext>): unknown;
|
|
66
66
|
}>;
|
|
67
67
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -78,7 +78,7 @@ interface NumberInputControlProps extends NumberInputControlBaseProps,
|
|
|
78
78
|
*/
|
|
79
79
|
HTMLAttributes {}
|
|
80
80
|
declare const _default$1: typeof __VLS_export$8;
|
|
81
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
81
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1020.DefineComponent<NumberInputControlProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
82
82
|
default?: (props: {}) => any;
|
|
83
83
|
}>;
|
|
84
84
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -95,7 +95,7 @@ interface NumberInputDecrementTriggerProps extends NumberInputDecrementTriggerBa
|
|
|
95
95
|
*/
|
|
96
96
|
ButtonHTMLAttributes {}
|
|
97
97
|
declare const _default$2: typeof __VLS_export$7;
|
|
98
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
98
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1020.DefineComponent<NumberInputDecrementTriggerProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputDecrementTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
99
99
|
default?: (props: {}) => any;
|
|
100
100
|
}>;
|
|
101
101
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -112,7 +112,7 @@ interface NumberInputIncrementTriggerProps extends NumberInputIncrementTriggerBa
|
|
|
112
112
|
*/
|
|
113
113
|
ButtonHTMLAttributes {}
|
|
114
114
|
declare const _default$3: typeof __VLS_export$6;
|
|
115
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
115
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1020.DefineComponent<NumberInputIncrementTriggerProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputIncrementTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
116
116
|
default?: (props: {}) => any;
|
|
117
117
|
}>;
|
|
118
118
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -129,7 +129,7 @@ interface NumberInputInputProps extends NumberInputInputBaseProps,
|
|
|
129
129
|
*/
|
|
130
130
|
InputHTMLAttributes {}
|
|
131
131
|
declare const _default$4: typeof __VLS_export$5;
|
|
132
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
132
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1020.DefineComponent<NumberInputInputProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
133
133
|
default?: (props: {}) => any;
|
|
134
134
|
}>;
|
|
135
135
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -146,7 +146,7 @@ interface NumberInputLabelProps extends NumberInputLabelBaseProps,
|
|
|
146
146
|
*/
|
|
147
147
|
LabelHTMLAttributes {}
|
|
148
148
|
declare const _default$5: typeof __VLS_export$4;
|
|
149
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
149
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1020.DefineComponent<NumberInputLabelProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
150
150
|
default?: (props: {}) => any;
|
|
151
151
|
}>;
|
|
152
152
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -166,7 +166,7 @@ interface NumberInputRootProviderProps extends NumberInputRootProviderBaseProps,
|
|
|
166
166
|
*/
|
|
167
167
|
HTMLAttributes {}
|
|
168
168
|
declare const _default$7: typeof __VLS_export$3;
|
|
169
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
169
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1020.DefineComponent<NumberInputRootProviderProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
170
170
|
default?: (props: {}) => any;
|
|
171
171
|
}>;
|
|
172
172
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -184,27 +184,27 @@ interface NumberInputRootProps extends NumberInputRootBaseProps,
|
|
|
184
184
|
HTMLAttributes {}
|
|
185
185
|
interface NumberInputRootEmits extends RootEmits {}
|
|
186
186
|
declare const _default$6: typeof __VLS_export$2;
|
|
187
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
188
|
-
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
187
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1020.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {
|
|
189
188
|
valueChange: (details: numberInput.ValueChangeDetails) => any;
|
|
190
|
-
"update:modelValue": (value: string) => any;
|
|
191
189
|
valueInvalid: (details: numberInput.ValueInvalidDetails) => any;
|
|
192
|
-
|
|
193
|
-
|
|
190
|
+
"update:modelValue": (value: string) => any;
|
|
191
|
+
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
192
|
+
}, string, vue1020.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
|
|
194
193
|
onValueChange?: ((details: numberInput.ValueChangeDetails) => any) | undefined;
|
|
195
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
196
194
|
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
195
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
196
|
+
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
197
197
|
}>, {
|
|
198
|
-
disabled: boolean;
|
|
199
198
|
required: boolean;
|
|
200
|
-
|
|
199
|
+
disabled: boolean;
|
|
201
200
|
invalid: boolean;
|
|
201
|
+
readOnly: boolean;
|
|
202
202
|
allowOverflow: boolean;
|
|
203
203
|
allowMouseWheel: boolean;
|
|
204
204
|
clampValueOnBlur: boolean;
|
|
205
205
|
focusInputOnChange: boolean;
|
|
206
206
|
spinOnPress: boolean;
|
|
207
|
-
}, {}, {}, {}, string,
|
|
207
|
+
}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
208
208
|
default?: (props: {}) => any;
|
|
209
209
|
}>;
|
|
210
210
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -221,7 +221,7 @@ interface NumberInputScrubberProps extends NumberInputScrubberBaseProps,
|
|
|
221
221
|
*/
|
|
222
222
|
HTMLAttributes {}
|
|
223
223
|
declare const _default$8: typeof __VLS_export$1;
|
|
224
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
224
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1020.DefineComponent<NumberInputScrubberProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputScrubberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
225
225
|
default?: (props: {}) => any;
|
|
226
226
|
}>;
|
|
227
227
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -238,7 +238,7 @@ interface NumberInputValueTextProps extends NumberInputValueTextBaseProps,
|
|
|
238
238
|
*/
|
|
239
239
|
HTMLAttributes {}
|
|
240
240
|
declare const _default$9: typeof __VLS_export;
|
|
241
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
241
|
+
declare const __VLS_export: __VLS_WithSlots<vue1020.DefineComponent<NumberInputValueTextProps, {}, {}, {}, {}, vue1020.ComponentOptionsMixin, vue1020.ComponentOptionsMixin, {}, string, vue1020.PublicProps, Readonly<NumberInputValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1020.ComponentProvideOptions, false, {}, any>, {
|
|
242
242
|
default?: (props: {}) => any;
|
|
243
243
|
}>;
|
|
244
244
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { m as useFieldContext } from "../../field-CtPR24u6.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as numberInput from "@sprawlify/primitives/machines/number-input";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue262 from "vue";
|
|
5
5
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
6
|
import * as pagination from "@sprawlify/primitives/machines/pagination";
|
|
7
7
|
import { EllipsisProps, ItemLabelDetails, ItemLabelDetails as PaginationItemLabelDetails, ItemProps, PageChangeDetails, PageChangeDetails as PaginationPageChangeDetails, PageSizeChangeDetails, PageSizeChangeDetails as PaginationPageSizeChangeDetails, PageUrlDetails, PageUrlDetails as PaginationPageUrlDetails, anatomy as paginationAnatomy } from "@sprawlify/primitives/machines/pagination";
|
|
@@ -14,7 +14,7 @@ interface PaginationEllipsisProps extends PaginationEllipsisBaseProps,
|
|
|
14
14
|
*/
|
|
15
15
|
HTMLAttributes {}
|
|
16
16
|
declare const _default$1: typeof __VLS_export$8;
|
|
17
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
17
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue262.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
18
18
|
default?: (props: {}) => any;
|
|
19
19
|
}>;
|
|
20
20
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -31,7 +31,7 @@ interface PaginationFirstTriggerProps extends PaginationFirstTriggerBaseProps,
|
|
|
31
31
|
*/
|
|
32
32
|
ButtonHTMLAttributes {}
|
|
33
33
|
declare const _default$2: typeof __VLS_export$7;
|
|
34
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
34
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue262.DefineComponent<PaginationFirstTriggerProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationFirstTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
35
35
|
default?: (props: {}) => any;
|
|
36
36
|
}>;
|
|
37
37
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -48,7 +48,7 @@ interface PaginationItemProps extends PaginationItemBaseProps,
|
|
|
48
48
|
*/
|
|
49
49
|
Omit<ButtonHTMLAttributes, 'type' | 'value'> {}
|
|
50
50
|
declare const _default$3: typeof __VLS_export$6;
|
|
51
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
51
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue262.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
52
52
|
default?: (props: {}) => any;
|
|
53
53
|
}>;
|
|
54
54
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -65,7 +65,7 @@ interface PaginationLastTriggerProps extends PaginationLastTriggerBaseProps,
|
|
|
65
65
|
*/
|
|
66
66
|
ButtonHTMLAttributes {}
|
|
67
67
|
declare const _default$4: typeof __VLS_export$5;
|
|
68
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
68
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue262.DefineComponent<PaginationLastTriggerProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationLastTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
69
69
|
default?: (props: {}) => any;
|
|
70
70
|
}>;
|
|
71
71
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -82,7 +82,7 @@ interface PaginationNextTriggerProps extends PaginationNextTriggerBaseProps,
|
|
|
82
82
|
*/
|
|
83
83
|
ButtonHTMLAttributes {}
|
|
84
84
|
declare const _default$5: typeof __VLS_export$4;
|
|
85
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
85
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue262.DefineComponent<PaginationNextTriggerProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
|
88
88
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -99,7 +99,7 @@ interface PaginationPrevTriggerProps extends PaginationPrevTriggerBaseProps,
|
|
|
99
99
|
*/
|
|
100
100
|
ButtonHTMLAttributes {}
|
|
101
101
|
declare const _default$6: typeof __VLS_export$3;
|
|
102
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
102
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue262.DefineComponent<PaginationPrevTriggerProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
103
103
|
default?: (props: {}) => any;
|
|
104
104
|
}>;
|
|
105
105
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -119,7 +119,7 @@ interface PaginationRootProviderProps extends PaginationRootProviderBaseProps,
|
|
|
119
119
|
*/
|
|
120
120
|
HTMLAttributes {}
|
|
121
121
|
declare const _default$8: typeof __VLS_export$2;
|
|
122
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
122
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue262.DefineComponent<PaginationRootProviderProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<PaginationRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
123
123
|
default?: (props: {}) => any;
|
|
124
124
|
}>;
|
|
125
125
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -164,17 +164,17 @@ interface PaginationRootProps extends PaginationRootBaseProps,
|
|
|
164
164
|
HTMLAttributes {}
|
|
165
165
|
interface PaginationRootEmits extends RootEmits {}
|
|
166
166
|
declare const _default$7: typeof __VLS_export$1;
|
|
167
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
167
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue262.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {
|
|
168
168
|
pageChange: (details: pagination.PageChangeDetails) => any;
|
|
169
169
|
pageSizeChange: (details: pagination.PageSizeChangeDetails) => any;
|
|
170
170
|
"update:page": (page: number) => any;
|
|
171
171
|
"update:pageSize": (pageSize: number) => any;
|
|
172
|
-
}, string,
|
|
172
|
+
}, string, vue262.PublicProps, Readonly<PaginationRootProps> & Readonly<{
|
|
173
173
|
onPageChange?: ((details: pagination.PageChangeDetails) => any) | undefined;
|
|
174
174
|
onPageSizeChange?: ((details: pagination.PageSizeChangeDetails) => any) | undefined;
|
|
175
175
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
176
176
|
"onUpdate:pageSize"?: ((pageSize: number) => any) | undefined;
|
|
177
|
-
}>, {}, {}, {}, {}, string,
|
|
177
|
+
}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>, {
|
|
178
178
|
default?: (props: {}) => any;
|
|
179
179
|
}>;
|
|
180
180
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -199,7 +199,7 @@ interface PaginationContextProps extends SlotsType<{
|
|
|
199
199
|
default: UnwrapRef<UsePaginationContext>;
|
|
200
200
|
}> {}
|
|
201
201
|
declare const _default: typeof __VLS_export;
|
|
202
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
202
|
+
declare const __VLS_export: __VLS_WithSlots<vue262.DefineComponent<{}, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {}, string, vue262.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue262.ComponentProvideOptions, true, {}, any>, {
|
|
203
203
|
default(pagination: UnwrapRef<UsePaginationContext>): unknown;
|
|
204
204
|
}>;
|
|
205
205
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
9
9
|
import * as pagination from "@sprawlify/primitives/machines/pagination";
|
|
10
10
|
import { anatomy as paginationAnatomy } from "@sprawlify/primitives/machines/pagination";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue1672 from "vue";
|
|
5
5
|
import { ComputedRef, HTMLAttributes, MaybeRef, UnwrapRef } from "vue";
|
|
6
6
|
import * as passwordInput from "@sprawlify/primitives/machines/password-input";
|
|
7
7
|
import { VisibilityChangeDetails, VisibilityChangeDetails as PasswordInputVisibilityChangeDetails, anatomy as passwordInputAnatomy } from "@sprawlify/primitives/machines/password-input";
|
|
@@ -36,7 +36,7 @@ interface PasswordInputContextProps {
|
|
|
36
36
|
value: UsePasswordInputReturn;
|
|
37
37
|
}
|
|
38
38
|
declare const _default: typeof __VLS_export$7;
|
|
39
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
39
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue1672.DefineComponent<PasswordInputContextProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputContextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
40
40
|
default?: (props: {
|
|
41
41
|
visible: boolean;
|
|
42
42
|
disabled: boolean;
|
|
@@ -44,20 +44,20 @@ declare const __VLS_export$7: __VLS_WithSlots$6<vue1558.DefineComponent<Password
|
|
|
44
44
|
focus: VoidFunction;
|
|
45
45
|
setVisible: (value: boolean) => void;
|
|
46
46
|
toggleVisible: VoidFunction;
|
|
47
|
-
getRootProps: () =>
|
|
47
|
+
getRootProps: () => vue1672.HTMLAttributes & {
|
|
48
48
|
key?: string | number | symbol | undefined;
|
|
49
|
-
ref?:
|
|
49
|
+
ref?: vue1672.VNodeRef | undefined;
|
|
50
50
|
};
|
|
51
|
-
getLabelProps: () =>
|
|
52
|
-
getInputProps: () =>
|
|
53
|
-
getVisibilityTriggerProps: () =>
|
|
54
|
-
getIndicatorProps: () =>
|
|
51
|
+
getLabelProps: () => vue1672.LabelHTMLAttributes & vue1672.ReservedProps;
|
|
52
|
+
getInputProps: () => vue1672.InputHTMLAttributes & vue1672.ReservedProps;
|
|
53
|
+
getVisibilityTriggerProps: () => vue1672.ButtonHTMLAttributes & vue1672.ReservedProps;
|
|
54
|
+
getIndicatorProps: () => vue1672.HTMLAttributes & {
|
|
55
55
|
key?: string | number | symbol | undefined;
|
|
56
|
-
ref?:
|
|
56
|
+
ref?: vue1672.VNodeRef | undefined;
|
|
57
57
|
};
|
|
58
|
-
getControlProps: () =>
|
|
58
|
+
getControlProps: () => vue1672.HTMLAttributes & {
|
|
59
59
|
key?: string | number | symbol | undefined;
|
|
60
|
-
ref?:
|
|
60
|
+
ref?: vue1672.VNodeRef | undefined;
|
|
61
61
|
};
|
|
62
62
|
}) => any;
|
|
63
63
|
}>;
|
|
@@ -75,7 +75,7 @@ interface PasswordInputControlProps extends PasswordInputControlBaseProps,
|
|
|
75
75
|
*/
|
|
76
76
|
HTMLAttributes {}
|
|
77
77
|
declare const _default$1: typeof __VLS_export$6;
|
|
78
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
78
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue1672.DefineComponent<PasswordInputControlProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
79
79
|
default?: (props: {}) => any;
|
|
80
80
|
}>;
|
|
81
81
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -97,7 +97,7 @@ interface PasswordInputIndicatorProps extends PasswordInputIndicatorBaseProps,
|
|
|
97
97
|
*/
|
|
98
98
|
HTMLAttributes {}
|
|
99
99
|
declare const _default$2: typeof __VLS_export$5;
|
|
100
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
100
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue1672.DefineComponent<PasswordInputIndicatorProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
101
101
|
default?: (props: {}) => any;
|
|
102
102
|
} & {
|
|
103
103
|
fallback?: (props: {
|
|
@@ -118,7 +118,7 @@ interface PasswordInputInputProps extends PasswordInputInputBaseProps,
|
|
|
118
118
|
*/
|
|
119
119
|
HTMLAttributes {}
|
|
120
120
|
declare const _default$3: typeof __VLS_export$4;
|
|
121
|
-
declare const __VLS_export$4:
|
|
121
|
+
declare const __VLS_export$4: vue1672.DefineComponent<PasswordInputInputProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>;
|
|
122
122
|
//#endregion
|
|
123
123
|
//#region src/components/password-input/password-input-label.vue.d.ts
|
|
124
124
|
interface PasswordInputLabelBaseProps extends PolymorphicProps {}
|
|
@@ -128,7 +128,7 @@ interface PasswordInputLabelProps extends PasswordInputLabelBaseProps,
|
|
|
128
128
|
*/
|
|
129
129
|
HTMLAttributes {}
|
|
130
130
|
declare const _default$4: typeof __VLS_export$3;
|
|
131
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
131
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1672.DefineComponent<PasswordInputLabelProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
132
132
|
default?: (props: {}) => any;
|
|
133
133
|
}>;
|
|
134
134
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -145,21 +145,21 @@ interface PasswordInputRootProps extends PasswordInputRootBaseProps,
|
|
|
145
145
|
*/
|
|
146
146
|
HTMLAttributes {}
|
|
147
147
|
declare const _default$5: typeof __VLS_export$2;
|
|
148
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
148
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1672.DefineComponent<PasswordInputRootProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {
|
|
149
149
|
visibilityChange: (details: passwordInput.VisibilityChangeDetails) => any;
|
|
150
150
|
"update:visible": (visible: boolean) => any;
|
|
151
|
-
}, string,
|
|
151
|
+
}, string, vue1672.PublicProps, Readonly<PasswordInputRootProps> & Readonly<{
|
|
152
152
|
onVisibilityChange?: ((details: passwordInput.VisibilityChangeDetails) => any) | undefined;
|
|
153
153
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
154
154
|
}>, {
|
|
155
|
-
disabled: boolean;
|
|
156
155
|
required: boolean;
|
|
157
|
-
|
|
156
|
+
disabled: boolean;
|
|
158
157
|
invalid: boolean;
|
|
158
|
+
readOnly: boolean;
|
|
159
159
|
defaultVisible: boolean;
|
|
160
160
|
ignorePasswordManagers: boolean;
|
|
161
161
|
visible: boolean;
|
|
162
|
-
}, {}, {}, {}, string,
|
|
162
|
+
}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
163
163
|
default?: (props: {}) => any;
|
|
164
164
|
}>;
|
|
165
165
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -178,7 +178,7 @@ interface PasswordInputRootProviderProps extends PasswordInputRootProviderBasePr
|
|
|
178
178
|
*/
|
|
179
179
|
HTMLAttributes {}
|
|
180
180
|
declare const _default$6: typeof __VLS_export$1;
|
|
181
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
181
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1672.DefineComponent<PasswordInputRootProviderProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
184
184
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -195,7 +195,7 @@ interface PasswordInputVisibilityTriggerProps extends PasswordInputVisibilityTri
|
|
|
195
195
|
*/
|
|
196
196
|
HTMLAttributes {}
|
|
197
197
|
declare const _default$7: typeof __VLS_export;
|
|
198
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
198
|
+
declare const __VLS_export: __VLS_WithSlots<vue1672.DefineComponent<PasswordInputVisibilityTriggerProps, {}, {}, {}, {}, vue1672.ComponentOptionsMixin, vue1672.ComponentOptionsMixin, {}, string, vue1672.PublicProps, Readonly<PasswordInputVisibilityTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1672.ComponentProvideOptions, false, {}, any>, {
|
|
199
199
|
default?: (props: {}) => any;
|
|
200
200
|
}>;
|
|
201
201
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { m as useFieldContext } from "../../field-CtPR24u6.js";
|
|
9
9
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as passwordInput from "@sprawlify/primitives/machines/password-input";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue142 from "vue";
|
|
5
5
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
6
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|
|
7
7
|
import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails, anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
|
|
@@ -14,7 +14,7 @@ interface PinInputControlProps extends PinInputControlBaseProps,
|
|
|
14
14
|
*/
|
|
15
15
|
HTMLAttributes {}
|
|
16
16
|
declare const _default$1: typeof __VLS_export$6;
|
|
17
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
17
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue142.DefineComponent<PinInputControlProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<PinInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
18
18
|
default?: (props: {}) => any;
|
|
19
19
|
}>;
|
|
20
20
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -31,7 +31,7 @@ interface PinInputHiddenInputProps extends PinInputHiddenInputBaseProps,
|
|
|
31
31
|
*/
|
|
32
32
|
InputHTMLAttributes {}
|
|
33
33
|
declare const _default$2: typeof __VLS_export$5;
|
|
34
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
34
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue142.DefineComponent<PinInputHiddenInputProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<PinInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
35
35
|
default?: (props: {}) => any;
|
|
36
36
|
}>;
|
|
37
37
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -48,7 +48,7 @@ interface PinInputInputProps extends PinInputInputBaseProps,
|
|
|
48
48
|
*/
|
|
49
49
|
InputHTMLAttributes {}
|
|
50
50
|
declare const _default$3: typeof __VLS_export$4;
|
|
51
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
51
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue142.DefineComponent<PinInputInputProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<PinInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
52
52
|
default?: (props: {}) => any;
|
|
53
53
|
}>;
|
|
54
54
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -65,7 +65,7 @@ interface PinInputLabelProps extends PinInputLabelBaseProps,
|
|
|
65
65
|
*/
|
|
66
66
|
LabelHTMLAttributes {}
|
|
67
67
|
declare const _default$4: typeof __VLS_export$3;
|
|
68
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
68
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue142.DefineComponent<PinInputLabelProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<PinInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
69
69
|
default?: (props: {}) => any;
|
|
70
70
|
}>;
|
|
71
71
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -85,7 +85,7 @@ interface PinInputRootProviderProps extends PinInputRootProviderBaseProps,
|
|
|
85
85
|
*/
|
|
86
86
|
HTMLAttributes {}
|
|
87
87
|
declare const _default$6: typeof __VLS_export$2;
|
|
88
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
88
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue142.DefineComponent<PinInputRootProviderProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<PinInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
89
89
|
default?: (props: {}) => any;
|
|
90
90
|
}>;
|
|
91
91
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -139,27 +139,27 @@ interface PinInputRootProps extends PinInputRootBaseProps,
|
|
|
139
139
|
HTMLAttributes {}
|
|
140
140
|
interface PinInputRootEmits extends RootEmits {}
|
|
141
141
|
declare const _default$5: typeof __VLS_export$1;
|
|
142
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
142
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue142.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {
|
|
143
143
|
valueChange: (details: pinInput.ValueChangeDetails) => any;
|
|
144
|
-
"update:modelValue": (value: string[]) => any;
|
|
145
|
-
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
146
144
|
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
147
|
-
|
|
145
|
+
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
146
|
+
"update:modelValue": (value: string[]) => any;
|
|
147
|
+
}, string, vue142.PublicProps, Readonly<PinInputRootProps> & Readonly<{
|
|
148
148
|
onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
149
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
150
|
-
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
151
149
|
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
|
+
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
151
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
152
152
|
}>, {
|
|
153
153
|
mask: boolean;
|
|
154
|
-
disabled: boolean;
|
|
155
154
|
required: boolean;
|
|
156
|
-
|
|
155
|
+
disabled: boolean;
|
|
157
156
|
invalid: boolean;
|
|
158
|
-
|
|
157
|
+
readOnly: boolean;
|
|
159
158
|
autoFocus: boolean;
|
|
160
|
-
otp: boolean;
|
|
161
159
|
blurOnComplete: boolean;
|
|
162
|
-
|
|
160
|
+
otp: boolean;
|
|
161
|
+
selectOnFocus: boolean;
|
|
162
|
+
}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>, {
|
|
163
163
|
default?: (props: {}) => any;
|
|
164
164
|
}>;
|
|
165
165
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -186,7 +186,7 @@ interface PinInputContextProps extends SlotsType<{
|
|
|
186
186
|
default: UnwrapRef<UsePinInputContext>;
|
|
187
187
|
}> {}
|
|
188
188
|
declare const _default: typeof __VLS_export;
|
|
189
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
189
|
+
declare const __VLS_export: __VLS_WithSlots<vue142.DefineComponent<{}, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, true, {}, any>, {
|
|
190
190
|
default(pinInput: UnwrapRef<UsePinInputContext>): unknown;
|
|
191
191
|
}>;
|
|
192
192
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { m as useFieldContext } from "../../field-CtPR24u6.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|