@vivliostyle/core 2.36.1 → 2.36.2

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.
@@ -319,7 +319,7 @@ export declare class PageMarginBoxPartitionInstance extends PageMaster.Partition
319
319
  private positionAndSizeAlongFixedDimension;
320
320
  initHorizontal(): void;
321
321
  initVertical(): void;
322
- finishContainer(context: Exprs.Context, container: Vtree.Container, page: Vtree.Page, column: Vtree.Container, columnCount: number, clientLayout: Vtree.ClientLayout, docFaces: Font.DocumentFaces): void;
322
+ finishContainer(context: Exprs.Context, container: Vtree.Container, page: Vtree.Page, column: Vtree.Container | null, columnCount: number, clientLayout: Vtree.ClientLayout, docFaces: Font.DocumentFaces): void;
323
323
  }
324
324
  /**
325
325
  * Dynamically generate and manage page masters corresponding to page at-rules.
@@ -180,7 +180,7 @@ export declare class PageBoxInstance<P extends PageBox = PageBox<any>> {
180
180
  /**
181
181
  * @param column (null when content comes from the content property)
182
182
  */
183
- finishContainer(context: Exprs.Context, container: Vtree.Container, page: Vtree.Page, column: Vtree.Container, columnCount: number, clientLayout: Vtree.ClientLayout, docFaces: Font.DocumentFaces): void;
183
+ finishContainer(context: Exprs.Context, container: Vtree.Container, page: Vtree.Page, column: Vtree.Container | null, columnCount: number, clientLayout: Vtree.ClientLayout, docFaces: Font.DocumentFaces): void;
184
184
  applyCascadeAndInit(cascade: CssCascade.CascadeInstance, docElementStyle: CssCascade.ElementStyle): void;
185
185
  resolveAutoSizing(context: Exprs.Context): void;
186
186
  }