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
@@ -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
  */
@@ -1779,7 +1779,7 @@ __webpack_require__.r(__webpack_exports__);
1779
1779
  * ```
1780
1780
  * @packageDocumentation
1781
1781
  * @module constants
1782
- */ const APP_VERSION = "4.15.0";
1782
+ */ const APP_VERSION = "4.15.2";
1783
1783
  // prettier-ignore
1784
1784
  const ES = "es2021";
1785
1785
  const IS_ES_MODERN = true;
@@ -20368,7 +20368,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_5__.Config.prototype.controls.filebrowser
20368
20368
  sort: {
20369
20369
  isInput: true,
20370
20370
  getContent: (fb)=>{
20371
- const select = fb.c.fromHTML('<select class="jodit-input jodit-select">' + `<option value="changed-asc">${fb.i18n('Sort by changed')} ()</option>` + `<option value="changed-desc">${fb.i18n('Sort by changed')} ()</option>` + `<option value="name-asc">${fb.i18n('Sort by name')} ()</option>` + `<option value="name-desc">${fb.i18n('Sort by name')} ()</option>` + `<option value="size-asc">${fb.i18n('Sort by size')} ()</option>` + `<option value="size-desc">${fb.i18n('Sort by size')} ()</option>` + '</select>');
20371
+ const select = fb.c.fromHTML('<select class="jodit-input jodit-select">' + `<option value="changed-asc">${fb.i18n('Sort by changed')} ()</option>` + `<option value="changed-desc">${fb.i18n('Sort by changed')} ()</option>` + `<option value="name-asc">${fb.i18n('Sort by name')} ()</option>` + `<option value="name-desc">${fb.i18n('Sort by name')} ()</option>` + `<option value="size-asc">${fb.i18n('Sort by size')} ()</option>` + `<option value="size-desc">${fb.i18n('Sort by size')} ()</option>` + '</select>');
20372
20372
  select.value = fb.state.sortBy;
20373
20373
  fb.e.on('sort.filebrowser', (value)=>{
20374
20374
  if (select.value !== value) {
@@ -30760,7 +30760,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__.pluginSystem.add('dtd', dtd);
30760
30760
  let block = (0,_helpers__WEBPACK_IMPORTED_MODULE_7__.getBlockWrapper)(fake, jodit);
30761
30761
  const isLi = jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__.Dom.isLeaf(block);
30762
30762
  // if use <br> defaultTag for break line or when was entered SHIFt key or in <td> or <th> or <blockquote>
30763
- if ((!isLi || event?.shiftKey) && (0,_helpers__WEBPACK_IMPORTED_MODULE_7__.checkBR)(fake, jodit, event?.shiftKey)) {
30763
+ if ((!isLi || event?.shiftKey) && (0,_helpers__WEBPACK_IMPORTED_MODULE_7__.checkBR)(fake, jodit, event?.shiftKey, block)) {
30764
30764
  return false;
30765
30765
  }
30766
30766
  // wrap no wrapped element
@@ -30822,15 +30822,19 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_4__.pluginSystem.add('enter', enter);
30822
30822
  /**
30823
30823
  * Checks the possibility and necessity of inserting a BR instead of a block
30824
30824
  * @private
30825
- */ function checkBR(fake, jodit, shiftKeyPressed) {
30825
+ */ function checkBR(fake, jodit, shiftKeyPressed, block) {
30826
30826
  const isMultiLineBlock = Boolean(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.closest(fake, [
30827
30827
  'pre',
30828
30828
  'blockquote'
30829
30829
  ], jodit.editor));
30830
- const isCell = !isMultiLineBlock && jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.closest(fake, [
30830
+ // A cell itself can't be split into two cells, so bare cell content gets
30831
+ // a BR. But when the cell already holds a real block (<p>, <h3>, ...) that
30832
+ // block is split like anywhere else, otherwise every line of the cell
30833
+ // stays inside one block and block styles apply to all of them at once.
30834
+ const 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, [
30831
30835
  'td',
30832
30836
  'th'
30833
- ], jodit.editor);
30837
+ ], jodit.editor)));
30834
30838
  const isBRMode = jodit.o.enter.toLowerCase() === jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.BR.toLowerCase();
30835
30839
  // if you use <br> defaultTag for break line or when was entered SHIFt key or in <td> or <th> or <blockquote>
30836
30840
  if (isBRMode || isCell || shiftKeyPressed && !isMultiLineBlock || !shiftKeyPressed && isMultiLineBlock) {