jodit 4.15.0 → 4.15.2

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 (65) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/es2015/jodit.css +9 -7
  3. package/es2015/jodit.fat.min.css +1 -1
  4. package/es2015/jodit.fat.min.js +4 -4
  5. package/es2015/jodit.js +11 -7
  6. package/es2015/jodit.min.css +1 -1
  7. package/es2015/jodit.min.js +4 -4
  8. package/es2015/plugins/debug/debug.css +1 -1
  9. package/es2015/plugins/debug/debug.js +1 -1
  10. package/es2015/plugins/debug/debug.min.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  13. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  14. package/es2018/jodit.fat.min.css +1 -1
  15. package/es2018/jodit.fat.min.js +4 -4
  16. package/es2018/jodit.min.css +1 -1
  17. package/es2018/jodit.min.js +4 -4
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  20. package/es2021/jodit.css +9 -7
  21. package/es2021/jodit.fat.min.css +1 -1
  22. package/es2021/jodit.fat.min.js +4 -4
  23. package/es2021/jodit.js +11 -7
  24. package/es2021/jodit.min.css +1 -1
  25. package/es2021/jodit.min.js +4 -4
  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 +9 -7
  33. package/es2021.en/jodit.fat.min.css +1 -1
  34. package/es2021.en/jodit.fat.min.js +4 -4
  35. package/es2021.en/jodit.js +11 -7
  36. package/es2021.en/jodit.min.css +1 -1
  37. package/es2021.en/jodit.min.js +4 -4
  38. package/es2021.en/plugins/debug/debug.css +1 -1
  39. package/es2021.en/plugins/debug/debug.js +1 -1
  40. package/es2021.en/plugins/debug/debug.min.js +1 -1
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  42. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  43. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  44. package/es5/jodit.css +10 -8
  45. package/es5/jodit.fat.min.css +1 -1
  46. package/es5/jodit.fat.min.js +2 -2
  47. package/es5/jodit.js +11 -7
  48. package/es5/jodit.min.css +3 -3
  49. package/es5/jodit.min.js +2 -2
  50. package/es5/plugins/debug/debug.css +1 -1
  51. package/es5/plugins/debug/debug.js +1 -1
  52. package/es5/plugins/debug/debug.min.js +1 -1
  53. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  56. package/es5/polyfills.fat.min.js +1 -1
  57. package/es5/polyfills.js +1 -1
  58. package/es5/polyfills.min.js +1 -1
  59. package/esm/core/constants.js +1 -1
  60. package/esm/modules/file-browser/config.js +6 -6
  61. package/esm/plugins/enter/enter.js +1 -1
  62. package/esm/plugins/enter/helpers/check-br.d.ts +2 -2
  63. package/esm/plugins/enter/helpers/check-br.js +9 -2
  64. package/package.json +1 -1
  65. package/types/plugins/enter/helpers/check-br.d.ts +2 -2
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.15.0
4
+ * Version: v4.15.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -2107,7 +2107,7 @@ __webpack_require__.r(__webpack_exports__);
2107
2107
  * @packageDocumentation
2108
2108
  * @module constants
2109
2109
  */
2110
- var APP_VERSION = "4.15.0";
2110
+ var APP_VERSION = "4.15.2";
2111
2111
  // prettier-ignore
2112
2112
  var ES = "es5";
2113
2113
  var IS_ES_MODERN = false;
