@syncfusion/ej2-react-documenteditor 20.3.59 → 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.
- package/CHANGELOG.md +144 -225
- package/diConfig.json +2 -1
- package/dist/ej2-react-documenteditor.min.js +1 -1
- package/dist/ej2-react-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +126 -0
- package/styles/bootstrap.css +126 -0
- package/styles/bootstrap4.css +126 -0
- package/styles/bootstrap5-dark.css +126 -0
- package/styles/bootstrap5.css +126 -0
- package/styles/document-editor/bootstrap-dark.css +61 -0
- package/styles/document-editor/bootstrap.css +61 -0
- package/styles/document-editor/bootstrap4.css +61 -0
- package/styles/document-editor/bootstrap5-dark.css +61 -0
- package/styles/document-editor/bootstrap5.css +61 -0
- package/styles/document-editor/fabric-dark.css +61 -0
- package/styles/document-editor/fabric.css +61 -0
- package/styles/document-editor/fluent-dark.css +61 -0
- package/styles/document-editor/fluent.css +61 -0
- package/styles/document-editor/highcontrast-light.css +47 -0
- package/styles/document-editor/highcontrast.css +61 -0
- package/styles/document-editor/material-dark.css +61 -0
- package/styles/document-editor/material.css +61 -0
- package/styles/document-editor/tailwind-dark.css +61 -0
- package/styles/document-editor/tailwind.css +61 -0
- package/styles/document-editor-container/bootstrap-dark.css +65 -0
- package/styles/document-editor-container/bootstrap.css +65 -0
- package/styles/document-editor-container/bootstrap4.css +65 -0
- package/styles/document-editor-container/bootstrap5-dark.css +65 -0
- package/styles/document-editor-container/bootstrap5.css +65 -0
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fluent-dark.css +65 -0
- package/styles/document-editor-container/fluent.css +65 -0
- package/styles/document-editor-container/highcontrast-light.css +65 -0
- package/styles/document-editor-container/highcontrast.css +65 -0
- package/styles/document-editor-container/material-dark.css +65 -0
- package/styles/document-editor-container/material.css +65 -0
- package/styles/document-editor-container/tailwind-dark.css +65 -0
- package/styles/document-editor-container/tailwind.css +65 -0
- package/styles/fabric-dark.css +127 -0
- package/styles/fabric.css +127 -0
- package/styles/fluent-dark.css +126 -0
- package/styles/fluent.css +126 -0
- package/styles/highcontrast-light.css +112 -0
- package/styles/highcontrast.css +126 -0
- package/styles/material-dark.css +126 -0
- package/styles/material.css +126 -0
- package/styles/tailwind-dark.css +126 -0
- package/styles/tailwind.css +126 -0
package/styles/tailwind-dark.css
CHANGED
|
@@ -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
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -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
|
}
|