@syncfusion/ej2-react-documenteditor 23.1.44 → 23.2.5

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/CHANGELOG.md +37 -0
  2. package/dist/ej2-react-documenteditor.min.js +1 -1
  3. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/src/document-editor/documenteditor.component.d.ts +2 -2
  6. package/src/document-editor-container/documenteditorcontainer.component.d.ts +2 -2
  7. package/styles/bootstrap-dark.css +74 -0
  8. package/styles/bootstrap.css +74 -0
  9. package/styles/bootstrap4.css +74 -0
  10. package/styles/bootstrap5-dark.css +74 -0
  11. package/styles/bootstrap5.css +74 -0
  12. package/styles/document-editor/bootstrap-dark.css +8 -0
  13. package/styles/document-editor/bootstrap.css +8 -0
  14. package/styles/document-editor/bootstrap4.css +8 -0
  15. package/styles/document-editor/bootstrap5-dark.css +8 -0
  16. package/styles/document-editor/bootstrap5.css +8 -0
  17. package/styles/document-editor/fabric-dark.css +8 -0
  18. package/styles/document-editor/fabric.css +8 -0
  19. package/styles/document-editor/fluent-dark.css +8 -0
  20. package/styles/document-editor/fluent.css +8 -0
  21. package/styles/document-editor/highcontrast.css +8 -0
  22. package/styles/document-editor/material-dark.css +8 -0
  23. package/styles/document-editor/material.css +8 -0
  24. package/styles/document-editor/material3-dark.css +8 -0
  25. package/styles/document-editor/material3.css +8 -0
  26. package/styles/document-editor/tailwind-dark.css +8 -0
  27. package/styles/document-editor/tailwind.css +8 -0
  28. package/styles/document-editor-container/bootstrap-dark.css +66 -0
  29. package/styles/document-editor-container/bootstrap.css +66 -0
  30. package/styles/document-editor-container/bootstrap4.css +66 -0
  31. package/styles/document-editor-container/bootstrap5-dark.css +66 -0
  32. package/styles/document-editor-container/bootstrap5.css +66 -0
  33. package/styles/document-editor-container/fabric-dark.css +66 -0
  34. package/styles/document-editor-container/fabric.css +66 -0
  35. package/styles/document-editor-container/fluent-dark.css +66 -0
  36. package/styles/document-editor-container/fluent.css +66 -0
  37. package/styles/document-editor-container/highcontrast-light.css +66 -0
  38. package/styles/document-editor-container/highcontrast.css +66 -0
  39. package/styles/document-editor-container/material-dark.css +66 -0
  40. package/styles/document-editor-container/material.css +66 -0
  41. package/styles/document-editor-container/material3-dark.css +69 -0
  42. package/styles/document-editor-container/material3.css +69 -0
  43. package/styles/document-editor-container/tailwind-dark.css +66 -0
  44. package/styles/document-editor-container/tailwind.css +66 -0
  45. package/styles/fabric-dark.css +74 -0
  46. package/styles/fabric.css +74 -0
  47. package/styles/fluent-dark.css +74 -0
  48. package/styles/fluent.css +74 -0
  49. package/styles/highcontrast-light.css +66 -0
  50. package/styles/highcontrast.css +74 -0
  51. package/styles/material-dark.css +74 -0
  52. package/styles/material.css +74 -0
  53. package/styles/material3-dark.css +77 -0
  54. package/styles/material3.css +77 -0
  55. package/styles/tailwind-dark.css +74 -0
  56. package/styles/tailwind.css +74 -0
