@dcloudio/uni-app-x 0.7.83 → 0.7.85

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 (318) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniElement.d.ts +16 -0
  3. package/types/dom2-internal/UniNativeScrollView.d.ts +137 -1
  4. package/types/dom2-internal/UniNativeTextView.d.ts +20 -0
  5. package/types/dom2-internal/UniTextElement.d.ts +19 -0
  6. package/types/dom2-internal/global.d.ts +9 -0
  7. package/types/dom2-internal/sharedData.d.ts +12 -0
  8. package/types/native/IUniElement.d.ts +584 -542
  9. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +11 -6
  10. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +6 -3
  11. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +7 -6
  12. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +4 -3
  13. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +7 -6
  14. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +4 -3
  15. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +7 -6
  16. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +4 -3
  17. package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/global.d.ts +7 -6
  18. package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/index.d.ts +4 -3
  19. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +7 -6
  20. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +4 -3
  21. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +11 -6
  22. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +6 -3
  23. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/global.d.ts +7 -6
  24. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/index.d.ts +4 -3
  25. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/global.d.ts +7 -6
  26. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/index.d.ts +4 -3
  27. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +7 -6
  28. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +4 -3
  29. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/global.d.ts +7 -6
  30. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/index.d.ts +4 -3
  31. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +7 -6
  32. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +4 -3
  33. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/global.d.ts +7 -6
  34. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/index.d.ts +4 -3
  35. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +7 -6
  36. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +4 -3
  37. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/global.d.ts +7 -6
  38. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/index.d.ts +4 -3
  39. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/global.d.ts +7 -6
  40. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/index.d.ts +4 -3
  41. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/global.d.ts +7 -6
  42. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/index.d.ts +4 -3
  43. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +7 -6
  44. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +4 -3
  45. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +7 -6
  46. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +4 -3
  47. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +7 -6
  48. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +4 -3
  49. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +7 -6
  50. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +4 -3
  51. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/global.d.ts +7 -6
  52. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/index.d.ts +4 -3
  53. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +7 -6
  54. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +4 -3
  55. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/global.d.ts +7 -6
  56. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/index.d.ts +4 -3
  57. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/global.d.ts +7 -6
  58. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/index.d.ts +4 -3
  59. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +7 -6
  60. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +4 -3
  61. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +7 -6
  62. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +4 -3
  63. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +7 -6
  64. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +4 -3
  65. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +7 -6
  66. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +4 -3
  67. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/global.d.ts +7 -6
  68. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/index.d.ts +4 -3
  69. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/global.d.ts +7 -6
  70. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/index.d.ts +4 -3
  71. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/global.d.ts +7 -6
  72. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/index.d.ts +4 -3
  73. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/global.d.ts +7 -6
  74. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/index.d.ts +4 -3
  75. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/global.d.ts +7 -6
  76. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/index.d.ts +4 -3
  77. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/global.d.ts +7 -6
  78. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/index.d.ts +4 -3
  79. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/global.d.ts +7 -6
  80. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/index.d.ts +4 -3
  81. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +7 -6
  82. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +4 -3
  83. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/global.d.ts +7 -6
  84. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/index.d.ts +4 -3
  85. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/global.d.ts +7 -6
  86. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/index.d.ts +4 -3
  87. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/global.d.ts +7 -6
  88. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/index.d.ts +4 -3
  89. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +65 -66
  90. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +11 -6
  91. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -3
  92. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/global.d.ts +7 -6
  93. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/index.d.ts +4 -3
  94. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +7 -6
  95. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +4 -3
  96. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +7 -6
  97. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +4 -3
  98. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/global.d.ts +7 -6
  99. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/index.d.ts +4 -3
  100. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +7 -6
  101. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +4 -3
  102. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +7 -6
  103. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +4 -3
  104. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/global.d.ts +7 -6
  105. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/index.d.ts +4 -3
  106. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/global.d.ts +7 -6
  107. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/index.d.ts +4 -3
  108. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +7 -6
  109. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +4 -3
  110. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +7 -6
  111. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +4 -3
  112. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +7 -6
  113. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -3
  114. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +7 -6
  115. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +4 -3
  116. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +7 -6
  117. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +4 -3
  118. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +7 -6
  119. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +4 -3
  120. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +7 -6
  121. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +4 -3
  122. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/global.d.ts +7 -6
  123. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/index.d.ts +4 -3
  124. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/global.d.ts +7 -6
  125. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/index.d.ts +4 -3
  126. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +7 -6
  127. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +4 -3
  128. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/global.d.ts +7 -6
  129. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/index.d.ts +4 -3
  130. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/global.d.ts +7 -6
  131. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/index.d.ts +4 -3
  132. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/global.d.ts +7 -6
  133. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/index.d.ts +4 -3
  134. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +7 -6
  135. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +4 -3
  136. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +7 -6
  137. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +4 -3
  138. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/global.d.ts +7 -6
  139. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/index.d.ts +4 -3
  140. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +7 -6
  141. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +4 -3
  142. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/global.d.ts +11 -6
  143. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/index.d.ts +6 -3
  144. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/global.d.ts +9 -6
  145. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/index.d.ts +5 -3
  146. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/global.d.ts +7 -6
  147. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/index.d.ts +4 -3
  148. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/global.d.ts +7 -6
  149. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/index.d.ts +4 -3
  150. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +7 -6
  151. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -3
  152. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/global.d.ts +7 -6
  153. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/index.d.ts +4 -3
  154. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/global.d.ts +7 -6
  155. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/index.d.ts +4 -3
  156. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/global.d.ts +7 -6
  157. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/index.d.ts +4 -3
  158. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/global.d.ts +7 -6
  159. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/index.d.ts +4 -3
  160. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +7 -6
  161. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +4 -3
  162. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +7 -6
  163. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +4 -3
  164. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/global.d.ts +7 -6
  165. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/index.d.ts +4 -3
  166. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/global.d.ts +7 -6
  167. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/index.d.ts +4 -3
  168. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/global.d.ts +7 -6
  169. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/index.d.ts +4 -3
  170. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +7 -6
  171. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -3
  172. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +7 -6
  173. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -3
  174. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +7 -6
  175. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -3
  176. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +7 -6
  177. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -3
  178. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +7 -6
  179. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -3
  180. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +7 -6
  181. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -3
  182. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +7 -6
  183. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -3
  184. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +7 -6
  185. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +4 -3
  186. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +7 -6
  187. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -3
  188. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +7 -6
  189. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +4 -3
  190. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +7 -6
  191. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +4 -3
  192. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +7 -6
  193. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +4 -3
  194. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +7 -6
  195. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +4 -3
  196. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +7 -6
  197. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/index.d.ts +4 -3
  198. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +7 -6
  199. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +4 -3
  200. package/types/node_modules/.package-lock.json +0 -20
  201. package/types/node_modules/typescript/LICENSE.txt +0 -55
  202. package/types/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
  203. package/types/node_modules/typescript/bin/tsc +0 -2
  204. package/types/node_modules/typescript/bin/tsserver +0 -2
  205. package/types/node_modules/typescript/lib/cancellationToken.js +0 -90
  206. package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
  207. package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
  208. package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
  209. package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
  210. package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
  211. package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
  212. package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
  213. package/types/node_modules/typescript/lib/lib.d.ts +0 -22
  214. package/types/node_modules/typescript/lib/lib.decorators.d.ts +0 -386
  215. package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -22
  216. package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -33
  217. package/types/node_modules/typescript/lib/lib.dom.d.ts +0 -28596
  218. package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -475
  219. package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -147
  220. package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -597
  221. package/types/node_modules/typescript/lib/lib.es2015.d.ts +0 -28
  222. package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -77
  223. package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -495
  224. package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -81
  225. package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -128
  226. package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -144
  227. package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -46
  228. package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -326
  229. package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -116
  230. package/types/node_modules/typescript/lib/lib.es2016.d.ts +0 -21
  231. package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -23
  232. package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -31
  233. package/types/node_modules/typescript/lib/lib.es2017.d.ts +0 -25
  234. package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -31
  235. package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -23
  236. package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -44
  237. package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -49
  238. package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -135
  239. package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -45
  240. package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -53
  241. package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -77
  242. package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -43
  243. package/types/node_modules/typescript/lib/lib.es2018.d.ts +0 -24
  244. package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -24
  245. package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -83
  246. package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -30
  247. package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -37
  248. package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -79
  249. package/types/node_modules/typescript/lib/lib.es2019.d.ts +0 -24
  250. package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -24
  251. package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -23
  252. package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -33
  253. package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -37
  254. package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -24
  255. package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -727
  256. package/types/node_modules/typescript/lib/lib.es2020.d.ts +0 -27
  257. package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -42
  258. package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -24
  259. package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -474
  260. package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -28
  261. package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -47
  262. package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -97
  263. package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -42
  264. package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -37
  265. package/types/node_modules/typescript/lib/lib.es2021.d.ts +0 -23
  266. package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -24
  267. package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -166
  268. package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -48
  269. package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -33
  270. package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -76
  271. package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -121
  272. package/types/node_modules/typescript/lib/lib.es2022.d.ts +0 -26
  273. package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -73
  274. package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -24
  275. package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -117
  276. package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -26
  277. package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -39
  278. package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +0 -39
  279. package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -25
  280. package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -924
  281. package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -21
  282. package/types/node_modules/typescript/lib/lib.es2023.d.ts +0 -22
  283. package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -24
  284. package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -56
  285. package/types/node_modules/typescript/lib/lib.es5.d.ts +0 -4585
  286. package/types/node_modules/typescript/lib/lib.es6.d.ts +0 -23
  287. package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -35
  288. package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -106
  289. package/types/node_modules/typescript/lib/lib.esnext.d.ts +0 -28
  290. package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -28
  291. package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -185
  292. package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -24
  293. package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -21
  294. package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +0 -29
  295. package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -35
  296. package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +0 -25
  297. package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +0 -29
  298. package/types/node_modules/typescript/lib/lib.scripthost.d.ts +0 -322
  299. package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -33
  300. package/types/node_modules/typescript/lib/lib.webworker.d.ts +0 -9431
  301. package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -23
  302. package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -276
  303. package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
  304. package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
  305. package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
  306. package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
  307. package/types/node_modules/typescript/lib/tsc.js +0 -129741
  308. package/types/node_modules/typescript/lib/tsserver.js +0 -621
  309. package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -17
  310. package/types/node_modules/typescript/lib/tsserverlibrary.js +0 -21
  311. package/types/node_modules/typescript/lib/typesMap.json +0 -497
  312. package/types/node_modules/typescript/lib/typescript.d.ts +0 -11240
  313. package/types/node_modules/typescript/lib/typescript.js +0 -194910
  314. package/types/node_modules/typescript/lib/typingsInstaller.js +0 -236
  315. package/types/node_modules/typescript/lib/watchGuard.js +0 -53
  316. package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
  317. package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
  318. package/types/node_modules/typescript/package.json +0 -116
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- RouteErrorCode as RouteErrorCodeOrigin,
2
+ import {
3
+ RouteErrorCode as RouteErrorCodeOrigin,
4
4
  EventChannel as EventChannelOrigin,
5
5
  OpenDialogPageSuccess as OpenDialogPageSuccessOrigin,
6
6
  OpenDialogPageFail as OpenDialogPageFailOrigin,
@@ -11,10 +11,10 @@ import {
11
11
  CloseDialogPageComplete as CloseDialogPageCompleteOrigin,
12
12
  CloseDialogPageOptions as CloseDialogPageOptionsOrigin,
13
13
  Uni as UniOrigin
14
- } from './interface'
14
+ } from './interface'
15
15
 
