@vuetify/nightly 3.7.3-master.2024-10-21 → 3.7.3-master.2024-10-24
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/attributes.json +5801 -5753
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +116 -116
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +10360 -10272
- package/dist/vuetify-labs.css +5366 -5366
- package/dist/vuetify-labs.d.ts +2 -1
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1512 -1512
- package/dist/vuetify.d.ts +48 -47
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -0
- package/lib/components/index.d.mts +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-master.2024-10-
|
2
|
+
* Vuetify v3.7.3-master.2024-10-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28242,7 +28242,7 @@
|
|
28242
28242
|
goTo
|
28243
28243
|
};
|
28244
28244
|
}
|
28245
|
-
const version$1 = "3.7.3-master.2024-10-
|
28245
|
+
const version$1 = "3.7.3-master.2024-10-24";
|
28246
28246
|
createVuetify$1.version = version$1;
|
28247
28247
|
|
28248
28248
|
// Vue's inject() can only be used in setup
|
@@ -28267,7 +28267,7 @@
|
|
28267
28267
|
...options
|
28268
28268
|
});
|
28269
28269
|
};
|
28270
|
-
const version = "3.7.3-master.2024-10-
|
28270
|
+
const version = "3.7.3-master.2024-10-24";
|
28271
28271
|
createVuetify.version = version;
|
28272
28272
|
|
28273
28273
|
exports.blueprints = index;
|