@tarojs/taro-h5 3.6.7-alpha.0 → 3.6.7-alpha.1

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 (214) hide show
  1. package/dist/api/ad/index.js +2 -2
  2. package/dist/api/ad/index.js.map +1 -1
  3. package/dist/api/ai/facial.js +3 -3
  4. package/dist/api/ai/facial.js.map +1 -1
  5. package/dist/api/ai/visual.js +2 -2
  6. package/dist/api/ai/visual.js.map +1 -1
  7. package/dist/api/alipay/index.js +1 -1
  8. package/dist/api/alipay/index.js.map +1 -1
  9. package/dist/api/base/crypto.js +1 -1
  10. package/dist/api/base/crypto.js.map +1 -1
  11. package/dist/api/base/debug.js +3 -3
  12. package/dist/api/base/debug.js.map +1 -1
  13. package/dist/api/base/performance.js +2 -2
  14. package/dist/api/base/performance.js.map +1 -1
  15. package/dist/api/base/system.js +2 -2
  16. package/dist/api/base/system.js.map +1 -1
  17. package/dist/api/base/update.js +2 -2
  18. package/dist/api/base/update.js.map +1 -1
  19. package/dist/api/base/weapp/app-event.js +5 -5
  20. package/dist/api/base/weapp/app-event.js.map +1 -1
  21. package/dist/api/canvas/index.js +1 -1
  22. package/dist/api/canvas/index.js.map +1 -1
  23. package/dist/api/data-analysis/index.js +4 -4
  24. package/dist/api/data-analysis/index.js.map +1 -1
  25. package/dist/api/device/accelerometer.js +1 -1
  26. package/dist/api/device/accelerometer.js.map +1 -1
  27. package/dist/api/device/accessibility.js +1 -1
  28. package/dist/api/device/accessibility.js.map +1 -1
  29. package/dist/api/device/battery.js +1 -1
  30. package/dist/api/device/battery.js.map +1 -1
  31. package/dist/api/device/bluetooth-ble.js +16 -16
  32. package/dist/api/device/bluetooth-ble.js.map +1 -1
  33. package/dist/api/device/bluetooth-peripheral.js +3 -3
  34. package/dist/api/device/bluetooth-peripheral.js.map +1 -1
  35. package/dist/api/device/bluetooth.js +13 -13
  36. package/dist/api/device/bluetooth.js.map +1 -1
  37. package/dist/api/device/calendar.d.ts +3 -2
  38. package/dist/api/device/calendar.js +142 -3
  39. package/dist/api/device/calendar.js.map +1 -1
  40. package/dist/api/device/compass.js +1 -1
  41. package/dist/api/device/compass.js.map +1 -1
  42. package/dist/api/device/contact.js +2 -2
  43. package/dist/api/device/contact.js.map +1 -1
  44. package/dist/api/device/crypto.js +1 -1
  45. package/dist/api/device/crypto.js.map +1 -1
  46. package/dist/api/device/gyroscope.js +4 -4
  47. package/dist/api/device/gyroscope.js.map +1 -1
  48. package/dist/api/device/iBeacon.js +7 -7
  49. package/dist/api/device/iBeacon.js.map +1 -1
  50. package/dist/api/device/keyboard.js +4 -4
  51. package/dist/api/device/keyboard.js.map +1 -1
  52. package/dist/api/device/memory.js +2 -2
  53. package/dist/api/device/memory.js.map +1 -1
  54. package/dist/api/device/motion.js +1 -1
  55. package/dist/api/device/motion.js.map +1 -1
  56. package/dist/api/device/network.js +3 -3
  57. package/dist/api/device/network.js.map +1 -1
  58. package/dist/api/device/nfc.js +7 -7
  59. package/dist/api/device/nfc.js.map +1 -1
  60. package/dist/api/device/scan.js +1 -1
  61. package/dist/api/device/scan.js.map +1 -1
  62. package/dist/api/device/screen.js +6 -6
  63. package/dist/api/device/screen.js.map +1 -1
  64. package/dist/api/device/wifi.js +12 -12
  65. package/dist/api/device/wifi.js.map +1 -1
  66. package/dist/api/ext/index.js +2 -2
  67. package/dist/api/ext/index.js.map +1 -1
  68. package/dist/api/files/index.js +8 -8
  69. package/dist/api/files/index.js.map +1 -1
  70. package/dist/api/index.js +7 -2
  71. package/dist/api/index.js.map +1 -1
  72. package/dist/api/location/getLocation.js +1 -1
  73. package/dist/api/location/getLocation.js.map +1 -1
  74. package/dist/api/location/index.js +10 -10
  75. package/dist/api/location/index.js.map +1 -1
  76. package/dist/api/media/audio/index.js +8 -8
  77. package/dist/api/media/audio/index.js.map +1 -1
  78. package/dist/api/media/background-audio/index.js +8 -8
  79. package/dist/api/media/background-audio/index.js.map +1 -1
  80. package/dist/api/media/camera.js +1 -1
  81. package/dist/api/media/camera.js.map +1 -1
  82. package/dist/api/media/image/chooseImage.d.ts +1 -0
  83. package/dist/api/media/image/chooseImage.js +28 -71
  84. package/dist/api/media/image/chooseImage.js.map +1 -1
  85. package/dist/api/media/image/index.d.ts +4 -3
  86. package/dist/api/media/image/index.js +8 -9
  87. package/dist/api/media/image/index.js.map +1 -1
  88. package/dist/api/media/image/saveImageToPhotosAlbum.d.ts +3 -0
  89. package/dist/api/media/image/saveImageToPhotosAlbum.js +30 -0
  90. package/dist/api/media/image/saveImageToPhotosAlbum.js.map +1 -0
  91. package/dist/api/media/index.js +2 -2
  92. package/dist/api/media/live.js +2 -2
  93. package/dist/api/media/live.js.map +1 -1
  94. package/dist/api/media/map.js +1 -1
  95. package/dist/api/media/map.js.map +1 -1
  96. package/dist/api/media/media-recorder.js +1 -1
  97. package/dist/api/media/media-recorder.js.map +1 -1
  98. package/dist/api/media/recorder.js +3 -3
  99. package/dist/api/media/recorder.js.map +1 -1
  100. package/dist/api/media/video/chooseMedia.d.ts +6 -0
  101. package/dist/api/media/video/chooseMedia.js +208 -0
  102. package/dist/api/media/video/chooseMedia.js.map +1 -0
  103. package/dist/api/media/video/chooseVideo.d.ts +7 -0
  104. package/dist/api/media/video/chooseVideo.js +44 -0
  105. package/dist/api/media/video/chooseVideo.js.map +1 -0
  106. package/dist/api/media/video/getVideoInfo.d.ts +3 -0
  107. package/dist/api/media/video/getVideoInfo.js +63 -0
  108. package/dist/api/media/video/getVideoInfo.js.map +1 -0
  109. package/dist/api/media/video/index.d.ts +5 -8
  110. package/dist/api/media/video/index.js +8 -67
  111. package/dist/api/media/video/index.js.map +1 -1
  112. package/dist/api/media/video/saveVideoToPhotosAlbum.d.ts +3 -0
  113. package/dist/api/media/video/saveVideoToPhotosAlbum.js +30 -0
  114. package/dist/api/media/video/saveVideoToPhotosAlbum.js.map +1 -0
  115. package/dist/api/media/video-decoder.js +1 -1
  116. package/dist/api/media/video-decoder.js.map +1 -1
  117. package/dist/api/media/video-processing.js +1 -1
  118. package/dist/api/media/video-processing.js.map +1 -1
  119. package/dist/api/media/voip.js +14 -14
  120. package/dist/api/media/voip.js.map +1 -1
  121. package/dist/api/navigate/index.js +5 -5
  122. package/dist/api/navigate/index.js.map +1 -1
  123. package/dist/api/network/mdns.js +10 -10
  124. package/dist/api/network/mdns.js.map +1 -1
  125. package/dist/api/network/tcp.js +1 -1
  126. package/dist/api/network/tcp.js.map +1 -1
  127. package/dist/api/network/udp.js +1 -1
  128. package/dist/api/network/udp.js.map +1 -1
  129. package/dist/api/open-api/account.js +1 -1
  130. package/dist/api/open-api/account.js.map +1 -1
  131. package/dist/api/open-api/address.js +1 -1
  132. package/dist/api/open-api/address.js.map +1 -1
  133. package/dist/api/open-api/authorize.js +2 -2
  134. package/dist/api/open-api/authorize.js.map +1 -1
  135. package/dist/api/open-api/card.js +2 -2
  136. package/dist/api/open-api/card.js.map +1 -1
  137. package/dist/api/open-api/channels-live.js +6 -6
  138. package/dist/api/open-api/channels-live.js.map +1 -1
  139. package/dist/api/open-api/customer-service.js +1 -1
  140. package/dist/api/open-api/customer-service.js.map +1 -1
  141. package/dist/api/open-api/facial.js +4 -4
  142. package/dist/api/open-api/facial.js.map +1 -1
  143. package/dist/api/open-api/favorites.js +3 -3
  144. package/dist/api/open-api/favorites.js.map +1 -1
  145. package/dist/api/open-api/group.js +1 -1
  146. package/dist/api/open-api/group.js.map +1 -1
  147. package/dist/api/open-api/invoice.js +2 -2
  148. package/dist/api/open-api/invoice.js.map +1 -1
  149. package/dist/api/open-api/license-plate.js +1 -1
  150. package/dist/api/open-api/license-plate.js.map +1 -1
  151. package/dist/api/open-api/login.js +3 -3
  152. package/dist/api/open-api/login.js.map +1 -1
  153. package/dist/api/open-api/red-package.js +1 -1
  154. package/dist/api/open-api/red-package.js.map +1 -1
  155. package/dist/api/open-api/settings.js +2 -2
  156. package/dist/api/open-api/settings.js.map +1 -1
  157. package/dist/api/open-api/soter.js +3 -3
  158. package/dist/api/open-api/soter.js.map +1 -1
  159. package/dist/api/open-api/subscribe-message.js +2 -2
  160. package/dist/api/open-api/subscribe-message.js.map +1 -1
  161. package/dist/api/open-api/user-info.js +2 -2
  162. package/dist/api/open-api/user-info.js.map +1 -1
  163. package/dist/api/open-api/werun.js +2 -2
  164. package/dist/api/open-api/werun.js.map +1 -1
  165. package/dist/api/payment/index.js +2 -2
  166. package/dist/api/payment/index.js.map +1 -1
  167. package/dist/api/qq/index.js +1 -1
  168. package/dist/api/qq/index.js.map +1 -1
  169. package/dist/api/share/index.d.ts +10 -0
  170. package/dist/api/share/index.js +21 -11
  171. package/dist/api/share/index.js.map +1 -1
  172. package/dist/api/storage/background-fetch.js +4 -4
  173. package/dist/api/storage/background-fetch.js.map +1 -1
  174. package/dist/api/storage/index.js +2 -2
  175. package/dist/api/storage/index.js.map +1 -1
  176. package/dist/api/swan/index.js +21 -21
  177. package/dist/api/swan/index.js.map +1 -1
  178. package/dist/api/taro.js +1 -1
  179. package/dist/api/taro.js.map +1 -1
  180. package/dist/api/ui/background.js +2 -2
  181. package/dist/api/ui/background.js.map +1 -1
  182. package/dist/api/ui/interaction/index.d.ts +1 -1
  183. package/dist/api/ui/interaction/index.js +4 -4
  184. package/dist/api/ui/interaction/index.js.map +1 -1
  185. package/dist/api/ui/menu.js +1 -1
  186. package/dist/api/ui/menu.js.map +1 -1
  187. package/dist/api/ui/navigation-bar/index.js +3 -3
  188. package/dist/api/ui/navigation-bar/index.js.map +1 -1
  189. package/dist/api/ui/sticky.js +1 -1
  190. package/dist/api/ui/sticky.js.map +1 -1
  191. package/dist/api/ui/window.js +2 -2
  192. package/dist/api/ui/window.js.map +1 -1
  193. package/dist/api/worker/index.js +1 -1
  194. package/dist/api/worker/index.js.map +1 -1
  195. package/dist/api/wxml/IntersectionObserver.d.ts +1 -1
  196. package/dist/api/wxml/IntersectionObserver.js +0 -1
  197. package/dist/api/wxml/IntersectionObserver.js.map +1 -1
  198. package/dist/api/wxml/MediaQueryObserver.d.ts +1 -1
  199. package/dist/api/wxml/MediaQueryObserver.js.map +1 -1
  200. package/dist/index.cjs.d.ts +24 -11
  201. package/dist/index.cjs.js +2262 -1853
  202. package/dist/index.cjs.js.map +1 -1
  203. package/dist/index.esm.d.ts +24 -11
  204. package/dist/index.esm.js +2241 -1851
  205. package/dist/index.esm.js.map +1 -1
  206. package/dist/index.js +7 -2
  207. package/dist/index.js.map +1 -1
  208. package/dist/utils/helper.d.ts +2 -0
  209. package/dist/utils/helper.js +11 -0
  210. package/dist/utils/helper.js.map +1 -0
  211. package/dist/utils/index.d.ts +1 -0
  212. package/dist/utils/index.js +1 -0
  213. package/dist/utils/index.js.map +1 -1
  214. package/package.json +7 -6
