@syncfusion/ej2-angular-documenteditor 20.2.50 → 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 (125) hide show
  1. package/package.json +8 -8
  2. package/schematics/collection.json +15 -0
  3. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  4. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  5. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  6. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  7. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  8. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  9. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  10. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  11. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  12. package/schematics/ng-add/index.d.ts +3 -0
  13. package/schematics/ng-add/index.js +9 -0
  14. package/schematics/ng-add/schema.d.ts +13 -0
  15. package/schematics/ng-add/schema.js +2 -0
  16. package/schematics/ng-add/schema.json +34 -0
  17. package/schematics/tsconfig.json +25 -0
  18. package/schematics/utils/lib-details.d.ts +4 -0
  19. package/schematics/utils/lib-details.js +6 -0
  20. package/schematics/utils/lib-details.ts +2 -2
  21. package/styles/bootstrap-dark.css +18 -1
  22. package/styles/bootstrap.css +18 -1
  23. package/styles/bootstrap4.css +19 -2
  24. package/styles/bootstrap5-dark.css +19 -3
  25. package/styles/bootstrap5.css +19 -3
  26. package/styles/document-editor/_all.scss +1 -1
  27. package/styles/document-editor/_bootstrap-dark-definition.scss +5 -5
  28. package/styles/document-editor/_bootstrap-definition.scss +5 -5
  29. package/styles/document-editor/_bootstrap4-definition.scss +5 -5
  30. package/styles/document-editor/_bootstrap5-definition.scss +6 -5
  31. package/styles/document-editor/_fabric-dark-definition.scss +1 -1
  32. package/styles/document-editor/_fabric-definition.scss +5 -5
  33. package/styles/document-editor/_fluent-definition.scss +7 -5
  34. package/styles/document-editor/_fusionnew-definition.scss +6 -5
  35. package/styles/document-editor/_highcontrast-definition.scss +6 -6
  36. package/styles/document-editor/_highcontrast-light-definition.scss +29 -32
  37. package/styles/document-editor/_layout.scss +1 -2
  38. package/styles/document-editor/_material-dark-definition.scss +1 -0
  39. package/styles/document-editor/_material-definition.scss +0 -1
  40. package/styles/document-editor/_material3-definition.scss +6 -5
  41. package/styles/document-editor/_tailwind-definition.scss +5 -6
  42. package/styles/document-editor/_theme.scss +1 -5
  43. package/styles/document-editor/bootstrap-dark.css +5 -0
  44. package/styles/document-editor/bootstrap.css +5 -0
  45. package/styles/document-editor/bootstrap4.css +5 -0
  46. package/styles/document-editor/bootstrap5-dark.css +5 -0
  47. package/styles/document-editor/bootstrap5.css +5 -0
  48. package/styles/document-editor/fabric-dark.css +5 -0
  49. package/styles/document-editor/fabric.css +5 -0
  50. package/styles/document-editor/fluent-dark.css +5 -0
  51. package/styles/document-editor/fluent.css +5 -0
  52. package/styles/document-editor/highcontrast-light.css +18 -14
  53. package/styles/document-editor/highcontrast.css +5 -0
  54. package/styles/document-editor/icons/_bootstrap-dark.scss +1 -3
  55. package/styles/document-editor/icons/_bootstrap.scss +2 -4
  56. package/styles/document-editor/icons/_bootstrap4.scss +2 -2
  57. package/styles/document-editor/icons/_fabric-dark.scss +1 -2
  58. package/styles/document-editor/icons/_fabric.scss +1 -2
  59. package/styles/document-editor/icons/_highcontrast-light.scss +1 -1
  60. package/styles/document-editor/icons/_highcontrast.scss +2 -2
  61. package/styles/document-editor/icons/_material-dark.scss +2 -2
  62. package/styles/document-editor/icons/_material.scss +2 -2
  63. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -3
  64. package/styles/document-editor/material-dark.css +5 -0
  65. package/styles/document-editor/material.css +5 -0
  66. package/styles/document-editor/tailwind-dark.css +5 -0
  67. package/styles/document-editor/tailwind.css +5 -0
  68. package/styles/document-editor-container/_all.scss +1 -1
  69. package/styles/document-editor-container/_bootstrap-dark-definition.scss +6 -4
  70. package/styles/document-editor-container/_bootstrap-definition.scss +6 -4
  71. package/styles/document-editor-container/_bootstrap4-definition.scss +6 -4
  72. package/styles/document-editor-container/_bootstrap5-definition.scss +5 -4
  73. package/styles/document-editor-container/_definition.scss +3 -2
  74. package/styles/document-editor-container/_fabric-dark-definition.scss +6 -4
  75. package/styles/document-editor-container/_fabric-definition.scss +6 -4
  76. package/styles/document-editor-container/_fluent-definition.scss +5 -4
  77. package/styles/document-editor-container/_fusionnew-definition.scss +5 -4
  78. package/styles/document-editor-container/_highcontrast-definition.scss +6 -4
  79. package/styles/document-editor-container/_highcontrast-light-definition.scss +6 -4
  80. package/styles/document-editor-container/_layout.scss +3 -4
  81. package/styles/document-editor-container/_material-dark-definition.scss +6 -4
  82. package/styles/document-editor-container/_material-definition.scss +6 -4
  83. package/styles/document-editor-container/_material3-definition.scss +5 -4
  84. package/styles/document-editor-container/_tailwind-definition.scss +5 -4
  85. package/styles/document-editor-container/_theme.scss +7 -6
  86. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  87. package/styles/document-editor-container/bootstrap.css +13 -1
  88. package/styles/document-editor-container/bootstrap4.css +14 -2
  89. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  90. package/styles/document-editor-container/bootstrap5.css +14 -3
  91. package/styles/document-editor-container/fabric-dark.css +13 -1
  92. package/styles/document-editor-container/fabric.css +13 -1
  93. package/styles/document-editor-container/fluent-dark.css +14 -3
  94. package/styles/document-editor-container/fluent.css +14 -3
  95. package/styles/document-editor-container/highcontrast-light.css +27 -15
  96. package/styles/document-editor-container/highcontrast.css +13 -1
  97. package/styles/document-editor-container/icons/_bootstrap-dark.scss +5 -0
  98. package/styles/document-editor-container/icons/_bootstrap.scss +5 -0
  99. package/styles/document-editor-container/icons/_bootstrap4.scss +6 -1
  100. package/styles/document-editor-container/icons/_bootstrap5.scss +5 -0
  101. package/styles/document-editor-container/icons/_fabric-dark.scss +6 -1
  102. package/styles/document-editor-container/icons/_fabric.scss +6 -1
  103. package/styles/document-editor-container/icons/_fluent.scss +5 -0
  104. package/styles/document-editor-container/icons/_fusionnew.scss +5 -0
  105. package/styles/document-editor-container/icons/_highcontrast-light.scss +6 -1
  106. package/styles/document-editor-container/icons/_highcontrast.scss +6 -1
  107. package/styles/document-editor-container/icons/_material-dark.scss +6 -2
  108. package/styles/document-editor-container/icons/_material.scss +6 -2
  109. package/styles/document-editor-container/icons/_material3.scss +5 -0
  110. package/styles/document-editor-container/icons/_tailwind-dark.scss +5 -0
  111. package/styles/document-editor-container/icons/_tailwind.scss +5 -0
  112. package/styles/document-editor-container/material-dark.css +13 -1
  113. package/styles/document-editor-container/material.css +13 -1
  114. package/styles/document-editor-container/tailwind-dark.css +14 -3
  115. package/styles/document-editor-container/tailwind.css +14 -3
  116. package/styles/fabric-dark.css +18 -1
  117. package/styles/fabric.css +18 -1
  118. package/styles/fluent-dark.css +19 -3
  119. package/styles/fluent.css +19 -3
  120. package/styles/highcontrast-light.css +31 -15
  121. package/styles/highcontrast.css +18 -1
  122. package/styles/material-dark.css +18 -1
  123. package/styles/material.css +18 -1
  124. package/styles/tailwind-dark.css +19 -3
  125. package/styles/tailwind.css +19 -3
