@dcloudio/uni-app-x 0.7.38 → 0.7.39

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.
Files changed (104) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +4 -0
  3. package/types/native/CanvasRenderingContext2D.d.ts +1 -1
  4. package/types/native/IUniElement.d.ts +105 -44
  5. package/types/native/global.d.ts +14 -8
  6. package/types/page.d.ts +45 -3
  7. package/types/uni/env/index.d.ts +81 -81
  8. package/types/uni/uni-map-tencent-map.d.ts +7 -7
  9. package/types/uni/uts-plugin-api/global.d.ts +0 -2
  10. package/types/uni/uts-plugin-api/index.d.ts +0 -2
  11. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1 -1
  12. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +73 -73
  13. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +331 -331
  14. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +73 -73
  15. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +628 -628
  16. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +414 -153
  17. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  18. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1218 -1987
  19. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  20. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +6 -6
  21. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +156 -81
  22. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +315 -315
  23. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
  24. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2530 -2126
  25. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +490 -490
  26. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2138 -2005
  27. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +4 -0
  28. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +2 -0
  29. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +663 -113
  30. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +20 -20
  31. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -3
  32. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +217 -217
  33. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
  34. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +809 -809
  35. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +274 -274
  36. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  37. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +969 -969
  38. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +106 -106
  39. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +23 -23
  40. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  41. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  42. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +41 -41
  43. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +88 -88
  44. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1680 -1528
  45. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +16 -16
  46. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3620 -3618
  47. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +12 -12
  48. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
  49. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +3 -3
  50. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +621 -621
  51. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +22 -22
  52. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2602 -2391
  53. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  54. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +26 -26
  55. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +77 -77
  56. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
  57. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +857 -857
  58. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +17 -17
  59. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +8 -0
  60. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -0
  61. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1057 -516
  62. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +1660 -1660
  63. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1746 -1746
  64. package/types/uni/uts-plugin-biz/global.d.ts +1 -0
  65. package/types/uni/uts-plugin-biz/index.d.ts +1 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +84 -0
  67. package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/interface.d.ts +46 -46
  68. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +72 -20
  69. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +126 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +63 -12
  73. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +308 -308
  74. package/types/uni/uts-plugin-extend/global.d.ts +1 -0
  75. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/global.d.ts +7 -0
  76. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/index.d.ts +0 -0
  77. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/interface.d.ts +3 -0
  78. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
  79. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +5 -5
  80. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1 -1
  81. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +77 -77
  82. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +11 -11
  83. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  84. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
  85. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
  86. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +1 -1
  87. package/types/uni-cloud/interface.d.ts +13 -13
  88. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +0 -24
  89. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +0 -11
  90. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +0 -217
  91. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/global.d.ts +0 -21
  92. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/index.d.ts +0 -9
  93. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -151
  94. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -11
  95. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -4
  96. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -224
  97. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/global.d.ts +0 -53
  98. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/index.d.ts +0 -25
  99. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +0 -487
  100. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/global.d.ts +0 -9
  101. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/index.d.ts +0 -1
  102. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +0 -165
  103. /package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/global.d.ts +0 -0
  104. /package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/index.d.ts +0 -0
@@ -12,3 +12,4 @@
12
12
  /// <reference path='./lib/uni-preloadPage/utssdk/global.d.ts' />
13
13
  /// <reference path='./lib/uni-theme/utssdk/global.d.ts' />
14
14
  /// <reference path='./lib/uni-createMediaQueryObserver/utssdk/global.d.ts' />
