vuetify 3.4.1 → 3.4.2
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 +1763 -1763
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +3327 -3327
- package/dist/vuetify-labs.css +2597 -2600
- 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 +2211 -2214
- package/dist/vuetify.d.ts +39 -39
- 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/components/VDataTable/VDataTable.css +0 -3
- package/lib/components/VDataTable/VDataTable.sass +0 -2
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/package.json +2 -2
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25190,7 +25190,7 @@ function createVuetify$1() {
|
|
|
25190
25190
|
date
|
|
25191
25191
|
};
|
|
25192
25192
|
}
|
|
25193
|
-
const version$1 = "3.4.
|
|
25193
|
+
const version$1 = "3.4.2";
|
|
25194
25194
|
createVuetify$1.version = version$1;
|
|
25195
25195
|
|
|
25196
25196
|
// Vue's inject() can only be used in setup
|
|
@@ -25204,7 +25204,7 @@ function inject(key) {
|
|
|
25204
25204
|
|
|
25205
25205
|
/* eslint-disable local-rules/sort-imports */
|
|
25206
25206
|
|
|
25207
|
-
const version = "3.4.
|
|
25207
|
+
const version = "3.4.2";
|
|
25208
25208
|
|
|
25209
25209
|
/* eslint-disable local-rules/sort-imports */
|
|
25210
25210
|
|
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -25194,7 +25194,7 @@
|
|
|
25194
25194
|
date
|
|
25195
25195
|
};
|
|
25196
25196
|
}
|
|
25197
|
-
const version$1 = "3.4.
|
|
25197
|
+
const version$1 = "3.4.2";
|
|
25198
25198
|
createVuetify$1.version = version$1;
|
|
25199
25199
|
|
|
25200
25200
|
// Vue's inject() can only be used in setup
|
|
@@ -25208,7 +25208,7 @@
|
|
|
25208
25208
|
|
|
25209
25209
|
/* eslint-disable local-rules/sort-imports */
|
|
25210
25210
|
|
|
25211
|
-
const version = "3.4.
|
|
25211
|
+
const version = "3.4.2";
|
|
25212
25212
|
|
|
25213
25213
|
/* eslint-disable local-rules/sort-imports */
|
|
25214
25214
|
|