@vuetify/nightly 3.7.11-master.2025-02-11 → 3.7.12-master.2025-02-12
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 +5 -23
- package/dist/json/attributes.json +2945 -2945
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +5403 -5403
- package/dist/vuetify-labs.css +3490 -3490
- 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 +4638 -4638
- package/dist/vuetify.d.ts +49 -49
- 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 +49 -49
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.12-master.2025-02-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30893,7 +30893,7 @@ function createVuetify$1() {
|
|
30893
30893
|
goTo
|
30894
30894
|
};
|
30895
30895
|
}
|
30896
|
-
const version$1 = "3.7.
|
30896
|
+
const version$1 = "3.7.12-master.2025-02-12";
|
30897
30897
|
createVuetify$1.version = version$1;
|
30898
30898
|
|
30899
30899
|
// Vue's inject() can only be used in setup
|
@@ -31146,7 +31146,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31146
31146
|
|
31147
31147
|
/* eslint-disable local-rules/sort-imports */
|
31148
31148
|
|
31149
|
-
const version = "3.7.
|
31149
|
+
const version = "3.7.12-master.2025-02-12";
|
31150
31150
|
|
31151
31151
|
/* eslint-disable local-rules/sort-imports */
|
31152
31152
|
|
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.12-master.2025-02-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30897,7 +30897,7 @@
|
|
30897
30897
|
goTo
|
30898
30898
|
};
|
30899
30899
|
}
|
30900
|
-
const version$1 = "3.7.
|
30900
|
+
const version$1 = "3.7.12-master.2025-02-12";
|
30901
30901
|
createVuetify$1.version = version$1;
|
30902
30902
|
|
30903
30903
|
// Vue's inject() can only be used in setup
|
@@ -31150,7 +31150,7 @@
|
|
31150
31150
|
|
31151
31151
|
/* eslint-disable local-rules/sort-imports */
|
31152
31152
|
|
31153
|
-
const version = "3.7.
|
31153
|
+
const version = "3.7.12-master.2025-02-12";
|
31154
31154
|
|
31155
31155
|
/* eslint-disable local-rules/sort-imports */
|
31156
31156
|
|