index.d.ts 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. import MiniTypes from './types/index';
  2. import alert from './alert';
  3. import authConfig from './authConfig';
  4. import bizContactDepartmentsPickerExternal from './bizContactDepartmentsPickerExternal';
  5. import bizCustomContactChooseExternal from './bizCustomContactChooseExternal';
  6. import bizCustomContactMultipleChooseExternal from './bizCustomContactMultipleChooseExternal';
  7. import callPhone from './callPhone';
  8. import canIUse from './canIUse';
  9. import checkVPNAppInstalled from './checkVPNAppInstalled';
  10. import checkVPNAppOnline from './checkVPNAppOnline';
  11. import chooseContact from './chooseContact';
  12. import chooseContactWithComplexPicker from './chooseContactWithComplexPicker';
  13. import chooseDateRangeWithCalendar from './chooseDateRangeWithCalendar';
  14. import chooseDayWithCalendar from './chooseDayWithCalendar';
  15. import chooseDepartments from './chooseDepartments';
  16. import chooseFile from './chooseFile';
  17. import chooseHalfDayWithCalendar from './chooseHalfDayWithCalendar';
  18. import chooseImage from './chooseImage';
  19. import chooseInterconnectionChat from './chooseInterconnectionChat';
  20. import chooseLocalImage from './chooseLocalImage';
  21. import chooseSpaceDir from './chooseSpaceDir';
  22. import chooseTimeWithCalendar from './chooseTimeWithCalendar';
  23. import chooseVideo from './chooseVideo';
  24. import closePage from './closePage';
  25. import complexPickerAdmin from './complexPickerAdmin';
  26. import confirm from './confirm';
  27. import copyToClipboard from './copyToClipboard';
  28. import createChatGroup from './createChatGroup';
  29. import createDing from './createDing';
  30. import createDingV2 from './createDingV2';
  31. import createVideoConf from './createVideoConf';
  32. import createVideoMeeting from './createVideoMeeting';
  33. import dealWithBackAction from './dealWithBackAction';
  34. import disableClosePage from './disableClosePage';
  35. import disablePullToRefresh from './disablePullToRefresh';
  36. import disableWebviewBounce from './disableWebviewBounce';
  37. import downloadAudio from './downloadAudio';
  38. import downloadFile from './downloadFile';
  39. import enablePullToRefresh from './enablePullToRefresh';
  40. import enableVpn from './enableVpn';
  41. import enableWebviewBounce from './enableWebviewBounce';
  42. import exclusiveInvoke from './exclusiveInvoke';
  43. import faceComparison from './faceComparison';
  44. import faceRecognition from './faceRecognition';
  45. import getAppInstallStatus from './getAppInstallStatus';
  46. import getAuthCode from './getAuthCode';
  47. import getConfig from './getConfig';
  48. import getContainerType from './getContainerType';
  49. import getDeviceId from './getDeviceId';
  50. import getFromClipboard from './getFromClipboard';
  51. import getGeolocation from './getGeolocation';
  52. import getGeolocationStatus from './getGeolocationStatus';
  53. import getHotspotInfo from './getHotspotInfo';
  54. import getLanguageSetting from './getLanguageSetting';
  55. import getLoginUser from './getLoginUser';
  56. import getNetworkType from './getNetworkType';
  57. import getPhoneInfo from './getPhoneInfo';
  58. import getProxyInfo from './getProxyInfo';
  59. import getStorageItem from './getStorageItem';
  60. import getTraceStatus from './getTraceStatus';
  61. import getUUID from './getUUID';
  62. import getUserAgent from './getUserAgent';
  63. import getWaterMark from './getWaterMark';
  64. import getWaterMarkConfigV2 from './getWaterMarkConfigV2';
  65. import getWaterMarkV2 from './getWaterMarkV2';
  66. import getWifiStatus from './getWifiStatus';
  67. import getWorkbenchContext from './getWorkbenchContext';
  68. import goBack from './goBack';
  69. import hideLoading from './hideLoading';
  70. import hideOptionMenu from './hideOptionMenu';
  71. import hideTitleBar from './hideTitleBar';
  72. import isDownloadFileExist from './isDownloadFileExist';
  73. import joinScheduleConf from './joinScheduleConf';
  74. import joinVideoConf from './joinVideoConf';
  75. import joinVideoMeeting from './joinVideoMeeting';
  76. import locateOnMap from './locateOnMap';
  77. import on from './on';
  78. import onAudioPlayEnd from './onAudioPlayEnd';
  79. import onRecordAudioEnd from './onRecordAudioEnd';
  80. import openApiInvoker from './openApiInvoker';
  81. import openApp from './openApp';
  82. import openBrowser from './openBrowser';
  83. import openChat from './openChat';
  84. import openDownloadFile from './openDownloadFile';
  85. import openLink from './openLink';
  86. import openPage from './openPage';
  87. import openSchemeUrl from './openSchemeUrl';
  88. import openSlidePanel from './openSlidePanel';
  89. import openWatermarkCamera from './openWatermarkCamera';
  90. import pauseAudio from './pauseAudio';
  91. import pickChat from './pickChat';
  92. import pickChatByCorpId from './pickChatByCorpId';
  93. import pickGroupChat from './pickGroupChat';
  94. import pickGroupConversation from './pickGroupConversation';
  95. import playAudio from './playAudio';
  96. import previewDoc from './previewDoc';
  97. import previewImage from './previewImage';
  98. import printFile from './printFile';
  99. import printNativeLog from './printNativeLog';
  100. import prompt from './prompt';
  101. import pushWindow from './pushWindow';
  102. import readImageToBase64 from './readImageToBase64';
  103. import ready from './ready';
  104. import reduceImageSize from './reduceImageSize';
  105. import removeStorageItem from './removeStorageItem';
  106. import replacePage from './replacePage';
  107. import resetView from './resetView';
  108. import resumeAudio from './resumeAudio';
  109. import rotateView from './rotateView';
  110. import scan from './scan';
  111. import searchOnMap from './searchOnMap';
  112. import sendOutData from './sendOutData';
  113. import setLocalScreenShotPolicy from './setLocalScreenShotPolicy';
  114. import setNavIcon from './setNavIcon';
  115. import setNavLeftText from './setNavLeftText';
  116. import setOptionMenu from './setOptionMenu';
  117. import setProxyInfo from './setProxyInfo';
  118. import setStorageItem from './setStorageItem';
  119. import setTitle from './setTitle';
  120. import shareFileToMessage from './shareFileToMessage';
  121. import shareImageToMessage from './shareImageToMessage';
  122. import shareToMessage from './shareToMessage';
  123. import shootVideo from './shootVideo';
  124. import showActionSheet from './showActionSheet';
  125. import showCallMenu from './showCallMenu';
  126. import showDatePicker from './showDatePicker';
  127. import showDateTimePicker from './showDateTimePicker';
  128. import showExtendModal from './showExtendModal';
  129. import showHomeBottomTab from './showHomeBottomTab';
  130. import showLoading from './showLoading';
  131. import showModal from './showModal';
  132. import showMultiSelect from './showMultiSelect';
  133. import showOnMap from './showOnMap';
  134. import showOptionMenu from './showOptionMenu';
  135. import showPlainInputUponKeyboard from './showPlainInputUponKeyboard';
  136. import showQuickCallMenu from './showQuickCallMenu';
  137. import showSelect from './showSelect';
  138. import showSignature from './showSignature';
  139. import showSocialShare from './showSocialShare';
  140. import showTimePicker from './showTimePicker';
  141. import showTitleBar from './showTitleBar';
  142. import startFaceRecognition from './startFaceRecognition';
  143. import startGeolocation from './startGeolocation';
  144. import startListenNetworkStatus from './startListenNetworkStatus';
  145. import startRecordAudio from './startRecordAudio';
  146. import startTraceReport from './startTraceReport';
  147. import startVPNApp from './startVPNApp';
  148. import startWatchShake from './startWatchShake';
  149. import stopAudio from './stopAudio';
  150. import stopGeolocation from './stopGeolocation';
  151. import stopListenNetworkStatus from './stopListenNetworkStatus';
  152. import stopPullToRefresh from './stopPullToRefresh';
  153. import stopRecordAudio from './stopRecordAudio';
  154. import stopTraceReport from './stopTraceReport';
  155. import stopVPNApp from './stopVPNApp';
  156. import stopWatchShake from './stopWatchShake';
  157. import subscribe from './subscribe';
  158. import takePhoto from './takePhoto';
  159. import testProxy from './testProxy';
  160. import toast from './toast';
  161. import unlockWithSecurityVerification from './unlockWithSecurityVerification';
  162. import unsubscribe from './unsubscribe';
  163. import uploadFile from './uploadFile';
  164. import uploadFileByType from './uploadFileByType';
  165. import uploadLocalFile from './uploadLocalFile';
  166. import uploadRemoteFileToDisk from './uploadRemoteFileToDisk';
  167. import ut from './ut';
  168. import version from './version';
  169. import vibrate from './vibrate';
  170. interface Idd {
  171. alert: typeof alert;
  172. authConfig: typeof authConfig;
  173. bizContactDepartmentsPickerExternal: typeof bizContactDepartmentsPickerExternal;
  174. bizCustomContactChooseExternal: typeof bizCustomContactChooseExternal;
  175. bizCustomContactMultipleChooseExternal: typeof bizCustomContactMultipleChooseExternal;
  176. callPhone: typeof callPhone;
  177. canIUse: typeof canIUse;
  178. checkVPNAppInstalled: typeof checkVPNAppInstalled;
  179. checkVPNAppOnline: typeof checkVPNAppOnline;
  180. chooseContact: typeof chooseContact;
  181. chooseContactWithComplexPicker: typeof chooseContactWithComplexPicker;
  182. chooseDateRangeWithCalendar: typeof chooseDateRangeWithCalendar;
  183. chooseDayWithCalendar: typeof chooseDayWithCalendar;
  184. chooseDepartments: typeof chooseDepartments;
  185. chooseFile: typeof chooseFile;
  186. chooseHalfDayWithCalendar: typeof chooseHalfDayWithCalendar;
  187. chooseImage: typeof chooseImage;
  188. chooseInterconnectionChat: typeof chooseInterconnectionChat;
  189. chooseLocalImage: typeof chooseLocalImage;
  190. chooseSpaceDir: typeof chooseSpaceDir;
  191. chooseTimeWithCalendar: typeof chooseTimeWithCalendar;
  192. chooseVideo: typeof chooseVideo;
  193. closePage: typeof closePage;
  194. complexPickerAdmin: typeof complexPickerAdmin;
  195. confirm: typeof confirm;
  196. copyToClipboard: typeof copyToClipboard;
  197. createChatGroup: typeof createChatGroup;
  198. createDing: typeof createDing;
  199. createDingV2: typeof createDingV2;
  200. createVideoConf: typeof createVideoConf;
  201. createVideoMeeting: typeof createVideoMeeting;
  202. dealWithBackAction: typeof dealWithBackAction;
  203. disableClosePage: typeof disableClosePage;
  204. disablePullToRefresh: typeof disablePullToRefresh;
  205. disableWebviewBounce: typeof disableWebviewBounce;
  206. downloadAudio: typeof downloadAudio;
  207. downloadFile: typeof downloadFile;
  208. enablePullToRefresh: typeof enablePullToRefresh;
  209. enableVpn: typeof enableVpn;
  210. enableWebviewBounce: typeof enableWebviewBounce;
  211. exclusiveInvoke: typeof exclusiveInvoke;
  212. faceComparison: typeof faceComparison;
  213. faceRecognition: typeof faceRecognition;
  214. getAppInstallStatus: typeof getAppInstallStatus;
  215. getAuthCode: typeof getAuthCode;
  216. getConfig: typeof getConfig;
  217. getContainerType: typeof getContainerType;
  218. getDeviceId: typeof getDeviceId;
  219. getFromClipboard: typeof getFromClipboard;
  220. getGeolocation: typeof getGeolocation;
  221. getGeolocationStatus: typeof getGeolocationStatus;
  222. getHotspotInfo: typeof getHotspotInfo;
  223. getLanguageSetting: typeof getLanguageSetting;
  224. getLoginUser: typeof getLoginUser;
  225. getNetworkType: typeof getNetworkType;
  226. getPhoneInfo: typeof getPhoneInfo;
  227. getProxyInfo: typeof getProxyInfo;
  228. getStorageItem: typeof getStorageItem;
  229. getTraceStatus: typeof getTraceStatus;
  230. getUUID: typeof getUUID;
  231. getUserAgent: typeof getUserAgent;
  232. getWaterMark: typeof getWaterMark;
  233. getWaterMarkConfigV2: typeof getWaterMarkConfigV2;
  234. getWaterMarkV2: typeof getWaterMarkV2;
  235. getWifiStatus: typeof getWifiStatus;
  236. getWorkbenchContext: typeof getWorkbenchContext;
  237. goBack: typeof goBack;
  238. hideLoading: typeof hideLoading;
  239. hideOptionMenu: typeof hideOptionMenu;
  240. hideTitleBar: typeof hideTitleBar;
  241. isDownloadFileExist: typeof isDownloadFileExist;
  242. joinScheduleConf: typeof joinScheduleConf;
  243. joinVideoConf: typeof joinVideoConf;
  244. joinVideoMeeting: typeof joinVideoMeeting;
  245. locateOnMap: typeof locateOnMap;
  246. on: typeof on;
  247. onAudioPlayEnd: typeof onAudioPlayEnd;
  248. onRecordAudioEnd: typeof onRecordAudioEnd;
  249. openApiInvoker: typeof openApiInvoker;
  250. openApp: typeof openApp;
  251. openBrowser: typeof openBrowser;
  252. openChat: typeof openChat;
  253. openDownloadFile: typeof openDownloadFile;
  254. openLink: typeof openLink;
  255. openPage: typeof openPage;
  256. openSchemeUrl: typeof openSchemeUrl;
  257. openSlidePanel: typeof openSlidePanel;
  258. openWatermarkCamera: typeof openWatermarkCamera;
  259. pauseAudio: typeof pauseAudio;
  260. pickChat: typeof pickChat;
  261. pickChatByCorpId: typeof pickChatByCorpId;
  262. pickGroupChat: typeof pickGroupChat;
  263. pickGroupConversation: typeof pickGroupConversation;
  264. playAudio: typeof playAudio;
  265. previewDoc: typeof previewDoc;
  266. previewImage: typeof previewImage;
  267. printFile: typeof printFile;
  268. printNativeLog: typeof printNativeLog;
  269. prompt: typeof prompt;
  270. pushWindow: typeof pushWindow;
  271. readImageToBase64: typeof readImageToBase64;
  272. ready: typeof ready;
  273. reduceImageSize: typeof reduceImageSize;
  274. removeStorageItem: typeof removeStorageItem;
  275. replacePage: typeof replacePage;
  276. resetView: typeof resetView;
  277. resumeAudio: typeof resumeAudio;
  278. rotateView: typeof rotateView;
  279. scan: typeof scan;
  280. searchOnMap: typeof searchOnMap;
  281. sendOutData: typeof sendOutData;
  282. setLocalScreenShotPolicy: typeof setLocalScreenShotPolicy;
  283. setNavIcon: typeof setNavIcon;
  284. setNavLeftText: typeof setNavLeftText;
  285. setOptionMenu: typeof setOptionMenu;
  286. setProxyInfo: typeof setProxyInfo;
  287. setStorageItem: typeof setStorageItem;
  288. setTitle: typeof setTitle;
  289. shareFileToMessage: typeof shareFileToMessage;
  290. shareImageToMessage: typeof shareImageToMessage;
  291. shareToMessage: typeof shareToMessage;
  292. shootVideo: typeof shootVideo;
  293. showActionSheet: typeof showActionSheet;
  294. showCallMenu: typeof showCallMenu;
  295. showDatePicker: typeof showDatePicker;
  296. showDateTimePicker: typeof showDateTimePicker;
  297. showExtendModal: typeof showExtendModal;
  298. showHomeBottomTab: typeof showHomeBottomTab;
  299. showLoading: typeof showLoading;
  300. showModal: typeof showModal;
  301. showMultiSelect: typeof showMultiSelect;
  302. showOnMap: typeof showOnMap;
  303. showOptionMenu: typeof showOptionMenu;
  304. showPlainInputUponKeyboard: typeof showPlainInputUponKeyboard;
  305. showQuickCallMenu: typeof showQuickCallMenu;
  306. showSelect: typeof showSelect;
  307. showSignature: typeof showSignature;
  308. showSocialShare: typeof showSocialShare;
  309. showTimePicker: typeof showTimePicker;
  310. showTitleBar: typeof showTitleBar;
  311. startFaceRecognition: typeof startFaceRecognition;
  312. startGeolocation: typeof startGeolocation;
  313. startListenNetworkStatus: typeof startListenNetworkStatus;
  314. startRecordAudio: typeof startRecordAudio;
  315. startTraceReport: typeof startTraceReport;
  316. startVPNApp: typeof startVPNApp;
  317. startWatchShake: typeof startWatchShake;
  318. stopAudio: typeof stopAudio;
  319. stopGeolocation: typeof stopGeolocation;
  320. stopListenNetworkStatus: typeof stopListenNetworkStatus;
  321. stopPullToRefresh: typeof stopPullToRefresh;
  322. stopRecordAudio: typeof stopRecordAudio;
  323. stopTraceReport: typeof stopTraceReport;
  324. stopVPNApp: typeof stopVPNApp;
  325. stopWatchShake: typeof stopWatchShake;
  326. subscribe: typeof subscribe;
  327. takePhoto: typeof takePhoto;
  328. testProxy: typeof testProxy;
  329. toast: typeof toast;
  330. unlockWithSecurityVerification: typeof unlockWithSecurityVerification;
  331. unsubscribe: typeof unsubscribe;
  332. uploadFile: typeof uploadFile;
  333. uploadFileByType: typeof uploadFileByType;
  334. uploadLocalFile: typeof uploadLocalFile;
  335. uploadRemoteFileToDisk: typeof uploadRemoteFileToDisk;
  336. ut: typeof ut;
  337. version: typeof version;
  338. vibrate: typeof vibrate;
  339. }
  340. declare let dd: Idd & MiniTypes;
  341. export default dd;