16
- declare global {
17
- type RouteErrorCode = RouteErrorCodeOrigin
16
+ declare global {
17
+ type RouteErrorCode = RouteErrorCodeOrigin
18
18
  type EventChannel = EventChannelOrigin
19
19
  type OpenDialogPageSuccess = OpenDialogPageSuccessOrigin
20
20
  type OpenDialogPageFail = OpenDialogPageFailOrigin
@@ -25,4 +25,5 @@ declare global {
25
25
  type CloseDialogPageComplete = CloseDialogPageCompleteOrigin
26
26
  type CloseDialogPageOptions = CloseDialogPageOptionsOrigin
27
27
  interface Uni extends UniOrigin { }
28
- }
28
+ }
29
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- RouteErrorCode,
2
+ export {
3
+ RouteErrorCode,
4
4
  EventChannel,
5
5
  OpenDialogPageSuccess,
6
6
  OpenDialogPageFail,
@@ -10,4 +10,5 @@ export {
10
10
  CloseDialogPageFail,
11
11
  CloseDialogPageComplete,
12
12
  CloseDialogPageOptions,
13
- } from './interface'
13
+ } from './interface'
14
+
@@ -1,16 +1,17 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- $On as $OnOrigin,
2
+ import {
3
+ $On as $OnOrigin,
4
4
  $Once as $OnceOrigin,
5
5
  $Off as $OffOrigin,
6
6
  $Emit as $EmitOrigin,
7
7
  Uni as UniOrigin
8
- } from './interface'
8
+ } from './interface'
9
9
 
