jodit-pro 4.8.14 → 4.9.2
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/CHANGELOG.md +44 -1
- package/es2015/jodit.css +2 -2
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +38 -38
- package/es2015/jodit.js +531 -448
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +17 -17
- package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
- package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.js +2282 -2279
- package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
- package/es2015/plugins/ai-assistant-pro/ai-assistant-pro.min.js +11 -11
- package/es2015/plugins/autocomplete/autocomplete.js +1 -1
- package/es2015/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2015/plugins/backup/backup.css +1 -1
- package/es2015/plugins/backup/backup.js +1 -1
- package/es2015/plugins/backup/backup.min.js +1 -1
- package/es2015/plugins/button-generator/button-generator.css +1 -1
- package/es2015/plugins/button-generator/button-generator.js +1 -1
- package/es2015/plugins/button-generator/button-generator.min.js +1 -1
- package/es2015/plugins/change-case/change-case.js +1 -1
- package/es2015/plugins/change-case/change-case.min.js +1 -1
- package/es2015/plugins/color-picker/color-picker.css +1 -1
- package/es2015/plugins/color-picker/color-picker.js +1 -1
- package/es2015/plugins/color-picker/color-picker.min.js +1 -1
- package/es2015/plugins/emoji/emoji.css +1 -1
- package/es2015/plugins/emoji/emoji.js +1 -1
- package/es2015/plugins/emoji/emoji.min.js +1 -1
- package/es2015/plugins/export-docs/export-docs.js +1 -1
- package/es2015/plugins/export-docs/export-docs.min.js +1 -1
- package/es2015/plugins/finder/finder.css +1 -1
- package/es2015/plugins/finder/finder.js +2 -2
- 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 +52 -59
- package/es2015/plugins/google-maps/google-maps.min.js +6 -6
- package/es2015/plugins/google-search/google-search.js +1 -1
- package/es2015/plugins/google-search/google-search.min.js +1 -1
- package/es2015/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2015/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2015/plugins/keyboard/keyboard.css +1 -1
- package/es2015/plugins/keyboard/keyboard.js +1 -1
- package/es2015/plugins/keyboard/keyboard.min.js +1 -1
- package/es2015/plugins/mobile-view/mobile-view.js +4 -1
- package/es2015/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2015/plugins/page-break/page-break.js +4 -1
- package/es2015/plugins/page-break/page-break.min.js +3 -3
- package/es2015/plugins/paste-code/paste-code.css +1 -1
- package/es2015/plugins/paste-code/paste-code.js +4 -1
- package/es2015/plugins/paste-code/paste-code.min.js +2 -2
- package/es2015/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2015/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2015/plugins/show-blocks/show-blocks.js +1 -1
- package/es2015/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2015/plugins/todo-list/todo-list.css +1 -1
- package/es2015/plugins/todo-list/todo-list.js +1 -1
- package/es2015/plugins/todo-list/todo-list.min.js +1 -1
- package/es2015/plugins/translate/translate.css +1 -1
- package/es2015/plugins/translate/translate.js +1 -1
- package/es2015/plugins/translate/translate.min.js +1 -1
- package/es2015/plugins/tune-block/tune-block.css +1 -1
- package/es2015/plugins/tune-block/tune-block.js +1 -1
- package/es2015/plugins/tune-block/tune-block.min.js +1 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +32 -32
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +17 -17
- package/es2018/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
- package/es2018/plugins/ai-assistant-pro/ai-assistant-pro.min.js +6 -6
- package/es2018/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2018/plugins/backup/backup.min.js +1 -1
- package/es2018/plugins/button-generator/button-generator.min.js +1 -1
- package/es2018/plugins/change-case/change-case.min.js +1 -1
- package/es2018/plugins/color-picker/color-picker.min.js +1 -1
- package/es2018/plugins/emoji/emoji.min.js +1 -1
- package/es2018/plugins/export-docs/export-docs.min.js +1 -1
- package/es2018/plugins/finder/finder.min.js +2 -2
- package/es2018/plugins/google-maps/google-maps.min.js +6 -6
- package/es2018/plugins/google-search/google-search.min.js +1 -1
- package/es2018/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2018/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2018/plugins/keyboard/keyboard.min.js +1 -1
- package/es2018/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2018/plugins/page-break/page-break.min.js +3 -3
- package/es2018/plugins/paste-code/paste-code.min.js +2 -2
- package/es2018/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2018/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2018/plugins/todo-list/todo-list.min.js +1 -1
- package/es2018/plugins/translate/translate.min.js +1 -1
- package/es2018/plugins/tune-block/tune-block.min.js +1 -1
- package/es2021/jodit.css +2 -2
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +36 -36
- package/es2021/jodit.js +531 -448
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +21 -21
- package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
- package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.js +4901 -4898
- package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
- package/es2021/plugins/ai-assistant-pro/ai-assistant-pro.min.js +28 -28
- package/es2021/plugins/autocomplete/autocomplete.js +1 -1
- package/es2021/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2021/plugins/backup/backup.css +1 -1
- package/es2021/plugins/backup/backup.js +1 -1
- package/es2021/plugins/backup/backup.min.js +1 -1
- package/es2021/plugins/button-generator/button-generator.css +1 -1
- package/es2021/plugins/button-generator/button-generator.js +1 -1
- package/es2021/plugins/button-generator/button-generator.min.js +1 -1
- package/es2021/plugins/change-case/change-case.js +1 -1
- package/es2021/plugins/change-case/change-case.min.js +1 -1
- package/es2021/plugins/color-picker/color-picker.css +1 -1
- package/es2021/plugins/color-picker/color-picker.js +1 -1
- package/es2021/plugins/color-picker/color-picker.min.js +1 -1
- package/es2021/plugins/emoji/emoji.css +1 -1
- package/es2021/plugins/emoji/emoji.js +1 -1
- package/es2021/plugins/emoji/emoji.min.js +1 -1
- package/es2021/plugins/export-docs/export-docs.js +1 -1
- package/es2021/plugins/export-docs/export-docs.min.js +1 -1
- package/es2021/plugins/finder/finder.css +1 -1
- package/es2021/plugins/finder/finder.js +2 -2
- 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 +52 -59
- package/es2021/plugins/google-maps/google-maps.min.js +7 -7
- package/es2021/plugins/google-search/google-search.js +1 -1
- package/es2021/plugins/google-search/google-search.min.js +1 -1
- package/es2021/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2021/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2021/plugins/keyboard/keyboard.css +1 -1
- package/es2021/plugins/keyboard/keyboard.js +1 -1
- package/es2021/plugins/keyboard/keyboard.min.js +1 -1
- package/es2021/plugins/mobile-view/mobile-view.js +4 -1
- package/es2021/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2021/plugins/page-break/page-break.js +4 -1
- package/es2021/plugins/page-break/page-break.min.js +3 -3
- package/es2021/plugins/paste-code/paste-code.css +1 -1
- package/es2021/plugins/paste-code/paste-code.js +4 -1
- package/es2021/plugins/paste-code/paste-code.min.js +2 -2
- package/es2021/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2021/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2021/plugins/show-blocks/show-blocks.js +1 -1
- package/es2021/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2021/plugins/todo-list/todo-list.css +1 -1
- package/es2021/plugins/todo-list/todo-list.js +1 -1
- package/es2021/plugins/todo-list/todo-list.min.js +1 -1
- package/es2021/plugins/translate/translate.css +1 -1
- package/es2021/plugins/translate/translate.js +1 -1
- package/es2021/plugins/translate/translate.min.js +1 -1
- package/es2021/plugins/tune-block/tune-block.css +1 -1
- package/es2021/plugins/tune-block/tune-block.js +1 -1
- package/es2021/plugins/tune-block/tune-block.min.js +1 -1
- package/es2021.en/jodit.css +2 -2
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +36 -36
- package/es2021.en/jodit.js +531 -448
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +21 -21
- package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
- package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.js +4779 -4776
- package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
- package/es2021.en/plugins/ai-assistant-pro/ai-assistant-pro.min.js +6 -6
- package/es2021.en/plugins/autocomplete/autocomplete.js +1 -1
- package/es2021.en/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es2021.en/plugins/backup/backup.css +1 -1
- package/es2021.en/plugins/backup/backup.js +1 -1
- package/es2021.en/plugins/backup/backup.min.js +1 -1
- package/es2021.en/plugins/button-generator/button-generator.css +1 -1
- package/es2021.en/plugins/button-generator/button-generator.js +1 -1
- package/es2021.en/plugins/button-generator/button-generator.min.js +1 -1
- package/es2021.en/plugins/change-case/change-case.js +1 -1
- package/es2021.en/plugins/change-case/change-case.min.js +1 -1
- package/es2021.en/plugins/color-picker/color-picker.css +1 -1
- package/es2021.en/plugins/color-picker/color-picker.js +1 -1
- package/es2021.en/plugins/color-picker/color-picker.min.js +1 -1
- package/es2021.en/plugins/emoji/emoji.css +1 -1
- package/es2021.en/plugins/emoji/emoji.js +1 -1
- package/es2021.en/plugins/emoji/emoji.min.js +1 -1
- package/es2021.en/plugins/export-docs/export-docs.js +1 -1
- package/es2021.en/plugins/export-docs/export-docs.min.js +1 -1
- package/es2021.en/plugins/finder/finder.css +1 -1
- package/es2021.en/plugins/finder/finder.js +2 -2
- 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 +52 -59
- package/es2021.en/plugins/google-maps/google-maps.min.js +7 -7
- package/es2021.en/plugins/google-search/google-search.js +1 -1
- package/es2021.en/plugins/google-search/google-search.min.js +1 -1
- package/es2021.en/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es2021.en/plugins/keyboard/keyboard.css +1 -1
- package/es2021.en/plugins/keyboard/keyboard.js +1 -1
- package/es2021.en/plugins/keyboard/keyboard.min.js +1 -1
- package/es2021.en/plugins/mobile-view/mobile-view.js +4 -1
- package/es2021.en/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2021.en/plugins/page-break/page-break.js +4 -1
- package/es2021.en/plugins/page-break/page-break.min.js +3 -3
- package/es2021.en/plugins/paste-code/paste-code.css +1 -1
- package/es2021.en/plugins/paste-code/paste-code.js +4 -1
- package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
- package/es2021.en/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es2021.en/plugins/show-blocks/show-blocks.js +1 -1
- package/es2021.en/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es2021.en/plugins/todo-list/todo-list.css +1 -1
- package/es2021.en/plugins/todo-list/todo-list.js +1 -1
- package/es2021.en/plugins/todo-list/todo-list.min.js +1 -1
- package/es2021.en/plugins/translate/translate.css +1 -1
- package/es2021.en/plugins/translate/translate.js +1 -1
- package/es2021.en/plugins/translate/translate.min.js +1 -1
- package/es2021.en/plugins/tune-block/tune-block.css +1 -1
- package/es2021.en/plugins/tune-block/tune-block.js +1 -1
- package/es2021.en/plugins/tune-block/tune-block.min.js +1 -1
- package/es5/jodit.css +3 -3
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +546 -458
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/ai-assistant-pro/ai-assistant-pro.css +376 -406
- package/es5/plugins/ai-assistant-pro/ai-assistant-pro.js +2121 -2121
- package/es5/plugins/ai-assistant-pro/ai-assistant-pro.min.css +1 -1
- package/es5/plugins/ai-assistant-pro/ai-assistant-pro.min.js +2 -2
- package/es5/plugins/autocomplete/autocomplete.js +1 -1
- package/es5/plugins/autocomplete/autocomplete.min.js +1 -1
- package/es5/plugins/backup/backup.css +1 -1
- package/es5/plugins/backup/backup.js +1 -1
- package/es5/plugins/backup/backup.min.js +1 -1
- package/es5/plugins/button-generator/button-generator.css +1 -1
- package/es5/plugins/button-generator/button-generator.js +1 -1
- package/es5/plugins/button-generator/button-generator.min.js +1 -1
- package/es5/plugins/change-case/change-case.js +1 -1
- package/es5/plugins/change-case/change-case.min.js +1 -1
- package/es5/plugins/color-picker/color-picker.css +1 -1
- package/es5/plugins/color-picker/color-picker.js +1 -1
- package/es5/plugins/color-picker/color-picker.min.js +1 -1
- package/es5/plugins/emoji/emoji.css +1 -1
- package/es5/plugins/emoji/emoji.js +1 -1
- package/es5/plugins/emoji/emoji.min.js +1 -1
- package/es5/plugins/export-docs/export-docs.js +1 -1
- package/es5/plugins/export-docs/export-docs.min.js +1 -1
- package/es5/plugins/finder/finder.css +1 -1
- package/es5/plugins/finder/finder.js +2 -2
- 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 +61 -59
- package/es5/plugins/google-maps/google-maps.min.js +2 -2
- package/es5/plugins/google-search/google-search.js +1 -1
- package/es5/plugins/google-search/google-search.min.js +1 -1
- package/es5/plugins/highlight-signature/highlight-signature.js +1 -1
- package/es5/plugins/highlight-signature/highlight-signature.min.js +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.js +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.min.js +1 -1
- package/es5/plugins/keyboard/keyboard.css +1 -1
- package/es5/plugins/keyboard/keyboard.js +1 -1
- package/es5/plugins/keyboard/keyboard.min.js +1 -1
- package/es5/plugins/mobile-view/mobile-view.js +7 -1
- package/es5/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es5/plugins/page-break/page-break.js +7 -1
- 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 +7 -1
- package/es5/plugins/paste-code/paste-code.min.js +2 -2
- package/es5/plugins/paste-from-word/paste-from-word.js +1 -1
- package/es5/plugins/paste-from-word/paste-from-word.min.js +1 -1
- package/es5/plugins/show-blocks/show-blocks.js +1 -1
- package/es5/plugins/show-blocks/show-blocks.min.js +1 -1
- package/es5/plugins/todo-list/todo-list.css +1 -1
- package/es5/plugins/todo-list/todo-list.js +1 -1
- package/es5/plugins/todo-list/todo-list.min.js +1 -1
- package/es5/plugins/translate/translate.css +1 -1
- package/es5/plugins/translate/translate.js +1 -1
- package/es5/plugins/translate/translate.min.js +1 -1
- package/es5/plugins/tune-block/tune-block.css +1 -1
- package/es5/plugins/tune-block/tune-block.js +1 -1
- package/es5/plugins/tune-block/tune-block.min.js +1 -1
- package/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/config.d.ts +1 -6
- package/esm/config.js +1 -1
- package/esm/jodit-pro.d.ts +3 -1
- package/esm/jodit-pro.js +1 -1
- package/esm/plugins/ai-assistant-pro/ui/conversation-list/conversation-list-item.js +1 -1
- package/esm/plugins/ai-assistant-pro/ui/main-panel/main-panel.js +2 -2
- package/esm/plugins/ai-assistant-pro/ui/message-list/artifact.d.ts +0 -1
- package/esm/plugins/ai-assistant-pro/ui/message-list/artifact.js +1 -1
- package/esm/plugins/ai-assistant-pro/ui/message-list/{message-list-item.d.ts → item/message-list-item.d.ts} +1 -1
- package/esm/plugins/ai-assistant-pro/ui/message-list/item/message-list-item.js +1 -0
- package/esm/plugins/ai-assistant-pro/ui/message-list/message-list.d.ts +1 -1
- package/esm/plugins/ai-assistant-pro/ui/message-list/message-list.js +1 -1
- package/esm/plugins/ai-assistant-pro/ui/settings-button/settings-button.d.ts +4 -2
- package/esm/plugins/ai-assistant-pro/ui/settings-button/settings-button.js +1 -1
- package/esm/plugins/finder/browser.js +1 -1
- package/esm/plugins/google-maps/interface.d.ts +8 -0
- package/esm/plugins/google-maps/ui/editors/marker/marker.d.ts +1 -0
- package/esm/plugins/google-maps/ui/editors/marker/marker.js +1 -1
- package/esm/plugins/google-maps/ui/editors/polygon/polygon.d.ts +1 -0
- package/esm/plugins/google-maps/ui/editors/polygon/polygon.js +1 -1
- package/esm/plugins/google-maps/ui/editors/polyline/polyline.d.ts +1 -0
- package/esm/plugins/google-maps/ui/editors/polyline/polyline.js +1 -1
- package/esm/plugins/google-maps/ui/map/map.d.ts +3 -3
- package/esm/plugins/google-maps/ui/map/map.js +2 -2
- package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +2 -3
- package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +2 -3
- package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +2 -3
- package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +2 -3
- package/esm/plugins/google-maps/ui/map/modules/remove-element.d.ts +2 -3
- package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +2 -3
- package/esm/plugins/mobile-view/mobile-view.js +1 -1
- package/esm/plugins/page-break/page-break.d.ts +1 -0
- package/esm/plugins/page-break/page-break.js +1 -1
- package/esm/plugins/paste-code/paste-code.d.ts +1 -0
- package/esm/plugins/paste-code/paste-code.js +1 -1
- package/esm/plugins/paste-from-word/cases/clean-styles.d.ts +2 -2
- package/esm/plugins/paste-from-word/cases/clear-attributes.d.ts +2 -2
- package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +1 -1
- package/esm/plugins/paste-from-word/cases/convert-to-list.d.ts +3 -3
- package/esm/plugins/paste-from-word/cases/convert-to-list.js +1 -1
- package/esm/plugins/paste-from-word/cases/remove-extra-tags.d.ts +2 -2
- package/esm/plugins/paste-from-word/cases/remove-inside-comment.d.ts +2 -2
- package/esm/plugins/paste-from-word/cases/replace-old-tags.d.ts +2 -2
- package/esm/plugins/paste-from-word/element/checkers.d.ts +5 -5
- package/esm/plugins/paste-from-word/element/element.d.ts +2 -1
- package/esm/plugins/paste-from-word/element/element.js +1 -1
- package/esm/plugins/paste-from-word/element/render.d.ts +3 -3
- package/esm/plugins/paste-from-word/element/style.js +1 -1
- package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +1 -1
- package/esm/plugins/paste-from-word/helpers/calc-list-levels.d.ts +2 -2
- package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +1 -1
- package/esm/plugins/paste-from-word/helpers/helpers.d.ts +2 -2
- package/esm/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +2 -2
- package/esm/plugins/paste-from-word/interface.d.ts +25 -3
- package/package.json +1 -1
- package/types/config.d.ts +1 -6
- package/types/jodit-pro.d.ts +3 -1
- package/types/plugins/ai-assistant-pro/ui/message-list/artifact.d.ts +0 -1
- package/types/plugins/ai-assistant-pro/ui/message-list/{message-list-item.d.ts → item/message-list-item.d.ts} +1 -1
- package/types/plugins/ai-assistant-pro/ui/message-list/message-list.d.ts +1 -1
- package/types/plugins/ai-assistant-pro/ui/settings-button/settings-button.d.ts +4 -2
- package/types/plugins/google-maps/interface.d.ts +8 -0
- package/types/plugins/google-maps/ui/editors/marker/marker.d.ts +1 -0
- package/types/plugins/google-maps/ui/editors/polygon/polygon.d.ts +1 -0
- package/types/plugins/google-maps/ui/editors/polyline/polyline.d.ts +1 -0
- package/types/plugins/google-maps/ui/map/map.d.ts +3 -3
- package/types/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +2 -3
- package/types/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +2 -3
- package/types/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +2 -3
- package/types/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +2 -3
- package/types/plugins/google-maps/ui/map/modules/remove-element.d.ts +2 -3
- package/types/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +2 -3
- package/types/plugins/page-break/page-break.d.ts +1 -0
- package/types/plugins/paste-code/paste-code.d.ts +1 -0
- package/types/plugins/paste-from-word/cases/clean-styles.d.ts +2 -2
- package/types/plugins/paste-from-word/cases/clear-attributes.d.ts +2 -2
- package/types/plugins/paste-from-word/cases/convert-to-list.d.ts +3 -3
- package/types/plugins/paste-from-word/cases/remove-extra-tags.d.ts +2 -2
- package/types/plugins/paste-from-word/cases/remove-inside-comment.d.ts +2 -2
- package/types/plugins/paste-from-word/cases/replace-old-tags.d.ts +2 -2
- package/types/plugins/paste-from-word/element/checkers.d.ts +5 -5
- package/types/plugins/paste-from-word/element/element.d.ts +2 -1
- package/types/plugins/paste-from-word/element/render.d.ts +3 -3
- package/types/plugins/paste-from-word/helpers/calc-list-levels.d.ts +2 -2
- package/types/plugins/paste-from-word/helpers/helpers.d.ts +2 -2
- package/types/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +2 -2
- package/types/plugins/paste-from-word/interface.d.ts +25 -3
- package/esm/plugins/ai-assistant-pro/ui/message-list/message-list-item.js +0 -1
- package/esm/plugins/google-maps/ui/map/modules/index.d.ts +0 -10
- package/esm/plugins/google-maps/ui/map/modules/index.js +0 -1
- package/types/plugins/google-maps/ui/map/modules/index.d.ts +0 -10
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit-pro - PRO Version of Jodit Editor
|
|
3
3
|
* Author: Chupurnov Valerii <chupurnov@gmail.com>
|
|
4
|
-
* Version: v4.
|
|
4
|
+
* Version: v4.9.2
|
|
5
5
|
* Url: https://xdsoft.net/jodit/pro/
|
|
6
6
|
* License(s): SEE LICENSE IN LICENSE.md
|
|
7
7
|
*/
|
|
@@ -486,15 +486,18 @@ function _instanceof1(left, right) {
|
|
|
486
486
|
/* harmony import */ var _swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(31635);
|
|
487
487
|
/* harmony import */ var _swc_helpers_ts_generator__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(62361);
|
|
488
488
|
/* harmony import */ var jodit_pro_plugins_google_maps_config__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(55029);
|
|
489
|
-
/* harmony import */ var
|
|
490
|
-
/* harmony import */ var
|
|
491
|
-
/* harmony import */ var
|
|
492
|
-
/* harmony import */ var
|
|
493
|
-
/* harmony import */ var
|
|
494
|
-
/* harmony import */ var
|
|
495
|
-
/* harmony import */ var
|
|
496
|
-
/* harmony import */ var
|
|
497
|
-
/* harmony import */ var
|
|
489
|
+
/* harmony import */ var _modules_add_new_in_state__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(22125);
|
|
490
|
+
/* harmony import */ var _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(1475);
|
|
491
|
+
/* harmony import */ var jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(81577);
|
|
492
|
+
/* harmony import */ var jodit_esm_core_decorators_hook_hook__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(97357);
|
|
493
|
+
/* harmony import */ var jodit_esm_core_decorators_wait_wait__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(13525);
|
|
494
|
+
/* harmony import */ var jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(37133);
|
|
495
|
+
/* harmony import */ var jodit_esm_core_global__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(580);
|
|
496
|
+
/* harmony import */ var jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(38837);
|
|
497
|
+
/* harmony import */ var jodit_esm_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(41180);
|
|
498
|
+
/* harmony import */ var jodit_esm_core_ui__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(67510);
|
|
499
|
+
/* harmony import */ var jodit_esm_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(11676);
|
|
500
|
+
/* harmony import */ var jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(17298);
|
|
498
501
|
/*!
|
|
499
502
|
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
500
503
|
* See LICENSE.md in the project root for license information.
|
|
@@ -517,6 +520,9 @@ function _instanceof1(left, right) {
|
|
|
517
520
|
|
|
518
521
|
|
|
519
522
|
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
520
526
|
|
|
521
527
|
|
|
522
528
|
|
|
@@ -528,8 +534,8 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
528
534
|
var _this;
|
|
529
535
|
_this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_1__._)(this, UIMap, [
|
|
530
536
|
jodit
|
|
531
|
-
]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "options", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "drawingManager", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "toolbar", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "state", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapElements", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "apiLoaded", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapInitialized", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "map", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "layers", void 0), _this.options = options, _this.toolbar = new
|
|
532
|
-
uid: 'jd' + (0,
|
|
537
|
+
]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "options", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "drawingManager", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "toolbar", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "state", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapElements", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "apiLoaded", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "mapInitialized", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "map", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "layers", void 0), _this.options = options, _this.toolbar = new jodit_esm_modules_toolbar_collection_collection__WEBPACK_IMPORTED_MODULE_21__.ToolbarCollection(_this.jodit), _this.state = {
|
|
538
|
+
uid: 'jd' + (0,jodit_esm_core_global__WEBPACK_IMPORTED_MODULE_17__.uniqueUid)() + new Date().toString().replace(/[^0-9]/g, ''),
|
|
533
539
|
layer: _this.options.googleMaps.map.layer,
|
|
534
540
|
center: _this.options.googleMaps.map.defaultCenter,
|
|
535
541
|
zoom: _this.options.googleMaps.map.defaultZoom,
|
|
@@ -555,7 +561,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
555
561
|
'gm.circle'
|
|
556
562
|
]);
|
|
557
563
|
var palette = _this.getElm('map-palette');
|
|
558
|
-
(0,
|
|
564
|
+
(0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__.assert)(palette != null, 'palette element does not exists');
|
|
559
565
|
palette.appendChild(_this.toolbar.container);
|
|
560
566
|
return _this;
|
|
561
567
|
}
|
|
@@ -590,7 +596,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
590
596
|
case 1:
|
|
591
597
|
_state.sent();
|
|
592
598
|
container = this.getElm('map-root');
|
|
593
|
-
(0,
|
|
599
|
+
(0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__.assert)(container != null, 'map-root element does not exists');
|
|
594
600
|
this.map = new google.maps.Map(container, {
|
|
595
601
|
center: {
|
|
596
602
|
lat: this.state.center[0],
|
|
@@ -664,7 +670,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
664
670
|
this.drawingManager = drawingManager;
|
|
665
671
|
google.maps.event.addListener(drawingManager, 'overlaycomplete', function(event) {
|
|
666
672
|
if (event.overlay) {
|
|
667
|
-
|
|
673
|
+
_modules_add_new_in_state__WEBPACK_IMPORTED_MODULE_11__.addNewInState.call(_this, event.overlay);
|
|
668
674
|
event.overlay.setMap(null);
|
|
669
675
|
}
|
|
670
676
|
});
|
|
@@ -698,7 +704,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
698
704
|
}
|
|
699
705
|
mapElements.length = elements.length;
|
|
700
706
|
elements.forEach(function(state, index) {
|
|
701
|
-
return
|
|
707
|
+
return _modules_init_or_update_element_from_state__WEBPACK_IMPORTED_MODULE_12__.initOrUpdateElementFromState.call(_this, state, index);
|
|
702
708
|
});
|
|
703
709
|
}
|
|
704
710
|
},
|
|
@@ -734,7 +740,7 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
734
740
|
{
|
|
735
741
|
key: "onChangeBound",
|
|
736
742
|
value: function onChangeBound() {
|
|
737
|
-
this.options.googleMaps.saveStateInStorage && this.j.storage.set(
|
|
743
|
+
this.options.googleMaps.saveStateInStorage && this.j.storage.set(jodit_pro_plugins_google_maps_helpers_const__WEBPACK_IMPORTED_MODULE_22__.STORAGE_KEY, {
|
|
738
744
|
center: this.state.center,
|
|
739
745
|
size: this.state.size,
|
|
740
746
|
zoom: this.state.zoom,
|
|
@@ -748,8 +754,8 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
748
754
|
key: "onChangeSize",
|
|
749
755
|
value: function onChangeSize() {
|
|
750
756
|
var mapSize = this.getElm('map-size');
|
|
751
|
-
(0,
|
|
752
|
-
(0,
|
|
757
|
+
(0,jodit_esm_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_18__.assert)(mapSize != null, 'map-size element does not exists');
|
|
758
|
+
(0,jodit_esm_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_19__.css)(mapSize, {
|
|
753
759
|
width: this.state.size[0],
|
|
754
760
|
height: this.state.size[1]
|
|
755
761
|
});
|
|
@@ -797,35 +803,35 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
797
803
|
}
|
|
798
804
|
]);
|
|
799
805
|
return UIMap;
|
|
800
|
-
}(
|
|
806
|
+
}(jodit_esm_core_ui__WEBPACK_IMPORTED_MODULE_20__.UIGroup);
|
|
801
807
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
802
|
-
(0,
|
|
808
|
+
(0,jodit_esm_core_decorators_hook_hook__WEBPACK_IMPORTED_MODULE_14__.hook)('ready')
|
|
803
809
|
], UIMap.prototype, "onReady", null);
|
|
804
810
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
805
|
-
(0,
|
|
811
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('?:changeCreateMode.gm')
|
|
806
812
|
], UIMap.prototype, "changeCreateMode", null);
|
|
807
813
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
808
|
-
(0,
|
|
814
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.mode')
|
|
809
815
|
], UIMap.prototype, "onChangeMode", null);
|
|
810
816
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
811
|
-
(0,
|
|
817
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.elements')
|
|
812
818
|
], UIMap.prototype, "onChangeElementsList", null);
|
|
813
819
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
814
|
-
(0,
|
|
815
|
-
(0,
|
|
820
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.center'),
|
|
821
|
+
(0,jodit_esm_core_decorators_wait_wait__WEBPACK_IMPORTED_MODULE_15__.wait)(function(ctx) {
|
|
816
822
|
return ctx.mapInitialized;
|
|
817
823
|
}),
|
|
818
|
-
(0,
|
|
824
|
+
(0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
|
|
819
825
|
], UIMap.prototype, "onChangeCenter", null);
|
|
820
826
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
821
|
-
(0,
|
|
822
|
-
(0,
|
|
827
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.zoom'),
|
|
828
|
+
(0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
|
|
823
829
|
], UIMap.prototype, "onChangeZoom", null);
|
|
824
830
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
825
|
-
(0,
|
|
831
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.controls')
|
|
826
832
|
], UIMap.prototype, "onChangeControls", null);
|
|
827
833
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
828
|
-
(0,
|
|
834
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)([
|
|
829
835
|
'state.center',
|
|
830
836
|
'state.zoom',
|
|
831
837
|
'state.controls',
|
|
@@ -833,20 +839,20 @@ var UIMap = /*#__PURE__*/ function(UIGroup) {
|
|
|
833
839
|
'state.type',
|
|
834
840
|
'state.layer'
|
|
835
841
|
]),
|
|
836
|
-
(0,
|
|
842
|
+
(0,jodit_esm_core_decorators_wait_wait__WEBPACK_IMPORTED_MODULE_15__.wait)(function(ctx) {
|
|
837
843
|
return ctx.mapInitialized;
|
|
838
844
|
}),
|
|
839
|
-
(0,
|
|
845
|
+
(0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
|
|
840
846
|
], UIMap.prototype, "onChangeBound", null);
|
|
841
847
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
842
|
-
(0,
|
|
843
|
-
(0,
|
|
848
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.size'),
|
|
849
|
+
(0,jodit_esm_core_decorators_debounce_debounce__WEBPACK_IMPORTED_MODULE_13__.debounce)()
|
|
844
850
|
], UIMap.prototype, "onChangeSize", null);
|
|
845
851
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
846
|
-
(0,
|
|
852
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.type')
|
|
847
853
|
], UIMap.prototype, "onChangeMapType", null);
|
|
848
854
|
(0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_8__.__decorate)([
|
|
849
|
-
(0,
|
|
855
|
+
(0,jodit_esm_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_16__.watch)('state.layer')
|
|
850
856
|
], UIMap.prototype, "onChangeLayer", null);
|
|
851
857
|
|
|
852
858
|
|
|
@@ -1178,6 +1184,12 @@ var UIPolygonEditor = /*#__PURE__*/ function(UIPolylineEditor) {
|
|
|
1178
1184
|
return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIPolygonEditor, arguments);
|
|
1179
1185
|
}
|
|
1180
1186
|
(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIPolygonEditor, [
|
|
1187
|
+
{
|
|
1188
|
+
key: "className",
|
|
1189
|
+
value: function className() {
|
|
1190
|
+
return 'UIPolygonEditor';
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1181
1193
|
{
|
|
1182
1194
|
key: "onReady",
|
|
1183
1195
|
value: function onReady() {
|
|
@@ -1456,6 +1468,12 @@ var UIMarkerEditor = /*#__PURE__*/ function(UIBaseEditor) {
|
|
|
1456
1468
|
return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIMarkerEditor, arguments);
|
|
1457
1469
|
}
|
|
1458
1470
|
(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIMarkerEditor, [
|
|
1471
|
+
{
|
|
1472
|
+
key: "className",
|
|
1473
|
+
value: function className() {
|
|
1474
|
+
return 'UIMarkerEditor';
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1459
1477
|
{
|
|
1460
1478
|
key: "onReady",
|
|
1461
1479
|
value: function onReady() {
|
|
@@ -3533,28 +3551,6 @@ function isApiAvailable() {
|
|
|
3533
3551
|
}
|
|
3534
3552
|
|
|
3535
3553
|
|
|
3536
|
-
/***/ }),
|
|
3537
|
-
|
|
3538
|
-
/***/ 69209:
|
|
3539
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3540
|
-
|
|
3541
|
-
"use strict";
|
|
3542
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3543
|
-
/* harmony export */ addNewInState: function() { return /* reexport safe */ _add_new_in_state__WEBPACK_IMPORTED_MODULE_0__.addNewInState; }
|
|
3544
|
-
/* harmony export */ });
|
|
3545
|
-
/* harmony import */ var _add_new_in_state__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(22125);
|
|
3546
|
-
/* harmony import */ var _open_props_dialog__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(11079);
|
|
3547
|
-
/*!
|
|
3548
|
-
* Jodit Editor PRO (https://xdsoft.net/jodit/)
|
|
3549
|
-
* See LICENSE.md in the project root for license information.
|
|
3550
|
-
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
|
|
3551
|
-
*/
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
3554
|
/***/ }),
|
|
3559
3555
|
|
|
3560
3556
|
/***/ 69398:
|
|
@@ -3598,6 +3594,12 @@ var UIPolylineEditor = /*#__PURE__*/ function(UIBaseEditor) {
|
|
|
3598
3594
|
return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIPolylineEditor, arguments);
|
|
3599
3595
|
}
|
|
3600
3596
|
(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIPolylineEditor, [
|
|
3597
|
+
{
|
|
3598
|
+
key: "className",
|
|
3599
|
+
value: function className() {
|
|
3600
|
+
return 'UIPolylineEditor';
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3601
3603
|
{
|
|
3602
3604
|
key: "onReady",
|
|
3603
3605
|
value: function onReady() {
|