@wavemaker/app-ng-runtime 11.8.3-rc.5744 → 11.8.4-next.27396

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.
@@ -266,7 +266,7 @@ export declare class TableComponent extends StylableComponent implements AfterCo
266
266
  onFormRender: ($row: any, e: any, operation: any, alwaysNewRow: any) => void;
267
267
  onBeforeFormRender: (row: any, e: any, operation: any) => any;
268
268
  registerRowNgClassWatcher: (rowData: any, index: any) => void;
269
- registerColNgClassWatcher: (rowData: any, colDef: any, rowIndex: any, colIndex: any) => void;
269
+ registerColNgClassWatcher: (rowData: any, colDef: any, rowIndex: any, colIndex: any, summaryRow: any) => void;
270
270
  clearCustomExpression: () => void;
271
271
  clearRowDetailExpression: () => void;
272
272
  generateCustomExpressions: (rowData: any, index: any, summaryRow?: any) => void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.8.3-rc.5744",
3
+ "version": "11.8.4-next.27396",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -722,7 +722,7 @@ $.widget('wm.datatable', {
722
722
  }
723
723
  }
724
724
  row.$index = rowIndex + 1;
725
- this.options.registerColNgClassWatcher(row, colDef, rowIndex, colId);
725
+ this.options.registerColNgClassWatcher(row, colDef, rowIndex, colId, summaryRow);
726
726
  return $htm;
727
727
  },
728
728
  //Get event related template for editable widget