@@ -1,20 +1,20 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 实时语音
4
- const updateVoIPChatMuteConfig = temporarilyNotSupport('updateVoIPChatMuteConfig');
5
- const subscribeVoIPVideoMembers = temporarilyNotSupport('subscribeVoIPVideoMembers');
6
- const setEnable1v1Chat = temporarilyNotSupport('setEnable1v1Chat');
7
- const onVoIPVideoMembersChanged = temporarilyNotSupport('onVoIPVideoMembersChanged');
8
- const onVoIPChatStateChanged = temporarilyNotSupport('onVoIPChatStateChanged');
9
- const onVoIPChatSpeakersChanged = temporarilyNotSupport('onVoIPChatSpeakersChanged');
10
- const onVoIPChatMembersChanged = temporarilyNotSupport('onVoIPChatMembersChanged');
11
- const onVoIPChatInterrupted = temporarilyNotSupport('onVoIPChatInterrupted');
12
- const offVoIPVideoMembersChanged = temporarilyNotSupport('offVoIPVideoMembersChanged');
13
- const offVoIPChatStateChanged = temporarilyNotSupport('offVoIPChatStateChanged');
14
- const offVoIPChatMembersChanged = temporarilyNotSupport('offVoIPChatMembersChanged');
15
- const offVoIPChatInterrupted = temporarilyNotSupport('offVoIPChatInterrupted');
16
- const joinVoIPChat = temporarilyNotSupport('joinVoIPChat');
17
- const exitVoIPChat = temporarilyNotSupport('exitVoIPChat');
4
+ const updateVoIPChatMuteConfig = /* @__PURE__ */ temporarilyNotSupport('updateVoIPChatMuteConfig');
5
+ const subscribeVoIPVideoMembers = /* @__PURE__ */ temporarilyNotSupport('subscribeVoIPVideoMembers');
6
+ const setEnable1v1Chat = /* @__PURE__ */ temporarilyNotSupport('setEnable1v1Chat');
7
+ const onVoIPVideoMembersChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPVideoMembersChanged');
8
+ const onVoIPChatStateChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatStateChanged');
9
+ const onVoIPChatSpeakersChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatSpeakersChanged');
10
+ const onVoIPChatMembersChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatMembersChanged');
11
+ const onVoIPChatInterrupted = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatInterrupted');
12
+ const offVoIPVideoMembersChanged = /* @__PURE__ */ temporarilyNotSupport('offVoIPVideoMembersChanged');
13
+ const offVoIPChatStateChanged = /* @__PURE__ */ temporarilyNotSupport('offVoIPChatStateChanged');
14
+ const offVoIPChatMembersChanged = /* @__PURE__ */ temporarilyNotSupport('offVoIPChatMembersChanged');
15
+ const offVoIPChatInterrupted = /* @__PURE__ */ temporarilyNotSupport('offVoIPChatInterrupted');
16
+ const joinVoIPChat = /* @__PURE__ */ temporarilyNotSupport('joinVoIPChat');
17
+ const exitVoIPChat = /* @__PURE__ */ temporarilyNotSupport('exitVoIPChat');
18
18
 
19
19
  export { exitVoIPChat, joinVoIPChat, offVoIPChatInterrupted, offVoIPChatMembersChanged, offVoIPChatStateChanged, offVoIPVideoMembersChanged, onVoIPChatInterrupted, onVoIPChatMembersChanged, onVoIPChatSpeakersChanged, onVoIPChatStateChanged, onVoIPVideoMembersChanged, setEnable1v1Chat, subscribeVoIPVideoMembers, updateVoIPChatMuteConfig };
