@ray-js/adapter 1.6.14 → 1.6.15
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.
@@ -145,5 +145,9 @@ export interface IpcPlayerProps extends BaseProps, DiffLayer {
|
|
145
145
|
netValue: number;
|
146
146
|
devId: string;
|
147
147
|
}) => void;
|
148
|
+
/**
|
149
|
+
* 异层组件创建成功回调
|
150
|
+
*/
|
151
|
+
onCreateViewSuccess?: () => void;
|
148
152
|
}
|
149
153
|
export declare const IpcPlayer: React.ComponentType<IpcPlayerProps>;
|
@@ -145,5 +145,9 @@ export interface IpcPlayerProps extends BaseProps, DiffLayer {
|
|
145
145
|
netValue: number;
|
146
146
|
devId: string;
|
147
147
|
}) => void;
|
148
|
+
/**
|
149
|
+
* 异层组件创建成功回调
|
150
|
+
*/
|
151
|
+
onCreateViewSuccess?: () => void;
|
148
152
|
}
|
149
153
|
export declare const IpcPlayer: React.ComponentType<IpcPlayerProps>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/adapter",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.15",
|
4
4
|
"description": "Ray adapter for tuya",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"@ray-core/types": "^0.4.8"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@ray-js/types": "1.6.
|
39
|
+
"@ray-js/types": "1.6.15",
|
40
40
|
"concurrently": "^6.5.1"
|
41
41
|
},
|
42
42
|
"publishConfig": {
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"registry": "https://registry.npmjs.com"
|
45
45
|
},
|
46
46
|
"esnext": "./esm/index.js",
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "797a3aa522003e2487981d7861df36651692af99"
|
48
48
|
}
|