@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.
- package/bundles/sd-angular-core-grid-material.umd.js +1 -0
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/pipes/sd-id.pipe.js +2 -1
- package/fesm2015/sd-angular-core-grid-material.js +1 -0
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-0.0.989.tgz → sd-angular-core-0.0.990.tgz} +0 -0
|
@@ -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;
|