20
20
  //# sourceMappingURL=voip.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"voip.js","sources":["../../../src/api/media/voip.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 实时语音\nexport const updateVoIPChatMuteConfig = temporarilyNotSupport('updateVoIPChatMuteConfig')\nexport const subscribeVoIPVideoMembers = temporarilyNotSupport('subscribeVoIPVideoMembers')\nexport const setEnable1v1Chat = temporarilyNotSupport('setEnable1v1Chat')\nexport const onVoIPVideoMembersChanged = temporarilyNotSupport('onVoIPVideoMembersChanged')\nexport const onVoIPChatStateChanged = temporarilyNotSupport('onVoIPChatStateChanged')\nexport const onVoIPChatSpeakersChanged = temporarilyNotSupport('onVoIPChatSpeakersChanged')\nexport const onVoIPChatMembersChanged = temporarilyNotSupport('onVoIPChatMembersChanged')\nexport const onVoIPChatInterrupted = temporarilyNotSupport('onVoIPChatInterrupted')\nexport const offVoIPVideoMembersChanged = temporarilyNotSupport('offVoIPVideoMembersChanged')\nexport const offVoIPChatStateChanged = temporarilyNotSupport('offVoIPChatStateChanged')\nexport const offVoIPChatMembersChanged = temporarilyNotSupport('offVoIPChatMembersChanged')\nexport const offVoIPChatInterrupted = temporarilyNotSupport('offVoIPChatInterrupted')\nexport const joinVoIPChat = temporarilyNotSupport('joinVoIPChat')\nexport const exitVoIPChat = temporarilyNotSupport('exitVoIPChat')\n"],"names":[],"mappings":";;AAEA;MACa,wBAAwB,GAAG,qBAAqB,CAAC,0BAA0B,EAAC;MAC5E,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,gBAAgB,GAAG,qBAAqB,CAAC,kBAAkB,EAAC;MAC5D,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,sBAAsB,GAAG,qBAAqB,CAAC,wBAAwB,EAAC;MACxE,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,wBAAwB,GAAG,qBAAqB,CAAC,0BAA0B,EAAC;MAC5E,qBAAqB,GAAG,qBAAqB,CAAC,uBAAuB,EAAC;MACtE,0BAA0B,GAAG,qBAAqB,CAAC,4BAA4B,EAAC;MAChF,uBAAuB,GAAG,qBAAqB,CAAC,yBAAyB,EAAC;MAC1E,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,sBAAsB,GAAG,qBAAqB,CAAC,wBAAwB,EAAC;MACxE,YAAY,GAAG,qBAAqB,CAAC,cAAc,EAAC;MACpD,YAAY,GAAG,qBAAqB,CAAC,cAAc;;;;"}
