@syncfusion/ej2-vue-documenteditor 22.2.8 → 22.2.10

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 (54) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +7 -7
  5. package/styles/bootstrap-dark.css +12 -0
  6. package/styles/bootstrap.css +12 -0
  7. package/styles/bootstrap4.css +12 -0
  8. package/styles/bootstrap5-dark.css +12 -0
  9. package/styles/bootstrap5.css +12 -0
  10. package/styles/document-editor/bootstrap-dark.css +8 -0
  11. package/styles/document-editor/bootstrap.css +8 -0
  12. package/styles/document-editor/bootstrap4.css +8 -0
  13. package/styles/document-editor/bootstrap5-dark.css +8 -0
  14. package/styles/document-editor/bootstrap5.css +8 -0
  15. package/styles/document-editor/fabric-dark.css +8 -0
  16. package/styles/document-editor/fabric.css +8 -0
  17. package/styles/document-editor/fluent-dark.css +8 -0
  18. package/styles/document-editor/fluent.css +8 -0
  19. package/styles/document-editor/highcontrast.css +8 -0
  20. package/styles/document-editor/material-dark.css +8 -0
  21. package/styles/document-editor/material.css +9 -1
  22. package/styles/document-editor/material3-dark.css +8 -0
  23. package/styles/document-editor/material3.css +8 -0
  24. package/styles/document-editor/tailwind-dark.css +8 -0
  25. package/styles/document-editor/tailwind.css +8 -0
  26. package/styles/document-editor-container/bootstrap-dark.css +4 -0
  27. package/styles/document-editor-container/bootstrap.css +4 -0
  28. package/styles/document-editor-container/bootstrap4.css +4 -0
  29. package/styles/document-editor-container/bootstrap5-dark.css +4 -0
  30. package/styles/document-editor-container/bootstrap5.css +4 -0
  31. package/styles/document-editor-container/fabric-dark.css +4 -0
  32. package/styles/document-editor-container/fabric.css +4 -0
  33. package/styles/document-editor-container/fluent-dark.css +4 -0
  34. package/styles/document-editor-container/fluent.css +4 -0
  35. package/styles/document-editor-container/highcontrast-light.css +4 -0
  36. package/styles/document-editor-container/highcontrast.css +4 -0
  37. package/styles/document-editor-container/material-dark.css +4 -0
  38. package/styles/document-editor-container/material.css +5 -1
  39. package/styles/document-editor-container/material3-dark.css +4 -0
  40. package/styles/document-editor-container/material3.css +4 -0
  41. package/styles/document-editor-container/tailwind-dark.css +4 -0
  42. package/styles/document-editor-container/tailwind.css +4 -0
  43. package/styles/fabric-dark.css +12 -0
  44. package/styles/fabric.css +12 -0
  45. package/styles/fluent-dark.css +12 -0
  46. package/styles/fluent.css +12 -0
  47. package/styles/highcontrast-light.css +4 -0
  48. package/styles/highcontrast.css +12 -0
  49. package/styles/material-dark.css +12 -0
  50. package/styles/material.css +13 -1
  51. package/styles/material3-dark.css +12 -0
  52. package/styles/material3.css +12 -0
  53. package/styles/tailwind-dark.css +12 -0
  54. package/styles/tailwind.css +12 -0
package/styles/fabric.css CHANGED
@@ -633,6 +633,14 @@
633
633
  display: flex;
634
634
  }
635
635
 
636
+ .e-de-svg-border-color {
637
+ stroke: #333;
638
+ }
639
+
640
+ .e-de-svg-border-fill-color {
641
+ fill: #333;
642
+ }
643
+
636
644
  .e-de-container-row {
637
645
  display: -ms-flexbox;
638
646
  display: flex;
@@ -4312,6 +4320,10 @@ label[for*=_wholeWord_e-de-rtl] {
4312
4320
  height: 100%;
4313
4321
  }
4314
4322
 
4323
+ .e-documenteditorcontainer {
4324
+ display: block;
4325
+ }
4326
+
4315
4327
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4316
4328
  height: 0;
4317
4329
  line-height: 0;
@@ -674,6 +674,14 @@
674
674
  display: flex;
675
675
  }
