@syncfusion/ej2-vue-richtexteditor 20.1.47 → 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 +69 -1
- package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
- package/dist/es6/ej2-vue-richtexteditor.es2015.js +2 -16
- package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es5.js +1 -10
- package/dist/es6/ej2-vue-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
- package/package.json +14 -8
- package/src/rich-text-editor/richtexteditor.component.d.ts +0 -1
- package/src/rich-text-editor/richtexteditor.component.js +1 -10
- package/styles/bootstrap-dark.css +3 -6
- package/styles/bootstrap.css +3 -6
- package/styles/bootstrap4.css +2 -2
- package/styles/bootstrap5-dark.css +6 -30
- package/styles/bootstrap5.css +7 -31
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/highcontrast-light.css +2 -2
- package/styles/highcontrast.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/rich-text-editor/bootstrap-dark.css +3 -6
- package/styles/rich-text-editor/bootstrap.css +3 -6
- package/styles/rich-text-editor/bootstrap4.css +2 -2
- package/styles/rich-text-editor/bootstrap5-dark.css +6 -30
- package/styles/rich-text-editor/bootstrap5.css +7 -31
- package/styles/rich-text-editor/fabric-dark.css +2 -2
- package/styles/rich-text-editor/fabric.css +2 -2
- package/styles/rich-text-editor/highcontrast-light.css +2 -2
- package/styles/rich-text-editor/highcontrast.css +2 -2
- package/styles/rich-text-editor/material-dark.css +2 -2
- package/styles/rich-text-editor/material.css +2 -2
- package/styles/rich-text-editor/tailwind-dark.css +85 -104
- package/styles/rich-text-editor/tailwind.css +86 -105
- package/styles/tailwind-dark.css +85 -104
- package/styles/tailwind.css +86 -105
- package/styles/fluent-dark.css +0 -3001
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -3001
- package/styles/fluent.scss +0 -1
- package/styles/rich-text-editor/fluent-dark.css +0 -3001
- package/styles/rich-text-editor/fluent-dark.scss +0 -1
- package/styles/rich-text-editor/fluent.css +0 -3001
- package/styles/rich-text-editor/fluent.scss +0 -1
|
@@ -482,13 +482,6 @@
|
|
|
482
482
|
padding: 0 6px;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
486
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
487
|
-
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
488
|
-
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
489
|
-
padding: 0 8px;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
485
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
493
486
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
494
487
|
height: calc(100% - 56px);
|
|
@@ -551,10 +544,6 @@
|
|
|
551
544
|
padding-right: 5px;
|
|
552
545
|
}
|
|
553
546
|
|
|
554
|
-
.e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav {
|
|
555
|
-
min-height: 40px;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
547
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
559
548
|
margin-left: 7px;
|
|
560
549
|
}
|
|
@@ -711,11 +700,6 @@
|
|
|
711
700
|
padding: 0;
|
|
712
701
|
}
|
|
713
702
|
|
|
714
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
715
|
-
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
716
|
-
padding: 0 4px;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
703
|
.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
|
|
720
704
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
|
|
721
705
|
box-sizing: border-box;
|
|
@@ -768,7 +752,6 @@
|
|
|
768
752
|
line-height: 1.5;
|
|
769
753
|
opacity: 00.54;
|
|
770
754
|
overflow: hidden;
|
|
771
|
-
padding: 16px;
|
|
772
755
|
position: absolute;
|
|
773
756
|
text-align: start;
|
|
774
757
|
top: 0;
|
|
@@ -933,9 +916,10 @@
|
|
|
933
916
|
.e-richtexteditor .e-rte-character-count {
|
|
934
917
|
bottom: 0;
|
|
935
918
|
color: #6c757d;
|
|
919
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
936
920
|
font-size: 14px;
|
|
937
921
|
margin-right: 30px;
|
|
938
|
-
opacity:
|
|
922
|
+
opacity: 00.54;
|
|
939
923
|
padding-bottom: 2px;
|
|
940
924
|
position: absolute;
|
|
941
925
|
right: 0;
|
|
@@ -2058,13 +2042,6 @@
|
|
|
2058
2042
|
font-size: 12px;
|
|
2059
2043
|
}
|
|
2060
2044
|
|
|
2061
|
-
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
|
|
2062
|
-
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
|
|
2063
|
-
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
|
|
2064
|
-
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
|
|
2065
|
-
min-width: 24px;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
2045
|
.e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
|
|
2069
2046
|
border-bottom-style: solid;
|
|
2070
2047
|
border-bottom-width: 3px;
|
|
@@ -2494,7 +2471,6 @@
|
|
|
2494
2471
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
|
|
2495
2472
|
background: #565e64;
|
|
2496
2473
|
border: 1px solid #51585e;
|
|
2497
|
-
border: 0;
|
|
2498
2474
|
}
|
|
2499
2475
|
|
|
2500
2476
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
@@ -2503,7 +2479,7 @@
|
|
|
2503
2479
|
}
|
|
2504
2480
|
|
|
2505
2481
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
|
|
2506
|
-
color: #
|
|
2482
|
+
color: #fff;
|
|
2507
2483
|
}
|
|
2508
2484
|
|
|
2509
2485
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
@@ -2667,7 +2643,7 @@
|
|
|
2667
2643
|
}
|
|
2668
2644
|
|
|
2669
2645
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2670
|
-
color: #
|
|
2646
|
+
color: #fff;
|
|
2671
2647
|
}
|
|
2672
2648
|
|
|
2673
2649
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
@@ -2872,7 +2848,7 @@
|
|
|
2872
2848
|
}
|
|
2873
2849
|
|
|
2874
2850
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
|
|
2875
|
-
color: #
|
|
2851
|
+
color: #fff;
|
|
2876
2852
|
}
|
|
2877
2853
|
|
|
2878
2854
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons {
|
|
@@ -2884,7 +2860,7 @@
|
|
|
2884
2860
|
}
|
|
2885
2861
|
|
|
2886
2862
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2887
|
-
color: #
|
|
2863
|
+
color: #fff;
|
|
2888
2864
|
}
|
|
2889
2865
|
|
|
2890
2866
|
.e-rte-quick-popup .e-rte-dropdown-btn {
|
|
@@ -482,13 +482,6 @@
|
|
|
482
482
|
padding: 0 6px;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
486
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
487
|
-
.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
488
|
-
.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
489
|
-
padding: 0 8px;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
485
|
.e-bigger .e-richtexteditor.e-rte-full-screen iframe,
|
|
493
486
|
.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
|
|
494
487
|
height: calc(100% - 56px);
|
|
@@ -551,10 +544,6 @@
|
|
|
551
544
|
padding-right: 5px;
|
|
552
545
|
}
|
|
553
546
|
|
|
554
|
-
.e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav {
|
|
555
|
-
min-height: 40px;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
547
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
|
|
559
548
|
margin-left: 7px;
|
|
560
549
|
}
|
|
@@ -711,11 +700,6 @@
|
|
|
711
700
|
padding: 0;
|
|
712
701
|
}
|
|
713
702
|
|
|
714
|
-
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,
|
|
715
|
-
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
|
|
716
|
-
padding: 0 4px;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
703
|
.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'],
|
|
720
704
|
.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] {
|
|
721
705
|
box-sizing: border-box;
|
|
@@ -768,7 +752,6 @@
|
|
|
768
752
|
line-height: 1.5;
|
|
769
753
|
opacity: 00.54;
|
|
770
754
|
overflow: hidden;
|
|
771
|
-
padding: 16px;
|
|
772
755
|
position: absolute;
|
|
773
756
|
text-align: start;
|
|
774
757
|
top: 0;
|
|
@@ -932,10 +915,11 @@
|
|
|
932
915
|
|
|
933
916
|
.e-richtexteditor .e-rte-character-count {
|
|
934
917
|
bottom: 0;
|
|
935
|
-
color: #
|
|
918
|
+
color: #adb5bd;
|
|
919
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
936
920
|
font-size: 14px;
|
|
937
921
|
margin-right: 30px;
|
|
938
|
-
opacity:
|
|
922
|
+
opacity: 00.54;
|
|
939
923
|
padding-bottom: 2px;
|
|
940
924
|
position: absolute;
|
|
941
925
|
right: 0;
|
|
@@ -2058,13 +2042,6 @@
|
|
|
2058
2042
|
font-size: 12px;
|
|
2059
2043
|
}
|
|
2060
2044
|
|
|
2061
|
-
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
|
|
2062
|
-
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
|
|
2063
|
-
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,
|
|
2064
|
-
.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret {
|
|
2065
|
-
min-width: 24px;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
2045
|
.e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
|
|
2069
2046
|
border-bottom-style: solid;
|
|
2070
2047
|
border-bottom-width: 3px;
|
|
@@ -2494,7 +2471,6 @@
|
|
|
2494
2471
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
|
|
2495
2472
|
background: #565e64;
|
|
2496
2473
|
border: 1px solid #51585e;
|
|
2497
|
-
border: 0;
|
|
2498
2474
|
}
|
|
2499
2475
|
|
|
2500
2476
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
@@ -2503,7 +2479,7 @@
|
|
|
2503
2479
|
}
|
|
2504
2480
|
|
|
2505
2481
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
|
|
2506
|
-
color: #
|
|
2482
|
+
color: #212529;
|
|
2507
2483
|
}
|
|
2508
2484
|
|
|
2509
2485
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
@@ -2667,7 +2643,7 @@
|
|
|
2667
2643
|
}
|
|
2668
2644
|
|
|
2669
2645
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2670
|
-
color: #
|
|
2646
|
+
color: #212529;
|
|
2671
2647
|
}
|
|
2672
2648
|
|
|
2673
2649
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
@@ -2872,7 +2848,7 @@
|
|
|
2872
2848
|
}
|
|
2873
2849
|
|
|
2874
2850
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons {
|
|
2875
|
-
color: #
|
|
2851
|
+
color: #212529;
|
|
2876
2852
|
}
|
|
2877
2853
|
|
|
2878
2854
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons {
|
|
@@ -2884,7 +2860,7 @@
|
|
|
2884
2860
|
}
|
|
2885
2861
|
|
|
2886
2862
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2887
|
-
color: #
|
|
2863
|
+
color: #212529;
|
|
2888
2864
|
}
|
|
2889
2865
|
|
|
2890
2866
|
.e-rte-quick-popup .e-rte-dropdown-btn {
|
|
@@ -745,7 +745,6 @@
|
|
|
745
745
|
line-height: 18px;
|
|
746
746
|
opacity: 00.54;
|
|
747
747
|
overflow: hidden;
|
|
748
|
-
padding: 16px;
|
|
749
748
|
position: absolute;
|
|
750
749
|
text-align: start;
|
|
751
750
|
top: 0;
|
|
@@ -910,9 +909,10 @@
|
|
|
910
909
|
.e-richtexteditor .e-rte-character-count {
|
|
911
910
|
bottom: 0;
|
|
912
911
|
color: #c8c8c8;
|
|
912
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
913
913
|
font-size: 14px;
|
|
914
914
|
margin-right: 30px;
|
|
915
|
-
opacity:
|
|
915
|
+
opacity: 00.54;
|
|
916
916
|
padding-bottom: 2px;
|
|
917
917
|
position: absolute;
|
|
918
918
|
right: 0;
|
|
@@ -745,7 +745,6 @@
|
|
|
745
745
|
line-height: 18px;
|
|
746
746
|
opacity: 00.54;
|
|
747
747
|
overflow: hidden;
|
|
748
|
-
padding: 16px;
|
|
749
748
|
position: absolute;
|
|
750
749
|
text-align: start;
|
|
751
750
|
top: 0;
|
|
@@ -910,9 +909,10 @@
|
|
|
910
909
|
.e-richtexteditor .e-rte-character-count {
|
|
911
910
|
bottom: 0;
|
|
912
911
|
color: #000;
|
|
912
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
913
913
|
font-size: 14px;
|
|
914
914
|
margin-right: 30px;
|
|
915
|
-
opacity:
|
|
915
|
+
opacity: 00.54;
|
|
916
916
|
padding-bottom: 2px;
|
|
917
917
|
position: absolute;
|
|
918
918
|
right: 0;
|
|
@@ -745,7 +745,6 @@
|
|
|
745
745
|
line-height: 15px;
|
|
746
746
|
opacity: 00.54;
|
|
747
747
|
overflow: hidden;
|
|
748
|
-
padding: 16px;
|
|
749
748
|
position: absolute;
|
|
750
749
|
text-align: start;
|
|
751
750
|
top: 0;
|
|
@@ -910,9 +909,10 @@
|
|
|
910
909
|
.e-richtexteditor .e-rte-character-count {
|
|
911
910
|
bottom: 0;
|
|
912
911
|
color: #fff;
|
|
912
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
913
913
|
font-size: 14px;
|
|
914
914
|
margin-right: 30px;
|
|
915
|
-
opacity:
|
|
915
|
+
opacity: 00.54;
|
|
916
916
|
padding-bottom: 2px;
|
|
917
917
|
position: absolute;
|
|
918
918
|
right: 0;
|
|
@@ -745,7 +745,6 @@
|
|
|
745
745
|
line-height: 15px;
|
|
746
746
|
opacity: 00.54;
|
|
747
747
|
overflow: hidden;
|
|
748
|
-
padding: 16px;
|
|
749
748
|
position: absolute;
|
|
750
749
|
text-align: start;
|
|
751
750
|
top: 0;
|
|
@@ -910,9 +909,10 @@
|
|
|
910
909
|
.e-richtexteditor .e-rte-character-count {
|
|
911
910
|
bottom: 0;
|
|
912
911
|
color: #fff;
|
|
912
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
913
913
|
font-size: 14px;
|
|
914
914
|
margin-right: 30px;
|
|
915
|
-
opacity:
|
|
915
|
+
opacity: 00.54;
|
|
916
916
|
padding-bottom: 2px;
|
|
917
917
|
position: absolute;
|
|
918
918
|
right: 0;
|
|
@@ -746,7 +746,6 @@
|
|
|
746
746
|
line-height: 16px;
|
|
747
747
|
opacity: 00.54;
|
|
748
748
|
overflow: hidden;
|
|
749
|
-
padding: 16px;
|
|
750
749
|
position: absolute;
|
|
751
750
|
text-align: start;
|
|
752
751
|
top: 0;
|
|
@@ -911,9 +910,10 @@
|
|
|
911
910
|
.e-richtexteditor .e-rte-character-count {
|
|
912
911
|
bottom: 0;
|
|
913
912
|
color: #fff;
|
|
913
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
914
914
|
font-size: 14px;
|
|
915
915
|
margin-right: 30px;
|
|
916
|
-
opacity:
|
|
916
|
+
opacity: 00.54;
|
|
917
917
|
padding-bottom: 2px;
|
|
918
918
|
position: absolute;
|
|
919
919
|
right: 0;
|
|
@@ -746,7 +746,6 @@
|
|
|
746
746
|
line-height: 16px;
|
|
747
747
|
opacity: 00.54;
|
|
748
748
|
overflow: hidden;
|
|
749
|
-
padding: 16px;
|
|
750
749
|
position: absolute;
|
|
751
750
|
text-align: start;
|
|
752
751
|
top: 0;
|
|
@@ -911,9 +910,10 @@
|
|
|
911
910
|
.e-richtexteditor .e-rte-character-count {
|
|
912
911
|
bottom: 0;
|
|
913
912
|
color: #000;
|
|
913
|
+
font-family: 'Times New Roman', Georgia, Serif;
|
|
914
914
|
font-size: 14px;
|
|
915
915
|
margin-right: 30px;
|
|
916
|
-
opacity:
|
|
916
|
+
opacity: 00.54;
|
|
917
917
|
padding-bottom: 2px;
|
|
918
918
|
position: absolute;
|
|
919
919
|
right: 0;
|