@dcloudio/uni-app-x 0.7.121 → 0.7.123

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 (417) hide show
  1. package/README.md +87 -0
  2. package/package.json +1 -1
  3. package/types/dom2-internal/UniCommon.d.ts +7 -2
  4. package/types/dom2-internal/UniNativeDefines.d.ts +7 -2
  5. package/types/dom2-internal/UniTextLayout.d.ts +5 -0
  6. package/types/native/IUniElement.d.ts +253 -13
  7. package/types/native/UniAnimation.d.ts +63 -9
  8. package/types/page.d.ts +3 -3
  9. package/types/uni/uts-plugin-api/global.d.ts +8 -1
  10. package/types/uni/uts-plugin-api/index.d.ts +8 -1
  11. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +59 -0
  12. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +29 -0
  13. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +430 -0
  14. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +6 -0
  15. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +339 -1294
  17. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +51 -0
  18. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +25 -0
  19. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +969 -0
  20. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +8 -559
  23. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/global.d.ts +59 -0
  24. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/index.d.ts +29 -0
  25. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +418 -0
  26. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +4 -2
  27. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +2 -1
  28. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +75 -23
  29. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +2 -0
  30. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +1 -0
  31. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +864 -110
  32. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +154 -20
  33. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +59 -0
  34. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +29 -0
  35. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +437 -0
  36. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/global.d.ts +21 -0
  37. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/index.d.ts +10 -0
  38. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/interface.d.ts +178 -0
  39. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
  40. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
  41. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
  42. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/global.d.ts +23 -0
  43. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/index.d.ts +11 -0
  44. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/interface.d.ts +418 -0
  45. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
  46. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
  47. package/types/uni/{uts-plugin-component/lib/uni-addPhoneContact → uts-plugin-api/lib/uni-phoneContact}/utssdk/interface.d.ts +359 -226
  48. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +2 -0
  49. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +1 -0
  50. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +83 -124
  51. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  52. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  53. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +18 -6
  54. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +49 -0
  55. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +24 -0
  56. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +199 -0
  57. package/types/uni/uts-plugin-biz/global.d.ts +10 -0
  58. package/types/uni/uts-plugin-biz/index.d.ts +10 -0
  59. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +59 -0
  60. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +29 -0
  61. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +874 -0
  62. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
  63. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
  65. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/global.d.ts +6 -0
  66. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/index.d.ts +3 -0
  67. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/interface.d.ts +387 -371
  68. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +51 -0
  69. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +25 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +969 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +59 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +29 -0
  73. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +418 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +59 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +29 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +437 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
  79. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
  80. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
  81. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
  85. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +359 -0
  86. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  87. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  88. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/interface.d.ts +216 -207
  89. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +6 -1
  90. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +49 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +24 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +201 -0
  93. package/types/uni/uts-plugin-component/global.d.ts +23 -105
  94. package/types/uni/uts-plugin-component/index.d.ts +23 -105
  95. package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +15 -4
  96. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
  97. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
  98. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
  99. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
  100. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
  101. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
  102. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
  103. package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-form-global}/utssdk/index.d.ts +1 -1
  104. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
  105. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
  106. package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-label-global}/utssdk/index.d.ts +1 -1
  107. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
  108. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
  109. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
  110. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
  111. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
  112. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
  113. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
  114. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
  115. package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
  116. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
  117. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
  118. package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
  119. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
  120. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
  121. package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
  122. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
  123. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
  124. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
  125. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
  126. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
  127. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
  128. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
  129. package/types/vue/LifeCycle.d.ts +2 -2
  130. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  131. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  132. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
  133. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
  134. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
  135. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
  136. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  137. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  138. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
  139. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
  140. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
  141. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
  142. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
  143. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
  144. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
  145. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
  146. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
  147. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
  148. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
  149. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
  150. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -978
  151. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
  152. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
  153. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
  154. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
  155. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
  156. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
  157. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
  158. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
  159. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
  160. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
  161. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
  162. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
  163. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
  164. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
  165. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
  166. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
  167. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
  168. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
  169. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
  170. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
  171. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
  172. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
  173. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
  174. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
  175. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
  176. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
  177. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
  178. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
  179. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
  180. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
  181. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -41
  182. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -20
  183. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -909
  184. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
  185. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
  186. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
  187. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
  188. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
  189. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
  190. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
  191. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
  192. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
  193. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
  194. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
  195. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
  196. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
  197. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
  198. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
  199. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
  200. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
  201. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
  202. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
  203. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
  204. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
  205. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
  206. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
  207. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
  208. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
  209. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
  210. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
  211. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
  212. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
  213. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
  214. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
  215. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
  216. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
  217. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
  218. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
  219. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
  220. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
  221. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
  222. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
  223. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
  224. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
  225. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
  226. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
  227. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
  228. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
  229. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
  230. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
  231. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
  232. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
  233. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
  234. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
  235. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
  236. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
  237. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
  238. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
  239. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
  240. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
  241. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
  242. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
  243. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
  244. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
  245. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
  246. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
  247. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
  248. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
  249. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
  250. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
  251. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
  252. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
  253. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
  254. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
  255. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
  256. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
  257. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
  258. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
  259. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
  260. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
  261. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
  262. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
  263. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
  264. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
  265. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
  266. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
  267. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
  268. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
  269. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
  270. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
  271. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
  272. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
  273. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
  274. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
  275. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
  276. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
  277. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
  278. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
  279. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
  280. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
  281. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
  282. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
  283. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
  284. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
  285. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
  286. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
  287. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
  288. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
  289. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
  290. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
  291. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
  292. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
  293. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
  294. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
  296. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
  297. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
  299. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
  300. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
  302. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
  303. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
  305. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
  306. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
  308. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
  309. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
  310. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
  311. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
  312. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
  313. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -31
  314. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -15
  315. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -568
  316. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
  317. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
  318. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
  319. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
  320. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
  321. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
  322. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
  323. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
  324. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
  325. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
  326. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
  327. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
  328. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
  329. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
  330. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
  331. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
  332. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
  333. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
  334. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
  335. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
  336. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
  337. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
  338. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
  339. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
  340. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
  341. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
  342. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
  343. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
  344. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
  345. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
  346. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
  347. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
  348. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
  349. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
  350. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
  351. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
  352. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
  353. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
  354. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
  355. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
  356. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
  357. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
  358. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
  359. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
  360. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  361. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
  362. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
  363. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
  364. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
  365. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
  366. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
  367. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
  368. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
  369. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
  370. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
  371. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
  372. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
  373. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
  374. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
  375. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
  376. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/global.d.ts +0 -12
  377. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/index.d.ts +0 -1
  378. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +0 -917
  379. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/global.d.ts +0 -25
  380. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/index.d.ts +0 -11
  381. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +0 -1095
  382. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +0 -253
  383. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
  384. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
  385. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
  386. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
  387. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
  388. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
  389. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
  390. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
  391. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
  392. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
  393. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
  394. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
  395. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
  396. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
  397. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
  398. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
  399. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
  400. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
  401. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
  402. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
  403. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
  404. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
  405. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
  406. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
  407. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
  408. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
  409. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
  410. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
  411. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
  412. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
  413. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
  414. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
  415. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
  416. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
  417. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
