@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35-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.
- package/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +553 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3267 -0
- package/dist/ej2-angular-documenteditor.umd.js +1238 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +64 -21
- package/styles/bootstrap.css +60 -17
- package/styles/bootstrap4.css +74 -28
- package/styles/bootstrap5-dark.css +84 -37
- package/styles/bootstrap5.css +84 -37
- package/styles/document-editor/bootstrap-dark.css +6 -2
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +6 -2
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +8 -4
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +25 -17
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +25 -17
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +6 -2
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +6 -2
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +40 -27
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +40 -27
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +4 -0
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +6 -2
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +6 -2
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +6 -2
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +22 -17
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +25 -17
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +58 -19
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +54 -15
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +66 -24
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +59 -20
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +59 -20
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +58 -19
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +58 -19
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +63 -27
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +63 -27
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +58 -19
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +58 -19
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +58 -19
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +57 -18
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +58 -19
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +58 -19
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +64 -21
- package/styles/fabric.css +64 -21
- package/styles/fluent-dark.css +103 -54
- package/styles/fluent.css +103 -54
- package/styles/highcontrast-light.css +62 -19
- package/styles/highcontrast.css +64 -21
- package/styles/material-dark.css +64 -21
- package/styles/material.css +63 -20
- package/styles/tailwind-dark.css +80 -36
- package/styles/tailwind.css +83 -36
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -547
- package/styles/document-editor/_bootstrap-definition.scss +0 -546
- package/styles/document-editor/_bootstrap4-definition.scss +0 -559
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -560
- package/styles/document-editor/_fabric-dark-definition.scss +0 -549
- package/styles/document-editor/_fabric-definition.scss +0 -548
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -569
- package/styles/document-editor/_fusionnew-definition.scss +0 -560
- package/styles/document-editor/_highcontrast-definition.scss +0 -548
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -565
- package/styles/document-editor/_material-definition.scss +0 -565
- package/styles/document-editor/_material3-definition.scss +0 -560
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -557
- package/styles/document-editor/_theme.scss +0 -3404
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -654
- package/styles/document-editor/icons/_bootstrap.scss +0 -654
- package/styles/document-editor/icons/_bootstrap4.scss +0 -639
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -689
- package/styles/document-editor/icons/_fabric-dark.scss +0 -654
- package/styles/document-editor/icons/_fabric.scss +0 -654
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -687
- package/styles/document-editor/icons/_fusionnew.scss +0 -689
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -659
- package/styles/document-editor/icons/_highcontrast.scss +0 -654
- package/styles/document-editor/icons/_material-dark.scss +0 -647
- package/styles/document-editor/icons/_material.scss +0 -647
- package/styles/document-editor/icons/_material3.scss +0 -689
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -689
- package/styles/document-editor/icons/_tailwind.scss +0 -689
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2005
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -494
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -468
- package/styles/document-editor-container/icons/_fabric.scss +0 -467
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -493
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -493
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -467
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -467
- package/styles/document-editor-container/icons/_material-dark.scss +0 -469
- package/styles/document-editor-container/icons/_material.scss +0 -469
- package/styles/document-editor-container/icons/_material3.scss +0 -493
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -493
- package/styles/document-editor-container/icons/_tailwind.scss +0 -493
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -463,31 +463,31 @@
|
|
|
463
463
|
.e-de-ctnr-columns-one::before {
|
|
464
464
|
content: "\e8b9";
|
|
465
465
|
font-family: "e-icons";
|
|
466
|
-
font-size:
|
|
466
|
+
font-size: 68px;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.e-de-ctnr-columns-two::before {
|
|
470
470
|
content: "\e8ba";
|
|
471
471
|
font-family: "e-icons";
|
|
472
|
-
font-size:
|
|
472
|
+
font-size: 68px;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
.e-de-ctnr-columns-three::before {
|
|
476
476
|
content: "\e8bb";
|
|
477
477
|
font-family: "e-icons";
|
|
478
|
-
font-size:
|
|
478
|
+
font-size: 68px;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
.e-de-ctnr-columns-right::before {
|
|
482
482
|
content: "\e8b7";
|
|
483
483
|
font-family: "e-icons";
|
|
484
|
-
font-size:
|
|
484
|
+
font-size: 68px;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.e-de-ctnr-columns-left::before {
|
|
488
488
|
content: "\e8b8";
|
|
489
489
|
font-family: "e-icons";
|
|
490
|
-
font-size:
|
|
490
|
+
font-size: 68px;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.e-de-toolbar {
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
.e-de-statusbar-pageweb {
|
|
571
|
-
background
|
|
571
|
+
background: #201f1e;
|
|
572
572
|
border: 0;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
float: right;
|
|
@@ -592,12 +592,22 @@
|
|
|
592
592
|
font-size: 18px;
|
|
593
593
|
}
|
|
594
594
|
|
|
595
|
+
.e-listview .e-list-icon {
|
|
596
|
+
height: 24px;
|
|
597
|
+
width: 16px;
|
|
598
|
+
margin-right: 16px;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.e-de-listview-icon {
|
|
602
|
+
line-height: 22px;
|
|
603
|
+
}
|
|
604
|
+
|
|
595
605
|
.e-de-linespacing {
|
|
596
606
|
margin-top: 8px;
|
|
597
607
|
}
|
|
598
608
|
|
|
599
609
|
.e-de-statusbar-zoom {
|
|
600
|
-
background
|
|
610
|
+
background: #201f1e;
|
|
601
611
|
border: 0;
|
|
602
612
|
color: #c8c6c4;
|
|
603
613
|
float: right;
|
|
@@ -733,7 +743,7 @@
|
|
|
733
743
|
|
|
734
744
|
.e-de-tool-ctnr-properties-pane,
|
|
735
745
|
.e-de-ctnr-properties-pane {
|
|
736
|
-
background
|
|
746
|
+
background: #201f1e;
|
|
737
747
|
border-bottom: 1px solid #292827;
|
|
738
748
|
border-top: 1px solid #292827;
|
|
739
749
|
}
|
|
@@ -881,7 +891,7 @@
|
|
|
881
891
|
margin: 0 12px;
|
|
882
892
|
}
|
|
883
893
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
884
|
-
margin-left: 8px;
|
|
894
|
+
margin-left: 8px !important;
|
|
885
895
|
margin-right: 4px;
|
|
886
896
|
}
|
|
887
897
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -897,20 +907,23 @@
|
|
|
897
907
|
}
|
|
898
908
|
|
|
899
909
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
910
|
+
-ms-flex-direction: column;
|
|
911
|
+
flex-direction: column;
|
|
912
|
+
height: calc(100% - 10px);
|
|
900
913
|
padding: 0;
|
|
901
|
-
padding-bottom:
|
|
914
|
+
padding-bottom: 8px;
|
|
902
915
|
}
|
|
903
916
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
904
917
|
padding: 0;
|
|
905
|
-
padding-bottom:
|
|
918
|
+
padding-bottom: 8px;
|
|
906
919
|
}
|
|
907
920
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
908
921
|
padding: 0;
|
|
909
|
-
padding-bottom:
|
|
922
|
+
padding-bottom: 8px;
|
|
910
923
|
}
|
|
911
924
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
912
925
|
padding: 0;
|
|
913
|
-
padding-bottom:
|
|
926
|
+
padding-bottom: 8px;
|
|
914
927
|
}
|
|
915
928
|
|
|
916
929
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -939,7 +952,7 @@
|
|
|
939
952
|
}
|
|
940
953
|
|
|
941
954
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
942
|
-
background
|
|
955
|
+
background: #252423;
|
|
943
956
|
border-radius: 0;
|
|
944
957
|
box-shadow: none;
|
|
945
958
|
color: #0078d4;
|
|
@@ -981,6 +994,7 @@
|
|
|
981
994
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
982
995
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
983
996
|
padding: 0 !important;
|
|
997
|
+
min-height: 16px;
|
|
984
998
|
}
|
|
985
999
|
|
|
986
1000
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1092,7 +1106,7 @@
|
|
|
1092
1106
|
}
|
|
1093
1107
|
|
|
1094
1108
|
.e-bigger .e-de-panel-right-width {
|
|
1095
|
-
width:
|
|
1109
|
+
width: 96px;
|
|
1096
1110
|
}
|
|
1097
1111
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1098
1112
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -1346,8 +1360,8 @@
|
|
|
1346
1360
|
border: 1px solid #292827;
|
|
1347
1361
|
color: #c8c6c4;
|
|
1348
1362
|
height: 129px;
|
|
1349
|
-
margin-left: 78px;
|
|
1350
1363
|
width: 94px;
|
|
1364
|
+
margin-left: 78px;
|
|
1351
1365
|
}
|
|
1352
1366
|
|
|
1353
1367
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1402,7 +1416,7 @@
|
|
|
1402
1416
|
}
|
|
1403
1417
|
|
|
1404
1418
|
.e-de-status-bar {
|
|
1405
|
-
background
|
|
1419
|
+
background: #201f1e;
|
|
1406
1420
|
display: -ms-flexbox;
|
|
1407
1421
|
display: flex;
|
|
1408
1422
|
padding-top: 4px;
|
|
@@ -1535,8 +1549,8 @@
|
|
|
1535
1549
|
}
|
|
1536
1550
|
|
|
1537
1551
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1538
|
-
height: 38px;
|
|
1539
1552
|
width: 38px;
|
|
1553
|
+
height: 38px;
|
|
1540
1554
|
}
|
|
1541
1555
|
|
|
1542
1556
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1548,6 +1562,15 @@
|
|
|
1548
1562
|
width: 70px;
|
|
1549
1563
|
}
|
|
1550
1564
|
|
|
1565
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1566
|
+
height: 24px;
|
|
1567
|
+
width: 16px;
|
|
1568
|
+
margin-left: 16px;
|
|
1569
|
+
}
|
|
1570
|
+
.e-rtl .e-de-listview-icon {
|
|
1571
|
+
line-height: 22px;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1551
1574
|
.e-bigger .de-split-button > div:first-child {
|
|
1552
1575
|
margin-right: 0;
|
|
1553
1576
|
}
|
|
@@ -1660,7 +1683,7 @@
|
|
|
1660
1683
|
margin: 0 14px;
|
|
1661
1684
|
}
|
|
1662
1685
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1663
|
-
margin-left: 10px;
|
|
1686
|
+
margin-left: 10px !important;
|
|
1664
1687
|
margin-right: 6px;
|
|
1665
1688
|
}
|
|
1666
1689
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1677,22 +1700,22 @@
|
|
|
1677
1700
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1678
1701
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1679
1702
|
padding: 0;
|
|
1680
|
-
padding-bottom:
|
|
1703
|
+
padding-bottom: 8px;
|
|
1681
1704
|
}
|
|
1682
1705
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1683
1706
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1684
1707
|
padding: 0;
|
|
1685
|
-
padding-bottom:
|
|
1708
|
+
padding-bottom: 8px;
|
|
1686
1709
|
}
|
|
1687
1710
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1688
1711
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1689
1712
|
padding: 0;
|
|
1690
|
-
padding-bottom:
|
|
1713
|
+
padding-bottom: 8px;
|
|
1691
1714
|
}
|
|
1692
1715
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1693
1716
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1694
1717
|
padding: 0;
|
|
1695
|
-
padding-bottom:
|
|
1718
|
+
padding-bottom: 8px;
|
|
1696
1719
|
}
|
|
1697
1720
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1698
1721
|
padding: 0 !important;
|
|
@@ -1708,7 +1731,7 @@
|
|
|
1708
1731
|
width: 75px;
|
|
1709
1732
|
}
|
|
1710
1733
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1711
|
-
background
|
|
1734
|
+
background: #252423;
|
|
1712
1735
|
border-radius: 0;
|
|
1713
1736
|
box-shadow: none;
|
|
1714
1737
|
min-height: 100%;
|
|
@@ -1892,6 +1915,22 @@
|
|
|
1892
1915
|
height: 0;
|
|
1893
1916
|
line-height: 0.5;
|
|
1894
1917
|
}
|
|
1918
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1919
|
+
height: 24px;
|
|
1920
|
+
width: 16px;
|
|
1921
|
+
margin-right: 20px;
|
|
1922
|
+
}
|
|
1923
|
+
.e-bigger .e-de-listview-icon {
|
|
1924
|
+
line-height: 22px;
|
|
1925
|
+
}
|
|
1926
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1927
|
+
height: 24px;
|
|
1928
|
+
width: 16px;
|
|
1929
|
+
margin-left: 20px;
|
|
1930
|
+
}
|
|
1931
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1932
|
+
line-height: 22px;
|
|
1933
|
+
}
|
|
1895
1934
|
|
|
1896
1935
|
.e-de-ctn .e-de-bzr-button {
|
|
1897
1936
|
font-size: 12px;
|
|
@@ -1949,9 +1988,6 @@
|
|
|
1949
1988
|
padding-top: 0 !important;
|
|
1950
1989
|
}
|
|
1951
1990
|
|
|
1952
|
-
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
1953
|
-
font-size: 16px;
|
|
1954
|
-
}
|
|
1955
1991
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1956
1992
|
font-size: 18px;
|
|
1957
1993
|
padding-bottom: 4px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fluent-dark-definition.scss';
|
|
3
|
-
@import 'fluent-dark-definition.scss';
|
|
4
|
-
@import 'icons/fluent-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
|
|
@@ -463,31 +463,31 @@
|
|
|
463
463
|
.e-de-ctnr-columns-one::before {
|
|
464
464
|
content: "\e8b9";
|
|
465
465
|
font-family: "e-icons";
|
|
466
|
-
font-size:
|
|
466
|
+
font-size: 68px;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.e-de-ctnr-columns-two::before {
|
|
470
470
|
content: "\e8ba";
|
|
471
471
|
font-family: "e-icons";
|
|
472
|
-
font-size:
|
|
472
|
+
font-size: 68px;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
.e-de-ctnr-columns-three::before {
|
|
476
476
|
content: "\e8bb";
|
|
477
477
|
font-family: "e-icons";
|
|
478
|
-
font-size:
|
|
478
|
+
font-size: 68px;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
.e-de-ctnr-columns-right::before {
|
|
482
482
|
content: "\e8b7";
|
|
483
483
|
font-family: "e-icons";
|
|
484
|
-
font-size:
|
|
484
|
+
font-size: 68px;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.e-de-ctnr-columns-left::before {
|
|
488
488
|
content: "\e8b8";
|
|
489
489
|
font-family: "e-icons";
|
|
490
|
-
font-size:
|
|
490
|
+
font-size: 68px;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.e-de-toolbar {
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
.e-de-statusbar-pageweb {
|
|
571
|
-
background
|
|
571
|
+
background: #faf9f8;
|
|
572
572
|
border: 0;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
float: right;
|
|
@@ -592,12 +592,22 @@
|
|
|
592
592
|
font-size: 18px;
|
|
593
593
|
}
|
|
594
594
|
|
|
595
|
+
.e-listview .e-list-icon {
|
|
596
|
+
height: 24px;
|
|
597
|
+
width: 16px;
|
|
598
|
+
margin-right: 16px;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.e-de-listview-icon {
|
|
602
|
+
line-height: 22px;
|
|
603
|
+
}
|
|
604
|
+
|
|
595
605
|
.e-de-linespacing {
|
|
596
606
|
margin-top: 8px;
|
|
597
607
|
}
|
|
598
608
|
|
|
599
609
|
.e-de-statusbar-zoom {
|
|
600
|
-
background
|
|
610
|
+
background: #faf9f8;
|
|
601
611
|
border: 0;
|
|
602
612
|
color: #3b3a39;
|
|
603
613
|
float: right;
|
|
@@ -733,7 +743,7 @@
|
|
|
733
743
|
|
|
734
744
|
.e-de-tool-ctnr-properties-pane,
|
|
735
745
|
.e-de-ctnr-properties-pane {
|
|
736
|
-
background
|
|
746
|
+
background: #faf9f8;
|
|
737
747
|
border-bottom: 1px solid #edebe9;
|
|
738
748
|
border-top: 1px solid #edebe9;
|
|
739
749
|
}
|
|
@@ -881,7 +891,7 @@
|
|
|
881
891
|
margin: 0 12px;
|
|
882
892
|
}
|
|
883
893
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
884
|
-
margin-left: 8px;
|
|
894
|
+
margin-left: 8px !important;
|
|
885
895
|
margin-right: 4px;
|
|
886
896
|
}
|
|
887
897
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -897,20 +907,23 @@
|
|
|
897
907
|
}
|
|
898
908
|
|
|
899
909
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
910
|
+
-ms-flex-direction: column;
|
|
911
|
+
flex-direction: column;
|
|
912
|
+
height: calc(100% - 10px);
|
|
900
913
|
padding: 0;
|
|
901
|
-
padding-bottom:
|
|
914
|
+
padding-bottom: 8px;
|
|
902
915
|
}
|
|
903
916
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
904
917
|
padding: 0;
|
|
905
|
-
padding-bottom:
|
|
918
|
+
padding-bottom: 8px;
|
|
906
919
|
}
|
|
907
920
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
908
921
|
padding: 0;
|
|
909
|
-
padding-bottom:
|
|
922
|
+
padding-bottom: 8px;
|
|
910
923
|
}
|
|
911
924
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
912
925
|
padding: 0;
|
|
913
|
-
padding-bottom:
|
|
926
|
+
padding-bottom: 8px;
|
|
914
927
|
}
|
|
915
928
|
|
|
916
929
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -939,7 +952,7 @@
|
|
|
939
952
|
}
|
|
940
953
|
|
|
941
954
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
942
|
-
background
|
|
955
|
+
background: #f3f2f1;
|
|
943
956
|
border-radius: 0;
|
|
944
957
|
box-shadow: none;
|
|
945
958
|
color: #0078d4;
|
|
@@ -981,6 +994,7 @@
|
|
|
981
994
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
982
995
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
983
996
|
padding: 0 !important;
|
|
997
|
+
min-height: 16px;
|
|
984
998
|
}
|
|
985
999
|
|
|
986
1000
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1092,7 +1106,7 @@
|
|
|
1092
1106
|
}
|
|
1093
1107
|
|
|
1094
1108
|
.e-bigger .e-de-panel-right-width {
|
|
1095
|
-
width:
|
|
1109
|
+
width: 96px;
|
|
1096
1110
|
}
|
|
1097
1111
|
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
1098
1112
|
.e-bigger .e-de-char-fmt-btn-right > button {
|
|
@@ -1346,8 +1360,8 @@
|
|
|
1346
1360
|
border: 1px solid #edebe9;
|
|
1347
1361
|
color: #3b3a39;
|
|
1348
1362
|
height: 129px;
|
|
1349
|
-
margin-left: 78px;
|
|
1350
1363
|
width: 94px;
|
|
1364
|
+
margin-left: 78px;
|
|
1351
1365
|
}
|
|
1352
1366
|
|
|
1353
1367
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1402,7 +1416,7 @@
|
|
|
1402
1416
|
}
|
|
1403
1417
|
|
|
1404
1418
|
.e-de-status-bar {
|
|
1405
|
-
background
|
|
1419
|
+
background: #faf9f8;
|
|
1406
1420
|
display: -ms-flexbox;
|
|
1407
1421
|
display: flex;
|
|
1408
1422
|
padding-top: 4px;
|
|
@@ -1535,8 +1549,8 @@
|
|
|
1535
1549
|
}
|
|
1536
1550
|
|
|
1537
1551
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1538
|
-
height: 38px;
|
|
1539
1552
|
width: 38px;
|
|
1553
|
+
height: 38px;
|
|
1540
1554
|
}
|
|
1541
1555
|
|
|
1542
1556
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1548,6 +1562,15 @@
|
|
|
1548
1562
|
width: 70px;
|
|
1549
1563
|
}
|
|
1550
1564
|
|
|
1565
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1566
|
+
height: 24px;
|
|
1567
|
+
width: 16px;
|
|
1568
|
+
margin-left: 16px;
|
|
1569
|
+
}
|
|
1570
|
+
.e-rtl .e-de-listview-icon {
|
|
1571
|
+
line-height: 22px;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1551
1574
|
.e-bigger .de-split-button > div:first-child {
|
|
1552
1575
|
margin-right: 0;
|
|
1553
1576
|
}
|
|
@@ -1660,7 +1683,7 @@
|
|
|
1660
1683
|
margin: 0 14px;
|
|
1661
1684
|
}
|
|
1662
1685
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1663
|
-
margin-left: 10px;
|
|
1686
|
+
margin-left: 10px !important;
|
|
1664
1687
|
margin-right: 6px;
|
|
1665
1688
|
}
|
|
1666
1689
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1677,22 +1700,22 @@
|
|
|
1677
1700
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1678
1701
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1679
1702
|
padding: 0;
|
|
1680
|
-
padding-bottom:
|
|
1703
|
+
padding-bottom: 8px;
|
|
1681
1704
|
}
|
|
1682
1705
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1683
1706
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1684
1707
|
padding: 0;
|
|
1685
|
-
padding-bottom:
|
|
1708
|
+
padding-bottom: 8px;
|
|
1686
1709
|
}
|
|
1687
1710
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1688
1711
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1689
1712
|
padding: 0;
|
|
1690
|
-
padding-bottom:
|
|
1713
|
+
padding-bottom: 8px;
|
|
1691
1714
|
}
|
|
1692
1715
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1693
1716
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1694
1717
|
padding: 0;
|
|
1695
|
-
padding-bottom:
|
|
1718
|
+
padding-bottom: 8px;
|
|
1696
1719
|
}
|
|
1697
1720
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1698
1721
|
padding: 0 !important;
|
|
@@ -1708,7 +1731,7 @@
|
|
|
1708
1731
|
width: 75px;
|
|
1709
1732
|
}
|
|
1710
1733
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1711
|
-
background
|
|
1734
|
+
background: #f3f2f1;
|
|
1712
1735
|
border-radius: 0;
|
|
1713
1736
|
box-shadow: none;
|
|
1714
1737
|
min-height: 100%;
|
|
@@ -1892,6 +1915,22 @@
|
|
|
1892
1915
|
height: 0;
|
|
1893
1916
|
line-height: 0.5;
|
|
1894
1917
|
}
|
|
1918
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1919
|
+
height: 24px;
|
|
1920
|
+
width: 16px;
|
|
1921
|
+
margin-right: 20px;
|
|
1922
|
+
}
|
|
1923
|
+
.e-bigger .e-de-listview-icon {
|
|
1924
|
+
line-height: 22px;
|
|
1925
|
+
}
|
|
1926
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1927
|
+
height: 24px;
|
|
1928
|
+
width: 16px;
|
|
1929
|
+
margin-left: 20px;
|
|
1930
|
+
}
|
|
1931
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1932
|
+
line-height: 22px;
|
|
1933
|
+
}
|
|
1895
1934
|
|
|
1896
1935
|
.e-de-ctn .e-de-bzr-button {
|
|
1897
1936
|
font-size: 12px;
|
|
@@ -1949,9 +1988,6 @@
|
|
|
1949
1988
|
padding-top: 0 !important;
|
|
1950
1989
|
}
|
|
1951
1990
|
|
|
1952
|
-
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button {
|
|
1953
|
-
font-size: 16px;
|
|
1954
|
-
}
|
|
1955
1991
|
.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
1956
1992
|
font-size: 18px;
|
|
1957
1993
|
padding-bottom: 4px;
|