x-runtime-lib 0.8.67 → 0.8.68
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/dist/index.js +1 -1
- package/dist/sandbox/sandbox/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8850,7 +8850,7 @@ ${Ir(e)}} catch (e) {
|
|
|
8850
8850
|
if (!Q(this.mode))
|
|
8851
8851
|
return;
|
|
8852
8852
|
const { methodKey: o } = jo(e), s = {};
|
|
8853
|
-
|
|
8853
|
+
this.eventBus.emit(e, { key: o, inputs: i, outputs: s }), this.setVariable("__callMethodResult__", s);
|
|
8854
8854
|
}
|
|
8855
8855
|
callCustomMethod(e, i) {
|
|
8856
8856
|
Q(this.mode) && this.callFunction(`__implementMethod$${e}__`, i);
|
|
@@ -53,9 +53,7 @@ export declare class Sandbox {
|
|
|
53
53
|
setAdaptSlotProperty(key: string, newValue: any): void;
|
|
54
54
|
callElementMethod(id: string, inputs: {
|
|
55
55
|
[key: string]: any;
|
|
56
|
-
}):
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
} | undefined;
|
|
56
|
+
}): void;
|
|
59
57
|
callCustomMethod(key: string, inputs: {
|
|
60
58
|
[key: string]: any;
|
|
61
59
|
}): void;
|