@syncfusion/ej2-angular-documenteditor 20.3.60-ngcc → 20.4.38-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 (61) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +14 -5
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +14 -5
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/CHANGELOG.md +144 -234
  6. package/dist/ej2-angular-documenteditor.umd.js +18 -3
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  8. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -1
  10. package/ej2-angular-documenteditor.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/document-editor/documenteditor-all.module.d.ts +1 -0
  16. package/src/index.d.ts +1 -1
  17. package/styles/bootstrap-dark.css +126 -0
  18. package/styles/bootstrap.css +126 -0
  19. package/styles/bootstrap4.css +126 -0
  20. package/styles/bootstrap5-dark.css +126 -0
  21. package/styles/bootstrap5.css +126 -0
  22. package/styles/document-editor/bootstrap-dark.css +61 -0
  23. package/styles/document-editor/bootstrap.css +61 -0
  24. package/styles/document-editor/bootstrap4.css +61 -0
  25. package/styles/document-editor/bootstrap5-dark.css +61 -0
  26. package/styles/document-editor/bootstrap5.css +61 -0
  27. package/styles/document-editor/fabric-dark.css +61 -0
  28. package/styles/document-editor/fabric.css +61 -0
  29. package/styles/document-editor/fluent-dark.css +61 -0
  30. package/styles/document-editor/fluent.css +61 -0
  31. package/styles/document-editor/highcontrast-light.css +47 -0
  32. package/styles/document-editor/highcontrast.css +61 -0
  33. package/styles/document-editor/material-dark.css +61 -0
  34. package/styles/document-editor/material.css +61 -0
  35. package/styles/document-editor/tailwind-dark.css +61 -0
  36. package/styles/document-editor/tailwind.css +61 -0
  37. package/styles/document-editor-container/bootstrap-dark.css +65 -0
  38. package/styles/document-editor-container/bootstrap.css +65 -0
  39. package/styles/document-editor-container/bootstrap4.css +65 -0
  40. package/styles/document-editor-container/bootstrap5-dark.css +65 -0
  41. package/styles/document-editor-container/bootstrap5.css +65 -0
  42. package/styles/document-editor-container/fabric-dark.css +66 -0
  43. package/styles/document-editor-container/fabric.css +66 -0
  44. package/styles/document-editor-container/fluent-dark.css +65 -0
  45. package/styles/document-editor-container/fluent.css +65 -0
  46. package/styles/document-editor-container/highcontrast-light.css +65 -0
  47. package/styles/document-editor-container/highcontrast.css +65 -0
  48. package/styles/document-editor-container/material-dark.css +65 -0
  49. package/styles/document-editor-container/material.css +65 -0
  50. package/styles/document-editor-container/tailwind-dark.css +65 -0
  51. package/styles/document-editor-container/tailwind.css +65 -0
  52. package/styles/fabric-dark.css +127 -0
  53. package/styles/fabric.css +127 -0
  54. package/styles/fluent-dark.css +126 -0
  55. package/styles/fluent.css +126 -0
  56. package/styles/highcontrast-light.css +112 -0
  57. package/styles/highcontrast.css +126 -0
  58. package/styles/material-dark.css +126 -0
  59. package/styles/material.css +126 -0
  60. package/styles/tailwind-dark.css +126 -0
  61. package/styles/tailwind.css +126 -0
@@ -345,6 +345,45 @@
345
345
  top: 2px;
346
346
  }
347
347
 
348
+ .e-de-columns-presets-genral {
349
+ height: 62px;
350
+ width: 62px;
351
+ margin-right: 33px;
352
+ margin-bottom: 12px;
353
+ }
354
+
355
+ .e-de-columns-padding-alignment {
356
+ padding-top: 24px;
357
+ }
358
+
359
+ .e-de-column-dlg-preview-div {
360
+ border: 1px solid #6b7280;
361
+ height: 120px;
362
+ width: 120px;
363
+ }
364
+
365
+ .e-de-padding-col-prev {
366
+ padding-left: 15px;
367
+ }
368
+
369
+ .e-width-space-div {
370
+ width: 320px;
371
+ }
372
+
373
+ .e-de-columns-presets-genral.e-de-rtl {
374
+ margin-left: 33px;
375
+ }
376
+
377
+ .e-de-padding-col-prev.e-de-rtl {
378
+ padding-right: 15px;
379
+ }
380
+
381
+ .e-de-column-dlg-preview-div.e-de-rtl {
382
+ border: 1px solid #6b7280;
383
+ height: 120px;
384
+ width: 120px;
385
+ }
386
+
348
387
  .e-menu-item .e-de-cmt-add::before {
349
388
  content: "\e82c";
350
389
  }
