@vuetify/nightly 3.8.4-dev.2025-05-07 → 3.8.4-dev.2025-05-13
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 +6 -3
- package/dist/json/attributes.json +3179 -3171
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6010 -5991
- package/dist/vuetify-labs.cjs +47 -23
- package/dist/vuetify-labs.css +4945 -4940
- package/dist/vuetify-labs.d.ts +951 -932
- package/dist/vuetify-labs.esm.js +47 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +47 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +41 -12
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5435 -5430
- package/dist/vuetify.d.ts +512 -491
- package/dist/vuetify.esm.js +41 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +599 -597
- 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 +14 -9
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +94 -94
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +94 -94
- 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 +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -89
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +94 -94
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- 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/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -87
- 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/package.json +2 -1
@@ -881,6 +881,7 @@ export declare const VDateInput: {
|
|
881
881
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
882
882
|
controlHeight?: string | number | undefined;
|
883
883
|
headerColor?: string | undefined;
|
884
|
+
iconColor?: string | boolean | undefined;
|
884
885
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
885
886
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
886
887
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -889,7 +890,6 @@ export declare const VDateInput: {
|
|
889
890
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
890
891
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
891
892
|
centerAffix?: boolean | undefined;
|
892
|
-
iconColor?: string | boolean | undefined;
|
893
893
|
hint?: string | undefined;
|
894
894
|
hideDetails?: boolean | "auto" | undefined;
|
895
895
|
suffix?: string | undefined;
|
@@ -1045,6 +1045,7 @@ export declare const VDateInput: {
|
|
1045
1045
|
bgColor?: string | undefined;
|
1046
1046
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1047
1047
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1048
|
+
iconColor?: string | boolean | undefined;
|
1048
1049
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1049
1050
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1050
1051
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1053,7 +1054,6 @@ export declare const VDateInput: {
|
|
1053
1054
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1054
1055
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1055
1056
|
centerAffix?: boolean | undefined;
|
1056
|
-
iconColor?: string | boolean | undefined;
|
1057
1057
|
hint?: string | undefined;
|
1058
1058
|
hideDetails?: boolean | "auto" | undefined;
|
1059
1059
|
suffix?: string | undefined;
|
@@ -1197,6 +1197,7 @@ export declare const VDateInput: {
|
|
1197
1197
|
bgColor?: string | undefined;
|
1198
1198
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1199
1199
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1200
|
+
iconColor?: string | boolean | undefined;
|
1200
1201
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1201
1202
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1202
1203
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1205,7 +1206,6 @@ export declare const VDateInput: {
|
|
1205
1206
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1206
1207
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1207
1208
|
centerAffix?: boolean | undefined;
|
1208
|
-
iconColor?: string | boolean | undefined;
|
1209
1209
|
hint?: string | undefined;
|
1210
1210
|
hideDetails?: boolean | "auto" | undefined;
|
1211
1211
|
suffix?: string | undefined;
|
@@ -1320,9 +1320,9 @@ export declare const VDateInput: {
|
|
1320
1320
|
baseColor?: string | undefined;
|
1321
1321
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1322
1322
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1323
|
+
iconColor?: string | boolean | undefined;
|
1323
1324
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1324
1325
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1325
|
-
iconColor?: string | boolean | undefined;
|
1326
1326
|
hint?: string | undefined;
|
1327
1327
|
hideDetails?: boolean | "auto" | undefined;
|
1328
1328
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1376,9 +1376,9 @@ export declare const VDateInput: {
|
|
1376
1376
|
baseColor?: string | undefined;
|
1377
1377
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1378
1378
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1379
|
+
iconColor?: string | boolean | undefined;
|
1379
1380
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1380
1381
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1381
|
-
iconColor?: string | boolean | undefined;
|
1382
1382
|
hint?: string | undefined;
|
1383
1383
|
hideDetails?: boolean | "auto" | undefined;
|
1384
1384
|
} & {}, {
|
@@ -1479,9 +1479,9 @@ export declare const VDateInput: {
|
|
1479
1479
|
baseColor?: string | undefined;
|
1480
1480
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1481
1481
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1482
|
+
iconColor?: string | boolean | undefined;
|
1482
1483
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1483
1484
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1484
|
-
iconColor?: string | boolean | undefined;
|
1485
1485
|
hint?: string | undefined;
|
1486
1486
|
hideDetails?: boolean | "auto" | undefined;
|
1487
1487
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1493,7 +1493,7 @@ export declare const VDateInput: {
|
|
1493
1493
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1494
1494
|
modelValue?: unknown;
|
1495
1495
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1496
|
-
}, import("../../components/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" | "
|
1496
|
+
}, import("../../components/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<{
|
1497
1497
|
$: import("vue").ComponentInternalInstance;
|
1498
1498
|
$data: {};
|
1499
1499
|
$props: Partial<{
|
@@ -1540,13 +1540,13 @@ export declare const VDateInput: {
|
|
1540
1540
|
rounded?: string | number | boolean | undefined;
|
1541
1541
|
baseColor?: string | undefined;
|
1542
1542
|
bgColor?: string | undefined;
|
1543
|
+
iconColor?: string | boolean | undefined;
|
1543
1544
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1544
1545
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1545
1546
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1546
1547
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1547
1548
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1548
1549
|
centerAffix?: boolean | undefined;
|
1549
|
-
iconColor?: string | boolean | undefined;
|
1550
1550
|
} & 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">;
|
1551
1551
|
$attrs: {
|
1552
1552
|
[x: string]: unknown;
|
@@ -1599,13 +1599,13 @@ export declare const VDateInput: {
|
|
1599
1599
|
rounded?: string | number | boolean | undefined;
|
1600
1600
|
baseColor?: string | undefined;
|
1601
1601
|
bgColor?: string | undefined;
|
1602
|
+
iconColor?: string | boolean | undefined;
|
1602
1603
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1603
1604
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1604
1605
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1605
1606
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1606
1607
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1607
1608
|
centerAffix?: boolean | undefined;
|
1608
|
-
iconColor?: string | boolean | undefined;
|
1609
1609
|
} & {
|
1610
1610
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1611
1611
|
}, {
|
@@ -1709,13 +1709,13 @@ export declare const VDateInput: {
|
|
1709
1709
|
rounded?: string | number | boolean | undefined;
|
1710
1710
|
baseColor?: string | undefined;
|
1711
1711
|
bgColor?: string | undefined;
|
1712
|
+
iconColor?: string | boolean | undefined;
|
1712
1713
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1713
1714
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1714
1715
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1715
1716
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1716
1717
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1717
1718
|
centerAffix?: boolean | undefined;
|
1718
|
-
iconColor?: string | boolean | undefined;
|
1719
1719
|
} & {
|
1720
1720
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1721
1721
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1724,7 +1724,7 @@ export declare const VDateInput: {
|
|
1724
1724
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1725
1725
|
modelValue?: unknown;
|
1726
1726
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1727
|
-
}, import("../../components/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" | "
|
1727
|
+
}, import("../../components/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}`> & {
|
1728
1728
|
_allExposed: {
|
1729
1729
|
reset: () => Promise<void>;
|
1730
1730
|
resetValidation: () => Promise<void>;
|
@@ -1892,6 +1892,7 @@ export declare const VDateInput: {
|
|
1892
1892
|
bgColor?: string | undefined;
|
1893
1893
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1894
1894
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1895
|
+
iconColor?: string | boolean | undefined;
|
1895
1896
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1896
1897
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1897
1898
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1900,7 +1901,6 @@ export declare const VDateInput: {
|
|
1900
1901
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1901
1902
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1902
1903
|
centerAffix?: boolean | undefined;
|
1903
|
-
iconColor?: string | boolean | undefined;
|
1904
1904
|
hint?: string | undefined;
|
1905
1905
|
hideDetails?: boolean | "auto" | undefined;
|
1906
1906
|
suffix?: string | undefined;
|
@@ -2015,9 +2015,9 @@ export declare const VDateInput: {
|
|
2015
2015
|
baseColor?: string | undefined;
|
2016
2016
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2017
2017
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2018
|
+
iconColor?: string | boolean | undefined;
|
2018
2019
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2019
2020
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2020
|
-
iconColor?: string | boolean | undefined;
|
2021
2021
|
hint?: string | undefined;
|
2022
2022
|
hideDetails?: boolean | "auto" | undefined;
|
2023
2023
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2071,9 +2071,9 @@ export declare const VDateInput: {
|
|
2071
2071
|
baseColor?: string | undefined;
|
2072
2072
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2073
2073
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2074
|
+
iconColor?: string | boolean | undefined;
|
2074
2075
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2075
2076
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2076
|
-
iconColor?: string | boolean | undefined;
|
2077
2077
|
hint?: string | undefined;
|
2078
2078
|
hideDetails?: boolean | "auto" | undefined;
|
2079
2079
|
} & {}, {
|
@@ -2174,9 +2174,9 @@ export declare const VDateInput: {
|
|
2174
2174
|
baseColor?: string | undefined;
|
2175
2175
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2176
2176
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2177
|
+
iconColor?: string | boolean | undefined;
|
2177
2178
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2178
2179
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2179
|
-
iconColor?: string | boolean | undefined;
|
2180
2180
|
hint?: string | undefined;
|
2181
2181
|
hideDetails?: boolean | "auto" | undefined;
|
2182
2182
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2188,7 +2188,7 @@ export declare const VDateInput: {
|
|
2188
2188
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2189
2189
|
modelValue?: unknown;
|
2190
2190
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2191
|
-
}, import("../../components/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" | "
|
2191
|
+
}, import("../../components/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<{
|
2192
2192
|
$: import("vue").ComponentInternalInstance;
|
2193
2193
|
$data: {};
|
2194
2194
|
$props: Partial<{
|
@@ -2235,13 +2235,13 @@ export declare const VDateInput: {
|
|
2235
2235
|
rounded?: string | number | boolean | undefined;
|
2236
2236
|
baseColor?: string | undefined;
|
2237
2237
|
bgColor?: string | undefined;
|
2238
|
+
iconColor?: string | boolean | undefined;
|
2238
2239
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2239
2240
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2240
2241
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2241
2242
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2242
2243
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2243
2244
|
centerAffix?: boolean | undefined;
|
2244
|
-
iconColor?: string | boolean | undefined;
|
2245
2245
|
} & 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">;
|
2246
2246
|
$attrs: {
|
2247
2247
|
[x: string]: unknown;
|
@@ -2294,13 +2294,13 @@ export declare const VDateInput: {
|
|
2294
2294
|
rounded?: string | number | boolean | undefined;
|
2295
2295
|
baseColor?: string | undefined;
|
2296
2296
|
bgColor?: string | undefined;
|
2297
|
+
iconColor?: string | boolean | undefined;
|
2297
2298
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2298
2299
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2299
2300
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2300
2301
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2301
2302
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2302
2303
|
centerAffix?: boolean | undefined;
|
2303
|
-
iconColor?: string | boolean | undefined;
|
2304
2304
|
} & {
|
2305
2305
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2306
2306
|
}, {
|
@@ -2404,13 +2404,13 @@ export declare const VDateInput: {
|
|
2404
2404
|
rounded?: string | number | boolean | undefined;
|
2405
2405
|
baseColor?: string | undefined;
|
2406
2406
|
bgColor?: string | undefined;
|
2407
|
+
iconColor?: string | boolean | undefined;
|
2407
2408
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2408
2409
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2409
2410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2410
2411
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2411
2412
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2412
2413
|
centerAffix?: boolean | undefined;
|
2413
|
-
iconColor?: string | boolean | undefined;
|
2414
2414
|
} & {
|
2415
2415
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2416
2416
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2419,7 +2419,7 @@ export declare const VDateInput: {
|
|
2419
2419
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2420
2420
|
modelValue?: unknown;
|
2421
2421
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2422
|
-
}, import("../../components/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" | "
|
2422
|
+
}, import("../../components/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}`> & {
|
2423
2423
|
_allExposed: {
|
2424
2424
|
reset: () => Promise<void>;
|
2425
2425
|
resetValidation: () => Promise<void>;
|
@@ -2430,7 +2430,7 @@ export declare const VDateInput: {
|
|
2430
2430
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2431
2431
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
2432
2432
|
} | {};
|
2433
|
-
}> & {} & 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" | "
|
2433
|
+
}> & {} & 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}`> & {
|
2434
2434
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
2435
2435
|
$: import("vue").ComponentInternalInstance;
|
2436
2436
|
$data: {};
|
@@ -2481,9 +2481,9 @@ export declare const VDateInput: {
|
|
2481
2481
|
baseColor?: string | undefined;
|
2482
2482
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2483
2483
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2484
|
+
iconColor?: string | boolean | undefined;
|
2484
2485
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2485
2486
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2486
|
-
iconColor?: string | boolean | undefined;
|
2487
2487
|
hint?: string | undefined;
|
2488
2488
|
hideDetails?: boolean | "auto" | undefined;
|
2489
2489
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2537,9 +2537,9 @@ export declare const VDateInput: {
|
|
2537
2537
|
baseColor?: string | undefined;
|
2538
2538
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2539
2539
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2540
|
+
iconColor?: string | boolean | undefined;
|
2540
2541
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2541
2542
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2542
|
-
iconColor?: string | boolean | undefined;
|
2543
2543
|
hint?: string | undefined;
|
2544
2544
|
hideDetails?: boolean | "auto" | undefined;
|
2545
2545
|
} & {}, {
|
@@ -2640,9 +2640,9 @@ export declare const VDateInput: {
|
|
2640
2640
|
baseColor?: string | undefined;
|
2641
2641
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2642
2642
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2643
|
+
iconColor?: string | boolean | undefined;
|
2643
2644
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2644
2645
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2645
|
-
iconColor?: string | boolean | undefined;
|
2646
2646
|
hint?: string | undefined;
|
2647
2647
|
hideDetails?: boolean | "auto" | undefined;
|
2648
2648
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2654,7 +2654,7 @@ export declare const VDateInput: {
|
|
2654
2654
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2655
2655
|
modelValue?: unknown;
|
2656
2656
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2657
|
-
}, import("../../components/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" | "
|
2657
|
+
}, import("../../components/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<{
|
2658
2658
|
$: import("vue").ComponentInternalInstance;
|
2659
2659
|
$data: {};
|
2660
2660
|
$props: Partial<{
|
@@ -2701,13 +2701,13 @@ export declare const VDateInput: {
|
|
2701
2701
|
rounded?: string | number | boolean | undefined;
|
2702
2702
|
baseColor?: string | undefined;
|
2703
2703
|
bgColor?: string | undefined;
|
2704
|
+
iconColor?: string | boolean | undefined;
|
2704
2705
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2705
2706
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2706
2707
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2707
2708
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2708
2709
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2709
2710
|
centerAffix?: boolean | undefined;
|
2710
|
-
iconColor?: string | boolean | undefined;
|
2711
2711
|
} & 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">;
|
2712
2712
|
$attrs: {
|
2713
2713
|
[x: string]: unknown;
|
@@ -2760,13 +2760,13 @@ export declare const VDateInput: {
|
|
2760
2760
|
rounded?: string | number | boolean | undefined;
|
2761
2761
|
baseColor?: string | undefined;
|
2762
2762
|
bgColor?: string | undefined;
|
2763
|
+
iconColor?: string | boolean | undefined;
|
2763
2764
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2764
2765
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2765
2766
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2766
2767
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2767
2768
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2768
2769
|
centerAffix?: boolean | undefined;
|
2769
|
-
iconColor?: string | boolean | undefined;
|
2770
2770
|
} & {
|
2771
2771
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2772
2772
|
}, {
|
@@ -2870,13 +2870,13 @@ export declare const VDateInput: {
|
|
2870
2870
|
rounded?: string | number | boolean | undefined;
|
2871
2871
|
baseColor?: string | undefined;
|
2872
2872
|
bgColor?: string | undefined;
|
2873
|
+
iconColor?: string | boolean | undefined;
|
2873
2874
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2874
2875
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2875
2876
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2876
2877
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2877
2878
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2878
2879
|
centerAffix?: boolean | undefined;
|
2879
|
-
iconColor?: string | boolean | undefined;
|
2880
2880
|
} & {
|
2881
2881
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2882
2882
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2885,7 +2885,7 @@ export declare const VDateInput: {
|
|
2885
2885
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2886
2886
|
modelValue?: unknown;
|
2887
2887
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2888
|
-
}, import("../../components/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" | "
|
2888
|
+
}, import("../../components/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}`> & {
|
2889
2889
|
_allExposed: {
|
2890
2890
|
reset: () => Promise<void>;
|
2891
2891
|
resetValidation: () => Promise<void>;
|
@@ -3074,6 +3074,7 @@ export declare const VDateInput: {
|
|
3074
3074
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3075
3075
|
controlHeight?: string | number | undefined;
|
3076
3076
|
headerColor?: string | undefined;
|
3077
|
+
iconColor?: string | boolean | undefined;
|
3077
3078
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3078
3079
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3079
3080
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3082,7 +3083,6 @@ export declare const VDateInput: {
|
|
3082
3083
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3083
3084
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3084
3085
|
centerAffix?: boolean | undefined;
|
3085
|
-
iconColor?: string | boolean | undefined;
|
3086
3086
|
hint?: string | undefined;
|
3087
3087
|
hideDetails?: boolean | "auto" | undefined;
|
3088
3088
|
suffix?: string | undefined;
|
@@ -3238,6 +3238,7 @@ export declare const VDateInput: {
|
|
3238
3238
|
bgColor?: string | undefined;
|
3239
3239
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3240
3240
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3241
|
+
iconColor?: string | boolean | undefined;
|
3241
3242
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3242
3243
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3243
3244
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3246,7 +3247,6 @@ export declare const VDateInput: {
|
|
3246
3247
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3247
3248
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3248
3249
|
centerAffix?: boolean | undefined;
|
3249
|
-
iconColor?: string | boolean | undefined;
|
3250
3250
|
hint?: string | undefined;
|
3251
3251
|
hideDetails?: boolean | "auto" | undefined;
|
3252
3252
|
suffix?: string | undefined;
|
@@ -3390,6 +3390,7 @@ export declare const VDateInput: {
|
|
3390
3390
|
bgColor?: string | undefined;
|
3391
3391
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3392
3392
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3393
|
+
iconColor?: string | boolean | undefined;
|
3393
3394
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3394
3395
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3395
3396
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3398,7 +3399,6 @@ export declare const VDateInput: {
|
|
3398
3399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3399
3400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3400
3401
|
centerAffix?: boolean | undefined;
|
3401
|
-
iconColor?: string | boolean | undefined;
|
3402
3402
|
hint?: string | undefined;
|
3403
3403
|
hideDetails?: boolean | "auto" | undefined;
|
3404
3404
|
suffix?: string | undefined;
|
@@ -3513,9 +3513,9 @@ export declare const VDateInput: {
|
|
3513
3513
|
baseColor?: string | undefined;
|
3514
3514
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3515
3515
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3516
|
+
iconColor?: string | boolean | undefined;
|
3516
3517
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3517
3518
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3518
|
-
iconColor?: string | boolean | undefined;
|
3519
3519
|
hint?: string | undefined;
|
3520
3520
|
hideDetails?: boolean | "auto" | undefined;
|
3521
3521
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3569,9 +3569,9 @@ export declare const VDateInput: {
|
|
3569
3569
|
baseColor?: string | undefined;
|
3570
3570
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3571
3571
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3572
|
+
iconColor?: string | boolean | undefined;
|
3572
3573
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3573
3574
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3574
|
-
iconColor?: string | boolean | undefined;
|
3575
3575
|
hint?: string | undefined;
|
3576
3576
|
hideDetails?: boolean | "auto" | undefined;
|
3577
3577
|
} & {}, {
|
@@ -3672,9 +3672,9 @@ export declare const VDateInput: {
|
|
3672
3672
|
baseColor?: string | undefined;
|
3673
3673
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3674
3674
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3675
|
+
iconColor?: string | boolean | undefined;
|
3675
3676
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3676
3677
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3677
|
-
iconColor?: string | boolean | undefined;
|
3678
3678
|
hint?: string | undefined;
|
3679
3679
|
hideDetails?: boolean | "auto" | undefined;
|
3680
3680
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3686,7 +3686,7 @@ export declare const VDateInput: {
|
|
3686
3686
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3687
3687
|
modelValue?: unknown;
|
3688
3688
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3689
|
-
}, import("../../components/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" | "
|
3689
|
+
}, import("../../components/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<{
|
3690
3690
|
$: import("vue").ComponentInternalInstance;
|
3691
3691
|
$data: {};
|
3692
3692
|
$props: Partial<{
|
@@ -3733,13 +3733,13 @@ export declare const VDateInput: {
|
|
3733
3733
|
rounded?: string | number | boolean | undefined;
|
3734
3734
|
baseColor?: string | undefined;
|
3735
3735
|
bgColor?: string | undefined;
|
3736
|
+
iconColor?: string | boolean | undefined;
|
3736
3737
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3737
3738
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3738
3739
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3739
3740
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3740
3741
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3741
3742
|
centerAffix?: boolean | undefined;
|
3742
|
-
iconColor?: string | boolean | undefined;
|
3743
3743
|
} & 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">;
|
3744
3744
|
$attrs: {
|
3745
3745
|
[x: string]: unknown;
|
@@ -3792,13 +3792,13 @@ export declare const VDateInput: {
|
|
3792
3792
|
rounded?: string | number | boolean | undefined;
|
3793
3793
|
baseColor?: string | undefined;
|
3794
3794
|
bgColor?: string | undefined;
|
3795
|
+
iconColor?: string | boolean | undefined;
|
3795
3796
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3796
3797
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3797
3798
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3798
3799
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3799
3800
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3800
3801
|
centerAffix?: boolean | undefined;
|
3801
|
-
iconColor?: string | boolean | undefined;
|
3802
3802
|
} & {
|
3803
3803
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3804
3804
|
}, {
|
@@ -3902,13 +3902,13 @@ export declare const VDateInput: {
|
|
3902
3902
|
rounded?: string | number | boolean | undefined;
|
3903
3903
|
baseColor?: string | undefined;
|
3904
3904
|
bgColor?: string | undefined;
|
3905
|
+
iconColor?: string | boolean | undefined;
|
3905
3906
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3906
3907
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3907
3908
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3908
3909
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3909
3910
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3910
3911
|
centerAffix?: boolean | undefined;
|
3911
|
-
iconColor?: string | boolean | undefined;
|
3912
3912
|
} & {
|
3913
3913
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3914
3914
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3917,7 +3917,7 @@ export declare const VDateInput: {
|
|
3917
3917
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3918
3918
|
modelValue?: unknown;
|
3919
3919
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3920
|
-
}, import("../../components/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" | "
|
3920
|
+
}, import("../../components/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}`> & {
|
3921
3921
|
_allExposed: {
|
3922
3922
|
reset: () => Promise<void>;
|
3923
3923
|
resetValidation: () => Promise<void>;
|
@@ -4085,6 +4085,7 @@ export declare const VDateInput: {
|
|
4085
4085
|
bgColor?: string | undefined;
|
4086
4086
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4087
4087
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4088
|
+
iconColor?: string | boolean | undefined;
|
4088
4089
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4089
4090
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4090
4091
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4093,7 +4094,6 @@ export declare const VDateInput: {
|
|
4093
4094
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4094
4095
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4095
4096
|
centerAffix?: boolean | undefined;
|
4096
|
-
iconColor?: string | boolean | undefined;
|
4097
4097
|
hint?: string | undefined;
|
4098
4098
|
hideDetails?: boolean | "auto" | undefined;
|
4099
4099
|
suffix?: string | undefined;
|
@@ -4208,9 +4208,9 @@ export declare const VDateInput: {
|
|
4208
4208
|
baseColor?: string | undefined;
|
4209
4209
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4210
4210
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4211
|
+
iconColor?: string | boolean | undefined;
|
4211
4212
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4212
4213
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4213
|
-
iconColor?: string | boolean | undefined;
|
4214
4214
|
hint?: string | undefined;
|
4215
4215
|
hideDetails?: boolean | "auto" | undefined;
|
4216
4216
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4264,9 +4264,9 @@ export declare const VDateInput: {
|
|
4264
4264
|
baseColor?: string | undefined;
|
4265
4265
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4266
4266
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4267
|
+
iconColor?: string | boolean | undefined;
|
4267
4268
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4268
4269
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4269
|
-
iconColor?: string | boolean | undefined;
|
4270
4270
|
hint?: string | undefined;
|
4271
4271
|
hideDetails?: boolean | "auto" | undefined;
|
4272
4272
|
} & {}, {
|
@@ -4367,9 +4367,9 @@ export declare const VDateInput: {
|
|
4367
4367
|
baseColor?: string | undefined;
|
4368
4368
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4369
4369
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4370
|
+
iconColor?: string | boolean | undefined;
|
4370
4371
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4371
4372
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4372
|
-
iconColor?: string | boolean | undefined;
|
4373
4373
|
hint?: string | undefined;
|
4374
4374
|
hideDetails?: boolean | "auto" | undefined;
|
4375
4375
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4381,7 +4381,7 @@ export declare const VDateInput: {
|
|
4381
4381
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4382
4382
|
modelValue?: unknown;
|
4383
4383
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4384
|
-
}, import("../../components/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" | "
|
4384
|
+
}, import("../../components/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<{
|
4385
4385
|
$: import("vue").ComponentInternalInstance;
|
4386
4386
|
$data: {};
|
4387
4387
|
$props: Partial<{
|
@@ -4428,13 +4428,13 @@ export declare const VDateInput: {
|
|
4428
4428
|
rounded?: string | number | boolean | undefined;
|
4429
4429
|
baseColor?: string | undefined;
|
4430
4430
|
bgColor?: string | undefined;
|
4431
|
+
iconColor?: string | boolean | undefined;
|
4431
4432
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4432
4433
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4433
4434
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4434
4435
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4435
4436
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4436
4437
|
centerAffix?: boolean | undefined;
|
4437
|
-
iconColor?: string | boolean | undefined;
|
4438
4438
|
} & 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">;
|
4439
4439
|
$attrs: {
|
4440
4440
|
[x: string]: unknown;
|
@@ -4487,13 +4487,13 @@ export declare const VDateInput: {
|
|
4487
4487
|
rounded?: string | number | boolean | undefined;
|
4488
4488
|
baseColor?: string | undefined;
|
4489
4489
|
bgColor?: string | undefined;
|
4490
|
+
iconColor?: string | boolean | undefined;
|
4490
4491
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4491
4492
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4492
4493
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4493
4494
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4494
4495
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4495
4496
|
centerAffix?: boolean | undefined;
|
4496
|
-
iconColor?: string | boolean | undefined;
|
4497
4497
|
} & {
|
4498
4498
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4499
4499
|
}, {
|
@@ -4597,13 +4597,13 @@ export declare const VDateInput: {
|
|
4597
4597
|
rounded?: string | number | boolean | undefined;
|
4598
4598
|
baseColor?: string | undefined;
|
4599
4599
|
bgColor?: string | undefined;
|
4600
|
+
iconColor?: string | boolean | undefined;
|
4600
4601
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4601
4602
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4602
4603
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4603
4604
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4604
4605
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4605
4606
|
centerAffix?: boolean | undefined;
|
4606
|
-
iconColor?: string | boolean | undefined;
|
4607
4607
|
} & {
|
4608
4608
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4609
4609
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4612,7 +4612,7 @@ export declare const VDateInput: {
|
|
4612
4612
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4613
4613
|
modelValue?: unknown;
|
4614
4614
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4615
|
-
}, import("../../components/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" | "
|
4615
|
+
}, import("../../components/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}`> & {
|
4616
4616
|
_allExposed: {
|
4617
4617
|
reset: () => Promise<void>;
|
4618
4618
|
resetValidation: () => Promise<void>;
|
@@ -4623,7 +4623,7 @@ export declare const VDateInput: {
|
|
4623
4623
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4624
4624
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4625
4625
|
} | {};
|
4626
|
-
}> & {} & 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" | "
|
4626
|
+
}> & {} & 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}`> & {
|
4627
4627
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4628
4628
|
$: import("vue").ComponentInternalInstance;
|
4629
4629
|
$data: {};
|
@@ -4674,9 +4674,9 @@ export declare const VDateInput: {
|
|
4674
4674
|
baseColor?: string | undefined;
|
4675
4675
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4676
4676
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4677
|
+
iconColor?: string | boolean | undefined;
|
4677
4678
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4678
4679
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4679
|
-
iconColor?: string | boolean | undefined;
|
4680
4680
|
hint?: string | undefined;
|
4681
4681
|
hideDetails?: boolean | "auto" | undefined;
|
4682
4682
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4730,9 +4730,9 @@ export declare const VDateInput: {
|
|
4730
4730
|
baseColor?: string | undefined;
|
4731
4731
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4732
4732
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4733
|
+
iconColor?: string | boolean | undefined;
|
4733
4734
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4734
4735
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4735
|
-
iconColor?: string | boolean | undefined;
|
4736
4736
|
hint?: string | undefined;
|
4737
4737
|
hideDetails?: boolean | "auto" | undefined;
|
4738
4738
|
} & {}, {
|
@@ -4833,9 +4833,9 @@ export declare const VDateInput: {
|
|
4833
4833
|
baseColor?: string | undefined;
|
4834
4834
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4835
4835
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4836
|
+
iconColor?: string | boolean | undefined;
|
4836
4837
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4837
4838
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4838
|
-
iconColor?: string | boolean | undefined;
|
4839
4839
|
hint?: string | undefined;
|
4840
4840
|
hideDetails?: boolean | "auto" | undefined;
|
4841
4841
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4847,7 +4847,7 @@ export declare const VDateInput: {
|
|
4847
4847
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4848
4848
|
modelValue?: unknown;
|
4849
4849
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4850
|
-
}, import("../../components/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" | "
|
4850
|
+
}, import("../../components/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<{
|
4851
4851
|
$: import("vue").ComponentInternalInstance;
|
4852
4852
|
$data: {};
|
4853
4853
|
$props: Partial<{
|
@@ -4894,13 +4894,13 @@ export declare const VDateInput: {
|
|
4894
4894
|
rounded?: string | number | boolean | undefined;
|
4895
4895
|
baseColor?: string | undefined;
|
4896
4896
|
bgColor?: string | undefined;
|
4897
|
+
iconColor?: string | boolean | undefined;
|
4897
4898
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4898
4899
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4899
4900
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4900
4901
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4901
4902
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4902
4903
|
centerAffix?: boolean | undefined;
|
4903
|
-
iconColor?: string | boolean | undefined;
|
4904
4904
|
} & 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">;
|
4905
4905
|
$attrs: {
|
4906
4906
|
[x: string]: unknown;
|
@@ -4953,13 +4953,13 @@ export declare const VDateInput: {
|
|
4953
4953
|
rounded?: string | number | boolean | undefined;
|
4954
4954
|
baseColor?: string | undefined;
|
4955
4955
|
bgColor?: string | undefined;
|
4956
|
+
iconColor?: string | boolean | undefined;
|
4956
4957
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4957
4958
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4958
4959
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4959
4960
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4960
4961
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4961
4962
|
centerAffix?: boolean | undefined;
|
4962
|
-
iconColor?: string | boolean | undefined;
|
4963
4963
|
} & {
|
4964
4964
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4965
4965
|
}, {
|
@@ -5063,13 +5063,13 @@ export declare const VDateInput: {
|
|
5063
5063
|
rounded?: string | number | boolean | undefined;
|
5064
5064
|
baseColor?: string | undefined;
|
5065
5065
|
bgColor?: string | undefined;
|
5066
|
+
iconColor?: string | boolean | undefined;
|
5066
5067
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5067
5068
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5068
5069
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5069
5070
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5070
5071
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5071
5072
|
centerAffix?: boolean | undefined;
|
5072
|
-
iconColor?: string | boolean | undefined;
|
5073
5073
|
} & {
|
5074
5074
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5075
5075
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5078,7 +5078,7 @@ export declare const VDateInput: {
|
|
5078
5078
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5079
5079
|
modelValue?: unknown;
|
5080
5080
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5081
|
-
}, import("../../components/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" | "
|
5081
|
+
}, import("../../components/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}`> & {
|
5082
5082
|
_allExposed: {
|
5083
5083
|
reset: () => Promise<void>;
|
5084
5084
|
resetValidation: () => Promise<void>;
|
@@ -5242,6 +5242,7 @@ export declare const VDateInput: {
|
|
5242
5242
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5243
5243
|
controlHeight?: string | number | undefined;
|
5244
5244
|
headerColor?: string | undefined;
|
5245
|
+
iconColor?: string | boolean | undefined;
|
5245
5246
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5246
5247
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5247
5248
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5250,7 +5251,6 @@ export declare const VDateInput: {
|
|
5250
5251
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5251
5252
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5252
5253
|
centerAffix?: boolean | undefined;
|
5253
|
-
iconColor?: string | boolean | undefined;
|
5254
5254
|
hint?: string | undefined;
|
5255
5255
|
hideDetails?: boolean | "auto" | undefined;
|
5256
5256
|
suffix?: string | undefined;
|
@@ -5406,6 +5406,7 @@ export declare const VDateInput: {
|
|
5406
5406
|
bgColor?: string | undefined;
|
5407
5407
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5408
5408
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5409
|
+
iconColor?: string | boolean | undefined;
|
5409
5410
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5410
5411
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5411
5412
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5414,7 +5415,6 @@ export declare const VDateInput: {
|
|
5414
5415
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5415
5416
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5416
5417
|
centerAffix?: boolean | undefined;
|
5417
|
-
iconColor?: string | boolean | undefined;
|
5418
5418
|
hint?: string | undefined;
|
5419
5419
|
hideDetails?: boolean | "auto" | undefined;
|
5420
5420
|
suffix?: string | undefined;
|
@@ -5558,6 +5558,7 @@ export declare const VDateInput: {
|
|
5558
5558
|
bgColor?: string | undefined;
|
5559
5559
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5560
5560
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5561
|
+
iconColor?: string | boolean | undefined;
|
5561
5562
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5562
5563
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5563
5564
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5566,7 +5567,6 @@ export declare const VDateInput: {
|
|
5566
5567
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5567
5568
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5568
5569
|
centerAffix?: boolean | undefined;
|
5569
|
-
iconColor?: string | boolean | undefined;
|
5570
5570
|
hint?: string | undefined;
|
5571
5571
|
hideDetails?: boolean | "auto" | undefined;
|
5572
5572
|
suffix?: string | undefined;
|
@@ -5681,9 +5681,9 @@ export declare const VDateInput: {
|
|
5681
5681
|
baseColor?: string | undefined;
|
5682
5682
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5683
5683
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5684
|
+
iconColor?: string | boolean | undefined;
|
5684
5685
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5685
5686
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5686
|
-
iconColor?: string | boolean | undefined;
|
5687
5687
|
hint?: string | undefined;
|
5688
5688
|
hideDetails?: boolean | "auto" | undefined;
|
5689
5689
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5737,9 +5737,9 @@ export declare const VDateInput: {
|
|
5737
5737
|
baseColor?: string | undefined;
|
5738
5738
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5739
5739
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5740
|
+
iconColor?: string | boolean | undefined;
|
5740
5741
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5741
5742
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5742
|
-
iconColor?: string | boolean | undefined;
|
5743
5743
|
hint?: string | undefined;
|
5744
5744
|
hideDetails?: boolean | "auto" | undefined;
|
5745
5745
|
} & {}, {
|
@@ -5840,9 +5840,9 @@ export declare const VDateInput: {
|
|
5840
5840
|
baseColor?: string | undefined;
|
5841
5841
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5842
5842
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5843
|
+
iconColor?: string | boolean | undefined;
|
5843
5844
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5844
5845
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5845
|
-
iconColor?: string | boolean | undefined;
|
5846
5846
|
hint?: string | undefined;
|
5847
5847
|
hideDetails?: boolean | "auto" | undefined;
|
5848
5848
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5854,7 +5854,7 @@ export declare const VDateInput: {
|
|
5854
5854
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5855
5855
|
modelValue?: unknown;
|
5856
5856
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5857
|
-
}, import("../../components/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" | "
|
5857
|
+
}, import("../../components/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<{
|
5858
5858
|
$: import("vue").ComponentInternalInstance;
|
5859
5859
|
$data: {};
|
5860
5860
|
$props: Partial<{
|
@@ -5901,13 +5901,13 @@ export declare const VDateInput: {
|
|
5901
5901
|
rounded?: string | number | boolean | undefined;
|
5902
5902
|
baseColor?: string | undefined;
|
5903
5903
|
bgColor?: string | undefined;
|
5904
|
+
iconColor?: string | boolean | undefined;
|
5904
5905
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5905
5906
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5906
5907
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5907
5908
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5908
5909
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5909
5910
|
centerAffix?: boolean | undefined;
|
5910
|
-
iconColor?: string | boolean | undefined;
|
5911
5911
|
} & 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">;
|
5912
5912
|
$attrs: {
|
5913
5913
|
[x: string]: unknown;
|
@@ -5960,13 +5960,13 @@ export declare const VDateInput: {
|
|
5960
5960
|
rounded?: string | number | boolean | undefined;
|
5961
5961
|
baseColor?: string | undefined;
|
5962
5962
|
bgColor?: string | undefined;
|
5963
|
+
iconColor?: string | boolean | undefined;
|
5963
5964
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5964
5965
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5965
5966
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5966
5967
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5967
5968
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5968
5969
|
centerAffix?: boolean | undefined;
|
5969
|
-
iconColor?: string | boolean | undefined;
|
5970
5970
|
} & {
|
5971
5971
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5972
5972
|
}, {
|
@@ -6070,13 +6070,13 @@ export declare const VDateInput: {
|
|
6070
6070
|
rounded?: string | number | boolean | undefined;
|
6071
6071
|
baseColor?: string | undefined;
|
6072
6072
|
bgColor?: string | undefined;
|
6073
|
+
iconColor?: string | boolean | undefined;
|
6073
6074
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6074
6075
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6075
6076
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6076
6077
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6077
6078
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6078
6079
|
centerAffix?: boolean | undefined;
|
6079
|
-
iconColor?: string | boolean | undefined;
|
6080
6080
|
} & {
|
6081
6081
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6082
6082
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6085,7 +6085,7 @@ export declare const VDateInput: {
|
|
6085
6085
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6086
6086
|
modelValue?: unknown;
|
6087
6087
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6088
|
-
}, import("../../components/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" | "
|
6088
|
+
}, import("../../components/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}`> & {
|
6089
6089
|
_allExposed: {
|
6090
6090
|
reset: () => Promise<void>;
|
6091
6091
|
resetValidation: () => Promise<void>;
|
@@ -6253,6 +6253,7 @@ export declare const VDateInput: {
|
|
6253
6253
|
bgColor?: string | undefined;
|
6254
6254
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6255
6255
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6256
|
+
iconColor?: string | boolean | undefined;
|
6256
6257
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6257
6258
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6258
6259
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6261,7 +6262,6 @@ export declare const VDateInput: {
|
|
6261
6262
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6262
6263
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6263
6264
|
centerAffix?: boolean | undefined;
|
6264
|
-
iconColor?: string | boolean | undefined;
|
6265
6265
|
hint?: string | undefined;
|
6266
6266
|
hideDetails?: boolean | "auto" | undefined;
|
6267
6267
|
suffix?: string | undefined;
|
@@ -6376,9 +6376,9 @@ export declare const VDateInput: {
|
|
6376
6376
|
baseColor?: string | undefined;
|
6377
6377
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6378
6378
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6379
|
+
iconColor?: string | boolean | undefined;
|
6379
6380
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6380
6381
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6381
|
-
iconColor?: string | boolean | undefined;
|
6382
6382
|
hint?: string | undefined;
|
6383
6383
|
hideDetails?: boolean | "auto" | undefined;
|
6384
6384
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6432,9 +6432,9 @@ export declare const VDateInput: {
|
|
6432
6432
|
baseColor?: string | undefined;
|
6433
6433
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6434
6434
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6435
|
+
iconColor?: string | boolean | undefined;
|
6435
6436
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6436
6437
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6437
|
-
iconColor?: string | boolean | undefined;
|
6438
6438
|
hint?: string | undefined;
|
6439
6439
|
hideDetails?: boolean | "auto" | undefined;
|
6440
6440
|
} & {}, {
|
@@ -6535,9 +6535,9 @@ export declare const VDateInput: {
|
|
6535
6535
|
baseColor?: string | undefined;
|
6536
6536
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6537
6537
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6538
|
+
iconColor?: string | boolean | undefined;
|
6538
6539
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6539
6540
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6540
|
-
iconColor?: string | boolean | undefined;
|
6541
6541
|
hint?: string | undefined;
|
6542
6542
|
hideDetails?: boolean | "auto" | undefined;
|
6543
6543
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6549,7 +6549,7 @@ export declare const VDateInput: {
|
|
6549
6549
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6550
6550
|
modelValue?: unknown;
|
6551
6551
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6552
|
-
}, import("../../components/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" | "
|
6552
|
+
}, import("../../components/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<{
|
6553
6553
|
$: import("vue").ComponentInternalInstance;
|
6554
6554
|
$data: {};
|
6555
6555
|
$props: Partial<{
|
@@ -6596,13 +6596,13 @@ export declare const VDateInput: {
|
|
6596
6596
|
rounded?: string | number | boolean | undefined;
|
6597
6597
|
baseColor?: string | undefined;
|
6598
6598
|
bgColor?: string | undefined;
|
6599
|
+
iconColor?: string | boolean | undefined;
|
6599
6600
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6600
6601
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6601
6602
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6602
6603
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6603
6604
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6604
6605
|
centerAffix?: boolean | undefined;
|
6605
|
-
iconColor?: string | boolean | undefined;
|
6606
6606
|
} & 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">;
|
6607
6607
|
$attrs: {
|
6608
6608
|
[x: string]: unknown;
|
@@ -6655,13 +6655,13 @@ export declare const VDateInput: {
|
|
6655
6655
|
rounded?: string | number | boolean | undefined;
|
6656
6656
|
baseColor?: string | undefined;
|
6657
6657
|
bgColor?: string | undefined;
|
6658
|
+
iconColor?: string | boolean | undefined;
|
6658
6659
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6659
6660
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6660
6661
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6661
6662
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6662
6663
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6663
6664
|
centerAffix?: boolean | undefined;
|
6664
|
-
iconColor?: string | boolean | undefined;
|
6665
6665
|
} & {
|
6666
6666
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6667
6667
|
}, {
|
@@ -6765,13 +6765,13 @@ export declare const VDateInput: {
|
|
6765
6765
|
rounded?: string | number | boolean | undefined;
|
6766
6766
|
baseColor?: string | undefined;
|
6767
6767
|
bgColor?: string | undefined;
|
6768
|
+
iconColor?: string | boolean | undefined;
|
6768
6769
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6769
6770
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6770
6771
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6771
6772
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6772
6773
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6773
6774
|
centerAffix?: boolean | undefined;
|
6774
|
-
iconColor?: string | boolean | undefined;
|
6775
6775
|
} & {
|
6776
6776
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6777
6777
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6780,7 +6780,7 @@ export declare const VDateInput: {
|
|
6780
6780
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6781
6781
|
modelValue?: unknown;
|
6782
6782
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6783
|
-
}, import("../../components/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" | "
|
6783
|
+
}, import("../../components/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}`> & {
|
6784
6784
|
_allExposed: {
|
6785
6785
|
reset: () => Promise<void>;
|
6786
6786
|
resetValidation: () => Promise<void>;
|
@@ -6791,7 +6791,7 @@ export declare const VDateInput: {
|
|
6791
6791
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6792
6792
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6793
6793
|
} | {};
|
6794
|
-
}> & {} & 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" | "
|
6794
|
+
}> & {} & 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}`> & {
|
6795
6795
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6796
6796
|
$: import("vue").ComponentInternalInstance;
|
6797
6797
|
$data: {};
|
@@ -6842,9 +6842,9 @@ export declare const VDateInput: {
|
|
6842
6842
|
baseColor?: string | undefined;
|
6843
6843
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6844
6844
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6845
|
+
iconColor?: string | boolean | undefined;
|
6845
6846
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6846
6847
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6847
|
-
iconColor?: string | boolean | undefined;
|
6848
6848
|
hint?: string | undefined;
|
6849
6849
|
hideDetails?: boolean | "auto" | undefined;
|
6850
6850
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6898,9 +6898,9 @@ export declare const VDateInput: {
|
|
6898
6898
|
baseColor?: string | undefined;
|
6899
6899
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6900
6900
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6901
|
+
iconColor?: string | boolean | undefined;
|
6901
6902
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6902
6903
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6903
|
-
iconColor?: string | boolean | undefined;
|
6904
6904
|
hint?: string | undefined;
|
6905
6905
|
hideDetails?: boolean | "auto" | undefined;
|
6906
6906
|
} & {}, {
|
@@ -7001,9 +7001,9 @@ export declare const VDateInput: {
|
|
7001
7001
|
baseColor?: string | undefined;
|
7002
7002
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7003
7003
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7004
|
+
iconColor?: string | boolean | undefined;
|
7004
7005
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7005
7006
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7006
|
-
iconColor?: string | boolean | undefined;
|
7007
7007
|
hint?: string | undefined;
|
7008
7008
|
hideDetails?: boolean | "auto" | undefined;
|
7009
7009
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7015,7 +7015,7 @@ export declare const VDateInput: {
|
|
7015
7015
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
7016
7016
|
modelValue?: unknown;
|
7017
7017
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7018
|
-
}, import("../../components/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" | "
|
7018
|
+
}, import("../../components/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<{
|
7019
7019
|
$: import("vue").ComponentInternalInstance;
|
7020
7020
|
$data: {};
|
7021
7021
|
$props: Partial<{
|
@@ -7062,13 +7062,13 @@ export declare const VDateInput: {
|
|
7062
7062
|
rounded?: string | number | boolean | undefined;
|
7063
7063
|
baseColor?: string | undefined;
|
7064
7064
|
bgColor?: string | undefined;
|
7065
|
+
iconColor?: string | boolean | undefined;
|
7065
7066
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7066
7067
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7067
7068
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7068
7069
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7069
7070
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7070
7071
|
centerAffix?: boolean | undefined;
|
7071
|
-
iconColor?: string | boolean | undefined;
|
7072
7072
|
} & 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">;
|
7073
7073
|
$attrs: {
|
7074
7074
|
[x: string]: unknown;
|
@@ -7121,13 +7121,13 @@ export declare const VDateInput: {
|
|
7121
7121
|
rounded?: string | number | boolean | undefined;
|
7122
7122
|
baseColor?: string | undefined;
|
7123
7123
|
bgColor?: string | undefined;
|
7124
|
+
iconColor?: string | boolean | undefined;
|
7124
7125
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7125
7126
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7126
7127
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7127
7128
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7128
7129
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7129
7130
|
centerAffix?: boolean | undefined;
|
7130
|
-
iconColor?: string | boolean | undefined;
|
7131
7131
|
} & {
|
7132
7132
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7133
7133
|
}, {
|
@@ -7231,13 +7231,13 @@ export declare const VDateInput: {
|
|
7231
7231
|
rounded?: string | number | boolean | undefined;
|
7232
7232
|
baseColor?: string | undefined;
|
7233
7233
|
bgColor?: string | undefined;
|
7234
|
+
iconColor?: string | boolean | undefined;
|
7234
7235
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7235
7236
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7236
7237
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7237
7238
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7238
7239
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7239
7240
|
centerAffix?: boolean | undefined;
|
7240
|
-
iconColor?: string | boolean | undefined;
|
7241
7241
|
} & {
|
7242
7242
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7243
7243
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7246,7 +7246,7 @@ export declare const VDateInput: {
|
|
7246
7246
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
7247
7247
|
modelValue?: unknown;
|
7248
7248
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7249
|
-
}, import("../../components/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" | "
|
7249
|
+
}, import("../../components/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}`> & {
|
7250
7250
|
_allExposed: {
|
7251
7251
|
reset: () => Promise<void>;
|
7252
7252
|
resetValidation: () => Promise<void>;
|