@syncfusion/ej2-angular-documenteditor 20.2.50-ngcc → 20.3.47-ngcc

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 (57) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +1 -1
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/CHANGELOG.md +2 -145
  6. package/dist/ej2-angular-documenteditor.umd.js +2 -1
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  8. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/bootstrap-dark.css +18 -1
  14. package/styles/bootstrap.css +18 -1
  15. package/styles/bootstrap4.css +19 -2
  16. package/styles/bootstrap5-dark.css +19 -3
  17. package/styles/bootstrap5.css +19 -3
  18. package/styles/document-editor/bootstrap-dark.css +5 -0
  19. package/styles/document-editor/bootstrap.css +5 -0
  20. package/styles/document-editor/bootstrap4.css +5 -0
  21. package/styles/document-editor/bootstrap5-dark.css +5 -0
  22. package/styles/document-editor/bootstrap5.css +5 -0
  23. package/styles/document-editor/fabric-dark.css +5 -0
  24. package/styles/document-editor/fabric.css +5 -0
  25. package/styles/document-editor/fluent-dark.css +5 -0
  26. package/styles/document-editor/fluent.css +5 -0
  27. package/styles/document-editor/highcontrast-light.css +18 -14
  28. package/styles/document-editor/highcontrast.css +5 -0
  29. package/styles/document-editor/material-dark.css +5 -0
  30. package/styles/document-editor/material.css +5 -0
  31. package/styles/document-editor/tailwind-dark.css +5 -0
  32. package/styles/document-editor/tailwind.css +5 -0
  33. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  34. package/styles/document-editor-container/bootstrap.css +13 -1
  35. package/styles/document-editor-container/bootstrap4.css +14 -2
  36. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  37. package/styles/document-editor-container/bootstrap5.css +14 -3
  38. package/styles/document-editor-container/fabric-dark.css +13 -1
  39. package/styles/document-editor-container/fabric.css +13 -1
  40. package/styles/document-editor-container/fluent-dark.css +14 -3
  41. package/styles/document-editor-container/fluent.css +14 -3
  42. package/styles/document-editor-container/highcontrast-light.css +27 -15
  43. package/styles/document-editor-container/highcontrast.css +13 -1
  44. package/styles/document-editor-container/material-dark.css +13 -1
  45. package/styles/document-editor-container/material.css +13 -1
  46. package/styles/document-editor-container/tailwind-dark.css +14 -3
  47. package/styles/document-editor-container/tailwind.css +14 -3
  48. package/styles/fabric-dark.css +18 -1
  49. package/styles/fabric.css +18 -1
  50. package/styles/fluent-dark.css +19 -3
  51. package/styles/fluent.css +19 -3
  52. package/styles/highcontrast-light.css +31 -15
  53. package/styles/highcontrast.css +18 -1
  54. package/styles/material-dark.css +18 -1
  55. package/styles/material.css +18 -1
  56. package/styles/tailwind-dark.css +19 -3
  57. package/styles/tailwind.css +19 -3
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
2
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
3
  .e-documenteditor .e-close::before {
@@ -785,6 +784,7 @@
785
784
  left: 14px;
786
785
  }
787
786
 
787
+ /* stylelint-disable */
788
788
  .e-de-background {
789
789
  background-color: #4b5563;
790
790
  }
@@ -3928,6 +3928,10 @@ label[for*=_wholeWord_e-de-rtl] {
3928
3928
  right: 19px;
3929
3929
  }
3930
3930
 
3931
+ .e-bigger {
3932
+ /* stylelint-disable */
3933
+ /* stylelint-enable */
3934
+ }
3931
3935
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3932
3936
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3933
3937
  font-size: 14px;
@@ -4477,6 +4481,11 @@ label[for*=_wholeWord_e-de-rtl] {
4477
4481
  font-family: "e-icons";
4478
4482
  }
4479
4483
 
4484
+ .e-de-e-paragraph-mark::before {
4485
+ content: "\e844";
4486
+ font-family: "e-icons";
4487
+ }
4488
+
4480
4489
  .e-de-toolbar {
4481
4490
  height: 100%;
4482
4491
  }