@@ -9,8 +9,8 @@ $de-tlbr-margin-first: 12px !default;
9
9
  $de-tlbr-margin-first-big: 16px !default;
10
10
  $de-tlbr-margin-right: 6px !default;
11
11
  $de-tlbr-margin-right-big: 8px !default;
12
- $de-ctrnr-tblr-separator-margin: 0 5.5px !default;
13
- $de-ctrnr-tblr-separator-margin-big: 0 7.5px !default;
12
+ $de-ctrnr-tblr-separator-margin: 0 5.5px !default;
13
+ $de-ctrnr-tblr-separator-margin-big: 0 7.5px !default;
14
14
  $de-ctnr-margin-bottom: 12px !default;
15
15
  $de-ctnr-margin-bottom-big: 16px !default;
16
16
  $de-ctnr-tlbr-width: calc(100% - 75px) !default;
@@ -21,15 +21,17 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
21
21
  $de-zoom-tlbr-margin-left: calc(100% - 380px) !default;
22
22
  $de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
23
23
  $e-de-statusbar-separator-color: #ebebeb;
24
+
24
25
  // Subtract toolbar & statusbar height
25
26
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
26
27
  $de-tool-ctnr-editor-height-big: calc(100% - 122px) !default;
28
+
27
29
  // Subtract statusbar height
28
30
  $de-ctnr-editor-height: calc(100% - 40px) !default;
29
31
  $de-ctnr-editor-height-big: calc(100% - 40px) !default;
30
32
  $de-ctrnr-tblr-item-padding: 0 !default;
31
- $de-ctrnr-tblr-item-margin: 0 6.5px !default;
32
- $de-ctrnr-tblr-item-margin-big: 0 6px !default;
33
+ $de-ctrnr-tblr-item-margin: 0 6.5px !default;
34
+ $de-ctrnr-tblr-item-margin-big: 0 6px !default;
33
35
  $de-group-btn-hgt: 28px !default;
34
36
  $de-group-btn-hgt-big: 36px !default;
35
37
  $de-prpty-btn-bg-clr: $grey-50 !default;
@@ -5,8 +5,8 @@ $de-tlbr-margin-first: 8px !default;
5
5
  $de-tlbr-margin-first-big: 12px !default;
6
6
  $de-tlbr-margin-right: 4px !default;
7
7
  $de-tlbr-margin-right-big: 6px !default;
8
- $de-ctrnr-tblr-separator-margin: 0 14px !default;
9
- $de-ctrnr-tblr-separator-margin-big: 0 16px !default;
8
+ $de-ctrnr-tblr-separator-margin: 0 14px !default;
9
+ $de-ctrnr-tblr-separator-margin-big: 0 16px !default;
10
10
  $de-ctnr-margin-bottom: 12px !default;
11
11
  $de-ctnr-margin-bottom-big: 16px !default;
12
12
  $de-group-btn-hgt: 31px !default;
@@ -22,12 +22,13 @@ $de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
22
22
  // Subtract toolbar & statusbar height
23
23
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
24
24
  $de-tool-ctnr-editor-height-big: calc(100% - 126px) !default;
25
+
25
26
  // Subtract statusbar height
26
27
  $de-ctnr-editor-height: calc(100% - 42px) !default;
27
28
  $de-ctnr-editor-height-big: calc(100% - 46px) !default;
28
29
  $de-ctrnr-tblr-item-padding: 0 !default;
29
- $de-ctrnr-tblr-item-margin: 0 6.5px !default;
30
- $de-ctrnr-tblr-item-margin-big: 0 6px !default;
30
+ $de-ctrnr-tblr-item-margin: 0 6.5px !default;
31
+ $de-ctrnr-tblr-item-margin-big: 0 6px !default;
31
32
  $de-prop-pane-margin: 16px;
32
33
  $de-panel-header-size: $text-sm !default;
33
34
  $de-table-prop-border-margin: 8px;
@@ -5,8 +5,8 @@ $de-tlbr-margin-first: 8px !default;
5
5
  $de-tlbr-margin-first-big: 12px !default;
6
6
  $de-tlbr-margin-right: 8px !default;
7
7
  $de-tlbr-margin-right-big: 12px !default;
