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(lang) {
|
|
52
52
|
switch (lang) {
|
|
@@ -79,7 +79,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.pasteCode =
|
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
81
|
defaultLanguage: 'html',
|
|
82
|
-
insertTemplate: (jodit, language, value) => `<pre class="language-${language}">${(0,
|
|
82
|
+
insertTemplate: (jodit, language, value) => `<pre class="language-${language}">${(0,jodit_core_helpers_html_htmlspecialchars__WEBPACK_IMPORTED_MODULE_0__/* .htmlspecialchars */ .G)(value)}</pre>`,
|
|
83
83
|
languages: [
|
|
84
84
|
{ value: 'html', text: 'HTML/XML' },
|
|
85
85
|
{ value: 'plaintext', text: 'Plain' },
|
|
@@ -111,17 +111,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
111
111
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
112
112
|
/* harmony export */ pasteCode: function() { return /* binding */ pasteCode; }
|
|
113
113
|
/* harmony export */ });
|
|
114
|
-
/* harmony import */ var
|
|
114
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(31635);
|
|
115
115
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67259);
|
|
116
116
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53557);
|
|
117
117
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9596);
|
|
118
|
-
/* harmony import */ var
|
|
119
|
-
/* harmony import */ var
|
|
120
|
-
/* harmony import */ var
|
|
121
|
-
/* harmony import */ var
|
|
122
|
-
/* harmony import */ var
|
|
123
|
-
/* harmony import */ var
|
|
124
|
-
/* harmony import */ var
|
|
118
|
+
/* harmony import */ var jodit_core_helpers_checker_is_boolean__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(17083);
|
|
119
|
+
/* harmony import */ var jodit_core_helpers_html_htmlspecialchars__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(56935);
|
|
120
|
+
/* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(65564);
|
|
121
|
+
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(76185);
|
|
122
|
+
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(35102);
|
|
123
|
+
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(98544);
|
|
124
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(25511);
|
|
125
125
|
/*!
|
|
126
126
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
127
127
|
* See LICENSE.md in the project root for license information.
|
|
@@ -139,7 +139,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
|
|
142
|
-
let pasteCode = class pasteCode extends
|
|
142
|
+
let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_4__/* .Plugin */ .k {
|
|
143
143
|
constructor() {
|
|
144
144
|
super(...arguments);
|
|
145
145
|
/** @override */
|
|
@@ -174,12 +174,12 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
174
174
|
jodit.s.restore();
|
|
175
175
|
const newPre = jodit.createInside.fromHTML(jodit.o.pasteCode.insertTemplate(jodit, language.value, code.value));
|
|
176
176
|
if (pre) {
|
|
177
|
-
|
|
177
|
+
jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.replace(pre, newPre, jodit.createInside, false, true);
|
|
178
178
|
}
|
|
179
179
|
else {
|
|
180
|
-
const current = jodit.s.current(), block =
|
|
181
|
-
block && !
|
|
182
|
-
?
|
|
180
|
+
const current = jodit.s.current(), block = jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.up(current, jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isBlock, jodit.editor);
|
|
181
|
+
block && !jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isCell(block)
|
|
182
|
+
? jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.after(block, newPre)
|
|
183
183
|
: jodit.s.insertNode(newPre);
|
|
184
184
|
}
|
|
185
185
|
this.__imdOnChange();
|
|
@@ -195,15 +195,15 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
195
195
|
beforeDestruct(jodit) { }
|
|
196
196
|
__createForm() {
|
|
197
197
|
const { jodit } = this;
|
|
198
|
-
return new
|
|
199
|
-
new
|
|
198
|
+
return new jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .UIForm */ .XV(jodit, [
|
|
199
|
+
new jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .UISelect */ .$6(jodit, {
|
|
200
200
|
name: 'language',
|
|
201
201
|
label: 'Language',
|
|
202
202
|
value: jodit.o.pasteCode.defaultLanguage,
|
|
203
203
|
options: jodit.o.pasteCode.languages,
|
|
204
204
|
required: true
|
|
205
205
|
}),
|
|
206
|
-
new
|
|
206
|
+
new jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .UITextArea */ .F0(jodit, {
|
|
207
207
|
label: 'Code view',
|
|
208
208
|
resizable: false,
|
|
209
209
|
name: 'code',
|
|
@@ -215,18 +215,18 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
215
215
|
});
|
|
216
216
|
}
|
|
217
217
|
__createDialog(onSave, onCancel) {
|
|
218
|
-
const dialog = new
|
|
218
|
+
const dialog = new jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dialog({
|
|
219
219
|
language: this.j.o.language
|
|
220
220
|
});
|
|
221
221
|
dialog
|
|
222
222
|
.setHeader('Insert/Edit Code Sample')
|
|
223
223
|
.setSize(this.j.o.pasteCode.dialog.width, this.j.o.pasteCode.dialog.height)
|
|
224
224
|
.setFooter([
|
|
225
|
-
(0,
|
|
225
|
+
(0,jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .Button */ .$n)(dialog, '', 'Cancel', 'default').onAction(() => {
|
|
226
226
|
dialog.close();
|
|
227
227
|
onCancel();
|
|
228
228
|
}),
|
|
229
|
-
(0,
|
|
229
|
+
(0,jodit_core_ui__WEBPACK_IMPORTED_MODULE_5__/* .Button */ .$n)(dialog, 'save', 'Save', 'primary').onAction(() => {
|
|
230
230
|
dialog.close();
|
|
231
231
|
onSave();
|
|
232
232
|
})
|
|
@@ -245,7 +245,7 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
245
245
|
});
|
|
246
246
|
}
|
|
247
247
|
__highlightCode(pre) {
|
|
248
|
-
return (0,
|
|
248
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__awaiter */ .sH)(this, void 0, void 0, function* () {
|
|
249
249
|
const { globalHighlightLib, highlightLib: { css, js, langUrl, highlight, isLangLoaded } } = this.j.o.pasteCode;
|
|
250
250
|
if (!this.__highlightLibJSIsLoaded && !globalHighlightLib) {
|
|
251
251
|
this.__highlightLibJSIsLoaded = waitingPromise(this.async, Promise.all([
|
|
@@ -253,7 +253,7 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
253
253
|
(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.loadNext)(this.jodit, js).catch(() => null)
|
|
254
254
|
]));
|
|
255
255
|
}
|
|
256
|
-
if (!(0,
|
|
256
|
+
if (!(0,jodit_core_helpers_checker_is_boolean__WEBPACK_IMPORTED_MODULE_10__/* .isBoolean */ .L)(this.__highlightLibJSIsLoaded)) {
|
|
257
257
|
yield this.__highlightLibJSIsLoaded;
|
|
258
258
|
}
|
|
259
259
|
const language = this.__parseLanguage(pre);
|
|
@@ -269,16 +269,16 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
269
269
|
}
|
|
270
270
|
let container = pre;
|
|
271
271
|
if (pre.firstElementChild === pre.lastElementChild &&
|
|
272
|
-
|
|
272
|
+
jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isTag(pre.firstElementChild, 'code')) {
|
|
273
273
|
container = pre.firstElementChild;
|
|
274
274
|
}
|
|
275
275
|
container.innerHTML = highlight(container.innerText, language);
|
|
276
276
|
});
|
|
277
277
|
}
|
|
278
278
|
onPreEdit(e) {
|
|
279
|
-
const pre =
|
|
279
|
+
const pre = jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isNode(e) && jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isTag(e, 'pre')
|
|
280
280
|
? e
|
|
281
|
-
:
|
|
281
|
+
: jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.closest(e.target, 'pre', this.j.editor);
|
|
282
282
|
if (pre) {
|
|
283
283
|
const language = this.__parseLanguage(pre);
|
|
284
284
|
this.__openCodeEditDialog(language, pre.innerText, pre);
|
|
@@ -297,38 +297,42 @@ let pasteCode = class pasteCode extends jodit_core_plugin__WEBPACK_IMPORTED_MODU
|
|
|
297
297
|
getLang(pre);
|
|
298
298
|
if (language == null &&
|
|
299
299
|
pre.firstElementChild === pre.lastElementChild &&
|
|
300
|
-
|
|
300
|
+
jodit_modules__WEBPACK_IMPORTED_MODULE_6__.Dom.isTag(pre.firstElementChild, 'code')) {
|
|
301
301
|
getLang(pre.firstElementChild);
|
|
302
302
|
}
|
|
303
303
|
return this.jodit.o.pasteCode.canonicalLanguageCode(language || 'html');
|
|
304
304
|
}
|
|
305
305
|
onAfterGetValueFromEditor(data) {
|
|
306
306
|
const strip = (_, pre, _1, endPreStart, content, endPre) => {
|
|
307
|
-
return `${pre.trim()}${endPreStart}${(0,
|
|
307
|
+
return `${pre.trim()}${endPreStart}${(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'])))}${endPre}`;
|
|
308
308
|
};
|
|
309
309
|
data.value = data.value
|
|
310
310
|
// pre + code
|
|
311
|
-
.replace(
|
|
311
|
+
.replace(
|
|
312
|
+
// @ts-ignore
|
|
313
|
+
/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>\s*<code[^>]*>)(.*?)(<\/code>\s*<\/pre>)/gis, strip)
|
|
312
314
|
// only pre
|
|
313
|
-
.replace(
|
|
315
|
+
.replace(
|
|
316
|
+
// @ts-ignore
|
|
317
|
+
/(<pre[^>]*)contenteditable\s*=\s*(['"]?)false\2([^>]*>)(.*?)(<\/pre>)/gis, strip);
|
|
314
318
|
}
|
|
315
319
|
};
|
|
316
320
|
/** @override */
|
|
317
321
|
pasteCode.requires = ['license'];
|
|
318
|
-
(0,
|
|
322
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
319
323
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
320
324
|
], pasteCode.prototype, "__openCodeEditDialog", null);
|
|
321
|
-
(0,
|
|
325
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
322
326
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('?:change'),
|
|
323
327
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.debounce)()
|
|
324
328
|
], pasteCode.prototype, "__onChange", null);
|
|
325
|
-
(0,
|
|
329
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
326
330
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['?:dblclick', '?:editPreInPasteCode'])
|
|
327
331
|
], pasteCode.prototype, "onPreEdit", null);
|
|
328
|
-
(0,
|
|
332
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
329
333
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('?:afterGetValueFromEditor')
|
|
330
334
|
], pasteCode.prototype, "onAfterGetValueFromEditor", null);
|
|
331
|
-
pasteCode = (0,
|
|
335
|
+
pasteCode = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .Cg)([
|
|
332
336
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
333
337
|
], pasteCode);
|
|
334
338
|
|
|
@@ -337,7 +341,7 @@ function waitingPromise(async, promise) {
|
|
|
337
341
|
promise.then(resolve).catch(reject);
|
|
338
342
|
});
|
|
339
343
|
}
|
|
340
|
-
|
|
344
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_8__/* .JoditPro */ .A.plugins.add('paste-code', pasteCode);
|
|
341
345
|
|
|
342
346
|
|
|
343
347
|
/***/ })
|
|
@@ -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
|
|
|
@@ -1,10 +1,10 @@
|
|
|
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
|
*/
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
!function(t,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o();else if("function"==typeof define&&define.amd)define([],o);else{var e=o();for(var
|
|
10
|
+
!function(t,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o();else if("function"==typeof define&&define.amd)define([],o);else{var e=o();for(var n in e)("object"==typeof exports?exports:t)[n]=e[n]}}(self,(function(){return(self.webpackChunkjodit_pro=self.webpackChunkjodit_pro||[]).push([[314],{65965:function(t){t.exports='<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"> <g> <rect rx="10" height="1620" width="1620" y="79.646973" x="80" stroke-width="100" stroke-dasharray="8% 10%" fill="none"/> <path d="m1333.992706,381.692384l0,52.982419q0,21.04781 -12.98052,44.272981t-29.820114,23.22517q-35.082487,0 -37.889085,0.725787q-18.242893,4.354719 -22.452791,22.499384q-2.104949,7.983652 -2.104949,46.45034l0,836.106125q0,18.144664 -12.629695,31.208822t-30.170938,13.064158l-75.778171,0q-17.541243,0 -30.170938,-13.064158t-12.629695,-31.208822l0,-884.008038l-100.335911,0l0,884.008038q0,18.144664 -12.27887,31.208822t-30.521763,13.064158l-75.778171,0q-18.242893,0 -30.521763,-13.064158t-12.27887,-31.208822l0,-359.990137q-103.14251,-8.709439 -171.904184,-42.821407q-88.407866,-42.095621 -134.716748,-129.915795q-44.905583,-84.917028 -44.905583,-187.978721q0,-120.48057 61.745176,-207.574958q61.745176,-85.642815 146.644794,-115.400064q77.88312,-26.854103 292.587937,-26.854103l336.090221,0q17.541243,0 30.170938,13.064158t12.629695,31.208822z"/> </g> </svg>'},11193:function(t,o,e){"use strict";var n=e(91288);n.T.prototype.showBlocks={enable:!1,color:"#ccc",tagList:["html","body","div","span","applet","object","iframe","h1","h2","h3","h4","h5","h6","p","blockquote","pre","a","abbr","acronym","address","big","cite","code","del","dfn","em","img","ins","kbd","q","s","samp","small","strike","strong","sub","sup","tt","var","b","u","i","center","dl","dt","dd","fieldset","form","label","legend","caption","th","td","li","ol","ul","article","aside","canvas","details","embed","figure","figcaption","footer","header","hgroup","menu","nav","output","ruby","section","summary","time","mark","audio","video"]},n.T.prototype.controls.showBlocks={isActive(t){return Boolean(t.e.fire("showBlocksEnabled"))},tooltip:"Show Blocks",command:"toggleShowBlocks"}},43984:function(t){"use strict";t.exports={"Show Blocks":"تظهر كتل"}},41857:function(t){"use strict";t.exports={"Show Blocks":"Ukázat Bloky"}},79416:function(t){"use strict";t.exports={"Show Blocks":"Zeigen Blöcke"}},30731:function(t){"use strict";t.exports={"Show Blocks":"Mostrar Bloques"}},40546:function(t){"use strict";t.exports={"Show Blocks":"نشان می دهد بلوک"}},74591:function(t){"use strict";t.exports={"Show Blocks":"Afficher Les Blocs"}},40548:function(t){"use strict";t.exports={"Show Blocks":"תראה רחובות"}},29492:function(t){"use strict";t.exports={"Show Blocks":"Mutasd Meg Blokkok"}},13150:function(t){"use strict";t.exports={"Show Blocks":"Menunjukkan Blok"}},48049:function(t,o,e){"use strict";e.r(o),e.d(o,{ar:function(){return s.a},cs_cz:function(){return i.a},de:function(){return l.a},es:function(){return a.a},fa:function(){return f.a},fr:function(){return d.a},he:function(){return g.a},hu:function(){return w.a},id:function(){return x.a},it:function(){return y.a},ja:function(){return v.a},ko:function(){return j.a},nl:function(){return M.a},pl:function(){return E.a},pt_br:function(){return $.a},ru:function(){return L.a},tr:function(){return H.a},zh_cn:function(){return J.a},zh_tw:function(){return P.a}});var n=e(43984),s=e.n(n),r=e(41857),i=e.n(r),c=e(79416),l=e.n(c),u=e(30731),a=e.n(u),h=e(40546),f=e.n(h),p=e(74591),d=e.n(p),k=e(40548),g=e.n(k),b=e(29492),w=e.n(b),B=e(13150),x=e.n(B),m=e(66926),y=e.n(m),S=e(81446),v=e.n(S),q=e(83293),j=e.n(q),C=e(11869),M=e.n(C),z=e(23963),E=e.n(z),T=e(99410),$=e.n(T),_=e(99634),L=e.n(_),A=e(16461),H=e.n(A),I=e(32129),J=e.n(I),D=e(19157),P=e.n(D)},66926:function(t){"use strict";t.exports={"Show Blocks":"Visualizza Blocchi"}},81446:function(t){"use strict";t.exports={"Show Blocks":"ショーのブロック"}},83293:function(t){"use strict";t.exports={"Show Blocks":"쇼 블록"}},11869:function(t){"use strict";t.exports={"Show Blocks":"Toon Blokken"}},23963:function(t){"use strict";t.exports={"Show Blocks":"Pokaż Bloki"}},99410:function(t){"use strict";t.exports={"Show Blocks":"Mostrar Blocos"}},99634:function(t){"use strict";t.exports={"Show Blocks":"Показать Блоки"}},16461:function(t){"use strict";t.exports={"Show Blocks":"Haritayı Blokları"}},32129:function(t){"use strict";t.exports={"Show Blocks":"显示块"}},19157:function(t){"use strict";t.exports={"Show Blocks":"แสดงช่วงตึก"}},82101:function(t,o,e){"use strict";e.r(o),e.d(o,{showBlocks:function(){return p}});var n=e(31635),s=e(53557),r=e(23545),i=e(51431),c=e(65564),l=e(80004),u=(e(11193),e(48049)),a=e(65965),h=e.n(a),f=e(25511);class p extends c.k{get style(){return(0,i.My)(this.jodit,p,"style",!0)}enable(){this.isEnabled=!0;const t=this.j.o.iframe?"body":".jodit-wysiwyg",{tagList:o,color:e}=this.j.o.showBlocks;this.style.innerHTML=o.map((o=>{return`${t} ${o}{\n\t\t\t\t\toutline: 1px dashed ${e};\n\t\t\t\t\tbackground-image: url("${n='<svg xmlns="http://www.w3.org/2000/svg" width="50px"><text dominant-baseline="hanging" text-anchor="end" style="fill: '+e+';font: 10px sans-serif" x="50px" y="0">'+o+"</text></svg>",`data:image/svg+xml;utf8,${escape(n)}`}");\n\t\t\t\t\tbackground-position: top 2px ${"rtl"===this.j.o.direction?"left":"right"} 4px;\n\t\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\t\tposition: relative;\n\t\t\t\t}`;var n})).join("")}disable(){this.isEnabled=!1,this.style.innerHTML=""}toggle(){this.isEnabled?this.disable():this.enable(),this.j.e.fire("updateToolbar")}constructor(t){super(t),this.buttons=[{name:"showBlocks",group:"state"}],this.isEnabled=!1,(0,i.JW)(u),l.I.set("showBlocks",h())}afterInit(t){t.e.on("showBlocksEnabled",(()=>this.isEnabled)),t.registerCommand("enableShowBlocks",this.enable).registerCommand("disableShowBlocks",this.disable).registerCommand("toggleShowBlocks",this.toggle),this.j.o.showBlocks.enable&&this.enable()}beforeDestruct(t){this.disable(),r.J.safeRemove(this.style)}}p.requires=["license"],(0,n.Cg)([s.cache],p.prototype,"style",null),(0,n.Cg)([s.autobind],p.prototype,"enable",null),(0,n.Cg)([s.autobind],p.prototype,"disable",null),(0,n.Cg)([s.autobind],p.prototype,"toggle",null),f.A.plugins.add("show-blocks",p)}},function(t){return t(t.s=82101)}])}));
|