@next-core/brick-kit 2.176.0 → 2.177.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
|
@@ -3332,6 +3332,10 @@ function _computeRealValueWithOverrideApp() {
|
|
|
3332
3332
|
if ("if" in data && data.if === null) {
|
|
3333
3333
|
delete data.if;
|
|
3334
3334
|
}
|
|
3335
|
+
if ("to" in data) {
|
|
3336
|
+
var _pipes$yaml;
|
|
3337
|
+
data.to = data.to ? (_pipes$yaml = pipes.yaml(data.to)) !== null && _pipes$yaml !== void 0 ? _pipes$yaml : "" : "";
|
|
3338
|
+
}
|
|
3335
3339
|
var newContext = context;
|
|
3336
3340
|
if (overrideAppId !== context.app.id && attemptToVisit(data, ["APP", "I18N", "IMG"])) {
|
|
3337
3341
|
if (window.STANDALONE_MICRO_APPS) {
|