@vuetify/nightly 3.7.2-master.2024-10-09 → 3.7.2-master.2024-10-11
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/importMap-labs.json +22 -22
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2574 -2574
- package/dist/vuetify-labs.esm.js +6 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2457 -2457
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +6 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/directiveComponent.mjs +4 -3
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.2-master.2024-10-
|
2
|
+
* Vuetify v3.7.2-master.2024-10-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30231,7 +30231,7 @@ function findComponentParent(vnode, root) {
|
|
30231
30231
|
const walk = children => {
|
30232
30232
|
for (const child of children) {
|
30233
30233
|
if (!child) continue;
|
30234
|
-
if (child === vnode) {
|
30234
|
+
if (child === vnode || child.el && vnode.el && child.el === vnode.el) {
|
30235
30235
|
return true;
|
30236
30236
|
}
|
30237
30237
|
stack.add(child);
|
@@ -30251,7 +30251,8 @@ function findComponentParent(vnode, root) {
|
|
30251
30251
|
return false;
|
30252
30252
|
};
|
30253
30253
|
if (!walk([root.subTree])) {
|
30254
|
-
|
30254
|
+
consoleError('Could not find original vnode, component will not inherit provides');
|
30255
|
+
return root;
|
30255
30256
|
}
|
30256
30257
|
|
30257
30258
|
// Return the first component parent
|
@@ -30377,7 +30378,7 @@ function createVuetify$1() {
|
|
30377
30378
|
goTo
|
30378
30379
|
};
|
30379
30380
|
}
|
30380
|
-
const version$1 = "3.7.2-master.2024-10-
|
30381
|
+
const version$1 = "3.7.2-master.2024-10-11";
|
30381
30382
|
createVuetify$1.version = version$1;
|
30382
30383
|
|
30383
30384
|
// Vue's inject() can only be used in setup
|
@@ -30630,7 +30631,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30630
30631
|
|
30631
30632
|
/* eslint-disable local-rules/sort-imports */
|
30632
30633
|
|
30633
|
-
const version = "3.7.2-master.2024-10-
|
30634
|
+
const version = "3.7.2-master.2024-10-11";
|
30634
30635
|
|
30635
30636
|
/* eslint-disable local-rules/sort-imports */
|
30636
30637
|
|