realreport-designer 1.11.13 → 1.11.15

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.
@@ -5237,6 +5237,8 @@ declare class HeaderBarModel extends SectionBar {
5237
5237
  constructor();
5238
5238
  getAppMode(ctx: IDesignerContext): SectionBarButtonItem;
5239
5239
  protected _doRefresh(ctx: IDesignerContext): void;
5240
+ private $_isSheetPrintMode;
5241
+ private $_getDesignMode;
5240
5242
  }
5241
5243
 
5242
5244
  declare abstract class HeaderLayer$1 extends ReportElement {
@@ -8331,6 +8333,7 @@ declare abstract class PrintContainerBase extends VisualContainer {
8331
8333
  private _instanceofIPrintReport;
8332
8334
  protected _resetPreviewer(): void;
8333
8335
  private $_clickHandler;
8336
+ protected _itemOf(hash: string): ReportItem;
8334
8337
  $_keydownHandler: (ev: KeyboardEvent) => boolean;
8335
8338
  }
8336
8339