@varlet/ui 2.13.5 → 2.13.6-alpha.1690786066950
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/cell/cell.css +1 -1
- package/es/icon/icon.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 +1 -1
- 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
|
@@ -25138,9 +25138,9 @@ const skeleton = "";
|
|
|
25138
25138
|
const SkeletonSfc = "";
|
|
25139
25139
|
const slider = "";
|
|
25140
25140
|
const SliderSfc = "";
|
|
25141
|
+
const SnackbarSfc = "";
|
|
25141
25142
|
const snackbar = "";
|
|
25142
25143
|
const coreSfc = "";
|
|
25143
|
-
const SnackbarSfc = "";
|
|
25144
25144
|
const space = "";
|
|
25145
25145
|
const step = "";
|
|
25146
25146
|
const StepSfc = "";
|
|
@@ -25165,7 +25165,7 @@ const TimePickerSfc = "";
|
|
|
25165
25165
|
const TooltipSfc = "";
|
|
25166
25166
|
const uploader = "";
|
|
25167
25167
|
const UploaderSfc = "";
|
|
25168
|
-
const version = "2.13.
|
|
25168
|
+
const version = "2.13.6-alpha.1690786066950";
|
|
25169
25169
|
function install(app) {
|
|
25170
25170
|
ActionSheet.install && app.use(ActionSheet);
|
|
25171
25171
|
AppBar.install && app.use(AppBar);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.6-alpha.1690786066950",
|
|
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/
|
|
51
|
-
"@varlet/use": "2.13.
|
|
49
|
+
"@varlet/icons": "2.13.6-alpha.1690786066950",
|
|
50
|
+
"@varlet/shared": "2.13.6-alpha.1690786066950",
|
|
51
|
+
"@varlet/use": "2.13.6-alpha.1690786066950"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@vue/runtime-core": "3.3.4",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "^5.1.5",
|
|
64
64
|
"vue": "3.3.4",
|
|
65
65
|
"vue-router": "4.2.0",
|
|
66
|
-
"@varlet/touch-emulator": "2.13.
|
|
67
|
-
"@varlet/cli": "2.13.
|
|
66
|
+
"@varlet/touch-emulator": "2.13.6-alpha.1690786066950",
|
|
67
|
+
"@varlet/cli": "2.13.6-alpha.1690786066950"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"Chrome >= 54",
|