@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.12-master.2024-07-10

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 (102) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/dist/json/attributes.json +58 -70
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +114 -114
  5. package/dist/json/tags.json +4 -7
  6. package/dist/json/web-types.json +98 -117
  7. package/dist/vuetify-labs.css +3483 -3461
  8. package/dist/vuetify-labs.d.ts +640 -751
  9. package/dist/vuetify-labs.esm.js +80 -70
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +80 -70
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1390 -1368
  14. package/dist/vuetify.d.ts +604 -697
  15. package/dist/vuetify.esm.js +63 -54
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +63 -54
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +48 -46
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +3 -3
  23. package/lib/blueprints/md1.d.mts +3 -3
  24. package/lib/blueprints/md2.d.mts +3 -3
  25. package/lib/blueprints/md3.d.mts +3 -3
  26. package/lib/components/VAutocomplete/index.d.mts +25 -31
  27. package/lib/components/VBottomSheet/index.d.mts +10 -10
  28. package/lib/components/VCheckbox/index.d.mts +2 -8
  29. package/lib/components/VCombobox/index.d.mts +25 -31
  30. package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
  31. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  32. package/lib/components/VDataTable/index.d.mts +108 -108
  33. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
  34. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  35. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  36. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  37. package/lib/components/VDatePicker/index.d.mts +70 -55
  38. package/lib/components/VDialog/index.d.mts +28 -28
  39. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
  40. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/index.d.mts +48 -66
  42. package/lib/components/VField/VField.css +11 -6
  43. package/lib/components/VField/VField.mjs +5 -7
  44. package/lib/components/VField/VField.mjs.map +1 -1
  45. package/lib/components/VField/VField.sass +6 -2
  46. package/lib/components/VField/index.d.mts +6 -12
  47. package/lib/components/VFileInput/index.d.mts +6 -12
  48. package/lib/components/VInput/VInput.css +5 -5
  49. package/lib/components/VInput/VInput.mjs +1 -4
  50. package/lib/components/VInput/VInput.mjs.map +1 -1
  51. package/lib/components/VInput/VInput.sass +1 -1
  52. package/lib/components/VInput/index.d.mts +2 -8
  53. package/lib/components/VMenu/index.d.mts +32 -32
  54. package/lib/components/VOverlay/index.d.mts +10 -10
  55. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  56. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  57. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  58. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  59. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  60. package/lib/components/VRadio/VRadio.mjs +8 -5
  61. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  62. package/lib/components/VRadioGroup/index.d.mts +2 -8
  63. package/lib/components/VRangeSlider/index.d.mts +2 -8
  64. package/lib/components/VSelect/index.d.mts +25 -31
  65. package/lib/components/VSlider/index.d.mts +2 -8
  66. package/lib/components/VSnackbar/index.d.mts +28 -28
  67. package/lib/components/VSpeedDial/index.d.mts +14 -14
  68. package/lib/components/VSwitch/index.d.mts +2 -8
  69. package/lib/components/VTextField/VTextField.mjs +1 -1
  70. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  71. package/lib/components/VTextField/index.d.mts +18 -24
  72. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  73. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  74. package/lib/components/VTextarea/index.d.mts +72 -87
  75. package/lib/components/VTooltip/index.d.mts +32 -32
  76. package/lib/components/index.d.mts +646 -739
  77. package/lib/composables/calendar.mjs +10 -4
  78. package/lib/composables/calendar.mjs.map +1 -1
  79. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  80. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  81. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  82. package/lib/entry-bundler.mjs +1 -1
  83. package/lib/framework.mjs +1 -1
  84. package/lib/index.d.mts +48 -48
  85. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  86. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  87. package/lib/labs/VCalendar/index.d.mts +6 -0
  88. package/lib/labs/VDateInput/index.d.mts +39 -39
  89. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  90. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  91. package/lib/labs/VNumberInput/index.d.mts +6 -12
  92. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  93. package/lib/labs/VStepperVertical/index.d.mts +0 -18
  94. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  95. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  96. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  97. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  98. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  99. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  100. package/lib/labs/VTimePicker/index.d.mts +18 -18
  101. package/lib/labs/components.d.mts +106 -124
  102. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.11-master.2024-07-07
