jodit 4.2.10 → 4.2.11
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 +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +115 -96
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +115 -96
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +115 -96
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +115 -96
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +115 -96
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/config.js +2 -2
- package/esm/core/async/async.d.ts +1 -1
- package/esm/core/async/async.js +11 -11
- package/esm/core/async/index.js +1 -1
- package/esm/core/component/component.d.ts +1 -1
- package/esm/core/component/component.js +4 -4
- package/esm/core/component/index.js +3 -3
- package/esm/core/component/view-component.d.ts +1 -1
- package/esm/core/component/view-component.js +1 -1
- package/esm/core/constants.d.ts +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/create/create.d.ts +1 -1
- package/esm/core/create/create.js +4 -4
- package/esm/core/create/index.js +1 -1
- package/esm/core/decorators/cache/cache.d.ts +1 -1
- package/esm/core/decorators/cache/cache.js +4 -4
- package/esm/core/decorators/debounce/debounce.d.ts +1 -1
- package/esm/core/decorators/debounce/debounce.js +4 -4
- package/esm/core/decorators/derive/derive.js +1 -1
- package/esm/core/decorators/hook/hook.d.ts +2 -2
- package/esm/core/decorators/hook/hook.js +2 -2
- package/esm/core/decorators/idle/idle.d.ts +1 -1
- package/esm/core/decorators/idle/idle.js +3 -3
- package/esm/core/decorators/index.js +11 -11
- package/esm/core/decorators/persistent/persistent.d.ts +1 -1
- package/esm/core/decorators/persistent/persistent.js +2 -2
- package/esm/core/decorators/wait/wait.d.ts +1 -1
- package/esm/core/decorators/wait/wait.js +3 -3
- package/esm/core/decorators/watch/watch.d.ts +1 -1
- package/esm/core/decorators/watch/watch.js +7 -7
- package/esm/core/dom/dom.d.ts +1 -1
- package/esm/core/dom/dom.js +6 -6
- package/esm/core/dom/index.js +2 -2
- package/esm/core/dom/lazy-walker.d.ts +2 -2
- package/esm/core/dom/lazy-walker.js +3 -3
- package/esm/core/event-emitter/event-emitter.d.ts +1 -1
- package/esm/core/event-emitter/event-emitter.js +7 -7
- package/esm/core/event-emitter/eventify.d.ts +1 -1
- package/esm/core/event-emitter/index.js +4 -4
- package/esm/core/event-emitter/observable.d.ts +1 -1
- package/esm/core/event-emitter/observable.js +4 -4
- package/esm/core/event-emitter/store.d.ts +1 -1
- package/esm/core/event-emitter/store.js +2 -2
- package/esm/core/global.d.ts +2 -2
- package/esm/core/global.js +9 -9
- package/esm/core/helpers/array/as-array.js +1 -1
- package/esm/core/helpers/array/index.js +3 -3
- package/esm/core/helpers/array/to-array.js +2 -2
- package/esm/core/helpers/async/index.js +1 -1
- package/esm/core/helpers/checker/index.js +25 -25
- package/esm/core/helpers/checker/is-equal.js +1 -1
- package/esm/core/helpers/checker/is-html.js +1 -1
- package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/esm/core/helpers/checker/is-imp-interface.js +3 -3
- package/esm/core/helpers/checker/is-int.js +2 -2
- package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-jodit-object.js +1 -1
- package/esm/core/helpers/checker/is-license.js +1 -1
- package/esm/core/helpers/checker/is-marker.d.ts +1 -1
- package/esm/core/helpers/checker/is-marker.js +2 -2
- package/esm/core/helpers/checker/is-numeric.js +1 -1
- package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-plain-object.js +1 -1
- package/esm/core/helpers/checker/is-set.js +1 -1
- package/esm/core/helpers/checker/is-string.js +1 -1
- package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-view-object.js +1 -1
- package/esm/core/helpers/color/index.js +1 -1
- package/esm/core/helpers/html/apply-styles.js +4 -4
- package/esm/core/helpers/html/clean-from-word.js +3 -3
- package/esm/core/helpers/html/index.js +6 -6
- package/esm/core/helpers/html/safe-html.js +2 -2
- package/esm/core/helpers/html/strip-tags.d.ts +1 -1
- package/esm/core/helpers/html/strip-tags.js +4 -4
- package/esm/core/helpers/index.js +9 -9
- package/esm/core/helpers/normalize/index.js +8 -8
- package/esm/core/helpers/normalize/normalize-color.js +2 -2
- package/esm/core/helpers/normalize/normalize-css-value.js +4 -4
- package/esm/core/helpers/normalize/normalize-key-aliases.js +2 -2
- package/esm/core/helpers/normalize/normalize-path.js +1 -1
- package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/esm/core/helpers/size/get-scroll-parent.js +2 -2
- package/esm/core/helpers/size/index.js +6 -6
- package/esm/core/helpers/size/object-size.d.ts +1 -1
- package/esm/core/helpers/size/object-size.js +1 -1
- package/esm/core/helpers/size/offset.d.ts +1 -1
- package/esm/core/helpers/size/position.d.ts +1 -1
- package/esm/core/helpers/size/position.js +1 -1
- package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
- package/esm/core/helpers/string/i18n.d.ts +1 -1
- package/esm/core/helpers/string/i18n.js +5 -5
- package/esm/core/helpers/string/index.js +7 -7
- package/esm/core/helpers/string/trim.js +1 -1
- package/esm/core/helpers/utils/align.d.ts +1 -1
- package/esm/core/helpers/utils/align.js +2 -2
- package/esm/core/helpers/utils/append-script.d.ts +1 -1
- package/esm/core/helpers/utils/append-script.js +2 -2
- package/esm/core/helpers/utils/attr.d.ts +1 -1
- package/esm/core/helpers/utils/attr.js +3 -3
- package/esm/core/helpers/utils/build-query.d.ts +1 -1
- package/esm/core/helpers/utils/build-query.js +1 -1
- package/esm/core/helpers/utils/config-proto.d.ts +1 -1
- package/esm/core/helpers/utils/config-proto.js +7 -7
- package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +2 -2
- package/esm/core/helpers/utils/css.d.ts +1 -1
- package/esm/core/helpers/utils/css.js +5 -5
- package/esm/core/helpers/utils/data-bind.d.ts +1 -1
- package/esm/core/helpers/utils/data-bind.js +1 -1
- package/esm/core/helpers/utils/default-language.js +1 -1
- package/esm/core/helpers/utils/error/error.js +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
- package/esm/core/helpers/utils/error/errors/index.js +3 -3
- package/esm/core/helpers/utils/error/index.js +2 -2
- package/esm/core/helpers/utils/extend.js +1 -1
- package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
- package/esm/core/helpers/utils/get-class-name.js +1 -1
- package/esm/core/helpers/utils/get.d.ts +1 -1
- package/esm/core/helpers/utils/get.js +2 -2
- package/esm/core/helpers/utils/index.js +27 -27
- package/esm/core/helpers/utils/parse-query.d.ts +1 -1
- package/esm/core/helpers/utils/print.d.ts +1 -1
- package/esm/core/helpers/utils/print.js +5 -5
- package/esm/core/helpers/utils/reset.d.ts +1 -1
- package/esm/core/helpers/utils/reset.js +3 -3
- package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/esm/core/helpers/utils/scroll-into-view.js +1 -1
- package/esm/core/helpers/utils/selector.d.ts +1 -1
- package/esm/core/helpers/utils/selector.js +6 -6
- package/esm/core/helpers/utils/set.d.ts +1 -1
- package/esm/core/helpers/utils/set.js +4 -4
- package/esm/core/helpers/utils/stack.d.ts +1 -1
- package/esm/core/helpers/utils/utils.d.ts +1 -1
- package/esm/core/helpers/utils/utils.js +4 -4
- package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/init-instance.js +4 -4
- package/esm/core/plugin/helpers/load.d.ts +1 -1
- package/esm/core/plugin/helpers/load.js +4 -4
- package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/make-instance.js +2 -2
- package/esm/core/plugin/helpers/utils.js +1 -1
- package/esm/core/plugin/index.js +2 -2
- package/esm/core/plugin/plugin-system.d.ts +1 -1
- package/esm/core/plugin/plugin-system.js +9 -9
- package/esm/core/plugin/plugin.d.ts +2 -2
- package/esm/core/plugin/plugin.js +3 -3
- package/esm/core/request/ajax.d.ts +1 -1
- package/esm/core/request/ajax.js +7 -7
- package/esm/core/request/config.d.ts +1 -1
- package/esm/core/request/config.js +1 -1
- package/esm/core/request/index.js +2 -2
- package/esm/core/request/response.d.ts +1 -1
- package/esm/core/selection/helpers/index.js +2 -2
- package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/esm/core/selection/helpers/move-node-inside-start.js +2 -2
- package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
- package/esm/core/selection/index.d.ts +1 -0
- package/esm/core/selection/index.js +3 -2
- package/esm/core/selection/interface.d.ts +1 -1
- package/esm/core/selection/selection.d.ts +1 -1
- package/esm/core/selection/selection.js +10 -10
- package/esm/core/selection/style/api/extract.d.ts +1 -1
- package/esm/core/selection/style/api/extract.js +4 -4
- package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/esm/core/selection/style/api/finite-state-machine.js +3 -3
- package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-child.js +3 -3
- package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-parent.js +3 -3
- package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
- package/esm/core/selection/style/api/has-same-style.js +5 -5
- package/esm/core/selection/style/api/index.js +15 -15
- package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
- package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/esm/core/selection/style/api/is-normal-node.js +2 -2
- package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/is-same-attributes.js +4 -4
- package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
- package/esm/core/selection/style/api/is-suit-element.js +3 -3
- package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
- package/esm/core/selection/style/api/list/toggle-ordered-list.js +6 -6
- package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/esm/core/selection/style/api/list/wrap-list.js +3 -3
- package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/toggle-attributes.js +10 -10
- package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/esm/core/selection/style/api/unwrap-children.js +4 -4
- package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/esm/core/selection/style/api/wrap-unwrapped-text.js +2 -2
- package/esm/core/selection/style/api/wrap.d.ts +1 -1
- package/esm/core/selection/style/api/wrap.js +4 -4
- package/esm/core/selection/style/apply-style.d.ts +1 -1
- package/esm/core/selection/style/apply-style.js +3 -3
- package/esm/core/selection/style/commit-style.d.ts +1 -15
- package/esm/core/selection/style/commit-style.js +11 -27
- package/esm/core/selection/style/constants.d.ts +22 -0
- package/esm/core/selection/style/constants.js +22 -0
- package/esm/core/selection/style/transactions.d.ts +1 -1
- package/esm/core/selection/style/transactions.js +5 -5
- package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
- package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
- package/esm/core/storage/index.js +3 -3
- package/esm/core/storage/storage.d.ts +1 -1
- package/esm/core/storage/storage.js +3 -3
- package/esm/core/traits/dlgs.d.ts +1 -1
- package/esm/core/traits/dlgs.js +3 -3
- package/esm/core/traits/elms.d.ts +1 -1
- package/esm/core/traits/elms.js +1 -1
- package/esm/core/traits/mods.d.ts +1 -1
- package/esm/core/traits/mods.js +1 -1
- package/esm/core/ui/button/button/button.d.ts +2 -2
- package/esm/core/ui/button/button/button.js +9 -9
- package/esm/core/ui/button/group/group.d.ts +2 -2
- package/esm/core/ui/button/group/group.js +4 -4
- package/esm/core/ui/button/index.js +3 -3
- package/esm/core/ui/button/tooltip/tooltip.d.ts +2 -2
- package/esm/core/ui/button/tooltip/tooltip.js +7 -7
- package/esm/core/ui/element.d.ts +4 -4
- package/esm/core/ui/element.js +7 -7
- package/esm/core/ui/form/block/block.d.ts +2 -2
- package/esm/core/ui/form/block/block.js +3 -3
- package/esm/core/ui/form/form.d.ts +2 -2
- package/esm/core/ui/form/form.js +6 -6
- package/esm/core/ui/form/index.js +3 -3
- package/esm/core/ui/form/inputs/area/area.d.ts +2 -2
- package/esm/core/ui/form/inputs/area/area.js +3 -3
- package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
- package/esm/core/ui/form/inputs/checkbox/checkbox.js +3 -3
- package/esm/core/ui/form/inputs/file/file.d.ts +2 -2
- package/esm/core/ui/form/inputs/file/file.js +3 -3
- package/esm/core/ui/form/inputs/index.js +5 -5
- package/esm/core/ui/form/inputs/input/input.d.ts +2 -2
- package/esm/core/ui/form/inputs/input/input.js +7 -7
- package/esm/core/ui/form/inputs/select/select.d.ts +2 -2
- package/esm/core/ui/form/inputs/select/select.js +4 -4
- package/esm/core/ui/form/validators/index.js +2 -2
- package/esm/core/ui/form/validators/input.d.ts +1 -1
- package/esm/core/ui/form/validators/input.js +2 -2
- package/esm/core/ui/form/validators/select.d.ts +2 -2
- package/esm/core/ui/form/validators/select.js +1 -1
- package/esm/core/ui/group/group.d.ts +2 -2
- package/esm/core/ui/group/group.js +6 -6
- package/esm/core/ui/group/index.js +4 -4
- package/esm/core/ui/group/list.d.ts +2 -2
- package/esm/core/ui/group/list.js +10 -10
- package/esm/core/ui/group/separator.d.ts +1 -1
- package/esm/core/ui/group/separator.js +2 -2
- package/esm/core/ui/group/spacer.d.ts +1 -1
- package/esm/core/ui/group/spacer.js +2 -2
- package/esm/core/ui/helpers/buttons.d.ts +1 -1
- package/esm/core/ui/helpers/buttons.js +1 -1
- package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
- package/esm/core/ui/helpers/get-control-type.js +2 -2
- package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/esm/core/ui/helpers/get-strong-control-types.js +4 -4
- package/esm/core/ui/icon.d.ts +1 -1
- package/esm/core/ui/icon.js +3 -3
- package/esm/core/ui/index.js +7 -7
- package/esm/core/ui/popup/index.js +1 -1
- package/esm/core/ui/popup/popup.d.ts +2 -2
- package/esm/core/ui/popup/popup.js +8 -8
- package/esm/core/ui/progress-bar/progress-bar.d.ts +2 -2
- package/esm/core/ui/progress-bar/progress-bar.js +2 -2
- package/esm/core/view/view-with-toolbar.d.ts +2 -2
- package/esm/core/view/view-with-toolbar.js +10 -10
- package/esm/core/view/view.d.ts +4 -4
- package/esm/core/view/view.js +17 -17
- package/esm/index.d.ts +1 -1
- package/esm/index.js +8 -8
- package/esm/jodit.d.ts +6 -6
- package/esm/jodit.js +9 -9
- package/esm/languages.d.ts +1 -1
- package/esm/languages.js +23 -23
- package/esm/modules/context-menu/context-menu.d.ts +2 -2
- package/esm/modules/context-menu/context-menu.js +4 -4
- package/esm/modules/dialog/alert.d.ts +1 -1
- package/esm/modules/dialog/alert.js +5 -5
- package/esm/modules/dialog/confirm.d.ts +1 -1
- package/esm/modules/dialog/confirm.js +3 -3
- package/esm/modules/dialog/dialog.d.ts +2 -2
- package/esm/modules/dialog/dialog.js +13 -13
- package/esm/modules/dialog/index.js +4 -4
- package/esm/modules/dialog/prompt.d.ts +1 -1
- package/esm/modules/dialog/prompt.js +4 -4
- package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
- package/esm/modules/file-browser/builders/context-menu.js +9 -9
- package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
- package/esm/modules/file-browser/builders/item.d.ts +1 -1
- package/esm/modules/file-browser/builders/item.js +1 -1
- package/esm/modules/file-browser/config.d.ts +2 -2
- package/esm/modules/file-browser/config.js +5 -5
- package/esm/modules/file-browser/data-provider.d.ts +1 -1
- package/esm/modules/file-browser/data-provider.js +5 -5
- package/esm/modules/file-browser/factories.d.ts +1 -1
- package/esm/modules/file-browser/factories.js +2 -2
- package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-tree.js +2 -2
- package/esm/modules/file-browser/file-browser.d.ts +4 -4
- package/esm/modules/file-browser/file-browser.js +20 -20
- package/esm/modules/file-browser/index.js +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.js +5 -5
- package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/self-listeners.js +7 -7
- package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/state-listeners.js +5 -5
- package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
- package/esm/modules/file-browser/ui/files/files.js +1 -1
- package/esm/modules/file-browser/ui/index.js +2 -2
- package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/esm/modules/file-browser/ui/tree/tree.js +1 -1
- package/esm/modules/history/command.d.ts +1 -1
- package/esm/modules/history/history.d.ts +2 -2
- package/esm/modules/history/history.js +6 -6
- package/esm/modules/history/snapshot.d.ts +2 -2
- package/esm/modules/history/snapshot.js +3 -3
- package/esm/modules/history/stack.d.ts +1 -1
- package/esm/modules/image-editor/config.d.ts +1 -1
- package/esm/modules/image-editor/config.js +2 -2
- package/esm/modules/image-editor/image-editor.d.ts +2 -2
- package/esm/modules/image-editor/image-editor.js +8 -8
- package/esm/modules/image-editor/templates/form.d.ts +1 -1
- package/esm/modules/image-editor/templates/form.js +1 -1
- package/esm/modules/index.d.ts +13 -13
- package/esm/modules/index.js +26 -26
- package/esm/modules/messages/message.d.ts +2 -2
- package/esm/modules/messages/message.js +2 -2
- package/esm/modules/messages/messages.d.ts +2 -2
- package/esm/modules/messages/messages.js +4 -4
- package/esm/modules/status-bar/status-bar.d.ts +4 -4
- package/esm/modules/status-bar/status-bar.js +5 -5
- package/esm/modules/table/table.d.ts +2 -2
- package/esm/modules/table/table.js +6 -6
- package/esm/modules/toolbar/button/button.d.ts +5 -5
- package/esm/modules/toolbar/button/button.js +10 -10
- package/esm/modules/toolbar/button/content.d.ts +2 -2
- package/esm/modules/toolbar/button/content.js +4 -4
- package/esm/modules/toolbar/button/index.js +3 -3
- package/esm/modules/toolbar/button/select/select.d.ts +1 -1
- package/esm/modules/toolbar/button/select/select.js +3 -3
- package/esm/modules/toolbar/collection/collection.d.ts +2 -2
- package/esm/modules/toolbar/collection/collection.js +4 -4
- package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/esm/modules/toolbar/collection/editor-collection.js +5 -5
- package/esm/modules/toolbar/factory.d.ts +1 -1
- package/esm/modules/toolbar/factory.js +6 -6
- package/esm/modules/uploader/config.d.ts +1 -1
- package/esm/modules/uploader/config.js +3 -3
- package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
- package/esm/modules/uploader/helpers/build-data.js +1 -1
- package/esm/modules/uploader/helpers/index.d.ts +1 -1
- package/esm/modules/uploader/helpers/index.js +5 -5
- package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/esm/modules/uploader/helpers/process-old-browser-drag.js +6 -5
- package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
- package/esm/modules/uploader/helpers/send-files.js +2 -2
- package/esm/modules/uploader/helpers/send.d.ts +2 -2
- package/esm/modules/uploader/helpers/send.js +3 -3
- package/esm/modules/uploader/uploader.d.ts +2 -2
- package/esm/modules/uploader/uploader.js +6 -6
- package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/esm/modules/widget/color-picker/color-picker.js +3 -3
- package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
- package/esm/modules/widget/file-selector/file-selector.js +4 -4
- package/esm/modules/widget/index.js +3 -3
- package/esm/modules/widget/tabs/tabs.d.ts +2 -2
- package/esm/modules/widget/tabs/tabs.js +5 -5
- package/esm/plugins/about/about.js +6 -6
- package/esm/plugins/add-new-line/add-new-line.d.ts +2 -2
- package/esm/plugins/add-new-line/add-new-line.js +5 -5
- package/esm/plugins/add-new-line/config.d.ts +1 -1
- package/esm/plugins/add-new-line/config.js +2 -2
- package/esm/plugins/ai-assistant/ai-assistant.d.ts +2 -2
- package/esm/plugins/ai-assistant/ai-assistant.js +8 -8
- package/esm/plugins/ai-assistant/config.js +2 -2
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +6 -6
- package/esm/plugins/backspace/backspace.d.ts +2 -2
- package/esm/plugins/backspace/backspace.js +9 -9
- package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-neighbors.js +3 -3
- package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-two-lists.js +3 -3
- package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.d.ts +2 -2
- package/esm/plugins/backspace/cases/check-remove-char.js +4 -4
- package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +3 -3
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.js +3 -3
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +3 -3
- package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +2 -2
- package/esm/plugins/backspace/cases/index.js +9 -9
- package/esm/plugins/backspace/config.js +1 -1
- package/esm/plugins/backspace/helpers.d.ts +1 -1
- package/esm/plugins/backspace/helpers.js +1 -1
- package/esm/plugins/bold/bold.d.ts +1 -1
- package/esm/plugins/bold/bold.js +6 -6
- package/esm/plugins/bold/config.js +1 -1
- package/esm/plugins/class-span/class-span.d.ts +2 -2
- package/esm/plugins/class-span/class-span.js +6 -6
- package/esm/plugins/clean-html/clean-html.d.ts +2 -2
- package/esm/plugins/clean-html/clean-html.js +8 -8
- package/esm/plugins/clean-html/config.d.ts +1 -1
- package/esm/plugins/clean-html/config.js +2 -2
- package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/get-hash.js +2 -2
- package/esm/plugins/clean-html/helpers/index.js +4 -4
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +2 -2
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +3 -3
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +2 -2
- package/esm/plugins/clean-html/helpers/visitor/filters/index.js +7 -7
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +2 -2
- package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +2 -2
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +3 -3
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +2 -2
- package/esm/plugins/clipboard/clipboard.d.ts +2 -2
- package/esm/plugins/clipboard/clipboard.js +4 -4
- package/esm/plugins/clipboard/config.js +2 -2
- package/esm/plugins/color/color.d.ts +1 -1
- package/esm/plugins/color/color.js +3 -3
- package/esm/plugins/color/config.js +5 -5
- package/esm/plugins/copy-format/copy-format.d.ts +1 -1
- package/esm/plugins/copy-format/copy-format.js +6 -6
- package/esm/plugins/debug/debug.d.ts +2 -2
- package/esm/plugins/delete/delete.d.ts +2 -2
- package/esm/plugins/delete/delete.js +6 -6
- package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/esm/plugins/drag-and-drop/drag-and-drop.js +7 -7
- package/esm/plugins/drag-and-drop-element/config.js +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +6 -6
- package/esm/plugins/dtd/after-insert/index.js +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
- package/esm/plugins/dtd/before-insert/index.js +1 -1
- package/esm/plugins/dtd/config.d.ts +1 -1
- package/esm/plugins/dtd/config.js +1 -1
- package/esm/plugins/dtd/dtd.js +6 -6
- package/esm/plugins/enter/enter.d.ts +2 -2
- package/esm/plugins/enter/enter.js +8 -8
- package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-br.js +3 -3
- package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.js +2 -2
- package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
- package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
- package/esm/plugins/enter/helpers/index.js +9 -9
- package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/esm/plugins/enter/helpers/insert-paragraph.js +2 -2
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.js +3 -3
- package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/esm/plugins/enter/helpers/split-fragment.js +3 -3
- package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/esm/plugins/enter/helpers/wrap-text.js +1 -1
- package/esm/plugins/file/file.d.ts +1 -1
- package/esm/plugins/file/file.js +4 -4
- package/esm/plugins/focus/focus.d.ts +1 -1
- package/esm/plugins/focus/focus.js +3 -3
- package/esm/plugins/font/config.js +5 -5
- package/esm/plugins/font/font.d.ts +1 -1
- package/esm/plugins/font/font.js +3 -3
- package/esm/plugins/format-block/config.js +3 -3
- package/esm/plugins/format-block/format-block.d.ts +1 -1
- package/esm/plugins/format-block/format-block.js +2 -2
- package/esm/plugins/fullsize/config.js +3 -3
- package/esm/plugins/fullsize/fullsize.d.ts +1 -1
- package/esm/plugins/fullsize/fullsize.js +4 -4
- package/esm/plugins/hotkeys/config.d.ts +1 -1
- package/esm/plugins/hotkeys/config.js +1 -1
- package/esm/plugins/hotkeys/hotkeys.d.ts +2 -2
- package/esm/plugins/hotkeys/hotkeys.js +5 -5
- package/esm/plugins/hr/hr.d.ts +1 -1
- package/esm/plugins/hr/hr.js +4 -4
- package/esm/plugins/iframe/config.js +1 -1
- package/esm/plugins/iframe/iframe.d.ts +1 -1
- package/esm/plugins/iframe/iframe.js +5 -5
- package/esm/plugins/image/image.d.ts +1 -1
- package/esm/plugins/image/image.js +6 -6
- package/esm/plugins/image-processor/config.js +1 -1
- package/esm/plugins/image-processor/image-processor.d.ts +2 -2
- package/esm/plugins/image-processor/image-processor.js +6 -6
- package/esm/plugins/image-properties/config.js +1 -1
- package/esm/plugins/image-properties/image-properties.d.ts +2 -2
- package/esm/plugins/image-properties/image-properties.js +12 -12
- package/esm/plugins/image-properties/readers/align.js +1 -1
- package/esm/plugins/image-properties/readers/index.d.ts +1 -1
- package/esm/plugins/image-properties/readers/index.js +5 -5
- package/esm/plugins/image-properties/readers/link.d.ts +1 -1
- package/esm/plugins/image-properties/readers/link.js +2 -2
- package/esm/plugins/image-properties/readers/margin.js +1 -1
- package/esm/plugins/image-properties/readers/size.js +4 -4
- package/esm/plugins/image-properties/ui/ui-image-form.d.ts +2 -2
- package/esm/plugins/image-properties/ui/ui-image-form.js +8 -8
- package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
- package/esm/plugins/image-properties/ui/ui-image-main-tab.js +5 -5
- package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
- package/esm/plugins/image-properties/ui/ui-image-position-tab.js +9 -9
- package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
- package/esm/plugins/image-properties/utils/open-image-editor.js +3 -3
- package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
- package/esm/plugins/image-properties/utils/open-image-popup.js +4 -4
- package/esm/plugins/image-properties/utils/utils.js +2 -2
- package/esm/plugins/image-properties/writers/index.d.ts +1 -1
- package/esm/plugins/image-properties/writers/index.js +5 -5
- package/esm/plugins/image-properties/writers/link.d.ts +1 -1
- package/esm/plugins/image-properties/writers/link.js +2 -2
- package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
- package/esm/plugins/image-properties/writers/margin.js +2 -2
- package/esm/plugins/image-properties/writers/size.js +4 -4
- package/esm/plugins/indent/config.js +4 -4
- package/esm/plugins/indent/helpers.js +1 -1
- package/esm/plugins/indent/indent.d.ts +1 -1
- package/esm/plugins/indent/indent.js +6 -6
- package/esm/plugins/index.d.ts +62 -62
- package/esm/plugins/index.js +22 -22
- package/esm/plugins/inline-popup/config/config.d.ts +1 -1
- package/esm/plugins/inline-popup/config/config.js +14 -14
- package/esm/plugins/inline-popup/config/items/a.d.ts +2 -2
- package/esm/plugins/inline-popup/config/items/a.js +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +2 -2
- package/esm/plugins/inline-popup/config/items/cells.js +2 -2
- package/esm/plugins/inline-popup/config/items/iframe.d.ts +2 -2
- package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
- package/esm/plugins/inline-popup/config/items/img.d.ts +2 -2
- package/esm/plugins/inline-popup/config/items/img.js +4 -4
- package/esm/plugins/inline-popup/inline-popup.d.ts +2 -2
- package/esm/plugins/inline-popup/inline-popup.js +9 -9
- package/esm/plugins/justify/justify.d.ts +1 -1
- package/esm/plugins/justify/justify.js +6 -6
- package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
- package/esm/plugins/key-arrow-outside/key-arrow-outside.js +5 -5
- package/esm/plugins/limit/config.js +1 -1
- package/esm/plugins/limit/limit.d.ts +2 -2
- package/esm/plugins/limit/limit.js +5 -5
- package/esm/plugins/line-height/config.js +3 -3
- package/esm/plugins/line-height/line-height.d.ts +2 -2
- package/esm/plugins/line-height/line-height.js +7 -7
- package/esm/plugins/link/config.d.ts +1 -1
- package/esm/plugins/link/config.js +4 -4
- package/esm/plugins/link/link.d.ts +2 -2
- package/esm/plugins/link/link.js +6 -6
- package/esm/plugins/link/template.d.ts +1 -1
- package/esm/plugins/link/template.js +2 -2
- package/esm/plugins/media/config.js +1 -1
- package/esm/plugins/media/media.d.ts +1 -1
- package/esm/plugins/media/media.js +4 -4
- package/esm/plugins/mobile/config.d.ts +1 -1
- package/esm/plugins/mobile/config.js +5 -5
- package/esm/plugins/mobile/mobile.d.ts +1 -1
- package/esm/plugins/mobile/mobile.js +4 -4
- package/esm/plugins/ordered-list/config.js +3 -3
- package/esm/plugins/ordered-list/ordered-list.d.ts +2 -2
- package/esm/plugins/ordered-list/ordered-list.js +4 -4
- package/esm/plugins/paste/config.d.ts +1 -1
- package/esm/plugins/paste/config.js +3 -3
- package/esm/plugins/paste/helpers.d.ts +1 -1
- package/esm/plugins/paste/helpers.js +4 -4
- package/esm/plugins/paste/interface.d.ts +1 -1
- package/esm/plugins/paste/paste.d.ts +2 -2
- package/esm/plugins/paste/paste.js +8 -8
- package/esm/plugins/paste-from-word/config.d.ts +1 -1
- package/esm/plugins/paste-from-word/config.js +2 -2
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +3 -3
- package/esm/plugins/paste-from-word/paste-from-word.js +7 -7
- package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/esm/plugins/paste-storage/paste-storage.js +6 -6
- package/esm/plugins/placeholder/config.js +1 -1
- package/esm/plugins/placeholder/placeholder.d.ts +2 -2
- package/esm/plugins/placeholder/placeholder.js +10 -10
- package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
- package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
- package/esm/plugins/preview/preview.d.ts +1 -1
- package/esm/plugins/preview/preview.js +4 -4
- package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
- package/esm/plugins/print/lib/generate-critical-css.js +1 -1
- package/esm/plugins/print/print.d.ts +1 -1
- package/esm/plugins/print/print.js +8 -8
- package/esm/plugins/redo-undo/redo-undo.d.ts +2 -2
- package/esm/plugins/redo-undo/redo-undo.js +5 -5
- package/esm/plugins/resize-cells/config.js +1 -1
- package/esm/plugins/resize-cells/resize-cells.d.ts +2 -2
- package/esm/plugins/resize-cells/resize-cells.js +7 -7
- package/esm/plugins/resize-handler/config.js +1 -1
- package/esm/plugins/resize-handler/resize-handler.d.ts +2 -2
- package/esm/plugins/resize-handler/resize-handler.js +6 -6
- package/esm/plugins/resizer/config.d.ts +1 -1
- package/esm/plugins/resizer/config.js +1 -1
- package/esm/plugins/resizer/resizer.d.ts +2 -2
- package/esm/plugins/resizer/resizer.js +8 -8
- package/esm/plugins/search/config.d.ts +1 -1
- package/esm/plugins/search/config.js +3 -3
- package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/esm/plugins/search/helpers/highlight-text-ranges.js +2 -2
- package/esm/plugins/search/helpers/index.js +2 -2
- package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/esm/plugins/search/helpers/sentence-finder.js +1 -1
- package/esm/plugins/search/search.d.ts +3 -3
- package/esm/plugins/search/search.js +9 -9
- package/esm/plugins/search/ui/search.d.ts +2 -2
- package/esm/plugins/search/ui/search.js +6 -6
- package/esm/plugins/select/config.js +1 -1
- package/esm/plugins/select/select.d.ts +2 -2
- package/esm/plugins/select/select.js +7 -7
- package/esm/plugins/select-cells/config.js +1 -1
- package/esm/plugins/select-cells/select-cells.d.ts +2 -2
- package/esm/plugins/select-cells/select-cells.js +8 -8
- package/esm/plugins/size/config.js +1 -1
- package/esm/plugins/size/size.d.ts +2 -2
- package/esm/plugins/size/size.js +6 -6
- package/esm/plugins/source/config.d.ts +1 -1
- package/esm/plugins/source/config.js +3 -3
- package/esm/plugins/source/editor/engines/ace.d.ts +2 -2
- package/esm/plugins/source/editor/engines/ace.js +3 -3
- package/esm/plugins/source/editor/engines/area.d.ts +2 -2
- package/esm/plugins/source/editor/engines/area.js +3 -3
- package/esm/plugins/source/editor/engines/index.js +2 -2
- package/esm/plugins/source/editor/factory.d.ts +1 -1
- package/esm/plugins/source/editor/factory.js +2 -2
- package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
- package/esm/plugins/source/source.d.ts +2 -2
- package/esm/plugins/source/source.js +9 -9
- package/esm/plugins/speech-recognize/config.d.ts +1 -1
- package/esm/plugins/speech-recognize/config.js +6 -6
- package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +3 -3
- package/esm/plugins/speech-recognize/helpers/recognize-manager.js +4 -4
- package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
- package/esm/plugins/speech-recognize/speech-recognize.d.ts +2 -2
- package/esm/plugins/speech-recognize/speech-recognize.js +10 -10
- package/esm/plugins/spellcheck/config.js +2 -2
- package/esm/plugins/spellcheck/spellcheck.d.ts +2 -2
- package/esm/plugins/spellcheck/spellcheck.js +6 -6
- package/esm/plugins/stat/config.js +1 -1
- package/esm/plugins/stat/stat.d.ts +1 -1
- package/esm/plugins/stat/stat.js +5 -5
- package/esm/plugins/sticky/config.js +1 -1
- package/esm/plugins/sticky/sticky.d.ts +2 -2
- package/esm/plugins/sticky/sticky.js +7 -7
- package/esm/plugins/symbols/config.js +2 -2
- package/esm/plugins/symbols/symbols.d.ts +2 -2
- package/esm/plugins/symbols/symbols.js +7 -7
- package/esm/plugins/tab/cases/index.js +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.js +2 -2
- package/esm/plugins/tab/config.js +1 -1
- package/esm/plugins/tab/tab.js +6 -6
- package/esm/plugins/table/config.js +5 -5
- package/esm/plugins/table/table.d.ts +1 -1
- package/esm/plugins/table/table.js +2 -2
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +5 -5
- package/esm/plugins/video/config.js +6 -6
- package/esm/plugins/video/video.js +2 -2
- package/esm/plugins/wrap-nodes/config.d.ts +1 -1
- package/esm/plugins/wrap-nodes/config.js +1 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.js +6 -6
- package/esm/plugins/xpath/config.js +1 -1
- package/esm/plugins/xpath/xpath.js +8 -8
- package/esm/types/jodit.d.ts +1 -1
- package/package.json +1 -1
- package/types/core/async/async.d.ts +1 -1
- package/types/core/component/component.d.ts +1 -1
- package/types/core/component/view-component.d.ts +1 -1
- package/types/core/constants.d.ts +1 -1
- package/types/core/create/create.d.ts +1 -1
- package/types/core/decorators/cache/cache.d.ts +1 -1
- package/types/core/decorators/debounce/debounce.d.ts +1 -1
- package/types/core/decorators/hook/hook.d.ts +2 -2
- package/types/core/decorators/idle/idle.d.ts +1 -1
- package/types/core/decorators/persistent/persistent.d.ts +1 -1
- package/types/core/decorators/wait/wait.d.ts +1 -1
- package/types/core/decorators/watch/watch.d.ts +1 -1
- package/types/core/dom/dom.d.ts +1 -1
- package/types/core/dom/lazy-walker.d.ts +2 -2
- package/types/core/event-emitter/event-emitter.d.ts +1 -1
- package/types/core/event-emitter/eventify.d.ts +1 -1
- package/types/core/event-emitter/observable.d.ts +1 -1
- package/types/core/event-emitter/store.d.ts +1 -1
- package/types/core/global.d.ts +2 -2
- package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/types/core/helpers/checker/is-marker.d.ts +1 -1
- package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/types/core/helpers/checker/is-view-object.d.ts +1 -1
- package/types/core/helpers/html/strip-tags.d.ts +1 -1
- package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/types/core/helpers/size/object-size.d.ts +1 -1
- package/types/core/helpers/size/offset.d.ts +1 -1
- package/types/core/helpers/size/position.d.ts +1 -1
- package/types/core/helpers/string/i18n.d.ts +1 -1
- package/types/core/helpers/utils/align.d.ts +1 -1
- package/types/core/helpers/utils/append-script.d.ts +1 -1
- package/types/core/helpers/utils/attr.d.ts +1 -1
- package/types/core/helpers/utils/build-query.d.ts +1 -1
- package/types/core/helpers/utils/config-proto.d.ts +1 -1
- package/types/core/helpers/utils/css.d.ts +1 -1
- package/types/core/helpers/utils/data-bind.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/types/core/helpers/utils/get-class-name.d.ts +1 -1
- package/types/core/helpers/utils/get.d.ts +1 -1
- package/types/core/helpers/utils/parse-query.d.ts +1 -1
- package/types/core/helpers/utils/print.d.ts +1 -1
- package/types/core/helpers/utils/reset.d.ts +1 -1
- package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/types/core/helpers/utils/selector.d.ts +1 -1
- package/types/core/helpers/utils/set.d.ts +1 -1
- package/types/core/helpers/utils/stack.d.ts +1 -1
- package/types/core/helpers/utils/utils.d.ts +1 -1
- package/types/core/plugin/helpers/init-instance.d.ts +1 -1
- package/types/core/plugin/helpers/load.d.ts +1 -1
- package/types/core/plugin/helpers/make-instance.d.ts +1 -1
- package/types/core/plugin/plugin-system.d.ts +1 -1
- package/types/core/plugin/plugin.d.ts +2 -2
- package/types/core/request/ajax.d.ts +1 -1
- package/types/core/request/config.d.ts +1 -1
- package/types/core/request/response.d.ts +1 -1
- package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/types/core/selection/index.d.ts +1 -0
- package/types/core/selection/interface.d.ts +1 -1
- package/types/core/selection/selection.d.ts +1 -1
- package/types/core/selection/style/api/extract.d.ts +1 -1
- package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/types/core/selection/style/api/has-same-style.d.ts +1 -1
- package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
- package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
- package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/types/core/selection/style/api/wrap.d.ts +1 -1
- package/types/core/selection/style/apply-style.d.ts +1 -1
- package/types/core/selection/style/commit-style.d.ts +1 -15
- package/types/core/selection/style/constants.d.ts +22 -0
- package/types/core/selection/style/transactions.d.ts +1 -1
- package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
- package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
- package/types/core/storage/storage.d.ts +1 -1
- package/types/core/traits/dlgs.d.ts +1 -1
- package/types/core/traits/elms.d.ts +1 -1
- package/types/core/traits/mods.d.ts +1 -1
- package/types/core/ui/button/button/button.d.ts +2 -2
- package/types/core/ui/button/group/group.d.ts +2 -2
- package/types/core/ui/button/tooltip/tooltip.d.ts +2 -2
- package/types/core/ui/element.d.ts +4 -4
- package/types/core/ui/form/block/block.d.ts +2 -2
- package/types/core/ui/form/form.d.ts +2 -2
- package/types/core/ui/form/inputs/area/area.d.ts +2 -2
- package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
- package/types/core/ui/form/inputs/file/file.d.ts +2 -2
- package/types/core/ui/form/inputs/input/input.d.ts +2 -2
- package/types/core/ui/form/inputs/select/select.d.ts +2 -2
- package/types/core/ui/form/validators/input.d.ts +1 -1
- package/types/core/ui/form/validators/select.d.ts +2 -2
- package/types/core/ui/group/group.d.ts +2 -2
- package/types/core/ui/group/list.d.ts +2 -2
- package/types/core/ui/group/separator.d.ts +1 -1
- package/types/core/ui/group/spacer.d.ts +1 -1
- package/types/core/ui/helpers/buttons.d.ts +1 -1
- package/types/core/ui/helpers/get-control-type.d.ts +1 -1
- package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/types/core/ui/icon.d.ts +1 -1
- package/types/core/ui/popup/popup.d.ts +2 -2
- package/types/core/ui/progress-bar/progress-bar.d.ts +2 -2
- package/types/core/view/view-with-toolbar.d.ts +2 -2
- package/types/core/view/view.d.ts +4 -4
- package/types/index.d.ts +1 -1
- package/types/jodit.d.ts +6 -6
- package/types/languages.d.ts +1 -1
- package/types/modules/context-menu/context-menu.d.ts +2 -2
- package/types/modules/dialog/alert.d.ts +1 -1
- package/types/modules/dialog/confirm.d.ts +1 -1
- package/types/modules/dialog/dialog.d.ts +2 -2
- package/types/modules/dialog/prompt.d.ts +1 -1
- package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
- package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
- package/types/modules/file-browser/builders/item.d.ts +1 -1
- package/types/modules/file-browser/config.d.ts +2 -2
- package/types/modules/file-browser/data-provider.d.ts +1 -1
- package/types/modules/file-browser/factories.d.ts +1 -1
- package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
- package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
- package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
- package/types/modules/file-browser/file-browser.d.ts +4 -4
- package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
- package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
- package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
- package/types/modules/file-browser/ui/files/files.d.ts +1 -1
- package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/types/modules/history/command.d.ts +1 -1
- package/types/modules/history/history.d.ts +2 -2
- package/types/modules/history/snapshot.d.ts +2 -2
- package/types/modules/history/stack.d.ts +1 -1
- package/types/modules/image-editor/config.d.ts +1 -1
- package/types/modules/image-editor/image-editor.d.ts +2 -2
- package/types/modules/image-editor/templates/form.d.ts +1 -1
- package/types/modules/index.d.ts +13 -13
- package/types/modules/messages/message.d.ts +2 -2
- package/types/modules/messages/messages.d.ts +2 -2
- package/types/modules/status-bar/status-bar.d.ts +4 -4
- package/types/modules/table/table.d.ts +2 -2
- package/types/modules/toolbar/button/button.d.ts +5 -5
- package/types/modules/toolbar/button/content.d.ts +2 -2
- package/types/modules/toolbar/button/select/select.d.ts +1 -1
- package/types/modules/toolbar/collection/collection.d.ts +2 -2
- package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/types/modules/toolbar/factory.d.ts +1 -1
- package/types/modules/uploader/config.d.ts +1 -1
- package/types/modules/uploader/helpers/build-data.d.ts +1 -1
- package/types/modules/uploader/helpers/index.d.ts +1 -1
- package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/types/modules/uploader/helpers/send-files.d.ts +1 -1
- package/types/modules/uploader/helpers/send.d.ts +2 -2
- package/types/modules/uploader/uploader.d.ts +2 -2
- package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
- package/types/modules/widget/tabs/tabs.d.ts +2 -2
- package/types/plugins/add-new-line/add-new-line.d.ts +2 -2
- package/types/plugins/add-new-line/config.d.ts +1 -1
- package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -2
- package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
- package/types/plugins/backspace/backspace.d.ts +2 -2
- package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
- package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
- package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-char.d.ts +2 -2
- package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
- package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
- package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
- package/types/plugins/backspace/helpers.d.ts +1 -1
- package/types/plugins/bold/bold.d.ts +1 -1
- package/types/plugins/class-span/class-span.d.ts +2 -2
- package/types/plugins/clean-html/clean-html.d.ts +2 -2
- package/types/plugins/clean-html/config.d.ts +1 -1
- package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
- package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
- package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/types/plugins/clipboard/clipboard.d.ts +2 -2
- package/types/plugins/color/color.d.ts +1 -1
- package/types/plugins/copy-format/copy-format.d.ts +1 -1
- package/types/plugins/debug/debug.d.ts +2 -2
- package/types/plugins/delete/delete.d.ts +2 -2
- package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
- package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
- package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
- package/types/plugins/dtd/config.d.ts +1 -1
- package/types/plugins/enter/enter.d.ts +2 -2
- package/types/plugins/enter/helpers/check-br.d.ts +1 -1
- package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
- package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
- package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
- package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/types/plugins/file/file.d.ts +1 -1
- package/types/plugins/focus/focus.d.ts +1 -1
- package/types/plugins/font/font.d.ts +1 -1
- package/types/plugins/format-block/format-block.d.ts +1 -1
- package/types/plugins/fullsize/fullsize.d.ts +1 -1
- package/types/plugins/hotkeys/config.d.ts +1 -1
- package/types/plugins/hotkeys/hotkeys.d.ts +2 -2
- package/types/plugins/hr/hr.d.ts +1 -1
- package/types/plugins/iframe/iframe.d.ts +1 -1
- package/types/plugins/image/image.d.ts +1 -1
- package/types/plugins/image-processor/image-processor.d.ts +2 -2
- package/types/plugins/image-properties/image-properties.d.ts +2 -2
- package/types/plugins/image-properties/readers/index.d.ts +1 -1
- package/types/plugins/image-properties/readers/link.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-form.d.ts +2 -2
- package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +2 -2
- package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +2 -2
- package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
- package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
- package/types/plugins/image-properties/writers/index.d.ts +1 -1
- package/types/plugins/image-properties/writers/link.d.ts +1 -1
- package/types/plugins/image-properties/writers/margin.d.ts +1 -1
- package/types/plugins/indent/indent.d.ts +1 -1
- package/types/plugins/index.d.ts +62 -62
- package/types/plugins/inline-popup/config/config.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/a.d.ts +2 -2
- package/types/plugins/inline-popup/config/items/cells.d.ts +2 -2
- package/types/plugins/inline-popup/config/items/iframe.d.ts +2 -2
- package/types/plugins/inline-popup/config/items/img.d.ts +2 -2
- package/types/plugins/inline-popup/inline-popup.d.ts +2 -2
- package/types/plugins/justify/justify.d.ts +1 -1
- package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
- package/types/plugins/limit/limit.d.ts +2 -2
- package/types/plugins/line-height/line-height.d.ts +2 -2
- package/types/plugins/link/config.d.ts +1 -1
- package/types/plugins/link/link.d.ts +2 -2
- package/types/plugins/link/template.d.ts +1 -1
- package/types/plugins/media/media.d.ts +1 -1
- package/types/plugins/mobile/config.d.ts +1 -1
- package/types/plugins/mobile/mobile.d.ts +1 -1
- package/types/plugins/ordered-list/ordered-list.d.ts +2 -2
- package/types/plugins/paste/config.d.ts +1 -1
- package/types/plugins/paste/helpers.d.ts +1 -1
- package/types/plugins/paste/interface.d.ts +1 -1
- package/types/plugins/paste/paste.d.ts +2 -2
- package/types/plugins/paste-from-word/config.d.ts +1 -1
- package/types/plugins/paste-from-word/paste-from-word.d.ts +3 -3
- package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/types/plugins/placeholder/placeholder.d.ts +2 -2
- package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
- package/types/plugins/preview/preview.d.ts +1 -1
- package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
- package/types/plugins/print/print.d.ts +1 -1
- package/types/plugins/redo-undo/redo-undo.d.ts +2 -2
- package/types/plugins/resize-cells/resize-cells.d.ts +2 -2
- package/types/plugins/resize-handler/resize-handler.d.ts +2 -2
- package/types/plugins/resizer/config.d.ts +1 -1
- package/types/plugins/resizer/resizer.d.ts +2 -2
- package/types/plugins/search/config.d.ts +1 -1
- package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/types/plugins/search/search.d.ts +3 -3
- package/types/plugins/search/ui/search.d.ts +2 -2
- package/types/plugins/select/select.d.ts +2 -2
- package/types/plugins/select-cells/select-cells.d.ts +2 -2
- package/types/plugins/size/size.d.ts +2 -2
- package/types/plugins/source/config.d.ts +1 -1
- package/types/plugins/source/editor/engines/ace.d.ts +2 -2
- package/types/plugins/source/editor/engines/area.d.ts +2 -2
- package/types/plugins/source/editor/factory.d.ts +1 -1
- package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
- package/types/plugins/source/source.d.ts +2 -2
- package/types/plugins/speech-recognize/config.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +3 -3
- package/types/plugins/speech-recognize/speech-recognize.d.ts +2 -2
- package/types/plugins/spellcheck/spellcheck.d.ts +2 -2
- package/types/plugins/stat/stat.d.ts +1 -1
- package/types/plugins/sticky/sticky.d.ts +2 -2
- package/types/plugins/symbols/symbols.d.ts +2 -2
- package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/types/plugins/table/table.d.ts +1 -1
- package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/types/plugins/wrap-nodes/config.d.ts +1 -1
- package/types/types/jodit.d.ts +1 -1
package/es2015/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.2.
|
|
4
|
+
* Version: v4.2.11
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1736,7 +1736,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1736
1736
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1737
1737
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1738
1738
|
*/
|
|
1739
|
-
const APP_VERSION = "4.2.
|
|
1739
|
+
const APP_VERSION = "4.2.11";
|
|
1740
1740
|
// prettier-ignore
|
|
1741
1741
|
const ES = "es2015";
|
|
1742
1742
|
const IS_ES_MODERN = true;
|
|
@@ -9958,16 +9958,17 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
|
|
|
9958
9958
|
|
|
9959
9959
|
"use strict";
|
|
9960
9960
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9961
|
-
/* harmony export */ Ag: function() { return /* reexport safe */
|
|
9962
|
-
/* harmony export */ DI: function() { return /* reexport safe */
|
|
9961
|
+
/* harmony export */ Ag: function() { return /* reexport safe */ _style_constants__WEBPACK_IMPORTED_MODULE_2__.Ag; },
|
|
9962
|
+
/* harmony export */ DI: function() { return /* reexport safe */ _style_constants__WEBPACK_IMPORTED_MODULE_2__.DI; },
|
|
9963
9963
|
/* harmony export */ LN: function() { return /* reexport safe */ _selection__WEBPACK_IMPORTED_MODULE_0__.L; },
|
|
9964
|
-
/* harmony export */ OJ: function() { return /* reexport safe */
|
|
9965
|
-
/* harmony export */ Zk: function() { return /* reexport safe */
|
|
9966
|
-
/* harmony export */ dj: function() { return /* reexport safe */
|
|
9967
|
-
/* harmony export */ xk: function() { return /* reexport safe */ _style_commit_style__WEBPACK_IMPORTED_MODULE_1__.
|
|
9964
|
+
/* harmony export */ OJ: function() { return /* reexport safe */ _style_constants__WEBPACK_IMPORTED_MODULE_2__.OJ; },
|
|
9965
|
+
/* harmony export */ Zk: function() { return /* reexport safe */ _style_constants__WEBPACK_IMPORTED_MODULE_2__.Zk; },
|
|
9966
|
+
/* harmony export */ dj: function() { return /* reexport safe */ _style_constants__WEBPACK_IMPORTED_MODULE_2__.dj; },
|
|
9967
|
+
/* harmony export */ xk: function() { return /* reexport safe */ _style_commit_style__WEBPACK_IMPORTED_MODULE_1__.x; }
|
|
9968
9968
|
/* harmony export */ });
|
|
9969
9969
|
/* harmony import */ var _selection__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(84602);
|
|
9970
9970
|
/* harmony import */ var _style_commit_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8757);
|
|
9971
|
+
/* harmony import */ var _style_constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12043);
|
|
9971
9972
|
/*!
|
|
9972
9973
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9973
9974
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -9980,6 +9981,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
|
|
|
9980
9981
|
|
|
9981
9982
|
|
|
9982
9983
|
|
|
9984
|
+
|
|
9983
9985
|
/***/ }),
|
|
9984
9986
|
|
|
9985
9987
|
/***/ 84602:
|
|
@@ -10993,7 +10995,7 @@ class Selection {
|
|
|
10993
10995
|
*/
|
|
10994
10996
|
commitStyle(options) {
|
|
10995
10997
|
void 0;
|
|
10996
|
-
const styleElm = new _style_commit_style__WEBPACK_IMPORTED_MODULE_7__/* .CommitStyle */ .
|
|
10998
|
+
const styleElm = new _style_commit_style__WEBPACK_IMPORTED_MODULE_7__/* .CommitStyle */ .x(options);
|
|
10997
10999
|
styleElm.apply(this.j);
|
|
10998
11000
|
}
|
|
10999
11001
|
/**
|
|
@@ -11712,8 +11714,8 @@ function isSameStyleChild(commitStyle, elm) {
|
|
|
11712
11714
|
/* 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__);
|
|
11713
11715
|
/* harmony import */ var jodit_core_selection_style_api_extract__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20384);
|
|
11714
11716
|
/* harmony import */ var jodit_core_selection_style_api_toggle_attributes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(38271);
|
|
11715
|
-
/* harmony import */ var
|
|
11716
|
-
/* harmony import */ var
|
|
11717
|
+
/* harmony import */ var jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(12043);
|
|
11718
|
+
/* harmony import */ var _wrap_list__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(61001);
|
|
11717
11719
|
/*!
|
|
11718
11720
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11719
11721
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -11737,29 +11739,29 @@ function toggleOrderedList(commitStyle, li, jodit, mode) {
|
|
|
11737
11739
|
if (!list) {
|
|
11738
11740
|
return mode;
|
|
11739
11741
|
}
|
|
11740
|
-
const result = jodit.e.fire(`${
|
|
11742
|
+
const result = jodit.e.fire(`${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* ._PREFIX */ .ar}BeforeToggleList`, mode, commitStyle, list);
|
|
11741
11743
|
if (result !== undefined) {
|
|
11742
11744
|
return result;
|
|
11743
11745
|
}
|
|
11744
|
-
const hook = jodit.e.fire.bind(jodit.e, `${
|
|
11745
|
-
if (mode !==
|
|
11746
|
-
const isChangeMode = (0,jodit_core_selection_style_api_toggle_attributes__WEBPACK_IMPORTED_MODULE_3__/* .toggleAttributes */ .Y)(commitStyle, li.parentElement, jodit,
|
|
11746
|
+
const hook = jodit.e.fire.bind(jodit.e, `${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* ._PREFIX */ .ar}AfterToggleList`);
|
|
11747
|
+
if (mode !== jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .UNWRAP */ .OJ) {
|
|
11748
|
+
const isChangeMode = (0,jodit_core_selection_style_api_toggle_attributes__WEBPACK_IMPORTED_MODULE_3__/* .toggleAttributes */ .Y)(commitStyle, li.parentElement, jodit, jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .INITIAL */ .DI, true) === jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .CHANGE */ .PL;
|
|
11747
11749
|
// ul => ol, ol => ul or ul => ul.class1
|
|
11748
|
-
if (mode ===
|
|
11750
|
+
if (mode === jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .REPLACE */ .dj ||
|
|
11749
11751
|
isChangeMode ||
|
|
11750
11752
|
list.tagName.toLowerCase() !== commitStyle.element) {
|
|
11751
|
-
const wrapper = unwrapList(
|
|
11752
|
-
const newList = (0,
|
|
11753
|
-
hook(
|
|
11754
|
-
return
|
|
11753
|
+
const wrapper = unwrapList(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .REPLACE */ .dj, list, li, jodit, commitStyle);
|
|
11754
|
+
const newList = (0,_wrap_list__WEBPACK_IMPORTED_MODULE_4__/* .wrapList */ .z)(commitStyle, wrapper, jodit);
|
|
11755
|
+
hook(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .REPLACE */ .dj, newList, commitStyle);
|
|
11756
|
+
return jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .REPLACE */ .dj;
|
|
11755
11757
|
}
|
|
11756
11758
|
}
|
|
11757
|
-
const wrapper = unwrapList(
|
|
11758
|
-
hook(
|
|
11759
|
-
return
|
|
11759
|
+
const wrapper = unwrapList(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .UNWRAP */ .OJ, list, li, jodit, commitStyle);
|
|
11760
|
+
hook(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .UNWRAP */ .OJ, wrapper, commitStyle);
|
|
11761
|
+
return jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* .UNWRAP */ .OJ;
|
|
11760
11762
|
}
|
|
11761
11763
|
function unwrapList(mode, list, li, jodit, cs) {
|
|
11762
|
-
const result = jodit.e.fire(`${
|
|
11764
|
+
const result = jodit.e.fire(`${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_5__/* ._PREFIX */ .ar}BeforeUnwrapList`, mode, list, cs);
|
|
11763
11765
|
if (result) {
|
|
11764
11766
|
void 0;
|
|
11765
11767
|
return result;
|
|
@@ -11782,7 +11784,7 @@ function unwrapList(mode, list, li, jodit, cs) {
|
|
|
11782
11784
|
/* harmony export */ });
|
|
11783
11785
|
/* harmony import */ var jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(71842);
|
|
11784
11786
|
/* harmony import */ var jodit_core_selection_style_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97621);
|
|
11785
|
-
/* harmony import */ var
|
|
11787
|
+
/* harmony import */ var jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12043);
|
|
11786
11788
|
/*!
|
|
11787
11789
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11788
11790
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -11797,7 +11799,7 @@ function unwrapList(mode, list, li, jodit, cs) {
|
|
|
11797
11799
|
* @private
|
|
11798
11800
|
*/
|
|
11799
11801
|
function wrapList(commitStyle, wrapper, jodit) {
|
|
11800
|
-
const result = jodit.e.fire(`${
|
|
11802
|
+
const result = jodit.e.fire(`${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_2__/* ._PREFIX */ .ar}BeforeWrapList`, jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_2__/* .REPLACE */ .dj, wrapper, commitStyle);
|
|
11801
11803
|
const newWrapper = result !== null && result !== void 0 ? result : jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.replace(wrapper, 'li', jodit.createInside);
|
|
11802
11804
|
const prev = newWrapper.previousElementSibling;
|
|
11803
11805
|
const next = newWrapper.nextElementSibling;
|
|
@@ -11806,7 +11808,7 @@ function wrapList(commitStyle, wrapper, jodit) {
|
|
|
11806
11808
|
if (!jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.isList(list) ||
|
|
11807
11809
|
!(0,jodit_core_selection_style_api__WEBPACK_IMPORTED_MODULE_1__/* .isSameAttributes */ .M6)(list, commitStyle.options.attributes)) {
|
|
11808
11810
|
list = jodit.createInside.element(commitStyle.element);
|
|
11809
|
-
(0,jodit_core_selection_style_api__WEBPACK_IMPORTED_MODULE_1__/* .toggleAttributes */ .Yx)(commitStyle, list, jodit,
|
|
11811
|
+
(0,jodit_core_selection_style_api__WEBPACK_IMPORTED_MODULE_1__/* .toggleAttributes */ .Yx)(commitStyle, list, jodit, jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_2__/* .INITIAL */ .DI);
|
|
11810
11812
|
jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.before(newWrapper, list);
|
|
11811
11813
|
}
|
|
11812
11814
|
if (prev === list) {
|
|
@@ -11820,7 +11822,7 @@ function wrapList(commitStyle, wrapper, jodit) {
|
|
|
11820
11822
|
jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.append(list, Array.from(list.nextElementSibling.childNodes));
|
|
11821
11823
|
jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.safeRemove(list.nextElementSibling);
|
|
11822
11824
|
}
|
|
11823
|
-
jodit.e.fire(`${
|
|
11825
|
+
jodit.e.fire(`${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_2__/* ._PREFIX */ .ar}AfterWrapList`, jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_2__/* .WRAP */ .Zk, list, commitStyle);
|
|
11824
11826
|
return list;
|
|
11825
11827
|
}
|
|
11826
11828
|
|
|
@@ -11837,13 +11839,13 @@ function wrapList(commitStyle, wrapper, jodit) {
|
|
|
11837
11839
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(55186);
|
|
11838
11840
|
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(56298);
|
|
11839
11841
|
/* harmony import */ var jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9823);
|
|
11840
|
-
/* harmony import */ var
|
|
11842
|
+
/* harmony import */ var jodit_core_helpers_normalize_normalize_css_value__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(59678);
|
|
11841
11843
|
/* harmony import */ var jodit_core_helpers_size_object_size__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(95350);
|
|
11842
|
-
/* harmony import */ var
|
|
11844
|
+
/* harmony import */ var jodit_core_helpers_string_kebab_case__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(449);
|
|
11843
11845
|
/* harmony import */ var jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97369);
|
|
11844
|
-
/* harmony import */ var
|
|
11846
|
+
/* harmony import */ var jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(38322);
|
|
11845
11847
|
/* harmony import */ var jodit_core_helpers_utils_data_bind__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(72197);
|
|
11846
|
-
/* harmony import */ var
|
|
11848
|
+
/* harmony import */ var jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(12043);
|
|
11847
11849
|
/*!
|
|
11848
11850
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11849
11851
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -11892,24 +11894,24 @@ function toggleAttributes(commitStyle, elm, jodit, mode, dry = false) {
|
|
|
11892
11894
|
function toggleStyle(commitStyle, jodit, style, elm, dry, mode) {
|
|
11893
11895
|
void 0;
|
|
11894
11896
|
Object.keys(style).forEach((rule) => {
|
|
11895
|
-
const inlineValue = elm.style.getPropertyValue((0,
|
|
11897
|
+
const inlineValue = elm.style.getPropertyValue((0,jodit_core_helpers_string_kebab_case__WEBPACK_IMPORTED_MODULE_6__/* .kebabCase */ .k)(rule));
|
|
11896
11898
|
const newValue = style[rule];
|
|
11897
11899
|
if (inlineValue === '' && newValue == null) {
|
|
11898
11900
|
return;
|
|
11899
11901
|
}
|
|
11900
11902
|
if (getNativeCSSValue(jodit, elm, rule) ===
|
|
11901
|
-
(0,
|
|
11903
|
+
(0,jodit_core_helpers_normalize_normalize_css_value__WEBPACK_IMPORTED_MODULE_7__/* .normalizeCssValue */ .iy)(rule, newValue)) {
|
|
11902
11904
|
if (!inlineValue) {
|
|
11903
11905
|
return;
|
|
11904
11906
|
}
|
|
11905
|
-
!dry && (0,
|
|
11906
|
-
mode =
|
|
11907
|
+
!dry && (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_8__/* .css */ .A)(elm, rule, null);
|
|
11908
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .UNSET */ .Ag;
|
|
11907
11909
|
mode = removeExtraStyleAttribute(commitStyle, elm, mode);
|
|
11908
11910
|
return;
|
|
11909
11911
|
}
|
|
11910
|
-
mode =
|
|
11912
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .CHANGE */ .PL;
|
|
11911
11913
|
if (!dry) {
|
|
11912
|
-
(0,
|
|
11914
|
+
(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_8__/* .css */ .A)(elm, rule, newValue);
|
|
11913
11915
|
mode = removeExtraStyleAttribute(commitStyle, elm, mode);
|
|
11914
11916
|
}
|
|
11915
11917
|
});
|
|
@@ -11917,9 +11919,9 @@ function toggleStyle(commitStyle, jodit, style, elm, dry, mode) {
|
|
|
11917
11919
|
}
|
|
11918
11920
|
function toggleClass(jodit, value, elm, mode, dry) {
|
|
11919
11921
|
void 0;
|
|
11920
|
-
const hook = jodit.e.fire.bind(jodit.e, `${
|
|
11922
|
+
const hook = jodit.e.fire.bind(jodit.e, `${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* ._PREFIX */ .ar}AfterToggleAttribute`);
|
|
11921
11923
|
if (elm.classList.contains(value.toString())) {
|
|
11922
|
-
mode =
|
|
11924
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .UNSET */ .Ag;
|
|
11923
11925
|
if (!dry) {
|
|
11924
11926
|
elm.classList.remove(value);
|
|
11925
11927
|
if (elm.classList.length === 0) {
|
|
@@ -11929,7 +11931,7 @@ function toggleClass(jodit, value, elm, mode, dry) {
|
|
|
11929
11931
|
}
|
|
11930
11932
|
}
|
|
11931
11933
|
else {
|
|
11932
|
-
mode =
|
|
11934
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .CHANGE */ .PL;
|
|
11933
11935
|
if (!dry) {
|
|
11934
11936
|
elm.classList.add(value);
|
|
11935
11937
|
hook(mode, elm, 'class', value);
|
|
@@ -11939,14 +11941,14 @@ function toggleClass(jodit, value, elm, mode, dry) {
|
|
|
11939
11941
|
}
|
|
11940
11942
|
function toggleAttribute(jodit, value, elm, key, dry, mode) {
|
|
11941
11943
|
void 0;
|
|
11942
|
-
const hook = jodit.e.fire.bind(jodit.e, `${
|
|
11944
|
+
const hook = jodit.e.fire.bind(jodit.e, `${jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* ._PREFIX */ .ar}AfterToggleAttribute`);
|
|
11943
11945
|
if ((0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_4__.attr)(elm, key) === value) {
|
|
11944
11946
|
!dry && (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_4__.attr)(elm, key, null);
|
|
11945
|
-
mode =
|
|
11947
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .UNSET */ .Ag;
|
|
11946
11948
|
!dry && hook(mode, elm, key, value);
|
|
11947
11949
|
return mode;
|
|
11948
11950
|
}
|
|
11949
|
-
mode =
|
|
11951
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .CHANGE */ .PL;
|
|
11950
11952
|
if (!dry) {
|
|
11951
11953
|
(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_4__.attr)(elm, key, value);
|
|
11952
11954
|
hook(mode, elm, key, value);
|
|
@@ -11962,7 +11964,7 @@ function removeExtraStyleAttribute(commitStyle, elm, mode) {
|
|
|
11962
11964
|
(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_4__.attr)(elm, 'style', null);
|
|
11963
11965
|
if (elm.tagName.toLowerCase() === commitStyle.defaultTag) {
|
|
11964
11966
|
jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.unwrap(elm);
|
|
11965
|
-
mode =
|
|
11967
|
+
mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__/* .UNWRAP */ .OJ;
|
|
11966
11968
|
}
|
|
11967
11969
|
}
|
|
11968
11970
|
return mode;
|
|
@@ -11977,7 +11979,7 @@ function getShadowRoot(jodit) {
|
|
|
11977
11979
|
}
|
|
11978
11980
|
const container = (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .getContainer */ .My)(jodit);
|
|
11979
11981
|
const iframe = document.createElement('iframe');
|
|
11980
|
-
(0,
|
|
11982
|
+
(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_8__/* .css */ .A)(iframe, {
|
|
11981
11983
|
width: 0,
|
|
11982
11984
|
height: 0,
|
|
11983
11985
|
position: 'absolute',
|
|
@@ -11998,7 +12000,7 @@ function getNativeCSSValue(jodit, elm, key) {
|
|
|
11998
12000
|
newElm.style.cssText = elm.style.cssText;
|
|
11999
12001
|
const root = getShadowRoot(jodit);
|
|
12000
12002
|
root.appendChild(newElm);
|
|
12001
|
-
const result = (0,
|
|
12003
|
+
const result = (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_8__/* .css */ .A)(newElm, key);
|
|
12002
12004
|
jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__/* .Dom */ .J.safeRemove(newElm);
|
|
12003
12005
|
return result;
|
|
12004
12006
|
}
|
|
@@ -12214,8 +12216,8 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
|
|
|
12214
12216
|
/* harmony export */ O: function() { return /* binding */ ApplyStyle; }
|
|
12215
12217
|
/* harmony export */ });
|
|
12216
12218
|
/* harmony import */ var _api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(97621);
|
|
12217
|
-
/* harmony import */ var
|
|
12218
|
-
/* harmony import */ var
|
|
12219
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12043);
|
|
12220
|
+
/* harmony import */ var _transactions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(37649);
|
|
12219
12221
|
/*!
|
|
12220
12222
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12221
12223
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -12238,17 +12240,17 @@ function ApplyStyle(jodit, cs) {
|
|
|
12238
12240
|
}
|
|
12239
12241
|
let state = {
|
|
12240
12242
|
collapsed: sel.isCollapsed(),
|
|
12241
|
-
mode:
|
|
12243
|
+
mode: _constants__WEBPACK_IMPORTED_MODULE_2__/* .INITIAL */ .DI,
|
|
12242
12244
|
element: font.value,
|
|
12243
|
-
next:
|
|
12245
|
+
next: _transactions__WEBPACK_IMPORTED_MODULE_1__/* .states */ .x.START,
|
|
12244
12246
|
jodit,
|
|
12245
12247
|
style: cs
|
|
12246
12248
|
};
|
|
12247
12249
|
while (font && !font.done) {
|
|
12248
|
-
const machine = new _api__WEBPACK_IMPORTED_MODULE_0__/* .FiniteStateMachine */ .EF(
|
|
12250
|
+
const machine = new _api__WEBPACK_IMPORTED_MODULE_0__/* .FiniteStateMachine */ .EF(_transactions__WEBPACK_IMPORTED_MODULE_1__/* .states */ .x.START, _transactions__WEBPACK_IMPORTED_MODULE_1__/* .transactions */ .g);
|
|
12249
12251
|
state.element = font.value;
|
|
12250
12252
|
// machine.disableSilent();
|
|
12251
|
-
while (machine.getState() !==
|
|
12253
|
+
while (machine.getState() !== _transactions__WEBPACK_IMPORTED_MODULE_1__/* .states */ .x.END) {
|
|
12252
12254
|
// console.log(machine.getState(), state);
|
|
12253
12255
|
state = machine.dispatch('exec', state);
|
|
12254
12256
|
}
|
|
@@ -12267,17 +12269,11 @@ function ApplyStyle(jodit, cs) {
|
|
|
12267
12269
|
|
|
12268
12270
|
"use strict";
|
|
12269
12271
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12270
|
-
/* harmony export */
|
|
12271
|
-
/* harmony export */ DI: function() { return /* binding */ INITIAL; },
|
|
12272
|
-
/* harmony export */ OJ: function() { return /* binding */ UNWRAP; },
|
|
12273
|
-
/* harmony export */ PL: function() { return /* binding */ CHANGE; },
|
|
12274
|
-
/* harmony export */ Zk: function() { return /* binding */ WRAP; },
|
|
12275
|
-
/* harmony export */ ar: function() { return /* binding */ _PREFIX; },
|
|
12276
|
-
/* harmony export */ dj: function() { return /* binding */ REPLACE; },
|
|
12277
|
-
/* harmony export */ xk: function() { return /* binding */ CommitStyle; }
|
|
12272
|
+
/* harmony export */ x: function() { return /* binding */ CommitStyle; }
|
|
12278
12273
|
/* harmony export */ });
|
|
12279
12274
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17352);
|
|
12280
12275
|
/* harmony import */ var jodit_core_helpers_string_camel_case__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(83260);
|
|
12276
|
+
/* harmony import */ var jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(12043);
|
|
12281
12277
|
/* harmony import */ var _apply_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10494);
|
|
12282
12278
|
/*!
|
|
12283
12279
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -12287,20 +12283,7 @@ function ApplyStyle(jodit, cs) {
|
|
|
12287
12283
|
|
|
12288
12284
|
|
|
12289
12285
|
|
|
12290
|
-
|
|
12291
|
-
const WRAP = 'wrap';
|
|
12292
|
-
/** @internal */
|
|
12293
|
-
const UNWRAP = 'unwrap';
|
|
12294
|
-
/** @internal */
|
|
12295
|
-
const CHANGE = 'change';
|
|
12296
|
-
/** @internal */
|
|
12297
|
-
const UNSET = 'unset';
|
|
12298
|
-
/** @internal */
|
|
12299
|
-
const INITIAL = 'initial';
|
|
12300
|
-
/** @internal */
|
|
12301
|
-
const REPLACE = 'replace';
|
|
12302
|
-
/** @internal */
|
|
12303
|
-
const _PREFIX = 'commitStyle';
|
|
12286
|
+
|
|
12304
12287
|
class CommitStyle {
|
|
12305
12288
|
isApplied(elm, key) {
|
|
12306
12289
|
const data = this.__applyMap.get(elm);
|
|
@@ -12349,20 +12332,17 @@ class CommitStyle {
|
|
|
12349
12332
|
}
|
|
12350
12333
|
apply(jodit) {
|
|
12351
12334
|
const { hooks } = this.options;
|
|
12335
|
+
const keys = (hooks ? Object.keys(hooks) : []);
|
|
12352
12336
|
try {
|
|
12353
|
-
|
|
12354
|
-
|
|
12355
|
-
|
|
12356
|
-
jodit.e.on((0,jodit_core_helpers_string_camel_case__WEBPACK_IMPORTED_MODULE_2__/* .camelCase */ .x)(_PREFIX + '_' + key), hooks[key]);
|
|
12357
|
-
});
|
|
12337
|
+
keys.forEach(key => {
|
|
12338
|
+
jodit.e.on((0,jodit_core_helpers_string_camel_case__WEBPACK_IMPORTED_MODULE_2__/* .camelCase */ .x)(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_3__/* ._PREFIX */ .ar + '_' + key), hooks[key]);
|
|
12339
|
+
});
|
|
12358
12340
|
(0,_apply_style__WEBPACK_IMPORTED_MODULE_1__/* .ApplyStyle */ .O)(jodit, this);
|
|
12359
12341
|
}
|
|
12360
12342
|
finally {
|
|
12361
|
-
|
|
12362
|
-
|
|
12363
|
-
|
|
12364
|
-
jodit.e.off((0,jodit_core_helpers_string_camel_case__WEBPACK_IMPORTED_MODULE_2__/* .camelCase */ .x)(_PREFIX + '_' + key), hooks[key]);
|
|
12365
|
-
});
|
|
12343
|
+
keys.forEach(key => {
|
|
12344
|
+
jodit.e.off((0,jodit_core_helpers_string_camel_case__WEBPACK_IMPORTED_MODULE_2__/* .camelCase */ .x)(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_3__/* ._PREFIX */ .ar + '_' + key), hooks[key]);
|
|
12345
|
+
});
|
|
12366
12346
|
this.__applyMap = new WeakMap();
|
|
12367
12347
|
}
|
|
12368
12348
|
jodit.synchronizeValues();
|
|
@@ -12371,6 +12351,45 @@ class CommitStyle {
|
|
|
12371
12351
|
}
|
|
12372
12352
|
|
|
12373
12353
|
|
|
12354
|
+
/***/ }),
|
|
12355
|
+
|
|
12356
|
+
/***/ 12043:
|
|
12357
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
12358
|
+
|
|
12359
|
+
"use strict";
|
|
12360
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12361
|
+
/* harmony export */ Ag: function() { return /* binding */ UNSET; },
|
|
12362
|
+
/* harmony export */ DI: function() { return /* binding */ INITIAL; },
|
|
12363
|
+
/* harmony export */ OJ: function() { return /* binding */ UNWRAP; },
|
|
12364
|
+
/* harmony export */ PL: function() { return /* binding */ CHANGE; },
|
|
12365
|
+
/* harmony export */ Zk: function() { return /* binding */ WRAP; },
|
|
12366
|
+
/* harmony export */ ar: function() { return /* binding */ _PREFIX; },
|
|
12367
|
+
/* harmony export */ dj: function() { return /* binding */ REPLACE; }
|
|
12368
|
+
/* harmony export */ });
|
|
12369
|
+
/*!
|
|
12370
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12371
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12372
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12373
|
+
*/
|
|
12374
|
+
/**
|
|
12375
|
+
* @module selection
|
|
12376
|
+
*/
|
|
12377
|
+
/** @internal */
|
|
12378
|
+
const WRAP = 'wrap';
|
|
12379
|
+
/** @internal */
|
|
12380
|
+
const UNWRAP = 'unwrap';
|
|
12381
|
+
/** @internal */
|
|
12382
|
+
const CHANGE = 'change';
|
|
12383
|
+
/** @internal */
|
|
12384
|
+
const UNSET = 'unset';
|
|
12385
|
+
/** @internal */
|
|
12386
|
+
const INITIAL = 'initial';
|
|
12387
|
+
/** @internal */
|
|
12388
|
+
const REPLACE = 'replace';
|
|
12389
|
+
/** @internal */
|
|
12390
|
+
const _PREFIX = 'commitStyle';
|
|
12391
|
+
|
|
12392
|
+
|
|
12374
12393
|
/***/ }),
|
|
12375
12394
|
|
|
12376
12395
|
/***/ 37649:
|
|
@@ -23882,19 +23901,17 @@ function dataURItoBlob(dataURI) {
|
|
|
23882
23901
|
|
|
23883
23902
|
"use strict";
|
|
23884
23903
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
23885
|
-
/* harmony export */ $j: function() { return /* reexport safe */
|
|
23904
|
+
/* harmony export */ $j: function() { return /* reexport safe */ _send__WEBPACK_IMPORTED_MODULE_2__.$; },
|
|
23886
23905
|
/* harmony export */ Pb: function() { return /* binding */ hasItems; },
|
|
23887
23906
|
/* harmony export */ YQ: function() { return /* binding */ hasFiles; },
|
|
23888
|
-
/* harmony export */ _9: function() { return /* reexport safe */
|
|
23889
|
-
/* harmony export */ dT: function() { return /* reexport safe */
|
|
23890
|
-
/* harmony export */ tN: function() { return /* reexport safe */
|
|
23891
|
-
/* harmony export */ zM: function() { return /* reexport safe */ _data_uri_to_blob__WEBPACK_IMPORTED_MODULE_1__.z; }
|
|
23907
|
+
/* harmony export */ _9: function() { return /* reexport safe */ _send_files__WEBPACK_IMPORTED_MODULE_3__._; },
|
|
23908
|
+
/* harmony export */ dT: function() { return /* reexport safe */ _process_old_browser_drag__WEBPACK_IMPORTED_MODULE_1__.d; },
|
|
23909
|
+
/* harmony export */ tN: function() { return /* reexport safe */ _send__WEBPACK_IMPORTED_MODULE_2__.t; }
|
|
23892
23910
|
/* harmony export */ });
|
|
23893
23911
|
/* harmony import */ var _build_data__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(89929);
|
|
23894
|
-
/* harmony import */ var
|
|
23895
|
-
/* harmony import */ var
|
|
23896
|
-
/* harmony import */ var
|
|
23897
|
-
/* harmony import */ var _send_files__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(74714);
|
|
23912
|
+
/* harmony import */ var _process_old_browser_drag__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(84759);
|
|
23913
|
+
/* harmony import */ var _send__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27912);
|
|
23914
|
+
/* harmony import */ var _send_files__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(74714);
|
|
23898
23915
|
/*!
|
|
23899
23916
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23900
23917
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -23926,7 +23943,8 @@ function hasItems(data) {
|
|
|
23926
23943
|
/* harmony import */ var jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(71842);
|
|
23927
23944
|
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(56298);
|
|
23928
23945
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(65147);
|
|
23929
|
-
/* harmony import */ var
|
|
23946
|
+
/* harmony import */ var _data_uri_to_blob__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(51923);
|
|
23947
|
+
/* harmony import */ var _send_files__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(74714);
|
|
23930
23948
|
/*!
|
|
23931
23949
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23932
23950
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -23937,6 +23955,7 @@ function hasItems(data) {
|
|
|
23937
23955
|
|
|
23938
23956
|
|
|
23939
23957
|
|
|
23958
|
+
|
|
23940
23959
|
function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFinally) {
|
|
23941
23960
|
if (cData && (!cData.types.length || cData.types[0] !== jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.TEXT_PLAIN)) {
|
|
23942
23961
|
const div = self.j.c.div('', {
|
|
@@ -23954,7 +23973,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
|
|
|
23954
23973
|
if (child && child.hasAttribute('src')) {
|
|
23955
23974
|
const src = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.attr)(child, 'src') || '';
|
|
23956
23975
|
restore();
|
|
23957
|
-
(0,
|
|
23976
|
+
(0,_send_files__WEBPACK_IMPORTED_MODULE_4__/* .sendFiles */ ._)(self, [(0,_data_uri_to_blob__WEBPACK_IMPORTED_MODULE_5__/* .dataURItoBlob */ .z)(src)], handlerSuccess, handlerError).finally(onFinally);
|
|
23958
23977
|
}
|
|
23959
23978
|
}, self.j.defaultTimeout);
|
|
23960
23979
|
}
|