devexpress-richedit 21.2.7 → 21.2.8-build-22151-0101
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 +1 -1
- package/bin/webpack.config.js +1 -1
- package/dist/dx.richedit.d.ts +1 -1
- package/dist/dx.richedit.js +6009 -5627
- package/dist/dx.richedit.min.js +7 -7
- package/dist/pdfkit.js +816 -727
- package/dist/pdfkit.min.js +36 -36
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/base/commands/document/print-document-on-client-command.js +1 -1
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.d.ts +3 -0
- package/lib/base/commands/floating-objects/floating-object-drag-drop-change-position-command.js +8 -1
- package/lib/base/commands/floating-objects/insert-anchored-text-box-command.js +1 -0
- package/lib/base/commands/paragraph-properties/change-paragraph-back-color-command.js +1 -1
- package/lib/base/commands/text/drag-drop-commands.js +7 -5
- package/lib/base/model/history/selection/selection-history-item.js +1 -2
- package/lib/client/_constants.js +1 -1
- package/lib/client/bars/rich-edit-ribbon/ribbon-items-data.js +1 -1
- package/lib/client/commands/mail-merge-command.js +2 -1
- package/lib/client/public/all.js +5 -0
- package/lib/client/public/commands/ui-changes-listener.js +1 -1
- package/lib/client/public/nusa/custom-control-registrator.js +3 -3
- package/lib/core/layout-formatter/box/generator/box-infos-generator.js +1 -1
- package/lib/core/layout-formatter/floating/anchored-objects-manager.d.ts +2 -1
- package/lib/core/layout-formatter/floating/anchored-objects-manager.js +3 -2
- package/lib/core/layout-formatter/row/formatter.js +1 -1
- package/lib/core/layout-formatter/row/states.d.ts +1 -0
- package/lib/core/layout-formatter/row/states.js +4 -0
- package/lib/core/layout-formatter/table/info/table-info.js +1 -1
- package/lib/core/model/document-model.d.ts +2 -0
- package/lib/core/model/document-model.js +5 -0
- package/lib/docx/export/exporters/base/character-properties.js +1 -1
- package/lib/docx/zip/zip-builder.js +19 -2
- package/lib/html/import/html-importer.js +1 -0
- package/lib/rtf/export/exporters/picture/rtf-picture-exporter.js +12 -10
- package/lib/rtf/export/exporters/rtf-anchored-picture-run-exporter.js +1 -1
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.d.ts +3 -1
- package/lib/rtf/export/exporters/rtf-anchored-run-exporter.js +6 -1
- package/lib/rtf/export/exporters/rtf-anchored-text-box-run-exporter.js +1 -1
- package/lib/rtf/export/rtf-builder.d.ts +2 -0
- package/lib/rtf/export/rtf-builder.js +13 -0
- package/lib/rtf/import/destination/shape/shape-property-value-destination.js +1 -1
- package/lib/rtf/import/dx-decoding/decoder-helper.js +3 -2
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.d.ts +6 -0
- package/lib/rtf/import/dx-decoding/hangul949-decoder-helper.js +46 -0
- package/lib/rtf/import/dx-decoding/specified-symbols-949.d.ts +2 -0
- package/lib/rtf/import/dx-decoding/specified-symbols-949.js +274 -0
- package/lib/rtf/import/dx-decoding/specified-symbols.d.ts +0 -1
- package/lib/rtf/import/dx-decoding/specified-symbols.js +0 -1
- package/lib/rtf/import/encoding/code-pages.d.ts +1 -0
- package/lib/rtf/import/encoding/code-pages.js +1 -0
- package/lib/rtf/import/encoding/dx-encoding.js +1 -0
- package/lib/rtf/import/keyword-tables/character-properties.js +0 -1
- package/package.json +2 -2
package/bin/gulpfile.js
CHANGED
package/bin/index-custom.js
CHANGED
package/bin/nspell-index.js
CHANGED
package/bin/webpack-externals.js
CHANGED
package/bin/webpack.config.js
CHANGED