@@ -608,6 +647,14 @@
608
647
  content: "\e882";
609
648
  }
610
649
 
650
+ .e-de-preset-container {
651
+ width: 95px;
652
+ }
653
+
654
+ .e-de-preset-container.e-de-rtl {
655
+ width: 85px;
656
+ }
657
+
611
658
  .e-de-dlg-container {
612
659
  padding-bottom: 12px;
613
660
  }
@@ -789,6 +836,20 @@
789
836
  background-color: #e5e7eb;
790
837
  }
791
838
 
839
+ .e-de-column-label {
840
+ font-size: 12px;
841
+ font-weight: 500;
842
+ padding-left: 20px;
843
+ padding-right: 20px;
844
+ }
845
+
846
+ .e-de-column-label.e-de-rtl {
847
+ font-size: 12px;
848
+ font-weight: 500;
849
+ padding-left: 50px;
850
+ padding-right: 50px;
851
+ }
852
+
792
853
  .e-de-ff-sub-header {
793
854
  display: block;
794
855
  font-size: 12px;
@@ -4486,6 +4547,71 @@ label[for*=_wholeWord_e-de-rtl] {
4486
4547
  font-family: "e-icons";
4487
4548
  }
4488
4549
 
4550
+ .e-de-ctnr-columns::before {
4551
+ content: "\e89d";
4552
+ font-family: "e-icons";
4553
+ }
4554
+
4555
+ .e-de-ctnr-page-size::before {
4556
+ content: "\e89a";
4557
+ font-family: "e-icons";
4558
+ }
4559
+
4560
+ .e-de-ctnr-page-break-column::before {
4561
+ content: "\e8b4";
4562
+ font-family: "e-icons";
4563
+ }
4564
+
4565
+ .e-de-ctnr-page-break-text-wrapping::before {
4566
+ content: "\e8b6";
4567
+ font-family: "e-icons";
4568
+ }
4569
+
4570
+ .e-de-ctnr-section-break-continuous::before {
4571
+ content: "\e8b5";
4572
+ font-family: "e-icons";
4573
+ }
4574
+
4575
+ .e-de-ctnr-section-break-even-page::before {
4576
+ content: "\e8b3";
4577
+ font-family: "e-icons";
4578
+ }
4579
+
4580
+ .e-de-ctnr-section-break-odd-page::before {
4581
+ content: "\e8b2";
4582
+ font-family: "e-icons";
4583
+ }
4584
+
4585
+ .e-de-ctnr-columns-one::before {
4586
+ content: "\e8b9";
4587
+ font-family: "e-icons";
4588
+ font-size: 60px;
4589
+ }
4590
+
4591
+ .e-de-ctnr-columns-two::before {
4592
+ content: "\e8ba";
4593
+ font-family: "e-icons";
4594
+ font-size: 60px;
4595
+ }
4596
+
4597
+ .e-de-ctnr-columns-three::before {
4598
+ content: "\e8bb";
4599
+ font-family: "e-icons";
4600
+ font-size: 60px;
4601
+ }
4602
+
4603
+ .e-de-ctnr-columns-right::before {
4604
+ content: "\e8b7";
4605
+ font-family: "e-icons";
4606
+ font-size: 60px;
4607
+ }
4608
+
4609
+ .e-de-ctnr-columns-left::before {
4610
+ content: "\e8b8";
4611
+ font-family: "e-icons";
4612
+ font-size: 60px;
4613
+ }
4614
+
4489
4615
  .e-de-toolbar {
4490
4616
  height: 100%;
4491
4617
  }