10
- declare global {
11
- type $On = $OnOrigin
10
+ declare global {
11
+ type $On = $OnOrigin
12
12
  type $Once = $OnceOrigin
13
13
  type $Off = $OffOrigin
14
14
  type $Emit = $EmitOrigin
15
15
  interface Uni extends UniOrigin { }
16
- }
16
+ }
17
+
@@ -1,7 +1,8 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- $On,
2
+ export {
3
+ $On,
4
4
  $Once,
5
5
  $Off,
6
6
  $Emit,
7
- } from './interface'
7
+ } from './interface'
8
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- LegacySaveFileSuccess as LegacySaveFileSuccessOrigin,
2
+ import {
3
+ LegacySaveFileSuccess as LegacySaveFileSuccessOrigin,
4
4
  LegacySaveFileSuccessCallback as LegacySaveFileSuccessCallbackOrigin,
5
5
  LegacySaveFileFail as LegacySaveFileFailOrigin,
6
6
  LegacySaveFileFailCallback as LegacySaveFileFailCallbackOrigin,
@@ -37,10 +37,10 @@ import {
37
37
  RemoveSavedFile as RemoveSavedFileOrigin,
38
38
  GetSavedFileList as GetSavedFileListOrigin,
39
39
  Uni as UniOrigin
40
- } from './interface'
40
+ } from './interface'
41
41
 