@@ -0,0 +1,969 @@
1
+ export type CalendarRepeatInterval =
2
+ /**
3
+ * 每天重复
4
+ */
5
+ 'day' |
6
+ /**
7
+ * 每周重复
8
+ */
9
+ 'week' |
10
+ /**
11
+ * 每月重复。该模式日期不能大于 28 日
12
+ */
13
+ 'month' |
14
+ /**
15
+ * 每年重复
16
+ */
17
+ 'year'
18
+
19
+ /**
20
+ * 错误码
21
+ */
22
+ export type CalendarErrorCode =
23
+ /**
24
+ * title is required
25
+ */
26
+ 601 |
27
+ /**
28
+ * startTime is invalid
29
+ */
30
+ 602 |
31
+ /**
32
+ * endTime is invalid
33
+ */
34
+ 603 |
35
+ /**
36
+ * alarmOffset requires alarm
37
+ */
38
+ 604 |
39
+ /**
40
+ * repeat rule is invalid
41
+ */
42
+ 606 |
43
+ /**
44
+ * calendar service is unavailable
45
+ */
46
+ 607 |
47
+ /**
48
+ * add calendar event failed
49
+ */
50
+ 608 |
51
+ /**
52
+ * calendar creation canceled
53
+ */
54
+ 609
55
+
56
+ export interface ICalendarError extends IUniError {
57
+ errCode : CalendarErrorCode
58
+ }
59
+
60
+ export interface IAddPhoneCalendarFail extends ICalendarError {
61
+ }
62
+
63
+ export interface IAddPhoneRepeatCalendarFail extends ICalendarError {
64
+ }
65
+
66
+ export type AddPhoneCalendarSuccess = {
67
+ errMsg ?: string | null
68
+ }
69
+
70
+ export type AddPhoneCalendarFail = IAddPhoneCalendarFail
71
+ export type AddPhoneCalendarSuccessCallback = (res : AddPhoneCalendarSuccess) => void
72
+ export type AddPhoneCalendarFailCallback = (res : AddPhoneCalendarFail) => void
73
+ export type AddPhoneCalendarComplete = AddPhoneCalendarSuccess | AddPhoneCalendarFail
74
+ export type AddPhoneCalendarCompleteCallback = (res : AddPhoneCalendarComplete) => void
75
+
76
+ export type AddPhoneRepeatCalendarSuccess = {
77
+ errMsg ?: string | null
78
+ }
79
+
80
+ export type AddPhoneRepeatCalendarFail = IAddPhoneRepeatCalendarFail
81
+ export type AddPhoneRepeatCalendarSuccessCallback = (res : AddPhoneRepeatCalendarSuccess) => void
82
+ export type AddPhoneRepeatCalendarFailCallback = (res : AddPhoneRepeatCalendarFail) => void
83
+ export type AddPhoneRepeatCalendarComplete = AddPhoneRepeatCalendarSuccess | AddPhoneRepeatCalendarFail
84
+ export type AddPhoneRepeatCalendarCompleteCallback = (res : AddPhoneRepeatCalendarComplete) => void
85
+
86
+
87
+ /**
88
+ * 向系统日历添加事件的参数
89
+ */
90
+ export type AddPhoneCalendarOptions = {
91
+ /**
92
+ * 日历事件标题
93
+ * @uniPlatform {
94
+ "app": {
95
+ "android": {
96
+ "uniVer": "x",
97
+ "unixVer": "5.08"
98
+ },
99
+ "ios": {
100
+ "uniVer": "x",
101
+ "unixVer": "5.08",
102
+ },
103
+ "harmony": {
104
+ "uniVer": "x",
105
+ "unixVer": "5.08",
106
+ "unixVaporVer": "5.08"
107
+ }
108
+ },
109
+ "mp": {
110
+ "weixin": {
111
+ "uniVer": "√",
112
+ "unixVer": "√"
113
+ }
114
+ },
115
+ "web": {
116
+ "uniVer": "x",
117
+ "unixVer": "x"
118
+ }
119
+ * }
120
+ */
121
+ title : string
122
+ /**
123
+ * 开始时间的 unix 时间戳
124
+ * @uniPlatform {
125
+ "app": {
126
+ "android": {
127
+ "uniVer": "x",
128
+ "unixVer": "5.09"
129
+ },
130
+ "ios": {
131
+ "uniVer": "x",
132
+ "unixVer": "5.09",
133
+ },
134
+ "harmony": {
135
+ "uniVer": "x",
136
+ "unixVer": "5.09",
137
+ "unixVaporVer": "5.09"
138
+ }
139
+ },
140
+ "mp": {
141
+ "weixin": {
142
+ "uniVer": "√",
143
+ "unixVer": "√"
144
+ }
145
+ },
146
+ "web": {
147
+ "uniVer": "x",
148
+ "unixVer": "x"
149
+ }
150
+ * }
151
+ */
152
+ startTime : number
153
+ /**
154
+ * 是否全天事件,默认 false
155
+ * @defaultValue false
156
+ * @uniPlatform {
157
+ "app": {
158
+ "android": {
159
+ "uniVer": "x",
160
+ "unixVer": "5.09"
161
+ },
162
+ "ios": {
163
+ "uniVer": "x",
164
+ "unixVer": "5.09",
165
+ },
166
+ "harmony": {
167
+ "uniVer": "x",
168
+ "unixVer": "5.09",
169
+ "unixVaporVer": "5.09"
170
+ }
171
+ },
172
+ "mp": {
173
+ "weixin": {
174
+ "uniVer": "√",
175
+ "unixVer": "√"
176
+ }
177
+ },
178
+ "web": {
179
+ "uniVer": "x",
180
+ "unixVer": "x"
181
+ }
182
+ * }
183
+ */
184
+ allDay ?: boolean | null
185
+ /**
186
+ * 事件说明
187
+ * @uniPlatform {
188
+ "app": {
189
+ "android": {
190
+ "uniVer": "x",
191
+ "unixVer": "5.09"
192
+ },
193
+ "ios": {
194
+ "uniVer": "x",
195
+ "unixVer": "5.09",
196
+ },
197
+ "harmony": {
198
+ "uniVer": "x",
199
+ "unixVer": "5.09",
200
+ "unixVaporVer": "5.09"
201
+ }
202
+ },
203
+ "mp": {
204
+ "weixin": {
205
+ "uniVer": "√",
206
+ "unixVer": "√"
207
+ }
208
+ },
209
+ "web": {
210
+ "uniVer": "x",
211
+ "unixVer": "x"
212
+ }
213
+ * }
214
+ */
215
+ notes ?: string | null
216
+ /**
217
+ * 事件位置
218
+ * @uniPlatform {
219
+ "app": {
220
+ "android": {
221
+ "uniVer": "x",
222
+ "unixVer": "5.09"
223
+ },
224
+ "ios": {
225
+ "uniVer": "x",
226
+ "unixVer": "5.09",
227
+ },
228
+ "harmony": {
229
+ "uniVer": "x",
230
+ "unixVer": "5.09",
231
+ "unixVaporVer": "5.09"
232
+ }
233
+ },
234
+ "mp": {
235
+ "weixin": {
236
+ "uniVer": "√",
237
+ "unixVer": "√"
238
+ }
239
+ },
240
+ "web": {
241
+ "uniVer": "x",
242
+ "unixVer": "x"
243
+ }
244
+ * }
245
+ */
246
+ location ?: string | null
247
+ /**
248
+ * 结束时间的 unix 时间戳,默认与开始时间相同
249
+ * @uniPlatform {
250
+ "app": {
251
+ "android": {
252
+ "uniVer": "x",
253
+ "unixVer": "5.09"
254
+ },
255
+ "ios": {
256
+ "uniVer": "x",
257
+ "unixVer": "5.09",
258
+ },
259
+ "harmony": {
260
+ "uniVer": "x",
261
+ "unixVer": "5.09",
262
+ "unixVaporVer": "5.09"
263
+ }
264
+ },
265
+ "mp": {
266
+ "weixin": {
267
+ "uniVer": "√",
268
+ "unixVer": "√"
269
+ }
270
+ },
271
+ "web": {
272
+ "uniVer": "x",
273
+ "unixVer": "x"
274
+ }
275
+ * }
276
+ */
277
+ endTime ?: number | null
278
+ /**
279
+ * 结束时间的 unix 时间戳,默认与开始时间相同
280
+ * @uniPlatform {
281
+ "app": {
282
+ "android": {
283
+ "uniVer": "x",
284
+ "unixVer": "5.09"
285
+ },
286
+ "ios": {
287
+ "uniVer": "x",
288
+ "unixVer": "5.09",
289
+ },
290
+ "harmony": {
291
+ "uniVer": "x",
292
+ "unixVer": "5.09",
293
+ "unixVaporVer": "5.09"
294
+ }
295
+ },
296
+ "mp": {
297
+ "weixin": {
298
+ "uniVer": "√",
299
+ "unixVer": "√"
300
+ }
301
+ },
302
+ "web": {
303
+ "uniVer": "x",
304
+ "unixVer": "x"
305
+ }
306
+ * }
307
+ */
308
+ alarm ?: boolean | null
309
+ /**
310
+ * 提醒提前量,单位秒,默认 0 表示开始时提醒
311
+ * @defaultValue 0
312
+ * @uniPlatform {
313
+ "app": {
314
+ "android": {
315
+ "uniVer": "x",
316
+ "unixVer": "5.09"
317
+ },
318
+ "ios": {
319
+ "uniVer": "x",
320
+ "unixVer": "5.09",
321
+ },
322
+ "harmony": {
323
+ "uniVer": "x",
324
+ "unixVer": "5.09",
325
+ "unixVaporVer": "5.09"
326
+ }
327
+ },
328
+ "mp": {
329
+ "weixin": {
330
+ "uniVer": "√",
331
+ "unixVer": "√"
332
+ }
333
+ },
334
+ "web": {
335
+ "uniVer": "x",
336
+ "unixVer": "x"
337
+ }
338
+ * }
339
+ */
340
+ alarmOffset ?: number | null
341
+ /**
342
+ * 跳转小程序路径,必须要和 signature 一起使用,填入后会自动生成跳转链接拼接在事件说明中
343
+ * @uniPlatform {
344
+ "app": {
345
+ "android": {
346
+ "uniVer": "x",
347
+ "unixVer": "5.09"
348
+ },
349
+ "ios": {
350
+ "uniVer": "x",
351
+ "unixVer": "5.09",
352
+ },
353
+ "harmony": {
354
+ "uniVer": "x",
355
+ "unixVer": "5.09",
356
+ "unixVaporVer": "5.09"
357
+ }
358
+ },
359
+ "mp": {
360
+ "weixin": {
361
+ "uniVer": "√",
362
+ "unixVer": "√"
363
+ }
364
+ },
365
+ "web": {
366
+ "uniVer": "x",
367
+ "unixVer": "x"
368
+ }
369
+ * }
370
+ */
371
+ path ?: string | null
372
+ /**
373
+ * 仅微信小程序支持,App 平台保留该字段但不会使用,跳转小程序路径签名,必须要和 path 一起使用,用 session_key 对 path 签名得到的结果,即 hmac_sha256(session_key, path)。
374
+ * @uniPlatform {
375
+ "app": {
376
+ "android": {
377
+ "uniVer": "x",
378
+ "unixVer": "5.09"
379
+ },
380
+ "ios": {
381
+ "uniVer": "x",
382
+ "unixVer": "5.09",
383
+ },
384
+ "harmony": {
385
+ "uniVer": "x",
386
+ "unixVer": "5.09",
387
+ "unixVaporVer": "5.09"
388
+ }
389
+ },
390
+ "mp": {
391
+ "weixin": {
392
+ "uniVer": "√",
393
+ "unixVer": "√"
394
+ }
395
+ },
396
+ "web": {
397
+ "uniVer": "x",
398
+ "unixVer": "x"
399
+ }
400
+ * }
401
+ */
402
+ signature ?: string | null
403
+ /**
404
+ * 接口调用成功的回调函数
405
+ */
406
+ success ?: AddPhoneCalendarSuccessCallback | null
407
+ /**
408
+ * 接口调用失败的回调函数
409
+ */
410
+ fail ?: AddPhoneCalendarFailCallback | null
411
+ /**
412
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
413
+ */
414
+ complete ?: AddPhoneCalendarCompleteCallback | null
415
+ }
416
+
417
+ /**
418
+ * 向系统日历添加重复事件的参数
419
+ */
420
+ export type AddPhoneRepeatCalendarOptions = {
421
+ /**
422
+ * 日历事件标题
423
+ * @uniPlatform {
424
+ "app": {
425
+ "android": {
426
+ "uniVer": "x",
427
+ "unixVer": "5.09"
428
+ },
429
+ "ios": {
430
+ "uniVer": "x",
431
+ "unixVer": "5.09",
432
+ },
433
+ "harmony": {
434
+ "uniVer": "x",
435
+ "unixVer": "5.09",
436
+ "unixVaporVer": "5.09"
437
+ }
438
+ },
439
+ "mp": {
440
+ "weixin": {
441
+ "uniVer": "√",
442
+ "unixVer": "√"
443
+ }
444
+ },
445
+ "web": {
446
+ "uniVer": "x",
447
+ "unixVer": "x"
448
+ }
449
+ * }
450
+ */
451
+ title : string
452
+ /**
453
+ * 开始时间的 unix 时间戳 (1970年1月1日开始所经过的秒数)
454
+ * @uniPlatform {
455
+ "app": {
456
+ "android": {
457
+ "uniVer": "x",
458
+ "unixVer": "5.09"
459
+ },
460
+ "ios": {
461
+ "uniVer": "x",
462
+ "unixVer": "5.09",
463
+ },
464
+ "harmony": {
465
+ "uniVer": "x",
466
+ "unixVer": "5.09",
467
+ "unixVaporVer": "5.09"
468
+ }
469
+ },
470
+ "mp": {
471
+ "weixin": {
472
+ "uniVer": "√",
473
+ "unixVer": "√"
474
+ }
475
+ },
476
+ "web": {
477
+ "uniVer": "x",
478
+ "unixVer": "x"
479
+ }
480
+ * }
481
+ */
482
+ startTime : number
483
+ /**
484
+ * 是否全天事件,默认 false
485
+ * @defaultValue false
486
+ * @uniPlatform {
487
+ "app": {
488
+ "android": {
489
+ "uniVer": "x",
490
+ "unixVer": "5.09"
491
+ },
492
+ "ios": {
493
+ "uniVer": "x",
494
+ "unixVer": "5.09",
495
+ },
496
+ "harmony": {
497
+ "uniVer": "x",
498
+ "unixVer": "5.09",
499
+ "unixVaporVer": "5.09"
500
+ }
501
+ },
502
+ "mp": {
503
+ "weixin": {
504
+ "uniVer": "√",
505
+ "unixVer": "√"
506
+ }
507
+ },
508
+ "web": {
509
+ "uniVer": "x",
510
+ "unixVer": "x"
511
+ }
512
+ * }
513
+ */
514
+ allDay ?: boolean | null
515
+ /**
516
+ * 事件说明
517
+ * @uniPlatform {
518
+ "app": {
519
+ "android": {
520
+ "uniVer": "x",
521
+ "unixVer": "5.09"
522
+ },
523
+ "ios": {
524
+ "uniVer": "x",
525
+ "unixVer": "5.09",
526
+ },
527
+ "harmony": {
528
+ "uniVer": "x",
529
+ "unixVer": "5.09",
530
+ "unixVaporVer": "5.09"
531
+ }
532
+ },
533
+ "mp": {
534
+ "weixin": {
535
+ "uniVer": "√",
536
+ "unixVer": "√"
537
+ }
538
+ },
539
+ "web": {
540
+ "uniVer": "x",
541
+ "unixVer": "x"
542
+ }
543
+ * }
544
+ */
545
+ notes ?: string | null
546
+ /**
547
+ * 事件位置
548
+ * @uniPlatform {
549
+ "app": {
550
+ "android": {
551
+ "uniVer": "x",
552
+ "unixVer": "5.09"
553
+ },
554
+ "ios": {
555
+ "uniVer": "x",
556
+ "unixVer": "5.09",
557
+ },
558
+ "harmony": {
559
+ "uniVer": "x",
560
+ "unixVer": "5.09",
561
+ "unixVaporVer": "5.09"
562
+ }
563
+ },
564
+ "mp": {
565
+ "weixin": {
566
+ "uniVer": "√",
567
+ "unixVer": "√"
568
+ }
569
+ },
570
+ "web": {
571
+ "uniVer": "x",
572
+ "unixVer": "x"
573
+ }
574
+ * }
575
+ */
576
+ location ?: string | null
577
+ /**
578
+ * 结束时间的 unix 时间戳,默认与开始时间相同
579
+ * @uniPlatform {
580
+ "app": {
581
+ "android": {
582
+ "uniVer": "x",
583
+ "unixVer": "5.09"
584
+ },
585
+ "ios": {
586
+ "uniVer": "x",
587
+ "unixVer": "5.09",
588
+ },
589
+ "harmony": {
590
+ "uniVer": "x",
591
+ "unixVer": "5.09",
592
+ "unixVaporVer": "5.09"
593
+ }
594
+ },
595
+ "mp": {
596
+ "weixin": {
597
+ "uniVer": "√",
598
+ "unixVer": "√"
599
+ }
600
+ },
601
+ "web": {
602
+ "uniVer": "x",
603
+ "unixVer": "x"
604
+ }
605
+ * }
606
+ */
607
+ endTime ?: number | null
608
+ /**
609
+ * 是否提醒,默认 true
610
+ * @uniPlatform {
611
+ "app": {
612
+ "android": {
613
+ "uniVer": "x",
614
+ "unixVer": "5.09"
615
+ },
616
+ "ios": {
617
+ "uniVer": "x",
618
+ "unixVer": "5.09",
619
+ },
620
+ "harmony": {
621
+ "uniVer": "x",
622
+ "unixVer": "5.09",
623
+ "unixVaporVer": "5.09"
624
+ }
625
+ },
626
+ "mp": {
627
+ "weixin": {
628
+ "uniVer": "√",
629
+ "unixVer": "√"
630
+ }
631
+ },
632
+ "web": {
633
+ "uniVer": "x",
634
+ "unixVer": "x"
635
+ }
636
+ * }
637
+ */
638
+ alarm ?: boolean | null
639
+ /**
640
+ * 提醒提前量,单位秒,默认 0 表示开始时提醒
641
+ * @defaultValue 0
642
+ * @uniPlatform {
643
+ "app": {
644
+ "android": {
645
+ "uniVer": "x",
646
+ "unixVer": "5.09"
647
+ },
648
+ "ios": {
649
+ "uniVer": "x",
650
+ "unixVer": "5.09",
651
+ },
652
+ "harmony": {
653
+ "uniVer": "x",
654
+ "unixVer": "5.09",
655
+ "unixVaporVer": "5.09"
656
+ }
657
+ },
658
+ "mp": {
659
+ "weixin": {
660
+ "uniVer": "√",
661
+ "unixVer": "√"
662
+ }
663
+ },
664
+ "web": {
665
+ "uniVer": "x",
666
+ "unixVer": "x"
667
+ }
668
+ * }
669
+ */
670
+ alarmOffset ?: number | null
671
+ /**
672
+ * 跳转小程序路径,必须要和 signature 一起使用,填入后会自动生成跳转链接拼接在事件说明中
673
+ * @uniPlatform {
674
+ "app": {
675
+ "android": {
676
+ "uniVer": "x",
677
+ "unixVer": "5.09"
678
+ },
679
+ "ios": {
680
+ "uniVer": "x",
681
+ "unixVer": "5.09",
682
+ },
683
+ "harmony": {
684
+ "uniVer": "x",
685
+ "unixVer": "5.09",
686
+ "unixVaporVer": "5.09"
687
+ }
688
+ },
689
+ "mp": {
690
+ "weixin": {
691
+ "uniVer": "√",
692
+ "unixVer": "√"
693
+ }
694
+ },
695
+ "web": {
696
+ "uniVer": "x",
697
+ "unixVer": "x"
698
+ }
699
+ * }
700
+ */
701
+ path ?: string | null
702
+ /**
703
+ * 仅微信小程序支持,App 平台保留该字段但不会使用,跳转小程序路径签名,必须要和 path 一起使用,用 session_key 对 path 签名得到的结果,即 hmac_sha256(session_key, path)。
704
+ * @uniPlatform {
705
+ "app": {
706
+ "android": {
707
+ "uniVer": "x",
708
+ "unixVer": "5.09"
709
+ },
710
+ "ios": {
711
+ "uniVer": "x",
712
+ "unixVer": "5.09",
713
+ },
714
+ "harmony": {
715
+ "uniVer": "x",
716
+ "unixVer": "5.09",
717
+ "unixVaporVer": "5.09"
718
+ }
719
+ },
720
+ "mp": {
721
+ "weixin": {
722
+ "uniVer": "√",
723
+ "unixVer": "√"
724
+ }
725
+ },
726
+ "web": {
727
+ "uniVer": "x",
728
+ "unixVer": "x"
729
+ }
730
+ * }
731
+ */
732
+ signature ?: string | null
733
+ /**
734
+ * 重复周期,默认 month 每月重复
735
+ * @defaultValue month
736
+ * @uniPlatform {
737
+ "app": {
738
+ "android": {
739
+ "uniVer": "x",
740
+ "unixVer": "5.09"
741
+ },
742
+ "ios": {
743
+ "uniVer": "x",
744
+ "unixVer": "5.09",
745
+ },
746
+ "harmony": {
747
+ "uniVer": "x",
748
+ "unixVer": "5.09",
749
+ "unixVaporVer": "5.09"
750
+ }
751
+ },
752
+ "mp": {
753
+ "weixin": {
754
+ "uniVer": "√",
755
+ "unixVer": "√"
756
+ }
757
+ },
758
+ "web": {
759
+ "uniVer": "x",
760
+ "unixVer": "x"
761
+ }
762
+ * }
763
+ */
764
+ repeatInterval : CalendarRepeatInterval
765
+ /**
766
+ * 重复周期结束时间的 unix 时间戳,不填表示一直重复
767
+ * @uniPlatform {
768
+ "app": {
769
+ "android": {
770
+ "uniVer": "x",
771
+ "unixVer": "5.09"
772
+ },
773
+ "ios": {
774
+ "uniVer": "x",
775
+ "unixVer": "5.09",
776
+ },
777
+ "harmony": {
778
+ "uniVer": "x",
779
+ "unixVer": "5.09",
780
+ "unixVaporVer": "5.09"
781
+ }
782
+ },
783
+ "mp": {
784
+ "weixin": {
785
+ "uniVer": "√",
786
+ "unixVer": "√"
787
+ }
788
+ },
789
+ "web": {
790
+ "uniVer": "x",
791
+ "unixVer": "x"
792
+ }
793
+ * }
794
+ */
795
+ repeatEndTime ?: number | null
796
+ /**
797
+ * 接口调用成功的回调函数
798
+ */
799
+ success ?: AddPhoneRepeatCalendarSuccessCallback | null
800
+ /**
801
+ * 接口调用失败的回调函数
802
+ */
803
+ fail ?: AddPhoneRepeatCalendarFailCallback | null
804
+ /**
805
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
806
+ */
807
+ complete ?: AddPhoneRepeatCalendarCompleteCallback | null
808
+ }
809
+
810
+ export type AddPhoneCalendar = (options : AddPhoneCalendarOptions) => void;
811
+ export type AddPhoneRepeatCalendar = (options : AddPhoneRepeatCalendarOptions) => void;
812
+
813
+
814
+ export interface Uni {
815
+ /**
816
+ * 向系统日历添加事件
817
+ * @param options 向系统日历添加事件的参数
818
+ *
819
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/calendar.html#addphonecalendar
820
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/calendar.html#addphonecalendar
821
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/calendar.html#addphonecalendar
822
+ * @tutorial_mp_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/calendar/wx.addPhoneCalendar.html
823
+ *
824
+ * @uniPlatform {
825
+ * "app": {
826
+ * "android": {
827
+ * "osVer": "5.0",
828
+ * "uniVer": "x",
829
+ * "unixVer": "5.08"
830
+ * },
831
+ * "ios": {
832
+ * "osVer": "12.0",
833
+ * "uniVer": "x",
834
+ * "unixVer": "5.08"
835
+ * },
836
+ * "harmony": {
837
+ * "osVer": "5.0.0",
838
+ * "uniVer": "x",
839
+ * "unixVer": "5.08",
840
+ * "unixvVer": "5.08"
841
+ * }
842
+ * },
843
+ * "web": {
844
+ * "uniVer": "x",
845
+ * "unixVer": "x"
846
+ * },
847
+ * "mp":{
848
+ * "weixin": {
849
+ * "hostVer": "2.15.0",
850
+ * "uniVer": "√",
851
+ * "unixVer": "4.41"
852
+ * },
853
+ * "alipay": {
854
+ * "hostVer": "√",
855
+ * "uniVer": "√",
856
+ * "unixVer": "x"
857
+ * },
858
+ * "baidu": {
859
+ * "hostVer": "√",
860
+ * "uniVer": "√",
861
+ * "unixVer": "x"
862
+ * },
863
+ * "toutiao": {
864
+ * "hostVer": "x",
865
+ * "uniVer": "x",
866
+ * "unixVer": "x"
867
+ * },
868
+ * "lark": {
869
+ * "hostVer": "x",
870
+ * "uniVer": "x",
871
+ * "unixVer": "x"
872
+ * },
873
+ * "qq": {
874
+ * "hostVer": "x",
875
+ * "uniVer": "x",
876
+ * "unixVer": "x"
877
+ * },
878
+ * "kuaishou": {
879
+ * "hostVer": "√",
880
+ * "uniVer": "√",
881
+ * "unixVer": "x"
882
+ * },
883
+ * "jd": {
884
+ * "hostVer": "x",
885
+ * "uniVer": "x",
886
+ * "unixVer": "x"
887
+ * }
888
+ * }
889
+ * }
890
+ */
891
+ addPhoneCalendar(options : AddPhoneCalendarOptions) : void;
892
+ /**
893
+ * 向系统日历添加重复事件
894
+ * @param options 向系统日历添加重复事件的参数
895
+ *
896
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/calendar.html#addphonerepeatcalendar
897
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/calendar.html#addphonerepeatcalendar
898
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/calendar.html#addphonerepeatcalendar
899
+ * @tutorial_mp_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/calendar/wx.addPhoneRepeatCalendar.html
900
+ *
901
+ * @uniPlatform {
902
+ * "app": {
903
+ * "android": {
904
+ * "osVer": "5.0",
905
+ * "uniVer": "x",
906
+ * "unixVer": "5.08"
907
+ * },
908
+ * "ios": {
909
+ * "osVer": "12.0",
910
+ * "uniVer": "x",
911
+ * "unixVer": "5.08"
912
+ * },
913
+ * "harmony": {
914
+ * "osVer": "5.0.0",
915
+ * "uniVer": "x",
916
+ * "unixVer": "5.08",
917
+ * "unixvVer": "5.08"
918
+ * }
919
+ * },
920
+ * "web": {
921
+ * "uniVer": "x",
922
+ * "unixVer": "x"
923
+ * },
924
+ * "mp":{
925
+ * "weixin": {
926
+ * "hostVer": "2.15.0",
927
+ * "uniVer": "√",
928
+ * "unixVer": "4.41"
929
+ * },
930
+ * "alipay": {
931
+ * "hostVer": "√",
932
+ * "uniVer": "√",
933
+ * "unixVer": "x"
934
+ * },
935
+ * "baidu": {
936
+ * "hostVer": "√",
937
+ * "uniVer": "√",
938
+ * "unixVer": "x"
939
+ * },
940
+ * "toutiao": {
941
+ * "hostVer": "x",
942
+ * "uniVer": "x",
943
+ * "unixVer": "x"
944
+ * },
945
+ * "lark": {
946
+ * "hostVer": "x",
947
+ * "uniVer": "x",
948
+ * "unixVer": "x"
949
+ * },
950
+ * "qq": {
951
+ * "hostVer": "x",
952
+ * "uniVer": "x",
953
+ * "unixVer": "x"
954
+ * },
955
+ * "kuaishou": {
956
+ * "hostVer": "√",
957
+ * "uniVer": "√",
958
+ * "unixVer": "x"
959
+ * },
960
+ * "jd": {
961
+ * "hostVer": "x",
962
+ * "uniVer": "x",
963
+ * "unixVer": "x"
964
+ * }
965
+ * }
966
+ * }
967
+ */
968
+ addPhoneRepeatCalendar(options : AddPhoneRepeatCalendarOptions) : void;
969
+ }