@c8y/ngx-components 1023.68.6 → 1023.68.7

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.
@@ -32930,19 +32930,6 @@ class CustomColumn extends BaseColumn {
32930
32930
  }
32931
32931
  }
32932
32932
 
32933
- class ExpandableHeaderCellRendererComponent {
32934
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ExpandableHeaderCellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32935
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: ExpandableHeaderCellRendererComponent, isStandalone: true, selector: "c8y-expandable-header-cell-renderer", ngImport: i0, template: ` `, isInline: true }); }
32936
- }
32937
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ExpandableHeaderCellRendererComponent, decorators: [{
32938
- type: Component,
32939
- args: [{
32940
- template: ` `,
32941
- selector: 'c8y-expandable-header-cell-renderer',
32942
- standalone: true
32943
- }]
32944
- }] });
32945
-
32946
32933
  class ExpandableCellRendererComponent {
32947
32934
  constructor(context, dataGridComponent, // forwardRef is needed because of circular dependency
32948
32935
  cd) {
@@ -33022,6 +33009,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImpo
33022
33009
  args: [forwardRef(() => DataGridComponent)]
33023
33010
  }] }, { type: i0.ChangeDetectorRef }] });
33024
33011
 
33012
+ class ExpandableHeaderCellRendererComponent {
33013
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ExpandableHeaderCellRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33014
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: ExpandableHeaderCellRendererComponent, isStandalone: true, selector: "c8y-expandable-header-cell-renderer", ngImport: i0, template: ` `, isInline: true }); }
33015
+ }
33016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: ExpandableHeaderCellRendererComponent, decorators: [{
33017
+ type: Component,
33018
+ args: [{
33019
+ template: ` `,
33020
+ selector: 'c8y-expandable-header-cell-renderer',
33021
+ standalone: true
33022
+ }]
33023
+ }] });
33024
+
33025
33025
  class ExpandableRowColumn {
33026
33026
  constructor() {
33027
33027
  this.name = 'expander';
@@ -33029,6 +33029,7 @@ class ExpandableRowColumn {
33029
33029
  this.dataType = "icon" /* ColumnDataType.Icon */;
33030
33030
  this.headerCellRendererComponent = ExpandableHeaderCellRendererComponent;
33031
33031
  this.cellRendererComponent = ExpandableCellRendererComponent;
33032
+ this.positionFixed = true;
33032
33033
  this.gridTrackSize = '64px';
33033
33034
  this.filterable = false;
33034
33035
  this.sortable = false;
@@ -33137,6 +33138,7 @@ class TreeNodeColumn {
33137
33138
  this.dataType = "icon" /* ColumnDataType.Icon */;
33138
33139
  this.headerCellRendererComponent = TreeNodeHeaderCellRendererComponent;
33139
33140
  this.cellRendererComponent = TreeNodeCellRendererComponent;
33141
+ this.positionFixed = true;
33140
33142
  this.filterable = false;
33141
33143
  this.sortable = false;
33142
33144
  }