realreport-designer 1.10.4 → 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: IBandData);
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(m: ReportItem): any;
8393
+ getPrintValue(item: ReportItem): any;
8394
8394
  getPrintLinkValue(m: ReportItem): any;
8395
8395
  /**
8396
8396
  * PrintContext에서 초기화가 필요한 속성들을 설정한다.
@@ -9345,6 +9345,8 @@ declare interface RCSeriesPointLabelConfig {
9345
9345
  style?: RCSvgStyles;
9346
9346
  offset?: number;
9347
9347
  position?: RCSeriesPointLabelPosition;
9348
+ numberFormat?: string;
9349
+ numberSymbols?: string;
9348
9350
  }
9349
9351
 
9350
9352
  declare enum RCSeriesPointLabelPosition {