@byteluck-fe/model-driven-engine 2.3.1-beta.26 → 2.3.1-beta.27

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.
@@ -1251,7 +1251,7 @@ var Engine = /*#__PURE__*/ function(Watcher) {
1251
1251
  var _newState_newMapping_controlId;
1252
1252
  var mainStateKeys = Object.keys((_newState_newMapping_controlId = newState === null || newState === void 0 ? void 0 : newState[newMapping === null || newMapping === void 0 ? void 0 : newMapping.controlId]) !== null && _newState_newMapping_controlId !== void 0 ? _newState_newMapping_controlId : {});
1253
1253
  mappingKeys.forEach(function(key) {
1254
- if (!mainStateKeys.includes(key) && key !== "uid" && !isEmpty(mappingValue[key])) {
1254
+ if (!mainStateKeys.includes(key) && key !== "uid") {
1255
1255
  if (Object.keys(newState).length) {
1256
1256
  Object.assign(newState[newMapping === null || newMapping === void 0 ? void 0 : newMapping.controlId], _defineProperty({}, key, mappingValue[key]));
1257
1257
  } else {