1
+ {"version":3,"file":"voip.js","sources":["../../../src/api/media/voip.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 实时语音\nexport const updateVoIPChatMuteConfig = /* @__PURE__ */ temporarilyNotSupport('updateVoIPChatMuteConfig')\nexport const subscribeVoIPVideoMembers = /* @__PURE__ */ temporarilyNotSupport('subscribeVoIPVideoMembers')\nexport const setEnable1v1Chat = /* @__PURE__ */ temporarilyNotSupport('setEnable1v1Chat')\nexport const onVoIPVideoMembersChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPVideoMembersChanged')\nexport const onVoIPChatStateChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatStateChanged')\nexport const onVoIPChatSpeakersChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatSpeakersChanged')\nexport const onVoIPChatMembersChanged = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatMembersChanged')\nexport const onVoIPChatInterrupted = /* @__PURE__ */ temporarilyNotSupport('onVoIPChatInterrupted')\nexport const offVoIPVideoMembersChanged = /* @__PURE__ */ temporarilyNotSupport('offVoIPVideoMembersChanged')\nexport const offVoIPChatStateChanged = /* @__PURE__ */ temporarilyNotSupport('offVoIPChatStateChanged')\nexport const offVoIPChatMembersChanged = /* @__PURE__ */ temporarilyNotSupport('offVoIPChatMembersChanged')\nexport const offVoIPChatInterrupted = /* @__PURE__ */ temporarilyNotSupport('offVoIPChatInterrupted')\nexport const joinVoIPChat = /* @__PURE__ */ temporarilyNotSupport('joinVoIPChat')\nexport const exitVoIPChat = /* @__PURE__ */ temporarilyNotSupport('exitVoIPChat')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,wBAAwB,mBAAmB,qBAAqB,CAAC,0BAA0B,EAAC;AAC5F,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,gBAAgB,mBAAmB,qBAAqB,CAAC,kBAAkB,EAAC;AAC5E,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,sBAAsB,mBAAmB,qBAAqB,CAAC,wBAAwB,EAAC;AACxF,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,wBAAwB,mBAAmB,qBAAqB,CAAC,0BAA0B,EAAC;AAC5F,MAAA,qBAAqB,mBAAmB,qBAAqB,CAAC,uBAAuB,EAAC;AACtF,MAAA,0BAA0B,mBAAmB,qBAAqB,CAAC,4BAA4B,EAAC;AAChG,MAAA,uBAAuB,mBAAmB,qBAAqB,CAAC,yBAAyB,EAAC;AAC1F,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,sBAAsB,mBAAmB,qBAAqB,CAAC,wBAAwB,EAAC;AACxF,MAAA,YAAY,mBAAmB,qBAAqB,CAAC,cAAc,EAAC;AACpE,MAAA,YAAY,mBAAmB,qBAAqB,CAAC,cAAc;;;;"}
@@ -1,11 +1,11 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 跳转
4
- const openEmbeddedMiniProgram = temporarilyNotSupport('openEmbeddedMiniProgram');
5
- const navigateToMiniProgram = temporarilyNotSupport('navigateToMiniProgram');
6
- const navigateBackMiniProgram = temporarilyNotSupport('navigateBackMiniProgram');
7
- const exitMiniProgram = temporarilyNotSupport('exitMiniProgram');
8
- const openBusinessView = temporarilyNotSupport('openBusinessView');
4
+ const openEmbeddedMiniProgram = /* @__PURE__ */ temporarilyNotSupport('openEmbeddedMiniProgram');
5
+ const navigateToMiniProgram = /* @__PURE__ */ temporarilyNotSupport('navigateToMiniProgram');
6
+ const navigateBackMiniProgram = /* @__PURE__ */ temporarilyNotSupport('navigateBackMiniProgram');
7
+ const exitMiniProgram = /* @__PURE__ */ temporarilyNotSupport('exitMiniProgram');
8
+ const openBusinessView = /* @__PURE__ */ temporarilyNotSupport('openBusinessView');
9
9
 
10
10
  export { exitMiniProgram, navigateBackMiniProgram, navigateToMiniProgram, openBusinessView, openEmbeddedMiniProgram };
11
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/api/navigate/index.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 跳转\nexport const openEmbeddedMiniProgram = temporarilyNotSupport('openEmbeddedMiniProgram')\nexport const navigateToMiniProgram = temporarilyNotSupport('navigateToMiniProgram')\nexport const navigateBackMiniProgram = temporarilyNotSupport('navigateBackMiniProgram')\nexport const exitMiniProgram = temporarilyNotSupport('exitMiniProgram')\nexport const openBusinessView = temporarilyNotSupport('openBusinessView')\n"],"names":[],"mappings":";;AAEA;MACa,uBAAuB,GAAG,qBAAqB,CAAC,yBAAyB,EAAC;MAC1E,qBAAqB,GAAG,qBAAqB,CAAC,uBAAuB,EAAC;MACtE,uBAAuB,GAAG,qBAAqB,CAAC,yBAAyB,EAAC;MAC1E,eAAe,GAAG,qBAAqB,CAAC,iBAAiB,EAAC;MAC1D,gBAAgB,GAAG,qBAAqB,CAAC,kBAAkB;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/api/navigate/index.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 跳转\nexport const openEmbeddedMiniProgram = /* @__PURE__ */ temporarilyNotSupport('openEmbeddedMiniProgram')\nexport const navigateToMiniProgram = /* @__PURE__ */ temporarilyNotSupport('navigateToMiniProgram')\nexport const navigateBackMiniProgram = /* @__PURE__ */ temporarilyNotSupport('navigateBackMiniProgram')\nexport const exitMiniProgram = /* @__PURE__ */ temporarilyNotSupport('exitMiniProgram')\nexport const openBusinessView = /* @__PURE__ */ temporarilyNotSupport('openBusinessView')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,uBAAuB,mBAAmB,qBAAqB,CAAC,yBAAyB,EAAC;AAC1F,MAAA,qBAAqB,mBAAmB,qBAAqB,CAAC,uBAAuB,EAAC;AACtF,MAAA,uBAAuB,mBAAmB,qBAAqB,CAAC,yBAAyB,EAAC;AAC1F,MAAA,eAAe,mBAAmB,qBAAqB,CAAC,iBAAiB,EAAC;AAC1E,MAAA,gBAAgB,mBAAmB,qBAAqB,CAAC,kBAAkB;;;;"}
@@ -1,16 +1,16 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // mDNS
4
- const stopLocalServiceDiscovery = temporarilyNotSupport('stopLocalServiceDiscovery');
5
- const startLocalServiceDiscovery = temporarilyNotSupport('startLocalServiceDiscovery');
6
- const onLocalServiceResolveFail = temporarilyNotSupport('onLocalServiceResolveFail');
7
- const onLocalServiceLost = temporarilyNotSupport('onLocalServiceLost');
8
- const onLocalServiceFound = temporarilyNotSupport('onLocalServiceFound');
9
- const onLocalServiceDiscoveryStop = temporarilyNotSupport('onLocalServiceDiscoveryStop');
10
- const offLocalServiceResolveFail = temporarilyNotSupport('offLocalServiceResolveFail');
11
- const offLocalServiceLost = temporarilyNotSupport('offLocalServiceLost');
12
- const offLocalServiceFound = temporarilyNotSupport('offLocalServiceFound');
13
- const offLocalServiceDiscoveryStop = temporarilyNotSupport('offLocalServiceDiscoveryStop');
4
+ const stopLocalServiceDiscovery = /* @__PURE__ */ temporarilyNotSupport('stopLocalServiceDiscovery');
5
+ const startLocalServiceDiscovery = /* @__PURE__ */ temporarilyNotSupport('startLocalServiceDiscovery');
6
+ const onLocalServiceResolveFail = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceResolveFail');
7
+ const onLocalServiceLost = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceLost');
8
+ const onLocalServiceFound = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceFound');
9
+ const onLocalServiceDiscoveryStop = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceDiscoveryStop');
10
+ const offLocalServiceResolveFail = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceResolveFail');
11
+ const offLocalServiceLost = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceLost');
12
+ const offLocalServiceFound = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceFound');
13
+ const offLocalServiceDiscoveryStop = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceDiscoveryStop');
14
14
 
15
15
  export { offLocalServiceDiscoveryStop, offLocalServiceFound, offLocalServiceLost, offLocalServiceResolveFail, onLocalServiceDiscoveryStop, onLocalServiceFound, onLocalServiceLost, onLocalServiceResolveFail, startLocalServiceDiscovery, stopLocalServiceDiscovery };
16
16
  //# sourceMappingURL=mdns.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mdns.js","sources":["../../../src/api/network/mdns.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// mDNS\nexport const stopLocalServiceDiscovery = temporarilyNotSupport('stopLocalServiceDiscovery')\nexport const startLocalServiceDiscovery = temporarilyNotSupport('startLocalServiceDiscovery')\nexport const onLocalServiceResolveFail = temporarilyNotSupport('onLocalServiceResolveFail')\nexport const onLocalServiceLost = temporarilyNotSupport('onLocalServiceLost')\nexport const onLocalServiceFound = temporarilyNotSupport('onLocalServiceFound')\nexport const onLocalServiceDiscoveryStop = temporarilyNotSupport('onLocalServiceDiscoveryStop')\nexport const offLocalServiceResolveFail = temporarilyNotSupport('offLocalServiceResolveFail')\nexport const offLocalServiceLost = temporarilyNotSupport('offLocalServiceLost')\nexport const offLocalServiceFound = temporarilyNotSupport('offLocalServiceFound')\nexport const offLocalServiceDiscoveryStop = temporarilyNotSupport('offLocalServiceDiscoveryStop')\n"],"names":[],"mappings":";;AAEA;MACa,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,0BAA0B,GAAG,qBAAqB,CAAC,4BAA4B,EAAC;MAChF,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,kBAAkB,GAAG,qBAAqB,CAAC,oBAAoB,EAAC;MAChE,mBAAmB,GAAG,qBAAqB,CAAC,qBAAqB,EAAC;MAClE,2BAA2B,GAAG,qBAAqB,CAAC,6BAA6B,EAAC;MAClF,0BAA0B,GAAG,qBAAqB,CAAC,4BAA4B,EAAC;MAChF,mBAAmB,GAAG,qBAAqB,CAAC,qBAAqB,EAAC;MAClE,oBAAoB,GAAG,qBAAqB,CAAC,sBAAsB,EAAC;MACpE,4BAA4B,GAAG,qBAAqB,CAAC,8BAA8B;;;;"}
1
+ {"version":3,"file":"mdns.js","sources":["../../../src/api/network/mdns.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// mDNS\nexport const stopLocalServiceDiscovery = /* @__PURE__ */ temporarilyNotSupport('stopLocalServiceDiscovery')\nexport const startLocalServiceDiscovery = /* @__PURE__ */ temporarilyNotSupport('startLocalServiceDiscovery')\nexport const onLocalServiceResolveFail = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceResolveFail')\nexport const onLocalServiceLost = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceLost')\nexport const onLocalServiceFound = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceFound')\nexport const onLocalServiceDiscoveryStop = /* @__PURE__ */ temporarilyNotSupport('onLocalServiceDiscoveryStop')\nexport const offLocalServiceResolveFail = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceResolveFail')\nexport const offLocalServiceLost = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceLost')\nexport const offLocalServiceFound = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceFound')\nexport const offLocalServiceDiscoveryStop = /* @__PURE__ */ temporarilyNotSupport('offLocalServiceDiscoveryStop')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,0BAA0B,mBAAmB,qBAAqB,CAAC,4BAA4B,EAAC;AAChG,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,kBAAkB,mBAAmB,qBAAqB,CAAC,oBAAoB,EAAC;AAChF,MAAA,mBAAmB,mBAAmB,qBAAqB,CAAC,qBAAqB,EAAC;AAClF,MAAA,2BAA2B,mBAAmB,qBAAqB,CAAC,6BAA6B,EAAC;AAClG,MAAA,0BAA0B,mBAAmB,qBAAqB,CAAC,4BAA4B,EAAC;AAChG,MAAA,mBAAmB,mBAAmB,qBAAqB,CAAC,qBAAqB,EAAC;AAClF,MAAA,oBAAoB,mBAAmB,qBAAqB,CAAC,sBAAsB,EAAC;AACpF,MAAA,4BAA4B,mBAAmB,qBAAqB,CAAC,8BAA8B;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // TCP 通信
4
- const createTCPSocket = temporarilyNotSupport('createTCPSocket');
4
+ const createTCPSocket = /* @__PURE__ */ temporarilyNotSupport('createTCPSocket');
5
5
 
6
6
  export { createTCPSocket };
7
7
  //# sourceMappingURL=tcp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tcp.js","sources":["../../../src/api/network/tcp.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// TCP 通信\nexport const createTCPSocket = temporarilyNotSupport('createTCPSocket')\n"],"names":[],"mappings":";;AAEA;MACa,eAAe,GAAG,qBAAqB,CAAC,iBAAiB;;;;"}
1
+ {"version":3,"file":"tcp.js","sources":["../../../src/api/network/tcp.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// TCP 通信\nexport const createTCPSocket = /* @__PURE__ */ temporarilyNotSupport('createTCPSocket')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,eAAe,mBAAmB,qBAAqB,CAAC,iBAAiB;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // UDP 通信
4
- const createUDPSocket = temporarilyNotSupport('createUDPSocket');
4
+ const createUDPSocket = /* @__PURE__ */ temporarilyNotSupport('createUDPSocket');
5
5
 
6
6
  export { createUDPSocket };
7
7
  //# sourceMappingURL=udp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"udp.js","sources":["../../../src/api/network/udp.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// UDP 通信\nexport const createUDPSocket = temporarilyNotSupport('createUDPSocket')\n"],"names":[],"mappings":";;AAEA;MACa,eAAe,GAAG,qBAAqB,CAAC,iBAAiB;;;;"}
1
+ {"version":3,"file":"udp.js","sources":["../../../src/api/network/udp.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// UDP 通信\nexport const createUDPSocket = /* @__PURE__ */ temporarilyNotSupport('createUDPSocket')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,eAAe,mBAAmB,qBAAqB,CAAC,iBAAiB;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 帐号信息
4
- const getAccountInfoSync = temporarilyNotSupport('getAccountInfoSync');
4
+ const getAccountInfoSync = /* @__PURE__ */ temporarilyNotSupport('getAccountInfoSync');
5
5
 
6
6
  export { getAccountInfoSync };
7
7
  //# sourceMappingURL=account.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"account.js","sources":["../../../src/api/open-api/account.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 帐号信息\nexport const getAccountInfoSync = temporarilyNotSupport('getAccountInfoSync')\n"],"names":[],"mappings":";;AAEA;MACa,kBAAkB,GAAG,qBAAqB,CAAC,oBAAoB;;;;"}
1
+ {"version":3,"file":"account.js","sources":["../../../src/api/open-api/account.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 帐号信息\nexport const getAccountInfoSync = /* @__PURE__ */ temporarilyNotSupport('getAccountInfoSync')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,kBAAkB,mBAAmB,qBAAqB,CAAC,oBAAoB;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 收货地址
4
- const chooseAddress = temporarilyNotSupport('chooseAddress');
4
+ const chooseAddress = /* @__PURE__ */ temporarilyNotSupport('chooseAddress');
5
5
 
6
6
  export { chooseAddress };
7
7
  //# sourceMappingURL=address.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"address.js","sources":["../../../src/api/open-api/address.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 收货地址\nexport const chooseAddress = temporarilyNotSupport('chooseAddress')\n"],"names":[],"mappings":";;AAEA;MACa,aAAa,GAAG,qBAAqB,CAAC,eAAe;;;;"}
1
+ {"version":3,"file":"address.js","sources":["../../../src/api/open-api/address.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 收货地址\nexport const chooseAddress = /* @__PURE__ */ temporarilyNotSupport('chooseAddress')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,aAAa,mBAAmB,qBAAqB,CAAC,eAAe;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 授权
4
- const authorizeForMiniProgram = temporarilyNotSupport('authorizeForMiniProgram');
5
- const authorize = temporarilyNotSupport('authorize');
4
+ const authorizeForMiniProgram = /* @__PURE__ */ temporarilyNotSupport('authorizeForMiniProgram');
5
+ const authorize = /* @__PURE__ */ temporarilyNotSupport('authorize');
6
6
 
7
7
  export { authorize, authorizeForMiniProgram };
8
8
  //# sourceMappingURL=authorize.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"authorize.js","sources":["../../../src/api/open-api/authorize.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 授权\nexport const authorizeForMiniProgram = temporarilyNotSupport('authorizeForMiniProgram')\nexport const authorize = temporarilyNotSupport('authorize')\n"],"names":[],"mappings":";;AAEA;MACa,uBAAuB,GAAG,qBAAqB,CAAC,yBAAyB,EAAC;MAC1E,SAAS,GAAG,qBAAqB,CAAC,WAAW;;;;"}
1
+ {"version":3,"file":"authorize.js","sources":["../../../src/api/open-api/authorize.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 授权\nexport const authorizeForMiniProgram = /* @__PURE__ */ temporarilyNotSupport('authorizeForMiniProgram')\nexport const authorize = /* @__PURE__ */ temporarilyNotSupport('authorize')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,uBAAuB,mBAAmB,qBAAqB,CAAC,yBAAyB,EAAC;AAC1F,MAAA,SAAS,mBAAmB,qBAAqB,CAAC,WAAW;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 卡券
4
- const openCard = temporarilyNotSupport('openCard');
5
- const addCard = temporarilyNotSupport('addCard');
4
+ const openCard = /* @__PURE__ */ temporarilyNotSupport('openCard');
5
+ const addCard = /* @__PURE__ */ temporarilyNotSupport('addCard');
6
6
 
7
7
  export { addCard, openCard };
8
8
  //# sourceMappingURL=card.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.js","sources":["../../../src/api/open-api/card.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 卡券\nexport const openCard = temporarilyNotSupport('openCard')\nexport const addCard = temporarilyNotSupport('addCard')\n"],"names":[],"mappings":";;AAEA;MACa,QAAQ,GAAG,qBAAqB,CAAC,UAAU,EAAC;MAC5C,OAAO,GAAG,qBAAqB,CAAC,SAAS;;;;"}
1
+ {"version":3,"file":"card.js","sources":["../../../src/api/open-api/card.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 卡券\nexport const openCard = /* @__PURE__ */ temporarilyNotSupport('openCard')\nexport const addCard = /* @__PURE__ */ temporarilyNotSupport('addCard')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,QAAQ,mBAAmB,qBAAqB,CAAC,UAAU,EAAC;AAC5D,MAAA,OAAO,mBAAmB,qBAAqB,CAAC,SAAS;;;;"}
@@ -1,12 +1,12 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 视频号
4
- const reserveChannelsLive = temporarilyNotSupport('reserveChannelsLive');
5
- const openChannelsLive = temporarilyNotSupport('openChannelsLive');
6
- const openChannelsEvent = temporarilyNotSupport('openChannelsEvent');
7
- const openChannelsActivity = temporarilyNotSupport('openChannelsActivity');
8
- const getChannelsLiveNoticeInfo = temporarilyNotSupport('getChannelsLiveNoticeInfo');
9
- const getChannelsLiveInfo = temporarilyNotSupport('getChannelsLiveInfo');
4
+ const reserveChannelsLive = /* @__PURE__ */ temporarilyNotSupport('reserveChannelsLive');
5
+ const openChannelsLive = /* @__PURE__ */ temporarilyNotSupport('openChannelsLive');
6
+ const openChannelsEvent = /* @__PURE__ */ temporarilyNotSupport('openChannelsEvent');
7
+ const openChannelsActivity = /* @__PURE__ */ temporarilyNotSupport('openChannelsActivity');
8
+ const getChannelsLiveNoticeInfo = /* @__PURE__ */ temporarilyNotSupport('getChannelsLiveNoticeInfo');
9
+ const getChannelsLiveInfo = /* @__PURE__ */ temporarilyNotSupport('getChannelsLiveInfo');
10
10
 
11
11
  export { getChannelsLiveInfo, getChannelsLiveNoticeInfo, openChannelsActivity, openChannelsEvent, openChannelsLive, reserveChannelsLive };
12
12
  //# sourceMappingURL=channels-live.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"channels-live.js","sources":["../../../src/api/open-api/channels-live.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 视频号\nexport const reserveChannelsLive = temporarilyNotSupport('reserveChannelsLive')\nexport const openChannelsLive = temporarilyNotSupport('openChannelsLive')\nexport const openChannelsEvent = temporarilyNotSupport('openChannelsEvent')\nexport const openChannelsActivity = temporarilyNotSupport('openChannelsActivity')\nexport const getChannelsLiveNoticeInfo = temporarilyNotSupport('getChannelsLiveNoticeInfo')\nexport const getChannelsLiveInfo = temporarilyNotSupport('getChannelsLiveInfo')\n"],"names":[],"mappings":";;AAEA;MACa,mBAAmB,GAAG,qBAAqB,CAAC,qBAAqB,EAAC;MAClE,gBAAgB,GAAG,qBAAqB,CAAC,kBAAkB,EAAC;MAC5D,iBAAiB,GAAG,qBAAqB,CAAC,mBAAmB,EAAC;MAC9D,oBAAoB,GAAG,qBAAqB,CAAC,sBAAsB,EAAC;MACpE,yBAAyB,GAAG,qBAAqB,CAAC,2BAA2B,EAAC;MAC9E,mBAAmB,GAAG,qBAAqB,CAAC,qBAAqB;;;;"}
1
+ {"version":3,"file":"channels-live.js","sources":["../../../src/api/open-api/channels-live.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 视频号\nexport const reserveChannelsLive = /* @__PURE__ */ temporarilyNotSupport('reserveChannelsLive')\nexport const openChannelsLive = /* @__PURE__ */ temporarilyNotSupport('openChannelsLive')\nexport const openChannelsEvent = /* @__PURE__ */ temporarilyNotSupport('openChannelsEvent')\nexport const openChannelsActivity = /* @__PURE__ */ temporarilyNotSupport('openChannelsActivity')\nexport const getChannelsLiveNoticeInfo = /* @__PURE__ */ temporarilyNotSupport('getChannelsLiveNoticeInfo')\nexport const getChannelsLiveInfo = /* @__PURE__ */ temporarilyNotSupport('getChannelsLiveInfo')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,mBAAmB,mBAAmB,qBAAqB,CAAC,qBAAqB,EAAC;AAClF,MAAA,gBAAgB,mBAAmB,qBAAqB,CAAC,kBAAkB,EAAC;AAC5E,MAAA,iBAAiB,mBAAmB,qBAAqB,CAAC,mBAAmB,EAAC;AAC9E,MAAA,oBAAoB,mBAAmB,qBAAqB,CAAC,sBAAsB,EAAC;AACpF,MAAA,yBAAyB,mBAAmB,qBAAqB,CAAC,2BAA2B,EAAC;AAC9F,MAAA,mBAAmB,mBAAmB,qBAAqB,CAAC,qBAAqB;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 微信客服
4
- const openCustomerServiceChat = temporarilyNotSupport('openCustomerServiceChat');
4
+ const openCustomerServiceChat = /* @__PURE__ */ temporarilyNotSupport('openCustomerServiceChat');
5
5
 
6
6
  export { openCustomerServiceChat };
7
7
  //# sourceMappingURL=customer-service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customer-service.js","sources":["../../../src/api/open-api/customer-service.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信客服\nexport const openCustomerServiceChat = temporarilyNotSupport('openCustomerServiceChat')\n"],"names":[],"mappings":";;AAEA;MACa,uBAAuB,GAAG,qBAAqB,CAAC,yBAAyB;;;;"}
1
+ {"version":3,"file":"customer-service.js","sources":["../../../src/api/open-api/customer-service.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信客服\nexport const openCustomerServiceChat = /* @__PURE__ */ temporarilyNotSupport('openCustomerServiceChat')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,uBAAuB,mBAAmB,qBAAqB,CAAC,yBAAyB;;;;"}
@@ -1,10 +1,10 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 过往接口
4
- const checkIsSupportFacialRecognition = temporarilyNotSupport('checkIsSupportFacialRecognition');
5
- const startFacialRecognitionVerify = temporarilyNotSupport('startFacialRecognitionVerify');
6
- const startFacialRecognitionVerifyAndUploadVideo = temporarilyNotSupport('startFacialRecognitionVerifyAndUploadVideo');
7
- const faceVerifyForPay = temporarilyNotSupport('faceVerifyForPay');
4
+ const checkIsSupportFacialRecognition = /* @__PURE__ */ temporarilyNotSupport('checkIsSupportFacialRecognition');
5
+ const startFacialRecognitionVerify = /* @__PURE__ */ temporarilyNotSupport('startFacialRecognitionVerify');
6
+ const startFacialRecognitionVerifyAndUploadVideo = /* @__PURE__ */ temporarilyNotSupport('startFacialRecognitionVerifyAndUploadVideo');
7
+ const faceVerifyForPay = /* @__PURE__ */ temporarilyNotSupport('faceVerifyForPay');
8
8
 
9
9
  export { checkIsSupportFacialRecognition, faceVerifyForPay, startFacialRecognitionVerify, startFacialRecognitionVerifyAndUploadVideo };
10
10
  //# sourceMappingURL=facial.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"facial.js","sources":["../../../src/api/open-api/facial.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 过往接口\nexport const checkIsSupportFacialRecognition = temporarilyNotSupport('checkIsSupportFacialRecognition')\nexport const startFacialRecognitionVerify = temporarilyNotSupport('startFacialRecognitionVerify')\nexport const startFacialRecognitionVerifyAndUploadVideo = temporarilyNotSupport('startFacialRecognitionVerifyAndUploadVideo')\nexport const faceVerifyForPay = temporarilyNotSupport('faceVerifyForPay')\n"],"names":[],"mappings":";;AAEA;MACa,+BAA+B,GAAG,qBAAqB,CAAC,iCAAiC,EAAC;MAC1F,4BAA4B,GAAG,qBAAqB,CAAC,8BAA8B,EAAC;MACpF,0CAA0C,GAAG,qBAAqB,CAAC,4CAA4C,EAAC;MAChH,gBAAgB,GAAG,qBAAqB,CAAC,kBAAkB;;;;"}
1
+ {"version":3,"file":"facial.js","sources":["../../../src/api/open-api/facial.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 过往接口\nexport const checkIsSupportFacialRecognition = /* @__PURE__ */ temporarilyNotSupport('checkIsSupportFacialRecognition')\nexport const startFacialRecognitionVerify = /* @__PURE__ */ temporarilyNotSupport('startFacialRecognitionVerify')\nexport const startFacialRecognitionVerifyAndUploadVideo = /* @__PURE__ */ temporarilyNotSupport('startFacialRecognitionVerifyAndUploadVideo')\nexport const faceVerifyForPay = /* @__PURE__ */ temporarilyNotSupport('faceVerifyForPay')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,+BAA+B,mBAAmB,qBAAqB,CAAC,iCAAiC,EAAC;AAC1G,MAAA,4BAA4B,mBAAmB,qBAAqB,CAAC,8BAA8B,EAAC;AACpG,MAAA,0CAA0C,mBAAmB,qBAAqB,CAAC,4CAA4C,EAAC;AAChI,MAAA,gBAAgB,mBAAmB,qBAAqB,CAAC,kBAAkB;;;;"}
@@ -1,9 +1,9 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 收藏
4
- const addVideoToFavorites = temporarilyNotSupport('addVideoToFavorites');
5
- const addFileToFavorites = temporarilyNotSupport('addFileToFavorites');
6
- const checkIsAddedToMyMiniProgram = temporarilyNotSupport('checkIsAddedToMyMiniProgram');
4
+ const addVideoToFavorites = /* @__PURE__ */ temporarilyNotSupport('addVideoToFavorites');
5
+ const addFileToFavorites = /* @__PURE__ */ temporarilyNotSupport('addFileToFavorites');
6
+ const checkIsAddedToMyMiniProgram = /* @__PURE__ */ temporarilyNotSupport('checkIsAddedToMyMiniProgram');
7
7
 
8
8
  export { addFileToFavorites, addVideoToFavorites, checkIsAddedToMyMiniProgram };
9
9
  //# sourceMappingURL=favorites.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"favorites.js","sources":["../../../src/api/open-api/favorites.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 收藏\nexport const addVideoToFavorites = temporarilyNotSupport('addVideoToFavorites')\nexport const addFileToFavorites = temporarilyNotSupport('addFileToFavorites')\nexport const checkIsAddedToMyMiniProgram = temporarilyNotSupport('checkIsAddedToMyMiniProgram')\n"],"names":[],"mappings":";;AAEA;MACa,mBAAmB,GAAG,qBAAqB,CAAC,qBAAqB,EAAC;MAClE,kBAAkB,GAAG,qBAAqB,CAAC,oBAAoB,EAAC;MAChE,2BAA2B,GAAG,qBAAqB,CAAC,6BAA6B;;;;"}
1
+ {"version":3,"file":"favorites.js","sources":["../../../src/api/open-api/favorites.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 收藏\nexport const addVideoToFavorites = /* @__PURE__ */ temporarilyNotSupport('addVideoToFavorites')\nexport const addFileToFavorites = /* @__PURE__ */ temporarilyNotSupport('addFileToFavorites')\nexport const checkIsAddedToMyMiniProgram = /* @__PURE__ */ temporarilyNotSupport('checkIsAddedToMyMiniProgram')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,mBAAmB,mBAAmB,qBAAqB,CAAC,qBAAqB,EAAC;AAClF,MAAA,kBAAkB,mBAAmB,qBAAqB,CAAC,oBAAoB,EAAC;AAChF,MAAA,2BAA2B,mBAAmB,qBAAqB,CAAC,6BAA6B;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 微信群
4
- const getGroupEnterInfo = temporarilyNotSupport('getGroupEnterInfo');
4
+ const getGroupEnterInfo = /* @__PURE__ */ temporarilyNotSupport('getGroupEnterInfo');
5
5
 
6
6
  export { getGroupEnterInfo };
7
7
  //# sourceMappingURL=group.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"group.js","sources":["../../../src/api/open-api/group.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信群\nexport const getGroupEnterInfo = temporarilyNotSupport('getGroupEnterInfo')\n"],"names":[],"mappings":";;AAEA;MACa,iBAAiB,GAAG,qBAAqB,CAAC,mBAAmB;;;;"}
1
+ {"version":3,"file":"group.js","sources":["../../../src/api/open-api/group.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信群\nexport const getGroupEnterInfo = /* @__PURE__ */ temporarilyNotSupport('getGroupEnterInfo')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,iBAAiB,mBAAmB,qBAAqB,CAAC,mBAAmB;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 发票
4
- const chooseInvoiceTitle = temporarilyNotSupport('chooseInvoiceTitle');
5
- const chooseInvoice = temporarilyNotSupport('chooseInvoice');
4
+ const chooseInvoiceTitle = /* @__PURE__ */ temporarilyNotSupport('chooseInvoiceTitle');
5
+ const chooseInvoice = /* @__PURE__ */ temporarilyNotSupport('chooseInvoice');
6
6
 
7
7
  export { chooseInvoice, chooseInvoiceTitle };
8
8
  //# sourceMappingURL=invoice.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"invoice.js","sources":["../../../src/api/open-api/invoice.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 发票\nexport const chooseInvoiceTitle = temporarilyNotSupport('chooseInvoiceTitle')\nexport const chooseInvoice = temporarilyNotSupport('chooseInvoice')\n"],"names":[],"mappings":";;AAEA;MACa,kBAAkB,GAAG,qBAAqB,CAAC,oBAAoB,EAAC;MAChE,aAAa,GAAG,qBAAqB,CAAC,eAAe;;;;"}
1
+ {"version":3,"file":"invoice.js","sources":["../../../src/api/open-api/invoice.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 发票\nexport const chooseInvoiceTitle = /* @__PURE__ */ temporarilyNotSupport('chooseInvoiceTitle')\nexport const chooseInvoice = /* @__PURE__ */ temporarilyNotSupport('chooseInvoice')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,kBAAkB,mBAAmB,qBAAqB,CAAC,oBAAoB,EAAC;AAChF,MAAA,aAAa,mBAAmB,qBAAqB,CAAC,eAAe;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 车牌
4
- const chooseLicensePlate = temporarilyNotSupport('chooseLicensePlate');
4
+ const chooseLicensePlate = /* @__PURE__ */ temporarilyNotSupport('chooseLicensePlate');
5
5
 
6
6
  export { chooseLicensePlate };
7
7
  //# sourceMappingURL=license-plate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"license-plate.js","sources":["../../../src/api/open-api/license-plate.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 车牌\nexport const chooseLicensePlate = temporarilyNotSupport('chooseLicensePlate')\n"],"names":[],"mappings":";;AAEA;MACa,kBAAkB,GAAG,qBAAqB,CAAC,oBAAoB;;;;"}
1
+ {"version":3,"file":"license-plate.js","sources":["../../../src/api/open-api/license-plate.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 车牌\nexport const chooseLicensePlate = /* @__PURE__ */ temporarilyNotSupport('chooseLicensePlate')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,kBAAkB,mBAAmB,qBAAqB,CAAC,oBAAoB;;;;"}
@@ -1,9 +1,9 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 帐号信息
4
- const pluginLogin = temporarilyNotSupport('pluginLogin');
5
- const login = temporarilyNotSupport('login');
6
- const checkSession = temporarilyNotSupport('checkSession');
4
+ const pluginLogin = /* @__PURE__ */ temporarilyNotSupport('pluginLogin');
5
+ const login = /* @__PURE__ */ temporarilyNotSupport('login');
6
+ const checkSession = /* @__PURE__ */ temporarilyNotSupport('checkSession');
7
7
 
8
8
  export { checkSession, login, pluginLogin };
9
9
  //# sourceMappingURL=login.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"login.js","sources":["../../../src/api/open-api/login.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 帐号信息\nexport const pluginLogin = temporarilyNotSupport('pluginLogin')\nexport const login = temporarilyNotSupport('login')\nexport const checkSession = temporarilyNotSupport('checkSession')\n"],"names":[],"mappings":";;AAEA;MACa,WAAW,GAAG,qBAAqB,CAAC,aAAa,EAAC;MAClD,KAAK,GAAG,qBAAqB,CAAC,OAAO,EAAC;MACtC,YAAY,GAAG,qBAAqB,CAAC,cAAc;;;;"}
1
+ {"version":3,"file":"login.js","sources":["../../../src/api/open-api/login.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 帐号信息\nexport const pluginLogin = /* @__PURE__ */ temporarilyNotSupport('pluginLogin')\nexport const login = /* @__PURE__ */ temporarilyNotSupport('login')\nexport const checkSession = /* @__PURE__ */ temporarilyNotSupport('checkSession')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,WAAW,mBAAmB,qBAAqB,CAAC,aAAa,EAAC;AAClE,MAAA,KAAK,mBAAmB,qBAAqB,CAAC,OAAO,EAAC;AACtD,MAAA,YAAY,mBAAmB,qBAAqB,CAAC,cAAc;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 微信红包
4
- const showRedPackage = temporarilyNotSupport('showRedPackage');
4
+ const showRedPackage = /* @__PURE__ */ temporarilyNotSupport('showRedPackage');
5
5
 
6
6
  export { showRedPackage };
7
7
  //# sourceMappingURL=red-package.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"red-package.js","sources":["../../../src/api/open-api/red-package.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信红包\nexport const showRedPackage = temporarilyNotSupport('showRedPackage')\n"],"names":[],"mappings":";;AAEA;MACa,cAAc,GAAG,qBAAqB,CAAC,gBAAgB;;;;"}
1
+ {"version":3,"file":"red-package.js","sources":["../../../src/api/open-api/red-package.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信红包\nexport const showRedPackage = /* @__PURE__ */ temporarilyNotSupport('showRedPackage')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,cAAc,mBAAmB,qBAAqB,CAAC,gBAAgB;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 设置
4
- const openSetting = temporarilyNotSupport('openSetting');
5
- const getSetting = temporarilyNotSupport('getSetting');
4
+ const openSetting = /* @__PURE__ */ temporarilyNotSupport('openSetting');
5
+ const getSetting = /* @__PURE__ */ temporarilyNotSupport('getSetting');
6
6
 
7
7
  export { getSetting, openSetting };
8
8
  //# sourceMappingURL=settings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"settings.js","sources":["../../../src/api/open-api/settings.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 设置\nexport const openSetting = temporarilyNotSupport('openSetting')\nexport const getSetting = temporarilyNotSupport('getSetting')\n"],"names":[],"mappings":";;AAEA;MACa,WAAW,GAAG,qBAAqB,CAAC,aAAa,EAAC;MAClD,UAAU,GAAG,qBAAqB,CAAC,YAAY;;;;"}
1
+ {"version":3,"file":"settings.js","sources":["../../../src/api/open-api/settings.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 设置\nexport const openSetting = /* @__PURE__ */ temporarilyNotSupport('openSetting')\nexport const getSetting = /* @__PURE__ */ temporarilyNotSupport('getSetting')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,WAAW,mBAAmB,qBAAqB,CAAC,aAAa,EAAC;AAClE,MAAA,UAAU,mBAAmB,qBAAqB,CAAC,YAAY;;;;"}
@@ -1,9 +1,9 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 生物认证
4
- const startSoterAuthentication = temporarilyNotSupport('startSoterAuthentication');
5
- const checkIsSupportSoterAuthentication = temporarilyNotSupport('checkIsSupportSoterAuthentication');
6
- const checkIsSoterEnrolledInDevice = temporarilyNotSupport('checkIsSoterEnrolledInDevice');
4
+ const startSoterAuthentication = /* @__PURE__ */ temporarilyNotSupport('startSoterAuthentication');
5
+ const checkIsSupportSoterAuthentication = /* @__PURE__ */ temporarilyNotSupport('checkIsSupportSoterAuthentication');
6
+ const checkIsSoterEnrolledInDevice = /* @__PURE__ */ temporarilyNotSupport('checkIsSoterEnrolledInDevice');
7
7
 
8
8
  export { checkIsSoterEnrolledInDevice, checkIsSupportSoterAuthentication, startSoterAuthentication };
9
9
  //# sourceMappingURL=soter.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"soter.js","sources":["../../../src/api/open-api/soter.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 生物认证\nexport const startSoterAuthentication = temporarilyNotSupport('startSoterAuthentication')\nexport const checkIsSupportSoterAuthentication = temporarilyNotSupport('checkIsSupportSoterAuthentication')\nexport const checkIsSoterEnrolledInDevice = temporarilyNotSupport('checkIsSoterEnrolledInDevice')\n"],"names":[],"mappings":";;AAEA;MACa,wBAAwB,GAAG,qBAAqB,CAAC,0BAA0B,EAAC;MAC5E,iCAAiC,GAAG,qBAAqB,CAAC,mCAAmC,EAAC;MAC9F,4BAA4B,GAAG,qBAAqB,CAAC,8BAA8B;;;;"}
1
+ {"version":3,"file":"soter.js","sources":["../../../src/api/open-api/soter.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 生物认证\nexport const startSoterAuthentication = /* @__PURE__ */ temporarilyNotSupport('startSoterAuthentication')\nexport const checkIsSupportSoterAuthentication = /* @__PURE__ */ temporarilyNotSupport('checkIsSupportSoterAuthentication')\nexport const checkIsSoterEnrolledInDevice = /* @__PURE__ */ temporarilyNotSupport('checkIsSoterEnrolledInDevice')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,wBAAwB,mBAAmB,qBAAqB,CAAC,0BAA0B,EAAC;AAC5F,MAAA,iCAAiC,mBAAmB,qBAAqB,CAAC,mCAAmC,EAAC;AAC9G,MAAA,4BAA4B,mBAAmB,qBAAqB,CAAC,8BAA8B;;;;"}
@@ -1,9 +1,9 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 订阅消息
4
- const requestSubscribeMessage = temporarilyNotSupport('requestSubscribeMessage');
4
+ const requestSubscribeMessage = /* @__PURE__ */ temporarilyNotSupport('requestSubscribeMessage');
5
5
  // 订阅设备消息
6
- const requestSubscribeDeviceMessage = temporarilyNotSupport('requestSubscribeDeviceMessage');
6
+ const requestSubscribeDeviceMessage = /* @__PURE__ */ temporarilyNotSupport('requestSubscribeDeviceMessage');
7
7
 
8
8
  export { requestSubscribeDeviceMessage, requestSubscribeMessage };
9
9
  //# sourceMappingURL=subscribe-message.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"subscribe-message.js","sources":["../../../src/api/open-api/subscribe-message.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 订阅消息\nexport const requestSubscribeMessage = temporarilyNotSupport('requestSubscribeMessage')\n// 订阅设备消息\nexport const requestSubscribeDeviceMessage = temporarilyNotSupport('requestSubscribeDeviceMessage')\n"],"names":[],"mappings":";;AAEA;MACa,uBAAuB,GAAG,qBAAqB,CAAC,yBAAyB,EAAC;AACvF;MACa,6BAA6B,GAAG,qBAAqB,CAAC,+BAA+B;;;;"}
1
+ {"version":3,"file":"subscribe-message.js","sources":["../../../src/api/open-api/subscribe-message.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 订阅消息\nexport const requestSubscribeMessage = /* @__PURE__ */ temporarilyNotSupport('requestSubscribeMessage')\n// 订阅设备消息\nexport const requestSubscribeDeviceMessage = /* @__PURE__ */ temporarilyNotSupport('requestSubscribeDeviceMessage')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,uBAAuB,mBAAmB,qBAAqB,CAAC,yBAAyB,EAAC;AACvG;AACa,MAAA,6BAA6B,mBAAmB,qBAAqB,CAAC,+BAA+B;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 用户信息
4
- const getUserProfile = temporarilyNotSupport('getUserProfile');
5
- const getUserInfo = temporarilyNotSupport('getUserInfo');
4
+ const getUserProfile = /* @__PURE__ */ temporarilyNotSupport('getUserProfile');
5
+ const getUserInfo = /* @__PURE__ */ temporarilyNotSupport('getUserInfo');
6
6
 
7
7
  export { getUserInfo, getUserProfile };
8
8
  //# sourceMappingURL=user-info.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-info.js","sources":["../../../src/api/open-api/user-info.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 用户信息\nexport const getUserProfile = temporarilyNotSupport('getUserProfile')\nexport const getUserInfo = temporarilyNotSupport('getUserInfo')\n"],"names":[],"mappings":";;AAEA;MACa,cAAc,GAAG,qBAAqB,CAAC,gBAAgB,EAAC;MACxD,WAAW,GAAG,qBAAqB,CAAC,aAAa;;;;"}
1
+ {"version":3,"file":"user-info.js","sources":["../../../src/api/open-api/user-info.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 用户信息\nexport const getUserProfile = /* @__PURE__ */ temporarilyNotSupport('getUserProfile')\nexport const getUserInfo = /* @__PURE__ */ temporarilyNotSupport('getUserInfo')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,cAAc,mBAAmB,qBAAqB,CAAC,gBAAgB,EAAC;AACxE,MAAA,WAAW,mBAAmB,qBAAqB,CAAC,aAAa;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 微信运动
4
- const shareToWeRun = temporarilyNotSupport('shareToWeRun');
5
- const getWeRunData = temporarilyNotSupport('getWeRunData');
4
+ const shareToWeRun = /* @__PURE__ */ temporarilyNotSupport('shareToWeRun');
5
+ const getWeRunData = /* @__PURE__ */ temporarilyNotSupport('getWeRunData');
6
6
 
7
7
  export { getWeRunData, shareToWeRun };
8
8
  //# sourceMappingURL=werun.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"werun.js","sources":["../../../src/api/open-api/werun.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信运动\nexport const shareToWeRun = temporarilyNotSupport('shareToWeRun')\nexport const getWeRunData = temporarilyNotSupport('getWeRunData')\n"],"names":[],"mappings":";;AAEA;MACa,YAAY,GAAG,qBAAqB,CAAC,cAAc,EAAC;MACpD,YAAY,GAAG,qBAAqB,CAAC,cAAc;;;;"}
1
+ {"version":3,"file":"werun.js","sources":["../../../src/api/open-api/werun.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 微信运动\nexport const shareToWeRun = /* @__PURE__ */ temporarilyNotSupport('shareToWeRun')\nexport const getWeRunData = /* @__PURE__ */ temporarilyNotSupport('getWeRunData')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,YAAY,mBAAmB,qBAAqB,CAAC,cAAc,EAAC;AACpE,MAAA,YAAY,mBAAmB,qBAAqB,CAAC,cAAc;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 支付
4
- const requestPayment = temporarilyNotSupport('requestPayment');
5
- const requestOrderPayment = temporarilyNotSupport('requestOrderPayment');
4
+ const requestPayment = /* @__PURE__ */ temporarilyNotSupport('requestPayment');
5
+ const requestOrderPayment = /* @__PURE__ */ temporarilyNotSupport('requestOrderPayment');
6
6
 
7
7
  export { requestOrderPayment, requestPayment };
8
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/api/payment/index.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 支付\nexport const requestPayment = temporarilyNotSupport('requestPayment')\nexport const requestOrderPayment = temporarilyNotSupport('requestOrderPayment')\n"],"names":[],"mappings":";;AAEA;MACa,cAAc,GAAG,qBAAqB,CAAC,gBAAgB,EAAC;MACxD,mBAAmB,GAAG,qBAAqB,CAAC,qBAAqB;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/api/payment/index.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 支付\nexport const requestPayment = /* @__PURE__ */ temporarilyNotSupport('requestPayment')\nexport const requestOrderPayment = /* @__PURE__ */ temporarilyNotSupport('requestOrderPayment')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,cAAc,mBAAmB,qBAAqB,CAAC,gBAAgB,EAAC;AACxE,MAAA,mBAAmB,mBAAmB,qBAAqB,CAAC,qBAAqB;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { temporarilyNotSupport } from '../../utils/index.js';
2
2
 
3
3
  // 打开手Q说说发表界面
4
- const openQzonePublish = temporarilyNotSupport('openQzonePublish');
4
+ const openQzonePublish = /* @__PURE__ */ temporarilyNotSupport('openQzonePublish');
5
5
 
6
6
  export { openQzonePublish };
7
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/api/qq/index.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 打开手Q说说发表界面\nexport const openQzonePublish = temporarilyNotSupport('openQzonePublish')\n"],"names":[],"mappings":";;AAEA;MACa,gBAAgB,GAAG,qBAAqB,CAAC,kBAAkB;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/api/qq/index.ts"],"sourcesContent":["import { temporarilyNotSupport } from '../../utils'\n\n// 打开手Q说说发表界面\nexport const openQzonePublish = /* @__PURE__ */ temporarilyNotSupport('openQzonePublish')\n"],"names":[],"mappings":";;AAEA;AACa,MAAA,gBAAgB,mBAAmB,qBAAqB,CAAC,kBAAkB;;;;"}
@@ -1,11 +1,21 @@
1
+ /** 更新转发属性 */
1
2
  declare const updateShareMenu: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
3
+ /** 显示当前页面的转发按钮 */
2
4
  declare const showShareMenu: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
5
+ /** 打开分享图片弹窗,可以将图片发送给朋友、收藏或下载 */
3
6
  declare const showShareImageMenu: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
7
+ /** 转发视频到聊天 */
4
8
  declare const shareVideoMessage: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
9
+ /** 转发文件到聊天 */
5
10
  declare const shareFileMessage: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
11
+ /** 监听用户点击右上角菜单的「复制链接」按钮时触发的事件 */
6
12
  declare const onCopyUrl: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
13
+ /** 移除用户点击右上角菜单的「复制链接」按钮时触发的事件的监听函数 */
7
14
  declare const offCopyUrl: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
15
+ /** 隐藏当前页面的转发按钮 */
8
16
  declare const hideShareMenu: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
17
+ /** 获取转发详细信息 */
9
18
  declare const getShareInfo: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
19
+ /** 验证私密消息。 */
10
20
  declare const authPrivateMessage: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
11
21
  export { updateShareMenu, showShareMenu, showShareImageMenu, shareVideoMessage, shareFileMessage, onCopyUrl, offCopyUrl, hideShareMenu, getShareInfo, authPrivateMessage };