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
|
var UIRange = /** @class */ (function (_super) {
|
|
425
423
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__extends */ .ZT)(UIRange, _super);
|
|
426
424
|
function UIRange(jodit, options) {
|
|
@@ -493,7 +491,7 @@ var UIRange = /** @class */ (function (_super) {
|
|
|
493
491
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['handle:mousedown', 'handle:touchstart'])
|
|
494
492
|
], UIRange.prototype, "onDragStart", null);
|
|
495
493
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
496
|
-
|
|
494
|
+
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
497
495
|
], UIRange.prototype, "onDrag", null);
|
|
498
496
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
499
497
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(['j.ow:mouseup', 'j.ow:touchend'])
|
|
@@ -517,7 +515,7 @@ var UIRange = /** @class */ (function (_super) {
|
|
|
517
515
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
518
516
|
/* harmony export */ "T": function() { return /* binding */ ColorInput; }
|
|
519
517
|
/* harmony export */ });
|
|
520
|
-
/* harmony import */ var
|
|
518
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97582);
|
|
521
519
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
522
520
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(50526);
|
|
523
521
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(95582);
|
|
@@ -525,6 +523,8 @@ var UIRange = /** @class */ (function (_super) {
|
|
|
525
523
|
/* harmony import */ var a_color_picker__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(a_color_picker__WEBPACK_IMPORTED_MODULE_3__);
|
|
526
524
|
/* harmony import */ var jodit_modules__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8079);
|
|
527
525
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(11612);
|
|
526
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(52378);
|
|
527
|
+
/* 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__);
|
|
528
528
|
/*!
|
|
529
529
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
530
530
|
* See LICENSE.md in the project root for license information.
|
|
@@ -540,7 +540,7 @@ var UIRange = /** @class */ (function (_super) {
|
|
|
540
540
|
|
|
541
541
|
|
|
542
542
|
var ColorInput = /** @class */ (function (_super) {
|
|
543
|
-
(0,
|
|
543
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__extends */ .ZT)(ColorInput, _super);
|
|
544
544
|
/** @override */
|
|
545
545
|
function ColorInput(jodit, options) {
|
|
546
546
|
var _this = _super.call(this, jodit, options) || this;
|
|
@@ -602,13 +602,13 @@ var ColorInput = /** @class */ (function (_super) {
|
|
|
602
602
|
(_a = this.popup) === null || _a === void 0 ? void 0 : _a.close();
|
|
603
603
|
}
|
|
604
604
|
};
|
|
605
|
-
(0,
|
|
605
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
606
606
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)(':change')
|
|
607
607
|
], ColorInput.prototype, "onChangeSelfValue", null);
|
|
608
|
-
(0,
|
|
608
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
609
609
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.watch)('nativeInput:keydown')
|
|
610
610
|
], ColorInput.prototype, "onEscKeyDown", null);
|
|
611
|
-
ColorInput = (0,
|
|
611
|
+
ColorInput = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn)([
|
|
612
612
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.component
|
|
613
613
|
], ColorInput);
|
|
614
614
|
return ColorInput;
|
|
@@ -621,20 +621,41 @@ var ColorInput = /** @class */ (function (_super) {
|
|
|
621
621
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
622
622
|
|
|
623
623
|
"use strict";
|
|
624
|
-
/* harmony import */ var
|
|
624
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(10503);
|
|
625
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76941);
|
|
626
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_icon_svg__WEBPACK_IMPORTED_MODULE_1__);
|
|
627
|
+
/* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(13050);
|
|
628
|
+
/* harmony import */ var _hand_svg__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_hand_svg__WEBPACK_IMPORTED_MODULE_2__);
|
|
629
|
+
/* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(35122);
|
|
630
|
+
/* harmony import */ var _polygon_svg__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_polygon_svg__WEBPACK_IMPORTED_MODULE_3__);
|
|
631
|
+
/* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(9472);
|
|
632
|
+
/* harmony import */ var _marker_svg__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_marker_svg__WEBPACK_IMPORTED_MODULE_4__);
|
|
633
|
+
/* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(78400);
|
|
634
|
+
/* harmony import */ var _text_svg__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_text_svg__WEBPACK_IMPORTED_MODULE_5__);
|
|
635
|
+
/* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(56712);
|
|
636
|
+
/* harmony import */ var _polyline_svg__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_polyline_svg__WEBPACK_IMPORTED_MODULE_6__);
|
|
637
|
+
/* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(50403);
|
|
638
|
+
/* harmony import */ var _circle_svg__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_circle_svg__WEBPACK_IMPORTED_MODULE_7__);
|
|
625
639
|
/*!
|
|
626
640
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
627
641
|
* See LICENSE.md in the project root for license information.
|
|
628
642
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
629
643
|
*/
|
|
630
644
|
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon.set */ .J.set('map', (_icon_svg__WEBPACK_IMPORTED_MODULE_1___default()))
|
|
653
|
+
.set('edit-hand', (_hand_svg__WEBPACK_IMPORTED_MODULE_2___default()))
|
|
654
|
+
.set('edit-polygon', (_polygon_svg__WEBPACK_IMPORTED_MODULE_3___default()))
|
|
655
|
+
.set('edit-marker', (_marker_svg__WEBPACK_IMPORTED_MODULE_4___default()))
|
|
656
|
+
.set('edit-text', (_text_svg__WEBPACK_IMPORTED_MODULE_5___default()))
|
|
657
|
+
.set('edit-polyline', (_polyline_svg__WEBPACK_IMPORTED_MODULE_6___default()))
|
|
658
|
+
.set('edit-circle', (_circle_svg__WEBPACK_IMPORTED_MODULE_7___default()));
|
|
638
659
|
|
|
639
660
|
|
|
640
661
|
/***/ }),
|
|
@@ -727,9 +748,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
727
748
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
728
749
|
/* harmony export */ "googleMaps": function() { return /* binding */ googleMaps; }
|
|
729
750
|
/* harmony export */ });
|
|
730
|
-
/* harmony import */ var
|
|
751
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(97582);
|
|
731
752
|
/* harmony import */ var jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7324);
|
|
732
|
-
/* harmony import */ var
|
|
753
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53852);
|
|
733
754
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52524);
|
|
734
755
|
/* harmony import */ var _assets__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(51852);
|
|
735
756
|
/* harmony import */ var jodit_modules_widget__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(68699);
|
|
@@ -739,11 +760,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
739
760
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(50526);
|
|
740
761
|
/* harmony import */ var jodit_modules_dialog_dialog__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(1875);
|
|
741
762
|
/* harmony import */ var _ui__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(40540);
|
|
742
|
-
/* harmony import */ var
|
|
763
|
+
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(26239);
|
|
743
764
|
/* harmony import */ var _helpers_static_url__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3510);
|
|
744
765
|
/* harmony import */ var _ui_combo_box_combo_box__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(97167);
|
|
745
|
-
/* harmony import */ var
|
|
746
|
-
/* harmony import */ var
|
|
766
|
+
/* harmony import */ var _helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(88408);
|
|
767
|
+
/* harmony import */ var _helpers_const__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(22709);
|
|
747
768
|
/*!
|
|
748
769
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
749
770
|
* See LICENSE.md in the project root for license information.
|
|
@@ -768,9 +789,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
768
789
|
|
|
769
790
|
|
|
770
791
|
// @ts-ignore
|
|
771
|
-
window['JoditGoogleReadyHandler'] =
|
|
792
|
+
window['JoditGoogleReadyHandler'] = _helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .GoogleReadyHandler */ .VI;
|
|
772
793
|
var googleMaps = /** @class */ (function (_super) {
|
|
773
|
-
(0,
|
|
794
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__extends */ .ZT)(googleMaps, _super);
|
|
774
795
|
function googleMaps() {
|
|
775
796
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
776
797
|
_this.buttons = [
|
|
@@ -784,7 +805,7 @@ var googleMaps = /** @class */ (function (_super) {
|
|
|
784
805
|
};
|
|
785
806
|
googleMaps.prototype.afterInit = function (jodit) {
|
|
786
807
|
var _this = this;
|
|
787
|
-
jodit.registerCommand(
|
|
808
|
+
jodit.registerCommand(_helpers_const__WEBPACK_IMPORTED_MODULE_15__/* .COMMAND_OPEN_DIALOG */ .o, function () {
|
|
788
809
|
void _this.openMapEditor(null, {});
|
|
789
810
|
});
|
|
790
811
|
};
|
|
@@ -801,20 +822,20 @@ var googleMaps = /** @class */ (function (_super) {
|
|
|
801
822
|
}
|
|
802
823
|
};
|
|
803
824
|
googleMaps.prototype.openMapEditor = function (target, initialState) {
|
|
804
|
-
return (0,
|
|
825
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__awaiter */ .mG)(this, void 0, Promise, function () {
|
|
805
826
|
var jodit, dialog, state, apiUrl, openState, uiMap, search, onCLose;
|
|
806
827
|
var _this = this;
|
|
807
|
-
return (0,
|
|
828
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__generator */ .Jh)(this, function (_a) {
|
|
808
829
|
jodit = this.j;
|
|
809
830
|
dialog = this.getDialog();
|
|
810
831
|
state = this.j.o.googleMaps.saveStateInStorage
|
|
811
|
-
? dialog.storage.get(
|
|
832
|
+
? dialog.storage.get(_helpers_const__WEBPACK_IMPORTED_MODULE_15__/* .STORAGE_KEY */ .U)
|
|
812
833
|
: undefined;
|
|
813
834
|
apiUrl = this.jodit.o.googleMaps.apiUrl;
|
|
814
|
-
if (!(0,
|
|
835
|
+
if (!(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
815
836
|
void (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_6__.appendScriptAsync)(this.jodit, apiUrl.replace(/\${([^}]+)}/g, function (_, key) { var _a; return (_a = _this.get(key)) !== null && _a !== void 0 ? _a : ''; }));
|
|
816
837
|
}
|
|
817
|
-
openState = (0,
|
|
838
|
+
openState = (0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__assign */ .pi)({ type: this.j.o.googleMaps.map.type, layer: this.j.o.googleMaps.map.layer, size: this.j.o.googleMaps.map.size }, state), initialState);
|
|
818
839
|
uiMap = new _ui__WEBPACK_IMPORTED_MODULE_10__/* .UIMap */ .IE(dialog, openState, this.j.options);
|
|
819
840
|
uiMap.container.classList.add(dialog.getFullElName('map'));
|
|
820
841
|
search = new _ui_combo_box_combo_box__WEBPACK_IMPORTED_MODULE_12__/* .UIComboBox */ .Q(jodit, {
|
|
@@ -825,13 +846,13 @@ var googleMaps = /** @class */ (function (_super) {
|
|
|
825
846
|
search.container.classList.add(dialog.getFullElName('search'));
|
|
826
847
|
this.j.async
|
|
827
848
|
.promise(function (resolve) {
|
|
828
|
-
if ((0,
|
|
849
|
+
if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
829
850
|
resolve(0);
|
|
830
851
|
return;
|
|
831
852
|
}
|
|
832
853
|
// TODO - Need check googleReady
|
|
833
854
|
var intervalChecker = function () {
|
|
834
|
-
if ((0,
|
|
855
|
+
if ((0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .isApiAvailable */ .Ez)()) {
|
|
835
856
|
resolve(0);
|
|
836
857
|
}
|
|
837
858
|
else {
|
|
@@ -839,7 +860,7 @@ var googleMaps = /** @class */ (function (_super) {
|
|
|
839
860
|
}
|
|
840
861
|
};
|
|
841
862
|
intervalChecker();
|
|
842
|
-
(0,
|
|
863
|
+
(0,_helpers_helpers__WEBPACK_IMPORTED_MODULE_13__/* .googleReady */ .iE)(resolve);
|
|
843
864
|
})
|
|
844
865
|
.then(function () {
|
|
845
866
|
uiMap.setStatus('ready');
|
|
@@ -871,7 +892,7 @@ var googleMaps = /** @class */ (function (_super) {
|
|
|
871
892
|
}
|
|
872
893
|
}
|
|
873
894
|
dialog
|
|
874
|
-
.setSize.apply(dialog, (0,
|
|
895
|
+
.setSize.apply(dialog, (0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__spreadArray */ .ev)([], (0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__read */ .CR)(jodit.o.googleMaps.dialog.size), false)).setHeader([
|
|
875
896
|
search,
|
|
876
897
|
' ',
|
|
877
898
|
(0,jodit_core_ui_button__WEBPACK_IMPORTED_MODULE_5__/* .Button */ .zx)(jodit, 'eye').onAction(function () {
|
|
@@ -960,22 +981,22 @@ var googleMaps = /** @class */ (function (_super) {
|
|
|
960
981
|
json = JSON.parse(_this.j.ow.atob(jsonB64));
|
|
961
982
|
}
|
|
962
983
|
catch (_a) { }
|
|
963
|
-
return "".concat(_1, " id=\"").concat(json.uid, "\" ").concat(q, "data-google-maps").concat(q, "=").concat(q2).concat(jsonB64).concat(q2).concat(rest).concat((0,
|
|
984
|
+
return "".concat(_1, " id=\"").concat(json.uid, "\" ").concat(q, "data-google-maps").concat(q, "=").concat(q2).concat(jsonB64).concat(q2).concat(rest).concat((0,_helpers_generate_js_script__WEBPACK_IMPORTED_MODULE_16__/* .generateJSScript */ .q)(_this.j, json));
|
|
964
985
|
});
|
|
965
986
|
};
|
|
966
987
|
googleMaps.requires = ['license', 'color-picker'];
|
|
967
|
-
(0,
|
|
988
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__decorate */ .gn)([
|
|
968
989
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)('?:openOnDblClick')
|
|
969
990
|
], googleMaps.prototype, "onOpenOnDblClick", null);
|
|
970
|
-
(0,
|
|
991
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__decorate */ .gn)([
|
|
971
992
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)(':beforeSetNativeEditorValue')
|
|
972
993
|
], googleMaps.prototype, "onBeforeSetNativeEditorValue", null);
|
|
973
|
-
(0,
|
|
994
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_14__/* .__decorate */ .gn)([
|
|
974
995
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_8__.watch)(':afterGetValueFromEditor')
|
|
975
996
|
], googleMaps.prototype, "onAfterGetValueFromEditor", null);
|
|
976
997
|
return googleMaps;
|
|
977
998
|
}(jodit_core_plugin__WEBPACK_IMPORTED_MODULE_0__/* .Plugin */ .S));
|
|
978
|
-
|
|
999
|
+
jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_1__/* .JoditPro.plugins.add */ .y.plugins.add('google-maps', googleMaps);
|
|
979
1000
|
|
|
980
1001
|
|
|
981
1002
|
/***/ }),
|
|
@@ -1006,10 +1027,10 @@ var COMMAND_OPEN_DIALOG = 'googleMapsDialog';
|
|
|
1006
1027
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1007
1028
|
/* harmony export */ "q": function() { return /* binding */ generateJSScript; }
|
|
1008
1029
|
/* harmony export */ });
|
|
1009
|
-
/* harmony import */ var
|
|
1030
|
+
/* harmony import */ var jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(92787);
|
|
1010
1031
|
|
|
1011
1032
|
function generateJSScript(jodit, state) {
|
|
1012
|
-
return "<".concat('script', " class=\"jodit-google-maps-init\" type=\"text/javascript\">\n\t\tvar imgMap = document.getElementById('").concat(state.uid, "'),\n\t\t\tbox = document.createElement('div'),\n\t\t\tmapBox = document.createElement('div'),\n\t\t\tparentBox = imgMap && imgMap.parentNode,\n\t\t\tassign = Object.assign || function (a, b) {\n\t\t\t\treturn Object.keys(b).reduce(function(acc, key) {\n\t\t\t\t\tacc[key] = b[key];\n\t\t\t\t\treturn acc;\n\t\t\t\t}, a)\n\t\t\t};\n\n\t\tbox.id = 'b").concat(state.uid, "';\n\t\tparentBox ? parentBox.insertBefore(box, imgMap) : document.body.appendChild(box);\n\t\timgMap && box.appendChild(imgMap);\n\t\tbox.appendChild(mapBox);\n\n\t\tif (parentBox && parentBox.style.textAlign === 'center') {\n\t\t\tparentBox.style.margin = '0 auto';\n\t\t}\n\n\t\tbox.style.cssText = imgMap.style.cssText;\n\t\tbox.className = imgMap.className;\n\n\t\tvar w = (imgMap && imgMap.offsetWidth) || ").concat(state.size[0], ",\n\t\t\t\th = (imgMap && imgMap.offsetHeight) || ").concat(state.size[1], ";\n\n\t\tassign(box.style, {\n\t\t\tdisplay: !imgMap.style.cssText ? 'inline-block' : undefined,\n\t\t\twidth: w + 'px',\n\t\t\theight: h + 'px',\n\t\t\tposition: 'relative'\n\t\t});\n\n\t\tassign(mapBox.style, {\n\t\t\twidth: w + 'px',\n\t\t\theight: h + 'px',\n\t\t\tposition: 'absolute',\n\t\t\tleft: 0,\n\t\t\ttop: 0\n\t\t});\n\n\t\tfunction CreateGMap").concat(state.uid, "() {\n\t\t\tif (!mapBox) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar map = new google.maps.Map(mapBox, assign({\n\t\t\t\tzoom: ").concat(state.zoom, ",\n\t\t\t\tcenter: { lat: ").concat(state.center[0], ", lng: ").concat(state.center[1], "},\n\t\t\t\tmapType: '").concat(state.type, "'\n\t\t\t}, ").concat(JSON.stringify(state.controls), "));\n\n\t\t\tif (").concat(state.layer !== 'default', ") {\n\t\t\t\tnew google.maps.").concat((0,
|
|
1033
|
+
return "<".concat('script', " class=\"jodit-google-maps-init\" type=\"text/javascript\">\n\t\tvar imgMap = document.getElementById('").concat(state.uid, "'),\n\t\t\tbox = document.createElement('div'),\n\t\t\tmapBox = document.createElement('div'),\n\t\t\tparentBox = imgMap && imgMap.parentNode,\n\t\t\tassign = Object.assign || function (a, b) {\n\t\t\t\treturn Object.keys(b).reduce(function(acc, key) {\n\t\t\t\t\tacc[key] = b[key];\n\t\t\t\t\treturn acc;\n\t\t\t\t}, a)\n\t\t\t};\n\n\t\tbox.id = 'b").concat(state.uid, "';\n\t\tparentBox ? parentBox.insertBefore(box, imgMap) : document.body.appendChild(box);\n\t\timgMap && box.appendChild(imgMap);\n\t\tbox.appendChild(mapBox);\n\n\t\tif (parentBox && parentBox.style.textAlign === 'center') {\n\t\t\tparentBox.style.margin = '0 auto';\n\t\t}\n\n\t\tbox.style.cssText = imgMap.style.cssText;\n\t\tbox.className = imgMap.className;\n\n\t\tvar w = (imgMap && imgMap.offsetWidth) || ").concat(state.size[0], ",\n\t\t\t\th = (imgMap && imgMap.offsetHeight) || ").concat(state.size[1], ";\n\n\t\tassign(box.style, {\n\t\t\tdisplay: !imgMap.style.cssText ? 'inline-block' : undefined,\n\t\t\twidth: w + 'px',\n\t\t\theight: h + 'px',\n\t\t\tposition: 'relative'\n\t\t});\n\n\t\tassign(mapBox.style, {\n\t\t\twidth: w + 'px',\n\t\t\theight: h + 'px',\n\t\t\tposition: 'absolute',\n\t\t\tleft: 0,\n\t\t\ttop: 0\n\t\t});\n\n\t\tfunction CreateGMap").concat(state.uid, "() {\n\t\t\tif (!mapBox) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tvar map = new google.maps.Map(mapBox, assign({\n\t\t\t\tzoom: ").concat(state.zoom, ",\n\t\t\t\tcenter: { lat: ").concat(state.center[0], ", lng: ").concat(state.center[1], "},\n\t\t\t\tmapType: '").concat(state.type, "'\n\t\t\t}, ").concat(JSON.stringify(state.controls), "));\n\n\t\t\tif (").concat(state.layer !== 'default', ") {\n\t\t\t\tnew google.maps.").concat((0,jodit_core_helpers_string_ucfirst__WEBPACK_IMPORTED_MODULE_0__/* .ucfirst */ .P)(state.layer), "Layer().setMap(map);\n\t\t\t}\n\n\t\t\tvar infoWindow = new google.maps.InfoWindow();\n\n\t\t\t").concat(JSON.stringify(state.elements), ".forEach(function (elm) {\n\t\t\t\tswitch (elm.type) {\n\t\t\t\t\tcase 'marker': {\n\t\t\t\t\t\tvar obj = (new google.maps.Marker({\n\t\t\t\t\t\t\tposition: {lat: elm.coordinates[0], lng: elm.coordinates[1]},\n\t\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\t\ttitle: elm.title\n\t\t\t\t\t\t}));\n\n\t\t\t\t\t\telm.text && obj.addListener('click', function () {\n\t\t\t\t\t\t\tinfoWindow.setContent(elm.text);\n\t\t\t\t\t\t\tinfoWindow.open(map, this);\n\t\t\t\t\t\t});\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\tcase 'circle': {\n\t\t\t\t\t\t(new google.maps.Circle({\n\t\t\t\t\t\t\tcenter: {lat: elm.coordinates[0], lng: elm.coordinates[1]},\n\t\t\t\t\t\t\tradius: elm.radius,\n\t\t\t\t\t\t\tstrokeColor: elm.strokeColor,\n\t\t\t\t\t\t\tfillColor: elm.fillColor,\n\t\t\t\t\t\t\tstrokeWeight: elm.strokeWeight,\n\t\t\t\t\t\t\tfillOpacity: elm.fillOpacity,\n\t\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\t}));\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\tcase 'polygon':\n\t\t\t\t\tcase 'polyline': {\n\t\t\t\t\t\tfunction toPath(array) {\n\t\t\t\t\t\t\treturn array.map(function (item) {\n\t\t\t\t\t\t\t\tif (Array.isArray(item[0])) {\n\t\t\t\t\t\t\t\t\treturn toPath(item);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\treturn {lat: item[0], lng: item[1]};\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t(new google.maps[elm.type === 'polyline' ? 'Polyline' : 'Polygon']({\n\t\t\t\t\t\t\tpath: toPath(elm.coordinates),\n\t\t\t\t\t\t\tstrokeColor: elm.strokeColor,\n\t\t\t\t\t\t\tfillColor: elm.fillColor,\n\t\t\t\t\t\t\tstrokeWeight: elm.strokeWeight,\n\t\t\t\t\t\t\tfillOpacity: elm.fillOpacity,\n\t\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\t}));\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\n\t\tif (typeof google !== 'undefined' && typeof google.maps !=='undefined' && typeof google.maps.Map !== 'undefined') {\n\t\t\tCreateGMap").concat(state.uid, "();\n\t\t} else {\n\t\t\tvar scr = document.createElement('script');\n\t\t\tscr.src = 'https://maps.googleapis.com/maps/api/js?key=").concat(
|
|
1013
1034
|
// @ts-ignore
|
|
1014
1035
|
jodit.o.googleMaps.API_KEY, "&language=").concat(jodit.o.language, "&callback=CreateGMap").concat(state.uid, "';\n\t\t\tdocument.appendChild(scr);\n\t\t}\n\t\t/*]]>*/</").concat('script', ">").replace(/[\n\t]+/g, '');
|
|
1015
1036
|
}
|
|
@@ -1024,8 +1045,8 @@ function generateJSScript(jodit, state) {
|
|
|
1024
1045
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1025
1046
|
/* harmony export */ "J": function() { return /* binding */ generateStaticElements; }
|
|
1026
1047
|
/* harmony export */ });
|
|
1048
|
+
/* harmony import */ var jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2547);
|
|
1027
1049
|
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26239);
|
|
1028
|
-
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(95582);
|
|
1029
1050
|
/*!
|
|
1030
1051
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1031
1052
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1043,7 +1064,7 @@ function generateStaticElements(uiMap) {
|
|
|
1043
1064
|
case 'polyline':
|
|
1044
1065
|
return "&path=weight:".concat((_d = elm.strokeWeight) !== null && _d !== void 0 ? _d : 1, "%7Ccolor:").concat((0,_helpers__WEBPACK_IMPORTED_MODULE_1__/* .specialColor */ .n2)((_e = elm.strokeColor) !== null && _e !== void 0 ? _e : '#fff'), "%7Cenc:").concat(google.maps.geometry.encoding.encodePath((0,_helpers__WEBPACK_IMPORTED_MODULE_1__/* .arrayToPath */ .lL)(elm.coordinates)));
|
|
1045
1066
|
case 'marker':
|
|
1046
|
-
return "&markers=color:blue%7Clabel:".concat(encodeURIComponent((0,
|
|
1067
|
+
return "&markers=color:blue%7Clabel:".concat(encodeURIComponent((0,jodit_core_helpers_html_strip_tags__WEBPACK_IMPORTED_MODULE_0__/* .stripTags */ .o)((_f = elm.text) !== null && _f !== void 0 ? _f : '')
|
|
1047
1068
|
.charAt(0)
|
|
1048
1069
|
.toUpperCase()), "%7C").concat(elm.coordinates);
|
|
1049
1070
|
}
|
|
@@ -1287,8 +1308,8 @@ var UIBaseEditor = /** @class */ (function (_super) {
|
|
|
1287
1308
|
/* harmony export */ });
|
|
1288
1309
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
1289
1310
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1290
|
-
/* harmony import */ var
|
|
1291
|
-
/* harmony import */ var
|
|
1311
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_wysiwyg_wysiwyg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(15191);
|
|
1312
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(57144);
|
|
1292
1313
|
/*!
|
|
1293
1314
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1294
1315
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1307,7 +1328,7 @@ var UIMarkerEditor = /** @class */ (function (_super) {
|
|
|
1307
1328
|
var _this = this;
|
|
1308
1329
|
var _a;
|
|
1309
1330
|
_super.prototype.onReady.call(this);
|
|
1310
|
-
var editor = new
|
|
1331
|
+
var 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 : '', function (value) { return _this.j.e.fire(_this, 'change', 'text', value); });
|
|
1311
1332
|
this.append(editor, 'form');
|
|
1312
1333
|
};
|
|
1313
1334
|
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
@@ -1317,7 +1338,7 @@ var UIMarkerEditor = /** @class */ (function (_super) {
|
|
|
1317
1338
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__.component
|
|
1318
1339
|
], UIMarkerEditor);
|
|
1319
1340
|
return UIMarkerEditor;
|
|
1320
|
-
}(
|
|
1341
|
+
}(jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_2__/* .UIBaseEditor */ .z));
|
|
1321
1342
|
|
|
1322
1343
|
|
|
1323
1344
|
/***/ }),
|
|
@@ -1331,9 +1352,9 @@ var UIMarkerEditor = /** @class */ (function (_super) {
|
|
|
1331
1352
|
/* harmony export */ });
|
|
1332
1353
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
1333
1354
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1334
|
-
/* harmony import */ var
|
|
1335
|
-
/* harmony import */ var
|
|
1336
|
-
/* harmony import */ var
|
|
1355
|
+
/* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39445);
|
|
1356
|
+
/* harmony import */ var jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(48163);
|
|
1357
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(93565);
|
|
1337
1358
|
/*!
|
|
1338
1359
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1339
1360
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1353,14 +1374,14 @@ var UIPolygonEditor = /** @class */ (function (_super) {
|
|
|
1353
1374
|
var _this = this;
|
|
1354
1375
|
var _a, _b;
|
|
1355
1376
|
this.append([
|
|
1356
|
-
new
|
|
1377
|
+
new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_1__/* .ColorInput */ .T(this.j, {
|
|
1357
1378
|
label: 'Fill color',
|
|
1358
1379
|
value: (_a = this.state.fillColor) !== null && _a !== void 0 ? _a : '#000',
|
|
1359
1380
|
onChange: function (value) {
|
|
1360
1381
|
return _this.j.e.fire(_this, 'change', 'fillColor', value);
|
|
1361
1382
|
}
|
|
1362
1383
|
}).setMod('trigger', false),
|
|
1363
|
-
new
|
|
1384
|
+
new jodit_pro_core_ui_form_range_range__WEBPACK_IMPORTED_MODULE_2__/* .UIRange */ .W(this.j, {
|
|
1364
1385
|
label: 'Opacity',
|
|
1365
1386
|
min: 0,
|
|
1366
1387
|
max: 1,
|
|
@@ -1378,7 +1399,7 @@ var UIPolygonEditor = /** @class */ (function (_super) {
|
|
|
1378
1399
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__.component
|
|
1379
1400
|
], UIPolygonEditor);
|
|
1380
1401
|
return UIPolygonEditor;
|
|
1381
|
-
}(
|
|
1402
|
+
}(jodit_pro_plugins_google_maps_ui_editors_polyline_polyline__WEBPACK_IMPORTED_MODULE_3__/* .UIPolylineEditor */ .e));
|
|
1382
1403
|
|
|
1383
1404
|
|
|
1384
1405
|
/***/ }),
|
|
@@ -1392,9 +1413,9 @@ var UIPolygonEditor = /** @class */ (function (_super) {
|
|
|
1392
1413
|
/* harmony export */ });
|
|
1393
1414
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97582);
|
|
1394
1415
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50526);
|
|
1395
|
-
/* harmony import */ var
|
|
1396
|
-
/* harmony import */ var
|
|
1397
|
-
/* harmony import */ var
|
|
1416
|
+
/* harmony import */ var jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77902);
|
|
1417
|
+
/* harmony import */ var jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39445);
|
|
1418
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(57144);
|
|
1398
1419
|
/*!
|
|
1399
1420
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1400
1421
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1415,7 +1436,7 @@ var UIPolylineEditor = /** @class */ (function (_super) {
|
|
|
1415
1436
|
var _a, _b;
|
|
1416
1437
|
_super.prototype.onReady.call(this);
|
|
1417
1438
|
this.append([
|
|
1418
|
-
new
|
|
1439
|
+
new jodit_core_ui_form_inputs_input_input__WEBPACK_IMPORTED_MODULE_1__/* .UIInput */ .u(this.j, {
|
|
1419
1440
|
label: 'Stroke weight',
|
|
1420
1441
|
value: (_a = this.state.strokeWeight) !== null && _a !== void 0 ? _a : 1,
|
|
1421
1442
|
type: 'number',
|
|
@@ -1423,7 +1444,7 @@ var UIPolylineEditor = /** @class */ (function (_super) {
|
|
|
1423
1444
|
return _this.j.e.fire(_this, 'change', 'strokeWeight', value);
|
|
1424
1445
|
}
|
|
1425
1446
|
}),
|
|
1426
|
-
new
|
|
1447
|
+
new jodit_pro_plugins_color_picker_ui_input_color_input__WEBPACK_IMPORTED_MODULE_2__/* .ColorInput */ .T(this.j, {
|
|
1427
1448
|
label: 'Stroke color',
|
|
1428
1449
|
value: (_b = this.state.strokeColor) !== null && _b !== void 0 ? _b : '#000',
|
|
1429
1450
|
onChange: function (value) {
|
|
@@ -1439,7 +1460,7 @@ var UIPolylineEditor = /** @class */ (function (_super) {
|
|
|
1439
1460
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_0__.component
|
|
1440
1461
|
], UIPolylineEditor);
|
|
1441
1462
|
return UIPolylineEditor;
|
|
1442
|
-
}(
|
|
1463
|
+
}(jodit_pro_plugins_google_maps_ui_editors_base__WEBPACK_IMPORTED_MODULE_3__/* .UIBaseEditor */ .z));
|
|
1443
1464
|
|
|
1444
1465
|
|
|
1445
1466
|
/***/ }),
|
|
@@ -1479,17 +1500,18 @@ var UIPolylineEditor = /** @class */ (function (_super) {
|
|
|
1479
1500
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1480
1501
|
/* harmony export */ "I": function() { return /* binding */ UIMap; }
|
|
1481
1502
|
/* harmony export */ });
|
|
1482
|
-
/* harmony import */ var
|
|
1503
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(97582);
|
|
1483
1504
|
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
|
|
1484
1505
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75004);
|
|
1485
1506
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
1486
|
-
/* harmony import */ var
|
|
1487
|
-
/* harmony import */ var
|
|
1488
|
-
/* harmony import */ var
|
|
1489
|
-
/* harmony import */ var
|
|
1490
|
-
/* harmony import */ var
|
|
1491
|
-
/* harmony import */ var
|
|
1492
|
-
/* harmony import */ var
|
|
1507
|
+
/* harmony import */ var jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(18002);
|
|
1508
|
+
/* harmony import */ var jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60731);
|
|
1509
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(52378);
|
|
1510
|
+
/* 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__);
|
|
1511
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(22709);
|
|
1512
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(52524);
|
|
1513
|
+
/* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(54700);
|
|
1514
|
+
/* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(99331);
|
|
1493
1515
|
/*!
|
|
1494
1516
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1495
1517
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1508,11 +1530,11 @@ var UIPolylineEditor = /** @class */ (function (_super) {
|
|
|
1508
1530
|
|
|
1509
1531
|
|
|
1510
1532
|
var UIMap = /** @class */ (function (_super) {
|
|
1511
|
-
(0,
|
|
1533
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__extends */ .ZT)(UIMap, _super);
|
|
1512
1534
|
function UIMap(jodit, state, options) {
|
|
1513
1535
|
var _this = _super.call(this, jodit) || this;
|
|
1514
1536
|
_this.options = options;
|
|
1515
|
-
_this.toolbar = new
|
|
1537
|
+
_this.toolbar = new jodit_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_3__/* .ToolbarCollection */ .n(_this.jodit);
|
|
1516
1538
|
_this.state = {
|
|
1517
1539
|
uid: 'jd' + (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)() + new Date().toString().replace(/[^0-9]/g, ''),
|
|
1518
1540
|
layer: _this.options.googleMaps.map.layer,
|
|
@@ -1553,13 +1575,13 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1553
1575
|
return 'UIMap';
|
|
1554
1576
|
};
|
|
1555
1577
|
UIMap.prototype.json = function () {
|
|
1556
|
-
return JSON.stringify((0,
|
|
1578
|
+
return JSON.stringify((0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)({}, this.state), { mode: 'hand' }));
|
|
1557
1579
|
};
|
|
1558
1580
|
UIMap.prototype.onReady = function () {
|
|
1559
|
-
return (0,
|
|
1581
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__awaiter */ .mG)(this, void 0, Promise, function () {
|
|
1560
1582
|
var container;
|
|
1561
1583
|
var _this = this;
|
|
1562
|
-
return (0,
|
|
1584
|
+
return (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__generator */ .Jh)(this, function (_a) {
|
|
1563
1585
|
switch (_a.label) {
|
|
1564
1586
|
case 0: return [4 /*yield*/, this.apiLoaded];
|
|
1565
1587
|
case 1:
|
|
@@ -1611,15 +1633,15 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1611
1633
|
drawingManager.setMap(this.map);
|
|
1612
1634
|
drawingManager.setOptions({
|
|
1613
1635
|
drawingControl: false,
|
|
1614
|
-
polygonOptions: (0,
|
|
1615
|
-
polylineOptions: (0,
|
|
1616
|
-
markerOptions: (0,
|
|
1617
|
-
circleOptions: (0,
|
|
1636
|
+
polygonOptions: (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)({}, this.options.googleMaps.map.defaultStates.polygon), { clickable: true, editable: true }),
|
|
1637
|
+
polylineOptions: (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)({}, this.options.googleMaps.map.defaultStates.polyline), { clickable: true, editable: true }),
|
|
1638
|
+
markerOptions: (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)({}, this.options.googleMaps.map.defaultStates.marker), { clickable: true }),
|
|
1639
|
+
circleOptions: (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__assign */ .pi)({}, this.options.googleMaps.map.defaultStates.circle), { clickable: true, editable: true })
|
|
1618
1640
|
});
|
|
1619
1641
|
this.drawingManager = drawingManager;
|
|
1620
1642
|
google.maps.event.addListener(drawingManager, 'overlaycomplete', function (event) {
|
|
1621
1643
|
if (event.overlay) {
|
|
1622
|
-
|
|
1644
|
+
_modules__WEBPACK_IMPORTED_MODULE_7__/* .addNewInState.call */ .Tf.call(_this, event.overlay);
|
|
1623
1645
|
event.overlay.setMap(null);
|
|
1624
1646
|
}
|
|
1625
1647
|
});
|
|
@@ -1648,7 +1670,7 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1648
1670
|
}
|
|
1649
1671
|
mapElements.length = elements.length;
|
|
1650
1672
|
elements.forEach(function (state, index) {
|
|
1651
|
-
return
|
|
1673
|
+
return _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_6__/* .initOrUpdateElementFromState.call */ .O.call(_this, state, index);
|
|
1652
1674
|
});
|
|
1653
1675
|
};
|
|
1654
1676
|
UIMap.prototype.onChangeCenter = function () {
|
|
@@ -1674,7 +1696,7 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1674
1696
|
};
|
|
1675
1697
|
UIMap.prototype.onChangeBound = function () {
|
|
1676
1698
|
this.options.googleMaps.saveStateInStorage &&
|
|
1677
|
-
this.j.storage.set(
|
|
1699
|
+
this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_9__/* .STORAGE_KEY */ .U, {
|
|
1678
1700
|
center: this.state.center,
|
|
1679
1701
|
size: this.state.size,
|
|
1680
1702
|
zoom: this.state.zoom,
|
|
@@ -1686,7 +1708,7 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1686
1708
|
UIMap.prototype.onChangeSize = function () {
|
|
1687
1709
|
var mapSize = this.getElm('map-size');
|
|
1688
1710
|
void 0;
|
|
1689
|
-
(0,
|
|
1711
|
+
(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__/* .css */ .i)(mapSize, {
|
|
1690
1712
|
width: this.state.size[0],
|
|
1691
1713
|
height: this.state.size[1]
|
|
1692
1714
|
});
|
|
@@ -1715,31 +1737,31 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1715
1737
|
return "<div>\n\t\t\t<div class='&__map-root'></div>\n\t\t\t<div class='&__map-size'></div>\n\t\t\t<div class='&__map-palette'></div>\n\t\t</div>";
|
|
1716
1738
|
};
|
|
1717
1739
|
UIMap.prototype.appendChildToContainer = function () { };
|
|
1718
|
-
(0,
|
|
1740
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1719
1741
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.hook)('ready')
|
|
1720
1742
|
], UIMap.prototype, "onReady", null);
|
|
1721
|
-
(0,
|
|
1743
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1722
1744
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('?:changeCreateMode.gm')
|
|
1723
1745
|
], UIMap.prototype, "changeCreateMode", null);
|
|
1724
|
-
(0,
|
|
1746
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1725
1747
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.mode')
|
|
1726
1748
|
], UIMap.prototype, "onChangeMode", null);
|
|
1727
|
-
(0,
|
|
1749
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1728
1750
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.elements')
|
|
1729
1751
|
], UIMap.prototype, "onChangeElementsList", null);
|
|
1730
|
-
(0,
|
|
1752
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1731
1753
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.center'),
|
|
1732
1754
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.wait)(function (ctx) { return ctx.mapInitialized; }),
|
|
1733
1755
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1734
1756
|
], UIMap.prototype, "onChangeCenter", null);
|
|
1735
|
-
(0,
|
|
1757
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1736
1758
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.zoom'),
|
|
1737
1759
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1738
1760
|
], UIMap.prototype, "onChangeZoom", null);
|
|
1739
|
-
(0,
|
|
1761
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1740
1762
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.controls')
|
|
1741
1763
|
], UIMap.prototype, "onChangeControls", null);
|
|
1742
|
-
(0,
|
|
1764
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1743
1765
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)([
|
|
1744
1766
|
'state.center',
|
|
1745
1767
|
'state.zoom',
|
|
@@ -1751,14 +1773,14 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1751
1773
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.wait)(function (ctx) { return ctx.mapInitialized; }),
|
|
1752
1774
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1753
1775
|
], UIMap.prototype, "onChangeBound", null);
|
|
1754
|
-
(0,
|
|
1776
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1755
1777
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.size'),
|
|
1756
1778
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.debounce)()
|
|
1757
1779
|
], UIMap.prototype, "onChangeSize", null);
|
|
1758
|
-
(0,
|
|
1780
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1759
1781
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.type')
|
|
1760
1782
|
], UIMap.prototype, "onChangeMapType", null);
|
|
1761
|
-
(0,
|
|
1783
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .gn)([
|
|
1762
1784
|
(0,jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.watch)('state.layer')
|
|
1763
1785
|
], UIMap.prototype, "onChangeLayer", null);
|
|
1764
1786
|
return UIMap;
|
|
@@ -1775,7 +1797,7 @@ var UIMap = /** @class */ (function (_super) {
|
|
|
1775
1797
|
/* harmony export */ "T": function() { return /* binding */ addNewInState; }
|
|
1776
1798
|
/* harmony export */ });
|
|
1777
1799
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(97582);
|
|
1778
|
-
/* harmony import */ var
|
|
1800
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26239);
|
|
1779
1801
|
/*!
|
|
1780
1802
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1781
1803
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1790,7 +1812,7 @@ function addNewInState(mvc) {
|
|
|
1790
1812
|
case 'polygon': {
|
|
1791
1813
|
var mode = this.state.mode;
|
|
1792
1814
|
this.state.elements = (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spreadArray */ .ev)((0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__spreadArray */ .ev)([], (0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__read */ .CR)(this.state.elements), false), [
|
|
1793
|
-
(0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({ type: mode, coordinates: (0,
|
|
1815
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__assign */ .pi)({ type: mode, coordinates: (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_1__/* .pathToArray */ .NI)(mvc.getPath()) }, this.options.googleMaps.map.defaultStates[mode])
|
|
1794
1816
|
], false);
|
|
1795
1817
|
break;
|
|
1796
1818
|
}
|
|
@@ -1850,12 +1872,17 @@ function addNewInState(mvc) {
|
|
|
1850
1872
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1851
1873
|
/* harmony export */ "O": function() { return /* binding */ initOrUpdateElementFromState; }
|
|
1852
1874
|
/* harmony export */ });
|
|
1853
|
-
/* harmony import */ var
|
|
1854
|
-
/* harmony import */ var
|
|
1855
|
-
/* harmony import */ var
|
|
1856
|
-
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(81160);
|
|
1875
|
+
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81160);
|
|
1876
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10503);
|
|
1877
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(26239);
|
|
1857
1878
|
/* harmony import */ var _on_change_geometries__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14234);
|
|
1879
|
+
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(22425);
|
|
1858
1880
|
/* harmony import */ var _open_props_dialog__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(70054);
|
|
1881
|
+
/*!
|
|
1882
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1883
|
+
* See LICENSE.md in the project root for license information.
|
|
1884
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
1885
|
+
*/
|
|
1859
1886
|
|
|
1860
1887
|
|
|
1861
1888
|
|
|
@@ -1888,14 +1915,14 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
1888
1915
|
draggable: true,
|
|
1889
1916
|
label: state.showCaption ? state.title : '',
|
|
1890
1917
|
title: state.title,
|
|
1891
|
-
icon: state.icon ?
|
|
1918
|
+
icon: state.icon ? jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__/* .Icon.get */ .J.get(state.icon) : null,
|
|
1892
1919
|
map: this.map
|
|
1893
1920
|
});
|
|
1894
1921
|
break;
|
|
1895
1922
|
case 'polyline':
|
|
1896
1923
|
case 'polygon':
|
|
1897
1924
|
{
|
|
1898
|
-
var coordinates = (0,
|
|
1925
|
+
var coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_4__/* .arrayToPath */ .lL)(state.coordinates);
|
|
1899
1926
|
gme = new google.maps[state.type === 'polygon' ? 'Polygon' : 'Polyline']({
|
|
1900
1927
|
path: coordinates,
|
|
1901
1928
|
strokeColor: state.strokeColor,
|
|
@@ -1924,7 +1951,7 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
1924
1951
|
}
|
|
1925
1952
|
var newElm = {
|
|
1926
1953
|
type: state.type,
|
|
1927
|
-
uid: (0,
|
|
1954
|
+
uid: (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .uniqueUid */ .fe)(),
|
|
1928
1955
|
state: state,
|
|
1929
1956
|
gme: gme
|
|
1930
1957
|
};
|
|
@@ -1961,8 +1988,8 @@ function initOrUpdateElementFromState(state, index) {
|
|
|
1961
1988
|
/* harmony export */ "w": function() { return /* binding */ onChangeGeometries; }
|
|
1962
1989
|
/* harmony export */ });
|
|
1963
1990
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97582);
|
|
1991
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
1964
1992
|
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22425);
|
|
1965
|
-
/* harmony import */ var _helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
1966
1993
|
/*!
|
|
1967
1994
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
1968
1995
|
* See LICENSE.md in the project root for license information.
|
|
@@ -1976,7 +2003,7 @@ function onChangeGeometries(newElm, index) {
|
|
|
1976
2003
|
switch (newElm.type) {
|
|
1977
2004
|
case 'polyline':
|
|
1978
2005
|
case 'polygon': {
|
|
1979
|
-
var coordinates = (0,
|
|
2006
|
+
var coordinates = (0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .pathToArray */ .NI)(newElm.gme.getPath()), newState = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)({}, newElm.state), { coordinates: coordinates });
|
|
1980
2007
|
_update_state_and_gme__WEBPACK_IMPORTED_MODULE_2__/* .updateStateAndGme.call */ .v.call(this, newState, index, true);
|
|
1981
2008
|
break;
|
|
1982
2009
|
}
|
|
@@ -2004,7 +2031,7 @@ function onChangeGeometries(newElm, index) {
|
|
|
2004
2031
|
/* harmony export */ "B": function() { return /* binding */ openPropsDialog; }
|
|
2005
2032
|
/* harmony export */ });
|
|
2006
2033
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2007
|
-
/* harmony import */ var
|
|
2034
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75345);
|
|
2008
2035
|
/* harmony import */ var _remove_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(48207);
|
|
2009
2036
|
/* harmony import */ var _update_state_and_gme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22425);
|
|
2010
2037
|
/*!
|
|
@@ -2035,14 +2062,14 @@ function openPropsDialog(newElm, index) {
|
|
|
2035
2062
|
this.state.mode = 'hand';
|
|
2036
2063
|
switch (newElm.type) {
|
|
2037
2064
|
case 'polyline':
|
|
2038
|
-
editor = new
|
|
2065
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolylineEditor */ .eU(this.jodit, newElm.state, this.options);
|
|
2039
2066
|
break;
|
|
2040
2067
|
case 'marker':
|
|
2041
|
-
editor = new
|
|
2068
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIMarkerEditor */ .Ys(this.jodit, newElm.state, this.options);
|
|
2042
2069
|
break;
|
|
2043
2070
|
case 'circle':
|
|
2044
2071
|
case 'polygon':
|
|
2045
|
-
editor = new
|
|
2072
|
+
editor = new jodit_pro_plugins_google_maps_ui_editors__WEBPACK_IMPORTED_MODULE_0__/* .UIPolygonEditor */ .yX(this.jodit, newElm.state, this.options);
|
|
2046
2073
|
break;
|
|
2047
2074
|
}
|
|
2048
2075
|
if (!editor) {
|
|
@@ -2113,7 +2140,12 @@ function removeElement(newElm) {
|
|
|
2113
2140
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2114
2141
|
/* harmony export */ "v": function() { return /* binding */ updateStateAndGme; }
|
|
2115
2142
|
/* harmony export */ });
|
|
2116
|
-
/* harmony import */ var
|
|
2143
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(26239);
|
|
2144
|
+
/*!
|
|
2145
|
+
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2146
|
+
* See LICENSE.md in the project root for license information.
|
|
2147
|
+
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
2148
|
+
*/
|
|
2117
2149
|
|
|
2118
2150
|
function updateStateAndGme(newState, index, silent) {
|
|
2119
2151
|
var _a;
|
|
@@ -2152,7 +2184,7 @@ function updateStateAndGme(newState, index, silent) {
|
|
|
2152
2184
|
switch (elm.type) {
|
|
2153
2185
|
case 'polygon':
|
|
2154
2186
|
case 'polyline': {
|
|
2155
|
-
elm.gme.setPath((0,
|
|
2187
|
+
elm.gme.setPath((0,jodit_pro_plugins_google_maps_helpers_helpers__WEBPACK_IMPORTED_MODULE_0__/* .arrayToPath */ .lL)(newValue));
|
|
2156
2188
|
break;
|
|
2157
2189
|
}
|
|
2158
2190
|
}
|
|
@@ -2175,9 +2207,9 @@ function updateStateAndGme(newState, index, silent) {
|
|
|
2175
2207
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2176
2208
|
/* harmony export */ "K": function() { return /* binding */ UIMapsControlsForm; }
|
|
2177
2209
|
/* harmony export */ });
|
|
2178
|
-
/* harmony import */ var
|
|
2210
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97582);
|
|
2179
2211
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2180
|
-
/* harmony import */ var
|
|
2212
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(94707);
|
|
2181
2213
|
/*!
|
|
2182
2214
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2183
2215
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2188,7 +2220,7 @@ function updateStateAndGme(newState, index, silent) {
|
|
|
2188
2220
|
|
|
2189
2221
|
|
|
2190
2222
|
var UIMapsControlsForm = /** @class */ (function (_super) {
|
|
2191
|
-
(0,
|
|
2223
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__extends */ .ZT)(UIMapsControlsForm, _super);
|
|
2192
2224
|
function UIMapsControlsForm(jodit, state) {
|
|
2193
2225
|
var _this = _super.call(this, jodit) || this;
|
|
2194
2226
|
_this.state = state;
|
|
@@ -2218,10 +2250,10 @@ var UIMapsControlsForm = /** @class */ (function (_super) {
|
|
|
2218
2250
|
};
|
|
2219
2251
|
UIMapsControlsForm.prototype.onChangeSize = function (key, value) {
|
|
2220
2252
|
var _a;
|
|
2221
|
-
this.state.controls = (0,
|
|
2253
|
+
this.state.controls = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)((0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__assign */ .pi)({}, this.state.controls), (_a = {}, _a[key] = value === 'true', _a));
|
|
2222
2254
|
};
|
|
2223
|
-
UIMapsControlsForm = (0,
|
|
2224
|
-
|
|
2255
|
+
UIMapsControlsForm = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .gn)([
|
|
2256
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_2__/* .component */ .w
|
|
2225
2257
|
], UIMapsControlsForm);
|
|
2226
2258
|
return UIMapsControlsForm;
|
|
2227
2259
|
}(jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIForm */ .x4));
|
|
@@ -2238,7 +2270,7 @@ var UIMapsControlsForm = /** @class */ (function (_super) {
|
|
|
2238
2270
|
/* harmony export */ });
|
|
2239
2271
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2240
2272
|
/* harmony import */ var jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(75004);
|
|
2241
|
-
/* harmony import */ var
|
|
2273
|
+
/* harmony import */ var jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(74833);
|
|
2242
2274
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(50526);
|
|
2243
2275
|
/*!
|
|
2244
2276
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
@@ -2323,7 +2355,7 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2323
2355
|
};
|
|
2324
2356
|
UIMapsPropsForm.prototype.onChangeSize = function () {
|
|
2325
2357
|
var _a;
|
|
2326
|
-
var width = (_a = (0,
|
|
2358
|
+
var width = (_a = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this), _a.width), height = _a.height;
|
|
2327
2359
|
this.state.size = [
|
|
2328
2360
|
parseInt(width === null || width === void 0 ? void 0 : width.value, 10) || 0,
|
|
2329
2361
|
parseInt(height === null || height === void 0 ? void 0 : height.value, 10) || 0
|
|
@@ -2331,7 +2363,7 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2331
2363
|
};
|
|
2332
2364
|
UIMapsPropsForm.prototype.onExternalChangeSize = function () {
|
|
2333
2365
|
var _a, _b;
|
|
2334
|
-
var width = (_a = (0,
|
|
2366
|
+
var width = (_a = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this), _a.width), height = _a.height;
|
|
2335
2367
|
var w = (_b = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__read */ .CR)(this.state.size, 2), _b[0]), h = _b[1];
|
|
2336
2368
|
if (w.toString() !== width.value) {
|
|
2337
2369
|
width.value = w.toString();
|
|
@@ -2342,7 +2374,7 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2342
2374
|
};
|
|
2343
2375
|
UIMapsPropsForm.prototype.onChangeCenter = function () {
|
|
2344
2376
|
var _a;
|
|
2345
|
-
var lat = (_a = (0,
|
|
2377
|
+
var lat = (_a = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this), _a.lat), lng = _a.lng;
|
|
2346
2378
|
this.state.center = [
|
|
2347
2379
|
parseFloat(lat === null || lat === void 0 ? void 0 : lat.value) || 0,
|
|
2348
2380
|
parseFloat(lng === null || lng === void 0 ? void 0 : lng.value) || 0
|
|
@@ -2350,7 +2382,7 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2350
2382
|
};
|
|
2351
2383
|
UIMapsPropsForm.prototype.onExternalChangeCenter = function () {
|
|
2352
2384
|
var _a, _b;
|
|
2353
|
-
var lat = (_a = (0,
|
|
2385
|
+
var lat = (_a = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this), _a.lat), lng = _a.lng;
|
|
2354
2386
|
var x = (_b = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__read */ .CR)(this.state.center, 2), _b[0]), y = _b[1];
|
|
2355
2387
|
if (x.toString() !== lat.value) {
|
|
2356
2388
|
lat.value = x.toString();
|
|
@@ -2360,13 +2392,13 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2360
2392
|
}
|
|
2361
2393
|
};
|
|
2362
2394
|
UIMapsPropsForm.prototype.onExternalChangeType = function () {
|
|
2363
|
-
var mapType = (0,
|
|
2395
|
+
var mapType = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this).mapType;
|
|
2364
2396
|
if (this.state.type !== mapType.value) {
|
|
2365
2397
|
mapType.value = this.state.type;
|
|
2366
2398
|
}
|
|
2367
2399
|
};
|
|
2368
2400
|
UIMapsPropsForm.prototype.onExternalChangeLayer = function () {
|
|
2369
|
-
var layer = (0,
|
|
2401
|
+
var layer = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_1__/* .refs */ .xL)(this).layer;
|
|
2370
2402
|
if (this.state.layer !== layer.value) {
|
|
2371
2403
|
layer.value = this.state.layer;
|
|
2372
2404
|
}
|
|
@@ -2405,11 +2437,12 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2405
2437
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2406
2438
|
/* harmony export */ "d": function() { return /* binding */ UIWysiwyg; }
|
|
2407
2439
|
/* harmony export */ });
|
|
2408
|
-
/* harmony import */ var
|
|
2409
|
-
/* harmony import */ var
|
|
2410
|
-
/* harmony import */ var
|
|
2411
|
-
/* harmony import */ var
|
|
2412
|
-
/* harmony import */ var
|
|
2440
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(97582);
|
|
2441
|
+
/* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84789);
|
|
2442
|
+
/* harmony import */ var jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94707);
|
|
2443
|
+
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(52378);
|
|
2444
|
+
/* 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__);
|
|
2445
|
+
/* harmony import */ var jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(53852);
|
|
2413
2446
|
/*!
|
|
2414
2447
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
2415
2448
|
* See LICENSE.md in the project root for license information.
|
|
@@ -2422,12 +2455,12 @@ var UIMapsPropsForm = /** @class */ (function (_super) {
|
|
|
2422
2455
|
|
|
2423
2456
|
|
|
2424
2457
|
var UIWysiwyg = /** @class */ (function (_super) {
|
|
2425
|
-
(0,
|
|
2458
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__extends */ .ZT)(UIWysiwyg, _super);
|
|
2426
2459
|
function UIWysiwyg(jodit, options, value, onChange) {
|
|
2427
2460
|
var _this = _super.call(this, jodit) || this;
|
|
2428
2461
|
var wysiwyg = _this.getElm('editor');
|
|
2429
2462
|
void 0;
|
|
2430
|
-
var editor =
|
|
2463
|
+
var editor = jodit_pro_jodit_pro__WEBPACK_IMPORTED_MODULE_2__/* .JoditPro.make */ .y.make(wysiwyg, (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__assign */ .pi)({ buttons: ['bold', 'italic', 'image'], height: 100, minHeight: 100, allowResizeY: false, allowResizeX: false, disablePlugins: [
|
|
2431
2464
|
'mobile',
|
|
2432
2465
|
'backup',
|
|
2433
2466
|
'highlight-signature',
|
|
@@ -2444,11 +2477,11 @@ var UIWysiwyg = /** @class */ (function (_super) {
|
|
|
2444
2477
|
UIWysiwyg.prototype.render = function () {
|
|
2445
2478
|
return "<div>\n\t\t\t<div class='&__label'>~Info~</div>\n\t\t\t<div class='&__editor'></div>\n\t\t</div>";
|
|
2446
2479
|
};
|
|
2447
|
-
UIWysiwyg = (0,
|
|
2448
|
-
|
|
2480
|
+
UIWysiwyg = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .gn)([
|
|
2481
|
+
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_4__/* .component */ .w
|
|
2449
2482
|
], UIWysiwyg);
|
|
2450
2483
|
return UIWysiwyg;
|
|
2451
|
-
}(
|
|
2484
|
+
}(jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_0__/* .UIElement */ .u));
|
|
2452
2485
|
|
|
2453
2486
|
|
|
2454
2487
|
/***/ })
|