@next-core/brick-kit 2.142.0 → 2.143.0
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
|
@@ -6717,7 +6717,9 @@ function customListenerFactory(handler, ifContainer, context, runtimeBrick) {
|
|
|
6717
6717
|
var computedTarget = rawTarget; // Allow `target` to be set as evaluable string.
|
|
6718
6718
|
|
|
6719
6719
|
if (typeof rawTarget === "string" ? isEvaluable(rawTarget) : isPreEvaluated(rawTarget)) {
|
|
6720
|
-
computedTarget = computeRealValue(rawTarget, context)
|
|
6720
|
+
computedTarget = computeRealValue(rawTarget, _objectSpread(_objectSpread({}, context), {}, {
|
|
6721
|
+
event
|
|
6722
|
+
}));
|
|
6721
6723
|
}
|
|
6722
6724
|
|
|
6723
6725
|
if (typeof computedTarget === "string") {
|
|
@@ -6743,7 +6745,9 @@ function customListenerFactory(handler, ifContainer, context, runtimeBrick) {
|
|
|
6743
6745
|
var computedTargetRef = rawTargetRef; // Allow `targetRef` to be set as evaluable string.
|
|
6744
6746
|
|
|
6745
6747
|
if (typeof rawTargetRef === "string" ? isEvaluable(rawTargetRef) : isPreEvaluated(rawTargetRef)) {
|
|
6746
|
-
computedTargetRef = computeRealValue(rawTargetRef, context,
|
|
6748
|
+
computedTargetRef = computeRealValue(rawTargetRef, _objectSpread(_objectSpread({}, context), {}, {
|
|
6749
|
+
event
|
|
6750
|
+
}), true);
|
|
6747
6751
|
}
|
|
6748
6752
|
|
|
6749
6753
|
var tpl = getTplContext(context.tplContextId).getBrick().element;
|
|
@@ -9195,7 +9199,7 @@ class Kernel {
|
|
|
9195
9199
|
|
|
9196
9200
|
return _asyncToGenerator$3(function* () {
|
|
9197
9201
|
var data = yield window.STANDALONE_MICRO_APPS ? standaloneBootstrap() : BootstrapV2Api_bootstrapV2(_objectSpread({
|
|
9198
|
-
appFields: "defaultConfig,userConfig,locales,name,homepage,id,currentVersion,installStatus,internal,status,icons",
|
|
9202
|
+
appFields: "defaultConfig,userConfig,locales,name,homepage,id,currentVersion,installStatus,internal,status,icons,standaloneMode",
|
|
9199
9203
|
ignoreTemplateFields: "templates",
|
|
9200
9204
|
ignoreBrickFields: "bricks,processors,providers,editors"
|
|
9201
9205
|
}, params), {
|