@trudb/tru-common-lib 0.2.42 → 0.2.44

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.
@@ -5864,9 +5864,9 @@ class TruDataGridCellRenderer {
5864
5864
  e.target.classList.contains('invalid-flag') ? this.validationContainer.classList.toggle('show') : this.validationContainer.classList.remove('show');
5865
5865
  };
5866
5866
  onRightClick = (event) => {
5867
- event.stopPropagation();
5868
- event.preventDefault();
5869
- alert('Cell Clicked');
5867
+ //event.stopPropagation();
5868
+ //event.preventDefault();
5869
+ //alert('Cell Clicked');
5870
5870
  };
5871
5871
  init(params) {
5872
5872
  params.eGridCell.innerHTML = '';
@@ -7072,6 +7072,7 @@ class TruDataGrid {
7072
7072
  let count = 0;
7073
7073
  count = this.api?.getSelectedRows().length;
7074
7074
  this.selectedRowCount = 'Selected: ' + count;
7075
+ this.cdr.markForCheck();
7075
7076
  },
7076
7077
  onRowDataUpdated: () => {
7077
7078
  this.config.viewMenuConfig.entities = this.getRowData();
@@ -7450,7 +7451,6 @@ class TruDataGrid {
7450
7451
  cellData.node.setSelected(true);
7451
7452
  }
7452
7453
  }
7453
- this.cdr.markForCheck();
7454
7454
  };
7455
7455
  onCellDoubleClicked = (gridConfig) => {
7456
7456
  if (gridConfig.colDef.cellClass === 'ag-pk-aligned-cell')