676
676
 
677
+ .e-de-svg-border-color {
678
+ stroke: #f3f2f1;
679
+ }
680
+
681
+ .e-de-svg-border-fill-color {
682
+ fill: #f3f2f1;
683
+ }
684
+
677
685
  .e-de-container-row {
678
686
  display: -ms-flexbox;
679
687
  display: flex;
@@ -4375,6 +4383,10 @@ label[for*=_wholeWord_e-de-rtl] {
4375
4383
  height: 100%;
4376
4384
  }
4377
4385
 
4386
+ .e-documenteditorcontainer {
4387
+ display: block;
4388
+ }
4389
+
4378
4390
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4379
4391
  height: 0;
4380
4392
  line-height: 0.5;
package/styles/fluent.css CHANGED
@@ -674,6 +674,14 @@
674
674
  display: flex;
675
675
  }
676
676
 
677
+ .e-de-svg-border-color {
678
+ stroke: #201f1e;
679
+ }
680
+
681
+ .e-de-svg-border-fill-color {
682
+ fill: #201f1e;
683
+ }
684
+
677
685
  .e-de-container-row {
678
686
  display: -ms-flexbox;
679
687
  display: flex;
@@ -4375,6 +4383,10 @@ label[for*=_wholeWord_e-de-rtl] {
4375
4383
  height: 100%;
4376
4384
  }
4377
4385
 
4386
+ .e-documenteditorcontainer {
4387
+ display: block;
4388
+ }
4389
+
4378
4390
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4379
4391
  height: 0;
4380
4392
  line-height: 0.5;
@@ -3278,6 +3278,10 @@ label[for=container_wholeWord] {
3278
3278
  height: 100%;
3279
3279
  }
3280
3280
 
3281
+ .e-documenteditorcontainer {
3282
+ display: block;
3283
+ }
3284
+
3281
3285
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
3282
3286
  height: 0;
3283
3287
  line-height: 0;
@@ -632,6 +632,14 @@
632
632
  display: flex;
633
633
  }
634
634
 
635
+ .e-de-svg-border-color {
636
+ stroke: #fff;
637
+ }
638
+
639
+ .e-de-svg-border-fill-color {
640
+ fill: #fff;
641
+ }
642
+
635
643
  .e-de-container-row {
636
644
  display: -ms-flexbox;
637
645
  display: flex;
@@ -4307,6 +4315,10 @@ label[for*=_wholeWord_e-de-rtl] {
4307
4315
  height: 100%;
4308
4316
  }
4309
4317
 
4318
+ .e-documenteditorcontainer {
4319
+ display: block;
4320
+ }
4321
+
4310
4322
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4311
4323
  height: 0;
4312
4324
  line-height: 0;
@@ -627,6 +627,14 @@
627
627
  display: flex;
628
628
  }
629
629
 
