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,34 +0,0 @@
|
|
1
|
-
import { FontInfoCache } from '../../../core/model/caches/hashed-caches/font-info-cache';
|
2
|
-
import { MaskedCharacterProperties } from '../../../core/model/character/character-properties';
|
3
|
-
import { MaskedCharacterPropertiesBundle } from '../../../core/rich-utils/properties-bundle';
|
4
|
-
import { FixedInterval } from '@devexpress/utils/lib/intervals/fixed';
|
5
|
-
import { HtmlImporter } from '../html-importer';
|
6
|
-
import { LoadFontInfo } from '../load-font-info';
|
7
|
-
export declare class HtmlImporterMaskedCharacterProperties {
|
8
|
-
private loadFontInfos;
|
9
|
-
private tempFontInfoCache;
|
10
|
-
private result;
|
11
|
-
private styledElement;
|
12
|
-
private currentStyle;
|
13
|
-
private initialCharacterProperties;
|
14
|
-
private get model();
|
15
|
-
private get controlOptions();
|
16
|
-
private importer;
|
17
|
-
private allowCreateNewFonts;
|
18
|
-
constructor(importer: HtmlImporter, loadFontInfos: LoadFontInfo[], tempFontInfoCache: FontInfoCache, allowCreateNewFonts: boolean);
|
19
|
-
getBundleFrom(element: HTMLElement, interval: FixedInterval): MaskedCharacterPropertiesBundle;
|
20
|
-
import(element: HTMLElement, interval: FixedInterval, initialCharacterProperties: MaskedCharacterProperties): MaskedCharacterProperties;
|
21
|
-
private importFontBold;
|
22
|
-
private importFontItalic;
|
23
|
-
private importAllCaps;
|
24
|
-
private importStrikeoutType;
|
25
|
-
private importUnderlineType;
|
26
|
-
private importForeColor;
|
27
|
-
private importBackColor;
|
28
|
-
private importFontInfo;
|
29
|
-
private importFontSize;
|
30
|
-
private importHidden;
|
31
|
-
private importSuperscript;
|
32
|
-
private importSubscript;
|
33
|
-
}
|
34
|
-
//# sourceMappingURL=character-properties-utils.d.ts.map
|
@@ -1,151 +0,0 @@
|
|
1
|
-
import { CharacterFormattingScript, CharacterPropertiesMask, StrikeoutType, UnderlineType } from '../../../core/model/character/enums';
|
2
|
-
import { ColorModelInfo } from '../../../core/model/color/color-model-info';
|
3
|
-
import { FontChooser } from '../../../core/model/fonts/font-chooser';
|
4
|
-
import { ControlOptions } from '../../../core/model/options/control';
|
5
|
-
import { ShadingInfo } from '../../../core/model/shadings/shading-info';
|
6
|
-
import { MaskedCharacterPropertiesBundle } from '../../../core/rich-utils/properties-bundle';
|
7
|
-
import { ColorUtils } from '@devexpress/utils/lib/utils/color';
|
8
|
-
import { DomUtils } from '@devexpress/utils/lib/utils/dom';
|
9
|
-
import { LoadFontInfo } from '../load-font-info';
|
10
|
-
import { HtmlImporterFontUtils } from './font-utils';
|
11
|
-
export class HtmlImporterMaskedCharacterProperties {
|
12
|
-
constructor(importer, loadFontInfos, tempFontInfoCache, allowCreateNewFonts) {
|
13
|
-
this.importer = importer;
|
14
|
-
this.loadFontInfos = loadFontInfos;
|
15
|
-
this.tempFontInfoCache = tempFontInfoCache;
|
16
|
-
this.allowCreateNewFonts = allowCreateNewFonts;
|
17
|
-
}
|
18
|
-
get model() { return this.importer.modelManager.model; }
|
19
|
-
;
|
20
|
-
get controlOptions() { return this.importer.modelManager.richOptions.control; }
|
21
|
-
;
|
22
|
-
getBundleFrom(element, interval) {
|
23
|
-
return new MaskedCharacterPropertiesBundle(this.import(element, interval, this.importer.charPropsBundle.props), this.importer.charPropsBundle.style);
|
24
|
-
}
|
25
|
-
import(element, interval, initialCharacterProperties) {
|
26
|
-
this.initialCharacterProperties = initialCharacterProperties;
|
27
|
-
this.result = initialCharacterProperties.clone();
|
28
|
-
this.styledElement = DomUtils.isHTMLElementNode(element) ? element : (element.parentElement || element.parentNode);
|
29
|
-
if (this.styledElement !== element && this.styledElement.tagName.toUpperCase() == 'TD')
|
30
|
-
return this.result;
|
31
|
-
this.currentStyle = DomUtils.getCurrentStyle(this.styledElement);
|
32
|
-
if (!this.currentStyle)
|
33
|
-
return this.result;
|
34
|
-
this.importFontBold();
|
35
|
-
this.importFontItalic();
|
36
|
-
this.importAllCaps();
|
37
|
-
this.importStrikeoutType();
|
38
|
-
this.importUnderlineType();
|
39
|
-
this.importForeColor();
|
40
|
-
this.importBackColor();
|
41
|
-
this.importFontInfo(interval);
|
42
|
-
this.importFontSize();
|
43
|
-
this.importHidden();
|
44
|
-
this.importSuperscript();
|
45
|
-
this.importSubscript();
|
46
|
-
return this.result;
|
47
|
-
}
|
48
|
-
importFontBold() {
|
49
|
-
switch (this.currentStyle.fontWeight) {
|
50
|
-
case "bold":
|
51
|
-
case "700":
|
52
|
-
this.result.fontBold = true;
|
53
|
-
this.result.setUseValue(CharacterPropertiesMask.UseFontBold, true);
|
54
|
-
}
|
55
|
-
}
|
56
|
-
importFontItalic() {
|
57
|
-
if (this.currentStyle.fontStyle == "italic") {
|
58
|
-
this.result.fontItalic = true;
|
59
|
-
this.result.setUseValue(CharacterPropertiesMask.UseFontItalic, true);
|
60
|
-
}
|
61
|
-
}
|
62
|
-
importAllCaps() {
|
63
|
-
if (this.currentStyle.textTransform == "uppercase") {
|
64
|
-
this.result.allCaps = true;
|
65
|
-
this.result.setUseValue(CharacterPropertiesMask.UseAllCaps, true);
|
66
|
-
}
|
67
|
-
}
|
68
|
-
importStrikeoutType() {
|
69
|
-
if (/.*line-through.*/gi.test(this.currentStyle.textDecoration)) {
|
70
|
-
this.result.fontStrikeoutType = StrikeoutType.Single;
|
71
|
-
this.result.setUseValue(CharacterPropertiesMask.UseFontStrikeoutType, true);
|
72
|
-
}
|
73
|
-
}
|
74
|
-
importUnderlineType() {
|
75
|
-
if (/.*underline.*/gi.test(this.currentStyle.textDecoration)) {
|
76
|
-
this.result.fontUnderlineType = UnderlineType.Single;
|
77
|
-
this.result.setUseValue(CharacterPropertiesMask.UseFontUnderlineType, true);
|
78
|
-
}
|
79
|
-
}
|
80
|
-
importForeColor() {
|
81
|
-
if (this.styledElement.style.color !== "") {
|
82
|
-
const foreColor = ColorUtils.fromString(this.currentStyle.color);
|
83
|
-
if (foreColor != null) {
|
84
|
-
this.result.textColor = ColorModelInfo.makeByColor(foreColor);
|
85
|
-
this.result.setUseValue(CharacterPropertiesMask.UseForeColorIndex, true);
|
86
|
-
}
|
87
|
-
}
|
88
|
-
}
|
89
|
-
importBackColor() {
|
90
|
-
if (this.styledElement.style.backgroundColor !== "") {
|
91
|
-
const backColor = ColorUtils.fromString(this.currentStyle.backgroundColor);
|
92
|
-
if (backColor) {
|
93
|
-
this.result.shadingInfo = ShadingInfo.createByColor(ColorModelInfo.makeByColor(backColor));
|
94
|
-
this.result.setUseValue(CharacterPropertiesMask.UseShadingInfoIndex, true);
|
95
|
-
this.result.setUseValue(CharacterPropertiesMask.UseHighlightColorIndex, false);
|
96
|
-
}
|
97
|
-
}
|
98
|
-
}
|
99
|
-
importFontInfo(interval) {
|
100
|
-
if (this.styledElement.style.fontFamily) {
|
101
|
-
const cssFontFamily = this.currentStyle.fontFamily;
|
102
|
-
let fontInfo = new FontChooser(this.model.cache.fontInfoCache).chooseByCssString(cssFontFamily);
|
103
|
-
if (!fontInfo) {
|
104
|
-
if (ControlOptions.isEnabled(this.controlOptions.characterFormatting) && this.allowCreateNewFonts) {
|
105
|
-
const fontName = DomUtils.getFontFamiliesFromCssString(cssFontFamily)[0];
|
106
|
-
fontInfo = this.tempFontInfoCache.getItemByName(fontName);
|
107
|
-
if (!fontInfo) {
|
108
|
-
const sourceFont = this.initialCharacterProperties.fontInfo || this.model.defaultCharacterProperties.fontInfo;
|
109
|
-
fontInfo = sourceFont.clone();
|
110
|
-
fontInfo.name = fontName;
|
111
|
-
fontInfo.cssString = cssFontFamily;
|
112
|
-
this.tempFontInfoCache.getItem(fontInfo);
|
113
|
-
}
|
114
|
-
this.loadFontInfos.push(new LoadFontInfo(fontInfo, this.importer.subDocument, interval));
|
115
|
-
}
|
116
|
-
else
|
117
|
-
fontInfo = this.model.defaultCharacterProperties.fontInfo;
|
118
|
-
}
|
119
|
-
this.result.fontInfo = fontInfo;
|
120
|
-
this.result.setUseValue(CharacterPropertiesMask.UseFontName, true);
|
121
|
-
}
|
122
|
-
}
|
123
|
-
importFontSize() {
|
124
|
-
if (this.styledElement.style.fontSize) {
|
125
|
-
const parentCurrentStyle = DomUtils.getCurrentStyle(this.styledElement.parentElement || this.styledElement.parentNode);
|
126
|
-
const fontSize = HtmlImporterFontUtils.getFontSize(this.currentStyle.fontSize, parentCurrentStyle ? parentCurrentStyle.fontSize : null);
|
127
|
-
if (fontSize != null && fontSize > 0) {
|
128
|
-
this.result.fontSize = fontSize;
|
129
|
-
this.result.setUseValue(CharacterPropertiesMask.UseDoubleFontSize, true);
|
130
|
-
}
|
131
|
-
}
|
132
|
-
}
|
133
|
-
importHidden() {
|
134
|
-
if (this.currentStyle.display == "none") {
|
135
|
-
this.result.hidden = true;
|
136
|
-
this.result.setUseValue(CharacterPropertiesMask.UseHidden, true);
|
137
|
-
}
|
138
|
-
}
|
139
|
-
importSuperscript() {
|
140
|
-
if (this.currentStyle.verticalAlign == "super") {
|
141
|
-
this.result.script = CharacterFormattingScript.Superscript;
|
142
|
-
this.result.setUseValue(CharacterPropertiesMask.UseScript, true);
|
143
|
-
}
|
144
|
-
}
|
145
|
-
importSubscript() {
|
146
|
-
if (this.currentStyle.verticalAlign == "sub") {
|
147
|
-
this.result.script = CharacterFormattingScript.Subscript;
|
148
|
-
this.result.setUseValue(CharacterPropertiesMask.UseScript, true);
|
149
|
-
}
|
150
|
-
}
|
151
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import { NumberingFormat } from '../../../core/model/numbering-lists/list-level-properties';
|
2
|
-
import { FixedInterval } from '@devexpress/utils/lib/intervals/fixed';
|
3
|
-
import { ImportedParagraphListInfo } from '../containers/runs';
|
4
|
-
import { HtmlImporter } from '../html-importer';
|
5
|
-
import { HtmlImporterMaskedCharacterProperties } from './character-properties-utils';
|
6
|
-
export declare class ParagraphListPropertiesUtils {
|
7
|
-
private htmlImporterMaskedCharacterProperties;
|
8
|
-
private listItemElement;
|
9
|
-
private msoListAttr;
|
10
|
-
private parentListElement;
|
11
|
-
private importer;
|
12
|
-
constructor(importer: HtmlImporter, htmlImporterMaskedCharacterProperties: HtmlImporterMaskedCharacterProperties);
|
13
|
-
import(element: HTMLElement, interval: FixedInterval): ImportedParagraphListInfo;
|
14
|
-
private importListIndex;
|
15
|
-
private importListLevelIndex;
|
16
|
-
private importListFormatByListItemElement;
|
17
|
-
private static importListFormatByReserveWay;
|
18
|
-
private importDisplayFormatStringByParentListElement;
|
19
|
-
static importDisplayFormatStringByParentListFormat(listFormat: NumberingFormat, parentListFormat: NumberingFormat, listLevelIndex: number): string;
|
20
|
-
private static importDisplayFormatStringByReserveWay;
|
21
|
-
private getMainParentListElement;
|
22
|
-
static getListType(listElement: HTMLElement): NumberingFormat;
|
23
|
-
private static getListTextElement;
|
24
|
-
private static getListText;
|
25
|
-
private static getParentListElement;
|
26
|
-
private static removeSomeHtml;
|
27
|
-
private static MapListTypeToType;
|
28
|
-
}
|
29
|
-
//# sourceMappingURL=paragraph-list-properties-utils.d.ts.map
|
@@ -1,158 +0,0 @@
|
|
1
|
-
import { MapCreator } from '../../../base-utils/map-creator';
|
2
|
-
import { NumberingFormat } from '../../../core/model/numbering-lists/list-level-properties';
|
3
|
-
import { NumberingType } from '../../../core/model/numbering-lists/numbering-list';
|
4
|
-
import { DomUtils } from '@devexpress/utils/lib/utils/dom';
|
5
|
-
import { ListUtils } from '@devexpress/utils/lib/utils/list';
|
6
|
-
import { StringUtils } from '@devexpress/utils/lib/utils/string';
|
7
|
-
import { ImportedParagraphListInfo } from '../containers/runs';
|
8
|
-
import { HtmlImportUtils } from './utils';
|
9
|
-
export class ParagraphListPropertiesUtils {
|
10
|
-
constructor(importer, htmlImporterMaskedCharacterProperties) {
|
11
|
-
this.htmlImporterMaskedCharacterProperties = htmlImporterMaskedCharacterProperties;
|
12
|
-
this.importer = importer;
|
13
|
-
}
|
14
|
-
import(element, interval) {
|
15
|
-
this.listItemElement = DomUtils.getParentByTagName(element, "LI");
|
16
|
-
this.msoListAttr = element.outerHTML.match(/mso-list:\s*\w*\s*level[^ ]/gi);
|
17
|
-
if (!this.listItemElement && !this.msoListAttr)
|
18
|
-
return null;
|
19
|
-
this.parentListElement = this.listItemElement ? ParagraphListPropertiesUtils.getParentListElement(this.listItemElement) : null;
|
20
|
-
if (!this.parentListElement)
|
21
|
-
return null;
|
22
|
-
const listIndex = this.importListIndex();
|
23
|
-
const listLevelIndex = this.importListLevelIndex();
|
24
|
-
let listFormat;
|
25
|
-
let displayFormatString;
|
26
|
-
let maskedCharacterProperties;
|
27
|
-
if (this.listItemElement) {
|
28
|
-
listFormat = this.importListFormatByListItemElement();
|
29
|
-
displayFormatString = this.importDisplayFormatStringByParentListElement(listFormat, listLevelIndex);
|
30
|
-
maskedCharacterProperties = null;
|
31
|
-
}
|
32
|
-
else {
|
33
|
-
const listTextElement = ParagraphListPropertiesUtils.getListTextElement(element);
|
34
|
-
const listText = ParagraphListPropertiesUtils.getListText(listTextElement);
|
35
|
-
listFormat = ParagraphListPropertiesUtils.importListFormatByReserveWay(listText);
|
36
|
-
displayFormatString = ParagraphListPropertiesUtils.importDisplayFormatStringByReserveWay(listFormat, listLevelIndex, listText);
|
37
|
-
maskedCharacterProperties = this.htmlImporterMaskedCharacterProperties.import(listTextElement, interval, this.importer.charPropsBundle.props);
|
38
|
-
ParagraphListPropertiesUtils.removeSomeHtml(element, listTextElement, listText);
|
39
|
-
}
|
40
|
-
return new ImportedParagraphListInfo(listIndex, listLevelIndex, listFormat, listFormat == NumberingFormat.Bullet ? NumberingType.Bullet : NumberingType.MultiLevel, displayFormatString, maskedCharacterProperties);
|
41
|
-
}
|
42
|
-
importListIndex() {
|
43
|
-
if (this.msoListAttr && this.msoListAttr.length)
|
44
|
-
return parseInt(this.msoListAttr[0].replace(/mso-list:\s*[A-Za-z]*(\d*)[\s\S]*/gi, '$1'));
|
45
|
-
const mainParentListElement = this.getMainParentListElement();
|
46
|
-
if (!mainParentListElement)
|
47
|
-
return 0;
|
48
|
-
const lists = DomUtils.getChildNodes(mainParentListElement.parentNode, (e) => {
|
49
|
-
return e.tagName == "UL" || e.tagName == "OL";
|
50
|
-
});
|
51
|
-
return ListUtils.accumulate(lists, 0, (acc, list, index) => acc + (list == mainParentListElement ? index : 0));
|
52
|
-
}
|
53
|
-
importListLevelIndex() {
|
54
|
-
if (this.msoListAttr && this.msoListAttr.length)
|
55
|
-
return parseInt(this.msoListAttr[0].replace(/mso-list:\s*\w*\s*level/gi, '')) - 1;
|
56
|
-
let listLevelIndex = 0;
|
57
|
-
let parentListItemElement = this.parentListElement ? DomUtils.getParentByTagName(this.parentListElement, "LI") : null;
|
58
|
-
while (parentListItemElement) {
|
59
|
-
listLevelIndex++;
|
60
|
-
parentListItemElement = DomUtils.getParentByTagName(parentListItemElement.parentNode, "LI");
|
61
|
-
}
|
62
|
-
return listLevelIndex;
|
63
|
-
}
|
64
|
-
importListFormatByListItemElement() {
|
65
|
-
return ParagraphListPropertiesUtils.getListType(this.parentListElement);
|
66
|
-
}
|
67
|
-
static importListFormatByReserveWay(listText) {
|
68
|
-
if (!listText)
|
69
|
-
return NumberingFormat.None;
|
70
|
-
const encodedIndexText = encodeURI(listText);
|
71
|
-
if (listText == "o" || encodedIndexText.indexOf("%B7") > -1 || encodedIndexText.indexOf("%A7") > -1)
|
72
|
-
return NumberingFormat.Bullet;
|
73
|
-
if (/^(IX|IV|V?I{1,3})/.test(listText))
|
74
|
-
return NumberingFormat.UpperRoman;
|
75
|
-
if (/^(ix|iv|v?i{1,3})/.test(listText))
|
76
|
-
return NumberingFormat.LowerRoman;
|
77
|
-
if (/[0-9]/.test(listText))
|
78
|
-
return NumberingFormat.Decimal;
|
79
|
-
if (/[a-z]/.test(listText))
|
80
|
-
return NumberingFormat.LowerLetter;
|
81
|
-
if (/[A-Z]/.test(listText))
|
82
|
-
return NumberingFormat.UpperLetter;
|
83
|
-
return NumberingFormat.None;
|
84
|
-
}
|
85
|
-
importDisplayFormatStringByParentListElement(listFormat, listLevelIndex) {
|
86
|
-
const listElementParentList = ParagraphListPropertiesUtils.getParentListElement(this.parentListElement.parentNode);
|
87
|
-
if (listElementParentList) {
|
88
|
-
const parentListFormat = ParagraphListPropertiesUtils.getListType(listElementParentList);
|
89
|
-
return ParagraphListPropertiesUtils.importDisplayFormatStringByParentListFormat(listFormat, parentListFormat, listLevelIndex);
|
90
|
-
}
|
91
|
-
return "";
|
92
|
-
}
|
93
|
-
static importDisplayFormatStringByParentListFormat(listFormat, parentListFormat, listLevelIndex) {
|
94
|
-
if (parentListFormat && listFormat != parentListFormat)
|
95
|
-
return "{" + listLevelIndex + "}";
|
96
|
-
return "";
|
97
|
-
}
|
98
|
-
static importDisplayFormatStringByReserveWay(listFormat, listLevelIndex, listText) {
|
99
|
-
if (listFormat == NumberingFormat.Bullet)
|
100
|
-
return "";
|
101
|
-
if (listText.indexOf(".") > -1)
|
102
|
-
return ListUtils.accumulate(listText.split("."), "", (acc, listItem, listIndex) => listItem ? acc + "{" + listIndex + "}." : acc);
|
103
|
-
const matches = listText.match(/^(\W?)(\w+)(\W?)/);
|
104
|
-
return matches && matches.length > 2 ? matches[1] + "{" + listLevelIndex + "}" + matches[3] : listText.charAt(0);
|
105
|
-
}
|
106
|
-
getMainParentListElement() {
|
107
|
-
let listElement = this.parentListElement ? this.parentListElement : null;
|
108
|
-
let mainParentListElement = null;
|
109
|
-
while (listElement) {
|
110
|
-
mainParentListElement = listElement;
|
111
|
-
listElement = ParagraphListPropertiesUtils.getParentListElement(listElement.parentNode);
|
112
|
-
}
|
113
|
-
return mainParentListElement;
|
114
|
-
}
|
115
|
-
static getListType(listElement) {
|
116
|
-
return HtmlImportUtils.getPropertyByMap(ParagraphListPropertiesUtils.MapListTypeToType, DomUtils.getCurrentStyle(listElement).listStyleType, NumberingFormat.None);
|
117
|
-
}
|
118
|
-
static getListTextElement(element) {
|
119
|
-
const ignoreElements = DomUtils.getNodes(element, (e) => { return e.outerHTML.match(/mso-list:Ignore/gi) != null; });
|
120
|
-
let listTextElement = ignoreElements.length ? ignoreElements[0] : null;
|
121
|
-
if (!listTextElement) {
|
122
|
-
const whiteSpacesOnlyTextElements = DomUtils.getNodes(element, (e) => DomUtils.isTextNode(e) && e.nodeValue && !StringUtils.trim(e.nodeValue) ||
|
123
|
-
e.textContent && !StringUtils.trim(e.textContent) ||
|
124
|
-
e.innerText && !StringUtils.trim(e.innerText));
|
125
|
-
listTextElement = whiteSpacesOnlyTextElements.length ? whiteSpacesOnlyTextElements[0].previousSibling : (element.firstChild);
|
126
|
-
}
|
127
|
-
return listTextElement;
|
128
|
-
}
|
129
|
-
static getListText(listTextElement) {
|
130
|
-
return listTextElement ? StringUtils.trim((listTextElement.nodeValue || DomUtils.getInnerText(listTextElement)).split(" ")[0]) : "";
|
131
|
-
}
|
132
|
-
static getParentListElement(childElement) {
|
133
|
-
return DomUtils.getParentByTagName(childElement, "UL") || DomUtils.getParentByTagName(childElement, "OL");
|
134
|
-
}
|
135
|
-
static removeSomeHtml(element, listTextElement, listText) {
|
136
|
-
if (element.childNodes.length == 1)
|
137
|
-
element.innerHTML = StringUtils.trimStart(element.innerHTML.replace(listText, ''));
|
138
|
-
else {
|
139
|
-
const listTextElementParent = listTextElement.parentNode;
|
140
|
-
listTextElementParent.removeChild(listTextElement);
|
141
|
-
listTextElementParent.innerHTML = listTextElementParent.innerHTML.replace(/^<([^\s>]+)(\s[^>]*)?>(\s| ){2,}<\/\1>/g, '');
|
142
|
-
if (listTextElement.parentNode != element)
|
143
|
-
element.innerHTML = element.innerHTML.replace(/<([^\s>]+)(\s[^>]*)?><\/\1>/g, '');
|
144
|
-
}
|
145
|
-
}
|
146
|
-
}
|
147
|
-
ParagraphListPropertiesUtils.MapListTypeToType = new MapCreator()
|
148
|
-
.add("decimal", NumberingFormat.Decimal)
|
149
|
-
.add("circle", NumberingFormat.Bullet)
|
150
|
-
.add("disc", NumberingFormat.Bullet)
|
151
|
-
.add("square", NumberingFormat.Bullet)
|
152
|
-
.add("lower-alpha", NumberingFormat.LowerLetter)
|
153
|
-
.add("lower-latin", NumberingFormat.LowerLetter)
|
154
|
-
.add("upper-alpha", NumberingFormat.UpperLetter)
|
155
|
-
.add("upper-latin", NumberingFormat.UpperLetter)
|
156
|
-
.add("lower-roman", NumberingFormat.LowerRoman)
|
157
|
-
.add("upper-roman", NumberingFormat.UpperRoman)
|
158
|
-
.get();
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { ColorProvider } from '../../../core/model/color/color-provider';
|
2
|
-
import { MaskedParagraphProperties } from '../../../core/model/paragraph/paragraph-properties';
|
3
|
-
export declare class HtmlImporterMaskedParagraphProperties {
|
4
|
-
private result;
|
5
|
-
private elementStyle;
|
6
|
-
private element;
|
7
|
-
import(colorProvider: ColorProvider, element: HTMLElement, isTableCellTag: boolean): MaskedParagraphProperties;
|
8
|
-
private importAlignment;
|
9
|
-
private importFirstLineIndent;
|
10
|
-
private importLeftIndent;
|
11
|
-
private importRightIndent;
|
12
|
-
private importSpacingBefore;
|
13
|
-
private importSpacingAfter;
|
14
|
-
private importLineSpacing;
|
15
|
-
private setSpacingAsMultiple;
|
16
|
-
private importTopBorder;
|
17
|
-
private importRightBorder;
|
18
|
-
private importBottomBorder;
|
19
|
-
private importLeftBorder;
|
20
|
-
private static MapAlignmentToType;
|
21
|
-
}
|
22
|
-
//# sourceMappingURL=paragraph-properties-utils.d.ts.map
|
@@ -1,146 +0,0 @@
|
|
1
|
-
import { MapCreator } from '../../../base-utils/map-creator';
|
2
|
-
import { BorderLineStyle } from '../../../core/model/borders/enums';
|
3
|
-
import { MaskedParagraphProperties, ParagraphAlignment, ParagraphFirstLineIndent, ParagraphLineSpacingType, ParagraphPropertiesMask } from '../../../core/model/paragraph/paragraph-properties';
|
4
|
-
import { TableWidthUnit, TableWidthUnitType } from '../../../core/model/tables/secondary-structures/table-units';
|
5
|
-
import { Errors } from '@devexpress/utils/lib/errors';
|
6
|
-
import { AttrUtils } from '@devexpress/utils/lib/utils/attr';
|
7
|
-
import { DomUtils } from '@devexpress/utils/lib/utils/dom';
|
8
|
-
import { MathUtils } from '@devexpress/utils/lib/utils/math';
|
9
|
-
import { HtmlImportUtils } from './utils';
|
10
|
-
export class HtmlImporterMaskedParagraphProperties {
|
11
|
-
import(colorProvider, element, isTableCellTag) {
|
12
|
-
this.result = new MaskedParagraphProperties();
|
13
|
-
this.element = element;
|
14
|
-
this.elementStyle = element.style;
|
15
|
-
const calculatedStyle = DomUtils.getCurrentStyle(element);
|
16
|
-
this.importAlignment();
|
17
|
-
this.importFirstLineIndent();
|
18
|
-
this.importLeftIndent();
|
19
|
-
this.importRightIndent();
|
20
|
-
this.importLineSpacing();
|
21
|
-
this.importSpacingBefore();
|
22
|
-
this.importSpacingAfter();
|
23
|
-
if (!isTableCellTag) {
|
24
|
-
this.importTopBorder(colorProvider, calculatedStyle);
|
25
|
-
this.importRightBorder(colorProvider, calculatedStyle);
|
26
|
-
this.importBottomBorder(colorProvider, calculatedStyle);
|
27
|
-
this.importLeftBorder(colorProvider, calculatedStyle);
|
28
|
-
}
|
29
|
-
return this.result;
|
30
|
-
}
|
31
|
-
importAlignment() {
|
32
|
-
let textAlign = this.elementStyle.textAlign;
|
33
|
-
if (!textAlign || !textAlign.length) {
|
34
|
-
const parentCell = DomUtils.getParentByTagName(this.element, "TD");
|
35
|
-
if (parentCell)
|
36
|
-
textAlign = AttrUtils.getElementAttribute(parentCell, "align");
|
37
|
-
}
|
38
|
-
this.result.alignment = HtmlImportUtils.getPropertyByMap(HtmlImporterMaskedParagraphProperties.MapAlignmentToType, textAlign, ParagraphAlignment.Left);
|
39
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseAlignment, this.result.alignment != ParagraphAlignment.Left);
|
40
|
-
}
|
41
|
-
importFirstLineIndent() {
|
42
|
-
const firstLineIndent = HtmlImportUtils.getValueInTwips(this.elementStyle.textIndent);
|
43
|
-
if (firstLineIndent != null && firstLineIndent != 0) {
|
44
|
-
this.result.firstLineIndentType = firstLineIndent > 0 ? ParagraphFirstLineIndent.Indented : ParagraphFirstLineIndent.Hanging;
|
45
|
-
this.result.firstLineIndent = Math.abs(firstLineIndent);
|
46
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseFirstLineIndent, true);
|
47
|
-
}
|
48
|
-
}
|
49
|
-
importLeftIndent() {
|
50
|
-
const leftIndent = HtmlImportUtils.getValueInTwips(this.elementStyle.marginLeft);
|
51
|
-
if (leftIndent != null && leftIndent >= 0) {
|
52
|
-
this.result.leftIndent = leftIndent;
|
53
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseLeftIndent, true);
|
54
|
-
}
|
55
|
-
}
|
56
|
-
importRightIndent() {
|
57
|
-
const rightIndent = HtmlImportUtils.getValueInTwips(this.elementStyle.marginRight);
|
58
|
-
if (rightIndent != null && rightIndent >= 0) {
|
59
|
-
this.result.rightIndent = rightIndent;
|
60
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseRightIndent, true);
|
61
|
-
}
|
62
|
-
}
|
63
|
-
importSpacingBefore() {
|
64
|
-
const spacingBefore = HtmlImportUtils.getValueInTwips(this.elementStyle.marginTop);
|
65
|
-
if (spacingBefore != null && spacingBefore >= 0) {
|
66
|
-
this.result.spacingBefore = spacingBefore;
|
67
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseSpacingBefore, true);
|
68
|
-
}
|
69
|
-
}
|
70
|
-
importSpacingAfter() {
|
71
|
-
const spacingAfter = HtmlImportUtils.getValueInTwips(this.elementStyle.marginBottom);
|
72
|
-
if (spacingAfter != null && spacingAfter >= 0) {
|
73
|
-
this.result.spacingAfter = spacingAfter;
|
74
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseSpacingAfter, true);
|
75
|
-
}
|
76
|
-
}
|
77
|
-
importLineSpacing() {
|
78
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseLineSpacing, true);
|
79
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseBeforeAutoSpacing, true);
|
80
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseAfterAutoSpacing, true);
|
81
|
-
const stringLineHeight = this.elementStyle.lineHeight;
|
82
|
-
const height = HtmlImportUtils.getTableWidthUnit(stringLineHeight);
|
83
|
-
if (height == null) {
|
84
|
-
this.setSpacingAsMultiple(parseFloat(stringLineHeight));
|
85
|
-
return;
|
86
|
-
}
|
87
|
-
switch (height.type) {
|
88
|
-
case TableWidthUnitType.FiftiethsOfPercent:
|
89
|
-
this.setSpacingAsMultiple(height.value / TableWidthUnit.MAX_PERCENT_WIDTH);
|
90
|
-
break;
|
91
|
-
case TableWidthUnitType.ModelUnits:
|
92
|
-
this.result.lineSpacing = height.value;
|
93
|
-
this.result.lineSpacingType = this.elementStyle["mso-line-height-rule"] == "exactly" ?
|
94
|
-
ParagraphLineSpacingType.Exactly :
|
95
|
-
ParagraphLineSpacingType.AtLeast;
|
96
|
-
break;
|
97
|
-
case TableWidthUnitType.Nil:
|
98
|
-
case TableWidthUnitType.Auto:
|
99
|
-
break;
|
100
|
-
default: throw new Error(Errors.InternalException);
|
101
|
-
}
|
102
|
-
}
|
103
|
-
setSpacingAsMultiple(multipleValue) {
|
104
|
-
if (!multipleValue || isNaN(multipleValue))
|
105
|
-
return;
|
106
|
-
this.result.lineSpacing = multipleValue;
|
107
|
-
this.result.lineSpacingType =
|
108
|
-
MathUtils.numberCloseTo(multipleValue, 1.5) ? ParagraphLineSpacingType.Sesquialteral :
|
109
|
-
(MathUtils.numberCloseTo(multipleValue, 2) ? ParagraphLineSpacingType.Double :
|
110
|
-
(MathUtils.numberCloseTo(multipleValue, 1) ? ParagraphLineSpacingType.Single :
|
111
|
-
ParagraphLineSpacingType.Multiple));
|
112
|
-
}
|
113
|
-
importTopBorder(colorProvider, calculatedStyle) {
|
114
|
-
const borderTopInfo = HtmlImportUtils.getBorderInfo(colorProvider, calculatedStyle.borderTopWidth, calculatedStyle.borderTopStyle, calculatedStyle.borderTopColor);
|
115
|
-
if (borderTopInfo) {
|
116
|
-
this.result.topBorder.copyFrom(borderTopInfo);
|
117
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseTopBorder, borderTopInfo.style != BorderLineStyle.None);
|
118
|
-
}
|
119
|
-
}
|
120
|
-
importRightBorder(colorProvider, calculatedStyle) {
|
121
|
-
const borderRightInfo = HtmlImportUtils.getBorderInfo(colorProvider, calculatedStyle.borderRightWidth, calculatedStyle.borderRightStyle, calculatedStyle.borderRightColor);
|
122
|
-
if (borderRightInfo) {
|
123
|
-
this.result.rightBorder.copyFrom(borderRightInfo);
|
124
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseRightBorder, borderRightInfo.style != BorderLineStyle.None);
|
125
|
-
}
|
126
|
-
}
|
127
|
-
importBottomBorder(colorProvider, calculatedStyle) {
|
128
|
-
const borderBottomInfo = HtmlImportUtils.getBorderInfo(colorProvider, calculatedStyle.borderBottomWidth, calculatedStyle.borderBottomStyle, calculatedStyle.borderBottomColor);
|
129
|
-
if (borderBottomInfo) {
|
130
|
-
this.result.bottomBorder.copyFrom(borderBottomInfo);
|
131
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseBottomBorder, borderBottomInfo.style != BorderLineStyle.None);
|
132
|
-
}
|
133
|
-
}
|
134
|
-
importLeftBorder(colorProvider, calculatedStyle) {
|
135
|
-
const borderLeftInfo = HtmlImportUtils.getBorderInfo(colorProvider, calculatedStyle.borderLeftWidth, calculatedStyle.borderLeftStyle, calculatedStyle.borderLeftColor);
|
136
|
-
if (borderLeftInfo) {
|
137
|
-
this.result.leftBorder.copyFrom(borderLeftInfo);
|
138
|
-
this.result.setUseValue(ParagraphPropertiesMask.UseLeftBorder, borderLeftInfo.style != BorderLineStyle.None);
|
139
|
-
}
|
140
|
-
}
|
141
|
-
}
|
142
|
-
HtmlImporterMaskedParagraphProperties.MapAlignmentToType = new MapCreator()
|
143
|
-
.add("right", ParagraphAlignment.Right)
|
144
|
-
.add("justify", ParagraphAlignment.Justify)
|
145
|
-
.add("center", ParagraphAlignment.Center)
|
146
|
-
.get();
|
@@ -1,71 +0,0 @@
|
|
1
|
-
import { TabProperties, TabInfo } from '../../../core/model/paragraph/paragraph-style';
|
2
|
-
import { TabAlign } from '../../../core/model/paragraph/paragraph';
|
3
|
-
import { TabLeaderType } from '../../../core/layout/main-structures/layout-boxes/layout-tab-space-box';
|
4
|
-
import { UnitConverter } from '@devexpress/utils/lib/class/unit-converter';
|
5
|
-
export class HtmlImporterTabStops {
|
6
|
-
static import(element) {
|
7
|
-
var _a, _b;
|
8
|
-
const result = new TabProperties();
|
9
|
-
const tabStops = (_b = (_a = element.getAttribute('style')) === null || _a === void 0 ? void 0 : _a.split(';').find(e => e.startsWith('tab-stops:'))) === null || _b === void 0 ? void 0 : _b.replace('tab-stops:', '');
|
10
|
-
if (tabStops) {
|
11
|
-
const tabStopsArr = tabStops.split(' ');
|
12
|
-
for (let i = 0; i < tabStopsArr.length; i++) {
|
13
|
-
let align = TabAlign.Left;
|
14
|
-
let leaderType = TabLeaderType.None;
|
15
|
-
let parseResult = parseFloat(tabStopsArr[i]);
|
16
|
-
while (isNaN(parseResult)) {
|
17
|
-
switch (tabStopsArr[i]) {
|
18
|
-
case 'right':
|
19
|
-
align = TabAlign.Right;
|
20
|
-
break;
|
21
|
-
case 'center':
|
22
|
-
align = TabAlign.Center;
|
23
|
-
break;
|
24
|
-
case 'decimal':
|
25
|
-
align = TabAlign.Decimal;
|
26
|
-
break;
|
27
|
-
case 'dotted':
|
28
|
-
leaderType = TabLeaderType.Dots;
|
29
|
-
break;
|
30
|
-
case 'dashed':
|
31
|
-
leaderType = TabLeaderType.Hyphens;
|
32
|
-
break;
|
33
|
-
case 'middot':
|
34
|
-
leaderType = TabLeaderType.MiddleDots;
|
35
|
-
break;
|
36
|
-
case 'heavy':
|
37
|
-
leaderType = TabLeaderType.ThickLine;
|
38
|
-
break;
|
39
|
-
case 'lined':
|
40
|
-
leaderType = TabLeaderType.Underline;
|
41
|
-
break;
|
42
|
-
}
|
43
|
-
i++;
|
44
|
-
parseResult = parseFloat(tabStopsArr[i]);
|
45
|
-
}
|
46
|
-
const unitStr = tabStopsArr[i].substring(tabStopsArr[i].length - 2);
|
47
|
-
let value;
|
48
|
-
switch (unitStr) {
|
49
|
-
case 'pt':
|
50
|
-
value = UnitConverter.pointsToTwipsF(parseResult);
|
51
|
-
break;
|
52
|
-
case 'cm':
|
53
|
-
value = UnitConverter.centimetersToTwipsF(parseResult);
|
54
|
-
break;
|
55
|
-
case 'in':
|
56
|
-
value = UnitConverter.inchesToTwipsF(parseResult);
|
57
|
-
break;
|
58
|
-
case 'pc':
|
59
|
-
value = UnitConverter.picasToTwips(parseResult);
|
60
|
-
break;
|
61
|
-
default:
|
62
|
-
console.warn(`Unknown unit: ${unitStr}. Tab stop skipped`);
|
63
|
-
continue;
|
64
|
-
}
|
65
|
-
const tab = new TabInfo(value, align, leaderType, false, false);
|
66
|
-
result.add(tab);
|
67
|
-
}
|
68
|
-
}
|
69
|
-
return result;
|
70
|
-
}
|
71
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { BorderInfo } from '../../../core/model/borders/border-info';
|
2
|
-
import { TableBordersBase } from '../../../core/model/borders/table-border-base';
|
3
|
-
import { ColorProvider } from '../../../core/model/color/color-provider';
|
4
|
-
import { IMaskedProperties } from '../../../core/model/interfaces';
|
5
|
-
import { TableWidthUnit } from '../../../core/model/tables/secondary-structures/table-units';
|
6
|
-
export declare class HtmlImportUtils {
|
7
|
-
static getTableWidthUnit(stringValue: string): TableWidthUnit;
|
8
|
-
static getValueInTwips(stringValue: string): number;
|
9
|
-
static getBorderInfo(colorProvider: ColorProvider, borderWidth: string, borderStyle: string, borderColor: string): BorderInfo;
|
10
|
-
static importBorder<TMask, TProps extends IMaskedProperties<TMask>>(colorProvider: ColorProvider, props: TProps, borders: TableBordersBase, mask: TMask, setBorder: (brds: TableBordersBase, brd: BorderInfo) => void, borderWidth: string, borderStyle: string, borderColor: string): void;
|
11
|
-
static setBorders<TMask, TProps extends IMaskedProperties<TMask>>(colorProvider: ColorProvider, props: TProps, borders: TableBordersBase, style: CSSStyleDeclaration, topMask: TMask, rightMask: TMask, bottomMask: TMask, leftMask: TMask): void;
|
12
|
-
private static MapBorderStyleToType;
|
13
|
-
static getPropertyByMap<T>(map: {
|
14
|
-
[key: string]: T;
|
15
|
-
}, elementBy: string, defaultValue: T): T;
|
16
|
-
}
|
17
|
-
//# sourceMappingURL=utils.d.ts.map
|