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
@@ -2,7 +2,7 @@
2
2
  import { XmlComponent } from "@file/xml-components";
3
3
 
4
4
  export class MathPreSubSuperScriptProperties extends XmlComponent {
5
- constructor() {
5
+ public constructor() {
6
6
  super("m:sPrePr");
7
7
  }
8
8
  }
@@ -6,13 +6,13 @@ import { MathBase, MathSubScriptElement, MathSuperScriptElement } from "../../n-
6
6
  import { MathPreSubSuperScriptProperties } from "./math-pre-sub-super-script-function-properties";
7
7
 
8
8
  export interface IMathPreSubSuperScriptOptions {
9
- readonly children: MathComponent[];
10
- readonly subScript: MathComponent[];
11
- readonly superScript: MathComponent[];
9
+ readonly children: readonly MathComponent[];
10
+ readonly subScript: readonly MathComponent[];
11
+ readonly superScript: readonly MathComponent[];
12
12
  }
13
13
 
14
14
  export class MathPreSubSuperScript extends XmlComponent {
15
- constructor(options: IMathPreSubSuperScriptOptions) {
15
+ public constructor(options: IMathPreSubSuperScriptOptions) {
16
16
  super("m:sPre");
17
17
 
18
18
  this.root.push(new MathPreSubSuperScriptProperties());
@@ -2,7 +2,7 @@
2
2
  import { XmlComponent } from "@file/xml-components";
3
3
 
4
4
  export class MathSubScriptProperties extends XmlComponent {
5
- constructor() {
5
+ public constructor() {
6
6
  super("m:sSubPr");
7
7
  }
8
8
  }
@@ -6,12 +6,12 @@ import { MathBase, MathSubScriptElement } from "../../n-ary";
6
6
  import { MathSubScriptProperties } from "./math-sub-script-function-properties";
7
7
 
8
8
  export interface IMathSubScriptOptions {
9
- readonly children: MathComponent[];
10
- readonly subScript: MathComponent[];
9
+ readonly children: readonly MathComponent[];
10
+ readonly subScript: readonly MathComponent[];
11
11
  }
12
12
 
13
13
  export class MathSubScript extends XmlComponent {
14
- constructor(options: IMathSubScriptOptions) {
14
+ public constructor(options: IMathSubScriptOptions) {
15
15
  super("m:sSub");
16
16
 
17
17
  this.root.push(new MathSubScriptProperties());
@@ -2,7 +2,7 @@
2
2
  import { XmlComponent } from "@file/xml-components";
3
3
 
4
4
  export class MathSubSuperScriptProperties extends XmlComponent {
5
- constructor() {
5
+ public constructor() {
6
6
  super("m:sSubSupPr");
7
7
  }
8
8
  }
@@ -6,13 +6,13 @@ import { MathBase, MathSubScriptElement, MathSuperScriptElement } from "../../n-
6
6
  import { MathSubSuperScriptProperties } from "./math-sub-super-script-function-properties";
7
7
 
8
8
  export interface IMathSubSuperScriptOptions {
9
- readonly children: MathComponent[];
10
- readonly subScript: MathComponent[];
11
- readonly superScript: MathComponent[];
9
+ readonly children: readonly MathComponent[];
10
+ readonly subScript: readonly MathComponent[];
11
+ readonly superScript: readonly MathComponent[];
12
12
  }
13
13
 
14
14
  export class MathSubSuperScript extends XmlComponent {
15
- constructor(options: IMathSubSuperScriptOptions) {
15
+ public constructor(options: IMathSubSuperScriptOptions) {
16
16
  super("m:sSubSup");
17
17
 
18
18
  this.root.push(new MathSubSuperScriptProperties());
@@ -2,7 +2,7 @@
2
2
  import { XmlComponent } from "@file/xml-components";
3
3
 
4
4
  export class MathSuperScriptProperties extends XmlComponent {
5
- constructor() {
5
+ public constructor() {
6
6
  super("m:sSupPr");
7
7
  }
8
8
  }
@@ -6,12 +6,12 @@ import { MathBase, MathSuperScriptElement } from "../../n-ary";
6
6
  import { MathSuperScriptProperties } from "./math-super-script-function-properties";
7
7
 
8
8
  export interface IMathSuperScriptOptions {
9
- readonly children: MathComponent[];
10
- readonly superScript: MathComponent[];
9
+ readonly children: readonly MathComponent[];
10
+ readonly superScript: readonly MathComponent[];
11
11
  }
12
12
 
13
13
  export class MathSuperScript extends XmlComponent {
14
- constructor(options: IMathSuperScriptOptions) {
14
+ public constructor(options: IMathSuperScriptOptions) {
15
15
  super("m:sSup");
16
16
 
17
17
  this.root.push(new MathSuperScriptProperties());
@@ -19,12 +19,8 @@ import { TextRun } from "./run";
19
19
 
20
20
  describe("Paragraph", () => {
21
21
  before(() => {
22
- stub(convenienceFunctions, "uniqueId").callsFake(() => {
23
- return "test-unique-id";
24
- });
25
- stub(convenienceFunctions, "uniqueNumericId").callsFake(() => {
26
- return -101;
27
- });
22
+ stub(convenienceFunctions, "uniqueId").callsFake(() => "test-unique-id");
23
+ stub(convenienceFunctions, "uniqueNumericId").callsFake(() => -101);
28
24
  });
29
25
 
30
26
  after(() => {
@@ -36,13 +36,13 @@ export type ParagraphChild =
36
36
 
37
37
  export interface IParagraphOptions extends IParagraphPropertiesOptions {
38
38
  readonly text?: string;
39
- readonly children?: ParagraphChild[];
39
+ readonly children?: readonly ParagraphChild[];
40
40
  }
41
41
 
42
42
  export class Paragraph extends XmlComponent {
43
43
  private readonly properties: ParagraphProperties;
44
44
 
45
- constructor(options: string | IParagraphOptions) {
45
+ public constructor(options: string | IParagraphOptions) {
46
46
  super("w:p");
47
47
 
48
48
  if (typeof options === "string") {
@@ -26,9 +26,7 @@ describe("ParagraphProperties", () => {
26
26
  // tslint:disable-next-line: no-object-literal-type-assertion
27
27
  file: {
28
28
  Numbering: {
29
- createConcreteNumberingInstance: (_: string, __: number) => {
30
- return;
31
- },
29
+ createConcreteNumberingInstance: (_: string, __: number) => undefined,
32
30
  },
33
31
  } as File,
34
32
  // tslint:disable-next-line: no-object-literal-type-assertion
@@ -41,7 +41,7 @@ export interface IParagraphPropertiesOptions extends IParagraphStylePropertiesOp
41
41
  readonly heading?: HeadingLevel;
42
42
  readonly bidirectional?: boolean;
43
43
  readonly pageBreakBefore?: boolean;
44
- readonly tabStops?: {
44
+ readonly tabStops?: readonly {
45
45
  readonly position: number | TabStopPosition;
46
46
  readonly type: TabStopType;
47
47
  readonly leader?: LeaderType;
@@ -57,9 +57,10 @@ export interface IParagraphPropertiesOptions extends IParagraphStylePropertiesOp
57
57
  }
58
58
 
59
59
  export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
60
+ // eslint-disable-next-line functional/prefer-readonly-type
60
61
  private readonly numberingReferences: { readonly reference: string; readonly instance: number }[] = [];
61
62
 
62
- constructor(options?: IParagraphPropertiesOptions) {
63
+ public constructor(options?: IParagraphPropertiesOptions) {
63
64
  super("w:pPr");
64
65
 
65
66
  if (!options) {
@@ -26,7 +26,7 @@ import { XmlComponent } from "@file/xml-components";
26
26
  // </xsd:restriction>
27
27
  // </xsd:simpleType>
28
28
  export class Break extends XmlComponent {
29
- constructor() {
29
+ public constructor() {
30
30
  super("w:br");
31
31
  }
32
32
  }
@@ -12,7 +12,7 @@ export interface ICommentOptions {
12
12
  }
13
13
 
14
14
  export interface ICommentsOptions {
15
- readonly children: ICommentOptions[];
15
+ readonly children: readonly ICommentOptions[];
16
16
  }
17
17
 
18
18
  class CommentAttributes extends XmlAttributeComponent<{
@@ -96,7 +96,7 @@ class RootCommentsAttributes extends XmlAttributeComponent<{
96
96
  }
97
97
 
98
98
  export class CommentRangeStart extends XmlComponent {
99
- constructor(id: number) {
99
+ public constructor(id: number) {
100
100
  super("w:commentRangeStart");
101
101
 
102
102
  this.root.push(new CommentRangeAttributes({ id }));
@@ -104,7 +104,7 @@ export class CommentRangeStart extends XmlComponent {
104
104
  }
105
105
 
106
106
  export class CommentRangeEnd extends XmlComponent {
107
- constructor(id: number) {
107
+ public constructor(id: number) {
108
108
  super("w:commentRangeEnd");
109
109
 
110
110
  this.root.push(new CommentRangeAttributes({ id }));
@@ -112,7 +112,7 @@ export class CommentRangeEnd extends XmlComponent {
112
112
  }
113
113
 
114
114
  export class CommentReference extends XmlComponent {
115
- constructor(id: number) {
115
+ public constructor(id: number) {
116
116
  super("w:commentReference");
117
117
 
118
118
  this.root.push(new CommentRangeAttributes({ id }));
@@ -120,7 +120,7 @@ export class CommentReference extends XmlComponent {
120
120
  }
121
121
 
122
122
  export class Comment extends XmlComponent {
123
- constructor({ id, initials, author, date = new Date(), text }: ICommentOptions) {
123
+ public constructor({ id, initials, author, date = new Date(), text }: ICommentOptions) {
124
124
  super("w:comment");
125
125
 
126
126
  this.root.push(
@@ -136,7 +136,7 @@ export class Comment extends XmlComponent {
136
136
  }
137
137
  }
138
138
  export class Comments extends XmlComponent {
139
- constructor({ children }: ICommentsOptions) {
139
+ public constructor({ children }: ICommentsOptions) {
140
140
  super("w:comments");
141
141
 
142
142
  this.root.push(
@@ -16,13 +16,13 @@ export abstract class BaseEmphasisMark extends XmlComponent {
16
16
  }
17
17
 
18
18
  export class EmphasisMark extends BaseEmphasisMark {
19
- constructor(emphasisMarkType: EmphasisMarkType = EmphasisMarkType.DOT) {
19
+ public constructor(emphasisMarkType: EmphasisMarkType = EmphasisMarkType.DOT) {
20
20
  super(emphasisMarkType);
21
21
  }
22
22
  }
23
23
 
24
24
  export class DotEmphasisMark extends BaseEmphasisMark {
25
- constructor() {
25
+ public constructor() {
26
26
  super(EmphasisMarkType.DOT);
27
27
  }
28
28
  }
@@ -11,21 +11,21 @@ class FidCharAttrs extends XmlAttributeComponent<{ readonly type: FieldCharacter
11
11
  }
12
12
 
13
13
  export class Begin extends XmlComponent {
14
- constructor(dirty?: boolean) {
14
+ public constructor(dirty?: boolean) {
15
15
  super("w:fldChar");
16
16
  this.root.push(new FidCharAttrs({ type: FieldCharacterType.BEGIN, dirty }));
17
17
  }
18
18
  }
19
19
 
20
20
  export class Separate extends XmlComponent {
21
- constructor(dirty?: boolean) {
21
+ public constructor(dirty?: boolean) {
22
22
  super("w:fldChar");
23
23
  this.root.push(new FidCharAttrs({ type: FieldCharacterType.SEPARATE, dirty }));
24
24
  }
25
25
  }
26
26
 
27
27
  export class End extends XmlComponent {
28
- constructor(dirty?: boolean) {
28
+ public constructor(dirty?: boolean) {
29
29
  super("w:fldChar");
30
30
  this.root.push(new FidCharAttrs({ type: FieldCharacterType.END, dirty }));
31
31
  }
@@ -2,7 +2,7 @@ import { Attributes, XmlComponent } from "@file/xml-components";
2
2
  import { hexColorValue, signedTwipsMeasureValue } from "@util/values";
3
3
 
4
4
  export class CharacterSpacing extends XmlComponent {
5
- constructor(value: number | string) {
5
+ public constructor(value: number | string) {
6
6
  super("w:spacing");
7
7
  this.root.push(
8
8
  new Attributes({
@@ -19,7 +19,7 @@ export class CharacterSpacing extends XmlComponent {
19
19
  // <xsd:attribute name="themeShade" type="ST_UcharHexNumber" use="optional"/>
20
20
  // </xsd:complexType>
21
21
  export class Color extends XmlComponent {
22
- constructor(color: string) {
22
+ public constructor(color: string) {
23
23
  super("w:color");
24
24
  this.root.push(
25
25
  new Attributes({
@@ -51,7 +51,7 @@ export class Color extends XmlComponent {
51
51
  // </xsd:restriction>
52
52
  // </xsd:simpleType>
53
53
  export class Highlight extends XmlComponent {
54
- constructor(color: string) {
54
+ public constructor(color: string) {
55
55
  super("w:highlight");
56
56
  this.root.push(
57
57
  new Attributes({
@@ -62,7 +62,7 @@ export class Highlight extends XmlComponent {
62
62
  }
63
63
 
64
64
  export class HighlightComplexScript extends XmlComponent {
65
- constructor(color: string) {
65
+ public constructor(color: string) {
66
66
  super("w:highlightCs");
67
67
  this.root.push(
68
68
  new Attributes({
@@ -10,9 +10,7 @@ import { ImageRun } from "./image-run";
10
10
 
11
11
  describe("ImageRun", () => {
12
12
  before(() => {
13
- stub(convenienceFunctions, "uniqueId").callsFake(() => {
14
- return "test-unique-id";
15
- });
13
+ stub(convenienceFunctions, "uniqueId").callsFake(() => "test-unique-id");
16
14
  });
17
15
 
18
16
  after(() => {
@@ -42,7 +40,7 @@ describe("ImageRun", () => {
42
40
  const tree = new Formatter().format(currentImageRun, {
43
41
  file: {
44
42
  Media: {
45
- // tslint:disable-next-line: no-empty
43
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
46
44
  addImage: () => {},
47
45
  },
48
46
  } as unknown as File,
@@ -292,7 +290,7 @@ describe("ImageRun", () => {
292
290
  const tree = new Formatter().format(currentImageRun, {
293
291
  file: {
294
292
  Media: {
295
- // tslint:disable-next-line: no-empty
293
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
296
294
  addImage: () => {},
297
295
  },
298
296
  } as unknown as File,
@@ -521,6 +519,7 @@ describe("ImageRun", () => {
521
519
  });
522
520
 
523
521
  it("should return UInt8Array if atob is present", () => {
522
+ // eslint-disable-next-line functional/immutable-data
524
523
  global.atob = () => "atob result";
525
524
 
526
525
  const currentImageRun = new ImageRun({
@@ -544,7 +543,7 @@ describe("ImageRun", () => {
544
543
  const tree = new Formatter().format(currentImageRun, {
545
544
  file: {
546
545
  Media: {
547
- // tslint:disable-next-line: no-empty
546
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
548
547
  addImage: () => {},
549
548
  },
550
549
  } as unknown as File,
@@ -772,11 +771,12 @@ describe("ImageRun", () => {
772
771
  ],
773
772
  });
774
773
 
775
- // tslint:disable-next-line: no-any
774
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, functional/immutable-data
776
775
  (global as any).atob = undefined;
777
776
  });
778
777
 
779
778
  it("should use data as is if its not a string", () => {
779
+ // eslint-disable-next-line functional/immutable-data
780
780
  global.atob = () => "atob result";
781
781
 
782
782
  const currentImageRun = new ImageRun({
@@ -800,7 +800,7 @@ describe("ImageRun", () => {
800
800
  const tree = new Formatter().format(currentImageRun, {
801
801
  file: {
802
802
  Media: {
803
- // tslint:disable-next-line: no-empty
803
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
804
804
  addImage: () => {},
805
805
  },
806
806
  } as unknown as File,
@@ -1028,7 +1028,7 @@ describe("ImageRun", () => {
1028
1028
  ],
1029
1029
  });
1030
1030
 
1031
- // tslint:disable-next-line: no-any
1031
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, functional/immutable-data
1032
1032
  (global as any).atob = undefined;
1033
1033
  });
1034
1034
  });
@@ -17,7 +17,7 @@ export class ImageRun extends Run {
17
17
  private readonly key = `${uniqueId()}.png`;
18
18
  private readonly imageData: IMediaData;
19
19
 
20
- constructor(options: IImageOptions) {
20
+ public constructor(options: IImageOptions) {
21
21
  super({});
22
22
  const newData = typeof options.data === "string" ? this.convertDataURIToBinary(options.data) : options.data;
23
23
 
@@ -62,6 +62,7 @@ export class ImageRun extends Run {
62
62
  .map((c) => c.charCodeAt(0)),
63
63
  );
64
64
  } else {
65
+ // eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires
65
66
  const b = require("buf" + "fer");
66
67
  return new b.Buffer(dataURI, "base64");
67
68
  }
@@ -4,7 +4,7 @@ import { XmlComponent } from "@file/xml-components";
4
4
  import { TextAttributes } from "./text-attributes";
5
5
 
6
6
  export class Page extends XmlComponent {
7
- constructor() {
7
+ public constructor() {
8
8
  super("w:instrText");
9
9
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
10
10
  this.root.push("PAGE");
@@ -12,7 +12,7 @@ export class Page extends XmlComponent {
12
12
  }
13
13
 
14
14
  export class NumberOfPages extends XmlComponent {
15
- constructor() {
15
+ public constructor() {
16
16
  super("w:instrText");
17
17
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
18
18
  this.root.push("NUMPAGES");
@@ -20,7 +20,7 @@ export class NumberOfPages extends XmlComponent {
20
20
  }
21
21
 
22
22
  export class NumberOfPagesSection extends XmlComponent {
23
- constructor() {
23
+ public constructor() {
24
24
  super("w:instrText");
25
25
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
26
26
  this.root.push("SECTIONPAGES");
@@ -99,7 +99,7 @@ export interface IRunPropertiesChangeOptions extends IRunPropertiesOptions, ICha
99
99
  // </xsd:choice>
100
100
  // </xsd:group>
101
101
  export class RunProperties extends IgnoreIfEmptyXmlComponent {
102
- constructor(options?: IRunPropertiesOptions) {
102
+ public constructor(options?: IRunPropertiesOptions) {
103
103
  super("w:rPr");
104
104
 
105
105
  if (!options) {
@@ -225,7 +225,7 @@ export class RunProperties extends IgnoreIfEmptyXmlComponent {
225
225
  }
226
226
 
227
227
  export class RunPropertiesChange extends XmlComponent {
228
- constructor(options: IRunPropertiesChangeOptions) {
228
+ public constructor(options: IRunPropertiesChangeOptions) {
229
229
  super("w:rPrChange");
230
230
  this.root.push(
231
231
  new ChangeAttributes({
@@ -11,7 +11,7 @@ class SymbolAttributes extends XmlAttributeComponent<{
11
11
  }
12
12
 
13
13
  export class Symbol extends XmlComponent {
14
- constructor(char: string = "", symbolfont: string = "Wingdings") {
14
+ public constructor(char: string = "", symbolfont: string = "Wingdings") {
15
15
  super("w:sym");
16
16
  this.root.push(new SymbolAttributes({ char: char, symbolfont: symbolfont }));
17
17
  }
@@ -4,7 +4,7 @@ import { XmlComponent } from "@file/xml-components";
4
4
  import { TextAttributes } from "../text-attributes";
5
5
 
6
6
  export class Text extends XmlComponent {
7
- constructor(text: string) {
7
+ public constructor(text: string) {
8
8
  super("w:t");
9
9
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
10
10
 
@@ -19,12 +19,12 @@ class RunFontAttributes extends XmlAttributeComponent<IFontAttributesProperties>
19
19
  }
20
20
 
21
21
  export class RunFonts extends XmlComponent {
22
- constructor(name: string, hint?: string);
23
- constructor(attrs: string | IFontAttributesProperties);
24
- constructor(nameOrAttrs: string | IFontAttributesProperties, hint?: string) {
22
+ public constructor(name: string, hint?: string);
23
+ public constructor(attrs: string | IFontAttributesProperties);
24
+ public constructor(nameOrAttrs: string | IFontAttributesProperties, hint?: string) {
25
25
  super("w:rFonts");
26
26
  if (typeof nameOrAttrs === "string") {
27
- // use constructor(name: string, hint?: string);
27
+ // use public constructor(name: string, hint?: string);
28
28
  const name = nameOrAttrs;
29
29
  this.root.push(
30
30
  new RunFontAttributes({
@@ -36,7 +36,7 @@ export class RunFonts extends XmlComponent {
36
36
  }),
37
37
  );
38
38
  } else {
39
- // use constructor(attrs: IRunFontAttributesProperties);
39
+ // use public constructor(attrs: IRunFontAttributesProperties);
40
40
  const attrs = nameOrAttrs;
41
41
  this.root.push(new RunFontAttributes(attrs));
42
42
  }
@@ -2,13 +2,11 @@ import { expect } from "chai";
2
2
 
3
3
  import { Formatter } from "@export/formatter";
4
4
  import { BorderStyle } from "@file/border";
5
- // import { FootnoteReferenceRun } from "@file/footnotes/footnote/run/reference-run";
6
5
  import { ShadingType } from "@file/shading";
7
6
  import { SpaceType } from "@file/space-type";
8
7
 
9
- import { Run } from "./";
10
8
  import { EmphasisMarkType } from "./emphasis-mark";
11
- import { PageNumber } from "./run";
9
+ import { PageNumber, Run } from "./run";
12
10
  import { UnderlineType } from "./underline";
13
11
 
14
12
  describe("Run", () => {
@@ -12,7 +12,7 @@ import { Text } from "./run-components/text";
12
12
  import { TextAttributes } from "./text-attributes";
13
13
 
14
14
  export interface IRunOptions extends IRunPropertiesOptions {
15
- readonly children?: (Begin | FieldInstruction | Separate | End | PageNumber | FootnoteReferenceRun | string)[];
15
+ readonly children?: readonly (Begin | FieldInstruction | Separate | End | PageNumber | FootnoteReferenceRun | string)[];
16
16
  readonly break?: number;
17
17
  readonly text?: string;
18
18
  }
@@ -26,7 +26,7 @@ export enum PageNumber {
26
26
  export class Run extends XmlComponent {
27
27
  protected readonly properties: RunProperties;
28
28
 
29
- constructor(options: IRunOptions) {
29
+ public constructor(options: IRunOptions) {
30
30
  super("w:r");
31
31
  this.properties = new RunProperties(options);
32
32
  this.root.push(this.properties);
@@ -1,7 +1,7 @@
1
1
  import { Attributes, XmlComponent } from "@file/xml-components";
2
2
 
3
3
  export abstract class VerticalAlign extends XmlComponent {
4
- constructor(type: string) {
4
+ public constructor(type: string) {
5
5
  super("w:vertAlign");
6
6
  this.root.push(
7
7
  new Attributes({
@@ -12,13 +12,13 @@ export abstract class VerticalAlign extends XmlComponent {
12
12
  }
13
13
 
14
14
  export class SuperScript extends VerticalAlign {
15
- constructor() {
15
+ public constructor() {
16
16
  super("superscript");
17
17
  }
18
18
  }
19
19
 
20
20
  export class SubScript extends VerticalAlign {
21
- constructor() {
21
+ public constructor() {
22
22
  super("subscript");
23
23
  }
24
24
  }
@@ -5,7 +5,7 @@ import { XmlComponent } from "@file/xml-components";
5
5
  import { TextAttributes } from "./text-attributes";
6
6
 
7
7
  export class SequentialIdentifierInstruction extends XmlComponent {
8
- constructor(identifier: string) {
8
+ public constructor(identifier: string) {
9
9
  super("w:instrText");
10
10
  this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
11
11
  this.root.push(`SEQ ${identifier}`);
@@ -3,7 +3,7 @@ import { Begin, End, Separate } from "@file/paragraph/run/field";
3
3
  import { SequentialIdentifierInstruction } from "./sequential-identifier-instruction";
4
4
 
5
5
  export class SequentialIdentifier extends Run {
6
- constructor(identifier: string) {
6
+ public constructor(identifier: string) {
7
7
  super({});
8
8
  this.root.push(new Begin(true));
9
9
  this.root.push(new SequentialIdentifierInstruction(identifier));
@@ -7,7 +7,7 @@ class FldSimpleAttrs extends XmlAttributeComponent<{ readonly instr: string }> {
7
7
  }
8
8
 
9
9
  export class SimpleField extends XmlComponent {
10
- constructor(instruction: string, cachedValue?: string) {
10
+ public constructor(instruction: string, cachedValue?: string) {
11
11
  super("w:fldSimple");
12
12
  this.root.push(new FldSimpleAttrs({ instr: instruction }));
13
13
  if (cachedValue !== undefined) {
@@ -17,7 +17,7 @@ export class SimpleField extends XmlComponent {
17
17
  }
18
18
 
19
19
  export class SimpleMailMergeField extends SimpleField {
20
- constructor(fieldName: string) {
20
+ public constructor(fieldName: string) {
21
21
  super(` MERGEFIELD ${fieldName} `, `«${fieldName}»`);
22
22
  }
23
23
  }
@@ -1,11 +1,9 @@
1
1
  import { expect } from "chai";
2
2
 
3
- import { EmphasisMarkType } from "./emphasis-mark";
4
-
5
3
  import { Formatter } from "@export/formatter";
6
4
 
5
+ import { EmphasisMarkType } from "./emphasis-mark";
7
6
  import { UnderlineType } from "./underline";
8
-
9
7
  import { SymbolRun } from "./symbol-run";
10
8
 
11
9
  describe("SymbolRun", () => {
@@ -7,7 +7,7 @@ export interface ISymbolRunOptions extends IRunOptions {
7
7
  }
8
8
 
9
9
  export class SymbolRun extends Run {
10
- constructor(options: ISymbolRunOptions | string) {
10
+ public constructor(options: ISymbolRunOptions | string) {
11
11
  if (typeof options === "string") {
12
12
  super({});
13
13
  this.root.push(new Symbol(options));
@@ -7,7 +7,7 @@ import { XmlComponent } from "@file/xml-components";
7
7
  // TODO: this is unused and undocumented currently.
8
8
  // I think the intended use was for users to import, and insert as a child of `Run`.
9
9
  export class Tab extends XmlComponent {
10
- constructor() {
10
+ public constructor() {
11
11
  super("w:tab");
12
12
  }
13
13
  }
@@ -2,7 +2,7 @@ import { IRunOptions, Run } from "./run";
2
2
  import { Text } from "./run-components/text";
3
3
 
4
4
  export class TextRun extends Run {
5
- constructor(options: IRunOptions | string) {
5
+ public constructor(options: IRunOptions | string) {
6
6
  if (typeof options === "string") {
7
7
  super({});
8
8
  this.root.push(new Text(options));