@syncfusion/ej2-react-documenteditor 20.2.49 → 20.3.47

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 (49) hide show
  1. package/CHANGELOG.md +3 -128
  2. package/dist/ej2-react-documenteditor.min.js +10 -0
  3. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +18 -1
  6. package/styles/bootstrap.css +18 -1
  7. package/styles/bootstrap4.css +19 -2
  8. package/styles/bootstrap5-dark.css +19 -3
  9. package/styles/bootstrap5.css +19 -3
  10. package/styles/document-editor/bootstrap-dark.css +5 -0
  11. package/styles/document-editor/bootstrap.css +5 -0
  12. package/styles/document-editor/bootstrap4.css +5 -0
  13. package/styles/document-editor/bootstrap5-dark.css +5 -0
  14. package/styles/document-editor/bootstrap5.css +5 -0
  15. package/styles/document-editor/fabric-dark.css +5 -0
  16. package/styles/document-editor/fabric.css +5 -0
  17. package/styles/document-editor/fluent-dark.css +5 -0
  18. package/styles/document-editor/fluent.css +5 -0
  19. package/styles/document-editor/highcontrast-light.css +18 -14
  20. package/styles/document-editor/highcontrast.css +5 -0
  21. package/styles/document-editor/material-dark.css +5 -0
  22. package/styles/document-editor/material.css +5 -0
  23. package/styles/document-editor/tailwind-dark.css +5 -0
  24. package/styles/document-editor/tailwind.css +5 -0
  25. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  26. package/styles/document-editor-container/bootstrap.css +13 -1
  27. package/styles/document-editor-container/bootstrap4.css +14 -2
  28. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  29. package/styles/document-editor-container/bootstrap5.css +14 -3
  30. package/styles/document-editor-container/fabric-dark.css +13 -1
  31. package/styles/document-editor-container/fabric.css +13 -1
  32. package/styles/document-editor-container/fluent-dark.css +14 -3
  33. package/styles/document-editor-container/fluent.css +14 -3
  34. package/styles/document-editor-container/highcontrast-light.css +27 -15
  35. package/styles/document-editor-container/highcontrast.css +13 -1
  36. package/styles/document-editor-container/material-dark.css +13 -1
  37. package/styles/document-editor-container/material.css +13 -1
  38. package/styles/document-editor-container/tailwind-dark.css +14 -3
  39. package/styles/document-editor-container/tailwind.css +14 -3
  40. package/styles/fabric-dark.css +18 -1
  41. package/styles/fabric.css +18 -1
  42. package/styles/fluent-dark.css +19 -3
  43. package/styles/fluent.css +19 -3
  44. package/styles/highcontrast-light.css +31 -15
  45. package/styles/highcontrast.css +18 -1
  46. package/styles/material-dark.css +18 -1
  47. package/styles/material.css +18 -1
  48. package/styles/tailwind-dark.css +19 -3
  49. package/styles/tailwind.css +19 -3
package/CHANGELOG.md CHANGED
@@ -4,134 +4,9 @@
4
4
 
