@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -8,7 +8,7 @@ export declare const VNumberInput: {
|
|
8
8
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
9
9
|
flat: boolean;
|
10
10
|
reverse: boolean;
|
11
|
-
variant: "filled" | "
|
11
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
12
12
|
max: number;
|
13
13
|
type: string;
|
14
14
|
error: boolean;
|
@@ -25,10 +25,10 @@ export declare const VNumberInput: {
|
|
25
25
|
focused: boolean;
|
26
26
|
errorMessages: string | readonly string[] | null;
|
27
27
|
maxErrors: string | number;
|
28
|
-
rules: readonly import("../../
|
28
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
29
29
|
modelValue: number | null;
|
30
|
-
tile: boolean;
|
31
30
|
density: import("../../composables/density.js").Density;
|
31
|
+
tile: boolean;
|
32
32
|
clearIcon: import("../../composables/icons.js").IconValue;
|
33
33
|
hideSpinButtons: boolean;
|
34
34
|
persistentHint: boolean;
|
@@ -141,7 +141,7 @@ export declare const VNumberInput: {
|
|
141
141
|
$props: Partial<{
|
142
142
|
flat: boolean;
|
143
143
|
reverse: boolean;
|
144
|
-
variant: "filled" | "
|
144
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
145
145
|
type: string;
|
146
146
|
error: boolean;
|
147
147
|
active: boolean;
|
@@ -154,10 +154,10 @@ export declare const VNumberInput: {
|
|
154
154
|
focused: boolean;
|
155
155
|
errorMessages: string | readonly string[] | null;
|
156
156
|
maxErrors: string | number;
|
157
|
-
rules: readonly import("../../
|
157
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
158
|
+
density: import("../../composables/density.js").Density;
|
158
159
|
rounded: string | number | boolean;
|
159
160
|
tile: boolean;
|
160
|
-
density: import("../../composables/density.js").Density;
|
161
161
|
clearIcon: import("../../composables/icons.js").IconValue;
|
162
162
|
centerAffix: boolean;
|
163
163
|
hideSpinButtons: boolean;
|
@@ -171,7 +171,7 @@ export declare const VNumberInput: {
|
|
171
171
|
}> & Omit<{
|
172
172
|
flat: boolean;
|
173
173
|
reverse: boolean;
|
174
|
-
variant: "filled" | "
|
174
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
175
175
|
type: string;
|
176
176
|
error: boolean;
|
177
177
|
active: boolean;
|
@@ -184,9 +184,9 @@ export declare const VNumberInput: {
|
|
184
184
|
focused: boolean;
|
185
185
|
errorMessages: string | readonly string[] | null;
|
186
186
|
maxErrors: string | number;
|
187
|
-
rules: readonly import("../../
|
188
|
-
tile: boolean;
|
187
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
189
188
|
density: import("../../composables/density.js").Density;
|
189
|
+
tile: boolean;
|
190
190
|
clearIcon: import("../../composables/icons.js").IconValue;
|
191
191
|
hideSpinButtons: boolean;
|
192
192
|
persistentHint: boolean;
|
@@ -287,7 +287,7 @@ export declare const VNumberInput: {
|
|
287
287
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
288
288
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
289
289
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
290
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "
|
290
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
291
291
|
$attrs: {
|
292
292
|
[x: string]: unknown;
|
293
293
|
};
|
@@ -320,7 +320,7 @@ export declare const VNumberInput: {
|
|
320
320
|
$options: import("vue").ComponentOptionsBase<{
|
321
321
|
flat: boolean;
|
322
322
|
reverse: boolean;
|
323
|
-
variant: "filled" | "
|
323
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
324
324
|
type: string;
|
325
325
|
error: boolean;
|
326
326
|
active: boolean;
|
@@ -333,9 +333,9 @@ export declare const VNumberInput: {
|
|
333
333
|
focused: boolean;
|
334
334
|
errorMessages: string | readonly string[] | null;
|
335
335
|
maxErrors: string | number;
|
336
|
-
rules: readonly import("../../
|
337
|
-
tile: boolean;
|
336
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
338
337
|
density: import("../../composables/density.js").Density;
|
338
|
+
tile: boolean;
|
339
339
|
clearIcon: import("../../composables/icons.js").IconValue;
|
340
340
|
hideSpinButtons: boolean;
|
341
341
|
persistentHint: boolean;
|
@@ -454,7 +454,7 @@ export declare const VNumberInput: {
|
|
454
454
|
focused: boolean;
|
455
455
|
errorMessages: string | readonly string[] | null;
|
456
456
|
maxErrors: string | number;
|
457
|
-
rules: readonly import("../../
|
457
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
458
458
|
density: import("../../composables/density.js").Density;
|
459
459
|
centerAffix: boolean;
|
460
460
|
hideSpinButtons: boolean;
|
@@ -469,7 +469,7 @@ export declare const VNumberInput: {
|
|
469
469
|
focused: boolean;
|
470
470
|
errorMessages: string | readonly string[] | null;
|
471
471
|
maxErrors: string | number;
|
472
|
-
rules: readonly import("../../
|
472
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
473
473
|
density: import("../../composables/density.js").Density;
|
474
474
|
centerAffix: boolean;
|
475
475
|
hideSpinButtons: boolean;
|
@@ -520,7 +520,7 @@ export declare const VNumberInput: {
|
|
520
520
|
focused: boolean;
|
521
521
|
errorMessages: string | readonly string[] | null;
|
522
522
|
maxErrors: string | number;
|
523
|
-
rules: readonly import("../../
|
523
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
524
524
|
density: import("../../composables/density.js").Density;
|
525
525
|
centerAffix: boolean;
|
526
526
|
hideSpinButtons: boolean;
|
@@ -551,7 +551,7 @@ export declare const VNumberInput: {
|
|
551
551
|
errorMessages: import("vue").ComputedRef<string[]>;
|
552
552
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
553
553
|
'update:modelValue': (value: any) => true;
|
554
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
554
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
555
555
|
error: boolean;
|
556
556
|
direction: "horizontal" | "vertical";
|
557
557
|
style: import("vue").StyleValue;
|
@@ -561,7 +561,7 @@ export declare const VNumberInput: {
|
|
561
561
|
focused: boolean;
|
562
562
|
errorMessages: string | readonly string[] | null;
|
563
563
|
maxErrors: string | number;
|
564
|
-
rules: readonly import("../../
|
564
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
565
565
|
density: import("../../composables/density.js").Density;
|
566
566
|
centerAffix: boolean;
|
567
567
|
hideSpinButtons: boolean;
|
@@ -602,7 +602,7 @@ export declare const VNumberInput: {
|
|
602
602
|
focused: boolean;
|
603
603
|
errorMessages: string | readonly string[] | null;
|
604
604
|
maxErrors: string | number;
|
605
|
-
rules: readonly import("../../
|
605
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
606
606
|
density: import("../../composables/density.js").Density;
|
607
607
|
centerAffix: boolean;
|
608
608
|
hideSpinButtons: boolean;
|
@@ -617,7 +617,7 @@ export declare const VNumberInput: {
|
|
617
617
|
focused: boolean;
|
618
618
|
errorMessages: string | readonly string[] | null;
|
619
619
|
maxErrors: string | number;
|
620
|
-
rules: readonly import("../../
|
620
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
621
621
|
density: import("../../composables/density.js").Density;
|
622
622
|
centerAffix: boolean;
|
623
623
|
hideSpinButtons: boolean;
|
@@ -649,13 +649,13 @@ export declare const VNumberInput: {
|
|
649
649
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
650
650
|
modelValue?: unknown;
|
651
651
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
652
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
652
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
653
653
|
$: import("vue").ComponentInternalInstance;
|
654
654
|
$data: {};
|
655
655
|
$props: Partial<{
|
656
656
|
flat: boolean;
|
657
657
|
reverse: boolean;
|
658
|
-
variant: "filled" | "
|
658
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
659
659
|
error: boolean;
|
660
660
|
active: boolean;
|
661
661
|
style: import("vue").StyleValue;
|
@@ -672,7 +672,7 @@ export declare const VNumberInput: {
|
|
672
672
|
}> & Omit<{
|
673
673
|
flat: boolean;
|
674
674
|
reverse: boolean;
|
675
|
-
variant: "filled" | "
|
675
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
676
676
|
error: boolean;
|
677
677
|
active: boolean;
|
678
678
|
style: import("vue").StyleValue;
|
@@ -728,7 +728,7 @@ export declare const VNumberInput: {
|
|
728
728
|
$options: import("vue").ComponentOptionsBase<{
|
729
729
|
flat: boolean;
|
730
730
|
reverse: boolean;
|
731
|
-
variant: "filled" | "
|
731
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
732
732
|
error: boolean;
|
733
733
|
active: boolean;
|
734
734
|
style: import("vue").StyleValue;
|
@@ -767,7 +767,7 @@ export declare const VNumberInput: {
|
|
767
767
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
768
768
|
flat: boolean;
|
769
769
|
reverse: boolean;
|
770
|
-
variant: "filled" | "
|
770
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
771
771
|
error: boolean;
|
772
772
|
active: boolean;
|
773
773
|
style: import("vue").StyleValue;
|
@@ -816,7 +816,7 @@ export declare const VNumberInput: {
|
|
816
816
|
} & Readonly<{
|
817
817
|
flat: boolean;
|
818
818
|
reverse: boolean;
|
819
|
-
variant: "filled" | "
|
819
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
820
820
|
error: boolean;
|
821
821
|
active: boolean;
|
822
822
|
style: import("vue").StyleValue;
|
@@ -833,7 +833,7 @@ export declare const VNumberInput: {
|
|
833
833
|
}> & Omit<{
|
834
834
|
flat: boolean;
|
835
835
|
reverse: boolean;
|
836
|
-
variant: "filled" | "
|
836
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
837
837
|
error: boolean;
|
838
838
|
active: boolean;
|
839
839
|
style: import("vue").StyleValue;
|
@@ -887,7 +887,7 @@ export declare const VNumberInput: {
|
|
887
887
|
}, string, {
|
888
888
|
flat: boolean;
|
889
889
|
reverse: boolean;
|
890
|
-
variant: "filled" | "
|
890
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
891
891
|
type: string;
|
892
892
|
error: boolean;
|
893
893
|
active: boolean;
|
@@ -900,10 +900,10 @@ export declare const VNumberInput: {
|
|
900
900
|
focused: boolean;
|
901
901
|
errorMessages: string | readonly string[] | null;
|
902
902
|
maxErrors: string | number;
|
903
|
-
rules: readonly import("../../
|
903
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
904
|
+
density: import("../../composables/density.js").Density;
|
904
905
|
rounded: string | number | boolean;
|
905
906
|
tile: boolean;
|
906
|
-
density: import("../../composables/density.js").Density;
|
907
907
|
clearIcon: import("../../composables/icons.js").IconValue;
|
908
908
|
centerAffix: boolean;
|
909
909
|
hideSpinButtons: boolean;
|
@@ -954,7 +954,7 @@ export declare const VNumberInput: {
|
|
954
954
|
} & Readonly<{
|
955
955
|
flat: boolean;
|
956
956
|
reverse: boolean;
|
957
|
-
variant: "filled" | "
|
957
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
958
958
|
type: string;
|
959
959
|
error: boolean;
|
960
960
|
active: boolean;
|
@@ -967,10 +967,10 @@ export declare const VNumberInput: {
|
|
967
967
|
focused: boolean;
|
968
968
|
errorMessages: string | readonly string[] | null;
|
969
969
|
maxErrors: string | number;
|
970
|
-
rules: readonly import("../../
|
970
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
971
|
+
density: import("../../composables/density.js").Density;
|
971
972
|
rounded: string | number | boolean;
|
972
973
|
tile: boolean;
|
973
|
-
density: import("../../composables/density.js").Density;
|
974
974
|
clearIcon: import("../../composables/icons.js").IconValue;
|
975
975
|
centerAffix: boolean;
|
976
976
|
hideSpinButtons: boolean;
|
@@ -984,7 +984,7 @@ export declare const VNumberInput: {
|
|
984
984
|
}> & Omit<{
|
985
985
|
flat: boolean;
|
986
986
|
reverse: boolean;
|
987
|
-
variant: "filled" | "
|
987
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
988
988
|
type: string;
|
989
989
|
error: boolean;
|
990
990
|
active: boolean;
|
@@ -997,9 +997,9 @@ export declare const VNumberInput: {
|
|
997
997
|
focused: boolean;
|
998
998
|
errorMessages: string | readonly string[] | null;
|
999
999
|
maxErrors: string | number;
|
1000
|
-
rules: readonly import("../../
|
1001
|
-
tile: boolean;
|
1000
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1002
1001
|
density: import("../../composables/density.js").Density;
|
1002
|
+
tile: boolean;
|
1003
1003
|
clearIcon: import("../../composables/icons.js").IconValue;
|
1004
1004
|
hideSpinButtons: boolean;
|
1005
1005
|
persistentHint: boolean;
|
@@ -1105,7 +1105,7 @@ export declare const VNumberInput: {
|
|
1105
1105
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
1106
1106
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
1107
1107
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
1108
|
-
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "
|
1108
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
1109
1109
|
$: import("vue").ComponentInternalInstance;
|
1110
1110
|
$data: {};
|
1111
1111
|
$props: Partial<{
|
@@ -1118,7 +1118,7 @@ export declare const VNumberInput: {
|
|
1118
1118
|
focused: boolean;
|
1119
1119
|
errorMessages: string | readonly string[] | null;
|
1120
1120
|
maxErrors: string | number;
|
1121
|
-
rules: readonly import("../../
|
1121
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1122
1122
|
density: import("../../composables/density.js").Density;
|
1123
1123
|
centerAffix: boolean;
|
1124
1124
|
hideSpinButtons: boolean;
|
@@ -1133,7 +1133,7 @@ export declare const VNumberInput: {
|
|
1133
1133
|
focused: boolean;
|
1134
1134
|
errorMessages: string | readonly string[] | null;
|
1135
1135
|
maxErrors: string | number;
|
1136
|
-
rules: readonly import("../../
|
1136
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1137
1137
|
density: import("../../composables/density.js").Density;
|
1138
1138
|
centerAffix: boolean;
|
1139
1139
|
hideSpinButtons: boolean;
|
@@ -1184,7 +1184,7 @@ export declare const VNumberInput: {
|
|
1184
1184
|
focused: boolean;
|
1185
1185
|
errorMessages: string | readonly string[] | null;
|
1186
1186
|
maxErrors: string | number;
|
1187
|
-
rules: readonly import("../../
|
1187
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1188
1188
|
density: import("../../composables/density.js").Density;
|
1189
1189
|
centerAffix: boolean;
|
1190
1190
|
hideSpinButtons: boolean;
|
@@ -1215,7 +1215,7 @@ export declare const VNumberInput: {
|
|
1215
1215
|
errorMessages: import("vue").ComputedRef<string[]>;
|
1216
1216
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1217
1217
|
'update:modelValue': (value: any) => true;
|
1218
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
1218
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1219
1219
|
error: boolean;
|
1220
1220
|
direction: "horizontal" | "vertical";
|
1221
1221
|
style: import("vue").StyleValue;
|
@@ -1225,7 +1225,7 @@ export declare const VNumberInput: {
|
|
1225
1225
|
focused: boolean;
|
1226
1226
|
errorMessages: string | readonly string[] | null;
|
1227
1227
|
maxErrors: string | number;
|
1228
|
-
rules: readonly import("../../
|
1228
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1229
1229
|
density: import("../../composables/density.js").Density;
|
1230
1230
|
centerAffix: boolean;
|
1231
1231
|
hideSpinButtons: boolean;
|
@@ -1266,7 +1266,7 @@ export declare const VNumberInput: {
|
|
1266
1266
|
focused: boolean;
|
1267
1267
|
errorMessages: string | readonly string[] | null;
|
1268
1268
|
maxErrors: string | number;
|
1269
|
-
rules: readonly import("../../
|
1269
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1270
1270
|
density: import("../../composables/density.js").Density;
|
1271
1271
|
centerAffix: boolean;
|
1272
1272
|
hideSpinButtons: boolean;
|
@@ -1281,7 +1281,7 @@ export declare const VNumberInput: {
|
|
1281
1281
|
focused: boolean;
|
1282
1282
|
errorMessages: string | readonly string[] | null;
|
1283
1283
|
maxErrors: string | number;
|
1284
|
-
rules: readonly import("../../
|
1284
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1285
1285
|
density: import("../../composables/density.js").Density;
|
1286
1286
|
centerAffix: boolean;
|
1287
1287
|
hideSpinButtons: boolean;
|
@@ -1313,13 +1313,13 @@ export declare const VNumberInput: {
|
|
1313
1313
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1314
1314
|
modelValue?: unknown;
|
1315
1315
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1316
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
1316
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1317
1317
|
$: import("vue").ComponentInternalInstance;
|
1318
1318
|
$data: {};
|
1319
1319
|
$props: Partial<{
|
1320
1320
|
flat: boolean;
|
1321
1321
|
reverse: boolean;
|
1322
|
-
variant: "filled" | "
|
1322
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1323
1323
|
error: boolean;
|
1324
1324
|
active: boolean;
|
1325
1325
|
style: import("vue").StyleValue;
|
@@ -1336,7 +1336,7 @@ export declare const VNumberInput: {
|
|
1336
1336
|
}> & Omit<{
|
1337
1337
|
flat: boolean;
|
1338
1338
|
reverse: boolean;
|
1339
|
-
variant: "filled" | "
|
1339
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1340
1340
|
error: boolean;
|
1341
1341
|
active: boolean;
|
1342
1342
|
style: import("vue").StyleValue;
|
@@ -1392,7 +1392,7 @@ export declare const VNumberInput: {
|
|
1392
1392
|
$options: import("vue").ComponentOptionsBase<{
|
1393
1393
|
flat: boolean;
|
1394
1394
|
reverse: boolean;
|
1395
|
-
variant: "filled" | "
|
1395
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1396
1396
|
error: boolean;
|
1397
1397
|
active: boolean;
|
1398
1398
|
style: import("vue").StyleValue;
|
@@ -1431,7 +1431,7 @@ export declare const VNumberInput: {
|
|
1431
1431
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
1432
1432
|
flat: boolean;
|
1433
1433
|
reverse: boolean;
|
1434
|
-
variant: "filled" | "
|
1434
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1435
1435
|
error: boolean;
|
1436
1436
|
active: boolean;
|
1437
1437
|
style: import("vue").StyleValue;
|
@@ -1480,7 +1480,7 @@ export declare const VNumberInput: {
|
|
1480
1480
|
} & Readonly<{
|
1481
1481
|
flat: boolean;
|
1482
1482
|
reverse: boolean;
|
1483
|
-
variant: "filled" | "
|
1483
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1484
1484
|
error: boolean;
|
1485
1485
|
active: boolean;
|
1486
1486
|
style: import("vue").StyleValue;
|
@@ -1497,7 +1497,7 @@ export declare const VNumberInput: {
|
|
1497
1497
|
}> & Omit<{
|
1498
1498
|
flat: boolean;
|
1499
1499
|
reverse: boolean;
|
1500
|
-
variant: "filled" | "
|
1500
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1501
1501
|
error: boolean;
|
1502
1502
|
active: boolean;
|
1503
1503
|
style: import("vue").StyleValue;
|
@@ -1543,7 +1543,7 @@ export declare const VNumberInput: {
|
|
1543
1543
|
} | {
|
1544
1544
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1545
1545
|
} | {};
|
1546
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "
|
1546
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
1547
1547
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
1548
1548
|
$: import("vue").ComponentInternalInstance;
|
1549
1549
|
$data: {};
|
@@ -1557,7 +1557,7 @@ export declare const VNumberInput: {
|
|
1557
1557
|
focused: boolean;
|
1558
1558
|
errorMessages: string | readonly string[] | null;
|
1559
1559
|
maxErrors: string | number;
|
1560
|
-
rules: readonly import("../../
|
1560
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1561
1561
|
density: import("../../composables/density.js").Density;
|
1562
1562
|
centerAffix: boolean;
|
1563
1563
|
hideSpinButtons: boolean;
|
@@ -1572,7 +1572,7 @@ export declare const VNumberInput: {
|
|
1572
1572
|
focused: boolean;
|
1573
1573
|
errorMessages: string | readonly string[] | null;
|
1574
1574
|
maxErrors: string | number;
|
1575
|
-
rules: readonly import("../../
|
1575
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1576
1576
|
density: import("../../composables/density.js").Density;
|
1577
1577
|
centerAffix: boolean;
|
1578
1578
|
hideSpinButtons: boolean;
|
@@ -1623,7 +1623,7 @@ export declare const VNumberInput: {
|
|
1623
1623
|
focused: boolean;
|
1624
1624
|
errorMessages: string | readonly string[] | null;
|
1625
1625
|
maxErrors: string | number;
|
1626
|
-
rules: readonly import("../../
|
1626
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1627
1627
|
density: import("../../composables/density.js").Density;
|
1628
1628
|
centerAffix: boolean;
|
1629
1629
|
hideSpinButtons: boolean;
|
@@ -1654,7 +1654,7 @@ export declare const VNumberInput: {
|
|
1654
1654
|
errorMessages: import("vue").ComputedRef<string[]>;
|
1655
1655
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
1656
1656
|
'update:modelValue': (value: any) => true;
|
1657
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
1657
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
1658
1658
|
error: boolean;
|
1659
1659
|
direction: "horizontal" | "vertical";
|
1660
1660
|
style: import("vue").StyleValue;
|
@@ -1664,7 +1664,7 @@ export declare const VNumberInput: {
|
|
1664
1664
|
focused: boolean;
|
1665
1665
|
errorMessages: string | readonly string[] | null;
|
1666
1666
|
maxErrors: string | number;
|
1667
|
-
rules: readonly import("../../
|
1667
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1668
1668
|
density: import("../../composables/density.js").Density;
|
1669
1669
|
centerAffix: boolean;
|
1670
1670
|
hideSpinButtons: boolean;
|
@@ -1705,7 +1705,7 @@ export declare const VNumberInput: {
|
|
1705
1705
|
focused: boolean;
|
1706
1706
|
errorMessages: string | readonly string[] | null;
|
1707
1707
|
maxErrors: string | number;
|
1708
|
-
rules: readonly import("../../
|
1708
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1709
1709
|
density: import("../../composables/density.js").Density;
|
1710
1710
|
centerAffix: boolean;
|
1711
1711
|
hideSpinButtons: boolean;
|
@@ -1720,7 +1720,7 @@ export declare const VNumberInput: {
|
|
1720
1720
|
focused: boolean;
|
1721
1721
|
errorMessages: string | readonly string[] | null;
|
1722
1722
|
maxErrors: string | number;
|
1723
|
-
rules: readonly import("../../
|
1723
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
1724
1724
|
density: import("../../composables/density.js").Density;
|
1725
1725
|
centerAffix: boolean;
|
1726
1726
|
hideSpinButtons: boolean;
|
@@ -1752,13 +1752,13 @@ export declare const VNumberInput: {
|
|
1752
1752
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1753
1753
|
modelValue?: unknown;
|
1754
1754
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1755
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
1755
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1756
1756
|
$: import("vue").ComponentInternalInstance;
|
1757
1757
|
$data: {};
|
1758
1758
|
$props: Partial<{
|
1759
1759
|
flat: boolean;
|
1760
1760
|
reverse: boolean;
|
1761
|
-
variant: "filled" | "
|
1761
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1762
1762
|
error: boolean;
|
1763
1763
|
active: boolean;
|
1764
1764
|
style: import("vue").StyleValue;
|
@@ -1775,7 +1775,7 @@ export declare const VNumberInput: {
|
|
1775
1775
|
}> & Omit<{
|
1776
1776
|
flat: boolean;
|
1777
1777
|
reverse: boolean;
|
1778
|
-
variant: "filled" | "
|
1778
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1779
1779
|
error: boolean;
|
1780
1780
|
active: boolean;
|
1781
1781
|
style: import("vue").StyleValue;
|
@@ -1831,7 +1831,7 @@ export declare const VNumberInput: {
|
|
1831
1831
|
$options: import("vue").ComponentOptionsBase<{
|
1832
1832
|
flat: boolean;
|
1833
1833
|
reverse: boolean;
|
1834
|
-
variant: "filled" | "
|
1834
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1835
1835
|
error: boolean;
|
1836
1836
|
active: boolean;
|
1837
1837
|
style: import("vue").StyleValue;
|
@@ -1870,7 +1870,7 @@ export declare const VNumberInput: {
|
|
1870
1870
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
1871
1871
|
flat: boolean;
|
1872
1872
|
reverse: boolean;
|
1873
|
-
variant: "filled" | "
|
1873
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1874
1874
|
error: boolean;
|
1875
1875
|
active: boolean;
|
1876
1876
|
style: import("vue").StyleValue;
|
@@ -1919,7 +1919,7 @@ export declare const VNumberInput: {
|
|
1919
1919
|
} & Readonly<{
|
1920
1920
|
flat: boolean;
|
1921
1921
|
reverse: boolean;
|
1922
|
-
variant: "filled" | "
|
1922
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1923
1923
|
error: boolean;
|
1924
1924
|
active: boolean;
|
1925
1925
|
style: import("vue").StyleValue;
|
@@ -1936,7 +1936,7 @@ export declare const VNumberInput: {
|
|
1936
1936
|
}> & Omit<{
|
1937
1937
|
flat: boolean;
|
1938
1938
|
reverse: boolean;
|
1939
|
-
variant: "filled" | "
|
1939
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1940
1940
|
error: boolean;
|
1941
1941
|
active: boolean;
|
1942
1942
|
style: import("vue").StyleValue;
|
@@ -1988,7 +1988,7 @@ export declare const VNumberInput: {
|
|
1988
1988
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
1989
1989
|
flat: boolean;
|
1990
1990
|
reverse: boolean;
|
1991
|
-
variant: "filled" | "
|
1991
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
1992
1992
|
max: number;
|
1993
1993
|
type: string;
|
1994
1994
|
error: boolean;
|
@@ -2005,11 +2005,11 @@ export declare const VNumberInput: {
|
|
2005
2005
|
focused: boolean;
|
2006
2006
|
errorMessages: string | readonly string[] | null;
|
2007
2007
|
maxErrors: string | number;
|
2008
|
-
rules: readonly import("../../
|
2008
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2009
2009
|
modelValue: number | null;
|
2010
|
+
density: import("../../composables/density.js").Density;
|
2010
2011
|
rounded: string | number | boolean;
|
2011
2012
|
tile: boolean;
|
2012
|
-
density: import("../../composables/density.js").Density;
|
2013
2013
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2014
2014
|
centerAffix: boolean;
|
2015
2015
|
hideSpinButtons: boolean;
|
@@ -2051,7 +2051,7 @@ export declare const VNumberInput: {
|
|
2051
2051
|
}, {
|
2052
2052
|
flat: boolean;
|
2053
2053
|
reverse: boolean;
|
2054
|
-
variant: "filled" | "
|
2054
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2055
2055
|
max: number;
|
2056
2056
|
type: string;
|
2057
2057
|
error: boolean;
|
@@ -2068,10 +2068,10 @@ export declare const VNumberInput: {
|
|
2068
2068
|
focused: boolean;
|
2069
2069
|
errorMessages: string | readonly string[] | null;
|
2070
2070
|
maxErrors: string | number;
|
2071
|
-
rules: readonly import("../../
|
2071
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2072
2072
|
modelValue: number | null;
|
2073
|
-
tile: boolean;
|
2074
2073
|
density: import("../../composables/density.js").Density;
|
2074
|
+
tile: boolean;
|
2075
2075
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2076
2076
|
hideSpinButtons: boolean;
|
2077
2077
|
persistentHint: boolean;
|
@@ -2184,7 +2184,7 @@ export declare const VNumberInput: {
|
|
2184
2184
|
$props: Partial<{
|
2185
2185
|
flat: boolean;
|
2186
2186
|
reverse: boolean;
|
2187
|
-
variant: "filled" | "
|
2187
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2188
2188
|
type: string;
|
2189
2189
|
error: boolean;
|
2190
2190
|
active: boolean;
|
@@ -2197,10 +2197,10 @@ export declare const VNumberInput: {
|
|
2197
2197
|
focused: boolean;
|
2198
2198
|
errorMessages: string | readonly string[] | null;
|
2199
2199
|
maxErrors: string | number;
|
2200
|
-
rules: readonly import("../../
|
2200
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2201
|
+
density: import("../../composables/density.js").Density;
|
2201
2202
|
rounded: string | number | boolean;
|
2202
2203
|
tile: boolean;
|
2203
|
-
density: import("../../composables/density.js").Density;
|
2204
2204
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2205
2205
|
centerAffix: boolean;
|
2206
2206
|
hideSpinButtons: boolean;
|
@@ -2214,7 +2214,7 @@ export declare const VNumberInput: {
|
|
2214
2214
|
}> & Omit<{
|
2215
2215
|
flat: boolean;
|
2216
2216
|
reverse: boolean;
|
2217
|
-
variant: "filled" | "
|
2217
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2218
2218
|
type: string;
|
2219
2219
|
error: boolean;
|
2220
2220
|
active: boolean;
|
@@ -2227,9 +2227,9 @@ export declare const VNumberInput: {
|
|
2227
2227
|
focused: boolean;
|
2228
2228
|
errorMessages: string | readonly string[] | null;
|
2229
2229
|
maxErrors: string | number;
|
2230
|
-
rules: readonly import("../../
|
2231
|
-
tile: boolean;
|
2230
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2232
2231
|
density: import("../../composables/density.js").Density;
|
2232
|
+
tile: boolean;
|
2233
2233
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2234
2234
|
hideSpinButtons: boolean;
|
2235
2235
|
persistentHint: boolean;
|
@@ -2330,7 +2330,7 @@ export declare const VNumberInput: {
|
|
2330
2330
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
2331
2331
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
2332
2332
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
2333
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "
|
2333
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
2334
2334
|
$attrs: {
|
2335
2335
|
[x: string]: unknown;
|
2336
2336
|
};
|
@@ -2363,7 +2363,7 @@ export declare const VNumberInput: {
|
|
2363
2363
|
$options: import("vue").ComponentOptionsBase<{
|
2364
2364
|
flat: boolean;
|
2365
2365
|
reverse: boolean;
|
2366
|
-
variant: "filled" | "
|
2366
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2367
2367
|
type: string;
|
2368
2368
|
error: boolean;
|
2369
2369
|
active: boolean;
|
@@ -2376,9 +2376,9 @@ export declare const VNumberInput: {
|
|
2376
2376
|
focused: boolean;
|
2377
2377
|
errorMessages: string | readonly string[] | null;
|
2378
2378
|
maxErrors: string | number;
|
2379
|
-
rules: readonly import("../../
|
2380
|
-
tile: boolean;
|
2379
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2381
2380
|
density: import("../../composables/density.js").Density;
|
2381
|
+
tile: boolean;
|
2382
2382
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2383
2383
|
hideSpinButtons: boolean;
|
2384
2384
|
persistentHint: boolean;
|
@@ -2497,7 +2497,7 @@ export declare const VNumberInput: {
|
|
2497
2497
|
focused: boolean;
|
2498
2498
|
errorMessages: string | readonly string[] | null;
|
2499
2499
|
maxErrors: string | number;
|
2500
|
-
rules: readonly import("../../
|
2500
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2501
2501
|
density: import("../../composables/density.js").Density;
|
2502
2502
|
centerAffix: boolean;
|
2503
2503
|
hideSpinButtons: boolean;
|
@@ -2512,7 +2512,7 @@ export declare const VNumberInput: {
|
|
2512
2512
|
focused: boolean;
|
2513
2513
|
errorMessages: string | readonly string[] | null;
|
2514
2514
|
maxErrors: string | number;
|
2515
|
-
rules: readonly import("../../
|
2515
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2516
2516
|
density: import("../../composables/density.js").Density;
|
2517
2517
|
centerAffix: boolean;
|
2518
2518
|
hideSpinButtons: boolean;
|
@@ -2563,7 +2563,7 @@ export declare const VNumberInput: {
|
|
2563
2563
|
focused: boolean;
|
2564
2564
|
errorMessages: string | readonly string[] | null;
|
2565
2565
|
maxErrors: string | number;
|
2566
|
-
rules: readonly import("../../
|
2566
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2567
2567
|
density: import("../../composables/density.js").Density;
|
2568
2568
|
centerAffix: boolean;
|
2569
2569
|
hideSpinButtons: boolean;
|
@@ -2594,7 +2594,7 @@ export declare const VNumberInput: {
|
|
2594
2594
|
errorMessages: import("vue").ComputedRef<string[]>;
|
2595
2595
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
2596
2596
|
'update:modelValue': (value: any) => true;
|
2597
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
2597
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
2598
2598
|
error: boolean;
|
2599
2599
|
direction: "horizontal" | "vertical";
|
2600
2600
|
style: import("vue").StyleValue;
|
@@ -2604,7 +2604,7 @@ export declare const VNumberInput: {
|
|
2604
2604
|
focused: boolean;
|
2605
2605
|
errorMessages: string | readonly string[] | null;
|
2606
2606
|
maxErrors: string | number;
|
2607
|
-
rules: readonly import("../../
|
2607
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2608
2608
|
density: import("../../composables/density.js").Density;
|
2609
2609
|
centerAffix: boolean;
|
2610
2610
|
hideSpinButtons: boolean;
|
@@ -2645,7 +2645,7 @@ export declare const VNumberInput: {
|
|
2645
2645
|
focused: boolean;
|
2646
2646
|
errorMessages: string | readonly string[] | null;
|
2647
2647
|
maxErrors: string | number;
|
2648
|
-
rules: readonly import("../../
|
2648
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2649
2649
|
density: import("../../composables/density.js").Density;
|
2650
2650
|
centerAffix: boolean;
|
2651
2651
|
hideSpinButtons: boolean;
|
@@ -2660,7 +2660,7 @@ export declare const VNumberInput: {
|
|
2660
2660
|
focused: boolean;
|
2661
2661
|
errorMessages: string | readonly string[] | null;
|
2662
2662
|
maxErrors: string | number;
|
2663
|
-
rules: readonly import("../../
|
2663
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2664
2664
|
density: import("../../composables/density.js").Density;
|
2665
2665
|
centerAffix: boolean;
|
2666
2666
|
hideSpinButtons: boolean;
|
@@ -2692,13 +2692,13 @@ export declare const VNumberInput: {
|
|
2692
2692
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2693
2693
|
modelValue?: unknown;
|
2694
2694
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2695
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
2695
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2696
2696
|
$: import("vue").ComponentInternalInstance;
|
2697
2697
|
$data: {};
|
2698
2698
|
$props: Partial<{
|
2699
2699
|
flat: boolean;
|
2700
2700
|
reverse: boolean;
|
2701
|
-
variant: "filled" | "
|
2701
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2702
2702
|
error: boolean;
|
2703
2703
|
active: boolean;
|
2704
2704
|
style: import("vue").StyleValue;
|
@@ -2715,7 +2715,7 @@ export declare const VNumberInput: {
|
|
2715
2715
|
}> & Omit<{
|
2716
2716
|
flat: boolean;
|
2717
2717
|
reverse: boolean;
|
2718
|
-
variant: "filled" | "
|
2718
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2719
2719
|
error: boolean;
|
2720
2720
|
active: boolean;
|
2721
2721
|
style: import("vue").StyleValue;
|
@@ -2771,7 +2771,7 @@ export declare const VNumberInput: {
|
|
2771
2771
|
$options: import("vue").ComponentOptionsBase<{
|
2772
2772
|
flat: boolean;
|
2773
2773
|
reverse: boolean;
|
2774
|
-
variant: "filled" | "
|
2774
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2775
2775
|
error: boolean;
|
2776
2776
|
active: boolean;
|
2777
2777
|
style: import("vue").StyleValue;
|
@@ -2810,7 +2810,7 @@ export declare const VNumberInput: {
|
|
2810
2810
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
2811
2811
|
flat: boolean;
|
2812
2812
|
reverse: boolean;
|
2813
|
-
variant: "filled" | "
|
2813
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2814
2814
|
error: boolean;
|
2815
2815
|
active: boolean;
|
2816
2816
|
style: import("vue").StyleValue;
|
@@ -2859,7 +2859,7 @@ export declare const VNumberInput: {
|
|
2859
2859
|
} & Readonly<{
|
2860
2860
|
flat: boolean;
|
2861
2861
|
reverse: boolean;
|
2862
|
-
variant: "filled" | "
|
2862
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2863
2863
|
error: boolean;
|
2864
2864
|
active: boolean;
|
2865
2865
|
style: import("vue").StyleValue;
|
@@ -2876,7 +2876,7 @@ export declare const VNumberInput: {
|
|
2876
2876
|
}> & Omit<{
|
2877
2877
|
flat: boolean;
|
2878
2878
|
reverse: boolean;
|
2879
|
-
variant: "filled" | "
|
2879
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2880
2880
|
error: boolean;
|
2881
2881
|
active: boolean;
|
2882
2882
|
style: import("vue").StyleValue;
|
@@ -2930,7 +2930,7 @@ export declare const VNumberInput: {
|
|
2930
2930
|
}, string, {
|
2931
2931
|
flat: boolean;
|
2932
2932
|
reverse: boolean;
|
2933
|
-
variant: "filled" | "
|
2933
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
2934
2934
|
type: string;
|
2935
2935
|
error: boolean;
|
2936
2936
|
active: boolean;
|
@@ -2943,10 +2943,10 @@ export declare const VNumberInput: {
|
|
2943
2943
|
focused: boolean;
|
2944
2944
|
errorMessages: string | readonly string[] | null;
|
2945
2945
|
maxErrors: string | number;
|
2946
|
-
rules: readonly import("../../
|
2946
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
2947
|
+
density: import("../../composables/density.js").Density;
|
2947
2948
|
rounded: string | number | boolean;
|
2948
2949
|
tile: boolean;
|
2949
|
-
density: import("../../composables/density.js").Density;
|
2950
2950
|
clearIcon: import("../../composables/icons.js").IconValue;
|
2951
2951
|
centerAffix: boolean;
|
2952
2952
|
hideSpinButtons: boolean;
|
@@ -2997,7 +2997,7 @@ export declare const VNumberInput: {
|
|
2997
2997
|
} & Readonly<{
|
2998
2998
|
flat: boolean;
|
2999
2999
|
reverse: boolean;
|
3000
|
-
variant: "filled" | "
|
3000
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3001
3001
|
type: string;
|
3002
3002
|
error: boolean;
|
3003
3003
|
active: boolean;
|
@@ -3010,10 +3010,10 @@ export declare const VNumberInput: {
|
|
3010
3010
|
focused: boolean;
|
3011
3011
|
errorMessages: string | readonly string[] | null;
|
3012
3012
|
maxErrors: string | number;
|
3013
|
-
rules: readonly import("../../
|
3013
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3014
|
+
density: import("../../composables/density.js").Density;
|
3014
3015
|
rounded: string | number | boolean;
|
3015
3016
|
tile: boolean;
|
3016
|
-
density: import("../../composables/density.js").Density;
|
3017
3017
|
clearIcon: import("../../composables/icons.js").IconValue;
|
3018
3018
|
centerAffix: boolean;
|
3019
3019
|
hideSpinButtons: boolean;
|
@@ -3027,7 +3027,7 @@ export declare const VNumberInput: {
|
|
3027
3027
|
}> & Omit<{
|
3028
3028
|
flat: boolean;
|
3029
3029
|
reverse: boolean;
|
3030
|
-
variant: "filled" | "
|
3030
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3031
3031
|
type: string;
|
3032
3032
|
error: boolean;
|
3033
3033
|
active: boolean;
|
@@ -3040,9 +3040,9 @@ export declare const VNumberInput: {
|
|
3040
3040
|
focused: boolean;
|
3041
3041
|
errorMessages: string | readonly string[] | null;
|
3042
3042
|
maxErrors: string | number;
|
3043
|
-
rules: readonly import("../../
|
3044
|
-
tile: boolean;
|
3043
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3045
3044
|
density: import("../../composables/density.js").Density;
|
3045
|
+
tile: boolean;
|
3046
3046
|
clearIcon: import("../../composables/icons.js").IconValue;
|
3047
3047
|
hideSpinButtons: boolean;
|
3048
3048
|
persistentHint: boolean;
|
@@ -3148,7 +3148,7 @@ export declare const VNumberInput: {
|
|
3148
3148
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
3149
3149
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
3150
3150
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
3151
|
-
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "
|
3151
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
3152
3152
|
$: import("vue").ComponentInternalInstance;
|
3153
3153
|
$data: {};
|
3154
3154
|
$props: Partial<{
|
@@ -3161,7 +3161,7 @@ export declare const VNumberInput: {
|
|
3161
3161
|
focused: boolean;
|
3162
3162
|
errorMessages: string | readonly string[] | null;
|
3163
3163
|
maxErrors: string | number;
|
3164
|
-
rules: readonly import("../../
|
3164
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3165
3165
|
density: import("../../composables/density.js").Density;
|
3166
3166
|
centerAffix: boolean;
|
3167
3167
|
hideSpinButtons: boolean;
|
@@ -3176,7 +3176,7 @@ export declare const VNumberInput: {
|
|
3176
3176
|
focused: boolean;
|
3177
3177
|
errorMessages: string | readonly string[] | null;
|
3178
3178
|
maxErrors: string | number;
|
3179
|
-
rules: readonly import("../../
|
3179
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3180
3180
|
density: import("../../composables/density.js").Density;
|
3181
3181
|
centerAffix: boolean;
|
3182
3182
|
hideSpinButtons: boolean;
|
@@ -3227,7 +3227,7 @@ export declare const VNumberInput: {
|
|
3227
3227
|
focused: boolean;
|
3228
3228
|
errorMessages: string | readonly string[] | null;
|
3229
3229
|
maxErrors: string | number;
|
3230
|
-
rules: readonly import("../../
|
3230
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3231
3231
|
density: import("../../composables/density.js").Density;
|
3232
3232
|
centerAffix: boolean;
|
3233
3233
|
hideSpinButtons: boolean;
|
@@ -3258,7 +3258,7 @@ export declare const VNumberInput: {
|
|
3258
3258
|
errorMessages: import("vue").ComputedRef<string[]>;
|
3259
3259
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
3260
3260
|
'update:modelValue': (value: any) => true;
|
3261
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
3261
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
3262
3262
|
error: boolean;
|
3263
3263
|
direction: "horizontal" | "vertical";
|
3264
3264
|
style: import("vue").StyleValue;
|
@@ -3268,7 +3268,7 @@ export declare const VNumberInput: {
|
|
3268
3268
|
focused: boolean;
|
3269
3269
|
errorMessages: string | readonly string[] | null;
|
3270
3270
|
maxErrors: string | number;
|
3271
|
-
rules: readonly import("../../
|
3271
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3272
3272
|
density: import("../../composables/density.js").Density;
|
3273
3273
|
centerAffix: boolean;
|
3274
3274
|
hideSpinButtons: boolean;
|
@@ -3309,7 +3309,7 @@ export declare const VNumberInput: {
|
|
3309
3309
|
focused: boolean;
|
3310
3310
|
errorMessages: string | readonly string[] | null;
|
3311
3311
|
maxErrors: string | number;
|
3312
|
-
rules: readonly import("../../
|
3312
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3313
3313
|
density: import("../../composables/density.js").Density;
|
3314
3314
|
centerAffix: boolean;
|
3315
3315
|
hideSpinButtons: boolean;
|
@@ -3324,7 +3324,7 @@ export declare const VNumberInput: {
|
|
3324
3324
|
focused: boolean;
|
3325
3325
|
errorMessages: string | readonly string[] | null;
|
3326
3326
|
maxErrors: string | number;
|
3327
|
-
rules: readonly import("../../
|
3327
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3328
3328
|
density: import("../../composables/density.js").Density;
|
3329
3329
|
centerAffix: boolean;
|
3330
3330
|
hideSpinButtons: boolean;
|
@@ -3356,13 +3356,13 @@ export declare const VNumberInput: {
|
|
3356
3356
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3357
3357
|
modelValue?: unknown;
|
3358
3358
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3359
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
3359
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3360
3360
|
$: import("vue").ComponentInternalInstance;
|
3361
3361
|
$data: {};
|
3362
3362
|
$props: Partial<{
|
3363
3363
|
flat: boolean;
|
3364
3364
|
reverse: boolean;
|
3365
|
-
variant: "filled" | "
|
3365
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3366
3366
|
error: boolean;
|
3367
3367
|
active: boolean;
|
3368
3368
|
style: import("vue").StyleValue;
|
@@ -3379,7 +3379,7 @@ export declare const VNumberInput: {
|
|
3379
3379
|
}> & Omit<{
|
3380
3380
|
flat: boolean;
|
3381
3381
|
reverse: boolean;
|
3382
|
-
variant: "filled" | "
|
3382
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3383
3383
|
error: boolean;
|
3384
3384
|
active: boolean;
|
3385
3385
|
style: import("vue").StyleValue;
|
@@ -3435,7 +3435,7 @@ export declare const VNumberInput: {
|
|
3435
3435
|
$options: import("vue").ComponentOptionsBase<{
|
3436
3436
|
flat: boolean;
|
3437
3437
|
reverse: boolean;
|
3438
|
-
variant: "filled" | "
|
3438
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3439
3439
|
error: boolean;
|
3440
3440
|
active: boolean;
|
3441
3441
|
style: import("vue").StyleValue;
|
@@ -3474,7 +3474,7 @@ export declare const VNumberInput: {
|
|
3474
3474
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
3475
3475
|
flat: boolean;
|
3476
3476
|
reverse: boolean;
|
3477
|
-
variant: "filled" | "
|
3477
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3478
3478
|
error: boolean;
|
3479
3479
|
active: boolean;
|
3480
3480
|
style: import("vue").StyleValue;
|
@@ -3523,7 +3523,7 @@ export declare const VNumberInput: {
|
|
3523
3523
|
} & Readonly<{
|
3524
3524
|
flat: boolean;
|
3525
3525
|
reverse: boolean;
|
3526
|
-
variant: "filled" | "
|
3526
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3527
3527
|
error: boolean;
|
3528
3528
|
active: boolean;
|
3529
3529
|
style: import("vue").StyleValue;
|
@@ -3540,7 +3540,7 @@ export declare const VNumberInput: {
|
|
3540
3540
|
}> & Omit<{
|
3541
3541
|
flat: boolean;
|
3542
3542
|
reverse: boolean;
|
3543
|
-
variant: "filled" | "
|
3543
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3544
3544
|
error: boolean;
|
3545
3545
|
active: boolean;
|
3546
3546
|
style: import("vue").StyleValue;
|
@@ -3586,7 +3586,7 @@ export declare const VNumberInput: {
|
|
3586
3586
|
} | {
|
3587
3587
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3588
3588
|
} | {};
|
3589
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "
|
3589
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
3590
3590
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
3591
3591
|
$: import("vue").ComponentInternalInstance;
|
3592
3592
|
$data: {};
|
@@ -3600,7 +3600,7 @@ export declare const VNumberInput: {
|
|
3600
3600
|
focused: boolean;
|
3601
3601
|
errorMessages: string | readonly string[] | null;
|
3602
3602
|
maxErrors: string | number;
|
3603
|
-
rules: readonly import("../../
|
3603
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3604
3604
|
density: import("../../composables/density.js").Density;
|
3605
3605
|
centerAffix: boolean;
|
3606
3606
|
hideSpinButtons: boolean;
|
@@ -3615,7 +3615,7 @@ export declare const VNumberInput: {
|
|
3615
3615
|
focused: boolean;
|
3616
3616
|
errorMessages: string | readonly string[] | null;
|
3617
3617
|
maxErrors: string | number;
|
3618
|
-
rules: readonly import("../../
|
3618
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3619
3619
|
density: import("../../composables/density.js").Density;
|
3620
3620
|
centerAffix: boolean;
|
3621
3621
|
hideSpinButtons: boolean;
|
@@ -3666,7 +3666,7 @@ export declare const VNumberInput: {
|
|
3666
3666
|
focused: boolean;
|
3667
3667
|
errorMessages: string | readonly string[] | null;
|
3668
3668
|
maxErrors: string | number;
|
3669
|
-
rules: readonly import("../../
|
3669
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3670
3670
|
density: import("../../composables/density.js").Density;
|
3671
3671
|
centerAffix: boolean;
|
3672
3672
|
hideSpinButtons: boolean;
|
@@ -3697,7 +3697,7 @@ export declare const VNumberInput: {
|
|
3697
3697
|
errorMessages: import("vue").ComputedRef<string[]>;
|
3698
3698
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
3699
3699
|
'update:modelValue': (value: any) => true;
|
3700
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
3700
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
3701
3701
|
error: boolean;
|
3702
3702
|
direction: "horizontal" | "vertical";
|
3703
3703
|
style: import("vue").StyleValue;
|
@@ -3707,7 +3707,7 @@ export declare const VNumberInput: {
|
|
3707
3707
|
focused: boolean;
|
3708
3708
|
errorMessages: string | readonly string[] | null;
|
3709
3709
|
maxErrors: string | number;
|
3710
|
-
rules: readonly import("../../
|
3710
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3711
3711
|
density: import("../../composables/density.js").Density;
|
3712
3712
|
centerAffix: boolean;
|
3713
3713
|
hideSpinButtons: boolean;
|
@@ -3748,7 +3748,7 @@ export declare const VNumberInput: {
|
|
3748
3748
|
focused: boolean;
|
3749
3749
|
errorMessages: string | readonly string[] | null;
|
3750
3750
|
maxErrors: string | number;
|
3751
|
-
rules: readonly import("../../
|
3751
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3752
3752
|
density: import("../../composables/density.js").Density;
|
3753
3753
|
centerAffix: boolean;
|
3754
3754
|
hideSpinButtons: boolean;
|
@@ -3763,7 +3763,7 @@ export declare const VNumberInput: {
|
|
3763
3763
|
focused: boolean;
|
3764
3764
|
errorMessages: string | readonly string[] | null;
|
3765
3765
|
maxErrors: string | number;
|
3766
|
-
rules: readonly import("../../
|
3766
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
3767
3767
|
density: import("../../composables/density.js").Density;
|
3768
3768
|
centerAffix: boolean;
|
3769
3769
|
hideSpinButtons: boolean;
|
@@ -3795,13 +3795,13 @@ export declare const VNumberInput: {
|
|
3795
3795
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3796
3796
|
modelValue?: unknown;
|
3797
3797
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3798
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
3798
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3799
3799
|
$: import("vue").ComponentInternalInstance;
|
3800
3800
|
$data: {};
|
3801
3801
|
$props: Partial<{
|
3802
3802
|
flat: boolean;
|
3803
3803
|
reverse: boolean;
|
3804
|
-
variant: "filled" | "
|
3804
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3805
3805
|
error: boolean;
|
3806
3806
|
active: boolean;
|
3807
3807
|
style: import("vue").StyleValue;
|
@@ -3818,7 +3818,7 @@ export declare const VNumberInput: {
|
|
3818
3818
|
}> & Omit<{
|
3819
3819
|
flat: boolean;
|
3820
3820
|
reverse: boolean;
|
3821
|
-
variant: "filled" | "
|
3821
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3822
3822
|
error: boolean;
|
3823
3823
|
active: boolean;
|
3824
3824
|
style: import("vue").StyleValue;
|
@@ -3874,7 +3874,7 @@ export declare const VNumberInput: {
|
|
3874
3874
|
$options: import("vue").ComponentOptionsBase<{
|
3875
3875
|
flat: boolean;
|
3876
3876
|
reverse: boolean;
|
3877
|
-
variant: "filled" | "
|
3877
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3878
3878
|
error: boolean;
|
3879
3879
|
active: boolean;
|
3880
3880
|
style: import("vue").StyleValue;
|
@@ -3913,7 +3913,7 @@ export declare const VNumberInput: {
|
|
3913
3913
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
3914
3914
|
flat: boolean;
|
3915
3915
|
reverse: boolean;
|
3916
|
-
variant: "filled" | "
|
3916
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3917
3917
|
error: boolean;
|
3918
3918
|
active: boolean;
|
3919
3919
|
style: import("vue").StyleValue;
|
@@ -3962,7 +3962,7 @@ export declare const VNumberInput: {
|
|
3962
3962
|
} & Readonly<{
|
3963
3963
|
flat: boolean;
|
3964
3964
|
reverse: boolean;
|
3965
|
-
variant: "filled" | "
|
3965
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3966
3966
|
error: boolean;
|
3967
3967
|
active: boolean;
|
3968
3968
|
style: import("vue").StyleValue;
|
@@ -3979,7 +3979,7 @@ export declare const VNumberInput: {
|
|
3979
3979
|
}> & Omit<{
|
3980
3980
|
flat: boolean;
|
3981
3981
|
reverse: boolean;
|
3982
|
-
variant: "filled" | "
|
3982
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
3983
3983
|
error: boolean;
|
3984
3984
|
active: boolean;
|
3985
3985
|
style: import("vue").StyleValue;
|
@@ -4029,7 +4029,7 @@ export declare const VNumberInput: {
|
|
4029
4029
|
}, {}, {}, {}, {
|
4030
4030
|
flat: boolean;
|
4031
4031
|
reverse: boolean;
|
4032
|
-
variant: "filled" | "
|
4032
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4033
4033
|
max: number;
|
4034
4034
|
type: string;
|
4035
4035
|
error: boolean;
|
@@ -4046,11 +4046,11 @@ export declare const VNumberInput: {
|
|
4046
4046
|
focused: boolean;
|
4047
4047
|
errorMessages: string | readonly string[] | null;
|
4048
4048
|
maxErrors: string | number;
|
4049
|
-
rules: readonly import("../../
|
4049
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4050
4050
|
modelValue: number | null;
|
4051
|
+
density: import("../../composables/density.js").Density;
|
4051
4052
|
rounded: string | number | boolean;
|
4052
4053
|
tile: boolean;
|
4053
|
-
density: import("../../composables/density.js").Density;
|
4054
4054
|
clearIcon: import("../../composables/icons.js").IconValue;
|
4055
4055
|
centerAffix: boolean;
|
4056
4056
|
hideSpinButtons: boolean;
|
@@ -4071,7 +4071,7 @@ export declare const VNumberInput: {
|
|
4071
4071
|
} & import("vue").ComponentOptionsBase<{
|
4072
4072
|
flat: boolean;
|
4073
4073
|
reverse: boolean;
|
4074
|
-
variant: "filled" | "
|
4074
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4075
4075
|
max: number;
|
4076
4076
|
type: string;
|
4077
4077
|
error: boolean;
|
@@ -4088,10 +4088,10 @@ export declare const VNumberInput: {
|
|
4088
4088
|
focused: boolean;
|
4089
4089
|
errorMessages: string | readonly string[] | null;
|
4090
4090
|
maxErrors: string | number;
|
4091
|
-
rules: readonly import("../../
|
4091
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4092
4092
|
modelValue: number | null;
|
4093
|
-
tile: boolean;
|
4094
4093
|
density: import("../../composables/density.js").Density;
|
4094
|
+
tile: boolean;
|
4095
4095
|
clearIcon: import("../../composables/icons.js").IconValue;
|
4096
4096
|
hideSpinButtons: boolean;
|
4097
4097
|
persistentHint: boolean;
|
@@ -4204,7 +4204,7 @@ export declare const VNumberInput: {
|
|
4204
4204
|
$props: Partial<{
|
4205
4205
|
flat: boolean;
|
4206
4206
|
reverse: boolean;
|
4207
|
-
variant: "filled" | "
|
4207
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4208
4208
|
type: string;
|
4209
4209
|
error: boolean;
|
4210
4210
|
active: boolean;
|
@@ -4217,10 +4217,10 @@ export declare const VNumberInput: {
|
|
4217
4217
|
focused: boolean;
|
4218
4218
|
errorMessages: string | readonly string[] | null;
|
4219
4219
|
maxErrors: string | number;
|
4220
|
-
rules: readonly import("../../
|
4220
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4221
|
+
density: import("../../composables/density.js").Density;
|
4221
4222
|
rounded: string | number | boolean;
|
4222
4223
|
tile: boolean;
|
4223
|
-
density: import("../../composables/density.js").Density;
|
4224
4224
|
clearIcon: import("../../composables/icons.js").IconValue;
|
4225
4225
|
centerAffix: boolean;
|
4226
4226
|
hideSpinButtons: boolean;
|
@@ -4234,7 +4234,7 @@ export declare const VNumberInput: {
|
|
4234
4234
|
}> & Omit<{
|
4235
4235
|
flat: boolean;
|
4236
4236
|
reverse: boolean;
|
4237
|
-
variant: "filled" | "
|
4237
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4238
4238
|
type: string;
|
4239
4239
|
error: boolean;
|
4240
4240
|
active: boolean;
|
@@ -4247,9 +4247,9 @@ export declare const VNumberInput: {
|
|
4247
4247
|
focused: boolean;
|
4248
4248
|
errorMessages: string | readonly string[] | null;
|
4249
4249
|
maxErrors: string | number;
|
4250
|
-
rules: readonly import("../../
|
4251
|
-
tile: boolean;
|
4250
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4252
4251
|
density: import("../../composables/density.js").Density;
|
4252
|
+
tile: boolean;
|
4253
4253
|
clearIcon: import("../../composables/icons.js").IconValue;
|
4254
4254
|
hideSpinButtons: boolean;
|
4255
4255
|
persistentHint: boolean;
|
@@ -4350,7 +4350,7 @@ export declare const VNumberInput: {
|
|
4350
4350
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
4351
4351
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
4352
4352
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
4353
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "
|
4353
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
4354
4354
|
$attrs: {
|
4355
4355
|
[x: string]: unknown;
|
4356
4356
|
};
|
@@ -4383,7 +4383,7 @@ export declare const VNumberInput: {
|
|
4383
4383
|
$options: import("vue").ComponentOptionsBase<{
|
4384
4384
|
flat: boolean;
|
4385
4385
|
reverse: boolean;
|
4386
|
-
variant: "filled" | "
|
4386
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4387
4387
|
type: string;
|
4388
4388
|
error: boolean;
|
4389
4389
|
active: boolean;
|
@@ -4396,9 +4396,9 @@ export declare const VNumberInput: {
|
|
4396
4396
|
focused: boolean;
|
4397
4397
|
errorMessages: string | readonly string[] | null;
|
4398
4398
|
maxErrors: string | number;
|
4399
|
-
rules: readonly import("../../
|
4400
|
-
tile: boolean;
|
4399
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4401
4400
|
density: import("../../composables/density.js").Density;
|
4401
|
+
tile: boolean;
|
4402
4402
|
clearIcon: import("../../composables/icons.js").IconValue;
|
4403
4403
|
hideSpinButtons: boolean;
|
4404
4404
|
persistentHint: boolean;
|
@@ -4517,7 +4517,7 @@ export declare const VNumberInput: {
|
|
4517
4517
|
focused: boolean;
|
4518
4518
|
errorMessages: string | readonly string[] | null;
|
4519
4519
|
maxErrors: string | number;
|
4520
|
-
rules: readonly import("../../
|
4520
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4521
4521
|
density: import("../../composables/density.js").Density;
|
4522
4522
|
centerAffix: boolean;
|
4523
4523
|
hideSpinButtons: boolean;
|
@@ -4532,7 +4532,7 @@ export declare const VNumberInput: {
|
|
4532
4532
|
focused: boolean;
|
4533
4533
|
errorMessages: string | readonly string[] | null;
|
4534
4534
|
maxErrors: string | number;
|
4535
|
-
rules: readonly import("../../
|
4535
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4536
4536
|
density: import("../../composables/density.js").Density;
|
4537
4537
|
centerAffix: boolean;
|
4538
4538
|
hideSpinButtons: boolean;
|
@@ -4583,7 +4583,7 @@ export declare const VNumberInput: {
|
|
4583
4583
|
focused: boolean;
|
4584
4584
|
errorMessages: string | readonly string[] | null;
|
4585
4585
|
maxErrors: string | number;
|
4586
|
-
rules: readonly import("../../
|
4586
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4587
4587
|
density: import("../../composables/density.js").Density;
|
4588
4588
|
centerAffix: boolean;
|
4589
4589
|
hideSpinButtons: boolean;
|
@@ -4614,7 +4614,7 @@ export declare const VNumberInput: {
|
|
4614
4614
|
errorMessages: import("vue").ComputedRef<string[]>;
|
4615
4615
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
4616
4616
|
'update:modelValue': (value: any) => true;
|
4617
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
4617
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
4618
4618
|
error: boolean;
|
4619
4619
|
direction: "horizontal" | "vertical";
|
4620
4620
|
style: import("vue").StyleValue;
|
@@ -4624,7 +4624,7 @@ export declare const VNumberInput: {
|
|
4624
4624
|
focused: boolean;
|
4625
4625
|
errorMessages: string | readonly string[] | null;
|
4626
4626
|
maxErrors: string | number;
|
4627
|
-
rules: readonly import("../../
|
4627
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4628
4628
|
density: import("../../composables/density.js").Density;
|
4629
4629
|
centerAffix: boolean;
|
4630
4630
|
hideSpinButtons: boolean;
|
@@ -4665,7 +4665,7 @@ export declare const VNumberInput: {
|
|
4665
4665
|
focused: boolean;
|
4666
4666
|
errorMessages: string | readonly string[] | null;
|
4667
4667
|
maxErrors: string | number;
|
4668
|
-
rules: readonly import("../../
|
4668
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4669
4669
|
density: import("../../composables/density.js").Density;
|
4670
4670
|
centerAffix: boolean;
|
4671
4671
|
hideSpinButtons: boolean;
|
@@ -4680,7 +4680,7 @@ export declare const VNumberInput: {
|
|
4680
4680
|
focused: boolean;
|
4681
4681
|
errorMessages: string | readonly string[] | null;
|
4682
4682
|
maxErrors: string | number;
|
4683
|
-
rules: readonly import("../../
|
4683
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4684
4684
|
density: import("../../composables/density.js").Density;
|
4685
4685
|
centerAffix: boolean;
|
4686
4686
|
hideSpinButtons: boolean;
|
@@ -4712,13 +4712,13 @@ export declare const VNumberInput: {
|
|
4712
4712
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4713
4713
|
modelValue?: unknown;
|
4714
4714
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4715
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
4715
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4716
4716
|
$: import("vue").ComponentInternalInstance;
|
4717
4717
|
$data: {};
|
4718
4718
|
$props: Partial<{
|
4719
4719
|
flat: boolean;
|
4720
4720
|
reverse: boolean;
|
4721
|
-
variant: "filled" | "
|
4721
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4722
4722
|
error: boolean;
|
4723
4723
|
active: boolean;
|
4724
4724
|
style: import("vue").StyleValue;
|
@@ -4735,7 +4735,7 @@ export declare const VNumberInput: {
|
|
4735
4735
|
}> & Omit<{
|
4736
4736
|
flat: boolean;
|
4737
4737
|
reverse: boolean;
|
4738
|
-
variant: "filled" | "
|
4738
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4739
4739
|
error: boolean;
|
4740
4740
|
active: boolean;
|
4741
4741
|
style: import("vue").StyleValue;
|
@@ -4791,7 +4791,7 @@ export declare const VNumberInput: {
|
|
4791
4791
|
$options: import("vue").ComponentOptionsBase<{
|
4792
4792
|
flat: boolean;
|
4793
4793
|
reverse: boolean;
|
4794
|
-
variant: "filled" | "
|
4794
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4795
4795
|
error: boolean;
|
4796
4796
|
active: boolean;
|
4797
4797
|
style: import("vue").StyleValue;
|
@@ -4830,7 +4830,7 @@ export declare const VNumberInput: {
|
|
4830
4830
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
4831
4831
|
flat: boolean;
|
4832
4832
|
reverse: boolean;
|
4833
|
-
variant: "filled" | "
|
4833
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4834
4834
|
error: boolean;
|
4835
4835
|
active: boolean;
|
4836
4836
|
style: import("vue").StyleValue;
|
@@ -4879,7 +4879,7 @@ export declare const VNumberInput: {
|
|
4879
4879
|
} & Readonly<{
|
4880
4880
|
flat: boolean;
|
4881
4881
|
reverse: boolean;
|
4882
|
-
variant: "filled" | "
|
4882
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4883
4883
|
error: boolean;
|
4884
4884
|
active: boolean;
|
4885
4885
|
style: import("vue").StyleValue;
|
@@ -4896,7 +4896,7 @@ export declare const VNumberInput: {
|
|
4896
4896
|
}> & Omit<{
|
4897
4897
|
flat: boolean;
|
4898
4898
|
reverse: boolean;
|
4899
|
-
variant: "filled" | "
|
4899
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4900
4900
|
error: boolean;
|
4901
4901
|
active: boolean;
|
4902
4902
|
style: import("vue").StyleValue;
|
@@ -4950,7 +4950,7 @@ export declare const VNumberInput: {
|
|
4950
4950
|
}, string, {
|
4951
4951
|
flat: boolean;
|
4952
4952
|
reverse: boolean;
|
4953
|
-
variant: "filled" | "
|
4953
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
4954
4954
|
type: string;
|
4955
4955
|
error: boolean;
|
4956
4956
|
active: boolean;
|
@@ -4963,10 +4963,10 @@ export declare const VNumberInput: {
|
|
4963
4963
|
focused: boolean;
|
4964
4964
|
errorMessages: string | readonly string[] | null;
|
4965
4965
|
maxErrors: string | number;
|
4966
|
-
rules: readonly import("../../
|
4966
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
4967
|
+
density: import("../../composables/density.js").Density;
|
4967
4968
|
rounded: string | number | boolean;
|
4968
4969
|
tile: boolean;
|
4969
|
-
density: import("../../composables/density.js").Density;
|
4970
4970
|
clearIcon: import("../../composables/icons.js").IconValue;
|
4971
4971
|
centerAffix: boolean;
|
4972
4972
|
hideSpinButtons: boolean;
|
@@ -5017,7 +5017,7 @@ export declare const VNumberInput: {
|
|
5017
5017
|
} & Readonly<{
|
5018
5018
|
flat: boolean;
|
5019
5019
|
reverse: boolean;
|
5020
|
-
variant: "filled" | "
|
5020
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5021
5021
|
type: string;
|
5022
5022
|
error: boolean;
|
5023
5023
|
active: boolean;
|
@@ -5030,10 +5030,10 @@ export declare const VNumberInput: {
|
|
5030
5030
|
focused: boolean;
|
5031
5031
|
errorMessages: string | readonly string[] | null;
|
5032
5032
|
maxErrors: string | number;
|
5033
|
-
rules: readonly import("../../
|
5033
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5034
|
+
density: import("../../composables/density.js").Density;
|
5034
5035
|
rounded: string | number | boolean;
|
5035
5036
|
tile: boolean;
|
5036
|
-
density: import("../../composables/density.js").Density;
|
5037
5037
|
clearIcon: import("../../composables/icons.js").IconValue;
|
5038
5038
|
centerAffix: boolean;
|
5039
5039
|
hideSpinButtons: boolean;
|
@@ -5047,7 +5047,7 @@ export declare const VNumberInput: {
|
|
5047
5047
|
}> & Omit<{
|
5048
5048
|
flat: boolean;
|
5049
5049
|
reverse: boolean;
|
5050
|
-
variant: "filled" | "
|
5050
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5051
5051
|
type: string;
|
5052
5052
|
error: boolean;
|
5053
5053
|
active: boolean;
|
@@ -5060,9 +5060,9 @@ export declare const VNumberInput: {
|
|
5060
5060
|
focused: boolean;
|
5061
5061
|
errorMessages: string | readonly string[] | null;
|
5062
5062
|
maxErrors: string | number;
|
5063
|
-
rules: readonly import("../../
|
5064
|
-
tile: boolean;
|
5063
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5065
5064
|
density: import("../../composables/density.js").Density;
|
5065
|
+
tile: boolean;
|
5066
5066
|
clearIcon: import("../../composables/icons.js").IconValue;
|
5067
5067
|
hideSpinButtons: boolean;
|
5068
5068
|
persistentHint: boolean;
|
@@ -5168,7 +5168,7 @@ export declare const VNumberInput: {
|
|
5168
5168
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
5169
5169
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
5170
5170
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
5171
|
-
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "rounded" | "tile" | "
|
5171
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "rules" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "minLength" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
5172
5172
|
$: import("vue").ComponentInternalInstance;
|
5173
5173
|
$data: {};
|
5174
5174
|
$props: Partial<{
|
@@ -5181,7 +5181,7 @@ export declare const VNumberInput: {
|
|
5181
5181
|
focused: boolean;
|
5182
5182
|
errorMessages: string | readonly string[] | null;
|
5183
5183
|
maxErrors: string | number;
|
5184
|
-
rules: readonly import("../../
|
5184
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5185
5185
|
density: import("../../composables/density.js").Density;
|
5186
5186
|
centerAffix: boolean;
|
5187
5187
|
hideSpinButtons: boolean;
|
@@ -5196,7 +5196,7 @@ export declare const VNumberInput: {
|
|
5196
5196
|
focused: boolean;
|
5197
5197
|
errorMessages: string | readonly string[] | null;
|
5198
5198
|
maxErrors: string | number;
|
5199
|
-
rules: readonly import("../../
|
5199
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5200
5200
|
density: import("../../composables/density.js").Density;
|
5201
5201
|
centerAffix: boolean;
|
5202
5202
|
hideSpinButtons: boolean;
|
@@ -5247,7 +5247,7 @@ export declare const VNumberInput: {
|
|
5247
5247
|
focused: boolean;
|
5248
5248
|
errorMessages: string | readonly string[] | null;
|
5249
5249
|
maxErrors: string | number;
|
5250
|
-
rules: readonly import("../../
|
5250
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5251
5251
|
density: import("../../composables/density.js").Density;
|
5252
5252
|
centerAffix: boolean;
|
5253
5253
|
hideSpinButtons: boolean;
|
@@ -5278,7 +5278,7 @@ export declare const VNumberInput: {
|
|
5278
5278
|
errorMessages: import("vue").ComputedRef<string[]>;
|
5279
5279
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
5280
5280
|
'update:modelValue': (value: any) => true;
|
5281
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
5281
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
5282
5282
|
error: boolean;
|
5283
5283
|
direction: "horizontal" | "vertical";
|
5284
5284
|
style: import("vue").StyleValue;
|
@@ -5288,7 +5288,7 @@ export declare const VNumberInput: {
|
|
5288
5288
|
focused: boolean;
|
5289
5289
|
errorMessages: string | readonly string[] | null;
|
5290
5290
|
maxErrors: string | number;
|
5291
|
-
rules: readonly import("../../
|
5291
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5292
5292
|
density: import("../../composables/density.js").Density;
|
5293
5293
|
centerAffix: boolean;
|
5294
5294
|
hideSpinButtons: boolean;
|
@@ -5329,7 +5329,7 @@ export declare const VNumberInput: {
|
|
5329
5329
|
focused: boolean;
|
5330
5330
|
errorMessages: string | readonly string[] | null;
|
5331
5331
|
maxErrors: string | number;
|
5332
|
-
rules: readonly import("../../
|
5332
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5333
5333
|
density: import("../../composables/density.js").Density;
|
5334
5334
|
centerAffix: boolean;
|
5335
5335
|
hideSpinButtons: boolean;
|
@@ -5344,7 +5344,7 @@ export declare const VNumberInput: {
|
|
5344
5344
|
focused: boolean;
|
5345
5345
|
errorMessages: string | readonly string[] | null;
|
5346
5346
|
maxErrors: string | number;
|
5347
|
-
rules: readonly import("../../
|
5347
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5348
5348
|
density: import("../../composables/density.js").Density;
|
5349
5349
|
centerAffix: boolean;
|
5350
5350
|
hideSpinButtons: boolean;
|
@@ -5376,13 +5376,13 @@ export declare const VNumberInput: {
|
|
5376
5376
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5377
5377
|
modelValue?: unknown;
|
5378
5378
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5379
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
5379
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5380
5380
|
$: import("vue").ComponentInternalInstance;
|
5381
5381
|
$data: {};
|
5382
5382
|
$props: Partial<{
|
5383
5383
|
flat: boolean;
|
5384
5384
|
reverse: boolean;
|
5385
|
-
variant: "filled" | "
|
5385
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5386
5386
|
error: boolean;
|
5387
5387
|
active: boolean;
|
5388
5388
|
style: import("vue").StyleValue;
|
@@ -5399,7 +5399,7 @@ export declare const VNumberInput: {
|
|
5399
5399
|
}> & Omit<{
|
5400
5400
|
flat: boolean;
|
5401
5401
|
reverse: boolean;
|
5402
|
-
variant: "filled" | "
|
5402
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5403
5403
|
error: boolean;
|
5404
5404
|
active: boolean;
|
5405
5405
|
style: import("vue").StyleValue;
|
@@ -5455,7 +5455,7 @@ export declare const VNumberInput: {
|
|
5455
5455
|
$options: import("vue").ComponentOptionsBase<{
|
5456
5456
|
flat: boolean;
|
5457
5457
|
reverse: boolean;
|
5458
|
-
variant: "filled" | "
|
5458
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5459
5459
|
error: boolean;
|
5460
5460
|
active: boolean;
|
5461
5461
|
style: import("vue").StyleValue;
|
@@ -5494,7 +5494,7 @@ export declare const VNumberInput: {
|
|
5494
5494
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
5495
5495
|
flat: boolean;
|
5496
5496
|
reverse: boolean;
|
5497
|
-
variant: "filled" | "
|
5497
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5498
5498
|
error: boolean;
|
5499
5499
|
active: boolean;
|
5500
5500
|
style: import("vue").StyleValue;
|
@@ -5543,7 +5543,7 @@ export declare const VNumberInput: {
|
|
5543
5543
|
} & Readonly<{
|
5544
5544
|
flat: boolean;
|
5545
5545
|
reverse: boolean;
|
5546
|
-
variant: "filled" | "
|
5546
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5547
5547
|
error: boolean;
|
5548
5548
|
active: boolean;
|
5549
5549
|
style: import("vue").StyleValue;
|
@@ -5560,7 +5560,7 @@ export declare const VNumberInput: {
|
|
5560
5560
|
}> & Omit<{
|
5561
5561
|
flat: boolean;
|
5562
5562
|
reverse: boolean;
|
5563
|
-
variant: "filled" | "
|
5563
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5564
5564
|
error: boolean;
|
5565
5565
|
active: boolean;
|
5566
5566
|
style: import("vue").StyleValue;
|
@@ -5606,7 +5606,7 @@ export declare const VNumberInput: {
|
|
5606
5606
|
} | {
|
5607
5607
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5608
5608
|
} | {};
|
5609
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "
|
5609
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
5610
5610
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5611
5611
|
$: import("vue").ComponentInternalInstance;
|
5612
5612
|
$data: {};
|
@@ -5620,7 +5620,7 @@ export declare const VNumberInput: {
|
|
5620
5620
|
focused: boolean;
|
5621
5621
|
errorMessages: string | readonly string[] | null;
|
5622
5622
|
maxErrors: string | number;
|
5623
|
-
rules: readonly import("../../
|
5623
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5624
5624
|
density: import("../../composables/density.js").Density;
|
5625
5625
|
centerAffix: boolean;
|
5626
5626
|
hideSpinButtons: boolean;
|
@@ -5635,7 +5635,7 @@ export declare const VNumberInput: {
|
|
5635
5635
|
focused: boolean;
|
5636
5636
|
errorMessages: string | readonly string[] | null;
|
5637
5637
|
maxErrors: string | number;
|
5638
|
-
rules: readonly import("../../
|
5638
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5639
5639
|
density: import("../../composables/density.js").Density;
|
5640
5640
|
centerAffix: boolean;
|
5641
5641
|
hideSpinButtons: boolean;
|
@@ -5686,7 +5686,7 @@ export declare const VNumberInput: {
|
|
5686
5686
|
focused: boolean;
|
5687
5687
|
errorMessages: string | readonly string[] | null;
|
5688
5688
|
maxErrors: string | number;
|
5689
|
-
rules: readonly import("../../
|
5689
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5690
5690
|
density: import("../../composables/density.js").Density;
|
5691
5691
|
centerAffix: boolean;
|
5692
5692
|
hideSpinButtons: boolean;
|
@@ -5717,7 +5717,7 @@ export declare const VNumberInput: {
|
|
5717
5717
|
errorMessages: import("vue").ComputedRef<string[]>;
|
5718
5718
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
5719
5719
|
'update:modelValue': (value: any) => true;
|
5720
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
5720
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
5721
5721
|
error: boolean;
|
5722
5722
|
direction: "horizontal" | "vertical";
|
5723
5723
|
style: import("vue").StyleValue;
|
@@ -5727,7 +5727,7 @@ export declare const VNumberInput: {
|
|
5727
5727
|
focused: boolean;
|
5728
5728
|
errorMessages: string | readonly string[] | null;
|
5729
5729
|
maxErrors: string | number;
|
5730
|
-
rules: readonly import("../../
|
5730
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5731
5731
|
density: import("../../composables/density.js").Density;
|
5732
5732
|
centerAffix: boolean;
|
5733
5733
|
hideSpinButtons: boolean;
|
@@ -5768,7 +5768,7 @@ export declare const VNumberInput: {
|
|
5768
5768
|
focused: boolean;
|
5769
5769
|
errorMessages: string | readonly string[] | null;
|
5770
5770
|
maxErrors: string | number;
|
5771
|
-
rules: readonly import("../../
|
5771
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5772
5772
|
density: import("../../composables/density.js").Density;
|
5773
5773
|
centerAffix: boolean;
|
5774
5774
|
hideSpinButtons: boolean;
|
@@ -5783,7 +5783,7 @@ export declare const VNumberInput: {
|
|
5783
5783
|
focused: boolean;
|
5784
5784
|
errorMessages: string | readonly string[] | null;
|
5785
5785
|
maxErrors: string | number;
|
5786
|
-
rules: readonly import("../../
|
5786
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
5787
5787
|
density: import("../../composables/density.js").Density;
|
5788
5788
|
centerAffix: boolean;
|
5789
5789
|
hideSpinButtons: boolean;
|
@@ -5815,13 +5815,13 @@ export declare const VNumberInput: {
|
|
5815
5815
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5816
5816
|
modelValue?: unknown;
|
5817
5817
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5818
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "
|
5818
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5819
5819
|
$: import("vue").ComponentInternalInstance;
|
5820
5820
|
$data: {};
|
5821
5821
|
$props: Partial<{
|
5822
5822
|
flat: boolean;
|
5823
5823
|
reverse: boolean;
|
5824
|
-
variant: "filled" | "
|
5824
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5825
5825
|
error: boolean;
|
5826
5826
|
active: boolean;
|
5827
5827
|
style: import("vue").StyleValue;
|
@@ -5838,7 +5838,7 @@ export declare const VNumberInput: {
|
|
5838
5838
|
}> & Omit<{
|
5839
5839
|
flat: boolean;
|
5840
5840
|
reverse: boolean;
|
5841
|
-
variant: "filled" | "
|
5841
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5842
5842
|
error: boolean;
|
5843
5843
|
active: boolean;
|
5844
5844
|
style: import("vue").StyleValue;
|
@@ -5894,7 +5894,7 @@ export declare const VNumberInput: {
|
|
5894
5894
|
$options: import("vue").ComponentOptionsBase<{
|
5895
5895
|
flat: boolean;
|
5896
5896
|
reverse: boolean;
|
5897
|
-
variant: "filled" | "
|
5897
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5898
5898
|
error: boolean;
|
5899
5899
|
active: boolean;
|
5900
5900
|
style: import("vue").StyleValue;
|
@@ -5933,7 +5933,7 @@ export declare const VNumberInput: {
|
|
5933
5933
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
5934
5934
|
flat: boolean;
|
5935
5935
|
reverse: boolean;
|
5936
|
-
variant: "filled" | "
|
5936
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5937
5937
|
error: boolean;
|
5938
5938
|
active: boolean;
|
5939
5939
|
style: import("vue").StyleValue;
|
@@ -5982,7 +5982,7 @@ export declare const VNumberInput: {
|
|
5982
5982
|
} & Readonly<{
|
5983
5983
|
flat: boolean;
|
5984
5984
|
reverse: boolean;
|
5985
|
-
variant: "filled" | "
|
5985
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
5986
5986
|
error: boolean;
|
5987
5987
|
active: boolean;
|
5988
5988
|
style: import("vue").StyleValue;
|
@@ -5999,7 +5999,7 @@ export declare const VNumberInput: {
|
|
5999
5999
|
}> & Omit<{
|
6000
6000
|
flat: boolean;
|
6001
6001
|
reverse: boolean;
|
6002
|
-
variant: "filled" | "
|
6002
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
6003
6003
|
error: boolean;
|
6004
6004
|
active: boolean;
|
6005
6005
|
style: import("vue").StyleValue;
|
@@ -6051,7 +6051,7 @@ export declare const VNumberInput: {
|
|
6051
6051
|
}, string, {
|
6052
6052
|
flat: boolean;
|
6053
6053
|
reverse: boolean;
|
6054
|
-
variant: "filled" | "
|
6054
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
6055
6055
|
max: number;
|
6056
6056
|
type: string;
|
6057
6057
|
error: boolean;
|
@@ -6068,11 +6068,11 @@ export declare const VNumberInput: {
|
|
6068
6068
|
focused: boolean;
|
6069
6069
|
errorMessages: string | readonly string[] | null;
|
6070
6070
|
maxErrors: string | number;
|
6071
|
-
rules: readonly import("../../
|
6071
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
6072
6072
|
modelValue: number | null;
|
6073
|
+
density: import("../../composables/density.js").Density;
|
6073
6074
|
rounded: string | number | boolean;
|
6074
6075
|
tile: boolean;
|
6075
|
-
density: import("../../composables/density.js").Density;
|
6076
6076
|
clearIcon: import("../../composables/icons.js").IconValue;
|
6077
6077
|
centerAffix: boolean;
|
6078
6078
|
hideSpinButtons: boolean;
|
@@ -6108,7 +6108,7 @@ export declare const VNumberInput: {
|
|
6108
6108
|
flat: BooleanConstructor;
|
6109
6109
|
reverse: BooleanConstructor;
|
6110
6110
|
variant: {
|
6111
|
-
type: PropType<"filled" | "
|
6111
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
6112
6112
|
default: string;
|
6113
6113
|
validator: (v: any) => boolean;
|
6114
6114
|
};
|
@@ -6165,20 +6165,20 @@ export declare const VNumberInput: {
|
|
6165
6165
|
default: number;
|
6166
6166
|
};
|
6167
6167
|
rules: {
|
6168
|
-
type: PropType<readonly import("../../
|
6168
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
6169
6169
|
default: () => never[];
|
6170
6170
|
};
|
6171
6171
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
6172
|
-
rounded: {
|
6173
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
6174
|
-
default: undefined;
|
6175
|
-
};
|
6176
|
-
tile: BooleanConstructor;
|
6177
6172
|
density: {
|
6178
6173
|
type: PropType<import("../../composables/density.js").Density>;
|
6179
6174
|
default: string;
|
6180
6175
|
validator: (v: any) => boolean;
|
6181
6176
|
};
|
6177
|
+
rounded: {
|
6178
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
6179
|
+
default: undefined;
|
6180
|
+
};
|
6181
|
+
tile: BooleanConstructor;
|
6182
6182
|
baseColor: StringConstructor;
|
6183
6183
|
bgColor: StringConstructor;
|
6184
6184
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
@@ -6241,7 +6241,7 @@ export declare const VNumberInput: {
|
|
6241
6241
|
flat: BooleanConstructor;
|
6242
6242
|
reverse: BooleanConstructor;
|
6243
6243
|
variant: {
|
6244
|
-
type: PropType<"filled" | "
|
6244
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
6245
6245
|
default: string;
|
6246
6246
|
validator: (v: any) => boolean;
|
6247
6247
|
};
|
@@ -6298,20 +6298,20 @@ export declare const VNumberInput: {
|
|
6298
6298
|
default: number;
|
6299
6299
|
};
|
6300
6300
|
rules: {
|
6301
|
-
type: PropType<readonly import("../../
|
6301
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
6302
6302
|
default: () => never[];
|
6303
6303
|
};
|
6304
6304
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
6305
|
-
rounded: {
|
6306
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
6307
|
-
default: undefined;
|
6308
|
-
};
|
6309
|
-
tile: BooleanConstructor;
|
6310
6305
|
density: {
|
6311
6306
|
type: PropType<import("../../composables/density.js").Density>;
|
6312
6307
|
default: string;
|
6313
6308
|
validator: (v: any) => boolean;
|
6314
6309
|
};
|
6310
|
+
rounded: {
|
6311
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
6312
|
+
default: undefined;
|
6313
|
+
};
|
6314
|
+
tile: BooleanConstructor;
|
6315
6315
|
baseColor: StringConstructor;
|
6316
6316
|
bgColor: StringConstructor;
|
6317
6317
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|