@vuetify/nightly 3.6.14-master.2024-08-03 → 3.6.14-master.2024-08-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 +0 -4
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +1 -11
- package/dist/vuetify-labs.css +2369 -2369
- package/dist/vuetify-labs.d.ts +0 -15
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +411 -411
- package/dist/vuetify.d.ts +52 -52
- 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/VList/VList.mjs.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- 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 +52 -52
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +0 -15
- package/lib/labs/components.d.mts +0 -15
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -10613,7 +10613,7 @@
|
|
10613
10613
|
vue.warn(`Unable to locate target ${_target}`);
|
10614
10614
|
return undefined;
|
10615
10615
|
}
|
10616
|
-
let container = targetElement.
|
10616
|
+
let container = [...targetElement.children].find(el => el.matches('.v-overlay-container'));
|
10617
10617
|
if (!container) {
|
10618
10618
|
container = document.createElement('div');
|
10619
10619
|
container.className = 'v-overlay-container';
|
@@ -29721,7 +29721,7 @@
|
|
29721
29721
|
collapseIcon: '$treeviewCollapse',
|
29722
29722
|
expandIcon: '$treeviewExpand',
|
29723
29723
|
slim: true
|
29724
|
-
}), ['nav'])
|
29724
|
+
}), ['itemType', 'nav'])
|
29725
29725
|
}, 'VTreeview');
|
29726
29726
|
const VTreeview = genericComponent()({
|
29727
29727
|
name: 'VTreeview',
|
@@ -30331,7 +30331,7 @@
|
|
30331
30331
|
goTo
|
30332
30332
|
};
|
30333
30333
|
}
|
30334
|
-
const version$1 = "3.6.14-master.2024-08-
|
30334
|
+
const version$1 = "3.6.14-master.2024-08-12";
|
30335
30335
|
createVuetify$1.version = version$1;
|
30336
30336
|
|
30337
30337
|
// Vue's inject() can only be used in setup
|
@@ -30584,7 +30584,7 @@
|
|
30584
30584
|
|
30585
30585
|
/* eslint-disable local-rules/sort-imports */
|
30586
30586
|
|
30587
|
-
const version = "3.6.14-master.2024-08-
|
30587
|
+
const version = "3.6.14-master.2024-08-12";
|
30588
30588
|
|
30589
30589
|
/* eslint-disable local-rules/sort-imports */
|
30590
30590
|
|