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

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