@vuetify/nightly 3.8.3-master.2025-05-04 → 3.8.3-master.2025-05-05
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 +8 -3
- package/dist/json/attributes.json +1465 -1465
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +2570 -2570
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +2897 -2897
- package/dist/vuetify-labs.d.ts +65 -321
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3093 -3093
- package/dist/vuetify.d.ts +65 -321
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +7 -134
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +7 -134
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.3-master.2025-05-
|
2
|
+
* Vuetify v3.8.3-master.2025-05-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -14125,7 +14125,7 @@
|
|
14125
14125
|
}
|
14126
14126
|
function onAfterEnter() {
|
14127
14127
|
emit('afterEnter');
|
14128
|
-
if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
|
14128
|
+
if ((props.scrim || props.retainFocus) && overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
|
14129
14129
|
overlay.value.contentEl.focus({
|
14130
14130
|
preventScroll: true
|
14131
14131
|
});
|
@@ -31664,7 +31664,7 @@
|
|
31664
31664
|
};
|
31665
31665
|
});
|
31666
31666
|
}
|
31667
|
-
const version$1 = "3.8.3-master.2025-05-
|
31667
|
+
const version$1 = "3.8.3-master.2025-05-05";
|
31668
31668
|
createVuetify$1.version = version$1;
|
31669
31669
|
|
31670
31670
|
// Vue's inject() can only be used in setup
|
@@ -31962,7 +31962,7 @@
|
|
31962
31962
|
|
31963
31963
|
/* eslint-disable local-rules/sort-imports */
|
31964
31964
|
|
31965
|
-
const version = "3.8.3-master.2025-05-
|
31965
|
+
const version = "3.8.3-master.2025-05-05";
|
31966
31966
|
|
31967
31967
|
/* eslint-disable local-rules/sort-imports */
|
31968
31968
|
|