js.documents 1.91.3 → 1.91.5

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.
Files changed (123) hide show
  1. package/dist/convert/convert.d.cts +2 -2
  2. package/dist/convert/convert.d.ts +1 -1
  3. package/dist/convert/document-fonts.d.cts +1 -1
  4. package/dist/convert/document-fonts.d.ts +1 -1
  5. package/dist/convert/port.d.cts +1 -2
  6. package/dist/convert/port.d.ts +1 -2
  7. package/dist/edit/geometry.d.cts +1 -1
  8. package/dist/edit/geometry.d.ts +1 -1
  9. package/dist/edit/markdown/editor.d.cts +1 -1
  10. package/dist/edit/markdown/editor.d.ts +1 -1
  11. package/dist/edit/odg/editor.d.cts +1 -1
  12. package/dist/edit/odg/editor.d.ts +1 -1
  13. package/dist/edit/odg/page.d.cts +2 -2
  14. package/dist/edit/odg/page.d.ts +2 -2
  15. package/dist/edit/odp/editor.d.cts +1 -1
  16. package/dist/edit/odp/editor.d.ts +1 -1
  17. package/dist/edit/odp/image.d.cts +1 -1
  18. package/dist/edit/odp/image.d.ts +1 -1
  19. package/dist/edit/odp/shape.d.cts +1 -1
  20. package/dist/edit/odp/shape.d.ts +1 -1
  21. package/dist/edit/odp/slide.d.cts +4 -4
  22. package/dist/edit/odp/slide.d.ts +4 -4
  23. package/dist/edit/odt/content.d.cts +2 -2
  24. package/dist/edit/odt/content.d.ts +2 -2
  25. package/dist/edit/odt/editor.d.cts +4 -4
  26. package/dist/edit/odt/editor.d.ts +4 -4
  27. package/dist/edit/odt/formula.d.cts +1 -1
  28. package/dist/edit/odt/formula.d.ts +1 -1
  29. package/dist/edit/odt/image.d.cts +1 -1
  30. package/dist/edit/odt/image.d.ts +1 -1
  31. package/dist/edit/odt/list.d.cts +1 -1
  32. package/dist/edit/odt/list.d.ts +1 -1
  33. package/dist/edit/odt/paragraph.d.cts +1 -1
  34. package/dist/edit/odt/paragraph.d.ts +1 -1
  35. package/dist/edit/odt/table.d.cts +1 -1
  36. package/dist/edit/odt/table.d.ts +1 -1
  37. package/dist/edit/pptx/editor.d.cts +1 -1
  38. package/dist/edit/pptx/editor.d.ts +1 -1
  39. package/dist/edit/pptx/image.d.cts +1 -1
  40. package/dist/edit/pptx/image.d.ts +1 -1
  41. package/dist/edit/pptx/shape.d.cts +1 -1
  42. package/dist/edit/pptx/shape.d.ts +1 -1
  43. package/dist/edit/pptx/slide.d.cts +4 -4
  44. package/dist/edit/pptx/slide.d.ts +4 -4
  45. package/dist/edit/pptx/table.d.cts +1 -1
  46. package/dist/edit/pptx/table.d.ts +1 -1
  47. package/dist/fonts/odf.d.cts +1 -1
  48. package/dist/fonts/odf.d.ts +1 -1
  49. package/dist/fonts/ooxml.d.cts +1 -1
  50. package/dist/fonts/ooxml.d.ts +1 -1
  51. package/dist/fonts/registry.d.cts +1 -1
  52. package/dist/fonts/registry.d.ts +1 -1
  53. package/dist/geometry-DUF273hM.d.cts +6 -0
  54. package/dist/geometry-DUF273hM.d.ts +6 -0
  55. package/dist/{image-DwrOnL_Z.d.ts → image-BFn8Rm6P.d.ts} +1 -1
  56. package/dist/{image-Cs8xF753.d.ts → image-BgN3j3ly.d.ts} +1 -1
  57. package/dist/{image-M5SezZVI.d.cts → image-C6lKT9ZH.d.cts} +1 -1
  58. package/dist/{image-DHcA9kaK.d.ts → image-CNuBLN5L.d.ts} +1 -1
  59. package/dist/{image-7snmKIxn.d.cts → image-DK0YCpYO.d.cts} +1 -1
  60. package/dist/{image-m_rfpuY8.d.cts → image-K3MAhLJc.d.cts} +1 -1
  61. package/dist/index.d.cts +11 -12
  62. package/dist/index.d.ts +11 -12
  63. package/dist/layout/drawing.cjs +1 -2
  64. package/dist/layout/drawing.d.cts +1 -2
  65. package/dist/layout/drawing.d.ts +1 -2
  66. package/dist/layout/drawing.js +1 -2
  67. package/dist/layout/engine.cjs +3 -2
  68. package/dist/layout/engine.d.cts +1 -2
  69. package/dist/layout/engine.d.ts +1 -2
  70. package/dist/layout/engine.js +2 -1
  71. package/dist/layout/shared.cjs +2 -1
  72. package/dist/layout/shared.d.cts +1 -2
  73. package/dist/layout/shared.d.ts +1 -2
  74. package/dist/layout/shared.js +2 -1
  75. package/dist/layout/sheets.cjs +3 -2
  76. package/dist/layout/sheets.d.cts +1 -2
  77. package/dist/layout/sheets.d.ts +1 -2
  78. package/dist/layout/sheets.js +2 -1
  79. package/dist/layout/slides.cjs +3 -2
  80. package/dist/layout/slides.d.cts +1 -2
  81. package/dist/layout/slides.d.ts +1 -2
  82. package/dist/layout/slides.js +3 -2
  83. package/dist/layout/text-layout.cjs +215 -0
  84. package/dist/layout/text-layout.d.cts +5 -0
  85. package/dist/layout/text-layout.d.ts +5 -0
  86. package/dist/layout/text-layout.js +214 -0
  87. package/dist/{list-4lN_90Pt.d.ts → list-CSIIzXAV.d.ts} +1 -1
  88. package/dist/{list-fKlr6jWd.d.cts → list-MCxkKpI7.d.cts} +1 -1
  89. package/dist/mathml/compose.d.cts +1 -1
  90. package/dist/mathml/compose.d.ts +1 -1
  91. package/dist/mathml/layout-types.d.cts +2 -51
  92. package/dist/mathml/layout-types.d.ts +2 -51
  93. package/dist/mathml/layout.d.cts +5 -5
  94. package/dist/mathml/layout.d.ts +5 -5
  95. package/dist/mathml/radical.d.cts +1 -1
  96. package/dist/mathml/radical.d.ts +1 -1
  97. package/dist/model/geometry.cjs +12 -0
  98. package/dist/model/geometry.d.cts +2 -2
  99. package/dist/model/geometry.d.ts +2 -2
  100. package/dist/model/geometry.js +12 -1
  101. package/dist/odf/formula/detect.d.cts +1 -1
  102. package/dist/odf/formula/detect.d.ts +1 -1
  103. package/dist/odf/shared/flow-anchor.d.cts +1 -1
  104. package/dist/odf/shared/flow-anchor.d.ts +1 -1
  105. package/dist/{paragraph-Bz20facN.d.ts → paragraph--0f7PjzJ.d.ts} +1 -1
  106. package/dist/{paragraph-BlN-ErQS.d.cts → paragraph-D7324S0j.d.cts} +1 -1
  107. package/dist/{registry-CrSqLIcn.d.ts → registry-DpF4A9EM.d.ts} +2 -1
  108. package/dist/{registry-CeZB1W_p.d.cts → registry-ZAWlWHqJ.d.cts} +2 -1
  109. package/dist/{shape-lA-bEGqk.d.cts → shape-B0yAqgxZ.d.cts} +3 -3
  110. package/dist/{shape-C3NECkae.d.ts → shape-CnYhKn5U.d.ts} +1 -1
  111. package/dist/{shape-CoiqTTA-.d.cts → shape-De9583Kz.d.cts} +1 -1
  112. package/dist/{shape-DFO5259y.d.ts → shape-tOOiQ2UZ.d.ts} +3 -3
  113. package/dist/{table-BRXbauz6.d.ts → table-DUM0vvIO.d.ts} +1 -1
  114. package/dist/{table-DV-Glhx_.d.ts → table-ce9uQfqn.d.ts} +2 -2
  115. package/dist/{table-CjUjLcsE.d.cts → table-fnUiKudF.d.cts} +2 -2
  116. package/dist/{table-CNrk1jGM.d.cts → table-u6fXNuDO.d.cts} +1 -1
  117. package/package.json +1 -1
  118. package/dist/geometry-DaJr8yQW.d.cts +0 -5
  119. package/dist/geometry-DaJr8yQW.d.ts +0 -5
  120. package/dist/mathml/metrics.cjs +0 -0
  121. package/dist/mathml/metrics.d.cts +0 -60
  122. package/dist/mathml/metrics.d.ts +0 -60
  123. package/dist/mathml/metrics.js +0 -0