42
- declare global {
43
- type LegacySaveFileSuccess = LegacySaveFileSuccessOrigin
42
+ declare global {
43
+ type LegacySaveFileSuccess = LegacySaveFileSuccessOrigin
44
44
  type LegacySaveFileSuccessCallback = LegacySaveFileSuccessCallbackOrigin
45
45
  type LegacySaveFileFail = LegacySaveFileFailOrigin
46
46
  type LegacySaveFileFailCallback = LegacySaveFileFailCallbackOrigin
@@ -77,4 +77,5 @@ declare global {
77
77
  type RemoveSavedFile = RemoveSavedFileOrigin
78
78
  type GetSavedFileList = GetSavedFileListOrigin
79
79
  interface Uni extends UniOrigin { }
80
- }
80
+ }
81
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- LegacySaveFileSuccess,
2
+ export {
3
+ LegacySaveFileSuccess,
4
4
  LegacySaveFileSuccessCallback,
5
5
  LegacySaveFileFail,
6
6
  LegacySaveFileFailCallback,
@@ -36,4 +36,5 @@ export {
36
36
  GetSavedFileInfo,
37
37
  RemoveSavedFile,
38
38
  GetSavedFileList,
39
- } from './interface'
39
+ } from './interface'
40
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- ReadFileSuccessResult as ReadFileSuccessResultOrigin,
2
+ import {
3
+ ReadFileSuccessResult as ReadFileSuccessResultOrigin,
4
4
  OpenFileSuccessResult as OpenFileSuccessResultOrigin,
5
5
  FileManagerSuccessResult as FileManagerSuccessResultOrigin,
6
6
  FileManagerSuccessCallback as FileManagerSuccessCallbackOrigin,
@@ -72,10 +72,10 @@ import {
72
72
  FileSystemManagerFail as FileSystemManagerFailOrigin,
73
73
  IFileSystemManagerFail as IFileSystemManagerFailOrigin,
74
74
  Uni as UniOrigin
75
- } from './interface'
75
+ } from './interface'
76
76
 
77
- declare global {
78
- type ReadFileSuccessResult = ReadFileSuccessResultOrigin
77
+ declare global {
78
+ type ReadFileSuccessResult = ReadFileSuccessResultOrigin
79
79
  type OpenFileSuccessResult = OpenFileSuccessResultOrigin
80
80
  type FileManagerSuccessResult = FileManagerSuccessResultOrigin
81
81
  type FileManagerSuccessCallback = FileManagerSuccessCallbackOrigin
@@ -147,4 +147,5 @@ declare global {
147
147
  type FileSystemManagerFail = FileSystemManagerFailOrigin
148
148
  type IFileSystemManagerFail = IFileSystemManagerFailOrigin
149
149
  interface Uni extends UniOrigin { }
150
- }
150
+ }
151
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- ReadFileSuccessResult,
2
+ export {
3
+ ReadFileSuccessResult,
4
4
  OpenFileSuccessResult,
5
5
  FileManagerSuccessResult,
6
6
  FileManagerSuccessCallback,
@@ -71,4 +71,5 @@ export {
71
71
  FileSystemManagerErrorCode,
72
72
  FileSystemManagerFail,
73
73
  IFileSystemManagerFail,
74
- } from './interface'
74
+ } from './interface'
75
+
@@ -1,10 +1,11 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetAccessibilityInfo as GetAccessibilityInfoOrigin,
2
+ import {
3
+ GetAccessibilityInfo as GetAccessibilityInfoOrigin,
4
4
  Uni as UniOrigin
5
- } from './interface'
5
+ } from './interface'
6
6
 
7
- declare global {
8
- type GetAccessibilityInfo = GetAccessibilityInfoOrigin
7
+ declare global {
8
+ type GetAccessibilityInfo = GetAccessibilityInfoOrigin
9
9
  interface Uni extends UniOrigin { }
10
- }
10
+ }
11
+
@@ -1,4 +1,5 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetAccessibilityInfo,
4
- } from './interface'
2
+ export {
3
+ GetAccessibilityInfo,
4
+ } from './interface'
5
+
@@ -1,12 +1,13 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetAppAuthorizeSetting as GetAppAuthorizeSettingOrigin,
2
+ import {
3
+ GetAppAuthorizeSetting as GetAppAuthorizeSettingOrigin,
4
4
  GetAppAuthorizeSettingResult as GetAppAuthorizeSettingResultOrigin,
5
5
  Uni as UniOrigin
6
- } from './interface'
6
+ } from './interface'
7
7
 
