@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.
- package/bundles/sd-angular-core-grid-material.umd.js +7 -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/models/grid-editor.model.js +1 -1
- package/esm2015/grid-material/src/lib/services/grid-configuration.service.js +8 -6
- package/fesm2015/sd-angular-core-grid-material.js +7 -5
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/src/lib/models/grid-editor.model.d.ts +1 -0
- package/package.json +1 -1
- package/{sd-angular-core-1.1.66.tgz → sd-angular-core-1.1.67.tgz} +0 -0
|
@@ -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.
|
|
1542
|
-
|| ((editor === null || editor === void 0 ? void 0 : editor.type) === '
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
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);
|