@syncfusion/ej2-react-documenteditor 20.3.60 → 20.4.38

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 (50) hide show
  1. package/CHANGELOG.md +144 -234
  2. package/diConfig.json +2 -1
  3. package/dist/ej2-react-documenteditor.min.js +1 -1
  4. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +126 -0
  7. package/styles/bootstrap.css +126 -0
  8. package/styles/bootstrap4.css +126 -0
  9. package/styles/bootstrap5-dark.css +126 -0
  10. package/styles/bootstrap5.css +126 -0
  11. package/styles/document-editor/bootstrap-dark.css +61 -0
  12. package/styles/document-editor/bootstrap.css +61 -0
  13. package/styles/document-editor/bootstrap4.css +61 -0
  14. package/styles/document-editor/bootstrap5-dark.css +61 -0
  15. package/styles/document-editor/bootstrap5.css +61 -0
  16. package/styles/document-editor/fabric-dark.css +61 -0
  17. package/styles/document-editor/fabric.css +61 -0
  18. package/styles/document-editor/fluent-dark.css +61 -0
  19. package/styles/document-editor/fluent.css +61 -0
  20. package/styles/document-editor/highcontrast-light.css +47 -0
  21. package/styles/document-editor/highcontrast.css +61 -0
  22. package/styles/document-editor/material-dark.css +61 -0
  23. package/styles/document-editor/material.css +61 -0
  24. package/styles/document-editor/tailwind-dark.css +61 -0
  25. package/styles/document-editor/tailwind.css +61 -0
  26. package/styles/document-editor-container/bootstrap-dark.css +65 -0
  27. package/styles/document-editor-container/bootstrap.css +65 -0
  28. package/styles/document-editor-container/bootstrap4.css +65 -0
  29. package/styles/document-editor-container/bootstrap5-dark.css +65 -0
  30. package/styles/document-editor-container/bootstrap5.css +65 -0
  31. package/styles/document-editor-container/fabric-dark.css +66 -0
  32. package/styles/document-editor-container/fabric.css +66 -0
  33. package/styles/document-editor-container/fluent-dark.css +65 -0
  34. package/styles/document-editor-container/fluent.css +65 -0
  35. package/styles/document-editor-container/highcontrast-light.css +65 -0
  36. package/styles/document-editor-container/highcontrast.css +65 -0
  37. package/styles/document-editor-container/material-dark.css +65 -0
  38. package/styles/document-editor-container/material.css +65 -0
  39. package/styles/document-editor-container/tailwind-dark.css +65 -0
  40. package/styles/document-editor-container/tailwind.css +65 -0
  41. package/styles/fabric-dark.css +127 -0
  42. package/styles/fabric.css +127 -0
  43. package/styles/fluent-dark.css +126 -0
  44. package/styles/fluent.css +126 -0
  45. package/styles/highcontrast-light.css +112 -0
  46. package/styles/highcontrast.css +126 -0
  47. package/styles/material-dark.css +126 -0
  48. package/styles/material.css +126 -0
  49. package/styles/tailwind-dark.css +126 -0
  50. package/styles/tailwind.css +126 -0
@@ -399,6 +399,71 @@
399
399
  font-family: "e-icons";
400
400
  }
401
401
 
