@colijnit/corecomponents_v12 12.2.28 → 12.2.29

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.
@@ -14,6 +14,7 @@ export declare class SimpleGridComponent extends BaseSimpleGridComponent {
14
14
  showDelete: boolean;
15
15
  editOnCellClick: boolean;
16
16
  rightToolbar: boolean;
17
+ showGridSettings: boolean;
17
18
  rowsPerPage: number;
18
19
  rowDisabledFn: Function;
19
20
  /**
@@ -114,9 +114,9 @@
114
114
  text-overflow: ellipsis;
115
115
  white-space: nowrap;
116
116
  border-bottom: 2px solid $cc-color-grid-row-hover-background;
117
- }
118
- .simple-grid-column-header-label {
119
- cursor: pointer;
117
+ &.with-menu {
118
+ cursor: pointer;
119
+ }
120
120
  }
121
121
  .simple-grid-column-sizer {
122
122
  cursor: col-resize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "12.2.28",
3
+ "version": "12.2.29",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {