@varlet/ui 3.2.13 → 3.2.14

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": "3.2.13",
4
+ "version": "3.2.14",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -216,6 +216,15 @@
216
216
  "kind": "expression"
217
217
  }
218
218
  },
219
+ {
220
+ "name": "placeholder",
221
+ "description": "Whether to generate placeholder elements of the same height at the top (`fixed` required)",
222
+ "default": "false",
223
+ "value": {
224
+ "type": "boolean",
225
+ "kind": "expression"
226
+ }
227
+ },
219
228
  {
220
229
  "name": "z-index",
221
230
  "description": "AppBar element z-index",
@@ -5567,6 +5576,33 @@
5567
5576
  "kind": "expression"
5568
5577
  }
5569
5578
  },
5579
+ {
5580
+ "name": "options",
5581
+ "description": "Specifies options",
5582
+ "default": "-",
5583
+ "value": {
5584
+ "type": "RadioGroupOption[]",
5585
+ "kind": "expression"
5586
+ }
5587
+ },
5588
+ {
5589
+ "name": "label-key",
5590
+ "description": "As the key that uniquely identifies label",
5591
+ "default": "label",
5592
+ "value": {
5593
+ "type": "string",
5594
+ "kind": "expression"
5595
+ }
5596
+ },
5597
+ {
5598
+ "name": "value-key",
5599
+ "description": "As the key that uniquely identifies value",
5600
+ "default": "value",
5601
+ "value": {
5602
+ "type": "string",
5603
+ "kind": "expression"
5604
+ }
5605
+ },
5570
5606
  {
5571
5607
  "name": "rules",
5572
5608
  "description": "The validation rules, return `true` to indicate that the validation passed. The remaining values are converted to text as user prompts",
@@ -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": "3.2.13",
4
+ "version": "3.2.14",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -216,6 +216,15 @@
216
216
  "kind": "expression"
217
217
  }
218
218
  },
219
+ {
220
+ "name": "placeholder",
221
+ "description": "是否在顶部生成相同高度的占位元素(需设置 `fixed`)",
222
+ "default": "false",
223
+ "value": {
224
+ "type": "boolean",
225
+ "kind": "expression"
226
+ }
227
+ },
219
228
  {
220
229
  "name": "z-index",
221
230
  "description": "元素 z-index",
@@ -5726,6 +5735,33 @@
5726
5735
  "kind": "expression"
5727
5736
  }
5728
5737
  },
5738
+ {
5739
+ "name": "options",
5740
+ "description": "指定可选项",
5741
+ "default": "-",
5742
+ "value": {
5743
+ "type": "RadioGroupOption[]",
5744
+ "kind": "expression"
5745
+ }
5746
+ },
5747
+ {
5748
+ "name": "label-key",
5749
+ "description": "作为 label 唯一标识的键名",
5750
+ "default": "label",
5751
+ "value": {
5752
+ "type": "string",
5753
+ "kind": "expression"
5754
+ }
5755
+ },
5756
+ {
5757
+ "name": "value-key",
5758
+ "description": "作为 value 唯一标识的键名",
5759
+ "default": "value",
5760
+ "value": {
5761
+ "type": "string",
5762
+ "kind": "expression"
5763
+ }
5764
+ },
5729
5765
  {
5730
5766
  "name": "rules",
5731
5767
  "description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示",