@vuetify/nightly 3.8.6-dev.2025-05-21 → 3.8.6-master.2025-05-22
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 +10 -21
- package/dist/json/attributes.json +3598 -3634
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +0 -9
- package/dist/json/web-types.json +6522 -6697
- package/dist/vuetify-labs.cjs +223 -323
- package/dist/vuetify-labs.css +4050 -4078
- package/dist/vuetify-labs.d.ts +1350 -1508
- package/dist/vuetify-labs.esm.js +224 -324
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +223 -323
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +212 -317
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3022 -3050
- package/dist/vuetify.d.ts +517 -667
- package/dist/vuetify.esm.js +213 -318
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +212 -317
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1195 -1200
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +9 -14
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +96 -120
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -18
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +96 -120
- package/lib/components/VCombobox/VCombobox.js +1 -19
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNavigationDrawer/touch.js +2 -4
- package/lib/components/VNavigationDrawer/touch.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
- package/lib/components/VNumberInput/VNumberInput.js +22 -29
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/locationStrategies.js +16 -8
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +96 -120
- package/lib/components/VSelect/VSelect.js +37 -25
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/slider.js +1 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- 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/calendar.d.ts +0 -6
- package/lib/composables/calendar.js +1 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/index.d.ts +0 -1
- package/lib/composables/date/index.js +0 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +0 -3
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/goto.js +1 -1
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +67 -72
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/lib/util/box.d.ts +1 -0
- package/lib/util/box.js +27 -0
- package/lib/util/box.js.map +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +5 -7
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -53,7 +53,6 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
53
53
|
weeksInMonth?: unknown;
|
54
54
|
firstDayOfWeek?: unknown;
|
55
55
|
allowedDates?: unknown;
|
56
|
-
weekdayFormat?: unknown;
|
57
56
|
hideWeekdays?: unknown;
|
58
57
|
showWeek?: unknown;
|
59
58
|
rounded?: unknown;
|
@@ -403,10 +402,6 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
403
402
|
type: PropType<unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : unknown[] | ((date: unknown) => boolean) | Defaults["allowedDates"]>;
|
404
403
|
default: unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : NonNullable<unknown[] | ((date: unknown) => boolean)> | Defaults["allowedDates"];
|
405
404
|
};
|
406
|
-
weekdayFormat: unknown extends Defaults["weekdayFormat"] ? PropType<"long" | "short" | "narrow" | undefined> : {
|
407
|
-
type: PropType<unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : "long" | "short" | "narrow" | Defaults["weekdayFormat"] | undefined>;
|
408
|
-
default: unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : NonNullable<"long" | "short" | "narrow" | undefined> | Defaults["weekdayFormat"];
|
409
|
-
};
|
410
405
|
hideWeekdays: unknown extends Defaults["hideWeekdays"] ? BooleanConstructor : {
|
411
406
|
type: PropType<unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"]>;
|
412
407
|
default: unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"];
|
@@ -897,7 +892,6 @@ export declare const VDateInput: {
|
|
897
892
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
898
893
|
controlHeight?: string | number | undefined;
|
899
894
|
headerColor?: string | undefined;
|
900
|
-
iconColor?: string | boolean | undefined;
|
901
895
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
902
896
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
903
897
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -906,6 +900,7 @@ export declare const VDateInput: {
|
|
906
900
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
907
901
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
908
902
|
centerAffix?: boolean | undefined;
|
903
|
+
iconColor?: string | boolean | undefined;
|
909
904
|
hint?: string | undefined;
|
910
905
|
hideDetails?: boolean | "auto" | undefined;
|
911
906
|
suffix?: string | undefined;
|
@@ -913,7 +908,6 @@ export declare const VDateInput: {
|
|
913
908
|
modelModifiers?: Record<string, boolean> | undefined;
|
914
909
|
firstDayOfWeek?: string | number | undefined;
|
915
910
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
916
|
-
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
917
911
|
inputFormat?: string | undefined;
|
918
912
|
displayFormat?: string | Function | undefined;
|
919
913
|
} & {
|
@@ -1064,7 +1058,6 @@ export declare const VDateInput: {
|
|
1064
1058
|
bgColor?: string | undefined;
|
1065
1059
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1066
1060
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1067
|
-
iconColor?: string | boolean | undefined;
|
1068
1061
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1069
1062
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1070
1063
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1073,6 +1066,7 @@ export declare const VDateInput: {
|
|
1073
1066
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1074
1067
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1075
1068
|
centerAffix?: boolean | undefined;
|
1069
|
+
iconColor?: string | boolean | undefined;
|
1076
1070
|
hint?: string | undefined;
|
1077
1071
|
hideDetails?: boolean | "auto" | undefined;
|
1078
1072
|
suffix?: string | undefined;
|
@@ -1216,7 +1210,6 @@ export declare const VDateInput: {
|
|
1216
1210
|
bgColor?: string | undefined;
|
1217
1211
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1218
1212
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1219
|
-
iconColor?: string | boolean | undefined;
|
1220
1213
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1221
1214
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1222
1215
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1225,6 +1218,7 @@ export declare const VDateInput: {
|
|
1225
1218
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1226
1219
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1227
1220
|
centerAffix?: boolean | undefined;
|
1221
|
+
iconColor?: string | boolean | undefined;
|
1228
1222
|
hint?: string | undefined;
|
1229
1223
|
hideDetails?: boolean | "auto" | undefined;
|
1230
1224
|
suffix?: string | undefined;
|
@@ -1339,9 +1333,9 @@ export declare const VDateInput: {
|
|
1339
1333
|
baseColor?: string | undefined;
|
1340
1334
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1341
1335
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1342
|
-
iconColor?: string | boolean | undefined;
|
1343
1336
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1344
1337
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1338
|
+
iconColor?: string | boolean | undefined;
|
1345
1339
|
hint?: string | undefined;
|
1346
1340
|
hideDetails?: boolean | "auto" | undefined;
|
1347
1341
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1395,9 +1389,9 @@ export declare const VDateInput: {
|
|
1395
1389
|
baseColor?: string | undefined;
|
1396
1390
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1397
1391
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1398
|
-
iconColor?: string | boolean | undefined;
|
1399
1392
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1400
1393
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1394
|
+
iconColor?: string | boolean | undefined;
|
1401
1395
|
hint?: string | undefined;
|
1402
1396
|
hideDetails?: boolean | "auto" | undefined;
|
1403
1397
|
} & {}, {
|
@@ -1498,9 +1492,9 @@ export declare const VDateInput: {
|
|
1498
1492
|
baseColor?: string | undefined;
|
1499
1493
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1500
1494
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1501
|
-
iconColor?: string | boolean | undefined;
|
1502
1495
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1503
1496
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1497
|
+
iconColor?: string | boolean | undefined;
|
1504
1498
|
hint?: string | undefined;
|
1505
1499
|
hideDetails?: boolean | "auto" | undefined;
|
1506
1500
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1512,7 +1506,7 @@ export declare const VDateInput: {
|
|
1512
1506
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1513
1507
|
modelValue?: unknown;
|
1514
1508
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1515
|
-
}, 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" | "
|
1509
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1516
1510
|
$: import("vue").ComponentInternalInstance;
|
1517
1511
|
$data: {};
|
1518
1512
|
$props: Partial<{
|
@@ -1559,13 +1553,13 @@ export declare const VDateInput: {
|
|
1559
1553
|
rounded?: string | number | boolean | undefined;
|
1560
1554
|
baseColor?: string | undefined;
|
1561
1555
|
bgColor?: string | undefined;
|
1562
|
-
iconColor?: string | boolean | undefined;
|
1563
1556
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1564
1557
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1565
1558
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1566
1559
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1567
1560
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1568
1561
|
centerAffix?: boolean | undefined;
|
1562
|
+
iconColor?: string | boolean | undefined;
|
1569
1563
|
} & 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">;
|
1570
1564
|
$attrs: {
|
1571
1565
|
[x: string]: unknown;
|
@@ -1618,13 +1612,13 @@ export declare const VDateInput: {
|
|
1618
1612
|
rounded?: string | number | boolean | undefined;
|
1619
1613
|
baseColor?: string | undefined;
|
1620
1614
|
bgColor?: string | undefined;
|
1621
|
-
iconColor?: string | boolean | undefined;
|
1622
1615
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1623
1616
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1624
1617
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1625
1618
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1626
1619
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1627
1620
|
centerAffix?: boolean | undefined;
|
1621
|
+
iconColor?: string | boolean | undefined;
|
1628
1622
|
} & {
|
1629
1623
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1630
1624
|
}, {
|
@@ -1728,13 +1722,13 @@ export declare const VDateInput: {
|
|
1728
1722
|
rounded?: string | number | boolean | undefined;
|
1729
1723
|
baseColor?: string | undefined;
|
1730
1724
|
bgColor?: string | undefined;
|
1731
|
-
iconColor?: string | boolean | undefined;
|
1732
1725
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1733
1726
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1734
1727
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1735
1728
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1736
1729
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1737
1730
|
centerAffix?: boolean | undefined;
|
1731
|
+
iconColor?: string | boolean | undefined;
|
1738
1732
|
} & {
|
1739
1733
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1740
1734
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1743,7 +1737,7 @@ export declare const VDateInput: {
|
|
1743
1737
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1744
1738
|
modelValue?: unknown;
|
1745
1739
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1746
|
-
}, 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" | "
|
1740
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
1747
1741
|
_allExposed: {
|
1748
1742
|
reset: () => Promise<void>;
|
1749
1743
|
resetValidation: () => Promise<void>;
|
@@ -1911,7 +1905,6 @@ export declare const VDateInput: {
|
|
1911
1905
|
bgColor?: string | undefined;
|
1912
1906
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1913
1907
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1914
|
-
iconColor?: string | boolean | undefined;
|
1915
1908
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1916
1909
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1917
1910
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1920,6 +1913,7 @@ export declare const VDateInput: {
|
|
1920
1913
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1921
1914
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1922
1915
|
centerAffix?: boolean | undefined;
|
1916
|
+
iconColor?: string | boolean | undefined;
|
1923
1917
|
hint?: string | undefined;
|
1924
1918
|
hideDetails?: boolean | "auto" | undefined;
|
1925
1919
|
suffix?: string | undefined;
|
@@ -2034,9 +2028,9 @@ export declare const VDateInput: {
|
|
2034
2028
|
baseColor?: string | undefined;
|
2035
2029
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2036
2030
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2037
|
-
iconColor?: string | boolean | undefined;
|
2038
2031
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2039
2032
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2033
|
+
iconColor?: string | boolean | undefined;
|
2040
2034
|
hint?: string | undefined;
|
2041
2035
|
hideDetails?: boolean | "auto" | undefined;
|
2042
2036
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2090,9 +2084,9 @@ export declare const VDateInput: {
|
|
2090
2084
|
baseColor?: string | undefined;
|
2091
2085
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2092
2086
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2093
|
-
iconColor?: string | boolean | undefined;
|
2094
2087
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2095
2088
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2089
|
+
iconColor?: string | boolean | undefined;
|
2096
2090
|
hint?: string | undefined;
|
2097
2091
|
hideDetails?: boolean | "auto" | undefined;
|
2098
2092
|
} & {}, {
|
@@ -2193,9 +2187,9 @@ export declare const VDateInput: {
|
|
2193
2187
|
baseColor?: string | undefined;
|
2194
2188
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2195
2189
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2196
|
-
iconColor?: string | boolean | undefined;
|
2197
2190
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2198
2191
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2192
|
+
iconColor?: string | boolean | undefined;
|
2199
2193
|
hint?: string | undefined;
|
2200
2194
|
hideDetails?: boolean | "auto" | undefined;
|
2201
2195
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2207,7 +2201,7 @@ export declare const VDateInput: {
|
|
2207
2201
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2208
2202
|
modelValue?: unknown;
|
2209
2203
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2210
|
-
}, 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" | "
|
2204
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2211
2205
|
$: import("vue").ComponentInternalInstance;
|
2212
2206
|
$data: {};
|
2213
2207
|
$props: Partial<{
|
@@ -2254,13 +2248,13 @@ export declare const VDateInput: {
|
|
2254
2248
|
rounded?: string | number | boolean | undefined;
|
2255
2249
|
baseColor?: string | undefined;
|
2256
2250
|
bgColor?: string | undefined;
|
2257
|
-
iconColor?: string | boolean | undefined;
|
2258
2251
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2259
2252
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2260
2253
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2261
2254
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2262
2255
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2263
2256
|
centerAffix?: boolean | undefined;
|
2257
|
+
iconColor?: string | boolean | undefined;
|
2264
2258
|
} & 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">;
|
2265
2259
|
$attrs: {
|
2266
2260
|
[x: string]: unknown;
|
@@ -2313,13 +2307,13 @@ export declare const VDateInput: {
|
|
2313
2307
|
rounded?: string | number | boolean | undefined;
|
2314
2308
|
baseColor?: string | undefined;
|
2315
2309
|
bgColor?: string | undefined;
|
2316
|
-
iconColor?: string | boolean | undefined;
|
2317
2310
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2318
2311
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2319
2312
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2320
2313
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2321
2314
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2322
2315
|
centerAffix?: boolean | undefined;
|
2316
|
+
iconColor?: string | boolean | undefined;
|
2323
2317
|
} & {
|
2324
2318
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2325
2319
|
}, {
|
@@ -2423,13 +2417,13 @@ export declare const VDateInput: {
|
|
2423
2417
|
rounded?: string | number | boolean | undefined;
|
2424
2418
|
baseColor?: string | undefined;
|
2425
2419
|
bgColor?: string | undefined;
|
2426
|
-
iconColor?: string | boolean | undefined;
|
2427
2420
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2428
2421
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2429
2422
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2430
2423
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2431
2424
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2432
2425
|
centerAffix?: boolean | undefined;
|
2426
|
+
iconColor?: string | boolean | undefined;
|
2433
2427
|
} & {
|
2434
2428
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2435
2429
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2438,7 +2432,7 @@ export declare const VDateInput: {
|
|
2438
2432
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2439
2433
|
modelValue?: unknown;
|
2440
2434
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2441
|
-
}, 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" | "
|
2435
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2442
2436
|
_allExposed: {
|
2443
2437
|
reset: () => Promise<void>;
|
2444
2438
|
resetValidation: () => Promise<void>;
|
@@ -2449,7 +2443,7 @@ export declare const VDateInput: {
|
|
2449
2443
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2450
2444
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
2451
2445
|
} | {};
|
2452
|
-
}> & {} & 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" | "
|
2446
|
+
}> & {} & 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" | "iconColor" | "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}`> & {
|
2453
2447
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
2454
2448
|
$: import("vue").ComponentInternalInstance;
|
2455
2449
|
$data: {};
|
@@ -2500,9 +2494,9 @@ export declare const VDateInput: {
|
|
2500
2494
|
baseColor?: string | undefined;
|
2501
2495
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2502
2496
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2503
|
-
iconColor?: string | boolean | undefined;
|
2504
2497
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2505
2498
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2499
|
+
iconColor?: string | boolean | undefined;
|
2506
2500
|
hint?: string | undefined;
|
2507
2501
|
hideDetails?: boolean | "auto" | undefined;
|
2508
2502
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2556,9 +2550,9 @@ export declare const VDateInput: {
|
|
2556
2550
|
baseColor?: string | undefined;
|
2557
2551
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2558
2552
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2559
|
-
iconColor?: string | boolean | undefined;
|
2560
2553
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2561
2554
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2555
|
+
iconColor?: string | boolean | undefined;
|
2562
2556
|
hint?: string | undefined;
|
2563
2557
|
hideDetails?: boolean | "auto" | undefined;
|
2564
2558
|
} & {}, {
|
@@ -2659,9 +2653,9 @@ export declare const VDateInput: {
|
|
2659
2653
|
baseColor?: string | undefined;
|
2660
2654
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2661
2655
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2662
|
-
iconColor?: string | boolean | undefined;
|
2663
2656
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2664
2657
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2658
|
+
iconColor?: string | boolean | undefined;
|
2665
2659
|
hint?: string | undefined;
|
2666
2660
|
hideDetails?: boolean | "auto" | undefined;
|
2667
2661
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2673,7 +2667,7 @@ export declare const VDateInput: {
|
|
2673
2667
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2674
2668
|
modelValue?: unknown;
|
2675
2669
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2676
|
-
}, 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" | "
|
2670
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2677
2671
|
$: import("vue").ComponentInternalInstance;
|
2678
2672
|
$data: {};
|
2679
2673
|
$props: Partial<{
|
@@ -2720,13 +2714,13 @@ export declare const VDateInput: {
|
|
2720
2714
|
rounded?: string | number | boolean | undefined;
|
2721
2715
|
baseColor?: string | undefined;
|
2722
2716
|
bgColor?: string | undefined;
|
2723
|
-
iconColor?: string | boolean | undefined;
|
2724
2717
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2725
2718
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2726
2719
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2727
2720
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2728
2721
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2729
2722
|
centerAffix?: boolean | undefined;
|
2723
|
+
iconColor?: string | boolean | undefined;
|
2730
2724
|
} & 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">;
|
2731
2725
|
$attrs: {
|
2732
2726
|
[x: string]: unknown;
|
@@ -2779,13 +2773,13 @@ export declare const VDateInput: {
|
|
2779
2773
|
rounded?: string | number | boolean | undefined;
|
2780
2774
|
baseColor?: string | undefined;
|
2781
2775
|
bgColor?: string | undefined;
|
2782
|
-
iconColor?: string | boolean | undefined;
|
2783
2776
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2784
2777
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2785
2778
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2786
2779
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2787
2780
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2788
2781
|
centerAffix?: boolean | undefined;
|
2782
|
+
iconColor?: string | boolean | undefined;
|
2789
2783
|
} & {
|
2790
2784
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2791
2785
|
}, {
|
@@ -2889,13 +2883,13 @@ export declare const VDateInput: {
|
|
2889
2883
|
rounded?: string | number | boolean | undefined;
|
2890
2884
|
baseColor?: string | undefined;
|
2891
2885
|
bgColor?: string | undefined;
|
2892
|
-
iconColor?: string | boolean | undefined;
|
2893
2886
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2894
2887
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2895
2888
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2896
2889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2897
2890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2898
2891
|
centerAffix?: boolean | undefined;
|
2892
|
+
iconColor?: string | boolean | undefined;
|
2899
2893
|
} & {
|
2900
2894
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2901
2895
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2904,7 +2898,7 @@ export declare const VDateInput: {
|
|
2904
2898
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2905
2899
|
modelValue?: unknown;
|
2906
2900
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2907
|
-
}, 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" | "
|
2901
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2908
2902
|
_allExposed: {
|
2909
2903
|
reset: () => Promise<void>;
|
2910
2904
|
resetValidation: () => Promise<void>;
|
@@ -3095,7 +3089,6 @@ export declare const VDateInput: {
|
|
3095
3089
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3096
3090
|
controlHeight?: string | number | undefined;
|
3097
3091
|
headerColor?: string | undefined;
|
3098
|
-
iconColor?: string | boolean | undefined;
|
3099
3092
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3100
3093
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3101
3094
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3104,6 +3097,7 @@ export declare const VDateInput: {
|
|
3104
3097
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3105
3098
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3106
3099
|
centerAffix?: boolean | undefined;
|
3100
|
+
iconColor?: string | boolean | undefined;
|
3107
3101
|
hint?: string | undefined;
|
3108
3102
|
hideDetails?: boolean | "auto" | undefined;
|
3109
3103
|
suffix?: string | undefined;
|
@@ -3111,7 +3105,6 @@ export declare const VDateInput: {
|
|
3111
3105
|
modelModifiers?: Record<string, boolean> | undefined;
|
3112
3106
|
firstDayOfWeek?: string | number | undefined;
|
3113
3107
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
3114
|
-
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
3115
3108
|
inputFormat?: string | undefined;
|
3116
3109
|
displayFormat?: string | Function | undefined;
|
3117
3110
|
} & {
|
@@ -3262,7 +3255,6 @@ export declare const VDateInput: {
|
|
3262
3255
|
bgColor?: string | undefined;
|
3263
3256
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3264
3257
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3265
|
-
iconColor?: string | boolean | undefined;
|
3266
3258
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3267
3259
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3268
3260
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3271,6 +3263,7 @@ export declare const VDateInput: {
|
|
3271
3263
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3272
3264
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3273
3265
|
centerAffix?: boolean | undefined;
|
3266
|
+
iconColor?: string | boolean | undefined;
|
3274
3267
|
hint?: string | undefined;
|
3275
3268
|
hideDetails?: boolean | "auto" | undefined;
|
3276
3269
|
suffix?: string | undefined;
|
@@ -3414,7 +3407,6 @@ export declare const VDateInput: {
|
|
3414
3407
|
bgColor?: string | undefined;
|
3415
3408
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3416
3409
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3417
|
-
iconColor?: string | boolean | undefined;
|
3418
3410
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3419
3411
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3420
3412
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3423,6 +3415,7 @@ export declare const VDateInput: {
|
|
3423
3415
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3424
3416
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3425
3417
|
centerAffix?: boolean | undefined;
|
3418
|
+
iconColor?: string | boolean | undefined;
|
3426
3419
|
hint?: string | undefined;
|
3427
3420
|
hideDetails?: boolean | "auto" | undefined;
|
3428
3421
|
suffix?: string | undefined;
|
@@ -3537,9 +3530,9 @@ export declare const VDateInput: {
|
|
3537
3530
|
baseColor?: string | undefined;
|
3538
3531
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3539
3532
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3540
|
-
iconColor?: string | boolean | undefined;
|
3541
3533
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3542
3534
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3535
|
+
iconColor?: string | boolean | undefined;
|
3543
3536
|
hint?: string | undefined;
|
3544
3537
|
hideDetails?: boolean | "auto" | undefined;
|
3545
3538
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3593,9 +3586,9 @@ export declare const VDateInput: {
|
|
3593
3586
|
baseColor?: string | undefined;
|
3594
3587
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3595
3588
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3596
|
-
iconColor?: string | boolean | undefined;
|
3597
3589
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3598
3590
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3591
|
+
iconColor?: string | boolean | undefined;
|
3599
3592
|
hint?: string | undefined;
|
3600
3593
|
hideDetails?: boolean | "auto" | undefined;
|
3601
3594
|
} & {}, {
|
@@ -3696,9 +3689,9 @@ export declare const VDateInput: {
|
|
3696
3689
|
baseColor?: string | undefined;
|
3697
3690
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3698
3691
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3699
|
-
iconColor?: string | boolean | undefined;
|
3700
3692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3701
3693
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3694
|
+
iconColor?: string | boolean | undefined;
|
3702
3695
|
hint?: string | undefined;
|
3703
3696
|
hideDetails?: boolean | "auto" | undefined;
|
3704
3697
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3710,7 +3703,7 @@ export declare const VDateInput: {
|
|
3710
3703
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3711
3704
|
modelValue?: unknown;
|
3712
3705
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3713
|
-
}, 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" | "
|
3706
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3714
3707
|
$: import("vue").ComponentInternalInstance;
|
3715
3708
|
$data: {};
|
3716
3709
|
$props: Partial<{
|
@@ -3757,13 +3750,13 @@ export declare const VDateInput: {
|
|
3757
3750
|
rounded?: string | number | boolean | undefined;
|
3758
3751
|
baseColor?: string | undefined;
|
3759
3752
|
bgColor?: string | undefined;
|
3760
|
-
iconColor?: string | boolean | undefined;
|
3761
3753
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3762
3754
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3763
3755
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3764
3756
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3765
3757
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3766
3758
|
centerAffix?: boolean | undefined;
|
3759
|
+
iconColor?: string | boolean | undefined;
|
3767
3760
|
} & 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">;
|
3768
3761
|
$attrs: {
|
3769
3762
|
[x: string]: unknown;
|
@@ -3816,13 +3809,13 @@ export declare const VDateInput: {
|
|
3816
3809
|
rounded?: string | number | boolean | undefined;
|
3817
3810
|
baseColor?: string | undefined;
|
3818
3811
|
bgColor?: string | undefined;
|
3819
|
-
iconColor?: string | boolean | undefined;
|
3820
3812
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3821
3813
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3822
3814
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3823
3815
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3824
3816
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3825
3817
|
centerAffix?: boolean | undefined;
|
3818
|
+
iconColor?: string | boolean | undefined;
|
3826
3819
|
} & {
|
3827
3820
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3828
3821
|
}, {
|
@@ -3926,13 +3919,13 @@ export declare const VDateInput: {
|
|
3926
3919
|
rounded?: string | number | boolean | undefined;
|
3927
3920
|
baseColor?: string | undefined;
|
3928
3921
|
bgColor?: string | undefined;
|
3929
|
-
iconColor?: string | boolean | undefined;
|
3930
3922
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3931
3923
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3932
3924
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3933
3925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3934
3926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3935
3927
|
centerAffix?: boolean | undefined;
|
3928
|
+
iconColor?: string | boolean | undefined;
|
3936
3929
|
} & {
|
3937
3930
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3938
3931
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3941,7 +3934,7 @@ export declare const VDateInput: {
|
|
3941
3934
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3942
3935
|
modelValue?: unknown;
|
3943
3936
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3944
|
-
}, 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" | "
|
3937
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3945
3938
|
_allExposed: {
|
3946
3939
|
reset: () => Promise<void>;
|
3947
3940
|
resetValidation: () => Promise<void>;
|
@@ -4109,7 +4102,6 @@ export declare const VDateInput: {
|
|
4109
4102
|
bgColor?: string | undefined;
|
4110
4103
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4111
4104
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4112
|
-
iconColor?: string | boolean | undefined;
|
4113
4105
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4114
4106
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4115
4107
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4118,6 +4110,7 @@ export declare const VDateInput: {
|
|
4118
4110
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4119
4111
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4120
4112
|
centerAffix?: boolean | undefined;
|
4113
|
+
iconColor?: string | boolean | undefined;
|
4121
4114
|
hint?: string | undefined;
|
4122
4115
|
hideDetails?: boolean | "auto" | undefined;
|
4123
4116
|
suffix?: string | undefined;
|
@@ -4232,9 +4225,9 @@ export declare const VDateInput: {
|
|
4232
4225
|
baseColor?: string | undefined;
|
4233
4226
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4234
4227
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4235
|
-
iconColor?: string | boolean | undefined;
|
4236
4228
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4237
4229
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4230
|
+
iconColor?: string | boolean | undefined;
|
4238
4231
|
hint?: string | undefined;
|
4239
4232
|
hideDetails?: boolean | "auto" | undefined;
|
4240
4233
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4288,9 +4281,9 @@ export declare const VDateInput: {
|
|
4288
4281
|
baseColor?: string | undefined;
|
4289
4282
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4290
4283
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4291
|
-
iconColor?: string | boolean | undefined;
|
4292
4284
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4293
4285
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4286
|
+
iconColor?: string | boolean | undefined;
|
4294
4287
|
hint?: string | undefined;
|
4295
4288
|
hideDetails?: boolean | "auto" | undefined;
|
4296
4289
|
} & {}, {
|
@@ -4391,9 +4384,9 @@ export declare const VDateInput: {
|
|
4391
4384
|
baseColor?: string | undefined;
|
4392
4385
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4393
4386
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4394
|
-
iconColor?: string | boolean | undefined;
|
4395
4387
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4396
4388
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4389
|
+
iconColor?: string | boolean | undefined;
|
4397
4390
|
hint?: string | undefined;
|
4398
4391
|
hideDetails?: boolean | "auto" | undefined;
|
4399
4392
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4405,7 +4398,7 @@ export declare const VDateInput: {
|
|
4405
4398
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4406
4399
|
modelValue?: unknown;
|
4407
4400
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4408
|
-
}, 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" | "
|
4401
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4409
4402
|
$: import("vue").ComponentInternalInstance;
|
4410
4403
|
$data: {};
|
4411
4404
|
$props: Partial<{
|
@@ -4452,13 +4445,13 @@ export declare const VDateInput: {
|
|
4452
4445
|
rounded?: string | number | boolean | undefined;
|
4453
4446
|
baseColor?: string | undefined;
|
4454
4447
|
bgColor?: string | undefined;
|
4455
|
-
iconColor?: string | boolean | undefined;
|
4456
4448
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4457
4449
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4458
4450
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4459
4451
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4460
4452
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4461
4453
|
centerAffix?: boolean | undefined;
|
4454
|
+
iconColor?: string | boolean | undefined;
|
4462
4455
|
} & 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">;
|
4463
4456
|
$attrs: {
|
4464
4457
|
[x: string]: unknown;
|
@@ -4511,13 +4504,13 @@ export declare const VDateInput: {
|
|
4511
4504
|
rounded?: string | number | boolean | undefined;
|
4512
4505
|
baseColor?: string | undefined;
|
4513
4506
|
bgColor?: string | undefined;
|
4514
|
-
iconColor?: string | boolean | undefined;
|
4515
4507
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4516
4508
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4517
4509
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4518
4510
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4519
4511
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4520
4512
|
centerAffix?: boolean | undefined;
|
4513
|
+
iconColor?: string | boolean | undefined;
|
4521
4514
|
} & {
|
4522
4515
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4523
4516
|
}, {
|
@@ -4621,13 +4614,13 @@ export declare const VDateInput: {
|
|
4621
4614
|
rounded?: string | number | boolean | undefined;
|
4622
4615
|
baseColor?: string | undefined;
|
4623
4616
|
bgColor?: string | undefined;
|
4624
|
-
iconColor?: string | boolean | undefined;
|
4625
4617
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4626
4618
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4627
4619
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4628
4620
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4629
4621
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4630
4622
|
centerAffix?: boolean | undefined;
|
4623
|
+
iconColor?: string | boolean | undefined;
|
4631
4624
|
} & {
|
4632
4625
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4633
4626
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4636,7 +4629,7 @@ export declare const VDateInput: {
|
|
4636
4629
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4637
4630
|
modelValue?: unknown;
|
4638
4631
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4639
|
-
}, 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" | "
|
4632
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4640
4633
|
_allExposed: {
|
4641
4634
|
reset: () => Promise<void>;
|
4642
4635
|
resetValidation: () => Promise<void>;
|
@@ -4647,7 +4640,7 @@ export declare const VDateInput: {
|
|
4647
4640
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4648
4641
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4649
4642
|
} | {};
|
4650
|
-
}> & {} & 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" | "
|
4643
|
+
}> & {} & 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" | "iconColor" | "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}`> & {
|
4651
4644
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4652
4645
|
$: import("vue").ComponentInternalInstance;
|
4653
4646
|
$data: {};
|
@@ -4698,9 +4691,9 @@ export declare const VDateInput: {
|
|
4698
4691
|
baseColor?: string | undefined;
|
4699
4692
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4700
4693
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4701
|
-
iconColor?: string | boolean | undefined;
|
4702
4694
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4703
4695
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4696
|
+
iconColor?: string | boolean | undefined;
|
4704
4697
|
hint?: string | undefined;
|
4705
4698
|
hideDetails?: boolean | "auto" | undefined;
|
4706
4699
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4754,9 +4747,9 @@ export declare const VDateInput: {
|
|
4754
4747
|
baseColor?: string | undefined;
|
4755
4748
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4756
4749
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4757
|
-
iconColor?: string | boolean | undefined;
|
4758
4750
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4759
4751
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4752
|
+
iconColor?: string | boolean | undefined;
|
4760
4753
|
hint?: string | undefined;
|
4761
4754
|
hideDetails?: boolean | "auto" | undefined;
|
4762
4755
|
} & {}, {
|
@@ -4857,9 +4850,9 @@ export declare const VDateInput: {
|
|
4857
4850
|
baseColor?: string | undefined;
|
4858
4851
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4859
4852
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4860
|
-
iconColor?: string | boolean | undefined;
|
4861
4853
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4862
4854
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4855
|
+
iconColor?: string | boolean | undefined;
|
4863
4856
|
hint?: string | undefined;
|
4864
4857
|
hideDetails?: boolean | "auto" | undefined;
|
4865
4858
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4871,7 +4864,7 @@ export declare const VDateInput: {
|
|
4871
4864
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4872
4865
|
modelValue?: unknown;
|
4873
4866
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4874
|
-
}, 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" | "
|
4867
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4875
4868
|
$: import("vue").ComponentInternalInstance;
|
4876
4869
|
$data: {};
|
4877
4870
|
$props: Partial<{
|
@@ -4918,13 +4911,13 @@ export declare const VDateInput: {
|
|
4918
4911
|
rounded?: string | number | boolean | undefined;
|
4919
4912
|
baseColor?: string | undefined;
|
4920
4913
|
bgColor?: string | undefined;
|
4921
|
-
iconColor?: string | boolean | undefined;
|
4922
4914
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4923
4915
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4924
4916
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4925
4917
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4926
4918
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4927
4919
|
centerAffix?: boolean | undefined;
|
4920
|
+
iconColor?: string | boolean | undefined;
|
4928
4921
|
} & 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">;
|
4929
4922
|
$attrs: {
|
4930
4923
|
[x: string]: unknown;
|
@@ -4977,13 +4970,13 @@ export declare const VDateInput: {
|
|
4977
4970
|
rounded?: string | number | boolean | undefined;
|
4978
4971
|
baseColor?: string | undefined;
|
4979
4972
|
bgColor?: string | undefined;
|
4980
|
-
iconColor?: string | boolean | undefined;
|
4981
4973
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4982
4974
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4983
4975
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4984
4976
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4985
4977
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4986
4978
|
centerAffix?: boolean | undefined;
|
4979
|
+
iconColor?: string | boolean | undefined;
|
4987
4980
|
} & {
|
4988
4981
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4989
4982
|
}, {
|
@@ -5087,13 +5080,13 @@ export declare const VDateInput: {
|
|
5087
5080
|
rounded?: string | number | boolean | undefined;
|
5088
5081
|
baseColor?: string | undefined;
|
5089
5082
|
bgColor?: string | undefined;
|
5090
|
-
iconColor?: string | boolean | undefined;
|
5091
5083
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5092
5084
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5093
5085
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5094
5086
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5095
5087
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5096
5088
|
centerAffix?: boolean | undefined;
|
5089
|
+
iconColor?: string | boolean | undefined;
|
5097
5090
|
} & {
|
5098
5091
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5099
5092
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5102,7 +5095,7 @@ export declare const VDateInput: {
|
|
5102
5095
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5103
5096
|
modelValue?: unknown;
|
5104
5097
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5105
|
-
}, 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" | "
|
5098
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5106
5099
|
_allExposed: {
|
5107
5100
|
reset: () => Promise<void>;
|
5108
5101
|
resetValidation: () => Promise<void>;
|
@@ -5267,7 +5260,6 @@ export declare const VDateInput: {
|
|
5267
5260
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5268
5261
|
controlHeight?: string | number | undefined;
|
5269
5262
|
headerColor?: string | undefined;
|
5270
|
-
iconColor?: string | boolean | undefined;
|
5271
5263
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5272
5264
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5273
5265
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5276,6 +5268,7 @@ export declare const VDateInput: {
|
|
5276
5268
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5277
5269
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5278
5270
|
centerAffix?: boolean | undefined;
|
5271
|
+
iconColor?: string | boolean | undefined;
|
5279
5272
|
hint?: string | undefined;
|
5280
5273
|
hideDetails?: boolean | "auto" | undefined;
|
5281
5274
|
suffix?: string | undefined;
|
@@ -5283,7 +5276,6 @@ export declare const VDateInput: {
|
|
5283
5276
|
modelModifiers?: Record<string, boolean> | undefined;
|
5284
5277
|
firstDayOfWeek?: string | number | undefined;
|
5285
5278
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
5286
|
-
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
5287
5279
|
inputFormat?: string | undefined;
|
5288
5280
|
displayFormat?: string | Function | undefined;
|
5289
5281
|
} & {
|
@@ -5434,7 +5426,6 @@ export declare const VDateInput: {
|
|
5434
5426
|
bgColor?: string | undefined;
|
5435
5427
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5436
5428
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5437
|
-
iconColor?: string | boolean | undefined;
|
5438
5429
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5439
5430
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5440
5431
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5443,6 +5434,7 @@ export declare const VDateInput: {
|
|
5443
5434
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5444
5435
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5445
5436
|
centerAffix?: boolean | undefined;
|
5437
|
+
iconColor?: string | boolean | undefined;
|
5446
5438
|
hint?: string | undefined;
|
5447
5439
|
hideDetails?: boolean | "auto" | undefined;
|
5448
5440
|
suffix?: string | undefined;
|
@@ -5586,7 +5578,6 @@ export declare const VDateInput: {
|
|
5586
5578
|
bgColor?: string | undefined;
|
5587
5579
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5588
5580
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5589
|
-
iconColor?: string | boolean | undefined;
|
5590
5581
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5591
5582
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5592
5583
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5595,6 +5586,7 @@ export declare const VDateInput: {
|
|
5595
5586
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5596
5587
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5597
5588
|
centerAffix?: boolean | undefined;
|
5589
|
+
iconColor?: string | boolean | undefined;
|
5598
5590
|
hint?: string | undefined;
|
5599
5591
|
hideDetails?: boolean | "auto" | undefined;
|
5600
5592
|
suffix?: string | undefined;
|
@@ -5709,9 +5701,9 @@ export declare const VDateInput: {
|
|
5709
5701
|
baseColor?: string | undefined;
|
5710
5702
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5711
5703
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5712
|
-
iconColor?: string | boolean | undefined;
|
5713
5704
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5714
5705
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5706
|
+
iconColor?: string | boolean | undefined;
|
5715
5707
|
hint?: string | undefined;
|
5716
5708
|
hideDetails?: boolean | "auto" | undefined;
|
5717
5709
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5765,9 +5757,9 @@ export declare const VDateInput: {
|
|
5765
5757
|
baseColor?: string | undefined;
|
5766
5758
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5767
5759
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5768
|
-
iconColor?: string | boolean | undefined;
|
5769
5760
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5770
5761
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5762
|
+
iconColor?: string | boolean | undefined;
|
5771
5763
|
hint?: string | undefined;
|
5772
5764
|
hideDetails?: boolean | "auto" | undefined;
|
5773
5765
|
} & {}, {
|
@@ -5868,9 +5860,9 @@ export declare const VDateInput: {
|
|
5868
5860
|
baseColor?: string | undefined;
|
5869
5861
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5870
5862
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5871
|
-
iconColor?: string | boolean | undefined;
|
5872
5863
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5873
5864
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5865
|
+
iconColor?: string | boolean | undefined;
|
5874
5866
|
hint?: string | undefined;
|
5875
5867
|
hideDetails?: boolean | "auto" | undefined;
|
5876
5868
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5882,7 +5874,7 @@ export declare const VDateInput: {
|
|
5882
5874
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5883
5875
|
modelValue?: unknown;
|
5884
5876
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5885
|
-
}, 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" | "
|
5877
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5886
5878
|
$: import("vue").ComponentInternalInstance;
|
5887
5879
|
$data: {};
|
5888
5880
|
$props: Partial<{
|
@@ -5929,13 +5921,13 @@ export declare const VDateInput: {
|
|
5929
5921
|
rounded?: string | number | boolean | undefined;
|
5930
5922
|
baseColor?: string | undefined;
|
5931
5923
|
bgColor?: string | undefined;
|
5932
|
-
iconColor?: string | boolean | undefined;
|
5933
5924
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5934
5925
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5935
5926
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5936
5927
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5937
5928
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5938
5929
|
centerAffix?: boolean | undefined;
|
5930
|
+
iconColor?: string | boolean | undefined;
|
5939
5931
|
} & 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">;
|
5940
5932
|
$attrs: {
|
5941
5933
|
[x: string]: unknown;
|
@@ -5988,13 +5980,13 @@ export declare const VDateInput: {
|
|
5988
5980
|
rounded?: string | number | boolean | undefined;
|
5989
5981
|
baseColor?: string | undefined;
|
5990
5982
|
bgColor?: string | undefined;
|
5991
|
-
iconColor?: string | boolean | undefined;
|
5992
5983
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5993
5984
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5994
5985
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5995
5986
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5996
5987
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5997
5988
|
centerAffix?: boolean | undefined;
|
5989
|
+
iconColor?: string | boolean | undefined;
|
5998
5990
|
} & {
|
5999
5991
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6000
5992
|
}, {
|
@@ -6098,13 +6090,13 @@ export declare const VDateInput: {
|
|
6098
6090
|
rounded?: string | number | boolean | undefined;
|
6099
6091
|
baseColor?: string | undefined;
|
6100
6092
|
bgColor?: string | undefined;
|
6101
|
-
iconColor?: string | boolean | undefined;
|
6102
6093
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6103
6094
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6104
6095
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6105
6096
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6106
6097
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6107
6098
|
centerAffix?: boolean | undefined;
|
6099
|
+
iconColor?: string | boolean | undefined;
|
6108
6100
|
} & {
|
6109
6101
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6110
6102
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6113,7 +6105,7 @@ export declare const VDateInput: {
|
|
6113
6105
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6114
6106
|
modelValue?: unknown;
|
6115
6107
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6116
|
-
}, 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" | "
|
6108
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6117
6109
|
_allExposed: {
|
6118
6110
|
reset: () => Promise<void>;
|
6119
6111
|
resetValidation: () => Promise<void>;
|
@@ -6281,7 +6273,6 @@ export declare const VDateInput: {
|
|
6281
6273
|
bgColor?: string | undefined;
|
6282
6274
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6283
6275
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6284
|
-
iconColor?: string | boolean | undefined;
|
6285
6276
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6286
6277
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6287
6278
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6290,6 +6281,7 @@ export declare const VDateInput: {
|
|
6290
6281
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6291
6282
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6292
6283
|
centerAffix?: boolean | undefined;
|
6284
|
+
iconColor?: string | boolean | undefined;
|
6293
6285
|
hint?: string | undefined;
|
6294
6286
|
hideDetails?: boolean | "auto" | undefined;
|
6295
6287
|
suffix?: string | undefined;
|
@@ -6404,9 +6396,9 @@ export declare const VDateInput: {
|
|
6404
6396
|
baseColor?: string | undefined;
|
6405
6397
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6406
6398
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6407
|
-
iconColor?: string | boolean | undefined;
|
6408
6399
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6409
6400
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6401
|
+
iconColor?: string | boolean | undefined;
|
6410
6402
|
hint?: string | undefined;
|
6411
6403
|
hideDetails?: boolean | "auto" | undefined;
|
6412
6404
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6460,9 +6452,9 @@ export declare const VDateInput: {
|
|
6460
6452
|
baseColor?: string | undefined;
|
6461
6453
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6462
6454
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6463
|
-
iconColor?: string | boolean | undefined;
|
6464
6455
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6465
6456
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6457
|
+
iconColor?: string | boolean | undefined;
|
6466
6458
|
hint?: string | undefined;
|
6467
6459
|
hideDetails?: boolean | "auto" | undefined;
|
6468
6460
|
} & {}, {
|
@@ -6563,9 +6555,9 @@ export declare const VDateInput: {
|
|
6563
6555
|
baseColor?: string | undefined;
|
6564
6556
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6565
6557
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6566
|
-
iconColor?: string | boolean | undefined;
|
6567
6558
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6568
6559
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6560
|
+
iconColor?: string | boolean | undefined;
|
6569
6561
|
hint?: string | undefined;
|
6570
6562
|
hideDetails?: boolean | "auto" | undefined;
|
6571
6563
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6577,7 +6569,7 @@ export declare const VDateInput: {
|
|
6577
6569
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6578
6570
|
modelValue?: unknown;
|
6579
6571
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6580
|
-
}, 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" | "
|
6572
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6581
6573
|
$: import("vue").ComponentInternalInstance;
|
6582
6574
|
$data: {};
|
6583
6575
|
$props: Partial<{
|
@@ -6624,13 +6616,13 @@ export declare const VDateInput: {
|
|
6624
6616
|
rounded?: string | number | boolean | undefined;
|
6625
6617
|
baseColor?: string | undefined;
|
6626
6618
|
bgColor?: string | undefined;
|
6627
|
-
iconColor?: string | boolean | undefined;
|
6628
6619
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6629
6620
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6630
6621
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6631
6622
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6632
6623
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6633
6624
|
centerAffix?: boolean | undefined;
|
6625
|
+
iconColor?: string | boolean | undefined;
|
6634
6626
|
} & 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">;
|
6635
6627
|
$attrs: {
|
6636
6628
|
[x: string]: unknown;
|
@@ -6683,13 +6675,13 @@ export declare const VDateInput: {
|
|
6683
6675
|
rounded?: string | number | boolean | undefined;
|
6684
6676
|
baseColor?: string | undefined;
|
6685
6677
|
bgColor?: string | undefined;
|
6686
|
-
iconColor?: string | boolean | undefined;
|
6687
6678
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6688
6679
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6689
6680
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6690
6681
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6691
6682
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6692
6683
|
centerAffix?: boolean | undefined;
|
6684
|
+
iconColor?: string | boolean | undefined;
|
6693
6685
|
} & {
|
6694
6686
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6695
6687
|
}, {
|
@@ -6793,13 +6785,13 @@ export declare const VDateInput: {
|
|
6793
6785
|
rounded?: string | number | boolean | undefined;
|
6794
6786
|
baseColor?: string | undefined;
|
6795
6787
|
bgColor?: string | undefined;
|
6796
|
-
iconColor?: string | boolean | undefined;
|
6797
6788
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6798
6789
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6799
6790
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6800
6791
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6801
6792
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6802
6793
|
centerAffix?: boolean | undefined;
|
6794
|
+
iconColor?: string | boolean | undefined;
|
6803
6795
|
} & {
|
6804
6796
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6805
6797
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6808,7 +6800,7 @@ export declare const VDateInput: {
|
|
6808
6800
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6809
6801
|
modelValue?: unknown;
|
6810
6802
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6811
|
-
}, 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" | "
|
6803
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6812
6804
|
_allExposed: {
|
6813
6805
|
reset: () => Promise<void>;
|
6814
6806
|
resetValidation: () => Promise<void>;
|
@@ -6819,7 +6811,7 @@ export declare const VDateInput: {
|
|
6819
6811
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6820
6812
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6821
6813
|
} | {};
|
6822
|
-
}> & {} & 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" | "
|
6814
|
+
}> & {} & 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" | "iconColor" | "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}`> & {
|
6823
6815
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6824
6816
|
$: import("vue").ComponentInternalInstance;
|
6825
6817
|
$data: {};
|
@@ -6870,9 +6862,9 @@ export declare const VDateInput: {
|
|
6870
6862
|
baseColor?: string | undefined;
|
6871
6863
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6872
6864
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6873
|
-
iconColor?: string | boolean | undefined;
|
6874
6865
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6875
6866
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6867
|
+
iconColor?: string | boolean | undefined;
|
6876
6868
|
hint?: string | undefined;
|
6877
6869
|
hideDetails?: boolean | "auto" | undefined;
|
6878
6870
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6926,9 +6918,9 @@ export declare const VDateInput: {
|
|
6926
6918
|
baseColor?: string | undefined;
|
6927
6919
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6928
6920
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6929
|
-
iconColor?: string | boolean | undefined;
|
6930
6921
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6931
6922
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6923
|
+
iconColor?: string | boolean | undefined;
|
6932
6924
|
hint?: string | undefined;
|
6933
6925
|
hideDetails?: boolean | "auto" | undefined;
|
6934
6926
|
} & {}, {
|
@@ -7029,9 +7021,9 @@ export declare const VDateInput: {
|
|
7029
7021
|
baseColor?: string | undefined;
|
7030
7022
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7031
7023
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7032
|
-
iconColor?: string | boolean | undefined;
|
7033
7024
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7034
7025
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7026
|
+
iconColor?: string | boolean | undefined;
|
7035
7027
|
hint?: string | undefined;
|
7036
7028
|
hideDetails?: boolean | "auto" | undefined;
|
7037
7029
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7043,7 +7035,7 @@ export declare const VDateInput: {
|
|
7043
7035
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
7044
7036
|
modelValue?: unknown;
|
7045
7037
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7046
|
-
}, 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" | "
|
7038
|
+
}, 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" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
7047
7039
|
$: import("vue").ComponentInternalInstance;
|
7048
7040
|
$data: {};
|
7049
7041
|
$props: Partial<{
|
@@ -7090,13 +7082,13 @@ export declare const VDateInput: {
|
|
7090
7082
|
rounded?: string | number | boolean | undefined;
|
7091
7083
|
baseColor?: string | undefined;
|
7092
7084
|
bgColor?: string | undefined;
|
7093
|
-
iconColor?: string | boolean | undefined;
|
7094
7085
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7095
7086
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7096
7087
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7097
7088
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7098
7089
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7099
7090
|
centerAffix?: boolean | undefined;
|
7091
|
+
iconColor?: string | boolean | undefined;
|
7100
7092
|
} & 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">;
|
7101
7093
|
$attrs: {
|
7102
7094
|
[x: string]: unknown;
|
@@ -7149,13 +7141,13 @@ export declare const VDateInput: {
|
|
7149
7141
|
rounded?: string | number | boolean | undefined;
|
7150
7142
|
baseColor?: string | undefined;
|
7151
7143
|
bgColor?: string | undefined;
|
7152
|
-
iconColor?: string | boolean | undefined;
|
7153
7144
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7154
7145
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7155
7146
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7156
7147
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7157
7148
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7158
7149
|
centerAffix?: boolean | undefined;
|
7150
|
+
iconColor?: string | boolean | undefined;
|
7159
7151
|
} & {
|
7160
7152
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7161
7153
|
}, {
|
@@ -7259,13 +7251,13 @@ export declare const VDateInput: {
|
|
7259
7251
|
rounded?: string | number | boolean | undefined;
|
7260
7252
|
baseColor?: string | undefined;
|
7261
7253
|
bgColor?: string | undefined;
|
7262
|
-
iconColor?: string | boolean | undefined;
|
7263
7254
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7264
7255
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7265
7256
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7266
7257
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7267
7258
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7268
7259
|
centerAffix?: boolean | undefined;
|
7260
|
+
iconColor?: string | boolean | undefined;
|
7269
7261
|
} & {
|
7270
7262
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7271
7263
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7274,7 +7266,7 @@ export declare const VDateInput: {
|
|
7274
7266
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
7275
7267
|
modelValue?: unknown;
|
7276
7268
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7277
|
-
}, 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" | "
|
7269
|
+
}, 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" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7278
7270
|
_allExposed: {
|
7279
7271
|
reset: () => Promise<void>;
|
7280
7272
|
resetValidation: () => Promise<void>;
|
@@ -7466,7 +7458,6 @@ export declare const VDateInput: {
|
|
7466
7458
|
default: undefined;
|
7467
7459
|
};
|
7468
7460
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7469
|
-
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
7470
7461
|
hideWeekdays: BooleanConstructor;
|
7471
7462
|
showWeek: BooleanConstructor;
|
7472
7463
|
rounded: {
|
@@ -7699,7 +7690,6 @@ export declare const VDateInput: {
|
|
7699
7690
|
default: undefined;
|
7700
7691
|
};
|
7701
7692
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7702
|
-
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
7703
7693
|
hideWeekdays: BooleanConstructor;
|
7704
7694
|
showWeek: BooleanConstructor;
|
7705
7695
|
rounded: {
|