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.
- package/bin/gulpfile.js +1 -1
- package/bin/index-custom.js +1 -1
- package/bin/localization-builder.js +1 -1
- package/bin/nspell-index.js +1 -1
- package/bin/nspell.webpack.config.js +1 -1
- package/bin/webpack-externals.js +4 -4
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +950 -585
- package/dist/dx.richedit.js +34394 -33434
- package/dist/dx.richedit.min.js +2 -2
- package/dist/icons/_icons.css +1266 -0
- package/dist/pdfkit.js +44173 -41214
- package/dist/pdfkit.min.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client/_constants.d.ts +0 -1
- package/lib/client/_constants.js +2 -2
- package/lib/client/api/bookmark.d.ts +9 -0
- package/lib/client/api/bookmark.js +14 -0
- package/lib/client/api/collections/bookmark-collection.d.ts +10 -0
- package/lib/client/api/collections/bookmark-collection.js +11 -0
- package/lib/client/api/collections/sub-documents-collection.d.ts +10 -0
- package/lib/client/api/collections/sub-documents-collection.js +14 -0
- package/lib/client/api/document.d.ts +16 -0
- package/lib/client/api/document.js +26 -0
- package/lib/client/api/history.d.ts +10 -0
- package/lib/client/api/key-code.d.ts +105 -0
- package/lib/client/api/key-code.js +110 -0
- package/lib/client/api/layout-api.d.ts +9 -0
- package/lib/client/api/layout-api.js +20 -0
- package/lib/client/api/loading-panel.d.ts +12 -0
- package/lib/client/api/selection-api.d.ts +39 -0
- package/lib/client/api/selection-api.js +190 -0
- package/lib/client/api/sub-document.d.ts +9 -0
- package/lib/client/api/sub-document.js +11 -0
- package/lib/client/bars/active-context-tab-manager.d.ts +2 -3
- package/lib/client/bars/active-context-tab-manager.js +1 -1
- package/lib/client/bars/bar-holder.d.ts +3 -4
- package/lib/client/bars/context-menu.d.ts +4 -5
- package/lib/client/bars/context-menu.js +3 -3
- package/lib/client/bars/ribbon.d.ts +7 -8
- package/lib/client/bars/ribbon.js +4 -4
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.d.ts +2 -3
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.js +3 -3
- package/lib/client/client-rich-edit-core.d.ts +6 -7
- package/lib/client/client-rich-edit-core.js +2 -2
- package/lib/client/client-rich-edit.d.ts +11 -12
- package/lib/client/client-rich-edit.js +11 -11
- package/lib/client/client-spell-checker.d.ts +2 -3
- package/lib/client/client-spell-checker.js +4 -4
- package/lib/client/commands/client-command-manager.d.ts +2 -3
- package/lib/client/commands/client-command-manager.js +2 -2
- package/lib/client/commands/commands.d.ts +1 -2
- package/lib/client/commands/commands.js +4 -4
- package/lib/client/commands/download-document-command.d.ts +3 -4
- package/lib/client/commands/download-document-command.js +7 -7
- package/lib/client/commands/export-document-command.d.ts +3 -4
- package/lib/client/commands/export-document-command.js +4 -4
- package/lib/client/commands/insert-picture-command.d.ts +2 -3
- package/lib/client/commands/insert-picture-command.js +5 -5
- package/lib/client/commands/mail-merge-command.d.ts +5 -6
- package/lib/client/commands/mail-merge-command.js +20 -20
- package/lib/client/commands/new-document-command.d.ts +3 -4
- package/lib/client/commands/new-document-command.js +7 -7
- package/lib/client/commands/open-document-command.d.ts +3 -4
- package/lib/client/commands/open-document-command.js +15 -15
- package/lib/client/commands/shortcut-manager.d.ts +3 -4
- package/lib/client/commands/shortcut-manager.js +2 -2
- package/lib/client/context-menu/settings.d.ts +0 -1
- package/lib/client/data-source-helper.d.ts +0 -1
- package/lib/client/default-localization.d.ts +0 -1
- package/lib/client/dialogs/alert-dialog.d.ts +1 -2
- package/lib/client/dialogs/bookmark-dialog.d.ts +1 -2
- package/lib/client/dialogs/bookmark-dialog.js +2 -2
- package/lib/client/dialogs/delete-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/delete-table-cells-dialog.js +1 -1
- package/lib/client/dialogs/dialog-base.d.ts +2 -3
- package/lib/client/dialogs/dialog-manager.d.ts +0 -1
- package/lib/client/dialogs/find-replace-dialog.d.ts +2 -3
- package/lib/client/dialogs/find-replace-dialog.js +2 -2
- package/lib/client/dialogs/finish-and-merge-dialog.d.ts +1 -2
- package/lib/client/dialogs/finish-and-merge-dialog.js +4 -4
- package/lib/client/dialogs/font-dialog.d.ts +1 -2
- package/lib/client/dialogs/font-dialog.js +1 -1
- package/lib/client/dialogs/hyperlink-dialog.d.ts +1 -2
- package/lib/client/dialogs/i-dialog.d.ts +0 -1
- package/lib/client/dialogs/insert-merge-field-dialog.d.ts +1 -2
- package/lib/client/dialogs/insert-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/insert-table-cells-dialog.js +1 -1
- package/lib/client/dialogs/insert-table-dialog.d.ts +1 -2
- package/lib/client/dialogs/page-setup-dialog.d.ts +1 -2
- package/lib/client/dialogs/page-setup-dialog.js +3 -3
- package/lib/client/dialogs/paragraph-dialog.d.ts +1 -2
- package/lib/client/dialogs/paragraph-dialog.js +2 -2
- package/lib/client/dialogs/split-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/tabs-dialog.d.ts +1 -2
- package/lib/client/dialogs/tabs-dialog.js +3 -3
- package/lib/client/document-processor/docvar-args.d.ts +23 -0
- package/lib/client/document-processor/processor.d.ts +34 -0
- package/lib/client/document-processor/processor.js +83 -0
- package/lib/client/document-processor/public/all.js +1 -0
- package/lib/client/document-processor/public/processor.d.ts +28 -0
- package/lib/client/document-processor/public/processor.js +50 -0
- package/lib/client/formats/docx/export/data.d.ts +65 -0
- package/lib/client/formats/docx/export/docx-export-options.d.ts +8 -0
- package/lib/client/formats/docx/export/docx-export-options.js +11 -0
- package/lib/client/formats/docx/export/exporter.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/character-properties.d.ts +26 -0
- package/lib/client/formats/docx/export/exporters/base/character-properties.js +181 -0
- package/lib/client/formats/docx/export/exporters/base/color.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/color.js +76 -0
- package/lib/client/formats/docx/export/exporters/base/drawing.d.ts +64 -0
- package/lib/client/formats/docx/export/exporters/base/drawing.js +526 -0
- package/lib/client/formats/docx/export/exporters/base/image-exporter.d.ts +5 -0
- package/lib/client/formats/docx/export/exporters/base/image-exporter.js +22 -0
- package/lib/client/formats/docx/export/exporters/base/paragraph-properties.d.ts +27 -0
- package/lib/client/formats/docx/export/exporters/base/paragraph-properties.js +257 -0
- package/lib/client/formats/docx/export/exporters/base/sections.d.ts +24 -0
- package/lib/client/formats/docx/export/exporters/base/sections.js +167 -0
- package/lib/client/formats/docx/export/exporters/base/styles/character-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/numbering-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/paragraph-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/style-base.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/base/styles/table-style.d.ts +9 -0
- package/lib/client/formats/docx/export/exporters/base/styles/table-style.js +41 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.js +101 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-properties.d.ts +18 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-properties.js +132 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.js +55 -0
- package/lib/client/formats/docx/export/exporters/base/table/table.d.ts +21 -0
- package/lib/client/formats/docx/export/exporters/base/table/table.js +130 -0
- package/lib/client/formats/docx/export/exporters/base/table/width-exporter.d.ts +7 -0
- package/lib/client/formats/docx/export/exporters/base/table/width-exporter.js +19 -0
- package/lib/client/formats/docx/export/exporters/base/text.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/base/text.js +79 -0
- package/lib/client/formats/docx/export/exporters/base.d.ts +17 -0
- package/lib/client/formats/docx/export/exporters/content-types.d.ts +14 -0
- package/lib/client/formats/docx/export/exporters/core-properties.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/numberings.d.ts +22 -0
- package/lib/client/formats/docx/export/exporters/numberings.js +122 -0
- package/lib/client/formats/docx/export/exporters/relations/base.d.ts +9 -0
- package/lib/client/formats/docx/export/exporters/relations/core-relations.d.ts +5 -0
- package/lib/client/formats/docx/export/exporters/relations/document-relations.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/relations/relation-collection.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/settings.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/settings.js +118 -0
- package/lib/client/formats/docx/export/exporters/styles.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/styles.js +36 -0
- package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.d.ts +62 -0
- package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.js +261 -0
- package/lib/client/formats/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.js +29 -0
- package/lib/client/formats/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/theme.d.ts +32 -0
- package/lib/client/formats/docx/export/exporters/theme.js +322 -0
- package/lib/client/formats/docx/export/utils/id-generator.d.ts +11 -0
- package/lib/client/formats/docx/export/utils/inline-drawing-object.d.ts +157 -0
- package/lib/client/formats/docx/export/utils/inline-drawing-object.js +117 -0
- package/lib/client/formats/docx/export/utils/writer-helper.d.ts +6 -0
- package/lib/client/formats/docx/import/color/open-xml-color-import-helper.d.ts +9 -0
- package/lib/client/formats/docx/import/color/open-xml-color-import-helper.js +58 -0
- package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.d.ts +67 -0
- package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.js +193 -0
- package/lib/client/formats/docx/import/data.d.ts +64 -0
- package/lib/client/formats/docx/import/data.js +100 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.js +22 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/borders/table-borders-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/borders/table-borders-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.js +28 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.js +24 -0
- package/lib/client/formats/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.js +28 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.js +26 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.js +16 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.js +38 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.js +46 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.js +16 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/comments/comment-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/comments/comment-end-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/comments/comment-start-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/destination.d.ts +55 -0
- package/lib/client/formats/docx/import/destination/destination.js +140 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.js +27 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-properties-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/document/background-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/body-destination-base.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/document/body-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/document/body-destination.js +27 -0
- package/lib/client/formats/docx/import/destination/document/document-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/document-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/document/document-version-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/document/smart-tag-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/smart-tag-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +59 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.js +158 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +38 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +94 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +31 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +83 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-destination.d.ts +193 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-destination.js +713 -0
- package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.d.ts +48 -0
- package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.js +129 -0
- package/lib/client/formats/docx/import/destination/field/field-char-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/field/field-char-destination.js +42 -0
- package/lib/client/formats/docx/import/destination/field/field-destination-base.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/field/field-simple-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/field/field-simple-destination.js +43 -0
- package/lib/client/formats/docx/import/destination/field/hyperlink-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/field/hyperlink-destination.js +78 -0
- package/lib/client/formats/docx/import/destination/numbering/numberings-destination.d.ts +189 -0
- package/lib/client/formats/docx/import/destination/numbering/numberings-destination.js +539 -0
- package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.d.ts +18 -0
- package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.js +117 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +25 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +18 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +66 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +43 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +35 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +26 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +45 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +57 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/property-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.js +52 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/relationships/relation-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/relationships/relationships-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/relationships/relationships-destination.js +18 -0
- package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/runs/custom-run-destination.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/data-container-run-destination.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/deleted-run-content-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/deleted-text-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/runs/inline-object-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/runs/inline-object-destination.js +110 -0
- package/lib/client/formats/docx/import/destination/runs/inline-picture-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/inserted-run-content-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/revision-destination-base.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/run-break-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/run-break-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/runs/run-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/runs/run-destination.js +75 -0
- package/lib/client/formats/docx/import/destination/runs/run-tab-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/run-tab-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/runs/separator-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/runs/separator-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/runs/symbol-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/runs/symbol-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/runs/text-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/runs/text-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/section/column-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/section/column-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/section/columns-destination.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/section/columns-destination.js +45 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +64 -0
- package/lib/client/formats/docx/import/destination/section/inner-section-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/section/last-section-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/section/section-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-destination.js +33 -0
- package/lib/client/formats/docx/import/destination/section/section-different-first-page-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.js +23 -0
- package/lib/client/formats/docx/import/destination/section/section-margins-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/section/section-page-numbering-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-page-size-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/section/section-page-size-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/section/section-start-type-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-start-type-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/settings/default-tab-stop-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/document-protection.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/settings/document-protection.js +81 -0
- package/lib/client/formats/docx/import/destination/settings/document-variables-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/settings/document-variables-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/settings/mirror-margins-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/settings.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/settings.js +21 -0
- package/lib/client/formats/docx/import/destination/shading/shading-helper.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/shading/shading-helper.js +13 -0
- package/lib/client/formats/docx/import/destination/structured-document-content-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/structured-document-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/linked-style-id-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/next-style-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-hidden-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-name-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-parent-id-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-qformat-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.js +25 -0
- package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +17 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/run-style-reference-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.js +55 -0
- package/lib/client/formats/docx/import/destination/style/style-destination-base.d.ts +21 -0
- package/lib/client/formats/docx/import/destination/style/style-destination-base.js +65 -0
- package/lib/client/formats/docx/import/destination/style/style-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/style/style-destination.js +60 -0
- package/lib/client/formats/docx/import/destination/style/styles-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/styles-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +46 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +8 -0
- package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.d.ts +18 -0
- package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.js +71 -0
- package/lib/client/formats/docx/import/destination/table/height-unit-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/height-unit-destination.js +20 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.js +48 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/table/row/table-row-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/table/row/table-row-destination.js +44 -0
- package/lib/client/formats/docx/import/destination/table/table/grid-column-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +19 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.js +24 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-look-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.js +61 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/table/table-destination.d.ts +16 -0
- package/lib/client/formats/docx/import/destination/table/table/table-destination.js +78 -0
- package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/table/table-style-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/width-unit-destination.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/table/width-unit-destination.js +33 -0
- package/lib/client/formats/docx/import/destination/tabs/tab-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/tabs/tab-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.js +28 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +16 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +83 -0
- package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/themes/color/preset-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +54 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +23 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-destination.js +20 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.d.ts +73 -0
- package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.js +294 -0
- package/lib/client/formats/docx/import/importer-options.d.ts +12 -0
- package/lib/client/formats/docx/import/importer-options.js +14 -0
- package/lib/client/formats/docx/import/importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importer.js +135 -0
- package/lib/client/formats/docx/import/importers/alt-chunk-importer.d.ts +9 -0
- package/lib/client/formats/docx/import/importers/bookmark-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/bookmark-importer.js +15 -0
- package/lib/client/formats/docx/import/importers/character-importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importers/character-importer.js +58 -0
- package/lib/client/formats/docx/import/importers/comments-importer.d.ts +7 -0
- package/lib/client/formats/docx/import/importers/core-properties-importer.d.ts +7 -0
- package/lib/client/formats/docx/import/importers/custom-properties-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/end-notes-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/field-importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importers/field-importer.js +78 -0
- package/lib/client/formats/docx/import/importers/foot-notes-importer.d.ts +6 -0
- package/lib/client/formats/docx/import/importers/header-footer-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/numbering-list-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/paragraph-importer.d.ts +25 -0
- package/lib/client/formats/docx/import/importers/paragraph-importer.js +60 -0
- package/lib/client/formats/docx/import/importers/position-importer.d.ts +6 -0
- package/lib/client/formats/docx/import/importers/range-permission-importer.d.ts +10 -0
- package/lib/client/formats/docx/import/importers/range-permission-importer.js +36 -0
- package/lib/client/formats/docx/import/importers/section-importer.d.ts +14 -0
- package/lib/client/formats/docx/import/importers/section-importer.js +30 -0
- package/lib/client/formats/docx/import/importers/settings-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/styles-importer.d.ts +123 -0
- package/lib/client/formats/docx/import/importers/styles-importer.js +343 -0
- package/lib/client/formats/docx/import/importers/table-importer.d.ts +14 -0
- package/lib/client/formats/docx/import/importers/table-importer.js +23 -0
- package/lib/client/formats/docx/import/importers/themes-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/web-settings-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/list/open-xml-abstract-numbering-info.d.ts +7 -0
- package/lib/client/formats/docx/import/list/open-xml-list-level-override.d.ts +15 -0
- package/lib/client/formats/docx/import/list/open-xml-list-level-override.js +38 -0
- package/lib/client/formats/docx/import/list/open-xml-numbering-list-info.d.ts +9 -0
- package/lib/client/formats/docx/import/model/alt-chunk-info.d.ts +7 -0
- package/lib/client/formats/docx/import/model/comment-list-info.d.ts +18 -0
- package/lib/client/formats/docx/import/model/floating-object-import-info.d.ts +31 -0
- package/lib/client/formats/docx/import/model/floating-object-import-info.js +67 -0
- package/lib/client/formats/docx/import/model/import-bookmark-info.d.ts +8 -0
- package/lib/client/formats/docx/import/model/import-bookmark-info.js +15 -0
- package/lib/client/formats/docx/import/model/import-field-info.d.ts +16 -0
- package/lib/client/formats/docx/import/model/import-range-permission-info.d.ts +11 -0
- package/lib/client/formats/docx/import/model/import-range-permission-info.js +10 -0
- package/lib/client/formats/docx/import/model/import-sub-document-info.d.ts +32 -0
- package/lib/client/formats/docx/import/model/import-sub-document-info.js +37 -0
- package/lib/client/formats/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +16 -0
- package/lib/client/formats/docx/import/utils/culture-info-helper.d.ts +5 -0
- package/lib/client/formats/docx/import/utils/culture-info-helper.js +386 -0
- package/lib/client/formats/docx/import/utils/markup-language-color-parser.d.ts +8 -0
- package/lib/client/formats/docx/import/utils/markup-language-color-parser.js +79 -0
- package/lib/client/formats/docx/import/utils/reader-helper.d.ts +37 -0
- package/lib/client/formats/docx/import/utils/reader-helper.js +188 -0
- package/lib/client/formats/docx/import/utils/relations-collection.d.ts +21 -0
- package/lib/client/formats/docx/import/utils/relations-collection.js +93 -0
- package/lib/client/formats/docx/translation-table/ml-table-data.d.ts +6 -0
- package/lib/client/formats/docx/translation-table/translation-tables-data.d.ts +6 -0
- package/lib/client/formats/docx/translation-table/translation-tables.d.ts +121 -0
- package/lib/client/formats/docx/translation-table/translation-tables.js +910 -0
- package/lib/client/formats/docx/translation-table/word-processing-mlvalue.d.ts +6 -0
- package/lib/client/formats/docx/utils/constants.d.ts +140 -0
- package/lib/client/formats/docx/utils/constants.js +193 -0
- package/lib/client/formats/docx/utils/lock-aspect-ratio-table.d.ts +9 -0
- package/lib/client/formats/docx/utils/open-xml-relation.d.ts +8 -0
- package/lib/client/formats/docx/utils/path-helper.d.ts +6 -0
- package/lib/client/formats/docx/utils/progress-indication.d.ts +29 -0
- package/lib/client/formats/docx/utils/string-extensions.d.ts +3 -0
- package/lib/client/formats/docx/utils/string-value-parser.d.ts +6 -0
- package/lib/client/formats/docx/utils/units-converter.d.ts +5 -0
- package/lib/client/formats/docx/utils/value-info.d.ts +9 -0
- package/lib/client/formats/docx/utils/xml-chars-decoder.d.ts +4 -0
- package/lib/client/formats/docx/zip/xml-reader.d.ts +38 -0
- package/lib/client/formats/docx/zip/xml-writer.d.ts +40 -0
- package/lib/client/formats/docx/zip/xml-writer.js +149 -0
- package/lib/client/formats/docx/zip/zip-builder.d.ts +11 -0
- package/lib/client/formats/docx/zip/zip-reader.d.ts +11 -0
- package/lib/client/formatters-options.d.ts +0 -1
- package/lib/client/i-rich-constructor-settings.d.ts +8 -9
- package/lib/client/loading-panel/manager.d.ts +1 -2
- package/lib/client/loading-panel/manager.js +1 -1
- package/lib/client/loading-panel/panel.d.ts +1 -2
- package/lib/client/loading-panel/panel.js +1 -1
- package/lib/client/loading-panel/status-bar-panel.d.ts +1 -2
- package/lib/client/loading-panel/status-bar-panel.js +1 -1
- package/lib/client/localization.d.ts +1 -2
- package/lib/client/localization.js +1 -1
- package/lib/client/losing-changes-watcher.d.ts +0 -1
- package/lib/client/model/fields/field-client-request-manager.d.ts +3 -4
- package/lib/client/model/fields/field-client-request-manager.js +7 -7
- package/lib/client/model/font-changes-listener.d.ts +3 -4
- package/lib/client/model/font-changes-listener.js +1 -1
- package/lib/client/model/styles/known-style-names.d.ts +0 -1
- package/lib/client/model/styles/known-style-names.js +2 -2
- package/lib/client/model-api/anchor-info.d.ts +66 -0
- package/lib/client/model-api/api-utils/api-utils.d.ts +24 -0
- package/lib/client/model-api/api-utils/api-utils.js +120 -0
- package/lib/client/model-api/api-utils/insert-text.d.ts +8 -0
- package/lib/client/model-api/api-utils/insert-text.js +52 -0
- package/lib/client/model-api/api-utils/model-parameter-checker.d.ts +11 -0
- package/lib/client/model-api/api-utils/model-parameter-checker.js +40 -0
- package/lib/client/model-api/api-utils/parameter-checker.d.ts +23 -0
- package/lib/client/model-api/api-utils/range-permission-finder.d.ts +5 -0
- package/lib/client/model-api/bookmark.d.ts +16 -0
- package/lib/client/model-api/bookmark.js +24 -0
- package/lib/client/model-api/character-properties.d.ts +50 -0
- package/lib/client/model-api/character-properties.js +116 -0
- package/lib/client/model-api/collections/bookmark-collection.d.ts +14 -0
- package/lib/client/model-api/collections/bookmark-collection.js +52 -0
- package/lib/client/model-api/collections/collection.d.ts +9 -0
- package/lib/client/model-api/collections/control-font.d.ts +11 -0
- package/lib/client/model-api/collections/control-font.js +35 -0
- package/lib/client/model-api/collections/drawing-object-collection-base.d.ts +19 -0
- package/lib/client/model-api/collections/drawing-object-collection-base.js +54 -0
- package/lib/client/model-api/collections/drawing-object-collection.d.ts +18 -0
- package/lib/client/model-api/collections/drawing-object-collection.js +72 -0
- package/lib/client/model-api/collections/field-collection.d.ts +26 -0
- package/lib/client/model-api/collections/field-collection.js +125 -0
- package/lib/client/model-api/collections/fonts-collection.d.ts +10 -0
- package/lib/client/model-api/collections/hyperlink-collection.d.ts +14 -0
- package/lib/client/model-api/collections/hyperlink-collection.js +83 -0
- package/lib/client/model-api/collections/numbered-list-collection.d.ts +12 -0
- package/lib/client/model-api/collections/numbered-list-collection.js +47 -0
- package/lib/client/model-api/collections/paragraph-collection.d.ts +14 -0
- package/lib/client/model-api/collections/paragraph-collection.js +34 -0
- package/lib/client/model-api/collections/range-permission-collection.d.ts +21 -0
- package/lib/client/model-api/collections/range-permission-collection.js +93 -0
- package/lib/client/model-api/collections/section-collection.d.ts +10 -0
- package/lib/client/model-api/collections/sub-documents-collection.d.ts +10 -0
- package/lib/client/model-api/collections/sub-documents-collection.js +24 -0
- package/lib/client/model-api/collections/table/table-base-collection.d.ts +24 -0
- package/lib/client/model-api/collections/table/table-base-collection.js +53 -0
- package/lib/client/model-api/collections/table/table-cell-collection.d.ts +16 -0
- package/lib/client/model-api/collections/table/table-cell-collection.js +55 -0
- package/lib/client/model-api/collections/table/table-collection.d.ts +13 -0
- package/lib/client/model-api/collections/table/table-collection.js +66 -0
- package/lib/client/model-api/collections/table/table-row-collection.d.ts +16 -0
- package/lib/client/model-api/collections/table/table-row-collection.js +46 -0
- package/lib/client/model-api/document.d.ts +53 -0
- package/lib/client/model-api/document.js +111 -0
- package/lib/client/model-api/field.d.ts +48 -0
- package/lib/client/model-api/field.js +109 -0
- package/lib/client/model-api/fonts/control-font-face-descriptors.d.ts +10 -0
- package/lib/client/model-api/fonts/control-font.d.ts +17 -0
- package/lib/client/model-api/fonts/control-font.js +39 -0
- package/lib/client/model-api/fonts/model-font.d.ts +10 -0
- package/lib/client/model-api/formats/enum.d.ts +5 -0
- package/lib/client/model-api/formats/exporter.d.ts +4 -0
- package/lib/client/model-api/formats/exporter.js +23 -0
- package/lib/client/model-api/formats/importer.d.ts +7 -0
- package/lib/client/model-api/formats/importer.js +32 -0
- package/lib/client/model-api/images/floating-image.d.ts +25 -0
- package/lib/client/model-api/images/floating-image.js +169 -0
- package/lib/client/model-api/images/image-enums.d.ts +60 -0
- package/lib/client/model-api/images/image-interfaces.d.ts +91 -0
- package/lib/client/model-api/images/image-iterator.d.ts +13 -0
- package/lib/client/model-api/images/image-iterator.js +23 -0
- package/lib/client/model-api/images/image.d.ts +32 -0
- package/lib/client/model-api/images/image.js +108 -0
- package/lib/client/model-api/images/images.d.ts +21 -0
- package/lib/client/model-api/images/images.js +221 -0
- package/lib/client/model-api/images/inline-image.d.ts +9 -0
- package/lib/client/model-api/interval.d.ts +14 -0
- package/lib/client/model-api/lists/enums.d.ts +78 -0
- package/lib/client/model-api/lists/enums.js +90 -0
- package/lib/client/model-api/lists/list-level-settings.d.ts +17 -0
- package/lib/client/model-api/lists/lists.d.ts +13 -0
- package/lib/client/model-api/lists/lists.js +114 -0
- package/lib/client/model-api/paragraph.d.ts +72 -0
- package/lib/client/model-api/paragraph.js +161 -0
- package/lib/client/model-api/picture.d.ts +33 -0
- package/lib/client/model-api/picture.js +186 -0
- package/lib/client/model-api/range-permission.d.ts +17 -0
- package/lib/client/model-api/range-permission.js +25 -0
- package/lib/client/model-api/rectangle.d.ts +7 -0
- package/lib/client/model-api/section.d.ts +147 -0
- package/lib/client/model-api/section.js +285 -0
- package/lib/client/model-api/size.d.ts +18 -0
- package/lib/client/model-api/sub-document.d.ts +68 -0
- package/lib/client/model-api/sub-document.js +284 -0
- package/lib/client/model-api/table/enums.d.ts +213 -0
- package/lib/client/model-api/table/enums.js +218 -0
- package/lib/client/model-api/table/table-borders.d.ts +36 -0
- package/lib/client/model-api/table/table-borders.js +21 -0
- package/lib/client/model-api/table/table-cell.d.ts +34 -0
- package/lib/client/model-api/table/table-cell.js +120 -0
- package/lib/client/model-api/table/table-element-base.d.ts +42 -0
- package/lib/client/model-api/table/table-element-base.js +115 -0
- package/lib/client/model-api/table/table-row.d.ts +19 -0
- package/lib/client/model-api/table/table-row.js +44 -0
- package/lib/client/model-api/table/table-style-options.d.ts +10 -0
- package/lib/client/model-api/table/table-style-options.js +6 -0
- package/lib/client/model-api/table/table.d.ts +42 -0
- package/lib/client/model-api/table/table.js +227 -0
- package/lib/client/model-api/table/types.d.ts +13 -0
- package/lib/client/model-api/text-box.d.ts +43 -0
- package/lib/client/model-api/text-box.js +103 -0
- package/lib/client/model-api/unit-converter.d.ts +13 -0
- package/lib/client/public/all-debug.d.ts +3 -4
- package/lib/client/public/all-debug.js +3 -3
- package/lib/client/public/all.d.ts +0 -1
- package/lib/client/public/api/authentication-options.d.ts +0 -1
- package/lib/client/public/api/mail-merge-options.d.ts +0 -1
- package/lib/client/public/api/mail-merge-options.js +1 -1
- package/lib/client/public/api/print-layout-view.d.ts +0 -1
- package/lib/client/public/api/range-permission-options.d.ts +0 -1
- package/lib/client/public/api/simple-view.d.ts +0 -1
- package/lib/client/public/api/spell-checker-options.d.ts +1 -2
- package/lib/client/public/characters.d.ts +0 -1
- package/lib/client/public/characters.js +1 -1
- package/lib/client/public/client-events.d.ts +0 -1
- package/lib/client/public/commands/commands.d.ts +1 -2
- package/lib/client/public/commands/commands.js +2 -2
- package/lib/client/public/commands/enum.d.ts +0 -1
- package/lib/client/public/commands/ui-changes-listener.d.ts +3 -4
- package/lib/client/public/commands/ui-changes-listener.js +1 -1
- package/lib/client/public/context-menu/helpers.d.ts +0 -1
- package/lib/client/public/context-menu/helpers.js +1 -1
- package/lib/client/public/context-menu/item.d.ts +0 -1
- package/lib/client/public/context-menu/menu.d.ts +0 -1
- package/lib/client/public/document-processor.d.ts +6 -7
- package/lib/client/public/document-processor.js +3 -3
- package/lib/client/public/events.d.ts +3 -4
- package/lib/client/public/events.js +1 -1
- package/lib/client/public/nusa/commands.d.ts +0 -1
- package/lib/client/public/nusa/custom-container-registrator.d.ts +0 -1
- package/lib/client/public/nusa/custom-control-registrator.d.ts +0 -1
- package/lib/client/public/nusa/custom-control-registrator.js +2 -2
- package/lib/client/public/nusa/external-types.d.ts +0 -1
- package/lib/client/public/nusa/placeholders.d.ts +0 -1
- package/lib/client/public/nusa/rich-edits-holder.d.ts +0 -1
- package/lib/client/public/nusa/settings.d.ts +0 -1
- package/lib/client/public/options.d.ts +3 -4
- package/lib/client/public/options.js +1 -1
- package/lib/client/public/ribbon/creator.d.ts +3 -4
- package/lib/client/public/ribbon/index.d.ts +0 -1
- package/lib/client/public/ribbon/item-ids.d.ts +0 -1
- package/lib/client/public/ribbon/items/base.d.ts +0 -1
- package/lib/client/public/ribbon/items/button.d.ts +0 -1
- package/lib/client/public/ribbon/items/color-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/menu.d.ts +0 -1
- package/lib/client/public/ribbon/items/number-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/select-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/select-box.js +1 -1
- package/lib/client/public/ribbon/items/sub-menu.d.ts +0 -1
- package/lib/client/public/ribbon/ribbon.d.ts +0 -1
- package/lib/client/public/ribbon/tab.d.ts +0 -1
- package/lib/client/public/rich-edit.d.ts +48 -46
- package/lib/client/public/rich-edit.js +55 -52
- package/lib/client/public/utils.d.ts +2 -3
- package/lib/client/public/utils.js +3 -3
- package/lib/client/ribbon/i-localized-ribbon-item-options.d.ts +3 -0
- package/lib/client/ribbon/i-ribbon-item-options.d.ts +8 -0
- package/lib/client/ribbon/i-ribbon-text-content-options.d.ts +7 -0
- package/lib/client/ribbon/i-toolbar-item-options.d.ts +69 -0
- package/lib/client/ribbon/ribbon.d.ts +73 -0
- package/lib/client/ribbon/toolbar-items/index.d.ts +10 -0
- package/lib/client/ribbon/toolbar-items/toolbar-button-group-item.d.ts +10 -0
- package/lib/client/ribbon/toolbar-items/toolbar-button-item.d.ts +14 -0
- package/lib/client/ribbon/toolbar-items/toolbar-color-box-item.d.ts +14 -0
- package/lib/client/ribbon/toolbar-items/toolbar-interactive-item.d.ts +26 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-base.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +28 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +26 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +17 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +19 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +109 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +16 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +6 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +17 -0
- package/lib/client/ribbon/toolbar-items/toolbar-menu-item.d.ts +19 -0
- package/lib/client/ribbon/toolbar-items/toolbar-number-box-item.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-select-box-item.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-separator-item.d.ts +7 -0
- package/lib/client/ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +19 -0
- package/lib/client/settings.d.ts +14 -15
- package/lib/client/settings.js +14 -14
- package/lib/client/ui/client-quick-search-panel.d.ts +1 -2
- package/lib/client/ui/client-quick-search-panel.js +3 -3
- package/lib/client/ui/full-screen-helper.d.ts +0 -1
- package/lib/client/ui/full-screen-helper.js +4 -4
- package/lib/client/utils/devextreme/devextreme-types.d.ts +76 -0
- package/lib/client/utils/devextreme/dxt-theme-css-classes.d.ts +14 -0
- package/lib/client/utils/devextreme/dxt-utils.d.ts +8 -0
- package/lib/common/auto-correct/auto-correct-providers.d.ts +60 -0
- package/lib/common/auto-correct/auto-correct-providers.js +273 -0
- package/lib/common/auto-correct/auto-correct-service.d.ts +10 -0
- package/lib/common/bars/base.d.ts +24 -0
- package/lib/common/bars/base.js +76 -0
- package/lib/common/bars/context-menu.d.ts +20 -0
- package/lib/common/bars/context-menu.js +134 -0
- package/lib/common/bars/interfaces.d.ts +35 -0
- package/lib/common/bars/ribbon.d.ts +25 -0
- package/lib/common/bars/ribbon.js +158 -0
- package/lib/common/canvas/canvas-manager.d.ts +73 -0
- package/lib/common/canvas/canvas-manager.js +385 -0
- package/lib/common/canvas/canvas-scroll-info.d.ts +29 -0
- package/lib/common/canvas/canvas-scroll-manager.d.ts +22 -0
- package/lib/common/canvas/canvas-scroll-manager.js +106 -0
- package/lib/common/canvas/canvas-size-info.d.ts +22 -0
- package/lib/common/canvas/canvas-size-info.js +51 -0
- package/lib/common/canvas/i-control-height-provider.d.ts +3 -0
- package/lib/common/canvas/listeners/anchor-listener.d.ts +12 -0
- package/lib/common/canvas/listeners/anchor-listener.js +17 -0
- package/lib/common/canvas/listeners/auto-scroll-listener.d.ts +13 -0
- package/lib/common/canvas/listeners/auto-scroll-listener.js +35 -0
- package/lib/common/canvas/listeners/drag-caret-listener.d.ts +5 -0
- package/lib/common/canvas/listeners/drag-caret-listener.js +8 -0
- package/lib/common/canvas/listeners/frame-base-listener.d.ts +32 -0
- package/lib/common/canvas/listeners/full-table-selector-listener.d.ts +4 -0
- package/lib/common/canvas/listeners/full-table-selector-listener.js +7 -0
- package/lib/common/canvas/listeners/resize-box-listener.d.ts +21 -0
- package/lib/common/canvas/listeners/resize-table-listener.d.ts +4 -0
- package/lib/common/canvas/listeners/resize-table-listener.js +7 -0
- package/lib/common/canvas/picture-renderer.d.ts +5 -0
- package/lib/common/canvas/renderer-class-names.d.ts +67 -0
- package/lib/common/canvas/renderes/canvas-listener/canvas-listener.d.ts +15 -0
- package/lib/common/canvas/renderes/canvas-listener/canvas-listener.js +21 -0
- package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +14 -0
- package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +158 -0
- package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +33 -0
- package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +134 -0
- package/lib/common/canvas/renderes/change-active-sub-document/base-renderer.d.ts +24 -0
- package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +5 -0
- package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +25 -0
- package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +15 -0
- package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +122 -0
- package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +14 -0
- package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +57 -0
- package/lib/common/canvas/renderes/change-active-sub-document/renderer.d.ts +20 -0
- package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +5 -0
- package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.js +45 -0
- package/lib/common/canvas/renderes/common/document-renderer.d.ts +127 -0
- package/lib/common/canvas/renderes/common/document-renderer.js +882 -0
- package/lib/common/canvas/renderes/common/print-layout-renderer.d.ts +6 -0
- package/lib/common/canvas/renderes/common/simple-view-renderer.d.ts +29 -0
- package/lib/common/canvas/renderes/common/simple-view-renderer.js +166 -0
- package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +11 -0
- package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +24 -0
- package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +13 -0
- package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.js +29 -0
- package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +11 -0
- package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.js +24 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +18 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.js +54 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer.d.ts +22 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer.js +65 -0
- package/lib/common/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +19 -0
- package/lib/common/canvas/renderes/view-manager.d.ts +70 -0
- package/lib/common/canvas/renderes/view-manager.js +172 -0
- package/lib/common/canvas/renderes/z-index-helper.d.ts +25 -0
- package/lib/common/canvas/utils.d.ts +4 -0
- package/lib/common/client-side-events.d.ts +24 -0
- package/lib/common/clipboard-content-inserter.d.ts +11 -0
- package/lib/common/clipboard-content-inserter.js +107 -0
- package/lib/common/commands/bookmark-command.d.ts +23 -0
- package/lib/common/commands/bookmark-command.js +88 -0
- package/lib/common/commands/character-properties/change-character-properties-command-base.d.ts +20 -0
- package/lib/common/commands/character-properties/change-character-properties-command-base.js +83 -0
- package/lib/common/commands/character-properties/change-font-back-color-command.d.ts +16 -0
- package/lib/common/commands/character-properties/change-font-back-color-command.js +33 -0
- package/lib/common/commands/character-properties/change-font-color-command.d.ts +9 -0
- package/lib/common/commands/character-properties/change-font-color-command.js +18 -0
- package/lib/common/commands/character-properties/change-font-name-command.d.ts +7 -0
- package/lib/common/commands/character-properties/change-font-name-command.js +28 -0
- package/lib/common/commands/character-properties/change-font-size-command.d.ts +19 -0
- package/lib/common/commands/character-properties/change-font-size-command.js +75 -0
- package/lib/common/commands/character-properties/toggle-font-bold-command.d.ts +6 -0
- package/lib/common/commands/character-properties/toggle-font-bold-command.js +10 -0
- package/lib/common/commands/character-properties/toggle-font-italic-command.d.ts +6 -0
- package/lib/common/commands/character-properties/toggle-font-italic-command.js +10 -0
- package/lib/common/commands/character-properties/toggle-font-script-command.d.ts +16 -0
- package/lib/common/commands/character-properties/toggle-font-script-command.js +30 -0
- package/lib/common/commands/character-properties/toggle-font-strikeout-command.d.ts +7 -0
- package/lib/common/commands/character-properties/toggle-font-strikeout-command.js +11 -0
- package/lib/common/commands/character-properties/toggle-font-underline-command.d.ts +16 -0
- package/lib/common/commands/character-properties/toggle-font-underline-command.js +30 -0
- package/lib/common/commands/client-command.d.ts +420 -0
- package/lib/common/commands/command-base.d.ts +72 -0
- package/lib/common/commands/command-base.js +207 -0
- package/lib/common/commands/command-manager.d.ts +32 -0
- package/lib/common/commands/command-states.d.ts +38 -0
- package/lib/common/commands/dialogs/dialog-alert-message-command.d.ts +91 -0
- package/lib/common/commands/dialogs/dialog-bookmarks-command.d.ts +28 -0
- package/lib/common/commands/dialogs/dialog-bookmarks-command.js +64 -0
- package/lib/common/commands/dialogs/dialog-border-shading-command.d.ts +74 -0
- package/lib/common/commands/dialogs/dialog-border-shading-command.js +279 -0
- package/lib/common/commands/dialogs/dialog-columns-command.d.ts +126 -0
- package/lib/common/commands/dialogs/dialog-columns-command.js +499 -0
- package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.d.ts +59 -0
- package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.js +293 -0
- package/lib/common/commands/dialogs/dialog-find-replace-command.d.ts +26 -0
- package/lib/common/commands/dialogs/dialog-find-replace-command.js +75 -0
- package/lib/common/commands/dialogs/dialog-finish-and-merge-command.d.ts +33 -0
- package/lib/common/commands/dialogs/dialog-finish-and-merge-command.js +62 -0
- package/lib/common/commands/dialogs/dialog-font-command.d.ts +48 -0
- package/lib/common/commands/dialogs/dialog-font-command.js +168 -0
- package/lib/common/commands/dialogs/dialog-hyperlink-command.d.ts +38 -0
- package/lib/common/commands/dialogs/dialog-hyperlink-command.js +154 -0
- package/lib/common/commands/dialogs/dialog-insert-image-command.d.ts +21 -0
- package/lib/common/commands/dialogs/dialog-insert-image-command.js +51 -0
- package/lib/common/commands/dialogs/dialog-insert-merge-field-command.d.ts +19 -0
- package/lib/common/commands/dialogs/dialog-insert-merge-field-command.js +44 -0
- package/lib/common/commands/dialogs/dialog-insert-table-cells-command.d.ts +30 -0
- package/lib/common/commands/dialogs/dialog-insert-table-cells-command.js +97 -0
- package/lib/common/commands/dialogs/dialog-insert-table-command.d.ts +16 -0
- package/lib/common/commands/dialogs/dialog-layout-options-command.d.ts +60 -0
- package/lib/common/commands/dialogs/dialog-layout-options-command.js +372 -0
- package/lib/common/commands/dialogs/dialog-numbering-list-command.d.ts +23 -0
- package/lib/common/commands/dialogs/dialog-numbering-list-command.js +121 -0
- package/lib/common/commands/dialogs/dialog-page-setup-command.d.ts +55 -0
- package/lib/common/commands/dialogs/dialog-page-setup-command.js +215 -0
- package/lib/common/commands/dialogs/dialog-paragraph-properties-command.d.ts +44 -0
- package/lib/common/commands/dialogs/dialog-paragraph-properties-command.js +174 -0
- package/lib/common/commands/dialogs/dialog-spell-checker-command.d.ts +37 -0
- package/lib/common/commands/dialogs/dialog-spell-checker-command.js +82 -0
- package/lib/common/commands/dialogs/dialog-split-table-cells-command.d.ts +21 -0
- package/lib/common/commands/dialogs/dialog-symbols-command.d.ts +26 -0
- package/lib/common/commands/dialogs/dialog-symbols-command.js +73 -0
- package/lib/common/commands/dialogs/dialog-table-properties-command.d.ts +84 -0
- package/lib/common/commands/dialogs/dialog-table-properties-command.js +417 -0
- package/lib/common/commands/dialogs/dialog-tabs-command.d.ts +19 -0
- package/lib/common/commands/dialogs/dialog-tabs-command.js +75 -0
- package/lib/common/commands/dialogs/show-dialog-command-base.d.ts +27 -0
- package/lib/common/commands/dialogs/show-quick-search-panel-command.d.ts +7 -0
- package/lib/common/commands/document/print-document-on-client-command.d.ts +18 -0
- package/lib/common/commands/document/print-document-on-client-command.js +249 -0
- package/lib/common/commands/document-properties/change-page-color-command.d.ts +9 -0
- package/lib/common/commands/document-properties/change-page-color-command.js +26 -0
- package/lib/common/commands/fields/change-hyperlink-command.d.ts +15 -0
- package/lib/common/commands/fields/change-hyperlink-command.js +23 -0
- package/lib/common/commands/fields/create-field-command.d.ts +78 -0
- package/lib/common/commands/fields/create-field-command.js +228 -0
- package/lib/common/commands/fields/field-command-helper.d.ts +7 -0
- package/lib/common/commands/fields/field-command-helper.js +39 -0
- package/lib/common/commands/fields/go-to-record-command.d.ts +27 -0
- package/lib/common/commands/fields/go-to-record-command.js +65 -0
- package/lib/common/commands/fields/hyperlink-command-base.d.ts +6 -0
- package/lib/common/commands/fields/hyperlink-command-base.js +16 -0
- package/lib/common/commands/fields/open-hyperlink-command.d.ts +9 -0
- package/lib/common/commands/fields/open-hyperlink-command.js +39 -0
- package/lib/common/commands/fields/remove-hyperlink-command.d.ts +6 -0
- package/lib/common/commands/fields/remove-hyperlinks-command.d.ts +8 -0
- package/lib/common/commands/fields/remove-hyperlinks-command.js +41 -0
- package/lib/common/commands/fields/show-all-field-code-result-command.d.ts +12 -0
- package/lib/common/commands/fields/show-all-field-code-result-command.js +27 -0
- package/lib/common/commands/fields/toggle-all-fields-command.d.ts +8 -0
- package/lib/common/commands/fields/toggle-all-fields-command.js +37 -0
- package/lib/common/commands/fields/toggle-field-codes-command.d.ts +8 -0
- package/lib/common/commands/fields/toggle-field-codes-command.js +99 -0
- package/lib/common/commands/fields/toggle-view-merged-data-command.d.ts +9 -0
- package/lib/common/commands/fields/toggle-view-merged-data-command.js +32 -0
- package/lib/common/commands/fields/update-all-fields-command.d.ts +8 -0
- package/lib/common/commands/fields/update-all-fields-command.js +24 -0
- package/lib/common/commands/fields/update-field-command-base.d.ts +9 -0
- package/lib/common/commands/fields/update-field-command-base.js +17 -0
- package/lib/common/commands/fields/update-field-command.d.ts +18 -0
- package/lib/common/commands/fields/update-field-command.js +49 -0
- package/lib/common/commands/fields/update-table-of-contents-command.d.ts +7 -0
- package/lib/common/commands/fields/update-table-of-contents-command.js +31 -0
- package/lib/common/commands/find-replace/find-all-command.d.ts +16 -0
- package/lib/common/commands/find-replace/find-all-command.js +36 -0
- package/lib/common/commands/find-replace/hide-find-results-command.d.ts +7 -0
- package/lib/common/commands/find-replace/replace-all-command.d.ts +13 -0
- package/lib/common/commands/find-replace/replace-all-command.js +26 -0
- package/lib/common/commands/find-replace/replace-next-command.d.ts +9 -0
- package/lib/common/commands/find-replace/replace-next-command.js +24 -0
- package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.d.ts +10 -0
- package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.js +30 -0
- package/lib/common/commands/floating-objects/change-shape-property-command.d.ts +31 -0
- package/lib/common/commands/floating-objects/change-shape-property-command.js +99 -0
- package/lib/common/commands/floating-objects/change-text-box-properties-command.d.ts +10 -0
- package/lib/common/commands/floating-objects/change-text-box-properties-command.js +34 -0
- package/lib/common/commands/floating-objects/context-item-floating-objects.d.ts +13 -0
- package/lib/common/commands/floating-objects/floating-object-bring-forward-command.d.ts +27 -0
- package/lib/common/commands/floating-objects/floating-object-bring-forward-command.js +61 -0
- package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +45 -0
- package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.js +251 -0
- package/lib/common/commands/floating-objects/insert-anchored-text-box-command.d.ts +8 -0
- package/lib/common/commands/floating-objects/insert-anchored-text-box-command.js +54 -0
- package/lib/common/commands/floating-objects/set-floating-object-alignment-command.d.ts +51 -0
- package/lib/common/commands/floating-objects/set-floating-object-alignment-command.js +132 -0
- package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +38 -0
- package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.js +110 -0
- package/lib/common/commands/header-footer/close-header-footer-command.d.ts +7 -0
- package/lib/common/commands/header-footer/context-item-headers-footers.d.ts +5 -0
- package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +17 -0
- package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.js +58 -0
- package/lib/common/commands/header-footer/go-to-header-footer-command.d.ts +13 -0
- package/lib/common/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +13 -0
- package/lib/common/commands/header-footer/header-footer-command-base.d.ts +13 -0
- package/lib/common/commands/header-footer/header-footer-command-base.js +31 -0
- package/lib/common/commands/header-footer/insert-header-footer-commands.d.ts +16 -0
- package/lib/common/commands/header-footer/insert-header-footer-commands.js +43 -0
- package/lib/common/commands/header-footer/link-header-footer-commands.d.ts +17 -0
- package/lib/common/commands/header-footer/link-header-footer-commands.js +100 -0
- package/lib/common/commands/i-command.d.ts +17 -0
- package/lib/common/commands/layout/apply-style-command.d.ts +19 -0
- package/lib/common/commands/layout/apply-style-command.js +152 -0
- package/lib/common/commands/layout/clear-formatting-command.d.ts +10 -0
- package/lib/common/commands/layout/clear-formatting-command.js +90 -0
- package/lib/common/commands/layout/switch-view-command.d.ts +18 -0
- package/lib/common/commands/layout/switch-view-command.js +55 -0
- package/lib/common/commands/layout/toggle-full-screen-command.d.ts +8 -0
- package/lib/common/commands/layout/toggle-full-screen-command.js +22 -0
- package/lib/common/commands/layout/toggle-show-hidden-symbols-command.d.ts +8 -0
- package/lib/common/commands/layout/toggle-show-table-grid-lines-command.d.ts +9 -0
- package/lib/common/commands/layout/toggle-show-table-grid-lines-command.js +25 -0
- package/lib/common/commands/numbering/change-numbering-indent-command.d.ts +26 -0
- package/lib/common/commands/numbering/change-numbering-indent-command.js +104 -0
- package/lib/common/commands/numbering/continue-numbering-list-command.d.ts +8 -0
- package/lib/common/commands/numbering/continue-numbering-list-command.js +43 -0
- package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +12 -0
- package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.js +37 -0
- package/lib/common/commands/numbering/numbering-list-command-base.d.ts +40 -0
- package/lib/common/commands/numbering/numbering-list-command-base.js +291 -0
- package/lib/common/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +9 -0
- package/lib/common/commands/numbering/restart-numbering-list-command.d.ts +7 -0
- package/lib/common/commands/numbering/restart-numbering-list-command.js +44 -0
- package/lib/common/commands/numbering/toggle-bulleted-list-command.d.ts +6 -0
- package/lib/common/commands/numbering/toggle-bulleted-list-command.js +11 -0
- package/lib/common/commands/numbering/toggle-multi-level-list-command.d.ts +6 -0
- package/lib/common/commands/numbering/toggle-multi-level-list-command.js +11 -0
- package/lib/common/commands/numbering/toggle-numbering-list-command.d.ts +12 -0
- package/lib/common/commands/numbering/toggle-numbering-list-command.js +60 -0
- package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +10 -0
- package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.js +28 -0
- package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.js +14 -0
- package/lib/common/commands/paragraph-properties/change-heading-level-command.d.ts +6 -0
- package/lib/common/commands/paragraph-properties/change-heading-level-command.js +10 -0
- package/lib/common/commands/paragraph-properties/change-indent-command.d.ts +21 -0
- package/lib/common/commands/paragraph-properties/change-indent-command.js +53 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +12 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.js +35 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +27 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +113 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +19 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.js +88 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +17 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.js +53 -0
- package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.d.ts +16 -0
- package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.js +77 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +13 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +13 -0
- package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +18 -0
- package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.js +28 -0
- package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +24 -0
- package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.js +48 -0
- package/lib/common/commands/redo-command.d.ts +8 -0
- package/lib/common/commands/redo-command.js +21 -0
- package/lib/common/commands/ruler/ruler-paragraph-indents-command.d.ts +20 -0
- package/lib/common/commands/ruler/ruler-paragraph-indents-command.js +82 -0
- package/lib/common/commands/ruler/ruler-paragraph-tabs-command.d.ts +35 -0
- package/lib/common/commands/ruler/ruler-paragraph-tabs-command.js +59 -0
- package/lib/common/commands/ruler/ruler-section-columns-settings-command.d.ts +8 -0
- package/lib/common/commands/ruler/ruler-section-columns-settings-command.js +59 -0
- package/lib/common/commands/ruler/ruler-section-margins-command.d.ts +16 -0
- package/lib/common/commands/ruler/ruler-section-margins-command.js +61 -0
- package/lib/common/commands/ruler/ruler-table-column-separators-command.d.ts +32 -0
- package/lib/common/commands/ruler/ruler-table-column-separators-command.js +156 -0
- package/lib/common/commands/ruler/ruler-table-commands.d.ts +33 -0
- package/lib/common/commands/ruler/ruler-table-commands.js +133 -0
- package/lib/common/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +8 -0
- package/lib/common/commands/section-properties/change-footer-offset-command.d.ts +11 -0
- package/lib/common/commands/section-properties/change-footer-offset-command.js +20 -0
- package/lib/common/commands/section-properties/change-header-offset-command.d.ts +11 -0
- package/lib/common/commands/section-properties/change-header-offset-command.js +20 -0
- package/lib/common/commands/section-properties/change-section-properties-command-base.d.ts +10 -0
- package/lib/common/commands/section-properties/section-properties-command-base.d.ts +17 -0
- package/lib/common/commands/section-properties/section-properties-command-base.js +66 -0
- package/lib/common/commands/section-properties/set-landscape-command.d.ts +15 -0
- package/lib/common/commands/section-properties/set-landscape-command.js +44 -0
- package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +30 -0
- package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.js +75 -0
- package/lib/common/commands/section-properties/set-section-column-count-commands.d.ts +25 -0
- package/lib/common/commands/section-properties/set-section-column-count-commands.js +57 -0
- package/lib/common/commands/section-properties/set-section-paper-kind-commands.d.ts +56 -0
- package/lib/common/commands/section-properties/set-section-paper-kind-commands.js +102 -0
- package/lib/common/commands/selection/go-to-document-end-command.d.ts +17 -0
- package/lib/common/commands/selection/go-to-document-start-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-line-above-command.d.ts +24 -0
- package/lib/common/commands/selection/go-to-line-above-command.js +67 -0
- package/lib/common/commands/selection/go-to-line-below-command.d.ts +24 -0
- package/lib/common/commands/selection/go-to-line-below-command.js +66 -0
- package/lib/common/commands/selection/go-to-line-end-command.d.ts +19 -0
- package/lib/common/commands/selection/go-to-line-end-command.js +45 -0
- package/lib/common/commands/selection/go-to-line-start-command.d.ts +12 -0
- package/lib/common/commands/selection/go-to-line-start-command.js +35 -0
- package/lib/common/commands/selection/go-to-line-vertically-command-base.d.ts +29 -0
- package/lib/common/commands/selection/go-to-line-vertically-command-base.js +175 -0
- package/lib/common/commands/selection/go-to-next-character-command.d.ts +21 -0
- package/lib/common/commands/selection/go-to-next-character-command.js +140 -0
- package/lib/common/commands/selection/go-to-next-page-command.d.ts +15 -0
- package/lib/common/commands/selection/go-to-next-page-command.js +56 -0
- package/lib/common/commands/selection/go-to-next-word-command.d.ts +13 -0
- package/lib/common/commands/selection/go-to-next-word-command.js +35 -0
- package/lib/common/commands/selection/go-to-paragraph-end-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-paragraph-end-command.js +51 -0
- package/lib/common/commands/selection/go-to-paragraph-start-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-paragraph-start-command.js +55 -0
- package/lib/common/commands/selection/go-to-prev-character-command.d.ts +22 -0
- package/lib/common/commands/selection/go-to-prev-character-command.js +121 -0
- package/lib/common/commands/selection/go-to-prev-page-command.d.ts +16 -0
- package/lib/common/commands/selection/go-to-prev-page-command.js +58 -0
- package/lib/common/commands/selection/go-to-prev-word-command.d.ts +15 -0
- package/lib/common/commands/selection/go-to-prev-word-command.js +52 -0
- package/lib/common/commands/selection/go-to-start-page-command-base.d.ts +22 -0
- package/lib/common/commands/selection/go-to-start-page-command-base.js +58 -0
- package/lib/common/commands/selection/select-all-document-command.d.ts +7 -0
- package/lib/common/commands/selection/select-line-command.d.ts +17 -0
- package/lib/common/commands/selection/select-line-command.js +98 -0
- package/lib/common/commands/selection/select-paragraph-command.d.ts +6 -0
- package/lib/common/commands/selection/select-table-command.d.ts +55 -0
- package/lib/common/commands/selection/select-table-command.js +188 -0
- package/lib/common/commands/selection/selection-command-base.d.ts +6 -0
- package/lib/common/commands/shortcut-manager.d.ts +36 -0
- package/lib/common/commands/shortcuts/assign-shortcut-command.d.ts +14 -0
- package/lib/common/commands/spelling/add-word-to-dictionary-command.d.ts +9 -0
- package/lib/common/commands/spelling/add-word-to-dictionary-command.js +15 -0
- package/lib/common/commands/spelling/change-all-spelling-errors-command.d.ts +9 -0
- package/lib/common/commands/spelling/change-all-spelling-errors-command.js +22 -0
- package/lib/common/commands/spelling/change-spelling-error-command-base.d.ts +5 -0
- package/lib/common/commands/spelling/change-spelling-error-command-base.js +18 -0
- package/lib/common/commands/spelling/change-spelling-error-command.d.ts +13 -0
- package/lib/common/commands/spelling/change-spelling-error-command.js +27 -0
- package/lib/common/commands/spelling/delete-repeated-word-command.d.ts +8 -0
- package/lib/common/commands/spelling/delete-repeated-word-command.js +19 -0
- package/lib/common/commands/spelling/ignore-all-spelling-errors-command.d.ts +8 -0
- package/lib/common/commands/spelling/ignore-all-spelling-errors-command.js +12 -0
- package/lib/common/commands/spelling/ignore-spelling-error-command.d.ts +6 -0
- package/lib/common/commands/spelling/spelling-command-base.d.ts +8 -0
- package/lib/common/commands/sub-document/change-active-sub-document-command.d.ts +46 -0
- package/lib/common/commands/sub-document/change-active-sub-document-command.js +224 -0
- package/lib/common/commands/tables/apply-table-style-command.d.ts +8 -0
- package/lib/common/commands/tables/apply-table-style-command.js +39 -0
- package/lib/common/commands/tables/auto-fit-commands.d.ts +18 -0
- package/lib/common/commands/tables/auto-fit-commands.js +92 -0
- package/lib/common/commands/tables/change-table-border-repository-item.d.ts +19 -0
- package/lib/common/commands/tables/change-table-border-repository-item.js +57 -0
- package/lib/common/commands/tables/change-table-cell-alignment-command.d.ts +50 -0
- package/lib/common/commands/tables/change-table-cell-alignment-command.js +123 -0
- package/lib/common/commands/tables/change-table-cell-shading-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-cell-shading-command.js +66 -0
- package/lib/common/commands/tables/change-table-cell-width-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-cell-width-command.js +31 -0
- package/lib/common/commands/tables/change-table-column-width-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-column-width-command.js +53 -0
- package/lib/common/commands/tables/change-table-look-command.d.ts +38 -0
- package/lib/common/commands/tables/change-table-look-command.js +106 -0
- package/lib/common/commands/tables/change-table-row-height-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-row-height-command.js +35 -0
- package/lib/common/commands/tables/context-item-tables.d.ts +6 -0
- package/lib/common/commands/tables/delete-table-cells-by-backspace.d.ts +7 -0
- package/lib/common/commands/tables/delete-table-cells-by-backspace.js +22 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +12 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +55 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +9 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +49 -0
- package/lib/common/commands/tables/delete-table-columns-command.d.ts +11 -0
- package/lib/common/commands/tables/delete-table-columns-command.js +81 -0
- package/lib/common/commands/tables/delete-table-command.d.ts +8 -0
- package/lib/common/commands/tables/delete-table-command.js +22 -0
- package/lib/common/commands/tables/delete-table-rows-command.d.ts +8 -0
- package/lib/common/commands/tables/delete-table-rows-command.js +35 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +14 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +39 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +18 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +103 -0
- package/lib/common/commands/tables/insert-table-column-commands.d.ts +32 -0
- package/lib/common/commands/tables/insert-table-column-commands.js +101 -0
- package/lib/common/commands/tables/insert-table-core-command.d.ts +10 -0
- package/lib/common/commands/tables/insert-table-core-command.js +34 -0
- package/lib/common/commands/tables/insert-table-row-commands.d.ts +22 -0
- package/lib/common/commands/tables/insert-table-row-commands.js +47 -0
- package/lib/common/commands/tables/merge-table-cells-command.d.ts +11 -0
- package/lib/common/commands/tables/merge-table-cells-command.js +44 -0
- package/lib/common/commands/tables/row-command-base.d.ts +5 -0
- package/lib/common/commands/tables/split-table-cells-command.d.ts +18 -0
- package/lib/common/commands/tables/split-table-cells-command.js +89 -0
- package/lib/common/commands/tables/table-command-base.d.ts +5 -0
- package/lib/common/commands/tables/toggle-table-cells-border-command.d.ts +152 -0
- package/lib/common/commands/tables/toggle-table-cells-border-command.js +721 -0
- package/lib/common/commands/text/backspace-command.d.ts +19 -0
- package/lib/common/commands/text/backspace-command.js +134 -0
- package/lib/common/commands/text/change-inline-picture-scale-command.d.ts +7 -0
- package/lib/common/commands/text/change-inline-picture-scale-command.js +26 -0
- package/lib/common/commands/text/change-text-case-commands.d.ts +41 -0
- package/lib/common/commands/text/change-text-case-commands.js +135 -0
- package/lib/common/commands/text/clipboard-commands.d.ts +97 -0
- package/lib/common/commands/text/clipboard-commands.js +434 -0
- package/lib/common/commands/text/delete-command.d.ts +7 -0
- package/lib/common/commands/text/delete-command.js +43 -0
- package/lib/common/commands/text/drag-drop-commands.d.ts +16 -0
- package/lib/common/commands/text/drag-drop-commands.js +139 -0
- package/lib/common/commands/text/insert-column-break-command.d.ts +7 -0
- package/lib/common/commands/text/insert-column-break-command.js +17 -0
- package/lib/common/commands/text/insert-line-break-command.d.ts +6 -0
- package/lib/common/commands/text/insert-line-break-command.js +12 -0
- package/lib/common/commands/text/insert-page-break-command.d.ts +7 -0
- package/lib/common/commands/text/insert-page-break-command.js +29 -0
- package/lib/common/commands/text/insert-paragraph-command.d.ts +14 -0
- package/lib/common/commands/text/insert-paragraph-command.js +64 -0
- package/lib/common/commands/text/insert-section-break-command.d.ts +18 -0
- package/lib/common/commands/text/insert-section-break-command.js +39 -0
- package/lib/common/commands/text/insert-space-command.d.ts +12 -0
- package/lib/common/commands/text/insert-space-command.js +26 -0
- package/lib/common/commands/text/insert-tab-command.d.ts +36 -0
- package/lib/common/commands/text/insert-tab-command.js +198 -0
- package/lib/common/commands/text/insert-text-command.d.ts +12 -0
- package/lib/common/commands/text/insert-text-command.js +68 -0
- package/lib/common/commands/text/remove-word-command.d.ts +19 -0
- package/lib/common/commands/text/remove-word-command.js +67 -0
- package/lib/common/commands/toc/set-paragraph-level-command.d.ts +43 -0
- package/lib/common/commands/toc/set-paragraph-level-command.js +82 -0
- package/lib/common/commands/undo-command.d.ts +8 -0
- package/lib/common/commands/undo-command.js +21 -0
- package/lib/common/document-format.d.ts +24 -0
- package/lib/common/event-manager.d.ts +63 -0
- package/lib/common/event-manager.js +230 -0
- package/lib/common/focus-manager.d.ts +15 -0
- package/lib/common/formats/callback-helpers.d.ts +8 -0
- package/lib/common/formats/callback-helpers.js +21 -0
- package/lib/common/formats/document-importer-errors.d.ts +7 -0
- package/lib/common/formats/file-name-helper.d.ts +17 -0
- package/lib/common/formats/html/import/containers/runs.d.ts +59 -0
- package/lib/common/formats/html/import/containers/runs.js +85 -0
- package/lib/common/formats/html/import/containers/tables.d.ts +36 -0
- package/lib/common/formats/html/import/containers/tables.js +70 -0
- package/lib/common/formats/html/import/html-importer.d.ts +67 -0
- package/lib/common/formats/html/import/html-importer.js +332 -0
- package/lib/common/formats/html/import/html-model-inserter.d.ts +32 -0
- package/lib/common/formats/html/import/html-model-inserter.js +153 -0
- package/lib/common/formats/html/import/importers/a.d.ts +8 -0
- package/lib/common/formats/html/import/importers/a.js +39 -0
- package/lib/common/formats/html/import/importers/b.d.ts +7 -0
- package/lib/common/formats/html/import/importers/base.d.ts +18 -0
- package/lib/common/formats/html/import/importers/br.d.ts +7 -0
- package/lib/common/formats/html/import/importers/br.js +20 -0
- package/lib/common/formats/html/import/importers/center.d.ts +7 -0
- package/lib/common/formats/html/import/importers/cite.d.ts +7 -0
- package/lib/common/formats/html/import/importers/div.d.ts +7 -0
- package/lib/common/formats/html/import/importers/em.d.ts +7 -0
- package/lib/common/formats/html/import/importers/font.d.ts +7 -0
- package/lib/common/formats/html/import/importers/i.d.ts +7 -0
- package/lib/common/formats/html/import/importers/img.d.ts +7 -0
- package/lib/common/formats/html/import/importers/img.js +26 -0
- package/lib/common/formats/html/import/importers/li.d.ts +7 -0
- package/lib/common/formats/html/import/importers/list-base.d.ts +7 -0
- package/lib/common/formats/html/import/importers/list-base.js +35 -0
- package/lib/common/formats/html/import/importers/ol.d.ts +4 -0
- package/lib/common/formats/html/import/importers/p.d.ts +28 -0
- package/lib/common/formats/html/import/importers/pre.d.ts +8 -0
- package/lib/common/formats/html/import/importers/span.d.ts +8 -0
- package/lib/common/formats/html/import/importers/span.js +28 -0
- package/lib/common/formats/html/import/importers/table.d.ts +12 -0
- package/lib/common/formats/html/import/importers/table.js +78 -0
- package/lib/common/formats/html/import/importers/tbody.d.ts +7 -0
- package/lib/common/formats/html/import/importers/td.d.ts +22 -0
- package/lib/common/formats/html/import/importers/td.js +113 -0
- package/lib/common/formats/html/import/importers/text-node.d.ts +7 -0
- package/lib/common/formats/html/import/importers/text-node.js +42 -0
- package/lib/common/formats/html/import/importers/tr.d.ts +18 -0
- package/lib/common/formats/html/import/importers/tr.js +57 -0
- package/lib/common/formats/html/import/importers/tt.d.ts +7 -0
- package/lib/common/formats/html/import/importers/ul.d.ts +4 -0
- package/lib/common/formats/html/import/importers/undefined.d.ts +7 -0
- package/lib/common/formats/html/import/importers/undefined.js +16 -0
- package/lib/common/formats/html/import/load-font-info.d.ts +9 -0
- package/lib/common/formats/html/import/utils/character-properties-utils.d.ts +33 -0
- package/lib/common/formats/html/import/utils/character-properties-utils.js +151 -0
- package/lib/common/formats/html/import/utils/font-utils.d.ts +4 -0
- package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.d.ts +28 -0
- package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.js +158 -0
- package/lib/common/formats/html/import/utils/paragraph-properties-utils.d.ts +21 -0
- package/lib/common/formats/html/import/utils/paragraph-properties-utils.js +146 -0
- package/lib/common/formats/html/import/utils/tab-stops-utils.d.ts +4 -0
- package/lib/common/formats/html/import/utils/tab-stops-utils.js +71 -0
- package/lib/common/formats/html/import/utils/utils.d.ts +16 -0
- package/lib/common/formats/html/import/utils/utils.js +86 -0
- package/lib/common/formats/html/model/history/paste-html-data-history-item.d.ts +18 -0
- package/lib/common/formats/html/model/history/paste-html-data-history-item.js +108 -0
- package/lib/common/formats/i-document-exporter.d.ts +4 -0
- package/lib/common/formats/i-document-importer.d.ts +8 -0
- package/lib/common/formats/model-restorer/section-restorer.d.ts +4 -0
- package/lib/common/formats/model-restorer/table-restorer.d.ts +24 -0
- package/lib/common/formats/options.d.ts +3 -0
- package/lib/common/formats/pdf/api/pdf.d.ts +4 -0
- package/lib/common/formats/pdf/box-exporter.d.ts +18 -0
- package/lib/common/formats/pdf/box-exporter.js +89 -0
- package/lib/common/formats/pdf/character-properties-exporter.d.ts +7 -0
- package/lib/common/formats/pdf/character-properties-exporter.js +21 -0
- package/lib/common/formats/pdf/export-options.d.ts +4 -0
- package/lib/common/formats/pdf/exporter.d.ts +15 -0
- package/lib/common/formats/pdf/exporter.js +117 -0
- package/lib/common/formats/pdf/interfaces.d.ts +108 -0
- package/lib/common/formats/pdf/page-area-exporter.d.ts +14 -0
- package/lib/common/formats/pdf/page-area-exporter.js +43 -0
- package/lib/common/formats/pdf/page-exporter.d.ts +19 -0
- package/lib/common/formats/pdf/page-exporter.js +92 -0
- package/lib/common/formats/pdf/row-exporter.d.ts +11 -0
- package/lib/common/formats/pdf/table-column-info-exporter.d.ts +13 -0
- package/lib/common/formats/pdf/table-column-info-exporter.js +53 -0
- package/lib/common/formats/rtf/export/characters.d.ts +43 -0
- package/lib/common/formats/rtf/export/exporter.d.ts +36 -0
- package/lib/common/formats/rtf/export/exporter.js +208 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +9 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +14 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +15 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.js +74 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +12 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +25 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.js +144 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +13 -0
- package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.d.ts +34 -0
- package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.js +178 -0
- package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.d.ts +132 -0
- package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.js +902 -0
- package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +39 -0
- package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.js +235 -0
- package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +61 -0
- package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.js +340 -0
- package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.d.ts +19 -0
- package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.js +103 -0
- package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.d.ts +20 -0
- package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.js +96 -0
- package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.d.ts +53 -0
- package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.js +286 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +47 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +152 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-exporter.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +16 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.js +93 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +16 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +78 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +11 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +53 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +220 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +10 -0
- package/lib/common/formats/rtf/export/helpers/rtf-export-helper.d.ts +23 -0
- package/lib/common/formats/rtf/export/helpers/rtf-export-helper.js +49 -0
- package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +11 -0
- package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.js +28 -0
- package/lib/common/formats/rtf/export/piece-table-numbering-list-counters-manager.d.ts +4 -0
- package/lib/common/formats/rtf/export/rtf-builder.d.ts +60 -0
- package/lib/common/formats/rtf/export/rtf-builder.js +323 -0
- package/lib/common/formats/rtf/export/rtf-document-exporter-options.d.ts +51 -0
- package/lib/common/formats/rtf/export/rtf-document-exporter-options.js +55 -0
- package/lib/common/formats/rtf/import/destination/base/destination.d.ts +59 -0
- package/lib/common/formats/rtf/import/destination/base/destination.js +160 -0
- package/lib/common/formats/rtf/import/destination/base/hex-content-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/base/hex-stream-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/base/skip-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.js +26 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-destination.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.js +11 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/base/text-after-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/base/text-before-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/base/unicode-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/base/unicode-string-value-destination.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/color-table-destination.d.ts +25 -0
- package/lib/common/formats/rtf/import/destination/color-table-destination.js +170 -0
- package/lib/common/formats/rtf/import/destination/custom-properties-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/destination-revision-author-table.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/document-variable-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/fields/code-field-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/fields/enums.d.ts +5 -0
- package/lib/common/formats/rtf/import/destination/fields/field-destination.d.ts +19 -0
- package/lib/common/formats/rtf/import/destination/fields/field-map-data-destination.d.ts +33 -0
- package/lib/common/formats/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/field-sub-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-destination.d.ts +25 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-destination.js +71 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-help-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-name-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/mail-merge-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/fields/result-field-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/fields/table-content-field-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/font-table-destination.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/info/info-destination.d.ts +24 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +53 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +166 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +47 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +275 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.d.ts +36 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.js +144 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-table-destination.d.ts +27 -0
- package/lib/common/formats/rtf/import/destination/page-background-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-destination.d.ts +65 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-destination.js +249 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-units-converter.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.js +26 -0
- package/lib/common/formats/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/shape/enums.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-destination-base.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-instance-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.d.ts +49 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.js +159 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.js +44 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-value-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/styles/character-style-destination.d.ts +19 -0
- package/lib/common/formats/rtf/import/destination/styles/character-style-destination.js +51 -0
- package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.d.ts +27 -0
- package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.js +93 -0
- package/lib/common/formats/rtf/import/destination/styles/table-style-destination.d.ts +38 -0
- package/lib/common/formats/rtf/import/destination/styles/table-style-destination.js +154 -0
- package/lib/common/formats/rtf/import/destination/sub-document/default-destination.d.ts +204 -0
- package/lib/common/formats/rtf/import/destination/sub-document/default-destination.js +580 -0
- package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.d.ts +419 -0
- package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.js +1835 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-page-header-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/table/skip-nested-table-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/user-table-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/utils/destination-type.d.ts +77 -0
- package/lib/common/formats/rtf/import/destination/utils/enums.d.ts +41 -0
- package/lib/common/formats/rtf/import/dx-decoding/decoder-base.d.ts +3 -0
- package/lib/common/formats/rtf/import/dx-decoding/decoder-helper.d.ts +4 -0
- package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +5 -0
- package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.js +43 -0
- package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +5 -0
- package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.js +36 -0
- package/lib/common/formats/rtf/import/dx-decoding/russian-decoder.d.ts +132 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.d.ts +1 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.js +272 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.d.ts +9 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.js +507 -0
- package/lib/common/formats/rtf/import/encoding/character-decoder.d.ts +5 -0
- package/lib/common/formats/rtf/import/encoding/code-page-character-decoder.d.ts +12 -0
- package/lib/common/formats/rtf/import/encoding/code-pages.d.ts +17 -0
- package/lib/common/formats/rtf/import/encoding/dx-encoding.d.ts +4 -0
- package/lib/common/formats/rtf/import/encoding/dx-encoding.js +26 -0
- package/lib/common/formats/rtf/import/encoding/empty-character-decoder.d.ts +7 -0
- package/lib/common/formats/rtf/import/encoding/skip-character-decoder.d.ts +7 -0
- package/lib/common/formats/rtf/import/encoding/unicode-character-decoder.d.ts +11 -0
- package/lib/common/formats/rtf/import/importer-options.d.ts +7 -0
- package/lib/common/formats/rtf/import/importer-options.js +9 -0
- package/lib/common/formats/rtf/import/importers/bookmark-importer.d.ts +13 -0
- package/lib/common/formats/rtf/import/importers/bookmark-importer.js +36 -0
- package/lib/common/formats/rtf/import/importers/character-importer.d.ts +31 -0
- package/lib/common/formats/rtf/import/importers/character-importer.js +132 -0
- package/lib/common/formats/rtf/import/importers/comments-importer.d.ts +10 -0
- package/lib/common/formats/rtf/import/importers/field-importer.d.ts +32 -0
- package/lib/common/formats/rtf/import/importers/field-importer.js +91 -0
- package/lib/common/formats/rtf/import/importers/font-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/importers/font-importer.js +36 -0
- package/lib/common/formats/rtf/import/importers/image-importer.d.ts +19 -0
- package/lib/common/formats/rtf/import/importers/image-importer.js +73 -0
- package/lib/common/formats/rtf/import/importers/importer-base.d.ts +15 -0
- package/lib/common/formats/rtf/import/importers/importers-collection.d.ts +35 -0
- package/lib/common/formats/rtf/import/importers/numbering-lists-importer.d.ts +26 -0
- package/lib/common/formats/rtf/import/importers/paragraph-importer.d.ts +25 -0
- package/lib/common/formats/rtf/import/importers/paragraph-importer.js +101 -0
- package/lib/common/formats/rtf/import/importers/range-permission-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/importers/range-permission-importer.js +33 -0
- package/lib/common/formats/rtf/import/importers/section-importer.d.ts +24 -0
- package/lib/common/formats/rtf/import/importers/section-importer.js +102 -0
- package/lib/common/formats/rtf/import/importers/shape-importer.d.ts +10 -0
- package/lib/common/formats/rtf/import/importers/shape-importer.js +42 -0
- package/lib/common/formats/rtf/import/importers/styles/base-style-importer.d.ts +26 -0
- package/lib/common/formats/rtf/import/importers/styles/character-style-importer.d.ts +9 -0
- package/lib/common/formats/rtf/import/importers/styles/character-style-importer.js +19 -0
- package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.d.ts +11 -0
- package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.js +26 -0
- package/lib/common/formats/rtf/import/importers/styles/rtf-style-importer-state.d.ts +5 -0
- package/lib/common/formats/rtf/import/importers/styles/table-style-importer.d.ts +9 -0
- package/lib/common/formats/rtf/import/importers/styles/table-style-importer.js +20 -0
- package/lib/common/formats/rtf/import/importers/styles-importer.d.ts +19 -0
- package/lib/common/formats/rtf/import/importers/table-importer.d.ts +12 -0
- package/lib/common/formats/rtf/import/importers/table-importer.js +30 -0
- package/lib/common/formats/rtf/import/keyword-tables/character-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/character-properties.js +64 -0
- package/lib/common/formats/rtf/import/keyword-tables/default-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/default-keywords.js +23 -0
- package/lib/common/formats/rtf/import/keyword-tables/document-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/document-properties.js +15 -0
- package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.d.ts +8 -0
- package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.js +295 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +44 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.js +83 -0
- package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +28 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +227 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +7 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +105 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +3 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.js +243 -0
- package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/character/character-properties.d.ts +22 -0
- package/lib/common/formats/rtf/import/model/character/character-properties.js +60 -0
- package/lib/common/formats/rtf/import/model/character/enums.d.ts +22 -0
- package/lib/common/formats/rtf/import/model/character/font-info-collection.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/character/rtf-font-info.d.ts +17 -0
- package/lib/common/formats/rtf/import/model/character/rtf-formatting-info.d.ts +20 -0
- package/lib/common/formats/rtf/import/model/color-collections.d.ts +12 -0
- package/lib/common/formats/rtf/import/model/color-collections.js +13 -0
- package/lib/common/formats/rtf/import/model/comment/import-comment-info.d.ts +2 -0
- package/lib/common/formats/rtf/import/model/enums.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/fields/rtf-field-info.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/image/picture-destination-info.d.ts +26 -0
- package/lib/common/formats/rtf/import/model/image/rtf-image-info.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +24 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.js +138 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.js +42 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +5 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +20 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +47 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.d.ts +37 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.js +98 -0
- package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.js +20 -0
- package/lib/common/formats/rtf/import/model/rtf-document-properties.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/rtf-revision-authors.d.ts +5 -0
- package/lib/common/formats/rtf/import/model/section/general-section-info.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/section/line-numbering-info.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/section/margins-info.d.ts +11 -0
- package/lib/common/formats/rtf/import/model/section/page-numbering-info.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/section/page-numbering-info.js +16 -0
- package/lib/common/formats/rtf/import/model/section/rtf-section-properties.d.ts +24 -0
- package/lib/common/formats/rtf/import/model/section/rtf-section-properties.js +49 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +46 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +12 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +3 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +6 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +34 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +145 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +13 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +25 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +64 -0
- package/lib/common/formats/rtf/import/model/shape/shape-properties-info.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/shape/shape-type-code.d.ts +205 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.js +31 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.js +50 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-floating-position-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.d.ts +25 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.js +39 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-cell.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-cell.js +30 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-row.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-row.js +21 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table.js +29 -0
- package/lib/common/formats/rtf/import/properties-normalization/tmp.d.ts +0 -0
- package/lib/common/formats/rtf/import/properties-normalization/tmp.js +0 -0
- package/lib/common/formats/rtf/import/rtf-import-data.d.ts +99 -0
- package/lib/common/formats/rtf/import/rtf-import-data.js +352 -0
- package/lib/common/formats/rtf/import/rtf-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/rtf-importer.js +56 -0
- package/lib/common/formats/rtf/import/table/rtf-table-cell-controller.d.ts +16 -0
- package/lib/common/formats/rtf/import/table/rtf-table-columns-calculator.d.ts +8 -0
- package/lib/common/formats/rtf/import/table/rtf-table-controller.d.ts +17 -0
- package/lib/common/formats/rtf/import/table/rtf-table-row-controller.d.ts +21 -0
- package/lib/common/formats/rtf/import/table/rtf-table-state.d.ts +12 -0
- package/lib/common/formats/rtf/import/table/states/manager-state.d.ts +19 -0
- package/lib/common/formats/rtf/import/table/states/no-table-state.d.ts +14 -0
- package/lib/common/formats/rtf/import/table/states/state-base.d.ts +19 -0
- package/lib/common/formats/rtf/import/table/table-converter.d.ts +43 -0
- package/lib/common/formats/rtf/import/table/table-converter.js +250 -0
- package/lib/common/formats/rtf/import/table/table-grid.d.ts +7 -0
- package/lib/common/formats/rtf/import/table/table-reader.d.ts +44 -0
- package/lib/common/formats/rtf/importer-in-subdocument.d.ts +6 -0
- package/lib/common/formats/rtf/importer-in-subdocument.js +18 -0
- package/lib/common/formats/rtf/translation-table/rtf-content-exporter.d.ts +4 -0
- package/lib/common/formats/rtf/translation-table/rtf-content-exporter.js +15 -0
- package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.d.ts +189 -0
- package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.js +264 -0
- package/lib/common/formats/rtf/translation-table/rtf-export-sr.d.ts +690 -0
- package/lib/common/formats/rtf/translation-table/rtf-export-sr.js +777 -0
- package/lib/common/formats/rtf/utils/character-properties-export-helper.d.ts +5 -0
- package/lib/common/formats/rtf/utils/character-properties-export-helper.js +11 -0
- package/lib/common/formats/rtf/utils/list-level-display-text-helper.d.ts +4 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +15 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.js +52 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +18 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.d.ts +14 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.js +55 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +15 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.js +32 -0
- package/lib/common/formats/rtf/utils/numbering-formats.d.ts +2 -0
- package/lib/common/formats/rtf/utils/numbering-formats.js +72 -0
- package/lib/common/formats/rtf/utils/rtf-art-border-converter.d.ts +8 -0
- package/lib/common/formats/rtf/utils/rtf-art-border-converter.js +188 -0
- package/lib/common/formats/rtf/utils/rtf-math-utils.d.ts +5 -0
- package/lib/common/formats/rtf/utils/shape-utils.d.ts +4 -0
- package/lib/common/formats/rtf/utils/unicode-char-helper.d.ts +36 -0
- package/lib/common/formats/rtf/utils/unicode-char-helper.js +90 -0
- package/lib/common/formats/txt/txt-exporter.d.ts +12 -0
- package/lib/common/formats/txt/txt-importer.d.ts +12 -0
- package/lib/common/formats/txt/txt-importer.js +83 -0
- package/lib/common/formats/utils/color/theme-color-index-calculator.d.ts +7 -0
- package/lib/common/formats/utils/color/theme-color-index-calculator.js +51 -0
- package/lib/common/formats/utils/color/tint-and-shade-calculator.d.ts +7 -0
- package/lib/common/formats/utils/cross-existing-iterator.d.ts +24 -0
- package/lib/common/formats/utils/document-formats-helper.d.ts +5 -0
- package/lib/common/formats/utils/enums.d.ts +4 -0
- package/lib/common/formats/utils/extension-helper.d.ts +9 -0
- package/lib/common/formats/utils/extension-helper.js +35 -0
- package/lib/common/formats/utils/images-import.d.ts +20 -0
- package/lib/common/formats/utils/import-bookmark-info-core.d.ts +6 -0
- package/lib/common/formats/utils/import-comment-info.d.ts +10 -0
- package/lib/common/formats/utils/numbering-list-index-constants.d.ts +6 -0
- package/lib/common/formats/utils/string-helper.d.ts +13 -0
- package/lib/common/global-event-dispatcher.d.ts +44 -0
- package/lib/common/global-event-dispatcher.js +248 -0
- package/lib/common/html-export.d.ts +32 -0
- package/lib/common/html-export.js +783 -0
- package/lib/common/input-controller.d.ts +145 -0
- package/lib/common/input-controller.js +804 -0
- package/lib/common/interfaces/i-control-owner.d.ts +49 -0
- package/lib/common/interfaces/i-document-layout-changes-listener.d.ts +6 -0
- package/lib/common/interfaces/i-event-manager.d.ts +21 -0
- package/lib/common/interfaces/i-font-changes-listener.d.ts +8 -0
- package/lib/common/interfaces/i-rich-edit-core.d.ts +110 -0
- package/lib/common/interfaces/i-selection-layout-changes-listener.d.ts +11 -0
- package/lib/common/interfaces/model-changes-listener.d.ts +4 -0
- package/lib/common/internal-api.d.ts +4 -0
- package/lib/common/layout/document-layout-details-level.d.ts +12 -0
- package/lib/common/layout/document-layout.d.ts +32 -0
- package/lib/common/layout/layout-point.d.ts +11 -0
- package/lib/common/layout/layout-position.d.ts +80 -0
- package/lib/common/layout/main-structures/layout-boxes/bookmark-box.d.ts +13 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +43 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +18 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-box.d.ts +69 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +9 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-dash-box.d.ts +24 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +8 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +13 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +22 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +21 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +26 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +23 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +23 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-picture-box.d.ts +25 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +9 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-space-box.d.ts +19 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +44 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-text-box.d.ts +30 -0
- package/lib/common/layout/main-structures/layout-column.d.ts +21 -0
- package/lib/common/layout/main-structures/layout-page-area.d.ts +12 -0
- package/lib/common/layout/main-structures/layout-page.d.ts +61 -0
- package/lib/common/layout/main-structures/layout-row.d.ts +54 -0
- package/lib/common/layout/selection/layout-selection-info.d.ts +18 -0
- package/lib/common/layout/selection/layout-selection-items.d.ts +38 -0
- package/lib/common/layout/selection/layout-selection-page-info.d.ts +8 -0
- package/lib/common/layout/selection/layout-selection.d.ts +15 -0
- package/lib/common/layout/table/layout-table-cell-info.d.ts +25 -0
- package/lib/common/layout/table/layout-table-info.d.ts +30 -0
- package/lib/common/layout/table/layout-table-row-info.d.ts +17 -0
- package/lib/common/layout/table/table-cell-iterator.d.ts +66 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-manager.d.ts +39 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-manager.js +300 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-result.d.ts +15 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-result.js +36 -0
- package/lib/common/layout-engine/layout-anchor-object-finder.d.ts +8 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +23 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +12 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +11 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +9 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +22 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +9 -0
- package/lib/common/layout-engine/layout-position-creator.d.ts +50 -0
- package/lib/common/layout-engine/selection/selection-formatter.d.ts +54 -0
- package/lib/common/layout-engine/selection/selection-formatter.js +471 -0
- package/lib/common/layout-engine/visualizers/anchor-visualizer.d.ts +13 -0
- package/lib/common/layout-engine/visualizers/anchor-visualizer.js +38 -0
- package/lib/common/layout-engine/visualizers/auto-scroll-visualizer.d.ts +5 -0
- package/lib/common/layout-engine/visualizers/base-visualizer.d.ts +20 -0
- package/lib/common/layout-engine/visualizers/base-visualizer.js +27 -0
- package/lib/common/layout-engine/visualizers/box-visualizer-manager.d.ts +19 -0
- package/lib/common/layout-engine/visualizers/drag-caret-visualizer.d.ts +5 -0
- package/lib/common/layout-engine/visualizers/drag-caret-visualizer.js +15 -0
- package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.d.ts +14 -0
- package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.js +55 -0
- package/lib/common/layout-engine/visualizers/resize-box-visualizer.d.ts +31 -0
- package/lib/common/layout-engine/visualizers/resize-box-visualizer.js +137 -0
- package/lib/common/layout-engine/visualizers/resize-table-visualizer.d.ts +7 -0
- package/lib/common/layout-formatter/box/box-iterator.d.ts +27 -0
- package/lib/common/layout-formatter/box/box-wrap.d.ts +27 -0
- package/lib/common/layout-formatter/box/box-wraps-holder.d.ts +37 -0
- package/lib/common/layout-formatter/box/generator/box-infos-generator.d.ts +63 -0
- package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -0
- package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.js +0 -0
- package/lib/common/layout-formatter/box/generator/one-dimension-itertors.d.ts +18 -0
- package/lib/common/layout-formatter/box/generator/recursive-objects-iterators.d.ts +38 -0
- package/lib/common/layout-formatter/changes/changes/column-change.d.ts +9 -0
- package/lib/common/layout-formatter/changes/changes/layout-change-base.d.ts +45 -0
- package/lib/common/layout-formatter/changes/changes/page-area-change.d.ts +8 -0
- package/lib/common/layout-formatter/changes/changes/page-change.d.ts +11 -0
- package/lib/common/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +7 -0
- package/lib/common/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +7 -0
- package/lib/common/layout-formatter/changes/engine/changes-manager.d.ts +9 -0
- package/lib/common/layout-formatter/changes/engine/changes-merger.d.ts +33 -0
- package/lib/common/layout-formatter/changes/engine/page-changes-collector.d.ts +13 -0
- package/lib/common/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +13 -0
- package/lib/common/layout-formatter/changes/engine/table-cells-comparer.d.ts +11 -0
- package/lib/common/layout-formatter/floating/anchored-objects-manager.d.ts +26 -0
- package/lib/common/layout-formatter/floating/anchored-objects-manager.js +37 -0
- package/lib/common/layout-formatter/floating/layout-row-bounds-manager.d.ts +26 -0
- package/lib/common/layout-formatter/floating/page-anchored-object-holder.d.ts +20 -0
- package/lib/common/layout-formatter/floating/position-calculators/base-calculator.d.ts +13 -0
- package/lib/common/layout-formatter/floating/position-calculators/horizontal.d.ts +16 -0
- package/lib/common/layout-formatter/floating/position-calculators/vertical.d.ts +14 -0
- package/lib/common/layout-formatter/floating/render-level-calculator.d.ts +22 -0
- package/lib/common/layout-formatter/formatter/base-formatter.d.ts +56 -0
- package/lib/common/layout-formatter/formatter/enums.d.ts +12 -0
- package/lib/common/layout-formatter/formatter/main-formatter.d.ts +29 -0
- package/lib/common/layout-formatter/formatter/model-changes-listener.d.ts +8 -0
- package/lib/common/layout-formatter/formatter/other-page-area-formatter.d.ts +15 -0
- package/lib/common/layout-formatter/formatter/utils/bounds-calculator.d.ts +36 -0
- package/lib/common/layout-formatter/formatter/utils/columns-calculator.d.ts +7 -0
- package/lib/common/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +15 -0
- package/lib/common/layout-formatter/formatter/utils/last-row-info.d.ts +21 -0
- package/lib/common/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +9 -0
- package/lib/common/layout-formatter/formatter/utils/number-utils.d.ts +6 -0
- package/lib/common/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +18 -0
- package/lib/common/layout-formatter/formatter/utils/restart-preparer.d.ts +17 -0
- package/lib/common/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +20 -0
- package/lib/common/layout-formatter/invalidator/layout-invalidator.d.ts +44 -0
- package/lib/common/layout-formatter/invalidator/position-savers.d.ts +45 -0
- package/lib/common/layout-formatter/invalidator/remove-content-helper.d.ts +8 -0
- package/lib/common/layout-formatter/managers/formatter-manager.d.ts +72 -0
- package/lib/common/layout-formatter/managers/formatter-manager.js +163 -0
- package/lib/common/layout-formatter/managers/restart-manager.d.ts +15 -0
- package/lib/common/layout-formatter/row/formatter.d.ts +55 -0
- package/lib/common/layout-formatter/row/result.d.ts +33 -0
- package/lib/common/layout-formatter/row/size-engine/row-formatting-info.d.ts +35 -0
- package/lib/common/layout-formatter/row/size-engine/row-height-calculator.d.ts +20 -0
- package/lib/common/layout-formatter/row/size-engine/row-height-state.d.ts +15 -0
- package/lib/common/layout-formatter/row/size-engine/row-sizes-manager.d.ts +35 -0
- package/lib/common/layout-formatter/row/states.d.ts +34 -0
- package/lib/common/layout-formatter/row/tab-info.d.ts +23 -0
- package/lib/common/layout-formatter/row/utils/box-aligner.d.ts +12 -0
- package/lib/common/layout-formatter/row/utils/line-spacing-calculator.d.ts +37 -0
- package/lib/common/layout-formatter/row/utils/rectangle-utils.d.ts +5 -0
- package/lib/common/layout-formatter/row/utils/row-spacing-before-applier.d.ts +28 -0
- package/lib/common/layout-formatter/row/word-holder.d.ts +9 -0
- package/lib/common/layout-formatter/table/background-info-creator.d.ts +10 -0
- package/lib/common/layout-formatter/table/borders/border-helper.d.ts +51 -0
- package/lib/common/layout-formatter/table/borders/border-merger.d.ts +6 -0
- package/lib/common/layout-formatter/table/borders/borders-creator.d.ts +9 -0
- package/lib/common/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +12 -0
- package/lib/common/layout-formatter/table/borders/layout-table-border.d.ts +23 -0
- package/lib/common/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +12 -0
- package/lib/common/layout-formatter/table/formatter.d.ts +73 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +28 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +11 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +10 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +18 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +48 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +32 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +19 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +86 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +13 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +74 -0
- package/lib/common/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/columns.d.ts +7 -0
- package/lib/common/layout-formatter/table/grid-engine/creator.d.ts +5 -0
- package/lib/common/layout-formatter/table/grid-engine/grid.d.ts +11 -0
- package/lib/common/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +8 -0
- package/lib/common/layout-formatter/table/info/cell-info.d.ts +59 -0
- package/lib/common/layout-formatter/table/info/cell-order-helper.d.ts +12 -0
- package/lib/common/layout-formatter/table/info/row-info.d.ts +22 -0
- package/lib/common/layout-formatter/table/info/table-info.d.ts +63 -0
- package/lib/common/layout-formatter/table/layout-row-index-helper.d.ts +0 -0
- package/lib/common/layout-formatter/table/layout-row-index-helper.js +0 -0
- package/lib/common/layout-formatter/table/other.d.ts +17 -0
- package/lib/common/layout-formatter/table/size-compressor.d.ts +13 -0
- package/lib/common/layout-formatter/table/table-alignment-applier.d.ts +12 -0
- package/lib/common/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +8 -0
- package/lib/common/loading-panel/manager.d.ts +6 -0
- package/lib/common/loading-panel/panel.d.ts +27 -0
- package/lib/common/measurer/measure-info.d.ts +18 -0
- package/lib/common/measurer/measurer.d.ts +28 -0
- package/lib/common/model/bookmarks.d.ts +47 -0
- package/lib/common/model/borders/border-base.d.ts +11 -0
- package/lib/common/model/borders/border-info.d.ts +21 -0
- package/lib/common/model/borders/enums.d.ts +194 -0
- package/lib/common/model/borders/layout-border.d.ts +3 -0
- package/lib/common/model/borders/table-border-base.d.ts +11 -0
- package/lib/common/model/borders/table-border-base.js +23 -0
- package/lib/common/model/borders/table-borders.d.ts +12 -0
- package/lib/common/model/borders/table-borders.js +34 -0
- package/lib/common/model/borders/table-cell-borders.d.ts +11 -0
- package/lib/common/model/borders/table-cell-borders.js +28 -0
- package/lib/common/model/caches/caches.d.ts +36 -0
- package/lib/common/model/caches/control-fonts.d.ts +12 -0
- package/lib/common/model/caches/hash-based-cache.d.ts +36 -0
- package/lib/common/model/caches/hashed-caches/character-properties-cache.d.ts +10 -0
- package/lib/common/model/caches/hashed-caches/color-model-info-cache.d.ts +8 -0
- package/lib/common/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +8 -0
- package/lib/common/model/caches/hashed-caches/font-info-cache.d.ts +22 -0
- package/lib/common/model/caches/hashed-caches/list-level-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/masked-character-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/paragraph-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +7 -0
- package/lib/common/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +7 -0
- package/lib/common/model/caches/hashed-caches/shading-info-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/table-cell-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/table-properties-cache.d.ts +4 -0
- package/lib/common/model/caches/hashed-caches/table-row-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/images.d.ts +57 -0
- package/lib/common/model/caches/images.js +189 -0
- package/lib/common/model/changes/change-base.d.ts +17 -0
- package/lib/common/model/changes/change.d.ts +69 -0
- package/lib/common/model/changes/enums.d.ts +71 -0
- package/lib/common/model/changes/model/create-style-link.d.ts +7 -0
- package/lib/common/model/changes/model/default-tab-width.d.ts +7 -0
- package/lib/common/model/changes/model/delete-style-link.d.ts +7 -0
- package/lib/common/model/changes/model/different-odd-and-even-pages.d.ts +7 -0
- package/lib/common/model/changes/model/document-protection-changed.d.ts +8 -0
- package/lib/common/model/changes/model/header-created.d.ts +11 -0
- package/lib/common/model/changes/model/header-footer-index-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/abstract-numbering-list-added.d.ts +7 -0
- package/lib/common/model/changes/model/list/abstract-numbering-list-deleted.d.ts +7 -0
- package/lib/common/model/changes/model/list/i-override-list-level-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-character-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-paragraph-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/numbering-list-added.d.ts +7 -0
- package/lib/common/model/changes/model/list/numbering-list-deleted.d.ts +7 -0
- package/lib/common/model/changes/model/load-font.d.ts +8 -0
- package/lib/common/model/changes/model/page-color.d.ts +7 -0
- package/lib/common/model/changes/model/section-formatting-changed.d.ts +13 -0
- package/lib/common/model/changes/model/section-merged.d.ts +10 -0
- package/lib/common/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/anchor/shape-changed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/anchor/shape-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/bookmark/created.d.ts +11 -0
- package/lib/common/model/changes/sub-document/bookmark/deleted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/field/deleted.d.ts +8 -0
- package/lib/common/model/changes/sub-document/field/fields-show-code-changed.d.ts +9 -0
- package/lib/common/model/changes/sub-document/field/hyperlink-info-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/field/inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +14 -0
- package/lib/common/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/inline-picture-inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/picture/inline-pictures-updated.d.ts +9 -0
- package/lib/common/model/changes/sub-document/picture/load-pictures-info.d.ts +9 -0
- package/lib/common/model/changes/sub-document/properties/character-formatting-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/properties/character-properties-changed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/properties/merged-props-reset.d.ts +9 -0
- package/lib/common/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +17 -0
- package/lib/common/model/changes/sub-document/range-permissions-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/style/character-style-applied.d.ts +11 -0
- package/lib/common/model/changes/sub-document/style/paragraph-style-applied.d.ts +11 -0
- package/lib/common/model/changes/sub-document/style/table-style-changed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/tab/deleted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/tab/inserted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-inserted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-merged-horizontally.d.ts +12 -0
- package/lib/common/model/changes/sub-document/table/cell-property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/cell-removed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +12 -0
- package/lib/common/model/changes/sub-document/table/created.d.ts +9 -0
- package/lib/common/model/changes/sub-document/table/property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/removed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/row-inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/table/row-property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/row-removed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/table/start-position-shifted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/text/anchor-object-removed.d.ts +9 -0
- package/lib/common/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +12 -0
- package/lib/common/model/changes/sub-document/text/interval-removed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/text/paragraph-inserted.d.ts +8 -0
- package/lib/common/model/changes/sub-document/text/paragraph-merged.d.ts +11 -0
- package/lib/common/model/changes/sub-document/text/section-inserted.d.ts +9 -0
- package/lib/common/model/changes/sub-document/text/simple-run-inserted.d.ts +16 -0
- package/lib/common/model/changes/sub-document/text/text-buffer-changed.d.ts +10 -0
- package/lib/common/model/character/character-properties-helper.d.ts +20 -0
- package/lib/common/model/character/character-properties.d.ts +68 -0
- package/lib/common/model/character/character-property-descriptor.d.ts +226 -0
- package/lib/common/model/character/character-style.d.ts +13 -0
- package/lib/common/model/character/composite-font-info.d.ts +16 -0
- package/lib/common/model/character/enums.d.ts +73 -0
- package/lib/common/model/character/history-runs.d.ts +53 -0
- package/lib/common/model/character/lang-info.d.ts +12 -0
- package/lib/common/model/character/layout-character-properties-color-info.d.ts +9 -0
- package/lib/common/model/character/run-iterator.d.ts +24 -0
- package/lib/common/model/chunk.d.ts +15 -0
- package/lib/common/model/color/color-hsl.d.ts +46 -0
- package/lib/common/model/color/color-model-info.d.ts +48 -0
- package/lib/common/model/color/color-model-info.js +176 -0
- package/lib/common/model/color/color-provider.d.ts +16 -0
- package/lib/common/model/color/color.d.ts +19 -0
- package/lib/common/model/color/color.js +62 -0
- package/lib/common/model/color/d-xsystem-colors.d.ts +32 -0
- package/lib/common/model/color/dx-color.d.ts +15 -0
- package/lib/common/model/color/enums.d.ts +48 -0
- package/lib/common/model/color/palette.d.ts +59 -0
- package/lib/common/model/color/sc-rgbcolor.d.ts +18 -0
- package/lib/common/model/comments/comment.d.ts +14 -0
- package/lib/common/model/compat-settings.d.ts +6 -0
- package/lib/common/model/creator/cache.d.ts +12 -0
- package/lib/common/model/creator/creator.d.ts +35 -0
- package/lib/common/model/creator/font-corrector.d.ts +14 -0
- package/lib/common/model/creator/options.d.ts +9 -0
- package/lib/common/model/document-model.d.ts +167 -0
- package/lib/common/model/drawing/backdrop-plane.d.ts +11 -0
- package/lib/common/model/drawing/container-effect.d.ts +11 -0
- package/lib/common/model/drawing/drawing-color-model-info.d.ts +52 -0
- package/lib/common/model/drawing/drawing-color.d.ts +47 -0
- package/lib/common/model/drawing/drawing-effect-collection.d.ts +6 -0
- package/lib/common/model/drawing/drawing-effect-style.d.ts +11 -0
- package/lib/common/model/drawing/drawing-fill.d.ts +11 -0
- package/lib/common/model/drawing/drawing-text-font.d.ts +30 -0
- package/lib/common/model/drawing/drawing-value-constants.d.ts +22 -0
- package/lib/common/model/drawing/enums.d.ts +173 -0
- package/lib/common/model/drawing/interfaces.d.ts +18 -0
- package/lib/common/model/drawing/outline.d.ts +10 -0
- package/lib/common/model/drawing/scene3d-properties-info.d.ts +32 -0
- package/lib/common/model/drawing/scene3d-properties.d.ts +12 -0
- package/lib/common/model/drawing/scene3d-rotation-info.d.ts +12 -0
- package/lib/common/model/drawing/scene3d-vector.d.ts +9 -0
- package/lib/common/model/drawing/shape-bevel3d-properties.d.ts +10 -0
- package/lib/common/model/drawing/shape3d-properties.d.ts +21 -0
- package/lib/common/model/drawing/transform/alpha-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/alpha-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/alpha-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/color-transform-base.d.ts +13 -0
- package/lib/common/model/drawing/transform/color-transform-collection.d.ts +10 -0
- package/lib/common/model/drawing/transform/color-transform-value-base.d.ts +13 -0
- package/lib/common/model/drawing/transform/complement-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/gamma-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/grayscale-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/inverse-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/inverse-gamma-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/shade-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/tint-color-transform.d.ts +7 -0
- package/lib/common/model/enums.d.ts +6 -0
- package/lib/common/model/fields/check-box-properties.d.ts +43 -0
- package/lib/common/model/fields/field-context-menu-helper.d.ts +14 -0
- package/lib/common/model/fields/field-request-manager.d.ts +42 -0
- package/lib/common/model/fields/field.d.ts +112 -0
- package/lib/common/model/fields/form-field-properties.d.ts +41 -0
- package/lib/common/model/fields/names.d.ts +15 -0
- package/lib/common/model/fields/parsers/field-code-parser-client-updating-base.d.ts +8 -0
- package/lib/common/model/fields/parsers/field-code-parser-date.d.ts +7 -0
- package/lib/common/model/fields/parsers/field-code-parser-doc-variable.d.ts +14 -0
- package/lib/common/model/fields/parsers/field-code-parser-hyperlink.d.ts +8 -0
- package/lib/common/model/fields/parsers/field-code-parser-merge-field.d.ts +12 -0
- package/lib/common/model/fields/parsers/field-code-parser-num-pages.d.ts +6 -0
- package/lib/common/model/fields/parsers/field-code-parser-page-ref.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-page.d.ts +7 -0
- package/lib/common/model/fields/parsers/field-code-parser-seq.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-tc.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-time.d.ts +6 -0
- package/lib/common/model/fields/parsers/field-code-parser-toc.d.ts +66 -0
- package/lib/common/model/fields/parsers/field-code-parser.d.ts +107 -0
- package/lib/common/model/fields/parsers/fill-in.d.ts +6 -0
- package/lib/common/model/fields/tree-creator.d.ts +40 -0
- package/lib/common/model/fields/update-sequence-info.d.ts +4 -0
- package/lib/common/model/find-replace-helper.d.ts +75 -0
- package/lib/common/model/floating-objects/anchor-info.d.ts +41 -0
- package/lib/common/model/floating-objects/enums.d.ts +78 -0
- package/lib/common/model/floating-objects/sizes.d.ts +56 -0
- package/lib/common/model/floating-objects/sizes.js +142 -0
- package/lib/common/model/floating-objects/text-box-properties.d.ts +18 -0
- package/lib/common/model/fonts/control-font.d.ts +29 -0
- package/lib/common/model/fonts/font-chooser.d.ts +10 -0
- package/lib/common/model/fonts/font-face-descriptors.d.ts +20 -0
- package/lib/common/model/fonts/font-info.d.ts +39 -0
- package/lib/common/model/fonts/fonts-map.d.ts +310 -0
- package/lib/common/model/fonts/google-fonts.d.ts +13 -0
- package/lib/common/model/fonts/grabber.d.ts +33 -0
- package/lib/common/model/fonts/loader.d.ts +12 -0
- package/lib/common/model/fonts/measurer.d.ts +16 -0
- package/lib/common/model/full-chunk-and-run-info.d.ts +32 -0
- package/lib/common/model/history/base/history-item.d.ts +19 -0
- package/lib/common/model/history/base/history.d.ts +33 -0
- package/lib/common/model/history/base/i-history.d.ts +18 -0
- package/lib/common/model/history/base/interval-based-history-item.d.ts +10 -0
- package/lib/common/model/history/base/position-based-history-item.d.ts +9 -0
- package/lib/common/model/history/items/apply-field-hyperlink-style-history-item.d.ts +10 -0
- package/lib/common/model/history/items/apply-style-history-items.d.ts +33 -0
- package/lib/common/model/history/items/bookmark-history-items.d.ts +17 -0
- package/lib/common/model/history/items/change-field-hyperlink-info-history-item.d.ts +13 -0
- package/lib/common/model/history/items/change-rectangular-object-history-item.d.ts +20 -0
- package/lib/common/model/history/items/character-properties-history-items.d.ts +101 -0
- package/lib/common/model/history/items/create-style-link-history-item.d.ts +11 -0
- package/lib/common/model/history/items/document-properties-history-items.d.ts +23 -0
- package/lib/common/model/history/items/document-protection-history-item.d.ts +10 -0
- package/lib/common/model/history/items/field-insert-history-item.d.ts +15 -0
- package/lib/common/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +15 -0
- package/lib/common/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/change-image-property-history-item.d.ts +14 -0
- package/lib/common/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +22 -0
- package/lib/common/model/history/items/floating-objects/shape-property-history-item.d.ts +23 -0
- package/lib/common/model/history/items/header-footer-history-items.d.ts +22 -0
- package/lib/common/model/history/items/insert-inline-picture-history-item.d.ts +14 -0
- package/lib/common/model/history/items/insert-paragraph-history-item.d.ts +9 -0
- package/lib/common/model/history/items/insert-section-history-item.d.ts +15 -0
- package/lib/common/model/history/items/insert-sub-document-history-item.d.ts +17 -0
- package/lib/common/model/history/items/insert-text-history-item.d.ts +10 -0
- package/lib/common/model/history/items/list-level-character-properties-history-items.d.ts +72 -0
- package/lib/common/model/history/items/list-level-paragraph-properties-history-items.d.ts +76 -0
- package/lib/common/model/history/items/list-level-properties-history-items.d.ts +59 -0
- package/lib/common/model/history/items/non-visual-drawing-object-info.d.ts +15 -0
- package/lib/common/model/history/items/numbering-list-history-items.d.ts +58 -0
- package/lib/common/model/history/items/paragraph-properties-history-items.d.ts +122 -0
- package/lib/common/model/history/items/range-permission-history-item.d.ts +17 -0
- package/lib/common/model/history/items/remove-hyperlink-history-item.d.ts +22 -0
- package/lib/common/model/history/items/remove-interval-history-item.d.ts +11 -0
- package/lib/common/model/history/items/section-properties-history-items.d.ts +66 -0
- package/lib/common/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/change-table-cell-history-items.d.ts +25 -0
- package/lib/common/model/history/items/tables/create-table-history-item.d.ts +22 -0
- package/lib/common/model/history/items/tables/insert-table-row-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/remove-table-cell-history-item.d.ts +14 -0
- package/lib/common/model/history/items/tables/remove-table-history-item.d.ts +9 -0
- package/lib/common/model/history/items/tables/remove-table-row-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/split-table-cell-history-item.d.ts +19 -0
- package/lib/common/model/history/items/tables/table-cell-properties-history-items.d.ts +73 -0
- package/lib/common/model/history/items/tables/table-properties-history-items.d.ts +73 -0
- package/lib/common/model/history/items/tables/table-row-properties-history-items.d.ts +61 -0
- package/lib/common/model/history/items/text-run-change-case-history-item.d.ts +31 -0
- package/lib/common/model/history/selection/history-item-direction.d.ts +5 -0
- package/lib/common/model/history/selection/scroll-history-item.d.ts +14 -0
- package/lib/common/model/history/selection/scroll-history-item.js +23 -0
- package/lib/common/model/history/selection/selection-history-item.d.ts +14 -0
- package/lib/common/model/history/selection/selection-history-item.js +23 -0
- package/lib/common/model/history/states/history-item-state-object.d.ts +157 -0
- package/lib/common/model/history/states/history-item-state.d.ts +13 -0
- package/lib/common/model/interfaces.d.ts +27 -0
- package/lib/common/model/json/command-request.d.ts +64 -0
- package/lib/common/model/json/command-type.d.ts +91 -0
- package/lib/common/model/json/enums/json-character-enums.d.ts +74 -0
- package/lib/common/model/json/enums/json-control-enums.d.ts +69 -0
- package/lib/common/model/json/enums/json-document-enums.d.ts +51 -0
- package/lib/common/model/json/enums/json-field-enums.d.ts +39 -0
- package/lib/common/model/json/enums/json-floating-enums.d.ts +94 -0
- package/lib/common/model/json/enums/json-floating-enums.js +107 -0
- package/lib/common/model/json/enums/json-general-enums.d.ts +77 -0
- package/lib/common/model/json/enums/json-list-enums.d.ts +55 -0
- package/lib/common/model/json/enums/json-paragraph-enums.d.ts +61 -0
- package/lib/common/model/json/enums/json-run-enums.d.ts +40 -0
- package/lib/common/model/json/enums/json-section-enums.d.ts +39 -0
- package/lib/common/model/json/enums/json-style-enums.d.ts +49 -0
- package/lib/common/model/json/enums/json-sub-document-enums.d.ts +55 -0
- package/lib/common/model/json/enums/json-top-level-enums.d.ts +80 -0
- package/lib/common/model/json/enums/table/json-table-cell-enums.d.ts +47 -0
- package/lib/common/model/json/enums/table/json-table-enums.d.ts +59 -0
- package/lib/common/model/json/enums/table/json-table-row-enums.d.ts +47 -0
- package/lib/common/model/json/enums/table/json-table-structures-enums.d.ts +38 -0
- package/lib/common/model/json/exporters/json-control-options-converter.d.ts +5 -0
- package/lib/common/model/json/exporters/json-exporter.d.ts +11 -0
- package/lib/common/model/json/exporters/json-numbering-list-exporter.d.ts +6 -0
- package/lib/common/model/json/exporters/json-sub-document-exporter.d.ts +9 -0
- package/lib/common/model/json/exporters/json-table-exporter.d.ts +6 -0
- package/lib/common/model/json/importers/image-cache-info-converter.d.ts +7 -0
- package/lib/common/model/json/importers/image-cache-info-converter.js +35 -0
- package/lib/common/model/json/importers/json-border-info-converter.d.ts +6 -0
- package/lib/common/model/json/importers/json-color-model-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-drawing-color-converter.d.ts +16 -0
- package/lib/common/model/json/importers/json-font-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-importer.d.ts +24 -0
- package/lib/common/model/json/importers/json-masked-character-properties-converter.d.ts +14 -0
- package/lib/common/model/json/importers/json-masked-paragraph-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/json-shading-info-converter.d.ts +6 -0
- package/lib/common/model/json/importers/json-shape-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-styles-exporter.d.ts +17 -0
- package/lib/common/model/json/importers/json-tab-converter.d.ts +7 -0
- package/lib/common/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +10 -0
- package/lib/common/model/json/importers/section/json-columns-section-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/section/json-section-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/server-model-inserter.d.ts +7 -0
- package/lib/common/model/json/importers/sub-document/json-anchor-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-non-visual-properties.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-sub-document-importer.d.ts +11 -0
- package/lib/common/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/run-importers.d.ts +36 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +6 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-borders-converter.d.ts +6 -0
- package/lib/common/model/json/importers/table/json-table-borders-converter.js +25 -0
- package/lib/common/model/json/importers/table/json-table-cell-borders-converter.d.ts +6 -0
- package/lib/common/model/json/importers/table/json-table-cell-borders-converter.js +25 -0
- package/lib/common/model/json/importers/table/json-table-cell-margins-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-cell-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-conditional-style-converter.d.ts +11 -0
- package/lib/common/model/json/importers/table/json-table-importer.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-row-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-unit-converter.d.ts +9 -0
- package/lib/common/model/json/web-caches-exporter.d.ts +13 -0
- package/lib/common/model/manipulators/base-manipulator.d.ts +9 -0
- package/lib/common/model/manipulators/bookmarks-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/character-properties-manipulator.d.ts +41 -0
- package/lib/common/model/manipulators/doc-merger/merger.d.ts +10 -0
- package/lib/common/model/manipulators/document/sub-document-inserter.d.ts +77 -0
- package/lib/common/model/manipulators/document-properties-manipulator.d.ts +7 -0
- package/lib/common/model/manipulators/document-protection-properties-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/fields-manipulator.d.ts +33 -0
- package/lib/common/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +17 -0
- package/lib/common/model/manipulators/floating-objects/comparers.d.ts +6 -0
- package/lib/common/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +18 -0
- package/lib/common/model/manipulators/floating-objects/image-manipulator.d.ts +13 -0
- package/lib/common/model/manipulators/floating-objects/shape-manipulator.d.ts +26 -0
- package/lib/common/model/manipulators/floating-objects/size-manipulator.d.ts +19 -0
- package/lib/common/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +10 -0
- package/lib/common/model/manipulators/floating-objects/z-order-manipulator.d.ts +20 -0
- package/lib/common/model/manipulators/font-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/header-footer-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/i-properties-manipulator.d.ts +57 -0
- package/lib/common/model/manipulators/inline-object-manipulator.d.ts +23 -0
- package/lib/common/model/manipulators/model-manipulator.d.ts +74 -0
- package/lib/common/model/manipulators/model-manipulator.js +84 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +28 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +21 -0
- package/lib/common/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +26 -0
- package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +15 -0
- package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +56 -0
- package/lib/common/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/paragraph-properties-manipulator.d.ts +34 -0
- package/lib/common/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +30 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +7 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +11 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +54 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.d.ts +56 -0
- package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.js +188 -0
- package/lib/common/model/manipulators/range/create-range-copy-operation.d.ts +63 -0
- package/lib/common/model/manipulators/range/create-range-copy-operation.js +459 -0
- package/lib/common/model/manipulators/range/range-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/range/remove-interval-operation.d.ts +73 -0
- package/lib/common/model/manipulators/range/restore-removed-interval-operation.d.ts +12 -0
- package/lib/common/model/manipulators/range-permission-manipulator.d.ts +7 -0
- package/lib/common/model/manipulators/runs-base-manipulator.d.ts +10 -0
- package/lib/common/model/manipulators/section-manipulator.d.ts +9 -0
- package/lib/common/model/manipulators/section-properties-manipulator.d.ts +25 -0
- package/lib/common/model/manipulators/styles-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/sub-document-manipulator.d.ts +11 -0
- package/lib/common/model/manipulators/tables/insert-table-cell-operation.d.ts +27 -0
- package/lib/common/model/manipulators/tables/insert-table-cell-operation.js +63 -0
- package/lib/common/model/manipulators/tables/insert-table-row-operation.d.ts +39 -0
- package/lib/common/model/manipulators/tables/merge-table-cells-operation.d.ts +39 -0
- package/lib/common/model/manipulators/tables/merge-table-cells-operation.js +150 -0
- package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.d.ts +20 -0
- package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.js +160 -0
- package/lib/common/model/manipulators/tables/table-normalizator.d.ts +23 -0
- package/lib/common/model/manipulators/tables/table-properties-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/tables/table-properties-manipulator.js +128 -0
- package/lib/common/model/manipulators/tables/table-row-properties-manipulator.d.ts +17 -0
- package/lib/common/model/manipulators/tables/tables-manipulator.d.ts +81 -0
- package/lib/common/model/manipulators/tables/tables-manipulator.js +797 -0
- package/lib/common/model/manipulators/tabs-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/text-box-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/text-case-manipulator.d.ts +15 -0
- package/lib/common/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +20 -0
- package/lib/common/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +13 -0
- package/lib/common/model/manipulators/text-manipulator/text-manipulator.d.ts +32 -0
- package/lib/common/model/manipulators/utils/manipulator-params-base.d.ts +23 -0
- package/lib/common/model/model-checks/check-all.d.ts +34 -0
- package/lib/common/model/model-checks/comparer.d.ts +40 -0
- package/lib/common/model/model-checks/comparer.js +261 -0
- package/lib/common/model/model-checks/position.d.ts +18 -0
- package/lib/common/model/model-iterator.d.ts +19 -0
- package/lib/common/model/number-converters/alphabet-based-number-converter.d.ts +6 -0
- package/lib/common/model/number-converters/bullet-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/decimal-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/decimal-zero-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/descriptive-number-converter.d.ts +98 -0
- package/lib/common/model/number-converters/hex-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/latin-letter-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/number-converter-creator.d.ts +8 -0
- package/lib/common/model/number-converters/number-in-dash-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/numerics-provider.d.ts +21 -0
- package/lib/common/model/number-converters/ordinal-based-number-converter.d.ts +65 -0
- package/lib/common/model/number-converters/roman-number-converter.d.ts +12 -0
- package/lib/common/model/numbering-lists/list-level-properties.d.ts +91 -0
- package/lib/common/model/numbering-lists/list-level.d.ts +83 -0
- package/lib/common/model/numbering-lists/numbering-helper.d.ts +14 -0
- package/lib/common/model/numbering-lists/numbering-list-counters-calculator.d.ts +19 -0
- package/lib/common/model/numbering-lists/numbering-list-id-provider.d.ts +20 -0
- package/lib/common/model/numbering-lists/numbering-list-index-calculator.d.ts +15 -0
- package/lib/common/model/numbering-lists/numbering-list-style.d.ts +6 -0
- package/lib/common/model/numbering-lists/numbering-list.d.ts +47 -0
- package/lib/common/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +13 -0
- package/lib/common/model/options/auto-correct.d.ts +17 -0
- package/lib/common/model/options/bookmarks.d.ts +18 -0
- package/lib/common/model/options/control.d.ts +51 -0
- package/lib/common/model/options/document-protection.d.ts +32 -0
- package/lib/common/model/options/fields.d.ts +14 -0
- package/lib/common/model/options/fields.js +41 -0
- package/lib/common/model/options/fonts.d.ts +54 -0
- package/lib/common/model/options/mail-merge.d.ts +10 -0
- package/lib/common/model/options/pdf.d.ts +18 -0
- package/lib/common/model/options/printing.d.ts +11 -0
- package/lib/common/model/options/protection.d.ts +13 -0
- package/lib/common/model/options/rich-options.d.ts +31 -0
- package/lib/common/model/options/search.d.ts +6 -0
- package/lib/common/model/options/spell-checker.d.ts +18 -0
- package/lib/common/model/paragraph/paragraph-properties-helper.d.ts +19 -0
- package/lib/common/model/paragraph/paragraph-properties.d.ts +140 -0
- package/lib/common/model/paragraph/paragraph-property-descriptors.d.ts +261 -0
- package/lib/common/model/paragraph/paragraph-style.d.ts +53 -0
- package/lib/common/model/paragraph/paragraph.d.ts +64 -0
- package/lib/common/model/position/linked-interval.d.ts +19 -0
- package/lib/common/model/position/position-manager.d.ts +19 -0
- package/lib/common/model/position/position.d.ts +8 -0
- package/lib/common/model/properties-merger/character-properties-merger.d.ts +16 -0
- package/lib/common/model/properties-merger/paragraph-properties-merger.d.ts +16 -0
- package/lib/common/model/properties-merger/properties-merger-base.d.ts +19 -0
- package/lib/common/model/protection/hash-algorithm.d.ts +3 -0
- package/lib/common/model/protection/md5.d.ts +12 -0
- package/lib/common/model/protection/password-hash-code-calculator.d.ts +27 -0
- package/lib/common/model/protection/password-hash-code-calculator.js +228 -0
- package/lib/common/model/protection/ripemd160.d.ts +19 -0
- package/lib/common/model/protection/sha1.d.ts +7 -0
- package/lib/common/model/protection/sha256.d.ts +8 -0
- package/lib/common/model/protection/sha384.d.ts +7 -0
- package/lib/common/model/protection/sha512.d.ts +14 -0
- package/lib/common/model/range-permissions.d.ts +39 -0
- package/lib/common/model/rich-utils.d.ts +29 -0
- package/lib/common/model/runs/anchored-picture-run.d.ts +17 -0
- package/lib/common/model/runs/anchored-text-box-run.d.ts +21 -0
- package/lib/common/model/runs/inline-picture-run.d.ts +18 -0
- package/lib/common/model/runs/inline-text-box-run.d.ts +18 -0
- package/lib/common/model/runs/run-base.d.ts +69 -0
- package/lib/common/model/runs/run-type.d.ts +18 -0
- package/lib/common/model/runs/simple-runs.d.ts +56 -0
- package/lib/common/model/runs/text-run.d.ts +17 -0
- package/lib/common/model/section/enums.d.ts +17 -0
- package/lib/common/model/section/header-footer.d.ts +31 -0
- package/lib/common/model/section/line-numbering-properties.d.ts +19 -0
- package/lib/common/model/section/paper-kind.d.ts +127 -0
- package/lib/common/model/section/section-column-properties.d.ts +11 -0
- package/lib/common/model/section/section-properties.d.ts +40 -0
- package/lib/common/model/section/section-property-descriptor.d.ts +165 -0
- package/lib/common/model/section/section.d.ts +22 -0
- package/lib/common/model/sentence-model-builder.d.ts +54 -0
- package/lib/common/model/shadings/shading-info.d.ts +24 -0
- package/lib/common/model/shadings/shading-pattern-helper.d.ts +12 -0
- package/lib/common/model/shadings/shading-pattern.d.ts +56 -0
- package/lib/common/model/shapes/shape.d.ts +11 -0
- package/lib/common/model/simple-sentence-model-builder.d.ts +25 -0
- package/lib/common/model/special-characters.d.ts +51 -0
- package/lib/common/model/style-base.d.ts +16 -0
- package/lib/common/model/styles-manager.d.ts +77 -0
- package/lib/common/model/sub-document-collection.d.ts +13 -0
- package/lib/common/model/sub-document-infos.d.ts +51 -0
- package/lib/common/model/sub-document.d.ts +123 -0
- package/lib/common/model/tables/grid/grid-maker.d.ts +5 -0
- package/lib/common/model/tables/grid/table-cell-grid-info.d.ts +21 -0
- package/lib/common/model/tables/main-structures/table-cell.d.ts +41 -0
- package/lib/common/model/tables/main-structures/table-cell.js +90 -0
- package/lib/common/model/tables/main-structures/table-row.d.ts +32 -0
- package/lib/common/model/tables/main-structures/table-row.js +63 -0
- package/lib/common/model/tables/main-structures/table.d.ts +86 -0
- package/lib/common/model/tables/main-structures/table.js +305 -0
- package/lib/common/model/tables/properties/table-cell-descriptors.d.ts +85 -0
- package/lib/common/model/tables/properties/table-cell-descriptors.js +177 -0
- package/lib/common/model/tables/properties/table-cell-properties.d.ts +72 -0
- package/lib/common/model/tables/properties/table-descriptors.d.ts +95 -0
- package/lib/common/model/tables/properties/table-descriptors.js +199 -0
- package/lib/common/model/tables/properties/table-properties.d.ts +93 -0
- package/lib/common/model/tables/properties/table-row-descriptors.d.ts +33 -0
- package/lib/common/model/tables/properties/table-row-properties.d.ts +39 -0
- package/lib/common/model/tables/properties/table-row-property-descriptor.d.ts +11 -0
- package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.d.ts +98 -0
- package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.js +206 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger-base.d.ts +23 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger.d.ts +93 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger.js +198 -0
- package/lib/common/model/tables/properties-mergers/table-row-properties-merger.d.ts +40 -0
- package/lib/common/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +87 -0
- package/lib/common/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +121 -0
- package/lib/common/model/tables/secondary-structures/table-base-structures.d.ts +98 -0
- package/lib/common/model/tables/secondary-structures/table-border-calculator.d.ts +12 -0
- package/lib/common/model/tables/secondary-structures/table-units.d.ts +36 -0
- package/lib/common/model/tables/styles/table-cell-style.d.ts +11 -0
- package/lib/common/model/tables/styles/table-conditional-style.d.ts +16 -0
- package/lib/common/model/tables/styles/table-style.d.ts +12 -0
- package/lib/common/model/tables/table-utils.d.ts +35 -0
- package/lib/common/model/tables/table-utils.js +293 -0
- package/lib/common/model/themes/culture-info.d.ts +4 -0
- package/lib/common/model/themes/enums.d.ts +64 -0
- package/lib/common/model/themes/office-theme-base.d.ts +14 -0
- package/lib/common/model/themes/theme-drawing-color-collection.d.ts +41 -0
- package/lib/common/model/themes/theme-font-scheme-part.d.ts +16 -0
- package/lib/common/model/themes/theme-font-scheme.d.ts +13 -0
- package/lib/common/model/themes/theme-format-scheme.d.ts +22 -0
- package/lib/common/model/web-settings.d.ts +9 -0
- package/lib/common/model-manager.d.ts +26 -0
- package/lib/common/model-request-handler.d.ts +4 -0
- package/lib/common/mouse-handler/base/manipulator-handler-base.d.ts +17 -0
- package/lib/common/mouse-handler/base/manipulator-handler-base.js +35 -0
- package/lib/common/mouse-handler/base/manipulator-handler-state-base.d.ts +9 -0
- package/lib/common/mouse-handler/drag-floating-objects-helper.d.ts +20 -0
- package/lib/common/mouse-handler/drag-floating-objects-helper.js +51 -0
- package/lib/common/mouse-handler/mouse-event-source.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +15 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +15 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +40 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.js +450 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +19 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +28 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +84 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +18 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +12 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +9 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +62 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +317 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler.d.ts +35 -0
- package/lib/common/mouse-handler/resize-box-helper.d.ts +26 -0
- package/lib/common/mouse-handler/resize-box-helper.js +105 -0
- package/lib/common/mouse-handler/resize-table-helper.d.ts +53 -0
- package/lib/common/mouse-handler/resize-table-helper.js +148 -0
- package/lib/common/mouse-handler/rotate-box-helper.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.js +129 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.js +42 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +9 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +67 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +10 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +9 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +41 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.js +178 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.d.ts +26 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.js +79 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +28 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.js +117 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler.d.ts +13 -0
- package/lib/common/popup-menu-manager.d.ts +21 -0
- package/lib/common/popup-menu-manager.js +65 -0
- package/lib/common/processor.d.ts +12 -0
- package/lib/common/rich-edit-core.d.ts +133 -0
- package/lib/common/rich-edit-core.js +417 -0
- package/lib/common/rich-utils/attribute-utils.d.ts +4 -0
- package/lib/common/rich-utils/attribute-utils.js +13 -0
- package/lib/common/rich-utils/common-interfaces.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +58 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +163 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +7 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +71 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +38 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +25 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +38 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +80 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +26 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +25 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +32 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +42 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +30 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +22 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +23 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +33 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +76 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +34 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +42 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +16 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +31 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +15 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +122 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +35 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +56 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +47 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +17 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +31 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +57 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +44 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +49 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +20 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +43 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +19 -0
- package/lib/common/rich-utils/debug/debug-table.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/base-logger/i-logger.d.ts +6 -0
- package/lib/common/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +53 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.js +285 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source-params.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source.d.ts +22 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log.d.ts +2 -0
- package/lib/common/rich-utils/debug/logger/base-logger/logger.d.ts +27 -0
- package/lib/common/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +7 -0
- package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +20 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +10 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +9 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.js +39 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +29 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +9 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +14 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +5 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +8 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +9 -0
- package/lib/common/rich-utils/debug/model-checks.d.ts +5 -0
- package/lib/common/rich-utils/debug/runtime-template-model-creator.d.ts +82 -0
- package/lib/common/rich-utils/debug/runtime-template-model-creator.js +609 -0
- package/lib/common/rich-utils/debug/runtime-test-helper.d.ts +49 -0
- package/lib/common/rich-utils/debug/runtime-test-helper.js +342 -0
- package/lib/common/rich-utils/display-numbering-string-formatter.d.ts +3 -0
- package/lib/common/rich-utils/html-converter.d.ts +9 -0
- package/lib/common/rich-utils/html-utils.d.ts +2 -0
- package/lib/common/rich-utils/html-utils.js +10 -0
- package/lib/common/rich-utils/inner-client-properties.d.ts +7 -0
- package/lib/common/rich-utils/layout/rich-layout-utils.d.ts +9 -0
- package/lib/common/rich-utils/layout/rich-layout-utils.js +38 -0
- package/lib/common/rich-utils/properties-bundle.d.ts +27 -0
- package/lib/common/rich-utils/table-utils-ex.d.ts +6 -0
- package/lib/common/scroll/canvas-states.d.ts +13 -0
- package/lib/common/scroll/model-scroll-manager.d.ts +13 -0
- package/lib/common/scroll/model-scroll-manager.js +18 -0
- package/lib/common/scroll/model-states.d.ts +64 -0
- package/lib/common/scroll/model-states.js +84 -0
- package/lib/common/scroll/scroll-formatter.d.ts +19 -0
- package/lib/common/scroll/scroll-formatter.js +39 -0
- package/lib/common/selection/i-active-sub-document-holder.d.ts +4 -0
- package/lib/common/selection/i-selection-changes-listener.d.ts +14 -0
- package/lib/common/selection/input-position-base.d.ts +67 -0
- package/lib/common/selection/input-position-model-changes-listener.d.ts +25 -0
- package/lib/common/selection/input-position-model-changes-listener.js +138 -0
- package/lib/common/selection/input-position.d.ts +14 -0
- package/lib/common/selection/input-position.js +42 -0
- package/lib/common/selection/selected-cells-engine.d.ts +66 -0
- package/lib/common/selection/selected-special-run-info.d.ts +27 -0
- package/lib/common/selection/selection-base.d.ts +6 -0
- package/lib/common/selection/selection-intervals-info.d.ts +32 -0
- package/lib/common/selection/selection-model-changes-listener.d.ts +12 -0
- package/lib/common/selection/selection-model-changes-listener.js +49 -0
- package/lib/common/selection/selection-state.d.ts +38 -0
- package/lib/common/selection/selection-state.js +109 -0
- package/lib/common/selection/selection.d.ts +79 -0
- package/lib/common/selection/selection.js +223 -0
- package/lib/common/selection/set-selection-params.d.ts +23 -0
- package/lib/common/spelling/helpers.d.ts +7 -0
- package/lib/common/spelling/intervals-collections.d.ts +35 -0
- package/lib/common/spelling/intervals-manager.d.ts +32 -0
- package/lib/common/spelling/intervals.d.ts +27 -0
- package/lib/common/spelling/listeners.d.ts +16 -0
- package/lib/common/spelling/spell-checker-selection-changes-listener.d.ts +12 -0
- package/lib/common/spelling/spell-checker-selection-changes-listener.js +31 -0
- package/lib/common/spelling/spell-checker.d.ts +47 -0
- package/lib/common/string-resources.d.ts +33 -0
- package/lib/common/ui/quick-search-panel.d.ts +46 -0
- package/lib/common/ui/ruler/controls/base.d.ts +19 -0
- package/lib/common/ui/ruler/controls/column.d.ts +53 -0
- package/lib/common/ui/ruler/controls/divisions.d.ts +34 -0
- package/lib/common/ui/ruler/controls/divisions.js +112 -0
- package/lib/common/ui/ruler/controls/indent/base.d.ts +21 -0
- package/lib/common/ui/ruler/controls/indent/first-line.d.ts +17 -0
- package/lib/common/ui/ruler/controls/indent/left.d.ts +21 -0
- package/lib/common/ui/ruler/controls/indent/right.d.ts +18 -0
- package/lib/common/ui/ruler/controls/margin/base.d.ts +24 -0
- package/lib/common/ui/ruler/controls/margin/left.d.ts +15 -0
- package/lib/common/ui/ruler/controls/margin/right.d.ts +14 -0
- package/lib/common/ui/ruler/controls/owner.d.ts +31 -0
- package/lib/common/ui/ruler/controls/ruler.d.ts +19 -0
- package/lib/common/ui/ruler/controls/shadow.d.ts +5 -0
- package/lib/common/ui/ruler/controls/tab/tab-type.d.ts +18 -0
- package/lib/common/ui/ruler/controls/tab/tab-type.js +67 -0
- package/lib/common/ui/ruler/controls/tab/tab.d.ts +58 -0
- package/lib/common/ui/ruler/controls/tab/tab.js +258 -0
- package/lib/common/ui/ruler/controls/tab/utils.d.ts +7 -0
- package/lib/common/ui/ruler/controls/tab/utils.js +47 -0
- package/lib/common/ui/ruler/controls/table.d.ts +42 -0
- package/lib/common/ui/ruler/controls/template-manager.d.ts +11 -0
- package/lib/common/ui/ruler/controls/vertical-line.d.ts +24 -0
- package/lib/common/ui/ruler/controls/wrapper.d.ts +7 -0
- package/lib/common/ui/ruler/events/mouse.d.ts +28 -0
- package/lib/common/ui/ruler/events/scroll.d.ts +11 -0
- package/lib/common/ui/ruler/manager.d.ts +48 -0
- package/lib/common/ui/ruler/manager.js +129 -0
- package/lib/common/ui/ruler/model-data.d.ts +21 -0
- package/lib/common/ui/ruler/mouse-handler.d.ts +28 -0
- package/lib/common/ui/ruler/ruler.d.ts +56 -0
- package/lib/common/ui/ruler/ruler.js +206 -0
- package/lib/common/ui/ruler/settings.d.ts +56 -0
- package/lib/common/ui/search-manager.d.ts +27 -0
- package/lib/common/ui/search-manager.js +76 -0
- package/lib/common/utils/bookmark-finder.d.ts +3 -0
- package/lib/common/utils/direction-adaptor/i-direction-adaptor.d.ts +16 -0
- package/lib/common/utils/direction-adaptor/i-direction-adaptor.js +1 -0
- package/lib/common/utils/direction-adaptor/x-direction-adaptor.d.ts +28 -0
- package/lib/common/utils/direction-adaptor/y-direction-adaptor.d.ts +28 -0
- package/lib/common/utils/event-dispatcher.d.ts +10 -0
- package/lib/common/utils/get-layout-point.d.ts +8 -0
- package/lib/common/utils/get-layout-point.js +24 -0
- package/lib/common/utils/hexadecimal-converter.d.ts +3 -0
- package/lib/common/utils/map-creator.d.ts +8 -0
- package/lib/common/utils/min-max.d.ts +2 -0
- package/lib/common/utils/number-converter.d.ts +6 -0
- package/lib/common/utils/relative-rect.d.ts +4 -0
- package/lib/common/utils/size-utils.d.ts +4 -0
- package/lib/common/utils/size-utils.js +12 -0
- package/lib/common/utils/sub-document-changes-storer.d.ts +9 -0
- package/lib/common/utils/unit-converter.d.ts +21 -0
- package/lib/common/utils/utils.d.ts +13 -0
- package/lib/common/utils/web-utils/base.d.ts +4 -0
- package/lib/common/view-settings/views-settings.d.ts +32 -0
- package/lib/common/word-bounds-engine/layout-word-bounds-group-separator.d.ts +18 -0
- package/lib/common/word-bounds-engine/layout-word-bounds.d.ts +41 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +24 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +11 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +11 -0
- package/package.json +3 -3
- package/lib/api-utils/api-utils/parameter-checker.d.ts +0 -24
- package/lib/base/auto-correct/auto-correct-providers.d.ts +0 -61
- package/lib/base/auto-correct/auto-correct-providers.js +0 -273
- package/lib/base/auto-correct/auto-correct-service.d.ts +0 -11
- package/lib/base/bars/base.d.ts +0 -25
- package/lib/base/bars/base.js +0 -76
- package/lib/base/bars/context-menu.d.ts +0 -21
- package/lib/base/bars/context-menu.js +0 -134
- package/lib/base/bars/interfaces.d.ts +0 -36
- package/lib/base/bars/ribbon.d.ts +0 -26
- package/lib/base/bars/ribbon.js +0 -158
- package/lib/base/canvas/canvas-manager.d.ts +0 -74
- package/lib/base/canvas/canvas-manager.js +0 -386
- package/lib/base/canvas/canvas-scroll-info.d.ts +0 -30
- package/lib/base/canvas/canvas-scroll-manager.d.ts +0 -23
- package/lib/base/canvas/canvas-scroll-manager.js +0 -106
- package/lib/base/canvas/canvas-size-info.d.ts +0 -23
- package/lib/base/canvas/canvas-size-info.js +0 -51
- package/lib/base/canvas/listeners/anchor-listener.d.ts +0 -13
- package/lib/base/canvas/listeners/anchor-listener.js +0 -17
- package/lib/base/canvas/listeners/auto-scroll-listener.d.ts +0 -14
- package/lib/base/canvas/listeners/auto-scroll-listener.js +0 -35
- package/lib/base/canvas/listeners/drag-caret-listener.d.ts +0 -6
- package/lib/base/canvas/listeners/drag-caret-listener.js +0 -8
- package/lib/base/canvas/listeners/frame-base-listener.d.ts +0 -33
- package/lib/base/canvas/listeners/full-table-selector-listener.d.ts +0 -5
- package/lib/base/canvas/listeners/full-table-selector-listener.js +0 -7
- package/lib/base/canvas/listeners/resize-box-listener.d.ts +0 -22
- package/lib/base/canvas/listeners/resize-table-listener.d.ts +0 -5
- package/lib/base/canvas/listeners/resize-table-listener.js +0 -7
- package/lib/base/canvas/renderes/canvas-listener/canvas-listener.d.ts +0 -16
- package/lib/base/canvas/renderes/canvas-listener/canvas-listener.js +0 -21
- package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +0 -15
- package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +0 -158
- package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +0 -34
- package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +0 -134
- package/lib/base/canvas/renderes/change-active-sub-document/base-renderer.d.ts +0 -25
- package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +0 -6
- package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +0 -25
- package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +0 -16
- package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +0 -122
- package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +0 -15
- package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +0 -57
- package/lib/base/canvas/renderes/change-active-sub-document/renderer.d.ts +0 -21
- package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +0 -6
- package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.js +0 -45
- package/lib/base/canvas/renderes/common/document-renderer.d.ts +0 -126
- package/lib/base/canvas/renderes/common/document-renderer.js +0 -868
- package/lib/base/canvas/renderes/common/print-layout-renderer.d.ts +0 -7
- package/lib/base/canvas/renderes/common/simple-view-renderer.d.ts +0 -30
- package/lib/base/canvas/renderes/common/simple-view-renderer.js +0 -166
- package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +0 -12
- package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +0 -24
- package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +0 -14
- package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.js +0 -29
- package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +0 -12
- package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.js +0 -24
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +0 -19
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.js +0 -54
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer.d.ts +0 -23
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer.js +0 -65
- package/lib/base/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +0 -20
- package/lib/base/canvas/renderes/view-manager.d.ts +0 -71
- package/lib/base/canvas/renderes/view-manager.js +0 -172
- package/lib/base/canvas/utils.d.ts +0 -5
- package/lib/base/client-side-events.d.ts +0 -25
- package/lib/base/clipboard-content-inserter.d.ts +0 -12
- package/lib/base/clipboard-content-inserter.js +0 -107
- package/lib/base/commands/bookmark-command.d.ts +0 -24
- package/lib/base/commands/bookmark-command.js +0 -88
- package/lib/base/commands/character-properties/change-character-properties-command-base.d.ts +0 -21
- package/lib/base/commands/character-properties/change-character-properties-command-base.js +0 -83
- package/lib/base/commands/character-properties/change-font-back-color-command.d.ts +0 -17
- package/lib/base/commands/character-properties/change-font-back-color-command.js +0 -33
- package/lib/base/commands/character-properties/change-font-color-command.d.ts +0 -10
- package/lib/base/commands/character-properties/change-font-color-command.js +0 -18
- package/lib/base/commands/character-properties/change-font-name-command.d.ts +0 -8
- package/lib/base/commands/character-properties/change-font-name-command.js +0 -28
- package/lib/base/commands/character-properties/change-font-size-command.d.ts +0 -20
- package/lib/base/commands/character-properties/change-font-size-command.js +0 -75
- package/lib/base/commands/character-properties/toggle-font-bold-command.d.ts +0 -7
- package/lib/base/commands/character-properties/toggle-font-bold-command.js +0 -10
- package/lib/base/commands/character-properties/toggle-font-italic-command.d.ts +0 -7
- package/lib/base/commands/character-properties/toggle-font-italic-command.js +0 -10
- package/lib/base/commands/character-properties/toggle-font-script-command.d.ts +0 -17
- package/lib/base/commands/character-properties/toggle-font-script-command.js +0 -30
- package/lib/base/commands/character-properties/toggle-font-strikeout-command.d.ts +0 -8
- package/lib/base/commands/character-properties/toggle-font-strikeout-command.js +0 -11
- package/lib/base/commands/character-properties/toggle-font-underline-command.d.ts +0 -17
- package/lib/base/commands/character-properties/toggle-font-underline-command.js +0 -30
- package/lib/base/commands/client-command.d.ts +0 -421
- package/lib/base/commands/command-base.d.ts +0 -73
- package/lib/base/commands/command-base.js +0 -207
- package/lib/base/commands/command-manager.d.ts +0 -33
- package/lib/base/commands/command-states.d.ts +0 -39
- package/lib/base/commands/dialogs/dialog-alert-message-command.d.ts +0 -92
- package/lib/base/commands/dialogs/dialog-bookmarks-command.d.ts +0 -29
- package/lib/base/commands/dialogs/dialog-bookmarks-command.js +0 -64
- package/lib/base/commands/dialogs/dialog-border-shading-command.d.ts +0 -75
- package/lib/base/commands/dialogs/dialog-border-shading-command.js +0 -279
- package/lib/base/commands/dialogs/dialog-columns-command.d.ts +0 -127
- package/lib/base/commands/dialogs/dialog-columns-command.js +0 -499
- package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.d.ts +0 -60
- package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.js +0 -293
- package/lib/base/commands/dialogs/dialog-find-replace-command.d.ts +0 -27
- package/lib/base/commands/dialogs/dialog-find-replace-command.js +0 -75
- package/lib/base/commands/dialogs/dialog-finish-and-merge-command.d.ts +0 -34
- package/lib/base/commands/dialogs/dialog-finish-and-merge-command.js +0 -62
- package/lib/base/commands/dialogs/dialog-font-command.d.ts +0 -49
- package/lib/base/commands/dialogs/dialog-font-command.js +0 -168
- package/lib/base/commands/dialogs/dialog-hyperlink-command.d.ts +0 -39
- package/lib/base/commands/dialogs/dialog-hyperlink-command.js +0 -154
- package/lib/base/commands/dialogs/dialog-insert-image-command.d.ts +0 -22
- package/lib/base/commands/dialogs/dialog-insert-image-command.js +0 -51
- package/lib/base/commands/dialogs/dialog-insert-merge-field-command.d.ts +0 -20
- package/lib/base/commands/dialogs/dialog-insert-merge-field-command.js +0 -44
- package/lib/base/commands/dialogs/dialog-insert-table-cells-command.d.ts +0 -31
- package/lib/base/commands/dialogs/dialog-insert-table-cells-command.js +0 -97
- package/lib/base/commands/dialogs/dialog-insert-table-command.d.ts +0 -17
- package/lib/base/commands/dialogs/dialog-layout-options-command.d.ts +0 -61
- package/lib/base/commands/dialogs/dialog-layout-options-command.js +0 -372
- package/lib/base/commands/dialogs/dialog-numbering-list-command.d.ts +0 -24
- package/lib/base/commands/dialogs/dialog-numbering-list-command.js +0 -121
- package/lib/base/commands/dialogs/dialog-page-setup-command.d.ts +0 -56
- package/lib/base/commands/dialogs/dialog-page-setup-command.js +0 -215
- package/lib/base/commands/dialogs/dialog-paragraph-properties-command.d.ts +0 -45
- package/lib/base/commands/dialogs/dialog-paragraph-properties-command.js +0 -174
- package/lib/base/commands/dialogs/dialog-spell-checker-command.d.ts +0 -38
- package/lib/base/commands/dialogs/dialog-spell-checker-command.js +0 -82
- package/lib/base/commands/dialogs/dialog-split-table-cells-command.d.ts +0 -22
- package/lib/base/commands/dialogs/dialog-symbols-command.d.ts +0 -27
- package/lib/base/commands/dialogs/dialog-symbols-command.js +0 -73
- package/lib/base/commands/dialogs/dialog-table-properties-command.d.ts +0 -85
- package/lib/base/commands/dialogs/dialog-table-properties-command.js +0 -417
- package/lib/base/commands/dialogs/dialog-tabs-command.d.ts +0 -20
- package/lib/base/commands/dialogs/dialog-tabs-command.js +0 -75
- package/lib/base/commands/dialogs/show-dialog-command-base.d.ts +0 -28
- package/lib/base/commands/dialogs/show-quick-search-panel-command.d.ts +0 -8
- package/lib/base/commands/document/print-document-on-client-command.d.ts +0 -19
- package/lib/base/commands/document/print-document-on-client-command.js +0 -249
- package/lib/base/commands/document-properties/change-page-color-command.d.ts +0 -10
- package/lib/base/commands/document-properties/change-page-color-command.js +0 -26
- package/lib/base/commands/fields/change-hyperlink-command.d.ts +0 -16
- package/lib/base/commands/fields/change-hyperlink-command.js +0 -23
- package/lib/base/commands/fields/create-field-command.d.ts +0 -79
- package/lib/base/commands/fields/create-field-command.js +0 -228
- package/lib/base/commands/fields/field-command-helper.d.ts +0 -8
- package/lib/base/commands/fields/field-command-helper.js +0 -39
- package/lib/base/commands/fields/go-to-record-command.d.ts +0 -28
- package/lib/base/commands/fields/go-to-record-command.js +0 -65
- package/lib/base/commands/fields/hyperlink-command-base.d.ts +0 -7
- package/lib/base/commands/fields/hyperlink-command-base.js +0 -16
- package/lib/base/commands/fields/open-hyperlink-command.d.ts +0 -10
- package/lib/base/commands/fields/open-hyperlink-command.js +0 -39
- package/lib/base/commands/fields/remove-hyperlink-command.d.ts +0 -7
- package/lib/base/commands/fields/remove-hyperlinks-command.d.ts +0 -9
- package/lib/base/commands/fields/remove-hyperlinks-command.js +0 -41
- package/lib/base/commands/fields/show-all-field-code-result-command.d.ts +0 -13
- package/lib/base/commands/fields/show-all-field-code-result-command.js +0 -27
- package/lib/base/commands/fields/toggle-all-fields-command.d.ts +0 -9
- package/lib/base/commands/fields/toggle-all-fields-command.js +0 -37
- package/lib/base/commands/fields/toggle-field-codes-command.d.ts +0 -9
- package/lib/base/commands/fields/toggle-field-codes-command.js +0 -99
- package/lib/base/commands/fields/toggle-view-merged-data-command.d.ts +0 -10
- package/lib/base/commands/fields/toggle-view-merged-data-command.js +0 -32
- package/lib/base/commands/fields/update-all-fields-command.d.ts +0 -9
- package/lib/base/commands/fields/update-all-fields-command.js +0 -24
- package/lib/base/commands/fields/update-field-command-base.d.ts +0 -10
- package/lib/base/commands/fields/update-field-command-base.js +0 -17
- package/lib/base/commands/fields/update-field-command.d.ts +0 -19
- package/lib/base/commands/fields/update-field-command.js +0 -49
- package/lib/base/commands/fields/update-table-of-contents-command.d.ts +0 -8
- package/lib/base/commands/fields/update-table-of-contents-command.js +0 -31
- package/lib/base/commands/find-replace/find-all-command.d.ts +0 -17
- package/lib/base/commands/find-replace/find-all-command.js +0 -36
- package/lib/base/commands/find-replace/hide-find-results-command.d.ts +0 -8
- package/lib/base/commands/find-replace/replace-all-command.d.ts +0 -14
- package/lib/base/commands/find-replace/replace-all-command.js +0 -26
- package/lib/base/commands/find-replace/replace-next-command.d.ts +0 -10
- package/lib/base/commands/find-replace/replace-next-command.js +0 -24
- package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.d.ts +0 -11
- package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.js +0 -30
- package/lib/base/commands/floating-objects/change-shape-property-command.d.ts +0 -32
- package/lib/base/commands/floating-objects/change-shape-property-command.js +0 -99
- package/lib/base/commands/floating-objects/change-text-box-properties-command.d.ts +0 -11
- package/lib/base/commands/floating-objects/change-text-box-properties-command.js +0 -34
- package/lib/base/commands/floating-objects/context-item-floating-objects.d.ts +0 -14
- package/lib/base/commands/floating-objects/floating-object-bring-forward-command.d.ts +0 -28
- package/lib/base/commands/floating-objects/floating-object-bring-forward-command.js +0 -61
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +0 -46
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.js +0 -251
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.d.ts +0 -9
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.js +0 -54
- package/lib/base/commands/floating-objects/set-floating-object-alignment-command.d.ts +0 -52
- package/lib/base/commands/floating-objects/set-floating-object-alignment-command.js +0 -132
- package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +0 -39
- package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.js +0 -110
- package/lib/base/commands/header-footer/close-header-footer-command.d.ts +0 -8
- package/lib/base/commands/header-footer/context-item-headers-footers.d.ts +0 -6
- package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +0 -18
- package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.js +0 -58
- package/lib/base/commands/header-footer/go-to-header-footer-command.d.ts +0 -14
- package/lib/base/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +0 -14
- package/lib/base/commands/header-footer/header-footer-command-base.d.ts +0 -14
- package/lib/base/commands/header-footer/header-footer-command-base.js +0 -31
- package/lib/base/commands/header-footer/insert-header-footer-commands.d.ts +0 -17
- package/lib/base/commands/header-footer/insert-header-footer-commands.js +0 -43
- package/lib/base/commands/header-footer/link-header-footer-commands.d.ts +0 -18
- package/lib/base/commands/header-footer/link-header-footer-commands.js +0 -100
- package/lib/base/commands/i-command.d.ts +0 -18
- package/lib/base/commands/layout/apply-style-command.d.ts +0 -20
- package/lib/base/commands/layout/apply-style-command.js +0 -152
- package/lib/base/commands/layout/clear-formatting-command.d.ts +0 -11
- package/lib/base/commands/layout/clear-formatting-command.js +0 -90
- package/lib/base/commands/layout/switch-view-command.d.ts +0 -19
- package/lib/base/commands/layout/switch-view-command.js +0 -55
- package/lib/base/commands/layout/toggle-full-screen-command.d.ts +0 -9
- package/lib/base/commands/layout/toggle-full-screen-command.js +0 -22
- package/lib/base/commands/layout/toggle-show-hidden-symbols-command.d.ts +0 -9
- package/lib/base/commands/layout/toggle-show-table-grid-lines-command.d.ts +0 -10
- package/lib/base/commands/layout/toggle-show-table-grid-lines-command.js +0 -25
- package/lib/base/commands/numbering/change-numbering-indent-command.d.ts +0 -27
- package/lib/base/commands/numbering/change-numbering-indent-command.js +0 -104
- package/lib/base/commands/numbering/continue-numbering-list-command.d.ts +0 -9
- package/lib/base/commands/numbering/continue-numbering-list-command.js +0 -43
- package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +0 -13
- package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.js +0 -37
- package/lib/base/commands/numbering/numbering-list-command-base.d.ts +0 -41
- package/lib/base/commands/numbering/numbering-list-command-base.js +0 -291
- package/lib/base/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +0 -10
- package/lib/base/commands/numbering/restart-numbering-list-command.d.ts +0 -8
- package/lib/base/commands/numbering/restart-numbering-list-command.js +0 -44
- package/lib/base/commands/numbering/toggle-bulleted-list-command.d.ts +0 -7
- package/lib/base/commands/numbering/toggle-bulleted-list-command.js +0 -11
- package/lib/base/commands/numbering/toggle-multi-level-list-command.d.ts +0 -7
- package/lib/base/commands/numbering/toggle-multi-level-list-command.js +0 -11
- package/lib/base/commands/numbering/toggle-numbering-list-command.d.ts +0 -13
- package/lib/base/commands/numbering/toggle-numbering-list-command.js +0 -60
- package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +0 -11
- package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.js +0 -28
- package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.js +0 -14
- package/lib/base/commands/paragraph-properties/change-heading-level-command.d.ts +0 -7
- package/lib/base/commands/paragraph-properties/change-heading-level-command.js +0 -10
- package/lib/base/commands/paragraph-properties/change-indent-command.d.ts +0 -22
- package/lib/base/commands/paragraph-properties/change-indent-command.js +0 -53
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +0 -13
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.js +0 -35
- package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +0 -28
- package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +0 -113
- package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +0 -20
- package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.js +0 -88
- package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +0 -18
- package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.js +0 -53
- package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.d.ts +0 -17
- package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.js +0 -77
- package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +0 -13
- package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +0 -13
- package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +0 -19
- package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.js +0 -28
- package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +0 -25
- package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.js +0 -48
- package/lib/base/commands/redo-command.d.ts +0 -9
- package/lib/base/commands/redo-command.js +0 -21
- package/lib/base/commands/ruler/ruler-paragraph-indents-command.d.ts +0 -21
- package/lib/base/commands/ruler/ruler-paragraph-indents-command.js +0 -82
- package/lib/base/commands/ruler/ruler-paragraph-tabs-command.d.ts +0 -36
- package/lib/base/commands/ruler/ruler-paragraph-tabs-command.js +0 -59
- package/lib/base/commands/ruler/ruler-section-columns-settings-command.d.ts +0 -9
- package/lib/base/commands/ruler/ruler-section-columns-settings-command.js +0 -59
- package/lib/base/commands/ruler/ruler-section-margins-command.d.ts +0 -17
- package/lib/base/commands/ruler/ruler-section-margins-command.js +0 -61
- package/lib/base/commands/ruler/ruler-table-column-separators-command.d.ts +0 -33
- package/lib/base/commands/ruler/ruler-table-column-separators-command.js +0 -156
- package/lib/base/commands/ruler/ruler-table-commands.d.ts +0 -34
- package/lib/base/commands/ruler/ruler-table-commands.js +0 -133
- package/lib/base/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +0 -9
- package/lib/base/commands/section-properties/change-footer-offset-command.d.ts +0 -12
- package/lib/base/commands/section-properties/change-footer-offset-command.js +0 -20
- package/lib/base/commands/section-properties/change-header-offset-command.d.ts +0 -12
- package/lib/base/commands/section-properties/change-header-offset-command.js +0 -20
- package/lib/base/commands/section-properties/change-section-properties-command-base.d.ts +0 -11
- package/lib/base/commands/section-properties/section-properties-command-base.d.ts +0 -18
- package/lib/base/commands/section-properties/section-properties-command-base.js +0 -66
- package/lib/base/commands/section-properties/set-landscape-command.d.ts +0 -16
- package/lib/base/commands/section-properties/set-landscape-command.js +0 -44
- package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +0 -31
- package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.js +0 -75
- package/lib/base/commands/section-properties/set-section-column-count-commands.d.ts +0 -26
- package/lib/base/commands/section-properties/set-section-column-count-commands.js +0 -57
- package/lib/base/commands/section-properties/set-section-paper-kind-commands.d.ts +0 -57
- package/lib/base/commands/section-properties/set-section-paper-kind-commands.js +0 -102
- package/lib/base/commands/selection/go-to-document-end-command.d.ts +0 -18
- package/lib/base/commands/selection/go-to-document-start-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-line-above-command.d.ts +0 -25
- package/lib/base/commands/selection/go-to-line-above-command.js +0 -67
- package/lib/base/commands/selection/go-to-line-below-command.d.ts +0 -25
- package/lib/base/commands/selection/go-to-line-below-command.js +0 -66
- package/lib/base/commands/selection/go-to-line-end-command.d.ts +0 -20
- package/lib/base/commands/selection/go-to-line-end-command.js +0 -45
- package/lib/base/commands/selection/go-to-line-start-command.d.ts +0 -13
- package/lib/base/commands/selection/go-to-line-start-command.js +0 -35
- package/lib/base/commands/selection/go-to-line-vertically-command-base.d.ts +0 -30
- package/lib/base/commands/selection/go-to-line-vertically-command-base.js +0 -175
- package/lib/base/commands/selection/go-to-next-character-command.d.ts +0 -22
- package/lib/base/commands/selection/go-to-next-character-command.js +0 -140
- package/lib/base/commands/selection/go-to-next-page-command.d.ts +0 -16
- package/lib/base/commands/selection/go-to-next-page-command.js +0 -56
- package/lib/base/commands/selection/go-to-next-word-command.d.ts +0 -14
- package/lib/base/commands/selection/go-to-next-word-command.js +0 -35
- package/lib/base/commands/selection/go-to-paragraph-end-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-paragraph-end-command.js +0 -51
- package/lib/base/commands/selection/go-to-paragraph-start-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-paragraph-start-command.js +0 -55
- package/lib/base/commands/selection/go-to-prev-character-command.d.ts +0 -23
- package/lib/base/commands/selection/go-to-prev-character-command.js +0 -121
- package/lib/base/commands/selection/go-to-prev-page-command.d.ts +0 -17
- package/lib/base/commands/selection/go-to-prev-page-command.js +0 -58
- package/lib/base/commands/selection/go-to-prev-word-command.d.ts +0 -16
- package/lib/base/commands/selection/go-to-prev-word-command.js +0 -52
- package/lib/base/commands/selection/go-to-start-page-command-base.d.ts +0 -23
- package/lib/base/commands/selection/go-to-start-page-command-base.js +0 -58
- package/lib/base/commands/selection/select-all-document-command.d.ts +0 -8
- package/lib/base/commands/selection/select-line-command.d.ts +0 -18
- package/lib/base/commands/selection/select-line-command.js +0 -98
- package/lib/base/commands/selection/select-paragraph-command.d.ts +0 -7
- package/lib/base/commands/selection/select-table-command.d.ts +0 -56
- package/lib/base/commands/selection/select-table-command.js +0 -188
- package/lib/base/commands/selection/selection-command-base.d.ts +0 -7
- package/lib/base/commands/shortcut-manager.d.ts +0 -37
- package/lib/base/commands/shortcuts/assign-shortcut-command.d.ts +0 -15
- package/lib/base/commands/spelling/add-word-to-dictionary-command.d.ts +0 -10
- package/lib/base/commands/spelling/add-word-to-dictionary-command.js +0 -15
- package/lib/base/commands/spelling/change-all-spelling-errors-command.d.ts +0 -10
- package/lib/base/commands/spelling/change-all-spelling-errors-command.js +0 -22
- package/lib/base/commands/spelling/change-spelling-error-command-base.d.ts +0 -6
- package/lib/base/commands/spelling/change-spelling-error-command-base.js +0 -18
- package/lib/base/commands/spelling/change-spelling-error-command.d.ts +0 -14
- package/lib/base/commands/spelling/change-spelling-error-command.js +0 -27
- package/lib/base/commands/spelling/delete-repeated-word-command.d.ts +0 -9
- package/lib/base/commands/spelling/delete-repeated-word-command.js +0 -19
- package/lib/base/commands/spelling/ignore-all-spelling-errors-command.d.ts +0 -9
- package/lib/base/commands/spelling/ignore-all-spelling-errors-command.js +0 -12
- package/lib/base/commands/spelling/ignore-spelling-error-command.d.ts +0 -7
- package/lib/base/commands/spelling/spelling-command-base.d.ts +0 -9
- package/lib/base/commands/sub-document/change-active-sub-document-command.d.ts +0 -47
- package/lib/base/commands/sub-document/change-active-sub-document-command.js +0 -224
- package/lib/base/commands/tables/apply-table-style-command.d.ts +0 -9
- package/lib/base/commands/tables/apply-table-style-command.js +0 -39
- package/lib/base/commands/tables/auto-fit-commands.d.ts +0 -19
- package/lib/base/commands/tables/auto-fit-commands.js +0 -92
- package/lib/base/commands/tables/change-table-border-repository-item.d.ts +0 -20
- package/lib/base/commands/tables/change-table-border-repository-item.js +0 -57
- package/lib/base/commands/tables/change-table-cell-alignment-command.d.ts +0 -51
- package/lib/base/commands/tables/change-table-cell-alignment-command.js +0 -123
- package/lib/base/commands/tables/change-table-cell-shading-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-cell-shading-command.js +0 -66
- package/lib/base/commands/tables/change-table-cell-width-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-cell-width-command.js +0 -31
- package/lib/base/commands/tables/change-table-column-width-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-column-width-command.js +0 -53
- package/lib/base/commands/tables/change-table-look-command.d.ts +0 -39
- package/lib/base/commands/tables/change-table-look-command.js +0 -106
- package/lib/base/commands/tables/change-table-row-height-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-row-height-command.js +0 -35
- package/lib/base/commands/tables/context-item-tables.d.ts +0 -7
- package/lib/base/commands/tables/delete-table-cells-by-backspace.d.ts +0 -8
- package/lib/base/commands/tables/delete-table-cells-by-backspace.js +0 -22
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -13
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +0 -55
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +0 -10
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +0 -49
- package/lib/base/commands/tables/delete-table-columns-command.d.ts +0 -12
- package/lib/base/commands/tables/delete-table-columns-command.js +0 -81
- package/lib/base/commands/tables/delete-table-command.d.ts +0 -9
- package/lib/base/commands/tables/delete-table-command.js +0 -22
- package/lib/base/commands/tables/delete-table-rows-command.d.ts +0 -9
- package/lib/base/commands/tables/delete-table-rows-command.js +0 -35
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -15
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +0 -39
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +0 -19
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +0 -103
- package/lib/base/commands/tables/insert-table-column-commands.d.ts +0 -33
- package/lib/base/commands/tables/insert-table-column-commands.js +0 -101
- package/lib/base/commands/tables/insert-table-core-command.d.ts +0 -11
- package/lib/base/commands/tables/insert-table-core-command.js +0 -34
- package/lib/base/commands/tables/insert-table-row-commands.d.ts +0 -23
- package/lib/base/commands/tables/insert-table-row-commands.js +0 -47
- package/lib/base/commands/tables/merge-table-cells-command.d.ts +0 -12
- package/lib/base/commands/tables/merge-table-cells-command.js +0 -53
- package/lib/base/commands/tables/row-command-base.d.ts +0 -6
- package/lib/base/commands/tables/split-table-cells-command.d.ts +0 -23
- package/lib/base/commands/tables/split-table-cells-command.js +0 -177
- package/lib/base/commands/tables/table-command-base.d.ts +0 -6
- package/lib/base/commands/tables/toggle-table-cells-border-command.d.ts +0 -153
- package/lib/base/commands/tables/toggle-table-cells-border-command.js +0 -721
- package/lib/base/commands/text/backspace-command.d.ts +0 -20
- package/lib/base/commands/text/backspace-command.js +0 -134
- package/lib/base/commands/text/change-inline-picture-scale-command.d.ts +0 -8
- package/lib/base/commands/text/change-inline-picture-scale-command.js +0 -26
- package/lib/base/commands/text/change-text-case-commands.d.ts +0 -42
- package/lib/base/commands/text/change-text-case-commands.js +0 -135
- package/lib/base/commands/text/clipboard-commands.d.ts +0 -98
- package/lib/base/commands/text/clipboard-commands.js +0 -434
- package/lib/base/commands/text/delete-command.d.ts +0 -8
- package/lib/base/commands/text/delete-command.js +0 -43
- package/lib/base/commands/text/drag-drop-commands.d.ts +0 -17
- package/lib/base/commands/text/drag-drop-commands.js +0 -139
- package/lib/base/commands/text/insert-column-break-command.d.ts +0 -8
- package/lib/base/commands/text/insert-column-break-command.js +0 -17
- package/lib/base/commands/text/insert-line-break-command.d.ts +0 -7
- package/lib/base/commands/text/insert-line-break-command.js +0 -12
- package/lib/base/commands/text/insert-page-break-command.d.ts +0 -8
- package/lib/base/commands/text/insert-page-break-command.js +0 -29
- package/lib/base/commands/text/insert-paragraph-command.d.ts +0 -15
- package/lib/base/commands/text/insert-paragraph-command.js +0 -64
- package/lib/base/commands/text/insert-section-break-command.d.ts +0 -19
- package/lib/base/commands/text/insert-section-break-command.js +0 -39
- package/lib/base/commands/text/insert-space-command.d.ts +0 -13
- package/lib/base/commands/text/insert-space-command.js +0 -26
- package/lib/base/commands/text/insert-tab-command.d.ts +0 -37
- package/lib/base/commands/text/insert-tab-command.js +0 -198
- package/lib/base/commands/text/insert-text-command.d.ts +0 -13
- package/lib/base/commands/text/insert-text-command.js +0 -68
- package/lib/base/commands/text/remove-word-command.d.ts +0 -20
- package/lib/base/commands/text/remove-word-command.js +0 -67
- package/lib/base/commands/toc/set-paragraph-level-command.d.ts +0 -44
- package/lib/base/commands/toc/set-paragraph-level-command.js +0 -82
- package/lib/base/commands/undo-command.d.ts +0 -9
- package/lib/base/commands/undo-command.js +0 -21
- package/lib/base/event-manager.d.ts +0 -64
- package/lib/base/event-manager.js +0 -230
- package/lib/base/focus-manager.d.ts +0 -16
- package/lib/base/global-event-dispatcher.d.ts +0 -45
- package/lib/base/global-event-dispatcher.js +0 -248
- package/lib/base/html-export.d.ts +0 -33
- package/lib/base/html-export.js +0 -783
- package/lib/base/input-controller.d.ts +0 -146
- package/lib/base/input-controller.js +0 -804
- package/lib/base/interfaces/i-control-owner.d.ts +0 -50
- package/lib/base/interfaces/i-event-manager.d.ts +0 -22
- package/lib/base/interfaces/i-rich-edit-core.d.ts +0 -111
- package/lib/base/interfaces/i-selection-layout-changes-listener.d.ts +0 -12
- package/lib/base/internal-api.d.ts +0 -5
- package/lib/base/layout-engine/hit-test-manager/hit-test-manager.d.ts +0 -40
- package/lib/base/layout-engine/hit-test-manager/hit-test-manager.js +0 -300
- package/lib/base/layout-engine/hit-test-manager/hit-test-result.d.ts +0 -16
- package/lib/base/layout-engine/hit-test-manager/hit-test-result.js +0 -36
- package/lib/base/layout-engine/selection/selection-formatter.d.ts +0 -55
- package/lib/base/layout-engine/selection/selection-formatter.js +0 -471
- package/lib/base/layout-engine/visualizers/anchor-visualizer.d.ts +0 -14
- package/lib/base/layout-engine/visualizers/anchor-visualizer.js +0 -38
- package/lib/base/layout-engine/visualizers/auto-scroll-visualizer.d.ts +0 -6
- package/lib/base/layout-engine/visualizers/base-visualizer.d.ts +0 -21
- package/lib/base/layout-engine/visualizers/base-visualizer.js +0 -27
- package/lib/base/layout-engine/visualizers/box-visualizer-manager.d.ts +0 -20
- package/lib/base/layout-engine/visualizers/drag-caret-visualizer.d.ts +0 -6
- package/lib/base/layout-engine/visualizers/drag-caret-visualizer.js +0 -15
- package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.d.ts +0 -15
- package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.js +0 -55
- package/lib/base/layout-engine/visualizers/resize-box-visualizer.d.ts +0 -32
- package/lib/base/layout-engine/visualizers/resize-box-visualizer.js +0 -137
- package/lib/base/layout-engine/visualizers/resize-table-visualizer.d.ts +0 -8
- package/lib/base/loading-panel/manager.d.ts +0 -7
- package/lib/base/loading-panel/panel.d.ts +0 -28
- package/lib/base/model/history/selection/history-item-direction.d.ts +0 -6
- package/lib/base/model/history/selection/scroll-history-item.d.ts +0 -15
- package/lib/base/model/history/selection/scroll-history-item.js +0 -23
- package/lib/base/model/history/selection/selection-history-item.d.ts +0 -15
- package/lib/base/model/history/selection/selection-history-item.js +0 -23
- package/lib/base/mouse-handler/base/manipulator-handler-base.d.ts +0 -18
- package/lib/base/mouse-handler/base/manipulator-handler-base.js +0 -35
- package/lib/base/mouse-handler/base/manipulator-handler-state-base.d.ts +0 -10
- package/lib/base/mouse-handler/drag-floating-objects-helper.d.ts +0 -21
- package/lib/base/mouse-handler/drag-floating-objects-helper.js +0 -51
- package/lib/base/mouse-handler/mouse-event-source.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +0 -16
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +0 -16
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +0 -41
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.js +0 -450
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +0 -20
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +0 -29
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +0 -84
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +0 -19
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +0 -13
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +0 -10
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +0 -63
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +0 -317
- package/lib/base/mouse-handler/mouse-handler/mouse-handler.d.ts +0 -36
- package/lib/base/mouse-handler/resize-box-helper.d.ts +0 -27
- package/lib/base/mouse-handler/resize-box-helper.js +0 -105
- package/lib/base/mouse-handler/resize-table-helper.d.ts +0 -54
- package/lib/base/mouse-handler/resize-table-helper.js +0 -148
- package/lib/base/mouse-handler/rotate-box-helper.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.js +0 -129
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.js +0 -42
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +0 -10
- package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +0 -67
- package/lib/base/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +0 -11
- package/lib/base/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +0 -10
- package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +0 -42
- package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.js +0 -178
- package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.d.ts +0 -27
- package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.js +0 -79
- package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +0 -29
- package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.js +0 -117
- package/lib/base/mouse-handler/touch-handler/touch-handler.d.ts +0 -14
- package/lib/base/popup-menu-manager.d.ts +0 -22
- package/lib/base/popup-menu-manager.js +0 -65
- package/lib/base/rich-edit-core.d.ts +0 -134
- package/lib/base/rich-edit-core.js +0 -417
- package/lib/base/rich-utils/attribute-utils.d.ts +0 -5
- package/lib/base/rich-utils/attribute-utils.js +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +0 -59
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +0 -163
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +0 -8
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +0 -72
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +0 -38
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +0 -25
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +0 -38
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +0 -80
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +0 -26
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +0 -25
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +0 -32
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +0 -42
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +0 -30
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +0 -22
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +0 -23
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +0 -33
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +0 -76
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +0 -34
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +0 -42
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +0 -16
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +0 -31
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +0 -16
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +0 -122
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +0 -35
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +0 -56
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +0 -47
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +0 -17
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +0 -31
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +0 -57
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +0 -44
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +0 -49
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +0 -20
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +0 -43
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +0 -20
- package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +0 -5
- package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +0 -20
- package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +0 -5
- package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.js +0 -39
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +0 -15
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +0 -6
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +0 -12
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +0 -9
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +0 -10
- package/lib/base/rich-utils/debug/runtime-template-model-creator.d.ts +0 -83
- package/lib/base/rich-utils/debug/runtime-template-model-creator.js +0 -609
- package/lib/base/rich-utils/debug/runtime-test-helper.d.ts +0 -50
- package/lib/base/rich-utils/debug/runtime-test-helper.js +0 -342
- package/lib/base/rich-utils/display-numbering-string-formatter.d.ts +0 -4
- package/lib/base/rich-utils/html-utils.d.ts +0 -3
- package/lib/base/rich-utils/html-utils.js +0 -10
- package/lib/base/rich-utils/layout/rich-layout-utils.d.ts +0 -10
- package/lib/base/rich-utils/layout/rich-layout-utils.js +0 -38
- package/lib/base/rich-utils/table-utils-ex.d.ts +0 -7
- package/lib/base/scroll/canvas-states.d.ts +0 -14
- package/lib/base/scroll/model-scroll-manager.d.ts +0 -14
- package/lib/base/scroll/model-scroll-manager.js +0 -18
- package/lib/base/scroll/model-states.d.ts +0 -65
- package/lib/base/scroll/model-states.js +0 -84
- package/lib/base/scroll/scroll-formatter.d.ts +0 -20
- package/lib/base/scroll/scroll-formatter.js +0 -39
- package/lib/base/selection/i-selection-changes-listener.d.ts +0 -15
- package/lib/base/selection/input-position-model-changes-listener.d.ts +0 -26
- package/lib/base/selection/input-position-model-changes-listener.js +0 -138
- package/lib/base/selection/input-position.d.ts +0 -15
- package/lib/base/selection/input-position.js +0 -42
- package/lib/base/selection/selection-model-changes-listener.d.ts +0 -13
- package/lib/base/selection/selection-model-changes-listener.js +0 -49
- package/lib/base/selection/selection-state.d.ts +0 -39
- package/lib/base/selection/selection-state.js +0 -109
- package/lib/base/selection/selection.d.ts +0 -80
- package/lib/base/selection/selection.js +0 -223
- package/lib/base/selection/set-selection-params.d.ts +0 -24
- package/lib/base/spelling/spell-checker-selection-changes-listener.d.ts +0 -13
- package/lib/base/spelling/spell-checker-selection-changes-listener.js +0 -31
- package/lib/base/ui/quick-search-panel.d.ts +0 -47
- package/lib/base/ui/ruler/controls/base.d.ts +0 -20
- package/lib/base/ui/ruler/controls/column.d.ts +0 -54
- package/lib/base/ui/ruler/controls/divisions.d.ts +0 -35
- package/lib/base/ui/ruler/controls/divisions.js +0 -112
- package/lib/base/ui/ruler/controls/indent/base.d.ts +0 -22
- package/lib/base/ui/ruler/controls/indent/first-line.d.ts +0 -18
- package/lib/base/ui/ruler/controls/indent/left.d.ts +0 -22
- package/lib/base/ui/ruler/controls/indent/right.d.ts +0 -19
- package/lib/base/ui/ruler/controls/margin/base.d.ts +0 -25
- package/lib/base/ui/ruler/controls/margin/left.d.ts +0 -16
- package/lib/base/ui/ruler/controls/margin/right.d.ts +0 -15
- package/lib/base/ui/ruler/controls/owner.d.ts +0 -32
- package/lib/base/ui/ruler/controls/ruler.d.ts +0 -20
- package/lib/base/ui/ruler/controls/shadow.d.ts +0 -6
- package/lib/base/ui/ruler/controls/tab/tab-type.d.ts +0 -19
- package/lib/base/ui/ruler/controls/tab/tab-type.js +0 -67
- package/lib/base/ui/ruler/controls/tab/tab.d.ts +0 -59
- package/lib/base/ui/ruler/controls/tab/tab.js +0 -258
- package/lib/base/ui/ruler/controls/tab/utils.d.ts +0 -8
- package/lib/base/ui/ruler/controls/tab/utils.js +0 -47
- package/lib/base/ui/ruler/controls/table.d.ts +0 -43
- package/lib/base/ui/ruler/controls/template-manager.d.ts +0 -12
- package/lib/base/ui/ruler/controls/vertical-line.d.ts +0 -25
- package/lib/base/ui/ruler/controls/wrapper.d.ts +0 -8
- package/lib/base/ui/ruler/events/mouse.d.ts +0 -29
- package/lib/base/ui/ruler/events/scroll.d.ts +0 -12
- package/lib/base/ui/ruler/manager.d.ts +0 -49
- package/lib/base/ui/ruler/manager.js +0 -129
- package/lib/base/ui/ruler/model-data.d.ts +0 -22
- package/lib/base/ui/ruler/mouse-handler.d.ts +0 -29
- package/lib/base/ui/ruler/ruler.d.ts +0 -57
- package/lib/base/ui/ruler/ruler.js +0 -206
- package/lib/base/ui/ruler/settings.d.ts +0 -57
- package/lib/base/ui/search-manager.d.ts +0 -28
- package/lib/base/ui/search-manager.js +0 -76
- package/lib/base-api/bookmark.d.ts +0 -10
- package/lib/base-api/bookmark.js +0 -14
- package/lib/base-api/collections/bookmark-collection.d.ts +0 -11
- package/lib/base-api/collections/bookmark-collection.js +0 -11
- package/lib/base-api/collections/sub-documents-collection.d.ts +0 -11
- package/lib/base-api/collections/sub-documents-collection.js +0 -14
- package/lib/base-api/document.d.ts +0 -17
- package/lib/base-api/document.js +0 -26
- package/lib/base-api/history.d.ts +0 -11
- package/lib/base-api/key-code.d.ts +0 -106
- package/lib/base-api/key-code.js +0 -110
- package/lib/base-api/layout-api.d.ts +0 -10
- package/lib/base-api/layout-api.js +0 -20
- package/lib/base-api/loading-panel.d.ts +0 -13
- package/lib/base-api/selection-api.d.ts +0 -40
- package/lib/base-api/selection-api.js +0 -190
- package/lib/base-api/sub-document.d.ts +0 -10
- package/lib/base-api/sub-document.js +0 -11
- package/lib/base-utils/direction-adaptor/i-direction-adaptor.d.ts +0 -17
- package/lib/base-utils/direction-adaptor/x-direction-adaptor.d.ts +0 -29
- package/lib/base-utils/direction-adaptor/y-direction-adaptor.d.ts +0 -29
- package/lib/base-utils/event-dispatcher.d.ts +0 -11
- package/lib/base-utils/hexadecimal-converter.d.ts +0 -4
- package/lib/base-utils/map-creator.d.ts +0 -9
- package/lib/base-utils/min-max.d.ts +0 -3
- package/lib/base-utils/number-converter.d.ts +0 -7
- package/lib/base-utils/relative-rect.d.ts +0 -5
- package/lib/base-utils/unit-converter.d.ts +0 -22
- package/lib/base-utils/utils.d.ts +0 -14
- package/lib/base-utils/web-utils/base.d.ts +0 -5
- package/lib/client-ribbon/client-ribbon/i-localized-ribbon-item-options.d.ts +0 -4
- package/lib/client-ribbon/client-ribbon/i-ribbon-item-options.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/i-ribbon-text-content-options.d.ts +0 -8
- package/lib/client-ribbon/client-ribbon/i-toolbar-item-options.d.ts +0 -70
- package/lib/client-ribbon/client-ribbon/index.d.ts +0 -3
- package/lib/client-ribbon/client-ribbon/index.js +0 -2
- package/lib/client-ribbon/client-ribbon/ribbon.d.ts +0 -74
- package/lib/client-ribbon/client-ribbon/toolbar-items/index.d.ts +0 -11
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-group-item.d.ts +0 -11
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-item.d.ts +0 -15
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-color-box-item.d.ts +0 -15
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-interactive-item.d.ts +0 -27
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-base.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +0 -28
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +0 -26
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +0 -18
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +0 -20
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +0 -109
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +0 -17
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +0 -7
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +0 -17
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-menu-item.d.ts +0 -20
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-number-box-item.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-select-box-item.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-separator-item.d.ts +0 -8
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +0 -20
- package/lib/core/canvas/i-control-height-provider.d.ts +0 -4
- package/lib/core/canvas/picture-renderer.d.ts +0 -6
- package/lib/core/canvas/renderer-class-names.d.ts +0 -68
- package/lib/core/canvas/renderes/z-index-helper.d.ts +0 -26
- package/lib/core/document-format.d.ts +0 -25
- package/lib/core/formats/document-importer-errors.d.ts +0 -8
- package/lib/core/formats/file-name-helper.d.ts +0 -18
- package/lib/core/formats/i-document-exporter.d.ts +0 -5
- package/lib/core/formats/i-document-importer.d.ts +0 -9
- package/lib/core/formats/model-restorer/section-restorer.d.ts +0 -5
- package/lib/core/formats/model-restorer/table-restorer.d.ts +0 -25
- package/lib/core/formats/options.d.ts +0 -4
- package/lib/core/formats/utils/color/theme-color-index-calculator.d.ts +0 -8
- package/lib/core/formats/utils/color/theme-color-index-calculator.js +0 -51
- package/lib/core/formats/utils/color/tint-and-shade-calculator.d.ts +0 -8
- package/lib/core/formats/utils/cross-existing-iterator.d.ts +0 -25
- package/lib/core/formats/utils/document-formats-helper.d.ts +0 -6
- package/lib/core/formats/utils/enums.d.ts +0 -5
- package/lib/core/formats/utils/extension-helper.d.ts +0 -10
- package/lib/core/formats/utils/extension-helper.js +0 -35
- package/lib/core/formats/utils/images-import.d.ts +0 -21
- package/lib/core/formats/utils/import-bookmark-info-core.d.ts +0 -7
- package/lib/core/formats/utils/import-comment-info.d.ts +0 -11
- package/lib/core/formats/utils/numbering-list-index-constants.d.ts +0 -7
- package/lib/core/formats/utils/string-helper.d.ts +0 -14
- package/lib/core/interfaces/i-document-layout-changes-listener.d.ts +0 -7
- package/lib/core/interfaces/i-font-changes-listener.d.ts +0 -9
- package/lib/core/interfaces/model-changes-listener.d.ts +0 -5
- package/lib/core/layout/document-layout-details-level.d.ts +0 -13
- package/lib/core/layout/document-layout.d.ts +0 -33
- package/lib/core/layout/layout-point.d.ts +0 -12
- package/lib/core/layout/layout-position.d.ts +0 -81
- package/lib/core/layout/main-structures/layout-boxes/bookmark-box.d.ts +0 -14
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +0 -44
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +0 -19
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-box.d.ts +0 -70
- package/lib/core/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +0 -10
- package/lib/core/layout/main-structures/layout-boxes/layout-dash-box.d.ts +0 -25
- package/lib/core/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +0 -9
- package/lib/core/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +0 -14
- package/lib/core/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +0 -23
- package/lib/core/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +0 -22
- package/lib/core/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +0 -27
- package/lib/core/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +0 -24
- package/lib/core/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +0 -24
- package/lib/core/layout/main-structures/layout-boxes/layout-picture-box.d.ts +0 -26
- package/lib/core/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +0 -10
- package/lib/core/layout/main-structures/layout-boxes/layout-space-box.d.ts +0 -20
- package/lib/core/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +0 -45
- package/lib/core/layout/main-structures/layout-boxes/layout-text-box.d.ts +0 -31
- package/lib/core/layout/main-structures/layout-column.d.ts +0 -22
- package/lib/core/layout/main-structures/layout-page-area.d.ts +0 -13
- package/lib/core/layout/main-structures/layout-page.d.ts +0 -62
- package/lib/core/layout/main-structures/layout-row.d.ts +0 -55
- package/lib/core/layout/selection/layout-selection-info.d.ts +0 -19
- package/lib/core/layout/selection/layout-selection-items.d.ts +0 -39
- package/lib/core/layout/selection/layout-selection-page-info.d.ts +0 -9
- package/lib/core/layout/selection/layout-selection.d.ts +0 -16
- package/lib/core/layout/table/layout-table-cell-info.d.ts +0 -26
- package/lib/core/layout/table/layout-table-info.d.ts +0 -31
- package/lib/core/layout/table/layout-table-row-info.d.ts +0 -18
- package/lib/core/layout/table/table-cell-iterator.d.ts +0 -67
- package/lib/core/layout-engine/layout-anchor-object-finder.d.ts +0 -9
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +0 -24
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +0 -13
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +0 -12
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +0 -10
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +0 -23
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +0 -10
- package/lib/core/layout-engine/layout-position-creator.d.ts +0 -51
- package/lib/core/layout-formatter/box/box-iterator.d.ts +0 -28
- package/lib/core/layout-formatter/box/box-wrap.d.ts +0 -28
- package/lib/core/layout-formatter/box/box-wraps-holder.d.ts +0 -38
- package/lib/core/layout-formatter/box/generator/box-infos-generator.d.ts +0 -64
- package/lib/core/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -1
- package/lib/core/layout-formatter/box/generator/one-dimension-itertors.d.ts +0 -19
- package/lib/core/layout-formatter/box/generator/recursive-objects-iterators.d.ts +0 -39
- package/lib/core/layout-formatter/changes/changes/column-change.d.ts +0 -10
- package/lib/core/layout-formatter/changes/changes/layout-change-base.d.ts +0 -46
- package/lib/core/layout-formatter/changes/changes/page-area-change.d.ts +0 -9
- package/lib/core/layout-formatter/changes/changes/page-change.d.ts +0 -12
- package/lib/core/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +0 -8
- package/lib/core/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +0 -8
- package/lib/core/layout-formatter/changes/engine/changes-manager.d.ts +0 -10
- package/lib/core/layout-formatter/changes/engine/changes-merger.d.ts +0 -34
- package/lib/core/layout-formatter/changes/engine/page-changes-collector.d.ts +0 -14
- package/lib/core/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +0 -14
- package/lib/core/layout-formatter/changes/engine/table-cells-comparer.d.ts +0 -12
- package/lib/core/layout-formatter/floating/anchored-objects-manager.d.ts +0 -27
- package/lib/core/layout-formatter/floating/anchored-objects-manager.js +0 -37
- package/lib/core/layout-formatter/floating/layout-row-bounds-manager.d.ts +0 -27
- package/lib/core/layout-formatter/floating/page-anchored-object-holder.d.ts +0 -21
- package/lib/core/layout-formatter/floating/position-calculators/base-calculator.d.ts +0 -14
- package/lib/core/layout-formatter/floating/position-calculators/horizontal.d.ts +0 -17
- package/lib/core/layout-formatter/floating/position-calculators/vertical.d.ts +0 -15
- package/lib/core/layout-formatter/floating/render-level-calculator.d.ts +0 -23
- package/lib/core/layout-formatter/formatter/base-formatter.d.ts +0 -57
- package/lib/core/layout-formatter/formatter/enums.d.ts +0 -13
- package/lib/core/layout-formatter/formatter/main-formatter.d.ts +0 -30
- package/lib/core/layout-formatter/formatter/model-changes-listener.d.ts +0 -9
- package/lib/core/layout-formatter/formatter/other-page-area-formatter.d.ts +0 -16
- package/lib/core/layout-formatter/formatter/utils/bounds-calculator.d.ts +0 -37
- package/lib/core/layout-formatter/formatter/utils/columns-calculator.d.ts +0 -8
- package/lib/core/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +0 -16
- package/lib/core/layout-formatter/formatter/utils/last-row-info.d.ts +0 -22
- package/lib/core/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +0 -10
- package/lib/core/layout-formatter/formatter/utils/number-utils.d.ts +0 -7
- package/lib/core/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +0 -19
- package/lib/core/layout-formatter/formatter/utils/restart-preparer.d.ts +0 -18
- package/lib/core/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +0 -21
- package/lib/core/layout-formatter/invalidator/layout-invalidator.d.ts +0 -45
- package/lib/core/layout-formatter/invalidator/position-savers.d.ts +0 -46
- package/lib/core/layout-formatter/invalidator/remove-content-helper.d.ts +0 -9
- package/lib/core/layout-formatter/managers/formatter-manager.d.ts +0 -73
- package/lib/core/layout-formatter/managers/formatter-manager.js +0 -163
- package/lib/core/layout-formatter/managers/restart-manager.d.ts +0 -16
- package/lib/core/layout-formatter/row/formatter.d.ts +0 -56
- package/lib/core/layout-formatter/row/result.d.ts +0 -34
- package/lib/core/layout-formatter/row/size-engine/row-formatting-info.d.ts +0 -36
- package/lib/core/layout-formatter/row/size-engine/row-height-calculator.d.ts +0 -21
- package/lib/core/layout-formatter/row/size-engine/row-height-state.d.ts +0 -16
- package/lib/core/layout-formatter/row/size-engine/row-sizes-manager.d.ts +0 -36
- package/lib/core/layout-formatter/row/states.d.ts +0 -35
- package/lib/core/layout-formatter/row/tab-info.d.ts +0 -24
- package/lib/core/layout-formatter/row/utils/box-aligner.d.ts +0 -13
- package/lib/core/layout-formatter/row/utils/line-spacing-calculator.d.ts +0 -38
- package/lib/core/layout-formatter/row/utils/rectangle-utils.d.ts +0 -6
- package/lib/core/layout-formatter/row/utils/row-spacing-before-applier.d.ts +0 -29
- package/lib/core/layout-formatter/row/word-holder.d.ts +0 -10
- package/lib/core/layout-formatter/table/background-info-creator.d.ts +0 -11
- package/lib/core/layout-formatter/table/borders/border-helper.d.ts +0 -52
- package/lib/core/layout-formatter/table/borders/border-merger.d.ts +0 -7
- package/lib/core/layout-formatter/table/borders/borders-creator.d.ts +0 -10
- package/lib/core/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +0 -13
- package/lib/core/layout-formatter/table/borders/layout-table-border.d.ts +0 -24
- package/lib/core/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +0 -13
- package/lib/core/layout-formatter/table/formatter.d.ts +0 -74
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +0 -29
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +0 -12
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +0 -11
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +0 -19
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +0 -49
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +0 -33
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +0 -20
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +0 -86
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +0 -14
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +0 -74
- package/lib/core/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/columns.d.ts +0 -8
- package/lib/core/layout-formatter/table/grid-engine/creator.d.ts +0 -6
- package/lib/core/layout-formatter/table/grid-engine/grid.d.ts +0 -12
- package/lib/core/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +0 -9
- package/lib/core/layout-formatter/table/info/cell-info.d.ts +0 -60
- package/lib/core/layout-formatter/table/info/cell-order-helper.d.ts +0 -13
- package/lib/core/layout-formatter/table/info/row-info.d.ts +0 -23
- package/lib/core/layout-formatter/table/info/table-info.d.ts +0 -64
- package/lib/core/layout-formatter/table/layout-row-index-helper.d.ts +0 -1
- package/lib/core/layout-formatter/table/other.d.ts +0 -18
- package/lib/core/layout-formatter/table/size-compressor.d.ts +0 -14
- package/lib/core/layout-formatter/table/table-alignment-applier.d.ts +0 -13
- package/lib/core/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +0 -9
- package/lib/core/measurer/measure-info.d.ts +0 -19
- package/lib/core/measurer/measurer.d.ts +0 -29
- package/lib/core/model/bookmarks.d.ts +0 -48
- package/lib/core/model/borders/border-base.d.ts +0 -12
- package/lib/core/model/borders/border-info.d.ts +0 -22
- package/lib/core/model/borders/enums.d.ts +0 -195
- package/lib/core/model/borders/layout-border.d.ts +0 -4
- package/lib/core/model/borders/table-border-base.d.ts +0 -12
- package/lib/core/model/borders/table-border-base.js +0 -23
- package/lib/core/model/borders/table-borders.d.ts +0 -13
- package/lib/core/model/borders/table-borders.js +0 -34
- package/lib/core/model/borders/table-cell-borders.d.ts +0 -12
- package/lib/core/model/borders/table-cell-borders.js +0 -28
- package/lib/core/model/caches/caches.d.ts +0 -37
- package/lib/core/model/caches/control-fonts.d.ts +0 -13
- package/lib/core/model/caches/hash-based-cache.d.ts +0 -37
- package/lib/core/model/caches/hashed-caches/character-properties-cache.d.ts +0 -11
- package/lib/core/model/caches/hashed-caches/color-model-info-cache.d.ts +0 -9
- package/lib/core/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +0 -9
- package/lib/core/model/caches/hashed-caches/font-info-cache.d.ts +0 -23
- package/lib/core/model/caches/hashed-caches/list-level-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/masked-character-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/paragraph-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +0 -8
- package/lib/core/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +0 -8
- package/lib/core/model/caches/hashed-caches/shading-info-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/table-cell-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/table-properties-cache.d.ts +0 -5
- package/lib/core/model/caches/hashed-caches/table-row-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/images.d.ts +0 -61
- package/lib/core/model/caches/images.js +0 -193
- package/lib/core/model/changes/change-base.d.ts +0 -18
- package/lib/core/model/changes/change.d.ts +0 -70
- package/lib/core/model/changes/enums.d.ts +0 -72
- package/lib/core/model/changes/model/create-style-link.d.ts +0 -8
- package/lib/core/model/changes/model/default-tab-width.d.ts +0 -8
- package/lib/core/model/changes/model/delete-style-link.d.ts +0 -8
- package/lib/core/model/changes/model/different-odd-and-even-pages.d.ts +0 -8
- package/lib/core/model/changes/model/document-protection-changed.d.ts +0 -9
- package/lib/core/model/changes/model/header-created.d.ts +0 -12
- package/lib/core/model/changes/model/header-footer-index-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/abstract-numbering-list-added.d.ts +0 -8
- package/lib/core/model/changes/model/list/abstract-numbering-list-deleted.d.ts +0 -8
- package/lib/core/model/changes/model/list/i-override-list-level-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-character-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-paragraph-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/numbering-list-added.d.ts +0 -8
- package/lib/core/model/changes/model/list/numbering-list-deleted.d.ts +0 -8
- package/lib/core/model/changes/model/load-font.d.ts +0 -9
- package/lib/core/model/changes/model/page-color.d.ts +0 -8
- package/lib/core/model/changes/model/section-formatting-changed.d.ts +0 -14
- package/lib/core/model/changes/model/section-merged.d.ts +0 -11
- package/lib/core/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/anchor/shape-changed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/anchor/shape-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/bookmark/created.d.ts +0 -12
- package/lib/core/model/changes/sub-document/bookmark/deleted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/field/deleted.d.ts +0 -9
- package/lib/core/model/changes/sub-document/field/fields-show-code-changed.d.ts +0 -10
- package/lib/core/model/changes/sub-document/field/hyperlink-info-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/field/inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +0 -15
- package/lib/core/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/inline-picture-inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/picture/inline-pictures-updated.d.ts +0 -10
- package/lib/core/model/changes/sub-document/picture/load-pictures-info.d.ts +0 -10
- package/lib/core/model/changes/sub-document/properties/character-formatting-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/properties/character-properties-changed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/properties/merged-props-reset.d.ts +0 -10
- package/lib/core/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +0 -18
- package/lib/core/model/changes/sub-document/range-permissions-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/style/character-style-applied.d.ts +0 -12
- package/lib/core/model/changes/sub-document/style/paragraph-style-applied.d.ts +0 -12
- package/lib/core/model/changes/sub-document/style/table-style-changed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/tab/deleted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/tab/inserted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-inserted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-merged-horizontally.d.ts +0 -13
- package/lib/core/model/changes/sub-document/table/cell-property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/cell-removed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +0 -13
- package/lib/core/model/changes/sub-document/table/created.d.ts +0 -10
- package/lib/core/model/changes/sub-document/table/property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/removed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/row-inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/table/row-property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/row-removed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/table/start-position-shifted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/text/anchor-object-removed.d.ts +0 -10
- package/lib/core/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +0 -13
- package/lib/core/model/changes/sub-document/text/interval-removed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/text/paragraph-inserted.d.ts +0 -9
- package/lib/core/model/changes/sub-document/text/paragraph-merged.d.ts +0 -12
- package/lib/core/model/changes/sub-document/text/section-inserted.d.ts +0 -10
- package/lib/core/model/changes/sub-document/text/simple-run-inserted.d.ts +0 -17
- package/lib/core/model/changes/sub-document/text/text-buffer-changed.d.ts +0 -11
- package/lib/core/model/character/character-properties-helper.d.ts +0 -21
- package/lib/core/model/character/character-properties.d.ts +0 -69
- package/lib/core/model/character/character-property-descriptor.d.ts +0 -227
- package/lib/core/model/character/character-style.d.ts +0 -14
- package/lib/core/model/character/composite-font-info.d.ts +0 -17
- package/lib/core/model/character/enums.d.ts +0 -74
- package/lib/core/model/character/history-runs.d.ts +0 -54
- package/lib/core/model/character/lang-info.d.ts +0 -13
- package/lib/core/model/character/layout-character-properties-color-info.d.ts +0 -10
- package/lib/core/model/character/run-iterator.d.ts +0 -25
- package/lib/core/model/chunk.d.ts +0 -16
- package/lib/core/model/color/color-hsl.d.ts +0 -47
- package/lib/core/model/color/color-model-info.d.ts +0 -48
- package/lib/core/model/color/color-model-info.js +0 -170
- package/lib/core/model/color/color-provider.d.ts +0 -17
- package/lib/core/model/color/color.d.ts +0 -19
- package/lib/core/model/color/color.js +0 -59
- package/lib/core/model/color/d-xsystem-colors.d.ts +0 -33
- package/lib/core/model/color/dx-color.d.ts +0 -16
- package/lib/core/model/color/enums.d.ts +0 -49
- package/lib/core/model/color/palette.d.ts +0 -60
- package/lib/core/model/color/sc-rgbcolor.d.ts +0 -19
- package/lib/core/model/comments/comment.d.ts +0 -15
- package/lib/core/model/compat-settings.d.ts +0 -7
- package/lib/core/model/creator/cache.d.ts +0 -13
- package/lib/core/model/creator/creator.d.ts +0 -36
- package/lib/core/model/creator/font-corrector.d.ts +0 -15
- package/lib/core/model/creator/options.d.ts +0 -10
- package/lib/core/model/document-model.d.ts +0 -168
- package/lib/core/model/drawing/backdrop-plane.d.ts +0 -12
- package/lib/core/model/drawing/container-effect.d.ts +0 -12
- package/lib/core/model/drawing/drawing-color-model-info.d.ts +0 -53
- package/lib/core/model/drawing/drawing-color.d.ts +0 -48
- package/lib/core/model/drawing/drawing-effect-collection.d.ts +0 -7
- package/lib/core/model/drawing/drawing-effect-style.d.ts +0 -12
- package/lib/core/model/drawing/drawing-fill.d.ts +0 -12
- package/lib/core/model/drawing/drawing-text-font.d.ts +0 -31
- package/lib/core/model/drawing/drawing-value-constants.d.ts +0 -23
- package/lib/core/model/drawing/enums.d.ts +0 -174
- package/lib/core/model/drawing/interfaces.d.ts +0 -19
- package/lib/core/model/drawing/outline.d.ts +0 -11
- package/lib/core/model/drawing/scene3d-properties-info.d.ts +0 -33
- package/lib/core/model/drawing/scene3d-properties.d.ts +0 -13
- package/lib/core/model/drawing/scene3d-rotation-info.d.ts +0 -13
- package/lib/core/model/drawing/scene3d-vector.d.ts +0 -10
- package/lib/core/model/drawing/shape-bevel3d-properties.d.ts +0 -11
- package/lib/core/model/drawing/shape3d-properties.d.ts +0 -22
- package/lib/core/model/drawing/transform/alpha-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/alpha-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/alpha-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/color-transform-base.d.ts +0 -14
- package/lib/core/model/drawing/transform/color-transform-collection.d.ts +0 -11
- package/lib/core/model/drawing/transform/color-transform-value-base.d.ts +0 -14
- package/lib/core/model/drawing/transform/complement-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/gamma-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/grayscale-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/inverse-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/inverse-gamma-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/shade-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/tint-color-transform.d.ts +0 -8
- package/lib/core/model/enums.d.ts +0 -7
- package/lib/core/model/fields/check-box-properties.d.ts +0 -44
- package/lib/core/model/fields/field-context-menu-helper.d.ts +0 -15
- package/lib/core/model/fields/field-request-manager.d.ts +0 -43
- package/lib/core/model/fields/field.d.ts +0 -113
- package/lib/core/model/fields/form-field-properties.d.ts +0 -42
- package/lib/core/model/fields/names.d.ts +0 -16
- package/lib/core/model/fields/parsers/field-code-parser-client-updating-base.d.ts +0 -9
- package/lib/core/model/fields/parsers/field-code-parser-date.d.ts +0 -8
- package/lib/core/model/fields/parsers/field-code-parser-doc-variable.d.ts +0 -15
- package/lib/core/model/fields/parsers/field-code-parser-hyperlink.d.ts +0 -9
- package/lib/core/model/fields/parsers/field-code-parser-merge-field.d.ts +0 -13
- package/lib/core/model/fields/parsers/field-code-parser-num-pages.d.ts +0 -7
- package/lib/core/model/fields/parsers/field-code-parser-page-ref.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-page.d.ts +0 -8
- package/lib/core/model/fields/parsers/field-code-parser-seq.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-tc.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-time.d.ts +0 -7
- package/lib/core/model/fields/parsers/field-code-parser-toc.d.ts +0 -67
- package/lib/core/model/fields/parsers/field-code-parser.d.ts +0 -108
- package/lib/core/model/fields/parsers/fill-in.d.ts +0 -7
- package/lib/core/model/fields/tree-creator.d.ts +0 -41
- package/lib/core/model/fields/update-sequence-info.d.ts +0 -5
- package/lib/core/model/find-replace-helper.d.ts +0 -76
- package/lib/core/model/floating-objects/anchor-info.d.ts +0 -42
- package/lib/core/model/floating-objects/enums.d.ts +0 -79
- package/lib/core/model/floating-objects/sizes.d.ts +0 -57
- package/lib/core/model/floating-objects/sizes.js +0 -144
- package/lib/core/model/floating-objects/text-box-properties.d.ts +0 -19
- package/lib/core/model/fonts/control-font.d.ts +0 -30
- package/lib/core/model/fonts/font-chooser.d.ts +0 -11
- package/lib/core/model/fonts/font-face-descriptors.d.ts +0 -21
- package/lib/core/model/fonts/font-info.d.ts +0 -40
- package/lib/core/model/fonts/fonts-map.d.ts +0 -311
- package/lib/core/model/fonts/google-fonts.d.ts +0 -14
- package/lib/core/model/fonts/grabber.d.ts +0 -34
- package/lib/core/model/fonts/loader.d.ts +0 -13
- package/lib/core/model/fonts/measurer.d.ts +0 -17
- package/lib/core/model/full-chunk-and-run-info.d.ts +0 -33
- package/lib/core/model/history/base/history-item.d.ts +0 -20
- package/lib/core/model/history/base/history.d.ts +0 -34
- package/lib/core/model/history/base/i-history.d.ts +0 -19
- package/lib/core/model/history/base/interval-based-history-item.d.ts +0 -11
- package/lib/core/model/history/base/position-based-history-item.d.ts +0 -10
- package/lib/core/model/history/items/apply-field-hyperlink-style-history-item.d.ts +0 -11
- package/lib/core/model/history/items/apply-style-history-items.d.ts +0 -34
- package/lib/core/model/history/items/bookmark-history-items.d.ts +0 -18
- package/lib/core/model/history/items/change-field-hyperlink-info-history-item.d.ts +0 -14
- package/lib/core/model/history/items/change-rectangular-object-history-item.d.ts +0 -21
- package/lib/core/model/history/items/character-properties-history-items.d.ts +0 -102
- package/lib/core/model/history/items/create-style-link-history-item.d.ts +0 -12
- package/lib/core/model/history/items/document-properties-history-items.d.ts +0 -24
- package/lib/core/model/history/items/document-protection-history-item.d.ts +0 -11
- package/lib/core/model/history/items/field-insert-history-item.d.ts +0 -16
- package/lib/core/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +0 -16
- package/lib/core/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/change-image-property-history-item.d.ts +0 -15
- package/lib/core/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +0 -23
- package/lib/core/model/history/items/floating-objects/shape-property-history-item.d.ts +0 -24
- package/lib/core/model/history/items/header-footer-history-items.d.ts +0 -23
- package/lib/core/model/history/items/insert-inline-picture-history-item.d.ts +0 -15
- package/lib/core/model/history/items/insert-paragraph-history-item.d.ts +0 -10
- package/lib/core/model/history/items/insert-section-history-item.d.ts +0 -16
- package/lib/core/model/history/items/insert-sub-document-history-item.d.ts +0 -18
- package/lib/core/model/history/items/insert-text-history-item.d.ts +0 -11
- package/lib/core/model/history/items/list-level-character-properties-history-items.d.ts +0 -73
- package/lib/core/model/history/items/list-level-paragraph-properties-history-items.d.ts +0 -77
- package/lib/core/model/history/items/list-level-properties-history-items.d.ts +0 -60
- package/lib/core/model/history/items/non-visual-drawing-object-info.d.ts +0 -16
- package/lib/core/model/history/items/numbering-list-history-items.d.ts +0 -59
- package/lib/core/model/history/items/paragraph-properties-history-items.d.ts +0 -123
- package/lib/core/model/history/items/range-permission-history-item.d.ts +0 -18
- package/lib/core/model/history/items/remove-hyperlink-history-item.d.ts +0 -23
- package/lib/core/model/history/items/remove-interval-history-item.d.ts +0 -12
- package/lib/core/model/history/items/section-properties-history-items.d.ts +0 -67
- package/lib/core/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/change-table-cell-history-items.d.ts +0 -26
- package/lib/core/model/history/items/tables/create-table-history-item.d.ts +0 -23
- package/lib/core/model/history/items/tables/insert-table-row-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/remove-table-cell-history-item.d.ts +0 -15
- package/lib/core/model/history/items/tables/remove-table-history-item.d.ts +0 -10
- package/lib/core/model/history/items/tables/remove-table-row-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/split-table-cell-history-item.d.ts +0 -20
- package/lib/core/model/history/items/tables/table-cell-properties-history-items.d.ts +0 -74
- package/lib/core/model/history/items/tables/table-properties-history-items.d.ts +0 -74
- package/lib/core/model/history/items/tables/table-row-properties-history-items.d.ts +0 -62
- package/lib/core/model/history/items/text-run-change-case-history-item.d.ts +0 -32
- package/lib/core/model/history/states/history-item-state-object.d.ts +0 -158
- package/lib/core/model/history/states/history-item-state.d.ts +0 -14
- package/lib/core/model/interfaces.d.ts +0 -28
- package/lib/core/model/json/command-request.d.ts +0 -65
- package/lib/core/model/json/command-type.d.ts +0 -92
- package/lib/core/model/json/enums/json-character-enums.d.ts +0 -75
- package/lib/core/model/json/enums/json-control-enums.d.ts +0 -70
- package/lib/core/model/json/enums/json-document-enums.d.ts +0 -52
- package/lib/core/model/json/enums/json-field-enums.d.ts +0 -40
- package/lib/core/model/json/enums/json-floating-enums.d.ts +0 -96
- package/lib/core/model/json/enums/json-floating-enums.js +0 -108
- package/lib/core/model/json/enums/json-general-enums.d.ts +0 -78
- package/lib/core/model/json/enums/json-list-enums.d.ts +0 -56
- package/lib/core/model/json/enums/json-paragraph-enums.d.ts +0 -62
- package/lib/core/model/json/enums/json-run-enums.d.ts +0 -41
- package/lib/core/model/json/enums/json-section-enums.d.ts +0 -40
- package/lib/core/model/json/enums/json-style-enums.d.ts +0 -50
- package/lib/core/model/json/enums/json-sub-document-enums.d.ts +0 -56
- package/lib/core/model/json/enums/json-top-level-enums.d.ts +0 -81
- package/lib/core/model/json/enums/table/json-table-cell-enums.d.ts +0 -48
- package/lib/core/model/json/enums/table/json-table-enums.d.ts +0 -60
- package/lib/core/model/json/enums/table/json-table-row-enums.d.ts +0 -48
- package/lib/core/model/json/enums/table/json-table-structures-enums.d.ts +0 -39
- package/lib/core/model/json/exporters/json-control-options-converter.d.ts +0 -6
- package/lib/core/model/json/exporters/json-exporter.d.ts +0 -12
- package/lib/core/model/json/exporters/json-numbering-list-exporter.d.ts +0 -7
- package/lib/core/model/json/exporters/json-sub-document-exporter.d.ts +0 -10
- package/lib/core/model/json/exporters/json-table-exporter.d.ts +0 -7
- package/lib/core/model/json/importers/image-cache-info-converter.d.ts +0 -8
- package/lib/core/model/json/importers/image-cache-info-converter.js +0 -36
- package/lib/core/model/json/importers/json-border-info-converter.d.ts +0 -7
- package/lib/core/model/json/importers/json-color-model-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-drawing-color-converter.d.ts +0 -17
- package/lib/core/model/json/importers/json-font-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-importer.d.ts +0 -25
- package/lib/core/model/json/importers/json-masked-character-properties-converter.d.ts +0 -15
- package/lib/core/model/json/importers/json-masked-paragraph-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/json-shading-info-converter.d.ts +0 -7
- package/lib/core/model/json/importers/json-shape-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-styles-exporter.d.ts +0 -18
- package/lib/core/model/json/importers/json-tab-converter.d.ts +0 -8
- package/lib/core/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +0 -11
- package/lib/core/model/json/importers/section/json-columns-section-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/section/json-section-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/server-model-inserter.d.ts +0 -8
- package/lib/core/model/json/importers/sub-document/json-anchor-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-non-visual-properties.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-sub-document-importer.d.ts +0 -12
- package/lib/core/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/run-importers.d.ts +0 -37
- package/lib/core/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +0 -7
- package/lib/core/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-borders-converter.d.ts +0 -7
- package/lib/core/model/json/importers/table/json-table-borders-converter.js +0 -25
- package/lib/core/model/json/importers/table/json-table-cell-borders-converter.d.ts +0 -7
- package/lib/core/model/json/importers/table/json-table-cell-borders-converter.js +0 -25
- package/lib/core/model/json/importers/table/json-table-cell-margins-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-cell-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-conditional-style-converter.d.ts +0 -12
- package/lib/core/model/json/importers/table/json-table-importer.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-row-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-unit-converter.d.ts +0 -10
- package/lib/core/model/json/web-caches-exporter.d.ts +0 -14
- package/lib/core/model/manipulators/base-manipulator.d.ts +0 -10
- package/lib/core/model/manipulators/bookmarks-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/character-properties-manipulator.d.ts +0 -42
- package/lib/core/model/manipulators/doc-merger/merger.d.ts +0 -11
- package/lib/core/model/manipulators/document/sub-document-inserter.d.ts +0 -78
- package/lib/core/model/manipulators/document-properties-manipulator.d.ts +0 -8
- package/lib/core/model/manipulators/document-protection-properties-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/fields-manipulator.d.ts +0 -34
- package/lib/core/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +0 -18
- package/lib/core/model/manipulators/floating-objects/comparers.d.ts +0 -7
- package/lib/core/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +0 -19
- package/lib/core/model/manipulators/floating-objects/image-manipulator.d.ts +0 -14
- package/lib/core/model/manipulators/floating-objects/shape-manipulator.d.ts +0 -27
- package/lib/core/model/manipulators/floating-objects/size-manipulator.d.ts +0 -20
- package/lib/core/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +0 -11
- package/lib/core/model/manipulators/floating-objects/z-order-manipulator.d.ts +0 -21
- package/lib/core/model/manipulators/font-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/header-footer-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/i-properties-manipulator.d.ts +0 -58
- package/lib/core/model/manipulators/inline-object-manipulator.d.ts +0 -24
- package/lib/core/model/manipulators/model-manipulator.d.ts +0 -75
- package/lib/core/model/manipulators/model-manipulator.js +0 -84
- package/lib/core/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +0 -29
- package/lib/core/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +0 -22
- package/lib/core/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +0 -27
- package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +0 -16
- package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +0 -56
- package/lib/core/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/paragraph-properties-manipulator.d.ts +0 -35
- package/lib/core/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +0 -31
- package/lib/core/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +0 -8
- package/lib/core/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +0 -12
- package/lib/core/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +0 -55
- package/lib/core/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.d.ts +0 -57
- package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.js +0 -188
- package/lib/core/model/manipulators/range/create-range-copy-operation.d.ts +0 -64
- package/lib/core/model/manipulators/range/create-range-copy-operation.js +0 -459
- package/lib/core/model/manipulators/range/range-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/range/remove-interval-operation.d.ts +0 -74
- package/lib/core/model/manipulators/range/restore-removed-interval-operation.d.ts +0 -13
- package/lib/core/model/manipulators/range-permission-manipulator.d.ts +0 -8
- package/lib/core/model/manipulators/runs-base-manipulator.d.ts +0 -11
- package/lib/core/model/manipulators/section-manipulator.d.ts +0 -10
- package/lib/core/model/manipulators/section-properties-manipulator.d.ts +0 -26
- package/lib/core/model/manipulators/styles-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/sub-document-manipulator.d.ts +0 -12
- package/lib/core/model/manipulators/tables/insert-table-cell-operation.d.ts +0 -21
- package/lib/core/model/manipulators/tables/insert-table-cell-operation.js +0 -63
- package/lib/core/model/manipulators/tables/insert-table-row-operation.d.ts +0 -40
- package/lib/core/model/manipulators/tables/merge-table-cells-operation.d.ts +0 -40
- package/lib/core/model/manipulators/tables/merge-table-cells-operation.js +0 -150
- package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.d.ts +0 -21
- package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.js +0 -155
- package/lib/core/model/manipulators/tables/table-normalizator.d.ts +0 -24
- package/lib/core/model/manipulators/tables/table-properties-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/tables/table-properties-manipulator.js +0 -128
- package/lib/core/model/manipulators/tables/table-row-properties-manipulator.d.ts +0 -18
- package/lib/core/model/manipulators/tables/tables-manipulator.d.ts +0 -79
- package/lib/core/model/manipulators/tables/tables-manipulator.js +0 -781
- package/lib/core/model/manipulators/tabs-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/text-box-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/text-case-manipulator.d.ts +0 -16
- package/lib/core/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +0 -21
- package/lib/core/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +0 -14
- package/lib/core/model/manipulators/text-manipulator/text-manipulator.d.ts +0 -33
- package/lib/core/model/manipulators/utils/manipulator-params-base.d.ts +0 -24
- package/lib/core/model/model-checks/check-all.d.ts +0 -35
- package/lib/core/model/model-checks/comparer.d.ts +0 -41
- package/lib/core/model/model-checks/comparer.js +0 -261
- package/lib/core/model/model-checks/position.d.ts +0 -19
- package/lib/core/model/model-iterator.d.ts +0 -20
- package/lib/core/model/number-converters/alphabet-based-number-converter.d.ts +0 -7
- package/lib/core/model/number-converters/bullet-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/decimal-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/decimal-zero-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/descriptive-number-converter.d.ts +0 -99
- package/lib/core/model/number-converters/hex-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/latin-letter-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/number-converter-creator.d.ts +0 -9
- package/lib/core/model/number-converters/number-in-dash-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/numerics-provider.d.ts +0 -22
- package/lib/core/model/number-converters/ordinal-based-number-converter.d.ts +0 -66
- package/lib/core/model/number-converters/roman-number-converter.d.ts +0 -13
- package/lib/core/model/numbering-lists/list-level-properties.d.ts +0 -92
- package/lib/core/model/numbering-lists/list-level.d.ts +0 -84
- package/lib/core/model/numbering-lists/numbering-helper.d.ts +0 -15
- package/lib/core/model/numbering-lists/numbering-list-counters-calculator.d.ts +0 -20
- package/lib/core/model/numbering-lists/numbering-list-id-provider.d.ts +0 -21
- package/lib/core/model/numbering-lists/numbering-list-index-calculator.d.ts +0 -16
- package/lib/core/model/numbering-lists/numbering-list-style.d.ts +0 -7
- package/lib/core/model/numbering-lists/numbering-list.d.ts +0 -48
- package/lib/core/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +0 -14
- package/lib/core/model/options/auto-correct.d.ts +0 -18
- package/lib/core/model/options/bookmarks.d.ts +0 -19
- package/lib/core/model/options/control.d.ts +0 -52
- package/lib/core/model/options/document-protection.d.ts +0 -33
- package/lib/core/model/options/fields.d.ts +0 -15
- package/lib/core/model/options/fields.js +0 -41
- package/lib/core/model/options/fonts.d.ts +0 -55
- package/lib/core/model/options/mail-merge.d.ts +0 -11
- package/lib/core/model/options/pdf.d.ts +0 -19
- package/lib/core/model/options/printing.d.ts +0 -12
- package/lib/core/model/options/protection.d.ts +0 -14
- package/lib/core/model/options/rich-options.d.ts +0 -32
- package/lib/core/model/options/search.d.ts +0 -7
- package/lib/core/model/options/spell-checker.d.ts +0 -19
- package/lib/core/model/paragraph/paragraph-properties-helper.d.ts +0 -20
- package/lib/core/model/paragraph/paragraph-properties.d.ts +0 -141
- package/lib/core/model/paragraph/paragraph-property-descriptors.d.ts +0 -262
- package/lib/core/model/paragraph/paragraph-style.d.ts +0 -54
- package/lib/core/model/paragraph/paragraph.d.ts +0 -65
- package/lib/core/model/position/linked-interval.d.ts +0 -20
- package/lib/core/model/position/position-manager.d.ts +0 -20
- package/lib/core/model/position/position.d.ts +0 -9
- package/lib/core/model/properties-merger/character-properties-merger.d.ts +0 -17
- package/lib/core/model/properties-merger/paragraph-properties-merger.d.ts +0 -17
- package/lib/core/model/properties-merger/properties-merger-base.d.ts +0 -20
- package/lib/core/model/protection/hash-algorithm.d.ts +0 -4
- package/lib/core/model/protection/md5.d.ts +0 -13
- package/lib/core/model/protection/password-hash-code-calculator.d.ts +0 -28
- package/lib/core/model/protection/password-hash-code-calculator.js +0 -228
- package/lib/core/model/protection/ripemd160.d.ts +0 -20
- package/lib/core/model/protection/sha1.d.ts +0 -8
- package/lib/core/model/protection/sha256.d.ts +0 -9
- package/lib/core/model/protection/sha384.d.ts +0 -8
- package/lib/core/model/protection/sha512.d.ts +0 -15
- package/lib/core/model/range-permissions.d.ts +0 -40
- package/lib/core/model/rich-utils.d.ts +0 -30
- package/lib/core/model/runs/anchored-picture-run.d.ts +0 -18
- package/lib/core/model/runs/anchored-text-box-run.d.ts +0 -22
- package/lib/core/model/runs/inline-picture-run.d.ts +0 -19
- package/lib/core/model/runs/inline-text-box-run.d.ts +0 -19
- package/lib/core/model/runs/run-base.d.ts +0 -70
- package/lib/core/model/runs/run-type.d.ts +0 -19
- package/lib/core/model/runs/simple-runs.d.ts +0 -57
- package/lib/core/model/runs/text-run.d.ts +0 -18
- package/lib/core/model/section/enums.d.ts +0 -18
- package/lib/core/model/section/header-footer.d.ts +0 -32
- package/lib/core/model/section/line-numbering-properties.d.ts +0 -20
- package/lib/core/model/section/paper-kind.d.ts +0 -128
- package/lib/core/model/section/section-column-properties.d.ts +0 -12
- package/lib/core/model/section/section-properties.d.ts +0 -41
- package/lib/core/model/section/section-property-descriptor.d.ts +0 -166
- package/lib/core/model/section/section.d.ts +0 -23
- package/lib/core/model/sentence-model-builder.d.ts +0 -55
- package/lib/core/model/shadings/shading-info.d.ts +0 -25
- package/lib/core/model/shadings/shading-pattern-helper.d.ts +0 -13
- package/lib/core/model/shadings/shading-pattern.d.ts +0 -57
- package/lib/core/model/shapes/shape.d.ts +0 -12
- package/lib/core/model/simple-sentence-model-builder.d.ts +0 -26
- package/lib/core/model/special-characters.d.ts +0 -52
- package/lib/core/model/style-base.d.ts +0 -17
- package/lib/core/model/styles-manager.d.ts +0 -78
- package/lib/core/model/sub-document-collection.d.ts +0 -14
- package/lib/core/model/sub-document-infos.d.ts +0 -52
- package/lib/core/model/sub-document.d.ts +0 -124
- package/lib/core/model/tables/grid/grid-maker.d.ts +0 -6
- package/lib/core/model/tables/grid/table-cell-grid-info.d.ts +0 -22
- package/lib/core/model/tables/main-structures/table-cell.d.ts +0 -38
- package/lib/core/model/tables/main-structures/table-cell.js +0 -69
- package/lib/core/model/tables/main-structures/table-row.d.ts +0 -32
- package/lib/core/model/tables/main-structures/table-row.js +0 -56
- package/lib/core/model/tables/main-structures/table.d.ts +0 -83
- package/lib/core/model/tables/main-structures/table.js +0 -285
- package/lib/core/model/tables/properties/table-cell-descriptors.d.ts +0 -86
- package/lib/core/model/tables/properties/table-cell-descriptors.js +0 -177
- package/lib/core/model/tables/properties/table-cell-properties.d.ts +0 -73
- package/lib/core/model/tables/properties/table-descriptors.d.ts +0 -96
- package/lib/core/model/tables/properties/table-descriptors.js +0 -199
- package/lib/core/model/tables/properties/table-properties.d.ts +0 -94
- package/lib/core/model/tables/properties/table-row-descriptors.d.ts +0 -34
- package/lib/core/model/tables/properties/table-row-properties.d.ts +0 -40
- package/lib/core/model/tables/properties/table-row-property-descriptor.d.ts +0 -12
- package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.d.ts +0 -99
- package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.js +0 -206
- package/lib/core/model/tables/properties-mergers/table-properties-merger-base.d.ts +0 -24
- package/lib/core/model/tables/properties-mergers/table-properties-merger.d.ts +0 -94
- package/lib/core/model/tables/properties-mergers/table-properties-merger.js +0 -198
- package/lib/core/model/tables/properties-mergers/table-row-properties-merger.d.ts +0 -41
- package/lib/core/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +0 -88
- package/lib/core/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +0 -122
- package/lib/core/model/tables/secondary-structures/table-base-structures.d.ts +0 -99
- package/lib/core/model/tables/secondary-structures/table-border-calculator.d.ts +0 -13
- package/lib/core/model/tables/secondary-structures/table-units.d.ts +0 -37
- package/lib/core/model/tables/styles/table-cell-style.d.ts +0 -12
- package/lib/core/model/tables/styles/table-conditional-style.d.ts +0 -17
- package/lib/core/model/tables/styles/table-style.d.ts +0 -13
- package/lib/core/model/tables/table-utils.d.ts +0 -28
- package/lib/core/model/tables/table-utils.js +0 -191
- package/lib/core/model/themes/culture-info.d.ts +0 -5
- package/lib/core/model/themes/enums.d.ts +0 -65
- package/lib/core/model/themes/office-theme-base.d.ts +0 -15
- package/lib/core/model/themes/theme-drawing-color-collection.d.ts +0 -42
- package/lib/core/model/themes/theme-font-scheme-part.d.ts +0 -17
- package/lib/core/model/themes/theme-font-scheme.d.ts +0 -14
- package/lib/core/model/themes/theme-format-scheme.d.ts +0 -23
- package/lib/core/model/web-settings.d.ts +0 -10
- package/lib/core/model-manager.d.ts +0 -27
- package/lib/core/model-request-handler.d.ts +0 -5
- package/lib/core/processor.d.ts +0 -13
- package/lib/core/rich-utils/common-interfaces.d.ts +0 -13
- package/lib/core/rich-utils/debug/debug-table.d.ts +0 -12
- package/lib/core/rich-utils/debug/logger/base-logger/i-logger.d.ts +0 -7
- package/lib/core/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +0 -54
- package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.js +0 -285
- package/lib/core/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-source-params.d.ts +0 -12
- package/lib/core/rich-utils/debug/logger/base-logger/log-source.d.ts +0 -23
- package/lib/core/rich-utils/debug/logger/base-logger/log.d.ts +0 -3
- package/lib/core/rich-utils/debug/logger/base-logger/logger.d.ts +0 -28
- package/lib/core/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +0 -8
- package/lib/core/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +0 -30
- package/lib/core/rich-utils/debug/model-checks.d.ts +0 -6
- package/lib/core/rich-utils/html-converter.d.ts +0 -10
- package/lib/core/rich-utils/inner-client-properties.d.ts +0 -8
- package/lib/core/rich-utils/properties-bundle.d.ts +0 -28
- package/lib/core/selection/i-active-sub-document-holder.d.ts +0 -5
- package/lib/core/selection/input-position-base.d.ts +0 -68
- package/lib/core/selection/selected-cells-engine.d.ts +0 -67
- package/lib/core/selection/selected-special-run-info.d.ts +0 -28
- package/lib/core/selection/selection-base.d.ts +0 -7
- package/lib/core/selection/selection-intervals-info.d.ts +0 -33
- package/lib/core/spelling/helpers.d.ts +0 -8
- package/lib/core/spelling/intervals-collections.d.ts +0 -36
- package/lib/core/spelling/intervals-manager.d.ts +0 -33
- package/lib/core/spelling/intervals.d.ts +0 -28
- package/lib/core/spelling/listeners.d.ts +0 -17
- package/lib/core/spelling/spell-checker.d.ts +0 -48
- package/lib/core/string-resources.d.ts +0 -34
- package/lib/core/utils/sub-document-changes-storer.d.ts +0 -10
- package/lib/core/view-settings/views-settings.d.ts +0 -33
- package/lib/core/word-bounds-engine/layout-word-bounds-group-separator.d.ts +0 -19
- package/lib/core/word-bounds-engine/layout-word-bounds.d.ts +0 -42
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +0 -25
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +0 -12
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +0 -12
- package/lib/document-processor/docvar-args.d.ts +0 -24
- package/lib/document-processor/processor.d.ts +0 -35
- package/lib/document-processor/processor.js +0 -83
- package/lib/document-processor/public/all.d.ts +0 -2
- package/lib/document-processor/public/processor.d.ts +0 -29
- package/lib/document-processor/public/processor.js +0 -50
- package/lib/docx/export/data.d.ts +0 -66
- package/lib/docx/export/docx-export-options.d.ts +0 -9
- package/lib/docx/export/docx-export-options.js +0 -11
- package/lib/docx/export/exporter.d.ts +0 -17
- package/lib/docx/export/exporters/base/character-properties.d.ts +0 -27
- package/lib/docx/export/exporters/base/character-properties.js +0 -181
- package/lib/docx/export/exporters/base/color.d.ts +0 -17
- package/lib/docx/export/exporters/base/color.js +0 -76
- package/lib/docx/export/exporters/base/drawing.d.ts +0 -65
- package/lib/docx/export/exporters/base/drawing.js +0 -526
- package/lib/docx/export/exporters/base/image-exporter.d.ts +0 -6
- package/lib/docx/export/exporters/base/image-exporter.js +0 -22
- package/lib/docx/export/exporters/base/paragraph-properties.d.ts +0 -28
- package/lib/docx/export/exporters/base/paragraph-properties.js +0 -257
- package/lib/docx/export/exporters/base/sections.d.ts +0 -25
- package/lib/docx/export/exporters/base/sections.js +0 -167
- package/lib/docx/export/exporters/base/styles/character-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/numbering-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/paragraph-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/style-base.d.ts +0 -12
- package/lib/docx/export/exporters/base/styles/table-style.d.ts +0 -10
- package/lib/docx/export/exporters/base/styles/table-style.js +0 -41
- package/lib/docx/export/exporters/base/table/table-cell-properties.d.ts +0 -17
- package/lib/docx/export/exporters/base/table/table-cell-properties.js +0 -101
- package/lib/docx/export/exporters/base/table/table-properties.d.ts +0 -19
- package/lib/docx/export/exporters/base/table/table-properties.js +0 -132
- package/lib/docx/export/exporters/base/table/table-row-properties.d.ts +0 -12
- package/lib/docx/export/exporters/base/table/table-row-properties.js +0 -55
- package/lib/docx/export/exporters/base/table/table.d.ts +0 -22
- package/lib/docx/export/exporters/base/table/table.js +0 -130
- package/lib/docx/export/exporters/base/table/width-exporter.d.ts +0 -8
- package/lib/docx/export/exporters/base/table/width-exporter.js +0 -19
- package/lib/docx/export/exporters/base/text.d.ts +0 -13
- package/lib/docx/export/exporters/base/text.js +0 -79
- package/lib/docx/export/exporters/base.d.ts +0 -18
- package/lib/docx/export/exporters/content-types.d.ts +0 -15
- package/lib/docx/export/exporters/core-properties.d.ts +0 -12
- package/lib/docx/export/exporters/numberings.d.ts +0 -23
- package/lib/docx/export/exporters/numberings.js +0 -122
- package/lib/docx/export/exporters/relations/base.d.ts +0 -10
- package/lib/docx/export/exporters/relations/core-relations.d.ts +0 -6
- package/lib/docx/export/exporters/relations/document-relations.d.ts +0 -13
- package/lib/docx/export/exporters/relations/relation-collection.d.ts +0 -17
- package/lib/docx/export/exporters/settings.d.ts +0 -17
- package/lib/docx/export/exporters/settings.js +0 -118
- package/lib/docx/export/exporters/styles.d.ts +0 -12
- package/lib/docx/export/exporters/styles.js +0 -36
- package/lib/docx/export/exporters/sub-document/base-sub-document.d.ts +0 -63
- package/lib/docx/export/exporters/sub-document/base-sub-document.js +0 -261
- package/lib/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +0 -12
- package/lib/docx/export/exporters/sub-document/main-sub-document.d.ts +0 -9
- package/lib/docx/export/exporters/sub-document/main-sub-document.js +0 -29
- package/lib/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +0 -13
- package/lib/docx/export/exporters/theme.d.ts +0 -33
- package/lib/docx/export/exporters/theme.js +0 -322
- package/lib/docx/export/utils/id-generator.d.ts +0 -12
- package/lib/docx/export/utils/inline-drawing-object.d.ts +0 -158
- package/lib/docx/export/utils/inline-drawing-object.js +0 -117
- package/lib/docx/export/utils/writer-helper.d.ts +0 -7
- package/lib/docx/import/color/open-xml-color-import-helper.d.ts +0 -10
- package/lib/docx/import/color/open-xml-color-import-helper.js +0 -58
- package/lib/docx/import/css-engine/inline-picture-css-parser.d.ts +0 -68
- package/lib/docx/import/css-engine/inline-picture-css-parser.js +0 -193
- package/lib/docx/import/data.d.ts +0 -65
- package/lib/docx/import/data.js +0 -100
- package/lib/docx/import/destination/bookmark/bookmark-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/borders/table-border-element-destination-base.d.ts +0 -14
- package/lib/docx/import/destination/borders/table-border-element-destination-base.js +0 -22
- package/lib/docx/import/destination/borders/table-border-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/borders/table-borders-destination.d.ts +0 -10
- package/lib/docx/import/destination/borders/table-borders-destination.js +0 -22
- package/lib/docx/import/destination/borders/table-cell-border-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/borders/table-cell-border-element-destination.js +0 -28
- package/lib/docx/import/destination/borders/table-cell-borders-destination.d.ts +0 -10
- package/lib/docx/import/destination/borders/table-cell-borders-destination.js +0 -24
- package/lib/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/all-caps-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/bold-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/bold-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/character-shading-destination.js +0 -14
- package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/font-name-destination.d.ts +0 -10
- package/lib/docx/import/destination/character-properties/properties/font-name-destination.js +0 -28
- package/lib/docx/import/destination/character-properties/properties/font-script-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/font-script-destination.js +0 -26
- package/lib/docx/import/destination/character-properties/properties/font-size-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/font-size-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/fore-color-destination.js +0 -16
- package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/italic-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/italic-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/language-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/language-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/no-proof-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/small-caps-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/underline-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/properties/underline-destination.js +0 -38
- package/lib/docx/import/destination/character-properties/run-properties-base-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/run-properties-base-destination.js +0 -46
- package/lib/docx/import/destination/character-properties/run-properties-destination.d.ts +0 -10
- package/lib/docx/import/destination/character-properties/run-properties-destination.js +0 -16
- package/lib/docx/import/destination/character-properties/run-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/comments/comment-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/comments/comment-end-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/comments/comment-start-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/destination.d.ts +0 -56
- package/lib/docx/import/destination/destination.js +0 -140
- package/lib/docx/import/destination/document/alt-chunk-destination.d.ts +0 -10
- package/lib/docx/import/destination/document/alt-chunk-destination.js +0 -27
- package/lib/docx/import/destination/document/alt-chunk-properties-destination.d.ts +0 -8
- package/lib/docx/import/destination/document/background-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/body-destination-base.d.ts +0 -16
- package/lib/docx/import/destination/document/body-destination.d.ts +0 -7
- package/lib/docx/import/destination/document/body-destination.js +0 -27
- package/lib/docx/import/destination/document/document-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/document-destination.js +0 -15
- package/lib/docx/import/destination/document/document-version-destination.d.ts +0 -4
- package/lib/docx/import/destination/document/smart-tag-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/smart-tag-destination.js +0 -12
- package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +0 -60
- package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.js +0 -158
- package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +0 -39
- package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +0 -94
- package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +0 -32
- package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +0 -83
- package/lib/docx/import/destination/drawing/drawing-destination.d.ts +0 -194
- package/lib/docx/import/destination/drawing/drawing-destination.js +0 -713
- package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +0 -13
- package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +0 -22
- package/lib/docx/import/destination/drawing/shape-properties-destination.d.ts +0 -49
- package/lib/docx/import/destination/drawing/shape-properties-destination.js +0 -129
- package/lib/docx/import/destination/field/field-char-destination.d.ts +0 -9
- package/lib/docx/import/destination/field/field-char-destination.js +0 -42
- package/lib/docx/import/destination/field/field-data-destination.d.ts +0 -1
- package/lib/docx/import/destination/field/field-destination-base.d.ts +0 -7
- package/lib/docx/import/destination/field/field-simple-destination.d.ts +0 -11
- package/lib/docx/import/destination/field/field-simple-destination.js +0 -43
- package/lib/docx/import/destination/field/form-field-destination.d.ts +0 -1
- package/lib/docx/import/destination/field/hyperlink-destination.d.ts +0 -13
- package/lib/docx/import/destination/field/hyperlink-destination.js +0 -78
- package/lib/docx/import/destination/numbering/numberings-destination.d.ts +0 -190
- package/lib/docx/import/destination/numbering/numberings-destination.js +0 -539
- package/lib/docx/import/destination/paragraph/paragraph-destination.d.ts +0 -19
- package/lib/docx/import/destination/paragraph/paragraph-destination.js +0 -117
- package/lib/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +0 -11
- package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts +0 -1
- package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +0 -15
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +0 -25
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +0 -18
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +0 -21
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +0 -66
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +0 -21
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +0 -43
- package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +0 -35
- package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +0 -12
- package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +0 -26
- package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +0 -14
- package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +0 -17
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +0 -45
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +0 -14
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +0 -57
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +0 -13
- package/lib/docx/import/destination/property-destination.d.ts +0 -9
- package/lib/docx/import/destination/range-permission/range-permission-element-destination.d.ts +0 -14
- package/lib/docx/import/destination/range-permission/range-permission-element-destination.js +0 -52
- package/lib/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/relationships/relation-destination.d.ts +0 -11
- package/lib/docx/import/destination/relationships/relationships-destination.d.ts +0 -11
- package/lib/docx/import/destination/relationships/relationships-destination.js +0 -18
- package/lib/docx/import/destination/runs/carriage-return-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/carriage-return-destination.js +0 -10
- package/lib/docx/import/destination/runs/custom-run-destination.d.ts +0 -5
- package/lib/docx/import/destination/runs/data-container-run-destination.d.ts +0 -5
- package/lib/docx/import/destination/runs/deleted-run-content-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/deleted-text-destination.d.ts +0 -10
- package/lib/docx/import/destination/runs/inline-object-destination.d.ts +0 -21
- package/lib/docx/import/destination/runs/inline-object-destination.js +0 -110
- package/lib/docx/import/destination/runs/inline-picture-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/inserted-run-content-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/revision-destination-base.d.ts +0 -5
- package/lib/docx/import/destination/runs/run-break-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/run-break-destination.js +0 -12
- package/lib/docx/import/destination/runs/run-destination.d.ts +0 -14
- package/lib/docx/import/destination/runs/run-destination.js +0 -75
- package/lib/docx/import/destination/runs/run-tab-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/run-tab-destination.js +0 -10
- package/lib/docx/import/destination/runs/separator-destination.d.ts +0 -7
- package/lib/docx/import/destination/runs/separator-destination.js +0 -13
- package/lib/docx/import/destination/runs/symbol-destination.d.ts +0 -7
- package/lib/docx/import/destination/runs/symbol-destination.js +0 -29
- package/lib/docx/import/destination/runs/text-destination.d.ts +0 -8
- package/lib/docx/import/destination/runs/text-destination.js +0 -21
- package/lib/docx/import/destination/section/column-destination.d.ts +0 -10
- package/lib/docx/import/destination/section/column-destination.js +0 -17
- package/lib/docx/import/destination/section/columns-destination.d.ts +0 -16
- package/lib/docx/import/destination/section/columns-destination.js +0 -45
- package/lib/docx/import/destination/section/header-footer/header-footer-destination.d.ts +0 -7
- package/lib/docx/import/destination/section/header-footer/header-footer-destination.js +0 -21
- package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +0 -16
- package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +0 -64
- package/lib/docx/import/destination/section/inner-section-destination.d.ts +0 -4
- package/lib/docx/import/destination/section/last-section-destination.d.ts +0 -4
- package/lib/docx/import/destination/section/section-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-destination.js +0 -33
- package/lib/docx/import/destination/section/section-different-first-page-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-line-numbering-destination.d.ts +0 -8
- package/lib/docx/import/destination/section/section-line-numbering-destination.js +0 -23
- package/lib/docx/import/destination/section/section-margins-destination.d.ts +0 -8
- package/lib/docx/import/destination/section/section-page-numbering-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-page-size-destination.d.ts +0 -9
- package/lib/docx/import/destination/section/section-page-size-destination.js +0 -31
- package/lib/docx/import/destination/section/section-start-type-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-start-type-destination.js +0 -11
- package/lib/docx/import/destination/settings/compat-settings-destination.d.ts +0 -12
- package/lib/docx/import/destination/settings/compat-settings-destination.js +0 -29
- package/lib/docx/import/destination/settings/default-tab-stop-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/document-protection.d.ts +0 -13
- package/lib/docx/import/destination/settings/document-protection.js +0 -81
- package/lib/docx/import/destination/settings/document-variables-destination.d.ts +0 -10
- package/lib/docx/import/destination/settings/document-variables-destination.js +0 -22
- package/lib/docx/import/destination/settings/mirror-margins-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/settings.d.ts +0 -6
- package/lib/docx/import/destination/settings/settings.js +0 -21
- package/lib/docx/import/destination/shading/shading-helper.d.ts +0 -7
- package/lib/docx/import/destination/shading/shading-helper.js +0 -13
- package/lib/docx/import/destination/structured-document-content-destination.d.ts +0 -6
- package/lib/docx/import/destination/structured-document-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/linked-style-id-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/next-style-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-hidden-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-name-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-parent-id-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-qformat-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/char/default-font-name-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/char/default-font-name-destination.js +0 -21
- package/lib/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/default/char/default-run-properties-destination.js +0 -25
- package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +0 -7
- package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +0 -12
- package/lib/docx/import/destination/style/default/document-defaults-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/document-defaults-destination.js +0 -13
- package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +0 -12
- package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +0 -10
- package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +0 -17
- package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +0 -18
- package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +0 -31
- package/lib/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/run-style-reference-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/style-conditional-table-formatting.d.ts +0 -12
- package/lib/docx/import/destination/style/style-conditional-table-formatting.js +0 -55
- package/lib/docx/import/destination/style/style-destination-base.d.ts +0 -22
- package/lib/docx/import/destination/style/style-destination-base.js +0 -65
- package/lib/docx/import/destination/style/style-destination.d.ts +0 -13
- package/lib/docx/import/destination/style/style-destination.js +0 -60
- package/lib/docx/import/destination/style/styles-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/styles-destination.js +0 -13
- package/lib/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +0 -46
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +0 -7
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +0 -12
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +0 -12
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +0 -8
- package/lib/docx/import/destination/table/cell/table-cell-destination.d.ts +0 -19
- package/lib/docx/import/destination/table/cell/table-cell-destination.js +0 -71
- package/lib/docx/import/destination/table/height-unit-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/height-unit-destination.js +0 -20
- package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.js +0 -14
- package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +0 -7
- package/lib/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +0 -4
- package/lib/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-header-destination.js +0 -10
- package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +0 -7
- package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +0 -11
- package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.js +0 -48
- package/lib/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +0 -9
- package/lib/docx/import/destination/table/row/table-row-destination.d.ts +0 -14
- package/lib/docx/import/destination/table/row/table-row-destination.js +0 -44
- package/lib/docx/import/destination/table/table/grid-column-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-alignment-destination.js +0 -12
- package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +0 -10
- package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +0 -20
- package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.js +0 -24
- package/lib/docx/import/destination/table/table/properties/table-layout-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-layout-destination.js +0 -12
- package/lib/docx/import/destination/table/table/properties/table-look-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +0 -15
- package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.js +0 -61
- package/lib/docx/import/destination/table/table/properties/table-properties-destination.d.ts +0 -11
- package/lib/docx/import/destination/table/table/properties/table-properties-destination.js +0 -17
- package/lib/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +0 -12
- package/lib/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +0 -13
- package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +0 -13
- package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.js +0 -11
- package/lib/docx/import/destination/table/table/table-destination.d.ts +0 -17
- package/lib/docx/import/destination/table/table/table-destination.js +0 -78
- package/lib/docx/import/destination/table/table/table-grid-destination.d.ts +0 -9
- package/lib/docx/import/destination/table/table/table-grid-destination.js +0 -15
- package/lib/docx/import/destination/table/table-style-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/width-unit-destination.d.ts +0 -15
- package/lib/docx/import/destination/table/width-unit-destination.js +0 -33
- package/lib/docx/import/destination/tabs/tab-destination.d.ts +0 -6
- package/lib/docx/import/destination/tabs/tab-destination.js +0 -22
- package/lib/docx/import/destination/tabs/tabs-destination.d.ts +0 -7
- package/lib/docx/import/destination/tabs/tabs-destination.js +0 -11
- package/lib/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +0 -11
- package/lib/docx/import/destination/themes/color/drawing-color-destination-base.js +0 -28
- package/lib/docx/import/destination/themes/color/drawing-color-destination.d.ts +0 -7
- package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +0 -17
- package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +0 -83
- package/lib/docx/import/destination/themes/color/h-slcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/h-slcolor-destination.js +0 -13
- package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.js +0 -7
- package/lib/docx/import/destination/themes/color/office-theme-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/themes/color/office-theme-color-destination.js +0 -15
- package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +0 -29
- package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +0 -13
- package/lib/docx/import/destination/themes/color/preset-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.js +0 -10
- package/lib/docx/import/destination/themes/color/scheme-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/scheme-color-destination.js +0 -11
- package/lib/docx/import/destination/themes/color/system-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/system-color-destination.js +0 -11
- package/lib/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +0 -10
- package/lib/docx/import/destination/themes/font/drawing-text-font-destination.js +0 -31
- package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +0 -21
- package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +0 -54
- package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +0 -13
- package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +0 -23
- package/lib/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +0 -10
- package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +0 -15
- package/lib/docx/import/destination/themes/office-theme-destination.d.ts +0 -9
- package/lib/docx/import/destination/themes/office-theme-destination.js +0 -20
- package/lib/docx/import/destination/themes/office-theme-elements-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/office-theme-elements-destination.js +0 -15
- package/lib/docx/import/destination/vml/v-mlshape-destination.d.ts +0 -74
- package/lib/docx/import/destination/vml/v-mlshape-destination.js +0 -294
- package/lib/docx/import/importer-options.d.ts +0 -13
- package/lib/docx/import/importer-options.js +0 -14
- package/lib/docx/import/importer.d.ts +0 -21
- package/lib/docx/import/importer.js +0 -135
- package/lib/docx/import/importers/alt-chunk-importer.d.ts +0 -10
- package/lib/docx/import/importers/bookmark-importer.d.ts +0 -9
- package/lib/docx/import/importers/bookmark-importer.js +0 -15
- package/lib/docx/import/importers/character-importer.d.ts +0 -21
- package/lib/docx/import/importers/character-importer.js +0 -58
- package/lib/docx/import/importers/comments-importer.d.ts +0 -8
- package/lib/docx/import/importers/core-properties-importer.d.ts +0 -8
- package/lib/docx/import/importers/custom-properties-importer.d.ts +0 -6
- package/lib/docx/import/importers/end-notes-importer.d.ts +0 -6
- package/lib/docx/import/importers/field-importer.d.ts +0 -21
- package/lib/docx/import/importers/field-importer.js +0 -78
- package/lib/docx/import/importers/foot-notes-importer.d.ts +0 -7
- package/lib/docx/import/importers/header-footer-importer.d.ts +0 -6
- package/lib/docx/import/importers/numbering-list-importer.d.ts +0 -9
- package/lib/docx/import/importers/paragraph-importer.d.ts +0 -26
- package/lib/docx/import/importers/paragraph-importer.js +0 -60
- package/lib/docx/import/importers/position-importer.d.ts +0 -7
- package/lib/docx/import/importers/range-permission-importer.d.ts +0 -11
- package/lib/docx/import/importers/range-permission-importer.js +0 -36
- package/lib/docx/import/importers/section-importer.d.ts +0 -15
- package/lib/docx/import/importers/section-importer.js +0 -30
- package/lib/docx/import/importers/settings-importer.d.ts +0 -9
- package/lib/docx/import/importers/styles-importer.d.ts +0 -124
- package/lib/docx/import/importers/styles-importer.js +0 -343
- package/lib/docx/import/importers/table-importer.d.ts +0 -15
- package/lib/docx/import/importers/table-importer.js +0 -23
- package/lib/docx/import/importers/themes-importer.d.ts +0 -6
- package/lib/docx/import/importers/web-settings-importer.d.ts +0 -9
- package/lib/docx/import/list/open-xml-abstract-numbering-info.d.ts +0 -8
- package/lib/docx/import/list/open-xml-list-level-override.d.ts +0 -16
- package/lib/docx/import/list/open-xml-list-level-override.js +0 -38
- package/lib/docx/import/list/open-xml-numbering-list-info.d.ts +0 -10
- package/lib/docx/import/model/alt-chunk-info.d.ts +0 -8
- package/lib/docx/import/model/comment-list-info.d.ts +0 -19
- package/lib/docx/import/model/floating-object-import-info.d.ts +0 -32
- package/lib/docx/import/model/floating-object-import-info.js +0 -67
- package/lib/docx/import/model/import-bookmark-info.d.ts +0 -9
- package/lib/docx/import/model/import-bookmark-info.js +0 -15
- package/lib/docx/import/model/import-field-info.d.ts +0 -17
- package/lib/docx/import/model/import-range-permission-info.d.ts +0 -12
- package/lib/docx/import/model/import-range-permission-info.js +0 -10
- package/lib/docx/import/model/import-sub-document-info.d.ts +0 -33
- package/lib/docx/import/model/import-sub-document-info.js +0 -37
- package/lib/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +0 -17
- package/lib/docx/import/utils/culture-info-helper.d.ts +0 -6
- package/lib/docx/import/utils/culture-info-helper.js +0 -386
- package/lib/docx/import/utils/markup-language-color-parser.d.ts +0 -9
- package/lib/docx/import/utils/markup-language-color-parser.js +0 -79
- package/lib/docx/import/utils/reader-helper.d.ts +0 -38
- package/lib/docx/import/utils/reader-helper.js +0 -188
- package/lib/docx/import/utils/relations-collection.d.ts +0 -22
- package/lib/docx/import/utils/relations-collection.js +0 -93
- package/lib/docx/translation-table/ml-table-data.d.ts +0 -7
- package/lib/docx/translation-table/translation-tables-data.d.ts +0 -7
- package/lib/docx/translation-table/translation-tables.d.ts +0 -122
- package/lib/docx/translation-table/translation-tables.js +0 -910
- package/lib/docx/translation-table/word-processing-mlvalue.d.ts +0 -7
- package/lib/docx/utils/constants.d.ts +0 -141
- package/lib/docx/utils/constants.js +0 -193
- package/lib/docx/utils/lock-aspect-ratio-table.d.ts +0 -10
- package/lib/docx/utils/open-xml-relation.d.ts +0 -9
- package/lib/docx/utils/path-helper.d.ts +0 -7
- package/lib/docx/utils/progress-indication.d.ts +0 -30
- package/lib/docx/utils/string-extensions.d.ts +0 -4
- package/lib/docx/utils/string-value-parser.d.ts +0 -7
- package/lib/docx/utils/units-converter.d.ts +0 -6
- package/lib/docx/utils/value-info.d.ts +0 -10
- package/lib/docx/utils/xml-chars-decoder.d.ts +0 -5
- package/lib/docx/zip/xml-reader.d.ts +0 -39
- package/lib/docx/zip/xml-writer.d.ts +0 -41
- package/lib/docx/zip/xml-writer.js +0 -149
- package/lib/docx/zip/zip-builder.d.ts +0 -12
- package/lib/docx/zip/zip-reader.d.ts +0 -12
- package/lib/dxt-utils/dxt-utils/devextreme-types.d.ts +0 -77
- package/lib/dxt-utils/dxt-utils/dxt-theme-css-classes.d.ts +0 -15
- package/lib/dxt-utils/dxt-utils/dxt-utils.d.ts +0 -9
- package/lib/html/import/containers/runs.d.ts +0 -60
- package/lib/html/import/containers/runs.js +0 -85
- package/lib/html/import/containers/tables.d.ts +0 -37
- package/lib/html/import/containers/tables.js +0 -70
- package/lib/html/import/html-importer.d.ts +0 -68
- package/lib/html/import/html-importer.js +0 -332
- package/lib/html/import/html-model-inserter.d.ts +0 -33
- package/lib/html/import/html-model-inserter.js +0 -153
- package/lib/html/import/importers/a.d.ts +0 -9
- package/lib/html/import/importers/a.js +0 -39
- package/lib/html/import/importers/b.d.ts +0 -8
- package/lib/html/import/importers/base.d.ts +0 -19
- package/lib/html/import/importers/br.d.ts +0 -8
- package/lib/html/import/importers/br.js +0 -20
- package/lib/html/import/importers/center.d.ts +0 -8
- package/lib/html/import/importers/cite.d.ts +0 -8
- package/lib/html/import/importers/div.d.ts +0 -8
- package/lib/html/import/importers/em.d.ts +0 -8
- package/lib/html/import/importers/font.d.ts +0 -8
- package/lib/html/import/importers/i.d.ts +0 -8
- package/lib/html/import/importers/img.d.ts +0 -8
- package/lib/html/import/importers/img.js +0 -26
- package/lib/html/import/importers/li.d.ts +0 -8
- package/lib/html/import/importers/list-base.d.ts +0 -8
- package/lib/html/import/importers/list-base.js +0 -35
- package/lib/html/import/importers/ol.d.ts +0 -5
- package/lib/html/import/importers/p.d.ts +0 -29
- package/lib/html/import/importers/pre.d.ts +0 -9
- package/lib/html/import/importers/span.d.ts +0 -9
- package/lib/html/import/importers/span.js +0 -28
- package/lib/html/import/importers/table.d.ts +0 -13
- package/lib/html/import/importers/table.js +0 -78
- package/lib/html/import/importers/tbody.d.ts +0 -8
- package/lib/html/import/importers/td.d.ts +0 -23
- package/lib/html/import/importers/td.js +0 -113
- package/lib/html/import/importers/text-node.d.ts +0 -8
- package/lib/html/import/importers/text-node.js +0 -42
- package/lib/html/import/importers/tr.d.ts +0 -19
- package/lib/html/import/importers/tr.js +0 -57
- package/lib/html/import/importers/tt.d.ts +0 -8
- package/lib/html/import/importers/ul.d.ts +0 -5
- package/lib/html/import/importers/undefined.d.ts +0 -8
- package/lib/html/import/importers/undefined.js +0 -16
- package/lib/html/import/load-font-info.d.ts +0 -10
- package/lib/html/import/utils/character-properties-utils.d.ts +0 -34
- package/lib/html/import/utils/character-properties-utils.js +0 -151
- package/lib/html/import/utils/font-utils.d.ts +0 -5
- package/lib/html/import/utils/paragraph-list-properties-utils.d.ts +0 -29
- package/lib/html/import/utils/paragraph-list-properties-utils.js +0 -158
- package/lib/html/import/utils/paragraph-properties-utils.d.ts +0 -22
- package/lib/html/import/utils/paragraph-properties-utils.js +0 -146
- package/lib/html/import/utils/tab-stops-utils.d.ts +0 -5
- package/lib/html/import/utils/tab-stops-utils.js +0 -71
- package/lib/html/import/utils/utils.d.ts +0 -17
- package/lib/html/import/utils/utils.js +0 -86
- package/lib/html/model/history/paste-html-data-history-item.d.ts +0 -19
- package/lib/html/model/history/paste-html-data-history-item.js +0 -108
- package/lib/model-api/anchor-info.d.ts +0 -67
- package/lib/model-api/api-utils/api-utils.d.ts +0 -25
- package/lib/model-api/api-utils/api-utils.js +0 -120
- package/lib/model-api/api-utils/bookmark-finder.d.ts +0 -4
- package/lib/model-api/api-utils/insert-text.d.ts +0 -9
- package/lib/model-api/api-utils/insert-text.js +0 -52
- package/lib/model-api/api-utils/model-parameter-checker.d.ts +0 -12
- package/lib/model-api/api-utils/model-parameter-checker.js +0 -40
- package/lib/model-api/api-utils/range-permission-finder.d.ts +0 -6
- package/lib/model-api/bookmark.d.ts +0 -17
- package/lib/model-api/bookmark.js +0 -24
- package/lib/model-api/character-properties.d.ts +0 -46
- package/lib/model-api/character-properties.js +0 -102
- package/lib/model-api/collections/bookmark-collection.d.ts +0 -15
- package/lib/model-api/collections/bookmark-collection.js +0 -52
- package/lib/model-api/collections/collection.d.ts +0 -10
- package/lib/model-api/collections/control-font.d.ts +0 -12
- package/lib/model-api/collections/control-font.js +0 -35
- package/lib/model-api/collections/drawing-object-collection-base.d.ts +0 -20
- package/lib/model-api/collections/drawing-object-collection-base.js +0 -54
- package/lib/model-api/collections/drawing-object-collection.d.ts +0 -19
- package/lib/model-api/collections/drawing-object-collection.js +0 -72
- package/lib/model-api/collections/field-collection.d.ts +0 -27
- package/lib/model-api/collections/field-collection.js +0 -125
- package/lib/model-api/collections/fonts-collection.d.ts +0 -11
- package/lib/model-api/collections/hyperlink-collection.d.ts +0 -15
- package/lib/model-api/collections/hyperlink-collection.js +0 -83
- package/lib/model-api/collections/numbered-list-collection.d.ts +0 -13
- package/lib/model-api/collections/numbered-list-collection.js +0 -47
- package/lib/model-api/collections/paragraph-collection.d.ts +0 -15
- package/lib/model-api/collections/paragraph-collection.js +0 -34
- package/lib/model-api/collections/range-permission-collection.d.ts +0 -22
- package/lib/model-api/collections/range-permission-collection.js +0 -93
- package/lib/model-api/collections/section-collection.d.ts +0 -11
- package/lib/model-api/collections/sub-documents-collection.d.ts +0 -11
- package/lib/model-api/collections/sub-documents-collection.js +0 -24
- package/lib/model-api/collections/table/table-cell-collection.d.ts +0 -12
- package/lib/model-api/collections/table/table-cell-collection.js +0 -17
- package/lib/model-api/collections/table/table-collection.d.ts +0 -15
- package/lib/model-api/collections/table/table-collection.js +0 -69
- package/lib/model-api/collections/table/table-row-collection.d.ts +0 -12
- package/lib/model-api/collections/table/table-row-collection.js +0 -17
- package/lib/model-api/document.d.ts +0 -54
- package/lib/model-api/document.js +0 -111
- package/lib/model-api/field.d.ts +0 -49
- package/lib/model-api/field.js +0 -109
- package/lib/model-api/fonts/control-font-face-descriptors.d.ts +0 -11
- package/lib/model-api/fonts/control-font.d.ts +0 -18
- package/lib/model-api/fonts/control-font.js +0 -39
- package/lib/model-api/fonts/model-font.d.ts +0 -11
- package/lib/model-api/formats/enum.d.ts +0 -6
- package/lib/model-api/formats/exporter.d.ts +0 -5
- package/lib/model-api/formats/exporter.js +0 -23
- package/lib/model-api/formats/importer.d.ts +0 -11
- package/lib/model-api/formats/importer.js +0 -64
- package/lib/model-api/images/floating-image.d.ts +0 -26
- package/lib/model-api/images/floating-image.js +0 -169
- package/lib/model-api/images/image-enums.d.ts +0 -61
- package/lib/model-api/images/image-interfaces.d.ts +0 -92
- package/lib/model-api/images/image-iterator.d.ts +0 -14
- package/lib/model-api/images/image-iterator.js +0 -23
- package/lib/model-api/images/image.d.ts +0 -33
- package/lib/model-api/images/image.js +0 -108
- package/lib/model-api/images/images.d.ts +0 -22
- package/lib/model-api/images/images.js +0 -221
- package/lib/model-api/images/inline-image.d.ts +0 -10
- package/lib/model-api/interval.d.ts +0 -15
- package/lib/model-api/lists/enums.d.ts +0 -79
- package/lib/model-api/lists/enums.js +0 -90
- package/lib/model-api/lists/list-level-settings.d.ts +0 -18
- package/lib/model-api/lists/lists.d.ts +0 -14
- package/lib/model-api/lists/lists.js +0 -114
- package/lib/model-api/paragraph.d.ts +0 -73
- package/lib/model-api/paragraph.js +0 -161
- package/lib/model-api/picture.d.ts +0 -34
- package/lib/model-api/picture.js +0 -186
- package/lib/model-api/range-permission.d.ts +0 -18
- package/lib/model-api/range-permission.js +0 -25
- package/lib/model-api/rectangle.d.ts +0 -8
- package/lib/model-api/section.d.ts +0 -148
- package/lib/model-api/section.js +0 -285
- package/lib/model-api/size.d.ts +0 -13
- package/lib/model-api/sub-document.d.ts +0 -68
- package/lib/model-api/sub-document.js +0 -288
- package/lib/model-api/table/table-cell.d.ts +0 -9
- package/lib/model-api/table/table-cell.js +0 -12
- package/lib/model-api/table/table-row.d.ts +0 -13
- package/lib/model-api/table/table-row.js +0 -17
- package/lib/model-api/table/table.d.ts +0 -16
- package/lib/model-api/table/table.js +0 -23
- package/lib/model-api/text-box.d.ts +0 -44
- package/lib/model-api/text-box.js +0 -103
- package/lib/model-api/unit-converter.d.ts +0 -14
- package/lib/model-api/utils/get-layout-point.d.ts +0 -9
- package/lib/model-api/utils/get-layout-point.js +0 -24
- package/lib/pdf/api/pdf.d.ts +0 -5
- package/lib/pdf/box-exporter.d.ts +0 -19
- package/lib/pdf/box-exporter.js +0 -89
- package/lib/pdf/character-properties-exporter.d.ts +0 -8
- package/lib/pdf/character-properties-exporter.js +0 -21
- package/lib/pdf/export-options.d.ts +0 -5
- package/lib/pdf/exporter.d.ts +0 -16
- package/lib/pdf/exporter.js +0 -117
- package/lib/pdf/interfaces.d.ts +0 -109
- package/lib/pdf/page-area-exporter.d.ts +0 -15
- package/lib/pdf/page-area-exporter.js +0 -43
- package/lib/pdf/page-exporter.d.ts +0 -20
- package/lib/pdf/page-exporter.js +0 -92
- package/lib/pdf/row-exporter.d.ts +0 -12
- package/lib/pdf/table-column-info-exporter.d.ts +0 -14
- package/lib/pdf/table-column-info-exporter.js +0 -53
- package/lib/rtf/export/characters.d.ts +0 -44
- package/lib/rtf/export/exporter.d.ts +0 -37
- package/lib/rtf/export/exporter.js +0 -208
- package/lib/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +0 -7
- package/lib/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +0 -7
- package/lib/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +0 -8
- package/lib/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +0 -10
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +0 -8
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +0 -14
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +0 -16
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.js +0 -74
- package/lib/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +0 -8
- package/lib/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +0 -13
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +0 -26
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.js +0 -144
- package/lib/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +0 -14
- package/lib/rtf/export/exporters/rtf-character-properties-exporter.d.ts +0 -35
- package/lib/rtf/export/exporters/rtf-character-properties-exporter.js +0 -178
- package/lib/rtf/export/exporters/rtf-content-exporter.d.ts +0 -133
- package/lib/rtf/export/exporters/rtf-content-exporter.js +0 -902
- package/lib/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +0 -40
- package/lib/rtf/export/exporters/rtf-numbering-list-exporter.js +0 -235
- package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +0 -62
- package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.js +0 -340
- package/lib/rtf/export/exporters/rtf-properties-exporter.d.ts +0 -20
- package/lib/rtf/export/exporters/rtf-properties-exporter.js +0 -103
- package/lib/rtf/export/exporters/rtf-section-properties-exporter.d.ts +0 -21
- package/lib/rtf/export/exporters/rtf-section-properties-exporter.js +0 -96
- package/lib/rtf/export/exporters/rtf-style-exporter.d.ts +0 -54
- package/lib/rtf/export/exporters/rtf-style-exporter.js +0 -286
- package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +0 -48
- package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +0 -152
- package/lib/rtf/export/exporters/table/rtf-table-exporter.d.ts +0 -7
- package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +0 -17
- package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.js +0 -93
- package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +0 -17
- package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +0 -78
- package/lib/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +0 -12
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +0 -54
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +0 -220
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +0 -11
- package/lib/rtf/export/helpers/rtf-export-helper.d.ts +0 -24
- package/lib/rtf/export/helpers/rtf-export-helper.js +0 -49
- package/lib/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +0 -12
- package/lib/rtf/export/helpers/rtf-shading-info-export-helper.js +0 -28
- package/lib/rtf/export/piece-table-numbering-list-counters-manager.d.ts +0 -5
- package/lib/rtf/export/rtf-builder.d.ts +0 -61
- package/lib/rtf/export/rtf-builder.js +0 -323
- package/lib/rtf/export/rtf-document-exporter-options.d.ts +0 -52
- package/lib/rtf/export/rtf-document-exporter-options.js +0 -55
- package/lib/rtf/import/destination/base/destination.d.ts +0 -60
- package/lib/rtf/import/destination/base/destination.js +0 -160
- package/lib/rtf/import/destination/base/hex-content-destination.d.ts +0 -10
- package/lib/rtf/import/destination/base/hex-stream-destination.d.ts +0 -9
- package/lib/rtf/import/destination/base/skip-destination.d.ts +0 -16
- package/lib/rtf/import/destination/base/string-property-base-destination.d.ts +0 -15
- package/lib/rtf/import/destination/base/string-property-base-destination.js +0 -26
- package/lib/rtf/import/destination/base/string-property-destination.d.ts +0 -14
- package/lib/rtf/import/destination/base/string-property-destination.js +0 -24
- package/lib/rtf/import/destination/base/string-value-destination-base.d.ts +0 -9
- package/lib/rtf/import/destination/base/string-value-destination-base.js +0 -11
- package/lib/rtf/import/destination/base/string-value-destination.d.ts +0 -12
- package/lib/rtf/import/destination/base/text-after-destination.d.ts +0 -7
- package/lib/rtf/import/destination/base/text-before-destination.d.ts +0 -7
- package/lib/rtf/import/destination/base/unicode-destination.d.ts +0 -12
- package/lib/rtf/import/destination/base/unicode-string-value-destination.d.ts +0 -14
- package/lib/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +0 -9
- package/lib/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +0 -10
- package/lib/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +0 -10
- package/lib/rtf/import/destination/color-table-destination.d.ts +0 -26
- package/lib/rtf/import/destination/color-table-destination.js +0 -170
- package/lib/rtf/import/destination/custom-properties-destination.d.ts +0 -13
- package/lib/rtf/import/destination/destination-revision-author-table.d.ts +0 -11
- package/lib/rtf/import/destination/document-variable-destination.d.ts +0 -13
- package/lib/rtf/import/destination/fields/code-field-destination.d.ts +0 -13
- package/lib/rtf/import/destination/fields/enums.d.ts +0 -6
- package/lib/rtf/import/destination/fields/field-destination.d.ts +0 -20
- package/lib/rtf/import/destination/fields/field-map-data-destination.d.ts +0 -34
- package/lib/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/field-sub-destination.d.ts +0 -15
- package/lib/rtf/import/destination/fields/form-field-destination.d.ts +0 -26
- package/lib/rtf/import/destination/fields/form-field-destination.js +0 -71
- package/lib/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-help-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-name-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/mail-merge-destination.d.ts +0 -19
- package/lib/rtf/import/destination/fields/result-field-destination.d.ts +0 -9
- package/lib/rtf/import/destination/fields/table-content-field-destination.d.ts +0 -19
- package/lib/rtf/import/destination/font-table-destination.d.ts +0 -21
- package/lib/rtf/import/destination/info/info-destination.d.ts +0 -25
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +0 -54
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +0 -166
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +0 -48
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +0 -275
- package/lib/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +0 -14
- package/lib/rtf/import/destination/numbering-list/list-level-destination.d.ts +0 -37
- package/lib/rtf/import/destination/numbering-list/list-level-destination.js +0 -144
- package/lib/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +0 -15
- package/lib/rtf/import/destination/numbering-list/list-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +0 -15
- package/lib/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +0 -16
- package/lib/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-table-destination.d.ts +0 -28
- package/lib/rtf/import/destination/page-background-destination.d.ts +0 -9
- package/lib/rtf/import/destination/picture/picture-destination.d.ts +0 -66
- package/lib/rtf/import/destination/picture/picture-destination.js +0 -249
- package/lib/rtf/import/destination/picture/picture-units-converter.d.ts +0 -15
- package/lib/rtf/import/destination/properties/default-character-properties-destination.d.ts +0 -15
- package/lib/rtf/import/destination/properties/default-character-properties-destination.js +0 -26
- package/lib/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +0 -15
- package/lib/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +0 -9
- package/lib/rtf/import/destination/protection/password-hash-destination.d.ts +0 -9
- package/lib/rtf/import/destination/protection/password-hash-destination.js +0 -24
- package/lib/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +0 -12
- package/lib/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +0 -10
- package/lib/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +0 -10
- package/lib/rtf/import/destination/shape/enums.d.ts +0 -21
- package/lib/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +0 -12
- package/lib/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +0 -16
- package/lib/rtf/import/destination/shape/shape-destination-base.d.ts +0 -15
- package/lib/rtf/import/destination/shape/shape-destination.d.ts +0 -12
- package/lib/rtf/import/destination/shape/shape-instance-destination.d.ts +0 -9
- package/lib/rtf/import/destination/shape/shape-properties-destination-base.d.ts +0 -50
- package/lib/rtf/import/destination/shape/shape-properties-destination-base.js +0 -159
- package/lib/rtf/import/destination/shape/shape-property-destination.d.ts +0 -19
- package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +0 -21
- package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.js +0 -44
- package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +0 -11
- package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.js +0 -24
- package/lib/rtf/import/destination/shape/shape-property-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/shape-property-value-destination.d.ts +0 -13
- package/lib/rtf/import/destination/shape/shape-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/styles/character-style-destination.d.ts +0 -20
- package/lib/rtf/import/destination/styles/character-style-destination.js +0 -51
- package/lib/rtf/import/destination/styles/style-sheet-destination.d.ts +0 -28
- package/lib/rtf/import/destination/styles/style-sheet-destination.js +0 -93
- package/lib/rtf/import/destination/styles/table-style-destination.d.ts +0 -39
- package/lib/rtf/import/destination/styles/table-style-destination.js +0 -154
- package/lib/rtf/import/destination/sub-document/default-destination.d.ts +0 -205
- package/lib/rtf/import/destination/sub-document/default-destination.js +0 -580
- package/lib/rtf/import/destination/sub-document/destination-sub-document.d.ts +0 -420
- package/lib/rtf/import/destination/sub-document/destination-sub-document.js +0 -1835
- package/lib/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +0 -11
- package/lib/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +0 -8
- package/lib/rtf/import/destination/sub-document/section-page-header-destination.d.ts +0 -8
- package/lib/rtf/import/destination/table/skip-nested-table-destination.d.ts +0 -10
- package/lib/rtf/import/destination/user-table-destination.d.ts +0 -9
- package/lib/rtf/import/destination/utils/destination-type.d.ts +0 -78
- package/lib/rtf/import/destination/utils/enums.d.ts +0 -42
- package/lib/rtf/import/dx-decoding/decoder-base.d.ts +0 -4
- package/lib/rtf/import/dx-decoding/decoder-helper.d.ts +0 -5
- package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +0 -6
- package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.js +0 -43
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +0 -6
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.js +0 -36
- package/lib/rtf/import/dx-decoding/russian-decoder.d.ts +0 -133
- package/lib/rtf/import/dx-decoding/specified-symbols-949.d.ts +0 -2
- package/lib/rtf/import/dx-decoding/specified-symbols-949.js +0 -272
- package/lib/rtf/import/dx-decoding/specified-symbols.d.ts +0 -10
- package/lib/rtf/import/dx-decoding/specified-symbols.js +0 -507
- package/lib/rtf/import/encoding/character-decoder.d.ts +0 -6
- package/lib/rtf/import/encoding/code-page-character-decoder.d.ts +0 -13
- package/lib/rtf/import/encoding/code-pages.d.ts +0 -18
- package/lib/rtf/import/encoding/dx-encoding.d.ts +0 -5
- package/lib/rtf/import/encoding/dx-encoding.js +0 -26
- package/lib/rtf/import/encoding/empty-character-decoder.d.ts +0 -8
- package/lib/rtf/import/encoding/skip-character-decoder.d.ts +0 -8
- package/lib/rtf/import/encoding/unicode-character-decoder.d.ts +0 -12
- package/lib/rtf/import/importer-options.d.ts +0 -8
- package/lib/rtf/import/importer-options.js +0 -9
- package/lib/rtf/import/importers/bookmark-importer.d.ts +0 -14
- package/lib/rtf/import/importers/bookmark-importer.js +0 -36
- package/lib/rtf/import/importers/character-importer.d.ts +0 -32
- package/lib/rtf/import/importers/character-importer.js +0 -132
- package/lib/rtf/import/importers/comments-importer.d.ts +0 -11
- package/lib/rtf/import/importers/field-importer.d.ts +0 -33
- package/lib/rtf/import/importers/field-importer.js +0 -91
- package/lib/rtf/import/importers/font-importer.d.ts +0 -17
- package/lib/rtf/import/importers/font-importer.js +0 -36
- package/lib/rtf/import/importers/image-importer.d.ts +0 -20
- package/lib/rtf/import/importers/image-importer.js +0 -73
- package/lib/rtf/import/importers/importer-base.d.ts +0 -16
- package/lib/rtf/import/importers/importers-collection.d.ts +0 -36
- package/lib/rtf/import/importers/numbering-lists-importer.d.ts +0 -27
- package/lib/rtf/import/importers/paragraph-importer.d.ts +0 -26
- package/lib/rtf/import/importers/paragraph-importer.js +0 -101
- package/lib/rtf/import/importers/range-permission-importer.d.ts +0 -17
- package/lib/rtf/import/importers/range-permission-importer.js +0 -33
- package/lib/rtf/import/importers/section-importer.d.ts +0 -25
- package/lib/rtf/import/importers/section-importer.js +0 -102
- package/lib/rtf/import/importers/shape-importer.d.ts +0 -11
- package/lib/rtf/import/importers/shape-importer.js +0 -42
- package/lib/rtf/import/importers/styles/base-style-importer.d.ts +0 -27
- package/lib/rtf/import/importers/styles/character-style-importer.d.ts +0 -10
- package/lib/rtf/import/importers/styles/character-style-importer.js +0 -19
- package/lib/rtf/import/importers/styles/paragraph-style-importer.d.ts +0 -12
- package/lib/rtf/import/importers/styles/paragraph-style-importer.js +0 -26
- package/lib/rtf/import/importers/styles/rtf-style-importer-state.d.ts +0 -6
- package/lib/rtf/import/importers/styles/table-style-importer.d.ts +0 -10
- package/lib/rtf/import/importers/styles/table-style-importer.js +0 -20
- package/lib/rtf/import/importers/styles-importer.d.ts +0 -20
- package/lib/rtf/import/importers/table-importer.d.ts +0 -13
- package/lib/rtf/import/importers/table-importer.js +0 -30
- package/lib/rtf/import/keyword-tables/character-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/character-properties.js +0 -64
- package/lib/rtf/import/keyword-tables/default-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/default-keywords.js +0 -23
- package/lib/rtf/import/keyword-tables/document-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/document-properties.js +0 -15
- package/lib/rtf/import/keyword-tables/keyword-table-holder.d.ts +0 -9
- package/lib/rtf/import/keyword-tables/keyword-table-holder.js +0 -295
- package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +0 -44
- package/lib/rtf/import/keyword-tables/paragraph-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/paragraph-properties.js +0 -83
- package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +0 -28
- package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +0 -227
- package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +0 -8
- package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +0 -105
- package/lib/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +0 -4
- package/lib/rtf/import/keyword-tables/sub-document/table-keywords.js +0 -243
- package/lib/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +0 -7
- package/lib/rtf/import/model/bookmark/import-bookmark-info.d.ts +0 -9
- package/lib/rtf/import/model/character/character-properties.d.ts +0 -23
- package/lib/rtf/import/model/character/character-properties.js +0 -60
- package/lib/rtf/import/model/character/enums.d.ts +0 -23
- package/lib/rtf/import/model/character/font-info-collection.d.ts +0 -7
- package/lib/rtf/import/model/character/rtf-font-info.d.ts +0 -18
- package/lib/rtf/import/model/character/rtf-formatting-info.d.ts +0 -21
- package/lib/rtf/import/model/color-collections.d.ts +0 -13
- package/lib/rtf/import/model/color-collections.js +0 -13
- package/lib/rtf/import/model/comment/import-comment-info.d.ts +0 -3
- package/lib/rtf/import/model/enums.d.ts +0 -16
- package/lib/rtf/import/model/fields/rtf-field-info.d.ts +0 -20
- package/lib/rtf/import/model/image/picture-destination-info.d.ts +0 -27
- package/lib/rtf/import/model/image/rtf-image-info.d.ts +0 -16
- package/lib/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +0 -25
- package/lib/rtf/import/model/numbering-lists/rtf-list-converter.js +0 -138
- package/lib/rtf/import/model/numbering-lists/rtf-list-level.d.ts +0 -16
- package/lib/rtf/import/model/numbering-lists/rtf-list-level.js +0 -42
- package/lib/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +0 -9
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +0 -6
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +0 -7
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +0 -15
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +0 -7
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +0 -15
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +0 -20
- package/lib/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +0 -48
- package/lib/rtf/import/model/paragraph/paragraph-properties.d.ts +0 -38
- package/lib/rtf/import/model/paragraph/paragraph-properties.js +0 -98
- package/lib/rtf/import/model/range-permission/import-range-permission-info.d.ts +0 -15
- package/lib/rtf/import/model/range-permission/import-range-permission-info.js +0 -20
- package/lib/rtf/import/model/rtf-document-properties.d.ts +0 -15
- package/lib/rtf/import/model/rtf-revision-authors.d.ts +0 -6
- package/lib/rtf/import/model/section/general-section-info.d.ts +0 -17
- package/lib/rtf/import/model/section/line-numbering-info.d.ts +0 -9
- package/lib/rtf/import/model/section/margins-info.d.ts +0 -12
- package/lib/rtf/import/model/section/page-numbering-info.d.ts +0 -10
- package/lib/rtf/import/model/section/page-numbering-info.js +0 -16
- package/lib/rtf/import/model/section/rtf-section-properties.d.ts +0 -25
- package/lib/rtf/import/model/section/rtf-section-properties.js +0 -49
- package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +0 -20
- package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +0 -46
- package/lib/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +0 -13
- package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +0 -4
- package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +0 -6
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +0 -35
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +0 -145
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +0 -9
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +0 -14
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +0 -10
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +0 -25
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +0 -20
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +0 -64
- package/lib/rtf/import/model/shape/shape-properties-info.d.ts +0 -10
- package/lib/rtf/import/model/shape/shape-type-code.d.ts +0 -206
- package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +0 -20
- package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.js +0 -31
- package/lib/rtf/import/model/table/properties/rtf-table-properties.d.ts +0 -20
- package/lib/rtf/import/model/table/properties/rtf-table-properties.js +0 -50
- package/lib/rtf/import/model/table/properties/table-floating-position-info.d.ts +0 -15
- package/lib/rtf/import/model/table/properties/table-row-properties.d.ts +0 -26
- package/lib/rtf/import/model/table/properties/table-row-properties.js +0 -39
- package/lib/rtf/import/model/table/rtf-table-cell.d.ts +0 -20
- package/lib/rtf/import/model/table/rtf-table-cell.js +0 -30
- package/lib/rtf/import/model/table/rtf-table-row.d.ts +0 -17
- package/lib/rtf/import/model/table/rtf-table-row.js +0 -21
- package/lib/rtf/import/model/table/rtf-table.d.ts +0 -17
- package/lib/rtf/import/model/table/rtf-table.js +0 -29
- package/lib/rtf/import/properties-normalization/tmp.d.ts +0 -1
- package/lib/rtf/import/rtf-import-data.d.ts +0 -100
- package/lib/rtf/import/rtf-import-data.js +0 -352
- package/lib/rtf/import/rtf-importer.d.ts +0 -17
- package/lib/rtf/import/rtf-importer.js +0 -56
- package/lib/rtf/import/table/rtf-table-cell-controller.d.ts +0 -17
- package/lib/rtf/import/table/rtf-table-columns-calculator.d.ts +0 -9
- package/lib/rtf/import/table/rtf-table-controller.d.ts +0 -18
- package/lib/rtf/import/table/rtf-table-row-controller.d.ts +0 -22
- package/lib/rtf/import/table/rtf-table-state.d.ts +0 -13
- package/lib/rtf/import/table/states/manager-state.d.ts +0 -20
- package/lib/rtf/import/table/states/no-table-state.d.ts +0 -15
- package/lib/rtf/import/table/states/state-base.d.ts +0 -20
- package/lib/rtf/import/table/table-converter.d.ts +0 -44
- package/lib/rtf/import/table/table-converter.js +0 -250
- package/lib/rtf/import/table/table-grid.d.ts +0 -8
- package/lib/rtf/import/table/table-reader.d.ts +0 -45
- package/lib/rtf/translation-table/rtf-content-exporter.d.ts +0 -5
- package/lib/rtf/translation-table/rtf-content-exporter.js +0 -15
- package/lib/rtf/translation-table/rtf-drawing-keywords.d.ts +0 -190
- package/lib/rtf/translation-table/rtf-drawing-keywords.js +0 -264
- package/lib/rtf/translation-table/rtf-export-sr.d.ts +0 -691
- package/lib/rtf/translation-table/rtf-export-sr.js +0 -777
- package/lib/rtf/utils/character-properties-export-helper.d.ts +0 -6
- package/lib/rtf/utils/character-properties-export-helper.js +0 -11
- package/lib/rtf/utils/list-level-display-text-helper.d.ts +0 -5
- package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +0 -16
- package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.js +0 -52
- package/lib/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +0 -19
- package/lib/rtf/utils/mergers/rtf-table-properties-merger.d.ts +0 -15
- package/lib/rtf/utils/mergers/rtf-table-properties-merger.js +0 -55
- package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +0 -16
- package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.js +0 -32
- package/lib/rtf/utils/numbering-formats.d.ts +0 -3
- package/lib/rtf/utils/numbering-formats.js +0 -72
- package/lib/rtf/utils/rtf-art-border-converter.d.ts +0 -9
- package/lib/rtf/utils/rtf-art-border-converter.js +0 -188
- package/lib/rtf/utils/rtf-math-utils.d.ts +0 -6
- package/lib/rtf/utils/shape-utils.d.ts +0 -5
- package/lib/rtf/utils/unicode-char-helper.d.ts +0 -37
- package/lib/rtf/utils/unicode-char-helper.js +0 -90
- package/lib/txt/txt-exporter.d.ts +0 -13
- package/lib/txt/txt-importer.d.ts +0 -13
- package/lib/txt/txt-importer.js +0 -83
- /package/lib/{base-api → client/api}/history.js +0 -0
- /package/lib/{base-api → client/api}/loading-panel.js +0 -0
- /package/lib/{document-processor → client/document-processor}/docvar-args.js +0 -0
- /package/lib/{document-processor/public/all.js → client/document-processor/public/all.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/export/data.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/character-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/numbering-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/paragraph-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/style-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/content-types.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/core-properties.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/core-relations.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/document-relations.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/relation-collection.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/header-footer-sub-document-exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/text-box-content-exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/utils/id-generator.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/utils/writer-helper.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/borders/table-border-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/character-properties/character-formatting-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/character-properties/run-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/alt-chunk-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/background-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/body-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/document-version-destination.js +0 -0
- /package/lib/{core/layout-formatter/box/generator/multi-dimension-iterator.js → client/formats/docx/import/destination/field/field-data-destination.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/field-data-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/field-destination-base.js +0 -0
- /package/lib/{core/layout-formatter/table/layout-row-index-helper.js → client/formats/docx/import/destination/field/form-field-destination.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/form-field-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.js +0 -0
- /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
- /package/lib/{rtf/import/properties-normalization/tmp.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/property-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/relationships/relation-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/custom-run-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/data-container-run-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-run-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-text-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/inline-picture-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/inserted-run-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/revision-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/inner-section-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/last-section-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-different-first-page-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-margins-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-page-numbering-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/default-tab-stop-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/different-odd-and-even-pages-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/mirror-margins-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/structured-document-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/structured-document-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/linked-style-id-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/next-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-hidden-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-name-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-parent-id-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-qformat-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-semi-hidden-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-run-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-cell-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-row-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/run-style-reference-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-column-span-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-element-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-conditional-formatting-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-after-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-before-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/grid-column-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-look-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-overlap-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-right-to-left-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/tabs/tabs-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/drawing-color-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/preset-color-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/props/color-transform-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/alt-chunk-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/comments-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/core-properties-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/custom-properties-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/end-notes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/foot-notes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/header-footer-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/numbering-list-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/position-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/settings-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/themes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/web-settings-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/list/open-xml-abstract-numbering-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/list/open-xml-numbering-list-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/alt-chunk-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/comment-list-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/import-field-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/open-xml-style-conditional-table-formatting-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/ml-table-data.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/translation-tables-data.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/word-processing-mlvalue.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/lock-aspect-ratio-table.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/open-xml-relation.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/path-helper.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/progress-indication.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/string-extensions.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/string-value-parser.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/units-converter.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/value-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/xml-chars-decoder.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/xml-reader.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/zip-builder.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/zip-reader.js +0 -0
- /package/lib/{model-api → client/model-api}/anchor-info.js +0 -0
- /package/lib/{api-utils → client/model-api}/api-utils/parameter-checker.js +0 -0
- /package/lib/{model-api → client/model-api}/api-utils/range-permission-finder.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/collection.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/fonts-collection.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/section-collection.js +0 -0
- /package/lib/{model-api → client/model-api}/fonts/control-font-face-descriptors.js +0 -0
- /package/lib/{model-api → client/model-api}/fonts/model-font.js +0 -0
- /package/lib/{model-api → client/model-api}/formats/enum.js +0 -0
- /package/lib/{model-api → client/model-api}/images/image-enums.js +0 -0
- /package/lib/{model-api → client/model-api}/images/image-interfaces.js +0 -0
- /package/lib/{model-api → client/model-api}/images/inline-image.js +0 -0
- /package/lib/{model-api → client/model-api}/interval.js +0 -0
- /package/lib/{model-api → client/model-api}/lists/list-level-settings.js +0 -0
- /package/lib/{model-api → client/model-api}/rectangle.js +0 -0
- /package/lib/{model-api → client/model-api}/size.js +0 -0
- /package/lib/{base-utils/direction-adaptor/i-direction-adaptor.js → client/model-api/table/types.js} +0 -0
- /package/lib/{model-api → client/model-api}/unit-converter.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-localized-ribbon-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-text-content-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-toolbar-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/ribbon.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/index.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-group-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-color-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-interactive-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-base.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/base-types.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/index.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-menu-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-number-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-select-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-separator-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-sub-menu-item.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/devextreme-types.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-theme-css-classes.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-utils.js +0 -0
- /package/lib/{base → common}/auto-correct/auto-correct-service.js +0 -0
- /package/lib/{base → common}/bars/interfaces.js +0 -0
- /package/lib/{base → common}/canvas/canvas-scroll-info.js +0 -0
- /package/lib/{core → common}/canvas/i-control-height-provider.js +0 -0
- /package/lib/{base → common}/canvas/listeners/frame-base-listener.js +0 -0
- /package/lib/{base → common}/canvas/listeners/resize-box-listener.js +0 -0
- /package/lib/{core → common}/canvas/picture-renderer.js +0 -0
- /package/lib/{core → common}/canvas/renderer-class-names.js +0 -0
- /package/lib/{base → common}/canvas/renderes/change-active-sub-document/base-renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/change-active-sub-document/renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/common/print-layout-renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.js +0 -0
- /package/lib/{core → common}/canvas/renderes/z-index-helper.js +0 -0
- /package/lib/{base → common}/canvas/utils.js +0 -0
- /package/lib/{base → common}/client-side-events.js +0 -0
- /package/lib/{base → common}/commands/client-command.js +0 -0
- /package/lib/{base → common}/commands/command-manager.js +0 -0
- /package/lib/{base → common}/commands/command-states.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-alert-message-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-insert-table-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-split-table-cells-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/show-dialog-command-base.js +0 -0
- /package/lib/{base → common}/commands/dialogs/show-quick-search-panel-command.js +0 -0
- /package/lib/{base → common}/commands/fields/remove-hyperlink-command.js +0 -0
- /package/lib/{base → common}/commands/find-replace/hide-find-results-command.js +0 -0
- /package/lib/{base → common}/commands/floating-objects/context-item-floating-objects.js +0 -0
- /package/lib/{base → common}/commands/header-footer/close-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/header-footer/context-item-headers-footers.js +0 -0
- /package/lib/{base → common}/commands/header-footer/go-to-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/header-footer/go-to-prev-next-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/i-command.js +0 -0
- /package/lib/{base → common}/commands/layout/toggle-show-hidden-symbols-command.js +0 -0
- /package/lib/{base → common}/commands/numbering/remove-numeration-from-paragraphs-command.js +0 -0
- /package/lib/{base → common}/commands/ruler/toggle-show-horizontal-ruler-command.js +0 -0
- /package/lib/{base → common}/commands/section-properties/change-section-properties-command-base.js +0 -0
- /package/lib/{base → common}/commands/selection/go-to-document-end-command.js +0 -0
- /package/lib/{base → common}/commands/selection/go-to-document-start-command.js +0 -0
- /package/lib/{base → common}/commands/selection/select-all-document-command.js +0 -0
- /package/lib/{base → common}/commands/selection/select-paragraph-command.js +0 -0
- /package/lib/{base → common}/commands/selection/selection-command-base.js +0 -0
- /package/lib/{base → common}/commands/shortcut-manager.js +0 -0
- /package/lib/{base → common}/commands/shortcuts/assign-shortcut-command.js +0 -0
- /package/lib/{base → common}/commands/spelling/ignore-spelling-error-command.js +0 -0
- /package/lib/{base → common}/commands/spelling/spelling-command-base.js +0 -0
- /package/lib/{base → common}/commands/tables/context-item-tables.js +0 -0
- /package/lib/{base → common}/commands/tables/row-command-base.js +0 -0
- /package/lib/{base → common}/commands/tables/table-command-base.js +0 -0
- /package/lib/{core → common}/document-format.js +0 -0
- /package/lib/{base → common}/focus-manager.js +0 -0
- /package/lib/{core → common}/formats/document-importer-errors.js +0 -0
- /package/lib/{core → common}/formats/file-name-helper.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/b.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/base.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/center.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/cite.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/div.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/em.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/font.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/i.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/li.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/ol.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/p.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/pre.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/tbody.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/tt.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/ul.js +0 -0
- /package/lib/{html → common/formats/html}/import/load-font-info.js +0 -0
- /package/lib/{html → common/formats/html}/import/utils/font-utils.js +0 -0
- /package/lib/{core → common}/formats/i-document-exporter.js +0 -0
- /package/lib/{core → common}/formats/i-document-importer.js +0 -0
- /package/lib/{core → common}/formats/model-restorer/section-restorer.js +0 -0
- /package/lib/{core → common}/formats/model-restorer/table-restorer.js +0 -0
- /package/lib/{core → common}/formats/options.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/api/pdf.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/export-options.js +0 -0
- /package/lib/{core/model/drawing → common/formats/pdf}/interfaces.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/row-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/characters.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-floating-object-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-inline-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-jpeg-picture-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-png-picture-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-picture-run-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-text-box-run-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/rtf-table-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-nested-table-exporter-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-table-exporter-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/piece-table-numbering-list-counters-manager.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-content-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-stream-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/skip-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/string-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-after-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-before-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-string-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-end-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-start-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/custom-properties-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/destination-revision-author-table.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/document-variable-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/code-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-map-data-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-status-bar-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-sub-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-entry-macro-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-exit-macro-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-help-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/mail-merge-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/result-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/table-content-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/font-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/info/info-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/destination-old-section-numbering-level.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-numbers-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-level-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-style-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/page-background-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/picture/picture-units-converter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/properties/default-paragraph-properties-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/protection/legacy-password-hash-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-end-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-start-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-location-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-property-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-source-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/pic/shape-picture-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-instance-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-header-footer-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-footer-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-header-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/table/skip-nested-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/user-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/utils/destination-type.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/utils/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/russian-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/code-page-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/code-pages.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/empty-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/skip-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/unicode-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/comments-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/importer-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/importers-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/numbering-lists-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles/base-style-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles/rtf-style-importer-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info-core.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/font-info-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-font-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-formatting-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/comment/import-comment-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/fields/rtf-field-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/image/picture-destination-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/image/rtf-image-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-list-override-level.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-override.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-old-list-level-info-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/paragraph/paragraph-frame-formatting-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/rtf-document-properties.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/rtf-revision-authors.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/general-section-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/line-numbering-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/margins-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-properties-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-type-code.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/table/properties/table-floating-position-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-cell-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-columns-calculator.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-row-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/manager-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/no-table-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/state-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/table-grid.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/table-reader.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/list-level-display-text-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/mergers/rtf-table-properties-merger-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/rtf-math-utils.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/shape-utils.js +0 -0
- /package/lib/{txt → common/formats/txt}/txt-exporter.js +0 -0
- /package/lib/{core → common}/formats/utils/color/tint-and-shade-calculator.js +0 -0
- /package/lib/{core → common}/formats/utils/cross-existing-iterator.js +0 -0
- /package/lib/{core → common}/formats/utils/document-formats-helper.js +0 -0
- /package/lib/{core → common}/formats/utils/enums.js +0 -0
- /package/lib/{core → common}/formats/utils/images-import.js +0 -0
- /package/lib/{core → common}/formats/utils/import-bookmark-info-core.js +0 -0
- /package/lib/{core → common}/formats/utils/import-comment-info.js +0 -0
- /package/lib/{core → common}/formats/utils/numbering-list-index-constants.js +0 -0
- /package/lib/{core → common}/formats/utils/string-helper.js +0 -0
- /package/lib/{base → common}/interfaces/i-control-owner.js +0 -0
- /package/lib/{core → common}/interfaces/i-document-layout-changes-listener.js +0 -0
- /package/lib/{base → common}/interfaces/i-event-manager.js +0 -0
- /package/lib/{core → common}/interfaces/i-font-changes-listener.js +0 -0
- /package/lib/{base → common}/interfaces/i-rich-edit-core.js +0 -0
- /package/lib/{base → common}/interfaces/i-selection-layout-changes-listener.js +0 -0
- /package/lib/{core → common}/interfaces/model-changes-listener.js +0 -0
- /package/lib/{base → common}/internal-api.js +0 -0
- /package/lib/{core → common}/layout/document-layout-details-level.js +0 -0
- /package/lib/{core → common}/layout/document-layout.js +0 -0
- /package/lib/{core → common}/layout/layout-point.js +0 -0
- /package/lib/{core → common}/layout/layout-position.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/bookmark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-object-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-picture-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-column-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dash-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dependent-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-end-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-start-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-result-end-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-line-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-non-breaking-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-numbering-list-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-page-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-paragraph-mark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-picture-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-section-mark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-tab-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-column.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-page-area.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-page.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-row.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-info.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-items.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-page-info.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-cell-info.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-info.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-row-info.js +0 -0
- /package/lib/{core → common}/layout/table/table-cell-iterator.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-anchor-object-finder.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-base.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-position-creator.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/auto-scroll-visualizer.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/box-visualizer-manager.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/resize-table-visualizer.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-iterator.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-wrap.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-wraps-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/box-infos-generator.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/one-dimension-itertors.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/recursive-objects-iterators.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/column-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/layout-change-base.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/page-area-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/page-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-area-selection-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-page-selection-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/changes-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/changes-merger.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/page-changes-collector.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/paragraph-frame-changes-collector.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/table-cells-comparer.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/layout-row-bounds-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/page-anchored-object-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/base-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/horizontal.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/vertical.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/render-level-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/base-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/enums.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/main-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/model-changes-listener.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/other-page-area-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/bounds-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/columns-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/floating-restart-info-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/last-row-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/layout-dependent-cache.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/number-utils.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/remove-redundant-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/restart-preparer.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/header-footer-invalidator-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/layout-invalidator.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/position-savers.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/remove-content-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/managers/restart-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/result.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-formatting-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-state.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-sizes-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/states.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/tab-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/box-aligner.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/line-spacing-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/rectangle-utils.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/row-spacing-before-applier.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/word-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/background-info-creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/border-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/border-merger.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/borders-creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/horizontal-line-borders-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/layout-table-border.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/layout-table-horizontal-border.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-interval.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/table-properties-cache.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/cell-grid-info-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/columns.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/grid.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/horizontal-cursor-borders-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/cell-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/cell-order-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/row-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/table-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/other.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/size-compressor.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/table-alignment-applier.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/utils/table-anchored-objects-holder.js +0 -0
- /package/lib/{base → common}/loading-panel/manager.js +0 -0
- /package/lib/{base → common}/loading-panel/panel.js +0 -0
- /package/lib/{core → common}/measurer/measure-info.js +0 -0
- /package/lib/{core → common}/measurer/measurer.js +0 -0
- /package/lib/{core → common}/model/bookmarks.js +0 -0
- /package/lib/{core → common}/model/borders/border-base.js +0 -0
- /package/lib/{core → common}/model/borders/border-info.js +0 -0
- /package/lib/{core → common}/model/borders/enums.js +0 -0
- /package/lib/{core → common}/model/borders/layout-border.js +0 -0
- /package/lib/{core → common}/model/caches/caches.js +0 -0
- /package/lib/{core → common}/model/caches/control-fonts.js +0 -0
- /package/lib/{core → common}/model/caches/hash-based-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/character-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/color-model-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/drawing-color-model-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/font-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/list-level-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/masked-character-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/masked-paragraph-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/paragraph-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/scene3d-properties-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/scene3d-rotation-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/shading-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-cell-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-row-properties-cache.js +0 -0
- /package/lib/{core → common}/model/changes/change-base.js +0 -0
- /package/lib/{core → common}/model/changes/change.js +0 -0
- /package/lib/{core → common}/model/changes/enums.js +0 -0
- /package/lib/{core → common}/model/changes/model/create-style-link.js +0 -0
- /package/lib/{core → common}/model/changes/model/default-tab-width.js +0 -0
- /package/lib/{core → common}/model/changes/model/delete-style-link.js +0 -0
- /package/lib/{core → common}/model/changes/model/different-odd-and-even-pages.js +0 -0
- /package/lib/{core → common}/model/changes/model/document-protection-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/header-created.js +0 -0
- /package/lib/{core → common}/model/changes/model/header-footer-index-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-added.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-deleted.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/i-override-list-level-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-character-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-paragraph-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/numbering-list-added.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/numbering-list-deleted.js +0 -0
- /package/lib/{core → common}/model/changes/model/load-font.js +0 -0
- /package/lib/{core → common}/model/changes/model/page-color.js +0 -0
- /package/lib/{core → common}/model/changes/model/section-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/section-merged.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchor-info-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-size-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/shape-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/shape-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/bookmark/created.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/bookmark/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/fields-show-code-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/hyperlink-info-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/list/paragraph-numbering-list-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/anchored-picture-size-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/anchored-pictureinserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-object-run-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-picture-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-pictures-updated.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/load-pictures-info.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/character-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/character-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/merged-props-reset.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/range-permissions-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/character-style-applied.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/paragraph-style-applied.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/table-style-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/tab/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/tab/inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-merged-horizontally.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-splitted-horizontally.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/created.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/start-position-shifted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/anchor-object-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/anchored-text-box-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/interval-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/paragraph-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/paragraph-merged.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/section-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/simple-run-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/text-buffer-changed.js +0 -0
- /package/lib/{core → common}/model/character/character-properties-helper.js +0 -0
- /package/lib/{core → common}/model/character/character-properties.js +0 -0
- /package/lib/{core → common}/model/character/character-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/character/character-style.js +0 -0
- /package/lib/{core → common}/model/character/composite-font-info.js +0 -0
- /package/lib/{core → common}/model/character/enums.js +0 -0
- /package/lib/{core → common}/model/character/history-runs.js +0 -0
- /package/lib/{core → common}/model/character/lang-info.js +0 -0
- /package/lib/{core → common}/model/character/layout-character-properties-color-info.js +0 -0
- /package/lib/{core → common}/model/character/run-iterator.js +0 -0
- /package/lib/{core → common}/model/chunk.js +0 -0
- /package/lib/{core → common}/model/color/color-hsl.js +0 -0
- /package/lib/{core → common}/model/color/color-provider.js +0 -0
- /package/lib/{core → common}/model/color/d-xsystem-colors.js +0 -0
- /package/lib/{core → common}/model/color/dx-color.js +0 -0
- /package/lib/{core → common}/model/color/enums.js +0 -0
- /package/lib/{core → common}/model/color/palette.js +0 -0
- /package/lib/{core → common}/model/color/sc-rgbcolor.js +0 -0
- /package/lib/{core → common}/model/comments/comment.js +0 -0
- /package/lib/{core → common}/model/compat-settings.js +0 -0
- /package/lib/{core → common}/model/creator/cache.js +0 -0
- /package/lib/{core → common}/model/creator/creator.js +0 -0
- /package/lib/{core → common}/model/creator/font-corrector.js +0 -0
- /package/lib/{core → common}/model/creator/options.js +0 -0
- /package/lib/{core → common}/model/document-model.js +0 -0
- /package/lib/{core → common}/model/drawing/backdrop-plane.js +0 -0
- /package/lib/{core → common}/model/drawing/container-effect.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-color-model-info.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-color.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-effect-collection.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-effect-style.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-fill.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-text-font.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-value-constants.js +0 -0
- /package/lib/{core → common}/model/drawing/enums.js +0 -0
- /package/lib/{core/model → common/model/drawing}/interfaces.js +0 -0
- /package/lib/{core → common}/model/drawing/outline.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-properties-info.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-rotation-info.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-vector.js +0 -0
- /package/lib/{core → common}/model/drawing/shape-bevel3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/shape3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-base.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-collection.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-value-base.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/complement-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/gamma-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/grayscale-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/inverse-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/inverse-gamma-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/shade-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/tint-color-transform.js +0 -0
- /package/lib/{core → common}/model/enums.js +0 -0
- /package/lib/{core → common}/model/fields/check-box-properties.js +0 -0
- /package/lib/{core → common}/model/fields/field-context-menu-helper.js +0 -0
- /package/lib/{core → common}/model/fields/field-request-manager.js +0 -0
- /package/lib/{core → common}/model/fields/field.js +0 -0
- /package/lib/{core → common}/model/fields/form-field-properties.js +0 -0
- /package/lib/{core → common}/model/fields/names.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-client-updating-base.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-date.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-doc-variable.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-hyperlink.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-merge-field.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-num-pages.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-page-ref.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-page.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-seq.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-tc.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-time.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-toc.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/fill-in.js +0 -0
- /package/lib/{core → common}/model/fields/tree-creator.js +0 -0
- /package/lib/{core → common}/model/fields/update-sequence-info.js +0 -0
- /package/lib/{core → common}/model/find-replace-helper.js +0 -0
- /package/lib/{core → common}/model/floating-objects/anchor-info.js +0 -0
- /package/lib/{core → common}/model/floating-objects/enums.js +0 -0
- /package/lib/{core → common}/model/floating-objects/text-box-properties.js +0 -0
- /package/lib/{core → common}/model/fonts/control-font.js +0 -0
- /package/lib/{core → common}/model/fonts/font-chooser.js +0 -0
- /package/lib/{core → common}/model/fonts/font-face-descriptors.js +0 -0
- /package/lib/{core → common}/model/fonts/font-info.js +0 -0
- /package/lib/{core → common}/model/fonts/fonts-map.js +0 -0
- /package/lib/{core → common}/model/fonts/google-fonts.js +0 -0
- /package/lib/{core → common}/model/fonts/grabber.js +0 -0
- /package/lib/{core → common}/model/fonts/loader.js +0 -0
- /package/lib/{core → common}/model/fonts/measurer.js +0 -0
- /package/lib/{core → common}/model/full-chunk-and-run-info.js +0 -0
- /package/lib/{core → common}/model/history/base/history-item.js +0 -0
- /package/lib/{core → common}/model/history/base/history.js +0 -0
- /package/lib/{core → common}/model/history/base/i-history.js +0 -0
- /package/lib/{core → common}/model/history/base/interval-based-history-item.js +0 -0
- /package/lib/{core → common}/model/history/base/position-based-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/apply-field-hyperlink-style-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/apply-style-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/bookmark-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/change-field-hyperlink-info-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/change-rectangular-object-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/character-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/create-style-link-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/document-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/document-protection-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/field-insert-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/anchor-info-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-picture-size-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-text-box-size-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-image-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-text-box-properties-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/insert-anchored-picture-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/shape-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/header-footer-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-inline-picture-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-paragraph-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-section-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-sub-document-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-text-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-character-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-paragraph-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/non-visual-drawing-object-info.js +0 -0
- /package/lib/{core → common}/model/history/items/numbering-list-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/paragraph-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/range-permission-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/remove-hyperlink-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/remove-interval-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/section-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/switch-text-box-sub-documents-state-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/change-table-cell-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/create-table-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/insert-table-row-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-cell-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-row-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/split-table-cell-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-cell-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-row-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/text-run-change-case-history-item.js +0 -0
- /package/lib/{base → common}/model/history/selection/history-item-direction.js +0 -0
- /package/lib/{core → common}/model/history/states/history-item-state-object.js +0 -0
- /package/lib/{core → common}/model/history/states/history-item-state.js +0 -0
- /package/lib/{pdf → common/model}/interfaces.js +0 -0
- /package/lib/{core → common}/model/json/command-request.js +0 -0
- /package/lib/{core → common}/model/json/command-type.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-character-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-control-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-document-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-field-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-general-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-list-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-paragraph-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-run-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-section-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-style-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-sub-document-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-top-level-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-cell-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-row-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-structures-enums.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-control-options-converter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-numbering-list-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-sub-document-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-table-exporter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-border-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-color-model-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-drawing-color-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-font-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-masked-character-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-masked-paragraph-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-shading-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-shape-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-styles-exporter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-tab-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/numbering-list/json-list-level-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/numbering-list/json-numbering-list-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/section/json-columns-section-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/section/json-section-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/server-model-inserter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-anchor-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-non-visual-properties.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-sub-document-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-content-margins-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/run-importers.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-cell-margins-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-cell-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-conditional-style-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-row-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-unit-converter.js +0 -0
- /package/lib/{core → common}/model/json/web-caches-exporter.js +0 -0
- /package/lib/{core → common}/model/manipulators/base-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/bookmarks-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/character-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/doc-merger/merger.js +0 -0
- /package/lib/{core → common}/model/manipulators/document/sub-document-inserter.js +0 -0
- /package/lib/{core → common}/model/manipulators/document-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/document-protection-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/fields-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-property-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/comparers.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/floating-objects-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/image-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/shape-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/size-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/text-box-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/z-order-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/font-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/header-footer-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/i-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/inline-object-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-character-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/numbering-list-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/paragraph-manipulator/paragraph-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/paragraph-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/insert-picture-manipulator-params.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/client-picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/image-loading-options.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/server-picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/updated-image-info.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/non-visual-drawing-object-info.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/range-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/remove-interval-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/restore-removed-interval-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/range-permission-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/runs-base-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/section-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/section-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/styles-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/sub-document-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/insert-table-row-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/table-normalizator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/table-row-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tabs-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-box-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-case-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/chunk-size-corrector.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/insert-text-manipulator-params.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/text-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/utils/manipulator-params-base.js +0 -0
- /package/lib/{core → common}/model/model-checks/check-all.js +0 -0
- /package/lib/{core → common}/model/model-checks/position.js +0 -0
- /package/lib/{core → common}/model/model-iterator.js +0 -0
- /package/lib/{core → common}/model/number-converters/alphabet-based-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/bullet-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-enclosed-parentheses-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-zero-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/descriptive-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/hex-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/latin-letter-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/number-converter-creator.js +0 -0
- /package/lib/{core → common}/model/number-converters/number-in-dash-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/numerics-provider.js +0 -0
- /package/lib/{core → common}/model/number-converters/ordinal-based-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/roman-number-converter.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/list-level-properties.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/list-level.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-helper.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-counters-calculator.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-id-provider.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-index-calculator.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-style.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/piece-table-numbering-list-counters-manager.js +0 -0
- /package/lib/{core → common}/model/options/auto-correct.js +0 -0
- /package/lib/{core → common}/model/options/bookmarks.js +0 -0
- /package/lib/{core → common}/model/options/control.js +0 -0
- /package/lib/{core → common}/model/options/document-protection.js +0 -0
- /package/lib/{core → common}/model/options/fonts.js +0 -0
- /package/lib/{core → common}/model/options/mail-merge.js +0 -0
- /package/lib/{core → common}/model/options/pdf.js +0 -0
- /package/lib/{core → common}/model/options/printing.js +0 -0
- /package/lib/{core → common}/model/options/protection.js +0 -0
- /package/lib/{core → common}/model/options/rich-options.js +0 -0
- /package/lib/{core → common}/model/options/search.js +0 -0
- /package/lib/{core → common}/model/options/spell-checker.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-properties-helper.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-properties.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-property-descriptors.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-style.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph.js +0 -0
- /package/lib/{core → common}/model/position/linked-interval.js +0 -0
- /package/lib/{core → common}/model/position/position-manager.js +0 -0
- /package/lib/{core → common}/model/position/position.js +0 -0
- /package/lib/{core → common}/model/properties-merger/character-properties-merger.js +0 -0
- /package/lib/{core → common}/model/properties-merger/paragraph-properties-merger.js +0 -0
- /package/lib/{core → common}/model/properties-merger/properties-merger-base.js +0 -0
- /package/lib/{core → common}/model/protection/hash-algorithm.js +0 -0
- /package/lib/{core → common}/model/protection/md5.js +0 -0
- /package/lib/{core → common}/model/protection/ripemd160.js +0 -0
- /package/lib/{core → common}/model/protection/sha1.js +0 -0
- /package/lib/{core → common}/model/protection/sha256.js +0 -0
- /package/lib/{core → common}/model/protection/sha384.js +0 -0
- /package/lib/{core → common}/model/protection/sha512.js +0 -0
- /package/lib/{core → common}/model/range-permissions.js +0 -0
- /package/lib/{core → common}/model/rich-utils.js +0 -0
- /package/lib/{core → common}/model/runs/anchored-picture-run.js +0 -0
- /package/lib/{core → common}/model/runs/anchored-text-box-run.js +0 -0
- /package/lib/{core → common}/model/runs/inline-picture-run.js +0 -0
- /package/lib/{core → common}/model/runs/inline-text-box-run.js +0 -0
- /package/lib/{core → common}/model/runs/run-base.js +0 -0
- /package/lib/{core → common}/model/runs/run-type.js +0 -0
- /package/lib/{core → common}/model/runs/simple-runs.js +0 -0
- /package/lib/{core → common}/model/runs/text-run.js +0 -0
- /package/lib/{core → common}/model/section/enums.js +0 -0
- /package/lib/{core → common}/model/section/header-footer.js +0 -0
- /package/lib/{core → common}/model/section/line-numbering-properties.js +0 -0
- /package/lib/{core → common}/model/section/paper-kind.js +0 -0
- /package/lib/{core → common}/model/section/section-column-properties.js +0 -0
- /package/lib/{core → common}/model/section/section-properties.js +0 -0
- /package/lib/{core → common}/model/section/section-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/section/section.js +0 -0
- /package/lib/{core → common}/model/sentence-model-builder.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-info.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-pattern-helper.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-pattern.js +0 -0
- /package/lib/{core → common}/model/shapes/shape.js +0 -0
- /package/lib/{core → common}/model/simple-sentence-model-builder.js +0 -0
- /package/lib/{core → common}/model/special-characters.js +0 -0
- /package/lib/{core → common}/model/style-base.js +0 -0
- /package/lib/{core → common}/model/styles-manager.js +0 -0
- /package/lib/{core → common}/model/sub-document-collection.js +0 -0
- /package/lib/{core → common}/model/sub-document-infos.js +0 -0
- /package/lib/{core → common}/model/sub-document.js +0 -0
- /package/lib/{core → common}/model/tables/grid/grid-maker.js +0 -0
- /package/lib/{core → common}/model/tables/grid/table-cell-grid-info.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-cell-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-descriptors.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-properties-merger-base.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-row-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-style-character-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-style-paragraph-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-base-structures.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-border-calculator.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-units.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-cell-style.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-conditional-style.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-style.js +0 -0
- /package/lib/{core → common}/model/themes/culture-info.js +0 -0
- /package/lib/{core → common}/model/themes/enums.js +0 -0
- /package/lib/{core → common}/model/themes/office-theme-base.js +0 -0
- /package/lib/{core → common}/model/themes/theme-drawing-color-collection.js +0 -0
- /package/lib/{core → common}/model/themes/theme-font-scheme-part.js +0 -0
- /package/lib/{core → common}/model/themes/theme-font-scheme.js +0 -0
- /package/lib/{core → common}/model/themes/theme-format-scheme.js +0 -0
- /package/lib/{core → common}/model/web-settings.js +0 -0
- /package/lib/{core → common}/model-manager.js +0 -0
- /package/lib/{core → common}/model-request-handler.js +0 -0
- /package/lib/{base → common}/mouse-handler/base/manipulator-handler-state-base.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-event-source.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-resize-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-state-base.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler.js +0 -0
- /package/lib/{base → common}/mouse-handler/rotate-box-helper.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-resize-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-rotate-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler.js +0 -0
- /package/lib/{core → common}/processor.js +0 -0
- /package/lib/{core → common}/rich-utils/common-interfaces.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/array.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/debug-table.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-logger.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-params-holder.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-list-helper.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params-func-handler.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/logger.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/model-params-holder.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/model-checks.js +0 -0
- /package/lib/{base → common}/rich-utils/display-numbering-string-formatter.js +0 -0
- /package/lib/{core → common}/rich-utils/html-converter.js +0 -0
- /package/lib/{core → common}/rich-utils/inner-client-properties.js +0 -0
- /package/lib/{core → common}/rich-utils/properties-bundle.js +0 -0
- /package/lib/{base → common}/rich-utils/table-utils-ex.js +0 -0
- /package/lib/{base → common}/scroll/canvas-states.js +0 -0
- /package/lib/{core → common}/selection/i-active-sub-document-holder.js +0 -0
- /package/lib/{base → common}/selection/i-selection-changes-listener.js +0 -0
- /package/lib/{core → common}/selection/input-position-base.js +0 -0
- /package/lib/{core → common}/selection/selected-cells-engine.js +0 -0
- /package/lib/{core → common}/selection/selected-special-run-info.js +0 -0
- /package/lib/{core → common}/selection/selection-base.js +0 -0
- /package/lib/{core → common}/selection/selection-intervals-info.js +0 -0
- /package/lib/{base → common}/selection/set-selection-params.js +0 -0
- /package/lib/{core → common}/spelling/helpers.js +0 -0
- /package/lib/{core → common}/spelling/intervals-collections.js +0 -0
- /package/lib/{core → common}/spelling/intervals-manager.js +0 -0
- /package/lib/{core → common}/spelling/intervals.js +0 -0
- /package/lib/{core → common}/spelling/listeners.js +0 -0
- /package/lib/{core → common}/spelling/spell-checker.js +0 -0
- /package/lib/{core → common}/string-resources.js +0 -0
- /package/lib/{base → common}/ui/quick-search-panel.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/column.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/first-line.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/left.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/right.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/left.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/right.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/owner.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/ruler.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/shadow.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/table.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/template-manager.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/vertical-line.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/wrapper.js +0 -0
- /package/lib/{base → common}/ui/ruler/events/mouse.js +0 -0
- /package/lib/{base → common}/ui/ruler/events/scroll.js +0 -0
- /package/lib/{base → common}/ui/ruler/model-data.js +0 -0
- /package/lib/{base → common}/ui/ruler/mouse-handler.js +0 -0
- /package/lib/{base → common}/ui/ruler/settings.js +0 -0
- /package/lib/{model-api/api-utils → common/utils}/bookmark-finder.js +0 -0
- /package/lib/{base-utils → common/utils}/direction-adaptor/x-direction-adaptor.js +0 -0
- /package/lib/{base-utils → common/utils}/direction-adaptor/y-direction-adaptor.js +0 -0
- /package/lib/{base-utils → common/utils}/event-dispatcher.js +0 -0
- /package/lib/{base-utils → common/utils}/hexadecimal-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/map-creator.js +0 -0
- /package/lib/{base-utils → common/utils}/min-max.js +0 -0
- /package/lib/{base-utils → common/utils}/number-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/relative-rect.js +0 -0
- /package/lib/{core → common}/utils/sub-document-changes-storer.js +0 -0
- /package/lib/{base-utils → common/utils}/unit-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/utils.js +0 -0
- /package/lib/{base-utils → common/utils}/web-utils/base.js +0 -0
- /package/lib/{core → common}/view-settings/views-settings.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/layout-word-bounds-group-separator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/layout-word-bounds.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.js +0 -0
- /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,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
|
+
}
|