jodit 4.4.3 → 4.4.4
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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- package/esm/core/async/index.d.ts +1 -1
- package/esm/core/component/index.d.ts +3 -3
- package/esm/core/component/view-component.d.ts +1 -1
- package/esm/core/constants.d.ts +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/create/index.d.ts +1 -1
- package/esm/core/decorators/autobind/autobind.d.ts +1 -1
- package/esm/core/decorators/cache/cache.d.ts +2 -2
- package/esm/core/decorators/index.d.ts +11 -11
- package/esm/core/dom/index.d.ts +2 -2
- package/esm/core/dom/lazy-walker.d.ts +1 -1
- package/esm/core/event-emitter/index.d.ts +4 -4
- package/esm/core/global.d.ts +2 -2
- 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/color/index.d.ts +1 -1
- package/esm/core/helpers/html/index.d.ts +6 -6
- package/esm/core/helpers/index.d.ts +9 -9
- package/esm/core/helpers/normalize/index.d.ts +8 -8
- package/esm/core/helpers/size/index.d.ts +6 -6
- package/esm/core/helpers/string/index.d.ts +7 -7
- 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/index.d.ts +27 -27
- package/esm/core/plugin/index.d.ts +2 -2
- package/esm/core/plugin/plugin.d.ts +1 -1
- package/esm/core/request/index.d.ts +2 -2
- package/esm/core/selection/helpers/index.d.ts +2 -2
- package/esm/core/selection/index.d.ts +3 -3
- package/esm/core/selection/style/api/index.d.ts +15 -15
- package/esm/core/storage/index.d.ts +3 -3
- package/esm/core/ui/button/button/button.d.ts +1 -1
- package/esm/core/ui/button/group/group.d.ts +1 -1
- package/esm/core/ui/button/index.d.ts +3 -3
- package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
- package/esm/core/ui/element.d.ts +3 -3
- package/esm/core/ui/form/block/block.d.ts +1 -1
- package/esm/core/ui/form/form.d.ts +1 -1
- package/esm/core/ui/form/index.d.ts +3 -3
- package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
- package/esm/core/ui/form/inputs/index.d.ts +5 -5
- package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
- package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
- package/esm/core/ui/group/group.d.ts +1 -1
- package/esm/core/ui/group/index.d.ts +4 -4
- package/esm/core/ui/group/list.d.ts +1 -1
- package/esm/core/ui/group/separator.d.ts +1 -1
- package/esm/core/ui/group/spacer.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 +1 -1
- package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
- package/esm/core/view/view-with-toolbar.d.ts +1 -1
- package/esm/core/view/view.d.ts +3 -3
- package/esm/index.d.ts +1 -1
- package/esm/jodit.d.ts +4 -4
- package/esm/modules/context-menu/context-menu.d.ts +1 -1
- package/esm/modules/dialog/dialog.d.ts +1 -1
- package/esm/modules/dialog/index.d.ts +4 -4
- package/esm/modules/file-browser/file-browser.d.ts +3 -3
- package/esm/modules/file-browser/index.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/history.d.ts +3 -3
- package/esm/modules/history/snapshot.d.ts +1 -1
- package/esm/modules/image-editor/image-editor.d.ts +1 -1
- package/esm/modules/index.d.ts +26 -26
- package/esm/modules/messages/message.d.ts +1 -1
- package/esm/modules/messages/messages.d.ts +1 -1
- package/esm/modules/status-bar/status-bar.d.ts +3 -3
- package/esm/modules/table/table.d.ts +1 -1
- package/esm/modules/toolbar/button/button.d.ts +1 -1
- package/esm/modules/toolbar/button/content.d.ts +1 -1
- package/esm/modules/toolbar/button/index.d.ts +3 -3
- package/esm/modules/toolbar/button/select/select.d.ts +1 -1
- package/esm/modules/toolbar/collection/collection.d.ts +1 -1
- package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/esm/modules/uploader/helpers/index.d.ts +5 -5
- package/esm/modules/uploader/helpers/send.d.ts +1 -1
- package/esm/modules/uploader/uploader.d.ts +1 -1
- package/esm/modules/widget/index.d.ts +3 -3
- package/esm/modules/widget/tabs/tabs.d.ts +1 -1
- package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
- package/esm/plugins/ai-assistant/ai-assistant.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 +2 -2
- package/esm/plugins/backspace/backspace.d.ts +1 -1
- package/esm/plugins/backspace/cases/index.d.ts +2 -2
- package/esm/plugins/class-span/class-span.d.ts +1 -1
- package/esm/plugins/clean-html/clean-html.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/index.d.ts +4 -4
- package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
- package/esm/plugins/copy-format/langs/index.d.ts +21 -21
- package/esm/plugins/debug/debug.d.ts +1 -1
- package/esm/plugins/delete/delete.d.ts +1 -1
- 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 +1 -1
- package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
- package/esm/plugins/enter/enter.d.ts +1 -1
- package/esm/plugins/enter/helpers/index.d.ts +9 -9
- package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
- package/esm/plugins/image-processor/image-processor.d.ts +1 -1
- package/esm/plugins/image-properties/image-properties.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
- package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/esm/plugins/limit/limit.d.ts +1 -1
- package/esm/plugins/line-height/langs/index.d.ts +22 -22
- package/esm/plugins/line-height/line-height.d.ts +1 -1
- package/esm/plugins/link/link.d.ts +1 -1
- package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
- package/esm/plugins/paste/paste.d.ts +1 -1
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
- package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/esm/plugins/placeholder/placeholder.d.ts +1 -1
- package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
- package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
- package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
- package/esm/plugins/resizer/resizer.d.ts +1 -1
- package/esm/plugins/search/helpers/index.d.ts +2 -2
- package/esm/plugins/search/search.d.ts +2 -2
- package/esm/plugins/search/ui/search.d.ts +1 -1
- package/esm/plugins/select/select.d.ts +1 -1
- package/esm/plugins/select-cells/select-cells.d.ts +1 -1
- package/esm/plugins/size/size.d.ts +1 -1
- package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
- package/esm/plugins/source/editor/engines/area.d.ts +1 -1
- package/esm/plugins/source/editor/engines/index.d.ts +2 -2
- package/esm/plugins/source/source.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
- package/esm/plugins/speech-recognize/langs/index.d.ts +22 -22
- package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
- package/esm/plugins/spellcheck/langs/index.d.ts +22 -22
- package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
- package/esm/plugins/stat/stat.d.ts +1 -1
- package/esm/plugins/sticky/sticky.d.ts +1 -1
- package/esm/plugins/symbols/langs/index.d.ts +22 -22
- package/esm/plugins/symbols/symbols.d.ts +1 -1
- package/esm/plugins/tab/cases/index.d.ts +1 -1
- package/esm/types/async.d.ts +1 -1
- package/esm/types/index.d.ts +23 -23
- package/esm/types/jodit.d.ts +1 -1
- package/esm/types/style.d.ts +1 -1
- package/package.json +1 -1
- package/types/config.d.ts +1 -1
- package/types/core/async/index.d.ts +1 -1
- package/types/core/component/index.d.ts +3 -3
- package/types/core/component/view-component.d.ts +1 -1
- package/types/core/constants.d.ts +1 -1
- package/types/core/create/index.d.ts +1 -1
- package/types/core/decorators/autobind/autobind.d.ts +1 -1
- package/types/core/decorators/cache/cache.d.ts +2 -2
- package/types/core/decorators/index.d.ts +11 -11
- package/types/core/dom/index.d.ts +2 -2
- package/types/core/dom/lazy-walker.d.ts +1 -1
- package/types/core/event-emitter/index.d.ts +4 -4
- package/types/core/global.d.ts +2 -2
- 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/color/index.d.ts +1 -1
- package/types/core/helpers/html/index.d.ts +6 -6
- package/types/core/helpers/index.d.ts +9 -9
- package/types/core/helpers/normalize/index.d.ts +8 -8
- package/types/core/helpers/size/index.d.ts +6 -6
- package/types/core/helpers/string/index.d.ts +7 -7
- 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/index.d.ts +27 -27
- package/types/core/plugin/index.d.ts +2 -2
- package/types/core/plugin/plugin.d.ts +1 -1
- package/types/core/request/index.d.ts +2 -2
- package/types/core/selection/helpers/index.d.ts +2 -2
- package/types/core/selection/index.d.ts +3 -3
- package/types/core/selection/style/api/index.d.ts +15 -15
- package/types/core/storage/index.d.ts +3 -3
- package/types/core/ui/button/button/button.d.ts +1 -1
- package/types/core/ui/button/group/group.d.ts +1 -1
- package/types/core/ui/button/index.d.ts +3 -3
- package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
- package/types/core/ui/element.d.ts +3 -3
- package/types/core/ui/form/block/block.d.ts +1 -1
- package/types/core/ui/form/form.d.ts +1 -1
- package/types/core/ui/form/index.d.ts +3 -3
- package/types/core/ui/form/inputs/area/area.d.ts +1 -1
- package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/types/core/ui/form/inputs/file/file.d.ts +1 -1
- package/types/core/ui/form/inputs/index.d.ts +5 -5
- package/types/core/ui/form/inputs/input/input.d.ts +1 -1
- package/types/core/ui/form/inputs/select/select.d.ts +1 -1
- package/types/core/ui/group/group.d.ts +1 -1
- package/types/core/ui/group/index.d.ts +4 -4
- package/types/core/ui/group/list.d.ts +1 -1
- package/types/core/ui/group/separator.d.ts +1 -1
- package/types/core/ui/group/spacer.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 +1 -1
- package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
- package/types/core/view/view-with-toolbar.d.ts +1 -1
- package/types/core/view/view.d.ts +3 -3
- package/types/index.d.ts +1 -1
- package/types/jodit.d.ts +4 -4
- package/types/modules/context-menu/context-menu.d.ts +1 -1
- package/types/modules/dialog/dialog.d.ts +1 -1
- package/types/modules/dialog/index.d.ts +4 -4
- package/types/modules/file-browser/file-browser.d.ts +3 -3
- package/types/modules/file-browser/index.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/history.d.ts +3 -3
- package/types/modules/history/snapshot.d.ts +1 -1
- package/types/modules/image-editor/image-editor.d.ts +1 -1
- package/types/modules/index.d.ts +26 -26
- package/types/modules/messages/message.d.ts +1 -1
- package/types/modules/messages/messages.d.ts +1 -1
- package/types/modules/status-bar/status-bar.d.ts +3 -3
- package/types/modules/table/table.d.ts +1 -1
- package/types/modules/toolbar/button/button.d.ts +1 -1
- package/types/modules/toolbar/button/content.d.ts +1 -1
- package/types/modules/toolbar/button/index.d.ts +3 -3
- package/types/modules/toolbar/button/select/select.d.ts +1 -1
- package/types/modules/toolbar/collection/collection.d.ts +1 -1
- package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/types/modules/uploader/helpers/index.d.ts +5 -5
- package/types/modules/uploader/helpers/send.d.ts +1 -1
- package/types/modules/uploader/uploader.d.ts +1 -1
- package/types/modules/widget/index.d.ts +3 -3
- package/types/modules/widget/tabs/tabs.d.ts +1 -1
- package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
- package/types/plugins/ai-assistant/ai-assistant.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 +2 -2
- package/types/plugins/backspace/backspace.d.ts +1 -1
- package/types/plugins/backspace/cases/index.d.ts +2 -2
- package/types/plugins/class-span/class-span.d.ts +1 -1
- package/types/plugins/clean-html/clean-html.d.ts +1 -1
- package/types/plugins/clean-html/helpers/index.d.ts +4 -4
- package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +7 -7
- package/types/plugins/copy-format/langs/index.d.ts +21 -21
- package/types/plugins/debug/debug.d.ts +1 -1
- package/types/plugins/delete/delete.d.ts +1 -1
- 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/index.d.ts +1 -1
- package/types/plugins/dtd/before-insert/index.d.ts +1 -1
- package/types/plugins/enter/enter.d.ts +1 -1
- package/types/plugins/enter/helpers/index.d.ts +9 -9
- package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
- package/types/plugins/image-processor/image-processor.d.ts +1 -1
- package/types/plugins/image-properties/image-properties.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
- package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/types/plugins/limit/limit.d.ts +1 -1
- package/types/plugins/line-height/langs/index.d.ts +22 -22
- package/types/plugins/line-height/line-height.d.ts +1 -1
- package/types/plugins/link/link.d.ts +1 -1
- package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
- package/types/plugins/paste/paste.d.ts +1 -1
- package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
- package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/types/plugins/placeholder/placeholder.d.ts +1 -1
- package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
- package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
- package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
- package/types/plugins/resizer/resizer.d.ts +1 -1
- package/types/plugins/search/helpers/index.d.ts +2 -2
- package/types/plugins/search/search.d.ts +2 -2
- package/types/plugins/search/ui/search.d.ts +1 -1
- package/types/plugins/select/select.d.ts +1 -1
- package/types/plugins/select-cells/select-cells.d.ts +1 -1
- package/types/plugins/size/size.d.ts +1 -1
- package/types/plugins/source/editor/engines/ace.d.ts +1 -1
- package/types/plugins/source/editor/engines/area.d.ts +1 -1
- package/types/plugins/source/editor/engines/index.d.ts +2 -2
- package/types/plugins/source/source.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
- package/types/plugins/speech-recognize/langs/index.d.ts +22 -22
- package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
- package/types/plugins/spellcheck/langs/index.d.ts +22 -22
- package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
- package/types/plugins/stat/stat.d.ts +1 -1
- package/types/plugins/sticky/sticky.d.ts +1 -1
- package/types/plugins/symbols/langs/index.d.ts +22 -22
- package/types/plugins/symbols/symbols.d.ts +1 -1
- package/types/plugins/tab/cases/index.d.ts +1 -1
- package/types/types/async.d.ts +1 -1
- package/types/types/index.d.ts +23 -23
- package/types/types/jodit.d.ts +1 -1
- package/types/types/style.d.ts +1 -1
|
@@ -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.d.ts";
|
|
7
|
-
import * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
-
import * as de from "./de.d.ts";
|
|
9
|
-
import * as es from "./es.d.ts";
|
|
10
|
-
import * as fa from "./fa.d.ts";
|
|
11
|
-
import * as fi from "./fi.d.ts";
|
|
12
|
-
import * as fr from "./fr.d.ts";
|
|
13
|
-
import * as he from "./he.d.ts";
|
|
14
|
-
import * as hu from "./hu.d.ts";
|
|
15
|
-
import * as id from "./id.d.ts";
|
|
16
|
-
import * as it from "./it.d.ts";
|
|
17
|
-
import * as ja from "./ja.d.ts";
|
|
18
|
-
import * as ko from "./ko.d.ts";
|
|
19
|
-
import * as mn from "./mn.d.ts";
|
|
20
|
-
import * as nl from "./nl.d.ts";
|
|
21
|
-
import * as pl from "./pl.d.ts";
|
|
22
|
-
import * as pt_br from "./pt_br.d.ts";
|
|
23
|
-
import * as ru from "./ru.d.ts";
|
|
24
|
-
import * as tr from "./tr.d.ts";
|
|
25
|
-
import * as ua from "./ua.d.ts";
|
|
26
|
-
import * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
-
import * as zh_tw from "./zh_tw.d.ts";
|
|
6
|
+
import type * as ar from "./ar.d.ts";
|
|
7
|
+
import type * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
+
import type * as de from "./de.d.ts";
|
|
9
|
+
import type * as es from "./es.d.ts";
|
|
10
|
+
import type * as fa from "./fa.d.ts";
|
|
11
|
+
import type * as fi from "./fi.d.ts";
|
|
12
|
+
import type * as fr from "./fr.d.ts";
|
|
13
|
+
import type * as he from "./he.d.ts";
|
|
14
|
+
import type * as hu from "./hu.d.ts";
|
|
15
|
+
import type * as id from "./id.d.ts";
|
|
16
|
+
import type * as it from "./it.d.ts";
|
|
17
|
+
import type * as ja from "./ja.d.ts";
|
|
18
|
+
import type * as ko from "./ko.d.ts";
|
|
19
|
+
import type * as mn from "./mn.d.ts";
|
|
20
|
+
import type * as nl from "./nl.d.ts";
|
|
21
|
+
import type * as pl from "./pl.d.ts";
|
|
22
|
+
import type * as pt_br from "./pt_br.d.ts";
|
|
23
|
+
import type * as ru from "./ru.d.ts";
|
|
24
|
+
import type * as tr from "./tr.d.ts";
|
|
25
|
+
import type * as ua from "./ua.d.ts";
|
|
26
|
+
import type * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
+
import type * as zh_tw from "./zh_tw.d.ts";
|
|
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 };
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/line-height
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
export declare class lineHeight extends Plugin {
|
|
15
15
|
buttons: Plugin['buttons'];
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/link
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Process link. Insert, dblclick or remove format
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/ordered-list
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Process commands insertOrderedList and insertUnOrderedList
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/paste
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Ask before paste HTML source
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit, InsertMode } from "../../types/index.d.ts";
|
|
12
12
|
import type { PastedData, PasteEvent } from "../paste/interface.d.ts";
|
|
13
|
-
import {
|
|
13
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
14
14
|
import "./config.d.ts";
|
|
15
15
|
export declare class pasteFromWord extends Plugin {
|
|
16
16
|
static requires: string[];
|
|
@@ -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 {
|
|
6
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
7
7
|
/**
|
|
8
8
|
* Show dialog choose content to paste
|
|
9
9
|
*/
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/placeholder
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Check if root node is empty
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/redo-undo
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit, IPlugin } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
/**
|
|
14
14
|
* Custom process Redo and Undo functionality
|
|
15
15
|
*/
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/resize-cells
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../modules/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Process tables in editor
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/resize-handler
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
export declare class resizeHandler extends Plugin {
|
|
15
15
|
/** @override **/
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/resizer
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* The module creates a supporting frame for resizing of the elements img and table
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* @module plugins/search
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit, IPlugin, ISelectionRange, Nullable } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
12
|
+
import type { LazyWalker } from "../../core/dom/index.d.ts";
|
|
13
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
14
14
|
import "./config.d.ts";
|
|
15
15
|
/**
|
|
16
16
|
* Search plugin. it is used for custom search in text
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module plugins/search
|
|
8
8
|
*/
|
|
9
9
|
import type { IJodit, MarkerInfo, Nullable } from "../../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { UIElement } from "../../../core/ui/index.d.ts";
|
|
11
11
|
export declare class UISearch extends UIElement<IJodit> {
|
|
12
12
|
className(): string;
|
|
13
13
|
private queryInput;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/select
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* A utility plugin that allows you to subscribe to a click/mousedown/touchstart/mouseup on an element in DOM order
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/select-cells
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
export declare class selectCells extends Plugin {
|
|
15
15
|
static requires: string[];
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/size
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Calculate sizes for editor workspace and handle setHeight and setWidth events
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module plugins/source
|
|
8
8
|
*/
|
|
9
9
|
import type { IJodit, ISourceEditor } from "../../../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { SourceEditor } from "../sourceEditor.d.ts";
|
|
11
11
|
export declare class AceEditor extends SourceEditor<AceAjax.Editor> implements ISourceEditor {
|
|
12
12
|
className: string;
|
|
13
13
|
private aceExists;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module plugins/source
|
|
8
8
|
*/
|
|
9
9
|
import type { IJodit, ISourceEditor } from "../../../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { SourceEditor } from "../sourceEditor.d.ts";
|
|
11
11
|
export declare class TextAreaEditor extends SourceEditor<HTMLTextAreaElement> implements ISourceEditor {
|
|
12
12
|
private autosize;
|
|
13
13
|
init(editor: IJodit): any;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/source
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit, ISourceEditor } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* Plug-in change simple textarea on CodeMirror editor in Source code mode
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import type { CanUndef, IAsync, IDestructible } from "../../../types/index.d.ts";
|
|
10
10
|
import type { ISpeechRecognize } from "../interface.d.ts";
|
|
11
|
-
import {
|
|
11
|
+
import type { Eventify } from "../../../core/event-emitter/eventify.d.ts";
|
|
12
12
|
export declare class RecognizeManager extends Eventify<{
|
|
13
13
|
pulse: (enable: boolean) => void;
|
|
14
14
|
result: (text: string) => void;
|
|
@@ -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.d.ts";
|
|
7
|
-
import * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
-
import * as de from "./de.d.ts";
|
|
9
|
-
import * as es from "./es.d.ts";
|
|
10
|
-
import * as fa from "./fa.d.ts";
|
|
11
|
-
import * as fi from "./fi.d.ts";
|
|
12
|
-
import * as fr from "./fr.d.ts";
|
|
13
|
-
import * as he from "./he.d.ts";
|
|
14
|
-
import * as hu from "./hu.d.ts";
|
|
15
|
-
import * as id from "./id.d.ts";
|
|
16
|
-
import * as it from "./it.d.ts";
|
|
17
|
-
import * as ja from "./ja.d.ts";
|
|
18
|
-
import * as ko from "./ko.d.ts";
|
|
19
|
-
import * as mn from "./mn.d.ts";
|
|
20
|
-
import * as nl from "./nl.d.ts";
|
|
21
|
-
import * as pl from "./pl.d.ts";
|
|
22
|
-
import * as pt_br from "./pt_br.d.ts";
|
|
23
|
-
import * as ru from "./ru.d.ts";
|
|
24
|
-
import * as tr from "./tr.d.ts";
|
|
25
|
-
import * as ua from "./ua.d.ts";
|
|
26
|
-
import * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
-
import * as zh_tw from "./zh_tw.d.ts";
|
|
6
|
+
import type * as ar from "./ar.d.ts";
|
|
7
|
+
import type * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
+
import type * as de from "./de.d.ts";
|
|
9
|
+
import type * as es from "./es.d.ts";
|
|
10
|
+
import type * as fa from "./fa.d.ts";
|
|
11
|
+
import type * as fi from "./fi.d.ts";
|
|
12
|
+
import type * as fr from "./fr.d.ts";
|
|
13
|
+
import type * as he from "./he.d.ts";
|
|
14
|
+
import type * as hu from "./hu.d.ts";
|
|
15
|
+
import type * as id from "./id.d.ts";
|
|
16
|
+
import type * as it from "./it.d.ts";
|
|
17
|
+
import type * as ja from "./ja.d.ts";
|
|
18
|
+
import type * as ko from "./ko.d.ts";
|
|
19
|
+
import type * as mn from "./mn.d.ts";
|
|
20
|
+
import type * as nl from "./nl.d.ts";
|
|
21
|
+
import type * as pl from "./pl.d.ts";
|
|
22
|
+
import type * as pt_br from "./pt_br.d.ts";
|
|
23
|
+
import type * as ru from "./ru.d.ts";
|
|
24
|
+
import type * as tr from "./tr.d.ts";
|
|
25
|
+
import type * as ua from "./ua.d.ts";
|
|
26
|
+
import type * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
+
import type * as zh_tw from "./zh_tw.d.ts";
|
|
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 };
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/speech-recognize
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit, IPlugin } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
export declare class SpeechRecognizeNative extends Plugin implements IPlugin {
|
|
15
15
|
buttons: {
|
|
@@ -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.d.ts";
|
|
7
|
-
import * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
-
import * as de from "./de.d.ts";
|
|
9
|
-
import * as es from "./es.d.ts";
|
|
10
|
-
import * as fa from "./fa.d.ts";
|
|
11
|
-
import * as fi from "./fi.d.ts";
|
|
12
|
-
import * as fr from "./fr.d.ts";
|
|
13
|
-
import * as he from "./he.d.ts";
|
|
14
|
-
import * as hu from "./hu.d.ts";
|
|
15
|
-
import * as id from "./id.d.ts";
|
|
16
|
-
import * as it from "./it.d.ts";
|
|
17
|
-
import * as ja from "./ja.d.ts";
|
|
18
|
-
import * as ko from "./ko.d.ts";
|
|
19
|
-
import * as mn from "./mn.d.ts";
|
|
20
|
-
import * as nl from "./nl.d.ts";
|
|
21
|
-
import * as pl from "./pl.d.ts";
|
|
22
|
-
import * as pt_br from "./pt_br.d.ts";
|
|
23
|
-
import * as ru from "./ru.d.ts";
|
|
24
|
-
import * as tr from "./tr.d.ts";
|
|
25
|
-
import * as ua from "./ua.d.ts";
|
|
26
|
-
import * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
-
import * as zh_tw from "./zh_tw.d.ts";
|
|
6
|
+
import type * as ar from "./ar.d.ts";
|
|
7
|
+
import type * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
+
import type * as de from "./de.d.ts";
|
|
9
|
+
import type * as es from "./es.d.ts";
|
|
10
|
+
import type * as fa from "./fa.d.ts";
|
|
11
|
+
import type * as fi from "./fi.d.ts";
|
|
12
|
+
import type * as fr from "./fr.d.ts";
|
|
13
|
+
import type * as he from "./he.d.ts";
|
|
14
|
+
import type * as hu from "./hu.d.ts";
|
|
15
|
+
import type * as id from "./id.d.ts";
|
|
16
|
+
import type * as it from "./it.d.ts";
|
|
17
|
+
import type * as ja from "./ja.d.ts";
|
|
18
|
+
import type * as ko from "./ko.d.ts";
|
|
19
|
+
import type * as mn from "./mn.d.ts";
|
|
20
|
+
import type * as nl from "./nl.d.ts";
|
|
21
|
+
import type * as pl from "./pl.d.ts";
|
|
22
|
+
import type * as pt_br from "./pt_br.d.ts";
|
|
23
|
+
import type * as ru from "./ru.d.ts";
|
|
24
|
+
import type * as tr from "./tr.d.ts";
|
|
25
|
+
import type * as ua from "./ua.d.ts";
|
|
26
|
+
import type * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
+
import type * as zh_tw from "./zh_tw.d.ts";
|
|
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 };
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/spellcheck
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/index.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
export declare class spellcheck extends Plugin {
|
|
15
15
|
buttons: Plugin['buttons'];
|
|
@@ -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 {
|
|
6
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
7
7
|
import "./config.d.ts";
|
|
8
8
|
/**
|
|
9
9
|
* Show stat data - words and chars count
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/sticky
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
export declare class sticky extends Plugin {
|
|
15
15
|
private __isToolbarStuck;
|
|
@@ -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.d.ts";
|
|
7
|
-
import * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
-
import * as de from "./de.d.ts";
|
|
9
|
-
import * as es from "./es.d.ts";
|
|
10
|
-
import * as fa from "./fa.d.ts";
|
|
11
|
-
import * as fi from "./fi.d.ts";
|
|
12
|
-
import * as fr from "./fr.d.ts";
|
|
13
|
-
import * as he from "./he.d.ts";
|
|
14
|
-
import * as hu from "./hu.d.ts";
|
|
15
|
-
import * as id from "./id.d.ts";
|
|
16
|
-
import * as it from "./it.d.ts";
|
|
17
|
-
import * as ja from "./ja.d.ts";
|
|
18
|
-
import * as ko from "./ko.d.ts";
|
|
19
|
-
import * as mn from "./mn.d.ts";
|
|
20
|
-
import * as nl from "./nl.d.ts";
|
|
21
|
-
import * as pl from "./pl.d.ts";
|
|
22
|
-
import * as pt_br from "./pt_br.d.ts";
|
|
23
|
-
import * as ru from "./ru.d.ts";
|
|
24
|
-
import * as tr from "./tr.d.ts";
|
|
25
|
-
import * as ua from "./ua.d.ts";
|
|
26
|
-
import * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
-
import * as zh_tw from "./zh_tw.d.ts";
|
|
6
|
+
import type * as ar from "./ar.d.ts";
|
|
7
|
+
import type * as cs_cz from "./cs_cz.d.ts";
|
|
8
|
+
import type * as de from "./de.d.ts";
|
|
9
|
+
import type * as es from "./es.d.ts";
|
|
10
|
+
import type * as fa from "./fa.d.ts";
|
|
11
|
+
import type * as fi from "./fi.d.ts";
|
|
12
|
+
import type * as fr from "./fr.d.ts";
|
|
13
|
+
import type * as he from "./he.d.ts";
|
|
14
|
+
import type * as hu from "./hu.d.ts";
|
|
15
|
+
import type * as id from "./id.d.ts";
|
|
16
|
+
import type * as it from "./it.d.ts";
|
|
17
|
+
import type * as ja from "./ja.d.ts";
|
|
18
|
+
import type * as ko from "./ko.d.ts";
|
|
19
|
+
import type * as mn from "./mn.d.ts";
|
|
20
|
+
import type * as nl from "./nl.d.ts";
|
|
21
|
+
import type * as pl from "./pl.d.ts";
|
|
22
|
+
import type * as pt_br from "./pt_br.d.ts";
|
|
23
|
+
import type * as ru from "./ru.d.ts";
|
|
24
|
+
import type * as tr from "./tr.d.ts";
|
|
25
|
+
import type * as ua from "./ua.d.ts";
|
|
26
|
+
import type * as zh_cn from "./zh_cn.d.ts";
|
|
27
|
+
import type * as zh_tw from "./zh_tw.d.ts";
|
|
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 };
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugins/symbols
|
|
10
10
|
*/
|
|
11
11
|
import type { IJodit } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { Plugin } from "../../core/plugin/plugin.d.ts";
|
|
13
13
|
import "./config.d.ts";
|
|
14
14
|
/**
|
|
15
15
|
* The plugin inserts characters that are not part of the standard keyboard.
|
package/types/types/async.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module types
|
|
8
8
|
*/
|
|
9
9
|
import type { CallbackFunction, IDestructible } from "./types.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { Nullable } from "./types.d.ts";
|
|
11
11
|
export type ITimeout = number | (() => number);
|
|
12
12
|
export interface IAsyncParams {
|
|
13
13
|
timeout?: number;
|
package/types/types/index.d.ts
CHANGED
|
@@ -6,26 +6,26 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module types
|
|
8
8
|
*/
|
|
9
|
-
export * from "./ajax.d.ts";
|
|
10
|
-
export * from "./async.d.ts";
|
|
11
|
-
export * from "./context.d.ts";
|
|
12
|
-
export * from "./core.d.ts";
|
|
13
|
-
export * from "./create.d.ts";
|
|
14
|
-
export * from "./dialog.d.ts";
|
|
15
|
-
export * from "./events.d.ts";
|
|
16
|
-
export * from "./file-browser.d.ts";
|
|
17
|
-
export * from "./jodit.d.ts";
|
|
18
|
-
export * from "./history.d.ts";
|
|
19
|
-
export * from "./select.d.ts";
|
|
20
|
-
export * from "./plugin.d.ts";
|
|
21
|
-
export * from "./popup.d.ts";
|
|
22
|
-
export * from "./source.d.ts";
|
|
23
|
-
export * from "./storage.d.ts";
|
|
24
|
-
export * from "./style.d.ts";
|
|
25
|
-
export * from "./toolbar.d.ts";
|
|
26
|
-
export * from "./traits.d.ts";
|
|
27
|
-
export * from "./types.d.ts";
|
|
28
|
-
export * from "./ui.d.ts";
|
|
29
|
-
export * from "./uploader.d.ts";
|
|
30
|
-
export * from "./view.d.ts";
|
|
31
|
-
export * from "./messages.d.ts";
|
|
9
|
+
export type * from "./ajax.d.ts";
|
|
10
|
+
export type * from "./async.d.ts";
|
|
11
|
+
export type * from "./context.d.ts";
|
|
12
|
+
export type * from "./core.d.ts";
|
|
13
|
+
export type * from "./create.d.ts";
|
|
14
|
+
export type * from "./dialog.d.ts";
|
|
15
|
+
export type * from "./events.d.ts";
|
|
16
|
+
export type * from "./file-browser.d.ts";
|
|
17
|
+
export type * from "./jodit.d.ts";
|
|
18
|
+
export type * from "./history.d.ts";
|
|
19
|
+
export type * from "./select.d.ts";
|
|
20
|
+
export type * from "./plugin.d.ts";
|
|
21
|
+
export type * from "./popup.d.ts";
|
|
22
|
+
export type * from "./source.d.ts";
|
|
23
|
+
export type * from "./storage.d.ts";
|
|
24
|
+
export type * from "./style.d.ts";
|
|
25
|
+
export type * from "./toolbar.d.ts";
|
|
26
|
+
export type * from "./traits.d.ts";
|
|
27
|
+
export type * from "./types.d.ts";
|
|
28
|
+
export type * from "./ui.d.ts";
|
|
29
|
+
export type * from "./uploader.d.ts";
|
|
30
|
+
export type * from "./view.d.ts";
|
|
31
|
+
export type * from "./messages.d.ts";
|
package/types/types/jodit.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module types
|
|
8
8
|
*/
|
|
9
|
-
import {
|
|
9
|
+
import type { IViewOptions, IViewWithToolbar } from "./view.d.ts";
|
|
10
10
|
import type { Config } from "../config.d.ts";
|
|
11
11
|
import type { AjaxOptions, CustomCommand, ICreate, IDestructible, IDlgs, IHistory, IResponse, IStatusBar, Modes } from "./index.d.ts";
|
|
12
12
|
import type { IUploader } from "./uploader.d.ts";
|
package/types/types/style.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module types
|
|
8
8
|
*/
|
|
9
9
|
import type { HTMLTagNames, IDictionary } from "./types.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { IJodit } from "./jodit.d.ts";
|
|
11
11
|
export type StyleValue = number | string | null | undefined;
|
|
12
12
|
export type IStyle = IDictionary<StyleValue>;
|
|
13
13
|
export type IAttributes = {
|