@prose-reader/core 1.269.0 → 1.270.0

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.
@@ -13,6 +13,7 @@ export declare class HtmlRenderer extends DocumentRenderer {
13
13
  height: number;
14
14
  } | undefined>;
15
15
  onRenderHeadless(): Observable<Document | undefined>;
16
+ private isPrePaginated;
16
17
  private isImageType;
17
18
  private getFrameElement;
18
19
  getComputedStyleAfterLoad(): CSSStyleDeclaration | undefined;
@@ -1,4 +1,3 @@
1
- export declare const getStyleForViewportDocument: () => string;
2
1
  export declare const getViewPortInformation: ({ pageHeight, pageWidth, frameElement, }: {
3
2
  pageWidth: number;
4
3
  pageHeight: number;
@@ -16,7 +15,7 @@ export declare const getViewPortInformation: ({ pageHeight, pageWidth, frameElem
16
15
  height?: undefined;
17
16
  };
18
17
  } | undefined;
19
- export declare const renderPrePaginated: ({ minPageSpread, blankPagePosition, spreadPosition, pageHeight, pageWidth, frameElement, isRTL, enableTouch, }: {
18
+ export declare const renderPrePaginated: ({ minPageSpread, blankPagePosition, spreadPosition, pageHeight, pageWidth, frameElement, isRTL, }: {
20
19
  minPageSpread: number;
21
20
  blankPagePosition: `before` | `after` | `none`;
22
21
  spreadPosition: `none` | `left` | `right`;
@@ -24,7 +23,6 @@ export declare const renderPrePaginated: ({ minPageSpread, blankPagePosition, sp
24
23
  pageHeight: number;
25
24
  frameElement?: HTMLIFrameElement;
26
25
  isRTL: boolean;
27
- enableTouch: boolean;
28
26
  }) => {
29
27
  width: number;
30
28
  height: number;