realreport-designer 1.11.5 → 1.11.7

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.
@@ -14728,8 +14728,10 @@ declare class TableBandDataRowElement extends TableBandSectionElement<TableBandD
14728
14728
  private _styles;
14729
14729
  private _cellStyles;
14730
14730
  applyCellStyles(ctx: PrintContext, band: TableBand, tr: HTMLTableRowElement, trow: number, dynRowStyles: any): void;
14731
+ $_refreshRowCells(ctx: PrintContext, hintWidth: number, hintHeight: number, force?: boolean, tableRows?: HTMLTableRowElement[]): void;
14731
14732
  protected _setTableStyles(table: HTMLTableElement): void;
14732
14733
  protected _setRowStyles(tr: HTMLTableRowElement, row: number): void;
14734
+ private $_getCellStyleCallback;
14733
14735
  }
14734
14736
 
14735
14737
  /**
@@ -15336,7 +15338,7 @@ declare type TableCellSpan = {
15336
15338
  m: TableCellItem;
15337
15339
  };
15338
15340
 
15339
- declare type TableCellStyleCallback = (ctx: PrintContext, cell: TableCell, row: number) => {
15341
+ declare type TableCellStyleCallback = (ctx: PrintContext, cell: TableCell, row: number, value: any) => {
15340
15342
  [key: string]: string | undefined;
15341
15343
  };
15342
15344