@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -44,6 +44,11 @@
44
44
  font-family: "e-icons";
45
45
  font-size: 13px;
46
46
  }
47
+ .e-documenteditor .e-de-multi-cmt-mark::before {
48
+ color: #6b7280;
49
+ content: "\e8bc";
50
+ font-family: "e-icons";
51
+ }
47
52
  .e-documenteditor .e-de-cmt-post::before {
48
53
  content: "\e71d";
49
54
  font-family: "e-icons";
@@ -125,40 +130,43 @@
125
130
  .e-de-table-left-alignment::before {
126
131
  color: #6b7280;
127
132
  content: "\e7f6";
128
- font-size: 46px;
133
+ font-size: 48px;
129
134
  }
130
135
 
131
136
  .e-de-table-center-alignment::before {
132
137
  color: #6b7280;
133
138
  content: "\e7f1";
134
- font-size: 46px;
139
+ font-size: 48px;
135
140
  }
136
141
 
137
142
  .e-de-table-right-alignment::before {
138
143
  color: #6b7280;
139
144
  content: "\e703";
140
- font-size: 46px;
145
+ font-size: 48px;
141
146
  }
142
147
 
143
148
  .e-de-tablecell-top-alignment::before {
144
149
  color: #6b7280;
145
150
  content: "\e775";
146
151
  font-family: "e-icons";
147
- font-size: 51px;
152
+ font-size: 48px;
153
+ margin: 2px;
148
154
  }
149
155
 
150
156
  .e-de-tablecell-center-alignment::before {
151
157
  color: #6b7280;
152
158
  content: "\e7e5";
153
159
  font-family: "e-icons";
154
- font-size: 51px;
160
+ font-size: 48px;
161
+ margin: 2px;
155
162
  }
156
163
 
157
164
  .e-de-tablecell-bottom-alignment::before {
158
165
  color: #6b7280;
159
166
  content: "\e7d9";
160
167
  font-family: "e-icons";
161
- font-size: 51px;
168
+ font-size: 48px;
169
+ margin: 2px;
162
170
  }
163
171
 
164
172
  .e-de-table-border-setting {
@@ -206,14 +214,14 @@
206
214
  .e-de-table-border-none-setting::before {
207
215
  color: #6b7280;
208
216
  content: "\e7eb";
209
- font-size: 38px;
217
+ font-size: 36px;
210
218
  position: absolute;
211
219
  }
212
220
 
213
221
  .e-de-table-border-box-setting::before {
214
222
  color: #6b7280;
215
223
  content: "\e834";
216
- font-size: 34px;
224
+ font-size: 36px;
217
225
  left: 2px;
218
226
  position: absolute;
219
227
  top: 2px;
@@ -223,7 +231,7 @@
223
231
  color: #6b7280;
224
232
  content: "\e7e8";
225
233
  font-family: "e-icons";
226
- font-size: 34px;
234
+ font-size: 36px;
227
235
  left: 2px;
228
236
  position: absolute;
229
237
  top: 2px;
@@ -232,7 +240,7 @@
232
240
  .e-de-table-border-custom-setting::before {
233
241
  color: #6b7280;
234
242
  content: "\e7d5";
235
- font-size: 34px;
243
+ font-size: 36px;
236
244
  left: 2px;
237
245
  position: absolute;
238
246
  top: 2px;
@@ -241,14 +249,14 @@
241
249
  .e-de-para-border-none-setting::before {
242
250
  color: #6b7280;
243
251
  content: "\e890";
244
- font-size: 38px;
252
+ font-size: 36px;
245
253
  position: absolute;
246
254
  }
247
255
 
248
256
  .e-de-para-border-box-setting::before {
249
257
  color: #6b7280;
250
258
  content: "\e891";
251
- font-size: 34px;
259
+ font-size: 36px;
252
260
  left: 2px;
253
261
  position: absolute;
254
262
  top: 2px;
@@ -257,7 +265,7 @@
257
265
  .e-de-para-border-shadow-setting::before {
258
266
  color: #6b7280;
259
267
  content: "\e892";
260
- font-size: 34px;
268
+ font-size: 36px;
261
269
  left: 2px;
262
270
  position: absolute;
263
271
  top: 2px;
@@ -266,7 +274,7 @@
266
274
  .e-de-para-border-custom-setting::before {
267
275
  color: #6b7280;
268
276
  content: "\e88f";
269
- font-size: 34px;
277
+ font-size: 36px;
270
278
  left: 2px;
271
279
  position: absolute;
272
280
  top: 2px;
@@ -2064,7 +2072,7 @@ label[for*=_wholeWord_e-de-rtl] {
2064
2072
 
2065
2073
  .e-de-restrict-pane,
2066
2074
  .e-de-op {
2067
- background-color: #f9fafb;
2075
+ background: #f9fafb;
2068
2076
  }
2069
2077
 
2070
2078
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2723,7 +2731,7 @@ label[for*=_wholeWord_e-de-rtl] {
2723
2731
  margin-right: 20px;
2724
2732
  }
2725
2733
 
2726
- .e-de-style-left-div .e-de-style-dlg-name-input {
2734
+ .e-de-style-dlg-name-input {
2727
2735
  height: 31px;
2728
2736
  }
2729
2737
 
@@ -3632,7 +3640,7 @@ label[for*=_wholeWord_e-de-rtl] {
3632
3640
 
3633
3641
  .e-de-cmt-textarea.e-input {
3634
3642
  color: #374151;
3635
- font-size: 13px;
3643
+ font-size: 14px;
3636
3644
  line-height: normal;
3637
3645
  min-height: 30px;
3638
3646
  overflow: hidden;
@@ -4680,7 +4688,7 @@ label[for*=_wholeWord_e-de-rtl] {
4680
4688
  }
4681
4689
 
4682
4690
  .e-de-statusbar-pageweb {
4683
- background-color: #f3f4f6;
4691
+ background: #f3f4f6;
4684
4692
  border: 0;
4685
4693
  box-shadow: none;
4686
4694
  float: right;
@@ -4704,12 +4712,22 @@ label[for*=_wholeWord_e-de-rtl] {
4704
4712
  font-size: 18px;
4705
4713
  }
4706
4714
 
4715
+ .e-listview .e-list-icon {
4716
+ height: 24px;
4717
+ width: 16px;
4718
+ margin-right: 10px;
4719
+ }
4720
+
4721
+ .e-de-listview-icon {
4722
+ line-height: 22px;
4723
+ }
4724
+
4707
4725
  .e-de-linespacing {
4708
4726
  margin-top: 8px;
4709
4727
  }
4710
4728
 
4711
4729
  .e-de-statusbar-zoom {
4712
- background-color: #f3f4f6;
4730
+ background: #f3f4f6;
4713
4731
  border: 0;
4714
4732
  color: #6b7280;
4715
4733
  float: right;
@@ -4843,7 +4861,7 @@ label[for*=_wholeWord_e-de-rtl] {
4843
4861
 
4844
4862
  .e-de-tool-ctnr-properties-pane,
4845
4863
  .e-de-ctnr-properties-pane {
4846
- background-color: #f9fafb;
4864
+ background: #f9fafb;
4847
4865
  border-bottom: 1px solid #e5e7eb;
4848
4866
  border-top: 1px solid #e5e7eb;
4849
4867
  }
@@ -4991,7 +5009,7 @@ label[for*=_wholeWord_e-de-rtl] {
4991
5009
  margin: 0 8px;
4992
5010
  }
4993
5011
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4994
- margin-left: 8px;
5012
+ margin-left: 8px !important;
4995
5013
  margin-right: 8px;
4996
5014
  }
4997
5015
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5007,20 +5025,23 @@ label[for*=_wholeWord_e-de-rtl] {
5007
5025
  }
5008
5026
 
5009
5027
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
5028
+ -ms-flex-direction: column;
5029
+ flex-direction: column;
5030
+ height: calc(100% - 10px);
5010
5031
  padding: 0;
5011
- padding-bottom: 14px;
5032
+ padding-bottom: 10px;
5012
5033
  }
5013
5034
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
5014
5035
  padding: 0;
5015
- padding-bottom: 14px;
5036
+ padding-bottom: 10px;
5016
5037
  }
5017
5038
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
5018
5039
  padding: 0;
5019
- padding-bottom: 14px;
5040
+ padding-bottom: 10px;
5020
5041
  }
5021
5042
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
5022
5043
  padding: 0;
5023
- padding-bottom: 14px;
5044
+ padding-bottom: 10px;
5024
5045
  }
5025
5046
 
5026
5047
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -5049,7 +5070,7 @@ label[for*=_wholeWord_e-de-rtl] {
5049
5070
  }
5050
5071
 
5051
5072
  .e-de-ctnr-properties-pane-btn .e-btn {
5052
- background-color: #f3f4f6;
5073
+ background: #f3f4f6;
5053
5074
  border-radius: 0;
5054
5075
  box-shadow: none;
5055
5076
  color: #4f46e5;
@@ -5091,6 +5112,7 @@ label[for*=_wholeWord_e-de-rtl] {
5091
5112
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
5092
5113
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
5093
5114
  padding: 0 !important;
5115
+ min-height: 16px;
5094
5116
  }
5095
5117
 
5096
5118
  .e-de-hdr-ftr-frst-div {
@@ -5206,7 +5228,7 @@ label[for*=_wholeWord_e-de-rtl] {
5206
5228
  }
5207
5229
 
5208
5230
  .e-bigger .e-de-panel-right-width {
5209
- width: 86px;
5231
+ width: 96px;
5210
5232
  }
5211
5233
  .e-bigger .e-de-char-fmt-btn-left > button,
5212
5234
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5444,8 +5466,8 @@ label[for*=_wholeWord_e-de-rtl] {
5444
5466
  border: 1px solid #e5e7eb;
5445
5467
  color: #6b7280;
5446
5468
  height: 129px;
5447
- margin-left: 78px;
5448
5469
  width: 94px;
5470
+ margin-left: 78px;
5449
5471
  }
5450
5472
 
5451
5473
  .e-de-toc-template1.e-de-rtl {
@@ -5501,7 +5523,7 @@ label[for*=_wholeWord_e-de-rtl] {
5501
5523
  }
5502
5524
 
5503
5525
  .e-de-status-bar {
5504
- background-color: #f3f4f6;
5526
+ background: #f3f4f6;
5505
5527
  display: -ms-flexbox;
5506
5528
  display: flex;
5507
5529
  padding-top: 0;
@@ -5634,8 +5656,8 @@ label[for*=_wholeWord_e-de-rtl] {
5634
5656
  }
5635
5657
 
5636
5658
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5637
- height: 38px;
5638
5659
  width: 38px;
5660
+ height: 38px;
5639
5661
  }
5640
5662
 
5641
5663
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5657,6 +5679,15 @@ label[for*=_wholeWord_e-de-rtl] {
5657
5679
  padding: 0;
5658
5680
  }
5659
5681
 
5682
+ .e-rtl .e-listview .e-list-icon {
5683
+ height: 24px;
5684
+ width: 16px;
5685
+ margin-left: 10px;
5686
+ }
5687
+ .e-rtl .e-de-listview-icon {
5688
+ line-height: 22px;
5689
+ }
5690
+
5660
5691
  .e-bigger .de-split-button > div:first-child {
5661
5692
  margin-right: 0;
5662
5693
  }
@@ -5779,7 +5810,7 @@ label[for*=_wholeWord_e-de-rtl] {
5779
5810
  margin: 0 12px;
5780
5811
  }
5781
5812
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5782
- margin-left: 12px;
5813
+ margin-left: 12px !important;
5783
5814
  margin-right: 12px;
5784
5815
  }
5785
5816
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5796,22 +5827,22 @@ label[for*=_wholeWord_e-de-rtl] {
5796
5827
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5797
5828
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5798
5829
  padding: 0;
5799
- padding-bottom: 14px;
5830
+ padding-bottom: 10px;
5800
5831
  }
5801
5832
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5802
5833
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5803
5834
  padding: 0;
5804
- padding-bottom: 14px;
5835
+ padding-bottom: 10px;
5805
5836
  }
5806
5837
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5807
5838
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5808
5839
  padding: 0;
5809
- padding-bottom: 14px;
5840
+ padding-bottom: 10px;
5810
5841
  }
5811
5842
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5812
5843
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5813
5844
  padding: 0;
5814
- padding-bottom: 14px;
5845
+ padding-bottom: 10px;
5815
5846
  }
5816
5847
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5817
5848
  padding: 0 !important;
@@ -5827,7 +5858,7 @@ label[for*=_wholeWord_e-de-rtl] {
5827
5858
  width: 75px;
5828
5859
  }
5829
5860
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5830
- background-color: #f3f4f6;
5861
+ background: #f3f4f6;
5831
5862
  border-radius: 0;
5832
5863
  box-shadow: none;
5833
5864
  min-height: 100%;
@@ -5996,6 +6027,22 @@ label[for*=_wholeWord_e-de-rtl] {
5996
6027
  float: right;
5997
6028
  height: 34px;
5998
6029
  }
6030
+ .e-bigger .e-listview .e-list-icon {
6031
+ height: 24px;
6032
+ width: 16px;
6033
+ margin-right: 16px;
6034
+ }
6035
+ .e-bigger .e-de-listview-icon {
6036
+ line-height: 22px;
6037
+ }
6038
+ .e-bigger .e-rtl .e-listview .e-list-icon {
6039
+ height: 24px;
6040
+ width: 16px;
6041
+ margin-left: 16px;
6042
+ }
6043
+ .e-bigger .e-rtl .e-de-listview-icon {
6044
+ line-height: 22px;
6045
+ }
5999
6046
 
6000
6047
  .e-de-ctn .e-de-bzr-button {
6001
6048
  font-weight: 400;