@syncfusion/ej2-richtexteditor 23.2.4 → 23.2.5
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 +4 -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 +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +1 -1
- 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 +6 -6
- package/src/rich-text-editor/base/rich-text-editor.js +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 23.2.
|
|
3
|
+
* version : 23.2.5
|
|
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@23.
|
|
3
|
+
"_id": "@syncfusion/ej2-richtexteditor@23.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-gQoJXBFkuekaa+gB0U2JpQldeFdkRz6T+N7qkqYNBpSDw0+zF71ScmwYy42dxjGVEJRdZT/HHRwtV5KgLEAhAQ==",
|
|
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-23.
|
|
29
|
-
"_shasum": "
|
|
28
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.4.tgz",
|
|
29
|
+
"_shasum": "53e152500eb6b7a1c1215748894fb8de196fec14",
|
|
30
30
|
"_spec": "@syncfusion/ej2-richtexteditor@*",
|
|
31
31
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
32
32
|
"author": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@syncfusion/ej2-buttons": "~23.2.4",
|
|
42
42
|
"@syncfusion/ej2-filemanager": "~23.2.4",
|
|
43
43
|
"@syncfusion/ej2-inputs": "~23.2.4",
|
|
44
|
-
"@syncfusion/ej2-navigations": "~23.2.
|
|
44
|
+
"@syncfusion/ej2-navigations": "~23.2.5",
|
|
45
45
|
"@syncfusion/ej2-popups": "~23.2.4",
|
|
46
46
|
"@syncfusion/ej2-splitbuttons": "~23.2.4"
|
|
47
47
|
},
|
|
@@ -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": "23.2.
|
|
72
|
+
"version": "23.2.5",
|
|
73
73
|
"sideEffects": false
|
|
74
74
|
}
|
|
@@ -2219,7 +2219,7 @@ var RichTextEditor = /** @class */ (function (_super) {
|
|
|
2219
2219
|
trg.setAttribute('tabindex', '-1');
|
|
2220
2220
|
}
|
|
2221
2221
|
}
|
|
2222
|
-
else if (closest(trg, '[aria-owns="' + this.getID() + '"]')) {
|
|
2222
|
+
else if (closest(trg, '[aria-owns="' + this.getID() + '"]') || closest(trg, '.' + classes.CLS_RTE_ELEMENTS)) {
|
|
2223
2223
|
this.isBlur = false;
|
|
2224
2224
|
}
|
|
2225
2225
|
else {
|