8
- $de-ctrnr-tblr-separator-margin: 0 8px !default;
9
- $de-ctrnr-tblr-separator-margin-big: 0 12px !default;
8
+ $de-ctrnr-tblr-separator-margin: 0 8px !default;
9
+ $de-ctrnr-tblr-separator-margin-big: 0 12px !default;
10
10
  $de-ctnr-margin-bottom: 12px !default;
11
11
  $de-ctnr-margin-bottom-big: 16px !default;
12
12
  $de-group-btn-hgt: 31px !default;
@@ -22,12 +22,13 @@ $de-zoom-tlbr-margin-left-big: calc(100% - 460px) !default;
22
22
  // Subtract toolbar & statusbar height
23
23
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
24
24
  $de-tool-ctnr-editor-height-big: calc(100% - 126px) !default;
25
+
25
26
  // Subtract statusbar height
26
27
  $de-ctnr-editor-height: calc(100% - 38px) !default;
27
28
  $de-ctnr-editor-height-big: calc(100% - 38px) !default;
28
29
  $de-ctrnr-tblr-item-padding: 0 !default;
29
- $de-ctrnr-tblr-item-margin: 0 6.5px !default;
30
- $de-ctrnr-tblr-item-margin-big: 0 6px !default;
30
+ $de-ctrnr-tblr-item-margin: 0 6.5px !default;
31
+ $de-ctrnr-tblr-item-margin-big: 0 6px !default;
31
32
  $de-prop-pane-margin: 16px;
32
33
  $de-panel-header-size: $text-sm !default;
33
34
  $de-table-prop-border-margin: 8px;
@@ -1,5 +1,5 @@
1
1
  @include export-module('document-editor-container-theme') {
2
- // sass-lint:disable-all
2
+ /* stylelint-disable */
3
3
  .e-de-toolbar {
4
4
  height: 100%;
5
5
  }
@@ -137,7 +137,7 @@
137
137
  height: 40px !important;
138
138
  button {
139
139
  font-size: $e-de-btn-font-size-big !important;
140
- height: auto ​!important;
140
+ height: auto !important;
141
141
  @if $skin-name !='tailwind' {
142
142
  margin: 0 !important;
143
143
  }
@@ -277,10 +277,12 @@
277
277
  }
278
278
  }
279
279
  .e-de-ctnr-segment>div:first-child:not(.e-rtl),
280
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
280
281
  .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
281
282
  margin-right: $de-pane-margin-right;
282
283
  }
283
284
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
285
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
284
286
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
285
287
  margin-left: $de-pane-margin-right;
286
288
  margin-right: 0;
@@ -700,7 +702,6 @@
700
702
  width: $de-text-pane-width-big;
701
703
  }
702
704
  @if $skin-name=='bootstrap4' {
703
- // sass-lint:disable-all
704
705
  .e-btn-toggle .e-tbar-btn-text {
705
706
  color: $de-toggle-btn-color !important;
706
707
  }
@@ -1272,7 +1273,7 @@
1272
1273
  }
1273
1274
  }
1274
1275
  .e-bigger {
1275
- @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1276
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
1276
1277
  .de-split-button>div:first-child {
1277
1278
  margin-right: 0;
1278
1279
  }
@@ -1393,11 +1394,13 @@
1393
1394
  }
1394
1395
 
1395
1396
  .e-de-ctnr-segment>div:first-child:not(.e-rtl),
1397
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
1396
1398
  .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
1397
1399
  margin-right: $de-pane-margin-right-big;
1398
1400
  }
1399
1401
 
1400
1402
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
1403
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
1401
1404
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
1402
1405
  margin-left: $de-pane-margin-right-big;
1403
1406
  margin-right: 0;
@@ -1638,7 +1641,6 @@
1638
1641
  .e-de-char-fmt-btn>button {
1639
1642
  width: 38.5px;
1640
1643
  }
1641
- // sass-lint:disable-all
1642
1644
  .e-de-btn-hghlclr>button:first-child {
1643
1645
  padding: 0 6px !important;
1644
1646
  }
@@ -1675,7 +1677,6 @@
1675
1677
  position: absolute;
