@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.
- package/CHANGELOG.md +2 -7
- package/dist/json/attributes.json +58 -70
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +114 -114
- package/dist/json/tags.json +4 -7
- package/dist/json/web-types.json +98 -117
- package/dist/vuetify-labs.css +3483 -3461
- package/dist/vuetify-labs.d.ts +640 -751
- package/dist/vuetify-labs.esm.js +80 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -70
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1390 -1368
- package/dist/vuetify.d.ts +604 -697
- package/dist/vuetify.esm.js +63 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +63 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +48 -46
- 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/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- 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 +646 -739
- 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 +48 -48
- 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/VStepperVertical/index.d.mts +0 -18
- 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 -124
- package/package.json +1 -1
package/dist/vuetify-labs.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
|
*/
|
@@ -4980,6 +4980,7 @@
|
|
4980
4980
|
const normalizedValue = vue.computed(() => clamp(parseFloat(progress.value) / max.value * 100, 0, 100));
|
4981
4981
|
const isReversed = vue.computed(() => isRtl.value !== props.reverse);
|
4982
4982
|
const transition = vue.computed(() => props.indeterminate ? 'fade-transition' : 'slide-x-transition');
|
4983
|
+
const isForcedColorsModeActive = IN_BROWSER && window.matchMedia?.('(forced-colors: active)').matches;
|
4983
4984
|
function handleClick(e) {
|
4984
4985
|
if (!intersectionRef.value) return;
|
4985
4986
|
const {
|
@@ -5027,13 +5028,13 @@
|
|
5027
5028
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5028
5029
|
}
|
5029
5030
|
}, null), vue.createVNode("div", {
|
5030
|
-
"class": ['v-progress-linear__background', backgroundColorClasses.value],
|
5031
|
+
"class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
5031
5032
|
"style": [backgroundColorStyles.value, {
|
5032
5033
|
opacity: parseFloat(props.bgOpacity),
|
5033
5034
|
width: props.stream ? 0 : undefined
|
5034
5035
|
}]
|
5035
5036
|
}, null), vue.createVNode("div", {
|
5036
|
-
"class": ['v-progress-linear__buffer', bufferColorClasses.value],
|
5037
|
+
"class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
|
5037
5038
|
"style": [bufferColorStyles.value, {
|
5038
5039
|
opacity: parseFloat(props.bufferOpacity),
|
5039
5040
|
width: convertToUnit(normalizedBuffer.value, '%')
|
@@ -5042,7 +5043,7 @@
|
|
5042
5043
|
"name": transition.value
|
5043
5044
|
}, {
|
5044
5045
|
default: () => [!props.indeterminate ? vue.createVNode("div", {
|
5045
|
-
"class": ['v-progress-linear__determinate', barColorClasses.value],
|
5046
|
+
"class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5046
5047
|
"style": [barColorStyles.value, {
|
5047
5048
|
width: convertToUnit(normalizedValue.value, '%')
|
5048
5049
|
}]
|
@@ -5050,7 +5051,7 @@
|
|
5050
5051
|
"class": "v-progress-linear__indeterminate"
|
5051
5052
|
}, [['long', 'short'].map(bar => vue.createVNode("div", {
|
5052
5053
|
"key": bar,
|
5053
|
-
"class": ['v-progress-linear__indeterminate', bar, barColorClasses.value],
|
5054
|
+
"class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5054
5055
|
"style": barColorStyles.value
|
5055
5056
|
}, null))])]
|
5056
5057
|
}), slots.default && vue.createVNode("div", {
|
@@ -6810,10 +6811,7 @@
|
|
6810
6811
|
const makeVInputProps = propsFactory({
|
6811
6812
|
id: String,
|
6812
6813
|
appendIcon: IconValue,
|
6813
|
-
centerAffix:
|
6814
|
-
type: Boolean,
|
6815
|
-
default: true
|
6816
|
-
},
|
6814
|
+
centerAffix: Boolean,
|
6817
6815
|
prependIcon: IconValue,
|
6818
6816
|
hideDetails: [Boolean, String],
|
6819
6817
|
hideSpinButtons: Boolean,
|
@@ -11328,10 +11326,7 @@
|
|
11328
11326
|
default: '$clear'
|
11329
11327
|
},
|
11330
11328
|
active: Boolean,
|
11331
|
-
centerAffix:
|
11332
|
-
type: Boolean,
|
11333
|
-
default: undefined
|
11334
|
-
},
|
11329
|
+
centerAffix: Boolean,
|
11335
11330
|
color: String,
|
11336
11331
|
baseColor: String,
|
11337
11332
|
dirty: Boolean,
|
@@ -11398,8 +11393,9 @@
|
|
11398
11393
|
const {
|
11399
11394
|
rtlClasses
|
11400
11395
|
} = useRtl();
|
11396
|
+
const isSingleLine = vue.computed(() => props.singleLine || props.centerAffix);
|
11401
11397
|
const isActive = vue.computed(() => props.dirty || props.active);
|
11402
|
-
const hasLabel = vue.computed(() => !
|
11398
|
+
const hasLabel = vue.computed(() => !isSingleLine.value && !!(props.label || slots.label));
|
11403
11399
|
const uid = getUid();
|
11404
11400
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
11405
11401
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
@@ -11488,7 +11484,7 @@
|
|
11488
11484
|
"class": ['v-field', {
|
11489
11485
|
'v-field--active': isActive.value,
|
11490
11486
|
'v-field--appended': hasAppend,
|
11491
|
-
'v-field--center-affix': props.centerAffix
|
11487
|
+
'v-field--center-affix': props.centerAffix,
|
11492
11488
|
'v-field--disabled': props.disabled,
|
11493
11489
|
'v-field--dirty': props.dirty,
|
11494
11490
|
'v-field--error': props.error,
|
@@ -11497,7 +11493,7 @@
|
|
11497
11493
|
'v-field--persistent-clear': props.persistentClear,
|
11498
11494
|
'v-field--prepended': hasPrepend,
|
11499
11495
|
'v-field--reverse': props.reverse,
|
11500
|
-
'v-field--single-line':
|
11496
|
+
'v-field--single-line': isSingleLine.value,
|
11501
11497
|
'v-field--no-label': !label(),
|
11502
11498
|
[`v-field--variant-${props.variant}`]: true
|
11503
11499
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
@@ -11732,7 +11728,6 @@
|
|
11732
11728
|
}, props.class],
|
11733
11729
|
"style": props.style
|
11734
11730
|
}, rootAttrs, inputProps, {
|
11735
|
-
"centerAffix": !isPlainOrUnderlined.value,
|
11736
11731
|
"focused": isFocused.value
|
11737
11732
|
}), {
|
11738
11733
|
...slots,
|
@@ -11758,6 +11753,7 @@
|
|
11758
11753
|
"dirty": isDirty.value || props.dirty,
|
11759
11754
|
"disabled": isDisabled.value,
|
11760
11755
|
"focused": isFocused.value,
|
11756
|
+
"centerAffix": props.centerAffix,
|
11761
11757
|
"error": isValid.value === false
|
11762
11758
|
}), {
|
11763
11759
|
...slots,
|
@@ -17275,13 +17271,14 @@
|
|
17275
17271
|
ZA: 0,
|
17276
17272
|
ZW: 0
|
17277
17273
|
};
|
17278
|
-
function getWeekArray(date, locale) {
|
17274
|
+
function getWeekArray(date, locale, firstDayOfWeek) {
|
17279
17275
|
const weeks = [];
|
17280
17276
|
let currentWeek = [];
|
17281
17277
|
const firstDayOfMonth = startOfMonth(date);
|
17282
17278
|
const lastDayOfMonth = endOfMonth(date);
|
17283
|
-
const
|
17284
|
-
const
|
17279
|
+
const first = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
|
17280
|
+
const firstDayWeekIndex = (firstDayOfMonth.getDay() - first + 7) % 7;
|
17281
|
+
const lastDayWeekIndex = (lastDayOfMonth.getDay() - first + 7) % 7;
|
17285
17282
|
for (let i = 0; i < firstDayWeekIndex; i++) {
|
17286
17283
|
const adjacentDay = new Date(firstDayOfMonth);
|
17287
17284
|
adjacentDay.setDate(adjacentDay.getDate() - (firstDayWeekIndex - i));
|
@@ -17309,9 +17306,10 @@
|
|
17309
17306
|
}
|
17310
17307
|
return weeks;
|
17311
17308
|
}
|
17312
|
-
function startOfWeek(date, locale) {
|
17309
|
+
function startOfWeek(date, locale, firstDayOfWeek) {
|
17310
|
+
const day = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
|
17313
17311
|
const d = new Date(date);
|
17314
|
-
while (d.getDay() !==
|
17312
|
+
while (d.getDay() !== day) {
|
17315
17313
|
d.setDate(d.getDate() - 1);
|
17316
17314
|
}
|
17317
17315
|
return d;
|
@@ -17352,8 +17350,8 @@
|
|
17352
17350
|
return null;
|
17353
17351
|
}
|
17354
17352
|
const sundayJanuarySecond2000 = new Date(2000, 0, 2);
|
17355
|
-
function getWeekdays(locale) {
|
17356
|
-
const daysFromSunday = firstDay[locale.slice(-2).toUpperCase()];
|
17353
|
+
function getWeekdays(locale, firstDayOfWeek) {
|
17354
|
+
const daysFromSunday = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
|
17357
17355
|
return createRange(7).map(i => {
|
17358
17356
|
const weekday = new Date(sundayJanuarySecond2000);
|
17359
17357
|
weekday.setDate(sundayJanuarySecond2000.getDate() + daysFromSunday + i);
|
@@ -17751,11 +17749,11 @@
|
|
17751
17749
|
addMonths(date, amount) {
|
17752
17750
|
return addMonths(date, amount);
|
17753
17751
|
}
|
17754
|
-
getWeekArray(date) {
|
17755
|
-
return getWeekArray(date, this.locale);
|
17752
|
+
getWeekArray(date, firstDayOfWeek) {
|
17753
|
+
return getWeekArray(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
|
17756
17754
|
}
|
17757
|
-
startOfWeek(date) {
|
17758
|
-
return startOfWeek(date, this.locale);
|
17755
|
+
startOfWeek(date, firstDayOfWeek) {
|
17756
|
+
return startOfWeek(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
|
17759
17757
|
}
|
17760
17758
|
endOfWeek(date) {
|
17761
17759
|
return endOfWeek(date, this.locale);
|
@@ -17814,8 +17812,8 @@
|
|
17814
17812
|
getDiff(date, comparing, unit) {
|
17815
17813
|
return getDiff(date, comparing, unit);
|
17816
17814
|
}
|
17817
|
-
getWeekdays() {
|
17818
|
-
return getWeekdays(this.locale);
|
17815
|
+
getWeekdays(firstDayOfWeek) {
|
17816
|
+
return getWeekdays(this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
|
17819
17817
|
}
|
17820
17818
|
getYear(date) {
|
17821
17819
|
return getYear(date);
|
@@ -19236,19 +19234,19 @@
|
|
19236
19234
|
|
19237
19235
|
const makeVDataTableFooterProps = propsFactory({
|
19238
19236
|
prevIcon: {
|
19239
|
-
type:
|
19237
|
+
type: IconValue,
|
19240
19238
|
default: '$prev'
|
19241
19239
|
},
|
19242
19240
|
nextIcon: {
|
19243
|
-
type:
|
19241
|
+
type: IconValue,
|
19244
19242
|
default: '$next'
|
19245
19243
|
},
|
19246
19244
|
firstIcon: {
|
19247
|
-
type:
|
19245
|
+
type: IconValue,
|
19248
19246
|
default: '$first'
|
19249
19247
|
},
|
19250
19248
|
lastIcon: {
|
19251
|
-
type:
|
19249
|
+
type: IconValue,
|
19252
19250
|
default: '$last'
|
19253
19251
|
},
|
19254
19252
|
itemsPerPageText: {
|
@@ -21183,15 +21181,15 @@
|
|
21183
21181
|
default: false
|
21184
21182
|
},
|
21185
21183
|
nextIcon: {
|
21186
|
-
type:
|
21184
|
+
type: IconValue,
|
21187
21185
|
default: '$next'
|
21188
21186
|
},
|
21189
21187
|
prevIcon: {
|
21190
|
-
type:
|
21188
|
+
type: IconValue,
|
21191
21189
|
default: '$prev'
|
21192
21190
|
},
|
21193
21191
|
modeIcon: {
|
21194
|
-
type:
|
21192
|
+
type: IconValue,
|
21195
21193
|
default: '$subgroup'
|
21196
21194
|
},
|
21197
21195
|
text: String,
|
@@ -21377,7 +21375,8 @@
|
|
21377
21375
|
weeksInMonth: {
|
21378
21376
|
type: String,
|
21379
21377
|
default: 'dynamic'
|
21380
|
-
}
|
21378
|
+
},
|
21379
|
+
firstDayOfWeek: [Number, String]
|
21381
21380
|
}, 'calendar');
|
21382
21381
|
function useCalendar(props) {
|
21383
21382
|
const adapter = useDate();
|
@@ -21398,8 +21397,12 @@
|
|
21398
21397
|
const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
|
21399
21398
|
return adapter.setMonth(date, value);
|
21400
21399
|
}, v => adapter.getMonth(v));
|
21400
|
+
const weekDays = vue.computed(() => {
|
21401
|
+
const firstDayOfWeek = Number(props.firstDayOfWeek ?? 0);
|
21402
|
+
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
21403
|
+
});
|
21401
21404
|
const weeksInMonth = vue.computed(() => {
|
21402
|
-
const weeks = adapter.getWeekArray(month.value);
|
21405
|
+
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
21403
21406
|
const days = weeks.flat();
|
21404
21407
|
|
21405
21408
|
// Make sure there's always 6 weeks in month (6 * 7 days)
|
@@ -21420,7 +21423,7 @@
|
|
21420
21423
|
});
|
21421
21424
|
function genDays(days, today) {
|
21422
21425
|
return days.filter(date => {
|
21423
|
-
return
|
21426
|
+
return weekDays.value.includes(adapter.toJsDate(date).getDay());
|
21424
21427
|
}).map((date, index) => {
|
21425
21428
|
const isoDate = adapter.toISO(date);
|
21426
21429
|
const isAdjacent = !adapter.isSameMonth(date, month.value);
|
@@ -21448,7 +21451,7 @@
|
|
21448
21451
|
});
|
21449
21452
|
}
|
21450
21453
|
const daysInWeek = vue.computed(() => {
|
21451
|
-
const lastDay = adapter.startOfWeek(displayValue.value);
|
21454
|
+
const lastDay = adapter.startOfWeek(displayValue.value, props.firstDayOfWeek);
|
21452
21455
|
const week = [];
|
21453
21456
|
for (let day = 0; day <= 6; day++) {
|
21454
21457
|
week.push(adapter.addDays(lastDay, day));
|
@@ -21486,6 +21489,7 @@
|
|
21486
21489
|
genDays,
|
21487
21490
|
model,
|
21488
21491
|
weeksInMonth,
|
21492
|
+
weekDays,
|
21489
21493
|
weekNumbers
|
21490
21494
|
};
|
21491
21495
|
}
|
@@ -21616,7 +21620,7 @@
|
|
21616
21620
|
"ref": daysRef,
|
21617
21621
|
"key": daysInMonth.value[0].date?.toString(),
|
21618
21622
|
"class": "v-date-picker-month__days"
|
21619
|
-
}, [!props.hideWeekdays && adapter.getWeekdays().map(weekDay => vue.createVNode("div", {
|
21623
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createVNode("div", {
|
21620
21624
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
21621
21625
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
21622
21626
|
const slotProps = {
|
@@ -22486,8 +22490,10 @@
|
|
22486
22490
|
const makeVExpansionPanelsProps = propsFactory({
|
22487
22491
|
flat: Boolean,
|
22488
22492
|
...makeGroupProps(),
|
22489
|
-
...makeVExpansionPanelProps(),
|
22493
|
+
...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
|
22490
22494
|
...makeThemeProps(),
|
22495
|
+
...makeComponentProps(),
|
22496
|
+
...makeTagProps(),
|
22491
22497
|
variant: {
|
22492
22498
|
type: String,
|
22493
22499
|
default: 'default',
|
@@ -24444,11 +24450,14 @@
|
|
24444
24450
|
let {
|
24445
24451
|
slots
|
24446
24452
|
} = _ref;
|
24447
|
-
useRender(() =>
|
24448
|
-
|
24449
|
-
|
24450
|
-
|
24451
|
-
|
24453
|
+
useRender(() => {
|
24454
|
+
const controlProps = VSelectionControl.filterProps(props);
|
24455
|
+
return vue.createVNode(VSelectionControl, vue.mergeProps(controlProps, {
|
24456
|
+
"class": ['v-radio', props.class],
|
24457
|
+
"style": props.style,
|
24458
|
+
"type": "radio"
|
24459
|
+
}), slots);
|
24460
|
+
});
|
24452
24461
|
return {};
|
24453
24462
|
}
|
24454
24463
|
});
|
@@ -26771,8 +26780,8 @@
|
|
26771
26780
|
},
|
26772
26781
|
suffix: String,
|
26773
26782
|
modelModifiers: Object,
|
26774
|
-
...makeVInputProps(),
|
26775
|
-
...makeVFieldProps()
|
26783
|
+
...omit(makeVInputProps(), ['centerAffix']),
|
26784
|
+
...omit(makeVFieldProps(), ['centerAffix'])
|
26776
26785
|
}, 'VTextarea');
|
26777
26786
|
const VTextarea = genericComponent()({
|
26778
26787
|
name: 'VTextarea',
|
@@ -26911,7 +26920,7 @@
|
|
26911
26920
|
}, props.class],
|
26912
26921
|
"style": props.style
|
26913
26922
|
}, rootAttrs, inputProps, {
|
26914
|
-
"centerAffix":
|
26923
|
+
"centerAffix": false,
|
26915
26924
|
"focused": isFocused.value
|
26916
26925
|
}), {
|
26917
26926
|
...slots,
|
@@ -26936,7 +26945,7 @@
|
|
26936
26945
|
}, fieldProps, {
|
26937
26946
|
"id": id.value,
|
26938
26947
|
"active": isActive.value || isDirty.value,
|
26939
|
-
"centerAffix":
|
26948
|
+
"centerAffix": false,
|
26940
26949
|
"dirty": isDirty.value || props.dirty,
|
26941
26950
|
"disabled": isDisabled.value,
|
26942
26951
|
"focused": isFocused.value,
|
@@ -27788,7 +27797,8 @@
|
|
27788
27797
|
genDays,
|
27789
27798
|
model,
|
27790
27799
|
displayValue,
|
27791
|
-
weekNumbers
|
27800
|
+
weekNumbers,
|
27801
|
+
weekDays
|
27792
27802
|
} = useCalendar(props);
|
27793
27803
|
const dayNames = adapter.getWeekdays();
|
27794
27804
|
function onClickNext() {
|
@@ -27838,19 +27848,19 @@
|
|
27838
27848
|
}), null) : slots.header({
|
27839
27849
|
title: title.value
|
27840
27850
|
}))]), vue.createVNode("div", {
|
27841
|
-
"class": ['v-calendar__container', `days__${
|
27851
|
+
"class": ['v-calendar__container', `days__${weekDays.value.length}`]
|
27842
27852
|
}, [props.viewMode === 'month' && !props.hideDayHeader && vue.createVNode("div", {
|
27843
|
-
"class": ['v-calendar-weekly__head', `days__${
|
27853
|
+
"class": ['v-calendar-weekly__head', `days__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])],
|
27844
27854
|
"key": "calenderWeeklyHead"
|
27845
27855
|
}, [!props.hideWeekNumber ? vue.createVNode("div", {
|
27846
27856
|
"key": "weekNumber0",
|
27847
27857
|
"class": "v-calendar-weekly__head-weeknumber"
|
27848
|
-
}, null) : '',
|
27858
|
+
}, null) : '', weekDays.value.map(weekday => vue.createVNode("div", {
|
27849
27859
|
"class": `v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`
|
27850
27860
|
}, [dayNames[weekday]]))]), props.viewMode === 'month' && vue.createVNode("div", {
|
27851
27861
|
"key": "VCalendarMonth",
|
27852
|
-
"class": ['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${
|
27853
|
-
}, [chunkArray(daysInMonth.value,
|
27862
|
+
"class": ['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])]
|
27863
|
+
}, [chunkArray(daysInMonth.value, weekDays.value.length).map((week, wi) => [!props.hideWeekNumber ? vue.createVNode("div", {
|
27854
27864
|
"class": "v-calendar-month__weeknumber"
|
27855
27865
|
}, [weekNumbers.value[wi]]) : '', week.map(day => vue.createVNode(VCalendarMonthDay, {
|
27856
27866
|
"color": adapter.isSameDay(adapter.date(), day.date) ? 'primary' : undefined,
|
@@ -28090,7 +28100,7 @@
|
|
28090
28100
|
toggleUpDown(false);
|
28091
28101
|
}
|
28092
28102
|
function onKeydown(e) {
|
28093
|
-
if (['Enter', 'ArrowLeft', 'ArrowRight', 'Backspace', 'Tab'].includes(e.key) || e.ctrlKey) return;
|
28103
|
+
if (['Enter', 'ArrowLeft', 'ArrowRight', 'Backspace', 'Delete', 'Tab'].includes(e.key) || e.ctrlKey) return;
|
28094
28104
|
if (['ArrowDown'].includes(e.key)) {
|
28095
28105
|
e.preventDefault();
|
28096
28106
|
toggleUpDown(false);
|
@@ -28742,8 +28752,8 @@
|
|
28742
28752
|
name: 'VTimePickerClock',
|
28743
28753
|
props: makeVTimePickerClockProps(),
|
28744
28754
|
emits: {
|
28745
|
-
change: val =>
|
28746
|
-
input: val =>
|
28755
|
+
change: val => true,
|
28756
|
+
input: val => true
|
28747
28757
|
},
|
28748
28758
|
setup(props, _ref) {
|
28749
28759
|
let {
|
@@ -28991,8 +29001,8 @@
|
|
28991
29001
|
name: 'VTimePickerControls',
|
28992
29002
|
props: makeVTimePickerControlsProps(),
|
28993
29003
|
emits: {
|
28994
|
-
'update:period': data =>
|
28995
|
-
'update:selecting': data =>
|
29004
|
+
'update:period': data => true,
|
29005
|
+
'update:selecting': data => true
|
28996
29006
|
},
|
28997
29007
|
setup(props, _ref) {
|
28998
29008
|
let {
|
@@ -29128,11 +29138,11 @@
|
|
29128
29138
|
name: 'VTimePicker',
|
29129
29139
|
props: makeVTimePickerProps(),
|
29130
29140
|
emits: {
|
29131
|
-
'update:hour': val =>
|
29132
|
-
'update:minute': val =>
|
29133
|
-
'update:period': val =>
|
29134
|
-
'update:second': val =>
|
29135
|
-
'update:modelValue': val =>
|
29141
|
+
'update:hour': val => true,
|
29142
|
+
'update:minute': val => true,
|
29143
|
+
'update:period': val => true,
|
29144
|
+
'update:second': val => true,
|
29145
|
+
'update:modelValue': val => true
|
29136
29146
|
},
|
29137
29147
|
setup(props, _ref) {
|
29138
29148
|
let {
|
@@ -30263,7 +30273,7 @@
|
|
30263
30273
|
goTo
|
30264
30274
|
};
|
30265
30275
|
}
|
30266
|
-
const version$1 = "3.6.
|
30276
|
+
const version$1 = "3.6.12-master.2024-07-10";
|
30267
30277
|
createVuetify$1.version = version$1;
|
30268
30278
|
|
30269
30279
|
// Vue's inject() can only be used in setup
|
@@ -30516,7 +30526,7 @@
|
|
30516
30526
|
|
30517
30527
|
/* eslint-disable local-rules/sort-imports */
|
30518
30528
|
|
30519
|
-
const version = "3.6.
|
30529
|
+
const version = "3.6.12-master.2024-07-10";
|
30520
30530
|
|
30521
30531
|
/* eslint-disable local-rules/sort-imports */
|
30522
30532
|
|