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
@@ -1,868 +0,0 @@
|
|
1
|
-
import { MapCreator } from '../../../../base-utils/map-creator';
|
2
|
-
import { RendererClassNames } from '../../../../core/canvas/renderer-class-names';
|
3
|
-
import { zIndexCssClassType, ZIndexHelper } from '../../../../core/canvas/renderes/z-index-helper';
|
4
|
-
import { LayoutChangeType } from '../../../../core/layout-formatter/changes/changes/layout-change-base';
|
5
|
-
import { LayoutBookmarkBoxType } from '../../../../core/layout/main-structures/layout-boxes/bookmark-box';
|
6
|
-
import { LayoutBoxType } from '../../../../core/layout/main-structures/layout-boxes/layout-box';
|
7
|
-
import { LayoutPageFlags } from '../../../../core/layout/main-structures/layout-page';
|
8
|
-
import { BorderLineStyle } from '../../../../core/model/borders/enums';
|
9
|
-
import { CharacterFormattingScript, StrikeoutType, UnderlineType } from '../../../../core/model/character/enums';
|
10
|
-
import { ColorHelper } from '../../../../core/model/color/color';
|
11
|
-
import { SubDocumentInfoType } from '../../../../core/model/enums';
|
12
|
-
import { Log } from '../../../../core/rich-utils/debug/logger/base-logger/log';
|
13
|
-
import { LogSource } from '../../../../core/rich-utils/debug/logger/base-logger/log-source';
|
14
|
-
import { HtmlConverter } from '../../../../core/rich-utils/html-converter';
|
15
|
-
import { ViewType } from '../../../../core/view-settings/views-settings';
|
16
|
-
import { Browser } from '@devexpress/utils/lib/browser';
|
17
|
-
import { UnitConverter } from '@devexpress/utils/lib/class/unit-converter';
|
18
|
-
import { Errors } from '@devexpress/utils/lib/errors';
|
19
|
-
import { Point } from '@devexpress/utils/lib/geometry/point';
|
20
|
-
import { Rectangle } from '@devexpress/utils/lib/geometry/rectangle';
|
21
|
-
import { Size } from '@devexpress/utils/lib/geometry/size';
|
22
|
-
import { ColorUtils } from '@devexpress/utils/lib/utils/color';
|
23
|
-
import { DomUtils } from '@devexpress/utils/lib/utils/dom';
|
24
|
-
import { ListUtils } from '@devexpress/utils/lib/utils/list';
|
25
|
-
import { NumberMapUtils } from '@devexpress/utils/lib/utils/map/number';
|
26
|
-
import { MathUtils } from '@devexpress/utils/lib/utils/math';
|
27
|
-
import { CanvasUtils } from '../../utils';
|
28
|
-
import { ScrollState } from '../../../scroll/model-states';
|
29
|
-
export class SimpleViewCanvasSizeManager {
|
30
|
-
constructor(canvasManager, control) {
|
31
|
-
this.size = new Size(0, 0);
|
32
|
-
this.isSizeObserving = false;
|
33
|
-
this.canvasManager = canvasManager;
|
34
|
-
this.control = control;
|
35
|
-
this.resizeObserver = new ResizeObserver(() => this.changeSize(false));
|
36
|
-
}
|
37
|
-
dispose() {
|
38
|
-
this.resizeObserver.disconnect();
|
39
|
-
}
|
40
|
-
changeSize(force) {
|
41
|
-
const curr = new Size(this.canvasManager.getCanvasWidth(), this.canvasManager.controlHeightProvider.getVisibleAreaHeight(false));
|
42
|
-
if (force || !curr.equals(this.size)) {
|
43
|
-
this.size = curr;
|
44
|
-
this.changeSizeCore();
|
45
|
-
}
|
46
|
-
}
|
47
|
-
setViewMode(val) {
|
48
|
-
if (val) {
|
49
|
-
this.changeSize(true);
|
50
|
-
if (!this.isSizeObserving) {
|
51
|
-
this.resizeObserver.observe(this.canvasManager.canvas);
|
52
|
-
this.isSizeObserving = true;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
else {
|
56
|
-
if (this.isSizeObserving) {
|
57
|
-
this.resizeObserver.unobserve(this.canvasManager.canvas);
|
58
|
-
this.isSizeObserving = false;
|
59
|
-
}
|
60
|
-
this.changeSizeCore();
|
61
|
-
}
|
62
|
-
}
|
63
|
-
changeSizeCore() {
|
64
|
-
{
|
65
|
-
ListUtils.forEach(this.control.viewManager.cache, (_val) => this.control.viewManager.renderer.removePage(1), 1);
|
66
|
-
this.control.viewManager.ensureFirstPageIsRendered();
|
67
|
-
this.control.innerClientProperties.viewsSettings.widthOfPage = this.canvasManager.getCanvasWidth();
|
68
|
-
if (this.control.layoutFormatterManager) {
|
69
|
-
this.control.layoutFormatterManager.invalidator.onChangedAllLayout();
|
70
|
-
this.control.selection.scrollManager.setScroll(new ScrollState().byModelPosition(this.control.selection)
|
71
|
-
.setModelPosition(this.control.selection.lastSelectedInterval.start).useStdRelativePosition().useStdOffset());
|
72
|
-
}
|
73
|
-
this.control.owner.adjustControl();
|
74
|
-
this.control.horizontalRulerControl.update();
|
75
|
-
}
|
76
|
-
}
|
77
|
-
}
|
78
|
-
export class DocumentRenderer {
|
79
|
-
constructor(viewManager) {
|
80
|
-
this.viewManager = viewManager;
|
81
|
-
if (this.viewManager.innerClientProperties.viewsSettings.isSimpleView)
|
82
|
-
DomUtils.addClassName(this.viewManager.canvas, RendererClassNames.SIMPLE_VIEW);
|
83
|
-
}
|
84
|
-
get cache() { return this.viewManager.cache; }
|
85
|
-
onViewTypeChanged() {
|
86
|
-
switch (this.viewManager.innerClientProperties.viewsSettings.viewType) {
|
87
|
-
case ViewType.Simple:
|
88
|
-
DomUtils.addClassName(this.viewManager.canvas, RendererClassNames.SIMPLE_VIEW);
|
89
|
-
break;
|
90
|
-
case ViewType.PrintLayout:
|
91
|
-
DomUtils.removeClassName(this.viewManager.canvas, RendererClassNames.SIMPLE_VIEW);
|
92
|
-
break;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
applyPageChange(layoutPage, pageChange) {
|
96
|
-
Log.print(LogSource.DocumentRenderer, "applyPageChanges", `pageIndex ${pageChange.index}`);
|
97
|
-
const pageFromCache = this.cache[pageChange.index];
|
98
|
-
for (let pageAreaChange of pageChange.mainPageAreaChanges)
|
99
|
-
this.applyMainPageAreaChange(pageFromCache, layoutPage, pageAreaChange);
|
100
|
-
for (let pageAreaChange of pageChange.otherPageAreaChanges)
|
101
|
-
this.applyOtherPageAreaChange(pageFromCache, layoutPage, pageAreaChange);
|
102
|
-
for (let anchoredPictureChange of pageChange.anchoredPictureChanges)
|
103
|
-
this.applyAnchorPictureChange(pageFromCache, layoutPage, anchoredPictureChange);
|
104
|
-
}
|
105
|
-
applyAnchorPictureChange(cache, layoutPage, ancPicChange) {
|
106
|
-
const objId = ancPicChange.index;
|
107
|
-
switch (ancPicChange.changeType) {
|
108
|
-
case LayoutChangeType.Deleted: {
|
109
|
-
DocumentRenderer.removeFromContainerByObject(objId, DocumentRenderer.getAnchoredObjectsContainer(cache.page), cache.anchoredPicture);
|
110
|
-
break;
|
111
|
-
}
|
112
|
-
case LayoutChangeType.Replaced: {
|
113
|
-
const obj = layoutPage.anchoredObjectHolder.getObjById(objId);
|
114
|
-
DocumentRenderer.replaceFromContainerByObject(objId, DocumentRenderer.getAnchoredObjectsContainer(cache.page), cache.anchoredPicture, this.renderFloatingPicture(obj, layoutPage.renderLevelCalculator));
|
115
|
-
break;
|
116
|
-
}
|
117
|
-
case LayoutChangeType.Updated: {
|
118
|
-
break;
|
119
|
-
}
|
120
|
-
case LayoutChangeType.Inserted: {
|
121
|
-
const obj = layoutPage.anchoredObjectHolder.getObjById(objId);
|
122
|
-
DocumentRenderer.insertToContainerByObject(objId, DocumentRenderer.getAnchoredObjectsContainer(cache.page), cache.anchoredPicture, this.renderFloatingPicture(obj, layoutPage.renderLevelCalculator));
|
123
|
-
break;
|
124
|
-
}
|
125
|
-
default: throw new Error(Errors.InternalException);
|
126
|
-
}
|
127
|
-
}
|
128
|
-
applyMainPageAreaChange(pageCache, layoutPage, pageAreaChange) {
|
129
|
-
switch (pageAreaChange.changeType) {
|
130
|
-
case LayoutChangeType.Deleted:
|
131
|
-
DocumentRenderer.removeFromContainerByIndex(pageCache.page, pageAreaChange.canvasIndex, DocumentRenderer.getMainPageAreaContainerCore);
|
132
|
-
break;
|
133
|
-
case LayoutChangeType.Replaced:
|
134
|
-
DocumentRenderer.replaceInContainer(pageCache.page, pageAreaChange.canvasIndex, this.renderPageArea(layoutPage.renderLevelCalculator, pageCache, layoutPage.mainSubDocumentPageAreas[pageAreaChange.layoutIndex], null), DocumentRenderer.getMainPageAreaContainerCore);
|
135
|
-
break;
|
136
|
-
case LayoutChangeType.Updated: {
|
137
|
-
const layoutPageArea = layoutPage.mainSubDocumentPageAreas[pageAreaChange.layoutIndex];
|
138
|
-
const pageAreaElement = DocumentRenderer.getMainPageAreaContainerCore(pageCache.page).childNodes[pageAreaChange.canvasIndex];
|
139
|
-
for (let columnChange of pageAreaChange.columnChanges)
|
140
|
-
this.applyColumnChange(pageAreaElement, layoutPageArea, columnChange, layoutPage.renderLevelCalculator.renderMainPageAreaLevel);
|
141
|
-
break;
|
142
|
-
}
|
143
|
-
default: throw new Error(Errors.InternalException);
|
144
|
-
}
|
145
|
-
}
|
146
|
-
applyOtherPageAreaChange(cache, layoutPage, pageAreaChange) {
|
147
|
-
const subDocId = pageAreaChange.index;
|
148
|
-
const pageArea = layoutPage.otherPageAreas[subDocId];
|
149
|
-
switch (pageAreaChange.changeType) {
|
150
|
-
case LayoutChangeType.Deleted: {
|
151
|
-
DocumentRenderer.removeFromContainerByObject(subDocId, DocumentRenderer.getOtherPageAreaContainerCore(cache.page), cache.otherAreas);
|
152
|
-
DocumentRenderer.removeFromContainerByObject(subDocId, DocumentRenderer.getTextBoxBackgroundContainer(cache.page), cache.textBoxBgElements);
|
153
|
-
break;
|
154
|
-
}
|
155
|
-
case LayoutChangeType.Replaced: {
|
156
|
-
DocumentRenderer.replaceFromContainerByObject(subDocId, DocumentRenderer.getOtherPageAreaContainerCore(cache.page), cache.otherAreas, this.renderPageArea(layoutPage.renderLevelCalculator, cache, pageArea, pageArea.subDocument.isTextBox() ? layoutPage.anchoredObjectHolder.getTextBoxByInternalSubDocId(subDocId) : null));
|
157
|
-
break;
|
158
|
-
}
|
159
|
-
case LayoutChangeType.Updated: {
|
160
|
-
const pageAreaElement = cache.otherAreas[subDocId];
|
161
|
-
const level = pageArea.subDocument.isTextBox() ?
|
162
|
-
layoutPage.renderLevelCalculator.getRenderLevel(layoutPage.anchoredObjectHolder.getTextBoxByInternalSubDocId(subDocId).rendererLevel) :
|
163
|
-
layoutPage.renderLevelCalculator.renderHeaderFooterPageAreasLevel;
|
164
|
-
for (let columnChange of pageAreaChange.columnChanges)
|
165
|
-
this.applyColumnChange(pageAreaElement, pageArea, columnChange, level);
|
166
|
-
break;
|
167
|
-
}
|
168
|
-
case LayoutChangeType.Inserted: {
|
169
|
-
DocumentRenderer.insertToContainerByObject(subDocId, DocumentRenderer.getOtherPageAreaContainerCore(cache.page), cache.otherAreas, this.renderPageArea(layoutPage.renderLevelCalculator, cache, pageArea, pageArea.subDocument.isTextBox() ? layoutPage.anchoredObjectHolder.getTextBoxByInternalSubDocId(subDocId) : null));
|
170
|
-
break;
|
171
|
-
}
|
172
|
-
default: throw new Error(Errors.InternalException);
|
173
|
-
}
|
174
|
-
}
|
175
|
-
applyColumnChange(pageAreaElement, layoutPageArea, columnChange, level) {
|
176
|
-
switch (columnChange.changeType) {
|
177
|
-
case LayoutChangeType.Deleted:
|
178
|
-
DocumentRenderer.removeFromContainerByIndex(pageAreaElement, columnChange.canvasIndex, DocumentRenderer.getColumnsContainerCore);
|
179
|
-
break;
|
180
|
-
case LayoutChangeType.Replaced: {
|
181
|
-
const renderedColumn = this.renderColumn(layoutPageArea.columns[columnChange.layoutIndex], level, layoutPageArea.subDocument.isMain());
|
182
|
-
DocumentRenderer.replaceInContainer(pageAreaElement, columnChange.canvasIndex, renderedColumn, DocumentRenderer.getColumnsContainerCore);
|
183
|
-
break;
|
184
|
-
}
|
185
|
-
case LayoutChangeType.Updated: {
|
186
|
-
const layoutColumn = layoutPageArea.columns[columnChange.layoutIndex];
|
187
|
-
const columnElement = DocumentRenderer.getColumnsContainerCore(pageAreaElement).childNodes[columnChange.canvasIndex];
|
188
|
-
for (var rowChange of columnChange.rowChanges)
|
189
|
-
DocumentRenderer.applyChange(columnElement, rowChange, DocumentRenderer.getRowsContainerCore, () => this.renderRow(layoutColumn.rows[rowChange.layoutIndex], level));
|
190
|
-
for (var tableChange of columnChange.tableChanges)
|
191
|
-
DocumentRenderer.applyChange(columnElement, tableChange, DocumentRenderer.getTablesContainerCore, () => DocumentRenderer.renderTable(layoutColumn.tablesInfo[tableChange.layoutIndex], level, this.viewManager.innerClientProperties.showTableGridLines));
|
192
|
-
for (var paragraphFrameChange of columnChange.paragraphFrameChanges)
|
193
|
-
DocumentRenderer.applyChange(columnElement, paragraphFrameChange, DocumentRenderer.getParagraphFramesContainerCore, () => DocumentRenderer.renderParagraphFrame(layoutColumn.paragraphFrames[paragraphFrameChange.layoutIndex], level));
|
194
|
-
break;
|
195
|
-
}
|
196
|
-
case LayoutChangeType.Inserted: {
|
197
|
-
const renderedColumn = this.renderColumn(layoutPageArea.columns[columnChange.layoutIndex], level, layoutPageArea.subDocument.isMain());
|
198
|
-
DocumentRenderer.insertInContainer(pageAreaElement, columnChange.canvasIndex, renderedColumn, DocumentRenderer.getColumnsContainerCore);
|
199
|
-
break;
|
200
|
-
}
|
201
|
-
default: throw new Error(Errors.InternalException);
|
202
|
-
}
|
203
|
-
}
|
204
|
-
static applyChange(topLevelNode, change, getContainer, getRenderedElement) {
|
205
|
-
switch (change.changeType) {
|
206
|
-
case LayoutChangeType.Deleted:
|
207
|
-
DocumentRenderer.removeFromContainerByIndex(topLevelNode, change.canvasIndex, getContainer);
|
208
|
-
break;
|
209
|
-
case LayoutChangeType.Replaced:
|
210
|
-
DocumentRenderer.replaceInContainer(topLevelNode, change.canvasIndex, getRenderedElement(), getContainer);
|
211
|
-
break;
|
212
|
-
case LayoutChangeType.Inserted:
|
213
|
-
DocumentRenderer.insertInContainer(topLevelNode, change.canvasIndex, getRenderedElement(), getContainer);
|
214
|
-
break;
|
215
|
-
case LayoutChangeType.Updated:
|
216
|
-
break;
|
217
|
-
default: throw new Error(Errors.InternalException);
|
218
|
-
}
|
219
|
-
}
|
220
|
-
getPageRender(layoutPageIndex, layoutPage) {
|
221
|
-
const cachedPage = this.cache[layoutPageIndex].page;
|
222
|
-
if (!DocumentRenderer.isPageElementConsiderAllContainers(cachedPage))
|
223
|
-
this.renderPageContent(layoutPage, layoutPageIndex);
|
224
|
-
return this.cache[layoutPageIndex].page;
|
225
|
-
}
|
226
|
-
renderPage(layoutPage, layoutPageIndex, renderInnerContent) {
|
227
|
-
layoutPage.flags.set(LayoutPageFlags.IsSelectionRendered, false);
|
228
|
-
layoutPage.flags.set(LayoutPageFlags.IsMisspelledSelectionRendered, false);
|
229
|
-
layoutPage.flags.set(LayoutPageFlags.IsRangePermissionsRendered, false);
|
230
|
-
let pageCache = this.cache[layoutPageIndex];
|
231
|
-
if (pageCache) {
|
232
|
-
const pageElement = pageCache.page;
|
233
|
-
this.updatePageClasses(pageElement);
|
234
|
-
this.updatePageSize(layoutPage, pageElement);
|
235
|
-
DocumentRenderer.updatePageColor(pageElement, this.viewManager.layout.pageColor);
|
236
|
-
if (!DocumentRenderer.isPageElementEmpty(pageElement))
|
237
|
-
this.removePageContent(layoutPageIndex);
|
238
|
-
}
|
239
|
-
else {
|
240
|
-
const pageElement = DocumentRenderer.renderContainer("");
|
241
|
-
pageElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.SERVICE_CONTAINER));
|
242
|
-
DocumentRenderer.updatePageColor(pageElement, this.viewManager.layout.pageColor);
|
243
|
-
this.updatePageClasses(pageElement);
|
244
|
-
this.updatePageSize(layoutPage, pageElement);
|
245
|
-
DocumentRenderer.insertInContainer(this.viewManager.pagesContainer, layoutPageIndex, pageElement, (node) => node);
|
246
|
-
this.cache.splice(layoutPageIndex, 0, new DocumentRendererPageCache(pageElement));
|
247
|
-
}
|
248
|
-
if (renderInnerContent)
|
249
|
-
this.renderPageContent(layoutPage, layoutPageIndex);
|
250
|
-
}
|
251
|
-
removePage(pageIndex) {
|
252
|
-
const pageCache = this.cache[pageIndex];
|
253
|
-
if (pageCache) {
|
254
|
-
pageCache.page.parentNode.removeChild(pageCache.page);
|
255
|
-
this.cache.splice(pageIndex, 1);
|
256
|
-
}
|
257
|
-
}
|
258
|
-
updatePageSize(page, pageElement) {
|
259
|
-
if (pageElement.offsetHeight != page.height || pageElement.offsetWidth != page.width)
|
260
|
-
DomUtils.setStyleSize(pageElement.style, page);
|
261
|
-
}
|
262
|
-
updatePageClasses(pageElement) {
|
263
|
-
pageElement.className = RendererClassNames.PAGE;
|
264
|
-
if (this.viewManager.innerClientProperties.viewsSettings.isSimpleView &&
|
265
|
-
!this.viewManager.innerClientProperties.viewsSettings.isFixedWidthMode)
|
266
|
-
DomUtils.addClassName(pageElement, RendererClassNames.SIMPLE_PAGE_FLOW_MODE);
|
267
|
-
}
|
268
|
-
removePageContent(pageIndex) {
|
269
|
-
const pageCache = this.cache[pageIndex];
|
270
|
-
if (pageCache)
|
271
|
-
pageCache.removeContent();
|
272
|
-
}
|
273
|
-
renderPageContainers(pageCache) {
|
274
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.SELECTION_CONTAINER));
|
275
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.SEARCH_SELECTION_CONTAINER));
|
276
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.MISSPELLED_SELECTION_CONTAINER));
|
277
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.RANGE_PERMISSIONS_CONTAINER));
|
278
|
-
const result = [
|
279
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.MAIN_PAGE_AREA_CONTAINER)),
|
280
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.OTHER_PAGE_AREA_CONTAINER)),
|
281
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.FLOATING_OBJECTS_CONTAINER))
|
282
|
-
];
|
283
|
-
pageCache.page.appendChild(DocumentRenderer.renderContainer(RendererClassNames.SHAPE_BG_CONTAINER));
|
284
|
-
return result;
|
285
|
-
}
|
286
|
-
renderPageContent(page, pageIndex) {
|
287
|
-
const pageCache = this.cache[pageIndex];
|
288
|
-
const [mainPageAreasContainer, otherPageAreasContainer, floatingObjectsContainer] = this.renderPageContainers(pageCache);
|
289
|
-
ListUtils.forEach(page.mainSubDocumentPageAreas, (area) => mainPageAreasContainer.appendChild(this.renderPageArea(page.renderLevelCalculator, pageCache, area, null)));
|
290
|
-
if (!this.viewManager.innerClientProperties.viewsSettings.isSimpleView)
|
291
|
-
NumberMapUtils.forEach(page.otherPageAreas, (pageArea, subDocId) => {
|
292
|
-
if (!pageArea.subDocument.isTextBox())
|
293
|
-
DocumentRenderer.insertToContainerByObject(subDocId, otherPageAreasContainer, pageCache.otherAreas, this.renderPageArea(page.renderLevelCalculator, pageCache, pageArea, null));
|
294
|
-
});
|
295
|
-
for (let ancObjProps of this.renderPageContentGetFloatingObjects(page)) {
|
296
|
-
switch (ancObjProps.getType()) {
|
297
|
-
case LayoutBoxType.AnchorTextBox:
|
298
|
-
const internalSubDocId = ancObjProps.internalSubDocId;
|
299
|
-
DocumentRenderer.insertToContainerByObject(internalSubDocId, otherPageAreasContainer, pageCache.otherAreas, this.renderPageArea(page.renderLevelCalculator, pageCache, page.otherPageAreas[internalSubDocId], ancObjProps));
|
300
|
-
break;
|
301
|
-
case LayoutBoxType.AnchorPicture:
|
302
|
-
DocumentRenderer.insertToContainerByObject(ancObjProps.objectId, floatingObjectsContainer, pageCache.anchoredPicture, this.renderFloatingPicture(ancObjProps, page.renderLevelCalculator));
|
303
|
-
break;
|
304
|
-
}
|
305
|
-
}
|
306
|
-
}
|
307
|
-
static updatePageColor(pageElement, newColor) {
|
308
|
-
const newStringColor = ColorUtils.colorToHash(newColor);
|
309
|
-
if (pageElement.style.backgroundColor != newStringColor)
|
310
|
-
pageElement.style.backgroundColor = ColorHelper.isEmptyBgColor(newColor) ? "" : newStringColor;
|
311
|
-
}
|
312
|
-
static getPageAreaClassname(area) {
|
313
|
-
switch (area.subDocument.info.getType()) {
|
314
|
-
case SubDocumentInfoType.Main:
|
315
|
-
case SubDocumentInfoType.Header:
|
316
|
-
case SubDocumentInfoType.Footer:
|
317
|
-
return RendererClassNames.PAGE_AREA;
|
318
|
-
case SubDocumentInfoType.TextBox:
|
319
|
-
return `${RendererClassNames.PAGE_AREA} ${RendererClassNames.FLOATING_OBJECT_TEXT_BOX_AREA}`;
|
320
|
-
}
|
321
|
-
throw new Error(Errors.InternalException);
|
322
|
-
}
|
323
|
-
renderPageArea(renderLevelCalculator, pageCache, area, textBox, renderContent = true) {
|
324
|
-
const element = DocumentRenderer.renderContainer(DocumentRenderer.getPageAreaClassname(area));
|
325
|
-
if (area.subDocument.isTextBox())
|
326
|
-
element.style.overflow = "hidden";
|
327
|
-
DomUtils.setStyleSizeAndPosition(element.style, area);
|
328
|
-
let level;
|
329
|
-
switch (area.subDocument.info.getType()) {
|
330
|
-
case SubDocumentInfoType.TextBox:
|
331
|
-
level = renderLevelCalculator.getRenderLevel(textBox.rendererLevel);
|
332
|
-
break;
|
333
|
-
case SubDocumentInfoType.Footer:
|
334
|
-
case SubDocumentInfoType.Header:
|
335
|
-
level = renderLevelCalculator.renderHeaderFooterPageAreasLevel;
|
336
|
-
break;
|
337
|
-
case SubDocumentInfoType.Main:
|
338
|
-
level = renderLevelCalculator.renderMainPageAreaLevel;
|
339
|
-
break;
|
340
|
-
default: throw new Error(Errors.NotImplemented);
|
341
|
-
}
|
342
|
-
if (area.subDocument.isTextBox()) {
|
343
|
-
const textBoxShapeInfo = DocumentRenderer.renderContainer(RendererClassNames.TEXT_BOX_BG + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.TextBoxBg));
|
344
|
-
const oldBgElem = pageCache.textBoxBgElements[area.subDocument.id];
|
345
|
-
if (oldBgElem)
|
346
|
-
DomUtils.hideNode(oldBgElem);
|
347
|
-
pageCache.textBoxBgElements[area.subDocument.id] = textBoxShapeInfo;
|
348
|
-
DocumentRenderer.setShapePropertiesToElement(textBoxShapeInfo, textBox.shape, true);
|
349
|
-
DomUtils.setStyleSize(textBoxShapeInfo.style, area);
|
350
|
-
DomUtils.setStylePosition(textBoxShapeInfo.style, textBox.getExtendedBounds());
|
351
|
-
DocumentRenderer.setRotationInRadians(textBoxShapeInfo, textBox.rotationInRadians);
|
352
|
-
DocumentRenderer.getTextBoxBackgroundContainer(pageCache.page).appendChild(textBoxShapeInfo);
|
353
|
-
DomUtils.setStylePosition(element.style, area);
|
354
|
-
if (DocumentRenderer.setRotationInRadians(element, textBox.rotationInRadians))
|
355
|
-
DomUtils.addClassName(element, ZIndexHelper.getClassName(level, zIndexCssClassType.TextBox));
|
356
|
-
}
|
357
|
-
else {
|
358
|
-
const color = ColorHelper.isEmptyBgColor(this.viewManager.layout.pageColor) ?
|
359
|
-
ColorUtils.LIGHT_COLOR : this.viewManager.layout.pageColor;
|
360
|
-
DocumentRenderer.updatePageColor(element, color);
|
361
|
-
}
|
362
|
-
if (renderContent)
|
363
|
-
for (let column of area.columns)
|
364
|
-
element.appendChild(this.renderColumn(column, level, area.subDocument.isMain()));
|
365
|
-
return element;
|
366
|
-
}
|
367
|
-
renderColumn(column, level, _isMainPageArea) {
|
368
|
-
const columnElement = DocumentRenderer.renderContainer(RendererClassNames.COLUMN);
|
369
|
-
DomUtils.setStyleSizeAndPosition(columnElement.style, column);
|
370
|
-
const rowsContainer = columnElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.ROWS_CONTAINER));
|
371
|
-
const paragraphFramesContainer = columnElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.PARAGRAPHFRAMES_CONTAINER));
|
372
|
-
const tablesContainer = columnElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.TABLES_CONTAINER));
|
373
|
-
for (let row of column.rows)
|
374
|
-
rowsContainer.appendChild(this.renderRow(row, level));
|
375
|
-
for (let frame of column.paragraphFrames)
|
376
|
-
paragraphFramesContainer.appendChild(DocumentRenderer.renderParagraphFrame(frame, level));
|
377
|
-
for (let tableColumn of column.tablesInfo)
|
378
|
-
tablesContainer.appendChild(DocumentRenderer.renderTable(tableColumn, level, this.viewManager.innerClientProperties.showTableGridLines));
|
379
|
-
return columnElement;
|
380
|
-
}
|
381
|
-
renderRow(row, level) {
|
382
|
-
const lastBoxIndexWhatCanStrikeoutAndUnderline = row.getLastBoxIndexWhatCanStrikeoutAndUnderline();
|
383
|
-
const rowElement = DocumentRenderer.renderContainer(RendererClassNames.ROW);
|
384
|
-
rowElement.innerHTML = "";
|
385
|
-
if (row.numberingListBox) {
|
386
|
-
let box = this.renderBox(row, row.numberingListBox.textBox, 0 > lastBoxIndexWhatCanStrikeoutAndUnderline, level).html;
|
387
|
-
if (typeof box === 'string')
|
388
|
-
rowElement.innerHTML += box;
|
389
|
-
else
|
390
|
-
rowElement.appendChild(box);
|
391
|
-
if (row.numberingListBox.separatorBox) {
|
392
|
-
let box = this.renderBox(row, row.numberingListBox.separatorBox, 0 > lastBoxIndexWhatCanStrikeoutAndUnderline, level).html;
|
393
|
-
if (typeof box === 'string')
|
394
|
-
rowElement.innerHTML += box;
|
395
|
-
else
|
396
|
-
rowElement.appendChild(box);
|
397
|
-
}
|
398
|
-
}
|
399
|
-
let increaseRowHeight = false;
|
400
|
-
for (let boxIndex = 0, box; box = row.boxes[boxIndex]; boxIndex++) {
|
401
|
-
if (box.getType() == LayoutBoxType.AnchorTextBox || box.getType() == LayoutBoxType.AnchorPicture)
|
402
|
-
continue;
|
403
|
-
const boxRenderResult = this.renderBox(row, box, boxIndex > lastBoxIndexWhatCanStrikeoutAndUnderline, level);
|
404
|
-
const boxRenderResultHtml = boxRenderResult.html;
|
405
|
-
if (typeof boxRenderResultHtml === 'string')
|
406
|
-
rowElement.innerHTML += boxRenderResultHtml;
|
407
|
-
else
|
408
|
-
rowElement.appendChild(boxRenderResultHtml);
|
409
|
-
increaseRowHeight = increaseRowHeight || boxRenderResult.increaseRowHeight;
|
410
|
-
}
|
411
|
-
for (let bookmarkBox of row.bookmarkBoxes)
|
412
|
-
rowElement.appendChild(DocumentRenderer.renderBookmark(bookmarkBox, level));
|
413
|
-
DomUtils.setStyleSizeAndPosition(rowElement.style, new Rectangle(row.x, row.y + row.getSpacingBefore(), row.width, (row.height - row.getSpacingBefore()) + (increaseRowHeight ? 1 : 0)));
|
414
|
-
return rowElement;
|
415
|
-
}
|
416
|
-
renderBox(row, box, noNeedUnderlineAndStrikeout, level) {
|
417
|
-
let content = box.renderGetContent(this);
|
418
|
-
let top = box.getTop(row);
|
419
|
-
const left = box.x;
|
420
|
-
if (box.characterProperties.script === CharacterFormattingScript.Subscript) {
|
421
|
-
const multiplier = box.characterProperties.fontInfo.scriptMultiplier;
|
422
|
-
top += UnitConverter.pointsToPixelsF(box.characterProperties.fontSize) * (box.characterProperties.fontInfo.subScriptOffset * multiplier - multiplier + 1);
|
423
|
-
}
|
424
|
-
const delta = box.height > row.height && top >= 0 ? MathUtils.round(box.height - row.height) * 3 / 4 : 0;
|
425
|
-
let boxStyles = [];
|
426
|
-
boxStyles.push("left: " + MathUtils.round(left, 3) + "px");
|
427
|
-
boxStyles.push("top: " + MathUtils.round(top - delta, 3) + "px");
|
428
|
-
const height = MathUtils.round(box.height, 3);
|
429
|
-
boxStyles.push("height: " + height + "px");
|
430
|
-
if (Browser.MacOSPlatform || Browser.MacOSMobilePlatform)
|
431
|
-
boxStyles.push("line-height: " + height + "px");
|
432
|
-
if (box.characterProperties.smallCaps)
|
433
|
-
boxStyles.push("font-variant: small-caps");
|
434
|
-
const props = box.renderGetCharacterProperties();
|
435
|
-
const charProps = props.initProps;
|
436
|
-
const colorProps = props.colorInfo;
|
437
|
-
const underlineColor = colorProps.underlineColor;
|
438
|
-
const strikeoutColor = colorProps.strikeoutColor;
|
439
|
-
const textColor = colorProps.textColor;
|
440
|
-
const needUnderline = !noNeedUnderlineAndStrikeout && (charProps.fontUnderlineType != UnderlineType.None) && (box.getType() != LayoutBoxType.Space || !charProps.underlineWordsOnly);
|
441
|
-
const needStrikeout = !noNeedUnderlineAndStrikeout && (charProps.fontStrikeoutType != StrikeoutType.None) && (box.getType() != LayoutBoxType.Space || !charProps.strikeoutWordsOnly);
|
442
|
-
const noStrikeoutAndUnderline = (needStrikeout && needUnderline) || (needStrikeout && strikeoutColor != ColorHelper.AUTOMATIC_COLOR) || (needUnderline && underlineColor != ColorHelper.AUTOMATIC_COLOR);
|
443
|
-
let commonStyles;
|
444
|
-
if (noStrikeoutAndUnderline) {
|
445
|
-
commonStyles = HtmlConverter.getCssRules(charProps, textColor, box.renderIsWordBox(), noStrikeoutAndUnderline, true);
|
446
|
-
boxStyles = boxStyles.concat(HtmlConverter.getSizeSignificantRules(charProps));
|
447
|
-
boxStyles.push(HtmlConverter.getForeColorRule(textColor));
|
448
|
-
const needColor = strikeoutColor != ColorHelper.AUTOMATIC_COLOR ||
|
449
|
-
underlineColor != ColorHelper.AUTOMATIC_COLOR;
|
450
|
-
if (needColor && (!needStrikeout || strikeoutColor != ColorHelper.AUTOMATIC_COLOR)) {
|
451
|
-
const span = document.createElement('span');
|
452
|
-
span.style.cssText = commonStyles.join(";") + ';color: ' + ColorHelper.getCssString(textColor, true);
|
453
|
-
if (typeof content === 'string') {
|
454
|
-
span.innerHTML = content;
|
455
|
-
}
|
456
|
-
else {
|
457
|
-
span.appendChild(content);
|
458
|
-
}
|
459
|
-
content = span;
|
460
|
-
}
|
461
|
-
if (needStrikeout) {
|
462
|
-
const strikeoutColorStyle = needColor ? ("color: " + ColorHelper.getCssString(strikeoutColor == ColorHelper.AUTOMATIC_COLOR ? textColor : strikeoutColor, true)) : "";
|
463
|
-
const span = document.createElement('span');
|
464
|
-
span.style.cssText = commonStyles.join(";") + ';text-decoration: line-through;' + strikeoutColorStyle;
|
465
|
-
if (typeof content === 'string') {
|
466
|
-
span.innerHTML = content;
|
467
|
-
}
|
468
|
-
else {
|
469
|
-
span.appendChild(content);
|
470
|
-
}
|
471
|
-
content = span;
|
472
|
-
}
|
473
|
-
if (needUnderline) {
|
474
|
-
const underlineColorStyle = needColor ? ("color: " + ColorHelper.getCssString(underlineColor == ColorHelper.AUTOMATIC_COLOR ? textColor : underlineColor, true)) : "";
|
475
|
-
const span = document.createElement('span');
|
476
|
-
span.style.cssText = commonStyles.join(";") + ';text-decoration: underline;' + underlineColorStyle;
|
477
|
-
if (typeof content === 'string') {
|
478
|
-
span.innerHTML = content;
|
479
|
-
}
|
480
|
-
else {
|
481
|
-
span.appendChild(content);
|
482
|
-
}
|
483
|
-
content = span;
|
484
|
-
}
|
485
|
-
}
|
486
|
-
else
|
487
|
-
boxStyles = boxStyles.concat(HtmlConverter.getCssRules(charProps, textColor, box.renderIsWordBox(), noNeedUnderlineAndStrikeout, true));
|
488
|
-
let boxClass = "";
|
489
|
-
switch (box.getType()) {
|
490
|
-
case LayoutBoxType.Text:
|
491
|
-
case LayoutBoxType.LayoutDependent:
|
492
|
-
case LayoutBoxType.FieldCodeEnd:
|
493
|
-
case LayoutBoxType.FieldCodeStart:
|
494
|
-
case LayoutBoxType.ColumnBreak:
|
495
|
-
case LayoutBoxType.LineBreak:
|
496
|
-
case LayoutBoxType.PageBreak:
|
497
|
-
case LayoutBoxType.ParagraphMark:
|
498
|
-
case LayoutBoxType.SectionMark:
|
499
|
-
boxClass = RendererClassNames.BOX + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.Box);
|
500
|
-
break;
|
501
|
-
default:
|
502
|
-
boxClass = RendererClassNames.BOX_SPACE + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.BoxSpace);
|
503
|
-
}
|
504
|
-
if (charProps.hidden && this.viewManager.innerClientProperties.showHiddenSymbols)
|
505
|
-
boxClass += ' ' + RendererClassNames.HIDDEN_BOX;
|
506
|
-
const result = new DocumentFragment();
|
507
|
-
const contentSpan = document.createElement('span');
|
508
|
-
contentSpan.style.cssText = boxStyles.join(";");
|
509
|
-
contentSpan.setAttribute('class', boxClass);
|
510
|
-
if (typeof content === 'string') {
|
511
|
-
contentSpan.innerHTML = content;
|
512
|
-
}
|
513
|
-
else if (!!content) {
|
514
|
-
contentSpan.appendChild(content);
|
515
|
-
}
|
516
|
-
result.appendChild(contentSpan);
|
517
|
-
const backColor = colorProps.foregroundColor;
|
518
|
-
if (box.fieldLevel && (backColor == ColorHelper.AUTOMATIC_COLOR || backColor == ColorHelper.NO_COLOR)) {
|
519
|
-
let fieldBgClass = RendererClassNames.FIELD_BG + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.FieldBg);
|
520
|
-
switch (box.fieldLevel) {
|
521
|
-
case 1:
|
522
|
-
fieldBgClass += ' ' + RendererClassNames.FIELD_BOX_LEVEL1;
|
523
|
-
break;
|
524
|
-
case 2:
|
525
|
-
fieldBgClass += ' ' + RendererClassNames.FIELD_BOX_LEVEL2;
|
526
|
-
break;
|
527
|
-
default: fieldBgClass += ' ' + RendererClassNames.FIELD_BOX_LEVEL3;
|
528
|
-
}
|
529
|
-
const span = document.createElement('span');
|
530
|
-
span.setAttribute('class', fieldBgClass);
|
531
|
-
span.style.cssText = 'top: ' + MathUtils.round(top, 3) + 'px; left: ' + MathUtils.round(left, 3) + 'px; width: ' +
|
532
|
-
MathUtils.round(box.width, 3) + 'px; height: ' + MathUtils.round(box.height, 3) + 'px';
|
533
|
-
result.appendChild(span);
|
534
|
-
}
|
535
|
-
if (ColorUtils.getAlpha(backColor) > 0 && !noNeedUnderlineAndStrikeout) {
|
536
|
-
const height = row.height - row.getSpacingAfter();
|
537
|
-
const bgBoxStyle = "top: 0px; left: " + Math.floor(box.x) + "px; width: " + Math.ceil(box.width) + "px; height: " + MathUtils.round(height, 3) +
|
538
|
-
"px; background: " + ColorHelper.getCssStringInternal(backColor) + ";";
|
539
|
-
const span = document.createElement('span');
|
540
|
-
span.setAttribute('class', RendererClassNames.BOX_BG + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.BoxBg));
|
541
|
-
span.style.cssText = bgBoxStyle;
|
542
|
-
result.appendChild(span);
|
543
|
-
}
|
544
|
-
if (box.hyperlinkTip) {
|
545
|
-
const tip = CanvasUtils.buildHyperlinkTipString(box.hyperlinkTip, this.viewManager.stringResources.commonLabels.clickToFollowHyperlink, this.viewManager.fieldOptions);
|
546
|
-
if (tip) {
|
547
|
-
const span = document.createElement('span');
|
548
|
-
span.setAttribute('title', tip);
|
549
|
-
result.replaceChild(span, contentSpan);
|
550
|
-
span.appendChild(contentSpan);
|
551
|
-
}
|
552
|
-
}
|
553
|
-
return new BoxRenderResult(result, charProps.hidden);
|
554
|
-
}
|
555
|
-
static renderBookmark(box, level) {
|
556
|
-
const className = (box.boxType == LayoutBookmarkBoxType.StartBox ?
|
557
|
-
RendererClassNames.START_BOOKMARK :
|
558
|
-
RendererClassNames.END_BOOKMARK) + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.Bookmark);
|
559
|
-
const div = document.createElement('div');
|
560
|
-
div.setAttribute('class', className);
|
561
|
-
div.style.cssText = `width: ${MathUtils.round(box.width, 3)}px; height: ${MathUtils.round(box.height, 3)}px; ` +
|
562
|
-
`left: ${MathUtils.round(box.x, 3)}px; top: ${MathUtils.round(box.y, 3)}px; border-color: ${box.color}`;
|
563
|
-
return div;
|
564
|
-
}
|
565
|
-
renderPicture(box) {
|
566
|
-
return this.renderPictureBoxContent(box.createSize(), box.cacheInfo, box.hyperlinkTip);
|
567
|
-
}
|
568
|
-
renderFloatingPicture(box, renderLevelCalculator) {
|
569
|
-
const element = DocumentRenderer.renderContainer(RendererClassNames.ANCHORED_PICTURE + " " + ZIndexHelper.getClassName(renderLevelCalculator.getRenderLevel(box.rendererLevel), zIndexCssClassType.AnchoredPicture));
|
570
|
-
DomUtils.setStyleSize(element.style, box);
|
571
|
-
DomUtils.setStylePosition(element.style, new Point(box.x - box.shape.outlineWidth, box.y - box.shape.outlineWidth));
|
572
|
-
DocumentRenderer.setShapePropertiesToElement(element, box.shape, false);
|
573
|
-
DocumentRenderer.setRotationInRadians(element, box.rotationInRadians);
|
574
|
-
const content = box.renderGetContent(this);
|
575
|
-
element.innerHTML = '';
|
576
|
-
if (typeof content === 'string') {
|
577
|
-
element.innerHTML = content;
|
578
|
-
}
|
579
|
-
else {
|
580
|
-
element.appendChild(content);
|
581
|
-
}
|
582
|
-
return element;
|
583
|
-
}
|
584
|
-
static setShapePropertiesToElement(element, shape, isTextBox) {
|
585
|
-
element.style.backgroundColor = ColorHelper.getCssStringInternal(shape.fillColor);
|
586
|
-
element.style.borderStyle = DocumentRenderer.borderTypeToString(BorderLineStyle.Single);
|
587
|
-
element.style.borderColor = ColorHelper.getCssString(shape.outlineColor, false);
|
588
|
-
element.style.borderWidth = Math.max(isTextBox ? 1 : 0, shape.outlineWidth).toString() + "px";
|
589
|
-
element.style.boxSizing = "content-box";
|
590
|
-
}
|
591
|
-
static setRotationInRadians(element, rotation) {
|
592
|
-
const isSetRotation = rotation != 0;
|
593
|
-
element.style.transform = isSetRotation ? "rotate(" + rotation + "rad)" : "none";
|
594
|
-
return isSetRotation;
|
595
|
-
}
|
596
|
-
static renderParagraphFrame(paragraphFrame, level) {
|
597
|
-
const element = DocumentRenderer.renderContainer(RendererClassNames.PARAGRAPH_FRAME + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.ParBg));
|
598
|
-
DocumentRenderer.updateParagraphFrame(paragraphFrame, element);
|
599
|
-
return element;
|
600
|
-
}
|
601
|
-
static updateParagraphFrame(frame, frameElement) {
|
602
|
-
DomUtils.setStyleSizeAndPosition(frameElement.style, frame);
|
603
|
-
frameElement.style.background = ColorHelper.getCssStringInternal(frame.paragraphColor);
|
604
|
-
}
|
605
|
-
static renderTable(tableColumnInfo, level, showTableGridLines) {
|
606
|
-
const tblXPos = tableColumnInfo.x;
|
607
|
-
const tblYPos = tableColumnInfo.y;
|
608
|
-
const tblBgColor = tableColumnInfo.logicInfo.backgroundColor;
|
609
|
-
const tableElement = DocumentRenderer.renderContainer(RendererClassNames.TABLE_ELEMENTS_CONTAINER);
|
610
|
-
DomUtils.setStylePosition(tableElement.style, tableColumnInfo);
|
611
|
-
const tblBordersContainer = tableElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.TABLE_BORDERS_CONTAINER));
|
612
|
-
const tblRowsBgContainer = tableElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.TABLE_ROW_BACKGROUND_CONTAINER));
|
613
|
-
const tblCellsBgContainer = tableElement.appendChild(DocumentRenderer.renderContainer(RendererClassNames.TABLE_CELL_BACKGROUND_CONTAINER));
|
614
|
-
const tblCursorsContainer = DocumentRenderer.renderContainer(RendererClassNames.TABLE_CURSORS_CONTAINER);
|
615
|
-
tblCursorsContainer.style.width = tableColumnInfo.width + "px";
|
616
|
-
tblCursorsContainer.style.height = tableColumnInfo.height + "px";
|
617
|
-
tableElement.appendChild(tblCursorsContainer);
|
618
|
-
tblCursorsContainer["dxTableIndex"] = tableColumnInfo.logicInfo.grid.table.index;
|
619
|
-
for (let i = 0, border; border = tableColumnInfo.horizontalBorders[i]; i++)
|
620
|
-
DocumentRenderer.renderHorizontalBorder(tblBordersContainer, border, level, showTableGridLines);
|
621
|
-
for (let i = 0, border; border = tableColumnInfo.verticalBorders[i]; i++)
|
622
|
-
DocumentRenderer.renderVerticalBorder(tblBordersContainer, border, level, showTableGridLines);
|
623
|
-
if (tableColumnInfo.logicInfo.isEditable) {
|
624
|
-
for (let border of tableColumnInfo.verticalCursorBorders) {
|
625
|
-
let element = DocumentRenderer.renderContainer(RendererClassNames.TABLE_COLUMN_CURSOR + " " +
|
626
|
-
ZIndexHelper.getClassName(level, zIndexCssClassType.TblCursor));
|
627
|
-
DomUtils.setStylePosition(element.style, new Point(border.xPos, border.yPos));
|
628
|
-
element.style.height = border.length + "px";
|
629
|
-
tblCursorsContainer.appendChild(element);
|
630
|
-
}
|
631
|
-
for (let border of tableColumnInfo.horizontalCursorBorders) {
|
632
|
-
let element = DocumentRenderer.renderContainer(RendererClassNames.TABLE_ROW_CURSOR + " " +
|
633
|
-
ZIndexHelper.getClassName(level, zIndexCssClassType.TblCursor));
|
634
|
-
DomUtils.setStylePosition(element.style, new Point(border.xPos, border.yPos));
|
635
|
-
element.style.width = border.length + "px";
|
636
|
-
element["dxLayoutRowIndex"] = border.layoutRowIndex;
|
637
|
-
tblCursorsContainer.appendChild(element);
|
638
|
-
}
|
639
|
-
}
|
640
|
-
for (let tblRow of tableColumnInfo.tableRows) {
|
641
|
-
DocumentRenderer.renderTableBackgroundElement(RendererClassNames.TABLE_ROW_BG + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.TblRowBg), tblRowsBgContainer, tblRow, tblXPos, tblYPos, tblBgColor);
|
642
|
-
for (let cellBgInfo of tblRow.backgroundInfos)
|
643
|
-
DocumentRenderer.renderTableBackgroundElement(RendererClassNames.TABLE_CELL_BG + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.TblCellBg), tblCellsBgContainer, cellBgInfo, 0, 0, cellBgInfo.color);
|
644
|
-
}
|
645
|
-
return tableElement;
|
646
|
-
}
|
647
|
-
static renderTableBackgroundElement(className, container, bound, tblXPos, tblYPos, color) {
|
648
|
-
if (ColorHelper.isEmptyBgColor(color))
|
649
|
-
return;
|
650
|
-
const elem = DocumentRenderer.renderContainer(className);
|
651
|
-
DomUtils.setStylePosition(elem.style, new Point(bound.x - tblXPos, bound.y - tblYPos));
|
652
|
-
DomUtils.setStyleSize(elem.style, bound);
|
653
|
-
elem.style.backgroundColor = ColorUtils.colorToHash(color);
|
654
|
-
container.appendChild(elem);
|
655
|
-
}
|
656
|
-
static renderVerticalBorder(tableBordersContainer, border, level, showTableGridLines) {
|
657
|
-
const borderInfo = border.borderInfo;
|
658
|
-
if (DocumentRenderer.isNotRenderTableBorder(borderInfo)) {
|
659
|
-
if (showTableGridLines) {
|
660
|
-
const element = DocumentRenderer.createBorderElement(ColorUtils.LIGHT_COLOR, level);
|
661
|
-
DomUtils.setStyleSizeAndPosition(element.style, new Rectangle(border.xPos, border.yPos, 0, border.length));
|
662
|
-
element.style.borderStyle = "None";
|
663
|
-
element.style.borderRightWidth = DocumentRenderer.getTableGridLineBorderWidth();
|
664
|
-
element.style.borderRightStyle = "dashed";
|
665
|
-
tableBordersContainer.appendChild(element);
|
666
|
-
}
|
667
|
-
}
|
668
|
-
else {
|
669
|
-
const element = DocumentRenderer.createBorderElement(borderInfo.color, level);
|
670
|
-
DomUtils.setStyleSizeAndPosition(element.style, new Rectangle(border.xPos, border.yPos, 0, border.length));
|
671
|
-
element.style.backgroundColor = "";
|
672
|
-
element.style.borderStyle = "None";
|
673
|
-
element.style.borderRightColor = ColorUtils.colorToHash(borderInfo.color);
|
674
|
-
element.style.borderRightWidth = DocumentRenderer.getBorderTypeWidth(borderInfo);
|
675
|
-
element.style.borderRightStyle = DocumentRenderer.borderTypeToString(borderInfo.style);
|
676
|
-
tableBordersContainer.appendChild(element);
|
677
|
-
}
|
678
|
-
}
|
679
|
-
static getTableGridLineBorderWidth() {
|
680
|
-
const devicePixelRatio = window.devicePixelRatio;
|
681
|
-
if (Browser.Chrome && devicePixelRatio > 1 && devicePixelRatio < 1.5)
|
682
|
-
return "1.5px";
|
683
|
-
return "1px";
|
684
|
-
}
|
685
|
-
static renderHorizontalBorder(tableBordersContainer, border, level, showTableGridLines) {
|
686
|
-
const borderInfo = border.borderInfo;
|
687
|
-
if (DocumentRenderer.isNotRenderTableBorder(borderInfo)) {
|
688
|
-
if (!showTableGridLines)
|
689
|
-
return;
|
690
|
-
const element = DocumentRenderer.createBorderElement(ColorUtils.LIGHT_COLOR, level);
|
691
|
-
DomUtils.setStyleSizeAndPosition(element.style, new Rectangle(border.xPos, border.yPos, border.length, 0));
|
692
|
-
element.style.borderStyle = "None";
|
693
|
-
element.style.borderBottomWidth = DocumentRenderer.getTableGridLineBorderWidth();
|
694
|
-
element.style.borderBottomStyle = "dashed";
|
695
|
-
tableBordersContainer.appendChild(element);
|
696
|
-
}
|
697
|
-
else {
|
698
|
-
const element = DocumentRenderer.createBorderElement(borderInfo.color, level);
|
699
|
-
DomUtils.setStyleSizeAndPosition(element.style, new Rectangle(border.xPos, border.yPos, border.length, 0));
|
700
|
-
element.style.backgroundColor = "";
|
701
|
-
element.style.borderStyle = "None";
|
702
|
-
element.style.borderBottomColor = ColorUtils.colorToHash(borderInfo.color);
|
703
|
-
element.style.borderBottomWidth = DocumentRenderer.getBorderTypeWidth(borderInfo);
|
704
|
-
element.style.borderBottomStyle = DocumentRenderer.borderTypeToString(borderInfo.style);
|
705
|
-
tableBordersContainer.appendChild(element);
|
706
|
-
}
|
707
|
-
}
|
708
|
-
static createBorderElement(color, level) {
|
709
|
-
const element = DocumentRenderer.renderContainer(RendererClassNames.TABLE_BORDER + " " + ZIndexHelper.getClassName(level, zIndexCssClassType.TableBorder));
|
710
|
-
element.style.backgroundColor = ColorUtils.colorToHash(color);
|
711
|
-
return element;
|
712
|
-
}
|
713
|
-
static isNotRenderTableBorder(borderInfo) {
|
714
|
-
return !borderInfo || borderInfo.style == BorderLineStyle.None || borderInfo.style == BorderLineStyle.Nil;
|
715
|
-
}
|
716
|
-
static borderTypeToString(style) {
|
717
|
-
const str = DocumentRenderer.mapBorderTypeToString[style];
|
718
|
-
return str ? str : "solid";
|
719
|
-
}
|
720
|
-
static getBorderTypeWidth(borderInfo) {
|
721
|
-
const mimWidth = this.getBorderTypeMinWidth(borderInfo.style);
|
722
|
-
return Math.max(mimWidth, borderInfo.width) + "px";
|
723
|
-
}
|
724
|
-
static getBorderTypeMinWidth(style) {
|
725
|
-
if (style == BorderLineStyle.Double)
|
726
|
-
return 3;
|
727
|
-
return 1;
|
728
|
-
}
|
729
|
-
static getServiceContainerCore(pageElement) {
|
730
|
-
return pageElement.firstChild;
|
731
|
-
}
|
732
|
-
static getSelectionContainerCore(pageElement) {
|
733
|
-
return pageElement.childNodes[1];
|
734
|
-
}
|
735
|
-
static getSearchSelectionContainerCore(pageElement) {
|
736
|
-
return pageElement.childNodes[2];
|
737
|
-
}
|
738
|
-
static getMisspelledSelectionContainerCore(pageElement) {
|
739
|
-
return pageElement.childNodes[3];
|
740
|
-
}
|
741
|
-
static getRangePermissionsContainerCore(pageElement) {
|
742
|
-
return pageElement.childNodes[4];
|
743
|
-
}
|
744
|
-
static isPageElementConsiderAllContainers(pageElement) {
|
745
|
-
return pageElement.childNodes.length > 1;
|
746
|
-
}
|
747
|
-
static getMainPageAreaContainerCore(pageElement) {
|
748
|
-
return pageElement.childNodes[5];
|
749
|
-
}
|
750
|
-
static getOtherPageAreaContainerCore(pageElement) {
|
751
|
-
return pageElement.childNodes[6];
|
752
|
-
}
|
753
|
-
static getAnchoredObjectsContainer(pageElement) {
|
754
|
-
return pageElement.childNodes[7];
|
755
|
-
}
|
756
|
-
static getTextBoxBackgroundContainer(pageElement) {
|
757
|
-
return pageElement.childNodes[8];
|
758
|
-
}
|
759
|
-
static getRowsContainerCore(columnElement) {
|
760
|
-
return columnElement.firstChild;
|
761
|
-
}
|
762
|
-
static getParagraphFramesContainerCore(columnElement) {
|
763
|
-
return Browser.Chrome ? columnElement.firstChild.nextSibling : columnElement.childNodes[1];
|
764
|
-
}
|
765
|
-
static getTablesContainerCore(columnElement) {
|
766
|
-
return columnElement.lastChild;
|
767
|
-
}
|
768
|
-
static getColumnsContainerCore(pageAreaElement) {
|
769
|
-
return pageAreaElement;
|
770
|
-
}
|
771
|
-
static renderContainer(className) {
|
772
|
-
const element = document.createElement("DIV");
|
773
|
-
element.className = className;
|
774
|
-
return element;
|
775
|
-
}
|
776
|
-
static removeFromContainerByIndex(node, index, getContainer) {
|
777
|
-
const container = getContainer(node);
|
778
|
-
const child = container.childNodes[index];
|
779
|
-
if (child)
|
780
|
-
container.removeChild(child);
|
781
|
-
}
|
782
|
-
static replaceInContainer(node, index, newRenderedElement, getContainer) {
|
783
|
-
const container = getContainer(node);
|
784
|
-
container.replaceChild(newRenderedElement, container.childNodes[index]);
|
785
|
-
}
|
786
|
-
static insertInContainer(node, index, newRenderedElement, getContainer) {
|
787
|
-
const container = getContainer(node);
|
788
|
-
if (index < container.childNodes.length)
|
789
|
-
container.insertBefore(newRenderedElement, container.childNodes[index]);
|
790
|
-
else
|
791
|
-
container.appendChild(newRenderedElement);
|
792
|
-
}
|
793
|
-
static removeFromContainerByObject(id, container, cache) {
|
794
|
-
const obj = cache[id];
|
795
|
-
if (obj) {
|
796
|
-
container.removeChild(obj);
|
797
|
-
delete cache[id];
|
798
|
-
}
|
799
|
-
}
|
800
|
-
static replaceFromContainerByObject(id, container, cache, newNode) {
|
801
|
-
container.replaceChild(newNode, cache[id]);
|
802
|
-
cache[id] = newNode;
|
803
|
-
}
|
804
|
-
static insertToContainerByObject(id, container, cache, newNode) {
|
805
|
-
cache[id] = newNode;
|
806
|
-
container.appendChild(newNode);
|
807
|
-
}
|
808
|
-
static isPageElementEmpty(pageElement) {
|
809
|
-
return pageElement.childNodes.length == 0;
|
810
|
-
}
|
811
|
-
renderPictureBoxContent(size, cacheInfo, tip) {
|
812
|
-
const tooltip = tip ? CanvasUtils.buildHyperlinkTipString(tip, this.viewManager.stringResources.commonLabels.clickToFollowHyperlink, this.viewManager.fieldOptions) : "";
|
813
|
-
const img = document.createElement('img');
|
814
|
-
img.setAttribute('src', cacheInfo.base64);
|
815
|
-
if (tooltip) {
|
816
|
-
img.setAttribute('title', tooltip);
|
817
|
-
}
|
818
|
-
img.style.cssText = `height: ${MathUtils.round(size.height, 3)}px; width: ${MathUtils.round(size.width, 3)}px; vertical-align: baseline`;
|
819
|
-
img.setAttribute('class', RendererClassNames.PICTURE);
|
820
|
-
return img;
|
821
|
-
}
|
822
|
-
}
|
823
|
-
DocumentRenderer.mapBorderTypeToString = new MapCreator()
|
824
|
-
.add(BorderLineStyle.Single, "solid")
|
825
|
-
.add(BorderLineStyle.Dotted, "dotted")
|
826
|
-
.add(BorderLineStyle.Dashed, "dashed")
|
827
|
-
.add(BorderLineStyle.Double, "double")
|
828
|
-
.add(BorderLineStyle.DashSmallGap, "dashed")
|
829
|
-
.add(BorderLineStyle.DotDash, "dashed")
|
830
|
-
.add(BorderLineStyle.DotDotDash, "dashed")
|
831
|
-
.get();
|
832
|
-
export class DocumentRendererPageCache {
|
833
|
-
constructor(page) {
|
834
|
-
this.page = page;
|
835
|
-
this.init();
|
836
|
-
}
|
837
|
-
removeContent() {
|
838
|
-
const serviceContainer = DocumentRenderer.getServiceContainerCore(this.page);
|
839
|
-
DomUtils.clearInnerHtml(this.page);
|
840
|
-
this.page.appendChild(serviceContainer);
|
841
|
-
this.init();
|
842
|
-
}
|
843
|
-
init() {
|
844
|
-
this.otherAreas = {};
|
845
|
-
this.anchoredPicture = {};
|
846
|
-
this.textBoxBgElements = {};
|
847
|
-
}
|
848
|
-
}
|
849
|
-
export class BoxRenderResult {
|
850
|
-
constructor(html, increaseRowHeight) {
|
851
|
-
this.html = html;
|
852
|
-
this.increaseRowHeight = increaseRowHeight;
|
853
|
-
}
|
854
|
-
toString() {
|
855
|
-
if (typeof this.html === 'string')
|
856
|
-
return this.html;
|
857
|
-
else {
|
858
|
-
const result = [];
|
859
|
-
if (this.html) {
|
860
|
-
const length = this.html.children.length;
|
861
|
-
for (let i = 0; i < length; i++) {
|
862
|
-
result.push(this.html.children.item(i).outerHTML);
|
863
|
-
}
|
864
|
-
}
|
865
|
-
return result.join('');
|
866
|
-
}
|
867
|
-
}
|
868
|
-
}
|