2
+ * Vuetify v3.6.12-master.2024-07-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -5209,6 +5209,7 @@ const VProgressLinear = genericComponent()({
5209
5209
  const normalizedValue = computed(() => clamp(parseFloat(progress.value) / max.value * 100, 0, 100));
5210
5210
  const isReversed = computed(() => isRtl.value !== props.reverse);
5211
5211
  const transition = computed(() => props.indeterminate ? 'fade-transition' : 'slide-x-transition');
5212
+ const isForcedColorsModeActive = IN_BROWSER && window.matchMedia?.('(forced-colors: active)').matches;
5212
5213
  function handleClick(e) {
5213
5214
  if (!intersectionRef.value) return;
5214
5215
  const {
@@ -5256,13 +5257,13 @@ const VProgressLinear = genericComponent()({
5256
5257
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5257
5258
  }
5258
5259
  }, null), createVNode("div", {
5259
- "class": ['v-progress-linear__background', backgroundColorClasses.value],
5260
+ "class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
5260
5261
  "style": [backgroundColorStyles.value, {
5261
5262
  opacity: parseFloat(props.bgOpacity),
5262
5263
  width: props.stream ? 0 : undefined
5263
5264
  }]
5264
5265
  }, null), createVNode("div", {
5265
- "class": ['v-progress-linear__buffer', bufferColorClasses.value],
5266
+ "class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
5266
5267
  "style": [bufferColorStyles.value, {
5267
5268
  opacity: parseFloat(props.bufferOpacity),
5268
5269
  width: convertToUnit(normalizedBuffer.value, '%')
@@ -5271,7 +5272,7 @@ const VProgressLinear = genericComponent()({
5271
5272
  "name": transition.value
5272
5273
  }, {
5273
5274
  default: () => [!props.indeterminate ? createVNode("div", {
5274
- "class": ['v-progress-linear__determinate', barColorClasses.value],
5275
+ "class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
5275
5276
  "style": [barColorStyles.value, {
5276
5277
  width: convertToUnit(normalizedValue.value, '%')
5277
5278
  }]
@@ -5279,7 +5280,7 @@ const VProgressLinear = genericComponent()({
5279
5280
  "class": "v-progress-linear__indeterminate"
5280
5281
  }, [['long', 'short'].map(bar => createVNode("div", {
5281
5282
  "key": bar,
5282
- "class": ['v-progress-linear__indeterminate', bar, barColorClasses.value],
5283
+ "class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
5283
5284
  "style": barColorStyles.value
5284
5285
  }, null))])]
5285
5286
  }), slots.default && createVNode("div", {
@@ -7039,10 +7040,7 @@ function useValidation(props) {
7039
7040
  const makeVInputProps = propsFactory({
7040
7041
  id: String,
7041
7042
  appendIcon: IconValue,
7042
- centerAffix: {
7043
- type: Boolean,
7044
- default: true
7045
- },
7043
+ centerAffix: Boolean,
7046
7044
  prependIcon: IconValue,
7047
7045
  hideDetails: [Boolean, String],
7048
7046
  hideSpinButtons: Boolean,
@@ -11557,10 +11555,7 @@ const makeVFieldProps = propsFactory({
11557
11555
  default: '$clear'
11558
11556
  },
11559
11557
  active: Boolean,
11560
- centerAffix: {
11561
- type: Boolean,
11562
- default: undefined
11563
- },
11558
+ centerAffix: Boolean,
11564
11559
  color: String,
11565
11560
  baseColor: String,
11566
11561
  dirty: Boolean,
@@ -11627,8 +11622,9 @@ const VField = genericComponent()({
11627
11622
  const {
11628
11623
  rtlClasses
11629
11624
  } = useRtl();
11625
+ const isSingleLine = computed(() => props.singleLine || props.centerAffix);
11630
11626
  const isActive = computed(() => props.dirty || props.active);
11631
- const hasLabel = computed(() => !props.singleLine && !!(props.label || slots.label));
11627
+ const hasLabel = computed(() => !isSingleLine.value && !!(props.label || slots.label));
11632
11628
  const uid = getUid();
11633
11629
  const id = computed(() => props.id || `input-${uid}`);
11634
11630
  const messagesId = computed(() => `${id.value}-messages`);
@@ -11717,7 +11713,7 @@ const VField = genericComponent()({
11717
11713
  "class": ['v-field', {
11718
11714
  'v-field--active': isActive.value,
11719
11715
  'v-field--appended': hasAppend,
11720
- 'v-field--center-affix': props.centerAffix ?? !isPlainOrUnderlined.value,
11716
+ 'v-field--center-affix': props.centerAffix,
11721
11717
  'v-field--disabled': props.disabled,
11722
11718
  'v-field--dirty': props.dirty,
11723
11719
  'v-field--error': props.error,
@@ -11726,7 +11722,7 @@ const VField = genericComponent()({
11726
11722
  'v-field--persistent-clear': props.persistentClear,
11727
11723
  'v-field--prepended': hasPrepend,
11728
11724
  'v-field--reverse': props.reverse,
11729
- 'v-field--single-line': props.singleLine,
11725
+ 'v-field--single-line': isSingleLine.value,
11730
11726
  'v-field--no-label': !label(),
11731
11727
  [`v-field--variant-${props.variant}`]: true
11732
11728
  }, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
@@ -11961,7 +11957,6 @@ const VTextField = genericComponent()({
11961
11957
  }, props.class],
11962
11958
  "style": props.style
11963
11959
  }, rootAttrs, inputProps, {
11964
- "centerAffix": !isPlainOrUnderlined.value,
11965
11960
  "focused": isFocused.value
11966
11961
  }), {
11967
11962
  ...slots,
@@ -11987,6 +11982,7 @@ const VTextField = genericComponent()({
11987
11982
  "dirty": isDirty.value || props.dirty,
11988
11983
  "disabled": isDisabled.value,
11989
11984
  "focused": isFocused.value,
11985
+ "centerAffix": props.centerAffix,
11990
11986
  "error": isValid.value === false
11991
11987
  }), {
11992
11988
  ...slots,
@@ -17504,13 +17500,14 @@ const firstDay = {
17504
17500
  ZA: 0,
17505
17501
  ZW: 0
17506
17502
  };
17507
- function getWeekArray(date, locale) {
17503
+ function getWeekArray(date, locale, firstDayOfWeek) {
17508
17504
  const weeks = [];
17509
17505
  let currentWeek = [];
17510
17506
  const firstDayOfMonth = startOfMonth(date);
17511
17507
  const lastDayOfMonth = endOfMonth(date);
17512
- const firstDayWeekIndex = (firstDayOfMonth.getDay() - firstDay[locale.slice(-2).toUpperCase()] + 7) % 7;
17513
- const lastDayWeekIndex = (lastDayOfMonth.getDay() - firstDay[locale.slice(-2).toUpperCase()] + 7) % 7;
17508
+ const first = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
17509
+ const firstDayWeekIndex = (firstDayOfMonth.getDay() - first + 7) % 7;
17510
+ const lastDayWeekIndex = (lastDayOfMonth.getDay() - first + 7) % 7;
17514
17511
  for (let i = 0; i < firstDayWeekIndex; i++) {
17515
17512
  const adjacentDay = new Date(firstDayOfMonth);
17516
17513
  adjacentDay.setDate(adjacentDay.getDate() - (firstDayWeekIndex - i));
@@ -17538,9 +17535,10 @@ function getWeekArray(date, locale) {
17538
17535
  }
17539
17536
  return weeks;
17540
17537
  }
17541
- function startOfWeek(date, locale) {
17538
+ function startOfWeek(date, locale, firstDayOfWeek) {
17539
+ const day = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
17542
17540
  const d = new Date(date);
17543
- while (d.getDay() !== (firstDay[locale.slice(-2).toUpperCase()] ?? 0)) {
17541
+ while (d.getDay() !== day) {
17544
17542
  d.setDate(d.getDate() - 1);
17545
17543
  }
17546
17544
  return d;
@@ -17581,8 +17579,8 @@ function date(value) {
17581
17579
  return null;
17582
17580
  }
17583
17581
  const sundayJanuarySecond2000 = new Date(2000, 0, 2);
17584
- function getWeekdays(locale) {
17585
- const daysFromSunday = firstDay[locale.slice(-2).toUpperCase()];
17582
+ function getWeekdays(locale, firstDayOfWeek) {
17583
+ const daysFromSunday = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
17586
17584
  return createRange(7).map(i => {
17587
17585
  const weekday = new Date(sundayJanuarySecond2000);
17588
17586
  weekday.setDate(sundayJanuarySecond2000.getDate() + daysFromSunday + i);
@@ -17980,11 +17978,11 @@ class VuetifyDateAdapter {
17980
17978
  addMonths(date, amount) {
17981
17979
  return addMonths(date, amount);
17982
17980
  }
17983
- getWeekArray(date) {
17984
- return getWeekArray(date, this.locale);
17981
+ getWeekArray(date, firstDayOfWeek) {
17982
+ return getWeekArray(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
17985
17983
  }
17986
- startOfWeek(date) {
17987
- return startOfWeek(date, this.locale);
17984
+ startOfWeek(date, firstDayOfWeek) {
17985
+ return startOfWeek(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
17988
17986
  }
17989
17987
  endOfWeek(date) {
17990
17988
  return endOfWeek(date, this.locale);
@@ -18043,8 +18041,8 @@ class VuetifyDateAdapter {
18043
18041
  getDiff(date, comparing, unit) {
18044
18042
  return getDiff(date, comparing, unit);
18045
18043
  }
18046
- getWeekdays() {
18047
- return getWeekdays(this.locale);
18044
+ getWeekdays(firstDayOfWeek) {
18045
+ return getWeekdays(this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
18048
18046
  }
18049
18047
  getYear(date) {
18050
18048
  return getYear(date);
@@ -19465,19 +19463,19 @@ const VPagination = genericComponent()({
19465
19463
 
19466
19464
  const makeVDataTableFooterProps = propsFactory({
19467
19465
  prevIcon: {
19468
- type: String,
19466
+ type: IconValue,
19469
19467
  default: '$prev'
19470
19468
  },
19471
19469
  nextIcon: {
19472
- type: String,
19470
+ type: IconValue,
19473
19471
  default: '$next'
19474
19472
  },
19475
19473
  firstIcon: {
19476
- type: String,
19474
+ type: IconValue,
19477
19475
  default: '$first'
19478
19476
  },
19479
19477
  lastIcon: {
19480
- type: String,
19478
+ type: IconValue,
19481
19479
  default: '$last'
19482
19480
  },
19483
19481
  itemsPerPageText: {
@@ -21412,15 +21410,15 @@ const makeVDatePickerControlsProps = propsFactory({
21412
21410
  default: false
21413
21411
  },
21414
21412
  nextIcon: {
21415
- type: [String],
21413
+ type: IconValue,
21416
21414
  default: '$next'
21417
21415
  },
21418
21416
  prevIcon: {
21419
- type: [String],
21417
+ type: IconValue,
21420
21418
  default: '$prev'
21421
21419
  },
21422
21420
  modeIcon: {
21423
- type: [String],
21421
+ type: IconValue,
21424
21422
  default: '$subgroup'
21425
21423
  },
21426
21424
  text: String,
@@ -21606,7 +21604,8 @@ const makeCalendarProps = propsFactory({
21606
21604
  weeksInMonth: {
21607
21605
  type: String,
21608
21606
  default: 'dynamic'
21609
- }
21607
+ },
21608
+ firstDayOfWeek: [Number, String]
21610
21609
  }, 'calendar');
21611
21610
  function useCalendar(props) {
21612
21611
  const adapter = useDate();
@@ -21627,8 +21626,12 @@ function useCalendar(props) {
21627
21626
  const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
21628
21627
  return adapter.setMonth(date, value);
21629
21628
  }, v => adapter.getMonth(v));
21629
+ const weekDays = computed(() => {
21630
+ const firstDayOfWeek = Number(props.firstDayOfWeek ?? 0);
21631
+ return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
21632
+ });
21630
21633
  const weeksInMonth = computed(() => {
21631
- const weeks = adapter.getWeekArray(month.value);
21634
+ const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
21632
21635
  const days = weeks.flat();
21633
21636
 
21634
21637
  // Make sure there's always 6 weeks in month (6 * 7 days)
@@ -21649,7 +21652,7 @@ function useCalendar(props) {
21649
21652
  });
21650
21653
  function genDays(days, today) {
21651
21654
  return days.filter(date => {
21652
- return props.weekdays.includes(adapter.toJsDate(date).getDay());
21655
+ return weekDays.value.includes(adapter.toJsDate(date).getDay());
21653
21656
  }).map((date, index) => {
21654
21657
  const isoDate = adapter.toISO(date);
21655
21658
  const isAdjacent = !adapter.isSameMonth(date, month.value);
@@ -21677,7 +21680,7 @@ function useCalendar(props) {
21677
21680
  });
21678
21681
  }
21679
21682
  const daysInWeek = computed(() => {
21680
- const lastDay = adapter.startOfWeek(displayValue.value);
21683
+ const lastDay = adapter.startOfWeek(displayValue.value, props.firstDayOfWeek);
21681
21684
  const week = [];
21682
21685
  for (let day = 0; day <= 6; day++) {
21683
21686
  week.push(adapter.addDays(lastDay, day));
@@ -21715,6 +21718,7 @@ function useCalendar(props) {
21715
21718
  genDays,
21716
21719
  model,
21717
21720
  weeksInMonth,
21721
+ weekDays,
21718
21722
  weekNumbers
21719
21723
  };
21720
21724
  }
@@ -21845,7 +21849,7 @@ const VDatePickerMonth = genericComponent()({
21845
21849
  "ref": daysRef,
21846
21850
  "key": daysInMonth.value[0].date?.toString(),
21847
21851
  "class": "v-date-picker-month__days"
21848
- }, [!props.hideWeekdays && adapter.getWeekdays().map(weekDay => createVNode("div", {
21852
+ }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createVNode("div", {
21849
21853
  "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
21850
21854
  }, [weekDay])), daysInMonth.value.map((item, i) => {
21851
21855
  const slotProps = {
@@ -22715,8 +22719,10 @@ const allowedVariants = ['default', 'accordion', 'inset', 'popout'];
22715
22719
  const makeVExpansionPanelsProps = propsFactory({
22716
22720
  flat: Boolean,
22717
22721
  ...makeGroupProps(),
22718
- ...makeVExpansionPanelProps(),
22722
+ ...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
22719
22723
  ...makeThemeProps(),
22724
+ ...makeComponentProps(),
22725
+ ...makeTagProps(),
22720
22726
  variant: {
22721
22727
  type: String,
22722
22728
  default: 'default',
@@ -24673,11 +24679,14 @@ const VRadio = genericComponent()({
24673
24679
  let {
24674
24680
  slots
24675
24681
  } = _ref;
24676
- useRender(() => createVNode(VSelectionControl, mergeProps(props, {
24677
- "class": ['v-radio', props.class],
24678
- "style": props.style,
24679
- "type": "radio"
24680
- }), slots));
24682
+ useRender(() => {
24683
+ const controlProps = VSelectionControl.filterProps(props);
24684
+ return createVNode(VSelectionControl, mergeProps(controlProps, {
24685
+ "class": ['v-radio', props.class],
24686
+ "style": props.style,
24687
+ "type": "radio"
24688
+ }), slots);
24689
+ });
24681
24690
  return {};
24682
24691
  }
24683
24692
  });
@@ -27000,8 +27009,8 @@ const makeVTextareaProps = propsFactory({
27000
27009
  },
27001
27010
  suffix: String,
27002
27011
  modelModifiers: Object,
27003
- ...makeVInputProps(),
27004
- ...makeVFieldProps()
27012
+ ...omit(makeVInputProps(), ['centerAffix']),
27013
+ ...omit(makeVFieldProps(), ['centerAffix'])
27005
27014
  }, 'VTextarea');
27006
27015
  const VTextarea = genericComponent()({
27007
27016
  name: 'VTextarea',
@@ -27140,7 +27149,7 @@ const VTextarea = genericComponent()({
27140
27149
  }, props.class],
27141
27150
  "style": props.style
27142
27151
  }, rootAttrs, inputProps, {
27143
- "centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
27152
+ "centerAffix": false,
27144
27153
  "focused": isFocused.value
27145
27154
  }), {
27146
27155
  ...slots,
@@ -27165,7 +27174,7 @@ const VTextarea = genericComponent()({
27165
27174
  }, fieldProps, {
27166
27175
  "id": id.value,
27167
27176
  "active": isActive.value || isDirty.value,
27168
- "centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
27177
+ "centerAffix": false,
27169
27178
  "dirty": isDirty.value || props.dirty,
27170
27179
  "disabled": isDisabled.value,
27171
27180
  "focused": isFocused.value,
@@ -28097,7 +28106,7 @@ function createVuetify$1() {
28097
28106
  goTo
28098
28107
  };
28099
28108
  }
28100
- const version$1 = "3.6.11-master.2024-07-07";
28109
+ const version$1 = "3.6.12-master.2024-07-10";
28101
28110
  createVuetify$1.version = version$1;
28102
28111
 
28103
28112
  // Vue's inject() can only be used in setup
@@ -28122,7 +28131,7 @@ const createVuetify = function () {
28122
28131
  ...options
28123
28132
  });
28124
28133
  };
28125
- const version = "3.6.11-master.2024-07-07";
28134
+ const version = "3.6.12-master.2024-07-10";
28126
28135
  createVuetify.version = version;
28127
28136
 
28128
28137
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };