@vuetify/nightly 3.8.7-master.2025-06-03 → 3.8.8-dev.2025-06-08
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 +30 -15
- package/dist/json/attributes.json +3542 -3418
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +32 -1
- package/dist/json/web-types.json +6581 -6195
- package/dist/vuetify-labs.cjs +369 -147
- package/dist/vuetify-labs.css +3246 -3212
- package/dist/vuetify-labs.d.ts +2433 -1899
- package/dist/vuetify-labs.esm.js +370 -148
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +369 -147
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +363 -136
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3712 -3678
- package/dist/vuetify.d.ts +1588 -1094
- package/dist/vuetify.esm.js +364 -137
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +363 -136
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1224 -1206
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +154 -103
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +154 -103
- package/lib/components/VCombobox/VCombobox.js +22 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +60 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +23 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +171 -107
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +23 -13
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +3 -3
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +83 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/entry-bundler.d.ts +3 -3
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +9 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -1
@@ -53,6 +53,7 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
53
53
|
weeksInMonth?: unknown;
|
54
54
|
firstDayOfWeek?: unknown;
|
55
55
|
allowedDates?: unknown;
|
56
|
+
weekdayFormat?: unknown;
|
56
57
|
hideWeekdays?: unknown;
|
57
58
|
showWeek?: unknown;
|
58
59
|
allowedMonths?: unknown;
|
@@ -404,6 +405,10 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
404
405
|
type: PropType<unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : unknown[] | ((date: unknown) => boolean) | Defaults["allowedDates"]>;
|
405
406
|
default: unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : NonNullable<unknown[] | ((date: unknown) => boolean)> | Defaults["allowedDates"];
|
406
407
|
};
|
408
|
+
weekdayFormat: unknown extends Defaults["weekdayFormat"] ? PropType<"long" | "short" | "narrow" | undefined> : {
|
409
|
+
type: PropType<unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : "long" | "short" | "narrow" | Defaults["weekdayFormat"] | undefined>;
|
410
|
+
default: unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : NonNullable<"long" | "short" | "narrow" | undefined> | Defaults["weekdayFormat"];
|
411
|
+
};
|
407
412
|
hideWeekdays: unknown extends Defaults["hideWeekdays"] ? BooleanConstructor : {
|
408
413
|
type: PropType<unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"]>;
|
409
414
|
default: unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"];
|
@@ -902,6 +907,7 @@ export declare const VDateInput: {
|
|
902
907
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
903
908
|
controlHeight?: string | number | undefined;
|
904
909
|
headerColor?: string | undefined;
|
910
|
+
iconColor?: string | boolean | undefined;
|
905
911
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
906
912
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
907
913
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -910,7 +916,6 @@ export declare const VDateInput: {
|
|
910
916
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
911
917
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
912
918
|
centerAffix?: boolean | undefined;
|
913
|
-
iconColor?: string | boolean | undefined;
|
914
919
|
hint?: string | undefined;
|
915
920
|
hideDetails?: boolean | "auto" | undefined;
|
916
921
|
suffix?: string | undefined;
|
@@ -918,6 +923,7 @@ export declare const VDateInput: {
|
|
918
923
|
modelModifiers?: Record<string, boolean> | undefined;
|
919
924
|
firstDayOfWeek?: string | number | undefined;
|
920
925
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
926
|
+
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
921
927
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
922
928
|
allowedYears?: number[] | ((date: number) => boolean) | undefined;
|
923
929
|
inputFormat?: string | undefined;
|
@@ -1070,6 +1076,7 @@ export declare const VDateInput: {
|
|
1070
1076
|
bgColor?: string | undefined;
|
1071
1077
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1072
1078
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1079
|
+
iconColor?: string | boolean | undefined;
|
1073
1080
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1074
1081
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1075
1082
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1078,7 +1085,6 @@ export declare const VDateInput: {
|
|
1078
1085
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1079
1086
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1080
1087
|
centerAffix?: boolean | undefined;
|
1081
|
-
iconColor?: string | boolean | undefined;
|
1082
1088
|
hint?: string | undefined;
|
1083
1089
|
hideDetails?: boolean | "auto" | undefined;
|
1084
1090
|
suffix?: string | undefined;
|
@@ -1222,6 +1228,7 @@ export declare const VDateInput: {
|
|
1222
1228
|
bgColor?: string | undefined;
|
1223
1229
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1224
1230
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1231
|
+
iconColor?: string | boolean | undefined;
|
1225
1232
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1226
1233
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1227
1234
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1230,7 +1237,6 @@ export declare const VDateInput: {
|
|
1230
1237
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1231
1238
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1232
1239
|
centerAffix?: boolean | undefined;
|
1233
|
-
iconColor?: string | boolean | undefined;
|
1234
1240
|
hint?: string | undefined;
|
1235
1241
|
hideDetails?: boolean | "auto" | undefined;
|
1236
1242
|
suffix?: string | undefined;
|
@@ -1345,9 +1351,9 @@ export declare const VDateInput: {
|
|
1345
1351
|
baseColor?: string | undefined;
|
1346
1352
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1347
1353
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1354
|
+
iconColor?: string | boolean | undefined;
|
1348
1355
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1349
1356
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1350
|
-
iconColor?: string | boolean | undefined;
|
1351
1357
|
hint?: string | undefined;
|
1352
1358
|
hideDetails?: boolean | "auto" | undefined;
|
1353
1359
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1401,9 +1407,9 @@ export declare const VDateInput: {
|
|
1401
1407
|
baseColor?: string | undefined;
|
1402
1408
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1403
1409
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1410
|
+
iconColor?: string | boolean | undefined;
|
1404
1411
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1405
1412
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1406
|
-
iconColor?: string | boolean | undefined;
|
1407
1413
|
hint?: string | undefined;
|
1408
1414
|
hideDetails?: boolean | "auto" | undefined;
|
1409
1415
|
} & {}, {
|
@@ -1504,9 +1510,9 @@ export declare const VDateInput: {
|
|
1504
1510
|
baseColor?: string | undefined;
|
1505
1511
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1506
1512
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1513
|
+
iconColor?: string | boolean | undefined;
|
1507
1514
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1508
1515
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1509
|
-
iconColor?: string | boolean | undefined;
|
1510
1516
|
hint?: string | undefined;
|
1511
1517
|
hideDetails?: boolean | "auto" | undefined;
|
1512
1518
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1518,7 +1524,7 @@ export declare const VDateInput: {
|
|
1518
1524
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1519
1525
|
modelValue?: unknown;
|
1520
1526
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1521
|
-
}, 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" | "
|
1527
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
1522
1528
|
$: import("vue").ComponentInternalInstance;
|
1523
1529
|
$data: {};
|
1524
1530
|
$props: Partial<{
|
@@ -1565,13 +1571,13 @@ export declare const VDateInput: {
|
|
1565
1571
|
rounded?: string | number | boolean | undefined;
|
1566
1572
|
baseColor?: string | undefined;
|
1567
1573
|
bgColor?: string | undefined;
|
1574
|
+
iconColor?: string | boolean | undefined;
|
1568
1575
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1569
1576
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1570
1577
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1571
1578
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1572
1579
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1573
1580
|
centerAffix?: boolean | undefined;
|
1574
|
-
iconColor?: string | boolean | undefined;
|
1575
1581
|
} & 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">;
|
1576
1582
|
$attrs: {
|
1577
1583
|
[x: string]: unknown;
|
@@ -1624,13 +1630,13 @@ export declare const VDateInput: {
|
|
1624
1630
|
rounded?: string | number | boolean | undefined;
|
1625
1631
|
baseColor?: string | undefined;
|
1626
1632
|
bgColor?: string | undefined;
|
1633
|
+
iconColor?: string | boolean | undefined;
|
1627
1634
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1628
1635
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1629
1636
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1630
1637
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1631
1638
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1632
1639
|
centerAffix?: boolean | undefined;
|
1633
|
-
iconColor?: string | boolean | undefined;
|
1634
1640
|
} & {
|
1635
1641
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1636
1642
|
}, {
|
@@ -1734,13 +1740,13 @@ export declare const VDateInput: {
|
|
1734
1740
|
rounded?: string | number | boolean | undefined;
|
1735
1741
|
baseColor?: string | undefined;
|
1736
1742
|
bgColor?: string | undefined;
|
1743
|
+
iconColor?: string | boolean | undefined;
|
1737
1744
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1738
1745
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1739
1746
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
1740
1747
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1741
1748
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1742
1749
|
centerAffix?: boolean | undefined;
|
1743
|
-
iconColor?: string | boolean | undefined;
|
1744
1750
|
} & {
|
1745
1751
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
1746
1752
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -1749,7 +1755,7 @@ export declare const VDateInput: {
|
|
1749
1755
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1750
1756
|
modelValue?: unknown;
|
1751
1757
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1752
|
-
}, 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" | "
|
1758
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
1753
1759
|
_allExposed: {
|
1754
1760
|
reset: () => Promise<void>;
|
1755
1761
|
resetValidation: () => Promise<void>;
|
@@ -1917,6 +1923,7 @@ export declare const VDateInput: {
|
|
1917
1923
|
bgColor?: string | undefined;
|
1918
1924
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1919
1925
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1926
|
+
iconColor?: string | boolean | undefined;
|
1920
1927
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1921
1928
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1922
1929
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1925,7 +1932,6 @@ export declare const VDateInput: {
|
|
1925
1932
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1926
1933
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1927
1934
|
centerAffix?: boolean | undefined;
|
1928
|
-
iconColor?: string | boolean | undefined;
|
1929
1935
|
hint?: string | undefined;
|
1930
1936
|
hideDetails?: boolean | "auto" | undefined;
|
1931
1937
|
suffix?: string | undefined;
|
@@ -2040,9 +2046,9 @@ export declare const VDateInput: {
|
|
2040
2046
|
baseColor?: string | undefined;
|
2041
2047
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2042
2048
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2049
|
+
iconColor?: string | boolean | undefined;
|
2043
2050
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2044
2051
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2045
|
-
iconColor?: string | boolean | undefined;
|
2046
2052
|
hint?: string | undefined;
|
2047
2053
|
hideDetails?: boolean | "auto" | undefined;
|
2048
2054
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2096,9 +2102,9 @@ export declare const VDateInput: {
|
|
2096
2102
|
baseColor?: string | undefined;
|
2097
2103
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2098
2104
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2105
|
+
iconColor?: string | boolean | undefined;
|
2099
2106
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2100
2107
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2101
|
-
iconColor?: string | boolean | undefined;
|
2102
2108
|
hint?: string | undefined;
|
2103
2109
|
hideDetails?: boolean | "auto" | undefined;
|
2104
2110
|
} & {}, {
|
@@ -2199,9 +2205,9 @@ export declare const VDateInput: {
|
|
2199
2205
|
baseColor?: string | undefined;
|
2200
2206
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2201
2207
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2208
|
+
iconColor?: string | boolean | undefined;
|
2202
2209
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2203
2210
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2204
|
-
iconColor?: string | boolean | undefined;
|
2205
2211
|
hint?: string | undefined;
|
2206
2212
|
hideDetails?: boolean | "auto" | undefined;
|
2207
2213
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2213,7 +2219,7 @@ export declare const VDateInput: {
|
|
2213
2219
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2214
2220
|
modelValue?: unknown;
|
2215
2221
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2216
|
-
}, 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" | "
|
2222
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2217
2223
|
$: import("vue").ComponentInternalInstance;
|
2218
2224
|
$data: {};
|
2219
2225
|
$props: Partial<{
|
@@ -2260,13 +2266,13 @@ export declare const VDateInput: {
|
|
2260
2266
|
rounded?: string | number | boolean | undefined;
|
2261
2267
|
baseColor?: string | undefined;
|
2262
2268
|
bgColor?: string | undefined;
|
2269
|
+
iconColor?: string | boolean | undefined;
|
2263
2270
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2264
2271
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2265
2272
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2266
2273
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2267
2274
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2268
2275
|
centerAffix?: boolean | undefined;
|
2269
|
-
iconColor?: string | boolean | undefined;
|
2270
2276
|
} & 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">;
|
2271
2277
|
$attrs: {
|
2272
2278
|
[x: string]: unknown;
|
@@ -2319,13 +2325,13 @@ export declare const VDateInput: {
|
|
2319
2325
|
rounded?: string | number | boolean | undefined;
|
2320
2326
|
baseColor?: string | undefined;
|
2321
2327
|
bgColor?: string | undefined;
|
2328
|
+
iconColor?: string | boolean | undefined;
|
2322
2329
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2323
2330
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2324
2331
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2325
2332
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2326
2333
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2327
2334
|
centerAffix?: boolean | undefined;
|
2328
|
-
iconColor?: string | boolean | undefined;
|
2329
2335
|
} & {
|
2330
2336
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2331
2337
|
}, {
|
@@ -2429,13 +2435,13 @@ export declare const VDateInput: {
|
|
2429
2435
|
rounded?: string | number | boolean | undefined;
|
2430
2436
|
baseColor?: string | undefined;
|
2431
2437
|
bgColor?: string | undefined;
|
2438
|
+
iconColor?: string | boolean | undefined;
|
2432
2439
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2433
2440
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2434
2441
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2435
2442
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2436
2443
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2437
2444
|
centerAffix?: boolean | undefined;
|
2438
|
-
iconColor?: string | boolean | undefined;
|
2439
2445
|
} & {
|
2440
2446
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2441
2447
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2444,7 +2450,7 @@ export declare const VDateInput: {
|
|
2444
2450
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2445
2451
|
modelValue?: unknown;
|
2446
2452
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2447
|
-
}, 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" | "
|
2453
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2448
2454
|
_allExposed: {
|
2449
2455
|
reset: () => Promise<void>;
|
2450
2456
|
resetValidation: () => Promise<void>;
|
@@ -2455,7 +2461,7 @@ export declare const VDateInput: {
|
|
2455
2461
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2456
2462
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
2457
2463
|
} | {};
|
2458
|
-
}> & {} & 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" | "
|
2464
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
2459
2465
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
2460
2466
|
$: import("vue").ComponentInternalInstance;
|
2461
2467
|
$data: {};
|
@@ -2506,9 +2512,9 @@ export declare const VDateInput: {
|
|
2506
2512
|
baseColor?: string | undefined;
|
2507
2513
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2508
2514
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2515
|
+
iconColor?: string | boolean | undefined;
|
2509
2516
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2510
2517
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2511
|
-
iconColor?: string | boolean | undefined;
|
2512
2518
|
hint?: string | undefined;
|
2513
2519
|
hideDetails?: boolean | "auto" | undefined;
|
2514
2520
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -2562,9 +2568,9 @@ export declare const VDateInput: {
|
|
2562
2568
|
baseColor?: string | undefined;
|
2563
2569
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2564
2570
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2571
|
+
iconColor?: string | boolean | undefined;
|
2565
2572
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2566
2573
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2567
|
-
iconColor?: string | boolean | undefined;
|
2568
2574
|
hint?: string | undefined;
|
2569
2575
|
hideDetails?: boolean | "auto" | undefined;
|
2570
2576
|
} & {}, {
|
@@ -2665,9 +2671,9 @@ export declare const VDateInput: {
|
|
2665
2671
|
baseColor?: string | undefined;
|
2666
2672
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2667
2673
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2674
|
+
iconColor?: string | boolean | undefined;
|
2668
2675
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2669
2676
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2670
|
-
iconColor?: string | boolean | undefined;
|
2671
2677
|
hint?: string | undefined;
|
2672
2678
|
hideDetails?: boolean | "auto" | undefined;
|
2673
2679
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -2679,7 +2685,7 @@ export declare const VDateInput: {
|
|
2679
2685
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2680
2686
|
modelValue?: unknown;
|
2681
2687
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2682
|
-
}, 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" | "
|
2688
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
2683
2689
|
$: import("vue").ComponentInternalInstance;
|
2684
2690
|
$data: {};
|
2685
2691
|
$props: Partial<{
|
@@ -2726,13 +2732,13 @@ export declare const VDateInput: {
|
|
2726
2732
|
rounded?: string | number | boolean | undefined;
|
2727
2733
|
baseColor?: string | undefined;
|
2728
2734
|
bgColor?: string | undefined;
|
2735
|
+
iconColor?: string | boolean | undefined;
|
2729
2736
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2730
2737
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2731
2738
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2732
2739
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2733
2740
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2734
2741
|
centerAffix?: boolean | undefined;
|
2735
|
-
iconColor?: string | boolean | undefined;
|
2736
2742
|
} & 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">;
|
2737
2743
|
$attrs: {
|
2738
2744
|
[x: string]: unknown;
|
@@ -2785,13 +2791,13 @@ export declare const VDateInput: {
|
|
2785
2791
|
rounded?: string | number | boolean | undefined;
|
2786
2792
|
baseColor?: string | undefined;
|
2787
2793
|
bgColor?: string | undefined;
|
2794
|
+
iconColor?: string | boolean | undefined;
|
2788
2795
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2789
2796
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2790
2797
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2791
2798
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2792
2799
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2793
2800
|
centerAffix?: boolean | undefined;
|
2794
|
-
iconColor?: string | boolean | undefined;
|
2795
2801
|
} & {
|
2796
2802
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2797
2803
|
}, {
|
@@ -2895,13 +2901,13 @@ export declare const VDateInput: {
|
|
2895
2901
|
rounded?: string | number | boolean | undefined;
|
2896
2902
|
baseColor?: string | undefined;
|
2897
2903
|
bgColor?: string | undefined;
|
2904
|
+
iconColor?: string | boolean | undefined;
|
2898
2905
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2899
2906
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2900
2907
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2901
2908
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2902
2909
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2903
2910
|
centerAffix?: boolean | undefined;
|
2904
|
-
iconColor?: string | boolean | undefined;
|
2905
2911
|
} & {
|
2906
2912
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
2907
2913
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -2910,7 +2916,7 @@ export declare const VDateInput: {
|
|
2910
2916
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
2911
2917
|
modelValue?: unknown;
|
2912
2918
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
2913
|
-
}, 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" | "
|
2919
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
2914
2920
|
_allExposed: {
|
2915
2921
|
reset: () => Promise<void>;
|
2916
2922
|
resetValidation: () => Promise<void>;
|
@@ -3101,6 +3107,7 @@ export declare const VDateInput: {
|
|
3101
3107
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3102
3108
|
controlHeight?: string | number | undefined;
|
3103
3109
|
headerColor?: string | undefined;
|
3110
|
+
iconColor?: string | boolean | undefined;
|
3104
3111
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3105
3112
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3106
3113
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3109,7 +3116,6 @@ export declare const VDateInput: {
|
|
3109
3116
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3110
3117
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3111
3118
|
centerAffix?: boolean | undefined;
|
3112
|
-
iconColor?: string | boolean | undefined;
|
3113
3119
|
hint?: string | undefined;
|
3114
3120
|
hideDetails?: boolean | "auto" | undefined;
|
3115
3121
|
suffix?: string | undefined;
|
@@ -3117,6 +3123,7 @@ export declare const VDateInput: {
|
|
3117
3123
|
modelModifiers?: Record<string, boolean> | undefined;
|
3118
3124
|
firstDayOfWeek?: string | number | undefined;
|
3119
3125
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
3126
|
+
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
3120
3127
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
3121
3128
|
allowedYears?: number[] | ((date: number) => boolean) | undefined;
|
3122
3129
|
inputFormat?: string | undefined;
|
@@ -3269,6 +3276,7 @@ export declare const VDateInput: {
|
|
3269
3276
|
bgColor?: string | undefined;
|
3270
3277
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3271
3278
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3279
|
+
iconColor?: string | boolean | undefined;
|
3272
3280
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3273
3281
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3274
3282
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3277,7 +3285,6 @@ export declare const VDateInput: {
|
|
3277
3285
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3278
3286
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3279
3287
|
centerAffix?: boolean | undefined;
|
3280
|
-
iconColor?: string | boolean | undefined;
|
3281
3288
|
hint?: string | undefined;
|
3282
3289
|
hideDetails?: boolean | "auto" | undefined;
|
3283
3290
|
suffix?: string | undefined;
|
@@ -3421,6 +3428,7 @@ export declare const VDateInput: {
|
|
3421
3428
|
bgColor?: string | undefined;
|
3422
3429
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3423
3430
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3431
|
+
iconColor?: string | boolean | undefined;
|
3424
3432
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3425
3433
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3426
3434
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3429,7 +3437,6 @@ export declare const VDateInput: {
|
|
3429
3437
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3430
3438
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3431
3439
|
centerAffix?: boolean | undefined;
|
3432
|
-
iconColor?: string | boolean | undefined;
|
3433
3440
|
hint?: string | undefined;
|
3434
3441
|
hideDetails?: boolean | "auto" | undefined;
|
3435
3442
|
suffix?: string | undefined;
|
@@ -3544,9 +3551,9 @@ export declare const VDateInput: {
|
|
3544
3551
|
baseColor?: string | undefined;
|
3545
3552
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3546
3553
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3554
|
+
iconColor?: string | boolean | undefined;
|
3547
3555
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3548
3556
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3549
|
-
iconColor?: string | boolean | undefined;
|
3550
3557
|
hint?: string | undefined;
|
3551
3558
|
hideDetails?: boolean | "auto" | undefined;
|
3552
3559
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3600,9 +3607,9 @@ export declare const VDateInput: {
|
|
3600
3607
|
baseColor?: string | undefined;
|
3601
3608
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3602
3609
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3610
|
+
iconColor?: string | boolean | undefined;
|
3603
3611
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3604
3612
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3605
|
-
iconColor?: string | boolean | undefined;
|
3606
3613
|
hint?: string | undefined;
|
3607
3614
|
hideDetails?: boolean | "auto" | undefined;
|
3608
3615
|
} & {}, {
|
@@ -3703,9 +3710,9 @@ export declare const VDateInput: {
|
|
3703
3710
|
baseColor?: string | undefined;
|
3704
3711
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3705
3712
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3713
|
+
iconColor?: string | boolean | undefined;
|
3706
3714
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3707
3715
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3708
|
-
iconColor?: string | boolean | undefined;
|
3709
3716
|
hint?: string | undefined;
|
3710
3717
|
hideDetails?: boolean | "auto" | undefined;
|
3711
3718
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3717,7 +3724,7 @@ export declare const VDateInput: {
|
|
3717
3724
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3718
3725
|
modelValue?: unknown;
|
3719
3726
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3720
|
-
}, 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" | "
|
3727
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
3721
3728
|
$: import("vue").ComponentInternalInstance;
|
3722
3729
|
$data: {};
|
3723
3730
|
$props: Partial<{
|
@@ -3764,13 +3771,13 @@ export declare const VDateInput: {
|
|
3764
3771
|
rounded?: string | number | boolean | undefined;
|
3765
3772
|
baseColor?: string | undefined;
|
3766
3773
|
bgColor?: string | undefined;
|
3774
|
+
iconColor?: string | boolean | undefined;
|
3767
3775
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3768
3776
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3769
3777
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3770
3778
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3771
3779
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3772
3780
|
centerAffix?: boolean | undefined;
|
3773
|
-
iconColor?: string | boolean | undefined;
|
3774
3781
|
} & 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">;
|
3775
3782
|
$attrs: {
|
3776
3783
|
[x: string]: unknown;
|
@@ -3823,13 +3830,13 @@ export declare const VDateInput: {
|
|
3823
3830
|
rounded?: string | number | boolean | undefined;
|
3824
3831
|
baseColor?: string | undefined;
|
3825
3832
|
bgColor?: string | undefined;
|
3833
|
+
iconColor?: string | boolean | undefined;
|
3826
3834
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3827
3835
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3828
3836
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3829
3837
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3830
3838
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3831
3839
|
centerAffix?: boolean | undefined;
|
3832
|
-
iconColor?: string | boolean | undefined;
|
3833
3840
|
} & {
|
3834
3841
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3835
3842
|
}, {
|
@@ -3933,13 +3940,13 @@ export declare const VDateInput: {
|
|
3933
3940
|
rounded?: string | number | boolean | undefined;
|
3934
3941
|
baseColor?: string | undefined;
|
3935
3942
|
bgColor?: string | undefined;
|
3943
|
+
iconColor?: string | boolean | undefined;
|
3936
3944
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3937
3945
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3938
3946
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3939
3947
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3940
3948
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3941
3949
|
centerAffix?: boolean | undefined;
|
3942
|
-
iconColor?: string | boolean | undefined;
|
3943
3950
|
} & {
|
3944
3951
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3945
3952
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3948,7 +3955,7 @@ export declare const VDateInput: {
|
|
3948
3955
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
3949
3956
|
modelValue?: unknown;
|
3950
3957
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3951
|
-
}, 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" | "
|
3958
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
3952
3959
|
_allExposed: {
|
3953
3960
|
reset: () => Promise<void>;
|
3954
3961
|
resetValidation: () => Promise<void>;
|
@@ -4116,6 +4123,7 @@ export declare const VDateInput: {
|
|
4116
4123
|
bgColor?: string | undefined;
|
4117
4124
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4118
4125
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4126
|
+
iconColor?: string | boolean | undefined;
|
4119
4127
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4120
4128
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4121
4129
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4124,7 +4132,6 @@ export declare const VDateInput: {
|
|
4124
4132
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4125
4133
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4126
4134
|
centerAffix?: boolean | undefined;
|
4127
|
-
iconColor?: string | boolean | undefined;
|
4128
4135
|
hint?: string | undefined;
|
4129
4136
|
hideDetails?: boolean | "auto" | undefined;
|
4130
4137
|
suffix?: string | undefined;
|
@@ -4239,9 +4246,9 @@ export declare const VDateInput: {
|
|
4239
4246
|
baseColor?: string | undefined;
|
4240
4247
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4241
4248
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4249
|
+
iconColor?: string | boolean | undefined;
|
4242
4250
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4243
4251
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4244
|
-
iconColor?: string | boolean | undefined;
|
4245
4252
|
hint?: string | undefined;
|
4246
4253
|
hideDetails?: boolean | "auto" | undefined;
|
4247
4254
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4295,9 +4302,9 @@ export declare const VDateInput: {
|
|
4295
4302
|
baseColor?: string | undefined;
|
4296
4303
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4297
4304
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4305
|
+
iconColor?: string | boolean | undefined;
|
4298
4306
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4299
4307
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4300
|
-
iconColor?: string | boolean | undefined;
|
4301
4308
|
hint?: string | undefined;
|
4302
4309
|
hideDetails?: boolean | "auto" | undefined;
|
4303
4310
|
} & {}, {
|
@@ -4398,9 +4405,9 @@ export declare const VDateInput: {
|
|
4398
4405
|
baseColor?: string | undefined;
|
4399
4406
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4400
4407
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4408
|
+
iconColor?: string | boolean | undefined;
|
4401
4409
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4402
4410
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4403
|
-
iconColor?: string | boolean | undefined;
|
4404
4411
|
hint?: string | undefined;
|
4405
4412
|
hideDetails?: boolean | "auto" | undefined;
|
4406
4413
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4412,7 +4419,7 @@ export declare const VDateInput: {
|
|
4412
4419
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4413
4420
|
modelValue?: unknown;
|
4414
4421
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4415
|
-
}, 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" | "
|
4422
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4416
4423
|
$: import("vue").ComponentInternalInstance;
|
4417
4424
|
$data: {};
|
4418
4425
|
$props: Partial<{
|
@@ -4459,13 +4466,13 @@ export declare const VDateInput: {
|
|
4459
4466
|
rounded?: string | number | boolean | undefined;
|
4460
4467
|
baseColor?: string | undefined;
|
4461
4468
|
bgColor?: string | undefined;
|
4469
|
+
iconColor?: string | boolean | undefined;
|
4462
4470
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4463
4471
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4464
4472
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4465
4473
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4466
4474
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4467
4475
|
centerAffix?: boolean | undefined;
|
4468
|
-
iconColor?: string | boolean | undefined;
|
4469
4476
|
} & 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">;
|
4470
4477
|
$attrs: {
|
4471
4478
|
[x: string]: unknown;
|
@@ -4518,13 +4525,13 @@ export declare const VDateInput: {
|
|
4518
4525
|
rounded?: string | number | boolean | undefined;
|
4519
4526
|
baseColor?: string | undefined;
|
4520
4527
|
bgColor?: string | undefined;
|
4528
|
+
iconColor?: string | boolean | undefined;
|
4521
4529
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4522
4530
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4523
4531
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4524
4532
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4525
4533
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4526
4534
|
centerAffix?: boolean | undefined;
|
4527
|
-
iconColor?: string | boolean | undefined;
|
4528
4535
|
} & {
|
4529
4536
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4530
4537
|
}, {
|
@@ -4628,13 +4635,13 @@ export declare const VDateInput: {
|
|
4628
4635
|
rounded?: string | number | boolean | undefined;
|
4629
4636
|
baseColor?: string | undefined;
|
4630
4637
|
bgColor?: string | undefined;
|
4638
|
+
iconColor?: string | boolean | undefined;
|
4631
4639
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4632
4640
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4633
4641
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4634
4642
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4635
4643
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4636
4644
|
centerAffix?: boolean | undefined;
|
4637
|
-
iconColor?: string | boolean | undefined;
|
4638
4645
|
} & {
|
4639
4646
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4640
4647
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4643,7 +4650,7 @@ export declare const VDateInput: {
|
|
4643
4650
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4644
4651
|
modelValue?: unknown;
|
4645
4652
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4646
|
-
}, 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" | "
|
4653
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
4647
4654
|
_allExposed: {
|
4648
4655
|
reset: () => Promise<void>;
|
4649
4656
|
resetValidation: () => Promise<void>;
|
@@ -4654,7 +4661,7 @@ export declare const VDateInput: {
|
|
4654
4661
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4655
4662
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4656
4663
|
} | {};
|
4657
|
-
}> & {} & 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" | "
|
4664
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
4658
4665
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4659
4666
|
$: import("vue").ComponentInternalInstance;
|
4660
4667
|
$data: {};
|
@@ -4705,9 +4712,9 @@ export declare const VDateInput: {
|
|
4705
4712
|
baseColor?: string | undefined;
|
4706
4713
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4707
4714
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4715
|
+
iconColor?: string | boolean | undefined;
|
4708
4716
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4709
4717
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4710
|
-
iconColor?: string | boolean | undefined;
|
4711
4718
|
hint?: string | undefined;
|
4712
4719
|
hideDetails?: boolean | "auto" | undefined;
|
4713
4720
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4761,9 +4768,9 @@ export declare const VDateInput: {
|
|
4761
4768
|
baseColor?: string | undefined;
|
4762
4769
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4763
4770
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4771
|
+
iconColor?: string | boolean | undefined;
|
4764
4772
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4765
4773
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4766
|
-
iconColor?: string | boolean | undefined;
|
4767
4774
|
hint?: string | undefined;
|
4768
4775
|
hideDetails?: boolean | "auto" | undefined;
|
4769
4776
|
} & {}, {
|
@@ -4864,9 +4871,9 @@ export declare const VDateInput: {
|
|
4864
4871
|
baseColor?: string | undefined;
|
4865
4872
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4866
4873
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4874
|
+
iconColor?: string | boolean | undefined;
|
4867
4875
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4868
4876
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4869
|
-
iconColor?: string | boolean | undefined;
|
4870
4877
|
hint?: string | undefined;
|
4871
4878
|
hideDetails?: boolean | "auto" | undefined;
|
4872
4879
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4878,7 +4885,7 @@ export declare const VDateInput: {
|
|
4878
4885
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
4879
4886
|
modelValue?: unknown;
|
4880
4887
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4881
|
-
}, 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" | "
|
4888
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
4882
4889
|
$: import("vue").ComponentInternalInstance;
|
4883
4890
|
$data: {};
|
4884
4891
|
$props: Partial<{
|
@@ -4925,13 +4932,13 @@ export declare const VDateInput: {
|
|
4925
4932
|
rounded?: string | number | boolean | undefined;
|
4926
4933
|
baseColor?: string | undefined;
|
4927
4934
|
bgColor?: string | undefined;
|
4935
|
+
iconColor?: string | boolean | undefined;
|
4928
4936
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4929
4937
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4930
4938
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4931
4939
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4932
4940
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4933
4941
|
centerAffix?: boolean | undefined;
|
4934
|
-
iconColor?: string | boolean | undefined;
|
4935
4942
|
} & 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">;
|
4936
4943
|
$attrs: {
|
4937
4944
|
[x: string]: unknown;
|
@@ -4984,13 +4991,13 @@ export declare const VDateInput: {
|
|
4984
4991
|
rounded?: string | number | boolean | undefined;
|
4985
4992
|
baseColor?: string | undefined;
|
4986
4993
|
bgColor?: string | undefined;
|
4994
|
+
iconColor?: string | boolean | undefined;
|
4987
4995
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4988
4996
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4989
4997
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4990
4998
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4991
4999
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4992
5000
|
centerAffix?: boolean | undefined;
|
4993
|
-
iconColor?: string | boolean | undefined;
|
4994
5001
|
} & {
|
4995
5002
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4996
5003
|
}, {
|
@@ -5094,13 +5101,13 @@ export declare const VDateInput: {
|
|
5094
5101
|
rounded?: string | number | boolean | undefined;
|
5095
5102
|
baseColor?: string | undefined;
|
5096
5103
|
bgColor?: string | undefined;
|
5104
|
+
iconColor?: string | boolean | undefined;
|
5097
5105
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5098
5106
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5099
5107
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5100
5108
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5101
5109
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5102
5110
|
centerAffix?: boolean | undefined;
|
5103
|
-
iconColor?: string | boolean | undefined;
|
5104
5111
|
} & {
|
5105
5112
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5106
5113
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5109,7 +5116,7 @@ export declare const VDateInput: {
|
|
5109
5116
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5110
5117
|
modelValue?: unknown;
|
5111
5118
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5112
|
-
}, 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" | "
|
5119
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
5113
5120
|
_allExposed: {
|
5114
5121
|
reset: () => Promise<void>;
|
5115
5122
|
resetValidation: () => Promise<void>;
|
@@ -5274,6 +5281,7 @@ export declare const VDateInput: {
|
|
5274
5281
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5275
5282
|
controlHeight?: string | number | undefined;
|
5276
5283
|
headerColor?: string | undefined;
|
5284
|
+
iconColor?: string | boolean | undefined;
|
5277
5285
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5278
5286
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5279
5287
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5282,7 +5290,6 @@ export declare const VDateInput: {
|
|
5282
5290
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5283
5291
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5284
5292
|
centerAffix?: boolean | undefined;
|
5285
|
-
iconColor?: string | boolean | undefined;
|
5286
5293
|
hint?: string | undefined;
|
5287
5294
|
hideDetails?: boolean | "auto" | undefined;
|
5288
5295
|
suffix?: string | undefined;
|
@@ -5290,6 +5297,7 @@ export declare const VDateInput: {
|
|
5290
5297
|
modelModifiers?: Record<string, boolean> | undefined;
|
5291
5298
|
firstDayOfWeek?: string | number | undefined;
|
5292
5299
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
5300
|
+
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
5293
5301
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
5294
5302
|
allowedYears?: number[] | ((date: number) => boolean) | undefined;
|
5295
5303
|
inputFormat?: string | undefined;
|
@@ -5442,6 +5450,7 @@ export declare const VDateInput: {
|
|
5442
5450
|
bgColor?: string | undefined;
|
5443
5451
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5444
5452
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5453
|
+
iconColor?: string | boolean | undefined;
|
5445
5454
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5446
5455
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5447
5456
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5450,7 +5459,6 @@ export declare const VDateInput: {
|
|
5450
5459
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5451
5460
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5452
5461
|
centerAffix?: boolean | undefined;
|
5453
|
-
iconColor?: string | boolean | undefined;
|
5454
5462
|
hint?: string | undefined;
|
5455
5463
|
hideDetails?: boolean | "auto" | undefined;
|
5456
5464
|
suffix?: string | undefined;
|
@@ -5594,6 +5602,7 @@ export declare const VDateInput: {
|
|
5594
5602
|
bgColor?: string | undefined;
|
5595
5603
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5596
5604
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5605
|
+
iconColor?: string | boolean | undefined;
|
5597
5606
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5598
5607
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5599
5608
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5602,7 +5611,6 @@ export declare const VDateInput: {
|
|
5602
5611
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5603
5612
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5604
5613
|
centerAffix?: boolean | undefined;
|
5605
|
-
iconColor?: string | boolean | undefined;
|
5606
5614
|
hint?: string | undefined;
|
5607
5615
|
hideDetails?: boolean | "auto" | undefined;
|
5608
5616
|
suffix?: string | undefined;
|
@@ -5717,9 +5725,9 @@ export declare const VDateInput: {
|
|
5717
5725
|
baseColor?: string | undefined;
|
5718
5726
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5719
5727
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5728
|
+
iconColor?: string | boolean | undefined;
|
5720
5729
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5721
5730
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5722
|
-
iconColor?: string | boolean | undefined;
|
5723
5731
|
hint?: string | undefined;
|
5724
5732
|
hideDetails?: boolean | "auto" | undefined;
|
5725
5733
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5773,9 +5781,9 @@ export declare const VDateInput: {
|
|
5773
5781
|
baseColor?: string | undefined;
|
5774
5782
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5775
5783
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5784
|
+
iconColor?: string | boolean | undefined;
|
5776
5785
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5777
5786
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5778
|
-
iconColor?: string | boolean | undefined;
|
5779
5787
|
hint?: string | undefined;
|
5780
5788
|
hideDetails?: boolean | "auto" | undefined;
|
5781
5789
|
} & {}, {
|
@@ -5876,9 +5884,9 @@ export declare const VDateInput: {
|
|
5876
5884
|
baseColor?: string | undefined;
|
5877
5885
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5878
5886
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5887
|
+
iconColor?: string | boolean | undefined;
|
5879
5888
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5880
5889
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5881
|
-
iconColor?: string | boolean | undefined;
|
5882
5890
|
hint?: string | undefined;
|
5883
5891
|
hideDetails?: boolean | "auto" | undefined;
|
5884
5892
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5890,7 +5898,7 @@ export declare const VDateInput: {
|
|
5890
5898
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
5891
5899
|
modelValue?: unknown;
|
5892
5900
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5893
|
-
}, 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" | "
|
5901
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
5894
5902
|
$: import("vue").ComponentInternalInstance;
|
5895
5903
|
$data: {};
|
5896
5904
|
$props: Partial<{
|
@@ -5937,13 +5945,13 @@ export declare const VDateInput: {
|
|
5937
5945
|
rounded?: string | number | boolean | undefined;
|
5938
5946
|
baseColor?: string | undefined;
|
5939
5947
|
bgColor?: string | undefined;
|
5948
|
+
iconColor?: string | boolean | undefined;
|
5940
5949
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5941
5950
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5942
5951
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5943
5952
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5944
5953
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5945
5954
|
centerAffix?: boolean | undefined;
|
5946
|
-
iconColor?: string | boolean | undefined;
|
5947
5955
|
} & 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">;
|
5948
5956
|
$attrs: {
|
5949
5957
|
[x: string]: unknown;
|
@@ -5996,13 +6004,13 @@ export declare const VDateInput: {
|
|
5996
6004
|
rounded?: string | number | boolean | undefined;
|
5997
6005
|
baseColor?: string | undefined;
|
5998
6006
|
bgColor?: string | undefined;
|
6007
|
+
iconColor?: string | boolean | undefined;
|
5999
6008
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6000
6009
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6001
6010
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6002
6011
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6003
6012
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6004
6013
|
centerAffix?: boolean | undefined;
|
6005
|
-
iconColor?: string | boolean | undefined;
|
6006
6014
|
} & {
|
6007
6015
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6008
6016
|
}, {
|
@@ -6106,13 +6114,13 @@ export declare const VDateInput: {
|
|
6106
6114
|
rounded?: string | number | boolean | undefined;
|
6107
6115
|
baseColor?: string | undefined;
|
6108
6116
|
bgColor?: string | undefined;
|
6117
|
+
iconColor?: string | boolean | undefined;
|
6109
6118
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6110
6119
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6111
6120
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6112
6121
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6113
6122
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6114
6123
|
centerAffix?: boolean | undefined;
|
6115
|
-
iconColor?: string | boolean | undefined;
|
6116
6124
|
} & {
|
6117
6125
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6118
6126
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6121,7 +6129,7 @@ export declare const VDateInput: {
|
|
6121
6129
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6122
6130
|
modelValue?: unknown;
|
6123
6131
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6124
|
-
}, 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" | "
|
6132
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6125
6133
|
_allExposed: {
|
6126
6134
|
reset: () => Promise<void>;
|
6127
6135
|
resetValidation: () => Promise<void>;
|
@@ -6289,6 +6297,7 @@ export declare const VDateInput: {
|
|
6289
6297
|
bgColor?: string | undefined;
|
6290
6298
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6291
6299
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6300
|
+
iconColor?: string | boolean | undefined;
|
6292
6301
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6293
6302
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6294
6303
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6297,7 +6306,6 @@ export declare const VDateInput: {
|
|
6297
6306
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6298
6307
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6299
6308
|
centerAffix?: boolean | undefined;
|
6300
|
-
iconColor?: string | boolean | undefined;
|
6301
6309
|
hint?: string | undefined;
|
6302
6310
|
hideDetails?: boolean | "auto" | undefined;
|
6303
6311
|
suffix?: string | undefined;
|
@@ -6412,9 +6420,9 @@ export declare const VDateInput: {
|
|
6412
6420
|
baseColor?: string | undefined;
|
6413
6421
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6414
6422
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6423
|
+
iconColor?: string | boolean | undefined;
|
6415
6424
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6416
6425
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6417
|
-
iconColor?: string | boolean | undefined;
|
6418
6426
|
hint?: string | undefined;
|
6419
6427
|
hideDetails?: boolean | "auto" | undefined;
|
6420
6428
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6468,9 +6476,9 @@ export declare const VDateInput: {
|
|
6468
6476
|
baseColor?: string | undefined;
|
6469
6477
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6470
6478
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6479
|
+
iconColor?: string | boolean | undefined;
|
6471
6480
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6472
6481
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6473
|
-
iconColor?: string | boolean | undefined;
|
6474
6482
|
hint?: string | undefined;
|
6475
6483
|
hideDetails?: boolean | "auto" | undefined;
|
6476
6484
|
} & {}, {
|
@@ -6571,9 +6579,9 @@ export declare const VDateInput: {
|
|
6571
6579
|
baseColor?: string | undefined;
|
6572
6580
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6573
6581
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6582
|
+
iconColor?: string | boolean | undefined;
|
6574
6583
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6575
6584
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6576
|
-
iconColor?: string | boolean | undefined;
|
6577
6585
|
hint?: string | undefined;
|
6578
6586
|
hideDetails?: boolean | "auto" | undefined;
|
6579
6587
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6585,7 +6593,7 @@ export declare const VDateInput: {
|
|
6585
6593
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6586
6594
|
modelValue?: unknown;
|
6587
6595
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6588
|
-
}, 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" | "
|
6596
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
6589
6597
|
$: import("vue").ComponentInternalInstance;
|
6590
6598
|
$data: {};
|
6591
6599
|
$props: Partial<{
|
@@ -6632,13 +6640,13 @@ export declare const VDateInput: {
|
|
6632
6640
|
rounded?: string | number | boolean | undefined;
|
6633
6641
|
baseColor?: string | undefined;
|
6634
6642
|
bgColor?: string | undefined;
|
6643
|
+
iconColor?: string | boolean | undefined;
|
6635
6644
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6636
6645
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6637
6646
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6638
6647
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6639
6648
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6640
6649
|
centerAffix?: boolean | undefined;
|
6641
|
-
iconColor?: string | boolean | undefined;
|
6642
6650
|
} & 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">;
|
6643
6651
|
$attrs: {
|
6644
6652
|
[x: string]: unknown;
|
@@ -6691,13 +6699,13 @@ export declare const VDateInput: {
|
|
6691
6699
|
rounded?: string | number | boolean | undefined;
|
6692
6700
|
baseColor?: string | undefined;
|
6693
6701
|
bgColor?: string | undefined;
|
6702
|
+
iconColor?: string | boolean | undefined;
|
6694
6703
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6695
6704
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6696
6705
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6697
6706
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6698
6707
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6699
6708
|
centerAffix?: boolean | undefined;
|
6700
|
-
iconColor?: string | boolean | undefined;
|
6701
6709
|
} & {
|
6702
6710
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6703
6711
|
}, {
|
@@ -6801,13 +6809,13 @@ export declare const VDateInput: {
|
|
6801
6809
|
rounded?: string | number | boolean | undefined;
|
6802
6810
|
baseColor?: string | undefined;
|
6803
6811
|
bgColor?: string | undefined;
|
6812
|
+
iconColor?: string | boolean | undefined;
|
6804
6813
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6805
6814
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6806
6815
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6807
6816
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6808
6817
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6809
6818
|
centerAffix?: boolean | undefined;
|
6810
|
-
iconColor?: string | boolean | undefined;
|
6811
6819
|
} & {
|
6812
6820
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6813
6821
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6816,7 +6824,7 @@ export declare const VDateInput: {
|
|
6816
6824
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
6817
6825
|
modelValue?: unknown;
|
6818
6826
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6819
|
-
}, 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" | "
|
6827
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
6820
6828
|
_allExposed: {
|
6821
6829
|
reset: () => Promise<void>;
|
6822
6830
|
resetValidation: () => Promise<void>;
|
@@ -6827,7 +6835,7 @@ export declare const VDateInput: {
|
|
6827
6835
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6828
6836
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6829
6837
|
} | {};
|
6830
|
-
}> & {} & 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" | "
|
6838
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
|
6831
6839
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6832
6840
|
$: import("vue").ComponentInternalInstance;
|
6833
6841
|
$data: {};
|
@@ -6878,9 +6886,9 @@ export declare const VDateInput: {
|
|
6878
6886
|
baseColor?: string | undefined;
|
6879
6887
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6880
6888
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6889
|
+
iconColor?: string | boolean | undefined;
|
6881
6890
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6882
6891
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6883
|
-
iconColor?: string | boolean | undefined;
|
6884
6892
|
hint?: string | undefined;
|
6885
6893
|
hideDetails?: boolean | "auto" | undefined;
|
6886
6894
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6934,9 +6942,9 @@ export declare const VDateInput: {
|
|
6934
6942
|
baseColor?: string | undefined;
|
6935
6943
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6936
6944
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6945
|
+
iconColor?: string | boolean | undefined;
|
6937
6946
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6938
6947
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6939
|
-
iconColor?: string | boolean | undefined;
|
6940
6948
|
hint?: string | undefined;
|
6941
6949
|
hideDetails?: boolean | "auto" | undefined;
|
6942
6950
|
} & {}, {
|
@@ -7037,9 +7045,9 @@ export declare const VDateInput: {
|
|
7037
7045
|
baseColor?: string | undefined;
|
7038
7046
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7039
7047
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7048
|
+
iconColor?: string | boolean | undefined;
|
7040
7049
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
7041
7050
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
7042
|
-
iconColor?: string | boolean | undefined;
|
7043
7051
|
hint?: string | undefined;
|
7044
7052
|
hideDetails?: boolean | "auto" | undefined;
|
7045
7053
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -7051,7 +7059,7 @@ export declare const VDateInput: {
|
|
7051
7059
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
7052
7060
|
modelValue?: unknown;
|
7053
7061
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7054
|
-
}, 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" | "
|
7062
|
+
}, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
7055
7063
|
$: import("vue").ComponentInternalInstance;
|
7056
7064
|
$data: {};
|
7057
7065
|
$props: Partial<{
|
@@ -7098,13 +7106,13 @@ export declare const VDateInput: {
|
|
7098
7106
|
rounded?: string | number | boolean | undefined;
|
7099
7107
|
baseColor?: string | undefined;
|
7100
7108
|
bgColor?: string | undefined;
|
7109
|
+
iconColor?: string | boolean | undefined;
|
7101
7110
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7102
7111
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7103
7112
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7104
7113
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7105
7114
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7106
7115
|
centerAffix?: boolean | undefined;
|
7107
|
-
iconColor?: string | boolean | undefined;
|
7108
7116
|
} & 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">;
|
7109
7117
|
$attrs: {
|
7110
7118
|
[x: string]: unknown;
|
@@ -7157,13 +7165,13 @@ export declare const VDateInput: {
|
|
7157
7165
|
rounded?: string | number | boolean | undefined;
|
7158
7166
|
baseColor?: string | undefined;
|
7159
7167
|
bgColor?: string | undefined;
|
7168
|
+
iconColor?: string | boolean | undefined;
|
7160
7169
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7161
7170
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7162
7171
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7163
7172
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7164
7173
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7165
7174
|
centerAffix?: boolean | undefined;
|
7166
|
-
iconColor?: string | boolean | undefined;
|
7167
7175
|
} & {
|
7168
7176
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7169
7177
|
}, {
|
@@ -7267,13 +7275,13 @@ export declare const VDateInput: {
|
|
7267
7275
|
rounded?: string | number | boolean | undefined;
|
7268
7276
|
baseColor?: string | undefined;
|
7269
7277
|
bgColor?: string | undefined;
|
7278
|
+
iconColor?: string | boolean | undefined;
|
7270
7279
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7271
7280
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7272
7281
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7273
7282
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7274
7283
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7275
7284
|
centerAffix?: boolean | undefined;
|
7276
|
-
iconColor?: string | boolean | undefined;
|
7277
7285
|
} & {
|
7278
7286
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7279
7287
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7282,7 +7290,7 @@ export declare const VDateInput: {
|
|
7282
7290
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
7283
7291
|
modelValue?: unknown;
|
7284
7292
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7285
|
-
}, 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" | "
|
7293
|
+
}, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
7286
7294
|
_allExposed: {
|
7287
7295
|
reset: () => Promise<void>;
|
7288
7296
|
resetValidation: () => Promise<void>;
|
@@ -7474,6 +7482,7 @@ export declare const VDateInput: {
|
|
7474
7482
|
default: undefined;
|
7475
7483
|
};
|
7476
7484
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7485
|
+
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
7477
7486
|
hideWeekdays: BooleanConstructor;
|
7478
7487
|
showWeek: BooleanConstructor;
|
7479
7488
|
allowedMonths: PropType<number[] | ((date: number) => boolean)>;
|
@@ -7708,6 +7717,7 @@ export declare const VDateInput: {
|
|
7708
7717
|
default: undefined;
|
7709
7718
|
};
|
7710
7719
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
7720
|
+
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
7711
7721
|
hideWeekdays: BooleanConstructor;
|
7712
7722
|
showWeek: BooleanConstructor;
|
7713
7723
|
allowedMonths: PropType<number[] | ((date: number) => boolean)>;
|