@vuetify/nightly 3.4.0-dev.2023-12-01 → 3.4.0-dev.2023-12-07
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 +3 -2
- package/dist/json/attributes.json +1772 -1772
- package/dist/json/importMap.json +96 -96
- package/dist/json/web-types.json +3426 -3426
- package/dist/vuetify-labs.css +2321 -2321
- package/dist/vuetify-labs.esm.js +4 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +358 -358
- package/dist/vuetify.d.ts +29 -29
- package/dist/vuetify.esm.js +4 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +29 -29
- package/lib/locale/index.d.mts +124 -22
- package/lib/locale/index.mjs +2 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/km.mjs +100 -0
- package/lib/locale/km.mjs.map +1 -0
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-dev.2023-12-
|
|
2
|
+
* Vuetify v3.4.0-dev.2023-12-07
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1933,6 +1933,7 @@ const defaultRtl = {
|
|
|
1933
1933
|
id: false,
|
|
1934
1934
|
it: false,
|
|
1935
1935
|
ja: false,
|
|
1936
|
+
km: false,
|
|
1936
1937
|
ko: false,
|
|
1937
1938
|
lv: false,
|
|
1938
1939
|
lt: false,
|
|
@@ -25187,7 +25188,7 @@ function createVuetify$1() {
|
|
|
25187
25188
|
date
|
|
25188
25189
|
};
|
|
25189
25190
|
}
|
|
25190
|
-
const version$1 = "3.4.0-dev.2023-12-
|
|
25191
|
+
const version$1 = "3.4.0-dev.2023-12-07";
|
|
25191
25192
|
createVuetify$1.version = version$1;
|
|
25192
25193
|
|
|
25193
25194
|
// Vue's inject() can only be used in setup
|
|
@@ -25201,7 +25202,7 @@ function inject(key) {
|
|
|
25201
25202
|
|
|
25202
25203
|
/* eslint-disable local-rules/sort-imports */
|
|
25203
25204
|
|
|
25204
|
-
const version = "3.4.0-dev.2023-12-
|
|
25205
|
+
const version = "3.4.0-dev.2023-12-07";
|
|
25205
25206
|
|
|
25206
25207
|
/* eslint-disable local-rules/sort-imports */
|
|
25207
25208
|
|