@a3s-lab/office 0.46.0 → 0.47.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.
- package/README.md +11 -0
- package/dist/0~2133.js +748 -748
- package/dist/0~document-editor.js +3877 -3847
- package/dist/0~work-docx-export.js +2 -2
- package/dist/0~work-docx-import.js +41 -5
- package/dist/0~work-office-diagnostics.js +21 -6
- package/dist/4174.js +1817 -1565
- package/dist/internal/features/work/work-document-field-node.d.ts +2 -2
- package/dist/internal/features/work/work-document-fields.d.ts +36 -2
- package/dist/internal/features/work/work-docx-bookmark-import.d.ts +1 -1
- package/dist/internal/features/work/work-docx-field-import.d.ts +5 -1
- package/dist/internal/features/work/work-docx-import.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -309,6 +309,17 @@ and [CLI reference](./docs/latest/en/cli-reference.md).
|
|
|
309
309
|
|
|
310
310
|
## Current release
|
|
311
311
|
|
|
312
|
+
Version `0.47.0` adds a bounded common-field workflow for Writer without
|
|
313
|
+
introducing a second document model or a remote service:
|
|
314
|
+
|
|
315
|
+
- The Insert ribbon exposes live word and character counts. PAGE, NUMPAGES,
|
|
316
|
+
SECTION, SECTIONPAGES, DATE, and TIME continue to refresh from the measured
|
|
317
|
+
page model, while generated field results stay out of document statistics.
|
|
318
|
+
- The Cross-reference dialog can insert a bookmark-backed `PAGEREF` with a
|
|
319
|
+
stable target identity. Supported native DOCX switches round-trip as fields;
|
|
320
|
+
unsupported, malformed, nested, or missing-target instructions remain cached
|
|
321
|
+
text with explicit compatibility diagnostics.
|
|
322
|
+
|
|
312
323
|
Version `0.46.0` adds native, bounded Writer text boxes without introducing a
|
|
313
324
|
second document model or a remote service:
|
|
314
325
|
|