@vuetify/nightly 3.7.2-master.2024-09-18 → 3.7.2-master.2024-09-19
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 +32 -32
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3644 -3644
- 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 +5544 -5544
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +5 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -5
- 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/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- 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-09-
|
2
|
+
* Vuetify v3.7.2-master.2024-09-19
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -8585,8 +8585,8 @@ const useNested = props => {
|
|
8585
8585
|
}),
|
8586
8586
|
register: (id, parentId, isGroup) => {
|
8587
8587
|
if (nodeIds.has(id)) {
|
8588
|
-
const path = getPath(id).join(' -> ');
|
8589
|
-
const newPath = getPath(parentId).concat(id).join(' -> ');
|
8588
|
+
const path = getPath(id).map(String).join(' -> ');
|
8589
|
+
const newPath = getPath(parentId).concat(id).map(String).join(' -> ');
|
8590
8590
|
consoleError(`Multiple nodes with the same ID\n\t${path}\n\t${newPath}`);
|
8591
8591
|
return;
|
8592
8592
|
} else {
|
@@ -30374,7 +30374,7 @@ function createVuetify$1() {
|
|
30374
30374
|
goTo
|
30375
30375
|
};
|
30376
30376
|
}
|
30377
|
-
const version$1 = "3.7.2-master.2024-09-
|
30377
|
+
const version$1 = "3.7.2-master.2024-09-19";
|
30378
30378
|
createVuetify$1.version = version$1;
|
30379
30379
|
|
30380
30380
|
// Vue's inject() can only be used in setup
|
@@ -30627,7 +30627,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30627
30627
|
|
30628
30628
|
/* eslint-disable local-rules/sort-imports */
|
30629
30629
|
|
30630
|
-
const version = "3.7.2-master.2024-09-
|
30630
|
+
const version = "3.7.2-master.2024-09-19";
|
30631
30631
|
|
30632
30632
|
/* eslint-disable local-rules/sort-imports */
|
30633
30633
|
|