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
|
*/
|
|
@@ -409,7 +409,6 @@ module.exports = "<svg viewBox=\"0 0 47 61\" fill=\"none\" xmlns=\"http://www.w3
|
|
|
409
409
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
410
410
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
411
411
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
|
|
412
|
-
/* harmony import */ var autobind_decorator__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(23185);
|
|
413
412
|
/*!
|
|
414
413
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
415
414
|
* See LICENSE.md in the project root for license information.
|
|
@@ -420,7 +419,6 @@ module.exports = "<svg viewBox=\"0 0 47 61\" fill=\"none\" xmlns=\"http://www.w3
|
|
|
420
419
|
|
|
421
420
|
|
|
422
421
|
|
|
423
|
-
|
|
424
422
|
let UIRange = class UIRange extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIInput */ .u3 {
|
|
425
423
|
/** @override */
|
|
426
424
|
className() {
|
|
@@ -498,7 +496,7 @@ let UIRange = class UIRange extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/*
|
|
|
498
496
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['handle:mousedown', 'handle:touchstart'])
|
|
499
497
|
], UIRange.prototype, "onDragStart", null);
|
|
500
498
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
501
|
-
|
|
499
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
502
500
|
], UIRange.prototype, "onDrag", null);
|
|
503
501
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
504
502
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['j.ow:mouseup', 'j.ow:touchend'])
|
|
@@ -520,7 +518,7 @@ UIRange = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
520
518
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
521
519
|
/* harmony export */ "T": function() { return /* binding */ ColorInput; }
|
|
522
520
|
/* harmony export */ });
|
|
523
|
-
/* harmony import */ var
|
|
521
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97582);
|
|
524
522
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
525
523
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
526
524
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
|
|
@@ -528,6 +526,8 @@ UIRange = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
528
526
|
/* harmony import */ var a_color_picker__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(a_color_picker__WEBPACK_IMPORTED_MODULE_3__);
|
|
529
527
|
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8079);
|
|
530
528
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11612);
|
|
529
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(52378);
|
|
530
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6__);
|
|
531
531
|
/*!
|
|
532
532
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
533
533
|
* See LICENSE.md in the project root for license information.
|
|
@@ -604,13 +604,13 @@ let ColorInput = class ColorInput extends jodit_core_ui__WEBPACK_IMPORTED_MODULE
|
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
606
|
};
|
|
607
|
-
(0,
|
|
607
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
608
608
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':change')
|
|
609
609
|
], ColorInput.prototype, "onChangeSelfValue", null);
|
|
610
|
-
(0,
|
|
610
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
611
611
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('nativeInput:keydown')
|
|
612
612
|
], ColorInput.prototype, "onEscKeyDown", null);
|
|
613
|
-
ColorInput = (0,
|
|
613
|
+
ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
614
614
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
615
615
|
], ColorInput);
|
|
616
616
|
|
|
@@ -621,20 +621,41 @@ ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
|
621
621
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
622
622
|
|
|
623
623
|
"use strict";
|
|
624
|
-
/* harmony import */ var
|
|
624
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10503);
|
|
625
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76941);
|
|
626
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_icon_svg__WEBPACK_IMPORTED_MODULE_1__);
|
|
627
|
+
/* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(13050);
|
|
628
|
+
/* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_hand_svg__WEBPACK_IMPORTED_MODULE_2__);
|
|
629
|
+
/* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(35122);
|
|
630
|
+
/* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_polygon_svg__WEBPACK_IMPORTED_MODULE_3__);
|
|
631
|
+
/* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9472);
|
|
632
|
+
/* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_marker_svg__WEBPACK_IMPORTED_MODULE_4__);
|
|
633
|
+
/* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(78400);
|
|
634
|
+
/* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_text_svg__WEBPACK_IMPORTED_MODULE_5__);
|
|
635
|
+
/* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(56712);
|
|
636
|
+
/* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_polyline_svg__WEBPACK_IMPORTED_MODULE_6__);
|
|
637
|
+
/* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(50403);
|
|
638
|
+
/* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_circle_svg__WEBPACK_IMPORTED_MODULE_7__);
|
|
625
639
|
/*!
|
|
626
640
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
627
641
|
* See LICENSE.md in the project root for license information.
|
|
628
642
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
629
643
|
*/
|
|
630
644
|
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .J.set('map', (_icon_svg__WEBPACK_IMPORTED_MODULE_1___default()))
|
|
653
|
+
.set('edit-hand', (_hand_svg__WEBPACK_IMPORTED_MODULE_2___default()))
|
|
654
|
+
.set('edit-polygon', (_polygon_svg__WEBPACK_IMPORTED_MODULE_3___default()))
|
|
655
|
+
.set('edit-marker', (_marker_svg__WEBPACK_IMPORTED_MODULE_4___default()))
|
|
656
|
+
.set('edit-text', (_text_svg__WEBPACK_IMPORTED_MODULE_5___default()))
|
|
657
|
+
.set('edit-polyline', (_polyline_svg__WEBPACK_IMPORTED_MODULE_6___default()))
|
|
658
|
+
.set('edit-circle', (_circle_svg__WEBPACK_IMPORTED_MODULE_7___default()));
|
|
638
659
|
|
|
639
660
|
|
|
640
661
|
/***/ }),
|
|
@@ -727,7 +748,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
727
748
|
/* harmony export */ });
|
|
728
749
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(97582);
|
|
729
750
|
/* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7324);
|
|
730
|
-
/* harmony import */ var
|
|
751
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53852);
|
|
731
752
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52524);
|
|
732
753
|
/* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(51852);
|
|
733
754
|
/* harmony import */ var jodit_modules_widget__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68699);
|
|
@@ -737,11 +758,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
737
758
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(50526);
|
|
738
759
|
/* harmony import */ var jodit_modules_dialog_dialog__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(1875);
|
|
739
760
|
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(40540);
|
|
740
|
-
/* harmony import */ var
|
|
761
|
+
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(26239);
|
|
741
762
|
/* harmony import */ var _helpers_static_url__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3510);
|
|
742
763
|
/* harmony import */ var _ui_combo_box_combo_box__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(97167);
|
|
743
|
-
/* harmony import */ var
|
|
744
|
-
/* harmony import */ var
|
|
764
|
+
/* harmony import */ var _helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(88408);
|
|
765
|
+
/* harmony import */ var _helpers_const__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(22709);
|
|
745
766
|
/*!
|
|
746
767
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
747
768
|
* See LICENSE.md in the project root for license information.
|
|
@@ -766,7 +787,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
766
787
|
|
|
767
788
|
|
|
768
789
|
// @ts-ignore
|
|
769
|
-
window['JoditGoogleReadyHandler'] =
|
|
790
|
+
window['JoditGoogleReadyHandler'] = _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .GoogleReadyHandler */ .VI;
|
|
770
791
|
class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */ .S {
|
|
771
792
|
constructor() {
|
|
772
793
|
super(...arguments);
|
|
@@ -779,7 +800,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
779
800
|
return 'google-maps';
|
|
780
801
|
}
|
|
781
802
|
afterInit(jodit) {
|
|
782
|
-
jodit.registerCommand(
|
|
803
|
+
jodit.registerCommand(_helpers_const__WEBPACK_IMPORTED_MODULE_14__/* .COMMAND_OPEN_DIALOG */ .o, () => {
|
|
783
804
|
void this.openMapEditor(null, {});
|
|
784
805
|
});
|
|
785
806
|
}
|
|
@@ -799,10 +820,10 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
799
820
|
const jodit = this.j;
|
|
800
821
|
const dialog = this.getDialog();
|
|
801
822
|
const state = this.j.o.googleMaps.saveStateInStorage
|
|
802
|
-
? dialog.storage.get(
|
|
823
|
+
? dialog.storage.get(_helpers_const__WEBPACK_IMPORTED_MODULE_14__/* .STORAGE_KEY */ .U)
|
|
803
824
|
: undefined;
|
|
804
825
|
const { apiUrl } = this.jodit.o.googleMaps;
|
|
805
|
-
if (!(0,
|
|
826
|
+
if (!(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
806
827
|
void (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_6__.appendScriptAsync)(this.jodit, apiUrl.replace(/\${([^}]+)}/g, (_, key) => { var _a; return (_a = this.get(key)) !== null && _a !== void 0 ? _a : ''; }));
|
|
807
828
|
}
|
|
808
829
|
const openState = {
|
|
@@ -822,13 +843,13 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
822
843
|
search.container.classList.add(dialog.getFullElName('search'));
|
|
823
844
|
this.j.async
|
|
824
845
|
.promise((resolve) => {
|
|
825
|
-
if ((0,
|
|
846
|
+
if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
826
847
|
resolve(0);
|
|
827
848
|
return;
|
|
828
849
|
}
|
|
829
850
|
// TODO - Need check googleReady
|
|
830
851
|
const intervalChecker = () => {
|
|
831
|
-
if ((0,
|
|
852
|
+
if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
832
853
|
resolve(0);
|
|
833
854
|
}
|
|
834
855
|
else {
|
|
@@ -836,7 +857,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
836
857
|
}
|
|
837
858
|
};
|
|
838
859
|
intervalChecker();
|
|
839
|
-
(0,
|
|
860
|
+
(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .googleReady */ .iE)(resolve);
|
|
840
861
|
})
|
|
841
862
|
.then(() => {
|
|
842
863
|
uiMap.setStatus('ready');
|
|
@@ -952,7 +973,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
952
973
|
json = JSON.parse(this.j.ow.atob(jsonB64));
|
|
953
974
|
}
|
|
954
975
|
catch (_a) { }
|
|
955
|
-
return `${_1} id="${json.uid}" ${q}data-google-maps${q}=${q2}${jsonB64}${q2}${rest}${(0,
|
|
976
|
+
return `${_1} id="${json.uid}" ${q}data-google-maps${q}=${q2}${jsonB64}${q2}${rest}${(0,_helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_15__/* .generateJSScript */ .q)(this.j, json)}`;
|
|
956
977
|
});
|
|
957
978
|
}
|
|
958
979
|
}
|
|
@@ -966,7 +987,7 @@ googleMaps.requires = ['license', 'color-picker'];
|
|
|
966
987
|
(0,tslib__WEBPACK_IMPORTED_MODULE_16__/* .__decorate */ .gn)([
|
|
967
988
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)(':afterGetValueFromEditor')
|
|
968
989
|
], googleMaps.prototype, "onAfterGetValueFromEditor", null);
|
|
969
|
-
|
|
990
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__/* .JoditPro.plugins.add */ .y.plugins.add('google-maps', googleMaps);
|
|
970
991
|
|
|
971
992
|
|
|
972
993
|
/***/ }),
|
|
@@ -997,7 +1018,7 @@ const COMMAND_OPEN_DIALOG = 'googleMapsDialog';
|
|
|
997
1018
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
998
1019
|
/* harmony export */ "q": function() { return /* binding */ generateJSScript; }
|
|
999
1020
|
/* harmony export */ });
|
|
1000
|
-
/* harmony import */ var
|
|
1021
|
+
/* harmony import */ var jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92787);
|
|
1001
1022
|
|
|
1002
1023
|
function generateJSScript(jodit, state) {
|
|
1003
1024
|
return `<${'script'} class="jodit-google-maps-init" type="text/javascript">
|
|
@@ -1054,7 +1075,7 @@ function generateJSScript(jodit, state) {
|
|
|
1054
1075
|
}, ${JSON.stringify(state.controls)}));
|
|
1055
1076
|
|
|
1056
1077
|
if (${state.layer !== 'default'}) {
|
|
1057
|
-
new google.maps.${(0,
|
|
1078
|
+
new google.maps.${(0,jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__/* .ucfirst */ .P)(state.layer)}Layer().setMap(map);
|
|
1058
1079
|
}
|
|
1059
1080
|
|
|
1060
1081
|
var infoWindow = new google.maps.InfoWindow();
|
|
@@ -1136,8 +1157,8 @@ function generateJSScript(jodit, state) {
|
|
|
1136
1157
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1137
1158
|
/* harmony export */ "J": function() { return /* binding */ generateStaticElements; }
|
|
1138
1159
|
/* harmony export */ });
|
|
1160
|
+
/* harmony import */ var jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2547);
|
|
1139
1161
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26239);
|
|
1140
|
-
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(95582);
|
|
1141
1162
|
/*!
|
|
1142
1163
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1143
1164
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1155,7 +1176,7 @@ function generateStaticElements(uiMap) {
|
|
|
1155
1176
|
case 'polyline':
|
|
1156
1177
|
return `&path=weight:${(_d = elm.strokeWeight) !== null && _d !== void 0 ? _d : 1}%7Ccolor:${(0,_helpers__WEBPACK_IMPORTED_MODULE_1__/* .specialColor */ .n2)((_e = elm.strokeColor) !== null && _e !== void 0 ? _e : '#fff')}%7Cenc:${google.maps.geometry.encoding.encodePath((0,_helpers__WEBPACK_IMPORTED_MODULE_1__/* .arrayToPath */ .lL)(elm.coordinates))}`;
|
|
1157
1178
|
case 'marker':
|
|
1158
|
-
return `&markers=color:blue%7Clabel:${encodeURIComponent((0,
|
|
1179
|
+
return `&markers=color:blue%7Clabel:${encodeURIComponent((0,jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__/* .stripTags */ .o)((_f = elm.text) !== null && _f !== void 0 ? _f : '')
|
|
1159
1180
|
.charAt(0)
|
|
1160
1181
|
.toUpperCase())}%7C${elm.coordinates}`;
|
|
1161
1182
|
}
|
|
@@ -1397,8 +1418,8 @@ class UIBaseEditor extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup
|
|
|
1397
1418
|
/* harmony export */ });
|
|
1398
1419
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
1399
1420
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1400
|
-
/* harmony import */ var
|
|
1401
|
-
/* harmony import */ var
|
|
1421
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(15191);
|
|
1422
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57144);
|
|
1402
1423
|
/*!
|
|
1403
1424
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1404
1425
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1408,11 +1429,11 @@ class UIBaseEditor extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup
|
|
|
1408
1429
|
|
|
1409
1430
|
|
|
1410
1431
|
|
|
1411
|
-
let UIMarkerEditor = class UIMarkerEditor extends
|
|
1432
|
+
let UIMarkerEditor = class UIMarkerEditor extends jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__/* .UIBaseEditor */ .z {
|
|
1412
1433
|
onReady() {
|
|
1413
1434
|
var _a;
|
|
1414
1435
|
super.onReady();
|
|
1415
|
-
const editor = new
|
|
1436
|
+
const editor = new jodit_pro_plugins_google_maps_ui_wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__/* .UIWysiwyg */ .d(this.j, this.options.googleMaps.inlineEditorOptions, (_a = this.state.text) !== null && _a !== void 0 ? _a : '', (value) => this.j.e.fire(this, 'change', 'text', value));
|
|
1416
1437
|
this.append(editor, 'form');
|
|
1417
1438
|
}
|
|
1418
1439
|
};
|
|
@@ -1435,9 +1456,9 @@ UIMarkerEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
1435
1456
|
/* harmony export */ });
|
|
1436
1457
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
1437
1458
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1438
|
-
/* harmony import */ var
|
|
1439
|
-
/* harmony import */ var
|
|
1440
|
-
/* harmony import */ var
|
|
1459
|
+
/* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39445);
|
|
1460
|
+
/* harmony import */ var jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(48163);
|
|
1461
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(93565);
|
|
1441
1462
|
/*!
|
|
1442
1463
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1443
1464
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1448,16 +1469,16 @@ UIMarkerEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
1448
1469
|
|
|
1449
1470
|
|
|
1450
1471
|
|
|
1451
|
-
let UIPolygonEditor = class UIPolygonEditor extends
|
|
1472
|
+
let UIPolygonEditor = class UIPolygonEditor extends jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__/* .UIPolylineEditor */ .e {
|
|
1452
1473
|
onReady() {
|
|
1453
1474
|
var _a, _b;
|
|
1454
1475
|
this.append([
|
|
1455
|
-
new
|
|
1476
|
+
new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__/* .ColorInput */ .T(this.j, {
|
|
1456
1477
|
label: 'Fill color',
|
|
1457
1478
|
value: (_a = this.state.fillColor) !== null && _a !== void 0 ? _a : '#000',
|
|
1458
1479
|
onChange: (value) => this.j.e.fire(this, 'change', 'fillColor', value)
|
|
1459
1480
|
}).setMod('trigger', false),
|
|
1460
|
-
new
|
|
1481
|
+
new jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__/* .UIRange */ .W(this.j, {
|
|
1461
1482
|
label: 'Opacity',
|
|
1462
1483
|
min: 0,
|
|
1463
1484
|
max: 1,
|
|
@@ -1488,9 +1509,9 @@ UIPolygonEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1488
1509
|
/* harmony export */ });
|
|
1489
1510
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
1490
1511
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1491
|
-
/* harmony import */ var
|
|
1492
|
-
/* harmony import */ var
|
|
1493
|
-
/* harmony import */ var
|
|
1512
|
+
/* harmony import */ var jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77902);
|
|
1513
|
+
/* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39445);
|
|
1514
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(57144);
|
|
1494
1515
|
/*!
|
|
1495
1516
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1496
1517
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1501,18 +1522,18 @@ UIPolygonEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1501
1522
|
|
|
1502
1523
|
|
|
1503
1524
|
|
|
1504
|
-
let UIPolylineEditor = class UIPolylineEditor extends
|
|
1525
|
+
let UIPolylineEditor = class UIPolylineEditor extends jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__/* .UIBaseEditor */ .z {
|
|
1505
1526
|
onReady() {
|
|
1506
1527
|
var _a, _b;
|
|
1507
1528
|
super.onReady();
|
|
1508
1529
|
this.append([
|
|
1509
|
-
new
|
|
1530
|
+
new jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__/* .UIInput */ .u(this.j, {
|
|
1510
1531
|
label: 'Stroke weight',
|
|
1511
1532
|
value: (_a = this.state.strokeWeight) !== null && _a !== void 0 ? _a : 1,
|
|
1512
1533
|
type: 'number',
|
|
1513
1534
|
onChange: (value) => this.j.e.fire(this, 'change', 'strokeWeight', value)
|
|
1514
1535
|
}),
|
|
1515
|
-
new
|
|
1536
|
+
new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__/* .ColorInput */ .T(this.j, {
|
|
1516
1537
|
label: 'Stroke color',
|
|
1517
1538
|
value: (_b = this.state.strokeColor) !== null && _b !== void 0 ? _b : '#000',
|
|
1518
1539
|
onChange: (value) => this.j.e.fire(this, 'change', 'strokeColor', value)
|
|
@@ -1569,13 +1590,14 @@ UIPolylineEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1569
1590
|
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
|
|
1570
1591
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75004);
|
|
1571
1592
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
1572
|
-
/* harmony import */ var
|
|
1573
|
-
/* harmony import */ var
|
|
1574
|
-
/* harmony import */ var
|
|
1575
|
-
/* harmony import */ var
|
|
1576
|
-
/* harmony import */ var
|
|
1577
|
-
/* harmony import */ var
|
|
1578
|
-
/* harmony import */ var
|
|
1593
|
+
/* harmony import */ var jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(18002);
|
|
1594
|
+
/* harmony import */ var jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60731);
|
|
1595
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
|
|
1596
|
+
/* 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__);
|
|
1597
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22709);
|
|
1598
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(52524);
|
|
1599
|
+
/* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(54700);
|
|
1600
|
+
/* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(99331);
|
|
1579
1601
|
/*!
|
|
1580
1602
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1581
1603
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1667,7 +1689,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1667
1689
|
this.drawingManager = drawingManager;
|
|
1668
1690
|
google.maps.event.addListener(drawingManager, 'overlaycomplete', (event) => {
|
|
1669
1691
|
if (event.overlay) {
|
|
1670
|
-
|
|
1692
|
+
_modules__WEBPACK_IMPORTED_MODULE_7__/* .addNewInState.call */ .Tf.call(this, event.overlay);
|
|
1671
1693
|
event.overlay.setMap(null);
|
|
1672
1694
|
}
|
|
1673
1695
|
});
|
|
@@ -1693,7 +1715,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1693
1715
|
});
|
|
1694
1716
|
}
|
|
1695
1717
|
mapElements.length = elements.length;
|
|
1696
|
-
elements.forEach((state, index) =>
|
|
1718
|
+
elements.forEach((state, index) => _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__/* .initOrUpdateElementFromState.call */ .O.call(this, state, index));
|
|
1697
1719
|
}
|
|
1698
1720
|
onChangeCenter() {
|
|
1699
1721
|
const center = this.map.getCenter();
|
|
@@ -1718,7 +1740,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1718
1740
|
}
|
|
1719
1741
|
onChangeBound() {
|
|
1720
1742
|
this.options.googleMaps.saveStateInStorage &&
|
|
1721
|
-
this.j.storage.set(
|
|
1743
|
+
this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_8__/* .STORAGE_KEY */ .U, {
|
|
1722
1744
|
center: this.state.center,
|
|
1723
1745
|
size: this.state.size,
|
|
1724
1746
|
zoom: this.state.zoom,
|
|
@@ -1730,7 +1752,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1730
1752
|
onChangeSize() {
|
|
1731
1753
|
const mapSize = this.getElm('map-size');
|
|
1732
1754
|
void 0;
|
|
1733
|
-
(0,
|
|
1755
|
+
(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_9__/* .css */ .i)(mapSize, {
|
|
1734
1756
|
width: this.state.size[0],
|
|
1735
1757
|
height: this.state.size[1]
|
|
1736
1758
|
});
|
|
@@ -1765,7 +1787,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1765
1787
|
constructor(jodit, state, options) {
|
|
1766
1788
|
super(jodit);
|
|
1767
1789
|
this.options = options;
|
|
1768
|
-
this.toolbar = new
|
|
1790
|
+
this.toolbar = new jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__/* .ToolbarCollection */ .n(this.jodit);
|
|
1769
1791
|
this.state = {
|
|
1770
1792
|
uid: 'jd' + (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)() + new Date().toString().replace(/[^0-9]/g, ''),
|
|
1771
1793
|
layer: this.options.googleMaps.map.layer,
|
|
@@ -1859,7 +1881,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1859
1881
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1860
1882
|
/* harmony export */ "T": function() { return /* binding */ addNewInState; }
|
|
1861
1883
|
/* harmony export */ });
|
|
1862
|
-
/* harmony import */ var
|
|
1884
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
1863
1885
|
/*!
|
|
1864
1886
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1865
1887
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1876,7 +1898,7 @@ function addNewInState(mvc) {
|
|
|
1876
1898
|
...this.state.elements,
|
|
1877
1899
|
{
|
|
1878
1900
|
type: mode,
|
|
1879
|
-
coordinates: (0,
|
|
1901
|
+
coordinates: (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(mvc.getPath()),
|
|
1880
1902
|
...this.options.googleMaps.map.defaultStates[mode]
|
|
1881
1903
|
}
|
|
1882
1904
|
];
|
|
@@ -1949,12 +1971,17 @@ function addNewInState(mvc) {
|
|
|
1949
1971
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1950
1972
|
/* harmony export */ "O": function() { return /* binding */ initOrUpdateElementFromState; }
|
|
1951
1973
|
/* harmony export */ });
|
|
1952
|
-
/* harmony import */ var
|
|
1953
|
-
/* harmony import */ var
|
|
1954
|
-
/* harmony import */ var
|
|
1955
|
-
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(81160);
|
|
1974
|
+
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
|
|
1975
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10503);
|
|
1976
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(26239);
|
|
1956
1977
|
/* harmony import */ var _on_change_geometries__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14234);
|
|
1978
|
+
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22425);
|
|
1957
1979
|
/* harmony import */ var _open_props_dialog__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70054);
|
|
1980
|
+
/*!
|
|
1981
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1982
|
+
* See LICENSE.md in the project root for license information.
|
|
1983
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
1984
|
+
*/
|
|
1958
1985
|
|
|
1959
1986
|
|
|
1960
1987
|
|
|
@@ -1986,14 +2013,14 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
1986
2013
|
draggable: true,
|
|
1987
2014
|
label: state.showCaption ? state.title : '',
|
|
1988
2015
|
title: state.title,
|
|
1989
|
-
icon: state.icon ?
|
|
2016
|
+
icon: state.icon ? jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__/* .Icon.get */ .J.get(state.icon) : null,
|
|
1990
2017
|
map: this.map
|
|
1991
2018
|
});
|
|
1992
2019
|
break;
|
|
1993
2020
|
case 'polyline':
|
|
1994
2021
|
case 'polygon':
|
|
1995
2022
|
{
|
|
1996
|
-
const coordinates = (0,
|
|
2023
|
+
const coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__/* .arrayToPath */ .lL)(state.coordinates);
|
|
1997
2024
|
gme = new google.maps[state.type === 'polygon' ? 'Polygon' : 'Polyline']({
|
|
1998
2025
|
path: coordinates,
|
|
1999
2026
|
strokeColor: state.strokeColor,
|
|
@@ -2022,7 +2049,7 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
2022
2049
|
}
|
|
2023
2050
|
const newElm = {
|
|
2024
2051
|
type: state.type,
|
|
2025
|
-
uid: (0,
|
|
2052
|
+
uid: (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)(),
|
|
2026
2053
|
state,
|
|
2027
2054
|
gme
|
|
2028
2055
|
};
|
|
@@ -2050,8 +2077,8 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
2050
2077
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2051
2078
|
/* harmony export */ "w": function() { return /* binding */ onChangeGeometries; }
|
|
2052
2079
|
/* harmony export */ });
|
|
2080
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2053
2081
|
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22425);
|
|
2054
|
-
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2055
2082
|
/*!
|
|
2056
2083
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2057
2084
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2064,7 +2091,7 @@ function onChangeGeometries(newElm, index) {
|
|
|
2064
2091
|
switch (newElm.type) {
|
|
2065
2092
|
case 'polyline':
|
|
2066
2093
|
case 'polygon': {
|
|
2067
|
-
const coordinates = (0,
|
|
2094
|
+
const coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(newElm.gme.getPath()), newState = {
|
|
2068
2095
|
...newElm.state,
|
|
2069
2096
|
coordinates
|
|
2070
2097
|
};
|
|
@@ -2101,7 +2128,7 @@ function onChangeGeometries(newElm, index) {
|
|
|
2101
2128
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2102
2129
|
/* harmony export */ "B": function() { return /* binding */ openPropsDialog; }
|
|
2103
2130
|
/* harmony export */ });
|
|
2104
|
-
/* harmony import */ var
|
|
2131
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75345);
|
|
2105
2132
|
/* harmony import */ var _remove_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(48207);
|
|
2106
2133
|
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22425);
|
|
2107
2134
|
/*!
|
|
@@ -2129,14 +2156,14 @@ function openPropsDialog(newElm, index) {
|
|
|
2129
2156
|
this.state.mode = 'hand';
|
|
2130
2157
|
switch (newElm.type) {
|
|
2131
2158
|
case 'polyline':
|
|
2132
|
-
editor = new
|
|
2159
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolylineEditor */ .eU(this.jodit, newElm.state, this.options);
|
|
2133
2160
|
break;
|
|
2134
2161
|
case 'marker':
|
|
2135
|
-
editor = new
|
|
2162
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIMarkerEditor */ .Ys(this.jodit, newElm.state, this.options);
|
|
2136
2163
|
break;
|
|
2137
2164
|
case 'circle':
|
|
2138
2165
|
case 'polygon':
|
|
2139
|
-
editor = new
|
|
2166
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolygonEditor */ .yX(this.jodit, newElm.state, this.options);
|
|
2140
2167
|
break;
|
|
2141
2168
|
}
|
|
2142
2169
|
if (!editor) {
|
|
@@ -2207,7 +2234,12 @@ function removeElement(newElm) {
|
|
|
2207
2234
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2208
2235
|
/* harmony export */ "v": function() { return /* binding */ updateStateAndGme; }
|
|
2209
2236
|
/* harmony export */ });
|
|
2210
|
-
/* harmony import */ var
|
|
2237
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2238
|
+
/*!
|
|
2239
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2240
|
+
* See LICENSE.md in the project root for license information.
|
|
2241
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
2242
|
+
*/
|
|
2211
2243
|
|
|
2212
2244
|
function updateStateAndGme(newState, index, silent = false) {
|
|
2213
2245
|
const elm = this.mapElements[index];
|
|
@@ -2244,7 +2276,7 @@ function updateStateAndGme(newState, index, silent = false) {
|
|
|
2244
2276
|
switch (elm.type) {
|
|
2245
2277
|
case 'polygon':
|
|
2246
2278
|
case 'polyline': {
|
|
2247
|
-
elm.gme.setPath((0,
|
|
2279
|
+
elm.gme.setPath((0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .arrayToPath */ .lL)(newValue));
|
|
2248
2280
|
break;
|
|
2249
2281
|
}
|
|
2250
2282
|
}
|
|
@@ -2267,9 +2299,9 @@ function updateStateAndGme(newState, index, silent = false) {
|
|
|
2267
2299
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2268
2300
|
/* harmony export */ "K": function() { return /* binding */ UIMapsControlsForm; }
|
|
2269
2301
|
/* harmony export */ });
|
|
2270
|
-
/* harmony import */ var
|
|
2302
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97582);
|
|
2271
2303
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2272
|
-
/* harmony import */ var
|
|
2304
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(94707);
|
|
2273
2305
|
/*!
|
|
2274
2306
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2275
2307
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2311,8 +2343,8 @@ let UIMapsControlsForm = class UIMapsControlsForm extends jodit_core_ui__WEBPACK
|
|
|
2311
2343
|
};
|
|
2312
2344
|
}
|
|
2313
2345
|
};
|
|
2314
|
-
UIMapsControlsForm = (0,
|
|
2315
|
-
|
|
2346
|
+
UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .gn)([
|
|
2347
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__/* .component */ .w
|
|
2316
2348
|
], UIMapsControlsForm);
|
|
2317
2349
|
|
|
2318
2350
|
|
|
@@ -2327,7 +2359,7 @@ UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)
|
|
|
2327
2359
|
/* harmony export */ });
|
|
2328
2360
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2329
2361
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2330
|
-
/* harmony import */ var
|
|
2362
|
+
/* harmony import */ var jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74833);
|
|
2331
2363
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
2332
2364
|
/*!
|
|
2333
2365
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -2407,14 +2439,14 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2407
2439
|
]);
|
|
2408
2440
|
}
|
|
2409
2441
|
onChangeSize() {
|
|
2410
|
-
const { width, height } = (0,
|
|
2442
|
+
const { width, height } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2411
2443
|
this.state.size = [
|
|
2412
2444
|
parseInt(width === null || width === void 0 ? void 0 : width.value, 10) || 0,
|
|
2413
2445
|
parseInt(height === null || height === void 0 ? void 0 : height.value, 10) || 0
|
|
2414
2446
|
];
|
|
2415
2447
|
}
|
|
2416
2448
|
onExternalChangeSize() {
|
|
2417
|
-
const { width, height } = (0,
|
|
2449
|
+
const { width, height } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2418
2450
|
const [w, h] = this.state.size;
|
|
2419
2451
|
if (w.toString() !== width.value) {
|
|
2420
2452
|
width.value = w.toString();
|
|
@@ -2424,14 +2456,14 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2424
2456
|
}
|
|
2425
2457
|
}
|
|
2426
2458
|
onChangeCenter() {
|
|
2427
|
-
const { lat, lng } = (0,
|
|
2459
|
+
const { lat, lng } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2428
2460
|
this.state.center = [
|
|
2429
2461
|
parseFloat(lat === null || lat === void 0 ? void 0 : lat.value) || 0,
|
|
2430
2462
|
parseFloat(lng === null || lng === void 0 ? void 0 : lng.value) || 0
|
|
2431
2463
|
];
|
|
2432
2464
|
}
|
|
2433
2465
|
onExternalChangeCenter() {
|
|
2434
|
-
const { lat, lng } = (0,
|
|
2466
|
+
const { lat, lng } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2435
2467
|
const [x, y] = this.state.center;
|
|
2436
2468
|
if (x.toString() !== lat.value) {
|
|
2437
2469
|
lat.value = x.toString();
|
|
@@ -2441,13 +2473,13 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2441
2473
|
}
|
|
2442
2474
|
}
|
|
2443
2475
|
onExternalChangeType() {
|
|
2444
|
-
const { mapType } = (0,
|
|
2476
|
+
const { mapType } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2445
2477
|
if (this.state.type !== mapType.value) {
|
|
2446
2478
|
mapType.value = this.state.type;
|
|
2447
2479
|
}
|
|
2448
2480
|
}
|
|
2449
2481
|
onExternalChangeLayer() {
|
|
2450
|
-
const { layer } = (0,
|
|
2482
|
+
const { layer } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2451
2483
|
if (this.state.layer !== layer.value) {
|
|
2452
2484
|
layer.value = this.state.layer;
|
|
2453
2485
|
}
|
|
@@ -2485,11 +2517,12 @@ UIMapsPropsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
2485
2517
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2486
2518
|
/* harmony export */ "d": function() { return /* binding */ UIWysiwyg; }
|
|
2487
2519
|
/* harmony export */ });
|
|
2488
|
-
/* harmony import */ var
|
|
2489
|
-
/* harmony import */ var
|
|
2490
|
-
/* harmony import */ var
|
|
2491
|
-
/* harmony import */ var
|
|
2492
|
-
/* harmony import */ var
|
|
2520
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2521
|
+
/* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84789);
|
|
2522
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94707);
|
|
2523
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
|
|
2524
|
+
/* 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__);
|
|
2525
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53852);
|
|
2493
2526
|
/*!
|
|
2494
2527
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2495
2528
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2501,7 +2534,7 @@ UIMapsPropsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
2501
2534
|
|
|
2502
2535
|
|
|
2503
2536
|
|
|
2504
|
-
let UIWysiwyg = class UIWysiwyg extends
|
|
2537
|
+
let UIWysiwyg = class UIWysiwyg extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u {
|
|
2505
2538
|
className() {
|
|
2506
2539
|
return 'UIWysiwyg';
|
|
2507
2540
|
}
|
|
@@ -2509,7 +2542,7 @@ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1
|
|
|
2509
2542
|
super(jodit);
|
|
2510
2543
|
const wysiwyg = this.getElm('editor');
|
|
2511
2544
|
void 0;
|
|
2512
|
-
const editor =
|
|
2545
|
+
const editor = jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.make */ .y.make(wysiwyg, {
|
|
2513
2546
|
buttons: ['bold', 'italic', 'image'],
|
|
2514
2547
|
height: 100,
|
|
2515
2548
|
minHeight: 100,
|
|
@@ -2539,8 +2572,8 @@ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1
|
|
|
2539
2572
|
</div>`;
|
|
2540
2573
|
}
|
|
2541
2574
|
};
|
|
2542
|
-
UIWysiwyg = (0,
|
|
2543
|
-
|
|
2575
|
+
UIWysiwyg = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
2576
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__/* .component */ .w
|
|
2544
2577
|
], UIWysiwyg);
|
|
2545
2578
|
|
|
2546
2579
|
|