@varlet/ui 3.2.15-alpha.1718198392925 → 3.3.0

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.15-alpha.1718198392925",
4
+ "version": "3.3.0",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1544,6 +1544,15 @@
1544
1544
  "kind": "expression"
1545
1545
  }
1546
1546
  },
1547
+ {
1548
+ "name": "elevation",
1549
+ "description": "Elevation level, options `true` `false` and level of `0-24`",
1550
+ "default": "false",
1551
+ "value": {
1552
+ "type": "string | number | boolean",
1553
+ "kind": "expression"
1554
+ }
1555
+ },
1547
1556
  {
1548
1557
  "name": "closeable",
1549
1558
  "description": "Whether to be closed label",
@@ -4459,6 +4468,15 @@
4459
4468
  "type": "boolean",
4460
4469
  "kind": "expression"
4461
4470
  }
4471
+ },
4472
+ {
4473
+ "name": "ripple",
4474
+ "description": "Whether to enable ripple",
4475
+ "default": "true",
4476
+ "value": {
4477
+ "type": "boolean",
4478
+ "kind": "expression"
4479
+ }
4462
4480
  }
4463
4481
  ],
4464
4482
  "events": [],
@@ -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.15-alpha.1718198392925",
4
+ "version": "3.3.0",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1703,6 +1703,15 @@
1703
1703
  "kind": "expression"
1704
1704
  }
1705
1705
  },
1706
+ {
1707
+ "name": "elevation",
1708
+ "description": "海拔高度,可选值为 `true`、`false` 和 `0-24` 的等级",
1709
+ "default": "false",
1710
+ "value": {
1711
+ "type": "string | number | boolean",
1712
+ "kind": "expression"
1713
+ }
1714
+ },
1706
1715
  {
1707
1716
  "name": "closeable",
1708
1717
  "description": "是否为可关闭纸片",
@@ -4618,6 +4627,15 @@
4618
4627
  "type": "boolean",
4619
4628
  "kind": "expression"
4620
4629
  }
4630
+ },
4631
+ {
4632
+ "name": "ripple",
4633
+ "description": "是否启用水波效果",
4634
+ "default": "true",
4635
+ "value": {
4636
+ "type": "boolean",
4637
+ "kind": "expression"
4638
+ }
4621
4639
  }
4622
4640
  ],
4623
4641
  "events": [],