devexpress-richedit 26.1.2-beta → 26.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 +26 -0
  9. package/dist/dx.richedit.d.ts +1 -1
  10. package/dist/dx.richedit.js +6016 -5627
  11. package/dist/dx.richedit.min.js +3 -3
  12. package/dist/pdfkit.js +21908 -22350
  13. package/dist/pdfkit.min.js +1 -1
  14. package/index.d.ts +1 -1
  15. package/index.js +1 -1
  16. package/lib/client/client-rich-edit.d.ts +0 -1
  17. package/lib/client/client-rich-edit.js +2 -25
  18. package/lib/client/default-localization.js +1 -0
  19. package/lib/common/canvas/canvas-manager.d.ts +1 -1
  20. package/lib/common/canvas/canvas-manager.js +7 -3
  21. package/lib/common/canvas/double-tap-detector.d.ts +10 -0
  22. package/lib/common/canvas/double-tap-detector.js +28 -0
  23. package/lib/common/canvas/renderer-class-names.d.ts +2 -0
  24. package/lib/common/canvas/renderer-class-names.js +2 -0
  25. package/lib/common/canvas/renderes/common/document-renderer.d.ts +20 -7
  26. package/lib/common/canvas/renderes/common/document-renderer.js +236 -47
  27. package/lib/common/canvas/renderes/common/simple-view-renderer.d.ts +3 -1
  28. package/lib/common/canvas/renderes/common/simple-view-renderer.js +35 -2
  29. package/lib/common/canvas/renderes/view-manager.d.ts +3 -0
  30. package/lib/common/canvas/renderes/view-manager.js +34 -7
  31. package/lib/common/commands/border-command-options.d.ts +7 -0
  32. package/lib/common/commands/border-command-options.js +8 -0
  33. package/lib/common/commands/dialogs/dialog-border-shading-command.js +13 -6
  34. package/lib/common/commands/dialogs/dialog-custom-numbering-list-command.js +1 -1
  35. package/lib/common/commands/tables/toggle-table-cells-border-command.d.ts +1 -1
  36. package/lib/common/commands/tables/toggle-table-cells-border-command.js +10 -3
  37. package/lib/common/event-manager.js +2 -0
  38. package/lib/common/layout/main-structures/layout-boxes/layout-box.js +1 -1
  39. package/lib/common/layout/main-structures/layout-column.d.ts +1 -0
  40. package/lib/common/layout/main-structures/layout-column.js +3 -0
  41. package/lib/common/layout/selection/layout-selection-items.d.ts +3 -0
  42. package/lib/common/layout/selection/layout-selection-items.js +5 -0
  43. package/lib/common/layout-engine/selection/selection-formatter.js +7 -3
  44. package/lib/common/layout-formatter/box/generator/box-infos-generator.js +8 -4
  45. package/lib/common/layout-formatter/row/result.d.ts +1 -0
  46. package/lib/common/layout-formatter/row/result.js +11 -1
  47. package/lib/common/layout-formatter/row/size-engine/row-formatting-info.d.ts +2 -1
  48. package/lib/common/layout-formatter/row/size-engine/row-formatting-info.js +7 -4
  49. package/lib/common/model/sub-document.d.ts +12 -5
  50. package/lib/common/model/sub-document.js +36 -31
  51. package/lib/common/rich-edit-core.js +1 -1
  52. package/lib/common/screen-reader-manager.d.ts +6 -3
  53. package/lib/common/screen-reader-manager.js +66 -49
  54. package/lib/common/string-resources.d.ts +23 -0
  55. package/lib/common/string-resources.js +43 -0
  56. package/package.json +3 -3
package/bin/gulpfile.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (gulpfile.js)
3
- * Version: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 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: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 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: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 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: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 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: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 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: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 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: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs",
6
6
  */
@@ -76,6 +76,16 @@
76
76
  user-select: none;
77
77
  }
78
78
 
79
+ @media (forced-colors: active) {
80
+ .dxreBoxSelected {
81
+ color: HighlightText !important;
82
+ forced-color-adjust: none;
83
+ outline-color: inherit !important;
84
+ }
85
+ .dxreBoxSelected > .dxrePic {
86
+ filter: invert(100%);
87
+ }
88
+ }
79
89
  .dxreBox {
80
90
  position: absolute;
81
91
  white-space: nowrap;
@@ -324,6 +334,17 @@
324
334
  background: #76a7fa;
325
335
  }
326
336
 
337
+ @media (forced-colors: active) {
338
+ .dxreSelRow,
339
+ .dxreInFocus .dxreSelRow {
340
+ opacity: 1;
341
+ background-color: Highlight !important;
342
+ }
343
+ .dxreSelRowPic,
344
+ .dxreInFocus .dxreSelRowPic {
345
+ opacity: 0 !important;
346
+ }
347
+ }
327
348
  .dxreSelFloatingObjects {
328
349
  z-index: 152;
329
350
  }
@@ -344,6 +365,11 @@
344
365
  background: url("data:image/gif;base64,R0lGODlhAQABAIABABVu5P///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAAAQABAAACAkQBACH5BAUyAAEALAAAAAABAAEAAAICTAEAOw==");
345
366
  }
346
367
 
368
+ @media (forced-colors: active) {
369
+ .dxreInFocus .dxreSelCursor {
370
+ background: Highlight;
371
+ }
372
+ }
347
373
  .dxreSelCursor.dxreSelNoblink {
348
374
  position: absolute;
349
375
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * DevExpress WebRichEdit (dx.richedit.d.ts)
3
- * Version: 26.1.2-beta
3
+ * Version: 26.1.3
4
4
  * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
5
5
  * License: https://www.devexpress.com/Support/EULAs",
6
6
  */