@vuetify/nightly 3.6.6-master.2024-05-21 → 3.6.7-master.2024-05-23
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 +3 -11
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +134 -134
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +103 -6
- package/dist/vuetify-labs.css +2449 -2444
- package/dist/vuetify-labs.d.ts +93 -12
- package/dist/vuetify-labs.esm.js +109 -83
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +108 -82
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2268 -2263
- package/dist/vuetify.d.ts +130 -49
- package/dist/vuetify.esm.js +107 -81
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +106 -80
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +365 -363
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/components/index.d.mts +87 -6
- package/lib/composables/defaults.mjs +4 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.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 +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/components.d.mts +6 -6
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- 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.7-master.2024-05-23
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -1261,6 +1261,53 @@
|
|
1261
1261
|
|
1262
1262
|
// Types
|
1263
1263
|
|
1264
|
+
function getCurrentInstance(name, message) {
|
1265
|
+
const vm = vue.getCurrentInstance();
|
1266
|
+
if (!vm) {
|
1267
|
+
throw new Error(`[Vuetify] ${name} ${message || 'must be called from inside a setup function'}`);
|
1268
|
+
}
|
1269
|
+
return vm;
|
1270
|
+
}
|
1271
|
+
function getCurrentInstanceName() {
|
1272
|
+
let name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'composables';
|
1273
|
+
const vm = getCurrentInstance(name).type;
|
1274
|
+
return toKebabCase(vm?.aliasName || vm?.name);
|
1275
|
+
}
|
1276
|
+
let _uid = 0;
|
1277
|
+
let _map = new WeakMap();
|
1278
|
+
function getUid() {
|
1279
|
+
const vm = getCurrentInstance('getUid');
|
1280
|
+
if (_map.has(vm)) return _map.get(vm);else {
|
1281
|
+
const uid = _uid++;
|
1282
|
+
_map.set(vm, uid);
|
1283
|
+
return uid;
|
1284
|
+
}
|
1285
|
+
}
|
1286
|
+
getUid.reset = () => {
|
1287
|
+
_uid = 0;
|
1288
|
+
_map = new WeakMap();
|
1289
|
+
};
|
1290
|
+
|
1291
|
+
// Utilities
|
1292
|
+
|
1293
|
+
// Types
|
1294
|
+
|
1295
|
+
function injectSelf(key) {
|
1296
|
+
let vm = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstance('injectSelf');
|
1297
|
+
const {
|
1298
|
+
provides
|
1299
|
+
} = vm;
|
1300
|
+
if (provides && key in provides) {
|
1301
|
+
// TS doesn't allow symbol as index type
|
1302
|
+
return provides[key];
|
1303
|
+
}
|
1304
|
+
return undefined;
|
1305
|
+
}
|
1306
|
+
|
1307
|
+
// Utilities
|
1308
|
+
|
1309
|
+
// Types
|
1310
|
+
|
1264
1311
|
const DefaultsSymbol = Symbol.for('vuetify:defaults');
|
1265
1312
|
function createDefaults(options) {
|
1266
1313
|
return vue.ref(options);
|
@@ -1323,7 +1370,7 @@
|
|
1323
1370
|
if (prop === 'class' || prop === 'style') {
|
1324
1371
|
return [componentDefaults.value?.[prop], propValue].filter(v => v != null);
|
1325
1372
|
} else if (typeof prop === 'string' && !propIsDefined(vm.vnode, prop)) {
|
1326
|
-
return componentDefaults.value?.[prop]
|
1373
|
+
return componentDefaults.value?.[prop] !== undefined ? componentDefaults.value?.[prop] : defaults.value?.global?.[prop] !== undefined ? defaults.value?.global?.[prop] : propValue;
|
1327
1374
|
}
|
1328
1375
|
return propValue;
|
1329
1376
|
}
|
@@ -1486,37 +1533,6 @@
|
|
1486
1533
|
}, {});
|
1487
1534
|
}
|
1488
1535
|
|
1489
|
-
// Utilities
|
1490
|
-
|
1491
|
-
// Types
|
1492
|
-
|
1493
|
-
function getCurrentInstance(name, message) {
|
1494
|
-
const vm = vue.getCurrentInstance();
|
1495
|
-
if (!vm) {
|
1496
|
-
throw new Error(`[Vuetify] ${name} ${message || 'must be called from inside a setup function'}`);
|
1497
|
-
}
|
1498
|
-
return vm;
|
1499
|
-
}
|
1500
|
-
function getCurrentInstanceName() {
|
1501
|
-
let name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'composables';
|
1502
|
-
const vm = getCurrentInstance(name).type;
|
1503
|
-
return toKebabCase(vm?.aliasName || vm?.name);
|
1504
|
-
}
|
1505
|
-
let _uid = 0;
|
1506
|
-
let _map = new WeakMap();
|
1507
|
-
function getUid() {
|
1508
|
-
const vm = getCurrentInstance('getUid');
|
1509
|
-
if (_map.has(vm)) return _map.get(vm);else {
|
1510
|
-
const uid = _uid++;
|
1511
|
-
_map.set(vm, uid);
|
1512
|
-
return uid;
|
1513
|
-
}
|
1514
|
-
}
|
1515
|
-
getUid.reset = () => {
|
1516
|
-
_uid = 0;
|
1517
|
-
_map = new WeakMap();
|
1518
|
-
};
|
1519
|
-
|
1520
1536
|
function getScrollParent(el) {
|
1521
1537
|
let includeHidden = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
1522
1538
|
while (el) {
|
@@ -1546,22 +1562,6 @@
|
|
1546
1562
|
return ['scroll', 'auto'].includes(style.overflowY);
|
1547
1563
|
}
|
1548
1564
|
|
1549
|
-
// Utilities
|
1550
|
-
|
1551
|
-
// Types
|
1552
|
-
|
1553
|
-
function injectSelf(key) {
|
1554
|
-
let vm = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstance('injectSelf');
|
1555
|
-
const {
|
1556
|
-
provides
|
1557
|
-
} = vm;
|
1558
|
-
if (provides && key in provides) {
|
1559
|
-
// TS doesn't allow symbol as index type
|
1560
|
-
return provides[key];
|
1561
|
-
}
|
1562
|
-
return undefined;
|
1563
|
-
}
|
1564
|
-
|
1565
1565
|
function isFixedPosition(el) {
|
1566
1566
|
while (el) {
|
1567
1567
|
if (window.getComputedStyle(el).position === 'fixed') {
|
@@ -2998,14 +2998,22 @@
|
|
2998
2998
|
width: [Number, String]
|
2999
2999
|
}, 'dimension');
|
3000
3000
|
function useDimension(props) {
|
3001
|
-
const dimensionStyles = vue.computed(() =>
|
3002
|
-
|
3003
|
-
|
3004
|
-
|
3005
|
-
|
3006
|
-
|
3007
|
-
|
3008
|
-
|
3001
|
+
const dimensionStyles = vue.computed(() => {
|
3002
|
+
const styles = {};
|
3003
|
+
const height = convertToUnit(props.height);
|
3004
|
+
const maxHeight = convertToUnit(props.maxHeight);
|
3005
|
+
const maxWidth = convertToUnit(props.maxWidth);
|
3006
|
+
const minHeight = convertToUnit(props.minHeight);
|
3007
|
+
const minWidth = convertToUnit(props.minWidth);
|
3008
|
+
const width = convertToUnit(props.width);
|
3009
|
+
if (height != null) styles.height = height;
|
3010
|
+
if (maxHeight != null) styles.maxHeight = maxHeight;
|
3011
|
+
if (maxWidth != null) styles.maxWidth = maxWidth;
|
3012
|
+
if (minHeight != null) styles.minHeight = minHeight;
|
3013
|
+
if (minWidth != null) styles.minWidth = minWidth;
|
3014
|
+
if (width != null) styles.width = width;
|
3015
|
+
return styles;
|
3016
|
+
});
|
3009
3017
|
return {
|
3010
3018
|
dimensionStyles
|
3011
3019
|
};
|
@@ -9207,7 +9215,8 @@
|
|
9207
9215
|
}) : vue.createVNode(VListItem, listItemProps, slotsWithItem);
|
9208
9216
|
},
|
9209
9217
|
default: () => vue.createVNode(VListChildren, {
|
9210
|
-
"items": children
|
9218
|
+
"items": children,
|
9219
|
+
"returnObject": props.returnObject
|
9211
9220
|
}, slots)
|
9212
9221
|
}) : slots.item ? slots.item({
|
9213
9222
|
props: itemProps
|
@@ -12890,7 +12899,7 @@
|
|
12890
12899
|
if (['Escape'].includes(e.key)) {
|
12891
12900
|
menu.value = false;
|
12892
12901
|
}
|
12893
|
-
if (highlightFirst.value &&
|
12902
|
+
if (highlightFirst.value && e.key === 'Enter') {
|
12894
12903
|
select(displayItems.value[0]);
|
12895
12904
|
}
|
12896
12905
|
if (e.key === 'ArrowDown' && highlightFirst.value) {
|
@@ -13197,7 +13206,8 @@
|
|
13197
13206
|
"onMousedown": onMousedownMenuIcon,
|
13198
13207
|
"onClick": noop,
|
13199
13208
|
"aria-label": t(label.value),
|
13200
|
-
"title": t(label.value)
|
13209
|
+
"title": t(label.value),
|
13210
|
+
"tabindex": "-1"
|
13201
13211
|
}, null) : undefined]);
|
13202
13212
|
}
|
13203
13213
|
});
|
@@ -16756,8 +16766,8 @@
|
|
16756
16766
|
if (['Escape'].includes(e.key)) {
|
16757
16767
|
menu.value = false;
|
16758
16768
|
}
|
16759
|
-
if (['Enter', 'Escape'
|
16760
|
-
if (highlightFirst.value &&
|
16769
|
+
if (['Enter', 'Escape'].includes(e.key)) {
|
16770
|
+
if (highlightFirst.value && e.key === 'Enter') {
|
16761
16771
|
select(filteredItems.value[0]);
|
16762
16772
|
}
|
16763
16773
|
isPristine.value = true;
|
@@ -17065,7 +17075,8 @@
|
|
17065
17075
|
"onMousedown": onMousedownMenuIcon,
|
17066
17076
|
"onClick": noop,
|
17067
17077
|
"aria-label": t(label.value),
|
17068
|
-
"title": t(label.value)
|
17078
|
+
"title": t(label.value),
|
17079
|
+
"tabindex": "-1"
|
17069
17080
|
}, null) : undefined]);
|
17070
17081
|
}
|
17071
17082
|
});
|
@@ -18577,7 +18588,7 @@
|
|
18577
18588
|
function useSortedItems(props, items, sortBy, options) {
|
18578
18589
|
const locale = useLocale();
|
18579
18590
|
const sortedItems = vue.computed(() => {
|
18580
|
-
if (!sortBy.value.length) return items.value;
|
18591
|
+
if (!sortBy.value.length || props.disableSort) return items.value;
|
18581
18592
|
return sortItems(items.value, sortBy.value, locale.current.value, {
|
18582
18593
|
transform: options?.transform,
|
18583
18594
|
sortFunctions: {
|
@@ -19637,6 +19648,7 @@
|
|
19637
19648
|
const makeVDataTableHeadersProps = propsFactory({
|
19638
19649
|
color: String,
|
19639
19650
|
sticky: Boolean,
|
19651
|
+
disableSort: Boolean,
|
19640
19652
|
multiSort: Boolean,
|
19641
19653
|
sortAscIcon: {
|
19642
19654
|
type: IconValue,
|
@@ -19727,7 +19739,7 @@
|
|
19727
19739
|
"tag": "th",
|
19728
19740
|
"align": column.align,
|
19729
19741
|
"class": [{
|
19730
|
-
'v-data-table__th--sortable': column.sortable,
|
19742
|
+
'v-data-table__th--sortable': column.sortable && !props.disableSort,
|
19731
19743
|
'v-data-table__th--sorted': isSorted(column),
|
19732
19744
|
'v-data-table__th--fixed': column.fixed
|
19733
19745
|
}, ...headerCellClasses.value],
|
@@ -19767,7 +19779,7 @@
|
|
19767
19779
|
}
|
19768
19780
|
return vue.createVNode("div", {
|
19769
19781
|
"class": "v-data-table-header__content"
|
19770
|
-
}, [vue.createVNode("span", null, [column.title]), column.sortable && vue.createVNode(VIcon, {
|
19782
|
+
}, [vue.createVNode("span", null, [column.title]), column.sortable && !props.disableSort && vue.createVNode(VIcon, {
|
19771
19783
|
"key": "icon",
|
19772
19784
|
"class": "v-data-table-header__sort-icon",
|
19773
19785
|
"icon": getSortIcon(column)
|
@@ -19782,7 +19794,7 @@
|
|
19782
19794
|
const VDataTableMobileHeaderCell = () => {
|
19783
19795
|
const headerProps = vue.mergeProps(props.headerProps ?? {} ?? {});
|
19784
19796
|
const displayItems = vue.computed(() => {
|
19785
|
-
return columns.value.filter(column => column?.sortable);
|
19797
|
+
return columns.value.filter(column => column?.sortable && !props.disableSort);
|
19786
19798
|
});
|
19787
19799
|
const appendIcon = vue.computed(() => {
|
19788
19800
|
const showSelectColumn = columns.value.find(column => column.key === 'data-table-select');
|
@@ -20278,6 +20290,7 @@
|
|
20278
20290
|
|
20279
20291
|
const makeDataTableProps = propsFactory({
|
20280
20292
|
...makeVDataTableRowsProps(),
|
20293
|
+
hideDefaultBody: Boolean,
|
20281
20294
|
hideDefaultFooter: Boolean,
|
20282
20295
|
hideDefaultHeader: Boolean,
|
20283
20296
|
width: [String, Number],
|
@@ -20464,7 +20477,7 @@
|
|
20464
20477
|
top: () => slots.top?.(slotProps.value),
|
20465
20478
|
default: () => slots.default ? slots.default(slotProps.value) : vue.createVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
|
20466
20479
|
"key": "thead"
|
20467
|
-
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), vue.createVNode("tbody", null, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
20480
|
+
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", null, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
20468
20481
|
"items": paginatedItems.value
|
20469
20482
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
20470
20483
|
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
|
@@ -20639,7 +20652,7 @@
|
|
20639
20652
|
"key": "thead"
|
20640
20653
|
}, [vue.createVNode(VDataTableHeaders, vue.mergeProps(dataTableHeadersProps, {
|
20641
20654
|
"sticky": props.fixedHeader
|
20642
|
-
}), slots)]), vue.createVNode("tbody", null, [vue.createVNode("tr", {
|
20655
|
+
}), slots)]), !props.hideDefaultBody && vue.createVNode("tbody", null, [vue.createVNode("tr", {
|
20643
20656
|
"ref": markerRef,
|
20644
20657
|
"style": {
|
20645
20658
|
height: convertToUnit(paddingTop.value),
|
@@ -20848,7 +20861,7 @@
|
|
20848
20861
|
"role": "rowgroup"
|
20849
20862
|
}, [vue.createVNode(VDataTableHeaders, vue.mergeProps(dataTableHeadersProps, {
|
20850
20863
|
"sticky": props.fixedHeader
|
20851
|
-
}), slots)]), slots.thead?.(slotProps.value), vue.createVNode("tbody", {
|
20864
|
+
}), slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", {
|
20852
20865
|
"class": "v-data-table__tbody",
|
20853
20866
|
"role": "rowgroup"
|
20854
20867
|
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
@@ -21623,7 +21636,10 @@
|
|
21623
21636
|
const makeVDatePickerMonthsProps = propsFactory({
|
21624
21637
|
color: String,
|
21625
21638
|
height: [String, Number],
|
21626
|
-
|
21639
|
+
min: null,
|
21640
|
+
max: null,
|
21641
|
+
modelValue: Number,
|
21642
|
+
year: Number
|
21627
21643
|
}, 'VDatePickerMonths');
|
21628
21644
|
const VDatePickerMonths = genericComponent()({
|
21629
21645
|
name: 'VDatePickerMonths',
|
@@ -21640,10 +21656,15 @@
|
|
21640
21656
|
const model = useProxiedModel(props, 'modelValue');
|
21641
21657
|
const months = vue.computed(() => {
|
21642
21658
|
let date = adapter.startOfYear(adapter.date());
|
21659
|
+
if (props.year) {
|
21660
|
+
date = adapter.setYear(date, props.year);
|
21661
|
+
}
|
21643
21662
|
return createRange(12).map(i => {
|
21644
21663
|
const text = adapter.format(date, 'monthShort');
|
21664
|
+
const isDisabled = !!(props.min && adapter.isAfter(adapter.startOfMonth(adapter.date(props.min)), date) || props.max && adapter.isAfter(date, adapter.startOfMonth(adapter.date(props.max))));
|
21645
21665
|
date = adapter.getNextMonth(date);
|
21646
21666
|
return {
|
21667
|
+
isDisabled,
|
21647
21668
|
text,
|
21648
21669
|
value: i
|
21649
21670
|
};
|
@@ -21663,6 +21684,7 @@
|
|
21663
21684
|
const btnProps = {
|
21664
21685
|
active: model.value === i,
|
21665
21686
|
color: model.value === i ? props.color : undefined,
|
21687
|
+
disabled: month.isDisabled,
|
21666
21688
|
rounded: true,
|
21667
21689
|
text: month.text,
|
21668
21690
|
variant: model.value === month.value ? 'flat' : 'text',
|
@@ -22063,7 +22085,8 @@
|
|
22063
22085
|
"modelValue": month.value,
|
22064
22086
|
"onUpdate:modelValue": [$event => month.value = $event, onUpdateMonth],
|
22065
22087
|
"min": minDate.value,
|
22066
|
-
"max": maxDate.value
|
22088
|
+
"max": maxDate.value,
|
22089
|
+
"year": year.value
|
22067
22090
|
}), null) : viewMode.value === 'year' ? vue.createVNode(VDatePickerYears, vue.mergeProps({
|
22068
22091
|
"key": "date-picker-years"
|
22069
22092
|
}, datePickerYearsProps, {
|
@@ -22226,6 +22249,10 @@
|
|
22226
22249
|
}
|
22227
22250
|
});
|
22228
22251
|
|
22252
|
+
// Types
|
22253
|
+
|
22254
|
+
const VExpansionPanelSymbol = Symbol.for('vuetify:v-expansion-panel');
|
22255
|
+
|
22229
22256
|
const makeVExpansionPanelTextProps = propsFactory({
|
22230
22257
|
...makeComponentProps(),
|
22231
22258
|
...makeLazyProps()
|
@@ -22406,7 +22433,6 @@
|
|
22406
22433
|
|
22407
22434
|
// Types
|
22408
22435
|
|
22409
|
-
const VExpansionPanelSymbol = Symbol.for('vuetify:v-expansion-panel');
|
22410
22436
|
const allowedVariants = ['default', 'accordion', 'inset', 'popout'];
|
22411
22437
|
const makeVExpansionPanelsProps = propsFactory({
|
22412
22438
|
flat: Boolean,
|
@@ -25750,6 +25776,10 @@
|
|
25750
25776
|
|
25751
25777
|
// Types
|
25752
25778
|
|
25779
|
+
const VStepperSymbol = Symbol.for('vuetify:v-stepper');
|
25780
|
+
|
25781
|
+
// Types
|
25782
|
+
|
25753
25783
|
const makeVStepperActionsProps = propsFactory({
|
25754
25784
|
color: String,
|
25755
25785
|
disabled: {
|
@@ -25937,9 +25967,6 @@
|
|
25937
25967
|
}
|
25938
25968
|
});
|
25939
25969
|
|
25940
|
-
// Types
|
25941
|
-
|
25942
|
-
const VStepperSymbol$1 = Symbol.for('vuetify:v-stepper');
|
25943
25970
|
const makeVStepperWindowProps = propsFactory({
|
25944
25971
|
...omit(makeVWindowProps(), ['continuous', 'nextIcon', 'prevIcon', 'showArrows', 'touch', 'mandatory'])
|
25945
25972
|
}, 'VStepperWindow');
|
@@ -25953,7 +25980,7 @@
|
|
25953
25980
|
let {
|
25954
25981
|
slots
|
25955
25982
|
} = _ref;
|
25956
|
-
const group = vue.inject(VStepperSymbol
|
25983
|
+
const group = vue.inject(VStepperSymbol, null);
|
25957
25984
|
const _model = useProxiedModel(props, 'modelValue');
|
25958
25985
|
const model = vue.computed({
|
25959
25986
|
get() {
|
@@ -26011,7 +26038,6 @@
|
|
26011
26038
|
|
26012
26039
|
// Types
|
26013
26040
|
|
26014
|
-
const VStepperSymbol = Symbol.for('vuetify:v-stepper');
|
26015
26041
|
const makeStepperProps = propsFactory({
|
26016
26042
|
altLabels: Boolean,
|
26017
26043
|
bgColor: String,
|
@@ -27727,7 +27753,7 @@
|
|
27727
27753
|
}
|
27728
27754
|
}
|
27729
27755
|
function onClickToday() {
|
27730
|
-
model.value = [
|
27756
|
+
model.value = [adapter.date()];
|
27731
27757
|
}
|
27732
27758
|
const title = vue.computed(() => {
|
27733
27759
|
return adapter.format(displayValue.value, 'monthAndYear');
|
@@ -27766,7 +27792,7 @@
|
|
27766
27792
|
}, [chunkArray(daysInMonth.value, props.weekdays.length).map((week, wi) => [!props.hideWeekNumber ? vue.createVNode("div", {
|
27767
27793
|
"class": "v-calendar-month__weeknumber"
|
27768
27794
|
}, [weekNumbers.value[wi]]) : '', week.map(day => vue.createVNode(VCalendarMonthDay, {
|
27769
|
-
"color": adapter.isSameDay(
|
27795
|
+
"color": adapter.isSameDay(adapter.date(), day.date) ? 'primary' : undefined,
|
27770
27796
|
"day": day,
|
27771
27797
|
"title": day ? adapter.format(day.date, 'dayOfMonth') : 'NaN',
|
27772
27798
|
"events": props.events?.filter(e => adapter.isSameDay(day.date, e.start) || adapter.isSameDay(day.date, e.end))
|
@@ -30104,7 +30130,7 @@
|
|
30104
30130
|
goTo
|
30105
30131
|
};
|
30106
30132
|
}
|
30107
|
-
const version$1 = "3.6.
|
30133
|
+
const version$1 = "3.6.7-master.2024-05-23";
|
30108
30134
|
createVuetify$1.version = version$1;
|
30109
30135
|
|
30110
30136
|
// Vue's inject() can only be used in setup
|
@@ -30357,7 +30383,7 @@
|
|
30357
30383
|
|
30358
30384
|
/* eslint-disable local-rules/sort-imports */
|
30359
30385
|
|
30360
|
-
const version = "3.6.
|
30386
|
+
const version = "3.6.7-master.2024-05-23";
|
30361
30387
|
|
30362
30388
|
/* eslint-disable local-rules/sort-imports */
|
30363
30389
|
|