@next-core/brick-kit 2.173.0 → 2.173.2
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 +6 -0
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +6 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -3278,6 +3278,12 @@ function computeRealValueWithOverrideApp(_x22, _x23, _x24, _x25) {
|
|
|
3278
3278
|
}
|
|
3279
3279
|
function _computeRealValueWithOverrideApp() {
|
|
3280
3280
|
_computeRealValueWithOverrideApp = _asyncToGenerator$3(function* (data, overrideAppId, context, kernel) {
|
|
3281
|
+
if ("titleDataSource" in data && isObject(data.titleDataSource) && Object.entries(data.titleDataSource).every(_ref7 => {
|
|
3282
|
+
var [key, value] = _ref7;
|
|
3283
|
+
return value === null || value === "";
|
|
3284
|
+
})) {
|
|
3285
|
+
delete data.titleDataSource;
|
|
3286
|
+
}
|
|
3281
3287
|
if ("if" in data && data.if === null) {
|
|
3282
3288
|
delete data.if;
|
|
3283
3289
|
}
|