@ray-js/api 0.5.5 → 0.5.6-beta-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.
@@ -1,40 +0,0 @@
1
- /// <reference path="../@types/TYKit.d.ts" />
2
- export declare const apiRequestByAtop: typeof ty.apiRequestByAtop;
3
- export declare const event: typeof ty.event;
4
- export declare const beginEvent: typeof ty.beginEvent;
5
- export declare const trackEvent: typeof ty.trackEvent;
6
- export declare const endEvent: typeof ty.endEvent;
7
- export declare const getAppInfo: typeof ty.getAppInfo;
8
- export declare const getCurrentWifiSSID: typeof ty.getCurrentWifiSSID;
9
- export declare const openCountrySelectPage: typeof ty.openCountrySelectPage;
10
- export declare const getIconfontInfo: typeof ty.getIconfontInfo;
11
- export declare const uploadImage: typeof ty.uploadImage;
12
- export declare const getLangKey: typeof ty.getLangKey;
13
- export declare const getLangContent: typeof ty.getLangContent;
14
- export declare const openRNPanel: typeof ty.openRNPanel;
15
- export declare const openPanel: typeof ty.openPanel;
16
- export declare const preloadPanel: typeof ty.preloadPanel;
17
- export declare const openInnerH5: typeof ty.openInnerH5;
18
- export declare const openAppSystemSettingPage: typeof ty.openAppSystemSettingPage;
19
- export declare const openSystemSettingPage: typeof ty.openSystemSettingPage;
20
- export declare const emitChannel: typeof ty.emitChannel;
21
- export declare const router: typeof ty.router;
22
- export declare const canIUseRouter: typeof ty.canIUseRouter;
23
- export declare const goDeviceDetail: typeof ty.goDeviceDetail;
24
- export declare const goDeviceAlarm: typeof ty.goDeviceAlarm;
25
- export declare const share: typeof ty.share;
26
- export declare const getShareChannelList: typeof ty.getShareChannelList;
27
- export declare const resizeImage: typeof ty.resizeImage;
28
- export declare const rotateImage: typeof ty.rotateImage;
29
- export declare const saveToAlbum: typeof ty.saveToAlbum;
30
- export declare const onCountrySelectResult: typeof ty.onCountrySelectResult;
31
- export declare const offCountrySelectResult: typeof ty.offCountrySelectResult;
32
- export declare const onUploadProgressUpdate: typeof ty.onUploadProgressUpdate;
33
- export declare const offUploadProgressUpdate: typeof ty.offUploadProgressUpdate;
34
- export declare const onReceiveMessage: typeof ty.onReceiveMessage;
35
- export declare const offReceiveMessage: typeof ty.offReceiveMessage;
36
- export declare const onRouterEvent: typeof ty.onRouterEvent;
37
- export declare const offRouterEvent: typeof ty.offRouterEvent;
38
- export declare const onRouterResult: typeof ty.onRouterResult;
39
- export declare const offRouterResult: typeof ty.offRouterResult;
40
- export declare const registerChannel: typeof ty.registerChannel;