@varlet/ui 2.13.4 → 2.13.5-alpha.1690475177454

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.4",
4
+ "version": "2.13.5-alpha.1690475177454",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -3790,6 +3790,15 @@
3790
3790
  "kind": "expression"
3791
3791
  }
3792
3792
  },
3793
+ {
3794
+ "name": "strategy",
3795
+ "description": "menu position strategy,optional value is `absolute` `fixed`",
3796
+ "default": "absolute",
3797
+ "value": {
3798
+ "type": "string",
3799
+ "kind": "expression"
3800
+ }
3801
+ },
3793
3802
  {
3794
3803
  "name": "offset-x",
3795
3804
  "description": "The x-axis offset, relative to the menu-aligned position",
@@ -6578,6 +6587,15 @@
6578
6587
  "kind": "expression"
6579
6588
  }
6580
6589
  },
6590
+ {
6591
+ "name": "strategy",
6592
+ "description": "Tooltip position strategy,optional value is `absolute` `fixed`",
6593
+ "default": "absolute",
6594
+ "value": {
6595
+ "type": "string",
6596
+ "kind": "expression"
6597
+ }
6598
+ },
6581
6599
  {
6582
6600
  "name": "offset-x",
6583
6601
  "description": "The x-axis offset, relative to the tooltip-aligned position",
@@ -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.4",
4
+ "version": "2.13.5-alpha.1690475177454",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -3971,6 +3971,15 @@
3971
3971
  "kind": "expression"
3972
3972
  }
3973
3973
  },
3974
+ {
3975
+ "name": "strategy",
3976
+ "description": "菜单定位方式,可选值为 `absolute` `fixed`",
3977
+ "default": "absolute",
3978
+ "value": {
3979
+ "type": "string",
3980
+ "kind": "expression"
3981
+ }
3982
+ },
3974
3983
  {
3975
3984
  "name": "offset-x",
3976
3985
  "description": "x 轴偏移量, 相对于菜单对齐后的位置",
@@ -6931,6 +6940,15 @@
6931
6940
  "kind": "expression"
6932
6941
  }
6933
6942
  },
6943
+ {
6944
+ "name": "strategy",
6945
+ "description": "定位方式,可选值为 `absolute` `fixed`",
6946
+ "default": "absolute",
6947
+ "value": {
6948
+ "type": "string",
6949
+ "kind": "expression"
6950
+ }
6951
+ },
6934
6952
  {
6935
6953
  "name": "offset-x",
6936
6954
  "description": "x 轴偏移量, 相对于 `Tooltip` 对齐后的位置",