@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 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
  );