@varlet/ui 2.15.0 → 2.15.1
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/col/col.css +1 -1
- 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 +6 -6
- package/umd/varlet.js +2 -2
package/lib/varlet.cjs.js
CHANGED
|
@@ -24431,7 +24431,7 @@ const uploader = "";
|
|
|
24431
24431
|
const UploaderSfc = "";
|
|
24432
24432
|
const watermark = "";
|
|
24433
24433
|
const WatermarkSfc = "";
|
|
24434
|
-
const version = "2.15.
|
|
24434
|
+
const version = "2.15.1";
|
|
24435
24435
|
function install(app) {
|
|
24436
24436
|
ActionSheet.install && app.use(ActionSheet);
|
|
24437
24437
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.1",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@popperjs/core": "^2.11.6",
|
|
47
47
|
"dayjs": "^1.10.4",
|
|
48
48
|
"decimal.js": "^10.2.1",
|
|
49
|
-
"@varlet/
|
|
50
|
-
"@varlet/use": "2.15.
|
|
51
|
-
"@varlet/
|
|
49
|
+
"@varlet/shared": "2.15.1",
|
|
50
|
+
"@varlet/use": "2.15.1",
|
|
51
|
+
"@varlet/icons": "2.15.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@vue/runtime-core": "3.3.4",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"typescript": "^5.1.5",
|
|
65
65
|
"vue": "3.3.4",
|
|
66
66
|
"vue-router": "4.2.0",
|
|
67
|
-
"@varlet/
|
|
68
|
-
"@varlet/
|
|
67
|
+
"@varlet/cli": "2.15.1",
|
|
68
|
+
"@varlet/touch-emulator": "2.15.1"
|
|
69
69
|
},
|
|
70
70
|
"browserslist": [
|
|
71
71
|
"Chrome >= 54",
|