@trudb/tru-common-lib 0.2.165 → 0.2.166

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.
@@ -5967,7 +5967,7 @@ class TruDataGridClipboard {
5967
5967
  this.util = util;
5968
5968
  this.uiNotification = uiNotification;
5969
5969
  }
5970
- formatCellValue = (value, propertyConfig) => {
5970
+ formatCellValue = (propertyConfig, value) => {
5971
5971
  if (value === null || typeof value === 'undefined')
5972
5972
  return '';
5973
5973
  if (propertyConfig.typeName === 'rich-text-unbounded')