@varlet/ui 2.10.2 → 2.10.3-alpha.1683532936621
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/collapse-item/collapseItem.css +1 -1
- package/es/field-decorator/fieldDecorator.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.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 +3 -3
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +2 -2
- package/package.json +6 -6
- package/umd/varlet.js +2 -2
package/lib/varlet.cjs.js
CHANGED
|
@@ -25397,9 +25397,9 @@ const skeleton = "";
|
|
|
25397
25397
|
const SkeletonSfc = "";
|
|
25398
25398
|
const slider = "";
|
|
25399
25399
|
const SliderSfc = "";
|
|
25400
|
+
const SnackbarSfc = "";
|
|
25400
25401
|
const snackbar = "";
|
|
25401
25402
|
const coreSfc = "";
|
|
25402
|
-
const SnackbarSfc = "";
|
|
25403
25403
|
const space = "";
|
|
25404
25404
|
const step = "";
|
|
25405
25405
|
const StepSfc = "";
|
|
@@ -25424,7 +25424,7 @@ const TimePickerSfc = "";
|
|
|
25424
25424
|
const TooltipSfc = "";
|
|
25425
25425
|
const uploader = "";
|
|
25426
25426
|
const UploaderSfc = "";
|
|
25427
|
-
const version = "2.10.
|
|
25427
|
+
const version = "2.10.3-alpha.1683532936621";
|
|
25428
25428
|
function install(app) {
|
|
25429
25429
|
ActionSheet.install && app.use(ActionSheet);
|
|
25430
25430
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.3-alpha.1683532936621",
|
|
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/icons": "2.10.
|
|
50
|
-
"@varlet/
|
|
51
|
-
"@varlet/
|
|
49
|
+
"@varlet/icons": "2.10.3-alpha.1683532936621",
|
|
50
|
+
"@varlet/use": "2.10.3-alpha.1683532936621",
|
|
51
|
+
"@varlet/shared": "2.10.3-alpha.1683532936621"
|
|
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.47",
|
|
65
65
|
"vue-router": "4.1.6",
|
|
66
|
-
"@varlet/cli": "2.10.
|
|
67
|
-
"@varlet/touch-emulator": "2.10.
|
|
66
|
+
"@varlet/cli": "2.10.3-alpha.1683532936621",
|
|
67
|
+
"@varlet/touch-emulator": "2.10.3-alpha.1683532936621"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|