5
5
  ### Document Editor
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#FB37084` - Header/Footer is now preserved properly.
10
- - `#I398135`,`#I398144` - Resolved the text color changing issue while copying the text.
11
- - `#I398152` - Resolved the count mismatch issue in track changes pane.
12
- - `#FB36978` - Resolved the scrolling issue while copying text on Firefox browser.
13
- - `#I404428` - Resolved the script error on find and replace.
14
-
15
- ## 20.2.48 (2022-09-06)
16
-
17
- ### Document Editor
18
-
19
- #### Bug Fixes
20
-
21
- - `#I401666`, `#I401858` - Resolved the issue with selecting bookmark.
22
- - `#I396827` - Resolved the through wrapping style preservation issue.
23
- - `#I397297` - Resolved the table alignment issue.
24
- - `#I398051` - Resolved the invalid text rendering issue.
25
- - `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously.
26
- - `#I390697` - Shape is now preserved properly on undo/redo.
27
-
28
- ## 20.2.46 (2022-08-30)
29
-
30
- ### Document Editor
31
-
32
- #### Bug Fixes
33
-
34
- - `#I390678` - Resolved the issue with rendering complex text.
35
- - `#I393953` - Resolved the issue with pasting contents while switching paste options.
36
- - `#I396125` - `AfterFormFieldFill` event is now triggered properly.
37
- - `#I395575` - Resolved the issue with rendering cell right border.
38
- - `#I390700` - Resolved the text overlapping issue with square wrapped image.
39
- - `#I394115` - Resolved the table resizing issue.
40
- - `#I379655` - Resolved the issue with rejecting empty paragraph.
41
-
42
- ## 20.2.45 (2022-08-23)
43
-
44
- ### Document Editor
45
-
46
- #### Bug Fixes
47
-
48
- - `#F175673` - Resolved search result navigation issue in header/footer.
49
- - `#I390692` - Resolved issue with rendering paragraph border.
50
- - `#I376858` - Resolved script error which scrolling the document.
51
- - `#I376819`,`#I377834` - Resolved script error on accept all/ reject all.
52
- - `#I381509` - Resolved issue with editing floating elements.
53
- - `#I386049` - Font family is now applied properly for selected paragraphs.
54
- - `#I383929` - Resolved issue with applying top border.
55
- - `#I379641`, `#I392674` - Resolved the document layouting issue.
56
- - `#I383391` - Track changes now preserved properly while accepting revisions.
57
- - `#I387206`, `#I379404` - Resolved the table layouting issue.
58
-
59
- ## 20.2.44 (2022-08-16)
60
-
61
- ### Document Editor
62
-
63
- #### Bug Fixes
64
-
65
- - `#I380067` - Resolved the revision preservation issue in the nested table.
66
- - `#FB35879` - Hyperlink is now preserved properly while converting word document to HTML document.
67
- - `#I380080`, `#I389118`, `#I389521` - Resolved order rendering issue in merged cells.
68
- - `#I390693` - Resolved issue with rendering textbox shape outline.
69
- - `#I388738` - Resolved the cursor positioning issue.
70
- - `#I364803` - Resolved the comment deletion issue after enabling track changes.
71
- - `#I379697` - Resolved script error while accepting the revision.
72
- - `#I386689` - Resolved script error while modifying section format.
73
- - `#I383929` - Resolved issue with applying top border.
74
- - `#I394545` - Resolved issue with applying the filter in the track changes pane.
75
- - `#I397115` - Resolved issue in applying row height.
76
- - `#I391148` - Auto convert hyperlink is now working properly.
77
- - `#I390697` - Shape is now preserved properly on undo/redo.
78
- - `#I392407` - Resolved issue with closing comments pane.
79
-
80
- ## 20.2.40 (2022-07-26)
81
-
82
- ### Document Editor
83
-
84
- #### Bug Fixes
85
-
86
- - `#I392289`, `#I392289` - Resolved issue in adding custom context menu item.
87
- - `#I391927` - Resolved issue in `stopProtection` API.
88
- - `#I381509`, `#I376243`, `#I383105`, `#I378540`, `#I379501` - Resolved document layouting issue due to footnote element.
89
- - `#I389862` - Resoled issued in accepting revision inside the table.
90
- - `#I383928` - The cell background color is now rendered properly.
91
- - `#I381259` - Resolved the script error while switching between print and web layout.
92
- - `#I379297` - Resolved the issue with the header footer while pasting content.
93
- - `#I380334` - Resolved table layouting issue.
94
- - `#I376898` - Resolved issue with pasting table inside another table.
95
- - `#I383930` - Resolved the table collapse issue while inserting a column in the merged cell.
96
- - `#I383369` - Improved performance of replacing more than 10000 occurrences of a text.
97
- - `#I381261` - Next editing range is now navigated properly.
98
-
99
- ## 20.2.39 (2022-07-19)
100
-
101
- ### Document Editor
102
-
103
- #### Bug Fixes
104
-
105
- - `#I386312` - Resolved issue in increase/decrease indent using tab key.
106
- - `#I378136` - Resolved the content hanging issue while opening the document with tab character.
107
- - `#I390208`, `#I376243` - Resolved script error while loading the attached document.
108
- - `#I389150` - Locked regions are not synced properly.
109
- - `#I381259` - Resolved script error while navigating between print and web layout.
110
- - `#I381509` - Resolved layouting issue due to footnote element.
111
- - `#I381367` - Resolved script error while adding comment.
112
- - `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
113
- - `#I383938` - New table is now adjust properly to the page width.
114
- - `#F173898` - Resolved issue with copy & pasting text with highlight color.
115
- - `#I379350` - Resolved layouting issue due to list format.
116
- - `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
117
-
118
- #### New Feature
119
-
120
- - `#I381313` - Added API to get clipboard content.
121
-
122
- ## 20.2.38 (2022-07-12)
123
-
124
- ### Document Editor
125
-
126
- #### Bug Fixes
7
+ #### New Features
127
8
 
