@varlet/ui 3.3.7 → 3.3.9
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/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/table/table.css +1 -1
- package/es/varlet.esm.js +1 -1
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +1 -1
- package/package.json +7 -7
- package/umd/varlet.js +2 -2
package/lib/varlet.cjs.js
CHANGED
|
@@ -29109,7 +29109,7 @@ withInstall(stdin_default$1);
|
|
|
29109
29109
|
withPropsDefaultsSetter(stdin_default$1, props);
|
|
29110
29110
|
const _WatermarkComponent = stdin_default$1;
|
|
29111
29111
|
var stdin_default = stdin_default$1;
|
|
29112
|
-
const version = "3.3.
|
|
29112
|
+
const version = "3.3.9";
|
|
29113
29113
|
function install(app) {
|
|
29114
29114
|
stdin_default$5G.install && app.use(stdin_default$5G);
|
|
29115
29115
|
stdin_default$5E.install && app.use(stdin_default$5E);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.9",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@popperjs/core": "^2.11.6",
|
|
49
49
|
"dayjs": "^1.10.4",
|
|
50
50
|
"decimal.js": "^10.2.1",
|
|
51
|
-
"@varlet/icons": "3.3.
|
|
52
|
-
"@varlet/use": "3.3.
|
|
53
|
-
"@varlet/shared": "3.3.
|
|
51
|
+
"@varlet/icons": "3.3.9",
|
|
52
|
+
"@varlet/use": "3.3.9",
|
|
53
|
+
"@varlet/shared": "3.3.9"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@vue/runtime-core": "3.4.21",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"typescript": "^5.1.5",
|
|
65
65
|
"vue": "3.4.21",
|
|
66
66
|
"vue-router": "4.2.0",
|
|
67
|
-
"@varlet/
|
|
68
|
-
"@varlet/
|
|
69
|
-
"@varlet/touch-emulator": "3.3.
|
|
67
|
+
"@varlet/cli": "3.3.9",
|
|
68
|
+
"@varlet/ui": "3.3.9",
|
|
69
|
+
"@varlet/touch-emulator": "3.3.9"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"dev": "varlet-cli dev",
|