@dcloudio/uni-app-x 0.7.38 → 0.7.40

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 (130) hide show
  1. package/package.json +9 -7
  2. package/types/UniPage.d.ts +172 -22
  3. package/types/app.d.ts +31 -31
  4. package/types/native/CSSStyleDeclaration.d.ts +16 -2
  5. package/types/native/CanvasRenderingContext2D.d.ts +1 -1
  6. package/types/native/DOMRect.d.ts +430 -10
  7. package/types/native/DrawableContext.d.ts +1137 -45
  8. package/types/native/IUniElement.d.ts +1981 -138
  9. package/types/native/UniNativePage.d.ts +94 -0
  10. package/types/native/UniResizeObserver.d.ts +215 -5
  11. package/types/native/UniSafeArea.d.ts +185 -0
  12. package/types/native/UniVideoElement.d.ts +432 -0
  13. package/types/native/global.d.ts +21 -8
  14. package/types/native/index.d.ts +1 -0
  15. package/types/page.d.ts +45 -3
  16. package/types/uni/env/index.d.ts +81 -81
  17. package/types/uni/uni-map-tencent-map.d.ts +19 -15
  18. package/types/uni/uts-plugin-api/global.d.ts +62 -63
  19. package/types/uni/uts-plugin-api/index.d.ts +62 -63
  20. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +10 -12
  21. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +5 -6
  22. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -217
  23. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
  24. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +74 -73
  25. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
  26. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
  27. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1297 -333
  28. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +74 -73
  29. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +783 -783
  30. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +411 -153
  31. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
  32. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +2649 -1987
  33. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
  34. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +289 -68
  35. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +158 -90
  36. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +315 -315
  37. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
  38. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
  39. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +62 -62
  40. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2781 -2175
  41. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +490 -490
  42. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2538 -2005
  43. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +4 -0
  44. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +2 -0
  45. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +713 -115
  46. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +336 -85
  47. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -3
  48. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +732 -225
  49. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +571 -64
  50. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +874 -830
  51. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +692 -274
  52. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
  53. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +1013 -969
  54. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1448 -243
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +75 -75
  56. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  57. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
  58. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +202 -103
  59. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +264 -87
  60. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
  61. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
  62. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +5521 -1939
  63. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +472 -264
  64. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +5752 -3618
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1215 -159
  66. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
  67. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
  68. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +330 -65
  69. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +890 -639
  70. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +141 -92
  71. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +4322 -2391
  72. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
  73. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +488 -336
  74. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +77 -77
  75. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
  76. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1845 -867
  77. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2501 -513
  78. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +8 -0
  79. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -0
  80. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1103 -516
  81. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +2306 -1660
  82. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +2528 -1752
  83. package/types/uni/uts-plugin-biz/global.d.ts +6 -4
  84. package/types/uni/uts-plugin-biz/index.d.ts +6 -4
  85. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -39
  86. package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/global.d.ts +4 -0
  87. package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/index.d.ts +2 -0
  88. package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/interface.d.ts +14 -1
  89. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +80 -28
  90. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +126 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
  93. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
  94. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -36
  95. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -18
  96. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +514 -216
  97. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
  98. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
  99. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
  100. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +313 -313
  101. package/types/uni/uts-plugin-extend/global.d.ts +1 -4
  102. package/types/uni/uts-plugin-extend/index.d.ts +0 -4
  103. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/global.d.ts +7 -0
  104. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/index.d.ts +0 -0
  105. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/interface.d.ts +3 -0
  106. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
  107. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4400 -340
  108. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
  109. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +77 -77
  110. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +6 -6
  111. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
  112. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
  113. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
  114. package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
  115. package/types/uni-cloud/interface.d.ts +13 -13
  116. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/global.d.ts +0 -21
  117. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/index.d.ts +0 -9
  118. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -151
  119. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -11
  120. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -4
  121. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -224
  122. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/global.d.ts +0 -53
  123. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/index.d.ts +0 -25
  124. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +0 -487
  125. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
  126. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
  127. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
  128. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/global.d.ts +0 -9
  129. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/index.d.ts +0 -1
  130. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +0 -165
@@ -19,7 +19,7 @@ interface Uni {
19
19
  * "weinxin": {
20
20
  * "osVer": "√",
21
21
  * "uniVer": "√",
22
- * "unixVer": "4.35"
22
+ * "unixVer": "4.41"
23
23
  * }
24
24
  * },
25
25
  * "web": {
@@ -28,87 +28,87 @@ interface Uni {
28
28
  * }
29
29
  * }
30
30
  */