128
- - `#I379353`, `#I378987` - Resolved floating table overlapping issue.
129
- - `#F174378` - Improved performance while editing in the protected document.
130
- - `#I375732` - Resolved issue in rendering merged cell.
131
- - `#I376914` - Resolved script error while updating the list.
132
- - `#I378333` - Resolved tab character layouting issue.
133
- - `#I381087` - Resolved issue in `stopProtection` API.
134
- - `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin.
9
+ - `#I345329`,`#I325944`,`#I302342`,`#I301994`,`#I258650`,`#F157122`,`#F164860` - Added support to show or hide the hidden formatting symbols like spaces, tab, paragraph marks, and breaks.
135
10
 
136
11
  ## 20.1.52 (2022-05-04)
137
12
 
@@ -3108,4 +2983,4 @@ The Document Editor component is used to create, edit, view, and print Word docu
3108
2983
  - Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
3109
2984
  - Provides intuitive UI options like context menu, dialogs, and navigation pane.
3110
2985
  - Creates a lightweight Word viewer using module injection to view and prints Word documents.
3111
- - Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
2986
+ - Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-documenteditor.min.js
3
+ * version : 20.3.47
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionDocumenteditor"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionDocumenteditor","SyncfusionReactBase","React"],e):"object"==typeof exports?exports.SyncfusionReactDocumenteditor=e(require("SyncfusionDocumenteditor"),require("SyncfusionReactBase"),require("React")):t.SyncfusionReactDocumenteditor=e(t.SyncfusionDocumenteditor,t.SyncfusionReactBase,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=7)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e){t.exports=n},function(t,e,n){"use strict";var r=n(5);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DocumentEditorContainer);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(2),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.DocumentEditor);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(4);n.d(e,"DocumentEditorComponent",function(){return r.a});var o=n(3);n.d(e,"DocumentEditorContainerComponent",function(){return o.a});var i=n(1);n.n(i);n.o(i,"Inject")&&n.d(e,"Inject",function(){return i.Inject});var c=n(0);n.n(c);for(var u in c)["DocumentEditorComponent","DocumentEditorContainerComponent","Inject","default"].indexOf(u)<0&&function(t){n.d(e,t,function(){return c[t]})}(u)}])});
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.umd.min.js
3
- * version : 20.2.49
3
+ * version : 20.3.47
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-react-documenteditor@*",
3
- "_id": "@syncfusion/ej2-react-documenteditor@20.2.48",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@19.36.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-zdi0rv7m4DCAH3SeemHUvAiMwX/Pk12DPdpoJNnc47HmChP9bP2WdHtTXeHpDctCYa041f8Mw7cHgdy/vIu1uA==",
5
+ "_integrity": "sha512-qgKlWZEpoeeH9F2rsluGOS1Ide1IO6vH9Xq9PMtmi26w5L0RgDII2XhCGGET01j8dTV4LqQwKGhxl0r70QGzOw==",
6
6
  "_location": "/@syncfusion/ej2-react-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-react-documenteditor/-/ej2-react-documenteditor-20.2.48.tgz",
