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