@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.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
|
*/
|
|
@@ -1937,6 +1937,7 @@
|
|
|
1937
1937
|
id: false,
|
|
1938
1938
|
it: false,
|
|
1939
1939
|
ja: false,
|
|
1940
|
+
km: false,
|
|
1940
1941
|
ko: false,
|
|
1941
1942
|
lv: false,
|
|
1942
1943
|
lt: false,
|
|
@@ -25116,7 +25117,7 @@
|
|
|
25116
25117
|
date
|
|
25117
25118
|
};
|
|
25118
25119
|
}
|
|
25119
|
-
const version$1 = "3.4.0-dev.2023-12-
|
|
25120
|
+
const version$1 = "3.4.0-dev.2023-12-07";
|
|
25120
25121
|
createVuetify$1.version = version$1;
|
|
25121
25122
|
|
|
25122
25123
|
// Vue's inject() can only be used in setup
|
|
@@ -25141,7 +25142,7 @@
|
|
|
25141
25142
|
...options
|
|
25142
25143
|
});
|
|
25143
25144
|
};
|
|
25144
|
-
const version = "3.4.0-dev.2023-12-
|
|
25145
|
+
const version = "3.4.0-dev.2023-12-07";
|
|
25145
25146
|
createVuetify.version = version;
|
|
25146
25147
|
|
|
25147
25148
|
exports.components = components;
|