realreport-designer 1.11.11 → 1.11.12

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.
@@ -13989,7 +13989,7 @@ declare abstract class SheetItemCollection<C extends SheetCollectionItem = Sheet
13989
13989
  * Print view for a sheet report.
13990
13990
  */
13991
13991
  declare class SheetPrintView extends LayerElement {
13992
- print(doc: Document, ctx: ExcelPrintContext, previewOptions: IPreviewOptions): void;
13992
+ print(doc: Document, ctx: ExcelPrintContext, previewOptions: IPreviewOptions): Promise<void>;
13993
13993
  }
13994
13994
 
13995
13995
  /**