devexpress-richedit 23.2.5 → 24.1.1-alpha-24085-0102

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 (6387) hide show
  1. package/bin/gulpfile.js +1 -1
  2. package/bin/index-custom.js +1 -1
  3. package/bin/localization-builder.js +1 -1
  4. package/bin/nspell-index.js +1 -1
  5. package/bin/nspell.webpack.config.js +1 -1
  6. package/bin/webpack-externals.js +4 -4
  7. package/bin/webpack.config.js +1 -1
  8. package/dist/dx.richedit.d.ts +950 -585
  9. package/dist/dx.richedit.js +34394 -33434
  10. package/dist/dx.richedit.min.js +2 -2
  11. package/dist/icons/_icons.css +1266 -0
  12. package/dist/pdfkit.js +44173 -41214
  13. package/dist/pdfkit.min.js +1 -1
  14. package/index.d.ts +1 -1
  15. package/index.js +1 -1
  16. package/lib/client/_constants.d.ts +0 -1
  17. package/lib/client/_constants.js +2 -2
  18. package/lib/client/api/bookmark.d.ts +9 -0
  19. package/lib/client/api/bookmark.js +14 -0
  20. package/lib/client/api/collections/bookmark-collection.d.ts +10 -0
  21. package/lib/client/api/collections/bookmark-collection.js +11 -0
  22. package/lib/client/api/collections/sub-documents-collection.d.ts +10 -0
  23. package/lib/client/api/collections/sub-documents-collection.js +14 -0
  24. package/lib/client/api/document.d.ts +16 -0
  25. package/lib/client/api/document.js +26 -0
  26. package/lib/client/api/history.d.ts +10 -0
  27. package/lib/client/api/key-code.d.ts +105 -0
  28. package/lib/client/api/key-code.js +110 -0
  29. package/lib/client/api/layout-api.d.ts +9 -0
  30. package/lib/client/api/layout-api.js +20 -0
  31. package/lib/client/api/loading-panel.d.ts +12 -0
  32. package/lib/client/api/selection-api.d.ts +39 -0
  33. package/lib/client/api/selection-api.js +190 -0
  34. package/lib/client/api/sub-document.d.ts +9 -0
  35. package/lib/client/api/sub-document.js +11 -0
  36. package/lib/client/bars/active-context-tab-manager.d.ts +2 -3
  37. package/lib/client/bars/active-context-tab-manager.js +1 -1
  38. package/lib/client/bars/bar-holder.d.ts +3 -4
  39. package/lib/client/bars/context-menu.d.ts +4 -5
  40. package/lib/client/bars/context-menu.js +3 -3
  41. package/lib/client/bars/ribbon.d.ts +7 -8
  42. package/lib/client/bars/ribbon.js +4 -4
  43. package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.d.ts +2 -3
  44. package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.js +3 -3
  45. package/lib/client/client-rich-edit-core.d.ts +6 -7
  46. package/lib/client/client-rich-edit-core.js +2 -2
  47. package/lib/client/client-rich-edit.d.ts +11 -12
  48. package/lib/client/client-rich-edit.js +11 -11
  49. package/lib/client/client-spell-checker.d.ts +2 -3
  50. package/lib/client/client-spell-checker.js +4 -4
  51. package/lib/client/commands/client-command-manager.d.ts +2 -3
  52. package/lib/client/commands/client-command-manager.js +2 -2
  53. package/lib/client/commands/commands.d.ts +1 -2
  54. package/lib/client/commands/commands.js +4 -4
  55. package/lib/client/commands/download-document-command.d.ts +3 -4
  56. package/lib/client/commands/download-document-command.js +7 -7
  57. package/lib/client/commands/export-document-command.d.ts +3 -4
  58. package/lib/client/commands/export-document-command.js +4 -4
  59. package/lib/client/commands/insert-picture-command.d.ts +2 -3
  60. package/lib/client/commands/insert-picture-command.js +5 -5
  61. package/lib/client/commands/mail-merge-command.d.ts +5 -6
  62. package/lib/client/commands/mail-merge-command.js +20 -20
  63. package/lib/client/commands/new-document-command.d.ts +3 -4
  64. package/lib/client/commands/new-document-command.js +7 -7
  65. package/lib/client/commands/open-document-command.d.ts +3 -4
  66. package/lib/client/commands/open-document-command.js +15 -15
  67. package/lib/client/commands/shortcut-manager.d.ts +3 -4
  68. package/lib/client/commands/shortcut-manager.js +2 -2
  69. package/lib/client/context-menu/settings.d.ts +0 -1
  70. package/lib/client/data-source-helper.d.ts +0 -1
  71. package/lib/client/default-localization.d.ts +0 -1
  72. package/lib/client/dialogs/alert-dialog.d.ts +1 -2
  73. package/lib/client/dialogs/bookmark-dialog.d.ts +1 -2
  74. package/lib/client/dialogs/bookmark-dialog.js +2 -2
  75. package/lib/client/dialogs/delete-table-cells-dialog.d.ts +1 -2
  76. package/lib/client/dialogs/delete-table-cells-dialog.js +1 -1
  77. package/lib/client/dialogs/dialog-base.d.ts +2 -3
  78. package/lib/client/dialogs/dialog-manager.d.ts +0 -1
  79. package/lib/client/dialogs/find-replace-dialog.d.ts +2 -3
  80. package/lib/client/dialogs/find-replace-dialog.js +2 -2
  81. package/lib/client/dialogs/finish-and-merge-dialog.d.ts +1 -2
  82. package/lib/client/dialogs/finish-and-merge-dialog.js +4 -4
  83. package/lib/client/dialogs/font-dialog.d.ts +1 -2
  84. package/lib/client/dialogs/font-dialog.js +1 -1
  85. package/lib/client/dialogs/hyperlink-dialog.d.ts +1 -2
  86. package/lib/client/dialogs/i-dialog.d.ts +0 -1
  87. package/lib/client/dialogs/insert-merge-field-dialog.d.ts +1 -2
  88. package/lib/client/dialogs/insert-table-cells-dialog.d.ts +1 -2
  89. package/lib/client/dialogs/insert-table-cells-dialog.js +1 -1
  90. package/lib/client/dialogs/insert-table-dialog.d.ts +1 -2
  91. package/lib/client/dialogs/page-setup-dialog.d.ts +1 -2
  92. package/lib/client/dialogs/page-setup-dialog.js +3 -3
  93. package/lib/client/dialogs/paragraph-dialog.d.ts +1 -2
  94. package/lib/client/dialogs/paragraph-dialog.js +2 -2
  95. package/lib/client/dialogs/split-table-cells-dialog.d.ts +1 -2
  96. package/lib/client/dialogs/tabs-dialog.d.ts +1 -2
  97. package/lib/client/dialogs/tabs-dialog.js +3 -3
  98. package/lib/client/document-processor/docvar-args.d.ts +23 -0
  99. package/lib/client/document-processor/processor.d.ts +34 -0
  100. package/lib/client/document-processor/processor.js +83 -0
  101. package/lib/client/document-processor/public/all.js +1 -0
  102. package/lib/client/document-processor/public/processor.d.ts +28 -0
  103. package/lib/client/document-processor/public/processor.js +50 -0
  104. package/lib/client/formats/docx/export/data.d.ts +65 -0
  105. package/lib/client/formats/docx/export/docx-export-options.d.ts +8 -0
  106. package/lib/client/formats/docx/export/docx-export-options.js +11 -0
  107. package/lib/client/formats/docx/export/exporter.d.ts +16 -0
  108. package/lib/client/formats/docx/export/exporters/base/character-properties.d.ts +26 -0
  109. package/lib/client/formats/docx/export/exporters/base/character-properties.js +181 -0
  110. package/lib/client/formats/docx/export/exporters/base/color.d.ts +16 -0
  111. package/lib/client/formats/docx/export/exporters/base/color.js +76 -0
  112. package/lib/client/formats/docx/export/exporters/base/drawing.d.ts +64 -0
  113. package/lib/client/formats/docx/export/exporters/base/drawing.js +526 -0
  114. package/lib/client/formats/docx/export/exporters/base/image-exporter.d.ts +5 -0
  115. package/lib/client/formats/docx/export/exporters/base/image-exporter.js +22 -0
  116. package/lib/client/formats/docx/export/exporters/base/paragraph-properties.d.ts +27 -0
  117. package/lib/client/formats/docx/export/exporters/base/paragraph-properties.js +257 -0
  118. package/lib/client/formats/docx/export/exporters/base/sections.d.ts +24 -0
  119. package/lib/client/formats/docx/export/exporters/base/sections.js +167 -0
  120. package/lib/client/formats/docx/export/exporters/base/styles/character-style.d.ts +8 -0
  121. package/lib/client/formats/docx/export/exporters/base/styles/numbering-style.d.ts +8 -0
  122. package/lib/client/formats/docx/export/exporters/base/styles/paragraph-style.d.ts +8 -0
  123. package/lib/client/formats/docx/export/exporters/base/styles/style-base.d.ts +11 -0
  124. package/lib/client/formats/docx/export/exporters/base/styles/table-style.d.ts +9 -0
  125. package/lib/client/formats/docx/export/exporters/base/styles/table-style.js +41 -0
  126. package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.d.ts +16 -0
  127. package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.js +101 -0
  128. package/lib/client/formats/docx/export/exporters/base/table/table-properties.d.ts +18 -0
  129. package/lib/client/formats/docx/export/exporters/base/table/table-properties.js +132 -0
  130. package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.d.ts +11 -0
  131. package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.js +55 -0
  132. package/lib/client/formats/docx/export/exporters/base/table/table.d.ts +21 -0
  133. package/lib/client/formats/docx/export/exporters/base/table/table.js +130 -0
  134. package/lib/client/formats/docx/export/exporters/base/table/width-exporter.d.ts +7 -0
  135. package/lib/client/formats/docx/export/exporters/base/table/width-exporter.js +19 -0
  136. package/lib/client/formats/docx/export/exporters/base/text.d.ts +12 -0
  137. package/lib/client/formats/docx/export/exporters/base/text.js +79 -0
  138. package/lib/client/formats/docx/export/exporters/base.d.ts +17 -0
  139. package/lib/client/formats/docx/export/exporters/content-types.d.ts +14 -0
  140. package/lib/client/formats/docx/export/exporters/core-properties.d.ts +11 -0
  141. package/lib/client/formats/docx/export/exporters/numberings.d.ts +22 -0
  142. package/lib/client/formats/docx/export/exporters/numberings.js +122 -0
  143. package/lib/client/formats/docx/export/exporters/relations/base.d.ts +9 -0
  144. package/lib/client/formats/docx/export/exporters/relations/core-relations.d.ts +5 -0
  145. package/lib/client/formats/docx/export/exporters/relations/document-relations.d.ts +12 -0
  146. package/lib/client/formats/docx/export/exporters/relations/relation-collection.d.ts +16 -0
  147. package/lib/client/formats/docx/export/exporters/settings.d.ts +16 -0
  148. package/lib/client/formats/docx/export/exporters/settings.js +118 -0
  149. package/lib/client/formats/docx/export/exporters/styles.d.ts +11 -0
  150. package/lib/client/formats/docx/export/exporters/styles.js +36 -0
  151. package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.d.ts +62 -0
  152. package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.js +261 -0
  153. package/lib/client/formats/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +11 -0
  154. package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.d.ts +8 -0
  155. package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.js +29 -0
  156. package/lib/client/formats/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +12 -0
  157. package/lib/client/formats/docx/export/exporters/theme.d.ts +32 -0
  158. package/lib/client/formats/docx/export/exporters/theme.js +322 -0
  159. package/lib/client/formats/docx/export/utils/id-generator.d.ts +11 -0
  160. package/lib/client/formats/docx/export/utils/inline-drawing-object.d.ts +157 -0
  161. package/lib/client/formats/docx/export/utils/inline-drawing-object.js +117 -0
  162. package/lib/client/formats/docx/export/utils/writer-helper.d.ts +6 -0
  163. package/lib/client/formats/docx/import/color/open-xml-color-import-helper.d.ts +9 -0
  164. package/lib/client/formats/docx/import/color/open-xml-color-import-helper.js +58 -0
  165. package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.d.ts +67 -0
  166. package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.js +193 -0
  167. package/lib/client/formats/docx/import/data.d.ts +64 -0
  168. package/lib/client/formats/docx/import/data.js +100 -0
  169. package/lib/client/formats/docx/import/destination/bookmark/bookmark-element-destination.d.ts +7 -0
  170. package/lib/client/formats/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +5 -0
  171. package/lib/client/formats/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +5 -0
  172. package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.d.ts +13 -0
  173. package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.js +22 -0
  174. package/lib/client/formats/docx/import/destination/borders/table-border-element-destination.d.ts +6 -0
  175. package/lib/client/formats/docx/import/destination/borders/table-borders-destination.d.ts +9 -0
  176. package/lib/client/formats/docx/import/destination/borders/table-borders-destination.js +22 -0
  177. package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.d.ts +6 -0
  178. package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.js +28 -0
  179. package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.d.ts +9 -0
  180. package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.js +24 -0
  181. package/lib/client/formats/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +10 -0
  182. package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +7 -0
  183. package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.js +13 -0
  184. package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.d.ts +7 -0
  185. package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.js +13 -0
  186. package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +8 -0
  187. package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.js +14 -0
  188. package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +8 -0
  189. package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.js +15 -0
  190. package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.d.ts +9 -0
  191. package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.js +28 -0
  192. package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.d.ts +8 -0
  193. package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.js +26 -0
  194. package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.d.ts +7 -0
  195. package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.js +15 -0
  196. package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +8 -0
  197. package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.js +16 -0
  198. package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +7 -0
  199. package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.js +13 -0
  200. package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +8 -0
  201. package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.js +15 -0
  202. package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.d.ts +7 -0
  203. package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.js +13 -0
  204. package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.d.ts +8 -0
  205. package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.js +13 -0
  206. package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +7 -0
  207. package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.js +13 -0
  208. package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +8 -0
  209. package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.js +15 -0
  210. package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +7 -0
  211. package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.js +13 -0
  212. package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.d.ts +10 -0
  213. package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.js +38 -0
  214. package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.d.ts +10 -0
  215. package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.js +46 -0
  216. package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.d.ts +9 -0
  217. package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.js +16 -0
  218. package/lib/client/formats/docx/import/destination/character-properties/run-style-reference-destination.d.ts +5 -0
  219. package/lib/client/formats/docx/import/destination/comments/comment-element-destination.d.ts +7 -0
  220. package/lib/client/formats/docx/import/destination/comments/comment-end-element-destination.d.ts +5 -0
  221. package/lib/client/formats/docx/import/destination/comments/comment-start-element-destination.d.ts +5 -0
  222. package/lib/client/formats/docx/import/destination/destination.d.ts +55 -0
  223. package/lib/client/formats/docx/import/destination/destination.js +140 -0
  224. package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.d.ts +9 -0
  225. package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.js +27 -0
  226. package/lib/client/formats/docx/import/destination/document/alt-chunk-properties-destination.d.ts +7 -0
  227. package/lib/client/formats/docx/import/destination/document/background-destination.d.ts +5 -0
  228. package/lib/client/formats/docx/import/destination/document/body-destination-base.d.ts +15 -0
  229. package/lib/client/formats/docx/import/destination/document/body-destination.d.ts +6 -0
  230. package/lib/client/formats/docx/import/destination/document/body-destination.js +27 -0
  231. package/lib/client/formats/docx/import/destination/document/document-destination.d.ts +5 -0
  232. package/lib/client/formats/docx/import/destination/document/document-destination.js +15 -0
  233. package/lib/client/formats/docx/import/destination/document/document-version-destination.d.ts +3 -0
  234. package/lib/client/formats/docx/import/destination/document/smart-tag-destination.d.ts +5 -0
  235. package/lib/client/formats/docx/import/destination/document/smart-tag-destination.js +12 -0
  236. package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +59 -0
  237. package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.js +158 -0
  238. package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +38 -0
  239. package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +94 -0
  240. package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +31 -0
  241. package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +83 -0
  242. package/lib/client/formats/docx/import/destination/drawing/drawing-destination.d.ts +193 -0
  243. package/lib/client/formats/docx/import/destination/drawing/drawing-destination.js +713 -0
  244. package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +12 -0
  245. package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +22 -0
  246. package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.d.ts +48 -0
  247. package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.js +129 -0
  248. package/lib/client/formats/docx/import/destination/field/field-char-destination.d.ts +8 -0
  249. package/lib/client/formats/docx/import/destination/field/field-char-destination.js +42 -0
  250. package/lib/client/formats/docx/import/destination/field/field-destination-base.d.ts +6 -0
  251. package/lib/client/formats/docx/import/destination/field/field-simple-destination.d.ts +10 -0
  252. package/lib/client/formats/docx/import/destination/field/field-simple-destination.js +43 -0
  253. package/lib/client/formats/docx/import/destination/field/hyperlink-destination.d.ts +12 -0
  254. package/lib/client/formats/docx/import/destination/field/hyperlink-destination.js +78 -0
  255. package/lib/client/formats/docx/import/destination/numbering/numberings-destination.d.ts +189 -0
  256. package/lib/client/formats/docx/import/destination/numbering/numberings-destination.js +539 -0
  257. package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.d.ts +18 -0
  258. package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.js +117 -0
  259. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +10 -0
  260. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +5 -0
  261. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +14 -0
  262. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +25 -0
  263. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +9 -0
  264. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +9 -0
  265. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +18 -0
  266. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +20 -0
  267. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +66 -0
  268. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +20 -0
  269. package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +43 -0
  270. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +6 -0
  271. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +7 -0
  272. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +6 -0
  273. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +35 -0
  274. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +11 -0
  275. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +26 -0
  276. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +6 -0
  277. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +7 -0
  278. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +6 -0
  279. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +7 -0
  280. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +6 -0
  281. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +7 -0
  282. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +6 -0
  283. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +7 -0
  284. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +7 -0
  285. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +13 -0
  286. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +7 -0
  287. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +13 -0
  288. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +7 -0
  289. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +13 -0
  290. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +7 -0
  291. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +14 -0
  292. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +7 -0
  293. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +13 -0
  294. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +8 -0
  295. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +17 -0
  296. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +8 -0
  297. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +45 -0
  298. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +7 -0
  299. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +13 -0
  300. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +8 -0
  301. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +14 -0
  302. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +9 -0
  303. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +57 -0
  304. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +7 -0
  305. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +13 -0
  306. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +7 -0
  307. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +13 -0
  308. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +7 -0
  309. package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +13 -0
  310. package/lib/client/formats/docx/import/destination/property-destination.d.ts +8 -0
  311. package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.d.ts +13 -0
  312. package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.js +52 -0
  313. package/lib/client/formats/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +6 -0
  314. package/lib/client/formats/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +6 -0
  315. package/lib/client/formats/docx/import/destination/relationships/relation-destination.d.ts +10 -0
  316. package/lib/client/formats/docx/import/destination/relationships/relationships-destination.d.ts +10 -0
  317. package/lib/client/formats/docx/import/destination/relationships/relationships-destination.js +18 -0
  318. package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.d.ts +5 -0
  319. package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.js +10 -0
  320. package/lib/client/formats/docx/import/destination/runs/custom-run-destination.d.ts +4 -0
  321. package/lib/client/formats/docx/import/destination/runs/data-container-run-destination.d.ts +4 -0
  322. package/lib/client/formats/docx/import/destination/runs/deleted-run-content-destination.d.ts +3 -0
  323. package/lib/client/formats/docx/import/destination/runs/deleted-text-destination.d.ts +9 -0
  324. package/lib/client/formats/docx/import/destination/runs/inline-object-destination.d.ts +20 -0
  325. package/lib/client/formats/docx/import/destination/runs/inline-object-destination.js +110 -0
  326. package/lib/client/formats/docx/import/destination/runs/inline-picture-destination.d.ts +3 -0
  327. package/lib/client/formats/docx/import/destination/runs/inserted-run-content-destination.d.ts +3 -0
  328. package/lib/client/formats/docx/import/destination/runs/revision-destination-base.d.ts +4 -0
  329. package/lib/client/formats/docx/import/destination/runs/run-break-destination.d.ts +5 -0
  330. package/lib/client/formats/docx/import/destination/runs/run-break-destination.js +12 -0
  331. package/lib/client/formats/docx/import/destination/runs/run-destination.d.ts +13 -0
  332. package/lib/client/formats/docx/import/destination/runs/run-destination.js +75 -0
  333. package/lib/client/formats/docx/import/destination/runs/run-tab-destination.d.ts +5 -0
  334. package/lib/client/formats/docx/import/destination/runs/run-tab-destination.js +10 -0
  335. package/lib/client/formats/docx/import/destination/runs/separator-destination.d.ts +6 -0
  336. package/lib/client/formats/docx/import/destination/runs/separator-destination.js +13 -0
  337. package/lib/client/formats/docx/import/destination/runs/symbol-destination.d.ts +6 -0
  338. package/lib/client/formats/docx/import/destination/runs/symbol-destination.js +29 -0
  339. package/lib/client/formats/docx/import/destination/runs/text-destination.d.ts +7 -0
  340. package/lib/client/formats/docx/import/destination/runs/text-destination.js +21 -0
  341. package/lib/client/formats/docx/import/destination/section/column-destination.d.ts +9 -0
  342. package/lib/client/formats/docx/import/destination/section/column-destination.js +17 -0
  343. package/lib/client/formats/docx/import/destination/section/columns-destination.d.ts +15 -0
  344. package/lib/client/formats/docx/import/destination/section/columns-destination.js +45 -0
  345. package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.d.ts +6 -0
  346. package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.js +21 -0
  347. package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +15 -0
  348. package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +64 -0
  349. package/lib/client/formats/docx/import/destination/section/inner-section-destination.d.ts +3 -0
  350. package/lib/client/formats/docx/import/destination/section/last-section-destination.d.ts +3 -0
  351. package/lib/client/formats/docx/import/destination/section/section-destination.d.ts +5 -0
  352. package/lib/client/formats/docx/import/destination/section/section-destination.js +33 -0
  353. package/lib/client/formats/docx/import/destination/section/section-different-first-page-destination.d.ts +5 -0
  354. package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.d.ts +7 -0
  355. package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.js +23 -0
  356. package/lib/client/formats/docx/import/destination/section/section-margins-destination.d.ts +7 -0
  357. package/lib/client/formats/docx/import/destination/section/section-page-numbering-destination.d.ts +5 -0
  358. package/lib/client/formats/docx/import/destination/section/section-page-size-destination.d.ts +8 -0
  359. package/lib/client/formats/docx/import/destination/section/section-page-size-destination.js +31 -0
  360. package/lib/client/formats/docx/import/destination/section/section-start-type-destination.d.ts +5 -0
  361. package/lib/client/formats/docx/import/destination/section/section-start-type-destination.js +11 -0
  362. package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.d.ts +11 -0
  363. package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.js +29 -0
  364. package/lib/client/formats/docx/import/destination/settings/default-tab-stop-destination.d.ts +5 -0
  365. package/lib/client/formats/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +5 -0
  366. package/lib/client/formats/docx/import/destination/settings/document-protection.d.ts +12 -0
  367. package/lib/client/formats/docx/import/destination/settings/document-protection.js +81 -0
  368. package/lib/client/formats/docx/import/destination/settings/document-variables-destination.d.ts +9 -0
  369. package/lib/client/formats/docx/import/destination/settings/document-variables-destination.js +22 -0
  370. package/lib/client/formats/docx/import/destination/settings/mirror-margins-destination.d.ts +5 -0
  371. package/lib/client/formats/docx/import/destination/settings/settings.d.ts +5 -0
  372. package/lib/client/formats/docx/import/destination/settings/settings.js +21 -0
  373. package/lib/client/formats/docx/import/destination/shading/shading-helper.d.ts +6 -0
  374. package/lib/client/formats/docx/import/destination/shading/shading-helper.js +13 -0
  375. package/lib/client/formats/docx/import/destination/structured-document-content-destination.d.ts +5 -0
  376. package/lib/client/formats/docx/import/destination/structured-document-destination.d.ts +5 -0
  377. package/lib/client/formats/docx/import/destination/style/base/linked-style-id-destination.d.ts +5 -0
  378. package/lib/client/formats/docx/import/destination/style/base/next-style-destination.d.ts +5 -0
  379. package/lib/client/formats/docx/import/destination/style/base/style-hidden-destination.d.ts +5 -0
  380. package/lib/client/formats/docx/import/destination/style/base/style-name-destination.d.ts +5 -0
  381. package/lib/client/formats/docx/import/destination/style/base/style-parent-id-destination.d.ts +5 -0
  382. package/lib/client/formats/docx/import/destination/style/base/style-qformat-destination.d.ts +5 -0
  383. package/lib/client/formats/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +5 -0
  384. package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.d.ts +5 -0
  385. package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.js +21 -0
  386. package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +7 -0
  387. package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.js +25 -0
  388. package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +6 -0
  389. package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +12 -0
  390. package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.d.ts +5 -0
  391. package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.js +13 -0
  392. package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +5 -0
  393. package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +12 -0
  394. package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +9 -0
  395. package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +17 -0
  396. package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +17 -0
  397. package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +31 -0
  398. package/lib/client/formats/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +3 -0
  399. package/lib/client/formats/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +3 -0
  400. package/lib/client/formats/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +3 -0
  401. package/lib/client/formats/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +3 -0
  402. package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +7 -0
  403. package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +5 -0
  404. package/lib/client/formats/docx/import/destination/style/run-style-reference-base-destination.d.ts +7 -0
  405. package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.d.ts +11 -0
  406. package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.js +55 -0
  407. package/lib/client/formats/docx/import/destination/style/style-destination-base.d.ts +21 -0
  408. package/lib/client/formats/docx/import/destination/style/style-destination-base.js +65 -0
  409. package/lib/client/formats/docx/import/destination/style/style-destination.d.ts +12 -0
  410. package/lib/client/formats/docx/import/destination/style/style-destination.js +60 -0
  411. package/lib/client/formats/docx/import/destination/style/styles-destination.d.ts +5 -0
  412. package/lib/client/formats/docx/import/destination/style/styles-destination.js +13 -0
  413. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +5 -0
  414. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +5 -0
  415. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +5 -0
  416. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +10 -0
  417. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +5 -0
  418. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +10 -0
  419. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +5 -0
  420. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +10 -0
  421. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +10 -0
  422. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +46 -0
  423. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +6 -0
  424. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +11 -0
  425. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +7 -0
  426. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +5 -0
  427. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +5 -0
  428. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +11 -0
  429. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +9 -0
  430. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +5 -0
  431. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +12 -0
  432. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +5 -0
  433. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +12 -0
  434. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +5 -0
  435. package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +8 -0
  436. package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.d.ts +18 -0
  437. package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.js +71 -0
  438. package/lib/client/formats/docx/import/destination/table/height-unit-destination.d.ts +9 -0
  439. package/lib/client/formats/docx/import/destination/table/height-unit-destination.js +20 -0
  440. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +5 -0
  441. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.js +14 -0
  442. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +5 -0
  443. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +7 -0
  444. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +3 -0
  445. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +5 -0
  446. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +5 -0
  447. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +5 -0
  448. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.js +10 -0
  449. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +5 -0
  450. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +7 -0
  451. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +10 -0
  452. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.js +48 -0
  453. package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +8 -0
  454. package/lib/client/formats/docx/import/destination/table/row/table-row-destination.d.ts +13 -0
  455. package/lib/client/formats/docx/import/destination/table/row/table-row-destination.js +44 -0
  456. package/lib/client/formats/docx/import/destination/table/table/grid-column-destination.d.ts +9 -0
  457. package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +5 -0
  458. package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.js +12 -0
  459. package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +5 -0
  460. package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +10 -0
  461. package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +19 -0
  462. package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.js +24 -0
  463. package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.d.ts +5 -0
  464. package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.js +12 -0
  465. package/lib/client/formats/docx/import/destination/table/table/properties/table-look-destination.d.ts +5 -0
  466. package/lib/client/formats/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +5 -0
  467. package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +7 -0
  468. package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +14 -0
  469. package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.js +61 -0
  470. package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.d.ts +10 -0
  471. package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.js +17 -0
  472. package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +11 -0
  473. package/lib/client/formats/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +5 -0
  474. package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +5 -0
  475. package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +13 -0
  476. package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +5 -0
  477. package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +13 -0
  478. package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +5 -0
  479. package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.js +11 -0
  480. package/lib/client/formats/docx/import/destination/table/table/table-destination.d.ts +16 -0
  481. package/lib/client/formats/docx/import/destination/table/table/table-destination.js +78 -0
  482. package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.d.ts +8 -0
  483. package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.js +15 -0
  484. package/lib/client/formats/docx/import/destination/table/table-style-destination.d.ts +9 -0
  485. package/lib/client/formats/docx/import/destination/table/width-unit-destination.d.ts +14 -0
  486. package/lib/client/formats/docx/import/destination/table/width-unit-destination.js +33 -0
  487. package/lib/client/formats/docx/import/destination/tabs/tab-destination.d.ts +5 -0
  488. package/lib/client/formats/docx/import/destination/tabs/tab-destination.js +22 -0
  489. package/lib/client/formats/docx/import/destination/tabs/tabs-destination.d.ts +6 -0
  490. package/lib/client/formats/docx/import/destination/tabs/tabs-destination.js +11 -0
  491. package/lib/client/formats/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +7 -0
  492. package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +10 -0
  493. package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.js +28 -0
  494. package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination.d.ts +6 -0
  495. package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +16 -0
  496. package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +83 -0
  497. package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.d.ts +5 -0
  498. package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.js +13 -0
  499. package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +5 -0
  500. package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.js +7 -0
  501. package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.d.ts +8 -0
  502. package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.js +15 -0
  503. package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +7 -0
  504. package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +29 -0
  505. package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +5 -0
  506. package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +13 -0
  507. package/lib/client/formats/docx/import/destination/themes/color/preset-color-destination.d.ts +5 -0
  508. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +5 -0
  509. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +10 -0
  510. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +5 -0
  511. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +10 -0
  512. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +5 -0
  513. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +10 -0
  514. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +9 -0
  515. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +5 -0
  516. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +10 -0
  517. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +5 -0
  518. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +10 -0
  519. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +5 -0
  520. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.js +10 -0
  521. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +5 -0
  522. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.js +10 -0
  523. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +5 -0
  524. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +10 -0
  525. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +5 -0
  526. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.js +10 -0
  527. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +5 -0
  528. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +10 -0
  529. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +5 -0
  530. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +10 -0
  531. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +5 -0
  532. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.js +10 -0
  533. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +5 -0
  534. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +10 -0
  535. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +5 -0
  536. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +10 -0
  537. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +5 -0
  538. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.js +10 -0
  539. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +5 -0
  540. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +10 -0
  541. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +5 -0
  542. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +10 -0
  543. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +5 -0
  544. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +10 -0
  545. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +5 -0
  546. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +10 -0
  547. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +5 -0
  548. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +10 -0
  549. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +5 -0
  550. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +10 -0
  551. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +5 -0
  552. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +10 -0
  553. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +5 -0
  554. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.js +10 -0
  555. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +5 -0
  556. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +10 -0
  557. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +5 -0
  558. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +10 -0
  559. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +5 -0
  560. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +10 -0
  561. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +5 -0
  562. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.js +10 -0
  563. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +5 -0
  564. package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.js +10 -0
  565. package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.d.ts +5 -0
  566. package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.js +11 -0
  567. package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.d.ts +5 -0
  568. package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.js +11 -0
  569. package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +9 -0
  570. package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.js +31 -0
  571. package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +20 -0
  572. package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +54 -0
  573. package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +12 -0
  574. package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +23 -0
  575. package/lib/client/formats/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +9 -0
  576. package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +7 -0
  577. package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +15 -0
  578. package/lib/client/formats/docx/import/destination/themes/office-theme-destination.d.ts +8 -0
  579. package/lib/client/formats/docx/import/destination/themes/office-theme-destination.js +20 -0
  580. package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.d.ts +5 -0
  581. package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.js +15 -0
  582. package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.d.ts +73 -0
  583. package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.js +294 -0
  584. package/lib/client/formats/docx/import/importer-options.d.ts +12 -0
  585. package/lib/client/formats/docx/import/importer-options.js +14 -0
  586. package/lib/client/formats/docx/import/importer.d.ts +20 -0
  587. package/lib/client/formats/docx/import/importer.js +135 -0
  588. package/lib/client/formats/docx/import/importers/alt-chunk-importer.d.ts +9 -0
  589. package/lib/client/formats/docx/import/importers/bookmark-importer.d.ts +8 -0
  590. package/lib/client/formats/docx/import/importers/bookmark-importer.js +15 -0
  591. package/lib/client/formats/docx/import/importers/character-importer.d.ts +20 -0
  592. package/lib/client/formats/docx/import/importers/character-importer.js +58 -0
  593. package/lib/client/formats/docx/import/importers/comments-importer.d.ts +7 -0
  594. package/lib/client/formats/docx/import/importers/core-properties-importer.d.ts +7 -0
  595. package/lib/client/formats/docx/import/importers/custom-properties-importer.d.ts +5 -0
  596. package/lib/client/formats/docx/import/importers/end-notes-importer.d.ts +5 -0
  597. package/lib/client/formats/docx/import/importers/field-importer.d.ts +20 -0
  598. package/lib/client/formats/docx/import/importers/field-importer.js +78 -0
  599. package/lib/client/formats/docx/import/importers/foot-notes-importer.d.ts +6 -0
  600. package/lib/client/formats/docx/import/importers/header-footer-importer.d.ts +5 -0
  601. package/lib/client/formats/docx/import/importers/numbering-list-importer.d.ts +8 -0
  602. package/lib/client/formats/docx/import/importers/paragraph-importer.d.ts +25 -0
  603. package/lib/client/formats/docx/import/importers/paragraph-importer.js +60 -0
  604. package/lib/client/formats/docx/import/importers/position-importer.d.ts +6 -0
  605. package/lib/client/formats/docx/import/importers/range-permission-importer.d.ts +10 -0
  606. package/lib/client/formats/docx/import/importers/range-permission-importer.js +36 -0
  607. package/lib/client/formats/docx/import/importers/section-importer.d.ts +14 -0
  608. package/lib/client/formats/docx/import/importers/section-importer.js +30 -0
  609. package/lib/client/formats/docx/import/importers/settings-importer.d.ts +8 -0
  610. package/lib/client/formats/docx/import/importers/styles-importer.d.ts +123 -0
  611. package/lib/client/formats/docx/import/importers/styles-importer.js +343 -0
  612. package/lib/client/formats/docx/import/importers/table-importer.d.ts +14 -0
  613. package/lib/client/formats/docx/import/importers/table-importer.js +23 -0
  614. package/lib/client/formats/docx/import/importers/themes-importer.d.ts +5 -0
  615. package/lib/client/formats/docx/import/importers/web-settings-importer.d.ts +8 -0
  616. package/lib/client/formats/docx/import/list/open-xml-abstract-numbering-info.d.ts +7 -0
  617. package/lib/client/formats/docx/import/list/open-xml-list-level-override.d.ts +15 -0
  618. package/lib/client/formats/docx/import/list/open-xml-list-level-override.js +38 -0
  619. package/lib/client/formats/docx/import/list/open-xml-numbering-list-info.d.ts +9 -0
  620. package/lib/client/formats/docx/import/model/alt-chunk-info.d.ts +7 -0
  621. package/lib/client/formats/docx/import/model/comment-list-info.d.ts +18 -0
  622. package/lib/client/formats/docx/import/model/floating-object-import-info.d.ts +31 -0
  623. package/lib/client/formats/docx/import/model/floating-object-import-info.js +67 -0
  624. package/lib/client/formats/docx/import/model/import-bookmark-info.d.ts +8 -0
  625. package/lib/client/formats/docx/import/model/import-bookmark-info.js +15 -0
  626. package/lib/client/formats/docx/import/model/import-field-info.d.ts +16 -0
  627. package/lib/client/formats/docx/import/model/import-range-permission-info.d.ts +11 -0
  628. package/lib/client/formats/docx/import/model/import-range-permission-info.js +10 -0
  629. package/lib/client/formats/docx/import/model/import-sub-document-info.d.ts +32 -0
  630. package/lib/client/formats/docx/import/model/import-sub-document-info.js +37 -0
  631. package/lib/client/formats/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +16 -0
  632. package/lib/client/formats/docx/import/utils/culture-info-helper.d.ts +5 -0
  633. package/lib/client/formats/docx/import/utils/culture-info-helper.js +386 -0
  634. package/lib/client/formats/docx/import/utils/markup-language-color-parser.d.ts +8 -0
  635. package/lib/client/formats/docx/import/utils/markup-language-color-parser.js +79 -0
  636. package/lib/client/formats/docx/import/utils/reader-helper.d.ts +37 -0
  637. package/lib/client/formats/docx/import/utils/reader-helper.js +188 -0
  638. package/lib/client/formats/docx/import/utils/relations-collection.d.ts +21 -0
  639. package/lib/client/formats/docx/import/utils/relations-collection.js +93 -0
  640. package/lib/client/formats/docx/translation-table/ml-table-data.d.ts +6 -0
  641. package/lib/client/formats/docx/translation-table/translation-tables-data.d.ts +6 -0
  642. package/lib/client/formats/docx/translation-table/translation-tables.d.ts +121 -0
  643. package/lib/client/formats/docx/translation-table/translation-tables.js +910 -0
  644. package/lib/client/formats/docx/translation-table/word-processing-mlvalue.d.ts +6 -0
  645. package/lib/client/formats/docx/utils/constants.d.ts +140 -0
  646. package/lib/client/formats/docx/utils/constants.js +193 -0
  647. package/lib/client/formats/docx/utils/lock-aspect-ratio-table.d.ts +9 -0
  648. package/lib/client/formats/docx/utils/open-xml-relation.d.ts +8 -0
  649. package/lib/client/formats/docx/utils/path-helper.d.ts +6 -0
  650. package/lib/client/formats/docx/utils/progress-indication.d.ts +29 -0
  651. package/lib/client/formats/docx/utils/string-extensions.d.ts +3 -0
  652. package/lib/client/formats/docx/utils/string-value-parser.d.ts +6 -0
  653. package/lib/client/formats/docx/utils/units-converter.d.ts +5 -0
  654. package/lib/client/formats/docx/utils/value-info.d.ts +9 -0
  655. package/lib/client/formats/docx/utils/xml-chars-decoder.d.ts +4 -0
  656. package/lib/client/formats/docx/zip/xml-reader.d.ts +38 -0
  657. package/lib/client/formats/docx/zip/xml-writer.d.ts +40 -0
  658. package/lib/client/formats/docx/zip/xml-writer.js +149 -0
  659. package/lib/client/formats/docx/zip/zip-builder.d.ts +11 -0
  660. package/lib/client/formats/docx/zip/zip-reader.d.ts +11 -0
  661. package/lib/client/formatters-options.d.ts +0 -1
  662. package/lib/client/i-rich-constructor-settings.d.ts +8 -9
  663. package/lib/client/loading-panel/manager.d.ts +1 -2
  664. package/lib/client/loading-panel/manager.js +1 -1
  665. package/lib/client/loading-panel/panel.d.ts +1 -2
  666. package/lib/client/loading-panel/panel.js +1 -1
  667. package/lib/client/loading-panel/status-bar-panel.d.ts +1 -2
  668. package/lib/client/loading-panel/status-bar-panel.js +1 -1
  669. package/lib/client/localization.d.ts +1 -2
  670. package/lib/client/localization.js +1 -1
  671. package/lib/client/losing-changes-watcher.d.ts +0 -1
  672. package/lib/client/model/fields/field-client-request-manager.d.ts +3 -4
  673. package/lib/client/model/fields/field-client-request-manager.js +7 -7
  674. package/lib/client/model/font-changes-listener.d.ts +3 -4
  675. package/lib/client/model/font-changes-listener.js +1 -1
  676. package/lib/client/model/styles/known-style-names.d.ts +0 -1
  677. package/lib/client/model/styles/known-style-names.js +2 -2
  678. package/lib/client/model-api/anchor-info.d.ts +66 -0
  679. package/lib/client/model-api/api-utils/api-utils.d.ts +24 -0
  680. package/lib/client/model-api/api-utils/api-utils.js +120 -0
  681. package/lib/client/model-api/api-utils/insert-text.d.ts +8 -0
  682. package/lib/client/model-api/api-utils/insert-text.js +52 -0
  683. package/lib/client/model-api/api-utils/model-parameter-checker.d.ts +11 -0
  684. package/lib/client/model-api/api-utils/model-parameter-checker.js +40 -0
  685. package/lib/client/model-api/api-utils/parameter-checker.d.ts +23 -0
  686. package/lib/client/model-api/api-utils/range-permission-finder.d.ts +5 -0
  687. package/lib/client/model-api/bookmark.d.ts +16 -0
  688. package/lib/client/model-api/bookmark.js +24 -0
  689. package/lib/client/model-api/character-properties.d.ts +50 -0
  690. package/lib/client/model-api/character-properties.js +116 -0
  691. package/lib/client/model-api/collections/bookmark-collection.d.ts +14 -0
  692. package/lib/client/model-api/collections/bookmark-collection.js +52 -0
  693. package/lib/client/model-api/collections/collection.d.ts +9 -0
  694. package/lib/client/model-api/collections/control-font.d.ts +11 -0
  695. package/lib/client/model-api/collections/control-font.js +35 -0
  696. package/lib/client/model-api/collections/drawing-object-collection-base.d.ts +19 -0
  697. package/lib/client/model-api/collections/drawing-object-collection-base.js +54 -0
  698. package/lib/client/model-api/collections/drawing-object-collection.d.ts +18 -0
  699. package/lib/client/model-api/collections/drawing-object-collection.js +72 -0
  700. package/lib/client/model-api/collections/field-collection.d.ts +26 -0
  701. package/lib/client/model-api/collections/field-collection.js +125 -0
  702. package/lib/client/model-api/collections/fonts-collection.d.ts +10 -0
  703. package/lib/client/model-api/collections/hyperlink-collection.d.ts +14 -0
  704. package/lib/client/model-api/collections/hyperlink-collection.js +83 -0
  705. package/lib/client/model-api/collections/numbered-list-collection.d.ts +12 -0
  706. package/lib/client/model-api/collections/numbered-list-collection.js +47 -0
  707. package/lib/client/model-api/collections/paragraph-collection.d.ts +14 -0
  708. package/lib/client/model-api/collections/paragraph-collection.js +34 -0
  709. package/lib/client/model-api/collections/range-permission-collection.d.ts +21 -0
  710. package/lib/client/model-api/collections/range-permission-collection.js +93 -0
  711. package/lib/client/model-api/collections/section-collection.d.ts +10 -0
  712. package/lib/client/model-api/collections/sub-documents-collection.d.ts +10 -0
  713. package/lib/client/model-api/collections/sub-documents-collection.js +24 -0
  714. package/lib/client/model-api/collections/table/table-base-collection.d.ts +24 -0
  715. package/lib/client/model-api/collections/table/table-base-collection.js +53 -0
  716. package/lib/client/model-api/collections/table/table-cell-collection.d.ts +16 -0
  717. package/lib/client/model-api/collections/table/table-cell-collection.js +55 -0
  718. package/lib/client/model-api/collections/table/table-collection.d.ts +13 -0
  719. package/lib/client/model-api/collections/table/table-collection.js +66 -0
  720. package/lib/client/model-api/collections/table/table-row-collection.d.ts +16 -0
  721. package/lib/client/model-api/collections/table/table-row-collection.js +46 -0
  722. package/lib/client/model-api/document.d.ts +53 -0
  723. package/lib/client/model-api/document.js +111 -0
  724. package/lib/client/model-api/field.d.ts +48 -0
  725. package/lib/client/model-api/field.js +109 -0
  726. package/lib/client/model-api/fonts/control-font-face-descriptors.d.ts +10 -0
  727. package/lib/client/model-api/fonts/control-font.d.ts +17 -0
  728. package/lib/client/model-api/fonts/control-font.js +39 -0
  729. package/lib/client/model-api/fonts/model-font.d.ts +10 -0
  730. package/lib/client/model-api/formats/enum.d.ts +5 -0
  731. package/lib/client/model-api/formats/exporter.d.ts +4 -0
  732. package/lib/client/model-api/formats/exporter.js +23 -0
  733. package/lib/client/model-api/formats/importer.d.ts +7 -0
  734. package/lib/client/model-api/formats/importer.js +32 -0
  735. package/lib/client/model-api/images/floating-image.d.ts +25 -0
  736. package/lib/client/model-api/images/floating-image.js +169 -0
  737. package/lib/client/model-api/images/image-enums.d.ts +60 -0
  738. package/lib/client/model-api/images/image-interfaces.d.ts +91 -0
  739. package/lib/client/model-api/images/image-iterator.d.ts +13 -0
  740. package/lib/client/model-api/images/image-iterator.js +23 -0
  741. package/lib/client/model-api/images/image.d.ts +32 -0
  742. package/lib/client/model-api/images/image.js +108 -0
  743. package/lib/client/model-api/images/images.d.ts +21 -0
  744. package/lib/client/model-api/images/images.js +221 -0
  745. package/lib/client/model-api/images/inline-image.d.ts +9 -0
  746. package/lib/client/model-api/interval.d.ts +14 -0
  747. package/lib/client/model-api/lists/enums.d.ts +78 -0
  748. package/lib/client/model-api/lists/enums.js +90 -0
  749. package/lib/client/model-api/lists/list-level-settings.d.ts +17 -0
  750. package/lib/client/model-api/lists/lists.d.ts +13 -0
  751. package/lib/client/model-api/lists/lists.js +114 -0
  752. package/lib/client/model-api/paragraph.d.ts +72 -0
  753. package/lib/client/model-api/paragraph.js +161 -0
  754. package/lib/client/model-api/picture.d.ts +33 -0
  755. package/lib/client/model-api/picture.js +186 -0
  756. package/lib/client/model-api/range-permission.d.ts +17 -0
  757. package/lib/client/model-api/range-permission.js +25 -0
  758. package/lib/client/model-api/rectangle.d.ts +7 -0
  759. package/lib/client/model-api/section.d.ts +147 -0
  760. package/lib/client/model-api/section.js +285 -0
  761. package/lib/client/model-api/size.d.ts +18 -0
  762. package/lib/client/model-api/sub-document.d.ts +68 -0
  763. package/lib/client/model-api/sub-document.js +284 -0
  764. package/lib/client/model-api/table/enums.d.ts +213 -0
  765. package/lib/client/model-api/table/enums.js +218 -0
  766. package/lib/client/model-api/table/table-borders.d.ts +36 -0
  767. package/lib/client/model-api/table/table-borders.js +21 -0
  768. package/lib/client/model-api/table/table-cell.d.ts +34 -0
  769. package/lib/client/model-api/table/table-cell.js +120 -0
  770. package/lib/client/model-api/table/table-element-base.d.ts +42 -0
  771. package/lib/client/model-api/table/table-element-base.js +115 -0
  772. package/lib/client/model-api/table/table-row.d.ts +19 -0
  773. package/lib/client/model-api/table/table-row.js +44 -0
  774. package/lib/client/model-api/table/table-style-options.d.ts +10 -0
  775. package/lib/client/model-api/table/table-style-options.js +6 -0
  776. package/lib/client/model-api/table/table.d.ts +42 -0
  777. package/lib/client/model-api/table/table.js +227 -0
  778. package/lib/client/model-api/table/types.d.ts +13 -0
  779. package/lib/client/model-api/text-box.d.ts +43 -0
  780. package/lib/client/model-api/text-box.js +103 -0
  781. package/lib/client/model-api/unit-converter.d.ts +13 -0
  782. package/lib/client/public/all-debug.d.ts +3 -4
  783. package/lib/client/public/all-debug.js +3 -3
  784. package/lib/client/public/all.d.ts +0 -1
  785. package/lib/client/public/api/authentication-options.d.ts +0 -1
  786. package/lib/client/public/api/mail-merge-options.d.ts +0 -1
  787. package/lib/client/public/api/mail-merge-options.js +1 -1
  788. package/lib/client/public/api/print-layout-view.d.ts +0 -1
  789. package/lib/client/public/api/range-permission-options.d.ts +0 -1
  790. package/lib/client/public/api/simple-view.d.ts +0 -1
  791. package/lib/client/public/api/spell-checker-options.d.ts +1 -2
  792. package/lib/client/public/characters.d.ts +0 -1
  793. package/lib/client/public/characters.js +1 -1
  794. package/lib/client/public/client-events.d.ts +0 -1
  795. package/lib/client/public/commands/commands.d.ts +1 -2
  796. package/lib/client/public/commands/commands.js +2 -2
  797. package/lib/client/public/commands/enum.d.ts +0 -1
  798. package/lib/client/public/commands/ui-changes-listener.d.ts +3 -4
  799. package/lib/client/public/commands/ui-changes-listener.js +1 -1
  800. package/lib/client/public/context-menu/helpers.d.ts +0 -1
  801. package/lib/client/public/context-menu/helpers.js +1 -1
  802. package/lib/client/public/context-menu/item.d.ts +0 -1
  803. package/lib/client/public/context-menu/menu.d.ts +0 -1
  804. package/lib/client/public/document-processor.d.ts +6 -7
  805. package/lib/client/public/document-processor.js +3 -3
  806. package/lib/client/public/events.d.ts +3 -4
  807. package/lib/client/public/events.js +1 -1
  808. package/lib/client/public/nusa/commands.d.ts +0 -1
  809. package/lib/client/public/nusa/custom-container-registrator.d.ts +0 -1
  810. package/lib/client/public/nusa/custom-control-registrator.d.ts +0 -1
  811. package/lib/client/public/nusa/custom-control-registrator.js +2 -2
  812. package/lib/client/public/nusa/external-types.d.ts +0 -1
  813. package/lib/client/public/nusa/placeholders.d.ts +0 -1
  814. package/lib/client/public/nusa/rich-edits-holder.d.ts +0 -1
  815. package/lib/client/public/nusa/settings.d.ts +0 -1
  816. package/lib/client/public/options.d.ts +3 -4
  817. package/lib/client/public/options.js +1 -1
  818. package/lib/client/public/ribbon/creator.d.ts +3 -4
  819. package/lib/client/public/ribbon/index.d.ts +0 -1
  820. package/lib/client/public/ribbon/item-ids.d.ts +0 -1
  821. package/lib/client/public/ribbon/items/base.d.ts +0 -1
  822. package/lib/client/public/ribbon/items/button.d.ts +0 -1
  823. package/lib/client/public/ribbon/items/color-box.d.ts +0 -1
  824. package/lib/client/public/ribbon/items/menu.d.ts +0 -1
  825. package/lib/client/public/ribbon/items/number-box.d.ts +0 -1
  826. package/lib/client/public/ribbon/items/select-box.d.ts +0 -1
  827. package/lib/client/public/ribbon/items/select-box.js +1 -1
  828. package/lib/client/public/ribbon/items/sub-menu.d.ts +0 -1
  829. package/lib/client/public/ribbon/ribbon.d.ts +0 -1
  830. package/lib/client/public/ribbon/tab.d.ts +0 -1
  831. package/lib/client/public/rich-edit.d.ts +48 -46
  832. package/lib/client/public/rich-edit.js +55 -52
  833. package/lib/client/public/utils.d.ts +2 -3
  834. package/lib/client/public/utils.js +3 -3
  835. package/lib/client/ribbon/i-localized-ribbon-item-options.d.ts +3 -0
  836. package/lib/client/ribbon/i-ribbon-item-options.d.ts +8 -0
  837. package/lib/client/ribbon/i-ribbon-text-content-options.d.ts +7 -0
  838. package/lib/client/ribbon/i-toolbar-item-options.d.ts +69 -0
  839. package/lib/client/ribbon/ribbon.d.ts +73 -0
  840. package/lib/client/ribbon/toolbar-items/index.d.ts +10 -0
  841. package/lib/client/ribbon/toolbar-items/toolbar-button-group-item.d.ts +10 -0
  842. package/lib/client/ribbon/toolbar-items/toolbar-button-item.d.ts +14 -0
  843. package/lib/client/ribbon/toolbar-items/toolbar-color-box-item.d.ts +14 -0
  844. package/lib/client/ribbon/toolbar-items/toolbar-interactive-item.d.ts +26 -0
  845. package/lib/client/ribbon/toolbar-items/toolbar-item-base.d.ts +8 -0
  846. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +15 -0
  847. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +15 -0
  848. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +28 -0
  849. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +15 -0
  850. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +26 -0
  851. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +17 -0
  852. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +8 -0
  853. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +19 -0
  854. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +109 -0
  855. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +15 -0
  856. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +16 -0
  857. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +6 -0
  858. package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +17 -0
  859. package/lib/client/ribbon/toolbar-items/toolbar-menu-item.d.ts +19 -0
  860. package/lib/client/ribbon/toolbar-items/toolbar-number-box-item.d.ts +8 -0
  861. package/lib/client/ribbon/toolbar-items/toolbar-select-box-item.d.ts +8 -0
  862. package/lib/client/ribbon/toolbar-items/toolbar-separator-item.d.ts +7 -0
  863. package/lib/client/ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +19 -0
  864. package/lib/client/settings.d.ts +14 -15
  865. package/lib/client/settings.js +14 -14
  866. package/lib/client/ui/client-quick-search-panel.d.ts +1 -2
  867. package/lib/client/ui/client-quick-search-panel.js +3 -3
  868. package/lib/client/ui/full-screen-helper.d.ts +0 -1
  869. package/lib/client/ui/full-screen-helper.js +4 -4
  870. package/lib/client/utils/devextreme/devextreme-types.d.ts +76 -0
  871. package/lib/client/utils/devextreme/dxt-theme-css-classes.d.ts +14 -0
  872. package/lib/client/utils/devextreme/dxt-utils.d.ts +8 -0
  873. package/lib/common/auto-correct/auto-correct-providers.d.ts +60 -0
  874. package/lib/common/auto-correct/auto-correct-providers.js +273 -0
  875. package/lib/common/auto-correct/auto-correct-service.d.ts +10 -0
  876. package/lib/common/bars/base.d.ts +24 -0
  877. package/lib/common/bars/base.js +76 -0
  878. package/lib/common/bars/context-menu.d.ts +20 -0
  879. package/lib/common/bars/context-menu.js +134 -0
  880. package/lib/common/bars/interfaces.d.ts +35 -0
  881. package/lib/common/bars/ribbon.d.ts +25 -0
  882. package/lib/common/bars/ribbon.js +158 -0
  883. package/lib/common/canvas/canvas-manager.d.ts +73 -0
  884. package/lib/common/canvas/canvas-manager.js +385 -0
  885. package/lib/common/canvas/canvas-scroll-info.d.ts +29 -0
  886. package/lib/common/canvas/canvas-scroll-manager.d.ts +22 -0
  887. package/lib/common/canvas/canvas-scroll-manager.js +106 -0
  888. package/lib/common/canvas/canvas-size-info.d.ts +22 -0
  889. package/lib/common/canvas/canvas-size-info.js +51 -0
  890. package/lib/common/canvas/i-control-height-provider.d.ts +3 -0
  891. package/lib/common/canvas/listeners/anchor-listener.d.ts +12 -0
  892. package/lib/common/canvas/listeners/anchor-listener.js +17 -0
  893. package/lib/common/canvas/listeners/auto-scroll-listener.d.ts +13 -0
  894. package/lib/common/canvas/listeners/auto-scroll-listener.js +35 -0
  895. package/lib/common/canvas/listeners/drag-caret-listener.d.ts +5 -0
  896. package/lib/common/canvas/listeners/drag-caret-listener.js +8 -0
  897. package/lib/common/canvas/listeners/frame-base-listener.d.ts +32 -0
  898. package/lib/common/canvas/listeners/full-table-selector-listener.d.ts +4 -0
  899. package/lib/common/canvas/listeners/full-table-selector-listener.js +7 -0
  900. package/lib/common/canvas/listeners/resize-box-listener.d.ts +21 -0
  901. package/lib/common/canvas/listeners/resize-table-listener.d.ts +4 -0
  902. package/lib/common/canvas/listeners/resize-table-listener.js +7 -0
  903. package/lib/common/canvas/picture-renderer.d.ts +5 -0
  904. package/lib/common/canvas/renderer-class-names.d.ts +67 -0
  905. package/lib/common/canvas/renderes/canvas-listener/canvas-listener.d.ts +15 -0
  906. package/lib/common/canvas/renderes/canvas-listener/canvas-listener.js +21 -0
  907. package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +14 -0
  908. package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +158 -0
  909. package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +33 -0
  910. package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +134 -0
  911. package/lib/common/canvas/renderes/change-active-sub-document/base-renderer.d.ts +24 -0
  912. package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +5 -0
  913. package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +25 -0
  914. package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +15 -0
  915. package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +122 -0
  916. package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +14 -0
  917. package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +57 -0
  918. package/lib/common/canvas/renderes/change-active-sub-document/renderer.d.ts +20 -0
  919. package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +5 -0
  920. package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.js +45 -0
  921. package/lib/common/canvas/renderes/common/document-renderer.d.ts +127 -0
  922. package/lib/common/canvas/renderes/common/document-renderer.js +882 -0
  923. package/lib/common/canvas/renderes/common/print-layout-renderer.d.ts +6 -0
  924. package/lib/common/canvas/renderes/common/simple-view-renderer.d.ts +29 -0
  925. package/lib/common/canvas/renderes/common/simple-view-renderer.js +166 -0
  926. package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +11 -0
  927. package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +24 -0
  928. package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +13 -0
  929. package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.js +29 -0
  930. package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +11 -0
  931. package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.js +24 -0
  932. package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +18 -0
  933. package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.js +54 -0
  934. package/lib/common/canvas/renderes/selection-renderers/selection-renderer.d.ts +22 -0
  935. package/lib/common/canvas/renderes/selection-renderers/selection-renderer.js +65 -0
  936. package/lib/common/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +19 -0
  937. package/lib/common/canvas/renderes/view-manager.d.ts +70 -0
  938. package/lib/common/canvas/renderes/view-manager.js +172 -0
  939. package/lib/common/canvas/renderes/z-index-helper.d.ts +25 -0
  940. package/lib/common/canvas/utils.d.ts +4 -0
  941. package/lib/common/client-side-events.d.ts +24 -0
  942. package/lib/common/clipboard-content-inserter.d.ts +11 -0
  943. package/lib/common/clipboard-content-inserter.js +107 -0
  944. package/lib/common/commands/bookmark-command.d.ts +23 -0
  945. package/lib/common/commands/bookmark-command.js +88 -0
  946. package/lib/common/commands/character-properties/change-character-properties-command-base.d.ts +20 -0
  947. package/lib/common/commands/character-properties/change-character-properties-command-base.js +83 -0
  948. package/lib/common/commands/character-properties/change-font-back-color-command.d.ts +16 -0
  949. package/lib/common/commands/character-properties/change-font-back-color-command.js +33 -0
  950. package/lib/common/commands/character-properties/change-font-color-command.d.ts +9 -0
  951. package/lib/common/commands/character-properties/change-font-color-command.js +18 -0
  952. package/lib/common/commands/character-properties/change-font-name-command.d.ts +7 -0
  953. package/lib/common/commands/character-properties/change-font-name-command.js +28 -0
  954. package/lib/common/commands/character-properties/change-font-size-command.d.ts +19 -0
  955. package/lib/common/commands/character-properties/change-font-size-command.js +75 -0
  956. package/lib/common/commands/character-properties/toggle-font-bold-command.d.ts +6 -0
  957. package/lib/common/commands/character-properties/toggle-font-bold-command.js +10 -0
  958. package/lib/common/commands/character-properties/toggle-font-italic-command.d.ts +6 -0
  959. package/lib/common/commands/character-properties/toggle-font-italic-command.js +10 -0
  960. package/lib/common/commands/character-properties/toggle-font-script-command.d.ts +16 -0
  961. package/lib/common/commands/character-properties/toggle-font-script-command.js +30 -0
  962. package/lib/common/commands/character-properties/toggle-font-strikeout-command.d.ts +7 -0
  963. package/lib/common/commands/character-properties/toggle-font-strikeout-command.js +11 -0
  964. package/lib/common/commands/character-properties/toggle-font-underline-command.d.ts +16 -0
  965. package/lib/common/commands/character-properties/toggle-font-underline-command.js +30 -0
  966. package/lib/common/commands/client-command.d.ts +420 -0
  967. package/lib/common/commands/command-base.d.ts +72 -0
  968. package/lib/common/commands/command-base.js +207 -0
  969. package/lib/common/commands/command-manager.d.ts +32 -0
  970. package/lib/common/commands/command-states.d.ts +38 -0
  971. package/lib/common/commands/dialogs/dialog-alert-message-command.d.ts +91 -0
  972. package/lib/common/commands/dialogs/dialog-bookmarks-command.d.ts +28 -0
  973. package/lib/common/commands/dialogs/dialog-bookmarks-command.js +64 -0
  974. package/lib/common/commands/dialogs/dialog-border-shading-command.d.ts +74 -0
  975. package/lib/common/commands/dialogs/dialog-border-shading-command.js +279 -0
  976. package/lib/common/commands/dialogs/dialog-columns-command.d.ts +126 -0
  977. package/lib/common/commands/dialogs/dialog-columns-command.js +499 -0
  978. package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.d.ts +59 -0
  979. package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.js +293 -0
  980. package/lib/common/commands/dialogs/dialog-find-replace-command.d.ts +26 -0
  981. package/lib/common/commands/dialogs/dialog-find-replace-command.js +75 -0
  982. package/lib/common/commands/dialogs/dialog-finish-and-merge-command.d.ts +33 -0
  983. package/lib/common/commands/dialogs/dialog-finish-and-merge-command.js +62 -0
  984. package/lib/common/commands/dialogs/dialog-font-command.d.ts +48 -0
  985. package/lib/common/commands/dialogs/dialog-font-command.js +168 -0
  986. package/lib/common/commands/dialogs/dialog-hyperlink-command.d.ts +38 -0
  987. package/lib/common/commands/dialogs/dialog-hyperlink-command.js +154 -0
  988. package/lib/common/commands/dialogs/dialog-insert-image-command.d.ts +21 -0
  989. package/lib/common/commands/dialogs/dialog-insert-image-command.js +51 -0
  990. package/lib/common/commands/dialogs/dialog-insert-merge-field-command.d.ts +19 -0
  991. package/lib/common/commands/dialogs/dialog-insert-merge-field-command.js +44 -0
  992. package/lib/common/commands/dialogs/dialog-insert-table-cells-command.d.ts +30 -0
  993. package/lib/common/commands/dialogs/dialog-insert-table-cells-command.js +97 -0
  994. package/lib/common/commands/dialogs/dialog-insert-table-command.d.ts +16 -0
  995. package/lib/common/commands/dialogs/dialog-layout-options-command.d.ts +60 -0
  996. package/lib/common/commands/dialogs/dialog-layout-options-command.js +372 -0
  997. package/lib/common/commands/dialogs/dialog-numbering-list-command.d.ts +23 -0
  998. package/lib/common/commands/dialogs/dialog-numbering-list-command.js +121 -0
  999. package/lib/common/commands/dialogs/dialog-page-setup-command.d.ts +55 -0
  1000. package/lib/common/commands/dialogs/dialog-page-setup-command.js +215 -0
  1001. package/lib/common/commands/dialogs/dialog-paragraph-properties-command.d.ts +44 -0
  1002. package/lib/common/commands/dialogs/dialog-paragraph-properties-command.js +174 -0
  1003. package/lib/common/commands/dialogs/dialog-spell-checker-command.d.ts +37 -0
  1004. package/lib/common/commands/dialogs/dialog-spell-checker-command.js +82 -0
  1005. package/lib/common/commands/dialogs/dialog-split-table-cells-command.d.ts +21 -0
  1006. package/lib/common/commands/dialogs/dialog-symbols-command.d.ts +26 -0
  1007. package/lib/common/commands/dialogs/dialog-symbols-command.js +73 -0
  1008. package/lib/common/commands/dialogs/dialog-table-properties-command.d.ts +84 -0
  1009. package/lib/common/commands/dialogs/dialog-table-properties-command.js +417 -0
  1010. package/lib/common/commands/dialogs/dialog-tabs-command.d.ts +19 -0
  1011. package/lib/common/commands/dialogs/dialog-tabs-command.js +75 -0
  1012. package/lib/common/commands/dialogs/show-dialog-command-base.d.ts +27 -0
  1013. package/lib/common/commands/dialogs/show-quick-search-panel-command.d.ts +7 -0
  1014. package/lib/common/commands/document/print-document-on-client-command.d.ts +18 -0
  1015. package/lib/common/commands/document/print-document-on-client-command.js +249 -0
  1016. package/lib/common/commands/document-properties/change-page-color-command.d.ts +9 -0
  1017. package/lib/common/commands/document-properties/change-page-color-command.js +26 -0
  1018. package/lib/common/commands/fields/change-hyperlink-command.d.ts +15 -0
  1019. package/lib/common/commands/fields/change-hyperlink-command.js +23 -0
  1020. package/lib/common/commands/fields/create-field-command.d.ts +78 -0
  1021. package/lib/common/commands/fields/create-field-command.js +228 -0
  1022. package/lib/common/commands/fields/field-command-helper.d.ts +7 -0
  1023. package/lib/common/commands/fields/field-command-helper.js +39 -0
  1024. package/lib/common/commands/fields/go-to-record-command.d.ts +27 -0
  1025. package/lib/common/commands/fields/go-to-record-command.js +65 -0
  1026. package/lib/common/commands/fields/hyperlink-command-base.d.ts +6 -0
  1027. package/lib/common/commands/fields/hyperlink-command-base.js +16 -0
  1028. package/lib/common/commands/fields/open-hyperlink-command.d.ts +9 -0
  1029. package/lib/common/commands/fields/open-hyperlink-command.js +39 -0
  1030. package/lib/common/commands/fields/remove-hyperlink-command.d.ts +6 -0
  1031. package/lib/common/commands/fields/remove-hyperlinks-command.d.ts +8 -0
  1032. package/lib/common/commands/fields/remove-hyperlinks-command.js +41 -0
  1033. package/lib/common/commands/fields/show-all-field-code-result-command.d.ts +12 -0
  1034. package/lib/common/commands/fields/show-all-field-code-result-command.js +27 -0
  1035. package/lib/common/commands/fields/toggle-all-fields-command.d.ts +8 -0
  1036. package/lib/common/commands/fields/toggle-all-fields-command.js +37 -0
  1037. package/lib/common/commands/fields/toggle-field-codes-command.d.ts +8 -0
  1038. package/lib/common/commands/fields/toggle-field-codes-command.js +99 -0
  1039. package/lib/common/commands/fields/toggle-view-merged-data-command.d.ts +9 -0
  1040. package/lib/common/commands/fields/toggle-view-merged-data-command.js +32 -0
  1041. package/lib/common/commands/fields/update-all-fields-command.d.ts +8 -0
  1042. package/lib/common/commands/fields/update-all-fields-command.js +24 -0
  1043. package/lib/common/commands/fields/update-field-command-base.d.ts +9 -0
  1044. package/lib/common/commands/fields/update-field-command-base.js +17 -0
  1045. package/lib/common/commands/fields/update-field-command.d.ts +18 -0
  1046. package/lib/common/commands/fields/update-field-command.js +49 -0
  1047. package/lib/common/commands/fields/update-table-of-contents-command.d.ts +7 -0
  1048. package/lib/common/commands/fields/update-table-of-contents-command.js +31 -0
  1049. package/lib/common/commands/find-replace/find-all-command.d.ts +16 -0
  1050. package/lib/common/commands/find-replace/find-all-command.js +36 -0
  1051. package/lib/common/commands/find-replace/hide-find-results-command.d.ts +7 -0
  1052. package/lib/common/commands/find-replace/replace-all-command.d.ts +13 -0
  1053. package/lib/common/commands/find-replace/replace-all-command.js +26 -0
  1054. package/lib/common/commands/find-replace/replace-next-command.d.ts +9 -0
  1055. package/lib/common/commands/find-replace/replace-next-command.js +24 -0
  1056. package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.d.ts +10 -0
  1057. package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.js +30 -0
  1058. package/lib/common/commands/floating-objects/change-shape-property-command.d.ts +31 -0
  1059. package/lib/common/commands/floating-objects/change-shape-property-command.js +99 -0
  1060. package/lib/common/commands/floating-objects/change-text-box-properties-command.d.ts +10 -0
  1061. package/lib/common/commands/floating-objects/change-text-box-properties-command.js +34 -0
  1062. package/lib/common/commands/floating-objects/context-item-floating-objects.d.ts +13 -0
  1063. package/lib/common/commands/floating-objects/floating-object-bring-forward-command.d.ts +27 -0
  1064. package/lib/common/commands/floating-objects/floating-object-bring-forward-command.js +61 -0
  1065. package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +45 -0
  1066. package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.js +251 -0
  1067. package/lib/common/commands/floating-objects/insert-anchored-text-box-command.d.ts +8 -0
  1068. package/lib/common/commands/floating-objects/insert-anchored-text-box-command.js +54 -0
  1069. package/lib/common/commands/floating-objects/set-floating-object-alignment-command.d.ts +51 -0
  1070. package/lib/common/commands/floating-objects/set-floating-object-alignment-command.js +132 -0
  1071. package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +38 -0
  1072. package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.js +110 -0
  1073. package/lib/common/commands/header-footer/close-header-footer-command.d.ts +7 -0
  1074. package/lib/common/commands/header-footer/context-item-headers-footers.d.ts +5 -0
  1075. package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +17 -0
  1076. package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.js +58 -0
  1077. package/lib/common/commands/header-footer/go-to-header-footer-command.d.ts +13 -0
  1078. package/lib/common/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +13 -0
  1079. package/lib/common/commands/header-footer/header-footer-command-base.d.ts +13 -0
  1080. package/lib/common/commands/header-footer/header-footer-command-base.js +31 -0
  1081. package/lib/common/commands/header-footer/insert-header-footer-commands.d.ts +16 -0
  1082. package/lib/common/commands/header-footer/insert-header-footer-commands.js +43 -0
  1083. package/lib/common/commands/header-footer/link-header-footer-commands.d.ts +17 -0
  1084. package/lib/common/commands/header-footer/link-header-footer-commands.js +100 -0
  1085. package/lib/common/commands/i-command.d.ts +17 -0
  1086. package/lib/common/commands/layout/apply-style-command.d.ts +19 -0
  1087. package/lib/common/commands/layout/apply-style-command.js +152 -0
  1088. package/lib/common/commands/layout/clear-formatting-command.d.ts +10 -0
  1089. package/lib/common/commands/layout/clear-formatting-command.js +90 -0
  1090. package/lib/common/commands/layout/switch-view-command.d.ts +18 -0
  1091. package/lib/common/commands/layout/switch-view-command.js +55 -0
  1092. package/lib/common/commands/layout/toggle-full-screen-command.d.ts +8 -0
  1093. package/lib/common/commands/layout/toggle-full-screen-command.js +22 -0
  1094. package/lib/common/commands/layout/toggle-show-hidden-symbols-command.d.ts +8 -0
  1095. package/lib/common/commands/layout/toggle-show-table-grid-lines-command.d.ts +9 -0
  1096. package/lib/common/commands/layout/toggle-show-table-grid-lines-command.js +25 -0
  1097. package/lib/common/commands/numbering/change-numbering-indent-command.d.ts +26 -0
  1098. package/lib/common/commands/numbering/change-numbering-indent-command.js +104 -0
  1099. package/lib/common/commands/numbering/continue-numbering-list-command.d.ts +8 -0
  1100. package/lib/common/commands/numbering/continue-numbering-list-command.js +43 -0
  1101. package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +12 -0
  1102. package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.js +37 -0
  1103. package/lib/common/commands/numbering/numbering-list-command-base.d.ts +40 -0
  1104. package/lib/common/commands/numbering/numbering-list-command-base.js +291 -0
  1105. package/lib/common/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +9 -0
  1106. package/lib/common/commands/numbering/restart-numbering-list-command.d.ts +7 -0
  1107. package/lib/common/commands/numbering/restart-numbering-list-command.js +44 -0
  1108. package/lib/common/commands/numbering/toggle-bulleted-list-command.d.ts +6 -0
  1109. package/lib/common/commands/numbering/toggle-bulleted-list-command.js +11 -0
  1110. package/lib/common/commands/numbering/toggle-multi-level-list-command.d.ts +6 -0
  1111. package/lib/common/commands/numbering/toggle-multi-level-list-command.js +11 -0
  1112. package/lib/common/commands/numbering/toggle-numbering-list-command.d.ts +12 -0
  1113. package/lib/common/commands/numbering/toggle-numbering-list-command.js +60 -0
  1114. package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +10 -0
  1115. package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.js +28 -0
  1116. package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +7 -0
  1117. package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.js +14 -0
  1118. package/lib/common/commands/paragraph-properties/change-heading-level-command.d.ts +6 -0
  1119. package/lib/common/commands/paragraph-properties/change-heading-level-command.js +10 -0
  1120. package/lib/common/commands/paragraph-properties/change-indent-command.d.ts +21 -0
  1121. package/lib/common/commands/paragraph-properties/change-indent-command.js +53 -0
  1122. package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +12 -0
  1123. package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.js +35 -0
  1124. package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +27 -0
  1125. package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +113 -0
  1126. package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +19 -0
  1127. package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.js +88 -0
  1128. package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +17 -0
  1129. package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.js +53 -0
  1130. package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.d.ts +16 -0
  1131. package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.js +77 -0
  1132. package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +7 -0
  1133. package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +13 -0
  1134. package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +7 -0
  1135. package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +13 -0
  1136. package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +18 -0
  1137. package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.js +28 -0
  1138. package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +24 -0
  1139. package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.js +48 -0
  1140. package/lib/common/commands/redo-command.d.ts +8 -0
  1141. package/lib/common/commands/redo-command.js +21 -0
  1142. package/lib/common/commands/ruler/ruler-paragraph-indents-command.d.ts +20 -0
  1143. package/lib/common/commands/ruler/ruler-paragraph-indents-command.js +82 -0
  1144. package/lib/common/commands/ruler/ruler-paragraph-tabs-command.d.ts +35 -0
  1145. package/lib/common/commands/ruler/ruler-paragraph-tabs-command.js +59 -0
  1146. package/lib/common/commands/ruler/ruler-section-columns-settings-command.d.ts +8 -0
  1147. package/lib/common/commands/ruler/ruler-section-columns-settings-command.js +59 -0
  1148. package/lib/common/commands/ruler/ruler-section-margins-command.d.ts +16 -0
  1149. package/lib/common/commands/ruler/ruler-section-margins-command.js +61 -0
  1150. package/lib/common/commands/ruler/ruler-table-column-separators-command.d.ts +32 -0
  1151. package/lib/common/commands/ruler/ruler-table-column-separators-command.js +156 -0
  1152. package/lib/common/commands/ruler/ruler-table-commands.d.ts +33 -0
  1153. package/lib/common/commands/ruler/ruler-table-commands.js +133 -0
  1154. package/lib/common/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +8 -0
  1155. package/lib/common/commands/section-properties/change-footer-offset-command.d.ts +11 -0
  1156. package/lib/common/commands/section-properties/change-footer-offset-command.js +20 -0
  1157. package/lib/common/commands/section-properties/change-header-offset-command.d.ts +11 -0
  1158. package/lib/common/commands/section-properties/change-header-offset-command.js +20 -0
  1159. package/lib/common/commands/section-properties/change-section-properties-command-base.d.ts +10 -0
  1160. package/lib/common/commands/section-properties/section-properties-command-base.d.ts +17 -0
  1161. package/lib/common/commands/section-properties/section-properties-command-base.js +66 -0
  1162. package/lib/common/commands/section-properties/set-landscape-command.d.ts +15 -0
  1163. package/lib/common/commands/section-properties/set-landscape-command.js +44 -0
  1164. package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +30 -0
  1165. package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.js +75 -0
  1166. package/lib/common/commands/section-properties/set-section-column-count-commands.d.ts +25 -0
  1167. package/lib/common/commands/section-properties/set-section-column-count-commands.js +57 -0
  1168. package/lib/common/commands/section-properties/set-section-paper-kind-commands.d.ts +56 -0
  1169. package/lib/common/commands/section-properties/set-section-paper-kind-commands.js +102 -0
  1170. package/lib/common/commands/selection/go-to-document-end-command.d.ts +17 -0
  1171. package/lib/common/commands/selection/go-to-document-start-command.d.ts +14 -0
  1172. package/lib/common/commands/selection/go-to-line-above-command.d.ts +24 -0
  1173. package/lib/common/commands/selection/go-to-line-above-command.js +67 -0
  1174. package/lib/common/commands/selection/go-to-line-below-command.d.ts +24 -0
  1175. package/lib/common/commands/selection/go-to-line-below-command.js +66 -0
  1176. package/lib/common/commands/selection/go-to-line-end-command.d.ts +19 -0
  1177. package/lib/common/commands/selection/go-to-line-end-command.js +45 -0
  1178. package/lib/common/commands/selection/go-to-line-start-command.d.ts +12 -0
  1179. package/lib/common/commands/selection/go-to-line-start-command.js +35 -0
  1180. package/lib/common/commands/selection/go-to-line-vertically-command-base.d.ts +29 -0
  1181. package/lib/common/commands/selection/go-to-line-vertically-command-base.js +175 -0
  1182. package/lib/common/commands/selection/go-to-next-character-command.d.ts +21 -0
  1183. package/lib/common/commands/selection/go-to-next-character-command.js +140 -0
  1184. package/lib/common/commands/selection/go-to-next-page-command.d.ts +15 -0
  1185. package/lib/common/commands/selection/go-to-next-page-command.js +56 -0
  1186. package/lib/common/commands/selection/go-to-next-word-command.d.ts +13 -0
  1187. package/lib/common/commands/selection/go-to-next-word-command.js +35 -0
  1188. package/lib/common/commands/selection/go-to-paragraph-end-command.d.ts +14 -0
  1189. package/lib/common/commands/selection/go-to-paragraph-end-command.js +51 -0
  1190. package/lib/common/commands/selection/go-to-paragraph-start-command.d.ts +14 -0
  1191. package/lib/common/commands/selection/go-to-paragraph-start-command.js +55 -0
  1192. package/lib/common/commands/selection/go-to-prev-character-command.d.ts +22 -0
  1193. package/lib/common/commands/selection/go-to-prev-character-command.js +121 -0
  1194. package/lib/common/commands/selection/go-to-prev-page-command.d.ts +16 -0
  1195. package/lib/common/commands/selection/go-to-prev-page-command.js +58 -0
  1196. package/lib/common/commands/selection/go-to-prev-word-command.d.ts +15 -0
  1197. package/lib/common/commands/selection/go-to-prev-word-command.js +52 -0
  1198. package/lib/common/commands/selection/go-to-start-page-command-base.d.ts +22 -0
  1199. package/lib/common/commands/selection/go-to-start-page-command-base.js +58 -0
  1200. package/lib/common/commands/selection/select-all-document-command.d.ts +7 -0
  1201. package/lib/common/commands/selection/select-line-command.d.ts +17 -0
  1202. package/lib/common/commands/selection/select-line-command.js +98 -0
  1203. package/lib/common/commands/selection/select-paragraph-command.d.ts +6 -0
  1204. package/lib/common/commands/selection/select-table-command.d.ts +55 -0
  1205. package/lib/common/commands/selection/select-table-command.js +188 -0
  1206. package/lib/common/commands/selection/selection-command-base.d.ts +6 -0
  1207. package/lib/common/commands/shortcut-manager.d.ts +36 -0
  1208. package/lib/common/commands/shortcuts/assign-shortcut-command.d.ts +14 -0
  1209. package/lib/common/commands/spelling/add-word-to-dictionary-command.d.ts +9 -0
  1210. package/lib/common/commands/spelling/add-word-to-dictionary-command.js +15 -0
  1211. package/lib/common/commands/spelling/change-all-spelling-errors-command.d.ts +9 -0
  1212. package/lib/common/commands/spelling/change-all-spelling-errors-command.js +22 -0
  1213. package/lib/common/commands/spelling/change-spelling-error-command-base.d.ts +5 -0
  1214. package/lib/common/commands/spelling/change-spelling-error-command-base.js +18 -0
  1215. package/lib/common/commands/spelling/change-spelling-error-command.d.ts +13 -0
  1216. package/lib/common/commands/spelling/change-spelling-error-command.js +27 -0
  1217. package/lib/common/commands/spelling/delete-repeated-word-command.d.ts +8 -0
  1218. package/lib/common/commands/spelling/delete-repeated-word-command.js +19 -0
  1219. package/lib/common/commands/spelling/ignore-all-spelling-errors-command.d.ts +8 -0
  1220. package/lib/common/commands/spelling/ignore-all-spelling-errors-command.js +12 -0
  1221. package/lib/common/commands/spelling/ignore-spelling-error-command.d.ts +6 -0
  1222. package/lib/common/commands/spelling/spelling-command-base.d.ts +8 -0
  1223. package/lib/common/commands/sub-document/change-active-sub-document-command.d.ts +46 -0
  1224. package/lib/common/commands/sub-document/change-active-sub-document-command.js +224 -0
  1225. package/lib/common/commands/tables/apply-table-style-command.d.ts +8 -0
  1226. package/lib/common/commands/tables/apply-table-style-command.js +39 -0
  1227. package/lib/common/commands/tables/auto-fit-commands.d.ts +18 -0
  1228. package/lib/common/commands/tables/auto-fit-commands.js +92 -0
  1229. package/lib/common/commands/tables/change-table-border-repository-item.d.ts +19 -0
  1230. package/lib/common/commands/tables/change-table-border-repository-item.js +57 -0
  1231. package/lib/common/commands/tables/change-table-cell-alignment-command.d.ts +50 -0
  1232. package/lib/common/commands/tables/change-table-cell-alignment-command.js +123 -0
  1233. package/lib/common/commands/tables/change-table-cell-shading-command.d.ts +8 -0
  1234. package/lib/common/commands/tables/change-table-cell-shading-command.js +66 -0
  1235. package/lib/common/commands/tables/change-table-cell-width-command.d.ts +8 -0
  1236. package/lib/common/commands/tables/change-table-cell-width-command.js +31 -0
  1237. package/lib/common/commands/tables/change-table-column-width-command.d.ts +8 -0
  1238. package/lib/common/commands/tables/change-table-column-width-command.js +53 -0
  1239. package/lib/common/commands/tables/change-table-look-command.d.ts +38 -0
  1240. package/lib/common/commands/tables/change-table-look-command.js +106 -0
  1241. package/lib/common/commands/tables/change-table-row-height-command.d.ts +8 -0
  1242. package/lib/common/commands/tables/change-table-row-height-command.js +35 -0
  1243. package/lib/common/commands/tables/context-item-tables.d.ts +6 -0
  1244. package/lib/common/commands/tables/delete-table-cells-by-backspace.d.ts +7 -0
  1245. package/lib/common/commands/tables/delete-table-cells-by-backspace.js +22 -0
  1246. package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +12 -0
  1247. package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +55 -0
  1248. package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +9 -0
  1249. package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +49 -0
  1250. package/lib/common/commands/tables/delete-table-columns-command.d.ts +11 -0
  1251. package/lib/common/commands/tables/delete-table-columns-command.js +81 -0
  1252. package/lib/common/commands/tables/delete-table-command.d.ts +8 -0
  1253. package/lib/common/commands/tables/delete-table-command.js +22 -0
  1254. package/lib/common/commands/tables/delete-table-rows-command.d.ts +8 -0
  1255. package/lib/common/commands/tables/delete-table-rows-command.js +35 -0
  1256. package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +14 -0
  1257. package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +39 -0
  1258. package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +18 -0
  1259. package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +103 -0
  1260. package/lib/common/commands/tables/insert-table-column-commands.d.ts +32 -0
  1261. package/lib/common/commands/tables/insert-table-column-commands.js +101 -0
  1262. package/lib/common/commands/tables/insert-table-core-command.d.ts +10 -0
  1263. package/lib/common/commands/tables/insert-table-core-command.js +34 -0
  1264. package/lib/common/commands/tables/insert-table-row-commands.d.ts +22 -0
  1265. package/lib/common/commands/tables/insert-table-row-commands.js +47 -0
  1266. package/lib/common/commands/tables/merge-table-cells-command.d.ts +11 -0
  1267. package/lib/common/commands/tables/merge-table-cells-command.js +44 -0
  1268. package/lib/common/commands/tables/row-command-base.d.ts +5 -0
  1269. package/lib/common/commands/tables/split-table-cells-command.d.ts +18 -0
  1270. package/lib/common/commands/tables/split-table-cells-command.js +89 -0
  1271. package/lib/common/commands/tables/table-command-base.d.ts +5 -0
  1272. package/lib/common/commands/tables/toggle-table-cells-border-command.d.ts +152 -0
  1273. package/lib/common/commands/tables/toggle-table-cells-border-command.js +721 -0
  1274. package/lib/common/commands/text/backspace-command.d.ts +19 -0
  1275. package/lib/common/commands/text/backspace-command.js +134 -0
  1276. package/lib/common/commands/text/change-inline-picture-scale-command.d.ts +7 -0
  1277. package/lib/common/commands/text/change-inline-picture-scale-command.js +26 -0
  1278. package/lib/common/commands/text/change-text-case-commands.d.ts +41 -0
  1279. package/lib/common/commands/text/change-text-case-commands.js +135 -0
  1280. package/lib/common/commands/text/clipboard-commands.d.ts +97 -0
  1281. package/lib/common/commands/text/clipboard-commands.js +434 -0
  1282. package/lib/common/commands/text/delete-command.d.ts +7 -0
  1283. package/lib/common/commands/text/delete-command.js +43 -0
  1284. package/lib/common/commands/text/drag-drop-commands.d.ts +16 -0
  1285. package/lib/common/commands/text/drag-drop-commands.js +139 -0
  1286. package/lib/common/commands/text/insert-column-break-command.d.ts +7 -0
  1287. package/lib/common/commands/text/insert-column-break-command.js +17 -0
  1288. package/lib/common/commands/text/insert-line-break-command.d.ts +6 -0
  1289. package/lib/common/commands/text/insert-line-break-command.js +12 -0
  1290. package/lib/common/commands/text/insert-page-break-command.d.ts +7 -0
  1291. package/lib/common/commands/text/insert-page-break-command.js +29 -0
  1292. package/lib/common/commands/text/insert-paragraph-command.d.ts +14 -0
  1293. package/lib/common/commands/text/insert-paragraph-command.js +64 -0
  1294. package/lib/common/commands/text/insert-section-break-command.d.ts +18 -0
  1295. package/lib/common/commands/text/insert-section-break-command.js +39 -0
  1296. package/lib/common/commands/text/insert-space-command.d.ts +12 -0
  1297. package/lib/common/commands/text/insert-space-command.js +26 -0
  1298. package/lib/common/commands/text/insert-tab-command.d.ts +36 -0
  1299. package/lib/common/commands/text/insert-tab-command.js +198 -0
  1300. package/lib/common/commands/text/insert-text-command.d.ts +12 -0
  1301. package/lib/common/commands/text/insert-text-command.js +68 -0
  1302. package/lib/common/commands/text/remove-word-command.d.ts +19 -0
  1303. package/lib/common/commands/text/remove-word-command.js +67 -0
  1304. package/lib/common/commands/toc/set-paragraph-level-command.d.ts +43 -0
  1305. package/lib/common/commands/toc/set-paragraph-level-command.js +82 -0
  1306. package/lib/common/commands/undo-command.d.ts +8 -0
  1307. package/lib/common/commands/undo-command.js +21 -0
  1308. package/lib/common/document-format.d.ts +24 -0
  1309. package/lib/common/event-manager.d.ts +63 -0
  1310. package/lib/common/event-manager.js +230 -0
  1311. package/lib/common/focus-manager.d.ts +15 -0
  1312. package/lib/common/formats/callback-helpers.d.ts +8 -0
  1313. package/lib/common/formats/callback-helpers.js +21 -0
  1314. package/lib/common/formats/document-importer-errors.d.ts +7 -0
  1315. package/lib/common/formats/file-name-helper.d.ts +17 -0
  1316. package/lib/common/formats/html/import/containers/runs.d.ts +59 -0
  1317. package/lib/common/formats/html/import/containers/runs.js +85 -0
  1318. package/lib/common/formats/html/import/containers/tables.d.ts +36 -0
  1319. package/lib/common/formats/html/import/containers/tables.js +70 -0
  1320. package/lib/common/formats/html/import/html-importer.d.ts +67 -0
  1321. package/lib/common/formats/html/import/html-importer.js +332 -0
  1322. package/lib/common/formats/html/import/html-model-inserter.d.ts +32 -0
  1323. package/lib/common/formats/html/import/html-model-inserter.js +153 -0
  1324. package/lib/common/formats/html/import/importers/a.d.ts +8 -0
  1325. package/lib/common/formats/html/import/importers/a.js +39 -0
  1326. package/lib/common/formats/html/import/importers/b.d.ts +7 -0
  1327. package/lib/common/formats/html/import/importers/base.d.ts +18 -0
  1328. package/lib/common/formats/html/import/importers/br.d.ts +7 -0
  1329. package/lib/common/formats/html/import/importers/br.js +20 -0
  1330. package/lib/common/formats/html/import/importers/center.d.ts +7 -0
  1331. package/lib/common/formats/html/import/importers/cite.d.ts +7 -0
  1332. package/lib/common/formats/html/import/importers/div.d.ts +7 -0
  1333. package/lib/common/formats/html/import/importers/em.d.ts +7 -0
  1334. package/lib/common/formats/html/import/importers/font.d.ts +7 -0
  1335. package/lib/common/formats/html/import/importers/i.d.ts +7 -0
  1336. package/lib/common/formats/html/import/importers/img.d.ts +7 -0
  1337. package/lib/common/formats/html/import/importers/img.js +26 -0
  1338. package/lib/common/formats/html/import/importers/li.d.ts +7 -0
  1339. package/lib/common/formats/html/import/importers/list-base.d.ts +7 -0
  1340. package/lib/common/formats/html/import/importers/list-base.js +35 -0
  1341. package/lib/common/formats/html/import/importers/ol.d.ts +4 -0
  1342. package/lib/common/formats/html/import/importers/p.d.ts +28 -0
  1343. package/lib/common/formats/html/import/importers/pre.d.ts +8 -0
  1344. package/lib/common/formats/html/import/importers/span.d.ts +8 -0
  1345. package/lib/common/formats/html/import/importers/span.js +28 -0
  1346. package/lib/common/formats/html/import/importers/table.d.ts +12 -0
  1347. package/lib/common/formats/html/import/importers/table.js +78 -0
  1348. package/lib/common/formats/html/import/importers/tbody.d.ts +7 -0
  1349. package/lib/common/formats/html/import/importers/td.d.ts +22 -0
  1350. package/lib/common/formats/html/import/importers/td.js +113 -0
  1351. package/lib/common/formats/html/import/importers/text-node.d.ts +7 -0
  1352. package/lib/common/formats/html/import/importers/text-node.js +42 -0
  1353. package/lib/common/formats/html/import/importers/tr.d.ts +18 -0
  1354. package/lib/common/formats/html/import/importers/tr.js +57 -0
  1355. package/lib/common/formats/html/import/importers/tt.d.ts +7 -0
  1356. package/lib/common/formats/html/import/importers/ul.d.ts +4 -0
  1357. package/lib/common/formats/html/import/importers/undefined.d.ts +7 -0
  1358. package/lib/common/formats/html/import/importers/undefined.js +16 -0
  1359. package/lib/common/formats/html/import/load-font-info.d.ts +9 -0
  1360. package/lib/common/formats/html/import/utils/character-properties-utils.d.ts +33 -0
  1361. package/lib/common/formats/html/import/utils/character-properties-utils.js +151 -0
  1362. package/lib/common/formats/html/import/utils/font-utils.d.ts +4 -0
  1363. package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.d.ts +28 -0
  1364. package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.js +158 -0
  1365. package/lib/common/formats/html/import/utils/paragraph-properties-utils.d.ts +21 -0
  1366. package/lib/common/formats/html/import/utils/paragraph-properties-utils.js +146 -0
  1367. package/lib/common/formats/html/import/utils/tab-stops-utils.d.ts +4 -0
  1368. package/lib/common/formats/html/import/utils/tab-stops-utils.js +71 -0
  1369. package/lib/common/formats/html/import/utils/utils.d.ts +16 -0
  1370. package/lib/common/formats/html/import/utils/utils.js +86 -0
  1371. package/lib/common/formats/html/model/history/paste-html-data-history-item.d.ts +18 -0
  1372. package/lib/common/formats/html/model/history/paste-html-data-history-item.js +108 -0
  1373. package/lib/common/formats/i-document-exporter.d.ts +4 -0
  1374. package/lib/common/formats/i-document-importer.d.ts +8 -0
  1375. package/lib/common/formats/model-restorer/section-restorer.d.ts +4 -0
  1376. package/lib/common/formats/model-restorer/table-restorer.d.ts +24 -0
  1377. package/lib/common/formats/options.d.ts +3 -0
  1378. package/lib/common/formats/pdf/api/pdf.d.ts +4 -0
  1379. package/lib/common/formats/pdf/box-exporter.d.ts +18 -0
  1380. package/lib/common/formats/pdf/box-exporter.js +89 -0
  1381. package/lib/common/formats/pdf/character-properties-exporter.d.ts +7 -0
  1382. package/lib/common/formats/pdf/character-properties-exporter.js +21 -0
  1383. package/lib/common/formats/pdf/export-options.d.ts +4 -0
  1384. package/lib/common/formats/pdf/exporter.d.ts +15 -0
  1385. package/lib/common/formats/pdf/exporter.js +117 -0
  1386. package/lib/common/formats/pdf/interfaces.d.ts +108 -0
  1387. package/lib/common/formats/pdf/page-area-exporter.d.ts +14 -0
  1388. package/lib/common/formats/pdf/page-area-exporter.js +43 -0
  1389. package/lib/common/formats/pdf/page-exporter.d.ts +19 -0
  1390. package/lib/common/formats/pdf/page-exporter.js +92 -0
  1391. package/lib/common/formats/pdf/row-exporter.d.ts +11 -0
  1392. package/lib/common/formats/pdf/table-column-info-exporter.d.ts +13 -0
  1393. package/lib/common/formats/pdf/table-column-info-exporter.js +53 -0
  1394. package/lib/common/formats/rtf/export/characters.d.ts +43 -0
  1395. package/lib/common/formats/rtf/export/exporter.d.ts +36 -0
  1396. package/lib/common/formats/rtf/export/exporter.js +208 -0
  1397. package/lib/common/formats/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +6 -0
  1398. package/lib/common/formats/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +6 -0
  1399. package/lib/common/formats/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +7 -0
  1400. package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +9 -0
  1401. package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +7 -0
  1402. package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +14 -0
  1403. package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +15 -0
  1404. package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.js +74 -0
  1405. package/lib/common/formats/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +7 -0
  1406. package/lib/common/formats/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +12 -0
  1407. package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +25 -0
  1408. package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.js +144 -0
  1409. package/lib/common/formats/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +13 -0
  1410. package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.d.ts +34 -0
  1411. package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.js +178 -0
  1412. package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.d.ts +132 -0
  1413. package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.js +902 -0
  1414. package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +39 -0
  1415. package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.js +235 -0
  1416. package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +61 -0
  1417. package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.js +340 -0
  1418. package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.d.ts +19 -0
  1419. package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.js +103 -0
  1420. package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.d.ts +20 -0
  1421. package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.js +96 -0
  1422. package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.d.ts +53 -0
  1423. package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.js +286 -0
  1424. package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +47 -0
  1425. package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +152 -0
  1426. package/lib/common/formats/rtf/export/exporters/table/rtf-table-exporter.d.ts +6 -0
  1427. package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +16 -0
  1428. package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.js +93 -0
  1429. package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +16 -0
  1430. package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +78 -0
  1431. package/lib/common/formats/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +11 -0
  1432. package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +53 -0
  1433. package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +220 -0
  1434. package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +10 -0
  1435. package/lib/common/formats/rtf/export/helpers/rtf-export-helper.d.ts +23 -0
  1436. package/lib/common/formats/rtf/export/helpers/rtf-export-helper.js +49 -0
  1437. package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +11 -0
  1438. package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.js +28 -0
  1439. package/lib/common/formats/rtf/export/piece-table-numbering-list-counters-manager.d.ts +4 -0
  1440. package/lib/common/formats/rtf/export/rtf-builder.d.ts +60 -0
  1441. package/lib/common/formats/rtf/export/rtf-builder.js +323 -0
  1442. package/lib/common/formats/rtf/export/rtf-document-exporter-options.d.ts +51 -0
  1443. package/lib/common/formats/rtf/export/rtf-document-exporter-options.js +55 -0
  1444. package/lib/common/formats/rtf/import/destination/base/destination.d.ts +59 -0
  1445. package/lib/common/formats/rtf/import/destination/base/destination.js +160 -0
  1446. package/lib/common/formats/rtf/import/destination/base/hex-content-destination.d.ts +9 -0
  1447. package/lib/common/formats/rtf/import/destination/base/hex-stream-destination.d.ts +8 -0
  1448. package/lib/common/formats/rtf/import/destination/base/skip-destination.d.ts +15 -0
  1449. package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.d.ts +14 -0
  1450. package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.js +26 -0
  1451. package/lib/common/formats/rtf/import/destination/base/string-property-destination.d.ts +13 -0
  1452. package/lib/common/formats/rtf/import/destination/base/string-property-destination.js +24 -0
  1453. package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.d.ts +8 -0
  1454. package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.js +11 -0
  1455. package/lib/common/formats/rtf/import/destination/base/string-value-destination.d.ts +11 -0
  1456. package/lib/common/formats/rtf/import/destination/base/text-after-destination.d.ts +6 -0
  1457. package/lib/common/formats/rtf/import/destination/base/text-before-destination.d.ts +6 -0
  1458. package/lib/common/formats/rtf/import/destination/base/unicode-destination.d.ts +11 -0
  1459. package/lib/common/formats/rtf/import/destination/base/unicode-string-value-destination.d.ts +13 -0
  1460. package/lib/common/formats/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +8 -0
  1461. package/lib/common/formats/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +9 -0
  1462. package/lib/common/formats/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +9 -0
  1463. package/lib/common/formats/rtf/import/destination/color-table-destination.d.ts +25 -0
  1464. package/lib/common/formats/rtf/import/destination/color-table-destination.js +170 -0
  1465. package/lib/common/formats/rtf/import/destination/custom-properties-destination.d.ts +12 -0
  1466. package/lib/common/formats/rtf/import/destination/destination-revision-author-table.d.ts +10 -0
  1467. package/lib/common/formats/rtf/import/destination/document-variable-destination.d.ts +12 -0
  1468. package/lib/common/formats/rtf/import/destination/fields/code-field-destination.d.ts +12 -0
  1469. package/lib/common/formats/rtf/import/destination/fields/enums.d.ts +5 -0
  1470. package/lib/common/formats/rtf/import/destination/fields/field-destination.d.ts +19 -0
  1471. package/lib/common/formats/rtf/import/destination/fields/field-map-data-destination.d.ts +33 -0
  1472. package/lib/common/formats/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +7 -0
  1473. package/lib/common/formats/rtf/import/destination/fields/field-sub-destination.d.ts +14 -0
  1474. package/lib/common/formats/rtf/import/destination/fields/form-field-destination.d.ts +25 -0
  1475. package/lib/common/formats/rtf/import/destination/fields/form-field-destination.js +71 -0
  1476. package/lib/common/formats/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +7 -0
  1477. package/lib/common/formats/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +7 -0
  1478. package/lib/common/formats/rtf/import/destination/fields/form-field-help-text-destination.d.ts +7 -0
  1479. package/lib/common/formats/rtf/import/destination/fields/form-field-name-destination.d.ts +7 -0
  1480. package/lib/common/formats/rtf/import/destination/fields/mail-merge-destination.d.ts +18 -0
  1481. package/lib/common/formats/rtf/import/destination/fields/result-field-destination.d.ts +8 -0
  1482. package/lib/common/formats/rtf/import/destination/fields/table-content-field-destination.d.ts +18 -0
  1483. package/lib/common/formats/rtf/import/destination/font-table-destination.d.ts +20 -0
  1484. package/lib/common/formats/rtf/import/destination/info/info-destination.d.ts +24 -0
  1485. package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +53 -0
  1486. package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +166 -0
  1487. package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +47 -0
  1488. package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +275 -0
  1489. package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +13 -0
  1490. package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.d.ts +36 -0
  1491. package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.js +144 -0
  1492. package/lib/common/formats/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +6 -0
  1493. package/lib/common/formats/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +14 -0
  1494. package/lib/common/formats/rtf/import/destination/numbering-list/list-name-destination.d.ts +6 -0
  1495. package/lib/common/formats/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +14 -0
  1496. package/lib/common/formats/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +15 -0
  1497. package/lib/common/formats/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +6 -0
  1498. package/lib/common/formats/rtf/import/destination/numbering-list/list-table-destination.d.ts +27 -0
  1499. package/lib/common/formats/rtf/import/destination/page-background-destination.d.ts +8 -0
  1500. package/lib/common/formats/rtf/import/destination/picture/picture-destination.d.ts +65 -0
  1501. package/lib/common/formats/rtf/import/destination/picture/picture-destination.js +249 -0
  1502. package/lib/common/formats/rtf/import/destination/picture/picture-units-converter.d.ts +14 -0
  1503. package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.d.ts +14 -0
  1504. package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.js +26 -0
  1505. package/lib/common/formats/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +14 -0
  1506. package/lib/common/formats/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +8 -0
  1507. package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.d.ts +8 -0
  1508. package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.js +24 -0
  1509. package/lib/common/formats/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +11 -0
  1510. package/lib/common/formats/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +9 -0
  1511. package/lib/common/formats/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +9 -0
  1512. package/lib/common/formats/rtf/import/destination/shape/enums.d.ts +20 -0
  1513. package/lib/common/formats/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +6 -0
  1514. package/lib/common/formats/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +11 -0
  1515. package/lib/common/formats/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +6 -0
  1516. package/lib/common/formats/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +15 -0
  1517. package/lib/common/formats/rtf/import/destination/shape/shape-destination-base.d.ts +14 -0
  1518. package/lib/common/formats/rtf/import/destination/shape/shape-destination.d.ts +11 -0
  1519. package/lib/common/formats/rtf/import/destination/shape/shape-instance-destination.d.ts +8 -0
  1520. package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.d.ts +49 -0
  1521. package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.js +159 -0
  1522. package/lib/common/formats/rtf/import/destination/shape/shape-property-destination.d.ts +18 -0
  1523. package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +20 -0
  1524. package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.js +44 -0
  1525. package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +10 -0
  1526. package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.js +24 -0
  1527. package/lib/common/formats/rtf/import/destination/shape/shape-property-name-destination.d.ts +6 -0
  1528. package/lib/common/formats/rtf/import/destination/shape/shape-property-value-destination.d.ts +12 -0
  1529. package/lib/common/formats/rtf/import/destination/shape/shape-text-destination.d.ts +7 -0
  1530. package/lib/common/formats/rtf/import/destination/styles/character-style-destination.d.ts +19 -0
  1531. package/lib/common/formats/rtf/import/destination/styles/character-style-destination.js +51 -0
  1532. package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.d.ts +27 -0
  1533. package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.js +93 -0
  1534. package/lib/common/formats/rtf/import/destination/styles/table-style-destination.d.ts +38 -0
  1535. package/lib/common/formats/rtf/import/destination/styles/table-style-destination.js +154 -0
  1536. package/lib/common/formats/rtf/import/destination/sub-document/default-destination.d.ts +204 -0
  1537. package/lib/common/formats/rtf/import/destination/sub-document/default-destination.js +580 -0
  1538. package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.d.ts +419 -0
  1539. package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.js +1835 -0
  1540. package/lib/common/formats/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +10 -0
  1541. package/lib/common/formats/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +7 -0
  1542. package/lib/common/formats/rtf/import/destination/sub-document/section-page-header-destination.d.ts +7 -0
  1543. package/lib/common/formats/rtf/import/destination/table/skip-nested-table-destination.d.ts +9 -0
  1544. package/lib/common/formats/rtf/import/destination/user-table-destination.d.ts +8 -0
  1545. package/lib/common/formats/rtf/import/destination/utils/destination-type.d.ts +77 -0
  1546. package/lib/common/formats/rtf/import/destination/utils/enums.d.ts +41 -0
  1547. package/lib/common/formats/rtf/import/dx-decoding/decoder-base.d.ts +3 -0
  1548. package/lib/common/formats/rtf/import/dx-decoding/decoder-helper.d.ts +4 -0
  1549. package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +5 -0
  1550. package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.js +43 -0
  1551. package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +5 -0
  1552. package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.js +36 -0
  1553. package/lib/common/formats/rtf/import/dx-decoding/russian-decoder.d.ts +132 -0
  1554. package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.d.ts +1 -0
  1555. package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.js +272 -0
  1556. package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.d.ts +9 -0
  1557. package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.js +507 -0
  1558. package/lib/common/formats/rtf/import/encoding/character-decoder.d.ts +5 -0
  1559. package/lib/common/formats/rtf/import/encoding/code-page-character-decoder.d.ts +12 -0
  1560. package/lib/common/formats/rtf/import/encoding/code-pages.d.ts +17 -0
  1561. package/lib/common/formats/rtf/import/encoding/dx-encoding.d.ts +4 -0
  1562. package/lib/common/formats/rtf/import/encoding/dx-encoding.js +26 -0
  1563. package/lib/common/formats/rtf/import/encoding/empty-character-decoder.d.ts +7 -0
  1564. package/lib/common/formats/rtf/import/encoding/skip-character-decoder.d.ts +7 -0
  1565. package/lib/common/formats/rtf/import/encoding/unicode-character-decoder.d.ts +11 -0
  1566. package/lib/common/formats/rtf/import/importer-options.d.ts +7 -0
  1567. package/lib/common/formats/rtf/import/importer-options.js +9 -0
  1568. package/lib/common/formats/rtf/import/importers/bookmark-importer.d.ts +13 -0
  1569. package/lib/common/formats/rtf/import/importers/bookmark-importer.js +36 -0
  1570. package/lib/common/formats/rtf/import/importers/character-importer.d.ts +31 -0
  1571. package/lib/common/formats/rtf/import/importers/character-importer.js +132 -0
  1572. package/lib/common/formats/rtf/import/importers/comments-importer.d.ts +10 -0
  1573. package/lib/common/formats/rtf/import/importers/field-importer.d.ts +32 -0
  1574. package/lib/common/formats/rtf/import/importers/field-importer.js +91 -0
  1575. package/lib/common/formats/rtf/import/importers/font-importer.d.ts +16 -0
  1576. package/lib/common/formats/rtf/import/importers/font-importer.js +36 -0
  1577. package/lib/common/formats/rtf/import/importers/image-importer.d.ts +19 -0
  1578. package/lib/common/formats/rtf/import/importers/image-importer.js +73 -0
  1579. package/lib/common/formats/rtf/import/importers/importer-base.d.ts +15 -0
  1580. package/lib/common/formats/rtf/import/importers/importers-collection.d.ts +35 -0
  1581. package/lib/common/formats/rtf/import/importers/numbering-lists-importer.d.ts +26 -0
  1582. package/lib/common/formats/rtf/import/importers/paragraph-importer.d.ts +25 -0
  1583. package/lib/common/formats/rtf/import/importers/paragraph-importer.js +101 -0
  1584. package/lib/common/formats/rtf/import/importers/range-permission-importer.d.ts +16 -0
  1585. package/lib/common/formats/rtf/import/importers/range-permission-importer.js +33 -0
  1586. package/lib/common/formats/rtf/import/importers/section-importer.d.ts +24 -0
  1587. package/lib/common/formats/rtf/import/importers/section-importer.js +102 -0
  1588. package/lib/common/formats/rtf/import/importers/shape-importer.d.ts +10 -0
  1589. package/lib/common/formats/rtf/import/importers/shape-importer.js +42 -0
  1590. package/lib/common/formats/rtf/import/importers/styles/base-style-importer.d.ts +26 -0
  1591. package/lib/common/formats/rtf/import/importers/styles/character-style-importer.d.ts +9 -0
  1592. package/lib/common/formats/rtf/import/importers/styles/character-style-importer.js +19 -0
  1593. package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.d.ts +11 -0
  1594. package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.js +26 -0
  1595. package/lib/common/formats/rtf/import/importers/styles/rtf-style-importer-state.d.ts +5 -0
  1596. package/lib/common/formats/rtf/import/importers/styles/table-style-importer.d.ts +9 -0
  1597. package/lib/common/formats/rtf/import/importers/styles/table-style-importer.js +20 -0
  1598. package/lib/common/formats/rtf/import/importers/styles-importer.d.ts +19 -0
  1599. package/lib/common/formats/rtf/import/importers/table-importer.d.ts +12 -0
  1600. package/lib/common/formats/rtf/import/importers/table-importer.js +30 -0
  1601. package/lib/common/formats/rtf/import/keyword-tables/character-properties.d.ts +2 -0
  1602. package/lib/common/formats/rtf/import/keyword-tables/character-properties.js +64 -0
  1603. package/lib/common/formats/rtf/import/keyword-tables/default-keywords.d.ts +2 -0
  1604. package/lib/common/formats/rtf/import/keyword-tables/default-keywords.js +23 -0
  1605. package/lib/common/formats/rtf/import/keyword-tables/document-properties.d.ts +2 -0
  1606. package/lib/common/formats/rtf/import/keyword-tables/document-properties.js +15 -0
  1607. package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.d.ts +8 -0
  1608. package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.js +295 -0
  1609. package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +2 -0
  1610. package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +44 -0
  1611. package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.d.ts +2 -0
  1612. package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.js +83 -0
  1613. package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +2 -0
  1614. package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +28 -0
  1615. package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +2 -0
  1616. package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +227 -0
  1617. package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +7 -0
  1618. package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +105 -0
  1619. package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +3 -0
  1620. package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.js +243 -0
  1621. package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +6 -0
  1622. package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info.d.ts +8 -0
  1623. package/lib/common/formats/rtf/import/model/character/character-properties.d.ts +22 -0
  1624. package/lib/common/formats/rtf/import/model/character/character-properties.js +60 -0
  1625. package/lib/common/formats/rtf/import/model/character/enums.d.ts +22 -0
  1626. package/lib/common/formats/rtf/import/model/character/font-info-collection.d.ts +6 -0
  1627. package/lib/common/formats/rtf/import/model/character/rtf-font-info.d.ts +17 -0
  1628. package/lib/common/formats/rtf/import/model/character/rtf-formatting-info.d.ts +20 -0
  1629. package/lib/common/formats/rtf/import/model/color-collections.d.ts +12 -0
  1630. package/lib/common/formats/rtf/import/model/color-collections.js +13 -0
  1631. package/lib/common/formats/rtf/import/model/comment/import-comment-info.d.ts +2 -0
  1632. package/lib/common/formats/rtf/import/model/enums.d.ts +15 -0
  1633. package/lib/common/formats/rtf/import/model/fields/rtf-field-info.d.ts +19 -0
  1634. package/lib/common/formats/rtf/import/model/image/picture-destination-info.d.ts +26 -0
  1635. package/lib/common/formats/rtf/import/model/image/rtf-image-info.d.ts +15 -0
  1636. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +24 -0
  1637. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.js +138 -0
  1638. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.d.ts +15 -0
  1639. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.js +42 -0
  1640. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +8 -0
  1641. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +5 -0
  1642. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +6 -0
  1643. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +14 -0
  1644. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +6 -0
  1645. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +14 -0
  1646. package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +20 -0
  1647. package/lib/common/formats/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +47 -0
  1648. package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.d.ts +37 -0
  1649. package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.js +98 -0
  1650. package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.d.ts +14 -0
  1651. package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.js +20 -0
  1652. package/lib/common/formats/rtf/import/model/rtf-document-properties.d.ts +14 -0
  1653. package/lib/common/formats/rtf/import/model/rtf-revision-authors.d.ts +5 -0
  1654. package/lib/common/formats/rtf/import/model/section/general-section-info.d.ts +16 -0
  1655. package/lib/common/formats/rtf/import/model/section/line-numbering-info.d.ts +8 -0
  1656. package/lib/common/formats/rtf/import/model/section/margins-info.d.ts +11 -0
  1657. package/lib/common/formats/rtf/import/model/section/page-numbering-info.d.ts +9 -0
  1658. package/lib/common/formats/rtf/import/model/section/page-numbering-info.js +16 -0
  1659. package/lib/common/formats/rtf/import/model/section/rtf-section-properties.d.ts +24 -0
  1660. package/lib/common/formats/rtf/import/model/section/rtf-section-properties.js +49 -0
  1661. package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +19 -0
  1662. package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +46 -0
  1663. package/lib/common/formats/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +12 -0
  1664. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +3 -0
  1665. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +6 -0
  1666. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +34 -0
  1667. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +145 -0
  1668. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +8 -0
  1669. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +13 -0
  1670. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +9 -0
  1671. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +25 -0
  1672. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +19 -0
  1673. package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +64 -0
  1674. package/lib/common/formats/rtf/import/model/shape/shape-properties-info.d.ts +9 -0
  1675. package/lib/common/formats/rtf/import/model/shape/shape-type-code.d.ts +205 -0
  1676. package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +19 -0
  1677. package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.js +31 -0
  1678. package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.d.ts +19 -0
  1679. package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.js +50 -0
  1680. package/lib/common/formats/rtf/import/model/table/properties/table-floating-position-info.d.ts +14 -0
  1681. package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.d.ts +25 -0
  1682. package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.js +39 -0
  1683. package/lib/common/formats/rtf/import/model/table/rtf-table-cell.d.ts +19 -0
  1684. package/lib/common/formats/rtf/import/model/table/rtf-table-cell.js +30 -0
  1685. package/lib/common/formats/rtf/import/model/table/rtf-table-row.d.ts +16 -0
  1686. package/lib/common/formats/rtf/import/model/table/rtf-table-row.js +21 -0
  1687. package/lib/common/formats/rtf/import/model/table/rtf-table.d.ts +16 -0
  1688. package/lib/common/formats/rtf/import/model/table/rtf-table.js +29 -0
  1689. package/lib/common/formats/rtf/import/properties-normalization/tmp.d.ts +0 -0
  1690. package/lib/common/formats/rtf/import/properties-normalization/tmp.js +0 -0
  1691. package/lib/common/formats/rtf/import/rtf-import-data.d.ts +99 -0
  1692. package/lib/common/formats/rtf/import/rtf-import-data.js +352 -0
  1693. package/lib/common/formats/rtf/import/rtf-importer.d.ts +16 -0
  1694. package/lib/common/formats/rtf/import/rtf-importer.js +56 -0
  1695. package/lib/common/formats/rtf/import/table/rtf-table-cell-controller.d.ts +16 -0
  1696. package/lib/common/formats/rtf/import/table/rtf-table-columns-calculator.d.ts +8 -0
  1697. package/lib/common/formats/rtf/import/table/rtf-table-controller.d.ts +17 -0
  1698. package/lib/common/formats/rtf/import/table/rtf-table-row-controller.d.ts +21 -0
  1699. package/lib/common/formats/rtf/import/table/rtf-table-state.d.ts +12 -0
  1700. package/lib/common/formats/rtf/import/table/states/manager-state.d.ts +19 -0
  1701. package/lib/common/formats/rtf/import/table/states/no-table-state.d.ts +14 -0
  1702. package/lib/common/formats/rtf/import/table/states/state-base.d.ts +19 -0
  1703. package/lib/common/formats/rtf/import/table/table-converter.d.ts +43 -0
  1704. package/lib/common/formats/rtf/import/table/table-converter.js +250 -0
  1705. package/lib/common/formats/rtf/import/table/table-grid.d.ts +7 -0
  1706. package/lib/common/formats/rtf/import/table/table-reader.d.ts +44 -0
  1707. package/lib/common/formats/rtf/importer-in-subdocument.d.ts +6 -0
  1708. package/lib/common/formats/rtf/importer-in-subdocument.js +18 -0
  1709. package/lib/common/formats/rtf/translation-table/rtf-content-exporter.d.ts +4 -0
  1710. package/lib/common/formats/rtf/translation-table/rtf-content-exporter.js +15 -0
  1711. package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.d.ts +189 -0
  1712. package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.js +264 -0
  1713. package/lib/common/formats/rtf/translation-table/rtf-export-sr.d.ts +690 -0
  1714. package/lib/common/formats/rtf/translation-table/rtf-export-sr.js +777 -0
  1715. package/lib/common/formats/rtf/utils/character-properties-export-helper.d.ts +5 -0
  1716. package/lib/common/formats/rtf/utils/character-properties-export-helper.js +11 -0
  1717. package/lib/common/formats/rtf/utils/list-level-display-text-helper.d.ts +4 -0
  1718. package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +15 -0
  1719. package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.js +52 -0
  1720. package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +18 -0
  1721. package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.d.ts +14 -0
  1722. package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.js +55 -0
  1723. package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +15 -0
  1724. package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.js +32 -0
  1725. package/lib/common/formats/rtf/utils/numbering-formats.d.ts +2 -0
  1726. package/lib/common/formats/rtf/utils/numbering-formats.js +72 -0
  1727. package/lib/common/formats/rtf/utils/rtf-art-border-converter.d.ts +8 -0
  1728. package/lib/common/formats/rtf/utils/rtf-art-border-converter.js +188 -0
  1729. package/lib/common/formats/rtf/utils/rtf-math-utils.d.ts +5 -0
  1730. package/lib/common/formats/rtf/utils/shape-utils.d.ts +4 -0
  1731. package/lib/common/formats/rtf/utils/unicode-char-helper.d.ts +36 -0
  1732. package/lib/common/formats/rtf/utils/unicode-char-helper.js +90 -0
  1733. package/lib/common/formats/txt/txt-exporter.d.ts +12 -0
  1734. package/lib/common/formats/txt/txt-importer.d.ts +12 -0
  1735. package/lib/common/formats/txt/txt-importer.js +83 -0
  1736. package/lib/common/formats/utils/color/theme-color-index-calculator.d.ts +7 -0
  1737. package/lib/common/formats/utils/color/theme-color-index-calculator.js +51 -0
  1738. package/lib/common/formats/utils/color/tint-and-shade-calculator.d.ts +7 -0
  1739. package/lib/common/formats/utils/cross-existing-iterator.d.ts +24 -0
  1740. package/lib/common/formats/utils/document-formats-helper.d.ts +5 -0
  1741. package/lib/common/formats/utils/enums.d.ts +4 -0
  1742. package/lib/common/formats/utils/extension-helper.d.ts +9 -0
  1743. package/lib/common/formats/utils/extension-helper.js +35 -0
  1744. package/lib/common/formats/utils/images-import.d.ts +20 -0
  1745. package/lib/common/formats/utils/import-bookmark-info-core.d.ts +6 -0
  1746. package/lib/common/formats/utils/import-comment-info.d.ts +10 -0
  1747. package/lib/common/formats/utils/numbering-list-index-constants.d.ts +6 -0
  1748. package/lib/common/formats/utils/string-helper.d.ts +13 -0
  1749. package/lib/common/global-event-dispatcher.d.ts +44 -0
  1750. package/lib/common/global-event-dispatcher.js +248 -0
  1751. package/lib/common/html-export.d.ts +32 -0
  1752. package/lib/common/html-export.js +783 -0
  1753. package/lib/common/input-controller.d.ts +145 -0
  1754. package/lib/common/input-controller.js +804 -0
  1755. package/lib/common/interfaces/i-control-owner.d.ts +49 -0
  1756. package/lib/common/interfaces/i-document-layout-changes-listener.d.ts +6 -0
  1757. package/lib/common/interfaces/i-event-manager.d.ts +21 -0
  1758. package/lib/common/interfaces/i-font-changes-listener.d.ts +8 -0
  1759. package/lib/common/interfaces/i-rich-edit-core.d.ts +110 -0
  1760. package/lib/common/interfaces/i-selection-layout-changes-listener.d.ts +11 -0
  1761. package/lib/common/interfaces/model-changes-listener.d.ts +4 -0
  1762. package/lib/common/internal-api.d.ts +4 -0
  1763. package/lib/common/layout/document-layout-details-level.d.ts +12 -0
  1764. package/lib/common/layout/document-layout.d.ts +32 -0
  1765. package/lib/common/layout/layout-point.d.ts +11 -0
  1766. package/lib/common/layout/layout-position.d.ts +80 -0
  1767. package/lib/common/layout/main-structures/layout-boxes/bookmark-box.d.ts +13 -0
  1768. package/lib/common/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +43 -0
  1769. package/lib/common/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +18 -0
  1770. package/lib/common/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +17 -0
  1771. package/lib/common/layout/main-structures/layout-boxes/layout-box.d.ts +69 -0
  1772. package/lib/common/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +9 -0
  1773. package/lib/common/layout/main-structures/layout-boxes/layout-dash-box.d.ts +24 -0
  1774. package/lib/common/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +17 -0
  1775. package/lib/common/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +8 -0
  1776. package/lib/common/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +17 -0
  1777. package/lib/common/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +13 -0
  1778. package/lib/common/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +22 -0
  1779. package/lib/common/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +21 -0
  1780. package/lib/common/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +26 -0
  1781. package/lib/common/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +23 -0
  1782. package/lib/common/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +23 -0
  1783. package/lib/common/layout/main-structures/layout-boxes/layout-picture-box.d.ts +25 -0
  1784. package/lib/common/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +9 -0
  1785. package/lib/common/layout/main-structures/layout-boxes/layout-space-box.d.ts +19 -0
  1786. package/lib/common/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +44 -0
  1787. package/lib/common/layout/main-structures/layout-boxes/layout-text-box.d.ts +30 -0
  1788. package/lib/common/layout/main-structures/layout-column.d.ts +21 -0
  1789. package/lib/common/layout/main-structures/layout-page-area.d.ts +12 -0
  1790. package/lib/common/layout/main-structures/layout-page.d.ts +61 -0
  1791. package/lib/common/layout/main-structures/layout-row.d.ts +54 -0
  1792. package/lib/common/layout/selection/layout-selection-info.d.ts +18 -0
  1793. package/lib/common/layout/selection/layout-selection-items.d.ts +38 -0
  1794. package/lib/common/layout/selection/layout-selection-page-info.d.ts +8 -0
  1795. package/lib/common/layout/selection/layout-selection.d.ts +15 -0
  1796. package/lib/common/layout/table/layout-table-cell-info.d.ts +25 -0
  1797. package/lib/common/layout/table/layout-table-info.d.ts +30 -0
  1798. package/lib/common/layout/table/layout-table-row-info.d.ts +17 -0
  1799. package/lib/common/layout/table/table-cell-iterator.d.ts +66 -0
  1800. package/lib/common/layout-engine/hit-test-manager/hit-test-manager.d.ts +39 -0
  1801. package/lib/common/layout-engine/hit-test-manager/hit-test-manager.js +300 -0
  1802. package/lib/common/layout-engine/hit-test-manager/hit-test-result.d.ts +15 -0
  1803. package/lib/common/layout-engine/hit-test-manager/hit-test-result.js +36 -0
  1804. package/lib/common/layout-engine/layout-anchor-object-finder.d.ts +8 -0
  1805. package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +23 -0
  1806. package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +12 -0
  1807. package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +11 -0
  1808. package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +9 -0
  1809. package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +22 -0
  1810. package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +9 -0
  1811. package/lib/common/layout-engine/layout-position-creator.d.ts +50 -0
  1812. package/lib/common/layout-engine/selection/selection-formatter.d.ts +54 -0
  1813. package/lib/common/layout-engine/selection/selection-formatter.js +471 -0
  1814. package/lib/common/layout-engine/visualizers/anchor-visualizer.d.ts +13 -0
  1815. package/lib/common/layout-engine/visualizers/anchor-visualizer.js +38 -0
  1816. package/lib/common/layout-engine/visualizers/auto-scroll-visualizer.d.ts +5 -0
  1817. package/lib/common/layout-engine/visualizers/base-visualizer.d.ts +20 -0
  1818. package/lib/common/layout-engine/visualizers/base-visualizer.js +27 -0
  1819. package/lib/common/layout-engine/visualizers/box-visualizer-manager.d.ts +19 -0
  1820. package/lib/common/layout-engine/visualizers/drag-caret-visualizer.d.ts +5 -0
  1821. package/lib/common/layout-engine/visualizers/drag-caret-visualizer.js +15 -0
  1822. package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.d.ts +14 -0
  1823. package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.js +55 -0
  1824. package/lib/common/layout-engine/visualizers/resize-box-visualizer.d.ts +31 -0
  1825. package/lib/common/layout-engine/visualizers/resize-box-visualizer.js +137 -0
  1826. package/lib/common/layout-engine/visualizers/resize-table-visualizer.d.ts +7 -0
  1827. package/lib/common/layout-formatter/box/box-iterator.d.ts +27 -0
  1828. package/lib/common/layout-formatter/box/box-wrap.d.ts +27 -0
  1829. package/lib/common/layout-formatter/box/box-wraps-holder.d.ts +37 -0
  1830. package/lib/common/layout-formatter/box/generator/box-infos-generator.d.ts +63 -0
  1831. package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -0
  1832. package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.js +0 -0
  1833. package/lib/common/layout-formatter/box/generator/one-dimension-itertors.d.ts +18 -0
  1834. package/lib/common/layout-formatter/box/generator/recursive-objects-iterators.d.ts +38 -0
  1835. package/lib/common/layout-formatter/changes/changes/column-change.d.ts +9 -0
  1836. package/lib/common/layout-formatter/changes/changes/layout-change-base.d.ts +45 -0
  1837. package/lib/common/layout-formatter/changes/changes/page-area-change.d.ts +8 -0
  1838. package/lib/common/layout-formatter/changes/changes/page-change.d.ts +11 -0
  1839. package/lib/common/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +7 -0
  1840. package/lib/common/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +7 -0
  1841. package/lib/common/layout-formatter/changes/engine/changes-manager.d.ts +9 -0
  1842. package/lib/common/layout-formatter/changes/engine/changes-merger.d.ts +33 -0
  1843. package/lib/common/layout-formatter/changes/engine/page-changes-collector.d.ts +13 -0
  1844. package/lib/common/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +13 -0
  1845. package/lib/common/layout-formatter/changes/engine/table-cells-comparer.d.ts +11 -0
  1846. package/lib/common/layout-formatter/floating/anchored-objects-manager.d.ts +26 -0
  1847. package/lib/common/layout-formatter/floating/anchored-objects-manager.js +37 -0
  1848. package/lib/common/layout-formatter/floating/layout-row-bounds-manager.d.ts +26 -0
  1849. package/lib/common/layout-formatter/floating/page-anchored-object-holder.d.ts +20 -0
  1850. package/lib/common/layout-formatter/floating/position-calculators/base-calculator.d.ts +13 -0
  1851. package/lib/common/layout-formatter/floating/position-calculators/horizontal.d.ts +16 -0
  1852. package/lib/common/layout-formatter/floating/position-calculators/vertical.d.ts +14 -0
  1853. package/lib/common/layout-formatter/floating/render-level-calculator.d.ts +22 -0
  1854. package/lib/common/layout-formatter/formatter/base-formatter.d.ts +56 -0
  1855. package/lib/common/layout-formatter/formatter/enums.d.ts +12 -0
  1856. package/lib/common/layout-formatter/formatter/main-formatter.d.ts +29 -0
  1857. package/lib/common/layout-formatter/formatter/model-changes-listener.d.ts +8 -0
  1858. package/lib/common/layout-formatter/formatter/other-page-area-formatter.d.ts +15 -0
  1859. package/lib/common/layout-formatter/formatter/utils/bounds-calculator.d.ts +36 -0
  1860. package/lib/common/layout-formatter/formatter/utils/columns-calculator.d.ts +7 -0
  1861. package/lib/common/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +15 -0
  1862. package/lib/common/layout-formatter/formatter/utils/last-row-info.d.ts +21 -0
  1863. package/lib/common/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +9 -0
  1864. package/lib/common/layout-formatter/formatter/utils/number-utils.d.ts +6 -0
  1865. package/lib/common/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +18 -0
  1866. package/lib/common/layout-formatter/formatter/utils/restart-preparer.d.ts +17 -0
  1867. package/lib/common/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +20 -0
  1868. package/lib/common/layout-formatter/invalidator/layout-invalidator.d.ts +44 -0
  1869. package/lib/common/layout-formatter/invalidator/position-savers.d.ts +45 -0
  1870. package/lib/common/layout-formatter/invalidator/remove-content-helper.d.ts +8 -0
  1871. package/lib/common/layout-formatter/managers/formatter-manager.d.ts +72 -0
  1872. package/lib/common/layout-formatter/managers/formatter-manager.js +163 -0
  1873. package/lib/common/layout-formatter/managers/restart-manager.d.ts +15 -0
  1874. package/lib/common/layout-formatter/row/formatter.d.ts +55 -0
  1875. package/lib/common/layout-formatter/row/result.d.ts +33 -0
  1876. package/lib/common/layout-formatter/row/size-engine/row-formatting-info.d.ts +35 -0
  1877. package/lib/common/layout-formatter/row/size-engine/row-height-calculator.d.ts +20 -0
  1878. package/lib/common/layout-formatter/row/size-engine/row-height-state.d.ts +15 -0
  1879. package/lib/common/layout-formatter/row/size-engine/row-sizes-manager.d.ts +35 -0
  1880. package/lib/common/layout-formatter/row/states.d.ts +34 -0
  1881. package/lib/common/layout-formatter/row/tab-info.d.ts +23 -0
  1882. package/lib/common/layout-formatter/row/utils/box-aligner.d.ts +12 -0
  1883. package/lib/common/layout-formatter/row/utils/line-spacing-calculator.d.ts +37 -0
  1884. package/lib/common/layout-formatter/row/utils/rectangle-utils.d.ts +5 -0
  1885. package/lib/common/layout-formatter/row/utils/row-spacing-before-applier.d.ts +28 -0
  1886. package/lib/common/layout-formatter/row/word-holder.d.ts +9 -0
  1887. package/lib/common/layout-formatter/table/background-info-creator.d.ts +10 -0
  1888. package/lib/common/layout-formatter/table/borders/border-helper.d.ts +51 -0
  1889. package/lib/common/layout-formatter/table/borders/border-merger.d.ts +6 -0
  1890. package/lib/common/layout-formatter/table/borders/borders-creator.d.ts +9 -0
  1891. package/lib/common/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +12 -0
  1892. package/lib/common/layout-formatter/table/borders/layout-table-border.d.ts +23 -0
  1893. package/lib/common/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +12 -0
  1894. package/lib/common/layout-formatter/table/formatter.d.ts +73 -0
  1895. package/lib/common/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +28 -0
  1896. package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +11 -0
  1897. package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +8 -0
  1898. package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +10 -0
  1899. package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +18 -0
  1900. package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +8 -0
  1901. package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +48 -0
  1902. package/lib/common/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +32 -0
  1903. package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +19 -0
  1904. package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +86 -0
  1905. package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +13 -0
  1906. package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +74 -0
  1907. package/lib/common/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +8 -0
  1908. package/lib/common/layout-formatter/table/grid-engine/columns.d.ts +7 -0
  1909. package/lib/common/layout-formatter/table/grid-engine/creator.d.ts +5 -0
  1910. package/lib/common/layout-formatter/table/grid-engine/grid.d.ts +11 -0
  1911. package/lib/common/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +8 -0
  1912. package/lib/common/layout-formatter/table/info/cell-info.d.ts +59 -0
  1913. package/lib/common/layout-formatter/table/info/cell-order-helper.d.ts +12 -0
  1914. package/lib/common/layout-formatter/table/info/row-info.d.ts +22 -0
  1915. package/lib/common/layout-formatter/table/info/table-info.d.ts +63 -0
  1916. package/lib/common/layout-formatter/table/layout-row-index-helper.d.ts +0 -0
  1917. package/lib/common/layout-formatter/table/layout-row-index-helper.js +0 -0
  1918. package/lib/common/layout-formatter/table/other.d.ts +17 -0
  1919. package/lib/common/layout-formatter/table/size-compressor.d.ts +13 -0
  1920. package/lib/common/layout-formatter/table/table-alignment-applier.d.ts +12 -0
  1921. package/lib/common/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +8 -0
  1922. package/lib/common/loading-panel/manager.d.ts +6 -0
  1923. package/lib/common/loading-panel/panel.d.ts +27 -0
  1924. package/lib/common/measurer/measure-info.d.ts +18 -0
  1925. package/lib/common/measurer/measurer.d.ts +28 -0
  1926. package/lib/common/model/bookmarks.d.ts +47 -0
  1927. package/lib/common/model/borders/border-base.d.ts +11 -0
  1928. package/lib/common/model/borders/border-info.d.ts +21 -0
  1929. package/lib/common/model/borders/enums.d.ts +194 -0
  1930. package/lib/common/model/borders/layout-border.d.ts +3 -0
  1931. package/lib/common/model/borders/table-border-base.d.ts +11 -0
  1932. package/lib/common/model/borders/table-border-base.js +23 -0
  1933. package/lib/common/model/borders/table-borders.d.ts +12 -0
  1934. package/lib/common/model/borders/table-borders.js +34 -0
  1935. package/lib/common/model/borders/table-cell-borders.d.ts +11 -0
  1936. package/lib/common/model/borders/table-cell-borders.js +28 -0
  1937. package/lib/common/model/caches/caches.d.ts +36 -0
  1938. package/lib/common/model/caches/control-fonts.d.ts +12 -0
  1939. package/lib/common/model/caches/hash-based-cache.d.ts +36 -0
  1940. package/lib/common/model/caches/hashed-caches/character-properties-cache.d.ts +10 -0
  1941. package/lib/common/model/caches/hashed-caches/color-model-info-cache.d.ts +8 -0
  1942. package/lib/common/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +8 -0
  1943. package/lib/common/model/caches/hashed-caches/font-info-cache.d.ts +22 -0
  1944. package/lib/common/model/caches/hashed-caches/list-level-properties-cache.d.ts +6 -0
  1945. package/lib/common/model/caches/hashed-caches/masked-character-properties-cache.d.ts +6 -0
  1946. package/lib/common/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +6 -0
  1947. package/lib/common/model/caches/hashed-caches/paragraph-properties-cache.d.ts +6 -0
  1948. package/lib/common/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +7 -0
  1949. package/lib/common/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +7 -0
  1950. package/lib/common/model/caches/hashed-caches/shading-info-cache.d.ts +6 -0
  1951. package/lib/common/model/caches/hashed-caches/table-cell-properties-cache.d.ts +6 -0
  1952. package/lib/common/model/caches/hashed-caches/table-properties-cache.d.ts +4 -0
  1953. package/lib/common/model/caches/hashed-caches/table-row-properties-cache.d.ts +6 -0
  1954. package/lib/common/model/caches/images.d.ts +57 -0
  1955. package/lib/common/model/caches/images.js +189 -0
  1956. package/lib/common/model/changes/change-base.d.ts +17 -0
  1957. package/lib/common/model/changes/change.d.ts +69 -0
  1958. package/lib/common/model/changes/enums.d.ts +71 -0
  1959. package/lib/common/model/changes/model/create-style-link.d.ts +7 -0
  1960. package/lib/common/model/changes/model/default-tab-width.d.ts +7 -0
  1961. package/lib/common/model/changes/model/delete-style-link.d.ts +7 -0
  1962. package/lib/common/model/changes/model/different-odd-and-even-pages.d.ts +7 -0
  1963. package/lib/common/model/changes/model/document-protection-changed.d.ts +8 -0
  1964. package/lib/common/model/changes/model/header-created.d.ts +11 -0
  1965. package/lib/common/model/changes/model/header-footer-index-changed.d.ts +11 -0
  1966. package/lib/common/model/changes/model/list/abstract-numbering-list-added.d.ts +7 -0
  1967. package/lib/common/model/changes/model/list/abstract-numbering-list-deleted.d.ts +7 -0
  1968. package/lib/common/model/changes/model/list/i-override-list-level-changed.d.ts +11 -0
  1969. package/lib/common/model/changes/model/list/list-level-character-property-changed.d.ts +11 -0
  1970. package/lib/common/model/changes/model/list/list-level-paragraph-property-changed.d.ts +11 -0
  1971. package/lib/common/model/changes/model/list/list-level-property-changed.d.ts +11 -0
  1972. package/lib/common/model/changes/model/list/numbering-list-added.d.ts +7 -0
  1973. package/lib/common/model/changes/model/list/numbering-list-deleted.d.ts +7 -0
  1974. package/lib/common/model/changes/model/load-font.d.ts +8 -0
  1975. package/lib/common/model/changes/model/page-color.d.ts +7 -0
  1976. package/lib/common/model/changes/model/section-formatting-changed.d.ts +13 -0
  1977. package/lib/common/model/changes/model/section-merged.d.ts +10 -0
  1978. package/lib/common/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +13 -0
  1979. package/lib/common/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +12 -0
  1980. package/lib/common/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +12 -0
  1981. package/lib/common/model/changes/sub-document/anchor/shape-changed.d.ts +11 -0
  1982. package/lib/common/model/changes/sub-document/anchor/shape-property-changed.d.ts +13 -0
  1983. package/lib/common/model/changes/sub-document/bookmark/created.d.ts +11 -0
  1984. package/lib/common/model/changes/sub-document/bookmark/deleted.d.ts +11 -0
  1985. package/lib/common/model/changes/sub-document/field/deleted.d.ts +8 -0
  1986. package/lib/common/model/changes/sub-document/field/fields-show-code-changed.d.ts +9 -0
  1987. package/lib/common/model/changes/sub-document/field/hyperlink-info-changed.d.ts +12 -0
  1988. package/lib/common/model/changes/sub-document/field/inserted.d.ts +10 -0
  1989. package/lib/common/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +13 -0
  1990. package/lib/common/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +13 -0
  1991. package/lib/common/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +14 -0
  1992. package/lib/common/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +13 -0
  1993. package/lib/common/model/changes/sub-document/picture/inline-picture-inserted.d.ts +10 -0
  1994. package/lib/common/model/changes/sub-document/picture/inline-pictures-updated.d.ts +9 -0
  1995. package/lib/common/model/changes/sub-document/picture/load-pictures-info.d.ts +9 -0
  1996. package/lib/common/model/changes/sub-document/properties/character-formatting-changed.d.ts +12 -0
  1997. package/lib/common/model/changes/sub-document/properties/character-properties-changed.d.ts +10 -0
  1998. package/lib/common/model/changes/sub-document/properties/merged-props-reset.d.ts +9 -0
  1999. package/lib/common/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +12 -0
  2000. package/lib/common/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +17 -0
  2001. package/lib/common/model/changes/sub-document/range-permissions-changed.d.ts +13 -0
  2002. package/lib/common/model/changes/sub-document/style/character-style-applied.d.ts +11 -0
  2003. package/lib/common/model/changes/sub-document/style/paragraph-style-applied.d.ts +11 -0
  2004. package/lib/common/model/changes/sub-document/style/table-style-changed.d.ts +11 -0
  2005. package/lib/common/model/changes/sub-document/tab/deleted.d.ts +11 -0
  2006. package/lib/common/model/changes/sub-document/tab/inserted.d.ts +11 -0
  2007. package/lib/common/model/changes/sub-document/table/cell-inserted.d.ts +11 -0
  2008. package/lib/common/model/changes/sub-document/table/cell-merged-horizontally.d.ts +12 -0
  2009. package/lib/common/model/changes/sub-document/table/cell-property-changed.d.ts +14 -0
  2010. package/lib/common/model/changes/sub-document/table/cell-removed.d.ts +11 -0
  2011. package/lib/common/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +12 -0
  2012. package/lib/common/model/changes/sub-document/table/created.d.ts +9 -0
  2013. package/lib/common/model/changes/sub-document/table/property-changed.d.ts +14 -0
  2014. package/lib/common/model/changes/sub-document/table/removed.d.ts +11 -0
  2015. package/lib/common/model/changes/sub-document/table/row-inserted.d.ts +10 -0
  2016. package/lib/common/model/changes/sub-document/table/row-property-changed.d.ts +14 -0
  2017. package/lib/common/model/changes/sub-document/table/row-removed.d.ts +10 -0
  2018. package/lib/common/model/changes/sub-document/table/start-position-shifted.d.ts +11 -0
  2019. package/lib/common/model/changes/sub-document/text/anchor-object-removed.d.ts +9 -0
  2020. package/lib/common/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +12 -0
  2021. package/lib/common/model/changes/sub-document/text/interval-removed.d.ts +10 -0
  2022. package/lib/common/model/changes/sub-document/text/paragraph-inserted.d.ts +8 -0
  2023. package/lib/common/model/changes/sub-document/text/paragraph-merged.d.ts +11 -0
  2024. package/lib/common/model/changes/sub-document/text/section-inserted.d.ts +9 -0
  2025. package/lib/common/model/changes/sub-document/text/simple-run-inserted.d.ts +16 -0
  2026. package/lib/common/model/changes/sub-document/text/text-buffer-changed.d.ts +10 -0
  2027. package/lib/common/model/character/character-properties-helper.d.ts +20 -0
  2028. package/lib/common/model/character/character-properties.d.ts +68 -0
  2029. package/lib/common/model/character/character-property-descriptor.d.ts +226 -0
  2030. package/lib/common/model/character/character-style.d.ts +13 -0
  2031. package/lib/common/model/character/composite-font-info.d.ts +16 -0
  2032. package/lib/common/model/character/enums.d.ts +73 -0
  2033. package/lib/common/model/character/history-runs.d.ts +53 -0
  2034. package/lib/common/model/character/lang-info.d.ts +12 -0
  2035. package/lib/common/model/character/layout-character-properties-color-info.d.ts +9 -0
  2036. package/lib/common/model/character/run-iterator.d.ts +24 -0
  2037. package/lib/common/model/chunk.d.ts +15 -0
  2038. package/lib/common/model/color/color-hsl.d.ts +46 -0
  2039. package/lib/common/model/color/color-model-info.d.ts +48 -0
  2040. package/lib/common/model/color/color-model-info.js +176 -0
  2041. package/lib/common/model/color/color-provider.d.ts +16 -0
  2042. package/lib/common/model/color/color.d.ts +19 -0
  2043. package/lib/common/model/color/color.js +62 -0
  2044. package/lib/common/model/color/d-xsystem-colors.d.ts +32 -0
  2045. package/lib/common/model/color/dx-color.d.ts +15 -0
  2046. package/lib/common/model/color/enums.d.ts +48 -0
  2047. package/lib/common/model/color/palette.d.ts +59 -0
  2048. package/lib/common/model/color/sc-rgbcolor.d.ts +18 -0
  2049. package/lib/common/model/comments/comment.d.ts +14 -0
  2050. package/lib/common/model/compat-settings.d.ts +6 -0
  2051. package/lib/common/model/creator/cache.d.ts +12 -0
  2052. package/lib/common/model/creator/creator.d.ts +35 -0
  2053. package/lib/common/model/creator/font-corrector.d.ts +14 -0
  2054. package/lib/common/model/creator/options.d.ts +9 -0
  2055. package/lib/common/model/document-model.d.ts +167 -0
  2056. package/lib/common/model/drawing/backdrop-plane.d.ts +11 -0
  2057. package/lib/common/model/drawing/container-effect.d.ts +11 -0
  2058. package/lib/common/model/drawing/drawing-color-model-info.d.ts +52 -0
  2059. package/lib/common/model/drawing/drawing-color.d.ts +47 -0
  2060. package/lib/common/model/drawing/drawing-effect-collection.d.ts +6 -0
  2061. package/lib/common/model/drawing/drawing-effect-style.d.ts +11 -0
  2062. package/lib/common/model/drawing/drawing-fill.d.ts +11 -0
  2063. package/lib/common/model/drawing/drawing-text-font.d.ts +30 -0
  2064. package/lib/common/model/drawing/drawing-value-constants.d.ts +22 -0
  2065. package/lib/common/model/drawing/enums.d.ts +173 -0
  2066. package/lib/common/model/drawing/interfaces.d.ts +18 -0
  2067. package/lib/common/model/drawing/outline.d.ts +10 -0
  2068. package/lib/common/model/drawing/scene3d-properties-info.d.ts +32 -0
  2069. package/lib/common/model/drawing/scene3d-properties.d.ts +12 -0
  2070. package/lib/common/model/drawing/scene3d-rotation-info.d.ts +12 -0
  2071. package/lib/common/model/drawing/scene3d-vector.d.ts +9 -0
  2072. package/lib/common/model/drawing/shape-bevel3d-properties.d.ts +10 -0
  2073. package/lib/common/model/drawing/shape3d-properties.d.ts +21 -0
  2074. package/lib/common/model/drawing/transform/alpha-color-transform.d.ts +6 -0
  2075. package/lib/common/model/drawing/transform/alpha-modulation-color-transform.d.ts +6 -0
  2076. package/lib/common/model/drawing/transform/alpha-offset-color-transform.d.ts +6 -0
  2077. package/lib/common/model/drawing/transform/blue-color-transform.d.ts +6 -0
  2078. package/lib/common/model/drawing/transform/blue-modulation-color-transform.d.ts +6 -0
  2079. package/lib/common/model/drawing/transform/blue-offset-color-transform.d.ts +6 -0
  2080. package/lib/common/model/drawing/transform/color-transform-base.d.ts +13 -0
  2081. package/lib/common/model/drawing/transform/color-transform-collection.d.ts +10 -0
  2082. package/lib/common/model/drawing/transform/color-transform-value-base.d.ts +13 -0
  2083. package/lib/common/model/drawing/transform/complement-color-transform.d.ts +6 -0
  2084. package/lib/common/model/drawing/transform/gamma-color-transform.d.ts +6 -0
  2085. package/lib/common/model/drawing/transform/grayscale-color-transform.d.ts +6 -0
  2086. package/lib/common/model/drawing/transform/green-color-transform.d.ts +6 -0
  2087. package/lib/common/model/drawing/transform/green-modulation-color-transform.d.ts +6 -0
  2088. package/lib/common/model/drawing/transform/green-offset-color-transform.d.ts +6 -0
  2089. package/lib/common/model/drawing/transform/hue-color-transform.d.ts +6 -0
  2090. package/lib/common/model/drawing/transform/hue-modulation-color-transform.d.ts +6 -0
  2091. package/lib/common/model/drawing/transform/hue-offset-color-transform.d.ts +6 -0
  2092. package/lib/common/model/drawing/transform/inverse-color-transform.d.ts +6 -0
  2093. package/lib/common/model/drawing/transform/inverse-gamma-color-transform.d.ts +6 -0
  2094. package/lib/common/model/drawing/transform/luminance-color-transform.d.ts +6 -0
  2095. package/lib/common/model/drawing/transform/luminance-modulation-color-transform.d.ts +6 -0
  2096. package/lib/common/model/drawing/transform/luminance-offset-color-transform.d.ts +6 -0
  2097. package/lib/common/model/drawing/transform/red-color-transform.d.ts +6 -0
  2098. package/lib/common/model/drawing/transform/red-modulation-color-transform.d.ts +6 -0
  2099. package/lib/common/model/drawing/transform/red-offset-color-transform.d.ts +6 -0
  2100. package/lib/common/model/drawing/transform/saturation-color-transform.d.ts +6 -0
  2101. package/lib/common/model/drawing/transform/saturation-modulation-color-transform.d.ts +6 -0
  2102. package/lib/common/model/drawing/transform/saturation-offset-color-transform.d.ts +6 -0
  2103. package/lib/common/model/drawing/transform/shade-color-transform.d.ts +6 -0
  2104. package/lib/common/model/drawing/transform/tint-color-transform.d.ts +7 -0
  2105. package/lib/common/model/enums.d.ts +6 -0
  2106. package/lib/common/model/fields/check-box-properties.d.ts +43 -0
  2107. package/lib/common/model/fields/field-context-menu-helper.d.ts +14 -0
  2108. package/lib/common/model/fields/field-request-manager.d.ts +42 -0
  2109. package/lib/common/model/fields/field.d.ts +112 -0
  2110. package/lib/common/model/fields/form-field-properties.d.ts +41 -0
  2111. package/lib/common/model/fields/names.d.ts +15 -0
  2112. package/lib/common/model/fields/parsers/field-code-parser-client-updating-base.d.ts +8 -0
  2113. package/lib/common/model/fields/parsers/field-code-parser-date.d.ts +7 -0
  2114. package/lib/common/model/fields/parsers/field-code-parser-doc-variable.d.ts +14 -0
  2115. package/lib/common/model/fields/parsers/field-code-parser-hyperlink.d.ts +8 -0
  2116. package/lib/common/model/fields/parsers/field-code-parser-merge-field.d.ts +12 -0
  2117. package/lib/common/model/fields/parsers/field-code-parser-num-pages.d.ts +6 -0
  2118. package/lib/common/model/fields/parsers/field-code-parser-page-ref.d.ts +9 -0
  2119. package/lib/common/model/fields/parsers/field-code-parser-page.d.ts +7 -0
  2120. package/lib/common/model/fields/parsers/field-code-parser-seq.d.ts +9 -0
  2121. package/lib/common/model/fields/parsers/field-code-parser-tc.d.ts +9 -0
  2122. package/lib/common/model/fields/parsers/field-code-parser-time.d.ts +6 -0
  2123. package/lib/common/model/fields/parsers/field-code-parser-toc.d.ts +66 -0
  2124. package/lib/common/model/fields/parsers/field-code-parser.d.ts +107 -0
  2125. package/lib/common/model/fields/parsers/fill-in.d.ts +6 -0
  2126. package/lib/common/model/fields/tree-creator.d.ts +40 -0
  2127. package/lib/common/model/fields/update-sequence-info.d.ts +4 -0
  2128. package/lib/common/model/find-replace-helper.d.ts +75 -0
  2129. package/lib/common/model/floating-objects/anchor-info.d.ts +41 -0
  2130. package/lib/common/model/floating-objects/enums.d.ts +78 -0
  2131. package/lib/common/model/floating-objects/sizes.d.ts +56 -0
  2132. package/lib/common/model/floating-objects/sizes.js +142 -0
  2133. package/lib/common/model/floating-objects/text-box-properties.d.ts +18 -0
  2134. package/lib/common/model/fonts/control-font.d.ts +29 -0
  2135. package/lib/common/model/fonts/font-chooser.d.ts +10 -0
  2136. package/lib/common/model/fonts/font-face-descriptors.d.ts +20 -0
  2137. package/lib/common/model/fonts/font-info.d.ts +39 -0
  2138. package/lib/common/model/fonts/fonts-map.d.ts +310 -0
  2139. package/lib/common/model/fonts/google-fonts.d.ts +13 -0
  2140. package/lib/common/model/fonts/grabber.d.ts +33 -0
  2141. package/lib/common/model/fonts/loader.d.ts +12 -0
  2142. package/lib/common/model/fonts/measurer.d.ts +16 -0
  2143. package/lib/common/model/full-chunk-and-run-info.d.ts +32 -0
  2144. package/lib/common/model/history/base/history-item.d.ts +19 -0
  2145. package/lib/common/model/history/base/history.d.ts +33 -0
  2146. package/lib/common/model/history/base/i-history.d.ts +18 -0
  2147. package/lib/common/model/history/base/interval-based-history-item.d.ts +10 -0
  2148. package/lib/common/model/history/base/position-based-history-item.d.ts +9 -0
  2149. package/lib/common/model/history/items/apply-field-hyperlink-style-history-item.d.ts +10 -0
  2150. package/lib/common/model/history/items/apply-style-history-items.d.ts +33 -0
  2151. package/lib/common/model/history/items/bookmark-history-items.d.ts +17 -0
  2152. package/lib/common/model/history/items/change-field-hyperlink-info-history-item.d.ts +13 -0
  2153. package/lib/common/model/history/items/change-rectangular-object-history-item.d.ts +20 -0
  2154. package/lib/common/model/history/items/character-properties-history-items.d.ts +101 -0
  2155. package/lib/common/model/history/items/create-style-link-history-item.d.ts +11 -0
  2156. package/lib/common/model/history/items/document-properties-history-items.d.ts +23 -0
  2157. package/lib/common/model/history/items/document-protection-history-item.d.ts +10 -0
  2158. package/lib/common/model/history/items/field-insert-history-item.d.ts +15 -0
  2159. package/lib/common/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +15 -0
  2160. package/lib/common/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +13 -0
  2161. package/lib/common/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +13 -0
  2162. package/lib/common/model/history/items/floating-objects/change-image-property-history-item.d.ts +14 -0
  2163. package/lib/common/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +13 -0
  2164. package/lib/common/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +22 -0
  2165. package/lib/common/model/history/items/floating-objects/shape-property-history-item.d.ts +23 -0
  2166. package/lib/common/model/history/items/header-footer-history-items.d.ts +22 -0
  2167. package/lib/common/model/history/items/insert-inline-picture-history-item.d.ts +14 -0
  2168. package/lib/common/model/history/items/insert-paragraph-history-item.d.ts +9 -0
  2169. package/lib/common/model/history/items/insert-section-history-item.d.ts +15 -0
  2170. package/lib/common/model/history/items/insert-sub-document-history-item.d.ts +17 -0
  2171. package/lib/common/model/history/items/insert-text-history-item.d.ts +10 -0
  2172. package/lib/common/model/history/items/list-level-character-properties-history-items.d.ts +72 -0
  2173. package/lib/common/model/history/items/list-level-paragraph-properties-history-items.d.ts +76 -0
  2174. package/lib/common/model/history/items/list-level-properties-history-items.d.ts +59 -0
  2175. package/lib/common/model/history/items/non-visual-drawing-object-info.d.ts +15 -0
  2176. package/lib/common/model/history/items/numbering-list-history-items.d.ts +58 -0
  2177. package/lib/common/model/history/items/paragraph-properties-history-items.d.ts +122 -0
  2178. package/lib/common/model/history/items/range-permission-history-item.d.ts +17 -0
  2179. package/lib/common/model/history/items/remove-hyperlink-history-item.d.ts +22 -0
  2180. package/lib/common/model/history/items/remove-interval-history-item.d.ts +11 -0
  2181. package/lib/common/model/history/items/section-properties-history-items.d.ts +66 -0
  2182. package/lib/common/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +13 -0
  2183. package/lib/common/model/history/items/tables/change-table-cell-history-items.d.ts +25 -0
  2184. package/lib/common/model/history/items/tables/create-table-history-item.d.ts +22 -0
  2185. package/lib/common/model/history/items/tables/insert-table-row-history-item.d.ts +13 -0
  2186. package/lib/common/model/history/items/tables/remove-table-cell-history-item.d.ts +14 -0
  2187. package/lib/common/model/history/items/tables/remove-table-history-item.d.ts +9 -0
  2188. package/lib/common/model/history/items/tables/remove-table-row-history-item.d.ts +13 -0
  2189. package/lib/common/model/history/items/tables/split-table-cell-history-item.d.ts +19 -0
  2190. package/lib/common/model/history/items/tables/table-cell-properties-history-items.d.ts +73 -0
  2191. package/lib/common/model/history/items/tables/table-properties-history-items.d.ts +73 -0
  2192. package/lib/common/model/history/items/tables/table-row-properties-history-items.d.ts +61 -0
  2193. package/lib/common/model/history/items/text-run-change-case-history-item.d.ts +31 -0
  2194. package/lib/common/model/history/selection/history-item-direction.d.ts +5 -0
  2195. package/lib/common/model/history/selection/scroll-history-item.d.ts +14 -0
  2196. package/lib/common/model/history/selection/scroll-history-item.js +23 -0
  2197. package/lib/common/model/history/selection/selection-history-item.d.ts +14 -0
  2198. package/lib/common/model/history/selection/selection-history-item.js +23 -0
  2199. package/lib/common/model/history/states/history-item-state-object.d.ts +157 -0
  2200. package/lib/common/model/history/states/history-item-state.d.ts +13 -0
  2201. package/lib/common/model/interfaces.d.ts +27 -0
  2202. package/lib/common/model/json/command-request.d.ts +64 -0
  2203. package/lib/common/model/json/command-type.d.ts +91 -0
  2204. package/lib/common/model/json/enums/json-character-enums.d.ts +74 -0
  2205. package/lib/common/model/json/enums/json-control-enums.d.ts +69 -0
  2206. package/lib/common/model/json/enums/json-document-enums.d.ts +51 -0
  2207. package/lib/common/model/json/enums/json-field-enums.d.ts +39 -0
  2208. package/lib/common/model/json/enums/json-floating-enums.d.ts +94 -0
  2209. package/lib/common/model/json/enums/json-floating-enums.js +107 -0
  2210. package/lib/common/model/json/enums/json-general-enums.d.ts +77 -0
  2211. package/lib/common/model/json/enums/json-list-enums.d.ts +55 -0
  2212. package/lib/common/model/json/enums/json-paragraph-enums.d.ts +61 -0
  2213. package/lib/common/model/json/enums/json-run-enums.d.ts +40 -0
  2214. package/lib/common/model/json/enums/json-section-enums.d.ts +39 -0
  2215. package/lib/common/model/json/enums/json-style-enums.d.ts +49 -0
  2216. package/lib/common/model/json/enums/json-sub-document-enums.d.ts +55 -0
  2217. package/lib/common/model/json/enums/json-top-level-enums.d.ts +80 -0
  2218. package/lib/common/model/json/enums/table/json-table-cell-enums.d.ts +47 -0
  2219. package/lib/common/model/json/enums/table/json-table-enums.d.ts +59 -0
  2220. package/lib/common/model/json/enums/table/json-table-row-enums.d.ts +47 -0
  2221. package/lib/common/model/json/enums/table/json-table-structures-enums.d.ts +38 -0
  2222. package/lib/common/model/json/exporters/json-control-options-converter.d.ts +5 -0
  2223. package/lib/common/model/json/exporters/json-exporter.d.ts +11 -0
  2224. package/lib/common/model/json/exporters/json-numbering-list-exporter.d.ts +6 -0
  2225. package/lib/common/model/json/exporters/json-sub-document-exporter.d.ts +9 -0
  2226. package/lib/common/model/json/exporters/json-table-exporter.d.ts +6 -0
  2227. package/lib/common/model/json/importers/image-cache-info-converter.d.ts +7 -0
  2228. package/lib/common/model/json/importers/image-cache-info-converter.js +35 -0
  2229. package/lib/common/model/json/importers/json-border-info-converter.d.ts +6 -0
  2230. package/lib/common/model/json/importers/json-color-model-info-converter.d.ts +5 -0
  2231. package/lib/common/model/json/importers/json-drawing-color-converter.d.ts +16 -0
  2232. package/lib/common/model/json/importers/json-font-info-converter.d.ts +5 -0
  2233. package/lib/common/model/json/importers/json-importer.d.ts +24 -0
  2234. package/lib/common/model/json/importers/json-masked-character-properties-converter.d.ts +14 -0
  2235. package/lib/common/model/json/importers/json-masked-paragraph-properties-converter.d.ts +7 -0
  2236. package/lib/common/model/json/importers/json-shading-info-converter.d.ts +6 -0
  2237. package/lib/common/model/json/importers/json-shape-converter.d.ts +5 -0
  2238. package/lib/common/model/json/importers/json-styles-exporter.d.ts +17 -0
  2239. package/lib/common/model/json/importers/json-tab-converter.d.ts +7 -0
  2240. package/lib/common/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +5 -0
  2241. package/lib/common/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +10 -0
  2242. package/lib/common/model/json/importers/section/json-columns-section-properties-converter.d.ts +5 -0
  2243. package/lib/common/model/json/importers/section/json-section-properties-converter.d.ts +5 -0
  2244. package/lib/common/model/json/importers/server-model-inserter.d.ts +7 -0
  2245. package/lib/common/model/json/importers/sub-document/json-anchor-info-converter.d.ts +5 -0
  2246. package/lib/common/model/json/importers/sub-document/json-non-visual-properties.d.ts +5 -0
  2247. package/lib/common/model/json/importers/sub-document/json-sub-document-importer.d.ts +11 -0
  2248. package/lib/common/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +5 -0
  2249. package/lib/common/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +5 -0
  2250. package/lib/common/model/json/importers/sub-document/run-importers.d.ts +36 -0
  2251. package/lib/common/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +5 -0
  2252. package/lib/common/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +6 -0
  2253. package/lib/common/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +5 -0
  2254. package/lib/common/model/json/importers/table/json-table-borders-converter.d.ts +6 -0
  2255. package/lib/common/model/json/importers/table/json-table-borders-converter.js +25 -0
  2256. package/lib/common/model/json/importers/table/json-table-cell-borders-converter.d.ts +6 -0
  2257. package/lib/common/model/json/importers/table/json-table-cell-borders-converter.js +25 -0
  2258. package/lib/common/model/json/importers/table/json-table-cell-margins-converter.d.ts +5 -0
  2259. package/lib/common/model/json/importers/table/json-table-cell-properties-converter.d.ts +7 -0
  2260. package/lib/common/model/json/importers/table/json-table-conditional-style-converter.d.ts +11 -0
  2261. package/lib/common/model/json/importers/table/json-table-importer.d.ts +7 -0
  2262. package/lib/common/model/json/importers/table/json-table-properties-converter.d.ts +7 -0
  2263. package/lib/common/model/json/importers/table/json-table-row-properties-converter.d.ts +5 -0
  2264. package/lib/common/model/json/importers/table/json-table-unit-converter.d.ts +9 -0
  2265. package/lib/common/model/json/web-caches-exporter.d.ts +13 -0
  2266. package/lib/common/model/manipulators/base-manipulator.d.ts +9 -0
  2267. package/lib/common/model/manipulators/bookmarks-manipulator.d.ts +14 -0
  2268. package/lib/common/model/manipulators/character-properties-manipulator.d.ts +41 -0
  2269. package/lib/common/model/manipulators/doc-merger/merger.d.ts +10 -0
  2270. package/lib/common/model/manipulators/document/sub-document-inserter.d.ts +77 -0
  2271. package/lib/common/model/manipulators/document-properties-manipulator.d.ts +7 -0
  2272. package/lib/common/model/manipulators/document-protection-properties-manipulator.d.ts +12 -0
  2273. package/lib/common/model/manipulators/fields-manipulator.d.ts +33 -0
  2274. package/lib/common/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +27 -0
  2275. package/lib/common/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +17 -0
  2276. package/lib/common/model/manipulators/floating-objects/comparers.d.ts +6 -0
  2277. package/lib/common/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +18 -0
  2278. package/lib/common/model/manipulators/floating-objects/image-manipulator.d.ts +13 -0
  2279. package/lib/common/model/manipulators/floating-objects/shape-manipulator.d.ts +26 -0
  2280. package/lib/common/model/manipulators/floating-objects/size-manipulator.d.ts +19 -0
  2281. package/lib/common/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +10 -0
  2282. package/lib/common/model/manipulators/floating-objects/z-order-manipulator.d.ts +20 -0
  2283. package/lib/common/model/manipulators/font-manipulator.d.ts +12 -0
  2284. package/lib/common/model/manipulators/header-footer-manipulator.d.ts +27 -0
  2285. package/lib/common/model/manipulators/i-properties-manipulator.d.ts +57 -0
  2286. package/lib/common/model/manipulators/inline-object-manipulator.d.ts +23 -0
  2287. package/lib/common/model/manipulators/model-manipulator.d.ts +74 -0
  2288. package/lib/common/model/manipulators/model-manipulator.js +84 -0
  2289. package/lib/common/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +28 -0
  2290. package/lib/common/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +27 -0
  2291. package/lib/common/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +21 -0
  2292. package/lib/common/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +26 -0
  2293. package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +15 -0
  2294. package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +56 -0
  2295. package/lib/common/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +12 -0
  2296. package/lib/common/model/manipulators/paragraph-properties-manipulator.d.ts +34 -0
  2297. package/lib/common/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +30 -0
  2298. package/lib/common/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +7 -0
  2299. package/lib/common/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +11 -0
  2300. package/lib/common/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +54 -0
  2301. package/lib/common/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +8 -0
  2302. package/lib/common/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +8 -0
  2303. package/lib/common/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +8 -0
  2304. package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.d.ts +56 -0
  2305. package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.js +188 -0
  2306. package/lib/common/model/manipulators/range/create-range-copy-operation.d.ts +63 -0
  2307. package/lib/common/model/manipulators/range/create-range-copy-operation.js +459 -0
  2308. package/lib/common/model/manipulators/range/range-manipulator.d.ts +14 -0
  2309. package/lib/common/model/manipulators/range/remove-interval-operation.d.ts +73 -0
  2310. package/lib/common/model/manipulators/range/restore-removed-interval-operation.d.ts +12 -0
  2311. package/lib/common/model/manipulators/range-permission-manipulator.d.ts +7 -0
  2312. package/lib/common/model/manipulators/runs-base-manipulator.d.ts +10 -0
  2313. package/lib/common/model/manipulators/section-manipulator.d.ts +9 -0
  2314. package/lib/common/model/manipulators/section-properties-manipulator.d.ts +25 -0
  2315. package/lib/common/model/manipulators/styles-manipulator.d.ts +22 -0
  2316. package/lib/common/model/manipulators/sub-document-manipulator.d.ts +11 -0
  2317. package/lib/common/model/manipulators/tables/insert-table-cell-operation.d.ts +27 -0
  2318. package/lib/common/model/manipulators/tables/insert-table-cell-operation.js +63 -0
  2319. package/lib/common/model/manipulators/tables/insert-table-row-operation.d.ts +39 -0
  2320. package/lib/common/model/manipulators/tables/merge-table-cells-operation.d.ts +39 -0
  2321. package/lib/common/model/manipulators/tables/merge-table-cells-operation.js +150 -0
  2322. package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.d.ts +20 -0
  2323. package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.js +160 -0
  2324. package/lib/common/model/manipulators/tables/table-normalizator.d.ts +23 -0
  2325. package/lib/common/model/manipulators/tables/table-properties-manipulator.d.ts +22 -0
  2326. package/lib/common/model/manipulators/tables/table-properties-manipulator.js +128 -0
  2327. package/lib/common/model/manipulators/tables/table-row-properties-manipulator.d.ts +17 -0
  2328. package/lib/common/model/manipulators/tables/tables-manipulator.d.ts +81 -0
  2329. package/lib/common/model/manipulators/tables/tables-manipulator.js +797 -0
  2330. package/lib/common/model/manipulators/tabs-manipulator.d.ts +14 -0
  2331. package/lib/common/model/manipulators/text-box-manipulator.d.ts +22 -0
  2332. package/lib/common/model/manipulators/text-case-manipulator.d.ts +15 -0
  2333. package/lib/common/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +20 -0
  2334. package/lib/common/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +13 -0
  2335. package/lib/common/model/manipulators/text-manipulator/text-manipulator.d.ts +32 -0
  2336. package/lib/common/model/manipulators/utils/manipulator-params-base.d.ts +23 -0
  2337. package/lib/common/model/model-checks/check-all.d.ts +34 -0
  2338. package/lib/common/model/model-checks/comparer.d.ts +40 -0
  2339. package/lib/common/model/model-checks/comparer.js +261 -0
  2340. package/lib/common/model/model-checks/position.d.ts +18 -0
  2341. package/lib/common/model/model-iterator.d.ts +19 -0
  2342. package/lib/common/model/number-converters/alphabet-based-number-converter.d.ts +6 -0
  2343. package/lib/common/model/number-converters/bullet-number-converter.d.ts +5 -0
  2344. package/lib/common/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +7 -0
  2345. package/lib/common/model/number-converters/decimal-number-converter.d.ts +5 -0
  2346. package/lib/common/model/number-converters/decimal-zero-number-converter.d.ts +7 -0
  2347. package/lib/common/model/number-converters/descriptive-number-converter.d.ts +98 -0
  2348. package/lib/common/model/number-converters/hex-number-converter.d.ts +5 -0
  2349. package/lib/common/model/number-converters/latin-letter-number-converter.d.ts +7 -0
  2350. package/lib/common/model/number-converters/number-converter-creator.d.ts +8 -0
  2351. package/lib/common/model/number-converters/number-in-dash-number-converter.d.ts +7 -0
  2352. package/lib/common/model/number-converters/numerics-provider.d.ts +21 -0
  2353. package/lib/common/model/number-converters/ordinal-based-number-converter.d.ts +65 -0
  2354. package/lib/common/model/number-converters/roman-number-converter.d.ts +12 -0
  2355. package/lib/common/model/numbering-lists/list-level-properties.d.ts +91 -0
  2356. package/lib/common/model/numbering-lists/list-level.d.ts +83 -0
  2357. package/lib/common/model/numbering-lists/numbering-helper.d.ts +14 -0
  2358. package/lib/common/model/numbering-lists/numbering-list-counters-calculator.d.ts +19 -0
  2359. package/lib/common/model/numbering-lists/numbering-list-id-provider.d.ts +20 -0
  2360. package/lib/common/model/numbering-lists/numbering-list-index-calculator.d.ts +15 -0
  2361. package/lib/common/model/numbering-lists/numbering-list-style.d.ts +6 -0
  2362. package/lib/common/model/numbering-lists/numbering-list.d.ts +47 -0
  2363. package/lib/common/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +13 -0
  2364. package/lib/common/model/options/auto-correct.d.ts +17 -0
  2365. package/lib/common/model/options/bookmarks.d.ts +18 -0
  2366. package/lib/common/model/options/control.d.ts +51 -0
  2367. package/lib/common/model/options/document-protection.d.ts +32 -0
  2368. package/lib/common/model/options/fields.d.ts +14 -0
  2369. package/lib/common/model/options/fields.js +41 -0
  2370. package/lib/common/model/options/fonts.d.ts +54 -0
  2371. package/lib/common/model/options/mail-merge.d.ts +10 -0
  2372. package/lib/common/model/options/pdf.d.ts +18 -0
  2373. package/lib/common/model/options/printing.d.ts +11 -0
  2374. package/lib/common/model/options/protection.d.ts +13 -0
  2375. package/lib/common/model/options/rich-options.d.ts +31 -0
  2376. package/lib/common/model/options/search.d.ts +6 -0
  2377. package/lib/common/model/options/spell-checker.d.ts +18 -0
  2378. package/lib/common/model/paragraph/paragraph-properties-helper.d.ts +19 -0
  2379. package/lib/common/model/paragraph/paragraph-properties.d.ts +140 -0
  2380. package/lib/common/model/paragraph/paragraph-property-descriptors.d.ts +261 -0
  2381. package/lib/common/model/paragraph/paragraph-style.d.ts +53 -0
  2382. package/lib/common/model/paragraph/paragraph.d.ts +64 -0
  2383. package/lib/common/model/position/linked-interval.d.ts +19 -0
  2384. package/lib/common/model/position/position-manager.d.ts +19 -0
  2385. package/lib/common/model/position/position.d.ts +8 -0
  2386. package/lib/common/model/properties-merger/character-properties-merger.d.ts +16 -0
  2387. package/lib/common/model/properties-merger/paragraph-properties-merger.d.ts +16 -0
  2388. package/lib/common/model/properties-merger/properties-merger-base.d.ts +19 -0
  2389. package/lib/common/model/protection/hash-algorithm.d.ts +3 -0
  2390. package/lib/common/model/protection/md5.d.ts +12 -0
  2391. package/lib/common/model/protection/password-hash-code-calculator.d.ts +27 -0
  2392. package/lib/common/model/protection/password-hash-code-calculator.js +228 -0
  2393. package/lib/common/model/protection/ripemd160.d.ts +19 -0
  2394. package/lib/common/model/protection/sha1.d.ts +7 -0
  2395. package/lib/common/model/protection/sha256.d.ts +8 -0
  2396. package/lib/common/model/protection/sha384.d.ts +7 -0
  2397. package/lib/common/model/protection/sha512.d.ts +14 -0
  2398. package/lib/common/model/range-permissions.d.ts +39 -0
  2399. package/lib/common/model/rich-utils.d.ts +29 -0
  2400. package/lib/common/model/runs/anchored-picture-run.d.ts +17 -0
  2401. package/lib/common/model/runs/anchored-text-box-run.d.ts +21 -0
  2402. package/lib/common/model/runs/inline-picture-run.d.ts +18 -0
  2403. package/lib/common/model/runs/inline-text-box-run.d.ts +18 -0
  2404. package/lib/common/model/runs/run-base.d.ts +69 -0
  2405. package/lib/common/model/runs/run-type.d.ts +18 -0
  2406. package/lib/common/model/runs/simple-runs.d.ts +56 -0
  2407. package/lib/common/model/runs/text-run.d.ts +17 -0
  2408. package/lib/common/model/section/enums.d.ts +17 -0
  2409. package/lib/common/model/section/header-footer.d.ts +31 -0
  2410. package/lib/common/model/section/line-numbering-properties.d.ts +19 -0
  2411. package/lib/common/model/section/paper-kind.d.ts +127 -0
  2412. package/lib/common/model/section/section-column-properties.d.ts +11 -0
  2413. package/lib/common/model/section/section-properties.d.ts +40 -0
  2414. package/lib/common/model/section/section-property-descriptor.d.ts +165 -0
  2415. package/lib/common/model/section/section.d.ts +22 -0
  2416. package/lib/common/model/sentence-model-builder.d.ts +54 -0
  2417. package/lib/common/model/shadings/shading-info.d.ts +24 -0
  2418. package/lib/common/model/shadings/shading-pattern-helper.d.ts +12 -0
  2419. package/lib/common/model/shadings/shading-pattern.d.ts +56 -0
  2420. package/lib/common/model/shapes/shape.d.ts +11 -0
  2421. package/lib/common/model/simple-sentence-model-builder.d.ts +25 -0
  2422. package/lib/common/model/special-characters.d.ts +51 -0
  2423. package/lib/common/model/style-base.d.ts +16 -0
  2424. package/lib/common/model/styles-manager.d.ts +77 -0
  2425. package/lib/common/model/sub-document-collection.d.ts +13 -0
  2426. package/lib/common/model/sub-document-infos.d.ts +51 -0
  2427. package/lib/common/model/sub-document.d.ts +123 -0
  2428. package/lib/common/model/tables/grid/grid-maker.d.ts +5 -0
  2429. package/lib/common/model/tables/grid/table-cell-grid-info.d.ts +21 -0
  2430. package/lib/common/model/tables/main-structures/table-cell.d.ts +41 -0
  2431. package/lib/common/model/tables/main-structures/table-cell.js +90 -0
  2432. package/lib/common/model/tables/main-structures/table-row.d.ts +32 -0
  2433. package/lib/common/model/tables/main-structures/table-row.js +63 -0
  2434. package/lib/common/model/tables/main-structures/table.d.ts +86 -0
  2435. package/lib/common/model/tables/main-structures/table.js +305 -0
  2436. package/lib/common/model/tables/properties/table-cell-descriptors.d.ts +85 -0
  2437. package/lib/common/model/tables/properties/table-cell-descriptors.js +177 -0
  2438. package/lib/common/model/tables/properties/table-cell-properties.d.ts +72 -0
  2439. package/lib/common/model/tables/properties/table-descriptors.d.ts +95 -0
  2440. package/lib/common/model/tables/properties/table-descriptors.js +199 -0
  2441. package/lib/common/model/tables/properties/table-properties.d.ts +93 -0
  2442. package/lib/common/model/tables/properties/table-row-descriptors.d.ts +33 -0
  2443. package/lib/common/model/tables/properties/table-row-properties.d.ts +39 -0
  2444. package/lib/common/model/tables/properties/table-row-property-descriptor.d.ts +11 -0
  2445. package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.d.ts +98 -0
  2446. package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.js +206 -0
  2447. package/lib/common/model/tables/properties-mergers/table-properties-merger-base.d.ts +23 -0
  2448. package/lib/common/model/tables/properties-mergers/table-properties-merger.d.ts +93 -0
  2449. package/lib/common/model/tables/properties-mergers/table-properties-merger.js +198 -0
  2450. package/lib/common/model/tables/properties-mergers/table-row-properties-merger.d.ts +40 -0
  2451. package/lib/common/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +87 -0
  2452. package/lib/common/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +121 -0
  2453. package/lib/common/model/tables/secondary-structures/table-base-structures.d.ts +98 -0
  2454. package/lib/common/model/tables/secondary-structures/table-border-calculator.d.ts +12 -0
  2455. package/lib/common/model/tables/secondary-structures/table-units.d.ts +36 -0
  2456. package/lib/common/model/tables/styles/table-cell-style.d.ts +11 -0
  2457. package/lib/common/model/tables/styles/table-conditional-style.d.ts +16 -0
  2458. package/lib/common/model/tables/styles/table-style.d.ts +12 -0
  2459. package/lib/common/model/tables/table-utils.d.ts +35 -0
  2460. package/lib/common/model/tables/table-utils.js +293 -0
  2461. package/lib/common/model/themes/culture-info.d.ts +4 -0
  2462. package/lib/common/model/themes/enums.d.ts +64 -0
  2463. package/lib/common/model/themes/office-theme-base.d.ts +14 -0
  2464. package/lib/common/model/themes/theme-drawing-color-collection.d.ts +41 -0
  2465. package/lib/common/model/themes/theme-font-scheme-part.d.ts +16 -0
  2466. package/lib/common/model/themes/theme-font-scheme.d.ts +13 -0
  2467. package/lib/common/model/themes/theme-format-scheme.d.ts +22 -0
  2468. package/lib/common/model/web-settings.d.ts +9 -0
  2469. package/lib/common/model-manager.d.ts +26 -0
  2470. package/lib/common/model-request-handler.d.ts +4 -0
  2471. package/lib/common/mouse-handler/base/manipulator-handler-base.d.ts +17 -0
  2472. package/lib/common/mouse-handler/base/manipulator-handler-base.js +35 -0
  2473. package/lib/common/mouse-handler/base/manipulator-handler-state-base.d.ts +9 -0
  2474. package/lib/common/mouse-handler/drag-floating-objects-helper.d.ts +20 -0
  2475. package/lib/common/mouse-handler/drag-floating-objects-helper.js +51 -0
  2476. package/lib/common/mouse-handler/mouse-event-source.d.ts +11 -0
  2477. package/lib/common/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +15 -0
  2478. package/lib/common/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +15 -0
  2479. package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +40 -0
  2480. package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.js +450 -0
  2481. package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +19 -0
  2482. package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +28 -0
  2483. package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +84 -0
  2484. package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +11 -0
  2485. package/lib/common/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +18 -0
  2486. package/lib/common/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +12 -0
  2487. package/lib/common/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +9 -0
  2488. package/lib/common/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +11 -0
  2489. package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +62 -0
  2490. package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +317 -0
  2491. package/lib/common/mouse-handler/mouse-handler/mouse-handler.d.ts +35 -0
  2492. package/lib/common/mouse-handler/resize-box-helper.d.ts +26 -0
  2493. package/lib/common/mouse-handler/resize-box-helper.js +105 -0
  2494. package/lib/common/mouse-handler/resize-table-helper.d.ts +53 -0
  2495. package/lib/common/mouse-handler/resize-table-helper.js +148 -0
  2496. package/lib/common/mouse-handler/rotate-box-helper.d.ts +13 -0
  2497. package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.d.ts +13 -0
  2498. package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.js +129 -0
  2499. package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +13 -0
  2500. package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.js +42 -0
  2501. package/lib/common/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +9 -0
  2502. package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +13 -0
  2503. package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +67 -0
  2504. package/lib/common/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +10 -0
  2505. package/lib/common/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +9 -0
  2506. package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +41 -0
  2507. package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.js +178 -0
  2508. package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.d.ts +26 -0
  2509. package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.js +79 -0
  2510. package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +28 -0
  2511. package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.js +117 -0
  2512. package/lib/common/mouse-handler/touch-handler/touch-handler.d.ts +13 -0
  2513. package/lib/common/popup-menu-manager.d.ts +21 -0
  2514. package/lib/common/popup-menu-manager.js +65 -0
  2515. package/lib/common/processor.d.ts +12 -0
  2516. package/lib/common/rich-edit-core.d.ts +133 -0
  2517. package/lib/common/rich-edit-core.js +417 -0
  2518. package/lib/common/rich-utils/attribute-utils.d.ts +4 -0
  2519. package/lib/common/rich-utils/attribute-utils.js +13 -0
  2520. package/lib/common/rich-utils/common-interfaces.d.ts +12 -0
  2521. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +10 -0
  2522. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +58 -0
  2523. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +163 -0
  2524. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +7 -0
  2525. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +71 -0
  2526. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +10 -0
  2527. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +38 -0
  2528. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +11 -0
  2529. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +25 -0
  2530. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +11 -0
  2531. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +38 -0
  2532. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +12 -0
  2533. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +80 -0
  2534. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +10 -0
  2535. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +26 -0
  2536. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +10 -0
  2537. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +25 -0
  2538. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +10 -0
  2539. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +32 -0
  2540. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +10 -0
  2541. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +42 -0
  2542. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +10 -0
  2543. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +30 -0
  2544. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +11 -0
  2545. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +22 -0
  2546. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +10 -0
  2547. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +23 -0
  2548. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +10 -0
  2549. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +33 -0
  2550. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +12 -0
  2551. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +76 -0
  2552. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +10 -0
  2553. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +34 -0
  2554. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +11 -0
  2555. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +42 -0
  2556. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +10 -0
  2557. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +8 -0
  2558. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +16 -0
  2559. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +10 -0
  2560. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +10 -0
  2561. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +31 -0
  2562. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +15 -0
  2563. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +122 -0
  2564. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +10 -0
  2565. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +35 -0
  2566. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +10 -0
  2567. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +56 -0
  2568. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +12 -0
  2569. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +47 -0
  2570. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +8 -0
  2571. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +17 -0
  2572. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +10 -0
  2573. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +31 -0
  2574. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +10 -0
  2575. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +57 -0
  2576. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +10 -0
  2577. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +44 -0
  2578. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +12 -0
  2579. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +49 -0
  2580. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +8 -0
  2581. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +20 -0
  2582. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +11 -0
  2583. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +43 -0
  2584. package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +19 -0
  2585. package/lib/common/rich-utils/debug/debug-table.d.ts +11 -0
  2586. package/lib/common/rich-utils/debug/logger/base-logger/i-logger.d.ts +6 -0
  2587. package/lib/common/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +4 -0
  2588. package/lib/common/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +4 -0
  2589. package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +53 -0
  2590. package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.js +285 -0
  2591. package/lib/common/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +4 -0
  2592. package/lib/common/rich-utils/debug/logger/base-logger/log-source-params.d.ts +11 -0
  2593. package/lib/common/rich-utils/debug/logger/base-logger/log-source.d.ts +22 -0
  2594. package/lib/common/rich-utils/debug/logger/base-logger/log.d.ts +2 -0
  2595. package/lib/common/rich-utils/debug/logger/base-logger/logger.d.ts +27 -0
  2596. package/lib/common/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +7 -0
  2597. package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +4 -0
  2598. package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +20 -0
  2599. package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +4 -0
  2600. package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +10 -0
  2601. package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +9 -0
  2602. package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.js +39 -0
  2603. package/lib/common/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +29 -0
  2604. package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +9 -0
  2605. package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +14 -0
  2606. package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +5 -0
  2607. package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +11 -0
  2608. package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +8 -0
  2609. package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +9 -0
  2610. package/lib/common/rich-utils/debug/model-checks.d.ts +5 -0
  2611. package/lib/common/rich-utils/debug/runtime-template-model-creator.d.ts +82 -0
  2612. package/lib/common/rich-utils/debug/runtime-template-model-creator.js +609 -0
  2613. package/lib/common/rich-utils/debug/runtime-test-helper.d.ts +49 -0
  2614. package/lib/common/rich-utils/debug/runtime-test-helper.js +342 -0
  2615. package/lib/common/rich-utils/display-numbering-string-formatter.d.ts +3 -0
  2616. package/lib/common/rich-utils/html-converter.d.ts +9 -0
  2617. package/lib/common/rich-utils/html-utils.d.ts +2 -0
  2618. package/lib/common/rich-utils/html-utils.js +10 -0
  2619. package/lib/common/rich-utils/inner-client-properties.d.ts +7 -0
  2620. package/lib/common/rich-utils/layout/rich-layout-utils.d.ts +9 -0
  2621. package/lib/common/rich-utils/layout/rich-layout-utils.js +38 -0
  2622. package/lib/common/rich-utils/properties-bundle.d.ts +27 -0
  2623. package/lib/common/rich-utils/table-utils-ex.d.ts +6 -0
  2624. package/lib/common/scroll/canvas-states.d.ts +13 -0
  2625. package/lib/common/scroll/model-scroll-manager.d.ts +13 -0
  2626. package/lib/common/scroll/model-scroll-manager.js +18 -0
  2627. package/lib/common/scroll/model-states.d.ts +64 -0
  2628. package/lib/common/scroll/model-states.js +84 -0
  2629. package/lib/common/scroll/scroll-formatter.d.ts +19 -0
  2630. package/lib/common/scroll/scroll-formatter.js +39 -0
  2631. package/lib/common/selection/i-active-sub-document-holder.d.ts +4 -0
  2632. package/lib/common/selection/i-selection-changes-listener.d.ts +14 -0
  2633. package/lib/common/selection/input-position-base.d.ts +67 -0
  2634. package/lib/common/selection/input-position-model-changes-listener.d.ts +25 -0
  2635. package/lib/common/selection/input-position-model-changes-listener.js +138 -0
  2636. package/lib/common/selection/input-position.d.ts +14 -0
  2637. package/lib/common/selection/input-position.js +42 -0
  2638. package/lib/common/selection/selected-cells-engine.d.ts +66 -0
  2639. package/lib/common/selection/selected-special-run-info.d.ts +27 -0
  2640. package/lib/common/selection/selection-base.d.ts +6 -0
  2641. package/lib/common/selection/selection-intervals-info.d.ts +32 -0
  2642. package/lib/common/selection/selection-model-changes-listener.d.ts +12 -0
  2643. package/lib/common/selection/selection-model-changes-listener.js +49 -0
  2644. package/lib/common/selection/selection-state.d.ts +38 -0
  2645. package/lib/common/selection/selection-state.js +109 -0
  2646. package/lib/common/selection/selection.d.ts +79 -0
  2647. package/lib/common/selection/selection.js +223 -0
  2648. package/lib/common/selection/set-selection-params.d.ts +23 -0
  2649. package/lib/common/spelling/helpers.d.ts +7 -0
  2650. package/lib/common/spelling/intervals-collections.d.ts +35 -0
  2651. package/lib/common/spelling/intervals-manager.d.ts +32 -0
  2652. package/lib/common/spelling/intervals.d.ts +27 -0
  2653. package/lib/common/spelling/listeners.d.ts +16 -0
  2654. package/lib/common/spelling/spell-checker-selection-changes-listener.d.ts +12 -0
  2655. package/lib/common/spelling/spell-checker-selection-changes-listener.js +31 -0
  2656. package/lib/common/spelling/spell-checker.d.ts +47 -0
  2657. package/lib/common/string-resources.d.ts +33 -0
  2658. package/lib/common/ui/quick-search-panel.d.ts +46 -0
  2659. package/lib/common/ui/ruler/controls/base.d.ts +19 -0
  2660. package/lib/common/ui/ruler/controls/column.d.ts +53 -0
  2661. package/lib/common/ui/ruler/controls/divisions.d.ts +34 -0
  2662. package/lib/common/ui/ruler/controls/divisions.js +112 -0
  2663. package/lib/common/ui/ruler/controls/indent/base.d.ts +21 -0
  2664. package/lib/common/ui/ruler/controls/indent/first-line.d.ts +17 -0
  2665. package/lib/common/ui/ruler/controls/indent/left.d.ts +21 -0
  2666. package/lib/common/ui/ruler/controls/indent/right.d.ts +18 -0
  2667. package/lib/common/ui/ruler/controls/margin/base.d.ts +24 -0
  2668. package/lib/common/ui/ruler/controls/margin/left.d.ts +15 -0
  2669. package/lib/common/ui/ruler/controls/margin/right.d.ts +14 -0
  2670. package/lib/common/ui/ruler/controls/owner.d.ts +31 -0
  2671. package/lib/common/ui/ruler/controls/ruler.d.ts +19 -0
  2672. package/lib/common/ui/ruler/controls/shadow.d.ts +5 -0
  2673. package/lib/common/ui/ruler/controls/tab/tab-type.d.ts +18 -0
  2674. package/lib/common/ui/ruler/controls/tab/tab-type.js +67 -0
  2675. package/lib/common/ui/ruler/controls/tab/tab.d.ts +58 -0
  2676. package/lib/common/ui/ruler/controls/tab/tab.js +258 -0
  2677. package/lib/common/ui/ruler/controls/tab/utils.d.ts +7 -0
  2678. package/lib/common/ui/ruler/controls/tab/utils.js +47 -0
  2679. package/lib/common/ui/ruler/controls/table.d.ts +42 -0
  2680. package/lib/common/ui/ruler/controls/template-manager.d.ts +11 -0
  2681. package/lib/common/ui/ruler/controls/vertical-line.d.ts +24 -0
  2682. package/lib/common/ui/ruler/controls/wrapper.d.ts +7 -0
  2683. package/lib/common/ui/ruler/events/mouse.d.ts +28 -0
  2684. package/lib/common/ui/ruler/events/scroll.d.ts +11 -0
  2685. package/lib/common/ui/ruler/manager.d.ts +48 -0
  2686. package/lib/common/ui/ruler/manager.js +129 -0
  2687. package/lib/common/ui/ruler/model-data.d.ts +21 -0
  2688. package/lib/common/ui/ruler/mouse-handler.d.ts +28 -0
  2689. package/lib/common/ui/ruler/ruler.d.ts +56 -0
  2690. package/lib/common/ui/ruler/ruler.js +206 -0
  2691. package/lib/common/ui/ruler/settings.d.ts +56 -0
  2692. package/lib/common/ui/search-manager.d.ts +27 -0
  2693. package/lib/common/ui/search-manager.js +76 -0
  2694. package/lib/common/utils/bookmark-finder.d.ts +3 -0
  2695. package/lib/common/utils/direction-adaptor/i-direction-adaptor.d.ts +16 -0
  2696. package/lib/common/utils/direction-adaptor/i-direction-adaptor.js +1 -0
  2697. package/lib/common/utils/direction-adaptor/x-direction-adaptor.d.ts +28 -0
  2698. package/lib/common/utils/direction-adaptor/y-direction-adaptor.d.ts +28 -0
  2699. package/lib/common/utils/event-dispatcher.d.ts +10 -0
  2700. package/lib/common/utils/get-layout-point.d.ts +8 -0
  2701. package/lib/common/utils/get-layout-point.js +24 -0
  2702. package/lib/common/utils/hexadecimal-converter.d.ts +3 -0
  2703. package/lib/common/utils/map-creator.d.ts +8 -0
  2704. package/lib/common/utils/min-max.d.ts +2 -0
  2705. package/lib/common/utils/number-converter.d.ts +6 -0
  2706. package/lib/common/utils/relative-rect.d.ts +4 -0
  2707. package/lib/common/utils/size-utils.d.ts +4 -0
  2708. package/lib/common/utils/size-utils.js +12 -0
  2709. package/lib/common/utils/sub-document-changes-storer.d.ts +9 -0
  2710. package/lib/common/utils/unit-converter.d.ts +21 -0
  2711. package/lib/common/utils/utils.d.ts +13 -0
  2712. package/lib/common/utils/web-utils/base.d.ts +4 -0
  2713. package/lib/common/view-settings/views-settings.d.ts +32 -0
  2714. package/lib/common/word-bounds-engine/layout-word-bounds-group-separator.d.ts +18 -0
  2715. package/lib/common/word-bounds-engine/layout-word-bounds.d.ts +41 -0
  2716. package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +24 -0
  2717. package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +11 -0
  2718. package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +11 -0
  2719. package/package.json +3 -3
  2720. package/lib/api-utils/api-utils/parameter-checker.d.ts +0 -24
  2721. package/lib/base/auto-correct/auto-correct-providers.d.ts +0 -61
  2722. package/lib/base/auto-correct/auto-correct-providers.js +0 -273
  2723. package/lib/base/auto-correct/auto-correct-service.d.ts +0 -11
  2724. package/lib/base/bars/base.d.ts +0 -25
  2725. package/lib/base/bars/base.js +0 -76
  2726. package/lib/base/bars/context-menu.d.ts +0 -21
  2727. package/lib/base/bars/context-menu.js +0 -134
  2728. package/lib/base/bars/interfaces.d.ts +0 -36
  2729. package/lib/base/bars/ribbon.d.ts +0 -26
  2730. package/lib/base/bars/ribbon.js +0 -158
  2731. package/lib/base/canvas/canvas-manager.d.ts +0 -74
  2732. package/lib/base/canvas/canvas-manager.js +0 -386
  2733. package/lib/base/canvas/canvas-scroll-info.d.ts +0 -30
  2734. package/lib/base/canvas/canvas-scroll-manager.d.ts +0 -23
  2735. package/lib/base/canvas/canvas-scroll-manager.js +0 -106
  2736. package/lib/base/canvas/canvas-size-info.d.ts +0 -23
  2737. package/lib/base/canvas/canvas-size-info.js +0 -51
  2738. package/lib/base/canvas/listeners/anchor-listener.d.ts +0 -13
  2739. package/lib/base/canvas/listeners/anchor-listener.js +0 -17
  2740. package/lib/base/canvas/listeners/auto-scroll-listener.d.ts +0 -14
  2741. package/lib/base/canvas/listeners/auto-scroll-listener.js +0 -35
  2742. package/lib/base/canvas/listeners/drag-caret-listener.d.ts +0 -6
  2743. package/lib/base/canvas/listeners/drag-caret-listener.js +0 -8
  2744. package/lib/base/canvas/listeners/frame-base-listener.d.ts +0 -33
  2745. package/lib/base/canvas/listeners/full-table-selector-listener.d.ts +0 -5
  2746. package/lib/base/canvas/listeners/full-table-selector-listener.js +0 -7
  2747. package/lib/base/canvas/listeners/resize-box-listener.d.ts +0 -22
  2748. package/lib/base/canvas/listeners/resize-table-listener.d.ts +0 -5
  2749. package/lib/base/canvas/listeners/resize-table-listener.js +0 -7
  2750. package/lib/base/canvas/renderes/canvas-listener/canvas-listener.d.ts +0 -16
  2751. package/lib/base/canvas/renderes/canvas-listener/canvas-listener.js +0 -21
  2752. package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +0 -15
  2753. package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +0 -158
  2754. package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +0 -34
  2755. package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +0 -134
  2756. package/lib/base/canvas/renderes/change-active-sub-document/base-renderer.d.ts +0 -25
  2757. package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +0 -6
  2758. package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +0 -25
  2759. package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +0 -16
  2760. package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +0 -122
  2761. package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +0 -15
  2762. package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +0 -57
  2763. package/lib/base/canvas/renderes/change-active-sub-document/renderer.d.ts +0 -21
  2764. package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +0 -6
  2765. package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.js +0 -45
  2766. package/lib/base/canvas/renderes/common/document-renderer.d.ts +0 -126
  2767. package/lib/base/canvas/renderes/common/document-renderer.js +0 -868
  2768. package/lib/base/canvas/renderes/common/print-layout-renderer.d.ts +0 -7
  2769. package/lib/base/canvas/renderes/common/simple-view-renderer.d.ts +0 -30
  2770. package/lib/base/canvas/renderes/common/simple-view-renderer.js +0 -166
  2771. package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +0 -12
  2772. package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +0 -24
  2773. package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +0 -14
  2774. package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.js +0 -29
  2775. package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +0 -12
  2776. package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.js +0 -24
  2777. package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +0 -19
  2778. package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.js +0 -54
  2779. package/lib/base/canvas/renderes/selection-renderers/selection-renderer.d.ts +0 -23
  2780. package/lib/base/canvas/renderes/selection-renderers/selection-renderer.js +0 -65
  2781. package/lib/base/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +0 -20
  2782. package/lib/base/canvas/renderes/view-manager.d.ts +0 -71
  2783. package/lib/base/canvas/renderes/view-manager.js +0 -172
  2784. package/lib/base/canvas/utils.d.ts +0 -5
  2785. package/lib/base/client-side-events.d.ts +0 -25
  2786. package/lib/base/clipboard-content-inserter.d.ts +0 -12
  2787. package/lib/base/clipboard-content-inserter.js +0 -107
  2788. package/lib/base/commands/bookmark-command.d.ts +0 -24
  2789. package/lib/base/commands/bookmark-command.js +0 -88
  2790. package/lib/base/commands/character-properties/change-character-properties-command-base.d.ts +0 -21
  2791. package/lib/base/commands/character-properties/change-character-properties-command-base.js +0 -83
  2792. package/lib/base/commands/character-properties/change-font-back-color-command.d.ts +0 -17
  2793. package/lib/base/commands/character-properties/change-font-back-color-command.js +0 -33
  2794. package/lib/base/commands/character-properties/change-font-color-command.d.ts +0 -10
  2795. package/lib/base/commands/character-properties/change-font-color-command.js +0 -18
  2796. package/lib/base/commands/character-properties/change-font-name-command.d.ts +0 -8
  2797. package/lib/base/commands/character-properties/change-font-name-command.js +0 -28
  2798. package/lib/base/commands/character-properties/change-font-size-command.d.ts +0 -20
  2799. package/lib/base/commands/character-properties/change-font-size-command.js +0 -75
  2800. package/lib/base/commands/character-properties/toggle-font-bold-command.d.ts +0 -7
  2801. package/lib/base/commands/character-properties/toggle-font-bold-command.js +0 -10
  2802. package/lib/base/commands/character-properties/toggle-font-italic-command.d.ts +0 -7
  2803. package/lib/base/commands/character-properties/toggle-font-italic-command.js +0 -10
  2804. package/lib/base/commands/character-properties/toggle-font-script-command.d.ts +0 -17
  2805. package/lib/base/commands/character-properties/toggle-font-script-command.js +0 -30
  2806. package/lib/base/commands/character-properties/toggle-font-strikeout-command.d.ts +0 -8
  2807. package/lib/base/commands/character-properties/toggle-font-strikeout-command.js +0 -11
  2808. package/lib/base/commands/character-properties/toggle-font-underline-command.d.ts +0 -17
  2809. package/lib/base/commands/character-properties/toggle-font-underline-command.js +0 -30
  2810. package/lib/base/commands/client-command.d.ts +0 -421
  2811. package/lib/base/commands/command-base.d.ts +0 -73
  2812. package/lib/base/commands/command-base.js +0 -207
  2813. package/lib/base/commands/command-manager.d.ts +0 -33
  2814. package/lib/base/commands/command-states.d.ts +0 -39
  2815. package/lib/base/commands/dialogs/dialog-alert-message-command.d.ts +0 -92
  2816. package/lib/base/commands/dialogs/dialog-bookmarks-command.d.ts +0 -29
  2817. package/lib/base/commands/dialogs/dialog-bookmarks-command.js +0 -64
  2818. package/lib/base/commands/dialogs/dialog-border-shading-command.d.ts +0 -75
  2819. package/lib/base/commands/dialogs/dialog-border-shading-command.js +0 -279
  2820. package/lib/base/commands/dialogs/dialog-columns-command.d.ts +0 -127
  2821. package/lib/base/commands/dialogs/dialog-columns-command.js +0 -499
  2822. package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.d.ts +0 -60
  2823. package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.js +0 -293
  2824. package/lib/base/commands/dialogs/dialog-find-replace-command.d.ts +0 -27
  2825. package/lib/base/commands/dialogs/dialog-find-replace-command.js +0 -75
  2826. package/lib/base/commands/dialogs/dialog-finish-and-merge-command.d.ts +0 -34
  2827. package/lib/base/commands/dialogs/dialog-finish-and-merge-command.js +0 -62
  2828. package/lib/base/commands/dialogs/dialog-font-command.d.ts +0 -49
  2829. package/lib/base/commands/dialogs/dialog-font-command.js +0 -168
  2830. package/lib/base/commands/dialogs/dialog-hyperlink-command.d.ts +0 -39
  2831. package/lib/base/commands/dialogs/dialog-hyperlink-command.js +0 -154
  2832. package/lib/base/commands/dialogs/dialog-insert-image-command.d.ts +0 -22
  2833. package/lib/base/commands/dialogs/dialog-insert-image-command.js +0 -51
  2834. package/lib/base/commands/dialogs/dialog-insert-merge-field-command.d.ts +0 -20
  2835. package/lib/base/commands/dialogs/dialog-insert-merge-field-command.js +0 -44
  2836. package/lib/base/commands/dialogs/dialog-insert-table-cells-command.d.ts +0 -31
  2837. package/lib/base/commands/dialogs/dialog-insert-table-cells-command.js +0 -97
  2838. package/lib/base/commands/dialogs/dialog-insert-table-command.d.ts +0 -17
  2839. package/lib/base/commands/dialogs/dialog-layout-options-command.d.ts +0 -61
  2840. package/lib/base/commands/dialogs/dialog-layout-options-command.js +0 -372
  2841. package/lib/base/commands/dialogs/dialog-numbering-list-command.d.ts +0 -24
  2842. package/lib/base/commands/dialogs/dialog-numbering-list-command.js +0 -121
  2843. package/lib/base/commands/dialogs/dialog-page-setup-command.d.ts +0 -56
  2844. package/lib/base/commands/dialogs/dialog-page-setup-command.js +0 -215
  2845. package/lib/base/commands/dialogs/dialog-paragraph-properties-command.d.ts +0 -45
  2846. package/lib/base/commands/dialogs/dialog-paragraph-properties-command.js +0 -174
  2847. package/lib/base/commands/dialogs/dialog-spell-checker-command.d.ts +0 -38
  2848. package/lib/base/commands/dialogs/dialog-spell-checker-command.js +0 -82
  2849. package/lib/base/commands/dialogs/dialog-split-table-cells-command.d.ts +0 -22
  2850. package/lib/base/commands/dialogs/dialog-symbols-command.d.ts +0 -27
  2851. package/lib/base/commands/dialogs/dialog-symbols-command.js +0 -73
  2852. package/lib/base/commands/dialogs/dialog-table-properties-command.d.ts +0 -85
  2853. package/lib/base/commands/dialogs/dialog-table-properties-command.js +0 -417
  2854. package/lib/base/commands/dialogs/dialog-tabs-command.d.ts +0 -20
  2855. package/lib/base/commands/dialogs/dialog-tabs-command.js +0 -75
  2856. package/lib/base/commands/dialogs/show-dialog-command-base.d.ts +0 -28
  2857. package/lib/base/commands/dialogs/show-quick-search-panel-command.d.ts +0 -8
  2858. package/lib/base/commands/document/print-document-on-client-command.d.ts +0 -19
  2859. package/lib/base/commands/document/print-document-on-client-command.js +0 -249
  2860. package/lib/base/commands/document-properties/change-page-color-command.d.ts +0 -10
  2861. package/lib/base/commands/document-properties/change-page-color-command.js +0 -26
  2862. package/lib/base/commands/fields/change-hyperlink-command.d.ts +0 -16
  2863. package/lib/base/commands/fields/change-hyperlink-command.js +0 -23
  2864. package/lib/base/commands/fields/create-field-command.d.ts +0 -79
  2865. package/lib/base/commands/fields/create-field-command.js +0 -228
  2866. package/lib/base/commands/fields/field-command-helper.d.ts +0 -8
  2867. package/lib/base/commands/fields/field-command-helper.js +0 -39
  2868. package/lib/base/commands/fields/go-to-record-command.d.ts +0 -28
  2869. package/lib/base/commands/fields/go-to-record-command.js +0 -65
  2870. package/lib/base/commands/fields/hyperlink-command-base.d.ts +0 -7
  2871. package/lib/base/commands/fields/hyperlink-command-base.js +0 -16
  2872. package/lib/base/commands/fields/open-hyperlink-command.d.ts +0 -10
  2873. package/lib/base/commands/fields/open-hyperlink-command.js +0 -39
  2874. package/lib/base/commands/fields/remove-hyperlink-command.d.ts +0 -7
  2875. package/lib/base/commands/fields/remove-hyperlinks-command.d.ts +0 -9
  2876. package/lib/base/commands/fields/remove-hyperlinks-command.js +0 -41
  2877. package/lib/base/commands/fields/show-all-field-code-result-command.d.ts +0 -13
  2878. package/lib/base/commands/fields/show-all-field-code-result-command.js +0 -27
  2879. package/lib/base/commands/fields/toggle-all-fields-command.d.ts +0 -9
  2880. package/lib/base/commands/fields/toggle-all-fields-command.js +0 -37
  2881. package/lib/base/commands/fields/toggle-field-codes-command.d.ts +0 -9
  2882. package/lib/base/commands/fields/toggle-field-codes-command.js +0 -99
  2883. package/lib/base/commands/fields/toggle-view-merged-data-command.d.ts +0 -10
  2884. package/lib/base/commands/fields/toggle-view-merged-data-command.js +0 -32
  2885. package/lib/base/commands/fields/update-all-fields-command.d.ts +0 -9
  2886. package/lib/base/commands/fields/update-all-fields-command.js +0 -24
  2887. package/lib/base/commands/fields/update-field-command-base.d.ts +0 -10
  2888. package/lib/base/commands/fields/update-field-command-base.js +0 -17
  2889. package/lib/base/commands/fields/update-field-command.d.ts +0 -19
  2890. package/lib/base/commands/fields/update-field-command.js +0 -49
  2891. package/lib/base/commands/fields/update-table-of-contents-command.d.ts +0 -8
  2892. package/lib/base/commands/fields/update-table-of-contents-command.js +0 -31
  2893. package/lib/base/commands/find-replace/find-all-command.d.ts +0 -17
  2894. package/lib/base/commands/find-replace/find-all-command.js +0 -36
  2895. package/lib/base/commands/find-replace/hide-find-results-command.d.ts +0 -8
  2896. package/lib/base/commands/find-replace/replace-all-command.d.ts +0 -14
  2897. package/lib/base/commands/find-replace/replace-all-command.js +0 -26
  2898. package/lib/base/commands/find-replace/replace-next-command.d.ts +0 -10
  2899. package/lib/base/commands/find-replace/replace-next-command.js +0 -24
  2900. package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.d.ts +0 -11
  2901. package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.js +0 -30
  2902. package/lib/base/commands/floating-objects/change-shape-property-command.d.ts +0 -32
  2903. package/lib/base/commands/floating-objects/change-shape-property-command.js +0 -99
  2904. package/lib/base/commands/floating-objects/change-text-box-properties-command.d.ts +0 -11
  2905. package/lib/base/commands/floating-objects/change-text-box-properties-command.js +0 -34
  2906. package/lib/base/commands/floating-objects/context-item-floating-objects.d.ts +0 -14
  2907. package/lib/base/commands/floating-objects/floating-object-bring-forward-command.d.ts +0 -28
  2908. package/lib/base/commands/floating-objects/floating-object-bring-forward-command.js +0 -61
  2909. package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +0 -46
  2910. package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.js +0 -251
  2911. package/lib/base/commands/floating-objects/insert-anchored-text-box-command.d.ts +0 -9
  2912. package/lib/base/commands/floating-objects/insert-anchored-text-box-command.js +0 -54
  2913. package/lib/base/commands/floating-objects/set-floating-object-alignment-command.d.ts +0 -52
  2914. package/lib/base/commands/floating-objects/set-floating-object-alignment-command.js +0 -132
  2915. package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +0 -39
  2916. package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.js +0 -110
  2917. package/lib/base/commands/header-footer/close-header-footer-command.d.ts +0 -8
  2918. package/lib/base/commands/header-footer/context-item-headers-footers.d.ts +0 -6
  2919. package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +0 -18
  2920. package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.js +0 -58
  2921. package/lib/base/commands/header-footer/go-to-header-footer-command.d.ts +0 -14
  2922. package/lib/base/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +0 -14
  2923. package/lib/base/commands/header-footer/header-footer-command-base.d.ts +0 -14
  2924. package/lib/base/commands/header-footer/header-footer-command-base.js +0 -31
  2925. package/lib/base/commands/header-footer/insert-header-footer-commands.d.ts +0 -17
  2926. package/lib/base/commands/header-footer/insert-header-footer-commands.js +0 -43
  2927. package/lib/base/commands/header-footer/link-header-footer-commands.d.ts +0 -18
  2928. package/lib/base/commands/header-footer/link-header-footer-commands.js +0 -100
  2929. package/lib/base/commands/i-command.d.ts +0 -18
  2930. package/lib/base/commands/layout/apply-style-command.d.ts +0 -20
  2931. package/lib/base/commands/layout/apply-style-command.js +0 -152
  2932. package/lib/base/commands/layout/clear-formatting-command.d.ts +0 -11
  2933. package/lib/base/commands/layout/clear-formatting-command.js +0 -90
  2934. package/lib/base/commands/layout/switch-view-command.d.ts +0 -19
  2935. package/lib/base/commands/layout/switch-view-command.js +0 -55
  2936. package/lib/base/commands/layout/toggle-full-screen-command.d.ts +0 -9
  2937. package/lib/base/commands/layout/toggle-full-screen-command.js +0 -22
  2938. package/lib/base/commands/layout/toggle-show-hidden-symbols-command.d.ts +0 -9
  2939. package/lib/base/commands/layout/toggle-show-table-grid-lines-command.d.ts +0 -10
  2940. package/lib/base/commands/layout/toggle-show-table-grid-lines-command.js +0 -25
  2941. package/lib/base/commands/numbering/change-numbering-indent-command.d.ts +0 -27
  2942. package/lib/base/commands/numbering/change-numbering-indent-command.js +0 -104
  2943. package/lib/base/commands/numbering/continue-numbering-list-command.d.ts +0 -9
  2944. package/lib/base/commands/numbering/continue-numbering-list-command.js +0 -43
  2945. package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +0 -13
  2946. package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.js +0 -37
  2947. package/lib/base/commands/numbering/numbering-list-command-base.d.ts +0 -41
  2948. package/lib/base/commands/numbering/numbering-list-command-base.js +0 -291
  2949. package/lib/base/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +0 -10
  2950. package/lib/base/commands/numbering/restart-numbering-list-command.d.ts +0 -8
  2951. package/lib/base/commands/numbering/restart-numbering-list-command.js +0 -44
  2952. package/lib/base/commands/numbering/toggle-bulleted-list-command.d.ts +0 -7
  2953. package/lib/base/commands/numbering/toggle-bulleted-list-command.js +0 -11
  2954. package/lib/base/commands/numbering/toggle-multi-level-list-command.d.ts +0 -7
  2955. package/lib/base/commands/numbering/toggle-multi-level-list-command.js +0 -11
  2956. package/lib/base/commands/numbering/toggle-numbering-list-command.d.ts +0 -13
  2957. package/lib/base/commands/numbering/toggle-numbering-list-command.js +0 -60
  2958. package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +0 -11
  2959. package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.js +0 -28
  2960. package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +0 -8
  2961. package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.js +0 -14
  2962. package/lib/base/commands/paragraph-properties/change-heading-level-command.d.ts +0 -7
  2963. package/lib/base/commands/paragraph-properties/change-heading-level-command.js +0 -10
  2964. package/lib/base/commands/paragraph-properties/change-indent-command.d.ts +0 -22
  2965. package/lib/base/commands/paragraph-properties/change-indent-command.js +0 -53
  2966. package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +0 -13
  2967. package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.js +0 -35
  2968. package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +0 -28
  2969. package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +0 -113
  2970. package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +0 -20
  2971. package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.js +0 -88
  2972. package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +0 -18
  2973. package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.js +0 -53
  2974. package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.d.ts +0 -17
  2975. package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.js +0 -77
  2976. package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +0 -8
  2977. package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +0 -13
  2978. package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +0 -8
  2979. package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +0 -13
  2980. package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +0 -19
  2981. package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.js +0 -28
  2982. package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +0 -25
  2983. package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.js +0 -48
  2984. package/lib/base/commands/redo-command.d.ts +0 -9
  2985. package/lib/base/commands/redo-command.js +0 -21
  2986. package/lib/base/commands/ruler/ruler-paragraph-indents-command.d.ts +0 -21
  2987. package/lib/base/commands/ruler/ruler-paragraph-indents-command.js +0 -82
  2988. package/lib/base/commands/ruler/ruler-paragraph-tabs-command.d.ts +0 -36
  2989. package/lib/base/commands/ruler/ruler-paragraph-tabs-command.js +0 -59
  2990. package/lib/base/commands/ruler/ruler-section-columns-settings-command.d.ts +0 -9
  2991. package/lib/base/commands/ruler/ruler-section-columns-settings-command.js +0 -59
  2992. package/lib/base/commands/ruler/ruler-section-margins-command.d.ts +0 -17
  2993. package/lib/base/commands/ruler/ruler-section-margins-command.js +0 -61
  2994. package/lib/base/commands/ruler/ruler-table-column-separators-command.d.ts +0 -33
  2995. package/lib/base/commands/ruler/ruler-table-column-separators-command.js +0 -156
  2996. package/lib/base/commands/ruler/ruler-table-commands.d.ts +0 -34
  2997. package/lib/base/commands/ruler/ruler-table-commands.js +0 -133
  2998. package/lib/base/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +0 -9
  2999. package/lib/base/commands/section-properties/change-footer-offset-command.d.ts +0 -12
  3000. package/lib/base/commands/section-properties/change-footer-offset-command.js +0 -20
  3001. package/lib/base/commands/section-properties/change-header-offset-command.d.ts +0 -12
  3002. package/lib/base/commands/section-properties/change-header-offset-command.js +0 -20
  3003. package/lib/base/commands/section-properties/change-section-properties-command-base.d.ts +0 -11
  3004. package/lib/base/commands/section-properties/section-properties-command-base.d.ts +0 -18
  3005. package/lib/base/commands/section-properties/section-properties-command-base.js +0 -66
  3006. package/lib/base/commands/section-properties/set-landscape-command.d.ts +0 -16
  3007. package/lib/base/commands/section-properties/set-landscape-command.js +0 -44
  3008. package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +0 -31
  3009. package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.js +0 -75
  3010. package/lib/base/commands/section-properties/set-section-column-count-commands.d.ts +0 -26
  3011. package/lib/base/commands/section-properties/set-section-column-count-commands.js +0 -57
  3012. package/lib/base/commands/section-properties/set-section-paper-kind-commands.d.ts +0 -57
  3013. package/lib/base/commands/section-properties/set-section-paper-kind-commands.js +0 -102
  3014. package/lib/base/commands/selection/go-to-document-end-command.d.ts +0 -18
  3015. package/lib/base/commands/selection/go-to-document-start-command.d.ts +0 -15
  3016. package/lib/base/commands/selection/go-to-line-above-command.d.ts +0 -25
  3017. package/lib/base/commands/selection/go-to-line-above-command.js +0 -67
  3018. package/lib/base/commands/selection/go-to-line-below-command.d.ts +0 -25
  3019. package/lib/base/commands/selection/go-to-line-below-command.js +0 -66
  3020. package/lib/base/commands/selection/go-to-line-end-command.d.ts +0 -20
  3021. package/lib/base/commands/selection/go-to-line-end-command.js +0 -45
  3022. package/lib/base/commands/selection/go-to-line-start-command.d.ts +0 -13
  3023. package/lib/base/commands/selection/go-to-line-start-command.js +0 -35
  3024. package/lib/base/commands/selection/go-to-line-vertically-command-base.d.ts +0 -30
  3025. package/lib/base/commands/selection/go-to-line-vertically-command-base.js +0 -175
  3026. package/lib/base/commands/selection/go-to-next-character-command.d.ts +0 -22
  3027. package/lib/base/commands/selection/go-to-next-character-command.js +0 -140
  3028. package/lib/base/commands/selection/go-to-next-page-command.d.ts +0 -16
  3029. package/lib/base/commands/selection/go-to-next-page-command.js +0 -56
  3030. package/lib/base/commands/selection/go-to-next-word-command.d.ts +0 -14
  3031. package/lib/base/commands/selection/go-to-next-word-command.js +0 -35
  3032. package/lib/base/commands/selection/go-to-paragraph-end-command.d.ts +0 -15
  3033. package/lib/base/commands/selection/go-to-paragraph-end-command.js +0 -51
  3034. package/lib/base/commands/selection/go-to-paragraph-start-command.d.ts +0 -15
  3035. package/lib/base/commands/selection/go-to-paragraph-start-command.js +0 -55
  3036. package/lib/base/commands/selection/go-to-prev-character-command.d.ts +0 -23
  3037. package/lib/base/commands/selection/go-to-prev-character-command.js +0 -121
  3038. package/lib/base/commands/selection/go-to-prev-page-command.d.ts +0 -17
  3039. package/lib/base/commands/selection/go-to-prev-page-command.js +0 -58
  3040. package/lib/base/commands/selection/go-to-prev-word-command.d.ts +0 -16
  3041. package/lib/base/commands/selection/go-to-prev-word-command.js +0 -52
  3042. package/lib/base/commands/selection/go-to-start-page-command-base.d.ts +0 -23
  3043. package/lib/base/commands/selection/go-to-start-page-command-base.js +0 -58
  3044. package/lib/base/commands/selection/select-all-document-command.d.ts +0 -8
  3045. package/lib/base/commands/selection/select-line-command.d.ts +0 -18
  3046. package/lib/base/commands/selection/select-line-command.js +0 -98
  3047. package/lib/base/commands/selection/select-paragraph-command.d.ts +0 -7
  3048. package/lib/base/commands/selection/select-table-command.d.ts +0 -56
  3049. package/lib/base/commands/selection/select-table-command.js +0 -188
  3050. package/lib/base/commands/selection/selection-command-base.d.ts +0 -7
  3051. package/lib/base/commands/shortcut-manager.d.ts +0 -37
  3052. package/lib/base/commands/shortcuts/assign-shortcut-command.d.ts +0 -15
  3053. package/lib/base/commands/spelling/add-word-to-dictionary-command.d.ts +0 -10
  3054. package/lib/base/commands/spelling/add-word-to-dictionary-command.js +0 -15
  3055. package/lib/base/commands/spelling/change-all-spelling-errors-command.d.ts +0 -10
  3056. package/lib/base/commands/spelling/change-all-spelling-errors-command.js +0 -22
  3057. package/lib/base/commands/spelling/change-spelling-error-command-base.d.ts +0 -6
  3058. package/lib/base/commands/spelling/change-spelling-error-command-base.js +0 -18
  3059. package/lib/base/commands/spelling/change-spelling-error-command.d.ts +0 -14
  3060. package/lib/base/commands/spelling/change-spelling-error-command.js +0 -27
  3061. package/lib/base/commands/spelling/delete-repeated-word-command.d.ts +0 -9
  3062. package/lib/base/commands/spelling/delete-repeated-word-command.js +0 -19
  3063. package/lib/base/commands/spelling/ignore-all-spelling-errors-command.d.ts +0 -9
  3064. package/lib/base/commands/spelling/ignore-all-spelling-errors-command.js +0 -12
  3065. package/lib/base/commands/spelling/ignore-spelling-error-command.d.ts +0 -7
  3066. package/lib/base/commands/spelling/spelling-command-base.d.ts +0 -9
  3067. package/lib/base/commands/sub-document/change-active-sub-document-command.d.ts +0 -47
  3068. package/lib/base/commands/sub-document/change-active-sub-document-command.js +0 -224
  3069. package/lib/base/commands/tables/apply-table-style-command.d.ts +0 -9
  3070. package/lib/base/commands/tables/apply-table-style-command.js +0 -39
  3071. package/lib/base/commands/tables/auto-fit-commands.d.ts +0 -19
  3072. package/lib/base/commands/tables/auto-fit-commands.js +0 -92
  3073. package/lib/base/commands/tables/change-table-border-repository-item.d.ts +0 -20
  3074. package/lib/base/commands/tables/change-table-border-repository-item.js +0 -57
  3075. package/lib/base/commands/tables/change-table-cell-alignment-command.d.ts +0 -51
  3076. package/lib/base/commands/tables/change-table-cell-alignment-command.js +0 -123
  3077. package/lib/base/commands/tables/change-table-cell-shading-command.d.ts +0 -9
  3078. package/lib/base/commands/tables/change-table-cell-shading-command.js +0 -66
  3079. package/lib/base/commands/tables/change-table-cell-width-command.d.ts +0 -9
  3080. package/lib/base/commands/tables/change-table-cell-width-command.js +0 -31
  3081. package/lib/base/commands/tables/change-table-column-width-command.d.ts +0 -9
  3082. package/lib/base/commands/tables/change-table-column-width-command.js +0 -53
  3083. package/lib/base/commands/tables/change-table-look-command.d.ts +0 -39
  3084. package/lib/base/commands/tables/change-table-look-command.js +0 -106
  3085. package/lib/base/commands/tables/change-table-row-height-command.d.ts +0 -9
  3086. package/lib/base/commands/tables/change-table-row-height-command.js +0 -35
  3087. package/lib/base/commands/tables/context-item-tables.d.ts +0 -7
  3088. package/lib/base/commands/tables/delete-table-cells-by-backspace.d.ts +0 -8
  3089. package/lib/base/commands/tables/delete-table-cells-by-backspace.js +0 -22
  3090. package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -13
  3091. package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +0 -55
  3092. package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +0 -10
  3093. package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +0 -49
  3094. package/lib/base/commands/tables/delete-table-columns-command.d.ts +0 -12
  3095. package/lib/base/commands/tables/delete-table-columns-command.js +0 -81
  3096. package/lib/base/commands/tables/delete-table-command.d.ts +0 -9
  3097. package/lib/base/commands/tables/delete-table-command.js +0 -22
  3098. package/lib/base/commands/tables/delete-table-rows-command.d.ts +0 -9
  3099. package/lib/base/commands/tables/delete-table-rows-command.js +0 -35
  3100. package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -15
  3101. package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +0 -39
  3102. package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +0 -19
  3103. package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +0 -103
  3104. package/lib/base/commands/tables/insert-table-column-commands.d.ts +0 -33
  3105. package/lib/base/commands/tables/insert-table-column-commands.js +0 -101
  3106. package/lib/base/commands/tables/insert-table-core-command.d.ts +0 -11
  3107. package/lib/base/commands/tables/insert-table-core-command.js +0 -34
  3108. package/lib/base/commands/tables/insert-table-row-commands.d.ts +0 -23
  3109. package/lib/base/commands/tables/insert-table-row-commands.js +0 -47
  3110. package/lib/base/commands/tables/merge-table-cells-command.d.ts +0 -12
  3111. package/lib/base/commands/tables/merge-table-cells-command.js +0 -53
  3112. package/lib/base/commands/tables/row-command-base.d.ts +0 -6
  3113. package/lib/base/commands/tables/split-table-cells-command.d.ts +0 -23
  3114. package/lib/base/commands/tables/split-table-cells-command.js +0 -177
  3115. package/lib/base/commands/tables/table-command-base.d.ts +0 -6
  3116. package/lib/base/commands/tables/toggle-table-cells-border-command.d.ts +0 -153
  3117. package/lib/base/commands/tables/toggle-table-cells-border-command.js +0 -721
  3118. package/lib/base/commands/text/backspace-command.d.ts +0 -20
  3119. package/lib/base/commands/text/backspace-command.js +0 -134
  3120. package/lib/base/commands/text/change-inline-picture-scale-command.d.ts +0 -8
  3121. package/lib/base/commands/text/change-inline-picture-scale-command.js +0 -26
  3122. package/lib/base/commands/text/change-text-case-commands.d.ts +0 -42
  3123. package/lib/base/commands/text/change-text-case-commands.js +0 -135
  3124. package/lib/base/commands/text/clipboard-commands.d.ts +0 -98
  3125. package/lib/base/commands/text/clipboard-commands.js +0 -434
  3126. package/lib/base/commands/text/delete-command.d.ts +0 -8
  3127. package/lib/base/commands/text/delete-command.js +0 -43
  3128. package/lib/base/commands/text/drag-drop-commands.d.ts +0 -17
  3129. package/lib/base/commands/text/drag-drop-commands.js +0 -139
  3130. package/lib/base/commands/text/insert-column-break-command.d.ts +0 -8
  3131. package/lib/base/commands/text/insert-column-break-command.js +0 -17
  3132. package/lib/base/commands/text/insert-line-break-command.d.ts +0 -7
  3133. package/lib/base/commands/text/insert-line-break-command.js +0 -12
  3134. package/lib/base/commands/text/insert-page-break-command.d.ts +0 -8
  3135. package/lib/base/commands/text/insert-page-break-command.js +0 -29
  3136. package/lib/base/commands/text/insert-paragraph-command.d.ts +0 -15
  3137. package/lib/base/commands/text/insert-paragraph-command.js +0 -64
  3138. package/lib/base/commands/text/insert-section-break-command.d.ts +0 -19
  3139. package/lib/base/commands/text/insert-section-break-command.js +0 -39
  3140. package/lib/base/commands/text/insert-space-command.d.ts +0 -13
  3141. package/lib/base/commands/text/insert-space-command.js +0 -26
  3142. package/lib/base/commands/text/insert-tab-command.d.ts +0 -37
  3143. package/lib/base/commands/text/insert-tab-command.js +0 -198
  3144. package/lib/base/commands/text/insert-text-command.d.ts +0 -13
  3145. package/lib/base/commands/text/insert-text-command.js +0 -68
  3146. package/lib/base/commands/text/remove-word-command.d.ts +0 -20
  3147. package/lib/base/commands/text/remove-word-command.js +0 -67
  3148. package/lib/base/commands/toc/set-paragraph-level-command.d.ts +0 -44
  3149. package/lib/base/commands/toc/set-paragraph-level-command.js +0 -82
  3150. package/lib/base/commands/undo-command.d.ts +0 -9
  3151. package/lib/base/commands/undo-command.js +0 -21
  3152. package/lib/base/event-manager.d.ts +0 -64
  3153. package/lib/base/event-manager.js +0 -230
  3154. package/lib/base/focus-manager.d.ts +0 -16
  3155. package/lib/base/global-event-dispatcher.d.ts +0 -45
  3156. package/lib/base/global-event-dispatcher.js +0 -248
  3157. package/lib/base/html-export.d.ts +0 -33
  3158. package/lib/base/html-export.js +0 -783
  3159. package/lib/base/input-controller.d.ts +0 -146
  3160. package/lib/base/input-controller.js +0 -804
  3161. package/lib/base/interfaces/i-control-owner.d.ts +0 -50
  3162. package/lib/base/interfaces/i-event-manager.d.ts +0 -22
  3163. package/lib/base/interfaces/i-rich-edit-core.d.ts +0 -111
  3164. package/lib/base/interfaces/i-selection-layout-changes-listener.d.ts +0 -12
  3165. package/lib/base/internal-api.d.ts +0 -5
  3166. package/lib/base/layout-engine/hit-test-manager/hit-test-manager.d.ts +0 -40
  3167. package/lib/base/layout-engine/hit-test-manager/hit-test-manager.js +0 -300
  3168. package/lib/base/layout-engine/hit-test-manager/hit-test-result.d.ts +0 -16
  3169. package/lib/base/layout-engine/hit-test-manager/hit-test-result.js +0 -36
  3170. package/lib/base/layout-engine/selection/selection-formatter.d.ts +0 -55
  3171. package/lib/base/layout-engine/selection/selection-formatter.js +0 -471
  3172. package/lib/base/layout-engine/visualizers/anchor-visualizer.d.ts +0 -14
  3173. package/lib/base/layout-engine/visualizers/anchor-visualizer.js +0 -38
  3174. package/lib/base/layout-engine/visualizers/auto-scroll-visualizer.d.ts +0 -6
  3175. package/lib/base/layout-engine/visualizers/base-visualizer.d.ts +0 -21
  3176. package/lib/base/layout-engine/visualizers/base-visualizer.js +0 -27
  3177. package/lib/base/layout-engine/visualizers/box-visualizer-manager.d.ts +0 -20
  3178. package/lib/base/layout-engine/visualizers/drag-caret-visualizer.d.ts +0 -6
  3179. package/lib/base/layout-engine/visualizers/drag-caret-visualizer.js +0 -15
  3180. package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.d.ts +0 -15
  3181. package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.js +0 -55
  3182. package/lib/base/layout-engine/visualizers/resize-box-visualizer.d.ts +0 -32
  3183. package/lib/base/layout-engine/visualizers/resize-box-visualizer.js +0 -137
  3184. package/lib/base/layout-engine/visualizers/resize-table-visualizer.d.ts +0 -8
  3185. package/lib/base/loading-panel/manager.d.ts +0 -7
  3186. package/lib/base/loading-panel/panel.d.ts +0 -28
  3187. package/lib/base/model/history/selection/history-item-direction.d.ts +0 -6
  3188. package/lib/base/model/history/selection/scroll-history-item.d.ts +0 -15
  3189. package/lib/base/model/history/selection/scroll-history-item.js +0 -23
  3190. package/lib/base/model/history/selection/selection-history-item.d.ts +0 -15
  3191. package/lib/base/model/history/selection/selection-history-item.js +0 -23
  3192. package/lib/base/mouse-handler/base/manipulator-handler-base.d.ts +0 -18
  3193. package/lib/base/mouse-handler/base/manipulator-handler-base.js +0 -35
  3194. package/lib/base/mouse-handler/base/manipulator-handler-state-base.d.ts +0 -10
  3195. package/lib/base/mouse-handler/drag-floating-objects-helper.d.ts +0 -21
  3196. package/lib/base/mouse-handler/drag-floating-objects-helper.js +0 -51
  3197. package/lib/base/mouse-handler/mouse-event-source.d.ts +0 -12
  3198. package/lib/base/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +0 -16
  3199. package/lib/base/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +0 -16
  3200. package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +0 -41
  3201. package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.js +0 -450
  3202. package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +0 -20
  3203. package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +0 -29
  3204. package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +0 -84
  3205. package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +0 -12
  3206. package/lib/base/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +0 -19
  3207. package/lib/base/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +0 -13
  3208. package/lib/base/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +0 -10
  3209. package/lib/base/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +0 -12
  3210. package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +0 -63
  3211. package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +0 -317
  3212. package/lib/base/mouse-handler/mouse-handler/mouse-handler.d.ts +0 -36
  3213. package/lib/base/mouse-handler/resize-box-helper.d.ts +0 -27
  3214. package/lib/base/mouse-handler/resize-box-helper.js +0 -105
  3215. package/lib/base/mouse-handler/resize-table-helper.d.ts +0 -54
  3216. package/lib/base/mouse-handler/resize-table-helper.js +0 -148
  3217. package/lib/base/mouse-handler/rotate-box-helper.d.ts +0 -14
  3218. package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.d.ts +0 -14
  3219. package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.js +0 -129
  3220. package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +0 -14
  3221. package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.js +0 -42
  3222. package/lib/base/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +0 -10
  3223. package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +0 -14
  3224. package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +0 -67
  3225. package/lib/base/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +0 -11
  3226. package/lib/base/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +0 -10
  3227. package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +0 -42
  3228. package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.js +0 -178
  3229. package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.d.ts +0 -27
  3230. package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.js +0 -79
  3231. package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +0 -29
  3232. package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.js +0 -117
  3233. package/lib/base/mouse-handler/touch-handler/touch-handler.d.ts +0 -14
  3234. package/lib/base/popup-menu-manager.d.ts +0 -22
  3235. package/lib/base/popup-menu-manager.js +0 -65
  3236. package/lib/base/rich-edit-core.d.ts +0 -134
  3237. package/lib/base/rich-edit-core.js +0 -417
  3238. package/lib/base/rich-utils/attribute-utils.d.ts +0 -5
  3239. package/lib/base/rich-utils/attribute-utils.js +0 -13
  3240. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +0 -11
  3241. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +0 -59
  3242. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +0 -163
  3243. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +0 -8
  3244. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +0 -72
  3245. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +0 -11
  3246. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +0 -38
  3247. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +0 -12
  3248. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +0 -25
  3249. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +0 -12
  3250. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +0 -38
  3251. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +0 -13
  3252. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +0 -80
  3253. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +0 -11
  3254. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +0 -26
  3255. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +0 -11
  3256. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +0 -25
  3257. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +0 -11
  3258. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +0 -32
  3259. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +0 -11
  3260. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +0 -42
  3261. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +0 -11
  3262. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +0 -30
  3263. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +0 -12
  3264. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +0 -22
  3265. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +0 -11
  3266. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +0 -23
  3267. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +0 -11
  3268. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +0 -33
  3269. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +0 -13
  3270. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +0 -76
  3271. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +0 -11
  3272. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +0 -34
  3273. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +0 -12
  3274. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +0 -42
  3275. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +0 -11
  3276. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +0 -9
  3277. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +0 -16
  3278. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +0 -11
  3279. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +0 -11
  3280. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +0 -31
  3281. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +0 -16
  3282. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +0 -122
  3283. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +0 -11
  3284. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +0 -35
  3285. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +0 -11
  3286. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +0 -56
  3287. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +0 -13
  3288. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +0 -47
  3289. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +0 -9
  3290. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +0 -17
  3291. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +0 -11
  3292. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +0 -31
  3293. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +0 -11
  3294. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +0 -57
  3295. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +0 -11
  3296. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +0 -44
  3297. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +0 -13
  3298. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +0 -49
  3299. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +0 -9
  3300. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +0 -20
  3301. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +0 -12
  3302. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +0 -43
  3303. package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +0 -20
  3304. package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +0 -5
  3305. package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +0 -20
  3306. package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +0 -5
  3307. package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +0 -10
  3308. package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +0 -10
  3309. package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.js +0 -39
  3310. package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +0 -10
  3311. package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +0 -15
  3312. package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +0 -6
  3313. package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +0 -12
  3314. package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +0 -9
  3315. package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +0 -10
  3316. package/lib/base/rich-utils/debug/runtime-template-model-creator.d.ts +0 -83
  3317. package/lib/base/rich-utils/debug/runtime-template-model-creator.js +0 -609
  3318. package/lib/base/rich-utils/debug/runtime-test-helper.d.ts +0 -50
  3319. package/lib/base/rich-utils/debug/runtime-test-helper.js +0 -342
  3320. package/lib/base/rich-utils/display-numbering-string-formatter.d.ts +0 -4
  3321. package/lib/base/rich-utils/html-utils.d.ts +0 -3
  3322. package/lib/base/rich-utils/html-utils.js +0 -10
  3323. package/lib/base/rich-utils/layout/rich-layout-utils.d.ts +0 -10
  3324. package/lib/base/rich-utils/layout/rich-layout-utils.js +0 -38
  3325. package/lib/base/rich-utils/table-utils-ex.d.ts +0 -7
  3326. package/lib/base/scroll/canvas-states.d.ts +0 -14
  3327. package/lib/base/scroll/model-scroll-manager.d.ts +0 -14
  3328. package/lib/base/scroll/model-scroll-manager.js +0 -18
  3329. package/lib/base/scroll/model-states.d.ts +0 -65
  3330. package/lib/base/scroll/model-states.js +0 -84
  3331. package/lib/base/scroll/scroll-formatter.d.ts +0 -20
  3332. package/lib/base/scroll/scroll-formatter.js +0 -39
  3333. package/lib/base/selection/i-selection-changes-listener.d.ts +0 -15
  3334. package/lib/base/selection/input-position-model-changes-listener.d.ts +0 -26
  3335. package/lib/base/selection/input-position-model-changes-listener.js +0 -138
  3336. package/lib/base/selection/input-position.d.ts +0 -15
  3337. package/lib/base/selection/input-position.js +0 -42
  3338. package/lib/base/selection/selection-model-changes-listener.d.ts +0 -13
  3339. package/lib/base/selection/selection-model-changes-listener.js +0 -49
  3340. package/lib/base/selection/selection-state.d.ts +0 -39
  3341. package/lib/base/selection/selection-state.js +0 -109
  3342. package/lib/base/selection/selection.d.ts +0 -80
  3343. package/lib/base/selection/selection.js +0 -223
  3344. package/lib/base/selection/set-selection-params.d.ts +0 -24
  3345. package/lib/base/spelling/spell-checker-selection-changes-listener.d.ts +0 -13
  3346. package/lib/base/spelling/spell-checker-selection-changes-listener.js +0 -31
  3347. package/lib/base/ui/quick-search-panel.d.ts +0 -47
  3348. package/lib/base/ui/ruler/controls/base.d.ts +0 -20
  3349. package/lib/base/ui/ruler/controls/column.d.ts +0 -54
  3350. package/lib/base/ui/ruler/controls/divisions.d.ts +0 -35
  3351. package/lib/base/ui/ruler/controls/divisions.js +0 -112
  3352. package/lib/base/ui/ruler/controls/indent/base.d.ts +0 -22
  3353. package/lib/base/ui/ruler/controls/indent/first-line.d.ts +0 -18
  3354. package/lib/base/ui/ruler/controls/indent/left.d.ts +0 -22
  3355. package/lib/base/ui/ruler/controls/indent/right.d.ts +0 -19
  3356. package/lib/base/ui/ruler/controls/margin/base.d.ts +0 -25
  3357. package/lib/base/ui/ruler/controls/margin/left.d.ts +0 -16
  3358. package/lib/base/ui/ruler/controls/margin/right.d.ts +0 -15
  3359. package/lib/base/ui/ruler/controls/owner.d.ts +0 -32
  3360. package/lib/base/ui/ruler/controls/ruler.d.ts +0 -20
  3361. package/lib/base/ui/ruler/controls/shadow.d.ts +0 -6
  3362. package/lib/base/ui/ruler/controls/tab/tab-type.d.ts +0 -19
  3363. package/lib/base/ui/ruler/controls/tab/tab-type.js +0 -67
  3364. package/lib/base/ui/ruler/controls/tab/tab.d.ts +0 -59
  3365. package/lib/base/ui/ruler/controls/tab/tab.js +0 -258
  3366. package/lib/base/ui/ruler/controls/tab/utils.d.ts +0 -8
  3367. package/lib/base/ui/ruler/controls/tab/utils.js +0 -47
  3368. package/lib/base/ui/ruler/controls/table.d.ts +0 -43
  3369. package/lib/base/ui/ruler/controls/template-manager.d.ts +0 -12
  3370. package/lib/base/ui/ruler/controls/vertical-line.d.ts +0 -25
  3371. package/lib/base/ui/ruler/controls/wrapper.d.ts +0 -8
  3372. package/lib/base/ui/ruler/events/mouse.d.ts +0 -29
  3373. package/lib/base/ui/ruler/events/scroll.d.ts +0 -12
  3374. package/lib/base/ui/ruler/manager.d.ts +0 -49
  3375. package/lib/base/ui/ruler/manager.js +0 -129
  3376. package/lib/base/ui/ruler/model-data.d.ts +0 -22
  3377. package/lib/base/ui/ruler/mouse-handler.d.ts +0 -29
  3378. package/lib/base/ui/ruler/ruler.d.ts +0 -57
  3379. package/lib/base/ui/ruler/ruler.js +0 -206
  3380. package/lib/base/ui/ruler/settings.d.ts +0 -57
  3381. package/lib/base/ui/search-manager.d.ts +0 -28
  3382. package/lib/base/ui/search-manager.js +0 -76
  3383. package/lib/base-api/bookmark.d.ts +0 -10
  3384. package/lib/base-api/bookmark.js +0 -14
  3385. package/lib/base-api/collections/bookmark-collection.d.ts +0 -11
  3386. package/lib/base-api/collections/bookmark-collection.js +0 -11
  3387. package/lib/base-api/collections/sub-documents-collection.d.ts +0 -11
  3388. package/lib/base-api/collections/sub-documents-collection.js +0 -14
  3389. package/lib/base-api/document.d.ts +0 -17
  3390. package/lib/base-api/document.js +0 -26
  3391. package/lib/base-api/history.d.ts +0 -11
  3392. package/lib/base-api/key-code.d.ts +0 -106
  3393. package/lib/base-api/key-code.js +0 -110
  3394. package/lib/base-api/layout-api.d.ts +0 -10
  3395. package/lib/base-api/layout-api.js +0 -20
  3396. package/lib/base-api/loading-panel.d.ts +0 -13
  3397. package/lib/base-api/selection-api.d.ts +0 -40
  3398. package/lib/base-api/selection-api.js +0 -190
  3399. package/lib/base-api/sub-document.d.ts +0 -10
  3400. package/lib/base-api/sub-document.js +0 -11
  3401. package/lib/base-utils/direction-adaptor/i-direction-adaptor.d.ts +0 -17
  3402. package/lib/base-utils/direction-adaptor/x-direction-adaptor.d.ts +0 -29
  3403. package/lib/base-utils/direction-adaptor/y-direction-adaptor.d.ts +0 -29
  3404. package/lib/base-utils/event-dispatcher.d.ts +0 -11
  3405. package/lib/base-utils/hexadecimal-converter.d.ts +0 -4
  3406. package/lib/base-utils/map-creator.d.ts +0 -9
  3407. package/lib/base-utils/min-max.d.ts +0 -3
  3408. package/lib/base-utils/number-converter.d.ts +0 -7
  3409. package/lib/base-utils/relative-rect.d.ts +0 -5
  3410. package/lib/base-utils/unit-converter.d.ts +0 -22
  3411. package/lib/base-utils/utils.d.ts +0 -14
  3412. package/lib/base-utils/web-utils/base.d.ts +0 -5
  3413. package/lib/client-ribbon/client-ribbon/i-localized-ribbon-item-options.d.ts +0 -4
  3414. package/lib/client-ribbon/client-ribbon/i-ribbon-item-options.d.ts +0 -9
  3415. package/lib/client-ribbon/client-ribbon/i-ribbon-text-content-options.d.ts +0 -8
  3416. package/lib/client-ribbon/client-ribbon/i-toolbar-item-options.d.ts +0 -70
  3417. package/lib/client-ribbon/client-ribbon/index.d.ts +0 -3
  3418. package/lib/client-ribbon/client-ribbon/index.js +0 -2
  3419. package/lib/client-ribbon/client-ribbon/ribbon.d.ts +0 -74
  3420. package/lib/client-ribbon/client-ribbon/toolbar-items/index.d.ts +0 -11
  3421. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-group-item.d.ts +0 -11
  3422. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-item.d.ts +0 -15
  3423. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-color-box-item.d.ts +0 -15
  3424. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-interactive-item.d.ts +0 -27
  3425. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-base.d.ts +0 -9
  3426. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +0 -16
  3427. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +0 -16
  3428. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +0 -28
  3429. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +0 -16
  3430. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +0 -26
  3431. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +0 -18
  3432. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +0 -9
  3433. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +0 -20
  3434. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +0 -109
  3435. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +0 -16
  3436. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +0 -17
  3437. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +0 -7
  3438. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +0 -17
  3439. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-menu-item.d.ts +0 -20
  3440. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-number-box-item.d.ts +0 -9
  3441. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-select-box-item.d.ts +0 -9
  3442. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-separator-item.d.ts +0 -8
  3443. package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +0 -20
  3444. package/lib/core/canvas/i-control-height-provider.d.ts +0 -4
  3445. package/lib/core/canvas/picture-renderer.d.ts +0 -6
  3446. package/lib/core/canvas/renderer-class-names.d.ts +0 -68
  3447. package/lib/core/canvas/renderes/z-index-helper.d.ts +0 -26
  3448. package/lib/core/document-format.d.ts +0 -25
  3449. package/lib/core/formats/document-importer-errors.d.ts +0 -8
  3450. package/lib/core/formats/file-name-helper.d.ts +0 -18
  3451. package/lib/core/formats/i-document-exporter.d.ts +0 -5
  3452. package/lib/core/formats/i-document-importer.d.ts +0 -9
  3453. package/lib/core/formats/model-restorer/section-restorer.d.ts +0 -5
  3454. package/lib/core/formats/model-restorer/table-restorer.d.ts +0 -25
  3455. package/lib/core/formats/options.d.ts +0 -4
  3456. package/lib/core/formats/utils/color/theme-color-index-calculator.d.ts +0 -8
  3457. package/lib/core/formats/utils/color/theme-color-index-calculator.js +0 -51
  3458. package/lib/core/formats/utils/color/tint-and-shade-calculator.d.ts +0 -8
  3459. package/lib/core/formats/utils/cross-existing-iterator.d.ts +0 -25
  3460. package/lib/core/formats/utils/document-formats-helper.d.ts +0 -6
  3461. package/lib/core/formats/utils/enums.d.ts +0 -5
  3462. package/lib/core/formats/utils/extension-helper.d.ts +0 -10
  3463. package/lib/core/formats/utils/extension-helper.js +0 -35
  3464. package/lib/core/formats/utils/images-import.d.ts +0 -21
  3465. package/lib/core/formats/utils/import-bookmark-info-core.d.ts +0 -7
  3466. package/lib/core/formats/utils/import-comment-info.d.ts +0 -11
  3467. package/lib/core/formats/utils/numbering-list-index-constants.d.ts +0 -7
  3468. package/lib/core/formats/utils/string-helper.d.ts +0 -14
  3469. package/lib/core/interfaces/i-document-layout-changes-listener.d.ts +0 -7
  3470. package/lib/core/interfaces/i-font-changes-listener.d.ts +0 -9
  3471. package/lib/core/interfaces/model-changes-listener.d.ts +0 -5
  3472. package/lib/core/layout/document-layout-details-level.d.ts +0 -13
  3473. package/lib/core/layout/document-layout.d.ts +0 -33
  3474. package/lib/core/layout/layout-point.d.ts +0 -12
  3475. package/lib/core/layout/layout-position.d.ts +0 -81
  3476. package/lib/core/layout/main-structures/layout-boxes/bookmark-box.d.ts +0 -14
  3477. package/lib/core/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +0 -44
  3478. package/lib/core/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +0 -19
  3479. package/lib/core/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +0 -18
  3480. package/lib/core/layout/main-structures/layout-boxes/layout-box.d.ts +0 -70
  3481. package/lib/core/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +0 -10
  3482. package/lib/core/layout/main-structures/layout-boxes/layout-dash-box.d.ts +0 -25
  3483. package/lib/core/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +0 -18
  3484. package/lib/core/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +0 -9
  3485. package/lib/core/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +0 -18
  3486. package/lib/core/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +0 -14
  3487. package/lib/core/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +0 -23
  3488. package/lib/core/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +0 -22
  3489. package/lib/core/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +0 -27
  3490. package/lib/core/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +0 -24
  3491. package/lib/core/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +0 -24
  3492. package/lib/core/layout/main-structures/layout-boxes/layout-picture-box.d.ts +0 -26
  3493. package/lib/core/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +0 -10
  3494. package/lib/core/layout/main-structures/layout-boxes/layout-space-box.d.ts +0 -20
  3495. package/lib/core/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +0 -45
  3496. package/lib/core/layout/main-structures/layout-boxes/layout-text-box.d.ts +0 -31
  3497. package/lib/core/layout/main-structures/layout-column.d.ts +0 -22
  3498. package/lib/core/layout/main-structures/layout-page-area.d.ts +0 -13
  3499. package/lib/core/layout/main-structures/layout-page.d.ts +0 -62
  3500. package/lib/core/layout/main-structures/layout-row.d.ts +0 -55
  3501. package/lib/core/layout/selection/layout-selection-info.d.ts +0 -19
  3502. package/lib/core/layout/selection/layout-selection-items.d.ts +0 -39
  3503. package/lib/core/layout/selection/layout-selection-page-info.d.ts +0 -9
  3504. package/lib/core/layout/selection/layout-selection.d.ts +0 -16
  3505. package/lib/core/layout/table/layout-table-cell-info.d.ts +0 -26
  3506. package/lib/core/layout/table/layout-table-info.d.ts +0 -31
  3507. package/lib/core/layout/table/layout-table-row-info.d.ts +0 -18
  3508. package/lib/core/layout/table/table-cell-iterator.d.ts +0 -67
  3509. package/lib/core/layout-engine/layout-anchor-object-finder.d.ts +0 -9
  3510. package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +0 -24
  3511. package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +0 -13
  3512. package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +0 -12
  3513. package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +0 -10
  3514. package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +0 -23
  3515. package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +0 -10
  3516. package/lib/core/layout-engine/layout-position-creator.d.ts +0 -51
  3517. package/lib/core/layout-formatter/box/box-iterator.d.ts +0 -28
  3518. package/lib/core/layout-formatter/box/box-wrap.d.ts +0 -28
  3519. package/lib/core/layout-formatter/box/box-wraps-holder.d.ts +0 -38
  3520. package/lib/core/layout-formatter/box/generator/box-infos-generator.d.ts +0 -64
  3521. package/lib/core/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -1
  3522. package/lib/core/layout-formatter/box/generator/one-dimension-itertors.d.ts +0 -19
  3523. package/lib/core/layout-formatter/box/generator/recursive-objects-iterators.d.ts +0 -39
  3524. package/lib/core/layout-formatter/changes/changes/column-change.d.ts +0 -10
  3525. package/lib/core/layout-formatter/changes/changes/layout-change-base.d.ts +0 -46
  3526. package/lib/core/layout-formatter/changes/changes/page-area-change.d.ts +0 -9
  3527. package/lib/core/layout-formatter/changes/changes/page-change.d.ts +0 -12
  3528. package/lib/core/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +0 -8
  3529. package/lib/core/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +0 -8
  3530. package/lib/core/layout-formatter/changes/engine/changes-manager.d.ts +0 -10
  3531. package/lib/core/layout-formatter/changes/engine/changes-merger.d.ts +0 -34
  3532. package/lib/core/layout-formatter/changes/engine/page-changes-collector.d.ts +0 -14
  3533. package/lib/core/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +0 -14
  3534. package/lib/core/layout-formatter/changes/engine/table-cells-comparer.d.ts +0 -12
  3535. package/lib/core/layout-formatter/floating/anchored-objects-manager.d.ts +0 -27
  3536. package/lib/core/layout-formatter/floating/anchored-objects-manager.js +0 -37
  3537. package/lib/core/layout-formatter/floating/layout-row-bounds-manager.d.ts +0 -27
  3538. package/lib/core/layout-formatter/floating/page-anchored-object-holder.d.ts +0 -21
  3539. package/lib/core/layout-formatter/floating/position-calculators/base-calculator.d.ts +0 -14
  3540. package/lib/core/layout-formatter/floating/position-calculators/horizontal.d.ts +0 -17
  3541. package/lib/core/layout-formatter/floating/position-calculators/vertical.d.ts +0 -15
  3542. package/lib/core/layout-formatter/floating/render-level-calculator.d.ts +0 -23
  3543. package/lib/core/layout-formatter/formatter/base-formatter.d.ts +0 -57
  3544. package/lib/core/layout-formatter/formatter/enums.d.ts +0 -13
  3545. package/lib/core/layout-formatter/formatter/main-formatter.d.ts +0 -30
  3546. package/lib/core/layout-formatter/formatter/model-changes-listener.d.ts +0 -9
  3547. package/lib/core/layout-formatter/formatter/other-page-area-formatter.d.ts +0 -16
  3548. package/lib/core/layout-formatter/formatter/utils/bounds-calculator.d.ts +0 -37
  3549. package/lib/core/layout-formatter/formatter/utils/columns-calculator.d.ts +0 -8
  3550. package/lib/core/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +0 -16
  3551. package/lib/core/layout-formatter/formatter/utils/last-row-info.d.ts +0 -22
  3552. package/lib/core/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +0 -10
  3553. package/lib/core/layout-formatter/formatter/utils/number-utils.d.ts +0 -7
  3554. package/lib/core/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +0 -19
  3555. package/lib/core/layout-formatter/formatter/utils/restart-preparer.d.ts +0 -18
  3556. package/lib/core/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +0 -21
  3557. package/lib/core/layout-formatter/invalidator/layout-invalidator.d.ts +0 -45
  3558. package/lib/core/layout-formatter/invalidator/position-savers.d.ts +0 -46
  3559. package/lib/core/layout-formatter/invalidator/remove-content-helper.d.ts +0 -9
  3560. package/lib/core/layout-formatter/managers/formatter-manager.d.ts +0 -73
  3561. package/lib/core/layout-formatter/managers/formatter-manager.js +0 -163
  3562. package/lib/core/layout-formatter/managers/restart-manager.d.ts +0 -16
  3563. package/lib/core/layout-formatter/row/formatter.d.ts +0 -56
  3564. package/lib/core/layout-formatter/row/result.d.ts +0 -34
  3565. package/lib/core/layout-formatter/row/size-engine/row-formatting-info.d.ts +0 -36
  3566. package/lib/core/layout-formatter/row/size-engine/row-height-calculator.d.ts +0 -21
  3567. package/lib/core/layout-formatter/row/size-engine/row-height-state.d.ts +0 -16
  3568. package/lib/core/layout-formatter/row/size-engine/row-sizes-manager.d.ts +0 -36
  3569. package/lib/core/layout-formatter/row/states.d.ts +0 -35
  3570. package/lib/core/layout-formatter/row/tab-info.d.ts +0 -24
  3571. package/lib/core/layout-formatter/row/utils/box-aligner.d.ts +0 -13
  3572. package/lib/core/layout-formatter/row/utils/line-spacing-calculator.d.ts +0 -38
  3573. package/lib/core/layout-formatter/row/utils/rectangle-utils.d.ts +0 -6
  3574. package/lib/core/layout-formatter/row/utils/row-spacing-before-applier.d.ts +0 -29
  3575. package/lib/core/layout-formatter/row/word-holder.d.ts +0 -10
  3576. package/lib/core/layout-formatter/table/background-info-creator.d.ts +0 -11
  3577. package/lib/core/layout-formatter/table/borders/border-helper.d.ts +0 -52
  3578. package/lib/core/layout-formatter/table/borders/border-merger.d.ts +0 -7
  3579. package/lib/core/layout-formatter/table/borders/borders-creator.d.ts +0 -10
  3580. package/lib/core/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +0 -13
  3581. package/lib/core/layout-formatter/table/borders/layout-table-border.d.ts +0 -24
  3582. package/lib/core/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +0 -13
  3583. package/lib/core/layout-formatter/table/formatter.d.ts +0 -74
  3584. package/lib/core/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +0 -29
  3585. package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +0 -12
  3586. package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +0 -9
  3587. package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +0 -11
  3588. package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +0 -19
  3589. package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +0 -9
  3590. package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +0 -49
  3591. package/lib/core/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +0 -33
  3592. package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +0 -20
  3593. package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +0 -86
  3594. package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +0 -14
  3595. package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +0 -74
  3596. package/lib/core/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +0 -9
  3597. package/lib/core/layout-formatter/table/grid-engine/columns.d.ts +0 -8
  3598. package/lib/core/layout-formatter/table/grid-engine/creator.d.ts +0 -6
  3599. package/lib/core/layout-formatter/table/grid-engine/grid.d.ts +0 -12
  3600. package/lib/core/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +0 -9
  3601. package/lib/core/layout-formatter/table/info/cell-info.d.ts +0 -60
  3602. package/lib/core/layout-formatter/table/info/cell-order-helper.d.ts +0 -13
  3603. package/lib/core/layout-formatter/table/info/row-info.d.ts +0 -23
  3604. package/lib/core/layout-formatter/table/info/table-info.d.ts +0 -64
  3605. package/lib/core/layout-formatter/table/layout-row-index-helper.d.ts +0 -1
  3606. package/lib/core/layout-formatter/table/other.d.ts +0 -18
  3607. package/lib/core/layout-formatter/table/size-compressor.d.ts +0 -14
  3608. package/lib/core/layout-formatter/table/table-alignment-applier.d.ts +0 -13
  3609. package/lib/core/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +0 -9
  3610. package/lib/core/measurer/measure-info.d.ts +0 -19
  3611. package/lib/core/measurer/measurer.d.ts +0 -29
  3612. package/lib/core/model/bookmarks.d.ts +0 -48
  3613. package/lib/core/model/borders/border-base.d.ts +0 -12
  3614. package/lib/core/model/borders/border-info.d.ts +0 -22
  3615. package/lib/core/model/borders/enums.d.ts +0 -195
  3616. package/lib/core/model/borders/layout-border.d.ts +0 -4
  3617. package/lib/core/model/borders/table-border-base.d.ts +0 -12
  3618. package/lib/core/model/borders/table-border-base.js +0 -23
  3619. package/lib/core/model/borders/table-borders.d.ts +0 -13
  3620. package/lib/core/model/borders/table-borders.js +0 -34
  3621. package/lib/core/model/borders/table-cell-borders.d.ts +0 -12
  3622. package/lib/core/model/borders/table-cell-borders.js +0 -28
  3623. package/lib/core/model/caches/caches.d.ts +0 -37
  3624. package/lib/core/model/caches/control-fonts.d.ts +0 -13
  3625. package/lib/core/model/caches/hash-based-cache.d.ts +0 -37
  3626. package/lib/core/model/caches/hashed-caches/character-properties-cache.d.ts +0 -11
  3627. package/lib/core/model/caches/hashed-caches/color-model-info-cache.d.ts +0 -9
  3628. package/lib/core/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +0 -9
  3629. package/lib/core/model/caches/hashed-caches/font-info-cache.d.ts +0 -23
  3630. package/lib/core/model/caches/hashed-caches/list-level-properties-cache.d.ts +0 -7
  3631. package/lib/core/model/caches/hashed-caches/masked-character-properties-cache.d.ts +0 -7
  3632. package/lib/core/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +0 -7
  3633. package/lib/core/model/caches/hashed-caches/paragraph-properties-cache.d.ts +0 -7
  3634. package/lib/core/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +0 -8
  3635. package/lib/core/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +0 -8
  3636. package/lib/core/model/caches/hashed-caches/shading-info-cache.d.ts +0 -7
  3637. package/lib/core/model/caches/hashed-caches/table-cell-properties-cache.d.ts +0 -7
  3638. package/lib/core/model/caches/hashed-caches/table-properties-cache.d.ts +0 -5
  3639. package/lib/core/model/caches/hashed-caches/table-row-properties-cache.d.ts +0 -7
  3640. package/lib/core/model/caches/images.d.ts +0 -61
  3641. package/lib/core/model/caches/images.js +0 -193
  3642. package/lib/core/model/changes/change-base.d.ts +0 -18
  3643. package/lib/core/model/changes/change.d.ts +0 -70
  3644. package/lib/core/model/changes/enums.d.ts +0 -72
  3645. package/lib/core/model/changes/model/create-style-link.d.ts +0 -8
  3646. package/lib/core/model/changes/model/default-tab-width.d.ts +0 -8
  3647. package/lib/core/model/changes/model/delete-style-link.d.ts +0 -8
  3648. package/lib/core/model/changes/model/different-odd-and-even-pages.d.ts +0 -8
  3649. package/lib/core/model/changes/model/document-protection-changed.d.ts +0 -9
  3650. package/lib/core/model/changes/model/header-created.d.ts +0 -12
  3651. package/lib/core/model/changes/model/header-footer-index-changed.d.ts +0 -12
  3652. package/lib/core/model/changes/model/list/abstract-numbering-list-added.d.ts +0 -8
  3653. package/lib/core/model/changes/model/list/abstract-numbering-list-deleted.d.ts +0 -8
  3654. package/lib/core/model/changes/model/list/i-override-list-level-changed.d.ts +0 -12
  3655. package/lib/core/model/changes/model/list/list-level-character-property-changed.d.ts +0 -12
  3656. package/lib/core/model/changes/model/list/list-level-paragraph-property-changed.d.ts +0 -12
  3657. package/lib/core/model/changes/model/list/list-level-property-changed.d.ts +0 -12
  3658. package/lib/core/model/changes/model/list/numbering-list-added.d.ts +0 -8
  3659. package/lib/core/model/changes/model/list/numbering-list-deleted.d.ts +0 -8
  3660. package/lib/core/model/changes/model/load-font.d.ts +0 -9
  3661. package/lib/core/model/changes/model/page-color.d.ts +0 -8
  3662. package/lib/core/model/changes/model/section-formatting-changed.d.ts +0 -14
  3663. package/lib/core/model/changes/model/section-merged.d.ts +0 -11
  3664. package/lib/core/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +0 -14
  3665. package/lib/core/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +0 -13
  3666. package/lib/core/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +0 -13
  3667. package/lib/core/model/changes/sub-document/anchor/shape-changed.d.ts +0 -12
  3668. package/lib/core/model/changes/sub-document/anchor/shape-property-changed.d.ts +0 -14
  3669. package/lib/core/model/changes/sub-document/bookmark/created.d.ts +0 -12
  3670. package/lib/core/model/changes/sub-document/bookmark/deleted.d.ts +0 -12
  3671. package/lib/core/model/changes/sub-document/field/deleted.d.ts +0 -9
  3672. package/lib/core/model/changes/sub-document/field/fields-show-code-changed.d.ts +0 -10
  3673. package/lib/core/model/changes/sub-document/field/hyperlink-info-changed.d.ts +0 -13
  3674. package/lib/core/model/changes/sub-document/field/inserted.d.ts +0 -11
  3675. package/lib/core/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +0 -14
  3676. package/lib/core/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +0 -14
  3677. package/lib/core/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +0 -15
  3678. package/lib/core/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +0 -14
  3679. package/lib/core/model/changes/sub-document/picture/inline-picture-inserted.d.ts +0 -11
  3680. package/lib/core/model/changes/sub-document/picture/inline-pictures-updated.d.ts +0 -10
  3681. package/lib/core/model/changes/sub-document/picture/load-pictures-info.d.ts +0 -10
  3682. package/lib/core/model/changes/sub-document/properties/character-formatting-changed.d.ts +0 -13
  3683. package/lib/core/model/changes/sub-document/properties/character-properties-changed.d.ts +0 -11
  3684. package/lib/core/model/changes/sub-document/properties/merged-props-reset.d.ts +0 -10
  3685. package/lib/core/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +0 -13
  3686. package/lib/core/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +0 -18
  3687. package/lib/core/model/changes/sub-document/range-permissions-changed.d.ts +0 -14
  3688. package/lib/core/model/changes/sub-document/style/character-style-applied.d.ts +0 -12
  3689. package/lib/core/model/changes/sub-document/style/paragraph-style-applied.d.ts +0 -12
  3690. package/lib/core/model/changes/sub-document/style/table-style-changed.d.ts +0 -12
  3691. package/lib/core/model/changes/sub-document/tab/deleted.d.ts +0 -12
  3692. package/lib/core/model/changes/sub-document/tab/inserted.d.ts +0 -12
  3693. package/lib/core/model/changes/sub-document/table/cell-inserted.d.ts +0 -12
  3694. package/lib/core/model/changes/sub-document/table/cell-merged-horizontally.d.ts +0 -13
  3695. package/lib/core/model/changes/sub-document/table/cell-property-changed.d.ts +0 -15
  3696. package/lib/core/model/changes/sub-document/table/cell-removed.d.ts +0 -12
  3697. package/lib/core/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +0 -13
  3698. package/lib/core/model/changes/sub-document/table/created.d.ts +0 -10
  3699. package/lib/core/model/changes/sub-document/table/property-changed.d.ts +0 -15
  3700. package/lib/core/model/changes/sub-document/table/removed.d.ts +0 -12
  3701. package/lib/core/model/changes/sub-document/table/row-inserted.d.ts +0 -11
  3702. package/lib/core/model/changes/sub-document/table/row-property-changed.d.ts +0 -15
  3703. package/lib/core/model/changes/sub-document/table/row-removed.d.ts +0 -11
  3704. package/lib/core/model/changes/sub-document/table/start-position-shifted.d.ts +0 -12
  3705. package/lib/core/model/changes/sub-document/text/anchor-object-removed.d.ts +0 -10
  3706. package/lib/core/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +0 -13
  3707. package/lib/core/model/changes/sub-document/text/interval-removed.d.ts +0 -11
  3708. package/lib/core/model/changes/sub-document/text/paragraph-inserted.d.ts +0 -9
  3709. package/lib/core/model/changes/sub-document/text/paragraph-merged.d.ts +0 -12
  3710. package/lib/core/model/changes/sub-document/text/section-inserted.d.ts +0 -10
  3711. package/lib/core/model/changes/sub-document/text/simple-run-inserted.d.ts +0 -17
  3712. package/lib/core/model/changes/sub-document/text/text-buffer-changed.d.ts +0 -11
  3713. package/lib/core/model/character/character-properties-helper.d.ts +0 -21
  3714. package/lib/core/model/character/character-properties.d.ts +0 -69
  3715. package/lib/core/model/character/character-property-descriptor.d.ts +0 -227
  3716. package/lib/core/model/character/character-style.d.ts +0 -14
  3717. package/lib/core/model/character/composite-font-info.d.ts +0 -17
  3718. package/lib/core/model/character/enums.d.ts +0 -74
  3719. package/lib/core/model/character/history-runs.d.ts +0 -54
  3720. package/lib/core/model/character/lang-info.d.ts +0 -13
  3721. package/lib/core/model/character/layout-character-properties-color-info.d.ts +0 -10
  3722. package/lib/core/model/character/run-iterator.d.ts +0 -25
  3723. package/lib/core/model/chunk.d.ts +0 -16
  3724. package/lib/core/model/color/color-hsl.d.ts +0 -47
  3725. package/lib/core/model/color/color-model-info.d.ts +0 -48
  3726. package/lib/core/model/color/color-model-info.js +0 -170
  3727. package/lib/core/model/color/color-provider.d.ts +0 -17
  3728. package/lib/core/model/color/color.d.ts +0 -19
  3729. package/lib/core/model/color/color.js +0 -59
  3730. package/lib/core/model/color/d-xsystem-colors.d.ts +0 -33
  3731. package/lib/core/model/color/dx-color.d.ts +0 -16
  3732. package/lib/core/model/color/enums.d.ts +0 -49
  3733. package/lib/core/model/color/palette.d.ts +0 -60
  3734. package/lib/core/model/color/sc-rgbcolor.d.ts +0 -19
  3735. package/lib/core/model/comments/comment.d.ts +0 -15
  3736. package/lib/core/model/compat-settings.d.ts +0 -7
  3737. package/lib/core/model/creator/cache.d.ts +0 -13
  3738. package/lib/core/model/creator/creator.d.ts +0 -36
  3739. package/lib/core/model/creator/font-corrector.d.ts +0 -15
  3740. package/lib/core/model/creator/options.d.ts +0 -10
  3741. package/lib/core/model/document-model.d.ts +0 -168
  3742. package/lib/core/model/drawing/backdrop-plane.d.ts +0 -12
  3743. package/lib/core/model/drawing/container-effect.d.ts +0 -12
  3744. package/lib/core/model/drawing/drawing-color-model-info.d.ts +0 -53
  3745. package/lib/core/model/drawing/drawing-color.d.ts +0 -48
  3746. package/lib/core/model/drawing/drawing-effect-collection.d.ts +0 -7
  3747. package/lib/core/model/drawing/drawing-effect-style.d.ts +0 -12
  3748. package/lib/core/model/drawing/drawing-fill.d.ts +0 -12
  3749. package/lib/core/model/drawing/drawing-text-font.d.ts +0 -31
  3750. package/lib/core/model/drawing/drawing-value-constants.d.ts +0 -23
  3751. package/lib/core/model/drawing/enums.d.ts +0 -174
  3752. package/lib/core/model/drawing/interfaces.d.ts +0 -19
  3753. package/lib/core/model/drawing/outline.d.ts +0 -11
  3754. package/lib/core/model/drawing/scene3d-properties-info.d.ts +0 -33
  3755. package/lib/core/model/drawing/scene3d-properties.d.ts +0 -13
  3756. package/lib/core/model/drawing/scene3d-rotation-info.d.ts +0 -13
  3757. package/lib/core/model/drawing/scene3d-vector.d.ts +0 -10
  3758. package/lib/core/model/drawing/shape-bevel3d-properties.d.ts +0 -11
  3759. package/lib/core/model/drawing/shape3d-properties.d.ts +0 -22
  3760. package/lib/core/model/drawing/transform/alpha-color-transform.d.ts +0 -7
  3761. package/lib/core/model/drawing/transform/alpha-modulation-color-transform.d.ts +0 -7
  3762. package/lib/core/model/drawing/transform/alpha-offset-color-transform.d.ts +0 -7
  3763. package/lib/core/model/drawing/transform/blue-color-transform.d.ts +0 -7
  3764. package/lib/core/model/drawing/transform/blue-modulation-color-transform.d.ts +0 -7
  3765. package/lib/core/model/drawing/transform/blue-offset-color-transform.d.ts +0 -7
  3766. package/lib/core/model/drawing/transform/color-transform-base.d.ts +0 -14
  3767. package/lib/core/model/drawing/transform/color-transform-collection.d.ts +0 -11
  3768. package/lib/core/model/drawing/transform/color-transform-value-base.d.ts +0 -14
  3769. package/lib/core/model/drawing/transform/complement-color-transform.d.ts +0 -7
  3770. package/lib/core/model/drawing/transform/gamma-color-transform.d.ts +0 -7
  3771. package/lib/core/model/drawing/transform/grayscale-color-transform.d.ts +0 -7
  3772. package/lib/core/model/drawing/transform/green-color-transform.d.ts +0 -7
  3773. package/lib/core/model/drawing/transform/green-modulation-color-transform.d.ts +0 -7
  3774. package/lib/core/model/drawing/transform/green-offset-color-transform.d.ts +0 -7
  3775. package/lib/core/model/drawing/transform/hue-color-transform.d.ts +0 -7
  3776. package/lib/core/model/drawing/transform/hue-modulation-color-transform.d.ts +0 -7
  3777. package/lib/core/model/drawing/transform/hue-offset-color-transform.d.ts +0 -7
  3778. package/lib/core/model/drawing/transform/inverse-color-transform.d.ts +0 -7
  3779. package/lib/core/model/drawing/transform/inverse-gamma-color-transform.d.ts +0 -7
  3780. package/lib/core/model/drawing/transform/luminance-color-transform.d.ts +0 -7
  3781. package/lib/core/model/drawing/transform/luminance-modulation-color-transform.d.ts +0 -7
  3782. package/lib/core/model/drawing/transform/luminance-offset-color-transform.d.ts +0 -7
  3783. package/lib/core/model/drawing/transform/red-color-transform.d.ts +0 -7
  3784. package/lib/core/model/drawing/transform/red-modulation-color-transform.d.ts +0 -7
  3785. package/lib/core/model/drawing/transform/red-offset-color-transform.d.ts +0 -7
  3786. package/lib/core/model/drawing/transform/saturation-color-transform.d.ts +0 -7
  3787. package/lib/core/model/drawing/transform/saturation-modulation-color-transform.d.ts +0 -7
  3788. package/lib/core/model/drawing/transform/saturation-offset-color-transform.d.ts +0 -7
  3789. package/lib/core/model/drawing/transform/shade-color-transform.d.ts +0 -7
  3790. package/lib/core/model/drawing/transform/tint-color-transform.d.ts +0 -8
  3791. package/lib/core/model/enums.d.ts +0 -7
  3792. package/lib/core/model/fields/check-box-properties.d.ts +0 -44
  3793. package/lib/core/model/fields/field-context-menu-helper.d.ts +0 -15
  3794. package/lib/core/model/fields/field-request-manager.d.ts +0 -43
  3795. package/lib/core/model/fields/field.d.ts +0 -113
  3796. package/lib/core/model/fields/form-field-properties.d.ts +0 -42
  3797. package/lib/core/model/fields/names.d.ts +0 -16
  3798. package/lib/core/model/fields/parsers/field-code-parser-client-updating-base.d.ts +0 -9
  3799. package/lib/core/model/fields/parsers/field-code-parser-date.d.ts +0 -8
  3800. package/lib/core/model/fields/parsers/field-code-parser-doc-variable.d.ts +0 -15
  3801. package/lib/core/model/fields/parsers/field-code-parser-hyperlink.d.ts +0 -9
  3802. package/lib/core/model/fields/parsers/field-code-parser-merge-field.d.ts +0 -13
  3803. package/lib/core/model/fields/parsers/field-code-parser-num-pages.d.ts +0 -7
  3804. package/lib/core/model/fields/parsers/field-code-parser-page-ref.d.ts +0 -10
  3805. package/lib/core/model/fields/parsers/field-code-parser-page.d.ts +0 -8
  3806. package/lib/core/model/fields/parsers/field-code-parser-seq.d.ts +0 -10
  3807. package/lib/core/model/fields/parsers/field-code-parser-tc.d.ts +0 -10
  3808. package/lib/core/model/fields/parsers/field-code-parser-time.d.ts +0 -7
  3809. package/lib/core/model/fields/parsers/field-code-parser-toc.d.ts +0 -67
  3810. package/lib/core/model/fields/parsers/field-code-parser.d.ts +0 -108
  3811. package/lib/core/model/fields/parsers/fill-in.d.ts +0 -7
  3812. package/lib/core/model/fields/tree-creator.d.ts +0 -41
  3813. package/lib/core/model/fields/update-sequence-info.d.ts +0 -5
  3814. package/lib/core/model/find-replace-helper.d.ts +0 -76
  3815. package/lib/core/model/floating-objects/anchor-info.d.ts +0 -42
  3816. package/lib/core/model/floating-objects/enums.d.ts +0 -79
  3817. package/lib/core/model/floating-objects/sizes.d.ts +0 -57
  3818. package/lib/core/model/floating-objects/sizes.js +0 -144
  3819. package/lib/core/model/floating-objects/text-box-properties.d.ts +0 -19
  3820. package/lib/core/model/fonts/control-font.d.ts +0 -30
  3821. package/lib/core/model/fonts/font-chooser.d.ts +0 -11
  3822. package/lib/core/model/fonts/font-face-descriptors.d.ts +0 -21
  3823. package/lib/core/model/fonts/font-info.d.ts +0 -40
  3824. package/lib/core/model/fonts/fonts-map.d.ts +0 -311
  3825. package/lib/core/model/fonts/google-fonts.d.ts +0 -14
  3826. package/lib/core/model/fonts/grabber.d.ts +0 -34
  3827. package/lib/core/model/fonts/loader.d.ts +0 -13
  3828. package/lib/core/model/fonts/measurer.d.ts +0 -17
  3829. package/lib/core/model/full-chunk-and-run-info.d.ts +0 -33
  3830. package/lib/core/model/history/base/history-item.d.ts +0 -20
  3831. package/lib/core/model/history/base/history.d.ts +0 -34
  3832. package/lib/core/model/history/base/i-history.d.ts +0 -19
  3833. package/lib/core/model/history/base/interval-based-history-item.d.ts +0 -11
  3834. package/lib/core/model/history/base/position-based-history-item.d.ts +0 -10
  3835. package/lib/core/model/history/items/apply-field-hyperlink-style-history-item.d.ts +0 -11
  3836. package/lib/core/model/history/items/apply-style-history-items.d.ts +0 -34
  3837. package/lib/core/model/history/items/bookmark-history-items.d.ts +0 -18
  3838. package/lib/core/model/history/items/change-field-hyperlink-info-history-item.d.ts +0 -14
  3839. package/lib/core/model/history/items/change-rectangular-object-history-item.d.ts +0 -21
  3840. package/lib/core/model/history/items/character-properties-history-items.d.ts +0 -102
  3841. package/lib/core/model/history/items/create-style-link-history-item.d.ts +0 -12
  3842. package/lib/core/model/history/items/document-properties-history-items.d.ts +0 -24
  3843. package/lib/core/model/history/items/document-protection-history-item.d.ts +0 -11
  3844. package/lib/core/model/history/items/field-insert-history-item.d.ts +0 -16
  3845. package/lib/core/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +0 -16
  3846. package/lib/core/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +0 -14
  3847. package/lib/core/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +0 -14
  3848. package/lib/core/model/history/items/floating-objects/change-image-property-history-item.d.ts +0 -15
  3849. package/lib/core/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +0 -14
  3850. package/lib/core/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +0 -23
  3851. package/lib/core/model/history/items/floating-objects/shape-property-history-item.d.ts +0 -24
  3852. package/lib/core/model/history/items/header-footer-history-items.d.ts +0 -23
  3853. package/lib/core/model/history/items/insert-inline-picture-history-item.d.ts +0 -15
  3854. package/lib/core/model/history/items/insert-paragraph-history-item.d.ts +0 -10
  3855. package/lib/core/model/history/items/insert-section-history-item.d.ts +0 -16
  3856. package/lib/core/model/history/items/insert-sub-document-history-item.d.ts +0 -18
  3857. package/lib/core/model/history/items/insert-text-history-item.d.ts +0 -11
  3858. package/lib/core/model/history/items/list-level-character-properties-history-items.d.ts +0 -73
  3859. package/lib/core/model/history/items/list-level-paragraph-properties-history-items.d.ts +0 -77
  3860. package/lib/core/model/history/items/list-level-properties-history-items.d.ts +0 -60
  3861. package/lib/core/model/history/items/non-visual-drawing-object-info.d.ts +0 -16
  3862. package/lib/core/model/history/items/numbering-list-history-items.d.ts +0 -59
  3863. package/lib/core/model/history/items/paragraph-properties-history-items.d.ts +0 -123
  3864. package/lib/core/model/history/items/range-permission-history-item.d.ts +0 -18
  3865. package/lib/core/model/history/items/remove-hyperlink-history-item.d.ts +0 -23
  3866. package/lib/core/model/history/items/remove-interval-history-item.d.ts +0 -12
  3867. package/lib/core/model/history/items/section-properties-history-items.d.ts +0 -67
  3868. package/lib/core/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +0 -14
  3869. package/lib/core/model/history/items/tables/change-table-cell-history-items.d.ts +0 -26
  3870. package/lib/core/model/history/items/tables/create-table-history-item.d.ts +0 -23
  3871. package/lib/core/model/history/items/tables/insert-table-row-history-item.d.ts +0 -14
  3872. package/lib/core/model/history/items/tables/remove-table-cell-history-item.d.ts +0 -15
  3873. package/lib/core/model/history/items/tables/remove-table-history-item.d.ts +0 -10
  3874. package/lib/core/model/history/items/tables/remove-table-row-history-item.d.ts +0 -14
  3875. package/lib/core/model/history/items/tables/split-table-cell-history-item.d.ts +0 -20
  3876. package/lib/core/model/history/items/tables/table-cell-properties-history-items.d.ts +0 -74
  3877. package/lib/core/model/history/items/tables/table-properties-history-items.d.ts +0 -74
  3878. package/lib/core/model/history/items/tables/table-row-properties-history-items.d.ts +0 -62
  3879. package/lib/core/model/history/items/text-run-change-case-history-item.d.ts +0 -32
  3880. package/lib/core/model/history/states/history-item-state-object.d.ts +0 -158
  3881. package/lib/core/model/history/states/history-item-state.d.ts +0 -14
  3882. package/lib/core/model/interfaces.d.ts +0 -28
  3883. package/lib/core/model/json/command-request.d.ts +0 -65
  3884. package/lib/core/model/json/command-type.d.ts +0 -92
  3885. package/lib/core/model/json/enums/json-character-enums.d.ts +0 -75
  3886. package/lib/core/model/json/enums/json-control-enums.d.ts +0 -70
  3887. package/lib/core/model/json/enums/json-document-enums.d.ts +0 -52
  3888. package/lib/core/model/json/enums/json-field-enums.d.ts +0 -40
  3889. package/lib/core/model/json/enums/json-floating-enums.d.ts +0 -96
  3890. package/lib/core/model/json/enums/json-floating-enums.js +0 -108
  3891. package/lib/core/model/json/enums/json-general-enums.d.ts +0 -78
  3892. package/lib/core/model/json/enums/json-list-enums.d.ts +0 -56
  3893. package/lib/core/model/json/enums/json-paragraph-enums.d.ts +0 -62
  3894. package/lib/core/model/json/enums/json-run-enums.d.ts +0 -41
  3895. package/lib/core/model/json/enums/json-section-enums.d.ts +0 -40
  3896. package/lib/core/model/json/enums/json-style-enums.d.ts +0 -50
  3897. package/lib/core/model/json/enums/json-sub-document-enums.d.ts +0 -56
  3898. package/lib/core/model/json/enums/json-top-level-enums.d.ts +0 -81
  3899. package/lib/core/model/json/enums/table/json-table-cell-enums.d.ts +0 -48
  3900. package/lib/core/model/json/enums/table/json-table-enums.d.ts +0 -60
  3901. package/lib/core/model/json/enums/table/json-table-row-enums.d.ts +0 -48
  3902. package/lib/core/model/json/enums/table/json-table-structures-enums.d.ts +0 -39
  3903. package/lib/core/model/json/exporters/json-control-options-converter.d.ts +0 -6
  3904. package/lib/core/model/json/exporters/json-exporter.d.ts +0 -12
  3905. package/lib/core/model/json/exporters/json-numbering-list-exporter.d.ts +0 -7
  3906. package/lib/core/model/json/exporters/json-sub-document-exporter.d.ts +0 -10
  3907. package/lib/core/model/json/exporters/json-table-exporter.d.ts +0 -7
  3908. package/lib/core/model/json/importers/image-cache-info-converter.d.ts +0 -8
  3909. package/lib/core/model/json/importers/image-cache-info-converter.js +0 -36
  3910. package/lib/core/model/json/importers/json-border-info-converter.d.ts +0 -7
  3911. package/lib/core/model/json/importers/json-color-model-info-converter.d.ts +0 -6
  3912. package/lib/core/model/json/importers/json-drawing-color-converter.d.ts +0 -17
  3913. package/lib/core/model/json/importers/json-font-info-converter.d.ts +0 -6
  3914. package/lib/core/model/json/importers/json-importer.d.ts +0 -25
  3915. package/lib/core/model/json/importers/json-masked-character-properties-converter.d.ts +0 -15
  3916. package/lib/core/model/json/importers/json-masked-paragraph-properties-converter.d.ts +0 -8
  3917. package/lib/core/model/json/importers/json-shading-info-converter.d.ts +0 -7
  3918. package/lib/core/model/json/importers/json-shape-converter.d.ts +0 -6
  3919. package/lib/core/model/json/importers/json-styles-exporter.d.ts +0 -18
  3920. package/lib/core/model/json/importers/json-tab-converter.d.ts +0 -8
  3921. package/lib/core/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +0 -6
  3922. package/lib/core/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +0 -11
  3923. package/lib/core/model/json/importers/section/json-columns-section-properties-converter.d.ts +0 -6
  3924. package/lib/core/model/json/importers/section/json-section-properties-converter.d.ts +0 -6
  3925. package/lib/core/model/json/importers/server-model-inserter.d.ts +0 -8
  3926. package/lib/core/model/json/importers/sub-document/json-anchor-info-converter.d.ts +0 -6
  3927. package/lib/core/model/json/importers/sub-document/json-non-visual-properties.d.ts +0 -6
  3928. package/lib/core/model/json/importers/sub-document/json-sub-document-importer.d.ts +0 -12
  3929. package/lib/core/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +0 -6
  3930. package/lib/core/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +0 -6
  3931. package/lib/core/model/json/importers/sub-document/run-importers.d.ts +0 -37
  3932. package/lib/core/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +0 -6
  3933. package/lib/core/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +0 -7
  3934. package/lib/core/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +0 -6
  3935. package/lib/core/model/json/importers/table/json-table-borders-converter.d.ts +0 -7
  3936. package/lib/core/model/json/importers/table/json-table-borders-converter.js +0 -25
  3937. package/lib/core/model/json/importers/table/json-table-cell-borders-converter.d.ts +0 -7
  3938. package/lib/core/model/json/importers/table/json-table-cell-borders-converter.js +0 -25
  3939. package/lib/core/model/json/importers/table/json-table-cell-margins-converter.d.ts +0 -6
  3940. package/lib/core/model/json/importers/table/json-table-cell-properties-converter.d.ts +0 -8
  3941. package/lib/core/model/json/importers/table/json-table-conditional-style-converter.d.ts +0 -12
  3942. package/lib/core/model/json/importers/table/json-table-importer.d.ts +0 -8
  3943. package/lib/core/model/json/importers/table/json-table-properties-converter.d.ts +0 -8
  3944. package/lib/core/model/json/importers/table/json-table-row-properties-converter.d.ts +0 -6
  3945. package/lib/core/model/json/importers/table/json-table-unit-converter.d.ts +0 -10
  3946. package/lib/core/model/json/web-caches-exporter.d.ts +0 -14
  3947. package/lib/core/model/manipulators/base-manipulator.d.ts +0 -10
  3948. package/lib/core/model/manipulators/bookmarks-manipulator.d.ts +0 -15
  3949. package/lib/core/model/manipulators/character-properties-manipulator.d.ts +0 -42
  3950. package/lib/core/model/manipulators/doc-merger/merger.d.ts +0 -11
  3951. package/lib/core/model/manipulators/document/sub-document-inserter.d.ts +0 -78
  3952. package/lib/core/model/manipulators/document-properties-manipulator.d.ts +0 -8
  3953. package/lib/core/model/manipulators/document-protection-properties-manipulator.d.ts +0 -13
  3954. package/lib/core/model/manipulators/fields-manipulator.d.ts +0 -34
  3955. package/lib/core/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +0 -28
  3956. package/lib/core/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +0 -18
  3957. package/lib/core/model/manipulators/floating-objects/comparers.d.ts +0 -7
  3958. package/lib/core/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +0 -19
  3959. package/lib/core/model/manipulators/floating-objects/image-manipulator.d.ts +0 -14
  3960. package/lib/core/model/manipulators/floating-objects/shape-manipulator.d.ts +0 -27
  3961. package/lib/core/model/manipulators/floating-objects/size-manipulator.d.ts +0 -20
  3962. package/lib/core/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +0 -11
  3963. package/lib/core/model/manipulators/floating-objects/z-order-manipulator.d.ts +0 -21
  3964. package/lib/core/model/manipulators/font-manipulator.d.ts +0 -13
  3965. package/lib/core/model/manipulators/header-footer-manipulator.d.ts +0 -28
  3966. package/lib/core/model/manipulators/i-properties-manipulator.d.ts +0 -58
  3967. package/lib/core/model/manipulators/inline-object-manipulator.d.ts +0 -24
  3968. package/lib/core/model/manipulators/model-manipulator.d.ts +0 -75
  3969. package/lib/core/model/manipulators/model-manipulator.js +0 -84
  3970. package/lib/core/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +0 -29
  3971. package/lib/core/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +0 -28
  3972. package/lib/core/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +0 -22
  3973. package/lib/core/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +0 -27
  3974. package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +0 -16
  3975. package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +0 -56
  3976. package/lib/core/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +0 -13
  3977. package/lib/core/model/manipulators/paragraph-properties-manipulator.d.ts +0 -35
  3978. package/lib/core/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +0 -31
  3979. package/lib/core/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +0 -8
  3980. package/lib/core/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +0 -12
  3981. package/lib/core/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +0 -55
  3982. package/lib/core/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +0 -9
  3983. package/lib/core/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +0 -9
  3984. package/lib/core/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +0 -9
  3985. package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.d.ts +0 -57
  3986. package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.js +0 -188
  3987. package/lib/core/model/manipulators/range/create-range-copy-operation.d.ts +0 -64
  3988. package/lib/core/model/manipulators/range/create-range-copy-operation.js +0 -459
  3989. package/lib/core/model/manipulators/range/range-manipulator.d.ts +0 -15
  3990. package/lib/core/model/manipulators/range/remove-interval-operation.d.ts +0 -74
  3991. package/lib/core/model/manipulators/range/restore-removed-interval-operation.d.ts +0 -13
  3992. package/lib/core/model/manipulators/range-permission-manipulator.d.ts +0 -8
  3993. package/lib/core/model/manipulators/runs-base-manipulator.d.ts +0 -11
  3994. package/lib/core/model/manipulators/section-manipulator.d.ts +0 -10
  3995. package/lib/core/model/manipulators/section-properties-manipulator.d.ts +0 -26
  3996. package/lib/core/model/manipulators/styles-manipulator.d.ts +0 -23
  3997. package/lib/core/model/manipulators/sub-document-manipulator.d.ts +0 -12
  3998. package/lib/core/model/manipulators/tables/insert-table-cell-operation.d.ts +0 -21
  3999. package/lib/core/model/manipulators/tables/insert-table-cell-operation.js +0 -63
  4000. package/lib/core/model/manipulators/tables/insert-table-row-operation.d.ts +0 -40
  4001. package/lib/core/model/manipulators/tables/merge-table-cells-operation.d.ts +0 -40
  4002. package/lib/core/model/manipulators/tables/merge-table-cells-operation.js +0 -150
  4003. package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.d.ts +0 -21
  4004. package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.js +0 -155
  4005. package/lib/core/model/manipulators/tables/table-normalizator.d.ts +0 -24
  4006. package/lib/core/model/manipulators/tables/table-properties-manipulator.d.ts +0 -23
  4007. package/lib/core/model/manipulators/tables/table-properties-manipulator.js +0 -128
  4008. package/lib/core/model/manipulators/tables/table-row-properties-manipulator.d.ts +0 -18
  4009. package/lib/core/model/manipulators/tables/tables-manipulator.d.ts +0 -79
  4010. package/lib/core/model/manipulators/tables/tables-manipulator.js +0 -781
  4011. package/lib/core/model/manipulators/tabs-manipulator.d.ts +0 -15
  4012. package/lib/core/model/manipulators/text-box-manipulator.d.ts +0 -23
  4013. package/lib/core/model/manipulators/text-case-manipulator.d.ts +0 -16
  4014. package/lib/core/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +0 -21
  4015. package/lib/core/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +0 -14
  4016. package/lib/core/model/manipulators/text-manipulator/text-manipulator.d.ts +0 -33
  4017. package/lib/core/model/manipulators/utils/manipulator-params-base.d.ts +0 -24
  4018. package/lib/core/model/model-checks/check-all.d.ts +0 -35
  4019. package/lib/core/model/model-checks/comparer.d.ts +0 -41
  4020. package/lib/core/model/model-checks/comparer.js +0 -261
  4021. package/lib/core/model/model-checks/position.d.ts +0 -19
  4022. package/lib/core/model/model-iterator.d.ts +0 -20
  4023. package/lib/core/model/number-converters/alphabet-based-number-converter.d.ts +0 -7
  4024. package/lib/core/model/number-converters/bullet-number-converter.d.ts +0 -6
  4025. package/lib/core/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +0 -8
  4026. package/lib/core/model/number-converters/decimal-number-converter.d.ts +0 -6
  4027. package/lib/core/model/number-converters/decimal-zero-number-converter.d.ts +0 -8
  4028. package/lib/core/model/number-converters/descriptive-number-converter.d.ts +0 -99
  4029. package/lib/core/model/number-converters/hex-number-converter.d.ts +0 -6
  4030. package/lib/core/model/number-converters/latin-letter-number-converter.d.ts +0 -8
  4031. package/lib/core/model/number-converters/number-converter-creator.d.ts +0 -9
  4032. package/lib/core/model/number-converters/number-in-dash-number-converter.d.ts +0 -8
  4033. package/lib/core/model/number-converters/numerics-provider.d.ts +0 -22
  4034. package/lib/core/model/number-converters/ordinal-based-number-converter.d.ts +0 -66
  4035. package/lib/core/model/number-converters/roman-number-converter.d.ts +0 -13
  4036. package/lib/core/model/numbering-lists/list-level-properties.d.ts +0 -92
  4037. package/lib/core/model/numbering-lists/list-level.d.ts +0 -84
  4038. package/lib/core/model/numbering-lists/numbering-helper.d.ts +0 -15
  4039. package/lib/core/model/numbering-lists/numbering-list-counters-calculator.d.ts +0 -20
  4040. package/lib/core/model/numbering-lists/numbering-list-id-provider.d.ts +0 -21
  4041. package/lib/core/model/numbering-lists/numbering-list-index-calculator.d.ts +0 -16
  4042. package/lib/core/model/numbering-lists/numbering-list-style.d.ts +0 -7
  4043. package/lib/core/model/numbering-lists/numbering-list.d.ts +0 -48
  4044. package/lib/core/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +0 -14
  4045. package/lib/core/model/options/auto-correct.d.ts +0 -18
  4046. package/lib/core/model/options/bookmarks.d.ts +0 -19
  4047. package/lib/core/model/options/control.d.ts +0 -52
  4048. package/lib/core/model/options/document-protection.d.ts +0 -33
  4049. package/lib/core/model/options/fields.d.ts +0 -15
  4050. package/lib/core/model/options/fields.js +0 -41
  4051. package/lib/core/model/options/fonts.d.ts +0 -55
  4052. package/lib/core/model/options/mail-merge.d.ts +0 -11
  4053. package/lib/core/model/options/pdf.d.ts +0 -19
  4054. package/lib/core/model/options/printing.d.ts +0 -12
  4055. package/lib/core/model/options/protection.d.ts +0 -14
  4056. package/lib/core/model/options/rich-options.d.ts +0 -32
  4057. package/lib/core/model/options/search.d.ts +0 -7
  4058. package/lib/core/model/options/spell-checker.d.ts +0 -19
  4059. package/lib/core/model/paragraph/paragraph-properties-helper.d.ts +0 -20
  4060. package/lib/core/model/paragraph/paragraph-properties.d.ts +0 -141
  4061. package/lib/core/model/paragraph/paragraph-property-descriptors.d.ts +0 -262
  4062. package/lib/core/model/paragraph/paragraph-style.d.ts +0 -54
  4063. package/lib/core/model/paragraph/paragraph.d.ts +0 -65
  4064. package/lib/core/model/position/linked-interval.d.ts +0 -20
  4065. package/lib/core/model/position/position-manager.d.ts +0 -20
  4066. package/lib/core/model/position/position.d.ts +0 -9
  4067. package/lib/core/model/properties-merger/character-properties-merger.d.ts +0 -17
  4068. package/lib/core/model/properties-merger/paragraph-properties-merger.d.ts +0 -17
  4069. package/lib/core/model/properties-merger/properties-merger-base.d.ts +0 -20
  4070. package/lib/core/model/protection/hash-algorithm.d.ts +0 -4
  4071. package/lib/core/model/protection/md5.d.ts +0 -13
  4072. package/lib/core/model/protection/password-hash-code-calculator.d.ts +0 -28
  4073. package/lib/core/model/protection/password-hash-code-calculator.js +0 -228
  4074. package/lib/core/model/protection/ripemd160.d.ts +0 -20
  4075. package/lib/core/model/protection/sha1.d.ts +0 -8
  4076. package/lib/core/model/protection/sha256.d.ts +0 -9
  4077. package/lib/core/model/protection/sha384.d.ts +0 -8
  4078. package/lib/core/model/protection/sha512.d.ts +0 -15
  4079. package/lib/core/model/range-permissions.d.ts +0 -40
  4080. package/lib/core/model/rich-utils.d.ts +0 -30
  4081. package/lib/core/model/runs/anchored-picture-run.d.ts +0 -18
  4082. package/lib/core/model/runs/anchored-text-box-run.d.ts +0 -22
  4083. package/lib/core/model/runs/inline-picture-run.d.ts +0 -19
  4084. package/lib/core/model/runs/inline-text-box-run.d.ts +0 -19
  4085. package/lib/core/model/runs/run-base.d.ts +0 -70
  4086. package/lib/core/model/runs/run-type.d.ts +0 -19
  4087. package/lib/core/model/runs/simple-runs.d.ts +0 -57
  4088. package/lib/core/model/runs/text-run.d.ts +0 -18
  4089. package/lib/core/model/section/enums.d.ts +0 -18
  4090. package/lib/core/model/section/header-footer.d.ts +0 -32
  4091. package/lib/core/model/section/line-numbering-properties.d.ts +0 -20
  4092. package/lib/core/model/section/paper-kind.d.ts +0 -128
  4093. package/lib/core/model/section/section-column-properties.d.ts +0 -12
  4094. package/lib/core/model/section/section-properties.d.ts +0 -41
  4095. package/lib/core/model/section/section-property-descriptor.d.ts +0 -166
  4096. package/lib/core/model/section/section.d.ts +0 -23
  4097. package/lib/core/model/sentence-model-builder.d.ts +0 -55
  4098. package/lib/core/model/shadings/shading-info.d.ts +0 -25
  4099. package/lib/core/model/shadings/shading-pattern-helper.d.ts +0 -13
  4100. package/lib/core/model/shadings/shading-pattern.d.ts +0 -57
  4101. package/lib/core/model/shapes/shape.d.ts +0 -12
  4102. package/lib/core/model/simple-sentence-model-builder.d.ts +0 -26
  4103. package/lib/core/model/special-characters.d.ts +0 -52
  4104. package/lib/core/model/style-base.d.ts +0 -17
  4105. package/lib/core/model/styles-manager.d.ts +0 -78
  4106. package/lib/core/model/sub-document-collection.d.ts +0 -14
  4107. package/lib/core/model/sub-document-infos.d.ts +0 -52
  4108. package/lib/core/model/sub-document.d.ts +0 -124
  4109. package/lib/core/model/tables/grid/grid-maker.d.ts +0 -6
  4110. package/lib/core/model/tables/grid/table-cell-grid-info.d.ts +0 -22
  4111. package/lib/core/model/tables/main-structures/table-cell.d.ts +0 -38
  4112. package/lib/core/model/tables/main-structures/table-cell.js +0 -69
  4113. package/lib/core/model/tables/main-structures/table-row.d.ts +0 -32
  4114. package/lib/core/model/tables/main-structures/table-row.js +0 -56
  4115. package/lib/core/model/tables/main-structures/table.d.ts +0 -83
  4116. package/lib/core/model/tables/main-structures/table.js +0 -285
  4117. package/lib/core/model/tables/properties/table-cell-descriptors.d.ts +0 -86
  4118. package/lib/core/model/tables/properties/table-cell-descriptors.js +0 -177
  4119. package/lib/core/model/tables/properties/table-cell-properties.d.ts +0 -73
  4120. package/lib/core/model/tables/properties/table-descriptors.d.ts +0 -96
  4121. package/lib/core/model/tables/properties/table-descriptors.js +0 -199
  4122. package/lib/core/model/tables/properties/table-properties.d.ts +0 -94
  4123. package/lib/core/model/tables/properties/table-row-descriptors.d.ts +0 -34
  4124. package/lib/core/model/tables/properties/table-row-properties.d.ts +0 -40
  4125. package/lib/core/model/tables/properties/table-row-property-descriptor.d.ts +0 -12
  4126. package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.d.ts +0 -99
  4127. package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.js +0 -206
  4128. package/lib/core/model/tables/properties-mergers/table-properties-merger-base.d.ts +0 -24
  4129. package/lib/core/model/tables/properties-mergers/table-properties-merger.d.ts +0 -94
  4130. package/lib/core/model/tables/properties-mergers/table-properties-merger.js +0 -198
  4131. package/lib/core/model/tables/properties-mergers/table-row-properties-merger.d.ts +0 -41
  4132. package/lib/core/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +0 -88
  4133. package/lib/core/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +0 -122
  4134. package/lib/core/model/tables/secondary-structures/table-base-structures.d.ts +0 -99
  4135. package/lib/core/model/tables/secondary-structures/table-border-calculator.d.ts +0 -13
  4136. package/lib/core/model/tables/secondary-structures/table-units.d.ts +0 -37
  4137. package/lib/core/model/tables/styles/table-cell-style.d.ts +0 -12
  4138. package/lib/core/model/tables/styles/table-conditional-style.d.ts +0 -17
  4139. package/lib/core/model/tables/styles/table-style.d.ts +0 -13
  4140. package/lib/core/model/tables/table-utils.d.ts +0 -28
  4141. package/lib/core/model/tables/table-utils.js +0 -191
  4142. package/lib/core/model/themes/culture-info.d.ts +0 -5
  4143. package/lib/core/model/themes/enums.d.ts +0 -65
  4144. package/lib/core/model/themes/office-theme-base.d.ts +0 -15
  4145. package/lib/core/model/themes/theme-drawing-color-collection.d.ts +0 -42
  4146. package/lib/core/model/themes/theme-font-scheme-part.d.ts +0 -17
  4147. package/lib/core/model/themes/theme-font-scheme.d.ts +0 -14
  4148. package/lib/core/model/themes/theme-format-scheme.d.ts +0 -23
  4149. package/lib/core/model/web-settings.d.ts +0 -10
  4150. package/lib/core/model-manager.d.ts +0 -27
  4151. package/lib/core/model-request-handler.d.ts +0 -5
  4152. package/lib/core/processor.d.ts +0 -13
  4153. package/lib/core/rich-utils/common-interfaces.d.ts +0 -13
  4154. package/lib/core/rich-utils/debug/debug-table.d.ts +0 -12
  4155. package/lib/core/rich-utils/debug/logger/base-logger/i-logger.d.ts +0 -7
  4156. package/lib/core/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +0 -5
  4157. package/lib/core/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +0 -5
  4158. package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +0 -54
  4159. package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.js +0 -285
  4160. package/lib/core/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +0 -5
  4161. package/lib/core/rich-utils/debug/logger/base-logger/log-source-params.d.ts +0 -12
  4162. package/lib/core/rich-utils/debug/logger/base-logger/log-source.d.ts +0 -23
  4163. package/lib/core/rich-utils/debug/logger/base-logger/log.d.ts +0 -3
  4164. package/lib/core/rich-utils/debug/logger/base-logger/logger.d.ts +0 -28
  4165. package/lib/core/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +0 -8
  4166. package/lib/core/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +0 -30
  4167. package/lib/core/rich-utils/debug/model-checks.d.ts +0 -6
  4168. package/lib/core/rich-utils/html-converter.d.ts +0 -10
  4169. package/lib/core/rich-utils/inner-client-properties.d.ts +0 -8
  4170. package/lib/core/rich-utils/properties-bundle.d.ts +0 -28
  4171. package/lib/core/selection/i-active-sub-document-holder.d.ts +0 -5
  4172. package/lib/core/selection/input-position-base.d.ts +0 -68
  4173. package/lib/core/selection/selected-cells-engine.d.ts +0 -67
  4174. package/lib/core/selection/selected-special-run-info.d.ts +0 -28
  4175. package/lib/core/selection/selection-base.d.ts +0 -7
  4176. package/lib/core/selection/selection-intervals-info.d.ts +0 -33
  4177. package/lib/core/spelling/helpers.d.ts +0 -8
  4178. package/lib/core/spelling/intervals-collections.d.ts +0 -36
  4179. package/lib/core/spelling/intervals-manager.d.ts +0 -33
  4180. package/lib/core/spelling/intervals.d.ts +0 -28
  4181. package/lib/core/spelling/listeners.d.ts +0 -17
  4182. package/lib/core/spelling/spell-checker.d.ts +0 -48
  4183. package/lib/core/string-resources.d.ts +0 -34
  4184. package/lib/core/utils/sub-document-changes-storer.d.ts +0 -10
  4185. package/lib/core/view-settings/views-settings.d.ts +0 -33
  4186. package/lib/core/word-bounds-engine/layout-word-bounds-group-separator.d.ts +0 -19
  4187. package/lib/core/word-bounds-engine/layout-word-bounds.d.ts +0 -42
  4188. package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +0 -25
  4189. package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +0 -12
  4190. package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +0 -12
  4191. package/lib/document-processor/docvar-args.d.ts +0 -24
  4192. package/lib/document-processor/processor.d.ts +0 -35
  4193. package/lib/document-processor/processor.js +0 -83
  4194. package/lib/document-processor/public/all.d.ts +0 -2
  4195. package/lib/document-processor/public/processor.d.ts +0 -29
  4196. package/lib/document-processor/public/processor.js +0 -50
  4197. package/lib/docx/export/data.d.ts +0 -66
  4198. package/lib/docx/export/docx-export-options.d.ts +0 -9
  4199. package/lib/docx/export/docx-export-options.js +0 -11
  4200. package/lib/docx/export/exporter.d.ts +0 -17
  4201. package/lib/docx/export/exporters/base/character-properties.d.ts +0 -27
  4202. package/lib/docx/export/exporters/base/character-properties.js +0 -181
  4203. package/lib/docx/export/exporters/base/color.d.ts +0 -17
  4204. package/lib/docx/export/exporters/base/color.js +0 -76
  4205. package/lib/docx/export/exporters/base/drawing.d.ts +0 -65
  4206. package/lib/docx/export/exporters/base/drawing.js +0 -526
  4207. package/lib/docx/export/exporters/base/image-exporter.d.ts +0 -6
  4208. package/lib/docx/export/exporters/base/image-exporter.js +0 -22
  4209. package/lib/docx/export/exporters/base/paragraph-properties.d.ts +0 -28
  4210. package/lib/docx/export/exporters/base/paragraph-properties.js +0 -257
  4211. package/lib/docx/export/exporters/base/sections.d.ts +0 -25
  4212. package/lib/docx/export/exporters/base/sections.js +0 -167
  4213. package/lib/docx/export/exporters/base/styles/character-style.d.ts +0 -9
  4214. package/lib/docx/export/exporters/base/styles/numbering-style.d.ts +0 -9
  4215. package/lib/docx/export/exporters/base/styles/paragraph-style.d.ts +0 -9
  4216. package/lib/docx/export/exporters/base/styles/style-base.d.ts +0 -12
  4217. package/lib/docx/export/exporters/base/styles/table-style.d.ts +0 -10
  4218. package/lib/docx/export/exporters/base/styles/table-style.js +0 -41
  4219. package/lib/docx/export/exporters/base/table/table-cell-properties.d.ts +0 -17
  4220. package/lib/docx/export/exporters/base/table/table-cell-properties.js +0 -101
  4221. package/lib/docx/export/exporters/base/table/table-properties.d.ts +0 -19
  4222. package/lib/docx/export/exporters/base/table/table-properties.js +0 -132
  4223. package/lib/docx/export/exporters/base/table/table-row-properties.d.ts +0 -12
  4224. package/lib/docx/export/exporters/base/table/table-row-properties.js +0 -55
  4225. package/lib/docx/export/exporters/base/table/table.d.ts +0 -22
  4226. package/lib/docx/export/exporters/base/table/table.js +0 -130
  4227. package/lib/docx/export/exporters/base/table/width-exporter.d.ts +0 -8
  4228. package/lib/docx/export/exporters/base/table/width-exporter.js +0 -19
  4229. package/lib/docx/export/exporters/base/text.d.ts +0 -13
  4230. package/lib/docx/export/exporters/base/text.js +0 -79
  4231. package/lib/docx/export/exporters/base.d.ts +0 -18
  4232. package/lib/docx/export/exporters/content-types.d.ts +0 -15
  4233. package/lib/docx/export/exporters/core-properties.d.ts +0 -12
  4234. package/lib/docx/export/exporters/numberings.d.ts +0 -23
  4235. package/lib/docx/export/exporters/numberings.js +0 -122
  4236. package/lib/docx/export/exporters/relations/base.d.ts +0 -10
  4237. package/lib/docx/export/exporters/relations/core-relations.d.ts +0 -6
  4238. package/lib/docx/export/exporters/relations/document-relations.d.ts +0 -13
  4239. package/lib/docx/export/exporters/relations/relation-collection.d.ts +0 -17
  4240. package/lib/docx/export/exporters/settings.d.ts +0 -17
  4241. package/lib/docx/export/exporters/settings.js +0 -118
  4242. package/lib/docx/export/exporters/styles.d.ts +0 -12
  4243. package/lib/docx/export/exporters/styles.js +0 -36
  4244. package/lib/docx/export/exporters/sub-document/base-sub-document.d.ts +0 -63
  4245. package/lib/docx/export/exporters/sub-document/base-sub-document.js +0 -261
  4246. package/lib/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +0 -12
  4247. package/lib/docx/export/exporters/sub-document/main-sub-document.d.ts +0 -9
  4248. package/lib/docx/export/exporters/sub-document/main-sub-document.js +0 -29
  4249. package/lib/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +0 -13
  4250. package/lib/docx/export/exporters/theme.d.ts +0 -33
  4251. package/lib/docx/export/exporters/theme.js +0 -322
  4252. package/lib/docx/export/utils/id-generator.d.ts +0 -12
  4253. package/lib/docx/export/utils/inline-drawing-object.d.ts +0 -158
  4254. package/lib/docx/export/utils/inline-drawing-object.js +0 -117
  4255. package/lib/docx/export/utils/writer-helper.d.ts +0 -7
  4256. package/lib/docx/import/color/open-xml-color-import-helper.d.ts +0 -10
  4257. package/lib/docx/import/color/open-xml-color-import-helper.js +0 -58
  4258. package/lib/docx/import/css-engine/inline-picture-css-parser.d.ts +0 -68
  4259. package/lib/docx/import/css-engine/inline-picture-css-parser.js +0 -193
  4260. package/lib/docx/import/data.d.ts +0 -65
  4261. package/lib/docx/import/data.js +0 -100
  4262. package/lib/docx/import/destination/bookmark/bookmark-element-destination.d.ts +0 -8
  4263. package/lib/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +0 -6
  4264. package/lib/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +0 -6
  4265. package/lib/docx/import/destination/borders/table-border-element-destination-base.d.ts +0 -14
  4266. package/lib/docx/import/destination/borders/table-border-element-destination-base.js +0 -22
  4267. package/lib/docx/import/destination/borders/table-border-element-destination.d.ts +0 -7
  4268. package/lib/docx/import/destination/borders/table-borders-destination.d.ts +0 -10
  4269. package/lib/docx/import/destination/borders/table-borders-destination.js +0 -22
  4270. package/lib/docx/import/destination/borders/table-cell-border-element-destination.d.ts +0 -7
  4271. package/lib/docx/import/destination/borders/table-cell-border-element-destination.js +0 -28
  4272. package/lib/docx/import/destination/borders/table-cell-borders-destination.d.ts +0 -10
  4273. package/lib/docx/import/destination/borders/table-cell-borders-destination.js +0 -24
  4274. package/lib/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +0 -11
  4275. package/lib/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +0 -8
  4276. package/lib/docx/import/destination/character-properties/properties/all-caps-destination.js +0 -13
  4277. package/lib/docx/import/destination/character-properties/properties/bold-destination.d.ts +0 -8
  4278. package/lib/docx/import/destination/character-properties/properties/bold-destination.js +0 -13
  4279. package/lib/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +0 -9
  4280. package/lib/docx/import/destination/character-properties/properties/character-shading-destination.js +0 -14
  4281. package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +0 -9
  4282. package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.js +0 -15
  4283. package/lib/docx/import/destination/character-properties/properties/font-name-destination.d.ts +0 -10
  4284. package/lib/docx/import/destination/character-properties/properties/font-name-destination.js +0 -28
  4285. package/lib/docx/import/destination/character-properties/properties/font-script-destination.d.ts +0 -9
  4286. package/lib/docx/import/destination/character-properties/properties/font-script-destination.js +0 -26
  4287. package/lib/docx/import/destination/character-properties/properties/font-size-destination.d.ts +0 -8
  4288. package/lib/docx/import/destination/character-properties/properties/font-size-destination.js +0 -15
  4289. package/lib/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +0 -9
  4290. package/lib/docx/import/destination/character-properties/properties/fore-color-destination.js +0 -16
  4291. package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +0 -8
  4292. package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.js +0 -13
  4293. package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +0 -9
  4294. package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.js +0 -15
  4295. package/lib/docx/import/destination/character-properties/properties/italic-destination.d.ts +0 -8
  4296. package/lib/docx/import/destination/character-properties/properties/italic-destination.js +0 -13
  4297. package/lib/docx/import/destination/character-properties/properties/language-destination.d.ts +0 -9
  4298. package/lib/docx/import/destination/character-properties/properties/language-destination.js +0 -13
  4299. package/lib/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +0 -8
  4300. package/lib/docx/import/destination/character-properties/properties/no-proof-destination.js +0 -13
  4301. package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +0 -9
  4302. package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.js +0 -15
  4303. package/lib/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +0 -8
  4304. package/lib/docx/import/destination/character-properties/properties/small-caps-destination.js +0 -13
  4305. package/lib/docx/import/destination/character-properties/properties/underline-destination.d.ts +0 -11
  4306. package/lib/docx/import/destination/character-properties/properties/underline-destination.js +0 -38
  4307. package/lib/docx/import/destination/character-properties/run-properties-base-destination.d.ts +0 -11
  4308. package/lib/docx/import/destination/character-properties/run-properties-base-destination.js +0 -46
  4309. package/lib/docx/import/destination/character-properties/run-properties-destination.d.ts +0 -10
  4310. package/lib/docx/import/destination/character-properties/run-properties-destination.js +0 -16
  4311. package/lib/docx/import/destination/character-properties/run-style-reference-destination.d.ts +0 -6
  4312. package/lib/docx/import/destination/comments/comment-element-destination.d.ts +0 -8
  4313. package/lib/docx/import/destination/comments/comment-end-element-destination.d.ts +0 -6
  4314. package/lib/docx/import/destination/comments/comment-start-element-destination.d.ts +0 -6
  4315. package/lib/docx/import/destination/destination.d.ts +0 -56
  4316. package/lib/docx/import/destination/destination.js +0 -140
  4317. package/lib/docx/import/destination/document/alt-chunk-destination.d.ts +0 -10
  4318. package/lib/docx/import/destination/document/alt-chunk-destination.js +0 -27
  4319. package/lib/docx/import/destination/document/alt-chunk-properties-destination.d.ts +0 -8
  4320. package/lib/docx/import/destination/document/background-destination.d.ts +0 -6
  4321. package/lib/docx/import/destination/document/body-destination-base.d.ts +0 -16
  4322. package/lib/docx/import/destination/document/body-destination.d.ts +0 -7
  4323. package/lib/docx/import/destination/document/body-destination.js +0 -27
  4324. package/lib/docx/import/destination/document/document-destination.d.ts +0 -6
  4325. package/lib/docx/import/destination/document/document-destination.js +0 -15
  4326. package/lib/docx/import/destination/document/document-version-destination.d.ts +0 -4
  4327. package/lib/docx/import/destination/document/smart-tag-destination.d.ts +0 -6
  4328. package/lib/docx/import/destination/document/smart-tag-destination.js +0 -12
  4329. package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +0 -60
  4330. package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.js +0 -158
  4331. package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +0 -39
  4332. package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +0 -94
  4333. package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +0 -32
  4334. package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +0 -83
  4335. package/lib/docx/import/destination/drawing/drawing-destination.d.ts +0 -194
  4336. package/lib/docx/import/destination/drawing/drawing-destination.js +0 -713
  4337. package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +0 -13
  4338. package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +0 -22
  4339. package/lib/docx/import/destination/drawing/shape-properties-destination.d.ts +0 -49
  4340. package/lib/docx/import/destination/drawing/shape-properties-destination.js +0 -129
  4341. package/lib/docx/import/destination/field/field-char-destination.d.ts +0 -9
  4342. package/lib/docx/import/destination/field/field-char-destination.js +0 -42
  4343. package/lib/docx/import/destination/field/field-data-destination.d.ts +0 -1
  4344. package/lib/docx/import/destination/field/field-destination-base.d.ts +0 -7
  4345. package/lib/docx/import/destination/field/field-simple-destination.d.ts +0 -11
  4346. package/lib/docx/import/destination/field/field-simple-destination.js +0 -43
  4347. package/lib/docx/import/destination/field/form-field-destination.d.ts +0 -1
  4348. package/lib/docx/import/destination/field/hyperlink-destination.d.ts +0 -13
  4349. package/lib/docx/import/destination/field/hyperlink-destination.js +0 -78
  4350. package/lib/docx/import/destination/numbering/numberings-destination.d.ts +0 -190
  4351. package/lib/docx/import/destination/numbering/numberings-destination.js +0 -539
  4352. package/lib/docx/import/destination/paragraph/paragraph-destination.d.ts +0 -19
  4353. package/lib/docx/import/destination/paragraph/paragraph-destination.js +0 -117
  4354. package/lib/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +0 -11
  4355. package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts +0 -1
  4356. package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +0 -6
  4357. package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +0 -15
  4358. package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +0 -25
  4359. package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +0 -10
  4360. package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +0 -10
  4361. package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +0 -18
  4362. package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +0 -21
  4363. package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +0 -66
  4364. package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +0 -21
  4365. package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +0 -43
  4366. package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +0 -7
  4367. package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +0 -7
  4368. package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +0 -7
  4369. package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +0 -35
  4370. package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +0 -12
  4371. package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +0 -26
  4372. package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +0 -7
  4373. package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +0 -7
  4374. package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +0 -7
  4375. package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +0 -7
  4376. package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +0 -7
  4377. package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +0 -7
  4378. package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +0 -7
  4379. package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +0 -7
  4380. package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +0 -8
  4381. package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +0 -13
  4382. package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +0 -8
  4383. package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +0 -13
  4384. package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +0 -8
  4385. package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +0 -13
  4386. package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +0 -8
  4387. package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +0 -14
  4388. package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +0 -8
  4389. package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +0 -13
  4390. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +0 -9
  4391. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +0 -17
  4392. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +0 -9
  4393. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +0 -45
  4394. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +0 -8
  4395. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +0 -13
  4396. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +0 -9
  4397. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +0 -14
  4398. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +0 -10
  4399. package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +0 -57
  4400. package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +0 -8
  4401. package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +0 -13
  4402. package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +0 -8
  4403. package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +0 -13
  4404. package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +0 -8
  4405. package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +0 -13
  4406. package/lib/docx/import/destination/property-destination.d.ts +0 -9
  4407. package/lib/docx/import/destination/range-permission/range-permission-element-destination.d.ts +0 -14
  4408. package/lib/docx/import/destination/range-permission/range-permission-element-destination.js +0 -52
  4409. package/lib/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +0 -7
  4410. package/lib/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +0 -7
  4411. package/lib/docx/import/destination/relationships/relation-destination.d.ts +0 -11
  4412. package/lib/docx/import/destination/relationships/relationships-destination.d.ts +0 -11
  4413. package/lib/docx/import/destination/relationships/relationships-destination.js +0 -18
  4414. package/lib/docx/import/destination/runs/carriage-return-destination.d.ts +0 -6
  4415. package/lib/docx/import/destination/runs/carriage-return-destination.js +0 -10
  4416. package/lib/docx/import/destination/runs/custom-run-destination.d.ts +0 -5
  4417. package/lib/docx/import/destination/runs/data-container-run-destination.d.ts +0 -5
  4418. package/lib/docx/import/destination/runs/deleted-run-content-destination.d.ts +0 -4
  4419. package/lib/docx/import/destination/runs/deleted-text-destination.d.ts +0 -10
  4420. package/lib/docx/import/destination/runs/inline-object-destination.d.ts +0 -21
  4421. package/lib/docx/import/destination/runs/inline-object-destination.js +0 -110
  4422. package/lib/docx/import/destination/runs/inline-picture-destination.d.ts +0 -4
  4423. package/lib/docx/import/destination/runs/inserted-run-content-destination.d.ts +0 -4
  4424. package/lib/docx/import/destination/runs/revision-destination-base.d.ts +0 -5
  4425. package/lib/docx/import/destination/runs/run-break-destination.d.ts +0 -6
  4426. package/lib/docx/import/destination/runs/run-break-destination.js +0 -12
  4427. package/lib/docx/import/destination/runs/run-destination.d.ts +0 -14
  4428. package/lib/docx/import/destination/runs/run-destination.js +0 -75
  4429. package/lib/docx/import/destination/runs/run-tab-destination.d.ts +0 -6
  4430. package/lib/docx/import/destination/runs/run-tab-destination.js +0 -10
  4431. package/lib/docx/import/destination/runs/separator-destination.d.ts +0 -7
  4432. package/lib/docx/import/destination/runs/separator-destination.js +0 -13
  4433. package/lib/docx/import/destination/runs/symbol-destination.d.ts +0 -7
  4434. package/lib/docx/import/destination/runs/symbol-destination.js +0 -29
  4435. package/lib/docx/import/destination/runs/text-destination.d.ts +0 -8
  4436. package/lib/docx/import/destination/runs/text-destination.js +0 -21
  4437. package/lib/docx/import/destination/section/column-destination.d.ts +0 -10
  4438. package/lib/docx/import/destination/section/column-destination.js +0 -17
  4439. package/lib/docx/import/destination/section/columns-destination.d.ts +0 -16
  4440. package/lib/docx/import/destination/section/columns-destination.js +0 -45
  4441. package/lib/docx/import/destination/section/header-footer/header-footer-destination.d.ts +0 -7
  4442. package/lib/docx/import/destination/section/header-footer/header-footer-destination.js +0 -21
  4443. package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +0 -16
  4444. package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +0 -64
  4445. package/lib/docx/import/destination/section/inner-section-destination.d.ts +0 -4
  4446. package/lib/docx/import/destination/section/last-section-destination.d.ts +0 -4
  4447. package/lib/docx/import/destination/section/section-destination.d.ts +0 -6
  4448. package/lib/docx/import/destination/section/section-destination.js +0 -33
  4449. package/lib/docx/import/destination/section/section-different-first-page-destination.d.ts +0 -6
  4450. package/lib/docx/import/destination/section/section-line-numbering-destination.d.ts +0 -8
  4451. package/lib/docx/import/destination/section/section-line-numbering-destination.js +0 -23
  4452. package/lib/docx/import/destination/section/section-margins-destination.d.ts +0 -8
  4453. package/lib/docx/import/destination/section/section-page-numbering-destination.d.ts +0 -6
  4454. package/lib/docx/import/destination/section/section-page-size-destination.d.ts +0 -9
  4455. package/lib/docx/import/destination/section/section-page-size-destination.js +0 -31
  4456. package/lib/docx/import/destination/section/section-start-type-destination.d.ts +0 -6
  4457. package/lib/docx/import/destination/section/section-start-type-destination.js +0 -11
  4458. package/lib/docx/import/destination/settings/compat-settings-destination.d.ts +0 -12
  4459. package/lib/docx/import/destination/settings/compat-settings-destination.js +0 -29
  4460. package/lib/docx/import/destination/settings/default-tab-stop-destination.d.ts +0 -6
  4461. package/lib/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +0 -6
  4462. package/lib/docx/import/destination/settings/document-protection.d.ts +0 -13
  4463. package/lib/docx/import/destination/settings/document-protection.js +0 -81
  4464. package/lib/docx/import/destination/settings/document-variables-destination.d.ts +0 -10
  4465. package/lib/docx/import/destination/settings/document-variables-destination.js +0 -22
  4466. package/lib/docx/import/destination/settings/mirror-margins-destination.d.ts +0 -6
  4467. package/lib/docx/import/destination/settings/settings.d.ts +0 -6
  4468. package/lib/docx/import/destination/settings/settings.js +0 -21
  4469. package/lib/docx/import/destination/shading/shading-helper.d.ts +0 -7
  4470. package/lib/docx/import/destination/shading/shading-helper.js +0 -13
  4471. package/lib/docx/import/destination/structured-document-content-destination.d.ts +0 -6
  4472. package/lib/docx/import/destination/structured-document-destination.d.ts +0 -6
  4473. package/lib/docx/import/destination/style/base/linked-style-id-destination.d.ts +0 -6
  4474. package/lib/docx/import/destination/style/base/next-style-destination.d.ts +0 -6
  4475. package/lib/docx/import/destination/style/base/style-hidden-destination.d.ts +0 -6
  4476. package/lib/docx/import/destination/style/base/style-name-destination.d.ts +0 -6
  4477. package/lib/docx/import/destination/style/base/style-parent-id-destination.d.ts +0 -6
  4478. package/lib/docx/import/destination/style/base/style-qformat-destination.d.ts +0 -6
  4479. package/lib/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +0 -6
  4480. package/lib/docx/import/destination/style/default/char/default-font-name-destination.d.ts +0 -6
  4481. package/lib/docx/import/destination/style/default/char/default-font-name-destination.js +0 -21
  4482. package/lib/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +0 -8
  4483. package/lib/docx/import/destination/style/default/char/default-run-properties-destination.js +0 -25
  4484. package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +0 -7
  4485. package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +0 -12
  4486. package/lib/docx/import/destination/style/default/document-defaults-destination.d.ts +0 -6
  4487. package/lib/docx/import/destination/style/default/document-defaults-destination.js +0 -13
  4488. package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +0 -6
  4489. package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +0 -12
  4490. package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +0 -10
  4491. package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +0 -17
  4492. package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +0 -18
  4493. package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +0 -31
  4494. package/lib/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +0 -4
  4495. package/lib/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +0 -4
  4496. package/lib/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +0 -4
  4497. package/lib/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +0 -4
  4498. package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +0 -8
  4499. package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +0 -6
  4500. package/lib/docx/import/destination/style/run-style-reference-base-destination.d.ts +0 -8
  4501. package/lib/docx/import/destination/style/style-conditional-table-formatting.d.ts +0 -12
  4502. package/lib/docx/import/destination/style/style-conditional-table-formatting.js +0 -55
  4503. package/lib/docx/import/destination/style/style-destination-base.d.ts +0 -22
  4504. package/lib/docx/import/destination/style/style-destination-base.js +0 -65
  4505. package/lib/docx/import/destination/style/style-destination.d.ts +0 -13
  4506. package/lib/docx/import/destination/style/style-destination.js +0 -60
  4507. package/lib/docx/import/destination/style/styles-destination.d.ts +0 -6
  4508. package/lib/docx/import/destination/style/styles-destination.js +0 -13
  4509. package/lib/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +0 -6
  4510. package/lib/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +0 -6
  4511. package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +0 -6
  4512. package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +0 -10
  4513. package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +0 -6
  4514. package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +0 -10
  4515. package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +0 -6
  4516. package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +0 -10
  4517. package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +0 -11
  4518. package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +0 -46
  4519. package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +0 -7
  4520. package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +0 -11
  4521. package/lib/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +0 -8
  4522. package/lib/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +0 -6
  4523. package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +0 -6
  4524. package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +0 -11
  4525. package/lib/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +0 -10
  4526. package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +0 -6
  4527. package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +0 -12
  4528. package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +0 -6
  4529. package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +0 -12
  4530. package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +0 -6
  4531. package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +0 -8
  4532. package/lib/docx/import/destination/table/cell/table-cell-destination.d.ts +0 -19
  4533. package/lib/docx/import/destination/table/cell/table-cell-destination.js +0 -71
  4534. package/lib/docx/import/destination/table/height-unit-destination.d.ts +0 -10
  4535. package/lib/docx/import/destination/table/height-unit-destination.js +0 -20
  4536. package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +0 -6
  4537. package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.js +0 -14
  4538. package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +0 -6
  4539. package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +0 -7
  4540. package/lib/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +0 -4
  4541. package/lib/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +0 -6
  4542. package/lib/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +0 -6
  4543. package/lib/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +0 -6
  4544. package/lib/docx/import/destination/table/row/properties/table-row-header-destination.js +0 -10
  4545. package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +0 -6
  4546. package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +0 -7
  4547. package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +0 -11
  4548. package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.js +0 -48
  4549. package/lib/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +0 -9
  4550. package/lib/docx/import/destination/table/row/table-row-destination.d.ts +0 -14
  4551. package/lib/docx/import/destination/table/row/table-row-destination.js +0 -44
  4552. package/lib/docx/import/destination/table/table/grid-column-destination.d.ts +0 -10
  4553. package/lib/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +0 -6
  4554. package/lib/docx/import/destination/table/table/properties/table-alignment-destination.js +0 -12
  4555. package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +0 -6
  4556. package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +0 -10
  4557. package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +0 -20
  4558. package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.js +0 -24
  4559. package/lib/docx/import/destination/table/table/properties/table-layout-destination.d.ts +0 -6
  4560. package/lib/docx/import/destination/table/table/properties/table-layout-destination.js +0 -12
  4561. package/lib/docx/import/destination/table/table/properties/table-look-destination.d.ts +0 -6
  4562. package/lib/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +0 -6
  4563. package/lib/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +0 -8
  4564. package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +0 -15
  4565. package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.js +0 -61
  4566. package/lib/docx/import/destination/table/table/properties/table-properties-destination.d.ts +0 -11
  4567. package/lib/docx/import/destination/table/table/properties/table-properties-destination.js +0 -17
  4568. package/lib/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +0 -12
  4569. package/lib/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +0 -6
  4570. package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +0 -6
  4571. package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +0 -13
  4572. package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +0 -6
  4573. package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +0 -13
  4574. package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +0 -6
  4575. package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.js +0 -11
  4576. package/lib/docx/import/destination/table/table/table-destination.d.ts +0 -17
  4577. package/lib/docx/import/destination/table/table/table-destination.js +0 -78
  4578. package/lib/docx/import/destination/table/table/table-grid-destination.d.ts +0 -9
  4579. package/lib/docx/import/destination/table/table/table-grid-destination.js +0 -15
  4580. package/lib/docx/import/destination/table/table-style-destination.d.ts +0 -10
  4581. package/lib/docx/import/destination/table/width-unit-destination.d.ts +0 -15
  4582. package/lib/docx/import/destination/table/width-unit-destination.js +0 -33
  4583. package/lib/docx/import/destination/tabs/tab-destination.d.ts +0 -6
  4584. package/lib/docx/import/destination/tabs/tab-destination.js +0 -22
  4585. package/lib/docx/import/destination/tabs/tabs-destination.d.ts +0 -7
  4586. package/lib/docx/import/destination/tabs/tabs-destination.js +0 -11
  4587. package/lib/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +0 -8
  4588. package/lib/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +0 -11
  4589. package/lib/docx/import/destination/themes/color/drawing-color-destination-base.js +0 -28
  4590. package/lib/docx/import/destination/themes/color/drawing-color-destination.d.ts +0 -7
  4591. package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +0 -17
  4592. package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +0 -83
  4593. package/lib/docx/import/destination/themes/color/h-slcolor-destination.d.ts +0 -6
  4594. package/lib/docx/import/destination/themes/color/h-slcolor-destination.js +0 -13
  4595. package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +0 -6
  4596. package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.js +0 -7
  4597. package/lib/docx/import/destination/themes/color/office-theme-color-destination.d.ts +0 -9
  4598. package/lib/docx/import/destination/themes/color/office-theme-color-destination.js +0 -15
  4599. package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +0 -8
  4600. package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +0 -29
  4601. package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +0 -6
  4602. package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +0 -13
  4603. package/lib/docx/import/destination/themes/color/preset-color-destination.d.ts +0 -6
  4604. package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +0 -6
  4605. package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +0 -10
  4606. package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +0 -6
  4607. package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +0 -10
  4608. package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +0 -6
  4609. package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +0 -10
  4610. package/lib/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +0 -10
  4611. package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +0 -6
  4612. package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +0 -10
  4613. package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +0 -6
  4614. package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +0 -10
  4615. package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +0 -6
  4616. package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.js +0 -10
  4617. package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +0 -6
  4618. package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.js +0 -10
  4619. package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +0 -6
  4620. package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +0 -10
  4621. package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +0 -6
  4622. package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.js +0 -10
  4623. package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +0 -6
  4624. package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +0 -10
  4625. package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +0 -6
  4626. package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +0 -10
  4627. package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +0 -6
  4628. package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.js +0 -10
  4629. package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +0 -6
  4630. package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +0 -10
  4631. package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +0 -6
  4632. package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +0 -10
  4633. package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +0 -6
  4634. package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.js +0 -10
  4635. package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +0 -6
  4636. package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +0 -10
  4637. package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +0 -6
  4638. package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +0 -10
  4639. package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +0 -6
  4640. package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +0 -10
  4641. package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +0 -6
  4642. package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +0 -10
  4643. package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +0 -6
  4644. package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +0 -10
  4645. package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +0 -6
  4646. package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +0 -10
  4647. package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +0 -6
  4648. package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +0 -10
  4649. package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +0 -6
  4650. package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.js +0 -10
  4651. package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +0 -6
  4652. package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +0 -10
  4653. package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +0 -6
  4654. package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +0 -10
  4655. package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +0 -6
  4656. package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +0 -10
  4657. package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +0 -6
  4658. package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.js +0 -10
  4659. package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +0 -6
  4660. package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.js +0 -10
  4661. package/lib/docx/import/destination/themes/color/scheme-color-destination.d.ts +0 -6
  4662. package/lib/docx/import/destination/themes/color/scheme-color-destination.js +0 -11
  4663. package/lib/docx/import/destination/themes/color/system-color-destination.d.ts +0 -6
  4664. package/lib/docx/import/destination/themes/color/system-color-destination.js +0 -11
  4665. package/lib/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +0 -10
  4666. package/lib/docx/import/destination/themes/font/drawing-text-font-destination.js +0 -31
  4667. package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +0 -21
  4668. package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +0 -54
  4669. package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +0 -13
  4670. package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +0 -23
  4671. package/lib/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +0 -10
  4672. package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +0 -8
  4673. package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +0 -15
  4674. package/lib/docx/import/destination/themes/office-theme-destination.d.ts +0 -9
  4675. package/lib/docx/import/destination/themes/office-theme-destination.js +0 -20
  4676. package/lib/docx/import/destination/themes/office-theme-elements-destination.d.ts +0 -6
  4677. package/lib/docx/import/destination/themes/office-theme-elements-destination.js +0 -15
  4678. package/lib/docx/import/destination/vml/v-mlshape-destination.d.ts +0 -74
  4679. package/lib/docx/import/destination/vml/v-mlshape-destination.js +0 -294
  4680. package/lib/docx/import/importer-options.d.ts +0 -13
  4681. package/lib/docx/import/importer-options.js +0 -14
  4682. package/lib/docx/import/importer.d.ts +0 -21
  4683. package/lib/docx/import/importer.js +0 -135
  4684. package/lib/docx/import/importers/alt-chunk-importer.d.ts +0 -10
  4685. package/lib/docx/import/importers/bookmark-importer.d.ts +0 -9
  4686. package/lib/docx/import/importers/bookmark-importer.js +0 -15
  4687. package/lib/docx/import/importers/character-importer.d.ts +0 -21
  4688. package/lib/docx/import/importers/character-importer.js +0 -58
  4689. package/lib/docx/import/importers/comments-importer.d.ts +0 -8
  4690. package/lib/docx/import/importers/core-properties-importer.d.ts +0 -8
  4691. package/lib/docx/import/importers/custom-properties-importer.d.ts +0 -6
  4692. package/lib/docx/import/importers/end-notes-importer.d.ts +0 -6
  4693. package/lib/docx/import/importers/field-importer.d.ts +0 -21
  4694. package/lib/docx/import/importers/field-importer.js +0 -78
  4695. package/lib/docx/import/importers/foot-notes-importer.d.ts +0 -7
  4696. package/lib/docx/import/importers/header-footer-importer.d.ts +0 -6
  4697. package/lib/docx/import/importers/numbering-list-importer.d.ts +0 -9
  4698. package/lib/docx/import/importers/paragraph-importer.d.ts +0 -26
  4699. package/lib/docx/import/importers/paragraph-importer.js +0 -60
  4700. package/lib/docx/import/importers/position-importer.d.ts +0 -7
  4701. package/lib/docx/import/importers/range-permission-importer.d.ts +0 -11
  4702. package/lib/docx/import/importers/range-permission-importer.js +0 -36
  4703. package/lib/docx/import/importers/section-importer.d.ts +0 -15
  4704. package/lib/docx/import/importers/section-importer.js +0 -30
  4705. package/lib/docx/import/importers/settings-importer.d.ts +0 -9
  4706. package/lib/docx/import/importers/styles-importer.d.ts +0 -124
  4707. package/lib/docx/import/importers/styles-importer.js +0 -343
  4708. package/lib/docx/import/importers/table-importer.d.ts +0 -15
  4709. package/lib/docx/import/importers/table-importer.js +0 -23
  4710. package/lib/docx/import/importers/themes-importer.d.ts +0 -6
  4711. package/lib/docx/import/importers/web-settings-importer.d.ts +0 -9
  4712. package/lib/docx/import/list/open-xml-abstract-numbering-info.d.ts +0 -8
  4713. package/lib/docx/import/list/open-xml-list-level-override.d.ts +0 -16
  4714. package/lib/docx/import/list/open-xml-list-level-override.js +0 -38
  4715. package/lib/docx/import/list/open-xml-numbering-list-info.d.ts +0 -10
  4716. package/lib/docx/import/model/alt-chunk-info.d.ts +0 -8
  4717. package/lib/docx/import/model/comment-list-info.d.ts +0 -19
  4718. package/lib/docx/import/model/floating-object-import-info.d.ts +0 -32
  4719. package/lib/docx/import/model/floating-object-import-info.js +0 -67
  4720. package/lib/docx/import/model/import-bookmark-info.d.ts +0 -9
  4721. package/lib/docx/import/model/import-bookmark-info.js +0 -15
  4722. package/lib/docx/import/model/import-field-info.d.ts +0 -17
  4723. package/lib/docx/import/model/import-range-permission-info.d.ts +0 -12
  4724. package/lib/docx/import/model/import-range-permission-info.js +0 -10
  4725. package/lib/docx/import/model/import-sub-document-info.d.ts +0 -33
  4726. package/lib/docx/import/model/import-sub-document-info.js +0 -37
  4727. package/lib/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +0 -17
  4728. package/lib/docx/import/utils/culture-info-helper.d.ts +0 -6
  4729. package/lib/docx/import/utils/culture-info-helper.js +0 -386
  4730. package/lib/docx/import/utils/markup-language-color-parser.d.ts +0 -9
  4731. package/lib/docx/import/utils/markup-language-color-parser.js +0 -79
  4732. package/lib/docx/import/utils/reader-helper.d.ts +0 -38
  4733. package/lib/docx/import/utils/reader-helper.js +0 -188
  4734. package/lib/docx/import/utils/relations-collection.d.ts +0 -22
  4735. package/lib/docx/import/utils/relations-collection.js +0 -93
  4736. package/lib/docx/translation-table/ml-table-data.d.ts +0 -7
  4737. package/lib/docx/translation-table/translation-tables-data.d.ts +0 -7
  4738. package/lib/docx/translation-table/translation-tables.d.ts +0 -122
  4739. package/lib/docx/translation-table/translation-tables.js +0 -910
  4740. package/lib/docx/translation-table/word-processing-mlvalue.d.ts +0 -7
  4741. package/lib/docx/utils/constants.d.ts +0 -141
  4742. package/lib/docx/utils/constants.js +0 -193
  4743. package/lib/docx/utils/lock-aspect-ratio-table.d.ts +0 -10
  4744. package/lib/docx/utils/open-xml-relation.d.ts +0 -9
  4745. package/lib/docx/utils/path-helper.d.ts +0 -7
  4746. package/lib/docx/utils/progress-indication.d.ts +0 -30
  4747. package/lib/docx/utils/string-extensions.d.ts +0 -4
  4748. package/lib/docx/utils/string-value-parser.d.ts +0 -7
  4749. package/lib/docx/utils/units-converter.d.ts +0 -6
  4750. package/lib/docx/utils/value-info.d.ts +0 -10
  4751. package/lib/docx/utils/xml-chars-decoder.d.ts +0 -5
  4752. package/lib/docx/zip/xml-reader.d.ts +0 -39
  4753. package/lib/docx/zip/xml-writer.d.ts +0 -41
  4754. package/lib/docx/zip/xml-writer.js +0 -149
  4755. package/lib/docx/zip/zip-builder.d.ts +0 -12
  4756. package/lib/docx/zip/zip-reader.d.ts +0 -12
  4757. package/lib/dxt-utils/dxt-utils/devextreme-types.d.ts +0 -77
  4758. package/lib/dxt-utils/dxt-utils/dxt-theme-css-classes.d.ts +0 -15
  4759. package/lib/dxt-utils/dxt-utils/dxt-utils.d.ts +0 -9
  4760. package/lib/html/import/containers/runs.d.ts +0 -60
  4761. package/lib/html/import/containers/runs.js +0 -85
  4762. package/lib/html/import/containers/tables.d.ts +0 -37
  4763. package/lib/html/import/containers/tables.js +0 -70
  4764. package/lib/html/import/html-importer.d.ts +0 -68
  4765. package/lib/html/import/html-importer.js +0 -332
  4766. package/lib/html/import/html-model-inserter.d.ts +0 -33
  4767. package/lib/html/import/html-model-inserter.js +0 -153
  4768. package/lib/html/import/importers/a.d.ts +0 -9
  4769. package/lib/html/import/importers/a.js +0 -39
  4770. package/lib/html/import/importers/b.d.ts +0 -8
  4771. package/lib/html/import/importers/base.d.ts +0 -19
  4772. package/lib/html/import/importers/br.d.ts +0 -8
  4773. package/lib/html/import/importers/br.js +0 -20
  4774. package/lib/html/import/importers/center.d.ts +0 -8
  4775. package/lib/html/import/importers/cite.d.ts +0 -8
  4776. package/lib/html/import/importers/div.d.ts +0 -8
  4777. package/lib/html/import/importers/em.d.ts +0 -8
  4778. package/lib/html/import/importers/font.d.ts +0 -8
  4779. package/lib/html/import/importers/i.d.ts +0 -8
  4780. package/lib/html/import/importers/img.d.ts +0 -8
  4781. package/lib/html/import/importers/img.js +0 -26
  4782. package/lib/html/import/importers/li.d.ts +0 -8
  4783. package/lib/html/import/importers/list-base.d.ts +0 -8
  4784. package/lib/html/import/importers/list-base.js +0 -35
  4785. package/lib/html/import/importers/ol.d.ts +0 -5
  4786. package/lib/html/import/importers/p.d.ts +0 -29
  4787. package/lib/html/import/importers/pre.d.ts +0 -9
  4788. package/lib/html/import/importers/span.d.ts +0 -9
  4789. package/lib/html/import/importers/span.js +0 -28
  4790. package/lib/html/import/importers/table.d.ts +0 -13
  4791. package/lib/html/import/importers/table.js +0 -78
  4792. package/lib/html/import/importers/tbody.d.ts +0 -8
  4793. package/lib/html/import/importers/td.d.ts +0 -23
  4794. package/lib/html/import/importers/td.js +0 -113
  4795. package/lib/html/import/importers/text-node.d.ts +0 -8
  4796. package/lib/html/import/importers/text-node.js +0 -42
  4797. package/lib/html/import/importers/tr.d.ts +0 -19
  4798. package/lib/html/import/importers/tr.js +0 -57
  4799. package/lib/html/import/importers/tt.d.ts +0 -8
  4800. package/lib/html/import/importers/ul.d.ts +0 -5
  4801. package/lib/html/import/importers/undefined.d.ts +0 -8
  4802. package/lib/html/import/importers/undefined.js +0 -16
  4803. package/lib/html/import/load-font-info.d.ts +0 -10
  4804. package/lib/html/import/utils/character-properties-utils.d.ts +0 -34
  4805. package/lib/html/import/utils/character-properties-utils.js +0 -151
  4806. package/lib/html/import/utils/font-utils.d.ts +0 -5
  4807. package/lib/html/import/utils/paragraph-list-properties-utils.d.ts +0 -29
  4808. package/lib/html/import/utils/paragraph-list-properties-utils.js +0 -158
  4809. package/lib/html/import/utils/paragraph-properties-utils.d.ts +0 -22
  4810. package/lib/html/import/utils/paragraph-properties-utils.js +0 -146
  4811. package/lib/html/import/utils/tab-stops-utils.d.ts +0 -5
  4812. package/lib/html/import/utils/tab-stops-utils.js +0 -71
  4813. package/lib/html/import/utils/utils.d.ts +0 -17
  4814. package/lib/html/import/utils/utils.js +0 -86
  4815. package/lib/html/model/history/paste-html-data-history-item.d.ts +0 -19
  4816. package/lib/html/model/history/paste-html-data-history-item.js +0 -108
  4817. package/lib/model-api/anchor-info.d.ts +0 -67
  4818. package/lib/model-api/api-utils/api-utils.d.ts +0 -25
  4819. package/lib/model-api/api-utils/api-utils.js +0 -120
  4820. package/lib/model-api/api-utils/bookmark-finder.d.ts +0 -4
  4821. package/lib/model-api/api-utils/insert-text.d.ts +0 -9
  4822. package/lib/model-api/api-utils/insert-text.js +0 -52
  4823. package/lib/model-api/api-utils/model-parameter-checker.d.ts +0 -12
  4824. package/lib/model-api/api-utils/model-parameter-checker.js +0 -40
  4825. package/lib/model-api/api-utils/range-permission-finder.d.ts +0 -6
  4826. package/lib/model-api/bookmark.d.ts +0 -17
  4827. package/lib/model-api/bookmark.js +0 -24
  4828. package/lib/model-api/character-properties.d.ts +0 -46
  4829. package/lib/model-api/character-properties.js +0 -102
  4830. package/lib/model-api/collections/bookmark-collection.d.ts +0 -15
  4831. package/lib/model-api/collections/bookmark-collection.js +0 -52
  4832. package/lib/model-api/collections/collection.d.ts +0 -10
  4833. package/lib/model-api/collections/control-font.d.ts +0 -12
  4834. package/lib/model-api/collections/control-font.js +0 -35
  4835. package/lib/model-api/collections/drawing-object-collection-base.d.ts +0 -20
  4836. package/lib/model-api/collections/drawing-object-collection-base.js +0 -54
  4837. package/lib/model-api/collections/drawing-object-collection.d.ts +0 -19
  4838. package/lib/model-api/collections/drawing-object-collection.js +0 -72
  4839. package/lib/model-api/collections/field-collection.d.ts +0 -27
  4840. package/lib/model-api/collections/field-collection.js +0 -125
  4841. package/lib/model-api/collections/fonts-collection.d.ts +0 -11
  4842. package/lib/model-api/collections/hyperlink-collection.d.ts +0 -15
  4843. package/lib/model-api/collections/hyperlink-collection.js +0 -83
  4844. package/lib/model-api/collections/numbered-list-collection.d.ts +0 -13
  4845. package/lib/model-api/collections/numbered-list-collection.js +0 -47
  4846. package/lib/model-api/collections/paragraph-collection.d.ts +0 -15
  4847. package/lib/model-api/collections/paragraph-collection.js +0 -34
  4848. package/lib/model-api/collections/range-permission-collection.d.ts +0 -22
  4849. package/lib/model-api/collections/range-permission-collection.js +0 -93
  4850. package/lib/model-api/collections/section-collection.d.ts +0 -11
  4851. package/lib/model-api/collections/sub-documents-collection.d.ts +0 -11
  4852. package/lib/model-api/collections/sub-documents-collection.js +0 -24
  4853. package/lib/model-api/collections/table/table-cell-collection.d.ts +0 -12
  4854. package/lib/model-api/collections/table/table-cell-collection.js +0 -17
  4855. package/lib/model-api/collections/table/table-collection.d.ts +0 -15
  4856. package/lib/model-api/collections/table/table-collection.js +0 -69
  4857. package/lib/model-api/collections/table/table-row-collection.d.ts +0 -12
  4858. package/lib/model-api/collections/table/table-row-collection.js +0 -17
  4859. package/lib/model-api/document.d.ts +0 -54
  4860. package/lib/model-api/document.js +0 -111
  4861. package/lib/model-api/field.d.ts +0 -49
  4862. package/lib/model-api/field.js +0 -109
  4863. package/lib/model-api/fonts/control-font-face-descriptors.d.ts +0 -11
  4864. package/lib/model-api/fonts/control-font.d.ts +0 -18
  4865. package/lib/model-api/fonts/control-font.js +0 -39
  4866. package/lib/model-api/fonts/model-font.d.ts +0 -11
  4867. package/lib/model-api/formats/enum.d.ts +0 -6
  4868. package/lib/model-api/formats/exporter.d.ts +0 -5
  4869. package/lib/model-api/formats/exporter.js +0 -23
  4870. package/lib/model-api/formats/importer.d.ts +0 -11
  4871. package/lib/model-api/formats/importer.js +0 -64
  4872. package/lib/model-api/images/floating-image.d.ts +0 -26
  4873. package/lib/model-api/images/floating-image.js +0 -169
  4874. package/lib/model-api/images/image-enums.d.ts +0 -61
  4875. package/lib/model-api/images/image-interfaces.d.ts +0 -92
  4876. package/lib/model-api/images/image-iterator.d.ts +0 -14
  4877. package/lib/model-api/images/image-iterator.js +0 -23
  4878. package/lib/model-api/images/image.d.ts +0 -33
  4879. package/lib/model-api/images/image.js +0 -108
  4880. package/lib/model-api/images/images.d.ts +0 -22
  4881. package/lib/model-api/images/images.js +0 -221
  4882. package/lib/model-api/images/inline-image.d.ts +0 -10
  4883. package/lib/model-api/interval.d.ts +0 -15
  4884. package/lib/model-api/lists/enums.d.ts +0 -79
  4885. package/lib/model-api/lists/enums.js +0 -90
  4886. package/lib/model-api/lists/list-level-settings.d.ts +0 -18
  4887. package/lib/model-api/lists/lists.d.ts +0 -14
  4888. package/lib/model-api/lists/lists.js +0 -114
  4889. package/lib/model-api/paragraph.d.ts +0 -73
  4890. package/lib/model-api/paragraph.js +0 -161
  4891. package/lib/model-api/picture.d.ts +0 -34
  4892. package/lib/model-api/picture.js +0 -186
  4893. package/lib/model-api/range-permission.d.ts +0 -18
  4894. package/lib/model-api/range-permission.js +0 -25
  4895. package/lib/model-api/rectangle.d.ts +0 -8
  4896. package/lib/model-api/section.d.ts +0 -148
  4897. package/lib/model-api/section.js +0 -285
  4898. package/lib/model-api/size.d.ts +0 -13
  4899. package/lib/model-api/sub-document.d.ts +0 -68
  4900. package/lib/model-api/sub-document.js +0 -288
  4901. package/lib/model-api/table/table-cell.d.ts +0 -9
  4902. package/lib/model-api/table/table-cell.js +0 -12
  4903. package/lib/model-api/table/table-row.d.ts +0 -13
  4904. package/lib/model-api/table/table-row.js +0 -17
  4905. package/lib/model-api/table/table.d.ts +0 -16
  4906. package/lib/model-api/table/table.js +0 -23
  4907. package/lib/model-api/text-box.d.ts +0 -44
  4908. package/lib/model-api/text-box.js +0 -103
  4909. package/lib/model-api/unit-converter.d.ts +0 -14
  4910. package/lib/model-api/utils/get-layout-point.d.ts +0 -9
  4911. package/lib/model-api/utils/get-layout-point.js +0 -24
  4912. package/lib/pdf/api/pdf.d.ts +0 -5
  4913. package/lib/pdf/box-exporter.d.ts +0 -19
  4914. package/lib/pdf/box-exporter.js +0 -89
  4915. package/lib/pdf/character-properties-exporter.d.ts +0 -8
  4916. package/lib/pdf/character-properties-exporter.js +0 -21
  4917. package/lib/pdf/export-options.d.ts +0 -5
  4918. package/lib/pdf/exporter.d.ts +0 -16
  4919. package/lib/pdf/exporter.js +0 -117
  4920. package/lib/pdf/interfaces.d.ts +0 -109
  4921. package/lib/pdf/page-area-exporter.d.ts +0 -15
  4922. package/lib/pdf/page-area-exporter.js +0 -43
  4923. package/lib/pdf/page-exporter.d.ts +0 -20
  4924. package/lib/pdf/page-exporter.js +0 -92
  4925. package/lib/pdf/row-exporter.d.ts +0 -12
  4926. package/lib/pdf/table-column-info-exporter.d.ts +0 -14
  4927. package/lib/pdf/table-column-info-exporter.js +0 -53
  4928. package/lib/rtf/export/characters.d.ts +0 -44
  4929. package/lib/rtf/export/exporter.d.ts +0 -37
  4930. package/lib/rtf/export/exporter.js +0 -208
  4931. package/lib/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +0 -7
  4932. package/lib/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +0 -7
  4933. package/lib/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +0 -8
  4934. package/lib/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +0 -10
  4935. package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +0 -8
  4936. package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +0 -14
  4937. package/lib/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +0 -16
  4938. package/lib/rtf/export/exporters/picture/rtf-picture-exporter.js +0 -74
  4939. package/lib/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +0 -8
  4940. package/lib/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +0 -13
  4941. package/lib/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +0 -26
  4942. package/lib/rtf/export/exporters/rtf-anchored-run-exporter.js +0 -144
  4943. package/lib/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +0 -14
  4944. package/lib/rtf/export/exporters/rtf-character-properties-exporter.d.ts +0 -35
  4945. package/lib/rtf/export/exporters/rtf-character-properties-exporter.js +0 -178
  4946. package/lib/rtf/export/exporters/rtf-content-exporter.d.ts +0 -133
  4947. package/lib/rtf/export/exporters/rtf-content-exporter.js +0 -902
  4948. package/lib/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +0 -40
  4949. package/lib/rtf/export/exporters/rtf-numbering-list-exporter.js +0 -235
  4950. package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +0 -62
  4951. package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.js +0 -340
  4952. package/lib/rtf/export/exporters/rtf-properties-exporter.d.ts +0 -20
  4953. package/lib/rtf/export/exporters/rtf-properties-exporter.js +0 -103
  4954. package/lib/rtf/export/exporters/rtf-section-properties-exporter.d.ts +0 -21
  4955. package/lib/rtf/export/exporters/rtf-section-properties-exporter.js +0 -96
  4956. package/lib/rtf/export/exporters/rtf-style-exporter.d.ts +0 -54
  4957. package/lib/rtf/export/exporters/rtf-style-exporter.js +0 -286
  4958. package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +0 -48
  4959. package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +0 -152
  4960. package/lib/rtf/export/exporters/table/rtf-table-exporter.d.ts +0 -7
  4961. package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +0 -17
  4962. package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.js +0 -93
  4963. package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +0 -17
  4964. package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +0 -78
  4965. package/lib/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +0 -12
  4966. package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +0 -54
  4967. package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +0 -220
  4968. package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +0 -11
  4969. package/lib/rtf/export/helpers/rtf-export-helper.d.ts +0 -24
  4970. package/lib/rtf/export/helpers/rtf-export-helper.js +0 -49
  4971. package/lib/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +0 -12
  4972. package/lib/rtf/export/helpers/rtf-shading-info-export-helper.js +0 -28
  4973. package/lib/rtf/export/piece-table-numbering-list-counters-manager.d.ts +0 -5
  4974. package/lib/rtf/export/rtf-builder.d.ts +0 -61
  4975. package/lib/rtf/export/rtf-builder.js +0 -323
  4976. package/lib/rtf/export/rtf-document-exporter-options.d.ts +0 -52
  4977. package/lib/rtf/export/rtf-document-exporter-options.js +0 -55
  4978. package/lib/rtf/import/destination/base/destination.d.ts +0 -60
  4979. package/lib/rtf/import/destination/base/destination.js +0 -160
  4980. package/lib/rtf/import/destination/base/hex-content-destination.d.ts +0 -10
  4981. package/lib/rtf/import/destination/base/hex-stream-destination.d.ts +0 -9
  4982. package/lib/rtf/import/destination/base/skip-destination.d.ts +0 -16
  4983. package/lib/rtf/import/destination/base/string-property-base-destination.d.ts +0 -15
  4984. package/lib/rtf/import/destination/base/string-property-base-destination.js +0 -26
  4985. package/lib/rtf/import/destination/base/string-property-destination.d.ts +0 -14
  4986. package/lib/rtf/import/destination/base/string-property-destination.js +0 -24
  4987. package/lib/rtf/import/destination/base/string-value-destination-base.d.ts +0 -9
  4988. package/lib/rtf/import/destination/base/string-value-destination-base.js +0 -11
  4989. package/lib/rtf/import/destination/base/string-value-destination.d.ts +0 -12
  4990. package/lib/rtf/import/destination/base/text-after-destination.d.ts +0 -7
  4991. package/lib/rtf/import/destination/base/text-before-destination.d.ts +0 -7
  4992. package/lib/rtf/import/destination/base/unicode-destination.d.ts +0 -12
  4993. package/lib/rtf/import/destination/base/unicode-string-value-destination.d.ts +0 -14
  4994. package/lib/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +0 -9
  4995. package/lib/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +0 -10
  4996. package/lib/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +0 -10
  4997. package/lib/rtf/import/destination/color-table-destination.d.ts +0 -26
  4998. package/lib/rtf/import/destination/color-table-destination.js +0 -170
  4999. package/lib/rtf/import/destination/custom-properties-destination.d.ts +0 -13
  5000. package/lib/rtf/import/destination/destination-revision-author-table.d.ts +0 -11
  5001. package/lib/rtf/import/destination/document-variable-destination.d.ts +0 -13
  5002. package/lib/rtf/import/destination/fields/code-field-destination.d.ts +0 -13
  5003. package/lib/rtf/import/destination/fields/enums.d.ts +0 -6
  5004. package/lib/rtf/import/destination/fields/field-destination.d.ts +0 -20
  5005. package/lib/rtf/import/destination/fields/field-map-data-destination.d.ts +0 -34
  5006. package/lib/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +0 -8
  5007. package/lib/rtf/import/destination/fields/field-sub-destination.d.ts +0 -15
  5008. package/lib/rtf/import/destination/fields/form-field-destination.d.ts +0 -26
  5009. package/lib/rtf/import/destination/fields/form-field-destination.js +0 -71
  5010. package/lib/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +0 -8
  5011. package/lib/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +0 -8
  5012. package/lib/rtf/import/destination/fields/form-field-help-text-destination.d.ts +0 -8
  5013. package/lib/rtf/import/destination/fields/form-field-name-destination.d.ts +0 -8
  5014. package/lib/rtf/import/destination/fields/mail-merge-destination.d.ts +0 -19
  5015. package/lib/rtf/import/destination/fields/result-field-destination.d.ts +0 -9
  5016. package/lib/rtf/import/destination/fields/table-content-field-destination.d.ts +0 -19
  5017. package/lib/rtf/import/destination/font-table-destination.d.ts +0 -21
  5018. package/lib/rtf/import/destination/info/info-destination.d.ts +0 -25
  5019. package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +0 -54
  5020. package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +0 -166
  5021. package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +0 -48
  5022. package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +0 -275
  5023. package/lib/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +0 -14
  5024. package/lib/rtf/import/destination/numbering-list/list-level-destination.d.ts +0 -37
  5025. package/lib/rtf/import/destination/numbering-list/list-level-destination.js +0 -144
  5026. package/lib/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +0 -7
  5027. package/lib/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +0 -15
  5028. package/lib/rtf/import/destination/numbering-list/list-name-destination.d.ts +0 -7
  5029. package/lib/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +0 -15
  5030. package/lib/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +0 -16
  5031. package/lib/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +0 -7
  5032. package/lib/rtf/import/destination/numbering-list/list-table-destination.d.ts +0 -28
  5033. package/lib/rtf/import/destination/page-background-destination.d.ts +0 -9
  5034. package/lib/rtf/import/destination/picture/picture-destination.d.ts +0 -66
  5035. package/lib/rtf/import/destination/picture/picture-destination.js +0 -249
  5036. package/lib/rtf/import/destination/picture/picture-units-converter.d.ts +0 -15
  5037. package/lib/rtf/import/destination/properties/default-character-properties-destination.d.ts +0 -15
  5038. package/lib/rtf/import/destination/properties/default-character-properties-destination.js +0 -26
  5039. package/lib/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +0 -15
  5040. package/lib/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +0 -9
  5041. package/lib/rtf/import/destination/protection/password-hash-destination.d.ts +0 -9
  5042. package/lib/rtf/import/destination/protection/password-hash-destination.js +0 -24
  5043. package/lib/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +0 -12
  5044. package/lib/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +0 -10
  5045. package/lib/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +0 -10
  5046. package/lib/rtf/import/destination/shape/enums.d.ts +0 -21
  5047. package/lib/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +0 -7
  5048. package/lib/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +0 -12
  5049. package/lib/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +0 -7
  5050. package/lib/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +0 -16
  5051. package/lib/rtf/import/destination/shape/shape-destination-base.d.ts +0 -15
  5052. package/lib/rtf/import/destination/shape/shape-destination.d.ts +0 -12
  5053. package/lib/rtf/import/destination/shape/shape-instance-destination.d.ts +0 -9
  5054. package/lib/rtf/import/destination/shape/shape-properties-destination-base.d.ts +0 -50
  5055. package/lib/rtf/import/destination/shape/shape-properties-destination-base.js +0 -159
  5056. package/lib/rtf/import/destination/shape/shape-property-destination.d.ts +0 -19
  5057. package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +0 -21
  5058. package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.js +0 -44
  5059. package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +0 -11
  5060. package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.js +0 -24
  5061. package/lib/rtf/import/destination/shape/shape-property-name-destination.d.ts +0 -7
  5062. package/lib/rtf/import/destination/shape/shape-property-value-destination.d.ts +0 -13
  5063. package/lib/rtf/import/destination/shape/shape-text-destination.d.ts +0 -8
  5064. package/lib/rtf/import/destination/styles/character-style-destination.d.ts +0 -20
  5065. package/lib/rtf/import/destination/styles/character-style-destination.js +0 -51
  5066. package/lib/rtf/import/destination/styles/style-sheet-destination.d.ts +0 -28
  5067. package/lib/rtf/import/destination/styles/style-sheet-destination.js +0 -93
  5068. package/lib/rtf/import/destination/styles/table-style-destination.d.ts +0 -39
  5069. package/lib/rtf/import/destination/styles/table-style-destination.js +0 -154
  5070. package/lib/rtf/import/destination/sub-document/default-destination.d.ts +0 -205
  5071. package/lib/rtf/import/destination/sub-document/default-destination.js +0 -580
  5072. package/lib/rtf/import/destination/sub-document/destination-sub-document.d.ts +0 -420
  5073. package/lib/rtf/import/destination/sub-document/destination-sub-document.js +0 -1835
  5074. package/lib/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +0 -11
  5075. package/lib/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +0 -8
  5076. package/lib/rtf/import/destination/sub-document/section-page-header-destination.d.ts +0 -8
  5077. package/lib/rtf/import/destination/table/skip-nested-table-destination.d.ts +0 -10
  5078. package/lib/rtf/import/destination/user-table-destination.d.ts +0 -9
  5079. package/lib/rtf/import/destination/utils/destination-type.d.ts +0 -78
  5080. package/lib/rtf/import/destination/utils/enums.d.ts +0 -42
  5081. package/lib/rtf/import/dx-decoding/decoder-base.d.ts +0 -4
  5082. package/lib/rtf/import/dx-decoding/decoder-helper.d.ts +0 -5
  5083. package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +0 -6
  5084. package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.js +0 -43
  5085. package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +0 -6
  5086. package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.js +0 -36
  5087. package/lib/rtf/import/dx-decoding/russian-decoder.d.ts +0 -133
  5088. package/lib/rtf/import/dx-decoding/specified-symbols-949.d.ts +0 -2
  5089. package/lib/rtf/import/dx-decoding/specified-symbols-949.js +0 -272
  5090. package/lib/rtf/import/dx-decoding/specified-symbols.d.ts +0 -10
  5091. package/lib/rtf/import/dx-decoding/specified-symbols.js +0 -507
  5092. package/lib/rtf/import/encoding/character-decoder.d.ts +0 -6
  5093. package/lib/rtf/import/encoding/code-page-character-decoder.d.ts +0 -13
  5094. package/lib/rtf/import/encoding/code-pages.d.ts +0 -18
  5095. package/lib/rtf/import/encoding/dx-encoding.d.ts +0 -5
  5096. package/lib/rtf/import/encoding/dx-encoding.js +0 -26
  5097. package/lib/rtf/import/encoding/empty-character-decoder.d.ts +0 -8
  5098. package/lib/rtf/import/encoding/skip-character-decoder.d.ts +0 -8
  5099. package/lib/rtf/import/encoding/unicode-character-decoder.d.ts +0 -12
  5100. package/lib/rtf/import/importer-options.d.ts +0 -8
  5101. package/lib/rtf/import/importer-options.js +0 -9
  5102. package/lib/rtf/import/importers/bookmark-importer.d.ts +0 -14
  5103. package/lib/rtf/import/importers/bookmark-importer.js +0 -36
  5104. package/lib/rtf/import/importers/character-importer.d.ts +0 -32
  5105. package/lib/rtf/import/importers/character-importer.js +0 -132
  5106. package/lib/rtf/import/importers/comments-importer.d.ts +0 -11
  5107. package/lib/rtf/import/importers/field-importer.d.ts +0 -33
  5108. package/lib/rtf/import/importers/field-importer.js +0 -91
  5109. package/lib/rtf/import/importers/font-importer.d.ts +0 -17
  5110. package/lib/rtf/import/importers/font-importer.js +0 -36
  5111. package/lib/rtf/import/importers/image-importer.d.ts +0 -20
  5112. package/lib/rtf/import/importers/image-importer.js +0 -73
  5113. package/lib/rtf/import/importers/importer-base.d.ts +0 -16
  5114. package/lib/rtf/import/importers/importers-collection.d.ts +0 -36
  5115. package/lib/rtf/import/importers/numbering-lists-importer.d.ts +0 -27
  5116. package/lib/rtf/import/importers/paragraph-importer.d.ts +0 -26
  5117. package/lib/rtf/import/importers/paragraph-importer.js +0 -101
  5118. package/lib/rtf/import/importers/range-permission-importer.d.ts +0 -17
  5119. package/lib/rtf/import/importers/range-permission-importer.js +0 -33
  5120. package/lib/rtf/import/importers/section-importer.d.ts +0 -25
  5121. package/lib/rtf/import/importers/section-importer.js +0 -102
  5122. package/lib/rtf/import/importers/shape-importer.d.ts +0 -11
  5123. package/lib/rtf/import/importers/shape-importer.js +0 -42
  5124. package/lib/rtf/import/importers/styles/base-style-importer.d.ts +0 -27
  5125. package/lib/rtf/import/importers/styles/character-style-importer.d.ts +0 -10
  5126. package/lib/rtf/import/importers/styles/character-style-importer.js +0 -19
  5127. package/lib/rtf/import/importers/styles/paragraph-style-importer.d.ts +0 -12
  5128. package/lib/rtf/import/importers/styles/paragraph-style-importer.js +0 -26
  5129. package/lib/rtf/import/importers/styles/rtf-style-importer-state.d.ts +0 -6
  5130. package/lib/rtf/import/importers/styles/table-style-importer.d.ts +0 -10
  5131. package/lib/rtf/import/importers/styles/table-style-importer.js +0 -20
  5132. package/lib/rtf/import/importers/styles-importer.d.ts +0 -20
  5133. package/lib/rtf/import/importers/table-importer.d.ts +0 -13
  5134. package/lib/rtf/import/importers/table-importer.js +0 -30
  5135. package/lib/rtf/import/keyword-tables/character-properties.d.ts +0 -3
  5136. package/lib/rtf/import/keyword-tables/character-properties.js +0 -64
  5137. package/lib/rtf/import/keyword-tables/default-keywords.d.ts +0 -3
  5138. package/lib/rtf/import/keyword-tables/default-keywords.js +0 -23
  5139. package/lib/rtf/import/keyword-tables/document-properties.d.ts +0 -3
  5140. package/lib/rtf/import/keyword-tables/document-properties.js +0 -15
  5141. package/lib/rtf/import/keyword-tables/keyword-table-holder.d.ts +0 -9
  5142. package/lib/rtf/import/keyword-tables/keyword-table-holder.js +0 -295
  5143. package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +0 -3
  5144. package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +0 -44
  5145. package/lib/rtf/import/keyword-tables/paragraph-properties.d.ts +0 -3
  5146. package/lib/rtf/import/keyword-tables/paragraph-properties.js +0 -83
  5147. package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +0 -3
  5148. package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +0 -28
  5149. package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +0 -3
  5150. package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +0 -227
  5151. package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +0 -8
  5152. package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +0 -105
  5153. package/lib/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +0 -4
  5154. package/lib/rtf/import/keyword-tables/sub-document/table-keywords.js +0 -243
  5155. package/lib/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +0 -7
  5156. package/lib/rtf/import/model/bookmark/import-bookmark-info.d.ts +0 -9
  5157. package/lib/rtf/import/model/character/character-properties.d.ts +0 -23
  5158. package/lib/rtf/import/model/character/character-properties.js +0 -60
  5159. package/lib/rtf/import/model/character/enums.d.ts +0 -23
  5160. package/lib/rtf/import/model/character/font-info-collection.d.ts +0 -7
  5161. package/lib/rtf/import/model/character/rtf-font-info.d.ts +0 -18
  5162. package/lib/rtf/import/model/character/rtf-formatting-info.d.ts +0 -21
  5163. package/lib/rtf/import/model/color-collections.d.ts +0 -13
  5164. package/lib/rtf/import/model/color-collections.js +0 -13
  5165. package/lib/rtf/import/model/comment/import-comment-info.d.ts +0 -3
  5166. package/lib/rtf/import/model/enums.d.ts +0 -16
  5167. package/lib/rtf/import/model/fields/rtf-field-info.d.ts +0 -20
  5168. package/lib/rtf/import/model/image/picture-destination-info.d.ts +0 -27
  5169. package/lib/rtf/import/model/image/rtf-image-info.d.ts +0 -16
  5170. package/lib/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +0 -25
  5171. package/lib/rtf/import/model/numbering-lists/rtf-list-converter.js +0 -138
  5172. package/lib/rtf/import/model/numbering-lists/rtf-list-level.d.ts +0 -16
  5173. package/lib/rtf/import/model/numbering-lists/rtf-list-level.js +0 -42
  5174. package/lib/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +0 -9
  5175. package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +0 -6
  5176. package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +0 -7
  5177. package/lib/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +0 -15
  5178. package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +0 -7
  5179. package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +0 -15
  5180. package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +0 -20
  5181. package/lib/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +0 -48
  5182. package/lib/rtf/import/model/paragraph/paragraph-properties.d.ts +0 -38
  5183. package/lib/rtf/import/model/paragraph/paragraph-properties.js +0 -98
  5184. package/lib/rtf/import/model/range-permission/import-range-permission-info.d.ts +0 -15
  5185. package/lib/rtf/import/model/range-permission/import-range-permission-info.js +0 -20
  5186. package/lib/rtf/import/model/rtf-document-properties.d.ts +0 -15
  5187. package/lib/rtf/import/model/rtf-revision-authors.d.ts +0 -6
  5188. package/lib/rtf/import/model/section/general-section-info.d.ts +0 -17
  5189. package/lib/rtf/import/model/section/line-numbering-info.d.ts +0 -9
  5190. package/lib/rtf/import/model/section/margins-info.d.ts +0 -12
  5191. package/lib/rtf/import/model/section/page-numbering-info.d.ts +0 -10
  5192. package/lib/rtf/import/model/section/page-numbering-info.js +0 -16
  5193. package/lib/rtf/import/model/section/rtf-section-properties.d.ts +0 -25
  5194. package/lib/rtf/import/model/section/rtf-section-properties.js +0 -49
  5195. package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +0 -20
  5196. package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +0 -46
  5197. package/lib/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +0 -13
  5198. package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +0 -4
  5199. package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +0 -6
  5200. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +0 -35
  5201. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +0 -145
  5202. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +0 -9
  5203. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +0 -14
  5204. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +0 -10
  5205. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +0 -25
  5206. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +0 -20
  5207. package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +0 -64
  5208. package/lib/rtf/import/model/shape/shape-properties-info.d.ts +0 -10
  5209. package/lib/rtf/import/model/shape/shape-type-code.d.ts +0 -206
  5210. package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +0 -20
  5211. package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.js +0 -31
  5212. package/lib/rtf/import/model/table/properties/rtf-table-properties.d.ts +0 -20
  5213. package/lib/rtf/import/model/table/properties/rtf-table-properties.js +0 -50
  5214. package/lib/rtf/import/model/table/properties/table-floating-position-info.d.ts +0 -15
  5215. package/lib/rtf/import/model/table/properties/table-row-properties.d.ts +0 -26
  5216. package/lib/rtf/import/model/table/properties/table-row-properties.js +0 -39
  5217. package/lib/rtf/import/model/table/rtf-table-cell.d.ts +0 -20
  5218. package/lib/rtf/import/model/table/rtf-table-cell.js +0 -30
  5219. package/lib/rtf/import/model/table/rtf-table-row.d.ts +0 -17
  5220. package/lib/rtf/import/model/table/rtf-table-row.js +0 -21
  5221. package/lib/rtf/import/model/table/rtf-table.d.ts +0 -17
  5222. package/lib/rtf/import/model/table/rtf-table.js +0 -29
  5223. package/lib/rtf/import/properties-normalization/tmp.d.ts +0 -1
  5224. package/lib/rtf/import/rtf-import-data.d.ts +0 -100
  5225. package/lib/rtf/import/rtf-import-data.js +0 -352
  5226. package/lib/rtf/import/rtf-importer.d.ts +0 -17
  5227. package/lib/rtf/import/rtf-importer.js +0 -56
  5228. package/lib/rtf/import/table/rtf-table-cell-controller.d.ts +0 -17
  5229. package/lib/rtf/import/table/rtf-table-columns-calculator.d.ts +0 -9
  5230. package/lib/rtf/import/table/rtf-table-controller.d.ts +0 -18
  5231. package/lib/rtf/import/table/rtf-table-row-controller.d.ts +0 -22
  5232. package/lib/rtf/import/table/rtf-table-state.d.ts +0 -13
  5233. package/lib/rtf/import/table/states/manager-state.d.ts +0 -20
  5234. package/lib/rtf/import/table/states/no-table-state.d.ts +0 -15
  5235. package/lib/rtf/import/table/states/state-base.d.ts +0 -20
  5236. package/lib/rtf/import/table/table-converter.d.ts +0 -44
  5237. package/lib/rtf/import/table/table-converter.js +0 -250
  5238. package/lib/rtf/import/table/table-grid.d.ts +0 -8
  5239. package/lib/rtf/import/table/table-reader.d.ts +0 -45
  5240. package/lib/rtf/translation-table/rtf-content-exporter.d.ts +0 -5
  5241. package/lib/rtf/translation-table/rtf-content-exporter.js +0 -15
  5242. package/lib/rtf/translation-table/rtf-drawing-keywords.d.ts +0 -190
  5243. package/lib/rtf/translation-table/rtf-drawing-keywords.js +0 -264
  5244. package/lib/rtf/translation-table/rtf-export-sr.d.ts +0 -691
  5245. package/lib/rtf/translation-table/rtf-export-sr.js +0 -777
  5246. package/lib/rtf/utils/character-properties-export-helper.d.ts +0 -6
  5247. package/lib/rtf/utils/character-properties-export-helper.js +0 -11
  5248. package/lib/rtf/utils/list-level-display-text-helper.d.ts +0 -5
  5249. package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +0 -16
  5250. package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.js +0 -52
  5251. package/lib/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +0 -19
  5252. package/lib/rtf/utils/mergers/rtf-table-properties-merger.d.ts +0 -15
  5253. package/lib/rtf/utils/mergers/rtf-table-properties-merger.js +0 -55
  5254. package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +0 -16
  5255. package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.js +0 -32
  5256. package/lib/rtf/utils/numbering-formats.d.ts +0 -3
  5257. package/lib/rtf/utils/numbering-formats.js +0 -72
  5258. package/lib/rtf/utils/rtf-art-border-converter.d.ts +0 -9
  5259. package/lib/rtf/utils/rtf-art-border-converter.js +0 -188
  5260. package/lib/rtf/utils/rtf-math-utils.d.ts +0 -6
  5261. package/lib/rtf/utils/shape-utils.d.ts +0 -5
  5262. package/lib/rtf/utils/unicode-char-helper.d.ts +0 -37
  5263. package/lib/rtf/utils/unicode-char-helper.js +0 -90
  5264. package/lib/txt/txt-exporter.d.ts +0 -13
  5265. package/lib/txt/txt-importer.d.ts +0 -13
  5266. package/lib/txt/txt-importer.js +0 -83
  5267. /package/lib/{base-api → client/api}/history.js +0 -0
  5268. /package/lib/{base-api → client/api}/loading-panel.js +0 -0
  5269. /package/lib/{document-processor → client/document-processor}/docvar-args.js +0 -0
  5270. /package/lib/{document-processor/public/all.js → client/document-processor/public/all.d.ts} +0 -0
  5271. /package/lib/{docx → client/formats/docx}/export/data.js +0 -0
  5272. /package/lib/{docx → client/formats/docx}/export/exporter.js +0 -0
  5273. /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/character-style.js +0 -0
  5274. /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/numbering-style.js +0 -0
  5275. /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/paragraph-style.js +0 -0
  5276. /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/style-base.js +0 -0
  5277. /package/lib/{docx → client/formats/docx}/export/exporters/base.js +0 -0
  5278. /package/lib/{docx → client/formats/docx}/export/exporters/content-types.js +0 -0
  5279. /package/lib/{docx → client/formats/docx}/export/exporters/core-properties.js +0 -0
  5280. /package/lib/{docx → client/formats/docx}/export/exporters/relations/base.js +0 -0
  5281. /package/lib/{docx → client/formats/docx}/export/exporters/relations/core-relations.js +0 -0
  5282. /package/lib/{docx → client/formats/docx}/export/exporters/relations/document-relations.js +0 -0
  5283. /package/lib/{docx → client/formats/docx}/export/exporters/relations/relation-collection.js +0 -0
  5284. /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/header-footer-sub-document-exporter.js +0 -0
  5285. /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/text-box-content-exporter.js +0 -0
  5286. /package/lib/{docx → client/formats/docx}/export/utils/id-generator.js +0 -0
  5287. /package/lib/{docx → client/formats/docx}/export/utils/writer-helper.js +0 -0
  5288. /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-element-destination.js +0 -0
  5289. /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-end-element-destination.js +0 -0
  5290. /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-start-element-destination.js +0 -0
  5291. /package/lib/{docx → client/formats/docx}/import/destination/borders/table-border-element-destination.js +0 -0
  5292. /package/lib/{docx → client/formats/docx}/import/destination/character-properties/character-formatting-leaf-element-destination.js +0 -0
  5293. /package/lib/{docx → client/formats/docx}/import/destination/character-properties/run-style-reference-destination.js +0 -0
  5294. /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-element-destination.js +0 -0
  5295. /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-end-element-destination.js +0 -0
  5296. /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-start-element-destination.js +0 -0
  5297. /package/lib/{docx → client/formats/docx}/import/destination/document/alt-chunk-properties-destination.js +0 -0
  5298. /package/lib/{docx → client/formats/docx}/import/destination/document/background-destination.js +0 -0
  5299. /package/lib/{docx → client/formats/docx}/import/destination/document/body-destination-base.js +0 -0
  5300. /package/lib/{docx → client/formats/docx}/import/destination/document/document-version-destination.js +0 -0
  5301. /package/lib/{core/layout-formatter/box/generator/multi-dimension-iterator.js → client/formats/docx/import/destination/field/field-data-destination.d.ts} +0 -0
  5302. /package/lib/{docx → client/formats/docx}/import/destination/field/field-data-destination.js +0 -0
  5303. /package/lib/{docx → client/formats/docx}/import/destination/field/field-destination-base.js +0 -0
  5304. /package/lib/{core/layout-formatter/table/layout-row-index-helper.js → client/formats/docx/import/destination/field/form-field-destination.d.ts} +0 -0
  5305. /package/lib/{docx → client/formats/docx}/import/destination/field/form-field-destination.js +0 -0
  5306. /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.js +0 -0
  5307. /package/lib/{docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts} +0 -0
  5308. /package/lib/{rtf/import/properties-normalization/tmp.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js} +0 -0
  5309. /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.js +0 -0
  5310. /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.js +0 -0
  5311. /package/lib/{docx → client/formats/docx}/import/destination/property-destination.js +0 -0
  5312. /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-end-element-destination.js +0 -0
  5313. /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-start-element-destination.js +0 -0
  5314. /package/lib/{docx → client/formats/docx}/import/destination/relationships/relation-destination.js +0 -0
  5315. /package/lib/{docx → client/formats/docx}/import/destination/runs/custom-run-destination.js +0 -0
  5316. /package/lib/{docx → client/formats/docx}/import/destination/runs/data-container-run-destination.js +0 -0
  5317. /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-run-content-destination.js +0 -0
  5318. /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-text-destination.js +0 -0
  5319. /package/lib/{docx → client/formats/docx}/import/destination/runs/inline-picture-destination.js +0 -0
  5320. /package/lib/{docx → client/formats/docx}/import/destination/runs/inserted-run-content-destination.js +0 -0
  5321. /package/lib/{docx → client/formats/docx}/import/destination/runs/revision-destination-base.js +0 -0
  5322. /package/lib/{docx → client/formats/docx}/import/destination/section/inner-section-destination.js +0 -0
  5323. /package/lib/{docx → client/formats/docx}/import/destination/section/last-section-destination.js +0 -0
  5324. /package/lib/{docx → client/formats/docx}/import/destination/section/section-different-first-page-destination.js +0 -0
  5325. /package/lib/{docx → client/formats/docx}/import/destination/section/section-margins-destination.js +0 -0
  5326. /package/lib/{docx → client/formats/docx}/import/destination/section/section-page-numbering-destination.js +0 -0
  5327. /package/lib/{docx → client/formats/docx}/import/destination/settings/default-tab-stop-destination.js +0 -0
  5328. /package/lib/{docx → client/formats/docx}/import/destination/settings/different-odd-and-even-pages-destination.js +0 -0
  5329. /package/lib/{docx → client/formats/docx}/import/destination/settings/mirror-margins-destination.js +0 -0
  5330. /package/lib/{docx → client/formats/docx}/import/destination/structured-document-content-destination.js +0 -0
  5331. /package/lib/{docx → client/formats/docx}/import/destination/structured-document-destination.js +0 -0
  5332. /package/lib/{docx → client/formats/docx}/import/destination/style/base/linked-style-id-destination.js +0 -0
  5333. /package/lib/{docx → client/formats/docx}/import/destination/style/base/next-style-destination.js +0 -0
  5334. /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-hidden-destination.js +0 -0
  5335. /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-name-destination.js +0 -0
  5336. /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-parent-id-destination.js +0 -0
  5337. /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-qformat-destination.js +0 -0
  5338. /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-semi-hidden-destination.js +0 -0
  5339. /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-run-properties-destination.js +0 -0
  5340. /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-cell-properties-destination.js +0 -0
  5341. /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-properties-destination.js +0 -0
  5342. /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-row-properties-destination.js +0 -0
  5343. /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-base-destination.js +0 -0
  5344. /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-destination.js +0 -0
  5345. /package/lib/{docx → client/formats/docx}/import/destination/style/run-style-reference-base-destination.js +0 -0
  5346. /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-column-span-destination.js +0 -0
  5347. /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.js +0 -0
  5348. /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-element-base-destination.js +0 -0
  5349. /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.js +0 -0
  5350. /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-style-destination.js +0 -0
  5351. /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-conditional-formatting-destination.js +0 -0
  5352. /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-after-destination.js +0 -0
  5353. /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-before-destination.js +0 -0
  5354. /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-properties-leaf-element-destination.js +0 -0
  5355. /package/lib/{docx → client/formats/docx}/import/destination/table/table/grid-column-destination.js +0 -0
  5356. /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-look-destination.js +0 -0
  5357. /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-overlap-destination.js +0 -0
  5358. /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-base-destination.js +0 -0
  5359. /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-leaf-element-destination.js +0 -0
  5360. /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-right-to-left-destination.js +0 -0
  5361. /package/lib/{docx → client/formats/docx}/import/destination/table/table-style-destination.js +0 -0
  5362. /package/lib/{docx → client/formats/docx}/import/destination/tabs/tabs-leaf-element-destination.js +0 -0
  5363. /package/lib/{docx → client/formats/docx}/import/destination/themes/color/drawing-color-destination.js +0 -0
  5364. /package/lib/{docx → client/formats/docx}/import/destination/themes/color/preset-color-destination.js +0 -0
  5365. /package/lib/{docx → client/formats/docx}/import/destination/themes/color/props/color-transform-destination-base.js +0 -0
  5366. /package/lib/{docx → client/formats/docx}/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.js +0 -0
  5367. /package/lib/{docx → client/formats/docx}/import/importers/alt-chunk-importer.js +0 -0
  5368. /package/lib/{docx → client/formats/docx}/import/importers/comments-importer.js +0 -0
  5369. /package/lib/{docx → client/formats/docx}/import/importers/core-properties-importer.js +0 -0
  5370. /package/lib/{docx → client/formats/docx}/import/importers/custom-properties-importer.js +0 -0
  5371. /package/lib/{docx → client/formats/docx}/import/importers/end-notes-importer.js +0 -0
  5372. /package/lib/{docx → client/formats/docx}/import/importers/foot-notes-importer.js +0 -0
  5373. /package/lib/{docx → client/formats/docx}/import/importers/header-footer-importer.js +0 -0
  5374. /package/lib/{docx → client/formats/docx}/import/importers/numbering-list-importer.js +0 -0
  5375. /package/lib/{docx → client/formats/docx}/import/importers/position-importer.js +0 -0
  5376. /package/lib/{docx → client/formats/docx}/import/importers/settings-importer.js +0 -0
  5377. /package/lib/{docx → client/formats/docx}/import/importers/themes-importer.js +0 -0
  5378. /package/lib/{docx → client/formats/docx}/import/importers/web-settings-importer.js +0 -0
  5379. /package/lib/{docx → client/formats/docx}/import/list/open-xml-abstract-numbering-info.js +0 -0
  5380. /package/lib/{docx → client/formats/docx}/import/list/open-xml-numbering-list-info.js +0 -0
  5381. /package/lib/{docx → client/formats/docx}/import/model/alt-chunk-info.js +0 -0
  5382. /package/lib/{docx → client/formats/docx}/import/model/comment-list-info.js +0 -0
  5383. /package/lib/{docx → client/formats/docx}/import/model/import-field-info.js +0 -0
  5384. /package/lib/{docx → client/formats/docx}/import/model/open-xml-style-conditional-table-formatting-info.js +0 -0
  5385. /package/lib/{docx → client/formats/docx}/translation-table/ml-table-data.js +0 -0
  5386. /package/lib/{docx → client/formats/docx}/translation-table/translation-tables-data.js +0 -0
  5387. /package/lib/{docx → client/formats/docx}/translation-table/word-processing-mlvalue.js +0 -0
  5388. /package/lib/{docx → client/formats/docx}/utils/lock-aspect-ratio-table.js +0 -0
  5389. /package/lib/{docx → client/formats/docx}/utils/open-xml-relation.js +0 -0
  5390. /package/lib/{docx → client/formats/docx}/utils/path-helper.js +0 -0
  5391. /package/lib/{docx → client/formats/docx}/utils/progress-indication.js +0 -0
  5392. /package/lib/{docx → client/formats/docx}/utils/string-extensions.js +0 -0
  5393. /package/lib/{docx → client/formats/docx}/utils/string-value-parser.js +0 -0
  5394. /package/lib/{docx → client/formats/docx}/utils/units-converter.js +0 -0
  5395. /package/lib/{docx → client/formats/docx}/utils/value-info.js +0 -0
  5396. /package/lib/{docx → client/formats/docx}/utils/xml-chars-decoder.js +0 -0
  5397. /package/lib/{docx → client/formats/docx}/zip/xml-reader.js +0 -0
  5398. /package/lib/{docx → client/formats/docx}/zip/zip-builder.js +0 -0
  5399. /package/lib/{docx → client/formats/docx}/zip/zip-reader.js +0 -0
  5400. /package/lib/{model-api → client/model-api}/anchor-info.js +0 -0
  5401. /package/lib/{api-utils → client/model-api}/api-utils/parameter-checker.js +0 -0
  5402. /package/lib/{model-api → client/model-api}/api-utils/range-permission-finder.js +0 -0
  5403. /package/lib/{model-api → client/model-api}/collections/collection.js +0 -0
  5404. /package/lib/{model-api → client/model-api}/collections/fonts-collection.js +0 -0
  5405. /package/lib/{model-api → client/model-api}/collections/section-collection.js +0 -0
  5406. /package/lib/{model-api → client/model-api}/fonts/control-font-face-descriptors.js +0 -0
  5407. /package/lib/{model-api → client/model-api}/fonts/model-font.js +0 -0
  5408. /package/lib/{model-api → client/model-api}/formats/enum.js +0 -0
  5409. /package/lib/{model-api → client/model-api}/images/image-enums.js +0 -0
  5410. /package/lib/{model-api → client/model-api}/images/image-interfaces.js +0 -0
  5411. /package/lib/{model-api → client/model-api}/images/inline-image.js +0 -0
  5412. /package/lib/{model-api → client/model-api}/interval.js +0 -0
  5413. /package/lib/{model-api → client/model-api}/lists/list-level-settings.js +0 -0
  5414. /package/lib/{model-api → client/model-api}/rectangle.js +0 -0
  5415. /package/lib/{model-api → client/model-api}/size.js +0 -0
  5416. /package/lib/{base-utils/direction-adaptor/i-direction-adaptor.js → client/model-api/table/types.js} +0 -0
  5417. /package/lib/{model-api → client/model-api}/unit-converter.js +0 -0
  5418. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-localized-ribbon-item-options.js +0 -0
  5419. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-item-options.js +0 -0
  5420. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-text-content-options.js +0 -0
  5421. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-toolbar-item-options.js +0 -0
  5422. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/ribbon.js +0 -0
  5423. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/index.js +0 -0
  5424. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-group-item.js +0 -0
  5425. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-item.js +0 -0
  5426. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-color-box-item.js +0 -0
  5427. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-interactive-item.js +0 -0
  5428. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-base.js +0 -0
  5429. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/base-types.js +0 -0
  5430. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.js +0 -0
  5431. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/index.js +0 -0
  5432. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.js +0 -0
  5433. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.js +0 -0
  5434. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-menu-item.js +0 -0
  5435. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-number-box-item.js +0 -0
  5436. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-select-box-item.js +0 -0
  5437. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-separator-item.js +0 -0
  5438. /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-sub-menu-item.js +0 -0
  5439. /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/devextreme-types.js +0 -0
  5440. /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-theme-css-classes.js +0 -0
  5441. /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-utils.js +0 -0
  5442. /package/lib/{base → common}/auto-correct/auto-correct-service.js +0 -0
  5443. /package/lib/{base → common}/bars/interfaces.js +0 -0
  5444. /package/lib/{base → common}/canvas/canvas-scroll-info.js +0 -0
  5445. /package/lib/{core → common}/canvas/i-control-height-provider.js +0 -0
  5446. /package/lib/{base → common}/canvas/listeners/frame-base-listener.js +0 -0
  5447. /package/lib/{base → common}/canvas/listeners/resize-box-listener.js +0 -0
  5448. /package/lib/{core → common}/canvas/picture-renderer.js +0 -0
  5449. /package/lib/{core → common}/canvas/renderer-class-names.js +0 -0
  5450. /package/lib/{base → common}/canvas/renderes/change-active-sub-document/base-renderer.js +0 -0
  5451. /package/lib/{base → common}/canvas/renderes/change-active-sub-document/renderer.js +0 -0
  5452. /package/lib/{base → common}/canvas/renderes/common/print-layout-renderer.js +0 -0
  5453. /package/lib/{base → common}/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.js +0 -0
  5454. /package/lib/{core → common}/canvas/renderes/z-index-helper.js +0 -0
  5455. /package/lib/{base → common}/canvas/utils.js +0 -0
  5456. /package/lib/{base → common}/client-side-events.js +0 -0
  5457. /package/lib/{base → common}/commands/client-command.js +0 -0
  5458. /package/lib/{base → common}/commands/command-manager.js +0 -0
  5459. /package/lib/{base → common}/commands/command-states.js +0 -0
  5460. /package/lib/{base → common}/commands/dialogs/dialog-alert-message-command.js +0 -0
  5461. /package/lib/{base → common}/commands/dialogs/dialog-insert-table-command.js +0 -0
  5462. /package/lib/{base → common}/commands/dialogs/dialog-split-table-cells-command.js +0 -0
  5463. /package/lib/{base → common}/commands/dialogs/show-dialog-command-base.js +0 -0
  5464. /package/lib/{base → common}/commands/dialogs/show-quick-search-panel-command.js +0 -0
  5465. /package/lib/{base → common}/commands/fields/remove-hyperlink-command.js +0 -0
  5466. /package/lib/{base → common}/commands/find-replace/hide-find-results-command.js +0 -0
  5467. /package/lib/{base → common}/commands/floating-objects/context-item-floating-objects.js +0 -0
  5468. /package/lib/{base → common}/commands/header-footer/close-header-footer-command.js +0 -0
  5469. /package/lib/{base → common}/commands/header-footer/context-item-headers-footers.js +0 -0
  5470. /package/lib/{base → common}/commands/header-footer/go-to-header-footer-command.js +0 -0
  5471. /package/lib/{base → common}/commands/header-footer/go-to-prev-next-header-footer-command.js +0 -0
  5472. /package/lib/{base → common}/commands/i-command.js +0 -0
  5473. /package/lib/{base → common}/commands/layout/toggle-show-hidden-symbols-command.js +0 -0
  5474. /package/lib/{base → common}/commands/numbering/remove-numeration-from-paragraphs-command.js +0 -0
  5475. /package/lib/{base → common}/commands/ruler/toggle-show-horizontal-ruler-command.js +0 -0
  5476. /package/lib/{base → common}/commands/section-properties/change-section-properties-command-base.js +0 -0
  5477. /package/lib/{base → common}/commands/selection/go-to-document-end-command.js +0 -0
  5478. /package/lib/{base → common}/commands/selection/go-to-document-start-command.js +0 -0
  5479. /package/lib/{base → common}/commands/selection/select-all-document-command.js +0 -0
  5480. /package/lib/{base → common}/commands/selection/select-paragraph-command.js +0 -0
  5481. /package/lib/{base → common}/commands/selection/selection-command-base.js +0 -0
  5482. /package/lib/{base → common}/commands/shortcut-manager.js +0 -0
  5483. /package/lib/{base → common}/commands/shortcuts/assign-shortcut-command.js +0 -0
  5484. /package/lib/{base → common}/commands/spelling/ignore-spelling-error-command.js +0 -0
  5485. /package/lib/{base → common}/commands/spelling/spelling-command-base.js +0 -0
  5486. /package/lib/{base → common}/commands/tables/context-item-tables.js +0 -0
  5487. /package/lib/{base → common}/commands/tables/row-command-base.js +0 -0
  5488. /package/lib/{base → common}/commands/tables/table-command-base.js +0 -0
  5489. /package/lib/{core → common}/document-format.js +0 -0
  5490. /package/lib/{base → common}/focus-manager.js +0 -0
  5491. /package/lib/{core → common}/formats/document-importer-errors.js +0 -0
  5492. /package/lib/{core → common}/formats/file-name-helper.js +0 -0
  5493. /package/lib/{html → common/formats/html}/import/importers/b.js +0 -0
  5494. /package/lib/{html → common/formats/html}/import/importers/base.js +0 -0
  5495. /package/lib/{html → common/formats/html}/import/importers/center.js +0 -0
  5496. /package/lib/{html → common/formats/html}/import/importers/cite.js +0 -0
  5497. /package/lib/{html → common/formats/html}/import/importers/div.js +0 -0
  5498. /package/lib/{html → common/formats/html}/import/importers/em.js +0 -0
  5499. /package/lib/{html → common/formats/html}/import/importers/font.js +0 -0
  5500. /package/lib/{html → common/formats/html}/import/importers/i.js +0 -0
  5501. /package/lib/{html → common/formats/html}/import/importers/li.js +0 -0
  5502. /package/lib/{html → common/formats/html}/import/importers/ol.js +0 -0
  5503. /package/lib/{html → common/formats/html}/import/importers/p.js +0 -0
  5504. /package/lib/{html → common/formats/html}/import/importers/pre.js +0 -0
  5505. /package/lib/{html → common/formats/html}/import/importers/tbody.js +0 -0
  5506. /package/lib/{html → common/formats/html}/import/importers/tt.js +0 -0
  5507. /package/lib/{html → common/formats/html}/import/importers/ul.js +0 -0
  5508. /package/lib/{html → common/formats/html}/import/load-font-info.js +0 -0
  5509. /package/lib/{html → common/formats/html}/import/utils/font-utils.js +0 -0
  5510. /package/lib/{core → common}/formats/i-document-exporter.js +0 -0
  5511. /package/lib/{core → common}/formats/i-document-importer.js +0 -0
  5512. /package/lib/{core → common}/formats/model-restorer/section-restorer.js +0 -0
  5513. /package/lib/{core → common}/formats/model-restorer/table-restorer.js +0 -0
  5514. /package/lib/{core → common}/formats/options.js +0 -0
  5515. /package/lib/{pdf → common/formats/pdf}/api/pdf.js +0 -0
  5516. /package/lib/{pdf → common/formats/pdf}/export-options.js +0 -0
  5517. /package/lib/{core/model/drawing → common/formats/pdf}/interfaces.js +0 -0
  5518. /package/lib/{pdf → common/formats/pdf}/row-exporter.js +0 -0
  5519. /package/lib/{rtf → common/formats/rtf}/export/characters.js +0 -0
  5520. /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-floating-object-picture-export-strategy.js +0 -0
  5521. /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-inline-picture-export-strategy.js +0 -0
  5522. /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-jpeg-picture-exporter.js +0 -0
  5523. /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-picture-export-strategy.js +0 -0
  5524. /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-png-picture-exporter.js +0 -0
  5525. /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-picture-run-exporter.js +0 -0
  5526. /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-text-box-run-exporter.js +0 -0
  5527. /package/lib/{rtf → common/formats/rtf}/export/exporters/table/rtf-table-exporter.js +0 -0
  5528. /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-nested-table-exporter-state.js +0 -0
  5529. /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-table-exporter-state.js +0 -0
  5530. /package/lib/{rtf → common/formats/rtf}/export/piece-table-numbering-list-counters-manager.js +0 -0
  5531. /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-content-destination.js +0 -0
  5532. /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-stream-destination.js +0 -0
  5533. /package/lib/{rtf → common/formats/rtf}/import/destination/base/skip-destination.js +0 -0
  5534. /package/lib/{rtf → common/formats/rtf}/import/destination/base/string-value-destination.js +0 -0
  5535. /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-after-destination.js +0 -0
  5536. /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-before-destination.js +0 -0
  5537. /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-destination.js +0 -0
  5538. /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-string-value-destination.js +0 -0
  5539. /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-destination-base.js +0 -0
  5540. /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-end-destination.js +0 -0
  5541. /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-start-destination.js +0 -0
  5542. /package/lib/{rtf → common/formats/rtf}/import/destination/custom-properties-destination.js +0 -0
  5543. /package/lib/{rtf → common/formats/rtf}/import/destination/destination-revision-author-table.js +0 -0
  5544. /package/lib/{rtf → common/formats/rtf}/import/destination/document-variable-destination.js +0 -0
  5545. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/code-field-destination.js +0 -0
  5546. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/enums.js +0 -0
  5547. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-destination.js +0 -0
  5548. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-map-data-destination.js +0 -0
  5549. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-status-bar-text-destination.js +0 -0
  5550. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-sub-destination.js +0 -0
  5551. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-entry-macro-destination.js +0 -0
  5552. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-exit-macro-destination.js +0 -0
  5553. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-help-text-destination.js +0 -0
  5554. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-name-destination.js +0 -0
  5555. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/mail-merge-destination.js +0 -0
  5556. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/result-field-destination.js +0 -0
  5557. /package/lib/{rtf → common/formats/rtf}/import/destination/fields/table-content-field-destination.js +0 -0
  5558. /package/lib/{rtf → common/formats/rtf}/import/destination/font-table-destination.js +0 -0
  5559. /package/lib/{rtf → common/formats/rtf}/import/destination/info/info-destination.js +0 -0
  5560. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/destination-old-section-numbering-level.js +0 -0
  5561. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-numbers-destination.js +0 -0
  5562. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-text-destination.js +0 -0
  5563. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-name-destination.js +0 -0
  5564. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-level-destination.js +0 -0
  5565. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-table-destination.js +0 -0
  5566. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-style-name-destination.js +0 -0
  5567. /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-table-destination.js +0 -0
  5568. /package/lib/{rtf → common/formats/rtf}/import/destination/page-background-destination.js +0 -0
  5569. /package/lib/{rtf → common/formats/rtf}/import/destination/picture/picture-units-converter.js +0 -0
  5570. /package/lib/{rtf → common/formats/rtf}/import/destination/properties/default-paragraph-properties-destination.js +0 -0
  5571. /package/lib/{rtf → common/formats/rtf}/import/destination/protection/legacy-password-hash-destination.js +0 -0
  5572. /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-destination-base.js +0 -0
  5573. /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-end-destination.js +0 -0
  5574. /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-start-destination.js +0 -0
  5575. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/enums.js +0 -0
  5576. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-location-value-destination.js +0 -0
  5577. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-property-value-destination.js +0 -0
  5578. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-source-value-destination.js +0 -0
  5579. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/pic/shape-picture-destination.js +0 -0
  5580. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination-base.js +0 -0
  5581. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination.js +0 -0
  5582. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-instance-destination.js +0 -0
  5583. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-destination.js +0 -0
  5584. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-name-destination.js +0 -0
  5585. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-value-destination.js +0 -0
  5586. /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-text-destination.js +0 -0
  5587. /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-header-footer-destination-base.js +0 -0
  5588. /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-footer-destination.js +0 -0
  5589. /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-header-destination.js +0 -0
  5590. /package/lib/{rtf → common/formats/rtf}/import/destination/table/skip-nested-table-destination.js +0 -0
  5591. /package/lib/{rtf → common/formats/rtf}/import/destination/user-table-destination.js +0 -0
  5592. /package/lib/{rtf → common/formats/rtf}/import/destination/utils/destination-type.js +0 -0
  5593. /package/lib/{rtf → common/formats/rtf}/import/destination/utils/enums.js +0 -0
  5594. /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-base.js +0 -0
  5595. /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-helper.js +0 -0
  5596. /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/russian-decoder.js +0 -0
  5597. /package/lib/{rtf → common/formats/rtf}/import/encoding/character-decoder.js +0 -0
  5598. /package/lib/{rtf → common/formats/rtf}/import/encoding/code-page-character-decoder.js +0 -0
  5599. /package/lib/{rtf → common/formats/rtf}/import/encoding/code-pages.js +0 -0
  5600. /package/lib/{rtf → common/formats/rtf}/import/encoding/empty-character-decoder.js +0 -0
  5601. /package/lib/{rtf → common/formats/rtf}/import/encoding/skip-character-decoder.js +0 -0
  5602. /package/lib/{rtf → common/formats/rtf}/import/encoding/unicode-character-decoder.js +0 -0
  5603. /package/lib/{rtf → common/formats/rtf}/import/importers/comments-importer.js +0 -0
  5604. /package/lib/{rtf → common/formats/rtf}/import/importers/importer-base.js +0 -0
  5605. /package/lib/{rtf → common/formats/rtf}/import/importers/importers-collection.js +0 -0
  5606. /package/lib/{rtf → common/formats/rtf}/import/importers/numbering-lists-importer.js +0 -0
  5607. /package/lib/{rtf → common/formats/rtf}/import/importers/styles/base-style-importer.js +0 -0
  5608. /package/lib/{rtf → common/formats/rtf}/import/importers/styles/rtf-style-importer-state.js +0 -0
  5609. /package/lib/{rtf → common/formats/rtf}/import/importers/styles-importer.js +0 -0
  5610. /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info-core.js +0 -0
  5611. /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info.js +0 -0
  5612. /package/lib/{rtf → common/formats/rtf}/import/model/character/enums.js +0 -0
  5613. /package/lib/{rtf → common/formats/rtf}/import/model/character/font-info-collection.js +0 -0
  5614. /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-font-info.js +0 -0
  5615. /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-formatting-info.js +0 -0
  5616. /package/lib/{rtf → common/formats/rtf}/import/model/comment/import-comment-info.js +0 -0
  5617. /package/lib/{rtf → common/formats/rtf}/import/model/enums.js +0 -0
  5618. /package/lib/{rtf → common/formats/rtf}/import/model/fields/rtf-field-info.js +0 -0
  5619. /package/lib/{rtf → common/formats/rtf}/import/model/image/picture-destination-info.js +0 -0
  5620. /package/lib/{rtf → common/formats/rtf}/import/model/image/rtf-image-info.js +0 -0
  5621. /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-list-override-level.js +0 -0
  5622. /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-info.js +0 -0
  5623. /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-override.js +0 -0
  5624. /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list.js +0 -0
  5625. /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-old-list-level-info-collection.js +0 -0
  5626. /package/lib/{rtf → common/formats/rtf}/import/model/paragraph/paragraph-frame-formatting-info.js +0 -0
  5627. /package/lib/{rtf → common/formats/rtf}/import/model/rtf-document-properties.js +0 -0
  5628. /package/lib/{rtf → common/formats/rtf}/import/model/rtf-revision-authors.js +0 -0
  5629. /package/lib/{rtf → common/formats/rtf}/import/model/section/general-section-info.js +0 -0
  5630. /package/lib/{rtf → common/formats/rtf}/import/model/section/line-numbering-info.js +0 -0
  5631. /package/lib/{rtf → common/formats/rtf}/import/model/section/margins-info.js +0 -0
  5632. /package/lib/{rtf → common/formats/rtf}/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.js +0 -0
  5633. /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.js +0 -0
  5634. /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.js +0 -0
  5635. /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-properties-info.js +0 -0
  5636. /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-type-code.js +0 -0
  5637. /package/lib/{rtf → common/formats/rtf}/import/model/table/properties/table-floating-position-info.js +0 -0
  5638. /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-cell-controller.js +0 -0
  5639. /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-columns-calculator.js +0 -0
  5640. /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-controller.js +0 -0
  5641. /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-row-controller.js +0 -0
  5642. /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-state.js +0 -0
  5643. /package/lib/{rtf → common/formats/rtf}/import/table/states/manager-state.js +0 -0
  5644. /package/lib/{rtf → common/formats/rtf}/import/table/states/no-table-state.js +0 -0
  5645. /package/lib/{rtf → common/formats/rtf}/import/table/states/state-base.js +0 -0
  5646. /package/lib/{rtf → common/formats/rtf}/import/table/table-grid.js +0 -0
  5647. /package/lib/{rtf → common/formats/rtf}/import/table/table-reader.js +0 -0
  5648. /package/lib/{rtf → common/formats/rtf}/utils/list-level-display-text-helper.js +0 -0
  5649. /package/lib/{rtf → common/formats/rtf}/utils/mergers/rtf-table-properties-merger-base.js +0 -0
  5650. /package/lib/{rtf → common/formats/rtf}/utils/rtf-math-utils.js +0 -0
  5651. /package/lib/{rtf → common/formats/rtf}/utils/shape-utils.js +0 -0
  5652. /package/lib/{txt → common/formats/txt}/txt-exporter.js +0 -0
  5653. /package/lib/{core → common}/formats/utils/color/tint-and-shade-calculator.js +0 -0
  5654. /package/lib/{core → common}/formats/utils/cross-existing-iterator.js +0 -0
  5655. /package/lib/{core → common}/formats/utils/document-formats-helper.js +0 -0
  5656. /package/lib/{core → common}/formats/utils/enums.js +0 -0
  5657. /package/lib/{core → common}/formats/utils/images-import.js +0 -0
  5658. /package/lib/{core → common}/formats/utils/import-bookmark-info-core.js +0 -0
  5659. /package/lib/{core → common}/formats/utils/import-comment-info.js +0 -0
  5660. /package/lib/{core → common}/formats/utils/numbering-list-index-constants.js +0 -0
  5661. /package/lib/{core → common}/formats/utils/string-helper.js +0 -0
  5662. /package/lib/{base → common}/interfaces/i-control-owner.js +0 -0
  5663. /package/lib/{core → common}/interfaces/i-document-layout-changes-listener.js +0 -0
  5664. /package/lib/{base → common}/interfaces/i-event-manager.js +0 -0
  5665. /package/lib/{core → common}/interfaces/i-font-changes-listener.js +0 -0
  5666. /package/lib/{base → common}/interfaces/i-rich-edit-core.js +0 -0
  5667. /package/lib/{base → common}/interfaces/i-selection-layout-changes-listener.js +0 -0
  5668. /package/lib/{core → common}/interfaces/model-changes-listener.js +0 -0
  5669. /package/lib/{base → common}/internal-api.js +0 -0
  5670. /package/lib/{core → common}/layout/document-layout-details-level.js +0 -0
  5671. /package/lib/{core → common}/layout/document-layout.js +0 -0
  5672. /package/lib/{core → common}/layout/layout-point.js +0 -0
  5673. /package/lib/{core → common}/layout/layout-position.js +0 -0
  5674. /package/lib/{core → common}/layout/main-structures/layout-boxes/bookmark-box.js +0 -0
  5675. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-object-box.js +0 -0
  5676. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-picture-box.js +0 -0
  5677. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-text-box.js +0 -0
  5678. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-box.js +0 -0
  5679. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-column-break-box.js +0 -0
  5680. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dash-box.js +0 -0
  5681. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dependent-text-box.js +0 -0
  5682. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-end-box.js +0 -0
  5683. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-start-box.js +0 -0
  5684. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-result-end-box.js +0 -0
  5685. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-line-break-box.js +0 -0
  5686. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-non-breaking-space-box.js +0 -0
  5687. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-numbering-list-box.js +0 -0
  5688. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-page-break-box.js +0 -0
  5689. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-paragraph-mark-box.js +0 -0
  5690. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-picture-box.js +0 -0
  5691. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-section-mark-box.js +0 -0
  5692. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-space-box.js +0 -0
  5693. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-tab-space-box.js +0 -0
  5694. /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-text-box.js +0 -0
  5695. /package/lib/{core → common}/layout/main-structures/layout-column.js +0 -0
  5696. /package/lib/{core → common}/layout/main-structures/layout-page-area.js +0 -0
  5697. /package/lib/{core → common}/layout/main-structures/layout-page.js +0 -0
  5698. /package/lib/{core → common}/layout/main-structures/layout-row.js +0 -0
  5699. /package/lib/{core → common}/layout/selection/layout-selection-info.js +0 -0
  5700. /package/lib/{core → common}/layout/selection/layout-selection-items.js +0 -0
  5701. /package/lib/{core → common}/layout/selection/layout-selection-page-info.js +0 -0
  5702. /package/lib/{core → common}/layout/selection/layout-selection.js +0 -0
  5703. /package/lib/{core → common}/layout/table/layout-table-cell-info.js +0 -0
  5704. /package/lib/{core → common}/layout/table/layout-table-info.js +0 -0
  5705. /package/lib/{core → common}/layout/table/layout-table-row-info.js +0 -0
  5706. /package/lib/{core → common}/layout/table/table-cell-iterator.js +0 -0
  5707. /package/lib/{core → common}/layout-engine/layout-anchor-object-finder.js +0 -0
  5708. /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-base.js +0 -0
  5709. /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.js +0 -0
  5710. /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.js +0 -0
  5711. /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.js +0 -0
  5712. /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.js +0 -0
  5713. /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.js +0 -0
  5714. /package/lib/{core → common}/layout-engine/layout-position-creator.js +0 -0
  5715. /package/lib/{base → common}/layout-engine/visualizers/auto-scroll-visualizer.js +0 -0
  5716. /package/lib/{base → common}/layout-engine/visualizers/box-visualizer-manager.js +0 -0
  5717. /package/lib/{base → common}/layout-engine/visualizers/resize-table-visualizer.js +0 -0
  5718. /package/lib/{core → common}/layout-formatter/box/box-iterator.js +0 -0
  5719. /package/lib/{core → common}/layout-formatter/box/box-wrap.js +0 -0
  5720. /package/lib/{core → common}/layout-formatter/box/box-wraps-holder.js +0 -0
  5721. /package/lib/{core → common}/layout-formatter/box/generator/box-infos-generator.js +0 -0
  5722. /package/lib/{core → common}/layout-formatter/box/generator/one-dimension-itertors.js +0 -0
  5723. /package/lib/{core → common}/layout-formatter/box/generator/recursive-objects-iterators.js +0 -0
  5724. /package/lib/{core → common}/layout-formatter/changes/changes/column-change.js +0 -0
  5725. /package/lib/{core → common}/layout-formatter/changes/changes/layout-change-base.js +0 -0
  5726. /package/lib/{core → common}/layout-formatter/changes/changes/page-area-change.js +0 -0
  5727. /package/lib/{core → common}/layout-formatter/changes/changes/page-change.js +0 -0
  5728. /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-area-selection-change.js +0 -0
  5729. /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-page-selection-change.js +0 -0
  5730. /package/lib/{core → common}/layout-formatter/changes/engine/changes-manager.js +0 -0
  5731. /package/lib/{core → common}/layout-formatter/changes/engine/changes-merger.js +0 -0
  5732. /package/lib/{core → common}/layout-formatter/changes/engine/page-changes-collector.js +0 -0
  5733. /package/lib/{core → common}/layout-formatter/changes/engine/paragraph-frame-changes-collector.js +0 -0
  5734. /package/lib/{core → common}/layout-formatter/changes/engine/table-cells-comparer.js +0 -0
  5735. /package/lib/{core → common}/layout-formatter/floating/layout-row-bounds-manager.js +0 -0
  5736. /package/lib/{core → common}/layout-formatter/floating/page-anchored-object-holder.js +0 -0
  5737. /package/lib/{core → common}/layout-formatter/floating/position-calculators/base-calculator.js +0 -0
  5738. /package/lib/{core → common}/layout-formatter/floating/position-calculators/horizontal.js +0 -0
  5739. /package/lib/{core → common}/layout-formatter/floating/position-calculators/vertical.js +0 -0
  5740. /package/lib/{core → common}/layout-formatter/floating/render-level-calculator.js +0 -0
  5741. /package/lib/{core → common}/layout-formatter/formatter/base-formatter.js +0 -0
  5742. /package/lib/{core → common}/layout-formatter/formatter/enums.js +0 -0
  5743. /package/lib/{core → common}/layout-formatter/formatter/main-formatter.js +0 -0
  5744. /package/lib/{core → common}/layout-formatter/formatter/model-changes-listener.js +0 -0
  5745. /package/lib/{core → common}/layout-formatter/formatter/other-page-area-formatter.js +0 -0
  5746. /package/lib/{core → common}/layout-formatter/formatter/utils/bounds-calculator.js +0 -0
  5747. /package/lib/{core → common}/layout-formatter/formatter/utils/columns-calculator.js +0 -0
  5748. /package/lib/{core → common}/layout-formatter/formatter/utils/floating-restart-info-holder.js +0 -0
  5749. /package/lib/{core → common}/layout-formatter/formatter/utils/last-row-info.js +0 -0
  5750. /package/lib/{core → common}/layout-formatter/formatter/utils/layout-dependent-cache.js +0 -0
  5751. /package/lib/{core → common}/layout-formatter/formatter/utils/number-utils.js +0 -0
  5752. /package/lib/{core → common}/layout-formatter/formatter/utils/remove-redundant-helper.js +0 -0
  5753. /package/lib/{core → common}/layout-formatter/formatter/utils/restart-preparer.js +0 -0
  5754. /package/lib/{core → common}/layout-formatter/invalidator/header-footer-invalidator-helper.js +0 -0
  5755. /package/lib/{core → common}/layout-formatter/invalidator/layout-invalidator.js +0 -0
  5756. /package/lib/{core → common}/layout-formatter/invalidator/position-savers.js +0 -0
  5757. /package/lib/{core → common}/layout-formatter/invalidator/remove-content-helper.js +0 -0
  5758. /package/lib/{core → common}/layout-formatter/managers/restart-manager.js +0 -0
  5759. /package/lib/{core → common}/layout-formatter/row/formatter.js +0 -0
  5760. /package/lib/{core → common}/layout-formatter/row/result.js +0 -0
  5761. /package/lib/{core → common}/layout-formatter/row/size-engine/row-formatting-info.js +0 -0
  5762. /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-calculator.js +0 -0
  5763. /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-state.js +0 -0
  5764. /package/lib/{core → common}/layout-formatter/row/size-engine/row-sizes-manager.js +0 -0
  5765. /package/lib/{core → common}/layout-formatter/row/states.js +0 -0
  5766. /package/lib/{core → common}/layout-formatter/row/tab-info.js +0 -0
  5767. /package/lib/{core → common}/layout-formatter/row/utils/box-aligner.js +0 -0
  5768. /package/lib/{core → common}/layout-formatter/row/utils/line-spacing-calculator.js +0 -0
  5769. /package/lib/{core → common}/layout-formatter/row/utils/rectangle-utils.js +0 -0
  5770. /package/lib/{core → common}/layout-formatter/row/utils/row-spacing-before-applier.js +0 -0
  5771. /package/lib/{core → common}/layout-formatter/row/word-holder.js +0 -0
  5772. /package/lib/{core → common}/layout-formatter/table/background-info-creator.js +0 -0
  5773. /package/lib/{core → common}/layout-formatter/table/borders/border-helper.js +0 -0
  5774. /package/lib/{core → common}/layout-formatter/table/borders/border-merger.js +0 -0
  5775. /package/lib/{core → common}/layout-formatter/table/borders/borders-creator.js +0 -0
  5776. /package/lib/{core → common}/layout-formatter/table/borders/horizontal-line-borders-info.js +0 -0
  5777. /package/lib/{core → common}/layout-formatter/table/borders/layout-table-border.js +0 -0
  5778. /package/lib/{core → common}/layout-formatter/table/borders/layout-table-horizontal-border.js +0 -0
  5779. /package/lib/{core → common}/layout-formatter/table/formatter.js +0 -0
  5780. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-interval.js +0 -0
  5781. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.js +0 -0
  5782. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.js +0 -0
  5783. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.js +0 -0
  5784. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.js +0 -0
  5785. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.js +0 -0
  5786. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator.js +0 -0
  5787. /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/table-properties-cache.js +0 -0
  5788. /package/lib/{core → common}/layout-formatter/table/grid-engine/cell-grid-info-manager.js +0 -0
  5789. /package/lib/{core → common}/layout-formatter/table/grid-engine/columns.js +0 -0
  5790. /package/lib/{core → common}/layout-formatter/table/grid-engine/creator.js +0 -0
  5791. /package/lib/{core → common}/layout-formatter/table/grid-engine/grid.js +0 -0
  5792. /package/lib/{core → common}/layout-formatter/table/horizontal-cursor-borders-helper.js +0 -0
  5793. /package/lib/{core → common}/layout-formatter/table/info/cell-info.js +0 -0
  5794. /package/lib/{core → common}/layout-formatter/table/info/cell-order-helper.js +0 -0
  5795. /package/lib/{core → common}/layout-formatter/table/info/row-info.js +0 -0
  5796. /package/lib/{core → common}/layout-formatter/table/info/table-info.js +0 -0
  5797. /package/lib/{core → common}/layout-formatter/table/other.js +0 -0
  5798. /package/lib/{core → common}/layout-formatter/table/size-compressor.js +0 -0
  5799. /package/lib/{core → common}/layout-formatter/table/table-alignment-applier.js +0 -0
  5800. /package/lib/{core → common}/layout-formatter/table/utils/table-anchored-objects-holder.js +0 -0
  5801. /package/lib/{base → common}/loading-panel/manager.js +0 -0
  5802. /package/lib/{base → common}/loading-panel/panel.js +0 -0
  5803. /package/lib/{core → common}/measurer/measure-info.js +0 -0
  5804. /package/lib/{core → common}/measurer/measurer.js +0 -0
  5805. /package/lib/{core → common}/model/bookmarks.js +0 -0
  5806. /package/lib/{core → common}/model/borders/border-base.js +0 -0
  5807. /package/lib/{core → common}/model/borders/border-info.js +0 -0
  5808. /package/lib/{core → common}/model/borders/enums.js +0 -0
  5809. /package/lib/{core → common}/model/borders/layout-border.js +0 -0
  5810. /package/lib/{core → common}/model/caches/caches.js +0 -0
  5811. /package/lib/{core → common}/model/caches/control-fonts.js +0 -0
  5812. /package/lib/{core → common}/model/caches/hash-based-cache.js +0 -0
  5813. /package/lib/{core → common}/model/caches/hashed-caches/character-properties-cache.js +0 -0
  5814. /package/lib/{core → common}/model/caches/hashed-caches/color-model-info-cache.js +0 -0
  5815. /package/lib/{core → common}/model/caches/hashed-caches/drawing-color-model-info-cache.js +0 -0
  5816. /package/lib/{core → common}/model/caches/hashed-caches/font-info-cache.js +0 -0
  5817. /package/lib/{core → common}/model/caches/hashed-caches/list-level-properties-cache.js +0 -0
  5818. /package/lib/{core → common}/model/caches/hashed-caches/masked-character-properties-cache.js +0 -0
  5819. /package/lib/{core → common}/model/caches/hashed-caches/masked-paragraph-properties-cache.js +0 -0
  5820. /package/lib/{core → common}/model/caches/hashed-caches/paragraph-properties-cache.js +0 -0
  5821. /package/lib/{core → common}/model/caches/hashed-caches/scene3d-properties-info-cache.js +0 -0
  5822. /package/lib/{core → common}/model/caches/hashed-caches/scene3d-rotation-info-cache.js +0 -0
  5823. /package/lib/{core → common}/model/caches/hashed-caches/shading-info-cache.js +0 -0
  5824. /package/lib/{core → common}/model/caches/hashed-caches/table-cell-properties-cache.js +0 -0
  5825. /package/lib/{core → common}/model/caches/hashed-caches/table-properties-cache.js +0 -0
  5826. /package/lib/{core → common}/model/caches/hashed-caches/table-row-properties-cache.js +0 -0
  5827. /package/lib/{core → common}/model/changes/change-base.js +0 -0
  5828. /package/lib/{core → common}/model/changes/change.js +0 -0
  5829. /package/lib/{core → common}/model/changes/enums.js +0 -0
  5830. /package/lib/{core → common}/model/changes/model/create-style-link.js +0 -0
  5831. /package/lib/{core → common}/model/changes/model/default-tab-width.js +0 -0
  5832. /package/lib/{core → common}/model/changes/model/delete-style-link.js +0 -0
  5833. /package/lib/{core → common}/model/changes/model/different-odd-and-even-pages.js +0 -0
  5834. /package/lib/{core → common}/model/changes/model/document-protection-changed.js +0 -0
  5835. /package/lib/{core → common}/model/changes/model/header-created.js +0 -0
  5836. /package/lib/{core → common}/model/changes/model/header-footer-index-changed.js +0 -0
  5837. /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-added.js +0 -0
  5838. /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-deleted.js +0 -0
  5839. /package/lib/{core → common}/model/changes/model/list/i-override-list-level-changed.js +0 -0
  5840. /package/lib/{core → common}/model/changes/model/list/list-level-character-property-changed.js +0 -0
  5841. /package/lib/{core → common}/model/changes/model/list/list-level-paragraph-property-changed.js +0 -0
  5842. /package/lib/{core → common}/model/changes/model/list/list-level-property-changed.js +0 -0
  5843. /package/lib/{core → common}/model/changes/model/list/numbering-list-added.js +0 -0
  5844. /package/lib/{core → common}/model/changes/model/list/numbering-list-deleted.js +0 -0
  5845. /package/lib/{core → common}/model/changes/model/load-font.js +0 -0
  5846. /package/lib/{core → common}/model/changes/model/page-color.js +0 -0
  5847. /package/lib/{core → common}/model/changes/model/section-formatting-changed.js +0 -0
  5848. /package/lib/{core → common}/model/changes/model/section-merged.js +0 -0
  5849. /package/lib/{core → common}/model/changes/sub-document/anchor/anchor-info-property-changed.js +0 -0
  5850. /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-properties-changed.js +0 -0
  5851. /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-size-changed.js +0 -0
  5852. /package/lib/{core → common}/model/changes/sub-document/anchor/shape-changed.js +0 -0
  5853. /package/lib/{core → common}/model/changes/sub-document/anchor/shape-property-changed.js +0 -0
  5854. /package/lib/{core → common}/model/changes/sub-document/bookmark/created.js +0 -0
  5855. /package/lib/{core → common}/model/changes/sub-document/bookmark/deleted.js +0 -0
  5856. /package/lib/{core → common}/model/changes/sub-document/field/deleted.js +0 -0
  5857. /package/lib/{core → common}/model/changes/sub-document/field/fields-show-code-changed.js +0 -0
  5858. /package/lib/{core → common}/model/changes/sub-document/field/hyperlink-info-changed.js +0 -0
  5859. /package/lib/{core → common}/model/changes/sub-document/field/inserted.js +0 -0
  5860. /package/lib/{core → common}/model/changes/sub-document/list/paragraph-numbering-list-changed.js +0 -0
  5861. /package/lib/{core → common}/model/changes/sub-document/picture/anchored-picture-size-changed.js +0 -0
  5862. /package/lib/{core → common}/model/changes/sub-document/picture/anchored-pictureinserted.js +0 -0
  5863. /package/lib/{core → common}/model/changes/sub-document/picture/inline-object-run-property-changed.js +0 -0
  5864. /package/lib/{core → common}/model/changes/sub-document/picture/inline-picture-inserted.js +0 -0
  5865. /package/lib/{core → common}/model/changes/sub-document/picture/inline-pictures-updated.js +0 -0
  5866. /package/lib/{core → common}/model/changes/sub-document/picture/load-pictures-info.js +0 -0
  5867. /package/lib/{core → common}/model/changes/sub-document/properties/character-formatting-changed.js +0 -0
  5868. /package/lib/{core → common}/model/changes/sub-document/properties/character-properties-changed.js +0 -0
  5869. /package/lib/{core → common}/model/changes/sub-document/properties/merged-props-reset.js +0 -0
  5870. /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-formatting-changed.js +0 -0
  5871. /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-properties-changed.js +0 -0
  5872. /package/lib/{core → common}/model/changes/sub-document/range-permissions-changed.js +0 -0
  5873. /package/lib/{core → common}/model/changes/sub-document/style/character-style-applied.js +0 -0
  5874. /package/lib/{core → common}/model/changes/sub-document/style/paragraph-style-applied.js +0 -0
  5875. /package/lib/{core → common}/model/changes/sub-document/style/table-style-changed.js +0 -0
  5876. /package/lib/{core → common}/model/changes/sub-document/tab/deleted.js +0 -0
  5877. /package/lib/{core → common}/model/changes/sub-document/tab/inserted.js +0 -0
  5878. /package/lib/{core → common}/model/changes/sub-document/table/cell-inserted.js +0 -0
  5879. /package/lib/{core → common}/model/changes/sub-document/table/cell-merged-horizontally.js +0 -0
  5880. /package/lib/{core → common}/model/changes/sub-document/table/cell-property-changed.js +0 -0
  5881. /package/lib/{core → common}/model/changes/sub-document/table/cell-removed.js +0 -0
  5882. /package/lib/{core → common}/model/changes/sub-document/table/cell-splitted-horizontally.js +0 -0
  5883. /package/lib/{core → common}/model/changes/sub-document/table/created.js +0 -0
  5884. /package/lib/{core → common}/model/changes/sub-document/table/property-changed.js +0 -0
  5885. /package/lib/{core → common}/model/changes/sub-document/table/removed.js +0 -0
  5886. /package/lib/{core → common}/model/changes/sub-document/table/row-inserted.js +0 -0
  5887. /package/lib/{core → common}/model/changes/sub-document/table/row-property-changed.js +0 -0
  5888. /package/lib/{core → common}/model/changes/sub-document/table/row-removed.js +0 -0
  5889. /package/lib/{core → common}/model/changes/sub-document/table/start-position-shifted.js +0 -0
  5890. /package/lib/{core → common}/model/changes/sub-document/text/anchor-object-removed.js +0 -0
  5891. /package/lib/{core → common}/model/changes/sub-document/text/anchored-text-box-inserted.js +0 -0
  5892. /package/lib/{core → common}/model/changes/sub-document/text/interval-removed.js +0 -0
  5893. /package/lib/{core → common}/model/changes/sub-document/text/paragraph-inserted.js +0 -0
  5894. /package/lib/{core → common}/model/changes/sub-document/text/paragraph-merged.js +0 -0
  5895. /package/lib/{core → common}/model/changes/sub-document/text/section-inserted.js +0 -0
  5896. /package/lib/{core → common}/model/changes/sub-document/text/simple-run-inserted.js +0 -0
  5897. /package/lib/{core → common}/model/changes/sub-document/text/text-buffer-changed.js +0 -0
  5898. /package/lib/{core → common}/model/character/character-properties-helper.js +0 -0
  5899. /package/lib/{core → common}/model/character/character-properties.js +0 -0
  5900. /package/lib/{core → common}/model/character/character-property-descriptor.js +0 -0
  5901. /package/lib/{core → common}/model/character/character-style.js +0 -0
  5902. /package/lib/{core → common}/model/character/composite-font-info.js +0 -0
  5903. /package/lib/{core → common}/model/character/enums.js +0 -0
  5904. /package/lib/{core → common}/model/character/history-runs.js +0 -0
  5905. /package/lib/{core → common}/model/character/lang-info.js +0 -0
  5906. /package/lib/{core → common}/model/character/layout-character-properties-color-info.js +0 -0
  5907. /package/lib/{core → common}/model/character/run-iterator.js +0 -0
  5908. /package/lib/{core → common}/model/chunk.js +0 -0
  5909. /package/lib/{core → common}/model/color/color-hsl.js +0 -0
  5910. /package/lib/{core → common}/model/color/color-provider.js +0 -0
  5911. /package/lib/{core → common}/model/color/d-xsystem-colors.js +0 -0
  5912. /package/lib/{core → common}/model/color/dx-color.js +0 -0
  5913. /package/lib/{core → common}/model/color/enums.js +0 -0
  5914. /package/lib/{core → common}/model/color/palette.js +0 -0
  5915. /package/lib/{core → common}/model/color/sc-rgbcolor.js +0 -0
  5916. /package/lib/{core → common}/model/comments/comment.js +0 -0
  5917. /package/lib/{core → common}/model/compat-settings.js +0 -0
  5918. /package/lib/{core → common}/model/creator/cache.js +0 -0
  5919. /package/lib/{core → common}/model/creator/creator.js +0 -0
  5920. /package/lib/{core → common}/model/creator/font-corrector.js +0 -0
  5921. /package/lib/{core → common}/model/creator/options.js +0 -0
  5922. /package/lib/{core → common}/model/document-model.js +0 -0
  5923. /package/lib/{core → common}/model/drawing/backdrop-plane.js +0 -0
  5924. /package/lib/{core → common}/model/drawing/container-effect.js +0 -0
  5925. /package/lib/{core → common}/model/drawing/drawing-color-model-info.js +0 -0
  5926. /package/lib/{core → common}/model/drawing/drawing-color.js +0 -0
  5927. /package/lib/{core → common}/model/drawing/drawing-effect-collection.js +0 -0
  5928. /package/lib/{core → common}/model/drawing/drawing-effect-style.js +0 -0
  5929. /package/lib/{core → common}/model/drawing/drawing-fill.js +0 -0
  5930. /package/lib/{core → common}/model/drawing/drawing-text-font.js +0 -0
  5931. /package/lib/{core → common}/model/drawing/drawing-value-constants.js +0 -0
  5932. /package/lib/{core → common}/model/drawing/enums.js +0 -0
  5933. /package/lib/{core/model → common/model/drawing}/interfaces.js +0 -0
  5934. /package/lib/{core → common}/model/drawing/outline.js +0 -0
  5935. /package/lib/{core → common}/model/drawing/scene3d-properties-info.js +0 -0
  5936. /package/lib/{core → common}/model/drawing/scene3d-properties.js +0 -0
  5937. /package/lib/{core → common}/model/drawing/scene3d-rotation-info.js +0 -0
  5938. /package/lib/{core → common}/model/drawing/scene3d-vector.js +0 -0
  5939. /package/lib/{core → common}/model/drawing/shape-bevel3d-properties.js +0 -0
  5940. /package/lib/{core → common}/model/drawing/shape3d-properties.js +0 -0
  5941. /package/lib/{core → common}/model/drawing/transform/alpha-color-transform.js +0 -0
  5942. /package/lib/{core → common}/model/drawing/transform/alpha-modulation-color-transform.js +0 -0
  5943. /package/lib/{core → common}/model/drawing/transform/alpha-offset-color-transform.js +0 -0
  5944. /package/lib/{core → common}/model/drawing/transform/blue-color-transform.js +0 -0
  5945. /package/lib/{core → common}/model/drawing/transform/blue-modulation-color-transform.js +0 -0
  5946. /package/lib/{core → common}/model/drawing/transform/blue-offset-color-transform.js +0 -0
  5947. /package/lib/{core → common}/model/drawing/transform/color-transform-base.js +0 -0
  5948. /package/lib/{core → common}/model/drawing/transform/color-transform-collection.js +0 -0
  5949. /package/lib/{core → common}/model/drawing/transform/color-transform-value-base.js +0 -0
  5950. /package/lib/{core → common}/model/drawing/transform/complement-color-transform.js +0 -0
  5951. /package/lib/{core → common}/model/drawing/transform/gamma-color-transform.js +0 -0
  5952. /package/lib/{core → common}/model/drawing/transform/grayscale-color-transform.js +0 -0
  5953. /package/lib/{core → common}/model/drawing/transform/green-color-transform.js +0 -0
  5954. /package/lib/{core → common}/model/drawing/transform/green-modulation-color-transform.js +0 -0
  5955. /package/lib/{core → common}/model/drawing/transform/green-offset-color-transform.js +0 -0
  5956. /package/lib/{core → common}/model/drawing/transform/hue-color-transform.js +0 -0
  5957. /package/lib/{core → common}/model/drawing/transform/hue-modulation-color-transform.js +0 -0
  5958. /package/lib/{core → common}/model/drawing/transform/hue-offset-color-transform.js +0 -0
  5959. /package/lib/{core → common}/model/drawing/transform/inverse-color-transform.js +0 -0
  5960. /package/lib/{core → common}/model/drawing/transform/inverse-gamma-color-transform.js +0 -0
  5961. /package/lib/{core → common}/model/drawing/transform/luminance-color-transform.js +0 -0
  5962. /package/lib/{core → common}/model/drawing/transform/luminance-modulation-color-transform.js +0 -0
  5963. /package/lib/{core → common}/model/drawing/transform/luminance-offset-color-transform.js +0 -0
  5964. /package/lib/{core → common}/model/drawing/transform/red-color-transform.js +0 -0
  5965. /package/lib/{core → common}/model/drawing/transform/red-modulation-color-transform.js +0 -0
  5966. /package/lib/{core → common}/model/drawing/transform/red-offset-color-transform.js +0 -0
  5967. /package/lib/{core → common}/model/drawing/transform/saturation-color-transform.js +0 -0
  5968. /package/lib/{core → common}/model/drawing/transform/saturation-modulation-color-transform.js +0 -0
  5969. /package/lib/{core → common}/model/drawing/transform/saturation-offset-color-transform.js +0 -0
  5970. /package/lib/{core → common}/model/drawing/transform/shade-color-transform.js +0 -0
  5971. /package/lib/{core → common}/model/drawing/transform/tint-color-transform.js +0 -0
  5972. /package/lib/{core → common}/model/enums.js +0 -0
  5973. /package/lib/{core → common}/model/fields/check-box-properties.js +0 -0
  5974. /package/lib/{core → common}/model/fields/field-context-menu-helper.js +0 -0
  5975. /package/lib/{core → common}/model/fields/field-request-manager.js +0 -0
  5976. /package/lib/{core → common}/model/fields/field.js +0 -0
  5977. /package/lib/{core → common}/model/fields/form-field-properties.js +0 -0
  5978. /package/lib/{core → common}/model/fields/names.js +0 -0
  5979. /package/lib/{core → common}/model/fields/parsers/field-code-parser-client-updating-base.js +0 -0
  5980. /package/lib/{core → common}/model/fields/parsers/field-code-parser-date.js +0 -0
  5981. /package/lib/{core → common}/model/fields/parsers/field-code-parser-doc-variable.js +0 -0
  5982. /package/lib/{core → common}/model/fields/parsers/field-code-parser-hyperlink.js +0 -0
  5983. /package/lib/{core → common}/model/fields/parsers/field-code-parser-merge-field.js +0 -0
  5984. /package/lib/{core → common}/model/fields/parsers/field-code-parser-num-pages.js +0 -0
  5985. /package/lib/{core → common}/model/fields/parsers/field-code-parser-page-ref.js +0 -0
  5986. /package/lib/{core → common}/model/fields/parsers/field-code-parser-page.js +0 -0
  5987. /package/lib/{core → common}/model/fields/parsers/field-code-parser-seq.js +0 -0
  5988. /package/lib/{core → common}/model/fields/parsers/field-code-parser-tc.js +0 -0
  5989. /package/lib/{core → common}/model/fields/parsers/field-code-parser-time.js +0 -0
  5990. /package/lib/{core → common}/model/fields/parsers/field-code-parser-toc.js +0 -0
  5991. /package/lib/{core → common}/model/fields/parsers/field-code-parser.js +0 -0
  5992. /package/lib/{core → common}/model/fields/parsers/fill-in.js +0 -0
  5993. /package/lib/{core → common}/model/fields/tree-creator.js +0 -0
  5994. /package/lib/{core → common}/model/fields/update-sequence-info.js +0 -0
  5995. /package/lib/{core → common}/model/find-replace-helper.js +0 -0
  5996. /package/lib/{core → common}/model/floating-objects/anchor-info.js +0 -0
  5997. /package/lib/{core → common}/model/floating-objects/enums.js +0 -0
  5998. /package/lib/{core → common}/model/floating-objects/text-box-properties.js +0 -0
  5999. /package/lib/{core → common}/model/fonts/control-font.js +0 -0
  6000. /package/lib/{core → common}/model/fonts/font-chooser.js +0 -0
  6001. /package/lib/{core → common}/model/fonts/font-face-descriptors.js +0 -0
  6002. /package/lib/{core → common}/model/fonts/font-info.js +0 -0
  6003. /package/lib/{core → common}/model/fonts/fonts-map.js +0 -0
  6004. /package/lib/{core → common}/model/fonts/google-fonts.js +0 -0
  6005. /package/lib/{core → common}/model/fonts/grabber.js +0 -0
  6006. /package/lib/{core → common}/model/fonts/loader.js +0 -0
  6007. /package/lib/{core → common}/model/fonts/measurer.js +0 -0
  6008. /package/lib/{core → common}/model/full-chunk-and-run-info.js +0 -0
  6009. /package/lib/{core → common}/model/history/base/history-item.js +0 -0
  6010. /package/lib/{core → common}/model/history/base/history.js +0 -0
  6011. /package/lib/{core → common}/model/history/base/i-history.js +0 -0
  6012. /package/lib/{core → common}/model/history/base/interval-based-history-item.js +0 -0
  6013. /package/lib/{core → common}/model/history/base/position-based-history-item.js +0 -0
  6014. /package/lib/{core → common}/model/history/items/apply-field-hyperlink-style-history-item.js +0 -0
  6015. /package/lib/{core → common}/model/history/items/apply-style-history-items.js +0 -0
  6016. /package/lib/{core → common}/model/history/items/bookmark-history-items.js +0 -0
  6017. /package/lib/{core → common}/model/history/items/change-field-hyperlink-info-history-item.js +0 -0
  6018. /package/lib/{core → common}/model/history/items/change-rectangular-object-history-item.js +0 -0
  6019. /package/lib/{core → common}/model/history/items/character-properties-history-items.js +0 -0
  6020. /package/lib/{core → common}/model/history/items/create-style-link-history-item.js +0 -0
  6021. /package/lib/{core → common}/model/history/items/document-properties-history-items.js +0 -0
  6022. /package/lib/{core → common}/model/history/items/document-protection-history-item.js +0 -0
  6023. /package/lib/{core → common}/model/history/items/field-insert-history-item.js +0 -0
  6024. /package/lib/{core → common}/model/history/items/floating-objects/anchor-info-property-history-item.js +0 -0
  6025. /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-picture-size-history-item.js +0 -0
  6026. /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-text-box-size-history-item.js +0 -0
  6027. /package/lib/{core → common}/model/history/items/floating-objects/change-image-property-history-item.js +0 -0
  6028. /package/lib/{core → common}/model/history/items/floating-objects/change-text-box-properties-history-item.js +0 -0
  6029. /package/lib/{core → common}/model/history/items/floating-objects/insert-anchored-picture-history-item.js +0 -0
  6030. /package/lib/{core → common}/model/history/items/floating-objects/shape-property-history-item.js +0 -0
  6031. /package/lib/{core → common}/model/history/items/header-footer-history-items.js +0 -0
  6032. /package/lib/{core → common}/model/history/items/insert-inline-picture-history-item.js +0 -0
  6033. /package/lib/{core → common}/model/history/items/insert-paragraph-history-item.js +0 -0
  6034. /package/lib/{core → common}/model/history/items/insert-section-history-item.js +0 -0
  6035. /package/lib/{core → common}/model/history/items/insert-sub-document-history-item.js +0 -0
  6036. /package/lib/{core → common}/model/history/items/insert-text-history-item.js +0 -0
  6037. /package/lib/{core → common}/model/history/items/list-level-character-properties-history-items.js +0 -0
  6038. /package/lib/{core → common}/model/history/items/list-level-paragraph-properties-history-items.js +0 -0
  6039. /package/lib/{core → common}/model/history/items/list-level-properties-history-items.js +0 -0
  6040. /package/lib/{core → common}/model/history/items/non-visual-drawing-object-info.js +0 -0
  6041. /package/lib/{core → common}/model/history/items/numbering-list-history-items.js +0 -0
  6042. /package/lib/{core → common}/model/history/items/paragraph-properties-history-items.js +0 -0
  6043. /package/lib/{core → common}/model/history/items/range-permission-history-item.js +0 -0
  6044. /package/lib/{core → common}/model/history/items/remove-hyperlink-history-item.js +0 -0
  6045. /package/lib/{core → common}/model/history/items/remove-interval-history-item.js +0 -0
  6046. /package/lib/{core → common}/model/history/items/section-properties-history-items.js +0 -0
  6047. /package/lib/{core → common}/model/history/items/switch-text-box-sub-documents-state-history-item.js +0 -0
  6048. /package/lib/{core → common}/model/history/items/tables/change-table-cell-history-items.js +0 -0
  6049. /package/lib/{core → common}/model/history/items/tables/create-table-history-item.js +0 -0
  6050. /package/lib/{core → common}/model/history/items/tables/insert-table-row-history-item.js +0 -0
  6051. /package/lib/{core → common}/model/history/items/tables/remove-table-cell-history-item.js +0 -0
  6052. /package/lib/{core → common}/model/history/items/tables/remove-table-history-item.js +0 -0
  6053. /package/lib/{core → common}/model/history/items/tables/remove-table-row-history-item.js +0 -0
  6054. /package/lib/{core → common}/model/history/items/tables/split-table-cell-history-item.js +0 -0
  6055. /package/lib/{core → common}/model/history/items/tables/table-cell-properties-history-items.js +0 -0
  6056. /package/lib/{core → common}/model/history/items/tables/table-properties-history-items.js +0 -0
  6057. /package/lib/{core → common}/model/history/items/tables/table-row-properties-history-items.js +0 -0
  6058. /package/lib/{core → common}/model/history/items/text-run-change-case-history-item.js +0 -0
  6059. /package/lib/{base → common}/model/history/selection/history-item-direction.js +0 -0
  6060. /package/lib/{core → common}/model/history/states/history-item-state-object.js +0 -0
  6061. /package/lib/{core → common}/model/history/states/history-item-state.js +0 -0
  6062. /package/lib/{pdf → common/model}/interfaces.js +0 -0
  6063. /package/lib/{core → common}/model/json/command-request.js +0 -0
  6064. /package/lib/{core → common}/model/json/command-type.js +0 -0
  6065. /package/lib/{core → common}/model/json/enums/json-character-enums.js +0 -0
  6066. /package/lib/{core → common}/model/json/enums/json-control-enums.js +0 -0
  6067. /package/lib/{core → common}/model/json/enums/json-document-enums.js +0 -0
  6068. /package/lib/{core → common}/model/json/enums/json-field-enums.js +0 -0
  6069. /package/lib/{core → common}/model/json/enums/json-general-enums.js +0 -0
  6070. /package/lib/{core → common}/model/json/enums/json-list-enums.js +0 -0
  6071. /package/lib/{core → common}/model/json/enums/json-paragraph-enums.js +0 -0
  6072. /package/lib/{core → common}/model/json/enums/json-run-enums.js +0 -0
  6073. /package/lib/{core → common}/model/json/enums/json-section-enums.js +0 -0
  6074. /package/lib/{core → common}/model/json/enums/json-style-enums.js +0 -0
  6075. /package/lib/{core → common}/model/json/enums/json-sub-document-enums.js +0 -0
  6076. /package/lib/{core → common}/model/json/enums/json-top-level-enums.js +0 -0
  6077. /package/lib/{core → common}/model/json/enums/table/json-table-cell-enums.js +0 -0
  6078. /package/lib/{core → common}/model/json/enums/table/json-table-enums.js +0 -0
  6079. /package/lib/{core → common}/model/json/enums/table/json-table-row-enums.js +0 -0
  6080. /package/lib/{core → common}/model/json/enums/table/json-table-structures-enums.js +0 -0
  6081. /package/lib/{core → common}/model/json/exporters/json-control-options-converter.js +0 -0
  6082. /package/lib/{core → common}/model/json/exporters/json-exporter.js +0 -0
  6083. /package/lib/{core → common}/model/json/exporters/json-numbering-list-exporter.js +0 -0
  6084. /package/lib/{core → common}/model/json/exporters/json-sub-document-exporter.js +0 -0
  6085. /package/lib/{core → common}/model/json/exporters/json-table-exporter.js +0 -0
  6086. /package/lib/{core → common}/model/json/importers/json-border-info-converter.js +0 -0
  6087. /package/lib/{core → common}/model/json/importers/json-color-model-info-converter.js +0 -0
  6088. /package/lib/{core → common}/model/json/importers/json-drawing-color-converter.js +0 -0
  6089. /package/lib/{core → common}/model/json/importers/json-font-info-converter.js +0 -0
  6090. /package/lib/{core → common}/model/json/importers/json-importer.js +0 -0
  6091. /package/lib/{core → common}/model/json/importers/json-masked-character-properties-converter.js +0 -0
  6092. /package/lib/{core → common}/model/json/importers/json-masked-paragraph-properties-converter.js +0 -0
  6093. /package/lib/{core → common}/model/json/importers/json-shading-info-converter.js +0 -0
  6094. /package/lib/{core → common}/model/json/importers/json-shape-converter.js +0 -0
  6095. /package/lib/{core → common}/model/json/importers/json-styles-exporter.js +0 -0
  6096. /package/lib/{core → common}/model/json/importers/json-tab-converter.js +0 -0
  6097. /package/lib/{core → common}/model/json/importers/numbering-list/json-list-level-properties-converter.js +0 -0
  6098. /package/lib/{core → common}/model/json/importers/numbering-list/json-numbering-list-importer.js +0 -0
  6099. /package/lib/{core → common}/model/json/importers/section/json-columns-section-properties-converter.js +0 -0
  6100. /package/lib/{core → common}/model/json/importers/section/json-section-properties-converter.js +0 -0
  6101. /package/lib/{core → common}/model/json/importers/server-model-inserter.js +0 -0
  6102. /package/lib/{core → common}/model/json/importers/sub-document/json-anchor-info-converter.js +0 -0
  6103. /package/lib/{core → common}/model/json/importers/sub-document/json-non-visual-properties.js +0 -0
  6104. /package/lib/{core → common}/model/json/importers/sub-document/json-sub-document-importer.js +0 -0
  6105. /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-content-margins-converter.js +0 -0
  6106. /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-properties-converter.js +0 -0
  6107. /package/lib/{core → common}/model/json/importers/sub-document/run-importers.js +0 -0
  6108. /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.js +0 -0
  6109. /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.js +0 -0
  6110. /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.js +0 -0
  6111. /package/lib/{core → common}/model/json/importers/table/json-table-cell-margins-converter.js +0 -0
  6112. /package/lib/{core → common}/model/json/importers/table/json-table-cell-properties-converter.js +0 -0
  6113. /package/lib/{core → common}/model/json/importers/table/json-table-conditional-style-converter.js +0 -0
  6114. /package/lib/{core → common}/model/json/importers/table/json-table-importer.js +0 -0
  6115. /package/lib/{core → common}/model/json/importers/table/json-table-properties-converter.js +0 -0
  6116. /package/lib/{core → common}/model/json/importers/table/json-table-row-properties-converter.js +0 -0
  6117. /package/lib/{core → common}/model/json/importers/table/json-table-unit-converter.js +0 -0
  6118. /package/lib/{core → common}/model/json/web-caches-exporter.js +0 -0
  6119. /package/lib/{core → common}/model/manipulators/base-manipulator.js +0 -0
  6120. /package/lib/{core → common}/model/manipulators/bookmarks-manipulator.js +0 -0
  6121. /package/lib/{core → common}/model/manipulators/character-properties-manipulator.js +0 -0
  6122. /package/lib/{core → common}/model/manipulators/doc-merger/merger.js +0 -0
  6123. /package/lib/{core → common}/model/manipulators/document/sub-document-inserter.js +0 -0
  6124. /package/lib/{core → common}/model/manipulators/document-properties-manipulator.js +0 -0
  6125. /package/lib/{core → common}/model/manipulators/document-protection-properties-manipulator.js +0 -0
  6126. /package/lib/{core → common}/model/manipulators/fields-manipulator.js +0 -0
  6127. /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-manipulator.js +0 -0
  6128. /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-property-manipulator.js +0 -0
  6129. /package/lib/{core → common}/model/manipulators/floating-objects/comparers.js +0 -0
  6130. /package/lib/{core → common}/model/manipulators/floating-objects/floating-objects-manipulator.js +0 -0
  6131. /package/lib/{core → common}/model/manipulators/floating-objects/image-manipulator.js +0 -0
  6132. /package/lib/{core → common}/model/manipulators/floating-objects/shape-manipulator.js +0 -0
  6133. /package/lib/{core → common}/model/manipulators/floating-objects/size-manipulator.js +0 -0
  6134. /package/lib/{core → common}/model/manipulators/floating-objects/text-box-properties-manipulator.js +0 -0
  6135. /package/lib/{core → common}/model/manipulators/floating-objects/z-order-manipulator.js +0 -0
  6136. /package/lib/{core → common}/model/manipulators/font-manipulator.js +0 -0
  6137. /package/lib/{core → common}/model/manipulators/header-footer-manipulator.js +0 -0
  6138. /package/lib/{core → common}/model/manipulators/i-properties-manipulator.js +0 -0
  6139. /package/lib/{core → common}/model/manipulators/inline-object-manipulator.js +0 -0
  6140. /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-character-properties-manipulator.js +0 -0
  6141. /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.js +0 -0
  6142. /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-properties-manipulator.js +0 -0
  6143. /package/lib/{core → common}/model/manipulators/numbering-lists/numbering-list-manipulator.js +0 -0
  6144. /package/lib/{core → common}/model/manipulators/paragraph-manipulator/paragraph-manipulator.js +0 -0
  6145. /package/lib/{core → common}/model/manipulators/paragraph-properties-manipulator.js +0 -0
  6146. /package/lib/{core → common}/model/manipulators/picture-manipulator/insert-picture-manipulator-params.js +0 -0
  6147. /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/client-picture-loader.js +0 -0
  6148. /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/image-loading-options.js +0 -0
  6149. /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/picture-loader.js +0 -0
  6150. /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/server-picture-loader.js +0 -0
  6151. /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/updated-image-info.js +0 -0
  6152. /package/lib/{core → common}/model/manipulators/picture-manipulator/non-visual-drawing-object-info.js +0 -0
  6153. /package/lib/{core → common}/model/manipulators/range/range-manipulator.js +0 -0
  6154. /package/lib/{core → common}/model/manipulators/range/remove-interval-operation.js +0 -0
  6155. /package/lib/{core → common}/model/manipulators/range/restore-removed-interval-operation.js +0 -0
  6156. /package/lib/{core → common}/model/manipulators/range-permission-manipulator.js +0 -0
  6157. /package/lib/{core → common}/model/manipulators/runs-base-manipulator.js +0 -0
  6158. /package/lib/{core → common}/model/manipulators/section-manipulator.js +0 -0
  6159. /package/lib/{core → common}/model/manipulators/section-properties-manipulator.js +0 -0
  6160. /package/lib/{core → common}/model/manipulators/styles-manipulator.js +0 -0
  6161. /package/lib/{core → common}/model/manipulators/sub-document-manipulator.js +0 -0
  6162. /package/lib/{core → common}/model/manipulators/tables/insert-table-row-operation.js +0 -0
  6163. /package/lib/{core → common}/model/manipulators/tables/table-normalizator.js +0 -0
  6164. /package/lib/{core → common}/model/manipulators/tables/table-row-properties-manipulator.js +0 -0
  6165. /package/lib/{core → common}/model/manipulators/tabs-manipulator.js +0 -0
  6166. /package/lib/{core → common}/model/manipulators/text-box-manipulator.js +0 -0
  6167. /package/lib/{core → common}/model/manipulators/text-case-manipulator.js +0 -0
  6168. /package/lib/{core → common}/model/manipulators/text-manipulator/chunk-size-corrector.js +0 -0
  6169. /package/lib/{core → common}/model/manipulators/text-manipulator/insert-text-manipulator-params.js +0 -0
  6170. /package/lib/{core → common}/model/manipulators/text-manipulator/text-manipulator.js +0 -0
  6171. /package/lib/{core → common}/model/manipulators/utils/manipulator-params-base.js +0 -0
  6172. /package/lib/{core → common}/model/model-checks/check-all.js +0 -0
  6173. /package/lib/{core → common}/model/model-checks/position.js +0 -0
  6174. /package/lib/{core → common}/model/model-iterator.js +0 -0
  6175. /package/lib/{core → common}/model/number-converters/alphabet-based-number-converter.js +0 -0
  6176. /package/lib/{core → common}/model/number-converters/bullet-number-converter.js +0 -0
  6177. /package/lib/{core → common}/model/number-converters/decimal-enclosed-parentheses-number-converter.js +0 -0
  6178. /package/lib/{core → common}/model/number-converters/decimal-number-converter.js +0 -0
  6179. /package/lib/{core → common}/model/number-converters/decimal-zero-number-converter.js +0 -0
  6180. /package/lib/{core → common}/model/number-converters/descriptive-number-converter.js +0 -0
  6181. /package/lib/{core → common}/model/number-converters/hex-number-converter.js +0 -0
  6182. /package/lib/{core → common}/model/number-converters/latin-letter-number-converter.js +0 -0
  6183. /package/lib/{core → common}/model/number-converters/number-converter-creator.js +0 -0
  6184. /package/lib/{core → common}/model/number-converters/number-in-dash-number-converter.js +0 -0
  6185. /package/lib/{core → common}/model/number-converters/numerics-provider.js +0 -0
  6186. /package/lib/{core → common}/model/number-converters/ordinal-based-number-converter.js +0 -0
  6187. /package/lib/{core → common}/model/number-converters/roman-number-converter.js +0 -0
  6188. /package/lib/{core → common}/model/numbering-lists/list-level-properties.js +0 -0
  6189. /package/lib/{core → common}/model/numbering-lists/list-level.js +0 -0
  6190. /package/lib/{core → common}/model/numbering-lists/numbering-helper.js +0 -0
  6191. /package/lib/{core → common}/model/numbering-lists/numbering-list-counters-calculator.js +0 -0
  6192. /package/lib/{core → common}/model/numbering-lists/numbering-list-id-provider.js +0 -0
  6193. /package/lib/{core → common}/model/numbering-lists/numbering-list-index-calculator.js +0 -0
  6194. /package/lib/{core → common}/model/numbering-lists/numbering-list-style.js +0 -0
  6195. /package/lib/{core → common}/model/numbering-lists/numbering-list.js +0 -0
  6196. /package/lib/{core → common}/model/numbering-lists/piece-table-numbering-list-counters-manager.js +0 -0
  6197. /package/lib/{core → common}/model/options/auto-correct.js +0 -0
  6198. /package/lib/{core → common}/model/options/bookmarks.js +0 -0
  6199. /package/lib/{core → common}/model/options/control.js +0 -0
  6200. /package/lib/{core → common}/model/options/document-protection.js +0 -0
  6201. /package/lib/{core → common}/model/options/fonts.js +0 -0
  6202. /package/lib/{core → common}/model/options/mail-merge.js +0 -0
  6203. /package/lib/{core → common}/model/options/pdf.js +0 -0
  6204. /package/lib/{core → common}/model/options/printing.js +0 -0
  6205. /package/lib/{core → common}/model/options/protection.js +0 -0
  6206. /package/lib/{core → common}/model/options/rich-options.js +0 -0
  6207. /package/lib/{core → common}/model/options/search.js +0 -0
  6208. /package/lib/{core → common}/model/options/spell-checker.js +0 -0
  6209. /package/lib/{core → common}/model/paragraph/paragraph-properties-helper.js +0 -0
  6210. /package/lib/{core → common}/model/paragraph/paragraph-properties.js +0 -0
  6211. /package/lib/{core → common}/model/paragraph/paragraph-property-descriptors.js +0 -0
  6212. /package/lib/{core → common}/model/paragraph/paragraph-style.js +0 -0
  6213. /package/lib/{core → common}/model/paragraph/paragraph.js +0 -0
  6214. /package/lib/{core → common}/model/position/linked-interval.js +0 -0
  6215. /package/lib/{core → common}/model/position/position-manager.js +0 -0
  6216. /package/lib/{core → common}/model/position/position.js +0 -0
  6217. /package/lib/{core → common}/model/properties-merger/character-properties-merger.js +0 -0
  6218. /package/lib/{core → common}/model/properties-merger/paragraph-properties-merger.js +0 -0
  6219. /package/lib/{core → common}/model/properties-merger/properties-merger-base.js +0 -0
  6220. /package/lib/{core → common}/model/protection/hash-algorithm.js +0 -0
  6221. /package/lib/{core → common}/model/protection/md5.js +0 -0
  6222. /package/lib/{core → common}/model/protection/ripemd160.js +0 -0
  6223. /package/lib/{core → common}/model/protection/sha1.js +0 -0
  6224. /package/lib/{core → common}/model/protection/sha256.js +0 -0
  6225. /package/lib/{core → common}/model/protection/sha384.js +0 -0
  6226. /package/lib/{core → common}/model/protection/sha512.js +0 -0
  6227. /package/lib/{core → common}/model/range-permissions.js +0 -0
  6228. /package/lib/{core → common}/model/rich-utils.js +0 -0
  6229. /package/lib/{core → common}/model/runs/anchored-picture-run.js +0 -0
  6230. /package/lib/{core → common}/model/runs/anchored-text-box-run.js +0 -0
  6231. /package/lib/{core → common}/model/runs/inline-picture-run.js +0 -0
  6232. /package/lib/{core → common}/model/runs/inline-text-box-run.js +0 -0
  6233. /package/lib/{core → common}/model/runs/run-base.js +0 -0
  6234. /package/lib/{core → common}/model/runs/run-type.js +0 -0
  6235. /package/lib/{core → common}/model/runs/simple-runs.js +0 -0
  6236. /package/lib/{core → common}/model/runs/text-run.js +0 -0
  6237. /package/lib/{core → common}/model/section/enums.js +0 -0
  6238. /package/lib/{core → common}/model/section/header-footer.js +0 -0
  6239. /package/lib/{core → common}/model/section/line-numbering-properties.js +0 -0
  6240. /package/lib/{core → common}/model/section/paper-kind.js +0 -0
  6241. /package/lib/{core → common}/model/section/section-column-properties.js +0 -0
  6242. /package/lib/{core → common}/model/section/section-properties.js +0 -0
  6243. /package/lib/{core → common}/model/section/section-property-descriptor.js +0 -0
  6244. /package/lib/{core → common}/model/section/section.js +0 -0
  6245. /package/lib/{core → common}/model/sentence-model-builder.js +0 -0
  6246. /package/lib/{core → common}/model/shadings/shading-info.js +0 -0
  6247. /package/lib/{core → common}/model/shadings/shading-pattern-helper.js +0 -0
  6248. /package/lib/{core → common}/model/shadings/shading-pattern.js +0 -0
  6249. /package/lib/{core → common}/model/shapes/shape.js +0 -0
  6250. /package/lib/{core → common}/model/simple-sentence-model-builder.js +0 -0
  6251. /package/lib/{core → common}/model/special-characters.js +0 -0
  6252. /package/lib/{core → common}/model/style-base.js +0 -0
  6253. /package/lib/{core → common}/model/styles-manager.js +0 -0
  6254. /package/lib/{core → common}/model/sub-document-collection.js +0 -0
  6255. /package/lib/{core → common}/model/sub-document-infos.js +0 -0
  6256. /package/lib/{core → common}/model/sub-document.js +0 -0
  6257. /package/lib/{core → common}/model/tables/grid/grid-maker.js +0 -0
  6258. /package/lib/{core → common}/model/tables/grid/table-cell-grid-info.js +0 -0
  6259. /package/lib/{core → common}/model/tables/properties/table-cell-properties.js +0 -0
  6260. /package/lib/{core → common}/model/tables/properties/table-properties.js +0 -0
  6261. /package/lib/{core → common}/model/tables/properties/table-row-descriptors.js +0 -0
  6262. /package/lib/{core → common}/model/tables/properties/table-row-properties.js +0 -0
  6263. /package/lib/{core → common}/model/tables/properties/table-row-property-descriptor.js +0 -0
  6264. /package/lib/{core → common}/model/tables/properties-mergers/table-properties-merger-base.js +0 -0
  6265. /package/lib/{core → common}/model/tables/properties-mergers/table-row-properties-merger.js +0 -0
  6266. /package/lib/{core → common}/model/tables/properties-mergers/table-style-character-properties-merger.js +0 -0
  6267. /package/lib/{core → common}/model/tables/properties-mergers/table-style-paragraph-properties-merger.js +0 -0
  6268. /package/lib/{core → common}/model/tables/secondary-structures/table-base-structures.js +0 -0
  6269. /package/lib/{core → common}/model/tables/secondary-structures/table-border-calculator.js +0 -0
  6270. /package/lib/{core → common}/model/tables/secondary-structures/table-units.js +0 -0
  6271. /package/lib/{core → common}/model/tables/styles/table-cell-style.js +0 -0
  6272. /package/lib/{core → common}/model/tables/styles/table-conditional-style.js +0 -0
  6273. /package/lib/{core → common}/model/tables/styles/table-style.js +0 -0
  6274. /package/lib/{core → common}/model/themes/culture-info.js +0 -0
  6275. /package/lib/{core → common}/model/themes/enums.js +0 -0
  6276. /package/lib/{core → common}/model/themes/office-theme-base.js +0 -0
  6277. /package/lib/{core → common}/model/themes/theme-drawing-color-collection.js +0 -0
  6278. /package/lib/{core → common}/model/themes/theme-font-scheme-part.js +0 -0
  6279. /package/lib/{core → common}/model/themes/theme-font-scheme.js +0 -0
  6280. /package/lib/{core → common}/model/themes/theme-format-scheme.js +0 -0
  6281. /package/lib/{core → common}/model/web-settings.js +0 -0
  6282. /package/lib/{core → common}/model-manager.js +0 -0
  6283. /package/lib/{core → common}/model-request-handler.js +0 -0
  6284. /package/lib/{base → common}/mouse-handler/base/manipulator-handler-state-base.js +0 -0
  6285. /package/lib/{base → common}/mouse-handler/mouse-event-source.js +0 -0
  6286. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.js +0 -0
  6287. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.js +0 -0
  6288. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.js +0 -0
  6289. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.js +0 -0
  6290. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.js +0 -0
  6291. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-resize-box-state.js +0 -0
  6292. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.js +0 -0
  6293. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-state-base.js +0 -0
  6294. /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler.js +0 -0
  6295. /package/lib/{base → common}/mouse-handler/rotate-box-helper.js +0 -0
  6296. /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.js +0 -0
  6297. /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-resize-box-state.js +0 -0
  6298. /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-rotate-box-state.js +0 -0
  6299. /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler.js +0 -0
  6300. /package/lib/{core → common}/processor.js +0 -0
  6301. /package/lib/{core → common}/rich-utils/common-interfaces.js +0 -0
  6302. /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/array.js +0 -0
  6303. /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.js +0 -0
  6304. /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.js +0 -0
  6305. /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.js +0 -0
  6306. /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.js +0 -0
  6307. /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.js +0 -0
  6308. /package/lib/{core → common}/rich-utils/debug/debug-table.js +0 -0
  6309. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-logger.js +0 -0
  6310. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-params-holder.js +0 -0
  6311. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-list-helper.js +0 -0
  6312. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params-func-handler.js +0 -0
  6313. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params.js +0 -0
  6314. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source.js +0 -0
  6315. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log.js +0 -0
  6316. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/logger.js +0 -0
  6317. /package/lib/{core → common}/rich-utils/debug/logger/base-logger/model-params-holder.js +0 -0
  6318. /package/lib/{core → common}/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.js +0 -0
  6319. /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.js +0 -0
  6320. /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.js +0 -0
  6321. /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.js +0 -0
  6322. /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.js +0 -0
  6323. /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.js +0 -0
  6324. /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.js +0 -0
  6325. /package/lib/{core → common}/rich-utils/debug/model-checks.js +0 -0
  6326. /package/lib/{base → common}/rich-utils/display-numbering-string-formatter.js +0 -0
  6327. /package/lib/{core → common}/rich-utils/html-converter.js +0 -0
  6328. /package/lib/{core → common}/rich-utils/inner-client-properties.js +0 -0
  6329. /package/lib/{core → common}/rich-utils/properties-bundle.js +0 -0
  6330. /package/lib/{base → common}/rich-utils/table-utils-ex.js +0 -0
  6331. /package/lib/{base → common}/scroll/canvas-states.js +0 -0
  6332. /package/lib/{core → common}/selection/i-active-sub-document-holder.js +0 -0
  6333. /package/lib/{base → common}/selection/i-selection-changes-listener.js +0 -0
  6334. /package/lib/{core → common}/selection/input-position-base.js +0 -0
  6335. /package/lib/{core → common}/selection/selected-cells-engine.js +0 -0
  6336. /package/lib/{core → common}/selection/selected-special-run-info.js +0 -0
  6337. /package/lib/{core → common}/selection/selection-base.js +0 -0
  6338. /package/lib/{core → common}/selection/selection-intervals-info.js +0 -0
  6339. /package/lib/{base → common}/selection/set-selection-params.js +0 -0
  6340. /package/lib/{core → common}/spelling/helpers.js +0 -0
  6341. /package/lib/{core → common}/spelling/intervals-collections.js +0 -0
  6342. /package/lib/{core → common}/spelling/intervals-manager.js +0 -0
  6343. /package/lib/{core → common}/spelling/intervals.js +0 -0
  6344. /package/lib/{core → common}/spelling/listeners.js +0 -0
  6345. /package/lib/{core → common}/spelling/spell-checker.js +0 -0
  6346. /package/lib/{core → common}/string-resources.js +0 -0
  6347. /package/lib/{base → common}/ui/quick-search-panel.js +0 -0
  6348. /package/lib/{base → common}/ui/ruler/controls/base.js +0 -0
  6349. /package/lib/{base → common}/ui/ruler/controls/column.js +0 -0
  6350. /package/lib/{base → common}/ui/ruler/controls/indent/base.js +0 -0
  6351. /package/lib/{base → common}/ui/ruler/controls/indent/first-line.js +0 -0
  6352. /package/lib/{base → common}/ui/ruler/controls/indent/left.js +0 -0
  6353. /package/lib/{base → common}/ui/ruler/controls/indent/right.js +0 -0
  6354. /package/lib/{base → common}/ui/ruler/controls/margin/base.js +0 -0
  6355. /package/lib/{base → common}/ui/ruler/controls/margin/left.js +0 -0
  6356. /package/lib/{base → common}/ui/ruler/controls/margin/right.js +0 -0
  6357. /package/lib/{base → common}/ui/ruler/controls/owner.js +0 -0
  6358. /package/lib/{base → common}/ui/ruler/controls/ruler.js +0 -0
  6359. /package/lib/{base → common}/ui/ruler/controls/shadow.js +0 -0
  6360. /package/lib/{base → common}/ui/ruler/controls/table.js +0 -0
  6361. /package/lib/{base → common}/ui/ruler/controls/template-manager.js +0 -0
  6362. /package/lib/{base → common}/ui/ruler/controls/vertical-line.js +0 -0
  6363. /package/lib/{base → common}/ui/ruler/controls/wrapper.js +0 -0
  6364. /package/lib/{base → common}/ui/ruler/events/mouse.js +0 -0
  6365. /package/lib/{base → common}/ui/ruler/events/scroll.js +0 -0
  6366. /package/lib/{base → common}/ui/ruler/model-data.js +0 -0
  6367. /package/lib/{base → common}/ui/ruler/mouse-handler.js +0 -0
  6368. /package/lib/{base → common}/ui/ruler/settings.js +0 -0
  6369. /package/lib/{model-api/api-utils → common/utils}/bookmark-finder.js +0 -0
  6370. /package/lib/{base-utils → common/utils}/direction-adaptor/x-direction-adaptor.js +0 -0
  6371. /package/lib/{base-utils → common/utils}/direction-adaptor/y-direction-adaptor.js +0 -0
  6372. /package/lib/{base-utils → common/utils}/event-dispatcher.js +0 -0
  6373. /package/lib/{base-utils → common/utils}/hexadecimal-converter.js +0 -0
  6374. /package/lib/{base-utils → common/utils}/map-creator.js +0 -0
  6375. /package/lib/{base-utils → common/utils}/min-max.js +0 -0
  6376. /package/lib/{base-utils → common/utils}/number-converter.js +0 -0
  6377. /package/lib/{base-utils → common/utils}/relative-rect.js +0 -0
  6378. /package/lib/{core → common}/utils/sub-document-changes-storer.js +0 -0
  6379. /package/lib/{base-utils → common/utils}/unit-converter.js +0 -0
  6380. /package/lib/{base-utils → common/utils}/utils.js +0 -0
  6381. /package/lib/{base-utils → common/utils}/web-utils/base.js +0 -0
  6382. /package/lib/{core → common}/view-settings/views-settings.js +0 -0
  6383. /package/lib/{core → common}/word-bounds-engine/layout-word-bounds-group-separator.js +0 -0
  6384. /package/lib/{core → common}/word-bounds-engine/layout-word-bounds.js +0 -0
  6385. /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.js +0 -0
  6386. /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.js +0 -0
  6387. /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.js +0 -0
package/bin/gulpfile.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (gulpfile.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (index-custom.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (localization-builder.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (nspell-index.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (nspell.webpack.config.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (webpack-externals.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -100,9 +100,9 @@ function handleExternals(externalModules = [/*jsZipExternals, devextremeExternal
100
100
  const externals = {};
101
101
  for (const ext of externalModules)
102
102
  Object.assign(externals, ext);
103
- return ({ context, request }, callback) => {
104
- if (externals[request])
105
- return callback(null, externals[request]);
103
+ return (data, callback) => {
104
+ if (externals[data.request])
105
+ return callback(null, externals[data.request]);
106
106
  callback();
107
107
  };
108
108
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (webpack.config.js)
3
- * Version: 23.2.5
3
+ * Version: 24.1.1
4
4
  * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */