@ray-js/api 1.7.70 → 1.7.71
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.
- package/@types/AIKit.d.ts +5509 -610
- package/@types/AIStreamKit.d.ts +2641 -0
- package/@types/AVideoKit.d.ts +1827 -0
- package/@types/BaseKit.d.ts +8682 -1893
- package/@types/BizKit.d.ts +6639 -1038
- package/@types/CategoryCommonBizKit.d.ts +1459 -0
- package/@types/CommunityKit.d.ts +154 -0
- package/@types/DeviceKit.d.ts +18475 -5662
- package/@types/GroupCITestKit.d.ts +651 -0
- package/@types/HealthKit.d.ts +2290 -357
- package/@types/HomeKit.d.ts +4068 -182
- package/@types/IPCKit.d.ts +4327 -1227
- package/@types/LightKit.d.ts +125 -0
- package/@types/MapKit.d.ts +1560 -204
- package/@types/MediaKit.d.ts +136 -16
- package/@types/MediaPlayerKit.d.ts +47 -0
- package/@types/MiniKit.d.ts +2976 -628
- package/@types/OutdoorKit.d.ts +1337 -24
- package/@types/P2PKit.d.ts +622 -103
- package/@types/PayKit.d.ts +115 -0
- package/@types/PlayNetKit.d.ts +3454 -1309
- package/@types/SweeperKit.d.ts +154 -0
- package/@types/ThirdAuthKit.d.ts +324 -0
- package/@types/ThirdPartyDeviceKit.d.ts +410 -0
- package/@types/WearKit.d.ts +10177 -375
- package/@types/gateway.d.ts +349 -61
- package/@types/health.d.ts +486 -304
- package/lib/AIKit-1.6.0.d.ts +265 -41
- package/lib/AIKit-1.6.0.js +374 -120
- package/lib/BaseKit-3.17.7.d.ts +704 -0
- package/lib/BaseKit-3.17.7.js +720 -1
- package/lib/BizKit-4.10.4.d.ts +336 -0
- package/lib/BizKit-4.10.4.js +342 -5
- package/lib/DeviceKit-4.13.1.d.ts +996 -0
- package/lib/DeviceKit-4.13.1.js +1247 -249
- package/lib/HealthKit-6.5.0.d.ts +210 -44
- package/lib/HealthKit-6.5.0.js +295 -128
- package/lib/HomeKit-3.1.4.d.ts +20 -6
- package/lib/HomeKit-3.1.4.js +29 -14
- package/lib/IPCKit-6.4.5.d.ts +375 -77
- package/lib/IPCKit-6.4.5.js +525 -228
- package/lib/MapKit-3.4.13.d.ts +70 -16
- package/lib/MapKit-3.4.13.js +98 -47
- package/lib/MediaKit-3.4.1.d.ts +5 -3
- package/lib/MediaKit-3.4.1.js +7 -6
- package/lib/MiniKit-3.14.1.d.ts +300 -0
- package/lib/MiniKit-3.14.1.js +302 -0
- package/lib/OutdoorKit-1.0.4.d.ts +55 -13
- package/lib/OutdoorKit-1.0.4.js +78 -35
- package/lib/P2PKit-2.0.3.d.ts +125 -27
- package/lib/P2PKit-2.0.3.js +175 -78
- package/lib/PlayNetKit-1.3.30.d.ts +290 -60
- package/lib/PlayNetKit-1.3.30.js +407 -176
- package/lib/WearKit-1.1.6.d.ts +125 -27
- package/lib/WearKit-1.1.6.js +176 -77
- package/lib/all-kits.d.ts +10 -10
- package/lib/all-kits.js +10 -10
- package/lib/cloud/core.d.ts +31 -1
- package/lib/cloud/core.js +31 -1
- package/lib/cloud/device.d.ts +155 -24
- package/lib/cloud/device.js +153 -22
- package/lib/cloud/gateway.d.ts +254 -0
- package/lib/cloud/gateway.js +269 -9
- package/lib/cloud/health.d.ts +1 -0
- package/lib/cloud/health.js +121 -0
- package/lib/cloud/interface.d.ts +222 -44
- package/lib/cloud/interface.js +15 -2
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteCleaningRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/index.js +28 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteGyroCleanRecord/type.js +1 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.d.ts +27 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/index.js +28 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.d.ts +7 -0
- package/lib/cloud/laser-clean/deleteMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.d.ts +30 -0
- package/lib/cloud/laser-clean/getCleaningRecords/index.js +31 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.d.ts +39 -0
- package/lib/cloud/laser-clean/getCleaningRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.d.ts +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecordDetail/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.d.ts +29 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/index.js +30 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.d.ts +35 -0
- package/lib/cloud/laser-clean/getGyroCleanRecords/type.js +1 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/index.js +29 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.d.ts +28 -0
- package/lib/cloud/laser-clean/getGyroLatestCleanMap/type.js +1 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/index.js +25 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.d.ts +29 -0
- package/lib/cloud/laser-clean/getMultipleMapFiles/type.js +1 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.d.ts +24 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/index.js +25 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.d.ts +26 -0
- package/lib/cloud/laser-clean/getSweeperStorageConfig/type.js +1 -0
- package/lib/cloud/laser-clean/getVoiceList/index.d.ts +28 -0
- package/lib/cloud/laser-clean/getVoiceList/index.js +29 -0
- package/lib/cloud/laser-clean/getVoiceList/type.d.ts +48 -0
- package/lib/cloud/laser-clean/getVoiceList/type.js +1 -0
- package/lib/cloud/laser-clean/index.d.ts +1 -1
- package/lib/cloud/laser-clean/index.js +1 -1
- package/lib/cloud/laser-clean/map.d.ts +5 -7
- package/lib/cloud/laser-clean/map.js +5 -9
- package/lib/cloud/laser-clean/record.d.ts +5 -6
- package/lib/cloud/laser-clean/record.js +5 -7
- package/lib/cloud/laser-clean/renameHistoryMap/index.d.ts +28 -0
- package/lib/cloud/laser-clean/renameHistoryMap/index.js +29 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.d.ts +9 -0
- package/lib/cloud/laser-clean/renameHistoryMap/type.js +1 -0
- package/lib/cloud/laser-clean/voice.d.ts +1 -3
- package/lib/cloud/laser-clean/voice.js +1 -4
- package/lib/cloud/linkage.d.ts +271 -53
- package/lib/cloud/linkage.js +256 -51
- package/lib/cloud/remoteGroup.d.ts +37 -0
- package/lib/cloud/remoteGroup.js +37 -0
- package/lib/cloud/timer.d.ts +104 -26
- package/lib/cloud/timer.js +104 -26
- package/lib/getApp/index.thing.d.ts +47 -1
- package/lib/getApp/index.thing.js +40 -2
- package/lib/getBoundingClientRect/index.thing.d.ts +101 -1
- package/lib/getBoundingClientRect/index.thing.js +59 -0
- package/lib/getCurrentPages/index.thing.d.ts +40 -15
- package/lib/getCurrentPages/index.thing.js +36 -15
- package/lib/getCustomConfig/index.d.ts +5 -2
- package/lib/getCustomConfig/index.thing.d.ts +68 -2
- package/lib/getCustomConfig/index.thing.js +62 -0
- package/lib/getCustomConfig/index.wechat.d.ts +5 -2
- package/lib/getCustomConfig/type.d.ts +26 -15
- package/lib/getElementById/index.thing.d.ts +42 -1
- package/lib/getElementById/index.thing.js +40 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -2
- package/lib/nativeRouters/common.d.ts +8 -0
- package/lib/nativeRouters/device.d.ts +137 -5
- package/lib/nativeRouters/device.js +138 -6
- package/lib/nativeRouters/gw.d.ts +58 -8
- package/lib/nativeRouters/gw.js +57 -8
- package/lib/nativeRouters/outdoors.d.ts +16 -3
- package/lib/nativeRouters/outdoors.js +16 -3
- package/lib/nativeRouters/remoteGroup.d.ts +23 -0
- package/lib/nativeRouters/remoteGroup.js +23 -0
- package/lib/nativeRouters/root.d.ts +19 -0
- package/lib/nativeRouters/root.js +17 -0
- package/lib/openGroupCreate/index.d.ts +45 -0
- package/lib/openGroupCreate/index.js +32 -0
- package/package.json +5 -5
package/lib/MapKit-3.4.13.d.ts
CHANGED
|
@@ -1,17 +1,71 @@
|
|
|
1
1
|
/// <reference path="../@types/MapKit.d.ts" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @since @ray-js/ray 1.2.10
|
|
5
|
+
*/
|
|
6
|
+
export declare const chooseLocation: typeof ty.map.chooseLocation;
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* @since @ray-js/ray 1.2.10
|
|
10
|
+
*/
|
|
11
|
+
export declare const getLocation: typeof ty.map.getLocation;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* @since @ray-js/ray 1.2.10
|
|
15
|
+
*/
|
|
16
|
+
export declare const getMapList: typeof ty.map.getMapList;
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @since @ray-js/ray 1.2.10
|
|
20
|
+
*/
|
|
21
|
+
export declare const isGeofenceReachLimit: typeof ty.map.isGeofenceReachLimit;
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* @since @ray-js/ray 1.2.10
|
|
25
|
+
*/
|
|
26
|
+
export declare const openGeofenceMap: typeof ty.map.openGeofenceMap;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @since @ray-js/ray 1.2.10
|
|
30
|
+
*/
|
|
31
|
+
export declare const openMapAppLocation: typeof ty.map.openMapAppLocation;
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* @since @ray-js/ray 1.2.10
|
|
35
|
+
*/
|
|
36
|
+
export declare const registerGeofence: typeof ty.map.registerGeofence;
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @since @ray-js/ray 1.2.10
|
|
40
|
+
*/
|
|
41
|
+
export declare const unregisterGeofence: typeof ty.map.unregisterGeofence;
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @since @ray-js/ray 1.2.10
|
|
45
|
+
*/
|
|
46
|
+
export declare const updateGeofence: typeof ty.map.updateGeofence;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* @since @ray-js/ray 1.4.38
|
|
50
|
+
*/
|
|
51
|
+
export declare const transformLocation: typeof ty.map.transformLocation;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @since @ray-js/ray 1.4.41
|
|
55
|
+
*/
|
|
56
|
+
export declare const reverseGeocodeLocation: typeof ty.map.reverseGeocodeLocation;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @since @ray-js/ray 1.4.41
|
|
60
|
+
*/
|
|
61
|
+
export declare const coordinateWGS84ToGCJ02: typeof ty.map.coordinateWGS84ToGCJ02;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @since @ray-js/ray 1.4.41
|
|
65
|
+
*/
|
|
66
|
+
export declare const coordinateGCJ02ToWGS84: typeof ty.map.coordinateGCJ02ToWGS84;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* @since @ray-js/ray 1.4.41
|
|
70
|
+
*/
|
|
71
|
+
export declare const getMapType: typeof ty.map.getMapType;
|
package/lib/MapKit-3.4.13.js
CHANGED
|
@@ -3,50 +3,101 @@
|
|
|
3
3
|
import { createFactory } from './utils';
|
|
4
4
|
const factory = createFactory('MapKit');
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @since @ray-js/ray 1.2.10
|
|
9
|
+
*/
|
|
10
|
+
export const chooseLocation = factory('chooseLocation', {
|
|
11
|
+
namespace: 'map'
|
|
12
|
+
});
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @since @ray-js/ray 1.2.10
|
|
16
|
+
*/
|
|
17
|
+
export const getLocation = factory('getLocation', {
|
|
18
|
+
namespace: 'map'
|
|
19
|
+
});
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* @since @ray-js/ray 1.2.10
|
|
23
|
+
*/
|
|
24
|
+
export const getMapList = factory('getMapList', {
|
|
25
|
+
namespace: 'map'
|
|
26
|
+
});
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @since @ray-js/ray 1.2.10
|
|
30
|
+
*/
|
|
31
|
+
export const isGeofenceReachLimit = factory('isGeofenceReachLimit', {
|
|
32
|
+
namespace: 'map'
|
|
33
|
+
});
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* @since @ray-js/ray 1.2.10
|
|
37
|
+
*/
|
|
38
|
+
export const openGeofenceMap = factory('openGeofenceMap', {
|
|
39
|
+
namespace: 'map'
|
|
40
|
+
});
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @since @ray-js/ray 1.2.10
|
|
44
|
+
*/
|
|
45
|
+
export const openMapAppLocation = factory('openMapAppLocation', {
|
|
46
|
+
namespace: 'map'
|
|
47
|
+
});
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
* @since @ray-js/ray 1.2.10
|
|
51
|
+
*/
|
|
52
|
+
export const registerGeofence = factory('registerGeofence', {
|
|
53
|
+
namespace: 'map'
|
|
54
|
+
});
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* @since @ray-js/ray 1.2.10
|
|
58
|
+
*/
|
|
59
|
+
export const unregisterGeofence = factory('unregisterGeofence', {
|
|
60
|
+
namespace: 'map'
|
|
61
|
+
});
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @since @ray-js/ray 1.2.10
|
|
65
|
+
*/
|
|
66
|
+
export const updateGeofence = factory('updateGeofence', {
|
|
67
|
+
namespace: 'map'
|
|
68
|
+
});
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* @since @ray-js/ray 1.4.38
|
|
72
|
+
*/
|
|
73
|
+
export const transformLocation = factory('transformLocation', {
|
|
74
|
+
namespace: 'map'
|
|
75
|
+
});
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* @since @ray-js/ray 1.4.41
|
|
79
|
+
*/
|
|
80
|
+
export const reverseGeocodeLocation = factory('reverseGeocodeLocation', {
|
|
81
|
+
namespace: 'map'
|
|
82
|
+
});
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
* @since @ray-js/ray 1.4.41
|
|
86
|
+
*/
|
|
87
|
+
export const coordinateWGS84ToGCJ02 = factory('coordinateWGS84ToGCJ02', {
|
|
88
|
+
namespace: 'map'
|
|
89
|
+
});
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* @since @ray-js/ray 1.4.41
|
|
93
|
+
*/
|
|
94
|
+
export const coordinateGCJ02ToWGS84 = factory('coordinateGCJ02ToWGS84', {
|
|
95
|
+
namespace: 'map'
|
|
96
|
+
});
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
* @since @ray-js/ray 1.4.41
|
|
100
|
+
*/
|
|
101
|
+
export const getMapType = factory('getMapType', {
|
|
102
|
+
namespace: 'map'
|
|
103
|
+
});
|
package/lib/MediaKit-3.4.1.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference path="../@types/MediaKit.d.ts" />
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @since @ray-js/ray 1.6.19
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRGBAudioManager: typeof ty.media.getRGBAudioManager;
|
package/lib/MediaKit-3.4.1.js
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
import { createFactory } from './utils';
|
|
4
4
|
const factory = createFactory('MediaKit');
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @since @ray-js/ray 1.6.19
|
|
9
|
+
*/
|
|
10
|
+
export const getRGBAudioManager = factory('getRGBAudioManager', {
|
|
11
|
+
namespace: 'media'
|
|
12
|
+
});
|
package/lib/MiniKit-3.14.1.d.ts
CHANGED
|
@@ -1,76 +1,376 @@
|
|
|
1
1
|
/// <reference path="../@types/MiniKit.d.ts" />
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @since @ray-js/ray 0.3.23
|
|
5
|
+
*/
|
|
2
6
|
export declare const nativeDisabled: typeof ty.nativeDisabled;
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* @since @ray-js/ray 0.3.23
|
|
10
|
+
*/
|
|
3
11
|
export declare const nativeInovke: typeof ty.nativeInovke;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* @since @ray-js/ray 0.5.9
|
|
15
|
+
*/
|
|
4
16
|
export declare const getPermissionConfig: typeof ty.getPermissionConfig;
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @since @ray-js/ray 0.5.9
|
|
20
|
+
*/
|
|
5
21
|
export declare const getPermissionConfigSync: typeof ty.getPermissionConfigSync;
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* @since @ray-js/ray 0.5.9
|
|
25
|
+
*/
|
|
6
26
|
export declare const openSetting: typeof ty.openSetting;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* @since @ray-js/ray 0.5.9
|
|
30
|
+
*/
|
|
7
31
|
export declare const changeDebugMode: typeof ty.changeDebugMode;
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* @since @ray-js/ray 1.4.49
|
|
35
|
+
*/
|
|
8
36
|
export declare const openHelpCenter: typeof ty.openHelpCenter;
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @since @ray-js/ray 0.3.23
|
|
40
|
+
*/
|
|
9
41
|
export declare const showTabBarRedDot: typeof ty.showTabBarRedDot;
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @since @ray-js/ray 0.3.23
|
|
45
|
+
*/
|
|
10
46
|
export declare const showTabBar: typeof ty.showTabBar;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* @since @ray-js/ray 0.3.23
|
|
50
|
+
*/
|
|
11
51
|
export declare const setTabBarStyle: typeof ty.setTabBarStyle;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @since @ray-js/ray 0.3.23
|
|
55
|
+
*/
|
|
12
56
|
export declare const setTabBarItem: typeof ty.setTabBarItem;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @since @ray-js/ray 0.3.23
|
|
60
|
+
*/
|
|
13
61
|
export declare const setTabBarBadge: typeof ty.setTabBarBadge;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* @since @ray-js/ray 0.3.23
|
|
65
|
+
*/
|
|
14
66
|
export declare const removeTabBarBadge: typeof ty.removeTabBarBadge;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
* @since @ray-js/ray 0.3.23
|
|
70
|
+
*/
|
|
15
71
|
export declare const hideTabBarRedDot: typeof ty.hideTabBarRedDot;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* @since @ray-js/ray 0.3.23
|
|
75
|
+
*/
|
|
16
76
|
export declare const hideTabBar: typeof ty.hideTabBar;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @since @ray-js/ray 0.5.9
|
|
80
|
+
*/
|
|
17
81
|
export declare const apiRequestByHighway: typeof ty.apiRequestByHighway;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* @since @ray-js/ray 0.3.23
|
|
85
|
+
*/
|
|
18
86
|
export declare const navigateBackMiniProgram: typeof ty.navigateBackMiniProgram;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
* @since @ray-js/ray 0.3.23
|
|
90
|
+
*/
|
|
19
91
|
export declare const exitMiniProgram: typeof ty.exitMiniProgram;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
* @since @ray-js/ray 0.3.23
|
|
95
|
+
*/
|
|
20
96
|
export declare const getLaunchOptions: typeof ty.getLaunchOptions;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
* @since @ray-js/ray 0.3.23
|
|
100
|
+
*/
|
|
21
101
|
export declare const getLaunchOptionsSync: typeof ty.getLaunchOptionsSync;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
* @since @ray-js/ray 0.3.23
|
|
105
|
+
*/
|
|
22
106
|
export declare const getEnterOptions: typeof ty.getEnterOptions;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* @since @ray-js/ray 0.3.23
|
|
110
|
+
*/
|
|
23
111
|
export declare const getEnterOptionsSync: typeof ty.getEnterOptionsSync;
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* @since @ray-js/ray 0.3.23
|
|
115
|
+
*/
|
|
24
116
|
export declare const setBoardTitle: typeof ty.setBoardTitle;
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* @since @ray-js/ray 0.3.23
|
|
120
|
+
*/
|
|
25
121
|
export declare const setBoardTitleSync: typeof ty.setBoardTitleSync;
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* @since @ray-js/ray 0.3.23
|
|
125
|
+
*/
|
|
26
126
|
export declare const getMenuButtonBoundingClientRect: typeof ty.getMenuButtonBoundingClientRect;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
* @since @ray-js/ray 0.3.23
|
|
130
|
+
*/
|
|
27
131
|
export declare const getMenuButtonBoundingClientRectSync: typeof ty.getMenuButtonBoundingClientRectSync;
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* @since @ray-js/ray 0.3.23
|
|
135
|
+
*/
|
|
28
136
|
export declare const preDownloadMiniApp: typeof ty.preDownloadMiniApp;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* @since @ray-js/ray 0.3.23
|
|
140
|
+
*/
|
|
29
141
|
export declare const login: typeof ty.login;
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
* @since @ray-js/ray 0.3.23
|
|
145
|
+
*/
|
|
30
146
|
export declare const setPageOrientation: typeof ty.setPageOrientation;
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @since @ray-js/ray 0.5.9
|
|
150
|
+
*/
|
|
31
151
|
export declare const hideMenuButton: typeof ty.hideMenuButton;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* @since @ray-js/ray 0.5.9
|
|
155
|
+
*/
|
|
32
156
|
export declare const showMenuButton: typeof ty.showMenuButton;
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
* @since @ray-js/ray 0.5.9
|
|
160
|
+
*/
|
|
33
161
|
export declare const showStatusBar: typeof ty.showStatusBar;
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
* @since @ray-js/ray 0.5.9
|
|
165
|
+
*/
|
|
34
166
|
export declare const hideStatusBar: typeof ty.hideStatusBar;
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* @since @ray-js/ray 0.5.9
|
|
170
|
+
*/
|
|
35
171
|
export declare const exitMiniWidget: typeof ty.exitMiniWidget;
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* @since @ray-js/ray 0.5.9
|
|
175
|
+
*/
|
|
36
176
|
export declare const canOpenURL: typeof ty.canOpenURL;
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* @since @ray-js/ray 0.5.9
|
|
180
|
+
*/
|
|
37
181
|
export declare const canOpenURLSync: typeof ty.canOpenURLSync;
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* @since @ray-js/ray 0.5.9
|
|
185
|
+
*/
|
|
38
186
|
export declare const openURL: typeof ty.openURL;
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* @since @ray-js/ray 0.3.23
|
|
190
|
+
*/
|
|
39
191
|
export declare const showNavigationBarLoading: typeof ty.showNavigationBarLoading;
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* @since @ray-js/ray 0.3.23
|
|
195
|
+
*/
|
|
40
196
|
export declare const setNavigationBarTitle: typeof ty.setNavigationBarTitle;
|
|
197
|
+
/**
|
|
198
|
+
* @public
|
|
199
|
+
* @since @ray-js/ray 0.3.23
|
|
200
|
+
*/
|
|
41
201
|
export declare const setNavigationBarColor: typeof ty.setNavigationBarColor;
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
* @since @ray-js/ray 0.3.23
|
|
205
|
+
*/
|
|
42
206
|
export declare const hideNavigationBarLoading: typeof ty.hideNavigationBarLoading;
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
* @since @ray-js/ray 0.3.23
|
|
210
|
+
*/
|
|
43
211
|
export declare const hideHomeButton: typeof ty.hideHomeButton;
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
* @since @ray-js/ray 0.3.23
|
|
215
|
+
*/
|
|
44
216
|
export declare const navigateTo: typeof ty.navigateTo;
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* @since @ray-js/ray 0.3.23
|
|
220
|
+
*/
|
|
45
221
|
export declare const navigateBack: typeof ty.navigateBack;
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
* @since @ray-js/ray 0.3.23
|
|
225
|
+
*/
|
|
46
226
|
export declare const redirectTo: typeof ty.redirectTo;
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
* @since @ray-js/ray 0.3.23
|
|
230
|
+
*/
|
|
47
231
|
export declare const reLaunch: typeof ty.reLaunch;
|
|
232
|
+
/**
|
|
233
|
+
* @public
|
|
234
|
+
* @since @ray-js/ray 0.3.23
|
|
235
|
+
*/
|
|
48
236
|
export declare const switchTab: typeof ty.switchTab;
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* @since @ray-js/ray 0.3.23
|
|
240
|
+
*/
|
|
49
241
|
export declare const extApiCanIUse: typeof ty.extApiCanIUse;
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
* @since @ray-js/ray 0.3.23
|
|
245
|
+
*/
|
|
50
246
|
export declare const extApiCanIUseSync: typeof ty.extApiCanIUseSync;
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @since @ray-js/ray 0.3.23
|
|
250
|
+
*/
|
|
51
251
|
export declare const extApiInvoke: typeof ty.extApiInvoke;
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @since @ray-js/ray 0.3.23
|
|
255
|
+
*/
|
|
52
256
|
export declare const extApiInvokeSync: typeof ty.extApiInvokeSync;
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
* @since @ray-js/ray 0.3.23
|
|
260
|
+
*/
|
|
53
261
|
export declare const startPullDownRefresh: typeof ty.startPullDownRefresh;
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @since @ray-js/ray 0.3.23
|
|
265
|
+
*/
|
|
54
266
|
export declare const stopPullDownRefresh: typeof ty.stopPullDownRefresh;
|
|
267
|
+
/**
|
|
268
|
+
* @public
|
|
269
|
+
* @since @ray-js/ray 0.3.23
|
|
270
|
+
*/
|
|
55
271
|
export declare const onNativeEvent: typeof ty.onNativeEvent;
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
* @since @ray-js/ray 0.9.0
|
|
275
|
+
*/
|
|
56
276
|
export declare const offNativeEvent: typeof ty.offNativeEvent;
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @since @ray-js/ray 0.9.0
|
|
280
|
+
*/
|
|
57
281
|
export declare const getAccountInfo: typeof ty.getAccountInfo;
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
* @since @ray-js/ray 0.9.0
|
|
285
|
+
*/
|
|
58
286
|
export declare const getAccountInfoSync: typeof ty.getAccountInfoSync;
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* @since @ray-js/ray 0.9.0
|
|
290
|
+
*/
|
|
59
291
|
export declare const hideBoardTitleIcon: typeof ty.hideBoardTitleIcon;
|
|
292
|
+
/**
|
|
293
|
+
* @public
|
|
294
|
+
* @since @ray-js/ray 0.9.0
|
|
295
|
+
*/
|
|
60
296
|
export declare const hideBoardTitleIconSync: typeof ty.hideBoardTitleIconSync;
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @since @ray-js/ray 0.9.0
|
|
300
|
+
*/
|
|
61
301
|
export declare const setBoardIcon: typeof ty.setBoardIcon;
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
* @since @ray-js/ray 0.9.0
|
|
305
|
+
*/
|
|
62
306
|
export declare const setBoardIconSync: typeof ty.setBoardIconSync;
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
* @since @ray-js/ray 0.9.0
|
|
310
|
+
*/
|
|
63
311
|
export declare const showBoardTitleIcon: typeof ty.showBoardTitleIcon;
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
* @since @ray-js/ray 1.4.57
|
|
315
|
+
*/
|
|
64
316
|
export declare const showBoardTitleIconSync: typeof ty.showBoardTitleIconSync;
|
|
317
|
+
/**
|
|
318
|
+
* @public
|
|
319
|
+
* @since @ray-js/ray 1.5.30
|
|
320
|
+
*/
|
|
65
321
|
export declare const getMiniAppConfig: typeof ty.getMiniAppConfig;
|
|
322
|
+
/**
|
|
323
|
+
* @public
|
|
324
|
+
* @since @ray-js/ray 1.5.30
|
|
325
|
+
*/
|
|
66
326
|
export declare const getMiniAppConfigSync: typeof ty.getMiniAppConfigSync;
|
|
327
|
+
/**
|
|
328
|
+
* @public
|
|
329
|
+
* @since @ray-js/ray 1.5.30
|
|
330
|
+
*/
|
|
67
331
|
export declare const showBoard: typeof ty.showBoard;
|
|
332
|
+
/**
|
|
333
|
+
* @public
|
|
334
|
+
* @since @ray-js/ray 1.5.30
|
|
335
|
+
*/
|
|
68
336
|
export declare const resetBoardMenus: typeof ty.resetBoardMenus;
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
* @since @ray-js/ray 1.5.30
|
|
340
|
+
*/
|
|
69
341
|
export declare const resetSystemMenus: typeof ty.resetSystemMenus;
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* @since @ray-js/ray 1.5.30
|
|
345
|
+
*/
|
|
70
346
|
export declare const showRedBot: typeof ty.showRedBot;
|
|
347
|
+
/**
|
|
348
|
+
* @public
|
|
349
|
+
* @since @ray-js/ray 1.5.30
|
|
350
|
+
*/
|
|
71
351
|
export declare const hiddenRedBot: typeof ty.hiddenRedBot;
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @since @ray-js/ray 1.5.30
|
|
355
|
+
*/
|
|
72
356
|
export declare const hideRenderLoading: typeof ty.hideRenderLoading;
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
* @since @ray-js/ray 1.5.30
|
|
360
|
+
*/
|
|
73
361
|
export declare const setBackgroundImage: typeof ty.setBackgroundImage;
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
* @since @ray-js/ray 1.5.30
|
|
365
|
+
*/
|
|
74
366
|
export declare const widgetRemove: typeof ty.widgetRemove;
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* @since @ray-js/ray 1.6.9
|
|
370
|
+
*/
|
|
75
371
|
export declare const createNativeEventManager: typeof ty.createNativeEventManager;
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
* @since @ray-js/ray 1.6.9
|
|
375
|
+
*/
|
|
76
376
|
export declare const setBackgroundColor: typeof ty.setBackgroundColor;
|