@vuetify/nightly 3.10.6-dev.2025-10-22 → 3.10.7-dev.2025-10-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 -3
- package/dist/json/attributes.json +3418 -3418
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6633 -6633
- package/dist/vuetify-labs.cjs +28 -26
- package/dist/vuetify-labs.css +4200 -4200
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +28 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +28 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -26
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3573 -3573
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +28 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -19
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +3 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +3 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +2 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +3 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +3 -3
- package/lib/components/VTextarea/VTextarea.js +3 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +8 -12
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.
|
|
2
|
+
* Vuetify v3.10.7-dev.2025-10-23
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -12032,7 +12032,7 @@
|
|
|
12032
12032
|
// It isn't inside the menu body
|
|
12033
12033
|
!overlay.value.contentEl.contains(after)) {
|
|
12034
12034
|
if (focusTrapSuppressed) {
|
|
12035
|
-
if (!props.openOnHover
|
|
12035
|
+
if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
|
|
12036
12036
|
isActive.value = false;
|
|
12037
12037
|
}
|
|
12038
12038
|
} else {
|
|
@@ -12719,10 +12719,11 @@
|
|
|
12719
12719
|
props: {
|
|
12720
12720
|
class: fieldClass,
|
|
12721
12721
|
...slotProps
|
|
12722
|
-
}
|
|
12722
|
+
},
|
|
12723
|
+
controlRef
|
|
12723
12724
|
} = _ref3;
|
|
12724
12725
|
const inputNode = vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
|
|
12725
|
-
"ref": inputRef,
|
|
12726
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
12726
12727
|
"value": model.value,
|
|
12727
12728
|
"onInput": onInput,
|
|
12728
12729
|
"autofocus": props.autofocus,
|
|
@@ -13646,7 +13647,8 @@
|
|
|
13646
13647
|
"key": item.value,
|
|
13647
13648
|
"modelValue": isSelected,
|
|
13648
13649
|
"ripple": false,
|
|
13649
|
-
"tabindex": "-1"
|
|
13650
|
+
"tabindex": "-1",
|
|
13651
|
+
"onClick": event => event.preventDefault()
|
|
13650
13652
|
}, null) : undefined, camelizedProps.prependAvatar && vue.createVNode(VAvatar, {
|
|
13651
13653
|
"image": camelizedProps.prependAvatar
|
|
13652
13654
|
}, null), camelizedProps.prependIcon && vue.createVNode(VIcon, {
|
|
@@ -14293,7 +14295,8 @@
|
|
|
14293
14295
|
"key": item.value,
|
|
14294
14296
|
"modelValue": isSelected,
|
|
14295
14297
|
"ripple": false,
|
|
14296
|
-
"tabindex": "-1"
|
|
14298
|
+
"tabindex": "-1",
|
|
14299
|
+
"onClick": event => event.preventDefault()
|
|
14297
14300
|
}, null) : undefined, item.props.prependAvatar && vue.createVNode(VAvatar, {
|
|
14298
14301
|
"image": item.props.prependAvatar
|
|
14299
14302
|
}, null), item.props.prependIcon && vue.createVNode(VIcon, {
|
|
@@ -15656,15 +15659,13 @@
|
|
|
15656
15659
|
vue.watch(activeIndex, (newVal, oldVal) => {
|
|
15657
15660
|
let scrollableParent;
|
|
15658
15661
|
const savedScrollPosition = {
|
|
15659
|
-
|
|
15660
|
-
|
|
15662
|
+
left: 0,
|
|
15663
|
+
top: 0
|
|
15661
15664
|
};
|
|
15662
15665
|
if (IN_BROWSER && oldVal >= 0) {
|
|
15663
15666
|
scrollableParent = getScrollParent(rootRef.value);
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
savedScrollPosition.x = scrollableParent.scrollLeft;
|
|
15667
|
-
savedScrollPosition.y = scrollableParent.scrollTop;
|
|
15667
|
+
savedScrollPosition.left = scrollableParent?.scrollLeft;
|
|
15668
|
+
savedScrollPosition.top = scrollableParent?.scrollTop;
|
|
15668
15669
|
}
|
|
15669
15670
|
const itemsLength = group.items.value.length;
|
|
15670
15671
|
const lastIndex = itemsLength - 1;
|
|
@@ -15680,20 +15681,18 @@
|
|
|
15680
15681
|
vue.nextTick(() => {
|
|
15681
15682
|
if (!IN_BROWSER || !scrollableParent) return;
|
|
15682
15683
|
const currentScrollY = scrollableParent.scrollTop;
|
|
15683
|
-
if (currentScrollY !== savedScrollPosition.
|
|
15684
|
+
if (currentScrollY !== savedScrollPosition.top) {
|
|
15684
15685
|
scrollableParent.scrollTo({
|
|
15685
|
-
|
|
15686
|
-
top: savedScrollPosition.y,
|
|
15686
|
+
...savedScrollPosition,
|
|
15687
15687
|
behavior: 'instant'
|
|
15688
15688
|
});
|
|
15689
15689
|
}
|
|
15690
15690
|
requestAnimationFrame(() => {
|
|
15691
15691
|
if (!scrollableParent) return;
|
|
15692
15692
|
const rafScrollY = scrollableParent.scrollTop;
|
|
15693
|
-
if (rafScrollY !== savedScrollPosition.
|
|
15693
|
+
if (rafScrollY !== savedScrollPosition.top) {
|
|
15694
15694
|
scrollableParent.scrollTo({
|
|
15695
|
-
|
|
15696
|
-
top: savedScrollPosition.y,
|
|
15695
|
+
...savedScrollPosition,
|
|
15697
15696
|
behavior: 'instant'
|
|
15698
15697
|
});
|
|
15699
15698
|
}
|
|
@@ -19511,9 +19510,9 @@
|
|
|
19511
19510
|
}
|
|
19512
19511
|
function onAfterLeave() {
|
|
19513
19512
|
if (isFocused.value) {
|
|
19514
|
-
isPristine.value = true;
|
|
19515
19513
|
vTextFieldRef.value?.focus();
|
|
19516
19514
|
}
|
|
19515
|
+
isPristine.value = true;
|
|
19517
19516
|
_searchLock.value = null;
|
|
19518
19517
|
}
|
|
19519
19518
|
/** @param set - null means toggle */
|
|
@@ -19707,7 +19706,8 @@
|
|
|
19707
19706
|
"key": item.value,
|
|
19708
19707
|
"modelValue": isSelected,
|
|
19709
19708
|
"ripple": false,
|
|
19710
|
-
"tabindex": "-1"
|
|
19709
|
+
"tabindex": "-1",
|
|
19710
|
+
"onClick": event => event.preventDefault()
|
|
19711
19711
|
}, null) : undefined, item.props.prependAvatar && vue.createVNode(VAvatar, {
|
|
19712
19712
|
"image": item.props.prependAvatar
|
|
19713
19713
|
}, null), item.props.prependIcon && vue.createVNode(VIcon, {
|
|
@@ -25205,10 +25205,11 @@
|
|
|
25205
25205
|
props: {
|
|
25206
25206
|
class: fieldClass,
|
|
25207
25207
|
...slotProps
|
|
25208
|
-
}
|
|
25208
|
+
},
|
|
25209
|
+
controlRef
|
|
25209
25210
|
} = _ref4;
|
|
25210
25211
|
return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("input", vue.mergeProps({
|
|
25211
|
-
"ref": inputRef,
|
|
25212
|
+
"ref": val => inputRef.value = controlRef.value = val,
|
|
25212
25213
|
"type": "file",
|
|
25213
25214
|
"accept": inputAccept,
|
|
25214
25215
|
"readonly": isReadonly.value,
|
|
@@ -30041,12 +30042,13 @@
|
|
|
30041
30042
|
props: {
|
|
30042
30043
|
class: fieldClass,
|
|
30043
30044
|
...slotProps
|
|
30044
|
-
}
|
|
30045
|
+
},
|
|
30046
|
+
controlRef
|
|
30045
30047
|
} = _ref3;
|
|
30046
30048
|
return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
|
|
30047
30049
|
"class": "v-text-field__prefix"
|
|
30048
30050
|
}, [props.prefix]), vue.withDirectives(vue.createElementVNode("textarea", vue.mergeProps({
|
|
30049
|
-
"ref": textareaRef,
|
|
30051
|
+
"ref": val => textareaRef.value = controlRef.value = val,
|
|
30050
30052
|
"class": fieldClass,
|
|
30051
30053
|
"value": model.value,
|
|
30052
30054
|
"onInput": onInput,
|
|
@@ -38160,7 +38162,7 @@
|
|
|
38160
38162
|
};
|
|
38161
38163
|
});
|
|
38162
38164
|
}
|
|
38163
|
-
const version$1 = "3.10.
|
|
38165
|
+
const version$1 = "3.10.7-dev.2025-10-23";
|
|
38164
38166
|
createVuetify$1.version = version$1;
|
|
38165
38167
|
|
|
38166
38168
|
// Vue's inject() can only be used in setup
|
|
@@ -38458,7 +38460,7 @@
|
|
|
38458
38460
|
|
|
38459
38461
|
/* eslint-disable local-rules/sort-imports */
|
|
38460
38462
|
|
|
38461
|
-
const version = "3.10.
|
|
38463
|
+
const version = "3.10.7-dev.2025-10-23";
|
|
38462
38464
|
|
|
38463
38465
|
/* eslint-disable local-rules/sort-imports */
|
|
38464
38466
|
|