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
package/esm/config.d.ts
CHANGED
|
@@ -584,7 +584,7 @@ declare class Config implements IViewOptions {
|
|
|
584
584
|
* @example
|
|
585
585
|
* ```jsx
|
|
586
586
|
* import React, {useState, useRef} from 'react';
|
|
587
|
-
* import JoditEditor from "jodit-react";
|
|
587
|
+
* import type JoditEditor from "jodit-react";
|
|
588
588
|
*
|
|
589
589
|
* const config = {
|
|
590
590
|
* createAttributes: {
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module component
|
|
8
8
|
*/
|
|
9
|
-
export * from "./component.d.ts";
|
|
10
|
-
export * from "./statuses.d.ts";
|
|
11
|
-
export * from "./view-component.d.ts";
|
|
9
|
+
export type * from "./component.d.ts";
|
|
10
|
+
export type * from "./statuses.d.ts";
|
|
11
|
+
export type * from "./view-component.d.ts";
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module component
|
|
8
8
|
*/
|
|
9
9
|
import type { IViewBased, IViewComponent } from "../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { Component } from "./component.d.ts";
|
|
11
11
|
export declare abstract class ViewComponent<T extends IViewBased = IViewBased> extends Component implements IViewComponent<T> {
|
|
12
12
|
/**
|
|
13
13
|
* Parent View element
|
package/esm/core/constants.d.ts
CHANGED
package/esm/core/constants.js
CHANGED
|
@@ -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
|
-
export const APP_VERSION = "4.4.
|
|
6
|
+
export const APP_VERSION = "4.4.4";
|
|
7
7
|
// prettier-ignore
|
|
8
8
|
export const ES = "es2020";
|
|
9
9
|
export const IS_ES_MODERN = true;
|
|
@@ -63,7 +63,7 @@ export declare function cached<T>(object: object, property: string): Nullable<T>
|
|
|
63
63
|
*
|
|
64
64
|
* ### Usage Example 1: Basic Caching
|
|
65
65
|
* ```typescript
|
|
66
|
-
* import {
|
|
66
|
+
* import type { cache } from './decorators';
|
|
67
67
|
*
|
|
68
68
|
* class Example {
|
|
69
69
|
* private counter = 0;
|
|
@@ -82,7 +82,7 @@ export declare function cached<T>(object: object, property: string): Nullable<T>
|
|
|
82
82
|
*
|
|
83
83
|
* ### Usage Example 2: Integration with Cached Utilities
|
|
84
84
|
* ```typescript
|
|
85
|
-
* import {
|
|
85
|
+
* import type { cache, cached } from './decorators';
|
|
86
86
|
* import type { IUIElement } from "jodit";
|
|
87
87
|
*
|
|
88
88
|
* const { component } = Jodit.decorators;
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module decorators
|
|
10
10
|
*/
|
|
11
|
-
export * from "./autobind/autobind.d.ts";
|
|
12
|
-
export * from "./cache/cache.d.ts";
|
|
13
|
-
export * from "./component/component.d.ts";
|
|
14
|
-
export * from "./debounce/debounce.d.ts";
|
|
15
|
-
export * from "./derive/derive.d.ts";
|
|
16
|
-
export * from "./hook/hook.d.ts";
|
|
17
|
-
export * from "./idle/idle.d.ts";
|
|
18
|
-
export * from "./nonenumerable/nonenumerable.d.ts";
|
|
19
|
-
export * from "./persistent/persistent.d.ts";
|
|
20
|
-
export * from "./wait/wait.d.ts";
|
|
21
|
-
export * from "./watch/watch.d.ts";
|
|
11
|
+
export type * from "./autobind/autobind.d.ts";
|
|
12
|
+
export type * from "./cache/cache.d.ts";
|
|
13
|
+
export type * from "./component/component.d.ts";
|
|
14
|
+
export type * from "./debounce/debounce.d.ts";
|
|
15
|
+
export type * from "./derive/derive.d.ts";
|
|
16
|
+
export type * from "./hook/hook.d.ts";
|
|
17
|
+
export type * from "./idle/idle.d.ts";
|
|
18
|
+
export type * from "./nonenumerable/nonenumerable.d.ts";
|
|
19
|
+
export type * from "./persistent/persistent.d.ts";
|
|
20
|
+
export type * from "./wait/wait.d.ts";
|
|
21
|
+
export type * from "./watch/watch.d.ts";
|
package/esm/core/dom/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module dom
|
|
8
8
|
*/
|
|
9
9
|
import type { IAsync, IDestructible } from "../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { Eventify } from "../event-emitter/eventify.d.ts";
|
|
11
11
|
export declare class LazyWalker extends Eventify<{
|
|
12
12
|
visit: (node: Node) => boolean;
|
|
13
13
|
break: (reason?: string) => void;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module event-emitter
|
|
8
8
|
*/
|
|
9
|
-
export * from "./event-emitter.d.ts";
|
|
10
|
-
export * from "./eventify.d.ts";
|
|
11
|
-
export * from "./observable.d.ts";
|
|
12
|
-
export * from "./store.d.ts";
|
|
9
|
+
export type * from "./event-emitter.d.ts";
|
|
10
|
+
export type * from "./eventify.d.ts";
|
|
11
|
+
export type * from "./observable.d.ts";
|
|
12
|
+
export type * from "./store.d.ts";
|
package/esm/core/global.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* @module global
|
|
8
8
|
*/
|
|
9
9
|
import type { HTMLTagNames, IDictionary, IJodit, IViewBased, IViewComponent, IViewOptions } from "../types/index.d.ts";
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
10
|
+
import type { PluginSystem } from "./plugin/plugin-system.d.ts";
|
|
11
|
+
import type { EventEmitter } from "./event-emitter/index.d.ts";
|
|
12
12
|
export declare const instances: IDictionary<IJodit>;
|
|
13
13
|
/**
|
|
14
14
|
* Generate global unique uid
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/array
|
|
8
8
|
*/
|
|
9
|
-
export { asArray } from "./as-array.d.ts";
|
|
10
|
-
export { splitArray } from "./split-array.d.ts";
|
|
11
|
-
export { toArray } from "./to-array.d.ts";
|
|
9
|
+
export type { asArray } from "./as-array.d.ts";
|
|
10
|
+
export type { splitArray } from "./split-array.d.ts";
|
|
11
|
+
export type { toArray } from "./to-array.d.ts";
|
|
@@ -6,28 +6,28 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/checker
|
|
8
8
|
*/
|
|
9
|
-
export * from "./has-browser-color-picker.d.ts";
|
|
10
|
-
export * from "./is-abort-error.d.ts";
|
|
11
|
-
export * from "./is-array.d.ts";
|
|
12
|
-
export * from "./is-boolean.d.ts";
|
|
13
|
-
export * from "./is-equal.d.ts";
|
|
14
|
-
export * from "./is-function.d.ts";
|
|
15
|
-
export * from "./is-html.d.ts";
|
|
16
|
-
export * from "./is-html-from-word.d.ts";
|
|
17
|
-
export * from "./is-imp-interface.d.ts";
|
|
18
|
-
export * from "./is-int.d.ts";
|
|
19
|
-
export * from "./is-jodit-object.d.ts";
|
|
20
|
-
export * from "./is-license.d.ts";
|
|
21
|
-
export * from "./is-marker.d.ts";
|
|
22
|
-
export * from "./is-native-function.d.ts";
|
|
23
|
-
export * from "./is-number.d.ts";
|
|
24
|
-
export * from "./is-numeric.d.ts";
|
|
25
|
-
export * from "./is-plain-object.d.ts";
|
|
26
|
-
export * from "./is-promise.d.ts";
|
|
27
|
-
export * from "./is-set.d.ts";
|
|
28
|
-
export * from "./is-string.d.ts";
|
|
29
|
-
export * from "./is-url.d.ts";
|
|
30
|
-
export * from "./is-valid-name.d.ts";
|
|
31
|
-
export * from "./is-view-object.d.ts";
|
|
32
|
-
export * from "./is-void.d.ts";
|
|
33
|
-
export * from "./is-window.d.ts";
|
|
9
|
+
export type * from "./has-browser-color-picker.d.ts";
|
|
10
|
+
export type * from "./is-abort-error.d.ts";
|
|
11
|
+
export type * from "./is-array.d.ts";
|
|
12
|
+
export type * from "./is-boolean.d.ts";
|
|
13
|
+
export type * from "./is-equal.d.ts";
|
|
14
|
+
export type * from "./is-function.d.ts";
|
|
15
|
+
export type * from "./is-html.d.ts";
|
|
16
|
+
export type * from "./is-html-from-word.d.ts";
|
|
17
|
+
export type * from "./is-imp-interface.d.ts";
|
|
18
|
+
export type * from "./is-int.d.ts";
|
|
19
|
+
export type * from "./is-jodit-object.d.ts";
|
|
20
|
+
export type * from "./is-license.d.ts";
|
|
21
|
+
export type * from "./is-marker.d.ts";
|
|
22
|
+
export type * from "./is-native-function.d.ts";
|
|
23
|
+
export type * from "./is-number.d.ts";
|
|
24
|
+
export type * from "./is-numeric.d.ts";
|
|
25
|
+
export type * from "./is-plain-object.d.ts";
|
|
26
|
+
export type * from "./is-promise.d.ts";
|
|
27
|
+
export type * from "./is-set.d.ts";
|
|
28
|
+
export type * from "./is-string.d.ts";
|
|
29
|
+
export type * from "./is-url.d.ts";
|
|
30
|
+
export type * from "./is-valid-name.d.ts";
|
|
31
|
+
export type * from "./is-view-object.d.ts";
|
|
32
|
+
export type * from "./is-void.d.ts";
|
|
33
|
+
export type * from "./is-window.d.ts";
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/html
|
|
8
8
|
*/
|
|
9
|
-
export * from "./apply-styles.d.ts";
|
|
10
|
-
export * from "./clean-from-word.d.ts";
|
|
11
|
-
export * from "./htmlspecialchars.d.ts";
|
|
12
|
-
export * from "./nl2br.d.ts";
|
|
13
|
-
export * from "./safe-html.d.ts";
|
|
14
|
-
export * from "./strip-tags.d.ts";
|
|
9
|
+
export type * from "./apply-styles.d.ts";
|
|
10
|
+
export type * from "./clean-from-word.d.ts";
|
|
11
|
+
export type * from "./htmlspecialchars.d.ts";
|
|
12
|
+
export type * from "./nl2br.d.ts";
|
|
13
|
+
export type * from "./safe-html.d.ts";
|
|
14
|
+
export type * from "./strip-tags.d.ts";
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module helpers
|
|
10
10
|
*/
|
|
11
|
-
export * from "./array/index.d.ts";
|
|
12
|
-
export * from "./async/index.d.ts";
|
|
13
|
-
export * from "./checker/index.d.ts";
|
|
14
|
-
export * from "./color/index.d.ts";
|
|
15
|
-
export * from "./html/index.d.ts";
|
|
16
|
-
export * from "./normalize/index.d.ts";
|
|
17
|
-
export * from "./size/index.d.ts";
|
|
18
|
-
export * from "./string/index.d.ts";
|
|
19
|
-
export * from "./utils/index.d.ts";
|
|
11
|
+
export type * from "./array/index.d.ts";
|
|
12
|
+
export type * from "./async/index.d.ts";
|
|
13
|
+
export type * from "./checker/index.d.ts";
|
|
14
|
+
export type * from "./color/index.d.ts";
|
|
15
|
+
export type * from "./html/index.d.ts";
|
|
16
|
+
export type * from "./normalize/index.d.ts";
|
|
17
|
+
export type * from "./size/index.d.ts";
|
|
18
|
+
export type * from "./string/index.d.ts";
|
|
19
|
+
export type * from "./utils/index.d.ts";
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/normalize
|
|
8
8
|
*/
|
|
9
|
-
export * from "./normalize-color.d.ts";
|
|
10
|
-
export * from "./normalize-css-value.d.ts";
|
|
11
|
-
export * from "./normalize-key-aliases.d.ts";
|
|
12
|
-
export * from "./normalize-license.d.ts";
|
|
13
|
-
export * from "./normalize-path.d.ts";
|
|
14
|
-
export * from "./normalize-relative-path.d.ts";
|
|
15
|
-
export * from "./normalize-size.d.ts";
|
|
16
|
-
export * from "./normalize-url.d.ts";
|
|
9
|
+
export type * from "./normalize-color.d.ts";
|
|
10
|
+
export type * from "./normalize-css-value.d.ts";
|
|
11
|
+
export type * from "./normalize-key-aliases.d.ts";
|
|
12
|
+
export type * from "./normalize-license.d.ts";
|
|
13
|
+
export type * from "./normalize-path.d.ts";
|
|
14
|
+
export type * from "./normalize-relative-path.d.ts";
|
|
15
|
+
export type * from "./normalize-size.d.ts";
|
|
16
|
+
export type * from "./normalize-url.d.ts";
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/size
|
|
8
8
|
*/
|
|
9
|
-
export * from "./get-content-width.d.ts";
|
|
10
|
-
export * from "./get-scroll-parent.d.ts";
|
|
11
|
-
export * from "./inner-width.d.ts";
|
|
12
|
-
export * from "./object-size.d.ts";
|
|
13
|
-
export * from "./offset.d.ts";
|
|
14
|
-
export * from "./position.d.ts";
|
|
9
|
+
export type * from "./get-content-width.d.ts";
|
|
10
|
+
export type * from "./get-scroll-parent.d.ts";
|
|
11
|
+
export type * from "./inner-width.d.ts";
|
|
12
|
+
export type * from "./object-size.d.ts";
|
|
13
|
+
export type * from "./offset.d.ts";
|
|
14
|
+
export type * from "./position.d.ts";
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/string
|
|
8
8
|
*/
|
|
9
|
-
export * from "./camel-case.d.ts";
|
|
10
|
-
export * from "./fuzzy-search-index.d.ts";
|
|
11
|
-
export * from "./i18n.d.ts";
|
|
12
|
-
export * from "./kebab-case.d.ts";
|
|
13
|
-
export * from "./stringify.d.ts";
|
|
14
|
-
export * from "./trim.d.ts";
|
|
15
|
-
export * from "./ucfirst.d.ts";
|
|
9
|
+
export type * from "./camel-case.d.ts";
|
|
10
|
+
export type * from "./fuzzy-search-index.d.ts";
|
|
11
|
+
export type * from "./i18n.d.ts";
|
|
12
|
+
export type * from "./kebab-case.d.ts";
|
|
13
|
+
export type * from "./stringify.d.ts";
|
|
14
|
+
export type * from "./trim.d.ts";
|
|
15
|
+
export type * from "./ucfirst.d.ts";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/utils
|
|
8
8
|
*/
|
|
9
|
-
import {
|
|
9
|
+
import type { isAbortError } from "../../../checker/is-abort-error.d.ts";
|
|
10
10
|
/**
|
|
11
11
|
* `AbortError` is not a separate exception, but rather a {@link DOMException} with a special `name`.
|
|
12
12
|
* https://webidl.spec.whatwg.org/#aborterror
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/utils
|
|
8
8
|
*/
|
|
9
|
-
export * from "./abort-error.d.ts";
|
|
10
|
-
export * from "./connection-error.d.ts";
|
|
11
|
-
export * from "./options-error.d.ts";
|
|
9
|
+
export type * from "./abort-error.d.ts";
|
|
10
|
+
export type * from "./connection-error.d.ts";
|
|
11
|
+
export type * from "./options-error.d.ts";
|
|
@@ -6,30 +6,30 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module helpers/utils
|
|
8
8
|
*/
|
|
9
|
-
export * from "./align.d.ts";
|
|
10
|
-
export * from "./append-script.d.ts";
|
|
11
|
-
export * from "./assert.d.ts";
|
|
12
|
-
export * from "./attr.d.ts";
|
|
13
|
-
export * from "./browser.d.ts";
|
|
14
|
-
export * from "./build-query.d.ts";
|
|
15
|
-
export * from "./complete-url.d.ts";
|
|
16
|
-
export * from "./config-proto.d.ts";
|
|
17
|
-
export * from "./convert-media-url-to-video-embed.d.ts";
|
|
18
|
-
export * from "./css.d.ts";
|
|
19
|
-
export * from "./ctrl-key.d.ts";
|
|
20
|
-
export * from "./data-bind.d.ts";
|
|
21
|
-
export * from "./default-language.d.ts";
|
|
22
|
-
export * from "./error/index.d.ts";
|
|
23
|
-
export * from "./extend.d.ts";
|
|
24
|
-
export * from "./get.d.ts";
|
|
25
|
-
export * from "./get-class-name.d.ts";
|
|
26
|
-
export * from "./human-size-to-bytes.d.ts";
|
|
27
|
-
export * from "./mark-deprecated.d.ts";
|
|
28
|
-
export * from "./parse-query.d.ts";
|
|
29
|
-
export * from "./print.d.ts";
|
|
30
|
-
export * from "./reset.d.ts";
|
|
31
|
-
export * from "./scroll-into-view.d.ts";
|
|
32
|
-
export * from "./selector.d.ts";
|
|
33
|
-
export * from "./set.d.ts";
|
|
34
|
-
export * from "./stack.d.ts";
|
|
35
|
-
export * from "./utils.d.ts";
|
|
9
|
+
export type * from "./align.d.ts";
|
|
10
|
+
export type * from "./append-script.d.ts";
|
|
11
|
+
export type * from "./assert.d.ts";
|
|
12
|
+
export type * from "./attr.d.ts";
|
|
13
|
+
export type * from "./browser.d.ts";
|
|
14
|
+
export type * from "./build-query.d.ts";
|
|
15
|
+
export type * from "./complete-url.d.ts";
|
|
16
|
+
export type * from "./config-proto.d.ts";
|
|
17
|
+
export type * from "./convert-media-url-to-video-embed.d.ts";
|
|
18
|
+
export type * from "./css.d.ts";
|
|
19
|
+
export type * from "./ctrl-key.d.ts";
|
|
20
|
+
export type * from "./data-bind.d.ts";
|
|
21
|
+
export type * from "./default-language.d.ts";
|
|
22
|
+
export type * from "./error/index.d.ts";
|
|
23
|
+
export type * from "./extend.d.ts";
|
|
24
|
+
export type * from "./get.d.ts";
|
|
25
|
+
export type * from "./get-class-name.d.ts";
|
|
26
|
+
export type * from "./human-size-to-bytes.d.ts";
|
|
27
|
+
export type * from "./mark-deprecated.d.ts";
|
|
28
|
+
export type * from "./parse-query.d.ts";
|
|
29
|
+
export type * from "./print.d.ts";
|
|
30
|
+
export type * from "./reset.d.ts";
|
|
31
|
+
export type * from "./scroll-into-view.d.ts";
|
|
32
|
+
export type * from "./selector.d.ts";
|
|
33
|
+
export type * from "./set.d.ts";
|
|
34
|
+
export type * from "./stack.d.ts";
|
|
35
|
+
export type * from "./utils.d.ts";
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @module plugin
|
|
10
10
|
*/
|
|
11
11
|
import type { CanUndef, IJodit, IPlugin, IViewBased } from "../../types/index.d.ts";
|
|
12
|
-
import {
|
|
12
|
+
import type { ViewComponent } from "../component/index.d.ts";
|
|
13
13
|
export declare abstract class Plugin<T extends IViewBased = IJodit> extends ViewComponent<T> implements IPlugin<T> {
|
|
14
14
|
static requires: string[];
|
|
15
15
|
/** @override */
|
|
@@ -3,8 +3,8 @@
|
|
|
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
|
-
export * from "./move-node-inside-start.d.ts";
|
|
7
|
-
export * from "./move-the-node-along-the-edge-outward.d.ts";
|
|
6
|
+
export type * from "./move-node-inside-start.d.ts";
|
|
7
|
+
export type * from "./move-the-node-along-the-edge-outward.d.ts";
|
|
8
8
|
/**
|
|
9
9
|
* Check if the cursor is at the edge of the string
|
|
10
10
|
* @private
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module selection
|
|
8
8
|
*/
|
|
9
|
-
export * from "./selection.d.ts";
|
|
10
|
-
export * from "./style/commit-style.d.ts";
|
|
11
|
-
export * from "./style/constants.d.ts";
|
|
9
|
+
export type * from "./selection.d.ts";
|
|
10
|
+
export type * from "./style/commit-style.d.ts";
|
|
11
|
+
export type * from "./style/constants.d.ts";
|
|
@@ -3,18 +3,18 @@
|
|
|
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
|
-
export * from "./extract.d.ts";
|
|
7
|
-
export * from "./finite-state-machine.d.ts";
|
|
8
|
-
export * from "./get-suit-child.d.ts";
|
|
9
|
-
export * from "./get-suit-parent.d.ts";
|
|
10
|
-
export * from "./has-same-style.d.ts";
|
|
11
|
-
export * from "./is-inside-invisible-element.d.ts";
|
|
12
|
-
export * from "./is-normal-node.d.ts";
|
|
13
|
-
export * from "./is-same-attributes.d.ts";
|
|
14
|
-
export * from "./is-suit-element.d.ts";
|
|
15
|
-
export * from "./list/toggle-ordered-list.d.ts";
|
|
16
|
-
export * from "./list/wrap-list.d.ts";
|
|
17
|
-
export * from "./toggle-attributes.d.ts";
|
|
18
|
-
export * from "./unwrap-children.d.ts";
|
|
19
|
-
export * from "./wrap.d.ts";
|
|
20
|
-
export * from "./wrap-unwrapped-text.d.ts";
|
|
6
|
+
export type * from "./extract.d.ts";
|
|
7
|
+
export type * from "./finite-state-machine.d.ts";
|
|
8
|
+
export type * from "./get-suit-child.d.ts";
|
|
9
|
+
export type * from "./get-suit-parent.d.ts";
|
|
10
|
+
export type * from "./has-same-style.d.ts";
|
|
11
|
+
export type * from "./is-inside-invisible-element.d.ts";
|
|
12
|
+
export type * from "./is-normal-node.d.ts";
|
|
13
|
+
export type * from "./is-same-attributes.d.ts";
|
|
14
|
+
export type * from "./is-suit-element.d.ts";
|
|
15
|
+
export type * from "./list/toggle-ordered-list.d.ts";
|
|
16
|
+
export type * from "./list/wrap-list.d.ts";
|
|
17
|
+
export type * from "./toggle-attributes.d.ts";
|
|
18
|
+
export type * from "./unwrap-children.d.ts";
|
|
19
|
+
export type * from "./wrap.d.ts";
|
|
20
|
+
export type * from "./wrap-unwrapped-text.d.ts";
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* @module storage
|
|
8
8
|
*/
|
|
9
|
-
export * from "./engines/local-storage-provider.d.ts";
|
|
10
|
-
export * from "./engines/memory-storage-provider.d.ts";
|
|
11
|
-
export * from "./storage.d.ts";
|
|
9
|
+
export type * from "./engines/local-storage-provider.d.ts";
|
|
10
|
+
export type * from "./engines/memory-storage-provider.d.ts";
|
|
11
|
+
export type * from "./storage.d.ts";
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module ui/button
|
|
8
8
|
*/
|
|
9
9
|
import type { ButtonVariant, IUIButton, IUIButtonState, IUIButtonStatePartial, IViewBased } from "../../../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { UIElement } from "../../element.d.ts";
|
|
11
11
|
export declare const UIButtonState: () => IUIButtonState;
|
|
12
12
|
export declare class UIButton extends UIElement implements IUIButton {
|
|
13
13
|
/** @override */
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @module ui/button
|
|
8
8
|
*/
|
|
9
9
|
import type { IDictionary, IUIButton, IUIOption, IViewBased } from "../../../../types/index.d.ts";
|
|
10
|
-
import {
|
|
10
|
+
import type { UIGroup } from "../../group/group.d.ts";
|
|
11
11
|
export declare class UIButtonGroup extends UIGroup {
|
|
12
12
|
readonly options: {
|
|
13
13
|
name?: string;
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
* @module ui/button
|
|
10
10
|
*/
|
|
11
|
-
export * from "./button/button.d.ts";
|
|
12
|
-
export * from "./group/group.d.ts";
|
|
13
|
-
export * from "./tooltip/tooltip.d.ts";
|
|
11
|
+
export type * from "./button/button.d.ts";
|
|
12
|
+
export type * from "./group/group.d.ts";
|
|
13
|
+
export type * from "./tooltip/tooltip.d.ts";
|