@dcloudio/uni-app-x 0.7.89 → 0.7.90

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.89",
3
+ "version": "0.7.90",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -21,8 +21,7 @@ declare global {
21
21
  /**
22
22
  * 插槽名称
23
23
  */
24
- get slot() : UniSlotType
25
- set slot(slotType : UniSlotType)
24
+ slot: UniSlotType
26
25
  /**
27
26
  * 以下方法在FlexNode层封装,仅用于内部使用
28
27
  * - Android平台:c层实现
@@ -25,8 +25,7 @@ export interface UniNativeBaseView {
25
25
  * 插槽名称
26
26
  * 默认为UniNativeSlotType.None,提供给特定场景(如自定义下拉刷新)使用
27
27
  */
28
- get slot() : UniNativeSlotType
29
- set slot(slotType : UniNativeSlotType)
28
+ slot: UniNativeSlotType
30
29
 
31
30
  /**
32
31
  * 获取内部ID值,用于框架调用,不对外公开