devexpress-richedit 23.2.5 → 24.1.1-alpha-24085-0102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/gulpfile.js +1 -1
- package/bin/index-custom.js +1 -1
- package/bin/localization-builder.js +1 -1
- package/bin/nspell-index.js +1 -1
- package/bin/nspell.webpack.config.js +1 -1
- package/bin/webpack-externals.js +4 -4
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +950 -585
- package/dist/dx.richedit.js +34394 -33434
- package/dist/dx.richedit.min.js +2 -2
- package/dist/icons/_icons.css +1266 -0
- package/dist/pdfkit.js +44173 -41214
- package/dist/pdfkit.min.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client/_constants.d.ts +0 -1
- package/lib/client/_constants.js +2 -2
- package/lib/client/api/bookmark.d.ts +9 -0
- package/lib/client/api/bookmark.js +14 -0
- package/lib/client/api/collections/bookmark-collection.d.ts +10 -0
- package/lib/client/api/collections/bookmark-collection.js +11 -0
- package/lib/client/api/collections/sub-documents-collection.d.ts +10 -0
- package/lib/client/api/collections/sub-documents-collection.js +14 -0
- package/lib/client/api/document.d.ts +16 -0
- package/lib/client/api/document.js +26 -0
- package/lib/client/api/history.d.ts +10 -0
- package/lib/client/api/key-code.d.ts +105 -0
- package/lib/client/api/key-code.js +110 -0
- package/lib/client/api/layout-api.d.ts +9 -0
- package/lib/client/api/layout-api.js +20 -0
- package/lib/client/api/loading-panel.d.ts +12 -0
- package/lib/client/api/selection-api.d.ts +39 -0
- package/lib/client/api/selection-api.js +190 -0
- package/lib/client/api/sub-document.d.ts +9 -0
- package/lib/client/api/sub-document.js +11 -0
- package/lib/client/bars/active-context-tab-manager.d.ts +2 -3
- package/lib/client/bars/active-context-tab-manager.js +1 -1
- package/lib/client/bars/bar-holder.d.ts +3 -4
- package/lib/client/bars/context-menu.d.ts +4 -5
- package/lib/client/bars/context-menu.js +3 -3
- package/lib/client/bars/ribbon.d.ts +7 -8
- package/lib/client/bars/ribbon.js +4 -4
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.d.ts +2 -3
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.js +3 -3
- package/lib/client/client-rich-edit-core.d.ts +6 -7
- package/lib/client/client-rich-edit-core.js +2 -2
- package/lib/client/client-rich-edit.d.ts +11 -12
- package/lib/client/client-rich-edit.js +11 -11
- package/lib/client/client-spell-checker.d.ts +2 -3
- package/lib/client/client-spell-checker.js +4 -4
- package/lib/client/commands/client-command-manager.d.ts +2 -3
- package/lib/client/commands/client-command-manager.js +2 -2
- package/lib/client/commands/commands.d.ts +1 -2
- package/lib/client/commands/commands.js +4 -4
- package/lib/client/commands/download-document-command.d.ts +3 -4
- package/lib/client/commands/download-document-command.js +7 -7
- package/lib/client/commands/export-document-command.d.ts +3 -4
- package/lib/client/commands/export-document-command.js +4 -4
- package/lib/client/commands/insert-picture-command.d.ts +2 -3
- package/lib/client/commands/insert-picture-command.js +5 -5
- package/lib/client/commands/mail-merge-command.d.ts +5 -6
- package/lib/client/commands/mail-merge-command.js +20 -20
- package/lib/client/commands/new-document-command.d.ts +3 -4
- package/lib/client/commands/new-document-command.js +7 -7
- package/lib/client/commands/open-document-command.d.ts +3 -4
- package/lib/client/commands/open-document-command.js +15 -15
- package/lib/client/commands/shortcut-manager.d.ts +3 -4
- package/lib/client/commands/shortcut-manager.js +2 -2
- package/lib/client/context-menu/settings.d.ts +0 -1
- package/lib/client/data-source-helper.d.ts +0 -1
- package/lib/client/default-localization.d.ts +0 -1
- package/lib/client/dialogs/alert-dialog.d.ts +1 -2
- package/lib/client/dialogs/bookmark-dialog.d.ts +1 -2
- package/lib/client/dialogs/bookmark-dialog.js +2 -2
- package/lib/client/dialogs/delete-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/delete-table-cells-dialog.js +1 -1
- package/lib/client/dialogs/dialog-base.d.ts +2 -3
- package/lib/client/dialogs/dialog-manager.d.ts +0 -1
- package/lib/client/dialogs/find-replace-dialog.d.ts +2 -3
- package/lib/client/dialogs/find-replace-dialog.js +2 -2
- package/lib/client/dialogs/finish-and-merge-dialog.d.ts +1 -2
- package/lib/client/dialogs/finish-and-merge-dialog.js +4 -4
- package/lib/client/dialogs/font-dialog.d.ts +1 -2
- package/lib/client/dialogs/font-dialog.js +1 -1
- package/lib/client/dialogs/hyperlink-dialog.d.ts +1 -2
- package/lib/client/dialogs/i-dialog.d.ts +0 -1
- package/lib/client/dialogs/insert-merge-field-dialog.d.ts +1 -2
- package/lib/client/dialogs/insert-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/insert-table-cells-dialog.js +1 -1
- package/lib/client/dialogs/insert-table-dialog.d.ts +1 -2
- package/lib/client/dialogs/page-setup-dialog.d.ts +1 -2
- package/lib/client/dialogs/page-setup-dialog.js +3 -3
- package/lib/client/dialogs/paragraph-dialog.d.ts +1 -2
- package/lib/client/dialogs/paragraph-dialog.js +2 -2
- package/lib/client/dialogs/split-table-cells-dialog.d.ts +1 -2
- package/lib/client/dialogs/tabs-dialog.d.ts +1 -2
- package/lib/client/dialogs/tabs-dialog.js +3 -3
- package/lib/client/document-processor/docvar-args.d.ts +23 -0
- package/lib/client/document-processor/processor.d.ts +34 -0
- package/lib/client/document-processor/processor.js +83 -0
- package/lib/client/document-processor/public/all.js +1 -0
- package/lib/client/document-processor/public/processor.d.ts +28 -0
- package/lib/client/document-processor/public/processor.js +50 -0
- package/lib/client/formats/docx/export/data.d.ts +65 -0
- package/lib/client/formats/docx/export/docx-export-options.d.ts +8 -0
- package/lib/client/formats/docx/export/docx-export-options.js +11 -0
- package/lib/client/formats/docx/export/exporter.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/character-properties.d.ts +26 -0
- package/lib/client/formats/docx/export/exporters/base/character-properties.js +181 -0
- package/lib/client/formats/docx/export/exporters/base/color.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/color.js +76 -0
- package/lib/client/formats/docx/export/exporters/base/drawing.d.ts +64 -0
- package/lib/client/formats/docx/export/exporters/base/drawing.js +526 -0
- package/lib/client/formats/docx/export/exporters/base/image-exporter.d.ts +5 -0
- package/lib/client/formats/docx/export/exporters/base/image-exporter.js +22 -0
- package/lib/client/formats/docx/export/exporters/base/paragraph-properties.d.ts +27 -0
- package/lib/client/formats/docx/export/exporters/base/paragraph-properties.js +257 -0
- package/lib/client/formats/docx/export/exporters/base/sections.d.ts +24 -0
- package/lib/client/formats/docx/export/exporters/base/sections.js +167 -0
- package/lib/client/formats/docx/export/exporters/base/styles/character-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/numbering-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/paragraph-style.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/base/styles/style-base.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/base/styles/table-style.d.ts +9 -0
- package/lib/client/formats/docx/export/exporters/base/styles/table-style.js +41 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-cell-properties.js +101 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-properties.d.ts +18 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-properties.js +132 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/base/table/table-row-properties.js +55 -0
- package/lib/client/formats/docx/export/exporters/base/table/table.d.ts +21 -0
- package/lib/client/formats/docx/export/exporters/base/table/table.js +130 -0
- package/lib/client/formats/docx/export/exporters/base/table/width-exporter.d.ts +7 -0
- package/lib/client/formats/docx/export/exporters/base/table/width-exporter.js +19 -0
- package/lib/client/formats/docx/export/exporters/base/text.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/base/text.js +79 -0
- package/lib/client/formats/docx/export/exporters/base.d.ts +17 -0
- package/lib/client/formats/docx/export/exporters/content-types.d.ts +14 -0
- package/lib/client/formats/docx/export/exporters/core-properties.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/numberings.d.ts +22 -0
- package/lib/client/formats/docx/export/exporters/numberings.js +122 -0
- package/lib/client/formats/docx/export/exporters/relations/base.d.ts +9 -0
- package/lib/client/formats/docx/export/exporters/relations/core-relations.d.ts +5 -0
- package/lib/client/formats/docx/export/exporters/relations/document-relations.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/relations/relation-collection.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/settings.d.ts +16 -0
- package/lib/client/formats/docx/export/exporters/settings.js +118 -0
- package/lib/client/formats/docx/export/exporters/styles.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/styles.js +36 -0
- package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.d.ts +62 -0
- package/lib/client/formats/docx/export/exporters/sub-document/base-sub-document.js +261 -0
- package/lib/client/formats/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +11 -0
- package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.d.ts +8 -0
- package/lib/client/formats/docx/export/exporters/sub-document/main-sub-document.js +29 -0
- package/lib/client/formats/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +12 -0
- package/lib/client/formats/docx/export/exporters/theme.d.ts +32 -0
- package/lib/client/formats/docx/export/exporters/theme.js +322 -0
- package/lib/client/formats/docx/export/utils/id-generator.d.ts +11 -0
- package/lib/client/formats/docx/export/utils/inline-drawing-object.d.ts +157 -0
- package/lib/client/formats/docx/export/utils/inline-drawing-object.js +117 -0
- package/lib/client/formats/docx/export/utils/writer-helper.d.ts +6 -0
- package/lib/client/formats/docx/import/color/open-xml-color-import-helper.d.ts +9 -0
- package/lib/client/formats/docx/import/color/open-xml-color-import-helper.js +58 -0
- package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.d.ts +67 -0
- package/lib/client/formats/docx/import/css-engine/inline-picture-css-parser.js +193 -0
- package/lib/client/formats/docx/import/data.d.ts +64 -0
- package/lib/client/formats/docx/import/data.js +100 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination-base.js +22 -0
- package/lib/client/formats/docx/import/destination/borders/table-border-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/borders/table-borders-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/borders/table-borders-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-border-element-destination.js +28 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/borders/table-cell-borders-destination.js +24 -0
- package/lib/client/formats/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/all-caps-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/bold-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/character-shading-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/double-strike-through-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-name-destination.js +28 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-script-destination.js +26 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/font-size-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/fore-color-destination.js +16 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/hidden-text-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/highlight-color-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/italic-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/language-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/no-proof-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/single-strike-through-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/small-caps-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/properties/underline-destination.js +38 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-base-destination.js +46 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-properties-destination.js +16 -0
- package/lib/client/formats/docx/import/destination/character-properties/run-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/comments/comment-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/comments/comment-end-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/comments/comment-start-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/destination.d.ts +55 -0
- package/lib/client/formats/docx/import/destination/destination.js +140 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-destination.js +27 -0
- package/lib/client/formats/docx/import/destination/document/alt-chunk-properties-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/document/background-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/body-destination-base.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/document/body-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/document/body-destination.js +27 -0
- package/lib/client/formats/docx/import/destination/document/document-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/document-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/document/document-version-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/document/smart-tag-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/document/smart-tag-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +59 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-position-destination.js +158 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +38 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +94 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +31 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +83 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-destination.d.ts +193 -0
- package/lib/client/formats/docx/import/destination/drawing/drawing-destination.js +713 -0
- package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.d.ts +48 -0
- package/lib/client/formats/docx/import/destination/drawing/shape-properties-destination.js +129 -0
- package/lib/client/formats/docx/import/destination/field/field-char-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/field/field-char-destination.js +42 -0
- package/lib/client/formats/docx/import/destination/field/field-destination-base.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/field/field-simple-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/field/field-simple-destination.js +43 -0
- package/lib/client/formats/docx/import/destination/field/hyperlink-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/field/hyperlink-destination.js +78 -0
- package/lib/client/formats/docx/import/destination/numbering/numberings-destination.d.ts +189 -0
- package/lib/client/formats/docx/import/destination/numbering/numberings-destination.js +539 -0
- package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.d.ts +18 -0
- package/lib/client/formats/docx/import/destination/paragraph/paragraph-destination.js +117 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +25 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +18 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +66 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +43 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +35 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +26 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +45 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +57 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/property-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-element-destination.js +52 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/relationships/relation-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/relationships/relationships-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/relationships/relationships-destination.js +18 -0
- package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/carriage-return-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/runs/custom-run-destination.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/data-container-run-destination.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/deleted-run-content-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/deleted-text-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/runs/inline-object-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/runs/inline-object-destination.js +110 -0
- package/lib/client/formats/docx/import/destination/runs/inline-picture-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/inserted-run-content-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/runs/revision-destination-base.d.ts +4 -0
- package/lib/client/formats/docx/import/destination/runs/run-break-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/run-break-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/runs/run-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/runs/run-destination.js +75 -0
- package/lib/client/formats/docx/import/destination/runs/run-tab-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/runs/run-tab-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/runs/separator-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/runs/separator-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/runs/symbol-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/runs/symbol-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/runs/text-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/runs/text-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/section/column-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/section/column-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/section/columns-destination.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/section/columns-destination.js +45 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +15 -0
- package/lib/client/formats/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +64 -0
- package/lib/client/formats/docx/import/destination/section/inner-section-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/section/last-section-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/section/section-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-destination.js +33 -0
- package/lib/client/formats/docx/import/destination/section/section-different-first-page-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/section/section-line-numbering-destination.js +23 -0
- package/lib/client/formats/docx/import/destination/section/section-margins-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/section/section-page-numbering-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-page-size-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/section/section-page-size-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/section/section-start-type-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/section/section-start-type-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/settings/compat-settings-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/settings/default-tab-stop-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/document-protection.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/settings/document-protection.js +81 -0
- package/lib/client/formats/docx/import/destination/settings/document-variables-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/settings/document-variables-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/settings/mirror-margins-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/settings.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/settings/settings.js +21 -0
- package/lib/client/formats/docx/import/destination/shading/shading-helper.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/shading/shading-helper.js +13 -0
- package/lib/client/formats/docx/import/destination/structured-document-content-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/structured-document-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/linked-style-id-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/next-style-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-hidden-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-name-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-parent-id-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-qformat-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-font-name-destination.js +21 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/default/char/default-run-properties-destination.js +25 -0
- package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/document-defaults-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +17 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/run-style-reference-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/style/style-conditional-table-formatting.js +55 -0
- package/lib/client/formats/docx/import/destination/style/style-destination-base.d.ts +21 -0
- package/lib/client/formats/docx/import/destination/style/style-destination-base.js +65 -0
- package/lib/client/formats/docx/import/destination/style/style-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/style/style-destination.js +60 -0
- package/lib/client/formats/docx/import/destination/style/styles-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/style/styles-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +46 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +8 -0
- package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.d.ts +18 -0
- package/lib/client/formats/docx/import/destination/table/cell/table-cell-destination.js +71 -0
- package/lib/client/formats/docx/import/destination/table/height-unit-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/height-unit-destination.js +20 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-alignment-destination.js +14 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +3 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-header-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-destination.js +48 -0
- package/lib/client/formats/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/table/row/table-row-destination.d.ts +13 -0
- package/lib/client/formats/docx/import/destination/table/row/table-row-destination.js +44 -0
- package/lib/client/formats/docx/import/destination/table/table/grid-column-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-alignment-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +10 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +19 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-cell-margins-destination.js +24 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-layout-destination.js +12 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-look-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination-core.js +61 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-destination.js +17 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +11 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/table/table/properties/table-style-shading-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/table/table/table-destination.d.ts +16 -0
- package/lib/client/formats/docx/import/destination/table/table/table-destination.js +78 -0
- package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/table/table/table-grid-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/table/table-style-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/table/width-unit-destination.d.ts +14 -0
- package/lib/client/formats/docx/import/destination/table/width-unit-destination.js +33 -0
- package/lib/client/formats/docx/import/destination/tabs/tab-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/tabs/tab-destination.js +22 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination-base.js +28 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-destination.d.ts +6 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +16 -0
- package/lib/client/formats/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +83 -0
- package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/h-slcolor-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/hex-rgbcolor-destination.js +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +29 -0
- package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +13 -0
- package/lib/client/formats/docx/import/destination/themes/color/preset-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-blue.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-complement.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-gray.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-green.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-hue.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-red.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-shade.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/props/color-transform-destination-tint.js +10 -0
- package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/scheme-color-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/color/system-color-destination.js +11 -0
- package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/font/drawing-text-font-destination.js +31 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +20 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +54 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +12 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +23 -0
- package/lib/client/formats/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +9 -0
- package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +7 -0
- package/lib/client/formats/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-destination.d.ts +8 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-destination.js +20 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.d.ts +5 -0
- package/lib/client/formats/docx/import/destination/themes/office-theme-elements-destination.js +15 -0
- package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.d.ts +73 -0
- package/lib/client/formats/docx/import/destination/vml/v-mlshape-destination.js +294 -0
- package/lib/client/formats/docx/import/importer-options.d.ts +12 -0
- package/lib/client/formats/docx/import/importer-options.js +14 -0
- package/lib/client/formats/docx/import/importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importer.js +135 -0
- package/lib/client/formats/docx/import/importers/alt-chunk-importer.d.ts +9 -0
- package/lib/client/formats/docx/import/importers/bookmark-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/bookmark-importer.js +15 -0
- package/lib/client/formats/docx/import/importers/character-importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importers/character-importer.js +58 -0
- package/lib/client/formats/docx/import/importers/comments-importer.d.ts +7 -0
- package/lib/client/formats/docx/import/importers/core-properties-importer.d.ts +7 -0
- package/lib/client/formats/docx/import/importers/custom-properties-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/end-notes-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/field-importer.d.ts +20 -0
- package/lib/client/formats/docx/import/importers/field-importer.js +78 -0
- package/lib/client/formats/docx/import/importers/foot-notes-importer.d.ts +6 -0
- package/lib/client/formats/docx/import/importers/header-footer-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/numbering-list-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/paragraph-importer.d.ts +25 -0
- package/lib/client/formats/docx/import/importers/paragraph-importer.js +60 -0
- package/lib/client/formats/docx/import/importers/position-importer.d.ts +6 -0
- package/lib/client/formats/docx/import/importers/range-permission-importer.d.ts +10 -0
- package/lib/client/formats/docx/import/importers/range-permission-importer.js +36 -0
- package/lib/client/formats/docx/import/importers/section-importer.d.ts +14 -0
- package/lib/client/formats/docx/import/importers/section-importer.js +30 -0
- package/lib/client/formats/docx/import/importers/settings-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/importers/styles-importer.d.ts +123 -0
- package/lib/client/formats/docx/import/importers/styles-importer.js +343 -0
- package/lib/client/formats/docx/import/importers/table-importer.d.ts +14 -0
- package/lib/client/formats/docx/import/importers/table-importer.js +23 -0
- package/lib/client/formats/docx/import/importers/themes-importer.d.ts +5 -0
- package/lib/client/formats/docx/import/importers/web-settings-importer.d.ts +8 -0
- package/lib/client/formats/docx/import/list/open-xml-abstract-numbering-info.d.ts +7 -0
- package/lib/client/formats/docx/import/list/open-xml-list-level-override.d.ts +15 -0
- package/lib/client/formats/docx/import/list/open-xml-list-level-override.js +38 -0
- package/lib/client/formats/docx/import/list/open-xml-numbering-list-info.d.ts +9 -0
- package/lib/client/formats/docx/import/model/alt-chunk-info.d.ts +7 -0
- package/lib/client/formats/docx/import/model/comment-list-info.d.ts +18 -0
- package/lib/client/formats/docx/import/model/floating-object-import-info.d.ts +31 -0
- package/lib/client/formats/docx/import/model/floating-object-import-info.js +67 -0
- package/lib/client/formats/docx/import/model/import-bookmark-info.d.ts +8 -0
- package/lib/client/formats/docx/import/model/import-bookmark-info.js +15 -0
- package/lib/client/formats/docx/import/model/import-field-info.d.ts +16 -0
- package/lib/client/formats/docx/import/model/import-range-permission-info.d.ts +11 -0
- package/lib/client/formats/docx/import/model/import-range-permission-info.js +10 -0
- package/lib/client/formats/docx/import/model/import-sub-document-info.d.ts +32 -0
- package/lib/client/formats/docx/import/model/import-sub-document-info.js +37 -0
- package/lib/client/formats/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +16 -0
- package/lib/client/formats/docx/import/utils/culture-info-helper.d.ts +5 -0
- package/lib/client/formats/docx/import/utils/culture-info-helper.js +386 -0
- package/lib/client/formats/docx/import/utils/markup-language-color-parser.d.ts +8 -0
- package/lib/client/formats/docx/import/utils/markup-language-color-parser.js +79 -0
- package/lib/client/formats/docx/import/utils/reader-helper.d.ts +37 -0
- package/lib/client/formats/docx/import/utils/reader-helper.js +188 -0
- package/lib/client/formats/docx/import/utils/relations-collection.d.ts +21 -0
- package/lib/client/formats/docx/import/utils/relations-collection.js +93 -0
- package/lib/client/formats/docx/translation-table/ml-table-data.d.ts +6 -0
- package/lib/client/formats/docx/translation-table/translation-tables-data.d.ts +6 -0
- package/lib/client/formats/docx/translation-table/translation-tables.d.ts +121 -0
- package/lib/client/formats/docx/translation-table/translation-tables.js +910 -0
- package/lib/client/formats/docx/translation-table/word-processing-mlvalue.d.ts +6 -0
- package/lib/client/formats/docx/utils/constants.d.ts +140 -0
- package/lib/client/formats/docx/utils/constants.js +193 -0
- package/lib/client/formats/docx/utils/lock-aspect-ratio-table.d.ts +9 -0
- package/lib/client/formats/docx/utils/open-xml-relation.d.ts +8 -0
- package/lib/client/formats/docx/utils/path-helper.d.ts +6 -0
- package/lib/client/formats/docx/utils/progress-indication.d.ts +29 -0
- package/lib/client/formats/docx/utils/string-extensions.d.ts +3 -0
- package/lib/client/formats/docx/utils/string-value-parser.d.ts +6 -0
- package/lib/client/formats/docx/utils/units-converter.d.ts +5 -0
- package/lib/client/formats/docx/utils/value-info.d.ts +9 -0
- package/lib/client/formats/docx/utils/xml-chars-decoder.d.ts +4 -0
- package/lib/client/formats/docx/zip/xml-reader.d.ts +38 -0
- package/lib/client/formats/docx/zip/xml-writer.d.ts +40 -0
- package/lib/client/formats/docx/zip/xml-writer.js +149 -0
- package/lib/client/formats/docx/zip/zip-builder.d.ts +11 -0
- package/lib/client/formats/docx/zip/zip-reader.d.ts +11 -0
- package/lib/client/formatters-options.d.ts +0 -1
- package/lib/client/i-rich-constructor-settings.d.ts +8 -9
- package/lib/client/loading-panel/manager.d.ts +1 -2
- package/lib/client/loading-panel/manager.js +1 -1
- package/lib/client/loading-panel/panel.d.ts +1 -2
- package/lib/client/loading-panel/panel.js +1 -1
- package/lib/client/loading-panel/status-bar-panel.d.ts +1 -2
- package/lib/client/loading-panel/status-bar-panel.js +1 -1
- package/lib/client/localization.d.ts +1 -2
- package/lib/client/localization.js +1 -1
- package/lib/client/losing-changes-watcher.d.ts +0 -1
- package/lib/client/model/fields/field-client-request-manager.d.ts +3 -4
- package/lib/client/model/fields/field-client-request-manager.js +7 -7
- package/lib/client/model/font-changes-listener.d.ts +3 -4
- package/lib/client/model/font-changes-listener.js +1 -1
- package/lib/client/model/styles/known-style-names.d.ts +0 -1
- package/lib/client/model/styles/known-style-names.js +2 -2
- package/lib/client/model-api/anchor-info.d.ts +66 -0
- package/lib/client/model-api/api-utils/api-utils.d.ts +24 -0
- package/lib/client/model-api/api-utils/api-utils.js +120 -0
- package/lib/client/model-api/api-utils/insert-text.d.ts +8 -0
- package/lib/client/model-api/api-utils/insert-text.js +52 -0
- package/lib/client/model-api/api-utils/model-parameter-checker.d.ts +11 -0
- package/lib/client/model-api/api-utils/model-parameter-checker.js +40 -0
- package/lib/client/model-api/api-utils/parameter-checker.d.ts +23 -0
- package/lib/client/model-api/api-utils/range-permission-finder.d.ts +5 -0
- package/lib/client/model-api/bookmark.d.ts +16 -0
- package/lib/client/model-api/bookmark.js +24 -0
- package/lib/client/model-api/character-properties.d.ts +50 -0
- package/lib/client/model-api/character-properties.js +116 -0
- package/lib/client/model-api/collections/bookmark-collection.d.ts +14 -0
- package/lib/client/model-api/collections/bookmark-collection.js +52 -0
- package/lib/client/model-api/collections/collection.d.ts +9 -0
- package/lib/client/model-api/collections/control-font.d.ts +11 -0
- package/lib/client/model-api/collections/control-font.js +35 -0
- package/lib/client/model-api/collections/drawing-object-collection-base.d.ts +19 -0
- package/lib/client/model-api/collections/drawing-object-collection-base.js +54 -0
- package/lib/client/model-api/collections/drawing-object-collection.d.ts +18 -0
- package/lib/client/model-api/collections/drawing-object-collection.js +72 -0
- package/lib/client/model-api/collections/field-collection.d.ts +26 -0
- package/lib/client/model-api/collections/field-collection.js +125 -0
- package/lib/client/model-api/collections/fonts-collection.d.ts +10 -0
- package/lib/client/model-api/collections/hyperlink-collection.d.ts +14 -0
- package/lib/client/model-api/collections/hyperlink-collection.js +83 -0
- package/lib/client/model-api/collections/numbered-list-collection.d.ts +12 -0
- package/lib/client/model-api/collections/numbered-list-collection.js +47 -0
- package/lib/client/model-api/collections/paragraph-collection.d.ts +14 -0
- package/lib/client/model-api/collections/paragraph-collection.js +34 -0
- package/lib/client/model-api/collections/range-permission-collection.d.ts +21 -0
- package/lib/client/model-api/collections/range-permission-collection.js +93 -0
- package/lib/client/model-api/collections/section-collection.d.ts +10 -0
- package/lib/client/model-api/collections/sub-documents-collection.d.ts +10 -0
- package/lib/client/model-api/collections/sub-documents-collection.js +24 -0
- package/lib/client/model-api/collections/table/table-base-collection.d.ts +24 -0
- package/lib/client/model-api/collections/table/table-base-collection.js +53 -0
- package/lib/client/model-api/collections/table/table-cell-collection.d.ts +16 -0
- package/lib/client/model-api/collections/table/table-cell-collection.js +55 -0
- package/lib/client/model-api/collections/table/table-collection.d.ts +13 -0
- package/lib/client/model-api/collections/table/table-collection.js +66 -0
- package/lib/client/model-api/collections/table/table-row-collection.d.ts +16 -0
- package/lib/client/model-api/collections/table/table-row-collection.js +46 -0
- package/lib/client/model-api/document.d.ts +53 -0
- package/lib/client/model-api/document.js +111 -0
- package/lib/client/model-api/field.d.ts +48 -0
- package/lib/client/model-api/field.js +109 -0
- package/lib/client/model-api/fonts/control-font-face-descriptors.d.ts +10 -0
- package/lib/client/model-api/fonts/control-font.d.ts +17 -0
- package/lib/client/model-api/fonts/control-font.js +39 -0
- package/lib/client/model-api/fonts/model-font.d.ts +10 -0
- package/lib/client/model-api/formats/enum.d.ts +5 -0
- package/lib/client/model-api/formats/exporter.d.ts +4 -0
- package/lib/client/model-api/formats/exporter.js +23 -0
- package/lib/client/model-api/formats/importer.d.ts +7 -0
- package/lib/client/model-api/formats/importer.js +32 -0
- package/lib/client/model-api/images/floating-image.d.ts +25 -0
- package/lib/client/model-api/images/floating-image.js +169 -0
- package/lib/client/model-api/images/image-enums.d.ts +60 -0
- package/lib/client/model-api/images/image-interfaces.d.ts +91 -0
- package/lib/client/model-api/images/image-iterator.d.ts +13 -0
- package/lib/client/model-api/images/image-iterator.js +23 -0
- package/lib/client/model-api/images/image.d.ts +32 -0
- package/lib/client/model-api/images/image.js +108 -0
- package/lib/client/model-api/images/images.d.ts +21 -0
- package/lib/client/model-api/images/images.js +221 -0
- package/lib/client/model-api/images/inline-image.d.ts +9 -0
- package/lib/client/model-api/interval.d.ts +14 -0
- package/lib/client/model-api/lists/enums.d.ts +78 -0
- package/lib/client/model-api/lists/enums.js +90 -0
- package/lib/client/model-api/lists/list-level-settings.d.ts +17 -0
- package/lib/client/model-api/lists/lists.d.ts +13 -0
- package/lib/client/model-api/lists/lists.js +114 -0
- package/lib/client/model-api/paragraph.d.ts +72 -0
- package/lib/client/model-api/paragraph.js +161 -0
- package/lib/client/model-api/picture.d.ts +33 -0
- package/lib/client/model-api/picture.js +186 -0
- package/lib/client/model-api/range-permission.d.ts +17 -0
- package/lib/client/model-api/range-permission.js +25 -0
- package/lib/client/model-api/rectangle.d.ts +7 -0
- package/lib/client/model-api/section.d.ts +147 -0
- package/lib/client/model-api/section.js +285 -0
- package/lib/client/model-api/size.d.ts +18 -0
- package/lib/client/model-api/sub-document.d.ts +68 -0
- package/lib/client/model-api/sub-document.js +284 -0
- package/lib/client/model-api/table/enums.d.ts +213 -0
- package/lib/client/model-api/table/enums.js +218 -0
- package/lib/client/model-api/table/table-borders.d.ts +36 -0
- package/lib/client/model-api/table/table-borders.js +21 -0
- package/lib/client/model-api/table/table-cell.d.ts +34 -0
- package/lib/client/model-api/table/table-cell.js +120 -0
- package/lib/client/model-api/table/table-element-base.d.ts +42 -0
- package/lib/client/model-api/table/table-element-base.js +115 -0
- package/lib/client/model-api/table/table-row.d.ts +19 -0
- package/lib/client/model-api/table/table-row.js +44 -0
- package/lib/client/model-api/table/table-style-options.d.ts +10 -0
- package/lib/client/model-api/table/table-style-options.js +6 -0
- package/lib/client/model-api/table/table.d.ts +42 -0
- package/lib/client/model-api/table/table.js +227 -0
- package/lib/client/model-api/table/types.d.ts +13 -0
- package/lib/client/model-api/text-box.d.ts +43 -0
- package/lib/client/model-api/text-box.js +103 -0
- package/lib/client/model-api/unit-converter.d.ts +13 -0
- package/lib/client/public/all-debug.d.ts +3 -4
- package/lib/client/public/all-debug.js +3 -3
- package/lib/client/public/all.d.ts +0 -1
- package/lib/client/public/api/authentication-options.d.ts +0 -1
- package/lib/client/public/api/mail-merge-options.d.ts +0 -1
- package/lib/client/public/api/mail-merge-options.js +1 -1
- package/lib/client/public/api/print-layout-view.d.ts +0 -1
- package/lib/client/public/api/range-permission-options.d.ts +0 -1
- package/lib/client/public/api/simple-view.d.ts +0 -1
- package/lib/client/public/api/spell-checker-options.d.ts +1 -2
- package/lib/client/public/characters.d.ts +0 -1
- package/lib/client/public/characters.js +1 -1
- package/lib/client/public/client-events.d.ts +0 -1
- package/lib/client/public/commands/commands.d.ts +1 -2
- package/lib/client/public/commands/commands.js +2 -2
- package/lib/client/public/commands/enum.d.ts +0 -1
- package/lib/client/public/commands/ui-changes-listener.d.ts +3 -4
- package/lib/client/public/commands/ui-changes-listener.js +1 -1
- package/lib/client/public/context-menu/helpers.d.ts +0 -1
- package/lib/client/public/context-menu/helpers.js +1 -1
- package/lib/client/public/context-menu/item.d.ts +0 -1
- package/lib/client/public/context-menu/menu.d.ts +0 -1
- package/lib/client/public/document-processor.d.ts +6 -7
- package/lib/client/public/document-processor.js +3 -3
- package/lib/client/public/events.d.ts +3 -4
- package/lib/client/public/events.js +1 -1
- package/lib/client/public/nusa/commands.d.ts +0 -1
- package/lib/client/public/nusa/custom-container-registrator.d.ts +0 -1
- package/lib/client/public/nusa/custom-control-registrator.d.ts +0 -1
- package/lib/client/public/nusa/custom-control-registrator.js +2 -2
- package/lib/client/public/nusa/external-types.d.ts +0 -1
- package/lib/client/public/nusa/placeholders.d.ts +0 -1
- package/lib/client/public/nusa/rich-edits-holder.d.ts +0 -1
- package/lib/client/public/nusa/settings.d.ts +0 -1
- package/lib/client/public/options.d.ts +3 -4
- package/lib/client/public/options.js +1 -1
- package/lib/client/public/ribbon/creator.d.ts +3 -4
- package/lib/client/public/ribbon/index.d.ts +0 -1
- package/lib/client/public/ribbon/item-ids.d.ts +0 -1
- package/lib/client/public/ribbon/items/base.d.ts +0 -1
- package/lib/client/public/ribbon/items/button.d.ts +0 -1
- package/lib/client/public/ribbon/items/color-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/menu.d.ts +0 -1
- package/lib/client/public/ribbon/items/number-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/select-box.d.ts +0 -1
- package/lib/client/public/ribbon/items/select-box.js +1 -1
- package/lib/client/public/ribbon/items/sub-menu.d.ts +0 -1
- package/lib/client/public/ribbon/ribbon.d.ts +0 -1
- package/lib/client/public/ribbon/tab.d.ts +0 -1
- package/lib/client/public/rich-edit.d.ts +48 -46
- package/lib/client/public/rich-edit.js +55 -52
- package/lib/client/public/utils.d.ts +2 -3
- package/lib/client/public/utils.js +3 -3
- package/lib/client/ribbon/i-localized-ribbon-item-options.d.ts +3 -0
- package/lib/client/ribbon/i-ribbon-item-options.d.ts +8 -0
- package/lib/client/ribbon/i-ribbon-text-content-options.d.ts +7 -0
- package/lib/client/ribbon/i-toolbar-item-options.d.ts +69 -0
- package/lib/client/ribbon/ribbon.d.ts +73 -0
- package/lib/client/ribbon/toolbar-items/index.d.ts +10 -0
- package/lib/client/ribbon/toolbar-items/toolbar-button-group-item.d.ts +10 -0
- package/lib/client/ribbon/toolbar-items/toolbar-button-item.d.ts +14 -0
- package/lib/client/ribbon/toolbar-items/toolbar-color-box-item.d.ts +14 -0
- package/lib/client/ribbon/toolbar-items/toolbar-interactive-item.d.ts +26 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-base.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +28 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +26 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +17 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +19 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +109 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +15 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +16 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +6 -0
- package/lib/client/ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +17 -0
- package/lib/client/ribbon/toolbar-items/toolbar-menu-item.d.ts +19 -0
- package/lib/client/ribbon/toolbar-items/toolbar-number-box-item.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-select-box-item.d.ts +8 -0
- package/lib/client/ribbon/toolbar-items/toolbar-separator-item.d.ts +7 -0
- package/lib/client/ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +19 -0
- package/lib/client/settings.d.ts +14 -15
- package/lib/client/settings.js +14 -14
- package/lib/client/ui/client-quick-search-panel.d.ts +1 -2
- package/lib/client/ui/client-quick-search-panel.js +3 -3
- package/lib/client/ui/full-screen-helper.d.ts +0 -1
- package/lib/client/ui/full-screen-helper.js +4 -4
- package/lib/client/utils/devextreme/devextreme-types.d.ts +76 -0
- package/lib/client/utils/devextreme/dxt-theme-css-classes.d.ts +14 -0
- package/lib/client/utils/devextreme/dxt-utils.d.ts +8 -0
- package/lib/common/auto-correct/auto-correct-providers.d.ts +60 -0
- package/lib/common/auto-correct/auto-correct-providers.js +273 -0
- package/lib/common/auto-correct/auto-correct-service.d.ts +10 -0
- package/lib/common/bars/base.d.ts +24 -0
- package/lib/common/bars/base.js +76 -0
- package/lib/common/bars/context-menu.d.ts +20 -0
- package/lib/common/bars/context-menu.js +134 -0
- package/lib/common/bars/interfaces.d.ts +35 -0
- package/lib/common/bars/ribbon.d.ts +25 -0
- package/lib/common/bars/ribbon.js +158 -0
- package/lib/common/canvas/canvas-manager.d.ts +73 -0
- package/lib/common/canvas/canvas-manager.js +385 -0
- package/lib/common/canvas/canvas-scroll-info.d.ts +29 -0
- package/lib/common/canvas/canvas-scroll-manager.d.ts +22 -0
- package/lib/common/canvas/canvas-scroll-manager.js +106 -0
- package/lib/common/canvas/canvas-size-info.d.ts +22 -0
- package/lib/common/canvas/canvas-size-info.js +51 -0
- package/lib/common/canvas/i-control-height-provider.d.ts +3 -0
- package/lib/common/canvas/listeners/anchor-listener.d.ts +12 -0
- package/lib/common/canvas/listeners/anchor-listener.js +17 -0
- package/lib/common/canvas/listeners/auto-scroll-listener.d.ts +13 -0
- package/lib/common/canvas/listeners/auto-scroll-listener.js +35 -0
- package/lib/common/canvas/listeners/drag-caret-listener.d.ts +5 -0
- package/lib/common/canvas/listeners/drag-caret-listener.js +8 -0
- package/lib/common/canvas/listeners/frame-base-listener.d.ts +32 -0
- package/lib/common/canvas/listeners/full-table-selector-listener.d.ts +4 -0
- package/lib/common/canvas/listeners/full-table-selector-listener.js +7 -0
- package/lib/common/canvas/listeners/resize-box-listener.d.ts +21 -0
- package/lib/common/canvas/listeners/resize-table-listener.d.ts +4 -0
- package/lib/common/canvas/listeners/resize-table-listener.js +7 -0
- package/lib/common/canvas/picture-renderer.d.ts +5 -0
- package/lib/common/canvas/renderer-class-names.d.ts +67 -0
- package/lib/common/canvas/renderes/canvas-listener/canvas-listener.d.ts +15 -0
- package/lib/common/canvas/renderes/canvas-listener/canvas-listener.js +21 -0
- package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +14 -0
- package/lib/common/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +158 -0
- package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +33 -0
- package/lib/common/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +134 -0
- package/lib/common/canvas/renderes/change-active-sub-document/base-renderer.d.ts +24 -0
- package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +5 -0
- package/lib/common/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +25 -0
- package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +15 -0
- package/lib/common/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +122 -0
- package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +14 -0
- package/lib/common/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +57 -0
- package/lib/common/canvas/renderes/change-active-sub-document/renderer.d.ts +20 -0
- package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +5 -0
- package/lib/common/canvas/renderes/change-active-sub-document/text-box-renderer.js +45 -0
- package/lib/common/canvas/renderes/common/document-renderer.d.ts +127 -0
- package/lib/common/canvas/renderes/common/document-renderer.js +882 -0
- package/lib/common/canvas/renderes/common/print-layout-renderer.d.ts +6 -0
- package/lib/common/canvas/renderes/common/simple-view-renderer.d.ts +29 -0
- package/lib/common/canvas/renderes/common/simple-view-renderer.js +166 -0
- package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +11 -0
- package/lib/common/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +24 -0
- package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +13 -0
- package/lib/common/canvas/renderes/selection-renderers/range-permission-renderer.js +29 -0
- package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +11 -0
- package/lib/common/canvas/renderes/selection-renderers/search-selection-renderer.js +24 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +18 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer-base.js +54 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer.d.ts +22 -0
- package/lib/common/canvas/renderes/selection-renderers/selection-renderer.js +65 -0
- package/lib/common/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +19 -0
- package/lib/common/canvas/renderes/view-manager.d.ts +70 -0
- package/lib/common/canvas/renderes/view-manager.js +172 -0
- package/lib/common/canvas/renderes/z-index-helper.d.ts +25 -0
- package/lib/common/canvas/utils.d.ts +4 -0
- package/lib/common/client-side-events.d.ts +24 -0
- package/lib/common/clipboard-content-inserter.d.ts +11 -0
- package/lib/common/clipboard-content-inserter.js +107 -0
- package/lib/common/commands/bookmark-command.d.ts +23 -0
- package/lib/common/commands/bookmark-command.js +88 -0
- package/lib/common/commands/character-properties/change-character-properties-command-base.d.ts +20 -0
- package/lib/common/commands/character-properties/change-character-properties-command-base.js +83 -0
- package/lib/common/commands/character-properties/change-font-back-color-command.d.ts +16 -0
- package/lib/common/commands/character-properties/change-font-back-color-command.js +33 -0
- package/lib/common/commands/character-properties/change-font-color-command.d.ts +9 -0
- package/lib/common/commands/character-properties/change-font-color-command.js +18 -0
- package/lib/common/commands/character-properties/change-font-name-command.d.ts +7 -0
- package/lib/common/commands/character-properties/change-font-name-command.js +28 -0
- package/lib/common/commands/character-properties/change-font-size-command.d.ts +19 -0
- package/lib/common/commands/character-properties/change-font-size-command.js +75 -0
- package/lib/common/commands/character-properties/toggle-font-bold-command.d.ts +6 -0
- package/lib/common/commands/character-properties/toggle-font-bold-command.js +10 -0
- package/lib/common/commands/character-properties/toggle-font-italic-command.d.ts +6 -0
- package/lib/common/commands/character-properties/toggle-font-italic-command.js +10 -0
- package/lib/common/commands/character-properties/toggle-font-script-command.d.ts +16 -0
- package/lib/common/commands/character-properties/toggle-font-script-command.js +30 -0
- package/lib/common/commands/character-properties/toggle-font-strikeout-command.d.ts +7 -0
- package/lib/common/commands/character-properties/toggle-font-strikeout-command.js +11 -0
- package/lib/common/commands/character-properties/toggle-font-underline-command.d.ts +16 -0
- package/lib/common/commands/character-properties/toggle-font-underline-command.js +30 -0
- package/lib/common/commands/client-command.d.ts +420 -0
- package/lib/common/commands/command-base.d.ts +72 -0
- package/lib/common/commands/command-base.js +207 -0
- package/lib/common/commands/command-manager.d.ts +32 -0
- package/lib/common/commands/command-states.d.ts +38 -0
- package/lib/common/commands/dialogs/dialog-alert-message-command.d.ts +91 -0
- package/lib/common/commands/dialogs/dialog-bookmarks-command.d.ts +28 -0
- package/lib/common/commands/dialogs/dialog-bookmarks-command.js +64 -0
- package/lib/common/commands/dialogs/dialog-border-shading-command.d.ts +74 -0
- package/lib/common/commands/dialogs/dialog-border-shading-command.js +279 -0
- package/lib/common/commands/dialogs/dialog-columns-command.d.ts +126 -0
- package/lib/common/commands/dialogs/dialog-columns-command.js +499 -0
- package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.d.ts +59 -0
- package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.js +293 -0
- package/lib/common/commands/dialogs/dialog-find-replace-command.d.ts +26 -0
- package/lib/common/commands/dialogs/dialog-find-replace-command.js +75 -0
- package/lib/common/commands/dialogs/dialog-finish-and-merge-command.d.ts +33 -0
- package/lib/common/commands/dialogs/dialog-finish-and-merge-command.js +62 -0
- package/lib/common/commands/dialogs/dialog-font-command.d.ts +48 -0
- package/lib/common/commands/dialogs/dialog-font-command.js +168 -0
- package/lib/common/commands/dialogs/dialog-hyperlink-command.d.ts +38 -0
- package/lib/common/commands/dialogs/dialog-hyperlink-command.js +154 -0
- package/lib/common/commands/dialogs/dialog-insert-image-command.d.ts +21 -0
- package/lib/common/commands/dialogs/dialog-insert-image-command.js +51 -0
- package/lib/common/commands/dialogs/dialog-insert-merge-field-command.d.ts +19 -0
- package/lib/common/commands/dialogs/dialog-insert-merge-field-command.js +44 -0
- package/lib/common/commands/dialogs/dialog-insert-table-cells-command.d.ts +30 -0
- package/lib/common/commands/dialogs/dialog-insert-table-cells-command.js +97 -0
- package/lib/common/commands/dialogs/dialog-insert-table-command.d.ts +16 -0
- package/lib/common/commands/dialogs/dialog-layout-options-command.d.ts +60 -0
- package/lib/common/commands/dialogs/dialog-layout-options-command.js +372 -0
- package/lib/common/commands/dialogs/dialog-numbering-list-command.d.ts +23 -0
- package/lib/common/commands/dialogs/dialog-numbering-list-command.js +121 -0
- package/lib/common/commands/dialogs/dialog-page-setup-command.d.ts +55 -0
- package/lib/common/commands/dialogs/dialog-page-setup-command.js +215 -0
- package/lib/common/commands/dialogs/dialog-paragraph-properties-command.d.ts +44 -0
- package/lib/common/commands/dialogs/dialog-paragraph-properties-command.js +174 -0
- package/lib/common/commands/dialogs/dialog-spell-checker-command.d.ts +37 -0
- package/lib/common/commands/dialogs/dialog-spell-checker-command.js +82 -0
- package/lib/common/commands/dialogs/dialog-split-table-cells-command.d.ts +21 -0
- package/lib/common/commands/dialogs/dialog-symbols-command.d.ts +26 -0
- package/lib/common/commands/dialogs/dialog-symbols-command.js +73 -0
- package/lib/common/commands/dialogs/dialog-table-properties-command.d.ts +84 -0
- package/lib/common/commands/dialogs/dialog-table-properties-command.js +417 -0
- package/lib/common/commands/dialogs/dialog-tabs-command.d.ts +19 -0
- package/lib/common/commands/dialogs/dialog-tabs-command.js +75 -0
- package/lib/common/commands/dialogs/show-dialog-command-base.d.ts +27 -0
- package/lib/common/commands/dialogs/show-quick-search-panel-command.d.ts +7 -0
- package/lib/common/commands/document/print-document-on-client-command.d.ts +18 -0
- package/lib/common/commands/document/print-document-on-client-command.js +249 -0
- package/lib/common/commands/document-properties/change-page-color-command.d.ts +9 -0
- package/lib/common/commands/document-properties/change-page-color-command.js +26 -0
- package/lib/common/commands/fields/change-hyperlink-command.d.ts +15 -0
- package/lib/common/commands/fields/change-hyperlink-command.js +23 -0
- package/lib/common/commands/fields/create-field-command.d.ts +78 -0
- package/lib/common/commands/fields/create-field-command.js +228 -0
- package/lib/common/commands/fields/field-command-helper.d.ts +7 -0
- package/lib/common/commands/fields/field-command-helper.js +39 -0
- package/lib/common/commands/fields/go-to-record-command.d.ts +27 -0
- package/lib/common/commands/fields/go-to-record-command.js +65 -0
- package/lib/common/commands/fields/hyperlink-command-base.d.ts +6 -0
- package/lib/common/commands/fields/hyperlink-command-base.js +16 -0
- package/lib/common/commands/fields/open-hyperlink-command.d.ts +9 -0
- package/lib/common/commands/fields/open-hyperlink-command.js +39 -0
- package/lib/common/commands/fields/remove-hyperlink-command.d.ts +6 -0
- package/lib/common/commands/fields/remove-hyperlinks-command.d.ts +8 -0
- package/lib/common/commands/fields/remove-hyperlinks-command.js +41 -0
- package/lib/common/commands/fields/show-all-field-code-result-command.d.ts +12 -0
- package/lib/common/commands/fields/show-all-field-code-result-command.js +27 -0
- package/lib/common/commands/fields/toggle-all-fields-command.d.ts +8 -0
- package/lib/common/commands/fields/toggle-all-fields-command.js +37 -0
- package/lib/common/commands/fields/toggle-field-codes-command.d.ts +8 -0
- package/lib/common/commands/fields/toggle-field-codes-command.js +99 -0
- package/lib/common/commands/fields/toggle-view-merged-data-command.d.ts +9 -0
- package/lib/common/commands/fields/toggle-view-merged-data-command.js +32 -0
- package/lib/common/commands/fields/update-all-fields-command.d.ts +8 -0
- package/lib/common/commands/fields/update-all-fields-command.js +24 -0
- package/lib/common/commands/fields/update-field-command-base.d.ts +9 -0
- package/lib/common/commands/fields/update-field-command-base.js +17 -0
- package/lib/common/commands/fields/update-field-command.d.ts +18 -0
- package/lib/common/commands/fields/update-field-command.js +49 -0
- package/lib/common/commands/fields/update-table-of-contents-command.d.ts +7 -0
- package/lib/common/commands/fields/update-table-of-contents-command.js +31 -0
- package/lib/common/commands/find-replace/find-all-command.d.ts +16 -0
- package/lib/common/commands/find-replace/find-all-command.js +36 -0
- package/lib/common/commands/find-replace/hide-find-results-command.d.ts +7 -0
- package/lib/common/commands/find-replace/replace-all-command.d.ts +13 -0
- package/lib/common/commands/find-replace/replace-all-command.js +26 -0
- package/lib/common/commands/find-replace/replace-next-command.d.ts +9 -0
- package/lib/common/commands/find-replace/replace-next-command.js +24 -0
- package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.d.ts +10 -0
- package/lib/common/commands/floating-objects/change-anchored-picture-scale-command.js +30 -0
- package/lib/common/commands/floating-objects/change-shape-property-command.d.ts +31 -0
- package/lib/common/commands/floating-objects/change-shape-property-command.js +99 -0
- package/lib/common/commands/floating-objects/change-text-box-properties-command.d.ts +10 -0
- package/lib/common/commands/floating-objects/change-text-box-properties-command.js +34 -0
- package/lib/common/commands/floating-objects/context-item-floating-objects.d.ts +13 -0
- package/lib/common/commands/floating-objects/floating-object-bring-forward-command.d.ts +27 -0
- package/lib/common/commands/floating-objects/floating-object-bring-forward-command.js +61 -0
- package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +45 -0
- package/lib/common/commands/floating-objects/floating-object-drag-drop-change-position-command.js +251 -0
- package/lib/common/commands/floating-objects/insert-anchored-text-box-command.d.ts +8 -0
- package/lib/common/commands/floating-objects/insert-anchored-text-box-command.js +54 -0
- package/lib/common/commands/floating-objects/set-floating-object-alignment-command.d.ts +51 -0
- package/lib/common/commands/floating-objects/set-floating-object-alignment-command.js +132 -0
- package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +38 -0
- package/lib/common/commands/floating-objects/set-floating-object-text-wrap-type-command.js +110 -0
- package/lib/common/commands/header-footer/close-header-footer-command.d.ts +7 -0
- package/lib/common/commands/header-footer/context-item-headers-footers.d.ts +5 -0
- package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +17 -0
- package/lib/common/commands/header-footer/different-first-odd-even-page-header-footer-command.js +58 -0
- package/lib/common/commands/header-footer/go-to-header-footer-command.d.ts +13 -0
- package/lib/common/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +13 -0
- package/lib/common/commands/header-footer/header-footer-command-base.d.ts +13 -0
- package/lib/common/commands/header-footer/header-footer-command-base.js +31 -0
- package/lib/common/commands/header-footer/insert-header-footer-commands.d.ts +16 -0
- package/lib/common/commands/header-footer/insert-header-footer-commands.js +43 -0
- package/lib/common/commands/header-footer/link-header-footer-commands.d.ts +17 -0
- package/lib/common/commands/header-footer/link-header-footer-commands.js +100 -0
- package/lib/common/commands/i-command.d.ts +17 -0
- package/lib/common/commands/layout/apply-style-command.d.ts +19 -0
- package/lib/common/commands/layout/apply-style-command.js +152 -0
- package/lib/common/commands/layout/clear-formatting-command.d.ts +10 -0
- package/lib/common/commands/layout/clear-formatting-command.js +90 -0
- package/lib/common/commands/layout/switch-view-command.d.ts +18 -0
- package/lib/common/commands/layout/switch-view-command.js +55 -0
- package/lib/common/commands/layout/toggle-full-screen-command.d.ts +8 -0
- package/lib/common/commands/layout/toggle-full-screen-command.js +22 -0
- package/lib/common/commands/layout/toggle-show-hidden-symbols-command.d.ts +8 -0
- package/lib/common/commands/layout/toggle-show-table-grid-lines-command.d.ts +9 -0
- package/lib/common/commands/layout/toggle-show-table-grid-lines-command.js +25 -0
- package/lib/common/commands/numbering/change-numbering-indent-command.d.ts +26 -0
- package/lib/common/commands/numbering/change-numbering-indent-command.js +104 -0
- package/lib/common/commands/numbering/continue-numbering-list-command.d.ts +8 -0
- package/lib/common/commands/numbering/continue-numbering-list-command.js +43 -0
- package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +12 -0
- package/lib/common/commands/numbering/insert-numeration-to-paragraphs-command.js +37 -0
- package/lib/common/commands/numbering/numbering-list-command-base.d.ts +40 -0
- package/lib/common/commands/numbering/numbering-list-command-base.js +291 -0
- package/lib/common/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +9 -0
- package/lib/common/commands/numbering/restart-numbering-list-command.d.ts +7 -0
- package/lib/common/commands/numbering/restart-numbering-list-command.js +44 -0
- package/lib/common/commands/numbering/toggle-bulleted-list-command.d.ts +6 -0
- package/lib/common/commands/numbering/toggle-bulleted-list-command.js +11 -0
- package/lib/common/commands/numbering/toggle-multi-level-list-command.d.ts +6 -0
- package/lib/common/commands/numbering/toggle-multi-level-list-command.js +11 -0
- package/lib/common/commands/numbering/toggle-numbering-list-command.d.ts +12 -0
- package/lib/common/commands/numbering/toggle-numbering-list-command.js +60 -0
- package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +10 -0
- package/lib/common/commands/paragraph-properties/add-spacing-after-paragraph-command.js +28 -0
- package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/add-spacing-before-paragraph-command.js +14 -0
- package/lib/common/commands/paragraph-properties/change-heading-level-command.d.ts +6 -0
- package/lib/common/commands/paragraph-properties/change-heading-level-command.js +10 -0
- package/lib/common/commands/paragraph-properties/change-indent-command.d.ts +21 -0
- package/lib/common/commands/paragraph-properties/change-indent-command.js +53 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +12 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-back-color-command.js +35 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +27 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +113 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +19 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-left-indent-command.js +88 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +17 -0
- package/lib/common/commands/paragraph-properties/change-paragraph-properties-command-base.js +53 -0
- package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.d.ts +16 -0
- package/lib/common/commands/paragraph-properties/paragraph-indent-command-base.js +77 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +13 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +7 -0
- package/lib/common/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +13 -0
- package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +18 -0
- package/lib/common/commands/paragraph-properties/set-double-paragraph-spacing-command.js +28 -0
- package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +24 -0
- package/lib/common/commands/paragraph-properties/toggle-paragraph-alignment-command.js +48 -0
- package/lib/common/commands/redo-command.d.ts +8 -0
- package/lib/common/commands/redo-command.js +21 -0
- package/lib/common/commands/ruler/ruler-paragraph-indents-command.d.ts +20 -0
- package/lib/common/commands/ruler/ruler-paragraph-indents-command.js +82 -0
- package/lib/common/commands/ruler/ruler-paragraph-tabs-command.d.ts +35 -0
- package/lib/common/commands/ruler/ruler-paragraph-tabs-command.js +59 -0
- package/lib/common/commands/ruler/ruler-section-columns-settings-command.d.ts +8 -0
- package/lib/common/commands/ruler/ruler-section-columns-settings-command.js +59 -0
- package/lib/common/commands/ruler/ruler-section-margins-command.d.ts +16 -0
- package/lib/common/commands/ruler/ruler-section-margins-command.js +61 -0
- package/lib/common/commands/ruler/ruler-table-column-separators-command.d.ts +32 -0
- package/lib/common/commands/ruler/ruler-table-column-separators-command.js +156 -0
- package/lib/common/commands/ruler/ruler-table-commands.d.ts +33 -0
- package/lib/common/commands/ruler/ruler-table-commands.js +133 -0
- package/lib/common/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +8 -0
- package/lib/common/commands/section-properties/change-footer-offset-command.d.ts +11 -0
- package/lib/common/commands/section-properties/change-footer-offset-command.js +20 -0
- package/lib/common/commands/section-properties/change-header-offset-command.d.ts +11 -0
- package/lib/common/commands/section-properties/change-header-offset-command.js +20 -0
- package/lib/common/commands/section-properties/change-section-properties-command-base.d.ts +10 -0
- package/lib/common/commands/section-properties/section-properties-command-base.d.ts +17 -0
- package/lib/common/commands/section-properties/section-properties-command-base.js +66 -0
- package/lib/common/commands/section-properties/set-landscape-command.d.ts +15 -0
- package/lib/common/commands/section-properties/set-landscape-command.js +44 -0
- package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +30 -0
- package/lib/common/commands/section-properties/set-predefined-section-page-margins-commands.js +75 -0
- package/lib/common/commands/section-properties/set-section-column-count-commands.d.ts +25 -0
- package/lib/common/commands/section-properties/set-section-column-count-commands.js +57 -0
- package/lib/common/commands/section-properties/set-section-paper-kind-commands.d.ts +56 -0
- package/lib/common/commands/section-properties/set-section-paper-kind-commands.js +102 -0
- package/lib/common/commands/selection/go-to-document-end-command.d.ts +17 -0
- package/lib/common/commands/selection/go-to-document-start-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-line-above-command.d.ts +24 -0
- package/lib/common/commands/selection/go-to-line-above-command.js +67 -0
- package/lib/common/commands/selection/go-to-line-below-command.d.ts +24 -0
- package/lib/common/commands/selection/go-to-line-below-command.js +66 -0
- package/lib/common/commands/selection/go-to-line-end-command.d.ts +19 -0
- package/lib/common/commands/selection/go-to-line-end-command.js +45 -0
- package/lib/common/commands/selection/go-to-line-start-command.d.ts +12 -0
- package/lib/common/commands/selection/go-to-line-start-command.js +35 -0
- package/lib/common/commands/selection/go-to-line-vertically-command-base.d.ts +29 -0
- package/lib/common/commands/selection/go-to-line-vertically-command-base.js +175 -0
- package/lib/common/commands/selection/go-to-next-character-command.d.ts +21 -0
- package/lib/common/commands/selection/go-to-next-character-command.js +140 -0
- package/lib/common/commands/selection/go-to-next-page-command.d.ts +15 -0
- package/lib/common/commands/selection/go-to-next-page-command.js +56 -0
- package/lib/common/commands/selection/go-to-next-word-command.d.ts +13 -0
- package/lib/common/commands/selection/go-to-next-word-command.js +35 -0
- package/lib/common/commands/selection/go-to-paragraph-end-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-paragraph-end-command.js +51 -0
- package/lib/common/commands/selection/go-to-paragraph-start-command.d.ts +14 -0
- package/lib/common/commands/selection/go-to-paragraph-start-command.js +55 -0
- package/lib/common/commands/selection/go-to-prev-character-command.d.ts +22 -0
- package/lib/common/commands/selection/go-to-prev-character-command.js +121 -0
- package/lib/common/commands/selection/go-to-prev-page-command.d.ts +16 -0
- package/lib/common/commands/selection/go-to-prev-page-command.js +58 -0
- package/lib/common/commands/selection/go-to-prev-word-command.d.ts +15 -0
- package/lib/common/commands/selection/go-to-prev-word-command.js +52 -0
- package/lib/common/commands/selection/go-to-start-page-command-base.d.ts +22 -0
- package/lib/common/commands/selection/go-to-start-page-command-base.js +58 -0
- package/lib/common/commands/selection/select-all-document-command.d.ts +7 -0
- package/lib/common/commands/selection/select-line-command.d.ts +17 -0
- package/lib/common/commands/selection/select-line-command.js +98 -0
- package/lib/common/commands/selection/select-paragraph-command.d.ts +6 -0
- package/lib/common/commands/selection/select-table-command.d.ts +55 -0
- package/lib/common/commands/selection/select-table-command.js +188 -0
- package/lib/common/commands/selection/selection-command-base.d.ts +6 -0
- package/lib/common/commands/shortcut-manager.d.ts +36 -0
- package/lib/common/commands/shortcuts/assign-shortcut-command.d.ts +14 -0
- package/lib/common/commands/spelling/add-word-to-dictionary-command.d.ts +9 -0
- package/lib/common/commands/spelling/add-word-to-dictionary-command.js +15 -0
- package/lib/common/commands/spelling/change-all-spelling-errors-command.d.ts +9 -0
- package/lib/common/commands/spelling/change-all-spelling-errors-command.js +22 -0
- package/lib/common/commands/spelling/change-spelling-error-command-base.d.ts +5 -0
- package/lib/common/commands/spelling/change-spelling-error-command-base.js +18 -0
- package/lib/common/commands/spelling/change-spelling-error-command.d.ts +13 -0
- package/lib/common/commands/spelling/change-spelling-error-command.js +27 -0
- package/lib/common/commands/spelling/delete-repeated-word-command.d.ts +8 -0
- package/lib/common/commands/spelling/delete-repeated-word-command.js +19 -0
- package/lib/common/commands/spelling/ignore-all-spelling-errors-command.d.ts +8 -0
- package/lib/common/commands/spelling/ignore-all-spelling-errors-command.js +12 -0
- package/lib/common/commands/spelling/ignore-spelling-error-command.d.ts +6 -0
- package/lib/common/commands/spelling/spelling-command-base.d.ts +8 -0
- package/lib/common/commands/sub-document/change-active-sub-document-command.d.ts +46 -0
- package/lib/common/commands/sub-document/change-active-sub-document-command.js +224 -0
- package/lib/common/commands/tables/apply-table-style-command.d.ts +8 -0
- package/lib/common/commands/tables/apply-table-style-command.js +39 -0
- package/lib/common/commands/tables/auto-fit-commands.d.ts +18 -0
- package/lib/common/commands/tables/auto-fit-commands.js +92 -0
- package/lib/common/commands/tables/change-table-border-repository-item.d.ts +19 -0
- package/lib/common/commands/tables/change-table-border-repository-item.js +57 -0
- package/lib/common/commands/tables/change-table-cell-alignment-command.d.ts +50 -0
- package/lib/common/commands/tables/change-table-cell-alignment-command.js +123 -0
- package/lib/common/commands/tables/change-table-cell-shading-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-cell-shading-command.js +66 -0
- package/lib/common/commands/tables/change-table-cell-width-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-cell-width-command.js +31 -0
- package/lib/common/commands/tables/change-table-column-width-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-column-width-command.js +53 -0
- package/lib/common/commands/tables/change-table-look-command.d.ts +38 -0
- package/lib/common/commands/tables/change-table-look-command.js +106 -0
- package/lib/common/commands/tables/change-table-row-height-command.d.ts +8 -0
- package/lib/common/commands/tables/change-table-row-height-command.js +35 -0
- package/lib/common/commands/tables/context-item-tables.d.ts +6 -0
- package/lib/common/commands/tables/delete-table-cells-by-backspace.d.ts +7 -0
- package/lib/common/commands/tables/delete-table-cells-by-backspace.js +22 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +12 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +55 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +9 -0
- package/lib/common/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +49 -0
- package/lib/common/commands/tables/delete-table-columns-command.d.ts +11 -0
- package/lib/common/commands/tables/delete-table-columns-command.js +81 -0
- package/lib/common/commands/tables/delete-table-command.d.ts +8 -0
- package/lib/common/commands/tables/delete-table-command.js +22 -0
- package/lib/common/commands/tables/delete-table-rows-command.d.ts +8 -0
- package/lib/common/commands/tables/delete-table-rows-command.js +35 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +14 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +39 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +18 -0
- package/lib/common/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +103 -0
- package/lib/common/commands/tables/insert-table-column-commands.d.ts +32 -0
- package/lib/common/commands/tables/insert-table-column-commands.js +101 -0
- package/lib/common/commands/tables/insert-table-core-command.d.ts +10 -0
- package/lib/common/commands/tables/insert-table-core-command.js +34 -0
- package/lib/common/commands/tables/insert-table-row-commands.d.ts +22 -0
- package/lib/common/commands/tables/insert-table-row-commands.js +47 -0
- package/lib/common/commands/tables/merge-table-cells-command.d.ts +11 -0
- package/lib/common/commands/tables/merge-table-cells-command.js +44 -0
- package/lib/common/commands/tables/row-command-base.d.ts +5 -0
- package/lib/common/commands/tables/split-table-cells-command.d.ts +18 -0
- package/lib/common/commands/tables/split-table-cells-command.js +89 -0
- package/lib/common/commands/tables/table-command-base.d.ts +5 -0
- package/lib/common/commands/tables/toggle-table-cells-border-command.d.ts +152 -0
- package/lib/common/commands/tables/toggle-table-cells-border-command.js +721 -0
- package/lib/common/commands/text/backspace-command.d.ts +19 -0
- package/lib/common/commands/text/backspace-command.js +134 -0
- package/lib/common/commands/text/change-inline-picture-scale-command.d.ts +7 -0
- package/lib/common/commands/text/change-inline-picture-scale-command.js +26 -0
- package/lib/common/commands/text/change-text-case-commands.d.ts +41 -0
- package/lib/common/commands/text/change-text-case-commands.js +135 -0
- package/lib/common/commands/text/clipboard-commands.d.ts +97 -0
- package/lib/common/commands/text/clipboard-commands.js +434 -0
- package/lib/common/commands/text/delete-command.d.ts +7 -0
- package/lib/common/commands/text/delete-command.js +43 -0
- package/lib/common/commands/text/drag-drop-commands.d.ts +16 -0
- package/lib/common/commands/text/drag-drop-commands.js +139 -0
- package/lib/common/commands/text/insert-column-break-command.d.ts +7 -0
- package/lib/common/commands/text/insert-column-break-command.js +17 -0
- package/lib/common/commands/text/insert-line-break-command.d.ts +6 -0
- package/lib/common/commands/text/insert-line-break-command.js +12 -0
- package/lib/common/commands/text/insert-page-break-command.d.ts +7 -0
- package/lib/common/commands/text/insert-page-break-command.js +29 -0
- package/lib/common/commands/text/insert-paragraph-command.d.ts +14 -0
- package/lib/common/commands/text/insert-paragraph-command.js +64 -0
- package/lib/common/commands/text/insert-section-break-command.d.ts +18 -0
- package/lib/common/commands/text/insert-section-break-command.js +39 -0
- package/lib/common/commands/text/insert-space-command.d.ts +12 -0
- package/lib/common/commands/text/insert-space-command.js +26 -0
- package/lib/common/commands/text/insert-tab-command.d.ts +36 -0
- package/lib/common/commands/text/insert-tab-command.js +198 -0
- package/lib/common/commands/text/insert-text-command.d.ts +12 -0
- package/lib/common/commands/text/insert-text-command.js +68 -0
- package/lib/common/commands/text/remove-word-command.d.ts +19 -0
- package/lib/common/commands/text/remove-word-command.js +67 -0
- package/lib/common/commands/toc/set-paragraph-level-command.d.ts +43 -0
- package/lib/common/commands/toc/set-paragraph-level-command.js +82 -0
- package/lib/common/commands/undo-command.d.ts +8 -0
- package/lib/common/commands/undo-command.js +21 -0
- package/lib/common/document-format.d.ts +24 -0
- package/lib/common/event-manager.d.ts +63 -0
- package/lib/common/event-manager.js +230 -0
- package/lib/common/focus-manager.d.ts +15 -0
- package/lib/common/formats/callback-helpers.d.ts +8 -0
- package/lib/common/formats/callback-helpers.js +21 -0
- package/lib/common/formats/document-importer-errors.d.ts +7 -0
- package/lib/common/formats/file-name-helper.d.ts +17 -0
- package/lib/common/formats/html/import/containers/runs.d.ts +59 -0
- package/lib/common/formats/html/import/containers/runs.js +85 -0
- package/lib/common/formats/html/import/containers/tables.d.ts +36 -0
- package/lib/common/formats/html/import/containers/tables.js +70 -0
- package/lib/common/formats/html/import/html-importer.d.ts +67 -0
- package/lib/common/formats/html/import/html-importer.js +332 -0
- package/lib/common/formats/html/import/html-model-inserter.d.ts +32 -0
- package/lib/common/formats/html/import/html-model-inserter.js +153 -0
- package/lib/common/formats/html/import/importers/a.d.ts +8 -0
- package/lib/common/formats/html/import/importers/a.js +39 -0
- package/lib/common/formats/html/import/importers/b.d.ts +7 -0
- package/lib/common/formats/html/import/importers/base.d.ts +18 -0
- package/lib/common/formats/html/import/importers/br.d.ts +7 -0
- package/lib/common/formats/html/import/importers/br.js +20 -0
- package/lib/common/formats/html/import/importers/center.d.ts +7 -0
- package/lib/common/formats/html/import/importers/cite.d.ts +7 -0
- package/lib/common/formats/html/import/importers/div.d.ts +7 -0
- package/lib/common/formats/html/import/importers/em.d.ts +7 -0
- package/lib/common/formats/html/import/importers/font.d.ts +7 -0
- package/lib/common/formats/html/import/importers/i.d.ts +7 -0
- package/lib/common/formats/html/import/importers/img.d.ts +7 -0
- package/lib/common/formats/html/import/importers/img.js +26 -0
- package/lib/common/formats/html/import/importers/li.d.ts +7 -0
- package/lib/common/formats/html/import/importers/list-base.d.ts +7 -0
- package/lib/common/formats/html/import/importers/list-base.js +35 -0
- package/lib/common/formats/html/import/importers/ol.d.ts +4 -0
- package/lib/common/formats/html/import/importers/p.d.ts +28 -0
- package/lib/common/formats/html/import/importers/pre.d.ts +8 -0
- package/lib/common/formats/html/import/importers/span.d.ts +8 -0
- package/lib/common/formats/html/import/importers/span.js +28 -0
- package/lib/common/formats/html/import/importers/table.d.ts +12 -0
- package/lib/common/formats/html/import/importers/table.js +78 -0
- package/lib/common/formats/html/import/importers/tbody.d.ts +7 -0
- package/lib/common/formats/html/import/importers/td.d.ts +22 -0
- package/lib/common/formats/html/import/importers/td.js +113 -0
- package/lib/common/formats/html/import/importers/text-node.d.ts +7 -0
- package/lib/common/formats/html/import/importers/text-node.js +42 -0
- package/lib/common/formats/html/import/importers/tr.d.ts +18 -0
- package/lib/common/formats/html/import/importers/tr.js +57 -0
- package/lib/common/formats/html/import/importers/tt.d.ts +7 -0
- package/lib/common/formats/html/import/importers/ul.d.ts +4 -0
- package/lib/common/formats/html/import/importers/undefined.d.ts +7 -0
- package/lib/common/formats/html/import/importers/undefined.js +16 -0
- package/lib/common/formats/html/import/load-font-info.d.ts +9 -0
- package/lib/common/formats/html/import/utils/character-properties-utils.d.ts +33 -0
- package/lib/common/formats/html/import/utils/character-properties-utils.js +151 -0
- package/lib/common/formats/html/import/utils/font-utils.d.ts +4 -0
- package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.d.ts +28 -0
- package/lib/common/formats/html/import/utils/paragraph-list-properties-utils.js +158 -0
- package/lib/common/formats/html/import/utils/paragraph-properties-utils.d.ts +21 -0
- package/lib/common/formats/html/import/utils/paragraph-properties-utils.js +146 -0
- package/lib/common/formats/html/import/utils/tab-stops-utils.d.ts +4 -0
- package/lib/common/formats/html/import/utils/tab-stops-utils.js +71 -0
- package/lib/common/formats/html/import/utils/utils.d.ts +16 -0
- package/lib/common/formats/html/import/utils/utils.js +86 -0
- package/lib/common/formats/html/model/history/paste-html-data-history-item.d.ts +18 -0
- package/lib/common/formats/html/model/history/paste-html-data-history-item.js +108 -0
- package/lib/common/formats/i-document-exporter.d.ts +4 -0
- package/lib/common/formats/i-document-importer.d.ts +8 -0
- package/lib/common/formats/model-restorer/section-restorer.d.ts +4 -0
- package/lib/common/formats/model-restorer/table-restorer.d.ts +24 -0
- package/lib/common/formats/options.d.ts +3 -0
- package/lib/common/formats/pdf/api/pdf.d.ts +4 -0
- package/lib/common/formats/pdf/box-exporter.d.ts +18 -0
- package/lib/common/formats/pdf/box-exporter.js +89 -0
- package/lib/common/formats/pdf/character-properties-exporter.d.ts +7 -0
- package/lib/common/formats/pdf/character-properties-exporter.js +21 -0
- package/lib/common/formats/pdf/export-options.d.ts +4 -0
- package/lib/common/formats/pdf/exporter.d.ts +15 -0
- package/lib/common/formats/pdf/exporter.js +117 -0
- package/lib/common/formats/pdf/interfaces.d.ts +108 -0
- package/lib/common/formats/pdf/page-area-exporter.d.ts +14 -0
- package/lib/common/formats/pdf/page-area-exporter.js +43 -0
- package/lib/common/formats/pdf/page-exporter.d.ts +19 -0
- package/lib/common/formats/pdf/page-exporter.js +92 -0
- package/lib/common/formats/pdf/row-exporter.d.ts +11 -0
- package/lib/common/formats/pdf/table-column-info-exporter.d.ts +13 -0
- package/lib/common/formats/pdf/table-column-info-exporter.js +53 -0
- package/lib/common/formats/rtf/export/characters.d.ts +43 -0
- package/lib/common/formats/rtf/export/exporter.d.ts +36 -0
- package/lib/common/formats/rtf/export/exporter.js +208 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +9 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +14 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +15 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-picture-exporter.js +74 -0
- package/lib/common/formats/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +7 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +12 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +25 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-run-exporter.js +144 -0
- package/lib/common/formats/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +13 -0
- package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.d.ts +34 -0
- package/lib/common/formats/rtf/export/exporters/rtf-character-properties-exporter.js +178 -0
- package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.d.ts +132 -0
- package/lib/common/formats/rtf/export/exporters/rtf-content-exporter.js +902 -0
- package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +39 -0
- package/lib/common/formats/rtf/export/exporters/rtf-numbering-list-exporter.js +235 -0
- package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +61 -0
- package/lib/common/formats/rtf/export/exporters/rtf-paragraph-properties-exporter.js +340 -0
- package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.d.ts +19 -0
- package/lib/common/formats/rtf/export/exporters/rtf-properties-exporter.js +103 -0
- package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.d.ts +20 -0
- package/lib/common/formats/rtf/export/exporters/rtf-section-properties-exporter.js +96 -0
- package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.d.ts +53 -0
- package/lib/common/formats/rtf/export/exporters/rtf-style-exporter.js +286 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +47 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +152 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-exporter.d.ts +6 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +16 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-properties-exporter.js +93 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +16 -0
- package/lib/common/formats/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +78 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +11 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +53 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +220 -0
- package/lib/common/formats/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +10 -0
- package/lib/common/formats/rtf/export/helpers/rtf-export-helper.d.ts +23 -0
- package/lib/common/formats/rtf/export/helpers/rtf-export-helper.js +49 -0
- package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +11 -0
- package/lib/common/formats/rtf/export/helpers/rtf-shading-info-export-helper.js +28 -0
- package/lib/common/formats/rtf/export/piece-table-numbering-list-counters-manager.d.ts +4 -0
- package/lib/common/formats/rtf/export/rtf-builder.d.ts +60 -0
- package/lib/common/formats/rtf/export/rtf-builder.js +323 -0
- package/lib/common/formats/rtf/export/rtf-document-exporter-options.d.ts +51 -0
- package/lib/common/formats/rtf/export/rtf-document-exporter-options.js +55 -0
- package/lib/common/formats/rtf/import/destination/base/destination.d.ts +59 -0
- package/lib/common/formats/rtf/import/destination/base/destination.js +160 -0
- package/lib/common/formats/rtf/import/destination/base/hex-content-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/base/hex-stream-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/base/skip-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-base-destination.js +26 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-destination.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/base/string-property-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination-base.js +11 -0
- package/lib/common/formats/rtf/import/destination/base/string-value-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/base/text-after-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/base/text-before-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/base/unicode-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/base/unicode-string-value-destination.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/color-table-destination.d.ts +25 -0
- package/lib/common/formats/rtf/import/destination/color-table-destination.js +170 -0
- package/lib/common/formats/rtf/import/destination/custom-properties-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/destination-revision-author-table.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/document-variable-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/fields/code-field-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/fields/enums.d.ts +5 -0
- package/lib/common/formats/rtf/import/destination/fields/field-destination.d.ts +19 -0
- package/lib/common/formats/rtf/import/destination/fields/field-map-data-destination.d.ts +33 -0
- package/lib/common/formats/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/field-sub-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-destination.d.ts +25 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-destination.js +71 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-help-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/form-field-name-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/fields/mail-merge-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/fields/result-field-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/fields/table-content-field-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/font-table-destination.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/info/info-destination.d.ts +24 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +53 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +166 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +47 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +275 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +13 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.d.ts +36 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-destination.js +144 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/numbering-list/list-table-destination.d.ts +27 -0
- package/lib/common/formats/rtf/import/destination/page-background-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-destination.d.ts +65 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-destination.js +249 -0
- package/lib/common/formats/rtf/import/destination/picture/picture-units-converter.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/properties/default-character-properties-destination.js +26 -0
- package/lib/common/formats/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/protection/password-hash-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/shape/enums.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +15 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-destination-base.d.ts +14 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-destination.d.ts +11 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-instance-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.d.ts +49 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-properties-destination-base.js +159 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-destination.d.ts +18 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +20 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hsv-value-destination.js +44 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-hyperlink-destination.js +24 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-name-destination.d.ts +6 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-property-value-destination.d.ts +12 -0
- package/lib/common/formats/rtf/import/destination/shape/shape-text-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/styles/character-style-destination.d.ts +19 -0
- package/lib/common/formats/rtf/import/destination/styles/character-style-destination.js +51 -0
- package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.d.ts +27 -0
- package/lib/common/formats/rtf/import/destination/styles/style-sheet-destination.js +93 -0
- package/lib/common/formats/rtf/import/destination/styles/table-style-destination.d.ts +38 -0
- package/lib/common/formats/rtf/import/destination/styles/table-style-destination.js +154 -0
- package/lib/common/formats/rtf/import/destination/sub-document/default-destination.d.ts +204 -0
- package/lib/common/formats/rtf/import/destination/sub-document/default-destination.js +580 -0
- package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.d.ts +419 -0
- package/lib/common/formats/rtf/import/destination/sub-document/destination-sub-document.js +1835 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +10 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/sub-document/section-page-header-destination.d.ts +7 -0
- package/lib/common/formats/rtf/import/destination/table/skip-nested-table-destination.d.ts +9 -0
- package/lib/common/formats/rtf/import/destination/user-table-destination.d.ts +8 -0
- package/lib/common/formats/rtf/import/destination/utils/destination-type.d.ts +77 -0
- package/lib/common/formats/rtf/import/destination/utils/enums.d.ts +41 -0
- package/lib/common/formats/rtf/import/dx-decoding/decoder-base.d.ts +3 -0
- package/lib/common/formats/rtf/import/dx-decoding/decoder-helper.d.ts +4 -0
- package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +5 -0
- package/lib/common/formats/rtf/import/dx-decoding/gb2315-decoder-helper.js +43 -0
- package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +5 -0
- package/lib/common/formats/rtf/import/dx-decoding/hangul949-decoder-helper.js +36 -0
- package/lib/common/formats/rtf/import/dx-decoding/russian-decoder.d.ts +132 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.d.ts +1 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols-949.js +272 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.d.ts +9 -0
- package/lib/common/formats/rtf/import/dx-decoding/specified-symbols.js +507 -0
- package/lib/common/formats/rtf/import/encoding/character-decoder.d.ts +5 -0
- package/lib/common/formats/rtf/import/encoding/code-page-character-decoder.d.ts +12 -0
- package/lib/common/formats/rtf/import/encoding/code-pages.d.ts +17 -0
- package/lib/common/formats/rtf/import/encoding/dx-encoding.d.ts +4 -0
- package/lib/common/formats/rtf/import/encoding/dx-encoding.js +26 -0
- package/lib/common/formats/rtf/import/encoding/empty-character-decoder.d.ts +7 -0
- package/lib/common/formats/rtf/import/encoding/skip-character-decoder.d.ts +7 -0
- package/lib/common/formats/rtf/import/encoding/unicode-character-decoder.d.ts +11 -0
- package/lib/common/formats/rtf/import/importer-options.d.ts +7 -0
- package/lib/common/formats/rtf/import/importer-options.js +9 -0
- package/lib/common/formats/rtf/import/importers/bookmark-importer.d.ts +13 -0
- package/lib/common/formats/rtf/import/importers/bookmark-importer.js +36 -0
- package/lib/common/formats/rtf/import/importers/character-importer.d.ts +31 -0
- package/lib/common/formats/rtf/import/importers/character-importer.js +132 -0
- package/lib/common/formats/rtf/import/importers/comments-importer.d.ts +10 -0
- package/lib/common/formats/rtf/import/importers/field-importer.d.ts +32 -0
- package/lib/common/formats/rtf/import/importers/field-importer.js +91 -0
- package/lib/common/formats/rtf/import/importers/font-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/importers/font-importer.js +36 -0
- package/lib/common/formats/rtf/import/importers/image-importer.d.ts +19 -0
- package/lib/common/formats/rtf/import/importers/image-importer.js +73 -0
- package/lib/common/formats/rtf/import/importers/importer-base.d.ts +15 -0
- package/lib/common/formats/rtf/import/importers/importers-collection.d.ts +35 -0
- package/lib/common/formats/rtf/import/importers/numbering-lists-importer.d.ts +26 -0
- package/lib/common/formats/rtf/import/importers/paragraph-importer.d.ts +25 -0
- package/lib/common/formats/rtf/import/importers/paragraph-importer.js +101 -0
- package/lib/common/formats/rtf/import/importers/range-permission-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/importers/range-permission-importer.js +33 -0
- package/lib/common/formats/rtf/import/importers/section-importer.d.ts +24 -0
- package/lib/common/formats/rtf/import/importers/section-importer.js +102 -0
- package/lib/common/formats/rtf/import/importers/shape-importer.d.ts +10 -0
- package/lib/common/formats/rtf/import/importers/shape-importer.js +42 -0
- package/lib/common/formats/rtf/import/importers/styles/base-style-importer.d.ts +26 -0
- package/lib/common/formats/rtf/import/importers/styles/character-style-importer.d.ts +9 -0
- package/lib/common/formats/rtf/import/importers/styles/character-style-importer.js +19 -0
- package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.d.ts +11 -0
- package/lib/common/formats/rtf/import/importers/styles/paragraph-style-importer.js +26 -0
- package/lib/common/formats/rtf/import/importers/styles/rtf-style-importer-state.d.ts +5 -0
- package/lib/common/formats/rtf/import/importers/styles/table-style-importer.d.ts +9 -0
- package/lib/common/formats/rtf/import/importers/styles/table-style-importer.js +20 -0
- package/lib/common/formats/rtf/import/importers/styles-importer.d.ts +19 -0
- package/lib/common/formats/rtf/import/importers/table-importer.d.ts +12 -0
- package/lib/common/formats/rtf/import/importers/table-importer.js +30 -0
- package/lib/common/formats/rtf/import/keyword-tables/character-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/character-properties.js +64 -0
- package/lib/common/formats/rtf/import/keyword-tables/default-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/default-keywords.js +23 -0
- package/lib/common/formats/rtf/import/keyword-tables/document-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/document-properties.js +15 -0
- package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.d.ts +8 -0
- package/lib/common/formats/rtf/import/keyword-tables/keyword-table-holder.js +295 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +44 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/paragraph-properties.js +83 -0
- package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +28 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +2 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +227 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +7 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +105 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +3 -0
- package/lib/common/formats/rtf/import/keyword-tables/sub-document/table-keywords.js +243 -0
- package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/bookmark/import-bookmark-info.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/character/character-properties.d.ts +22 -0
- package/lib/common/formats/rtf/import/model/character/character-properties.js +60 -0
- package/lib/common/formats/rtf/import/model/character/enums.d.ts +22 -0
- package/lib/common/formats/rtf/import/model/character/font-info-collection.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/character/rtf-font-info.d.ts +17 -0
- package/lib/common/formats/rtf/import/model/character/rtf-formatting-info.d.ts +20 -0
- package/lib/common/formats/rtf/import/model/color-collections.d.ts +12 -0
- package/lib/common/formats/rtf/import/model/color-collections.js +13 -0
- package/lib/common/formats/rtf/import/model/comment/import-comment-info.d.ts +2 -0
- package/lib/common/formats/rtf/import/model/enums.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/fields/rtf-field-info.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/image/picture-destination-info.d.ts +26 -0
- package/lib/common/formats/rtf/import/model/image/rtf-image-info.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +24 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-converter.js +138 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.d.ts +15 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-level.js +42 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +5 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +6 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +20 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +47 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.d.ts +37 -0
- package/lib/common/formats/rtf/import/model/paragraph/paragraph-properties.js +98 -0
- package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/range-permission/import-range-permission-info.js +20 -0
- package/lib/common/formats/rtf/import/model/rtf-document-properties.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/rtf-revision-authors.d.ts +5 -0
- package/lib/common/formats/rtf/import/model/section/general-section-info.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/section/line-numbering-info.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/section/margins-info.d.ts +11 -0
- package/lib/common/formats/rtf/import/model/section/page-numbering-info.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/section/page-numbering-info.js +16 -0
- package/lib/common/formats/rtf/import/model/section/rtf-section-properties.d.ts +24 -0
- package/lib/common/formats/rtf/import/model/section/rtf-section-properties.js +49 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +46 -0
- package/lib/common/formats/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +12 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +3 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +6 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +34 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +145 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +8 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +13 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +25 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +64 -0
- package/lib/common/formats/rtf/import/model/shape/shape-properties-info.d.ts +9 -0
- package/lib/common/formats/rtf/import/model/shape/shape-type-code.d.ts +205 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-cell-properties.js +31 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/properties/rtf-table-properties.js +50 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-floating-position-info.d.ts +14 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.d.ts +25 -0
- package/lib/common/formats/rtf/import/model/table/properties/table-row-properties.js +39 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-cell.d.ts +19 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-cell.js +30 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-row.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table-row.js +21 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table.d.ts +16 -0
- package/lib/common/formats/rtf/import/model/table/rtf-table.js +29 -0
- package/lib/common/formats/rtf/import/properties-normalization/tmp.d.ts +0 -0
- package/lib/common/formats/rtf/import/properties-normalization/tmp.js +0 -0
- package/lib/common/formats/rtf/import/rtf-import-data.d.ts +99 -0
- package/lib/common/formats/rtf/import/rtf-import-data.js +352 -0
- package/lib/common/formats/rtf/import/rtf-importer.d.ts +16 -0
- package/lib/common/formats/rtf/import/rtf-importer.js +56 -0
- package/lib/common/formats/rtf/import/table/rtf-table-cell-controller.d.ts +16 -0
- package/lib/common/formats/rtf/import/table/rtf-table-columns-calculator.d.ts +8 -0
- package/lib/common/formats/rtf/import/table/rtf-table-controller.d.ts +17 -0
- package/lib/common/formats/rtf/import/table/rtf-table-row-controller.d.ts +21 -0
- package/lib/common/formats/rtf/import/table/rtf-table-state.d.ts +12 -0
- package/lib/common/formats/rtf/import/table/states/manager-state.d.ts +19 -0
- package/lib/common/formats/rtf/import/table/states/no-table-state.d.ts +14 -0
- package/lib/common/formats/rtf/import/table/states/state-base.d.ts +19 -0
- package/lib/common/formats/rtf/import/table/table-converter.d.ts +43 -0
- package/lib/common/formats/rtf/import/table/table-converter.js +250 -0
- package/lib/common/formats/rtf/import/table/table-grid.d.ts +7 -0
- package/lib/common/formats/rtf/import/table/table-reader.d.ts +44 -0
- package/lib/common/formats/rtf/importer-in-subdocument.d.ts +6 -0
- package/lib/common/formats/rtf/importer-in-subdocument.js +18 -0
- package/lib/common/formats/rtf/translation-table/rtf-content-exporter.d.ts +4 -0
- package/lib/common/formats/rtf/translation-table/rtf-content-exporter.js +15 -0
- package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.d.ts +189 -0
- package/lib/common/formats/rtf/translation-table/rtf-drawing-keywords.js +264 -0
- package/lib/common/formats/rtf/translation-table/rtf-export-sr.d.ts +690 -0
- package/lib/common/formats/rtf/translation-table/rtf-export-sr.js +777 -0
- package/lib/common/formats/rtf/utils/character-properties-export-helper.d.ts +5 -0
- package/lib/common/formats/rtf/utils/character-properties-export-helper.js +11 -0
- package/lib/common/formats/rtf/utils/list-level-display-text-helper.d.ts +4 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +15 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-cell-properties-merger.js +52 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +18 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.d.ts +14 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-properties-merger.js +55 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +15 -0
- package/lib/common/formats/rtf/utils/mergers/rtf-table-row-properties-merger.js +32 -0
- package/lib/common/formats/rtf/utils/numbering-formats.d.ts +2 -0
- package/lib/common/formats/rtf/utils/numbering-formats.js +72 -0
- package/lib/common/formats/rtf/utils/rtf-art-border-converter.d.ts +8 -0
- package/lib/common/formats/rtf/utils/rtf-art-border-converter.js +188 -0
- package/lib/common/formats/rtf/utils/rtf-math-utils.d.ts +5 -0
- package/lib/common/formats/rtf/utils/shape-utils.d.ts +4 -0
- package/lib/common/formats/rtf/utils/unicode-char-helper.d.ts +36 -0
- package/lib/common/formats/rtf/utils/unicode-char-helper.js +90 -0
- package/lib/common/formats/txt/txt-exporter.d.ts +12 -0
- package/lib/common/formats/txt/txt-importer.d.ts +12 -0
- package/lib/common/formats/txt/txt-importer.js +83 -0
- package/lib/common/formats/utils/color/theme-color-index-calculator.d.ts +7 -0
- package/lib/common/formats/utils/color/theme-color-index-calculator.js +51 -0
- package/lib/common/formats/utils/color/tint-and-shade-calculator.d.ts +7 -0
- package/lib/common/formats/utils/cross-existing-iterator.d.ts +24 -0
- package/lib/common/formats/utils/document-formats-helper.d.ts +5 -0
- package/lib/common/formats/utils/enums.d.ts +4 -0
- package/lib/common/formats/utils/extension-helper.d.ts +9 -0
- package/lib/common/formats/utils/extension-helper.js +35 -0
- package/lib/common/formats/utils/images-import.d.ts +20 -0
- package/lib/common/formats/utils/import-bookmark-info-core.d.ts +6 -0
- package/lib/common/formats/utils/import-comment-info.d.ts +10 -0
- package/lib/common/formats/utils/numbering-list-index-constants.d.ts +6 -0
- package/lib/common/formats/utils/string-helper.d.ts +13 -0
- package/lib/common/global-event-dispatcher.d.ts +44 -0
- package/lib/common/global-event-dispatcher.js +248 -0
- package/lib/common/html-export.d.ts +32 -0
- package/lib/common/html-export.js +783 -0
- package/lib/common/input-controller.d.ts +145 -0
- package/lib/common/input-controller.js +804 -0
- package/lib/common/interfaces/i-control-owner.d.ts +49 -0
- package/lib/common/interfaces/i-document-layout-changes-listener.d.ts +6 -0
- package/lib/common/interfaces/i-event-manager.d.ts +21 -0
- package/lib/common/interfaces/i-font-changes-listener.d.ts +8 -0
- package/lib/common/interfaces/i-rich-edit-core.d.ts +110 -0
- package/lib/common/interfaces/i-selection-layout-changes-listener.d.ts +11 -0
- package/lib/common/interfaces/model-changes-listener.d.ts +4 -0
- package/lib/common/internal-api.d.ts +4 -0
- package/lib/common/layout/document-layout-details-level.d.ts +12 -0
- package/lib/common/layout/document-layout.d.ts +32 -0
- package/lib/common/layout/layout-point.d.ts +11 -0
- package/lib/common/layout/layout-position.d.ts +80 -0
- package/lib/common/layout/main-structures/layout-boxes/bookmark-box.d.ts +13 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +43 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +18 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-box.d.ts +69 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +9 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-dash-box.d.ts +24 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +8 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +17 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +13 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +22 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +21 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +26 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +23 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +23 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-picture-box.d.ts +25 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +9 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-space-box.d.ts +19 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +44 -0
- package/lib/common/layout/main-structures/layout-boxes/layout-text-box.d.ts +30 -0
- package/lib/common/layout/main-structures/layout-column.d.ts +21 -0
- package/lib/common/layout/main-structures/layout-page-area.d.ts +12 -0
- package/lib/common/layout/main-structures/layout-page.d.ts +61 -0
- package/lib/common/layout/main-structures/layout-row.d.ts +54 -0
- package/lib/common/layout/selection/layout-selection-info.d.ts +18 -0
- package/lib/common/layout/selection/layout-selection-items.d.ts +38 -0
- package/lib/common/layout/selection/layout-selection-page-info.d.ts +8 -0
- package/lib/common/layout/selection/layout-selection.d.ts +15 -0
- package/lib/common/layout/table/layout-table-cell-info.d.ts +25 -0
- package/lib/common/layout/table/layout-table-info.d.ts +30 -0
- package/lib/common/layout/table/layout-table-row-info.d.ts +17 -0
- package/lib/common/layout/table/table-cell-iterator.d.ts +66 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-manager.d.ts +39 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-manager.js +300 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-result.d.ts +15 -0
- package/lib/common/layout-engine/hit-test-manager/hit-test-result.js +36 -0
- package/lib/common/layout-engine/layout-anchor-object-finder.d.ts +8 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +23 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +12 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +11 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +9 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +22 -0
- package/lib/common/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +9 -0
- package/lib/common/layout-engine/layout-position-creator.d.ts +50 -0
- package/lib/common/layout-engine/selection/selection-formatter.d.ts +54 -0
- package/lib/common/layout-engine/selection/selection-formatter.js +471 -0
- package/lib/common/layout-engine/visualizers/anchor-visualizer.d.ts +13 -0
- package/lib/common/layout-engine/visualizers/anchor-visualizer.js +38 -0
- package/lib/common/layout-engine/visualizers/auto-scroll-visualizer.d.ts +5 -0
- package/lib/common/layout-engine/visualizers/base-visualizer.d.ts +20 -0
- package/lib/common/layout-engine/visualizers/base-visualizer.js +27 -0
- package/lib/common/layout-engine/visualizers/box-visualizer-manager.d.ts +19 -0
- package/lib/common/layout-engine/visualizers/drag-caret-visualizer.d.ts +5 -0
- package/lib/common/layout-engine/visualizers/drag-caret-visualizer.js +15 -0
- package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.d.ts +14 -0
- package/lib/common/layout-engine/visualizers/full-table-selector-visualizer.js +55 -0
- package/lib/common/layout-engine/visualizers/resize-box-visualizer.d.ts +31 -0
- package/lib/common/layout-engine/visualizers/resize-box-visualizer.js +137 -0
- package/lib/common/layout-engine/visualizers/resize-table-visualizer.d.ts +7 -0
- package/lib/common/layout-formatter/box/box-iterator.d.ts +27 -0
- package/lib/common/layout-formatter/box/box-wrap.d.ts +27 -0
- package/lib/common/layout-formatter/box/box-wraps-holder.d.ts +37 -0
- package/lib/common/layout-formatter/box/generator/box-infos-generator.d.ts +63 -0
- package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -0
- package/lib/common/layout-formatter/box/generator/multi-dimension-iterator.js +0 -0
- package/lib/common/layout-formatter/box/generator/one-dimension-itertors.d.ts +18 -0
- package/lib/common/layout-formatter/box/generator/recursive-objects-iterators.d.ts +38 -0
- package/lib/common/layout-formatter/changes/changes/column-change.d.ts +9 -0
- package/lib/common/layout-formatter/changes/changes/layout-change-base.d.ts +45 -0
- package/lib/common/layout-formatter/changes/changes/page-area-change.d.ts +8 -0
- package/lib/common/layout-formatter/changes/changes/page-change.d.ts +11 -0
- package/lib/common/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +7 -0
- package/lib/common/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +7 -0
- package/lib/common/layout-formatter/changes/engine/changes-manager.d.ts +9 -0
- package/lib/common/layout-formatter/changes/engine/changes-merger.d.ts +33 -0
- package/lib/common/layout-formatter/changes/engine/page-changes-collector.d.ts +13 -0
- package/lib/common/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +13 -0
- package/lib/common/layout-formatter/changes/engine/table-cells-comparer.d.ts +11 -0
- package/lib/common/layout-formatter/floating/anchored-objects-manager.d.ts +26 -0
- package/lib/common/layout-formatter/floating/anchored-objects-manager.js +37 -0
- package/lib/common/layout-formatter/floating/layout-row-bounds-manager.d.ts +26 -0
- package/lib/common/layout-formatter/floating/page-anchored-object-holder.d.ts +20 -0
- package/lib/common/layout-formatter/floating/position-calculators/base-calculator.d.ts +13 -0
- package/lib/common/layout-formatter/floating/position-calculators/horizontal.d.ts +16 -0
- package/lib/common/layout-formatter/floating/position-calculators/vertical.d.ts +14 -0
- package/lib/common/layout-formatter/floating/render-level-calculator.d.ts +22 -0
- package/lib/common/layout-formatter/formatter/base-formatter.d.ts +56 -0
- package/lib/common/layout-formatter/formatter/enums.d.ts +12 -0
- package/lib/common/layout-formatter/formatter/main-formatter.d.ts +29 -0
- package/lib/common/layout-formatter/formatter/model-changes-listener.d.ts +8 -0
- package/lib/common/layout-formatter/formatter/other-page-area-formatter.d.ts +15 -0
- package/lib/common/layout-formatter/formatter/utils/bounds-calculator.d.ts +36 -0
- package/lib/common/layout-formatter/formatter/utils/columns-calculator.d.ts +7 -0
- package/lib/common/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +15 -0
- package/lib/common/layout-formatter/formatter/utils/last-row-info.d.ts +21 -0
- package/lib/common/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +9 -0
- package/lib/common/layout-formatter/formatter/utils/number-utils.d.ts +6 -0
- package/lib/common/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +18 -0
- package/lib/common/layout-formatter/formatter/utils/restart-preparer.d.ts +17 -0
- package/lib/common/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +20 -0
- package/lib/common/layout-formatter/invalidator/layout-invalidator.d.ts +44 -0
- package/lib/common/layout-formatter/invalidator/position-savers.d.ts +45 -0
- package/lib/common/layout-formatter/invalidator/remove-content-helper.d.ts +8 -0
- package/lib/common/layout-formatter/managers/formatter-manager.d.ts +72 -0
- package/lib/common/layout-formatter/managers/formatter-manager.js +163 -0
- package/lib/common/layout-formatter/managers/restart-manager.d.ts +15 -0
- package/lib/common/layout-formatter/row/formatter.d.ts +55 -0
- package/lib/common/layout-formatter/row/result.d.ts +33 -0
- package/lib/common/layout-formatter/row/size-engine/row-formatting-info.d.ts +35 -0
- package/lib/common/layout-formatter/row/size-engine/row-height-calculator.d.ts +20 -0
- package/lib/common/layout-formatter/row/size-engine/row-height-state.d.ts +15 -0
- package/lib/common/layout-formatter/row/size-engine/row-sizes-manager.d.ts +35 -0
- package/lib/common/layout-formatter/row/states.d.ts +34 -0
- package/lib/common/layout-formatter/row/tab-info.d.ts +23 -0
- package/lib/common/layout-formatter/row/utils/box-aligner.d.ts +12 -0
- package/lib/common/layout-formatter/row/utils/line-spacing-calculator.d.ts +37 -0
- package/lib/common/layout-formatter/row/utils/rectangle-utils.d.ts +5 -0
- package/lib/common/layout-formatter/row/utils/row-spacing-before-applier.d.ts +28 -0
- package/lib/common/layout-formatter/row/word-holder.d.ts +9 -0
- package/lib/common/layout-formatter/table/background-info-creator.d.ts +10 -0
- package/lib/common/layout-formatter/table/borders/border-helper.d.ts +51 -0
- package/lib/common/layout-formatter/table/borders/border-merger.d.ts +6 -0
- package/lib/common/layout-formatter/table/borders/borders-creator.d.ts +9 -0
- package/lib/common/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +12 -0
- package/lib/common/layout-formatter/table/borders/layout-table-border.d.ts +23 -0
- package/lib/common/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +12 -0
- package/lib/common/layout-formatter/table/formatter.d.ts +73 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +28 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +11 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +10 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +18 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +48 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +32 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +19 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +86 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +13 -0
- package/lib/common/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +74 -0
- package/lib/common/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +8 -0
- package/lib/common/layout-formatter/table/grid-engine/columns.d.ts +7 -0
- package/lib/common/layout-formatter/table/grid-engine/creator.d.ts +5 -0
- package/lib/common/layout-formatter/table/grid-engine/grid.d.ts +11 -0
- package/lib/common/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +8 -0
- package/lib/common/layout-formatter/table/info/cell-info.d.ts +59 -0
- package/lib/common/layout-formatter/table/info/cell-order-helper.d.ts +12 -0
- package/lib/common/layout-formatter/table/info/row-info.d.ts +22 -0
- package/lib/common/layout-formatter/table/info/table-info.d.ts +63 -0
- package/lib/common/layout-formatter/table/layout-row-index-helper.d.ts +0 -0
- package/lib/common/layout-formatter/table/layout-row-index-helper.js +0 -0
- package/lib/common/layout-formatter/table/other.d.ts +17 -0
- package/lib/common/layout-formatter/table/size-compressor.d.ts +13 -0
- package/lib/common/layout-formatter/table/table-alignment-applier.d.ts +12 -0
- package/lib/common/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +8 -0
- package/lib/common/loading-panel/manager.d.ts +6 -0
- package/lib/common/loading-panel/panel.d.ts +27 -0
- package/lib/common/measurer/measure-info.d.ts +18 -0
- package/lib/common/measurer/measurer.d.ts +28 -0
- package/lib/common/model/bookmarks.d.ts +47 -0
- package/lib/common/model/borders/border-base.d.ts +11 -0
- package/lib/common/model/borders/border-info.d.ts +21 -0
- package/lib/common/model/borders/enums.d.ts +194 -0
- package/lib/common/model/borders/layout-border.d.ts +3 -0
- package/lib/common/model/borders/table-border-base.d.ts +11 -0
- package/lib/common/model/borders/table-border-base.js +23 -0
- package/lib/common/model/borders/table-borders.d.ts +12 -0
- package/lib/common/model/borders/table-borders.js +34 -0
- package/lib/common/model/borders/table-cell-borders.d.ts +11 -0
- package/lib/common/model/borders/table-cell-borders.js +28 -0
- package/lib/common/model/caches/caches.d.ts +36 -0
- package/lib/common/model/caches/control-fonts.d.ts +12 -0
- package/lib/common/model/caches/hash-based-cache.d.ts +36 -0
- package/lib/common/model/caches/hashed-caches/character-properties-cache.d.ts +10 -0
- package/lib/common/model/caches/hashed-caches/color-model-info-cache.d.ts +8 -0
- package/lib/common/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +8 -0
- package/lib/common/model/caches/hashed-caches/font-info-cache.d.ts +22 -0
- package/lib/common/model/caches/hashed-caches/list-level-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/masked-character-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/paragraph-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +7 -0
- package/lib/common/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +7 -0
- package/lib/common/model/caches/hashed-caches/shading-info-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/table-cell-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/hashed-caches/table-properties-cache.d.ts +4 -0
- package/lib/common/model/caches/hashed-caches/table-row-properties-cache.d.ts +6 -0
- package/lib/common/model/caches/images.d.ts +57 -0
- package/lib/common/model/caches/images.js +189 -0
- package/lib/common/model/changes/change-base.d.ts +17 -0
- package/lib/common/model/changes/change.d.ts +69 -0
- package/lib/common/model/changes/enums.d.ts +71 -0
- package/lib/common/model/changes/model/create-style-link.d.ts +7 -0
- package/lib/common/model/changes/model/default-tab-width.d.ts +7 -0
- package/lib/common/model/changes/model/delete-style-link.d.ts +7 -0
- package/lib/common/model/changes/model/different-odd-and-even-pages.d.ts +7 -0
- package/lib/common/model/changes/model/document-protection-changed.d.ts +8 -0
- package/lib/common/model/changes/model/header-created.d.ts +11 -0
- package/lib/common/model/changes/model/header-footer-index-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/abstract-numbering-list-added.d.ts +7 -0
- package/lib/common/model/changes/model/list/abstract-numbering-list-deleted.d.ts +7 -0
- package/lib/common/model/changes/model/list/i-override-list-level-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-character-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-paragraph-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/list-level-property-changed.d.ts +11 -0
- package/lib/common/model/changes/model/list/numbering-list-added.d.ts +7 -0
- package/lib/common/model/changes/model/list/numbering-list-deleted.d.ts +7 -0
- package/lib/common/model/changes/model/load-font.d.ts +8 -0
- package/lib/common/model/changes/model/page-color.d.ts +7 -0
- package/lib/common/model/changes/model/section-formatting-changed.d.ts +13 -0
- package/lib/common/model/changes/model/section-merged.d.ts +10 -0
- package/lib/common/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/anchor/shape-changed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/anchor/shape-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/bookmark/created.d.ts +11 -0
- package/lib/common/model/changes/sub-document/bookmark/deleted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/field/deleted.d.ts +8 -0
- package/lib/common/model/changes/sub-document/field/fields-show-code-changed.d.ts +9 -0
- package/lib/common/model/changes/sub-document/field/hyperlink-info-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/field/inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +14 -0
- package/lib/common/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/picture/inline-picture-inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/picture/inline-pictures-updated.d.ts +9 -0
- package/lib/common/model/changes/sub-document/picture/load-pictures-info.d.ts +9 -0
- package/lib/common/model/changes/sub-document/properties/character-formatting-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/properties/character-properties-changed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/properties/merged-props-reset.d.ts +9 -0
- package/lib/common/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +12 -0
- package/lib/common/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +17 -0
- package/lib/common/model/changes/sub-document/range-permissions-changed.d.ts +13 -0
- package/lib/common/model/changes/sub-document/style/character-style-applied.d.ts +11 -0
- package/lib/common/model/changes/sub-document/style/paragraph-style-applied.d.ts +11 -0
- package/lib/common/model/changes/sub-document/style/table-style-changed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/tab/deleted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/tab/inserted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-inserted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-merged-horizontally.d.ts +12 -0
- package/lib/common/model/changes/sub-document/table/cell-property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/cell-removed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +12 -0
- package/lib/common/model/changes/sub-document/table/created.d.ts +9 -0
- package/lib/common/model/changes/sub-document/table/property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/removed.d.ts +11 -0
- package/lib/common/model/changes/sub-document/table/row-inserted.d.ts +10 -0
- package/lib/common/model/changes/sub-document/table/row-property-changed.d.ts +14 -0
- package/lib/common/model/changes/sub-document/table/row-removed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/table/start-position-shifted.d.ts +11 -0
- package/lib/common/model/changes/sub-document/text/anchor-object-removed.d.ts +9 -0
- package/lib/common/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +12 -0
- package/lib/common/model/changes/sub-document/text/interval-removed.d.ts +10 -0
- package/lib/common/model/changes/sub-document/text/paragraph-inserted.d.ts +8 -0
- package/lib/common/model/changes/sub-document/text/paragraph-merged.d.ts +11 -0
- package/lib/common/model/changes/sub-document/text/section-inserted.d.ts +9 -0
- package/lib/common/model/changes/sub-document/text/simple-run-inserted.d.ts +16 -0
- package/lib/common/model/changes/sub-document/text/text-buffer-changed.d.ts +10 -0
- package/lib/common/model/character/character-properties-helper.d.ts +20 -0
- package/lib/common/model/character/character-properties.d.ts +68 -0
- package/lib/common/model/character/character-property-descriptor.d.ts +226 -0
- package/lib/common/model/character/character-style.d.ts +13 -0
- package/lib/common/model/character/composite-font-info.d.ts +16 -0
- package/lib/common/model/character/enums.d.ts +73 -0
- package/lib/common/model/character/history-runs.d.ts +53 -0
- package/lib/common/model/character/lang-info.d.ts +12 -0
- package/lib/common/model/character/layout-character-properties-color-info.d.ts +9 -0
- package/lib/common/model/character/run-iterator.d.ts +24 -0
- package/lib/common/model/chunk.d.ts +15 -0
- package/lib/common/model/color/color-hsl.d.ts +46 -0
- package/lib/common/model/color/color-model-info.d.ts +48 -0
- package/lib/common/model/color/color-model-info.js +176 -0
- package/lib/common/model/color/color-provider.d.ts +16 -0
- package/lib/common/model/color/color.d.ts +19 -0
- package/lib/common/model/color/color.js +62 -0
- package/lib/common/model/color/d-xsystem-colors.d.ts +32 -0
- package/lib/common/model/color/dx-color.d.ts +15 -0
- package/lib/common/model/color/enums.d.ts +48 -0
- package/lib/common/model/color/palette.d.ts +59 -0
- package/lib/common/model/color/sc-rgbcolor.d.ts +18 -0
- package/lib/common/model/comments/comment.d.ts +14 -0
- package/lib/common/model/compat-settings.d.ts +6 -0
- package/lib/common/model/creator/cache.d.ts +12 -0
- package/lib/common/model/creator/creator.d.ts +35 -0
- package/lib/common/model/creator/font-corrector.d.ts +14 -0
- package/lib/common/model/creator/options.d.ts +9 -0
- package/lib/common/model/document-model.d.ts +167 -0
- package/lib/common/model/drawing/backdrop-plane.d.ts +11 -0
- package/lib/common/model/drawing/container-effect.d.ts +11 -0
- package/lib/common/model/drawing/drawing-color-model-info.d.ts +52 -0
- package/lib/common/model/drawing/drawing-color.d.ts +47 -0
- package/lib/common/model/drawing/drawing-effect-collection.d.ts +6 -0
- package/lib/common/model/drawing/drawing-effect-style.d.ts +11 -0
- package/lib/common/model/drawing/drawing-fill.d.ts +11 -0
- package/lib/common/model/drawing/drawing-text-font.d.ts +30 -0
- package/lib/common/model/drawing/drawing-value-constants.d.ts +22 -0
- package/lib/common/model/drawing/enums.d.ts +173 -0
- package/lib/common/model/drawing/interfaces.d.ts +18 -0
- package/lib/common/model/drawing/outline.d.ts +10 -0
- package/lib/common/model/drawing/scene3d-properties-info.d.ts +32 -0
- package/lib/common/model/drawing/scene3d-properties.d.ts +12 -0
- package/lib/common/model/drawing/scene3d-rotation-info.d.ts +12 -0
- package/lib/common/model/drawing/scene3d-vector.d.ts +9 -0
- package/lib/common/model/drawing/shape-bevel3d-properties.d.ts +10 -0
- package/lib/common/model/drawing/shape3d-properties.d.ts +21 -0
- package/lib/common/model/drawing/transform/alpha-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/alpha-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/alpha-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/blue-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/color-transform-base.d.ts +13 -0
- package/lib/common/model/drawing/transform/color-transform-collection.d.ts +10 -0
- package/lib/common/model/drawing/transform/color-transform-value-base.d.ts +13 -0
- package/lib/common/model/drawing/transform/complement-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/gamma-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/grayscale-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/green-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/hue-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/inverse-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/inverse-gamma-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/luminance-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/red-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-modulation-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/saturation-offset-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/shade-color-transform.d.ts +6 -0
- package/lib/common/model/drawing/transform/tint-color-transform.d.ts +7 -0
- package/lib/common/model/enums.d.ts +6 -0
- package/lib/common/model/fields/check-box-properties.d.ts +43 -0
- package/lib/common/model/fields/field-context-menu-helper.d.ts +14 -0
- package/lib/common/model/fields/field-request-manager.d.ts +42 -0
- package/lib/common/model/fields/field.d.ts +112 -0
- package/lib/common/model/fields/form-field-properties.d.ts +41 -0
- package/lib/common/model/fields/names.d.ts +15 -0
- package/lib/common/model/fields/parsers/field-code-parser-client-updating-base.d.ts +8 -0
- package/lib/common/model/fields/parsers/field-code-parser-date.d.ts +7 -0
- package/lib/common/model/fields/parsers/field-code-parser-doc-variable.d.ts +14 -0
- package/lib/common/model/fields/parsers/field-code-parser-hyperlink.d.ts +8 -0
- package/lib/common/model/fields/parsers/field-code-parser-merge-field.d.ts +12 -0
- package/lib/common/model/fields/parsers/field-code-parser-num-pages.d.ts +6 -0
- package/lib/common/model/fields/parsers/field-code-parser-page-ref.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-page.d.ts +7 -0
- package/lib/common/model/fields/parsers/field-code-parser-seq.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-tc.d.ts +9 -0
- package/lib/common/model/fields/parsers/field-code-parser-time.d.ts +6 -0
- package/lib/common/model/fields/parsers/field-code-parser-toc.d.ts +66 -0
- package/lib/common/model/fields/parsers/field-code-parser.d.ts +107 -0
- package/lib/common/model/fields/parsers/fill-in.d.ts +6 -0
- package/lib/common/model/fields/tree-creator.d.ts +40 -0
- package/lib/common/model/fields/update-sequence-info.d.ts +4 -0
- package/lib/common/model/find-replace-helper.d.ts +75 -0
- package/lib/common/model/floating-objects/anchor-info.d.ts +41 -0
- package/lib/common/model/floating-objects/enums.d.ts +78 -0
- package/lib/common/model/floating-objects/sizes.d.ts +56 -0
- package/lib/common/model/floating-objects/sizes.js +142 -0
- package/lib/common/model/floating-objects/text-box-properties.d.ts +18 -0
- package/lib/common/model/fonts/control-font.d.ts +29 -0
- package/lib/common/model/fonts/font-chooser.d.ts +10 -0
- package/lib/common/model/fonts/font-face-descriptors.d.ts +20 -0
- package/lib/common/model/fonts/font-info.d.ts +39 -0
- package/lib/common/model/fonts/fonts-map.d.ts +310 -0
- package/lib/common/model/fonts/google-fonts.d.ts +13 -0
- package/lib/common/model/fonts/grabber.d.ts +33 -0
- package/lib/common/model/fonts/loader.d.ts +12 -0
- package/lib/common/model/fonts/measurer.d.ts +16 -0
- package/lib/common/model/full-chunk-and-run-info.d.ts +32 -0
- package/lib/common/model/history/base/history-item.d.ts +19 -0
- package/lib/common/model/history/base/history.d.ts +33 -0
- package/lib/common/model/history/base/i-history.d.ts +18 -0
- package/lib/common/model/history/base/interval-based-history-item.d.ts +10 -0
- package/lib/common/model/history/base/position-based-history-item.d.ts +9 -0
- package/lib/common/model/history/items/apply-field-hyperlink-style-history-item.d.ts +10 -0
- package/lib/common/model/history/items/apply-style-history-items.d.ts +33 -0
- package/lib/common/model/history/items/bookmark-history-items.d.ts +17 -0
- package/lib/common/model/history/items/change-field-hyperlink-info-history-item.d.ts +13 -0
- package/lib/common/model/history/items/change-rectangular-object-history-item.d.ts +20 -0
- package/lib/common/model/history/items/character-properties-history-items.d.ts +101 -0
- package/lib/common/model/history/items/create-style-link-history-item.d.ts +11 -0
- package/lib/common/model/history/items/document-properties-history-items.d.ts +23 -0
- package/lib/common/model/history/items/document-protection-history-item.d.ts +10 -0
- package/lib/common/model/history/items/field-insert-history-item.d.ts +15 -0
- package/lib/common/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +15 -0
- package/lib/common/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/change-image-property-history-item.d.ts +14 -0
- package/lib/common/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +13 -0
- package/lib/common/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +22 -0
- package/lib/common/model/history/items/floating-objects/shape-property-history-item.d.ts +23 -0
- package/lib/common/model/history/items/header-footer-history-items.d.ts +22 -0
- package/lib/common/model/history/items/insert-inline-picture-history-item.d.ts +14 -0
- package/lib/common/model/history/items/insert-paragraph-history-item.d.ts +9 -0
- package/lib/common/model/history/items/insert-section-history-item.d.ts +15 -0
- package/lib/common/model/history/items/insert-sub-document-history-item.d.ts +17 -0
- package/lib/common/model/history/items/insert-text-history-item.d.ts +10 -0
- package/lib/common/model/history/items/list-level-character-properties-history-items.d.ts +72 -0
- package/lib/common/model/history/items/list-level-paragraph-properties-history-items.d.ts +76 -0
- package/lib/common/model/history/items/list-level-properties-history-items.d.ts +59 -0
- package/lib/common/model/history/items/non-visual-drawing-object-info.d.ts +15 -0
- package/lib/common/model/history/items/numbering-list-history-items.d.ts +58 -0
- package/lib/common/model/history/items/paragraph-properties-history-items.d.ts +122 -0
- package/lib/common/model/history/items/range-permission-history-item.d.ts +17 -0
- package/lib/common/model/history/items/remove-hyperlink-history-item.d.ts +22 -0
- package/lib/common/model/history/items/remove-interval-history-item.d.ts +11 -0
- package/lib/common/model/history/items/section-properties-history-items.d.ts +66 -0
- package/lib/common/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/change-table-cell-history-items.d.ts +25 -0
- package/lib/common/model/history/items/tables/create-table-history-item.d.ts +22 -0
- package/lib/common/model/history/items/tables/insert-table-row-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/remove-table-cell-history-item.d.ts +14 -0
- package/lib/common/model/history/items/tables/remove-table-history-item.d.ts +9 -0
- package/lib/common/model/history/items/tables/remove-table-row-history-item.d.ts +13 -0
- package/lib/common/model/history/items/tables/split-table-cell-history-item.d.ts +19 -0
- package/lib/common/model/history/items/tables/table-cell-properties-history-items.d.ts +73 -0
- package/lib/common/model/history/items/tables/table-properties-history-items.d.ts +73 -0
- package/lib/common/model/history/items/tables/table-row-properties-history-items.d.ts +61 -0
- package/lib/common/model/history/items/text-run-change-case-history-item.d.ts +31 -0
- package/lib/common/model/history/selection/history-item-direction.d.ts +5 -0
- package/lib/common/model/history/selection/scroll-history-item.d.ts +14 -0
- package/lib/common/model/history/selection/scroll-history-item.js +23 -0
- package/lib/common/model/history/selection/selection-history-item.d.ts +14 -0
- package/lib/common/model/history/selection/selection-history-item.js +23 -0
- package/lib/common/model/history/states/history-item-state-object.d.ts +157 -0
- package/lib/common/model/history/states/history-item-state.d.ts +13 -0
- package/lib/common/model/interfaces.d.ts +27 -0
- package/lib/common/model/json/command-request.d.ts +64 -0
- package/lib/common/model/json/command-type.d.ts +91 -0
- package/lib/common/model/json/enums/json-character-enums.d.ts +74 -0
- package/lib/common/model/json/enums/json-control-enums.d.ts +69 -0
- package/lib/common/model/json/enums/json-document-enums.d.ts +51 -0
- package/lib/common/model/json/enums/json-field-enums.d.ts +39 -0
- package/lib/common/model/json/enums/json-floating-enums.d.ts +94 -0
- package/lib/common/model/json/enums/json-floating-enums.js +107 -0
- package/lib/common/model/json/enums/json-general-enums.d.ts +77 -0
- package/lib/common/model/json/enums/json-list-enums.d.ts +55 -0
- package/lib/common/model/json/enums/json-paragraph-enums.d.ts +61 -0
- package/lib/common/model/json/enums/json-run-enums.d.ts +40 -0
- package/lib/common/model/json/enums/json-section-enums.d.ts +39 -0
- package/lib/common/model/json/enums/json-style-enums.d.ts +49 -0
- package/lib/common/model/json/enums/json-sub-document-enums.d.ts +55 -0
- package/lib/common/model/json/enums/json-top-level-enums.d.ts +80 -0
- package/lib/common/model/json/enums/table/json-table-cell-enums.d.ts +47 -0
- package/lib/common/model/json/enums/table/json-table-enums.d.ts +59 -0
- package/lib/common/model/json/enums/table/json-table-row-enums.d.ts +47 -0
- package/lib/common/model/json/enums/table/json-table-structures-enums.d.ts +38 -0
- package/lib/common/model/json/exporters/json-control-options-converter.d.ts +5 -0
- package/lib/common/model/json/exporters/json-exporter.d.ts +11 -0
- package/lib/common/model/json/exporters/json-numbering-list-exporter.d.ts +6 -0
- package/lib/common/model/json/exporters/json-sub-document-exporter.d.ts +9 -0
- package/lib/common/model/json/exporters/json-table-exporter.d.ts +6 -0
- package/lib/common/model/json/importers/image-cache-info-converter.d.ts +7 -0
- package/lib/common/model/json/importers/image-cache-info-converter.js +35 -0
- package/lib/common/model/json/importers/json-border-info-converter.d.ts +6 -0
- package/lib/common/model/json/importers/json-color-model-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-drawing-color-converter.d.ts +16 -0
- package/lib/common/model/json/importers/json-font-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-importer.d.ts +24 -0
- package/lib/common/model/json/importers/json-masked-character-properties-converter.d.ts +14 -0
- package/lib/common/model/json/importers/json-masked-paragraph-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/json-shading-info-converter.d.ts +6 -0
- package/lib/common/model/json/importers/json-shape-converter.d.ts +5 -0
- package/lib/common/model/json/importers/json-styles-exporter.d.ts +17 -0
- package/lib/common/model/json/importers/json-tab-converter.d.ts +7 -0
- package/lib/common/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +10 -0
- package/lib/common/model/json/importers/section/json-columns-section-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/section/json-section-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/server-model-inserter.d.ts +7 -0
- package/lib/common/model/json/importers/sub-document/json-anchor-info-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-non-visual-properties.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-sub-document-importer.d.ts +11 -0
- package/lib/common/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/run-importers.d.ts +36 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +5 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +6 -0
- package/lib/common/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-borders-converter.d.ts +6 -0
- package/lib/common/model/json/importers/table/json-table-borders-converter.js +25 -0
- package/lib/common/model/json/importers/table/json-table-cell-borders-converter.d.ts +6 -0
- package/lib/common/model/json/importers/table/json-table-cell-borders-converter.js +25 -0
- package/lib/common/model/json/importers/table/json-table-cell-margins-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-cell-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-conditional-style-converter.d.ts +11 -0
- package/lib/common/model/json/importers/table/json-table-importer.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-properties-converter.d.ts +7 -0
- package/lib/common/model/json/importers/table/json-table-row-properties-converter.d.ts +5 -0
- package/lib/common/model/json/importers/table/json-table-unit-converter.d.ts +9 -0
- package/lib/common/model/json/web-caches-exporter.d.ts +13 -0
- package/lib/common/model/manipulators/base-manipulator.d.ts +9 -0
- package/lib/common/model/manipulators/bookmarks-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/character-properties-manipulator.d.ts +41 -0
- package/lib/common/model/manipulators/doc-merger/merger.d.ts +10 -0
- package/lib/common/model/manipulators/document/sub-document-inserter.d.ts +77 -0
- package/lib/common/model/manipulators/document-properties-manipulator.d.ts +7 -0
- package/lib/common/model/manipulators/document-protection-properties-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/fields-manipulator.d.ts +33 -0
- package/lib/common/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +17 -0
- package/lib/common/model/manipulators/floating-objects/comparers.d.ts +6 -0
- package/lib/common/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +18 -0
- package/lib/common/model/manipulators/floating-objects/image-manipulator.d.ts +13 -0
- package/lib/common/model/manipulators/floating-objects/shape-manipulator.d.ts +26 -0
- package/lib/common/model/manipulators/floating-objects/size-manipulator.d.ts +19 -0
- package/lib/common/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +10 -0
- package/lib/common/model/manipulators/floating-objects/z-order-manipulator.d.ts +20 -0
- package/lib/common/model/manipulators/font-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/header-footer-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/i-properties-manipulator.d.ts +57 -0
- package/lib/common/model/manipulators/inline-object-manipulator.d.ts +23 -0
- package/lib/common/model/manipulators/model-manipulator.d.ts +74 -0
- package/lib/common/model/manipulators/model-manipulator.js +84 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +28 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +27 -0
- package/lib/common/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +21 -0
- package/lib/common/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +26 -0
- package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +15 -0
- package/lib/common/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +56 -0
- package/lib/common/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +12 -0
- package/lib/common/model/manipulators/paragraph-properties-manipulator.d.ts +34 -0
- package/lib/common/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +30 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +7 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +11 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +54 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +8 -0
- package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.d.ts +56 -0
- package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.js +188 -0
- package/lib/common/model/manipulators/range/create-range-copy-operation.d.ts +63 -0
- package/lib/common/model/manipulators/range/create-range-copy-operation.js +459 -0
- package/lib/common/model/manipulators/range/range-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/range/remove-interval-operation.d.ts +73 -0
- package/lib/common/model/manipulators/range/restore-removed-interval-operation.d.ts +12 -0
- package/lib/common/model/manipulators/range-permission-manipulator.d.ts +7 -0
- package/lib/common/model/manipulators/runs-base-manipulator.d.ts +10 -0
- package/lib/common/model/manipulators/section-manipulator.d.ts +9 -0
- package/lib/common/model/manipulators/section-properties-manipulator.d.ts +25 -0
- package/lib/common/model/manipulators/styles-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/sub-document-manipulator.d.ts +11 -0
- package/lib/common/model/manipulators/tables/insert-table-cell-operation.d.ts +27 -0
- package/lib/common/model/manipulators/tables/insert-table-cell-operation.js +63 -0
- package/lib/common/model/manipulators/tables/insert-table-row-operation.d.ts +39 -0
- package/lib/common/model/manipulators/tables/merge-table-cells-operation.d.ts +39 -0
- package/lib/common/model/manipulators/tables/merge-table-cells-operation.js +150 -0
- package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.d.ts +20 -0
- package/lib/common/model/manipulators/tables/table-cell-properties-manipulator.js +160 -0
- package/lib/common/model/manipulators/tables/table-normalizator.d.ts +23 -0
- package/lib/common/model/manipulators/tables/table-properties-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/tables/table-properties-manipulator.js +128 -0
- package/lib/common/model/manipulators/tables/table-row-properties-manipulator.d.ts +17 -0
- package/lib/common/model/manipulators/tables/tables-manipulator.d.ts +81 -0
- package/lib/common/model/manipulators/tables/tables-manipulator.js +797 -0
- package/lib/common/model/manipulators/tabs-manipulator.d.ts +14 -0
- package/lib/common/model/manipulators/text-box-manipulator.d.ts +22 -0
- package/lib/common/model/manipulators/text-case-manipulator.d.ts +15 -0
- package/lib/common/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +20 -0
- package/lib/common/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +13 -0
- package/lib/common/model/manipulators/text-manipulator/text-manipulator.d.ts +32 -0
- package/lib/common/model/manipulators/utils/manipulator-params-base.d.ts +23 -0
- package/lib/common/model/model-checks/check-all.d.ts +34 -0
- package/lib/common/model/model-checks/comparer.d.ts +40 -0
- package/lib/common/model/model-checks/comparer.js +261 -0
- package/lib/common/model/model-checks/position.d.ts +18 -0
- package/lib/common/model/model-iterator.d.ts +19 -0
- package/lib/common/model/number-converters/alphabet-based-number-converter.d.ts +6 -0
- package/lib/common/model/number-converters/bullet-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/decimal-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/decimal-zero-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/descriptive-number-converter.d.ts +98 -0
- package/lib/common/model/number-converters/hex-number-converter.d.ts +5 -0
- package/lib/common/model/number-converters/latin-letter-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/number-converter-creator.d.ts +8 -0
- package/lib/common/model/number-converters/number-in-dash-number-converter.d.ts +7 -0
- package/lib/common/model/number-converters/numerics-provider.d.ts +21 -0
- package/lib/common/model/number-converters/ordinal-based-number-converter.d.ts +65 -0
- package/lib/common/model/number-converters/roman-number-converter.d.ts +12 -0
- package/lib/common/model/numbering-lists/list-level-properties.d.ts +91 -0
- package/lib/common/model/numbering-lists/list-level.d.ts +83 -0
- package/lib/common/model/numbering-lists/numbering-helper.d.ts +14 -0
- package/lib/common/model/numbering-lists/numbering-list-counters-calculator.d.ts +19 -0
- package/lib/common/model/numbering-lists/numbering-list-id-provider.d.ts +20 -0
- package/lib/common/model/numbering-lists/numbering-list-index-calculator.d.ts +15 -0
- package/lib/common/model/numbering-lists/numbering-list-style.d.ts +6 -0
- package/lib/common/model/numbering-lists/numbering-list.d.ts +47 -0
- package/lib/common/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +13 -0
- package/lib/common/model/options/auto-correct.d.ts +17 -0
- package/lib/common/model/options/bookmarks.d.ts +18 -0
- package/lib/common/model/options/control.d.ts +51 -0
- package/lib/common/model/options/document-protection.d.ts +32 -0
- package/lib/common/model/options/fields.d.ts +14 -0
- package/lib/common/model/options/fields.js +41 -0
- package/lib/common/model/options/fonts.d.ts +54 -0
- package/lib/common/model/options/mail-merge.d.ts +10 -0
- package/lib/common/model/options/pdf.d.ts +18 -0
- package/lib/common/model/options/printing.d.ts +11 -0
- package/lib/common/model/options/protection.d.ts +13 -0
- package/lib/common/model/options/rich-options.d.ts +31 -0
- package/lib/common/model/options/search.d.ts +6 -0
- package/lib/common/model/options/spell-checker.d.ts +18 -0
- package/lib/common/model/paragraph/paragraph-properties-helper.d.ts +19 -0
- package/lib/common/model/paragraph/paragraph-properties.d.ts +140 -0
- package/lib/common/model/paragraph/paragraph-property-descriptors.d.ts +261 -0
- package/lib/common/model/paragraph/paragraph-style.d.ts +53 -0
- package/lib/common/model/paragraph/paragraph.d.ts +64 -0
- package/lib/common/model/position/linked-interval.d.ts +19 -0
- package/lib/common/model/position/position-manager.d.ts +19 -0
- package/lib/common/model/position/position.d.ts +8 -0
- package/lib/common/model/properties-merger/character-properties-merger.d.ts +16 -0
- package/lib/common/model/properties-merger/paragraph-properties-merger.d.ts +16 -0
- package/lib/common/model/properties-merger/properties-merger-base.d.ts +19 -0
- package/lib/common/model/protection/hash-algorithm.d.ts +3 -0
- package/lib/common/model/protection/md5.d.ts +12 -0
- package/lib/common/model/protection/password-hash-code-calculator.d.ts +27 -0
- package/lib/common/model/protection/password-hash-code-calculator.js +228 -0
- package/lib/common/model/protection/ripemd160.d.ts +19 -0
- package/lib/common/model/protection/sha1.d.ts +7 -0
- package/lib/common/model/protection/sha256.d.ts +8 -0
- package/lib/common/model/protection/sha384.d.ts +7 -0
- package/lib/common/model/protection/sha512.d.ts +14 -0
- package/lib/common/model/range-permissions.d.ts +39 -0
- package/lib/common/model/rich-utils.d.ts +29 -0
- package/lib/common/model/runs/anchored-picture-run.d.ts +17 -0
- package/lib/common/model/runs/anchored-text-box-run.d.ts +21 -0
- package/lib/common/model/runs/inline-picture-run.d.ts +18 -0
- package/lib/common/model/runs/inline-text-box-run.d.ts +18 -0
- package/lib/common/model/runs/run-base.d.ts +69 -0
- package/lib/common/model/runs/run-type.d.ts +18 -0
- package/lib/common/model/runs/simple-runs.d.ts +56 -0
- package/lib/common/model/runs/text-run.d.ts +17 -0
- package/lib/common/model/section/enums.d.ts +17 -0
- package/lib/common/model/section/header-footer.d.ts +31 -0
- package/lib/common/model/section/line-numbering-properties.d.ts +19 -0
- package/lib/common/model/section/paper-kind.d.ts +127 -0
- package/lib/common/model/section/section-column-properties.d.ts +11 -0
- package/lib/common/model/section/section-properties.d.ts +40 -0
- package/lib/common/model/section/section-property-descriptor.d.ts +165 -0
- package/lib/common/model/section/section.d.ts +22 -0
- package/lib/common/model/sentence-model-builder.d.ts +54 -0
- package/lib/common/model/shadings/shading-info.d.ts +24 -0
- package/lib/common/model/shadings/shading-pattern-helper.d.ts +12 -0
- package/lib/common/model/shadings/shading-pattern.d.ts +56 -0
- package/lib/common/model/shapes/shape.d.ts +11 -0
- package/lib/common/model/simple-sentence-model-builder.d.ts +25 -0
- package/lib/common/model/special-characters.d.ts +51 -0
- package/lib/common/model/style-base.d.ts +16 -0
- package/lib/common/model/styles-manager.d.ts +77 -0
- package/lib/common/model/sub-document-collection.d.ts +13 -0
- package/lib/common/model/sub-document-infos.d.ts +51 -0
- package/lib/common/model/sub-document.d.ts +123 -0
- package/lib/common/model/tables/grid/grid-maker.d.ts +5 -0
- package/lib/common/model/tables/grid/table-cell-grid-info.d.ts +21 -0
- package/lib/common/model/tables/main-structures/table-cell.d.ts +41 -0
- package/lib/common/model/tables/main-structures/table-cell.js +90 -0
- package/lib/common/model/tables/main-structures/table-row.d.ts +32 -0
- package/lib/common/model/tables/main-structures/table-row.js +63 -0
- package/lib/common/model/tables/main-structures/table.d.ts +86 -0
- package/lib/common/model/tables/main-structures/table.js +305 -0
- package/lib/common/model/tables/properties/table-cell-descriptors.d.ts +85 -0
- package/lib/common/model/tables/properties/table-cell-descriptors.js +177 -0
- package/lib/common/model/tables/properties/table-cell-properties.d.ts +72 -0
- package/lib/common/model/tables/properties/table-descriptors.d.ts +95 -0
- package/lib/common/model/tables/properties/table-descriptors.js +199 -0
- package/lib/common/model/tables/properties/table-properties.d.ts +93 -0
- package/lib/common/model/tables/properties/table-row-descriptors.d.ts +33 -0
- package/lib/common/model/tables/properties/table-row-properties.d.ts +39 -0
- package/lib/common/model/tables/properties/table-row-property-descriptor.d.ts +11 -0
- package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.d.ts +98 -0
- package/lib/common/model/tables/properties-mergers/table-cell-properties-merger.js +206 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger-base.d.ts +23 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger.d.ts +93 -0
- package/lib/common/model/tables/properties-mergers/table-properties-merger.js +198 -0
- package/lib/common/model/tables/properties-mergers/table-row-properties-merger.d.ts +40 -0
- package/lib/common/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +87 -0
- package/lib/common/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +121 -0
- package/lib/common/model/tables/secondary-structures/table-base-structures.d.ts +98 -0
- package/lib/common/model/tables/secondary-structures/table-border-calculator.d.ts +12 -0
- package/lib/common/model/tables/secondary-structures/table-units.d.ts +36 -0
- package/lib/common/model/tables/styles/table-cell-style.d.ts +11 -0
- package/lib/common/model/tables/styles/table-conditional-style.d.ts +16 -0
- package/lib/common/model/tables/styles/table-style.d.ts +12 -0
- package/lib/common/model/tables/table-utils.d.ts +35 -0
- package/lib/common/model/tables/table-utils.js +293 -0
- package/lib/common/model/themes/culture-info.d.ts +4 -0
- package/lib/common/model/themes/enums.d.ts +64 -0
- package/lib/common/model/themes/office-theme-base.d.ts +14 -0
- package/lib/common/model/themes/theme-drawing-color-collection.d.ts +41 -0
- package/lib/common/model/themes/theme-font-scheme-part.d.ts +16 -0
- package/lib/common/model/themes/theme-font-scheme.d.ts +13 -0
- package/lib/common/model/themes/theme-format-scheme.d.ts +22 -0
- package/lib/common/model/web-settings.d.ts +9 -0
- package/lib/common/model-manager.d.ts +26 -0
- package/lib/common/model-request-handler.d.ts +4 -0
- package/lib/common/mouse-handler/base/manipulator-handler-base.d.ts +17 -0
- package/lib/common/mouse-handler/base/manipulator-handler-base.js +35 -0
- package/lib/common/mouse-handler/base/manipulator-handler-state-base.d.ts +9 -0
- package/lib/common/mouse-handler/drag-floating-objects-helper.d.ts +20 -0
- package/lib/common/mouse-handler/drag-floating-objects-helper.js +51 -0
- package/lib/common/mouse-handler/mouse-event-source.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +15 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +15 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +40 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-default-state.js +450 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +19 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +28 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +84 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +18 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +12 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +9 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +11 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +62 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +317 -0
- package/lib/common/mouse-handler/mouse-handler/mouse-handler.d.ts +35 -0
- package/lib/common/mouse-handler/resize-box-helper.d.ts +26 -0
- package/lib/common/mouse-handler/resize-box-helper.js +105 -0
- package/lib/common/mouse-handler/resize-table-helper.d.ts +53 -0
- package/lib/common/mouse-handler/resize-table-helper.js +148 -0
- package/lib/common/mouse-handler/rotate-box-helper.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-default-state.js +129 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-content-states.js +42 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +9 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +13 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +67 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +10 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +9 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +41 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-selection-states.js +178 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.d.ts +26 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-state-base.js +79 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +28 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler-waiting-states.js +117 -0
- package/lib/common/mouse-handler/touch-handler/touch-handler.d.ts +13 -0
- package/lib/common/popup-menu-manager.d.ts +21 -0
- package/lib/common/popup-menu-manager.js +65 -0
- package/lib/common/processor.d.ts +12 -0
- package/lib/common/rich-edit-core.d.ts +133 -0
- package/lib/common/rich-edit-core.js +417 -0
- package/lib/common/rich-utils/attribute-utils.d.ts +4 -0
- package/lib/common/rich-utils/attribute-utils.js +13 -0
- package/lib/common/rich-utils/common-interfaces.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +58 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +163 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +7 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +71 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +38 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +25 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +38 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +80 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +26 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +25 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +32 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +42 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +30 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +22 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +23 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +33 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +76 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +34 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +42 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +16 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +31 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +15 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +122 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +35 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +56 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +47 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +17 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +31 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +57 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +10 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +44 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +12 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +49 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +8 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +20 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +11 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +43 -0
- package/lib/common/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +19 -0
- package/lib/common/rich-utils/debug/debug-table.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/base-logger/i-logger.d.ts +6 -0
- package/lib/common/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +53 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-obj-to-str.js +285 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source-params.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log-source.d.ts +22 -0
- package/lib/common/rich-utils/debug/logger/base-logger/log.d.ts +2 -0
- package/lib/common/rich-utils/debug/logger/base-logger/logger.d.ts +27 -0
- package/lib/common/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +7 -0
- package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +20 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +4 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +10 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +9 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/layout-params-holder.js +39 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +29 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +9 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +14 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +5 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +11 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +8 -0
- package/lib/common/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +9 -0
- package/lib/common/rich-utils/debug/model-checks.d.ts +5 -0
- package/lib/common/rich-utils/debug/runtime-template-model-creator.d.ts +82 -0
- package/lib/common/rich-utils/debug/runtime-template-model-creator.js +609 -0
- package/lib/common/rich-utils/debug/runtime-test-helper.d.ts +49 -0
- package/lib/common/rich-utils/debug/runtime-test-helper.js +342 -0
- package/lib/common/rich-utils/display-numbering-string-formatter.d.ts +3 -0
- package/lib/common/rich-utils/html-converter.d.ts +9 -0
- package/lib/common/rich-utils/html-utils.d.ts +2 -0
- package/lib/common/rich-utils/html-utils.js +10 -0
- package/lib/common/rich-utils/inner-client-properties.d.ts +7 -0
- package/lib/common/rich-utils/layout/rich-layout-utils.d.ts +9 -0
- package/lib/common/rich-utils/layout/rich-layout-utils.js +38 -0
- package/lib/common/rich-utils/properties-bundle.d.ts +27 -0
- package/lib/common/rich-utils/table-utils-ex.d.ts +6 -0
- package/lib/common/scroll/canvas-states.d.ts +13 -0
- package/lib/common/scroll/model-scroll-manager.d.ts +13 -0
- package/lib/common/scroll/model-scroll-manager.js +18 -0
- package/lib/common/scroll/model-states.d.ts +64 -0
- package/lib/common/scroll/model-states.js +84 -0
- package/lib/common/scroll/scroll-formatter.d.ts +19 -0
- package/lib/common/scroll/scroll-formatter.js +39 -0
- package/lib/common/selection/i-active-sub-document-holder.d.ts +4 -0
- package/lib/common/selection/i-selection-changes-listener.d.ts +14 -0
- package/lib/common/selection/input-position-base.d.ts +67 -0
- package/lib/common/selection/input-position-model-changes-listener.d.ts +25 -0
- package/lib/common/selection/input-position-model-changes-listener.js +138 -0
- package/lib/common/selection/input-position.d.ts +14 -0
- package/lib/common/selection/input-position.js +42 -0
- package/lib/common/selection/selected-cells-engine.d.ts +66 -0
- package/lib/common/selection/selected-special-run-info.d.ts +27 -0
- package/lib/common/selection/selection-base.d.ts +6 -0
- package/lib/common/selection/selection-intervals-info.d.ts +32 -0
- package/lib/common/selection/selection-model-changes-listener.d.ts +12 -0
- package/lib/common/selection/selection-model-changes-listener.js +49 -0
- package/lib/common/selection/selection-state.d.ts +38 -0
- package/lib/common/selection/selection-state.js +109 -0
- package/lib/common/selection/selection.d.ts +79 -0
- package/lib/common/selection/selection.js +223 -0
- package/lib/common/selection/set-selection-params.d.ts +23 -0
- package/lib/common/spelling/helpers.d.ts +7 -0
- package/lib/common/spelling/intervals-collections.d.ts +35 -0
- package/lib/common/spelling/intervals-manager.d.ts +32 -0
- package/lib/common/spelling/intervals.d.ts +27 -0
- package/lib/common/spelling/listeners.d.ts +16 -0
- package/lib/common/spelling/spell-checker-selection-changes-listener.d.ts +12 -0
- package/lib/common/spelling/spell-checker-selection-changes-listener.js +31 -0
- package/lib/common/spelling/spell-checker.d.ts +47 -0
- package/lib/common/string-resources.d.ts +33 -0
- package/lib/common/ui/quick-search-panel.d.ts +46 -0
- package/lib/common/ui/ruler/controls/base.d.ts +19 -0
- package/lib/common/ui/ruler/controls/column.d.ts +53 -0
- package/lib/common/ui/ruler/controls/divisions.d.ts +34 -0
- package/lib/common/ui/ruler/controls/divisions.js +112 -0
- package/lib/common/ui/ruler/controls/indent/base.d.ts +21 -0
- package/lib/common/ui/ruler/controls/indent/first-line.d.ts +17 -0
- package/lib/common/ui/ruler/controls/indent/left.d.ts +21 -0
- package/lib/common/ui/ruler/controls/indent/right.d.ts +18 -0
- package/lib/common/ui/ruler/controls/margin/base.d.ts +24 -0
- package/lib/common/ui/ruler/controls/margin/left.d.ts +15 -0
- package/lib/common/ui/ruler/controls/margin/right.d.ts +14 -0
- package/lib/common/ui/ruler/controls/owner.d.ts +31 -0
- package/lib/common/ui/ruler/controls/ruler.d.ts +19 -0
- package/lib/common/ui/ruler/controls/shadow.d.ts +5 -0
- package/lib/common/ui/ruler/controls/tab/tab-type.d.ts +18 -0
- package/lib/common/ui/ruler/controls/tab/tab-type.js +67 -0
- package/lib/common/ui/ruler/controls/tab/tab.d.ts +58 -0
- package/lib/common/ui/ruler/controls/tab/tab.js +258 -0
- package/lib/common/ui/ruler/controls/tab/utils.d.ts +7 -0
- package/lib/common/ui/ruler/controls/tab/utils.js +47 -0
- package/lib/common/ui/ruler/controls/table.d.ts +42 -0
- package/lib/common/ui/ruler/controls/template-manager.d.ts +11 -0
- package/lib/common/ui/ruler/controls/vertical-line.d.ts +24 -0
- package/lib/common/ui/ruler/controls/wrapper.d.ts +7 -0
- package/lib/common/ui/ruler/events/mouse.d.ts +28 -0
- package/lib/common/ui/ruler/events/scroll.d.ts +11 -0
- package/lib/common/ui/ruler/manager.d.ts +48 -0
- package/lib/common/ui/ruler/manager.js +129 -0
- package/lib/common/ui/ruler/model-data.d.ts +21 -0
- package/lib/common/ui/ruler/mouse-handler.d.ts +28 -0
- package/lib/common/ui/ruler/ruler.d.ts +56 -0
- package/lib/common/ui/ruler/ruler.js +206 -0
- package/lib/common/ui/ruler/settings.d.ts +56 -0
- package/lib/common/ui/search-manager.d.ts +27 -0
- package/lib/common/ui/search-manager.js +76 -0
- package/lib/common/utils/bookmark-finder.d.ts +3 -0
- package/lib/common/utils/direction-adaptor/i-direction-adaptor.d.ts +16 -0
- package/lib/common/utils/direction-adaptor/i-direction-adaptor.js +1 -0
- package/lib/common/utils/direction-adaptor/x-direction-adaptor.d.ts +28 -0
- package/lib/common/utils/direction-adaptor/y-direction-adaptor.d.ts +28 -0
- package/lib/common/utils/event-dispatcher.d.ts +10 -0
- package/lib/common/utils/get-layout-point.d.ts +8 -0
- package/lib/common/utils/get-layout-point.js +24 -0
- package/lib/common/utils/hexadecimal-converter.d.ts +3 -0
- package/lib/common/utils/map-creator.d.ts +8 -0
- package/lib/common/utils/min-max.d.ts +2 -0
- package/lib/common/utils/number-converter.d.ts +6 -0
- package/lib/common/utils/relative-rect.d.ts +4 -0
- package/lib/common/utils/size-utils.d.ts +4 -0
- package/lib/common/utils/size-utils.js +12 -0
- package/lib/common/utils/sub-document-changes-storer.d.ts +9 -0
- package/lib/common/utils/unit-converter.d.ts +21 -0
- package/lib/common/utils/utils.d.ts +13 -0
- package/lib/common/utils/web-utils/base.d.ts +4 -0
- package/lib/common/view-settings/views-settings.d.ts +32 -0
- package/lib/common/word-bounds-engine/layout-word-bounds-group-separator.d.ts +18 -0
- package/lib/common/word-bounds-engine/layout-word-bounds.d.ts +41 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +24 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +11 -0
- package/lib/common/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +11 -0
- package/package.json +3 -3
- package/lib/api-utils/api-utils/parameter-checker.d.ts +0 -24
- package/lib/base/auto-correct/auto-correct-providers.d.ts +0 -61
- package/lib/base/auto-correct/auto-correct-providers.js +0 -273
- package/lib/base/auto-correct/auto-correct-service.d.ts +0 -11
- package/lib/base/bars/base.d.ts +0 -25
- package/lib/base/bars/base.js +0 -76
- package/lib/base/bars/context-menu.d.ts +0 -21
- package/lib/base/bars/context-menu.js +0 -134
- package/lib/base/bars/interfaces.d.ts +0 -36
- package/lib/base/bars/ribbon.d.ts +0 -26
- package/lib/base/bars/ribbon.js +0 -158
- package/lib/base/canvas/canvas-manager.d.ts +0 -74
- package/lib/base/canvas/canvas-manager.js +0 -386
- package/lib/base/canvas/canvas-scroll-info.d.ts +0 -30
- package/lib/base/canvas/canvas-scroll-manager.d.ts +0 -23
- package/lib/base/canvas/canvas-scroll-manager.js +0 -106
- package/lib/base/canvas/canvas-size-info.d.ts +0 -23
- package/lib/base/canvas/canvas-size-info.js +0 -51
- package/lib/base/canvas/listeners/anchor-listener.d.ts +0 -13
- package/lib/base/canvas/listeners/anchor-listener.js +0 -17
- package/lib/base/canvas/listeners/auto-scroll-listener.d.ts +0 -14
- package/lib/base/canvas/listeners/auto-scroll-listener.js +0 -35
- package/lib/base/canvas/listeners/drag-caret-listener.d.ts +0 -6
- package/lib/base/canvas/listeners/drag-caret-listener.js +0 -8
- package/lib/base/canvas/listeners/frame-base-listener.d.ts +0 -33
- package/lib/base/canvas/listeners/full-table-selector-listener.d.ts +0 -5
- package/lib/base/canvas/listeners/full-table-selector-listener.js +0 -7
- package/lib/base/canvas/listeners/resize-box-listener.d.ts +0 -22
- package/lib/base/canvas/listeners/resize-table-listener.d.ts +0 -5
- package/lib/base/canvas/listeners/resize-table-listener.js +0 -7
- package/lib/base/canvas/renderes/canvas-listener/canvas-listener.d.ts +0 -16
- package/lib/base/canvas/renderes/canvas-listener/canvas-listener.js +0 -21
- package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.d.ts +0 -15
- package/lib/base/canvas/renderes/canvas-listener/print-layout-view-canvas-listener.js +0 -158
- package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.d.ts +0 -34
- package/lib/base/canvas/renderes/canvas-listener/simple-view-canvas-listener.js +0 -134
- package/lib/base/canvas/renderes/change-active-sub-document/base-renderer.d.ts +0 -25
- package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.d.ts +0 -6
- package/lib/base/canvas/renderes/change-active-sub-document/floating-picture-renderer.js +0 -25
- package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.d.ts +0 -16
- package/lib/base/canvas/renderes/change-active-sub-document/header-footer-labels-renderer.js +0 -122
- package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.d.ts +0 -15
- package/lib/base/canvas/renderes/change-active-sub-document/main-header-footer-renderer.js +0 -57
- package/lib/base/canvas/renderes/change-active-sub-document/renderer.d.ts +0 -21
- package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.d.ts +0 -6
- package/lib/base/canvas/renderes/change-active-sub-document/text-box-renderer.js +0 -45
- package/lib/base/canvas/renderes/common/document-renderer.d.ts +0 -126
- package/lib/base/canvas/renderes/common/document-renderer.js +0 -868
- package/lib/base/canvas/renderes/common/print-layout-renderer.d.ts +0 -7
- package/lib/base/canvas/renderes/common/simple-view-renderer.d.ts +0 -30
- package/lib/base/canvas/renderes/common/simple-view-renderer.js +0 -166
- package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.d.ts +0 -12
- package/lib/base/canvas/renderes/selection-renderers/misspelled-selection-renderer.js +0 -24
- package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.d.ts +0 -14
- package/lib/base/canvas/renderes/selection-renderers/range-permission-renderer.js +0 -29
- package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.d.ts +0 -12
- package/lib/base/canvas/renderes/selection-renderers/search-selection-renderer.js +0 -24
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.d.ts +0 -19
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer-base.js +0 -54
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer.d.ts +0 -23
- package/lib/base/canvas/renderes/selection-renderers/selection-renderer.js +0 -65
- package/lib/base/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.d.ts +0 -20
- package/lib/base/canvas/renderes/view-manager.d.ts +0 -71
- package/lib/base/canvas/renderes/view-manager.js +0 -172
- package/lib/base/canvas/utils.d.ts +0 -5
- package/lib/base/client-side-events.d.ts +0 -25
- package/lib/base/clipboard-content-inserter.d.ts +0 -12
- package/lib/base/clipboard-content-inserter.js +0 -107
- package/lib/base/commands/bookmark-command.d.ts +0 -24
- package/lib/base/commands/bookmark-command.js +0 -88
- package/lib/base/commands/character-properties/change-character-properties-command-base.d.ts +0 -21
- package/lib/base/commands/character-properties/change-character-properties-command-base.js +0 -83
- package/lib/base/commands/character-properties/change-font-back-color-command.d.ts +0 -17
- package/lib/base/commands/character-properties/change-font-back-color-command.js +0 -33
- package/lib/base/commands/character-properties/change-font-color-command.d.ts +0 -10
- package/lib/base/commands/character-properties/change-font-color-command.js +0 -18
- package/lib/base/commands/character-properties/change-font-name-command.d.ts +0 -8
- package/lib/base/commands/character-properties/change-font-name-command.js +0 -28
- package/lib/base/commands/character-properties/change-font-size-command.d.ts +0 -20
- package/lib/base/commands/character-properties/change-font-size-command.js +0 -75
- package/lib/base/commands/character-properties/toggle-font-bold-command.d.ts +0 -7
- package/lib/base/commands/character-properties/toggle-font-bold-command.js +0 -10
- package/lib/base/commands/character-properties/toggle-font-italic-command.d.ts +0 -7
- package/lib/base/commands/character-properties/toggle-font-italic-command.js +0 -10
- package/lib/base/commands/character-properties/toggle-font-script-command.d.ts +0 -17
- package/lib/base/commands/character-properties/toggle-font-script-command.js +0 -30
- package/lib/base/commands/character-properties/toggle-font-strikeout-command.d.ts +0 -8
- package/lib/base/commands/character-properties/toggle-font-strikeout-command.js +0 -11
- package/lib/base/commands/character-properties/toggle-font-underline-command.d.ts +0 -17
- package/lib/base/commands/character-properties/toggle-font-underline-command.js +0 -30
- package/lib/base/commands/client-command.d.ts +0 -421
- package/lib/base/commands/command-base.d.ts +0 -73
- package/lib/base/commands/command-base.js +0 -207
- package/lib/base/commands/command-manager.d.ts +0 -33
- package/lib/base/commands/command-states.d.ts +0 -39
- package/lib/base/commands/dialogs/dialog-alert-message-command.d.ts +0 -92
- package/lib/base/commands/dialogs/dialog-bookmarks-command.d.ts +0 -29
- package/lib/base/commands/dialogs/dialog-bookmarks-command.js +0 -64
- package/lib/base/commands/dialogs/dialog-border-shading-command.d.ts +0 -75
- package/lib/base/commands/dialogs/dialog-border-shading-command.js +0 -279
- package/lib/base/commands/dialogs/dialog-columns-command.d.ts +0 -127
- package/lib/base/commands/dialogs/dialog-columns-command.js +0 -499
- package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.d.ts +0 -60
- package/lib/base/commands/dialogs/dialog-custom-numbering-list-command.js +0 -293
- package/lib/base/commands/dialogs/dialog-find-replace-command.d.ts +0 -27
- package/lib/base/commands/dialogs/dialog-find-replace-command.js +0 -75
- package/lib/base/commands/dialogs/dialog-finish-and-merge-command.d.ts +0 -34
- package/lib/base/commands/dialogs/dialog-finish-and-merge-command.js +0 -62
- package/lib/base/commands/dialogs/dialog-font-command.d.ts +0 -49
- package/lib/base/commands/dialogs/dialog-font-command.js +0 -168
- package/lib/base/commands/dialogs/dialog-hyperlink-command.d.ts +0 -39
- package/lib/base/commands/dialogs/dialog-hyperlink-command.js +0 -154
- package/lib/base/commands/dialogs/dialog-insert-image-command.d.ts +0 -22
- package/lib/base/commands/dialogs/dialog-insert-image-command.js +0 -51
- package/lib/base/commands/dialogs/dialog-insert-merge-field-command.d.ts +0 -20
- package/lib/base/commands/dialogs/dialog-insert-merge-field-command.js +0 -44
- package/lib/base/commands/dialogs/dialog-insert-table-cells-command.d.ts +0 -31
- package/lib/base/commands/dialogs/dialog-insert-table-cells-command.js +0 -97
- package/lib/base/commands/dialogs/dialog-insert-table-command.d.ts +0 -17
- package/lib/base/commands/dialogs/dialog-layout-options-command.d.ts +0 -61
- package/lib/base/commands/dialogs/dialog-layout-options-command.js +0 -372
- package/lib/base/commands/dialogs/dialog-numbering-list-command.d.ts +0 -24
- package/lib/base/commands/dialogs/dialog-numbering-list-command.js +0 -121
- package/lib/base/commands/dialogs/dialog-page-setup-command.d.ts +0 -56
- package/lib/base/commands/dialogs/dialog-page-setup-command.js +0 -215
- package/lib/base/commands/dialogs/dialog-paragraph-properties-command.d.ts +0 -45
- package/lib/base/commands/dialogs/dialog-paragraph-properties-command.js +0 -174
- package/lib/base/commands/dialogs/dialog-spell-checker-command.d.ts +0 -38
- package/lib/base/commands/dialogs/dialog-spell-checker-command.js +0 -82
- package/lib/base/commands/dialogs/dialog-split-table-cells-command.d.ts +0 -22
- package/lib/base/commands/dialogs/dialog-symbols-command.d.ts +0 -27
- package/lib/base/commands/dialogs/dialog-symbols-command.js +0 -73
- package/lib/base/commands/dialogs/dialog-table-properties-command.d.ts +0 -85
- package/lib/base/commands/dialogs/dialog-table-properties-command.js +0 -417
- package/lib/base/commands/dialogs/dialog-tabs-command.d.ts +0 -20
- package/lib/base/commands/dialogs/dialog-tabs-command.js +0 -75
- package/lib/base/commands/dialogs/show-dialog-command-base.d.ts +0 -28
- package/lib/base/commands/dialogs/show-quick-search-panel-command.d.ts +0 -8
- package/lib/base/commands/document/print-document-on-client-command.d.ts +0 -19
- package/lib/base/commands/document/print-document-on-client-command.js +0 -249
- package/lib/base/commands/document-properties/change-page-color-command.d.ts +0 -10
- package/lib/base/commands/document-properties/change-page-color-command.js +0 -26
- package/lib/base/commands/fields/change-hyperlink-command.d.ts +0 -16
- package/lib/base/commands/fields/change-hyperlink-command.js +0 -23
- package/lib/base/commands/fields/create-field-command.d.ts +0 -79
- package/lib/base/commands/fields/create-field-command.js +0 -228
- package/lib/base/commands/fields/field-command-helper.d.ts +0 -8
- package/lib/base/commands/fields/field-command-helper.js +0 -39
- package/lib/base/commands/fields/go-to-record-command.d.ts +0 -28
- package/lib/base/commands/fields/go-to-record-command.js +0 -65
- package/lib/base/commands/fields/hyperlink-command-base.d.ts +0 -7
- package/lib/base/commands/fields/hyperlink-command-base.js +0 -16
- package/lib/base/commands/fields/open-hyperlink-command.d.ts +0 -10
- package/lib/base/commands/fields/open-hyperlink-command.js +0 -39
- package/lib/base/commands/fields/remove-hyperlink-command.d.ts +0 -7
- package/lib/base/commands/fields/remove-hyperlinks-command.d.ts +0 -9
- package/lib/base/commands/fields/remove-hyperlinks-command.js +0 -41
- package/lib/base/commands/fields/show-all-field-code-result-command.d.ts +0 -13
- package/lib/base/commands/fields/show-all-field-code-result-command.js +0 -27
- package/lib/base/commands/fields/toggle-all-fields-command.d.ts +0 -9
- package/lib/base/commands/fields/toggle-all-fields-command.js +0 -37
- package/lib/base/commands/fields/toggle-field-codes-command.d.ts +0 -9
- package/lib/base/commands/fields/toggle-field-codes-command.js +0 -99
- package/lib/base/commands/fields/toggle-view-merged-data-command.d.ts +0 -10
- package/lib/base/commands/fields/toggle-view-merged-data-command.js +0 -32
- package/lib/base/commands/fields/update-all-fields-command.d.ts +0 -9
- package/lib/base/commands/fields/update-all-fields-command.js +0 -24
- package/lib/base/commands/fields/update-field-command-base.d.ts +0 -10
- package/lib/base/commands/fields/update-field-command-base.js +0 -17
- package/lib/base/commands/fields/update-field-command.d.ts +0 -19
- package/lib/base/commands/fields/update-field-command.js +0 -49
- package/lib/base/commands/fields/update-table-of-contents-command.d.ts +0 -8
- package/lib/base/commands/fields/update-table-of-contents-command.js +0 -31
- package/lib/base/commands/find-replace/find-all-command.d.ts +0 -17
- package/lib/base/commands/find-replace/find-all-command.js +0 -36
- package/lib/base/commands/find-replace/hide-find-results-command.d.ts +0 -8
- package/lib/base/commands/find-replace/replace-all-command.d.ts +0 -14
- package/lib/base/commands/find-replace/replace-all-command.js +0 -26
- package/lib/base/commands/find-replace/replace-next-command.d.ts +0 -10
- package/lib/base/commands/find-replace/replace-next-command.js +0 -24
- package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.d.ts +0 -11
- package/lib/base/commands/floating-objects/change-anchored-picture-scale-command.js +0 -30
- package/lib/base/commands/floating-objects/change-shape-property-command.d.ts +0 -32
- package/lib/base/commands/floating-objects/change-shape-property-command.js +0 -99
- package/lib/base/commands/floating-objects/change-text-box-properties-command.d.ts +0 -11
- package/lib/base/commands/floating-objects/change-text-box-properties-command.js +0 -34
- package/lib/base/commands/floating-objects/context-item-floating-objects.d.ts +0 -14
- package/lib/base/commands/floating-objects/floating-object-bring-forward-command.d.ts +0 -28
- package/lib/base/commands/floating-objects/floating-object-bring-forward-command.js +0 -61
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +0 -46
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.js +0 -251
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.d.ts +0 -9
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.js +0 -54
- package/lib/base/commands/floating-objects/set-floating-object-alignment-command.d.ts +0 -52
- package/lib/base/commands/floating-objects/set-floating-object-alignment-command.js +0 -132
- package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.d.ts +0 -39
- package/lib/base/commands/floating-objects/set-floating-object-text-wrap-type-command.js +0 -110
- package/lib/base/commands/header-footer/close-header-footer-command.d.ts +0 -8
- package/lib/base/commands/header-footer/context-item-headers-footers.d.ts +0 -6
- package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.d.ts +0 -18
- package/lib/base/commands/header-footer/different-first-odd-even-page-header-footer-command.js +0 -58
- package/lib/base/commands/header-footer/go-to-header-footer-command.d.ts +0 -14
- package/lib/base/commands/header-footer/go-to-prev-next-header-footer-command.d.ts +0 -14
- package/lib/base/commands/header-footer/header-footer-command-base.d.ts +0 -14
- package/lib/base/commands/header-footer/header-footer-command-base.js +0 -31
- package/lib/base/commands/header-footer/insert-header-footer-commands.d.ts +0 -17
- package/lib/base/commands/header-footer/insert-header-footer-commands.js +0 -43
- package/lib/base/commands/header-footer/link-header-footer-commands.d.ts +0 -18
- package/lib/base/commands/header-footer/link-header-footer-commands.js +0 -100
- package/lib/base/commands/i-command.d.ts +0 -18
- package/lib/base/commands/layout/apply-style-command.d.ts +0 -20
- package/lib/base/commands/layout/apply-style-command.js +0 -152
- package/lib/base/commands/layout/clear-formatting-command.d.ts +0 -11
- package/lib/base/commands/layout/clear-formatting-command.js +0 -90
- package/lib/base/commands/layout/switch-view-command.d.ts +0 -19
- package/lib/base/commands/layout/switch-view-command.js +0 -55
- package/lib/base/commands/layout/toggle-full-screen-command.d.ts +0 -9
- package/lib/base/commands/layout/toggle-full-screen-command.js +0 -22
- package/lib/base/commands/layout/toggle-show-hidden-symbols-command.d.ts +0 -9
- package/lib/base/commands/layout/toggle-show-table-grid-lines-command.d.ts +0 -10
- package/lib/base/commands/layout/toggle-show-table-grid-lines-command.js +0 -25
- package/lib/base/commands/numbering/change-numbering-indent-command.d.ts +0 -27
- package/lib/base/commands/numbering/change-numbering-indent-command.js +0 -104
- package/lib/base/commands/numbering/continue-numbering-list-command.d.ts +0 -9
- package/lib/base/commands/numbering/continue-numbering-list-command.js +0 -43
- package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.d.ts +0 -13
- package/lib/base/commands/numbering/insert-numeration-to-paragraphs-command.js +0 -37
- package/lib/base/commands/numbering/numbering-list-command-base.d.ts +0 -41
- package/lib/base/commands/numbering/numbering-list-command-base.js +0 -291
- package/lib/base/commands/numbering/remove-numeration-from-paragraphs-command.d.ts +0 -10
- package/lib/base/commands/numbering/restart-numbering-list-command.d.ts +0 -8
- package/lib/base/commands/numbering/restart-numbering-list-command.js +0 -44
- package/lib/base/commands/numbering/toggle-bulleted-list-command.d.ts +0 -7
- package/lib/base/commands/numbering/toggle-bulleted-list-command.js +0 -11
- package/lib/base/commands/numbering/toggle-multi-level-list-command.d.ts +0 -7
- package/lib/base/commands/numbering/toggle-multi-level-list-command.js +0 -11
- package/lib/base/commands/numbering/toggle-numbering-list-command.d.ts +0 -13
- package/lib/base/commands/numbering/toggle-numbering-list-command.js +0 -60
- package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.d.ts +0 -11
- package/lib/base/commands/paragraph-properties/add-spacing-after-paragraph-command.js +0 -28
- package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/add-spacing-before-paragraph-command.js +0 -14
- package/lib/base/commands/paragraph-properties/change-heading-level-command.d.ts +0 -7
- package/lib/base/commands/paragraph-properties/change-heading-level-command.js +0 -10
- package/lib/base/commands/paragraph-properties/change-indent-command.d.ts +0 -22
- package/lib/base/commands/paragraph-properties/change-indent-command.js +0 -53
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.d.ts +0 -13
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.js +0 -35
- package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.d.ts +0 -28
- package/lib/base/commands/paragraph-properties/change-paragraph-indent-from-first-row-command.js +0 -113
- package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.d.ts +0 -20
- package/lib/base/commands/paragraph-properties/change-paragraph-left-indent-command.js +0 -88
- package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.d.ts +0 -18
- package/lib/base/commands/paragraph-properties/change-paragraph-properties-command-base.js +0 -53
- package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.d.ts +0 -17
- package/lib/base/commands/paragraph-properties/paragraph-indent-command-base.js +0 -77
- package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/remove-spacing-after-paragraph-command.js +0 -13
- package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.d.ts +0 -8
- package/lib/base/commands/paragraph-properties/remove-spacing-before-paragraph-command.js +0 -13
- package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.d.ts +0 -19
- package/lib/base/commands/paragraph-properties/set-double-paragraph-spacing-command.js +0 -28
- package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.d.ts +0 -25
- package/lib/base/commands/paragraph-properties/toggle-paragraph-alignment-command.js +0 -48
- package/lib/base/commands/redo-command.d.ts +0 -9
- package/lib/base/commands/redo-command.js +0 -21
- package/lib/base/commands/ruler/ruler-paragraph-indents-command.d.ts +0 -21
- package/lib/base/commands/ruler/ruler-paragraph-indents-command.js +0 -82
- package/lib/base/commands/ruler/ruler-paragraph-tabs-command.d.ts +0 -36
- package/lib/base/commands/ruler/ruler-paragraph-tabs-command.js +0 -59
- package/lib/base/commands/ruler/ruler-section-columns-settings-command.d.ts +0 -9
- package/lib/base/commands/ruler/ruler-section-columns-settings-command.js +0 -59
- package/lib/base/commands/ruler/ruler-section-margins-command.d.ts +0 -17
- package/lib/base/commands/ruler/ruler-section-margins-command.js +0 -61
- package/lib/base/commands/ruler/ruler-table-column-separators-command.d.ts +0 -33
- package/lib/base/commands/ruler/ruler-table-column-separators-command.js +0 -156
- package/lib/base/commands/ruler/ruler-table-commands.d.ts +0 -34
- package/lib/base/commands/ruler/ruler-table-commands.js +0 -133
- package/lib/base/commands/ruler/toggle-show-horizontal-ruler-command.d.ts +0 -9
- package/lib/base/commands/section-properties/change-footer-offset-command.d.ts +0 -12
- package/lib/base/commands/section-properties/change-footer-offset-command.js +0 -20
- package/lib/base/commands/section-properties/change-header-offset-command.d.ts +0 -12
- package/lib/base/commands/section-properties/change-header-offset-command.js +0 -20
- package/lib/base/commands/section-properties/change-section-properties-command-base.d.ts +0 -11
- package/lib/base/commands/section-properties/section-properties-command-base.d.ts +0 -18
- package/lib/base/commands/section-properties/section-properties-command-base.js +0 -66
- package/lib/base/commands/section-properties/set-landscape-command.d.ts +0 -16
- package/lib/base/commands/section-properties/set-landscape-command.js +0 -44
- package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.d.ts +0 -31
- package/lib/base/commands/section-properties/set-predefined-section-page-margins-commands.js +0 -75
- package/lib/base/commands/section-properties/set-section-column-count-commands.d.ts +0 -26
- package/lib/base/commands/section-properties/set-section-column-count-commands.js +0 -57
- package/lib/base/commands/section-properties/set-section-paper-kind-commands.d.ts +0 -57
- package/lib/base/commands/section-properties/set-section-paper-kind-commands.js +0 -102
- package/lib/base/commands/selection/go-to-document-end-command.d.ts +0 -18
- package/lib/base/commands/selection/go-to-document-start-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-line-above-command.d.ts +0 -25
- package/lib/base/commands/selection/go-to-line-above-command.js +0 -67
- package/lib/base/commands/selection/go-to-line-below-command.d.ts +0 -25
- package/lib/base/commands/selection/go-to-line-below-command.js +0 -66
- package/lib/base/commands/selection/go-to-line-end-command.d.ts +0 -20
- package/lib/base/commands/selection/go-to-line-end-command.js +0 -45
- package/lib/base/commands/selection/go-to-line-start-command.d.ts +0 -13
- package/lib/base/commands/selection/go-to-line-start-command.js +0 -35
- package/lib/base/commands/selection/go-to-line-vertically-command-base.d.ts +0 -30
- package/lib/base/commands/selection/go-to-line-vertically-command-base.js +0 -175
- package/lib/base/commands/selection/go-to-next-character-command.d.ts +0 -22
- package/lib/base/commands/selection/go-to-next-character-command.js +0 -140
- package/lib/base/commands/selection/go-to-next-page-command.d.ts +0 -16
- package/lib/base/commands/selection/go-to-next-page-command.js +0 -56
- package/lib/base/commands/selection/go-to-next-word-command.d.ts +0 -14
- package/lib/base/commands/selection/go-to-next-word-command.js +0 -35
- package/lib/base/commands/selection/go-to-paragraph-end-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-paragraph-end-command.js +0 -51
- package/lib/base/commands/selection/go-to-paragraph-start-command.d.ts +0 -15
- package/lib/base/commands/selection/go-to-paragraph-start-command.js +0 -55
- package/lib/base/commands/selection/go-to-prev-character-command.d.ts +0 -23
- package/lib/base/commands/selection/go-to-prev-character-command.js +0 -121
- package/lib/base/commands/selection/go-to-prev-page-command.d.ts +0 -17
- package/lib/base/commands/selection/go-to-prev-page-command.js +0 -58
- package/lib/base/commands/selection/go-to-prev-word-command.d.ts +0 -16
- package/lib/base/commands/selection/go-to-prev-word-command.js +0 -52
- package/lib/base/commands/selection/go-to-start-page-command-base.d.ts +0 -23
- package/lib/base/commands/selection/go-to-start-page-command-base.js +0 -58
- package/lib/base/commands/selection/select-all-document-command.d.ts +0 -8
- package/lib/base/commands/selection/select-line-command.d.ts +0 -18
- package/lib/base/commands/selection/select-line-command.js +0 -98
- package/lib/base/commands/selection/select-paragraph-command.d.ts +0 -7
- package/lib/base/commands/selection/select-table-command.d.ts +0 -56
- package/lib/base/commands/selection/select-table-command.js +0 -188
- package/lib/base/commands/selection/selection-command-base.d.ts +0 -7
- package/lib/base/commands/shortcut-manager.d.ts +0 -37
- package/lib/base/commands/shortcuts/assign-shortcut-command.d.ts +0 -15
- package/lib/base/commands/spelling/add-word-to-dictionary-command.d.ts +0 -10
- package/lib/base/commands/spelling/add-word-to-dictionary-command.js +0 -15
- package/lib/base/commands/spelling/change-all-spelling-errors-command.d.ts +0 -10
- package/lib/base/commands/spelling/change-all-spelling-errors-command.js +0 -22
- package/lib/base/commands/spelling/change-spelling-error-command-base.d.ts +0 -6
- package/lib/base/commands/spelling/change-spelling-error-command-base.js +0 -18
- package/lib/base/commands/spelling/change-spelling-error-command.d.ts +0 -14
- package/lib/base/commands/spelling/change-spelling-error-command.js +0 -27
- package/lib/base/commands/spelling/delete-repeated-word-command.d.ts +0 -9
- package/lib/base/commands/spelling/delete-repeated-word-command.js +0 -19
- package/lib/base/commands/spelling/ignore-all-spelling-errors-command.d.ts +0 -9
- package/lib/base/commands/spelling/ignore-all-spelling-errors-command.js +0 -12
- package/lib/base/commands/spelling/ignore-spelling-error-command.d.ts +0 -7
- package/lib/base/commands/spelling/spelling-command-base.d.ts +0 -9
- package/lib/base/commands/sub-document/change-active-sub-document-command.d.ts +0 -47
- package/lib/base/commands/sub-document/change-active-sub-document-command.js +0 -224
- package/lib/base/commands/tables/apply-table-style-command.d.ts +0 -9
- package/lib/base/commands/tables/apply-table-style-command.js +0 -39
- package/lib/base/commands/tables/auto-fit-commands.d.ts +0 -19
- package/lib/base/commands/tables/auto-fit-commands.js +0 -92
- package/lib/base/commands/tables/change-table-border-repository-item.d.ts +0 -20
- package/lib/base/commands/tables/change-table-border-repository-item.js +0 -57
- package/lib/base/commands/tables/change-table-cell-alignment-command.d.ts +0 -51
- package/lib/base/commands/tables/change-table-cell-alignment-command.js +0 -123
- package/lib/base/commands/tables/change-table-cell-shading-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-cell-shading-command.js +0 -66
- package/lib/base/commands/tables/change-table-cell-width-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-cell-width-command.js +0 -31
- package/lib/base/commands/tables/change-table-column-width-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-column-width-command.js +0 -53
- package/lib/base/commands/tables/change-table-look-command.d.ts +0 -39
- package/lib/base/commands/tables/change-table-look-command.js +0 -106
- package/lib/base/commands/tables/change-table-row-height-command.d.ts +0 -9
- package/lib/base/commands/tables/change-table-row-height-command.js +0 -35
- package/lib/base/commands/tables/context-item-tables.d.ts +0 -7
- package/lib/base/commands/tables/delete-table-cells-by-backspace.d.ts +0 -8
- package/lib/base/commands/tables/delete-table-cells-by-backspace.js +0 -22
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -13
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-horizontally-command.js +0 -55
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.d.ts +0 -10
- package/lib/base/commands/tables/delete-table-cells-with-shift-to-the-vertically-command.js +0 -49
- package/lib/base/commands/tables/delete-table-columns-command.d.ts +0 -12
- package/lib/base/commands/tables/delete-table-columns-command.js +0 -81
- package/lib/base/commands/tables/delete-table-command.d.ts +0 -9
- package/lib/base/commands/tables/delete-table-command.js +0 -22
- package/lib/base/commands/tables/delete-table-rows-command.d.ts +0 -9
- package/lib/base/commands/tables/delete-table-rows-command.js +0 -35
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.d.ts +0 -15
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-horizontally-command.js +0 -39
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.d.ts +0 -19
- package/lib/base/commands/tables/insert-table-cells-with-shift-to-the-vertically-command.js +0 -103
- package/lib/base/commands/tables/insert-table-column-commands.d.ts +0 -33
- package/lib/base/commands/tables/insert-table-column-commands.js +0 -101
- package/lib/base/commands/tables/insert-table-core-command.d.ts +0 -11
- package/lib/base/commands/tables/insert-table-core-command.js +0 -34
- package/lib/base/commands/tables/insert-table-row-commands.d.ts +0 -23
- package/lib/base/commands/tables/insert-table-row-commands.js +0 -47
- package/lib/base/commands/tables/merge-table-cells-command.d.ts +0 -12
- package/lib/base/commands/tables/merge-table-cells-command.js +0 -53
- package/lib/base/commands/tables/row-command-base.d.ts +0 -6
- package/lib/base/commands/tables/split-table-cells-command.d.ts +0 -23
- package/lib/base/commands/tables/split-table-cells-command.js +0 -177
- package/lib/base/commands/tables/table-command-base.d.ts +0 -6
- package/lib/base/commands/tables/toggle-table-cells-border-command.d.ts +0 -153
- package/lib/base/commands/tables/toggle-table-cells-border-command.js +0 -721
- package/lib/base/commands/text/backspace-command.d.ts +0 -20
- package/lib/base/commands/text/backspace-command.js +0 -134
- package/lib/base/commands/text/change-inline-picture-scale-command.d.ts +0 -8
- package/lib/base/commands/text/change-inline-picture-scale-command.js +0 -26
- package/lib/base/commands/text/change-text-case-commands.d.ts +0 -42
- package/lib/base/commands/text/change-text-case-commands.js +0 -135
- package/lib/base/commands/text/clipboard-commands.d.ts +0 -98
- package/lib/base/commands/text/clipboard-commands.js +0 -434
- package/lib/base/commands/text/delete-command.d.ts +0 -8
- package/lib/base/commands/text/delete-command.js +0 -43
- package/lib/base/commands/text/drag-drop-commands.d.ts +0 -17
- package/lib/base/commands/text/drag-drop-commands.js +0 -139
- package/lib/base/commands/text/insert-column-break-command.d.ts +0 -8
- package/lib/base/commands/text/insert-column-break-command.js +0 -17
- package/lib/base/commands/text/insert-line-break-command.d.ts +0 -7
- package/lib/base/commands/text/insert-line-break-command.js +0 -12
- package/lib/base/commands/text/insert-page-break-command.d.ts +0 -8
- package/lib/base/commands/text/insert-page-break-command.js +0 -29
- package/lib/base/commands/text/insert-paragraph-command.d.ts +0 -15
- package/lib/base/commands/text/insert-paragraph-command.js +0 -64
- package/lib/base/commands/text/insert-section-break-command.d.ts +0 -19
- package/lib/base/commands/text/insert-section-break-command.js +0 -39
- package/lib/base/commands/text/insert-space-command.d.ts +0 -13
- package/lib/base/commands/text/insert-space-command.js +0 -26
- package/lib/base/commands/text/insert-tab-command.d.ts +0 -37
- package/lib/base/commands/text/insert-tab-command.js +0 -198
- package/lib/base/commands/text/insert-text-command.d.ts +0 -13
- package/lib/base/commands/text/insert-text-command.js +0 -68
- package/lib/base/commands/text/remove-word-command.d.ts +0 -20
- package/lib/base/commands/text/remove-word-command.js +0 -67
- package/lib/base/commands/toc/set-paragraph-level-command.d.ts +0 -44
- package/lib/base/commands/toc/set-paragraph-level-command.js +0 -82
- package/lib/base/commands/undo-command.d.ts +0 -9
- package/lib/base/commands/undo-command.js +0 -21
- package/lib/base/event-manager.d.ts +0 -64
- package/lib/base/event-manager.js +0 -230
- package/lib/base/focus-manager.d.ts +0 -16
- package/lib/base/global-event-dispatcher.d.ts +0 -45
- package/lib/base/global-event-dispatcher.js +0 -248
- package/lib/base/html-export.d.ts +0 -33
- package/lib/base/html-export.js +0 -783
- package/lib/base/input-controller.d.ts +0 -146
- package/lib/base/input-controller.js +0 -804
- package/lib/base/interfaces/i-control-owner.d.ts +0 -50
- package/lib/base/interfaces/i-event-manager.d.ts +0 -22
- package/lib/base/interfaces/i-rich-edit-core.d.ts +0 -111
- package/lib/base/interfaces/i-selection-layout-changes-listener.d.ts +0 -12
- package/lib/base/internal-api.d.ts +0 -5
- package/lib/base/layout-engine/hit-test-manager/hit-test-manager.d.ts +0 -40
- package/lib/base/layout-engine/hit-test-manager/hit-test-manager.js +0 -300
- package/lib/base/layout-engine/hit-test-manager/hit-test-result.d.ts +0 -16
- package/lib/base/layout-engine/hit-test-manager/hit-test-result.js +0 -36
- package/lib/base/layout-engine/selection/selection-formatter.d.ts +0 -55
- package/lib/base/layout-engine/selection/selection-formatter.js +0 -471
- package/lib/base/layout-engine/visualizers/anchor-visualizer.d.ts +0 -14
- package/lib/base/layout-engine/visualizers/anchor-visualizer.js +0 -38
- package/lib/base/layout-engine/visualizers/auto-scroll-visualizer.d.ts +0 -6
- package/lib/base/layout-engine/visualizers/base-visualizer.d.ts +0 -21
- package/lib/base/layout-engine/visualizers/base-visualizer.js +0 -27
- package/lib/base/layout-engine/visualizers/box-visualizer-manager.d.ts +0 -20
- package/lib/base/layout-engine/visualizers/drag-caret-visualizer.d.ts +0 -6
- package/lib/base/layout-engine/visualizers/drag-caret-visualizer.js +0 -15
- package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.d.ts +0 -15
- package/lib/base/layout-engine/visualizers/full-table-selector-visualizer.js +0 -55
- package/lib/base/layout-engine/visualizers/resize-box-visualizer.d.ts +0 -32
- package/lib/base/layout-engine/visualizers/resize-box-visualizer.js +0 -137
- package/lib/base/layout-engine/visualizers/resize-table-visualizer.d.ts +0 -8
- package/lib/base/loading-panel/manager.d.ts +0 -7
- package/lib/base/loading-panel/panel.d.ts +0 -28
- package/lib/base/model/history/selection/history-item-direction.d.ts +0 -6
- package/lib/base/model/history/selection/scroll-history-item.d.ts +0 -15
- package/lib/base/model/history/selection/scroll-history-item.js +0 -23
- package/lib/base/model/history/selection/selection-history-item.d.ts +0 -15
- package/lib/base/model/history/selection/selection-history-item.js +0 -23
- package/lib/base/mouse-handler/base/manipulator-handler-base.d.ts +0 -18
- package/lib/base/mouse-handler/base/manipulator-handler-base.js +0 -35
- package/lib/base/mouse-handler/base/manipulator-handler-state-base.d.ts +0 -10
- package/lib/base/mouse-handler/drag-floating-objects-helper.d.ts +0 -21
- package/lib/base/mouse-handler/drag-floating-objects-helper.js +0 -51
- package/lib/base/mouse-handler/mouse-event-source.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.d.ts +0 -16
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.d.ts +0 -16
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.d.ts +0 -41
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-default-state.js +0 -450
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.d.ts +0 -20
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.d.ts +0 -29
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-content-states.js +0 -84
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.d.ts +0 -19
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-resize-box-state.d.ts +0 -13
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.d.ts +0 -10
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-state-base.d.ts +0 -12
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.d.ts +0 -63
- package/lib/base/mouse-handler/mouse-handler/mouse-handler-text-selection-states.js +0 -317
- package/lib/base/mouse-handler/mouse-handler/mouse-handler.d.ts +0 -36
- package/lib/base/mouse-handler/resize-box-helper.d.ts +0 -27
- package/lib/base/mouse-handler/resize-box-helper.js +0 -105
- package/lib/base/mouse-handler/resize-table-helper.d.ts +0 -54
- package/lib/base/mouse-handler/resize-table-helper.js +0 -148
- package/lib/base/mouse-handler/rotate-box-helper.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-default-state.js +0 -129
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-content-states.js +0 -42
- package/lib/base/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.d.ts +0 -10
- package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.d.ts +0 -14
- package/lib/base/mouse-handler/touch-handler/touch-handler-popup-menu-state.js +0 -67
- package/lib/base/mouse-handler/touch-handler/touch-handler-resize-box-state.d.ts +0 -11
- package/lib/base/mouse-handler/touch-handler/touch-handler-rotate-box-state.d.ts +0 -10
- package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.d.ts +0 -42
- package/lib/base/mouse-handler/touch-handler/touch-handler-selection-states.js +0 -178
- package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.d.ts +0 -27
- package/lib/base/mouse-handler/touch-handler/touch-handler-state-base.js +0 -79
- package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.d.ts +0 -29
- package/lib/base/mouse-handler/touch-handler/touch-handler-waiting-states.js +0 -117
- package/lib/base/mouse-handler/touch-handler/touch-handler.d.ts +0 -14
- package/lib/base/popup-menu-manager.d.ts +0 -22
- package/lib/base/popup-menu-manager.js +0 -65
- package/lib/base/rich-edit-core.d.ts +0 -134
- package/lib/base/rich-edit-core.js +0 -417
- package/lib/base/rich-utils/attribute-utils.d.ts +0 -5
- package/lib/base/rich-utils/attribute-utils.js +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/array.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.d.ts +0 -59
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/base-formatter.js +0 -163
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.d.ts +0 -8
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.d.ts +0 -72
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/json.js +0 -38
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/anchor-objects-position-info.js +0 -25
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/document-layout.js +0 -38
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-box.js +0 -80
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-column.js +0 -26
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page-area.js +0 -25
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-page.js +0 -32
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-position.js +0 -42
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/layout-row.js +0 -30
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/page-anchored-object-holder.js +0 -22
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/layout/paragraph-frame.js +0 -23
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/border-info.js +0 -33
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/character-properties.js +0 -76
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/chunk.js +0 -34
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/field.js +0 -42
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/point.js +0 -16
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/paragraph.js +0 -31
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.d.ts +0 -16
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/runs.js +0 -122
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/sub-document.js +0 -35
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell-properties.js +0 -56
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-cell.js +0 -47
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-height-unit.js +0 -17
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-position.js +0 -31
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-properties.js +0 -57
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.d.ts +0 -11
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row-properties.js +0 -44
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.d.ts +0 -13
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-row.js +0 -49
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.d.ts +0 -9
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table-width-unit.js +0 -20
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.d.ts +0 -12
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/model/table/table.js +0 -43
- package/lib/base/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.d.ts +0 -20
- package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.d.ts +0 -5
- package/lib/base/rich-utils/debug/logger/canvas-logger/log-obj-to-str-canvas.js +0 -20
- package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.d.ts +0 -5
- package/lib/base/rich-utils/debug/logger/layout-logger/diplay-table-bounds-info-source-param.js +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.d.ts +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/layout-params-holder.js +0 -39
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.d.ts +0 -10
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.d.ts +0 -15
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.d.ts +0 -6
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.d.ts +0 -12
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.d.ts +0 -9
- package/lib/base/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.d.ts +0 -10
- package/lib/base/rich-utils/debug/runtime-template-model-creator.d.ts +0 -83
- package/lib/base/rich-utils/debug/runtime-template-model-creator.js +0 -609
- package/lib/base/rich-utils/debug/runtime-test-helper.d.ts +0 -50
- package/lib/base/rich-utils/debug/runtime-test-helper.js +0 -342
- package/lib/base/rich-utils/display-numbering-string-formatter.d.ts +0 -4
- package/lib/base/rich-utils/html-utils.d.ts +0 -3
- package/lib/base/rich-utils/html-utils.js +0 -10
- package/lib/base/rich-utils/layout/rich-layout-utils.d.ts +0 -10
- package/lib/base/rich-utils/layout/rich-layout-utils.js +0 -38
- package/lib/base/rich-utils/table-utils-ex.d.ts +0 -7
- package/lib/base/scroll/canvas-states.d.ts +0 -14
- package/lib/base/scroll/model-scroll-manager.d.ts +0 -14
- package/lib/base/scroll/model-scroll-manager.js +0 -18
- package/lib/base/scroll/model-states.d.ts +0 -65
- package/lib/base/scroll/model-states.js +0 -84
- package/lib/base/scroll/scroll-formatter.d.ts +0 -20
- package/lib/base/scroll/scroll-formatter.js +0 -39
- package/lib/base/selection/i-selection-changes-listener.d.ts +0 -15
- package/lib/base/selection/input-position-model-changes-listener.d.ts +0 -26
- package/lib/base/selection/input-position-model-changes-listener.js +0 -138
- package/lib/base/selection/input-position.d.ts +0 -15
- package/lib/base/selection/input-position.js +0 -42
- package/lib/base/selection/selection-model-changes-listener.d.ts +0 -13
- package/lib/base/selection/selection-model-changes-listener.js +0 -49
- package/lib/base/selection/selection-state.d.ts +0 -39
- package/lib/base/selection/selection-state.js +0 -109
- package/lib/base/selection/selection.d.ts +0 -80
- package/lib/base/selection/selection.js +0 -223
- package/lib/base/selection/set-selection-params.d.ts +0 -24
- package/lib/base/spelling/spell-checker-selection-changes-listener.d.ts +0 -13
- package/lib/base/spelling/spell-checker-selection-changes-listener.js +0 -31
- package/lib/base/ui/quick-search-panel.d.ts +0 -47
- package/lib/base/ui/ruler/controls/base.d.ts +0 -20
- package/lib/base/ui/ruler/controls/column.d.ts +0 -54
- package/lib/base/ui/ruler/controls/divisions.d.ts +0 -35
- package/lib/base/ui/ruler/controls/divisions.js +0 -112
- package/lib/base/ui/ruler/controls/indent/base.d.ts +0 -22
- package/lib/base/ui/ruler/controls/indent/first-line.d.ts +0 -18
- package/lib/base/ui/ruler/controls/indent/left.d.ts +0 -22
- package/lib/base/ui/ruler/controls/indent/right.d.ts +0 -19
- package/lib/base/ui/ruler/controls/margin/base.d.ts +0 -25
- package/lib/base/ui/ruler/controls/margin/left.d.ts +0 -16
- package/lib/base/ui/ruler/controls/margin/right.d.ts +0 -15
- package/lib/base/ui/ruler/controls/owner.d.ts +0 -32
- package/lib/base/ui/ruler/controls/ruler.d.ts +0 -20
- package/lib/base/ui/ruler/controls/shadow.d.ts +0 -6
- package/lib/base/ui/ruler/controls/tab/tab-type.d.ts +0 -19
- package/lib/base/ui/ruler/controls/tab/tab-type.js +0 -67
- package/lib/base/ui/ruler/controls/tab/tab.d.ts +0 -59
- package/lib/base/ui/ruler/controls/tab/tab.js +0 -258
- package/lib/base/ui/ruler/controls/tab/utils.d.ts +0 -8
- package/lib/base/ui/ruler/controls/tab/utils.js +0 -47
- package/lib/base/ui/ruler/controls/table.d.ts +0 -43
- package/lib/base/ui/ruler/controls/template-manager.d.ts +0 -12
- package/lib/base/ui/ruler/controls/vertical-line.d.ts +0 -25
- package/lib/base/ui/ruler/controls/wrapper.d.ts +0 -8
- package/lib/base/ui/ruler/events/mouse.d.ts +0 -29
- package/lib/base/ui/ruler/events/scroll.d.ts +0 -12
- package/lib/base/ui/ruler/manager.d.ts +0 -49
- package/lib/base/ui/ruler/manager.js +0 -129
- package/lib/base/ui/ruler/model-data.d.ts +0 -22
- package/lib/base/ui/ruler/mouse-handler.d.ts +0 -29
- package/lib/base/ui/ruler/ruler.d.ts +0 -57
- package/lib/base/ui/ruler/ruler.js +0 -206
- package/lib/base/ui/ruler/settings.d.ts +0 -57
- package/lib/base/ui/search-manager.d.ts +0 -28
- package/lib/base/ui/search-manager.js +0 -76
- package/lib/base-api/bookmark.d.ts +0 -10
- package/lib/base-api/bookmark.js +0 -14
- package/lib/base-api/collections/bookmark-collection.d.ts +0 -11
- package/lib/base-api/collections/bookmark-collection.js +0 -11
- package/lib/base-api/collections/sub-documents-collection.d.ts +0 -11
- package/lib/base-api/collections/sub-documents-collection.js +0 -14
- package/lib/base-api/document.d.ts +0 -17
- package/lib/base-api/document.js +0 -26
- package/lib/base-api/history.d.ts +0 -11
- package/lib/base-api/key-code.d.ts +0 -106
- package/lib/base-api/key-code.js +0 -110
- package/lib/base-api/layout-api.d.ts +0 -10
- package/lib/base-api/layout-api.js +0 -20
- package/lib/base-api/loading-panel.d.ts +0 -13
- package/lib/base-api/selection-api.d.ts +0 -40
- package/lib/base-api/selection-api.js +0 -190
- package/lib/base-api/sub-document.d.ts +0 -10
- package/lib/base-api/sub-document.js +0 -11
- package/lib/base-utils/direction-adaptor/i-direction-adaptor.d.ts +0 -17
- package/lib/base-utils/direction-adaptor/x-direction-adaptor.d.ts +0 -29
- package/lib/base-utils/direction-adaptor/y-direction-adaptor.d.ts +0 -29
- package/lib/base-utils/event-dispatcher.d.ts +0 -11
- package/lib/base-utils/hexadecimal-converter.d.ts +0 -4
- package/lib/base-utils/map-creator.d.ts +0 -9
- package/lib/base-utils/min-max.d.ts +0 -3
- package/lib/base-utils/number-converter.d.ts +0 -7
- package/lib/base-utils/relative-rect.d.ts +0 -5
- package/lib/base-utils/unit-converter.d.ts +0 -22
- package/lib/base-utils/utils.d.ts +0 -14
- package/lib/base-utils/web-utils/base.d.ts +0 -5
- package/lib/client-ribbon/client-ribbon/i-localized-ribbon-item-options.d.ts +0 -4
- package/lib/client-ribbon/client-ribbon/i-ribbon-item-options.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/i-ribbon-text-content-options.d.ts +0 -8
- package/lib/client-ribbon/client-ribbon/i-toolbar-item-options.d.ts +0 -70
- package/lib/client-ribbon/client-ribbon/index.d.ts +0 -3
- package/lib/client-ribbon/client-ribbon/index.js +0 -2
- package/lib/client-ribbon/client-ribbon/ribbon.d.ts +0 -74
- package/lib/client-ribbon/client-ribbon/toolbar-items/index.d.ts +0 -11
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-group-item.d.ts +0 -11
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-button-item.d.ts +0 -15
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-color-box-item.d.ts +0 -15
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-interactive-item.d.ts +0 -27
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-base.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/base-types.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-group-toolbar-item-template-creator.js +0 -28
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/button-toolbar-item-template-creator.js +0 -26
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.d.ts +0 -18
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/index.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.d.ts +0 -20
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/menu-toolbar-item-template-creator.js +0 -109
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.d.ts +0 -16
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.d.ts +0 -17
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.d.ts +0 -7
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-item-template-creators/separator-toolbar-item-template-creator.js +0 -17
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-menu-item.d.ts +0 -20
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-number-box-item.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-select-box-item.d.ts +0 -9
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-separator-item.d.ts +0 -8
- package/lib/client-ribbon/client-ribbon/toolbar-items/toolbar-sub-menu-item.d.ts +0 -20
- package/lib/core/canvas/i-control-height-provider.d.ts +0 -4
- package/lib/core/canvas/picture-renderer.d.ts +0 -6
- package/lib/core/canvas/renderer-class-names.d.ts +0 -68
- package/lib/core/canvas/renderes/z-index-helper.d.ts +0 -26
- package/lib/core/document-format.d.ts +0 -25
- package/lib/core/formats/document-importer-errors.d.ts +0 -8
- package/lib/core/formats/file-name-helper.d.ts +0 -18
- package/lib/core/formats/i-document-exporter.d.ts +0 -5
- package/lib/core/formats/i-document-importer.d.ts +0 -9
- package/lib/core/formats/model-restorer/section-restorer.d.ts +0 -5
- package/lib/core/formats/model-restorer/table-restorer.d.ts +0 -25
- package/lib/core/formats/options.d.ts +0 -4
- package/lib/core/formats/utils/color/theme-color-index-calculator.d.ts +0 -8
- package/lib/core/formats/utils/color/theme-color-index-calculator.js +0 -51
- package/lib/core/formats/utils/color/tint-and-shade-calculator.d.ts +0 -8
- package/lib/core/formats/utils/cross-existing-iterator.d.ts +0 -25
- package/lib/core/formats/utils/document-formats-helper.d.ts +0 -6
- package/lib/core/formats/utils/enums.d.ts +0 -5
- package/lib/core/formats/utils/extension-helper.d.ts +0 -10
- package/lib/core/formats/utils/extension-helper.js +0 -35
- package/lib/core/formats/utils/images-import.d.ts +0 -21
- package/lib/core/formats/utils/import-bookmark-info-core.d.ts +0 -7
- package/lib/core/formats/utils/import-comment-info.d.ts +0 -11
- package/lib/core/formats/utils/numbering-list-index-constants.d.ts +0 -7
- package/lib/core/formats/utils/string-helper.d.ts +0 -14
- package/lib/core/interfaces/i-document-layout-changes-listener.d.ts +0 -7
- package/lib/core/interfaces/i-font-changes-listener.d.ts +0 -9
- package/lib/core/interfaces/model-changes-listener.d.ts +0 -5
- package/lib/core/layout/document-layout-details-level.d.ts +0 -13
- package/lib/core/layout/document-layout.d.ts +0 -33
- package/lib/core/layout/layout-point.d.ts +0 -12
- package/lib/core/layout/layout-position.d.ts +0 -81
- package/lib/core/layout/main-structures/layout-boxes/bookmark-box.d.ts +0 -14
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-object-box.d.ts +0 -44
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-picture-box.d.ts +0 -19
- package/lib/core/layout/main-structures/layout-boxes/layout-anchored-text-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-box.d.ts +0 -70
- package/lib/core/layout/main-structures/layout-boxes/layout-column-break-box.d.ts +0 -10
- package/lib/core/layout/main-structures/layout-boxes/layout-dash-box.d.ts +0 -25
- package/lib/core/layout/main-structures/layout-boxes/layout-dependent-text-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-field-code-end-box.d.ts +0 -9
- package/lib/core/layout/main-structures/layout-boxes/layout-field-code-start-box.d.ts +0 -18
- package/lib/core/layout/main-structures/layout-boxes/layout-field-result-end-box.d.ts +0 -14
- package/lib/core/layout/main-structures/layout-boxes/layout-line-break-box.d.ts +0 -23
- package/lib/core/layout/main-structures/layout-boxes/layout-non-breaking-space-box.d.ts +0 -22
- package/lib/core/layout/main-structures/layout-boxes/layout-numbering-list-box.d.ts +0 -27
- package/lib/core/layout/main-structures/layout-boxes/layout-page-break-box.d.ts +0 -24
- package/lib/core/layout/main-structures/layout-boxes/layout-paragraph-mark-box.d.ts +0 -24
- package/lib/core/layout/main-structures/layout-boxes/layout-picture-box.d.ts +0 -26
- package/lib/core/layout/main-structures/layout-boxes/layout-section-mark-box.d.ts +0 -10
- package/lib/core/layout/main-structures/layout-boxes/layout-space-box.d.ts +0 -20
- package/lib/core/layout/main-structures/layout-boxes/layout-tab-space-box.d.ts +0 -45
- package/lib/core/layout/main-structures/layout-boxes/layout-text-box.d.ts +0 -31
- package/lib/core/layout/main-structures/layout-column.d.ts +0 -22
- package/lib/core/layout/main-structures/layout-page-area.d.ts +0 -13
- package/lib/core/layout/main-structures/layout-page.d.ts +0 -62
- package/lib/core/layout/main-structures/layout-row.d.ts +0 -55
- package/lib/core/layout/selection/layout-selection-info.d.ts +0 -19
- package/lib/core/layout/selection/layout-selection-items.d.ts +0 -39
- package/lib/core/layout/selection/layout-selection-page-info.d.ts +0 -9
- package/lib/core/layout/selection/layout-selection.d.ts +0 -16
- package/lib/core/layout/table/layout-table-cell-info.d.ts +0 -26
- package/lib/core/layout/table/layout-table-info.d.ts +0 -31
- package/lib/core/layout/table/layout-table-row-info.d.ts +0 -18
- package/lib/core/layout/table/table-cell-iterator.d.ts +0 -67
- package/lib/core/layout-engine/layout-anchor-object-finder.d.ts +0 -9
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-base.d.ts +0 -24
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.d.ts +0 -13
- package/lib/core/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.d.ts +0 -12
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.d.ts +0 -10
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.d.ts +0 -23
- package/lib/core/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.d.ts +0 -10
- package/lib/core/layout-engine/layout-position-creator.d.ts +0 -51
- package/lib/core/layout-formatter/box/box-iterator.d.ts +0 -28
- package/lib/core/layout-formatter/box/box-wrap.d.ts +0 -28
- package/lib/core/layout-formatter/box/box-wraps-holder.d.ts +0 -38
- package/lib/core/layout-formatter/box/generator/box-infos-generator.d.ts +0 -64
- package/lib/core/layout-formatter/box/generator/multi-dimension-iterator.d.ts +0 -1
- package/lib/core/layout-formatter/box/generator/one-dimension-itertors.d.ts +0 -19
- package/lib/core/layout-formatter/box/generator/recursive-objects-iterators.d.ts +0 -39
- package/lib/core/layout-formatter/changes/changes/column-change.d.ts +0 -10
- package/lib/core/layout-formatter/changes/changes/layout-change-base.d.ts +0 -46
- package/lib/core/layout-formatter/changes/changes/page-area-change.d.ts +0 -9
- package/lib/core/layout-formatter/changes/changes/page-change.d.ts +0 -12
- package/lib/core/layout-formatter/changes/changes/selection/layout-area-selection-change.d.ts +0 -8
- package/lib/core/layout-formatter/changes/changes/selection/layout-page-selection-change.d.ts +0 -8
- package/lib/core/layout-formatter/changes/engine/changes-manager.d.ts +0 -10
- package/lib/core/layout-formatter/changes/engine/changes-merger.d.ts +0 -34
- package/lib/core/layout-formatter/changes/engine/page-changes-collector.d.ts +0 -14
- package/lib/core/layout-formatter/changes/engine/paragraph-frame-changes-collector.d.ts +0 -14
- package/lib/core/layout-formatter/changes/engine/table-cells-comparer.d.ts +0 -12
- package/lib/core/layout-formatter/floating/anchored-objects-manager.d.ts +0 -27
- package/lib/core/layout-formatter/floating/anchored-objects-manager.js +0 -37
- package/lib/core/layout-formatter/floating/layout-row-bounds-manager.d.ts +0 -27
- package/lib/core/layout-formatter/floating/page-anchored-object-holder.d.ts +0 -21
- package/lib/core/layout-formatter/floating/position-calculators/base-calculator.d.ts +0 -14
- package/lib/core/layout-formatter/floating/position-calculators/horizontal.d.ts +0 -17
- package/lib/core/layout-formatter/floating/position-calculators/vertical.d.ts +0 -15
- package/lib/core/layout-formatter/floating/render-level-calculator.d.ts +0 -23
- package/lib/core/layout-formatter/formatter/base-formatter.d.ts +0 -57
- package/lib/core/layout-formatter/formatter/enums.d.ts +0 -13
- package/lib/core/layout-formatter/formatter/main-formatter.d.ts +0 -30
- package/lib/core/layout-formatter/formatter/model-changes-listener.d.ts +0 -9
- package/lib/core/layout-formatter/formatter/other-page-area-formatter.d.ts +0 -16
- package/lib/core/layout-formatter/formatter/utils/bounds-calculator.d.ts +0 -37
- package/lib/core/layout-formatter/formatter/utils/columns-calculator.d.ts +0 -8
- package/lib/core/layout-formatter/formatter/utils/floating-restart-info-holder.d.ts +0 -16
- package/lib/core/layout-formatter/formatter/utils/last-row-info.d.ts +0 -22
- package/lib/core/layout-formatter/formatter/utils/layout-dependent-cache.d.ts +0 -10
- package/lib/core/layout-formatter/formatter/utils/number-utils.d.ts +0 -7
- package/lib/core/layout-formatter/formatter/utils/remove-redundant-helper.d.ts +0 -19
- package/lib/core/layout-formatter/formatter/utils/restart-preparer.d.ts +0 -18
- package/lib/core/layout-formatter/invalidator/header-footer-invalidator-helper.d.ts +0 -21
- package/lib/core/layout-formatter/invalidator/layout-invalidator.d.ts +0 -45
- package/lib/core/layout-formatter/invalidator/position-savers.d.ts +0 -46
- package/lib/core/layout-formatter/invalidator/remove-content-helper.d.ts +0 -9
- package/lib/core/layout-formatter/managers/formatter-manager.d.ts +0 -73
- package/lib/core/layout-formatter/managers/formatter-manager.js +0 -163
- package/lib/core/layout-formatter/managers/restart-manager.d.ts +0 -16
- package/lib/core/layout-formatter/row/formatter.d.ts +0 -56
- package/lib/core/layout-formatter/row/result.d.ts +0 -34
- package/lib/core/layout-formatter/row/size-engine/row-formatting-info.d.ts +0 -36
- package/lib/core/layout-formatter/row/size-engine/row-height-calculator.d.ts +0 -21
- package/lib/core/layout-formatter/row/size-engine/row-height-state.d.ts +0 -16
- package/lib/core/layout-formatter/row/size-engine/row-sizes-manager.d.ts +0 -36
- package/lib/core/layout-formatter/row/states.d.ts +0 -35
- package/lib/core/layout-formatter/row/tab-info.d.ts +0 -24
- package/lib/core/layout-formatter/row/utils/box-aligner.d.ts +0 -13
- package/lib/core/layout-formatter/row/utils/line-spacing-calculator.d.ts +0 -38
- package/lib/core/layout-formatter/row/utils/rectangle-utils.d.ts +0 -6
- package/lib/core/layout-formatter/row/utils/row-spacing-before-applier.d.ts +0 -29
- package/lib/core/layout-formatter/row/word-holder.d.ts +0 -10
- package/lib/core/layout-formatter/table/background-info-creator.d.ts +0 -11
- package/lib/core/layout-formatter/table/borders/border-helper.d.ts +0 -52
- package/lib/core/layout-formatter/table/borders/border-merger.d.ts +0 -7
- package/lib/core/layout-formatter/table/borders/borders-creator.d.ts +0 -10
- package/lib/core/layout-formatter/table/borders/horizontal-line-borders-info.d.ts +0 -13
- package/lib/core/layout-formatter/table/borders/layout-table-border.d.ts +0 -24
- package/lib/core/layout-formatter/table/borders/layout-table-horizontal-border.d.ts +0 -13
- package/lib/core/layout-formatter/table/formatter.d.ts +0 -74
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-interval.d.ts +0 -29
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.d.ts +0 -12
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.d.ts +0 -11
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.d.ts +0 -19
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/calculators/grid-calculator.d.ts +0 -49
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-properties-cache.d.ts +0 -33
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.d.ts +0 -20
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-cell-width-calculator.js +0 -86
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.d.ts +0 -14
- package/lib/core/layout-formatter/table/grid-engine/calculators/table-width-calculators/table-width-calculator.js +0 -74
- package/lib/core/layout-formatter/table/grid-engine/cell-grid-info-manager.d.ts +0 -9
- package/lib/core/layout-formatter/table/grid-engine/columns.d.ts +0 -8
- package/lib/core/layout-formatter/table/grid-engine/creator.d.ts +0 -6
- package/lib/core/layout-formatter/table/grid-engine/grid.d.ts +0 -12
- package/lib/core/layout-formatter/table/horizontal-cursor-borders-helper.d.ts +0 -9
- package/lib/core/layout-formatter/table/info/cell-info.d.ts +0 -60
- package/lib/core/layout-formatter/table/info/cell-order-helper.d.ts +0 -13
- package/lib/core/layout-formatter/table/info/row-info.d.ts +0 -23
- package/lib/core/layout-formatter/table/info/table-info.d.ts +0 -64
- package/lib/core/layout-formatter/table/layout-row-index-helper.d.ts +0 -1
- package/lib/core/layout-formatter/table/other.d.ts +0 -18
- package/lib/core/layout-formatter/table/size-compressor.d.ts +0 -14
- package/lib/core/layout-formatter/table/table-alignment-applier.d.ts +0 -13
- package/lib/core/layout-formatter/table/utils/table-anchored-objects-holder.d.ts +0 -9
- package/lib/core/measurer/measure-info.d.ts +0 -19
- package/lib/core/measurer/measurer.d.ts +0 -29
- package/lib/core/model/bookmarks.d.ts +0 -48
- package/lib/core/model/borders/border-base.d.ts +0 -12
- package/lib/core/model/borders/border-info.d.ts +0 -22
- package/lib/core/model/borders/enums.d.ts +0 -195
- package/lib/core/model/borders/layout-border.d.ts +0 -4
- package/lib/core/model/borders/table-border-base.d.ts +0 -12
- package/lib/core/model/borders/table-border-base.js +0 -23
- package/lib/core/model/borders/table-borders.d.ts +0 -13
- package/lib/core/model/borders/table-borders.js +0 -34
- package/lib/core/model/borders/table-cell-borders.d.ts +0 -12
- package/lib/core/model/borders/table-cell-borders.js +0 -28
- package/lib/core/model/caches/caches.d.ts +0 -37
- package/lib/core/model/caches/control-fonts.d.ts +0 -13
- package/lib/core/model/caches/hash-based-cache.d.ts +0 -37
- package/lib/core/model/caches/hashed-caches/character-properties-cache.d.ts +0 -11
- package/lib/core/model/caches/hashed-caches/color-model-info-cache.d.ts +0 -9
- package/lib/core/model/caches/hashed-caches/drawing-color-model-info-cache.d.ts +0 -9
- package/lib/core/model/caches/hashed-caches/font-info-cache.d.ts +0 -23
- package/lib/core/model/caches/hashed-caches/list-level-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/masked-character-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/masked-paragraph-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/paragraph-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/scene3d-properties-info-cache.d.ts +0 -8
- package/lib/core/model/caches/hashed-caches/scene3d-rotation-info-cache.d.ts +0 -8
- package/lib/core/model/caches/hashed-caches/shading-info-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/table-cell-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/hashed-caches/table-properties-cache.d.ts +0 -5
- package/lib/core/model/caches/hashed-caches/table-row-properties-cache.d.ts +0 -7
- package/lib/core/model/caches/images.d.ts +0 -61
- package/lib/core/model/caches/images.js +0 -193
- package/lib/core/model/changes/change-base.d.ts +0 -18
- package/lib/core/model/changes/change.d.ts +0 -70
- package/lib/core/model/changes/enums.d.ts +0 -72
- package/lib/core/model/changes/model/create-style-link.d.ts +0 -8
- package/lib/core/model/changes/model/default-tab-width.d.ts +0 -8
- package/lib/core/model/changes/model/delete-style-link.d.ts +0 -8
- package/lib/core/model/changes/model/different-odd-and-even-pages.d.ts +0 -8
- package/lib/core/model/changes/model/document-protection-changed.d.ts +0 -9
- package/lib/core/model/changes/model/header-created.d.ts +0 -12
- package/lib/core/model/changes/model/header-footer-index-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/abstract-numbering-list-added.d.ts +0 -8
- package/lib/core/model/changes/model/list/abstract-numbering-list-deleted.d.ts +0 -8
- package/lib/core/model/changes/model/list/i-override-list-level-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-character-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-paragraph-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/list-level-property-changed.d.ts +0 -12
- package/lib/core/model/changes/model/list/numbering-list-added.d.ts +0 -8
- package/lib/core/model/changes/model/list/numbering-list-deleted.d.ts +0 -8
- package/lib/core/model/changes/model/load-font.d.ts +0 -9
- package/lib/core/model/changes/model/page-color.d.ts +0 -8
- package/lib/core/model/changes/model/section-formatting-changed.d.ts +0 -14
- package/lib/core/model/changes/model/section-merged.d.ts +0 -11
- package/lib/core/model/changes/sub-document/anchor/anchor-info-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/anchor/anchored-text-box-properties-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/anchor/anchored-text-box-size-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/anchor/shape-changed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/anchor/shape-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/bookmark/created.d.ts +0 -12
- package/lib/core/model/changes/sub-document/bookmark/deleted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/field/deleted.d.ts +0 -9
- package/lib/core/model/changes/sub-document/field/fields-show-code-changed.d.ts +0 -10
- package/lib/core/model/changes/sub-document/field/hyperlink-info-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/field/inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/list/paragraph-numbering-list-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/anchored-picture-size-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/anchored-pictureinserted.d.ts +0 -15
- package/lib/core/model/changes/sub-document/picture/inline-object-run-property-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/picture/inline-picture-inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/picture/inline-pictures-updated.d.ts +0 -10
- package/lib/core/model/changes/sub-document/picture/load-pictures-info.d.ts +0 -10
- package/lib/core/model/changes/sub-document/properties/character-formatting-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/properties/character-properties-changed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/properties/merged-props-reset.d.ts +0 -10
- package/lib/core/model/changes/sub-document/properties/paragraph-formatting-changed.d.ts +0 -13
- package/lib/core/model/changes/sub-document/properties/paragraph-properties-changed.d.ts +0 -18
- package/lib/core/model/changes/sub-document/range-permissions-changed.d.ts +0 -14
- package/lib/core/model/changes/sub-document/style/character-style-applied.d.ts +0 -12
- package/lib/core/model/changes/sub-document/style/paragraph-style-applied.d.ts +0 -12
- package/lib/core/model/changes/sub-document/style/table-style-changed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/tab/deleted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/tab/inserted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-inserted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-merged-horizontally.d.ts +0 -13
- package/lib/core/model/changes/sub-document/table/cell-property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/cell-removed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/cell-splitted-horizontally.d.ts +0 -13
- package/lib/core/model/changes/sub-document/table/created.d.ts +0 -10
- package/lib/core/model/changes/sub-document/table/property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/removed.d.ts +0 -12
- package/lib/core/model/changes/sub-document/table/row-inserted.d.ts +0 -11
- package/lib/core/model/changes/sub-document/table/row-property-changed.d.ts +0 -15
- package/lib/core/model/changes/sub-document/table/row-removed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/table/start-position-shifted.d.ts +0 -12
- package/lib/core/model/changes/sub-document/text/anchor-object-removed.d.ts +0 -10
- package/lib/core/model/changes/sub-document/text/anchored-text-box-inserted.d.ts +0 -13
- package/lib/core/model/changes/sub-document/text/interval-removed.d.ts +0 -11
- package/lib/core/model/changes/sub-document/text/paragraph-inserted.d.ts +0 -9
- package/lib/core/model/changes/sub-document/text/paragraph-merged.d.ts +0 -12
- package/lib/core/model/changes/sub-document/text/section-inserted.d.ts +0 -10
- package/lib/core/model/changes/sub-document/text/simple-run-inserted.d.ts +0 -17
- package/lib/core/model/changes/sub-document/text/text-buffer-changed.d.ts +0 -11
- package/lib/core/model/character/character-properties-helper.d.ts +0 -21
- package/lib/core/model/character/character-properties.d.ts +0 -69
- package/lib/core/model/character/character-property-descriptor.d.ts +0 -227
- package/lib/core/model/character/character-style.d.ts +0 -14
- package/lib/core/model/character/composite-font-info.d.ts +0 -17
- package/lib/core/model/character/enums.d.ts +0 -74
- package/lib/core/model/character/history-runs.d.ts +0 -54
- package/lib/core/model/character/lang-info.d.ts +0 -13
- package/lib/core/model/character/layout-character-properties-color-info.d.ts +0 -10
- package/lib/core/model/character/run-iterator.d.ts +0 -25
- package/lib/core/model/chunk.d.ts +0 -16
- package/lib/core/model/color/color-hsl.d.ts +0 -47
- package/lib/core/model/color/color-model-info.d.ts +0 -48
- package/lib/core/model/color/color-model-info.js +0 -170
- package/lib/core/model/color/color-provider.d.ts +0 -17
- package/lib/core/model/color/color.d.ts +0 -19
- package/lib/core/model/color/color.js +0 -59
- package/lib/core/model/color/d-xsystem-colors.d.ts +0 -33
- package/lib/core/model/color/dx-color.d.ts +0 -16
- package/lib/core/model/color/enums.d.ts +0 -49
- package/lib/core/model/color/palette.d.ts +0 -60
- package/lib/core/model/color/sc-rgbcolor.d.ts +0 -19
- package/lib/core/model/comments/comment.d.ts +0 -15
- package/lib/core/model/compat-settings.d.ts +0 -7
- package/lib/core/model/creator/cache.d.ts +0 -13
- package/lib/core/model/creator/creator.d.ts +0 -36
- package/lib/core/model/creator/font-corrector.d.ts +0 -15
- package/lib/core/model/creator/options.d.ts +0 -10
- package/lib/core/model/document-model.d.ts +0 -168
- package/lib/core/model/drawing/backdrop-plane.d.ts +0 -12
- package/lib/core/model/drawing/container-effect.d.ts +0 -12
- package/lib/core/model/drawing/drawing-color-model-info.d.ts +0 -53
- package/lib/core/model/drawing/drawing-color.d.ts +0 -48
- package/lib/core/model/drawing/drawing-effect-collection.d.ts +0 -7
- package/lib/core/model/drawing/drawing-effect-style.d.ts +0 -12
- package/lib/core/model/drawing/drawing-fill.d.ts +0 -12
- package/lib/core/model/drawing/drawing-text-font.d.ts +0 -31
- package/lib/core/model/drawing/drawing-value-constants.d.ts +0 -23
- package/lib/core/model/drawing/enums.d.ts +0 -174
- package/lib/core/model/drawing/interfaces.d.ts +0 -19
- package/lib/core/model/drawing/outline.d.ts +0 -11
- package/lib/core/model/drawing/scene3d-properties-info.d.ts +0 -33
- package/lib/core/model/drawing/scene3d-properties.d.ts +0 -13
- package/lib/core/model/drawing/scene3d-rotation-info.d.ts +0 -13
- package/lib/core/model/drawing/scene3d-vector.d.ts +0 -10
- package/lib/core/model/drawing/shape-bevel3d-properties.d.ts +0 -11
- package/lib/core/model/drawing/shape3d-properties.d.ts +0 -22
- package/lib/core/model/drawing/transform/alpha-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/alpha-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/alpha-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/blue-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/color-transform-base.d.ts +0 -14
- package/lib/core/model/drawing/transform/color-transform-collection.d.ts +0 -11
- package/lib/core/model/drawing/transform/color-transform-value-base.d.ts +0 -14
- package/lib/core/model/drawing/transform/complement-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/gamma-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/grayscale-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/green-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/hue-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/inverse-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/inverse-gamma-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/luminance-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/red-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-modulation-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/saturation-offset-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/shade-color-transform.d.ts +0 -7
- package/lib/core/model/drawing/transform/tint-color-transform.d.ts +0 -8
- package/lib/core/model/enums.d.ts +0 -7
- package/lib/core/model/fields/check-box-properties.d.ts +0 -44
- package/lib/core/model/fields/field-context-menu-helper.d.ts +0 -15
- package/lib/core/model/fields/field-request-manager.d.ts +0 -43
- package/lib/core/model/fields/field.d.ts +0 -113
- package/lib/core/model/fields/form-field-properties.d.ts +0 -42
- package/lib/core/model/fields/names.d.ts +0 -16
- package/lib/core/model/fields/parsers/field-code-parser-client-updating-base.d.ts +0 -9
- package/lib/core/model/fields/parsers/field-code-parser-date.d.ts +0 -8
- package/lib/core/model/fields/parsers/field-code-parser-doc-variable.d.ts +0 -15
- package/lib/core/model/fields/parsers/field-code-parser-hyperlink.d.ts +0 -9
- package/lib/core/model/fields/parsers/field-code-parser-merge-field.d.ts +0 -13
- package/lib/core/model/fields/parsers/field-code-parser-num-pages.d.ts +0 -7
- package/lib/core/model/fields/parsers/field-code-parser-page-ref.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-page.d.ts +0 -8
- package/lib/core/model/fields/parsers/field-code-parser-seq.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-tc.d.ts +0 -10
- package/lib/core/model/fields/parsers/field-code-parser-time.d.ts +0 -7
- package/lib/core/model/fields/parsers/field-code-parser-toc.d.ts +0 -67
- package/lib/core/model/fields/parsers/field-code-parser.d.ts +0 -108
- package/lib/core/model/fields/parsers/fill-in.d.ts +0 -7
- package/lib/core/model/fields/tree-creator.d.ts +0 -41
- package/lib/core/model/fields/update-sequence-info.d.ts +0 -5
- package/lib/core/model/find-replace-helper.d.ts +0 -76
- package/lib/core/model/floating-objects/anchor-info.d.ts +0 -42
- package/lib/core/model/floating-objects/enums.d.ts +0 -79
- package/lib/core/model/floating-objects/sizes.d.ts +0 -57
- package/lib/core/model/floating-objects/sizes.js +0 -144
- package/lib/core/model/floating-objects/text-box-properties.d.ts +0 -19
- package/lib/core/model/fonts/control-font.d.ts +0 -30
- package/lib/core/model/fonts/font-chooser.d.ts +0 -11
- package/lib/core/model/fonts/font-face-descriptors.d.ts +0 -21
- package/lib/core/model/fonts/font-info.d.ts +0 -40
- package/lib/core/model/fonts/fonts-map.d.ts +0 -311
- package/lib/core/model/fonts/google-fonts.d.ts +0 -14
- package/lib/core/model/fonts/grabber.d.ts +0 -34
- package/lib/core/model/fonts/loader.d.ts +0 -13
- package/lib/core/model/fonts/measurer.d.ts +0 -17
- package/lib/core/model/full-chunk-and-run-info.d.ts +0 -33
- package/lib/core/model/history/base/history-item.d.ts +0 -20
- package/lib/core/model/history/base/history.d.ts +0 -34
- package/lib/core/model/history/base/i-history.d.ts +0 -19
- package/lib/core/model/history/base/interval-based-history-item.d.ts +0 -11
- package/lib/core/model/history/base/position-based-history-item.d.ts +0 -10
- package/lib/core/model/history/items/apply-field-hyperlink-style-history-item.d.ts +0 -11
- package/lib/core/model/history/items/apply-style-history-items.d.ts +0 -34
- package/lib/core/model/history/items/bookmark-history-items.d.ts +0 -18
- package/lib/core/model/history/items/change-field-hyperlink-info-history-item.d.ts +0 -14
- package/lib/core/model/history/items/change-rectangular-object-history-item.d.ts +0 -21
- package/lib/core/model/history/items/character-properties-history-items.d.ts +0 -102
- package/lib/core/model/history/items/create-style-link-history-item.d.ts +0 -12
- package/lib/core/model/history/items/document-properties-history-items.d.ts +0 -24
- package/lib/core/model/history/items/document-protection-history-item.d.ts +0 -11
- package/lib/core/model/history/items/field-insert-history-item.d.ts +0 -16
- package/lib/core/model/history/items/floating-objects/anchor-info-property-history-item.d.ts +0 -16
- package/lib/core/model/history/items/floating-objects/change-anchored-picture-size-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/change-anchored-text-box-size-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/change-image-property-history-item.d.ts +0 -15
- package/lib/core/model/history/items/floating-objects/change-text-box-properties-history-item.d.ts +0 -14
- package/lib/core/model/history/items/floating-objects/insert-anchored-picture-history-item.d.ts +0 -23
- package/lib/core/model/history/items/floating-objects/shape-property-history-item.d.ts +0 -24
- package/lib/core/model/history/items/header-footer-history-items.d.ts +0 -23
- package/lib/core/model/history/items/insert-inline-picture-history-item.d.ts +0 -15
- package/lib/core/model/history/items/insert-paragraph-history-item.d.ts +0 -10
- package/lib/core/model/history/items/insert-section-history-item.d.ts +0 -16
- package/lib/core/model/history/items/insert-sub-document-history-item.d.ts +0 -18
- package/lib/core/model/history/items/insert-text-history-item.d.ts +0 -11
- package/lib/core/model/history/items/list-level-character-properties-history-items.d.ts +0 -73
- package/lib/core/model/history/items/list-level-paragraph-properties-history-items.d.ts +0 -77
- package/lib/core/model/history/items/list-level-properties-history-items.d.ts +0 -60
- package/lib/core/model/history/items/non-visual-drawing-object-info.d.ts +0 -16
- package/lib/core/model/history/items/numbering-list-history-items.d.ts +0 -59
- package/lib/core/model/history/items/paragraph-properties-history-items.d.ts +0 -123
- package/lib/core/model/history/items/range-permission-history-item.d.ts +0 -18
- package/lib/core/model/history/items/remove-hyperlink-history-item.d.ts +0 -23
- package/lib/core/model/history/items/remove-interval-history-item.d.ts +0 -12
- package/lib/core/model/history/items/section-properties-history-items.d.ts +0 -67
- package/lib/core/model/history/items/switch-text-box-sub-documents-state-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/change-table-cell-history-items.d.ts +0 -26
- package/lib/core/model/history/items/tables/create-table-history-item.d.ts +0 -23
- package/lib/core/model/history/items/tables/insert-table-row-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/remove-table-cell-history-item.d.ts +0 -15
- package/lib/core/model/history/items/tables/remove-table-history-item.d.ts +0 -10
- package/lib/core/model/history/items/tables/remove-table-row-history-item.d.ts +0 -14
- package/lib/core/model/history/items/tables/split-table-cell-history-item.d.ts +0 -20
- package/lib/core/model/history/items/tables/table-cell-properties-history-items.d.ts +0 -74
- package/lib/core/model/history/items/tables/table-properties-history-items.d.ts +0 -74
- package/lib/core/model/history/items/tables/table-row-properties-history-items.d.ts +0 -62
- package/lib/core/model/history/items/text-run-change-case-history-item.d.ts +0 -32
- package/lib/core/model/history/states/history-item-state-object.d.ts +0 -158
- package/lib/core/model/history/states/history-item-state.d.ts +0 -14
- package/lib/core/model/interfaces.d.ts +0 -28
- package/lib/core/model/json/command-request.d.ts +0 -65
- package/lib/core/model/json/command-type.d.ts +0 -92
- package/lib/core/model/json/enums/json-character-enums.d.ts +0 -75
- package/lib/core/model/json/enums/json-control-enums.d.ts +0 -70
- package/lib/core/model/json/enums/json-document-enums.d.ts +0 -52
- package/lib/core/model/json/enums/json-field-enums.d.ts +0 -40
- package/lib/core/model/json/enums/json-floating-enums.d.ts +0 -96
- package/lib/core/model/json/enums/json-floating-enums.js +0 -108
- package/lib/core/model/json/enums/json-general-enums.d.ts +0 -78
- package/lib/core/model/json/enums/json-list-enums.d.ts +0 -56
- package/lib/core/model/json/enums/json-paragraph-enums.d.ts +0 -62
- package/lib/core/model/json/enums/json-run-enums.d.ts +0 -41
- package/lib/core/model/json/enums/json-section-enums.d.ts +0 -40
- package/lib/core/model/json/enums/json-style-enums.d.ts +0 -50
- package/lib/core/model/json/enums/json-sub-document-enums.d.ts +0 -56
- package/lib/core/model/json/enums/json-top-level-enums.d.ts +0 -81
- package/lib/core/model/json/enums/table/json-table-cell-enums.d.ts +0 -48
- package/lib/core/model/json/enums/table/json-table-enums.d.ts +0 -60
- package/lib/core/model/json/enums/table/json-table-row-enums.d.ts +0 -48
- package/lib/core/model/json/enums/table/json-table-structures-enums.d.ts +0 -39
- package/lib/core/model/json/exporters/json-control-options-converter.d.ts +0 -6
- package/lib/core/model/json/exporters/json-exporter.d.ts +0 -12
- package/lib/core/model/json/exporters/json-numbering-list-exporter.d.ts +0 -7
- package/lib/core/model/json/exporters/json-sub-document-exporter.d.ts +0 -10
- package/lib/core/model/json/exporters/json-table-exporter.d.ts +0 -7
- package/lib/core/model/json/importers/image-cache-info-converter.d.ts +0 -8
- package/lib/core/model/json/importers/image-cache-info-converter.js +0 -36
- package/lib/core/model/json/importers/json-border-info-converter.d.ts +0 -7
- package/lib/core/model/json/importers/json-color-model-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-drawing-color-converter.d.ts +0 -17
- package/lib/core/model/json/importers/json-font-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-importer.d.ts +0 -25
- package/lib/core/model/json/importers/json-masked-character-properties-converter.d.ts +0 -15
- package/lib/core/model/json/importers/json-masked-paragraph-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/json-shading-info-converter.d.ts +0 -7
- package/lib/core/model/json/importers/json-shape-converter.d.ts +0 -6
- package/lib/core/model/json/importers/json-styles-exporter.d.ts +0 -18
- package/lib/core/model/json/importers/json-tab-converter.d.ts +0 -8
- package/lib/core/model/json/importers/numbering-list/json-list-level-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/numbering-list/json-numbering-list-importer.d.ts +0 -11
- package/lib/core/model/json/importers/section/json-columns-section-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/section/json-section-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/server-model-inserter.d.ts +0 -8
- package/lib/core/model/json/importers/sub-document/json-anchor-info-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-non-visual-properties.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-sub-document-importer.d.ts +0 -12
- package/lib/core/model/json/importers/sub-document/json-text-box-content-margins-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/json-text-box-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/run-importers.d.ts +0 -37
- package/lib/core/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.d.ts +0 -6
- package/lib/core/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.d.ts +0 -7
- package/lib/core/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-borders-converter.d.ts +0 -7
- package/lib/core/model/json/importers/table/json-table-borders-converter.js +0 -25
- package/lib/core/model/json/importers/table/json-table-cell-borders-converter.d.ts +0 -7
- package/lib/core/model/json/importers/table/json-table-cell-borders-converter.js +0 -25
- package/lib/core/model/json/importers/table/json-table-cell-margins-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-cell-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-conditional-style-converter.d.ts +0 -12
- package/lib/core/model/json/importers/table/json-table-importer.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-properties-converter.d.ts +0 -8
- package/lib/core/model/json/importers/table/json-table-row-properties-converter.d.ts +0 -6
- package/lib/core/model/json/importers/table/json-table-unit-converter.d.ts +0 -10
- package/lib/core/model/json/web-caches-exporter.d.ts +0 -14
- package/lib/core/model/manipulators/base-manipulator.d.ts +0 -10
- package/lib/core/model/manipulators/bookmarks-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/character-properties-manipulator.d.ts +0 -42
- package/lib/core/model/manipulators/doc-merger/merger.d.ts +0 -11
- package/lib/core/model/manipulators/document/sub-document-inserter.d.ts +0 -78
- package/lib/core/model/manipulators/document-properties-manipulator.d.ts +0 -8
- package/lib/core/model/manipulators/document-protection-properties-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/fields-manipulator.d.ts +0 -34
- package/lib/core/model/manipulators/floating-objects/anchor-info-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/floating-objects/anchor-info-property-manipulator.d.ts +0 -18
- package/lib/core/model/manipulators/floating-objects/comparers.d.ts +0 -7
- package/lib/core/model/manipulators/floating-objects/floating-objects-manipulator.d.ts +0 -19
- package/lib/core/model/manipulators/floating-objects/image-manipulator.d.ts +0 -14
- package/lib/core/model/manipulators/floating-objects/shape-manipulator.d.ts +0 -27
- package/lib/core/model/manipulators/floating-objects/size-manipulator.d.ts +0 -20
- package/lib/core/model/manipulators/floating-objects/text-box-properties-manipulator.d.ts +0 -11
- package/lib/core/model/manipulators/floating-objects/z-order-manipulator.d.ts +0 -21
- package/lib/core/model/manipulators/font-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/header-footer-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/i-properties-manipulator.d.ts +0 -58
- package/lib/core/model/manipulators/inline-object-manipulator.d.ts +0 -24
- package/lib/core/model/manipulators/model-manipulator.d.ts +0 -75
- package/lib/core/model/manipulators/model-manipulator.js +0 -84
- package/lib/core/model/manipulators/numbering-lists/list-level-character-properties-manipulator.d.ts +0 -29
- package/lib/core/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.d.ts +0 -28
- package/lib/core/model/manipulators/numbering-lists/list-level-properties-manipulator.d.ts +0 -22
- package/lib/core/model/manipulators/numbering-lists/numbering-list-manipulator.d.ts +0 -27
- package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.d.ts +0 -16
- package/lib/core/model/manipulators/paragraph-manipulator/insert-paragraph-manipulator-params.js +0 -56
- package/lib/core/model/manipulators/paragraph-manipulator/paragraph-manipulator.d.ts +0 -13
- package/lib/core/model/manipulators/paragraph-properties-manipulator.d.ts +0 -35
- package/lib/core/model/manipulators/picture-manipulator/insert-picture-manipulator-params.d.ts +0 -31
- package/lib/core/model/manipulators/picture-manipulator/loader/client-picture-loader.d.ts +0 -8
- package/lib/core/model/manipulators/picture-manipulator/loader/image-loading-options.d.ts +0 -12
- package/lib/core/model/manipulators/picture-manipulator/loader/picture-loader.d.ts +0 -55
- package/lib/core/model/manipulators/picture-manipulator/loader/server-picture-loader.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/loader/updated-image-info.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/non-visual-drawing-object-info.d.ts +0 -9
- package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.d.ts +0 -57
- package/lib/core/model/manipulators/picture-manipulator/picture-manipulator.js +0 -188
- package/lib/core/model/manipulators/range/create-range-copy-operation.d.ts +0 -64
- package/lib/core/model/manipulators/range/create-range-copy-operation.js +0 -459
- package/lib/core/model/manipulators/range/range-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/range/remove-interval-operation.d.ts +0 -74
- package/lib/core/model/manipulators/range/restore-removed-interval-operation.d.ts +0 -13
- package/lib/core/model/manipulators/range-permission-manipulator.d.ts +0 -8
- package/lib/core/model/manipulators/runs-base-manipulator.d.ts +0 -11
- package/lib/core/model/manipulators/section-manipulator.d.ts +0 -10
- package/lib/core/model/manipulators/section-properties-manipulator.d.ts +0 -26
- package/lib/core/model/manipulators/styles-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/sub-document-manipulator.d.ts +0 -12
- package/lib/core/model/manipulators/tables/insert-table-cell-operation.d.ts +0 -21
- package/lib/core/model/manipulators/tables/insert-table-cell-operation.js +0 -63
- package/lib/core/model/manipulators/tables/insert-table-row-operation.d.ts +0 -40
- package/lib/core/model/manipulators/tables/merge-table-cells-operation.d.ts +0 -40
- package/lib/core/model/manipulators/tables/merge-table-cells-operation.js +0 -150
- package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.d.ts +0 -21
- package/lib/core/model/manipulators/tables/table-cell-properties-manipulator.js +0 -155
- package/lib/core/model/manipulators/tables/table-normalizator.d.ts +0 -24
- package/lib/core/model/manipulators/tables/table-properties-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/tables/table-properties-manipulator.js +0 -128
- package/lib/core/model/manipulators/tables/table-row-properties-manipulator.d.ts +0 -18
- package/lib/core/model/manipulators/tables/tables-manipulator.d.ts +0 -79
- package/lib/core/model/manipulators/tables/tables-manipulator.js +0 -781
- package/lib/core/model/manipulators/tabs-manipulator.d.ts +0 -15
- package/lib/core/model/manipulators/text-box-manipulator.d.ts +0 -23
- package/lib/core/model/manipulators/text-case-manipulator.d.ts +0 -16
- package/lib/core/model/manipulators/text-manipulator/chunk-size-corrector.d.ts +0 -21
- package/lib/core/model/manipulators/text-manipulator/insert-text-manipulator-params.d.ts +0 -14
- package/lib/core/model/manipulators/text-manipulator/text-manipulator.d.ts +0 -33
- package/lib/core/model/manipulators/utils/manipulator-params-base.d.ts +0 -24
- package/lib/core/model/model-checks/check-all.d.ts +0 -35
- package/lib/core/model/model-checks/comparer.d.ts +0 -41
- package/lib/core/model/model-checks/comparer.js +0 -261
- package/lib/core/model/model-checks/position.d.ts +0 -19
- package/lib/core/model/model-iterator.d.ts +0 -20
- package/lib/core/model/number-converters/alphabet-based-number-converter.d.ts +0 -7
- package/lib/core/model/number-converters/bullet-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/decimal-enclosed-parentheses-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/decimal-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/decimal-zero-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/descriptive-number-converter.d.ts +0 -99
- package/lib/core/model/number-converters/hex-number-converter.d.ts +0 -6
- package/lib/core/model/number-converters/latin-letter-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/number-converter-creator.d.ts +0 -9
- package/lib/core/model/number-converters/number-in-dash-number-converter.d.ts +0 -8
- package/lib/core/model/number-converters/numerics-provider.d.ts +0 -22
- package/lib/core/model/number-converters/ordinal-based-number-converter.d.ts +0 -66
- package/lib/core/model/number-converters/roman-number-converter.d.ts +0 -13
- package/lib/core/model/numbering-lists/list-level-properties.d.ts +0 -92
- package/lib/core/model/numbering-lists/list-level.d.ts +0 -84
- package/lib/core/model/numbering-lists/numbering-helper.d.ts +0 -15
- package/lib/core/model/numbering-lists/numbering-list-counters-calculator.d.ts +0 -20
- package/lib/core/model/numbering-lists/numbering-list-id-provider.d.ts +0 -21
- package/lib/core/model/numbering-lists/numbering-list-index-calculator.d.ts +0 -16
- package/lib/core/model/numbering-lists/numbering-list-style.d.ts +0 -7
- package/lib/core/model/numbering-lists/numbering-list.d.ts +0 -48
- package/lib/core/model/numbering-lists/piece-table-numbering-list-counters-manager.d.ts +0 -14
- package/lib/core/model/options/auto-correct.d.ts +0 -18
- package/lib/core/model/options/bookmarks.d.ts +0 -19
- package/lib/core/model/options/control.d.ts +0 -52
- package/lib/core/model/options/document-protection.d.ts +0 -33
- package/lib/core/model/options/fields.d.ts +0 -15
- package/lib/core/model/options/fields.js +0 -41
- package/lib/core/model/options/fonts.d.ts +0 -55
- package/lib/core/model/options/mail-merge.d.ts +0 -11
- package/lib/core/model/options/pdf.d.ts +0 -19
- package/lib/core/model/options/printing.d.ts +0 -12
- package/lib/core/model/options/protection.d.ts +0 -14
- package/lib/core/model/options/rich-options.d.ts +0 -32
- package/lib/core/model/options/search.d.ts +0 -7
- package/lib/core/model/options/spell-checker.d.ts +0 -19
- package/lib/core/model/paragraph/paragraph-properties-helper.d.ts +0 -20
- package/lib/core/model/paragraph/paragraph-properties.d.ts +0 -141
- package/lib/core/model/paragraph/paragraph-property-descriptors.d.ts +0 -262
- package/lib/core/model/paragraph/paragraph-style.d.ts +0 -54
- package/lib/core/model/paragraph/paragraph.d.ts +0 -65
- package/lib/core/model/position/linked-interval.d.ts +0 -20
- package/lib/core/model/position/position-manager.d.ts +0 -20
- package/lib/core/model/position/position.d.ts +0 -9
- package/lib/core/model/properties-merger/character-properties-merger.d.ts +0 -17
- package/lib/core/model/properties-merger/paragraph-properties-merger.d.ts +0 -17
- package/lib/core/model/properties-merger/properties-merger-base.d.ts +0 -20
- package/lib/core/model/protection/hash-algorithm.d.ts +0 -4
- package/lib/core/model/protection/md5.d.ts +0 -13
- package/lib/core/model/protection/password-hash-code-calculator.d.ts +0 -28
- package/lib/core/model/protection/password-hash-code-calculator.js +0 -228
- package/lib/core/model/protection/ripemd160.d.ts +0 -20
- package/lib/core/model/protection/sha1.d.ts +0 -8
- package/lib/core/model/protection/sha256.d.ts +0 -9
- package/lib/core/model/protection/sha384.d.ts +0 -8
- package/lib/core/model/protection/sha512.d.ts +0 -15
- package/lib/core/model/range-permissions.d.ts +0 -40
- package/lib/core/model/rich-utils.d.ts +0 -30
- package/lib/core/model/runs/anchored-picture-run.d.ts +0 -18
- package/lib/core/model/runs/anchored-text-box-run.d.ts +0 -22
- package/lib/core/model/runs/inline-picture-run.d.ts +0 -19
- package/lib/core/model/runs/inline-text-box-run.d.ts +0 -19
- package/lib/core/model/runs/run-base.d.ts +0 -70
- package/lib/core/model/runs/run-type.d.ts +0 -19
- package/lib/core/model/runs/simple-runs.d.ts +0 -57
- package/lib/core/model/runs/text-run.d.ts +0 -18
- package/lib/core/model/section/enums.d.ts +0 -18
- package/lib/core/model/section/header-footer.d.ts +0 -32
- package/lib/core/model/section/line-numbering-properties.d.ts +0 -20
- package/lib/core/model/section/paper-kind.d.ts +0 -128
- package/lib/core/model/section/section-column-properties.d.ts +0 -12
- package/lib/core/model/section/section-properties.d.ts +0 -41
- package/lib/core/model/section/section-property-descriptor.d.ts +0 -166
- package/lib/core/model/section/section.d.ts +0 -23
- package/lib/core/model/sentence-model-builder.d.ts +0 -55
- package/lib/core/model/shadings/shading-info.d.ts +0 -25
- package/lib/core/model/shadings/shading-pattern-helper.d.ts +0 -13
- package/lib/core/model/shadings/shading-pattern.d.ts +0 -57
- package/lib/core/model/shapes/shape.d.ts +0 -12
- package/lib/core/model/simple-sentence-model-builder.d.ts +0 -26
- package/lib/core/model/special-characters.d.ts +0 -52
- package/lib/core/model/style-base.d.ts +0 -17
- package/lib/core/model/styles-manager.d.ts +0 -78
- package/lib/core/model/sub-document-collection.d.ts +0 -14
- package/lib/core/model/sub-document-infos.d.ts +0 -52
- package/lib/core/model/sub-document.d.ts +0 -124
- package/lib/core/model/tables/grid/grid-maker.d.ts +0 -6
- package/lib/core/model/tables/grid/table-cell-grid-info.d.ts +0 -22
- package/lib/core/model/tables/main-structures/table-cell.d.ts +0 -38
- package/lib/core/model/tables/main-structures/table-cell.js +0 -69
- package/lib/core/model/tables/main-structures/table-row.d.ts +0 -32
- package/lib/core/model/tables/main-structures/table-row.js +0 -56
- package/lib/core/model/tables/main-structures/table.d.ts +0 -83
- package/lib/core/model/tables/main-structures/table.js +0 -285
- package/lib/core/model/tables/properties/table-cell-descriptors.d.ts +0 -86
- package/lib/core/model/tables/properties/table-cell-descriptors.js +0 -177
- package/lib/core/model/tables/properties/table-cell-properties.d.ts +0 -73
- package/lib/core/model/tables/properties/table-descriptors.d.ts +0 -96
- package/lib/core/model/tables/properties/table-descriptors.js +0 -199
- package/lib/core/model/tables/properties/table-properties.d.ts +0 -94
- package/lib/core/model/tables/properties/table-row-descriptors.d.ts +0 -34
- package/lib/core/model/tables/properties/table-row-properties.d.ts +0 -40
- package/lib/core/model/tables/properties/table-row-property-descriptor.d.ts +0 -12
- package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.d.ts +0 -99
- package/lib/core/model/tables/properties-mergers/table-cell-properties-merger.js +0 -206
- package/lib/core/model/tables/properties-mergers/table-properties-merger-base.d.ts +0 -24
- package/lib/core/model/tables/properties-mergers/table-properties-merger.d.ts +0 -94
- package/lib/core/model/tables/properties-mergers/table-properties-merger.js +0 -198
- package/lib/core/model/tables/properties-mergers/table-row-properties-merger.d.ts +0 -41
- package/lib/core/model/tables/properties-mergers/table-style-character-properties-merger.d.ts +0 -88
- package/lib/core/model/tables/properties-mergers/table-style-paragraph-properties-merger.d.ts +0 -122
- package/lib/core/model/tables/secondary-structures/table-base-structures.d.ts +0 -99
- package/lib/core/model/tables/secondary-structures/table-border-calculator.d.ts +0 -13
- package/lib/core/model/tables/secondary-structures/table-units.d.ts +0 -37
- package/lib/core/model/tables/styles/table-cell-style.d.ts +0 -12
- package/lib/core/model/tables/styles/table-conditional-style.d.ts +0 -17
- package/lib/core/model/tables/styles/table-style.d.ts +0 -13
- package/lib/core/model/tables/table-utils.d.ts +0 -28
- package/lib/core/model/tables/table-utils.js +0 -191
- package/lib/core/model/themes/culture-info.d.ts +0 -5
- package/lib/core/model/themes/enums.d.ts +0 -65
- package/lib/core/model/themes/office-theme-base.d.ts +0 -15
- package/lib/core/model/themes/theme-drawing-color-collection.d.ts +0 -42
- package/lib/core/model/themes/theme-font-scheme-part.d.ts +0 -17
- package/lib/core/model/themes/theme-font-scheme.d.ts +0 -14
- package/lib/core/model/themes/theme-format-scheme.d.ts +0 -23
- package/lib/core/model/web-settings.d.ts +0 -10
- package/lib/core/model-manager.d.ts +0 -27
- package/lib/core/model-request-handler.d.ts +0 -5
- package/lib/core/processor.d.ts +0 -13
- package/lib/core/rich-utils/common-interfaces.d.ts +0 -13
- package/lib/core/rich-utils/debug/debug-table.d.ts +0 -12
- package/lib/core/rich-utils/debug/logger/base-logger/i-logger.d.ts +0 -7
- package/lib/core/rich-utils/debug/logger/base-logger/i-params-holder.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-list-helper.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.d.ts +0 -54
- package/lib/core/rich-utils/debug/logger/base-logger/log-obj-to-str.js +0 -285
- package/lib/core/rich-utils/debug/logger/base-logger/log-source-params-func-handler.d.ts +0 -5
- package/lib/core/rich-utils/debug/logger/base-logger/log-source-params.d.ts +0 -12
- package/lib/core/rich-utils/debug/logger/base-logger/log-source.d.ts +0 -23
- package/lib/core/rich-utils/debug/logger/base-logger/log.d.ts +0 -3
- package/lib/core/rich-utils/debug/logger/base-logger/logger.d.ts +0 -28
- package/lib/core/rich-utils/debug/logger/base-logger/model-params-holder.d.ts +0 -8
- package/lib/core/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.d.ts +0 -30
- package/lib/core/rich-utils/debug/model-checks.d.ts +0 -6
- package/lib/core/rich-utils/html-converter.d.ts +0 -10
- package/lib/core/rich-utils/inner-client-properties.d.ts +0 -8
- package/lib/core/rich-utils/properties-bundle.d.ts +0 -28
- package/lib/core/selection/i-active-sub-document-holder.d.ts +0 -5
- package/lib/core/selection/input-position-base.d.ts +0 -68
- package/lib/core/selection/selected-cells-engine.d.ts +0 -67
- package/lib/core/selection/selected-special-run-info.d.ts +0 -28
- package/lib/core/selection/selection-base.d.ts +0 -7
- package/lib/core/selection/selection-intervals-info.d.ts +0 -33
- package/lib/core/spelling/helpers.d.ts +0 -8
- package/lib/core/spelling/intervals-collections.d.ts +0 -36
- package/lib/core/spelling/intervals-manager.d.ts +0 -33
- package/lib/core/spelling/intervals.d.ts +0 -28
- package/lib/core/spelling/listeners.d.ts +0 -17
- package/lib/core/spelling/spell-checker.d.ts +0 -48
- package/lib/core/string-resources.d.ts +0 -34
- package/lib/core/utils/sub-document-changes-storer.d.ts +0 -10
- package/lib/core/view-settings/views-settings.d.ts +0 -33
- package/lib/core/word-bounds-engine/layout-word-bounds-group-separator.d.ts +0 -19
- package/lib/core/word-bounds-engine/layout-word-bounds.d.ts +0 -42
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.d.ts +0 -25
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.d.ts +0 -12
- package/lib/core/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.d.ts +0 -12
- package/lib/document-processor/docvar-args.d.ts +0 -24
- package/lib/document-processor/processor.d.ts +0 -35
- package/lib/document-processor/processor.js +0 -83
- package/lib/document-processor/public/all.d.ts +0 -2
- package/lib/document-processor/public/processor.d.ts +0 -29
- package/lib/document-processor/public/processor.js +0 -50
- package/lib/docx/export/data.d.ts +0 -66
- package/lib/docx/export/docx-export-options.d.ts +0 -9
- package/lib/docx/export/docx-export-options.js +0 -11
- package/lib/docx/export/exporter.d.ts +0 -17
- package/lib/docx/export/exporters/base/character-properties.d.ts +0 -27
- package/lib/docx/export/exporters/base/character-properties.js +0 -181
- package/lib/docx/export/exporters/base/color.d.ts +0 -17
- package/lib/docx/export/exporters/base/color.js +0 -76
- package/lib/docx/export/exporters/base/drawing.d.ts +0 -65
- package/lib/docx/export/exporters/base/drawing.js +0 -526
- package/lib/docx/export/exporters/base/image-exporter.d.ts +0 -6
- package/lib/docx/export/exporters/base/image-exporter.js +0 -22
- package/lib/docx/export/exporters/base/paragraph-properties.d.ts +0 -28
- package/lib/docx/export/exporters/base/paragraph-properties.js +0 -257
- package/lib/docx/export/exporters/base/sections.d.ts +0 -25
- package/lib/docx/export/exporters/base/sections.js +0 -167
- package/lib/docx/export/exporters/base/styles/character-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/numbering-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/paragraph-style.d.ts +0 -9
- package/lib/docx/export/exporters/base/styles/style-base.d.ts +0 -12
- package/lib/docx/export/exporters/base/styles/table-style.d.ts +0 -10
- package/lib/docx/export/exporters/base/styles/table-style.js +0 -41
- package/lib/docx/export/exporters/base/table/table-cell-properties.d.ts +0 -17
- package/lib/docx/export/exporters/base/table/table-cell-properties.js +0 -101
- package/lib/docx/export/exporters/base/table/table-properties.d.ts +0 -19
- package/lib/docx/export/exporters/base/table/table-properties.js +0 -132
- package/lib/docx/export/exporters/base/table/table-row-properties.d.ts +0 -12
- package/lib/docx/export/exporters/base/table/table-row-properties.js +0 -55
- package/lib/docx/export/exporters/base/table/table.d.ts +0 -22
- package/lib/docx/export/exporters/base/table/table.js +0 -130
- package/lib/docx/export/exporters/base/table/width-exporter.d.ts +0 -8
- package/lib/docx/export/exporters/base/table/width-exporter.js +0 -19
- package/lib/docx/export/exporters/base/text.d.ts +0 -13
- package/lib/docx/export/exporters/base/text.js +0 -79
- package/lib/docx/export/exporters/base.d.ts +0 -18
- package/lib/docx/export/exporters/content-types.d.ts +0 -15
- package/lib/docx/export/exporters/core-properties.d.ts +0 -12
- package/lib/docx/export/exporters/numberings.d.ts +0 -23
- package/lib/docx/export/exporters/numberings.js +0 -122
- package/lib/docx/export/exporters/relations/base.d.ts +0 -10
- package/lib/docx/export/exporters/relations/core-relations.d.ts +0 -6
- package/lib/docx/export/exporters/relations/document-relations.d.ts +0 -13
- package/lib/docx/export/exporters/relations/relation-collection.d.ts +0 -17
- package/lib/docx/export/exporters/settings.d.ts +0 -17
- package/lib/docx/export/exporters/settings.js +0 -118
- package/lib/docx/export/exporters/styles.d.ts +0 -12
- package/lib/docx/export/exporters/styles.js +0 -36
- package/lib/docx/export/exporters/sub-document/base-sub-document.d.ts +0 -63
- package/lib/docx/export/exporters/sub-document/base-sub-document.js +0 -261
- package/lib/docx/export/exporters/sub-document/header-footer-sub-document-exporter.d.ts +0 -12
- package/lib/docx/export/exporters/sub-document/main-sub-document.d.ts +0 -9
- package/lib/docx/export/exporters/sub-document/main-sub-document.js +0 -29
- package/lib/docx/export/exporters/sub-document/text-box-content-exporter.d.ts +0 -13
- package/lib/docx/export/exporters/theme.d.ts +0 -33
- package/lib/docx/export/exporters/theme.js +0 -322
- package/lib/docx/export/utils/id-generator.d.ts +0 -12
- package/lib/docx/export/utils/inline-drawing-object.d.ts +0 -158
- package/lib/docx/export/utils/inline-drawing-object.js +0 -117
- package/lib/docx/export/utils/writer-helper.d.ts +0 -7
- package/lib/docx/import/color/open-xml-color-import-helper.d.ts +0 -10
- package/lib/docx/import/color/open-xml-color-import-helper.js +0 -58
- package/lib/docx/import/css-engine/inline-picture-css-parser.d.ts +0 -68
- package/lib/docx/import/css-engine/inline-picture-css-parser.js +0 -193
- package/lib/docx/import/data.d.ts +0 -65
- package/lib/docx/import/data.js +0 -100
- package/lib/docx/import/destination/bookmark/bookmark-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/bookmark/bookmark-end-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/bookmark/bookmark-start-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/borders/table-border-element-destination-base.d.ts +0 -14
- package/lib/docx/import/destination/borders/table-border-element-destination-base.js +0 -22
- package/lib/docx/import/destination/borders/table-border-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/borders/table-borders-destination.d.ts +0 -10
- package/lib/docx/import/destination/borders/table-borders-destination.js +0 -22
- package/lib/docx/import/destination/borders/table-cell-border-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/borders/table-cell-border-element-destination.js +0 -28
- package/lib/docx/import/destination/borders/table-cell-borders-destination.d.ts +0 -10
- package/lib/docx/import/destination/borders/table-cell-borders-destination.js +0 -24
- package/lib/docx/import/destination/character-properties/character-formatting-leaf-element-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/properties/all-caps-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/all-caps-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/bold-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/bold-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/character-shading-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/character-shading-destination.js +0 -14
- package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/double-strike-through-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/font-name-destination.d.ts +0 -10
- package/lib/docx/import/destination/character-properties/properties/font-name-destination.js +0 -28
- package/lib/docx/import/destination/character-properties/properties/font-script-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/font-script-destination.js +0 -26
- package/lib/docx/import/destination/character-properties/properties/font-size-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/font-size-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/fore-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/fore-color-destination.js +0 -16
- package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/hidden-text-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/highlight-color-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/italic-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/italic-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/language-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/language-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/no-proof-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/no-proof-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.d.ts +0 -9
- package/lib/docx/import/destination/character-properties/properties/single-strike-through-destination.js +0 -15
- package/lib/docx/import/destination/character-properties/properties/small-caps-destination.d.ts +0 -8
- package/lib/docx/import/destination/character-properties/properties/small-caps-destination.js +0 -13
- package/lib/docx/import/destination/character-properties/properties/underline-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/properties/underline-destination.js +0 -38
- package/lib/docx/import/destination/character-properties/run-properties-base-destination.d.ts +0 -11
- package/lib/docx/import/destination/character-properties/run-properties-base-destination.js +0 -46
- package/lib/docx/import/destination/character-properties/run-properties-destination.d.ts +0 -10
- package/lib/docx/import/destination/character-properties/run-properties-destination.js +0 -16
- package/lib/docx/import/destination/character-properties/run-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/comments/comment-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/comments/comment-end-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/comments/comment-start-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/destination.d.ts +0 -56
- package/lib/docx/import/destination/destination.js +0 -140
- package/lib/docx/import/destination/document/alt-chunk-destination.d.ts +0 -10
- package/lib/docx/import/destination/document/alt-chunk-destination.js +0 -27
- package/lib/docx/import/destination/document/alt-chunk-properties-destination.d.ts +0 -8
- package/lib/docx/import/destination/document/background-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/body-destination-base.d.ts +0 -16
- package/lib/docx/import/destination/document/body-destination.d.ts +0 -7
- package/lib/docx/import/destination/document/body-destination.js +0 -27
- package/lib/docx/import/destination/document/document-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/document-destination.js +0 -15
- package/lib/docx/import/destination/document/document-version-destination.d.ts +0 -4
- package/lib/docx/import/destination/document/smart-tag-destination.d.ts +0 -6
- package/lib/docx/import/destination/document/smart-tag-destination.js +0 -12
- package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.d.ts +0 -60
- package/lib/docx/import/destination/drawing/drawing-anchor-position-destination.js +0 -158
- package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.d.ts +0 -39
- package/lib/docx/import/destination/drawing/drawing-anchor-relative-size-destination.js +0 -94
- package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.d.ts +0 -32
- package/lib/docx/import/destination/drawing/drawing-anchor-wrap-destination.js +0 -83
- package/lib/docx/import/destination/drawing/drawing-destination.d.ts +0 -194
- package/lib/docx/import/destination/drawing/drawing-destination.js +0 -713
- package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.d.ts +0 -13
- package/lib/docx/import/destination/drawing/non-visual-pucture-properties-destination.js +0 -22
- package/lib/docx/import/destination/drawing/shape-properties-destination.d.ts +0 -49
- package/lib/docx/import/destination/drawing/shape-properties-destination.js +0 -129
- package/lib/docx/import/destination/field/field-char-destination.d.ts +0 -9
- package/lib/docx/import/destination/field/field-char-destination.js +0 -42
- package/lib/docx/import/destination/field/field-data-destination.d.ts +0 -1
- package/lib/docx/import/destination/field/field-destination-base.d.ts +0 -7
- package/lib/docx/import/destination/field/field-simple-destination.d.ts +0 -11
- package/lib/docx/import/destination/field/field-simple-destination.js +0 -43
- package/lib/docx/import/destination/field/form-field-destination.d.ts +0 -1
- package/lib/docx/import/destination/field/hyperlink-destination.d.ts +0 -13
- package/lib/docx/import/destination/field/hyperlink-destination.js +0 -78
- package/lib/docx/import/destination/numbering/numberings-destination.d.ts +0 -190
- package/lib/docx/import/destination/numbering/numberings-destination.js +0 -539
- package/lib/docx/import/destination/paragraph/paragraph-destination.d.ts +0 -19
- package/lib/docx/import/destination/paragraph/paragraph-destination.js +0 -117
- package/lib/docx/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.d.ts +0 -11
- package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts +0 -1
- package/lib/docx/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.d.ts +0 -15
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-destination.js +0 -25
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/paragraph-numbering-reference-numbering-id-destination.js +0 -18
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.d.ts +0 -21
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-base-destination.js +0 -66
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.d.ts +0 -21
- package/lib/docx/import/destination/paragraph-properties/paragraph-properties-destination.js +0 -43
- package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/between-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/border-destination.js +0 -35
- package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.d.ts +0 -12
- package/lib/docx/import/destination/paragraph-properties/properties/borders/borders-destination.js +0 -26
- package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/bottom-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/left-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/right-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.d.ts +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/borders/top-border-destination.js +0 -7
- package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/contextual-spacing-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/keep-lines-together-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/keep-with-next-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/outline-level-destination.js +0 -14
- package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/page-break-before-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-alignment-destination.js +0 -17
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-indents-destination.js +0 -45
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-right-to-left-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.d.ts +0 -9
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-shading-destination.js +0 -14
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.d.ts +0 -10
- package/lib/docx/import/destination/paragraph-properties/properties/paragraph-spacing-destination.js +0 -57
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-hyphenation-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/suppress-line-numbers-destination.js +0 -13
- package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.d.ts +0 -8
- package/lib/docx/import/destination/paragraph-properties/properties/widow-orphan-control-destination.js +0 -13
- package/lib/docx/import/destination/property-destination.d.ts +0 -9
- package/lib/docx/import/destination/range-permission/range-permission-element-destination.d.ts +0 -14
- package/lib/docx/import/destination/range-permission/range-permission-element-destination.js +0 -52
- package/lib/docx/import/destination/range-permission/range-permission-end-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/range-permission/range-permission-start-element-destination.d.ts +0 -7
- package/lib/docx/import/destination/relationships/relation-destination.d.ts +0 -11
- package/lib/docx/import/destination/relationships/relationships-destination.d.ts +0 -11
- package/lib/docx/import/destination/relationships/relationships-destination.js +0 -18
- package/lib/docx/import/destination/runs/carriage-return-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/carriage-return-destination.js +0 -10
- package/lib/docx/import/destination/runs/custom-run-destination.d.ts +0 -5
- package/lib/docx/import/destination/runs/data-container-run-destination.d.ts +0 -5
- package/lib/docx/import/destination/runs/deleted-run-content-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/deleted-text-destination.d.ts +0 -10
- package/lib/docx/import/destination/runs/inline-object-destination.d.ts +0 -21
- package/lib/docx/import/destination/runs/inline-object-destination.js +0 -110
- package/lib/docx/import/destination/runs/inline-picture-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/inserted-run-content-destination.d.ts +0 -4
- package/lib/docx/import/destination/runs/revision-destination-base.d.ts +0 -5
- package/lib/docx/import/destination/runs/run-break-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/run-break-destination.js +0 -12
- package/lib/docx/import/destination/runs/run-destination.d.ts +0 -14
- package/lib/docx/import/destination/runs/run-destination.js +0 -75
- package/lib/docx/import/destination/runs/run-tab-destination.d.ts +0 -6
- package/lib/docx/import/destination/runs/run-tab-destination.js +0 -10
- package/lib/docx/import/destination/runs/separator-destination.d.ts +0 -7
- package/lib/docx/import/destination/runs/separator-destination.js +0 -13
- package/lib/docx/import/destination/runs/symbol-destination.d.ts +0 -7
- package/lib/docx/import/destination/runs/symbol-destination.js +0 -29
- package/lib/docx/import/destination/runs/text-destination.d.ts +0 -8
- package/lib/docx/import/destination/runs/text-destination.js +0 -21
- package/lib/docx/import/destination/section/column-destination.d.ts +0 -10
- package/lib/docx/import/destination/section/column-destination.js +0 -17
- package/lib/docx/import/destination/section/columns-destination.d.ts +0 -16
- package/lib/docx/import/destination/section/columns-destination.js +0 -45
- package/lib/docx/import/destination/section/header-footer/header-footer-destination.d.ts +0 -7
- package/lib/docx/import/destination/section/header-footer/header-footer-destination.js +0 -21
- package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.d.ts +0 -16
- package/lib/docx/import/destination/section/header-footer/header-footer-reference-destination-base.js +0 -64
- package/lib/docx/import/destination/section/inner-section-destination.d.ts +0 -4
- package/lib/docx/import/destination/section/last-section-destination.d.ts +0 -4
- package/lib/docx/import/destination/section/section-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-destination.js +0 -33
- package/lib/docx/import/destination/section/section-different-first-page-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-line-numbering-destination.d.ts +0 -8
- package/lib/docx/import/destination/section/section-line-numbering-destination.js +0 -23
- package/lib/docx/import/destination/section/section-margins-destination.d.ts +0 -8
- package/lib/docx/import/destination/section/section-page-numbering-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-page-size-destination.d.ts +0 -9
- package/lib/docx/import/destination/section/section-page-size-destination.js +0 -31
- package/lib/docx/import/destination/section/section-start-type-destination.d.ts +0 -6
- package/lib/docx/import/destination/section/section-start-type-destination.js +0 -11
- package/lib/docx/import/destination/settings/compat-settings-destination.d.ts +0 -12
- package/lib/docx/import/destination/settings/compat-settings-destination.js +0 -29
- package/lib/docx/import/destination/settings/default-tab-stop-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/different-odd-and-even-pages-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/document-protection.d.ts +0 -13
- package/lib/docx/import/destination/settings/document-protection.js +0 -81
- package/lib/docx/import/destination/settings/document-variables-destination.d.ts +0 -10
- package/lib/docx/import/destination/settings/document-variables-destination.js +0 -22
- package/lib/docx/import/destination/settings/mirror-margins-destination.d.ts +0 -6
- package/lib/docx/import/destination/settings/settings.d.ts +0 -6
- package/lib/docx/import/destination/settings/settings.js +0 -21
- package/lib/docx/import/destination/shading/shading-helper.d.ts +0 -7
- package/lib/docx/import/destination/shading/shading-helper.js +0 -13
- package/lib/docx/import/destination/structured-document-content-destination.d.ts +0 -6
- package/lib/docx/import/destination/structured-document-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/linked-style-id-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/next-style-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-hidden-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-name-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-parent-id-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-qformat-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/base/style-semi-hidden-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/char/default-font-name-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/char/default-font-name-destination.js +0 -21
- package/lib/docx/import/destination/style/default/char/default-run-properties-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/default/char/default-run-properties-destination.js +0 -25
- package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.d.ts +0 -7
- package/lib/docx/import/destination/style/default/char/inner-default-run-properties-destination.js +0 -12
- package/lib/docx/import/destination/style/default/document-defaults-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/document-defaults-destination.js +0 -13
- package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/default/par/default-paragraph-properties-destination.js +0 -12
- package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.d.ts +0 -10
- package/lib/docx/import/destination/style/default/par/inner-default-paragraph-properties-destination.js +0 -17
- package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.d.ts +0 -18
- package/lib/docx/import/destination/style/destinations/style-paragraph-properties-destination.js +0 -31
- package/lib/docx/import/destination/style/destinations/style-run-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-cell-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/destinations/style-table-row-properties-destination.d.ts +0 -4
- package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/paragraph/paragraph-style-reference-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/run-style-reference-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/style/style-conditional-table-formatting.d.ts +0 -12
- package/lib/docx/import/destination/style/style-conditional-table-formatting.js +0 -55
- package/lib/docx/import/destination/style/style-destination-base.d.ts +0 -22
- package/lib/docx/import/destination/style/style-destination-base.js +0 -65
- package/lib/docx/import/destination/style/style-destination.d.ts +0 -13
- package/lib/docx/import/destination/style/style-destination.js +0 -60
- package/lib/docx/import/destination/style/styles-destination.d.ts +0 -6
- package/lib/docx/import/destination/style/styles-destination.js +0 -13
- package/lib/docx/import/destination/table/cell/properties/table-cell-column-span-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-fit-text-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-hide-mark-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-no-wrap-destination.js +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.d.ts +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination-core.js +0 -46
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.d.ts +0 -7
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-destination.js +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-element-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-shading-destination.js +0 -11
- package/lib/docx/import/destination/table/cell/properties/table-cell-style-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-text-direction-destination.js +0 -12
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-alignment-destination.js +0 -12
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/cell/properties/table-cell-vertical-merging-state-destination.js +0 -8
- package/lib/docx/import/destination/table/cell/table-cell-destination.d.ts +0 -19
- package/lib/docx/import/destination/table/cell/table-cell-destination.js +0 -71
- package/lib/docx/import/destination/table/height-unit-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/height-unit-destination.js +0 -20
- package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-alignment-destination.js +0 -14
- package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-cant-split-destination.js +0 -7
- package/lib/docx/import/destination/table/row/properties/table-row-conditional-formatting-destination.d.ts +0 -4
- package/lib/docx/import/destination/table/row/properties/table-row-grid-after-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-grid-before-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-header-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-header-destination.js +0 -10
- package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/row/properties/table-row-hide-cell-mark-destination.js +0 -7
- package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.d.ts +0 -11
- package/lib/docx/import/destination/table/row/properties/table-row-properties-destination.js +0 -48
- package/lib/docx/import/destination/table/row/properties/table-row-properties-leaf-element-destination.d.ts +0 -9
- package/lib/docx/import/destination/table/row/table-row-destination.d.ts +0 -14
- package/lib/docx/import/destination/table/row/table-row-destination.js +0 -44
- package/lib/docx/import/destination/table/table/grid-column-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/table/properties/table-alignment-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-alignment-destination.js +0 -12
- package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-avoid-double-borders-destination.js +0 -10
- package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.d.ts +0 -20
- package/lib/docx/import/destination/table/table/properties/table-cell-margins-destination.js +0 -24
- package/lib/docx/import/destination/table/table/properties/table-layout-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-layout-destination.js +0 -12
- package/lib/docx/import/destination/table/table/properties/table-look-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-overlap-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-properties-base-destination.d.ts +0 -8
- package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.d.ts +0 -15
- package/lib/docx/import/destination/table/table/properties/table-properties-destination-core.js +0 -61
- package/lib/docx/import/destination/table/table/properties/table-properties-destination.d.ts +0 -11
- package/lib/docx/import/destination/table/table/properties/table-properties-destination.js +0 -17
- package/lib/docx/import/destination/table/table/properties/table-properties-leaf-element-destination.d.ts +0 -12
- package/lib/docx/import/destination/table/table/properties/table-right-to-left-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-col-band-size-destination.js +0 -13
- package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-row-band-size-destination.js +0 -13
- package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.d.ts +0 -6
- package/lib/docx/import/destination/table/table/properties/table-style-shading-destination.js +0 -11
- package/lib/docx/import/destination/table/table/table-destination.d.ts +0 -17
- package/lib/docx/import/destination/table/table/table-destination.js +0 -78
- package/lib/docx/import/destination/table/table/table-grid-destination.d.ts +0 -9
- package/lib/docx/import/destination/table/table/table-grid-destination.js +0 -15
- package/lib/docx/import/destination/table/table-style-destination.d.ts +0 -10
- package/lib/docx/import/destination/table/width-unit-destination.d.ts +0 -15
- package/lib/docx/import/destination/table/width-unit-destination.js +0 -33
- package/lib/docx/import/destination/tabs/tab-destination.d.ts +0 -6
- package/lib/docx/import/destination/tabs/tab-destination.js +0 -22
- package/lib/docx/import/destination/tabs/tabs-destination.d.ts +0 -7
- package/lib/docx/import/destination/tabs/tabs-destination.js +0 -11
- package/lib/docx/import/destination/tabs/tabs-leaf-element-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/color/drawing-color-destination-base.d.ts +0 -11
- package/lib/docx/import/destination/themes/color/drawing-color-destination-base.js +0 -28
- package/lib/docx/import/destination/themes/color/drawing-color-destination.d.ts +0 -7
- package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.d.ts +0 -17
- package/lib/docx/import/destination/themes/color/drawing-color-properties-destination-base.js +0 -83
- package/lib/docx/import/destination/themes/color/h-slcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/h-slcolor-destination.js +0 -13
- package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/hex-rgbcolor-destination.js +0 -7
- package/lib/docx/import/destination/themes/color/office-theme-color-destination.d.ts +0 -9
- package/lib/docx/import/destination/themes/color/office-theme-color-destination.js +0 -15
- package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/color/office-theme-color-scheme-destination.js +0 -29
- package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/percentage-rgbcolor-destination.js +0 -13
- package/lib/docx/import/destination/themes/color/preset-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-alpha.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-base.d.ts +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-modification.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-blue.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-complement.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gamma.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-gray.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-modification.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-green.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-modulate.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-hue.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse-gamma.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-inverse.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-luminance.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-red.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-modulation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation-offset.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-saturation.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-shade.js +0 -10
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/props/color-transform-destination-tint.js +0 -10
- package/lib/docx/import/destination/themes/color/scheme-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/scheme-color-destination.js +0 -11
- package/lib/docx/import/destination/themes/color/system-color-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/color/system-color-destination.js +0 -11
- package/lib/docx/import/destination/themes/font/drawing-text-font-destination.d.ts +0 -10
- package/lib/docx/import/destination/themes/font/drawing-text-font-destination.js +0 -31
- package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.d.ts +0 -21
- package/lib/docx/import/destination/themes/font/office-theme-font-collection-scheme-destination.js +0 -54
- package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.d.ts +0 -13
- package/lib/docx/import/destination/themes/font/office-theme-font-scheme-destination.js +0 -23
- package/lib/docx/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.d.ts +0 -10
- package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.d.ts +0 -8
- package/lib/docx/import/destination/themes/format/office-theme-format-scheme-destination.js +0 -15
- package/lib/docx/import/destination/themes/office-theme-destination.d.ts +0 -9
- package/lib/docx/import/destination/themes/office-theme-destination.js +0 -20
- package/lib/docx/import/destination/themes/office-theme-elements-destination.d.ts +0 -6
- package/lib/docx/import/destination/themes/office-theme-elements-destination.js +0 -15
- package/lib/docx/import/destination/vml/v-mlshape-destination.d.ts +0 -74
- package/lib/docx/import/destination/vml/v-mlshape-destination.js +0 -294
- package/lib/docx/import/importer-options.d.ts +0 -13
- package/lib/docx/import/importer-options.js +0 -14
- package/lib/docx/import/importer.d.ts +0 -21
- package/lib/docx/import/importer.js +0 -135
- package/lib/docx/import/importers/alt-chunk-importer.d.ts +0 -10
- package/lib/docx/import/importers/bookmark-importer.d.ts +0 -9
- package/lib/docx/import/importers/bookmark-importer.js +0 -15
- package/lib/docx/import/importers/character-importer.d.ts +0 -21
- package/lib/docx/import/importers/character-importer.js +0 -58
- package/lib/docx/import/importers/comments-importer.d.ts +0 -8
- package/lib/docx/import/importers/core-properties-importer.d.ts +0 -8
- package/lib/docx/import/importers/custom-properties-importer.d.ts +0 -6
- package/lib/docx/import/importers/end-notes-importer.d.ts +0 -6
- package/lib/docx/import/importers/field-importer.d.ts +0 -21
- package/lib/docx/import/importers/field-importer.js +0 -78
- package/lib/docx/import/importers/foot-notes-importer.d.ts +0 -7
- package/lib/docx/import/importers/header-footer-importer.d.ts +0 -6
- package/lib/docx/import/importers/numbering-list-importer.d.ts +0 -9
- package/lib/docx/import/importers/paragraph-importer.d.ts +0 -26
- package/lib/docx/import/importers/paragraph-importer.js +0 -60
- package/lib/docx/import/importers/position-importer.d.ts +0 -7
- package/lib/docx/import/importers/range-permission-importer.d.ts +0 -11
- package/lib/docx/import/importers/range-permission-importer.js +0 -36
- package/lib/docx/import/importers/section-importer.d.ts +0 -15
- package/lib/docx/import/importers/section-importer.js +0 -30
- package/lib/docx/import/importers/settings-importer.d.ts +0 -9
- package/lib/docx/import/importers/styles-importer.d.ts +0 -124
- package/lib/docx/import/importers/styles-importer.js +0 -343
- package/lib/docx/import/importers/table-importer.d.ts +0 -15
- package/lib/docx/import/importers/table-importer.js +0 -23
- package/lib/docx/import/importers/themes-importer.d.ts +0 -6
- package/lib/docx/import/importers/web-settings-importer.d.ts +0 -9
- package/lib/docx/import/list/open-xml-abstract-numbering-info.d.ts +0 -8
- package/lib/docx/import/list/open-xml-list-level-override.d.ts +0 -16
- package/lib/docx/import/list/open-xml-list-level-override.js +0 -38
- package/lib/docx/import/list/open-xml-numbering-list-info.d.ts +0 -10
- package/lib/docx/import/model/alt-chunk-info.d.ts +0 -8
- package/lib/docx/import/model/comment-list-info.d.ts +0 -19
- package/lib/docx/import/model/floating-object-import-info.d.ts +0 -32
- package/lib/docx/import/model/floating-object-import-info.js +0 -67
- package/lib/docx/import/model/import-bookmark-info.d.ts +0 -9
- package/lib/docx/import/model/import-bookmark-info.js +0 -15
- package/lib/docx/import/model/import-field-info.d.ts +0 -17
- package/lib/docx/import/model/import-range-permission-info.d.ts +0 -12
- package/lib/docx/import/model/import-range-permission-info.js +0 -10
- package/lib/docx/import/model/import-sub-document-info.d.ts +0 -33
- package/lib/docx/import/model/import-sub-document-info.js +0 -37
- package/lib/docx/import/model/open-xml-style-conditional-table-formatting-info.d.ts +0 -17
- package/lib/docx/import/utils/culture-info-helper.d.ts +0 -6
- package/lib/docx/import/utils/culture-info-helper.js +0 -386
- package/lib/docx/import/utils/markup-language-color-parser.d.ts +0 -9
- package/lib/docx/import/utils/markup-language-color-parser.js +0 -79
- package/lib/docx/import/utils/reader-helper.d.ts +0 -38
- package/lib/docx/import/utils/reader-helper.js +0 -188
- package/lib/docx/import/utils/relations-collection.d.ts +0 -22
- package/lib/docx/import/utils/relations-collection.js +0 -93
- package/lib/docx/translation-table/ml-table-data.d.ts +0 -7
- package/lib/docx/translation-table/translation-tables-data.d.ts +0 -7
- package/lib/docx/translation-table/translation-tables.d.ts +0 -122
- package/lib/docx/translation-table/translation-tables.js +0 -910
- package/lib/docx/translation-table/word-processing-mlvalue.d.ts +0 -7
- package/lib/docx/utils/constants.d.ts +0 -141
- package/lib/docx/utils/constants.js +0 -193
- package/lib/docx/utils/lock-aspect-ratio-table.d.ts +0 -10
- package/lib/docx/utils/open-xml-relation.d.ts +0 -9
- package/lib/docx/utils/path-helper.d.ts +0 -7
- package/lib/docx/utils/progress-indication.d.ts +0 -30
- package/lib/docx/utils/string-extensions.d.ts +0 -4
- package/lib/docx/utils/string-value-parser.d.ts +0 -7
- package/lib/docx/utils/units-converter.d.ts +0 -6
- package/lib/docx/utils/value-info.d.ts +0 -10
- package/lib/docx/utils/xml-chars-decoder.d.ts +0 -5
- package/lib/docx/zip/xml-reader.d.ts +0 -39
- package/lib/docx/zip/xml-writer.d.ts +0 -41
- package/lib/docx/zip/xml-writer.js +0 -149
- package/lib/docx/zip/zip-builder.d.ts +0 -12
- package/lib/docx/zip/zip-reader.d.ts +0 -12
- package/lib/dxt-utils/dxt-utils/devextreme-types.d.ts +0 -77
- package/lib/dxt-utils/dxt-utils/dxt-theme-css-classes.d.ts +0 -15
- package/lib/dxt-utils/dxt-utils/dxt-utils.d.ts +0 -9
- package/lib/html/import/containers/runs.d.ts +0 -60
- package/lib/html/import/containers/runs.js +0 -85
- package/lib/html/import/containers/tables.d.ts +0 -37
- package/lib/html/import/containers/tables.js +0 -70
- package/lib/html/import/html-importer.d.ts +0 -68
- package/lib/html/import/html-importer.js +0 -332
- package/lib/html/import/html-model-inserter.d.ts +0 -33
- package/lib/html/import/html-model-inserter.js +0 -153
- package/lib/html/import/importers/a.d.ts +0 -9
- package/lib/html/import/importers/a.js +0 -39
- package/lib/html/import/importers/b.d.ts +0 -8
- package/lib/html/import/importers/base.d.ts +0 -19
- package/lib/html/import/importers/br.d.ts +0 -8
- package/lib/html/import/importers/br.js +0 -20
- package/lib/html/import/importers/center.d.ts +0 -8
- package/lib/html/import/importers/cite.d.ts +0 -8
- package/lib/html/import/importers/div.d.ts +0 -8
- package/lib/html/import/importers/em.d.ts +0 -8
- package/lib/html/import/importers/font.d.ts +0 -8
- package/lib/html/import/importers/i.d.ts +0 -8
- package/lib/html/import/importers/img.d.ts +0 -8
- package/lib/html/import/importers/img.js +0 -26
- package/lib/html/import/importers/li.d.ts +0 -8
- package/lib/html/import/importers/list-base.d.ts +0 -8
- package/lib/html/import/importers/list-base.js +0 -35
- package/lib/html/import/importers/ol.d.ts +0 -5
- package/lib/html/import/importers/p.d.ts +0 -29
- package/lib/html/import/importers/pre.d.ts +0 -9
- package/lib/html/import/importers/span.d.ts +0 -9
- package/lib/html/import/importers/span.js +0 -28
- package/lib/html/import/importers/table.d.ts +0 -13
- package/lib/html/import/importers/table.js +0 -78
- package/lib/html/import/importers/tbody.d.ts +0 -8
- package/lib/html/import/importers/td.d.ts +0 -23
- package/lib/html/import/importers/td.js +0 -113
- package/lib/html/import/importers/text-node.d.ts +0 -8
- package/lib/html/import/importers/text-node.js +0 -42
- package/lib/html/import/importers/tr.d.ts +0 -19
- package/lib/html/import/importers/tr.js +0 -57
- package/lib/html/import/importers/tt.d.ts +0 -8
- package/lib/html/import/importers/ul.d.ts +0 -5
- package/lib/html/import/importers/undefined.d.ts +0 -8
- package/lib/html/import/importers/undefined.js +0 -16
- package/lib/html/import/load-font-info.d.ts +0 -10
- package/lib/html/import/utils/character-properties-utils.d.ts +0 -34
- package/lib/html/import/utils/character-properties-utils.js +0 -151
- package/lib/html/import/utils/font-utils.d.ts +0 -5
- package/lib/html/import/utils/paragraph-list-properties-utils.d.ts +0 -29
- package/lib/html/import/utils/paragraph-list-properties-utils.js +0 -158
- package/lib/html/import/utils/paragraph-properties-utils.d.ts +0 -22
- package/lib/html/import/utils/paragraph-properties-utils.js +0 -146
- package/lib/html/import/utils/tab-stops-utils.d.ts +0 -5
- package/lib/html/import/utils/tab-stops-utils.js +0 -71
- package/lib/html/import/utils/utils.d.ts +0 -17
- package/lib/html/import/utils/utils.js +0 -86
- package/lib/html/model/history/paste-html-data-history-item.d.ts +0 -19
- package/lib/html/model/history/paste-html-data-history-item.js +0 -108
- package/lib/model-api/anchor-info.d.ts +0 -67
- package/lib/model-api/api-utils/api-utils.d.ts +0 -25
- package/lib/model-api/api-utils/api-utils.js +0 -120
- package/lib/model-api/api-utils/bookmark-finder.d.ts +0 -4
- package/lib/model-api/api-utils/insert-text.d.ts +0 -9
- package/lib/model-api/api-utils/insert-text.js +0 -52
- package/lib/model-api/api-utils/model-parameter-checker.d.ts +0 -12
- package/lib/model-api/api-utils/model-parameter-checker.js +0 -40
- package/lib/model-api/api-utils/range-permission-finder.d.ts +0 -6
- package/lib/model-api/bookmark.d.ts +0 -17
- package/lib/model-api/bookmark.js +0 -24
- package/lib/model-api/character-properties.d.ts +0 -46
- package/lib/model-api/character-properties.js +0 -102
- package/lib/model-api/collections/bookmark-collection.d.ts +0 -15
- package/lib/model-api/collections/bookmark-collection.js +0 -52
- package/lib/model-api/collections/collection.d.ts +0 -10
- package/lib/model-api/collections/control-font.d.ts +0 -12
- package/lib/model-api/collections/control-font.js +0 -35
- package/lib/model-api/collections/drawing-object-collection-base.d.ts +0 -20
- package/lib/model-api/collections/drawing-object-collection-base.js +0 -54
- package/lib/model-api/collections/drawing-object-collection.d.ts +0 -19
- package/lib/model-api/collections/drawing-object-collection.js +0 -72
- package/lib/model-api/collections/field-collection.d.ts +0 -27
- package/lib/model-api/collections/field-collection.js +0 -125
- package/lib/model-api/collections/fonts-collection.d.ts +0 -11
- package/lib/model-api/collections/hyperlink-collection.d.ts +0 -15
- package/lib/model-api/collections/hyperlink-collection.js +0 -83
- package/lib/model-api/collections/numbered-list-collection.d.ts +0 -13
- package/lib/model-api/collections/numbered-list-collection.js +0 -47
- package/lib/model-api/collections/paragraph-collection.d.ts +0 -15
- package/lib/model-api/collections/paragraph-collection.js +0 -34
- package/lib/model-api/collections/range-permission-collection.d.ts +0 -22
- package/lib/model-api/collections/range-permission-collection.js +0 -93
- package/lib/model-api/collections/section-collection.d.ts +0 -11
- package/lib/model-api/collections/sub-documents-collection.d.ts +0 -11
- package/lib/model-api/collections/sub-documents-collection.js +0 -24
- package/lib/model-api/collections/table/table-cell-collection.d.ts +0 -12
- package/lib/model-api/collections/table/table-cell-collection.js +0 -17
- package/lib/model-api/collections/table/table-collection.d.ts +0 -15
- package/lib/model-api/collections/table/table-collection.js +0 -69
- package/lib/model-api/collections/table/table-row-collection.d.ts +0 -12
- package/lib/model-api/collections/table/table-row-collection.js +0 -17
- package/lib/model-api/document.d.ts +0 -54
- package/lib/model-api/document.js +0 -111
- package/lib/model-api/field.d.ts +0 -49
- package/lib/model-api/field.js +0 -109
- package/lib/model-api/fonts/control-font-face-descriptors.d.ts +0 -11
- package/lib/model-api/fonts/control-font.d.ts +0 -18
- package/lib/model-api/fonts/control-font.js +0 -39
- package/lib/model-api/fonts/model-font.d.ts +0 -11
- package/lib/model-api/formats/enum.d.ts +0 -6
- package/lib/model-api/formats/exporter.d.ts +0 -5
- package/lib/model-api/formats/exporter.js +0 -23
- package/lib/model-api/formats/importer.d.ts +0 -11
- package/lib/model-api/formats/importer.js +0 -64
- package/lib/model-api/images/floating-image.d.ts +0 -26
- package/lib/model-api/images/floating-image.js +0 -169
- package/lib/model-api/images/image-enums.d.ts +0 -61
- package/lib/model-api/images/image-interfaces.d.ts +0 -92
- package/lib/model-api/images/image-iterator.d.ts +0 -14
- package/lib/model-api/images/image-iterator.js +0 -23
- package/lib/model-api/images/image.d.ts +0 -33
- package/lib/model-api/images/image.js +0 -108
- package/lib/model-api/images/images.d.ts +0 -22
- package/lib/model-api/images/images.js +0 -221
- package/lib/model-api/images/inline-image.d.ts +0 -10
- package/lib/model-api/interval.d.ts +0 -15
- package/lib/model-api/lists/enums.d.ts +0 -79
- package/lib/model-api/lists/enums.js +0 -90
- package/lib/model-api/lists/list-level-settings.d.ts +0 -18
- package/lib/model-api/lists/lists.d.ts +0 -14
- package/lib/model-api/lists/lists.js +0 -114
- package/lib/model-api/paragraph.d.ts +0 -73
- package/lib/model-api/paragraph.js +0 -161
- package/lib/model-api/picture.d.ts +0 -34
- package/lib/model-api/picture.js +0 -186
- package/lib/model-api/range-permission.d.ts +0 -18
- package/lib/model-api/range-permission.js +0 -25
- package/lib/model-api/rectangle.d.ts +0 -8
- package/lib/model-api/section.d.ts +0 -148
- package/lib/model-api/section.js +0 -285
- package/lib/model-api/size.d.ts +0 -13
- package/lib/model-api/sub-document.d.ts +0 -68
- package/lib/model-api/sub-document.js +0 -288
- package/lib/model-api/table/table-cell.d.ts +0 -9
- package/lib/model-api/table/table-cell.js +0 -12
- package/lib/model-api/table/table-row.d.ts +0 -13
- package/lib/model-api/table/table-row.js +0 -17
- package/lib/model-api/table/table.d.ts +0 -16
- package/lib/model-api/table/table.js +0 -23
- package/lib/model-api/text-box.d.ts +0 -44
- package/lib/model-api/text-box.js +0 -103
- package/lib/model-api/unit-converter.d.ts +0 -14
- package/lib/model-api/utils/get-layout-point.d.ts +0 -9
- package/lib/model-api/utils/get-layout-point.js +0 -24
- package/lib/pdf/api/pdf.d.ts +0 -5
- package/lib/pdf/box-exporter.d.ts +0 -19
- package/lib/pdf/box-exporter.js +0 -89
- package/lib/pdf/character-properties-exporter.d.ts +0 -8
- package/lib/pdf/character-properties-exporter.js +0 -21
- package/lib/pdf/export-options.d.ts +0 -5
- package/lib/pdf/exporter.d.ts +0 -16
- package/lib/pdf/exporter.js +0 -117
- package/lib/pdf/interfaces.d.ts +0 -109
- package/lib/pdf/page-area-exporter.d.ts +0 -15
- package/lib/pdf/page-area-exporter.js +0 -43
- package/lib/pdf/page-exporter.d.ts +0 -20
- package/lib/pdf/page-exporter.js +0 -92
- package/lib/pdf/row-exporter.d.ts +0 -12
- package/lib/pdf/table-column-info-exporter.d.ts +0 -14
- package/lib/pdf/table-column-info-exporter.js +0 -53
- package/lib/rtf/export/characters.d.ts +0 -44
- package/lib/rtf/export/exporter.d.ts +0 -37
- package/lib/rtf/export/exporter.js +0 -208
- package/lib/rtf/export/exporters/picture/rtf-floating-object-picture-export-strategy.d.ts +0 -7
- package/lib/rtf/export/exporters/picture/rtf-inline-picture-export-strategy.d.ts +0 -7
- package/lib/rtf/export/exporters/picture/rtf-jpeg-picture-exporter.d.ts +0 -8
- package/lib/rtf/export/exporters/picture/rtf-picture-export-strategy.d.ts +0 -10
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.d.ts +0 -8
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter-factory.js +0 -14
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.d.ts +0 -16
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.js +0 -74
- package/lib/rtf/export/exporters/picture/rtf-png-picture-exporter.d.ts +0 -8
- package/lib/rtf/export/exporters/rtf-anchored-picture-run-exporter.d.ts +0 -13
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +0 -26
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.js +0 -144
- package/lib/rtf/export/exporters/rtf-anchored-text-box-run-exporter.d.ts +0 -14
- package/lib/rtf/export/exporters/rtf-character-properties-exporter.d.ts +0 -35
- package/lib/rtf/export/exporters/rtf-character-properties-exporter.js +0 -178
- package/lib/rtf/export/exporters/rtf-content-exporter.d.ts +0 -133
- package/lib/rtf/export/exporters/rtf-content-exporter.js +0 -902
- package/lib/rtf/export/exporters/rtf-numbering-list-exporter.d.ts +0 -40
- package/lib/rtf/export/exporters/rtf-numbering-list-exporter.js +0 -235
- package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.d.ts +0 -62
- package/lib/rtf/export/exporters/rtf-paragraph-properties-exporter.js +0 -340
- package/lib/rtf/export/exporters/rtf-properties-exporter.d.ts +0 -20
- package/lib/rtf/export/exporters/rtf-properties-exporter.js +0 -103
- package/lib/rtf/export/exporters/rtf-section-properties-exporter.d.ts +0 -21
- package/lib/rtf/export/exporters/rtf-section-properties-exporter.js +0 -96
- package/lib/rtf/export/exporters/rtf-style-exporter.d.ts +0 -54
- package/lib/rtf/export/exporters/rtf-style-exporter.js +0 -286
- package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.d.ts +0 -48
- package/lib/rtf/export/exporters/table/rtf-table-cell-properties-exporter.js +0 -152
- package/lib/rtf/export/exporters/table/rtf-table-exporter.d.ts +0 -7
- package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.d.ts +0 -17
- package/lib/rtf/export/exporters/table/rtf-table-properties-exporter.js +0 -93
- package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.d.ts +0 -17
- package/lib/rtf/export/exporters/table/rtf-table-row-properties-exporter.js +0 -78
- package/lib/rtf/export/exporters/table/states/rtf-nested-table-exporter-state.d.ts +0 -12
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.d.ts +0 -54
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state-base.js +0 -220
- package/lib/rtf/export/exporters/table/states/rtf-table-exporter-state.d.ts +0 -11
- package/lib/rtf/export/helpers/rtf-export-helper.d.ts +0 -24
- package/lib/rtf/export/helpers/rtf-export-helper.js +0 -49
- package/lib/rtf/export/helpers/rtf-shading-info-export-helper.d.ts +0 -12
- package/lib/rtf/export/helpers/rtf-shading-info-export-helper.js +0 -28
- package/lib/rtf/export/piece-table-numbering-list-counters-manager.d.ts +0 -5
- package/lib/rtf/export/rtf-builder.d.ts +0 -61
- package/lib/rtf/export/rtf-builder.js +0 -323
- package/lib/rtf/export/rtf-document-exporter-options.d.ts +0 -52
- package/lib/rtf/export/rtf-document-exporter-options.js +0 -55
- package/lib/rtf/import/destination/base/destination.d.ts +0 -60
- package/lib/rtf/import/destination/base/destination.js +0 -160
- package/lib/rtf/import/destination/base/hex-content-destination.d.ts +0 -10
- package/lib/rtf/import/destination/base/hex-stream-destination.d.ts +0 -9
- package/lib/rtf/import/destination/base/skip-destination.d.ts +0 -16
- package/lib/rtf/import/destination/base/string-property-base-destination.d.ts +0 -15
- package/lib/rtf/import/destination/base/string-property-base-destination.js +0 -26
- package/lib/rtf/import/destination/base/string-property-destination.d.ts +0 -14
- package/lib/rtf/import/destination/base/string-property-destination.js +0 -24
- package/lib/rtf/import/destination/base/string-value-destination-base.d.ts +0 -9
- package/lib/rtf/import/destination/base/string-value-destination-base.js +0 -11
- package/lib/rtf/import/destination/base/string-value-destination.d.ts +0 -12
- package/lib/rtf/import/destination/base/text-after-destination.d.ts +0 -7
- package/lib/rtf/import/destination/base/text-before-destination.d.ts +0 -7
- package/lib/rtf/import/destination/base/unicode-destination.d.ts +0 -12
- package/lib/rtf/import/destination/base/unicode-string-value-destination.d.ts +0 -14
- package/lib/rtf/import/destination/bookmark/bookmark-destination-base.d.ts +0 -9
- package/lib/rtf/import/destination/bookmark/bookmark-end-destination.d.ts +0 -10
- package/lib/rtf/import/destination/bookmark/bookmark-start-destination.d.ts +0 -10
- package/lib/rtf/import/destination/color-table-destination.d.ts +0 -26
- package/lib/rtf/import/destination/color-table-destination.js +0 -170
- package/lib/rtf/import/destination/custom-properties-destination.d.ts +0 -13
- package/lib/rtf/import/destination/destination-revision-author-table.d.ts +0 -11
- package/lib/rtf/import/destination/document-variable-destination.d.ts +0 -13
- package/lib/rtf/import/destination/fields/code-field-destination.d.ts +0 -13
- package/lib/rtf/import/destination/fields/enums.d.ts +0 -6
- package/lib/rtf/import/destination/fields/field-destination.d.ts +0 -20
- package/lib/rtf/import/destination/fields/field-map-data-destination.d.ts +0 -34
- package/lib/rtf/import/destination/fields/field-status-bar-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/field-sub-destination.d.ts +0 -15
- package/lib/rtf/import/destination/fields/form-field-destination.d.ts +0 -26
- package/lib/rtf/import/destination/fields/form-field-destination.js +0 -71
- package/lib/rtf/import/destination/fields/form-field-entry-macro-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-exit-macro-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-help-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/form-field-name-destination.d.ts +0 -8
- package/lib/rtf/import/destination/fields/mail-merge-destination.d.ts +0 -19
- package/lib/rtf/import/destination/fields/result-field-destination.d.ts +0 -9
- package/lib/rtf/import/destination/fields/table-content-field-destination.d.ts +0 -19
- package/lib/rtf/import/destination/font-table-destination.d.ts +0 -21
- package/lib/rtf/import/destination/info/info-destination.d.ts +0 -25
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.d.ts +0 -54
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering-base.js +0 -166
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.d.ts +0 -48
- package/lib/rtf/import/destination/numbering-list/destination-old-paragraph-numbering.js +0 -275
- package/lib/rtf/import/destination/numbering-list/destination-old-section-numbering-level.d.ts +0 -14
- package/lib/rtf/import/destination/numbering-list/list-level-destination.d.ts +0 -37
- package/lib/rtf/import/destination/numbering-list/list-level-destination.js +0 -144
- package/lib/rtf/import/destination/numbering-list/list-level-numbers-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-level-text-destination.d.ts +0 -15
- package/lib/rtf/import/destination/numbering-list/list-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-override-level-destination.d.ts +0 -15
- package/lib/rtf/import/destination/numbering-list/list-override-table-destination.d.ts +0 -16
- package/lib/rtf/import/destination/numbering-list/list-style-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/numbering-list/list-table-destination.d.ts +0 -28
- package/lib/rtf/import/destination/page-background-destination.d.ts +0 -9
- package/lib/rtf/import/destination/picture/picture-destination.d.ts +0 -66
- package/lib/rtf/import/destination/picture/picture-destination.js +0 -249
- package/lib/rtf/import/destination/picture/picture-units-converter.d.ts +0 -15
- package/lib/rtf/import/destination/properties/default-character-properties-destination.d.ts +0 -15
- package/lib/rtf/import/destination/properties/default-character-properties-destination.js +0 -26
- package/lib/rtf/import/destination/properties/default-paragraph-properties-destination.d.ts +0 -15
- package/lib/rtf/import/destination/protection/legacy-password-hash-destination.d.ts +0 -9
- package/lib/rtf/import/destination/protection/password-hash-destination.d.ts +0 -9
- package/lib/rtf/import/destination/protection/password-hash-destination.js +0 -24
- package/lib/rtf/import/destination/range-permission/range-permission-destination-base.d.ts +0 -12
- package/lib/rtf/import/destination/range-permission/range-permission-end-destination.d.ts +0 -10
- package/lib/rtf/import/destination/range-permission/range-permission-start-destination.d.ts +0 -10
- package/lib/rtf/import/destination/shape/enums.d.ts +0 -21
- package/lib/rtf/import/destination/shape/hyperlink-location-value-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/hyperlink-property-value-destination.d.ts +0 -12
- package/lib/rtf/import/destination/shape/hyperlink-source-value-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/pic/shape-picture-destination.d.ts +0 -16
- package/lib/rtf/import/destination/shape/shape-destination-base.d.ts +0 -15
- package/lib/rtf/import/destination/shape/shape-destination.d.ts +0 -12
- package/lib/rtf/import/destination/shape/shape-instance-destination.d.ts +0 -9
- package/lib/rtf/import/destination/shape/shape-properties-destination-base.d.ts +0 -50
- package/lib/rtf/import/destination/shape/shape-properties-destination-base.js +0 -159
- package/lib/rtf/import/destination/shape/shape-property-destination.d.ts +0 -19
- package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.d.ts +0 -21
- package/lib/rtf/import/destination/shape/shape-property-hsv-value-destination.js +0 -44
- package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.d.ts +0 -11
- package/lib/rtf/import/destination/shape/shape-property-hyperlink-destination.js +0 -24
- package/lib/rtf/import/destination/shape/shape-property-name-destination.d.ts +0 -7
- package/lib/rtf/import/destination/shape/shape-property-value-destination.d.ts +0 -13
- package/lib/rtf/import/destination/shape/shape-text-destination.d.ts +0 -8
- package/lib/rtf/import/destination/styles/character-style-destination.d.ts +0 -20
- package/lib/rtf/import/destination/styles/character-style-destination.js +0 -51
- package/lib/rtf/import/destination/styles/style-sheet-destination.d.ts +0 -28
- package/lib/rtf/import/destination/styles/style-sheet-destination.js +0 -93
- package/lib/rtf/import/destination/styles/table-style-destination.d.ts +0 -39
- package/lib/rtf/import/destination/styles/table-style-destination.js +0 -154
- package/lib/rtf/import/destination/sub-document/default-destination.d.ts +0 -205
- package/lib/rtf/import/destination/sub-document/default-destination.js +0 -580
- package/lib/rtf/import/destination/sub-document/destination-sub-document.d.ts +0 -420
- package/lib/rtf/import/destination/sub-document/destination-sub-document.js +0 -1835
- package/lib/rtf/import/destination/sub-document/section-header-footer-destination-base.d.ts +0 -11
- package/lib/rtf/import/destination/sub-document/section-page-footer-destination.d.ts +0 -8
- package/lib/rtf/import/destination/sub-document/section-page-header-destination.d.ts +0 -8
- package/lib/rtf/import/destination/table/skip-nested-table-destination.d.ts +0 -10
- package/lib/rtf/import/destination/user-table-destination.d.ts +0 -9
- package/lib/rtf/import/destination/utils/destination-type.d.ts +0 -78
- package/lib/rtf/import/destination/utils/enums.d.ts +0 -42
- package/lib/rtf/import/dx-decoding/decoder-base.d.ts +0 -4
- package/lib/rtf/import/dx-decoding/decoder-helper.d.ts +0 -5
- package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.d.ts +0 -6
- package/lib/rtf/import/dx-decoding/gb2315-decoder-helper.js +0 -43
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +0 -6
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.js +0 -36
- package/lib/rtf/import/dx-decoding/russian-decoder.d.ts +0 -133
- package/lib/rtf/import/dx-decoding/specified-symbols-949.d.ts +0 -2
- package/lib/rtf/import/dx-decoding/specified-symbols-949.js +0 -272
- package/lib/rtf/import/dx-decoding/specified-symbols.d.ts +0 -10
- package/lib/rtf/import/dx-decoding/specified-symbols.js +0 -507
- package/lib/rtf/import/encoding/character-decoder.d.ts +0 -6
- package/lib/rtf/import/encoding/code-page-character-decoder.d.ts +0 -13
- package/lib/rtf/import/encoding/code-pages.d.ts +0 -18
- package/lib/rtf/import/encoding/dx-encoding.d.ts +0 -5
- package/lib/rtf/import/encoding/dx-encoding.js +0 -26
- package/lib/rtf/import/encoding/empty-character-decoder.d.ts +0 -8
- package/lib/rtf/import/encoding/skip-character-decoder.d.ts +0 -8
- package/lib/rtf/import/encoding/unicode-character-decoder.d.ts +0 -12
- package/lib/rtf/import/importer-options.d.ts +0 -8
- package/lib/rtf/import/importer-options.js +0 -9
- package/lib/rtf/import/importers/bookmark-importer.d.ts +0 -14
- package/lib/rtf/import/importers/bookmark-importer.js +0 -36
- package/lib/rtf/import/importers/character-importer.d.ts +0 -32
- package/lib/rtf/import/importers/character-importer.js +0 -132
- package/lib/rtf/import/importers/comments-importer.d.ts +0 -11
- package/lib/rtf/import/importers/field-importer.d.ts +0 -33
- package/lib/rtf/import/importers/field-importer.js +0 -91
- package/lib/rtf/import/importers/font-importer.d.ts +0 -17
- package/lib/rtf/import/importers/font-importer.js +0 -36
- package/lib/rtf/import/importers/image-importer.d.ts +0 -20
- package/lib/rtf/import/importers/image-importer.js +0 -73
- package/lib/rtf/import/importers/importer-base.d.ts +0 -16
- package/lib/rtf/import/importers/importers-collection.d.ts +0 -36
- package/lib/rtf/import/importers/numbering-lists-importer.d.ts +0 -27
- package/lib/rtf/import/importers/paragraph-importer.d.ts +0 -26
- package/lib/rtf/import/importers/paragraph-importer.js +0 -101
- package/lib/rtf/import/importers/range-permission-importer.d.ts +0 -17
- package/lib/rtf/import/importers/range-permission-importer.js +0 -33
- package/lib/rtf/import/importers/section-importer.d.ts +0 -25
- package/lib/rtf/import/importers/section-importer.js +0 -102
- package/lib/rtf/import/importers/shape-importer.d.ts +0 -11
- package/lib/rtf/import/importers/shape-importer.js +0 -42
- package/lib/rtf/import/importers/styles/base-style-importer.d.ts +0 -27
- package/lib/rtf/import/importers/styles/character-style-importer.d.ts +0 -10
- package/lib/rtf/import/importers/styles/character-style-importer.js +0 -19
- package/lib/rtf/import/importers/styles/paragraph-style-importer.d.ts +0 -12
- package/lib/rtf/import/importers/styles/paragraph-style-importer.js +0 -26
- package/lib/rtf/import/importers/styles/rtf-style-importer-state.d.ts +0 -6
- package/lib/rtf/import/importers/styles/table-style-importer.d.ts +0 -10
- package/lib/rtf/import/importers/styles/table-style-importer.js +0 -20
- package/lib/rtf/import/importers/styles-importer.d.ts +0 -20
- package/lib/rtf/import/importers/table-importer.d.ts +0 -13
- package/lib/rtf/import/importers/table-importer.js +0 -30
- package/lib/rtf/import/keyword-tables/character-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/character-properties.js +0 -64
- package/lib/rtf/import/keyword-tables/default-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/default-keywords.js +0 -23
- package/lib/rtf/import/keyword-tables/document-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/document-properties.js +0 -15
- package/lib/rtf/import/keyword-tables/keyword-table-holder.d.ts +0 -9
- package/lib/rtf/import/keyword-tables/keyword-table-holder.js +0 -295
- package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/paragraph-numbering-desc-keywords.js +0 -44
- package/lib/rtf/import/keyword-tables/paragraph-properties.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/paragraph-properties.js +0 -83
- package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/shape-properties-destination-base-keywords.js +0 -28
- package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.d.ts +0 -3
- package/lib/rtf/import/keyword-tables/sub-document/default-destination-keywords.js +0 -227
- package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.d.ts +0 -8
- package/lib/rtf/import/keyword-tables/sub-document/sub-document-keywords.js +0 -105
- package/lib/rtf/import/keyword-tables/sub-document/table-keywords.d.ts +0 -4
- package/lib/rtf/import/keyword-tables/sub-document/table-keywords.js +0 -243
- package/lib/rtf/import/model/bookmark/import-bookmark-info-core.d.ts +0 -7
- package/lib/rtf/import/model/bookmark/import-bookmark-info.d.ts +0 -9
- package/lib/rtf/import/model/character/character-properties.d.ts +0 -23
- package/lib/rtf/import/model/character/character-properties.js +0 -60
- package/lib/rtf/import/model/character/enums.d.ts +0 -23
- package/lib/rtf/import/model/character/font-info-collection.d.ts +0 -7
- package/lib/rtf/import/model/character/rtf-font-info.d.ts +0 -18
- package/lib/rtf/import/model/character/rtf-formatting-info.d.ts +0 -21
- package/lib/rtf/import/model/color-collections.d.ts +0 -13
- package/lib/rtf/import/model/color-collections.js +0 -13
- package/lib/rtf/import/model/comment/import-comment-info.d.ts +0 -3
- package/lib/rtf/import/model/enums.d.ts +0 -16
- package/lib/rtf/import/model/fields/rtf-field-info.d.ts +0 -20
- package/lib/rtf/import/model/image/picture-destination-info.d.ts +0 -27
- package/lib/rtf/import/model/image/rtf-image-info.d.ts +0 -16
- package/lib/rtf/import/model/numbering-lists/rtf-list-converter.d.ts +0 -25
- package/lib/rtf/import/model/numbering-lists/rtf-list-converter.js +0 -138
- package/lib/rtf/import/model/numbering-lists/rtf-list-level.d.ts +0 -16
- package/lib/rtf/import/model/numbering-lists/rtf-list-level.js +0 -42
- package/lib/rtf/import/model/numbering-lists/rtf-list-override-level.d.ts +0 -9
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-info.d.ts +0 -6
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list-override.d.ts +0 -7
- package/lib/rtf/import/model/numbering-lists/rtf-numbering-list.d.ts +0 -15
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info-collection.d.ts +0 -7
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.d.ts +0 -15
- package/lib/rtf/import/model/numbering-lists/rtf-old-list-level-info.js +0 -20
- package/lib/rtf/import/model/paragraph/paragraph-frame-formatting-info.d.ts +0 -48
- package/lib/rtf/import/model/paragraph/paragraph-properties.d.ts +0 -38
- package/lib/rtf/import/model/paragraph/paragraph-properties.js +0 -98
- package/lib/rtf/import/model/range-permission/import-range-permission-info.d.ts +0 -15
- package/lib/rtf/import/model/range-permission/import-range-permission-info.js +0 -20
- package/lib/rtf/import/model/rtf-document-properties.d.ts +0 -15
- package/lib/rtf/import/model/rtf-revision-authors.d.ts +0 -6
- package/lib/rtf/import/model/section/general-section-info.d.ts +0 -17
- package/lib/rtf/import/model/section/line-numbering-info.d.ts +0 -9
- package/lib/rtf/import/model/section/margins-info.d.ts +0 -12
- package/lib/rtf/import/model/section/page-numbering-info.d.ts +0 -10
- package/lib/rtf/import/model/section/page-numbering-info.js +0 -16
- package/lib/rtf/import/model/section/rtf-section-properties.d.ts +0 -25
- package/lib/rtf/import/model/section/rtf-section-properties.js +0 -49
- package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.d.ts +0 -20
- package/lib/rtf/import/model/shape/calculators/rtf-bounds-calculator-base.js +0 -46
- package/lib/rtf/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.d.ts +0 -13
- package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.d.ts +0 -4
- package/lib/rtf/import/model/shape/rtf-shape-helpers/drawing-effects-import-helper.js +0 -6
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.d.ts +0 -35
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-container-properties-helper.js +0 -145
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.d.ts +0 -9
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.d.ts +0 -14
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.d.ts +0 -10
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-outline-properties-helper.js +0 -25
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.d.ts +0 -20
- package/lib/rtf/import/model/shape/rtf-shape-helpers/rtf-shape-import-helper.js +0 -64
- package/lib/rtf/import/model/shape/shape-properties-info.d.ts +0 -10
- package/lib/rtf/import/model/shape/shape-type-code.d.ts +0 -206
- package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.d.ts +0 -20
- package/lib/rtf/import/model/table/properties/rtf-table-cell-properties.js +0 -31
- package/lib/rtf/import/model/table/properties/rtf-table-properties.d.ts +0 -20
- package/lib/rtf/import/model/table/properties/rtf-table-properties.js +0 -50
- package/lib/rtf/import/model/table/properties/table-floating-position-info.d.ts +0 -15
- package/lib/rtf/import/model/table/properties/table-row-properties.d.ts +0 -26
- package/lib/rtf/import/model/table/properties/table-row-properties.js +0 -39
- package/lib/rtf/import/model/table/rtf-table-cell.d.ts +0 -20
- package/lib/rtf/import/model/table/rtf-table-cell.js +0 -30
- package/lib/rtf/import/model/table/rtf-table-row.d.ts +0 -17
- package/lib/rtf/import/model/table/rtf-table-row.js +0 -21
- package/lib/rtf/import/model/table/rtf-table.d.ts +0 -17
- package/lib/rtf/import/model/table/rtf-table.js +0 -29
- package/lib/rtf/import/properties-normalization/tmp.d.ts +0 -1
- package/lib/rtf/import/rtf-import-data.d.ts +0 -100
- package/lib/rtf/import/rtf-import-data.js +0 -352
- package/lib/rtf/import/rtf-importer.d.ts +0 -17
- package/lib/rtf/import/rtf-importer.js +0 -56
- package/lib/rtf/import/table/rtf-table-cell-controller.d.ts +0 -17
- package/lib/rtf/import/table/rtf-table-columns-calculator.d.ts +0 -9
- package/lib/rtf/import/table/rtf-table-controller.d.ts +0 -18
- package/lib/rtf/import/table/rtf-table-row-controller.d.ts +0 -22
- package/lib/rtf/import/table/rtf-table-state.d.ts +0 -13
- package/lib/rtf/import/table/states/manager-state.d.ts +0 -20
- package/lib/rtf/import/table/states/no-table-state.d.ts +0 -15
- package/lib/rtf/import/table/states/state-base.d.ts +0 -20
- package/lib/rtf/import/table/table-converter.d.ts +0 -44
- package/lib/rtf/import/table/table-converter.js +0 -250
- package/lib/rtf/import/table/table-grid.d.ts +0 -8
- package/lib/rtf/import/table/table-reader.d.ts +0 -45
- package/lib/rtf/translation-table/rtf-content-exporter.d.ts +0 -5
- package/lib/rtf/translation-table/rtf-content-exporter.js +0 -15
- package/lib/rtf/translation-table/rtf-drawing-keywords.d.ts +0 -190
- package/lib/rtf/translation-table/rtf-drawing-keywords.js +0 -264
- package/lib/rtf/translation-table/rtf-export-sr.d.ts +0 -691
- package/lib/rtf/translation-table/rtf-export-sr.js +0 -777
- package/lib/rtf/utils/character-properties-export-helper.d.ts +0 -6
- package/lib/rtf/utils/character-properties-export-helper.js +0 -11
- package/lib/rtf/utils/list-level-display-text-helper.d.ts +0 -5
- package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.d.ts +0 -16
- package/lib/rtf/utils/mergers/rtf-table-cell-properties-merger.js +0 -52
- package/lib/rtf/utils/mergers/rtf-table-properties-merger-base.d.ts +0 -19
- package/lib/rtf/utils/mergers/rtf-table-properties-merger.d.ts +0 -15
- package/lib/rtf/utils/mergers/rtf-table-properties-merger.js +0 -55
- package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.d.ts +0 -16
- package/lib/rtf/utils/mergers/rtf-table-row-properties-merger.js +0 -32
- package/lib/rtf/utils/numbering-formats.d.ts +0 -3
- package/lib/rtf/utils/numbering-formats.js +0 -72
- package/lib/rtf/utils/rtf-art-border-converter.d.ts +0 -9
- package/lib/rtf/utils/rtf-art-border-converter.js +0 -188
- package/lib/rtf/utils/rtf-math-utils.d.ts +0 -6
- package/lib/rtf/utils/shape-utils.d.ts +0 -5
- package/lib/rtf/utils/unicode-char-helper.d.ts +0 -37
- package/lib/rtf/utils/unicode-char-helper.js +0 -90
- package/lib/txt/txt-exporter.d.ts +0 -13
- package/lib/txt/txt-importer.d.ts +0 -13
- package/lib/txt/txt-importer.js +0 -83
- /package/lib/{base-api → client/api}/history.js +0 -0
- /package/lib/{base-api → client/api}/loading-panel.js +0 -0
- /package/lib/{document-processor → client/document-processor}/docvar-args.js +0 -0
- /package/lib/{document-processor/public/all.js → client/document-processor/public/all.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/export/data.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/character-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/numbering-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/paragraph-style.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base/styles/style-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/content-types.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/core-properties.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/base.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/core-relations.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/document-relations.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/relations/relation-collection.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/header-footer-sub-document-exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/exporters/sub-document/text-box-content-exporter.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/utils/id-generator.js +0 -0
- /package/lib/{docx → client/formats/docx}/export/utils/writer-helper.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/bookmark/bookmark-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/borders/table-border-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/character-properties/character-formatting-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/character-properties/run-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/comments/comment-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/alt-chunk-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/background-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/body-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/document/document-version-destination.js +0 -0
- /package/lib/{core/layout-formatter/box/generator/multi-dimension-iterator.js → client/formats/docx/import/destination/field/field-data-destination.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/field-data-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/field-destination-base.js +0 -0
- /package/lib/{core/layout-formatter/table/layout-row-index-helper.js → client/formats/docx/import/destination/field/form-field-destination.d.ts} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/field/form-field-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-formatting-leaf-element-destination.js +0 -0
- /package/lib/{docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.d.ts} +0 -0
- /package/lib/{rtf/import/properties-normalization/tmp.js → client/formats/docx/import/destination/paragraph-properties/paragraph-mark-run-properties-destination.js} +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-mark-run-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/paragraph-properties/paragraph-numbering-reference-level-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/property-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-end-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/range-permission/range-permission-start-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/relationships/relation-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/custom-run-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/data-container-run-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-run-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/deleted-text-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/inline-picture-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/inserted-run-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/runs/revision-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/inner-section-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/last-section-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-different-first-page-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-margins-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/section/section-page-numbering-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/default-tab-stop-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/different-odd-and-even-pages-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/settings/mirror-margins-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/structured-document-content-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/structured-document-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/linked-style-id-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/next-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-hidden-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-name-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-parent-id-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-qformat-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/base/style-semi-hidden-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-run-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-cell-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/destinations/style-table-row-properties-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/paragraph/paragraph-style-reference-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/style/run-style-reference-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-column-span-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-conditional-formatting-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-element-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/cell/properties/table-cell-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-conditional-formatting-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-after-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-grid-before-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/row/properties/table-row-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/grid-column-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-look-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-overlap-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-base-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-properties-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table/properties/table-right-to-left-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/table/table-style-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/tabs/tabs-leaf-element-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/drawing-color-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/preset-color-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/color/props/color-transform-destination-base.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/destination/themes/font/office-theme-supplemental-font-scheme-destination.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/alt-chunk-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/comments-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/core-properties-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/custom-properties-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/end-notes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/foot-notes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/header-footer-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/numbering-list-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/position-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/settings-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/themes-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/importers/web-settings-importer.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/list/open-xml-abstract-numbering-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/list/open-xml-numbering-list-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/alt-chunk-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/comment-list-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/import-field-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/import/model/open-xml-style-conditional-table-formatting-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/ml-table-data.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/translation-tables-data.js +0 -0
- /package/lib/{docx → client/formats/docx}/translation-table/word-processing-mlvalue.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/lock-aspect-ratio-table.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/open-xml-relation.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/path-helper.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/progress-indication.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/string-extensions.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/string-value-parser.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/units-converter.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/value-info.js +0 -0
- /package/lib/{docx → client/formats/docx}/utils/xml-chars-decoder.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/xml-reader.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/zip-builder.js +0 -0
- /package/lib/{docx → client/formats/docx}/zip/zip-reader.js +0 -0
- /package/lib/{model-api → client/model-api}/anchor-info.js +0 -0
- /package/lib/{api-utils → client/model-api}/api-utils/parameter-checker.js +0 -0
- /package/lib/{model-api → client/model-api}/api-utils/range-permission-finder.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/collection.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/fonts-collection.js +0 -0
- /package/lib/{model-api → client/model-api}/collections/section-collection.js +0 -0
- /package/lib/{model-api → client/model-api}/fonts/control-font-face-descriptors.js +0 -0
- /package/lib/{model-api → client/model-api}/fonts/model-font.js +0 -0
- /package/lib/{model-api → client/model-api}/formats/enum.js +0 -0
- /package/lib/{model-api → client/model-api}/images/image-enums.js +0 -0
- /package/lib/{model-api → client/model-api}/images/image-interfaces.js +0 -0
- /package/lib/{model-api → client/model-api}/images/inline-image.js +0 -0
- /package/lib/{model-api → client/model-api}/interval.js +0 -0
- /package/lib/{model-api → client/model-api}/lists/list-level-settings.js +0 -0
- /package/lib/{model-api → client/model-api}/rectangle.js +0 -0
- /package/lib/{model-api → client/model-api}/size.js +0 -0
- /package/lib/{base-utils/direction-adaptor/i-direction-adaptor.js → client/model-api/table/types.js} +0 -0
- /package/lib/{model-api → client/model-api}/unit-converter.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-localized-ribbon-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-ribbon-text-content-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/i-toolbar-item-options.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/ribbon.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/index.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-group-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-button-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-color-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-interactive-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-base.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/base-types.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/color-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/index.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/number-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-item-template-creators/select-box-toolbar-item-template-creator.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-menu-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-number-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-select-box-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-separator-item.js +0 -0
- /package/lib/{client-ribbon/client-ribbon → client/ribbon}/toolbar-items/toolbar-sub-menu-item.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/devextreme-types.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-theme-css-classes.js +0 -0
- /package/lib/{dxt-utils/dxt-utils → client/utils/devextreme}/dxt-utils.js +0 -0
- /package/lib/{base → common}/auto-correct/auto-correct-service.js +0 -0
- /package/lib/{base → common}/bars/interfaces.js +0 -0
- /package/lib/{base → common}/canvas/canvas-scroll-info.js +0 -0
- /package/lib/{core → common}/canvas/i-control-height-provider.js +0 -0
- /package/lib/{base → common}/canvas/listeners/frame-base-listener.js +0 -0
- /package/lib/{base → common}/canvas/listeners/resize-box-listener.js +0 -0
- /package/lib/{core → common}/canvas/picture-renderer.js +0 -0
- /package/lib/{core → common}/canvas/renderer-class-names.js +0 -0
- /package/lib/{base → common}/canvas/renderes/change-active-sub-document/base-renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/change-active-sub-document/renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/common/print-layout-renderer.js +0 -0
- /package/lib/{base → common}/canvas/renderes/selection-renderers/touch-selection-circle-elements-manager.js +0 -0
- /package/lib/{core → common}/canvas/renderes/z-index-helper.js +0 -0
- /package/lib/{base → common}/canvas/utils.js +0 -0
- /package/lib/{base → common}/client-side-events.js +0 -0
- /package/lib/{base → common}/commands/client-command.js +0 -0
- /package/lib/{base → common}/commands/command-manager.js +0 -0
- /package/lib/{base → common}/commands/command-states.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-alert-message-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-insert-table-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/dialog-split-table-cells-command.js +0 -0
- /package/lib/{base → common}/commands/dialogs/show-dialog-command-base.js +0 -0
- /package/lib/{base → common}/commands/dialogs/show-quick-search-panel-command.js +0 -0
- /package/lib/{base → common}/commands/fields/remove-hyperlink-command.js +0 -0
- /package/lib/{base → common}/commands/find-replace/hide-find-results-command.js +0 -0
- /package/lib/{base → common}/commands/floating-objects/context-item-floating-objects.js +0 -0
- /package/lib/{base → common}/commands/header-footer/close-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/header-footer/context-item-headers-footers.js +0 -0
- /package/lib/{base → common}/commands/header-footer/go-to-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/header-footer/go-to-prev-next-header-footer-command.js +0 -0
- /package/lib/{base → common}/commands/i-command.js +0 -0
- /package/lib/{base → common}/commands/layout/toggle-show-hidden-symbols-command.js +0 -0
- /package/lib/{base → common}/commands/numbering/remove-numeration-from-paragraphs-command.js +0 -0
- /package/lib/{base → common}/commands/ruler/toggle-show-horizontal-ruler-command.js +0 -0
- /package/lib/{base → common}/commands/section-properties/change-section-properties-command-base.js +0 -0
- /package/lib/{base → common}/commands/selection/go-to-document-end-command.js +0 -0
- /package/lib/{base → common}/commands/selection/go-to-document-start-command.js +0 -0
- /package/lib/{base → common}/commands/selection/select-all-document-command.js +0 -0
- /package/lib/{base → common}/commands/selection/select-paragraph-command.js +0 -0
- /package/lib/{base → common}/commands/selection/selection-command-base.js +0 -0
- /package/lib/{base → common}/commands/shortcut-manager.js +0 -0
- /package/lib/{base → common}/commands/shortcuts/assign-shortcut-command.js +0 -0
- /package/lib/{base → common}/commands/spelling/ignore-spelling-error-command.js +0 -0
- /package/lib/{base → common}/commands/spelling/spelling-command-base.js +0 -0
- /package/lib/{base → common}/commands/tables/context-item-tables.js +0 -0
- /package/lib/{base → common}/commands/tables/row-command-base.js +0 -0
- /package/lib/{base → common}/commands/tables/table-command-base.js +0 -0
- /package/lib/{core → common}/document-format.js +0 -0
- /package/lib/{base → common}/focus-manager.js +0 -0
- /package/lib/{core → common}/formats/document-importer-errors.js +0 -0
- /package/lib/{core → common}/formats/file-name-helper.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/b.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/base.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/center.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/cite.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/div.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/em.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/font.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/i.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/li.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/ol.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/p.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/pre.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/tbody.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/tt.js +0 -0
- /package/lib/{html → common/formats/html}/import/importers/ul.js +0 -0
- /package/lib/{html → common/formats/html}/import/load-font-info.js +0 -0
- /package/lib/{html → common/formats/html}/import/utils/font-utils.js +0 -0
- /package/lib/{core → common}/formats/i-document-exporter.js +0 -0
- /package/lib/{core → common}/formats/i-document-importer.js +0 -0
- /package/lib/{core → common}/formats/model-restorer/section-restorer.js +0 -0
- /package/lib/{core → common}/formats/model-restorer/table-restorer.js +0 -0
- /package/lib/{core → common}/formats/options.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/api/pdf.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/export-options.js +0 -0
- /package/lib/{core/model/drawing → common/formats/pdf}/interfaces.js +0 -0
- /package/lib/{pdf → common/formats/pdf}/row-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/characters.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-floating-object-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-inline-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-jpeg-picture-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-picture-export-strategy.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/picture/rtf-png-picture-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-picture-run-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/rtf-anchored-text-box-run-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/rtf-table-exporter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-nested-table-exporter-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/exporters/table/states/rtf-table-exporter-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/export/piece-table-numbering-list-counters-manager.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-content-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/hex-stream-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/skip-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/string-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-after-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/text-before-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/base/unicode-string-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-end-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/bookmark/bookmark-start-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/custom-properties-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/destination-revision-author-table.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/document-variable-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/code-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-map-data-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-status-bar-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/field-sub-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-entry-macro-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-exit-macro-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-help-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/form-field-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/mail-merge-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/result-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/fields/table-content-field-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/font-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/info/info-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/destination-old-section-numbering-level.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-numbers-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-level-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-level-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-override-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-style-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/numbering-list/list-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/page-background-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/picture/picture-units-converter.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/properties/default-paragraph-properties-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/protection/legacy-password-hash-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-end-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/range-permission/range-permission-start-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-location-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-property-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/hyperlink-source-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/pic/shape-picture-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-instance-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-name-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-property-value-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/shape/shape-text-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-header-footer-destination-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-footer-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/sub-document/section-page-header-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/table/skip-nested-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/user-table-destination.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/utils/destination-type.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/destination/utils/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/decoder-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/dx-decoding/russian-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/code-page-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/code-pages.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/empty-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/skip-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/encoding/unicode-character-decoder.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/comments-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/importer-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/importers-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/numbering-lists-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles/base-style-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles/rtf-style-importer-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/importers/styles-importer.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info-core.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/bookmark/import-bookmark-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/font-info-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-font-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/character/rtf-formatting-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/comment/import-comment-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/enums.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/fields/rtf-field-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/image/picture-destination-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/image/rtf-image-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-list-override-level.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list-override.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-numbering-list.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/numbering-lists/rtf-old-list-level-info-collection.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/paragraph/paragraph-frame-formatting-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/rtf-document-properties.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/rtf-revision-authors.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/general-section-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/line-numbering-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/section/margins-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/calculators/rtf-topmost-shape-bounds-calculator.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-object-run-properties-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/rtf-shape-helpers/rtf-drawing-text-body-properties-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-properties-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/shape/shape-type-code.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/model/table/properties/table-floating-position-info.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-cell-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-columns-calculator.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-row-controller.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/rtf-table-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/manager-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/no-table-state.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/states/state-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/table-grid.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/import/table/table-reader.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/list-level-display-text-helper.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/mergers/rtf-table-properties-merger-base.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/rtf-math-utils.js +0 -0
- /package/lib/{rtf → common/formats/rtf}/utils/shape-utils.js +0 -0
- /package/lib/{txt → common/formats/txt}/txt-exporter.js +0 -0
- /package/lib/{core → common}/formats/utils/color/tint-and-shade-calculator.js +0 -0
- /package/lib/{core → common}/formats/utils/cross-existing-iterator.js +0 -0
- /package/lib/{core → common}/formats/utils/document-formats-helper.js +0 -0
- /package/lib/{core → common}/formats/utils/enums.js +0 -0
- /package/lib/{core → common}/formats/utils/images-import.js +0 -0
- /package/lib/{core → common}/formats/utils/import-bookmark-info-core.js +0 -0
- /package/lib/{core → common}/formats/utils/import-comment-info.js +0 -0
- /package/lib/{core → common}/formats/utils/numbering-list-index-constants.js +0 -0
- /package/lib/{core → common}/formats/utils/string-helper.js +0 -0
- /package/lib/{base → common}/interfaces/i-control-owner.js +0 -0
- /package/lib/{core → common}/interfaces/i-document-layout-changes-listener.js +0 -0
- /package/lib/{base → common}/interfaces/i-event-manager.js +0 -0
- /package/lib/{core → common}/interfaces/i-font-changes-listener.js +0 -0
- /package/lib/{base → common}/interfaces/i-rich-edit-core.js +0 -0
- /package/lib/{base → common}/interfaces/i-selection-layout-changes-listener.js +0 -0
- /package/lib/{core → common}/interfaces/model-changes-listener.js +0 -0
- /package/lib/{base → common}/internal-api.js +0 -0
- /package/lib/{core → common}/layout/document-layout-details-level.js +0 -0
- /package/lib/{core → common}/layout/document-layout.js +0 -0
- /package/lib/{core → common}/layout/layout-point.js +0 -0
- /package/lib/{core → common}/layout/layout-position.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/bookmark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-object-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-picture-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-anchored-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-column-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dash-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-dependent-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-end-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-code-start-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-field-result-end-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-line-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-non-breaking-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-numbering-list-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-page-break-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-paragraph-mark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-picture-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-section-mark-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-tab-space-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-boxes/layout-text-box.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-column.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-page-area.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-page.js +0 -0
- /package/lib/{core → common}/layout/main-structures/layout-row.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-info.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-items.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection-page-info.js +0 -0
- /package/lib/{core → common}/layout/selection/layout-selection.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-cell-info.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-info.js +0 -0
- /package/lib/{core → common}/layout/table/layout-table-row-info.js +0 -0
- /package/lib/{core → common}/layout/table/table-cell-iterator.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-anchor-object-finder.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-base.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-main-sub-document.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-box-iterator-other-sub-document.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/backward-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/base-advance-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-box-iterator/layout-position-advance-helpers/forward-helper.js +0 -0
- /package/lib/{core → common}/layout-engine/layout-position-creator.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/auto-scroll-visualizer.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/box-visualizer-manager.js +0 -0
- /package/lib/{base → common}/layout-engine/visualizers/resize-table-visualizer.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-iterator.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-wrap.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/box-wraps-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/box-infos-generator.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/one-dimension-itertors.js +0 -0
- /package/lib/{core → common}/layout-formatter/box/generator/recursive-objects-iterators.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/column-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/layout-change-base.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/page-area-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/page-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-area-selection-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/changes/selection/layout-page-selection-change.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/changes-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/changes-merger.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/page-changes-collector.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/paragraph-frame-changes-collector.js +0 -0
- /package/lib/{core → common}/layout-formatter/changes/engine/table-cells-comparer.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/layout-row-bounds-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/page-anchored-object-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/base-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/horizontal.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/position-calculators/vertical.js +0 -0
- /package/lib/{core → common}/layout-formatter/floating/render-level-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/base-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/enums.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/main-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/model-changes-listener.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/other-page-area-formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/bounds-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/columns-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/floating-restart-info-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/last-row-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/layout-dependent-cache.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/number-utils.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/remove-redundant-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/formatter/utils/restart-preparer.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/header-footer-invalidator-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/layout-invalidator.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/position-savers.js +0 -0
- /package/lib/{core → common}/layout-formatter/invalidator/remove-content-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/managers/restart-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/result.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-formatting-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-height-state.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/size-engine/row-sizes-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/states.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/tab-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/box-aligner.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/line-spacing-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/rectangle-utils.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/utils/row-spacing-before-applier.js +0 -0
- /package/lib/{core → common}/layout-formatter/row/word-holder.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/background-info-creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/border-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/border-merger.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/borders-creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/horizontal-line-borders-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/layout-table-border.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/borders/layout-table-horizontal-border.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/formatter.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-interval.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/column-interval.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/column-width-engine/iterator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-auto.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator-fixed.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/grid-calculator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/calculators/table-properties-cache.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/cell-grid-info-manager.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/columns.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/creator.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/grid-engine/grid.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/horizontal-cursor-borders-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/cell-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/cell-order-helper.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/row-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/info/table-info.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/other.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/size-compressor.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/table-alignment-applier.js +0 -0
- /package/lib/{core → common}/layout-formatter/table/utils/table-anchored-objects-holder.js +0 -0
- /package/lib/{base → common}/loading-panel/manager.js +0 -0
- /package/lib/{base → common}/loading-panel/panel.js +0 -0
- /package/lib/{core → common}/measurer/measure-info.js +0 -0
- /package/lib/{core → common}/measurer/measurer.js +0 -0
- /package/lib/{core → common}/model/bookmarks.js +0 -0
- /package/lib/{core → common}/model/borders/border-base.js +0 -0
- /package/lib/{core → common}/model/borders/border-info.js +0 -0
- /package/lib/{core → common}/model/borders/enums.js +0 -0
- /package/lib/{core → common}/model/borders/layout-border.js +0 -0
- /package/lib/{core → common}/model/caches/caches.js +0 -0
- /package/lib/{core → common}/model/caches/control-fonts.js +0 -0
- /package/lib/{core → common}/model/caches/hash-based-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/character-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/color-model-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/drawing-color-model-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/font-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/list-level-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/masked-character-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/masked-paragraph-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/paragraph-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/scene3d-properties-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/scene3d-rotation-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/shading-info-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-cell-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-properties-cache.js +0 -0
- /package/lib/{core → common}/model/caches/hashed-caches/table-row-properties-cache.js +0 -0
- /package/lib/{core → common}/model/changes/change-base.js +0 -0
- /package/lib/{core → common}/model/changes/change.js +0 -0
- /package/lib/{core → common}/model/changes/enums.js +0 -0
- /package/lib/{core → common}/model/changes/model/create-style-link.js +0 -0
- /package/lib/{core → common}/model/changes/model/default-tab-width.js +0 -0
- /package/lib/{core → common}/model/changes/model/delete-style-link.js +0 -0
- /package/lib/{core → common}/model/changes/model/different-odd-and-even-pages.js +0 -0
- /package/lib/{core → common}/model/changes/model/document-protection-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/header-created.js +0 -0
- /package/lib/{core → common}/model/changes/model/header-footer-index-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-added.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/abstract-numbering-list-deleted.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/i-override-list-level-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-character-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-paragraph-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/list-level-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/numbering-list-added.js +0 -0
- /package/lib/{core → common}/model/changes/model/list/numbering-list-deleted.js +0 -0
- /package/lib/{core → common}/model/changes/model/load-font.js +0 -0
- /package/lib/{core → common}/model/changes/model/page-color.js +0 -0
- /package/lib/{core → common}/model/changes/model/section-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/model/section-merged.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchor-info-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/anchored-text-box-size-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/shape-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/anchor/shape-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/bookmark/created.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/bookmark/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/fields-show-code-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/hyperlink-info-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/field/inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/list/paragraph-numbering-list-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/anchored-picture-size-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/anchored-pictureinserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-object-run-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-picture-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/inline-pictures-updated.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/picture/load-pictures-info.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/character-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/character-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/merged-props-reset.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-formatting-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/properties/paragraph-properties-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/range-permissions-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/character-style-applied.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/paragraph-style-applied.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/style/table-style-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/tab/deleted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/tab/inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-merged-horizontally.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/cell-splitted-horizontally.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/created.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-property-changed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/row-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/table/start-position-shifted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/anchor-object-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/anchored-text-box-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/interval-removed.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/paragraph-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/paragraph-merged.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/section-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/simple-run-inserted.js +0 -0
- /package/lib/{core → common}/model/changes/sub-document/text/text-buffer-changed.js +0 -0
- /package/lib/{core → common}/model/character/character-properties-helper.js +0 -0
- /package/lib/{core → common}/model/character/character-properties.js +0 -0
- /package/lib/{core → common}/model/character/character-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/character/character-style.js +0 -0
- /package/lib/{core → common}/model/character/composite-font-info.js +0 -0
- /package/lib/{core → common}/model/character/enums.js +0 -0
- /package/lib/{core → common}/model/character/history-runs.js +0 -0
- /package/lib/{core → common}/model/character/lang-info.js +0 -0
- /package/lib/{core → common}/model/character/layout-character-properties-color-info.js +0 -0
- /package/lib/{core → common}/model/character/run-iterator.js +0 -0
- /package/lib/{core → common}/model/chunk.js +0 -0
- /package/lib/{core → common}/model/color/color-hsl.js +0 -0
- /package/lib/{core → common}/model/color/color-provider.js +0 -0
- /package/lib/{core → common}/model/color/d-xsystem-colors.js +0 -0
- /package/lib/{core → common}/model/color/dx-color.js +0 -0
- /package/lib/{core → common}/model/color/enums.js +0 -0
- /package/lib/{core → common}/model/color/palette.js +0 -0
- /package/lib/{core → common}/model/color/sc-rgbcolor.js +0 -0
- /package/lib/{core → common}/model/comments/comment.js +0 -0
- /package/lib/{core → common}/model/compat-settings.js +0 -0
- /package/lib/{core → common}/model/creator/cache.js +0 -0
- /package/lib/{core → common}/model/creator/creator.js +0 -0
- /package/lib/{core → common}/model/creator/font-corrector.js +0 -0
- /package/lib/{core → common}/model/creator/options.js +0 -0
- /package/lib/{core → common}/model/document-model.js +0 -0
- /package/lib/{core → common}/model/drawing/backdrop-plane.js +0 -0
- /package/lib/{core → common}/model/drawing/container-effect.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-color-model-info.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-color.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-effect-collection.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-effect-style.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-fill.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-text-font.js +0 -0
- /package/lib/{core → common}/model/drawing/drawing-value-constants.js +0 -0
- /package/lib/{core → common}/model/drawing/enums.js +0 -0
- /package/lib/{core/model → common/model/drawing}/interfaces.js +0 -0
- /package/lib/{core → common}/model/drawing/outline.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-properties-info.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-rotation-info.js +0 -0
- /package/lib/{core → common}/model/drawing/scene3d-vector.js +0 -0
- /package/lib/{core → common}/model/drawing/shape-bevel3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/shape3d-properties.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/alpha-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/blue-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-base.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-collection.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/color-transform-value-base.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/complement-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/gamma-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/grayscale-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/green-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/hue-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/inverse-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/inverse-gamma-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/luminance-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/red-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-modulation-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/saturation-offset-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/shade-color-transform.js +0 -0
- /package/lib/{core → common}/model/drawing/transform/tint-color-transform.js +0 -0
- /package/lib/{core → common}/model/enums.js +0 -0
- /package/lib/{core → common}/model/fields/check-box-properties.js +0 -0
- /package/lib/{core → common}/model/fields/field-context-menu-helper.js +0 -0
- /package/lib/{core → common}/model/fields/field-request-manager.js +0 -0
- /package/lib/{core → common}/model/fields/field.js +0 -0
- /package/lib/{core → common}/model/fields/form-field-properties.js +0 -0
- /package/lib/{core → common}/model/fields/names.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-client-updating-base.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-date.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-doc-variable.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-hyperlink.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-merge-field.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-num-pages.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-page-ref.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-page.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-seq.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-tc.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-time.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser-toc.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/field-code-parser.js +0 -0
- /package/lib/{core → common}/model/fields/parsers/fill-in.js +0 -0
- /package/lib/{core → common}/model/fields/tree-creator.js +0 -0
- /package/lib/{core → common}/model/fields/update-sequence-info.js +0 -0
- /package/lib/{core → common}/model/find-replace-helper.js +0 -0
- /package/lib/{core → common}/model/floating-objects/anchor-info.js +0 -0
- /package/lib/{core → common}/model/floating-objects/enums.js +0 -0
- /package/lib/{core → common}/model/floating-objects/text-box-properties.js +0 -0
- /package/lib/{core → common}/model/fonts/control-font.js +0 -0
- /package/lib/{core → common}/model/fonts/font-chooser.js +0 -0
- /package/lib/{core → common}/model/fonts/font-face-descriptors.js +0 -0
- /package/lib/{core → common}/model/fonts/font-info.js +0 -0
- /package/lib/{core → common}/model/fonts/fonts-map.js +0 -0
- /package/lib/{core → common}/model/fonts/google-fonts.js +0 -0
- /package/lib/{core → common}/model/fonts/grabber.js +0 -0
- /package/lib/{core → common}/model/fonts/loader.js +0 -0
- /package/lib/{core → common}/model/fonts/measurer.js +0 -0
- /package/lib/{core → common}/model/full-chunk-and-run-info.js +0 -0
- /package/lib/{core → common}/model/history/base/history-item.js +0 -0
- /package/lib/{core → common}/model/history/base/history.js +0 -0
- /package/lib/{core → common}/model/history/base/i-history.js +0 -0
- /package/lib/{core → common}/model/history/base/interval-based-history-item.js +0 -0
- /package/lib/{core → common}/model/history/base/position-based-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/apply-field-hyperlink-style-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/apply-style-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/bookmark-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/change-field-hyperlink-info-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/change-rectangular-object-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/character-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/create-style-link-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/document-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/document-protection-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/field-insert-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/anchor-info-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-picture-size-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-anchored-text-box-size-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-image-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/change-text-box-properties-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/insert-anchored-picture-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/floating-objects/shape-property-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/header-footer-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-inline-picture-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-paragraph-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-section-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-sub-document-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/insert-text-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-character-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-paragraph-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/list-level-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/non-visual-drawing-object-info.js +0 -0
- /package/lib/{core → common}/model/history/items/numbering-list-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/paragraph-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/range-permission-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/remove-hyperlink-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/remove-interval-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/section-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/switch-text-box-sub-documents-state-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/change-table-cell-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/create-table-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/insert-table-row-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-cell-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/remove-table-row-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/split-table-cell-history-item.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-cell-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/tables/table-row-properties-history-items.js +0 -0
- /package/lib/{core → common}/model/history/items/text-run-change-case-history-item.js +0 -0
- /package/lib/{base → common}/model/history/selection/history-item-direction.js +0 -0
- /package/lib/{core → common}/model/history/states/history-item-state-object.js +0 -0
- /package/lib/{core → common}/model/history/states/history-item-state.js +0 -0
- /package/lib/{pdf → common/model}/interfaces.js +0 -0
- /package/lib/{core → common}/model/json/command-request.js +0 -0
- /package/lib/{core → common}/model/json/command-type.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-character-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-control-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-document-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-field-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-general-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-list-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-paragraph-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-run-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-section-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-style-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-sub-document-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/json-top-level-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-cell-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-row-enums.js +0 -0
- /package/lib/{core → common}/model/json/enums/table/json-table-structures-enums.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-control-options-converter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-numbering-list-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-sub-document-exporter.js +0 -0
- /package/lib/{core → common}/model/json/exporters/json-table-exporter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-border-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-color-model-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-drawing-color-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-font-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-masked-character-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-masked-paragraph-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-shading-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-shape-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-styles-exporter.js +0 -0
- /package/lib/{core → common}/model/json/importers/json-tab-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/numbering-list/json-list-level-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/numbering-list/json-numbering-list-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/section/json-columns-section-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/section/json-section-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/server-model-inserter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-anchor-info-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-non-visual-properties.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-sub-document-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-content-margins-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/json-text-box-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/run-importers.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-anchor-text-box-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-picture-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/sub-document/sizes/json-inline-text-box-size-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-cell-margins-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-cell-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-conditional-style-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-importer.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-row-properties-converter.js +0 -0
- /package/lib/{core → common}/model/json/importers/table/json-table-unit-converter.js +0 -0
- /package/lib/{core → common}/model/json/web-caches-exporter.js +0 -0
- /package/lib/{core → common}/model/manipulators/base-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/bookmarks-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/character-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/doc-merger/merger.js +0 -0
- /package/lib/{core → common}/model/manipulators/document/sub-document-inserter.js +0 -0
- /package/lib/{core → common}/model/manipulators/document-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/document-protection-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/fields-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/anchor-info-property-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/comparers.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/floating-objects-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/image-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/shape-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/size-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/text-box-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/floating-objects/z-order-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/font-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/header-footer-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/i-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/inline-object-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-character-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-paragraph-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/list-level-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/numbering-lists/numbering-list-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/paragraph-manipulator/paragraph-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/paragraph-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/insert-picture-manipulator-params.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/client-picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/image-loading-options.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/server-picture-loader.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/loader/updated-image-info.js +0 -0
- /package/lib/{core → common}/model/manipulators/picture-manipulator/non-visual-drawing-object-info.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/range-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/remove-interval-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/range/restore-removed-interval-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/range-permission-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/runs-base-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/section-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/section-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/styles-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/sub-document-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/insert-table-row-operation.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/table-normalizator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tables/table-row-properties-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/tabs-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-box-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-case-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/chunk-size-corrector.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/insert-text-manipulator-params.js +0 -0
- /package/lib/{core → common}/model/manipulators/text-manipulator/text-manipulator.js +0 -0
- /package/lib/{core → common}/model/manipulators/utils/manipulator-params-base.js +0 -0
- /package/lib/{core → common}/model/model-checks/check-all.js +0 -0
- /package/lib/{core → common}/model/model-checks/position.js +0 -0
- /package/lib/{core → common}/model/model-iterator.js +0 -0
- /package/lib/{core → common}/model/number-converters/alphabet-based-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/bullet-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-enclosed-parentheses-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/decimal-zero-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/descriptive-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/hex-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/latin-letter-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/number-converter-creator.js +0 -0
- /package/lib/{core → common}/model/number-converters/number-in-dash-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/numerics-provider.js +0 -0
- /package/lib/{core → common}/model/number-converters/ordinal-based-number-converter.js +0 -0
- /package/lib/{core → common}/model/number-converters/roman-number-converter.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/list-level-properties.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/list-level.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-helper.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-counters-calculator.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-id-provider.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-index-calculator.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list-style.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/numbering-list.js +0 -0
- /package/lib/{core → common}/model/numbering-lists/piece-table-numbering-list-counters-manager.js +0 -0
- /package/lib/{core → common}/model/options/auto-correct.js +0 -0
- /package/lib/{core → common}/model/options/bookmarks.js +0 -0
- /package/lib/{core → common}/model/options/control.js +0 -0
- /package/lib/{core → common}/model/options/document-protection.js +0 -0
- /package/lib/{core → common}/model/options/fonts.js +0 -0
- /package/lib/{core → common}/model/options/mail-merge.js +0 -0
- /package/lib/{core → common}/model/options/pdf.js +0 -0
- /package/lib/{core → common}/model/options/printing.js +0 -0
- /package/lib/{core → common}/model/options/protection.js +0 -0
- /package/lib/{core → common}/model/options/rich-options.js +0 -0
- /package/lib/{core → common}/model/options/search.js +0 -0
- /package/lib/{core → common}/model/options/spell-checker.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-properties-helper.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-properties.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-property-descriptors.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph-style.js +0 -0
- /package/lib/{core → common}/model/paragraph/paragraph.js +0 -0
- /package/lib/{core → common}/model/position/linked-interval.js +0 -0
- /package/lib/{core → common}/model/position/position-manager.js +0 -0
- /package/lib/{core → common}/model/position/position.js +0 -0
- /package/lib/{core → common}/model/properties-merger/character-properties-merger.js +0 -0
- /package/lib/{core → common}/model/properties-merger/paragraph-properties-merger.js +0 -0
- /package/lib/{core → common}/model/properties-merger/properties-merger-base.js +0 -0
- /package/lib/{core → common}/model/protection/hash-algorithm.js +0 -0
- /package/lib/{core → common}/model/protection/md5.js +0 -0
- /package/lib/{core → common}/model/protection/ripemd160.js +0 -0
- /package/lib/{core → common}/model/protection/sha1.js +0 -0
- /package/lib/{core → common}/model/protection/sha256.js +0 -0
- /package/lib/{core → common}/model/protection/sha384.js +0 -0
- /package/lib/{core → common}/model/protection/sha512.js +0 -0
- /package/lib/{core → common}/model/range-permissions.js +0 -0
- /package/lib/{core → common}/model/rich-utils.js +0 -0
- /package/lib/{core → common}/model/runs/anchored-picture-run.js +0 -0
- /package/lib/{core → common}/model/runs/anchored-text-box-run.js +0 -0
- /package/lib/{core → common}/model/runs/inline-picture-run.js +0 -0
- /package/lib/{core → common}/model/runs/inline-text-box-run.js +0 -0
- /package/lib/{core → common}/model/runs/run-base.js +0 -0
- /package/lib/{core → common}/model/runs/run-type.js +0 -0
- /package/lib/{core → common}/model/runs/simple-runs.js +0 -0
- /package/lib/{core → common}/model/runs/text-run.js +0 -0
- /package/lib/{core → common}/model/section/enums.js +0 -0
- /package/lib/{core → common}/model/section/header-footer.js +0 -0
- /package/lib/{core → common}/model/section/line-numbering-properties.js +0 -0
- /package/lib/{core → common}/model/section/paper-kind.js +0 -0
- /package/lib/{core → common}/model/section/section-column-properties.js +0 -0
- /package/lib/{core → common}/model/section/section-properties.js +0 -0
- /package/lib/{core → common}/model/section/section-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/section/section.js +0 -0
- /package/lib/{core → common}/model/sentence-model-builder.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-info.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-pattern-helper.js +0 -0
- /package/lib/{core → common}/model/shadings/shading-pattern.js +0 -0
- /package/lib/{core → common}/model/shapes/shape.js +0 -0
- /package/lib/{core → common}/model/simple-sentence-model-builder.js +0 -0
- /package/lib/{core → common}/model/special-characters.js +0 -0
- /package/lib/{core → common}/model/style-base.js +0 -0
- /package/lib/{core → common}/model/styles-manager.js +0 -0
- /package/lib/{core → common}/model/sub-document-collection.js +0 -0
- /package/lib/{core → common}/model/sub-document-infos.js +0 -0
- /package/lib/{core → common}/model/sub-document.js +0 -0
- /package/lib/{core → common}/model/tables/grid/grid-maker.js +0 -0
- /package/lib/{core → common}/model/tables/grid/table-cell-grid-info.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-cell-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-descriptors.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-properties.js +0 -0
- /package/lib/{core → common}/model/tables/properties/table-row-property-descriptor.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-properties-merger-base.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-row-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-style-character-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/properties-mergers/table-style-paragraph-properties-merger.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-base-structures.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-border-calculator.js +0 -0
- /package/lib/{core → common}/model/tables/secondary-structures/table-units.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-cell-style.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-conditional-style.js +0 -0
- /package/lib/{core → common}/model/tables/styles/table-style.js +0 -0
- /package/lib/{core → common}/model/themes/culture-info.js +0 -0
- /package/lib/{core → common}/model/themes/enums.js +0 -0
- /package/lib/{core → common}/model/themes/office-theme-base.js +0 -0
- /package/lib/{core → common}/model/themes/theme-drawing-color-collection.js +0 -0
- /package/lib/{core → common}/model/themes/theme-font-scheme-part.js +0 -0
- /package/lib/{core → common}/model/themes/theme-font-scheme.js +0 -0
- /package/lib/{core → common}/model/themes/theme-format-scheme.js +0 -0
- /package/lib/{core → common}/model/web-settings.js +0 -0
- /package/lib/{core → common}/model-manager.js +0 -0
- /package/lib/{core → common}/model-request-handler.js +0 -0
- /package/lib/{base → common}/mouse-handler/base/manipulator-handler-state-base.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-event-source.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-auto-scroll-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-begin-drag-helper-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-column-or-row-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-drag-floating-object-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-paragraph-select-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-resize-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-rotate-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler-state-base.js +0 -0
- /package/lib/{base → common}/mouse-handler/mouse-handler/mouse-handler.js +0 -0
- /package/lib/{base → common}/mouse-handler/rotate-box-helper.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-drag-floating-object-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-resize-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler-rotate-box-state.js +0 -0
- /package/lib/{base → common}/mouse-handler/touch-handler/touch-handler.js +0 -0
- /package/lib/{core → common}/processor.js +0 -0
- /package/lib/{core → common}/rich-utils/common-interfaces.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/array.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/element-formatter.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/elements.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/fixed-interval.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/model/geometry/rectangle.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/chrome-dev-tools-custom-formatters/short-string.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/debug-table.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-logger.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/i-params-holder.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-list-helper.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params-func-handler.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source-params.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log-source.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/log.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/logger.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/base-logger/model-params-holder.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/logger/layout-logger/log-obj-to-str-layout.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-base-visualizer.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-manager.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/debug-visualizer-type.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/layout-bounds-info-helper.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/page-visible-info-helper.js +0 -0
- /package/lib/{base → common}/rich-utils/debug/logger/layout-logger/visualizers/table-bounds-visible-info-helper.js +0 -0
- /package/lib/{core → common}/rich-utils/debug/model-checks.js +0 -0
- /package/lib/{base → common}/rich-utils/display-numbering-string-formatter.js +0 -0
- /package/lib/{core → common}/rich-utils/html-converter.js +0 -0
- /package/lib/{core → common}/rich-utils/inner-client-properties.js +0 -0
- /package/lib/{core → common}/rich-utils/properties-bundle.js +0 -0
- /package/lib/{base → common}/rich-utils/table-utils-ex.js +0 -0
- /package/lib/{base → common}/scroll/canvas-states.js +0 -0
- /package/lib/{core → common}/selection/i-active-sub-document-holder.js +0 -0
- /package/lib/{base → common}/selection/i-selection-changes-listener.js +0 -0
- /package/lib/{core → common}/selection/input-position-base.js +0 -0
- /package/lib/{core → common}/selection/selected-cells-engine.js +0 -0
- /package/lib/{core → common}/selection/selected-special-run-info.js +0 -0
- /package/lib/{core → common}/selection/selection-base.js +0 -0
- /package/lib/{core → common}/selection/selection-intervals-info.js +0 -0
- /package/lib/{base → common}/selection/set-selection-params.js +0 -0
- /package/lib/{core → common}/spelling/helpers.js +0 -0
- /package/lib/{core → common}/spelling/intervals-collections.js +0 -0
- /package/lib/{core → common}/spelling/intervals-manager.js +0 -0
- /package/lib/{core → common}/spelling/intervals.js +0 -0
- /package/lib/{core → common}/spelling/listeners.js +0 -0
- /package/lib/{core → common}/spelling/spell-checker.js +0 -0
- /package/lib/{core → common}/string-resources.js +0 -0
- /package/lib/{base → common}/ui/quick-search-panel.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/column.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/first-line.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/left.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/indent/right.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/base.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/left.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/margin/right.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/owner.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/ruler.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/shadow.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/table.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/template-manager.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/vertical-line.js +0 -0
- /package/lib/{base → common}/ui/ruler/controls/wrapper.js +0 -0
- /package/lib/{base → common}/ui/ruler/events/mouse.js +0 -0
- /package/lib/{base → common}/ui/ruler/events/scroll.js +0 -0
- /package/lib/{base → common}/ui/ruler/model-data.js +0 -0
- /package/lib/{base → common}/ui/ruler/mouse-handler.js +0 -0
- /package/lib/{base → common}/ui/ruler/settings.js +0 -0
- /package/lib/{model-api/api-utils → common/utils}/bookmark-finder.js +0 -0
- /package/lib/{base-utils → common/utils}/direction-adaptor/x-direction-adaptor.js +0 -0
- /package/lib/{base-utils → common/utils}/direction-adaptor/y-direction-adaptor.js +0 -0
- /package/lib/{base-utils → common/utils}/event-dispatcher.js +0 -0
- /package/lib/{base-utils → common/utils}/hexadecimal-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/map-creator.js +0 -0
- /package/lib/{base-utils → common/utils}/min-max.js +0 -0
- /package/lib/{base-utils → common/utils}/number-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/relative-rect.js +0 -0
- /package/lib/{core → common}/utils/sub-document-changes-storer.js +0 -0
- /package/lib/{base-utils → common/utils}/unit-converter.js +0 -0
- /package/lib/{base-utils → common/utils}/utils.js +0 -0
- /package/lib/{base-utils → common/utils}/web-utils/base.js +0 -0
- /package/lib/{core → common}/view-settings/views-settings.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/layout-word-bounds-group-separator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/layout-word-bounds.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-bounds-iterator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-end-bounds-iterator.js +0 -0
- /package/lib/{core → common}/word-bounds-engine/word-bounds-iterators/layout/layout-word-start-bounds-iterator.js +0 -0
@@ -0,0 +1,272 @@
|
|
1
|
+
import { MapCreator } from "../../../../utils/map-creator";
|
2
|
+
export const specified_949 = new MapCreator()
|
3
|
+
.add(0, "갂갃갅갆갋갌갍갎갏갘갞갟갡갢갣갥갦갧갨갩갪갫갮갲갳갴")
|
4
|
+
.add(32, "갵갶갷갺갻갽갾갿걁걂걃걄걅걆걇걈걉걊걌걎걏걐걑걒걓걕")
|
5
|
+
.add(64, "걖걗걙걚걛걝걞걟걠걡걢걣걤걥걦걧걨걩걪걫걬걭걮걯걲걳걵걶걹걻걼걽걾걿겂겇겈겍겎겏겑겒겓겕겖겗겘겙겚겛겞겢겣겤겥겦겧겫겭겮겱겲겳겴겵겶겷겺겾겿곀곂곃곅곆곇곉곊곋곍곎곏곐곑곒곓곔곖곘곙곚곛곜곝곞곟곢곣곥곦곩곫곭곮곲곴곷곸곹곺곻곾곿괁괂괃괅괇괈괉괊괋괎괐괒괓")
|
6
|
+
.add(256, "괔괕괖괗괙괚괛괝괞괟괡괢괣괤괥괦괧괨괪괫괮괯괰괱괲괳")
|
7
|
+
.add(288, "괶괷괹괺괻괽괾괿굀굁굂굃굆굈굊굋굌굍굎굏굑굒굓굕굖굗")
|
8
|
+
.add(320, "굙굚굛굜굝굞굟굠굢굤굥굦굧굨굩굪굫굮굯굱굲굷굸굹굺굾궀궃궄궅궆궇궊궋궍궎궏궑궒궓궔궕궖궗궘궙궚궛궞궟궠궡궢궣궥궦궧궨궩궪궫궬궭궮궯궰궱궲궳궴궵궶궸궹궺궻궼궽궾궿귂귃귅귆귇귉귊귋귌귍귎귏귒귔귕귖귗귘귙귚귛귝귞귟귡귢귣귥귦귧귨귩귪귫귬귭귮귯귰귱귲귳귴귵귶귷")
|
9
|
+
.add(512, "귺귻귽귾긂긃긄긅긆긇긊긌긎긏긐긑긒긓긕긖긗긘긙긚긛긜")
|
10
|
+
.add(544, "긝긞긟긠긡긢긣긤긥긦긧긨긩긪긫긬긭긮긯긲긳긵긶긹긻긼")
|
11
|
+
.add(576, "긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗깘깙깚깛깞깢깣깤깦깧깪깫깭깮깯깱깲깳깴깵깶깷깺깾깿꺀꺁꺂꺃꺆꺇꺈꺉꺊꺋꺍꺎꺏꺐꺑꺒꺓꺔꺕꺖꺗꺘꺙꺚꺛꺜꺝꺞꺟꺠꺡꺢꺣꺤꺥꺦꺧꺨꺩꺪꺫꺬꺭꺮꺯꺰꺱꺲꺳꺴꺵꺶꺷꺸꺹꺺꺻꺿껁껂껃껅껆껇껈껉껊껋껎껒껓껔껕껖껗껚껛껝껞껟껠껡껢껣껤껥")
|
12
|
+
.add(768, "껦껧껩껪껬껮껯껰껱껲껳껵껶껷껹껺껻껽껾껿꼀꼁꼂꼃꼄꼅")
|
13
|
+
.add(800, "꼆꼉꼊꼋꼌꼎꼏꼑꼒꼓꼔꼕꼖꼗꼘꼙꼚꼛꼜꼝꼞꼟꼠꼡꼢꼣")
|
14
|
+
.add(832, "꼤꼥꼦꼧꼨꼩꼪꼫꼮꼯꼱꼳꼵꼶꼷꼸꼹꼺꼻꼾꽀꽄꽅꽆꽇꽊꽋꽌꽍꽎꽏꽑꽒꽓꽔꽕꽖꽗꽘꽙꽚꽛꽞꽟꽠꽡꽢꽣꽦꽧꽨꽩꽪꽫꽬꽭꽮꽯꽰꽱꽲꽳꽴꽵꽶꽷꽸꽺꽻꽼꽽꽾꽿꾁꾂꾃꾅꾆꾇꾉꾊꾋꾌꾍꾎꾏꾒꾓꾔꾖꾗꾘꾙꾚꾛꾝꾞꾟꾠꾡꾢꾣꾤꾥꾦꾧꾨꾩꾪꾫꾬꾭꾮꾯꾰꾱꾲꾳꾴꾵꾶꾷꾺꾻꾽꾾")
|
15
|
+
.add(1024, "꾿꿁꿂꿃꿄꿅꿆꿊꿌꿏꿐꿑꿒꿓꿕꿖꿗꿘꿙꿚꿛꿝꿞꿟꿠꿡")
|
16
|
+
.add(1056, "꿢꿣꿤꿥꿦꿧꿪꿫꿬꿭꿮꿯꿲꿳꿵꿶꿷꿹꿺꿻꿼꿽꿾꿿뀂뀃")
|
17
|
+
.add(1088, "뀅뀆뀇뀈뀉뀊뀋뀍뀎뀏뀑뀒뀓뀕뀖뀗뀘뀙뀚뀛뀞뀟뀠뀡뀢뀣뀤뀥뀦뀧뀩뀪뀫뀬뀭뀮뀯뀰뀱뀲뀳뀴뀵뀶뀷뀸뀹뀺뀻뀼뀽뀾뀿끀끁끂끃끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞끟끠끡끢끣끤끥끦끧끨끩끪끫끬끭끮끯끰끱끲끳끴끵끶끷끸끹끺끻끾끿낁낂낃낅낆낇낈낉낊낋낎낐낒낓낔낕낖낗낛낝낞낣낤")
|
18
|
+
.add(1280, "낥낦낧낪낰낲낶낷낹낺낻낽낾낿냀냁냂냃냆냊냋냌냍냎냏냒")
|
19
|
+
.add(1312, "냓냕냖냗냙냚냛냜냝냞냟냡냢냣냤냦냧냨냩냪냫냬냭냮냯냰")
|
20
|
+
.add(1344, "냱냲냳냴냵냶냷냸냹냺냻냼냽냾냿넀넁넂넃넄넅넆넇넊넍넎넏넑넔넕넖넗넚넞넟넠넡넢넦넧넩넪넫넭넮넯넰넱넲넳넶넺넻넼넽넾넿녂녃녅녆녇녉녊녋녌녍녎녏녒녓녖녗녙녚녛녝녞녟녡녢녣녤녥녦녧녨녩녪녫녬녭녮녯녰녱녲녳녴녵녶녷녺녻녽녾녿놁놃놄놅놆놇놊놌놎놏놐놑놕놖놗놙놚놛놝")
|
21
|
+
.add(1536, "놞놟놠놡놢놣놤놥놦놧놩놪놫놬놭놮놯놰놱놲놳놴놵놶놷놸")
|
22
|
+
.add(1568, "놹놺놻놼놽놾놿뇀뇁뇂뇃뇄뇅뇆뇇뇈뇉뇊뇋뇍뇎뇏뇑뇒뇓뇕")
|
23
|
+
.add(1600, "뇖뇗뇘뇙뇚뇛뇞뇠뇡뇢뇣뇤뇥뇦뇧뇪뇫뇭뇮뇯뇱뇲뇳뇴뇵뇶뇷뇸뇺뇼뇾뇿눀눁눂눃눆눇눉눊눍눎눏눐눑눒눓눖눘눚눛눜눝눞눟눡눢눣눤눥눦눧눨눩눪눫눬눭눮눯눰눱눲눳눵눶눷눸눹눺눻눽눾눿뉀뉁뉂뉃뉄뉅뉆뉇뉈뉉뉊뉋뉌뉍뉎뉏뉐뉑뉒뉓뉔뉕뉖뉗뉙뉚뉛뉝뉞뉟뉡뉢뉣뉤뉥뉦뉧뉪뉫뉬뉭뉮")
|
24
|
+
.add(1792, "뉯뉰뉱뉲뉳뉶뉷뉸뉹뉺뉻뉽뉾뉿늀늁늂늃늆늇늈늊늋늌늍늎")
|
25
|
+
.add(1824, "늏늒늓늕늖늗늛늜늝늞늟늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷")
|
26
|
+
.add(1856, "늸늹늺늻늼늽늾늿닀닁닂닃닄닅닆닇닊닋닍닎닏닑닓닔닕닖닗닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉댊댋댌댍댎댏댒댖댗댘댙댚댛댝댞댟댠댡댢댣댤댥댦댧댨댩댪댫댬댭댮댯댰댱댲댳댴댵댶댷댸댹댺댻댼댽댾댿덀덁덂덃덄덅덆덇덈덉덊덋덌덍덎덏덐덑덒덓덗덙덚덝덠덡덢덣")
|
27
|
+
.add(2048, "덦덨덪덬덭덯덲덳덵덶덷덹덺덻덼덽덾덿뎂뎆뎇뎈뎉뎊뎋뎍")
|
28
|
+
.add(2080, "뎎뎏뎑뎒뎓뎕뎖뎗뎘뎙뎚뎛뎜뎝뎞뎟뎢뎣뎤뎥뎦뎧뎩뎪뎫뎭")
|
29
|
+
.add(2112, "뎮뎯뎰뎱뎲뎳뎴뎵뎶뎷뎸뎹뎺뎻뎼뎽뎾뎿돀돁돂돃돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩돪돫돬돭돮돯돰돱돲돳돴돵돶돷돸돹돺돻돽돾돿됀됁됂됃됄됅됆됇됈됉됊됋됌됍됎됏됑됒됓됔됕됖됗됙됚됛됝됞됟됡됢됣됤됥됦됧됪됬됭됮됯됰됱됲됳됵됶됷됸됹됺됻됼됽됾됿둀둁둂둃둄")
|
30
|
+
.add(2304, "둅둆둇둈둉둊둋둌둍둎둏둒둓둕둖둗둙둚둛둜둝둞둟둢둤둦")
|
31
|
+
.add(2336, "둧둨둩둪둫둭둮둯둰둱둲둳둴둵둶둷둸둹둺둻둼둽둾둿뒁뒂")
|
32
|
+
.add(2368, "뒃뒄뒅뒆뒇뒉뒊뒋뒌뒍뒎뒏뒐뒑뒒뒓뒔뒕뒖뒗뒘뒙뒚뒛뒜뒞뒟뒠뒡뒢뒣뒥뒦뒧뒩뒪뒫뒭뒮뒯뒰뒱뒲뒳뒴뒶뒸뒺뒻뒼뒽뒾뒿듁듂듃듅듆듇듉듊듋듌듍듎듏듑듒듓듔듖듗듘듙듚듛듞듟듡듢듥듧듨듩듪듫듮듰듲듳듴듵듶듷듹듺듻듼듽듾듿딀딁딂딃딄딅딆딇딈딉딊딋딌딍딎딏딐딑딒딓딖딗딙딚딝")
|
33
|
+
.add(2560, "딞딟딠딡딢딣딦딫딬딭딮딯딲딳딵딶딷딹딺딻딼딽딾딿땂땆")
|
34
|
+
.add(2592, "땇땈땉땊땎땏땑땒땓땕땖땗땘땙땚땛땞땢땣땤땥땦땧땨땩땪")
|
35
|
+
.add(2624, "땫땬땭땮땯땰땱땲땳땴땵땶땷땸땹땺땻땼땽땾땿떀떁떂떃떄떅떆떇떈떉떊떋떌떍떎떏떐떑떒떓떔떕떖떗떘떙떚떛떜떝떞떟떢떣떥떦떧떩떬떭떮떯떲떶떷떸떹떺떾떿뗁뗂뗃뗅뗆뗇뗈뗉뗊뗋뗎뗒뗓뗔뗕뗖뗗뗙뗚뗛뗜뗝뗞뗟뗠뗡뗢뗣뗤뗥뗦뗧뗨뗩뗪뗫뗭뗮뗯뗰뗱뗲뗳뗴뗵뗶뗷뗸뗹뗺뗻뗼뗽뗾뗿")
|
36
|
+
.add(2816, "똀똁똂똃똄똅똆똇똈똉똊똋똌똍똎똏똒똓똕똖똗똙똚똛똜똝")
|
37
|
+
.add(2848, "똞똟똠똡똢똣똤똦똧똨똩똪똫똭똮똯똰똱똲똳똵똶똷똸똹똺")
|
38
|
+
.add(2880, "똻똼똽똾똿뙀뙁뙂뙃뙄뙅뙆뙇뙉뙊뙋뙌뙍뙎뙏뙐뙑뙒뙓뙔뙕뙖뙗뙘뙙뙚뙛뙜뙝뙞뙟뙠뙡뙢뙣뙥뙦뙧뙩뙪뙫뙬뙭뙮뙯뙰뙱뙲뙳뙴뙵뙶뙷뙸뙹뙺뙻뙼뙽뙾뙿뚀뚁뚂뚃뚄뚅뚆뚇뚈뚉뚊뚋뚌뚍뚎뚏뚐뚑뚒뚓뚔뚕뚖뚗뚘뚙뚚뚛뚞뚟뚡뚢뚣뚥뚦뚧뚨뚩뚪뚭뚮뚯뚰뚲뚳뚴뚵뚶뚷뚸뚹뚺뚻뚼뚽뚾뚿뛀뛁뛂")
|
39
|
+
.add(3072, "뛃뛄뛅뛆뛇뛈뛉뛊뛋뛌뛍뛎뛏뛐뛑뛒뛓뛕뛖뛗뛘뛙뛚뛛뛜뛝")
|
40
|
+
.add(3104, "뛞뛟뛠뛡뛢뛣뛤뛥뛦뛧뛨뛩뛪뛫뛬뛭뛮뛯뛱뛲뛳뛵뛶뛷뛹뛺")
|
41
|
+
.add(3136, "뛻뛼뛽뛾뛿뜂뜃뜄뜆뜇뜈뜉뜊뜋뜌뜍뜎뜏뜐뜑뜒뜓뜔뜕뜖뜗뜘뜙뜚뜛뜜뜝뜞뜟뜠뜡뜢뜣뜤뜥뜦뜧뜪뜫뜭뜮뜱뜲뜳뜴뜵뜶뜷뜺뜼뜽뜾뜿띀띁띂띃띅띆띇띉띊띋띍띎띏띐띑띒띓띖띗띘띙띚띛띜띝띞띟띡띢띣띥띦띧띩띪띫띬띭띮띯띲띴띶띷띸띹띺띻띾띿랁랂랃랅랆랇랈랉랊랋랎랓랔랕랚랛랝랞")
|
42
|
+
.add(3328, "랟랡랢랣랤랥랦랧랪랮랯랰랱랲랳랶랷랹랺랻랼랽랾랿럀럁")
|
43
|
+
.add(3360, "럂럃럄럅럆럈럊럋럌럍럎럏럐럑럒럓럔럕럖럗럘럙럚럛럜럝")
|
44
|
+
.add(3392, "럞럟럠럡럢럣럤럥럦럧럨럩럪럫럮럯럱럲럳럵럶럷럸럹럺럻럾렂렃렄렅렆렊렋렍렎렏렑렒렓렔렕렖렗렚렜렞렟렠렡렢렣렦렧렩렪렫렭렮렯렰렱렲렳렶렺렻렼렽렾렿롁롂롃롅롆롇롈롉롊롋롌롍롎롏롐롒롔롕롖롗롘롙롚롛롞롟롡롢롣롥롦롧롨롩롪롫롮롰롲롳롴롵롶롷롹롺롻롽롾롿뢀뢁뢂뢃뢄")
|
45
|
+
.add(3584, "뢅뢆뢇뢈뢉뢊뢋뢌뢎뢏뢐뢑뢒뢓뢔뢕뢖뢗뢘뢙뢚뢛뢜뢝뢞뢟")
|
46
|
+
.add(3616, "뢠뢡뢢뢣뢤뢥뢦뢧뢩뢪뢫뢬뢭뢮뢯뢱뢲뢳뢵뢶뢷뢹뢺뢻뢼뢽")
|
47
|
+
.add(3648, "뢾뢿룂룄룆룇룈룉룊룋룍룎룏룑룒룓룕룖룗룘룙룚룛룜룞룠룢룣룤룥룦룧룪룫룭룮룯룱룲룳룴룵룶룷룺룼룾룿뤀뤁뤂뤃뤅뤆뤇뤈뤉뤊뤋뤌뤍뤎뤏뤐뤑뤒뤓뤔뤕뤖뤗뤙뤚뤛뤜뤝뤞뤟뤡뤢뤣뤤뤥뤦뤧뤨뤩뤪뤫뤬뤭뤮뤯뤰뤱뤲뤳뤴뤵뤶뤷뤸뤹뤺뤻뤾뤿륁륂륃륅륆륇륈륉륊륋륍륎륐륒륓륔륕륖륗")
|
48
|
+
.add(3840, "륚륛륝륞륟륡륢륣륤륥륦륧륪륬륮륯륰륱륲륳륶륷륹륺륻륽")
|
49
|
+
.add(3872, "륾륿릀릁릂릃릆릈릋릌릏릐릑릒릓릔릕릖릗릘릙릚릛릜릝릞")
|
50
|
+
.add(3904, "릟릠릡릢릣릤릥릦릧릨릩릪릫릮릯릱릲릳릵릶릷릸릹릺릻릾맀맂맃맄맅맆맇맊맋맍맓맔맕맖맗맚맜맟맠맢맦맧맩맪맫맭맮맯맰맱맲맳맶맻맼맽맾맿먂먃먄먅먆먇먉먊먋먌먍먎먏먐먑먒먓먔먖먗먘먙먚먛먜먝먞먟먠먡먢먣먤먥먦먧먨먩먪먫먬먭먮먯먰먱먲먳먴먵먶먷먺먻먽먾먿멁멃멄멅멆")
|
51
|
+
.add(4096, "멇멊멌멏멐멑멒멖멗멙멚멛멝멞멟멠멡멢멣멦멪멫멬멭멮멯")
|
52
|
+
.add(4128, "멲멳멵멶멷멹멺멻멼멽멾멿몀몁몂몆몈몉몊몋몍몎몏몐몑몒")
|
53
|
+
.add(4160, "몓몔몕몖몗몘몙몚몛몜몝몞몟몠몡몢몣몤몥몦몧몪몭몮몯몱몳몴몵몶몷몺몼몾몿뫀뫁뫂뫃뫅뫆뫇뫉뫊뫋뫌뫍뫎뫏뫐뫑뫒뫓뫔뫕뫖뫗뫚뫛뫜뫝뫞뫟뫠뫡뫢뫣뫤뫥뫦뫧뫨뫩뫪뫫뫬뫭뫮뫯뫰뫱뫲뫳뫴뫵뫶뫷뫸뫹뫺뫻뫽뫾뫿묁묂묃묅묆묇묈묉묊묋묌묎묐묒묓묔묕묖묗묙묚묛묝묞묟묡묢묣묤묥묦묧")
|
54
|
+
.add(4352, "묨묪묬묭묮묯묰묱묲묳묷묹묺묿뭀뭁뭂뭃뭆뭈뭊뭋뭌뭎뭑뭒")
|
55
|
+
.add(4384, "뭓뭕뭖뭗뭙뭚뭛뭜뭝뭞뭟뭠뭢뭤뭥뭦뭧뭨뭩뭪뭫뭭뭮뭯뭰뭱")
|
56
|
+
.add(4416, "뭲뭳뭴뭵뭶뭷뭸뭹뭺뭻뭼뭽뭾뭿뮀뮁뮂뮃뮄뮅뮆뮇뮉뮊뮋뮍뮎뮏뮑뮒뮓뮔뮕뮖뮗뮘뮙뮚뮛뮜뮝뮞뮟뮠뮡뮢뮣뮥뮦뮧뮩뮪뮫뮭뮮뮯뮰뮱뮲뮳뮵뮶뮸뮹뮺뮻뮼뮽뮾뮿믁믂믃믅믆믇믉믊믋믌믍믎믏믑믒믔믕믖믗믘믙믚믛믜믝믞믟믠믡믢믣믤믥믦믧믨믩믪믫믬믭믮믯믰믱믲믳믴믵믶믷믺믻믽믾밁")
|
57
|
+
.add(4608, "밃밄밅밆밇밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵")
|
58
|
+
.add(4640, "밶밷밹밺밻밼밽밾밿뱂뱆뱇뱈뱊뱋뱎뱏뱑뱒뱓뱔뱕뱖뱗뱘뱙")
|
59
|
+
.add(4672, "뱚뱛뱜뱞뱟뱠뱡뱢뱣뱤뱥뱦뱧뱨뱩뱪뱫뱬뱭뱮뱯뱰뱱뱲뱳뱴뱵뱶뱷뱸뱹뱺뱻뱼뱽뱾뱿벀벁벂벃벆벇벉벊벍벏벐벑벒벓벖벘벛벜벝벞벟벢벣벥벦벩벪벫벬벭벮벯벲벶벷벸벹벺벻벾벿볁볂볃볅볆볇볈볉볊볋볌볎볒볓볔볖볗볙볚볛볝볞볟볠볡볢볣볤볥볦볧볨볩볪볫볬볭볮볯볰볱볲볳볷볹볺볻볽")
|
60
|
+
.add(4864, "볾볿봀봁봂봃봆봈봊봋봌봍봎봏봑봒봓봕봖봗봘봙봚봛봜봝")
|
61
|
+
.add(4896, "봞봟봠봡봢봣봥봦봧봨봩봪봫봭봮봯봰봱봲봳봴봵봶봷봸봹")
|
62
|
+
.add(4928, "봺봻봼봽봾봿뵁뵂뵃뵄뵅뵆뵇뵊뵋뵍뵎뵏뵑뵒뵓뵔뵕뵖뵗뵚뵛뵜뵝뵞뵟뵠뵡뵢뵣뵥뵦뵧뵩뵪뵫뵬뵭뵮뵯뵰뵱뵲뵳뵴뵵뵶뵷뵸뵹뵺뵻뵼뵽뵾뵿붂붃붅붆붋붌붍붎붏붒붔붖붗붘붛붝붞붟붠붡붢붣붥붦붧붨붩붪붫붬붭붮붯붱붲붳붴붵붶붷붹붺붻붼붽붾붿뷀뷁뷂뷃뷄뷅뷆뷇뷈뷉뷊뷋뷌뷍뷎뷏뷐뷑")
|
63
|
+
.add(5120, "뷒뷓뷖뷗뷙뷚뷛뷝뷞뷟뷠뷡뷢뷣뷤뷥뷦뷧뷨뷪뷫뷬뷭뷮뷯뷱")
|
64
|
+
.add(5152, "뷲뷳뷵뷶뷷뷹뷺뷻뷼뷽뷾뷿븁븂븄븆븇븈븉븊븋븎븏븑븒븓")
|
65
|
+
.add(5184, "븕븖븗븘븙븚븛븞븠븡븢븣븤븥븦븧븨븩븪븫븬븭븮븯븰븱븲븳븴븵븶븷븸븹븺븻븼븽븾븿빀빁빂빃빆빇빉빊빋빍빏빐빑빒빓빖빘빜빝빞빟빢빣빥빦빧빩빫빬빭빮빯빲빶빷빸빹빺빾빿뺁뺂뺃뺅뺆뺇뺈뺉뺊뺋뺎뺒뺓뺔뺕뺖뺗뺚뺛뺜뺝뺞뺟뺠뺡뺢뺣뺤뺥뺦뺧뺩뺪뺫뺬뺭뺮뺯뺰뺱뺲뺳뺴뺵뺶뺷")
|
66
|
+
.add(5376, "뺸뺹뺺뺻뺼뺽뺾뺿뻀뻁뻂뻃뻄뻅뻆뻇뻈뻉뻊뻋뻌뻍뻎뻏뻒뻓")
|
67
|
+
.add(5408, "뻕뻖뻙뻚뻛뻜뻝뻞뻟뻡뻢뻦뻧뻨뻩뻪뻫뻭뻮뻯뻰뻱뻲뻳뻴뻵")
|
68
|
+
.add(5440, "뻶뻷뻸뻹뻺뻻뻼뻽뻾뻿뼀뼂뼃뼄뼅뼆뼇뼊뼋뼌뼍뼎뼏뼐뼑뼒뼓뼔뼕뼖뼗뼚뼞뼟뼠뼡뼢뼣뼤뼥뼦뼧뼨뼩뼪뼫뼬뼭뼮뼯뼰뼱뼲뼳뼴뼵뼶뼷뼸뼹뼺뼻뼼뼽뼾뼿뽂뽃뽅뽆뽇뽉뽊뽋뽌뽍뽎뽏뽒뽓뽔뽖뽗뽘뽙뽚뽛뽜뽝뽞뽟뽠뽡뽢뽣뽤뽥뽦뽧뽨뽩뽪뽫뽬뽭뽮뽯뽰뽱뽲뽳뽴뽵뽶뽷뽸뽹뽺뽻뽼뽽뽾뽿뾀뾁뾂")
|
69
|
+
.add(5632, "뾃뾄뾅뾆뾇뾈뾉뾊뾋뾌뾍뾎뾏뾐뾑뾒뾓뾕뾖뾗뾘뾙뾚뾛뾜뾝")
|
70
|
+
.add(5664, "뾞뾟뾠뾡뾢뾣뾤뾥뾦뾧뾨뾩뾪뾫뾬뾭뾮뾯뾱뾲뾳뾴뾵뾶뾷뾸")
|
71
|
+
.add(5696, "뾹뾺뾻뾼뾽뾾뾿뿀뿁뿂뿃뿄뿆뿇뿈뿉뿊뿋뿎뿏뿑뿒뿓뿕뿖뿗뿘뿙뿚뿛뿝뿞뿠뿢뿣뿤뿥뿦뿧뿨뿩뿪뿫뿬뿭뿮뿯뿰뿱뿲뿳뿴뿵뿶뿷뿸뿹뿺뿻뿼뿽뿾뿿쀀쀁쀂쀃쀄쀅쀆쀇쀈쀉쀊쀋쀌쀍쀎쀏쀐쀑쀒쀓쀔쀕쀖쀗쀘쀙쀚쀛쀜쀝쀞쀟쀠쀡쀢쀣쀤쀥쀦쀧쀨쀩쀪쀫쀬쀭쀮쀯쀰쀱쀲쀳쀴쀵쀶쀷쀸쀹쀺쀻쀽쀾쀿")
|
72
|
+
.add(5888, "쁀쁁쁂쁃쁄쁅쁆쁇쁈쁉쁊쁋쁌쁍쁎쁏쁐쁒쁓쁔쁕쁖쁗쁙쁚쁛")
|
73
|
+
.add(5920, "쁝쁞쁟쁡쁢쁣쁤쁥쁦쁧쁪쁫쁬쁭쁮쁯쁰쁱쁲쁳쁴쁵쁶쁷쁸쁹")
|
74
|
+
.add(5952, "쁺쁻쁼쁽쁾쁿삀삁삂삃삄삅삆삇삈삉삊삋삌삍삎삏삒삓삕삖삗삙삚삛삜삝삞삟삢삤삦삧삨삩삪삫삮삱삲삷삸삹삺삻삾샂샃샄샆샇샊샋샍샎샏샑샒샓샔샕샖샗샚샞샟샠샡샢샣샦샧샩샪샫샭샮샯샰샱샲샳샶샸샺샻샼샽샾샿섁섂섃섅섆섇섉섊섋섌섍섎섏섑섒섓섔섖섗섘섙섚섛섡섢섥섨섩섪섫섮")
|
75
|
+
.add(6144, "섲섳섴섵섷섺섻섽섾섿셁셂셃셄셅셆셇셊셎셏셐셑셒셓셖셗")
|
76
|
+
.add(6176, "셙셚셛셝셞셟셠셡셢셣셦셪셫셬셭셮셯셱셲셳셵셶셷셹셺셻")
|
77
|
+
.add(6208, "셼셽셾셿솀솁솂솃솄솆솇솈솉솊솋솏솑솒솓솕솗솘솙솚솛솞솠솢솣솤솦솧솪솫솭솮솯솱솲솳솴솵솶솷솸솹솺솻솼솾솿쇀쇁쇂쇃쇅쇆쇇쇉쇊쇋쇍쇎쇏쇐쇑쇒쇓쇕쇖쇙쇚쇛쇜쇝쇞쇟쇡쇢쇣쇥쇦쇧쇩쇪쇫쇬쇭쇮쇯쇲쇴쇵쇶쇷쇸쇹쇺쇻쇾쇿숁숂숃숅숆숇숈숉숊숋숎숐숒숓숔숕숖숗숚숛숝숞숡숢숣")
|
78
|
+
.add(6400, "숤숥숦숧숪숬숮숰숳숵숶숷숸숹숺숻숼숽숾숿쉀쉁쉂쉃쉄쉅")
|
79
|
+
.add(6432, "쉆쉇쉉쉊쉋쉌쉍쉎쉏쉒쉓쉕쉖쉗쉙쉚쉛쉜쉝쉞쉟쉡쉢쉣쉤쉦")
|
80
|
+
.add(6464, "쉧쉨쉩쉪쉫쉮쉯쉱쉲쉳쉵쉶쉷쉸쉹쉺쉻쉾슀슂슃슄슅슆슇슊슋슌슍슎슏슑슒슓슔슕슖슗슙슚슜슞슟슠슡슢슣슦슧슩슪슫슮슯슰슱슲슳슶슸슺슻슼슽슾슿싀싁싂싃싄싅싆싇싈싉싊싋싌싍싎싏싐싑싒싓싔싕싖싗싘싙싚싛싞싟싡싢싥싦싧싨싩싪싮싰싲싳싴싵싷싺싽싾싿쌁쌂쌃쌄쌅쌆쌇쌊쌋쌎쌏")
|
81
|
+
.add(6656, "쌐쌑쌒쌖쌗쌙쌚쌛쌝쌞쌟쌠쌡쌢쌣쌦쌧쌪쌫쌬쌭쌮쌯쌰쌱쌲")
|
82
|
+
.add(6688, "쌳쌴쌵쌶쌷쌸쌹쌺쌻쌼쌽쌾쌿썀썁썂썃썄썆썇썈썉썊썋썌썍")
|
83
|
+
.add(6720, "썎썏썐썑썒썓썔썕썖썗썘썙썚썛썜썝썞썟썠썡썢썣썤썥썦썧썪썫썭썮썯썱썳썴썵썶썷썺썻썾썿쎀쎁쎂쎃쎅쎆쎇쎉쎊쎋쎍쎎쎏쎐쎑쎒쎓쎔쎕쎖쎗쎘쎙쎚쎛쎜쎝쎞쎟쎠쎡쎢쎣쎤쎥쎦쎧쎨쎩쎪쎫쎬쎭쎮쎯쎰쎱쎲쎳쎴쎵쎶쎷쎸쎹쎺쎻쎼쎽쎾쎿쏁쏂쏃쏄쏅쏆쏇쏈쏉쏊쏋쏌쏍쏎쏏쏐쏑쏒쏓쏔쏕쏖쏗쏚")
|
84
|
+
.add(6912, "쏛쏝쏞쏡쏣쏤쏥쏦쏧쏪쏫쏬쏮쏯쏰쏱쏲쏳쏶쏷쏹쏺쏻쏼쏽쏾")
|
85
|
+
.add(6944, "쏿쐀쐁쐂쐃쐄쐅쐆쐇쐉쐊쐋쐌쐍쐎쐏쐑쐒쐓쐔쐕쐖쐗쐘쐙쐚")
|
86
|
+
.add(6976, "쐛쐜쐝쐞쐟쐠쐡쐢쐣쐥쐦쐧쐨쐩쐪쐫쐭쐮쐯쐱쐲쐳쐵쐶쐷쐸쐹쐺쐻쐾쐿쑀쑁쑂쑃쑄쑅쑆쑇쑉쑊쑋쑌쑍쑎쑏쑐쑑쑒쑓쑔쑕쑖쑗쑘쑙쑚쑛쑜쑝쑞쑟쑠쑡쑢쑣쑦쑧쑩쑪쑫쑭쑮쑯쑰쑱쑲쑳쑶쑷쑸쑺쑻쑼쑽쑾쑿쒁쒂쒃쒄쒅쒆쒇쒈쒉쒊쒋쒌쒍쒎쒏쒐쒑쒒쒓쒕쒖쒗쒘쒙쒚쒛쒝쒞쒟쒠쒡쒢쒣쒤쒥쒦쒧쒨쒩")
|
87
|
+
.add(7168, "쒪쒫쒬쒭쒮쒯쒰쒱쒲쒳쒴쒵쒶쒷쒹쒺쒻쒽쒾쒿쓀쓁쓂쓃쓄쓅")
|
88
|
+
.add(7200, "쓆쓇쓈쓉쓊쓋쓌쓍쓎쓏쓐쓑쓒쓓쓔쓕쓖쓗쓘쓙쓚쓛쓜쓝쓞쓟")
|
89
|
+
.add(7232, "쓠쓡쓢쓣쓤쓥쓦쓧쓨쓪쓫쓬쓭쓮쓯쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂씃씄씅씆씇씈씉씊씋씍씎씏씑씒씓씕씖씗씘씙씚씛씝씞씟씠씡씢씣씤씥씦씧씪씫씭씮씯씱씲씳씴씵씶씷씺씼씾씿앀앁앂앃앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩앪앫앬앭앮앯앲앶앷앸앹앺앻앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔")
|
90
|
+
.add(7424, "얖얙얚얛얝얞얟얡얢얣얤얥얦얧얨얪얫얬얭얮얯얰얱얲얳얶")
|
91
|
+
.add(7456, "얷얺얿엀엁엂엃엋엍엏엒엓엕엖엗엙엚엛엜엝엞엟엢엤엦엧")
|
92
|
+
.add(7488, "엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑옒옓옔옕옖옗옚옝옞옟옠옡옢옣옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉왊왋왌왍왎왏왒왖왗왘왙왚왛왞왟왡왢왣왤왥왦왧왨왩왪왫왭왮왰왲왳왴왵왶왷왺왻왽왾왿욁욂욃욄욅욆욇욊욌욎욏욐욑욒욓욖욗욙욚욛욝욞욟욠욡욢욣욦")
|
93
|
+
.add(7680, "욨욪욫욬욭욮욯욲욳욵욶욷욻욼욽욾욿웂웄웆웇웈웉웊웋웎")
|
94
|
+
.add(7712, "웏웑웒웓웕웖웗웘웙웚웛웞웟웢웣웤웥웦웧웪웫웭웮웯웱웲")
|
95
|
+
.add(7744, "웳웴웵웶웷웺웻웼웾웿윀윁윂윃윆윇윉윊윋윍윎윏윐윑윒윓윖윘윚윛윜윝윞윟윢윣윥윦윧윩윪윫윬윭윮윯윲윴윶윸윹윺윻윾윿읁읂읃읅읆읇읈읉읋읎읐읙읚읛읝읞읟읡읢읣읤읥읦읧읩읪읬읭읮읯읰읱읲읳읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛잜잝잞잟잢잧잨잩잪잫잮잯잱잲잳잵잶잷")
|
96
|
+
.add(7936, "잸잹잺잻잾쟂쟃쟄쟅쟆쟇쟊쟋쟍쟏쟑쟒쟓쟔쟕쟖쟗쟙쟚쟛쟜")
|
97
|
+
.add(7968, "쟞쟟쟠쟡쟢쟣쟥쟦쟧쟩쟪쟫쟭쟮쟯쟰쟱쟲쟳쟴쟵쟶쟷쟸쟹쟺")
|
98
|
+
.add(8000, "쟻쟼쟽쟾쟿젂젃젅젆젇젉젋젌젍젎젏젒젔젗젘젙젚젛젞젟젡젢젣젥젦젧젨젩젪젫젮젰젲젳젴젵젶젷젹젺젻젽젾젿졁졂졃졄졅졆졇졊졋졎졏졐졑졒졓졕졖졗졘졙졚졛졜졝졞졟졠졡졢졣졤졥졦졧졨졩졪졫졬졭졮졯졲졳졵졶졷졹졻졼졽졾졿좂좄좈좉좊좎좏좐좑좒좓좕좖좗좘좙좚좛좜좞좠좢좣좤")
|
99
|
+
.add(8192, "좥좦좧좩좪좫좬좭좮좯좰좱좲좳좴좵좶좷좸좹좺좻좾좿죀죁")
|
100
|
+
.add(8224, "죂죃죅죆죇죉죊죋죍죎죏죐죑죒죓죖죘죚죛죜죝죞죟죢죣죥")
|
101
|
+
.add(8256, "죦죧죨죩죪죫죬죭죮죯죰죱죲죳죴죶죷죸죹죺죻죾죿줁줂줃줇줈줉줊줋줎 、。·‥…¨〃―∥\∼‘’“”〔〕〈〉《》「」『』【】±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬")
|
102
|
+
.add(8448, "줐줒줓줔줕줖줗줙줚줛줜줝줞줟줠줡줢줣줤줥줦줧줨줩줪줫")
|
103
|
+
.add(8480, "줭줮줯줰줱줲줳줵줶줷줸줹줺줻줼줽줾줿쥀쥁쥂쥃쥄쥅쥆쥇")
|
104
|
+
.add(8512, "쥈쥉쥊쥋쥌쥍쥎쥏쥒쥓쥕쥖쥗쥙쥚쥛쥜쥝쥞쥟쥢쥤쥥쥦쥧쥨쥩쥪쥫쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®")
|
105
|
+
.add(8704, "쥱쥲쥳쥵쥶쥷쥸쥹쥺쥻쥽쥾쥿즀즁즂즃즄즅즆즇즊즋즍즎즏")
|
106
|
+
.add(8736, "즑즒즓즔즕즖즗즚즜즞즟즠즡즢즣즤즥즦즧즨즩즪즫즬즭즮")
|
107
|
+
.add(8768, "즯즰즱즲즳즴즵즶즷즸즹즺즻즼즽즾즿짂짃짅짆짉짋짌짍짎짏짒짔짗짘짛!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[₩]^_`abcdefghijklmnopqrstuvwxyz{|} ̄")
|
108
|
+
.add(8960, "짞짟짡짣짥짦짨짩짪짫짮짲짳짴짵짶짷짺짻짽짾짿쨁쨂쨃쨄")
|
109
|
+
.add(8992, "쨅쨆쨇쨊쨎쨏쨐쨑쨒쨓쨕쨖쨗쨙쨚쨛쨜쨝쨞쨟쨠쨡쨢쨣쨤쨥")
|
110
|
+
.add(9024, "쨦쨧쨨쨪쨫쨬쨭쨮쨯쨰쨱쨲쨳쨴쨵쨶쨷쨸쨹쨺쨻쨼쨽쨾쨿쩀쩁쩂쩃쩄쩅쩆ㄱㄲㄳㄴㄵㄶㄷㄸㄹㄺㄻㄼㄽㄾㄿㅀㅁㅂㅃㅄㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎㅏㅐㅑㅒㅓㅔㅕㅖㅗㅘㅙㅚㅛㅜㅝㅞㅟㅠㅡㅢㅣㅤㅥㅦㅧㅨㅩㅪㅫㅬㅭㅮㅯㅰㅱㅲㅳㅴㅵㅶㅷㅸㅹㅺㅻㅼㅽㅾㅿㆀㆁㆂㆃㆄㆅㆆㆇㆈㆉㆊㆋㆌㆍㆎ")
|
111
|
+
.add(9216, "쩇쩈쩉쩊쩋쩎쩏쩑쩒쩓쩕쩖쩗쩘쩙쩚쩛쩞쩢쩣쩤쩥쩦쩧쩩쩪")
|
112
|
+
.add(9248, "쩫쩬쩭쩮쩯쩰쩱쩲쩳쩴쩵쩶쩷쩸쩹쩺쩻쩼쩾쩿쪀쪁쪂쪃쪅쪆")
|
113
|
+
.add(9280, "쪇쪈쪉쪊쪋쪌쪍쪎쪏쪐쪑쪒쪓쪔쪕쪖쪗쪙쪚쪛쪜쪝쪞쪟쪠쪡쪢쪣쪤쪥쪦쪧ⅰⅱⅲⅳⅴⅵⅶⅷⅸⅹ")
|
114
|
+
.add(9327, "ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩ")
|
115
|
+
.add(9344, "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ")
|
116
|
+
.add(9376, "αβγδεζηθικλμνξοπρστυφχψω")
|
117
|
+
.add(9472, "쪨쪩쪪쪫쪬쪭쪮쪯쪰쪱쪲쪳쪴쪵쪶쪷쪸쪹쪺쪻쪾쪿쫁쫂쫃쫅")
|
118
|
+
.add(9504, "쫆쫇쫈쫉쫊쫋쫎쫐쫒쫔쫕쫖쫗쫚쫛쫜쫝쫞쫟쫡쫢쫣쫤쫥쫦쫧")
|
119
|
+
.add(9536, "쫨쫩쫪쫫쫭쫮쫯쫰쫱쫲쫳쫵쫶쫷쫸쫹쫺쫻쫼쫽쫾쫿쬀쬁쬂쬃쬄쬅쬆쬇쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃╄╅╆╇╈╉╊")
|
120
|
+
.add(9728, "쬋쬌쬍쬎쬏쬑쬒쬓쬕쬖쬗쬙쬚쬛쬜쬝쬞쬟쬢쬣쬤쬥쬦쬧쬨쬩")
|
121
|
+
.add(9760, "쬪쬫쬬쬭쬮쬯쬰쬱쬲쬳쬴쬵쬶쬷쬸쬹쬺쬻쬼쬽쬾쬿쭀쭂쭃쭄")
|
122
|
+
.add(9792, "쭅쭆쭇쭊쭋쭍쭎쭏쭑쭒쭓쭔쭕쭖쭗쭚쭛쭜쭞쭟쭠쭡쭢쭣쭥쭦쭧쭨쭩쭪쭫쭬㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙㎚㎛㎜㎝㎞㎟㎠㎡㎢㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰㎱㎲㎳㎴㎵㎶㎷㎸㎹㎀㎁㎂㎃㎄㎺㎻㎼㎽㎾㎿㎐㎑㎒㎓㎔Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆")
|
123
|
+
.add(9984, "쭭쭮쭯쭰쭱쭲쭳쭴쭵쭶쭷쭺쭻쭼쭽쭾쭿쮀쮁쮂쮃쮄쮅쮆쮇쮈")
|
124
|
+
.add(10016, "쮉쮊쮋쮌쮍쮎쮏쮐쮑쮒쮓쮔쮕쮖쮗쮘쮙쮚쮛쮝쮞쮟쮠쮡쮢쮣")
|
125
|
+
.add(10048, "쮤쮥쮦쮧쮨쮩쮪쮫쮬쮭쮮쮯쮰쮱쮲쮳쮴쮵쮶쮷쮹쮺쮻쮼쮽쮾쮿쯀쯁쯂쯃쯄ÆÐªĦ")
|
126
|
+
.add(10085, "IJ")
|
127
|
+
.add(10087, "ĿŁØŒºÞŦŊ")
|
128
|
+
.add(10096, "㉠㉡㉢㉣㉤㉥㉦㉧㉨㉩㉪㉫㉬㉭㉮㉯㉰㉱㉲㉳㉴㉵㉶㉷㉸㉹㉺㉻ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩ①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮½⅓⅔¼¾⅛⅜⅝⅞")
|
129
|
+
.add(10240, "쯅쯆쯇쯈쯉쯊쯋쯌쯍쯎쯏쯐쯑쯒쯓쯕쯖쯗쯘쯙쯚쯛쯜쯝쯞쯟")
|
130
|
+
.add(10272, "쯠쯡쯢쯣쯥쯦쯨쯪쯫쯬쯭쯮쯯쯰쯱쯲쯳쯴쯵쯶쯷쯸쯹쯺쯻쯼")
|
131
|
+
.add(10304, "쯽쯾쯿찀찁찂찃찄찅찆찇찈찉찊찋찎찏찑찒찓찕찖찗찘찙찚찛찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀㈁㈂㈃㈄㈅㈆㈇㈈㈉㈊㈋㈌㈍㈎㈏㈐㈑㈒㈓㈔㈕㈖㈗㈘㈙㈚㈛⒜⒝⒞⒟⒠⒡⒢⒣⒤⒥⒦⒧⒨⒩⒪⒫⒬⒭⒮⒯⒰⒱⒲⒳⒴⒵⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽⑾⑿⒀⒁⒂¹²³⁴ⁿ₁₂₃₄")
|
132
|
+
.add(10496, "찥찦찪찫찭찯찱찲찳찴찵찶찷찺찿챀챁챂챃챆챇챉챊챋챍챎")
|
133
|
+
.add(10528, "챏챐챑챒챓챖챚챛챜챝챞챟챡챢챣챥챧챩챪챫챬챭챮챯챱챲")
|
134
|
+
.add(10560, "챳챴챶챷챸챹챺챻챼챽챾챿첀첁첂첃첄첅첆첇첈첉첊첋첌첍첎첏첐첑첒첓ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬねのはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをん")
|
135
|
+
.add(10752, "첔첕첖첗첚첛첝첞첟첡첢첣첤첥첦첧첪첮첯첰첱첲첳첶첷첹")
|
136
|
+
.add(10784, "첺첻첽첾첿쳀쳁쳂쳃쳆쳈쳊쳋쳌쳍쳎쳏쳑쳒쳓쳕쳖쳗쳘쳙쳚")
|
137
|
+
.add(10816, "쳛쳜쳝쳞쳟쳠쳡쳢쳣쳥쳦쳧쳨쳩쳪쳫쳭쳮쳯쳱쳲쳳쳴쳵쳶쳷쳸쳹쳺쳻쳼쳽ァアィイゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶ")
|
138
|
+
.add(11008, "쳾쳿촀촂촃촄촅촆촇촊촋촍촎촏촑촒촓촔촕촖촗촚촜촞촟촠")
|
139
|
+
.add(11040, "촡촢촣촥촦촧촩촪촫촭촮촯촰촱촲촳촴촵촶촷촸촺촻촼촽촾")
|
140
|
+
.add(11072, "촿쵀쵁쵂쵃쵄쵅쵆쵇쵈쵉쵊쵋쵌쵍쵎쵏쵐쵑쵒쵓쵔쵕쵖쵗쵘쵙쵚쵛쵝쵞쵟АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ")
|
141
|
+
.add(11152, "абвгдеёжзийклмнопрстуфхцчшщъыьэюя")
|
142
|
+
.add(11264, "쵡쵢쵣쵥쵦쵧쵨쵩쵪쵫쵮쵰쵲쵳쵴쵵쵶쵷쵹쵺쵻쵼쵽쵾쵿춀")
|
143
|
+
.add(11296, "춁춂춃춄춅춆춇춉춊춋춌춍춎춏춐춑춒춓춖춗춙춚춛춝춞춟")
|
144
|
+
.add(11328, "춠춡춢춣춦춨춪춫춬춭춮춯춱춲춳춴춵춶춷춸춹춺춻춼춽춾춿췀췁췂췃췅")
|
145
|
+
.add(11520, "췆췇췈췉췊췋췍췎췏췑췒췓췔췕췖췗췘췙췚췛췜췝췞췟췠췡")
|
146
|
+
.add(11552, "췢췣췤췥췦췧췩췪췫췭췮췯췱췲췳췴췵췶췷췺췼췾췿츀츁츂")
|
147
|
+
.add(11584, "츃츅츆츇츉츊츋츍츎츏츐츑츒츓츕츖츗츘츚츛츜츝츞츟츢츣츥츦츧츩츪츫")
|
148
|
+
.add(11776, "츬츭츮츯츲츴츶츷츸츹츺츻츼츽츾츿칀칁칂칃칄칅칆칇칈칉")
|
149
|
+
.add(11808, "칊칋칌칍칎칏칐칑칒칓칔칕칖칗칚칛칝칞칢칣칤칥칦칧칪칬")
|
150
|
+
.add(11840, "칮칯칰칱칲칳칶칷칹칺칻칽칾칿캀캁캂캃캆캈캊캋캌캍캎캏캒캓캕캖캗캙")
|
151
|
+
.add(12032, "캚캛캜캝캞캟캢캦캧캨캩캪캫캮캯캰캱캲캳캴캵캶캷캸캹캺")
|
152
|
+
.add(12064, "캻캼캽캾캿컀컂컃컄컅컆컇컈컉컊컋컌컍컎컏컐컑컒컓컔컕")
|
153
|
+
.add(12096, "컖컗컘컙컚컛컜컝컞컟컠컡컢컣컦컧컩컪컭컮컯컰컱컲컳컶컺컻컼컽컾컿가각간갇갈갉갊감갑값갓갔강갖갗같갚갛개객갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆")
|
154
|
+
.add(12288, "켂켃켅켆켇켉켊켋켌켍켎켏켒켔켖켗켘켙켚켛켝켞켟켡켢켣")
|
155
|
+
.add(12320, "켥켦켧켨켩켪켫켮켲켳켴켵켶켷켹켺켻켼켽켾켿콀콁콂콃콄")
|
156
|
+
.add(12352, "콅콆콇콈콉콊콋콌콍콎콏콐콑콒콓콖콗콙콚콛콝콞콟콠콡콢콣콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸")
|
157
|
+
.add(12544, "콭콮콯콲콳콵콶콷콹콺콻콼콽콾콿쾁쾂쾃쾄쾆쾇쾈쾉쾊쾋쾍")
|
158
|
+
.add(12576, "쾎쾏쾐쾑쾒쾓쾔쾕쾖쾗쾘쾙쾚쾛쾜쾝쾞쾟쾠쾢쾣쾤쾥쾦쾧쾩")
|
159
|
+
.add(12608, "쾪쾫쾬쾭쾮쾯쾱쾲쾳쾴쾵쾶쾷쾸쾹쾺쾻쾼쾽쾾쾿쿀쿁쿂쿃쿅쿆쿇쿈쿉쿊쿋깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙")
|
160
|
+
.add(12800, "쿌쿍쿎쿏쿐쿑쿒쿓쿔쿕쿖쿗쿘쿙쿚쿛쿜쿝쿞쿟쿢쿣쿥쿦쿧쿩")
|
161
|
+
.add(12832, "쿪쿫쿬쿭쿮쿯쿲쿴쿶쿷쿸쿹쿺쿻쿽쿾쿿퀁퀂퀃퀅퀆퀇퀈퀉퀊")
|
162
|
+
.add(12864, "퀋퀌퀍퀎퀏퀐퀒퀓퀔퀕퀖퀗퀙퀚퀛퀜퀝퀞퀟퀠퀡퀢퀣퀤퀥퀦퀧퀨퀩퀪퀫퀬끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫났낭낮낯낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝")
|
163
|
+
.add(13056, "퀮퀯퀰퀱퀲퀳퀶퀷퀹퀺퀻퀽퀾퀿큀큁큂큃큆큈큊큋큌큍큎큏")
|
164
|
+
.add(13088, "큑큒큓큕큖큗큙큚큛큜큝큞큟큡큢큣큤큥큦큧큨큩큪큫큮큯")
|
165
|
+
.add(13120, "큱큲큳큵큶큷큸큹큺큻큾큿킀킂킃킄킅킆킇킈킉킊킋킌킍킎킏킐킑킒킓킔뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫달닭닮닯닳담답닷닸당닺닻닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥")
|
166
|
+
.add(13312, "킕킖킗킘킙킚킛킜킝킞킟킠킡킢킣킦킧킩킪킫킭킮킯킰킱킲")
|
167
|
+
.add(13344, "킳킶킸킺킻킼킽킾킿탂탃탅탆탇탊탋탌탍탎탏탒탖탗탘탙탚")
|
168
|
+
.add(13376, "탛탞탟탡탢탣탥탦탧탨탩탪탫탮탲탳탴탵탶탷탹탺탻탼탽탾탿턀턁턂턃턄덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸")
|
169
|
+
.add(13568, "턅턆턇턈턉턊턋턌턎턏턐턑턒턓턔턕턖턗턘턙턚턛턜턝턞턟")
|
170
|
+
.add(13600, "턠턡턢턣턤턥턦턧턨턩턪턫턬턭턮턯턲턳턵턶턷턹턻턼턽턾")
|
171
|
+
.add(13632, "턿텂텆텇텈텉텊텋텎텏텑텒텓텕텖텗텘텙텚텛텞텠텢텣텤텥텦텧텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗")
|
172
|
+
.add(13824, "텮텯텰텱텲텳텴텵텶텷텸텹텺텻텽텾텿톀톁톂톃톅톆톇톉톊")
|
173
|
+
.add(13856, "톋톌톍톎톏톐톑톒톓톔톕톖톗톘톙톚톛톜톝톞톟톢톣톥톦톧")
|
174
|
+
.add(13888, "톩톪톫톬톭톮톯톲톴톶톷톸톹톻톽톾톿퇁퇂퇃퇄퇅퇆퇇퇈퇉퇊퇋퇌퇍퇎퇏래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩")
|
175
|
+
.add(14080, "퇐퇑퇒퇓퇔퇕퇖퇗퇙퇚퇛퇜퇝퇞퇟퇠퇡퇢퇣퇤퇥퇦퇧퇨퇩퇪")
|
176
|
+
.add(14112, "퇫퇬퇭퇮퇯퇰퇱퇲퇳퇵퇶퇷퇹퇺퇻퇼퇽퇾퇿툀툁툂툃툄툅툆")
|
177
|
+
.add(14144, "툈툊툋툌툍툎툏툑툒툓툔툕툖툗툘툙툚툛툜툝툞툟툠툡툢툣툤툥툦툧툨툩륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많맏말맑맒맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼")
|
178
|
+
.add(14336, "툪툫툮툯툱툲툳툵툶툷툸툹툺툻툾퉀퉂퉃퉄퉅퉆퉇퉉퉊퉋퉌")
|
179
|
+
.add(14368, "퉍퉎퉏퉐퉑퉒퉓퉔퉕퉖퉗퉘퉙퉚퉛퉝퉞퉟퉠퉡퉢퉣퉥퉦퉧퉨")
|
180
|
+
.add(14400, "퉩퉪퉫퉬퉭퉮퉯퉰퉱퉲퉳퉴퉵퉶퉷퉸퉹퉺퉻퉼퉽퉾퉿튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바박밖밗반받발밝밞밟밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗")
|
181
|
+
.add(14592, "튍튎튏튒튓튔튖튗튘튙튚튛튝튞튟튡튢튣튥튦튧튨튩튪튫튭")
|
182
|
+
.add(14624, "튮튯튰튲튳튴튵튶튷튺튻튽튾틁틃틄틅틆틇틊틌틍틎틏틐틑")
|
183
|
+
.add(14656, "틒틓틕틖틗틙틚틛틝틞틟틠틡틢틣틦틧틨틩틪틫틬틭틮틯틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤")
|
184
|
+
.add(14848, "틻틼틽틾틿팂팄팆팇팈팉팊팋팏팑팒팓팕팗팘팙팚팛팞팢팣")
|
185
|
+
.add(14880, "팤팦팧팪팫팭팮팯팱팲팳팴팵팶팷팺팾팿퍀퍁퍂퍃퍆퍇퍈퍉")
|
186
|
+
.add(14912, "퍊퍋퍌퍍퍎퍏퍐퍑퍒퍓퍔퍕퍖퍗퍘퍙퍚퍛퍜퍝퍞퍟퍠퍡퍢퍣퍤퍥퍦퍧퍨퍩빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤")
|
187
|
+
.add(15104, "퍪퍫퍬퍭퍮퍯퍰퍱퍲퍳퍴퍵퍶퍷퍸퍹퍺퍻퍾퍿펁펂펃펅펆펇")
|
188
|
+
.add(15136, "펈펉펊펋펎펒펓펔펕펖펗펚펛펝펞펟펡펢펣펤펥펦펧펪펬펮")
|
189
|
+
.add(15168, "펯펰펱펲펳펵펶펷펹펺펻펽펾펿폀폁폂폃폆폇폊폋폌폍폎폏폑폒폓폔폕폖샥샨샬샴샵샷샹섀섄섈섐섕서석섞섟선섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭")
|
190
|
+
.add(15360, "폗폙폚폛폜폝폞폟폠폢폤폥폦폧폨폩폪폫폮폯폱폲폳폵폶폷")
|
191
|
+
.add(15392, "폸폹폺폻폾퐀퐂퐃퐄퐅퐆퐇퐉퐊퐋퐌퐍퐎퐏퐐퐑퐒퐓퐔퐕퐖")
|
192
|
+
.add(15424, "퐗퐘퐙퐚퐛퐜퐞퐟퐠퐡퐢퐣퐤퐥퐦퐧퐨퐩퐪퐫퐬퐭퐮퐯퐰퐱퐲퐳퐴퐵퐶퐷숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰")
|
193
|
+
.add(15616, "퐸퐹퐺퐻퐼퐽퐾퐿푁푂푃푅푆푇푈푉푊푋푌푍푎푏푐푑푒푓")
|
194
|
+
.add(15648, "푔푕푖푗푘푙푚푛푝푞푟푡푢푣푥푦푧푨푩푪푫푬푮푰푱푲")
|
195
|
+
.add(15680, "푳푴푵푶푷푺푻푽푾풁풃풄풅풆풇풊풌풎풏풐풑풒풓풕풖풗풘풙풚풛풜풝쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄업없엇었엉엊엌엎")
|
196
|
+
.add(15872, "풞풟풠풡풢풣풤풥풦풧풨풪풫풬풭풮풯풰풱풲풳풴풵풶풷풸")
|
197
|
+
.add(15904, "풹풺풻풼풽풾풿퓀퓁퓂퓃퓄퓅퓆퓇퓈퓉퓊퓋퓍퓎퓏퓑퓒퓓퓕")
|
198
|
+
.add(15936, "퓖퓗퓘퓙퓚퓛퓝퓞퓠퓡퓢퓣퓤퓥퓦퓧퓩퓪퓫퓭퓮퓯퓱퓲퓳퓴퓵퓶퓷퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염엽엾엿였영옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨")
|
199
|
+
.add(16128, "퓾퓿픀픁픂픃픅픆픇픉픊픋픍픎픏픐픑픒픓픖픘픙픚픛픜픝")
|
200
|
+
.add(16160, "픞픟픠픡픢픣픤픥픦픧픨픩픪픫픬픭픮픯픰픱픲픳픴픵픶픷")
|
201
|
+
.add(16192, "픸픹픺픻픾픿핁핂핃핅핆핇핈핉핊핋핎핐핒핓핔핕핖핗핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응읒읓읔읕읖읗의읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊")
|
202
|
+
.add(16384, "핤핦핧핪핬핮핯핰핱핲핳핶핷핹핺핻핽핾핿햀햁햂햃햆햊햋")
|
203
|
+
.add(16416, "햌햍햎햏햑햒햓햔햕햖햗햘햙햚햛햜햝햞햟햠햡햢햣햤햦햧")
|
204
|
+
.add(16448, "햨햩햪햫햬햭햮햯햰햱햲햳햴햵햶햷햸햹햺햻햼햽햾햿헀헁헂헃헄헅헆헇점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓")
|
205
|
+
.add(16640, "헊헋헍헎헏헑헓헔헕헖헗헚헜헞헟헠헡헢헣헦헧헩헪헫헭헮")
|
206
|
+
.add(16672, "헯헰헱헲헳헶헸헺헻헼헽헾헿혂혃혅혆혇혉혊혋혌혍혎혏혒")
|
207
|
+
.add(16704, "혖혗혘혙혚혛혝혞혟혡혢혣혥혦혧혨혩혪혫혬혮혯혰혱혲혳혴혵혶혷혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻")
|
208
|
+
.add(16896, "혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝홞홟홠홡")
|
209
|
+
.add(16928, "홢홣홤홥홦홨홪홫홬홭홮홯홲홳홵홶홷홸홹홺홻홼홽홾홿횀")
|
210
|
+
.add(16960, "횁횂횄횆횇횈횉횊횋횎횏횑횒횓횕횖횗횘횙횚횛횜횞횠횢횣횤횥횦횧횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층")
|
211
|
+
.add(17152, "횫횭횮횯횱횲횳횴횵횶횷횸횺횼횽횾횿훀훁훂훃훆훇훉훊훋")
|
212
|
+
.add(17184, "훍훎훏훐훒훓훕훖훘훚훛훜훝훞훟훡훢훣훥훦훧훩훪훫훬훭")
|
213
|
+
.add(17216, "훮훯훱훲훳훴훶훷훸훹훺훻훾훿휁휂휃휅휆휇휈휉휊휋휌휍휎휏휐휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼")
|
214
|
+
.add(17408, "휕휖휗휚휛휝휞휟휡휢휣휤휥휦휧휪휬휮휯휰휱휲휳휶휷휹")
|
215
|
+
.add(17440, "휺휻휽휾휿흀흁흂흃흅흆흈흊흋흌흍흎흏흒흓흕흚흛흜흝흞")
|
216
|
+
.add(17472, "흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵흶흷흸흹흺흻흾흿힀힂힃힄힅힆힇힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜")
|
217
|
+
.add(17664, "힍힎힏힑힒힓힔힕힖힗힚힜힞힟힠힡힢힣")
|
218
|
+
.add(17760, "퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁")
|
219
|
+
.add(18016, "퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠")
|
220
|
+
.add(18272, "혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝")
|
221
|
+
.add(18784, "伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕")
|
222
|
+
.add(19040, "匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢")
|
223
|
+
.add(19296, "瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械")
|
224
|
+
.add(19552, "棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜")
|
225
|
+
.add(19808, "科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾")
|
226
|
+
.add(20064, "區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴")
|
227
|
+
.add(20320, "鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣")
|
228
|
+
.add(20576, "朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩羅蘿螺裸邏那樂洛烙珞落諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉")
|
229
|
+
.add(20832, "納臘蠟衲囊娘廊朗浪狼郎乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧老蘆虜路露駑魯鷺碌祿綠菉錄鹿論壟弄濃籠聾膿農惱牢磊腦賂雷尿壘屢樓淚漏累縷陋嫩訥杻紐勒肋凜凌稜綾能菱陵尼泥匿溺多茶")
|
230
|
+
.add(21088, "丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃")
|
231
|
+
.add(21344, "棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅")
|
232
|
+
.add(21600, "蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣")
|
233
|
+
.add(21856, "煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼")
|
234
|
+
.add(22112, "遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬")
|
235
|
+
.add(22368, "立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅")
|
236
|
+
.add(22624, "蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文")
|
237
|
+
.add(22880, "汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑")
|
238
|
+
.add(23136, "發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖")
|
239
|
+
.add(23392, "碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦")
|
240
|
+
.add(23648, "孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥")
|
241
|
+
.add(23904, "脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索")
|
242
|
+
.add(24160, "傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署")
|
243
|
+
.add(24416, "胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬")
|
244
|
+
.add(24672, "聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁")
|
245
|
+
.add(24928, "戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧")
|
246
|
+
.add(25184, "嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁")
|
247
|
+
.add(25440, "沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額")
|
248
|
+
.add(25696, "櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬")
|
249
|
+
.add(25952, "旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒")
|
250
|
+
.add(26208, "簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳")
|
251
|
+
.add(26464, "烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療")
|
252
|
+
.add(26720, "窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓")
|
253
|
+
.add(26976, "運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜")
|
254
|
+
.add(27232, "濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼")
|
255
|
+
.add(27488, "議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄")
|
256
|
+
.add(27744, "立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長")
|
257
|
+
.add(28000, "障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱")
|
258
|
+
.add(28256, "煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖")
|
259
|
+
.add(28512, "靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫")
|
260
|
+
.add(28768, "踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只")
|
261
|
+
.add(29024, "咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯")
|
262
|
+
.add(29280, "鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策")
|
263
|
+
.add(29536, "責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢")
|
264
|
+
.add(29792, "椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃")
|
265
|
+
.add(30048, "贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託")
|
266
|
+
.add(30304, "鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑")
|
267
|
+
.add(30560, "阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃")
|
268
|
+
.add(30816, "品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航")
|
269
|
+
.add(31072, "行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型")
|
270
|
+
.add(31328, "形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵")
|
271
|
+
.add(31584, "禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆")
|
272
|
+
.get();
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export declare const windows1250specifiedSymbols: Record<number, number>;
|
2
|
+
export declare const windows1252specifiedSymbols: Record<number, number>;
|
3
|
+
export declare const windows1253specifiedSymbols: Record<number, number>;
|
4
|
+
export declare const windows1254specifiedSymbols: Record<number, number>;
|
5
|
+
export declare const windows1255specifiedSymbols: Record<number, number>;
|
6
|
+
export declare const windows1256specifiedSymbols: Record<number, number>;
|
7
|
+
export declare const windows1257specifiedSymbols: Record<number, number>;
|
8
|
+
export declare const windows1258specifiedSymbols: Record<number, number>;
|
9
|
+
export declare const gb2312date: string;
|