mirror of
https://github.com/dolanmiu/docx.git
synced 2026-04-12 12:51:41 +00:00
* feat: Migrate to new component authoring # Conflicts: # src/file/table-of-contents/table-of-contents.ts # Conflicts: # src/file/content-types/content-types.ts # src/file/paragraph/properties.ts # src/file/table/table-properties/table-properties.ts # Conflicts: # src/file/document/body/section-properties/section-properties.ts # src/file/paragraph/run/run.ts # src/file/table-of-contents/table-of-contents.ts # src/file/table/grid.ts # src/file/table/table-cell/table-cell-properties.ts # src/file/table/table.ts * Clarify public api * Add docs * Fix tests and linting * Fix readonly array * Fix spelling * Update ToC docs * Update WPS to use BuilderElement * Migrate components to use Builder element Add ESLint rules * Comment out the template demos * Ignore demo 90 until we fix schema validation * Disable demo validation * Disable doc * Disable validation for now --------- Co-authored-by: Dolan Miu <>