@vuetify/nightly 3.7.14-master.2025-02-28 → 3.7.14-master.2025-03-02
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +2939 -2939
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +5308 -5308
- package/dist/vuetify-labs.css +3957 -3953
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5425 -5425
- package/dist/vuetify.d.ts +61 -61
- 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 +61 -61
- package/lib/labs/VFileUpload/VFileUpload.css +5 -1
- package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
- package/lib/labs/VFileUpload/_variables.scss +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-02
|
2
|
+
* Vuetify v3.7.14-master.2025-03-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31048,7 +31048,7 @@ function createVuetify$1() {
|
|
31048
31048
|
goTo
|
31049
31049
|
};
|
31050
31050
|
}
|
31051
|
-
const version$1 = "3.7.14-master.2025-02
|
31051
|
+
const version$1 = "3.7.14-master.2025-03-02";
|
31052
31052
|
createVuetify$1.version = version$1;
|
31053
31053
|
|
31054
31054
|
// Vue's inject() can only be used in setup
|
@@ -31301,7 +31301,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31301
31301
|
|
31302
31302
|
/* eslint-disable local-rules/sort-imports */
|
31303
31303
|
|
31304
|
-
const version = "3.7.14-master.2025-02
|
31304
|
+
const version = "3.7.14-master.2025-03-02";
|
31305
31305
|
|
31306
31306
|
/* eslint-disable local-rules/sort-imports */
|
31307
31307
|
|
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-02
|
2
|
+
* Vuetify v3.7.14-master.2025-03-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31052,7 +31052,7 @@
|
|
31052
31052
|
goTo
|
31053
31053
|
};
|
31054
31054
|
}
|
31055
|
-
const version$1 = "3.7.14-master.2025-02
|
31055
|
+
const version$1 = "3.7.14-master.2025-03-02";
|
31056
31056
|
createVuetify$1.version = version$1;
|
31057
31057
|
|
31058
31058
|
// Vue's inject() can only be used in setup
|
@@ -31305,7 +31305,7 @@
|
|
31305
31305
|
|
31306
31306
|
/* eslint-disable local-rules/sort-imports */
|
31307
31307
|
|
31308
|
-
const version = "3.7.14-master.2025-02
|
31308
|
+
const version = "3.7.14-master.2025-03-02";
|
31309
31309
|
|
31310
31310
|
/* eslint-disable local-rules/sort-imports */
|
31311
31311
|
|