jodit 4.12.38 → 4.12.41
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 +20 -1
- package/README.md +4 -4
- package/es2015/jodit.css +13 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +4 -4
- package/es2015/jodit.js +26 -9
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +4 -4
- package/es2015/plugins/debug/debug.css +1 -1
- 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.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +4 -4
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +4 -4
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +13 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +5 -5
- package/es2021/jodit.js +26 -9
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +5 -5
- package/es2021/plugins/debug/debug.css +1 -1
- 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 +13 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +5 -5
- package/es2021.en/jodit.js +26 -9
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +5 -5
- package/es2021.en/plugins/debug/debug.css +1 -1
- 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/jodit.css +18 -2
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +26 -10
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- 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/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/helpers/utils/scroll-into-view.js +6 -2
- package/esm/modules/widget/file-selector/file-selector.js +7 -1
- package/esm/modules/widget/tabs/tabs.js +0 -3
- package/esm/plugins/fullsize/fullsize.js +11 -1
- package/package.json +1 -1
package/es2021.en/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.12.
|
|
4
|
+
* Version: v4.12.41
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1823,7 +1823,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1823
1823
|
* ```
|
|
1824
1824
|
* @packageDocumentation
|
|
1825
1825
|
* @module constants
|
|
1826
|
-
*/ const APP_VERSION = "4.12.
|
|
1826
|
+
*/ const APP_VERSION = "4.12.41";
|
|
1827
1827
|
// prettier-ignore
|
|
1828
1828
|
const ES = "es2021";
|
|
1829
1829
|
const IS_ES_MODERN = true;
|
|
@@ -9054,8 +9054,12 @@ const map = {};
|
|
|
9054
9054
|
return false;
|
|
9055
9055
|
}
|
|
9056
9056
|
}
|
|
9057
|
-
// Check it's within the document viewport
|
|
9058
|
-
|
|
9057
|
+
// Check it's within the document viewport: the element must not be below
|
|
9058
|
+
// the viewport bottom, and (its bottom) must not be above the viewport top —
|
|
9059
|
+
// the latter guard was missing, so an element scrolled above the top was
|
|
9060
|
+
// wrongly reported as visible and never scrolled to. See #1279
|
|
9061
|
+
const clientHeight = doc.documentElement && doc.documentElement.clientHeight || 0;
|
|
9062
|
+
return top <= clientHeight && top + height >= 0;
|
|
9059
9063
|
}
|
|
9060
9064
|
/**
|
|
9061
9065
|
* Scroll element into view if it is not in view
|
|
@@ -25292,7 +25296,13 @@ jodit_core_ui__WEBPACK_IMPORTED_MODULE_2__.Icon.set('palette', (_palette_svg__WE
|
|
|
25292
25296
|
content: form.container
|
|
25293
25297
|
});
|
|
25294
25298
|
}
|
|
25295
|
-
|
|
25299
|
+
const box = (0,jodit_modules_widget_tabs_tabs__WEBPACK_IMPORTED_MODULE_3__.TabsWidget)(editor, tabs);
|
|
25300
|
+
// Marks this popup so its tabs auto-size to their labels (see
|
|
25301
|
+
// `.jodit-file-selector` in tabs.less) — long localized tab captions are no
|
|
25302
|
+
// longer clipped — while leaving other tab popups (link, video …)
|
|
25303
|
+
// untouched.
|
|
25304
|
+
box.classList.add('jodit-file-selector');
|
|
25305
|
+
return box;
|
|
25296
25306
|
};
|
|
25297
25307
|
function val(elm, selector, value) {
|
|
25298
25308
|
const child = elm.querySelector(selector);
|
|
@@ -25448,9 +25458,6 @@ function val(elm, selector, value) {
|
|
|
25448
25458
|
tab
|
|
25449
25459
|
};
|
|
25450
25460
|
});
|
|
25451
|
-
Object.values(nameToTab).forEach(({ button })=>{
|
|
25452
|
-
button.container.style.width = (100 / tabs.length).toFixed(10) + '%';
|
|
25453
|
-
});
|
|
25454
25461
|
const tab = !state || !state.activeTab || !nameToTab[state.activeTab] ? firstTab : state.activeTab;
|
|
25455
25462
|
setActive(tab);
|
|
25456
25463
|
if (state) {
|
|
@@ -30989,7 +30996,7 @@ const fullsizeStack = new Set();
|
|
|
30989
30996
|
editor.registerButton({
|
|
30990
30997
|
name: 'fullsize'
|
|
30991
30998
|
});
|
|
30992
|
-
let isEnabled = false, oldHeight = 0, oldWidth = 0, wasToggled = false;
|
|
30999
|
+
let isEnabled = false, oldHeight = 0, oldWidth = 0, savedScrollLeft = 0, savedScrollTop = 0, wasToggled = false;
|
|
30993
31000
|
const resize = ()=>{
|
|
30994
31001
|
const { container, events } = editor;
|
|
30995
31002
|
if (!events) {
|
|
@@ -31037,12 +31044,22 @@ const fullsizeStack = new Set();
|
|
|
31037
31044
|
enable ? fullsizeStack.add(container) : fullsizeStack.delete(container);
|
|
31038
31045
|
const shouldToggleGlobalFullsize = editor.o.globalFullSize && (fullsizeStack.size === 1 && enable || fullsizeStack.size === 0 && !enable);
|
|
31039
31046
|
if (shouldToggleGlobalFullsize) {
|
|
31047
|
+
// Entering fullsize sets `position: fixed` on <html>, which
|
|
31048
|
+
// makes the browser reset the page scroll to the top. Remember
|
|
31049
|
+
// the scroll position so it can be restored on exit (#1255).
|
|
31050
|
+
if (enable) {
|
|
31051
|
+
savedScrollLeft = editor.ow.scrollX;
|
|
31052
|
+
savedScrollTop = editor.ow.scrollY;
|
|
31053
|
+
}
|
|
31040
31054
|
let node = container.parentNode;
|
|
31041
31055
|
while(node && node.nodeType !== Node.DOCUMENT_NODE && node.nodeType !== Node.DOCUMENT_FRAGMENT_NODE){
|
|
31042
31056
|
node.classList.toggle('jodit_fullsize-box_true', enable);
|
|
31043
31057
|
node = node.parentNode;
|
|
31044
31058
|
}
|
|
31045
31059
|
resize();
|
|
31060
|
+
if (!enable) {
|
|
31061
|
+
editor.ow.scrollTo(savedScrollLeft, savedScrollTop);
|
|
31062
|
+
}
|
|
31046
31063
|
}
|
|
31047
31064
|
events.fire('afterResize');
|
|
31048
31065
|
};
|