31
- env : {
31
+ env: {
32
32
 
33
- /**
34
- * 应用专属存储空间的外置存储空间根目录下的files目录
35
- * @uniPlatform {
36
- * "app": {
37
- * "android": {
38
- * "osVer": "5.0",
39
- * "uniVer": "x",
40
- * "unixVer": "3.99"
41
- * },
42
- * "ios": {
43
- * "osVer": "12.0",
44
- * "uniVer": "x",
45
- * "unixVer": "4.11"
46
- * }
47
- * },
48
- * "mp": {
49
- * "weinxin": {
50
- * "osVer": "√",
51
- * "uniVer": "√",
52
- * "unixVer": "4.35"
53
- * }
54
- * }
55
- * }
56
- */
57
- USER_DATA_PATH : string,
58
- /**
59
- * 应用专属存储空间的外置存储空间根目录下的cache目录
60
- * @uniPlatform {
61
- * "app": {
62
- * "android": {
63
- * "osVer": "5.0",
64
- * "uniVer": "x",
65
- * "unixVer": "3.99"
66
- * },
67
- * "ios": {
68
- * "osVer": "12.0",
69
- * "uniVer": "x",
70
- * "unixVer": "4.11"
71
- * }
72
- * }
73
- * }
74
- */
75
- CACHE_PATH : "unifile://cache/",
76
- /**
77
- * 应用专属存储空间的外置存储空间根目录(caches/files)
78
- * @uniPlatform {
79
- * "app": {
80
- * "android": {
81
- * "osVer": "5.0",
82
- * "uniVer": "x",
83
- * "unixVer": "3.99"
84
- * },
85
- * "ios": {
86
- * "osVer": "12.0",
87
- * "uniVer": "x",
88
- * "unixVer": "4.11"
89
- * }
90
- * }
91
- * }
92
- */
93
- SANDBOX_PATH : "unifile://sandbox/",
94
- /**
95
- * 应用专属存储空间的内置存储空间根目录
96
- * @uniPlatform {
97
- * "app": {
98
- * "android": {
99
- * "osVer": "5.0",
100
- * "uniVer": "x",
101
- * "unixVer": "3.99"
102
- * },
103
- * "ios": {
104
- * "osVer": "12.0",
105
- * "uniVer": "x",
106
- * "unixVer": "4.11"
107
- * }
108
- * }
109
- * }
110
- */
111
- ANDROID_INTERNAL_SANDBOX_PATH : "unifile://androidInternalSandbox/",
33
+ /**
34
+ * 应用专属存储空间的外置存储空间根目录下的files目录
35
+ * @uniPlatform {
36
+ * "app": {
37
+ * "android": {
38
+ * "osVer": "5.0",
39
+ * "uniVer": "x",
40
+ * "unixVer": "3.99"
41
+ * },
42
+ * "ios": {
43
+ * "osVer": "12.0",
44
+ * "uniVer": "x",
45
+ * "unixVer": "4.11"
46
+ * }
47
+ * },
48
+ * "mp": {
49
+ * "weinxin": {
50
+ * "osVer": "√",
51
+ * "uniVer": "√",
52
+ * "unixVer": "4.41"
53
+ * }
54
+ * }
55
+ * }
56
+ */
57
+ USER_DATA_PATH: string,
58
+ /**
59
+ * 应用专属存储空间的外置存储空间根目录下的cache目录
60
+ * @uniPlatform {
61
+ * "app": {
62
+ * "android": {
63
+ * "osVer": "5.0",
64
+ * "uniVer": "x",
65
+ * "unixVer": "3.99"
66
+ * },
67
+ * "ios": {
68
+ * "osVer": "12.0",
69
+ * "uniVer": "x",
70
+ * "unixVer": "4.11"
71
+ * }
72
+ * }
73
+ * }
74
+ */
75
+ CACHE_PATH: "unifile://cache/",
76
+ /**
77
+ * 应用专属存储空间的外置存储空间根目录(caches/files)
78
+ * @uniPlatform {
79
+ * "app": {
80
+ * "android": {
81
+ * "osVer": "5.0",
82
+ * "uniVer": "x",
83
+ * "unixVer": "3.99"
84
+ * },
85
+ * "ios": {
86
+ * "osVer": "12.0",
87
+ * "uniVer": "x",
88
+ * "unixVer": "4.11"
89
+ * }
90
+ * }
91
+ * }
92
+ */
93
+ SANDBOX_PATH: "unifile://sandbox/",
94
+ /**
95
+ * 应用专属存储空间的内置存储空间根目录
96
+ * @uniPlatform {
97
+ * "app": {
98
+ * "android": {
99
+ * "osVer": "5.0",
100
+ * "uniVer": "x",
101
+ * "unixVer": "3.99"
102
+ * },
103
+ * "ios": {
104
+ * "osVer": "12.0",
105
+ * "uniVer": "x",
106
+ * "unixVer": "4.11"
107
+ * }
108
+ * }
109
+ * }
110
+ */
111
+ ANDROID_INTERNAL_SANDBOX_PATH: "unifile://androidInternalSandbox/",
112
112
 
113
113
  }
114
114
 
@@ -1,17 +1,18 @@
1
- export declare class UniMapUpdatedEventDetail { }
1
+ export declare type UniMapUpdatedEventDetail = { }
2
2
  export declare class UniMapUpdatedEvent extends UniCustomEvent<UniMapUpdatedEventDetail> {
3
3
  constructor(type: string, detail: UniMapUpdatedEventDetail)
4
4
  }
5
5
 
6
- export declare class UniMapTapEventDetail {
6
+ export declare type UniMapTapEventDetail = {
7
7
  latitude: number | null
8
8
  longitude: number | null
9
9
  }
10
- export declare class UniMapTapEvent extends UniCustomEvent<UniMapTapEventDetail> {
11
- constructor(type: string, detail: UniMapTapEventDetail)
10
+ export declare class UniMapTapEvent extends UniPointerEvent {
11
+ detail ?: UniMapTapEventDetail | null
12
+ constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
12
13
  }
13
14
 
14
- export declare class UniMapRegionChangeEventDetail {
15
+ export declare type UniMapRegionChangeEventDetail = {
15
16
  skew: number | null
16
17
  rotate: number | null
17
18
  }
@@ -20,33 +21,36 @@ export declare class UniMapRegionChangeEvent extends UniCustomEvent<UniMapRegion
20
21
  constructor(type: string, detail: UniMapRegionChangeEventDetail | null)
21
22
  }
22
23
 
23
- export declare class UniMapMarkerTapEventDetail {
24
+ export declare type UniMapMarkerTapEventDetail = {
24
25
  markerId: number | null
25
26
  }
26
- export declare class UniMapMarkerTapEvent extends UniCustomEvent<UniMapMarkerTapEventDetail> {
27
- constructor(type: string, detail: UniMapMarkerTapEventDetail)
27
+ export declare class UniMapMarkerTapEvent extends UniPointerEvent {
28
+ detail ?: UniMapMarkerTapEventDetail | null
29
+ constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
28
30
  }
29
31
 
30
- export declare class UniMapControlTapEventDetail {
32
+ export declare type UniMapControlTapEventDetail = {
31
33
  controlId: number | null
32
34
  }
33
35
  export declare class UniMapControlTapEvent extends UniCustomEvent<UniMapControlTapEventDetail> {
34
36
  constructor(type: string, detail: UniMapControlTapEventDetail)
35
37
  }
36
38
 
37
- export declare class UniMapAnchorPointTapEventDetail {
39
+ export declare type UniMapAnchorPointTapEventDetail = {
38
40
  latitude: number | null
39
41
  longitude: number | null
40
42
  }
41
- export declare class UniMapAnchorPointTapEvent extends UniCustomEvent<UniMapAnchorPointTapEventDetail> {
42
- constructor(type: string, detail: UniMapAnchorPointTapEventDetail)
43
+ export declare class UniMapAnchorPointTapEvent extends UniPointerEvent {
44
+ detail ?: UniMapAnchorPointTapEventDetail | null
45
+ constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
43
46
  }
44
47
 
45
- export declare class UniMapPoiTapEventDetail {
48
+ export declare type UniMapPoiTapEventDetail = {
46
49
  latitude: number | null
47
50
  longitude: number | null
48
51
  name: string | null
49
52
  }
50
- export declare class UniMapPoiTapEvent extends UniCustomEvent<UniMapPoiTapEventDetail> {
51
- constructor(type: string, detail: UniMapPoiTapEventDetail)
53
+ export declare class UniMapPoiTapEvent extends UniPointerEvent {
54
+ detail ?: UniMapPoiTapEventDetail | null
55
+ constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
52
56
  }
@@ -1,66 +1,65 @@
1
- /// <reference path='./lib/uni-websocket/utssdk/global.d.ts' />
2
- /// <reference path='./lib/uni-virtualPayment/utssdk/global.d.ts' />
3
- /// <reference path='./lib/uni-theme/utssdk/global.d.ts' />
4
- /// <reference path='./lib/uni-tabBar/utssdk/global.d.ts' />
5
- /// <reference path='./lib/uni-storage/utssdk/global.d.ts' />
6
- /// <reference path='./lib/uni-shareWithSystem/utssdk/global.d.ts' />
7
- /// <reference path='./lib/uni-scanCode/utssdk/global.d.ts' />
8
- /// <reference path='./lib/uni-rpx2px/utssdk/global.d.ts' />
9
- /// <reference path='./lib/uni-route/utssdk/global.d.ts' />
10
- /// <reference path='./lib/uni-pullDownRefresh/utssdk/global.d.ts' />
11
- /// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
12
- /// <reference path='./lib/uni-privacy/utssdk/global.d.ts' />
13
- /// <reference path='./lib/uni-payment-wxpay/utssdk/global.d.ts' />
14
- /// <reference path='./lib/uni-payment-huawei/utssdk/global.d.ts' />
15
- /// <reference path='./lib/uni-payment-alipay/utssdk/global.d.ts' />
16
- /// <reference path='./lib/uni-payment/utssdk/global.d.ts' />
17
- /// <reference path='./lib/uni-pageScrollTo/utssdk/global.d.ts' />
18
- /// <reference path='./lib/uni-openDocument/utssdk/global.d.ts' />
19
- /// <reference path='./lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts' />
20
- /// <reference path='./lib/uni-oauth-huawei/utssdk/global.d.ts' />
21
- /// <reference path='./lib/uni-oauth/utssdk/global.d.ts' />
22
- /// <reference path='./lib/uni-network/utssdk/global.d.ts' />
23
- /// <reference path='./lib/uni-navigationBar/utssdk/global.d.ts' />
24
- /// <reference path='./lib/uni-media/utssdk/global.d.ts' />
25
- /// <reference path='./lib/uni-makePhoneCall/utssdk/global.d.ts' />
26
- /// <reference path='./lib/uni-loadFontFace/utssdk/global.d.ts' />
27
- /// <reference path='./lib/uni-keyboard/utssdk/global.d.ts' />
28
- /// <reference path='./lib/uni-interceptor/utssdk/global.d.ts' />
29
- /// <reference path='./lib/uni-installApk/utssdk/global.d.ts' />
30
- /// <reference path='./lib/uni-getSystemSetting/utssdk/global.d.ts' />
31
- /// <reference path='./lib/uni-getSystemInfo/utssdk/global.d.ts' />
32
- /// <reference path='./lib/uni-getRecorderManager/utssdk/global.d.ts' />
33
- /// <reference path='./lib/uni-getProvider/utssdk/global.d.ts' />
34
- /// <reference path='./lib/uni-getPerformance/utssdk/global.d.ts' />
35
- /// <reference path='./lib/uni-getNetworkType/utssdk/global.d.ts' />
1
+ /// <reference path='./lib/uni-actionSheet/utssdk/global.d.ts' />
2
+ /// <reference path='./lib/uni-addPhoneContact/utssdk/global.d.ts' />
3
+ /// <reference path='./lib/uni-arrayBufferToBase64/utssdk/global.d.ts' />
4
+ /// <reference path='./lib/uni-authentication/utssdk/global.d.ts' />
5
+ /// <reference path='./lib/uni-base64ToArrayBuffer/utssdk/global.d.ts' />
6
+ /// <reference path='./lib/uni-canvas/utssdk/global.d.ts' />
7
+ /// <reference path='./lib/uni-chooseLocation/utssdk/global.d.ts' />
8
+ /// <reference path='./lib/uni-clipboard/utssdk/global.d.ts' />
9
+ /// <reference path='./lib/uni-createInnerAudioContext/utssdk/global.d.ts' />
10
+ /// <reference path='./lib/uni-createIntersectionObserver/utssdk/global.d.ts' />
11
+ /// <reference path='./lib/uni-createRequestPermissionListener/utssdk/global.d.ts' />
12
+ /// <reference path='./lib/uni-createSelectorQuery/utssdk/global.d.ts' />
13
+ /// <reference path='./lib/uni-createWebviewContext/utssdk/global.d.ts' />
14
+ /// <reference path='./lib/uni-dialogPage/utssdk/global.d.ts' />
15
+ /// <reference path='./lib/uni-event/utssdk/global.d.ts' />
16
+ /// <reference path='./lib/uni-exit/utssdk/global.d.ts' />
17
+ /// <reference path='./lib/uni-file/utssdk/global.d.ts' />
18
+ /// <reference path='./lib/uni-fileSystemManager/utssdk/global.d.ts' />
19
+ /// <reference path='./lib/uni-getAccessibilityInfo/utssdk/global.d.ts' />
20
+ /// <reference path='./lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts' />
21
+ /// <reference path='./lib/uni-getAppBaseInfo/utssdk/global.d.ts' />
22
+ /// <reference path='./lib/uni-getBackgroundAudioManager/utssdk/global.d.ts' />
23
+ /// <reference path='./lib/uni-getDeviceInfo/utssdk/global.d.ts' />
24
+ /// <reference path='./lib/uni-getElementById/utssdk/global.d.ts' />
25
+ /// <reference path='./lib/uni-getEnterOptionsSync/utssdk/global.d.ts' />
26
+ /// <reference path='./lib/uni-getLaunchOptionsSync/utssdk/global.d.ts' />
27
+ /// <reference path='./lib/uni-getLocation-system/utssdk/global.d.ts' />
36
28
  /// <reference path='./lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts' />
37
29
  /// <reference path='./lib/uni-getLocation-tencent/utssdk/global.d.ts' />
38
- /// <reference path='./lib/uni-getLocation-system/utssdk/global.d.ts' />
39
30
  /// <reference path='./lib/uni-getLocation/utssdk/global.d.ts' />
40
- /// <reference path='./lib/uni-getLaunchOptionsSync/utssdk/global.d.ts' />
41
- /// <reference path='./lib/uni-getEnterOptionsSync/utssdk/global.d.ts' />
42
- /// <reference path='./lib/uni-getElementById/utssdk/global.d.ts' />
43
- /// <reference path='./lib/uni-getDeviceInfo/utssdk/global.d.ts' />
44
- /// <reference path='./lib/uni-getBackgroundAudioManager/utssdk/global.d.ts' />
45
- /// <reference path='./lib/uni-getAppBaseInfo/utssdk/global.d.ts' />
46
- /// <reference path='./lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts' />
47
- /// <reference path='./lib/uni-getAccessibilityInfo/utssdk/global.d.ts' />
48
- /// <reference path='./lib/uni-fileSystemManager/utssdk/global.d.ts' />
49
- /// <reference path='./lib/uni-file/utssdk/global.d.ts' />
50
- /// <reference path='./lib/uni-exit/utssdk/global.d.ts' />
51
- /// <reference path='./lib/uni-event/utssdk/global.d.ts' />
52
- /// <reference path='./lib/uni-dialogPage/utssdk/global.d.ts' />
53
- /// <reference path='./lib/uni-createWebviewContext/utssdk/global.d.ts' />
54
- /// <reference path='./lib/uni-createSelectorQuery/utssdk/global.d.ts' />
55
- /// <reference path='./lib/uni-createRequestPermissionListener/utssdk/global.d.ts' />
56
- /// <reference path='./lib/uni-createIntersectionObserver/utssdk/global.d.ts' />
57
- /// <reference path='./lib/uni-createInnerAudioContext/utssdk/global.d.ts' />
58
- /// <reference path='./lib/uni-crash/utssdk/global.d.ts' />
59
- /// <reference path='./lib/uni-clipboard/utssdk/global.d.ts' />
60
- /// <reference path='./lib/uni-chooseLocation/utssdk/global.d.ts' />
61
- /// <reference path='./lib/uni-canvas/utssdk/global.d.ts' />
62
- /// <reference path='./lib/uni-base64ToArrayBuffer/utssdk/global.d.ts' />
63
- /// <reference path='./lib/uni-authentication/utssdk/global.d.ts' />
64
- /// <reference path='./lib/uni-arrayBufferToBase64/utssdk/global.d.ts' />
65
- /// <reference path='./lib/uni-addPhoneContact/utssdk/global.d.ts' />
66
- /// <reference path='./lib/uni-actionSheet/utssdk/global.d.ts' />
31
+ /// <reference path='./lib/uni-getNetworkType/utssdk/global.d.ts' />
32
+ /// <reference path='./lib/uni-getPerformance/utssdk/global.d.ts' />
33
+ /// <reference path='./lib/uni-getProvider/utssdk/global.d.ts' />
34
+ /// <reference path='./lib/uni-getRecorderManager/utssdk/global.d.ts' />
35
+ /// <reference path='./lib/uni-getSystemInfo/utssdk/global.d.ts' />
36
+ /// <reference path='./lib/uni-getSystemSetting/utssdk/global.d.ts' />
37
+ /// <reference path='./lib/uni-installApk/utssdk/global.d.ts' />
38
+ /// <reference path='./lib/uni-interceptor/utssdk/global.d.ts' />
39
+ /// <reference path='./lib/uni-keyboard/utssdk/global.d.ts' />
40
+ /// <reference path='./lib/uni-loadFontFace/utssdk/global.d.ts' />
41
+ /// <reference path='./lib/uni-makePhoneCall/utssdk/global.d.ts' />
42
+ /// <reference path='./lib/uni-media/utssdk/global.d.ts' />
43
+ /// <reference path='./lib/uni-navigationBar/utssdk/global.d.ts' />
44
+ /// <reference path='./lib/uni-network/utssdk/global.d.ts' />
45
+ /// <reference path='./lib/uni-oauth-huawei/utssdk/global.d.ts' />
46
+ /// <reference path='./lib/uni-oauth/utssdk/global.d.ts' />
47
+ /// <reference path='./lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts' />
48
+ /// <reference path='./lib/uni-openDocument/utssdk/global.d.ts' />
49
+ /// <reference path='./lib/uni-pageScrollTo/utssdk/global.d.ts' />
50
+ /// <reference path='./lib/uni-payment-alipay/utssdk/global.d.ts' />
51
+ /// <reference path='./lib/uni-payment-huawei/utssdk/global.d.ts' />
52
+ /// <reference path='./lib/uni-payment-wxpay/utssdk/global.d.ts' />
53
+ /// <reference path='./lib/uni-payment/utssdk/global.d.ts' />
54
+ /// <reference path='./lib/uni-privacy/utssdk/global.d.ts' />
55
+ /// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
56
+ /// <reference path='./lib/uni-pullDownRefresh/utssdk/global.d.ts' />
57
+ /// <reference path='./lib/uni-route/utssdk/global.d.ts' />
58
+ /// <reference path='./lib/uni-rpx2px/utssdk/global.d.ts' />
59
+ /// <reference path='./lib/uni-scanCode/utssdk/global.d.ts' />
60
+ /// <reference path='./lib/uni-shareWithSystem/utssdk/global.d.ts' />
61
+ /// <reference path='./lib/uni-storage/utssdk/global.d.ts' />
62
+ /// <reference path='./lib/uni-tabBar/utssdk/global.d.ts' />
63
+ /// <reference path='./lib/uni-theme/utssdk/global.d.ts' />
64
+ /// <reference path='./lib/uni-virtualPayment/utssdk/global.d.ts' />
65
+ /// <reference path='./lib/uni-websocket/utssdk/global.d.ts' />
@@ -1,66 +1,65 @@
1
- export * from './lib/uni-websocket/utssdk'
2
- export * from './lib/uni-virtualPayment/utssdk'
3
- export * from './lib/uni-theme/utssdk'
4
- export * from './lib/uni-tabBar/utssdk'
5
- export * from './lib/uni-storage/utssdk'
6
- export * from './lib/uni-shareWithSystem/utssdk'
7
- export * from './lib/uni-scanCode/utssdk'
8
- export * from './lib/uni-rpx2px/utssdk'
9
- export * from './lib/uni-route/utssdk'
10
- export * from './lib/uni-pullDownRefresh/utssdk'
11
- export * from './lib/uni-prompt/utssdk'
12
- export * from './lib/uni-privacy/utssdk'
13
- export * from './lib/uni-payment-wxpay/utssdk'
14
- export * from './lib/uni-payment-huawei/utssdk'
15
- export * from './lib/uni-payment-alipay/utssdk'
16
- export * from './lib/uni-payment/utssdk'
17
- export * from './lib/uni-pageScrollTo/utssdk'
18
- export * from './lib/uni-openDocument/utssdk'
19
- export * from './lib/uni-openAppAuthorizeSetting/utssdk'
20
- export * from './lib/uni-oauth-huawei/utssdk'
21
- export * from './lib/uni-oauth/utssdk'
22
- export * from './lib/uni-network/utssdk'
23
- export * from './lib/uni-navigationBar/utssdk'
24
- export * from './lib/uni-media/utssdk'
25
- export * from './lib/uni-makePhoneCall/utssdk'
26
- export * from './lib/uni-loadFontFace/utssdk'
27
- export * from './lib/uni-keyboard/utssdk'
28
- export * from './lib/uni-interceptor/utssdk'
29
- export * from './lib/uni-installApk/utssdk'
30
- export * from './lib/uni-getSystemSetting/utssdk'
31
- export * from './lib/uni-getSystemInfo/utssdk'
32
- export * from './lib/uni-getRecorderManager/utssdk'
33
- export * from './lib/uni-getProvider/utssdk'
34
- export * from './lib/uni-getPerformance/utssdk'
35
- export * from './lib/uni-getNetworkType/utssdk'
1
+ export * from './lib/uni-actionSheet/utssdk'
2
+ export * from './lib/uni-addPhoneContact/utssdk'
3
+ export * from './lib/uni-arrayBufferToBase64/utssdk'
4
+ export * from './lib/uni-authentication/utssdk'
5
+ export * from './lib/uni-base64ToArrayBuffer/utssdk'
6
+ export * from './lib/uni-canvas/utssdk'
7
+ export * from './lib/uni-chooseLocation/utssdk'
8
+ export * from './lib/uni-clipboard/utssdk'
9
+ export * from './lib/uni-createInnerAudioContext/utssdk'
10
+ export * from './lib/uni-createIntersectionObserver/utssdk'
11
+ export * from './lib/uni-createRequestPermissionListener/utssdk'
12
+ export * from './lib/uni-createSelectorQuery/utssdk'
13
+ export * from './lib/uni-createWebviewContext/utssdk'
14
+ export * from './lib/uni-dialogPage/utssdk'
15
+ export * from './lib/uni-event/utssdk'
16
+ export * from './lib/uni-exit/utssdk'
17
+ export * from './lib/uni-file/utssdk'
18
+ export * from './lib/uni-fileSystemManager/utssdk'
19
+ export * from './lib/uni-getAccessibilityInfo/utssdk'
20
+ export * from './lib/uni-getAppAuthorizeSetting/utssdk'
21
+ export * from './lib/uni-getAppBaseInfo/utssdk'
22
+ export * from './lib/uni-getBackgroundAudioManager/utssdk'
23
+ export * from './lib/uni-getDeviceInfo/utssdk'
24
+ export * from './lib/uni-getElementById/utssdk'
25
+ export * from './lib/uni-getEnterOptionsSync/utssdk'
26
+ export * from './lib/uni-getLaunchOptionsSync/utssdk'
27
+ export * from './lib/uni-getLocation-system/utssdk'
36
28
  export * from './lib/uni-getLocation-tencent-uni1/utssdk'
37
29
  export * from './lib/uni-getLocation-tencent/utssdk'
38
- export * from './lib/uni-getLocation-system/utssdk'
39
30
  export * from './lib/uni-getLocation/utssdk'
40
- export * from './lib/uni-getLaunchOptionsSync/utssdk'
41
- export * from './lib/uni-getEnterOptionsSync/utssdk'
42
- export * from './lib/uni-getElementById/utssdk'
43
- export * from './lib/uni-getDeviceInfo/utssdk'
44
- export * from './lib/uni-getBackgroundAudioManager/utssdk'
45
- export * from './lib/uni-getAppBaseInfo/utssdk'
46
- export * from './lib/uni-getAppAuthorizeSetting/utssdk'
47
- export * from './lib/uni-getAccessibilityInfo/utssdk'
48
- export * from './lib/uni-fileSystemManager/utssdk'
49
- export * from './lib/uni-file/utssdk'
50
- export * from './lib/uni-exit/utssdk'
51
- export * from './lib/uni-event/utssdk'
52
- export * from './lib/uni-dialogPage/utssdk'
53
- export * from './lib/uni-createWebviewContext/utssdk'
54
- export * from './lib/uni-createSelectorQuery/utssdk'
55
- export * from './lib/uni-createRequestPermissionListener/utssdk'
56
- export * from './lib/uni-createIntersectionObserver/utssdk'
57
- export * from './lib/uni-createInnerAudioContext/utssdk'
58
- export * from './lib/uni-crash/utssdk'
59
- export * from './lib/uni-clipboard/utssdk'
60
- export * from './lib/uni-chooseLocation/utssdk'
61
- export * from './lib/uni-canvas/utssdk'
62
- export * from './lib/uni-base64ToArrayBuffer/utssdk'
63
- export * from './lib/uni-authentication/utssdk'
64
- export * from './lib/uni-arrayBufferToBase64/utssdk'
65
- export * from './lib/uni-addPhoneContact/utssdk'
66
- export * from './lib/uni-actionSheet/utssdk'
31
+ export * from './lib/uni-getNetworkType/utssdk'
32
+ export * from './lib/uni-getPerformance/utssdk'
33
+ export * from './lib/uni-getProvider/utssdk'
34
+ export * from './lib/uni-getRecorderManager/utssdk'
35
+ export * from './lib/uni-getSystemInfo/utssdk'
36
+ export * from './lib/uni-getSystemSetting/utssdk'
37
+ export * from './lib/uni-installApk/utssdk'
38
+ export * from './lib/uni-interceptor/utssdk'
39
+ export * from './lib/uni-keyboard/utssdk'
40
+ export * from './lib/uni-loadFontFace/utssdk'
41
+ export * from './lib/uni-makePhoneCall/utssdk'
42
+ export * from './lib/uni-media/utssdk'
43
+ export * from './lib/uni-navigationBar/utssdk'
44
+ export * from './lib/uni-network/utssdk'
45
+ export * from './lib/uni-oauth-huawei/utssdk'
46
+ export * from './lib/uni-oauth/utssdk'
47
+ export * from './lib/uni-openAppAuthorizeSetting/utssdk'
48
+ export * from './lib/uni-openDocument/utssdk'
49
+ export * from './lib/uni-pageScrollTo/utssdk'
50
+ export * from './lib/uni-payment-alipay/utssdk'
51
+ export * from './lib/uni-payment-huawei/utssdk'
52
+ export * from './lib/uni-payment-wxpay/utssdk'
53
+ export * from './lib/uni-payment/utssdk'
54
+ export * from './lib/uni-privacy/utssdk'
55
+ export * from './lib/uni-prompt/utssdk'
56
+ export * from './lib/uni-pullDownRefresh/utssdk'
57
+ export * from './lib/uni-route/utssdk'
58
+ export * from './lib/uni-rpx2px/utssdk'
59
+ export * from './lib/uni-scanCode/utssdk'
60
+ export * from './lib/uni-shareWithSystem/utssdk'
61
+ export * from './lib/uni-storage/utssdk'
62
+ export * from './lib/uni-tabBar/utssdk'
63
+ export * from './lib/uni-theme/utssdk'
64
+ export * from './lib/uni-virtualPayment/utssdk'
65
+ export * from './lib/uni-websocket/utssdk'
@@ -1,24 +1,22 @@
1
1
  // 本文件为自动构建生成
2
2
  import {
3
- Popover2 as Popover2Origin,
3
+ Popover as PopoverOrigin,
4
4
  ShowActionSheetErrorCode as ShowActionSheetErrorCodeOrigin,
5
- ShowActionSheetSuccess2 as ShowActionSheetSuccess2Origin,
6
- ShowActionSheetFail2 as ShowActionSheetFail2Origin,
5
+ ShowActionSheetSuccess as ShowActionSheetSuccessOrigin,
6
+ ShowActionSheetFail as ShowActionSheetFailOrigin,
7
7
  ShowActionSheetComplete as ShowActionSheetCompleteOrigin,
8
- ShowActionSheet2Options as ShowActionSheet2OptionsOrigin,
9
- ShowActionSheet2 as ShowActionSheet2Origin,
10
- HideActionSheet as HideActionSheetOrigin,
8
+ ShowActionSheetOptions as ShowActionSheetOptionsOrigin,
9
+ ShowActionSheet as ShowActionSheetOrigin,
11
10
  Uni as UniOrigin
12
11
  } from './interface'
13
12
 
14
13
  declare global {
15
- type Popover2 = Popover2Origin
14
+ type Popover = PopoverOrigin
16
15
  type ShowActionSheetErrorCode = ShowActionSheetErrorCodeOrigin
17
- type ShowActionSheetSuccess2 = ShowActionSheetSuccess2Origin
18
- type ShowActionSheetFail2 = ShowActionSheetFail2Origin
16
+ type ShowActionSheetSuccess = ShowActionSheetSuccessOrigin
17
+ type ShowActionSheetFail = ShowActionSheetFailOrigin
19
18
  type ShowActionSheetComplete = ShowActionSheetCompleteOrigin
20
- type ShowActionSheet2Options = ShowActionSheet2OptionsOrigin
21
- type ShowActionSheet2 = ShowActionSheet2Origin
22
- type HideActionSheet = HideActionSheetOrigin
19
+ type ShowActionSheetOptions = ShowActionSheetOptionsOrigin
20
+ type ShowActionSheet = ShowActionSheetOrigin
23
21
  interface Uni extends UniOrigin { }
24
22
  }
@@ -1,11 +1,10 @@
1
1
  // 本文件为自动构建生成
2
2
  export {
3
- Popover2,
3
+ Popover,
4
4
  ShowActionSheetErrorCode,
5
- ShowActionSheetSuccess2,
6
- ShowActionSheetFail2,
5
+ ShowActionSheetSuccess,
6
+ ShowActionSheetFail,
7
7
  ShowActionSheetComplete,
8
- ShowActionSheet2Options,
9
- ShowActionSheet2,
10
- HideActionSheet,
8
+ ShowActionSheetOptions,
9
+ ShowActionSheet,
11
10
  } from './interface'