@varlet/ui 2.9.6 → 2.10.0-alpha.1681657406626

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.9.6",
4
+ "version": "2.10.0-alpha.1681657406626",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -3152,6 +3152,24 @@
3152
3152
  "kind": "expression"
3153
3153
  }
3154
3154
  },
3155
+ {
3156
+ "name": "size",
3157
+ "description": "Input size, The optional value is `small`",
3158
+ "default": "-",
3159
+ "value": {
3160
+ "type": "string",
3161
+ "kind": "expression"
3162
+ }
3163
+ },
3164
+ {
3165
+ "name": "variant",
3166
+ "description": "Input variants, The optional value is `standard` `outlined`",
3167
+ "default": "standard",
3168
+ "value": {
3169
+ "type": "string",
3170
+ "kind": "expression"
3171
+ }
3172
+ },
3155
3173
  {
3156
3174
  "name": "maxlength",
3157
3175
  "description": "Maxlength",
@@ -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.9.6",
4
+ "version": "2.10.0-alpha.1681657406626",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -3324,6 +3324,24 @@
3324
3324
  "kind": "expression"
3325
3325
  }
3326
3326
  },
3327
+ {
3328
+ "name": "size",
3329
+ "description": "输入框尺寸,可选值 `small`",
3330
+ "default": "-",
3331
+ "value": {
3332
+ "type": "string",
3333
+ "kind": "expression"
3334
+ }
3335
+ },
3336
+ {
3337
+ "name": "variant",
3338
+ "description": "输入框风格, 可选值为 `standard` `outlined`",
3339
+ "default": "standard",
3340
+ "value": {
3341
+ "type": "string",
3342
+ "kind": "expression"
3343
+ }
3344
+ },
3327
3345
  {
3328
3346
  "name": "maxlength",
3329
3347
  "description": "最大长度",
@@ -5122,6 +5140,24 @@
5122
5140
  "kind": "expression"
5123
5141
  }
5124
5142
  },
5143
+ {
5144
+ "name": "size",
5145
+ "description": "选择框尺寸,可选值 `small`",
5146
+ "default": "-",
5147
+ "value": {
5148
+ "type": "string",
5149
+ "kind": "expression"
5150
+ }
5151
+ },
5152
+ {
5153
+ "name": "variant",
5154
+ "description": "选择框风格, 可选值为 `standard` `outlined`",
5155
+ "default": "standard",
5156
+ "value": {
5157
+ "type": "string",
5158
+ "kind": "expression"
5159
+ }
5160
+ },
5125
5161
  {
5126
5162
  "name": "placeholder",
5127
5163
  "description": "占位符",