23
- "_shasum": "1baa9843a64201ee1e650d17f13046bbc5fa400a",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.36.0.tgz",
23
+ "_shasum": "e985118faaf9559fa5d7135cba02b23d863acf2d",
24
24
  "_spec": "@syncfusion/ej2-react-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-base": "~20.2.48",
35
- "@syncfusion/ej2-documenteditor": "20.2.49",
36
- "@syncfusion/ej2-react-base": "~20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.47",
35
+ "@syncfusion/ej2-documenteditor": "20.3.47",
36
+ "@syncfusion/ej2-react-base": "~20.3.47"
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 React",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
65
  },
66
- "version": "20.2.49",
66
+ "version": "20.3.47",
67
67
  "sideEffects": false
68
68
  }
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #232323;
752
753
  }
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
3620
3621
  right: 10px;
3621
3622
  }
3622
3623
 
3624
+ .e-bigger {
3625
+ /* stylelint-disable */
3626
+ /* stylelint-enable */
3627
+ }
3623
3628
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3624
3629
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3625
3630
  font-size: 14px;
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
4141
4146
  font-family: "e-icons";
4142
4147
  }
4143
4148
 
4149
+ .e-de-e-paragraph-mark::before {
4150
+ content: "\e353";
4151
+ font-family: "e-icons";
4152
+ }
4153
+
4144
4154
  .e-de-toolbar {
4145
4155
  height: 100%;
4146
4156
  }
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
4185
4195
 
4186
4196
  .e-de-ctnr-hglt-no-color {
4187
4197
  font-size: 12px;
4188
- font-weight: 400;
4198
+ font-weight: normal;
4189
4199
  left: 40px;
4190
4200
  padding-top: 11px;
4191
4201
  position: absolute;
4192
4202
  top: 100px;
4193
4203
  }
4194
4204
 
4205
+ /* stylelint-disable */
4195
4206
  .e-de-scrollbar-hide::-webkit-scrollbar {
4196
4207
  width: 0;
4197
4208
  }
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
4201
4212
  scrollbar-width: none;
4202
4213
  }
4203
4214
 
4215
+ /* stylelint-enable */
4216
+ /* stylelint-disable */
4204
4217
  .e-de-toolbar {
4205
4218
  height: 100%;
4206
4219
  }
@@ -4369,11 +4382,13 @@ label[for*=_wholeWord_e-de-rtl] {
4369
4382
  }
4370
4383
 
4371
4384
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4385
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4372
4386
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4373
4387
  margin-right: 12px;
4374
4388
  }
4375
4389
 
4376
4390
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4391
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4377
4392
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4378
4393
  margin-left: 12px;
4379
4394
  margin-right: 0;
@@ -5194,10 +5209,12 @@ label[for*=_wholeWord_e-de-rtl] {
5194
5209
  margin-right: 0;
5195
5210
  }
5196
5211
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5212
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5197
5213
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5198
5214
  margin-right: 16px;
5199
5215
  }
5200
5216
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5217
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5201
5218
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5202
5219
  margin-left: 16px;
5203
5220
  margin-right: 0;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #fff;
752
753
  }
@@ -3617,6 +3618,10 @@ label[for*=_wholeWord_e-de-rtl] {
3617
3618
  right: 10px;
3618
3619
  }
3619
3620
 
3621
+ .e-bigger {
3622
+ /* stylelint-disable */
3623
+ /* stylelint-enable */
3624
+ }
3620
3625
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3621
3626
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3622
3627
  font-size: 14px;
@@ -4138,6 +4143,11 @@ label[for*=_wholeWord_e-de-rtl] {
4138
4143
  font-family: "e-icons";
4139
4144
  }
4140
4145
 
4146
+ .e-de-e-paragraph-mark::before {
4147
+ content: "\e353";
4148
+ font-family: "e-icons";
4149
+ }
4150
+
4141
4151
  .e-de-toolbar {
4142
4152
  height: 100%;
4143
4153
  }
