@vuetify/nightly 3.6.7-master.2024-05-28 → 3.6.8-master.2024-05-30
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 -10
- package/dist/json/attributes.json +44 -12
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +117 -45
- package/dist/vuetify-labs.css +1826 -1823
- package/dist/vuetify-labs.d.ts +528 -1392
- package/dist/vuetify-labs.esm.js +145 -43
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +145 -43
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +849 -846
- package/dist/vuetify.d.ts +423 -1127
- package/dist/vuetify.esm.js +41 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +102 -336
- package/lib/components/VCombobox/index.d.mts +102 -336
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +3 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +52 -66
- package/lib/components/VSelect/index.d.mts +102 -336
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +1 -1
- package/lib/components/VStepper/VStepper.mjs +18 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +3 -0
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VStepper/index.d.mts +43 -9
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/index.d.mts +379 -1083
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VStepperVertical/index.d.mts +43 -9
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +110 -300
- package/lib/labs/components.d.mts +3402 -3558
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.8-master.2024-05-30
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -6486,7 +6486,15 @@
|
|
6486
6486
|
e.stopPropagation();
|
6487
6487
|
}
|
6488
6488
|
function onInput(e) {
|
6489
|
-
if (!isInteractive.value)
|
6489
|
+
if (!isInteractive.value) {
|
6490
|
+
if (input.value) {
|
6491
|
+
// model value is not updated when input is not interactive
|
6492
|
+
// but the internal checked state of the input is still updated,
|
6493
|
+
// so here it's value is restored
|
6494
|
+
input.value.checked = model.value;
|
6495
|
+
}
|
6496
|
+
return;
|
6497
|
+
}
|
6490
6498
|
if (props.readonly && group) {
|
6491
6499
|
vue.nextTick(() => group.forceUpdate());
|
6492
6500
|
}
|
@@ -8939,6 +8947,7 @@
|
|
8939
8947
|
isBooted
|
8940
8948
|
} = useSsrBoot();
|
8941
8949
|
function onClick(e) {
|
8950
|
+
e.stopPropagation();
|
8942
8951
|
open(!isOpen.value, e);
|
8943
8952
|
}
|
8944
8953
|
const activatorProps = vue.computed(() => ({
|
@@ -9272,6 +9281,8 @@
|
|
9272
9281
|
}), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple]]);
|
9273
9282
|
});
|
9274
9283
|
return {
|
9284
|
+
activate,
|
9285
|
+
isActivated,
|
9275
9286
|
isGroupActivator,
|
9276
9287
|
isSelected,
|
9277
9288
|
list,
|
@@ -9347,7 +9358,7 @@
|
|
9347
9358
|
const dividerStyles = vue.computed(() => {
|
9348
9359
|
const styles = {};
|
9349
9360
|
if (props.length) {
|
9350
|
-
styles[props.vertical ? '
|
9361
|
+
styles[props.vertical ? 'height' : 'width'] = convertToUnit(props.length);
|
9351
9362
|
}
|
9352
9363
|
if (props.thickness) {
|
9353
9364
|
styles[props.vertical ? 'borderRightWidth' : 'borderTopWidth'] = convertToUnit(props.thickness);
|
@@ -9608,6 +9619,8 @@
|
|
9608
9619
|
},
|
9609
9620
|
slim: Boolean,
|
9610
9621
|
nav: Boolean,
|
9622
|
+
'onClick:open': EventProp(),
|
9623
|
+
'onClick:select': EventProp(),
|
9611
9624
|
...makeNestedProps({
|
9612
9625
|
selectStrategy: 'single-leaf',
|
9613
9626
|
openStrategy: 'list'
|
@@ -12919,7 +12932,7 @@
|
|
12919
12932
|
const customMatches = {};
|
12920
12933
|
const defaultMatches = {};
|
12921
12934
|
let match = -1;
|
12922
|
-
if (query && !options?.noFilter) {
|
12935
|
+
if ((query || customFiltersLength > 0) && !options?.noFilter) {
|
12923
12936
|
if (typeof item === 'object') {
|
12924
12937
|
const filterKeys = keys || Object.keys(transformed);
|
12925
12938
|
for (const key of filterKeys) {
|
@@ -21760,6 +21773,9 @@
|
|
21760
21773
|
});
|
21761
21774
|
function onRangeClick(value) {
|
21762
21775
|
const _value = adapter.startOfDay(value);
|
21776
|
+
if (model.value.length === 0) {
|
21777
|
+
rangeStart.value = undefined;
|
21778
|
+
}
|
21763
21779
|
if (!rangeStart.value) {
|
21764
21780
|
rangeStart.value = _value;
|
21765
21781
|
model.value = [rangeStart.value];
|
@@ -26277,7 +26293,10 @@
|
|
26277
26293
|
const makeStepperProps = propsFactory({
|
26278
26294
|
altLabels: Boolean,
|
26279
26295
|
bgColor: String,
|
26296
|
+
completeIcon: String,
|
26297
|
+
editIcon: String,
|
26280
26298
|
editable: Boolean,
|
26299
|
+
errorIcon: String,
|
26281
26300
|
hideActions: Boolean,
|
26282
26301
|
items: {
|
26283
26302
|
type: Array,
|
@@ -26291,9 +26310,9 @@
|
|
26291
26310
|
type: String,
|
26292
26311
|
default: 'value'
|
26293
26312
|
},
|
26294
|
-
mobile: Boolean,
|
26295
26313
|
nonLinear: Boolean,
|
26296
|
-
flat: Boolean
|
26314
|
+
flat: Boolean,
|
26315
|
+
...makeDisplayProps()
|
26297
26316
|
}, 'Stepper');
|
26298
26317
|
const makeVStepperProps = propsFactory({
|
26299
26318
|
...makeStepperProps(),
|
@@ -26321,6 +26340,13 @@
|
|
26321
26340
|
selected
|
26322
26341
|
} = useGroup(props, VStepperSymbol);
|
26323
26342
|
const {
|
26343
|
+
displayClasses,
|
26344
|
+
mobile
|
26345
|
+
} = useDisplay(props);
|
26346
|
+
const {
|
26347
|
+
completeIcon,
|
26348
|
+
editIcon,
|
26349
|
+
errorIcon,
|
26324
26350
|
color,
|
26325
26351
|
editable,
|
26326
26352
|
prevText,
|
@@ -26347,6 +26373,9 @@
|
|
26347
26373
|
provideDefaults({
|
26348
26374
|
VStepperItem: {
|
26349
26375
|
editable,
|
26376
|
+
errorIcon,
|
26377
|
+
completeIcon,
|
26378
|
+
editIcon,
|
26350
26379
|
prevText,
|
26351
26380
|
nextText
|
26352
26381
|
},
|
@@ -26368,8 +26397,8 @@
|
|
26368
26397
|
'v-stepper--alt-labels': props.altLabels,
|
26369
26398
|
'v-stepper--flat': props.flat,
|
26370
26399
|
'v-stepper--non-linear': props.nonLinear,
|
26371
|
-
'v-stepper--mobile':
|
26372
|
-
}, props.class],
|
26400
|
+
'v-stepper--mobile': mobile.value
|
26401
|
+
}, displayClasses.value, props.class],
|
26373
26402
|
"style": props.style
|
26374
26403
|
}), {
|
26375
26404
|
default: () => [hasHeader && vue.createVNode(VStepperHeader, {
|
@@ -26899,9 +26928,9 @@
|
|
26899
26928
|
"key": item.text,
|
26900
26929
|
"value": item.value
|
26901
26930
|
}), {
|
26902
|
-
default: () => slots[`tab.${item.value}`]?.({
|
26931
|
+
default: slots[`tab.${item.value}`] ? () => slots[`tab.${item.value}`]?.({
|
26903
26932
|
item
|
26904
|
-
})
|
26933
|
+
}) : undefined
|
26905
26934
|
}))]
|
26906
26935
|
}), hasWindow && vue.createVNode(VTabsWindow, vue.mergeProps({
|
26907
26936
|
"modelValue": model.value,
|
@@ -28043,7 +28072,7 @@
|
|
28043
28072
|
goTo
|
28044
28073
|
};
|
28045
28074
|
}
|
28046
|
-
const version$1 = "3.6.
|
28075
|
+
const version$1 = "3.6.8-master.2024-05-30";
|
28047
28076
|
createVuetify$1.version = version$1;
|
28048
28077
|
|
28049
28078
|
// Vue's inject() can only be used in setup
|
@@ -28068,7 +28097,7 @@
|
|
28068
28097
|
...options
|
28069
28098
|
});
|
28070
28099
|
};
|
28071
|
-
const version = "3.6.
|
28100
|
+
const version = "3.6.8-master.2024-05-30";
|
28072
28101
|
createVuetify.version = version;
|
28073
28102
|
|
28074
28103
|
exports.blueprints = index;
|