@syncfusion/ej2-richtexteditor 24.1.45 → 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 +20 -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 +34 -8
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +35 -8
- 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 +12 -12
- package/src/editor-manager/plugin/link.js +3 -0
- package/src/editor-manager/plugin/nodecutter.js +1 -1
- package/src/rich-text-editor/actions/html-editor.js +2 -2
- package/src/rich-text-editor/actions/paste-clean-up.js +1 -1
- package/src/rich-text-editor/actions/toolbar.js +1 -1
- 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 +2 -0
- package/src/rich-text-editor/base/rich-text-editor.d.ts +1 -0
- package/src/rich-text-editor/base/rich-text-editor.js +15 -1
- package/src/rich-text-editor/renderer/toolbar-renderer.js +1 -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": {
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
},
|
|
38
38
|
"bundleDependencies": false,
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@syncfusion/ej2-base": "~24.1.
|
|
41
|
-
"@syncfusion/ej2-buttons": "~24.1.
|
|
42
|
-
"@syncfusion/ej2-filemanager": "~24.1.
|
|
43
|
-
"@syncfusion/ej2-inputs": "~24.1.
|
|
44
|
-
"@syncfusion/ej2-navigations": "~24.1.
|
|
45
|
-
"@syncfusion/ej2-popups": "~24.1.
|
|
46
|
-
"@syncfusion/ej2-splitbuttons": "~24.1.
|
|
40
|
+
"@syncfusion/ej2-base": "~24.1.46",
|
|
41
|
+
"@syncfusion/ej2-buttons": "~24.1.46",
|
|
42
|
+
"@syncfusion/ej2-filemanager": "~24.1.47",
|
|
43
|
+
"@syncfusion/ej2-inputs": "~24.1.47",
|
|
44
|
+
"@syncfusion/ej2-navigations": "~24.1.46",
|
|
45
|
+
"@syncfusion/ej2-popups": "~24.1.46",
|
|
46
|
+
"@syncfusion/ej2-splitbuttons": "~24.1.46"
|
|
47
47
|
},
|
|
48
48
|
"deprecated": false,
|
|
49
49
|
"description": "Essential JS 2 RichTextEditor component",
|
|
@@ -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
|
}
|
|
@@ -230,6 +230,9 @@ var LinkCommand = /** @class */ (function () {
|
|
|
230
230
|
if (!isNOU(e.item.target)) {
|
|
231
231
|
anchorEle.setAttribute('target', e.item.target);
|
|
232
232
|
}
|
|
233
|
+
if (!isNOU(e.item.ariaLabel)) {
|
|
234
|
+
anchorEle.setAttribute('aria-label', e.item.ariaLabel);
|
|
235
|
+
}
|
|
233
236
|
return anchorEle;
|
|
234
237
|
};
|
|
235
238
|
LinkCommand.prototype.getSelectionNodes = function (nodeCollection) {
|
|
@@ -171,7 +171,7 @@ var NodeCutter = /** @class */ (function () {
|
|
|
171
171
|
if ((indexes.indexOf(range.startOffset) >= 0)
|
|
172
172
|
|| ((indexes.indexOf(range.startOffset - 1) >= 0) && (range.startOffset !== 1
|
|
173
173
|
|| (range.startOffset === 1 && new RegExp('\\s').test(str[0])))
|
|
174
|
-
|| (((indexes[indexes.length - 1] - 1) === range.startOffset) && !new RegExp('\\s').test(str[0])))) {
|
|
174
|
+
|| (((indexes[indexes.length - 1] - 1) === range.startOffset) && range.endOffset !== (str.length - 1) && !new RegExp('\\s').test(str[0])))) {
|
|
175
175
|
cursorRange = range;
|
|
176
176
|
this.position = 1;
|
|
177
177
|
}
|
|
@@ -233,7 +233,7 @@ var HtmlEditor = /** @class */ (function () {
|
|
|
233
233
|
else {
|
|
234
234
|
this.parent.notify(events.enterHandler, { args: e.args });
|
|
235
235
|
var newRange = this.parent.getRange();
|
|
236
|
-
if (!isNOU(newRange.startContainer) && newRange.startContainer === this.parent.inputElement.lastChild && newRange.startContainer.nodeName !== '#text') {
|
|
236
|
+
if (!isNOU(newRange.startContainer) && newRange.startContainer === this.parent.inputElement.lastChild && newRange.startContainer.nodeName !== '#text' && this.parent.height !== 'auto') {
|
|
237
237
|
newRange.startContainer.scrollIntoView({ block: "end", inline: "nearest" });
|
|
238
238
|
}
|
|
239
239
|
}
|
|
@@ -554,7 +554,7 @@ var HtmlEditor = /** @class */ (function () {
|
|
|
554
554
|
for (var j = 0; j < splitTextContent.length; j++) {
|
|
555
555
|
if (splitTextContent[j].match(httpRegex) || splitTextContent[j].match(wwwRegex)) {
|
|
556
556
|
resultSplitContent += '<a class="e-rte-anchor" href="' + splitTextContent[j] +
|
|
557
|
-
'" title="' + splitTextContent[j] + '"target="_blank">' + splitTextContent[j] + ' </a>';
|
|
557
|
+
'" title="' + splitTextContent[j] + '" target="_blank"' + ' aria-label="' + this.parent.serviceLocator.getService('rteLocale').getConstant("linkAriaLabel") + '">' + splitTextContent[j] + ' </a>';
|
|
558
558
|
}
|
|
559
559
|
else {
|
|
560
560
|
resultSplitContent += splitTextContent[j] + ' ';
|
|
@@ -690,7 +690,7 @@ var PasteCleanup = /** @class */ (function () {
|
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
692
|
this.parent.trigger(events.afterPasteCleanup, { value: clipBoardElem.innerHTML, filesData: filesData }, function (updatedArgs) { value = updatedArgs.value; });
|
|
693
|
-
clipBoardElem.innerHTML = value;
|
|
693
|
+
clipBoardElem.innerHTML = this.parent.addAnchorAriaLabel(value);
|
|
694
694
|
clipBoardElem = this.addTableClass(clipBoardElem);
|
|
695
695
|
this.parent.formatter.editorManager.execCommand('inserthtml', 'pasteCleanup', args, function (returnArgs) {
|
|
696
696
|
extend(args, { elements: returnArgs.elements, imageElements: returnArgs.imgElem }, true);
|
|
@@ -64,7 +64,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
66
|
else {
|
|
67
|
-
if (
|
|
67
|
+
if (!this.parent.inlineMode.enable) {
|
|
68
68
|
this.tbWrapper = this.parent.createElement('div', {
|
|
69
69
|
id: this.parent.getID() + '_toolbar_wrapper',
|
|
70
70
|
innerHTML: this.tbElement.outerHTML,
|
|
@@ -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
|
/**
|
|
@@ -196,6 +196,8 @@ export interface IRichTextEditor extends Component<HTMLElement> {
|
|
|
196
196
|
currentTarget: HTMLElement;
|
|
197
197
|
focusIn(): void;
|
|
198
198
|
showEmojiPicker?(x?: number, y?: number): void;
|
|
199
|
+
addAnchorAriaLabel?(value: string): string;
|
|
200
|
+
autoSaveOnIdle: boolean;
|
|
199
201
|
}
|
|
200
202
|
/**
|
|
201
203
|
|
|
@@ -1543,6 +1543,7 @@ export declare class RichTextEditor extends Component<HTMLElement> implements IN
|
|
|
1543
1543
|
private updateValueOnIdle;
|
|
1544
1544
|
private updateIntervalValue;
|
|
1545
1545
|
private cleanupResizeElements;
|
|
1546
|
+
addAnchorAriaLabel(value: string): string;
|
|
1546
1547
|
private removeResizeElement;
|
|
1547
1548
|
private updateStatus;
|
|
1548
1549
|
private onDocumentClick;
|
|
@@ -551,6 +551,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
551
551
|
|
|
552
552
|
*/
|
|
553
553
|
RichTextEditor.prototype.render = function () {
|
|
554
|
+
this.value = (!(this.editorMode === 'Markdown') && !isNOU(this.value)) ? this.addAnchorAriaLabel(this.value) : this.value;
|
|
554
555
|
if (this.value && !this.valueTemplate) {
|
|
555
556
|
this.setProperties({ value: this.serializeValue(this.value) }, true);
|
|
556
557
|
}
|
|
@@ -756,7 +757,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
756
757
|
}
|
|
757
758
|
if (e.action !== 'insert-link' &&
|
|
758
759
|
e.action !== 'format-copy' && e.action !== 'format-paste' &&
|
|
759
|
-
(!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')) &&
|
|
760
761
|
(e.action && e.action !== 'paste' && e.action !== 'space'
|
|
761
762
|
|| e.which === 9 || (e.code === 'Backspace' && e.which === 8))) {
|
|
762
763
|
var FormatPainterEscapeAction = false;
|
|
@@ -2229,6 +2230,17 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
2229
2230
|
var value = this.removeResizeElement(args.value);
|
|
2230
2231
|
args.callBack(value);
|
|
2231
2232
|
};
|
|
2233
|
+
RichTextEditor.prototype.addAnchorAriaLabel = function (value) {
|
|
2234
|
+
var valueElementWrapper = document.createElement("div");
|
|
2235
|
+
valueElementWrapper.innerHTML = value;
|
|
2236
|
+
var item = valueElementWrapper.querySelectorAll("a");
|
|
2237
|
+
if (item.length > 0) {
|
|
2238
|
+
for (var i = 0; i < item.length; i++) {
|
|
2239
|
+
(item[i].hasAttribute("target") && item[i].getAttribute("target") === '_blank') ? item[i].setAttribute("aria-label", this.serviceLocator.getService('rteLocale').getConstant("linkAriaLabel")) : item[i];
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
return valueElementWrapper.innerHTML;
|
|
2243
|
+
};
|
|
2232
2244
|
RichTextEditor.prototype.removeResizeElement = function (value) {
|
|
2233
2245
|
var valueElementWrapper = document.createElement("div");
|
|
2234
2246
|
valueElementWrapper.innerHTML = value;
|
|
@@ -2451,6 +2463,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
2451
2463
|
this.on(events.resizeInitialized, this.updateResizeFlag, this);
|
|
2452
2464
|
this.on(events.updateTbItemsStatus, this.updateStatus, this);
|
|
2453
2465
|
this.on(events.cleanupResizeElements, this.cleanupResizeElements, this);
|
|
2466
|
+
this.on(events.updateValueOnIdle, this.updateValueOnIdle, this);
|
|
2454
2467
|
if (this.readonly && this.enabled) {
|
|
2455
2468
|
return;
|
|
2456
2469
|
}
|
|
@@ -2539,6 +2552,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
2539
2552
|
this.off(events.resizeInitialized, this.updateResizeFlag);
|
|
2540
2553
|
this.off(events.updateTbItemsStatus, this.updateStatus);
|
|
2541
2554
|
this.off(events.cleanupResizeElements, this.cleanupResizeElements);
|
|
2555
|
+
this.off(events.updateValueOnIdle, this.updateValueOnIdle);
|
|
2542
2556
|
if (this.readonly && this.enabled) {
|
|
2543
2557
|
return;
|
|
2544
2558
|
}
|
|
@@ -243,7 +243,7 @@ var ToolbarRenderer = /** @class */ (function () {
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
//Formats preselect
|
|
246
|
-
if (args.items[0].command === 'Formats') {
|
|
246
|
+
if (args.items[0].command === 'Formats' || args.items[0].command === 'Font') {
|
|
247
247
|
for (var index = 0; index < args.element.childNodes.length; index++) {
|
|
248
248
|
var divNode = _this.parent.createElement('div');
|
|
249
249
|
divNode.innerHTML = dropDown.content.trim();
|
|
@@ -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;
|