8
- declare global {
9
- type GetAppAuthorizeSetting = GetAppAuthorizeSettingOrigin
8
+ declare global {
9
+ type GetAppAuthorizeSetting = GetAppAuthorizeSettingOrigin
10
10
  type GetAppAuthorizeSettingResult = GetAppAuthorizeSettingResultOrigin
11
11
  interface Uni extends UniOrigin { }
12
- }
12
+ }
13
+
@@ -1,5 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetAppAuthorizeSetting,
2
+ export {
3
+ GetAppAuthorizeSetting,
4
4
  GetAppAuthorizeSettingResult,
5
- } from './interface'
5
+ } from './interface'
6
+
@@ -1,14 +1,15 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetAppBaseInfoOptions as GetAppBaseInfoOptionsOrigin,
2
+ import {
3
+ GetAppBaseInfoOptions as GetAppBaseInfoOptionsOrigin,
4
4
  GetAppBaseInfoResult as GetAppBaseInfoResultOrigin,
5
5
  GetAppBaseInfo as GetAppBaseInfoOrigin,
6
6
  Uni as UniOrigin
7
- } from './interface'
7
+ } from './interface'
8
8
 
9
- declare global {
10
- type GetAppBaseInfoOptions = GetAppBaseInfoOptionsOrigin
9
+ declare global {
10
+ type GetAppBaseInfoOptions = GetAppBaseInfoOptionsOrigin
11
11
  type GetAppBaseInfoResult = GetAppBaseInfoResultOrigin
12
12
  type GetAppBaseInfo = GetAppBaseInfoOrigin
13
13
  interface Uni extends UniOrigin { }
14
- }
14
+ }
15
+
@@ -1,6 +1,7 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetAppBaseInfoOptions,
2
+ export {
3
+ GetAppBaseInfoOptions,
4
4
  GetAppBaseInfoResult,
5
5
  GetAppBaseInfo,
6
- } from './interface'
6
+ } from './interface'
7
+
@@ -1,16 +1,17 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetBackgroundAudioManager as GetBackgroundAudioManagerOrigin,
2
+ import {
3
+ GetBackgroundAudioManager as GetBackgroundAudioManagerOrigin,
4
4
  BackgroundAudioManager as BackgroundAudioManagerOrigin,
5
5
  CreateBackgroundAudioErrorCode as CreateBackgroundAudioErrorCodeOrigin,
6
6
  ICreateBackgroundAudioFail as ICreateBackgroundAudioFailOrigin,
7
7
  Uni as UniOrigin
8
- } from './interface'
8
+ } from './interface'
9
9
 
