@syncfusion/ej2-richtexteditor 24.1.46 → 24.1.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/CHANGELOG.md +10 -0
- package/dist/ej2-richtexteditor.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +13 -2
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +14 -2
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/rich-text-editor/base/constant.d.ts +5 -0
- package/src/rich-text-editor/base/constant.js +5 -0
- package/src/rich-text-editor/base/interface.d.ts +1 -0
- package/src/rich-text-editor/base/rich-text-editor.js +3 -1
- package/src/rich-text-editor/renderer/view-source.d.ts +1 -0
- package/src/rich-text-editor/renderer/view-source.js +5 -0
- package/styles/bootstrap-dark.css +5 -6
- package/styles/bootstrap.css +5 -6
- package/styles/bootstrap4.css +5 -6
- package/styles/bootstrap5-dark.css +5 -6
- package/styles/bootstrap5.css +5 -6
- package/styles/fabric-dark.css +5 -6
- package/styles/fabric.css +5 -6
- package/styles/fluent-dark.css +5 -6
- package/styles/fluent.css +5 -6
- package/styles/highcontrast-light.css +5 -6
- package/styles/highcontrast.css +5 -6
- package/styles/material-dark.css +5 -6
- package/styles/material.css +5 -6
- package/styles/material3-dark.css +5 -6
- package/styles/material3.css +5 -6
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap4-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap5-definition.scss +2 -1
- package/styles/rich-text-editor/_fabric-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_fabric-definition.scss +1 -0
- package/styles/rich-text-editor/_fluent-definition.scss +2 -1
- package/styles/rich-text-editor/_fusionnew-definition.scss +2 -1
- package/styles/rich-text-editor/_highcontrast-definition.scss +1 -0
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +1 -0
- package/styles/rich-text-editor/_layout.scss +4 -4
- package/styles/rich-text-editor/_material-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_material-definition.scss +2 -0
- package/styles/rich-text-editor/_material3-definition.scss +2 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +2 -1
- package/styles/rich-text-editor/bootstrap-dark.css +5 -6
- package/styles/rich-text-editor/bootstrap.css +5 -6
- package/styles/rich-text-editor/bootstrap4.css +5 -6
- package/styles/rich-text-editor/bootstrap5-dark.css +5 -6
- package/styles/rich-text-editor/bootstrap5.css +5 -6
- package/styles/rich-text-editor/fabric-dark.css +5 -6
- package/styles/rich-text-editor/fabric.css +5 -6
- package/styles/rich-text-editor/fluent-dark.css +5 -6
- package/styles/rich-text-editor/fluent.css +5 -6
- package/styles/rich-text-editor/highcontrast-light.css +5 -6
- package/styles/rich-text-editor/highcontrast.css +5 -6
- package/styles/rich-text-editor/material-dark.css +5 -6
- package/styles/rich-text-editor/material.css +5 -6
- package/styles/rich-text-editor/material3-dark.css +5 -6
- package/styles/rich-text-editor/material3.css +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +5 -6
- package/styles/rich-text-editor/tailwind.css +5 -6
- package/styles/tailwind-dark.css +5 -6
- package/styles/tailwind.css +5 -6
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-richtexteditor@24.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-richtexteditor@24.1.46",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-K1mDIDbCA6xYUHgnITLvbR5bMXvuS5ohLMuOy4cZZNgxXUwey8If1jCejn71a0kGGFVk9LCmVb97JtN2t6CP6g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"/@syncfusion/ej2-react-richtexteditor",
|
|
26
26
|
"/@syncfusion/ej2-vue-richtexteditor"
|
|
27
27
|
],
|
|
28
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.
|
|
29
|
-
"_shasum": "
|
|
28
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.46.tgz",
|
|
29
|
+
"_shasum": "709472d820317afe84896ef327ab8355e8b151e3",
|
|
30
30
|
"_spec": "@syncfusion/ej2-richtexteditor@*",
|
|
31
31
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
32
32
|
"author": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@syncfusion/ej2-base": "~24.1.46",
|
|
41
41
|
"@syncfusion/ej2-buttons": "~24.1.46",
|
|
42
|
-
"@syncfusion/ej2-filemanager": "~24.1.
|
|
43
|
-
"@syncfusion/ej2-inputs": "~24.1.
|
|
42
|
+
"@syncfusion/ej2-filemanager": "~24.1.47",
|
|
43
|
+
"@syncfusion/ej2-inputs": "~24.1.47",
|
|
44
44
|
"@syncfusion/ej2-navigations": "~24.1.46",
|
|
45
45
|
"@syncfusion/ej2-popups": "~24.1.46",
|
|
46
46
|
"@syncfusion/ej2-splitbuttons": "~24.1.46"
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
70
70
|
},
|
|
71
71
|
"typings": "index.d.ts",
|
|
72
|
-
"version": "24.1.
|
|
72
|
+
"version": "24.1.47",
|
|
73
73
|
"sideEffects": false
|
|
74
74
|
}
|
|
@@ -744,6 +744,11 @@ export var cleanupResizeElements = 'cleanupResizeElements';
|
|
|
744
744
|
/**
|
|
745
745
|
* @hidden
|
|
746
746
|
|
|
747
|
+
*/
|
|
748
|
+
export var updateValueOnIdle = 'updateValueOnIdle';
|
|
749
|
+
/**
|
|
750
|
+
* @hidden
|
|
751
|
+
|
|
747
752
|
*/
|
|
748
753
|
export var blockEmptyNodes = "address:empty, article:empty, aside:empty, blockquote:empty,\n details:empty, dd:empty, div:empty, dl:empty, dt:empty, fieldset:empty, footer:empty,form:empty, h1:empty,\n h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, header:empty, hgroup:empty, li:empty, main:empty, nav:empty,\n noscript:empty, output:empty, p:empty, pre:empty, section:empty, td:empty, th:empty";
|
|
749
754
|
/**
|
|
@@ -757,7 +757,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
757
757
|
}
|
|
758
758
|
if (e.action !== 'insert-link' &&
|
|
759
759
|
e.action !== 'format-copy' && e.action !== 'format-paste' &&
|
|
760
|
-
(!e.target || !(e.target.classList.contains('e-mention') && e.code === 'Tab')) &&
|
|
760
|
+
(!e.target || !(e.target.classList.contains('e-mention') && !isNOU(document.querySelector('#' + e.target.id + '_popup.e-popup-open')) && e.code === 'Tab')) &&
|
|
761
761
|
(e.action && e.action !== 'paste' && e.action !== 'space'
|
|
762
762
|
|| e.which === 9 || (e.code === 'Backspace' && e.which === 8))) {
|
|
763
763
|
var FormatPainterEscapeAction = false;
|
|
@@ -2463,6 +2463,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
2463
2463
|
this.on(events.resizeInitialized, this.updateResizeFlag, this);
|
|
2464
2464
|
this.on(events.updateTbItemsStatus, this.updateStatus, this);
|
|
2465
2465
|
this.on(events.cleanupResizeElements, this.cleanupResizeElements, this);
|
|
2466
|
+
this.on(events.updateValueOnIdle, this.updateValueOnIdle, this);
|
|
2466
2467
|
if (this.readonly && this.enabled) {
|
|
2467
2468
|
return;
|
|
2468
2469
|
}
|
|
@@ -2551,6 +2552,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
2551
2552
|
this.off(events.resizeInitialized, this.updateResizeFlag);
|
|
2552
2553
|
this.off(events.updateTbItemsStatus, this.updateStatus);
|
|
2553
2554
|
this.off(events.cleanupResizeElements, this.cleanupResizeElements);
|
|
2555
|
+
this.off(events.updateValueOnIdle, this.updateValueOnIdle);
|
|
2554
2556
|
if (this.readonly && this.enabled) {
|
|
2555
2557
|
return;
|
|
2556
2558
|
}
|
|
@@ -108,6 +108,7 @@ var ViewSource = /** @class */ (function () {
|
|
|
108
108
|
|
|
109
109
|
*/
|
|
110
110
|
ViewSource.prototype.sourceCode = function (args) {
|
|
111
|
+
var _this = this;
|
|
111
112
|
this.parent.notify(events.hidePopup, {});
|
|
112
113
|
this.parent.isBlur = false;
|
|
113
114
|
this.parent.trigger(events.actionBegin, { requestType: 'SourceCode', targetItem: 'SourceCode', args: args });
|
|
@@ -166,6 +167,9 @@ var ViewSource = /** @class */ (function () {
|
|
|
166
167
|
}
|
|
167
168
|
this.parent.trigger(events.actionComplete, { requestType: 'SourceCode', targetItem: 'SourceCode', args: args });
|
|
168
169
|
this.parent.invokeChangeEvent();
|
|
170
|
+
if (!isNullOrUndefined(this.parent.saveInterval) && this.parent.saveInterval > 0 && this.parent.autoSaveOnIdle) {
|
|
171
|
+
this.codeViewTimeInterval = setInterval(function () { _this.parent.notify(events.updateValueOnIdle, {}); }, this.parent.saveInterval);
|
|
172
|
+
}
|
|
169
173
|
};
|
|
170
174
|
/**
|
|
171
175
|
* updateSourceCode method
|
|
@@ -227,6 +231,7 @@ var ViewSource = /** @class */ (function () {
|
|
|
227
231
|
this.parent.trigger(events.actionComplete, { requestType: 'Preview', targetItem: 'Preview', args: args });
|
|
228
232
|
this.parent.formatter.enableUndo(this.parent);
|
|
229
233
|
this.parent.addAudioVideoWrapper();
|
|
234
|
+
clearTimeout(this.codeViewTimeInterval);
|
|
230
235
|
this.parent.invokeChangeEvent();
|
|
231
236
|
this.parent.notify(events.tableclass, {});
|
|
232
237
|
};
|
|
@@ -529,6 +529,10 @@
|
|
|
529
529
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
530
530
|
min-height: 324px;
|
|
531
531
|
}
|
|
532
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
533
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
534
|
+
font-size: 16px;
|
|
535
|
+
}
|
|
532
536
|
|
|
533
537
|
.e-richtexteditor {
|
|
534
538
|
color: #f0f0f0;
|
|
@@ -814,12 +818,7 @@
|
|
|
814
818
|
position: relative;
|
|
815
819
|
text-align: inherit;
|
|
816
820
|
z-index: 2;
|
|
817
|
-
|
|
818
|
-
@media screen and (min-width: 992px) {
|
|
819
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
820
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
821
|
-
font-size: 14px;
|
|
822
|
-
}
|
|
821
|
+
font-size: 14px;
|
|
823
822
|
}
|
|
824
823
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
825
824
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/bootstrap.css
CHANGED
|
@@ -670,6 +670,10 @@
|
|
|
670
670
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
671
671
|
min-height: 324px;
|
|
672
672
|
}
|
|
673
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
674
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
675
|
+
font-size: 16px;
|
|
676
|
+
}
|
|
673
677
|
|
|
674
678
|
.e-richtexteditor {
|
|
675
679
|
color: #333;
|
|
@@ -955,12 +959,7 @@
|
|
|
955
959
|
position: relative;
|
|
956
960
|
text-align: inherit;
|
|
957
961
|
z-index: 2;
|
|
958
|
-
|
|
959
|
-
@media screen and (min-width: 992px) {
|
|
960
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
961
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
962
|
-
font-size: 14px;
|
|
963
|
-
}
|
|
962
|
+
font-size: 14px;
|
|
964
963
|
}
|
|
965
964
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
966
965
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -765,6 +765,10 @@
|
|
|
765
765
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
766
766
|
min-height: 324px;
|
|
767
767
|
}
|
|
768
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
769
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
770
|
+
font-size: 16px;
|
|
771
|
+
}
|
|
768
772
|
|
|
769
773
|
.e-richtexteditor {
|
|
770
774
|
color: #212529;
|
|
@@ -1050,12 +1054,7 @@
|
|
|
1050
1054
|
position: relative;
|
|
1051
1055
|
text-align: inherit;
|
|
1052
1056
|
z-index: 2;
|
|
1053
|
-
|
|
1054
|
-
@media screen and (min-width: 992px) {
|
|
1055
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
1056
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
1057
|
-
font-size: 14px;
|
|
1058
|
-
}
|
|
1057
|
+
font-size: 14px;
|
|
1059
1058
|
}
|
|
1060
1059
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
1061
1060
|
.e-richtexteditor .e-source-content .e-content p {
|
|
@@ -528,6 +528,10 @@
|
|
|
528
528
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
529
529
|
min-height: 324px;
|
|
530
530
|
}
|
|
531
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
532
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
533
|
+
font-size: 16px;
|
|
534
|
+
}
|
|
531
535
|
|
|
532
536
|
.e-richtexteditor {
|
|
533
537
|
color: #fff;
|
|
@@ -821,12 +825,7 @@
|
|
|
821
825
|
position: relative;
|
|
822
826
|
text-align: inherit;
|
|
823
827
|
z-index: 2;
|
|
824
|
-
|
|
825
|
-
@media screen and (min-width: 992px) {
|
|
826
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
827
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
828
|
-
font-size: 14px;
|
|
829
|
-
}
|
|
828
|
+
font-size: 14px;
|
|
830
829
|
}
|
|
831
830
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
832
831
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -528,6 +528,10 @@
|
|
|
528
528
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
529
529
|
min-height: 324px;
|
|
530
530
|
}
|
|
531
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
532
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
533
|
+
font-size: 16px;
|
|
534
|
+
}
|
|
531
535
|
|
|
532
536
|
.e-richtexteditor {
|
|
533
537
|
color: #212529;
|
|
@@ -821,12 +825,7 @@
|
|
|
821
825
|
position: relative;
|
|
822
826
|
text-align: inherit;
|
|
823
827
|
z-index: 2;
|
|
824
|
-
|
|
825
|
-
@media screen and (min-width: 992px) {
|
|
826
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
827
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
828
|
-
font-size: 14px;
|
|
829
|
-
}
|
|
828
|
+
font-size: 14px;
|
|
830
829
|
}
|
|
831
830
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
832
831
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -518,6 +518,10 @@
|
|
|
518
518
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
519
519
|
min-height: 324px;
|
|
520
520
|
}
|
|
521
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
522
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
523
|
+
font-size: 16px;
|
|
524
|
+
}
|
|
521
525
|
|
|
522
526
|
.e-richtexteditor {
|
|
523
527
|
color: #dadada;
|
|
@@ -803,12 +807,7 @@
|
|
|
803
807
|
position: relative;
|
|
804
808
|
text-align: inherit;
|
|
805
809
|
z-index: 2;
|
|
806
|
-
|
|
807
|
-
@media screen and (min-width: 992px) {
|
|
808
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
809
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
810
|
-
font-size: 14px;
|
|
811
|
-
}
|
|
810
|
+
font-size: 14px;
|
|
812
811
|
}
|
|
813
812
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
814
813
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/fabric.css
CHANGED
|
@@ -518,6 +518,10 @@
|
|
|
518
518
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
519
519
|
min-height: 324px;
|
|
520
520
|
}
|
|
521
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
522
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
523
|
+
font-size: 16px;
|
|
524
|
+
}
|
|
521
525
|
|
|
522
526
|
.e-richtexteditor {
|
|
523
527
|
color: #333;
|
|
@@ -803,12 +807,7 @@
|
|
|
803
807
|
position: relative;
|
|
804
808
|
text-align: inherit;
|
|
805
809
|
z-index: 2;
|
|
806
|
-
|
|
807
|
-
@media screen and (min-width: 992px) {
|
|
808
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
809
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
810
|
-
font-size: 14px;
|
|
811
|
-
}
|
|
810
|
+
font-size: 14px;
|
|
812
811
|
}
|
|
813
812
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
814
813
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -521,6 +521,10 @@
|
|
|
521
521
|
min-height: 324px;
|
|
522
522
|
min-height: 350px;
|
|
523
523
|
}
|
|
524
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
525
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
526
|
+
font-size: 16px;
|
|
527
|
+
}
|
|
524
528
|
|
|
525
529
|
.e-richtexteditor {
|
|
526
530
|
color: #f3f2f1;
|
|
@@ -808,12 +812,7 @@
|
|
|
808
812
|
position: relative;
|
|
809
813
|
text-align: inherit;
|
|
810
814
|
z-index: 2;
|
|
811
|
-
|
|
812
|
-
@media screen and (min-width: 992px) {
|
|
813
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
814
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
815
|
-
font-size: 14px;
|
|
816
|
-
}
|
|
815
|
+
font-size: 14px;
|
|
817
816
|
}
|
|
818
817
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
819
818
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/fluent.css
CHANGED
|
@@ -521,6 +521,10 @@
|
|
|
521
521
|
min-height: 324px;
|
|
522
522
|
min-height: 350px;
|
|
523
523
|
}
|
|
524
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
525
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
526
|
+
font-size: 16px;
|
|
527
|
+
}
|
|
524
528
|
|
|
525
529
|
.e-richtexteditor {
|
|
526
530
|
color: #201f1e;
|
|
@@ -808,12 +812,7 @@
|
|
|
808
812
|
position: relative;
|
|
809
813
|
text-align: inherit;
|
|
810
814
|
z-index: 2;
|
|
811
|
-
|
|
812
|
-
@media screen and (min-width: 992px) {
|
|
813
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
814
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
815
|
-
font-size: 14px;
|
|
816
|
-
}
|
|
815
|
+
font-size: 14px;
|
|
817
816
|
}
|
|
818
817
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
819
818
|
.e-richtexteditor .e-source-content .e-content p {
|
|
@@ -518,6 +518,10 @@
|
|
|
518
518
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
519
519
|
min-height: 324px;
|
|
520
520
|
}
|
|
521
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
522
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
523
|
+
font-size: 16px;
|
|
524
|
+
}
|
|
521
525
|
|
|
522
526
|
.e-richtexteditor {
|
|
523
527
|
color: #fff;
|
|
@@ -803,12 +807,7 @@
|
|
|
803
807
|
position: relative;
|
|
804
808
|
text-align: inherit;
|
|
805
809
|
z-index: 2;
|
|
806
|
-
|
|
807
|
-
@media screen and (min-width: 992px) {
|
|
808
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
809
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
810
|
-
font-size: 14px;
|
|
811
|
-
}
|
|
810
|
+
font-size: 14px;
|
|
812
811
|
}
|
|
813
812
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
814
813
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/highcontrast.css
CHANGED
|
@@ -518,6 +518,10 @@
|
|
|
518
518
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
519
519
|
min-height: 324px;
|
|
520
520
|
}
|
|
521
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
522
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
523
|
+
font-size: 16px;
|
|
524
|
+
}
|
|
521
525
|
|
|
522
526
|
.e-richtexteditor {
|
|
523
527
|
color: #fff;
|
|
@@ -803,12 +807,7 @@
|
|
|
803
807
|
position: relative;
|
|
804
808
|
text-align: inherit;
|
|
805
809
|
z-index: 2;
|
|
806
|
-
|
|
807
|
-
@media screen and (min-width: 992px) {
|
|
808
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
809
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
810
|
-
font-size: 14px;
|
|
811
|
-
}
|
|
810
|
+
font-size: 14px;
|
|
812
811
|
}
|
|
813
812
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
814
813
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/material-dark.css
CHANGED
|
@@ -518,6 +518,10 @@
|
|
|
518
518
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
519
519
|
min-height: 324px;
|
|
520
520
|
}
|
|
521
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
522
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
523
|
+
font-size: 16px;
|
|
524
|
+
}
|
|
521
525
|
|
|
522
526
|
.e-richtexteditor {
|
|
523
527
|
color: #fff;
|
|
@@ -803,12 +807,7 @@
|
|
|
803
807
|
position: relative;
|
|
804
808
|
text-align: inherit;
|
|
805
809
|
z-index: 2;
|
|
806
|
-
|
|
807
|
-
@media screen and (min-width: 992px) {
|
|
808
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
809
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
810
|
-
font-size: 14px;
|
|
811
|
-
}
|
|
810
|
+
font-size: 14px;
|
|
812
811
|
}
|
|
813
812
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
814
813
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/material.css
CHANGED
|
@@ -518,6 +518,10 @@
|
|
|
518
518
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
519
519
|
min-height: 324px;
|
|
520
520
|
}
|
|
521
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
522
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
523
|
+
font-size: 16px;
|
|
524
|
+
}
|
|
521
525
|
|
|
522
526
|
.e-richtexteditor {
|
|
523
527
|
color: #333;
|
|
@@ -803,12 +807,7 @@
|
|
|
803
807
|
position: relative;
|
|
804
808
|
text-align: inherit;
|
|
805
809
|
z-index: 2;
|
|
806
|
-
|
|
807
|
-
@media screen and (min-width: 992px) {
|
|
808
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
809
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
810
|
-
font-size: 14px;
|
|
811
|
-
}
|
|
810
|
+
font-size: 14px;
|
|
812
811
|
}
|
|
813
812
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
814
813
|
.e-richtexteditor .e-source-content .e-content p {
|
|
@@ -573,6 +573,10 @@
|
|
|
573
573
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
574
574
|
min-height: 324px;
|
|
575
575
|
}
|
|
576
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
577
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
578
|
+
font-size: 16px;
|
|
579
|
+
}
|
|
576
580
|
|
|
577
581
|
.e-richtexteditor {
|
|
578
582
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -858,12 +862,7 @@
|
|
|
858
862
|
position: relative;
|
|
859
863
|
text-align: inherit;
|
|
860
864
|
z-index: 2;
|
|
861
|
-
|
|
862
|
-
@media screen and (min-width: 992px) {
|
|
863
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
864
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
865
|
-
font-size: 14px;
|
|
866
|
-
}
|
|
865
|
+
font-size: 14px;
|
|
867
866
|
}
|
|
868
867
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
869
868
|
.e-richtexteditor .e-source-content .e-content p {
|
package/styles/material3.css
CHANGED
|
@@ -629,6 +629,10 @@
|
|
|
629
629
|
.e-richtexteditor.e-bigger .e-dialog.e-rte-dialog-minheight {
|
|
630
630
|
min-height: 324px;
|
|
631
631
|
}
|
|
632
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
633
|
+
.e-richtexteditor.e-bigger .e-rte-content .e-content {
|
|
634
|
+
font-size: 16px;
|
|
635
|
+
}
|
|
632
636
|
|
|
633
637
|
.e-richtexteditor {
|
|
634
638
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -914,12 +918,7 @@
|
|
|
914
918
|
position: relative;
|
|
915
919
|
text-align: inherit;
|
|
916
920
|
z-index: 2;
|
|
917
|
-
|
|
918
|
-
@media screen and (min-width: 992px) {
|
|
919
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
920
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
921
|
-
font-size: 14px;
|
|
922
|
-
}
|
|
921
|
+
font-size: 14px;
|
|
923
922
|
}
|
|
924
923
|
.e-richtexteditor .e-rte-content .e-content p,
|
|
925
924
|
.e-richtexteditor .e-source-content .e-content p {
|
|
@@ -155,6 +155,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
155
155
|
$rte-big-quick-tbar-item-min-height: 36px !default;
|
|
156
156
|
$rte-big-quick-tbar-item-min-width: 36px !default;
|
|
157
157
|
$rte-content-font-size: 14px !default;
|
|
158
|
+
$rte-big-content-font-size: 16px !default;
|
|
158
159
|
$rte-toolbar-icon-size: 16px !default;
|
|
159
160
|
$rte-toolbar-big-icon-size: 18px !default;
|
|
160
161
|
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
@@ -159,6 +159,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
159
159
|
$rte-big-quick-tbar-item-min-height: 36px !default;
|
|
160
160
|
$rte-big-quick-tbar-item-min-width: 36px !default;
|
|
161
161
|
$rte-content-font-size: 14px !default;
|
|
162
|
+
$rte-big-content-font-size: 16px !default;
|
|
162
163
|
$rte-dropdown-caret-icon-size: 12px !default;
|
|
163
164
|
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
164
165
|
$rte-toolbar-icon-size: 16px !default;
|
|
@@ -146,6 +146,7 @@ $rte-insert-dialog-label-padding-bottom: 14px !default;
|
|
|
146
146
|
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
147
147
|
$rte-big-quick-tbar-item-min-width: 38px !default;
|
|
148
148
|
$rte-content-font-size: 14px !default;
|
|
149
|
+
$rte-big-content-font-size: 16px !default;
|
|
149
150
|
$rte-table-popup-bdr-radius: 0 !default;
|
|
150
151
|
|
|
151
152
|
$rte-inline-dropdown-line-height: 30px !default;
|
|
@@ -68,7 +68,8 @@ $rte-insert-dialog-label-padding-top: 12px !default;
|
|
|
68
68
|
$rte-insert-dialog-label-padding-bottom: 12px !default;
|
|
69
69
|
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
70
70
|
$rte-big-quick-tbar-item-min-width: 38px !default;
|
|
71
|
-
$rte-content-font-size:
|
|
71
|
+
$rte-content-font-size: 14px !default;
|
|
72
|
+
$rte-big-content-font-size: 16px !default;
|
|
72
73
|
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
73
74
|
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
74
75
|
$font-weight: $font-weight-light !default;
|
|
@@ -158,6 +158,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
158
158
|
$rte-big-quick-tbar-item-min-height: 50px !default;
|
|
159
159
|
$rte-big-quick-tbar-item-min-width: 50px !default;
|
|
160
160
|
$rte-content-font-size: 14px !default;
|
|
161
|
+
$rte-big-content-font-size: 16px !default;
|
|
161
162
|
$rte-dropdown-caret-icon-size: 12px !default;
|
|
162
163
|
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
163
164
|
$rte-toolbar-icon-size: 16px !default;
|
|
@@ -161,6 +161,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
161
161
|
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
162
162
|
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
163
163
|
$rte-content-font-size: 14px !default;
|
|
164
|
+
$rte-big-content-font-size: 16px !default;
|
|
164
165
|
$rte-dropdown-caret-icon-size: 12px !default;
|
|
165
166
|
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
166
167
|
|
|
@@ -72,7 +72,8 @@ $rte-insert-dialog-label-padding-top: 12px !default;
|
|
|
72
72
|
$rte-insert-dialog-label-padding-bottom: 12px !default;
|
|
73
73
|
$rte-big-quick-tbar-item-min-height: 48px !default;
|
|
74
74
|
$rte-big-quick-tbar-item-min-width: 48px !default;
|
|
75
|
-
$rte-content-font-size:
|
|
75
|
+
$rte-content-font-size: 14px !default;
|
|
76
|
+
$rte-big-content-font-size: 16px !default;
|
|
76
77
|
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
77
78
|
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
78
79
|
$font-weight: $font-weight-normal !default;
|
|
@@ -68,7 +68,8 @@ $rte-insert-dialog-label-padding-top: 12px !default;
|
|
|
68
68
|
$rte-insert-dialog-label-padding-bottom: 12px !default;
|
|
69
69
|
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
70
70
|
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
71
|
-
$rte-content-font-size:
|
|
71
|
+
$rte-content-font-size: 14px !default;
|
|
72
|
+
$rte-big-content-font-size: 16px !default;
|
|
72
73
|
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
73
74
|
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
74
75
|
$rte-inline-dropdown-line-height: 0 !default;
|
|
@@ -162,6 +162,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
162
162
|
$rte-big-quick-tbar-item-min-height: 49px !default;
|
|
163
163
|
$rte-big-quick-tbar-item-min-width: 50px !default;
|
|
164
164
|
$rte-content-font-size: 14px !default;
|
|
165
|
+
$rte-big-content-font-size: 16px !default;
|
|
165
166
|
$rte-dropdown-caret-icon-size: 12px !default;
|
|
166
167
|
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
167
168
|
$rte-toolbar-icon-size: 16px !default;
|
|
@@ -158,6 +158,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
158
158
|
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
159
159
|
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
160
160
|
$rte-content-font-size: 14px !default;
|
|
161
|
+
$rte-big-content-font-size: 16px !default;
|
|
161
162
|
$rte-dropdown-caret-icon-size: 12px !default;
|
|
162
163
|
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
163
164
|
$rte-toolbar-icon-size: 16px !default;
|
|
@@ -136,6 +136,9 @@
|
|
|
136
136
|
min-height: 350px;
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
+
.e-rte-content .e-content {
|
|
140
|
+
font-size: $rte-big-content-font-size;
|
|
141
|
+
}
|
|
139
142
|
}
|
|
140
143
|
|
|
141
144
|
.e-richtexteditor {
|
|
@@ -442,10 +445,7 @@
|
|
|
442
445
|
position: relative;
|
|
443
446
|
text-align: inherit;
|
|
444
447
|
z-index: 2;
|
|
445
|
-
|
|
446
|
-
@media screen and (min-width: 992px) {
|
|
447
|
-
font-size: $rte-content-font-size;
|
|
448
|
-
}
|
|
448
|
+
font-size: $rte-content-font-size;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.e-content p {
|
|
@@ -163,6 +163,7 @@ $rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
|
163
163
|
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
164
164
|
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
165
165
|
$rte-content-font-size: 14px !default;
|
|
166
|
+
$rte-big-content-font-size: 16px !default;
|
|
166
167
|
$rte-dropdown-caret-icon-size: 12px !default;
|
|
167
168
|
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
168
169
|
|