@syncfusion/ej2-angular-documenteditor 20.4.38 → 20.4.40

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 (104) hide show
  1. package/esm2020/src/document-editor/documenteditor-all.module.mjs +7 -4
  2. package/esm2020/src/document-editor/documenteditor.component.mjs +10 -3
  3. package/esm2020/src/index.mjs +2 -2
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +16 -6
  5. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +16 -6
  7. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  8. package/package.json +8 -8
  9. package/schematics/utils/lib-details.d.ts +2 -2
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/document-editor/documenteditor-all.module.d.ts +1 -0
  13. package/src/document-editor/documenteditor.component.d.ts +1 -1
  14. package/src/index.d.ts +1 -1
  15. package/styles/bootstrap-dark.css +126 -0
  16. package/styles/bootstrap.css +126 -0
  17. package/styles/bootstrap4.css +126 -0
  18. package/styles/bootstrap5-dark.css +126 -0
  19. package/styles/bootstrap5.css +126 -0
  20. package/styles/document-editor/_bootstrap-dark-definition.scss +3 -0
  21. package/styles/document-editor/_bootstrap-definition.scss +3 -0
  22. package/styles/document-editor/_bootstrap4-definition.scss +3 -0
  23. package/styles/document-editor/_bootstrap5-definition.scss +3 -0
  24. package/styles/document-editor/_fabric-dark-definition.scss +3 -0
  25. package/styles/document-editor/_fabric-definition.scss +3 -0
  26. package/styles/document-editor/_fluent-definition.scss +3 -0
  27. package/styles/document-editor/_fusionnew-definition.scss +3 -0
  28. package/styles/document-editor/_highcontrast-definition.scss +3 -0
  29. package/styles/document-editor/_highcontrast-light-definition.scss +3 -0
  30. package/styles/document-editor/_material-dark-definition.scss +3 -0
  31. package/styles/document-editor/_material-definition.scss +3 -0
  32. package/styles/document-editor/_material3-definition.scss +3 -0
  33. package/styles/document-editor/_tailwind-definition.scss +3 -0
  34. package/styles/document-editor/_theme.scss +13 -0
  35. package/styles/document-editor/bootstrap-dark.css +61 -0
  36. package/styles/document-editor/bootstrap.css +61 -0
  37. package/styles/document-editor/bootstrap4.css +61 -0
  38. package/styles/document-editor/bootstrap5-dark.css +61 -0
  39. package/styles/document-editor/bootstrap5.css +61 -0
  40. package/styles/document-editor/fabric-dark.css +61 -0
  41. package/styles/document-editor/fabric.css +61 -0
  42. package/styles/document-editor/fluent-dark.css +61 -0
  43. package/styles/document-editor/fluent.css +61 -0
  44. package/styles/document-editor/highcontrast-light.css +47 -0
  45. package/styles/document-editor/highcontrast.css +61 -0
  46. package/styles/document-editor/icons/_bootstrap-dark.scss +47 -0
  47. package/styles/document-editor/icons/_bootstrap.scss +47 -0
  48. package/styles/document-editor/icons/_bootstrap4.scss +47 -0
  49. package/styles/document-editor/icons/_bootstrap5.scss +47 -0
  50. package/styles/document-editor/icons/_fabric-dark.scss +47 -0
  51. package/styles/document-editor/icons/_fabric.scss +47 -0
  52. package/styles/document-editor/icons/_fluent.scss +47 -0
  53. package/styles/document-editor/icons/_fusionnew.scss +47 -0
  54. package/styles/document-editor/icons/_highcontrast-light.scss +47 -0
  55. package/styles/document-editor/icons/_highcontrast.scss +47 -0
  56. package/styles/document-editor/icons/_material-dark.scss +47 -0
  57. package/styles/document-editor/icons/_material.scss +47 -0
  58. package/styles/document-editor/icons/_material3.scss +47 -0
  59. package/styles/document-editor/icons/_tailwind-dark.scss +47 -0
  60. package/styles/document-editor/icons/_tailwind.scss +47 -0
  61. package/styles/document-editor/material-dark.css +61 -0
  62. package/styles/document-editor/material.css +61 -0
  63. package/styles/document-editor/tailwind-dark.css +61 -0
  64. package/styles/document-editor/tailwind.css +61 -0
  65. package/styles/document-editor-container/bootstrap-dark.css +65 -0
  66. package/styles/document-editor-container/bootstrap.css +65 -0
  67. package/styles/document-editor-container/bootstrap4.css +65 -0
  68. package/styles/document-editor-container/bootstrap5-dark.css +65 -0
  69. package/styles/document-editor-container/bootstrap5.css +65 -0
  70. package/styles/document-editor-container/fabric-dark.css +66 -0
  71. package/styles/document-editor-container/fabric.css +66 -0
  72. package/styles/document-editor-container/fluent-dark.css +65 -0
  73. package/styles/document-editor-container/fluent.css +65 -0
  74. package/styles/document-editor-container/highcontrast-light.css +65 -0
  75. package/styles/document-editor-container/highcontrast.css +65 -0
  76. package/styles/document-editor-container/icons/_bootstrap-dark.scss +65 -0
  77. package/styles/document-editor-container/icons/_bootstrap.scss +65 -0
  78. package/styles/document-editor-container/icons/_bootstrap4.scss +65 -0
  79. package/styles/document-editor-container/icons/_bootstrap5.scss +66 -0
  80. package/styles/document-editor-container/icons/_fabric-dark.scss +66 -0
  81. package/styles/document-editor-container/icons/_fabric.scss +65 -0
  82. package/styles/document-editor-container/icons/_fluent.scss +65 -0
  83. package/styles/document-editor-container/icons/_fusionnew.scss +65 -0
  84. package/styles/document-editor-container/icons/_highcontrast-light.scss +65 -0
  85. package/styles/document-editor-container/icons/_highcontrast.scss +65 -0
  86. package/styles/document-editor-container/icons/_material-dark.scss +65 -0
  87. package/styles/document-editor-container/icons/_material.scss +65 -0
  88. package/styles/document-editor-container/icons/_material3.scss +65 -0
  89. package/styles/document-editor-container/icons/_tailwind-dark.scss +65 -0
  90. package/styles/document-editor-container/icons/_tailwind.scss +65 -0
  91. package/styles/document-editor-container/material-dark.css +65 -0
  92. package/styles/document-editor-container/material.css +65 -0
  93. package/styles/document-editor-container/tailwind-dark.css +65 -0
  94. package/styles/document-editor-container/tailwind.css +65 -0
  95. package/styles/fabric-dark.css +127 -0
  96. package/styles/fabric.css +127 -0
  97. package/styles/fluent-dark.css +126 -0
  98. package/styles/fluent.css +126 -0
  99. package/styles/highcontrast-light.css +112 -0
  100. package/styles/highcontrast.css +126 -0
  101. package/styles/material-dark.css +126 -0
  102. package/styles/material.css +126 -0
  103. package/styles/tailwind-dark.css +126 -0
  104. package/styles/tailwind.css +126 -0
@@ -302,6 +302,45 @@
302
302
  top: 4px;
303
303
  }
304
304
 
305
+ .e-de-columns-presets-genral {
306
+ height: 62px;
307
+ width: 62px;
308
+ margin-right: 33px;
309
+ margin-bottom: 12px;
310
+ }
311
+
312
+ .e-de-columns-padding-alignment {
313
+ padding-top: 24px;
314
+ }
315
+
316
+ .e-de-column-dlg-preview-div {
317
+ border: 1px solid rgba(0, 0, 0, 0.26);
318
+ height: 120px;
319
+ width: 120px;
320
+ }
321
+
322
+ .e-de-padding-col-prev {
323
+ padding-left: 15px;
324
+ }
325
+
326
+ .e-width-space-div {
327
+ width: 320px;
328
+ }
329
+
330
+ .e-de-columns-presets-genral.e-de-rtl {
331
+ margin-left: 33px;
332
+ }
333
+
334
+ .e-de-padding-col-prev.e-de-rtl {
335
+ padding-right: 15px;
336
+ }
337
+
338
+ .e-de-column-dlg-preview-div.e-de-rtl {
339
+ border: 1px solid rgba(0, 0, 0, 0.26);
340
+ height: 120px;
341
+ width: 120px;
342
+ }
343
+
305
344
  .e-de-acceptchange::before {
306
345
  content: "\e19f";
307
346
  font-family: "e-icons";
@@ -566,6 +605,14 @@
566
605
  content: "\e91f";
567
606
  }
