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() {
|
|
@@ -491,7 +489,7 @@ let UIRange = class UIRange extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/*
|
|
|
491
489
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['handle:mousedown', 'handle:touchstart'])
|
|
492
490
|
], UIRange.prototype, "onDragStart", null);
|
|
493
491
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
494
|
-
|
|
492
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
495
493
|
], UIRange.prototype, "onDrag", null);
|
|
496
494
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
497
495
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['j.ow:mouseup', 'j.ow:touchend'])
|
|
@@ -513,7 +511,7 @@ UIRange = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
513
511
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
514
512
|
/* harmony export */ "T": function() { return /* binding */ ColorInput; }
|
|
515
513
|
/* harmony export */ });
|
|
516
|
-
/* harmony import */ var
|
|
514
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97582);
|
|
517
515
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
518
516
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
519
517
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
|
|
@@ -521,6 +519,8 @@ UIRange = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
521
519
|
/* harmony import */ var a_color_picker__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(a_color_picker__WEBPACK_IMPORTED_MODULE_3__);
|
|
522
520
|
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8079);
|
|
523
521
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11612);
|
|
522
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(52378);
|
|
523
|
+
/* 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__);
|
|
524
524
|
/*!
|
|
525
525
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
526
526
|
* See LICENSE.md in the project root for license information.
|
|
@@ -597,13 +597,13 @@ let ColorInput = class ColorInput extends jodit_core_ui__WEBPACK_IMPORTED_MODULE
|
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
599
|
};
|
|
600
|
-
(0,
|
|
600
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
601
601
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':change')
|
|
602
602
|
], ColorInput.prototype, "onChangeSelfValue", null);
|
|
603
|
-
(0,
|
|
603
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
604
604
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('nativeInput:keydown')
|
|
605
605
|
], ColorInput.prototype, "onEscKeyDown", null);
|
|
606
|
-
ColorInput = (0,
|
|
606
|
+
ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
607
607
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
608
608
|
], ColorInput);
|
|
609
609
|
|
|
@@ -614,20 +614,41 @@ ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .gn)([
|
|
|
614
614
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
615
615
|
|
|
616
616
|
"use strict";
|
|
617
|
-
/* harmony import */ var
|
|
617
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10503);
|
|
618
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76941);
|
|
619
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_icon_svg__WEBPACK_IMPORTED_MODULE_1__);
|
|
620
|
+
/* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(13050);
|
|
621
|
+
/* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_hand_svg__WEBPACK_IMPORTED_MODULE_2__);
|
|
622
|
+
/* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(35122);
|
|
623
|
+
/* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_polygon_svg__WEBPACK_IMPORTED_MODULE_3__);
|
|
624
|
+
/* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9472);
|
|
625
|
+
/* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_marker_svg__WEBPACK_IMPORTED_MODULE_4__);
|
|
626
|
+
/* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(78400);
|
|
627
|
+
/* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_text_svg__WEBPACK_IMPORTED_MODULE_5__);
|
|
628
|
+
/* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(56712);
|
|
629
|
+
/* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_polyline_svg__WEBPACK_IMPORTED_MODULE_6__);
|
|
630
|
+
/* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(50403);
|
|
631
|
+
/* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_circle_svg__WEBPACK_IMPORTED_MODULE_7__);
|
|
618
632
|
/*!
|
|
619
633
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
620
634
|
* See LICENSE.md in the project root for license information.
|
|
621
635
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
622
636
|
*/
|
|
623
637
|
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .J.set('map', (_icon_svg__WEBPACK_IMPORTED_MODULE_1___default()))
|
|
646
|
+
.set('edit-hand', (_hand_svg__WEBPACK_IMPORTED_MODULE_2___default()))
|
|
647
|
+
.set('edit-polygon', (_polygon_svg__WEBPACK_IMPORTED_MODULE_3___default()))
|
|
648
|
+
.set('edit-marker', (_marker_svg__WEBPACK_IMPORTED_MODULE_4___default()))
|
|
649
|
+
.set('edit-text', (_text_svg__WEBPACK_IMPORTED_MODULE_5___default()))
|
|
650
|
+
.set('edit-polyline', (_polyline_svg__WEBPACK_IMPORTED_MODULE_6___default()))
|
|
651
|
+
.set('edit-circle', (_circle_svg__WEBPACK_IMPORTED_MODULE_7___default()));
|
|
631
652
|
|
|
632
653
|
|
|
633
654
|
/***/ }),
|
|
@@ -718,9 +739,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
718
739
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
719
740
|
/* harmony export */ "googleMaps": function() { return /* binding */ googleMaps; }
|
|
720
741
|
/* harmony export */ });
|
|
721
|
-
/* harmony import */ var
|
|
742
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(97582);
|
|
722
743
|
/* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7324);
|
|
723
|
-
/* harmony import */ var
|
|
744
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53852);
|
|
724
745
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52524);
|
|
725
746
|
/* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(51852);
|
|
726
747
|
/* harmony import */ var jodit_modules_widget__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68699);
|
|
@@ -730,11 +751,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
730
751
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(50526);
|
|
731
752
|
/* harmony import */ var jodit_modules_dialog_dialog__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(1875);
|
|
732
753
|
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(40540);
|
|
733
|
-
/* harmony import */ var
|
|
754
|
+
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(26239);
|
|
734
755
|
/* harmony import */ var _helpers_static_url__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3510);
|
|
735
756
|
/* harmony import */ var _ui_combo_box_combo_box__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(97167);
|
|
736
|
-
/* harmony import */ var
|
|
737
|
-
/* harmony import */ var
|
|
757
|
+
/* harmony import */ var _helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(88408);
|
|
758
|
+
/* harmony import */ var _helpers_const__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(22709);
|
|
738
759
|
/*!
|
|
739
760
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
740
761
|
* See LICENSE.md in the project root for license information.
|
|
@@ -759,7 +780,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
759
780
|
|
|
760
781
|
|
|
761
782
|
// @ts-ignore
|
|
762
|
-
window['JoditGoogleReadyHandler'] =
|
|
783
|
+
window['JoditGoogleReadyHandler'] = _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .GoogleReadyHandler */ .VI;
|
|
763
784
|
class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */ .S {
|
|
764
785
|
constructor() {
|
|
765
786
|
super(...arguments);
|
|
@@ -772,7 +793,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
772
793
|
return 'google-maps';
|
|
773
794
|
}
|
|
774
795
|
afterInit(jodit) {
|
|
775
|
-
jodit.registerCommand(
|
|
796
|
+
jodit.registerCommand(_helpers_const__WEBPACK_IMPORTED_MODULE_14__/* .COMMAND_OPEN_DIALOG */ .o, () => {
|
|
776
797
|
void this.openMapEditor(null, {});
|
|
777
798
|
});
|
|
778
799
|
}
|
|
@@ -789,14 +810,14 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
789
810
|
}
|
|
790
811
|
}
|
|
791
812
|
openMapEditor(target, initialState) {
|
|
792
|
-
return (0,
|
|
813
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__awaiter */ .mG)(this, void 0, void 0, function* () {
|
|
793
814
|
const jodit = this.j;
|
|
794
815
|
const dialog = this.getDialog();
|
|
795
816
|
const state = this.j.o.googleMaps.saveStateInStorage
|
|
796
|
-
? dialog.storage.get(
|
|
817
|
+
? dialog.storage.get(_helpers_const__WEBPACK_IMPORTED_MODULE_14__/* .STORAGE_KEY */ .U)
|
|
797
818
|
: undefined;
|
|
798
819
|
const { apiUrl } = this.jodit.o.googleMaps;
|
|
799
|
-
if (!(0,
|
|
820
|
+
if (!(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
800
821
|
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 : ''; }));
|
|
801
822
|
}
|
|
802
823
|
const openState = Object.assign(Object.assign({ type: this.j.o.googleMaps.map.type, layer: this.j.o.googleMaps.map.layer, size: this.j.o.googleMaps.map.size }, state), initialState);
|
|
@@ -810,13 +831,13 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
810
831
|
search.container.classList.add(dialog.getFullElName('search'));
|
|
811
832
|
this.j.async
|
|
812
833
|
.promise((resolve) => {
|
|
813
|
-
if ((0,
|
|
834
|
+
if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
814
835
|
resolve(0);
|
|
815
836
|
return;
|
|
816
837
|
}
|
|
817
838
|
// TODO - Need check googleReady
|
|
818
839
|
const intervalChecker = () => {
|
|
819
|
-
if ((0,
|
|
840
|
+
if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
820
841
|
resolve(0);
|
|
821
842
|
}
|
|
822
843
|
else {
|
|
@@ -824,7 +845,7 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
824
845
|
}
|
|
825
846
|
};
|
|
826
847
|
intervalChecker();
|
|
827
|
-
(0,
|
|
848
|
+
(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .googleReady */ .iE)(resolve);
|
|
828
849
|
})
|
|
829
850
|
.then(() => {
|
|
830
851
|
uiMap.setStatus('ready');
|
|
@@ -941,21 +962,21 @@ class googleMaps extends jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugi
|
|
|
941
962
|
json = JSON.parse(this.j.ow.atob(jsonB64));
|
|
942
963
|
}
|
|
943
964
|
catch (_a) { }
|
|
944
|
-
return `${_1} id="${json.uid}" ${q}data-google-maps${q}=${q2}${jsonB64}${q2}${rest}${(0,
|
|
965
|
+
return `${_1} id="${json.uid}" ${q}data-google-maps${q}=${q2}${jsonB64}${q2}${rest}${(0,_helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_16__/* .generateJSScript */ .q)(this.j, json)}`;
|
|
945
966
|
});
|
|
946
967
|
}
|
|
947
968
|
}
|
|
948
969
|
googleMaps.requires = ['license', 'color-picker'];
|
|
949
|
-
(0,
|
|
970
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .gn)([
|
|
950
971
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)('?:openOnDblClick')
|
|
951
972
|
], googleMaps.prototype, "onOpenOnDblClick", null);
|
|
952
|
-
(0,
|
|
973
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .gn)([
|
|
953
974
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)(':beforeSetNativeEditorValue')
|
|
954
975
|
], googleMaps.prototype, "onBeforeSetNativeEditorValue", null);
|
|
955
|
-
(0,
|
|
976
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .gn)([
|
|
956
977
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)(':afterGetValueFromEditor')
|
|
957
978
|
], googleMaps.prototype, "onAfterGetValueFromEditor", null);
|
|
958
|
-
|
|
979
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__/* .JoditPro.plugins.add */ .y.plugins.add('google-maps', googleMaps);
|
|
959
980
|
|
|
960
981
|
|
|
961
982
|
/***/ }),
|
|
@@ -986,7 +1007,7 @@ const COMMAND_OPEN_DIALOG = 'googleMapsDialog';
|
|
|
986
1007
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
987
1008
|
/* harmony export */ "q": function() { return /* binding */ generateJSScript; }
|
|
988
1009
|
/* harmony export */ });
|
|
989
|
-
/* harmony import */ var
|
|
1010
|
+
/* harmony import */ var jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92787);
|
|
990
1011
|
|
|
991
1012
|
function generateJSScript(jodit, state) {
|
|
992
1013
|
return `<${'script'} class="jodit-google-maps-init" type="text/javascript">
|
|
@@ -1043,7 +1064,7 @@ function generateJSScript(jodit, state) {
|
|
|
1043
1064
|
}, ${JSON.stringify(state.controls)}));
|
|
1044
1065
|
|
|
1045
1066
|
if (${state.layer !== 'default'}) {
|
|
1046
|
-
new google.maps.${(0,
|
|
1067
|
+
new google.maps.${(0,jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__/* .ucfirst */ .P)(state.layer)}Layer().setMap(map);
|
|
1047
1068
|
}
|
|
1048
1069
|
|
|
1049
1070
|
var infoWindow = new google.maps.InfoWindow();
|
|
@@ -1125,8 +1146,8 @@ function generateJSScript(jodit, state) {
|
|
|
1125
1146
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1126
1147
|
/* harmony export */ "J": function() { return /* binding */ generateStaticElements; }
|
|
1127
1148
|
/* harmony export */ });
|
|
1149
|
+
/* harmony import */ var jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2547);
|
|
1128
1150
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26239);
|
|
1129
|
-
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(95582);
|
|
1130
1151
|
/*!
|
|
1131
1152
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1132
1153
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1144,7 +1165,7 @@ function generateStaticElements(uiMap) {
|
|
|
1144
1165
|
case 'polyline':
|
|
1145
1166
|
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))}`;
|
|
1146
1167
|
case 'marker':
|
|
1147
|
-
return `&markers=color:blue%7Clabel:${encodeURIComponent((0,
|
|
1168
|
+
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 : '')
|
|
1148
1169
|
.charAt(0)
|
|
1149
1170
|
.toUpperCase())}%7C${elm.coordinates}`;
|
|
1150
1171
|
}
|
|
@@ -1388,8 +1409,8 @@ class UIBaseEditor extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup
|
|
|
1388
1409
|
/* harmony export */ });
|
|
1389
1410
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
1390
1411
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1391
|
-
/* harmony import */ var
|
|
1392
|
-
/* harmony import */ var
|
|
1412
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(15191);
|
|
1413
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57144);
|
|
1393
1414
|
/*!
|
|
1394
1415
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1395
1416
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1399,11 +1420,11 @@ class UIBaseEditor extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGroup
|
|
|
1399
1420
|
|
|
1400
1421
|
|
|
1401
1422
|
|
|
1402
|
-
let UIMarkerEditor = class UIMarkerEditor extends
|
|
1423
|
+
let UIMarkerEditor = class UIMarkerEditor extends jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__/* .UIBaseEditor */ .z {
|
|
1403
1424
|
onReady() {
|
|
1404
1425
|
var _a;
|
|
1405
1426
|
super.onReady();
|
|
1406
|
-
const editor = new
|
|
1427
|
+
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));
|
|
1407
1428
|
this.append(editor, 'form');
|
|
1408
1429
|
}
|
|
1409
1430
|
};
|
|
@@ -1426,9 +1447,9 @@ UIMarkerEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
1426
1447
|
/* harmony export */ });
|
|
1427
1448
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
1428
1449
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1429
|
-
/* harmony import */ var
|
|
1430
|
-
/* harmony import */ var
|
|
1431
|
-
/* harmony import */ var
|
|
1450
|
+
/* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39445);
|
|
1451
|
+
/* harmony import */ var jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(48163);
|
|
1452
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(93565);
|
|
1432
1453
|
/*!
|
|
1433
1454
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1434
1455
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1439,16 +1460,16 @@ UIMarkerEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
1439
1460
|
|
|
1440
1461
|
|
|
1441
1462
|
|
|
1442
|
-
let UIPolygonEditor = class UIPolygonEditor extends
|
|
1463
|
+
let UIPolygonEditor = class UIPolygonEditor extends jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__/* .UIPolylineEditor */ .e {
|
|
1443
1464
|
onReady() {
|
|
1444
1465
|
var _a, _b;
|
|
1445
1466
|
this.append([
|
|
1446
|
-
new
|
|
1467
|
+
new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__/* .ColorInput */ .T(this.j, {
|
|
1447
1468
|
label: 'Fill color',
|
|
1448
1469
|
value: (_a = this.state.fillColor) !== null && _a !== void 0 ? _a : '#000',
|
|
1449
1470
|
onChange: (value) => this.j.e.fire(this, 'change', 'fillColor', value)
|
|
1450
1471
|
}).setMod('trigger', false),
|
|
1451
|
-
new
|
|
1472
|
+
new jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__/* .UIRange */ .W(this.j, {
|
|
1452
1473
|
label: 'Opacity',
|
|
1453
1474
|
min: 0,
|
|
1454
1475
|
max: 1,
|
|
@@ -1479,9 +1500,9 @@ UIPolygonEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1479
1500
|
/* harmony export */ });
|
|
1480
1501
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
1481
1502
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1482
|
-
/* harmony import */ var
|
|
1483
|
-
/* harmony import */ var
|
|
1484
|
-
/* harmony import */ var
|
|
1503
|
+
/* harmony import */ var jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77902);
|
|
1504
|
+
/* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39445);
|
|
1505
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(57144);
|
|
1485
1506
|
/*!
|
|
1486
1507
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1487
1508
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1492,18 +1513,18 @@ UIPolygonEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1492
1513
|
|
|
1493
1514
|
|
|
1494
1515
|
|
|
1495
|
-
let UIPolylineEditor = class UIPolylineEditor extends
|
|
1516
|
+
let UIPolylineEditor = class UIPolylineEditor extends jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__/* .UIBaseEditor */ .z {
|
|
1496
1517
|
onReady() {
|
|
1497
1518
|
var _a, _b;
|
|
1498
1519
|
super.onReady();
|
|
1499
1520
|
this.append([
|
|
1500
|
-
new
|
|
1521
|
+
new jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__/* .UIInput */ .u(this.j, {
|
|
1501
1522
|
label: 'Stroke weight',
|
|
1502
1523
|
value: (_a = this.state.strokeWeight) !== null && _a !== void 0 ? _a : 1,
|
|
1503
1524
|
type: 'number',
|
|
1504
1525
|
onChange: (value) => this.j.e.fire(this, 'change', 'strokeWeight', value)
|
|
1505
1526
|
}),
|
|
1506
|
-
new
|
|
1527
|
+
new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__/* .ColorInput */ .T(this.j, {
|
|
1507
1528
|
label: 'Stroke color',
|
|
1508
1529
|
value: (_b = this.state.strokeColor) !== null && _b !== void 0 ? _b : '#000',
|
|
1509
1530
|
onChange: (value) => this.j.e.fire(this, 'change', 'strokeColor', value)
|
|
@@ -1556,17 +1577,18 @@ UIPolylineEditor = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .gn)([
|
|
|
1556
1577
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1557
1578
|
/* harmony export */ "I": function() { return /* binding */ UIMap; }
|
|
1558
1579
|
/* harmony export */ });
|
|
1559
|
-
/* harmony import */ var
|
|
1580
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(97582);
|
|
1560
1581
|
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
|
|
1561
1582
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75004);
|
|
1562
1583
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
1563
|
-
/* harmony import */ var
|
|
1564
|
-
/* harmony import */ var
|
|
1565
|
-
/* harmony import */ var
|
|
1566
|
-
/* harmony import */ var
|
|
1567
|
-
/* harmony import */ var
|
|
1568
|
-
/* harmony import */ var
|
|
1569
|
-
/* harmony import */ var
|
|
1584
|
+
/* harmony import */ var jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(18002);
|
|
1585
|
+
/* harmony import */ var jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60731);
|
|
1586
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
|
|
1587
|
+
/* 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__);
|
|
1588
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(22709);
|
|
1589
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(52524);
|
|
1590
|
+
/* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(54700);
|
|
1591
|
+
/* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(99331);
|
|
1570
1592
|
/*!
|
|
1571
1593
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1572
1594
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1592,7 +1614,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1592
1614
|
return JSON.stringify(Object.assign(Object.assign({}, this.state), { mode: 'hand' }));
|
|
1593
1615
|
}
|
|
1594
1616
|
onReady() {
|
|
1595
|
-
return (0,
|
|
1617
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__awaiter */ .mG)(this, void 0, void 0, function* () {
|
|
1596
1618
|
yield this.apiLoaded;
|
|
1597
1619
|
const container = this.getElm('map-root');
|
|
1598
1620
|
void 0;
|
|
@@ -1645,7 +1667,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1645
1667
|
this.drawingManager = drawingManager;
|
|
1646
1668
|
google.maps.event.addListener(drawingManager, 'overlaycomplete', (event) => {
|
|
1647
1669
|
if (event.overlay) {
|
|
1648
|
-
|
|
1670
|
+
_modules__WEBPACK_IMPORTED_MODULE_7__/* .addNewInState.call */ .Tf.call(this, event.overlay);
|
|
1649
1671
|
event.overlay.setMap(null);
|
|
1650
1672
|
}
|
|
1651
1673
|
});
|
|
@@ -1671,7 +1693,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1671
1693
|
});
|
|
1672
1694
|
}
|
|
1673
1695
|
mapElements.length = elements.length;
|
|
1674
|
-
elements.forEach((state, index) =>
|
|
1696
|
+
elements.forEach((state, index) => _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__/* .initOrUpdateElementFromState.call */ .O.call(this, state, index));
|
|
1675
1697
|
}
|
|
1676
1698
|
onChangeCenter() {
|
|
1677
1699
|
const center = this.map.getCenter();
|
|
@@ -1696,7 +1718,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1696
1718
|
}
|
|
1697
1719
|
onChangeBound() {
|
|
1698
1720
|
this.options.googleMaps.saveStateInStorage &&
|
|
1699
|
-
this.j.storage.set(
|
|
1721
|
+
this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_9__/* .STORAGE_KEY */ .U, {
|
|
1700
1722
|
center: this.state.center,
|
|
1701
1723
|
size: this.state.size,
|
|
1702
1724
|
zoom: this.state.zoom,
|
|
@@ -1708,7 +1730,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1708
1730
|
onChangeSize() {
|
|
1709
1731
|
const mapSize = this.getElm('map-size');
|
|
1710
1732
|
void 0;
|
|
1711
|
-
(0,
|
|
1733
|
+
(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__/* .css */ .i)(mapSize, {
|
|
1712
1734
|
width: this.state.size[0],
|
|
1713
1735
|
height: this.state.size[1]
|
|
1714
1736
|
});
|
|
@@ -1743,7 +1765,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1743
1765
|
constructor(jodit, state, options) {
|
|
1744
1766
|
super(jodit);
|
|
1745
1767
|
this.options = options;
|
|
1746
|
-
this.toolbar = new
|
|
1768
|
+
this.toolbar = new jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__/* .ToolbarCollection */ .n(this.jodit);
|
|
1747
1769
|
this.state = {
|
|
1748
1770
|
uid: 'jd' + (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)() + new Date().toString().replace(/[^0-9]/g, ''),
|
|
1749
1771
|
layer: this.options.googleMaps.map.layer,
|
|
@@ -1780,31 +1802,31 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1780
1802
|
palette.appendChild(this.toolbar.container);
|
|
1781
1803
|
}
|
|
1782
1804
|
}
|
|
1783
|
-
(0,
|
|
1805
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1784
1806
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.hook)('ready')
|
|
1785
1807
|
], UIMap.prototype, "onReady", null);
|
|
1786
|
-
(0,
|
|
1808
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1787
1809
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('?:changeCreateMode.gm')
|
|
1788
1810
|
], UIMap.prototype, "changeCreateMode", null);
|
|
1789
|
-
(0,
|
|
1811
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1790
1812
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.mode')
|
|
1791
1813
|
], UIMap.prototype, "onChangeMode", null);
|
|
1792
|
-
(0,
|
|
1814
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1793
1815
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.elements')
|
|
1794
1816
|
], UIMap.prototype, "onChangeElementsList", null);
|
|
1795
|
-
(0,
|
|
1817
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1796
1818
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.center'),
|
|
1797
1819
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.wait)((ctx) => ctx.mapInitialized),
|
|
1798
1820
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1799
1821
|
], UIMap.prototype, "onChangeCenter", null);
|
|
1800
|
-
(0,
|
|
1822
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1801
1823
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.zoom'),
|
|
1802
1824
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1803
1825
|
], UIMap.prototype, "onChangeZoom", null);
|
|
1804
|
-
(0,
|
|
1826
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1805
1827
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.controls')
|
|
1806
1828
|
], UIMap.prototype, "onChangeControls", null);
|
|
1807
|
-
(0,
|
|
1829
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1808
1830
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)([
|
|
1809
1831
|
'state.center',
|
|
1810
1832
|
'state.zoom',
|
|
@@ -1816,14 +1838,14 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1816
1838
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.wait)((ctx) => ctx.mapInitialized),
|
|
1817
1839
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1818
1840
|
], UIMap.prototype, "onChangeBound", null);
|
|
1819
|
-
(0,
|
|
1841
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1820
1842
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.size'),
|
|
1821
1843
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1822
1844
|
], UIMap.prototype, "onChangeSize", null);
|
|
1823
|
-
(0,
|
|
1845
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1824
1846
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.type')
|
|
1825
1847
|
], UIMap.prototype, "onChangeMapType", null);
|
|
1826
|
-
(0,
|
|
1848
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1827
1849
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.layer')
|
|
1828
1850
|
], UIMap.prototype, "onChangeLayer", null);
|
|
1829
1851
|
|
|
@@ -1837,7 +1859,7 @@ class UIMap extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .UIGroup */ .qe
|
|
|
1837
1859
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1838
1860
|
/* harmony export */ "T": function() { return /* binding */ addNewInState; }
|
|
1839
1861
|
/* harmony export */ });
|
|
1840
|
-
/* harmony import */ var
|
|
1862
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
1841
1863
|
/*!
|
|
1842
1864
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1843
1865
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1852,7 +1874,7 @@ function addNewInState(mvc) {
|
|
|
1852
1874
|
const { mode } = this.state;
|
|
1853
1875
|
this.state.elements = [
|
|
1854
1876
|
...this.state.elements,
|
|
1855
|
-
Object.assign({ type: mode, coordinates: (0,
|
|
1877
|
+
Object.assign({ type: mode, coordinates: (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(mvc.getPath()) }, this.options.googleMaps.map.defaultStates[mode])
|
|
1856
1878
|
];
|
|
1857
1879
|
break;
|
|
1858
1880
|
}
|
|
@@ -1914,12 +1936,17 @@ function addNewInState(mvc) {
|
|
|
1914
1936
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1915
1937
|
/* harmony export */ "O": function() { return /* binding */ initOrUpdateElementFromState; }
|
|
1916
1938
|
/* harmony export */ });
|
|
1917
|
-
/* harmony import */ var
|
|
1918
|
-
/* harmony import */ var
|
|
1919
|
-
/* harmony import */ var
|
|
1920
|
-
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(81160);
|
|
1939
|
+
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
|
|
1940
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10503);
|
|
1941
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(26239);
|
|
1921
1942
|
/* harmony import */ var _on_change_geometries__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14234);
|
|
1943
|
+
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22425);
|
|
1922
1944
|
/* harmony import */ var _open_props_dialog__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70054);
|
|
1945
|
+
/*!
|
|
1946
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1947
|
+
* See LICENSE.md in the project root for license information.
|
|
1948
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
1949
|
+
*/
|
|
1923
1950
|
|
|
1924
1951
|
|
|
1925
1952
|
|
|
@@ -1951,14 +1978,14 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
1951
1978
|
draggable: true,
|
|
1952
1979
|
label: state.showCaption ? state.title : '',
|
|
1953
1980
|
title: state.title,
|
|
1954
|
-
icon: state.icon ?
|
|
1981
|
+
icon: state.icon ? jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__/* .Icon.get */ .J.get(state.icon) : null,
|
|
1955
1982
|
map: this.map
|
|
1956
1983
|
});
|
|
1957
1984
|
break;
|
|
1958
1985
|
case 'polyline':
|
|
1959
1986
|
case 'polygon':
|
|
1960
1987
|
{
|
|
1961
|
-
const coordinates = (0,
|
|
1988
|
+
const coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__/* .arrayToPath */ .lL)(state.coordinates);
|
|
1962
1989
|
gme = new google.maps[state.type === 'polygon' ? 'Polygon' : 'Polyline']({
|
|
1963
1990
|
path: coordinates,
|
|
1964
1991
|
strokeColor: state.strokeColor,
|
|
@@ -1987,7 +2014,7 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
1987
2014
|
}
|
|
1988
2015
|
const newElm = {
|
|
1989
2016
|
type: state.type,
|
|
1990
|
-
uid: (0,
|
|
2017
|
+
uid: (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)(),
|
|
1991
2018
|
state,
|
|
1992
2019
|
gme
|
|
1993
2020
|
};
|
|
@@ -2015,8 +2042,8 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
2015
2042
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2016
2043
|
/* harmony export */ "w": function() { return /* binding */ onChangeGeometries; }
|
|
2017
2044
|
/* harmony export */ });
|
|
2045
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2018
2046
|
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22425);
|
|
2019
|
-
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2020
2047
|
/*!
|
|
2021
2048
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2022
2049
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2029,7 +2056,7 @@ function onChangeGeometries(newElm, index) {
|
|
|
2029
2056
|
switch (newElm.type) {
|
|
2030
2057
|
case 'polyline':
|
|
2031
2058
|
case 'polygon': {
|
|
2032
|
-
const coordinates = (0,
|
|
2059
|
+
const coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(newElm.gme.getPath()), newState = Object.assign(Object.assign({}, newElm.state), { coordinates });
|
|
2033
2060
|
_update_state_and_gme__WEBPACK_IMPORTED_MODULE_1__/* .updateStateAndGme.call */ .v.call(this, newState, index, true);
|
|
2034
2061
|
break;
|
|
2035
2062
|
}
|
|
@@ -2056,7 +2083,7 @@ function onChangeGeometries(newElm, index) {
|
|
|
2056
2083
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2057
2084
|
/* harmony export */ "B": function() { return /* binding */ openPropsDialog; }
|
|
2058
2085
|
/* harmony export */ });
|
|
2059
|
-
/* harmony import */ var
|
|
2086
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75345);
|
|
2060
2087
|
/* harmony import */ var _remove_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(48207);
|
|
2061
2088
|
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22425);
|
|
2062
2089
|
/*!
|
|
@@ -2084,14 +2111,14 @@ function openPropsDialog(newElm, index) {
|
|
|
2084
2111
|
this.state.mode = 'hand';
|
|
2085
2112
|
switch (newElm.type) {
|
|
2086
2113
|
case 'polyline':
|
|
2087
|
-
editor = new
|
|
2114
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolylineEditor */ .eU(this.jodit, newElm.state, this.options);
|
|
2088
2115
|
break;
|
|
2089
2116
|
case 'marker':
|
|
2090
|
-
editor = new
|
|
2117
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIMarkerEditor */ .Ys(this.jodit, newElm.state, this.options);
|
|
2091
2118
|
break;
|
|
2092
2119
|
case 'circle':
|
|
2093
2120
|
case 'polygon':
|
|
2094
|
-
editor = new
|
|
2121
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolygonEditor */ .yX(this.jodit, newElm.state, this.options);
|
|
2095
2122
|
break;
|
|
2096
2123
|
}
|
|
2097
2124
|
if (!editor) {
|
|
@@ -2159,7 +2186,12 @@ function removeElement(newElm) {
|
|
|
2159
2186
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2160
2187
|
/* harmony export */ "v": function() { return /* binding */ updateStateAndGme; }
|
|
2161
2188
|
/* harmony export */ });
|
|
2162
|
-
/* harmony import */ var
|
|
2189
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2190
|
+
/*!
|
|
2191
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2192
|
+
* See LICENSE.md in the project root for license information.
|
|
2193
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
2194
|
+
*/
|
|
2163
2195
|
|
|
2164
2196
|
function updateStateAndGme(newState, index, silent = false) {
|
|
2165
2197
|
const elm = this.mapElements[index];
|
|
@@ -2196,7 +2228,7 @@ function updateStateAndGme(newState, index, silent = false) {
|
|
|
2196
2228
|
switch (elm.type) {
|
|
2197
2229
|
case 'polygon':
|
|
2198
2230
|
case 'polyline': {
|
|
2199
|
-
elm.gme.setPath((0,
|
|
2231
|
+
elm.gme.setPath((0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .arrayToPath */ .lL)(newValue));
|
|
2200
2232
|
break;
|
|
2201
2233
|
}
|
|
2202
2234
|
}
|
|
@@ -2219,9 +2251,9 @@ function updateStateAndGme(newState, index, silent = false) {
|
|
|
2219
2251
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2220
2252
|
/* harmony export */ "K": function() { return /* binding */ UIMapsControlsForm; }
|
|
2221
2253
|
/* harmony export */ });
|
|
2222
|
-
/* harmony import */ var
|
|
2254
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97582);
|
|
2223
2255
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2224
|
-
/* harmony import */ var
|
|
2256
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(94707);
|
|
2225
2257
|
/*!
|
|
2226
2258
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2227
2259
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2260,8 +2292,8 @@ let UIMapsControlsForm = class UIMapsControlsForm extends jodit_core_ui__WEBPACK
|
|
|
2260
2292
|
this.state.controls = Object.assign(Object.assign({}, this.state.controls), { [key]: value === 'true' });
|
|
2261
2293
|
}
|
|
2262
2294
|
};
|
|
2263
|
-
UIMapsControlsForm = (0,
|
|
2264
|
-
|
|
2295
|
+
UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .gn)([
|
|
2296
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__/* .component */ .w
|
|
2265
2297
|
], UIMapsControlsForm);
|
|
2266
2298
|
|
|
2267
2299
|
|
|
@@ -2276,7 +2308,7 @@ UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)
|
|
|
2276
2308
|
/* harmony export */ });
|
|
2277
2309
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2278
2310
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2279
|
-
/* harmony import */ var
|
|
2311
|
+
/* harmony import */ var jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74833);
|
|
2280
2312
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
2281
2313
|
/*!
|
|
2282
2314
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -2356,14 +2388,14 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2356
2388
|
]);
|
|
2357
2389
|
}
|
|
2358
2390
|
onChangeSize() {
|
|
2359
|
-
const { width, height } = (0,
|
|
2391
|
+
const { width, height } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2360
2392
|
this.state.size = [
|
|
2361
2393
|
parseInt(width === null || width === void 0 ? void 0 : width.value, 10) || 0,
|
|
2362
2394
|
parseInt(height === null || height === void 0 ? void 0 : height.value, 10) || 0
|
|
2363
2395
|
];
|
|
2364
2396
|
}
|
|
2365
2397
|
onExternalChangeSize() {
|
|
2366
|
-
const { width, height } = (0,
|
|
2398
|
+
const { width, height } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2367
2399
|
const [w, h] = this.state.size;
|
|
2368
2400
|
if (w.toString() !== width.value) {
|
|
2369
2401
|
width.value = w.toString();
|
|
@@ -2373,14 +2405,14 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2373
2405
|
}
|
|
2374
2406
|
}
|
|
2375
2407
|
onChangeCenter() {
|
|
2376
|
-
const { lat, lng } = (0,
|
|
2408
|
+
const { lat, lng } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2377
2409
|
this.state.center = [
|
|
2378
2410
|
parseFloat(lat === null || lat === void 0 ? void 0 : lat.value) || 0,
|
|
2379
2411
|
parseFloat(lng === null || lng === void 0 ? void 0 : lng.value) || 0
|
|
2380
2412
|
];
|
|
2381
2413
|
}
|
|
2382
2414
|
onExternalChangeCenter() {
|
|
2383
|
-
const { lat, lng } = (0,
|
|
2415
|
+
const { lat, lng } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2384
2416
|
const [x, y] = this.state.center;
|
|
2385
2417
|
if (x.toString() !== lat.value) {
|
|
2386
2418
|
lat.value = x.toString();
|
|
@@ -2390,13 +2422,13 @@ let UIMapsPropsForm = class UIMapsPropsForm extends jodit_core_ui__WEBPACK_IMPOR
|
|
|
2390
2422
|
}
|
|
2391
2423
|
}
|
|
2392
2424
|
onExternalChangeType() {
|
|
2393
|
-
const { mapType } = (0,
|
|
2425
|
+
const { mapType } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2394
2426
|
if (this.state.type !== mapType.value) {
|
|
2395
2427
|
mapType.value = this.state.type;
|
|
2396
2428
|
}
|
|
2397
2429
|
}
|
|
2398
2430
|
onExternalChangeLayer() {
|
|
2399
|
-
const { layer } = (0,
|
|
2431
|
+
const { layer } = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this);
|
|
2400
2432
|
if (this.state.layer !== layer.value) {
|
|
2401
2433
|
layer.value = this.state.layer;
|
|
2402
2434
|
}
|
|
@@ -2434,11 +2466,12 @@ UIMapsPropsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
2434
2466
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2435
2467
|
/* harmony export */ "d": function() { return /* binding */ UIWysiwyg; }
|
|
2436
2468
|
/* harmony export */ });
|
|
2437
|
-
/* harmony import */ var
|
|
2438
|
-
/* harmony import */ var
|
|
2439
|
-
/* harmony import */ var
|
|
2440
|
-
/* harmony import */ var
|
|
2441
|
-
/* harmony import */ var
|
|
2469
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2470
|
+
/* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84789);
|
|
2471
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94707);
|
|
2472
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
|
|
2473
|
+
/* 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__);
|
|
2474
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53852);
|
|
2442
2475
|
/*!
|
|
2443
2476
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2444
2477
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2450,7 +2483,7 @@ UIMapsPropsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
|
2450
2483
|
|
|
2451
2484
|
|
|
2452
2485
|
|
|
2453
|
-
let UIWysiwyg = class UIWysiwyg extends
|
|
2486
|
+
let UIWysiwyg = class UIWysiwyg extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u {
|
|
2454
2487
|
className() {
|
|
2455
2488
|
return 'UIWysiwyg';
|
|
2456
2489
|
}
|
|
@@ -2458,7 +2491,7 @@ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1
|
|
|
2458
2491
|
super(jodit);
|
|
2459
2492
|
const wysiwyg = this.getElm('editor');
|
|
2460
2493
|
void 0;
|
|
2461
|
-
const editor =
|
|
2494
|
+
const editor = jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.make */ .y.make(wysiwyg, Object.assign({ buttons: ['bold', 'italic', 'image'], height: 100, minHeight: 100, allowResizeY: false, allowResizeX: false, disablePlugins: [
|
|
2462
2495
|
'mobile',
|
|
2463
2496
|
'backup',
|
|
2464
2497
|
'highlight-signature',
|
|
@@ -2475,8 +2508,8 @@ let UIWysiwyg = class UIWysiwyg extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_1
|
|
|
2475
2508
|
</div>`;
|
|
2476
2509
|
}
|
|
2477
2510
|
};
|
|
2478
|
-
UIWysiwyg = (0,
|
|
2479
|
-
|
|
2511
|
+
UIWysiwyg = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
2512
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__/* .component */ .w
|
|
2480
2513
|
], UIWysiwyg);
|
|
2481
2514
|
|
|
2482
2515
|
|