@ibiz-template/runtime 0.7.41-alpha.132 → 0.7.41-alpha.133
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.esm.js +2 -1
- package/dist/index.system.min.js +1 -1
- package/out/ui-logic/ui-logic-node/raw-js-code-node/raw-js-code-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/raw-js-code-node/raw-js-code-node.js +1 -0
- package/package.json +2 -2
- package/src/ui-logic/ui-logic-node/raw-js-code-node/raw-js-code-node.ts +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -90613,7 +90613,8 @@ var RawJSCodeNode = class extends UILogicNode {
|
|
|
90613
90613
|
view: ctx.view,
|
|
90614
90614
|
context: ctx.context,
|
|
90615
90615
|
params: ctx.viewParam,
|
|
90616
|
-
uiLogic: ctx.params
|
|
90616
|
+
uiLogic: ctx.params,
|
|
90617
|
+
args: ctx.parameters
|
|
90617
90618
|
},
|
|
90618
90619
|
this.model.code || ""
|
|
90619
90620
|
);
|