@forevka/wordcanvas 0.10.1 → 0.10.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.
Files changed (38) hide show
  1. package/dist-lib/builder.js +5 -5
  2. package/dist-lib/{editorApp-Ct42Dpp1.js → editorApp-CRXveGOd.js} +1093 -1088
  3. package/dist-lib/{engine-Co8wGzPh.js → engine-CDHZLDvx.js} +1 -1
  4. package/dist-lib/{equationEditor-ufes6INd.js → equationEditor-C8O4iQY0.js} +5 -5
  5. package/dist-lib/export.js +3 -3
  6. package/dist-lib/generate-toc.js +5 -5
  7. package/dist-lib/import.js +2 -2
  8. package/dist-lib/{inlineExport-DmiMGSna.js → inlineExport-DufSrjh6.js} +1 -1
  9. package/dist-lib/{latex-Bw2eoY11.js → latex-BXHY96IY.js} +2 -2
  10. package/dist-lib/{parse-B7crTYAa.js → parse-BBIeOUPD.js} +3 -3
  11. package/dist-lib/{pipeline-CgTexI-5.js → pipeline-BR9aUw6T.js} +1 -1
  12. package/dist-lib/{pipeline-BxTfzdGp.js → pipeline-CsIYBlrl.js} +6 -6
  13. package/dist-lib/query.js +3 -3
  14. package/dist-lib/recalc-docx.js +2 -2
  15. package/dist-lib/{recalcToc-C0QoMNY9.js → recalcToc-4YmgOJlg.js} +2 -2
  16. package/dist-lib/{styleProps-Dw6DnP6p.js → styleProps-hQ-xcGCW.js} +1 -1
  17. package/dist-lib/{stylesheet-BZQ2DVSJ.js → stylesheet-oa_qg3op.js} +1 -1
  18. package/dist-lib/{symbolPicker-CC3eVi98.js → symbolPicker-BXTEUH3F.js} +1 -1
  19. package/dist-lib/{toc-BIVKqYZ1.js → toc-C4oeGLWP.js} +105 -94
  20. package/dist-lib/{webmcp-CnuYu6Wt.js → webmcp-CC54nQHq.js} +8 -8
  21. package/dist-lib/{wordcanvas-B4jNWfw7.js → wordcanvas-mL3V3lME.js} +3 -3
  22. package/dist-lib/wordcanvas.js +1 -1
  23. package/dist-node/{chunk-XHBY3PPO.js → chunk-2BASYQX6.js} +2 -2
  24. package/dist-node/{chunk-YOBNPVKS.js → chunk-Q2PZZE6W.js} +1 -1
  25. package/dist-node/chunk-Q2PZZE6W.js.map +7 -0
  26. package/dist-node/{chunk-RH7KMFDB.js → chunk-RLIU3RM7.js} +2 -2
  27. package/dist-node/{chunk-WSLT7ILY.js → chunk-VGI576RA.js} +2 -2
  28. package/dist-node/{engine-WTNLTPJA.js → engine-JO72FQWP.js} +3 -3
  29. package/dist-node/export.js +4 -4
  30. package/dist-node/generate-toc.js +4 -4
  31. package/dist-node/import.js +2 -2
  32. package/dist-node/recalc-docx.js +2 -2
  33. package/package.json +1 -1
  34. package/dist-node/chunk-YOBNPVKS.js.map +0 -7
  35. /package/dist-node/{chunk-XHBY3PPO.js.map → chunk-2BASYQX6.js.map} +0 -0
  36. /package/dist-node/{chunk-RH7KMFDB.js.map → chunk-RLIU3RM7.js.map} +0 -0
  37. /package/dist-node/{chunk-WSLT7ILY.js.map → chunk-VGI576RA.js.map} +0 -0
  38. /package/dist-node/{engine-WTNLTPJA.js.map → engine-JO72FQWP.js.map} +0 -0
@@ -10,7 +10,7 @@ import {
10
10
  isHiddenParagraph,
11
11
  markerText,
12
12
  resolveSections
13
- } from "./chunk-YOBNPVKS.js";
13
+ } from "./chunk-Q2PZZE6W.js";
14
14
  import {
15
15
  MATH_FONT_FAMILY,
16
16
  PARA_BORDER_PAD_PX,
@@ -6992,4 +6992,4 @@ export {
6992
6992
  CUSTOM_BLOCK_PLACEHOLDER_H,
6993
6993
  createLayoutEngine
6994
6994
  };
6995
- //# sourceMappingURL=chunk-WSLT7ILY.js.map
6995
+ //# sourceMappingURL=chunk-VGI576RA.js.map
@@ -7,11 +7,11 @@ const __dirname = __pathDirname(__filename);
7
7
  import {
8
8
  CUSTOM_BLOCK_PLACEHOLDER_H,
9
9
  createLayoutEngine
10
- } from "./chunk-WSLT7ILY.js";
10
+ } from "./chunk-VGI576RA.js";
11
11
  import {
12
12
  effectiveSection,
13
13
  resolveSections
14
- } from "./chunk-YOBNPVKS.js";
14
+ } from "./chunk-Q2PZZE6W.js";
15
15
  import "./chunk-OC36ZFPJ.js";
