jodit-pro 2.0.0-beta.12 → 2.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es2015/jodit.css +19 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +2121 -105
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/autocomplete/autocomplete.js +2 -448
- package/es2015/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2015/plugins/backup/backup.css +1 -1
- package/es2015/plugins/backup/backup.js +24 -19
- package/es2015/plugins/backup/backup.min.js +2 -2
- package/es2015/plugins/button-generator/button-generator.css +1 -1
- package/es2015/plugins/button-generator/button-generator.js +55 -46
- package/es2015/plugins/button-generator/button-generator.min.js +2 -2
- package/es2015/plugins/change-case/change-case.js +10 -7
- package/es2015/plugins/change-case/change-case.min.js +2 -2
- package/es2015/plugins/color-picker/color-picker.css +1 -1
- package/es2015/plugins/color-picker/color-picker.js +10 -8
- package/es2015/plugins/color-picker/color-picker.min.js +2 -2
- package/es2015/plugins/emoji/emoji.css +1 -1
- package/es2015/plugins/emoji/emoji.js +20 -15
- package/es2015/plugins/emoji/emoji.min.js +2 -2
- package/es2015/plugins/export-docs/export-docs.js +9 -6
- package/es2015/plugins/export-docs/export-docs.min.js +2 -2
- package/es2015/plugins/finder/finder.css +6 -6
- package/es2015/plugins/finder/finder.js +215 -199
- package/es2015/plugins/finder/finder.min.css +1 -1
- 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 +149 -116
- package/es2015/plugins/google-maps/google-maps.min.js +2 -2
- package/es2015/plugins/google-search/google-search.js +7 -4
- package/es2015/plugins/google-search/google-search.min.js +2 -2
- package/es2015/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2015/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2015/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2015/plugins/keyboard/keyboard.css +1 -1
- package/es2015/plugins/keyboard/keyboard.js +36 -19
- package/es2015/plugins/keyboard/keyboard.min.js +2 -2
- package/es2015/plugins/mobile-view/mobile-view.js +13 -10
- package/es2015/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2015/plugins/page-break/page-break.js +9 -6
- package/es2015/plugins/page-break/page-break.min.js +2 -2
- package/es2015/plugins/paste-code/paste-code.css +1 -1
- package/es2015/plugins/paste-code/paste-code.js +9 -6
- package/es2015/plugins/paste-code/paste-code.min.js +2 -2
- package/es2015/plugins/paste-from-word/paste-from-word.js +2 -1516
- package/es2015/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2015/plugins/show-blocks/show-blocks.js +15 -10
- 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 +7 -4
- package/es2015/plugins/todo-list/todo-list.min.js +2 -2
- package/es2015/plugins/translate/translate.css +1 -1
- package/es2015/plugins/translate/translate.js +16 -10
- package/es2015/plugins/translate/translate.min.js +2 -2
- package/es2015/plugins/tune-block/tune-block.css +1 -1
- package/es2015/plugins/tune-block/tune-block.js +3 -3
- package/es2015/plugins/tune-block/tune-block.min.js +2 -2
- package/es2018/jodit.css +19 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +2119 -105
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/autocomplete/autocomplete.js +2 -446
- package/es2018/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2018/plugins/backup/backup.css +1 -1
- package/es2018/plugins/backup/backup.js +24 -19
- package/es2018/plugins/backup/backup.min.js +2 -2
- package/es2018/plugins/button-generator/button-generator.css +1 -1
- package/es2018/plugins/button-generator/button-generator.js +55 -46
- package/es2018/plugins/button-generator/button-generator.min.js +2 -2
- package/es2018/plugins/change-case/change-case.js +10 -7
- package/es2018/plugins/change-case/change-case.min.js +2 -2
- package/es2018/plugins/color-picker/color-picker.css +1 -1
- package/es2018/plugins/color-picker/color-picker.js +10 -8
- package/es2018/plugins/color-picker/color-picker.min.js +2 -2
- package/es2018/plugins/emoji/emoji.css +1 -1
- package/es2018/plugins/emoji/emoji.js +20 -15
- package/es2018/plugins/emoji/emoji.min.js +2 -2
- package/es2018/plugins/export-docs/export-docs.js +9 -6
- package/es2018/plugins/export-docs/export-docs.min.js +2 -2
- package/es2018/plugins/finder/finder.css +6 -6
- package/es2018/plugins/finder/finder.js +214 -198
- package/es2018/plugins/finder/finder.min.css +1 -1
- 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 +131 -98
- package/es2018/plugins/google-maps/google-maps.min.js +2 -2
- package/es2018/plugins/google-search/google-search.js +7 -4
- package/es2018/plugins/google-search/google-search.min.js +2 -2
- package/es2018/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2018/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2018/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2018/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2018/plugins/keyboard/keyboard.css +1 -1
- package/es2018/plugins/keyboard/keyboard.js +36 -19
- package/es2018/plugins/keyboard/keyboard.min.js +2 -2
- package/es2018/plugins/mobile-view/mobile-view.js +13 -10
- package/es2018/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2018/plugins/page-break/page-break.js +9 -6
- package/es2018/plugins/page-break/page-break.min.js +2 -2
- package/es2018/plugins/paste-code/paste-code.css +1 -1
- package/es2018/plugins/paste-code/paste-code.js +9 -6
- package/es2018/plugins/paste-code/paste-code.min.js +2 -2
- package/es2018/plugins/paste-from-word/paste-from-word.js +2 -1516
- package/es2018/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2018/plugins/show-blocks/show-blocks.js +15 -10
- 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 +7 -4
- package/es2018/plugins/todo-list/todo-list.min.js +2 -2
- package/es2018/plugins/translate/translate.css +1 -1
- package/es2018/plugins/translate/translate.js +16 -10
- package/es2018/plugins/translate/translate.min.js +2 -2
- package/es2018/plugins/tune-block/tune-block.css +1 -1
- package/es2018/plugins/tune-block/tune-block.js +3 -3
- package/es2018/plugins/tune-block/tune-block.min.js +2 -2
- package/es2021/jodit.css +19 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +2098 -104
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/autocomplete/autocomplete.js +2 -438
- package/es2021/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2021/plugins/backup/backup.css +1 -1
- package/es2021/plugins/backup/backup.js +24 -19
- package/es2021/plugins/backup/backup.min.js +2 -2
- package/es2021/plugins/button-generator/button-generator.css +1 -1
- package/es2021/plugins/button-generator/button-generator.js +55 -46
- package/es2021/plugins/button-generator/button-generator.min.js +2 -2
- package/es2021/plugins/change-case/change-case.js +10 -7
- package/es2021/plugins/change-case/change-case.min.js +2 -2
- package/es2021/plugins/color-picker/color-picker.css +1 -1
- package/es2021/plugins/color-picker/color-picker.js +10 -8
- package/es2021/plugins/color-picker/color-picker.min.js +2 -2
- package/es2021/plugins/emoji/emoji.css +1 -1
- package/es2021/plugins/emoji/emoji.js +20 -15
- package/es2021/plugins/emoji/emoji.min.js +2 -2
- package/es2021/plugins/export-docs/export-docs.js +9 -6
- package/es2021/plugins/export-docs/export-docs.min.js +2 -2
- package/es2021/plugins/finder/finder.css +6 -6
- package/es2021/plugins/finder/finder.js +214 -198
- package/es2021/plugins/finder/finder.min.css +1 -1
- 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 +131 -98
- package/es2021/plugins/google-maps/google-maps.min.js +2 -2
- package/es2021/plugins/google-search/google-search.js +7 -4
- package/es2021/plugins/google-search/google-search.min.js +2 -2
- package/es2021/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2021/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2021/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2021/plugins/keyboard/keyboard.css +1 -1
- package/es2021/plugins/keyboard/keyboard.js +36 -19
- package/es2021/plugins/keyboard/keyboard.min.js +2 -2
- package/es2021/plugins/mobile-view/mobile-view.js +13 -10
- package/es2021/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2021/plugins/page-break/page-break.js +9 -6
- package/es2021/plugins/page-break/page-break.min.js +2 -2
- package/es2021/plugins/paste-code/paste-code.css +1 -1
- package/es2021/plugins/paste-code/paste-code.js +9 -6
- package/es2021/plugins/paste-code/paste-code.min.js +2 -2
- package/es2021/plugins/paste-from-word/paste-from-word.js +2 -1503
- package/es2021/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2021/plugins/show-blocks/show-blocks.js +15 -10
- 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 +7 -4
- package/es2021/plugins/todo-list/todo-list.min.js +2 -2
- package/es2021/plugins/translate/translate.css +1 -1
- package/es2021/plugins/translate/translate.js +16 -10
- package/es2021/plugins/translate/translate.min.js +2 -2
- package/es2021/plugins/tune-block/tune-block.css +1 -1
- package/es2021/plugins/tune-block/tune-block.js +3 -3
- package/es2021/plugins/tune-block/tune-block.min.js +2 -2
- package/es2021.en/jodit.css +19 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +2098 -104
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/autocomplete/autocomplete.js +2 -438
- package/es2021.en/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2021.en/plugins/backup/backup.css +1 -1
- package/es2021.en/plugins/backup/backup.js +24 -19
- package/es2021.en/plugins/backup/backup.min.js +2 -2
- package/es2021.en/plugins/button-generator/button-generator.css +1 -1
- package/es2021.en/plugins/button-generator/button-generator.js +55 -46
- package/es2021.en/plugins/button-generator/button-generator.min.js +2 -2
- package/es2021.en/plugins/change-case/change-case.js +10 -7
- package/es2021.en/plugins/change-case/change-case.min.js +2 -2
- package/es2021.en/plugins/color-picker/color-picker.css +1 -1
- package/es2021.en/plugins/color-picker/color-picker.js +10 -8
- package/es2021.en/plugins/color-picker/color-picker.min.js +2 -2
- package/es2021.en/plugins/emoji/emoji.css +1 -1
- package/es2021.en/plugins/emoji/emoji.js +20 -15
- package/es2021.en/plugins/emoji/emoji.min.js +2 -2
- package/es2021.en/plugins/export-docs/export-docs.js +9 -6
- package/es2021.en/plugins/export-docs/export-docs.min.js +2 -2
- package/es2021.en/plugins/finder/finder.css +6 -6
- package/es2021.en/plugins/finder/finder.js +214 -198
- package/es2021.en/plugins/finder/finder.min.css +1 -1
- 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 +131 -98
- package/es2021.en/plugins/google-maps/google-maps.min.js +2 -2
- package/es2021.en/plugins/google-search/google-search.js +7 -4
- package/es2021.en/plugins/google-search/google-search.min.js +2 -2
- package/es2021.en/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2021.en/plugins/keyboard/keyboard.css +1 -1
- package/es2021.en/plugins/keyboard/keyboard.js +36 -19
- package/es2021.en/plugins/keyboard/keyboard.min.js +2 -2
- package/es2021.en/plugins/mobile-view/mobile-view.js +13 -10
- package/es2021.en/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2021.en/plugins/page-break/page-break.js +9 -6
- package/es2021.en/plugins/page-break/page-break.min.js +2 -2
- package/es2021.en/plugins/paste-code/paste-code.css +1 -1
- package/es2021.en/plugins/paste-code/paste-code.js +9 -6
- package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
- package/es2021.en/plugins/paste-from-word/paste-from-word.js +2 -1503
- package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2021.en/plugins/show-blocks/show-blocks.js +15 -10
- 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 +7 -4
- package/es2021.en/plugins/todo-list/todo-list.min.js +2 -2
- package/es2021.en/plugins/translate/translate.css +1 -1
- package/es2021.en/plugins/translate/translate.js +16 -10
- package/es2021.en/plugins/translate/translate.min.js +2 -2
- package/es2021.en/plugins/tune-block/tune-block.css +1 -1
- package/es2021.en/plugins/tune-block/tune-block.js +3 -3
- package/es2021.en/plugins/tune-block/tune-block.min.js +2 -2
- package/es5/jodit.css +30 -51
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +2320 -108
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/autocomplete/autocomplete.js +2 -511
- package/es5/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es5/plugins/backup/backup.css +1 -1
- package/es5/plugins/backup/backup.js +26 -21
- package/es5/plugins/backup/backup.min.js +2 -2
- package/es5/plugins/button-generator/button-generator.css +1 -1
- package/es5/plugins/button-generator/button-generator.js +59 -50
- package/es5/plugins/button-generator/button-generator.min.js +2 -2
- package/es5/plugins/change-case/change-case.js +10 -7
- package/es5/plugins/change-case/change-case.min.js +2 -2
- package/es5/plugins/color-picker/color-picker.css +1 -1
- package/es5/plugins/color-picker/color-picker.js +11 -9
- package/es5/plugins/color-picker/color-picker.min.js +2 -2
- package/es5/plugins/emoji/emoji.css +1 -1
- package/es5/plugins/emoji/emoji.js +20 -15
- package/es5/plugins/emoji/emoji.min.js +2 -2
- package/es5/plugins/export-docs/export-docs.js +9 -6
- package/es5/plugins/export-docs/export-docs.min.js +2 -2
- package/es5/plugins/finder/finder.css +6 -6
- package/es5/plugins/finder/finder.js +238 -222
- package/es5/plugins/finder/finder.min.css +1 -1
- 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 +164 -131
- package/es5/plugins/google-maps/google-maps.min.js +2 -2
- package/es5/plugins/google-search/google-search.js +9 -6
- package/es5/plugins/google-search/google-search.min.js +2 -2
- package/es5/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es5/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.js +18 -15
- package/es5/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es5/plugins/keyboard/keyboard.css +1 -1
- package/es5/plugins/keyboard/keyboard.js +37 -20
- package/es5/plugins/keyboard/keyboard.min.js +2 -2
- package/es5/plugins/mobile-view/mobile-view.js +13 -10
- package/es5/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es5/plugins/page-break/page-break.js +9 -6
- package/es5/plugins/page-break/page-break.min.js +2 -2
- package/es5/plugins/paste-code/paste-code.css +1 -1
- package/es5/plugins/paste-code/paste-code.js +9 -6
- package/es5/plugins/paste-code/paste-code.min.js +2 -2
- package/es5/plugins/paste-from-word/paste-from-word.js +2 -1645
- package/es5/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es5/plugins/show-blocks/show-blocks.js +16 -11
- 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 +7 -4
- package/es5/plugins/todo-list/todo-list.min.js +2 -2
- package/es5/plugins/translate/translate.css +1 -1
- package/es5/plugins/translate/translate.js +17 -11
- package/es5/plugins/translate/translate.min.js +2 -2
- package/es5/plugins/tune-block/tune-block.css +1 -1
- package/es5/plugins/tune-block/tune-block.js +3 -3
- package/es5/plugins/tune-block/tune-block.min.js +2 -2
- package/esm/config.d.ts +11 -0
- package/esm/config.js +6 -0
- package/esm/core/ui/form/range/range.d.ts +23 -0
- package/esm/core/ui/form/range/range.js +6 -0
- package/esm/index.d.ts +7 -0
- package/esm/index.js +6 -0
- package/esm/jodit-pro.d.ts +14 -0
- package/esm/jodit-pro.js +6 -0
- package/esm/plugins/autocomplete/autocomplete.d.ts +40 -0
- package/esm/plugins/autocomplete/autocomplete.js +6 -0
- package/esm/plugins/autocomplete/helpers.d.ts +25 -0
- package/esm/plugins/autocomplete/helpers.js +6 -0
- package/esm/plugins/autocomplete/interface.d.ts +19 -0
- package/esm/plugins/autocomplete/interface.js +6 -0
- package/esm/plugins/autocomplete/ui/autocomplete.d.ts +20 -0
- package/esm/plugins/autocomplete/ui/autocomplete.js +6 -0
- package/esm/plugins/autocomplete/ui/item.d.ts +14 -0
- package/esm/plugins/autocomplete/ui/item.js +6 -0
- package/esm/plugins/backup/assets/restore.svg.js +1 -0
- package/esm/plugins/backup/backup.d.ts +29 -0
- package/esm/plugins/backup/backup.js +6 -0
- package/esm/plugins/backup/config.d.ts +18 -0
- package/esm/plugins/backup/config.js +6 -0
- package/esm/plugins/backup/interface.d.ts +14 -0
- package/esm/plugins/backup/interface.js +6 -0
- package/esm/plugins/backup/langs/index.d.ts +6 -0
- package/esm/plugins/backup/langs/index.js +6 -0
- package/esm/plugins/backup/modules/store.d.ts +15 -0
- package/esm/plugins/backup/modules/store.js +6 -0
- package/esm/plugins/backup/ui/box.d.ts +29 -0
- package/esm/plugins/backup/ui/box.js +6 -0
- package/esm/plugins/backup/ui/item.d.ts +17 -0
- package/esm/plugins/backup/ui/item.js +6 -0
- package/esm/plugins/backup/ui/list.d.ts +24 -0
- package/esm/plugins/backup/ui/list.js +6 -0
- package/esm/plugins/button-generator/assets/check.svg.js +1 -0
- package/esm/plugins/button-generator/assets/styles.json +1162 -0
- package/esm/plugins/button-generator/assets/styles.json.js +1 -0
- package/esm/plugins/button-generator/button-generator.d.ts +25 -0
- package/esm/plugins/button-generator/button-generator.js +1 -0
- package/esm/plugins/button-generator/config.d.ts +6 -0
- package/esm/plugins/button-generator/config.js +6 -0
- package/esm/plugins/button-generator/icon.svg.js +1 -0
- package/esm/plugins/button-generator/ui/button/button.d.ts +21 -0
- package/esm/plugins/button-generator/ui/button/button.js +7 -0
- package/esm/plugins/button-generator/ui/form/form.d.ts +20 -0
- package/esm/plugins/button-generator/ui/form/form.js +6 -0
- package/esm/plugins/button-generator/ui/generator/button-generator.d.ts +22 -0
- package/esm/plugins/button-generator/ui/generator/button-generator.js +6 -0
- package/esm/plugins/button-generator/ui/preview/preview.d.ts +22 -0
- package/esm/plugins/button-generator/ui/preview/preview.js +6 -0
- package/esm/plugins/change-case/change-case.d.ts +22 -0
- package/esm/plugins/change-case/change-case.js +6 -0
- package/esm/plugins/change-case/config.d.ts +6 -0
- package/esm/plugins/change-case/config.js +6 -0
- package/esm/plugins/change-case/icon.svg.js +1 -0
- package/esm/plugins/color-picker/color-picker.d.ts +18 -0
- package/esm/plugins/color-picker/color-picker.js +6 -0
- package/esm/plugins/color-picker/ui/input/color-input.d.ts +19 -0
- package/esm/plugins/color-picker/ui/input/color-input.js +6 -0
- package/esm/plugins/emoji/config.d.ts +10 -0
- package/esm/plugins/emoji/config.js +1 -0
- package/esm/plugins/emoji/emoji.d.ts +22 -0
- package/esm/plugins/emoji/emoji.js +6 -0
- package/esm/plugins/emoji/emoji.json +5667 -0
- package/esm/plugins/emoji/emoji.json.js +1 -0
- package/esm/plugins/emoji/emoji.svg.js +1 -0
- package/esm/plugins/emoji/interface.d.ts +24 -0
- package/esm/plugins/emoji/interface.js +6 -0
- package/esm/plugins/emoji/ui/emoji.d.ts +54 -0
- package/esm/plugins/emoji/ui/emoji.js +6 -0
- package/esm/plugins/export-docs/assets/export.svg.js +1 -0
- package/esm/plugins/export-docs/config.d.ts +21 -0
- package/esm/plugins/export-docs/config.js +6 -0
- package/esm/plugins/export-docs/export-docs.d.ts +18 -0
- package/esm/plugins/export-docs/export-docs.js +6 -0
- package/esm/plugins/finder/browser.d.ts +70 -0
- package/esm/plugins/finder/browser.js +6 -0
- package/esm/plugins/finder/config.d.ts +6 -0
- package/esm/plugins/finder/config.js +6 -0
- package/esm/plugins/finder/finder.d.ts +19 -0
- package/esm/plugins/finder/finder.js +6 -0
- package/esm/plugins/finder/helpers/context-menu.d.ts +19 -0
- package/esm/plugins/finder/helpers/context-menu.js +6 -0
- package/esm/plugins/finder/helpers/helpers.d.ts +6 -0
- package/esm/plugins/finder/helpers/helpers.js +6 -0
- package/esm/plugins/finder/helpers/history-manager.d.ts +24 -0
- package/esm/plugins/finder/helpers/history-manager.js +6 -0
- package/esm/plugins/finder/helpers/loading-manager.d.ts +25 -0
- package/esm/plugins/finder/helpers/loading-manager.js +6 -0
- package/esm/plugins/finder/helpers/persistent-store.d.ts +32 -0
- package/esm/plugins/finder/helpers/persistent-store.js +6 -0
- package/esm/plugins/finder/helpers/state-manager.d.ts +21 -0
- package/esm/plugins/finder/helpers/state-manager.js +6 -0
- package/esm/plugins/finder/langs/index.d.ts +7 -0
- package/esm/plugins/finder/langs/ru.d.ts +22 -0
- package/esm/plugins/finder/ui/assets/icons/heart.svg.js +1 -0
- package/esm/plugins/finder/ui/assets/icons/home.svg.js +1 -0
- package/esm/plugins/finder/ui/assets/icons/index.d.ts +1 -0
- package/esm/plugins/finder/ui/assets/icons/index.js +6 -0
- package/esm/plugins/finder/ui/assets/icons/new-folder.svg.js +1 -0
- package/esm/plugins/finder/ui/folder/folder.d.ts +18 -0
- package/esm/plugins/finder/ui/folder/folder.js +6 -0
- package/esm/plugins/finder/ui/header/header.d.ts +21 -0
- package/esm/plugins/finder/ui/header/header.js +6 -0
- package/esm/plugins/finder/ui/item/item.d.ts +24 -0
- package/esm/plugins/finder/ui/item/item.js +6 -0
- package/esm/plugins/finder/ui/lightboox/lightbox.d.ts +27 -0
- package/esm/plugins/finder/ui/lightboox/lightbox.js +6 -0
- package/esm/plugins/finder/ui/panel/panel.d.ts +60 -0
- package/esm/plugins/finder/ui/panel/panel.js +6 -0
- package/esm/plugins/finder/ui/preview/preview.d.ts +25 -0
- package/esm/plugins/finder/ui/preview/preview.js +6 -0
- package/esm/plugins/finder/ui/progress/progress.d.ts +19 -0
- package/esm/plugins/finder/ui/progress/progress.js +6 -0
- package/esm/plugins/finder/ui/settings/settings.d.ts +25 -0
- package/esm/plugins/finder/ui/settings/settings.js +6 -0
- package/esm/plugins/finder/ui/sidebar/sidebar.d.ts +27 -0
- package/esm/plugins/finder/ui/sidebar/sidebar.js +6 -0
- package/esm/plugins/finder/ui/source/source.d.ts +19 -0
- package/esm/plugins/finder/ui/source/source.js +6 -0
- package/esm/plugins/finder/ui/sources/sources.d.ts +15 -0
- package/esm/plugins/finder/ui/sources/sources.js +6 -0
- package/esm/plugins/finder/ui/statusbar/statusbar.d.ts +14 -0
- package/esm/plugins/finder/ui/statusbar/statusbar.js +6 -0
- package/esm/plugins/finder/ui/tree/tree.d.ts +16 -0
- package/esm/plugins/finder/ui/tree/tree.js +6 -0
- package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +32 -0
- package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.js +6 -0
- package/esm/plugins/google-maps/assets/circle.svg.js +1 -0
- package/esm/plugins/google-maps/assets/hand.svg.js +1 -0
- package/esm/plugins/google-maps/assets/icon.svg.js +1 -0
- package/esm/plugins/google-maps/assets/index.d.ts +6 -0
- package/esm/plugins/google-maps/assets/index.js +6 -0
- package/esm/plugins/google-maps/assets/marker.svg.js +1 -0
- package/esm/plugins/google-maps/assets/polygon.svg.js +1 -0
- package/esm/plugins/google-maps/assets/polyline.svg.js +1 -0
- package/esm/plugins/google-maps/assets/text.svg.js +1 -0
- package/esm/plugins/google-maps/config.d.ts +45 -0
- package/esm/plugins/google-maps/config.js +6 -0
- package/esm/plugins/google-maps/google-maps.d.ts +29 -0
- package/esm/plugins/google-maps/google-maps.js +6 -0
- package/esm/plugins/google-maps/helpers/const.d.ts +7 -0
- package/esm/plugins/google-maps/helpers/const.js +6 -0
- package/esm/plugins/google-maps/helpers/generate-js-script.d.ts +8 -0
- package/esm/plugins/google-maps/helpers/generate-js-script.js +1 -0
- package/esm/plugins/google-maps/helpers/generate-static-elements.d.ts +7 -0
- package/esm/plugins/google-maps/helpers/generate-static-elements.js +6 -0
- package/esm/plugins/google-maps/helpers/helpers.d.ts +14 -0
- package/esm/plugins/google-maps/helpers/helpers.js +6 -0
- package/esm/plugins/google-maps/helpers/static-url.d.ts +7 -0
- package/esm/plugins/google-maps/helpers/static-url.js +6 -0
- package/esm/plugins/google-maps/ui/combo-box/combo-box.d.ts +12 -0
- package/esm/plugins/google-maps/ui/combo-box/combo-box.js +6 -0
- package/esm/plugins/google-maps/ui/editors/base.d.ts +15 -0
- package/esm/plugins/google-maps/ui/editors/base.js +6 -0
- package/esm/plugins/google-maps/ui/editors/index.d.ts +8 -0
- package/esm/plugins/google-maps/ui/editors/index.js +6 -0
- package/esm/plugins/google-maps/ui/editors/marker/marker.d.ts +10 -0
- package/esm/plugins/google-maps/ui/editors/marker/marker.js +6 -0
- package/esm/plugins/google-maps/ui/editors/polygon/polygon.d.ts +10 -0
- package/esm/plugins/google-maps/ui/editors/polygon/polygon.js +6 -0
- package/esm/plugins/google-maps/ui/editors/polyline/polyline.d.ts +10 -0
- package/esm/plugins/google-maps/ui/editors/polyline/polyline.js +6 -0
- package/esm/plugins/google-maps/ui/index.d.ts +10 -0
- package/esm/plugins/google-maps/ui/index.js +6 -0
- package/esm/plugins/google-maps/ui/map/map.d.ts +39 -0
- package/esm/plugins/google-maps/ui/map/map.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/index.d.ts +10 -0
- package/esm/plugins/google-maps/ui/map/modules/index.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/remove-element.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/remove-element.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.js +6 -0
- package/esm/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +14 -0
- package/esm/plugins/google-maps/ui/maps-controls/maps-controls.js +6 -0
- package/esm/plugins/google-maps/ui/maps-props/maps-props.d.ts +19 -0
- package/esm/plugins/google-maps/ui/maps-props/maps-props.js +6 -0
- package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +13 -0
- package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.js +6 -0
- package/esm/plugins/google-search/google-search.d.ts +17 -0
- package/esm/plugins/google-search/google-search.js +6 -0
- package/esm/plugins/google-search/icon.svg.js +1 -0
- package/esm/plugins/highlight-signature/highlight-signature.d.ts +54 -0
- package/esm/plugins/highlight-signature/highlight-signature.js +6 -0
- package/esm/plugins/iframe-editor/config.d.ts +6 -0
- package/esm/plugins/iframe-editor/config.js +6 -0
- package/esm/plugins/iframe-editor/icon.svg.js +1 -0
- package/esm/plugins/iframe-editor/iframe-editor.d.ts +22 -0
- package/esm/plugins/iframe-editor/iframe-editor.js +6 -0
- package/esm/plugins/iframe-editor/interface.d.ts +15 -0
- package/esm/plugins/iframe-editor/interface.js +6 -0
- package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +14 -0
- package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.js +6 -0
- package/esm/plugins/index.d.ts +8 -0
- package/esm/plugins/index.js +6 -0
- package/esm/plugins/keyboard/config.d.ts +23 -0
- package/esm/plugins/keyboard/config.js +1 -0
- package/esm/plugins/keyboard/icon.svg.js +1 -0
- package/esm/plugins/keyboard/interface.d.ts +13 -0
- package/esm/plugins/keyboard/interface.js +6 -0
- package/esm/plugins/keyboard/keyboard.d.ts +27 -0
- package/esm/plugins/keyboard/keyboard.js +1 -0
- package/esm/plugins/keyboard/ui/assets/backspace.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/caps.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/dots.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/shift.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/tab.svg.js +1 -0
- package/esm/plugins/keyboard/ui/keyboard/keyboard.d.ts +32 -0
- package/esm/plugins/keyboard/ui/keyboard/keyboard.js +6 -0
- package/esm/plugins/license/helpers/helpers.d.ts +14 -0
- package/esm/plugins/license/helpers/helpers.js +7 -0
- package/esm/plugins/license/license.d.ts +16 -0
- package/esm/plugins/license/license.js +6 -0
- package/esm/plugins/mobile-view/config.d.ts +14 -0
- package/esm/plugins/mobile-view/config.js +6 -0
- package/esm/plugins/mobile-view/icon.svg.js +1 -0
- package/esm/plugins/mobile-view/mobile-view.d.ts +6 -0
- package/esm/plugins/mobile-view/mobile-view.js +6 -0
- package/esm/plugins/page-break/assets/page-break.svg.js +1 -0
- package/esm/plugins/page-break/config.d.ts +13 -0
- package/esm/plugins/page-break/config.js +6 -0
- package/esm/plugins/page-break/page-break.css.d.ts +2 -0
- package/esm/plugins/page-break/page-break.css.js +6 -0
- package/esm/plugins/page-break/page-break.d.ts +23 -0
- package/esm/plugins/page-break/page-break.js +6 -0
- package/esm/plugins/paste-code/config.d.ts +36 -0
- package/esm/plugins/paste-code/config.js +6 -0
- package/esm/plugins/paste-code/icon.svg.js +1 -0
- package/esm/plugins/paste-code/paste-code.d.ts +30 -0
- package/esm/plugins/paste-code/paste-code.js +6 -0
- package/esm/plugins/paste-from-word/cases/clean-styles.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/clean-styles.js +6 -0
- package/esm/plugins/paste-from-word/cases/clear-attributes.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/clear-attributes.js +6 -0
- package/esm/plugins/paste-from-word/cases/clear-class-name.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/clear-class-name.js +6 -0
- package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +6 -0
- package/esm/plugins/paste-from-word/cases/convert-to-list.d.ts +11 -0
- package/esm/plugins/paste-from-word/cases/convert-to-list.js +6 -0
- package/esm/plugins/paste-from-word/cases/index.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/index.js +6 -0
- package/esm/plugins/paste-from-word/cases/mark-page-break.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/mark-page-break.js +6 -0
- package/esm/plugins/paste-from-word/cases/normalize-image-props.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/normalize-image-props.js +6 -0
- package/esm/plugins/paste-from-word/cases/process-image.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/process-image.js +6 -0
- package/esm/plugins/paste-from-word/cases/process-links.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/process-links.js +6 -0
- package/esm/plugins/paste-from-word/cases/remove-extra-tags.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/remove-extra-tags.js +6 -0
- package/esm/plugins/paste-from-word/cases/remove-inside-comment.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/remove-inside-comment.js +6 -0
- package/esm/plugins/paste-from-word/cases/replace-old-tags.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/replace-old-tags.js +6 -0
- package/esm/plugins/paste-from-word/cases/table.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/table.js +6 -0
- package/esm/plugins/paste-from-word/config.d.ts +24 -0
- package/esm/plugins/paste-from-word/config.js +6 -0
- package/esm/plugins/paste-from-word/constants.d.ts +20 -0
- package/esm/plugins/paste-from-word/constants.js +6 -0
- package/esm/plugins/paste-from-word/element/checkers.d.ts +14 -0
- package/esm/plugins/paste-from-word/element/checkers.js +6 -0
- package/esm/plugins/paste-from-word/element/element.d.ts +34 -0
- package/esm/plugins/paste-from-word/element/element.js +6 -0
- package/esm/plugins/paste-from-word/element/index.d.ts +8 -0
- package/esm/plugins/paste-from-word/element/index.js +6 -0
- package/esm/plugins/paste-from-word/element/render.d.ts +9 -0
- package/esm/plugins/paste-from-word/element/render.js +6 -0
- package/esm/plugins/paste-from-word/element/style.d.ts +20 -0
- package/esm/plugins/paste-from-word/element/style.js +6 -0
- package/esm/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +7 -0
- package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +6 -0
- package/esm/plugins/paste-from-word/helpers/calc-list-levels.d.ts +7 -0
- package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +6 -0
- package/esm/plugins/paste-from-word/helpers/helpers.d.ts +19 -0
- package/esm/plugins/paste-from-word/helpers/helpers.js +6 -0
- package/esm/plugins/paste-from-word/helpers/index.d.ts +9 -0
- package/esm/plugins/paste-from-word/helpers/index.js +6 -0
- package/esm/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +8 -0
- package/esm/plugins/paste-from-word/helpers/transform-word-to-html.js +6 -0
- package/esm/plugins/paste-from-word/interface.d.ts +17 -0
- package/esm/plugins/paste-from-word/interface.js +6 -0
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +14 -0
- package/esm/plugins/paste-from-word/paste-from-word.js +6 -0
- package/esm/plugins/show-blocks/config.d.ts +15 -0
- package/esm/plugins/show-blocks/config.js +6 -0
- package/esm/plugins/show-blocks/langs/ar.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/cs_cz.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/de.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/es.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/fa.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/fr.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/he.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/hu.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/id.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/index.d.ts +25 -0
- package/esm/plugins/show-blocks/langs/index.js +6 -0
- package/esm/plugins/show-blocks/langs/it.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/ja.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/ko.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/nl.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/pl.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/pt_br.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/ru.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/tr.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/zh_cn.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/zh_tw.d.ts +4 -0
- package/esm/plugins/show-blocks/show-blocks.d.ts +39 -0
- package/esm/plugins/show-blocks/show-blocks.js +6 -0
- package/esm/plugins/show-blocks/show-blocks.svg.js +1 -0
- package/esm/plugins/todo-list/assets/todo-list.svg.js +1 -0
- package/esm/plugins/todo-list/config.d.ts +15 -0
- package/esm/plugins/todo-list/config.js +6 -0
- package/esm/plugins/todo-list/todo-list.d.ts +41 -0
- package/esm/plugins/todo-list/todo-list.js +6 -0
- package/esm/plugins/translate/assets/swap.svg.js +1 -0
- package/esm/plugins/translate/assets/translate.svg.js +1 -0
- package/esm/plugins/translate/config.d.ts +20 -0
- package/esm/plugins/translate/config.js +6 -0
- package/esm/plugins/translate/interface.d.ts +50 -0
- package/esm/plugins/translate/interface.js +6 -0
- package/esm/plugins/translate/providers/google/google.d.ts +14 -0
- package/esm/plugins/translate/providers/google/google.js +6 -0
- package/esm/plugins/translate/providers/languages.d.ts +140 -0
- package/esm/plugins/translate/providers/languages.js +6 -0
- package/esm/plugins/translate/translate.d.ts +20 -0
- package/esm/plugins/translate/translate.js +6 -0
- package/esm/plugins/translate/ui/list/list.d.ts +34 -0
- package/esm/plugins/translate/ui/list/list.js +6 -0
- package/esm/plugins/translate/ui/settings/settings.d.ts +35 -0
- package/esm/plugins/translate/ui/settings/settings.js +6 -0
- package/esm/plugins/tune-block/config.d.ts +13 -0
- package/esm/plugins/tune-block/config.js +6 -0
- package/esm/plugins/tune-block/tune-block.d.ts +30 -0
- package/esm/plugins/tune-block/tune-block.js +6 -0
- package/esm/plugins/tune-block/ui/tuner/icon.svg.js +1 -0
- package/esm/plugins/tune-block/ui/tuner/tuner.d.ts +53 -0
- package/esm/plugins/tune-block/ui/tuner/tuner.js +6 -0
- package/esm/traits/resize/resize.d.ts +17 -0
- package/esm/traits/resize/resize.js +6 -0
- package/esm/traits/select-items/select-items.d.ts +16 -0
- package/esm/traits/select-items/select-items.js +6 -0
- package/esm/tsconfig.json +19 -0
- package/esm/types/view.d.ts +9 -0
- package/esm/typings.d.ts +5 -0
- package/package.json +3 -2
- package/types/config.d.ts +11 -0
- package/types/core/ui/form/range/range.d.ts +23 -0
- package/types/index.d.ts +7 -0
- package/types/jodit-pro.d.ts +14 -0
- package/types/plugins/autocomplete/autocomplete.d.ts +40 -0
- package/types/plugins/autocomplete/helpers.d.ts +25 -0
- package/types/plugins/autocomplete/interface.d.ts +19 -0
- package/types/plugins/autocomplete/ui/autocomplete.d.ts +20 -0
- package/types/plugins/autocomplete/ui/item.d.ts +14 -0
- package/types/plugins/backup/backup.d.ts +29 -0
- package/types/plugins/backup/config.d.ts +18 -0
- package/types/plugins/backup/interface.d.ts +14 -0
- package/types/plugins/backup/langs/index.d.ts +6 -0
- package/types/plugins/backup/modules/store.d.ts +15 -0
- package/types/plugins/backup/ui/box.d.ts +29 -0
- package/types/plugins/backup/ui/item.d.ts +17 -0
- package/types/plugins/backup/ui/list.d.ts +24 -0
- package/types/plugins/button-generator/button-generator.d.ts +25 -0
- package/types/plugins/button-generator/config.d.ts +6 -0
- package/types/plugins/button-generator/ui/button/button.d.ts +21 -0
- package/types/plugins/button-generator/ui/form/form.d.ts +20 -0
- package/types/plugins/button-generator/ui/generator/button-generator.d.ts +22 -0
- package/types/plugins/button-generator/ui/preview/preview.d.ts +22 -0
- package/types/plugins/change-case/change-case.d.ts +22 -0
- package/types/plugins/change-case/config.d.ts +6 -0
- package/types/plugins/color-picker/color-picker.d.ts +18 -0
- package/types/plugins/color-picker/ui/input/color-input.d.ts +19 -0
- package/types/plugins/emoji/config.d.ts +10 -0
- package/types/plugins/emoji/emoji.d.ts +22 -0
- package/types/plugins/emoji/interface.d.ts +24 -0
- package/types/plugins/emoji/ui/emoji.d.ts +54 -0
- package/types/plugins/export-docs/config.d.ts +21 -0
- package/types/plugins/export-docs/export-docs.d.ts +18 -0
- package/types/plugins/finder/browser.d.ts +70 -0
- package/types/plugins/finder/config.d.ts +6 -0
- package/types/plugins/finder/finder.d.ts +19 -0
- package/types/plugins/finder/helpers/context-menu.d.ts +19 -0
- package/types/plugins/finder/helpers/helpers.d.ts +6 -0
- package/types/plugins/finder/helpers/history-manager.d.ts +24 -0
- package/types/plugins/finder/helpers/loading-manager.d.ts +25 -0
- package/types/plugins/finder/helpers/persistent-store.d.ts +32 -0
- package/types/plugins/finder/helpers/state-manager.d.ts +21 -0
- package/types/plugins/finder/langs/index.d.ts +7 -0
- package/types/plugins/finder/langs/ru.d.ts +22 -0
- package/types/plugins/finder/ui/assets/icons/index.d.ts +1 -0
- package/types/plugins/finder/ui/folder/folder.d.ts +18 -0
- package/types/plugins/finder/ui/header/header.d.ts +21 -0
- package/types/plugins/finder/ui/item/item.d.ts +24 -0
- package/types/plugins/finder/ui/lightboox/lightbox.d.ts +27 -0
- package/types/plugins/finder/ui/panel/panel.d.ts +60 -0
- package/types/plugins/finder/ui/preview/preview.d.ts +25 -0
- package/types/plugins/finder/ui/progress/progress.d.ts +19 -0
- package/types/plugins/finder/ui/settings/settings.d.ts +25 -0
- package/types/plugins/finder/ui/sidebar/sidebar.d.ts +27 -0
- package/types/plugins/finder/ui/source/source.d.ts +19 -0
- package/types/plugins/finder/ui/sources/sources.d.ts +15 -0
- package/types/plugins/finder/ui/statusbar/statusbar.d.ts +14 -0
- package/types/plugins/finder/ui/tree/tree.d.ts +16 -0
- package/types/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +32 -0
- package/types/plugins/google-maps/assets/index.d.ts +6 -0
- package/types/plugins/google-maps/config.d.ts +45 -0
- package/types/plugins/google-maps/google-maps.d.ts +29 -0
- package/types/plugins/google-maps/helpers/const.d.ts +7 -0
- package/types/plugins/google-maps/helpers/generate-js-script.d.ts +8 -0
- package/types/plugins/google-maps/helpers/generate-static-elements.d.ts +7 -0
- package/types/plugins/google-maps/helpers/helpers.d.ts +14 -0
- package/types/plugins/google-maps/helpers/static-url.d.ts +7 -0
- package/types/plugins/google-maps/ui/combo-box/combo-box.d.ts +12 -0
- package/types/plugins/google-maps/ui/editors/base.d.ts +15 -0
- package/types/plugins/google-maps/ui/editors/index.d.ts +8 -0
- package/types/plugins/google-maps/ui/editors/marker/marker.d.ts +10 -0
- package/types/plugins/google-maps/ui/editors/polygon/polygon.d.ts +10 -0
- package/types/plugins/google-maps/ui/editors/polyline/polyline.d.ts +10 -0
- package/types/plugins/google-maps/ui/index.d.ts +10 -0
- package/types/plugins/google-maps/ui/map/map.d.ts +39 -0
- package/types/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/index.d.ts +10 -0
- package/types/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/remove-element.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +8 -0
- package/types/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +14 -0
- package/types/plugins/google-maps/ui/maps-props/maps-props.d.ts +19 -0
- package/types/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +13 -0
- package/types/plugins/google-search/google-search.d.ts +17 -0
- package/types/plugins/highlight-signature/highlight-signature.d.ts +54 -0
- package/types/plugins/iframe-editor/config.d.ts +6 -0
- package/types/plugins/iframe-editor/iframe-editor.d.ts +22 -0
- package/types/plugins/iframe-editor/interface.d.ts +15 -0
- package/types/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +14 -0
- package/types/plugins/index.d.ts +8 -0
- package/types/plugins/keyboard/config.d.ts +23 -0
- package/types/plugins/keyboard/interface.d.ts +13 -0
- package/types/plugins/keyboard/keyboard.d.ts +27 -0
- package/types/plugins/keyboard/ui/keyboard/keyboard.d.ts +32 -0
- package/types/plugins/license/helpers/helpers.d.ts +14 -0
- package/types/plugins/license/license.d.ts +16 -0
- package/types/plugins/mobile-view/config.d.ts +14 -0
- package/types/plugins/mobile-view/mobile-view.d.ts +6 -0
- package/types/plugins/page-break/config.d.ts +13 -0
- package/types/plugins/page-break/page-break.css.d.ts +2 -0
- package/types/plugins/page-break/page-break.d.ts +23 -0
- package/types/plugins/paste-code/config.d.ts +36 -0
- package/types/plugins/paste-code/paste-code.d.ts +30 -0
- package/types/plugins/paste-from-word/cases/clean-styles.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/clear-attributes.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/clear-class-name.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/convert-to-list.d.ts +11 -0
- package/types/plugins/paste-from-word/cases/index.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/mark-page-break.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/normalize-image-props.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/process-image.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/process-links.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/remove-extra-tags.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/remove-inside-comment.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/replace-old-tags.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/table.d.ts +7 -0
- package/types/plugins/paste-from-word/config.d.ts +24 -0
- package/types/plugins/paste-from-word/constants.d.ts +20 -0
- package/types/plugins/paste-from-word/element/checkers.d.ts +14 -0
- package/types/plugins/paste-from-word/element/element.d.ts +34 -0
- package/types/plugins/paste-from-word/element/index.d.ts +8 -0
- package/types/plugins/paste-from-word/element/render.d.ts +9 -0
- package/types/plugins/paste-from-word/element/style.d.ts +20 -0
- package/types/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +7 -0
- package/types/plugins/paste-from-word/helpers/calc-list-levels.d.ts +7 -0
- package/types/plugins/paste-from-word/helpers/helpers.d.ts +19 -0
- package/types/plugins/paste-from-word/helpers/index.d.ts +9 -0
- package/types/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +8 -0
- package/types/plugins/paste-from-word/interface.d.ts +17 -0
- package/types/plugins/paste-from-word/paste-from-word.d.ts +14 -0
- package/types/plugins/show-blocks/config.d.ts +15 -0
- package/types/plugins/show-blocks/langs/ar.d.ts +4 -0
- package/types/plugins/show-blocks/langs/cs_cz.d.ts +4 -0
- package/types/plugins/show-blocks/langs/de.d.ts +4 -0
- package/types/plugins/show-blocks/langs/es.d.ts +4 -0
- package/types/plugins/show-blocks/langs/fa.d.ts +4 -0
- package/types/plugins/show-blocks/langs/fr.d.ts +4 -0
- package/types/plugins/show-blocks/langs/he.d.ts +4 -0
- package/types/plugins/show-blocks/langs/hu.d.ts +4 -0
- package/types/plugins/show-blocks/langs/id.d.ts +4 -0
- package/types/plugins/show-blocks/langs/index.d.ts +25 -0
- package/types/plugins/show-blocks/langs/it.d.ts +4 -0
- package/types/plugins/show-blocks/langs/ja.d.ts +4 -0
- package/types/plugins/show-blocks/langs/ko.d.ts +4 -0
- package/types/plugins/show-blocks/langs/nl.d.ts +4 -0
- package/types/plugins/show-blocks/langs/pl.d.ts +4 -0
- package/types/plugins/show-blocks/langs/pt_br.d.ts +4 -0
- package/types/plugins/show-blocks/langs/ru.d.ts +4 -0
- package/types/plugins/show-blocks/langs/tr.d.ts +4 -0
- package/types/plugins/show-blocks/langs/zh_cn.d.ts +4 -0
- package/types/plugins/show-blocks/langs/zh_tw.d.ts +4 -0
- package/types/plugins/show-blocks/show-blocks.d.ts +39 -0
- package/types/plugins/todo-list/config.d.ts +15 -0
- package/types/plugins/todo-list/todo-list.d.ts +41 -0
- package/types/plugins/translate/config.d.ts +20 -0
- package/types/plugins/translate/interface.d.ts +50 -0
- package/types/plugins/translate/providers/google/google.d.ts +14 -0
- package/types/plugins/translate/providers/languages.d.ts +140 -0
- package/types/plugins/translate/translate.d.ts +20 -0
- package/types/plugins/translate/ui/list/list.d.ts +34 -0
- package/types/plugins/translate/ui/settings/settings.d.ts +35 -0
- package/types/plugins/tune-block/config.d.ts +13 -0
- package/types/plugins/tune-block/tune-block.d.ts +30 -0
- package/types/plugins/tune-block/ui/tuner/tuner.d.ts +53 -0
- package/types/traits/resize/resize.d.ts +17 -0
- package/types/traits/select-items/select-items.d.ts +16 -0
- package/types/tsconfig.json +19 -0
- package/types/types/view.d.ts +9 -0
- package/types/typings.d.ts +5 -0
- package/es2015/plugins/autocomplete/autocomplete.css +0 -26
- package/es2015/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es2018/plugins/autocomplete/autocomplete.css +0 -26
- package/es2018/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es2021/plugins/autocomplete/autocomplete.css +0 -26
- package/es2021/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es2021.en/plugins/autocomplete/autocomplete.css +0 -26
- package/es2021.en/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es5/plugins/autocomplete/autocomplete.css +0 -26
- package/es5/plugins/autocomplete/autocomplete.min.css +0 -1
|
@@ -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: v2.0.0-beta.
|
|
4
|
+
* Version: v2.0.0-beta.21
|
|
5
5
|
* Url: https://xdsoft.net/jodit/pro/
|
|
6
6
|
* License(s): SEE LICENSE IN LICENSE.md
|
|
7
7
|
*/
|
|
@@ -72,25 +72,25 @@ module.exports = "<svg viewBox=\"0 0 252 252\" xmlns=\"http://www.w3.org/2000/sv
|
|
|
72
72
|
/* harmony export */ });
|
|
73
73
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(97582);
|
|
74
74
|
/* harmony import */ var _ui_assets_icons__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68349);
|
|
75
|
-
/* harmony import */ var
|
|
76
|
-
/* harmony import */ var
|
|
77
|
-
/* harmony import */ var
|
|
78
|
-
/* harmony import */ var
|
|
79
|
-
/* harmony import */ var
|
|
80
|
-
/* harmony import */ var
|
|
81
|
-
/* harmony import */ var
|
|
82
|
-
/* harmony import */ var
|
|
83
|
-
/* harmony import */ var
|
|
84
|
-
/* harmony import */ var
|
|
85
|
-
/* harmony import */ var
|
|
86
|
-
/* harmony import */ var
|
|
87
|
-
/* harmony import */ var
|
|
88
|
-
/* harmony import */ var
|
|
89
|
-
/* harmony import */ var
|
|
90
|
-
/* harmony import */ var
|
|
75
|
+
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(95582);
|
|
76
|
+
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8079);
|
|
77
|
+
/* harmony import */ var jodit_modules_dialog__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2932);
|
|
78
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(50526);
|
|
79
|
+
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11612);
|
|
80
|
+
/* harmony import */ var jodit_modules_image_editor_image_editor__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(92803);
|
|
81
|
+
/* harmony import */ var jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(3028);
|
|
82
|
+
/* harmony import */ var jodit_core_traits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46567);
|
|
83
|
+
/* harmony import */ var jodit_config__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(77628);
|
|
84
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(53852);
|
|
85
|
+
/* harmony import */ var jodit_pro_plugins_license_license__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(19564);
|
|
86
|
+
/* harmony import */ var _ui_panel_panel__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(96123);
|
|
87
|
+
/* harmony import */ var _helpers_state_manager__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(83568);
|
|
88
|
+
/* harmony import */ var _ui_header_header__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(65669);
|
|
89
|
+
/* harmony import */ var _ui_progress_progress__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22840);
|
|
90
|
+
/* harmony import */ var _helpers_persistent_store__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(93469);
|
|
91
|
+
/* harmony import */ var _helpers_history_manager__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(9581);
|
|
92
|
+
/* harmony import */ var _helpers_context_menu__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(63052);
|
|
91
93
|
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(70467);
|
|
92
|
-
/* harmony import */ var _JoditPro__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(88292);
|
|
93
|
-
/* harmony import */ var _license_license__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(19564);
|
|
94
94
|
/* harmony import */ var _ui_lightboox_lightbox__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(41424);
|
|
95
95
|
/* harmony import */ var _helpers_loading_manager__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(48086);
|
|
96
96
|
/*!
|
|
@@ -122,7 +122,7 @@ module.exports = "<svg viewBox=\"0 0 252 252\" xmlns=\"http://www.w3.org/2000/sv
|
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
let FileBrowserPro = class FileBrowserPro extends
|
|
125
|
+
let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_IMPORTED_MODULE_3__/* .Dialog */ .Vq {
|
|
126
126
|
/** @override */
|
|
127
127
|
className() {
|
|
128
128
|
return 'FileBrowserPro';
|
|
@@ -137,31 +137,31 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
137
137
|
return super.unlock();
|
|
138
138
|
}
|
|
139
139
|
status(message, success = !(message instanceof Error)) {
|
|
140
|
-
if ((0,
|
|
140
|
+
if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isAbort)(message)) {
|
|
141
141
|
return;
|
|
142
142
|
}
|
|
143
|
-
if (!
|
|
143
|
+
if (!jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.IS_PROD && !(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isString)(message)) {
|
|
144
144
|
console.error(message);
|
|
145
145
|
}
|
|
146
|
-
this.message.message((0,
|
|
146
|
+
this.message.message((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isString)(message) ? message : message.message, success ? 'success' : 'error', this.options.howLongShowMsg);
|
|
147
147
|
}
|
|
148
148
|
get progressbar() {
|
|
149
|
-
return new
|
|
149
|
+
return new _ui_progress_progress__WEBPACK_IMPORTED_MODULE_15__/* .UIProgress */ .u(this, this.stateManager.state);
|
|
150
150
|
}
|
|
151
151
|
constructor(options) {
|
|
152
|
-
super((0,
|
|
152
|
+
super((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.ConfigProto)(Object.assign(options || {}, {
|
|
153
153
|
resizable: true,
|
|
154
154
|
draggable: true,
|
|
155
155
|
toolbarButtons: (options === null || options === void 0 ? void 0 : options.toolbarButtons) ||
|
|
156
|
-
|
|
157
|
-
buttons:
|
|
156
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_9__.Config.defaultOptions.filebrowser.buttons,
|
|
157
|
+
buttons: jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__/* .JoditPro.atom */ .y.atom([
|
|
158
158
|
'filebrowser.settings',
|
|
159
159
|
'fullsize',
|
|
160
160
|
'dialog.close'
|
|
161
161
|
])
|
|
162
|
-
}),
|
|
163
|
-
this.dataProvider = (0,
|
|
164
|
-
this.state = (0,
|
|
162
|
+
}), jodit_config__WEBPACK_IMPORTED_MODULE_9__.Config.defaultOptions.filebrowser));
|
|
163
|
+
this.dataProvider = (0,jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_7__/* .makeDataProvider */ .S)(this, this.options);
|
|
164
|
+
this.state = (0,jodit_modules__WEBPACK_IMPORTED_MODULE_2__.observable)({
|
|
165
165
|
onSelectCallBack: null,
|
|
166
166
|
theme: 'default',
|
|
167
167
|
showSideBar: true,
|
|
@@ -189,16 +189,16 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
189
189
|
filterWord: '',
|
|
190
190
|
onlyImages: false
|
|
191
191
|
});
|
|
192
|
-
this.persistent = new
|
|
192
|
+
this.persistent = new _helpers_persistent_store__WEBPACK_IMPORTED_MODULE_16__/* .PersistentStore */ .h(this, this.state);
|
|
193
193
|
this.loadingManager = new _helpers_loading_manager__WEBPACK_IMPORTED_MODULE_20__/* .LoadingManager */ .l(this, this.state);
|
|
194
|
-
this.stateManager = new
|
|
195
|
-
this.historyManager = new
|
|
196
|
-
this.contextMenuManager = new
|
|
197
|
-
this.header = new
|
|
198
|
-
this.panel = new
|
|
194
|
+
this.stateManager = new _helpers_state_manager__WEBPACK_IMPORTED_MODULE_13__/* .StateManager */ .O(this.state);
|
|
195
|
+
this.historyManager = new _helpers_history_manager__WEBPACK_IMPORTED_MODULE_17__/* .HistoryManager */ .E(this, this.state);
|
|
196
|
+
this.contextMenuManager = new _helpers_context_menu__WEBPACK_IMPORTED_MODULE_18__/* .ContextMenuManager */ .z(this);
|
|
197
|
+
this.header = new _ui_header_header__WEBPACK_IMPORTED_MODULE_14__/* .UIBrowserHeader */ .C(this, this.options, this.stateManager);
|
|
198
|
+
this.panel = new _ui_panel_panel__WEBPACK_IMPORTED_MODULE_12__/* .UIBrowserPanel */ .G(this, this.stateManager);
|
|
199
199
|
this.files = this.panel;
|
|
200
200
|
this.tree = this.panel;
|
|
201
|
-
|
|
201
|
+
jodit_pro_plugins_license_license__WEBPACK_IMPORTED_MODULE_11__/* .license.make */ .V.make(this);
|
|
202
202
|
if (!this.persistent.theme && this.options.theme) {
|
|
203
203
|
this.persistent.theme = this.options.theme;
|
|
204
204
|
}
|
|
@@ -217,7 +217,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
217
217
|
});
|
|
218
218
|
this.e.on('beforeClose', this.removeGlobalListeners);
|
|
219
219
|
this.e.fire('afterInit');
|
|
220
|
-
|
|
220
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__/* .JoditPro.prototype.afterInitHook.call */ .y.prototype.afterInitHook.call(this);
|
|
221
221
|
}
|
|
222
222
|
/** @override */
|
|
223
223
|
addDisclaimer(elm) {
|
|
@@ -240,7 +240,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
240
240
|
* Resize handler
|
|
241
241
|
*/
|
|
242
242
|
onResizeWindow() {
|
|
243
|
-
(0,
|
|
243
|
+
(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.css)(this.dialog, {
|
|
244
244
|
maxWidth: screen.width,
|
|
245
245
|
minHeight: Math.min(this.options.height, screen.height),
|
|
246
246
|
minWidth: Math.min(this.options.width, screen.width)
|
|
@@ -277,24 +277,24 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
277
277
|
const { activeElement } = this.od;
|
|
278
278
|
if (!this.state.activeElements.length ||
|
|
279
279
|
!activeElement ||
|
|
280
|
-
!
|
|
280
|
+
!jodit_modules__WEBPACK_IMPORTED_MODULE_2__.Dom.isOrContains(this.panel.items.container, activeElement)) {
|
|
281
281
|
return;
|
|
282
282
|
}
|
|
283
283
|
const elms = this.state.elements;
|
|
284
284
|
switch (e.key) {
|
|
285
|
-
case
|
|
285
|
+
case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_ENTER: {
|
|
286
286
|
return this.onChooseItems();
|
|
287
287
|
}
|
|
288
|
-
case
|
|
288
|
+
case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_DELETE: {
|
|
289
289
|
return this.onFileRemove();
|
|
290
290
|
}
|
|
291
|
-
case
|
|
292
|
-
case
|
|
293
|
-
case
|
|
294
|
-
case
|
|
295
|
-
const next = e.key ===
|
|
291
|
+
case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_RIGHT:
|
|
292
|
+
case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_LEFT:
|
|
293
|
+
case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_DOWN:
|
|
294
|
+
case jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_UP: {
|
|
295
|
+
const next = e.key === jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_RIGHT || e.key === jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_DOWN, index = this.state.lastSelectedIndex;
|
|
296
296
|
let nextIndex;
|
|
297
|
-
if ([
|
|
297
|
+
if ([jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_RIGHT, jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__.KEY_LEFT].includes(e.key)) {
|
|
298
298
|
if (next) {
|
|
299
299
|
nextIndex = !elms[index + 1] ? 0 : index + 1;
|
|
300
300
|
}
|
|
@@ -370,12 +370,12 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
370
370
|
onFileEdit() {
|
|
371
371
|
if (this.state.activeElements.length === 1) {
|
|
372
372
|
const [file] = this.state.activeElements;
|
|
373
|
-
|
|
373
|
+
jodit_modules_image_editor_image_editor__WEBPACK_IMPORTED_MODULE_6__/* .openImageEditor.call */ .r.call(this, file.fileURL, file.file || '', file.path, file.sourceName, undefined, this.status);
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
376
|
onFolderRename(data) {
|
|
377
377
|
this.prompt('Enter new name', 'Rename', (newName) => {
|
|
378
|
-
if (!(0,
|
|
378
|
+
if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isValidName)(newName) || newName === data.name) {
|
|
379
379
|
this.status(this.i18n('Enter new name'));
|
|
380
380
|
return false;
|
|
381
381
|
}
|
|
@@ -429,7 +429,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
429
429
|
const name = item.file || item.name || '';
|
|
430
430
|
if (this.state.activeElements.length === 1 && name) {
|
|
431
431
|
this.prompt('Enter new name', 'Rename', (newName) => {
|
|
432
|
-
if (!(0,
|
|
432
|
+
if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.isValidName)(newName)) {
|
|
433
433
|
this.status(this.i18n('Enter new name'));
|
|
434
434
|
return false;
|
|
435
435
|
}
|
|
@@ -467,7 +467,7 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
467
467
|
_ui_lightboox_lightbox__WEBPACK_IMPORTED_MODULE_19__/* .UILightBox.open */ .m.open(this, item, this.state.elements);
|
|
468
468
|
}
|
|
469
469
|
initUploader() {
|
|
470
|
-
const self = this, uploaderOptions = (0,
|
|
470
|
+
const self = this, uploaderOptions = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.ConfigProto)(self.o.uploader || {}, jodit_config__WEBPACK_IMPORTED_MODULE_9__.Config.defaultOptions.uploader);
|
|
471
471
|
const uploadHandler = () => this.loadingManager.loadItems();
|
|
472
472
|
self.uploader = self.getInstance('Uploader', uploaderOptions);
|
|
473
473
|
self.uploader.bind(self.panel.container, uploadHandler, self.status);
|
|
@@ -500,64 +500,64 @@ let FileBrowserPro = class FileBrowserPro extends jodit_modules_dialog__WEBPACK_
|
|
|
500
500
|
];
|
|
501
501
|
keys.forEach((key) => {
|
|
502
502
|
if (this.options[key] != null) {
|
|
503
|
-
this.options[key] = (0,
|
|
503
|
+
this.options[key] = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_1__.ConfigProto)(this.options[key], this.o.ajax);
|
|
504
504
|
}
|
|
505
505
|
});
|
|
506
506
|
}
|
|
507
507
|
};
|
|
508
508
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
509
|
-
|
|
509
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.autobind
|
|
510
510
|
], FileBrowserPro.prototype, "status", null);
|
|
511
511
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
512
|
-
|
|
512
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.cache
|
|
513
513
|
], FileBrowserPro.prototype, "progressbar", null);
|
|
514
514
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
515
|
-
(0,
|
|
515
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':resize', { context: window })
|
|
516
516
|
], FileBrowserPro.prototype, "onResizeWindow", null);
|
|
517
517
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
518
|
-
(0,
|
|
518
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(['state.currentPath', 'state.currentSource'])
|
|
519
519
|
], FileBrowserPro.prototype, "onChangePath", null);
|
|
520
520
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
521
|
-
(0,
|
|
521
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)('state.theme')
|
|
522
522
|
], FileBrowserPro.prototype, "onChangeTheme", null);
|
|
523
523
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
524
|
-
(0,
|
|
524
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':toggleSettings.filebrowser')
|
|
525
525
|
], FileBrowserPro.prototype, "onToggleSettings", null);
|
|
526
526
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
527
|
-
|
|
527
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.autobind
|
|
528
528
|
], FileBrowserPro.prototype, "onKeyPress", null);
|
|
529
529
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
530
|
-
|
|
530
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.autobind
|
|
531
531
|
], FileBrowserPro.prototype, "removeGlobalListeners", null);
|
|
532
532
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
533
|
-
(0,
|
|
533
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':fileRemove.filebrowser')
|
|
534
534
|
], FileBrowserPro.prototype, "onFileRemove", null);
|
|
535
535
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
536
|
-
(0,
|
|
536
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':edit.filebrowser')
|
|
537
537
|
], FileBrowserPro.prototype, "onFileEdit", null);
|
|
538
538
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
539
|
-
(0,
|
|
539
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':folderRename.filebrowser')
|
|
540
540
|
], FileBrowserPro.prototype, "onFolderRename", null);
|
|
541
541
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
542
|
-
(0,
|
|
542
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':folderRemove.filebrowser')
|
|
543
543
|
], FileBrowserPro.prototype, "onFolderRemove", null);
|
|
544
544
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
545
|
-
(0,
|
|
545
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':folderCreate.filebrowser')
|
|
546
546
|
], FileBrowserPro.prototype, "onFolderCreate", null);
|
|
547
547
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
548
|
-
(0,
|
|
548
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':fileRename.filebrowser')
|
|
549
549
|
], FileBrowserPro.prototype, "onFileRename", null);
|
|
550
550
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
551
|
-
(0,
|
|
551
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':select.filebrowser')
|
|
552
552
|
], FileBrowserPro.prototype, "onChooseItems", null);
|
|
553
553
|
(0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
554
|
-
(0,
|
|
554
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.watch)(':openLightBox.filebrowser')
|
|
555
555
|
], FileBrowserPro.prototype, "onOpenLightBox", null);
|
|
556
556
|
FileBrowserPro = (0,tslib__WEBPACK_IMPORTED_MODULE_21__/* .__decorate */ .gn)([
|
|
557
|
-
|
|
558
|
-
(0,
|
|
557
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.component,
|
|
558
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_4__.derive)(jodit_core_traits__WEBPACK_IMPORTED_MODULE_8__/* .Dlgs */ .lf)
|
|
559
559
|
], FileBrowserPro);
|
|
560
|
-
Object.defineProperty(
|
|
560
|
+
Object.defineProperty(jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_10__/* .JoditPro.modules */ .y.modules, 'FileBrowserPro', {
|
|
561
561
|
value: FileBrowserPro,
|
|
562
562
|
writable: false,
|
|
563
563
|
enumerable: true,
|
|
@@ -670,7 +670,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
670
670
|
/* harmony export */ });
|
|
671
671
|
/* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7324);
|
|
672
672
|
/* harmony import */ var _browser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(68813);
|
|
673
|
-
/* harmony import */ var
|
|
673
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53852);
|
|
674
674
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(99993);
|
|
675
675
|
/*!
|
|
676
676
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -685,7 +685,7 @@ class finder extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */
|
|
|
685
685
|
constructor() {
|
|
686
686
|
super(...arguments);
|
|
687
687
|
/** @override */
|
|
688
|
-
this.hasStyle = !
|
|
688
|
+
this.hasStyle = !jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.fatMode */ .y.fatMode;
|
|
689
689
|
}
|
|
690
690
|
/** @override */
|
|
691
691
|
afterInit(jodit) {
|
|
@@ -705,7 +705,7 @@ class finder extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */
|
|
|
705
705
|
}
|
|
706
706
|
/** @override */
|
|
707
707
|
finder.requires = ['license'];
|
|
708
|
-
|
|
708
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add('finder', finder);
|
|
709
709
|
|
|
710
710
|
|
|
711
711
|
/***/ }),
|
|
@@ -719,7 +719,7 @@ _JoditPro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add
|
|
|
719
719
|
/* harmony export */ });
|
|
720
720
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
721
721
|
/* harmony import */ var jodit_modules_file_browser_factories__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3028);
|
|
722
|
-
/* harmony import */ var
|
|
722
|
+
/* harmony import */ var jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(28702);
|
|
723
723
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
724
724
|
/*!
|
|
725
725
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -730,7 +730,7 @@ _JoditPro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.plugins.add */ .y.plugins.add
|
|
|
730
730
|
|
|
731
731
|
|
|
732
732
|
|
|
733
|
-
let ContextMenuManager = class ContextMenuManager extends
|
|
733
|
+
let ContextMenuManager = class ContextMenuManager extends jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_1__/* .ViewComponent */ .H {
|
|
734
734
|
/** @override */
|
|
735
735
|
className() {
|
|
736
736
|
return 'ContextMenuManager';
|
|
@@ -903,9 +903,9 @@ const parentPath = (path) => {
|
|
|
903
903
|
/* harmony export */ "E": function() { return /* binding */ HistoryManager; }
|
|
904
904
|
/* harmony export */ });
|
|
905
905
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
906
|
-
/* harmony import */ var
|
|
907
|
-
/* harmony import */ var
|
|
908
|
-
/* harmony import */ var
|
|
906
|
+
/* harmony import */ var jodit_core_helpers_utils_extend__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(16479);
|
|
907
|
+
/* harmony import */ var jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28702);
|
|
908
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
909
909
|
/*!
|
|
910
910
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
911
911
|
* See LICENSE.md in the project root for license information.
|
|
@@ -915,7 +915,7 @@ const parentPath = (path) => {
|
|
|
915
915
|
|
|
916
916
|
|
|
917
917
|
|
|
918
|
-
let HistoryManager = class HistoryManager extends
|
|
918
|
+
let HistoryManager = class HistoryManager extends jodit_core_component_view_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewComponent */ .H {
|
|
919
919
|
/** @override */
|
|
920
920
|
className() {
|
|
921
921
|
return 'HistoryManager';
|
|
@@ -967,7 +967,7 @@ let HistoryManager = class HistoryManager extends jodit_core_component__WEBPACK_
|
|
|
967
967
|
this.history[this.historyIndex] = {
|
|
968
968
|
currentSource: this.state.currentSource,
|
|
969
969
|
currentPath: this.state.currentPath,
|
|
970
|
-
tree: (0,
|
|
970
|
+
tree: (0,jodit_core_helpers_utils_extend__WEBPACK_IMPORTED_MODULE_2__/* .fastClone */ .V8)(this.state.tree),
|
|
971
971
|
elements: [...this.state.elements]
|
|
972
972
|
};
|
|
973
973
|
}
|
|
@@ -996,16 +996,16 @@ let HistoryManager = class HistoryManager extends jodit_core_component__WEBPACK_
|
|
|
996
996
|
}
|
|
997
997
|
};
|
|
998
998
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
999
|
-
(0,
|
|
999
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['state.elements', 'state.tree'])
|
|
1000
1000
|
], HistoryManager.prototype, "updateCurrent", null);
|
|
1001
1001
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
1002
|
-
(0,
|
|
1002
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':goHome.filebrowser')
|
|
1003
1003
|
], HistoryManager.prototype, "onHome", null);
|
|
1004
1004
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
1005
|
-
(0,
|
|
1005
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':afterOpenFolder.filebrowser')
|
|
1006
1006
|
], HistoryManager.prototype, "onOpenFolder", null);
|
|
1007
1007
|
HistoryManager = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
1008
|
-
|
|
1008
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
1009
1009
|
], HistoryManager);
|
|
1010
1010
|
|
|
1011
1011
|
|
|
@@ -1204,6 +1204,11 @@ function loadPartItems(state, dataProvider, offset, limit) {
|
|
|
1204
1204
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
1205
1205
|
/* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45545);
|
|
1206
1206
|
|
|
1207
|
+
/*!
|
|
1208
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1209
|
+
* See LICENSE.md in the project root for license information.
|
|
1210
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
1211
|
+
*/
|
|
1207
1212
|
|
|
1208
1213
|
|
|
1209
1214
|
|
|
@@ -1554,10 +1559,11 @@ jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .JO.set('new-folder',
|
|
|
1554
1559
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1555
1560
|
/* harmony export */ "D": function() { return /* binding */ UIBrowserFolder; }
|
|
1556
1561
|
/* harmony export */ });
|
|
1557
|
-
/* harmony import */ var
|
|
1562
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
|
|
1558
1563
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
1559
|
-
/* harmony import */ var
|
|
1560
|
-
/* harmony import */ var
|
|
1564
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(94707);
|
|
1565
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
|
|
1566
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__);
|
|
1561
1567
|
/*!
|
|
1562
1568
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1563
1569
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1606,8 +1612,8 @@ let UIBrowserFolder = class UIBrowserFolder extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
1606
1612
|
});
|
|
1607
1613
|
}
|
|
1608
1614
|
};
|
|
1609
|
-
UIBrowserFolder = (0,
|
|
1610
|
-
|
|
1615
|
+
UIBrowserFolder = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
1616
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__/* .component */ .w
|
|
1611
1617
|
], UIBrowserFolder);
|
|
1612
1618
|
|
|
1613
1619
|
|
|
@@ -1696,12 +1702,14 @@ UIBrowserHeader = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1696
1702
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1697
1703
|
/* harmony export */ "u": function() { return /* binding */ UIBrowserItem; }
|
|
1698
1704
|
/* harmony export */ });
|
|
1699
|
-
/* harmony import */ var
|
|
1705
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(97582);
|
|
1700
1706
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
1701
1707
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
1702
1708
|
/* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45545);
|
|
1703
1709
|
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8079);
|
|
1704
1710
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(95582);
|
|
1711
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(52378);
|
|
1712
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__);
|
|
1705
1713
|
/*!
|
|
1706
1714
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1707
1715
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1780,13 +1788,13 @@ let UIBrowserItem = class UIBrowserItem extends jodit_core_ui__WEBPACK_IMPORTED_
|
|
|
1780
1788
|
return this;
|
|
1781
1789
|
}
|
|
1782
1790
|
};
|
|
1783
|
-
(0,
|
|
1791
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
1784
1792
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('heart:click')
|
|
1785
1793
|
], UIBrowserItem.prototype, "onClickFavorite", null);
|
|
1786
|
-
(0,
|
|
1794
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
1787
1795
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['container:click', 'container:contextmenu', 'container:dblclick'])
|
|
1788
1796
|
], UIBrowserItem.prototype, "onAction", null);
|
|
1789
|
-
UIBrowserItem = (0,
|
|
1797
|
+
UIBrowserItem = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
1790
1798
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
1791
1799
|
], UIBrowserItem);
|
|
1792
1800
|
|
|
@@ -1800,11 +1808,13 @@ UIBrowserItem = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
|
1800
1808
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1801
1809
|
/* harmony export */ "m": function() { return /* binding */ UILightBox; }
|
|
1802
1810
|
/* harmony export */ });
|
|
1803
|
-
/* harmony import */ var
|
|
1811
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(97582);
|
|
1804
1812
|
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8079);
|
|
1805
1813
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
1806
1814
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
|
|
1807
1815
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11612);
|
|
1816
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
|
|
1817
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__);
|
|
1808
1818
|
/*!
|
|
1809
1819
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1810
1820
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1860,7 +1870,7 @@ let UILightBox = UILightBox_1 = class UILightBox extends jodit_modules__WEBPACK_
|
|
|
1860
1870
|
]);
|
|
1861
1871
|
}
|
|
1862
1872
|
onChangeCurrent() {
|
|
1863
|
-
return (0,
|
|
1873
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__awaiter */ .mG)(this, void 0, void 0, function* () {
|
|
1864
1874
|
const { current } = this;
|
|
1865
1875
|
this.setMod('loading', true);
|
|
1866
1876
|
const preview = this.getElm('preview');
|
|
@@ -1938,19 +1948,19 @@ let UILightBox = UILightBox_1 = class UILightBox extends jodit_modules__WEBPACK_
|
|
|
1938
1948
|
return super.destruct();
|
|
1939
1949
|
}
|
|
1940
1950
|
};
|
|
1941
|
-
(0,
|
|
1951
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
1942
1952
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('current')
|
|
1943
1953
|
], UILightBox.prototype, "onChangeCurrent", null);
|
|
1944
|
-
(0,
|
|
1954
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
1945
1955
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('previous:click')
|
|
1946
1956
|
], UILightBox.prototype, "onPreviousClick", null);
|
|
1947
|
-
(0,
|
|
1957
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
1948
1958
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('next:click')
|
|
1949
1959
|
], UILightBox.prototype, "onNextClick", null);
|
|
1950
|
-
(0,
|
|
1960
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
1951
1961
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
1952
1962
|
], UILightBox.prototype, "onKeyPress", null);
|
|
1953
|
-
UILightBox = UILightBox_1 = (0,
|
|
1963
|
+
UILightBox = UILightBox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
1954
1964
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
1955
1965
|
], UILightBox);
|
|
1956
1966
|
|
|
@@ -1966,14 +1976,14 @@ UILightBox = UILightBox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate
|
|
|
1966
1976
|
/* harmony export */ });
|
|
1967
1977
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(97582);
|
|
1968
1978
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
1969
|
-
/* harmony import */ var
|
|
1970
|
-
/* harmony import */ var
|
|
1971
|
-
/* harmony import */ var
|
|
1972
|
-
/* harmony import */ var
|
|
1973
|
-
/* harmony import */ var
|
|
1974
|
-
/* harmony import */ var
|
|
1975
|
-
/* harmony import */ var
|
|
1976
|
-
/* harmony import */ var
|
|
1979
|
+
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
1980
|
+
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
|
|
1981
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_virtual_scroll_virtual_scroll__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(72618);
|
|
1982
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_sidebar_sidebar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68787);
|
|
1983
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_settings_settings__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(62983);
|
|
1984
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_sources_sources__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(93582);
|
|
1985
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_statusbar_statusbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(67775);
|
|
1986
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_preview_preview__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(96945);
|
|
1977
1987
|
/*!
|
|
1978
1988
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1979
1989
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2005,9 +2015,9 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
|
|
|
2005
2015
|
if (!this.items.elements.length) {
|
|
2006
2016
|
return 1;
|
|
2007
2017
|
}
|
|
2008
|
-
const { container } = this.items.elements[0], margin = (0,
|
|
2018
|
+
const { container } = this.items.elements[0], margin = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.css)(container, 'marginLeft');
|
|
2009
2019
|
return Math.floor(this.items.container.offsetWidth /
|
|
2010
|
-
(container.offsetWidth + ((0,
|
|
2020
|
+
(container.offsetWidth + ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.isNumber)(margin) ? margin : 0)));
|
|
2011
2021
|
}
|
|
2012
2022
|
/**
|
|
2013
2023
|
* Count elements in one column for calculate navigation
|
|
@@ -2016,9 +2026,9 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
|
|
|
2016
2026
|
if (!this.items.elements.length) {
|
|
2017
2027
|
return 1;
|
|
2018
2028
|
}
|
|
2019
|
-
const { container } = this.items.elements[0], margin = (0,
|
|
2029
|
+
const { container } = this.items.elements[0], margin = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.css)(container, 'marginTop');
|
|
2020
2030
|
return Math.floor(this.items.container.offsetHeight /
|
|
2021
|
-
(container.offsetHeight + ((0,
|
|
2031
|
+
(container.offsetHeight + ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.isNumber)(margin) ? margin : 0)));
|
|
2022
2032
|
}
|
|
2023
2033
|
/** @override */
|
|
2024
2034
|
render() {
|
|
@@ -2032,12 +2042,12 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
|
|
|
2032
2042
|
this.stateManager = stateManager;
|
|
2033
2043
|
/** @override */
|
|
2034
2044
|
this.syncMod = true;
|
|
2035
|
-
this.sources = new
|
|
2036
|
-
this.sidebar = new
|
|
2037
|
-
this.preview = new
|
|
2038
|
-
this.statusbar = new
|
|
2039
|
-
this.items = new
|
|
2040
|
-
this.settings = new
|
|
2045
|
+
this.sources = new jodit_pro_plugins_finder_ui_sources_sources__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserSources */ .L(this.j);
|
|
2046
|
+
this.sidebar = new jodit_pro_plugins_finder_ui_sidebar_sidebar__WEBPACK_IMPORTED_MODULE_4__/* .UISidebar */ .o(this.jodit, [this.sources], this.stateManager.state);
|
|
2047
|
+
this.preview = new jodit_pro_plugins_finder_ui_preview_preview__WEBPACK_IMPORTED_MODULE_8__/* .UIPreview */ .o(this.jodit, this.stateManager.state);
|
|
2048
|
+
this.statusbar = new jodit_pro_plugins_finder_ui_statusbar_statusbar__WEBPACK_IMPORTED_MODULE_7__/* .UIBrowserStatusBar */ .s(this.j);
|
|
2049
|
+
this.items = new jodit_pro_plugins_finder_ui_virtual_scroll_virtual_scroll__WEBPACK_IMPORTED_MODULE_3__/* .UIVirtualScroll */ .d(this.j, this.stateManager);
|
|
2050
|
+
this.settings = new jodit_pro_plugins_finder_ui_settings_settings__WEBPACK_IMPORTED_MODULE_5__/* .UIBrowserSettings */ .r(this.jodit, this.stateManager.state);
|
|
2041
2051
|
this.state = stateManager.state;
|
|
2042
2052
|
this.append(this.sidebar, 'content');
|
|
2043
2053
|
this.append(this.items, 'content');
|
|
@@ -2084,7 +2094,7 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
|
|
|
2084
2094
|
var _a;
|
|
2085
2095
|
const container = (_a = this.items.elements[this.stateManager.state.lastSelectedIndex]) === null || _a === void 0 ? void 0 : _a.container;
|
|
2086
2096
|
if (container) {
|
|
2087
|
-
(0,
|
|
2097
|
+
(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.scrollIntoViewIfNeeded)(container, this.items.container, this.j.od);
|
|
2088
2098
|
container.focus();
|
|
2089
2099
|
}
|
|
2090
2100
|
}
|
|
@@ -2136,64 +2146,64 @@ let UIBrowserPanel = class UIBrowserPanel extends jodit_core_ui__WEBPACK_IMPORTE
|
|
|
2136
2146
|
}
|
|
2137
2147
|
};
|
|
2138
2148
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2139
|
-
(0,
|
|
2149
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.theme')
|
|
2140
2150
|
], UIBrowserPanel.prototype, "onChangeTheme", null);
|
|
2141
2151
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2142
|
-
(0,
|
|
2152
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.elements')
|
|
2143
2153
|
], UIBrowserPanel.prototype, "onChangeElements", null);
|
|
2144
2154
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2145
|
-
(0,
|
|
2155
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.activeElements')
|
|
2146
2156
|
], UIBrowserPanel.prototype, "onChangeActiveElements", null);
|
|
2147
2157
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2148
|
-
(0,
|
|
2158
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['state.favorites', 'state.elements'])
|
|
2149
2159
|
], UIBrowserPanel.prototype, "onChangeFavorites", null);
|
|
2150
2160
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2151
|
-
(0,
|
|
2161
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.sources')
|
|
2152
2162
|
], UIBrowserPanel.prototype, "onChangeSources", null);
|
|
2153
2163
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2154
|
-
(0,
|
|
2164
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.lastSelectedIndex')
|
|
2155
2165
|
], UIBrowserPanel.prototype, "onChangeLastSelectedIndex", null);
|
|
2156
2166
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2157
|
-
(0,
|
|
2167
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.info')
|
|
2158
2168
|
], UIBrowserPanel.prototype, "onChangeInfo", null);
|
|
2159
2169
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2160
|
-
(0,
|
|
2170
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['state.currentPath', 'state.currentSource'])
|
|
2161
2171
|
], UIBrowserPanel.prototype, "onChangePathOrSource", null);
|
|
2162
2172
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2163
|
-
(0,
|
|
2173
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showSettings')
|
|
2164
2174
|
], UIBrowserPanel.prototype, "onChangeShowSettings", null);
|
|
2165
2175
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2166
|
-
(0,
|
|
2176
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showPreview')
|
|
2167
2177
|
], UIBrowserPanel.prototype, "onChangeShowPreview", null);
|
|
2168
2178
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2169
|
-
(0,
|
|
2179
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showSideBar')
|
|
2170
2180
|
], UIBrowserPanel.prototype, "onChangeShowSideBar", null);
|
|
2171
2181
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2172
|
-
(0,
|
|
2182
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.view')
|
|
2173
2183
|
], UIBrowserPanel.prototype, "onChangeView", null);
|
|
2174
2184
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2175
|
-
(0,
|
|
2185
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.tileSize')
|
|
2176
2186
|
], UIBrowserPanel.prototype, "onChangeTileSize", null);
|
|
2177
2187
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2178
|
-
(0,
|
|
2188
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.showFavorites')
|
|
2179
2189
|
], UIBrowserPanel.prototype, "onChangeShowFavorites", null);
|
|
2180
2190
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2181
|
-
(0,
|
|
2191
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':dblclickItem.filebrowser')
|
|
2182
2192
|
], UIBrowserPanel.prototype, "onItemDblClick", null);
|
|
2183
2193
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2184
|
-
(0,
|
|
2194
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':clickItem.filebrowser')
|
|
2185
2195
|
], UIBrowserPanel.prototype, "onItemClick", null);
|
|
2186
2196
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2187
|
-
(0,
|
|
2197
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':togglePreview.filebrowser')
|
|
2188
2198
|
], UIBrowserPanel.prototype, "onTogglePreview", null);
|
|
2189
2199
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2190
|
-
(0,
|
|
2200
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':toggleFavoriteItem')
|
|
2191
2201
|
], UIBrowserPanel.prototype, "onToggleFavoriteItem", null);
|
|
2192
2202
|
(0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2193
|
-
(0,
|
|
2203
|
+
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':openFolder')
|
|
2194
2204
|
], UIBrowserPanel.prototype, "onFolderClick", null);
|
|
2195
2205
|
UIBrowserPanel = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
2196
|
-
|
|
2206
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
2197
2207
|
], UIBrowserPanel);
|
|
2198
2208
|
|
|
2199
2209
|
|
|
@@ -2206,13 +2216,15 @@ UIBrowserPanel = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
|
2206
2216
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2207
2217
|
/* harmony export */ "o": function() { return /* binding */ UIPreview; }
|
|
2208
2218
|
/* harmony export */ });
|
|
2209
|
-
/* harmony import */ var
|
|
2210
|
-
/* harmony import */ var
|
|
2219
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97582);
|
|
2220
|
+
/* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
|
|
2211
2221
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2212
|
-
/* harmony import */ var
|
|
2213
|
-
/* harmony import */ var
|
|
2214
|
-
/* harmony import */ var
|
|
2215
|
-
/* harmony import */ var
|
|
2222
|
+
/* harmony import */ var jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(98478);
|
|
2223
|
+
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(44913);
|
|
2224
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
|
|
2225
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__);
|
|
2226
|
+
/* harmony import */ var jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(62499);
|
|
2227
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(87695);
|
|
2216
2228
|
|
|
2217
2229
|
/*!
|
|
2218
2230
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -2227,7 +2239,7 @@ UIBrowserPanel = (0,tslib__WEBPACK_IMPORTED_MODULE_9__/* .__decorate */ .gn)([
|
|
|
2227
2239
|
|
|
2228
2240
|
|
|
2229
2241
|
|
|
2230
|
-
let UIPreview = class UIPreview extends
|
|
2242
|
+
let UIPreview = class UIPreview extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
|
|
2231
2243
|
/** @override */
|
|
2232
2244
|
className() {
|
|
2233
2245
|
return 'UIPreview';
|
|
@@ -2236,8 +2248,8 @@ let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
|
|
|
2236
2248
|
* Add handle resizer
|
|
2237
2249
|
*/
|
|
2238
2250
|
addResize() {
|
|
2239
|
-
|
|
2240
|
-
|
|
2251
|
+
jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_5__/* .UIResize.remove */ .c.remove(this);
|
|
2252
|
+
jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_5__/* .UIResize.install */ .c.install(this, screen.width > 450 ? 'left' : 'top');
|
|
2241
2253
|
}
|
|
2242
2254
|
/** @override */
|
|
2243
2255
|
render() {
|
|
@@ -2269,28 +2281,28 @@ let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
|
|
|
2269
2281
|
this.setMod('empty', !metaInfo);
|
|
2270
2282
|
const info = this.getElm('info');
|
|
2271
2283
|
void 0;
|
|
2272
|
-
|
|
2284
|
+
jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__/* .Dom.detach */ .i.detach(info);
|
|
2273
2285
|
const image = this.getElm('image');
|
|
2274
2286
|
void 0;
|
|
2275
|
-
(0,
|
|
2287
|
+
(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__.css)(image, {
|
|
2276
2288
|
backgroundImage: null
|
|
2277
2289
|
});
|
|
2278
2290
|
if (!metaInfo) {
|
|
2279
2291
|
return;
|
|
2280
2292
|
}
|
|
2281
2293
|
this.setMod('is-file', metaInfo.isImage === false).setMod('type', (_a = metaInfo.type) !== null && _a !== void 0 ? _a : 'file');
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2294
|
+
jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'name', metaInfo.file);
|
|
2295
|
+
jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'time', metaInfo.time);
|
|
2296
|
+
jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_6__/* .UIBrowserItem.prototype.setElementValue.call */ .u.prototype.setElementValue.call(this, 'filesize', metaInfo.size);
|
|
2285
2297
|
this.setMod('loading', true);
|
|
2286
2298
|
(_b = this.lastLoadPromise) === null || _b === void 0 ? void 0 : _b.rejectCallback();
|
|
2287
|
-
this.lastLoadPromise = (0,
|
|
2299
|
+
this.lastLoadPromise = (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__.loadImage)(metaInfo.isImage ? metaInfo.fileURL : metaInfo.imageURL, this.j);
|
|
2288
2300
|
this.lastLoadPromise
|
|
2289
2301
|
.then((image) => {
|
|
2290
2302
|
const elm = this.getElm('image');
|
|
2291
2303
|
void 0;
|
|
2292
2304
|
image &&
|
|
2293
|
-
(0,
|
|
2305
|
+
(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_2__.css)(elm, {
|
|
2294
2306
|
backgroundImage: `url(${image.src})`
|
|
2295
2307
|
});
|
|
2296
2308
|
})
|
|
@@ -2300,15 +2312,15 @@ let UIPreview = class UIPreview extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
|
|
|
2300
2312
|
.catch(() => { });
|
|
2301
2313
|
}
|
|
2302
2314
|
};
|
|
2303
|
-
(0,
|
|
2315
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
2304
2316
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.hook)('ready'),
|
|
2305
2317
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':resize', { context: window }),
|
|
2306
2318
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.debounce)()
|
|
2307
2319
|
], UIPreview.prototype, "addResize", null);
|
|
2308
|
-
(0,
|
|
2320
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
2309
2321
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('state.metaInfo')
|
|
2310
2322
|
], UIPreview.prototype, "onChangeMetaInfo", null);
|
|
2311
|
-
UIPreview = (0,
|
|
2323
|
+
UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
2312
2324
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
2313
2325
|
], UIPreview);
|
|
2314
2326
|
|
|
@@ -2323,7 +2335,7 @@ UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
|
2323
2335
|
/* harmony export */ "u": function() { return /* binding */ UIProgress; }
|
|
2324
2336
|
/* harmony export */ });
|
|
2325
2337
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
|
|
2326
|
-
/* harmony import */ var
|
|
2338
|
+
/* harmony import */ var jodit_core_ui_progress_bar_progress_bar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(51273);
|
|
2327
2339
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2328
2340
|
|
|
2329
2341
|
/*!
|
|
@@ -2334,7 +2346,7 @@ UIPreview = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
|
2334
2346
|
|
|
2335
2347
|
|
|
2336
2348
|
|
|
2337
|
-
let UIProgress = class UIProgress extends
|
|
2349
|
+
let UIProgress = class UIProgress extends jodit_core_ui_progress_bar_progress_bar__WEBPACK_IMPORTED_MODULE_0__/* .ProgressBar */ .k {
|
|
2338
2350
|
/** @override */
|
|
2339
2351
|
className() {
|
|
2340
2352
|
return 'UIProgress';
|
|
@@ -2394,7 +2406,8 @@ UIProgress = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
|
2394
2406
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2395
2407
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2396
2408
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2397
|
-
/* harmony import */ var
|
|
2409
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52378);
|
|
2410
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__);
|
|
2398
2411
|
/*!
|
|
2399
2412
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2400
2413
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2599,10 +2612,11 @@ UIBrowserSettings = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)(
|
|
|
2599
2612
|
/* harmony export */ "o": function() { return /* binding */ UISidebar; }
|
|
2600
2613
|
/* harmony export */ });
|
|
2601
2614
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
2602
|
-
/* harmony import */ var
|
|
2615
|
+
/* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
|
|
2603
2616
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2604
|
-
/* harmony import */ var
|
|
2605
|
-
/* harmony import */ var
|
|
2617
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52378);
|
|
2618
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__);
|
|
2619
|
+
/* harmony import */ var jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(62499);
|
|
2606
2620
|
|
|
2607
2621
|
/*!
|
|
2608
2622
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -2614,7 +2628,7 @@ UIBrowserSettings = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)(
|
|
|
2614
2628
|
|
|
2615
2629
|
|
|
2616
2630
|
|
|
2617
|
-
let UISidebar = class UISidebar extends
|
|
2631
|
+
let UISidebar = class UISidebar extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
|
|
2618
2632
|
/** @override */
|
|
2619
2633
|
className() {
|
|
2620
2634
|
return 'UISidebar';
|
|
@@ -2637,8 +2651,8 @@ let UISidebar = class UISidebar extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0
|
|
|
2637
2651
|
* Add handle resizer
|
|
2638
2652
|
*/
|
|
2639
2653
|
addResize() {
|
|
2640
|
-
|
|
2641
|
-
|
|
2654
|
+
jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_3__/* .UIResize.remove */ .c.remove(this);
|
|
2655
|
+
jodit_pro_traits_resize_resize__WEBPACK_IMPORTED_MODULE_3__/* .UIResize.install */ .c.install(this, screen.width > 450 ? 'right' : 'bottom');
|
|
2642
2656
|
}
|
|
2643
2657
|
constructor(jodit, elements, state) {
|
|
2644
2658
|
super(jodit, elements);
|
|
@@ -2685,11 +2699,12 @@ UISidebar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
2685
2699
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2686
2700
|
/* harmony export */ "f": function() { return /* binding */ UIBrowserSource; }
|
|
2687
2701
|
/* harmony export */ });
|
|
2688
|
-
/* harmony import */ var
|
|
2689
|
-
/* harmony import */ var
|
|
2690
|
-
/* harmony import */ var
|
|
2691
|
-
/* harmony import */ var
|
|
2692
|
-
/* harmony import */ var
|
|
2702
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2703
|
+
/* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84789);
|
|
2704
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94707);
|
|
2705
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
|
|
2706
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__);
|
|
2707
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_tree_tree__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(91919);
|
|
2693
2708
|
/*!
|
|
2694
2709
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2695
2710
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2701,7 +2716,7 @@ UISidebar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
2701
2716
|
|
|
2702
2717
|
|
|
2703
2718
|
|
|
2704
|
-
let UIBrowserSource = class UIBrowserSource extends
|
|
2719
|
+
let UIBrowserSource = class UIBrowserSource extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u {
|
|
2705
2720
|
/** @override */
|
|
2706
2721
|
className() {
|
|
2707
2722
|
return 'UIBrowserSource';
|
|
@@ -2716,7 +2731,7 @@ let UIBrowserSource = class UIBrowserSource extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2716
2731
|
constructor(jodit, data) {
|
|
2717
2732
|
super(jodit, data);
|
|
2718
2733
|
this.data = data;
|
|
2719
|
-
this.tree = new
|
|
2734
|
+
this.tree = new jodit_pro_plugins_finder_ui_tree_tree__WEBPACK_IMPORTED_MODULE_2__/* .UITree */ .v(this.j, this.data.children);
|
|
2720
2735
|
/** @override */
|
|
2721
2736
|
this.syncMod = true;
|
|
2722
2737
|
const name = this.getElm('name');
|
|
@@ -2730,8 +2745,8 @@ let UIBrowserSource = class UIBrowserSource extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2730
2745
|
});
|
|
2731
2746
|
}
|
|
2732
2747
|
};
|
|
2733
|
-
UIBrowserSource = (0,
|
|
2734
|
-
|
|
2748
|
+
UIBrowserSource = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
2749
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__/* .component */ .w
|
|
2735
2750
|
], UIBrowserSource);
|
|
2736
2751
|
|
|
2737
2752
|
|
|
@@ -2747,7 +2762,7 @@ UIBrowserSource = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
2747
2762
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2748
2763
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2749
2764
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2750
|
-
/* harmony import */ var
|
|
2765
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_source_source__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(21596);
|
|
2751
2766
|
/*!
|
|
2752
2767
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2753
2768
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2771,7 +2786,7 @@ let UIBrowserSources = class UIBrowserSources extends jodit_core_ui__WEBPACK_IMP
|
|
|
2771
2786
|
build(items) {
|
|
2772
2787
|
this.clear();
|
|
2773
2788
|
items.forEach((item) => {
|
|
2774
|
-
this.append(new
|
|
2789
|
+
this.append(new jodit_pro_plugins_finder_ui_source_source__WEBPACK_IMPORTED_MODULE_2__/* .UIBrowserSource */ .f(this.jodit, item));
|
|
2775
2790
|
});
|
|
2776
2791
|
}
|
|
2777
2792
|
};
|
|
@@ -2792,7 +2807,8 @@ UIBrowserSources = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
2792
2807
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2793
2808
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2794
2809
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2795
|
-
/* harmony import */ var
|
|
2810
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52378);
|
|
2811
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__);
|
|
2796
2812
|
/*!
|
|
2797
2813
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2798
2814
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2837,10 +2853,10 @@ UIBrowserStatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)
|
|
|
2837
2853
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2838
2854
|
/* harmony export */ "v": function() { return /* binding */ UITree; }
|
|
2839
2855
|
/* harmony export */ });
|
|
2840
|
-
/* harmony import */ var
|
|
2841
|
-
/* harmony import */ var
|
|
2842
|
-
/* harmony import */ var
|
|
2843
|
-
/* harmony import */ var
|
|
2856
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(97582);
|
|
2857
|
+
/* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
|
|
2858
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(94707);
|
|
2859
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_folder_folder__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9890);
|
|
2844
2860
|
/*!
|
|
2845
2861
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2846
2862
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2852,7 +2868,7 @@ var UITree_1;
|
|
|
2852
2868
|
|
|
2853
2869
|
|
|
2854
2870
|
|
|
2855
|
-
let UITree = UITree_1 = class UITree extends
|
|
2871
|
+
let UITree = UITree_1 = class UITree extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
|
|
2856
2872
|
/** @override */
|
|
2857
2873
|
className() {
|
|
2858
2874
|
return 'UITree';
|
|
@@ -2866,7 +2882,7 @@ let UITree = UITree_1 = class UITree extends jodit_core_ui__WEBPACK_IMPORTED_MOD
|
|
|
2866
2882
|
build(items) {
|
|
2867
2883
|
this.clear();
|
|
2868
2884
|
items.forEach((item) => {
|
|
2869
|
-
const folder = new
|
|
2885
|
+
const folder = new jodit_pro_plugins_finder_ui_folder_folder__WEBPACK_IMPORTED_MODULE_1__/* .UIBrowserFolder */ .D(this.jodit, item);
|
|
2870
2886
|
this.append(folder);
|
|
2871
2887
|
if (item.isActive) {
|
|
2872
2888
|
folder.setMod('active', true);
|
|
@@ -2877,8 +2893,8 @@ let UITree = UITree_1 = class UITree extends jodit_core_ui__WEBPACK_IMPORTED_MOD
|
|
|
2877
2893
|
});
|
|
2878
2894
|
}
|
|
2879
2895
|
};
|
|
2880
|
-
UITree = UITree_1 = (0,
|
|
2881
|
-
|
|
2896
|
+
UITree = UITree_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
2897
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_3__/* .component */ .w
|
|
2882
2898
|
], UITree);
|
|
2883
2899
|
|
|
2884
2900
|
|
|
@@ -2892,12 +2908,12 @@ UITree = UITree_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)(
|
|
|
2892
2908
|
/* harmony export */ "d": function() { return /* binding */ UIVirtualScroll; }
|
|
2893
2909
|
/* harmony export */ });
|
|
2894
2910
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(97582);
|
|
2895
|
-
/* harmony import */ var
|
|
2911
|
+
/* harmony import */ var jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(91630);
|
|
2896
2912
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
2897
|
-
/* harmony import */ var
|
|
2898
|
-
/* harmony import */ var
|
|
2899
|
-
/* harmony import */ var
|
|
2900
|
-
/* harmony import */ var
|
|
2913
|
+
/* harmony import */ var jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(45545);
|
|
2914
|
+
/* harmony import */ var jodit_core_helpers_size_position__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(90174);
|
|
2915
|
+
/* harmony import */ var jodit_pro_traits_select_items_select_items__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(81766);
|
|
2916
|
+
/* harmony import */ var jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(87695);
|
|
2901
2917
|
/*!
|
|
2902
2918
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2903
2919
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2912,7 +2928,7 @@ var UIVirtualScroll_1;
|
|
|
2912
2928
|
|
|
2913
2929
|
|
|
2914
2930
|
|
|
2915
|
-
let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends
|
|
2931
|
+
let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup */ .q {
|
|
2916
2932
|
/** @override */
|
|
2917
2933
|
className() {
|
|
2918
2934
|
return 'UIVirtualScroll';
|
|
@@ -2936,7 +2952,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
|
|
|
2936
2952
|
const clearIndex = this.elements.findIndex((elm, index) => {
|
|
2937
2953
|
return (!items[index] ||
|
|
2938
2954
|
elm.item.uniqueHashKey !==
|
|
2939
|
-
|
|
2955
|
+
jodit_modules_file_browser_builders_item__WEBPACK_IMPORTED_MODULE_2__/* .FileBrowserItem.create */ .Z.create(items[index]).uniqueHashKey);
|
|
2940
2956
|
});
|
|
2941
2957
|
if (clearIndex > -1) {
|
|
2942
2958
|
for (let i = clearIndex; i < this.elements.length; i += 1) {
|
|
@@ -2951,7 +2967,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
|
|
|
2951
2967
|
items
|
|
2952
2968
|
.slice(clearIndex > -1 ? clearIndex : this.elements.length)
|
|
2953
2969
|
.forEach((item) => {
|
|
2954
|
-
const elm = new
|
|
2970
|
+
const elm = new jodit_pro_plugins_finder_ui_item_item__WEBPACK_IMPORTED_MODULE_4__/* .UIBrowserItem */ .u(this.jodit, item);
|
|
2955
2971
|
Object.keys(this.mods).forEach((mod) => {
|
|
2956
2972
|
elm.setMod(mod, this.mods[mod]);
|
|
2957
2973
|
});
|
|
@@ -2976,7 +2992,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
|
|
|
2976
2992
|
this.setMod('dragover', false);
|
|
2977
2993
|
}
|
|
2978
2994
|
addItemsSelector() {
|
|
2979
|
-
|
|
2995
|
+
jodit_pro_traits_select_items_select_items__WEBPACK_IMPORTED_MODULE_3__/* .UISelectItems.install */ .r.install(this);
|
|
2980
2996
|
}
|
|
2981
2997
|
static intersectRect(r1, r2) {
|
|
2982
2998
|
return !(r2.left > r1.left + r1.width ||
|
|
@@ -2987,7 +3003,7 @@ let UIVirtualScroll = UIVirtualScroll_1 = class UIVirtualScroll extends jodit_co
|
|
|
2987
3003
|
onSelectItems(bound) {
|
|
2988
3004
|
const selected = [];
|
|
2989
3005
|
this.elements.forEach((elm) => {
|
|
2990
|
-
const pos = (0,
|
|
3006
|
+
const pos = (0,jodit_core_helpers_size_position__WEBPACK_IMPORTED_MODULE_5__/* .position */ .F)(elm.container);
|
|
2991
3007
|
if (UIVirtualScroll_1.intersectRect(pos, bound)) {
|
|
2992
3008
|
selected.push(elm.item);
|
|
2993
3009
|
}
|