realreport-designer 1.10.5 → 1.10.6
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.
|
@@ -260,7 +260,7 @@ declare class BandDataSortView extends Base implements IBandDataSortView {
|
|
|
260
260
|
private _source;
|
|
261
261
|
private _fieldMap;
|
|
262
262
|
private _view;
|
|
263
|
-
constructor(data:
|
|
263
|
+
constructor(data: IReportData);
|
|
264
264
|
get rowCount(): number;
|
|
265
265
|
sort(field: string, direction: DataDirection): this;
|
|
266
266
|
getRowValue(row: number, field: string): any;
|
|
@@ -8390,7 +8390,7 @@ declare class PrintContextBase<R extends ReportBase = ReportBase> extends Base {
|
|
|
8390
8390
|
* 로드가 필요한 Elements에 대한 비동기 처리
|
|
8391
8391
|
*/
|
|
8392
8392
|
loadAsyncLoadableElements(): Promise<void[]>;
|
|
8393
|
-
getPrintValue(
|
|
8393
|
+
getPrintValue(item: ReportItem): any;
|
|
8394
8394
|
getPrintLinkValue(m: ReportItem): any;
|
|
8395
8395
|
/**
|
|
8396
8396
|
* PrintContext에서 초기화가 필요한 속성들을 설정한다.
|