@@ -1,10 +1,10 @@
1
1
  import { n as HsqldbDecodeOptions } from "../rowformat-Cl2exlEh.cjs";
2
2
  import { t as OmmlDiagnostic } from "../shared-DLZ3IQUl.cjs";
3
- import { t as DocumentFontRegistryOptions } from "../registry-CeZB1W_p.cjs";
3
+ import { t as DocumentFontRegistryOptions } from "../registry-ZAWlWHqJ.cjs";
4
4
  import { ContentDocument, ContentSection, DocumentPackage } from "document-schema.js";
5
5
  import { MarkdownImageResolver } from "markdown-codec";
6
- import { PdfDiagnosticSink, WinAnsiSubstitution } from "pdf-codec";
7
6
  import { OdmSection, Package } from "odf.js";
7
+ import { PdfDiagnosticSink, WinAnsiSubstitution } from "pdf-codec";
8
8
  //#region src/convert/convert.d.ts
9
9
  interface DocumentToPdfOptions extends DocumentFontRegistryOptions {
10
10
  readonly signal?: AbortSignal;
@@ -1,6 +1,6 @@
1
1
  import { n as HsqldbDecodeOptions } from "../rowformat-Cl2exlEh.js";
2
2
  import { t as OmmlDiagnostic } from "../shared-DUOzjwcL.js";
3
- import { t as DocumentFontRegistryOptions } from "../registry-CrSqLIcn.js";
3
+ import { t as DocumentFontRegistryOptions } from "../registry-DpF4A9EM.js";
4
4
  import { ContentDocument, ContentSection, DocumentPackage } from "document-schema.js";
5
5
  import { OdmSection, Package } from "odf.js";
6
6
  import { MarkdownImageResolver } from "markdown-codec";
@@ -1,5 +1,5 @@
1
1
  import { DocumentFormat } from "./port.cjs";
2
- import { ProvidedFont } from "pdf-codec";
2
+ import { ProvidedFont } from "document-schema.js";
3
3
  //#region src/convert/document-fonts.d.ts
4
4
  declare class UnsupportedFontSourceFormatError extends Error {
5
5
  readonly format: DocumentFormat;
@@ -1,5 +1,5 @@
1
1
  import { DocumentFormat } from "./port.js";
2
- import { ProvidedFont } from "pdf-codec";
2
+ import { ProvidedFont } from "document-schema.js";
3
3
  //#region src/convert/document-fonts.d.ts
4
4
  declare class UnsupportedFontSourceFormatError extends Error {
5
5
  readonly format: DocumentFormat;
@@ -1,6 +1,5 @@
1
- import { DocumentPackage } from "document-schema.js";
1
+ import { DocumentPackage, FontSubstitution, ProvidedFont } from "document-schema.js";
2
2
  import { MarkdownImageResolver } from "markdown-codec";
3
- import { FontSubstitution, ProvidedFont } from "pdf-codec";
4
3
  import { z } from "zod";
5
4
  //#region src/convert/port.d.ts
6
5
  declare const DocumentFormatSchema: z.ZodEnum<{
@@ -1,7 +1,6 @@
1
- import { DocumentPackage } from "document-schema.js";
1
+ import { DocumentPackage, FontSubstitution, ProvidedFont } from "document-schema.js";
2
2
  import { z } from "zod";
3
3
  import { MarkdownImageResolver } from "markdown-codec";
4
- import { FontSubstitution, ProvidedFont } from "pdf-codec";
5
4
  //#region src/convert/port.d.ts
6
5
  declare const DocumentFormatSchema: z.ZodEnum<{
7
6
  docx: "docx";
@@ -1,4 +1,4 @@
1
- import { t as Box } from "../geometry-DaJr8yQW.cjs";
1
+ import { t as Box } from "../geometry-DUF273hM.cjs";
2
2
  import { XmlElement } from "odf.js";
3
3
  //#region src/edit/geometry.d.ts
4
4
  declare function buildTransformAttr(frame: Box, rotationDeg: number): string;
@@ -1,4 +1,4 @@
1
- import { t as Box } from "../geometry-DaJr8yQW.js";
1
+ import { t as Box } from "../geometry-DUF273hM.js";
2
2
  import { XmlElement } from "odf.js";
3
3
  //#region src/edit/geometry.d.ts
4
4
  declare function buildTransformAttr(frame: Box, rotationDeg: number): string;
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.cjs";
2
- import { r as Margins, s as PageSize$1 } from "../../geometry-DaJr8yQW.cjs";
2
+ import { r as Margins, s as PageSize$1 } from "../../geometry-DUF273hM.cjs";
3
3
  import { MarkdownParagraph, ParagraphInit } from "./paragraph.cjs";
4
4
  import { MarkdownList, MarkdownListInit } from "./list.cjs";
5
5
  import { MarkdownTable, TableInit } from "./table.cjs";
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.js";
2
- import { r as Margins, s as PageSize$1 } from "../../geometry-DaJr8yQW.js";
2
+ import { r as Margins, s as PageSize$1 } from "../../geometry-DUF273hM.js";
3
3
  import { MarkdownParagraph, ParagraphInit } from "./paragraph.js";
4
4
  import { MarkdownList, MarkdownListInit } from "./list.js";
5
5
  import { MarkdownTable, TableInit } from "./table.js";
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.cjs";
2
- import { s as PageSize } from "../../geometry-DaJr8yQW.cjs";
2
+ import { s as PageSize } from "../../geometry-DUF273hM.cjs";
3
3
  import { OdgPage } from "./page.cjs";
4
4
  import { Package } from "odf.js";
5
5
  //#region src/edit/odg/editor.d.ts
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.js";
2
- import { s as PageSize } from "../../geometry-DaJr8yQW.js";
2
+ import { s as PageSize } from "../../geometry-DUF273hM.js";
3
3
  import { OdgPage } from "./page.js";
4
4
  import { Package } from "odf.js";
5
5
  //#region src/edit/odg/editor.d.ts
@@ -1,5 +1,5 @@
1
- import { t as ImageInit } from "../../image-M5SezZVI.cjs";
2
- import { t as OdpShape } from "../../shape-lA-bEGqk.cjs";
1
+ import { t as ImageInit } from "../../image-C6lKT9ZH.cjs";
2
+ import { t as OdpShape } from "../../shape-B0yAqgxZ.cjs";
3
3
  import { a as OdgLineVector, l as PathVectorInit, n as LineVectorInit, o as OdgPathVector, r as OdgBoxVector, s as OdgVector, t as BoxVectorInit } from "../../vector-D03KX8Ux.cjs";
4
4
  import { Box, ContentVector } from "document-schema.js";
5
5
  import { Package, XmlElement, XmlNode } from "odf.js";
@@ -1,5 +1,5 @@
1
- import { t as ImageInit } from "../../image-DHcA9kaK.js";
2
- import { t as OdpShape } from "../../shape-DFO5259y.js";
1
+ import { t as ImageInit } from "../../image-CNuBLN5L.js";
2
+ import { t as OdpShape } from "../../shape-tOOiQ2UZ.js";
3
3
  import { a as OdgLineVector, l as PathVectorInit, n as LineVectorInit, o as OdgPathVector, r as OdgBoxVector, s as OdgVector, t as BoxVectorInit } from "../../vector-D03KX8Ux.js";
4
4
  import { Box, ContentVector } from "document-schema.js";
5
5
  import { Package, XmlElement, XmlNode } from "odf.js";
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.cjs";
2
- import { s as PageSize } from "../../geometry-DaJr8yQW.cjs";
2
+ import { s as PageSize } from "../../geometry-DUF273hM.cjs";
3
3
  import { OdpSlide } from "./slide.cjs";
4
4
  import { Package } from "odf.js";
5
5
  //#region src/edit/odp/editor.d.ts
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.js";
2
- import { s as PageSize } from "../../geometry-DaJr8yQW.js";
2
+ import { s as PageSize } from "../../geometry-DUF273hM.js";
3
3
  import { OdpSlide } from "./slide.js";
4
4
  import { Package } from "odf.js";
5
5
  //#region src/edit/odp/editor.d.ts
@@ -1,2 +1,2 @@
1
- import { n as MediaContext, r as insertImageFrameMedia, t as ImageInit } from "../../image-M5SezZVI.cjs";
1
+ import { n as MediaContext, r as insertImageFrameMedia, t as ImageInit } from "../../image-C6lKT9ZH.cjs";
2
2
  export { ImageInit, MediaContext, insertImageFrameMedia };
@@ -1,2 +1,2 @@
1
- import { n as MediaContext, r as insertImageFrameMedia, t as ImageInit } from "../../image-DHcA9kaK.js";
1
+ import { n as MediaContext, r as insertImageFrameMedia, t as ImageInit } from "../../image-CNuBLN5L.js";
2
2
  export { ImageInit, MediaContext, insertImageFrameMedia };
@@ -1,2 +1,2 @@
1
- import { i as buildTextBoxFrame, n as buildImageFrame, r as buildTableFrame, t as OdpShape } from "../../shape-lA-bEGqk.cjs";
1
+ import { i as buildTextBoxFrame, n as buildImageFrame, r as buildTableFrame, t as OdpShape } from "../../shape-B0yAqgxZ.cjs";
2
2
  export { OdpShape, buildImageFrame, buildTableFrame, buildTextBoxFrame };
@@ -1,2 +1,2 @@
1
- import { i as buildTextBoxFrame, n as buildImageFrame, r as buildTableFrame, t as OdpShape } from "../../shape-DFO5259y.js";
1
+ import { i as buildTextBoxFrame, n as buildImageFrame, r as buildTableFrame, t as OdpShape } from "../../shape-tOOiQ2UZ.js";
2
2
  export { OdpShape, buildImageFrame, buildTableFrame, buildTextBoxFrame };
@@ -1,8 +1,8 @@
1
- import { t as Box$1 } from "../../geometry-DaJr8yQW.cjs";
2
- import { t as ImageInit } from "../../image-M5SezZVI.cjs";
3
- import { t as OdpShape } from "../../shape-lA-bEGqk.cjs";
1
+ import { t as Box$1 } from "../../geometry-DUF273hM.cjs";
2
+ import { t as ImageInit } from "../../image-C6lKT9ZH.cjs";
3
+ import { t as OdpShape } from "../../shape-B0yAqgxZ.cjs";
4
4
  import { s as OdgVector } from "../../vector-D03KX8Ux.cjs";
5
- import { a as TableInit, n as OdtTable } from "../../table-CNrk1jGM.cjs";
5
+ import { a as TableInit, n as OdtTable } from "../../table-u6fXNuDO.cjs";
6
6
  import { ContentVector } from "document-schema.js";
7
7
  import { Package, XmlElement, XmlNode } from "odf.js";
8
8
  //#region src/edit/odp/slide.d.ts
@@ -1,8 +1,8 @@
1
- import { t as Box$1 } from "../../geometry-DaJr8yQW.js";
2
- import { t as ImageInit } from "../../image-DHcA9kaK.js";
3
- import { t as OdpShape } from "../../shape-DFO5259y.js";
1
+ import { t as Box$1 } from "../../geometry-DUF273hM.js";
2
+ import { t as ImageInit } from "../../image-CNuBLN5L.js";
3
+ import { t as OdpShape } from "../../shape-tOOiQ2UZ.js";
4
4
  import { s as OdgVector } from "../../vector-D03KX8Ux.js";
5
- import { a as TableInit, n as OdtTable } from "../../table-BRXbauz6.js";
5
+ import { a as TableInit, n as OdtTable } from "../../table-DUM0vvIO.js";
6
6
  import { ContentVector } from "document-schema.js";
7
7
  import { Package, XmlElement, XmlNode } from "odf.js";
8
8
  //#region src/edit/odp/slide.d.ts
@@ -1,6 +1,6 @@
1
1
  import { ClockPort } from "../../ports/clock.cjs";
2
- import { t as OdtParagraph } from "../../paragraph-BlN-ErQS.cjs";
3
- import { n as OdtTable } from "../../table-CNrk1jGM.cjs";
2
+ import { t as OdtParagraph } from "../../paragraph-D7324S0j.cjs";
3
+ import { n as OdtTable } from "../../table-u6fXNuDO.cjs";
4
4
  import { ContentDocument, ContentParagraph, ContentTable } from "document-schema.js";
5
5
  import { Package } from "odf.js";
6
6
  //#region src/edit/odt/content.d.ts
@@ -1,6 +1,6 @@
1
1
  import { ClockPort } from "../../ports/clock.js";
2
- import { t as OdtParagraph } from "../../paragraph-Bz20facN.js";
3
- import { n as OdtTable } from "../../table-BRXbauz6.js";
2
+ import { t as OdtParagraph } from "../../paragraph--0f7PjzJ.js";
3
+ import { n as OdtTable } from "../../table-DUM0vvIO.js";
4
4
  import { ContentDocument, ContentParagraph, ContentTable } from "document-schema.js";
5
5
  import { Package } from "odf.js";
6
6
  //#region src/edit/odt/content.d.ts
@@ -1,8 +1,8 @@
1
1
  import { ClockPort } from "../../ports/clock.cjs";
2
- import { t as Box$1 } from "../../geometry-DaJr8yQW.cjs";
3
- import { n as ParagraphInit, t as OdtParagraph } from "../../paragraph-BlN-ErQS.cjs";
4
- import { t as OdtList } from "../../list-fKlr6jWd.cjs";
5
- import { a as TableInit, n as OdtTable } from "../../table-CNrk1jGM.cjs";
2
+ import { t as Box$1 } from "../../geometry-DUF273hM.cjs";
3
+ import { n as ParagraphInit, t as OdtParagraph } from "../../paragraph-D7324S0j.cjs";
4
+ import { t as OdtList } from "../../list-MCxkKpI7.cjs";
5
+ import { a as TableInit, n as OdtTable } from "../../table-u6fXNuDO.cjs";
6
6
  import { ContentFormula, ContentVector } from "document-schema.js";
7
7
  import { Package } from "odf.js";
8
8
  //#region src/edit/odt/editor.d.ts
@@ -1,8 +1,8 @@
1
1
  import { ClockPort } from "../../ports/clock.js";
2
- import { t as Box$1 } from "../../geometry-DaJr8yQW.js";
3
- import { n as ParagraphInit, t as OdtParagraph } from "../../paragraph-Bz20facN.js";
4
- import { t as OdtList } from "../../list-4lN_90Pt.js";
5
- import { a as TableInit, n as OdtTable } from "../../table-BRXbauz6.js";
2
+ import { t as Box$1 } from "../../geometry-DUF273hM.js";
3
+ import { n as ParagraphInit, t as OdtParagraph } from "../../paragraph--0f7PjzJ.js";
4
+ import { t as OdtList } from "../../list-CSIIzXAV.js";
5
+ import { a as TableInit, n as OdtTable } from "../../table-DUM0vvIO.js";
6
6
  import { ContentFormula, ContentVector } from "document-schema.js";
7
7
  import { Package } from "odf.js";
8
8
  //#region src/edit/odt/editor.d.ts
@@ -1,4 +1,4 @@
1
- import { t as Box$1 } from "../../geometry-DaJr8yQW.cjs";
1
+ import { t as Box$1 } from "../../geometry-DUF273hM.cjs";
2
2
  import { ContentFormula } from "document-schema.js";
3
3
  import { Package, XmlElement } from "odf.js";
4
4
  //#region src/edit/odt/formula.d.ts
@@ -1,4 +1,4 @@
1
- import { t as Box$1 } from "../../geometry-DaJr8yQW.js";
1
+ import { t as Box$1 } from "../../geometry-DUF273hM.js";
2
2
  import { ContentFormula } from "document-schema.js";
3
3
  import { Package, XmlElement } from "odf.js";
4
4
  //#region src/edit/odt/formula.d.ts
@@ -1,2 +1,2 @@
1
- import { n as buildImageFrame, r as insertImageFrameMedia, t as ImageInit } from "../../image-m_rfpuY8.cjs";
1
+ import { n as buildImageFrame, r as insertImageFrameMedia, t as ImageInit } from "../../image-K3MAhLJc.cjs";
2
2
  export { ImageInit, buildImageFrame, insertImageFrameMedia };
@@ -1,2 +1,2 @@
1
- import { n as buildImageFrame, r as insertImageFrameMedia, t as ImageInit } from "../../image-DwrOnL_Z.js";
1
+ import { n as buildImageFrame, r as insertImageFrameMedia, t as ImageInit } from "../../image-BFn8Rm6P.js";
2
2
  export { ImageInit, buildImageFrame, insertImageFrameMedia };
@@ -1,2 +1,2 @@
1
- import { n as OdtListItem, r as buildList, t as OdtList } from "../../list-fKlr6jWd.cjs";
1
+ import { n as OdtListItem, r as buildList, t as OdtList } from "../../list-MCxkKpI7.cjs";
2
2
  export { OdtList, OdtListItem, buildList };
@@ -1,2 +1,2 @@
1
- import { n as OdtListItem, r as buildList, t as OdtList } from "../../list-4lN_90Pt.js";
1
+ import { n as OdtListItem, r as buildList, t as OdtList } from "../../list-CSIIzXAV.js";
2
2
  export { OdtList, OdtListItem, buildList };
@@ -1,2 +1,2 @@
1
- import { n as ParagraphInit, r as buildParagraph, t as OdtParagraph } from "../../paragraph-BlN-ErQS.cjs";
1
+ import { n as ParagraphInit, r as buildParagraph, t as OdtParagraph } from "../../paragraph-D7324S0j.cjs";
2
2
  export { OdtParagraph, ParagraphInit, buildParagraph };
@@ -1,2 +1,2 @@
1
- import { n as ParagraphInit, r as buildParagraph, t as OdtParagraph } from "../../paragraph-Bz20facN.js";
1
+ import { n as ParagraphInit, r as buildParagraph, t as OdtParagraph } from "../../paragraph--0f7PjzJ.js";
2
2
  export { OdtParagraph, ParagraphInit, buildParagraph };
@@ -1,2 +1,2 @@
1
- import { a as TableInit, c as readCellDecoration, i as OdtTableRow, n as OdtTable, o as buildCellStyle, r as OdtTableCell, s as buildTable, t as CellDecoration } from "../../table-CNrk1jGM.cjs";
1
+ import { a as TableInit, c as readCellDecoration, i as OdtTableRow, n as OdtTable, o as buildCellStyle, r as OdtTableCell, s as buildTable, t as CellDecoration } from "../../table-u6fXNuDO.cjs";
2
2
  export { CellDecoration, OdtTable, OdtTableCell, OdtTableRow, TableInit, buildCellStyle, buildTable, readCellDecoration };
@@ -1,2 +1,2 @@
1
- import { a as TableInit, c as readCellDecoration, i as OdtTableRow, n as OdtTable, o as buildCellStyle, r as OdtTableCell, s as buildTable, t as CellDecoration } from "../../table-BRXbauz6.js";
1
+ import { a as TableInit, c as readCellDecoration, i as OdtTableRow, n as OdtTable, o as buildCellStyle, r as OdtTableCell, s as buildTable, t as CellDecoration } from "../../table-DUM0vvIO.js";
2
2
  export { CellDecoration, OdtTable, OdtTableCell, OdtTableRow, TableInit, buildCellStyle, buildTable, readCellDecoration };
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.cjs";
2
- import { s as PageSize } from "../../geometry-DaJr8yQW.cjs";
2
+ import { s as PageSize } from "../../geometry-DUF273hM.cjs";
3
3
  import { PptxSlide } from "./slide.cjs";
4
4
  import { Package } from "ooxml.js";
5
5
  //#region src/edit/pptx/editor.d.ts
@@ -1,5 +1,5 @@
1
1
  import { ClockPort } from "../../ports/clock.js";
2
- import { s as PageSize } from "../../geometry-DaJr8yQW.js";
2
+ import { s as PageSize } from "../../geometry-DUF273hM.js";
3
3
  import { PptxSlide } from "./slide.js";
4
4
  import { Package } from "ooxml.js";
5
5
  //#region src/edit/pptx/editor.d.ts
@@ -1,2 +1,2 @@
1
- import { n as MediaContext, r as insertPictureShapeMedia, t as ImageInit } from "../../image-7snmKIxn.cjs";
1
+ import { n as MediaContext, r as insertPictureShapeMedia, t as ImageInit } from "../../image-DK0YCpYO.cjs";
2
2
  export { ImageInit, MediaContext, insertPictureShapeMedia };
@@ -1,2 +1,2 @@
1
- import { n as MediaContext, r as insertPictureShapeMedia, t as ImageInit } from "../../image-Cs8xF753.js";
1
+ import { n as MediaContext, r as insertPictureShapeMedia, t as ImageInit } from "../../image-BgN3j3ly.js";
2
2
  export { ImageInit, MediaContext, insertPictureShapeMedia };
@@ -1,2 +1,2 @@
1
- import { a as buildDrawingParagraph, i as ROTATION_UNITS_PER_DEGREE, n as DrawingRunInit, o as buildPictureShape, r as PptxShape, s as buildTextBoxShape, t as DrawingParagraphInit } from "../../shape-CoiqTTA-.cjs";
1
+ import { a as buildDrawingParagraph, i as ROTATION_UNITS_PER_DEGREE, n as DrawingRunInit, o as buildPictureShape, r as PptxShape, s as buildTextBoxShape, t as DrawingParagraphInit } from "../../shape-De9583Kz.cjs";
2
2
  export { DrawingParagraphInit, DrawingRunInit, PptxShape, ROTATION_UNITS_PER_DEGREE, buildDrawingParagraph, buildPictureShape, buildTextBoxShape };
@@ -1,2 +1,2 @@
1
- import { a as buildDrawingParagraph, i as ROTATION_UNITS_PER_DEGREE, n as DrawingRunInit, o as buildPictureShape, r as PptxShape, s as buildTextBoxShape, t as DrawingParagraphInit } from "../../shape-C3NECkae.js";
1
+ import { a as buildDrawingParagraph, i as ROTATION_UNITS_PER_DEGREE, n as DrawingRunInit, o as buildPictureShape, r as PptxShape, s as buildTextBoxShape, t as DrawingParagraphInit } from "../../shape-CnYhKn5U.js";
2
2
  export { DrawingParagraphInit, DrawingRunInit, PptxShape, ROTATION_UNITS_PER_DEGREE, buildDrawingParagraph, buildPictureShape, buildTextBoxShape };
@@ -1,7 +1,7 @@
1
- import { t as Box$1 } from "../../geometry-DaJr8yQW.cjs";
2
- import { t as ImageInit } from "../../image-7snmKIxn.cjs";
3
- import { r as PptxShape } from "../../shape-CoiqTTA-.cjs";
4
- import { r as PptxTableInit, t as PptxTable } from "../../table-CjUjLcsE.cjs";
1
+ import { t as Box$1 } from "../../geometry-DUF273hM.cjs";
2
+ import { t as ImageInit } from "../../image-DK0YCpYO.cjs";
3
+ import { r as PptxShape } from "../../shape-De9583Kz.cjs";
4
+ import { r as PptxTableInit, t as PptxTable } from "../../table-fnUiKudF.cjs";
5
5
  import { ContentVector } from "document-schema.js";
6
6
  import { Package, XmlElement, XmlNode } from "ooxml.js";
7
7
  //#region src/edit/pptx/slide.d.ts
@@ -1,7 +1,7 @@
1
- import { t as Box$1 } from "../../geometry-DaJr8yQW.js";
2
- import { t as ImageInit } from "../../image-Cs8xF753.js";
3
- import { r as PptxShape } from "../../shape-C3NECkae.js";
4
- import { r as PptxTableInit, t as PptxTable } from "../../table-DV-Glhx_.js";
1
+ import { t as Box$1 } from "../../geometry-DUF273hM.js";
2
+ import { t as ImageInit } from "../../image-BgN3j3ly.js";
3
+ import { r as PptxShape } from "../../shape-CnYhKn5U.js";
4
+ import { r as PptxTableInit, t as PptxTable } from "../../table-ce9uQfqn.js";
5
5
  import { Package, XmlElement, XmlNode } from "ooxml.js";
6
6
  import { ContentVector } from "document-schema.js";
7
7
  //#region src/edit/pptx/slide.d.ts
@@ -1,2 +1,2 @@
1
- import { a as buildDrawingTable, i as PptxTableRow, n as PptxTableCell, o as buildTableGraphicFrame, r as PptxTableInit, s as findGraphicFrameTable, t as PptxTable } from "../../table-CjUjLcsE.cjs";
1
+ import { a as buildDrawingTable, i as PptxTableRow, n as PptxTableCell, o as buildTableGraphicFrame, r as PptxTableInit, s as findGraphicFrameTable, t as PptxTable } from "../../table-fnUiKudF.cjs";
2
2
  export { PptxTable, PptxTableCell, PptxTableInit, PptxTableRow, buildDrawingTable, buildTableGraphicFrame, findGraphicFrameTable };
@@ -1,2 +1,2 @@
1
- import { a as buildDrawingTable, i as PptxTableRow, n as PptxTableCell, o as buildTableGraphicFrame, r as PptxTableInit, s as findGraphicFrameTable, t as PptxTable } from "../../table-DV-Glhx_.js";
1
+ import { a as buildDrawingTable, i as PptxTableRow, n as PptxTableCell, o as buildTableGraphicFrame, r as PptxTableInit, s as findGraphicFrameTable, t as PptxTable } from "../../table-ce9uQfqn.js";
2
2
  export { PptxTable, PptxTableCell, PptxTableInit, PptxTableRow, buildDrawingTable, buildTableGraphicFrame, findGraphicFrameTable };
@@ -1,4 +1,4 @@
1
- import { ProvidedFont } from "pdf-codec";
1
+ import { ProvidedFont } from "document-schema.js";
2
2
  import { Package } from "odf.js";
3
3
  //#region src/fonts/odf.d.ts
4
4
  declare class OdfEmbeddedFontError extends Error {
@@ -1,5 +1,5 @@
1
+ import { ProvidedFont } from "document-schema.js";
1
2
  import { Package } from "odf.js";
2
- import { ProvidedFont } from "pdf-codec";
3
3
  //#region src/fonts/odf.d.ts
4
4
  declare class OdfEmbeddedFontError extends Error {
5
5
  constructor(detail: string);
@@ -1,4 +1,4 @@
1
- import { ProvidedFont } from "pdf-codec";
1
+ import { ProvidedFont } from "document-schema.js";
2
2
  import { Package } from "ooxml.js";
3
3
  //#region src/fonts/ooxml.d.ts
4
4
  declare class OoxmlEmbeddedFontError extends Error {
@@ -1,5 +1,5 @@
1
1
  import { Package } from "ooxml.js";
2
- import { ProvidedFont } from "pdf-codec";
2
+ import { ProvidedFont } from "document-schema.js";
3
3
  //#region src/fonts/ooxml.d.ts
4
4
  declare class OoxmlEmbeddedFontError extends Error {
5
5
  constructor(detail: string);
@@ -1,2 +1,2 @@
1
- import { i as extractSourceFonts, n as FontSourcePackage, r as createDocumentFontRegistry, t as DocumentFontRegistryOptions } from "../registry-CeZB1W_p.cjs";
1
+ import { i as extractSourceFonts, n as FontSourcePackage, r as createDocumentFontRegistry, t as DocumentFontRegistryOptions } from "../registry-ZAWlWHqJ.cjs";
2
2
  export { DocumentFontRegistryOptions, FontSourcePackage, createDocumentFontRegistry, extractSourceFonts };
@@ -1,2 +1,2 @@
1
- import { i as extractSourceFonts, n as FontSourcePackage, r as createDocumentFontRegistry, t as DocumentFontRegistryOptions } from "../registry-CrSqLIcn.js";
1
+ import { i as extractSourceFonts, n as FontSourcePackage, r as createDocumentFontRegistry, t as DocumentFontRegistryOptions } from "../registry-DpF4A9EM.js";
2
2
  export { DocumentFontRegistryOptions, FontSourcePackage, createDocumentFontRegistry, extractSourceFonts };
@@ -0,0 +1,6 @@
1
+ import { Box, Box as Box$1, BoxSchema, Margins, MarginsSchema, PAGE_SIZE_A4, PAGE_SIZE_LETTER, PageSize as PageSize$1, PageSizeSchema, Point, Point as Point$1, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN } from "document-schema.js";
2
+ //#region src/model/geometry.d.ts
3
+ declare function flipY(box: Box, containerHeightPt: number): Box;
4
+ declare function rotatePointAboutCenter(point: Point, center: Point, degrees: number): Point;
5
+ //#endregion
6
+ export { PAGE_SIZE_A4 as a, PageSizeSchema as c, SLIDE_SIZE_WIDESCREEN as d, flipY as f, MarginsSchema as i, Point$1 as l, BoxSchema as n, PAGE_SIZE_LETTER as o, rotatePointAboutCenter as p, Margins as r, PageSize$1 as s, Box$1 as t, SLIDE_SIZE_STANDARD as u };
@@ -0,0 +1,6 @@
1
+ import { Box, Box as Box$1, BoxSchema, Margins, MarginsSchema, PAGE_SIZE_A4, PAGE_SIZE_LETTER, PageSize as PageSize$1, PageSizeSchema, Point, Point as Point$1, SLIDE_SIZE_STANDARD, SLIDE_SIZE_WIDESCREEN } from "document-schema.js";
2
+ //#region src/model/geometry.d.ts
3
+ declare function flipY(box: Box, containerHeightPt: number): Box;
4
+ declare function rotatePointAboutCenter(point: Point, center: Point, degrees: number): Point;
5
+ //#endregion
6
+ export { PAGE_SIZE_A4 as a, PageSizeSchema as c, SLIDE_SIZE_WIDESCREEN as d, flipY as f, MarginsSchema as i, Point$1 as l, BoxSchema as n, PAGE_SIZE_LETTER as o, rotatePointAboutCenter as p, Margins as r, PageSize$1 as s, Box$1 as t, SLIDE_SIZE_STANDARD as u };
@@ -1,4 +1,4 @@
1
- import { t as Box } from "./geometry-DaJr8yQW.js";
1
+ import { t as Box } from "./geometry-DUF273hM.js";
2
2
  import { Package, XmlElement } from "odf.js";
3
3
  //#region src/edit/odt/image.d.ts
4
4
  interface ImageInit {
@@ -1,4 +1,4 @@
1
- import { t as Box } from "./geometry-DaJr8yQW.js";
1
+ import { t as Box } from "./geometry-DUF273hM.js";
2
2
  import { Package, XmlElement } from "ooxml.js";
3
3
  //#region src/edit/pptx/image.d.ts
4
4
  interface ImageInit {
@@ -1,4 +1,4 @@
1
- import { t as Box } from "./geometry-DaJr8yQW.cjs";
1
+ import { t as Box } from "./geometry-DUF273hM.cjs";
2
2
  import { Package, XmlElement } from "odf.js";
3
3
  //#region src/edit/odp/image.d.ts
4
4
  interface ImageInit {
@@ -1,4 +1,4 @@
1
- import { t as Box } from "./geometry-DaJr8yQW.js";
1
+ import { t as Box } from "./geometry-DUF273hM.js";
2
2
  import { Package, XmlElement } from "odf.js";
3
3
  //#region src/edit/odp/image.d.ts
4
4
  interface ImageInit {
@@ -1,4 +1,4 @@
1
- import { t as Box } from "./geometry-DaJr8yQW.cjs";
1
+ import { t as Box } from "./geometry-DUF273hM.cjs";
2
2
  import { Package, XmlElement } from "ooxml.js";
3
3
  //#region src/edit/pptx/image.d.ts
4
4
  interface ImageInit {
@@ -1,4 +1,4 @@
1
- import { t as Box } from "./geometry-DaJr8yQW.cjs";
1
+ import { t as Box } from "./geometry-DUF273hM.cjs";
2
2
  import { Package, XmlElement } from "odf.js";
3
3
  //#region src/edit/odt/image.d.ts
4
4
  interface ImageInit {