devexpress-richedit 25.1.2-beta → 25.1.3

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.
Files changed (56) hide show
  1. package/bin/gulpfile.js +1 -1
  2. package/bin/index-custom.js +1 -1
  3. package/bin/localization-builder.js +1 -1
  4. package/bin/nspell-index.js +1 -1
  5. package/bin/nspell.webpack.config.js +1 -1
  6. package/bin/webpack-externals.js +1 -1
  7. package/bin/webpack.config.js +1 -1
  8. package/dist/dx.richedit.css +1 -1
  9. package/dist/dx.richedit.d.ts +1 -2
  10. package/dist/dx.richedit.js +1243 -1208
  11. package/dist/dx.richedit.min.js +2 -2
  12. package/index.d.ts +1 -1
  13. package/index.js +1 -1
  14. package/lib/client/client-rich-edit.js +2 -2
  15. package/lib/client/commands/commands.js +0 -3
  16. package/lib/client/model-api/character-properties.js +13 -17
  17. package/lib/client/model-api/document.js +2 -0
  18. package/lib/client/model-api/images/images.js +1 -1
  19. package/lib/client/public/commands/enum.d.ts +1 -2
  20. package/lib/client/public/commands/enum.js +0 -1
  21. package/lib/client/public/options.d.ts +1 -0
  22. package/lib/client/utils/focus-helper.js +22 -5
  23. package/lib/common/canvas/canvas-manager.js +1 -1
  24. package/lib/common/canvas/canvas-size-info.d.ts +1 -0
  25. package/lib/common/canvas/canvas-size-info.js +2 -2
  26. package/lib/common/canvas/renderes/view-manager.js +4 -3
  27. package/lib/common/commands/client-command.d.ts +1 -2
  28. package/lib/common/commands/client-command.js +0 -1
  29. package/lib/common/commands/command-manager.js +0 -2
  30. package/lib/common/commands/document/print-document-on-client-command.d.ts +2 -0
  31. package/lib/common/commands/document/print-document-on-client-command.js +46 -18
  32. package/lib/common/commands/layout/apply-style-command.d.ts +2 -2
  33. package/lib/common/commands/layout/apply-style-command.js +3 -4
  34. package/lib/common/commands/toc/set-paragraph-level-command.js +1 -1
  35. package/lib/common/input-controller.js +1 -1
  36. package/lib/common/layout/document-layout.js +4 -1
  37. package/lib/common/layout-formatter/row/word-holder.js +1 -1
  38. package/lib/common/model/borders/border-info.js +1 -1
  39. package/lib/common/model/caches/images.d.ts +4 -1
  40. package/lib/common/model/caches/images.js +6 -2
  41. package/lib/common/model/character/character-properties.d.ts +1 -1
  42. package/lib/common/model/character/character-properties.js +14 -2
  43. package/lib/common/model/fields/field.d.ts +1 -1
  44. package/lib/common/model/fields/field.js +4 -3
  45. package/lib/common/model/fields/tree-creator.js +1 -1
  46. package/lib/common/model/history/items/character-properties-history-items.d.ts +2 -1
  47. package/lib/common/model/history/items/character-properties-history-items.js +3 -2
  48. package/lib/common/model/manipulators/character-properties-manipulator.js +2 -2
  49. package/lib/common/model/manipulators/i-properties-manipulator.d.ts +1 -1
  50. package/lib/common/model/manipulators/picture-manipulator/picture-manipulator.js +2 -2
  51. package/lib/common/model/options/fonts.d.ts +1 -1
  52. package/lib/common/ui/ruler/controls/ruler.js +3 -7
  53. package/lib/common/ui/ruler/controls/vertical-line.js +2 -1
  54. package/package.json +3 -3
  55. package/lib/common/commands/layout/toggle-allow-zoom-command.d.ts +0 -7
  56. package/lib/common/commands/layout/toggle-allow-zoom-command.js +0 -17
package/bin/gulpfile.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (gulpfile.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (index-custom.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (localization-builder.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (nspell-index.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (nspell.webpack.config.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (webpack-externals.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (webpack.config.js)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1919,7 +1919,7 @@
1919
1919
  .dxreView {
1920
1920
  position: relative;
1921
1921
  overflow: auto;
1922
- padding: 0 50px;
1922
+ padding: 0 20px;
1923
1923
  -webkit-overflow-scrolling: touch;
1924
1924
  -webkit-appearance: none;
1925
1925
  -ms-touch-action: pan-x pan-y pinch-zoom;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (dx.richedit.d.ts)
3
- * Version: 25.1.2
3
+ * Version: 25.1.3
4
4
  * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs
6
6
  */
@@ -1086,7 +1086,6 @@ declare module DevExpress.RichEdit {
1086
1086
  ToggleShowHorizontalRuler = 94,
1087
1087
  ToggleFullScreen = 98,
1088
1088
  ChangeZoomLevel = 460,
1089
- ToggleAllowZoom = 461
1090
1089
  }
1091
1090
  export enum HeaderAndFooterTabCommandId {
1092
1091
  GoToPageHeader = 227,