vuetify 3.6.11 → 3.6.12
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/dist/json/attributes.json +58 -70
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +4 -7
- package/dist/json/web-types.json +98 -117
- package/dist/vuetify-labs.css +1863 -1841
- package/dist/vuetify-labs.d.ts +640 -751
- package/dist/vuetify-labs.esm.js +88 -76
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +88 -76
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2936 -2914
- package/dist/vuetify.d.ts +617 -710
- package/dist/vuetify.esm.js +71 -60
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +71 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +62 -57
- 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/VOverlay.mjs +7 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- 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/composables/teleport.mjs +2 -2
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +61 -61
- 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 +2 -2
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.12
|
|
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,
|
|
@@ -10837,12 +10835,9 @@
|
|
|
10837
10835
|
}
|
|
10838
10836
|
|
|
10839
10837
|
// Utilities
|
|
10840
|
-
|
|
10841
|
-
// Types
|
|
10842
|
-
|
|
10843
10838
|
function useTeleport(target) {
|
|
10844
10839
|
const teleportTarget = vue.computed(() => {
|
|
10845
|
-
const _target = target
|
|
10840
|
+
const _target = target();
|
|
10846
10841
|
if (_target === true || !IN_BROWSER) return undefined;
|
|
10847
10842
|
const targetElement = _target === false ? document.body : typeof _target === 'string' ? document.querySelector(_target) : _target;
|
|
10848
10843
|
if (targetElement == null) {
|
|
@@ -11063,10 +11058,15 @@
|
|
|
11063
11058
|
isActive,
|
|
11064
11059
|
isTop: localTop
|
|
11065
11060
|
});
|
|
11066
|
-
const potentialShadowDomRoot = vue.computed(() => activatorEl?.value?.getRootNode());
|
|
11067
11061
|
const {
|
|
11068
11062
|
teleportTarget
|
|
11069
|
-
} = useTeleport(
|
|
11063
|
+
} = useTeleport(() => {
|
|
11064
|
+
const target = props.attach || props.contained;
|
|
11065
|
+
if (target) return target;
|
|
11066
|
+
const rootNode = activatorEl?.value?.getRootNode();
|
|
11067
|
+
if (rootNode instanceof ShadowRoot) return rootNode;
|
|
11068
|
+
return false;
|
|
11069
|
+
});
|
|
11070
11070
|
const {
|
|
11071
11071
|
dimensionStyles
|
|
11072
11072
|
} = useDimension(props);
|
|
@@ -11559,10 +11559,7 @@
|
|
|
11559
11559
|
default: '$clear'
|
|
11560
11560
|
},
|
|
11561
11561
|
active: Boolean,
|
|
11562
|
-
centerAffix:
|
|
11563
|
-
type: Boolean,
|
|
11564
|
-
default: undefined
|
|
11565
|
-
},
|
|
11562
|
+
centerAffix: Boolean,
|
|
11566
11563
|
color: String,
|
|
11567
11564
|
baseColor: String,
|
|
11568
11565
|
dirty: Boolean,
|
|
@@ -11629,8 +11626,9 @@
|
|
|
11629
11626
|
const {
|
|
11630
11627
|
rtlClasses
|
|
11631
11628
|
} = useRtl();
|
|
11629
|
+
const isSingleLine = vue.computed(() => props.singleLine || props.centerAffix);
|
|
11632
11630
|
const isActive = vue.computed(() => props.dirty || props.active);
|
|
11633
|
-
const hasLabel = vue.computed(() => !
|
|
11631
|
+
const hasLabel = vue.computed(() => !isSingleLine.value && !!(props.label || slots.label));
|
|
11634
11632
|
const uid = getUid();
|
|
11635
11633
|
const id = vue.computed(() => props.id || `input-${uid}`);
|
|
11636
11634
|
const messagesId = vue.computed(() => `${id.value}-messages`);
|
|
@@ -11719,7 +11717,7 @@
|
|
|
11719
11717
|
"class": ['v-field', {
|
|
11720
11718
|
'v-field--active': isActive.value,
|
|
11721
11719
|
'v-field--appended': hasAppend,
|
|
11722
|
-
'v-field--center-affix': props.centerAffix
|
|
11720
|
+
'v-field--center-affix': props.centerAffix,
|
|
11723
11721
|
'v-field--disabled': props.disabled,
|
|
11724
11722
|
'v-field--dirty': props.dirty,
|
|
11725
11723
|
'v-field--error': props.error,
|
|
@@ -11728,7 +11726,7 @@
|
|
|
11728
11726
|
'v-field--persistent-clear': props.persistentClear,
|
|
11729
11727
|
'v-field--prepended': hasPrepend,
|
|
11730
11728
|
'v-field--reverse': props.reverse,
|
|
11731
|
-
'v-field--single-line':
|
|
11729
|
+
'v-field--single-line': isSingleLine.value,
|
|
11732
11730
|
'v-field--no-label': !label(),
|
|
11733
11731
|
[`v-field--variant-${props.variant}`]: true
|
|
11734
11732
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
|
@@ -11963,7 +11961,6 @@
|
|
|
11963
11961
|
}, props.class],
|
|
11964
11962
|
"style": props.style
|
|
11965
11963
|
}, rootAttrs, inputProps, {
|
|
11966
|
-
"centerAffix": !isPlainOrUnderlined.value,
|
|
11967
11964
|
"focused": isFocused.value
|
|
11968
11965
|
}), {
|
|
11969
11966
|
...slots,
|
|
@@ -11989,6 +11986,7 @@
|
|
|
11989
11986
|
"dirty": isDirty.value || props.dirty,
|
|
11990
11987
|
"disabled": isDisabled.value,
|
|
11991
11988
|
"focused": isFocused.value,
|
|
11989
|
+
"centerAffix": props.centerAffix,
|
|
11992
11990
|
"error": isValid.value === false
|
|
11993
11991
|
}), {
|
|
11994
11992
|
...slots,
|
|
@@ -17506,13 +17504,14 @@
|
|
|
17506
17504
|
ZA: 0,
|
|
17507
17505
|
ZW: 0
|
|
17508
17506
|
};
|
|
17509
|
-
function getWeekArray(date, locale) {
|
|
17507
|
+
function getWeekArray(date, locale, firstDayOfWeek) {
|
|
17510
17508
|
const weeks = [];
|
|
17511
17509
|
let currentWeek = [];
|
|
17512
17510
|
const firstDayOfMonth = startOfMonth(date);
|
|
17513
17511
|
const lastDayOfMonth = endOfMonth(date);
|
|
17514
|
-
const
|
|
17515
|
-
const
|
|
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;
|
|
17516
17515
|
for (let i = 0; i < firstDayWeekIndex; i++) {
|
|
17517
17516
|
const adjacentDay = new Date(firstDayOfMonth);
|
|
17518
17517
|
adjacentDay.setDate(adjacentDay.getDate() - (firstDayWeekIndex - i));
|
|
@@ -17540,9 +17539,10 @@
|
|
|
17540
17539
|
}
|
|
17541
17540
|
return weeks;
|
|
17542
17541
|
}
|
|
17543
|
-
function startOfWeek(date, locale) {
|
|
17542
|
+
function startOfWeek(date, locale, firstDayOfWeek) {
|
|
17543
|
+
const day = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
|
|
17544
17544
|
const d = new Date(date);
|
|
17545
|
-
while (d.getDay() !==
|
|
17545
|
+
while (d.getDay() !== day) {
|
|
17546
17546
|
d.setDate(d.getDate() - 1);
|
|
17547
17547
|
}
|
|
17548
17548
|
return d;
|
|
@@ -17583,8 +17583,8 @@
|
|
|
17583
17583
|
return null;
|
|
17584
17584
|
}
|
|
17585
17585
|
const sundayJanuarySecond2000 = new Date(2000, 0, 2);
|
|
17586
|
-
function getWeekdays(locale) {
|
|
17587
|
-
const daysFromSunday = firstDay[locale.slice(-2).toUpperCase()];
|
|
17586
|
+
function getWeekdays(locale, firstDayOfWeek) {
|
|
17587
|
+
const daysFromSunday = firstDayOfWeek ?? firstDay[locale.slice(-2).toUpperCase()] ?? 0;
|
|
17588
17588
|
return createRange(7).map(i => {
|
|
17589
17589
|
const weekday = new Date(sundayJanuarySecond2000);
|
|
17590
17590
|
weekday.setDate(sundayJanuarySecond2000.getDate() + daysFromSunday + i);
|
|
@@ -17982,11 +17982,11 @@
|
|
|
17982
17982
|
addMonths(date, amount) {
|
|
17983
17983
|
return addMonths(date, amount);
|
|
17984
17984
|
}
|
|
17985
|
-
getWeekArray(date) {
|
|
17986
|
-
return getWeekArray(date, this.locale);
|
|
17985
|
+
getWeekArray(date, firstDayOfWeek) {
|
|
17986
|
+
return getWeekArray(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
|
|
17987
17987
|
}
|
|
17988
|
-
startOfWeek(date) {
|
|
17989
|
-
return startOfWeek(date, this.locale);
|
|
17988
|
+
startOfWeek(date, firstDayOfWeek) {
|
|
17989
|
+
return startOfWeek(date, this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
|
|
17990
17990
|
}
|
|
17991
17991
|
endOfWeek(date) {
|
|
17992
17992
|
return endOfWeek(date, this.locale);
|
|
@@ -18045,8 +18045,8 @@
|
|
|
18045
18045
|
getDiff(date, comparing, unit) {
|
|
18046
18046
|
return getDiff(date, comparing, unit);
|
|
18047
18047
|
}
|
|
18048
|
-
getWeekdays() {
|
|
18049
|
-
return getWeekdays(this.locale);
|
|
18048
|
+
getWeekdays(firstDayOfWeek) {
|
|
18049
|
+
return getWeekdays(this.locale, firstDayOfWeek ? Number(firstDayOfWeek) : undefined);
|
|
18050
18050
|
}
|
|
18051
18051
|
getYear(date) {
|
|
18052
18052
|
return getYear(date);
|
|
@@ -19467,19 +19467,19 @@
|
|
|
19467
19467
|
|
|
19468
19468
|
const makeVDataTableFooterProps = propsFactory({
|
|
19469
19469
|
prevIcon: {
|
|
19470
|
-
type:
|
|
19470
|
+
type: IconValue,
|
|
19471
19471
|
default: '$prev'
|
|
19472
19472
|
},
|
|
19473
19473
|
nextIcon: {
|
|
19474
|
-
type:
|
|
19474
|
+
type: IconValue,
|
|
19475
19475
|
default: '$next'
|
|
19476
19476
|
},
|
|
19477
19477
|
firstIcon: {
|
|
19478
|
-
type:
|
|
19478
|
+
type: IconValue,
|
|
19479
19479
|
default: '$first'
|
|
19480
19480
|
},
|
|
19481
19481
|
lastIcon: {
|
|
19482
|
-
type:
|
|
19482
|
+
type: IconValue,
|
|
19483
19483
|
default: '$last'
|
|
19484
19484
|
},
|
|
19485
19485
|
itemsPerPageText: {
|
|
@@ -21414,15 +21414,15 @@
|
|
|
21414
21414
|
default: false
|
|
21415
21415
|
},
|
|
21416
21416
|
nextIcon: {
|
|
21417
|
-
type:
|
|
21417
|
+
type: IconValue,
|
|
21418
21418
|
default: '$next'
|
|
21419
21419
|
},
|
|
21420
21420
|
prevIcon: {
|
|
21421
|
-
type:
|
|
21421
|
+
type: IconValue,
|
|
21422
21422
|
default: '$prev'
|
|
21423
21423
|
},
|
|
21424
21424
|
modeIcon: {
|
|
21425
|
-
type:
|
|
21425
|
+
type: IconValue,
|
|
21426
21426
|
default: '$subgroup'
|
|
21427
21427
|
},
|
|
21428
21428
|
text: String,
|
|
@@ -21608,7 +21608,8 @@
|
|
|
21608
21608
|
weeksInMonth: {
|
|
21609
21609
|
type: String,
|
|
21610
21610
|
default: 'dynamic'
|
|
21611
|
-
}
|
|
21611
|
+
},
|
|
21612
|
+
firstDayOfWeek: [Number, String]
|
|
21612
21613
|
}, 'calendar');
|
|
21613
21614
|
function useCalendar(props) {
|
|
21614
21615
|
const adapter = useDate();
|
|
@@ -21629,8 +21630,12 @@
|
|
|
21629
21630
|
const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
|
|
21630
21631
|
return adapter.setMonth(date, value);
|
|
21631
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
|
+
});
|
|
21632
21637
|
const weeksInMonth = vue.computed(() => {
|
|
21633
|
-
const weeks = adapter.getWeekArray(month.value);
|
|
21638
|
+
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
|
21634
21639
|
const days = weeks.flat();
|
|
21635
21640
|
|
|
21636
21641
|
// Make sure there's always 6 weeks in month (6 * 7 days)
|
|
@@ -21651,7 +21656,7 @@
|
|
|
21651
21656
|
});
|
|
21652
21657
|
function genDays(days, today) {
|
|
21653
21658
|
return days.filter(date => {
|
|
21654
|
-
return
|
|
21659
|
+
return weekDays.value.includes(adapter.toJsDate(date).getDay());
|
|
21655
21660
|
}).map((date, index) => {
|
|
21656
21661
|
const isoDate = adapter.toISO(date);
|
|
21657
21662
|
const isAdjacent = !adapter.isSameMonth(date, month.value);
|
|
@@ -21679,7 +21684,7 @@
|
|
|
21679
21684
|
});
|
|
21680
21685
|
}
|
|
21681
21686
|
const daysInWeek = vue.computed(() => {
|
|
21682
|
-
const lastDay = adapter.startOfWeek(displayValue.value);
|
|
21687
|
+
const lastDay = adapter.startOfWeek(displayValue.value, props.firstDayOfWeek);
|
|
21683
21688
|
const week = [];
|
|
21684
21689
|
for (let day = 0; day <= 6; day++) {
|
|
21685
21690
|
week.push(adapter.addDays(lastDay, day));
|
|
@@ -21717,6 +21722,7 @@
|
|
|
21717
21722
|
genDays,
|
|
21718
21723
|
model,
|
|
21719
21724
|
weeksInMonth,
|
|
21725
|
+
weekDays,
|
|
21720
21726
|
weekNumbers
|
|
21721
21727
|
};
|
|
21722
21728
|
}
|
|
@@ -21847,7 +21853,7 @@
|
|
|
21847
21853
|
"ref": daysRef,
|
|
21848
21854
|
"key": daysInMonth.value[0].date?.toString(),
|
|
21849
21855
|
"class": "v-date-picker-month__days"
|
|
21850
|
-
}, [!props.hideWeekdays && adapter.getWeekdays().map(weekDay => vue.createVNode("div", {
|
|
21856
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createVNode("div", {
|
|
21851
21857
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
|
21852
21858
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
|
21853
21859
|
const slotProps = {
|
|
@@ -22717,8 +22723,10 @@
|
|
|
22717
22723
|
const makeVExpansionPanelsProps = propsFactory({
|
|
22718
22724
|
flat: Boolean,
|
|
22719
22725
|
...makeGroupProps(),
|
|
22720
|
-
...makeVExpansionPanelProps(),
|
|
22726
|
+
...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
|
|
22721
22727
|
...makeThemeProps(),
|
|
22728
|
+
...makeComponentProps(),
|
|
22729
|
+
...makeTagProps(),
|
|
22722
22730
|
variant: {
|
|
22723
22731
|
type: String,
|
|
22724
22732
|
default: 'default',
|
|
@@ -24675,11 +24683,14 @@
|
|
|
24675
24683
|
let {
|
|
24676
24684
|
slots
|
|
24677
24685
|
} = _ref;
|
|
24678
|
-
useRender(() =>
|
|
24679
|
-
|
|
24680
|
-
|
|
24681
|
-
|
|
24682
|
-
|
|
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
|
+
});
|
|
24683
24694
|
return {};
|
|
24684
24695
|
}
|
|
24685
24696
|
});
|
|
@@ -27002,8 +27013,8 @@
|
|
|
27002
27013
|
},
|
|
27003
27014
|
suffix: String,
|
|
27004
27015
|
modelModifiers: Object,
|
|
27005
|
-
...makeVInputProps(),
|
|
27006
|
-
...makeVFieldProps()
|
|
27016
|
+
...omit(makeVInputProps(), ['centerAffix']),
|
|
27017
|
+
...omit(makeVFieldProps(), ['centerAffix'])
|
|
27007
27018
|
}, 'VTextarea');
|
|
27008
27019
|
const VTextarea = genericComponent()({
|
|
27009
27020
|
name: 'VTextarea',
|
|
@@ -27142,7 +27153,7 @@
|
|
|
27142
27153
|
}, props.class],
|
|
27143
27154
|
"style": props.style
|
|
27144
27155
|
}, rootAttrs, inputProps, {
|
|
27145
|
-
"centerAffix":
|
|
27156
|
+
"centerAffix": false,
|
|
27146
27157
|
"focused": isFocused.value
|
|
27147
27158
|
}), {
|
|
27148
27159
|
...slots,
|
|
@@ -27167,7 +27178,7 @@
|
|
|
27167
27178
|
}, fieldProps, {
|
|
27168
27179
|
"id": id.value,
|
|
27169
27180
|
"active": isActive.value || isDirty.value,
|
|
27170
|
-
"centerAffix":
|
|
27181
|
+
"centerAffix": false,
|
|
27171
27182
|
"dirty": isDirty.value || props.dirty,
|
|
27172
27183
|
"disabled": isDisabled.value,
|
|
27173
27184
|
"focused": isFocused.value,
|
|
@@ -28099,7 +28110,7 @@
|
|
|
28099
28110
|
goTo
|
|
28100
28111
|
};
|
|
28101
28112
|
}
|
|
28102
|
-
const version$1 = "3.6.
|
|
28113
|
+
const version$1 = "3.6.12";
|
|
28103
28114
|
createVuetify$1.version = version$1;
|
|
28104
28115
|
|
|
28105
28116
|
// Vue's inject() can only be used in setup
|
|
@@ -28124,7 +28135,7 @@
|
|
|
28124
28135
|
...options
|
|
28125
28136
|
});
|
|
28126
28137
|
};
|
|
28127
|
-
const version = "3.6.
|
|
28138
|
+
const version = "3.6.12";
|
|
28128
28139
|
createVuetify.version = version;
|
|
28129
28140
|
|
|
28130
28141
|
exports.blueprints = index;
|