@syncfusion/ej2-angular-documenteditor 19.4.55 → 20.1.48

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 (58) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/dist/ej2-angular-documenteditor.umd.js +1 -1
  3. package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +218 -151
  9. package/styles/bootstrap.css +218 -151
  10. package/styles/bootstrap4.css +224 -157
  11. package/styles/bootstrap5-dark.css +253 -172
  12. package/styles/bootstrap5.css +253 -172
  13. package/styles/document-editor/bootstrap-dark.css +192 -50
  14. package/styles/document-editor/bootstrap.css +192 -50
  15. package/styles/document-editor/bootstrap4.css +194 -52
  16. package/styles/document-editor/bootstrap5-dark.css +207 -61
  17. package/styles/document-editor/bootstrap5.css +207 -61
  18. package/styles/document-editor/fabric-dark.css +193 -51
  19. package/styles/document-editor/fabric.css +193 -51
  20. package/styles/document-editor/fluent-dark.css +3782 -0
  21. package/styles/document-editor/fluent-dark.scss +1 -0
  22. package/styles/document-editor/fluent.css +3782 -0
  23. package/styles/document-editor/fluent.scss +1 -0
  24. package/styles/document-editor/highcontrast-light.css +5 -9
  25. package/styles/document-editor/highcontrast.css +193 -51
  26. package/styles/document-editor/material-dark.css +193 -51
  27. package/styles/document-editor/material.css +193 -51
  28. package/styles/document-editor/tailwind-dark.css +319 -261
  29. package/styles/document-editor/tailwind.css +319 -261
  30. package/styles/document-editor-container/bootstrap-dark.css +26 -101
  31. package/styles/document-editor-container/bootstrap.css +26 -101
  32. package/styles/document-editor-container/bootstrap4.css +30 -105
  33. package/styles/document-editor-container/bootstrap5-dark.css +46 -111
  34. package/styles/document-editor-container/bootstrap5.css +46 -111
  35. package/styles/document-editor-container/fabric-dark.css +26 -101
  36. package/styles/document-editor-container/fabric.css +26 -101
  37. package/styles/document-editor-container/fluent-dark.css +1996 -0
  38. package/styles/document-editor-container/fluent-dark.scss +1 -0
  39. package/styles/document-editor-container/fluent.css +1996 -0
  40. package/styles/document-editor-container/fluent.scss +1 -0
  41. package/styles/document-editor-container/highcontrast-light.css +29 -104
  42. package/styles/document-editor-container/highcontrast.css +26 -101
  43. package/styles/document-editor-container/material-dark.css +26 -101
  44. package/styles/document-editor-container/material.css +26 -101
  45. package/styles/document-editor-container/tailwind-dark.css +134 -271
  46. package/styles/document-editor-container/tailwind.css +134 -271
  47. package/styles/fabric-dark.css +219 -152
  48. package/styles/fabric.css +219 -152
  49. package/styles/fluent-dark.css +5779 -0
  50. package/styles/fluent-dark.scss +2 -0
  51. package/styles/fluent.css +5779 -0
  52. package/styles/fluent.scss +2 -0
  53. package/styles/highcontrast-light.css +31 -110
  54. package/styles/highcontrast.css +219 -152
  55. package/styles/material-dark.css +219 -152
  56. package/styles/material.css +219 -152
  57. package/styles/tailwind-dark.css +453 -532
  58. package/styles/tailwind.css +453 -532
