@smartbit4all/ng-client 3.3.42 → 3.3.43

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.
@@ -8583,7 +8583,7 @@ class SmartGridCardComponent {
8583
8583
  ['item', this.item],
8584
8584
  ['uiActionModels', this.uiActionModels],
8585
8585
  ['gridIdentifier', this.smartGrid.gridIdentifier],
8586
- ['onSelect', this.onSelect],
8586
+ ['onSelect', (rowId) => this.onSelect(rowId)],
8587
8587
  ]));
8588
8588
  }
8589
8589
  }