jodit 4.6.15 → 4.6.18

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +2 -2
  4. package/es2015/jodit.js +25 -5
  5. package/es2015/jodit.min.js +2 -2
  6. package/es2015/plugins/debug/debug.css +1 -1
  7. package/es2015/plugins/debug/debug.js +1 -1
  8. package/es2015/plugins/debug/debug.min.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  12. package/es2018/jodit.css +1 -1
  13. package/es2018/jodit.fat.min.js +2 -2
  14. package/es2018/jodit.js +25 -5
  15. package/es2018/jodit.min.js +2 -2
  16. package/es2018/plugins/debug/debug.css +1 -1
  17. package/es2018/plugins/debug/debug.js +1 -1
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  20. package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
  21. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  22. package/es2021/jodit.css +1 -1
  23. package/es2021/jodit.fat.min.js +2 -2
  24. package/es2021/jodit.js +25 -5
  25. package/es2021/jodit.min.js +2 -2
  26. package/es2021/plugins/debug/debug.css +1 -1
  27. package/es2021/plugins/debug/debug.js +1 -1
  28. package/es2021/plugins/debug/debug.min.js +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  31. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  32. package/es2021.en/jodit.css +1 -1
  33. package/es2021.en/jodit.fat.min.js +2 -2
  34. package/es2021.en/jodit.js +25 -5
  35. package/es2021.en/jodit.min.js +2 -2
  36. package/es2021.en/plugins/debug/debug.css +1 -1
  37. package/es2021.en/plugins/debug/debug.js +1 -1
  38. package/es2021.en/plugins/debug/debug.min.js +1 -1
  39. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  40. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  42. package/es5/415.fat.min.js +1 -1
  43. package/es5/415.min.js +1 -1
  44. package/es5/5.fat.min.js +1 -1
  45. package/es5/5.min.js +1 -1
  46. package/es5/jodit.css +2 -2
  47. package/es5/jodit.fat.min.js +2 -2
  48. package/es5/jodit.js +29 -5
  49. package/es5/jodit.min.css +2 -2
  50. package/es5/jodit.min.js +2 -2
  51. package/es5/plugins/debug/debug.css +1 -1
  52. package/es5/plugins/debug/debug.js +1 -1
  53. package/es5/plugins/debug/debug.min.js +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  57. package/esm/core/constants.js +1 -1
  58. package/esm/core/selection/selection.js +11 -0
  59. package/esm/plugins/link/link.js +12 -3
  60. package/package.json +1 -1
package/es5/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.6.15
4
+ * Version: v4.6.18
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -8775,7 +8775,7 @@ __webpack_require__.r(__webpack_exports__);
8775
8775
  * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
8776
8776
  */
8777
8777
 
8778
- var APP_VERSION = "4.6.15";
8778
+ var APP_VERSION = "4.6.18";
8779
8779
  // prettier-ignore
8780
8780
  var ES = "es5";
8781
8781
  var IS_ES_MODERN = false;
@@ -22547,7 +22547,12 @@ function writeClasses(modeClassName, className_input, className_select, a) {
22547
22547
  for (var i = 0; i < className_select.selectedOptions.length; i++) {
22548
22548
  var className = (_a = className_select.selectedOptions.item(i)) === null || _a === void 0 ? void 0 : _a.value;
22549
22549
  if (className) {
22550
- a.classList.add(className);
22550
+ className
22551
+ .split(/\s+/)
22552
+ .filter(function (cn) { return cn.trim().length > 0; })
22553
+ .forEach(function (cn) {
22554
+ a.classList.add(cn);
22555
+ });
22551
22556
  }
22552
22557
  }
22553
22558
  }
@@ -22569,11 +22574,15 @@ function readClassnames(modeClassName, className_input, link, className_select)
22569
22574
  }
22570
22575
  }
22571
22576
  var classNames = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.attr)(link, 'class') || '';
22572
- classNames.split(' ').forEach(function (className) {
22577
+ classNames
22578
+ .split(/\s+/)
22579
+ .filter(function (cn) { return cn.trim().length > 0; })
22580
+ .forEach(function (className) {
22573
22581
  if (className) {
22574
22582
  for (var i = 0; i < className_select.options.length; i++) {
22575
22583
  var option = className_select.options.item(i);
22576
- if ((option === null || option === void 0 ? void 0 : option.value) && option.value === className) {
22584
+ if ((option === null || option === void 0 ? void 0 : option.value) &&
22585
+ option.value === className) {
22577
22586
  option.selected = true;
22578
22587
  }
22579
22588
  }
@@ -39179,12 +39188,27 @@ var Selection = /** @class */ (function () {
39179
39188
  _this.j.e.fire('beforeInsertNode', node);
39180
39189
  if (sel && sel.rangeCount) {
39181
39190
  var range = sel.getRangeAt(0);
39191
+ var firstChild_1 = node.firstChild;
39182
39192
  if (jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__/* .Dom */ .J.isOrContains(_this.area, range.commonAncestorContainer)) {
39183
39193
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__/* .Dom */ .J.safeInsertNode(range, node);
39184
39194
  }
39185
39195
  else {
39186
39196
  _this.area.appendChild(node);
39187
39197
  }
39198
+ [
39199
+ function () {
39200
+ return firstChild_1 === null || firstChild_1 === void 0 ? void 0 : firstChild_1.previousSibling;
39201
+ },
39202
+ function () {
39203
+ return firstChild_1 === null || firstChild_1 === void 0 ? void 0 : firstChild_1.previousSibling;
39204
+ },
39205
+ function () { var _a; return (_a = firstChild_1 === null || firstChild_1 === void 0 ? void 0 : firstChild_1.previousSibling) === null || _a === void 0 ? void 0 : _a.lastChild; }
39206
+ ].forEach(function (getChildNode) {
39207
+ var childNode = getChildNode();
39208
+ if (childNode && jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__/* .Dom */ .J.isEmptyTextNode(childNode)) {
39209
+ jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__/* .Dom */ .J.safeRemove(childNode);
39210
+ }
39211
+ });
39188
39212
  }
39189
39213
  else {
39190
39214
  _this.area.appendChild(node);
package/es5/jodit.min.css CHANGED
@@ -1,14 +1,14 @@
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.6.15
4
+ * Version: v4.6.18
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
8
8
  /*!
9
9
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
10
10
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
11
- * Version: v4.6.15
11
+ * Version: v4.6.18
12
12
  * Url: https://xdsoft.net/jodit/
13
13
  * License(s): MIT
14
14
  */