jodit-pro 4.2.24 → 4.2.30
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/.nvmrc +1 -1
- package/es2015/889.fat.min.js +10 -0
- package/es2015/889.js +58 -0
- package/es2015/889.min.js +10 -0
- package/es2015/jodit.css +11 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +450 -233
- package/es2015/jodit.min.css +1 -1
- 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 +1 -1
- package/es2015/plugins/export-docs/export-docs.min.js +1 -1
- package/es2015/plugins/finder/finder.css +1 -1
- package/es2015/plugins/finder/finder.js +2 -56
- 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 +7 -3
- 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 +47 -43
- 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 +77 -39
- package/es2015/plugins/show-blocks/show-blocks.min.js +2 -2
- 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 +18 -18
- 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/889.fat.min.js +10 -0
- package/es2018/889.js +58 -0
- package/es2018/889.min.js +10 -0
- package/es2018/jodit.css +11 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +444 -227
- package/es2018/jodit.min.css +1 -1
- 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 +1 -1
- package/es2018/plugins/export-docs/export-docs.min.js +1 -1
- package/es2018/plugins/finder/finder.css +1 -1
- package/es2018/plugins/finder/finder.js +2 -56
- 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 +7 -3
- 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 +40 -36
- 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 +77 -39
- package/es2018/plugins/show-blocks/show-blocks.min.js +2 -2
- 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 +18 -18
- 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/889.fat.min.js +10 -0
- package/es2021/889.js +58 -0
- package/es2021/889.min.js +10 -0
- package/es2021/jodit.css +11 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +444 -227
- package/es2021/jodit.min.css +1 -1
- 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 +1 -1
- package/es2021/plugins/export-docs/export-docs.min.js +1 -1
- package/es2021/plugins/finder/finder.css +1 -1
- package/es2021/plugins/finder/finder.js +2 -56
- 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 +7 -3
- 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 +40 -36
- 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 +77 -39
- package/es2021/plugins/show-blocks/show-blocks.min.js +2 -2
- 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 +18 -18
- 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/889.fat.min.js +10 -0
- package/es2021.en/889.js +24 -0
- package/es2021.en/889.min.js +10 -0
- package/es2021.en/jodit.css +11 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +419 -221
- package/es2021.en/jodit.min.css +1 -1
- 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 +1 -1
- package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
- package/es2021.en/plugins/finder/finder.css +1 -1
- package/es2021.en/plugins/finder/finder.js +2 -21
- 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 +7 -3
- 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 +40 -36
- 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 +41 -39
- package/es2021.en/plugins/show-blocks/show-blocks.min.js +2 -2
- 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 +18 -18
- 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 +10 -0
- package/es5/292.js +5011 -0
- package/es5/292.min.js +10 -0
- package/es5/889.fat.min.js +10 -0
- package/es5/889.js +58 -0
- package/es5/889.min.js +10 -0
- package/es5/jodit.css +12 -2
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +741 -5676
- package/es5/jodit.min.css +3 -3
- 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 +1 -1
- package/es5/plugins/export-docs/export-docs.min.js +1 -1
- package/es5/plugins/finder/finder.css +1 -1
- package/es5/plugins/finder/finder.js +2 -56
- 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 +7 -3
- 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 +50 -46
- 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 +77 -39
- package/es5/plugins/show-blocks/show-blocks.min.js +2 -2
- 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 +24 -24
- 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/finder/config.js +1 -1
- package/esm/plugins/finder/langs/index.d.ts +1 -1
- package/esm/plugins/finder/langs/index.js +6 -0
- package/esm/plugins/finder/langs/ru.js +6 -0
- package/esm/plugins/google-maps/helpers/helpers.d.ts +0 -1
- package/esm/plugins/google-maps/ui/map/map.d.ts +0 -1
- package/esm/plugins/paste-from-word/element/render.js +1 -1
- package/esm/plugins/paste-from-word/element/style.js +1 -1
- package/esm/plugins/show-blocks/langs/ar.js +6 -0
- package/esm/plugins/show-blocks/langs/cs_cz.js +6 -0
- package/esm/plugins/show-blocks/langs/de.js +6 -0
- package/esm/plugins/show-blocks/langs/es.js +6 -0
- package/esm/plugins/show-blocks/langs/fa.js +6 -0
- package/esm/plugins/show-blocks/langs/fr.js +6 -0
- package/esm/plugins/show-blocks/langs/he.js +6 -0
- package/esm/plugins/show-blocks/langs/hu.js +6 -0
- package/esm/plugins/show-blocks/langs/id.js +6 -0
- package/esm/plugins/show-blocks/langs/index.d.ts +19 -19
- package/esm/plugins/show-blocks/langs/index.js +1 -1
- package/esm/plugins/show-blocks/langs/it.js +6 -0
- package/esm/plugins/show-blocks/langs/ja.js +6 -0
- package/esm/plugins/show-blocks/langs/ko.js +6 -0
- package/esm/plugins/show-blocks/langs/nl.js +6 -0
- package/esm/plugins/show-blocks/langs/pl.js +6 -0
- package/esm/plugins/show-blocks/langs/pt_br.js +6 -0
- package/esm/plugins/show-blocks/langs/ru.js +6 -0
- package/esm/plugins/show-blocks/langs/tr.js +6 -0
- package/esm/plugins/show-blocks/langs/zh_cn.js +6 -0
- package/esm/plugins/show-blocks/langs/zh_tw.js +6 -0
- package/package.json +1 -1
- package/types/plugins/finder/langs/index.d.ts +1 -1
- package/types/plugins/google-maps/helpers/helpers.d.ts +0 -1
- package/types/plugins/google-maps/ui/map/map.d.ts +0 -1
- package/types/plugins/show-blocks/langs/index.d.ts +19 -19
|
@@ -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.30
|
|
5
5
|
* Url: https://xdsoft.net/jodit/pro/
|
|
6
6
|
* License(s): SEE LICENSE IN LICENSE.md
|
|
7
7
|
*/
|
|
@@ -29,10 +29,10 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xml:space=\"preserve\" xmlns=\"http
|
|
|
29
29
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
30
30
|
|
|
31
31
|
"use strict";
|
|
32
|
-
/* harmony import */ var
|
|
33
|
-
/* harmony import */ var
|
|
34
|
-
/* harmony import */ var
|
|
35
|
-
/* harmony import */ var
|
|
32
|
+
/* harmony import */ var jodit_core_helpers_html_htmlspecialchars__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(56935);
|
|
33
|
+
/* harmony import */ var jodit_config__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(91288);
|
|
34
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(80999);
|
|
35
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_icon_svg__WEBPACK_IMPORTED_MODULE_2__);
|
|
36
36
|
/*!
|
|
37
37
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
38
38
|
* See LICENSE.md in the project root for license information.
|
|
@@ -41,12 +41,12 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xml:space=\"preserve\" xmlns=\"http
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
icon: (
|
|
44
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pasteCode = {
|
|
45
|
+
icon: (_icon_svg__WEBPACK_IMPORTED_MODULE_2___default()),
|
|
46
46
|
tooltip: 'Paste code',
|
|
47
47
|
command: 'pasteCode'
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteCode = {
|
|
50
50
|
globalHighlightLib: false,
|
|
51
51
|
canonicalLanguageCode: function (lang) {
|
|
52
52
|
switch (lang) {
|
|
@@ -82,7 +82,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.pasteCode =
|
|
|
82
82
|
},
|
|
83
83
|
defaultLanguage: 'html',
|
|
84
84
|
insertTemplate: function (jodit, language, value) {
|
|
85
|
-
return "<pre class=\"language-".concat(language, "\">").concat((0,
|
|
85
|
+
return "<pre class=\"language-".concat(language, "\">").concat((0,jodit_core_helpers_html_htmlspecialchars__WEBPACK_IMPORTED_MODULE_0__/* .htmlspecialchars */ .G)(value), "</pre>");
|
|
86
86
|
},
|
|
87
87
|
languages: [
|
|
88
88
|
{ value: 'html', text: 'HTML/XML' },
|
|
@@ -115,17 +115,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
115
115
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
116
116
|
/* harmony export */ pasteCode: function() { return /* binding */ pasteCode; }
|
|
117
117
|
/* harmony export */ });
|
|
118
|
-
/* harmony import */ var
|
|
118
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(31635);
|
|
119
119
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67259);
|
|
120
120
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53557);
|
|
121
121
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9596);
|
|
122
|
-
/* harmony import */ var
|
|
123
|
-
/* harmony import */ var
|
|
124
|
-
/* harmony import */ var
|
|
125
|
-
/* harmony import */ var
|
|
126
|
-
/* harmony import */ var
|
|
127
|
-
/* harmony import */ var
|
|
128
|
-
/* harmony import */ var
|
|
122
|
+
/* harmony import */ var jodit_core_helpers_checker_is_boolean__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(17083);
|
|
123
|
+
/* harmony import */ var jodit_core_helpers_html_htmlspecialchars__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(56935);
|
|
124
|
+
/* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(65564);
|
|
125
|
+
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(76185);
|
|
126
|
+
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(35102);
|
|
127
|
+
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(98544);
|
|
128
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(25511);
|
|
129
129
|
/*!
|
|
130
130
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
131
131
|
* See LICENSE.md in the project root for license information.
|
|
@@ -144,9 +144,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
var pasteCode = /** @class */ (function (_super) {
|
|
147
|
-
(0,
|
|
147
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__extends */ .C6)(pasteCode, _super);
|
|
148
148
|
function pasteCode() {
|
|
149
|
-
var _this = _super.apply(this, (0,
|
|
149
|
+
var _this = _super.apply(this, (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__spreadArray */ .fX)([], (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__read */ .zs)(arguments), false)) || this;
|
|
150
150
|
/** @override */
|
|
151
151
|
_this.buttons = [
|
|
152
152
|
{
|
|
@@ -182,12 +182,12 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
182
182
|
jodit.s.restore();
|
|
183
183
|
var newPre = jodit.createInside.fromHTML(jodit.o.pasteCode.insertTemplate(jodit, language.value, code.value));
|
|
184
184
|
if (pre) {
|
|
185
|
-
|
|
185
|
+
jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.replace(pre, newPre, jodit.createInside, false, true);
|
|
186
186
|
}
|
|
187
187
|
else {
|
|
188
|
-
var current = jodit.s.current(), block =
|
|
189
|
-
block && !
|
|
190
|
-
?
|
|
188
|
+
var current = jodit.s.current(), block = jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.up(current, jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isBlock, jodit.editor);
|
|
189
|
+
block && !jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isCell(block)
|
|
190
|
+
? jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.after(block, newPre)
|
|
191
191
|
: jodit.s.insertNode(newPre);
|
|
192
192
|
}
|
|
193
193
|
_this.__imdOnChange();
|
|
@@ -203,15 +203,15 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
203
203
|
pasteCode.prototype.beforeDestruct = function (jodit) { };
|
|
204
204
|
pasteCode.prototype.__createForm = function () {
|
|
205
205
|
var jodit = this.jodit;
|
|
206
|
-
return new
|
|
207
|
-
new
|
|
206
|
+
return new jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .UIForm */ .XV(jodit, [
|
|
207
|
+
new jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .UISelect */ .$6(jodit, {
|
|
208
208
|
name: 'language',
|
|
209
209
|
label: 'Language',
|
|
210
210
|
value: jodit.o.pasteCode.defaultLanguage,
|
|
211
211
|
options: jodit.o.pasteCode.languages,
|
|
212
212
|
required: true
|
|
213
213
|
}),
|
|
214
|
-
new
|
|
214
|
+
new jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .UITextArea */ .F0(jodit, {
|
|
215
215
|
label: 'Code view',
|
|
216
216
|
resizable: false,
|
|
217
217
|
name: 'code',
|
|
@@ -223,18 +223,18 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
223
223
|
});
|
|
224
224
|
};
|
|
225
225
|
pasteCode.prototype.__createDialog = function (onSave, onCancel) {
|
|
226
|
-
var dialog = new
|
|
226
|
+
var dialog = new jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dialog({
|
|
227
227
|
language: this.j.o.language
|
|
228
228
|
});
|
|
229
229
|
dialog
|
|
230
230
|
.setHeader('Insert/Edit Code Sample')
|
|
231
231
|
.setSize(this.j.o.pasteCode.dialog.width, this.j.o.pasteCode.dialog.height)
|
|
232
232
|
.setFooter([
|
|
233
|
-
(0,
|
|
233
|
+
(0,jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .Button */ .$n)(dialog, '', 'Cancel', 'default').onAction(function () {
|
|
234
234
|
dialog.close();
|
|
235
235
|
onCancel();
|
|
236
236
|
}),
|
|
237
|
-
(0,
|
|
237
|
+
(0,jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .Button */ .$n)(dialog, 'save', 'Save', 'primary').onAction(function () {
|
|
238
238
|
dialog.close();
|
|
239
239
|
onSave();
|
|
240
240
|
})
|
|
@@ -254,9 +254,9 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
254
254
|
});
|
|
255
255
|
};
|
|
256
256
|
pasteCode.prototype.__highlightCode = function (pre) {
|
|
257
|
-
return (0,
|
|
257
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__awaiter */ .sH)(this, void 0, Promise, function () {
|
|
258
258
|
var _a, globalHighlightLib, _b, css, js, langUrl, highlight, isLangLoaded, language, container;
|
|
259
|
-
return (0,
|
|
259
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__generator */ .YH)(this, function (_c) {
|
|
260
260
|
switch (_c.label) {
|
|
261
261
|
case 0:
|
|
262
262
|
_a = this.j.o.pasteCode, globalHighlightLib = _a.globalHighlightLib, _b = _a.highlightLib, css = _b.css, js = _b.js, langUrl = _b.langUrl, highlight = _b.highlight, isLangLoaded = _b.isLangLoaded;
|
|
@@ -266,7 +266,7 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
266
266
|
(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.loadNext)(this.jodit, js).catch(function () { return null; })
|
|
267
267
|
]));
|
|
268
268
|
}
|
|
269
|
-
if (!!(0,
|
|
269
|
+
if (!!(0,jodit_core_helpers_checker_is_boolean__WEBPACK_IMPORTED_MODULE_10__/* .isBoolean */ .L)(this.__highlightLibJSIsLoaded)) return [3 /*break*/, 2];
|
|
270
270
|
return [4 /*yield*/, this.__highlightLibJSIsLoaded];
|
|
271
271
|
case 1:
|
|
272
272
|
_c.sent();
|
|
@@ -288,7 +288,7 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
288
288
|
case 4:
|
|
289
289
|
container = pre;
|
|
290
290
|
if (pre.firstElementChild === pre.lastElementChild &&
|
|
291
|
-
|
|
291
|
+
jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isTag(pre.firstElementChild, 'code')) {
|
|
292
292
|
container = pre.firstElementChild;
|
|
293
293
|
}
|
|
294
294
|
container.innerHTML = highlight(container.innerText, language);
|
|
@@ -298,9 +298,9 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
298
298
|
});
|
|
299
299
|
};
|
|
300
300
|
pasteCode.prototype.onPreEdit = function (e) {
|
|
301
|
-
var pre =
|
|
301
|
+
var pre = jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isNode(e) && jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isTag(e, 'pre')
|
|
302
302
|
? e
|
|
303
|
-
:
|
|
303
|
+
: jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.closest(e.target, 'pre', this.j.editor);
|
|
304
304
|
if (pre) {
|
|
305
305
|
var language = this.__parseLanguage(pre);
|
|
306
306
|
this.__openCodeEditDialog(language, pre.innerText, pre);
|
|
@@ -321,7 +321,7 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
321
321
|
getLang(pre);
|
|
322
322
|
if (language == null &&
|
|
323
323
|
pre.firstElementChild === pre.lastElementChild &&
|
|
324
|
-
|
|
324
|
+
jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isTag(pre.firstElementChild, 'code')) {
|
|
325
325
|
getLang(pre.firstElementChild);
|
|
326
326
|
}
|
|
327
327
|
return this.jodit.o.pasteCode.canonicalLanguageCode(language || 'html');
|
|
@@ -329,41 +329,45 @@ var pasteCode = /** @class */ (function (_super) {
|
|
|
329
329
|
pasteCode.prototype.onAfterGetValueFromEditor = function (data) {
|
|
330
330
|
var _this = this;
|
|
331
331
|
var strip = function (_, pre, _1, endPreStart, content, endPre) {
|
|
332
|
-
return "".concat(pre.trim()).concat(endPreStart).concat((0,
|
|
332
|
+
return "".concat(pre.trim()).concat(endPreStart).concat((0,jodit_core_helpers_html_htmlspecialchars__WEBPACK_IMPORTED_MODULE_3__/* .htmlspecialchars */ .G)((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.stripTags)(content, _this.j.ed, new Set(['br'])))).concat(endPre);
|
|
333
333
|
};
|
|
334
334
|
data.value = data.value
|
|
335
335
|
// pre + code
|
|
336
|
-
.replace(
|
|
336
|
+
.replace(
|
|
337
|
+
// @ts-ignore
|
|
338
|
+
/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>\s*<code[^>]*>)(.*?)(<\/code>\s*<\/pre>)/gis, strip)
|
|
337
339
|
// only pre
|
|
338
|
-
.replace(
|
|
340
|
+
.replace(
|
|
341
|
+
// @ts-ignore
|
|
342
|
+
/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>)(.*?)(<\/pre>)/gis, strip);
|
|
339
343
|
};
|
|
340
344
|
/** @override */
|
|
341
345
|
pasteCode.requires = ['license'];
|
|
342
|
-
(0,
|
|
346
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
343
347
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
344
348
|
], pasteCode.prototype, "__openCodeEditDialog", null);
|
|
345
|
-
(0,
|
|
349
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
346
350
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('?:change'),
|
|
347
351
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.debounce)()
|
|
348
352
|
], pasteCode.prototype, "__onChange", null);
|
|
349
|
-
(0,
|
|
353
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
350
354
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['?:dblclick', '?:editPreInPasteCode'])
|
|
351
355
|
], pasteCode.prototype, "onPreEdit", null);
|
|
352
|
-
(0,
|
|
356
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
353
357
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('?:afterGetValueFromEditor')
|
|
354
358
|
], pasteCode.prototype, "onAfterGetValueFromEditor", null);
|
|
355
|
-
pasteCode = (0,
|
|
359
|
+
pasteCode = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
356
360
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
357
361
|
], pasteCode);
|
|
358
362
|
return pasteCode;
|
|
359
|
-
}(
|
|
363
|
+
}(jodit_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .Plugin */ .k));
|
|
360
364
|
|
|
361
365
|
function waitingPromise(async, promise) {
|
|
362
366
|
return async.promise(function (resolve, reject) {
|
|
363
367
|
promise.then(resolve).catch(reject);
|
|
364
368
|
});
|
|
365
369
|
}
|
|
366
|
-
|
|
370
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_8__/* .JoditPro */ .A.plugins.add('paste-code', pasteCode);
|
|
367
371
|
|
|
368
372
|
|
|
369
373
|
/***/ })
|
|
@@ -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.30
|
|
5
5
|
* Url: https://xdsoft.net/jodit/pro/
|
|
6
6
|
* License(s): SEE LICENSE IN LICENSE.md
|
|
7
7
|
*/
|
|
@@ -288,50 +288,88 @@ module.exports = {
|
|
|
288
288
|
"use strict";
|
|
289
289
|
__webpack_require__.r(__webpack_exports__);
|
|
290
290
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
291
|
-
/* harmony export */ ar: function() { return /*
|
|
292
|
-
/* harmony export */ cs_cz: function() { return /*
|
|
293
|
-
/* harmony export */ de: function() { return /*
|
|
294
|
-
/* harmony export */ es: function() { return /*
|
|
295
|
-
/* harmony export */ fa: function() { return /*
|
|
296
|
-
/* harmony export */ fr: function() { return /*
|
|
297
|
-
/* harmony export */ he: function() { return /*
|
|
298
|
-
/* harmony export */ hu: function() { return /*
|
|
299
|
-
/* harmony export */ id: function() { return /*
|
|
300
|
-
/* harmony export */ it: function() { return /*
|
|
301
|
-
/* harmony export */ ja: function() { return /*
|
|
302
|
-
/* harmony export */ ko: function() { return /*
|
|
303
|
-
/* harmony export */ nl: function() { return /*
|
|
304
|
-
/* harmony export */ pl: function() { return /*
|
|
305
|
-
/* harmony export */ pt_br: function() { return /*
|
|
306
|
-
/* harmony export */ ru: function() { return /*
|
|
307
|
-
/* harmony export */ tr: function() { return /*
|
|
308
|
-
/* harmony export */ zh_cn: function() { return /*
|
|
309
|
-
/* harmony export */ zh_tw: function() { return /*
|
|
291
|
+
/* harmony export */ ar: function() { return /* reexport default from dynamic */ _ar_js__WEBPACK_IMPORTED_MODULE_0___default.a; },
|
|
292
|
+
/* harmony export */ cs_cz: function() { return /* reexport default from dynamic */ _cs_cz_js__WEBPACK_IMPORTED_MODULE_1___default.a; },
|
|
293
|
+
/* harmony export */ de: function() { return /* reexport default from dynamic */ _de_js__WEBPACK_IMPORTED_MODULE_2___default.a; },
|
|
294
|
+
/* harmony export */ es: function() { return /* reexport default from dynamic */ _es_js__WEBPACK_IMPORTED_MODULE_3___default.a; },
|
|
295
|
+
/* harmony export */ fa: function() { return /* reexport default from dynamic */ _fa_js__WEBPACK_IMPORTED_MODULE_4___default.a; },
|
|
296
|
+
/* harmony export */ fr: function() { return /* reexport default from dynamic */ _fr_js__WEBPACK_IMPORTED_MODULE_5___default.a; },
|
|
297
|
+
/* harmony export */ he: function() { return /* reexport default from dynamic */ _he_js__WEBPACK_IMPORTED_MODULE_6___default.a; },
|
|
298
|
+
/* harmony export */ hu: function() { return /* reexport default from dynamic */ _hu_js__WEBPACK_IMPORTED_MODULE_7___default.a; },
|
|
299
|
+
/* harmony export */ id: function() { return /* reexport default from dynamic */ _id_js__WEBPACK_IMPORTED_MODULE_8___default.a; },
|
|
300
|
+
/* harmony export */ it: function() { return /* reexport default from dynamic */ _it_js__WEBPACK_IMPORTED_MODULE_9___default.a; },
|
|
301
|
+
/* harmony export */ ja: function() { return /* reexport default from dynamic */ _ja_js__WEBPACK_IMPORTED_MODULE_10___default.a; },
|
|
302
|
+
/* harmony export */ ko: function() { return /* reexport default from dynamic */ _ko_js__WEBPACK_IMPORTED_MODULE_11___default.a; },
|
|
303
|
+
/* harmony export */ nl: function() { return /* reexport default from dynamic */ _nl_js__WEBPACK_IMPORTED_MODULE_12___default.a; },
|
|
304
|
+
/* harmony export */ pl: function() { return /* reexport default from dynamic */ _pl_js__WEBPACK_IMPORTED_MODULE_13___default.a; },
|
|
305
|
+
/* harmony export */ pt_br: function() { return /* reexport default from dynamic */ _pt_br_js__WEBPACK_IMPORTED_MODULE_14___default.a; },
|
|
306
|
+
/* harmony export */ ru: function() { return /* reexport default from dynamic */ _ru_js__WEBPACK_IMPORTED_MODULE_15___default.a; },
|
|
307
|
+
/* harmony export */ tr: function() { return /* reexport default from dynamic */ _tr_js__WEBPACK_IMPORTED_MODULE_16___default.a; },
|
|
308
|
+
/* harmony export */ zh_cn: function() { return /* reexport default from dynamic */ _zh_cn_js__WEBPACK_IMPORTED_MODULE_17___default.a; },
|
|
309
|
+
/* harmony export */ zh_tw: function() { return /* reexport default from dynamic */ _zh_tw_js__WEBPACK_IMPORTED_MODULE_18___default.a; }
|
|
310
310
|
/* harmony export */ });
|
|
311
|
+
/* harmony import */ var _ar_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(43984);
|
|
312
|
+
/* harmony import */ var _ar_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ar_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
313
|
+
/* harmony import */ var _cs_cz_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(41857);
|
|
314
|
+
/* harmony import */ var _cs_cz_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_cs_cz_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
315
|
+
/* harmony import */ var _de_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(79416);
|
|
316
|
+
/* harmony import */ var _de_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_de_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
317
|
+
/* harmony import */ var _es_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(30731);
|
|
318
|
+
/* harmony import */ var _es_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_es_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
319
|
+
/* harmony import */ var _fa_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(40546);
|
|
320
|
+
/* harmony import */ var _fa_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_fa_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
321
|
+
/* harmony import */ var _fr_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(74591);
|
|
322
|
+
/* harmony import */ var _fr_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_fr_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
323
|
+
/* harmony import */ var _he_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(40548);
|
|
324
|
+
/* harmony import */ var _he_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_he_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
325
|
+
/* harmony import */ var _hu_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(29492);
|
|
326
|
+
/* harmony import */ var _hu_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_hu_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
327
|
+
/* harmony import */ var _id_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(13150);
|
|
328
|
+
/* harmony import */ var _id_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_id_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
329
|
+
/* harmony import */ var _it_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(66926);
|
|
330
|
+
/* harmony import */ var _it_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_it_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
331
|
+
/* harmony import */ var _ja_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(81446);
|
|
332
|
+
/* harmony import */ var _ja_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_ja_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
333
|
+
/* harmony import */ var _ko_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(83293);
|
|
334
|
+
/* harmony import */ var _ko_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_ko_js__WEBPACK_IMPORTED_MODULE_11__);
|
|
335
|
+
/* harmony import */ var _nl_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(11869);
|
|
336
|
+
/* harmony import */ var _nl_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_nl_js__WEBPACK_IMPORTED_MODULE_12__);
|
|
337
|
+
/* harmony import */ var _pl_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(23963);
|
|
338
|
+
/* harmony import */ var _pl_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_pl_js__WEBPACK_IMPORTED_MODULE_13__);
|
|
339
|
+
/* harmony import */ var _pt_br_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(99410);
|
|
340
|
+
/* harmony import */ var _pt_br_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_pt_br_js__WEBPACK_IMPORTED_MODULE_14__);
|
|
341
|
+
/* harmony import */ var _ru_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(99634);
|
|
342
|
+
/* harmony import */ var _ru_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_ru_js__WEBPACK_IMPORTED_MODULE_15__);
|
|
343
|
+
/* harmony import */ var _tr_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(16461);
|
|
344
|
+
/* harmony import */ var _tr_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_tr_js__WEBPACK_IMPORTED_MODULE_16__);
|
|
345
|
+
/* harmony import */ var _zh_cn_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(32129);
|
|
346
|
+
/* harmony import */ var _zh_cn_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_zh_cn_js__WEBPACK_IMPORTED_MODULE_17__);
|
|
347
|
+
/* harmony import */ var _zh_tw_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(19157);
|
|
348
|
+
/* harmony import */ var _zh_tw_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_zh_tw_js__WEBPACK_IMPORTED_MODULE_18__);
|
|
311
349
|
/*!
|
|
312
350
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
313
351
|
* See LICENSE.md in the project root for license information.
|
|
314
352
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
315
353
|
*/
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
335
373
|
|
|
336
374
|
|
|
337
375
|
|