@varlet/ui 2.7.0-alpha.1674118781235 → 2.7.0
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/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +1 -1
- package/highlight/web-types.json +1 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +1 -1
- package/package.json +5 -5
- package/umd/style.css +1 -1
- package/umd/varlet.js +1 -1
package/lib/varlet.cjs.js
CHANGED
|
@@ -23266,7 +23266,7 @@ const tabs = "";
|
|
|
23266
23266
|
const timePicker = "";
|
|
23267
23267
|
const tooltip = "";
|
|
23268
23268
|
const uploader = "";
|
|
23269
|
-
const version = "2.7.0
|
|
23269
|
+
const version = "2.7.0";
|
|
23270
23270
|
function install(app) {
|
|
23271
23271
|
ActionSheet.install && app.use(ActionSheet);
|
|
23272
23272
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.7.0
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@popperjs/core": "^2.11.6",
|
|
48
48
|
"dayjs": "^1.10.4",
|
|
49
49
|
"decimal.js": "^10.2.1",
|
|
50
|
-
"@varlet/icons": "2.7.0
|
|
51
|
-
"@varlet/shared": "2.7.0
|
|
50
|
+
"@varlet/icons": "2.7.0",
|
|
51
|
+
"@varlet/shared": "2.7.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/jest": "^26.0.15",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "^4.4.4",
|
|
64
64
|
"vue": "3.2.25",
|
|
65
65
|
"vue-router": "4.0.12",
|
|
66
|
-
"@varlet/cli": "2.7.0
|
|
67
|
-
"@varlet/touch-emulator": "2.7.0
|
|
66
|
+
"@varlet/cli": "2.7.0",
|
|
67
|
+
"@varlet/touch-emulator": "2.7.0"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|