jodit 4.2.34 → 4.2.35
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 +11 -5
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +26 -18
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +26 -18
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +26 -18
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +26 -18
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/164.fat.min.js +1 -1
- package/es5/164.min.js +1 -1
- package/es5/5.fat.min.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +26 -18
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/modules/history/snapshot.d.ts +1 -1
- package/esm/modules/history/snapshot.js +10 -8
- package/esm/plugins/link/link.js +10 -4
- package/package.json +1 -1
- package/types/modules/history/snapshot.d.ts +1 -1
package/es2018/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.2.
|
|
4
|
+
* Version: v4.2.35
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1735,7 +1735,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1735
1735
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1736
1736
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1737
1737
|
*/
|
|
1738
|
-
const APP_VERSION = "4.2.
|
|
1738
|
+
const APP_VERSION = "4.2.35";
|
|
1739
1739
|
// prettier-ignore
|
|
1740
1740
|
const ES = "es2018";
|
|
1741
1741
|
const IS_ES_MODERN = true;
|
|
@@ -20920,7 +20920,7 @@ class History extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewC
|
|
|
20920
20920
|
/* harmony export */ });
|
|
20921
20921
|
/* harmony import */ var jodit_core_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(77753);
|
|
20922
20922
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(17352);
|
|
20923
|
-
/* harmony import */ var
|
|
20923
|
+
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55186);
|
|
20924
20924
|
/*!
|
|
20925
20925
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20926
20926
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -20963,7 +20963,7 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
20963
20963
|
for (let j = 0; j < elms.length; j += 1) {
|
|
20964
20964
|
if (previous &&
|
|
20965
20965
|
!this.isIgnoredNode(elms[j]) &&
|
|
20966
|
-
!(
|
|
20966
|
+
!(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isText(previous) && jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isText(elms[j]))) {
|
|
20967
20967
|
count += 1;
|
|
20968
20968
|
}
|
|
20969
20969
|
if (elms[j] === elm) {
|
|
@@ -20977,9 +20977,9 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
20977
20977
|
* Calc normal offset in joined text nodes
|
|
20978
20978
|
*/
|
|
20979
20979
|
static strokeOffset(elm, offset) {
|
|
20980
|
-
while (
|
|
20980
|
+
while (jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isText(elm)) {
|
|
20981
20981
|
elm = elm.previousSibling;
|
|
20982
|
-
if (
|
|
20982
|
+
if (jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isText(elm) && elm.nodeValue) {
|
|
20983
20983
|
offset += elm.nodeValue.length;
|
|
20984
20984
|
}
|
|
20985
20985
|
}
|
|
@@ -20990,7 +20990,7 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
20990
20990
|
*/
|
|
20991
20991
|
calcHierarchyLadder(elm) {
|
|
20992
20992
|
const counts = [];
|
|
20993
|
-
if (!elm || !elm.parentNode || !
|
|
20993
|
+
if (!elm || !elm.parentNode || !jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isOrContains(this.j.editor, elm)) {
|
|
20994
20994
|
return [];
|
|
20995
20995
|
}
|
|
20996
20996
|
while (elm && elm !== this.j.editor) {
|
|
@@ -21042,10 +21042,12 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
21042
21042
|
endOffset: 0
|
|
21043
21043
|
}
|
|
21044
21044
|
};
|
|
21045
|
-
snapshot.html = this.
|
|
21045
|
+
snapshot.html = this.__getCleanedEditorValue(this.j.editor);
|
|
21046
21046
|
const sel = this.j.s.sel;
|
|
21047
21047
|
if (sel && sel.rangeCount) {
|
|
21048
|
-
const range = sel.getRangeAt(0)
|
|
21048
|
+
const range = sel.getRangeAt(0);
|
|
21049
|
+
const startContainer = this.calcHierarchyLadder(range.startContainer);
|
|
21050
|
+
const endContainer = this.calcHierarchyLadder(range.endContainer);
|
|
21049
21051
|
let startOffset = Snapshot.strokeOffset(range.startContainer, range.startOffset), endOffset = Snapshot.strokeOffset(range.endContainer, range.endOffset);
|
|
21050
21052
|
if (!startContainer.length &&
|
|
21051
21053
|
range.startContainer !== this.j.editor) {
|
|
@@ -21072,8 +21074,8 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
21072
21074
|
restore(snapshot) {
|
|
21073
21075
|
this.transaction(() => {
|
|
21074
21076
|
const scroll = this.storeScrollState();
|
|
21075
|
-
const
|
|
21076
|
-
if (
|
|
21077
|
+
const html = this.__getCleanedEditorValue(this.j.editor);
|
|
21078
|
+
if (html !== snapshot.html) {
|
|
21077
21079
|
this.j.value = snapshot.html;
|
|
21078
21080
|
}
|
|
21079
21081
|
this.restoreOnlySelection(snapshot);
|
|
@@ -21117,11 +21119,11 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
21117
21119
|
super.destruct();
|
|
21118
21120
|
}
|
|
21119
21121
|
static isIgnoredNode(node) {
|
|
21120
|
-
return (
|
|
21122
|
+
return (jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isText(node) && !node.nodeValue) || jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.isTemporary(node);
|
|
21121
21123
|
}
|
|
21122
|
-
|
|
21124
|
+
__getCleanedEditorValue(node) {
|
|
21123
21125
|
const clone = node.cloneNode(true);
|
|
21124
|
-
|
|
21126
|
+
jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.temporaryList(clone).forEach(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_2__/* .Dom */ .J.unwrap);
|
|
21125
21127
|
return clone.innerHTML;
|
|
21126
21128
|
}
|
|
21127
21129
|
}
|
|
@@ -35001,13 +35003,19 @@ class link extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .Plugin */ .
|
|
|
35001
35003
|
__generateForm(current, close) {
|
|
35002
35004
|
const { jodit } = this;
|
|
35003
35005
|
const i18n = jodit.i18n.bind(jodit), { openInNewTabCheckbox, noFollowCheckbox, formTemplate, formClassName, modeClassName } = jodit.o.link;
|
|
35004
|
-
const html = formTemplate(jodit)
|
|
35006
|
+
const html = formTemplate(jodit);
|
|
35007
|
+
const form = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.isString)(html)
|
|
35005
35008
|
? jodit.c.fromHTML(html, {
|
|
35006
35009
|
target_checkbox_box: openInNewTabCheckbox,
|
|
35007
35010
|
nofollow_checkbox_box: noFollowCheckbox
|
|
35008
35011
|
})
|
|
35009
|
-
: html
|
|
35010
|
-
const
|
|
35012
|
+
: html;
|
|
35013
|
+
const htmlForm = jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .J.isElement(form) ? form : form.container;
|
|
35014
|
+
const elements = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.refs)(htmlForm);
|
|
35015
|
+
const { insert, unlink, content_input_box } = elements;
|
|
35016
|
+
const { target_checkbox, nofollow_checkbox, url_input } = elements;
|
|
35017
|
+
const currentElement = current;
|
|
35018
|
+
const isImageContent = jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .J.isImage(currentElement);
|
|
35011
35019
|
let { content_input } = elements;
|
|
35012
35020
|
const { className_input } = elements, { className_select } = elements;
|
|
35013
35021
|
if (!content_input) {
|
|
@@ -35078,7 +35086,7 @@ class link extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .Plugin */ .
|
|
|
35078
35086
|
jodit.history.snapshot.restore(snapshot);
|
|
35079
35087
|
const textWasChanged = getSelectionText() !== content_input.value.trim();
|
|
35080
35088
|
const ci = jodit.createInside;
|
|
35081
|
-
if (!link) {
|
|
35089
|
+
if (!link || !jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .J.isOrContains(jodit.editor, link)) {
|
|
35082
35090
|
if (!jodit.s.isCollapsed()) {
|
|
35083
35091
|
const node = jodit.s.current();
|
|
35084
35092
|
if (jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .J.isTag(node, 'img')) {
|