@@ -4182,13 +4192,14 @@ label[for*=_wholeWord_e-de-rtl] {
4182
4192
 
4183
4193
  .e-de-ctnr-hglt-no-color {
4184
4194
  font-size: 12px;
4185
- font-weight: 400;
4195
+ font-weight: normal;
4186
4196
  left: 40px;
4187
4197
  padding-top: 11px;
4188
4198
  position: absolute;
4189
4199
  top: 100px;
4190
4200
  }
4191
4201
 
4202
+ /* stylelint-disable */
4192
4203
  .e-de-scrollbar-hide::-webkit-scrollbar {
4193
4204
  width: 0;
4194
4205
  }
@@ -4198,6 +4209,8 @@ label[for*=_wholeWord_e-de-rtl] {
4198
4209
  scrollbar-width: none;
4199
4210
  }
4200
4211
 
4212
+ /* stylelint-enable */
4213
+ /* stylelint-disable */
4201
4214
  .e-de-toolbar {
4202
4215
  height: 100%;
4203
4216
  }
@@ -4367,11 +4380,13 @@ label[for*=_wholeWord_e-de-rtl] {
4367
4380
  }
4368
4381
 
4369
4382
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4383
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4370
4384
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4371
4385
  margin-right: 12px;
4372
4386
  }
4373
4387
 
4374
4388
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4389
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4375
4390
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4376
4391
  margin-left: 12px;
4377
4392
  margin-right: 0;
@@ -5193,10 +5208,12 @@ label[for*=_wholeWord_e-de-rtl] {
5193
5208
  margin-right: 0;
5194
5209
  }
5195
5210
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5211
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5196
5212
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5197
5213
  margin-right: 16px;
5198
5214
  }
5199
5215
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5216
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5200
5217
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5201
5218
  margin-left: 16px;
5202
5219
  margin-right: 0;
@@ -744,6 +744,7 @@
744
744
  left: 14px;
745
745
  }
746
746
 
747
+ /* stylelint-disable */
747
748
  .e-de-background {
748
749
  background-color: #e9ecef;
749
750
  }
@@ -3768,6 +3769,10 @@ textarea.e-de-cmt-textarea {
3768
3769
  right: 10px;
3769
3770
  }
3770
3771
 
3772
+ .e-bigger {
3773
+ /* stylelint-disable */
3774
+ /* stylelint-enable */
3775
+ }
3771
3776
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3772
3777
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3773
3778
  font-size: 14px;
@@ -4289,6 +4294,11 @@ textarea.e-de-cmt-textarea {
4289
4294
  font-family: "e-icons";
4290
4295
  }
4291
4296
 
4297
+ .e-de-e-paragraph-mark::before {
4298
+ content: "\e720";
4299
+ font-family: "e-icons";
4300
+ }
4301
+
4292
4302
  .e-de-toolbar {
4293
4303
  height: 100%;
4294
4304
  }
@@ -4333,13 +4343,14 @@ textarea.e-de-cmt-textarea {
4333
4343
 
4334
4344
  .e-de-ctnr-hglt-no-color {
4335
4345
  font-size: 12px;
4336
- font-weight: 400;
4346
+ font-weight: normal;
4337
4347
  left: 40px;
4338
4348
  padding-top: 11px;
4339
4349
  position: absolute;
4340
4350
  top: 100px;
4341
4351
  }
4342
4352
 
4353
+ /* stylelint-disable */
4343
4354
  .e-de-scrollbar-hide::-webkit-scrollbar {
4344
4355
  width: 0;
4345
4356
  }
@@ -4349,6 +4360,8 @@ textarea.e-de-cmt-textarea {
4349
4360
  scrollbar-width: none;
4350
4361
  }
4351
4362
 
4363
+ /* stylelint-enable */
4364
+ /* stylelint-disable */
4352
4365
  .e-de-toolbar {
4353
4366
  height: 100%;
4354
4367
  }
@@ -4519,11 +4532,13 @@ textarea.e-de-cmt-textarea {
4519
4532
  }
4520
4533
 
4521
4534
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4535
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4522
4536
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4523
4537
  margin-right: 14px;
4524
4538
  }
4525
4539
 
4526
4540
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4541
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4527
4542
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4528
4543
  margin-left: 14px;
4529
4544
  margin-right: 0;