package/CHANGELOG.md CHANGED
@@ -6,6 +6,43 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I512661` - Resolved the TOC updating issue in the attached document.
10
+ - `#I519561` - Resolved the track changes issues.
11
+ - `#I521082` - Resolved the script error issue while accepting tracked changes.
12
+ - `#I514000` - Resolved the script error while opening the attached document.
13
+ - `#I516382` - Resolved the page ordering issue in the exported document.
14
+ - `#I519451` - Resolved the script error issue when export as docx after accept all changes.
15
+ - `#I519571` - Resolved the issue in track changes on enter.
16
+ - `#I520505` - Resolved the issue of undo track changes with bullet numbering.
17
+
18
+ ## 23.2.4 (2023-11-20)
19
+
20
+ ### DocumentEditor
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I509814` - Resolved the bullet list character format losses issue when pasting the sfdt.
25
+ - `#I511667` - Resolved the TIFF image rendering issue with RTF file.
26
+ - `#I512264` - Resolved the section Break continuous issue.
27
+ - `#I513068` - Resolved script error issue while deleting the floating table.
28
+ - `#I513107` - Resolved the section break continuous issue when press the delete key.
29
+ - `#I504697` - Resolved the control hanging issue while opening the document.
30
+ - `#I512059` - Resolved the URL image not appear issue until interact with document.
31
+ - `#I509812` - Resolved the format losses issue when pasting the copied HTML text.
32
+
33
+ #### Features
34
+
35
+ - `#I491720` - Added support to set target element to append the Dialog and Context menu.
36
+ - `#I499751` - Added support to display the symbol field code text in client side.
37
+ - `#I501878` - Added support to preserve the carriage return character.
38
+ - `#I503197` - Added API to check whether the document is empty or not.
39
+
40
+ ## 23.1.44 (2023-11-07)
41
+
42
+ ### DocumentEditor
43
+
44
+ #### Bug Fixes
45
+
9
46
  - `#I510408` - Resolved keep para together issue with RTF file.
10
47
  - `#I509697` - Resolved script error throws while opening a document.
11
48
  - `#I511095` - Resolved the paragraph and table rendering issue on If field condition.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 23.1.44
3
+ * version : 23.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-documenteditor.umd.min.js
3
- * version : 23.1.44
3
+ * version : 23.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.43",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@23.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-HIuRG61t+6rw5WW2kzY1AceNNpGmBh5PgztQ3kOjWpUKMgMiT67tvwXovdm1Yp3n47YgfBj5oPWLhVVh3HxbHQ==",
5
+ "_integrity": "sha512-vcFCqg1HbqHQ3ZrsQi3Nei6evb9tPpnbomsZ22L+JiTiMVPMKMvF2CXZP2wRueUICLSwOyTD2O3Y6lE7IhTcSw==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-23.1.43.tgz",
23
- "_shasum": "197fcb66be2a255010f1ba6bf7ebae2e3214bb87",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-23.2.4.tgz",
23
+ "_shasum": "3167ba6461cca3aff44cbe1360e7a71b0b464fa5",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.41",
35
- "@syncfusion/ej2-documenteditor": "23.1.44",
36
- "@syncfusion/ej2-react-base": "~23.1.43"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-documenteditor": "23.2.5",
36
+ "@syncfusion/ej2-react-base": "~23.2.5"
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",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "23.1.44",
56
+ "version": "23.2.5",
57
57
  "sideEffects": false
58
58
  }
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class DocumentEditorComponent extends DocumentEditor {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<DocumentEditorModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<DocumentEditorModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -20,7 +20,7 @@ export declare class DocumentEditorComponent extends DocumentEditor {
20
20
  private immediateRender;
21
21
  props: Readonly<{
22
22
  children?: React.ReactNode | React.ReactNode[];
23
- }> & Readonly<DocumentEditorModel & DefaultHtmlAttributes>;
23
+ }> & Readonly<DocumentEditorModel | DefaultHtmlAttributes>;
24
24
  forceUpdate: (callBack?: () => any) => void;
25
25
  context: Object;
26
26
  portals: any;
@@ -10,7 +10,7 @@ import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
10
10
  export declare class DocumentEditorContainerComponent extends DocumentEditorContainer {
11
11
  state: Readonly<{
12
12
  children?: React.ReactNode | React.ReactNode[];
13
- }> & Readonly<DocumentEditorContainerModel & DefaultHtmlAttributes>;
13
+ }> & Readonly<DocumentEditorContainerModel | DefaultHtmlAttributes>;
14
14
  setState: any;
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
@@ -20,7 +20,7 @@ export declare class DocumentEditorContainerComponent extends DocumentEditorCont
20
20
  private immediateRender;
21
21
  props: Readonly<{
22
22
  children?: React.ReactNode | React.ReactNode[];
23
- }> & Readonly<DocumentEditorContainerModel & DefaultHtmlAttributes>;
23
+ }> & Readonly<DocumentEditorContainerModel | DefaultHtmlAttributes>;
24
24
  forceUpdate: (callBack?: () => any) => void;
25
25
  context: Object;
26
26
  portals: any;
