@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
@@ -479,6 +479,7 @@ export declare const VTextField: {
479
479
  bgColor?: string | undefined;
480
480
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
481
481
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
482
+ iconColor?: string | boolean | undefined;
482
483
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
483
484
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
484
485
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -487,7 +488,6 @@ export declare const VTextField: {
487
488
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
488
489
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
489
490
  centerAffix?: boolean | undefined;
490
- iconColor?: string | boolean | undefined;
491
491
  hint?: string | undefined;
492
492
  hideDetails?: boolean | "auto" | undefined;
493
493
  suffix?: string | undefined;
@@ -602,9 +602,9 @@ export declare const VTextField: {
602
602
  baseColor?: string | undefined;
603
603
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
604
604
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
605
+ iconColor?: string | boolean | undefined;
605
606
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
606
607
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
607
- iconColor?: string | boolean | undefined;
608
608
  hint?: string | undefined;
609
609
  hideDetails?: boolean | "auto" | undefined;
610
610
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -658,9 +658,9 @@ export declare const VTextField: {
658
658
  baseColor?: string | undefined;
659
659
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
660
660
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
661
+ iconColor?: string | boolean | undefined;
661
662
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
662
663
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
663
- iconColor?: string | boolean | undefined;
664
664
  hint?: string | undefined;
665
665
  hideDetails?: boolean | "auto" | undefined;
666
666
  } & {}, {
@@ -761,9 +761,9 @@ export declare const VTextField: {
761
761
  baseColor?: string | undefined;
762
762
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
763
763
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
764
+ iconColor?: string | boolean | undefined;
764
765
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
765
766
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
766
- iconColor?: string | boolean | undefined;
767
767
  hint?: string | undefined;
768
768
  hideDetails?: boolean | "auto" | undefined;
769
769
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -775,7 +775,7 @@ export declare const VTextField: {
775
775
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
776
776
  modelValue?: unknown;
777
777
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
778
- }, 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<{
778
+ }, 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<{
779
779
  $: import("vue").ComponentInternalInstance;
780
780
  $data: {};
781
781
  $props: Partial<{
@@ -822,13 +822,13 @@ export declare const VTextField: {
822
822
  rounded?: string | number | boolean | undefined;
823
823
  baseColor?: string | undefined;
824
824
  bgColor?: string | undefined;
825
+ iconColor?: string | boolean | undefined;
825
826
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
826
827
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
827
828
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
828
829
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
829
830
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
830
831
  centerAffix?: boolean | undefined;
831
- iconColor?: string | boolean | undefined;
832
832
  } & 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">;
833
833
  $attrs: {
834
834
  [x: string]: unknown;
@@ -881,13 +881,13 @@ export declare const VTextField: {
881
881
  rounded?: string | number | boolean | undefined;
882
882
  baseColor?: string | undefined;
883
883
  bgColor?: string | undefined;
884
+ iconColor?: string | boolean | undefined;
884
885
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
885
886
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
886
887
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
887
888
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
888
889
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
889
890
  centerAffix?: boolean | undefined;
890
- iconColor?: string | boolean | undefined;
891
891
  } & {
892
892
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
893
893
  }, {
@@ -991,13 +991,13 @@ export declare const VTextField: {
991
991
  rounded?: string | number | boolean | undefined;
992
992
  baseColor?: string | undefined;
993
993
  bgColor?: string | undefined;
994
+ iconColor?: string | boolean | undefined;
994
995
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
995
996
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
996
997
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
997
998
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
998
999
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
999
1000
  centerAffix?: boolean | undefined;
1000
- iconColor?: string | boolean | undefined;
1001
1001
  } & {
1002
1002
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1003
1003
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -1006,7 +1006,7 @@ export declare const VTextField: {
1006
1006
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1007
1007
  modelValue?: unknown;
1008
1008
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1009
- }, 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}`> & {
1009
+ }, 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}`> & {
1010
1010
  _allExposed: {
1011
1011
  reset: () => Promise<void>;
1012
1012
  resetValidation: () => Promise<void>;
@@ -1130,6 +1130,7 @@ export declare const VTextField: {
1130
1130
  bgColor?: string | undefined;
1131
1131
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1132
1132
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1133
+ iconColor?: string | boolean | undefined;
1133
1134
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1134
1135
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1135
1136
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1138,7 +1139,6 @@ export declare const VTextField: {
1138
1139
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1139
1140
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1140
1141
  centerAffix?: boolean | undefined;
1141
- iconColor?: string | boolean | undefined;
1142
1142
  hint?: string | undefined;
1143
1143
  hideDetails?: boolean | "auto" | undefined;
1144
1144
  suffix?: string | undefined;
@@ -1253,9 +1253,9 @@ export declare const VTextField: {
1253
1253
  baseColor?: string | undefined;
1254
1254
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1255
1255
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1256
+ iconColor?: string | boolean | undefined;
1256
1257
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1257
1258
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1258
- iconColor?: string | boolean | undefined;
1259
1259
  hint?: string | undefined;
1260
1260
  hideDetails?: boolean | "auto" | undefined;
1261
1261
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1309,9 +1309,9 @@ export declare const VTextField: {
1309
1309
  baseColor?: string | undefined;
1310
1310
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1311
1311
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1312
+ iconColor?: string | boolean | undefined;
1312
1313
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1313
1314
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1314
- iconColor?: string | boolean | undefined;
1315
1315
  hint?: string | undefined;
1316
1316
  hideDetails?: boolean | "auto" | undefined;
1317
1317
  } & {}, {
@@ -1412,9 +1412,9 @@ export declare const VTextField: {
1412
1412
  baseColor?: string | undefined;
1413
1413
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1414
1414
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1415
+ iconColor?: string | boolean | undefined;
1415
1416
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1416
1417
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1417
- iconColor?: string | boolean | undefined;
1418
1418
  hint?: string | undefined;
1419
1419
  hideDetails?: boolean | "auto" | undefined;
1420
1420
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1426,7 +1426,7 @@ export declare const VTextField: {
1426
1426
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1427
1427
  modelValue?: unknown;
1428
1428
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1429
- }, 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<{
1429
+ }, 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<{
1430
1430
  $: import("vue").ComponentInternalInstance;
1431
1431
  $data: {};
1432
1432
  $props: Partial<{
@@ -1473,13 +1473,13 @@ export declare const VTextField: {
1473
1473
  rounded?: string | number | boolean | undefined;
1474
1474
  baseColor?: string | undefined;
1475
1475
  bgColor?: string | undefined;
1476
+ iconColor?: string | boolean | undefined;
1476
1477
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1477
1478
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1478
1479
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1479
1480
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1480
1481
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1481
1482
  centerAffix?: boolean | undefined;
1482
- iconColor?: string | boolean | undefined;
1483
1483
  } & 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">;
1484
1484
  $attrs: {
1485
1485
  [x: string]: unknown;
@@ -1532,13 +1532,13 @@ export declare const VTextField: {
1532
1532
  rounded?: string | number | boolean | undefined;
1533
1533
  baseColor?: string | undefined;
1534
1534
  bgColor?: string | undefined;
1535
+ iconColor?: string | boolean | undefined;
1535
1536
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1536
1537
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1537
1538
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1538
1539
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1539
1540
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1540
1541
  centerAffix?: boolean | undefined;
1541
- iconColor?: string | boolean | undefined;
1542
1542
  } & {
1543
1543
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1544
1544
  }, {
@@ -1642,13 +1642,13 @@ export declare const VTextField: {
1642
1642
  rounded?: string | number | boolean | undefined;
1643
1643
  baseColor?: string | undefined;
1644
1644
  bgColor?: string | undefined;
1645
+ iconColor?: string | boolean | undefined;
1645
1646
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1646
1647
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1647
1648
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1648
1649
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1649
1650
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1650
1651
  centerAffix?: boolean | undefined;
1651
- iconColor?: string | boolean | undefined;
1652
1652
  } & {
1653
1653
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1654
1654
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -1657,7 +1657,7 @@ export declare const VTextField: {
1657
1657
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1658
1658
  modelValue?: unknown;
1659
1659
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1660
- }, 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}`> & {
1660
+ }, 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}`> & {
1661
1661
  _allExposed: {
1662
1662
  reset: () => Promise<void>;
1663
1663
  resetValidation: () => Promise<void>;
@@ -1756,6 +1756,7 @@ export declare const VTextField: {
1756
1756
  bgColor?: string | undefined;
1757
1757
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1758
1758
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1759
+ iconColor?: string | boolean | undefined;
1759
1760
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1760
1761
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1761
1762
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1764,7 +1765,6 @@ export declare const VTextField: {
1764
1765
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1765
1766
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1766
1767
  centerAffix?: boolean | undefined;
1767
- iconColor?: string | boolean | undefined;
1768
1768
  hint?: string | undefined;
1769
1769
  hideDetails?: boolean | "auto" | undefined;
1770
1770
  suffix?: string | undefined;
@@ -1879,9 +1879,9 @@ export declare const VTextField: {
1879
1879
  baseColor?: string | undefined;
1880
1880
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1881
1881
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1882
+ iconColor?: string | boolean | undefined;
1882
1883
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1883
1884
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1884
- iconColor?: string | boolean | undefined;
1885
1885
  hint?: string | undefined;
1886
1886
  hideDetails?: boolean | "auto" | undefined;
1887
1887
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1935,9 +1935,9 @@ export declare const VTextField: {
1935
1935
  baseColor?: string | undefined;
1936
1936
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1937
1937
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1938
+ iconColor?: string | boolean | undefined;
1938
1939
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1939
1940
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1940
- iconColor?: string | boolean | undefined;
1941
1941
  hint?: string | undefined;
1942
1942
  hideDetails?: boolean | "auto" | undefined;
1943
1943
  } & {}, {
@@ -2038,9 +2038,9 @@ export declare const VTextField: {
2038
2038
  baseColor?: string | undefined;
2039
2039
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2040
2040
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2041
+ iconColor?: string | boolean | undefined;
2041
2042
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2042
2043
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2043
- iconColor?: string | boolean | undefined;
2044
2044
  hint?: string | undefined;
2045
2045
  hideDetails?: boolean | "auto" | undefined;
2046
2046
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -2052,7 +2052,7 @@ export declare const VTextField: {
2052
2052
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2053
2053
  modelValue?: unknown;
2054
2054
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2055
- }, 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<{
2055
+ }, 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<{
2056
2056
  $: import("vue").ComponentInternalInstance;
2057
2057
  $data: {};
2058
2058
  $props: Partial<{
@@ -2099,13 +2099,13 @@ export declare const VTextField: {
2099
2099
  rounded?: string | number | boolean | undefined;
2100
2100
  baseColor?: string | undefined;
2101
2101
  bgColor?: string | undefined;
2102
+ iconColor?: string | boolean | undefined;
2102
2103
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2103
2104
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2104
2105
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2105
2106
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2106
2107
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2107
2108
  centerAffix?: boolean | undefined;
2108
- iconColor?: string | boolean | undefined;
2109
2109
  } & 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">;
2110
2110
  $attrs: {
2111
2111
  [x: string]: unknown;
@@ -2158,13 +2158,13 @@ export declare const VTextField: {
2158
2158
  rounded?: string | number | boolean | undefined;
2159
2159
  baseColor?: string | undefined;
2160
2160
  bgColor?: string | undefined;
2161
+ iconColor?: string | boolean | undefined;
2161
2162
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2162
2163
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2163
2164
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2164
2165
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2165
2166
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2166
2167
  centerAffix?: boolean | undefined;
2167
- iconColor?: string | boolean | undefined;
2168
2168
  } & {
2169
2169
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2170
2170
  }, {
@@ -2268,13 +2268,13 @@ export declare const VTextField: {
2268
2268
  rounded?: string | number | boolean | undefined;
2269
2269
  baseColor?: string | undefined;
2270
2270
  bgColor?: string | undefined;
2271
+ iconColor?: string | boolean | undefined;
2271
2272
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2272
2273
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2273
2274
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2274
2275
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2275
2276
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2276
2277
  centerAffix?: boolean | undefined;
2277
- iconColor?: string | boolean | undefined;
2278
2278
  } & {
2279
2279
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2280
2280
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -2283,7 +2283,7 @@ export declare const VTextField: {
2283
2283
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
2284
2284
  modelValue?: unknown;
2285
2285
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2286
- }, 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}`> & {
2286
+ }, 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}`> & {
2287
2287
  _allExposed: {
2288
2288
  reset: () => Promise<void>;
2289
2289
  resetValidation: () => Promise<void>;
@@ -493,6 +493,7 @@ export declare const VTextarea: {
493
493
  bgColor?: string | undefined;
494
494
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
495
495
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
496
+ iconColor?: string | boolean | undefined;
496
497
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
497
498
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
498
499
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -501,7 +502,6 @@ export declare const VTextarea: {
501
502
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
502
503
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
503
504
  centerAffix?: boolean | undefined;
504
- iconColor?: string | boolean | undefined;
505
505
  hint?: string | undefined;
506
506
  hideDetails?: boolean | "auto" | undefined;
507
507
  suffix?: string | undefined;
@@ -614,9 +614,9 @@ export declare const VTextarea: {
614
614
  baseColor?: string | undefined;
615
615
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
616
616
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
617
+ iconColor?: string | boolean | undefined;
617
618
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
618
619
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
619
- iconColor?: string | boolean | undefined;
620
620
  hint?: string | undefined;
621
621
  hideDetails?: boolean | "auto" | undefined;
622
622
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -670,9 +670,9 @@ export declare const VTextarea: {
670
670
  baseColor?: string | undefined;
671
671
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
672
672
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
673
+ iconColor?: string | boolean | undefined;
673
674
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
674
675
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
675
- iconColor?: string | boolean | undefined;
676
676
  hint?: string | undefined;
677
677
  hideDetails?: boolean | "auto" | undefined;
678
678
  } & {}, {
@@ -773,9 +773,9 @@ export declare const VTextarea: {
773
773
  baseColor?: string | undefined;
774
774
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
775
775
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
776
+ iconColor?: string | boolean | undefined;
776
777
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
777
778
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
778
- iconColor?: string | boolean | undefined;
779
779
  hint?: string | undefined;
780
780
  hideDetails?: boolean | "auto" | undefined;
781
781
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -787,7 +787,7 @@ export declare const VTextarea: {
787
787
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
788
788
  modelValue?: unknown;
789
789
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
790
- }, 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}`> & {
790
+ }, 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}`> & {
791
791
  _allExposed: {
792
792
  reset: () => Promise<void>;
793
793
  resetValidation: () => Promise<void>;
@@ -910,6 +910,7 @@ export declare const VTextarea: {
910
910
  bgColor?: string | undefined;
911
911
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
912
912
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
913
+ iconColor?: string | boolean | undefined;
913
914
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
914
915
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
915
916
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -918,7 +919,6 @@ export declare const VTextarea: {
918
919
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
919
920
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
920
921
  centerAffix?: boolean | undefined;
921
- iconColor?: string | boolean | undefined;
922
922
  hint?: string | undefined;
923
923
  hideDetails?: boolean | "auto" | undefined;
924
924
  suffix?: string | undefined;
@@ -1031,9 +1031,9 @@ export declare const VTextarea: {
1031
1031
  baseColor?: string | undefined;
1032
1032
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1033
1033
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1034
+ iconColor?: string | boolean | undefined;
1034
1035
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1035
1036
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1036
- iconColor?: string | boolean | undefined;
1037
1037
  hint?: string | undefined;
1038
1038
  hideDetails?: boolean | "auto" | undefined;
1039
1039
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1087,9 +1087,9 @@ export declare const VTextarea: {
1087
1087
  baseColor?: string | undefined;
1088
1088
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1089
1089
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1090
+ iconColor?: string | boolean | undefined;
1090
1091
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1091
1092
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1092
- iconColor?: string | boolean | undefined;
1093
1093
  hint?: string | undefined;
1094
1094
  hideDetails?: boolean | "auto" | undefined;
1095
1095
  } & {}, {
@@ -1190,9 +1190,9 @@ export declare const VTextarea: {
1190
1190
  baseColor?: string | undefined;
1191
1191
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1192
1192
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1193
+ iconColor?: string | boolean | undefined;
1193
1194
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1194
1195
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1195
- iconColor?: string | boolean | undefined;
1196
1196
  hint?: string | undefined;
1197
1197
  hideDetails?: boolean | "auto" | undefined;
1198
1198
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1204,7 +1204,7 @@ export declare const VTextarea: {
1204
1204
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1205
1205
  modelValue?: unknown;
1206
1206
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1207
- }, 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}`> & {
1207
+ }, 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}`> & {
1208
1208
  _allExposed: {
1209
1209
  reset: () => Promise<void>;
1210
1210
  resetValidation: () => Promise<void>;
@@ -1303,6 +1303,7 @@ export declare const VTextarea: {
1303
1303
  bgColor?: string | undefined;
1304
1304
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1305
1305
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1306
+ iconColor?: string | boolean | undefined;
1306
1307
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1307
1308
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1308
1309
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1311,7 +1312,6 @@ export declare const VTextarea: {
1311
1312
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1312
1313
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1313
1314
  centerAffix?: boolean | undefined;
1314
- iconColor?: string | boolean | undefined;
1315
1315
  hint?: string | undefined;
1316
1316
  hideDetails?: boolean | "auto" | undefined;
1317
1317
  suffix?: string | undefined;
@@ -1424,9 +1424,9 @@ export declare const VTextarea: {
1424
1424
  baseColor?: string | undefined;
1425
1425
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1426
1426
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1427
+ iconColor?: string | boolean | undefined;
1427
1428
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1428
1429
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1429
- iconColor?: string | boolean | undefined;
1430
1430
  hint?: string | undefined;
1431
1431
  hideDetails?: boolean | "auto" | undefined;
1432
1432
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1480,9 +1480,9 @@ export declare const VTextarea: {
1480
1480
  baseColor?: string | undefined;
1481
1481
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1482
1482
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1483
+ iconColor?: string | boolean | undefined;
1483
1484
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1484
1485
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1485
- iconColor?: string | boolean | undefined;
1486
1486
  hint?: string | undefined;
1487
1487
  hideDetails?: boolean | "auto" | undefined;
1488
1488
  } & {}, {
@@ -1583,9 +1583,9 @@ export declare const VTextarea: {
1583
1583
  baseColor?: string | undefined;
1584
1584
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1585
1585
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1586
+ iconColor?: string | boolean | undefined;
1586
1587
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1587
1588
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1588
- iconColor?: string | boolean | undefined;
1589
1589
  hint?: string | undefined;
1590
1590
  hideDetails?: boolean | "auto" | undefined;
1591
1591
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1597,7 +1597,7 @@ export declare const VTextarea: {
1597
1597
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1598
1598
  modelValue?: unknown;
1599
1599
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1600
- }, 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}`> & {
1600
+ }, 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}`> & {
1601
1601
  _allExposed: {
1602
1602
  reset: () => Promise<void>;
1603
1603
  resetValidation: () => Promise<void>;
@@ -11,6 +11,7 @@ export interface CalendarProps {
11
11
  weekdays: number[];
12
12
  year: number | string | undefined;
13
13
  weeksInMonth: 'dynamic' | 'static';
14
+ /** @deprecated */
14
15
  firstDayOfWeek: number | string | undefined;
15
16
  'onUpdate:modelValue': ((value: unknown[]) => void) | undefined;
16
17
  'onUpdate:month': ((value: number) => void) | undefined;
@@ -48,6 +49,7 @@ export declare const makeCalendarProps: <Defaults extends {
48
49
  weekdays?: unknown;
49
50
  weeksInMonth?: unknown;
50
51
  firstDayOfWeek?: unknown;
52
+ weekdayFormat?: unknown;
51
53
  } = {}>(defaults?: Defaults | undefined) => {
52
54
  allowedDates: unknown extends Defaults["allowedDates"] ? PropType<unknown[] | ((date: unknown) => boolean)> : {
53
55
  type: PropType<unknown extends Defaults["allowedDates"] ? unknown[] | ((date: unknown) => boolean) : unknown[] | ((date: unknown) => boolean) | Defaults["allowedDates"]>;
@@ -121,6 +123,10 @@ export declare const makeCalendarProps: <Defaults extends {
121
123
  type: PropType<unknown extends Defaults["firstDayOfWeek"] ? string | number : string | number | Defaults["firstDayOfWeek"]>;
122
124
  default: unknown extends Defaults["firstDayOfWeek"] ? string | number : NonNullable<string | number> | Defaults["firstDayOfWeek"];
123
125
  };
126
+ weekdayFormat: unknown extends Defaults["weekdayFormat"] ? PropType<"long" | "short" | "narrow" | undefined> : {
127
+ type: PropType<unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : "long" | "short" | "narrow" | Defaults["weekdayFormat"] | undefined>;
128
+ default: unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : Defaults["weekdayFormat"] | NonNullable<"long" | "short" | "narrow" | undefined>;
129
+ };
124
130
  };
125
131
  export declare function useCalendar(props: CalendarProps): {
126
132
  displayValue: import("vue").ComputedRef<unknown>;
@@ -29,7 +29,8 @@ export const makeCalendarProps = propsFactory({
29
29
  firstDayOfWeek: {
30
30
  type: [Number, String],
31
31
  default: undefined
32
- }
32
+ },
33
+ weekdayFormat: String
33
34
  }, 'calendar');
34
35
  export function useCalendar(props) {
35
36
  const adapter = useDate();