@syncfusion/ej2-angular-documenteditor 19.4.42 → 19.4.50

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 (45) hide show
  1. package/CHANGELOG.md +121 -0
  2. package/dist/ej2-angular-documenteditor.umd.js +1 -1
  3. package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +9 -5
  9. package/styles/bootstrap.css +9 -5
  10. package/styles/bootstrap4.css +9 -5
  11. package/styles/bootstrap5-dark.css +9 -5
  12. package/styles/bootstrap5.css +9 -5
  13. package/styles/document-editor/bootstrap-dark.css +2 -1
  14. package/styles/document-editor/bootstrap.css +2 -1
  15. package/styles/document-editor/bootstrap4.css +2 -1
  16. package/styles/document-editor/bootstrap5-dark.css +2 -1
  17. package/styles/document-editor/bootstrap5.css +2 -1
  18. package/styles/document-editor/fabric-dark.css +2 -1
  19. package/styles/document-editor/fabric.css +2 -1
  20. package/styles/document-editor/highcontrast.css +2 -1
  21. package/styles/document-editor/material-dark.css +2 -1
  22. package/styles/document-editor/material.css +2 -1
  23. package/styles/document-editor/tailwind-dark.css +2 -1
  24. package/styles/document-editor/tailwind.css +2 -1
  25. package/styles/document-editor-container/bootstrap-dark.css +7 -4
  26. package/styles/document-editor-container/bootstrap.css +7 -4
  27. package/styles/document-editor-container/bootstrap4.css +7 -4
  28. package/styles/document-editor-container/bootstrap5-dark.css +7 -4
  29. package/styles/document-editor-container/bootstrap5.css +7 -4
  30. package/styles/document-editor-container/fabric-dark.css +7 -4
  31. package/styles/document-editor-container/fabric.css +7 -4
  32. package/styles/document-editor-container/highcontrast-light.css +4 -1
  33. package/styles/document-editor-container/highcontrast.css +7 -4
  34. package/styles/document-editor-container/material-dark.css +7 -4
  35. package/styles/document-editor-container/material.css +7 -4
  36. package/styles/document-editor-container/tailwind-dark.css +4 -5
  37. package/styles/document-editor-container/tailwind.css +4 -5
  38. package/styles/fabric-dark.css +9 -5
  39. package/styles/fabric.css +9 -5
  40. package/styles/highcontrast-light.css +4 -1
  41. package/styles/highcontrast.css +9 -5
  42. package/styles/material-dark.css +9 -5
  43. package/styles/material.css +9 -5
  44. package/styles/tailwind-dark.css +6 -6
  45. package/styles/tailwind.css +6 -6
package/CHANGELOG.md CHANGED
@@ -4,6 +4,127 @@
4
4
 
5
5
  ### Document Editor
6
6
 