568
607
 
608
+ .e-de-preset-container {
609
+ width: 95px;
610
+ }
611
+
612
+ .e-de-preset-container.e-de-rtl {
613
+ width: 85px;
614
+ }
615
+
569
616
  .e-de-dlg-container {
570
617
  padding-bottom: 12px;
571
618
  }
@@ -747,6 +794,20 @@
747
794
  background-color: #fff;
748
795
  }
749
796
 
797
+ .e-de-column-label {
798
+ font-size: 12px;
799
+ font-weight: normal;
800
+ padding-left: 20px;
801
+ padding-right: 20px;
802
+ }
803
+
804
+ .e-de-column-label.e-de-rtl {
805
+ font-size: 12px;
806
+ font-weight: normal;
807
+ padding-left: 50px;
808
+ padding-right: 50px;
809
+ }
810
+
750
811
  .e-de-ff-sub-header {
751
812
  display: block;
752
813
  font-size: 12px;
@@ -4148,6 +4209,71 @@ label[for*=_wholeWord_e-de-rtl] {
4148
4209
  font-family: "e-icons";
4149
4210
  }
4150
4211
 
4212
+ .e-de-ctnr-columns::before {
4213
+ content: "\e955";
4214
+ font-family: "e-icons";
4215
+ }
4216
+
4217
+ .e-de-ctnr-page-size::before {
4218
+ content: "\e952";
4219
+ font-family: "e-icons";
4220
+ }
4221
+
4222
+ .e-de-ctnr-page-break-column::before {
4223
+ content: "\e970";
4224
+ font-family: "e-icons";
4225
+ }
4226
+
4227
+ .e-de-ctnr-page-break-text-wrapping::before {
4228
+ content: "\e972";
4229
+ font-family: "e-icons";
4230
+ }
4231
+
4232
+ .e-de-ctnr-section-break-continuous::before {
4233
+ content: "\e971";
4234
+ font-family: "e-icons";
4235
+ }
4236
+
4237
+ .e-de-ctnr-section-break-even-page::before {
4238
+ content: "\e96e";
4239
+ font-family: "e-icons";
4240
+ }
4241
+
4242
+ .e-de-ctnr-section-break-odd-page::before {
4243
+ content: "\e96f";
4244
+ font-family: "e-icons";
4245
+ }
4246
+
4247
+ .e-de-ctnr-columns-one::before {
4248
+ content: "\e976";
4249
+ font-family: "e-icons";
4250
+ font-size: 60px;
4251
+ }
4252
+
4253
+ .e-de-ctnr-columns-two::before {
4254
+ content: "\e978";
4255
+ font-family: "e-icons";
4256
+ font-size: 60px;
4257
+ }
4258
+
4259
+ .e-de-ctnr-columns-three::before {
4260
+ content: "\e979";
4261
+ font-family: "e-icons";
4262
+ font-size: 60px;
4263
+ }
4264
+
4265
+ .e-de-ctnr-columns-right::before {
4266
+ content: "\e973";
4267
+ font-family: "e-icons";
4268
+ font-size: 60px;
4269
+ }
4270
+
4271
+ .e-de-ctnr-columns-left::before {
4272
+ content: "\e975";
4273
+ font-family: "e-icons";
4274
+ font-size: 60px;
4275
+ }
4276
+
4151
4277
  .e-de-toolbar {
4152
4278
  height: 100%;
4153
4279
  }
@@ -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 #d1d5db;
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 #d1d5db;
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: #4b5563;
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
  }
@@ -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
  }