@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-master.2025-06-06
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 +5 -37
- package/dist/json/attributes.json +3519 -3619
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +0 -25
- package/dist/json/web-types.json +6117 -6449
- package/dist/vuetify-labs.cjs +144 -354
- package/dist/vuetify-labs.css +5834 -5868
- package/dist/vuetify-labs.d.ts +1899 -2397
- package/dist/vuetify-labs.esm.js +145 -355
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +144 -354
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +133 -348
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4252 -4286
- package/dist/vuetify.d.ts +1094 -1552
- package/dist/vuetify.esm.js +134 -349
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +133 -348
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1207 -1222
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +10 -15
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAppBar/VAppBar.d.ts +3 -15
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +10 -20
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +103 -154
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +10 -20
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCard/VCard.d.ts +10 -20
- package/lib/components/VCheckbox/VCheckbox.d.ts +13 -23
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +10 -20
- package/lib/components/VChip/VChip.d.ts +10 -20
- package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
- package/lib/components/VCombobox/VCombobox.d.ts +103 -154
- package/lib/components/VCombobox/VCombobox.js +3 -22
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +0 -60
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +0 -42
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -42
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +10 -20
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +10 -20
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +10 -20
- package/lib/components/VFab/VFab.d.ts +10 -20
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VList.d.ts +0 -13
- package/lib/components/VList/VList.js +1 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +10 -23
- package/lib/components/VList/VListItem.js +3 -7
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +2 -9
- package/lib/components/VList/list.js +0 -7
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +4 -19
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +1 -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 +10 -20
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +13 -23
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +107 -171
- package/lib/components/VSelect/VSelect.js +3 -21
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +10 -20
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +14 -28
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
- package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
- 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 +10 -20
- package/lib/components/VStepper/VStepperItem.d.ts +14 -28
- package/lib/components/VSwitch/VSwitch.d.ts +13 -23
- package/lib/components/VTable/VTable.css +0 -6
- package/lib/components/VTable/VTable.d.ts +24 -55
- package/lib/components/VTable/VTable.js +2 -9
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +0 -14
- package/lib/components/VTable/_variables.scss +0 -1
- package/lib/components/VTabs/VTab.d.ts +28 -56
- package/lib/components/VTabs/VTabs.d.ts +0 -10
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +3 -15
- package/lib/components/VToolbar/VToolbar.js +3 -6
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- 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/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 +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/icons.d.ts +6 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +1 -2
- package/lib/directives/ripple/index.js +7 -12
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +68 -77
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/iconsets/fa.js +3 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +3 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +3 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +3 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +10 -20
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +10 -20
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +10 -20
- package/lib/labs/VTreeview/VTreeview.d.ts +0 -13
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +10 -20
- package/lib/labs/entry-bundler.d.ts +3 -3
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +1 -3
- package/lib/composables/date/adapters/string.d.ts +0 -54
- package/lib/composables/date/adapters/string.js +0 -153
- package/lib/composables/date/adapters/string.js.map +0 -1
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -479,7 +479,6 @@ export declare const VTextField: {
|
|
479
479
|
bgColor?: string | undefined;
|
480
480
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
481
481
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
482
|
-
iconColor?: string | boolean | undefined;
|
483
482
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
484
483
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
485
484
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -488,6 +487,7 @@ export declare const VTextField: {
|
|
488
487
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
489
488
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
490
489
|
centerAffix?: boolean | undefined;
|
490
|
+
iconColor?: string | boolean | undefined;
|
491
491
|
hint?: string | undefined;
|
492
492
|
hideDetails?: boolean | "auto" | undefined;
|
493
493
|
suffix?: string | undefined;
|
@@ -602,9 +602,9 @@ export declare const VTextField: {
|
|
602
602
|
baseColor?: string | undefined;
|
603
603
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
604
604
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
605
|
-
iconColor?: string | boolean | undefined;
|
606
605
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
607
606
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
607
|
+
iconColor?: string | boolean | undefined;
|
608
608
|
hint?: string | undefined;
|
609
609
|
hideDetails?: boolean | "auto" | undefined;
|
610
610
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -658,9 +658,9 @@ export declare const VTextField: {
|
|
658
658
|
baseColor?: string | undefined;
|
659
659
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
660
660
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
661
|
-
iconColor?: string | boolean | undefined;
|
662
661
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
663
662
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
663
|
+
iconColor?: string | boolean | undefined;
|
664
664
|
hint?: string | undefined;
|
665
665
|
hideDetails?: boolean | "auto" | undefined;
|
666
666
|
} & {}, {
|
@@ -761,9 +761,9 @@ export declare const VTextField: {
|
|
761
761
|
baseColor?: string | undefined;
|
762
762
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
763
763
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
764
|
-
iconColor?: string | boolean | undefined;
|
765
764
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
766
765
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
766
|
+
iconColor?: string | boolean | undefined;
|
767
767
|
hint?: string | undefined;
|
768
768
|
hideDetails?: boolean | "auto" | undefined;
|
769
769
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -775,7 +775,7 @@ export declare const VTextField: {
|
|
775
775
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
776
776
|
modelValue?: unknown;
|
777
777
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
778
|
-
}, 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" | "
|
778
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
779
779
|
$: import("vue").ComponentInternalInstance;
|
780
780
|
$data: {};
|
781
781
|
$props: Partial<{
|
@@ -822,13 +822,13 @@ export declare const VTextField: {
|
|
822
822
|
rounded?: string | number | boolean | undefined;
|
823
823
|
baseColor?: string | undefined;
|
824
824
|
bgColor?: string | undefined;
|
825
|
-
iconColor?: string | boolean | undefined;
|
826
825
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
827
826
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
828
827
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
829
828
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
830
829
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
831
830
|
centerAffix?: boolean | undefined;
|
831
|
+
iconColor?: string | boolean | undefined;
|
832
832
|
} & 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">;
|
833
833
|
$attrs: {
|
834
834
|
[x: string]: unknown;
|
@@ -881,13 +881,13 @@ export declare const VTextField: {
|
|
881
881
|
rounded?: string | number | boolean | undefined;
|
882
882
|
baseColor?: string | undefined;
|
883
883
|
bgColor?: string | undefined;
|
884
|
-
iconColor?: string | boolean | undefined;
|
885
884
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
886
885
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
887
886
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
888
887
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
889
888
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
890
889
|
centerAffix?: boolean | undefined;
|
890
|
+
iconColor?: string | boolean | undefined;
|
891
891
|
} & {
|
892
892
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
893
893
|
}, {
|
@@ -991,13 +991,13 @@ export declare const VTextField: {
|
|
991
991
|
rounded?: string | number | boolean | undefined;
|
992
992
|
baseColor?: string | undefined;
|
993
993
|
bgColor?: string | undefined;
|
994
|
-
iconColor?: string | boolean | undefined;
|
995
994
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
996
995
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
997
996
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
998
997
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
999
998
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1000
999
|
centerAffix?: boolean | undefined;
|
1000
|
+
iconColor?: string | boolean | undefined;
|
1001
1001
|
} & {
|
1002
1002
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1003
1003
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1006,7 +1006,7 @@ export declare const VTextField: {
|
|
1006
1006
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1007
1007
|
modelValue?: unknown;
|
1008
1008
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1009
|
-
}, 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" | "
|
1009
|
+
}, 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" | "iconColor" | "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}`> & {
|
1010
1010
|
_allExposed: {
|
1011
1011
|
reset: () => Promise<void>;
|
1012
1012
|
resetValidation: () => Promise<void>;
|
@@ -1130,7 +1130,6 @@ export declare const VTextField: {
|
|
1130
1130
|
bgColor?: string | undefined;
|
1131
1131
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1132
1132
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1133
|
-
iconColor?: string | boolean | undefined;
|
1134
1133
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1135
1134
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1136
1135
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1139,6 +1138,7 @@ export declare const VTextField: {
|
|
1139
1138
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1140
1139
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1141
1140
|
centerAffix?: boolean | undefined;
|
1141
|
+
iconColor?: string | boolean | undefined;
|
1142
1142
|
hint?: string | undefined;
|
1143
1143
|
hideDetails?: boolean | "auto" | undefined;
|
1144
1144
|
suffix?: string | undefined;
|
@@ -1253,9 +1253,9 @@ export declare const VTextField: {
|
|
1253
1253
|
baseColor?: string | undefined;
|
1254
1254
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1255
1255
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1256
|
-
iconColor?: string | boolean | undefined;
|
1257
1256
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1258
1257
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1258
|
+
iconColor?: string | boolean | undefined;
|
1259
1259
|
hint?: string | undefined;
|
1260
1260
|
hideDetails?: boolean | "auto" | undefined;
|
1261
1261
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1309,9 +1309,9 @@ export declare const VTextField: {
|
|
1309
1309
|
baseColor?: string | undefined;
|
1310
1310
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1311
1311
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1312
|
-
iconColor?: string | boolean | undefined;
|
1313
1312
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1314
1313
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1314
|
+
iconColor?: string | boolean | undefined;
|
1315
1315
|
hint?: string | undefined;
|
1316
1316
|
hideDetails?: boolean | "auto" | undefined;
|
1317
1317
|
} & {}, {
|
@@ -1412,9 +1412,9 @@ export declare const VTextField: {
|
|
1412
1412
|
baseColor?: string | undefined;
|
1413
1413
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1414
1414
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1415
|
-
iconColor?: string | boolean | undefined;
|
1416
1415
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1417
1416
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1417
|
+
iconColor?: string | boolean | undefined;
|
1418
1418
|
hint?: string | undefined;
|
1419
1419
|
hideDetails?: boolean | "auto" | undefined;
|
1420
1420
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1426,7 +1426,7 @@ export declare const VTextField: {
|
|
1426
1426
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1427
1427
|
modelValue?: unknown;
|
1428
1428
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1429
|
-
}, 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" | "
|
1429
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1430
1430
|
$: import("vue").ComponentInternalInstance;
|
1431
1431
|
$data: {};
|
1432
1432
|
$props: Partial<{
|
@@ -1473,13 +1473,13 @@ export declare const VTextField: {
|
|
1473
1473
|
rounded?: string | number | boolean | undefined;
|
1474
1474
|
baseColor?: string | undefined;
|
1475
1475
|
bgColor?: string | undefined;
|
1476
|
-
iconColor?: string | boolean | undefined;
|
1477
1476
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1478
1477
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1479
1478
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1480
1479
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1481
1480
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1482
1481
|
centerAffix?: boolean | undefined;
|
1482
|
+
iconColor?: string | boolean | undefined;
|
1483
1483
|
} & 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">;
|
1484
1484
|
$attrs: {
|
1485
1485
|
[x: string]: unknown;
|
@@ -1532,13 +1532,13 @@ export declare const VTextField: {
|
|
1532
1532
|
rounded?: string | number | boolean | undefined;
|
1533
1533
|
baseColor?: string | undefined;
|
1534
1534
|
bgColor?: string | undefined;
|
1535
|
-
iconColor?: string | boolean | undefined;
|
1536
1535
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1537
1536
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1538
1537
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1539
1538
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1540
1539
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1541
1540
|
centerAffix?: boolean | undefined;
|
1541
|
+
iconColor?: string | boolean | undefined;
|
1542
1542
|
} & {
|
1543
1543
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1544
1544
|
}, {
|
@@ -1642,13 +1642,13 @@ export declare const VTextField: {
|
|
1642
1642
|
rounded?: string | number | boolean | undefined;
|
1643
1643
|
baseColor?: string | undefined;
|
1644
1644
|
bgColor?: string | undefined;
|
1645
|
-
iconColor?: string | boolean | undefined;
|
1646
1645
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1647
1646
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1648
1647
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1649
1648
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1650
1649
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1651
1650
|
centerAffix?: boolean | undefined;
|
1651
|
+
iconColor?: string | boolean | undefined;
|
1652
1652
|
} & {
|
1653
1653
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1654
1654
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1657,7 +1657,7 @@ export declare const VTextField: {
|
|
1657
1657
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1658
1658
|
modelValue?: unknown;
|
1659
1659
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1660
|
-
}, 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" | "
|
1660
|
+
}, 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" | "iconColor" | "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}`> & {
|
1661
1661
|
_allExposed: {
|
1662
1662
|
reset: () => Promise<void>;
|
1663
1663
|
resetValidation: () => Promise<void>;
|
@@ -1756,7 +1756,6 @@ export declare const VTextField: {
|
|
1756
1756
|
bgColor?: string | undefined;
|
1757
1757
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1758
1758
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1759
|
-
iconColor?: string | boolean | undefined;
|
1760
1759
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1761
1760
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1762
1761
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1765,6 +1764,7 @@ export declare const VTextField: {
|
|
1765
1764
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1766
1765
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1767
1766
|
centerAffix?: boolean | undefined;
|
1767
|
+
iconColor?: string | boolean | undefined;
|
1768
1768
|
hint?: string | undefined;
|
1769
1769
|
hideDetails?: boolean | "auto" | undefined;
|
1770
1770
|
suffix?: string | undefined;
|
@@ -1879,9 +1879,9 @@ export declare const VTextField: {
|
|
1879
1879
|
baseColor?: string | undefined;
|
1880
1880
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1881
1881
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1882
|
-
iconColor?: string | boolean | undefined;
|
1883
1882
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1884
1883
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1884
|
+
iconColor?: string | boolean | undefined;
|
1885
1885
|
hint?: string | undefined;
|
1886
1886
|
hideDetails?: boolean | "auto" | undefined;
|
1887
1887
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1935,9 +1935,9 @@ export declare const VTextField: {
|
|
1935
1935
|
baseColor?: string | undefined;
|
1936
1936
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1937
1937
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1938
|
-
iconColor?: string | boolean | undefined;
|
1939
1938
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1940
1939
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1940
|
+
iconColor?: string | boolean | undefined;
|
1941
1941
|
hint?: string | undefined;
|
1942
1942
|
hideDetails?: boolean | "auto" | undefined;
|
1943
1943
|
} & {}, {
|
@@ -2038,9 +2038,9 @@ export declare const VTextField: {
|
|
2038
2038
|
baseColor?: string | undefined;
|
2039
2039
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2040
2040
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2041
|
-
iconColor?: string | boolean | undefined;
|
2042
2041
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2043
2042
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2043
|
+
iconColor?: string | boolean | undefined;
|
2044
2044
|
hint?: string | undefined;
|
2045
2045
|
hideDetails?: boolean | "auto" | undefined;
|
2046
2046
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2052,7 +2052,7 @@ export declare const VTextField: {
|
|
2052
2052
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2053
2053
|
modelValue?: unknown;
|
2054
2054
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2055
|
-
}, 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" | "
|
2055
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2056
2056
|
$: import("vue").ComponentInternalInstance;
|
2057
2057
|
$data: {};
|
2058
2058
|
$props: Partial<{
|
@@ -2099,13 +2099,13 @@ export declare const VTextField: {
|
|
2099
2099
|
rounded?: string | number | boolean | undefined;
|
2100
2100
|
baseColor?: string | undefined;
|
2101
2101
|
bgColor?: string | undefined;
|
2102
|
-
iconColor?: string | boolean | undefined;
|
2103
2102
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2104
2103
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2105
2104
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2106
2105
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2107
2106
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2108
2107
|
centerAffix?: boolean | undefined;
|
2108
|
+
iconColor?: string | boolean | undefined;
|
2109
2109
|
} & 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">;
|
2110
2110
|
$attrs: {
|
2111
2111
|
[x: string]: unknown;
|
@@ -2158,13 +2158,13 @@ export declare const VTextField: {
|
|
2158
2158
|
rounded?: string | number | boolean | undefined;
|
2159
2159
|
baseColor?: string | undefined;
|
2160
2160
|
bgColor?: string | undefined;
|
2161
|
-
iconColor?: string | boolean | undefined;
|
2162
2161
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2163
2162
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2164
2163
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2165
2164
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2166
2165
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2167
2166
|
centerAffix?: boolean | undefined;
|
2167
|
+
iconColor?: string | boolean | undefined;
|
2168
2168
|
} & {
|
2169
2169
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2170
2170
|
}, {
|
@@ -2268,13 +2268,13 @@ export declare const VTextField: {
|
|
2268
2268
|
rounded?: string | number | boolean | undefined;
|
2269
2269
|
baseColor?: string | undefined;
|
2270
2270
|
bgColor?: string | undefined;
|
2271
|
-
iconColor?: string | boolean | undefined;
|
2272
2271
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2273
2272
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2274
2273
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2275
2274
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2276
2275
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2277
2276
|
centerAffix?: boolean | undefined;
|
2277
|
+
iconColor?: string | boolean | undefined;
|
2278
2278
|
} & {
|
2279
2279
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2280
2280
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2283,7 +2283,7 @@ export declare const VTextField: {
|
|
2283
2283
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2284
2284
|
modelValue?: unknown;
|
2285
2285
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2286
|
-
}, 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" | "
|
2286
|
+
}, 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" | "iconColor" | "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}`> & {
|
2287
2287
|
_allExposed: {
|
2288
2288
|
reset: () => Promise<void>;
|
2289
2289
|
resetValidation: () => Promise<void>;
|
@@ -493,7 +493,6 @@ export declare const VTextarea: {
|
|
493
493
|
bgColor?: string | undefined;
|
494
494
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
495
495
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
496
|
-
iconColor?: string | boolean | undefined;
|
497
496
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
498
497
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
499
498
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -502,6 +501,7 @@ export declare const VTextarea: {
|
|
502
501
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
503
502
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
504
503
|
centerAffix?: boolean | undefined;
|
504
|
+
iconColor?: string | boolean | undefined;
|
505
505
|
hint?: string | undefined;
|
506
506
|
hideDetails?: boolean | "auto" | undefined;
|
507
507
|
suffix?: string | undefined;
|
@@ -614,9 +614,9 @@ export declare const VTextarea: {
|
|
614
614
|
baseColor?: string | undefined;
|
615
615
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
616
616
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
617
|
-
iconColor?: string | boolean | undefined;
|
618
617
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
619
618
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
619
|
+
iconColor?: string | boolean | undefined;
|
620
620
|
hint?: string | undefined;
|
621
621
|
hideDetails?: boolean | "auto" | undefined;
|
622
622
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -670,9 +670,9 @@ export declare const VTextarea: {
|
|
670
670
|
baseColor?: string | undefined;
|
671
671
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
672
672
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
673
|
-
iconColor?: string | boolean | undefined;
|
674
673
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
675
674
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
675
|
+
iconColor?: string | boolean | undefined;
|
676
676
|
hint?: string | undefined;
|
677
677
|
hideDetails?: boolean | "auto" | undefined;
|
678
678
|
} & {}, {
|
@@ -773,9 +773,9 @@ export declare const VTextarea: {
|
|
773
773
|
baseColor?: string | undefined;
|
774
774
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
775
775
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
776
|
-
iconColor?: string | boolean | undefined;
|
777
776
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
778
777
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
778
|
+
iconColor?: string | boolean | undefined;
|
779
779
|
hint?: string | undefined;
|
780
780
|
hideDetails?: boolean | "auto" | undefined;
|
781
781
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -787,7 +787,7 @@ export declare const VTextarea: {
|
|
787
787
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
788
788
|
modelValue?: unknown;
|
789
789
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
790
|
-
}, 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" | "
|
790
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
791
791
|
_allExposed: {
|
792
792
|
reset: () => Promise<void>;
|
793
793
|
resetValidation: () => Promise<void>;
|
@@ -910,7 +910,6 @@ export declare const VTextarea: {
|
|
910
910
|
bgColor?: string | undefined;
|
911
911
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
912
912
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
913
|
-
iconColor?: string | boolean | undefined;
|
914
913
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
915
914
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
916
915
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -919,6 +918,7 @@ export declare const VTextarea: {
|
|
919
918
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
920
919
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
921
920
|
centerAffix?: boolean | undefined;
|
921
|
+
iconColor?: string | boolean | undefined;
|
922
922
|
hint?: string | undefined;
|
923
923
|
hideDetails?: boolean | "auto" | undefined;
|
924
924
|
suffix?: string | undefined;
|
@@ -1031,9 +1031,9 @@ export declare const VTextarea: {
|
|
1031
1031
|
baseColor?: string | undefined;
|
1032
1032
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1033
1033
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1034
|
-
iconColor?: string | boolean | undefined;
|
1035
1034
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1036
1035
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1036
|
+
iconColor?: string | boolean | undefined;
|
1037
1037
|
hint?: string | undefined;
|
1038
1038
|
hideDetails?: boolean | "auto" | undefined;
|
1039
1039
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1087,9 +1087,9 @@ export declare const VTextarea: {
|
|
1087
1087
|
baseColor?: string | undefined;
|
1088
1088
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1089
1089
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1090
|
-
iconColor?: string | boolean | undefined;
|
1091
1090
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1092
1091
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1092
|
+
iconColor?: string | boolean | undefined;
|
1093
1093
|
hint?: string | undefined;
|
1094
1094
|
hideDetails?: boolean | "auto" | undefined;
|
1095
1095
|
} & {}, {
|
@@ -1190,9 +1190,9 @@ export declare const VTextarea: {
|
|
1190
1190
|
baseColor?: string | undefined;
|
1191
1191
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1192
1192
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1193
|
-
iconColor?: string | boolean | undefined;
|
1194
1193
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1195
1194
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1195
|
+
iconColor?: string | boolean | undefined;
|
1196
1196
|
hint?: string | undefined;
|
1197
1197
|
hideDetails?: boolean | "auto" | undefined;
|
1198
1198
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1204,7 +1204,7 @@ export declare const VTextarea: {
|
|
1204
1204
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1205
1205
|
modelValue?: unknown;
|
1206
1206
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1207
|
-
}, 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" | "
|
1207
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
1208
1208
|
_allExposed: {
|
1209
1209
|
reset: () => Promise<void>;
|
1210
1210
|
resetValidation: () => Promise<void>;
|
@@ -1303,7 +1303,6 @@ export declare const VTextarea: {
|
|
1303
1303
|
bgColor?: string | undefined;
|
1304
1304
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1305
1305
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1306
|
-
iconColor?: string | boolean | undefined;
|
1307
1306
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1308
1307
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1309
1308
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1312,6 +1311,7 @@ export declare const VTextarea: {
|
|
1312
1311
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1313
1312
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1314
1313
|
centerAffix?: boolean | undefined;
|
1314
|
+
iconColor?: string | boolean | undefined;
|
1315
1315
|
hint?: string | undefined;
|
1316
1316
|
hideDetails?: boolean | "auto" | undefined;
|
1317
1317
|
suffix?: string | undefined;
|
@@ -1424,9 +1424,9 @@ export declare const VTextarea: {
|
|
1424
1424
|
baseColor?: string | undefined;
|
1425
1425
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1426
1426
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1427
|
-
iconColor?: string | boolean | undefined;
|
1428
1427
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1429
1428
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1429
|
+
iconColor?: string | boolean | undefined;
|
1430
1430
|
hint?: string | undefined;
|
1431
1431
|
hideDetails?: boolean | "auto" | undefined;
|
1432
1432
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1480,9 +1480,9 @@ export declare const VTextarea: {
|
|
1480
1480
|
baseColor?: string | undefined;
|
1481
1481
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1482
1482
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1483
|
-
iconColor?: string | boolean | undefined;
|
1484
1483
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1485
1484
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1485
|
+
iconColor?: string | boolean | undefined;
|
1486
1486
|
hint?: string | undefined;
|
1487
1487
|
hideDetails?: boolean | "auto" | undefined;
|
1488
1488
|
} & {}, {
|
@@ -1583,9 +1583,9 @@ export declare const VTextarea: {
|
|
1583
1583
|
baseColor?: string | undefined;
|
1584
1584
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1585
1585
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1586
|
-
iconColor?: string | boolean | undefined;
|
1587
1586
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1588
1587
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1588
|
+
iconColor?: string | boolean | undefined;
|
1589
1589
|
hint?: string | undefined;
|
1590
1590
|
hideDetails?: boolean | "auto" | undefined;
|
1591
1591
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1597,7 +1597,7 @@ export declare const VTextarea: {
|
|
1597
1597
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1598
1598
|
modelValue?: unknown;
|
1599
1599
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1600
|
-
}, 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" | "
|
1600
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
1601
1601
|
_allExposed: {
|
1602
1602
|
reset: () => Promise<void>;
|
1603
1603
|
resetValidation: () => Promise<void>;
|
@@ -107,13 +107,7 @@ export declare const makeVToolbarProps: <Defaults extends {
|
|
107
107
|
type: PropType<unknown extends Defaults["density"] ? Density : Density | Defaults["density"]>;
|
108
108
|
default: unknown extends Defaults["density"] ? Density : Defaults["density"] | NonNullable<Density>;
|
109
109
|
};
|
110
|
-
extended: unknown extends Defaults["extended"] ? {
|
111
|
-
type: BooleanConstructor;
|
112
|
-
default: null;
|
113
|
-
} : Omit<{
|
114
|
-
type: BooleanConstructor;
|
115
|
-
default: null;
|
116
|
-
}, "type" | "default"> & {
|
110
|
+
extended: unknown extends Defaults["extended"] ? BooleanConstructor : {
|
117
111
|
type: PropType<unknown extends Defaults["extended"] ? boolean : boolean | Defaults["extended"]>;
|
118
112
|
default: unknown extends Defaults["extended"] ? boolean : boolean | Defaults["extended"];
|
119
113
|
};
|
@@ -403,10 +397,7 @@ export declare const VToolbar: {
|
|
403
397
|
default: string;
|
404
398
|
validator: (v: any) => boolean;
|
405
399
|
};
|
406
|
-
extended:
|
407
|
-
type: BooleanConstructor;
|
408
|
-
default: null;
|
409
|
-
};
|
400
|
+
extended: BooleanConstructor;
|
410
401
|
extensionHeight: {
|
411
402
|
type: (StringConstructor | NumberConstructor)[];
|
412
403
|
default: number;
|
@@ -451,10 +442,7 @@ export declare const VToolbar: {
|
|
451
442
|
default: string;
|
452
443
|
validator: (v: any) => boolean;
|
453
444
|
};
|
454
|
-
extended:
|
455
|
-
type: BooleanConstructor;
|
456
|
-
default: null;
|
457
|
-
};
|
445
|
+
extended: BooleanConstructor;
|
458
446
|
extensionHeight: {
|
459
447
|
type: (StringConstructor | NumberConstructor)[];
|
460
448
|
default: number;
|
@@ -28,10 +28,7 @@ export const makeVToolbarProps = propsFactory({
|
|
28
28
|
default: 'default',
|
29
29
|
validator: v => allowedDensities.includes(v)
|
30
30
|
},
|
31
|
-
extended:
|
32
|
-
type: Boolean,
|
33
|
-
default: null
|
34
|
-
},
|
31
|
+
extended: Boolean,
|
35
32
|
extensionHeight: {
|
36
33
|
type: [Number, String],
|
37
34
|
default: 48
|
@@ -79,7 +76,7 @@ export const VToolbar = genericComponent()({
|
|
79
76
|
const {
|
80
77
|
rtlClasses
|
81
78
|
} = useRtl();
|
82
|
-
const isExtended = shallowRef(props.extended
|
79
|
+
const isExtended = shallowRef(!!(props.extended || slots.extension?.()));
|
83
80
|
const contentHeight = computed(() => parseInt(Number(props.height) + (props.density === 'prominent' ? Number(props.height) : 0) - (props.density === 'comfortable' ? 8 : 0) - (props.density === 'compact' ? 16 : 0), 10));
|
84
81
|
const extensionHeight = computed(() => isExtended.value ? parseInt(Number(props.extensionHeight) + (props.density === 'prominent' ? Number(props.extensionHeight) : 0) - (props.density === 'comfortable' ? 4 : 0) - (props.density === 'compact' ? 8 : 0), 10) : 0);
|
85
82
|
provideDefaults({
|
@@ -91,7 +88,7 @@ export const VToolbar = genericComponent()({
|
|
91
88
|
const hasTitle = !!(props.title || slots.title);
|
92
89
|
const hasImage = !!(slots.image || props.image);
|
93
90
|
const extension = slots.extension?.();
|
94
|
-
isExtended.value = props.extended
|
91
|
+
isExtended.value = !!(props.extended || extension);
|
95
92
|
return _createVNode(props.tag, {
|
96
93
|
"class": _normalizeClass(['v-toolbar', {
|
97
94
|
'v-toolbar--absolute': props.absolute,
|