@varlet/ui 2.13.0 → 2.13.1-alpha.1689619056304

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.13.0",
4
+ "version": "2.13.1-alpha.1689619056304",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -3862,6 +3862,15 @@
3862
3862
  "kind": "expression"
3863
3863
  }
3864
3864
  },
3865
+ {
3866
+ "name": "popover-class",
3867
+ "description": "Class of the popover",
3868
+ "default": "-",
3869
+ "value": {
3870
+ "type": "string",
3871
+ "kind": "expression"
3872
+ }
3873
+ },
3865
3874
  {
3866
3875
  "name": "close-on-click-reference",
3867
3876
  "description": "Whether to close the menu when clicking the reference element",
@@ -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.13.0",
4
+ "version": "2.13.1-alpha.1689619056304",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -4043,6 +4043,15 @@
4043
4043
  "kind": "expression"
4044
4044
  }
4045
4045
  },
4046
+ {
4047
+ "name": "popover-class",
4048
+ "description": "弹出层的 class",
4049
+ "default": "-",
4050
+ "value": {
4051
+ "type": "string",
4052
+ "kind": "expression"
4053
+ }
4054
+ },
4046
4055
  {
4047
4056
  "name": "close-on-click-reference",
4048
4057
  "description": "是否在点击菜单触发元素后关闭菜单",