10
- declare global {
11
- type GetBackgroundAudioManager = GetBackgroundAudioManagerOrigin
10
+ declare global {
11
+ type GetBackgroundAudioManager = GetBackgroundAudioManagerOrigin
12
12
  type BackgroundAudioManager = BackgroundAudioManagerOrigin
13
13
  type CreateBackgroundAudioErrorCode = CreateBackgroundAudioErrorCodeOrigin
14
14
  type ICreateBackgroundAudioFail = ICreateBackgroundAudioFailOrigin
15
15
  interface Uni extends UniOrigin { }
16
- }
16
+ }
17
+
@@ -1,7 +1,8 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetBackgroundAudioManager,
2
+ export {
3
+ GetBackgroundAudioManager,
4
4
  BackgroundAudioManager,
5
5
  CreateBackgroundAudioErrorCode,
6
6
  ICreateBackgroundAudioFail,
7
- } from './interface'
7
+ } from './interface'
8
+
@@ -1,14 +1,15 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetDeviceInfoOptions as GetDeviceInfoOptionsOrigin,
2
+ import {
3
+ GetDeviceInfoOptions as GetDeviceInfoOptionsOrigin,
4
4
  GetDeviceInfoResult as GetDeviceInfoResultOrigin,
5
5
  GetDeviceInfo as GetDeviceInfoOrigin,
6
6
  Uni as UniOrigin
7
- } from './interface'
7
+ } from './interface'
8
8
 
9
- declare global {
10
- type GetDeviceInfoOptions = GetDeviceInfoOptionsOrigin
9
+ declare global {
10
+ type GetDeviceInfoOptions = GetDeviceInfoOptionsOrigin
11
11
  type GetDeviceInfoResult = GetDeviceInfoResultOrigin
12
12
  type GetDeviceInfo = GetDeviceInfoOrigin
13
13
  interface Uni extends UniOrigin { }
14
- }
14
+ }
15
+
@@ -1,6 +1,7 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetDeviceInfoOptions,
2
+ export {
3
+ GetDeviceInfoOptions,
4
4
  GetDeviceInfoResult,
5
5
  GetDeviceInfo,
6
- } from './interface'
6
+ } from './interface'
7
+
@@ -1,10 +1,11 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetElementById as GetElementByIdOrigin,
2
+ import {
3
+ GetElementById as GetElementByIdOrigin,
4
4
  Uni as UniOrigin
5
- } from './interface'
5
+ } from './interface'
6
6
 
7
- declare global {
8
- type GetElementById = GetElementByIdOrigin
7
+ declare global {
8
+ type GetElementById = GetElementByIdOrigin
9
9
  interface Uni extends UniOrigin { }
10
- }
10
+ }
11
+
@@ -1,4 +1,5 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetElementById,
4
- } from './interface'
2
+ export {
3
+ GetElementById,
4
+ } from './interface'
5
+
@@ -1,12 +1,13 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- OnShowOptions as OnShowOptionsOrigin,
2
+ import {
3
+ OnShowOptions as OnShowOptionsOrigin,
4
4
  GetEnterOptionsSync as GetEnterOptionsSyncOrigin,
5
5
  Uni as UniOrigin
6
- } from './interface'
6
+ } from './interface'
7
7
 
8
- declare global {
9
- type OnShowOptions = OnShowOptionsOrigin
8
+ declare global {
9
+ type OnShowOptions = OnShowOptionsOrigin
10
10
  type GetEnterOptionsSync = GetEnterOptionsSyncOrigin
11
11
  interface Uni extends UniOrigin { }
12
- }
12
+ }
13
+
@@ -1,5 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- OnShowOptions,
2
+ export {
3
+ OnShowOptions,
4
4
  GetEnterOptionsSync,
5
- } from './interface'
5
+ } from './interface'
6
+
@@ -1,12 +1,13 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- OnLaunchOptions as OnLaunchOptionsOrigin,
2
+ import {
3
+ OnLaunchOptions as OnLaunchOptionsOrigin,
4
4
  GetLaunchOptionsSync as GetLaunchOptionsSyncOrigin,
5
5
  Uni as UniOrigin
6
- } from './interface'
6
+ } from './interface'
7
7
 