630
+ .e-de-svg-border-color {
631
+ stroke: #fff;
632
+ }
633
+
634
+ .e-de-svg-border-fill-color {
635
+ fill: #fff;
636
+ }
637
+
630
638
  .e-de-container-row {
631
639
  display: -ms-flexbox;
632
640
  display: flex;
@@ -4304,6 +4312,10 @@ label[for*=_wholeWord_e-de-rtl] {
4304
4312
  height: 100%;
4305
4313
  }
4306
4314
 
4315
+ .e-documenteditorcontainer {
4316
+ display: block;
4317
+ }
4318
+
4307
4319
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4308
4320
  height: 0;
4309
4321
  line-height: 0;
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  .e-documenteditor .e-close::before {
3
3
  content: "\e825";
4
4
  font-family: "e-icons";
@@ -627,6 +627,14 @@
627
627
  display: flex;
628
628
  }
629
629
 
630
+ .e-de-svg-border-color {
631
+ stroke: rgba(0, 0, 0, 0.87);
632
+ }
633
+
634
+ .e-de-svg-border-fill-color {
635
+ fill: rgba(0, 0, 0, 0.87);
636
+ }
637
+
630
638
  .e-de-container-row {
631
639
  display: -ms-flexbox;
632
640
  display: flex;
@@ -4304,6 +4312,10 @@ label[for*=_wholeWord_e-de-rtl] {
4304
4312
  height: 100%;
4305
4313
  }
4306
4314
 
4315
+ .e-documenteditorcontainer {
4316
+ display: block;
4317
+ }
4318
+
4307
4319
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4308
4320
  height: 0;
4309
4321
  line-height: 0;
@@ -725,6 +725,14 @@
725
725
  display: flex;
726
726
  }
727
727
 
728
+ .e-de-svg-border-color {
729
+ stroke: rgba(var(--color-sf-on-surface));
730
+ }
731
+
732
+ .e-de-svg-border-fill-color {
733
+ fill: rgba(var(--color-sf-on-surface));
734
+ }
735
+
728
736
  .e-de-container-row {
729
737
  display: -ms-flexbox;
730
738
  display: flex;
@@ -4536,6 +4544,10 @@ label[for*=_wholeWord_e-de-rtl] {
4536
4544
  height: 100%;
4537
4545
  }
4538
4546
 
4547
+ .e-documenteditorcontainer {
4548
+ display: block;
4549
+ }
4550
+
4539
4551
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4540
4552
  height: 0;
4541
4553
  line-height: 0;
@@ -780,6 +780,14 @@
780
780
  display: flex;
781
781
  }
782
782
 
783
+ .e-de-svg-border-color {
784
+ stroke: rgba(var(--color-sf-on-surface));
785
+ }
786
+
787
+ .e-de-svg-border-fill-color {
788
+ fill: rgba(var(--color-sf-on-surface));
789
+ }
790
+
783
791
  .e-de-container-row {
784
792
  display: -ms-flexbox;
785
793
  display: flex;
@@ -4647,6 +4655,10 @@ label[for*=_wholeWord_e-de-rtl] {
4647
4655
  height: 100%;
4648
4656
  }
4649
4657
 
4658
+ .e-documenteditorcontainer {
4659
+ display: block;
4660
+ }
4661
+
4650
4662
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4651
4663
  height: 0;
4652
4664
  line-height: 0;
@@ -670,6 +670,14 @@
670
670
  display: flex;
671
671
  }
672
672
 
673
+ .e-de-svg-border-color {
674
+ stroke: #fff;
675
+ }
676
+
677
+ .e-de-svg-border-fill-color {
678
+ fill: #fff;
679
+ }
680
+
673
681
  .e-de-container-row {
674
682
  display: -ms-flexbox;
675
683
  display: flex;
@@ -4643,6 +4651,10 @@ label[for*=_wholeWord_e-de-rtl] {
4643
4651
  height: 100%;
4644
4652
  }
4645
4653
 
4654
+ .e-documenteditorcontainer {
4655
+ display: block;
4656
+ }
4657
+
4646
4658
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4647
4659
  height: 0;
4648
4660
  line-height: 1;
@@ -673,6 +673,14 @@
673
673
  display: flex;
674
674
  }
675
675
 
676
+ .e-de-svg-border-color {
677
+ stroke: #111827;
678
+ }
679
+
680
+ .e-de-svg-border-fill-color {
681
+ fill: #111827;
682
+ }
683
+
676
684
  .e-de-container-row {
677
685
  display: -ms-flexbox;
678
686
  display: flex;
@@ -4646,6 +4654,10 @@ label[for*=_wholeWord_e-de-rtl] {
4646
4654
  height: 100%;
4647
4655
  }
4648
4656
 
4657
+ .e-documenteditorcontainer {
4658
+ display: block;
4659
+ }
4660
+
4649
4661
  .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
4650
4662
  height: 0;
4651
4663
  line-height: 1;