jodit 4.4.5 → 4.4.8
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 +6 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +71 -35
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.css +1 -1
- 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 +71 -35
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.css +1 -1
- 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 +71 -35
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.css +1 -1
- 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 +71 -35
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.css +1 -1
- 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/5.fat.min.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/975.fat.min.js +1 -1
- package/es5/975.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +71 -35
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- 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.d.ts +27 -27
- package/esm/core/async/async.d.ts +1 -1
- package/esm/core/async/index.d.ts +1 -1
- package/esm/core/component/component.d.ts +1 -1
- package/esm/core/component/index.d.ts +3 -3
- package/esm/core/component/view-component.d.ts +2 -2
- 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/index.d.ts +1 -1
- package/esm/core/decorators/cache/cache.d.ts +1 -1
- package/esm/core/decorators/debounce/debounce.d.ts +1 -1
- package/esm/core/decorators/hook/hook.d.ts +2 -2
- package/esm/core/decorators/idle/idle.d.ts +1 -1
- package/esm/core/decorators/index.d.ts +11 -11
- package/esm/core/decorators/persistent/persistent.d.ts +1 -1
- package/esm/core/decorators/wait/wait.d.ts +1 -1
- package/esm/core/decorators/watch/watch.d.ts +1 -1
- package/esm/core/dom/dom.d.ts +6 -1
- package/esm/core/dom/dom.js +36 -12
- package/esm/core/dom/index.d.ts +2 -2
- package/esm/core/dom/lazy-walker.d.ts +2 -2
- package/esm/core/event-emitter/event-emitter.d.ts +1 -1
- package/esm/core/event-emitter/eventify.d.ts +1 -1
- package/esm/core/event-emitter/index.d.ts +4 -4
- package/esm/core/event-emitter/observable.d.ts +1 -1
- package/esm/core/event-emitter/store.d.ts +1 -1
- package/esm/core/global.d.ts +3 -3
- package/esm/core/helpers/array/index.d.ts +3 -3
- package/esm/core/helpers/async/index.d.ts +1 -1
- package/esm/core/helpers/checker/index.d.ts +25 -25
- package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
- package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-marker.d.ts +1 -1
- package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
- package/esm/core/helpers/color/index.d.ts +1 -1
- package/esm/core/helpers/html/index.d.ts +6 -6
- package/esm/core/helpers/html/strip-tags.d.ts +1 -1
- package/esm/core/helpers/index.d.ts +9 -9
- package/esm/core/helpers/normalize/index.d.ts +8 -8
- package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/esm/core/helpers/size/index.d.ts +6 -6
- package/esm/core/helpers/size/object-size.d.ts +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/string/i18n.d.ts +1 -1
- package/esm/core/helpers/string/index.d.ts +7 -7
- package/esm/core/helpers/utils/align.d.ts +1 -1
- package/esm/core/helpers/utils/append-script.d.ts +1 -1
- package/esm/core/helpers/utils/attr.d.ts +1 -1
- package/esm/core/helpers/utils/build-query.d.ts +1 -1
- package/esm/core/helpers/utils/config-proto.d.ts +1 -1
- package/esm/core/helpers/utils/css.d.ts +1 -1
- package/esm/core/helpers/utils/data-bind.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/index.d.ts +3 -3
- package/esm/core/helpers/utils/error/index.d.ts +2 -2
- package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
- package/esm/core/helpers/utils/get.d.ts +1 -1
- package/esm/core/helpers/utils/index.d.ts +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/reset.d.ts +1 -1
- package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/esm/core/helpers/utils/selector.d.ts +1 -1
- package/esm/core/helpers/utils/set.d.ts +1 -1
- package/esm/core/helpers/utils/stack.d.ts +1 -1
- package/esm/core/helpers/utils/utils.d.ts +1 -1
- package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/load.d.ts +1 -1
- package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
- package/esm/core/plugin/index.d.ts +2 -2
- package/esm/core/plugin/plugin-system.d.ts +2 -2
- package/esm/core/plugin/plugin.d.ts +2 -2
- package/esm/core/request/ajax.d.ts +2 -2
- package/esm/core/request/config.d.ts +1 -1
- package/esm/core/request/index.d.ts +2 -2
- package/esm/core/request/response.d.ts +1 -1
- package/esm/core/selection/helpers/index.d.ts +2 -2
- package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/esm/core/selection/index.d.ts +3 -3
- package/esm/core/selection/interface.d.ts +1 -1
- package/esm/core/selection/selection.d.ts +2 -2
- package/esm/core/selection/style/api/extract.d.ts +1 -1
- package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
- package/esm/core/selection/style/api/index.d.ts +15 -15
- package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
- package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
- package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/esm/core/selection/style/api/wrap.d.ts +1 -1
- package/esm/core/selection/style/apply-style.d.ts +1 -1
- package/esm/core/selection/style/commit-style.d.ts +1 -1
- package/esm/core/selection/style/transactions.d.ts +1 -1
- 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.d.ts +3 -3
- package/esm/core/storage/storage.d.ts +1 -1
- package/esm/core/traits/dlgs.d.ts +1 -1
- package/esm/core/traits/elms.d.ts +1 -1
- package/esm/core/traits/mods.d.ts +1 -1
- package/esm/core/ui/button/button/button.d.ts +2 -2
- package/esm/core/ui/button/group/group.d.ts +2 -2
- package/esm/core/ui/button/index.d.ts +3 -3
- package/esm/core/ui/button/tooltip/tooltip.d.ts +2 -2
- package/esm/core/ui/element.d.ts +4 -4
- package/esm/core/ui/form/block/block.d.ts +2 -2
- package/esm/core/ui/form/form.d.ts +2 -2
- package/esm/core/ui/form/index.d.ts +3 -3
- package/esm/core/ui/form/inputs/area/area.d.ts +2 -2
- package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +2 -2
- package/esm/core/ui/form/inputs/file/file.d.ts +2 -2
- package/esm/core/ui/form/inputs/index.d.ts +5 -5
- package/esm/core/ui/form/inputs/input/input.d.ts +2 -2
- package/esm/core/ui/form/inputs/select/select.d.ts +2 -2
- package/esm/core/ui/form/validators/index.d.ts +2 -2
- package/esm/core/ui/form/validators/input.d.ts +1 -1
- package/esm/core/ui/form/validators/select.d.ts +1 -1
- package/esm/core/ui/group/group.d.ts +2 -2
- package/esm/core/ui/group/index.d.ts +4 -4
- package/esm/core/ui/group/list.d.ts +2 -2
- package/esm/core/ui/group/separator.d.ts +1 -1
- package/esm/core/ui/group/spacer.d.ts +1 -1
- package/esm/core/ui/helpers/buttons.d.ts +1 -1
- package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
- package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/esm/core/ui/icon.d.ts +1 -1
- package/esm/core/ui/index.d.ts +7 -7
- package/esm/core/ui/popup/index.d.ts +1 -1
- package/esm/core/ui/popup/popup.d.ts +2 -2
- package/esm/core/ui/progress-bar/progress-bar.d.ts +2 -2
- package/esm/core/view/view-with-toolbar.d.ts +2 -2
- package/esm/core/view/view.d.ts +4 -4
- package/esm/index.d.ts +2 -2
- package/esm/jodit.d.ts +6 -6
- package/esm/languages.d.ts +1 -1
- package/esm/modules/context-menu/context-menu.d.ts +2 -2
- package/esm/modules/dialog/alert.d.ts +1 -1
- package/esm/modules/dialog/confirm.d.ts +1 -1
- package/esm/modules/dialog/dialog.d.ts +2 -2
- package/esm/modules/dialog/index.d.ts +4 -4
- package/esm/modules/dialog/prompt.d.ts +1 -1
- package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
- 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/config.d.ts +2 -2
- package/esm/modules/file-browser/data-provider.d.ts +1 -1
- package/esm/modules/file-browser/factories.d.ts +1 -1
- 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/file-browser.d.ts +6 -6
- package/esm/modules/file-browser/index.d.ts +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
- package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
- package/esm/modules/file-browser/ui/index.d.ts +2 -2
- package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/esm/modules/history/command.d.ts +2 -2
- package/esm/modules/history/history.d.ts +4 -4
- package/esm/modules/history/snapshot.d.ts +2 -2
- package/esm/modules/history/stack.d.ts +2 -2
- package/esm/modules/image-editor/config.d.ts +1 -1
- package/esm/modules/image-editor/image-editor.d.ts +3 -3
- package/esm/modules/image-editor/templates/form.d.ts +1 -1
- package/esm/modules/index.d.ts +26 -26
- package/esm/modules/messages/message.d.ts +2 -2
- package/esm/modules/messages/messages.d.ts +2 -2
- package/esm/modules/status-bar/status-bar.d.ts +4 -4
- package/esm/modules/table/table.d.ts +2 -2
- package/esm/modules/toolbar/button/button.d.ts +5 -5
- package/esm/modules/toolbar/button/content.d.ts +2 -2
- package/esm/modules/toolbar/button/index.d.ts +3 -3
- package/esm/modules/toolbar/button/select/select.d.ts +2 -2
- package/esm/modules/toolbar/collection/collection.d.ts +2 -2
- package/esm/modules/toolbar/collection/editor-collection.d.ts +2 -2
- package/esm/modules/toolbar/factory.d.ts +1 -1
- package/esm/modules/uploader/config.d.ts +1 -1
- package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
- package/esm/modules/uploader/helpers/index.d.ts +6 -6
- package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
- package/esm/modules/uploader/helpers/send.d.ts +2 -2
- package/esm/modules/uploader/uploader.d.ts +3 -3
- package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
- package/esm/modules/widget/index.d.ts +3 -3
- package/esm/modules/widget/tabs/tabs.d.ts +2 -2
- package/esm/plugins/add-new-line/add-new-line.d.ts +3 -3
- package/esm/plugins/add-new-line/config.d.ts +1 -1
- package/esm/plugins/ai-assistant/ai-assistant.d.ts +3 -3
- package/esm/plugins/ai-assistant/config.d.ts +1 -1
- package/esm/plugins/ai-assistant/langs/index.d.ts +2 -2
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
- package/esm/plugins/backspace/backspace.d.ts +3 -3
- package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
- 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-content-not-editable.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
- package/esm/plugins/backspace/cases/index.d.ts +2 -2
- package/esm/plugins/backspace/helpers.d.ts +1 -1
- package/esm/plugins/bold/bold.d.ts +3 -3
- package/esm/plugins/class-span/class-span.d.ts +2 -2
- package/esm/plugins/clean-html/clean-html.d.ts +3 -3
- package/esm/plugins/clean-html/config.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/index.d.ts +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-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +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/index.d.ts +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-inv-text-nodes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/esm/plugins/clipboard/clipboard.d.ts +3 -3
- package/esm/plugins/color/color.d.ts +2 -2
- package/esm/plugins/copy-format/copy-format.d.ts +1 -1
- package/esm/plugins/copy-format/langs/index.d.ts +21 -21
- package/esm/plugins/debug/debug.d.ts +2 -2
- package/esm/plugins/delete/delete.d.ts +3 -3
- package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +2 -2
- package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/config.d.ts +1 -1
- package/esm/plugins/dtd/dtd.d.ts +1 -1
- package/esm/plugins/enter/enter.d.ts +3 -3
- package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
- package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
- package/esm/plugins/enter/helpers/index.d.ts +9 -9
- package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/esm/plugins/file/file.d.ts +1 -1
- package/esm/plugins/focus/focus.d.ts +1 -1
- package/esm/plugins/font/font.d.ts +2 -2
- package/esm/plugins/format-block/format-block.d.ts +2 -2
- package/esm/plugins/fullsize/fullsize.d.ts +2 -2
- package/esm/plugins/hotkeys/config.d.ts +1 -1
- package/esm/plugins/hotkeys/hotkeys.d.ts +3 -3
- package/esm/plugins/hr/hr.d.ts +1 -1
- package/esm/plugins/iframe/iframe.d.ts +2 -2
- package/esm/plugins/image/image.d.ts +1 -1
- package/esm/plugins/image-processor/image-processor.d.ts +3 -3
- package/esm/plugins/image-properties/config.d.ts +1 -1
- package/esm/plugins/image-properties/image-properties.d.ts +4 -4
- package/esm/plugins/image-properties/interface.d.ts +1 -1
- package/esm/plugins/image-properties/readers/align.d.ts +1 -1
- package/esm/plugins/image-properties/readers/index.d.ts +2 -2
- package/esm/plugins/image-properties/readers/link.d.ts +2 -2
- package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
- package/esm/plugins/image-properties/readers/size.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-form.d.ts +3 -3
- package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +3 -3
- package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +3 -3
- package/esm/plugins/image-properties/utils/open-image-editor.d.ts +2 -2
- package/esm/plugins/image-properties/utils/open-image-popup.d.ts +2 -2
- package/esm/plugins/image-properties/writers/index.d.ts +2 -2
- package/esm/plugins/image-properties/writers/link.d.ts +1 -1
- package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
- package/esm/plugins/indent/indent.d.ts +2 -2
- package/esm/plugins/indent/indent.js +34 -22
- package/esm/plugins/index.d.ts +62 -62
- package/esm/plugins/inline-popup/config/config.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.d.ts +2 -2
- package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/esm/plugins/inline-popup/inline-popup.d.ts +3 -3
- package/esm/plugins/justify/justify.d.ts +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +2 -2
- package/esm/plugins/limit/limit.d.ts +3 -3
- package/esm/plugins/line-height/langs/index.d.ts +22 -22
- package/esm/plugins/line-height/line-height.d.ts +3 -3
- package/esm/plugins/link/config.d.ts +1 -1
- package/esm/plugins/link/link.d.ts +3 -3
- package/esm/plugins/link/template.d.ts +1 -1
- package/esm/plugins/media/media.d.ts +2 -2
- package/esm/plugins/mobile/config.d.ts +1 -1
- package/esm/plugins/mobile/mobile.d.ts +2 -2
- package/esm/plugins/ordered-list/ordered-list.d.ts +3 -3
- package/esm/plugins/paste/config.d.ts +1 -1
- package/esm/plugins/paste/helpers.d.ts +2 -2
- package/esm/plugins/paste/interface.d.ts +1 -1
- package/esm/plugins/paste/paste.d.ts +3 -3
- package/esm/plugins/paste-from-word/config.d.ts +1 -1
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +4 -4
- package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/esm/plugins/placeholder/placeholder.d.ts +3 -3
- package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
- package/esm/plugins/preview/preview.d.ts +1 -1
- package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
- package/esm/plugins/print/print.d.ts +1 -1
- package/esm/plugins/redo-undo/redo-undo.d.ts +2 -2
- package/esm/plugins/resize-cells/resize-cells.d.ts +3 -3
- package/esm/plugins/resize-handler/resize-handler.d.ts +3 -3
- package/esm/plugins/resizer/config.d.ts +1 -1
- package/esm/plugins/resizer/resizer.d.ts +3 -3
- package/esm/plugins/search/config.d.ts +2 -2
- package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/esm/plugins/search/helpers/index.d.ts +2 -2
- package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/esm/plugins/search/search.d.ts +4 -4
- package/esm/plugins/search/ui/search.d.ts +2 -2
- package/esm/plugins/select/select.d.ts +3 -3
- package/esm/plugins/select-cells/select-cells.d.ts +3 -3
- package/esm/plugins/size/size.d.ts +3 -3
- package/esm/plugins/source/config.d.ts +1 -1
- package/esm/plugins/source/editor/engines/ace.d.ts +2 -2
- package/esm/plugins/source/editor/engines/area.d.ts +2 -2
- package/esm/plugins/source/editor/engines/index.d.ts +2 -2
- package/esm/plugins/source/editor/factory.d.ts +1 -1
- package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
- package/esm/plugins/source/source.d.ts +3 -3
- package/esm/plugins/speech-recognize/config.d.ts +2 -2
- 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/langs/index.d.ts +22 -22
- package/esm/plugins/speech-recognize/speech-recognize.d.ts +3 -3
- package/esm/plugins/spellcheck/langs/index.d.ts +22 -22
- package/esm/plugins/spellcheck/spellcheck.d.ts +3 -3
- package/esm/plugins/stat/stat.d.ts +2 -2
- package/esm/plugins/sticky/sticky.d.ts +3 -3
- package/esm/plugins/symbols/langs/index.d.ts +22 -22
- package/esm/plugins/symbols/symbols.d.ts +3 -3
- package/esm/plugins/tab/cases/index.d.ts +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/esm/plugins/tab/tab.d.ts +1 -1
- package/esm/plugins/table/table.d.ts +2 -2
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/esm/plugins/video/video.d.ts +1 -1
- package/esm/plugins/wrap-nodes/config.d.ts +1 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
- package/esm/plugins/xpath/xpath.d.ts +1 -1
- package/esm/types/ajax.d.ts +1 -1
- package/esm/types/async.d.ts +2 -2
- package/esm/types/context.d.ts +2 -2
- package/esm/types/core.d.ts +1 -1
- package/esm/types/create.d.ts +1 -1
- package/esm/types/dialog.d.ts +3 -3
- package/esm/types/events.d.ts +1 -1
- package/esm/types/file-browser.d.ts +7 -7
- package/esm/types/history.d.ts +1 -1
- package/esm/types/index.d.ts +23 -23
- package/esm/types/jodit.d.ts +6 -6
- package/esm/types/messages.d.ts +1 -1
- package/esm/types/plugin.d.ts +3 -3
- package/esm/types/popup.d.ts +2 -2
- package/esm/types/select.d.ts +2 -2
- package/esm/types/source.d.ts +1 -1
- package/esm/types/style.d.ts +2 -2
- package/esm/types/toolbar.d.ts +6 -6
- package/esm/types/traits.d.ts +2 -2
- package/esm/types/types.d.ts +2 -2
- package/esm/types/ui.d.ts +5 -5
- package/esm/types/uploader.d.ts +3 -3
- package/esm/types/view.d.ts +9 -9
- package/package.json +1 -1
- package/types/config.d.ts +27 -27
- package/types/core/async/async.d.ts +1 -1
- package/types/core/async/index.d.ts +1 -1
- package/types/core/component/component.d.ts +1 -1
- package/types/core/component/index.d.ts +3 -3
- package/types/core/component/view-component.d.ts +2 -2
- package/types/core/constants.d.ts +1 -1
- package/types/core/create/create.d.ts +1 -1
- package/types/core/create/index.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/index.d.ts +11 -11
- 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 +6 -1
- package/types/core/dom/index.d.ts +2 -2
- 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/index.d.ts +4 -4
- 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 +3 -3
- package/types/core/helpers/array/index.d.ts +3 -3
- package/types/core/helpers/async/index.d.ts +1 -1
- package/types/core/helpers/checker/index.d.ts +25 -25
- package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
- 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/color/index.d.ts +1 -1
- package/types/core/helpers/html/index.d.ts +6 -6
- package/types/core/helpers/html/strip-tags.d.ts +1 -1
- package/types/core/helpers/index.d.ts +9 -9
- package/types/core/helpers/normalize/index.d.ts +8 -8
- package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/types/core/helpers/size/index.d.ts +6 -6
- 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/string/index.d.ts +7 -7
- 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/error/errors/index.d.ts +3 -3
- package/types/core/helpers/utils/error/index.d.ts +2 -2
- 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/index.d.ts +27 -27
- 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/index.d.ts +2 -2
- package/types/core/plugin/plugin-system.d.ts +2 -2
- package/types/core/plugin/plugin.d.ts +2 -2
- package/types/core/request/ajax.d.ts +2 -2
- package/types/core/request/config.d.ts +1 -1
- package/types/core/request/index.d.ts +2 -2
- package/types/core/request/response.d.ts +1 -1
- package/types/core/selection/helpers/index.d.ts +2 -2
- package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/types/core/selection/index.d.ts +3 -3
- package/types/core/selection/interface.d.ts +1 -1
- package/types/core/selection/selection.d.ts +2 -2
- 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/index.d.ts +15 -15
- 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 -1
- 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/index.d.ts +3 -3
- 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/index.d.ts +3 -3
- 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/index.d.ts +3 -3
- 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/index.d.ts +5 -5
- 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/index.d.ts +2 -2
- package/types/core/ui/form/validators/input.d.ts +1 -1
- package/types/core/ui/form/validators/select.d.ts +1 -1
- package/types/core/ui/group/group.d.ts +2 -2
- package/types/core/ui/group/index.d.ts +4 -4
- 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/index.d.ts +7 -7
- package/types/core/ui/popup/index.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 +2 -2
- 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/index.d.ts +4 -4
- 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 +6 -6
- package/types/modules/file-browser/index.d.ts +1 -1
- 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/index.d.ts +2 -2
- package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/types/modules/history/command.d.ts +2 -2
- package/types/modules/history/history.d.ts +4 -4
- package/types/modules/history/snapshot.d.ts +2 -2
- package/types/modules/history/stack.d.ts +2 -2
- package/types/modules/image-editor/config.d.ts +1 -1
- package/types/modules/image-editor/image-editor.d.ts +3 -3
- package/types/modules/image-editor/templates/form.d.ts +1 -1
- package/types/modules/index.d.ts +26 -26
- 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/index.d.ts +3 -3
- package/types/modules/toolbar/button/select/select.d.ts +2 -2
- package/types/modules/toolbar/collection/collection.d.ts +2 -2
- package/types/modules/toolbar/collection/editor-collection.d.ts +2 -2
- 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 +6 -6
- 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 +3 -3
- 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/index.d.ts +3 -3
- package/types/modules/widget/tabs/tabs.d.ts +2 -2
- package/types/plugins/add-new-line/add-new-line.d.ts +3 -3
- package/types/plugins/add-new-line/config.d.ts +1 -1
- package/types/plugins/ai-assistant/ai-assistant.d.ts +3 -3
- package/types/plugins/ai-assistant/config.d.ts +1 -1
- package/types/plugins/ai-assistant/langs/index.d.ts +2 -2
- package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +3 -3
- package/types/plugins/backspace/backspace.d.ts +3 -3
- 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/cases/index.d.ts +2 -2
- package/types/plugins/backspace/helpers.d.ts +1 -1
- package/types/plugins/bold/bold.d.ts +3 -3
- package/types/plugins/class-span/class-span.d.ts +2 -2
- package/types/plugins/clean-html/clean-html.d.ts +3 -3
- 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/index.d.ts +4 -4
- 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/index.d.ts +7 -7
- 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 +3 -3
- package/types/plugins/color/color.d.ts +2 -2
- package/types/plugins/copy-format/copy-format.d.ts +1 -1
- package/types/plugins/copy-format/langs/index.d.ts +21 -21
- package/types/plugins/debug/debug.d.ts +2 -2
- package/types/plugins/delete/delete.d.ts +3 -3
- 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 +2 -2
- package/types/plugins/dtd/after-insert/index.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/before-insert/index.d.ts +1 -1
- package/types/plugins/dtd/config.d.ts +1 -1
- package/types/plugins/dtd/dtd.d.ts +1 -1
- package/types/plugins/enter/enter.d.ts +3 -3
- 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/index.d.ts +9 -9
- 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 +2 -2
- package/types/plugins/format-block/format-block.d.ts +2 -2
- package/types/plugins/fullsize/fullsize.d.ts +2 -2
- package/types/plugins/hotkeys/config.d.ts +1 -1
- package/types/plugins/hotkeys/hotkeys.d.ts +3 -3
- package/types/plugins/hr/hr.d.ts +1 -1
- package/types/plugins/iframe/iframe.d.ts +2 -2
- package/types/plugins/image/image.d.ts +1 -1
- package/types/plugins/image-processor/image-processor.d.ts +3 -3
- package/types/plugins/image-properties/config.d.ts +1 -1
- package/types/plugins/image-properties/image-properties.d.ts +4 -4
- package/types/plugins/image-properties/interface.d.ts +1 -1
- package/types/plugins/image-properties/readers/align.d.ts +1 -1
- package/types/plugins/image-properties/readers/index.d.ts +2 -2
- package/types/plugins/image-properties/readers/link.d.ts +2 -2
- package/types/plugins/image-properties/readers/margin.d.ts +1 -1
- package/types/plugins/image-properties/readers/size.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-form.d.ts +3 -3
- package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +3 -3
- package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +3 -3
- package/types/plugins/image-properties/utils/open-image-editor.d.ts +2 -2
- package/types/plugins/image-properties/utils/open-image-popup.d.ts +2 -2
- package/types/plugins/image-properties/writers/index.d.ts +2 -2
- 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 +2 -2
- 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 +1 -1
- package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/iframe.d.ts +2 -2
- package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/types/plugins/inline-popup/inline-popup.d.ts +3 -3
- 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 +3 -3
- package/types/plugins/line-height/langs/index.d.ts +22 -22
- package/types/plugins/line-height/line-height.d.ts +3 -3
- package/types/plugins/link/config.d.ts +1 -1
- package/types/plugins/link/link.d.ts +3 -3
- package/types/plugins/link/template.d.ts +1 -1
- package/types/plugins/media/media.d.ts +2 -2
- package/types/plugins/mobile/config.d.ts +1 -1
- package/types/plugins/mobile/mobile.d.ts +2 -2
- package/types/plugins/ordered-list/ordered-list.d.ts +3 -3
- package/types/plugins/paste/config.d.ts +1 -1
- package/types/plugins/paste/helpers.d.ts +2 -2
- package/types/plugins/paste/interface.d.ts +1 -1
- package/types/plugins/paste/paste.d.ts +3 -3
- package/types/plugins/paste-from-word/config.d.ts +1 -1
- package/types/plugins/paste-from-word/paste-from-word.d.ts +4 -4
- package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/types/plugins/placeholder/placeholder.d.ts +3 -3
- 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 +3 -3
- package/types/plugins/resize-handler/resize-handler.d.ts +3 -3
- package/types/plugins/resizer/config.d.ts +1 -1
- package/types/plugins/resizer/resizer.d.ts +3 -3
- package/types/plugins/search/config.d.ts +2 -2
- package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/types/plugins/search/helpers/index.d.ts +2 -2
- package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/types/plugins/search/search.d.ts +4 -4
- package/types/plugins/search/ui/search.d.ts +2 -2
- package/types/plugins/select/select.d.ts +3 -3
- package/types/plugins/select-cells/select-cells.d.ts +3 -3
- package/types/plugins/size/size.d.ts +3 -3
- 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/engines/index.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 +3 -3
- package/types/plugins/speech-recognize/config.d.ts +2 -2
- 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/langs/index.d.ts +22 -22
- package/types/plugins/speech-recognize/speech-recognize.d.ts +3 -3
- package/types/plugins/spellcheck/langs/index.d.ts +22 -22
- package/types/plugins/spellcheck/spellcheck.d.ts +3 -3
- package/types/plugins/stat/stat.d.ts +2 -2
- package/types/plugins/sticky/sticky.d.ts +3 -3
- package/types/plugins/symbols/langs/index.d.ts +22 -22
- package/types/plugins/symbols/symbols.d.ts +3 -3
- package/types/plugins/tab/cases/index.d.ts +1 -1
- package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/types/plugins/tab/tab.d.ts +1 -1
- package/types/plugins/table/table.d.ts +2 -2
- package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/types/plugins/video/video.d.ts +1 -1
- package/types/plugins/wrap-nodes/config.d.ts +1 -1
- package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
- package/types/plugins/xpath/xpath.d.ts +1 -1
- package/types/types/ajax.d.ts +1 -1
- package/types/types/async.d.ts +2 -2
- package/types/types/context.d.ts +2 -2
- package/types/types/core.d.ts +1 -1
- package/types/types/create.d.ts +1 -1
- package/types/types/dialog.d.ts +3 -3
- package/types/types/events.d.ts +1 -1
- package/types/types/file-browser.d.ts +7 -7
- package/types/types/history.d.ts +1 -1
- package/types/types/index.d.ts +23 -23
- package/types/types/jodit.d.ts +6 -6
- package/types/types/messages.d.ts +1 -1
- package/types/types/plugin.d.ts +3 -3
- package/types/types/popup.d.ts +2 -2
- package/types/types/select.d.ts +2 -2
- package/types/types/source.d.ts +1 -1
- package/types/types/style.d.ts +2 -2
- package/types/types/toolbar.d.ts +6 -6
- package/types/types/traits.d.ts +2 -2
- package/types/types/types.d.ts +2 -2
- package/types/types/ui.d.ts +5 -5
- package/types/types/uploader.d.ts +3 -3
- package/types/types/view.d.ts +9 -9
package/types/plugins/index.d.ts
CHANGED
|
@@ -8,65 +8,65 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins
|
|
10
10
|
*/
|
|
11
|
-
import "./about/about
|
|
12
|
-
import "./add-new-line/add-new-line
|
|
13
|
-
import "./backspace/backspace
|
|
14
|
-
import "./delete/delete
|
|
15
|
-
import "./bold/bold
|
|
16
|
-
import "./class-span/class-span
|
|
17
|
-
import "./clean-html/clean-html
|
|
18
|
-
import "./clipboard/clipboard
|
|
19
|
-
import "./color/color
|
|
20
|
-
import "./copy-format/copy-format
|
|
21
|
-
import "./drag-and-drop/drag-and-drop
|
|
22
|
-
import "./drag-and-drop-element/drag-and-drop-element
|
|
23
|
-
import "./enter/enter
|
|
24
|
-
import "./file/file
|
|
25
|
-
import "./focus/focus
|
|
26
|
-
import "./font/font
|
|
27
|
-
import "./format-block/format-block
|
|
28
|
-
import "./fullsize/fullsize
|
|
29
|
-
import "./hotkeys/hotkeys
|
|
30
|
-
import "./hr/hr
|
|
31
|
-
import "./iframe/iframe
|
|
32
|
-
import "./image/image
|
|
33
|
-
import "./image-processor/image-processor
|
|
34
|
-
import "./image-properties/image-properties
|
|
35
|
-
import "./indent/indent
|
|
36
|
-
import "./inline-popup/inline-popup
|
|
37
|
-
import "./justify/justify
|
|
38
|
-
import "./key-arrow-outside/key-arrow-outside
|
|
39
|
-
import "./limit/limit
|
|
40
|
-
import "./line-height/line-height
|
|
41
|
-
import "./link/link
|
|
42
|
-
import "./media/media
|
|
43
|
-
import "./mobile/mobile
|
|
44
|
-
import "./ordered-list/ordered-list
|
|
45
|
-
import "./paste/paste
|
|
46
|
-
import "./paste-from-word/paste-from-word
|
|
47
|
-
import "./paste-storage/paste-storage
|
|
48
|
-
import "./placeholder/placeholder
|
|
49
|
-
import "./powered-by-jodit/powered-by-jodit
|
|
50
|
-
import "./preview/preview
|
|
51
|
-
import "./print/print
|
|
52
|
-
import "./redo-undo/redo-undo
|
|
53
|
-
import "./resize-cells/resize-cells
|
|
54
|
-
import "./resize-handler/resize-handler
|
|
55
|
-
import "./resizer/resizer
|
|
56
|
-
import "./search/search
|
|
57
|
-
import "./select/select
|
|
58
|
-
import "./select-cells/select-cells
|
|
59
|
-
import "./size/size
|
|
60
|
-
import "./source/source
|
|
61
|
-
import "./spellcheck/spellcheck
|
|
62
|
-
import "./stat/stat
|
|
63
|
-
import "./sticky/sticky
|
|
64
|
-
import "./symbols/symbols
|
|
65
|
-
import "./ai-assistant/ai-assistant
|
|
66
|
-
import "./tab/tab
|
|
67
|
-
import "./table/table
|
|
68
|
-
import "./table-keyboard-navigation/table-keyboard-navigation
|
|
69
|
-
import "./video/video
|
|
70
|
-
import "./wrap-nodes/wrap-nodes
|
|
71
|
-
import "./dtd/dtd
|
|
72
|
-
import "./xpath/xpath
|
|
11
|
+
import "./about/about";
|
|
12
|
+
import "./add-new-line/add-new-line";
|
|
13
|
+
import "./backspace/backspace";
|
|
14
|
+
import "./delete/delete";
|
|
15
|
+
import "./bold/bold";
|
|
16
|
+
import "./class-span/class-span";
|
|
17
|
+
import "./clean-html/clean-html";
|
|
18
|
+
import "./clipboard/clipboard";
|
|
19
|
+
import "./color/color";
|
|
20
|
+
import "./copy-format/copy-format";
|
|
21
|
+
import "./drag-and-drop/drag-and-drop";
|
|
22
|
+
import "./drag-and-drop-element/drag-and-drop-element";
|
|
23
|
+
import "./enter/enter";
|
|
24
|
+
import "./file/file";
|
|
25
|
+
import "./focus/focus";
|
|
26
|
+
import "./font/font";
|
|
27
|
+
import "./format-block/format-block";
|
|
28
|
+
import "./fullsize/fullsize";
|
|
29
|
+
import "./hotkeys/hotkeys";
|
|
30
|
+
import "./hr/hr";
|
|
31
|
+
import "./iframe/iframe";
|
|
32
|
+
import "./image/image";
|
|
33
|
+
import "./image-processor/image-processor";
|
|
34
|
+
import "./image-properties/image-properties";
|
|
35
|
+
import "./indent/indent";
|
|
36
|
+
import "./inline-popup/inline-popup";
|
|
37
|
+
import "./justify/justify";
|
|
38
|
+
import "./key-arrow-outside/key-arrow-outside";
|
|
39
|
+
import "./limit/limit";
|
|
40
|
+
import "./line-height/line-height";
|
|
41
|
+
import "./link/link";
|
|
42
|
+
import "./media/media";
|
|
43
|
+
import "./mobile/mobile";
|
|
44
|
+
import "./ordered-list/ordered-list";
|
|
45
|
+
import "./paste/paste";
|
|
46
|
+
import "./paste-from-word/paste-from-word";
|
|
47
|
+
import "./paste-storage/paste-storage";
|
|
48
|
+
import "./placeholder/placeholder";
|
|
49
|
+
import "./powered-by-jodit/powered-by-jodit";
|
|
50
|
+
import "./preview/preview";
|
|
51
|
+
import "./print/print";
|
|
52
|
+
import "./redo-undo/redo-undo";
|
|
53
|
+
import "./resize-cells/resize-cells";
|
|
54
|
+
import "./resize-handler/resize-handler";
|
|
55
|
+
import "./resizer/resizer";
|
|
56
|
+
import "./search/search";
|
|
57
|
+
import "./select/select";
|
|
58
|
+
import "./select-cells/select-cells";
|
|
59
|
+
import "./size/size";
|
|
60
|
+
import "./source/source";
|
|
61
|
+
import "./spellcheck/spellcheck";
|
|
62
|
+
import "./stat/stat";
|
|
63
|
+
import "./sticky/sticky";
|
|
64
|
+
import "./symbols/symbols";
|
|
65
|
+
import "./ai-assistant/ai-assistant";
|
|
66
|
+
import "./tab/tab";
|
|
67
|
+
import "./table/table";
|
|
68
|
+
import "./table-keyboard-navigation/table-keyboard-navigation";
|
|
69
|
+
import "./video/video";
|
|
70
|
+
import "./wrap-nodes/wrap-nodes";
|
|
71
|
+
import "./dtd/dtd";
|
|
72
|
+
import "./xpath/xpath";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module plugins/inline-popup
|
|
8
8
|
*/
|
|
9
|
-
import type { IControlType, IDictionary, IJodit } from "../../../types/index
|
|
9
|
+
import type { IControlType, IDictionary, IJodit } from "../../../types/index";
|
|
10
10
|
declare module 'jodit/config' {
|
|
11
11
|
interface Config {
|
|
12
12
|
popup: IDictionary<Array<IControlType | string> | ((editor: IJodit, target: HTMLElement | undefined, close: () => void) => Array<IControlType | string> | HTMLElement | string)>;
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module plugins/inline-popup
|
|
8
8
|
*/
|
|
9
|
-
import type { IJodit } from "../../../../types/index
|
|
10
|
-
declare const _default: (import("../../../../types/index
|
|
9
|
+
import type { IJodit } from "../../../../types/index";
|
|
10
|
+
declare const _default: (import("../../../../types/index").IControlType<IJodit, import("../../../../types/index").IToolbarButton> | {
|
|
11
11
|
name: string;
|
|
12
12
|
tooltip: string;
|
|
13
13
|
exec: (editor: IJodit, image: HTMLImageElement) => void;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module plugins/inline-popup
|
|
8
8
|
*/
|
|
9
|
-
import type { IControlType, IJodit } from "../../../../types/index
|
|
9
|
+
import type { IControlType, IJodit } from "../../../../types/index";
|
|
10
10
|
export declare const align: IControlType<IJodit>;
|
|
11
11
|
declare const _default: Array<IControlType | string>;
|
|
12
12
|
export default _default;
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/inline-popup
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
13
|
-
import "./config/config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
|
+
import "./config/config";
|
|
14
14
|
/**
|
|
15
15
|
* Plugin for show inline popup dialog
|
|
16
16
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/justify
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
12
|
/**
|
|
13
13
|
* Process commands: `justifyfull`, `justifyleft`, `justifyright`, `justifycenter`
|
|
14
14
|
*/
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/key-arrow-outside
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
13
|
/**
|
|
14
14
|
* Allowing to go outside of an inline element if there is no other element after that.
|
|
15
15
|
*/
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/limit
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* Plugin control for chars or words count
|
|
16
16
|
*/
|
|
@@ -3,26 +3,26 @@
|
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
4
|
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
|
-
import * as ar from "./ar
|
|
7
|
-
import * as cs_cz from "./cs_cz
|
|
8
|
-
import * as de from "./de
|
|
9
|
-
import * as es from "./es
|
|
10
|
-
import * as fa from "./fa
|
|
11
|
-
import * as fi from "./fi
|
|
12
|
-
import * as fr from "./fr
|
|
13
|
-
import * as he from "./he
|
|
14
|
-
import * as hu from "./hu
|
|
15
|
-
import * as id from "./id
|
|
16
|
-
import * as it from "./it
|
|
17
|
-
import * as ja from "./ja
|
|
18
|
-
import * as ko from "./ko
|
|
19
|
-
import * as mn from "./mn
|
|
20
|
-
import * as nl from "./nl
|
|
21
|
-
import * as pl from "./pl
|
|
22
|
-
import * as pt_br from "./pt_br
|
|
23
|
-
import * as ru from "./ru
|
|
24
|
-
import * as tr from "./tr
|
|
25
|
-
import * as ua from "./ua
|
|
26
|
-
import * as zh_cn from "./zh_cn
|
|
27
|
-
import * as zh_tw from "./zh_tw
|
|
6
|
+
import * as ar from "./ar";
|
|
7
|
+
import * as cs_cz from "./cs_cz";
|
|
8
|
+
import * as de from "./de";
|
|
9
|
+
import * as es from "./es";
|
|
10
|
+
import * as fa from "./fa";
|
|
11
|
+
import * as fi from "./fi";
|
|
12
|
+
import * as fr from "./fr";
|
|
13
|
+
import * as he from "./he";
|
|
14
|
+
import * as hu from "./hu";
|
|
15
|
+
import * as id from "./id";
|
|
16
|
+
import * as it from "./it";
|
|
17
|
+
import * as ja from "./ja";
|
|
18
|
+
import * as ko from "./ko";
|
|
19
|
+
import * as mn from "./mn";
|
|
20
|
+
import * as nl from "./nl";
|
|
21
|
+
import * as pl from "./pl";
|
|
22
|
+
import * as pt_br from "./pt_br";
|
|
23
|
+
import * as ru from "./ru";
|
|
24
|
+
import * as tr from "./tr";
|
|
25
|
+
import * as ua from "./ua";
|
|
26
|
+
import * as zh_cn from "./zh_cn";
|
|
27
|
+
import * as zh_tw from "./zh_tw";
|
|
28
28
|
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/line-height
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
|
+
import "./config";
|
|
14
14
|
export declare class lineHeight extends Plugin {
|
|
15
15
|
buttons: Plugin['buttons'];
|
|
16
16
|
constructor(jodit: IJodit);
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/link
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* Process link. Insert, dblclick or remove format
|
|
16
16
|
*/
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/media
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import "./config";
|
|
13
13
|
/**
|
|
14
14
|
* Process `video` and `audio`
|
|
15
15
|
*/
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/mobile
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import "./config";
|
|
13
13
|
/**
|
|
14
14
|
* Rebuild toolbar in depends on editor's width
|
|
15
15
|
*/
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/ordered-list
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* Process commands insertOrderedList and insertUnOrderedList
|
|
16
16
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module plugins/paste
|
|
8
8
|
*/
|
|
9
|
-
import type { IDialog, IJodit, InsertMode, IUIOption, Nullable } from "../../types/index
|
|
10
|
-
import type { PasteEvent } from "./interface
|
|
9
|
+
import type { IDialog, IJodit, InsertMode, IUIOption, Nullable } from "../../types/index";
|
|
10
|
+
import type { PasteEvent } from "./interface";
|
|
11
11
|
/**
|
|
12
12
|
* One insert point for clipboard plugins
|
|
13
13
|
* @private
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/paste
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/plugin
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/plugin";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* Ask before paste HTML source
|
|
16
16
|
*/
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/paste-from-word
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit, InsertMode } from "../../types/index
|
|
12
|
-
import type { PastedData, PasteEvent } from "../paste/interface
|
|
13
|
-
import { Plugin } from "../../core/plugin/index
|
|
14
|
-
import "./config
|
|
11
|
+
import type { IJodit, InsertMode } from "../../types/index";
|
|
12
|
+
import type { PastedData, PasteEvent } from "../paste/interface";
|
|
13
|
+
import { Plugin } from "../../core/plugin/index";
|
|
14
|
+
import "./config";
|
|
15
15
|
export declare class pasteFromWord extends Plugin {
|
|
16
16
|
static requires: string[];
|
|
17
17
|
protected afterInit(jodit: IJodit): void;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
4
|
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
|
-
import { Plugin } from "../../core/plugin/plugin
|
|
6
|
+
import { Plugin } from "../../core/plugin/plugin";
|
|
7
7
|
/**
|
|
8
8
|
* Show dialog choose content to paste
|
|
9
9
|
*/
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/placeholder
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/plugin
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/plugin";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* Check if root node is empty
|
|
16
16
|
* @private
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/redo-undo
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit, IPlugin } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/plugin
|
|
11
|
+
import type { IJodit, IPlugin } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/plugin";
|
|
13
13
|
/**
|
|
14
14
|
* Custom process Redo and Undo functionality
|
|
15
15
|
*/
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/resize-cells
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../modules/index
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../modules/index";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* Process tables in editor
|
|
16
16
|
*/
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/resize-handler
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/index
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/index";
|
|
13
|
+
import "./config";
|
|
14
14
|
export declare class resizeHandler extends Plugin {
|
|
15
15
|
/** @override **/
|
|
16
16
|
static requires: string[];
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/resizer
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit } from "../../types/index
|
|
12
|
-
import { Plugin } from "../../core/plugin/plugin
|
|
13
|
-
import "./config
|
|
11
|
+
import type { IJodit } from "../../types/index";
|
|
12
|
+
import { Plugin } from "../../core/plugin/plugin";
|
|
13
|
+
import "./config";
|
|
14
14
|
/**
|
|
15
15
|
* The module creates a supporting frame for resizing of the elements img and table
|
|
16
16
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module plugins/search
|
|
8
8
|
*/
|
|
9
|
-
import type { FuzzySearch } from "../../types/index
|
|
10
|
-
import "./interface
|
|
9
|
+
import type { FuzzySearch } from "../../types/index";
|
|
10
|
+
import "./interface";
|
|
11
11
|
declare module 'jodit/config' {
|
|
12
12
|
interface Config {
|
|
13
13
|
/**
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module plugins/search
|
|
8
8
|
*/
|
|
9
|
-
import type { FuzzySearch, ISelectionRange, Nullable } from "../../../types/index
|
|
9
|
+
import type { FuzzySearch, ISelectionRange, Nullable } from "../../../types/index";
|
|
10
10
|
export interface State {
|
|
11
11
|
query: string;
|
|
12
12
|
sentence: SentenceFinder;
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module plugins/search
|
|
10
10
|
*/
|
|
11
|
-
import type { IJodit, IPlugin, ISelectionRange, Nullable } from "../../types/index
|
|
12
|
-
import { LazyWalker } from "../../core/dom/index
|
|
13
|
-
import { Plugin } from "../../core/plugin/index
|
|
14
|
-
import "./config
|
|
11
|
+
import type { IJodit, IPlugin, ISelectionRange, Nullable } from "../../types/index";
|
|
12
|
+
import { LazyWalker } from "../../core/dom/index";
|
|
13
|
+
import { Plugin } from "../../core/plugin/index";
|
|
14
|
+
import "./config";
|
|
15
15
|
/**
|
|
16
16
|
* Search plugin. it is used for custom search in text
|
|
17
17
|
* 
|