8
- declare global {
9
- type OnLaunchOptions = OnLaunchOptionsOrigin
8
+ declare global {
9
+ type OnLaunchOptions = OnLaunchOptionsOrigin
10
10
  type GetLaunchOptionsSync = GetLaunchOptionsSyncOrigin
11
11
  interface Uni extends UniOrigin { }
12
- }
12
+ }
13
+
@@ -1,5 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- OnLaunchOptions,
2
+ export {
3
+ OnLaunchOptions,
4
4
  GetLaunchOptionsSync,
5
- } from './interface'
5
+ } from './interface'
6
+
@@ -1,20 +1,21 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetLocationFailImpl as GetLocationFailImplOrigin,
2
+ import {
3
+ GetLocationFailImpl as GetLocationFailImplOrigin,
4
4
  LocationErrorCode as LocationErrorCodeOrigin,
5
5
  IGetLocationFail as IGetLocationFailOrigin,
6
6
  GetLocationFail as GetLocationFailOrigin,
7
7
  GetLocation as GetLocationOrigin,
8
8
  GetLocationSuccess as GetLocationSuccessOrigin,
9
9
  GetLocationOptions as GetLocationOptionsOrigin,
10
- } from './interface'
10
+ } from './interface'
11
11
 
12
- declare global {
13
- type GetLocationFailImpl = GetLocationFailImplOrigin
12
+ declare global {
13
+ type GetLocationFailImpl = GetLocationFailImplOrigin
14
14
  type LocationErrorCode = LocationErrorCodeOrigin
15
15
  type IGetLocationFail = IGetLocationFailOrigin
16
16
  type GetLocationFail = GetLocationFailOrigin
17
17
  type GetLocation = GetLocationOrigin
18
18
  type GetLocationSuccess = GetLocationSuccessOrigin
19
19
  type GetLocationOptions = GetLocationOptionsOrigin
20
- }
20
+ }
21
+
@@ -1,10 +1,11 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetLocationFailImpl,
2
+ export {
3
+ GetLocationFailImpl,
4
4
  LocationErrorCode,
5
5
  IGetLocationFail,
6
6
  GetLocationFail,
7
7
  GetLocation,
8
8
  GetLocationSuccess,
9
9
  GetLocationOptions,
10
- } from './interface'
10
+ } from './interface'
11
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetNetworkType as GetNetworkTypeOrigin,
2
+ import {
3
+ GetNetworkType as GetNetworkTypeOrigin,
4
4
  GetNetworkTypeSuccess as GetNetworkTypeSuccessOrigin,
5
5
  GetNetworkTypeSuccessCallback as GetNetworkTypeSuccessCallbackOrigin,
6
6
  GetNetworkTypeFail as GetNetworkTypeFailOrigin,
@@ -13,10 +13,10 @@ import {
13
13
  OnNetworkStatusChange as OnNetworkStatusChangeOrigin,
14
14
  OffNetworkStatusChange as OffNetworkStatusChangeOrigin,
15
15
  Uni as UniOrigin
16
- } from './interface'
16
+ } from './interface'
17
17
 
