@vuetify/nightly 3.7.3-dev.2024-10-24 → 3.7.3-dev.2024-10-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 +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3427 -3427
- 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 +6218 -6218
- package/dist/vuetify.d.ts +50 -50
- 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/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-dev.2024-10-
|
2
|
+
* Vuetify v3.7.3-dev.2024-10-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -12131,7 +12131,7 @@ function useVirtual(props, items) {
|
|
12131
12131
|
updateOffsets.immediate();
|
12132
12132
|
calculateVisibleItems();
|
12133
12133
|
}, {
|
12134
|
-
deep:
|
12134
|
+
deep: 1
|
12135
12135
|
});
|
12136
12136
|
return {
|
12137
12137
|
calculateVisibleItems,
|
@@ -30387,7 +30387,7 @@ function createVuetify$1() {
|
|
30387
30387
|
goTo
|
30388
30388
|
};
|
30389
30389
|
}
|
30390
|
-
const version$1 = "3.7.3-dev.2024-10-
|
30390
|
+
const version$1 = "3.7.3-dev.2024-10-29";
|
30391
30391
|
createVuetify$1.version = version$1;
|
30392
30392
|
|
30393
30393
|
// Vue's inject() can only be used in setup
|
@@ -30640,7 +30640,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30640
30640
|
|
30641
30641
|
/* eslint-disable local-rules/sort-imports */
|
30642
30642
|
|
30643
|
-
const version = "3.7.3-dev.2024-10-
|
30643
|
+
const version = "3.7.3-dev.2024-10-29";
|
30644
30644
|
|
30645
30645
|
/* eslint-disable local-rules/sort-imports */
|
30646
30646
|
|