@varlet/ui 2.11.0-alpha.1683829480300 → 2.11.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/es/index-bar/IndexBar.mjs +5 -8
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/slider/Slider.mjs +1 -1
- package/es/slider/slider.css +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/utils/elements.mjs +1 -1
- package/es/utils/jest.mjs +7 -6
- package/es/varlet.esm.js +432 -432
- package/highlight/web-types.en-US.json +2 -2
- package/highlight/web-types.zh-CN.json +2 -2
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +6 -7
- package/package.json +7 -7
- package/umd/varlet.js +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.11.0
|
|
4
|
+
"version": "2.11.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
"description": "The layout direction,Optional value is `horizontal` `vertical`",
|
|
1309
1309
|
"default": "horizontal",
|
|
1310
1310
|
"value": {
|
|
1311
|
-
"type": "string
|
|
1311
|
+
"type": "string",
|
|
1312
1312
|
"kind": "expression"
|
|
1313
1313
|
}
|
|
1314
1314
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.11.0
|
|
4
|
+
"version": "2.11.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -1467,7 +1467,7 @@
|
|
|
1467
1467
|
"description": "布局方向,可选值为 `horizontal` `vertical`",
|
|
1468
1468
|
"default": "horizontal",
|
|
1469
1469
|
"value": {
|
|
1470
|
-
"type": "string
|
|
1470
|
+
"type": "string",
|
|
1471
1471
|
"kind": "expression"
|
|
1472
1472
|
}
|
|
1473
1473
|
},
|