@varlet/ui 2.10.0 → 2.10.1-alpha.1682608027166
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/date-picker/src/day-picker-panel.mjs +2 -2
- package/es/date-picker/src/month-picker-panel.mjs +2 -2
- package/es/index.bundle.mjs +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/slider/Slider.mjs +67 -33
- package/es/slider/props.mjs +4 -0
- package/es/slider/slider.css +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/swipe/Swipe.mjs +8 -3
- package/es/varlet.esm.js +7310 -7374
- package/highlight/web-types.en-US.json +10 -1
- package/highlight/web-types.zh-CN.json +10 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +658 -707
- package/package.json +6 -6
- package/types/slider.d.ts +4 -1
- 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.10.
|
|
4
|
+
"version": "2.10.1-alpha.1682608027166",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -5244,6 +5244,15 @@
|
|
|
5244
5244
|
"kind": "expression"
|
|
5245
5245
|
}
|
|
5246
5246
|
},
|
|
5247
|
+
{
|
|
5248
|
+
"name": "direction",
|
|
5249
|
+
"description": "Direction of slider, Can be set to `vertical horizontal`",
|
|
5250
|
+
"default": "horizontal",
|
|
5251
|
+
"value": {
|
|
5252
|
+
"type": "string",
|
|
5253
|
+
"kind": "expression"
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5247
5256
|
{
|
|
5248
5257
|
"name": "rules",
|
|
5249
5258
|
"description": "Validation rules",
|
|
@@ -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.10.
|
|
4
|
+
"version": "2.10.1-alpha.1682608027166",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -5579,6 +5579,15 @@
|
|
|
5579
5579
|
"kind": "expression"
|
|
5580
5580
|
}
|
|
5581
5581
|
},
|
|
5582
|
+
{
|
|
5583
|
+
"name": "direction",
|
|
5584
|
+
"description": "显示方向,可选值为 `vertical horizontal`",
|
|
5585
|
+
"default": "horizontal",
|
|
5586
|
+
"value": {
|
|
5587
|
+
"type": "string",
|
|
5588
|
+
"kind": "expression"
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
5582
5591
|
{
|
|
5583
5592
|
"name": "rules",
|
|
5584
5593
|
"description": "校验规则",
|