@vuetify/nightly 3.7.1-master.2024-08-28 → 3.7.1-master.2024-08-29
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 +30 -30
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +5540 -5540
- 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.css +3142 -3142
- package/dist/vuetify.d.ts +51 -51
- 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 +51 -51
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.1-master.2024-08-
|
2
|
+
* Vuetify v3.7.1-master.2024-08-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29729,7 +29729,7 @@
|
|
29729
29729
|
...itemProps,
|
29730
29730
|
...activatorProps,
|
29731
29731
|
value: itemProps?.value,
|
29732
|
-
onToggleExpand: activatorProps.onClick,
|
29732
|
+
onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
|
29733
29733
|
onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : undefined
|
29734
29734
|
};
|
29735
29735
|
return vue.createVNode(VTreeviewItem, vue.mergeProps(listItemProps, {
|
@@ -30394,7 +30394,7 @@
|
|
30394
30394
|
goTo
|
30395
30395
|
};
|
30396
30396
|
}
|
30397
|
-
const version$1 = "3.7.1-master.2024-08-
|
30397
|
+
const version$1 = "3.7.1-master.2024-08-29";
|
30398
30398
|
createVuetify$1.version = version$1;
|
30399
30399
|
|
30400
30400
|
// Vue's inject() can only be used in setup
|
@@ -30647,7 +30647,7 @@
|
|
30647
30647
|
|
30648
30648
|
/* eslint-disable local-rules/sort-imports */
|
30649
30649
|
|
30650
|
-
const version = "3.7.1-master.2024-08-
|
30650
|
+
const version = "3.7.1-master.2024-08-29";
|
30651
30651
|
|
30652
30652
|
/* eslint-disable local-rules/sort-imports */
|
30653
30653
|
|