@sd-angular/core 1.1.66 → 1.1.67

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.
@@ -1538,11 +1538,13 @@
1538
1538
  result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).SELECTION);
1539
1539
  result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).SELECTION);
1540
1540
  }
1541
- 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) || typeof (editor === null || editor === void 0 ? void 0 : editor.disabled) === 'function' || !(editor === null || editor === void 0 ? void 0 : editor.disabled)))
1542
- || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'focus' && (typeof (editor === null || editor === void 0 ? void 0 : editor.disabled) === 'function' || !(editor === null || editor === void 0 ? void 0 : editor.disabled)))
1543
- || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'popup' && (typeof (editor === null || editor === void 0 ? void 0 : editor.disabled) === 'function' || !(editor === null || editor === void 0 ? void 0 : editor.disabled)))) {
1544
- result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1545
- result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1541
+ if (!(editor === null || editor === void 0 ? void 0 : editor.hidden)) {
1542
+ 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) || typeof (editor === null || editor === void 0 ? void 0 : editor.disabled) === 'function' || !(editor === null || editor === void 0 ? void 0 : editor.disabled)))
1543
+ || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'focus' && (typeof (editor === null || editor === void 0 ? void 0 : editor.disabled) === 'function' || !(editor === null || editor === void 0 ? void 0 : editor.disabled)))
1544
+ || ((editor === null || editor === void 0 ? void 0 : editor.type) === 'popup' && (typeof (editor === null || editor === void 0 ? void 0 : editor.disabled) === 'function' || !(editor === null || editor === void 0 ? void 0 : editor.disabled)))) {
1545
+ result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1546
+ result.displayedColumns.push(__classPrivateFieldGet(_this, _COLUMNS).EDITOR);
1547
+ }
1546
1548
  }
1547
1549
  if (commands === null || commands === void 0 ? void 0 : commands.length) {
1548
1550
  result.firstHeaders.push(__classPrivateFieldGet(_this, _COLUMNS).COMMAND);