@syncfusion/ej2-angular-documenteditor 19.4.55 → 20.1.48
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 +58 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- 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/styles/bootstrap-dark.css +218 -151
- package/styles/bootstrap.css +218 -151
- package/styles/bootstrap4.css +224 -157
- package/styles/bootstrap5-dark.css +253 -172
- package/styles/bootstrap5.css +253 -172
- package/styles/document-editor/bootstrap-dark.css +192 -50
- package/styles/document-editor/bootstrap.css +192 -50
- package/styles/document-editor/bootstrap4.css +194 -52
- package/styles/document-editor/bootstrap5-dark.css +207 -61
- package/styles/document-editor/bootstrap5.css +207 -61
- package/styles/document-editor/fabric-dark.css +193 -51
- package/styles/document-editor/fabric.css +193 -51
- package/styles/document-editor/fluent-dark.css +3782 -0
- package/styles/document-editor/fluent-dark.scss +1 -0
- package/styles/document-editor/fluent.css +3782 -0
- package/styles/document-editor/fluent.scss +1 -0
- package/styles/document-editor/highcontrast-light.css +5 -9
- package/styles/document-editor/highcontrast.css +193 -51
- package/styles/document-editor/material-dark.css +193 -51
- package/styles/document-editor/material.css +193 -51
- package/styles/document-editor/tailwind-dark.css +319 -261
- package/styles/document-editor/tailwind.css +319 -261
- package/styles/document-editor-container/bootstrap-dark.css +26 -101
- package/styles/document-editor-container/bootstrap.css +26 -101
- package/styles/document-editor-container/bootstrap4.css +30 -105
- package/styles/document-editor-container/bootstrap5-dark.css +46 -111
- package/styles/document-editor-container/bootstrap5.css +46 -111
- package/styles/document-editor-container/fabric-dark.css +26 -101
- package/styles/document-editor-container/fabric.css +26 -101
- package/styles/document-editor-container/fluent-dark.css +1996 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -0
- package/styles/document-editor-container/fluent.css +1996 -0
- package/styles/document-editor-container/fluent.scss +1 -0
- package/styles/document-editor-container/highcontrast-light.css +29 -104
- package/styles/document-editor-container/highcontrast.css +26 -101
- package/styles/document-editor-container/material-dark.css +26 -101
- package/styles/document-editor-container/material.css +26 -101
- package/styles/document-editor-container/tailwind-dark.css +134 -271
- package/styles/document-editor-container/tailwind.css +134 -271
- package/styles/fabric-dark.css +219 -152
- package/styles/fabric.css +219 -152
- package/styles/fluent-dark.css +5779 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +5779 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +31 -110
- package/styles/highcontrast.css +219 -152
- package/styles/material-dark.css +219 -152
- package/styles/material.css +219 -152
- package/styles/tailwind-dark.css +453 -532
- package/styles/tailwind.css +453 -532
|
@@ -445,6 +445,15 @@
|
|
|
445
445
|
top: 100px;
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
+
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
|
+
width: 0;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-de-scrollbar-hide {
|
|
453
|
+
-ms-overflow-style: none;
|
|
454
|
+
scrollbar-width: none;
|
|
455
|
+
}
|
|
456
|
+
|
|
448
457
|
.e-de-toolbar {
|
|
449
458
|
height: 100%;
|
|
450
459
|
}
|
|
@@ -490,6 +499,7 @@
|
|
|
490
499
|
border: 0;
|
|
491
500
|
color: #000;
|
|
492
501
|
float: right;
|
|
502
|
+
font-weight: 400;
|
|
493
503
|
height: 33px;
|
|
494
504
|
}
|
|
495
505
|
|
|
@@ -518,9 +528,7 @@
|
|
|
518
528
|
border: 0;
|
|
519
529
|
box-shadow: none;
|
|
520
530
|
float: right;
|
|
521
|
-
height: 33px;
|
|
522
531
|
margin-left: calc(100% - 380px);
|
|
523
|
-
width: 33px;
|
|
524
532
|
}
|
|
525
533
|
|
|
526
534
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -556,9 +564,8 @@
|
|
|
556
564
|
|
|
557
565
|
.e-de-statusbar-spellcheck {
|
|
558
566
|
border-radius: 2px;
|
|
559
|
-
|
|
567
|
+
font-weight: 400;
|
|
560
568
|
margin-left: 7.5px;
|
|
561
|
-
width: 91px;
|
|
562
569
|
}
|
|
563
570
|
|
|
564
571
|
.e-de-ctn {
|
|
@@ -571,9 +578,7 @@
|
|
|
571
578
|
|
|
572
579
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
573
580
|
border-radius: 2px;
|
|
574
|
-
height: 34px;
|
|
575
581
|
margin-left: 7.5px;
|
|
576
|
-
width: 110px;
|
|
577
582
|
}
|
|
578
583
|
|
|
579
584
|
.e-de-ctnr-toolbar {
|
|
@@ -887,8 +892,7 @@
|
|
|
887
892
|
|
|
888
893
|
.e-de-property-div-padding {
|
|
889
894
|
border-bottom: 0.5px solid #e0e0e0;
|
|
890
|
-
padding
|
|
891
|
-
padding-top: 12.5px;
|
|
895
|
+
padding: 12.5px;
|
|
892
896
|
}
|
|
893
897
|
|
|
894
898
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -901,7 +905,8 @@
|
|
|
901
905
|
text-indent: 1.2em;
|
|
902
906
|
}
|
|
903
907
|
|
|
904
|
-
.e-de-char-fmt-btn-left > button
|
|
908
|
+
.e-de-char-fmt-btn-left > button,
|
|
909
|
+
.e-de-insert-del-cell button {
|
|
905
910
|
width: 38.5px;
|
|
906
911
|
}
|
|
907
912
|
|
|
@@ -917,7 +922,8 @@
|
|
|
917
922
|
width: 150px;
|
|
918
923
|
}
|
|
919
924
|
|
|
920
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
925
|
+
.e-bigger .e-de-char-fmt-btn-left > button,
|
|
926
|
+
.e-bigger .e-de-insert-del-cell button {
|
|
921
927
|
width: 38.5px;
|
|
922
928
|
}
|
|
923
929
|
|
|
@@ -1327,37 +1333,6 @@
|
|
|
1327
1333
|
padding-right: 12px;
|
|
1328
1334
|
}
|
|
1329
1335
|
|
|
1330
|
-
.e-de-border-style-div {
|
|
1331
|
-
margin-left: 12px;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.e-de-border-style-div.e-de-rtl {
|
|
1335
|
-
margin-left: 0;
|
|
1336
|
-
margin-right: 12px;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.e-de-insert-del-cell {
|
|
1340
|
-
margin-left: 12px;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.e-de-insert-del-cell.e-de-rtl {
|
|
1344
|
-
margin-left: 0;
|
|
1345
|
-
margin-right: 12px;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.e-de-cell-margin {
|
|
1349
|
-
margin-left: 12px;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
.e-de-align-text {
|
|
1353
|
-
margin-left: 12px;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
.e-de-align-text.e-de-rtl {
|
|
1357
|
-
margin-left: 0;
|
|
1358
|
-
margin-right: 12px;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
1336
|
.e-de-border-size-button {
|
|
1362
1337
|
height: 28px;
|
|
1363
1338
|
margin-top: 14px;
|
|
@@ -1369,27 +1344,22 @@
|
|
|
1369
1344
|
width: 100px;
|
|
1370
1345
|
}
|
|
1371
1346
|
|
|
1372
|
-
.e-de-cell-
|
|
1373
|
-
margin-left: 12px;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.e-de-cell-div.e-de-rtl {
|
|
1377
|
-
margin-left: 0;
|
|
1347
|
+
.e-de-cell-text-box {
|
|
1378
1348
|
margin-right: 12px;
|
|
1379
1349
|
}
|
|
1380
1350
|
|
|
1381
|
-
.e-de-cell-text-box {
|
|
1382
|
-
margin-
|
|
1351
|
+
.e-de-pane-rtl .e-de-cell-text-box {
|
|
1352
|
+
margin-left: 12px;
|
|
1353
|
+
margin-right: 0;
|
|
1383
1354
|
}
|
|
1384
1355
|
|
|
1385
1356
|
.e-de-prop-fill-label {
|
|
1386
|
-
margin-left: 10.3px;
|
|
1387
1357
|
margin-right: 8px;
|
|
1388
1358
|
}
|
|
1389
1359
|
|
|
1390
1360
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1391
1361
|
margin-left: 8px;
|
|
1392
|
-
margin-right:
|
|
1362
|
+
margin-right: 0;
|
|
1393
1363
|
}
|
|
1394
1364
|
|
|
1395
1365
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1423,35 +1393,18 @@
|
|
|
1423
1393
|
}
|
|
1424
1394
|
|
|
1425
1395
|
.e-bigger .e-de-prop-fill-label {
|
|
1426
|
-
margin-left:
|
|
1396
|
+
margin-left: 0;
|
|
1427
1397
|
margin-right: 9.8px;
|
|
1428
1398
|
}
|
|
1429
1399
|
|
|
1430
1400
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1431
1401
|
margin-left: 9.8px;
|
|
1432
|
-
margin-right:
|
|
1402
|
+
margin-right: 0px;
|
|
1433
1403
|
}
|
|
1434
1404
|
|
|
1435
|
-
.e-bigger .e-de-cell-text-box {
|
|
1436
|
-
margin-right: 16px;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
.e-bigger .e-de-cell-div {
|
|
1405
|
+
.e-bigger .e-rtl .e-de-cell-text-box {
|
|
1440
1406
|
margin-left: 16px;
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1444
|
-
margin-left: 0;
|
|
1445
|
-
margin-right: 16px;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.e-bigger .e-de-border-style-div {
|
|
1449
|
-
margin-left: 16px;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1453
|
-
margin-left: 0;
|
|
1454
|
-
margin-right: 16px;
|
|
1407
|
+
margin-right: 0;
|
|
1455
1408
|
}
|
|
1456
1409
|
|
|
1457
1410
|
.e-bigger .e-de-color-picker {
|
|
@@ -1465,33 +1418,6 @@
|
|
|
1465
1418
|
width: 96px;
|
|
1466
1419
|
}
|
|
1467
1420
|
|
|
1468
|
-
.e-bigger .e-de-align-text {
|
|
1469
|
-
margin-left: 16px;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1473
|
-
margin-left: 0;
|
|
1474
|
-
margin-right: 16px;
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
.e-bigger .e-de-insert-del-cell {
|
|
1478
|
-
margin-left: 16px;
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1482
|
-
margin-left: 0;
|
|
1483
|
-
margin-right: 16px;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
.e-bigger .e-de-cell-margin {
|
|
1487
|
-
margin-left: 14px;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1491
|
-
margin-left: 0;
|
|
1492
|
-
margin-right: 14px;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
1421
|
.e-bigger .e-de-stylediv {
|
|
1496
1422
|
padding-left: 16px;
|
|
1497
1423
|
}
|
|
@@ -1740,8 +1666,7 @@
|
|
|
1740
1666
|
|
|
1741
1667
|
.e-bigger .e-de-property-div-padding {
|
|
1742
1668
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1743
|
-
padding
|
|
1744
|
-
padding-top: 15.5px;
|
|
1669
|
+
padding: 16px;
|
|
1745
1670
|
}
|
|
1746
1671
|
|
|
1747
1672
|
.e-bigger .e-de-font-clr-picker > div button,
|