vuetify 3.6.13 → 3.7.0-beta.1
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/json/attributes.json +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -10,10 +10,6 @@ interface LoaderSlotProps {
|
|
|
10
10
|
isActive: boolean;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
type VMessageSlot = {
|
|
14
|
-
message: string;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
13
|
type VCounterSlot = {
|
|
18
14
|
counter: string;
|
|
19
15
|
max: string | number | undefined;
|
|
@@ -28,6 +24,10 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
|
|
|
28
24
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
29
25
|
declare const IconValue: PropType<IconValue>;
|
|
30
26
|
|
|
27
|
+
type VMessageSlot = {
|
|
28
|
+
message: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
31
|
interface VInputSlot {
|
|
32
32
|
id: ComputedRef<string>;
|
|
33
33
|
messagesId: ComputedRef<string>;
|
|
@@ -56,66 +56,66 @@ type ControlSlot = {
|
|
|
56
56
|
type ControlVariant = 'default' | 'stacked' | 'split';
|
|
57
57
|
declare const VNumberInput: {
|
|
58
58
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
59
|
-
reverse: boolean;
|
|
60
59
|
flat: boolean;
|
|
61
|
-
|
|
60
|
+
reverse: boolean;
|
|
61
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
62
|
+
max: number;
|
|
62
63
|
type: string;
|
|
63
|
-
active: boolean;
|
|
64
64
|
error: boolean;
|
|
65
|
+
active: boolean;
|
|
66
|
+
min: number;
|
|
67
|
+
direction: "horizontal" | "vertical";
|
|
68
|
+
inset: boolean;
|
|
69
|
+
style: vue.StyleValue;
|
|
70
|
+
autofocus: boolean;
|
|
65
71
|
disabled: boolean;
|
|
72
|
+
readonly: boolean | null;
|
|
73
|
+
step: number;
|
|
66
74
|
messages: string | readonly string[];
|
|
67
75
|
focused: boolean;
|
|
68
76
|
errorMessages: string | readonly string[] | null;
|
|
69
77
|
maxErrors: string | number;
|
|
70
|
-
readonly: boolean | null;
|
|
71
78
|
rules: readonly ValidationRule[];
|
|
72
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
73
|
-
inset: boolean;
|
|
74
79
|
tile: boolean;
|
|
75
80
|
density: Density;
|
|
76
|
-
direction: "horizontal" | "vertical";
|
|
77
|
-
max: number;
|
|
78
81
|
clearIcon: IconValue;
|
|
79
82
|
hideSpinButtons: boolean;
|
|
80
83
|
persistentHint: boolean;
|
|
81
|
-
autofocus: boolean;
|
|
82
84
|
clearable: boolean;
|
|
83
85
|
dirty: boolean;
|
|
84
86
|
persistentClear: boolean;
|
|
85
87
|
singleLine: boolean;
|
|
86
88
|
persistentPlaceholder: boolean;
|
|
87
89
|
persistentCounter: boolean;
|
|
88
|
-
min: number;
|
|
89
|
-
step: number;
|
|
90
90
|
hideInput: boolean;
|
|
91
91
|
controlVariant: ControlVariant;
|
|
92
92
|
} & {
|
|
93
|
-
class?: any;
|
|
94
93
|
id?: string | undefined;
|
|
95
|
-
label?: string | undefined;
|
|
96
94
|
width?: string | number | undefined;
|
|
97
|
-
theme?: string | undefined;
|
|
98
|
-
color?: string | undefined;
|
|
99
95
|
name?: string | undefined;
|
|
100
|
-
|
|
96
|
+
color?: string | undefined;
|
|
97
|
+
maxWidth?: string | number | undefined;
|
|
98
|
+
minWidth?: string | number | undefined;
|
|
101
99
|
loading?: string | boolean | undefined;
|
|
100
|
+
label?: string | undefined;
|
|
101
|
+
prefix?: string | undefined;
|
|
102
|
+
role?: string | undefined;
|
|
103
|
+
class?: any;
|
|
102
104
|
placeholder?: string | undefined;
|
|
105
|
+
theme?: string | undefined;
|
|
103
106
|
counter?: string | number | boolean | undefined;
|
|
104
107
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
105
108
|
modelValue?: any;
|
|
106
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
109
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
107
110
|
validationValue?: any;
|
|
108
111
|
rounded?: string | number | boolean | undefined;
|
|
109
|
-
maxWidth?: string | number | undefined;
|
|
110
|
-
minWidth?: string | number | undefined;
|
|
111
|
-
role?: string | undefined;
|
|
112
112
|
baseColor?: string | undefined;
|
|
113
113
|
bgColor?: string | undefined;
|
|
114
114
|
prependIcon?: IconValue | undefined;
|
|
115
115
|
appendIcon?: IconValue | undefined;
|
|
116
116
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
117
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
118
117
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
118
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
119
119
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
120
120
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
121
121
|
centerAffix?: boolean | undefined;
|
|
@@ -126,6 +126,7 @@ declare const VNumberInput: {
|
|
|
126
126
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
127
127
|
} & {
|
|
128
128
|
$children?: {} | vue.VNodeChild | {
|
|
129
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
129
130
|
clear?: ((arg: DefaultInputSlot & {
|
|
130
131
|
props: Record<string, any>;
|
|
131
132
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -134,10 +135,9 @@ declare const VNumberInput: {
|
|
|
134
135
|
label: string | undefined;
|
|
135
136
|
props: Record<string, any>;
|
|
136
137
|
}) => vue.VNodeChild) | undefined;
|
|
137
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
138
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
139
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
140
138
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
139
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
140
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
141
141
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
142
142
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
143
143
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -145,6 +145,7 @@ declare const VNumberInput: {
|
|
|
145
145
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
146
146
|
};
|
|
147
147
|
'v-slots'?: {
|
|
148
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
148
149
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
149
150
|
props: Record<string, any>;
|
|
150
151
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -153,10 +154,9 @@ declare const VNumberInput: {
|
|
|
153
154
|
label: string | undefined;
|
|
154
155
|
props: Record<string, any>;
|
|
155
156
|
}) => vue.VNodeChild) | undefined;
|
|
156
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
157
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
158
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
159
157
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
158
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
159
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
160
160
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
161
161
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
162
162
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -164,6 +164,7 @@ declare const VNumberInput: {
|
|
|
164
164
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
165
165
|
} | undefined;
|
|
166
166
|
} & {
|
|
167
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
167
168
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
168
169
|
props: Record<string, any>;
|
|
169
170
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -172,10 +173,9 @@ declare const VNumberInput: {
|
|
|
172
173
|
label: string | undefined;
|
|
173
174
|
props: Record<string, any>;
|
|
174
175
|
}) => vue.VNodeChild) | undefined;
|
|
175
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
176
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
177
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
178
176
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
177
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
178
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
179
179
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
180
180
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
181
181
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -186,66 +186,66 @@ declare const VNumberInput: {
|
|
|
186
186
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
187
187
|
'update:modelValue': (val: number) => true;
|
|
188
188
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
189
|
-
reverse: boolean;
|
|
190
189
|
flat: boolean;
|
|
191
|
-
|
|
190
|
+
reverse: boolean;
|
|
191
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
192
|
+
max: number;
|
|
192
193
|
type: string;
|
|
193
|
-
active: boolean;
|
|
194
194
|
error: boolean;
|
|
195
|
+
active: boolean;
|
|
196
|
+
min: number;
|
|
197
|
+
direction: "horizontal" | "vertical";
|
|
198
|
+
inset: boolean;
|
|
199
|
+
style: vue.StyleValue;
|
|
200
|
+
autofocus: boolean;
|
|
195
201
|
disabled: boolean;
|
|
202
|
+
readonly: boolean | null;
|
|
203
|
+
step: number;
|
|
196
204
|
messages: string | readonly string[];
|
|
197
205
|
focused: boolean;
|
|
198
206
|
errorMessages: string | readonly string[] | null;
|
|
199
207
|
maxErrors: string | number;
|
|
200
|
-
readonly: boolean | null;
|
|
201
208
|
rules: readonly ValidationRule[];
|
|
202
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
203
|
-
inset: boolean;
|
|
204
209
|
tile: boolean;
|
|
205
210
|
density: Density;
|
|
206
|
-
direction: "horizontal" | "vertical";
|
|
207
|
-
max: number;
|
|
208
211
|
clearIcon: IconValue;
|
|
209
212
|
hideSpinButtons: boolean;
|
|
210
213
|
persistentHint: boolean;
|
|
211
|
-
autofocus: boolean;
|
|
212
214
|
clearable: boolean;
|
|
213
215
|
dirty: boolean;
|
|
214
216
|
persistentClear: boolean;
|
|
215
217
|
singleLine: boolean;
|
|
216
218
|
persistentPlaceholder: boolean;
|
|
217
219
|
persistentCounter: boolean;
|
|
218
|
-
min: number;
|
|
219
|
-
step: number;
|
|
220
220
|
hideInput: boolean;
|
|
221
221
|
controlVariant: ControlVariant;
|
|
222
222
|
} & {
|
|
223
|
-
class?: any;
|
|
224
223
|
id?: string | undefined;
|
|
225
|
-
label?: string | undefined;
|
|
226
224
|
width?: string | number | undefined;
|
|
227
|
-
theme?: string | undefined;
|
|
228
|
-
color?: string | undefined;
|
|
229
225
|
name?: string | undefined;
|
|
230
|
-
|
|
226
|
+
color?: string | undefined;
|
|
227
|
+
maxWidth?: string | number | undefined;
|
|
228
|
+
minWidth?: string | number | undefined;
|
|
231
229
|
loading?: string | boolean | undefined;
|
|
230
|
+
label?: string | undefined;
|
|
231
|
+
prefix?: string | undefined;
|
|
232
|
+
role?: string | undefined;
|
|
233
|
+
class?: any;
|
|
232
234
|
placeholder?: string | undefined;
|
|
235
|
+
theme?: string | undefined;
|
|
233
236
|
counter?: string | number | boolean | undefined;
|
|
234
237
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
235
238
|
modelValue?: any;
|
|
236
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
239
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
237
240
|
validationValue?: any;
|
|
238
241
|
rounded?: string | number | boolean | undefined;
|
|
239
|
-
maxWidth?: string | number | undefined;
|
|
240
|
-
minWidth?: string | number | undefined;
|
|
241
|
-
role?: string | undefined;
|
|
242
242
|
baseColor?: string | undefined;
|
|
243
243
|
bgColor?: string | undefined;
|
|
244
244
|
prependIcon?: IconValue | undefined;
|
|
245
245
|
appendIcon?: IconValue | undefined;
|
|
246
246
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
247
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
248
247
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
248
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
249
249
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
250
250
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
251
251
|
centerAffix?: boolean | undefined;
|
|
@@ -256,6 +256,7 @@ declare const VNumberInput: {
|
|
|
256
256
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
257
257
|
} & {
|
|
258
258
|
$children?: {} | vue.VNodeChild | {
|
|
259
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
259
260
|
clear?: ((arg: DefaultInputSlot & {
|
|
260
261
|
props: Record<string, any>;
|
|
261
262
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -264,10 +265,9 @@ declare const VNumberInput: {
|
|
|
264
265
|
label: string | undefined;
|
|
265
266
|
props: Record<string, any>;
|
|
266
267
|
}) => vue.VNodeChild) | undefined;
|
|
267
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
268
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
269
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
270
268
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
269
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
270
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
271
271
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
272
272
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
273
273
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -275,6 +275,7 @@ declare const VNumberInput: {
|
|
|
275
275
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
276
276
|
};
|
|
277
277
|
'v-slots'?: {
|
|
278
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
278
279
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
279
280
|
props: Record<string, any>;
|
|
280
281
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -283,10 +284,9 @@ declare const VNumberInput: {
|
|
|
283
284
|
label: string | undefined;
|
|
284
285
|
props: Record<string, any>;
|
|
285
286
|
}) => vue.VNodeChild) | undefined;
|
|
286
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
287
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
288
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
289
287
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
288
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
289
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
290
290
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
291
291
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
292
292
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -294,6 +294,7 @@ declare const VNumberInput: {
|
|
|
294
294
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
295
295
|
} | undefined;
|
|
296
296
|
} & {
|
|
297
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
297
298
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
298
299
|
props: Record<string, any>;
|
|
299
300
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -302,10 +303,9 @@ declare const VNumberInput: {
|
|
|
302
303
|
label: string | undefined;
|
|
303
304
|
props: Record<string, any>;
|
|
304
305
|
}) => vue.VNodeChild) | undefined;
|
|
305
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
306
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
307
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
308
306
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
307
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
308
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
309
309
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
310
310
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
311
311
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -314,42 +314,45 @@ declare const VNumberInput: {
|
|
|
314
314
|
} & {
|
|
315
315
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
316
316
|
}, {
|
|
317
|
-
reverse: boolean;
|
|
318
317
|
flat: boolean;
|
|
319
|
-
|
|
318
|
+
reverse: boolean;
|
|
319
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
320
|
+
max: number;
|
|
320
321
|
type: string;
|
|
321
|
-
active: boolean;
|
|
322
322
|
error: boolean;
|
|
323
|
+
active: boolean;
|
|
324
|
+
min: number;
|
|
325
|
+
direction: "horizontal" | "vertical";
|
|
326
|
+
inset: boolean;
|
|
327
|
+
style: vue.StyleValue;
|
|
328
|
+
autofocus: boolean;
|
|
323
329
|
disabled: boolean;
|
|
330
|
+
readonly: boolean | null;
|
|
331
|
+
step: number;
|
|
324
332
|
messages: string | readonly string[];
|
|
325
333
|
focused: boolean;
|
|
326
334
|
errorMessages: string | readonly string[] | null;
|
|
327
335
|
maxErrors: string | number;
|
|
328
|
-
readonly: boolean | null;
|
|
329
336
|
rules: readonly ValidationRule[];
|
|
330
337
|
rounded: string | number | boolean;
|
|
331
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
332
|
-
inset: boolean;
|
|
333
338
|
tile: boolean;
|
|
334
339
|
density: Density;
|
|
335
|
-
direction: "horizontal" | "vertical";
|
|
336
|
-
max: number;
|
|
337
340
|
clearIcon: IconValue;
|
|
338
341
|
centerAffix: boolean;
|
|
339
342
|
hideSpinButtons: boolean;
|
|
340
343
|
persistentHint: boolean;
|
|
341
|
-
autofocus: boolean;
|
|
342
344
|
clearable: boolean;
|
|
343
345
|
dirty: boolean;
|
|
344
346
|
persistentClear: boolean;
|
|
345
347
|
singleLine: boolean;
|
|
346
348
|
persistentPlaceholder: boolean;
|
|
347
349
|
persistentCounter: boolean;
|
|
348
|
-
min: number;
|
|
349
|
-
step: number;
|
|
350
350
|
hideInput: boolean;
|
|
351
351
|
controlVariant: ControlVariant;
|
|
352
352
|
}, true, {}, vue.SlotsType<Partial<{
|
|
353
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
354
|
+
[key: string]: any;
|
|
355
|
+
}>[];
|
|
353
356
|
clear: (arg: DefaultInputSlot & {
|
|
354
357
|
props: Record<string, any>;
|
|
355
358
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -364,16 +367,13 @@ declare const VNumberInput: {
|
|
|
364
367
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
365
368
|
[key: string]: any;
|
|
366
369
|
}>[];
|
|
367
|
-
|
|
368
|
-
[key: string]: any;
|
|
369
|
-
}>[];
|
|
370
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
370
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
371
371
|
[key: string]: any;
|
|
372
372
|
}>[];
|
|
373
373
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
374
374
|
[key: string]: any;
|
|
375
375
|
}>[];
|
|
376
|
-
|
|
376
|
+
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
377
377
|
[key: string]: any;
|
|
378
378
|
}>[];
|
|
379
379
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -399,66 +399,66 @@ declare const VNumberInput: {
|
|
|
399
399
|
M: {};
|
|
400
400
|
Defaults: {};
|
|
401
401
|
}, {
|
|
402
|
-
reverse: boolean;
|
|
403
402
|
flat: boolean;
|
|
404
|
-
|
|
403
|
+
reverse: boolean;
|
|
404
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
405
|
+
max: number;
|
|
405
406
|
type: string;
|
|
406
|
-
active: boolean;
|
|
407
407
|
error: boolean;
|
|
408
|
+
active: boolean;
|
|
409
|
+
min: number;
|
|
410
|
+
direction: "horizontal" | "vertical";
|
|
411
|
+
inset: boolean;
|
|
412
|
+
style: vue.StyleValue;
|
|
413
|
+
autofocus: boolean;
|
|
408
414
|
disabled: boolean;
|
|
415
|
+
readonly: boolean | null;
|
|
416
|
+
step: number;
|
|
409
417
|
messages: string | readonly string[];
|
|
410
418
|
focused: boolean;
|
|
411
419
|
errorMessages: string | readonly string[] | null;
|
|
412
420
|
maxErrors: string | number;
|
|
413
|
-
readonly: boolean | null;
|
|
414
421
|
rules: readonly ValidationRule[];
|
|
415
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
416
|
-
inset: boolean;
|
|
417
422
|
tile: boolean;
|
|
418
423
|
density: Density;
|
|
419
|
-
direction: "horizontal" | "vertical";
|
|
420
|
-
max: number;
|
|
421
424
|
clearIcon: IconValue;
|
|
422
425
|
hideSpinButtons: boolean;
|
|
423
426
|
persistentHint: boolean;
|
|
424
|
-
autofocus: boolean;
|
|
425
427
|
clearable: boolean;
|
|
426
428
|
dirty: boolean;
|
|
427
429
|
persistentClear: boolean;
|
|
428
430
|
singleLine: boolean;
|
|
429
431
|
persistentPlaceholder: boolean;
|
|
430
432
|
persistentCounter: boolean;
|
|
431
|
-
min: number;
|
|
432
|
-
step: number;
|
|
433
433
|
hideInput: boolean;
|
|
434
434
|
controlVariant: ControlVariant;
|
|
435
435
|
} & {
|
|
436
|
-
class?: any;
|
|
437
436
|
id?: string | undefined;
|
|
438
|
-
label?: string | undefined;
|
|
439
437
|
width?: string | number | undefined;
|
|
440
|
-
theme?: string | undefined;
|
|
441
|
-
color?: string | undefined;
|
|
442
438
|
name?: string | undefined;
|
|
443
|
-
|
|
439
|
+
color?: string | undefined;
|
|
440
|
+
maxWidth?: string | number | undefined;
|
|
441
|
+
minWidth?: string | number | undefined;
|
|
444
442
|
loading?: string | boolean | undefined;
|
|
443
|
+
label?: string | undefined;
|
|
444
|
+
prefix?: string | undefined;
|
|
445
|
+
role?: string | undefined;
|
|
446
|
+
class?: any;
|
|
445
447
|
placeholder?: string | undefined;
|
|
448
|
+
theme?: string | undefined;
|
|
446
449
|
counter?: string | number | boolean | undefined;
|
|
447
450
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
448
451
|
modelValue?: any;
|
|
449
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
452
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
450
453
|
validationValue?: any;
|
|
451
454
|
rounded?: string | number | boolean | undefined;
|
|
452
|
-
maxWidth?: string | number | undefined;
|
|
453
|
-
minWidth?: string | number | undefined;
|
|
454
|
-
role?: string | undefined;
|
|
455
455
|
baseColor?: string | undefined;
|
|
456
456
|
bgColor?: string | undefined;
|
|
457
457
|
prependIcon?: IconValue | undefined;
|
|
458
458
|
appendIcon?: IconValue | undefined;
|
|
459
459
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
460
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
461
460
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
461
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
462
462
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
463
463
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
464
464
|
centerAffix?: boolean | undefined;
|
|
@@ -469,6 +469,7 @@ declare const VNumberInput: {
|
|
|
469
469
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
470
470
|
} & {
|
|
471
471
|
$children?: {} | vue.VNodeChild | {
|
|
472
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
472
473
|
clear?: ((arg: DefaultInputSlot & {
|
|
473
474
|
props: Record<string, any>;
|
|
474
475
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -477,10 +478,9 @@ declare const VNumberInput: {
|
|
|
477
478
|
label: string | undefined;
|
|
478
479
|
props: Record<string, any>;
|
|
479
480
|
}) => vue.VNodeChild) | undefined;
|
|
480
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
481
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
482
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
483
481
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
482
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
483
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
484
484
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
485
485
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
486
486
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -488,6 +488,7 @@ declare const VNumberInput: {
|
|
|
488
488
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
489
489
|
};
|
|
490
490
|
'v-slots'?: {
|
|
491
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
491
492
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
492
493
|
props: Record<string, any>;
|
|
493
494
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -496,10 +497,9 @@ declare const VNumberInput: {
|
|
|
496
497
|
label: string | undefined;
|
|
497
498
|
props: Record<string, any>;
|
|
498
499
|
}) => vue.VNodeChild) | undefined;
|
|
499
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
500
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
501
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
502
500
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
501
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
502
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
503
503
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
504
504
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
505
505
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -507,6 +507,7 @@ declare const VNumberInput: {
|
|
|
507
507
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
508
508
|
} | undefined;
|
|
509
509
|
} & {
|
|
510
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
510
511
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
511
512
|
props: Record<string, any>;
|
|
512
513
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -515,10 +516,9 @@ declare const VNumberInput: {
|
|
|
515
516
|
label: string | undefined;
|
|
516
517
|
props: Record<string, any>;
|
|
517
518
|
}) => vue.VNodeChild) | undefined;
|
|
518
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
519
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
520
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
521
519
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
520
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
521
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
522
522
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
523
523
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
524
524
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -527,39 +527,39 @@ declare const VNumberInput: {
|
|
|
527
527
|
} & {
|
|
528
528
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
529
529
|
}, {}, {}, {}, {}, {
|
|
530
|
-
reverse: boolean;
|
|
531
530
|
flat: boolean;
|
|
532
|
-
|
|
531
|
+
reverse: boolean;
|
|
532
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
533
|
+
max: number;
|
|
533
534
|
type: string;
|
|
534
|
-
active: boolean;
|
|
535
535
|
error: boolean;
|
|
536
|
+
active: boolean;
|
|
537
|
+
min: number;
|
|
538
|
+
direction: "horizontal" | "vertical";
|
|
539
|
+
inset: boolean;
|
|
540
|
+
style: vue.StyleValue;
|
|
541
|
+
autofocus: boolean;
|
|
536
542
|
disabled: boolean;
|
|
543
|
+
readonly: boolean | null;
|
|
544
|
+
step: number;
|
|
537
545
|
messages: string | readonly string[];
|
|
538
546
|
focused: boolean;
|
|
539
547
|
errorMessages: string | readonly string[] | null;
|
|
540
548
|
maxErrors: string | number;
|
|
541
|
-
readonly: boolean | null;
|
|
542
549
|
rules: readonly ValidationRule[];
|
|
543
550
|
rounded: string | number | boolean;
|
|
544
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
545
|
-
inset: boolean;
|
|
546
551
|
tile: boolean;
|
|
547
552
|
density: Density;
|
|
548
|
-
direction: "horizontal" | "vertical";
|
|
549
|
-
max: number;
|
|
550
553
|
clearIcon: IconValue;
|
|
551
554
|
centerAffix: boolean;
|
|
552
555
|
hideSpinButtons: boolean;
|
|
553
556
|
persistentHint: boolean;
|
|
554
|
-
autofocus: boolean;
|
|
555
557
|
clearable: boolean;
|
|
556
558
|
dirty: boolean;
|
|
557
559
|
persistentClear: boolean;
|
|
558
560
|
singleLine: boolean;
|
|
559
561
|
persistentPlaceholder: boolean;
|
|
560
562
|
persistentCounter: boolean;
|
|
561
|
-
min: number;
|
|
562
|
-
step: number;
|
|
563
563
|
hideInput: boolean;
|
|
564
564
|
controlVariant: ControlVariant;
|
|
565
565
|
}>;
|
|
@@ -567,66 +567,66 @@ declare const VNumberInput: {
|
|
|
567
567
|
__isTeleport?: undefined;
|
|
568
568
|
__isSuspense?: undefined;
|
|
569
569
|
} & vue.ComponentOptionsBase<{
|
|
570
|
-
reverse: boolean;
|
|
571
570
|
flat: boolean;
|
|
572
|
-
|
|
571
|
+
reverse: boolean;
|
|
572
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
573
|
+
max: number;
|
|
573
574
|
type: string;
|
|
574
|
-
active: boolean;
|
|
575
575
|
error: boolean;
|
|
576
|
+
active: boolean;
|
|
577
|
+
min: number;
|
|
578
|
+
direction: "horizontal" | "vertical";
|
|
579
|
+
inset: boolean;
|
|
580
|
+
style: vue.StyleValue;
|
|
581
|
+
autofocus: boolean;
|
|
576
582
|
disabled: boolean;
|
|
583
|
+
readonly: boolean | null;
|
|
584
|
+
step: number;
|
|
577
585
|
messages: string | readonly string[];
|
|
578
586
|
focused: boolean;
|
|
579
587
|
errorMessages: string | readonly string[] | null;
|
|
580
588
|
maxErrors: string | number;
|
|
581
|
-
readonly: boolean | null;
|
|
582
589
|
rules: readonly ValidationRule[];
|
|
583
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
584
|
-
inset: boolean;
|
|
585
590
|
tile: boolean;
|
|
586
591
|
density: Density;
|
|
587
|
-
direction: "horizontal" | "vertical";
|
|
588
|
-
max: number;
|
|
589
592
|
clearIcon: IconValue;
|
|
590
593
|
hideSpinButtons: boolean;
|
|
591
594
|
persistentHint: boolean;
|
|
592
|
-
autofocus: boolean;
|
|
593
595
|
clearable: boolean;
|
|
594
596
|
dirty: boolean;
|
|
595
597
|
persistentClear: boolean;
|
|
596
598
|
singleLine: boolean;
|
|
597
599
|
persistentPlaceholder: boolean;
|
|
598
600
|
persistentCounter: boolean;
|
|
599
|
-
min: number;
|
|
600
|
-
step: number;
|
|
601
601
|
hideInput: boolean;
|
|
602
602
|
controlVariant: ControlVariant;
|
|
603
603
|
} & {
|
|
604
|
-
class?: any;
|
|
605
604
|
id?: string | undefined;
|
|
606
|
-
label?: string | undefined;
|
|
607
605
|
width?: string | number | undefined;
|
|
608
|
-
theme?: string | undefined;
|
|
609
|
-
color?: string | undefined;
|
|
610
606
|
name?: string | undefined;
|
|
611
|
-
|
|
607
|
+
color?: string | undefined;
|
|
608
|
+
maxWidth?: string | number | undefined;
|
|
609
|
+
minWidth?: string | number | undefined;
|
|
612
610
|
loading?: string | boolean | undefined;
|
|
611
|
+
label?: string | undefined;
|
|
612
|
+
prefix?: string | undefined;
|
|
613
|
+
role?: string | undefined;
|
|
614
|
+
class?: any;
|
|
613
615
|
placeholder?: string | undefined;
|
|
616
|
+
theme?: string | undefined;
|
|
614
617
|
counter?: string | number | boolean | undefined;
|
|
615
618
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
616
619
|
modelValue?: any;
|
|
617
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
620
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
|
618
621
|
validationValue?: any;
|
|
619
622
|
rounded?: string | number | boolean | undefined;
|
|
620
|
-
maxWidth?: string | number | undefined;
|
|
621
|
-
minWidth?: string | number | undefined;
|
|
622
|
-
role?: string | undefined;
|
|
623
623
|
baseColor?: string | undefined;
|
|
624
624
|
bgColor?: string | undefined;
|
|
625
625
|
prependIcon?: IconValue | undefined;
|
|
626
626
|
appendIcon?: IconValue | undefined;
|
|
627
627
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
628
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
629
628
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
629
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
630
630
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
631
631
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
632
632
|
centerAffix?: boolean | undefined;
|
|
@@ -637,6 +637,7 @@ declare const VNumberInput: {
|
|
|
637
637
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
638
638
|
} & {
|
|
639
639
|
$children?: {} | vue.VNodeChild | {
|
|
640
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
640
641
|
clear?: ((arg: DefaultInputSlot & {
|
|
641
642
|
props: Record<string, any>;
|
|
642
643
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -645,10 +646,9 @@ declare const VNumberInput: {
|
|
|
645
646
|
label: string | undefined;
|
|
646
647
|
props: Record<string, any>;
|
|
647
648
|
}) => vue.VNodeChild) | undefined;
|
|
648
|
-
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
649
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
650
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
651
649
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
650
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
651
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
652
652
|
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
653
653
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
654
654
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -656,6 +656,7 @@ declare const VNumberInput: {
|
|
|
656
656
|
decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
657
657
|
};
|
|
658
658
|
'v-slots'?: {
|
|
659
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
659
660
|
clear?: false | ((arg: DefaultInputSlot & {
|
|
660
661
|
props: Record<string, any>;
|
|
661
662
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -664,10 +665,9 @@ declare const VNumberInput: {
|
|
|
664
665
|
label: string | undefined;
|
|
665
666
|
props: Record<string, any>;
|
|
666
667
|
}) => vue.VNodeChild) | undefined;
|
|
667
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
668
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
669
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
670
668
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
669
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
670
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
671
671
|
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
672
672
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
673
673
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -675,6 +675,7 @@ declare const VNumberInput: {
|
|
|
675
675
|
decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
|
|
676
676
|
} | undefined;
|
|
677
677
|
} & {
|
|
678
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
678
679
|
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
679
680
|
props: Record<string, any>;
|
|
680
681
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -683,10 +684,9 @@ declare const VNumberInput: {
|
|
|
683
684
|
label: string | undefined;
|
|
684
685
|
props: Record<string, any>;
|
|
685
686
|
}) => vue.VNodeChild) | undefined;
|
|
686
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
687
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
688
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
689
687
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
688
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
689
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
690
690
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
691
691
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
692
692
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -697,42 +697,45 @@ declare const VNumberInput: {
|
|
|
697
697
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
698
698
|
'update:modelValue': (val: number) => true;
|
|
699
699
|
}, string, {
|
|
700
|
-
reverse: boolean;
|
|
701
700
|
flat: boolean;
|
|
702
|
-
|
|
701
|
+
reverse: boolean;
|
|
702
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
703
|
+
max: number;
|
|
703
704
|
type: string;
|
|
704
|
-
active: boolean;
|
|
705
705
|
error: boolean;
|
|
706
|
+
active: boolean;
|
|
707
|
+
min: number;
|
|
708
|
+
direction: "horizontal" | "vertical";
|
|
709
|
+
inset: boolean;
|
|
710
|
+
style: vue.StyleValue;
|
|
711
|
+
autofocus: boolean;
|
|
706
712
|
disabled: boolean;
|
|
713
|
+
readonly: boolean | null;
|
|
714
|
+
step: number;
|
|
707
715
|
messages: string | readonly string[];
|
|
708
716
|
focused: boolean;
|
|
709
717
|
errorMessages: string | readonly string[] | null;
|
|
710
718
|
maxErrors: string | number;
|
|
711
|
-
readonly: boolean | null;
|
|
712
719
|
rules: readonly ValidationRule[];
|
|
713
720
|
rounded: string | number | boolean;
|
|
714
|
-
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
715
|
-
inset: boolean;
|
|
716
721
|
tile: boolean;
|
|
717
722
|
density: Density;
|
|
718
|
-
direction: "horizontal" | "vertical";
|
|
719
|
-
max: number;
|
|
720
723
|
clearIcon: IconValue;
|
|
721
724
|
centerAffix: boolean;
|
|
722
725
|
hideSpinButtons: boolean;
|
|
723
726
|
persistentHint: boolean;
|
|
724
|
-
autofocus: boolean;
|
|
725
727
|
clearable: boolean;
|
|
726
728
|
dirty: boolean;
|
|
727
729
|
persistentClear: boolean;
|
|
728
730
|
singleLine: boolean;
|
|
729
731
|
persistentPlaceholder: boolean;
|
|
730
732
|
persistentCounter: boolean;
|
|
731
|
-
min: number;
|
|
732
|
-
step: number;
|
|
733
733
|
hideInput: boolean;
|
|
734
734
|
controlVariant: ControlVariant;
|
|
735
735
|
}, {}, string, vue.SlotsType<Partial<{
|
|
736
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
737
|
+
[key: string]: any;
|
|
738
|
+
}>[];
|
|
736
739
|
clear: (arg: DefaultInputSlot & {
|
|
737
740
|
props: Record<string, any>;
|
|
738
741
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -747,16 +750,13 @@ declare const VNumberInput: {
|
|
|
747
750
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
748
751
|
[key: string]: any;
|
|
749
752
|
}>[];
|
|
750
|
-
|
|
751
|
-
[key: string]: any;
|
|
752
|
-
}>[];
|
|
753
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
753
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
754
754
|
[key: string]: any;
|
|
755
755
|
}>[];
|
|
756
756
|
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
757
757
|
[key: string]: any;
|
|
758
758
|
}>[];
|
|
759
|
-
|
|
759
|
+
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
760
760
|
[key: string]: any;
|
|
761
761
|
}>[];
|
|
762
762
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -775,37 +775,55 @@ declare const VNumberInput: {
|
|
|
775
775
|
[key: string]: any;
|
|
776
776
|
}>[];
|
|
777
777
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
778
|
-
reverse: BooleanConstructor;
|
|
779
778
|
flat: BooleanConstructor;
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
type: PropType<
|
|
783
|
-
default:
|
|
779
|
+
reverse: BooleanConstructor;
|
|
780
|
+
variant: {
|
|
781
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
782
|
+
default: string;
|
|
783
|
+
validator: (v: any) => boolean;
|
|
784
784
|
};
|
|
785
|
-
id: StringConstructor;
|
|
786
|
-
label: StringConstructor;
|
|
787
785
|
type: {
|
|
788
786
|
type: StringConstructor;
|
|
789
787
|
default: string;
|
|
790
788
|
};
|
|
789
|
+
error: BooleanConstructor;
|
|
790
|
+
id: StringConstructor;
|
|
791
791
|
width: (StringConstructor | NumberConstructor)[];
|
|
792
792
|
active: BooleanConstructor;
|
|
793
|
-
error: BooleanConstructor;
|
|
794
|
-
theme: StringConstructor;
|
|
795
|
-
color: StringConstructor;
|
|
796
793
|
name: StringConstructor;
|
|
794
|
+
color: StringConstructor;
|
|
795
|
+
direction: {
|
|
796
|
+
type: PropType<"horizontal" | "vertical">;
|
|
797
|
+
default: string;
|
|
798
|
+
validator: (v: any) => boolean;
|
|
799
|
+
};
|
|
800
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
801
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
802
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
803
|
+
label: StringConstructor;
|
|
804
|
+
style: {
|
|
805
|
+
type: PropType<vue.StyleValue>;
|
|
806
|
+
default: null;
|
|
807
|
+
};
|
|
797
808
|
prefix: StringConstructor;
|
|
809
|
+
role: StringConstructor;
|
|
810
|
+
autofocus: BooleanConstructor;
|
|
798
811
|
disabled: {
|
|
799
812
|
type: BooleanConstructor;
|
|
800
813
|
default: null;
|
|
801
814
|
};
|
|
802
|
-
|
|
815
|
+
readonly: {
|
|
816
|
+
type: PropType<boolean | null>;
|
|
817
|
+
default: null;
|
|
818
|
+
};
|
|
819
|
+
class: PropType<any>;
|
|
820
|
+
placeholder: StringConstructor;
|
|
821
|
+
theme: StringConstructor;
|
|
803
822
|
messages: {
|
|
804
823
|
type: PropType<string | readonly string[]>;
|
|
805
824
|
default: () => never[];
|
|
806
825
|
};
|
|
807
|
-
|
|
808
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
826
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
809
827
|
focused: BooleanConstructor;
|
|
810
828
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
811
829
|
errorMessages: {
|
|
@@ -816,40 +834,23 @@ declare const VNumberInput: {
|
|
|
816
834
|
type: (StringConstructor | NumberConstructor)[];
|
|
817
835
|
default: number;
|
|
818
836
|
};
|
|
819
|
-
readonly: {
|
|
820
|
-
type: PropType<boolean | null>;
|
|
821
|
-
default: null;
|
|
822
|
-
};
|
|
823
837
|
rules: {
|
|
824
838
|
type: PropType<readonly ValidationRule[]>;
|
|
825
839
|
default: () => never[];
|
|
826
840
|
};
|
|
827
841
|
modelValue: null;
|
|
828
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
842
|
+
validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
|
|
829
843
|
validationValue: null;
|
|
830
844
|
rounded: {
|
|
831
|
-
type: (StringConstructor |
|
|
845
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
832
846
|
default: undefined;
|
|
833
847
|
};
|
|
834
|
-
variant: {
|
|
835
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
836
|
-
default: string;
|
|
837
|
-
validator: (v: any) => boolean;
|
|
838
|
-
};
|
|
839
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
840
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
841
848
|
tile: BooleanConstructor;
|
|
842
|
-
role: StringConstructor;
|
|
843
849
|
density: {
|
|
844
850
|
type: PropType<Density>;
|
|
845
851
|
default: string;
|
|
846
852
|
validator: (v: any) => boolean;
|
|
847
853
|
};
|
|
848
|
-
direction: {
|
|
849
|
-
type: PropType<"horizontal" | "vertical">;
|
|
850
|
-
default: string;
|
|
851
|
-
validator: (v: any) => boolean;
|
|
852
|
-
};
|
|
853
854
|
baseColor: StringConstructor;
|
|
854
855
|
bgColor: StringConstructor;
|
|
855
856
|
prependIcon: PropType<IconValue>;
|
|
@@ -859,8 +860,8 @@ declare const VNumberInput: {
|
|
|
859
860
|
default: string;
|
|
860
861
|
};
|
|
861
862
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
862
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
863
863
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
864
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
864
865
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
865
866
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
866
867
|
centerAffix: {
|
|
@@ -871,7 +872,6 @@ declare const VNumberInput: {
|
|
|
871
872
|
hint: StringConstructor;
|
|
872
873
|
persistentHint: BooleanConstructor;
|
|
873
874
|
hideDetails: PropType<boolean | "auto">;
|
|
874
|
-
autofocus: BooleanConstructor;
|
|
875
875
|
clearable: BooleanConstructor;
|
|
876
876
|
dirty: BooleanConstructor;
|
|
877
877
|
persistentClear: BooleanConstructor;
|
|
@@ -900,37 +900,55 @@ declare const VNumberInput: {
|
|
|
900
900
|
default: number;
|
|
901
901
|
};
|
|
902
902
|
}, vue.ExtractPropTypes<{
|
|
903
|
-
reverse: BooleanConstructor;
|
|
904
903
|
flat: BooleanConstructor;
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
type: PropType<
|
|
908
|
-
default:
|
|
904
|
+
reverse: BooleanConstructor;
|
|
905
|
+
variant: {
|
|
906
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
907
|
+
default: string;
|
|
908
|
+
validator: (v: any) => boolean;
|
|
909
909
|
};
|
|
910
|
-
id: StringConstructor;
|
|
911
|
-
label: StringConstructor;
|
|
912
910
|
type: {
|
|
913
911
|
type: StringConstructor;
|
|
914
912
|
default: string;
|
|
915
913
|
};
|
|
914
|
+
error: BooleanConstructor;
|
|
915
|
+
id: StringConstructor;
|
|
916
916
|
width: (StringConstructor | NumberConstructor)[];
|
|
917
917
|
active: BooleanConstructor;
|
|
918
|
-
error: BooleanConstructor;
|
|
919
|
-
theme: StringConstructor;
|
|
920
|
-
color: StringConstructor;
|
|
921
918
|
name: StringConstructor;
|
|
919
|
+
color: StringConstructor;
|
|
920
|
+
direction: {
|
|
921
|
+
type: PropType<"horizontal" | "vertical">;
|
|
922
|
+
default: string;
|
|
923
|
+
validator: (v: any) => boolean;
|
|
924
|
+
};
|
|
925
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
926
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
927
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
928
|
+
label: StringConstructor;
|
|
929
|
+
style: {
|
|
930
|
+
type: PropType<vue.StyleValue>;
|
|
931
|
+
default: null;
|
|
932
|
+
};
|
|
922
933
|
prefix: StringConstructor;
|
|
934
|
+
role: StringConstructor;
|
|
935
|
+
autofocus: BooleanConstructor;
|
|
923
936
|
disabled: {
|
|
924
937
|
type: BooleanConstructor;
|
|
925
938
|
default: null;
|
|
926
939
|
};
|
|
927
|
-
|
|
940
|
+
readonly: {
|
|
941
|
+
type: PropType<boolean | null>;
|
|
942
|
+
default: null;
|
|
943
|
+
};
|
|
944
|
+
class: PropType<any>;
|
|
945
|
+
placeholder: StringConstructor;
|
|
946
|
+
theme: StringConstructor;
|
|
928
947
|
messages: {
|
|
929
948
|
type: PropType<string | readonly string[]>;
|
|
930
949
|
default: () => never[];
|
|
931
950
|
};
|
|
932
|
-
|
|
933
|
-
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
951
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
934
952
|
focused: BooleanConstructor;
|
|
935
953
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
936
954
|
errorMessages: {
|
|
@@ -941,40 +959,23 @@ declare const VNumberInput: {
|
|
|
941
959
|
type: (StringConstructor | NumberConstructor)[];
|
|
942
960
|
default: number;
|
|
943
961
|
};
|
|
944
|
-
readonly: {
|
|
945
|
-
type: PropType<boolean | null>;
|
|
946
|
-
default: null;
|
|
947
|
-
};
|
|
948
962
|
rules: {
|
|
949
963
|
type: PropType<readonly ValidationRule[]>;
|
|
950
964
|
default: () => never[];
|
|
951
965
|
};
|
|
952
966
|
modelValue: null;
|
|
953
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
967
|
+
validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
|
|
954
968
|
validationValue: null;
|
|
955
969
|
rounded: {
|
|
956
|
-
type: (StringConstructor |
|
|
970
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
957
971
|
default: undefined;
|
|
958
972
|
};
|
|
959
|
-
variant: {
|
|
960
|
-
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
961
|
-
default: string;
|
|
962
|
-
validator: (v: any) => boolean;
|
|
963
|
-
};
|
|
964
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
965
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
966
973
|
tile: BooleanConstructor;
|
|
967
|
-
role: StringConstructor;
|
|
968
974
|
density: {
|
|
969
975
|
type: PropType<Density>;
|
|
970
976
|
default: string;
|
|
971
977
|
validator: (v: any) => boolean;
|
|
972
978
|
};
|
|
973
|
-
direction: {
|
|
974
|
-
type: PropType<"horizontal" | "vertical">;
|
|
975
|
-
default: string;
|
|
976
|
-
validator: (v: any) => boolean;
|
|
977
|
-
};
|
|
978
979
|
baseColor: StringConstructor;
|
|
979
980
|
bgColor: StringConstructor;
|
|
980
981
|
prependIcon: PropType<IconValue>;
|
|
@@ -984,8 +985,8 @@ declare const VNumberInput: {
|
|
|
984
985
|
default: string;
|
|
985
986
|
};
|
|
986
987
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
987
|
-
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
988
988
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
989
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
989
990
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
990
991
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
991
992
|
centerAffix: {
|
|
@@ -996,7 +997,6 @@ declare const VNumberInput: {
|
|
|
996
997
|
hint: StringConstructor;
|
|
997
998
|
persistentHint: BooleanConstructor;
|
|
998
999
|
hideDetails: PropType<boolean | "auto">;
|
|
999
|
-
autofocus: BooleanConstructor;
|
|
1000
1000
|
clearable: BooleanConstructor;
|
|
1001
1001
|
dirty: BooleanConstructor;
|
|
1002
1002
|
persistentClear: BooleanConstructor;
|