402
+ .e-de-ctnr-columns::before {
403
+ content: "\e955";
404
+ font-family: "e-icons";
405
+ }
406
+
407
+ .e-de-ctnr-page-size::before {
408
+ content: "\e952";
409
+ font-family: "e-icons";
410
+ }
411
+
412
+ .e-de-ctnr-page-break-column::before {
413
+ content: "\e980";
414
+ font-family: "e-icons";
415
+ }
416
+
417
+ .e-de-ctnr-page-break-text-wrapping::before {
418
+ content: "\e982";
419
+ font-family: "e-icons";
420
+ }
421
+
422
+ .e-de-ctnr-section-break-continuous::before {
423
+ content: "\e981";
424
+ font-family: "e-icons";
425
+ }
426
+
427
+ .e-de-ctnr-section-break-even-page::before {
428
+ content: "\e97e";
429
+ font-family: "e-icons";
430
+ }
431
+
432
+ .e-de-ctnr-section-break-odd-page::before {
433
+ content: "\e97f";
434
+ font-family: "e-icons";
435
+ }
436
+
437
+ .e-de-ctnr-columns-one::before {
438
+ content: "\e986";
439
+ font-family: "e-icons";
440
+ font-size: 60px;
441
+ }
442
+
443
+ .e-de-ctnr-columns-two::before {
444
+ content: "\e987";
445
+ font-family: "e-icons";
446
+ font-size: 60px;
447
+ }
448
+
449
+ .e-de-ctnr-columns-three::before {
450
+ content: "\e989";
451
+ font-family: "e-icons";
452
+ font-size: 60px;
453
+ }
454
+
455
+ .e-de-ctnr-columns-right::before {
456
+ content: "\e983";
457
+ font-family: "e-icons";
458
+ font-size: 60px;
459
+ }
460
+
461
+ .e-de-ctnr-columns-left::before {
462
+ content: "\e985";
463
+ font-family: "e-icons";
464
+ font-size: 60px;
465
+ }
466
+
402
467
  .e-de-toolbar {
403
468
  height: 100%;
404
469
  }
@@ -399,6 +399,71 @@
399
399
  font-family: "e-icons";
400
400
  }
401
401
 
402
+ .e-de-ctnr-columns::before {
403
+ content: "\e955";
404
+ font-family: "e-icons";
405
+ }
406
+
407
+ .e-de-ctnr-page-size::before {
408
+ content: "\e952";
409
+ font-family: "e-icons";
410
+ }
411
+
412
+ .e-de-ctnr-page-break-column::before {
413
+ content: "\e970";
414
+ font-family: "e-icons";
415
+ }
416
+
417
+ .e-de-ctnr-page-break-text-wrapping::before {
418
+ content: "\e972";
419
+ font-family: "e-icons";
420
+ }
421
+
422
+ .e-de-ctnr-section-break-continuous::before {
423
+ content: "\e971";
424
+ font-family: "e-icons";
425
+ }
426
+
427
+ .e-de-ctnr-section-break-even-page::before {
428
+ content: "\e96e";
429
+ font-family: "e-icons";
430
+ }
431
+
432
+ .e-de-ctnr-section-break-odd-page::before {
433
+ content: "\e96f";
434
+ font-family: "e-icons";
435
+ }
436
+
437
+ .e-de-ctnr-columns-one::before {
438
+ content: "\e975";
439
+ font-family: "e-icons";
440
+ font-size: 60px;
441
+ }
442
+
443
+ .e-de-ctnr-columns-two::before {
444
+ content: "\e976";
445
+ font-family: "e-icons";
446
+ font-size: 60px;
447
+ }
448
+
449
+ .e-de-ctnr-columns-three::before {
450
+ content: "\e977";
451
+ font-family: "e-icons";
452
+ font-size: 60px;
453
+ }
454
+
455
+ .e-de-ctnr-columns-right::before {
456
+ content: "\e973";
457
+ font-family: "e-icons";
458
+ font-size: 60px;
459
+ }
460
+
461
+ .e-de-ctnr-columns-left::before {
462
+ content: "\e974";
463
+ font-family: "e-icons";
464
+ font-size: 60px;
465
+ }
466
+
402
467
  .e-de-toolbar {
403
468
  height: 100%;
404
469
  }
@@ -425,6 +425,71 @@
425
425
  font-family: "e-icons";
426
426
  }
427
427
 