@@ -0,0 +1,2 @@
1
+ @import 'document-editor/fluent.scss';
2
+ @import 'document-editor-container/fluent.scss';
@@ -1379,12 +1379,12 @@ label[for='container_wholeWord'] {
1379
1379
 
1380
1380
  .e-de-font-dlg {
1381
1381
  height: 239px;
1382
- width: 380px;
1382
+ width: max-content;
1383
1383
  }
1384
1384
 
1385
1385
  .e-de-hyperlink {
1386
- height: 175px;
1387
- width: 230px;
1386
+ height: auto;
1387
+ width: 250px;
1388
1388
  }
1389
1389
 
1390
1390
  .e-de-insert-table {
@@ -2640,8 +2640,7 @@ label[for='container_wholeWord'] {
2640
2640
  display: block;
2641
2641
  font-size: 14px;
2642
2642
  font-weight: 700;
2643
- margin-bottom: 15px;
2644
- margin-top: 17px;
2643
+ margin-bottom: 8px;
2645
2644
  }
2646
2645
 
2647
2646
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
@@ -2685,7 +2684,6 @@ label[for='container_wholeWord'] {
2685
2684
  font-size: 12px;
2686
2685
  font-weight: normal;
2687
2686
  margin-bottom: 8px;
2688
- margin-top: 0;
2689
2687
  }
2690
2688
 
2691
2689
  .e-bigger .e-de-rtl-btn-div {
@@ -2704,8 +2702,7 @@ label[for='container_wholeWord'] {
2704
2702
  display: block;
2705
2703
  font-size: 14px;
2706
2704
  font-weight: 700;
2707
- margin-bottom: 15px;
2708
- margin-top: 17px;
2705
+ margin-bottom: 8px;
2709
2706
  opacity: 87%;
2710
2707
  }
2711
2708
 
@@ -2750,7 +2747,6 @@ label[for='container_wholeWord'] {
2750
2747
  font-size: 12px;
2751
2748
  font-weight: normal;
2752
2749
  margin-bottom: 8px;
2753
- margin-top: 0;
2754
2750
  }
2755
2751
 
2756
2752
  .e-de-rtl-btn-div {
@@ -3212,6 +3208,15 @@ label[for='container_wholeWord'] {
3212
3208
  top: 100px;
3213
3209
  }
3214
3210
 
3211
+ .e-de-scrollbar-hide::-webkit-scrollbar {
3212
+ width: 0;
3213
+ }
3214
+
3215
+ .e-de-scrollbar-hide {
3216
+ -ms-overflow-style: none;
3217
+ scrollbar-width: none;
3218
+ }
3219
+
3215
3220
  .e-de-toolbar {
3216
3221
  height: 100%;
3217
3222
  }
@@ -3257,6 +3262,7 @@ label[for='container_wholeWord'] {
3257
3262
  border: 0;
3258
3263
  color: #000;
3259
3264
  float: right;
3265
+ font-weight: 400;
3260
3266
  height: 33px;
3261
3267
  }
3262
3268
 
@@ -3285,9 +3291,7 @@ label[for='container_wholeWord'] {
3285
3291
  border: 0;
3286
3292
  box-shadow: none;
3287
3293
  float: right;
3288
- height: 33px;
3289
3294
  margin-left: calc(100% - 362px);
3290
- width: 33px;
3291
3295
  }
3292
3296
 
3293
3297
  .e-bigger .e-btn-pageweb-spellcheck {
@@ -3323,9 +3327,8 @@ label[for='container_wholeWord'] {
3323
3327
 
3324
3328
  .e-de-statusbar-spellcheck {
3325
3329
  border-radius: 2px;
3326
- height: 34px;
3330
+ font-weight: 400;
3327
3331
  margin-left: 7.5px;
3328
- width: 91px;
3329
3332
  }
3330
3333
 
3331
3334
  .e-de-ctn {
@@ -3338,9 +3341,7 @@ label[for='container_wholeWord'] {
3338
3341
 
3339
3342
  .e-bigger .e-de-statusbar-spellcheck {
3340
3343
  border-radius: 2px;
3341
- height: 34px;
3342
3344
  margin-left: 7.5px;
3343
- width: 111px;
3344
3345
  }
3345
3346
 
3346
3347
  .e-de-ctnr-toolbar {
@@ -3649,8 +3650,7 @@ label[for='container_wholeWord'] {
3649
3650
 
3650
3651
  .e-de-property-div-padding {
3651
3652
  border-bottom: 0.5px solid #e0e0e0;
3652
- padding-bottom: 11.5px;
3653
- padding-top: 12.5px;
3653
+ padding: 12.5px;
3654
3654
  }
3655
3655
 
3656
3656
  .e-de-ctnr-dropdown-ftr {
@@ -3663,7 +3663,8 @@ label[for='container_wholeWord'] {
3663
3663
  text-indent: 1.2em;
3664
3664
  }
3665
3665
 
3666
- .e-de-char-fmt-btn-left > button {
3666
+ .e-de-char-fmt-btn-left > button,
3667
+ .e-de-insert-del-cell button {
3667
3668
  width: 37.25px;
3668
3669
  }
3669
3670
 
@@ -3679,7 +3680,8 @@ label[for='container_wholeWord'] {
3679
3680
  width: 149px;
3680
3681
  }
3681
3682
 
3682
- .e-bigger .e-de-char-fmt-btn-left > button {
3683
+ .e-bigger .e-de-char-fmt-btn-left > button,
3684
+ .e-bigger .e-de-insert-del-cell button {
3683
3685
  width: 37.25px;
3684
3686
  }
3685
3687
 
@@ -4089,37 +4091,6 @@ label[for='container_wholeWord'] {
4089
4091
  padding-right: 12px;
4090
4092
  }
4091
4093
 
4092
- .e-de-border-style-div {
4093
- margin-left: 12px;
4094
- }
4095
-
4096
- .e-de-border-style-div.e-de-rtl {
4097
- margin-left: 0;
4098
- margin-right: 12px;
4099
- }
4100
-
4101
- .e-de-insert-del-cell {
4102
- margin-left: 12px;
4103
- }
4104
-
4105
- .e-de-insert-del-cell.e-de-rtl {
4106
- margin-left: 0;
4107
- margin-right: 12px;
4108
- }
4109
-
4110
- .e-de-cell-margin {
4111
- margin-left: 12px;
4112
- }
4113
-
4114
- .e-de-align-text {
4115
- margin-left: 12px;
4116
- }
4117
-
4118
- .e-de-align-text.e-de-rtl {
4119
- margin-left: 0;
4120
- margin-right: 12px;
4121
- }
4122
-
4123
4094
  .e-de-border-size-button {
4124
4095
  height: 28px;
4125
4096
  margin-top: 14px;
@@ -4131,27 +4102,22 @@ label[for='container_wholeWord'] {
4131
4102
  width: 100px;
4132
4103
  }
4133
4104
 
4134
- .e-de-cell-div {
4135
- margin-left: 12px;
4136
- }
4137
-
4138
- .e-de-cell-div.e-de-rtl {
4139
- margin-left: 0;
4105
+ .e-de-cell-text-box {
4140
4106
  margin-right: 12px;
4141
4107
  }
4142
4108
 
4143
- .e-de-cell-text-box {
4144
- margin-right: 12px;
4109
+ .e-de-pane-rtl .e-de-cell-text-box {
4110
+ margin-left: 12px;
4111
+ margin-right: 0;
4145
4112
  }
4146
4113
 
4147
4114
  .e-de-prop-fill-label {
4148
- margin-left: 10.3px;
4149
4115
  margin-right: 8px;
4150
4116
  }
4151
4117
 
4152
4118
  .e-de-prop-fill-label.e-de-rtl {
4153
4119
  margin-left: 8px;
4154
- margin-right: 10.3px;
4120
+ margin-right: 0;
4155
4121
  }
4156
4122
 
4157
4123
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -4185,35 +4151,18 @@ label[for='container_wholeWord'] {
4185
4151
  }
4186
4152
 
4187
4153
  .e-bigger .e-de-prop-fill-label {
4188
- margin-left: 14.5px;
4154
+ margin-left: 0;
4189
4155
  margin-right: 9.8px;
4190
4156
  }
4191
4157
 
4192
4158
  .e-bigger .e-de-prop-fill-label.e-de-rtl {
4193
4159
  margin-left: 9.8px;
4194
- margin-right: 14.5px;
4195
- }
4196
-
4197
- .e-bigger .e-de-cell-text-box {
4198
- margin-right: 16px;
4160
+ margin-right: 0px;
4199
4161
  }
4200
4162
 
4201
- .e-bigger .e-de-cell-div {
4163
+ .e-bigger .e-rtl .e-de-cell-text-box {
4202
4164
  margin-left: 16px;
4203
- }
4204
-
4205
- .e-bigger .e-de-cell-div.e-de-rtl {
4206
- margin-left: 0;
4207
- margin-right: 16px;
4208
- }
4209
-
4210
- .e-bigger .e-de-border-style-div {
4211
- margin-left: 16px;
4212
- }
4213
-
4214
- .e-bigger .e-de-border-style-div.e-de-rtl {
4215
- margin-left: 0;
4216
- margin-right: 16px;
4165
+ margin-right: 0;
4217
4166
  }
4218
4167
 
4219
4168
  .e-bigger .e-de-color-picker {
@@ -4227,33 +4176,6 @@ label[for='container_wholeWord'] {
4227
4176
  width: 96px;
4228
4177
  }
4229
4178
 
4230
- .e-bigger .e-de-align-text {
4231
- margin-left: 16px;
4232
- }
4233
-
4234
- .e-bigger .e-de-align-text.e-de-rtl {
4235
- margin-left: 0;
4236
- margin-right: 16px;
4237
- }
4238
-
4239
- .e-bigger .e-de-insert-del-cell {
4240
- margin-left: 16px;
4241
- }
4242
-
4243
- .e-bigger .e-de-insert-del-cell.e-de-rtl {
4244
- margin-left: 0;
4245
- margin-right: 16px;
4246
- }
4247
-
4248
- .e-bigger .e-de-cell-margin {
4249
- margin-left: 14px;
4250
- }
4251
-
4252
- .e-bigger .e-de-cell-margin.e-de-rtl {
4253
- margin-left: 0;
4254
- margin-right: 14px;
4255
- }
4256
-
4257
4179
  .e-bigger .e-de-stylediv {
4258
4180
  padding-left: 16px;
4259
4181
  }
@@ -4496,8 +4418,7 @@ label[for='container_wholeWord'] {
4496
4418
 
4497
4419
  .e-bigger .e-de-property-div-padding {
4498
4420
  border-bottom: 0.5px solid #e0e0e0;
4499
- padding-bottom: 14.5px;
4500
- padding-top: 15.5px;
4421
+ padding: 16px;
4501
4422
  }
4502
4423
 
4503
4424
  .e-bigger .e-de-font-clr-picker > div button,