docx 7.4.1 → 7.5.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.
Files changed (563) hide show
  1. package/build/export/formatter.d.ts +4 -4
  2. package/build/export/index.d.ts +1 -1
  3. package/build/export/packer/image-replacer.d.ts +5 -5
  4. package/build/export/packer/next-compiler.d.ts +11 -11
  5. package/build/export/packer/numbering-replacer.d.ts +4 -4
  6. package/build/export/packer/packer.d.ts +18 -14
  7. package/build/file/app-properties/app-properties-attributes.d.ts +10 -10
  8. package/build/file/app-properties/app-properties.d.ts +4 -4
  9. package/build/file/border/border.d.ts +39 -39
  10. package/build/file/border/index.d.ts +1 -1
  11. package/build/file/content-types/content-types-attributes.d.ts +8 -8
  12. package/build/file/content-types/content-types.d.ts +6 -6
  13. package/build/file/content-types/default/default-attributes.d.ts +10 -10
  14. package/build/file/content-types/default/default.d.ts +4 -4
  15. package/build/file/content-types/override/override-attributes.d.ts +10 -10
  16. package/build/file/content-types/override/override.d.ts +4 -4
  17. package/build/file/core-properties/index.d.ts +1 -1
  18. package/build/file/core-properties/properties.d.ts +38 -38
  19. package/build/file/custom-properties/custom-properties-attributes.d.ts +10 -10
  20. package/build/file/custom-properties/custom-properties.d.ts +9 -9
  21. package/build/file/custom-properties/custom-property-attributes.d.ts +12 -12
  22. package/build/file/custom-properties/custom-property.d.ts +11 -11
  23. package/build/file/custom-properties/index.d.ts +2 -2
  24. package/build/file/document/body/body.d.ts +10 -10
  25. package/build/file/document/body/index.d.ts +2 -2
  26. package/build/file/document/body/section-properties/index.d.ts +2 -2
  27. package/build/file/document/body/section-properties/properties/column.d.ts +14 -14
  28. package/build/file/document/body/section-properties/properties/columns.d.ts +20 -20
  29. package/build/file/document/body/section-properties/properties/doc-grid.d.ts +22 -22
  30. package/build/file/document/body/section-properties/properties/header-footer-reference.d.ts +17 -17
  31. package/build/file/document/body/section-properties/properties/index.d.ts +12 -12
  32. package/build/file/document/body/section-properties/properties/line-number.d.ts +23 -23
  33. package/build/file/document/body/section-properties/properties/page-borders.d.ts +30 -30
  34. package/build/file/document/body/section-properties/properties/page-margin.d.ts +24 -24
  35. package/build/file/document/body/section-properties/properties/page-number.d.ts +24 -24
  36. package/build/file/document/body/section-properties/properties/page-size.d.ts +20 -20
  37. package/build/file/document/body/section-properties/properties/page-text-direction.d.ts +8 -8
  38. package/build/file/document/body/section-properties/properties/section-type.d.ts +18 -18
  39. package/build/file/document/body/section-properties/section-properties.d.ts +53 -53
  40. package/build/file/document/document-attributes.d.ts +85 -85
  41. package/build/file/document/document-background/document-background.d.ts +23 -23
  42. package/build/file/document/document-background/index.d.ts +1 -1
  43. package/build/file/document/document.d.ts +15 -15
  44. package/build/file/document/index.d.ts +4 -4
  45. package/build/file/document-wrapper.d.ts +16 -16
  46. package/build/file/drawing/anchor/anchor-attributes.d.ts +24 -24
  47. package/build/file/drawing/anchor/anchor.d.ts +6 -6
  48. package/build/file/drawing/anchor/index.d.ts +2 -2
  49. package/build/file/drawing/doc-properties/doc-properties-attributes.d.ts +12 -12
  50. package/build/file/drawing/doc-properties/doc-properties.d.ts +4 -4
  51. package/build/file/drawing/drawing.d.ts +16 -16
  52. package/build/file/drawing/effect-extent/effect-extent-attributes.d.ts +14 -14
  53. package/build/file/drawing/effect-extent/effect-extent.d.ts +4 -4
  54. package/build/file/drawing/extent/extent-attributes.d.ts +10 -10
  55. package/build/file/drawing/extent/extent.d.ts +5 -5
  56. package/build/file/drawing/floating/align.d.ts +5 -5
  57. package/build/file/drawing/floating/floating-position.d.ts +49 -49
  58. package/build/file/drawing/floating/horizontal-position.d.ts +5 -5
  59. package/build/file/drawing/floating/index.d.ts +4 -4
  60. package/build/file/drawing/floating/position-offset.d.ts +4 -4
  61. package/build/file/drawing/floating/simple-pos.d.ts +4 -4
  62. package/build/file/drawing/floating/vertical-position.d.ts +5 -5
  63. package/build/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts +10 -10
  64. package/build/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts +4 -4
  65. package/build/file/drawing/graphic-frame/graphic-frame-properties.d.ts +4 -4
  66. package/build/file/drawing/index.d.ts +3 -3
  67. package/build/file/drawing/inline/graphic/graphic-data/graphic-data-attribute.d.ts +8 -8
  68. package/build/file/drawing/inline/graphic/graphic-data/graphic-data.d.ts +6 -6
  69. package/build/file/drawing/inline/graphic/graphic-data/index.d.ts +1 -1
  70. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill.d.ts +5 -5
  71. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/blip.d.ts +5 -5
  72. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle.d.ts +4 -4
  73. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/stretch.d.ts +4 -4
  74. package/build/file/drawing/inline/graphic/graphic-data/pic/index.d.ts +1 -1
  75. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties.d.ts +4 -4
  76. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes.d.ts +10 -10
  77. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks.d.ts +4 -4
  78. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties.d.ts +4 -4
  79. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes.d.ts +12 -12
  80. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties.d.ts +4 -4
  81. package/build/file/drawing/inline/graphic/graphic-data/pic/pic-attributes.d.ts +8 -8
  82. package/build/file/drawing/inline/graphic/graphic-data/pic/pic.d.ts +5 -5
  83. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes.d.ts +10 -10
  84. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents.d.ts +5 -5
  85. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form.d.ts +17 -17
  86. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/index.d.ts +1 -1
  87. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes.d.ts +10 -10
  88. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off.d.ts +4 -4
  89. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.d.ts +4 -4
  90. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.d.ts +4 -4
  91. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values.d.ts +4 -4
  92. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes.d.ts +8 -8
  93. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry.d.ts +4 -4
  94. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes.d.ts +8 -8
  95. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties.d.ts +6 -6
  96. package/build/file/drawing/inline/graphic/graphic.d.ts +6 -6
  97. package/build/file/drawing/inline/graphic/index.d.ts +1 -1
  98. package/build/file/drawing/inline/index.d.ts +1 -1
  99. package/build/file/drawing/inline/inline-attributes.d.ts +10 -10
  100. package/build/file/drawing/inline/inline.d.ts +7 -7
  101. package/build/file/drawing/text-wrap/index.d.ts +5 -5
  102. package/build/file/drawing/text-wrap/text-wrapping.d.ts +18 -18
  103. package/build/file/drawing/text-wrap/wrap-none.d.ts +4 -4
  104. package/build/file/drawing/text-wrap/wrap-square.d.ts +6 -6
  105. package/build/file/drawing/text-wrap/wrap-tight.d.ts +5 -5
  106. package/build/file/drawing/text-wrap/wrap-top-and-bottom.d.ts +5 -5
  107. package/build/file/file-properties.d.ts +5 -5
  108. package/build/file/file.d.ts +72 -72
  109. package/build/file/footer/footer-attributes.d.ts +50 -50
  110. package/build/file/footer/footer.d.ts +9 -9
  111. package/build/file/footer/index.d.ts +1 -1
  112. package/build/file/footer-wrapper.d.ts +23 -23
  113. package/build/file/footnotes/footnote/footnote-attributes.d.ts +10 -10
  114. package/build/file/footnotes/footnote/footnote.d.ts +14 -14
  115. package/build/file/footnotes/footnote/index.d.ts +1 -1
  116. package/build/file/footnotes/footnote/run/continuation-seperator-run.d.ts +4 -4
  117. package/build/file/footnotes/footnote/run/continuation-seperator.d.ts +4 -4
  118. package/build/file/footnotes/footnote/run/footnote-ref-run.d.ts +4 -4
  119. package/build/file/footnotes/footnote/run/footnote-ref.d.ts +4 -4
  120. package/build/file/footnotes/footnote/run/index.d.ts +1 -1
  121. package/build/file/footnotes/footnote/run/reference-run.d.ts +15 -15
  122. package/build/file/footnotes/footnote/run/seperator-run.d.ts +4 -4
  123. package/build/file/footnotes/footnote/run/seperator.d.ts +4 -4
  124. package/build/file/footnotes/footnotes-attributes.d.ts +40 -40
  125. package/build/file/footnotes/footnotes.d.ts +6 -6
  126. package/build/file/footnotes/index.d.ts +2 -2
  127. package/build/file/footnotes-wrapper.d.ts +10 -10
  128. package/build/file/header/header-attributes.d.ts +72 -72
  129. package/build/file/header/header.d.ts +9 -9
  130. package/build/file/header/index.d.ts +1 -1
  131. package/build/file/header-wrapper.d.ts +23 -23
  132. package/build/file/header.d.ts +13 -13
  133. package/build/file/index.d.ts +21 -21
  134. package/build/file/media/data.d.ts +22 -22
  135. package/build/file/media/index.d.ts +2 -2
  136. package/build/file/media/media.d.ts +19 -19
  137. package/build/file/numbering/abstract-numbering.d.ts +6 -6
  138. package/build/file/numbering/index.d.ts +4 -4
  139. package/build/file/numbering/level.d.ts +47 -47
  140. package/build/file/numbering/multi-level-type.d.ts +4 -4
  141. package/build/file/numbering/num.d.ts +20 -20
  142. package/build/file/numbering/numbering.d.ts +19 -19
  143. package/build/file/paragraph/formatting/alignment.d.ts +21 -21
  144. package/build/file/paragraph/formatting/border.d.ts +14 -14
  145. package/build/file/paragraph/formatting/break.d.ts +11 -11
  146. package/build/file/paragraph/formatting/indent.d.ts +12 -12
  147. package/build/file/paragraph/formatting/index.d.ts +8 -8
  148. package/build/file/paragraph/formatting/spacing.d.ts +17 -17
  149. package/build/file/paragraph/formatting/style.d.ts +13 -13
  150. package/build/file/paragraph/formatting/tab-stop.d.ts +39 -39
  151. package/build/file/paragraph/formatting/unordered-list.d.ts +4 -4
  152. package/build/file/paragraph/frame/frame-properties.d.ts +90 -90
  153. package/build/file/paragraph/frame/index.d.ts +1 -1
  154. package/build/file/paragraph/index.d.ts +7 -7
  155. package/build/file/paragraph/links/bookmark-attributes.d.ts +17 -17
  156. package/build/file/paragraph/links/bookmark.d.ts +17 -17
  157. package/build/file/paragraph/links/hyperlink-attributes.d.ts +13 -13
  158. package/build/file/paragraph/links/hyperlink.d.ts +26 -26
  159. package/build/file/paragraph/links/index.d.ts +4 -4
  160. package/build/file/paragraph/links/outline-level.d.ts +5 -5
  161. package/build/file/paragraph/links/pageref-field-instruction.d.ts +5 -5
  162. package/build/file/paragraph/links/pageref-properties.d.ts +4 -4
  163. package/build/file/paragraph/links/pageref.d.ts +5 -5
  164. package/build/file/paragraph/math/brackets/index.d.ts +4 -4
  165. package/build/file/paragraph/math/brackets/math-angled-brackets.d.ts +7 -7
  166. package/build/file/paragraph/math/brackets/math-beginning-character.d.ts +4 -4
  167. package/build/file/paragraph/math/brackets/math-bracket-properties.d.ts +7 -7
  168. package/build/file/paragraph/math/brackets/math-curly-brackets.d.ts +7 -7
  169. package/build/file/paragraph/math/brackets/math-ending-char.d.ts +4 -4
  170. package/build/file/paragraph/math/brackets/math-round-brackets.d.ts +7 -7
  171. package/build/file/paragraph/math/brackets/math-square-brackets.d.ts +7 -7
  172. package/build/file/paragraph/math/fraction/index.d.ts +3 -3
  173. package/build/file/paragraph/math/fraction/math-denominator.d.ts +5 -5
  174. package/build/file/paragraph/math/fraction/math-fraction.d.ts +9 -9
  175. package/build/file/paragraph/math/fraction/math-numerator.d.ts +5 -5
  176. package/build/file/paragraph/math/function/index.d.ts +3 -3
  177. package/build/file/paragraph/math/function/math-function-name.d.ts +5 -5
  178. package/build/file/paragraph/math/function/math-function-properties.d.ts +4 -4
  179. package/build/file/paragraph/math/function/math-function.d.ts +9 -9
  180. package/build/file/paragraph/math/index.d.ts +9 -9
  181. package/build/file/paragraph/math/math-component.d.ts +9 -9
  182. package/build/file/paragraph/math/math-run.d.ts +4 -4
  183. package/build/file/paragraph/math/math-text.d.ts +4 -4
  184. package/build/file/paragraph/math/math.d.ts +8 -8
  185. package/build/file/paragraph/math/n-ary/index.d.ts +7 -7
  186. package/build/file/paragraph/math/n-ary/math-accent-character.d.ts +4 -4
  187. package/build/file/paragraph/math/n-ary/math-base.d.ts +5 -5
  188. package/build/file/paragraph/math/n-ary/math-limit-location.d.ts +4 -4
  189. package/build/file/paragraph/math/n-ary/math-n-ary-properties.d.ts +4 -4
  190. package/build/file/paragraph/math/n-ary/math-sub-script-hide.d.ts +4 -4
  191. package/build/file/paragraph/math/n-ary/math-sub-script.d.ts +5 -5
  192. package/build/file/paragraph/math/n-ary/math-sum.d.ts +10 -10
  193. package/build/file/paragraph/math/n-ary/math-super-script-hide.d.ts +4 -4
  194. package/build/file/paragraph/math/n-ary/math-super-script.d.ts +5 -5
  195. package/build/file/paragraph/math/radical/index.d.ts +3 -3
  196. package/build/file/paragraph/math/radical/math-degree-hide.d.ts +4 -4
  197. package/build/file/paragraph/math/radical/math-degree.d.ts +5 -5
  198. package/build/file/paragraph/math/radical/math-radical-properties.d.ts +4 -4
  199. package/build/file/paragraph/math/radical/math-radical.d.ts +9 -9
  200. package/build/file/paragraph/math/script/index.d.ts +4 -4
  201. package/build/file/paragraph/math/script/pre-sub-super-script/index.d.ts +2 -2
  202. package/build/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.d.ts +4 -4
  203. package/build/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.d.ts +10 -10
  204. package/build/file/paragraph/math/script/sub-script/index.d.ts +2 -2
  205. package/build/file/paragraph/math/script/sub-script/math-sub-script-function-properties.d.ts +4 -4
  206. package/build/file/paragraph/math/script/sub-script/math-sub-script-function.d.ts +9 -9
  207. package/build/file/paragraph/math/script/sub-super-script/index.d.ts +2 -2
  208. package/build/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.d.ts +4 -4
  209. package/build/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.d.ts +10 -10
  210. package/build/file/paragraph/math/script/super-script/index.d.ts +2 -2
  211. package/build/file/paragraph/math/script/super-script/math-super-script-function-properties.d.ts +4 -4
  212. package/build/file/paragraph/math/script/super-script/math-super-script-function.d.ts +9 -9
  213. package/build/file/paragraph/paragraph.d.ts +20 -20
  214. package/build/file/paragraph/properties.d.ts +54 -54
  215. package/build/file/paragraph/run/break.d.ts +4 -4
  216. package/build/file/paragraph/run/comment-run.d.ts +26 -26
  217. package/build/file/paragraph/run/emphasis-mark.d.ts +13 -13
  218. package/build/file/paragraph/run/field.d.ts +10 -10
  219. package/build/file/paragraph/run/formatting.d.ts +13 -13
  220. package/build/file/paragraph/run/image-run.d.ts +17 -17
  221. package/build/file/paragraph/run/index.d.ts +12 -12
  222. package/build/file/paragraph/run/page-number.d.ts +10 -10
  223. package/build/file/paragraph/run/properties.d.ts +58 -58
  224. package/build/file/paragraph/run/run-components/symbol.d.ts +4 -4
  225. package/build/file/paragraph/run/run-components/text.d.ts +4 -4
  226. package/build/file/paragraph/run/run-fonts.d.ts +12 -12
  227. package/build/file/paragraph/run/run.d.ts +19 -19
  228. package/build/file/paragraph/run/script.d.ts +10 -10
  229. package/build/file/paragraph/run/sequential-identifier-instruction.d.ts +4 -4
  230. package/build/file/paragraph/run/sequential-identifier.d.ts +4 -4
  231. package/build/file/paragraph/run/simple-field.d.ts +7 -7
  232. package/build/file/paragraph/run/symbol-run.d.ts +8 -8
  233. package/build/file/paragraph/run/tab.d.ts +4 -4
  234. package/build/file/paragraph/run/text-attributes.d.ts +9 -9
  235. package/build/file/paragraph/run/text-run.d.ts +4 -4
  236. package/build/file/paragraph/run/underline.d.ts +23 -23
  237. package/build/file/relationships/attributes.d.ts +8 -8
  238. package/build/file/relationships/index.d.ts +1 -1
  239. package/build/file/relationships/relationship/relationship-attributes.d.ts +14 -14
  240. package/build/file/relationships/relationship/relationship.d.ts +8 -8
  241. package/build/file/relationships/relationships.d.ts +8 -8
  242. package/build/file/settings/compatibility-setting/compatibility-setting.d.ts +15 -15
  243. package/build/file/settings/compatibility.d.ts +8 -8
  244. package/build/file/settings/index.d.ts +1 -1
  245. package/build/file/settings/settings.d.ts +49 -49
  246. package/build/file/shading/index.d.ts +1 -1
  247. package/build/file/shading/shading.d.ts +48 -48
  248. package/build/file/shared/alignment.d.ts +14 -14
  249. package/build/file/shared/index.d.ts +2 -2
  250. package/build/file/shared/number-format.d.ts +64 -64
  251. package/build/file/space-type.d.ts +4 -4
  252. package/build/file/styles/defaults/document-defaults.d.ts +12 -12
  253. package/build/file/styles/defaults/index.d.ts +3 -3
  254. package/build/file/styles/defaults/paragraph-properties.d.ts +5 -5
  255. package/build/file/styles/defaults/run-properties.d.ts +5 -5
  256. package/build/file/styles/external-styles-factory.d.ts +4 -4
  257. package/build/file/styles/factory.d.ts +22 -22
  258. package/build/file/styles/index.d.ts +4 -4
  259. package/build/file/styles/latent-styles/exceptions.d.ts +20 -20
  260. package/build/file/styles/latent-styles/index.d.ts +1 -1
  261. package/build/file/styles/latent-styles/latent-styles.d.ts +5 -5
  262. package/build/file/styles/sample/default-style.d.ts +1 -102
  263. package/build/file/styles/sample/index.d.ts +1 -1
  264. package/build/file/styles/style/character-style.d.ts +13 -13
  265. package/build/file/styles/style/components.d.ts +11 -11
  266. package/build/file/styles/style/default-styles.d.ts +44 -44
  267. package/build/file/styles/style/index.d.ts +4 -4
  268. package/build/file/styles/style/paragraph-style.d.ts +15 -15
  269. package/build/file/styles/style/style.d.ts +20 -20
  270. package/build/file/styles/styles.d.ts +15 -15
  271. package/build/file/table/grid.d.ts +7 -7
  272. package/build/file/table/index.d.ts +5 -5
  273. package/build/file/table/table-cell/index.d.ts +2 -2
  274. package/build/file/table/table-cell/table-cell-components.d.ts +31 -31
  275. package/build/file/table/table-cell/table-cell-properties.d.ts +20 -20
  276. package/build/file/table/table-cell/table-cell.d.ts +12 -12
  277. package/build/file/table/table-properties/index.d.ts +5 -5
  278. package/build/file/table/table-properties/table-borders.d.ts +45 -45
  279. package/build/file/table/table-properties/table-cell-margin.d.ts +16 -16
  280. package/build/file/table/table-properties/table-float-properties.d.ts +52 -52
  281. package/build/file/table/table-properties/table-layout.d.ts +8 -8
  282. package/build/file/table/table-properties/table-overlap.d.ts +8 -8
  283. package/build/file/table/table-properties/table-properties.d.ts +23 -23
  284. package/build/file/table/table-row/index.d.ts +3 -3
  285. package/build/file/table/table-row/table-row-height.d.ts +18 -18
  286. package/build/file/table/table-row/table-row-properties.d.ts +13 -13
  287. package/build/file/table/table-row/table-row.d.ts +16 -16
  288. package/build/file/table/table-width.d.ts +14 -14
  289. package/build/file/table/table.d.ts +23 -23
  290. package/build/file/table-of-contents/alias.d.ts +4 -4
  291. package/build/file/table-of-contents/field-instruction.d.ts +6 -6
  292. package/build/file/table-of-contents/index.d.ts +2 -2
  293. package/build/file/table-of-contents/sdt-content.d.ts +4 -4
  294. package/build/file/table-of-contents/sdt-properties.d.ts +4 -4
  295. package/build/file/table-of-contents/table-of-contents-properties.d.ts +23 -23
  296. package/build/file/table-of-contents/table-of-contents.d.ts +5 -5
  297. package/build/file/track-revision/index.d.ts +2 -2
  298. package/build/file/track-revision/track-revision-components/deleted-page-number.d.ts +10 -10
  299. package/build/file/track-revision/track-revision-components/deleted-text-run.d.ts +13 -13
  300. package/build/file/track-revision/track-revision-components/deleted-text.d.ts +4 -4
  301. package/build/file/track-revision/track-revision-components/inserted-text-run.d.ts +9 -9
  302. package/build/file/track-revision/track-revision.d.ts +13 -13
  303. package/build/file/vertical-align/index.d.ts +1 -1
  304. package/build/file/vertical-align/vertical-align.d.ts +16 -16
  305. package/build/file/xml-components/attributes.d.ts +46 -46
  306. package/build/file/xml-components/base.d.ts +12 -12
  307. package/build/file/xml-components/default-attributes.d.ts +11 -11
  308. package/build/file/xml-components/imported-xml-component.d.ts +14 -14
  309. package/build/file/xml-components/index.d.ts +8 -8
  310. package/build/file/xml-components/initializable-xml-component.d.ts +4 -4
  311. package/build/file/xml-components/simple-elements.d.ts +16 -16
  312. package/build/file/xml-components/xml-component.d.ts +12 -12
  313. package/build/file/xml-components/xmlable-object.d.ts +7 -7
  314. package/build/import-dotx/import-dotx.d.ts +23 -23
  315. package/build/import-dotx/index.d.ts +1 -1
  316. package/build/index.d.ts +5 -5
  317. package/build/index.js +1 -1
  318. package/build/index.js.LICENSE.txt +0 -12
  319. package/build/tests/utility.d.ts +3 -3
  320. package/build/util/convenience-functions.d.ts +4 -4
  321. package/build/util/index.d.ts +2 -2
  322. package/build/util/values.d.ts +17 -17
  323. package/package.json +13 -6
  324. package/src/export/packer/image-replacer.ts +2 -2
  325. package/src/export/packer/next-compiler.spec.ts +2 -2
  326. package/src/export/packer/next-compiler.ts +8 -8
  327. package/src/export/packer/numbering-replacer.ts +1 -1
  328. package/src/export/packer/packer.spec.ts +65 -7
  329. package/src/export/packer/packer.ts +24 -0
  330. package/src/file/app-properties/app-properties.ts +1 -1
  331. package/src/file/border/border.ts +1 -1
  332. package/src/file/content-types/content-types.ts +1 -1
  333. package/src/file/content-types/default/default.ts +1 -1
  334. package/src/file/content-types/override/override.ts +1 -1
  335. package/src/file/core-properties/properties.ts +5 -5
  336. package/src/file/custom-properties/custom-properties.ts +4 -2
  337. package/src/file/custom-properties/custom-property.ts +2 -2
  338. package/src/file/document/body/body.ts +3 -1
  339. package/src/file/document/body/section-properties/properties/column.ts +1 -1
  340. package/src/file/document/body/section-properties/properties/columns.spec.ts +7 -0
  341. package/src/file/document/body/section-properties/properties/columns.ts +2 -2
  342. package/src/file/document/body/section-properties/properties/doc-grid.ts +1 -1
  343. package/src/file/document/body/section-properties/properties/header-footer-reference.ts +1 -1
  344. package/src/file/document/body/section-properties/properties/line-number.ts +1 -1
  345. package/src/file/document/body/section-properties/properties/page-borders.ts +1 -1
  346. package/src/file/document/body/section-properties/properties/page-margin.ts +1 -1
  347. package/src/file/document/body/section-properties/properties/page-number.ts +1 -1
  348. package/src/file/document/body/section-properties/properties/page-size.ts +1 -1
  349. package/src/file/document/body/section-properties/properties/page-text-direction.ts +1 -1
  350. package/src/file/document/body/section-properties/properties/section-type.ts +1 -1
  351. package/src/file/document/body/section-properties/section-properties.ts +1 -1
  352. package/src/file/document/document-background/document-background.ts +1 -1
  353. package/src/file/document/document.ts +1 -1
  354. package/src/file/document-wrapper.spec.ts +0 -2
  355. package/src/file/document-wrapper.ts +1 -1
  356. package/src/file/drawing/anchor/anchor.spec.ts +2 -3
  357. package/src/file/drawing/anchor/anchor.ts +1 -1
  358. package/src/file/drawing/doc-properties/doc-properties.ts +1 -1
  359. package/src/file/drawing/drawing.spec.ts +2 -3
  360. package/src/file/drawing/drawing.ts +1 -1
  361. package/src/file/drawing/effect-extent/effect-extent.ts +1 -1
  362. package/src/file/drawing/extent/extent.ts +1 -1
  363. package/src/file/drawing/floating/align.ts +1 -1
  364. package/src/file/drawing/floating/horizontal-position.ts +1 -1
  365. package/src/file/drawing/floating/position-offset.ts +1 -1
  366. package/src/file/drawing/floating/simple-pos.ts +1 -1
  367. package/src/file/drawing/floating/vertical-position.ts +1 -1
  368. package/src/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks.ts +1 -1
  369. package/src/file/drawing/graphic-frame/graphic-frame-properties.ts +1 -1
  370. package/src/file/drawing/inline/graphic/graphic-data/graphic-data.ts +1 -1
  371. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill.ts +1 -1
  372. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/blip.ts +1 -1
  373. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle.ts +1 -1
  374. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/stretch.ts +2 -2
  375. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties.ts +1 -1
  376. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks.ts +1 -1
  377. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties.ts +1 -1
  378. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties.ts +1 -1
  379. package/src/file/drawing/inline/graphic/graphic-data/pic/pic.ts +1 -1
  380. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents.ts +1 -1
  381. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form.ts +1 -1
  382. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off.ts +1 -1
  383. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.ts +1 -1
  384. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.ts +1 -1
  385. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values.ts +1 -1
  386. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry.ts +1 -1
  387. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties.ts +1 -1
  388. package/src/file/drawing/inline/graphic/graphic.ts +1 -1
  389. package/src/file/drawing/inline/inline.ts +1 -1
  390. package/src/file/drawing/text-wrap/wrap-none.ts +1 -1
  391. package/src/file/drawing/text-wrap/wrap-square.ts +3 -2
  392. package/src/file/drawing/text-wrap/wrap-tight.ts +1 -1
  393. package/src/file/drawing/text-wrap/wrap-top-and-bottom.ts +1 -1
  394. package/src/file/file.spec.ts +55 -2
  395. package/src/file/file.ts +18 -13
  396. package/src/file/footer/footer.ts +1 -1
  397. package/src/file/footer-wrapper.spec.ts +1 -1
  398. package/src/file/footer-wrapper.ts +1 -1
  399. package/src/file/footnotes/footnote/footnote.ts +2 -2
  400. package/src/file/footnotes/footnote/run/continuation-seperator-run.ts +1 -1
  401. package/src/file/footnotes/footnote/run/continuation-seperator.ts +1 -1
  402. package/src/file/footnotes/footnote/run/footnote-ref-run.ts +1 -1
  403. package/src/file/footnotes/footnote/run/footnote-ref.ts +1 -1
  404. package/src/file/footnotes/footnote/run/reference-run.ts +2 -2
  405. package/src/file/footnotes/footnote/run/seperator-run.ts +1 -1
  406. package/src/file/footnotes/footnote/run/seperator.ts +1 -1
  407. package/src/file/footnotes/footnotes.ts +2 -2
  408. package/src/file/footnotes-wrapper.spec.ts +0 -2
  409. package/src/file/footnotes-wrapper.ts +1 -1
  410. package/src/file/header/header.ts +1 -1
  411. package/src/file/header-wrapper.spec.ts +1 -1
  412. package/src/file/header-wrapper.ts +1 -1
  413. package/src/file/header.ts +11 -3
  414. package/src/file/media/media.spec.ts +4 -2
  415. package/src/file/media/media.ts +3 -1
  416. package/src/file/numbering/abstract-numbering.ts +1 -1
  417. package/src/file/numbering/level.spec.ts +40 -3
  418. package/src/file/numbering/level.ts +27 -8
  419. package/src/file/numbering/multi-level-type.ts +1 -1
  420. package/src/file/numbering/num.ts +4 -4
  421. package/src/file/numbering/numbering.spec.ts +2 -1
  422. package/src/file/numbering/numbering.ts +18 -18
  423. package/src/file/paragraph/formatting/alignment.ts +1 -1
  424. package/src/file/paragraph/formatting/border.ts +2 -2
  425. package/src/file/paragraph/formatting/break.ts +4 -4
  426. package/src/file/paragraph/formatting/indent.ts +1 -1
  427. package/src/file/paragraph/formatting/spacing.ts +1 -1
  428. package/src/file/paragraph/formatting/style.ts +1 -1
  429. package/src/file/paragraph/formatting/tab-stop.ts +2 -2
  430. package/src/file/paragraph/formatting/unordered-list.ts +3 -3
  431. package/src/file/paragraph/frame/frame-properties.ts +1 -1
  432. package/src/file/paragraph/links/bookmark.ts +4 -4
  433. package/src/file/paragraph/links/hyperlink.ts +6 -4
  434. package/src/file/paragraph/links/outline-level.ts +1 -1
  435. package/src/file/paragraph/links/pageref-field-instruction.ts +1 -1
  436. package/src/file/paragraph/links/pageref.ts +1 -1
  437. package/src/file/paragraph/math/brackets/math-angled-brackets.ts +1 -1
  438. package/src/file/paragraph/math/brackets/math-beginning-character.ts +1 -1
  439. package/src/file/paragraph/math/brackets/math-bracket-properties.ts +1 -1
  440. package/src/file/paragraph/math/brackets/math-curly-brackets.ts +1 -1
  441. package/src/file/paragraph/math/brackets/math-ending-char.ts +1 -1
  442. package/src/file/paragraph/math/brackets/math-round-brackets.ts +1 -1
  443. package/src/file/paragraph/math/brackets/math-square-brackets.ts +1 -1
  444. package/src/file/paragraph/math/fraction/math-denominator.ts +1 -1
  445. package/src/file/paragraph/math/fraction/math-fraction.ts +3 -3
  446. package/src/file/paragraph/math/fraction/math-numerator.ts +1 -1
  447. package/src/file/paragraph/math/function/math-function-name.ts +1 -1
  448. package/src/file/paragraph/math/function/math-function-properties.ts +1 -1
  449. package/src/file/paragraph/math/function/math-function.ts +3 -3
  450. package/src/file/paragraph/math/math-run.ts +1 -1
  451. package/src/file/paragraph/math/math-text.ts +1 -1
  452. package/src/file/paragraph/math/math.ts +2 -2
  453. package/src/file/paragraph/math/n-ary/math-accent-character.ts +1 -1
  454. package/src/file/paragraph/math/n-ary/math-base.ts +1 -1
  455. package/src/file/paragraph/math/n-ary/math-limit-location.ts +1 -1
  456. package/src/file/paragraph/math/n-ary/math-n-ary-properties.ts +1 -1
  457. package/src/file/paragraph/math/n-ary/math-sub-script-hide.ts +1 -1
  458. package/src/file/paragraph/math/n-ary/math-sub-script.ts +1 -1
  459. package/src/file/paragraph/math/n-ary/math-sum.ts +4 -4
  460. package/src/file/paragraph/math/n-ary/math-super-script-hide.ts +1 -1
  461. package/src/file/paragraph/math/n-ary/math-super-script.ts +1 -1
  462. package/src/file/paragraph/math/radical/math-degree-hide.ts +1 -1
  463. package/src/file/paragraph/math/radical/math-degree.ts +1 -1
  464. package/src/file/paragraph/math/radical/math-radical-properties.ts +1 -1
  465. package/src/file/paragraph/math/radical/math-radical.ts +3 -3
  466. package/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.ts +1 -1
  467. package/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.ts +4 -4
  468. package/src/file/paragraph/math/script/sub-script/math-sub-script-function-properties.ts +1 -1
  469. package/src/file/paragraph/math/script/sub-script/math-sub-script-function.ts +3 -3
  470. package/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.ts +1 -1
  471. package/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.ts +4 -4
  472. package/src/file/paragraph/math/script/super-script/math-super-script-function-properties.ts +1 -1
  473. package/src/file/paragraph/math/script/super-script/math-super-script-function.ts +3 -3
  474. package/src/file/paragraph/paragraph.spec.ts +2 -6
  475. package/src/file/paragraph/paragraph.ts +2 -2
  476. package/src/file/paragraph/properties.spec.ts +1 -3
  477. package/src/file/paragraph/properties.ts +3 -2
  478. package/src/file/paragraph/run/break.ts +1 -1
  479. package/src/file/paragraph/run/comment-run.ts +6 -6
  480. package/src/file/paragraph/run/emphasis-mark.ts +2 -2
  481. package/src/file/paragraph/run/field.ts +3 -3
  482. package/src/file/paragraph/run/formatting.ts +4 -4
  483. package/src/file/paragraph/run/image-run.spec.ts +9 -9
  484. package/src/file/paragraph/run/image-run.ts +2 -1
  485. package/src/file/paragraph/run/page-number.ts +3 -3
  486. package/src/file/paragraph/run/properties.ts +2 -2
  487. package/src/file/paragraph/run/run-components/symbol.ts +1 -1
  488. package/src/file/paragraph/run/run-components/text.ts +1 -1
  489. package/src/file/paragraph/run/run-fonts.ts +5 -5
  490. package/src/file/paragraph/run/run.spec.ts +1 -3
  491. package/src/file/paragraph/run/run.ts +2 -2
  492. package/src/file/paragraph/run/script.ts +3 -3
  493. package/src/file/paragraph/run/sequential-identifier-instruction.ts +1 -1
  494. package/src/file/paragraph/run/sequential-identifier.ts +1 -1
  495. package/src/file/paragraph/run/simple-field.ts +2 -2
  496. package/src/file/paragraph/run/symbol-run.spec.ts +1 -3
  497. package/src/file/paragraph/run/symbol-run.ts +1 -1
  498. package/src/file/paragraph/run/tab.ts +1 -1
  499. package/src/file/paragraph/run/text-run.ts +1 -1
  500. package/src/file/paragraph/run/underline.ts +1 -1
  501. package/src/file/relationships/relationship/relationship.ts +1 -1
  502. package/src/file/relationships/relationships.ts +1 -1
  503. package/src/file/settings/compatibility-setting/compatibility-setting.ts +1 -1
  504. package/src/file/settings/compatibility.ts +1 -1
  505. package/src/file/settings/settings.ts +1 -1
  506. package/src/file/shading/shading.ts +1 -1
  507. package/src/file/styles/defaults/document-defaults.spec.ts +2 -2
  508. package/src/file/styles/defaults/document-defaults.ts +1 -1
  509. package/src/file/styles/defaults/paragraph-properties.ts +1 -1
  510. package/src/file/styles/defaults/run-properties.ts +1 -1
  511. package/src/file/styles/external-styles-factory.spec.ts +3 -3
  512. package/src/file/styles/external-styles-factory.ts +1 -0
  513. package/src/file/styles/latent-styles/exceptions.ts +1 -1
  514. package/src/file/styles/latent-styles/latent-styles.ts +1 -1
  515. package/src/file/styles/sample/default-style.ts +6 -6
  516. package/src/file/styles/style/character-style.ts +1 -1
  517. package/src/file/styles/style/components.ts +2 -2
  518. package/src/file/styles/style/default-styles.spec.ts +1 -2
  519. package/src/file/styles/style/default-styles.ts +14 -14
  520. package/src/file/styles/style/paragraph-style.ts +1 -1
  521. package/src/file/styles/style/style.ts +1 -1
  522. package/src/file/styles/styles.ts +4 -4
  523. package/src/file/table/grid.spec.ts +1 -2
  524. package/src/file/table/grid.ts +2 -2
  525. package/src/file/table/table-cell/table-cell-components.ts +4 -4
  526. package/src/file/table/table-cell/table-cell-properties.ts +1 -1
  527. package/src/file/table/table-cell/table-cell.ts +2 -2
  528. package/src/file/table/table-properties/table-borders.ts +1 -1
  529. package/src/file/table/table-properties/table-cell-margin.ts +4 -1
  530. package/src/file/table/table-properties/table-float-properties.ts +1 -1
  531. package/src/file/table/table-properties/table-layout.ts +1 -1
  532. package/src/file/table/table-properties/table-overlap.ts +1 -1
  533. package/src/file/table/table-properties/table-properties.ts +1 -1
  534. package/src/file/table/table-row/table-row-height.ts +1 -1
  535. package/src/file/table/table-row/table-row-properties.ts +1 -1
  536. package/src/file/table/table-row/table-row.ts +3 -3
  537. package/src/file/table/table-width.ts +1 -1
  538. package/src/file/table/table.ts +4 -3
  539. package/src/file/table-of-contents/alias.ts +1 -1
  540. package/src/file/table-of-contents/field-instruction.ts +1 -1
  541. package/src/file/table-of-contents/sdt-content.ts +1 -1
  542. package/src/file/table-of-contents/sdt-properties.ts +1 -1
  543. package/src/file/table-of-contents/table-of-contents-properties.ts +2 -2
  544. package/src/file/table-of-contents/table-of-contents.spec.ts +1 -3
  545. package/src/file/table-of-contents/table-of-contents.ts +1 -1
  546. package/src/file/track-revision/track-revision-components/deleted-page-number.ts +3 -3
  547. package/src/file/track-revision/track-revision-components/deleted-text-run.ts +2 -2
  548. package/src/file/track-revision/track-revision-components/deleted-text.ts +1 -1
  549. package/src/file/track-revision/track-revision-components/inserted-text-run.ts +1 -1
  550. package/src/file/vertical-align/vertical-align.ts +1 -1
  551. package/src/file/xml-components/base.ts +1 -1
  552. package/src/file/xml-components/default-attributes.ts +5 -4
  553. package/src/file/xml-components/imported-xml-component.spec.ts +3 -2
  554. package/src/file/xml-components/imported-xml-component.ts +13 -8
  555. package/src/file/xml-components/initializable-xml-component.ts +1 -1
  556. package/src/file/xml-components/simple-elements.ts +5 -5
  557. package/src/file/xml-components/xml-component.ts +4 -2
  558. package/src/import-dotx/import-dotx.ts +2 -0
  559. package/src/index.spec.ts +0 -1
  560. package/src/tests/utility.ts +1 -1
  561. package/src/util/convenience-functions.spec.ts +0 -2
  562. package/src/util/convenience-functions.ts +4 -12
  563. package/src/util/values.ts +29 -41
