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
@@ -0,0 +1,507 @@
1
+ import { MapCreator } from '../../../../utils/map-creator';
2
+ export const windows1250specifiedSymbols = new MapCreator()
3
+ .add(0x0080, 0x20AC)
4
+ .add(0x0082, 0x201A)
5
+ .add(0x0084, 0x201E)
6
+ .add(0x0085, 0x2026)
7
+ .add(0x0086, 0x2020)
8
+ .add(0x0087, 0x2021)
9
+ .add(0x0089, 0x2030)
10
+ .add(0x008A, 0x0160)
11
+ .add(0x008B, 0x2039)
12
+ .add(0x008C, 0x015A)
13
+ .add(0x008D, 0x0164)
14
+ .add(0x008E, 0x017D)
15
+ .add(0x008F, 0x0179)
16
+ .add(0x0091, 0x2018)
17
+ .add(0x0092, 0x2019)
18
+ .add(0x0093, 0x201C)
19
+ .add(0x0094, 0x201D)
20
+ .add(0x0095, 0x2022)
21
+ .add(0x0096, 0x2013)
22
+ .add(0x0097, 0x2014)
23
+ .add(0x0099, 0x2122)
24
+ .add(0x009A, 0x0161)
25
+ .add(0x009B, 0x203A)
26
+ .add(0x009C, 0x015B)
27
+ .add(0x009D, 0x0165)
28
+ .add(0x009E, 0x017E)
29
+ .add(0x009F, 0x017A)
30
+ .add(0x00A0, 0x00A0)
31
+ .add(0x00A1, 0x02C7)
32
+ .add(0x00A2, 0x02D8)
33
+ .add(0x00A3, 0x0141)
34
+ .add(0x00A4, 0x00A4)
35
+ .add(0x00A5, 0x0104)
36
+ .add(0x00A6, 0x00A6)
37
+ .add(0x00A7, 0x00A7)
38
+ .add(0x00A8, 0x00A8)
39
+ .add(0x00A9, 0x00A9)
40
+ .add(0x00AA, 0x015E)
41
+ .add(0x00AB, 0x00AB)
42
+ .add(0x00AC, 0x00AC)
43
+ .add(0x00AD, 0x00AD)
44
+ .add(0x00AE, 0x00AE)
45
+ .add(0x00AF, 0x017B)
46
+ .add(0x00B0, 0x00B0)
47
+ .add(0x00B1, 0x00B1)
48
+ .add(0x00B2, 0x02DB)
49
+ .add(0x00B3, 0x0142)
50
+ .add(0x00B4, 0x00B4)
51
+ .add(0x00B5, 0x00B5)
52
+ .add(0x00B6, 0x00B6)
53
+ .add(0x00B7, 0x00B7)
54
+ .add(0x00B8, 0x00B8)
55
+ .add(0x00B9, 0x0105)
56
+ .add(0x00BA, 0x015F)
57
+ .add(0x00BB, 0x00BB)
58
+ .add(0x00BC, 0x013D)
59
+ .add(0x00BD, 0x02DD)
60
+ .add(0x00BE, 0x013E)
61
+ .add(0x00BF, 0x017C)
62
+ .add(0x00C0, 0x0154)
63
+ .add(0x00C1, 0x00C1)
64
+ .add(0x00C2, 0x00C2)
65
+ .add(0x00C3, 0x0102)
66
+ .add(0x00C4, 0x00C4)
67
+ .add(0x00C5, 0x0139)
68
+ .add(0x00C6, 0x0106)
69
+ .add(0x00C7, 0x00C7)
70
+ .add(0x00C8, 0x010C)
71
+ .add(0x00C9, 0x00C9)
72
+ .add(0x00CA, 0x0118)
73
+ .add(0x00CB, 0x00CB)
74
+ .add(0x00CC, 0x011A)
75
+ .add(0x00CD, 0x00CD)
76
+ .add(0x00CE, 0x00CE)
77
+ .add(0x00CF, 0x010E)
78
+ .add(0x00D0, 0x0110)
79
+ .add(0x00D1, 0x0143)
80
+ .add(0x00D2, 0x0147)
81
+ .add(0x00D3, 0x00D3)
82
+ .add(0x00D4, 0x00D4)
83
+ .add(0x00D5, 0x0150)
84
+ .add(0x00D6, 0x00D6)
85
+ .add(0x00D7, 0x00D7)
86
+ .add(0x00D8, 0x0158)
87
+ .add(0x00D9, 0x016E)
88
+ .add(0x00DA, 0x00DA)
89
+ .add(0x00DB, 0x0170)
90
+ .add(0x00DC, 0x00DC)
91
+ .add(0x00DD, 0x00DD)
92
+ .add(0x00DE, 0x0162)
93
+ .add(0x00DF, 0x00DF)
94
+ .add(0x00E0, 0x0155)
95
+ .add(0x00E1, 0x00E1)
96
+ .add(0x00E2, 0x00E2)
97
+ .add(0x00E3, 0x0103)
98
+ .add(0x00E4, 0x00E4)
99
+ .add(0x00E5, 0x013A)
100
+ .add(0x00E6, 0x0107)
101
+ .add(0x00E7, 0x00E7)
102
+ .add(0x00E8, 0x010D)
103
+ .add(0x00E9, 0x00E9)
104
+ .add(0x00EA, 0x0119)
105
+ .add(0x00EB, 0x00EB)
106
+ .add(0x00EC, 0x011B)
107
+ .add(0x00ED, 0x00ED)
108
+ .add(0x00EE, 0x00EE)
109
+ .add(0x00EF, 0x010F)
110
+ .add(0x00F0, 0x0111)
111
+ .add(0x00F1, 0x0144)
112
+ .add(0x00F2, 0x0148)
113
+ .add(0x00F3, 0x00F3)
114
+ .add(0x00F4, 0x00F4)
115
+ .add(0x00F5, 0x0151)
116
+ .add(0x00F6, 0x00F6)
117
+ .add(0x00F7, 0x00F7)
118
+ .add(0x00F8, 0x0159)
119
+ .add(0x00F9, 0x016F)
120
+ .add(0x00FA, 0x00FA)
121
+ .add(0x00FB, 0x0171)
122
+ .add(0x00FC, 0x00FC)
123
+ .add(0x00FD, 0x00FD)
124
+ .add(0x00FE, 0x0163)
125
+ .add(0x00FF, 0x02D9)
126
+ .get();
127
+ export const windows1252specifiedSymbols = new MapCreator()
128
+ .add(0x0080, 0x20AC)
129
+ .add(0x0082, 0x201A)
130
+ .add(0x0083, 0x0192)
131
+ .add(0x0084, 0x201E)
132
+ .add(0x0085, 0x2026)
133
+ .add(0x0086, 0x2020)
134
+ .add(0x0087, 0x2021)
135
+ .add(0x0088, 0x02C6)
136
+ .add(0x0089, 0x2030)
137
+ .add(0x008A, 0x0160)
138
+ .add(0x008B, 0x2039)
139
+ .add(0x008C, 0x0152)
140
+ .add(0x008E, 0x017D)
141
+ .add(0x0091, 0x2018)
142
+ .add(0x0092, 0x2019)
143
+ .add(0x0093, 0x201C)
144
+ .add(0x0094, 0x201D)
145
+ .add(0x0095, 0x2022)
146
+ .add(0x0096, 0x2013)
147
+ .add(0x0097, 0x2014)
148
+ .add(0x0098, 0x02DC)
149
+ .add(0x0099, 0x2122)
150
+ .add(0x009A, 0x0161)
151
+ .add(0x009B, 0x203A)
152
+ .add(0x009C, 0x0153)
153
+ .add(0x009E, 0x017E)
154
+ .add(0x009F, 0x0178)
155
+ .get();
156
+ export const windows1253specifiedSymbols = new MapCreator()
157
+ .add(0x0080, 0x20AC)
158
+ .add(0x0082, 0x201A)
159
+ .add(0x0083, 0x0192)
160
+ .add(0x0084, 0x201E)
161
+ .add(0x0085, 0x2026)
162
+ .add(0x0086, 0x2020)
163
+ .add(0x0087, 0x2021)
164
+ .add(0x0089, 0x2030)
165
+ .add(0x008B, 0x2039)
166
+ .add(0x0091, 0x2018)
167
+ .add(0x0092, 0x2019)
168
+ .add(0x0093, 0x201C)
169
+ .add(0x0094, 0x201D)
170
+ .add(0x0095, 0x2022)
171
+ .add(0x0096, 0x2013)
172
+ .add(0x0097, 0x2014)
173
+ .add(0x0099, 0x2122)
174
+ .add(0x009B, 0x203A)
175
+ .add(0x00A1, 0x0385)
176
+ .add(0x00A2, 0x0386)
177
+ .add(0x00AF, 0x2015)
178
+ .add(0x00B4, 0x0384)
179
+ .add(0x00B8, 0x0388)
180
+ .add(0x00B9, 0x0389)
181
+ .add(0x00BA, 0x038A)
182
+ .add(0x00BC, 0x038C)
183
+ .add(0x00BE, 0x038E)
184
+ .add(0x00BF, 0x038F)
185
+ .add(0x00C0, 0x0390)
186
+ .add(0x00C1, 0x0391)
187
+ .add(0x00C2, 0x0392)
188
+ .add(0x00C3, 0x0393)
189
+ .add(0x00C4, 0x0394)
190
+ .add(0x00C5, 0x0395)
191
+ .add(0x00C6, 0x0396)
192
+ .add(0x00C7, 0x0397)
193
+ .add(0x00C8, 0x0398)
194
+ .add(0x00C9, 0x0399)
195
+ .add(0x00CA, 0x039A)
196
+ .add(0x00CB, 0x039B)
197
+ .add(0x00CC, 0x039C)
198
+ .add(0x00CD, 0x039D)
199
+ .add(0x00CE, 0x039E)
200
+ .add(0x00CF, 0x039F)
201
+ .add(0x00D0, 0x03A0)
202
+ .add(0x00D1, 0x03A1)
203
+ .add(0x00D3, 0x03A3)
204
+ .add(0x00D4, 0x03A4)
205
+ .add(0x00D5, 0x03A5)
206
+ .add(0x00D6, 0x03A6)
207
+ .add(0x00D7, 0x03A7)
208
+ .add(0x00D8, 0x03A8)
209
+ .add(0x00D9, 0x03A9)
210
+ .add(0x00DA, 0x03AA)
211
+ .add(0x00DB, 0x03AB)
212
+ .add(0x00DC, 0x03AC)
213
+ .add(0x00DD, 0x03AD)
214
+ .add(0x00DE, 0x03AE)
215
+ .add(0x00DF, 0x03AF)
216
+ .add(0x00E0, 0x03B0)
217
+ .add(0x00E1, 0x03B1)
218
+ .add(0x00E2, 0x03B2)
219
+ .add(0x00E3, 0x03B3)
220
+ .add(0x00E4, 0x03B4)
221
+ .add(0x00E5, 0x03B5)
222
+ .add(0x00E6, 0x03B6)
223
+ .add(0x00E7, 0x03B7)
224
+ .add(0x00E8, 0x03B8)
225
+ .add(0x00E9, 0x03B9)
226
+ .add(0x00EA, 0x03BA)
227
+ .add(0x00EB, 0x03BB)
228
+ .add(0x00EC, 0x03BC)
229
+ .add(0x00ED, 0x03BD)
230
+ .add(0x00EE, 0x03BE)
231
+ .add(0x00EF, 0x03BF)
232
+ .add(0x00F0, 0x03C0)
233
+ .add(0x00F1, 0x03C1)
234
+ .add(0x00F2, 0x03C2)
235
+ .add(0x00F3, 0x03C3)
236
+ .add(0x00F4, 0x03C4)
237
+ .add(0x00F5, 0x03C5)
238
+ .add(0x00F6, 0x03C6)
239
+ .add(0x00F7, 0x03C7)
240
+ .add(0x00F8, 0x03C8)
241
+ .add(0x00F9, 0x03C9)
242
+ .add(0x00FA, 0x03CA)
243
+ .add(0x00FB, 0x03CB)
244
+ .add(0x00FC, 0x03CC)
245
+ .add(0x00FD, 0x03CD)
246
+ .add(0x00FE, 0x03CE)
247
+ .get();
248
+ export const windows1254specifiedSymbols = new MapCreator()
249
+ .add(0x0080, 0x20AC)
250
+ .add(0x0082, 0x201A)
251
+ .add(0x0083, 0x0192)
252
+ .add(0x0084, 0x201E)
253
+ .add(0x0085, 0x2026)
254
+ .add(0x0086, 0x2020)
255
+ .add(0x0087, 0x2021)
256
+ .add(0x0088, 0x02C6)
257
+ .add(0x0089, 0x2030)
258
+ .add(0x008A, 0x0160)
259
+ .add(0x008B, 0x2039)
260
+ .add(0x008C, 0x0152)
261
+ .add(0x0091, 0x2018)
262
+ .add(0x0092, 0x2019)
263
+ .add(0x0093, 0x201C)
264
+ .add(0x0094, 0x201D)
265
+ .add(0x0095, 0x2022)
266
+ .add(0x0096, 0x2013)
267
+ .add(0x0097, 0x2014)
268
+ .add(0x0098, 0x02DC)
269
+ .add(0x0099, 0x2122)
270
+ .add(0x009A, 0x0161)
271
+ .add(0x009B, 0x203A)
272
+ .add(0x009C, 0x0153)
273
+ .add(0x009F, 0x0178)
274
+ .add(0x00D0, 0x011E)
275
+ .add(0x00DD, 0x0130)
276
+ .add(0x00DE, 0x015E)
277
+ .add(0x00F0, 0x011F)
278
+ .add(0x00FD, 0x0131)
279
+ .add(0x00FE, 0x015F)
280
+ .get();
281
+ export const windows1255specifiedSymbols = new MapCreator()
282
+ .add(0x0080, 0x20AC)
283
+ .add(0x0082, 0x201A)
284
+ .add(0x0083, 0x0192)
285
+ .add(0x0084, 0x201E)
286
+ .add(0x0085, 0x2026)
287
+ .add(0x0086, 0x2020)
288
+ .add(0x0087, 0x2021)
289
+ .add(0x0088, 0x02C6)
290
+ .add(0x0089, 0x2030)
291
+ .add(0x008B, 0x2039)
292
+ .add(0x0091, 0x2018)
293
+ .add(0x0092, 0x2019)
294
+ .add(0x0093, 0x201C)
295
+ .add(0x0094, 0x201D)
296
+ .add(0x0095, 0x2022)
297
+ .add(0x0096, 0x2013)
298
+ .add(0x0097, 0x2014)
299
+ .add(0x0098, 0x02DC)
300
+ .add(0x0099, 0x2122)
301
+ .add(0x009B, 0x203A)
302
+ .add(0x00A4, 0x20AA)
303
+ .add(0x00AA, 0x00D7)
304
+ .add(0x00BA, 0x00F7)
305
+ .add(0x00C0, 0x05B0)
306
+ .add(0x00C1, 0x05B1)
307
+ .add(0x00C2, 0x05B2)
308
+ .add(0x00C3, 0x05B3)
309
+ .add(0x00C4, 0x05B4)
310
+ .add(0x00C5, 0x05B5)
311
+ .add(0x00C6, 0x05B6)
312
+ .add(0x00C7, 0x05B7)
313
+ .add(0x00C8, 0x05B8)
314
+ .add(0x00C9, 0x05B9)
315
+ .add(0x00CA, 0x05BA)
316
+ .add(0x00CB, 0x05BB)
317
+ .add(0x00CC, 0x05BC)
318
+ .add(0x00CD, 0x05BD)
319
+ .add(0x00CE, 0x05BE)
320
+ .add(0x00CF, 0x05BF)
321
+ .add(0x00D0, 0x05C0)
322
+ .add(0x00D1, 0x05C1)
323
+ .add(0x00D2, 0x05C2)
324
+ .add(0x00D3, 0x05C3)
325
+ .add(0x00D4, 0x05F0)
326
+ .add(0x00D5, 0x05F1)
327
+ .add(0x00D6, 0x05F2)
328
+ .add(0x00D7, 0x05F3)
329
+ .add(0x00D8, 0x05F4)
330
+ .add(0x00E0, 0x05D0)
331
+ .add(0x00E1, 0x05D1)
332
+ .add(0x00E2, 0x05D2)
333
+ .add(0x00E3, 0x05D3)
334
+ .add(0x00E4, 0x05D4)
335
+ .add(0x00E5, 0x05D5)
336
+ .add(0x00E6, 0x05D6)
337
+ .add(0x00E7, 0x05D7)
338
+ .add(0x00E8, 0x05D8)
339
+ .add(0x00E9, 0x05D9)
340
+ .add(0x00EA, 0x05DA)
341
+ .add(0x00EB, 0x05DB)
342
+ .add(0x00EC, 0x05DC)
343
+ .add(0x00ED, 0x05DD)
344
+ .add(0x00EE, 0x05DE)
345
+ .add(0x00EF, 0x05DF)
346
+ .add(0x00F0, 0x05E0)
347
+ .add(0x00F1, 0x05E1)
348
+ .add(0x00F2, 0x05E2)
349
+ .add(0x00F3, 0x05E3)
350
+ .add(0x00F4, 0x05E4)
351
+ .add(0x00F5, 0x05E5)
352
+ .add(0x00F6, 0x05E6)
353
+ .add(0x00F7, 0x05E7)
354
+ .add(0x00F8, 0x05E8)
355
+ .add(0x00F9, 0x05E9)
356
+ .add(0x00FA, 0x05EA)
357
+ .add(0x00FD, 0x200E)
358
+ .add(0x00FE, 0x200F)
359
+ .get();
360
+ export const windows1256specifiedSymbols = new MapCreator()
361
+ .add(0x0080, 0x20AC)
362
+ .add(0x0081, 0x067E)
363
+ .add(0x0082, 0x201A)
364
+ .add(0x0083, 0x0192)
365
+ .add(0x0084, 0x201E)
366
+ .add(0x0085, 0x2026)
367
+ .add(0x0086, 0x2020)
368
+ .add(0x0087, 0x2021)
369
+ .add(0x0088, 0x02C6)
370
+ .add(0x0089, 0x2030)
371
+ .add(0x008A, 0x0679)
372
+ .add(0x008B, 0x2039)
373
+ .add(0x008C, 0x0152)
374
+ .add(0x008D, 0x0686)
375
+ .add(0x008E, 0x0698)
376
+ .add(0x008F, 0x0688)
377
+ .add(0x0090, 0x06AF)
378
+ .add(0x0091, 0x2018)
379
+ .add(0x0092, 0x2019)
380
+ .add(0x0093, 0x201C)
381
+ .add(0x0094, 0x201D)
382
+ .add(0x0095, 0x2022)
383
+ .add(0x0096, 0x2013)
384
+ .add(0x0097, 0x2014)
385
+ .add(0x0098, 0x06A9)
386
+ .add(0x0099, 0x2122)
387
+ .add(0x009A, 0x0691)
388
+ .add(0x009B, 0x203A)
389
+ .add(0x009C, 0x0153)
390
+ .add(0x009D, 0x200C)
391
+ .add(0x009E, 0x200D)
392
+ .add(0x009F, 0x06BA)
393
+ .add(0x00A1, 0x060C)
394
+ .add(0x00AA, 0x06BE)
395
+ .add(0x00BA, 0x061B)
396
+ .add(0x00BF, 0x061F)
397
+ .add(0x00C0, 0x06C1)
398
+ .add(0x00C1, 0x0621)
399
+ .add(0x00C2, 0x0622)
400
+ .add(0x00C3, 0x0623)
401
+ .add(0x00C4, 0x0624)
402
+ .add(0x00C5, 0x0625)
403
+ .add(0x00C6, 0x0626)
404
+ .add(0x00C7, 0x0627)
405
+ .add(0x00C8, 0x0628)
406
+ .add(0x00C9, 0x0629)
407
+ .add(0x00CA, 0x062A)
408
+ .add(0x00CB, 0x062B)
409
+ .add(0x00CC, 0x062C)
410
+ .add(0x00CD, 0x062D)
411
+ .add(0x00CE, 0x062E)
412
+ .add(0x00CF, 0x062F)
413
+ .add(0x00D0, 0x0630)
414
+ .add(0x00D1, 0x0631)
415
+ .add(0x00D2, 0x0632)
416
+ .add(0x00D3, 0x0633)
417
+ .add(0x00D4, 0x0634)
418
+ .add(0x00D5, 0x0635)
419
+ .add(0x00D6, 0x0636)
420
+ .add(0x00D8, 0x0637)
421
+ .add(0x00D9, 0x0638)
422
+ .add(0x00DA, 0x0639)
423
+ .add(0x00DB, 0x063A)
424
+ .add(0x00DC, 0x0640)
425
+ .add(0x00DD, 0x0641)
426
+ .add(0x00DE, 0x0642)
427
+ .add(0x00DF, 0x0643)
428
+ .add(0x00E1, 0x0644)
429
+ .add(0x00E3, 0x0645)
430
+ .add(0x00E4, 0x0646)
431
+ .add(0x00E5, 0x0647)
432
+ .add(0x00E6, 0x0648)
433
+ .add(0x00EC, 0x0649)
434
+ .add(0x00ED, 0x064A)
435
+ .add(0x00F0, 0x064B)
436
+ .add(0x00F1, 0x064C)
437
+ .add(0x00F2, 0x064D)
438
+ .add(0x00F3, 0x064E)
439
+ .add(0x00F5, 0x064F)
440
+ .add(0x00F6, 0x0650)
441
+ .add(0x00F8, 0x0651)
442
+ .add(0x00FA, 0x0652)
443
+ .add(0x00FD, 0x200E)
444
+ .add(0x00FE, 0x200F)
445
+ .add(0x00FF, 0x06D2)
446
+ .get();
447
+ export const windows1257specifiedSymbols = new MapCreator()
448
+ .add(0x0080, 0x20AC)
449
+ .add(0x0082, 0x201A)
450
+ .add(0x0084, 0x201E)
451
+ .add(0x0085, 0x2026)
452
+ .add(0x0086, 0x2020)
453
+ .add(0x0087, 0x2021)
454
+ .add(0x0089, 0x2030)
455
+ .add(0x008B, 0x2039)
456
+ .add(0x008D, 0x00A8)
457
+ .add(0x008E, 0x02C7)
458
+ .add(0x008F, 0x00B8)
459
+ .add(0x009C, 0x00AF)
460
+ .add(0x009D, 0x02DB)
461
+ .get();
462
+ export const windows1258specifiedSymbols = new MapCreator()
463
+ .add(0x0080, 0x20AC)
464
+ .add(0x0082, 0x201A)
465
+ .add(0x0083, 0x0192)
466
+ .add(0x0084, 0x201E)
467
+ .add(0x0085, 0x2026)
468
+ .add(0x0086, 0x2020)
469
+ .add(0x0087, 0x2021)
470
+ .add(0x0088, 0x02C6)
471
+ .add(0x0089, 0x2030)
472
+ .add(0x008B, 0x2039)
473
+ .add(0x008C, 0x0152)
474
+ .add(0x0091, 0x2018)
475
+ .add(0x0092, 0x2019)
476
+ .add(0x0093, 0x201C)
477
+ .add(0x0094, 0x201D)
478
+ .add(0x0095, 0x2022)
479
+ .add(0x0096, 0x2013)
480
+ .add(0x0097, 0x2014)
481
+ .add(0x0098, 0x02DC)
482
+ .add(0x0099, 0x2122)
483
+ .add(0x009B, 0x203A)
484
+ .add(0x009C, 0x0153)
485
+ .add(0x009F, 0x0178)
486
+ .add(0x00C3, 0x0102)
487
+ .add(0x00CC, 0x0300)
488
+ .add(0x00D0, 0x0110)
489
+ .add(0x00D2, 0x0309)
490
+ .add(0x00D5, 0x01A0)
491
+ .add(0x00DD, 0x01AF)
492
+ .add(0x00DE, 0x0303)
493
+ .add(0x00E3, 0x0103)
494
+ .add(0x00EC, 0x0301)
495
+ .add(0x00F0, 0x0111)
496
+ .add(0x00F2, 0x0323)
497
+ .add(0x00F5, 0x01A1)
498
+ .add(0x00FD, 0x01B0)
499
+ .add(0x00FE, 0x20AB)
500
+ .get();
501
+ export const gb2312date = "a1e800A4a1ec00A7a1a700A8a1e300B0a1c000B1a1c100D7a8a400E0a8a200E1a8a800E8a8a600E9a8ba00EAa8ac00ECa8aa00EDa8b000F2a8ae00F3a1c200F7a8b400F9a8b200FAa8b900FCa8a10101a8a50113a8a7011Ba8a9012Ba8ad014Da8b1016Ba8a301CEa8ab01D0a8af01D2a8b301D4a8b501D6a8b601D8a8b701DAa8b801DCa1a602C7a1a502C9a6a10391a6a20392a6a30393a6a40394a6a50395a6a60396a6a70397a6a80398a6a90399a6aa039Aa6ab039Ba6ac039Ca6ad039Da6ae039Ea6af039Fa6b003A0a6b103A1a6b203A3a6b303A4a6b403A5a6b503A6a6b603A7a6b703A8a6b803A9a6c103B1a6c203B2a6c303B3a6c403B4a6c503B5a6c603B6a6c703B7a6c803B8a6c903B9a6ca03BAa6cb03BBa6cc03BCa6cd03BDa6ce03BEa6cf03BFa6d003C0a6d103C1a6d203C3a6d303C4a6d403C5a6d503C6a6d603C7a6d703C8a6d803C9a7a70401a7a10410a7a20411a7a30412a7a40413a7a50414a7a60415a7a80416a7a90417a7aa0418a7ab0419a7ac041Aa7ad041Ba7ae041Ca7af041Da7b0041Ea7b1041Fa7b20420a7b30421a7b40422a7b50423a7b60424a7b70425a7b80426a7b90427a7ba0428a7bb0429a7bc042Aa7bd042Ba7be042Ca7bf042Da7c0042Ea7c1042Fa7d10430a7d20431a7d30432a7d40433a7d50434a7d60435a7d80436a7d90437a7da0438a7db0439a7dc043Aa7dd043Ba7de043Ca7df043Da7e0043Ea7e1043Fa7e20440a7e30441a7e40442a7e50443a7e60444a7e70445a7e80446a7e90447a7ea0448a7eb0449a7ec044Aa7ed044Ba7ee044Ca7ef044Da7f0044Ea7f1044Fa7d70451a1aa2015a1ac2016a1ae2018a1af2019a1b0201Ca1b1201Da1ad2026a1eb2030a1e42032a1e52033a1f9203Ba1e62103a1ed2116a2f12160a2f22161a2f32162a2f42163a2f52164a2f62165a2f72166a2f82167a2f92168a2fa2169a2fb216Aa2fc216Ba1fb2190a1fc2191a1fa2192a1fd2193a1ca2208a1c7220Fa1c62211a1cc221Aa1d8221Da1de221Ea1cf2220a1ce2225a1c42227a1c52228a1c92229a1c8222Aa1d2222Ba1d3222Ea1e02234a1df2235a1c32236a1cb2237a1d7223Da1d62248a1d5224Ca1d92260a1d42261a1dc2264a1dd2265a1da226Ea1db226Fa1d12299a1cd22A5a1d02312a2d92460a2da2461a2db2462a2dc2463a2dd2464a2de2465a2df2466a2e02467a2e12468a2e22469a2c52474a2c62475a2c72476a2c82477a2c92478a2ca2479a2cb247Aa2cc247Ba2cd247Ca2ce247Da2cf247Ea2d0247Fa2d12480a2d22481a2d32482a2d42483a2d52484a2d62485a2d72486a2d82487a2b12488a2b22489a2b3248Aa2b4248Ba2b5248Ca2b6248Da2b7248Ea2b8248Fa2b92490a2ba2491a2bb2492a2bc2493a2bd2494a2be2495a2bf2496a2c02497a2c12498a2c22499a2c3249Aa2c4249Ba9a42500a9a52501a9a62502a9a72503a9a82504a9a92505a9aa2506a9ab2507a9ac2508a9ad2509a9ae250Aa9af250Ba9b0250Ca9b1250Da9b2250Ea9b3250Fa9b42510a9b52511a9b62512a9b72513a9b82514a9b92515a9ba2516a9bb2517a9bc2518a9bd2519a9be251Aa9bf251Ba9c0251Ca9c1251Da9c2251Ea9c3251Fa9c42520a9c52521a9c62522a9c72523a9c82524a9c92525a9ca2526a9cb2527a9cc2528a9cd2529a9ce252Aa9cf252Ba9d0252Ca9d1252Da9d2252Ea9d3252Fa9d42530a9d52531a9d62532a9d72533a9d82534a9d92535a9da2536a9db2537a9dc2538a9dd2539a9de253Aa9df253Ba9e0253Ca9e1253Da9e2253Ea9e3253Fa9e42540a9e52541a9e62542a9e72543a9e82544a9e92545a9ea2546a9eb2547a9ec2548a9ed2549a9ee254Aa9ef254Ba1f625A0a1f525A1a1f825B2a1f725B3a1f425C6a1f325C7a1f025CBa1f225CEa1f125CFa1ef2605a1ee2606a1e22640a1e12642a1a13000a1a23001a1a33002a1a83003a1a93005a1b43008a1b53009a1b6300Aa1b7300Ba1b8300Ca1b9300Da1ba300Ea1bb300Fa1be3010a1bf3011a1fe3013a1b23014a1b33015a1bc3016a1bd3017a4a13041a4a23042a4a33043a4a43044a4a53045a4a63046a4a73047a4a83048a4a93049a4aa304Aa4ab304Ba4ac304Ca4ad304Da4ae304Ea4af304Fa4b03050a4b13051a4b23052a4b33053a4b43054a4b53055a4b63056a4b73057a4b83058a4b93059a4ba305Aa4bb305Ba4bc305Ca4bd305Da4be305Ea4bf305Fa4c03060a4c13061a4c23062a4c33063a4c43064a4c53065a4c63066a4c73067a4c83068a4c93069a4ca306Aa4cb306Ba4cc306Ca4cd306Da4ce306Ea4cf306Fa4d03070a4d13071a4d23072a4d33073a4d43074a4d53075a4d63076a4d73077a4d83078a4d93079a4da307Aa4db307Ba4dc307Ca4dd307Da4de307Ea4df307Fa4e03080a4e13081a4e23082a4e33083a4e43084a4e53085a4e63086a4e73087a4e83088a4e93089a4ea308Aa4eb308Ba4ec308Ca4ed308Da4ee308Ea4ef308Fa4f03090a4f13091a4f23092a4f33093a5a130A1a5a230A2a5a330A3a5a430A4a5a530A5a5a630A6a5a730A7a5a830A8a5a930A9a5aa30AAa5ab30ABa5ac30ACa5ad30ADa5ae30AEa5af30AFa5b030B0a5b130B1a5b230B2a5b330B3a5b430B4a5b530B5a5b630B6a5b730B7a5b830B8a5b930B9a5ba30BAa5bb30BBa5bc30BCa5bd30BDa5be30BEa5bf30BFa5c030C0a5c130C1a5c230C2a5c330C3a5c430C4a5c530C5a5c630C6a5c730C7a5c830C8a5c930C9a5ca30CAa5cb30CBa5cc30CCa5cd30CDa5ce30CEa5cf30CFa5d030D0a5d130D1a5d230D2a5d330D3a5d430D4a5d530D5a5d630D6a5d730D7a5d830D8a5d930D9a5da30DAa5db30DBa5dc30DCa5dd30DDa5de30DEa5df30DFa5e030E0a5e130E1a5e230E2a5e330E3a5e430E4a5e530E5a5e630E6a5e730E7a5e830E8a5e930E9a5ea30EAa5eb30EBa5ec30ECa5ed30EDa5ee30EEa5ef30EFa5f030F0a5f130F1a5f230F2a5f330F3a5f430F4a5f530F5a5f630F6a1a430FBa8c53105a8c63106a8c73107a8c83108a8c93109a8ca310Aa8cb310Ba8cc310Ca8cd310Da8ce310Ea8cf310Fa8d03110a8d13111a8d23112a8d33113a8d43114a8d53115a8d63116a8d73117a8d83118a8d93119a8da311Aa8db311Ba8dc311Ca8dd311Da8de311Ea8df311Fa8e03120a8e13121a8e23122a8e33123a8e43124a8e53125a8e63126a8e73127a8e83128a8e93129a2e53220a2e63221a2e73222a2e83223a2e93224a2ea3225a2eb3226a2ec3227a2ed3228a2ee3229d2bb4E00b6a14E01c6df4E03cdf24E07d5c94E08c8fd4E09c9cf4E0Acfc24E0Bd8a24E0Cb2bb4E0Dd3eb4E0Ed8a44E10b3f34E11d7a84E13c7d24E14d8a74E15cac04E16c7f04E18b1fb4E19d2b54E1Ab4d44E1Bb6ab4E1Ccbbf4E1Dd8a94E1Eb6aa4E22c1bd4E24d1cf4E25c9a54E27d8ad4E28b8f64E2Ad1be4E2Be3dc4E2Cd6d04E2Db7e14E30b4ae4E32c1d94E34d8bc4E36cde84E38b5a44E39ceaa4E3Ad6f74E3Bc0f64E3Dbed94E3Ed8af4E3Fc4cb4E43bec34E45d8b14E47c3b44E48d2e54E49d6ae4E4Bceda4E4Cd5a74E4Dbaf54E4Eb7a64E4Fc0d64E50c6b94E52c5d24E53c7c74E54b9d44E56b3cb4E58d2d24E59d8bf4E5Cbec54E5Dc6f24E5Ed2b24E5Fcfb04E60cfe74E61cae94E66d8c04E69c2f24E70c2d24E71c8e94E73c7ac4E7Ec1cb4E86d3e84E88d5f94E89cac24E8Bb6fe4E8Cd8a14E8Dd3da4E8Ebff74E8Fd4c64E91bba54E92d8c14E93cee54E94beae4E95d8a84E98d1c74E9Ad0a94E9Bd8bd4E9Fd9ef4EA0cdf64EA1bfba4EA2bdbb4EA4baa54EA5d2e04EA6b2fa4EA7bae04EA8c4b64EA9cfed4EABbea94EACcda44EADc1c14EAEc7d74EB2d9f14EB3d9f44EB5c8cb4EBAd8e94EBBd2da4EBFcab24EC0c8ca4EC1d8ec4EC2d8ea4EC3d8c64EC4bdf64EC5c6cd4EC6b3f04EC7d8eb4EC9bdf14ECAbde94ECBc8d44ECDb4d34ECEc2d84ED1b2d64ED3d7d04ED4cacb4ED5cbfb4ED6d5cc4ED7b8b64ED8cfc94ED9d9da4EDDd8f04EDEc7aa4EDFd8ee4EE1b4fa4EE3c1ee4EE4d2d44EE5d8ed4EE8d2c74EEAd8ef4EEBc3c74EECd1f64EF0d6d94EF2d8f24EF3d8f54EF5bcfe4EF6bcdb4EF7c8ce4EFBb7dd4EFDb7c24EFFc6f34F01d8f84F09d2c14F0Acee94F0Dbcbf4F0Eb7fc4F0Fb7a54F10d0dd4F11d6da4F17d3c54F18bbef4F19bbe14F1Ad8f14F1Bc9a14F1Eceb04F1Fb4ab4F20d8f34F22c9cb4F24d8f64F25c2d74F26d8f74F27ceb14F2Ad8f94F2Bb2ae4F2Fb9c04F30d9a34F32b0e94F34c1e64F36c9ec4F38cbc54F3Acbc64F3Cd9a44F3Db5e84F43b5ab4F46cebb4F4Db5cd4F4Ed7a14F4Fd7f44F50d3d34F51cce54F53bace4F55d9a24F57d9dc4F58d3e04F59d8fd4F5Ab7f04F5Bd7f74F5Cd8fe4F5Dd8fa4F5Ed9a14F5Fc4e34F60d3b64F63d8f44F64d9dd4F65d8fb4F67c5e54F69c0d04F6Cd1f04F6Fb0db4F70bcd14F73d9a64F74d9a54F76d9ac4F7Bd9ae4F7Cd9ab4F7Ecab94F7Fd9a94F83d6b64F84b3de4F88d9a84F89c0fd4F8Bcacc4F8Dd9aa4F8Fd9a74F91d9b04F94b6b14F97b9a94F9Bd2c04F9Dcfc04FA0c2c24FA3bdc44FA5d5ec4FA6b2e04FA7c7c84FA8bfeb4FA9d9ad4FAAd9af4FACceea4FAEbaee4FAFc7d64FB5b1e34FBFb4d94FC3b6ed4FC4d9b44FC5bfa14FCAd9de4FCEc7ce4FCFc0fe4FD0d9b84FD1cbd74FD7b7fd4FD8d9b54FDAd9b74FDCb1a34FDDd3e14FDEd9b94FDFd0c54FE1d9b64FE3d9b14FE6d9b24FE8c1a94FE9d9b34FEAbcf34FEDd0de4FEEb8a94FEFbee34FF1d9bd4FF3d9ba4FF8b0b34FFAd9c24FFEd9c4500Cb1b6500Dd9bf500Fb5b95012bef35014ccc85018baf25019d2d0501Ad9c3501Cbde8501Fb3ab5021d9c55025beeb5026d9c65028d9bb5029c4df502Ad9be502Cd9c1502Dd9c0502Ed5ae503Ad6b5503Cc7e3503Ed9c85043bcd95047d9ca5048d9bc504Cd9cb504Ec6ab504Fd9c95055d7f6505Acda3505Cbda15065d9cc506Cc5bc5076cdb55077d9cd507Bd9c7507Eb3a5507Fbffe5080b8b55085c0fc5088b0f8508Db4f650A3d9ce50A5d9cf50A7b4a250A8d9d050A9b4df50ACb0c150B2d9d150BAc9b550BBcff150CFd9d250D6c1c550DAd9d650E6c9ae50E7d9d550ECd9d450EDd9d750EEcbdb50F3bda950F5c6a750FBd9d35106d9d85107d9d9510Bc8e55112c0dc5121b6f9513Fd8a35140d4ca5141d4aa5143d0d65144b3e45145d5d75146cfc85148b9e25149bfcb514Bc3e2514Db6d25151cdc35154d9ee5155d9f05156b5b3515Ab6b5515Cbea45162c8eb5165c8ab5168b0cb516Bb9ab516Cc1f9516Dd9e2516Ec0bc5170b9b25171b9d85173d0cb5174b1f85175c6e45176bedf5177b5e45178d7c85179d1f8517Bbce6517Ccade517Dbcbd5180d9e65181d8e75182c4da5185b8d45188c8bd5189b2e1518Cd4d9518Dc3b05192c3e15195daa25196c8df5197d0b45199befc519Bc5a9519Cb9da51A0daa351A2d4a951A4daa451A5d9fb51ABb6ac51ACb7eb51AFb1f951B0d9fc51B1b3e551B2bef651B3bff651B5d2b151B6c0e451B7b6b351BBd9fe51BCd9fd51BDbebb51C0c6e051C4d7bc51C6daa151C7c1b951C9b5f251CBc1e851CCbcf551CFb4d551D1c1dd51DBc4fd51DDbcb851E0b7b251E1b7ef51E4d9ec51EBc6be51EDbfad51EFbbcb51F0b5ca51F3dbc951F5d0d751F6cdb951F8b0bc51F9b3f651FAbbf751FBdbca51FCbaaf51FDd4e451FFb5b65200b5f35201d8d65202c8d05203b7d65206c7d05207d8d75208bfaf520Adbbb520Dd8d8520Ed0cc5211bbae5212ebbe5216c1d05217c1f55218d4f25219b8d5521Ab4b4521Bb3f5521Dc9be5220c5d05224c5d95228c0fb5229b1f0522Bd8d9522Db9ce522Eb5bd5230d8da5233d6c65236cba25237c8af5238c9b25239b4cc523Abfcc523Bb9f4523Dd8db523Fd8dc5240b6e75241bcc15242ccea5243cff7524Ad8dd524Cc7b0524Db9d05250bda35251ccde5254c6ca5256d8e0525Cd8de525Ed8df5261b0fe5265bee75267caa35269bcf4526Ab8b1526Fb8ee5272d8e2527Dbdcb527Fd8e45281d8e35282c5fc5288d8e55290d8e65293c1a6529Bc8b0529Db0ec529Eb9a6529Fbcd352A0cef152A1dbbd52A2c1d352A3b6af52A8d6fa52A9c5ac52AAbdd952ABdbbe52ACdbbf52ADc0f852B1bea252B2c0cd52B3dbc052BEcac652BFb2aa52C3d3c252C7c3e352C9d1ab52CBdbc252D0c0d552D2dbc352D6bfb152D8c4bc52DFc7da52E4dbc452F0d9e852F9c9d752FAb9b452FEcef052FFd4c85300b0fc5305b4d25306d0d95308d9e9530Ddecb530Fd9eb5310d8b05315bbaf5316b1b15317b3d75319d8ce531Ad4d1531Dbdb35320bfef5321cfbb5323d8d05326b7cb532Ad8d1532Ec6a55339c7f8533Ad2bd533Bd8d2533Ec4e4533Fcaae5341c7a75343d8a65345c9fd5347cee75348bbdc5349b0eb534Abbaa534Ed0ad534Fb1b05351d7e45352d7bf5353b5a55355c2f45356c4cf5357b2a9535Ab2b7535Cb1e5535Edfb2535Fd5bc5360bfa85361c2ac5362d8d55363c2b15364d8d45366ced45367dae05369cec0536Bd8b4536Ec3ae536Fd3a15370cea35371bcb45373c8b45374c2d15375beed5377d0b65378dae1537Ac7e4537Fb3a75382b6f25384ccfc5385c0fa5386c0f75389d1b9538Bd1e1538Cd8c7538Db2de5395c0e55398baf1539Ad8c8539Dd4ad539Fcfe153A2d8c953A3d8ca53A5cfc353A6b3f853A8bec753A9d8cb53AEdbcc53B6c8a553BBcfd853BFc8fe53C1b2ce53C2d3d653C8b2e653C9bcb053CAd3d153CBcbab53CCb7b453CDb7a253D1cae553D4c8a153D6cadc53D7b1e453D8d0f053D9c5d153DBdbc553DFb5fe53E0bfda53E3b9c553E4bee453E5c1ed53E6dfb653E8dfb553E9d6bb53EAbdd053EBd5d953ECb0c853EDb6a353EEbfc953EFcca853F0dfb353F1cab753F2d3d253F3d8cf53F5d2b653F6bac553F7cbbe53F8ccbe" +
502
+ "53F9dfb753FBb5f053FCdfb453FDd3f55401b3d45403b8f75404dfba5406bacf5408bcaa5409b5f5540Acdac540Cc3fb540Dbaf3540Ec0f4540Fcdc25410cff25411dfb85412cfc55413c2c05415dfb95416c2f05417befd541Bc1df541Dcdcc541Ed2f7541Fb7cd5420dfc15421dfc45423b7f15426b0c95427b6d65428b7d45429baac542Bccfd542Cbfd4542Dcbb1542Ec6f4542Fd6a85431dfc55432cee25434b3b35435cefc5438b4b55439cec7543Bbaf0543Ccee1543Ed1bd5440dfc05443b4f45446b3ca5448b8e6544Adfbb544Bc4c55450dfbc5452dfbd5453dfbe5454c5bb5455dfbf5456dfc25457d4b15458dfc35459c7ba545Bced8545Cc4d85462dfca5464dfcf5466d6dc5468dfc95471dfda5472ceb65473bac75475dfce5476dfc85477c5de5478c9eb547Bbaf4547Cc3fc547Dbed75480dfc65482dfcd5484c5d85486d5a6548Bbacd548Cbecc548Ed3bd548Fb8c05490d6e45492dfc75494b9be5495bfa75496c1fc5499dfcb549Adfcc549Bdfd0549Ddfdb54A3dfe554A4dfd754A6dfd654A7d7c954A8dfe354A9dfe454AAe5eb54ABd2a754ACdfd254ADbfa954AFd4db54B1bfc854B3dfd454B4cfcc54B8dfdd54BBd1ca54BDdfde54BFb0a754C0c6b754C1dfd354C2bae554C4b6df54C6cddb54C7b9fe54C8d4d554C9dfdf54CCcfec54CDb0a554CEdfe754CFdfd154D0d1c654D1dfd554D2dfd854D3dfd954D4dfdc54D5bba954D7dfe054D9dfe154DAdfe254DCdfe654DDdfe854DEd3b454DFb8e754E5c5b654E6dfea54E7c9da54E8c1a854E9c4c454EAbfde54EDcff854EEd5dc54F2dfee54F3b2b854FAbadf54FCdfec54FDdbc154FFd1e45501cbf45506b4bd5507b0a65509dff1550Fccc65510dff25511dfed5514dfe9551Bdfeb5520dfef5522dff05523bbbd5524dff35527dff4552Abba3552Ccadb552Ecea8552Fe0a75530b3aa5531e0a65533e0a15537dffe553Ccdd9553Edffc553Fdffa5541bfd05543d7c45544c9cc5546dff85549b0a1554Adffd5550dffb5555e0a25556e0a8555Cb7c85561c6a15564c9b65565c0b25566dff55567c5be556Ad8c4556Cdff9556Dc4f6556Ee0a35575e0a45576e0a55577d0a55578e0b4557Bcce4557Ce0b1557Ebfa65580e0af5581ceb95582e0ab5583c9c65584c0ae5587e0ae5588baed5589bab0558Ae0a9558Bdff6558Fe0b35591e0b85594b4ad5598e0b95599cfb2559Cbac8559De0b0559Fd0fa55A7e0ac55B1d4fb55B3dff755B5c5e755B7e0ad55B9d3f755BBe0b655BDe0b755BEe0c455C4d0e155C5e0bc55C9e0c955CCe0ca55CDe0be55D1e0aa55D2c9a455D3e0c155D4e0b255D6cac855DCe0c355DDe0b555DFcecb55E1cbc355E3e0cd55E4e0c655E5e0c255E6e0cb55E8e0ba55EAe0bf55EBe0c055ECe0c555EFe0c755F2e0c855F3e0cc55F5e0bb55F7cbd455FDe0d555FEe0d65600e0d25601e0d05608bcce5609e0d1560Cb8c2560Ed8c5560Fd0ea5618c2ef561Be0cf561Ee0bd561Fe0d45623e0d35624e0d75627e0dc562Ce0d8562Dd6f65631b3b05632d7ec5634cbbb5636e0da5639cefb563Bbad9563Fe0e1564Ce0dd564Dd2ad564Ee0e25654e0db5657e0d95658e0df5659e0e0565Ce0de5662e0e45664c6f75668d8ac5669d4eb566Ae0e6566Bcac9566Ce0e55671b8c15676e0e7567Be0e8567Ce0e95685e0e35686babf568Ecce7568Fe0ea5693cff956A3e0eb56AFc8c256B7bdc056BCc4d256CAe0ec56D4e0ed56D7c7f456DAcbc456DBe0ee56DDbbd856DEd8b656DFd2f256E0e0ef56E1cdc556E2b6da56E4e0f156EBd4b056EDc0a756F0b4d156F1cea756F4e0f056F5e0f256F9b9cc56FAb9fa56FDcdbc56FEe0f356FFc6d45703e0f45704d4b25706c8a65708e0f65709e0f5570Ae0f7571Ccdc1571Fcaa55723d4da5728dbd75729dbd9572Adbd8572Cb9e7572Ddbdc572Edbdd572Fb5d85730dbda5733dbdb5739b3a1573Adbdf573Bbbf8573Ed6b75740dbe05742bef95747b7bb574Adbd0574Cccae574Dbfb2574Ebbb5574Fd7f85750bfd35751bfe95757bce1575Accb3575Bdbde575Cb0d3575Dceeb575Eb7d8575Fd7b95760c6c25761c0a45764ccb95766dbe75768dbe15769c6ba576Adbe3576Bdbe8576Dc5f7576Fdbea5773dbe95776bfc05777dbe6577Bdbe5577Cb4b95782c0ac5783c2a25784dbe25785dbe45786d0cd578Bdbed578Cc0dd5792dbf25793b6e2579Bdbf357A0dbd257A1b9b857A2d4ab57A3dbec57A4bfd157A6dbf057A7dbd157A9b5e657ABdbeb57ADbfe557AEdbee57B2dbf157B4dbf957B8b9a157C2b0a357C3c2f157CBb3c757CEdbef57CFdbf857D2c6d257D4dbf457D5dbf557D8dbf757D9dbf657DAdbfe57DDd3f257DFb2ba57E0dbfd57E4dca457EDdbfb57EFdbfa57F4dbfc57F8c5e057F9bbf957FAdca357FDdca55800ccc35802b6d15806ddc05807dca1580Bdca2580Dc7b55811b6e95815dca75819dca6581Edca95820b1a45821b5cc5824bfb0582Ad1df5830b6c25835dca85844cbfa584Cebf3584Dcbdc5851cbfe5854ccc15858c8fb585Edcaa5865ccee586Bdcab586Cdbd3587Edcaf5880dcac5881beb35883cafb5885dcad5889c9ca5892c4b95893c7bd5899dcae589Ad4f6589Ed0e6589Fc4ab58A8b6d558A9dbd458BCb1da58C1dbd558C5dbd658D1babe58D5c8c058E4cabf58EBc8c958ECd7b358EEc9f958F0bfc758F3baf858F6d2bc58F9e2ba5902b4a65904b1b85907b8b4590Dcfc4590Fd9e75914cfa65915cde25916d9ed5919b6e0591Ad2b9591Cb9bb591Fe2b95924e2b75925b4f35927ccec5929ccab592Ab7f2592Bd8b2592Dd1eb592Ebabb592Fcaa75931cdb75934d2c45937bfe45938bcd05939b6e1593Adec5593Cdec65941dbbc5942d1d95944c6e65947c4ce5948b7ee5949b7dc594Bbffc594Ed7e0594Fc6f55951b1bc5954dec85955bdb15956ccd75957deca5958dec9595Ab5ec5960c9dd5962b0c25965c5ae5973c5ab5974c4cc5976bce95978cbfd5979bac3597De5f95981c8e75982e5fa5983cdfd5984d7b15986b8be5987c2e85988c8d1598Ae5fb598Db6ca5992bccb5993d1fd5996e6a15997c3ee5999e6a4599Ee5fe59A3e6a559A4cdd759A5b7c159A8e5fc59A9e5fd59AAe6a359ABc4dd59AEe6a859AFe6a759B2c3c359B9c6de59BBe6aa59BEc4b759C6e6a259CAcabc59CBbde359D0b9c359D1e6a659D2d0d559D3ceaf59D4e6a959D7e6b059D8d2a659DAbdaa59DCe6ad59DDe6af59E3c0d159E5d2cc59E8bca759ECe6b159F9d2f659FBd7cb59FFcdfe5A01cdde5A03c2a65A04e6ab5A05e6ac5A06bdbf5A07e6ae5A08e6b35A09e6b25A0Ce6b65A11e6b85A13c4ef5A18c4c85A1Cbeea5A1Fc9ef5A20e6b75A23b6f05A25c3e45A29d3e95A31e6b45A32e6b55A34c8a25A36e6bd5A3Ce6b95A40c6c55A46cdf15A49e6bb5A4Ae6bc5A55bbe95A5Ae6be5A62e6ba5A67c0b75A6Ad3a45A74e6bf5A75c9f45A76e6c35A77e6c45A7Ad0f65A7Fc3bd5A92c3c45A9Ae6c25A9Be6c15AAAe6c75AB2cfb15AB3ebf45AB5e6ca5AB8e6c55ABEbcde5AC1c9a95AC2bcb55AC9cfd35ACCe6c85AD2e6c95AD4e6ce5AD6e6d05AD8e6d15ADCe6cb5AE0b5d55AE1e6cc5AE3e6cf5AE6c4db5AE9e6c65AEBe6cd5AF1e6d25B09e6d45B16e6d35B17e6d55B32d9f85B34e6d65B37e6d75B40d7d35B50e6dd5B51e6de5B53bfd75B54d4d05B55d7d65B57b4e65B58cbef5B59e6da5B5Ad8c35B5Bd7ce5B5Cd0a25B5Dc3cf5B5Fe6df5B62bcbe5B63b9c25B64e6db5B65d1a75B66baa25B69c2cf5B6Ad8ab5B6Ccaeb5B70e5ee5B71e6dc5B73b7f55B75c8e65B7Ac4f55B7De5b25B80c4fe5B81cbfc5B83e5b35B84d5ac5B85d3ee5B87cad85B88b0b25B89cbce5B8Bcdea5B8Cbaea5B8Fe5b55B93e5b45B95d7da5B97b9d95B98d6e65B99b6a85B9Acdf05B9Bd2cb5B9Cb1a65B9Dcab55B9Eb3e85BA0c9f35BA1bfcd5BA2d0fb5BA3cad25BA4e5b65BA5bbc25BA6cfdc5BAAb9ac5BABd4d75BB0baa65BB3d1e75BB4cffc5BB5bcd25BB6e5b75BB8c8dd5BB9bfed5BBDb1f65BBEcbde5BBFbcc55BC2bcc45BC4d2fa5BC5c3dc5BC6bfdc5BC7b8bb5BCCc3c25BD0baae5BD2d4a25BD3c7de5BDDc4af5BDEb2ec5BDFb9d15BE1e5bb5BE4c1c85BE5d5af5BE8e5bc5BEEe5be5BF0b4e75BF8b6d45BF9cbc25BFAd1b05BFBb5bc5BFCcad95BFFb7e25C01c9e45C04bdab5C06cebe5C09d7f05C0Ad0a15C0Fc9d95C11b6fb5C14e6d85C15bce25C16b3be5C18c9d05C1Ae6d95C1Cb3a25C1Ddecc5C22d3c85C24decd5C25d2a25C27dece5C2Cbecd5C31decf5C34caac5C38d2fc5C39b3df5C3Ae5ea5C3Bc4e15C3Cbea15C3Dceb25C3Ec4f25C3Fbed65C40c6a85C41b2e35C42bed35C45c7fc5C48cceb5C49bdec5C4Acedd5C4Bcaba5C4Ec6c15C4Fe5ec5C50d0bc5C51d5b95C55e5ed5C59caf45C5Ecdc05C60c2c55C61e5ef5C63c2c45C65e5f05C66e5f85C6Ecdcd5C6Fc9bd5C71d2d95C79e1a85C7Ad3ec5C7Fcbea5C81c6f15C82e1ac5C88e1a75C8Ce1a95C8De1aa5C90e1af5C91b2ed5C94e1ab5C96b8da5C97e1ad5C98e1ae5C99e1b05C9Ab5ba5C9Be1b15C9Ce1b35CA2e1b85CA3d1d25CA9e1b65CABe1b55CACc1eb5CADe1b75CB1d4c05CB3e1b25CB5e1ba5CB7b0b65CB8e1b45CBDbff95CBFe1b95CC1e1bb5CC4e1be5CCBe1bc5CD2d6c55CD9cfbf5CE1e1bd5CE4e1bf5CE5c2cd5CE6b6eb5CE8d3f85CEAc7cd5CEDb7e55CF0befe5CFBe1c05D02e1c15D03e1c75D06b3e75D07c6e95D0Eb4de5D14d1c25D16e1c85D1Be1c65D1Ee1c55D24e1c35D26e1c25D27b1c05D29d5b85D2De1c45D2Ee1cb5D34e1cc5D3De1ca5D3Eeffa5D47e1d35D4Ae1d25D4Bc7b65D4Ce1c95D58e1ce5D5Be1d05D5De1d45D69e1d15D6Be1cd5D6Ce1cf5D6Fe1d55D74e1d65D82e1d75D99e1d85D9De1da5DB7e1db5DC5cea15DCDe7dd5DDBb4a85DDDd6dd5DDEd1b25DE1b3b25DE2b9a45DE5d7f35DE6c7c95DE7bede5DE8b9ae5DE9ced75DEBb2ee5DEEdbcf5DEFbcba5DF1d2d15DF2cbc85DF3b0cd5DF4cfef5DF7d9e35DFDbded5DFEb1d25E01cad05E02b2bc5E03cba75E05b7ab5E06caa65E08cfa35E0Ce0f85E0Fd5ca5E10e0fb5E11e0fa5E14c5c15E15ccfb5E16c1b15E18e0f95E19d6e35E1Ab2af5E1Bd6c45E1Cb5db5E1Db4f85E26d6a15E27cfaf5E2Db0ef5E2Ee0fc5E31e1a15E37b3a35E38e0fd5E3Be0fe5E3Cc3b15E3Dc3dd5E42e1a25E44b7f95E45bbcf5E4Ce1a35E54c4bb5E55e1a45E5Be1a55E5Ee1a65E61b4b15E62b8c95E72c6bd5E73c4ea5E74b2a25E76d0d25E78e7db5E7Abbc35E7Bd3d75E7Cd3c45E7Db9e35E7Fe2cf5E80d7af5E84c7ec5E86b1d35E87b4b25E8Ae2d15E8Bd0f25E8Fc2ae5E90e2d05E91bfe25E93d3a65E94b5d75E95e2d25E96b5ea5E97c3ed5E99b8fd5E9Ab8ae5E9Cc5d35E9Eb7cf5E9Fe2d45EA0e2d35EA5b6c85EA6d7f95EA7cda55EADe2d85EB3e2d65EB5cafc5EB6bfb55EB7d3b95EB8e2d55EB9e2d75EBEc1ae5EC9c0c85ECAe2db5ED1e2da5ED2c0aa5ED3c1ce5ED6e2dc5EDBe2dd5EE8e2de5EEAdbc85EF4d1d35EF6cda25EF7bda85EFAdec35EFEd8a55EFFbfaa5F00dbcd5F01d2ec5F02c6fa5F03c5aa5F04dec45F08b1d75F0Adfae5F0Bcabd5F0Fdfb15F11b9ad5F13d2fd5F15b8a55F17baeb5F18b3da5F1Bb5dc5F1Fd5c55F20c3d65F25cfd25F26bba15F27e5f35F29e5f25F2Ae5f45F2Dcde45F2Fc8f55F31b5af5F39c7bf5F3Ae5f65F3Cecb05F40e5e65F50b9e95F52b5b15F53c2bc5F55e5e85F56e5e75F57e5e95F58d2cd5F5De1ea5F61d0ce5F62cdae5F64d1e55F66b2ca5F69b1eb5F6Ab1f25F6Cc5ed5F6Dd5c35F70d3b05F71e1dc5F73e1dd5F77d2db5F79b3b95F7Bb1cb5F7Ccdf95F80d5f75F81e1de5F82beb65F84b4fd5F85e1df5F87badc5F88e1e05F89bbb25F8Ac2c95F8Be1e15F8Cd0ec5F90cdbd5F92e1e25F95b5c35F97c5c75F98e1e35F99e1e45F9Cd3f95FA1e1e55FA8d1ad5FAAe1e65FADcea25FAEe1e75FB5b5c25FB7e1e85FBCbbd55FBDd0c45FC3e2e05FC4b1d85FC5d2e45FC6e2e15FC9bcc95FCCc8cc5FCDe2e35FCFecfe5FD0ecfd5FD1dfaf5FD2e2e25FD6d6be5FD7cdfc5FD8c3a65FD9e3c35FDDd6d25FE0e2e75FE1e2e85FE4d3c75FE7e2ec5FEAbfec5FEBe2ed5FEDe2e55FEEb3c05FF1c4ee5FF5e2ee5FF8d0c35FFBbaf65FFDe2e95FFEb7de5FFFbbb36000ccac6001cbcb6002e2e46003e2e66004e2ea6005e2eb6006e2f7600Ae2f4600Dd4f5600Ee2f3600Fc5ad6012d5fa6014c5c26015b2c06016e2ef6019e2f2601Bc1af601Ccbbc601Db5a16020e2f96021bcb16025e2f16026d0d46027d4b96028e2f56029b9d6602Ae2f6602Bc7d3602Fe2f06035d7dc603Beda1603Ce2f8603Feda56041e2fe6042cad16043c1b5604Bbbd0604Dbfd66050bae36052cba16055eda66059eda3605Aeda2605Dbbd66062eda76063d0f46064eda46067bade6068b6f76069e3a1606Ab6b2606Bccf1606Cb9a7606Dcfa2606Fc7a16070bfd26073b6f16076e2fa6078e2fb6079e2fd607Ae2fc607Bc4d5607Ce3a2607Dd3c1607Fe3a76083c7c46084cfa46089e3a9608Cbab7608De3a86092bbda6094e3a36096e3a4609Ae3aa609Be3a6609Dcef2609Fd3c660A0bbbc60A3d4c360A6c4fa60A8eda860ABd0fc60ACe3a560ADc3f560AFe3ad60B1b1af60B2e3b260B4bcc260B8e3ac60BBb5bf60BCc7e960C5e3b060C6beaa60CAcdef60CBbbf360D1cce860D5e3af60D8e3b160DAcfa760DCe3ae60DDcea960DFbbdd60E0b5eb60E6bee560E7b2d260E8b3cd60E9b1b960EBe3ab60ECb2d160EDb5ac60EEb9df60EFb6e860F0cfeb60F3e3b760F4bbcc60F6c8c760F9d0ca60FAe3b86100b3ee6101eda96106d3fa6108d3e46109edaa610De3b9610Ed2e2610Fe3b56115d3de611Ab8d0611Fe3b36120e3b66123b7df6124" +
503
+ "e3b46126c0a26127e3ba612Bd4b8613Fb4c86148e3bb614Abbc5614Cc9f7614Ec9e56151c4bd6155edab615Dc2fd6162bbdb6167bfae6168cebf6170e3bc6175bfb66177b1ef618Bd4f7618Ee3be6194edad619De3bf61A7baa961A8edac61A9e3bd61ACe3c061B7bab661BEb6ae61C2d0b861C8b0c361CAedae61CBedaf61D1c0c161D2e3c161D4c5b361E6e3c261F5dcb261FFedb06206b8ea6208ceec620Aeaa7620Bd0e7620Ccaf9620Dc8d6620Ecfb7620Fb3c96210ced26211bde46212e3de6215bbf26216eaa86217d5bd6218c6dd621Aeaa9621Beaaa621Feaac6221eaab6222eaae6224eaad6225bdd8622Aeaaf622Cc2be622Eb4c16233b4f76234bba76237ece6623Dece5623Eb7bf623Fcbf96240b1e26241ece76243c9c86247ece86248ece96249cad6624Bded0624Cb2c5624Dd4fa624Ec6cb6251b0c76252b4f26253c8d36254cdd06258bfb8625Bbfdb6263c7a46266d6b46267c0a96269ded1626Ac9a8626Bd1ef626Cc5a4626Db0e7626Eb3b6626Fc8c56270b0e26273b7f66276c5fa6279b6f3627Cd5d2627Eb3d0627Fbcbc6280b3ad6284bef16289b0d1628Ad2d66291cae36292d7a56293cdb66295b6b66296bfb96297d5db6298b8a7629Ac5d7629Bded2629Fbfd962A0c2d562A1c7c062A2bba462A4b1a862A5c5ea62A8c5fb62ABcca762ACb1a762B1b5d662B5c4a862B9ded362BBd1ba62BCb3e962BDc3f262BFb7f762C2d6f462C4b5a362C5b2f062C6c4b462C7c4e962C8c0ad62C9ded462CAb0e862CCc5c462CDc1e062CEb9d562D0bedc62D2cdd862D3b0ce62D4cdcf62D6ded662D7bed062D8d7be62D9ded562DAd5d062DBb0dd62DCc4e262DFc2a362E2bcf062E3d3b562E5c0b962E6c5a162E7b2a662E8d4f162E9c0a862ECcac362EDded762EEd5fc62EFb9b062F1c8ad62F3cba962F4ded962F6bfbd62F7c6b462FCd7a762FDcab062FEc4c362FFb3d66301b9d26302d6b86307eafc6308b0b46309bfe6630Eccf46311cdda6316d6bf631Ac2ce631Bcece631Dcca2631Ed0ae631Fc4d36320b5b26321ded86322d5f56323bcb76324bbd36325b0a46328c5b2632Ab4ec632Bd5f1632Feafd6332deda6339cda6633Acdec633Dcee66342dedc6343cdb16345c0a66346d7bd6349dedb634Bb0c6634Cbab4634Dc9d3634Ec4f3634Fbee86350b2b66355c0cc635Ecbf0635Fbcf16361bbbb6362b5b76363c5f56367dee66369dee3636Dbedd636Ededf6371b4b76376bddd6377dee0637Ac4ed637Bcfc66380b5e06382b6de6387cada6388b5f46389dee5638Ad5c6638Cdee1638Ecccd638Fc6fe6390c5c56392d2b46396bef26398c2d363A0ccbd63A2b3b863A3bdd363A5bfd863A7cdc663A8d1da63A9b4eb63AAdee463ACdedd63ADdee763AEeafe63B0c2b063B3dee263B4d6c063B7b5a763B8b2f463BAdee863BCdef263BEdeed63C4def163C6c8e063C9d7e163CDdeef63CEc3e863CFcce163D0b2e563D2d2be63D6deee63DEdeeb63E0ced563E1b4a763E3bfab63E9bebe63EAbdd263EDdee963F2d4ae63F4dede63F6deea63F8c0bf63FDdeec63FFb2f36400b8e96401c2a76402bdc16405def5640Bdef8640Cb2ab640Fb4a46410b4ea6413c9a66414def6641Bcbd1641Cb8e3641Edef76420defa6421def96426ccc2642Ab0e1642Cb4ee642De5ba6434d0af643Ab2eb643Deba1643Fdef46441c9e36444def36445b0da6446d2a16447b1f76448ccaf644Adef06452cba46454d5aa6458defb645Eb4dd6467c4a66469defd646Dc3fe6478c4a16479dfa1647Ac1cc6482defc6484beef6485c6b26487b3c56491c8f66492cbba6495defe6496dfa46499d7b2649Eb3b764A4c1c364A9c7cb64ACb2a564ADb4e964AEd7ab64B0c4ec64B5dfa264B7dfa364B8dfa564BAbab364BCdfa664C0c0de64C2c9c364C5b2d964CDc7e664CEdfa764D0c7dc64D2dfa864D7eba264D8cbd364DEdfaa64E2dfa964E4b2c164E6c5ca6500dfab6509d4dc6512c8c16518dfac6525bef0652Bdfad652Ed6a7652Feab76534ebb66535cad56536d8fc6538b8c46539b9a5653Bb7c5653Ed5fe653Fb9ca6545d0a76548f4cd6549b5d0654Cc3f4654Fbec86551ebb76555b0bd6556bdcc6559c1b2655Bb1d6655Db3a8655Eb8d26562c9a26563b6d86566ebb8656Bbeb4656Ccafd6570c7c36572d5fb6574b7f36577cec46587d5ab658Bb1f3658Cecb36590b0df6591ecb56593b6b76597c1cf6599f5fa659Bd0b1659Cd5e5659Fced365A1bdef65A4b3e265A5b8ab65A7d5b665A9edbd65ABb6cf65ADcbb965AFd0c265B0b7bd65B9ecb665BCcaa965BDc5d465C1ecb965C3ecb865C4c2c365C5ecb765C6d0fd65CBecba65CCecbb65CEd7e565CFecbc65D2ecbd65D6c6ec65D7cede65E0bcc865E2c8d565E5b5a965E6bec965E7d6bc65E8d4e765E9d1ae65ECd0f165EDeab865EEeab965EFeaba65F0bab565F1cab165F6bff565F7cdfa65FAeac06600b0ba6602eabe6603c0a56606eabb660Ab2fd660Cc3f7660Ebbe8660Fd2d76613cef46614eabf6615eabc6619eac3661Dd0c7661Fd3b36620b4ba6625c3c16627d7f26628d5d1662Dcac7662Feac56631eac46634eac76635eac66636d6e7663Ccfd4663Eeacb6641bbce6643bdfa664Bc9ce664Ceacc664Fc9b96652cffe6653eaca6654d4ce6655eacd6656eacf6657cded665Aeac9665Feace6661ceee6664bbde6666b3bf6668c6d5666Ebeb0666Fcefa6670c7e76674bea76676ead06677d6c7667Ac1c0667Ed4dd6682ead16684cfbe6687ead2668Ccaee6691c5af6696b0b56697ead4669Dead366A7f4df66A8c4ba66AEb1a966B4e5df66B9ead566BEcaef66D9ead666DBead766DCc6d866DDead866E6ead966E9d4bb66F0c7fa66F2d2b766F3b8fc66F4eac266F7b2dc66F9c2fc66FCd4f866FEcce666FFd7ee6700d4c26708d3d06709ebc3670Ac5f3670Bb7fe670Debd46710cbb76714ebde6715c0ca6717cdfb671Bb3af671Dc6da671Febfc6726c4be6728ceb4672Ac4a9672Bb1be672Cd4fd672Dcaf5672Fd6ec6731c6d36734b6e46735bbfa673Ad0e0673Dc9b16740d4d36742c8a86743b8cb6746e8be6748c9bc6749e8bb674Cc0ee674Ed0d3674Fb2c46750b4e56751e8bc6753d5c86756b6c5675Ce8bd675Ecaf8675Fb8dc6760ccf56761c0b46765d1ee6768e8bf6769e8c2676Ababc676Db1ad676Fbddc6770eabd6772e8c36773e8c66775e8cb6777e8cc677Ccbc9677Eb0e5677Fbcab6781b9b96784e8c16787cdf76789e8ca678Bcef66790d5ed6795c1d66797e8c46798c3b6679Ab9fb679Cd6a6679De8c8679Ecae067A2d4e667A3e8c067A5e8c567A7e8c767A8c7b967AAb7e367ABe8c967ADbfdd67AFe8d267B0e8d767B3e8d567B5bcdc67B6bccf67B7e8db67B8e8de67C1e8da67C3b1fa67C4b0d867CFc4b367D0b8cc67D1c6e267D2c8be67D3c8e167D4e8cf67D8e8d467D9e8d667DAb9f167DCe8d867DDd7f567DEc4fb67E0e8dc67E2b2e967E5e8d167E9bced67ECbfc267EFe8cd67F0d6f967F1c1f867F3b2f167F4e8df67FDcac167FFe8d96800d5a46805b1ea6807d5bb6808e8ce6809e8d0680Ab6b0680Be8d3680Ce8dd680Ec0b8680Fcaf76811cba86813c6dc6816c0f56817e8e9681Dd0a36821e8f26829d6ea682Ae8e06832e8e16833d1f96837bacb6838b8f96839b8f1683Cd4d4683De8ef683Ee8ee6840e8ec6841b9f06842ccd26843e8e66844cea66845bff26846b0b86848e8f16849e8f0684Ad7c0684Ce8e4684Ecda96850c9a36851bbb86853bddb6854e8ea6855e8e26860e8e36861e8e56862b5b56863e8e76864c7c56865e8eb6866e8ed6867bdb06868d7ae6869e8f8686Be8f56874cdb06876e8f66877c1ba6881e8e86883c3b76885b0f06886e8f4688Fe8f76893b9a36897c9d268A2c3ce68A6cee068A7c0e668A8cbf368ADccdd68AFd0b568B0cae168B3e8f368B5bcec68C0e8f968C2c3de68C9c6e568CBb9f768CDb0f468D2d7d868D5bcac68D8c5ef68DAccc468E0e9a668E3c9ad68EEe9a268F0c0e268F1bfc368F5e8fe68F9b9d768FAe8fb68FCe9a46901d2ce6905e9a3690Bd6b2690Dd7b5690Ee9a76910bdb76912e8fc691Fe8fd6920e9a16924cdd6692Dd2ac6930e9b26934e9a96939b4aa693Db4bb693Fe9ab6942d0a86954e9a56957b3fe695Ae9ac695Dc0e3695Ee9aa6960e9b96963e9b86966e9ae696Be8fa696Ee9a86971bfac6977e9b16978e9ba6979c2a5697Ce9af6980b8c56982e9ad6984d3dc6986e9b46987e9b56988e9b76989e9c7698Dc0c66994e9c56995e9b06998e9bb699Bb0f1699Ce9bc69A7d5a569A8e9be69ABe9bf69ADe9c169B1c1f169B4c8b669B7e9bd69BBe9c269C1e9c369CAe9b369CCe9b669CEbbb169D0e9c069D4bcf769DBe9c469DFe9c669E0e9ca69EDe9ce69F2b2db69FDe9c869FFb7ae6A0Ae9cb6A17e9cc6A18d5c16A1Fc4a36A21e9d86A28bae16A2Ae9c96A2Fd3a36A31e9d46A35e9d76A3De9d06A3Ee9cf6A44c7c16A47e9d26A50e9d96A58b3c86A59e9d36A5Bcff06A61e9cd6A65b3f76A71e9d66A79e9da6A7Cccb46A80cfad6A84e9d56A8Ee9dc6A90e9db6A91e9de6A97e9d16AA0e9dd6AA9e9df6AABc3ca6AACc7b76B20b4ce6B21bbb66B22d0c06B23eca36B24c5b76B27d3fb6B32eca46B37eca56B39c6db6B3Abfee6B3Eeca66B43eca76B46d0aa6B47c7b86B49b8e86B4Ceca86B59d6b96B62d5fd6B63b4cb6B64b2bd6B65cee46B66c6e76B67cde16B6Ab4f56B79cbc06B7Bbcdf6B7Ce9e26B81e9e36B82d1ea6B83e9e56B84b4f96B86e9e46B87d1b36B89cae26B8Ab2d06B8Be9e86B8De9e66B92e9e76B93d6b36B96e9e96B9Ae9ea6B9Be9eb6BA1e9ec6BAAecaf6BB3c5b96BB4b6ce6BB5d2f36BB7b5ee6BBFbbd96BC1ecb16BC2d2e36BC5cee36BCBc4b86BCDc3bf6BCFb6be6BD2d8b96BD3b1c86BD4b1cf6BD5b1d16BD6c5fe6BD7b1d06BD9c3ab6BDBd5b16BE1eba46BEAbac16BEBccba6BEFeba56BF3eba76BF5eba86BF9eba66BFDeba96C05ebab6C06ebaa6C07ebac6C0Dcacf6C0Fd8b56C10c3f16C11c3a56C13c6f86C14ebad6C15c4ca6C16ebae6C18ebaf6C19ebb06C1Ab7d56C1Bb7fa6C1Febb16C21c7e26C22ebb36C24baa46C26d1f56C27b0b16C28ebb26C29ebb46C2Ab5aa6C2Ec2c86C2Fc7e86C30ebb56C32cbae6C34e3df6C35d3c06C38d9db6C3Dcda16C40d6ad6C41c7f36C42d9e06C46bbe36C47baba6C49e3e26C4Acfab6C50e3e06C54c9c76C55bab96C57d1b46C5Be3e16C5Cc8ea6C5Db9af6C5Ebdad6C5Fb3d86C60cedb6C61ccc06C64e3e86C68e3e96C69cdf46C6Accad6C70bcb36C72e3ea6C74e3eb6C76d0da6C79c6fb6C7Db7da6C7Ec7df6C81d2ca6C82ced66C83e3e46C85e3ec6C86c9f26C88b3c16C89e3e76C8Cc6e36C8Fe3e56C90edb36C93e3e66C94c9b36C99c5e66C9Bb9b56C9Fc3bb6CA1e3e36CA3c5bd6CA4c1a46CA5c2d96CA6b2d76CA7e3ed6CA9bba66CAAc4ad6CABe3f06CADbeda6CAEe3fb6CB1e3f56CB2bad36CB3b7d06CB8d3cd6CB9d6ce6CBBd5d36CBCb9c16CBDd5b46CBEd1d86CBFd0b96CC4c7f66CC5c8aa6CC9b2b46CCAc3da6CCCe3ee6CD0e3fc6CD3e3ef6CD4b7a86CD5e3f76CD6e3f46CD7b7ba6CDBc5a26CDEe3f66CE0c5dd6CE1b2a86CE2c6fc6CE3c4e06CE5d7a26CE8c0e16CEAe3f96CEBe3fa6CEEe3fd6CEFcca96CF0e3f36CF1d3be6CF3b1c36CF5edb46CF6e3f16CF7e3f26CF8e3f86CFAd0ba6CFBc6c36CFCd4f36CFDe3fe6CFEbde06D01e4a76D04e4a66D07d1f36D0Be4a36D0Ce4a96D0Ec8f76D12cfb46D17e4a86D19e4ae6D1Ac2e56D1Bb6b46D1Ebdf26D25e4a26D27bae96D2Ae4aa6D2Be4ac6D2Eb6fd6D31d6de6D32e4b26D33e4ad6D35e4a16D39bbee6D3Bcddd6D3Cc7a26D3Dc5c96D3Ec1f76D41e4a46D43c7b36D45bdac6D46bdbd6D47e4a56D48d7c76D4Ab2e26D4Be4ab6D4Dbcc36D4Ee4af6D4Fbbeb6D51e4b06D52c5a86D53e4b16D54d5e36D59bfa36D5Ae4ba6D5Ce4b76D5Ee4bb6D60e4bd6D63c6d66D66bac66D69c0cb6D6Ab8a16D6Ee4b46D6Fd4a16D74baa36D77bdfe6D78e4bc6D7Ccdbf6D82c4f96D85cffb6D88c9e66D89d3bf6D8Ccfd16D8Ee4b36D91e4b86D93e4b96D94cce96D95ccce6D9Bc0d46D9De4b56D9Ec1b06D9Fe4b66DA0ced06DA1bbc16DA3b5d36DA4c8f36DA6bda76DA7d5c76DA8c9ac6DA9b8a26DAAe4ca6DABe4cc6DAEd1c46DAFd2ba6DB2baad6DB5bad46DB8e4c36DBFb5ed6DC0d7cd6DC4e4c06DC5cffd6DC6e4bf6DC7c1dc6DCBccca6DCCcae76DD1c4d76DD6ccd46DD8e4c86DD9e4c76DDDe4c16DDEe4c46DE0b5ad6DE1d3d96DE4e4c66DE6d2f96DEBb4e36DECbbb46DEEc9ee6DF1b4be6DF3bbec6DF7d1cd6DF9cced6DFBedb56DFCc7e56E05d4a86E0Ae4cb6E0Cd7d56E0De4c26E0Ebda56E10e4c56E11d3e66E14e4c96E16c9f86E17e4be6E1Ad3e56E1Dc7fe6E20b6c96E21d4fc6E23b2b36E24e4d76E25cec26E29e4cd6E2Bcebc6E2Db8db6E2Fe4d66E32bfca6E34d3ce6E38c3ec6E3Ac5c86E43e4d86E44cdc46E4De4cf6E4Ee4d46E53e4d56E54bafe6E56cfe66E58d5bf6E5Be4d26E5Fe4d06E6Be4ce6E6Ecde56E7Ecaaa6E7Fc0a36E83bda66E85e4d36E86b8c86E89e4e76E8Fd4b46E90e4db6E98c1ef6E9Ce4e96E9Fd2e76EA2e4df6EA5e4e06EA7cfaa6EAAcbdd6EAFe4da6EB1e4d16EB2e4e56EB4c8dc6EB6e4e36EB7c4e76EBAe4e26EBBe4e16EBDb3fc6EC1e4e86EC2b5e16EC7d7cc6ECBe4e66ECFbbac6ED1d7d26ED3cccf6ED4ebf86ED5e4e46ED7b9f66EDAd6cd6EDEe4d96EDFe4dc6EE0c2fa6EE1e4de6EE2c2cb6EE4c0c46EE5c2d06EE6b1f56EE8ccb26EE9b5ce6EF4e4ef6EF9c6af6F02c6e16F06e4f56F09c2a96F0Fc0ec6F13d1dd6F14e4ee6F15c4ae6F20e4ed6F24e4f66F29e4f46F2Ac2fe6F2Be4dd6F2De4f06F2Fcafe" +
504
+ "6F31d5c46F33e4f16F36d1fa6F3Ee4eb6F46e4ec6F47e4f26F4Bceab6F4Dc5cb6F58c7b16F5Cc2ba6F5Ee4ea6F62c1ca6F66ccb66F6Db3b16F6Ee4fb6F72e4f36F74e4fa6F78e4fd6F7Ae4fc6F7Cb3ce6F84b3ba6F88e4f76F89e4f96F8Ce4f86F8Dc5ec6F8Ec0bd6F9Cd4e86FA1e5a26FA7b0c46FB3e5a46FB6e5a36FB9bca46FC0e5a56FC2e5a16FC9e4fe6FD1b1f46FD2e5a86FDEe5a96FE0e5a66FE1e5a76FEEe5aa6FEFc6d97011e5ab701Ae5ad701Be5ac7023e5af7035e5ae7039b9e0704Ce5b0704Fe5b1705Ebbf0706Bece1706Cc3f0706Db5c6706Fbbd27070c1e97075d4ee7076bec47078d7c6707Cd4d6707Eb2d3707Fecbe7080eac17085c2af7089b4b6708Ad1d7708Eb3b47092c8b27094bfbb7095ecc07096d6cb7099ecbf709Cecc1709Decc570ABbee670ACccbf70ADc5da70AEbebc70AFecc670B1b1fe70B3ecc470B7d5a870B8b5e370B9ecc270BBc1b670BCb3e370BDecc370C0cbb870C1c0c370C2ccfe70C3c1d270C8ecc870CAbae670D8c0d370D9d6f270DBd1cc70DFbfbe70E4b7b370E6c9d570E7ecc770E8bbe270E9cccc70EBbdfd70ECc8c870EDcfa970EFcde970F7c5eb70F9b7e970FDd1c97109bab8710Aecc97110ecca7113bbc07115eccb7116ece27118b1ba7119b7d9711Abdb97126eccc712Fd1e67130eccd7131c8bb7136ecd17145ecd3714Abbcd714Cbce5714Eeccf715Cc9b7715Ec3ba7164ece37166d5d57167ecd07168d6f3716Eecd27172ecce7173ecd47178ecd5717Ac9bf717Dcfa87184d0dc718Ad1ac718Fc8db7194ecd67198cef57199caec719Fecda71A0ecd971A8b0be71ACecd771B3ecd871B5ece471B9c8bc71C3c1c771CEecdc71D4d1e071D5ecdb71E0d4ef71E5ecdd71E7dbc671EEecde71F9b1ac7206ecdf721Dece07228d7a6722Ac5c0722Cebbc7230b0ae7231bef47235b8b87236d2af7237b0d67238b5f97239d8b3723Bcbac723De3dd723Fc6ac7247b0e67248c5c6724Cebb9724Debba7252ebbb7256d1c07259c5a3725Beaf2725Dc4b2725Fc4b57261c0ce7262eaf37266c4c17267ceef7269eaf0726Eeaf4726Fc9fc7272c7a37275ccd87279cefe727Aeaf5727Eeaf6727Fcfac7280c0e77281eaf77284b6bf728Aeaf8728Beaf9728Deafa728Feafb7292eaf1729Fc8ae72ACe1eb72ADb7b872AFe1ec72B0e1ed72B4d7b472B6e1ee72B7e1ef72B8d3cc72B9e1f172C1bff172C2e1f072C3b5d272C4b1b772C8e1f372CDe1f272CEbafc72D0e1f472D2b9b772D7bed172D9c4fc72DEbadd72E0bdc672E1e1f572E8e1f772E9b6c072ECcfc172EDcaa872EEe1f672EFd5f872F0d3fc72F1e1f872F2e1fc72F3e1f972F4e1fa72F7c0ea72F8e1fe72FAe2a172FBc0c772FCe1fb7301e1fd7303e2a5730Ac1d4730Ee2a37313e2a87315b2fe7316e2a27317c3cd731Bb2c2731Ce2a7731De2a6731Ee2a47321e2a97322e2ab7325d0c97329d6ed732Ac3a8732Be2ac732Ccfd7732Ee2ae7331baef7334e9e07337e2ad7338e2aa7339bbab733Ed4b3733Fe2b0734De2af7350e9e17352e2b17357e2b27360e2b3736Ccca1736De2b4736Fe2b5737Ed0fe7384c2ca7387d3f17389cdf5738Be7e0738Ee7e17391bec17396c2ea739Be7e4739Fe7e373A2cde673A9c3b573ABe7e273AEbbb773AFcfd673B0c1e173B2e7e973B3e7e873B7e7f473BAb2a373BBe7ea73C0e7e673C2e7ec73C8e7eb73C9c9ba73CAd5e473CDe7e573CFb7a973D0e7e773D1e7ee73D9e7f373DEd6e973E0e7ed73E5e7f273E7e7f173E9b0e073EDe7f573F2c7f27403c0c57405c0ed7406c1f07409e7f0740Ae7f6740Fcbf67410e8a2741Ae8a1741Bd7c17422e7fa7425e7f97426e7fb7428e7f7742Ae7fe742Ce7fd742Ee7fc7430c1d57433c7d97434c5fd7435c5c37436c7ed743Ce8a37441e8a67455e8a57457e8a77459baf7745Ae7f8745Be8a4745Cc8f0745Ec9aa745Fe8a9746Db9e57470d1fe7476e8a87477e8aa747Ee8ad7480e8ae7481c1a77483e8af7487e8b0748Be8ac748Ee8b47490e8ab749Ce8b1749Ee8b574A7e8b274A8e8b374A9e8b774BAe8b674D2b9cf74DCf0ac74DEf0ad74E0c6b074E2b0ea74E3c8bf74E4cddf74E6cecd74EEeab174EFeab274F4c6bf74F6b4c974F7eab374FFd5e77504ddf9750Deab4750Feab57511eab67513b8ca7518dfb07519c9f5751Accf0751Cc9fa751Fc9fb7525d3c37528cba67529b8a6752Bf0ae752Cb1c2752De5b8752Fccef7530d3c97531bcd77532c9ea7533b5e77535c4d07537b5e97538eeae753Abbad753Be7de753Eeeaf7540b3a97545eeb27548eeb1754Bbde7754Ceeb0754Eceb7754Fc5cf7554c1f47559dbce755Aeeb3755Bd0f3755Cc2d47565c6e87566b7ac756Aeeb47572b3eb7574bbfb7578eeb57579e7dc757Feeb67583bdae7586f1e2758Bcae8758Fd2c97591f0da7592f0db7594f0dc7596c1c67597b8ed7599bece759Af0de759Dc5b1759Ff0dd75A0d1f175A1f0e075A3b0cc75A4bdea75A5d2df75ABf0df75ACb4af75AEb7e875AFf0e675B0f0e575B1c6a375B2f0e175B3f0e275B4b4c375B5f0e375B8d5ee75B9ccdb75BCbed275BDbcb275BEf0e875C2f0e775C3f0e475C4b2a175C5d6a275C7d3b875C8beb775C9c8ac75CAf0ea75CDd1f775D2d6cc75D4badb75D5f0e975D6b6bb75D8cdb475DBc6a675DEc1a175E2f0eb75E3f0ee75E4f0ed75E6f0f075E7f0ec75E8bbbe75EAf0ef75EBccb575F0f0f275F1b3d575F4b1d475F9f0f375FCf0f475FFf0f67600b4e17601f0f17603f0f77605f0fa760Af0f8760Cf0f57610f0fd7615f0f97617f0fc7618f0fe7619f1a1761Bcec1761Ff1a47620f1a37622c1f67624f0fb7625cadd7626b4f17629b1f1762Accb1762Bf1a6762Df1a77630f1ac7633d5ce7634f1a97635c8b37638f1a2763Cf1ab763Ef1a8763Ff1a57640f1aa7643b0a9764Cf1ad764Df1af7654f1b17656f1b0765Cf1ae765Ed1a27663f1b2766Bf1b3766Fb9ef7678b5c7767Bb0d7767Db0d9767Ed4ed7682b5c47684bdd47686bbca7687f0a77688b8de768Bf0a8768Eb0a87691f0a97693cdee7696f0aa7699f0ab76A4c6a476AEd6e576B1f1e476B2f1e576B4c3f376BFd3db76C2d6d176C5c5e876C6d3af76C8d2e676CAeec176CDb0bb76CEd5b576CFd1ce76D0bce076D1bad076D2bff876D4b8c776D6b5c176D7c5cc76D8caa276DBc3cb76DFeec276E5c4bf76EEb6a276EFedec76F1c3a476F2d6b176F4cfe076F8edef76F9c5ce76FCb6dc76FEcaa17701eded7704edf07707edf17708c3bc7709bfb4770Bedee770Dedf47719edf2771Ad5e6771Fc3df7720edf37722edf67726d5a37728d1a37729edf5772Dc3d0772Fedf77735bff47736beec7737edf87738ccf7773Ad1db773Cd7c57740d5f67741edfc7743edfb7747edf97750edfa7751edfd775Abea6775Bcbaf7761eea17762b6bd7763eea27765c4c07766edfe7768bdde776Bb2c7776Cb6c37779eea5777Dd8ba777Eeea3777Feea67780c3e97784b3f27785eea7778Ceea4778Dcfb9778Eeea87791c2f77792eea9779Feeaa77A0deab77A2c6b377A5c7c677A7d6f577A9b5c977AAcbb277ACeeab77B0cdab77B3eeac77B5d5b077BBeead77BDf6c477BFdbc777CDb4a377D7c3ac77DBf1e677DCcab877E2d2d377E3d6aa77E5eff277E7bed877E9bdc377EBeff377ECb6cc77EDb0ab77EEcaaf77F3edb677F6edb777F8cef977FDb7af77FEbff377FFedb87800c2eb7801c9b07802edb97809c6f6780Cbfb3780Dedbc7811c5f87812d1d07814d7a97816edba7817edbb7818d1e2781Aedbf781Cedc0781Dedc4781Fedc87823edc67825edce7826d5e87827edc97829edc7782Cedbe782Dc5e97830c6c67834c9e97837d4d27838edc17839edc2783Aedc3783Bedc5783Cc0f9783Eb4a17840b9e87845edd07847edd1784Cedca784Eedcf7850cef87852cbb67855edcc7856edcd7857cff5785Dedd2786Ac1f2786Bd3b2786Cedcb786Dc8b7786Ebcef7877c5f0787Cedd67887b5ef7889c2b5788Cb0ad788Dcbe9788Eb1ae7891edd47893cdeb7897b5e27898edd5789Aedd3789Bedd7789Cb5fa789Fedd878A1edd978A3eddc78A5b1cc78A7c5f678B0bcee78B1edda78B2ccbc78B3b2ea78B4eddb78B9c4eb78BEb4c578C1b0f578C5eddf78C9c0da78CAb4e878CBc5cd78D0eddd78D4bfc478D5edde78D9c4a578E8ede078ECede178F2ede378F4c1d778F7bbc778FAbdb87901ede27905ede47913ede6791Eede57924ede77934cabe793Aecea793Bc0f1793Cc9e7793Eeceb7940c6ee7941ecec7946c6ed7948eced7949ecf07953d7e67956ecf37957ecf1795Aecee795Becef795Cd7a3795Dc9f1795Ecbee795Fecf47960ecf27962cfe97965ecf67967c6b17968bcc0796Decf5796Fb5bb7977bbf67978ecf7797Ad9f77980bdfb7981c2bb7984ecf87985ecf9798Ab8a3798Fecfa799Aecfb79A7ecfc79B3d3ed79B9d8ae79BAc0eb79BBc7dd79BDbacc79BEd0e379C0cbbd79C1cdba79C3b8d179C6b1fc79C9c7ef79CBd6d679CDbfc679D1c3eb79D2eff579D5c3d879D8d7e279DFeff779E3b3d379E4c7d879E6d1ed79E7d6c879E9eff879EBeff679EDbbfd79EFb3c679F0bdd579F8d2c679FBbbe079FDcfa17A00effc7A02effb7A03eff97A06b3cc7A0Bc9d47A0Dcbb07A0Eeffe7A14b0de7A17d6c97A1Aeffd7A1Eb3ed7A20f6d57A23cec87A33f0a27A37f0a17A39b5be7A3Bbcda7A3Cbbfc7A3Db8e57A3Fc4c27A46f0a37A51cbeb7A57f0a67A70d1a87A74bebf7A76c7ee7A77f1b67A78f1b77A79bfd57A7Ab4a97A7Ff1b87A80cdbb7A81c7d47A83d5ad7A84f1b97A86f1ba7A88c7cf7A8Dd2a47A91d6cf7A92f1bb7A95bdd17A96b4b07A97bebd7A98b4dc7A9Cced17A9Dbfdf7A9Ff1bd7AA0bffa7AA5f1bc7AA6f1bf7AA8f1be7AACf1c07AADf1c17AB3c1fe7ABFc1a27ACBcafa7AD6d5be7AD9beba7ADEbeb97ADFd5c27AE0bfa27AE3cdaf7AE5f1b57AE6bddf7AEDb6cb7AEFd6f17AF9f3c37AFAf3c47AFDb8cd7AFFf3c67B03f3c77B04b0ca7B06f3c57B08f3c97B0Acbf17B0Bf3cb7B0Fd0a67B11b1ca7B14f3c87B15f3cf7B19b5d17B1Bf3d77B1Ef3d27B20f3d47B24f3d37B25b7fb7B26b1bf7B28f3ce7B2Af3ca7B2Bb5da7B2Cf3d07B2Ef3d17B31f3d57B33f3cd7B38bce37B3Ac1fd7B3Cf3d67B3Ef3da7B45f3cc7B47b5c87B49bdee7B4Bf3dc7B4Cb7a47B4Fbff07B50d6fe7B51cdb27B52b4f07B54b2df7B56f3d87B58f3d97B5Ac9b87B5Bf3dd7B5Df3de7B60f3e17B62f3df7B6Ef3e37B71f3e27B72f3db7B75bfea7B77b3ef7B79f3e07B7Bc7a97B7Ebcf27B80f3eb7B85b9bf7B8Df3e47B90b2ad7B94bbfe7B95cbe37B97f3ed7B9Cf3e97B9Db9dc7BA1f3ee7BA2f3e57BA6f3e67BA7f3ea7BA8c2e17BA9f3ec7BAAf3ef7BABf3e87BACbcfd7BADcfe47BB1f3f07BB4f3e77BB8f3f27BC1d7ad7BC6c6aa7BC7f3f37BCCf3f17BD1c2a87BD3b8dd7BD9f3f57BDAf3f47BDDb4db7BE1f3f67BE5f3f77BE6f3f87BEAc0ba7BEEc0e97BF1c5f17BF7f3fb7BFCf3fa7BFEb4d87C07f3fe7C0Bf3f97C0Cf3fc7C0Ff3fd7C16f4a17C1Ff4a37C26bbc97C27f4a27C2Af4a47C38b2be7C3Ff4a67C40f4a57C41bcae7C4Dc3d77C73d9e17C74c0e07C7Bf4cc7C7Cd7d17C7Db7db7C89f4ce7C91c1a37C92c6c97C95b4d67C97d5b37C98f4d07C9Cf4cf7C9Df4d17C9Ecbda7C9Ff4d27CA2d4c17CA4d6e07CA5b7e07CAAc1b87CAEc1bb7CB1f4d37CB2beac7CB3b4e27CB9f4d47CBCf4d57CBDbeab7CBEf4d67CC1f4db7CC5f4d77CC7f4da7CC8bafd7CCAf4d87CCCf4d97CCDb8e27CD5ccc77CD6f4dc7CD7b2da7CD9c3d37CDCd4e37CDFbfb77CE0f4dd7CE8c5b47CEFf4e97CF8cfb57CFBcec97D0Acbd87D20cbf77D22bdf47D27d7cf7D2Bc0db7D2Fd0f57D6Ef4ea7D77f4eb7DA6f4ec7DAEf7e37E3Bb7b17E41f4ed7E47d7eb7E82f4ee7E9Be6f97E9Fbec07EA0e6fa7EA1baec7EA2e6fb7EA3cfcb7EA4e6fc7EA5d4bc7EA6bcb67EA7e6fd7EA8e6fe7EA9bccd7EAAc8d27EABceb37EACe7a17EADb4bf7EAFe7a27EB0c9b47EB1b8d97EB2c4c97EB3d7dd7EB5c2da7EB6b7d77EB7d6bd7EB8cec67EB9b7c47EBAc5a67EBDe7a37EBEcfdf7EBFe7a47EC0e7a57EC1e7a67EC2c1b77EC3d7e97EC4c9f07EC5cfb87EC6d6af7EC7d6d57EC8e7a77EC9b0ed7ECAe7a87ECBe7a97ECCc9dc7ECDd2ef7ECEbead7ECFe7aa7ED0b0f37ED1c8de7ED2bde17ED3e7ab7ED4c8c67ED5e7ac7ED7bbe67ED8b8f87ED9d1a47EDAe7ad7EDBc2e77EDCbef87EDDbdca7EDEcdb37EDFe7ae7EE0e7af7EE1beee7EE2d0e57EE3cbe77EE5ccd07EE6bccc7EE7e7b07EE8bca87EE9d0f77EEAe7b17EEBd0f87EEDe7b27EEEe7b37EEFb4c27EF0e7b47EF1e7b57EF2c9fe7EF3ceac7EF4c3e07EF5e7b77EF6b1c17EF7b3f17EF8e7b87EFAe7b97EFBd7db7EFCd5c07EFDe7ba7EFEc2cc7EFFd7ba7F00e7bb7F01e7bc7F02e7bd7F03bcea7F04c3e57F05c0c27F06e7be7F07e7bf7F08bca97F09e7c07F0Be7c17F0Ce7b67F0Db6d07F0Ee7c27F0Fe7c37F11e7c47F12bbba7F13b5de7F14c2c67F15b1e07F16e7c57F17d4b57F18e7c67F19b8bf7F1Ae7c87F1Be7c77F1Cb7ec7F1De7c97F1Fb2f87F20e7ca7F21e7cb7F22e7cc7F23e7cd7F24e7ce7F25e7cf7F26e7d07F27d3a77F28cbf57F29e7d17F2Ae7d27F2Be7d37F2Ce7d47F2Dc9c97F2Ee7d57F2Fe7d67F30e7d77F31e7d87F32e7d97F33bdc97F34e7da7F35f3be7F36b8d77F38c8b17F3Af3bf7F42f3c07F44f3c17F45b9de7F50cdf87F51d8e87F54bab17F55c2de7F57eeb77F58b7a37F5Aeeb97F5Feeb87F61b0d57F62eebb7F68d5d67F69d7ef7F6Ad6c37F6Eeebd7F71caf07F72eebc7F74eebe7F79eec07F7Eeebf7F81d1f27F8Ac7bc7F8Cc3c07F8Eb8e17F94c1e77F9Af4c67F9Dd0df7F9Ef4c77F9F" +
505
+ "cfdb7FA1c8ba7FA4f4c87FA7f4c97FAFf4ca7FB0f4cb7FB2d9fa7FB8b8fe7FB9e5f17FBCd3f07FBDf4e07FBFcecc7FC1b3e17FC5f1b47FCAd2ee7FCCf4e17FCEcfe87FD4f4e27FD5c7cc7FD8b5d47FDFb4e47FE0f4e47FE1f4e37FE5f4e57FE6f4e67FE9f4e77FEEbab27FF0b0bf7FF1f4e87FF3b7ad7FFBd2ed7FFCd2ab8000c0cf8001bfbc8003eba38004d5df8005eac88006f1f3800Bb6f8800Ccba3800Dc4cd8010f1e78012f1e88014b8fb8015f1e98016bac48017d4c58018b0d28019f1ea801Cf1eb8020f1ec8022f1ed8025f1ee8026f1ef8027f1f18028f1f08029c5d5802Af1f28031b6fa8033f1f48035d2ae8036dec78037cbca8038b3dc803Bb5a2803Db9a2803Fc4f48042f1f58043f1f68046c1c4804Ac1fb804Bd6b0804Cf1f7804Df1f88052c1aa8054c6b88058bedb805Af1f98069b4cf806Af1fa8071edb2807Fedb18080cbe08083d2de8084cbc18086d5d88087c8e28089c0df808Bbca1808Cebc18093d0a48096d6e28098b6c7809Ab8d8809Bebc0809Cb8ce809Debbf809Fb3a680A0b9c980A1d6ab80A2b7f480A4b7ca80A5bce780A9b7be80AAebc680ABebc780ADb0b980AEbfcf80AFebc580B1d3fd80B2ebc880B4ebc980B7b7ce80BAebc280BCebc480BDc9f680BEd6d780BFd5cd80C0d0b280C1ebcf80C2ceb880C3ebd080C4b5a880C6b1b380CCebd280CDcca580CEc5d680D6ebd380D7ebd180D9c5df80DAebce80DBcaa480DCebd580DDb0fb80DEbafa80E1d8b780E4f1e380E5ebca80E7ebcb80E8ebcc80E9ebcd80EAebd680EBe6c080ECebd980EDbfe880EFd2c880F0ebd780F1ebdc80F2b8ec80F3ebd880F4bdba80F6d0d880F8b0b780FAebdd80FCc4dc80FDd6ac8102b4e08106c2f68109bcb9810Aebda810Debdb810Ed4e0810Fc6ea8110c4d48111ebdf8112c5a78113d9f58114b2b18116ebe48118bdc5811Aebe2811Eebe3812Cb8ac812Fcdd18131ebe58132ebe18136c1b38138c6a2813Eccf38146ebe68148c0b0814Ad2b8814Bebe7814Cb8af8150b8ad8151ebe88153c7bb8154cdf38155ebea8159ebeb815Aebed8160d0c88165ebf28167ebee8169ebf1816Dc8f9816Ed1fc8170ebec8171ebe98174b8b98179cfd9817Ac4e5817Bebef817Cebf0817Dccda817Ecdc8817Fb0f28180ebf68182ebf58188b2b2818Ab8e0818Febf78191b1ec8198ccc5819Bc4a4819Ccfa5819Debf981A3eca281A6c5f281A8ebfa81AAc9c581B3e2df81BAebfe81BBcdce81C0eca181C1b1db81C2d3b781C3d2dc81C6ebfd81CAebfb81CCb3bc81E3eab081E7d7d481EAf4ab81ECb3f481EDd6c181F3d6c281F4d5e981FBbeca81FCf4a781FEd2a88200f4a88201f4a98202f4aa8204becb8205d3df8206c9e0820Cc9e1820Df3c28210cae68212ccf28214e2b6821Bcbb4821Ccee8821Ed6db821Ff4ad8221f4ae8222f4af8223f4b28228babd822Af4b3822Bb0e3822Cf4b0822Df4b1822Fbda28230b2d58231f4b68233f4b78234b6e68235b2b08236cfcf8237f4b48238b4ac8239f4b5823Bf4b8823Ef4b98244cda78247f4ba8249f4bb824Bf4bc824Fcbd28258f4bd825Af4be825Ff4bf8268f4de826Ec1bc826Fbce88270c9ab8272d1de8273e5f58274dcb38279d2d5827Adcb4827Db0ac827Edcb5827Fbdda8282dcb98284d8c28288dcb7828Ad3f3828Bc9d6828Ddcba828Edcb6828Fdcbb8291c3a28292dcbc8297dcc58298dcbd8299cedf829Cd6a5829Ddccf829Fdccd82A1dcd282A4bde682A5c2ab82A6dcb882A8dccb82A9dcce82AAdcbe82ABb7d282ACb0c582ADdcc782AEd0be82AFdcc182B0bba882B1b7bc82B3dccc82B4dcc682B7dcbf82B8c7db82B9d1bf82BDdcc082BEdcca82C1dcd082C4cead82C7dcc282C8dcc382CAdcc882CBdcc982CCb2d482CDdcd182CEcbd582CFd4b782D1dcdb82D2dcdf82D3cca682D4dce682D5c3e782D7dcdc82D8bfc182DBdcd982DCb0fa82DEb9b682DFdce582E0dcd382E1dcc482E3dcd682E4c8f482E5bfe082E6c9bb82EBb1bd82EFd3a282F1dcda82F4dcd582F7c6bb82F9dcde82FBd7c28301c3af8302b7b68303c7d18304c3a98305dce28306dcd88307dceb8308dcd48309dcdd830Cbea5830Edcd7830Fdce08311dce38314dce48315dcf88317dce1831Adda2831Bdce7831Cbceb8327b4c48328c3a3832Bb2e7832Cdcfa832Ddcf2832Fdcef8331dcfc8333dcee8334d2f08335b2e88336c8d78338c8e38339dcfb833Adced833Cdcf78340dcf58343bea38346dcf48347b2dd8349dcf3834Fbcf68350dce88351bbc48352c0f38354bcd4835Adce9835Bdcea835Cdcf1835Edcf6835Fdcf98360b5b48361c8d98363bbe78364dcfe8365dcfd8366d3ab8367dda18368dda38369dda5836Ad2f1836Bdda4836Cdda6836Ddda7836Ed2a9836Fbac98377dda98378ddb6837Bddb1837Cddb4837Dddb08385c6ce8386c0f28389c9af838Edcec8392ddae8393ddb78398dcf0839Bddaf839Cddb8839Eddac83A0ddb983A8ddb383A9ddad83AAc4aa83ABdda883B0c0b383B1c1ab83B2ddaa83B3ddab83B4ddb283B6bbf183B7ddb583B8d3a883B9ddba83BAddbb83BCc3a783BDddd283C0ddbc83C1ddd183C5b9bd83C7bed583CAbefa83CCbaca83CFddca83D4ddc583D6ddbf83D8b2cb83DCddc383DDddcb83DFb2a483E0ddd583E1ddbe83E5c6d083E9ddd083EAddd483F0c1e283F1b7c683F2ddce83F8ddcf83F9ddc483FDddbd8401ddcd8403ccd18404ddc98406ddc2840Bc3c8840Cc6bc840Dceae840Eddcc840Fddc88411ddc18418ddc6841Cc2dc841Dd3a98424d3aa8425ddd38426cff48427c8f88428dde68431ddc78438dde0843Cc2e4843Ddde18446ddd78451d6f88457ddd98459ddd8845Ab8f0845Bddd6845Cc6cf8461b6ad8463dde28469baf9846Bd4e1846Cdde7846Db4d08471ddda8473bffb8475dde38476dddf8478dddd847Ab5d98482dddb8487dddc8488ddde8489bdaf848Bdde4848Cdde5848Eddf58497c3c98499cbe2849Cddf284A1d8e184AFc6d184B2ddf484B4d5f484B8ddf384B9ddf084BAddec84BDddef84BFdde884C1d0ee84C4c8d884C9ddee84CAdde984CDddea84D0cbf284D1dded84D3b1cd84D6c0b684DDbcbb84DFddf184E0ddf784E3ddf684E5ddeb84E6c5ee84ECddfb84F0dea484FCdea384FFddf8850Cc3ef8511c2fb8513d5e18517ceb5851Addfd851Fb2cc8521c4e8852Bcadf852Cc7be8537ddfa8538ddfc8539ddfe853Adea2853Bb0aa853Cb1ce853Ddeac8543dea68548bdb68549c8ef854Adea18556dea58559dea9855Edea88564dea78568dead8572d4cc8574deb38579deaa857Adeae857Bc0d9857Eb1a18584deb68585deb18587deb2858Fd1a6859Bdeb5859Cdeaf85A4deb085A8d0bd85AAdeb485AEcaed85AFdeb985B0deb885B7deb785B9debb85C1bde585C9b2d885CFc3ea85D0deba85D3c5ba85D5debc85DCccd985E4b7aa85E9d4e585FBdebd85FFdebf8605c4a28611dec18616debe8627dec08629d5ba8638dec2863Cf2ae864Dbba2864Ec2b2864Fc5b08650c2c78651f2af8654d0e9865Ad3dd865Eebbd8662b3e6866Bf2b0866Cf2b1866Ecaad8671bae78679f2b3867Af2b5867Bf2b4867Ccbe4867Dcfba867Ef2b2867Fcab48680d2cf8681c2ec8682cec3868Af2b8868Bb0f6868Cf2b7868Df2be8693b2cf8695d1c1869Cf2ba869Df2bc86A3d4e986A4f2bb86A7f2b686A8f2bf86A9f2bd86AAf2b986ACf2c786AFf2c486B0f2c686B1f2ca86B4f2c286B5f2c086B6f2c586BAd6fb86C0f2c186C4c7f986C6c9df86C7f2c886C9b9c686CAb5b086CBf2c386CEf2c986CFf2d086D0f2d686D1bbd786D4f2d586D8cddc86D9d6eb86DBf2d286DEf2d486DFb8f286E4f2cb86E9f2ce86EDc2f986EEd5dd86F0f2cc86F1f2cd86F2f2cf86F3f2d386F4f2d986F8d3bc86F9b6ea86FEcaf18700b7e48702f2d78703f2d88707f2da8708f2dd8709f2db870Af2dc870Dd1d18712f2d18713cdc98715cecf8717d6a98718f2e3871Ac3db871Cf2e0871Ec0af8721f2ec8722f2de8723f2e18725f2e88729f2e2872Ef2e78731f2e68734f2e98737f2df873Bf2e4873Ef2ea873Fd3ac8747f2e58748b2f58749f2f2874Cd0ab874Ef2f58753bbc88757f2f98759f2f08760f2f68763f2f88764f2fa8765f2f3876Ef2f18770bafb8774b5fb8776f2ef877Bf2f7877Cf2ed877Df2ee877Ef2eb8782f3a68783f3a38785f3a28788f2f4878Bc8da878Df2fb8793f3a58797c3f8879Ff2fd87A8f3a787ABf3a987ACf3a487ADf2fc87AFf3ab87B3f3aa87B5c2dd87BAf3ae87BDf3b087C0f3a187C6f3b187CAf3ac87CBf3af87D1f2fe87D2f3ad87D3f3b287DBf3b487E0f3a887E5f3b387EAf3b587EEd0b787F9f3b887FEd9f98803f3b9880Af3b78813c8e48815f3b68816f3ba881Bf3bb8821b4c08822eec38832f3bc8839f3bd883Cd1aa8840f4ac8844d0c68845d0d0884Cd1dc884Dcfce8854bdd68857d1c38859bae28861e1e98862d2c28863f1c28864b2b98865b1ed8868f1c38869c9c0886Bb3c4886Cd9f2886Ecba58870f1c48872d6d48877f1c5887Df4c0887Ef1c6887Fd4ac8881f1c78882b0c08884f4c18885f4c28888b4fc888Bc5db888Dccbb8892d0e48896cde0889Cf1c888A2d9f388A4b1bb88ABcfae88ADb8a488B1f1ca88B7f1cb88BCb2c388C1c1d188C2d7b088C5f1c988C6f1cc88C9f1ce88CEd9f688D2d2e188D4d4a388D5f4c388D8c8b988D9f4c488DFf1cd88E2f1cf88E3bfe388E4f1d088E5f1d488E8f1d688F0f1d188F1c9d188F3c5e188F4c2e388F8b9fc88F9f1d388FCf1d588FEb9d38902f1db890Abad68910b0fd8912f1d98913f1d88919f1d2891Af1da891Bf1d78921c8ec8925cdca892Af1dd892Be5bd8930f1dc8934f1de8936f1df8941cfe58944f4c5895Ebdf3895Ff1e08966f1e1897Bcef7897Fd2aa8981f1fb8983b8b28986bcfb89C1b9db89C2b9e689C4c3d989C5cad389C6eae889C7c0c089C8bef589C9eae989CAeaea89CBeaeb89CCeaec89CEeaed89CFeaee89D0eaef89D1bdc789D2f5fb89D6f5fd89DAf5fe89DCf5fc89DEbde289E3f6a189E5b4a589E6f6a289EBf6a389EFecb289F3d1d48A00d9ea8A07f6a48A3Eeeba8A48d5b28A79d3fe8A89ccdc8A8Acac48A93e5c08B07f6a58B26beaf8B66c6a98B6Cdaa58BA0bcc68BA1b6a98BA2b8bc8BA3c8cf8BA4bca58BA5daa68BA6daa78BA7ccd68BA8c8c38BA9daa88BAAc6fd8BABd1b58BADd2e98BAEd1b68BAFbcc78BB0bdb28BB2bbe48BB3daa98BB4daaa8BB5d1c88BB6daab8BB7d0ed8BB8b6ef8BB9c2db8BBAcbcf8BBCb7ed8BBDc9e88BBEb7c38BBFbef78BC0d6a48BC1daac8BC2daad8BC3c6c08BC4d7e78BC5cab68BC6d5a98BC8cbdf8BC9d5ef8BCAdaae8BCBd6df8BCCb4ca8BCDdab08BCEdaaf8BCFd2eb8BD1dab18BD2dab28BD3dab38BD4cad48BD5dab48BD6caab8BD7dab58BD8dab68BD9b3cf8BDAd6ef8BDBdab78BDCbbb08BDDb5ae8BDEdab88BDFdab98BE0b9ee8BE1d1af8BE2d2e88BE3daba8BE4b8c38BE5cfea8BE6b2ef8BE7dabb8BE8dabc8BE9bdeb8BEBcedc8BECd3ef8BEDdabd8BEEcef38BEFdabe8BF0d3d58BF1bbe58BF2dabf8BF3cbb58BF4cbd08BF5dac08BF6c7eb8BF7d6ee8BF8dac18BF9c5b58BFAb6c18BFBdac28BFCb7cc8BFDbfce8BFEdac38BFFdac48C00cbad8C01dac58C02b5f78C03dac68C04c1c28C05d7bb8C06dac78C07ccb88C08d2ea8C0Ac4b18C0Bdac88C0Cb5fd8C0Dbbd18C0Edac98C0Fd0b38C10daca8C11dacb8C12cebd8C13dacc8C14dacd8C15dace8C16b2f78C17dad18C18dacf8C19d1e88C1Adad08C1Bc3d58C1Cdad28C1Ddad38C1Fdad48C20dad58C21d0bb8C22d2a58C23b0f98C24dad68C25c7ab8C26dad78C27bdf78C28c3a18C29dad88C2Adad98C2Bc3fd8C2Cccb78C2Ddada8C2Edadb8C2Fc0be8C30c6d78C31dadc8C32dadd8C33c7b48C34dade8C35dadf8C36b9c88C37bbed8C41b6b98C46f4f88C47f4f98C49cde38C4Cf5b98C55ebe08C5Acff38C61bbbf8C62bac08C6Ad4a58C6Be1d98C73f5f48C78b1aa8C79b2f28C7Af5f58C82f5f78C85bad18C89f5f68C8Ac3b28C8Cf5f98C94f5f88C98b1b48D1Dd5ea8D1Eb8ba8D1Fb9b18D21b2c68D22d4f08D23cfcd8D24b0dc8D25d5cb8D26bbf58D27d6ca8D28b7b78D29ccb08D2Ac6b68D2Bb1e18D2Cb9ba8D2Dd6fc8D2Eb9e18D2Fb7a18D30bcfa8D31eada8D32eadb8D33ccf98D34b9f38D35eadc8D36b4fb8D37c3b38D38b7d18D39bad88D3Aeadd8D3Bd4f48D3Ceade8D3Dbcd68D3Ebbdf8D3Feadf8D40c1de8D41c2b88D42d4df8D43d7ca8D44eae08D45eae18D46eae48D47eae28D48eae38D49c9de8D4Ab8b38D4Bb6c48D4Ceae58D4Dcaea8D4Ec9cd8D4Fb4cd8D50e2d98D53c5e28D54eae68D55c0b58D56d7b88D58eae78D59d7ac8D5Ac8fc8D5Bd8d38D5Cd8cd8D5Dd4de8D5Ed4f98D60c9c48D61d3ae8D62b8d38D63b3e08D64c9e28D66f4f68D67bad58D6Bf4f78D6Dd7df8D70f4f18D73b8b08D74d5d48D75b8cf8D76c6f08D77b3c38D81f4f28D84b3ac8D85d4bd8D8Ac7f78D8Bf4f48D91f4f38D94cccb8D9Fc8a48DA3f4f58DB1d7e38DB3c5bf8DB4f5c08DB5f5bb8DB8f5c38DBAf5c28DBCd6ba8DBEf5c18DBFd4be8DC3f5c48DC4f5cc8DC6b0cf8DCBb5f88DCCf5c98DCEf5ca8DCFc5dc8DD1f5c58DD6f5c68DD7f5c78DDAf5cb8DDBbee08DDDf5c88DDEb8fa8DDFf5d08DE3f5d38DE4bfe78DE8b9f28DEAf5bc8DEBf5cd8DECc2b78DEFccf88DF3bcf98DF5f5ce8DF7f5cf8DF8f5d18DF9b6e58DFAf5d28DFBf5d58DFDf5bd8E05f5d48E09d3bb8E0Ab3ec8E0Ccca48E0Ff5d68E14f5d78E1Dbee18E1Ef5d88E1Fccdf8E22f5db8E23b2c88E29d7d98E2Af5d98E2Cf5da8E2Ef5dc8E2Ff5e28E31f5e08E35f5df8E39f5dd8E3Af5e18E3Df5de8E40f5e48E41f5e58E42cce3" +
506
+ "8E44e5bf8E47b5b88E48f5e38E49f5e88E4Acca38E4Bf5e68E51f5e78E52f5be8E59b1c48E66f5bf8E69b5c58E6Cb2e48E6Df5ec8E6Ff5e98E70b6d78E72f5ed8E74f5ea8E76f5eb8E7Cb4da8E7Fd4ea8E81f5ee8E85b3f98E87f5ef8E8Ff5f18E90f5f08E94f5f28E9Cf5f38E9Ec9ed8EABb9aa8EACc7fb8EAFb6e38EB2ccc98EBAeaa68ECEb3b58F66d4fe8F67b9ec8F68d0f98F69e9ed8F6Bd7aa8F6Ce9ee8F6Dc2d68F6Ec8ed8F6Fbae48F70e9ef8F71e9f08F72e9f18F73d6e18F74e9f28F75e9f38F76e9f58F77e9f48F78e9f68F79e9f78F7Ac7e18F7Be9f88F7Cd4d88F7De9f98F7Ebdce8F7Fe9fa8F81e9fb8F82bdcf8F83e9fc8F84b8a88F85c1be8F86e9fd8F87b1b28F88bbd48F89b9f58F8Ae9fe8F8Beaa18F8Deaa28F8Eeaa38F8Fb7f88F90bcad8F91cae48F93e0ce8F94d4af8F95cfbd8F96d5b78F97eaa48F98d5de8F99eaa58F9Ad0c18F9Bb9bc8F9Cb4c78F9Eb1d98F9Fc0b18FA3b1e68FA8b1e78FA9b1e88FABb3bd8FB0c8e88FB1e5c18FB6b1df8FB9c1c98FBDb4ef8FBEc7a88FC1d3d88FC2c6f98FC4d1b88FC5b9fd8FC7c2f58FC8d3ad8FCEd4cb8FD0bdfc8FD1e5c28FD3b7b58FD4e5c38FD5bbb98FD8d5e28FD9bdf88FDBd4b68FDCcea58FDDc1ac8FDEb3d98FDFccf68FE2e5c68FE4e5c48FE5e5c88FE6e5ca8FE8e5c78FE9b5cf8FEAc6c88FEBb5fc8FEDe5c58FEEcaf68FF0e5c98FF3c3d48FF7b1c58FF8bca38FF9d7b78FFDcdcb9000cbcd9001caca9002ccd39003e5cc9004e5cb9005c4e69006d1a19009d1b7900Ae5cd900Be5d0900Dcdb8900Fd6f09010e5cf9011b5dd9012cdbe9014e5d19016b6ba9017cda8901Ab9e4901Bcac5901Db3d1901Ecbd9901Fd4ec9020e5d29021b7ea9022e5ce9026e5d5902Db4fe902Ee5d6902Fe5d39035e5d49036d2dd9038c2df903Bb1c6903Cd3e2903Eb6dd9041cbec9042e5d79044d3f69047b1e9904Db6f4904Fe5da9050e5d89051e5d99052b5c09053d2c59057e5dc9058e5de905Be5dd9062c7b29063d2a39065e5db9068d4e2906Dd5da906Ee5e09074d7f19075e5e1907Db1dc907Fd1fb9080e5e29082e5e49083e5e39088e5e5908Bd2d89091b5cb9093e7df9095daf59097daf89099daf6909Bdaf7909Ddafa90A1d0cf90A2c4c790A3b0ee90A6d0b090AAdaf990ACd3ca90AEbaaa90AFdba290B0c7f190B1dafc90B3dafb90B4c9db90B5dafd90B6dba190B8d7de90B9dafe90BAc1da90BBdba590BEd3f490C1dba790C4dba490C5dba890C7bdbc90CAc0c990CEdba390CFdba690D0d6a390D1dba990D3dbad90D7dbae90DBdbac90DCbac290DDbfa490E1dbab90E2dbaa90E6d4c790E7b2bf90E8dbaf90EBb9f990EDdbb090EFb3bb90F4b5a690F8b6bc90FDdbb190FEb6f59102dbb29104b1c99119dbb4911Edbb39122dbb59123dbb7912Fdbb69131dbb89139dbb99143dbba9146d3cf9149f4fa914Ac7f5914Bd7c3914Cc5e4914Df4fc914Ef4fd914Ff4fb9150bec69152d0ef9157b7d3915Ad4cd915Dccaa915Ef5a29161f5a19162baa89163f4fe9164cbd69165f5a49169c0d2916Ab3ea916Ccdaa916Ef5a5916Ff5a39170bdb49171f5a89172f5a99174bdcd9175c3b89176bfe19177cbe19178f5aa9179f5a6917Df5a7917Ec4f0917Ff5ac9185b4bc9187d7ed9189b4d7918Bf5ab918Cf5ae918Df5ad9190f5af9191d0d19192c3d1919Ac8a9919Bf5b091A2f5b191A3f5b291AAf5b391ADf5b491AEf5b591AFf5b791B4f5b691B5f5b891BAb2c991C7d3d491C9cacd91CAc0ef91CCd6d891CDd2b091CEc1bf91CFbdf091D1b8aa91DCbcf89274f6c6928Ef6c792AEf6c892C8f6c9933Ef6ca936Af6cc938Ff6cb93CAf7e993D6f6cd943Ef6ce946Beec49485eec59486eec69487d5eb9488b6a49489eec8948Aeec7948Beec9948Ceeca948Dc7a5948Eeecb948Feecc9490b7b09492b5f69493eecd9494eecf9495eece9497b8c69499eed0949Aeed1949Beed2949Cb6db949Db3ae949Ed6d3949Fc4c694A0b1b594A1b8d694A2eed394A3eed494A4d4bf94A5c7d594A6befb94A7ced994A8b9b394A9eed694AAeed594ABeed894ACeed794ADc5a594AEeed994AFeeda94B0c7ae94B1eedb94B2c7af94B3eedc94B4b2a794B5eedd94B6eede94B7eedf94B8eee094B9eee194BAd7ea94BBeee294BCeee394BDbcd894BEeee494BFd3cb94C0ccfa94C1b2ac94C2c1e594C3eee594C4c7a694C5c3ad94C6eee694C8eee794C9eee894CAeee994CBeeea94CCeeeb94CDeeec94CEeeed94D0eeee94D1eeef94D2eef094D5eef194D6eef294D7eef494D8eef394D9eef594DBcdad94DCc2c194DDeef694DEeef794DFeef894E0d5a194E1eef994E2cfb394E3eefa94E4eefb94E5eefc94E7eefd94E8efa194E9eefe94EAefa294EBb8f594ECc3fa94EDefa394EEefa494EFbdc294F0d2bf94F1b2f994F2efa594F3efa694F4efa794F5d2f894F6efa894F7d6fd94F8efa994F9c6cc94FAefaa94FCefab94FDc1b494FEefac94FFcffa9500cbf89501efae9502efad9503b3fa9504b9f89505efaf9506efb09507d0e29508efb19509efb2950Ab7e6950Bd0bf950Cefb3950Defb4950Eefb5950Fc8f19510cce09511efb69512efb79513efb89514efb99515efba9516d5e09517efbb9518b4ed9519c3aa951Aefbc951Befbd951Defbe951Eefbf951Fcefd9521efc09522c2e09523b4b89524d7b69525bdf59526cfc79528efc39529efc1952Aefc2952Befc4952Cb6a7952Dbcfc952Ebee2952Fc3cc9530efc59531efc69532efc79534efcf9535efc89536efc99537efca9538c7c29539eff1953Ab6cd953Befcb953Cefcc953Eefcd953Fb6c69540c3be9541efce9542efd09544efd19545efd29546d5f29547efd39549c4f7954Aefd4954Cc4f8954Defd5954Eefd6954Fb8e49550b0f79551efd79552efd89553efd99554efda9556efdb9557efdc9558efdd9559efde955Bbeb5955Cefe1955Defdf955Eefe0955Fefe29561efe39562c1cd9563efe49564efe59565efe69566efe79567efe89568efe99569efea956Aefeb956Befec956Cc0d8956Defed956Fc1ad9570efee9571efef9572eff09573cfe29576b3a4957Fc3c595E8e3c595E9c9c195EAe3c695EBb1d595EDceca95EEb4b395EFc8f295F0e3c795F1cfd095F2e3c895F3bce495F4e3c995F5e3ca95F6c3c695F7d5a295F8c4d695F9b9eb95FAcec595FBe3cb95FCc3f695FDe3cc95FEb7a79600b8f39601bad29602e3cd9603e3ce9604d4c49605e3cf9606e3d09608d1cb9609e3d1960Ae3d2960Be3d3960Ce3d4960Dd1d6960Ee3d5960Fb2fb9610c0bb9611e3d69612c0ab9614e3d79615e3d89616e3d99617e3da9619e3db961Ab8b7961Cdae2961Db6d3961Fdae49621dae39622dae6962Ac8ee962Edae59631b7c09632d1f49633d2f59634d5f39635bdd79636d7e8963Bdae8963Cdae7963Db0a2963Fcdd39640dae99642b8bd9644bcca9645c2bd9646c2a49647b3c29648daea9649c2aa964Bc4b0964Cbdb5964Dcfde9650daeb9654c9c29655b1dd965Bdaec965Fb6b89661d4ba9662b3fd9664daed9667d4c99668cfd59669c5e3966Adaee966Cdaef9672daf09674c1ea9675ccd59676cfdd9677d3e79685c2a19686daf19688cbe5968Bdaf2968Dcbe6968Fd2fe9690b8f49694daf39697b0af9698cfb69699d5cf969Ccbed96A7daf496B0e3c496B3c1a596B6f6bf96B9f6c096BCf6c196BDc4d196BEc8b896C0d1e396C1d0db96C4d1c596C5bcaf96C6b9cd96C7eff496C9b4c696CCd3ba96CDf6c296CEb3fb96CFf6c396D2b5f196D5f6c596E0d3ea96E8f6a796E9d1a996EAf6a996EFf6a896F3c1e396F6c0d796F7b1a296F9ceed96FEd0e89700f6ab9701cff69704f6aa9706d5f09707f6ac9708c3b99709bbf4970Df6ae970Ef6ad970Fc4de9713c1d89716cbaa971Ccfbc971Ef6af972Af6b0972Df6b19730c2b69732b0d49738c5f99739f6b2973Ec7e09752f6a69753beb89756beb29759b5e5975Bb7c7975Ebfbf9760c3d29761c3e69762d8cc9765b8ef9769bdf99773d1a59774b0d09776f7b0977Cf7b19785d0ac978Bb0b0978Df7b29791f7b39792f7b49794c7ca9798becf97A0f7b797A3f7b697ABb1de97ADf7b597AFf7b897B2f7b997B4cea497E6c8cd97E7baab97E9e8b897EAe8b997EBe8ba97ECbec297EDd2f497F3d4cf97F5c9d897F6d2b39875b6a59876c7ea9877f1fc9878cfee9879cbb3987Ad0eb987Be7ef987Ccde7987Db9cb987Eb6d9987Ff1fd9880b0e49881cbcc9882f1fe9883d4a49884c2ad9885c1ec9886c6c49887beb19888f2a19889bcd5988Af2a2988Cf2a3988Df2a4988Fd2c39890c6b59891cdc79893f2a59894d3b19896bfc59897cce29898f2a6989Af2a7989Bd1d5989Cb6ee989Df2a8989Ef2a9989Fb5df98A0f2aa98A1f2ab98A2b2fc98A4f2ac98A5f2ad98A6c8a798A7b7e798CEeca998D1ecaa98D2ecab98D3ecac98D5c6ae98D8ecad98D9ecae98DAb7c998DEcab398DFe2b898E7f7cf98E8f7d0990Db2cd9910f7d1992Ef7d39954f7d29955e2bb9963bca29965e2bc9967e2bd9968e2be9969e2bf996Ae2c0996Be2c1996Cb7b9996Dd2fb996Ebda4996Fcace9970b1a59971cbc79972e2c29974b6fc9975c8c49976e2c39977bdc8997Ab1fd997Ce2c4997Db6f6997Fe2c59980c4d99981e2c69984cfda9985b9dd9986e2c79987c0a19988e2c8998Ab2f6998Be2c9998Dc1f3998Fe2ca9990e2cb9991c2f89992e2cc9993e2cd9994e2ce9995cad79996d8b89997d9e59998cfe39999f0a599A5dcb099A8c2ed9A6Cd4a69A6Dcdd49A6Ed1b19A6Fb3db9A70c7fd9A71b2b59A73c2bf9A74e6e09A75cabb9A76e6e19A77e6e29A78bed49A79e6e39A7Ad7a49A7Bcdd59A7Ce6e59A7Dbcdd9A7Ee6e49A7Fe6e69A80e6e79A81c2ee9A82bdbe9A84e6e89A85c2e69A86baa79A87e6e99A88e6ea9A8Ab3d29A8Bd1e99A8Cbfa59A8Fe6eb9A90c6ef9A91e6ec9A92e6ed9A93e6ee9A96c6ad9A97e6ef9A98c9a79A9Ae6f09A9Be6f19A9Ce6f29A9De5b99A9Ee6f39A9Fe6f49AA0c2e29AA1e6f59AA2e6f69AA3d6e89AA4e6f79AA5e6f89AA7b9c79AA8f7bb9AB0f7ba9AB1f7be9AB6f7bc9AB7baa19AB8f7bf9ABAf7c09ABCf7c29AC0f7c19AC1f7c49AC2f7c39AC5f7c59ACBf7c69ACCf7c79AD1cbe89AD3b8df9AD8f7d49ADFf7d59AE1f7d69AE6f7d89AEBf7da9AEDf7d79AEFf7db9AF9f7d99AFBd7d79B03f7dc9B08f7dd9B0Ff7de9B13f7df9B1Ff7e09B23dbcb9B2Fd8aa9B32e5f79B3Bb9ed9B3Cbffd9B41bbea9B42f7c99B43c6c79B44f7c89B45f7ca9B47f7cc9B48f7cb9B49f7cd9B4Dceba9B4Ff7ce9B51c4a79B54d3e39C7Cf6cf9C7Fc2b39C81f6d09C82f6d19C85f6d29C86f6d39C87f6d49C88f6d69C8Bb1ab9C8Df6d79C8Ef6d89C90f6d99C91f6da9C92f6db9C94f6dc9C95f6dd9C9Af6de9C9Bcfca9C9Cf6df9C9Ef6e09C9Ff6e19CA0f6e29CA1f6e39CA2f6e49CA3c0f09CA4f6e59CA5f6e69CA6f6e79CA7f6e89CA8f6e99CA9f6ea9CABf6eb9CADf6ec9CAEf6ed9CB0f6ee9CB1f6ef9CB2f6f09CB3f6f19CB4f6f29CB5f6f39CB6f6f49CB7bea89CB8f6f59CBAf6f69CBBf6f79CBCf6f89CBDc8fa9CC3f6f99CC4f6fa9CC5f6fb9CC6f6fc9CC7f6fd9CCAf6fe9CCBf7a19CCCf7a29CCDf7a39CCEf7a49CCFf7a59CD0f7a69CD3f7a79CD4f7a89CD5b1ee9CD6f7a99CD7f7aa9CD8f7ab9CD9f7ac9CDCf7ad9CDDc1db9CDEf7ae9CDFf7af9CE2c4f19E1Ff0af9E20bca69E21f0b09E22c3f99E23c5b89E25d1bb9E26f0b19E28f0b29E29f0b39E2Af0b49E2Bf0b59E2Cd1bc9E2Dd1ec9E2Ff0b79E31f0b69E32d4a79E33cdd29E35f0b89E36f0ba9E37f0b99E38f0bb9E39f0bc9E3Ab8eb9E3Df0bd9E3Ebae89E3Ff0be9E41f0bf9E42bee99E43f0c09E44b6ec9E45f0c19E46f0c29E47f0c39E48f0c49E49c8b59E4Af0c59E4Bf0c69E4Cf0c79E4Ec5f49E4Ff0c89E51f0c99E55f0ca9E57f7bd9E58f0cb9E5Af0cc9E5Bf0cd9E5Cf0ce9E5Ef0cf9E63bad79E64f0d09E66f0d19E67f0d29E68f0d39E69f0d49E6Af0d59E6Bf0d69E6Cf0d89E6Dd3a59E70f0d79E71f0d99E73f5ba9E7Ec2b99E7Ff7e49E82f7e59E87f7e69E88f7e79E8Bf7e89E92c2b49E93f7ea9E9Df7eb9E9Fc2f39EA6f4f09EB4f4ef9EB8c2e99EBBf7e19EBDf7e29EBEbbc69EC4d9e49EC9caf29ECDc0e89ECEf0a49ECFbada9ED1c7ad9ED4c4ac9ED8f7ec9EDBf7ed9EDCf7ee9EDDf7f09EDFf7ef9EE0f7f19EE2f7f49EE5f7f39EE7f7f29EE9f7f59EEAf7f69EEFede99EF9edea9EFBedeb9EFCf6bc9EFEf6bd9F0Bf6be9F0Db6a69F0Ed8be9F10b9c49F13d8bb9F17dcb19F19caf39F20f7f79F22f7f89F2Cf7f99F2Ff7fb9F37f7fa9F39b1c79F3Bf7fc9F3Df7fd9F3Ef7fe9F44c6eb9F50ecb49F51b3dd9F7Ff6b39F80f6b49F83c1e49F84f6b59F85f6b69F86f6b79F87f6b89F88f6b99F89f6ba9F8Ac8a39F8Bf6bb9F8Cc1fa9F99b9a89F9Aede89F9Bb9ea9F9Fd9df9FA0a3a1FF01a3a2FF02a3a3FF03a1e7FF04a3a5FF05a3a6FF06a3a7FF07a3a8FF08a3a9FF09a3aaFF0Aa3abFF0Ba3acFF0Ca3adFF0Da3aeFF0Ea3afFF0Fa3b0FF10a3b1FF11a3b2FF12a3b3FF13a3b4FF14a3b5FF15a3b6FF16a3b7FF17a3b8FF18a3b9FF19a3baFF1Aa3bbFF1Ba3bcFF1Ca3bdFF1Da3beFF1Ea3bfFF1Fa3c0FF20a3c1FF21a3c2FF22a3c3FF23a3c4FF24a3c5FF25a3c6FF26a3c7FF27a3c8FF28a3c9FF29a3caFF2Aa3cbFF2Ba3ccFF2Ca3cdFF2Da3ceFF2Ea3cfFF2Fa3d0FF30a3d1FF31a3d2FF32a3d3FF33a3d4FF34a3d5FF35a3d6FF36a3d7FF37a3d8FF38a3d9FF39a3daFF3Aa3dbFF3Ba3dcFF3Ca3ddFF3Da3deFF3Ea3dfFF3Fa3e0FF40a3e1FF41a3e2FF42a3e3FF43a3e4FF44a3e5FF45a3e6FF46a3e7FF47a3e8FF48a3e9FF49a3eaFF4Aa3ebFF4Ba3ecFF4Ca3edFF4Da3eeFF4E" +
507
+ "a3efFF4Fa3f0FF50a3f1FF51a3f2FF52a3f3FF53a3f4FF54a3f5FF55a3f6FF56a3f7FF57a3f8FF58a3f9FF59a3faFF5Aa3fbFF5Ba3fcFF5Ca3fdFF5Da1abFF5Ea1e9FFE0a1eaFFE1a3feFFE3a3a4FFE5";
@@ -0,0 +1,5 @@
1
+ import { RtfImportData } from "../rtf-import-data";
2
+ export declare abstract class CharacterDecoder {
3
+ abstract processChar(importer: RtfImportData, ch: string): void;
4
+ abstract flush(importer: RtfImportData): void;
5
+ }
@@ -0,0 +1,12 @@
1
+ import { RtfImportData } from '../rtf-import-data';
2
+ import { CharacterDecoder } from './character-decoder';
3
+ export declare class CodePageCharacterDecoder extends CharacterDecoder {
4
+ codePage: number;
5
+ private static capacity;
6
+ private _bytes;
7
+ constructor(codePage: number);
8
+ processChar(importer: RtfImportData, ch: string): void;
9
+ protected flushByChar(importer: RtfImportData, chars: string[]): void;
10
+ protected flushByString(importer: RtfImportData, chars: string[]): void;
11
+ flush(importer: RtfImportData): void;
12
+ }
@@ -0,0 +1,17 @@
1
+ export declare enum CodePages {
2
+ default = 1250,
3
+ GB2315 = 936,
4
+ UTF8 = 65001,
5
+ Russian = 1251,
6
+ Ansi = 1252,
7
+ Greek = 1253,
8
+ Turkis = 1254,
9
+ Baltic = 1257,
10
+ Vietnamese = 1258,
11
+ Hebrew = 1255,
12
+ Arabic = 1256,
13
+ Hangul = 949,
14
+ Big5 = 950,
15
+ MacRoman = 10000,
16
+ MacRussian = 10007
17
+ }
@@ -0,0 +1,4 @@
1
+ export declare class DXEncoding {
2
+ static readonly charsetToCodepageMapping: Record<number, number>;
3
+ static codePageFromCharset(charset: number): number;
4
+ }