@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-master.2025-05-29

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.
Files changed (125) hide show
  1. package/CHANGELOG.md +5 -24
  2. package/dist/json/attributes.json +3311 -3363
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +206 -206
  5. package/dist/json/tags.json +6 -19
  6. package/dist/json/web-types.json +6080 -6298
  7. package/dist/vuetify-labs.cjs +204 -321
  8. package/dist/vuetify-labs.css +5998 -6026
  9. package/dist/vuetify-labs.d.ts +1384 -1583
  10. package/dist/vuetify-labs.esm.js +205 -322
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +204 -321
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +193 -315
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4658 -4686
  17. package/dist/vuetify.d.ts +541 -742
  18. package/dist/vuetify.esm.js +194 -316
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +193 -315
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1198 -1197
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +1 -6
  26. package/lib/components/VAlert/VAlert.d.ts +0 -35
  27. package/lib/components/VAlert/VAlert.js +10 -15
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +1 -7
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +96 -133
  31. package/lib/components/VAutocomplete/VAutocomplete.js +2 -19
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
  34. package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
  35. package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
  36. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  37. package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
  38. package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
  39. package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
  40. package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
  41. package/lib/components/VCombobox/VCombobox.d.ts +96 -133
  42. package/lib/components/VCombobox/VCombobox.js +2 -20
  43. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  44. package/lib/components/VDataTable/VDataTable.d.ts +0 -18
  45. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  46. package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
  47. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  48. package/lib/components/VDataTable/VDataTableServer.d.ts +0 -13
  49. package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -13
  50. package/lib/components/VDatePicker/VDatePicker.d.ts +20 -10
  51. package/lib/components/VDatePicker/VDatePicker.js +39 -2
  52. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  53. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
  54. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  55. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  56. package/lib/components/VDatePicker/VDatePickerMonths.d.ts +10 -0
  57. package/lib/components/VDatePicker/VDatePickerMonths.js +12 -2
  58. package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
  59. package/lib/components/VDatePicker/VDatePickerYears.d.ts +10 -0
  60. package/lib/components/VDatePicker/VDatePickerYears.js +14 -2
  61. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  62. package/lib/components/VField/VField.d.ts +3 -3
  63. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  64. package/lib/components/VInput/VInput.d.ts +4 -4
  65. package/lib/components/VList/VListChildren.js.map +1 -1
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
  67. package/lib/components/VNumberInput/VNumberInput.js +15 -29
  68. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  69. package/lib/components/VOtpInput/VOtpInput.js +1 -2
  70. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  71. package/lib/components/VOverlay/VOverlay.css +1 -1
  72. package/lib/components/VOverlay/_variables.scss +1 -1
  73. package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
  74. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  75. package/lib/components/VSelect/VSelect.d.ts +96 -138
  76. package/lib/components/VSelect/VSelect.js +3 -21
  77. package/lib/components/VSelect/VSelect.js.map +1 -1
  78. package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
  79. package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
  80. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  81. package/lib/components/VSlider/VSlider.d.ts +3 -3
  82. package/lib/components/VSwitch/VSwitch.d.ts +3 -3
  83. package/lib/components/VTabs/VTabs.d.ts +0 -10
  84. package/lib/components/VTextField/VTextField.d.ts +27 -27
  85. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  86. package/lib/composables/calendar.d.ts +0 -6
  87. package/lib/composables/calendar.js +1 -2
  88. package/lib/composables/calendar.js.map +1 -1
  89. package/lib/composables/date/DateAdapter.d.ts +1 -1
  90. package/lib/composables/date/DateAdapter.js.map +1 -1
  91. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  92. package/lib/composables/date/adapters/vuetify.js +4 -4
  93. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  94. package/lib/composables/date/date.d.ts +1 -1
  95. package/lib/composables/date/index.d.ts +0 -1
  96. package/lib/composables/date/index.js +0 -1
  97. package/lib/composables/date/index.js.map +1 -1
  98. package/lib/composables/filter.js +0 -3
  99. package/lib/composables/filter.js.map +1 -1
  100. package/lib/composables/theme.d.ts +1 -6
  101. package/lib/composables/theme.js +26 -94
  102. package/lib/composables/theme.js.map +1 -1
  103. package/lib/composables/virtual.js +1 -6
  104. package/lib/composables/virtual.js.map +1 -1
  105. package/lib/entry-bundler.d.ts +1 -1
  106. package/lib/entry-bundler.js +1 -1
  107. package/lib/entry-bundler.js.map +1 -1
  108. package/lib/framework.d.ts +71 -76
  109. package/lib/framework.js +1 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
  112. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  113. package/lib/labs/VDateInput/VDateInput.d.ts +107 -97
  114. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  115. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  116. package/lib/labs/VIconBtn/VIconBtn.js +11 -7
  117. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  118. package/lib/labs/entry-bundler.d.ts +1 -1
  119. package/lib/util/globals.d.ts +0 -1
  120. package/lib/util/globals.js +0 -1
  121. package/lib/util/globals.js.map +1 -1
  122. package/package.json +1 -3
  123. package/lib/composables/iconSizes.d.ts +0 -28
  124. package/lib/composables/iconSizes.js +0 -23
  125. package/lib/composables/iconSizes.js.map +0 -1
@@ -53,9 +53,10 @@ 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;
58
+ allowedMonths?: unknown;
59
+ allowedYears?: unknown;
59
60
  rounded?: unknown;
60
61
  loading?: unknown;
61
62
  appendInnerIcon?: unknown;
@@ -403,10 +404,6 @@ export declare const makeVDateInputProps: <Defaults extends {
403
404
  type: PropType<unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : unknown[] | ((date: unknown) => boolean) | Defaults["allowedDates"]>;
404
405
  default: unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : NonNullable<unknown[] | ((date: unknown) => boolean)> | Defaults["allowedDates"];
405
406
  };
406
- weekdayFormat: unknown extends Defaults["weekdayFormat"] ? PropType<"long" | "short" | "narrow" | undefined> : {
407
- type: PropType<unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : "long" | "short" | "narrow" | Defaults["weekdayFormat"] | undefined>;
408
- default: unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : NonNullable<"long" | "short" | "narrow" | undefined> | Defaults["weekdayFormat"];
409
- };
410
407
  hideWeekdays: unknown extends Defaults["hideWeekdays"] ? BooleanConstructor : {
411
408
  type: PropType<unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"]>;
412
409
  default: unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"];
@@ -415,6 +412,14 @@ export declare const makeVDateInputProps: <Defaults extends {
415
412
  type: PropType<unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"]>;
416
413
  default: unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"];
417
414
  };
415
+ allowedMonths: unknown extends Defaults["allowedMonths"] ? PropType<number[] | ((date: number) => boolean)> : {
416
+ type: PropType<unknown extends Defaults["allowedMonths"] ? number[] | ((date: number) => boolean) : number[] | ((date: number) => boolean) | Defaults["allowedMonths"]>;
417
+ default: unknown extends Defaults["allowedMonths"] ? number[] | ((date: number) => boolean) : NonNullable<number[] | ((date: number) => boolean)> | Defaults["allowedMonths"];
418
+ };
419
+ allowedYears: unknown extends Defaults["allowedYears"] ? PropType<number[] | ((date: number) => boolean)> : {
420
+ type: PropType<unknown extends Defaults["allowedYears"] ? number[] | ((date: number) => boolean) : number[] | ((date: number) => boolean) | Defaults["allowedYears"]>;
421
+ default: unknown extends Defaults["allowedYears"] ? number[] | ((date: number) => boolean) : NonNullable<number[] | ((date: number) => boolean)> | Defaults["allowedYears"];
422
+ };
418
423
  rounded: unknown extends Defaults["rounded"] ? {
419
424
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
420
425
  default: undefined;
@@ -897,7 +902,6 @@ export declare const VDateInput: {
897
902
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
898
903
  controlHeight?: string | number | undefined;
899
904
  headerColor?: string | undefined;
900
- iconColor?: string | boolean | undefined;
901
905
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
902
906
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
903
907
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -906,6 +910,7 @@ export declare const VDateInput: {
906
910
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
907
911
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
908
912
  centerAffix?: boolean | undefined;
913
+ iconColor?: string | boolean | undefined;
909
914
  hint?: string | undefined;
910
915
  hideDetails?: boolean | "auto" | undefined;
911
916
  suffix?: string | undefined;
@@ -913,7 +918,8 @@ export declare const VDateInput: {
913
918
  modelModifiers?: Record<string, boolean> | undefined;
914
919
  firstDayOfWeek?: string | number | undefined;
915
920
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
916
- weekdayFormat?: "long" | "short" | "narrow" | undefined;
921
+ allowedMonths?: number[] | ((date: number) => boolean) | undefined;
922
+ allowedYears?: number[] | ((date: number) => boolean) | undefined;
917
923
  inputFormat?: string | undefined;
918
924
  displayFormat?: string | Function | undefined;
919
925
  } & {
@@ -1064,7 +1070,6 @@ export declare const VDateInput: {
1064
1070
  bgColor?: string | undefined;
1065
1071
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1066
1072
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1067
- iconColor?: string | boolean | undefined;
1068
1073
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1069
1074
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1070
1075
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1073,6 +1078,7 @@ export declare const VDateInput: {
1073
1078
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1074
1079
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1075
1080
  centerAffix?: boolean | undefined;
1081
+ iconColor?: string | boolean | undefined;
1076
1082
  hint?: string | undefined;
1077
1083
  hideDetails?: boolean | "auto" | undefined;
1078
1084
  suffix?: string | undefined;
@@ -1216,7 +1222,6 @@ export declare const VDateInput: {
1216
1222
  bgColor?: string | undefined;
1217
1223
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1218
1224
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1219
- iconColor?: string | boolean | undefined;
1220
1225
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1221
1226
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1222
1227
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1225,6 +1230,7 @@ export declare const VDateInput: {
1225
1230
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1226
1231
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1227
1232
  centerAffix?: boolean | undefined;
1233
+ iconColor?: string | boolean | undefined;
1228
1234
  hint?: string | undefined;
1229
1235
  hideDetails?: boolean | "auto" | undefined;
1230
1236
  suffix?: string | undefined;
@@ -1339,9 +1345,9 @@ export declare const VDateInput: {
1339
1345
  baseColor?: string | undefined;
1340
1346
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1341
1347
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1342
- iconColor?: string | boolean | undefined;
1343
1348
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1344
1349
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1350
+ iconColor?: string | boolean | undefined;
1345
1351
  hint?: string | undefined;
1346
1352
  hideDetails?: boolean | "auto" | undefined;
1347
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">;
@@ -1395,9 +1401,9 @@ export declare const VDateInput: {
1395
1401
  baseColor?: string | undefined;
1396
1402
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1397
1403
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1398
- iconColor?: string | boolean | undefined;
1399
1404
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1400
1405
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1406
+ iconColor?: string | boolean | undefined;
1401
1407
  hint?: string | undefined;
1402
1408
  hideDetails?: boolean | "auto" | undefined;
1403
1409
  } & {}, {
@@ -1498,9 +1504,9 @@ export declare const VDateInput: {
1498
1504
  baseColor?: string | undefined;
1499
1505
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1500
1506
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1501
- iconColor?: string | boolean | undefined;
1502
1507
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1503
1508
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1509
+ iconColor?: string | boolean | undefined;
1504
1510
  hint?: string | undefined;
1505
1511
  hideDetails?: boolean | "auto" | undefined;
1506
1512
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1512,7 +1518,7 @@ export declare const VDateInput: {
1512
1518
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1513
1519
  modelValue?: unknown;
1514
1520
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1515
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
1516
1522
  $: import("vue").ComponentInternalInstance;
1517
1523
  $data: {};
1518
1524
  $props: Partial<{
@@ -1559,13 +1565,13 @@ export declare const VDateInput: {
1559
1565
  rounded?: string | number | boolean | undefined;
1560
1566
  baseColor?: string | undefined;
1561
1567
  bgColor?: string | undefined;
1562
- iconColor?: string | boolean | undefined;
1563
1568
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1564
1569
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1565
1570
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1566
1571
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1567
1572
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1568
1573
  centerAffix?: boolean | undefined;
1574
+ iconColor?: string | boolean | undefined;
1569
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">;
1570
1576
  $attrs: {
1571
1577
  [x: string]: unknown;
@@ -1618,13 +1624,13 @@ export declare const VDateInput: {
1618
1624
  rounded?: string | number | boolean | undefined;
1619
1625
  baseColor?: string | undefined;
1620
1626
  bgColor?: string | undefined;
1621
- iconColor?: string | boolean | undefined;
1622
1627
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1623
1628
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1624
1629
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1625
1630
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1626
1631
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1627
1632
  centerAffix?: boolean | undefined;
1633
+ iconColor?: string | boolean | undefined;
1628
1634
  } & {
1629
1635
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1630
1636
  }, {
@@ -1728,13 +1734,13 @@ export declare const VDateInput: {
1728
1734
  rounded?: string | number | boolean | undefined;
1729
1735
  baseColor?: string | undefined;
1730
1736
  bgColor?: string | undefined;
1731
- iconColor?: string | boolean | undefined;
1732
1737
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1733
1738
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1734
1739
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1735
1740
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1736
1741
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1737
1742
  centerAffix?: boolean | undefined;
1743
+ iconColor?: string | boolean | undefined;
1738
1744
  } & {
1739
1745
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1740
1746
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -1743,7 +1749,7 @@ export declare const VDateInput: {
1743
1749
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1744
1750
  modelValue?: unknown;
1745
1751
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1746
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
1747
1753
  _allExposed: {
1748
1754
  reset: () => Promise<void>;
1749
1755
  resetValidation: () => Promise<void>;
@@ -1911,7 +1917,6 @@ export declare const VDateInput: {
1911
1917
  bgColor?: string | undefined;
1912
1918
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1913
1919
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1914
- iconColor?: string | boolean | undefined;
1915
1920
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1916
1921
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1917
1922
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1920,6 +1925,7 @@ export declare const VDateInput: {
1920
1925
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1921
1926
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1922
1927
  centerAffix?: boolean | undefined;
1928
+ iconColor?: string | boolean | undefined;
1923
1929
  hint?: string | undefined;
1924
1930
  hideDetails?: boolean | "auto" | undefined;
1925
1931
  suffix?: string | undefined;
@@ -2034,9 +2040,9 @@ export declare const VDateInput: {
2034
2040
  baseColor?: string | undefined;
2035
2041
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2036
2042
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2037
- iconColor?: string | boolean | undefined;
2038
2043
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2039
2044
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2045
+ iconColor?: string | boolean | undefined;
2040
2046
  hint?: string | undefined;
2041
2047
  hideDetails?: boolean | "auto" | undefined;
2042
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">;
@@ -2090,9 +2096,9 @@ export declare const VDateInput: {
2090
2096
  baseColor?: string | undefined;
2091
2097
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2092
2098
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2093
- iconColor?: string | boolean | undefined;
2094
2099
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2095
2100
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2101
+ iconColor?: string | boolean | undefined;
2096
2102
  hint?: string | undefined;
2097
2103
  hideDetails?: boolean | "auto" | undefined;
2098
2104
  } & {}, {
@@ -2193,9 +2199,9 @@ export declare const VDateInput: {
2193
2199
  baseColor?: string | undefined;
2194
2200
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2195
2201
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2196
- iconColor?: string | boolean | undefined;
2197
2202
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2198
2203
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2204
+ iconColor?: string | boolean | undefined;
2199
2205
  hint?: string | undefined;
2200
2206
  hideDetails?: boolean | "auto" | undefined;
2201
2207
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -2207,7 +2213,7 @@ export declare const VDateInput: {
2207
2213
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2208
2214
  modelValue?: unknown;
2209
2215
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2210
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
2211
2217
  $: import("vue").ComponentInternalInstance;
2212
2218
  $data: {};
2213
2219
  $props: Partial<{
@@ -2254,13 +2260,13 @@ export declare const VDateInput: {
2254
2260
  rounded?: string | number | boolean | undefined;
2255
2261
  baseColor?: string | undefined;
2256
2262
  bgColor?: string | undefined;
2257
- iconColor?: string | boolean | undefined;
2258
2263
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2259
2264
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2260
2265
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2261
2266
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2262
2267
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2263
2268
  centerAffix?: boolean | undefined;
2269
+ iconColor?: string | boolean | undefined;
2264
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">;
2265
2271
  $attrs: {
2266
2272
  [x: string]: unknown;
@@ -2313,13 +2319,13 @@ export declare const VDateInput: {
2313
2319
  rounded?: string | number | boolean | undefined;
2314
2320
  baseColor?: string | undefined;
2315
2321
  bgColor?: string | undefined;
2316
- iconColor?: string | boolean | undefined;
2317
2322
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2318
2323
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2319
2324
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2320
2325
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2321
2326
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2322
2327
  centerAffix?: boolean | undefined;
2328
+ iconColor?: string | boolean | undefined;
2323
2329
  } & {
2324
2330
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2325
2331
  }, {
@@ -2423,13 +2429,13 @@ export declare const VDateInput: {
2423
2429
  rounded?: string | number | boolean | undefined;
2424
2430
  baseColor?: string | undefined;
2425
2431
  bgColor?: string | undefined;
2426
- iconColor?: string | boolean | undefined;
2427
2432
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2428
2433
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2429
2434
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2430
2435
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2431
2436
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2432
2437
  centerAffix?: boolean | undefined;
2438
+ iconColor?: string | boolean | undefined;
2433
2439
  } & {
2434
2440
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2435
2441
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -2438,7 +2444,7 @@ export declare const VDateInput: {
2438
2444
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2439
2445
  modelValue?: unknown;
2440
2446
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2441
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
2442
2448
  _allExposed: {
2443
2449
  reset: () => Promise<void>;
2444
2450
  resetValidation: () => Promise<void>;
@@ -2449,7 +2455,7 @@ export declare const VDateInput: {
2449
2455
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
2450
2456
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
2451
2457
  } | {};
2452
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
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}`> & {
2453
2459
  _allExposed: (HTMLInputElement & Omit<Omit<{
2454
2460
  $: import("vue").ComponentInternalInstance;
2455
2461
  $data: {};
@@ -2500,9 +2506,9 @@ export declare const VDateInput: {
2500
2506
  baseColor?: string | undefined;
2501
2507
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2502
2508
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2503
- iconColor?: string | boolean | undefined;
2504
2509
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2505
2510
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2511
+ iconColor?: string | boolean | undefined;
2506
2512
  hint?: string | undefined;
2507
2513
  hideDetails?: boolean | "auto" | undefined;
2508
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">;
@@ -2556,9 +2562,9 @@ export declare const VDateInput: {
2556
2562
  baseColor?: string | undefined;
2557
2563
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2558
2564
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2559
- iconColor?: string | boolean | undefined;
2560
2565
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2561
2566
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2567
+ iconColor?: string | boolean | undefined;
2562
2568
  hint?: string | undefined;
2563
2569
  hideDetails?: boolean | "auto" | undefined;
2564
2570
  } & {}, {
@@ -2659,9 +2665,9 @@ export declare const VDateInput: {
2659
2665
  baseColor?: string | undefined;
2660
2666
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2661
2667
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2662
- iconColor?: string | boolean | undefined;
2663
2668
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2664
2669
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2670
+ iconColor?: string | boolean | undefined;
2665
2671
  hint?: string | undefined;
2666
2672
  hideDetails?: boolean | "auto" | undefined;
2667
2673
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -2673,7 +2679,7 @@ export declare const VDateInput: {
2673
2679
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2674
2680
  modelValue?: unknown;
2675
2681
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2676
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
2677
2683
  $: import("vue").ComponentInternalInstance;
2678
2684
  $data: {};
2679
2685
  $props: Partial<{
@@ -2720,13 +2726,13 @@ export declare const VDateInput: {
2720
2726
  rounded?: string | number | boolean | undefined;
2721
2727
  baseColor?: string | undefined;
2722
2728
  bgColor?: string | undefined;
2723
- iconColor?: string | boolean | undefined;
2724
2729
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2725
2730
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2726
2731
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2727
2732
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2728
2733
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2729
2734
  centerAffix?: boolean | undefined;
2735
+ iconColor?: string | boolean | undefined;
2730
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">;
2731
2737
  $attrs: {
2732
2738
  [x: string]: unknown;
@@ -2779,13 +2785,13 @@ export declare const VDateInput: {
2779
2785
  rounded?: string | number | boolean | undefined;
2780
2786
  baseColor?: string | undefined;
2781
2787
  bgColor?: string | undefined;
2782
- iconColor?: string | boolean | undefined;
2783
2788
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2784
2789
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2785
2790
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2786
2791
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2787
2792
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2788
2793
  centerAffix?: boolean | undefined;
2794
+ iconColor?: string | boolean | undefined;
2789
2795
  } & {
2790
2796
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2791
2797
  }, {
@@ -2889,13 +2895,13 @@ export declare const VDateInput: {
2889
2895
  rounded?: string | number | boolean | undefined;
2890
2896
  baseColor?: string | undefined;
2891
2897
  bgColor?: string | undefined;
2892
- iconColor?: string | boolean | undefined;
2893
2898
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2894
2899
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2895
2900
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2896
2901
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2897
2902
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2898
2903
  centerAffix?: boolean | undefined;
2904
+ iconColor?: string | boolean | undefined;
2899
2905
  } & {
2900
2906
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2901
2907
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -2904,7 +2910,7 @@ export declare const VDateInput: {
2904
2910
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2905
2911
  modelValue?: unknown;
2906
2912
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2907
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
2908
2914
  _allExposed: {
2909
2915
  reset: () => Promise<void>;
2910
2916
  resetValidation: () => Promise<void>;
@@ -3095,7 +3101,6 @@ export declare const VDateInput: {
3095
3101
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3096
3102
  controlHeight?: string | number | undefined;
3097
3103
  headerColor?: string | undefined;
3098
- iconColor?: string | boolean | undefined;
3099
3104
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3100
3105
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3101
3106
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3104,6 +3109,7 @@ export declare const VDateInput: {
3104
3109
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3105
3110
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3106
3111
  centerAffix?: boolean | undefined;
3112
+ iconColor?: string | boolean | undefined;
3107
3113
  hint?: string | undefined;
3108
3114
  hideDetails?: boolean | "auto" | undefined;
3109
3115
  suffix?: string | undefined;
@@ -3111,7 +3117,8 @@ export declare const VDateInput: {
3111
3117
  modelModifiers?: Record<string, boolean> | undefined;
3112
3118
  firstDayOfWeek?: string | number | undefined;
3113
3119
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
3114
- weekdayFormat?: "long" | "short" | "narrow" | undefined;
3120
+ allowedMonths?: number[] | ((date: number) => boolean) | undefined;
3121
+ allowedYears?: number[] | ((date: number) => boolean) | undefined;
3115
3122
  inputFormat?: string | undefined;
3116
3123
  displayFormat?: string | Function | undefined;
3117
3124
  } & {
@@ -3262,7 +3269,6 @@ export declare const VDateInput: {
3262
3269
  bgColor?: string | undefined;
3263
3270
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3264
3271
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3265
- iconColor?: string | boolean | undefined;
3266
3272
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3267
3273
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3268
3274
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3271,6 +3277,7 @@ export declare const VDateInput: {
3271
3277
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3272
3278
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3273
3279
  centerAffix?: boolean | undefined;
3280
+ iconColor?: string | boolean | undefined;
3274
3281
  hint?: string | undefined;
3275
3282
  hideDetails?: boolean | "auto" | undefined;
3276
3283
  suffix?: string | undefined;
@@ -3414,7 +3421,6 @@ export declare const VDateInput: {
3414
3421
  bgColor?: string | undefined;
3415
3422
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3416
3423
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3417
- iconColor?: string | boolean | undefined;
3418
3424
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3419
3425
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3420
3426
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3423,6 +3429,7 @@ export declare const VDateInput: {
3423
3429
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3424
3430
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3425
3431
  centerAffix?: boolean | undefined;
3432
+ iconColor?: string | boolean | undefined;
3426
3433
  hint?: string | undefined;
3427
3434
  hideDetails?: boolean | "auto" | undefined;
3428
3435
  suffix?: string | undefined;
@@ -3537,9 +3544,9 @@ export declare const VDateInput: {
3537
3544
  baseColor?: string | undefined;
3538
3545
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3539
3546
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3540
- iconColor?: string | boolean | undefined;
3541
3547
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3542
3548
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3549
+ iconColor?: string | boolean | undefined;
3543
3550
  hint?: string | undefined;
3544
3551
  hideDetails?: boolean | "auto" | undefined;
3545
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">;
@@ -3593,9 +3600,9 @@ export declare const VDateInput: {
3593
3600
  baseColor?: string | undefined;
3594
3601
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3595
3602
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3596
- iconColor?: string | boolean | undefined;
3597
3603
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3598
3604
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3605
+ iconColor?: string | boolean | undefined;
3599
3606
  hint?: string | undefined;
3600
3607
  hideDetails?: boolean | "auto" | undefined;
3601
3608
  } & {}, {
@@ -3696,9 +3703,9 @@ export declare const VDateInput: {
3696
3703
  baseColor?: string | undefined;
3697
3704
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3698
3705
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3699
- iconColor?: string | boolean | undefined;
3700
3706
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3701
3707
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3708
+ iconColor?: string | boolean | undefined;
3702
3709
  hint?: string | undefined;
3703
3710
  hideDetails?: boolean | "auto" | undefined;
3704
3711
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3710,7 +3717,7 @@ export declare const VDateInput: {
3710
3717
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
3711
3718
  modelValue?: unknown;
3712
3719
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3713
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
3714
3721
  $: import("vue").ComponentInternalInstance;
3715
3722
  $data: {};
3716
3723
  $props: Partial<{
@@ -3757,13 +3764,13 @@ export declare const VDateInput: {
3757
3764
  rounded?: string | number | boolean | undefined;
3758
3765
  baseColor?: string | undefined;
3759
3766
  bgColor?: string | undefined;
3760
- iconColor?: string | boolean | undefined;
3761
3767
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3762
3768
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3763
3769
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3764
3770
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3765
3771
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3766
3772
  centerAffix?: boolean | undefined;
3773
+ iconColor?: string | boolean | undefined;
3767
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">;
3768
3775
  $attrs: {
3769
3776
  [x: string]: unknown;
@@ -3816,13 +3823,13 @@ export declare const VDateInput: {
3816
3823
  rounded?: string | number | boolean | undefined;
3817
3824
  baseColor?: string | undefined;
3818
3825
  bgColor?: string | undefined;
3819
- iconColor?: string | boolean | undefined;
3820
3826
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3821
3827
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3822
3828
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3823
3829
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3824
3830
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3825
3831
  centerAffix?: boolean | undefined;
3832
+ iconColor?: string | boolean | undefined;
3826
3833
  } & {
3827
3834
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3828
3835
  }, {
@@ -3926,13 +3933,13 @@ export declare const VDateInput: {
3926
3933
  rounded?: string | number | boolean | undefined;
3927
3934
  baseColor?: string | undefined;
3928
3935
  bgColor?: string | undefined;
3929
- iconColor?: string | boolean | undefined;
3930
3936
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3931
3937
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3932
3938
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3933
3939
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3934
3940
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3935
3941
  centerAffix?: boolean | undefined;
3942
+ iconColor?: string | boolean | undefined;
3936
3943
  } & {
3937
3944
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3938
3945
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3941,7 +3948,7 @@ export declare const VDateInput: {
3941
3948
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
3942
3949
  modelValue?: unknown;
3943
3950
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3944
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
3945
3952
  _allExposed: {
3946
3953
  reset: () => Promise<void>;
3947
3954
  resetValidation: () => Promise<void>;
@@ -4109,7 +4116,6 @@ export declare const VDateInput: {
4109
4116
  bgColor?: string | undefined;
4110
4117
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4111
4118
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4112
- iconColor?: string | boolean | undefined;
4113
4119
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4114
4120
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4115
4121
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4118,6 +4124,7 @@ export declare const VDateInput: {
4118
4124
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4119
4125
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4120
4126
  centerAffix?: boolean | undefined;
4127
+ iconColor?: string | boolean | undefined;
4121
4128
  hint?: string | undefined;
4122
4129
  hideDetails?: boolean | "auto" | undefined;
4123
4130
  suffix?: string | undefined;
@@ -4232,9 +4239,9 @@ export declare const VDateInput: {
4232
4239
  baseColor?: string | undefined;
4233
4240
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4234
4241
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4235
- iconColor?: string | boolean | undefined;
4236
4242
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4237
4243
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4244
+ iconColor?: string | boolean | undefined;
4238
4245
  hint?: string | undefined;
4239
4246
  hideDetails?: boolean | "auto" | undefined;
4240
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">;
@@ -4288,9 +4295,9 @@ export declare const VDateInput: {
4288
4295
  baseColor?: string | undefined;
4289
4296
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4290
4297
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4291
- iconColor?: string | boolean | undefined;
4292
4298
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4293
4299
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4300
+ iconColor?: string | boolean | undefined;
4294
4301
  hint?: string | undefined;
4295
4302
  hideDetails?: boolean | "auto" | undefined;
4296
4303
  } & {}, {
@@ -4391,9 +4398,9 @@ export declare const VDateInput: {
4391
4398
  baseColor?: string | undefined;
4392
4399
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4393
4400
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4394
- iconColor?: string | boolean | undefined;
4395
4401
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4396
4402
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4403
+ iconColor?: string | boolean | undefined;
4397
4404
  hint?: string | undefined;
4398
4405
  hideDetails?: boolean | "auto" | undefined;
4399
4406
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4405,7 +4412,7 @@ export declare const VDateInput: {
4405
4412
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
4406
4413
  modelValue?: unknown;
4407
4414
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4408
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
4409
4416
  $: import("vue").ComponentInternalInstance;
4410
4417
  $data: {};
4411
4418
  $props: Partial<{
@@ -4452,13 +4459,13 @@ export declare const VDateInput: {
4452
4459
  rounded?: string | number | boolean | undefined;
4453
4460
  baseColor?: string | undefined;
4454
4461
  bgColor?: string | undefined;
4455
- iconColor?: string | boolean | undefined;
4456
4462
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4457
4463
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4458
4464
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4459
4465
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4460
4466
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4461
4467
  centerAffix?: boolean | undefined;
4468
+ iconColor?: string | boolean | undefined;
4462
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">;
4463
4470
  $attrs: {
4464
4471
  [x: string]: unknown;
@@ -4511,13 +4518,13 @@ export declare const VDateInput: {
4511
4518
  rounded?: string | number | boolean | undefined;
4512
4519
  baseColor?: string | undefined;
4513
4520
  bgColor?: string | undefined;
4514
- iconColor?: string | boolean | undefined;
4515
4521
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4516
4522
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4517
4523
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4518
4524
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4519
4525
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4520
4526
  centerAffix?: boolean | undefined;
4527
+ iconColor?: string | boolean | undefined;
4521
4528
  } & {
4522
4529
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4523
4530
  }, {
@@ -4621,13 +4628,13 @@ export declare const VDateInput: {
4621
4628
  rounded?: string | number | boolean | undefined;
4622
4629
  baseColor?: string | undefined;
4623
4630
  bgColor?: string | undefined;
4624
- iconColor?: string | boolean | undefined;
4625
4631
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4626
4632
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4627
4633
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4628
4634
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4629
4635
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4630
4636
  centerAffix?: boolean | undefined;
4637
+ iconColor?: string | boolean | undefined;
4631
4638
  } & {
4632
4639
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4633
4640
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4636,7 +4643,7 @@ export declare const VDateInput: {
4636
4643
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
4637
4644
  modelValue?: unknown;
4638
4645
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4639
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
4640
4647
  _allExposed: {
4641
4648
  reset: () => Promise<void>;
4642
4649
  resetValidation: () => Promise<void>;
@@ -4647,7 +4654,7 @@ export declare const VDateInput: {
4647
4654
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4648
4655
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
4649
4656
  } | {};
4650
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
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}`> & {
4651
4658
  _allExposed: (HTMLInputElement & Omit<Omit<{
4652
4659
  $: import("vue").ComponentInternalInstance;
4653
4660
  $data: {};
@@ -4698,9 +4705,9 @@ export declare const VDateInput: {
4698
4705
  baseColor?: string | undefined;
4699
4706
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4700
4707
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4701
- iconColor?: string | boolean | undefined;
4702
4708
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4703
4709
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4710
+ iconColor?: string | boolean | undefined;
4704
4711
  hint?: string | undefined;
4705
4712
  hideDetails?: boolean | "auto" | undefined;
4706
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">;
@@ -4754,9 +4761,9 @@ export declare const VDateInput: {
4754
4761
  baseColor?: string | undefined;
4755
4762
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4756
4763
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4757
- iconColor?: string | boolean | undefined;
4758
4764
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4759
4765
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4766
+ iconColor?: string | boolean | undefined;
4760
4767
  hint?: string | undefined;
4761
4768
  hideDetails?: boolean | "auto" | undefined;
4762
4769
  } & {}, {
@@ -4857,9 +4864,9 @@ export declare const VDateInput: {
4857
4864
  baseColor?: string | undefined;
4858
4865
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4859
4866
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4860
- iconColor?: string | boolean | undefined;
4861
4867
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4862
4868
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4869
+ iconColor?: string | boolean | undefined;
4863
4870
  hint?: string | undefined;
4864
4871
  hideDetails?: boolean | "auto" | undefined;
4865
4872
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4871,7 +4878,7 @@ export declare const VDateInput: {
4871
4878
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
4872
4879
  modelValue?: unknown;
4873
4880
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4874
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
4875
4882
  $: import("vue").ComponentInternalInstance;
4876
4883
  $data: {};
4877
4884
  $props: Partial<{
@@ -4918,13 +4925,13 @@ export declare const VDateInput: {
4918
4925
  rounded?: string | number | boolean | undefined;
4919
4926
  baseColor?: string | undefined;
4920
4927
  bgColor?: string | undefined;
4921
- iconColor?: string | boolean | undefined;
4922
4928
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4923
4929
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4924
4930
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4925
4931
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4926
4932
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4927
4933
  centerAffix?: boolean | undefined;
4934
+ iconColor?: string | boolean | undefined;
4928
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">;
4929
4936
  $attrs: {
4930
4937
  [x: string]: unknown;
@@ -4977,13 +4984,13 @@ export declare const VDateInput: {
4977
4984
  rounded?: string | number | boolean | undefined;
4978
4985
  baseColor?: string | undefined;
4979
4986
  bgColor?: string | undefined;
4980
- iconColor?: string | boolean | undefined;
4981
4987
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4982
4988
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4983
4989
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4984
4990
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4985
4991
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4986
4992
  centerAffix?: boolean | undefined;
4993
+ iconColor?: string | boolean | undefined;
4987
4994
  } & {
4988
4995
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4989
4996
  }, {
@@ -5087,13 +5094,13 @@ export declare const VDateInput: {
5087
5094
  rounded?: string | number | boolean | undefined;
5088
5095
  baseColor?: string | undefined;
5089
5096
  bgColor?: string | undefined;
5090
- iconColor?: string | boolean | undefined;
5091
5097
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5092
5098
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5093
5099
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5094
5100
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5095
5101
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5096
5102
  centerAffix?: boolean | undefined;
5103
+ iconColor?: string | boolean | undefined;
5097
5104
  } & {
5098
5105
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5099
5106
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5102,7 +5109,7 @@ export declare const VDateInput: {
5102
5109
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
5103
5110
  modelValue?: unknown;
5104
5111
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5105
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
5106
5113
  _allExposed: {
5107
5114
  reset: () => Promise<void>;
5108
5115
  resetValidation: () => Promise<void>;
@@ -5267,7 +5274,6 @@ export declare const VDateInput: {
5267
5274
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5268
5275
  controlHeight?: string | number | undefined;
5269
5276
  headerColor?: string | undefined;
5270
- iconColor?: string | boolean | undefined;
5271
5277
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5272
5278
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5273
5279
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5276,6 +5282,7 @@ export declare const VDateInput: {
5276
5282
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5277
5283
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5278
5284
  centerAffix?: boolean | undefined;
5285
+ iconColor?: string | boolean | undefined;
5279
5286
  hint?: string | undefined;
5280
5287
  hideDetails?: boolean | "auto" | undefined;
5281
5288
  suffix?: string | undefined;
@@ -5283,7 +5290,8 @@ export declare const VDateInput: {
5283
5290
  modelModifiers?: Record<string, boolean> | undefined;
5284
5291
  firstDayOfWeek?: string | number | undefined;
5285
5292
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
5286
- weekdayFormat?: "long" | "short" | "narrow" | undefined;
5293
+ allowedMonths?: number[] | ((date: number) => boolean) | undefined;
5294
+ allowedYears?: number[] | ((date: number) => boolean) | undefined;
5287
5295
  inputFormat?: string | undefined;
5288
5296
  displayFormat?: string | Function | undefined;
5289
5297
  } & {
@@ -5434,7 +5442,6 @@ export declare const VDateInput: {
5434
5442
  bgColor?: string | undefined;
5435
5443
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5436
5444
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5437
- iconColor?: string | boolean | undefined;
5438
5445
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5439
5446
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5440
5447
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5443,6 +5450,7 @@ export declare const VDateInput: {
5443
5450
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5444
5451
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5445
5452
  centerAffix?: boolean | undefined;
5453
+ iconColor?: string | boolean | undefined;
5446
5454
  hint?: string | undefined;
5447
5455
  hideDetails?: boolean | "auto" | undefined;
5448
5456
  suffix?: string | undefined;
@@ -5586,7 +5594,6 @@ export declare const VDateInput: {
5586
5594
  bgColor?: string | undefined;
5587
5595
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5588
5596
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5589
- iconColor?: string | boolean | undefined;
5590
5597
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5591
5598
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5592
5599
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5595,6 +5602,7 @@ export declare const VDateInput: {
5595
5602
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5596
5603
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5597
5604
  centerAffix?: boolean | undefined;
5605
+ iconColor?: string | boolean | undefined;
5598
5606
  hint?: string | undefined;
5599
5607
  hideDetails?: boolean | "auto" | undefined;
5600
5608
  suffix?: string | undefined;
@@ -5709,9 +5717,9 @@ export declare const VDateInput: {
5709
5717
  baseColor?: string | undefined;
5710
5718
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5711
5719
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5712
- iconColor?: string | boolean | undefined;
5713
5720
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5714
5721
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5722
+ iconColor?: string | boolean | undefined;
5715
5723
  hint?: string | undefined;
5716
5724
  hideDetails?: boolean | "auto" | undefined;
5717
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">;
@@ -5765,9 +5773,9 @@ export declare const VDateInput: {
5765
5773
  baseColor?: string | undefined;
5766
5774
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5767
5775
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5768
- iconColor?: string | boolean | undefined;
5769
5776
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5770
5777
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5778
+ iconColor?: string | boolean | undefined;
5771
5779
  hint?: string | undefined;
5772
5780
  hideDetails?: boolean | "auto" | undefined;
5773
5781
  } & {}, {
@@ -5868,9 +5876,9 @@ export declare const VDateInput: {
5868
5876
  baseColor?: string | undefined;
5869
5877
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5870
5878
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5871
- iconColor?: string | boolean | undefined;
5872
5879
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5873
5880
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5881
+ iconColor?: string | boolean | undefined;
5874
5882
  hint?: string | undefined;
5875
5883
  hideDetails?: boolean | "auto" | undefined;
5876
5884
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5882,7 +5890,7 @@ export declare const VDateInput: {
5882
5890
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
5883
5891
  modelValue?: unknown;
5884
5892
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5885
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
5886
5894
  $: import("vue").ComponentInternalInstance;
5887
5895
  $data: {};
5888
5896
  $props: Partial<{
@@ -5929,13 +5937,13 @@ export declare const VDateInput: {
5929
5937
  rounded?: string | number | boolean | undefined;
5930
5938
  baseColor?: string | undefined;
5931
5939
  bgColor?: string | undefined;
5932
- iconColor?: string | boolean | undefined;
5933
5940
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5934
5941
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5935
5942
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5936
5943
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5937
5944
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5938
5945
  centerAffix?: boolean | undefined;
5946
+ iconColor?: string | boolean | undefined;
5939
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">;
5940
5948
  $attrs: {
5941
5949
  [x: string]: unknown;
@@ -5988,13 +5996,13 @@ export declare const VDateInput: {
5988
5996
  rounded?: string | number | boolean | undefined;
5989
5997
  baseColor?: string | undefined;
5990
5998
  bgColor?: string | undefined;
5991
- iconColor?: string | boolean | undefined;
5992
5999
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5993
6000
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5994
6001
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5995
6002
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5996
6003
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5997
6004
  centerAffix?: boolean | undefined;
6005
+ iconColor?: string | boolean | undefined;
5998
6006
  } & {
5999
6007
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6000
6008
  }, {
@@ -6098,13 +6106,13 @@ export declare const VDateInput: {
6098
6106
  rounded?: string | number | boolean | undefined;
6099
6107
  baseColor?: string | undefined;
6100
6108
  bgColor?: string | undefined;
6101
- iconColor?: string | boolean | undefined;
6102
6109
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6103
6110
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6104
6111
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6105
6112
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6106
6113
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6107
6114
  centerAffix?: boolean | undefined;
6115
+ iconColor?: string | boolean | undefined;
6108
6116
  } & {
6109
6117
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6110
6118
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6113,7 +6121,7 @@ export declare const VDateInput: {
6113
6121
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
6114
6122
  modelValue?: unknown;
6115
6123
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6116
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
6117
6125
  _allExposed: {
6118
6126
  reset: () => Promise<void>;
6119
6127
  resetValidation: () => Promise<void>;
@@ -6281,7 +6289,6 @@ export declare const VDateInput: {
6281
6289
  bgColor?: string | undefined;
6282
6290
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6283
6291
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6284
- iconColor?: string | boolean | undefined;
6285
6292
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6286
6293
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6287
6294
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6290,6 +6297,7 @@ export declare const VDateInput: {
6290
6297
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6291
6298
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6292
6299
  centerAffix?: boolean | undefined;
6300
+ iconColor?: string | boolean | undefined;
6293
6301
  hint?: string | undefined;
6294
6302
  hideDetails?: boolean | "auto" | undefined;
6295
6303
  suffix?: string | undefined;
@@ -6404,9 +6412,9 @@ export declare const VDateInput: {
6404
6412
  baseColor?: string | undefined;
6405
6413
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6406
6414
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6407
- iconColor?: string | boolean | undefined;
6408
6415
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6409
6416
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6417
+ iconColor?: string | boolean | undefined;
6410
6418
  hint?: string | undefined;
6411
6419
  hideDetails?: boolean | "auto" | undefined;
6412
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">;
@@ -6460,9 +6468,9 @@ export declare const VDateInput: {
6460
6468
  baseColor?: string | undefined;
6461
6469
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6462
6470
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6463
- iconColor?: string | boolean | undefined;
6464
6471
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6465
6472
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6473
+ iconColor?: string | boolean | undefined;
6466
6474
  hint?: string | undefined;
6467
6475
  hideDetails?: boolean | "auto" | undefined;
6468
6476
  } & {}, {
@@ -6563,9 +6571,9 @@ export declare const VDateInput: {
6563
6571
  baseColor?: string | undefined;
6564
6572
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6565
6573
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6566
- iconColor?: string | boolean | undefined;
6567
6574
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6568
6575
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6576
+ iconColor?: string | boolean | undefined;
6569
6577
  hint?: string | undefined;
6570
6578
  hideDetails?: boolean | "auto" | undefined;
6571
6579
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6577,7 +6585,7 @@ export declare const VDateInput: {
6577
6585
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
6578
6586
  modelValue?: unknown;
6579
6587
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6580
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
6581
6589
  $: import("vue").ComponentInternalInstance;
6582
6590
  $data: {};
6583
6591
  $props: Partial<{
@@ -6624,13 +6632,13 @@ export declare const VDateInput: {
6624
6632
  rounded?: string | number | boolean | undefined;
6625
6633
  baseColor?: string | undefined;
6626
6634
  bgColor?: string | undefined;
6627
- iconColor?: string | boolean | undefined;
6628
6635
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6629
6636
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6630
6637
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6631
6638
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6632
6639
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6633
6640
  centerAffix?: boolean | undefined;
6641
+ iconColor?: string | boolean | undefined;
6634
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">;
6635
6643
  $attrs: {
6636
6644
  [x: string]: unknown;
@@ -6683,13 +6691,13 @@ export declare const VDateInput: {
6683
6691
  rounded?: string | number | boolean | undefined;
6684
6692
  baseColor?: string | undefined;
6685
6693
  bgColor?: string | undefined;
6686
- iconColor?: string | boolean | undefined;
6687
6694
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6688
6695
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6689
6696
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6690
6697
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6691
6698
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6692
6699
  centerAffix?: boolean | undefined;
6700
+ iconColor?: string | boolean | undefined;
6693
6701
  } & {
6694
6702
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6695
6703
  }, {
@@ -6793,13 +6801,13 @@ export declare const VDateInput: {
6793
6801
  rounded?: string | number | boolean | undefined;
6794
6802
  baseColor?: string | undefined;
6795
6803
  bgColor?: string | undefined;
6796
- iconColor?: string | boolean | undefined;
6797
6804
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6798
6805
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6799
6806
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6800
6807
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6801
6808
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6802
6809
  centerAffix?: boolean | undefined;
6810
+ iconColor?: string | boolean | undefined;
6803
6811
  } & {
6804
6812
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6805
6813
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6808,7 +6816,7 @@ export declare const VDateInput: {
6808
6816
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
6809
6817
  modelValue?: unknown;
6810
6818
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6811
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
6812
6820
  _allExposed: {
6813
6821
  reset: () => Promise<void>;
6814
6822
  resetValidation: () => Promise<void>;
@@ -6819,7 +6827,7 @@ export declare const VDateInput: {
6819
6827
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
6820
6828
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
6821
6829
  } | {};
6822
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
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}`> & {
6823
6831
  _allExposed: (HTMLInputElement & Omit<Omit<{
6824
6832
  $: import("vue").ComponentInternalInstance;
6825
6833
  $data: {};
@@ -6870,9 +6878,9 @@ export declare const VDateInput: {
6870
6878
  baseColor?: string | undefined;
6871
6879
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6872
6880
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6873
- iconColor?: string | boolean | undefined;
6874
6881
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6875
6882
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6883
+ iconColor?: string | boolean | undefined;
6876
6884
  hint?: string | undefined;
6877
6885
  hideDetails?: boolean | "auto" | undefined;
6878
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">;
@@ -6926,9 +6934,9 @@ export declare const VDateInput: {
6926
6934
  baseColor?: string | undefined;
6927
6935
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6928
6936
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6929
- iconColor?: string | boolean | undefined;
6930
6937
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6931
6938
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6939
+ iconColor?: string | boolean | undefined;
6932
6940
  hint?: string | undefined;
6933
6941
  hideDetails?: boolean | "auto" | undefined;
6934
6942
  } & {}, {
@@ -7029,9 +7037,9 @@ export declare const VDateInput: {
7029
7037
  baseColor?: string | undefined;
7030
7038
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7031
7039
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7032
- iconColor?: string | boolean | undefined;
7033
7040
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
7034
7041
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
7042
+ iconColor?: string | boolean | undefined;
7035
7043
  hint?: string | undefined;
7036
7044
  hideDetails?: boolean | "auto" | undefined;
7037
7045
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -7043,7 +7051,7 @@ export declare const VDateInput: {
7043
7051
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
7044
7052
  modelValue?: unknown;
7045
7053
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7046
- }, import("../../components/VInput/VInput.js").VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
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<{
7047
7055
  $: import("vue").ComponentInternalInstance;
7048
7056
  $data: {};
7049
7057
  $props: Partial<{
@@ -7090,13 +7098,13 @@ export declare const VDateInput: {
7090
7098
  rounded?: string | number | boolean | undefined;
7091
7099
  baseColor?: string | undefined;
7092
7100
  bgColor?: string | undefined;
7093
- iconColor?: string | boolean | undefined;
7094
7101
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7095
7102
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7096
7103
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7097
7104
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7098
7105
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7099
7106
  centerAffix?: boolean | undefined;
7107
+ iconColor?: string | boolean | undefined;
7100
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">;
7101
7109
  $attrs: {
7102
7110
  [x: string]: unknown;
@@ -7149,13 +7157,13 @@ export declare const VDateInput: {
7149
7157
  rounded?: string | number | boolean | undefined;
7150
7158
  baseColor?: string | undefined;
7151
7159
  bgColor?: string | undefined;
7152
- iconColor?: string | boolean | undefined;
7153
7160
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7154
7161
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7155
7162
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7156
7163
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7157
7164
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7158
7165
  centerAffix?: boolean | undefined;
7166
+ iconColor?: string | boolean | undefined;
7159
7167
  } & {
7160
7168
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7161
7169
  }, {
@@ -7259,13 +7267,13 @@ export declare const VDateInput: {
7259
7267
  rounded?: string | number | boolean | undefined;
7260
7268
  baseColor?: string | undefined;
7261
7269
  bgColor?: string | undefined;
7262
- iconColor?: string | boolean | undefined;
7263
7270
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7264
7271
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7265
7272
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7266
7273
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7267
7274
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7268
7275
  centerAffix?: boolean | undefined;
7276
+ iconColor?: string | boolean | undefined;
7269
7277
  } & {
7270
7278
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7271
7279
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7274,7 +7282,7 @@ export declare const VDateInput: {
7274
7282
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
7275
7283
  modelValue?: unknown;
7276
7284
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7277
- }, import("../../components/VField/VField.js").VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
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}`> & {
7278
7286
  _allExposed: {
7279
7287
  reset: () => Promise<void>;
7280
7288
  resetValidation: () => Promise<void>;
@@ -7466,9 +7474,10 @@ export declare const VDateInput: {
7466
7474
  default: undefined;
7467
7475
  };
7468
7476
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
7469
- weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
7470
7477
  hideWeekdays: BooleanConstructor;
7471
7478
  showWeek: BooleanConstructor;
7479
+ allowedMonths: PropType<number[] | ((date: number) => boolean)>;
7480
+ allowedYears: PropType<number[] | ((date: number) => boolean)>;
7472
7481
  rounded: {
7473
7482
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
7474
7483
  default: undefined;
@@ -7699,9 +7708,10 @@ export declare const VDateInput: {
7699
7708
  default: undefined;
7700
7709
  };
7701
7710
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
7702
- weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
7703
7711
  hideWeekdays: BooleanConstructor;
7704
7712
  showWeek: BooleanConstructor;
7713
+ allowedMonths: PropType<number[] | ((date: number) => boolean)>;
7714
+ allowedYears: PropType<number[] | ((date: number) => boolean)>;
7705
7715
  rounded: {
7706
7716
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
7707
7717
  default: undefined;