@vuetify/nightly 3.6.11-master.2024-07-08 → 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.
- package/CHANGELOG.md +2 -8
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2451 -2429
- package/dist/vuetify-labs.d.ts +592 -667
- package/dist/vuetify-labs.esm.js +77 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4229 -4207
- package/dist/vuetify.d.ts +551 -626
- package/dist/vuetify.esm.js +60 -53
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +60 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +47 -45
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +508 -583
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/components.d.mts +106 -106
- package/package.json +1 -1
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
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(() => !
|
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
|
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':
|
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
|
17513
|
-
const
|
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() !==
|
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:
|
19466
|
+
type: IconValue,
|
19469
19467
|
default: '$prev'
|
19470
19468
|
},
|
19471
19469
|
nextIcon: {
|
19472
|
-
type:
|
19470
|
+
type: IconValue,
|
19473
19471
|
default: '$next'
|
19474
19472
|
},
|
19475
19473
|
firstIcon: {
|
19476
|
-
type:
|
19474
|
+
type: IconValue,
|
19477
19475
|
default: '$first'
|
19478
19476
|
},
|
19479
19477
|
lastIcon: {
|
19480
|
-
type:
|
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:
|
21413
|
+
type: IconValue,
|
21416
21414
|
default: '$next'
|
21417
21415
|
},
|
21418
21416
|
prevIcon: {
|
21419
|
-
type:
|
21417
|
+
type: IconValue,
|
21420
21418
|
default: '$prev'
|
21421
21419
|
},
|
21422
21420
|
modeIcon: {
|
21423
|
-
type:
|
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
|
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 = {
|
@@ -24675,11 +24679,14 @@ const VRadio = genericComponent()({
|
|
24675
24679
|
let {
|
24676
24680
|
slots
|
24677
24681
|
} = _ref;
|
24678
|
-
useRender(() =>
|
24679
|
-
|
24680
|
-
|
24681
|
-
|
24682
|
-
|
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
|
+
});
|
24683
24690
|
return {};
|
24684
24691
|
}
|
24685
24692
|
});
|
@@ -27002,8 +27009,8 @@ const makeVTextareaProps = propsFactory({
|
|
27002
27009
|
},
|
27003
27010
|
suffix: String,
|
27004
27011
|
modelModifiers: Object,
|
27005
|
-
...makeVInputProps(),
|
27006
|
-
...makeVFieldProps()
|
27012
|
+
...omit(makeVInputProps(), ['centerAffix']),
|
27013
|
+
...omit(makeVFieldProps(), ['centerAffix'])
|
27007
27014
|
}, 'VTextarea');
|
27008
27015
|
const VTextarea = genericComponent()({
|
27009
27016
|
name: 'VTextarea',
|
@@ -27142,7 +27149,7 @@ const VTextarea = genericComponent()({
|
|
27142
27149
|
}, props.class],
|
27143
27150
|
"style": props.style
|
27144
27151
|
}, rootAttrs, inputProps, {
|
27145
|
-
"centerAffix":
|
27152
|
+
"centerAffix": false,
|
27146
27153
|
"focused": isFocused.value
|
27147
27154
|
}), {
|
27148
27155
|
...slots,
|
@@ -27167,7 +27174,7 @@ const VTextarea = genericComponent()({
|
|
27167
27174
|
}, fieldProps, {
|
27168
27175
|
"id": id.value,
|
27169
27176
|
"active": isActive.value || isDirty.value,
|
27170
|
-
"centerAffix":
|
27177
|
+
"centerAffix": false,
|
27171
27178
|
"dirty": isDirty.value || props.dirty,
|
27172
27179
|
"disabled": isDisabled.value,
|
27173
27180
|
"focused": isFocused.value,
|
@@ -28099,7 +28106,7 @@ function createVuetify$1() {
|
|
28099
28106
|
goTo
|
28100
28107
|
};
|
28101
28108
|
}
|
28102
|
-
const version$1 = "3.6.
|
28109
|
+
const version$1 = "3.6.12-master.2024-07-10";
|
28103
28110
|
createVuetify$1.version = version$1;
|
28104
28111
|
|
28105
28112
|
// Vue's inject() can only be used in setup
|
@@ -28124,7 +28131,7 @@ const createVuetify = function () {
|
|
28124
28131
|
...options
|
28125
28132
|
});
|
28126
28133
|
};
|
28127
|
-
const version = "3.6.
|
28134
|
+
const version = "3.6.12-master.2024-07-10";
|
28128
28135
|
createVuetify.version = version;
|
28129
28136
|
|
28130
28137
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|