1676
1678
  top: $de-img-span-top-big;
1677
1679
  }
1678
- // sass-lint:disable-all
1679
1680
  .e-btn-toggle {
1680
1681
  background-color: $de-toggle-bg-color !important;
1681
1682
  box-shadow: $de-toggle-btn-border !important;
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e353";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -622,11 +630,13 @@
622
630
  }
623
631
 
624
632
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
633
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
625
634
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
626
635
  margin-right: 12px;
627
636
  }
628
637
 
629
638
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
639
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
630
640
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
631
641
  margin-left: 12px;
632
642
  margin-right: 0;
@@ -1447,10 +1457,12 @@
1447
1457
  margin-right: 0;
1448
1458
  }
1449
1459
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1460
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1450
1461
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1451
1462
  margin-right: 16px;
1452
1463
  }
1453
1464
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1465
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1454
1466
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1455
1467
  margin-left: 16px;
1456
1468
  margin-right: 0;
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e353";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -623,11 +631,13 @@
623
631
  }
624
632
 
625
633
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
634
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
626
635
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
627
636
  margin-right: 12px;
628
637
  }
629
638
 
630
639
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
640
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
631
641
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
632
642
  margin-left: 12px;
633
643
  margin-right: 0;
@@ -1449,10 +1459,12 @@
1449
1459
  margin-right: 0;
1450
1460
  }
1451
1461
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1462
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1452
1463
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1453
1464
  margin-right: 16px;
1454
1465
  }
1455
1466
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1467
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1456
1468
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1457
1469
  margin-left: 16px;
1458
1470
  margin-right: 0;
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e720";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -624,11 +632,13 @@
624
632
  }
625
633
 
626
634
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
635
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
627
636
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
628
637
  margin-right: 14px;
629
638
  }
630
639
 
631
640
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
641
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
632
642
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
633
643
  margin-left: 14px;
634
644
  margin-right: 0;
@@ -1531,7 +1541,7 @@
1531
1541
  }
1532
1542
 
1533
1543
  .e-bigger .de-split-button > div:first-child {
1534
- margin-right: 16px;
1544
+ margin-right: 0;
1535
1545
  }
1536
1546
  .e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
1537
1547
  width: 66px;
@@ -1612,10 +1622,12 @@
1612
1622
  margin-right: 0;
1613
1623
  }
1614
1624
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1625
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1615
1626
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1616
1627
  margin-right: 16px;
1617
1628
  }
1618
1629
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1630
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1619
1631
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1620
1632
  margin-left: 16px;
1621
1633
  margin-right: 0;
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-de-ctnr-close::before {
3
2
  color: #adb5bd;
4
3
  content: "\e7e7";
@@ -421,6 +420,11 @@
421
420
  font-family: "e-icons";
422
421
  }
423
422
 
423
+ .e-de-e-paragraph-mark::before {
424
+ content: "\e844";
425
+ font-family: "e-icons";
426
+ }
427
+
424
428
  .e-de-toolbar {
425
429
  height: 100%;
426
430
  }
@@ -465,13 +469,14 @@
465
469
 
466
470
  .e-de-ctnr-hglt-no-color {
467
471
  font-size: 12px;
468
- font-weight: 400;
472
+ font-weight: normal;
469
473
  left: 40px;
470
474
  padding-top: 11px;
471
475
  position: absolute;
472
476
  top: 100px;
473
477
  }
474
478
 
479
+ /* stylelint-disable */
475
480
  .e-de-scrollbar-hide::-webkit-scrollbar {
476
481
  width: 0;
477
482
  }
@@ -481,6 +486,8 @@
481
486
  scrollbar-width: none;
482
487
  }
483
488
 
489
+ /* stylelint-enable */
490
+ /* stylelint-disable */
484
491
  .e-de-toolbar {
485
492
  height: 100%;
486
493
  }
@@ -586,7 +593,7 @@
586
593
  }
587
594
  .e-bigger .e-de-ctn-title button {
588
595
  font-size: 16px !important;
589
- height: auto !important;
596
+ height: auto !important;
590
597
  margin: 0 !important;
591
598
  }