7
+ - `#F171012` - Character style is now applied properly.
8
+ - `#SF-361141` - Resolved the endnote number format rendering issue.
9
+ - `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
10
+ - `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
11
+ - `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
12
+ - `#SF-361566` - Resolved the wrapping style issue in header/footer.
13
+ - `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
14
+ - `#SF-361532` - Resolved the strike through applying issue for bulleted list.
15
+ - `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
16
+ - `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
17
+
18
+ ## 19.4.48 (2022-01-31)
19
+
20
+ ### Document Editor
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#SF-355895` - Resolved the stacked column rendering issue.
25
+ - `#SF-359392` - Resolved the pie chart color rendering issue.
26
+ - `#F171212` - Resolved the section format copy/paste issue.
27
+ - `#SF-359809` - Table formatting is not applied properly.
28
+ - `#SF-359914` - Resolved the nested table height issue.
29
+ - `#SF-362938` - Resolved the spell check shows error for correct word after backspace/delete.
30
+ - `#SF-358997` - Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
31
+ - `#SF-361108` - Resolved the script error in the copy/paste.
32
+ - `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
33
+ - `#SF-362365` - Resolved the modifying level in drop down.
34
+ - `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
35
+ - `#F171941` - Resolved the insert page break in optimized spell check mode.
36
+ - `#SF-359775` - Column Clustered is not rendered properly.
37
+ - `#SF-359392` - Resolved the default chart color applied to pie chart.
38
+ - `#SF-359223` - Resolved the backspace issue in track changes.
39
+ - `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
40
+ - `#SF-359056` - Resolved document hanging issue opening hebrew document.
41
+ - `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
42
+ - `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
43
+ - `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
44
+ - `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
45
+ - `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
46
+ - `#SF-357051` - Resolved the element alignment issue due to page break.
47
+ - `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
48
+ - `#SF-354207` - Resolved the atleast line spacing type line height issue.
49
+ - `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
50
+ - `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
51
+ - `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
52
+ - `#SF-358814` - Document with applied list format is exported properly.
53
+ - `#F171012` - Resolved the script error in applying the list format to character style applied text.
54
+ - `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
55
+ - `#SF-358523` - Resolved the status bar and font family style issue when localized.
56
+ - `#SF-356958` - Resolved the misalignment after list applying.
57
+ - `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
58
+ - `#SF-359606` - Resolved the default tab width calculation with tab stop.
59
+ - `#SF-355860` - Resolved the tab element layout issue in footer.
60
+ - `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
61
+ - `#SF-354038` - Resolved the performance issue in inserting table more rows.
62
+ - `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
63
+ - `#SF-353961` - Resolved the performance issue in editing document with merge field.
64
+ - `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
65
+ - `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
66
+ - `#F171032` - Resolved the empty line adding in text exporting.
67
+ - `#F171461` - Resolved the content control preservation issue in exporting.
68
+ - `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
69
+ - `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
70
+ - `#F171307` - Resolved the track changes issue in editing paragraph inside table.
71
+ - `#SF-356951`, `#F170963`, `#SF-351886`, `#SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
72
+ - `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
73
+ - `#SF-357703` - Resolved the table row splitting issue.
74
+
75
+ #### New Features
76
+
77
+ - `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
78
+ - `#SF-348990` - Added screen tip support for hyperlink.
79
+
80
+ ## 19.4.47 (2022-01-25)
81
+
82
+ ### Document Editor
83
+
84
+ #### Bug Fixes
85
+
86
+ - `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
87
+ - `#SF-362365` - Resolved the modifying level in drop down.
88
+ - `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
89
+ - `#F171941` - Resolved the insert page break in optimized spell check mode.
90
+ - `#SF-359775` - Column Clustered is not rendered properly.
91
+ - `#SF-359392` - Resolved the default chart color applied to pie chart.
92
+ - `#SF-359223` - Resolved the backspace issue in track changes.
93
+ - `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
94
+ - `#SF-359056` - Resolved document hanging issue opening hebrew document.
95
+
96
+ ## 19.4.43 (2022-01-18)
97
+
98
+ ### Document Editor
99
+
100
+ #### Bug Fixes
101
+
102
+ - `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
103
+ - `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
104
+ - `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
105
+ - `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
106
+ - `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
107
+ - `#SF-357051` - Resolved the element alignment issue due to page break.
108
+ - `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
109
+ - `#SF-354207` - Resolved the atleast line spacing type line height issue.
110
+ - `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
111
+ - `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
112
+ - `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
113
+ - `#SF-358814` - Document with applied list format is exported properly.
114
+ - `#F171012` - Resolved the script error in applying the list format to character style applied text.
115
+ - `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
116
+ - `#SF-358523` - Resolved the status bar and font family style issue when localized.
117
+ - `#SF-356958` - Resolved the misalignment after list applying.
118
+ - `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
119
+ - `#SF-359606` - Resolved the default tab width calculation with tab stop.
120
+ - `#SF-355860` - Resolved the tab element layout issue in footer.
121
+ - `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
122
+ - `#SF-354038` - Resolved the performance issue in inserting table more rows.
123
+
124
+ ## 19.4.41 (2022-01-04)
125
+
126
+ ### Document Editor
127
+
7
128
  #### Bug Fixes
8
129
 