@@ -4521,13 +4530,14 @@ label[for*=_wholeWord_e-de-rtl] {
4521
4530
 
4522
4531
  .e-de-ctnr-hglt-no-color {
4523
4532
  font-size: 12px;
4524
- font-weight: 400;
4533
+ font-weight: normal;
4525
4534
  left: 40px;
4526
4535
  padding-top: 11px;
4527
4536
  position: absolute;
4528
4537
  top: 100px;
4529
4538
  }
4530
4539
 
4540
+ /* stylelint-disable */
4531
4541
  .e-de-scrollbar-hide::-webkit-scrollbar {
4532
4542
  width: 0;
4533
4543
  }
@@ -4537,6 +4547,8 @@ label[for*=_wholeWord_e-de-rtl] {
4537
4547
  scrollbar-width: none;
4538
4548
  }
4539
4549
 
4550
+ /* stylelint-enable */
4551
+ /* stylelint-disable */
4540
4552
  .e-de-toolbar {
4541
4553
  height: 100%;
4542
4554
  }
@@ -4637,7 +4649,7 @@ label[for*=_wholeWord_e-de-rtl] {
4637
4649
  }
4638
4650
  .e-bigger .e-de-ctn-title button {
4639
4651
  font-size: 16px !important;
4640
- height: auto !important;
4652
+ height: auto !important;
4641
4653
  }
4642
4654
  .e-bigger .e-de-ctn-title button .e-btn-icon {
4643
4655
  font-size: 18px !important;
@@ -4763,11 +4775,13 @@ label[for*=_wholeWord_e-de-rtl] {
4763
4775
  }
4764
4776
 
4765
4777
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4778
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4766
4779
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4767
4780
  margin-right: 10px;
4768
4781
  }
4769
4782
 
4770
4783
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4784
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4771
4785
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4772
4786
  margin-left: 10px;
4773
4787
  margin-right: 0;
@@ -5599,10 +5613,12 @@ label[for*=_wholeWord_e-de-rtl] {
5599
5613
  margin-right: 0;
5600
5614
  }
5601
5615
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5616
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5602
5617
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5603
5618
  margin-right: 16px;
5604
5619
  }
5605
5620
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5621
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5606
5622
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5607
5623
  margin-left: 16px;
5608
5624
  margin-right: 0;
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
2
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
3
  .e-documenteditor .e-close::before {
@@ -785,6 +784,7 @@
785
784
  left: 14px;
786
785
  }
787
786
 
787
+ /* stylelint-disable */
788
788
  .e-de-background {
789
789
  background-color: #e5e7eb;
790
790
  }
@@ -3928,6 +3928,10 @@ label[for*=_wholeWord_e-de-rtl] {
3928
3928
  right: 19px;
3929
3929
  }
3930
3930
 
3931
+ .e-bigger {
3932
+ /* stylelint-disable */
3933
+ /* stylelint-enable */
3934
+ }
3931
3935
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3932
3936
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3933
3937
  font-size: 14px;
@@ -4477,6 +4481,11 @@ label[for*=_wholeWord_e-de-rtl] {
4477
4481
  font-family: "e-icons";
4478
4482
  }
4479
4483
 
4484
+ .e-de-e-paragraph-mark::before {
4485
+ content: "\e844";
4486
+ font-family: "e-icons";
4487
+ }
4488
+
4480
4489
  .e-de-toolbar {
4481
4490
  height: 100%;
4482
4491
  }
@@ -4521,13 +4530,14 @@ label[for*=_wholeWord_e-de-rtl] {
4521
4530
 
4522
4531
  .e-de-ctnr-hglt-no-color {
4523
4532
  font-size: 12px;
4524
- font-weight: 400;
4533
+ font-weight: normal;
4525
4534
  left: 40px;
4526
4535
  padding-top: 11px;
4527
4536
  position: absolute;
4528
4537
  top: 100px;
4529
4538
  }
4530
4539
 
4540
+ /* stylelint-disable */
4531
4541
  .e-de-scrollbar-hide::-webkit-scrollbar {
4532
4542
  width: 0;
4533
4543
  }
@@ -4537,6 +4547,8 @@ label[for*=_wholeWord_e-de-rtl] {
4537
4547
  scrollbar-width: none;
4538
4548
  }
4539
4549
 
4550
+ /* stylelint-enable */
4551
+ /* stylelint-disable */
4540
4552
  .e-de-toolbar {
4541
4553
  height: 100%;
4542
4554
  }
@@ -4637,7 +4649,7 @@ label[for*=_wholeWord_e-de-rtl] {
4637
4649
  }
4638
4650
  .e-bigger .e-de-ctn-title button {
4639
4651
  font-size: 16px !important;
4640
- height: auto !important;
4652
+ height: auto !important;
4641
4653
  }
4642
4654
  .e-bigger .e-de-ctn-title button .e-btn-icon {
4643
4655
  font-size: 18px !important;
@@ -4763,11 +4775,13 @@ label[for*=_wholeWord_e-de-rtl] {
4763
4775
  }
4764
4776
 
4765
4777
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
4778
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
4766
4779
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
4767
4780
  margin-right: 10px;
4768
4781
  }
4769
4782
 
4770
4783
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
4784
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
4771
4785
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
4772
4786
  margin-left: 10px;
4773
4787
  margin-right: 0;
@@ -5599,10 +5613,12 @@ label[for*=_wholeWord_e-de-rtl] {
5599
5613
  margin-right: 0;
5600
5614
  }
5601
5615
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
5616
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
5602
5617
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
5603
5618
  margin-right: 16px;
5604
5619
  }
5605
5620
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
5621
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
5606
5622
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
5607
5623
  margin-left: 16px;
5608
5624
  margin-right: 0;