index.d.ts 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. import * as plugin from './plugin';
  2. /** for ts declaration */
  3. import * as otherApi from './lib/otherApi';
  4. import * as jsApi from './api/apiObj';
  5. import { IUNCore } from './lib/ddSdk';
  6. declare const dd: typeof otherApi & IUNCore & {
  7. biz: {
  8. ATMBle: {
  9. beaconPicker: typeof import("./api/biz/ATMBle/beaconPicker").beaconPicker$;
  10. detectFace: typeof import("./api/biz/ATMBle/detectFace").detectFace$;
  11. detectFaceFullScreen: typeof import("./api/biz/ATMBle/detectFaceFullScreen").detectFaceFullScreen$;
  12. exclusiveLiveCheck: typeof import("./api/biz/ATMBle/exclusiveLiveCheck").exclusiveLiveCheck$;
  13. faceManager: typeof import("./api/biz/ATMBle/faceManager").faceManager$;
  14. punchModePicker: typeof import("./api/biz/ATMBle/punchModePicker").punchModePicker$;
  15. };
  16. alipay: {
  17. bindAlipay: typeof import("./api/biz/alipay/bindAlipay").bindAlipay$;
  18. openAuth: typeof import("./api/biz/alipay/openAuth").openAuth$;
  19. pay: typeof import("./api/biz/alipay/pay").pay$;
  20. };
  21. attend: {
  22. getLBSWua: typeof import("./api/biz/attend/getLBSWua").getLBSWua$;
  23. };
  24. auth: {
  25. openAccountPwdLoginPage: typeof import("./api/biz/auth/openAccountPwdLoginPage").openAccountPwdLoginPage$;
  26. requestAuthInfo: typeof import("./api/biz/auth/requestAuthInfo").requestAuthInfo$;
  27. };
  28. calendar: {
  29. chooseDateTime: typeof import("./api/biz/calendar/chooseDateTime").chooseDateTime$;
  30. chooseHalfDay: typeof import("./api/biz/calendar/chooseHalfDay").chooseHalfDay$;
  31. chooseInterval: typeof import("./api/biz/calendar/chooseInterval").chooseInterval$;
  32. chooseOneDay: typeof import("./api/biz/calendar/chooseOneDay").chooseOneDay$;
  33. };
  34. chat: {
  35. chooseConversationByCorpId: typeof import("./api/biz/chat/chooseConversationByCorpId").chooseConversationByCorpId$;
  36. collectSticker: typeof import("./api/biz/chat/collectSticker").collectSticker$;
  37. createSceneGroup: typeof import("./api/biz/chat/createSceneGroup").createSceneGroup$;
  38. getRealmCid: typeof import("./api/biz/chat/getRealmCid").getRealmCid$;
  39. locationChatMessage: typeof import("./api/biz/chat/locationChatMessage").locationChatMessage$;
  40. openSingleChat: typeof import("./api/biz/chat/openSingleChat").openSingleChat$;
  41. pickConversation: typeof import("./api/biz/chat/pickConversation").pickConversation$;
  42. sendEmotion: typeof import("./api/biz/chat/sendEmotion").sendEmotion$;
  43. toConversation: typeof import("./api/biz/chat/toConversation").toConversation$;
  44. toConversationByOpenConversationId: typeof import("./api/biz/chat/toConversationByOpenConversationId").toConversationByOpenConversationId$;
  45. };
  46. clipboardData: {
  47. setData: typeof import("./api/biz/clipboardData/setData").setData$;
  48. };
  49. conference: {
  50. createCloudCall: typeof import("./api/biz/conference/createCloudCall").createCloudCall$;
  51. getCloudCallInfo: typeof import("./api/biz/conference/getCloudCallInfo").getCloudCallInfo$;
  52. getCloudCallList: typeof import("./api/biz/conference/getCloudCallList").getCloudCallList$;
  53. videoConfCall: typeof import("./api/biz/conference/videoConfCall").videoConfCall$;
  54. };
  55. contact: {
  56. choose: typeof import("./api/biz/contact/choose").choose$;
  57. chooseMobileContacts: typeof import("./api/biz/contact/chooseMobileContacts").chooseMobileContacts$;
  58. complexPicker: typeof import("./api/biz/contact/complexPicker").complexPicker$;
  59. createGroup: typeof import("./api/biz/contact/createGroup").createGroup$;
  60. departmentsPicker: typeof import("./api/biz/contact/departmentsPicker").departmentsPicker$;
  61. externalComplexPicker: typeof import("./api/biz/contact/externalComplexPicker").externalComplexPicker$;
  62. externalEditForm: typeof import("./api/biz/contact/externalEditForm").externalEditForm$;
  63. rolesPicker: typeof import("./api/biz/contact/rolesPicker").rolesPicker$;
  64. setRule: typeof import("./api/biz/contact/setRule").setRule$;
  65. };
  66. cspace: {
  67. chooseSpaceDir: typeof import("./api/biz/cspace/chooseSpaceDir").chooseSpaceDir$;
  68. delete: typeof import("./api/biz/cspace/delete").delete$;
  69. preview: typeof import("./api/biz/cspace/preview").preview$;
  70. previewDentryImages: typeof import("./api/biz/cspace/previewDentryImages").previewDentryImages$;
  71. saveFile: typeof import("./api/biz/cspace/saveFile").saveFile$;
  72. };
  73. customContact: {
  74. choose: typeof import("./api/biz/customContact/choose").choose$;
  75. multipleChoose: typeof import("./api/biz/customContact/multipleChoose").multipleChoose$;
  76. };
  77. data: {
  78. rsa: typeof import("./api/biz/data/rsa").rsa$;
  79. };
  80. ding: {
  81. create: typeof import("./api/biz/ding/create").create$;
  82. post: typeof import("./api/biz/ding/post").post$;
  83. };
  84. edu: {
  85. finishMiniCourseByRecordId: typeof import("./api/biz/edu/finishMiniCourseByRecordId").finishMiniCourseByRecordId$;
  86. getMiniCourseDraftList: typeof import("./api/biz/edu/getMiniCourseDraftList").getMiniCourseDraftList$;
  87. joinClassroom: typeof import("./api/biz/edu/joinClassroom").joinClassroom$;
  88. makeMiniCourse: typeof import("./api/biz/edu/makeMiniCourse").makeMiniCourse$;
  89. newMsgNotificationStatus: typeof import("./api/biz/edu/newMsgNotificationStatus").newMsgNotificationStatus$;
  90. startAuth: typeof import("./api/biz/edu/startAuth").startAuth$;
  91. tokenFaceImg: typeof import("./api/biz/edu/tokenFaceImg").tokenFaceImg$;
  92. };
  93. event: {
  94. notifyWeex: typeof import("./api/biz/event/notifyWeex").notifyWeex$;
  95. };
  96. file: {
  97. downloadFile: typeof import("./api/biz/file/downloadFile").downloadFile$;
  98. };
  99. intent: {
  100. fetchData: typeof import("./api/biz/intent/fetchData").fetchData$;
  101. };
  102. iot: {
  103. bind: typeof import("./api/biz/iot/bind").bind$;
  104. bindMeetingRoom: typeof import("./api/biz/iot/bindMeetingRoom").bindMeetingRoom$;
  105. getDeviceProperties: typeof import("./api/biz/iot/getDeviceProperties").getDeviceProperties$;
  106. invokeThingService: typeof import("./api/biz/iot/invokeThingService").invokeThingService$;
  107. queryMeetingRoomList: typeof import("./api/biz/iot/queryMeetingRoomList").queryMeetingRoomList$;
  108. setDeviceProperties: typeof import("./api/biz/iot/setDeviceProperties").setDeviceProperties$;
  109. unbind: typeof import("./api/biz/iot/unbind").unbind$;
  110. };
  111. live: {
  112. startClassRoom: typeof import("./api/biz/live/startClassRoom").startClassRoom$;
  113. startUnifiedLive: typeof import("./api/biz/live/startUnifiedLive").startUnifiedLive$;
  114. };
  115. map: {
  116. locate: typeof import("./api/biz/map/locate").locate$;
  117. search: typeof import("./api/biz/map/search").search$;
  118. view: typeof import("./api/biz/map/view").view$;
  119. };
  120. media: {
  121. compressVideo: typeof import("./api/biz/media/compressVideo").compressVideo$;
  122. };
  123. microApp: {
  124. openApp: typeof import("./api/biz/microApp/openApp").openApp$;
  125. };
  126. navigation: {
  127. close: typeof import("./api/biz/navigation/close").close$;
  128. goBack: typeof import("./api/biz/navigation/goBack").goBack$;
  129. hideBar: typeof import("./api/biz/navigation/hideBar").hideBar$;
  130. navigateBackPage: typeof import("./api/biz/navigation/navigateBackPage").navigateBackPage$;
  131. navigateToMiniProgram: typeof import("./api/biz/navigation/navigateToMiniProgram").navigateToMiniProgram$;
  132. navigateToPage: typeof import("./api/biz/navigation/navigateToPage").navigateToPage$;
  133. quit: typeof import("./api/biz/navigation/quit").quit$;
  134. replace: typeof import("./api/biz/navigation/replace").replace$;
  135. setIcon: typeof import("./api/biz/navigation/setIcon").setIcon$;
  136. setLeft: typeof import("./api/biz/navigation/setLeft").setLeft$;
  137. setMenu: typeof import("./api/biz/navigation/setMenu").setMenu$;
  138. setRight: typeof import("./api/biz/navigation/setRight").setRight$;
  139. setTitle: typeof import("./api/biz/navigation/setTitle").setTitle$;
  140. };
  141. pbp: {
  142. componentPunchFromPartner: typeof import("./api/biz/pbp/componentPunchFromPartner").componentPunchFromPartner$;
  143. startMatchRuleFromPartner: typeof import("./api/biz/pbp/startMatchRuleFromPartner").startMatchRuleFromPartner$;
  144. stopMatchRuleFromPartner: typeof import("./api/biz/pbp/stopMatchRuleFromPartner").stopMatchRuleFromPartner$;
  145. };
  146. phoneContact: {
  147. add: typeof import("./api/biz/phoneContact/add").add$;
  148. };
  149. realm: {
  150. getRealtimeTracingStatus: typeof import("./api/biz/realm/getRealtimeTracingStatus").getRealtimeTracingStatus$;
  151. getUserExclusiveInfo: typeof import("./api/biz/realm/getUserExclusiveInfo").getUserExclusiveInfo$;
  152. startRealtimeTracing: typeof import("./api/biz/realm/startRealtimeTracing").startRealtimeTracing$;
  153. stopRealtimeTracing: typeof import("./api/biz/realm/stopRealtimeTracing").stopRealtimeTracing$;
  154. subscribe: typeof import("./api/biz/realm/subscribe").subscribe$;
  155. unsubscribe: typeof import("./api/biz/realm/unsubscribe").unsubscribe$;
  156. };
  157. resource: {
  158. getInfo: typeof import("./api/biz/resource/getInfo").getInfo$;
  159. reportDebugMessage: typeof import("./api/biz/resource/reportDebugMessage").reportDebugMessage$;
  160. };
  161. shortCut: {
  162. addShortCut: typeof import("./api/biz/shortCut/addShortCut").addShortCut$;
  163. };
  164. sports: {
  165. getHealthAuthorizationStatus: typeof import("./api/biz/sports/getHealthAuthorizationStatus").getHealthAuthorizationStatus$;
  166. getHealthData: typeof import("./api/biz/sports/getHealthData").getHealthData$;
  167. getHealthDeviceData: typeof import("./api/biz/sports/getHealthDeviceData").getHealthDeviceData$;
  168. requestHealthAuthorization: typeof import("./api/biz/sports/requestHealthAuthorization").requestHealthAuthorization$;
  169. };
  170. store: {
  171. closeUnpayOrder: typeof import("./api/biz/store/closeUnpayOrder").closeUnpayOrder$;
  172. createOrder: typeof import("./api/biz/store/createOrder").createOrder$;
  173. getPayUrl: typeof import("./api/biz/store/getPayUrl").getPayUrl$;
  174. inquiry: typeof import("./api/biz/store/inquiry").inquiry$;
  175. };
  176. tabwindow: {
  177. isTab: typeof import("./api/biz/tabwindow/isTab").isTab$;
  178. };
  179. telephone: {
  180. call: typeof import("./api/biz/telephone/call").call$;
  181. checkBizCall: typeof import("./api/biz/telephone/checkBizCall").checkBizCall$;
  182. quickCallList: typeof import("./api/biz/telephone/quickCallList").quickCallList$;
  183. showCallMenu: typeof import("./api/biz/telephone/showCallMenu").showCallMenu$;
  184. };
  185. user: {
  186. checkPassword: typeof import("./api/biz/user/checkPassword").checkPassword$;
  187. get: typeof import("./api/biz/user/get").get$;
  188. };
  189. util: {
  190. callComponent: typeof import("./api/biz/util/callComponent").callComponent$;
  191. checkAuth: typeof import("./api/biz/util/checkAuth").checkAuth$;
  192. chooseImage: typeof import("./api/biz/util/chooseImage").chooseImage$;
  193. chooseRegion: typeof import("./api/biz/util/chooseRegion").chooseRegion$;
  194. chosen: typeof import("./api/biz/util/chosen").chosen$;
  195. clearWebStoreCache: typeof import("./api/biz/util/clearWebStoreCache").clearWebStoreCache$;
  196. closePreviewImage: typeof import("./api/biz/util/closePreviewImage").closePreviewImage$;
  197. compressImage: typeof import("./api/biz/util/compressImage").compressImage$;
  198. datepicker: typeof import("./api/biz/util/datepicker").datepicker$;
  199. datetimepicker: typeof import("./api/biz/util/datetimepicker").datetimepicker$;
  200. decrypt: typeof import("./api/biz/util/decrypt").decrypt$;
  201. downloadFile: typeof import("./api/biz/util/downloadFile").downloadFile$;
  202. encrypt: typeof import("./api/biz/util/encrypt").encrypt$;
  203. getPerfInfo: typeof import("./api/biz/util/getPerfInfo").getPerfInfo$;
  204. invokeWorkbench: typeof import("./api/biz/util/invokeWorkbench").invokeWorkbench$;
  205. isEnableGPUAcceleration: typeof import("./api/biz/util/isEnableGPUAcceleration").isEnableGPUAcceleration$;
  206. isLocalFileExist: typeof import("./api/biz/util/isLocalFileExist").isLocalFileExist$;
  207. multiSelect: typeof import("./api/biz/util/multiSelect").multiSelect$;
  208. open: typeof import("./api/biz/util/open").open$;
  209. openBrowser: typeof import("./api/biz/util/openBrowser").openBrowser$;
  210. openDocument: typeof import("./api/biz/util/openDocument").openDocument$;
  211. openLink: typeof import("./api/biz/util/openLink").openLink$;
  212. openLocalFile: typeof import("./api/biz/util/openLocalFile").openLocalFile$;
  213. openModal: typeof import("./api/biz/util/openModal").openModal$;
  214. openSlidePanel: typeof import("./api/biz/util/openSlidePanel").openSlidePanel$;
  215. presentWindow: typeof import("./api/biz/util/presentWindow").presentWindow$;
  216. previewImage: typeof import("./api/biz/util/previewImage").previewImage$;
  217. previewVideo: typeof import("./api/biz/util/previewVideo").previewVideo$;
  218. saveImage: typeof import("./api/biz/util/saveImage").saveImage$;
  219. saveImageToPhotosAlbum: typeof import("./api/biz/util/saveImageToPhotosAlbum").saveImageToPhotosAlbum$;
  220. scan: typeof import("./api/biz/util/scan").scan$;
  221. scanCard: typeof import("./api/biz/util/scanCard").scanCard$;
  222. setGPUAcceleration: typeof import("./api/biz/util/setGPUAcceleration").setGPUAcceleration$;
  223. setScreenBrightnessAndKeepOn: typeof import("./api/biz/util/setScreenBrightnessAndKeepOn").setScreenBrightnessAndKeepOn$;
  224. setScreenKeepOn: typeof import("./api/biz/util/setScreenKeepOn").setScreenKeepOn$;
  225. share: typeof import("./api/biz/util/share").share$;
  226. shareImage: typeof import("./api/biz/util/shareImage").shareImage$;
  227. showAuthGuide: typeof import("./api/biz/util/showAuthGuide").showAuthGuide$;
  228. showSharePanel: typeof import("./api/biz/util/showSharePanel").showSharePanel$;
  229. startDocSign: typeof import("./api/biz/util/startDocSign").startDocSign$;
  230. systemShare: typeof import("./api/biz/util/systemShare").systemShare$;
  231. timepicker: typeof import("./api/biz/util/timepicker").timepicker$;
  232. uploadAttachment: typeof import("./api/biz/util/uploadAttachment").uploadAttachment$;
  233. uploadFile: typeof import("./api/biz/util/uploadFile").uploadFile$;
  234. uploadImage: typeof import("./api/biz/util/uploadImage").uploadImage$;
  235. uploadImageFromCamera: typeof import("./api/biz/util/uploadImageFromCamera").uploadImageFromCamera$;
  236. ut: typeof import("./api/biz/util/ut").ut$;
  237. };
  238. verify: {
  239. openBindIDCard: typeof import("./api/biz/verify/openBindIDCard").openBindIDCard$;
  240. startAuth: typeof import("./api/biz/verify/startAuth").startAuth$;
  241. };
  242. voice: {
  243. makeCall: typeof import("./api/biz/voice/makeCall").makeCall$;
  244. };
  245. watermarkCamera: {
  246. getWatermarkInfo: typeof import("./api/biz/watermarkCamera/getWatermarkInfo").getWatermarkInfo$;
  247. setWatermarkInfo: typeof import("./api/biz/watermarkCamera/setWatermarkInfo").setWatermarkInfo$;
  248. };
  249. };
  250. channel: {
  251. permission: {
  252. requestAuthCode: typeof import("./api/channel/permission/requestAuthCode").requestAuthCode$;
  253. };
  254. };
  255. device: {
  256. accelerometer: {
  257. clearShake: typeof import("./api/device/accelerometer/clearShake").clearShake$;
  258. watchShake: typeof import("./api/device/accelerometer/watchShake").watchShake$;
  259. };
  260. audio: {
  261. download: typeof import("./api/device/audio/download").download$;
  262. onPlayEnd: typeof import("./api/device/audio/onPlayEnd").onPlayEnd$;
  263. onRecordEnd: typeof import("./api/device/audio/onRecordEnd").onRecordEnd$;
  264. pause: typeof import("./api/device/audio/pause").pause$;
  265. play: typeof import("./api/device/audio/play").play$;
  266. resume: typeof import("./api/device/audio/resume").resume$;
  267. startRecord: typeof import("./api/device/audio/startRecord").startRecord$;
  268. stop: typeof import("./api/device/audio/stop").stop$;
  269. stopRecord: typeof import("./api/device/audio/stopRecord").stopRecord$;
  270. translateVoice: typeof import("./api/device/audio/translateVoice").translateVoice$;
  271. };
  272. base: {
  273. getBatteryInfo: typeof import("./api/device/base/getBatteryInfo").getBatteryInfo$;
  274. getInterface: typeof import("./api/device/base/getInterface").getInterface$;
  275. getPhoneInfo: typeof import("./api/device/base/getPhoneInfo").getPhoneInfo$;
  276. getScanWifiListAsync: typeof import("./api/device/base/getScanWifiListAsync").getScanWifiListAsync$;
  277. getUUID: typeof import("./api/device/base/getUUID").getUUID$;
  278. getWifiStatus: typeof import("./api/device/base/getWifiStatus").getWifiStatus$;
  279. openSystemSetting: typeof import("./api/device/base/openSystemSetting").openSystemSetting$;
  280. };
  281. connection: {
  282. getNetworkType: typeof import("./api/device/connection/getNetworkType").getNetworkType$;
  283. };
  284. geolocation: {
  285. checkPermission: typeof import("./api/device/geolocation/checkPermission").checkPermission$;
  286. get: typeof import("./api/device/geolocation/get").get$;
  287. start: typeof import("./api/device/geolocation/start").start$;
  288. status: typeof import("./api/device/geolocation/status").status$;
  289. stop: typeof import("./api/device/geolocation/stop").stop$;
  290. };
  291. launcher: {
  292. checkInstalledApps: typeof import("./api/device/launcher/checkInstalledApps").checkInstalledApps$;
  293. launchApp: typeof import("./api/device/launcher/launchApp").launchApp$;
  294. };
  295. nfc: {
  296. nfcRead: typeof import("./api/device/nfc/nfcRead").nfcRead$;
  297. nfcStop: typeof import("./api/device/nfc/nfcStop").nfcStop$;
  298. nfcWrite: typeof import("./api/device/nfc/nfcWrite").nfcWrite$;
  299. };
  300. notification: {
  301. actionSheet: typeof import("./api/device/notification/actionSheet").actionSheet$;
  302. alert: typeof import("./api/device/notification/alert").alert$;
  303. confirm: typeof import("./api/device/notification/confirm").confirm$;
  304. extendModal: typeof import("./api/device/notification/extendModal").extendModal$;
  305. hidePreloader: typeof import("./api/device/notification/hidePreloader").hidePreloader$;
  306. modal: typeof import("./api/device/notification/modal").modal$;
  307. prompt: typeof import("./api/device/notification/prompt").prompt$;
  308. showPreloader: typeof import("./api/device/notification/showPreloader").showPreloader$;
  309. toast: typeof import("./api/device/notification/toast").toast$;
  310. vibrate: typeof import("./api/device/notification/vibrate").vibrate$;
  311. };
  312. screen: {
  313. getScreenBrightness: typeof import("./api/device/screen/getScreenBrightness").getScreenBrightness$;
  314. insetAdjust: typeof import("./api/device/screen/insetAdjust").insetAdjust$;
  315. isScreenReaderEnabled: typeof import("./api/device/screen/isScreenReaderEnabled").isScreenReaderEnabled$;
  316. resetView: typeof import("./api/device/screen/resetView").resetView$;
  317. rotateView: typeof import("./api/device/screen/rotateView").rotateView$;
  318. setScreenBrightness: typeof import("./api/device/screen/setScreenBrightness").setScreenBrightness$;
  319. };
  320. };
  321. media: {
  322. voiceRecorder: {
  323. keepAlive: typeof import("./api/media/voiceRecorder/keepAlive").keepAlive$;
  324. pause: typeof import("./api/media/voiceRecorder/pause").pause$;
  325. resume: typeof import("./api/media/voiceRecorder/resume").resume$;
  326. start: typeof import("./api/media/voiceRecorder/start").start$;
  327. stop: typeof import("./api/media/voiceRecorder/stop").stop$;
  328. };
  329. };
  330. net: {
  331. bjGovApn: {
  332. loginGovNet: typeof import("./api/net/bjGovApn/loginGovNet").loginGovNet$;
  333. };
  334. };
  335. runtime: {
  336. h5nuvabridge: {
  337. exec: typeof import("./api/runtime/h5nuvabridge/exec").exec$;
  338. };
  339. message: {
  340. fetch: typeof import("./api/runtime/message/fetch").fetch$;
  341. post: typeof import("./api/runtime/message/post").post$;
  342. };
  343. monitor: {
  344. getLoadTime: typeof import("./api/runtime/monitor/getLoadTime").getLoadTime$;
  345. };
  346. permission: {
  347. requestAuthCode: typeof import("./api/runtime/permission/requestAuthCode").requestAuthCode$;
  348. requestOperateAuthCode: typeof import("./api/runtime/permission/requestOperateAuthCode").requestOperateAuthCode$;
  349. };
  350. };
  351. ui: {
  352. input: {
  353. plain: typeof import("./api/ui/input/plain").plain$;
  354. };
  355. multitask: {
  356. addToFloat: typeof import("./api/ui/multitask/addToFloat").addToFloat$;
  357. removeFromFloat: typeof import("./api/ui/multitask/removeFromFloat").removeFromFloat$;
  358. };
  359. nav: {
  360. close: typeof import("./api/ui/nav/close").close$;
  361. getCurrentId: typeof import("./api/ui/nav/getCurrentId").getCurrentId$;
  362. go: typeof import("./api/ui/nav/go").go$;
  363. preload: typeof import("./api/ui/nav/preload").preload$;
  364. recycle: typeof import("./api/ui/nav/recycle").recycle$;
  365. };
  366. progressBar: {
  367. setColors: typeof import("./api/ui/progressBar/setColors").setColors$;
  368. };
  369. pullToRefresh: {
  370. disable: typeof import("./api/ui/pullToRefresh/disable").disable$;
  371. enable: typeof import("./api/ui/pullToRefresh/enable").enable$;
  372. stop: typeof import("./api/ui/pullToRefresh/stop").stop$;
  373. };
  374. webViewBounce: {
  375. disable: typeof import("./api/ui/webViewBounce/disable").disable$;
  376. enable: typeof import("./api/ui/webViewBounce/enable").enable$;
  377. };
  378. };
  379. ExternalChannelPublish: typeof jsApi.ExternalChannelPublish;
  380. addPhoneContact: typeof jsApi.addPhoneContact;
  381. alert: typeof jsApi.alert;
  382. callUsers: typeof jsApi.callUsers;
  383. checkAuth: typeof jsApi.checkAuth;
  384. checkBizCall: typeof jsApi.checkBizCall;
  385. chooseChat: typeof jsApi.chooseChat;
  386. chooseConversation: typeof jsApi.chooseConversation;
  387. chooseDateRangeInCalendar: typeof jsApi.chooseDateRangeInCalendar;
  388. chooseDateTime: typeof jsApi.chooseDateTime;
  389. chooseDepartments: typeof jsApi.chooseDepartments;
  390. chooseDingTalkDir: typeof jsApi.chooseDingTalkDir;
  391. chooseDistrict: typeof jsApi.chooseDistrict;
  392. chooseExternalUsers: typeof jsApi.chooseExternalUsers;
  393. chooseFile: typeof jsApi.chooseFile;
  394. chooseHalfDayInCalendar: typeof jsApi.chooseHalfDayInCalendar;
  395. chooseImage: typeof jsApi.chooseImage;
  396. chooseMedia: typeof jsApi.chooseMedia;
  397. chooseOneDayInCalendar: typeof jsApi.chooseOneDayInCalendar;
  398. choosePhonebook: typeof jsApi.choosePhonebook;
  399. chooseStaffForPC: typeof jsApi.chooseStaffForPC;
  400. chooseUserFromList: typeof jsApi.chooseUserFromList;
  401. clearShake: typeof jsApi.clearShake;
  402. closeBluetoothAdapter: typeof jsApi.closeBluetoothAdapter;
  403. closePage: typeof jsApi.closePage;
  404. complexChoose: typeof jsApi.complexChoose;
  405. compressImage: typeof jsApi.compressImage;
  406. confirm: typeof jsApi.confirm;
  407. connectBLEDevice: typeof jsApi.connectBLEDevice;
  408. createBLEPeripheralServer: typeof jsApi.createBLEPeripheralServer;
  409. createDing: typeof jsApi.createDing;
  410. createDingForPC: typeof jsApi.createDingForPC;
  411. createGroupChat: typeof jsApi.createGroupChat;
  412. createLiveClassRoom: typeof jsApi.createLiveClassRoom;
  413. cropImage: typeof jsApi.cropImage;
  414. customChooseUsers: typeof jsApi.customChooseUsers;
  415. datePicker: typeof jsApi.datePicker;
  416. dateRangePicker: typeof jsApi.dateRangePicker;
  417. decrypt: typeof jsApi.decrypt;
  418. disablePullDownRefresh: typeof jsApi.disablePullDownRefresh;
  419. disableWebViewBounce: typeof jsApi.disableWebViewBounce;
  420. disconnectBLEDevice: typeof jsApi.disconnectBLEDevice;
  421. downloadAudio: typeof jsApi.downloadAudio;
  422. downloadFile: typeof jsApi.downloadFile;
  423. editExternalUser: typeof jsApi.editExternalUser;
  424. editPicture: typeof jsApi.editPicture;
  425. enablePullDownRefresh: typeof jsApi.enablePullDownRefresh;
  426. enableWebViewBounce: typeof jsApi.enableWebViewBounce;
  427. encrypt: typeof jsApi.encrypt;
  428. exclusiveLiveCheck: typeof jsApi.exclusiveLiveCheck;
  429. generateImageFromCode: typeof jsApi.generateImageFromCode;
  430. getAdvertisingStatus: typeof jsApi.getAdvertisingStatus;
  431. getAuthCode: typeof jsApi.getAuthCode;
  432. getAuthCodeV2: typeof jsApi.getAuthCodeV2;
  433. getAuthInfo: typeof jsApi.getAuthInfo;
  434. getBLEDeviceCharacteristics: typeof jsApi.getBLEDeviceCharacteristics;
  435. getBLEDeviceServices: typeof jsApi.getBLEDeviceServices;
  436. getBatteryInfo: typeof jsApi.getBatteryInfo;
  437. getBeacons: typeof jsApi.getBeacons;
  438. getBluetoothAdapterState: typeof jsApi.getBluetoothAdapterState;
  439. getBluetoothDevices: typeof jsApi.getBluetoothDevices;
  440. getCloudCallInfo: typeof jsApi.getCloudCallInfo;
  441. getCloudCallList: typeof jsApi.getCloudCallList;
  442. getDeviceId: typeof jsApi.getDeviceId;
  443. getDeviceUUID: typeof jsApi.getDeviceUUID;
  444. getImageInfo: typeof jsApi.getImageInfo;
  445. getLocatingStatus: typeof jsApi.getLocatingStatus;
  446. getLocation: typeof jsApi.getLocation;
  447. getNetworkType: typeof jsApi.getNetworkType;
  448. getOperateAuthCode: typeof jsApi.getOperateAuthCode;
  449. getScreenBrightness: typeof jsApi.getScreenBrightness;
  450. getStorage: typeof jsApi.getStorage;
  451. getSystemInfo: typeof jsApi.getSystemInfo;
  452. getSystemSettings: typeof jsApi.getSystemSettings;
  453. getThirdAppConfCustomData: typeof jsApi.getThirdAppConfCustomData;
  454. getThirdAppUserCustomData: typeof jsApi.getThirdAppUserCustomData;
  455. getTranslateStatus: typeof jsApi.getTranslateStatus;
  456. getUserExclusiveInfo: typeof jsApi.getUserExclusiveInfo;
  457. getWifiHotspotStatus: typeof jsApi.getWifiHotspotStatus;
  458. getWifiStatus: typeof jsApi.getWifiStatus;
  459. goBackPage: typeof jsApi.goBackPage;
  460. hideLoading: typeof jsApi.hideLoading;
  461. hideToast: typeof jsApi.hideToast;
  462. isInTabWindow: typeof jsApi.isInTabWindow;
  463. isLocalFileExist: typeof jsApi.isLocalFileExist;
  464. isScreenReaderEnabled: typeof jsApi.isScreenReaderEnabled;
  465. locateInMap: typeof jsApi.locateInMap;
  466. makeCloudCall: typeof jsApi.makeCloudCall;
  467. makeVideoConfCall: typeof jsApi.makeVideoConfCall;
  468. multiSelect: typeof jsApi.multiSelect;
  469. navigateBackPage: typeof jsApi.navigateBackPage;
  470. navigateToPage: typeof jsApi.navigateToPage;
  471. nfcReadCardNumber: typeof jsApi.nfcReadCardNumber;
  472. notifyBLECharacteristicValueChange: typeof jsApi.notifyBLECharacteristicValueChange;
  473. notifyTranslateEvent: typeof jsApi.notifyTranslateEvent;
  474. offBLECharacteristicValueChange: typeof jsApi.offBLECharacteristicValueChange;
  475. offBLEConnectionStateChanged: typeof jsApi.offBLEConnectionStateChanged;
  476. offBluetoothAdapterStateChange: typeof jsApi.offBluetoothAdapterStateChange;
  477. offBluetoothDeviceFound: typeof jsApi.offBluetoothDeviceFound;
  478. onBLECharacteristicValueChange: typeof jsApi.onBLECharacteristicValueChange;
  479. onBLEConnectionStateChanged: typeof jsApi.onBLEConnectionStateChanged;
  480. onBLEPeripheralCharacteristicReadRequest: typeof jsApi.onBLEPeripheralCharacteristicReadRequest;
  481. onBLEPeripheralCharacteristicWriteRequest: typeof jsApi.onBLEPeripheralCharacteristicWriteRequest;
  482. onBLEPeripheralConnectionStateChanged: typeof jsApi.onBLEPeripheralConnectionStateChanged;
  483. onBeaconServiceChange: typeof jsApi.onBeaconServiceChange;
  484. onBeaconUpdate: typeof jsApi.onBeaconUpdate;
  485. onBluetoothAdapterStateChange: typeof jsApi.onBluetoothAdapterStateChange;
  486. onBluetoothDeviceFound: typeof jsApi.onBluetoothDeviceFound;
  487. onPlayAudioEnd: typeof jsApi.onPlayAudioEnd;
  488. onRecordEnd: typeof jsApi.onRecordEnd;
  489. openBluetoothAdapter: typeof jsApi.openBluetoothAdapter;
  490. openChatByChatId: typeof jsApi.openChatByChatId;
  491. openChatByConversationId: typeof jsApi.openChatByConversationId;
  492. openChatByUserId: typeof jsApi.openChatByUserId;
  493. openDocument: typeof jsApi.openDocument;
  494. openLink: typeof jsApi.openLink;
  495. openLocalFile: typeof jsApi.openLocalFile;
  496. openLocation: typeof jsApi.openLocation;
  497. openMicroApp: typeof jsApi.openMicroApp;
  498. openPageInMicroApp: typeof jsApi.openPageInMicroApp;
  499. openPageInModalForPC: typeof jsApi.openPageInModalForPC;
  500. openPageInSlidePanelForPC: typeof jsApi.openPageInSlidePanelForPC;
  501. openPageInWorkBenchForPC: typeof jsApi.openPageInWorkBenchForPC;
  502. pauseAduio: typeof jsApi.pauseAduio;
  503. playAduio: typeof jsApi.playAduio;
  504. popGesture: typeof jsApi.popGesture;
  505. previewFileInDingTalk: typeof jsApi.previewFileInDingTalk;
  506. previewImage: typeof jsApi.previewImage;
  507. previewImagesInDingTalkBatch: typeof jsApi.previewImagesInDingTalkBatch;
  508. previewMedia: typeof jsApi.previewMedia;
  509. prompt: typeof jsApi.prompt;
  510. quickCallList: typeof jsApi.quickCallList;
  511. quitPage: typeof jsApi.quitPage;
  512. readBLECharacteristicValue: typeof jsApi.readBLECharacteristicValue;
  513. readNFC: typeof jsApi.readNFC;
  514. removeStorage: typeof jsApi.removeStorage;
  515. replacePage: typeof jsApi.replacePage;
  516. requestAuthCode: typeof jsApi.requestAuthCode;
  517. requestMoneySubmmitOrder: typeof jsApi.requestMoneySubmmitOrder;
  518. resetScreenView: typeof jsApi.resetScreenView;
  519. resumeAudio: typeof jsApi.resumeAudio;
  520. rotateScreenView: typeof jsApi.rotateScreenView;
  521. rsa: typeof jsApi.rsa;
  522. saveFileToDingTalk: typeof jsApi.saveFileToDingTalk;
  523. saveImageToPhotosAlbum: typeof jsApi.saveImageToPhotosAlbum;
  524. saveVideoToPhotosAlbum: typeof jsApi.saveVideoToPhotosAlbum;
  525. scan: typeof jsApi.scan;
  526. scanCard: typeof jsApi.scanCard;
  527. searchMap: typeof jsApi.searchMap;
  528. setClipboard: typeof jsApi.setClipboard;
  529. setGestures: typeof jsApi.setGestures;
  530. setKeepScreenOn: typeof jsApi.setKeepScreenOn;
  531. setNavigationIcon: typeof jsApi.setNavigationIcon;
  532. setNavigationLeft: typeof jsApi.setNavigationLeft;
  533. setNavigationTitle: typeof jsApi.setNavigationTitle;
  534. setScreenBrightness: typeof jsApi.setScreenBrightness;
  535. setStorage: typeof jsApi.setStorage;
  536. share: typeof jsApi.share;
  537. showActionSheet: typeof jsApi.showActionSheet;
  538. showAuthGuide: typeof jsApi.showAuthGuide;
  539. showCallMenu: typeof jsApi.showCallMenu;
  540. showLoading: typeof jsApi.showLoading;
  541. showModal: typeof jsApi.showModal;
  542. showSharePanel: typeof jsApi.showSharePanel;
  543. showToast: typeof jsApi.showToast;
  544. singleSelect: typeof jsApi.singleSelect;
  545. startAdvertising: typeof jsApi.startAdvertising;
  546. startBeaconDiscovery: typeof jsApi.startBeaconDiscovery;
  547. startBluetoothDevicesDiscovery: typeof jsApi.startBluetoothDevicesDiscovery;
  548. startLocating: typeof jsApi.startLocating;
  549. startRecord: typeof jsApi.startRecord;
  550. stopAdvertising: typeof jsApi.stopAdvertising;
  551. stopAudio: typeof jsApi.stopAudio;
  552. stopBeaconDiscovery: typeof jsApi.stopBeaconDiscovery;
  553. stopBluetoothDevicesDiscovery: typeof jsApi.stopBluetoothDevicesDiscovery;
  554. stopLocating: typeof jsApi.stopLocating;
  555. stopPullDownRefresh: typeof jsApi.stopPullDownRefresh;
  556. stopRecord: typeof jsApi.stopRecord;
  557. subscribe: typeof jsApi.subscribe;
  558. timePicker: typeof jsApi.timePicker;
  559. translate: typeof jsApi.translate;
  560. translateVoice: typeof jsApi.translateVoice;
  561. uploadAttachmentToDingTalk: typeof jsApi.uploadAttachmentToDingTalk;
  562. uploadFile: typeof jsApi.uploadFile;
  563. vibrate: typeof jsApi.vibrate;
  564. watchShake: typeof jsApi.watchShake;
  565. writeBLECharacteristicValue: typeof jsApi.writeBLECharacteristicValue;
  566. writeBLEPeripheralCharacteristicValue: typeof jsApi.writeBLEPeripheralCharacteristicValue;
  567. writeNFC: typeof jsApi.writeNFC;
  568. util: {
  569. domainStorage: {
  570. getItem: typeof import("./api/util/domainStorage/getItem").getItem$;
  571. getStorageInfo: typeof import("./api/util/domainStorage/getStorageInfo").getStorageInfo$;
  572. removeItem: typeof import("./api/util/domainStorage/removeItem").removeItem$;
  573. setItem: typeof import("./api/util/domainStorage/setItem").setItem$;
  574. };
  575. openTemporary: {
  576. getData: typeof import("./api/util/openTemporary/getData").getData$;
  577. };
  578. };
  579. } & {
  580. plugin: typeof plugin;
  581. };
  582. export = dd;