592
599
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -713,11 +720,13 @@
713
720
  }
714
721
 
715
722
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
723
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
716
724
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
717
725
  margin-right: 12px;
718
726
  }
719
727
 
720
728
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
729
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
721
730
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
722
731
  margin-left: 12px;
723
732
  margin-right: 0;
@@ -1660,10 +1669,12 @@
1660
1669
  margin-right: 0;
1661
1670
  }
1662
1671
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1672
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1663
1673
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1664
1674
  margin-right: 16px;
1665
1675
  }
1666
1676
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1677
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1667
1678
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1668
1679
  margin-left: 16px;
1669
1680
  margin-right: 0;
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-de-ctnr-close::before {
3
2
  color: #6c757d;
4
3
  content: "\e7e7";
@@ -421,6 +420,11 @@
421
420
  font-family: "e-icons";
422
421
  }
423
422
 
423
+ .e-de-e-paragraph-mark::before {
424
+ content: "\e844";
425
+ font-family: "e-icons";
426
+ }
427
+
424
428
  .e-de-toolbar {
425
429
  height: 100%;
426
430
  }
@@ -465,13 +469,14 @@
465
469
 
466
470
  .e-de-ctnr-hglt-no-color {
467
471
  font-size: 12px;
468
- font-weight: 400;
472
+ font-weight: normal;
469
473
  left: 40px;
470
474
  padding-top: 11px;
471
475
  position: absolute;
472
476
  top: 100px;
473
477
  }
474
478
 
479
+ /* stylelint-disable */
475
480
  .e-de-scrollbar-hide::-webkit-scrollbar {
476
481
  width: 0;
477
482
  }
@@ -481,6 +486,8 @@
481
486
  scrollbar-width: none;
482
487
  }
483
488
 
489
+ /* stylelint-enable */
490
+ /* stylelint-disable */
484
491
  .e-de-toolbar {
485
492
  height: 100%;
486
493
  }
@@ -586,7 +593,7 @@
586
593
  }
587
594
  .e-bigger .e-de-ctn-title button {
588
595
  font-size: 16px !important;
589
- height: auto !important;
596
+ height: auto !important;
590
597
  margin: 0 !important;
591
598
  }
592
599
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -713,11 +720,13 @@
713
720
  }
714
721
 
715
722
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
723
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
716
724
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
717
725
  margin-right: 12px;
718
726
  }
719
727
 
720
728
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
729
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
721
730
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
722
731
  margin-left: 12px;
723
732
  margin-right: 0;
@@ -1660,10 +1669,12 @@
1660
1669
  margin-right: 0;
1661
1670
  }
1662
1671
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1672
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1663
1673
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1664
1674
  margin-right: 16px;
1665
1675
  }
1666
1676
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1677
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1667
1678
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1668
1679
  margin-left: 16px;
1669
1680
  margin-right: 0;
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e353";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -611,11 +619,13 @@
611
619
  }
612
620
 
613
621
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
622
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
614
623
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
615
624
  margin-right: 12px;
616
625
  }
617
626
 
618
627
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
628
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
619
629
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
620
630
  margin-left: 12px;
621
631
  margin-right: 0;
@@ -1427,10 +1437,12 @@
1427
1437
  margin-bottom: 16px;
1428
1438
  }
1429
1439
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1440
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1430
1441
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1431
1442
  margin-right: 16px;
1432
1443
  }
1433
1444
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1445
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1434
1446
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1435
1447
  margin-left: 16px;
1436
1448
  margin-right: 0;
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e353";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -611,11 +619,13 @@
611
619
  }
612
620
 
613
621
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
622
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
614
623
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
615
624
  margin-right: 12px;
616
625
  }
617
626
 
618
627
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
628
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
619
629
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
620
630
  margin-left: 12px;
621
631
  margin-right: 0;
@@ -1431,10 +1441,12 @@
1431
1441
  margin-bottom: 16px;
1432
1442
  }
1433
1443
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1444
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1434
1445
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1435
1446
  margin-right: 16px;
1436
1447
  }
1437
1448
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1449
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1438
1450
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1439
1451
  margin-left: 16px;
1440
1452
  margin-right: 0;