@@ -5426,7 +5441,7 @@ textarea.e-de-cmt-textarea {
5426
5441
  }
5427
5442
 
5428
5443
  .e-bigger .de-split-button > div:first-child {
5429
- margin-right: 16px;
5444
+ margin-right: 0;
5430
5445
  }
5431
5446
  .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
5432
5447
  width: 66px;
@@ -5507,10 +5522,12 @@ textarea.e-de-cmt-textarea {
5507
5522
  margin-right: 0;
5508
5523
  }
5509
5524
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5525
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5510
5526
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5511
5527
  margin-right: 16px;
5512
5528
  }
5513
5529
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5530
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5514
5531
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5515
5532
  margin-left: 16px;
5516
5533
  margin-right: 0;
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-documenteditor .e-close::before {
3
2
  color: #adb5bd;
4
3
  content: "\e7e7";
@@ -783,6 +782,7 @@
783
782
  left: 14px;
784
783
  }
785
784
 
785
+ /* stylelint-disable */
786
786
  .e-de-background {
787
787
  background-color: #282d31;
788
788
  }
@@ -3715,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
3715
3715
  right: 17px;
3716
3716
  }
3717
3717
 
3718
+ .e-bigger {
3719
+ /* stylelint-disable */
3720
+ /* stylelint-enable */
3721
+ }
3718
3722
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3719
3723
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3720
3724
  font-size: 14px;
@@ -4262,6 +4266,11 @@ label[for*=_wholeWord_e-de-rtl] {
4262
4266
  font-family: "e-icons";
4263
4267
  }
4264
4268
 
4269
+ .e-de-e-paragraph-mark::before {
4270
+ content: "\e844";
4271
+ font-family: "e-icons";
4272
+ }
4273
+
4265
4274
  .e-de-toolbar {
4266
4275
  height: 100%;
4267
4276
  }
@@ -4306,13 +4315,14 @@ label[for*=_wholeWord_e-de-rtl] {
4306
4315
 
4307
4316
  .e-de-ctnr-hglt-no-color {
4308
4317
  font-size: 12px;
4309
- font-weight: 400;
4318
+ font-weight: normal;
4310
4319
  left: 40px;
4311
4320
  padding-top: 11px;
4312
4321
  position: absolute;
4313
4322
  top: 100px;
4314
4323
  }
4315
4324
 
4325
+ /* stylelint-disable */
4316
4326
  .e-de-scrollbar-hide::-webkit-scrollbar {
4317
4327
  width: 0;
4318
4328
  }
@@ -4322,6 +4332,8 @@ label[for*=_wholeWord_e-de-rtl] {
4322
4332
  scrollbar-width: none;
4323
4333
  }
4324
4334
 
4335
+ /* stylelint-enable */
4336
+ /* stylelint-disable */
4325
4337
  .e-de-toolbar {
4326
4338
  height: 100%;
4327
4339
  }
@@ -4427,7 +4439,7 @@ label[for*=_wholeWord_e-de-rtl] {
4427
4439
  }
4428
4440
  .e-bigger .e-de-ctn-title button {
4429
4441
  font-size: 16px !important;
4430
- height: auto !important;
4442
+ height: auto !important;
4431
4443
  margin: 0 !important;
4432
4444
  }
4433
4445
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -4554,11 +4566,13 @@ label[for*=_wholeWord_e-de-rtl] {
4554
4566
  }
4555
4567
 
4556
4568
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4569
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4557
4570
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4558
4571
  margin-right: 12px;
4559
4572
  }
4560
4573
 
4561
4574
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4575
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4562
4576
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4563
4577
  margin-left: 12px;
4564
4578
  margin-right: 0;
@@ -5501,10 +5515,12 @@ label[for*=_wholeWord_e-de-rtl] {
5501
5515
  margin-right: 0;
5502
5516
  }
5503
5517
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5518
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5504
5519
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5505
5520
  margin-right: 16px;
5506
5521
  }
5507
5522
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5523
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5508
5524
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5509
5525
  margin-left: 16px;
