@chamn/render 0.3.3 → 0.3.4
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +7 -7
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3499,7 +3499,13 @@ function Nh(t, e) {
|
|
|
3499
3499
|
return ut(t.link, e);
|
|
3500
3500
|
}
|
|
3501
3501
|
const ut = (t, e) => function(...r) {
|
|
3502
|
-
return ct(t) ? bt(t.value,
|
|
3502
|
+
return ct(t) ? bt(t.value, {
|
|
3503
|
+
...e.context,
|
|
3504
|
+
nodeContext: e.context,
|
|
3505
|
+
storeManager: e.storeManager,
|
|
3506
|
+
$$response: e.$$response,
|
|
3507
|
+
actionVariableSpace: e.actionVariableSpace
|
|
3508
|
+
}) : ra(t) ? he({
|
|
3503
3509
|
funcName: t.name || "",
|
|
3504
3510
|
funcBody: t.value,
|
|
3505
3511
|
nodeContext: e.context,
|