@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45
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 +134 -90
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.js +2 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
- package/styles/bootstrap-dark.css +284 -302
- package/styles/bootstrap.css +30 -110
- package/styles/bootstrap4.css +56 -139
- package/styles/bootstrap5-dark.css +5866 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5866 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/document-editor/bootstrap-dark.css +53 -142
- package/styles/document-editor/bootstrap.css +10 -99
- package/styles/document-editor/bootstrap4.css +36 -125
- package/styles/document-editor/bootstrap5-dark.css +3699 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -0
- package/styles/document-editor/bootstrap5.css +3699 -0
- package/styles/document-editor/bootstrap5.scss +1 -0
- package/styles/document-editor/fabric-dark.css +31 -120
- package/styles/document-editor/fabric.css +10 -99
- package/styles/document-editor/highcontrast.css +15 -104
- package/styles/document-editor/material-dark.css +76 -168
- package/styles/document-editor/material.css +10 -99
- package/styles/document-editor/tailwind-dark.css +63 -61
- package/styles/document-editor/tailwind.css +47 -44
- package/styles/document-editor-container/bootstrap-dark.css +231 -160
- package/styles/document-editor-container/bootstrap.css +20 -11
- package/styles/document-editor-container/bootstrap4.css +20 -14
- package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/bootstrap5.css +2166 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -0
- package/styles/document-editor-container/fabric-dark.css +214 -138
- package/styles/document-editor-container/fabric.css +67 -13
- package/styles/document-editor-container/highcontrast-light.css +87 -13
- package/styles/document-editor-container/highcontrast.css +66 -13
- package/styles/document-editor-container/material-dark.css +232 -170
- package/styles/document-editor-container/material.css +67 -15
- package/styles/document-editor-container/tailwind-dark.css +132 -45
- package/styles/document-editor-container/tailwind.css +127 -40
- package/styles/fabric-dark.css +245 -258
- package/styles/fabric.css +77 -112
- package/styles/highcontrast-light.css +87 -13
- package/styles/highcontrast.css +81 -117
- package/styles/material-dark.css +308 -338
- package/styles/material.css +77 -114
- package/styles/tailwind-dark.css +195 -106
- package/styles/tailwind.css +174 -84
|
@@ -462,7 +462,12 @@
|
|
|
462
462
|
|
|
463
463
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
464
464
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
465
|
-
font-size:
|
|
465
|
+
font-size: 16px;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
469
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
470
|
+
font-size: 16px;
|
|
466
471
|
}
|
|
467
472
|
|
|
468
473
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -471,7 +476,7 @@
|
|
|
471
476
|
|
|
472
477
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
473
478
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
474
|
-
font-size:
|
|
479
|
+
font-size: 18px;
|
|
475
480
|
}
|
|
476
481
|
|
|
477
482
|
.e-de-linespacing {
|
|
@@ -488,8 +493,6 @@
|
|
|
488
493
|
|
|
489
494
|
.e-de-pagenumber-text {
|
|
490
495
|
border: none !important;
|
|
491
|
-
height: 22px !important;
|
|
492
|
-
margin-top: -3px !important;
|
|
493
496
|
}
|
|
494
497
|
|
|
495
498
|
.e-de-pagenumber-input {
|
|
@@ -497,8 +500,7 @@
|
|
|
497
500
|
border: 1px solid #dee2e6;
|
|
498
501
|
border-radius: 2px;
|
|
499
502
|
color: #212529;
|
|
500
|
-
|
|
501
|
-
padding: 2px;
|
|
503
|
+
padding: 0px;
|
|
502
504
|
text-align: center;
|
|
503
505
|
width: 22px;
|
|
504
506
|
}
|
|
@@ -522,6 +524,7 @@
|
|
|
522
524
|
|
|
523
525
|
.e-de-ctn-title {
|
|
524
526
|
background-color: #007bff;
|
|
527
|
+
border-bottom: none !important;
|
|
525
528
|
color: #fff;
|
|
526
529
|
}
|
|
527
530
|
|
|
@@ -917,12 +920,6 @@
|
|
|
917
920
|
|
|
918
921
|
.e-de-pagenumber-text {
|
|
919
922
|
border: none !important;
|
|
920
|
-
height: 22px !important;
|
|
921
|
-
margin-top: -3px !important;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.de-split-button > div:first-child {
|
|
925
|
-
margin-right: 14px;
|
|
926
923
|
}
|
|
927
924
|
|
|
928
925
|
.e-de-ctnr-properties-pane-btn {
|
|
@@ -1118,6 +1115,7 @@
|
|
|
1118
1115
|
font-weight: 400;
|
|
1119
1116
|
height: 18px !important;
|
|
1120
1117
|
width: 18px !important;
|
|
1118
|
+
border-radius: 4px;
|
|
1121
1119
|
}
|
|
1122
1120
|
|
|
1123
1121
|
.e-de-font-clr-picker > div div button,
|
|
@@ -1426,6 +1424,10 @@
|
|
|
1426
1424
|
width: 100px;
|
|
1427
1425
|
}
|
|
1428
1426
|
|
|
1427
|
+
.e-de-ctnr-pg-no span {
|
|
1428
|
+
border: 1px solid transparent;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1429
1431
|
.e-de-ctnr-pg-no-spellout {
|
|
1430
1432
|
color: #212529;
|
|
1431
1433
|
display: -ms-inline-flexbox;
|
|
@@ -1436,6 +1438,10 @@
|
|
|
1436
1438
|
width: calc(100% - 140px);
|
|
1437
1439
|
}
|
|
1438
1440
|
|
|
1441
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
1442
|
+
border: 1px solid transparent;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1439
1445
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
1440
1446
|
color: #212529;
|
|
1441
1447
|
display: -ms-inline-flexbox;
|
|
@@ -1730,8 +1736,8 @@
|
|
|
1730
1736
|
margin-right: 0;
|
|
1731
1737
|
}
|
|
1732
1738
|
|
|
1733
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
1734
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
1739
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1740
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1735
1741
|
margin-right: 16px;
|
|
1736
1742
|
}
|
|
1737
1743
|
|