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