@veloceapps/sdk 6.0.0-15 → 6.0.0-17
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.
@@ -1728,10 +1728,10 @@
|
|
1728
1728
|
}
|
1729
1729
|
};
|
1730
1730
|
var getDefaultProperties = function (params) {
|
1731
|
-
var _a;
|
1731
|
+
var _a, _b, _c, _d;
|
1732
1732
|
var properties = {};
|
1733
1733
|
if (((_a = params.flowParams) === null || _a === void 0 ? void 0 : _a.entryPath.includes('/product')) || params.mode === core.ConfigurationContextMode.REMOTE) {
|
1734
|
-
properties.standalone = 'true';
|
1734
|
+
properties.standalone = (_d = (_c = (_b = params.flowParams) === null || _b === void 0 ? void 0 : _b.queryParams) === null || _c === void 0 ? void 0 : _c.standalone) !== null && _d !== void 0 ? _d : 'true';
|
1735
1735
|
}
|
1736
1736
|
return properties;
|
1737
1737
|
};
|