5510
5526
  margin-right: 0;
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-documenteditor .e-close::before {
3
2
  color: #6c757d;
4
3
  content: "\e7e7";
@@ -783,6 +782,7 @@
783
782
  left: 14px;
784
783
  }
785
784
 
785
+ /* stylelint-disable */
786
786
  .e-de-background {
787
787
  background-color: #f8f9fa;
788
788
  }
@@ -3715,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
3715
3715
  right: 17px;
3716
3716
  }
3717
3717
 
3718
+ .e-bigger {
3719
+ /* stylelint-disable */
3720
+ /* stylelint-enable */
3721
+ }
3718
3722
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3719
3723
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3720
3724
  font-size: 14px;
@@ -4262,6 +4266,11 @@ label[for*=_wholeWord_e-de-rtl] {
4262
4266
  font-family: "e-icons";
4263
4267
  }
4264
4268
 
4269
+ .e-de-e-paragraph-mark::before {
4270
+ content: "\e844";
4271
+ font-family: "e-icons";
4272
+ }
4273
+
4265
4274
  .e-de-toolbar {
4266
4275
  height: 100%;
4267
4276
  }
@@ -4306,13 +4315,14 @@ label[for*=_wholeWord_e-de-rtl] {
4306
4315
 
4307
4316
  .e-de-ctnr-hglt-no-color {
4308
4317
  font-size: 12px;
4309
- font-weight: 400;
4318
+ font-weight: normal;
4310
4319
  left: 40px;
4311
4320
  padding-top: 11px;
4312
4321
  position: absolute;
4313
4322
  top: 100px;
4314
4323
  }
4315
4324
 
4325
+ /* stylelint-disable */
4316
4326
  .e-de-scrollbar-hide::-webkit-scrollbar {
4317
4327
  width: 0;
4318
4328
  }
@@ -4322,6 +4332,8 @@ label[for*=_wholeWord_e-de-rtl] {
4322
4332
  scrollbar-width: none;
4323
4333
  }
4324
4334
 
4335
+ /* stylelint-enable */
4336
+ /* stylelint-disable */
4325
4337
  .e-de-toolbar {
4326
4338
  height: 100%;
4327
4339
  }
@@ -4427,7 +4439,7 @@ label[for*=_wholeWord_e-de-rtl] {
4427
4439
  }
4428
4440
  .e-bigger .e-de-ctn-title button {
4429
4441
  font-size: 16px !important;
4430
- height: auto !important;
4442
+ height: auto !important;
4431
4443
  margin: 0 !important;
4432
4444
  }
4433
4445
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -4554,11 +4566,13 @@ label[for*=_wholeWord_e-de-rtl] {
4554
4566
  }
4555
4567
 
4556
4568
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4569
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4557
4570
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4558
4571
  margin-right: 12px;
4559
4572
  }
4560
4573
 
4561
4574
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4575
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4562
4576
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4563
4577
  margin-left: 12px;
4564
4578
  margin-right: 0;
@@ -5501,10 +5515,12 @@ label[for*=_wholeWord_e-de-rtl] {
5501
5515
  margin-right: 0;
5502
5516
  }
5503
5517
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5518
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5504
5519
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5505
5520
  margin-right: 16px;
5506
5521
  }
5507
5522
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5523
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5508
5524
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5509
5525
  margin-left: 16px;
5510
5526
  margin-right: 0;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #232323;
752
753
  }
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
3620
3621
  right: 10px;
3621
3622
  }
3622
3623
 
3624
+ .e-bigger {
3625
+ /* stylelint-disable */
3626
+ /* stylelint-enable */
3627
+ }
3623
3628
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3624
3629
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3625
3630
  font-size: 14px;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #fff;
752
753
  }
@@ -3617,6 +3618,10 @@ label[for*=_wholeWord_e-de-rtl] {
3617
3618
  right: 10px;
3618
3619
  }
3619
3620
 
3621
+ .e-bigger {
3622
+ /* stylelint-disable */
3623
+ /* stylelint-enable */
3624
+ }
3620
3625
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3621
3626
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3622
3627
  font-size: 14px;