428
+ .e-de-ctnr-columns::before {
429
+ content: "\e8b4";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-size::before {
434
+ content: "\e89a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-page-break-column::before {
439
+ content: "\e8b6";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-page-break-text-wrapping::before {
444
+ content: "\e89d";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-continuous::before {
449
+ content: "\e8b5";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-section-break-even-page::before {
454
+ content: "\e8b2";
455
+ font-family: "e-icons";
456
+ }
457
+
458
+ .e-de-ctnr-section-break-odd-page::before {
459
+ content: "\e8b3";
460
+ font-family: "e-icons";
461
+ }
462
+
463
+ .e-de-ctnr-columns-one::before {
464
+ content: "\e8b9";
465
+ font-family: "e-icons";
466
+ font-size: 60px;
467
+ }
468
+
469
+ .e-de-ctnr-columns-two::before {
470
+ content: "\e8ba";
471
+ font-family: "e-icons";
472
+ font-size: 60px;
473
+ }
474
+
475
+ .e-de-ctnr-columns-three::before {
476
+ content: "\e8bb";
477
+ font-family: "e-icons";
478
+ font-size: 60px;
479
+ }
480
+
481
+ .e-de-ctnr-columns-right::before {
482
+ content: "\e8b7";
483
+ font-family: "e-icons";
484
+ font-size: 60px;
485
+ }
486
+
487
+ .e-de-ctnr-columns-left::before {
488
+ content: "\e8b8";
489
+ font-family: "e-icons";
490
+ font-size: 60px;
491
+ }
492
+
428
493
  .e-de-toolbar {
429
494
  height: 100%;
430
495
  }
@@ -425,6 +425,71 @@
425
425
  font-family: "e-icons";
426
426
  }
427
427
 
428
+ .e-de-ctnr-columns::before {
429
+ content: "\e8b4";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-size::before {
434
+ content: "\e89a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-page-break-column::before {
439
+ content: "\e8b6";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-page-break-text-wrapping::before {
444
+ content: "\e89d";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-continuous::before {
449
+ content: "\e8b5";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-section-break-even-page::before {
454
+ content: "\e8b2";
455
+ font-family: "e-icons";
456
+ }
457
+
458
+ .e-de-ctnr-section-break-odd-page::before {
459
+ content: "\e8b3";
460
+ font-family: "e-icons";
461
+ }
462
+
463
+ .e-de-ctnr-columns-one::before {
464
+ content: "\e8b9";
465
+ font-family: "e-icons";
466
+ font-size: 60px;
467
+ }
468
+
469
+ .e-de-ctnr-columns-two::before {
470
+ content: "\e8ba";
471
+ font-family: "e-icons";
472
+ font-size: 60px;
473
+ }
474
+
475
+ .e-de-ctnr-columns-three::before {
476
+ content: "\e8bb";
477
+ font-family: "e-icons";
478
+ font-size: 60px;
479
+ }
480
+
481
+ .e-de-ctnr-columns-right::before {
482
+ content: "\e8b7";
483
+ font-family: "e-icons";
484
+ font-size: 60px;
485
+ }
486
+
487
+ .e-de-ctnr-columns-left::before {
488
+ content: "\e8b8";
489
+ font-family: "e-icons";
490
+ font-size: 60px;
491
+ }
492
+
428
493
  .e-de-toolbar {
429
494
  height: 100%;
430
495
  }
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  .e-de-ctnr-linespacing::before {
2
3
  content: "\eb8a";
3
4
  }
@@ -399,6 +400,71 @@
399
400
  font-family: "e-icons";
400
401
  }
401
402
 
403
+ .e-de-ctnr-columns::before {
404
+ content: "\e972";
405
+ font-family: "e-icons";
406
+ }
407
+
408
+ .e-de-ctnr-page-size::before {
409
+ content: "\e947";
410
+ font-family: "e-icons";
411
+ }
412
+
413
+ .e-de-ctnr-page-break-column::before {
414
+ content: "\e973";
415
+ font-family: "e-icons";
416
+ }
417
+
418
+ .e-de-ctnr-page-break-text-wrapping::before {
419
+ content: "\e94a";
420
+ font-family: "e-icons";
421
+ }
422
+
423
+ .e-de-ctnr-section-break-continuous::before {
424
+ content: "󩝔";
425
+ font-family: "e-icons";
426
+ }
427
+
428
+ .e-de-ctnr-section-break-even-page::before {
429
+ content: "\e970";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-section-break-odd-page::before {
434
+ content: "\e971";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-columns-one::before {
439
+ content: "\e979";
440
+ font-family: "e-icons";
441
+ font-size: 60px;
442
+ }
443
+
444
+ .e-de-ctnr-columns-two::before {
445
+ content: "\e97a";
446
+ font-family: "e-icons";
447
+ font-size: 60px;
448
+ }
449
+
450
+ .e-de-ctnr-columns-three::before {
451
+ content: "\e97b";
452
+ font-family: "e-icons";
453
+ font-size: 60px;
454
+ }
455
+
456
+ .e-de-ctnr-columns-right::before {
457
+ content: "\e977";
458
+ font-family: "e-icons";
459
+ font-size: 60px;
460
+ }
461
+
462
+ .e-de-ctnr-columns-left::before {
463
+ content: "\e978";
464
+ font-family: "e-icons";
465
+ font-size: 60px;
466
+ }
467
+
402
468
  .e-de-toolbar {
403
469
  height: 100%;
404
470
  }
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  .e-de-ctnr-linespacing::before {
2
3
  content: "\eb8a";
3
4
  }
@@ -399,6 +400,71 @@
399
400
  font-family: "e-icons";
400
401
  }
401
402
 
403
+ .e-de-ctnr-columns::before {
404
+ content: "\e972";
405
+ font-family: "e-icons";
406
+ }
407
+
408
+ .e-de-ctnr-page-size::before {
409
+ content: "\e947";
410
+ font-family: "e-icons";
411
+ }
412
+
413
+ .e-de-ctnr-page-break-column::before {
414
+ content: "\e973";
415
+ font-family: "e-icons";
416
+ }
417
+
418
+ .e-de-ctnr-page-break-text-wrapping::before {
419
+ content: "\e94a";
420
+ font-family: "e-icons";
421
+ }
422
+
423
+ .e-de-ctnr-section-break-continuous::before {
424
+ content: "󩝔";
425
+ font-family: "e-icons";
426
+ }
427
+
428
+ .e-de-ctnr-section-break-even-page::before {
429
+ content: "\e970";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-section-break-odd-page::before {
434
+ content: "\e971";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-columns-one::before {
439
+ content: "\e979";
440
+ font-family: "e-icons";
441
+ font-size: 60px;
442
+ }
443
+
444
+ .e-de-ctnr-columns-two::before {
445
+ content: "\e97a";
446
+ font-family: "e-icons";
447
+ font-size: 60px;
448
+ }
449
+
450
+ .e-de-ctnr-columns-three::before {
451
+ content: "\e97b";
452
+ font-family: "e-icons";
453
+ font-size: 60px;
454
+ }
455
+
456
+ .e-de-ctnr-columns-right::before {
457
+ content: "\e977";
458
+ font-family: "e-icons";
459
+ font-size: 60px;
460
+ }
461
+
462
+ .e-de-ctnr-columns-left::before {
463
+ content: "\e978";
464
+ font-family: "e-icons";
465
+ font-size: 60px;
466
+ }
467
+
402
468
  .e-de-toolbar {
403
469
  height: 100%;
404
470
  }
@@ -425,6 +425,71 @@
425
425
  font-family: "e-icons";
426
426
  }
427
427
 
428
+ .e-de-ctnr-columns::before {
429
+ content: "\e8b4";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-size::before {
434
+ content: "\e89a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-page-break-column::before {
439
+ content: "\e8b6";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-page-break-text-wrapping::before {
444
+ content: "\e89d";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-continuous::before {
449
+ content: "\e8b5";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-section-break-even-page::before {
454
+ content: "\e8b2";
455
+ font-family: "e-icons";
456
+ }
457
+
458
+ .e-de-ctnr-section-break-odd-page::before {
459
+ content: "\e8b3";
460
+ font-family: "e-icons";
461
+ }
462
+
463
+ .e-de-ctnr-columns-one::before {
464
+ content: "\e8b9";
465
+ font-family: "e-icons";
466
+ font-size: 60px;
467
+ }
468
+
469
+ .e-de-ctnr-columns-two::before {
470
+ content: "\e8ba";
471
+ font-family: "e-icons";
472
+ font-size: 60px;
473
+ }
474
+
475
+ .e-de-ctnr-columns-three::before {
476
+ content: "\e8bb";
477
+ font-family: "e-icons";
478
+ font-size: 60px;
479
+ }
480
+
481
+ .e-de-ctnr-columns-right::before {
482
+ content: "\e8b7";
483
+ font-family: "e-icons";
484
+ font-size: 60px;
485
+ }
486
+
487
+ .e-de-ctnr-columns-left::before {
488
+ content: "\e8b8";
489
+ font-family: "e-icons";
490
+ font-size: 60px;
491
+ }
492
+
428
493
  .e-de-toolbar {
429
494
  height: 100%;
430
495
  }
@@ -425,6 +425,71 @@
425
425
  font-family: "e-icons";
426
426
  }
427
427
 
428
+ .e-de-ctnr-columns::before {
429
+ content: "\e8b4";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-size::before {
434
+ content: "\e89a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-page-break-column::before {
439
+ content: "\e8b6";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-page-break-text-wrapping::before {
444
+ content: "\e89d";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-continuous::before {
449
+ content: "\e8b5";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-section-break-even-page::before {
454
+ content: "\e8b2";
455
+ font-family: "e-icons";
456
+ }
457
+
458
+ .e-de-ctnr-section-break-odd-page::before {
459
+ content: "\e8b3";
460
+ font-family: "e-icons";
461
+ }
462
+
463
+ .e-de-ctnr-columns-one::before {
464
+ content: "\e8b9";
465
+ font-family: "e-icons";
466
+ font-size: 60px;
467
+ }
468
+
469
+ .e-de-ctnr-columns-two::before {
470
+ content: "\e8ba";
471
+ font-family: "e-icons";
472
+ font-size: 60px;
473
+ }
474
+
475
+ .e-de-ctnr-columns-three::before {
476
+ content: "\e8bb";
477
+ font-family: "e-icons";
478
+ font-size: 60px;
479
+ }
480
+
481
+ .e-de-ctnr-columns-right::before {
482
+ content: "\e8b7";
483
+ font-family: "e-icons";
484
+ font-size: 60px;
485
+ }
486
+
487
+ .e-de-ctnr-columns-left::before {
488
+ content: "\e8b8";
489
+ font-family: "e-icons";
490
+ font-size: 60px;
491
+ }
492
+
428
493
  .e-de-toolbar {
429
494
  height: 100%;
430
495
  }
@@ -2437,6 +2437,71 @@ label[for=container_wholeWord] {
2437
2437
  font-family: "e-icons";
2438
2438
  }
2439
2439
 
2440
+ .e-de-ctnr-columns::before {
2441
+ content: "\e968";
2442
+ font-family: "e-icons";
2443
+ }
2444
+
2445
+ .e-de-ctnr-page-size::before {
2446
+ content: "\e947";
2447
+ font-family: "e-icons";
2448
+ }
2449
+
2450
+ .e-de-ctnr-page-break-column::before {
2451
+ content: "\e970";
2452
+ font-family: "e-icons";
2453
+ }
2454
+
2455
+ .e-de-ctnr-page-break-text-wrapping::before {
2456
+ content: "\e94a";
2457
+ font-family: "e-icons";
2458
+ }
2459
+
2460
+ .e-de-ctnr-section-break-continuous::before {
2461
+ content: "\e971";
2462
+ font-family: "e-icons";
2463
+ }
2464
+
2465
+ .e-de-ctnr-section-break-even-page::before {
2466
+ content: "\e964";
2467
+ font-family: "e-icons";
2468
+ }
2469
+
2470
+ .e-de-ctnr-section-break-odd-page::before {
2471
+ content: "\e967";
2472
+ font-family: "e-icons";
2473
+ }
2474
+
2475
+ .e-de-ctnr-columns-one::before {
2476
+ content: "\e977";
2477
+ font-family: "e-icons";
2478
+ font-size: 60px;
2479
+ }
2480
+
2481
+ .e-de-ctnr-columns-two::before {
2482
+ content: "\e978";
2483
+ font-family: "e-icons";
2484
+ font-size: 60px;
2485
+ }
2486
+
2487
+ .e-de-ctnr-columns-three::before {
2488
+ content: "\e979";
2489
+ font-family: "e-icons";
2490
+ font-size: 60px;
2491
+ }
2492
+
2493
+ .e-de-ctnr-columns-right::before {
2494
+ content: "\e974";
2495
+ font-family: "e-icons";
2496
+ font-size: 60px;
2497
+ }
2498
+
2499
+ .e-de-ctnr-columns-left::before {
2500
+ content: "\e975";
2501
+ font-family: "e-icons";
2502
+ font-size: 60px;
2503
+ }
2504
+
2440
2505
  .e-de-toolbar {
2441
2506
  height: 100%;
2442
2507
  }