@ray-js/api 1.5.29 → 1.5.30
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/BaseKit.d.ts +844 -44
- package/@types/BizKit.d.ts +465 -42
- package/@types/DeviceKit.d.ts +581 -58
- package/@types/MiniKit.d.ts +412 -9
- package/lib/{BaseKit-3.11.0.d.ts → BaseKit-3.14.3.d.ts} +25 -0
- package/lib/{BaseKit-3.11.0.js → BaseKit-3.14.3.js} +28 -1
- package/lib/{BizKit-4.5.1.d.ts → BizKit-4.10.4.d.ts} +40 -1
- package/lib/{BizKit-4.5.1.js → BizKit-4.10.4.js} +43 -2
- package/lib/{DeviceKit-3.3.1.d.ts → DeviceKit-4.9.0.d.ts} +22 -0
- package/lib/{DeviceKit-3.3.1.js → DeviceKit-4.9.0.js} +66 -0
- package/lib/{MiniKit-3.1.0.d.ts → MiniKit-3.12.1.d.ts} +11 -0
- package/lib/{MiniKit-3.1.0.js → MiniKit-3.12.1.js} +12 -1
- package/lib/all-kits.d.ts +5 -5
- package/lib/all-kits.js +5 -5
- package/package.json +5 -5
@@ -190,3 +190,25 @@ export declare const getDeviceListByDevIds: typeof ty.device.getDeviceListByDevI
|
|
190
190
|
export declare const sendMqttMessage: typeof ty.device.sendMqttMessage;
|
191
191
|
export declare const dispatchSubFunctionTouchEvent: typeof ty.device.dispatchSubFunctionTouchEvent;
|
192
192
|
export declare const onSubFunctionDataChange: typeof ty.device.onSubFunctionDataChange;
|
193
|
+
export declare const activeDeviceExtendModule: typeof ty.device.activeDeviceExtendModule;
|
194
|
+
export declare const updateMeshProxyState: typeof ty.device.updateMeshProxyState;
|
195
|
+
export declare const updateMeshRelayState: typeof ty.device.updateMeshRelayState;
|
196
|
+
export declare const recordBleConnectEvent: typeof ty.device.recordBleConnectEvent;
|
197
|
+
export declare const requestWifiSignal: typeof ty.device.requestWifiSignal;
|
198
|
+
export declare const yuChannelSync: typeof ty.device.yuChannelSync;
|
199
|
+
export declare const isYuDeviceOnline: typeof ty.device.isYuDeviceOnline;
|
200
|
+
export declare const isYuDeviceOnlineSync: typeof ty.device.isYuDeviceOnlineSync;
|
201
|
+
export declare const syncDeviceMeshDps: typeof ty.device.syncDeviceMeshDps;
|
202
|
+
export declare const getOTAUpdateInfo: typeof ty.device.getOTAUpdateInfo;
|
203
|
+
export declare const getDeviceDetailConfiguration: typeof ty.device.getDeviceDetailConfiguration;
|
204
|
+
export declare const dispatchDataResult: typeof ty.device.dispatchDataResult;
|
205
|
+
export declare const getSubFunctionShowState: typeof ty.device.getSubFunctionShowState;
|
206
|
+
export declare const getSubFunctionExtShowData: typeof ty.device.getSubFunctionExtShowData;
|
207
|
+
export declare const getRemoteRebootTimers: typeof ty.device.getRemoteRebootTimers;
|
208
|
+
export declare const onDispatchEvent: typeof ty.device.onDispatchEvent;
|
209
|
+
export declare const offDispatchEvent: typeof ty.device.offDispatchEvent;
|
210
|
+
export declare const otaStatus: typeof ty.device.otaStatus;
|
211
|
+
export declare const registerOTACompleted: typeof ty.device.registerOTACompleted;
|
212
|
+
export declare const onOtaCompleted: typeof ty.device.onOtaCompleted;
|
213
|
+
export declare const offOtaCompleted: typeof ty.device.offOtaCompleted;
|
214
|
+
export declare const initVirtualDevice: typeof ty.device.initVirtualDevice;
|
@@ -577,4 +577,70 @@ export const dispatchSubFunctionTouchEvent = factory('dispatchSubFunctionTouchEv
|
|
577
577
|
});
|
578
578
|
export const onSubFunctionDataChange = factory('onSubFunctionDataChange', {
|
579
579
|
"namespace": "device"
|
580
|
+
});
|
581
|
+
export const activeDeviceExtendModule = factory('activeDeviceExtendModule', {
|
582
|
+
"namespace": "device"
|
583
|
+
});
|
584
|
+
export const updateMeshProxyState = factory('updateMeshProxyState', {
|
585
|
+
"namespace": "device"
|
586
|
+
});
|
587
|
+
export const updateMeshRelayState = factory('updateMeshRelayState', {
|
588
|
+
"namespace": "device"
|
589
|
+
});
|
590
|
+
export const recordBleConnectEvent = factory('recordBleConnectEvent', {
|
591
|
+
"namespace": "device"
|
592
|
+
});
|
593
|
+
export const requestWifiSignal = factory('requestWifiSignal', {
|
594
|
+
"namespace": "device"
|
595
|
+
});
|
596
|
+
export const yuChannelSync = factory('yuChannelSync', {
|
597
|
+
"namespace": "device"
|
598
|
+
});
|
599
|
+
export const isYuDeviceOnline = factory('isYuDeviceOnline', {
|
600
|
+
"namespace": "device"
|
601
|
+
});
|
602
|
+
export const isYuDeviceOnlineSync = factory('isYuDeviceOnlineSync', {
|
603
|
+
"namespace": "device"
|
604
|
+
});
|
605
|
+
export const syncDeviceMeshDps = factory('syncDeviceMeshDps', {
|
606
|
+
"namespace": "device"
|
607
|
+
});
|
608
|
+
export const getOTAUpdateInfo = factory('getOTAUpdateInfo', {
|
609
|
+
"namespace": "device"
|
610
|
+
});
|
611
|
+
export const getDeviceDetailConfiguration = factory('getDeviceDetailConfiguration', {
|
612
|
+
"namespace": "device"
|
613
|
+
});
|
614
|
+
export const dispatchDataResult = factory('dispatchDataResult', {
|
615
|
+
"namespace": "device"
|
616
|
+
});
|
617
|
+
export const getSubFunctionShowState = factory('getSubFunctionShowState', {
|
618
|
+
"namespace": "device"
|
619
|
+
});
|
620
|
+
export const getSubFunctionExtShowData = factory('getSubFunctionExtShowData', {
|
621
|
+
"namespace": "device"
|
622
|
+
});
|
623
|
+
export const getRemoteRebootTimers = factory('getRemoteRebootTimers', {
|
624
|
+
"namespace": "device"
|
625
|
+
});
|
626
|
+
export const onDispatchEvent = factory('onDispatchEvent', {
|
627
|
+
"namespace": "device"
|
628
|
+
});
|
629
|
+
export const offDispatchEvent = factory('offDispatchEvent', {
|
630
|
+
"namespace": "device"
|
631
|
+
});
|
632
|
+
export const otaStatus = factory('otaStatus', {
|
633
|
+
"namespace": "device"
|
634
|
+
});
|
635
|
+
export const registerOTACompleted = factory('registerOTACompleted', {
|
636
|
+
"namespace": "device"
|
637
|
+
});
|
638
|
+
export const onOtaCompleted = factory('onOtaCompleted', {
|
639
|
+
"namespace": "device"
|
640
|
+
});
|
641
|
+
export const offOtaCompleted = factory('offOtaCompleted', {
|
642
|
+
"namespace": "device"
|
643
|
+
});
|
644
|
+
export const initVirtualDevice = factory('initVirtualDevice', {
|
645
|
+
"namespace": "device"
|
580
646
|
});
|
@@ -62,3 +62,14 @@ export declare const setBoardIcon: typeof ty.setBoardIcon;
|
|
62
62
|
export declare const setBoardIconSync: typeof ty.setBoardIconSync;
|
63
63
|
export declare const showBoardTitleIcon: typeof ty.showBoardTitleIcon;
|
64
64
|
export declare const showBoardTitleIconSync: typeof ty.showBoardTitleIconSync;
|
65
|
+
export declare const getMiniAppConfig: typeof ty.getMiniAppConfig;
|
66
|
+
export declare const getMiniAppConfigSync: typeof ty.getMiniAppConfigSync;
|
67
|
+
export declare const showBoard: typeof ty.showBoard;
|
68
|
+
export declare const resetBoardMenus: typeof ty.resetBoardMenus;
|
69
|
+
export declare const resetSystemMenus: typeof ty.resetSystemMenus;
|
70
|
+
export declare const showRedBot: typeof ty.showRedBot;
|
71
|
+
export declare const hiddenRedBot: typeof ty.hiddenRedBot;
|
72
|
+
export declare const hideRenderLoading: typeof ty.hideRenderLoading;
|
73
|
+
export declare const setBackgroundImage: typeof ty.setBackgroundImage;
|
74
|
+
export declare const widgetRemove: typeof ty.widgetRemove;
|
75
|
+
export declare const createNativeEventManager: typeof ty.createNativeEventManager;
|
@@ -65,4 +65,15 @@ export const hideBoardTitleIconSync = factory('hideBoardTitleIconSync');
|
|
65
65
|
export const setBoardIcon = factory('setBoardIcon');
|
66
66
|
export const setBoardIconSync = factory('setBoardIconSync');
|
67
67
|
export const showBoardTitleIcon = factory('showBoardTitleIcon');
|
68
|
-
export const showBoardTitleIconSync = factory('showBoardTitleIconSync');
|
68
|
+
export const showBoardTitleIconSync = factory('showBoardTitleIconSync');
|
69
|
+
export const getMiniAppConfig = factory('getMiniAppConfig');
|
70
|
+
export const getMiniAppConfigSync = factory('getMiniAppConfigSync');
|
71
|
+
export const showBoard = factory('showBoard');
|
72
|
+
export const resetBoardMenus = factory('resetBoardMenus');
|
73
|
+
export const resetSystemMenus = factory('resetSystemMenus');
|
74
|
+
export const showRedBot = factory('showRedBot');
|
75
|
+
export const hiddenRedBot = factory('hiddenRedBot');
|
76
|
+
export const hideRenderLoading = factory('hideRenderLoading');
|
77
|
+
export const setBackgroundImage = factory('setBackgroundImage');
|
78
|
+
export const widgetRemove = factory('widgetRemove');
|
79
|
+
export const createNativeEventManager = factory('createNativeEventManager');
|
package/lib/all-kits.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
export * from './BaseKit-3.
|
2
|
-
export * from './BizKit-4.
|
3
|
-
export * from './DeviceKit-
|
4
|
-
export * from './MiniKit-3.1
|
1
|
+
export * from './BaseKit-3.14.3';
|
2
|
+
export * from './BizKit-4.10.4';
|
3
|
+
export * from './DeviceKit-4.9.0';
|
4
|
+
export * from './MiniKit-3.12.1';
|
5
5
|
export * from './PlayNetKit-1.1.3';
|
6
6
|
export * from './MapKit-3.4.13';
|
7
7
|
export * from './HomeKit-3.1.4';
|
8
8
|
export * from './P2PKit-2.0.3';
|
9
9
|
export * from './OutdoorKit-1.0.4';
|
10
|
-
import * as device from './DeviceKit-
|
10
|
+
import * as device from './DeviceKit-4.9.0';
|
11
11
|
export { device };
|
package/lib/all-kits.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
export * from './BaseKit-3.
|
2
|
-
export * from './BizKit-4.
|
3
|
-
export * from './DeviceKit-
|
4
|
-
export * from './MiniKit-3.1
|
1
|
+
export * from './BaseKit-3.14.3';
|
2
|
+
export * from './BizKit-4.10.4';
|
3
|
+
export * from './DeviceKit-4.9.0';
|
4
|
+
export * from './MiniKit-3.12.1';
|
5
5
|
export * from './PlayNetKit-1.1.3';
|
6
6
|
export * from './MapKit-3.4.13';
|
7
7
|
export * from './HomeKit-3.1.4';
|
8
8
|
export * from './P2PKit-2.0.3';
|
9
9
|
export * from './OutdoorKit-1.0.4';
|
10
|
-
import * as device from './DeviceKit-
|
10
|
+
import * as device from './DeviceKit-4.9.0';
|
11
11
|
export { device };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.30",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -29,14 +29,14 @@
|
|
29
29
|
"watch": "ray start --type=component"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@ray-js/framework": "1.5.
|
33
|
-
"@ray-js/router": "1.5.
|
32
|
+
"@ray-js/framework": "1.5.30",
|
33
|
+
"@ray-js/router": "1.5.30",
|
34
34
|
"@ray-js/wechat": "^0.2.9",
|
35
35
|
"base64-browser": "^1.0.1",
|
36
36
|
"query-string": "^7.1.3"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@ray-js/cli": "1.5.
|
39
|
+
"@ray-js/cli": "1.5.30",
|
40
40
|
"art-template": "^4.13.2",
|
41
41
|
"fs-extra": "^10.1.0",
|
42
42
|
"miniprogram-api-typings": "^3.12.2",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"access": "public",
|
47
47
|
"registry": "https://registry.npmjs.com"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "24ed2e2a9cb368e562db73eed3c3adf6e1a32251"
|
50
50
|
}
|