15
+ /// <reference path='./lib/uni-__f__/utssdk/global.d.ts' />
@@ -0,0 +1,7 @@
1
+ import {
2
+ Uni as UniOrigin,
3
+ } from "./interface"
4
+
5
+ declare global {
6
+ interface Uni extends UniOrigin { }
7
+ }
@@ -0,0 +1,3 @@
1
+ export interface Uni {
2
+ __f__: (level: string, ...args: (any | null)[]) => void;
3
+ }
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "2.9.3",
29
- * "unixVer": "4.35"
29
+ * "unixVer": "4.41"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "x",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "2.9.3",
101
- * "unixVer": "4.35"
101
+ * "unixVer": "4.41"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "x",
@@ -170,7 +170,7 @@ export interface Uni {
170
170
  * "weixin": {
171
171
  * "hostVer": "√",
172
172
  * "uniVer": "√",
173
- * "unixVer": "4.35"
173
+ * "unixVer": "4.41"
174
174
  * },
175
175
  * "alipay": {
176
176
  * "hostVer": "x",
@@ -242,7 +242,7 @@ export interface Uni {
242
242
  * "weixin": {
243
243
  * "hostVer": "√",
244
244
  * "uniVer": "√",
245
- * "unixVer": "4.35"
245
+ * "unixVer": "4.41"
246
246
  * },
247
247
  * "alipay": {
248
248
  * "hostVer": "x",
@@ -1,6 +1,6 @@
1
1
  export interface Uni {
2
2
  /**
3
- * 创建 canvas 绘图上下文
3
+ * 创建 canvas 绘图上下文(推荐使用 createCanvasContextAsync)
4
4
  *
5
5
  * @tutorial-uni-app https://uniapp.dcloud.io/api/canvas/createCanvasContext.html
6
6
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/create-canvas-context.html
@@ -28,7 +28,7 @@ export interface Uni {
28
28
  * "weixin": {
29
29
  * "hostVer": "√",
30
30
  * "uniVer": "√",
31
- * "unixVer": "4.35"
31
+ * "unixVer": "4.41"
32
32
  * },
33
33
  * "alipay": {
34
34
  * "hostVer": "√",
@@ -99,7 +99,7 @@ export interface Uni {
99
99
  * "weixin": {
100
100
  * "hostVer": "√",
101
101
  * "uniVer": "√",
102
- * "unixVer": "4.35"
102
+ * "unixVer": "4.41"
103
103
  * },
104
104
  * "alipay": {
105
105
  * "hostVer": "√",
@@ -169,7 +169,7 @@ export interface Uni {
169
169
  * "weixin": {
170
170
  * "hostVer": "√",
171
171
  * "uniVer": "√",
172
- * "unixVer": "4.35"
172
+ * "unixVer": "4.41"
173
173
  * },
174
174
  * "alipay": {
175
175
  * "hostVer": "√",
@@ -239,7 +239,7 @@ export interface Uni {
239
239
  * "weixin": {
240
240
  * "hostVer": "√",
241
241
  * "uniVer": "√",
242
- * "unixVer": "4.35"
242
+ * "unixVer": "4.41"
243
243
  * },
244
244
  * "alipay": {
245
245
  * "hostVer": "√",
@@ -99,7 +99,7 @@ export interface Uni {
99
99
  * "weixin": {
100
100
  * "hostVer": "√",
101
101
  * "uniVer": "√",
102
- * "unixVer": "4.35"
102
+ * "unixVer": "4.41"
103
103
  * },
104
104
  * "alipay": {
105
105
  * "hostVer": "√",
@@ -1,4 +1,4 @@
1
- export type DescriptorOptions = {
1
+ export type DescriptorOptions = {
2
2
  /**
3
3
  * 屏幕方向( landscape 或 portrait )
4
4
  * - landscape:
@@ -32,10 +32,10 @@ export type DescriptorOptions = {
32
32
  }
33
33
 
34
34
  export type MediaQueryObserveResult = {
35
- /**
36
- * 页面的当前状态是否满足所指定的 media query
37
- */
38
- matches: boolean;
35
+ /**
36
+ * 页面的当前状态是否满足所指定的 media query
37
+ */
38
+ matches: boolean;
39
39
  }
40
40
 
41
41
  export type MediaQueryObserver = {
@@ -51,76 +51,76 @@ export type MediaQueryObserver = {
51
51
 
52
52
 
53
53
  export interface Uni {
54
- /**
55
- * 创建并返回一个 MediaQueryObserver 对象实例。context: 自定义组件实例。
56
- *
57
- * @tutorial http://uniapp.dcloud.io/api/ui/media-query-observer?id=createmediaqueryobserver
58
- * @tutorial-uni-app http://uniapp.dcloud.io/api/ui/media-query-observer?id=createmediaqueryobserver
59
- * @uniPlatform {
60
- * "app": {
61
- * "android": {
62
- * "osVer": "5.0",
63
- * "uniVer": "√",
64
- * "unixVer": "x"
65
- * },
66
- * "ios": {
67
- * "osVer": "12.0",
68
- * "uniVer": "√",
69
- * "unixVer": "x"
70
- * },
71
- * "harmony": {
72
- * "osVer": "x",
73
- * "uniVer": "x",
74
- * "unixVer": "x"
75
- * }
76
- * },
77
- * "mp": {
78
- * "weixin": {
79
- * "hostVer": "√",
80
- * "uniVer": "√",
81
- * "unixVer": "4.35"
82
- * },
83
- * "alipay": {
84
- * "hostVer": "√",
85
- * "uniVer": "√",
86
- * "unixVer": "x"
87
- * },
88
- * "baidu": {
89
- * "hostVer": "√",
90
- * "uniVer": "√",
91
- * "unixVer": "x"
92
- * },
93
- * "toutiao": {
94
- * "hostVer": "√",
95
- * "uniVer": "√",
96
- * "unixVer": "x"
97
- * },
98
- * "lark": {
99
- * "hostVer": "√",
100
- * "uniVer": "√",
101
- * "unixVer": "x"
102
- * },
103
- * "qq": {
104
- * "hostVer": "√",
105
- * "uniVer": "√",
106
- * "unixVer": "x"
107
- * },
108
- * "kuaishou": {
109
- * "hostVer": "x",
110
- * "uniVer": "x",
111
- * "unixVer": "x"
112
- * },
113
- * "jd": {
114
- * "hostVer": "x",
115
- * "uniVer": "x",
116
- * "unixVer": "x"
117
- * }
118
- * },
119
- * "web": {
120
- * "uniVer": "√",
121
- * "unixVer": "4.0"
122
- * }
123
- * }
124
- */
125
- createMediaQueryObserver(context?: any): MediaQueryObserver
54
+ /**
55
+ * 创建并返回一个 MediaQueryObserver 对象实例。context: 自定义组件实例。
56
+ *
57
+ * @tutorial http://uniapp.dcloud.io/api/ui/media-query-observer?id=createmediaqueryobserver
58
+ * @tutorial-uni-app http://uniapp.dcloud.io/api/ui/media-query-observer?id=createmediaqueryobserver
59
+ * @uniPlatform {
60
+ * "app": {
61
+ * "android": {
62
+ * "osVer": "5.0",
63
+ * "uniVer": "√",
64
+ * "unixVer": "x"
65
+ * },
66
+ * "ios": {
67
+ * "osVer": "12.0",
68
+ * "uniVer": "√",
69
+ * "unixVer": "x"
70
+ * },
71
+ * "harmony": {
72
+ * "osVer": "x",
73
+ * "uniVer": "x",
74
+ * "unixVer": "x"
75
+ * }
76
+ * },
77
+ * "mp": {
78
+ * "weixin": {
79
+ * "hostVer": "√",
80
+ * "uniVer": "√",
81
+ * "unixVer": "4.41"
82
+ * },
83
+ * "alipay": {
84
+ * "hostVer": "√",
85
+ * "uniVer": "√",
86
+ * "unixVer": "x"
87
+ * },
88
+ * "baidu": {
89
+ * "hostVer": "√",
90
+ * "uniVer": "√",
91
+ * "unixVer": "x"
92
+ * },
93
+ * "toutiao": {
94
+ * "hostVer": "√",
95
+ * "uniVer": "√",
96
+ * "unixVer": "x"
97
+ * },
98
+ * "lark": {
99
+ * "hostVer": "√",
100
+ * "uniVer": "√",
101
+ * "unixVer": "x"
102
+ * },
103
+ * "qq": {
104
+ * "hostVer": "√",
105
+ * "uniVer": "√",
106
+ * "unixVer": "x"
107
+ * },
108
+ * "kuaishou": {
109
+ * "hostVer": "x",
110
+ * "uniVer": "x",
111
+ * "unixVer": "x"
112
+ * },
113
+ * "jd": {
114
+ * "hostVer": "x",
115
+ * "uniVer": "x",
116
+ * "unixVer": "x"
117
+ * }
118
+ * },
119
+ * "web": {
120
+ * "uniVer": "√",
121
+ * "unixVer": "4.0"
122
+ * }
123
+ * }
124
+ */
125
+ createMediaQueryObserver(context?: any): MediaQueryObserver
126
126
  }
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "4.35"
29
+ * "unixVer": "4.41"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "x",
@@ -143,7 +143,7 @@ export interface BackgroundAudioManager {
143
143
  * "weixin": {
144
144
  * "hostVer": "√",
145
145
  * "uniVer": "√",
146
- * "unixVer": "4.35"
146
+ * "unixVer": "4.41"
147
147
  * },
148
148
  * "alipay": {
149
149
  * "hostVer": "x",
@@ -198,7 +198,7 @@ export interface BackgroundAudioManager {
198
198
  * "weixin": {
199
199
  * "hostVer": "√",
200
200
  * "uniVer": "√",
201
- * "unixVer": "4.35"
201
+ * "unixVer": "4.41"
202
202
  * },
203
203
  * "alipay": {
204
204
  * "hostVer": "x",
@@ -253,7 +253,7 @@ export interface BackgroundAudioManager {
253
253
  * "weixin": {
254
254
  * "hostVer": "√",
255
255
  * "uniVer": "√",
256
- * "unixVer": "4.35"
256
+ * "unixVer": "4.41"
257
257
  * },
258
258
  * "alipay": {
259
259
  * "hostVer": "x",
@@ -308,7 +308,7 @@ export interface BackgroundAudioManager {
308
308
  * "weixin": {
309
309
  * "hostVer": "√",
310
310
  * "uniVer": "√",
311
- * "unixVer": "4.35"
311
+ * "unixVer": "4.41"
312
312
  * },
313
313
  * "alipay": {
314
314
  * "hostVer": "x",
@@ -376,7 +376,7 @@ export interface BackgroundAudioManager {
376
376
  * "weixin": {
377
377
  * "hostVer": "√",
378
378
  * "uniVer": "√",
379
- * "unixVer": "4.35"
379
+ * "unixVer": "4.41"
380
380
  * },
381
381
  * "alipay": {
382
382
  * "hostVer": "x",
@@ -431,7 +431,7 @@ export interface BackgroundAudioManager {
431
431
  * "weixin": {
432
432
  * "hostVer": "√",
433
433
  * "uniVer": "√",
434
- * "unixVer": "4.35"
434
+ * "unixVer": "4.41"
435
435
  * },
436
436
  * "alipay": {
437
437
  * "hostVer": "x",
@@ -486,7 +486,7 @@ export interface BackgroundAudioManager {
486
486
  * "weixin": {
487
487
  * "hostVer": "√",
488
488
  * "uniVer": "√",
489
- * "unixVer": "4.35"
489
+ * "unixVer": "4.41"
490
490
  * },
491
491
  * "alipay": {
492
492
  * "hostVer": "x",
@@ -554,7 +554,7 @@ export interface BackgroundAudioManager {
554
554
  * "weixin": {
555
555
  * "hostVer": "√",
556
556
  * "uniVer": "√",
557
- * "unixVer": "4.35"
557
+ * "unixVer": "4.41"
558
558
  * },
559
559
  * "alipay": {
560
560
  * "hostVer": "x",
@@ -617,7 +617,7 @@ export interface BackgroundAudioManager {
617
617
  * "weixin": {
618
618
  * "hostVer": "√",
619
619
  * "uniVer": "√",
620
- * "unixVer": "4.35"
620
+ * "unixVer": "4.41"
621
621
  * },
622
622
  * "alipay": {
623
623
  * "hostVer": "x",
@@ -672,7 +672,7 @@ export interface BackgroundAudioManager {
672
672
  * "weixin": {
673
673
  * "hostVer": "√",
674
674
  * "uniVer": "√",
675
- * "unixVer": "4.35"
675
+ * "unixVer": "4.41"
676
676
  * },
677
677
  * "alipay": {
678
678
  * "hostVer": "x",
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "4.35"
29
+ * "unixVer": "4.41"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "√",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "√",
101
- * "unixVer": "4.35"
101
+ * "unixVer": "4.41"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "√",
@@ -170,7 +170,7 @@ export interface Uni {
170
170
  * "weixin": {
171
171
  * "hostVer": "√",
172
172
  * "uniVer": "√",
173
- * "unixVer": "4.35"
173
+ * "unixVer": "4.41"
174
174
  * },
175
175
  * "alipay": {
176
176
  * "hostVer": "√",
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "4.35"
29
+ * "unixVer": "4.41"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "x",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "√",
101
- * "unixVer": "4.35"
101
+ * "unixVer": "4.41"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "x",
@@ -170,7 +170,7 @@ export interface Uni {
170
170
  * "weixin": {
171
171
  * "hostVer": "√",
172
172
  * "uniVer": "√",
173
- * "unixVer": "4.35"
173
+ * "unixVer": "4.41"
174
174
  * },
175
175
  * "alipay": {
176
176
  * "hostVer": "x",
@@ -242,7 +242,7 @@ export interface Uni {
242
242
  * "weixin": {
243
243
  * "hostVer": "√",
244
244
  * "uniVer": "√",
245
- * "unixVer": "4.35"
245
+ * "unixVer": "4.41"
246
246
  * },
247
247
  * "alipay": {
248
248
  * "hostVer": "x",
@@ -314,7 +314,7 @@ export interface Uni {
314
314
  * "weixin": {
315
315
  * "hostVer": "√",
316
316
  * "uniVer": "√",
317
- * "unixVer": "4.35"
317
+ * "unixVer": "4.41"
318
318
  * },
319
319
  * "alipay": {
320
320
  * "hostVer": "x",
@@ -386,7 +386,7 @@ export interface Uni {
386
386
  * "weixin": {
387
387
  * "hostVer": "√",
388
388
  * "uniVer": "√",
389
- * "unixVer": "4.35"
389
+ * "unixVer": "4.41"
390
390
  * },
391
391
  * "alipay": {
392
392
  * "hostVer": "x",
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "4.35"
29
+ * "unixVer": "4.41"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "√",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "√",
101
- * "unixVer": "4.35"
101
+ * "unixVer": "4.41"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "√",
@@ -95,7 +95,7 @@ export interface Uni {
95
95
  * "weixin": {
96
96
  * "hostVer": "√",
97
97
  * "uniVer": "√",
98
- * "unixVer": "4.35"
98
+ * "unixVer": "4.41"
99
99
  * },
100
100
  * "alipay": {
101
101
  * "hostVer": "√",
@@ -622,7 +622,7 @@ declare class Database {
622
622
  * "weinxin": {
623
623
  * "osVer": "√",
624
624
  * "uniVer": "√",
625
- * "unixVer": "4.35"
625
+ * "unixVer": "4.41"
626
626
  * }
627
627
  * },
628
628
  * "web": {
@@ -742,7 +742,7 @@ declare class UniCloud {
742
742
  * "weinxin": {
743
743
  * "osVer": "√",
744
744
  * "uniVer": "√",
745
- * "unixVer": "4.35"
745
+ * "unixVer": "4.41"
746
746
  * }
747
747
  * },
748
748
  * "web": {
@@ -771,7 +771,7 @@ declare class UniCloud {
771
771
  * "weinxin": {
772
772
  * "osVer": "√",
773
773
  * "uniVer": "√",
774
- * "unixVer": "4.35"
774
+ * "unixVer": "4.41"
775
775
  * }
776
776
  * },
777
777
  * "web": {
@@ -800,7 +800,7 @@ declare class UniCloud {
800
800
  * "weinxin": {
801
801
  * "osVer": "√",
802
802
  * "uniVer": "√",
803
- * "unixVer": "4.35"
803
+ * "unixVer": "4.41"
804
804
  * }
805
805
  * },
806
806
  * "web": {
@@ -829,7 +829,7 @@ declare class UniCloud {
829
829
  * "weinxin": {
830
830
  * "osVer": "√",
831
831
  * "uniVer": "√",
832
- * "unixVer": "4.35"
832
+ * "unixVer": "4.41"
833
833
  * }
834
834
  * },
835
835
  * "web": {
@@ -858,7 +858,7 @@ declare class UniCloud {
858
858
  * "weinxin": {
859
859
  * "osVer": "√",
860
860
  * "uniVer": "√",
861
- * "unixVer": "4.35"
861
+ * "unixVer": "4.41"
862
862
  * }
863
863
  * },
864
864
  * "web": {
@@ -887,7 +887,7 @@ declare class UniCloud {
887
887
  * "weinxin": {
888
888
  * "osVer": "√",
889
889
  * "uniVer": "√",
890
- * "unixVer": "4.35"
890
+ * "unixVer": "4.41"
891
891
  * }
892
892
  * },
893
893
  * "web": {
@@ -916,7 +916,7 @@ declare class UniCloud {
916
916
  * "weinxin": {
917
917
  * "osVer": "√",
918
918
  * "uniVer": "√",
919
- * "unixVer": "4.35"
919
+ * "unixVer": "4.41"
920
920
  * }
921
921
  * },
922
922
  * "web": {
@@ -945,7 +945,7 @@ declare class UniCloud {
945
945
  * "weinxin": {
946
946
  * "osVer": "√",
947
947
  * "uniVer": "√",
948
- * "unixVer": "4.35"
948
+ * "unixVer": "4.41"
949
949
  * }
950
950
  * },
951
951
  * "web": {
@@ -974,7 +974,7 @@ declare class UniCloud {
974
974
  * "weinxin": {
975
975
  * "osVer": "√",
976
976
  * "uniVer": "√",
977
- * "unixVer": "4.35"
977
+ * "unixVer": "4.41"
978
978
  * }
979
979
  * },
980
980
  * "web": {
@@ -1003,7 +1003,7 @@ declare class UniCloud {
1003
1003
  * "weinxin": {
1004
1004
  * "osVer": "√",
1005
1005
  * "uniVer": "√",
1006
- * "unixVer": "4.35"
1006
+ * "unixVer": "4.41"
1007
1007
  * }
1008
1008
  * },
1009
1009
  * "web": {
@@ -1032,7 +1032,7 @@ declare class UniCloud {
1032
1032
  * "weinxin": {
1033
1033
  * "osVer": "√",
1034
1034
  * "uniVer": "√",
1035
- * "unixVer": "4.35"
1035
+ * "unixVer": "4.41"
1036
1036
  * }
1037
1037
  * },
1038
1038
  * "web": {
@@ -1061,7 +1061,7 @@ declare class UniCloud {
1061
1061
  * "weinxin": {
1062
1062
  * "osVer": "√",
1063
1063
  * "uniVer": "√",
1064
- * "unixVer": "4.35"
1064
+ * "unixVer": "4.41"
1065
1065
  * }
1066
1066
  * },
1067
1067
  * "web": {
@@ -1,24 +0,0 @@
1
- // 本文件为自动构建生成
2
- import {
3
- Popover2 as Popover2Origin,
4
- ShowActionSheetErrorCode as ShowActionSheetErrorCodeOrigin,
5
- ShowActionSheetSuccess2 as ShowActionSheetSuccess2Origin,
6
- ShowActionSheetFail2 as ShowActionSheetFail2Origin,
7
- ShowActionSheetComplete as ShowActionSheetCompleteOrigin,
8
- ShowActionSheet2Options as ShowActionSheet2OptionsOrigin,
9
- ShowActionSheet2 as ShowActionSheet2Origin,
10
- HideActionSheet as HideActionSheetOrigin,
11
- Uni as UniOrigin
12
- } from './interface'
13
-
14
- declare global {
15
- type Popover2 = Popover2Origin
16
- type ShowActionSheetErrorCode = ShowActionSheetErrorCodeOrigin
17
- type ShowActionSheetSuccess2 = ShowActionSheetSuccess2Origin
18
- type ShowActionSheetFail2 = ShowActionSheetFail2Origin
19
- type ShowActionSheetComplete = ShowActionSheetCompleteOrigin
20
- type ShowActionSheet2Options = ShowActionSheet2OptionsOrigin
21
- type ShowActionSheet2 = ShowActionSheet2Origin
22
- type HideActionSheet = HideActionSheetOrigin
23
- interface Uni extends UniOrigin { }
24
- }
@@ -1,11 +0,0 @@
1
- // 本文件为自动构建生成
2
- export {
3
- Popover2,
4
- ShowActionSheetErrorCode,
5
- ShowActionSheetSuccess2,
6
- ShowActionSheetFail2,
7
- ShowActionSheetComplete,
8
- ShowActionSheet2Options,
9
- ShowActionSheet2,
10
- HideActionSheet,
11
- } from './interface'