@json-to-office/jto 7.0.0 → 7.0.1
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.
- package/dist/cli.js +1 -1
- package/dist/client/assets/{HomePage-CAQsE0sn.js → HomePage-Lgf6tdDd.js} +4 -4
- package/dist/client/assets/{HomePage-CAQsE0sn.js.map → HomePage-Lgf6tdDd.js.map} +1 -1
- package/dist/client/assets/{JsonEditorPage-Cqz2zDan.js → JsonEditorPage-CvR_nPhi.js} +3 -3
- package/dist/client/assets/{JsonEditorPage-Cqz2zDan.js.map → JsonEditorPage-CvR_nPhi.js.map} +1 -1
- package/dist/client/assets/{MonacoPluginProvider-FJHgHgFQ.js → MonacoPluginProvider-B9ylIvJ1.js} +5 -5
- package/dist/client/assets/{MonacoPluginProvider-FJHgHgFQ.js.map → MonacoPluginProvider-B9ylIvJ1.js.map} +1 -1
- package/dist/client/assets/{_virtual_jto-plugin-type-libs-DroopP3q.js → _virtual_jto-plugin-type-libs-0VdrjFY7.js} +158 -5
- package/dist/client/assets/{_virtual_jto-plugin-type-libs-DroopP3q.js.map → _virtual_jto-plugin-type-libs-0VdrjFY7.js.map} +1 -1
- package/dist/client/assets/{_virtual_jto-sandbox-runtime-v4kQF3ee.js → _virtual_jto-sandbox-runtime-D-AIkzB-.js} +2 -2
- package/dist/client/assets/_virtual_jto-sandbox-runtime-D-AIkzB-.js.map +1 -0
- package/dist/client/assets/{editor-1mTGQjga.js → editor-RriNJVGd.js} +2 -2
- package/dist/client/assets/{editor-1mTGQjga.js.map → editor-RriNJVGd.js.map} +1 -1
- package/dist/client/assets/{editor-monaco-json-B19wOO_b.js → editor-monaco-json-DB7frltk.js} +2 -2
- package/dist/client/assets/{editor-monaco-json-B19wOO_b.js.map → editor-monaco-json-DB7frltk.js.map} +1 -1
- package/dist/client/assets/{index-Da5mi8tP.js → index-4AXBK6QA.js} +2 -2
- package/dist/client/assets/{index-Da5mi8tP.js.map → index-4AXBK6QA.js.map} +1 -1
- package/dist/client/assets/{index-DsuZTLjf.js → index-CPNiZvgQ.js} +8 -8
- package/dist/client/assets/index-CPNiZvgQ.js.map +1 -0
- package/dist/client/assets/{preview-T1T-uQbx.js → preview-CchFIss2.js} +2 -2
- package/dist/client/assets/{preview-T1T-uQbx.js.map → preview-CchFIss2.js.map} +1 -1
- package/dist/client/assets/{useQualityAnalysis-CnLgG345.js → useQualityAnalysis-DgWJorkg.js} +2 -2
- package/dist/client/assets/{useQualityAnalysis-CnLgG345.js.map → useQualityAnalysis-DgWJorkg.js.map} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/client/templates/client-report-blocks.docx.json +2 -10
- package/package.json +4 -4
- package/dist/client/assets/_virtual_jto-sandbox-runtime-v4kQF3ee.js.map +0 -1
- package/dist/client/assets/index-DsuZTLjf.js.map +0 -1
|
@@ -1680,15 +1680,7 @@
|
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
1682
|
"name": "section",
|
|
1683
|
-
"props": {
|
|
1684
|
-
"page": {
|
|
1685
|
-
"size": "LETTER",
|
|
1686
|
-
"margins": {
|
|
1687
|
-
"left": 1080,
|
|
1688
|
-
"right": 1080
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1683
|
+
"props": {},
|
|
1692
1684
|
"children": [
|
|
1693
1685
|
{
|
|
1694
1686
|
"name": "block",
|
|
@@ -1735,7 +1727,7 @@
|
|
|
1735
1727
|
{
|
|
1736
1728
|
"name": "paragraph",
|
|
1737
1729
|
"props": {
|
|
1738
|
-
"text": "The inherited running header carries the document title and this section’s page width
|
|
1730
|
+
"text": "The inherited running header carries the document title and this section’s page width. Page numbers are native Word fields."
|
|
1739
1731
|
}
|
|
1740
1732
|
},
|
|
1741
1733
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@json-to-office/jto",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "JSON to Office CLI - Unified document and presentation generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"vite": "6.0.5",
|
|
85
85
|
"zod": "^4.0.0",
|
|
86
86
|
"zustand": "5.0.2",
|
|
87
|
-
"@json-to-office/core-docx": "^7.0.
|
|
88
|
-
"@json-to-office/core-pptx": "^7.0.
|
|
87
|
+
"@json-to-office/core-docx": "^7.0.1",
|
|
88
|
+
"@json-to-office/core-pptx": "^7.0.1",
|
|
89
89
|
"@json-to-office/jto-cli": "^7.0.0",
|
|
90
90
|
"@json-to-office/quality": "^7.0.0",
|
|
91
|
-
"@json-to-office/shared": "^7.0.
|
|
91
|
+
"@json-to-office/shared": "^7.0.1",
|
|
92
92
|
"@json-to-office/shared-docx": "^7.0.0",
|
|
93
93
|
"@json-to-office/shared-pptx": "^7.0.0"
|
|
94
94
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_virtual_jto-sandbox-runtime-v4kQF3ee.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|