@sd-angular/core 0.0.920 → 0.0.921

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.
@@ -1483,14 +1483,14 @@
1483
1483
  result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).SELECTION);
1484
1484
  result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).SELECTION);
1485
1485
  }
1486
+ if ((editor === null || editor === void 0 ? void 0 : editor.addable) || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'inline' && (editor === null || editor === void 0 ? void 0 : editor.removable)) || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'focus' && (editor === null || editor === void 0 ? void 0 : editor.editable)) || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'popup' && (editor === null || editor === void 0 ? void 0 : editor.editable))) {
1487
+ result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1488
+ result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1489
+ }
1486
1490
  if (commands === null || commands === void 0 ? void 0 : commands.length) {
1487
1491
  result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).COMMAND);
1488
1492
  result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).COMMAND);
1489
1493
  }
1490
- if (editor.addable || (editor.type === 'inline' && editor.removable) || (editor.type !== 'inline' && editor.editable)) {
1491
- result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1492
- result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1493
- }
1494
1494
  (_a = configuration === null || configuration === void 0 ? void 0 : configuration.columns) === null || _a === void 0 ? void 0 : _a.filter(function (col) { return !col.invisible; }).forEach(function (col) {
1495
1495
  var e_1, _c, e_2, _d;
1496
1496
  var _a;