9
130
  - `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-documenteditor.umd.js
3
- * version : 19.4.42
3
+ * version : 19.4.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-documenteditor.umd.min.js
3
- * version : 19.4.42
3
+ * version : 19.4.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@19.4.40",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@19.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-C1cs3rsRv0AUMMwMC9hdsWbeaKfbOg1nn/nm+0VKvPMnvt8o3sD5rIXFeDHrTRFZIrvq5ydS47hrAc/x1uRZpw==",
5
+ "_integrity": "sha512-tjd7HUf+1V9O6bwWsAnvIgm5DcaFheYG10+3UrMT7VogtTKcfRUg1ecpMlL2GdqunxjvgMsIyPvsyg7yho+GMA==",
6
6
  "_location": "/@syncfusion/ej2-angular-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.4.40.tgz",
23
- "_shasum": "79956c394626db29f65b23964250bdf2421eb714",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.4.48.tgz",
23
+ "_shasum": "fc971c06477378f6a0e53c3e7c57a863b7bc861f",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.4.42",
35
- "@syncfusion/ej2-base": "~19.4.42",
36
- "@syncfusion/ej2-documenteditor": "19.4.42"
34
+ "@syncfusion/ej2-angular-base": "~19.4.48",
35
+ "@syncfusion/ej2-base": "~19.4.48",
36
+ "@syncfusion/ej2-documenteditor": "19.4.50"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
@@ -67,5 +67,5 @@
67
67
  "schematics": "./schematics/collection.json",
68
68
  "sideEffects": false,
69
69
  "typings": "ej2-angular-documenteditor.d.ts",
70
- "version": "19.4.42"
70
+ "version": "19.4.50"
71
71
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^19.4.40";
2
+ export declare const pkgVer = "^19.4.48";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~19.4.40";
4
+ export declare const themeVer = "~19.4.48";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
- exports.pkgVer = '^19.4.40';
4
+ exports.pkgVer = '^19.4.48';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~19.4.40';
6
+ exports.themeVer = '~19.4.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^19.4.40';
2
+ export const pkgVer = '^19.4.48';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~19.4.40';
4
+ export const themeVer = '~19.4.48';
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1730
1730
 
1731
1731
  .e-de-font-color-label {
1732
1732
  margin-bottom: 5px;
1733
+ margin-right: 15px;
1733
1734
  margin-top: 15px;
1734
1735
  }
1735
1736
 
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox {
1771
- margin-left: 58px;
1772
+ margin-top: 10px;
1772
1773
  }
1773
1774
 
1774
1775
  .e-de-font-checkbox-transform {
@@ -4113,10 +4114,14 @@ label[for*="_wholeWord_e-de-rtl"] {
4113
4114
  box-shadow: none;
4114
4115
  float: right;
4115
4116
  height: 33px;
4116
- margin-left: calc(100% - 362px);
4117
+ margin-left: calc(100% - 380px);
4117
4118
  width: 33px;
4118
4119
  }
4119
4120
 
4121
+ .e-bigger .e-btn-pageweb-spellcheck {
4122
+ margin-left: calc(100% - 410px);
4123
+ }
4124
+
4120
4125
  .e-de-ctn-title {
4121
4126
  background-color: #0070f0;
4122
4127
  border-bottom: none !important;
@@ -4840,7 +4845,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4840
4845
  font-size: 13px;
4841
4846
  height: 100%;
4842
4847
  padding-top: 9px;
4843
- width: 100px;
4844
4848
  }
4845
4849
 
4846
4850
  .e-de-ctnr-pg-no span {
@@ -4877,7 +4881,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4877
4881
  color: #fff;
4878
4882
  float: right;
4879
4883
  height: 34px;
4880
- margin-left: calc(100% - 362px);
4884
+ margin-left: calc(100% - 380px);
4881
4885
  }
4882
4886
 
4883
4887
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -4886,7 +4890,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4886
4890
  color: #fff;
4887
4891
  float: right;
4888
4892
  height: 34px;
4889
- margin-left: calc(100% - 395px);
4893
+ margin-left: calc(100% - 410px);
4890
4894
  }
4891
4895
 
4892
4896
  .e-de-btn-cancel {
@@ -1726,6 +1726,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1726
1726
 
1727
1727
  .e-de-font-color-label {
1728
1728
  margin-bottom: 5px;
1729
+ margin-right: 15px;
1729
1730
  margin-top: 15px;
1730
1731
  }
1731
1732
 
@@ -1764,7 +1765,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1764
1765
  }
1765
1766
 
1766
1767
  .e-de-font-checkbox {
1767
- margin-left: 58px;
1768
+ margin-top: 10px;
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox-transform {
@@ -4111,10 +4112,14 @@ label[for*="_wholeWord_e-de-rtl"] {
4111
4112
  box-shadow: none;
4112
4113
  float: right;
4113
4114
  height: 33px;
4114
- margin-left: calc(100% - 362px);
4115
+ margin-left: calc(100% - 380px);
4115
4116
  width: 33px;
4116
4117
  }
4117
4118
 
4119
+ .e-bigger .e-btn-pageweb-spellcheck {
4120
+ margin-left: calc(100% - 410px);
4121
+ }
4122
+
4118
4123
  .e-de-ctn-title {
4119
4124
  background-color: #317ab9;
4120
4125
  border-bottom: none !important;
@@ -4839,7 +4844,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4839
4844
  font-size: 13px;
4840
4845
  height: 100%;
4841
4846
  padding-top: 9px;
4842
- width: 100px;
4843
4847
  }
4844
4848
 
4845
4849
  .e-de-ctnr-pg-no span {
@@ -4876,7 +4880,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4876
4880
  color: #333;
4877
4881
  float: right;
4878
4882
  height: 34px;
4879
- margin-left: calc(100% - 362px);
4883
+ margin-left: calc(100% - 380px);
4880
4884
  }
4881
4885
 
4882
4886
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -4885,7 +4889,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4885
4889
  color: #333;
4886
4890
  float: right;
4887
4891
  height: 34px;
4888
- margin-left: calc(100% - 395px);
4892
+ margin-left: calc(100% - 410px);
4889
4893
  }
4890
4894
 
4891
4895
  .e-de-btn-cancel {
@@ -1882,6 +1882,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1882
1882
 
1883
1883
  .e-de-font-color-label {
1884
1884
  margin-bottom: 0;
1885
+ margin-right: 14px;
1885
1886
  margin-top: 14px;
1886
1887
  }
1887
1888
 
@@ -1920,7 +1921,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1920
1921
  }
1921
1922
 
1922
1923
  .e-de-font-checkbox {
1923
- margin-left: 58px;
1924
+ margin-top: 10px;
1924
1925
  }
1925
1926
 
1926
1927
  .e-de-font-checkbox-transform {
@@ -4271,10 +4272,14 @@ textarea.e-de-cmt-textarea {
4271
4272
  box-shadow: none;
4272
4273
  float: right;
4273
4274
  height: 33px;
4274
- margin-left: calc(100% - 362px);
4275
+ margin-left: calc(100% - 380px);
4275
4276
  width: 33px;
4276
4277
  }
4277
4278
 
4279
+ .e-bigger .e-btn-pageweb-spellcheck {
4280
+ margin-left: calc(100% - 410px);
4281
+ }
4282
+
4278
4283
  .e-de-ctn-title {
4279
4284
  background-color: #007bff;
4280
4285
  border-bottom: none !important;
@@ -5174,7 +5179,6 @@ textarea.e-de-cmt-textarea {
5174
5179
  font-size: 13px;
5175
5180
  height: 100%;
5176
5181
  padding-top: 9px;
5177
- width: 100px;
5178
5182
  }
5179
5183
 
5180
5184
  .e-de-ctnr-pg-no span {
@@ -5211,7 +5215,7 @@ textarea.e-de-cmt-textarea {
5211
5215
  color: #212529;
5212
5216
  float: right;
5213
5217
  height: 34px;
5214
- margin-left: calc(100% - 362px);
5218
+ margin-left: calc(100% - 380px);
5215
5219
  }
5216
5220
 
5217
5221
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -5220,7 +5224,7 @@ textarea.e-de-cmt-textarea {
5220
5224
  color: #212529;
5221
5225
  float: right;
5222
5226
  height: 34px;
5223
- margin-left: calc(100% - 395px);
5227
+ margin-left: calc(100% - 410px);
5224
5228
  }
5225
5229
 
5226
5230
  .e-de-btn-cancel {
@@ -1903,6 +1903,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1903
1903
 
1904
1904
  .e-de-font-color-label {
1905
1905
  margin-bottom: 8px;
1906
+ margin-right: 12px;
1906
1907
  margin-top: 12px;
1907
1908
  }
1908
1909
 
@@ -1941,7 +1942,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1941
1942
  }
1942
1943
 
1943
1944
  .e-de-font-checkbox {
1944
- margin-left: 58px;
1945
+ margin-top: 8px;
1945
1946
  }
1946
1947
 
1947
1948
  .e-de-font-checkbox-transform {
@@ -4249,10 +4250,14 @@ label[for*="_wholeWord_e-de-rtl"] {
4249
4250
  box-shadow: none;
4250
4251
  float: right;
4251
4252
  height: 33px;
4252
- margin-left: calc(100% - 380px);
4253
+ margin-left: calc(100% - 395px);
4253
4254
  width: 33px;
4254
4255
  }
4255
4256
 
4257
+ .e-bigger .e-btn-pageweb-spellcheck {
4258
+ margin-left: calc(100% - 460px);
4259
+ }
4260
+
4256
4261
  .e-de-ctn-title {
4257
4262
  background-color: #0d6efd;
4258
4263
  border-bottom: none !important;
@@ -5170,7 +5175,6 @@ label[for*="_wholeWord_e-de-rtl"] {
5170
5175
  font-size: 14px;
5171
5176
  height: 100%;
5172
5177
  padding-top: 8px;
5173
- width: 110px;
5174
5178
  }
5175
5179
 
5176
5180
  .e-de-ctnr-pg-no span {
@@ -5207,7 +5211,7 @@ label[for*="_wholeWord_e-de-rtl"] {
5207
5211
  color: #ced4da;
5208
5212
  float: right;
5209
5213
  height: 34px;
5210
- margin-left: calc(100% - 380px);
5214
+ margin-left: calc(100% - 395px);
5211
5215
  }
5212
5216
 
5213
5217
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -5216,7 +5220,7 @@ label[for*="_wholeWord_e-de-rtl"] {
5216
5220
  color: #ced4da;
5217
5221
  float: right;
5218
5222
  height: 34px;
5219
- margin-left: calc(100% - 435px);
5223
+ margin-left: calc(100% - 460px);
5220
5224
  }
5221
5225
 
5222
5226
  .e-de-btn-cancel {
@@ -1903,6 +1903,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1903
1903
 
1904
1904
  .e-de-font-color-label {
1905
1905
  margin-bottom: 8px;
1906
+ margin-right: 12px;
1906
1907
  margin-top: 12px;
1907
1908
  }
1908
1909
 
@@ -1941,7 +1942,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1941
1942
  }
1942
1943
 
1943
1944
  .e-de-font-checkbox {
1944
- margin-left: 58px;
1945
+ margin-top: 8px;
1945
1946
  }
1946
1947
 
1947
1948
  .e-de-font-checkbox-transform {
@@ -4249,10 +4250,14 @@ label[for*="_wholeWord_e-de-rtl"] {
4249
4250
  box-shadow: none;
4250
4251
  float: right;
4251
4252
  height: 33px;
4252
- margin-left: calc(100% - 380px);
4253
+ margin-left: calc(100% - 395px);
4253
4254
  width: 33px;
4254
4255
  }
4255
4256
 
4257
+ .e-bigger .e-btn-pageweb-spellcheck {
4258
+ margin-left: calc(100% - 460px);
4259
+ }
4260
+
4256
4261
  .e-de-ctn-title {
4257
4262
  background-color: #0d6efd;
4258
4263
  border-bottom: none !important;
@@ -5170,7 +5175,6 @@ label[for*="_wholeWord_e-de-rtl"] {
5170
5175
  font-size: 14px;
5171
5176
  height: 100%;
5172
5177
  padding-top: 8px;
5173
- width: 110px;
5174
5178
  }
5175
5179
 
5176
5180
  .e-de-ctnr-pg-no span {
@@ -5207,7 +5211,7 @@ label[for*="_wholeWord_e-de-rtl"] {
5207
5211
  color: #495057;
5208
5212
  float: right;
5209
5213
  height: 34px;
5210
- margin-left: calc(100% - 380px);
5214
+ margin-left: calc(100% - 395px);
5211
5215
  }
5212
5216
 
5213
5217
  .e-bigger .e-de-statusbar-zoom-spell {
@@ -5216,7 +5220,7 @@ label[for*="_wholeWord_e-de-rtl"] {
5216
5220
  color: #495057;
5217
5221
  float: right;
5218
5222
  height: 34px;
5219
- margin-left: calc(100% - 435px);
5223
+ margin-left: calc(100% - 460px);
5220
5224
  }
5221
5225
 
5222
5226
  .e-de-btn-cancel {
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1730
1730
 
1731
1731
  .e-de-font-color-label {
1732
1732
  margin-bottom: 5px;
1733
+ margin-right: 15px;
1733
1734
  margin-top: 15px;
1734
1735
  }
1735
1736
 
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox {
1771
- margin-left: 58px;
1772
+ margin-top: 10px;
1772
1773
  }
1773
1774
 
1774
1775
  .e-de-font-checkbox-transform {
@@ -1726,6 +1726,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1726
1726
 
1727
1727
  .e-de-font-color-label {
1728
1728
  margin-bottom: 5px;
1729
+ margin-right: 15px;
1729
1730
  margin-top: 15px;
1730
1731
  }
1731
1732
 
@@ -1764,7 +1765,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1764
1765
  }
1765
1766
 
1766
1767
  .e-de-font-checkbox {
1767
- margin-left: 58px;
1768
+ margin-top: 10px;
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox-transform {
@@ -1882,6 +1882,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1882
1882
 
1883
1883
  .e-de-font-color-label {
1884
1884
  margin-bottom: 0;
1885
+ margin-right: 14px;
1885
1886
  margin-top: 14px;
1886
1887
  }
1887
1888
 
@@ -1920,7 +1921,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1920
1921
  }
1921
1922
 
1922
1923
  .e-de-font-checkbox {
1923
- margin-left: 58px;
1924
+ margin-top: 10px;
1924
1925
  }
1925
1926
 
1926
1927
  .e-de-font-checkbox-transform {
@@ -1902,6 +1902,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1902
1902
 
1903
1903
  .e-de-font-color-label {
1904
1904
  margin-bottom: 8px;
1905
+ margin-right: 12px;
1905
1906
  margin-top: 12px;
1906
1907
  }
1907
1908
 
@@ -1940,7 +1941,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1940
1941
  }
1941
1942
 
1942
1943
  .e-de-font-checkbox {
1943
- margin-left: 58px;
1944
+ margin-top: 8px;
1944
1945
  }
1945
1946
 
1946
1947
  .e-de-font-checkbox-transform {
@@ -1902,6 +1902,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1902
1902
 
1903
1903
  .e-de-font-color-label {
1904
1904
  margin-bottom: 8px;
1905
+ margin-right: 12px;
1905
1906
  margin-top: 12px;
1906
1907
  }
1907
1908
 
@@ -1940,7 +1941,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1940
1941
  }
1941
1942
 
1942
1943
  .e-de-font-checkbox {
1943
- margin-left: 58px;
1944
+ margin-top: 8px;
1944
1945
  }
1945
1946
 
1946
1947
  .e-de-font-checkbox-transform {
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1730
1730
 
1731
1731
  .e-de-font-color-label {
1732
1732
  margin-bottom: 5px;
1733
+ margin-right: 10px;
1733
1734
  margin-top: 10px;
1734
1735
  }
1735
1736
 
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox {
1771
- margin-left: 58px;
1772
+ margin-top: 10px;
1772
1773
  }
1773
1774
 
1774
1775
  .e-de-font-checkbox-transform {
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1730
1730
 
1731
1731
  .e-de-font-color-label {
1732
1732
  margin-bottom: 5px;
1733
+ margin-right: 10px;
1733
1734
  margin-top: 10px;
1734
1735
  }
1735
1736
 
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox {
1771
- margin-left: 58px;
1772
+ margin-top: 10px;
1772
1773
  }
1773
1774
 
1774
1775
  .e-de-font-checkbox-transform {
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1730
1730
 
1731
1731
  .e-de-font-color-label {
1732
1732
  margin-bottom: 1px;
1733
+ margin-right: 10px;
1733
1734
  margin-top: 10px;
1734
1735
  }
1735
1736
 
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1768
1769
  }
1769
1770
 
1770
1771
  .e-de-font-checkbox {
1771
- margin-left: 58px;
1772
+ margin-top: 10px;
1772
1773
  }
1773
1774
 
1774
1775
  .e-de-font-checkbox-transform {
@@ -1724,6 +1724,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1724
1724
 
1725
1725
  .e-de-font-color-label {
1726
1726
  margin-bottom: 7px;
1727
+ margin-right: 18px;
1727
1728
  margin-top: 18px;
1728
1729
  }
1729
1730
 
@@ -1762,7 +1763,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1762
1763
  }
1763
1764
 
1764
1765
  .e-de-font-checkbox {
1765
- margin-left: 58px;
1766
+ margin-top: 10px;
1766
1767
  }
1767
1768
 
1768
1769
  .e-de-font-checkbox-transform {
@@ -1724,6 +1724,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1724
1724
 
1725
1725
  .e-de-font-color-label {
1726
1726
  margin-bottom: 7px;
1727
+ margin-right: 18px;
1727
1728
  margin-top: 18px;
1728
1729
  }
1729
1730
 
@@ -1762,7 +1763,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1762
1763
  }
1763
1764
 
1764
1765
  .e-de-font-checkbox {
1765
- margin-left: 58px;
1766
+ margin-top: 10px;
1766
1767
  }
1767
1768
 
1768
1769
  .e-de-font-checkbox-transform {