@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47
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/package.json +8 -8
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +18 -1
- package/styles/bootstrap.css +18 -1
- package/styles/bootstrap4.css +19 -2
- package/styles/bootstrap5-dark.css +19 -3
- package/styles/bootstrap5.css +19 -3
- package/styles/document-editor/_all.scss +1 -1
- package/styles/document-editor/_bootstrap-dark-definition.scss +5 -5
- package/styles/document-editor/_bootstrap-definition.scss +5 -5
- package/styles/document-editor/_bootstrap4-definition.scss +5 -5
- package/styles/document-editor/_bootstrap5-definition.scss +6 -5
- package/styles/document-editor/_fabric-dark-definition.scss +1 -1
- package/styles/document-editor/_fabric-definition.scss +5 -5
- package/styles/document-editor/_fluent-definition.scss +7 -5
- package/styles/document-editor/_fusionnew-definition.scss +6 -5
- package/styles/document-editor/_highcontrast-definition.scss +6 -6
- package/styles/document-editor/_highcontrast-light-definition.scss +29 -32
- package/styles/document-editor/_layout.scss +1 -2
- package/styles/document-editor/_material-dark-definition.scss +1 -0
- package/styles/document-editor/_material-definition.scss +0 -1
- package/styles/document-editor/_material3-definition.scss +6 -5
- package/styles/document-editor/_tailwind-definition.scss +5 -6
- package/styles/document-editor/_theme.scss +1 -5
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/highcontrast-light.css +18 -14
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/icons/_bootstrap-dark.scss +1 -3
- package/styles/document-editor/icons/_bootstrap.scss +2 -4
- package/styles/document-editor/icons/_bootstrap4.scss +2 -2
- package/styles/document-editor/icons/_fabric-dark.scss +1 -2
- package/styles/document-editor/icons/_fabric.scss +1 -2
- package/styles/document-editor/icons/_highcontrast-light.scss +1 -1
- package/styles/document-editor/icons/_highcontrast.scss +2 -2
- package/styles/document-editor/icons/_material-dark.scss +2 -2
- package/styles/document-editor/icons/_material.scss +2 -2
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -3
- package/styles/document-editor/material-dark.css +5 -0
- package/styles/document-editor/material.css +5 -0
- package/styles/document-editor/tailwind-dark.css +5 -0
- package/styles/document-editor/tailwind.css +5 -0
- package/styles/document-editor-container/_all.scss +1 -1
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +6 -4
- package/styles/document-editor-container/_bootstrap-definition.scss +6 -4
- package/styles/document-editor-container/_bootstrap4-definition.scss +6 -4
- package/styles/document-editor-container/_bootstrap5-definition.scss +5 -4
- package/styles/document-editor-container/_definition.scss +3 -2
- package/styles/document-editor-container/_fabric-dark-definition.scss +6 -4
- package/styles/document-editor-container/_fabric-definition.scss +6 -4
- package/styles/document-editor-container/_fluent-definition.scss +5 -4
- package/styles/document-editor-container/_fusionnew-definition.scss +5 -4
- package/styles/document-editor-container/_highcontrast-definition.scss +6 -4
- package/styles/document-editor-container/_highcontrast-light-definition.scss +6 -4
- package/styles/document-editor-container/_layout.scss +3 -4
- package/styles/document-editor-container/_material-dark-definition.scss +6 -4
- package/styles/document-editor-container/_material-definition.scss +6 -4
- package/styles/document-editor-container/_material3-definition.scss +5 -4
- package/styles/document-editor-container/_tailwind-definition.scss +5 -4
- package/styles/document-editor-container/_theme.scss +7 -6
- package/styles/document-editor-container/bootstrap-dark.css +13 -1
- package/styles/document-editor-container/bootstrap.css +13 -1
- package/styles/document-editor-container/bootstrap4.css +14 -2
- package/styles/document-editor-container/bootstrap5-dark.css +14 -3
- package/styles/document-editor-container/bootstrap5.css +14 -3
- package/styles/document-editor-container/fabric-dark.css +13 -1
- package/styles/document-editor-container/fabric.css +13 -1
- package/styles/document-editor-container/fluent-dark.css +14 -3
- package/styles/document-editor-container/fluent.css +14 -3
- package/styles/document-editor-container/highcontrast-light.css +27 -15
- package/styles/document-editor-container/highcontrast.css +13 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +5 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +5 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +6 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +5 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +6 -1
- package/styles/document-editor-container/icons/_fabric.scss +6 -1
- package/styles/document-editor-container/icons/_fluent.scss +5 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +5 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +6 -1
- package/styles/document-editor-container/icons/_highcontrast.scss +6 -1
- package/styles/document-editor-container/icons/_material-dark.scss +6 -2
- package/styles/document-editor-container/icons/_material.scss +6 -2
- package/styles/document-editor-container/icons/_material3.scss +5 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +5 -0
- package/styles/document-editor-container/icons/_tailwind.scss +5 -0
- package/styles/document-editor-container/material-dark.css +13 -1
- package/styles/document-editor-container/material.css +13 -1
- package/styles/document-editor-container/tailwind-dark.css +14 -3
- package/styles/document-editor-container/tailwind.css +14 -3
- package/styles/fabric-dark.css +18 -1
- package/styles/fabric.css +18 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/highcontrast-light.css +31 -15
- package/styles/highcontrast.css +18 -1
- package/styles/material-dark.css +18 -1
- package/styles/material.css +18 -1
- package/styles/tailwind-dark.css +19 -3
- package/styles/tailwind.css +19 -3
|
@@ -397,6 +397,11 @@
|
|
|
397
397
|
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.e-de-e-paragraph-mark::before {
|
|
401
|
+
content: "\e353";
|
|
402
|
+
font-family: "e-icons";
|
|
403
|
+
}
|
|
404
|
+
|
|
400
405
|
.e-de-toolbar {
|
|
401
406
|
height: 100%;
|
|
402
407
|
}
|
|
@@ -441,13 +446,14 @@
|
|
|
441
446
|
|
|
442
447
|
.e-de-ctnr-hglt-no-color {
|
|
443
448
|
font-size: 12px;
|
|
444
|
-
font-weight:
|
|
449
|
+
font-weight: normal;
|
|
445
450
|
left: 40px;
|
|
446
451
|
padding-top: 11px;
|
|
447
452
|
position: absolute;
|
|
448
453
|
top: 100px;
|
|
449
454
|
}
|
|
450
455
|
|
|
456
|
+
/* stylelint-disable */
|
|
451
457
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
452
458
|
width: 0;
|
|
453
459
|
}
|
|
@@ -457,6 +463,8 @@
|
|
|
457
463
|
scrollbar-width: none;
|
|
458
464
|
}
|
|
459
465
|
|
|
466
|
+
/* stylelint-enable */
|
|
467
|
+
/* stylelint-disable */
|
|
460
468
|
.e-de-toolbar {
|
|
461
469
|
height: 100%;
|
|
462
470
|
}
|
|
@@ -614,11 +622,13 @@
|
|
|
614
622
|
}
|
|
615
623
|
|
|
616
624
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
625
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
617
626
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
618
627
|
margin-right: 12px;
|
|
619
628
|
}
|
|
620
629
|
|
|
621
630
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
631
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
622
632
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
623
633
|
margin-left: 12px;
|
|
624
634
|
margin-right: 0;
|
|
@@ -1430,10 +1440,12 @@
|
|
|
1430
1440
|
margin-bottom: 16px;
|
|
1431
1441
|
}
|
|
1432
1442
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1443
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1433
1444
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1434
1445
|
margin-right: 12px;
|
|
1435
1446
|
}
|
|
1436
1447
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1448
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1437
1449
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1438
1450
|
margin-left: 12px;
|
|
1439
1451
|
margin-right: 0;
|
|
@@ -397,6 +397,11 @@
|
|
|
397
397
|
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.e-de-e-paragraph-mark::before {
|
|
401
|
+
content: "\e353";
|
|
402
|
+
font-family: "e-icons";
|
|
403
|
+
}
|
|
404
|
+
|
|
400
405
|
.e-de-toolbar {
|
|
401
406
|
height: 100%;
|
|
402
407
|
}
|
|
@@ -441,13 +446,14 @@
|
|
|
441
446
|
|
|
442
447
|
.e-de-ctnr-hglt-no-color {
|
|
443
448
|
font-size: 12px;
|
|
444
|
-
font-weight:
|
|
449
|
+
font-weight: normal;
|
|
445
450
|
left: 40px;
|
|
446
451
|
padding-top: 11px;
|
|
447
452
|
position: absolute;
|
|
448
453
|
top: 100px;
|
|
449
454
|
}
|
|
450
455
|
|
|
456
|
+
/* stylelint-disable */
|
|
451
457
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
452
458
|
width: 0;
|
|
453
459
|
}
|
|
@@ -457,6 +463,8 @@
|
|
|
457
463
|
scrollbar-width: none;
|
|
458
464
|
}
|
|
459
465
|
|
|
466
|
+
/* stylelint-enable */
|
|
467
|
+
/* stylelint-disable */
|
|
460
468
|
.e-de-toolbar {
|
|
461
469
|
height: 100%;
|
|
462
470
|
}
|
|
@@ -619,11 +627,13 @@
|
|
|
619
627
|
}
|
|
620
628
|
|
|
621
629
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
630
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
622
631
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
623
632
|
margin-right: 12px;
|
|
624
633
|
}
|
|
625
634
|
|
|
626
635
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
636
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
627
637
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
628
638
|
margin-left: 12px;
|
|
629
639
|
margin-right: 0;
|
|
@@ -1439,10 +1449,12 @@
|
|
|
1439
1449
|
margin-bottom: 16px;
|
|
1440
1450
|
}
|
|
1441
1451
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1452
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1442
1453
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1443
1454
|
margin-right: 12px;
|
|
1444
1455
|
}
|
|
1445
1456
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1457
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1446
1458
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1447
1459
|
margin-left: 12px;
|
|
1448
1460
|
margin-right: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
2
|
.e-de-ctnr-close::before {
|
|
4
3
|
color: #d1d5db;
|
|
@@ -422,6 +421,11 @@
|
|
|
422
421
|
font-family: "e-icons";
|
|
423
422
|
}
|
|
424
423
|
|
|
424
|
+
.e-de-e-paragraph-mark::before {
|
|
425
|
+
content: "\e844";
|
|
426
|
+
font-family: "e-icons";
|
|
427
|
+
}
|
|
428
|
+
|
|
425
429
|
.e-de-toolbar {
|
|
426
430
|
height: 100%;
|
|
427
431
|
}
|
|
@@ -466,13 +470,14 @@
|
|
|
466
470
|
|
|
467
471
|
.e-de-ctnr-hglt-no-color {
|
|
468
472
|
font-size: 12px;
|
|
469
|
-
font-weight:
|
|
473
|
+
font-weight: normal;
|
|
470
474
|
left: 40px;
|
|
471
475
|
padding-top: 11px;
|
|
472
476
|
position: absolute;
|
|
473
477
|
top: 100px;
|
|
474
478
|
}
|
|
475
479
|
|
|
480
|
+
/* stylelint-disable */
|
|
476
481
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
477
482
|
width: 0;
|
|
478
483
|
}
|
|
@@ -482,6 +487,8 @@
|
|
|
482
487
|
scrollbar-width: none;
|
|
483
488
|
}
|
|
484
489
|
|
|
490
|
+
/* stylelint-enable */
|
|
491
|
+
/* stylelint-disable */
|
|
485
492
|
.e-de-toolbar {
|
|
486
493
|
height: 100%;
|
|
487
494
|
}
|
|
@@ -582,7 +589,7 @@
|
|
|
582
589
|
}
|
|
583
590
|
.e-bigger .e-de-ctn-title button {
|
|
584
591
|
font-size: 16px !important;
|
|
585
|
-
height: auto
|
|
592
|
+
height: auto !important;
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
588
595
|
font-size: 18px !important;
|
|
@@ -708,11 +715,13 @@
|
|
|
708
715
|
}
|
|
709
716
|
|
|
710
717
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
718
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
711
719
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
712
720
|
margin-right: 10px;
|
|
713
721
|
}
|
|
714
722
|
|
|
715
723
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
724
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
716
725
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
717
726
|
margin-left: 10px;
|
|
718
727
|
margin-right: 0;
|
|
@@ -1544,10 +1553,12 @@
|
|
|
1544
1553
|
margin-right: 0;
|
|
1545
1554
|
}
|
|
1546
1555
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1556
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1547
1557
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1548
1558
|
margin-right: 16px;
|
|
1549
1559
|
}
|
|
1550
1560
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1561
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1551
1562
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1552
1563
|
margin-left: 16px;
|
|
1553
1564
|
margin-right: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
2
|
.e-de-ctnr-close::before {
|
|
4
3
|
color: #6b7280;
|
|
@@ -422,6 +421,11 @@
|
|
|
422
421
|
font-family: "e-icons";
|
|
423
422
|
}
|
|
424
423
|
|
|
424
|
+
.e-de-e-paragraph-mark::before {
|
|
425
|
+
content: "\e844";
|
|
426
|
+
font-family: "e-icons";
|
|
427
|
+
}
|
|
428
|
+
|
|
425
429
|
.e-de-toolbar {
|
|
426
430
|
height: 100%;
|
|
427
431
|
}
|
|
@@ -466,13 +470,14 @@
|
|
|
466
470
|
|
|
467
471
|
.e-de-ctnr-hglt-no-color {
|
|
468
472
|
font-size: 12px;
|
|
469
|
-
font-weight:
|
|
473
|
+
font-weight: normal;
|
|
470
474
|
left: 40px;
|
|
471
475
|
padding-top: 11px;
|
|
472
476
|
position: absolute;
|
|
473
477
|
top: 100px;
|
|
474
478
|
}
|
|
475
479
|
|
|
480
|
+
/* stylelint-disable */
|
|
476
481
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
477
482
|
width: 0;
|
|
478
483
|
}
|
|
@@ -482,6 +487,8 @@
|
|
|
482
487
|
scrollbar-width: none;
|
|
483
488
|
}
|
|
484
489
|
|
|
490
|
+
/* stylelint-enable */
|
|
491
|
+
/* stylelint-disable */
|
|
485
492
|
.e-de-toolbar {
|
|
486
493
|
height: 100%;
|
|
487
494
|
}
|
|
@@ -582,7 +589,7 @@
|
|
|
582
589
|
}
|
|
583
590
|
.e-bigger .e-de-ctn-title button {
|
|
584
591
|
font-size: 16px !important;
|
|
585
|
-
height: auto
|
|
592
|
+
height: auto !important;
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
588
595
|
font-size: 18px !important;
|
|
@@ -708,11 +715,13 @@
|
|
|
708
715
|
}
|
|
709
716
|
|
|
710
717
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
718
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
711
719
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
712
720
|
margin-right: 10px;
|
|
713
721
|
}
|
|
714
722
|
|
|
715
723
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
724
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
716
725
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
717
726
|
margin-left: 10px;
|
|
718
727
|
margin-right: 0;
|
|
@@ -1544,10 +1553,12 @@
|
|
|
1544
1553
|
margin-right: 0;
|
|
1545
1554
|
}
|
|
1546
1555
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1556
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1547
1557
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1548
1558
|
margin-right: 16px;
|
|
1549
1559
|
}
|
|
1550
1560
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1561
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1551
1562
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1552
1563
|
margin-left: 16px;
|
|
1553
1564
|
margin-right: 0;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #201f1f;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 11px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4141
4146
|
font-family: "e-icons";
|
|
4142
4147
|
}
|
|
4143
4148
|
|
|
4149
|
+
.e-de-e-paragraph-mark::before {
|
|
4150
|
+
content: "\e353";
|
|
4151
|
+
font-family: "e-icons";
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4144
4154
|
.e-de-toolbar {
|
|
4145
4155
|
height: 100%;
|
|
4146
4156
|
}
|
|
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4185
4195
|
|
|
4186
4196
|
.e-de-ctnr-hglt-no-color {
|
|
4187
4197
|
font-size: 12px;
|
|
4188
|
-
font-weight:
|
|
4198
|
+
font-weight: normal;
|
|
4189
4199
|
left: 40px;
|
|
4190
4200
|
padding-top: 11px;
|
|
4191
4201
|
position: absolute;
|
|
4192
4202
|
top: 100px;
|
|
4193
4203
|
}
|
|
4194
4204
|
|
|
4205
|
+
/* stylelint-disable */
|
|
4195
4206
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4196
4207
|
width: 0;
|
|
4197
4208
|
}
|
|
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4212
|
scrollbar-width: none;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
/* stylelint-enable */
|
|
4216
|
+
/* stylelint-disable */
|
|
4204
4217
|
.e-de-toolbar {
|
|
4205
4218
|
height: 100%;
|
|
4206
4219
|
}
|
|
@@ -4358,11 +4371,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4358
4371
|
}
|
|
4359
4372
|
|
|
4360
4373
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4374
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4361
4375
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4362
4376
|
margin-right: 12px;
|
|
4363
4377
|
}
|
|
4364
4378
|
|
|
4365
4379
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4380
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4366
4381
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4367
4382
|
margin-left: 12px;
|
|
4368
4383
|
margin-right: 0;
|
|
@@ -5174,10 +5189,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5174
5189
|
margin-bottom: 16px;
|
|
5175
5190
|
}
|
|
5176
5191
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5192
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5177
5193
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5178
5194
|
margin-right: 16px;
|
|
5179
5195
|
}
|
|
5180
5196
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5197
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5181
5198
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5182
5199
|
margin-left: 16px;
|
|
5183
5200
|
margin-right: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -747,6 +747,7 @@
|
|
|
747
747
|
left: 14px;
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
+
/* stylelint-disable */
|
|
750
751
|
.e-de-background {
|
|
751
752
|
background-color: #fff;
|
|
752
753
|
}
|
|
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3620
3621
|
right: 11px;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3624
|
+
.e-bigger {
|
|
3625
|
+
/* stylelint-disable */
|
|
3626
|
+
/* stylelint-enable */
|
|
3627
|
+
}
|
|
3623
3628
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3624
3629
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3625
3630
|
font-size: 14px;
|
|
@@ -4141,6 +4146,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4141
4146
|
font-family: "e-icons";
|
|
4142
4147
|
}
|
|
4143
4148
|
|
|
4149
|
+
.e-de-e-paragraph-mark::before {
|
|
4150
|
+
content: "\e353";
|
|
4151
|
+
font-family: "e-icons";
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4144
4154
|
.e-de-toolbar {
|
|
4145
4155
|
height: 100%;
|
|
4146
4156
|
}
|
|
@@ -4185,13 +4195,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4185
4195
|
|
|
4186
4196
|
.e-de-ctnr-hglt-no-color {
|
|
4187
4197
|
font-size: 12px;
|
|
4188
|
-
font-weight:
|
|
4198
|
+
font-weight: normal;
|
|
4189
4199
|
left: 40px;
|
|
4190
4200
|
padding-top: 11px;
|
|
4191
4201
|
position: absolute;
|
|
4192
4202
|
top: 100px;
|
|
4193
4203
|
}
|
|
4194
4204
|
|
|
4205
|
+
/* stylelint-disable */
|
|
4195
4206
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4196
4207
|
width: 0;
|
|
4197
4208
|
}
|
|
@@ -4201,6 +4212,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4212
|
scrollbar-width: none;
|
|
4202
4213
|
}
|
|
4203
4214
|
|
|
4215
|
+
/* stylelint-enable */
|
|
4216
|
+
/* stylelint-disable */
|
|
4204
4217
|
.e-de-toolbar {
|
|
4205
4218
|
height: 100%;
|
|
4206
4219
|
}
|
|
@@ -4358,11 +4371,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4358
4371
|
}
|
|
4359
4372
|
|
|
4360
4373
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4374
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4361
4375
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4362
4376
|
margin-right: 12px;
|
|
4363
4377
|
}
|
|
4364
4378
|
|
|
4365
4379
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4380
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4366
4381
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4367
4382
|
margin-left: 12px;
|
|
4368
4383
|
margin-right: 0;
|
|
@@ -5178,10 +5193,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5178
5193
|
margin-bottom: 16px;
|
|
5179
5194
|
}
|
|
5180
5195
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5196
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5181
5197
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5182
5198
|
margin-right: 16px;
|
|
5183
5199
|
}
|
|
5184
5200
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5201
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5185
5202
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5186
5203
|
margin-left: 16px;
|
|
5187
5204
|
margin-right: 0;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-documenteditor .e-close::before {
|
|
3
2
|
color: #a19f9d;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -781,6 +780,7 @@
|
|
|
781
780
|
left: 14px;
|
|
782
781
|
}
|
|
783
782
|
|
|
783
|
+
/* stylelint-disable */
|
|
784
784
|
.e-de-background {
|
|
785
785
|
background-color: #323130;
|
|
786
786
|
}
|
|
@@ -3653,6 +3653,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3653
3653
|
right: 15px;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
+
.e-bigger {
|
|
3657
|
+
/* stylelint-disable */
|
|
3658
|
+
/* stylelint-enable */
|
|
3659
|
+
}
|
|
3656
3660
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3657
3661
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3658
3662
|
font-size: 14px;
|
|
@@ -4201,6 +4205,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4205
|
font-family: "e-icons";
|
|
4202
4206
|
}
|
|
4203
4207
|
|
|
4208
|
+
.e-de-e-paragraph-mark::before {
|
|
4209
|
+
content: "\e844";
|
|
4210
|
+
font-family: "e-icons";
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4204
4213
|
.e-de-toolbar {
|
|
4205
4214
|
height: 100%;
|
|
4206
4215
|
}
|
|
@@ -4245,13 +4254,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4245
4254
|
|
|
4246
4255
|
.e-de-ctnr-hglt-no-color {
|
|
4247
4256
|
font-size: 12px;
|
|
4248
|
-
font-weight:
|
|
4257
|
+
font-weight: normal;
|
|
4249
4258
|
left: 40px;
|
|
4250
4259
|
padding-top: 11px;
|
|
4251
4260
|
position: absolute;
|
|
4252
4261
|
top: 100px;
|
|
4253
4262
|
}
|
|
4254
4263
|
|
|
4264
|
+
/* stylelint-disable */
|
|
4255
4265
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4256
4266
|
width: 0;
|
|
4257
4267
|
}
|
|
@@ -4261,6 +4271,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4261
4271
|
scrollbar-width: none;
|
|
4262
4272
|
}
|
|
4263
4273
|
|
|
4274
|
+
/* stylelint-enable */
|
|
4264
4275
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
4265
4276
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
4266
4277
|
font-size: 18px;
|
|
@@ -4271,6 +4282,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4282
|
font-size: 21px;
|
|
4272
4283
|
}
|
|
4273
4284
|
|
|
4285
|
+
/* stylelint-disable */
|
|
4274
4286
|
.e-de-toolbar {
|
|
4275
4287
|
height: 100%;
|
|
4276
4288
|
}
|
|
@@ -4372,7 +4384,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4372
4384
|
}
|
|
4373
4385
|
.e-bigger .e-de-ctn-title button {
|
|
4374
4386
|
font-size: 16px !important;
|
|
4375
|
-
height: auto
|
|
4387
|
+
height: auto !important;
|
|
4376
4388
|
margin: 0 !important;
|
|
4377
4389
|
}
|
|
4378
4390
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -4499,11 +4511,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4499
4511
|
}
|
|
4500
4512
|
|
|
4501
4513
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4514
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4502
4515
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4503
4516
|
margin-right: 16px;
|
|
4504
4517
|
}
|
|
4505
4518
|
|
|
4506
4519
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4520
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4507
4521
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4508
4522
|
margin-left: 16px;
|
|
4509
4523
|
margin-right: 0;
|
|
@@ -5327,10 +5341,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5327
5341
|
margin-bottom: 20px;
|
|
5328
5342
|
}
|
|
5329
5343
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5344
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5330
5345
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5331
5346
|
margin-right: 20px;
|
|
5332
5347
|
}
|
|
5333
5348
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5349
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5334
5350
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5335
5351
|
margin-left: 20px;
|
|
5336
5352
|
margin-right: 0;
|
package/styles/fluent.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-documenteditor .e-close::before {
|
|
3
2
|
color: #605e5c;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -781,6 +780,7 @@
|
|
|
781
780
|
left: 14px;
|
|
782
781
|
}
|
|
783
782
|
|
|
783
|
+
/* stylelint-disable */
|
|
784
784
|
.e-de-background {
|
|
785
785
|
background-color: #e1dfdd;
|
|
786
786
|
}
|
|
@@ -3653,6 +3653,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3653
3653
|
right: 15px;
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
+
.e-bigger {
|
|
3657
|
+
/* stylelint-disable */
|
|
3658
|
+
/* stylelint-enable */
|
|
3659
|
+
}
|
|
3656
3660
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3657
3661
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3658
3662
|
font-size: 14px;
|
|
@@ -4201,6 +4205,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4201
4205
|
font-family: "e-icons";
|
|
4202
4206
|
}
|
|
4203
4207
|
|
|
4208
|
+
.e-de-e-paragraph-mark::before {
|
|
4209
|
+
content: "\e844";
|
|
4210
|
+
font-family: "e-icons";
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4204
4213
|
.e-de-toolbar {
|
|
4205
4214
|
height: 100%;
|
|
4206
4215
|
}
|
|
@@ -4245,13 +4254,14 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4245
4254
|
|
|
4246
4255
|
.e-de-ctnr-hglt-no-color {
|
|
4247
4256
|
font-size: 12px;
|
|
4248
|
-
font-weight:
|
|
4257
|
+
font-weight: normal;
|
|
4249
4258
|
left: 40px;
|
|
4250
4259
|
padding-top: 11px;
|
|
4251
4260
|
position: absolute;
|
|
4252
4261
|
top: 100px;
|
|
4253
4262
|
}
|
|
4254
4263
|
|
|
4264
|
+
/* stylelint-disable */
|
|
4255
4265
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4256
4266
|
width: 0;
|
|
4257
4267
|
}
|
|
@@ -4261,6 +4271,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4261
4271
|
scrollbar-width: none;
|
|
4262
4272
|
}
|
|
4263
4273
|
|
|
4274
|
+
/* stylelint-enable */
|
|
4264
4275
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
4265
4276
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
4266
4277
|
font-size: 18px;
|
|
@@ -4271,6 +4282,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4271
4282
|
font-size: 21px;
|
|
4272
4283
|
}
|
|
4273
4284
|
|
|
4285
|
+
/* stylelint-disable */
|
|
4274
4286
|
.e-de-toolbar {
|
|
4275
4287
|
height: 100%;
|
|
4276
4288
|
}
|
|
@@ -4372,7 +4384,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4372
4384
|
}
|
|
4373
4385
|
.e-bigger .e-de-ctn-title button {
|
|
4374
4386
|
font-size: 16px !important;
|
|
4375
|
-
height: auto
|
|
4387
|
+
height: auto !important;
|
|
4376
4388
|
margin: 0 !important;
|
|
4377
4389
|
}
|
|
4378
4390
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -4499,11 +4511,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4499
4511
|
}
|
|
4500
4512
|
|
|
4501
4513
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
4514
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
4502
4515
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
4503
4516
|
margin-right: 16px;
|
|
4504
4517
|
}
|
|
4505
4518
|
|
|
4506
4519
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
4520
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
4507
4521
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
4508
4522
|
margin-left: 16px;
|
|
4509
4523
|
margin-right: 0;
|
|
@@ -5327,10 +5341,12 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5327
5341
|
margin-bottom: 20px;
|
|
5328
5342
|
}
|
|
5329
5343
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5344
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
5330
5345
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5331
5346
|
margin-right: 20px;
|
|
5332
5347
|
}
|
|
5333
5348
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
5349
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
5334
5350
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
5335
5351
|
margin-left: 20px;
|
|
5336
5352
|
margin-right: 0;
|