@@ -819,6 +819,14 @@
819
819
  padding-right: 20px;
820
820
  }
821
821
 
822
+ .e-de-para-tab {
823
+ float: left;
824
+ }
825
+
826
+ .e-de-para-tab.e-rtl {
827
+ float: right;
828
+ }
829
+
822
830
  .e-de-column-label.e-de-rtl {
823
831
  font-size: 12px;
824
832
  font-weight: normal;
@@ -5334,6 +5342,67 @@ label[for*=_wholeWord_e-de-rtl] {
5334
5342
  width: 70px;
5335
5343
  }
5336
5344
 
5345
+ .e-de-hRuler {
5346
+ background-color: #131313;
5347
+ border-bottom: 0.5px solid #505050;
5348
+ }
5349
+
5350
+ .e-de-vRuler {
5351
+ background-color: #131313;
5352
+ border-right: 0.5px solid #505050;
5353
+ }
5354
+
5355
+ .e-de-ruler-margin {
5356
+ background-color: #414141;
5357
+ }
5358
+
5359
+ .e-de-ruler-tick {
5360
+ stroke: #7e7e7e;
5361
+ }
5362
+
5363
+ .e-de-ruler-tick-label {
5364
+ fill: #fff;
5365
+ }
5366
+
5367
+ .e-de-ruler-markIndicator {
5368
+ background-color: #414141;
5369
+ }
5370
+
5371
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
5372
+ fill: #7e7e7e;
5373
+ }
5374
+
5375
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
5376
+ fill: #7e7e7e;
5377
+ }
5378
+
5379
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
5380
+ fill: #414141;
5381
+ stroke: #acacac;
5382
+ }
5383
+
5384
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
5385
+ fill: #131313;
5386
+ stroke: #acacac;
5387
+ }
5388
+
5389
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
5390
+ fill: #0070f0;
5391
+ stroke: #acacac;
5392
+ }
5393
+
5394
+ .e-de-ruler-table-svg {
5395
+ fill: #acacac;
5396
+ }
5397
+
5398
+ .e-de-ruler-table-svg:hover {
5399
+ fill: #131313;
5400
+ }
5401
+
5402
+ .e-de-ruler-table-svg:active {
5403
+ fill: #0070f0;
5404
+ }
5405
+
5337
5406
  .e-rtl .e-listview .e-list-icon {
5338
5407
  height: 24px;
5339
5408
  width: 16px;
@@ -5345,6 +5414,11 @@ label[for*=_wholeWord_e-de-rtl] {
5345
5414
  line-height: 22px;
5346
5415
  margin-left: 12px;
5347
5416
  }
5417
+ .e-rtl .e-de-vRuler {
5418
+ background-color: #131313;
5419
+ border-right: none;
5420
+ border-left: 0.5px solid #505050;
5421
+ }
5348
5422
 
5349
5423
  .e-bigger .de-split-button > div:first-child {
5350
5424
  margin-right: 16px;
@@ -819,6 +819,14 @@
819
819
  padding-right: 20px;
820
820
  }
821
821
 
822
+ .e-de-para-tab {
823
+ float: left;
824
+ }
825
+
826
+ .e-de-para-tab.e-rtl {
827
+ float: right;
828
+ }
829
+
822
830
  .e-de-column-label.e-de-rtl {
823
831
  font-size: 12px;
824
832
  font-weight: normal;
@@ -5337,6 +5345,67 @@ label[for*=_wholeWord_e-de-rtl] {
5337
5345
  width: 70px;
5338
5346
  }
5339
5347
 
5348
+ .e-de-hRuler {
5349
+ background-color: #f8f8f8;
5350
+ border-bottom: 0.5px solid #ccc;
5351
+ }
5352
+
5353
+ .e-de-vRuler {
5354
+ background-color: #f8f8f8;
5355
+ border-right: 0.5px solid #ccc;
5356
+ }
5357
+
5358
+ .e-de-ruler-margin {
5359
+ background-color: #fff;
5360
+ }
5361
+
5362
+ .e-de-ruler-tick {
5363
+ stroke: #8c8c8c;
5364
+ }
5365
+
5366
+ .e-de-ruler-tick-label {
5367
+ fill: #333;
5368
+ }
5369
+
5370
+ .e-de-ruler-markIndicator {
5371
+ background-color: #fff;
5372
+ }
5373
+
5374
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
5375
+ fill: #8c8c8c;
5376
+ }
5377
+
5378
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
5379
+ fill: #8c8c8c;
5380
+ }
5381
+
5382
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
5383
+ fill: #fff;
5384
+ stroke: #777;
5385
+ }
5386
+
5387
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
5388
+ fill: #e6e6e6;
5389
+ stroke: #777;
5390
+ }
5391
+
5392
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
5393
+ fill: #317ab9;
5394
+ stroke: #777;
5395
+ }
5396
+
5397
+ .e-de-ruler-table-svg {
5398
+ fill: #777;
5399
+ }
5400
+
5401
+ .e-de-ruler-table-svg:hover {
5402
+ fill: #e6e6e6;
5403
+ }
5404
+
5405
+ .e-de-ruler-table-svg:active {
5406
+ fill: #317ab9;
5407
+ }
5408
+
5340
5409
  .e-rtl .e-listview .e-list-icon {
5341
5410
  height: 24px;
5342
5411
  width: 16px;
@@ -5348,6 +5417,11 @@ label[for*=_wholeWord_e-de-rtl] {
5348
5417
  line-height: 22px;
5349
5418
  margin-left: 12px;
5350
5419
  }
5420
+ .e-rtl .e-de-vRuler {
5421
+ background-color: #f8f8f8;
5422
+ border-right: none;
5423
+ border-left: 0.5px solid #ccc;
5424
+ }
5351
5425
 
5352
5426
  .e-bigger .de-split-button > div:first-child {
5353
5427
  margin-right: 16px;
@@ -816,6 +816,14 @@
816
816
  padding-right: 20px;
817
817
  }
818
818
 
819
+ .e-de-para-tab {
820
+ float: left;
821
+ }
822
+
823
+ .e-de-para-tab.e-rtl {
824
+ float: right;
825
+ }
826
+
819
827
  .e-de-column-label.e-de-rtl {
820
828
  font-size: 12px;
821
829
  font-weight: normal;
@@ -5658,6 +5666,67 @@ textarea.e-de-cmt-textarea {
5658
5666
  width: 70px;
5659
5667
  }
5660
5668
 
5669
+ .e-de-hRuler {
5670
+ background-color: #e9ecef;
5671
+ border-bottom: 0.5px solid #dee2e6;
5672
+ }
5673
+
5674
+ .e-de-vRuler {
5675
+ background-color: #e9ecef;
5676
+ border-right: 0.5px solid #dee2e6;
5677
+ }
5678
+
5679
+ .e-de-ruler-margin {
5680
+ background-color: #fff;
5681
+ }
5682
+
5683
+ .e-de-ruler-tick {
5684
+ stroke: #adb5bd;
5685
+ }
5686
+
5687
+ .e-de-ruler-tick-label {
5688
+ fill: #495057;
5689
+ }
5690
+
5691
+ .e-de-ruler-markIndicator {
5692
+ background-color: #fff;
5693
+ }
5694
+
5695
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
5696
+ fill: #adb5bd;
5697
+ }
5698
+
5699
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
5700
+ fill: #adb5bd;
5701
+ }
5702
+
5703
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
5704
+ fill: #fff;
5705
+ stroke: #6c757d;
5706
+ }
5707
+
5708
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
5709
+ fill: #e9ecef;
5710
+ stroke: #6c757d;
5711
+ }
5712
+
5713
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
5714
+ fill: #007bff;
5715
+ stroke: #6c757d;
5716
+ }
5717
+
5718
+ .e-de-ruler-table-svg {
5719
+ fill: #6c757d;
5720
+ }
5721
+
5722
+ .e-de-ruler-table-svg:hover {
5723
+ fill: #e9ecef;
5724
+ }
5725
+
5726
+ .e-de-ruler-table-svg:active {
5727
+ fill: #007bff;
5728
+ }
5729
+
5661
5730
  .e-rtl .e-listview .e-list-icon {
5662
5731
  height: 24px;
5663
5732
  width: 16px;
@@ -5669,6 +5738,11 @@ textarea.e-de-cmt-textarea {
5669
5738
  line-height: 22px;
5670
5739
  margin-left: 14px;
5671
5740
  }
5741
+ .e-rtl .e-de-vRuler {
5742
+ background-color: #e9ecef;
5743
+ border-right: none;
5744
+ border-left: 0.5px solid #dee2e6;
5745
+ }
5672
5746
 
5673
5747
  .e-bigger .de-split-button > div:first-child {
5674
5748
  margin-right: 0;
@@ -858,6 +858,14 @@
858
858
  padding-right: 20px;
859
859
  }
860
860
 
861
+ .e-de-para-tab {
862
+ float: left;
863
+ }
864
+
865
+ .e-de-para-tab.e-rtl {
866
+ float: right;
867
+ }
868
+
861
869
  .e-de-column-label.e-de-rtl {
862
870
  font-size: 12px;
863
871
  font-weight: 500;
@@ -5641,6 +5649,67 @@ label[for*=_wholeWord_e-de-rtl] {
5641
5649
  width: 70px;
5642
5650
  }
5643
5651
 
5652
+ .e-de-hRuler {
5653
+ background-color: #343a40;
5654
+ border-bottom: 0.5px solid #444c54;
5655
+ }
5656
+
5657
+ .e-de-vRuler {
5658
+ background-color: #343a40;
5659
+ border-right: 0.5px solid #444c54;
5660
+ }
5661
+
5662
+ .e-de-ruler-margin {
5663
+ background-color: #212529;
5664
+ }
5665
+
5666
+ .e-de-ruler-tick {
5667
+ stroke: #adb5bd;
5668
+ }
5669
+
5670
+ .e-de-ruler-tick-label {
5671
+ fill: #e9ecef;
5672
+ }
5673
+
5674
+ .e-de-ruler-markIndicator {
5675
+ background-color: #212529;
5676
+ }
5677
+
5678
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
5679
+ fill: #adb5bd;
5680
+ }
5681
+
5682
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
5683
+ fill: #adb5bd;
5684
+ }
5685
+
5686
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
5687
+ fill: #212529;
5688
+ stroke: #adb5bd;
5689
+ }
5690
+
5691
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
5692
+ fill: #343a40;
5693
+ stroke: #adb5bd;
5694
+ }
5695
+
5696
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
5697
+ fill: #0d6efd;
5698
+ stroke: #adb5bd;
5699
+ }
5700
+
5701
+ .e-de-ruler-table-svg {
5702
+ fill: #adb5bd;
5703
+ }
5704
+
5705
+ .e-de-ruler-table-svg:hover {
5706
+ fill: #343a40;
5707
+ }
5708
+
5709
+ .e-de-ruler-table-svg:active {
5710
+ fill: #0d6efd;
5711
+ }
5712
+
5644
5713
  .e-rtl .e-listview .e-list-icon {
5645
5714
  height: 24px;
5646
5715
  width: 16px;
@@ -5652,6 +5721,11 @@ label[for*=_wholeWord_e-de-rtl] {
5652
5721
  line-height: 22px;
5653
5722
  margin-left: 12px;
5654
5723
  }
5724
+ .e-rtl .e-de-vRuler {
5725
+ background-color: #343a40;
5726
+ border-right: none;
5727
+ border-left: 0.5px solid #444c54;
5728
+ }
5655
5729
 
5656
5730
  .e-bigger .de-split-button > div:first-child {
5657
5731
  margin-right: 0;
@@ -858,6 +858,14 @@
858
858
  padding-right: 20px;
859
859
  }
860
860
 
861
+ .e-de-para-tab {
862
+ float: left;
863
+ }
864
+
865
+ .e-de-para-tab.e-rtl {
866
+ float: right;
867
+ }
868
+
861
869
  .e-de-column-label.e-de-rtl {
862
870
  font-size: 12px;
863
871
  font-weight: 500;
@@ -5641,6 +5649,67 @@ label[for*=_wholeWord_e-de-rtl] {
5641
5649
  width: 70px;
5642
5650
  }
5643
5651
 
5652
+ .e-de-hRuler {
5653
+ background-color: #e9ecef;
5654
+ border-bottom: 0.5px solid #dee2e6;
5655
+ }
5656
+
5657
+ .e-de-vRuler {
5658
+ background-color: #e9ecef;
5659
+ border-right: 0.5px solid #dee2e6;
5660
+ }
5661
+
5662
+ .e-de-ruler-margin {
5663
+ background-color: #fff;
5664
+ }
5665
+
5666
+ .e-de-ruler-tick {
5667
+ stroke: #adb5bd;
5668
+ }
5669
+
5670
+ .e-de-ruler-tick-label {
5671
+ fill: #343a40;
5672
+ }
5673
+
5674
+ .e-de-ruler-markIndicator {
5675
+ background-color: #fff;
5676
+ }
5677
+
5678
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
5679
+ fill: #adb5bd;
5680
+ }
5681
+
5682
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
5683
+ fill: #adb5bd;
5684
+ }
5685
+
5686
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
5687
+ fill: #fff;
5688
+ stroke: #6c757d;
5689
+ }
5690
+
5691
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
5692
+ fill: #e9ecef;
5693
+ stroke: #6c757d;
5694
+ }
5695
+
5696
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
5697
+ fill: #0d6efd;
5698
+ stroke: #6c757d;
5699
+ }
5700
+
5701
+ .e-de-ruler-table-svg {
5702
+ fill: #6c757d;
5703
+ }
5704
+
5705
+ .e-de-ruler-table-svg:hover {
5706
+ fill: #e9ecef;
5707
+ }
5708
+
5709
+ .e-de-ruler-table-svg:active {
5710
+ fill: #0d6efd;
5711
+ }
5712
+
5644
5713
  .e-rtl .e-listview .e-list-icon {
5645
5714
  height: 24px;
5646
5715
  width: 16px;
@@ -5652,6 +5721,11 @@ label[for*=_wholeWord_e-de-rtl] {
5652
5721
  line-height: 22px;
5653
5722
  margin-left: 12px;
5654
5723
  }
5724
+ .e-rtl .e-de-vRuler {
5725
+ background-color: #e9ecef;
5726
+ border-right: none;
5727
+ border-left: 0.5px solid #dee2e6;
5728
+ }
5655
5729
 
5656
5730
  .e-bigger .de-split-button > div:first-child {
5657
5731
  margin-right: 0;
@@ -819,6 +819,14 @@
819
819
  padding-right: 20px;
820
820
  }
821
821
 
822
+ .e-de-para-tab {
823
+ float: left;
824
+ }
825
+
826
+ .e-de-para-tab.e-rtl {
827
+ float: right;
828
+ }
829
+
822
830
  .e-de-column-label.e-de-rtl {
823
831
  font-size: 12px;
824
832
  font-weight: normal;
@@ -819,6 +819,14 @@
819
819
  padding-right: 20px;
820
820
  }
821
821
 
822
+ .e-de-para-tab {
823
+ float: left;
824
+ }
825
+
826
+ .e-de-para-tab.e-rtl {
827
+ float: right;
828
+ }
829
+
822
830
  .e-de-column-label.e-de-rtl {
823
831
  font-size: 12px;
824
832
  font-weight: normal;
@@ -816,6 +816,14 @@
816
816
  padding-right: 20px;
817
817
  }
818
818
 
819
+ .e-de-para-tab {
820
+ float: left;
821
+ }
822
+
823
+ .e-de-para-tab.e-rtl {
824
+ float: right;
825
+ }
826
+
819
827
  .e-de-column-label.e-de-rtl {
820
828
  font-size: 12px;
821
829
  font-weight: normal;
@@ -858,6 +858,14 @@
858
858
  padding-right: 20px;
859
859
  }
860
860
 
861
+ .e-de-para-tab {
862
+ float: left;
863
+ }
864
+
865
+ .e-de-para-tab.e-rtl {
866
+ float: right;
867
+ }
868
+
861
869
  .e-de-column-label.e-de-rtl {
862
870
  font-size: 12px;
863
871
  font-weight: 500;
@@ -858,6 +858,14 @@
858
858
  padding-right: 20px;
859
859
  }
860
860
 
861
+ .e-de-para-tab {
862
+ float: left;
863
+ }
864
+
865
+ .e-de-para-tab.e-rtl {
866
+ float: right;
867
+ }
868
+
861
869
  .e-de-column-label.e-de-rtl {
862
870
  font-size: 12px;
863
871
  font-weight: 500;
@@ -819,6 +819,14 @@
819
819
  padding-right: 20px;
820
820
  }
821
821
 
822
+ .e-de-para-tab {
823
+ float: left;
824
+ }
825
+
826
+ .e-de-para-tab.e-rtl {
827
+ float: right;
828
+ }
829
+
822
830
  .e-de-column-label.e-de-rtl {
823
831
  font-size: 12px;
824
832
  font-weight: normal;