@sd-angular/core 0.0.989 → 0.0.990

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.
@@ -4108,6 +4108,7 @@
4108
4108
  }
4109
4109
  SdIdPipe.prototype.transform = function (value, item, column) {
4110
4110
  var sdId = item.sdId, editorHandlerColumn = item.editorHandlerColumn, remain = __rest(item, ["sdId", "editorHandlerColumn"]);
4111
+ item.editorHandlerColumn = item.editorHandlerColumn || {};
4111
4112
  item.sdId = hash__default['default'](remain);
4112
4113
  item.editorHandlerColumn[column.field] = Object.assign(Object.assign({}, item.editorHandlerColumn[column.field]), { sdId: item.sdId });
4113
4114
  return item.sdId;