16
16
  import "./chunk-XSRSBST2.js";
17
17
  export {
@@ -20,4 +20,4 @@ export {
20
20
  effectiveSection,
21
21
  resolveSections
22
22
  };
23
- //# sourceMappingURL=engine-WTNLTPJA.js.map
23
+ //# sourceMappingURL=engine-JO72FQWP.js.map
@@ -39,7 +39,7 @@ import {
39
39
  shdFillXml,
40
40
  tableStyleXml,
41
41
  textEl
42
- } from "./chunk-RH7KMFDB.js";
42
+ } from "./chunk-RLIU3RM7.js";
43
43
  import {
44
44
  pageOfBlockMap
45
45
  } from "./chunk-EGSAVPCC.js";
@@ -50,7 +50,7 @@ import {
50
50
  import {
51
51
  createLayoutEngine,
52
52
  getBlockType
53
- } from "./chunk-WSLT7ILY.js";
53
+ } from "./chunk-VGI576RA.js";
54
54
  import {
55
55
  DEFAULT_CHAR_STYLE,
56
56
  detectTocHeadings,
@@ -58,7 +58,7 @@ import {
58
58
  parseTocInstruction,
59
59
  styleType,
60
60
  textOfRuns
61
- } from "./chunk-YOBNPVKS.js";
61
+ } from "./chunk-Q2PZZE6W.js";
62
62
  import {
63
63
  ARABIC_FONT_FAMILY,
64
64
  CJK_FONT_FAMILY,
@@ -25039,7 +25039,7 @@ async function renderPdf(doc, opts = {}) {
25039
25039
  }
25040
25040
  async function renderPdfInner(doc, opts, fontReg) {
25041
25041
  await installMeasureHost();
25042
- const { createLayoutEngine: createLayoutEngine2 } = await import("./engine-WTNLTPJA.js");
25042
+ const { createLayoutEngine: createLayoutEngine2 } = await import("./engine-JO72FQWP.js");
25043
25043
  const tree = createLayoutEngine2(fontReg, opts.cjk).layout(doc);
25044
25044
  const warnings = new WarningSink();
25045
25045
  const images = opts.images ?? {};
@@ -6,14 +6,14 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __pathDirname(__filename);
7
7
  import {
8
8
  runImport
9
- } from "./chunk-XHBY3PPO.js";
9
+ } from "./chunk-2BASYQX6.js";
10
10
  import {
11
11
  el,
12
12
  escapeText,
13
13
  paraCoreXml,
14
14
  runPropsXml,
15
15
  textEl
16
- } from "./chunk-RH7KMFDB.js";
16
+ } from "./chunk-RLIU3RM7.js";
17
17
  import {
18
18
  findMainDocumentPart
19
19
  } from "./chunk-HP6WRPSI.js";
@@ -28,14 +28,14 @@ import {
28
28
  } from "./chunk-5PUCGN47.js";
29
29
  import {
30
30
  createLayoutEngine
31
- } from "./chunk-WSLT7ILY.js";
31
+ } from "./chunk-VGI576RA.js";
32
32
  import {
33
33
  detectTocHeadings,
34
34
  inRange,
35
35
  parseTocInstruction,
36
36
  textOfRuns,
37
37
  tocEntryStyle
38
- } from "./chunk-YOBNPVKS.js";
38
+ } from "./chunk-Q2PZZE6W.js";
39
39
  import "./chunk-OC36ZFPJ.js";
40
40
  import "./chunk-XSRSBST2.js";
41
41
 
@@ -6,10 +6,10 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __pathDirname(__filename);
7
7
  import {
8
8
  runImport
9
- } from "./chunk-XHBY3PPO.js";
9
+ } from "./chunk-2BASYQX6.js";
10
10
  import "./chunk-HP6WRPSI.js";
11
11
  import "./chunk-5PUCGN47.js";
12
- import "./chunk-YOBNPVKS.js";
12
+ import "./chunk-Q2PZZE6W.js";
13
13
  import "./chunk-XSRSBST2.js";
14
14
  export {
15
15
  runImport
@@ -18,8 +18,8 @@ import {
18
18
  } from "./chunk-5PUCGN47.js";
19
19
  import {
20
20
  createLayoutEngine
21
- } from "./chunk-WSLT7ILY.js";
22
- import "./chunk-YOBNPVKS.js";
21
+ } from "./chunk-VGI576RA.js";
22
+ import "./chunk-Q2PZZE6W.js";
23
23
  import "./chunk-OC36ZFPJ.js";
24
24
  import "./chunk-XSRSBST2.js";
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forevka/wordcanvas",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "type": "module",
5
5
  "description": "Open-source embeddable Word-style document editor: canvas-rendered, with live collaboration, track changes & comments, and DOCX/PDF import & export. A lightweight alternative to Syncfusion, OnlyOffice, and DevExpress document editors. Self-contained, zero runtime dependencies.",
6
6
  "license": "MIT",