18
- declare global {
19
- type GetNetworkType = GetNetworkTypeOrigin
18
+ declare global {
19
+ type GetNetworkType = GetNetworkTypeOrigin
20
20
  type GetNetworkTypeSuccess = GetNetworkTypeSuccessOrigin
21
21
  type GetNetworkTypeSuccessCallback = GetNetworkTypeSuccessCallbackOrigin
22
22
  type GetNetworkTypeFail = GetNetworkTypeFailOrigin
@@ -29,4 +29,5 @@ declare global {
29
29
  type OnNetworkStatusChange = OnNetworkStatusChangeOrigin
30
30
  type OffNetworkStatusChange = OffNetworkStatusChangeOrigin
31
31
  interface Uni extends UniOrigin { }
32
- }
32
+ }
33
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetNetworkType,
2
+ export {
3
+ GetNetworkType,
4
4
  GetNetworkTypeSuccess,
5
5
  GetNetworkTypeSuccessCallback,
6
6
  GetNetworkTypeFail,
@@ -12,4 +12,5 @@ export {
12
12
  OnNetworkStatusChangeCallback,
13
13
  OnNetworkStatusChange,
14
14
  OffNetworkStatusChange,
15
- } from './interface'
15
+ } from './interface'
16
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetPerformance as GetPerformanceOrigin,
2
+ import {
3
+ GetPerformance as GetPerformanceOrigin,
4
4
  PerformanceObserverCallback as PerformanceObserverCallbackOrigin,
5
5
  PerformanceEntry as PerformanceEntryOrigin,
6
6
  PerformanceObserverOptions as PerformanceObserverOptionsOrigin,
@@ -8,10 +8,10 @@ import {
8
8
  PerformanceObserverEntryList as PerformanceObserverEntryListOrigin,
9
9
  Performance as PerformanceOrigin,
10
10
  Uni as UniOrigin
11
- } from './interface'
11
+ } from './interface'
12
12
 
13
- declare global {
14
- type GetPerformance = GetPerformanceOrigin
13
+ declare global {
14
+ type GetPerformance = GetPerformanceOrigin
15
15
  type PerformanceObserverCallback = PerformanceObserverCallbackOrigin
16
16
  type PerformanceEntry = PerformanceEntryOrigin
17
17
  type PerformanceObserverOptions = PerformanceObserverOptionsOrigin
@@ -19,4 +19,5 @@ declare global {
19
19
  type PerformanceObserverEntryList = PerformanceObserverEntryListOrigin
20
20
  type Performance = PerformanceOrigin
21
21
  interface Uni extends UniOrigin { }
22
- }
22
+ }
23
+
@@ -1,10 +1,11 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetPerformance,
2
+ export {
3
+ GetPerformance,
4
4
  PerformanceObserverCallback,
5
5
  PerformanceEntry,
6
6
  PerformanceObserverOptions,
7
7
  PerformanceObserver,
8
8
  PerformanceObserverEntryList,
9
9
  Performance,
10
- } from './interface'
10
+ } from './interface'
11
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetProviderFailImpl as GetProviderFailImplOrigin,
2
+ import {
3
+ GetProviderFailImpl as GetProviderFailImplOrigin,
4
4
  GetProviderSuccess as GetProviderSuccessOrigin,
5
5
  GetProviderSyncSuccess as GetProviderSyncSuccessOrigin,
6
6
  GetProviderSync as GetProviderSyncOrigin,
@@ -15,10 +15,10 @@ import {
15
15
  ProviderErrorCode as ProviderErrorCodeOrigin,
16
16
  IGetProviderFail as IGetProviderFailOrigin,
17
17
  Uni as UniOrigin
18
- } from './interface'
18
+ } from './interface'
19
19
 
20
- declare global {
21
- type GetProviderFailImpl = GetProviderFailImplOrigin
20
+ declare global {
21
+ type GetProviderFailImpl = GetProviderFailImplOrigin
22
22
  type GetProviderSuccess = GetProviderSuccessOrigin
23
23
  type GetProviderSyncSuccess = GetProviderSyncSuccessOrigin
24
24
  type GetProviderSync = GetProviderSyncOrigin
@@ -33,4 +33,5 @@ declare global {
33
33
  type ProviderErrorCode = ProviderErrorCodeOrigin
34
34
  type IGetProviderFail = IGetProviderFailOrigin
35
35
  interface Uni extends UniOrigin { }
36
- }
36
+ }
37
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetProviderFailImpl,
2
+ export {
3
+ GetProviderFailImpl,
4
4
  GetProviderSuccess,
5
5
  GetProviderSyncSuccess,
6
6
  GetProviderSync,
@@ -14,4 +14,5 @@ export {
14
14
  GetProvider,
15
15
  ProviderErrorCode,
16
16
  IGetProviderFail,
17
- } from './interface'
17
+ } from './interface'
18
+
@@ -1,12 +1,13 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- GetSystemSettingResult as GetSystemSettingResultOrigin,
2
+ import {
3
+ GetSystemSettingResult as GetSystemSettingResultOrigin,
4
4
  GetSystemSetting as GetSystemSettingOrigin,
5
5
  Uni as UniOrigin
6
- } from './interface'
6
+ } from './interface'
7
7
 
8
- declare global {
9
- type GetSystemSettingResult = GetSystemSettingResultOrigin
8
+ declare global {
9
+ type GetSystemSettingResult = GetSystemSettingResultOrigin
10
10
  type GetSystemSetting = GetSystemSettingOrigin
11
11
  interface Uni extends UniOrigin { }
12
- }
12
+ }
13
+
@@ -1,5 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- GetSystemSettingResult,
2
+ export {
3
+ GetSystemSettingResult,
4
4
  GetSystemSetting,
5
- } from './interface'
5
+ } from './interface'
6
+