@vuetify/nightly 3.7.2-master.2024-09-20 → 3.7.2-master.2024-09-22
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 +18 -18
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3503 -3503
- package/dist/vuetify-labs.esm.js +5 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4446 -4446
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/lib/labs/VTreeview/VTreeview.mjs +2 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- 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-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29807,7 +29807,8 @@ const VTreeview = genericComponent()({
|
|
29807
29807
|
const getPath = vListRef.value?.getPath;
|
29808
29808
|
if (!getPath) return null;
|
29809
29809
|
return new Set(filteredItems.value.flatMap(item => {
|
29810
|
-
|
29810
|
+
const itemVal = props.returnObject ? item.raw : item.props.value;
|
29811
|
+
return [...getPath(itemVal), ...getChildren(itemVal)].map(toRaw);
|
29811
29812
|
}));
|
29812
29813
|
});
|
29813
29814
|
function getChildren(id) {
|
@@ -30374,7 +30375,7 @@ function createVuetify$1() {
|
|
30374
30375
|
goTo
|
30375
30376
|
};
|
30376
30377
|
}
|
30377
|
-
const version$1 = "3.7.2-master.2024-09-
|
30378
|
+
const version$1 = "3.7.2-master.2024-09-22";
|
30378
30379
|
createVuetify$1.version = version$1;
|
30379
30380
|
|
30380
30381
|
// Vue's inject() can only be used in setup
|
@@ -30627,7 +30628,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30627
30628
|
|
30628
30629
|
/* eslint-disable local-rules/sort-imports */
|
30629
30630
|
|
30630
|
-
const version = "3.7.2-master.2024-09-
|
30631
|
+
const version = "3.7.2-master.2024-09-22";
|
30631
30632
|
|
30632
30633
|
/* eslint-disable local-rules/sort-imports */
|
30633
30634
|
|