@vuetify/nightly 3.8.9-master.2025-06-14 → 3.8.10-dev.2025-06-18
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 +46 -14
- package/dist/json/attributes.json +3541 -3137
- package/dist/json/importMap-labs.json +30 -26
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +108 -2
- package/dist/json/web-types.json +7295 -5648
- package/dist/vuetify-labs.cjs +795 -198
- package/dist/vuetify-labs.css +4855 -4806
- package/dist/vuetify-labs.d.ts +10430 -3099
- package/dist/vuetify-labs.esm.js +796 -199
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +795 -198
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +520 -183
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2398 -2349
- package/dist/vuetify.d.ts +2798 -2091
- package/dist/vuetify.esm.js +521 -184
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +520 -183
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1257 -1234
- 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/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +175 -110
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +32 -8
- 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 +46 -18
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +175 -110
- package/lib/components/VCombobox/VCombobox.js +22 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +60 -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 +42 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +80 -5
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- 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/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VKbd/VKbd.css +13 -2
- package/lib/components/VKbd/VKbd.d.ts +221 -0
- package/lib/components/VKbd/VKbd.js +55 -0
- package/lib/components/VKbd/VKbd.js.map +1 -0
- package/lib/components/VKbd/VKbd.sass +2 -1
- package/lib/components/VKbd/_variables.scss +12 -1
- package/lib/components/VKbd/index.d.ts +1 -95
- package/lib/components/VKbd/index.js +1 -4
- package/lib/components/VKbd/index.js.map +1 -1
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +28 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VMenu/VMenu.d.ts +13 -0
- package/lib/components/VMenu/VMenu.js +2 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +114 -89
- package/lib/components/VNumberInput/VNumberInput.js +43 -20
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +19 -2
- 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/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +204 -118
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- 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/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +13 -0
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +23 -13
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextField/VTextField.js +4 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/calendar.d.ts +5 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- 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 +3 -3
- 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/group.js +1 -0
- package/lib/composables/group.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/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/locale.d.ts +5 -1
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/mask.d.ts +38 -0
- package/lib/composables/mask.js +183 -0
- package/lib/composables/mask.js.map +1 -0
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +97 -29
- 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/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +4 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +92 -73
- 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/VFileUpload/VFileUploadItem.d.ts +20 -10
- 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/VMaskInput/VMaskInput.d.ts +6993 -0
- package/lib/labs/VMaskInput/VMaskInput.js +67 -0
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
- package/lib/labs/VMaskInput/index.d.ts +1 -0
- package/lib/labs/VMaskInput/index.js +2 -0
- package/lib/labs/VMaskInput/index.js.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +51 -38
- package/lib/labs/VTreeview/VTreeview.js +1 -1
- package/lib/labs/VTreeview/VTreeview.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +35 -0
- package/lib/labs/VTreeview/VTreeviewChildren.js +21 -3
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +4 -3
- package/lib/locale/adapters/vue-i18n.js +6 -1
- package/lib/locale/adapters/vue-i18n.js.map +1 -1
- package/lib/locale/adapters/vuetify.js +7 -1
- package/lib/locale/adapters/vuetify.js.map +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/lib/util/helpers.d.ts +2 -1
- package/lib/util/helpers.js +12 -7
- package/lib/util/helpers.js.map +1 -1
- package/package.json +9 -7
@@ -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;
|
@@ -57,6 +58,7 @@ export declare const VNumberInput: {
|
|
57
58
|
theme?: string | undefined;
|
58
59
|
placeholder?: string | undefined;
|
59
60
|
counter?: string | number | boolean | undefined;
|
61
|
+
decimalSeparator?: string | undefined;
|
60
62
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
61
63
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
62
64
|
rounded?: string | number | boolean | undefined;
|
@@ -64,6 +66,7 @@ export declare const VNumberInput: {
|
|
64
66
|
bgColor?: string | undefined;
|
65
67
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
66
68
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
69
|
+
iconColor?: string | boolean | undefined;
|
67
70
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
68
71
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
69
72
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -72,7 +75,6 @@ export declare const VNumberInput: {
|
|
72
75
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
73
76
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74
77
|
centerAffix?: boolean | undefined;
|
75
|
-
iconColor?: string | boolean | undefined;
|
76
78
|
hint?: string | undefined;
|
77
79
|
hideDetails?: boolean | "auto" | undefined;
|
78
80
|
suffix?: string | undefined;
|
@@ -224,6 +226,7 @@ export declare const VNumberInput: {
|
|
224
226
|
bgColor?: string | undefined;
|
225
227
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
226
228
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
229
|
+
iconColor?: string | boolean | undefined;
|
227
230
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
228
231
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
229
232
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -232,7 +235,6 @@ export declare const VNumberInput: {
|
|
232
235
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
233
236
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
234
237
|
centerAffix?: boolean | undefined;
|
235
|
-
iconColor?: string | boolean | undefined;
|
236
238
|
hint?: string | undefined;
|
237
239
|
hideDetails?: boolean | "auto" | undefined;
|
238
240
|
suffix?: string | undefined;
|
@@ -376,6 +378,7 @@ export declare const VNumberInput: {
|
|
376
378
|
bgColor?: string | undefined;
|
377
379
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
378
380
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
381
|
+
iconColor?: string | boolean | undefined;
|
379
382
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
380
383
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
381
384
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -384,7 +387,6 @@ export declare const VNumberInput: {
|
|
384
387
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
385
388
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
386
389
|
centerAffix?: boolean | undefined;
|
387
|
-
iconColor?: string | boolean | undefined;
|
388
390
|
hint?: string | undefined;
|
389
391
|
hideDetails?: boolean | "auto" | undefined;
|
390
392
|
suffix?: string | undefined;
|
@@ -499,9 +501,9 @@ export declare const VNumberInput: {
|
|
499
501
|
baseColor?: string | undefined;
|
500
502
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
501
503
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
504
|
+
iconColor?: string | boolean | undefined;
|
502
505
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
503
506
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
504
|
-
iconColor?: string | boolean | undefined;
|
505
507
|
hint?: string | undefined;
|
506
508
|
hideDetails?: boolean | "auto" | undefined;
|
507
509
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -555,9 +557,9 @@ export declare const VNumberInput: {
|
|
555
557
|
baseColor?: string | undefined;
|
556
558
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
557
559
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
560
|
+
iconColor?: string | boolean | undefined;
|
558
561
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
559
562
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
560
|
-
iconColor?: string | boolean | undefined;
|
561
563
|
hint?: string | undefined;
|
562
564
|
hideDetails?: boolean | "auto" | undefined;
|
563
565
|
} & {}, {
|
@@ -658,9 +660,9 @@ export declare const VNumberInput: {
|
|
658
660
|
baseColor?: string | undefined;
|
659
661
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
660
662
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
663
|
+
iconColor?: string | boolean | undefined;
|
661
664
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
662
665
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
663
|
-
iconColor?: string | boolean | undefined;
|
664
666
|
hint?: string | undefined;
|
665
667
|
hideDetails?: boolean | "auto" | undefined;
|
666
668
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -672,7 +674,7 @@ export declare const VNumberInput: {
|
|
672
674
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
673
675
|
modelValue?: unknown;
|
674
676
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
677
|
+
}, 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<{
|
676
678
|
$: import("vue").ComponentInternalInstance;
|
677
679
|
$data: {};
|
678
680
|
$props: Partial<{
|
@@ -719,13 +721,13 @@ export declare const VNumberInput: {
|
|
719
721
|
rounded?: string | number | boolean | undefined;
|
720
722
|
baseColor?: string | undefined;
|
721
723
|
bgColor?: string | undefined;
|
724
|
+
iconColor?: string | boolean | undefined;
|
722
725
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
723
726
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
724
727
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
725
728
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
726
729
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
727
730
|
centerAffix?: boolean | undefined;
|
728
|
-
iconColor?: string | boolean | undefined;
|
729
731
|
} & 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">;
|
730
732
|
$attrs: {
|
731
733
|
[x: string]: unknown;
|
@@ -778,13 +780,13 @@ export declare const VNumberInput: {
|
|
778
780
|
rounded?: string | number | boolean | undefined;
|
779
781
|
baseColor?: string | undefined;
|
780
782
|
bgColor?: string | undefined;
|
783
|
+
iconColor?: string | boolean | undefined;
|
781
784
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
782
785
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
783
786
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
784
787
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
785
788
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
786
789
|
centerAffix?: boolean | undefined;
|
787
|
-
iconColor?: string | boolean | undefined;
|
788
790
|
} & {
|
789
791
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
790
792
|
}, {
|
@@ -888,13 +890,13 @@ export declare const VNumberInput: {
|
|
888
890
|
rounded?: string | number | boolean | undefined;
|
889
891
|
baseColor?: string | undefined;
|
890
892
|
bgColor?: string | undefined;
|
893
|
+
iconColor?: string | boolean | undefined;
|
891
894
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
892
895
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
893
896
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
894
897
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
895
898
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
896
899
|
centerAffix?: boolean | undefined;
|
897
|
-
iconColor?: string | boolean | undefined;
|
898
900
|
} & {
|
899
901
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
900
902
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -903,7 +905,7 @@ export declare const VNumberInput: {
|
|
903
905
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
904
906
|
modelValue?: unknown;
|
905
907
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
908
|
+
}, 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}`> & {
|
907
909
|
_allExposed: {
|
908
910
|
reset: () => Promise<void>;
|
909
911
|
resetValidation: () => Promise<void>;
|
@@ -1071,6 +1073,7 @@ export declare const VNumberInput: {
|
|
1071
1073
|
bgColor?: string | undefined;
|
1072
1074
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1073
1075
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1076
|
+
iconColor?: string | boolean | undefined;
|
1074
1077
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1075
1078
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1076
1079
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1079,7 +1082,6 @@ export declare const VNumberInput: {
|
|
1079
1082
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1080
1083
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1081
1084
|
centerAffix?: boolean | undefined;
|
1082
|
-
iconColor?: string | boolean | undefined;
|
1083
1085
|
hint?: string | undefined;
|
1084
1086
|
hideDetails?: boolean | "auto" | undefined;
|
1085
1087
|
suffix?: string | undefined;
|
@@ -1194,9 +1196,9 @@ export declare const VNumberInput: {
|
|
1194
1196
|
baseColor?: string | undefined;
|
1195
1197
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1196
1198
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1199
|
+
iconColor?: string | boolean | undefined;
|
1197
1200
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1198
1201
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1199
|
-
iconColor?: string | boolean | undefined;
|
1200
1202
|
hint?: string | undefined;
|
1201
1203
|
hideDetails?: boolean | "auto" | undefined;
|
1202
1204
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1250,9 +1252,9 @@ export declare const VNumberInput: {
|
|
1250
1252
|
baseColor?: string | undefined;
|
1251
1253
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1252
1254
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1255
|
+
iconColor?: string | boolean | undefined;
|
1253
1256
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1254
1257
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1255
|
-
iconColor?: string | boolean | undefined;
|
1256
1258
|
hint?: string | undefined;
|
1257
1259
|
hideDetails?: boolean | "auto" | undefined;
|
1258
1260
|
} & {}, {
|
@@ -1353,9 +1355,9 @@ export declare const VNumberInput: {
|
|
1353
1355
|
baseColor?: string | undefined;
|
1354
1356
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1355
1357
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1358
|
+
iconColor?: string | boolean | undefined;
|
1356
1359
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1357
1360
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1358
|
-
iconColor?: string | boolean | undefined;
|
1359
1361
|
hint?: string | undefined;
|
1360
1362
|
hideDetails?: boolean | "auto" | undefined;
|
1361
1363
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1367,7 +1369,7 @@ export declare const VNumberInput: {
|
|
1367
1369
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1368
1370
|
modelValue?: unknown;
|
1369
1371
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
1372
|
+
}, 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<{
|
1371
1373
|
$: import("vue").ComponentInternalInstance;
|
1372
1374
|
$data: {};
|
1373
1375
|
$props: Partial<{
|
@@ -1414,13 +1416,13 @@ export declare const VNumberInput: {
|
|
1414
1416
|
rounded?: string | number | boolean | undefined;
|
1415
1417
|
baseColor?: string | undefined;
|
1416
1418
|
bgColor?: string | undefined;
|
1419
|
+
iconColor?: string | boolean | undefined;
|
1417
1420
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1418
1421
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1419
1422
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1420
1423
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1421
1424
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1422
1425
|
centerAffix?: boolean | undefined;
|
1423
|
-
iconColor?: string | boolean | undefined;
|
1424
1426
|
} & 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">;
|
1425
1427
|
$attrs: {
|
1426
1428
|
[x: string]: unknown;
|
@@ -1473,13 +1475,13 @@ export declare const VNumberInput: {
|
|
1473
1475
|
rounded?: string | number | boolean | undefined;
|
1474
1476
|
baseColor?: string | undefined;
|
1475
1477
|
bgColor?: string | undefined;
|
1478
|
+
iconColor?: string | boolean | undefined;
|
1476
1479
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1477
1480
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1478
1481
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1479
1482
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1480
1483
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1481
1484
|
centerAffix?: boolean | undefined;
|
1482
|
-
iconColor?: string | boolean | undefined;
|
1483
1485
|
} & {
|
1484
1486
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1485
1487
|
}, {
|
@@ -1583,13 +1585,13 @@ export declare const VNumberInput: {
|
|
1583
1585
|
rounded?: string | number | boolean | undefined;
|
1584
1586
|
baseColor?: string | undefined;
|
1585
1587
|
bgColor?: string | undefined;
|
1588
|
+
iconColor?: string | boolean | undefined;
|
1586
1589
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1587
1590
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1588
1591
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1589
1592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1590
1593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1591
1594
|
centerAffix?: boolean | undefined;
|
1592
|
-
iconColor?: string | boolean | undefined;
|
1593
1595
|
} & {
|
1594
1596
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1595
1597
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1598,7 +1600,7 @@ export declare const VNumberInput: {
|
|
1598
1600
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1599
1601
|
modelValue?: unknown;
|
1600
1602
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
1603
|
+
}, 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}`> & {
|
1602
1604
|
_allExposed: {
|
1603
1605
|
reset: () => Promise<void>;
|
1604
1606
|
resetValidation: () => Promise<void>;
|
@@ -1609,7 +1611,7 @@ export declare const VNumberInput: {
|
|
1609
1611
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1610
1612
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
1611
1613
|
} | {};
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "
|
1614
|
+
}> & {} & 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}`> & {
|
1613
1615
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
1614
1616
|
$: import("vue").ComponentInternalInstance;
|
1615
1617
|
$data: {};
|
@@ -1660,9 +1662,9 @@ export declare const VNumberInput: {
|
|
1660
1662
|
baseColor?: string | undefined;
|
1661
1663
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1662
1664
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1665
|
+
iconColor?: string | boolean | undefined;
|
1663
1666
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1664
1667
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1665
|
-
iconColor?: string | boolean | undefined;
|
1666
1668
|
hint?: string | undefined;
|
1667
1669
|
hideDetails?: boolean | "auto" | undefined;
|
1668
1670
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1716,9 +1718,9 @@ export declare const VNumberInput: {
|
|
1716
1718
|
baseColor?: string | undefined;
|
1717
1719
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1718
1720
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1721
|
+
iconColor?: string | boolean | undefined;
|
1719
1722
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1720
1723
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1721
|
-
iconColor?: string | boolean | undefined;
|
1722
1724
|
hint?: string | undefined;
|
1723
1725
|
hideDetails?: boolean | "auto" | undefined;
|
1724
1726
|
} & {}, {
|
@@ -1819,9 +1821,9 @@ export declare const VNumberInput: {
|
|
1819
1821
|
baseColor?: string | undefined;
|
1820
1822
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1821
1823
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1824
|
+
iconColor?: string | boolean | undefined;
|
1822
1825
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1823
1826
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1824
|
-
iconColor?: string | boolean | undefined;
|
1825
1827
|
hint?: string | undefined;
|
1826
1828
|
hideDetails?: boolean | "auto" | undefined;
|
1827
1829
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1833,7 +1835,7 @@ export declare const VNumberInput: {
|
|
1833
1835
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1834
1836
|
modelValue?: unknown;
|
1835
1837
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
1838
|
+
}, 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<{
|
1837
1839
|
$: import("vue").ComponentInternalInstance;
|
1838
1840
|
$data: {};
|
1839
1841
|
$props: Partial<{
|
@@ -1880,13 +1882,13 @@ export declare const VNumberInput: {
|
|
1880
1882
|
rounded?: string | number | boolean | undefined;
|
1881
1883
|
baseColor?: string | undefined;
|
1882
1884
|
bgColor?: string | undefined;
|
1885
|
+
iconColor?: string | boolean | undefined;
|
1883
1886
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1884
1887
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1885
1888
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1886
1889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1887
1890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1888
1891
|
centerAffix?: boolean | undefined;
|
1889
|
-
iconColor?: string | boolean | undefined;
|
1890
1892
|
} & 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">;
|
1891
1893
|
$attrs: {
|
1892
1894
|
[x: string]: unknown;
|
@@ -1939,13 +1941,13 @@ export declare const VNumberInput: {
|
|
1939
1941
|
rounded?: string | number | boolean | undefined;
|
1940
1942
|
baseColor?: string | undefined;
|
1941
1943
|
bgColor?: string | undefined;
|
1944
|
+
iconColor?: string | boolean | undefined;
|
1942
1945
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1943
1946
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1944
1947
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1945
1948
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1946
1949
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1947
1950
|
centerAffix?: boolean | undefined;
|
1948
|
-
iconColor?: string | boolean | undefined;
|
1949
1951
|
} & {
|
1950
1952
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1951
1953
|
}, {
|
@@ -2049,13 +2051,13 @@ export declare const VNumberInput: {
|
|
2049
2051
|
rounded?: string | number | boolean | undefined;
|
2050
2052
|
baseColor?: string | undefined;
|
2051
2053
|
bgColor?: string | undefined;
|
2054
|
+
iconColor?: string | boolean | undefined;
|
2052
2055
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2053
2056
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2054
2057
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2055
2058
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2056
2059
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2057
2060
|
centerAffix?: boolean | undefined;
|
2058
|
-
iconColor?: string | boolean | undefined;
|
2059
2061
|
} & {
|
2060
2062
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2061
2063
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2064,7 +2066,7 @@ export declare const VNumberInput: {
|
|
2064
2066
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2065
2067
|
modelValue?: unknown;
|
2066
2068
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
2069
|
+
}, 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}`> & {
|
2068
2070
|
_allExposed: {
|
2069
2071
|
reset: () => Promise<void>;
|
2070
2072
|
resetValidation: () => Promise<void>;
|
@@ -2118,6 +2120,7 @@ export declare const VNumberInput: {
|
|
2118
2120
|
hideInput: boolean;
|
2119
2121
|
controlVariant: ControlVariant;
|
2120
2122
|
precision: number | null;
|
2123
|
+
minFractionDigits: number | null;
|
2121
2124
|
}, true, {}, import("vue").SlotsType<Partial<{
|
2122
2125
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
2123
2126
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -2180,6 +2183,7 @@ export declare const VNumberInput: {
|
|
2180
2183
|
hideInput: boolean;
|
2181
2184
|
controlVariant: ControlVariant;
|
2182
2185
|
precision: number | null;
|
2186
|
+
minFractionDigits: number | null;
|
2183
2187
|
} & {
|
2184
2188
|
name?: string | undefined;
|
2185
2189
|
id?: string | undefined;
|
@@ -2195,6 +2199,7 @@ export declare const VNumberInput: {
|
|
2195
2199
|
theme?: string | undefined;
|
2196
2200
|
placeholder?: string | undefined;
|
2197
2201
|
counter?: string | number | boolean | undefined;
|
2202
|
+
decimalSeparator?: string | undefined;
|
2198
2203
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2199
2204
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
2200
2205
|
rounded?: string | number | boolean | undefined;
|
@@ -2202,6 +2207,7 @@ export declare const VNumberInput: {
|
|
2202
2207
|
bgColor?: string | undefined;
|
2203
2208
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2204
2209
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2210
|
+
iconColor?: string | boolean | undefined;
|
2205
2211
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2206
2212
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2207
2213
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2210,7 +2216,6 @@ export declare const VNumberInput: {
|
|
2210
2216
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2211
2217
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2212
2218
|
centerAffix?: boolean | undefined;
|
2213
|
-
iconColor?: string | boolean | undefined;
|
2214
2219
|
hint?: string | undefined;
|
2215
2220
|
hideDetails?: boolean | "auto" | undefined;
|
2216
2221
|
suffix?: string | undefined;
|
@@ -2362,6 +2367,7 @@ export declare const VNumberInput: {
|
|
2362
2367
|
bgColor?: string | undefined;
|
2363
2368
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2364
2369
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2370
|
+
iconColor?: string | boolean | undefined;
|
2365
2371
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2366
2372
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2367
2373
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2370,7 +2376,6 @@ export declare const VNumberInput: {
|
|
2370
2376
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2371
2377
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2372
2378
|
centerAffix?: boolean | undefined;
|
2373
|
-
iconColor?: string | boolean | undefined;
|
2374
2379
|
hint?: string | undefined;
|
2375
2380
|
hideDetails?: boolean | "auto" | undefined;
|
2376
2381
|
suffix?: string | undefined;
|
@@ -2514,6 +2519,7 @@ export declare const VNumberInput: {
|
|
2514
2519
|
bgColor?: string | undefined;
|
2515
2520
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2516
2521
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2522
|
+
iconColor?: string | boolean | undefined;
|
2517
2523
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2518
2524
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2519
2525
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2522,7 +2528,6 @@ export declare const VNumberInput: {
|
|
2522
2528
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2523
2529
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2524
2530
|
centerAffix?: boolean | undefined;
|
2525
|
-
iconColor?: string | boolean | undefined;
|
2526
2531
|
hint?: string | undefined;
|
2527
2532
|
hideDetails?: boolean | "auto" | undefined;
|
2528
2533
|
suffix?: string | undefined;
|
@@ -2637,9 +2642,9 @@ export declare const VNumberInput: {
|
|
2637
2642
|
baseColor?: string | undefined;
|
2638
2643
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2639
2644
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2645
|
+
iconColor?: string | boolean | undefined;
|
2640
2646
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2641
2647
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2642
|
-
iconColor?: string | boolean | undefined;
|
2643
2648
|
hint?: string | undefined;
|
2644
2649
|
hideDetails?: boolean | "auto" | undefined;
|
2645
2650
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2693,9 +2698,9 @@ export declare const VNumberInput: {
|
|
2693
2698
|
baseColor?: string | undefined;
|
2694
2699
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2695
2700
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2701
|
+
iconColor?: string | boolean | undefined;
|
2696
2702
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2697
2703
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2698
|
-
iconColor?: string | boolean | undefined;
|
2699
2704
|
hint?: string | undefined;
|
2700
2705
|
hideDetails?: boolean | "auto" | undefined;
|
2701
2706
|
} & {}, {
|
@@ -2796,9 +2801,9 @@ export declare const VNumberInput: {
|
|
2796
2801
|
baseColor?: string | undefined;
|
2797
2802
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2798
2803
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2804
|
+
iconColor?: string | boolean | undefined;
|
2799
2805
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2800
2806
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2801
|
-
iconColor?: string | boolean | undefined;
|
2802
2807
|
hint?: string | undefined;
|
2803
2808
|
hideDetails?: boolean | "auto" | undefined;
|
2804
2809
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2810,7 +2815,7 @@ export declare const VNumberInput: {
|
|
2810
2815
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2811
2816
|
modelValue?: unknown;
|
2812
2817
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
2818
|
+
}, 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<{
|
2814
2819
|
$: import("vue").ComponentInternalInstance;
|
2815
2820
|
$data: {};
|
2816
2821
|
$props: Partial<{
|
@@ -2857,13 +2862,13 @@ export declare const VNumberInput: {
|
|
2857
2862
|
rounded?: string | number | boolean | undefined;
|
2858
2863
|
baseColor?: string | undefined;
|
2859
2864
|
bgColor?: string | undefined;
|
2865
|
+
iconColor?: string | boolean | undefined;
|
2860
2866
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2861
2867
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2862
2868
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2863
2869
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2864
2870
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2865
2871
|
centerAffix?: boolean | undefined;
|
2866
|
-
iconColor?: string | boolean | undefined;
|
2867
2872
|
} & 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">;
|
2868
2873
|
$attrs: {
|
2869
2874
|
[x: string]: unknown;
|
@@ -2916,13 +2921,13 @@ export declare const VNumberInput: {
|
|
2916
2921
|
rounded?: string | number | boolean | undefined;
|
2917
2922
|
baseColor?: string | undefined;
|
2918
2923
|
bgColor?: string | undefined;
|
2924
|
+
iconColor?: string | boolean | undefined;
|
2919
2925
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2920
2926
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2921
2927
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2922
2928
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2923
2929
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2924
2930
|
centerAffix?: boolean | undefined;
|
2925
|
-
iconColor?: string | boolean | undefined;
|
2926
2931
|
} & {
|
2927
2932
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2928
2933
|
}, {
|
@@ -3026,13 +3031,13 @@ export declare const VNumberInput: {
|
|
3026
3031
|
rounded?: string | number | boolean | undefined;
|
3027
3032
|
baseColor?: string | undefined;
|
3028
3033
|
bgColor?: string | undefined;
|
3034
|
+
iconColor?: string | boolean | undefined;
|
3029
3035
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3030
3036
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3031
3037
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3032
3038
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3033
3039
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3034
3040
|
centerAffix?: boolean | undefined;
|
3035
|
-
iconColor?: string | boolean | undefined;
|
3036
3041
|
} & {
|
3037
3042
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3038
3043
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3041,7 +3046,7 @@ export declare const VNumberInput: {
|
|
3041
3046
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3042
3047
|
modelValue?: unknown;
|
3043
3048
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
3049
|
+
}, 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}`> & {
|
3045
3050
|
_allExposed: {
|
3046
3051
|
reset: () => Promise<void>;
|
3047
3052
|
resetValidation: () => Promise<void>;
|
@@ -3209,6 +3214,7 @@ export declare const VNumberInput: {
|
|
3209
3214
|
bgColor?: string | undefined;
|
3210
3215
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3211
3216
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3217
|
+
iconColor?: string | boolean | undefined;
|
3212
3218
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3213
3219
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3214
3220
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3217,7 +3223,6 @@ export declare const VNumberInput: {
|
|
3217
3223
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3218
3224
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3219
3225
|
centerAffix?: boolean | undefined;
|
3220
|
-
iconColor?: string | boolean | undefined;
|
3221
3226
|
hint?: string | undefined;
|
3222
3227
|
hideDetails?: boolean | "auto" | undefined;
|
3223
3228
|
suffix?: string | undefined;
|
@@ -3332,9 +3337,9 @@ export declare const VNumberInput: {
|
|
3332
3337
|
baseColor?: string | undefined;
|
3333
3338
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3334
3339
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3340
|
+
iconColor?: string | boolean | undefined;
|
3335
3341
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3336
3342
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3337
|
-
iconColor?: string | boolean | undefined;
|
3338
3343
|
hint?: string | undefined;
|
3339
3344
|
hideDetails?: boolean | "auto" | undefined;
|
3340
3345
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3388,9 +3393,9 @@ export declare const VNumberInput: {
|
|
3388
3393
|
baseColor?: string | undefined;
|
3389
3394
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3390
3395
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3396
|
+
iconColor?: string | boolean | undefined;
|
3391
3397
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3392
3398
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3393
|
-
iconColor?: string | boolean | undefined;
|
3394
3399
|
hint?: string | undefined;
|
3395
3400
|
hideDetails?: boolean | "auto" | undefined;
|
3396
3401
|
} & {}, {
|
@@ -3491,9 +3496,9 @@ export declare const VNumberInput: {
|
|
3491
3496
|
baseColor?: string | undefined;
|
3492
3497
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3493
3498
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3499
|
+
iconColor?: string | boolean | undefined;
|
3494
3500
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3495
3501
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3496
|
-
iconColor?: string | boolean | undefined;
|
3497
3502
|
hint?: string | undefined;
|
3498
3503
|
hideDetails?: boolean | "auto" | undefined;
|
3499
3504
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3505,7 +3510,7 @@ export declare const VNumberInput: {
|
|
3505
3510
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3506
3511
|
modelValue?: unknown;
|
3507
3512
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
3513
|
+
}, 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<{
|
3509
3514
|
$: import("vue").ComponentInternalInstance;
|
3510
3515
|
$data: {};
|
3511
3516
|
$props: Partial<{
|
@@ -3552,13 +3557,13 @@ export declare const VNumberInput: {
|
|
3552
3557
|
rounded?: string | number | boolean | undefined;
|
3553
3558
|
baseColor?: string | undefined;
|
3554
3559
|
bgColor?: string | undefined;
|
3560
|
+
iconColor?: string | boolean | undefined;
|
3555
3561
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3556
3562
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3557
3563
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3558
3564
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3559
3565
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3560
3566
|
centerAffix?: boolean | undefined;
|
3561
|
-
iconColor?: string | boolean | undefined;
|
3562
3567
|
} & 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">;
|
3563
3568
|
$attrs: {
|
3564
3569
|
[x: string]: unknown;
|
@@ -3611,13 +3616,13 @@ export declare const VNumberInput: {
|
|
3611
3616
|
rounded?: string | number | boolean | undefined;
|
3612
3617
|
baseColor?: string | undefined;
|
3613
3618
|
bgColor?: string | undefined;
|
3619
|
+
iconColor?: string | boolean | undefined;
|
3614
3620
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3615
3621
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3616
3622
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3617
3623
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3618
3624
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3619
3625
|
centerAffix?: boolean | undefined;
|
3620
|
-
iconColor?: string | boolean | undefined;
|
3621
3626
|
} & {
|
3622
3627
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3623
3628
|
}, {
|
@@ -3721,13 +3726,13 @@ export declare const VNumberInput: {
|
|
3721
3726
|
rounded?: string | number | boolean | undefined;
|
3722
3727
|
baseColor?: string | undefined;
|
3723
3728
|
bgColor?: string | undefined;
|
3729
|
+
iconColor?: string | boolean | undefined;
|
3724
3730
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3725
3731
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3726
3732
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3727
3733
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3728
3734
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3729
3735
|
centerAffix?: boolean | undefined;
|
3730
|
-
iconColor?: string | boolean | undefined;
|
3731
3736
|
} & {
|
3732
3737
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3733
3738
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3736,7 +3741,7 @@ export declare const VNumberInput: {
|
|
3736
3741
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3737
3742
|
modelValue?: unknown;
|
3738
3743
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
3744
|
+
}, 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}`> & {
|
3740
3745
|
_allExposed: {
|
3741
3746
|
reset: () => Promise<void>;
|
3742
3747
|
resetValidation: () => Promise<void>;
|
@@ -3747,7 +3752,7 @@ export declare const VNumberInput: {
|
|
3747
3752
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
3748
3753
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
3749
3754
|
} | {};
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "
|
3755
|
+
}> & {} & 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}`> & {
|
3751
3756
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
3752
3757
|
$: import("vue").ComponentInternalInstance;
|
3753
3758
|
$data: {};
|
@@ -3798,9 +3803,9 @@ export declare const VNumberInput: {
|
|
3798
3803
|
baseColor?: string | undefined;
|
3799
3804
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3800
3805
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3806
|
+
iconColor?: string | boolean | undefined;
|
3801
3807
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3802
3808
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3803
|
-
iconColor?: string | boolean | undefined;
|
3804
3809
|
hint?: string | undefined;
|
3805
3810
|
hideDetails?: boolean | "auto" | undefined;
|
3806
3811
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3854,9 +3859,9 @@ export declare const VNumberInput: {
|
|
3854
3859
|
baseColor?: string | undefined;
|
3855
3860
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3856
3861
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3862
|
+
iconColor?: string | boolean | undefined;
|
3857
3863
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3858
3864
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3859
|
-
iconColor?: string | boolean | undefined;
|
3860
3865
|
hint?: string | undefined;
|
3861
3866
|
hideDetails?: boolean | "auto" | undefined;
|
3862
3867
|
} & {}, {
|
@@ -3957,9 +3962,9 @@ export declare const VNumberInput: {
|
|
3957
3962
|
baseColor?: string | undefined;
|
3958
3963
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3959
3964
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3965
|
+
iconColor?: string | boolean | undefined;
|
3960
3966
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3961
3967
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3962
|
-
iconColor?: string | boolean | undefined;
|
3963
3968
|
hint?: string | undefined;
|
3964
3969
|
hideDetails?: boolean | "auto" | undefined;
|
3965
3970
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3971,7 +3976,7 @@ export declare const VNumberInput: {
|
|
3971
3976
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3972
3977
|
modelValue?: unknown;
|
3973
3978
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
3979
|
+
}, 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<{
|
3975
3980
|
$: import("vue").ComponentInternalInstance;
|
3976
3981
|
$data: {};
|
3977
3982
|
$props: Partial<{
|
@@ -4018,13 +4023,13 @@ export declare const VNumberInput: {
|
|
4018
4023
|
rounded?: string | number | boolean | undefined;
|
4019
4024
|
baseColor?: string | undefined;
|
4020
4025
|
bgColor?: string | undefined;
|
4026
|
+
iconColor?: string | boolean | undefined;
|
4021
4027
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4022
4028
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4023
4029
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4024
4030
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4025
4031
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4026
4032
|
centerAffix?: boolean | undefined;
|
4027
|
-
iconColor?: string | boolean | undefined;
|
4028
4033
|
} & 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">;
|
4029
4034
|
$attrs: {
|
4030
4035
|
[x: string]: unknown;
|
@@ -4077,13 +4082,13 @@ export declare const VNumberInput: {
|
|
4077
4082
|
rounded?: string | number | boolean | undefined;
|
4078
4083
|
baseColor?: string | undefined;
|
4079
4084
|
bgColor?: string | undefined;
|
4085
|
+
iconColor?: string | boolean | undefined;
|
4080
4086
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4081
4087
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4082
4088
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4083
4089
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4084
4090
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4085
4091
|
centerAffix?: boolean | undefined;
|
4086
|
-
iconColor?: string | boolean | undefined;
|
4087
4092
|
} & {
|
4088
4093
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4089
4094
|
}, {
|
@@ -4187,13 +4192,13 @@ export declare const VNumberInput: {
|
|
4187
4192
|
rounded?: string | number | boolean | undefined;
|
4188
4193
|
baseColor?: string | undefined;
|
4189
4194
|
bgColor?: string | undefined;
|
4195
|
+
iconColor?: string | boolean | undefined;
|
4190
4196
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4191
4197
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4192
4198
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4193
4199
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4194
4200
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4195
4201
|
centerAffix?: boolean | undefined;
|
4196
|
-
iconColor?: string | boolean | undefined;
|
4197
4202
|
} & {
|
4198
4203
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4199
4204
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4202,7 +4207,7 @@ export declare const VNumberInput: {
|
|
4202
4207
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4203
4208
|
modelValue?: unknown;
|
4204
4209
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
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" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
4210
|
+
}, 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}`> & {
|
4206
4211
|
_allExposed: {
|
4207
4212
|
reset: () => Promise<void>;
|
4208
4213
|
resetValidation: () => Promise<void>;
|
@@ -4253,6 +4258,7 @@ export declare const VNumberInput: {
|
|
4253
4258
|
hideInput: boolean;
|
4254
4259
|
controlVariant: ControlVariant;
|
4255
4260
|
precision: number | null;
|
4261
|
+
minFractionDigits: number | null;
|
4256
4262
|
}>;
|
4257
4263
|
__isFragment?: never;
|
4258
4264
|
__isTeleport?: never;
|
@@ -4294,6 +4300,7 @@ export declare const VNumberInput: {
|
|
4294
4300
|
hideInput: boolean;
|
4295
4301
|
controlVariant: ControlVariant;
|
4296
4302
|
precision: number | null;
|
4303
|
+
minFractionDigits: number | null;
|
4297
4304
|
} & {
|
4298
4305
|
name?: string | undefined;
|
4299
4306
|
id?: string | undefined;
|
@@ -4309,6 +4316,7 @@ export declare const VNumberInput: {
|
|
4309
4316
|
theme?: string | undefined;
|
4310
4317
|
placeholder?: string | undefined;
|
4311
4318
|
counter?: string | number | boolean | undefined;
|
4319
|
+
decimalSeparator?: string | undefined;
|
4312
4320
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4313
4321
|
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
4314
4322
|
rounded?: string | number | boolean | undefined;
|
@@ -4316,6 +4324,7 @@ export declare const VNumberInput: {
|
|
4316
4324
|
bgColor?: string | undefined;
|
4317
4325
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4318
4326
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4327
|
+
iconColor?: string | boolean | undefined;
|
4319
4328
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4320
4329
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4321
4330
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4324,7 +4333,6 @@ export declare const VNumberInput: {
|
|
4324
4333
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4325
4334
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4326
4335
|
centerAffix?: boolean | undefined;
|
4327
|
-
iconColor?: string | boolean | undefined;
|
4328
4336
|
hint?: string | undefined;
|
4329
4337
|
hideDetails?: boolean | "auto" | undefined;
|
4330
4338
|
suffix?: string | undefined;
|
@@ -4476,6 +4484,7 @@ export declare const VNumberInput: {
|
|
4476
4484
|
bgColor?: string | undefined;
|
4477
4485
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4478
4486
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4487
|
+
iconColor?: string | boolean | undefined;
|
4479
4488
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4480
4489
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4481
4490
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4484,7 +4493,6 @@ export declare const VNumberInput: {
|
|
4484
4493
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4485
4494
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4486
4495
|
centerAffix?: boolean | undefined;
|
4487
|
-
iconColor?: string | boolean | undefined;
|
4488
4496
|
hint?: string | undefined;
|
4489
4497
|
hideDetails?: boolean | "auto" | undefined;
|
4490
4498
|
suffix?: string | undefined;
|
@@ -4628,6 +4636,7 @@ export declare const VNumberInput: {
|
|
4628
4636
|
bgColor?: string | undefined;
|
4629
4637
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4630
4638
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4639
|
+
iconColor?: string | boolean | undefined;
|
4631
4640
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4632
4641
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4633
4642
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4636,7 +4645,6 @@ export declare const VNumberInput: {
|
|
4636
4645
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4637
4646
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4638
4647
|
centerAffix?: boolean | undefined;
|
4639
|
-
iconColor?: string | boolean | undefined;
|
4640
4648
|
hint?: string | undefined;
|
4641
4649
|
hideDetails?: boolean | "auto" | undefined;
|
4642
4650
|
suffix?: string | undefined;
|
@@ -4751,9 +4759,9 @@ export declare const VNumberInput: {
|
|
4751
4759
|
baseColor?: string | undefined;
|
4752
4760
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4753
4761
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4762
|
+
iconColor?: string | boolean | undefined;
|
4754
4763
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4755
4764
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4756
|
-
iconColor?: string | boolean | undefined;
|
4757
4765
|
hint?: string | undefined;
|
4758
4766
|
hideDetails?: boolean | "auto" | undefined;
|
4759
4767
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4807,9 +4815,9 @@ export declare const VNumberInput: {
|
|
4807
4815
|
baseColor?: string | undefined;
|
4808
4816
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4809
4817
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4818
|
+
iconColor?: string | boolean | undefined;
|
4810
4819
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4811
4820
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4812
|
-
iconColor?: string | boolean | undefined;
|
4813
4821
|
hint?: string | undefined;
|
4814
4822
|
hideDetails?: boolean | "auto" | undefined;
|
4815
4823
|
} & {}, {
|
@@ -4910,9 +4918,9 @@ export declare const VNumberInput: {
|
|
4910
4918
|
baseColor?: string | undefined;
|
4911
4919
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4912
4920
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4921
|
+
iconColor?: string | boolean | undefined;
|
4913
4922
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4914
4923
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4915
|
-
iconColor?: string | boolean | undefined;
|
4916
4924
|
hint?: string | undefined;
|
4917
4925
|
hideDetails?: boolean | "auto" | undefined;
|
4918
4926
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4924,7 +4932,7 @@ export declare const VNumberInput: {
|
|
4924
4932
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4925
4933
|
modelValue?: unknown;
|
4926
4934
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4927
|
-
}, 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" | "
|
4935
|
+
}, 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<{
|
4928
4936
|
$: import("vue").ComponentInternalInstance;
|
4929
4937
|
$data: {};
|
4930
4938
|
$props: Partial<{
|
@@ -4971,13 +4979,13 @@ export declare const VNumberInput: {
|
|
4971
4979
|
rounded?: string | number | boolean | undefined;
|
4972
4980
|
baseColor?: string | undefined;
|
4973
4981
|
bgColor?: string | undefined;
|
4982
|
+
iconColor?: string | boolean | undefined;
|
4974
4983
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4975
4984
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4976
4985
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4977
4986
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4978
4987
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4979
4988
|
centerAffix?: boolean | undefined;
|
4980
|
-
iconColor?: string | boolean | undefined;
|
4981
4989
|
} & 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">;
|
4982
4990
|
$attrs: {
|
4983
4991
|
[x: string]: unknown;
|
@@ -5030,13 +5038,13 @@ export declare const VNumberInput: {
|
|
5030
5038
|
rounded?: string | number | boolean | undefined;
|
5031
5039
|
baseColor?: string | undefined;
|
5032
5040
|
bgColor?: string | undefined;
|
5041
|
+
iconColor?: string | boolean | undefined;
|
5033
5042
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5034
5043
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5035
5044
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5036
5045
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5037
5046
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5038
5047
|
centerAffix?: boolean | undefined;
|
5039
|
-
iconColor?: string | boolean | undefined;
|
5040
5048
|
} & {
|
5041
5049
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5042
5050
|
}, {
|
@@ -5140,13 +5148,13 @@ export declare const VNumberInput: {
|
|
5140
5148
|
rounded?: string | number | boolean | undefined;
|
5141
5149
|
baseColor?: string | undefined;
|
5142
5150
|
bgColor?: string | undefined;
|
5151
|
+
iconColor?: string | boolean | undefined;
|
5143
5152
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5144
5153
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5145
5154
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5146
5155
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5147
5156
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5148
5157
|
centerAffix?: boolean | undefined;
|
5149
|
-
iconColor?: string | boolean | undefined;
|
5150
5158
|
} & {
|
5151
5159
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5152
5160
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5155,7 +5163,7 @@ export declare const VNumberInput: {
|
|
5155
5163
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5156
5164
|
modelValue?: unknown;
|
5157
5165
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5158
|
-
}, 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" | "
|
5166
|
+
}, 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}`> & {
|
5159
5167
|
_allExposed: {
|
5160
5168
|
reset: () => Promise<void>;
|
5161
5169
|
resetValidation: () => Promise<void>;
|
@@ -5323,6 +5331,7 @@ export declare const VNumberInput: {
|
|
5323
5331
|
bgColor?: string | undefined;
|
5324
5332
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5325
5333
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5334
|
+
iconColor?: string | boolean | undefined;
|
5326
5335
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5327
5336
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5328
5337
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5331,7 +5340,6 @@ export declare const VNumberInput: {
|
|
5331
5340
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5332
5341
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5333
5342
|
centerAffix?: boolean | undefined;
|
5334
|
-
iconColor?: string | boolean | undefined;
|
5335
5343
|
hint?: string | undefined;
|
5336
5344
|
hideDetails?: boolean | "auto" | undefined;
|
5337
5345
|
suffix?: string | undefined;
|
@@ -5446,9 +5454,9 @@ export declare const VNumberInput: {
|
|
5446
5454
|
baseColor?: string | undefined;
|
5447
5455
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5448
5456
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5457
|
+
iconColor?: string | boolean | undefined;
|
5449
5458
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5450
5459
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5451
|
-
iconColor?: string | boolean | undefined;
|
5452
5460
|
hint?: string | undefined;
|
5453
5461
|
hideDetails?: boolean | "auto" | undefined;
|
5454
5462
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5502,9 +5510,9 @@ export declare const VNumberInput: {
|
|
5502
5510
|
baseColor?: string | undefined;
|
5503
5511
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5504
5512
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5513
|
+
iconColor?: string | boolean | undefined;
|
5505
5514
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5506
5515
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5507
|
-
iconColor?: string | boolean | undefined;
|
5508
5516
|
hint?: string | undefined;
|
5509
5517
|
hideDetails?: boolean | "auto" | undefined;
|
5510
5518
|
} & {}, {
|
@@ -5605,9 +5613,9 @@ export declare const VNumberInput: {
|
|
5605
5613
|
baseColor?: string | undefined;
|
5606
5614
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5607
5615
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5616
|
+
iconColor?: string | boolean | undefined;
|
5608
5617
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5609
5618
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5610
|
-
iconColor?: string | boolean | undefined;
|
5611
5619
|
hint?: string | undefined;
|
5612
5620
|
hideDetails?: boolean | "auto" | undefined;
|
5613
5621
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5619,7 +5627,7 @@ export declare const VNumberInput: {
|
|
5619
5627
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5620
5628
|
modelValue?: unknown;
|
5621
5629
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5622
|
-
}, 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" | "
|
5630
|
+
}, 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<{
|
5623
5631
|
$: import("vue").ComponentInternalInstance;
|
5624
5632
|
$data: {};
|
5625
5633
|
$props: Partial<{
|
@@ -5666,13 +5674,13 @@ export declare const VNumberInput: {
|
|
5666
5674
|
rounded?: string | number | boolean | undefined;
|
5667
5675
|
baseColor?: string | undefined;
|
5668
5676
|
bgColor?: string | undefined;
|
5677
|
+
iconColor?: string | boolean | undefined;
|
5669
5678
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5670
5679
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5671
5680
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5672
5681
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5673
5682
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5674
5683
|
centerAffix?: boolean | undefined;
|
5675
|
-
iconColor?: string | boolean | undefined;
|
5676
5684
|
} & 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">;
|
5677
5685
|
$attrs: {
|
5678
5686
|
[x: string]: unknown;
|
@@ -5725,13 +5733,13 @@ export declare const VNumberInput: {
|
|
5725
5733
|
rounded?: string | number | boolean | undefined;
|
5726
5734
|
baseColor?: string | undefined;
|
5727
5735
|
bgColor?: string | undefined;
|
5736
|
+
iconColor?: string | boolean | undefined;
|
5728
5737
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5729
5738
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5730
5739
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5731
5740
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5732
5741
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5733
5742
|
centerAffix?: boolean | undefined;
|
5734
|
-
iconColor?: string | boolean | undefined;
|
5735
5743
|
} & {
|
5736
5744
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5737
5745
|
}, {
|
@@ -5835,13 +5843,13 @@ export declare const VNumberInput: {
|
|
5835
5843
|
rounded?: string | number | boolean | undefined;
|
5836
5844
|
baseColor?: string | undefined;
|
5837
5845
|
bgColor?: string | undefined;
|
5846
|
+
iconColor?: string | boolean | undefined;
|
5838
5847
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5839
5848
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5840
5849
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5841
5850
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5842
5851
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5843
5852
|
centerAffix?: boolean | undefined;
|
5844
|
-
iconColor?: string | boolean | undefined;
|
5845
5853
|
} & {
|
5846
5854
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5847
5855
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5850,7 +5858,7 @@ export declare const VNumberInput: {
|
|
5850
5858
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5851
5859
|
modelValue?: unknown;
|
5852
5860
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5853
|
-
}, 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" | "
|
5861
|
+
}, 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}`> & {
|
5854
5862
|
_allExposed: {
|
5855
5863
|
reset: () => Promise<void>;
|
5856
5864
|
resetValidation: () => Promise<void>;
|
@@ -5861,7 +5869,7 @@ export declare const VNumberInput: {
|
|
5861
5869
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5862
5870
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
5863
5871
|
} | {};
|
5864
|
-
}> & {} & 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" | "
|
5872
|
+
}> & {} & 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}`> & {
|
5865
5873
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
5866
5874
|
$: import("vue").ComponentInternalInstance;
|
5867
5875
|
$data: {};
|
@@ -5912,9 +5920,9 @@ export declare const VNumberInput: {
|
|
5912
5920
|
baseColor?: string | undefined;
|
5913
5921
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5914
5922
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5923
|
+
iconColor?: string | boolean | undefined;
|
5915
5924
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5916
5925
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5917
|
-
iconColor?: string | boolean | undefined;
|
5918
5926
|
hint?: string | undefined;
|
5919
5927
|
hideDetails?: boolean | "auto" | undefined;
|
5920
5928
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5968,9 +5976,9 @@ export declare const VNumberInput: {
|
|
5968
5976
|
baseColor?: string | undefined;
|
5969
5977
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5970
5978
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5979
|
+
iconColor?: string | boolean | undefined;
|
5971
5980
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5972
5981
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5973
|
-
iconColor?: string | boolean | undefined;
|
5974
5982
|
hint?: string | undefined;
|
5975
5983
|
hideDetails?: boolean | "auto" | undefined;
|
5976
5984
|
} & {}, {
|
@@ -6071,9 +6079,9 @@ export declare const VNumberInput: {
|
|
6071
6079
|
baseColor?: string | undefined;
|
6072
6080
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6073
6081
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6082
|
+
iconColor?: string | boolean | undefined;
|
6074
6083
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6075
6084
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6076
|
-
iconColor?: string | boolean | undefined;
|
6077
6085
|
hint?: string | undefined;
|
6078
6086
|
hideDetails?: boolean | "auto" | undefined;
|
6079
6087
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6085,7 +6093,7 @@ export declare const VNumberInput: {
|
|
6085
6093
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6086
6094
|
modelValue?: unknown;
|
6087
6095
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6088
|
-
}, 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" | "
|
6096
|
+
}, 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<{
|
6089
6097
|
$: import("vue").ComponentInternalInstance;
|
6090
6098
|
$data: {};
|
6091
6099
|
$props: Partial<{
|
@@ -6132,13 +6140,13 @@ export declare const VNumberInput: {
|
|
6132
6140
|
rounded?: string | number | boolean | undefined;
|
6133
6141
|
baseColor?: string | undefined;
|
6134
6142
|
bgColor?: string | undefined;
|
6143
|
+
iconColor?: string | boolean | undefined;
|
6135
6144
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6136
6145
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6137
6146
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6138
6147
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6139
6148
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6140
6149
|
centerAffix?: boolean | undefined;
|
6141
|
-
iconColor?: string | boolean | undefined;
|
6142
6150
|
} & 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">;
|
6143
6151
|
$attrs: {
|
6144
6152
|
[x: string]: unknown;
|
@@ -6191,13 +6199,13 @@ export declare const VNumberInput: {
|
|
6191
6199
|
rounded?: string | number | boolean | undefined;
|
6192
6200
|
baseColor?: string | undefined;
|
6193
6201
|
bgColor?: string | undefined;
|
6202
|
+
iconColor?: string | boolean | undefined;
|
6194
6203
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6195
6204
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6196
6205
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6197
6206
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6198
6207
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6199
6208
|
centerAffix?: boolean | undefined;
|
6200
|
-
iconColor?: string | boolean | undefined;
|
6201
6209
|
} & {
|
6202
6210
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6203
6211
|
}, {
|
@@ -6301,13 +6309,13 @@ export declare const VNumberInput: {
|
|
6301
6309
|
rounded?: string | number | boolean | undefined;
|
6302
6310
|
baseColor?: string | undefined;
|
6303
6311
|
bgColor?: string | undefined;
|
6312
|
+
iconColor?: string | boolean | undefined;
|
6304
6313
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6305
6314
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6306
6315
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6307
6316
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6308
6317
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6309
6318
|
centerAffix?: boolean | undefined;
|
6310
|
-
iconColor?: string | boolean | undefined;
|
6311
6319
|
} & {
|
6312
6320
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6313
6321
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6316,7 +6324,7 @@ export declare const VNumberInput: {
|
|
6316
6324
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6317
6325
|
modelValue?: unknown;
|
6318
6326
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6319
|
-
}, 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" | "
|
6327
|
+
}, 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}`> & {
|
6320
6328
|
_allExposed: {
|
6321
6329
|
reset: () => Promise<void>;
|
6322
6330
|
resetValidation: () => Promise<void>;
|
@@ -6370,6 +6378,7 @@ export declare const VNumberInput: {
|
|
6370
6378
|
hideInput: boolean;
|
6371
6379
|
controlVariant: ControlVariant;
|
6372
6380
|
precision: number | null;
|
6381
|
+
minFractionDigits: number | null;
|
6373
6382
|
}, {}, string, import("vue").SlotsType<Partial<{
|
6374
6383
|
message: (arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
6375
6384
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
@@ -6467,6 +6476,7 @@ export declare const VNumberInput: {
|
|
6467
6476
|
bgColor: StringConstructor;
|
6468
6477
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6469
6478
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6479
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
6470
6480
|
clearIcon: {
|
6471
6481
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
6472
6482
|
default: string;
|
@@ -6483,7 +6493,6 @@ export declare const VNumberInput: {
|
|
6483
6493
|
default: undefined;
|
6484
6494
|
};
|
6485
6495
|
glow: BooleanConstructor;
|
6486
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
6487
6496
|
hideSpinButtons: BooleanConstructor;
|
6488
6497
|
hint: StringConstructor;
|
6489
6498
|
persistentHint: BooleanConstructor;
|
@@ -6523,6 +6532,14 @@ export declare const VNumberInput: {
|
|
6523
6532
|
type: PropType<number | null>;
|
6524
6533
|
default: number;
|
6525
6534
|
};
|
6535
|
+
minFractionDigits: {
|
6536
|
+
type: PropType<number | null>;
|
6537
|
+
default: null;
|
6538
|
+
};
|
6539
|
+
decimalSeparator: {
|
6540
|
+
type: StringConstructor;
|
6541
|
+
validator: (v: any) => boolean;
|
6542
|
+
};
|
6526
6543
|
}, import("vue").ExtractPropTypes<{
|
6527
6544
|
flat: BooleanConstructor;
|
6528
6545
|
reverse: BooleanConstructor;
|
@@ -6602,6 +6619,7 @@ export declare const VNumberInput: {
|
|
6602
6619
|
bgColor: StringConstructor;
|
6603
6620
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6604
6621
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
6622
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
6605
6623
|
clearIcon: {
|
6606
6624
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
6607
6625
|
default: string;
|
@@ -6618,7 +6636,6 @@ export declare const VNumberInput: {
|
|
6618
6636
|
default: undefined;
|
6619
6637
|
};
|
6620
6638
|
glow: BooleanConstructor;
|
6621
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
6622
6639
|
hideSpinButtons: BooleanConstructor;
|
6623
6640
|
hint: StringConstructor;
|
6624
6641
|
persistentHint: BooleanConstructor;
|
@@ -6658,6 +6675,14 @@ export declare const VNumberInput: {
|
|
6658
6675
|
type: PropType<number | null>;
|
6659
6676
|
default: number;
|
6660
6677
|
};
|
6678
|
+
minFractionDigits: {
|
6679
|
+
type: PropType<number | null>;
|
6680
|
+
default: null;
|
6681
|
+
};
|
6682
|
+
decimalSeparator: {
|
6683
|
+
type: StringConstructor;
|
6684
|
+
validator: (v: any) => boolean;
|
6685
|
+
};
|
6661
6686
|
}>>;
|
6662
6687
|
export type VNumberInput = InstanceType<typeof VNumberInput>;
|
6663
6688
|
|