@sd-angular/core 1.1.33 → 1.1.34
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 -5
- 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 +2 -6
- package/fesm2015/sd-angular-core-grid-material.js +1 -5
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.1.33.tgz → sd-angular-core-1.1.34.tgz} +0 -0
|
@@ -4048,14 +4048,10 @@
|
|
|
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 === key) {
|
|
4051
|
+
if (item.sdId === key && item.editorHandlerColumn) {
|
|
4052
4052
|
return;
|
|
4053
4053
|
}
|
|
4054
4054
|
item.editorHandlerColumn = item.editorHandlerColumn || {};
|
|
4055
|
-
// item.editorHandlerColumn[column.field] = {
|
|
4056
|
-
// ...item.editorHandlerColumn[column.field],
|
|
4057
|
-
// visible: this.#visible(column, item)
|
|
4058
|
-
// }
|
|
4059
4055
|
var columns = gridOption.columns;
|
|
4060
4056
|
try {
|
|
4061
4057
|
for (var columns_1 = __values(columns), columns_1_1 = columns_1.next(); !columns_1_1.done; columns_1_1 = columns_1.next()) {
|