@sd-angular/core 1.1.32 → 1.1.33
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 +2 -2
- 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/editor-handler-column.pipe.js +3 -3
- package/fesm2015/sd-angular-core-grid-material.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.1.32.tgz → sd-angular-core-1.1.33.tgz} +0 -0
|
@@ -4048,7 +4048,7 @@
|
|
|
4048
4048
|
}
|
|
4049
4049
|
var sdId = item.sdId, editorHandlerColumn = item.editorHandlerColumn, expandDetail = item.expandDetail, isExpanded = item.isExpanded, isExpanding = item.isExpanding, isSelected = item.isSelected, sdGroup = item.sdGroup, selectable = item.selectable, actions = item.actions, editorHandlerRow = item.editorHandlerRow, groupedActions = item.groupedActions, originItem = item.originItem, editorErrorMessage = item.editorErrorMessage, remain = __rest(item, ["sdId", "editorHandlerColumn", "expandDetail", "isExpanded", "isExpanding", "isSelected", "sdGroup", "selectable", "actions", "editorHandlerRow", "groupedActions", "originItem", "editorErrorMessage"]);
|
|
4050
4050
|
var key = hash__default['default'](remain);
|
|
4051
|
-
if (item.sdId ===
|
|
4051
|
+
if (item.sdId === key) {
|
|
4052
4052
|
return;
|
|
4053
4053
|
}
|
|
4054
4054
|
item.editorHandlerColumn = item.editorHandlerColumn || {};
|
|
@@ -4086,7 +4086,7 @@
|
|
|
4086
4086
|
// originItem,
|
|
4087
4087
|
// editorErrorMessage,
|
|
4088
4088
|
// ...remain } = item;
|
|
4089
|
-
item.sdId =
|
|
4089
|
+
item.sdId = key;
|
|
4090
4090
|
return true;
|
|
4091
4091
|
};
|
|
4092
4092
|
return SdEditorHandlerColumnPipe;
|