@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: #d1d5db;
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,40 @@
125
130
  .e-de-table-left-alignment::before {
126
131
  color: #d1d5db;
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: #d1d5db;
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: #d1d5db;
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: #d1d5db;
145
150
  content: "\e775";
146
151
  font-family: "e-icons";
147
- font-size: 51px;
152
+ font-size: 48px;
148
153
  }
149
154
 
150
155
  .e-de-tablecell-center-alignment::before {
151
156
  color: #d1d5db;
152
157
  content: "\e7e5";
153
158
  font-family: "e-icons";
154
- font-size: 51px;
159
+ font-size: 48px;
155
160
  }
156
161
 
157
162
  .e-de-tablecell-bottom-alignment::before {
158
163
  color: #d1d5db;
159
164
  content: "\e7d9";
160
165
  font-family: "e-icons";
161
- font-size: 51px;
166
+ font-size: 48px;
162
167
  }
163
168
 
164
169
  .e-de-table-border-setting {
@@ -206,14 +211,14 @@
206
211
  .e-de-table-border-none-setting::before {
207
212
  color: #d1d5db;
208
213
  content: "\e7eb";
209
- font-size: 38px;
214
+ font-size: 36px;
210
215
  position: absolute;
211
216
  }
212
217
 
213
218
  .e-de-table-border-box-setting::before {
214
219
  color: #d1d5db;
215
220
  content: "\e834";
216
- font-size: 34px;
221
+ font-size: 36px;
217
222
  left: 2px;
218
223
  position: absolute;
219
224
  top: 2px;
@@ -223,7 +228,7 @@
223
228
  color: #d1d5db;
224
229
  content: "\e7e8";
225
230
  font-family: "e-icons";
226
- font-size: 34px;
231
+ font-size: 36px;
227
232
  left: 2px;
228
233
  position: absolute;
229
234
  top: 2px;
@@ -232,7 +237,7 @@
232
237
  .e-de-table-border-custom-setting::before {
233
238
  color: #d1d5db;
234
239
  content: "\e7d5";
235
- font-size: 34px;
240
+ font-size: 36px;
236
241
  left: 2px;
237
242
  position: absolute;
238
243
  top: 2px;
@@ -241,14 +246,14 @@
241
246
  .e-de-para-border-none-setting::before {
242
247
  color: #d1d5db;
243
248
  content: "\e890";
244
- font-size: 38px;
249
+ font-size: 36px;
245
250
  position: absolute;
246
251
  }
247
252
 
248
253
  .e-de-para-border-box-setting::before {
249
254
  color: #d1d5db;
250
255
  content: "\e891";
251
- font-size: 34px;
256
+ font-size: 36px;
252
257
  left: 2px;
253
258
  position: absolute;
254
259
  top: 2px;
@@ -257,7 +262,7 @@
257
262
  .e-de-para-border-shadow-setting::before {
258
263
  color: #d1d5db;
259
264
  content: "\e892";
260
- font-size: 34px;
265
+ font-size: 36px;
261
266
  left: 2px;
262
267
  position: absolute;
263
268
  top: 2px;
@@ -266,7 +271,7 @@
266
271
  .e-de-para-border-custom-setting::before {
267
272
  color: #d1d5db;
268
273
  content: "\e88f";
269
- font-size: 34px;
274
+ font-size: 36px;
270
275
  left: 2px;
271
276
  position: absolute;
272
277
  top: 2px;
@@ -2064,7 +2069,7 @@ label[for*=_wholeWord_e-de-rtl] {
2064
2069
 
2065
2070
  .e-de-restrict-pane,
2066
2071
  .e-de-op {
2067
- background-color: #232e3e;
2072
+ background: #232e3e;
2068
2073
  }
2069
2074
 
2070
2075
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2723,7 +2728,7 @@ label[for*=_wholeWord_e-de-rtl] {
2723
2728
  margin-right: 20px;
2724
2729
  }
2725
2730
 
2726
- .e-de-style-left-div .e-de-style-dlg-name-input {
2731
+ .e-de-style-dlg-name-input {
2727
2732
  height: 31px;
2728
2733
  }
2729
2734
 
@@ -3632,7 +3637,7 @@ label[for*=_wholeWord_e-de-rtl] {
3632
3637
 
3633
3638
  .e-de-cmt-textarea.e-input {
3634
3639
  color: #d1d5db;
3635
- font-size: 13px;
3640
+ font-size: 14px;
3636
3641
  line-height: normal;
3637
3642
  min-height: 30px;
3638
3643
  overflow: hidden;
@@ -4680,7 +4685,7 @@ label[for*=_wholeWord_e-de-rtl] {
4680
4685
  }
4681
4686
 
4682
4687
  .e-de-statusbar-pageweb {
4683
- background-color: #374151;
4688
+ background: #374151;
4684
4689
  border: 0;
4685
4690
  box-shadow: none;
4686
4691
  float: right;
@@ -4704,12 +4709,22 @@ label[for*=_wholeWord_e-de-rtl] {
4704
4709
  font-size: 18px;
4705
4710
  }
4706
4711
 
4712
+ .e-listview .e-list-icon {
4713
+ height: 24px;
4714
+ width: 16px;
4715
+ margin-right: 10px;
4716
+ }
4717
+
4718
+ .e-de-listview-icon {
4719
+ line-height: 22px;
4720
+ }
4721
+
4707
4722
  .e-de-linespacing {
4708
4723
  margin-top: 8px;
4709
4724
  }
4710
4725
 
4711
4726
  .e-de-statusbar-zoom {
4712
- background-color: #374151;
4727
+ background: #374151;
4713
4728
  border: 0;
4714
4729
  color: #9ca3af;
4715
4730
  float: right;
@@ -4843,7 +4858,7 @@ label[for*=_wholeWord_e-de-rtl] {
4843
4858
 
4844
4859
  .e-de-tool-ctnr-properties-pane,
4845
4860
  .e-de-ctnr-properties-pane {
4846
- background-color: #232e3e;
4861
+ background: #232e3e;
4847
4862
  border-bottom: 1px solid #4b5563;
4848
4863
  border-top: 1px solid #4b5563;
4849
4864
  }
@@ -4991,7 +5006,7 @@ label[for*=_wholeWord_e-de-rtl] {
4991
5006
  margin: 0 8px;
4992
5007
  }
4993
5008
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4994
- margin-left: 8px;
5009
+ margin-left: 8px !important;
4995
5010
  margin-right: 8px;
4996
5011
  }
4997
5012
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5007,20 +5022,23 @@ label[for*=_wholeWord_e-de-rtl] {
5007
5022
  }
5008
5023
 
5009
5024
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
5025
+ -ms-flex-direction: column;
5026
+ flex-direction: column;
5027
+ height: calc(100% - 10px);
5010
5028
  padding: 0;
5011
- padding-bottom: 14px;
5029
+ padding-bottom: 10px;
5012
5030
  }
5013
5031
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
5014
5032
  padding: 0;
5015
- padding-bottom: 14px;
5033
+ padding-bottom: 10px;
5016
5034
  }
5017
5035
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
5018
5036
  padding: 0;
5019
- padding-bottom: 14px;
5037
+ padding-bottom: 10px;
5020
5038
  }
5021
5039
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
5022
5040
  padding: 0;
5023
- padding-bottom: 14px;
5041
+ padding-bottom: 10px;
5024
5042
  }
5025
5043
 
5026
5044
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -5049,7 +5067,7 @@ label[for*=_wholeWord_e-de-rtl] {
5049
5067
  }
5050
5068
 
5051
5069
  .e-de-ctnr-properties-pane-btn .e-btn {
5052
- background-color: #374151;
5070
+ background: #374151;
5053
5071
  border-radius: 0;
5054
5072
  box-shadow: none;
5055
5073
  color: #22d3ee;
@@ -5091,6 +5109,7 @@ label[for*=_wholeWord_e-de-rtl] {
5091
5109
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
5092
5110
  .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
5111
  padding: 0 !important;
5112
+ min-height: 16px;
5094
5113
  }
5095
5114
 
5096
5115
  .e-de-hdr-ftr-frst-div {
@@ -5206,7 +5225,7 @@ label[for*=_wholeWord_e-de-rtl] {
5206
5225
  }
5207
5226
 
5208
5227
  .e-bigger .e-de-panel-right-width {
5209
- width: 86px;
5228
+ width: 96px;
5210
5229
  }
5211
5230
  .e-bigger .e-de-char-fmt-btn-left > button,
5212
5231
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5444,8 +5463,8 @@ label[for*=_wholeWord_e-de-rtl] {
5444
5463
  border: 1px solid #4b5563;
5445
5464
  color: #9ca3af;
5446
5465
  height: 129px;
5447
- margin-left: 78px;
5448
5466
  width: 94px;
5467
+ margin-left: 78px;
5449
5468
  }
5450
5469
 
5451
5470
  .e-de-toc-template1.e-de-rtl {
@@ -5501,7 +5520,7 @@ label[for*=_wholeWord_e-de-rtl] {
5501
5520
  }
5502
5521
 
5503
5522
  .e-de-status-bar {
5504
- background-color: #374151;
5523
+ background: #374151;
5505
5524
  display: -ms-flexbox;
5506
5525
  display: flex;
5507
5526
  padding-top: 0;
@@ -5634,8 +5653,8 @@ label[for*=_wholeWord_e-de-rtl] {
5634
5653
  }
5635
5654
 
5636
5655
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5637
- height: 38px;
5638
5656
  width: 38px;
5657
+ height: 38px;
5639
5658
  }
5640
5659
 
5641
5660
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5657,6 +5676,15 @@ label[for*=_wholeWord_e-de-rtl] {
5657
5676
  padding: 0;
5658
5677
  }
5659
5678
 
5679
+ .e-rtl .e-listview .e-list-icon {
5680
+ height: 24px;
5681
+ width: 16px;
5682
+ margin-left: 10px;
5683
+ }
5684
+ .e-rtl .e-de-listview-icon {
5685
+ line-height: 22px;
5686
+ }
5687
+
5660
5688
  .e-bigger .de-split-button > div:first-child {
5661
5689
  margin-right: 0;
5662
5690
  }
@@ -5779,7 +5807,7 @@ label[for*=_wholeWord_e-de-rtl] {
5779
5807
  margin: 0 12px;
5780
5808
  }
5781
5809
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5782
- margin-left: 12px;
5810
+ margin-left: 12px !important;
5783
5811
  margin-right: 12px;
5784
5812
  }
5785
5813
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5796,22 +5824,22 @@ label[for*=_wholeWord_e-de-rtl] {
5796
5824
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5797
5825
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5798
5826
  padding: 0;
5799
- padding-bottom: 14px;
5827
+ padding-bottom: 10px;
5800
5828
  }
5801
5829
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5802
5830
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5803
5831
  padding: 0;
5804
- padding-bottom: 14px;
5832
+ padding-bottom: 10px;
5805
5833
  }
5806
5834
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5807
5835
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5808
5836
  padding: 0;
5809
- padding-bottom: 14px;
5837
+ padding-bottom: 10px;
5810
5838
  }
5811
5839
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5812
5840
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5813
5841
  padding: 0;
5814
- padding-bottom: 14px;
5842
+ padding-bottom: 10px;
5815
5843
  }
5816
5844
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5817
5845
  padding: 0 !important;
@@ -5827,7 +5855,7 @@ label[for*=_wholeWord_e-de-rtl] {
5827
5855
  width: 75px;
5828
5856
  }
5829
5857
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5830
- background-color: #374151;
5858
+ background: #374151;
5831
5859
  border-radius: 0;
5832
5860
  box-shadow: none;
5833
5861
  min-height: 100%;
@@ -5996,6 +6024,22 @@ label[for*=_wholeWord_e-de-rtl] {
5996
6024
  float: right;
5997
6025
  height: 34px;
5998
6026
  }
6027
+ .e-bigger .e-listview .e-list-icon {
6028
+ height: 24px;
6029
+ width: 16px;
6030
+ margin-right: 16px;
6031
+ }
6032
+ .e-bigger .e-de-listview-icon {
6033
+ line-height: 22px;
6034
+ }
6035
+ .e-bigger .e-rtl .e-listview .e-list-icon {
6036
+ height: 24px;
6037
+ width: 16px;
6038
+ margin-left: 16px;
6039
+ }
6040
+ .e-bigger .e-rtl .e-de-listview-icon {
6041
+ line-height: 22px;
6042
+ }
5999
6043
 
6000
6044
  .e-de-ctn .e-de-bzr-button {
6001
6045
  font-weight: 400;