@vuetify/nightly 3.8.6-master.2025-05-26 → 3.8.7-dev.2025-05-27
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 +24 -24
- package/dist/json/attributes.json +3294 -3218
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +19 -0
- package/dist/json/web-types.json +5776 -5504
- package/dist/vuetify-labs.cjs +305 -128
- package/dist/vuetify-labs.css +5202 -5174
- package/dist/vuetify-labs.d.ts +1580 -1351
- package/dist/vuetify-labs.esm.js +306 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +305 -128
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +299 -117
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4512 -4484
- package/dist/vuetify.d.ts +739 -518
- package/dist/vuetify.esm.js +300 -118
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +299 -117
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1194 -1184
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +133 -96
- package/lib/components/VAutocomplete/VAutocomplete.js +19 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +133 -96
- package/lib/components/VCombobox/VCombobox.js +20 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +18 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +138 -96
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +73 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/package.json +3 -1
@@ -42,6 +42,7 @@ export declare const VNumberInput: {
|
|
42
42
|
hideInput: boolean;
|
43
43
|
controlVariant: ControlVariant;
|
44
44
|
precision: number | null;
|
45
|
+
minFractionDigits: number | null;
|
45
46
|
} & {
|
46
47
|
name?: string | undefined;
|
47
48
|
id?: string | undefined;
|
@@ -64,6 +65,7 @@ export declare const VNumberInput: {
|
|
64
65
|
bgColor?: string | undefined;
|
65
66
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
66
67
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
68
|
+
iconColor?: string | boolean | undefined;
|
67
69
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
68
70
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
69
71
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -72,7 +74,6 @@ export declare const VNumberInput: {
|
|
72
74
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
73
75
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74
76
|
centerAffix?: boolean | undefined;
|
75
|
-
iconColor?: string | boolean | undefined;
|
76
77
|
hint?: string | undefined;
|
77
78
|
hideDetails?: boolean | "auto" | undefined;
|
78
79
|
suffix?: string | undefined;
|
@@ -223,6 +224,7 @@ export declare const VNumberInput: {
|
|
223
224
|
bgColor?: string | undefined;
|
224
225
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
225
226
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
227
|
+
iconColor?: string | boolean | undefined;
|
226
228
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
227
229
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
228
230
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -231,7 +233,6 @@ export declare const VNumberInput: {
|
|
231
233
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
232
234
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
233
235
|
centerAffix?: boolean | undefined;
|
234
|
-
iconColor?: string | boolean | undefined;
|
235
236
|
hint?: string | undefined;
|
236
237
|
hideDetails?: boolean | "auto" | undefined;
|
237
238
|
suffix?: string | undefined;
|
@@ -375,6 +376,7 @@ export declare const VNumberInput: {
|
|
375
376
|
bgColor?: string | undefined;
|
376
377
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
377
378
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
379
|
+
iconColor?: string | boolean | undefined;
|
378
380
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
379
381
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
380
382
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -383,7 +385,6 @@ export declare const VNumberInput: {
|
|
383
385
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
384
386
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
385
387
|
centerAffix?: boolean | undefined;
|
386
|
-
iconColor?: string | boolean | undefined;
|
387
388
|
hint?: string | undefined;
|
388
389
|
hideDetails?: boolean | "auto" | undefined;
|
389
390
|
suffix?: string | undefined;
|
@@ -498,9 +499,9 @@ export declare const VNumberInput: {
|
|
498
499
|
baseColor?: string | undefined;
|
499
500
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
500
501
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
502
|
+
iconColor?: string | boolean | undefined;
|
501
503
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
502
504
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
503
|
-
iconColor?: string | boolean | undefined;
|
504
505
|
hint?: string | undefined;
|
505
506
|
hideDetails?: boolean | "auto" | undefined;
|
506
507
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -554,9 +555,9 @@ export declare const VNumberInput: {
|
|
554
555
|
baseColor?: string | undefined;
|
555
556
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
556
557
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
558
|
+
iconColor?: string | boolean | undefined;
|
557
559
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
558
560
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
559
|
-
iconColor?: string | boolean | undefined;
|
560
561
|
hint?: string | undefined;
|
561
562
|
hideDetails?: boolean | "auto" | undefined;
|
562
563
|
} & {}, {
|
@@ -657,9 +658,9 @@ export declare const VNumberInput: {
|
|
657
658
|
baseColor?: string | undefined;
|
658
659
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
659
660
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
661
|
+
iconColor?: string | boolean | undefined;
|
660
662
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
661
663
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
662
|
-
iconColor?: string | boolean | undefined;
|
663
664
|
hint?: string | undefined;
|
664
665
|
hideDetails?: boolean | "auto" | undefined;
|
665
666
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -671,7 +672,7 @@ export declare const VNumberInput: {
|
|
671
672
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
672
673
|
modelValue?: unknown;
|
673
674
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
674
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
675
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
675
676
|
$: import("vue").ComponentInternalInstance;
|
676
677
|
$data: {};
|
677
678
|
$props: Partial<{
|
@@ -718,13 +719,13 @@ export declare const VNumberInput: {
|
|
718
719
|
rounded?: string | number | boolean | undefined;
|
719
720
|
baseColor?: string | undefined;
|
720
721
|
bgColor?: string | undefined;
|
722
|
+
iconColor?: string | boolean | undefined;
|
721
723
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
722
724
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
723
725
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
724
726
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
725
727
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
726
728
|
centerAffix?: boolean | undefined;
|
727
|
-
iconColor?: string | boolean | undefined;
|
728
729
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
729
730
|
$attrs: {
|
730
731
|
[x: string]: unknown;
|
@@ -777,13 +778,13 @@ export declare const VNumberInput: {
|
|
777
778
|
rounded?: string | number | boolean | undefined;
|
778
779
|
baseColor?: string | undefined;
|
779
780
|
bgColor?: string | undefined;
|
781
|
+
iconColor?: string | boolean | undefined;
|
780
782
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
781
783
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
782
784
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
783
785
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
784
786
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
785
787
|
centerAffix?: boolean | undefined;
|
786
|
-
iconColor?: string | boolean | undefined;
|
787
788
|
} & {
|
788
789
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
789
790
|
}, {
|
@@ -887,13 +888,13 @@ export declare const VNumberInput: {
|
|
887
888
|
rounded?: string | number | boolean | undefined;
|
888
889
|
baseColor?: string | undefined;
|
889
890
|
bgColor?: string | undefined;
|
891
|
+
iconColor?: string | boolean | undefined;
|
890
892
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
891
893
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
892
894
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
893
895
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
894
896
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
895
897
|
centerAffix?: boolean | undefined;
|
896
|
-
iconColor?: string | boolean | undefined;
|
897
898
|
} & {
|
898
899
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
899
900
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -902,7 +903,7 @@ export declare const VNumberInput: {
|
|
902
903
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
903
904
|
modelValue?: unknown;
|
904
905
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
905
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
906
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
906
907
|
_allExposed: {
|
907
908
|
reset: () => Promise<void>;
|
908
909
|
resetValidation: () => Promise<void>;
|
@@ -1070,6 +1071,7 @@ export declare const VNumberInput: {
|
|
1070
1071
|
bgColor?: string | undefined;
|
1071
1072
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1072
1073
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1074
|
+
iconColor?: string | boolean | undefined;
|
1073
1075
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1074
1076
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1075
1077
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1078,7 +1080,6 @@ export declare const VNumberInput: {
|
|
1078
1080
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1079
1081
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1080
1082
|
centerAffix?: boolean | undefined;
|
1081
|
-
iconColor?: string | boolean | undefined;
|
1082
1083
|
hint?: string | undefined;
|
1083
1084
|
hideDetails?: boolean | "auto" | undefined;
|
1084
1085
|
suffix?: string | undefined;
|
@@ -1193,9 +1194,9 @@ export declare const VNumberInput: {
|
|
1193
1194
|
baseColor?: string | undefined;
|
1194
1195
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1195
1196
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1197
|
+
iconColor?: string | boolean | undefined;
|
1196
1198
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1197
1199
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1198
|
-
iconColor?: string | boolean | undefined;
|
1199
1200
|
hint?: string | undefined;
|
1200
1201
|
hideDetails?: boolean | "auto" | undefined;
|
1201
1202
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1249,9 +1250,9 @@ export declare const VNumberInput: {
|
|
1249
1250
|
baseColor?: string | undefined;
|
1250
1251
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1251
1252
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1253
|
+
iconColor?: string | boolean | undefined;
|
1252
1254
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1253
1255
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1254
|
-
iconColor?: string | boolean | undefined;
|
1255
1256
|
hint?: string | undefined;
|
1256
1257
|
hideDetails?: boolean | "auto" | undefined;
|
1257
1258
|
} & {}, {
|
@@ -1352,9 +1353,9 @@ export declare const VNumberInput: {
|
|
1352
1353
|
baseColor?: string | undefined;
|
1353
1354
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1354
1355
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1356
|
+
iconColor?: string | boolean | undefined;
|
1355
1357
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1356
1358
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1357
|
-
iconColor?: string | boolean | undefined;
|
1358
1359
|
hint?: string | undefined;
|
1359
1360
|
hideDetails?: boolean | "auto" | undefined;
|
1360
1361
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1366,7 +1367,7 @@ export declare const VNumberInput: {
|
|
1366
1367
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1367
1368
|
modelValue?: unknown;
|
1368
1369
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1369
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
1370
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1370
1371
|
$: import("vue").ComponentInternalInstance;
|
1371
1372
|
$data: {};
|
1372
1373
|
$props: Partial<{
|
@@ -1413,13 +1414,13 @@ export declare const VNumberInput: {
|
|
1413
1414
|
rounded?: string | number | boolean | undefined;
|
1414
1415
|
baseColor?: string | undefined;
|
1415
1416
|
bgColor?: string | undefined;
|
1417
|
+
iconColor?: string | boolean | undefined;
|
1416
1418
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1417
1419
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1418
1420
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1419
1421
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1420
1422
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1421
1423
|
centerAffix?: boolean | undefined;
|
1422
|
-
iconColor?: string | boolean | undefined;
|
1423
1424
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1424
1425
|
$attrs: {
|
1425
1426
|
[x: string]: unknown;
|
@@ -1472,13 +1473,13 @@ export declare const VNumberInput: {
|
|
1472
1473
|
rounded?: string | number | boolean | undefined;
|
1473
1474
|
baseColor?: string | undefined;
|
1474
1475
|
bgColor?: string | undefined;
|
1476
|
+
iconColor?: string | boolean | undefined;
|
1475
1477
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1476
1478
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1477
1479
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1478
1480
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1479
1481
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1480
1482
|
centerAffix?: boolean | undefined;
|
1481
|
-
iconColor?: string | boolean | undefined;
|
1482
1483
|
} & {
|
1483
1484
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1484
1485
|
}, {
|
@@ -1582,13 +1583,13 @@ export declare const VNumberInput: {
|
|
1582
1583
|
rounded?: string | number | boolean | undefined;
|
1583
1584
|
baseColor?: string | undefined;
|
1584
1585
|
bgColor?: string | undefined;
|
1586
|
+
iconColor?: string | boolean | undefined;
|
1585
1587
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1586
1588
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1587
1589
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1588
1590
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1589
1591
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1590
1592
|
centerAffix?: boolean | undefined;
|
1591
|
-
iconColor?: string | boolean | undefined;
|
1592
1593
|
} & {
|
1593
1594
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1594
1595
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1597,7 +1598,7 @@ export declare const VNumberInput: {
|
|
1597
1598
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1598
1599
|
modelValue?: unknown;
|
1599
1600
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1600
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
1601
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
1601
1602
|
_allExposed: {
|
1602
1603
|
reset: () => Promise<void>;
|
1603
1604
|
resetValidation: () => Promise<void>;
|
@@ -1608,7 +1609,7 @@ export declare const VNumberInput: {
|
|
1608
1609
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1609
1610
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
1610
1611
|
} | {};
|
1611
|
-
}> & {} & 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" | "
|
1612
|
+
}> & {} & 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" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
1612
1613
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
1613
1614
|
$: import("vue").ComponentInternalInstance;
|
1614
1615
|
$data: {};
|
@@ -1659,9 +1660,9 @@ export declare const VNumberInput: {
|
|
1659
1660
|
baseColor?: string | undefined;
|
1660
1661
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1661
1662
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1663
|
+
iconColor?: string | boolean | undefined;
|
1662
1664
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1663
1665
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1664
|
-
iconColor?: string | boolean | undefined;
|
1665
1666
|
hint?: string | undefined;
|
1666
1667
|
hideDetails?: boolean | "auto" | undefined;
|
1667
1668
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1715,9 +1716,9 @@ export declare const VNumberInput: {
|
|
1715
1716
|
baseColor?: string | undefined;
|
1716
1717
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1717
1718
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1719
|
+
iconColor?: string | boolean | undefined;
|
1718
1720
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1719
1721
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1720
|
-
iconColor?: string | boolean | undefined;
|
1721
1722
|
hint?: string | undefined;
|
1722
1723
|
hideDetails?: boolean | "auto" | undefined;
|
1723
1724
|
} & {}, {
|
@@ -1818,9 +1819,9 @@ export declare const VNumberInput: {
|
|
1818
1819
|
baseColor?: string | undefined;
|
1819
1820
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1820
1821
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1822
|
+
iconColor?: string | boolean | undefined;
|
1821
1823
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1822
1824
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1823
|
-
iconColor?: string | boolean | undefined;
|
1824
1825
|
hint?: string | undefined;
|
1825
1826
|
hideDetails?: boolean | "auto" | undefined;
|
1826
1827
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1832,7 +1833,7 @@ export declare const VNumberInput: {
|
|
1832
1833
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1833
1834
|
modelValue?: unknown;
|
1834
1835
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1835
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
1836
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1836
1837
|
$: import("vue").ComponentInternalInstance;
|
1837
1838
|
$data: {};
|
1838
1839
|
$props: Partial<{
|
@@ -1879,13 +1880,13 @@ export declare const VNumberInput: {
|
|
1879
1880
|
rounded?: string | number | boolean | undefined;
|
1880
1881
|
baseColor?: string | undefined;
|
1881
1882
|
bgColor?: string | undefined;
|
1883
|
+
iconColor?: string | boolean | undefined;
|
1882
1884
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1883
1885
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1884
1886
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1885
1887
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1886
1888
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1887
1889
|
centerAffix?: boolean | undefined;
|
1888
|
-
iconColor?: string | boolean | undefined;
|
1889
1890
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
1890
1891
|
$attrs: {
|
1891
1892
|
[x: string]: unknown;
|
@@ -1938,13 +1939,13 @@ export declare const VNumberInput: {
|
|
1938
1939
|
rounded?: string | number | boolean | undefined;
|
1939
1940
|
baseColor?: string | undefined;
|
1940
1941
|
bgColor?: string | undefined;
|
1942
|
+
iconColor?: string | boolean | undefined;
|
1941
1943
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1942
1944
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1943
1945
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1944
1946
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1945
1947
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1946
1948
|
centerAffix?: boolean | undefined;
|
1947
|
-
iconColor?: string | boolean | undefined;
|
1948
1949
|
} & {
|
1949
1950
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1950
1951
|
}, {
|
@@ -2048,13 +2049,13 @@ export declare const VNumberInput: {
|
|
2048
2049
|
rounded?: string | number | boolean | undefined;
|
2049
2050
|
baseColor?: string | undefined;
|
2050
2051
|
bgColor?: string | undefined;
|
2052
|
+
iconColor?: string | boolean | undefined;
|
2051
2053
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2052
2054
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2053
2055
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2054
2056
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2055
2057
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2056
2058
|
centerAffix?: boolean | undefined;
|
2057
|
-
iconColor?: string | boolean | undefined;
|
2058
2059
|
} & {
|
2059
2060
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2060
2061
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2063,7 +2064,7 @@ export declare const VNumberInput: {
|
|
2063
2064
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2064
2065
|
modelValue?: unknown;
|
2065
2066
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2066
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
2067
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2067
2068
|
_allExposed: {
|
2068
2069
|
reset: () => Promise<void>;
|
2069
2070
|
resetValidation: () => Promise<void>;
|
@@ -2116,6 +2117,7 @@ export declare const VNumberInput: {
|
|
2116
2117
|
hideInput: boolean;
|
2117
2118
|
controlVariant: ControlVariant;
|
2118
2119
|
precision: number | null;
|
2120
|
+
minFractionDigits: number | null;
|
2119
2121
|
}, true, {}, import("vue").SlotsType<Partial<{
|
2120
2122
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
2121
2123
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -2178,6 +2180,7 @@ export declare const VNumberInput: {
|
|
2178
2180
|
hideInput: boolean;
|
2179
2181
|
controlVariant: ControlVariant;
|
2180
2182
|
precision: number | null;
|
2183
|
+
minFractionDigits: number | null;
|
2181
2184
|
} & {
|
2182
2185
|
name?: string | undefined;
|
2183
2186
|
id?: string | undefined;
|
@@ -2200,6 +2203,7 @@ export declare const VNumberInput: {
|
|
2200
2203
|
bgColor?: string | undefined;
|
2201
2204
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2202
2205
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2206
|
+
iconColor?: string | boolean | undefined;
|
2203
2207
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2204
2208
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2205
2209
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2208,7 +2212,6 @@ export declare const VNumberInput: {
|
|
2208
2212
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2209
2213
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2210
2214
|
centerAffix?: boolean | undefined;
|
2211
|
-
iconColor?: string | boolean | undefined;
|
2212
2215
|
hint?: string | undefined;
|
2213
2216
|
hideDetails?: boolean | "auto" | undefined;
|
2214
2217
|
suffix?: string | undefined;
|
@@ -2359,6 +2362,7 @@ export declare const VNumberInput: {
|
|
2359
2362
|
bgColor?: string | undefined;
|
2360
2363
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2361
2364
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2365
|
+
iconColor?: string | boolean | undefined;
|
2362
2366
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2363
2367
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2364
2368
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2367,7 +2371,6 @@ export declare const VNumberInput: {
|
|
2367
2371
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2368
2372
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2369
2373
|
centerAffix?: boolean | undefined;
|
2370
|
-
iconColor?: string | boolean | undefined;
|
2371
2374
|
hint?: string | undefined;
|
2372
2375
|
hideDetails?: boolean | "auto" | undefined;
|
2373
2376
|
suffix?: string | undefined;
|
@@ -2511,6 +2514,7 @@ export declare const VNumberInput: {
|
|
2511
2514
|
bgColor?: string | undefined;
|
2512
2515
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2513
2516
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2517
|
+
iconColor?: string | boolean | undefined;
|
2514
2518
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2515
2519
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2516
2520
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2519,7 +2523,6 @@ export declare const VNumberInput: {
|
|
2519
2523
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2520
2524
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2521
2525
|
centerAffix?: boolean | undefined;
|
2522
|
-
iconColor?: string | boolean | undefined;
|
2523
2526
|
hint?: string | undefined;
|
2524
2527
|
hideDetails?: boolean | "auto" | undefined;
|
2525
2528
|
suffix?: string | undefined;
|
@@ -2634,9 +2637,9 @@ export declare const VNumberInput: {
|
|
2634
2637
|
baseColor?: string | undefined;
|
2635
2638
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2636
2639
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2640
|
+
iconColor?: string | boolean | undefined;
|
2637
2641
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2638
2642
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2639
|
-
iconColor?: string | boolean | undefined;
|
2640
2643
|
hint?: string | undefined;
|
2641
2644
|
hideDetails?: boolean | "auto" | undefined;
|
2642
2645
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2690,9 +2693,9 @@ export declare const VNumberInput: {
|
|
2690
2693
|
baseColor?: string | undefined;
|
2691
2694
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2692
2695
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2696
|
+
iconColor?: string | boolean | undefined;
|
2693
2697
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2694
2698
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2695
|
-
iconColor?: string | boolean | undefined;
|
2696
2699
|
hint?: string | undefined;
|
2697
2700
|
hideDetails?: boolean | "auto" | undefined;
|
2698
2701
|
} & {}, {
|
@@ -2793,9 +2796,9 @@ export declare const VNumberInput: {
|
|
2793
2796
|
baseColor?: string | undefined;
|
2794
2797
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2795
2798
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2799
|
+
iconColor?: string | boolean | undefined;
|
2796
2800
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2797
2801
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2798
|
-
iconColor?: string | boolean | undefined;
|
2799
2802
|
hint?: string | undefined;
|
2800
2803
|
hideDetails?: boolean | "auto" | undefined;
|
2801
2804
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2807,7 +2810,7 @@ export declare const VNumberInput: {
|
|
2807
2810
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2808
2811
|
modelValue?: unknown;
|
2809
2812
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2810
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
2813
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2811
2814
|
$: import("vue").ComponentInternalInstance;
|
2812
2815
|
$data: {};
|
2813
2816
|
$props: Partial<{
|
@@ -2854,13 +2857,13 @@ export declare const VNumberInput: {
|
|
2854
2857
|
rounded?: string | number | boolean | undefined;
|
2855
2858
|
baseColor?: string | undefined;
|
2856
2859
|
bgColor?: string | undefined;
|
2860
|
+
iconColor?: string | boolean | undefined;
|
2857
2861
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2858
2862
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2859
2863
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2860
2864
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2861
2865
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2862
2866
|
centerAffix?: boolean | undefined;
|
2863
|
-
iconColor?: string | boolean | undefined;
|
2864
2867
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
2865
2868
|
$attrs: {
|
2866
2869
|
[x: string]: unknown;
|
@@ -2913,13 +2916,13 @@ export declare const VNumberInput: {
|
|
2913
2916
|
rounded?: string | number | boolean | undefined;
|
2914
2917
|
baseColor?: string | undefined;
|
2915
2918
|
bgColor?: string | undefined;
|
2919
|
+
iconColor?: string | boolean | undefined;
|
2916
2920
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2917
2921
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2918
2922
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2919
2923
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2920
2924
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2921
2925
|
centerAffix?: boolean | undefined;
|
2922
|
-
iconColor?: string | boolean | undefined;
|
2923
2926
|
} & {
|
2924
2927
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2925
2928
|
}, {
|
@@ -3023,13 +3026,13 @@ export declare const VNumberInput: {
|
|
3023
3026
|
rounded?: string | number | boolean | undefined;
|
3024
3027
|
baseColor?: string | undefined;
|
3025
3028
|
bgColor?: string | undefined;
|
3029
|
+
iconColor?: string | boolean | undefined;
|
3026
3030
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3027
3031
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3028
3032
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3029
3033
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3030
3034
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3031
3035
|
centerAffix?: boolean | undefined;
|
3032
|
-
iconColor?: string | boolean | undefined;
|
3033
3036
|
} & {
|
3034
3037
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3035
3038
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3038,7 +3041,7 @@ export declare const VNumberInput: {
|
|
3038
3041
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3039
3042
|
modelValue?: unknown;
|
3040
3043
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3041
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
3044
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3042
3045
|
_allExposed: {
|
3043
3046
|
reset: () => Promise<void>;
|
3044
3047
|
resetValidation: () => Promise<void>;
|
@@ -3206,6 +3209,7 @@ export declare const VNumberInput: {
|
|
3206
3209
|
bgColor?: string | undefined;
|
3207
3210
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3208
3211
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3212
|
+
iconColor?: string | boolean | undefined;
|
3209
3213
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3210
3214
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3211
3215
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3214,7 +3218,6 @@ export declare const VNumberInput: {
|
|
3214
3218
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3215
3219
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3216
3220
|
centerAffix?: boolean | undefined;
|
3217
|
-
iconColor?: string | boolean | undefined;
|
3218
3221
|
hint?: string | undefined;
|
3219
3222
|
hideDetails?: boolean | "auto" | undefined;
|
3220
3223
|
suffix?: string | undefined;
|
@@ -3329,9 +3332,9 @@ export declare const VNumberInput: {
|
|
3329
3332
|
baseColor?: string | undefined;
|
3330
3333
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3331
3334
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3335
|
+
iconColor?: string | boolean | undefined;
|
3332
3336
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3333
3337
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3334
|
-
iconColor?: string | boolean | undefined;
|
3335
3338
|
hint?: string | undefined;
|
3336
3339
|
hideDetails?: boolean | "auto" | undefined;
|
3337
3340
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3385,9 +3388,9 @@ export declare const VNumberInput: {
|
|
3385
3388
|
baseColor?: string | undefined;
|
3386
3389
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3387
3390
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3391
|
+
iconColor?: string | boolean | undefined;
|
3388
3392
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3389
3393
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3390
|
-
iconColor?: string | boolean | undefined;
|
3391
3394
|
hint?: string | undefined;
|
3392
3395
|
hideDetails?: boolean | "auto" | undefined;
|
3393
3396
|
} & {}, {
|
@@ -3488,9 +3491,9 @@ export declare const VNumberInput: {
|
|
3488
3491
|
baseColor?: string | undefined;
|
3489
3492
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3490
3493
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3494
|
+
iconColor?: string | boolean | undefined;
|
3491
3495
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3492
3496
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3493
|
-
iconColor?: string | boolean | undefined;
|
3494
3497
|
hint?: string | undefined;
|
3495
3498
|
hideDetails?: boolean | "auto" | undefined;
|
3496
3499
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3502,7 +3505,7 @@ export declare const VNumberInput: {
|
|
3502
3505
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3503
3506
|
modelValue?: unknown;
|
3504
3507
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3505
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
3508
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3506
3509
|
$: import("vue").ComponentInternalInstance;
|
3507
3510
|
$data: {};
|
3508
3511
|
$props: Partial<{
|
@@ -3549,13 +3552,13 @@ export declare const VNumberInput: {
|
|
3549
3552
|
rounded?: string | number | boolean | undefined;
|
3550
3553
|
baseColor?: string | undefined;
|
3551
3554
|
bgColor?: string | undefined;
|
3555
|
+
iconColor?: string | boolean | undefined;
|
3552
3556
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3553
3557
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3554
3558
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3555
3559
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3556
3560
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3557
3561
|
centerAffix?: boolean | undefined;
|
3558
|
-
iconColor?: string | boolean | undefined;
|
3559
3562
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
3560
3563
|
$attrs: {
|
3561
3564
|
[x: string]: unknown;
|
@@ -3608,13 +3611,13 @@ export declare const VNumberInput: {
|
|
3608
3611
|
rounded?: string | number | boolean | undefined;
|
3609
3612
|
baseColor?: string | undefined;
|
3610
3613
|
bgColor?: string | undefined;
|
3614
|
+
iconColor?: string | boolean | undefined;
|
3611
3615
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3612
3616
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3613
3617
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3614
3618
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3615
3619
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3616
3620
|
centerAffix?: boolean | undefined;
|
3617
|
-
iconColor?: string | boolean | undefined;
|
3618
3621
|
} & {
|
3619
3622
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3620
3623
|
}, {
|
@@ -3718,13 +3721,13 @@ export declare const VNumberInput: {
|
|
3718
3721
|
rounded?: string | number | boolean | undefined;
|
3719
3722
|
baseColor?: string | undefined;
|
3720
3723
|
bgColor?: string | undefined;
|
3724
|
+
iconColor?: string | boolean | undefined;
|
3721
3725
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3722
3726
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3723
3727
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3724
3728
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3725
3729
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3726
3730
|
centerAffix?: boolean | undefined;
|
3727
|
-
iconColor?: string | boolean | undefined;
|
3728
3731
|
} & {
|
3729
3732
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3730
3733
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3733,7 +3736,7 @@ export declare const VNumberInput: {
|
|
3733
3736
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3734
3737
|
modelValue?: unknown;
|
3735
3738
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3736
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
3739
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3737
3740
|
_allExposed: {
|
3738
3741
|
reset: () => Promise<void>;
|
3739
3742
|
resetValidation: () => Promise<void>;
|
@@ -3744,7 +3747,7 @@ export declare const VNumberInput: {
|
|
3744
3747
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3745
3748
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
3746
3749
|
} | {};
|
3747
|
-
}> & {} & 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" | "
|
3750
|
+
}> & {} & 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" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
3748
3751
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
3749
3752
|
$: import("vue").ComponentInternalInstance;
|
3750
3753
|
$data: {};
|
@@ -3795,9 +3798,9 @@ export declare const VNumberInput: {
|
|
3795
3798
|
baseColor?: string | undefined;
|
3796
3799
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3797
3800
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3801
|
+
iconColor?: string | boolean | undefined;
|
3798
3802
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3799
3803
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3800
|
-
iconColor?: string | boolean | undefined;
|
3801
3804
|
hint?: string | undefined;
|
3802
3805
|
hideDetails?: boolean | "auto" | undefined;
|
3803
3806
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3851,9 +3854,9 @@ export declare const VNumberInput: {
|
|
3851
3854
|
baseColor?: string | undefined;
|
3852
3855
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3853
3856
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3857
|
+
iconColor?: string | boolean | undefined;
|
3854
3858
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3855
3859
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3856
|
-
iconColor?: string | boolean | undefined;
|
3857
3860
|
hint?: string | undefined;
|
3858
3861
|
hideDetails?: boolean | "auto" | undefined;
|
3859
3862
|
} & {}, {
|
@@ -3954,9 +3957,9 @@ export declare const VNumberInput: {
|
|
3954
3957
|
baseColor?: string | undefined;
|
3955
3958
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3956
3959
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3960
|
+
iconColor?: string | boolean | undefined;
|
3957
3961
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3958
3962
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3959
|
-
iconColor?: string | boolean | undefined;
|
3960
3963
|
hint?: string | undefined;
|
3961
3964
|
hideDetails?: boolean | "auto" | undefined;
|
3962
3965
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3968,7 +3971,7 @@ export declare const VNumberInput: {
|
|
3968
3971
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3969
3972
|
modelValue?: unknown;
|
3970
3973
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3971
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
3974
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3972
3975
|
$: import("vue").ComponentInternalInstance;
|
3973
3976
|
$data: {};
|
3974
3977
|
$props: Partial<{
|
@@ -4015,13 +4018,13 @@ export declare const VNumberInput: {
|
|
4015
4018
|
rounded?: string | number | boolean | undefined;
|
4016
4019
|
baseColor?: string | undefined;
|
4017
4020
|
bgColor?: string | undefined;
|
4021
|
+
iconColor?: string | boolean | undefined;
|
4018
4022
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4019
4023
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4020
4024
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4021
4025
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4022
4026
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4023
4027
|
centerAffix?: boolean | undefined;
|
4024
|
-
iconColor?: string | boolean | undefined;
|
4025
4028
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4026
4029
|
$attrs: {
|
4027
4030
|
[x: string]: unknown;
|
@@ -4074,13 +4077,13 @@ export declare const VNumberInput: {
|
|
4074
4077
|
rounded?: string | number | boolean | undefined;
|
4075
4078
|
baseColor?: string | undefined;
|
4076
4079
|
bgColor?: string | undefined;
|
4080
|
+
iconColor?: string | boolean | undefined;
|
4077
4081
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4078
4082
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4079
4083
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4080
4084
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4081
4085
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4082
4086
|
centerAffix?: boolean | undefined;
|
4083
|
-
iconColor?: string | boolean | undefined;
|
4084
4087
|
} & {
|
4085
4088
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4086
4089
|
}, {
|
@@ -4184,13 +4187,13 @@ export declare const VNumberInput: {
|
|
4184
4187
|
rounded?: string | number | boolean | undefined;
|
4185
4188
|
baseColor?: string | undefined;
|
4186
4189
|
bgColor?: string | undefined;
|
4190
|
+
iconColor?: string | boolean | undefined;
|
4187
4191
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4188
4192
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4189
4193
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4190
4194
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4191
4195
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4192
4196
|
centerAffix?: boolean | undefined;
|
4193
|
-
iconColor?: string | boolean | undefined;
|
4194
4197
|
} & {
|
4195
4198
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4196
4199
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4199,7 +4202,7 @@ export declare const VNumberInput: {
|
|
4199
4202
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4200
4203
|
modelValue?: unknown;
|
4201
4204
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4202
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
4205
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4203
4206
|
_allExposed: {
|
4204
4207
|
reset: () => Promise<void>;
|
4205
4208
|
resetValidation: () => Promise<void>;
|
@@ -4250,6 +4253,7 @@ export declare const VNumberInput: {
|
|
4250
4253
|
hideInput: boolean;
|
4251
4254
|
controlVariant: ControlVariant;
|
4252
4255
|
precision: number | null;
|
4256
|
+
minFractionDigits: number | null;
|
4253
4257
|
}>;
|
4254
4258
|
__isFragment?: never;
|
4255
4259
|
__isTeleport?: never;
|
@@ -4291,6 +4295,7 @@ export declare const VNumberInput: {
|
|
4291
4295
|
hideInput: boolean;
|
4292
4296
|
controlVariant: ControlVariant;
|
4293
4297
|
precision: number | null;
|
4298
|
+
minFractionDigits: number | null;
|
4294
4299
|
} & {
|
4295
4300
|
name?: string | undefined;
|
4296
4301
|
id?: string | undefined;
|
@@ -4313,6 +4318,7 @@ export declare const VNumberInput: {
|
|
4313
4318
|
bgColor?: string | undefined;
|
4314
4319
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4315
4320
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4321
|
+
iconColor?: string | boolean | undefined;
|
4316
4322
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4317
4323
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4318
4324
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4321,7 +4327,6 @@ export declare const VNumberInput: {
|
|
4321
4327
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4322
4328
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4323
4329
|
centerAffix?: boolean | undefined;
|
4324
|
-
iconColor?: string | boolean | undefined;
|
4325
4330
|
hint?: string | undefined;
|
4326
4331
|
hideDetails?: boolean | "auto" | undefined;
|
4327
4332
|
suffix?: string | undefined;
|
@@ -4472,6 +4477,7 @@ export declare const VNumberInput: {
|
|
4472
4477
|
bgColor?: string | undefined;
|
4473
4478
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4474
4479
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4480
|
+
iconColor?: string | boolean | undefined;
|
4475
4481
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4476
4482
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4477
4483
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4480,7 +4486,6 @@ export declare const VNumberInput: {
|
|
4480
4486
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4481
4487
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4482
4488
|
centerAffix?: boolean | undefined;
|
4483
|
-
iconColor?: string | boolean | undefined;
|
4484
4489
|
hint?: string | undefined;
|
4485
4490
|
hideDetails?: boolean | "auto" | undefined;
|
4486
4491
|
suffix?: string | undefined;
|
@@ -4624,6 +4629,7 @@ export declare const VNumberInput: {
|
|
4624
4629
|
bgColor?: string | undefined;
|
4625
4630
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4626
4631
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4632
|
+
iconColor?: string | boolean | undefined;
|
4627
4633
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4628
4634
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4629
4635
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4632,7 +4638,6 @@ export declare const VNumberInput: {
|
|
4632
4638
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4633
4639
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4634
4640
|
centerAffix?: boolean | undefined;
|
4635
|
-
iconColor?: string | boolean | undefined;
|
4636
4641
|
hint?: string | undefined;
|
4637
4642
|
hideDetails?: boolean | "auto" | undefined;
|
4638
4643
|
suffix?: string | undefined;
|
@@ -4747,9 +4752,9 @@ export declare const VNumberInput: {
|
|
4747
4752
|
baseColor?: string | undefined;
|
4748
4753
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4749
4754
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4755
|
+
iconColor?: string | boolean | undefined;
|
4750
4756
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4751
4757
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4752
|
-
iconColor?: string | boolean | undefined;
|
4753
4758
|
hint?: string | undefined;
|
4754
4759
|
hideDetails?: boolean | "auto" | undefined;
|
4755
4760
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4803,9 +4808,9 @@ export declare const VNumberInput: {
|
|
4803
4808
|
baseColor?: string | undefined;
|
4804
4809
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4805
4810
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4811
|
+
iconColor?: string | boolean | undefined;
|
4806
4812
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4807
4813
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4808
|
-
iconColor?: string | boolean | undefined;
|
4809
4814
|
hint?: string | undefined;
|
4810
4815
|
hideDetails?: boolean | "auto" | undefined;
|
4811
4816
|
} & {}, {
|
@@ -4906,9 +4911,9 @@ export declare const VNumberInput: {
|
|
4906
4911
|
baseColor?: string | undefined;
|
4907
4912
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4908
4913
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4914
|
+
iconColor?: string | boolean | undefined;
|
4909
4915
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4910
4916
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4911
|
-
iconColor?: string | boolean | undefined;
|
4912
4917
|
hint?: string | undefined;
|
4913
4918
|
hideDetails?: boolean | "auto" | undefined;
|
4914
4919
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4920,7 +4925,7 @@ export declare const VNumberInput: {
|
|
4920
4925
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4921
4926
|
modelValue?: unknown;
|
4922
4927
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4923
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
4928
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4924
4929
|
$: import("vue").ComponentInternalInstance;
|
4925
4930
|
$data: {};
|
4926
4931
|
$props: Partial<{
|
@@ -4967,13 +4972,13 @@ export declare const VNumberInput: {
|
|
4967
4972
|
rounded?: string | number | boolean | undefined;
|
4968
4973
|
baseColor?: string | undefined;
|
4969
4974
|
bgColor?: string | undefined;
|
4975
|
+
iconColor?: string | boolean | undefined;
|
4970
4976
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4971
4977
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4972
4978
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4973
4979
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4974
4980
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4975
4981
|
centerAffix?: boolean | undefined;
|
4976
|
-
iconColor?: string | boolean | undefined;
|
4977
4982
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
4978
4983
|
$attrs: {
|
4979
4984
|
[x: string]: unknown;
|
@@ -5026,13 +5031,13 @@ export declare const VNumberInput: {
|
|
5026
5031
|
rounded?: string | number | boolean | undefined;
|
5027
5032
|
baseColor?: string | undefined;
|
5028
5033
|
bgColor?: string | undefined;
|
5034
|
+
iconColor?: string | boolean | undefined;
|
5029
5035
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5030
5036
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5031
5037
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5032
5038
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5033
5039
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5034
5040
|
centerAffix?: boolean | undefined;
|
5035
|
-
iconColor?: string | boolean | undefined;
|
5036
5041
|
} & {
|
5037
5042
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5038
5043
|
}, {
|
@@ -5136,13 +5141,13 @@ export declare const VNumberInput: {
|
|
5136
5141
|
rounded?: string | number | boolean | undefined;
|
5137
5142
|
baseColor?: string | undefined;
|
5138
5143
|
bgColor?: string | undefined;
|
5144
|
+
iconColor?: string | boolean | undefined;
|
5139
5145
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5140
5146
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5141
5147
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5142
5148
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5143
5149
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5144
5150
|
centerAffix?: boolean | undefined;
|
5145
|
-
iconColor?: string | boolean | undefined;
|
5146
5151
|
} & {
|
5147
5152
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5148
5153
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5151,7 +5156,7 @@ export declare const VNumberInput: {
|
|
5151
5156
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5152
5157
|
modelValue?: unknown;
|
5153
5158
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5154
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
5159
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5155
5160
|
_allExposed: {
|
5156
5161
|
reset: () => Promise<void>;
|
5157
5162
|
resetValidation: () => Promise<void>;
|
@@ -5319,6 +5324,7 @@ export declare const VNumberInput: {
|
|
5319
5324
|
bgColor?: string | undefined;
|
5320
5325
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5321
5326
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5327
|
+
iconColor?: string | boolean | undefined;
|
5322
5328
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5323
5329
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5324
5330
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5327,7 +5333,6 @@ export declare const VNumberInput: {
|
|
5327
5333
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5328
5334
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5329
5335
|
centerAffix?: boolean | undefined;
|
5330
|
-
iconColor?: string | boolean | undefined;
|
5331
5336
|
hint?: string | undefined;
|
5332
5337
|
hideDetails?: boolean | "auto" | undefined;
|
5333
5338
|
suffix?: string | undefined;
|
@@ -5442,9 +5447,9 @@ export declare const VNumberInput: {
|
|
5442
5447
|
baseColor?: string | undefined;
|
5443
5448
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5444
5449
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5450
|
+
iconColor?: string | boolean | undefined;
|
5445
5451
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5446
5452
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5447
|
-
iconColor?: string | boolean | undefined;
|
5448
5453
|
hint?: string | undefined;
|
5449
5454
|
hideDetails?: boolean | "auto" | undefined;
|
5450
5455
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5498,9 +5503,9 @@ export declare const VNumberInput: {
|
|
5498
5503
|
baseColor?: string | undefined;
|
5499
5504
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5500
5505
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5506
|
+
iconColor?: string | boolean | undefined;
|
5501
5507
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5502
5508
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5503
|
-
iconColor?: string | boolean | undefined;
|
5504
5509
|
hint?: string | undefined;
|
5505
5510
|
hideDetails?: boolean | "auto" | undefined;
|
5506
5511
|
} & {}, {
|
@@ -5601,9 +5606,9 @@ export declare const VNumberInput: {
|
|
5601
5606
|
baseColor?: string | undefined;
|
5602
5607
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5603
5608
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5609
|
+
iconColor?: string | boolean | undefined;
|
5604
5610
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5605
5611
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5606
|
-
iconColor?: string | boolean | undefined;
|
5607
5612
|
hint?: string | undefined;
|
5608
5613
|
hideDetails?: boolean | "auto" | undefined;
|
5609
5614
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5615,7 +5620,7 @@ export declare const VNumberInput: {
|
|
5615
5620
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5616
5621
|
modelValue?: unknown;
|
5617
5622
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5618
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
5623
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5619
5624
|
$: import("vue").ComponentInternalInstance;
|
5620
5625
|
$data: {};
|
5621
5626
|
$props: Partial<{
|
@@ -5662,13 +5667,13 @@ export declare const VNumberInput: {
|
|
5662
5667
|
rounded?: string | number | boolean | undefined;
|
5663
5668
|
baseColor?: string | undefined;
|
5664
5669
|
bgColor?: string | undefined;
|
5670
|
+
iconColor?: string | boolean | undefined;
|
5665
5671
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5666
5672
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5667
5673
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5668
5674
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5669
5675
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5670
5676
|
centerAffix?: boolean | undefined;
|
5671
|
-
iconColor?: string | boolean | undefined;
|
5672
5677
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
5673
5678
|
$attrs: {
|
5674
5679
|
[x: string]: unknown;
|
@@ -5721,13 +5726,13 @@ export declare const VNumberInput: {
|
|
5721
5726
|
rounded?: string | number | boolean | undefined;
|
5722
5727
|
baseColor?: string | undefined;
|
5723
5728
|
bgColor?: string | undefined;
|
5729
|
+
iconColor?: string | boolean | undefined;
|
5724
5730
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5725
5731
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5726
5732
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5727
5733
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5728
5734
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5729
5735
|
centerAffix?: boolean | undefined;
|
5730
|
-
iconColor?: string | boolean | undefined;
|
5731
5736
|
} & {
|
5732
5737
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5733
5738
|
}, {
|
@@ -5831,13 +5836,13 @@ export declare const VNumberInput: {
|
|
5831
5836
|
rounded?: string | number | boolean | undefined;
|
5832
5837
|
baseColor?: string | undefined;
|
5833
5838
|
bgColor?: string | undefined;
|
5839
|
+
iconColor?: string | boolean | undefined;
|
5834
5840
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5835
5841
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5836
5842
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5837
5843
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5838
5844
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5839
5845
|
centerAffix?: boolean | undefined;
|
5840
|
-
iconColor?: string | boolean | undefined;
|
5841
5846
|
} & {
|
5842
5847
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5843
5848
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5846,7 +5851,7 @@ export declare const VNumberInput: {
|
|
5846
5851
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5847
5852
|
modelValue?: unknown;
|
5848
5853
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5849
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
5854
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5850
5855
|
_allExposed: {
|
5851
5856
|
reset: () => Promise<void>;
|
5852
5857
|
resetValidation: () => Promise<void>;
|
@@ -5857,7 +5862,7 @@ export declare const VNumberInput: {
|
|
5857
5862
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5858
5863
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
5859
5864
|
} | {};
|
5860
|
-
}> & {} & 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" | "
|
5865
|
+
}> & {} & 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" | "iconColor" | "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" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
5861
5866
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5862
5867
|
$: import("vue").ComponentInternalInstance;
|
5863
5868
|
$data: {};
|
@@ -5908,9 +5913,9 @@ export declare const VNumberInput: {
|
|
5908
5913
|
baseColor?: string | undefined;
|
5909
5914
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5910
5915
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5916
|
+
iconColor?: string | boolean | undefined;
|
5911
5917
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5912
5918
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5913
|
-
iconColor?: string | boolean | undefined;
|
5914
5919
|
hint?: string | undefined;
|
5915
5920
|
hideDetails?: boolean | "auto" | undefined;
|
5916
5921
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5964,9 +5969,9 @@ export declare const VNumberInput: {
|
|
5964
5969
|
baseColor?: string | undefined;
|
5965
5970
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5966
5971
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5972
|
+
iconColor?: string | boolean | undefined;
|
5967
5973
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5968
5974
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5969
|
-
iconColor?: string | boolean | undefined;
|
5970
5975
|
hint?: string | undefined;
|
5971
5976
|
hideDetails?: boolean | "auto" | undefined;
|
5972
5977
|
} & {}, {
|
@@ -6067,9 +6072,9 @@ export declare const VNumberInput: {
|
|
6067
6072
|
baseColor?: string | undefined;
|
6068
6073
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6069
6074
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6075
|
+
iconColor?: string | boolean | undefined;
|
6070
6076
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6071
6077
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6072
|
-
iconColor?: string | boolean | undefined;
|
6073
6078
|
hint?: string | undefined;
|
6074
6079
|
hideDetails?: boolean | "auto" | undefined;
|
6075
6080
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6081,7 +6086,7 @@ export declare const VNumberInput: {
|
|
6081
6086
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6082
6087
|
modelValue?: unknown;
|
6083
6088
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6084
|
-
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
6089
|
+
}, import("../VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6085
6090
|
$: import("vue").ComponentInternalInstance;
|
6086
6091
|
$data: {};
|
6087
6092
|
$props: Partial<{
|
@@ -6128,13 +6133,13 @@ export declare const VNumberInput: {
|
|
6128
6133
|
rounded?: string | number | boolean | undefined;
|
6129
6134
|
baseColor?: string | undefined;
|
6130
6135
|
bgColor?: string | undefined;
|
6136
|
+
iconColor?: string | boolean | undefined;
|
6131
6137
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6132
6138
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6133
6139
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6134
6140
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6135
6141
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6136
6142
|
centerAffix?: boolean | undefined;
|
6137
|
-
iconColor?: string | boolean | undefined;
|
6138
6143
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
6139
6144
|
$attrs: {
|
6140
6145
|
[x: string]: unknown;
|
@@ -6187,13 +6192,13 @@ export declare const VNumberInput: {
|
|
6187
6192
|
rounded?: string | number | boolean | undefined;
|
6188
6193
|
baseColor?: string | undefined;
|
6189
6194
|
bgColor?: string | undefined;
|
6195
|
+
iconColor?: string | boolean | undefined;
|
6190
6196
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6191
6197
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6192
6198
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6193
6199
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6194
6200
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6195
6201
|
centerAffix?: boolean | undefined;
|
6196
|
-
iconColor?: string | boolean | undefined;
|
6197
6202
|
} & {
|
6198
6203
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6199
6204
|
}, {
|
@@ -6297,13 +6302,13 @@ export declare const VNumberInput: {
|
|
6297
6302
|
rounded?: string | number | boolean | undefined;
|
6298
6303
|
baseColor?: string | undefined;
|
6299
6304
|
bgColor?: string | undefined;
|
6305
|
+
iconColor?: string | boolean | undefined;
|
6300
6306
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6301
6307
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6302
6308
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6303
6309
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6304
6310
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6305
6311
|
centerAffix?: boolean | undefined;
|
6306
|
-
iconColor?: string | boolean | undefined;
|
6307
6312
|
} & {
|
6308
6313
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6309
6314
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6312,7 +6317,7 @@ export declare const VNumberInput: {
|
|
6312
6317
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6313
6318
|
modelValue?: unknown;
|
6314
6319
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6315
|
-
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
6320
|
+
}, import("../VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6316
6321
|
_allExposed: {
|
6317
6322
|
reset: () => Promise<void>;
|
6318
6323
|
resetValidation: () => Promise<void>;
|
@@ -6365,6 +6370,7 @@ export declare const VNumberInput: {
|
|
6365
6370
|
hideInput: boolean;
|
6366
6371
|
controlVariant: ControlVariant;
|
6367
6372
|
precision: number | null;
|
6373
|
+
minFractionDigits: number | null;
|
6368
6374
|
}, {}, string, import("vue").SlotsType<Partial<{
|
6369
6375
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
6370
6376
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -6462,6 +6468,7 @@ export declare const VNumberInput: {
|
|
6462
6468
|
bgColor: StringConstructor;
|
6463
6469
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6464
6470
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6471
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
6465
6472
|
clearIcon: {
|
6466
6473
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
6467
6474
|
default: string;
|
@@ -6478,7 +6485,6 @@ export declare const VNumberInput: {
|
|
6478
6485
|
default: undefined;
|
6479
6486
|
};
|
6480
6487
|
glow: BooleanConstructor;
|
6481
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
6482
6488
|
hideSpinButtons: BooleanConstructor;
|
6483
6489
|
hint: StringConstructor;
|
6484
6490
|
persistentHint: BooleanConstructor;
|
@@ -6518,6 +6524,10 @@ export declare const VNumberInput: {
|
|
6518
6524
|
type: PropType<number | null>;
|
6519
6525
|
default: number;
|
6520
6526
|
};
|
6527
|
+
minFractionDigits: {
|
6528
|
+
type: PropType<number | null>;
|
6529
|
+
default: null;
|
6530
|
+
};
|
6521
6531
|
}, import("vue").ExtractPropTypes<{
|
6522
6532
|
flat: BooleanConstructor;
|
6523
6533
|
reverse: BooleanConstructor;
|
@@ -6597,6 +6607,7 @@ export declare const VNumberInput: {
|
|
6597
6607
|
bgColor: StringConstructor;
|
6598
6608
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6599
6609
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6610
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
6600
6611
|
clearIcon: {
|
6601
6612
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
6602
6613
|
default: string;
|
@@ -6613,7 +6624,6 @@ export declare const VNumberInput: {
|
|
6613
6624
|
default: undefined;
|
6614
6625
|
};
|
6615
6626
|
glow: BooleanConstructor;
|
6616
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
6617
6627
|
hideSpinButtons: BooleanConstructor;
|
6618
6628
|
hint: StringConstructor;
|
6619
6629
|
persistentHint: BooleanConstructor;
|
@@ -6653,6 +6663,10 @@ export declare const VNumberInput: {
|
|
6653
6663
|
type: PropType<number | null>;
|
6654
6664
|
default: number;
|
6655
6665
|
};
|
6666
|
+
minFractionDigits: {
|
6667
|
+
type: PropType<number | null>;
|
6668
|
+
default: null;
|
6669
|
+
};
|
6656
6670
|
}>>;
|
6657
6671
|
export type VNumberInput = InstanceType<typeof VNumberInput>;
|
6658
6672
|
|