@vuetify/nightly 3.7.1-dev.2024-08-28 → 3.7.1-master.2024-08-28
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 +98 -98
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +192 -192
- package/dist/vuetify-labs.css +2030 -2030
- 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 +3518 -3518
- package/dist/vuetify.d.ts +56 -56
- 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/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +56 -56
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.1-
|
2
|
+
* Vuetify v3.7.1-master.2024-08-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28218,7 +28218,7 @@
|
|
28218
28218
|
goTo
|
28219
28219
|
};
|
28220
28220
|
}
|
28221
|
-
const version$1 = "3.7.1-
|
28221
|
+
const version$1 = "3.7.1-master.2024-08-28";
|
28222
28222
|
createVuetify$1.version = version$1;
|
28223
28223
|
|
28224
28224
|
// Vue's inject() can only be used in setup
|
@@ -28243,7 +28243,7 @@
|
|
28243
28243
|
...options
|
28244
28244
|
});
|
28245
28245
|
};
|
28246
|
-
const version = "3.7.1-
|
28246
|
+
const version = "3.7.1-master.2024-08-28";
|
28247
28247
|
createVuetify.version = version;
|
28248
28248
|
|
28249
28249
|
exports.blueprints = index;
|