@@ -24707,7 +24707,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_8__.Config.prototype.controls.filebrowser
24707
24707
  sort: {
24708
24708
  isInput: true,
24709
24709
  getContent: function getContent(fb) {
24710
- var select = fb.c.fromHTML('<select class="jodit-input jodit-select">' + '<option value="changed-asc">'.concat(fb.i18n('Sort by changed'), " ()</option>") + '<option value="changed-desc">'.concat(fb.i18n('Sort by changed'), " ()</option>") + '<option value="name-asc">'.concat(fb.i18n('Sort by name'), " ()</option>") + '<option value="name-desc">'.concat(fb.i18n('Sort by name'), " ()</option>") + '<option value="size-asc">'.concat(fb.i18n('Sort by size'), " ()</option>") + '<option value="size-desc">'.concat(fb.i18n('Sort by size'), " ()</option>") + '</select>');
24710
+ var select = fb.c.fromHTML('<select class="jodit-input jodit-select">' + '<option value="changed-asc">'.concat(fb.i18n('Sort by changed'), " ()</option>") + '<option value="changed-desc">'.concat(fb.i18n('Sort by changed'), " ()</option>") + '<option value="name-asc">'.concat(fb.i18n('Sort by name'), " ()</option>") + '<option value="name-desc">'.concat(fb.i18n('Sort by name'), " ()</option>") + '<option value="size-asc">'.concat(fb.i18n('Sort by size'), " ()</option>") + '<option value="size-desc">'.concat(fb.i18n('Sort by size'), " ()</option>") + '</select>');
24711
24711
  select.value = fb.state.sortBy;
24712
24712
  fb.e.on('sort.filebrowser', function(value) {
24713
24713
  if (select.value !== value) {
@@ -37263,7 +37263,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_7__.pluginSystem.add('dtd', dtd);
37263
37263
  var block = (0,_helpers__WEBPACK_IMPORTED_MODULE_12__.getBlockWrapper)(fake, jodit);
37264
37264
  var isLi = jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_8__.Dom.isLeaf(block);
37265
37265
  // if use <br> defaultTag for break line or when was entered SHIFt key or in <td> or <th> or <blockquote>
37266
- if ((!isLi || (event === null || event === void 0 ? void 0 : event.shiftKey)) && (0,_helpers__WEBPACK_IMPORTED_MODULE_12__.checkBR)(fake, jodit, event === null || event === void 0 ? void 0 : event.shiftKey)) {
37266
+ if ((!isLi || (event === null || event === void 0 ? void 0 : event.shiftKey)) && (0,_helpers__WEBPACK_IMPORTED_MODULE_12__.checkBR)(fake, jodit, event === null || event === void 0 ? void 0 : event.shiftKey, block)) {
37267
37267
  return false;
37268
37268
  }
37269
37269
  // wrap no wrapped element
@@ -37334,15 +37334,19 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('enter', enter);
37334
37334
  /**
37335
37335
  * Checks the possibility and necessity of inserting a BR instead of a block
37336
37336
  * @private
37337
- */ function checkBR(fake, jodit, shiftKeyPressed) {
37337
+ */ function checkBR(fake, jodit, shiftKeyPressed, block) {
37338
37338
  var isMultiLineBlock = Boolean(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.closest(fake, [
37339
37339
  'pre',
37340
37340
  'blockquote'
37341
37341
  ], jodit.editor));
37342
- var isCell = !isMultiLineBlock && jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.closest(fake, [
37342
+ // A cell itself can't be split into two cells, so bare cell content gets
37343
+ // a BR. But when the cell already holds a real block (<p>, <h3>, ...) that
37344
+ // block is split like anywhere else, otherwise every line of the cell
37345
+ // stays inside one block and block styles apply to all of them at once.
37346
+ var isCell = !isMultiLineBlock && (block ? jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.isCell(block) : Boolean(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.closest(fake, [
37343
37347
  'td',
37344
37348
  'th'
37345
- ], jodit.editor);
37349
+ ], jodit.editor)));
37346
37350
  var isBRMode = jodit.o.enter.toLowerCase() === jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.BR.toLowerCase();
37347
37351
  // if you use <br> defaultTag for break line or when was entered SHIFt key or in <td> or <th> or <blockquote>
37348
37352
  if (isBRMode || isCell || shiftKeyPressed && !isMultiLineBlock || !shiftKeyPressed && isMultiLineBlock) {