@trudb/tru-common-lib 0.2.123 → 0.2.125

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.
@@ -6035,6 +6035,7 @@ class TruDataGridCellRenderer {
6035
6035
  params.eGridCell.appendChild(this.validationContainer);
6036
6036
  params.eGridCell.appendChild(validationFlag);
6037
6037
  params.eGridCell.addEventListener('mouseover', this.onMouseOver);
6038
+ params.eGridCell.addEventListener('contextmenu', this.onRightClick);
6038
6039
  Object.assign(params.eGridCell.style, new TruUtil().rulesEval(params.data[params.colDef.field].rules(params.data.$entity)));
6039
6040
  }
6040
6041
  agInit(params) {