@@ -5,7 +5,7 @@ class AliasAttributes extends XmlAttributeComponent<{ readonly alias: string }>
5
5
  }
6
6
 
7
7
  export class Alias extends XmlComponent {
8
- constructor(alias: string) {
8
+ public constructor(alias: string) {
9
9
  super("w:alias");
10
10
  this.root.push(new AliasAttributes({ alias }));
11
11
  }
@@ -8,7 +8,7 @@ import { ITableOfContentsOptions } from "./table-of-contents-properties";
8
8
  export class FieldInstruction extends XmlComponent {
9
9
  private readonly properties: ITableOfContentsOptions;
10
10
 
11
- constructor(properties: ITableOfContentsOptions = {}) {
11
+ public constructor(properties: ITableOfContentsOptions = {}) {
12
12
  super("w:instrText");
13
13
 
14
14
  this.properties = properties;
@@ -1,7 +1,7 @@
1
1
  import { XmlComponent } from "@file/xml-components";
2
2
 
3
3
  export class StructuredDocumentTagContent extends XmlComponent {
4
- constructor() {
4
+ public constructor() {
5
5
  super("w:sdtContent");
6
6
  }
7
7
  }
@@ -3,7 +3,7 @@ import { XmlComponent } from "@file/xml-components";
3
3
  import { Alias } from "./alias";
4
4
 
5
5
  export class StructuredDocumentTagProperties extends XmlComponent {
6
- constructor(alias: string) {
6
+ public constructor(alias: string) {
7
7
  super("w:sdtPr");
8
8
  this.root.push(new Alias(alias));
9
9
  }
@@ -2,7 +2,7 @@ export class StyleLevel {
2
2
  public readonly styleName: string;
3
3
  public readonly level: number;
4
4
 
5
- constructor(styleName: string, level: number) {
5
+ public constructor(styleName: string, level: number) {
6
6
  this.styleName = styleName;
7
7
  this.level = level;
8
8
  }
@@ -98,7 +98,7 @@ export interface ITableOfContentsOptions {
98
98
  * with each doublet being a comma-separated set of style name and table of content level.
99
99
  * \t can be combined with \o.
100
100
  */
101
- readonly stylesWithLevels?: StyleLevel[];
101
+ readonly stylesWithLevels?: readonly StyleLevel[];
102
102
 
103
103
  /**
104
104
  * \u Uses the applied paragraph outline level.
@@ -14,9 +14,7 @@ describe("Table of Contents", () => {
14
14
  });
15
15
 
16
16
  it("should construct a TOC with all the options and alias", () => {
17
- const styles = new Array<StyleLevel>();
18
- styles.push(new StyleLevel("SL", 1));
19
- styles.push(new StyleLevel("SL", 2));
17
+ const styles = [new StyleLevel("SL", 1), new StyleLevel("SL", 2)];
20
18
 
21
19
  const props = {
22
20
  captionLabel: "A",
@@ -10,7 +10,7 @@ import { StructuredDocumentTagProperties } from "./sdt-properties";
10
10
  import { ITableOfContentsOptions } from "./table-of-contents-properties";
11
11
 
12
12
  export class TableOfContents extends XmlComponent {
13
- constructor(alias: string = "Table of Contents", properties?: ITableOfContentsOptions) {
13
+ public constructor(alias: string = "Table of Contents", properties?: ITableOfContentsOptions) {
14
14
  super("w:sdt");
15
15
  this.root.push(new StructuredDocumentTagProperties(alias));
16
16
 
@@ -3,7 +3,7 @@ import { SpaceType } from "@file/space-type";
3
3
  import { XmlComponent } from "@file/xml-components";
4
4
 
5
5
  export class DeletedPage extends XmlComponent {
6
- constructor() {
6
+ public constructor() {
7
7
  super("w:delInstrText");
8
8
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
9
9
  this.root.push("PAGE");
@@ -11,7 +11,7 @@ export class DeletedPage extends XmlComponent {
11
11
  }
12
12
 
13
13
  export class DeletedNumberOfPages extends XmlComponent {
14
- constructor() {
14
+ public constructor() {
15
15
  super("w:delInstrText");
16
16
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
17
17
  this.root.push("NUMPAGES");
@@ -19,7 +19,7 @@ export class DeletedNumberOfPages extends XmlComponent {
19
19
  }
20
20
 
21
21
  export class DeletedNumberOfPagesSection extends XmlComponent {
22
- constructor() {
22
+ public constructor() {
23
23
  super("w:delInstrText");
24
24
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
25
25
  this.root.push("SECTIONPAGES");
@@ -13,7 +13,7 @@ interface IDeletedRunOptions extends IRunOptions, IChangedAttributesProperties {
13
13
  export class DeletedTextRun extends XmlComponent {
14
14
  protected readonly deletedTextRunWrapper: DeletedTextRunWrapper;
15
15
 
16
- constructor(options: IDeletedRunOptions) {
16
+ public constructor(options: IDeletedRunOptions) {
17
17
  super("w:del");
18
18
  this.root.push(
19
19
  new ChangeAttributes({
@@ -28,7 +28,7 @@ export class DeletedTextRun extends XmlComponent {
28
28
  }
29
29
 
30
30
  class DeletedTextRunWrapper extends XmlComponent {
31
- constructor(options: IRunOptions) {
31
+ public constructor(options: IRunOptions) {
32
32
  super("w:r");
33
33
  this.root.push(new RunProperties(options));
34
34
 
@@ -3,7 +3,7 @@ import { SpaceType } from "@file/space-type";
3
3
  import { XmlComponent } from "@file/xml-components";
4
4
 
5
5
  export class DeletedText extends XmlComponent {
6
- constructor(text: string) {
6
+ public constructor(text: string) {
7
7
  super("w:delText");
8
8
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
9
9
 
@@ -6,7 +6,7 @@ import { ChangeAttributes, IChangedAttributesProperties } from "../track-revisio
6
6
  interface IInsertedRunOptions extends IChangedAttributesProperties, IRunOptions {}
7
7
 
8
8
  export class InsertedTextRun extends XmlComponent {
9
- constructor(options: IInsertedRunOptions) {
9
+ public constructor(options: IInsertedRunOptions) {
10
10
  super("w:ins");
11
11
  this.root.push(
12
12
  new ChangeAttributes({
@@ -25,7 +25,7 @@ export class VerticalAlignAttributes extends XmlAttributeComponent<{
25
25
  }
26
26
 
27
27
  export class VerticalAlignElement extends XmlComponent {
28
- constructor(value: VerticalAlign) {
28
+ public constructor(value: VerticalAlign) {
29
29
  super("w:vAlign");
30
30
  this.root.push(new VerticalAlignAttributes({ verticalAlign: value }));
31
31
  }
@@ -10,7 +10,7 @@ export interface IContext {
10
10
  export abstract class BaseXmlComponent {
11
11
  protected readonly rootKey: string;
12
12
 
13
- constructor(rootKey: string) {
13
+ public constructor(rootKey: string) {
14
14
  this.rootKey = rootKey;
15
15
  }
16
16
 
@@ -1,14 +1,14 @@
1
1
  import { BaseXmlComponent, IContext } from "./base";
2
2
  import { IXmlableObject } from "./xmlable-object";
3
3
 
4
- export type AttributeMap<T> = { [P in keyof T]: string };
4
+ export type AttributeMap<T> = { readonly [P in keyof T]: string };
5
5
 
6
- export abstract class XmlAttributeComponent<T> extends BaseXmlComponent {
6
+ export abstract class XmlAttributeComponent<T extends object> extends BaseXmlComponent {
7
7
  // tslint:disable-next-line:readonly-keyword
8
- protected root: T;
8
+ protected readonly root: T;
9
9
  protected readonly xmlKeys?: AttributeMap<T>;
10
10
 
11
- constructor(properties: T) {
11
+ public constructor(properties: T) {
12
12
  super("_attr");
13
13
  this.root = properties;
14
14
  }
@@ -19,6 +19,7 @@ export abstract class XmlAttributeComponent<T> extends BaseXmlComponent {
19
19
  const value = this.root[key];
20
20
  if (value !== undefined) {
21
21
  const newKey = (this.xmlKeys && this.xmlKeys[key]) || key;
22
+ // eslint-disable-next-line functional/immutable-data
22
23
  attrs[newKey] = value;
23
24
  }
24
25
  });
@@ -1,9 +1,10 @@
1
1
  import { expect } from "chai";
2
2
  import { Element, xml2js } from "xml-js";
3
3
 
4
- import { EMPTY_OBJECT, ImportedXmlComponent } from "./";
4
+ import { EMPTY_OBJECT } from "@file/xml-components";
5
+
6
+ import { convertToXmlComponent, ImportedXmlComponent } from "./imported-xml-component";
5
7
  import { IContext } from "./base";
6
- import { convertToXmlComponent } from "./imported-xml-component";
7
8
 
8
9
  const xmlString = `
9
10
  <w:p w:one="value 1" w:two="value 2">
@@ -1,18 +1,22 @@
1
- // tslint:disable:no-any
2
1
  import { Element as XmlElement, xml2js } from "xml-js";
3
- import { IXmlableObject, XmlAttributeComponent, XmlComponent } from ".";
2
+
3
+ import { IXmlableObject, XmlAttributeComponent, XmlComponent } from "@file/xml-components";
4
+
4
5
  import { IContext } from "./base";
5
6
 
6
7
  /**
7
8
  * Converts the given xml element (in json format) into XmlComponent.
9
+ *
8
10
  * @param element the xml element in json presentation
9
11
  */
10
12
 
11
- export function convertToXmlComponent(element: XmlElement): ImportedXmlComponent | string | undefined {
13
+ export const convertToXmlComponent = (element: XmlElement): ImportedXmlComponent | string | undefined => {
12
14
  switch (element.type) {
13
15
  case undefined:
14
16
  case "element":
17
+ // eslint-disable-next-line no-case-declarations
15
18
  const xmlComponent = new ImportedXmlComponent(element.name as string, element.attributes);
19
+ // eslint-disable-next-line no-case-declarations
16
20
  const childElements = element.elements || [];
17
21
  for (const childElm of childElements) {
18
22
  const child = convertToXmlComponent(childElm);
@@ -26,8 +30,9 @@ export function convertToXmlComponent(element: XmlElement): ImportedXmlComponent
26
30
  default:
27
31
  return undefined;
28
32
  }
29
- }
33
+ };
30
34
 
35
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
31
36
  class ImportedXmlComponentAttributes extends XmlAttributeComponent<any> {
32
37
  // noop
33
38
  }
@@ -51,8 +56,8 @@ export class ImportedXmlComponent extends XmlComponent {
51
56
  * @param importedContent xml content of the imported component
52
57
  */
53
58
 
54
- // tslint:disable-next-line:variable-name
55
- constructor(rootKey: string, _attr?: any) {
59
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
60
+ public constructor(rootKey: string, _attr?: any) {
56
61
  super(rootKey);
57
62
  if (_attr) {
58
63
  this.root.push(new ImportedXmlComponentAttributes(_attr));
@@ -68,8 +73,8 @@ export class ImportedXmlComponent extends XmlComponent {
68
73
  * Used for the attributes of root element that is being imported.
69
74
  */
70
75
  export class ImportedRootElementAttributes extends XmlComponent {
71
- // tslint:disable-next-line:variable-name
72
- constructor(private readonly _attr: any) {
76
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
77
+ public constructor(private readonly _attr: any) {
73
78
  super("");
74
79
  }
75
80
 
@@ -1,7 +1,7 @@
1
1
  import { XmlComponent } from "@file/xml-components";
2
2
 
3
3
  export abstract class InitializableXmlComponent extends XmlComponent {
4
- constructor(rootKey: string, initComponent?: InitializableXmlComponent) {
4
+ public constructor(rootKey: string, initComponent?: InitializableXmlComponent) {
5
5
  super(rootKey);
6
6
 
7
7
  if (initComponent) {
@@ -13,7 +13,7 @@ import { hpsMeasureValue } from "@util/values";
13
13
  // <xsd:attribute name="val" type="s:ST_OnOff"/>
14
14
  // </xsd:complexType>
15
15
  export class OnOffElement extends XmlComponent {
16
- constructor(name: string, val: boolean | undefined = true) {
16
+ public constructor(name: string, val: boolean | undefined = true) {
17
17
  super(name);
18
18
  if (val !== true) {
19
19
  this.root.push(new Attributes({ val }));
@@ -27,7 +27,7 @@ export class OnOffElement extends XmlComponent {
27
27
  // <xsd:attribute name="val" type="ST_HpsMeasure" use="required"/>
28
28
  // </xsd:complexType>
29
29
  export class HpsMeasureElement extends XmlComponent {
30
- constructor(name: string, val: number | string) {
30
+ public constructor(name: string, val: number | string) {
31
31
  super(name);
32
32
  this.root.push(new Attributes({ val: hpsMeasureValue(val) }));
33
33
  }
@@ -39,7 +39,7 @@ export class HpsMeasureElement extends XmlComponent {
39
39
  // <xsd:attribute name="val" type="s:ST_String" use="required"/>
40
40
  // </xsd:complexType>
41
41
  export class StringValueElement extends XmlComponent {
42
- constructor(name: string, val: string) {
42
+ public constructor(name: string, val: string) {
43
43
  super(name);
44
44
  this.root.push(new Attributes({ val }));
45
45
  }
@@ -47,7 +47,7 @@ export class StringValueElement extends XmlComponent {
47
47
 
48
48
  // This represents various number element types.
49
49
  export class NumberValueElement extends XmlComponent {
50
- constructor(name: string, val: number) {
50
+ public constructor(name: string, val: number) {
51
51
  super(name);
52
52
  this.root.push(new Attributes({ val }));
53
53
  }
@@ -58,7 +58,7 @@ export class NumberValueElement extends XmlComponent {
58
58
  // new StringContainer("hello", "world")
59
59
  // <hello>world</hello>
60
60
  export class StringContainer extends XmlComponent {
61
- constructor(name: string, val: string) {
61
+ public constructor(name: string, val: string) {
62
62
  super(name);
63
63
  this.root.push(val);
64
64
  }
@@ -4,10 +4,10 @@ import { IXmlableObject } from "./xmlable-object";
4
4
  export const EMPTY_OBJECT = Object.seal({});
5
5
 
6
6
  export abstract class XmlComponent extends BaseXmlComponent {
7
- // tslint:disable-next-line:readonly-keyword no-any
7
+ // eslint-disable-next-line functional/prefer-readonly-type, @typescript-eslint/no-explicit-any
8
8
  protected root: (BaseXmlComponent | string | any)[];
9
9
 
10
- constructor(rootKey: string) {
10
+ public constructor(rootKey: string) {
11
11
  super(rootKey);
12
12
  this.root = new Array<BaseXmlComponent | string>();
13
13
  }
@@ -46,5 +46,7 @@ export abstract class IgnoreIfEmptyXmlComponent extends XmlComponent {
46
46
  if (result && (typeof result[this.rootKey] !== "object" || Object.keys(result[this.rootKey]).length)) {
47
47
  return result;
48
48
  }
49
+
50
+ return undefined;
49
51
  }
50
52
  }
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+ // This will be deprecated soon
1
3
  import * as JSZip from "jszip";
2
4
  import { Element as XMLElement, ElementCompact as XMLElementCompact, xml2js } from "xml-js";
3
5
 
package/src/index.spec.ts CHANGED
@@ -5,7 +5,6 @@ import { Document } from "./index";
5
5
  describe("Index", () => {
6
6
  describe("Document", () => {
7
7
  it("should instantiate the Document", () => {
8
- // tslint:disable-next-line: no-unused-expression
9
8
  expect(
10
9
  new Document({
11
10
  sections: [],
@@ -1,5 +1,5 @@
1
1
  export class Utility {
2
- // tslint:disable-next-line:no-any
2
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
3
3
  public static jsonify(obj: object): any {
4
4
  const stringifiedJson = JSON.stringify(obj);
5
5
  return JSON.parse(stringifiedJson);
@@ -19,14 +19,12 @@ describe("Utility", () => {
19
19
 
20
20
  describe("#uniqueNumericId", () => {
21
21
  it("should generate a unique incrementing ID", () => {
22
- // tslint:disable-next-line: no-unused-expression
23
22
  expect(uniqueNumericId()).to.not.be.undefined;
24
23
  });
25
24
  });
26
25
 
27
26
  describe("#uniqueId", () => {
28
27
  it("should generate a unique pseudorandom ID", () => {
29
- // tslint:disable-next-line: no-unused-expression
30
28
  expect(uniqueId()).to.not.be.empty;
31
29
  });
32
30
  });
@@ -3,18 +3,10 @@ import { nanoid } from "nanoid/non-secure";
3
3
  let currentCount = 0;
4
4
 
5
5
  // Twip - twentieths of a point
6
- export const convertMillimetersToTwip = (millimeters: number): number => {
7
- return Math.floor((millimeters / 25.4) * 72 * 20);
8
- };
6
+ export const convertMillimetersToTwip = (millimeters: number): number => Math.floor((millimeters / 25.4) * 72 * 20);
9
7
 
10
- export const convertInchesToTwip = (inches: number): number => {
11
- return Math.floor(inches * 72 * 20);
12
- };
8
+ export const convertInchesToTwip = (inches: number): number => Math.floor(inches * 72 * 20);
13
9
 
14
- export const uniqueNumericId = (): number => {
15
- return ++currentCount;
16
- };
10
+ export const uniqueNumericId = (): number => ++currentCount;
17
11
 
18
- export const uniqueId = (): string => {
19
- return nanoid().toLowerCase();
20
- };
12
+ export const uniqueId = (): string => nanoid().toLowerCase();
@@ -7,63 +7,57 @@
7
7
  // <xsd:simpleType name="ST_DecimalNumber">
8
8
  // <xsd:restriction base="xsd:integer"/>
9
9
  // </xsd:simpleType>
10
- export function decimalNumber(val: number): number {
10
+ export const decimalNumber = (val: number): number => {
11
11
  if (isNaN(val)) {
12
12
  throw new Error(`Invalid value '${val}' specified. Must be an integer.`);
13
13
  }
14
14
  return Math.floor(val);
15
- }
15
+ };
16
16
 
17
17
  // <xsd:simpleType name="ST_UnsignedDecimalNumber">
18
18
  // <xsd:restriction base="xsd:unsignedLong"/>
19
19
  // </xsd:simpleType>
20
- export function unsignedDecimalNumber(val: number): number {
20
+ export const unsignedDecimalNumber = (val: number): number => {
21
21
  const value = decimalNumber(val);
22
22
  if (value < 0) {
23
23
  throw new Error(`Invalid value '${val}' specified. Must be a positive integer.`);
24
24
  }
25
25
  return value;
26
- }
26
+ };
27
27
 
28
28
  // The xsd:hexBinary type represents binary data as a sequence of binary octets.
29
29
  // It uses hexadecimal encoding, where each binary octet is a two-character hexadecimal number.
30
30
  // Lowercase and uppercase letters A through F are permitted. For example, 0FB8 and 0fb8 are two
31
31
  // equal xsd:hexBinary representations consisting of two octets.
32
32
  // http://www.datypic.com/sc/xsd/t-xsd_hexBinary.html
33
- function hexBinary(val: string, length: number): string {
33
+ const hexBinary = (val: string, length: number): string => {
34
34
  const expectedLength = length * 2;
35
- if (val.length !== expectedLength || isNaN(Number("0x" + val))) {
35
+ if (val.length !== expectedLength || isNaN(Number(`0x${val}`))) {
36
36
  throw new Error(`Invalid hex value '${val}'. Expected ${expectedLength} digit hex value`);
37
37
  }
38
38
  return val;
39
- }
39
+ };
40
40
 
41
41
  // <xsd:simpleType name="ST_LongHexNumber">
42
42
  // <xsd:restriction base="xsd:hexBinary">
43
43
  // <xsd:length value="4"/>
44
44
  // </xsd:restriction>
45
45
  // </xsd:simpleType>
46
- export function longHexNumber(val: string): string {
47
- return hexBinary(val, 4);
48
- }
46
+ export const longHexNumber = (val: string): string => hexBinary(val, 4);
49
47
 
50
48
  // <xsd:simpleType name="ST_ShortHexNumber">
51
49
  // <xsd:restriction base="xsd:hexBinary">
52
50
  // <xsd:length value="2"/>
53
51
  // </xsd:restriction>
54
52
  // </xsd:simpleType>
55
- export function shortHexNumber(val: string): string {
56
- return hexBinary(val, 2);
57
- }
53
+ export const shortHexNumber = (val: string): string => hexBinary(val, 2);
58
54
 
59
55
  // <xsd:simpleType name="ST_UcharHexNumber">
60
56
  // <xsd:restriction base="xsd:hexBinary">
61
57
  // <xsd:length value="1"/>
62
58
  // </xsd:restriction>
63
59
  // </xsd:simpleType>
64
- export function uCharHexNumber(val: string): string {
65
- return hexBinary(val, 1);
66
- }
60
+ export const uCharHexNumber = (val: string): string => hexBinary(val, 1);
67
61
 
68
62
  // <xsd:simpleType name="ST_LongHexNumber">
69
63
  // <xsd:restriction base="xsd:hexBinary">
@@ -76,7 +70,7 @@ export function uCharHexNumber(val: string): string {
76
70
  // <xsd:pattern value="-?[0-9]+(\.[0-9]+)?(mm|cm|in|pt|pc|pi)"/>
77
71
  // </xsd:restriction>
78
72
  // </xsd:simpleType>
79
- export function universalMeasureValue(val: string): string {
73
+ export const universalMeasureValue = (val: string): string => {
80
74
  const unit = val.slice(-2);
81
75
  if (!universalMeasureUnits.includes(unit)) {
82
76
  throw new Error(`Invalid unit '${unit}' specified. Valid units are ${universalMeasureUnits.join(", ")}`);
@@ -86,7 +80,7 @@ export function universalMeasureValue(val: string): string {
86
80
  throw new Error(`Invalid value '${amount}' specified. Expected a valid number.`);
87
81
  }
88
82
  return `${Number(amount)}${unit}`;
89
- }
83
+ };
90
84
  const universalMeasureUnits = ["mm", "cm", "in", "pt", "pc", "pi"];
91
85
 
92
86
  // <xsd:simpleType name="ST_PositiveUniversalMeasure">
@@ -94,13 +88,13 @@ const universalMeasureUnits = ["mm", "cm", "in", "pt", "pc", "pi"];
94
88
  // <xsd:pattern value="[0-9]+(\.[0-9]+)?(mm|cm|in|pt|pc|pi)"/>
95
89
  // </xsd:restriction>
96
90
  // </xsd:simpleType>
97
- export function positiveUniversalMeasureValue(val: string): string {
91
+ export const positiveUniversalMeasureValue = (val: string): string => {
98
92
  const value = universalMeasureValue(val);
99
93
  if (parseFloat(value) < 0) {
100
94
  throw new Error(`Invalid value '${value}' specified. Expected a positive number.`);
101
95
  }
102
96
  return value;
103
- }
97
+ };
104
98
 
105
99
  // <xsd:simpleType name="ST_HexColor">
106
100
  // <xsd:union memberTypes="ST_HexColorAuto s:ST_HexColorRGB"/>
@@ -116,7 +110,7 @@ export function positiveUniversalMeasureValue(val: string): string {
116
110
  // <xsd:length value="3" fixed="true"/>
117
111
  // </xsd:restriction>
118
112
  // </xsd:simpleType>
119
- export function hexColorValue(val: string): string {
113
+ export const hexColorValue = (val: string): string => {
120
114
  if (val === "auto") {
121
115
  return val;
122
116
  }
@@ -124,42 +118,38 @@ export function hexColorValue(val: string): string {
124
118
  // Most clients work with it, but strip it off anyway for strict compliance.
125
119
  const color = val.charAt(0) === "#" ? val.substring(1) : val;
126
120
  return hexBinary(color, 3);
127
- }
121
+ };
128
122
 
129
123
  // <xsd:simpleType name="ST_SignedTwipsMeasure">
130
124
  // <xsd:union memberTypes="xsd:integer s:ST_UniversalMeasure"/>
131
125
  // </xsd:simpleType>
132
- export function signedTwipsMeasureValue(val: string | number): string | number {
133
- return typeof val === "string" ? universalMeasureValue(val) : decimalNumber(val);
134
- }
126
+ export const signedTwipsMeasureValue = (val: string | number): string | number =>
127
+ typeof val === "string" ? universalMeasureValue(val) : decimalNumber(val);
135
128
 
136
129
  // <xsd:simpleType name="ST_HpsMeasure">
137
130
  // <xsd:union memberTypes="s:ST_UnsignedDecimalNumber s:ST_PositiveUniversalMeasure"/>
138
131
  // </xsd:simpleType>
139
- export function hpsMeasureValue(val: string | number): string | number {
140
- return typeof val === "string" ? positiveUniversalMeasureValue(val) : unsignedDecimalNumber(val);
141
- }
132
+ export const hpsMeasureValue = (val: string | number): string | number =>
133
+ typeof val === "string" ? positiveUniversalMeasureValue(val) : unsignedDecimalNumber(val);
142
134
 
143
135
  // <xsd:simpleType name="ST_SignedHpsMeasure">
144
136
  // <xsd:union memberTypes="xsd:integer s:ST_UniversalMeasure"/>
145
137
  // </xsd:simpleType>
146
- export function signedHpsMeasureValue(val: string | number): string | number {
147
- return typeof val === "string" ? universalMeasureValue(val) : decimalNumber(val);
148
- }
138
+ export const signedHpsMeasureValue = (val: string | number): string | number =>
139
+ typeof val === "string" ? universalMeasureValue(val) : decimalNumber(val);
149
140
 
150
141
  // <xsd:simpleType name="ST_TwipsMeasure">
151
142
  // <xsd:union memberTypes="ST_UnsignedDecimalNumber ST_PositiveUniversalMeasure"/>
152
143
  // </xsd:simpleType>
153
- export function twipsMeasureValue(val: string | number): string | number {
154
- return typeof val === "string" ? positiveUniversalMeasureValue(val) : unsignedDecimalNumber(val);
155
- }
144
+ export const twipsMeasureValue = (val: string | number): string | number =>
145
+ typeof val === "string" ? positiveUniversalMeasureValue(val) : unsignedDecimalNumber(val);
156
146
 
157
147
  // <xsd:simpleType name="ST_Percentage">
158
148
  // <xsd:restriction base="xsd:string">
159
149
  // <xsd:pattern value="-?[0-9]+(\.[0-9]+)?%"/>
160
150
  // </xsd:restriction>
161
151
  // </xsd:simpleType>
162
- export function percentageValue(val: string): string {
152
+ export const percentageValue = (val: string): string => {
163
153
  if (val.slice(-1) !== "%") {
164
154
  throw new Error(`Invalid value '${val}'. Expected percentage value (eg '55%')`);
165
155
  }
@@ -168,7 +158,7 @@ export function percentageValue(val: string): string {
168
158
  throw new Error(`Invalid value '${percent}' specified. Expected a valid number.`);
169
159
  }
170
160
  return `${Number(percent)}%`;
171
- }
161
+ };
172
162
 
173
163
  // <xsd:simpleType name="ST_MeasurementOrPercent">
174
164
  // <xsd:union memberTypes="ST_DecimalNumberOrPercent s:ST_UniversalMeasure"/>
@@ -182,7 +172,7 @@ export function percentageValue(val: string): string {
182
172
  // <xsd:restriction base="xsd:integer"/>
183
173
  // </xsd:simpleType>
184
174
 
185
- export function measurementOrPercentValue(val: number | string): number | string {
175
+ export const measurementOrPercentValue = (val: number | string): number | string => {
186
176
  if (typeof val === "number") {
187
177
  return decimalNumber(val);
188
178
  }
@@ -190,7 +180,7 @@ export function measurementOrPercentValue(val: number | string): number | string
190
180
  return percentageValue(val);
191
181
  }
192
182
  return universalMeasureValue(val);
193
- }
183
+ };
194
184
 
195
185
  // <xsd:simpleType name="ST_EighthPointMeasure">
196
186
  // <xsd:restriction base="s:ST_UnsignedDecimalNumber"/>
@@ -222,6 +212,4 @@ export const pointMeasureValue = unsignedDecimalNumber;
222
212
  //
223
213
  // Luckily, js has this format built in already. See:
224
214
  // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
225
- export function dateTimeValue(val: Date): string {
226
- return val.toISOString();
227
- }
215
+ export const dateTimeValue = (val: Date): string => val.toISOString();