@varlet/ui 2.11.3 → 2.11.5

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.
@@ -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.3",
4
+ "version": "2.11.5",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -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.3",
4
+ "version": "2.11.5",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -5045,6 +5045,15 @@
5045
5045
  "kind": "expression"
5046
5046
  }
5047
5047
  },
5048
+ {
5049
+ "name": "clearable",
5050
+ "description": "是否允许清空",
5051
+ "default": "false",
5052
+ "value": {
5053
+ "type": "boolean",
5054
+ "kind": "expression"
5055
+ }
5056
+ },
5048
5057
  {
5049
5058
  "name": "ripple",
5050
5059
  "description": "是否使用水波纹",