@varlet/ui 3.2.10 → 3.2.11

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.10",
4
+ "version": "3.2.11",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -697,6 +697,15 @@
697
697
  "kind": "expression"
698
698
  }
699
699
  },
700
+ {
701
+ "name": "placeholder",
702
+ "description": "Whether to generate placeholder elements of the same height at the bottom (`fixed` required)",
703
+ "default": "false",
704
+ "value": {
705
+ "type": "boolean",
706
+ "kind": "expression"
707
+ }
708
+ },
700
709
  {
701
710
  "name": "fab-props",
702
711
  "description": "Fab button props",
@@ -1428,6 +1437,15 @@
1428
1437
  "kind": "expression"
1429
1438
  }
1430
1439
  },
1440
+ {
1441
+ "name": "options",
1442
+ "description": "Specifies options",
1443
+ "default": "-",
1444
+ "value": {
1445
+ "type": "CheckboxGroupOption[]",
1446
+ "kind": "expression"
1447
+ }
1448
+ },
1431
1449
  {
1432
1450
  "name": "rules",
1433
1451
  "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.10",
4
+ "version": "3.2.11",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -697,6 +697,15 @@
697
697
  "kind": "expression"
698
698
  }
699
699
  },
700
+ {
701
+ "name": "placeholder",
702
+ "description": "是否在底部生成相同高度的占位元素(需设置 `fixed`)",
703
+ "default": "false",
704
+ "value": {
705
+ "type": "boolean",
706
+ "kind": "expression"
707
+ }
708
+ },
700
709
  {
701
710
  "name": "fab-props",
702
711
  "description": "悬浮按钮属性",
@@ -1587,6 +1596,15 @@
1587
1596
  "kind": "expression"
1588
1597
  }
1589
1598
  },
1599
+ {
1600
+ "name": "options",
1601
+ "description": "指定可选项",
1602
+ "default": "-",
1603
+ "value": {
1604
+ "type": "CheckboxGroupOption[]",
1605
+ "kind": "expression"
1606
+ }
1607
+ },
1590
1608
  {
1591
1609
  "name": "rules",
1592
1610
  "description": "验证规则,返回 `true` 表示验证通过,其余的值则转换为文本作为用户提示",