jodit-pro 4.2.51 → 4.2.54
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/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +3 -122
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/autocomplete/autocomplete.js +1 -1
- package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2015/plugins/backup/backup.css +1 -1
- package/es2015/plugins/backup/backup.js +1 -1
- package/es2015/plugins/backup/backup.min.js +1 -1
- package/es2015/plugins/button-generator/button-generator.css +1 -1
- package/es2015/plugins/button-generator/button-generator.js +1 -1
- package/es2015/plugins/button-generator/button-generator.min.js +1 -1
- package/es2015/plugins/change-case/change-case.js +1 -1
- package/es2015/plugins/change-case/change-case.min.js +1 -1
- package/es2015/plugins/color-picker/color-picker.css +1 -1
- package/es2015/plugins/color-picker/color-picker.js +1 -1
- package/es2015/plugins/color-picker/color-picker.min.js +1 -1
- package/es2015/plugins/emoji/emoji.css +1 -1
- package/es2015/plugins/emoji/emoji.js +1 -1
- package/es2015/plugins/emoji/emoji.min.js +1 -1
- package/es2015/plugins/export-docs/export-docs.js +16 -4
- package/es2015/plugins/export-docs/export-docs.min.js +2 -2
- package/es2015/plugins/finder/finder.css +1 -1
- package/es2015/plugins/finder/finder.js +60 -2
- package/es2015/plugins/finder/finder.min.js +2 -2
- package/es2015/plugins/google-maps/google-maps.css +1 -1
- package/es2015/plugins/google-maps/google-maps.js +1 -1
- package/es2015/plugins/google-maps/google-maps.min.js +1 -1
- package/es2015/plugins/google-search/google-search.js +1 -1
- package/es2015/plugins/google-search/google-search.min.js +1 -1
- package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2015/plugins/keyboard/keyboard.css +1 -1
- package/es2015/plugins/keyboard/keyboard.js +1 -1
- package/es2015/plugins/keyboard/keyboard.min.js +1 -1
- package/es2015/plugins/mobile-view/mobile-view.js +1 -1
- package/es2015/plugins/mobile-view/mobile-view.min.js +1 -1
- package/es2015/plugins/page-break/page-break.js +1 -1
- package/es2015/plugins/page-break/page-break.min.js +1 -1
- package/es2015/plugins/paste-code/paste-code.css +1 -1
- package/es2015/plugins/paste-code/paste-code.js +1 -1
- package/es2015/plugins/paste-code/paste-code.min.js +1 -1
- package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2015/plugins/show-blocks/show-blocks.js +1 -1
- package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2015/plugins/todo-list/todo-list.css +1 -1
- package/es2015/plugins/todo-list/todo-list.js +1 -1
- package/es2015/plugins/todo-list/todo-list.min.js +1 -1
- package/es2015/plugins/translate/translate.css +1 -1
- package/es2015/plugins/translate/translate.js +1 -1
- package/es2015/plugins/translate/translate.min.js +1 -1
- package/es2015/plugins/tune-block/tune-block.css +1 -1
- package/es2015/plugins/tune-block/tune-block.js +1 -1
- package/es2015/plugins/tune-block/tune-block.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +3 -122
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/autocomplete/autocomplete.js +1 -1
- package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2018/plugins/backup/backup.css +1 -1
- package/es2018/plugins/backup/backup.js +1 -1
- package/es2018/plugins/backup/backup.min.js +1 -1
- package/es2018/plugins/button-generator/button-generator.css +1 -1
- package/es2018/plugins/button-generator/button-generator.js +1 -1
- package/es2018/plugins/button-generator/button-generator.min.js +1 -1
- package/es2018/plugins/change-case/change-case.js +1 -1
- package/es2018/plugins/change-case/change-case.min.js +1 -1
- package/es2018/plugins/color-picker/color-picker.css +1 -1
- package/es2018/plugins/color-picker/color-picker.js +1 -1
- package/es2018/plugins/color-picker/color-picker.min.js +1 -1
- package/es2018/plugins/emoji/emoji.css +1 -1
- package/es2018/plugins/emoji/emoji.js +1 -1
- package/es2018/plugins/emoji/emoji.min.js +1 -1
- package/es2018/plugins/export-docs/export-docs.js +16 -4
- package/es2018/plugins/export-docs/export-docs.min.js +2 -2
- package/es2018/plugins/finder/finder.css +1 -1
- package/es2018/plugins/finder/finder.js +60 -2
- package/es2018/plugins/finder/finder.min.js +2 -2
- package/es2018/plugins/google-maps/google-maps.css +1 -1
- package/es2018/plugins/google-maps/google-maps.js +1 -1
- package/es2018/plugins/google-maps/google-maps.min.js +1 -1
- package/es2018/plugins/google-search/google-search.js +1 -1
- package/es2018/plugins/google-search/google-search.min.js +1 -1
- package/es2018/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2018/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2018/plugins/keyboard/keyboard.css +1 -1
- package/es2018/plugins/keyboard/keyboard.js +1 -1
- package/es2018/plugins/keyboard/keyboard.min.js +1 -1
- package/es2018/plugins/mobile-view/mobile-view.js +1 -1
- package/es2018/plugins/mobile-view/mobile-view.min.js +1 -1
- package/es2018/plugins/page-break/page-break.js +1 -1
- package/es2018/plugins/page-break/page-break.min.js +1 -1
- package/es2018/plugins/paste-code/paste-code.css +1 -1
- package/es2018/plugins/paste-code/paste-code.js +1 -1
- package/es2018/plugins/paste-code/paste-code.min.js +1 -1
- package/es2018/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2018/plugins/show-blocks/show-blocks.js +1 -1
- package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2018/plugins/todo-list/todo-list.css +1 -1
- package/es2018/plugins/todo-list/todo-list.js +1 -1
- package/es2018/plugins/todo-list/todo-list.min.js +1 -1
- package/es2018/plugins/translate/translate.css +1 -1
- package/es2018/plugins/translate/translate.js +1 -1
- package/es2018/plugins/translate/translate.min.js +1 -1
- package/es2018/plugins/tune-block/tune-block.css +1 -1
- package/es2018/plugins/tune-block/tune-block.js +1 -1
- package/es2018/plugins/tune-block/tune-block.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +3 -122
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/autocomplete/autocomplete.js +1 -1
- package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2021/plugins/backup/backup.css +1 -1
- package/es2021/plugins/backup/backup.js +1 -1
- package/es2021/plugins/backup/backup.min.js +1 -1
- package/es2021/plugins/button-generator/button-generator.css +1 -1
- package/es2021/plugins/button-generator/button-generator.js +1 -1
- package/es2021/plugins/button-generator/button-generator.min.js +1 -1
- package/es2021/plugins/change-case/change-case.js +1 -1
- package/es2021/plugins/change-case/change-case.min.js +1 -1
- package/es2021/plugins/color-picker/color-picker.css +1 -1
- package/es2021/plugins/color-picker/color-picker.js +1 -1
- package/es2021/plugins/color-picker/color-picker.min.js +1 -1
- package/es2021/plugins/emoji/emoji.css +1 -1
- package/es2021/plugins/emoji/emoji.js +1 -1
- package/es2021/plugins/emoji/emoji.min.js +1 -1
- package/es2021/plugins/export-docs/export-docs.js +16 -4
- package/es2021/plugins/export-docs/export-docs.min.js +2 -2
- package/es2021/plugins/finder/finder.css +1 -1
- package/es2021/plugins/finder/finder.js +60 -2
- package/es2021/plugins/finder/finder.min.js +2 -2
- package/es2021/plugins/google-maps/google-maps.css +1 -1
- package/es2021/plugins/google-maps/google-maps.js +1 -1
- package/es2021/plugins/google-maps/google-maps.min.js +1 -1
- package/es2021/plugins/google-search/google-search.js +1 -1
- package/es2021/plugins/google-search/google-search.min.js +1 -1
- package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2021/plugins/keyboard/keyboard.css +1 -1
- package/es2021/plugins/keyboard/keyboard.js +1 -1
- package/es2021/plugins/keyboard/keyboard.min.js +1 -1
- package/es2021/plugins/mobile-view/mobile-view.js +1 -1
- package/es2021/plugins/mobile-view/mobile-view.min.js +1 -1
- package/es2021/plugins/page-break/page-break.js +1 -1
- package/es2021/plugins/page-break/page-break.min.js +1 -1
- package/es2021/plugins/paste-code/paste-code.css +1 -1
- package/es2021/plugins/paste-code/paste-code.js +1 -1
- package/es2021/plugins/paste-code/paste-code.min.js +1 -1
- package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2021/plugins/show-blocks/show-blocks.js +1 -1
- package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2021/plugins/todo-list/todo-list.css +1 -1
- package/es2021/plugins/todo-list/todo-list.js +1 -1
- package/es2021/plugins/todo-list/todo-list.min.js +1 -1
- package/es2021/plugins/translate/translate.css +1 -1
- package/es2021/plugins/translate/translate.js +1 -1
- package/es2021/plugins/translate/translate.min.js +1 -1
- package/es2021/plugins/tune-block/tune-block.css +1 -1
- package/es2021/plugins/tune-block/tune-block.js +1 -1
- package/es2021/plugins/tune-block/tune-block.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 +3 -122
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
- package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2021.en/plugins/backup/backup.css +1 -1
- package/es2021.en/plugins/backup/backup.js +1 -1
- package/es2021.en/plugins/backup/backup.min.js +1 -1
- package/es2021.en/plugins/button-generator/button-generator.css +1 -1
- package/es2021.en/plugins/button-generator/button-generator.js +1 -1
- package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
- package/es2021.en/plugins/change-case/change-case.js +1 -1
- package/es2021.en/plugins/change-case/change-case.min.js +1 -1
- package/es2021.en/plugins/color-picker/color-picker.css +1 -1
- package/es2021.en/plugins/color-picker/color-picker.js +1 -1
- package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
- package/es2021.en/plugins/emoji/emoji.css +1 -1
- package/es2021.en/plugins/emoji/emoji.js +1 -1
- package/es2021.en/plugins/emoji/emoji.min.js +1 -1
- package/es2021.en/plugins/export-docs/export-docs.js +16 -4
- package/es2021.en/plugins/export-docs/export-docs.min.js +2 -2
- package/es2021.en/plugins/finder/finder.css +1 -1
- package/es2021.en/plugins/finder/finder.js +25 -2
- package/es2021.en/plugins/finder/finder.min.js +2 -2
- package/es2021.en/plugins/google-maps/google-maps.css +1 -1
- package/es2021.en/plugins/google-maps/google-maps.js +1 -1
- package/es2021.en/plugins/google-maps/google-maps.min.js +1 -1
- package/es2021.en/plugins/google-search/google-search.js +1 -1
- package/es2021.en/plugins/google-search/google-search.min.js +1 -1
- package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2021.en/plugins/keyboard/keyboard.css +1 -1
- package/es2021.en/plugins/keyboard/keyboard.js +1 -1
- package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
- package/es2021.en/plugins/mobile-view/mobile-view.js +1 -1
- package/es2021.en/plugins/mobile-view/mobile-view.min.js +1 -1
- package/es2021.en/plugins/page-break/page-break.js +1 -1
- package/es2021.en/plugins/page-break/page-break.min.js +1 -1
- package/es2021.en/plugins/paste-code/paste-code.css +1 -1
- package/es2021.en/plugins/paste-code/paste-code.js +1 -1
- package/es2021.en/plugins/paste-code/paste-code.min.js +1 -1
- package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
- package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2021.en/plugins/todo-list/todo-list.css +1 -1
- package/es2021.en/plugins/todo-list/todo-list.js +1 -1
- package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
- package/es2021.en/plugins/translate/translate.css +1 -1
- package/es2021.en/plugins/translate/translate.js +1 -1
- package/es2021.en/plugins/translate/translate.min.js +1 -1
- package/es2021.en/plugins/tune-block/tune-block.css +1 -1
- package/es2021.en/plugins/tune-block/tune-block.js +1 -1
- package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
- package/es5/292.fat.min.js +1 -1
- package/es5/292.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +2 -2
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/autocomplete/autocomplete.js +1 -1
- package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es5/plugins/backup/backup.css +1 -1
- package/es5/plugins/backup/backup.js +1 -1
- package/es5/plugins/backup/backup.min.js +1 -1
- package/es5/plugins/button-generator/button-generator.css +1 -1
- package/es5/plugins/button-generator/button-generator.js +1 -1
- package/es5/plugins/button-generator/button-generator.min.js +1 -1
- package/es5/plugins/change-case/change-case.js +1 -1
- package/es5/plugins/change-case/change-case.min.js +1 -1
- package/es5/plugins/color-picker/color-picker.css +1 -1
- package/es5/plugins/color-picker/color-picker.js +1 -1
- package/es5/plugins/color-picker/color-picker.min.js +1 -1
- package/es5/plugins/emoji/emoji.css +1 -1
- package/es5/plugins/emoji/emoji.js +1 -1
- package/es5/plugins/emoji/emoji.min.js +1 -1
- package/es5/plugins/export-docs/export-docs.js +17 -5
- package/es5/plugins/export-docs/export-docs.min.js +2 -2
- package/es5/plugins/finder/finder.css +1 -1
- package/es5/plugins/finder/finder.js +60 -2
- package/es5/plugins/finder/finder.min.js +2 -2
- package/es5/plugins/google-maps/google-maps.css +1 -1
- package/es5/plugins/google-maps/google-maps.js +1 -1
- package/es5/plugins/google-maps/google-maps.min.js +1 -1
- package/es5/plugins/google-search/google-search.js +1 -1
- package/es5/plugins/google-search/google-search.min.js +1 -1
- package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es5/plugins/keyboard/keyboard.css +1 -1
- package/es5/plugins/keyboard/keyboard.js +1 -1
- package/es5/plugins/keyboard/keyboard.min.js +1 -1
- package/es5/plugins/mobile-view/mobile-view.js +1 -1
- package/es5/plugins/mobile-view/mobile-view.min.js +1 -1
- package/es5/plugins/page-break/page-break.js +1 -1
- package/es5/plugins/page-break/page-break.min.js +1 -1
- package/es5/plugins/paste-code/paste-code.css +1 -1
- package/es5/plugins/paste-code/paste-code.js +1 -1
- package/es5/plugins/paste-code/paste-code.min.js +1 -1
- package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es5/plugins/show-blocks/show-blocks.js +1 -1
- package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es5/plugins/todo-list/todo-list.css +1 -1
- package/es5/plugins/todo-list/todo-list.js +1 -1
- package/es5/plugins/todo-list/todo-list.min.js +1 -1
- package/es5/plugins/translate/translate.css +1 -1
- package/es5/plugins/translate/translate.js +1 -1
- package/es5/plugins/translate/translate.min.js +1 -1
- package/es5/plugins/tune-block/tune-block.css +1 -1
- package/es5/plugins/tune-block/tune-block.js +1 -1
- package/es5/plugins/tune-block/tune-block.min.js +1 -1
- package/esm/plugins/export-docs/config.d.ts +1 -0
- package/esm/plugins/export-docs/config.js +1 -1
- package/esm/plugins/export-docs/export-docs.js +1 -1
- package/esm/plugins/finder/config.js +1 -1
- package/package.json +1 -1
- package/types/plugins/export-docs/config.d.ts +1 -0
- package/es2015/889.fat.min.js +0 -10
- package/es2015/889.js +0 -58
- package/es2015/889.min.js +0 -10
- package/es2018/889.fat.min.js +0 -10
- package/es2018/889.js +0 -58
- package/es2018/889.min.js +0 -10
- package/es2021/889.fat.min.js +0 -10
- package/es2021/889.js +0 -58
- package/es2021/889.min.js +0 -10
- package/es2021.en/889.fat.min.js +0 -10
- package/es2021.en/889.js +0 -24
- package/es2021.en/889.min.js +0 -10
- package/es5/889.fat.min.js +0 -10
- package/es5/889.js +0 -58
- package/es5/889.min.js +0 -10
package/es2021/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit-pro - PRO Version of Jodit Editor
|
|
3
3
|
* Author: Chupurnov Valeriy <chupurnov@gmail.com>
|
|
4
|
-
* Version: v4.2.
|
|
4
|
+
* Version: v4.2.54
|
|
5
5
|
* Url: https://xdsoft.net/jodit/pro/
|
|
6
6
|
* License(s): SEE LICENSE IN LICENSE.md
|
|
7
7
|
*/
|
|
@@ -2450,7 +2450,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2450
2450
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2451
2451
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2452
2452
|
*/
|
|
2453
|
-
const APP_VERSION = "4.2.
|
|
2453
|
+
const APP_VERSION = "4.2.54";
|
|
2454
2454
|
// prettier-ignore
|
|
2455
2455
|
const ES = "es2021";
|
|
2456
2456
|
const IS_ES_MODERN = true;
|
|
@@ -46915,88 +46915,11 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
46915
46915
|
/******/ };
|
|
46916
46916
|
/******/ }();
|
|
46917
46917
|
/******/
|
|
46918
|
-
/******/ /* webpack/runtime/ensure chunk */
|
|
46919
|
-
/******/ !function() {
|
|
46920
|
-
/******/ __webpack_require__.f = {};
|
|
46921
|
-
/******/ // This file contains only the entry chunk.
|
|
46922
|
-
/******/ // The chunk loading function for additional chunks
|
|
46923
|
-
/******/ __webpack_require__.e = function(chunkId) {
|
|
46924
|
-
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce(function(promises, key) {
|
|
46925
|
-
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
46926
|
-
/******/ return promises;
|
|
46927
|
-
/******/ }, []));
|
|
46928
|
-
/******/ };
|
|
46929
|
-
/******/ }();
|
|
46930
|
-
/******/
|
|
46931
|
-
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
46932
|
-
/******/ !function() {
|
|
46933
|
-
/******/ // This function allow to reference async chunks
|
|
46934
|
-
/******/ __webpack_require__.u = function(chunkId) {
|
|
46935
|
-
/******/ // return url for filenames based on template
|
|
46936
|
-
/******/ return "" + chunkId + ".js";
|
|
46937
|
-
/******/ };
|
|
46938
|
-
/******/ }();
|
|
46939
|
-
/******/
|
|
46940
|
-
/******/ /* webpack/runtime/get mini-css chunk filename */
|
|
46941
|
-
/******/ !function() {
|
|
46942
|
-
/******/ // This function allow to reference async chunks
|
|
46943
|
-
/******/ __webpack_require__.miniCssF = function(chunkId) {
|
|
46944
|
-
/******/ // return url for filenames based on template
|
|
46945
|
-
/******/ return undefined;
|
|
46946
|
-
/******/ };
|
|
46947
|
-
/******/ }();
|
|
46948
|
-
/******/
|
|
46949
46918
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
46950
46919
|
/******/ !function() {
|
|
46951
46920
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
46952
46921
|
/******/ }();
|
|
46953
46922
|
/******/
|
|
46954
|
-
/******/ /* webpack/runtime/load script */
|
|
46955
|
-
/******/ !function() {
|
|
46956
|
-
/******/ var inProgress = {};
|
|
46957
|
-
/******/ var dataWebpackPrefix = "jodit-pro:";
|
|
46958
|
-
/******/ // loadScript function to load a script via script tag
|
|
46959
|
-
/******/ __webpack_require__.l = function(url, done, key, chunkId) {
|
|
46960
|
-
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
|
|
46961
|
-
/******/ var script, needAttach;
|
|
46962
|
-
/******/ if(key !== undefined) {
|
|
46963
|
-
/******/ var scripts = document.getElementsByTagName("script");
|
|
46964
|
-
/******/ for(var i = 0; i < scripts.length; i++) {
|
|
46965
|
-
/******/ var s = scripts[i];
|
|
46966
|
-
/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
|
|
46967
|
-
/******/ }
|
|
46968
|
-
/******/ }
|
|
46969
|
-
/******/ if(!script) {
|
|
46970
|
-
/******/ needAttach = true;
|
|
46971
|
-
/******/ script = document.createElement('script');
|
|
46972
|
-
/******/
|
|
46973
|
-
/******/ script.charset = 'utf-8';
|
|
46974
|
-
/******/ script.timeout = 120;
|
|
46975
|
-
/******/ if (__webpack_require__.nc) {
|
|
46976
|
-
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
|
46977
|
-
/******/ }
|
|
46978
|
-
/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
|
|
46979
|
-
/******/
|
|
46980
|
-
/******/ script.src = url;
|
|
46981
|
-
/******/ }
|
|
46982
|
-
/******/ inProgress[url] = [done];
|
|
46983
|
-
/******/ var onScriptComplete = function(prev, event) {
|
|
46984
|
-
/******/ // avoid mem leaks in IE.
|
|
46985
|
-
/******/ script.onerror = script.onload = null;
|
|
46986
|
-
/******/ clearTimeout(timeout);
|
|
46987
|
-
/******/ var doneFns = inProgress[url];
|
|
46988
|
-
/******/ delete inProgress[url];
|
|
46989
|
-
/******/ script.parentNode && script.parentNode.removeChild(script);
|
|
46990
|
-
/******/ doneFns && doneFns.forEach(function(fn) { return fn(event); });
|
|
46991
|
-
/******/ if(prev) return prev(event);
|
|
46992
|
-
/******/ }
|
|
46993
|
-
/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
|
|
46994
|
-
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
|
|
46995
|
-
/******/ script.onload = onScriptComplete.bind(null, script.onload);
|
|
46996
|
-
/******/ needAttach && document.head.appendChild(script);
|
|
46997
|
-
/******/ };
|
|
46998
|
-
/******/ }();
|
|
46999
|
-
/******/
|
|
47000
46923
|
/******/ /* webpack/runtime/make namespace object */
|
|
47001
46924
|
/******/ !function() {
|
|
47002
46925
|
/******/ // define __esModule on exports
|
|
@@ -47008,11 +46931,6 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
47008
46931
|
/******/ };
|
|
47009
46932
|
/******/ }();
|
|
47010
46933
|
/******/
|
|
47011
|
-
/******/ /* webpack/runtime/publicPath */
|
|
47012
|
-
/******/ !function() {
|
|
47013
|
-
/******/ __webpack_require__.p = "/build/";
|
|
47014
|
-
/******/ }();
|
|
47015
|
-
/******/
|
|
47016
46934
|
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
47017
46935
|
/******/ !function() {
|
|
47018
46936
|
/******/ // no baseURI
|
|
@@ -47024,44 +46942,7 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
47024
46942
|
/******/ 521: 0
|
|
47025
46943
|
/******/ };
|
|
47026
46944
|
/******/
|
|
47027
|
-
/******/
|
|
47028
|
-
/******/ // JSONP chunk loading for javascript
|
|
47029
|
-
/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
47030
|
-
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
47031
|
-
/******/
|
|
47032
|
-
/******/ // a Promise means "currently loading".
|
|
47033
|
-
/******/ if(installedChunkData) {
|
|
47034
|
-
/******/ promises.push(installedChunkData[2]);
|
|
47035
|
-
/******/ } else {
|
|
47036
|
-
/******/ if(true) { // all chunks have JS
|
|
47037
|
-
/******/ // setup Promise in chunk cache
|
|
47038
|
-
/******/ var promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });
|
|
47039
|
-
/******/ promises.push(installedChunkData[2] = promise);
|
|
47040
|
-
/******/
|
|
47041
|
-
/******/ // start chunk loading
|
|
47042
|
-
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
47043
|
-
/******/ // create error before stack unwound to get useful stacktrace later
|
|
47044
|
-
/******/ var error = new Error();
|
|
47045
|
-
/******/ var loadingEnded = function(event) {
|
|
47046
|
-
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
|
|
47047
|
-
/******/ installedChunkData = installedChunks[chunkId];
|
|
47048
|
-
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
|
|
47049
|
-
/******/ if(installedChunkData) {
|
|
47050
|
-
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
|
47051
|
-
/******/ var realSrc = event && event.target && event.target.src;
|
|
47052
|
-
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
|
47053
|
-
/******/ error.name = 'ChunkLoadError';
|
|
47054
|
-
/******/ error.type = errorType;
|
|
47055
|
-
/******/ error.request = realSrc;
|
|
47056
|
-
/******/ installedChunkData[1](error);
|
|
47057
|
-
/******/ }
|
|
47058
|
-
/******/ }
|
|
47059
|
-
/******/ };
|
|
47060
|
-
/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
|
|
47061
|
-
/******/ }
|
|
47062
|
-
/******/ }
|
|
47063
|
-
/******/ }
|
|
47064
|
-
/******/ };
|
|
46945
|
+
/******/ // no chunk on demand loading
|
|
47065
46946
|
/******/
|
|
47066
46947
|
/******/ // no prefetching
|
|
47067
46948
|
/******/
|