@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
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -5213,6 +5213,7 @@
5213
5213
  const normalizedValue = vue.computed(() => clamp(parseFloat(progress.value) / max.value * 100, 0, 100));
5214
5214
  const isReversed = vue.computed(() => isRtl.value !== props.reverse);
5215
5215
  const transition = vue.computed(() => props.indeterminate ? 'fade-transition' : 'slide-x-transition');
5216
+ const isForcedColorsModeActive = IN_BROWSER && window.matchMedia?.('(forced-colors: active)').matches;
5216
5217
  function handleClick(e) {
5217
5218
  if (!intersectionRef.value) return;
5218
5219
  const {
@@ -5260,13 +5261,13 @@
5260
5261
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5261
5262
  }
5262
5263
  }, null), vue.createVNode("div", {
5263
- "class": ['v-progress-linear__background', backgroundColorClasses.value],
5264
+ "class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
5264
5265
  "style": [backgroundColorStyles.value, {
5265
5266
  opacity: parseFloat(props.bgOpacity),
5266
5267
  width: props.stream ? 0 : undefined
5267
5268
  }]
5268
5269
  }, null), vue.createVNode("div", {
5269
- "class": ['v-progress-linear__buffer', bufferColorClasses.value],
5270
+ "class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
5270
5271
  "style": [bufferColorStyles.value, {
5271
5272
  opacity: parseFloat(props.bufferOpacity),
5272
5273
  width: convertToUnit(normalizedBuffer.value, '%')
@@ -5275,7 +5276,7 @@
5275
5276
  "name": transition.value
5276
5277
  }, {
5277
5278
  default: () => [!props.indeterminate ? vue.createVNode("div", {
5278
- "class": ['v-progress-linear__determinate', barColorClasses.value],
5279
+ "class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
5279
5280
  "style": [barColorStyles.value, {
5280
5281
  width: convertToUnit(normalizedValue.value, '%')
5281
5282
  }]
@@ -5283,7 +5284,7 @@
5283
5284
  "class": "v-progress-linear__indeterminate"
5284
5285
  }, [['long', 'short'].map(bar => vue.createVNode("div", {
5285
5286
  "key": bar,
5286
- "class": ['v-progress-linear__indeterminate', bar, barColorClasses.value],
5287
+ "class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
5287
5288
  "style": barColorStyles.value
5288
5289
  }, null))])]
5289
5290
  }), slots.default && vue.createVNode("div", {
@@ -7043,10 +7044,7 @@
7043
7044
  const makeVInputProps = propsFactory({
7044
7045
  id: String,
7045
7046
  appendIcon: IconValue,
7046
- centerAffix: {
7047
- type: Boolean,
7048
- default: true
7049
- },
7047
+ centerAffix: Boolean,
7050
7048
  prependIcon: IconValue,
7051
7049
  hideDetails: [Boolean, String],
7052
7050
  hideSpinButtons: Boolean,
@@ -11561,10 +11559,7 @@
11561
11559
  default: '$clear'
11562
11560
  },
11563
11561
  active: Boolean,
11564
- centerAffix: {
11565
- type: Boolean,
11566
- default: undefined
11567
- },
11562
+ centerAffix: Boolean,
11568
11563
  color: String,
11569
11564
  baseColor: String,
11570
11565
  dirty: Boolean,
@@ -11631,8 +11626,9 @@
11631
11626
  const {
11632
11627
  rtlClasses
11633
11628
  } = useRtl();
11629
+ const isSingleLine = vue.computed(() => props.singleLine || props.centerAffix);
11634
11630
  const isActive = vue.computed(() => props.dirty || props.active);
11635
- const hasLabel = vue.computed(() => !props.singleLine && !!(props.label || slots.label));
11631
+ const hasLabel = vue.computed(() => !isSingleLine.value && !!(props.label || slots.label));
11636
11632
  const uid = getUid();
11637
11633
  const id = vue.computed(() => props.id || `input-${uid}`);
11638
11634
  const messagesId = vue.computed(() => `${id.value}-messages`);
@@ -11721,7 +11717,7 @@
11721
11717
  "class": ['v-field', {
11722
11718
  'v-field--active': isActive.value,
11723
11719
  'v-field--appended': hasAppend,
11724
- 'v-field--center-affix': props.centerAffix ?? !isPlainOrUnderlined.value,
11720
+ 'v-field--center-affix': props.centerAffix,
11725
11721
  'v-field--disabled': props.disabled,
11726
11722
  'v-field--dirty': props.dirty,
11727
11723
  'v-field--error': props.error,
@@ -11730,7 +11726,7 @@
11730
11726
  'v-field--persistent-clear': props.persistentClear,
11731
11727
  'v-field--prepended': hasPrepend,
11732
11728
  'v-field--reverse': props.reverse,
11733
- 'v-field--single-line': props.singleLine,
11729
+ 'v-field--single-line': isSingleLine.value,
11734
11730
  'v-field--no-label': !label(),
11735
11731
  [`v-field--variant-${props.variant}`]: true
11736
11732
  }, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
@@ -11965,7 +11961,6 @@
11965
11961
  }, props.class],
11966
11962
  "style": props.style
11967
11963
  }, rootAttrs, inputProps, {
11968
- "centerAffix": !isPlainOrUnderlined.value,
11969
11964
  "focused": isFocused.value
11970
11965
  }), {
11971
11966
  ...slots,
@@ -11991,6 +11986,7 @@
11991
11986
  "dirty": isDirty.value || props.dirty,
11992
11987
  "disabled": isDisabled.value,
11993
11988
  "focused": isFocused.value,
11989
+ "centerAffix": props.centerAffix,
11994
11990
  "error": isValid.value === false
11995
11991
  }), {
11996
11992
  ...slots,
@@ -17508,13 +17504,14 @@
17508
17504
  ZA: 0,
17509
17505
  ZW: 0
17510
17506
  };
17511
- function getWeekArray(date, locale) {
17507
+ function getWeekArray(date, locale, firstDayOfWeek) {
17512
17508
  const weeks = [];
17513
17509
  let currentWeek = [];
17514
17510
  const firstDayOfMonth = startOfMonth(date);
17515
17511
  const lastDayOfMonth = endOfMonth(date);
17516
- const firstDayWeekIndex = (firstDayOfMonth.getDay() - firstDay[locale.slice(-2).toUpperCase()] + 7) % 7;
17517
- const lastDayWeekIndex = (lastDayOfMonth.getDay() - firstDay[locale.slice(-2).toUpperCase()] + 7) % 7;
17512
+ const first = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
17513
+ const firstDayWeekIndex = (firstDayOfMonth.getDay() - first + 7) % 7;
17514
+ const lastDayWeekIndex = (lastDayOfMonth.getDay() - first + 7) % 7;
17518
17515
  for (let i = 0; i < firstDayWeekIndex; i++) {
17519
17516
  const adjacentDay = new Date(firstDayOfMonth);
17520
17517
  adjacentDay.setDate(adjacentDay.getDate() - (firstDayWeekIndex - i));
@@ -17542,9 +17539,10 @@
17542
17539
  }
17543
17540
  return weeks;
17544
17541
  }
17545
- function startOfWeek(date, locale) {
17542
+ function startOfWeek(date, locale, firstDayOfWeek) {
17543
+ const day = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
17546
17544
  const d = new Date(date);
17547
- while (d.getDay() !== (firstDay[locale.slice(-2).toUpperCase()] ?? 0)) {
17545
+ while (d.getDay() !== day) {
17548
17546
  d.setDate(d.getDate() - 1);
17549
17547
  }
17550
17548
  return d;
@@ -17585,8 +17583,8 @@
17585
17583
  return null;
17586
17584
  }
17587
17585
  const sundayJanuarySecond2000 = new Date(2000, 0, 2);
17588
- function getWeekdays(locale) {
17589
- const daysFromSunday = firstDay[locale.slice(-2).toUpperCase()];
17586
+ function getWeekdays(locale, firstDayOfWeek) {
17587
+ const daysFromSunday = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
17590
17588
  return createRange(7).map(i => {
17591
17589
  const weekday = new Date(sundayJanuarySecond2000);
17592
17590
  weekday.setDate(sundayJanuarySecond2000.getDate() + daysFromSunday + i);
@@ -17984,11 +17982,11 @@
17984
17982
  addMonths(date, amount) {
17985
17983
  return addMonths(date, amount);
17986
17984
  }
17987
- getWeekArray(date) {
17988
- return getWeekArray(date, this.locale);
17985
+ getWeekArray(date, firstDayOfWeek) {
17986
+ return getWeekArray(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
17989
17987
  }
17990
- startOfWeek(date) {
17991
- return startOfWeek(date, this.locale);
17988
+ startOfWeek(date, firstDayOfWeek) {
17989
+ return startOfWeek(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
17992
17990
  }
17993
17991
  endOfWeek(date) {
17994
17992
  return endOfWeek(date, this.locale);
@@ -18047,8 +18045,8 @@
18047
18045
  getDiff(date, comparing, unit) {
18048
18046
  return getDiff(date, comparing, unit);
18049
18047
  }
18050
- getWeekdays() {
18051
- return getWeekdays(this.locale);
18048
+ getWeekdays(firstDayOfWeek) {
18049
+ return getWeekdays(this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
18052
18050
  }
18053
18051
  getYear(date) {
18054
18052
  return getYear(date);
@@ -19469,19 +19467,19 @@
19469
19467
 
19470
19468
  const makeVDataTableFooterProps = propsFactory({
19471
19469
  prevIcon: {
19472
- type: String,
19470
+ type: IconValue,
19473
19471
  default: '$prev'
19474
19472
  },
19475
19473
  nextIcon: {
19476
- type: String,
19474
+ type: IconValue,
19477
19475
  default: '$next'
19478
19476
  },
19479
19477
  firstIcon: {
19480
- type: String,
19478
+ type: IconValue,
19481
19479
  default: '$first'
19482
19480
  },
19483
19481
  lastIcon: {
19484
- type: String,
19482
+ type: IconValue,
19485
19483
  default: '$last'
19486
19484
  },
19487
19485
  itemsPerPageText: {
@@ -21416,15 +21414,15 @@
21416
21414
  default: false
21417
21415
  },
21418
21416
  nextIcon: {
21419
- type: [String],
21417
+ type: IconValue,
21420
21418
  default: '$next'
21421
21419
  },
21422
21420
  prevIcon: {
21423
- type: [String],
21421
+ type: IconValue,
21424
21422
  default: '$prev'
21425
21423
  },
21426
21424
  modeIcon: {
21427
- type: [String],
21425
+ type: IconValue,
21428
21426
  default: '$subgroup'
21429
21427
  },
21430
21428
  text: String,
@@ -21610,7 +21608,8 @@
21610
21608
  weeksInMonth: {
21611
21609
  type: String,
21612
21610
  default: 'dynamic'
21613
- }
21611
+ },
21612
+ firstDayOfWeek: [Number, String]
21614
21613
  }, 'calendar');
21615
21614
  function useCalendar(props) {
21616
21615
  const adapter = useDate();
@@ -21631,8 +21630,12 @@
21631
21630
  const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
21632
21631
  return adapter.setMonth(date, value);
21633
21632
  }, v => adapter.getMonth(v));
21633
+ const weekDays = vue.computed(() => {
21634
+ const firstDayOfWeek = Number(props.firstDayOfWeek ?? 0);
21635
+ return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
21636
+ });
21634
21637
  const weeksInMonth = vue.computed(() => {
21635
- const weeks = adapter.getWeekArray(month.value);
21638
+ const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
21636
21639
  const days = weeks.flat();
21637
21640
 
21638
21641
  // Make sure there's always 6 weeks in month (6 * 7 days)
@@ -21653,7 +21656,7 @@
21653
21656
  });
21654
21657
  function genDays(days, today) {
21655
21658
  return days.filter(date => {
21656
- return props.weekdays.includes(adapter.toJsDate(date).getDay());
21659
+ return weekDays.value.includes(adapter.toJsDate(date).getDay());
21657
21660
  }).map((date, index) => {
21658
21661
  const isoDate = adapter.toISO(date);
21659
21662
  const isAdjacent = !adapter.isSameMonth(date, month.value);
@@ -21681,7 +21684,7 @@
21681
21684
  });
21682
21685
  }
21683
21686
  const daysInWeek = vue.computed(() => {
21684
- const lastDay = adapter.startOfWeek(displayValue.value);
21687
+ const lastDay = adapter.startOfWeek(displayValue.value, props.firstDayOfWeek);
21685
21688
  const week = [];
21686
21689
  for (let day = 0; day <= 6; day++) {
21687
21690
  week.push(adapter.addDays(lastDay, day));
@@ -21719,6 +21722,7 @@
21719
21722
  genDays,
21720
21723
  model,
21721
21724
  weeksInMonth,
21725
+ weekDays,
21722
21726
  weekNumbers
21723
21727
  };
21724
21728
  }
@@ -21849,7 +21853,7 @@
21849
21853
  "ref": daysRef,
21850
21854
  "key": daysInMonth.value[0].date?.toString(),
21851
21855
  "class": "v-date-picker-month__days"
21852
- }, [!props.hideWeekdays && adapter.getWeekdays().map(weekDay => vue.createVNode("div", {
21856
+ }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createVNode("div", {
21853
21857
  "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
21854
21858
  }, [weekDay])), daysInMonth.value.map((item, i) => {
21855
21859
  const slotProps = {
@@ -22719,8 +22723,10 @@
22719
22723
  const makeVExpansionPanelsProps = propsFactory({
22720
22724
  flat: Boolean,
22721
22725
  ...makeGroupProps(),
22722
- ...makeVExpansionPanelProps(),
22726
+ ...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
22723
22727
  ...makeThemeProps(),
22728
+ ...makeComponentProps(),
22729
+ ...makeTagProps(),
22724
22730
  variant: {
22725
22731
  type: String,
22726
22732
  default: 'default',
@@ -24677,11 +24683,14 @@
24677
24683
  let {
24678
24684
  slots
24679
24685
  } = _ref;
24680
- useRender(() => vue.createVNode(VSelectionControl, vue.mergeProps(props, {
24681
- "class": ['v-radio', props.class],
24682
- "style": props.style,
24683
- "type": "radio"
24684
- }), slots));
24686
+ useRender(() => {
24687
+ const controlProps = VSelectionControl.filterProps(props);
24688
+ return vue.createVNode(VSelectionControl, vue.mergeProps(controlProps, {
24689
+ "class": ['v-radio', props.class],
24690
+ "style": props.style,
24691
+ "type": "radio"
24692
+ }), slots);
24693
+ });
24685
24694
  return {};
24686
24695
  }
24687
24696
  });
@@ -27004,8 +27013,8 @@
27004
27013
  },
27005
27014
  suffix: String,
27006
27015
  modelModifiers: Object,
27007
- ...makeVInputProps(),
27008
- ...makeVFieldProps()
27016
+ ...omit(makeVInputProps(), ['centerAffix']),
27017
+ ...omit(makeVFieldProps(), ['centerAffix'])
27009
27018
  }, 'VTextarea');
27010
27019
  const VTextarea = genericComponent()({
27011
27020
  name: 'VTextarea',
@@ -27144,7 +27153,7 @@
27144
27153
  }, props.class],
27145
27154
  "style": props.style
27146
27155
  }, rootAttrs, inputProps, {
27147
- "centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
27156
+ "centerAffix": false,
27148
27157
  "focused": isFocused.value
27149
27158
  }), {
27150
27159
  ...slots,
@@ -27169,7 +27178,7 @@
27169
27178
  }, fieldProps, {
27170
27179
  "id": id.value,
27171
27180
  "active": isActive.value || isDirty.value,
27172
- "centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
27181
+ "centerAffix": false,
27173
27182
  "dirty": isDirty.value || props.dirty,
27174
27183
  "disabled": isDisabled.value,
27175
27184
  "focused": isFocused.value,
@@ -28101,7 +28110,7 @@
28101
28110
  goTo
28102
28111
  };
28103
28112
  }
28104
- const version$1 = "3.6.11-master.2024-07-07";
28113
+ const version$1 = "3.6.12-master.2024-07-10";
28105
28114
  createVuetify$1.version = version$1;
28106
28115
 
28107
28116
  // Vue's inject() can only be used in setup
@@ -28126,7 +28135,7 @@
28126
28135
  ...options
28127
28136
  });
28128
28137
  };
28129
- const version = "3.6.11-master.2024-07-07";
28138
+ const version = "3.6.12-master.2024-07-10";
28130
28139
  createVuetify.version = version;
28131
28140
 
28132
28141
  exports.blueprints = index;