jodit 4.7.9 → 4.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/LICENSE.txt +1 -1
- package/es2015/jodit.css +449 -63
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +16 -16
- package/es2015/jodit.js +1164 -752
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +15 -15
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +2 -2
- 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 +35 -35
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +15 -15
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +24 -24
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +449 -63
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +21 -21
- package/es2021/jodit.js +1018 -644
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +26 -26
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +2 -2
- 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 +32 -32
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +449 -63
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +50 -50
- package/es2021.en/jodit.js +929 -555
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +21 -21
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +2 -2
- 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 +9 -9
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +465 -65
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +2607 -1487
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +2 -2
- 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 +35 -35
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/polyfills.fat.min.js +2 -2
- package/es5/polyfills.js +231 -77
- package/es5/polyfills.min.js +2 -2
- package/esm/config.js +1 -1
- package/esm/core/async/async.d.ts +1 -1
- package/esm/core/async/async.js +1 -1
- package/esm/core/async/index.d.ts +1 -1
- package/esm/core/async/index.js +1 -1
- package/esm/core/component/component.d.ts +1 -1
- package/esm/core/component/component.js +1 -1
- package/esm/core/component/index.d.ts +1 -1
- package/esm/core/component/index.js +1 -1
- package/esm/core/component/statuses.d.ts +1 -1
- package/esm/core/component/statuses.js +1 -1
- package/esm/core/component/view-component.d.ts +1 -1
- package/esm/core/component/view-component.js +1 -1
- package/esm/core/constants.d.ts +1 -1
- package/esm/core/constants.js +2 -2
- package/esm/core/create/create.d.ts +1 -1
- package/esm/core/create/create.js +1 -1
- package/esm/core/create/index.d.ts +1 -1
- package/esm/core/create/index.js +1 -1
- package/esm/core/decorators/autobind/autobind.d.ts +1 -1
- package/esm/core/decorators/autobind/autobind.js +1 -1
- package/esm/core/decorators/cache/cache.d.ts +1 -1
- package/esm/core/decorators/cache/cache.js +1 -7
- package/esm/core/decorators/component/component.d.ts +1 -1
- package/esm/core/decorators/component/component.js +1 -1
- package/esm/core/decorators/debounce/debounce.d.ts +1 -1
- package/esm/core/decorators/debounce/debounce.js +1 -1
- package/esm/core/decorators/derive/derive.d.ts +1 -1
- package/esm/core/decorators/derive/derive.js +1 -1
- package/esm/core/decorators/hook/hook.d.ts +1 -1
- package/esm/core/decorators/hook/hook.js +1 -1
- package/esm/core/decorators/idle/idle.d.ts +1 -1
- package/esm/core/decorators/idle/idle.js +1 -1
- package/esm/core/decorators/index.d.ts +1 -1
- package/esm/core/decorators/index.js +1 -1
- package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
- package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
- package/esm/core/decorators/persistent/persistent.d.ts +1 -1
- package/esm/core/decorators/persistent/persistent.js +1 -1
- package/esm/core/decorators/wait/wait.d.ts +1 -1
- package/esm/core/decorators/wait/wait.js +1 -1
- package/esm/core/decorators/watch/watch.d.ts +1 -1
- package/esm/core/decorators/watch/watch.js +1 -1
- package/esm/core/dom/dom.d.ts +1 -1
- package/esm/core/dom/dom.js +1 -1
- package/esm/core/dom/index.d.ts +1 -1
- package/esm/core/dom/index.js +1 -1
- package/esm/core/dom/lazy-walker.d.ts +1 -1
- package/esm/core/dom/lazy-walker.js +1 -1
- package/esm/core/event-emitter/event-emitter.d.ts +1 -1
- package/esm/core/event-emitter/event-emitter.js +1 -1
- package/esm/core/event-emitter/eventify.d.ts +1 -1
- package/esm/core/event-emitter/eventify.js +1 -1
- package/esm/core/event-emitter/index.d.ts +1 -1
- package/esm/core/event-emitter/index.js +1 -1
- package/esm/core/event-emitter/observable.d.ts +1 -1
- package/esm/core/event-emitter/observable.js +1 -1
- package/esm/core/event-emitter/store.d.ts +1 -1
- package/esm/core/event-emitter/store.js +1 -1
- package/esm/core/global.d.ts +1 -1
- package/esm/core/global.js +1 -1
- package/esm/core/helpers/array/as-array.d.ts +1 -1
- package/esm/core/helpers/array/as-array.js +1 -1
- package/esm/core/helpers/array/index.d.ts +1 -1
- package/esm/core/helpers/array/index.js +1 -1
- package/esm/core/helpers/array/split-array.d.ts +1 -1
- package/esm/core/helpers/array/split-array.js +1 -1
- package/esm/core/helpers/array/to-array.d.ts +1 -1
- package/esm/core/helpers/array/to-array.js +1 -1
- package/esm/core/helpers/async/index.d.ts +1 -1
- package/esm/core/helpers/async/index.js +1 -1
- package/esm/core/helpers/async/set-timeout.d.ts +1 -1
- package/esm/core/helpers/async/set-timeout.js +1 -1
- package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
- package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
- package/esm/core/helpers/checker/index.d.ts +1 -1
- package/esm/core/helpers/checker/index.js +1 -1
- package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
- package/esm/core/helpers/checker/is-abort-error.js +1 -1
- package/esm/core/helpers/checker/is-array.d.ts +1 -1
- package/esm/core/helpers/checker/is-array.js +1 -1
- package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
- package/esm/core/helpers/checker/is-boolean.js +1 -1
- package/esm/core/helpers/checker/is-equal.d.ts +1 -1
- package/esm/core/helpers/checker/is-equal.js +1 -1
- package/esm/core/helpers/checker/is-function.d.ts +1 -1
- package/esm/core/helpers/checker/is-function.js +1 -1
- package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
- package/esm/core/helpers/checker/is-html-from-word.js +1 -1
- package/esm/core/helpers/checker/is-html.d.ts +1 -1
- package/esm/core/helpers/checker/is-html.js +1 -1
- package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/esm/core/helpers/checker/is-imp-interface.js +1 -1
- package/esm/core/helpers/checker/is-int.d.ts +1 -1
- package/esm/core/helpers/checker/is-int.js +1 -1
- package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-jodit-object.js +1 -1
- package/esm/core/helpers/checker/is-license.d.ts +1 -1
- package/esm/core/helpers/checker/is-license.js +1 -1
- package/esm/core/helpers/checker/is-marker.d.ts +1 -1
- package/esm/core/helpers/checker/is-marker.js +1 -1
- package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
- package/esm/core/helpers/checker/is-native-function.js +1 -1
- package/esm/core/helpers/checker/is-number.d.ts +1 -1
- package/esm/core/helpers/checker/is-number.js +1 -1
- package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
- package/esm/core/helpers/checker/is-numeric.js +1 -1
- package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-plain-object.js +1 -1
- package/esm/core/helpers/checker/is-promise.d.ts +1 -1
- package/esm/core/helpers/checker/is-promise.js +1 -1
- package/esm/core/helpers/checker/is-set.d.ts +1 -1
- package/esm/core/helpers/checker/is-set.js +1 -1
- package/esm/core/helpers/checker/is-string.d.ts +1 -1
- package/esm/core/helpers/checker/is-string.js +1 -1
- package/esm/core/helpers/checker/is-url.d.ts +1 -1
- package/esm/core/helpers/checker/is-url.js +1 -1
- package/esm/core/helpers/checker/is-valid-name.d.ts +1 -1
- package/esm/core/helpers/checker/is-valid-name.js +1 -1
- package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-view-object.js +1 -1
- package/esm/core/helpers/checker/is-void.d.ts +1 -1
- package/esm/core/helpers/checker/is-void.js +1 -1
- package/esm/core/helpers/checker/is-window.d.ts +1 -1
- package/esm/core/helpers/checker/is-window.js +1 -1
- package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
- package/esm/core/helpers/color/color-to-hex.js +1 -1
- package/esm/core/helpers/color/index.d.ts +1 -1
- package/esm/core/helpers/color/index.js +1 -1
- package/esm/core/helpers/html/apply-styles.d.ts +1 -1
- package/esm/core/helpers/html/apply-styles.js +1 -1
- package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
- package/esm/core/helpers/html/clean-from-word.js +1 -1
- package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
- package/esm/core/helpers/html/htmlspecialchars.js +1 -1
- package/esm/core/helpers/html/index.d.ts +1 -1
- package/esm/core/helpers/html/index.js +1 -1
- package/esm/core/helpers/html/nl2br.d.ts +1 -1
- package/esm/core/helpers/html/nl2br.js +1 -1
- package/esm/core/helpers/html/safe-html.d.ts +1 -1
- package/esm/core/helpers/html/safe-html.js +1 -1
- package/esm/core/helpers/html/strip-tags.d.ts +1 -1
- package/esm/core/helpers/html/strip-tags.js +1 -1
- package/esm/core/helpers/index.d.ts +1 -1
- package/esm/core/helpers/index.js +1 -1
- package/esm/core/helpers/normalize/index.d.ts +1 -1
- package/esm/core/helpers/normalize/index.js +1 -1
- package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-color.js +1 -1
- package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
- package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
- package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-license.js +1 -1
- package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-path.js +1 -1
- package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
- package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-size.js +1 -1
- package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-url.js +1 -1
- package/esm/core/helpers/size/get-content-width.d.ts +1 -1
- package/esm/core/helpers/size/get-content-width.js +1 -1
- package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/esm/core/helpers/size/get-scroll-parent.js +1 -1
- package/esm/core/helpers/size/index.d.ts +1 -1
- package/esm/core/helpers/size/index.js +1 -1
- package/esm/core/helpers/size/inner-width.d.ts +1 -1
- package/esm/core/helpers/size/inner-width.js +1 -1
- package/esm/core/helpers/size/object-size.d.ts +1 -1
- package/esm/core/helpers/size/object-size.js +1 -1
- package/esm/core/helpers/size/offset.d.ts +1 -1
- package/esm/core/helpers/size/offset.js +1 -1
- package/esm/core/helpers/size/position.d.ts +1 -1
- package/esm/core/helpers/size/position.js +1 -1
- package/esm/core/helpers/string/camel-case.d.ts +1 -1
- package/esm/core/helpers/string/camel-case.js +1 -1
- package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
- package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
- package/esm/core/helpers/string/i18n.d.ts +1 -1
- package/esm/core/helpers/string/i18n.js +1 -1
- package/esm/core/helpers/string/index.d.ts +1 -1
- package/esm/core/helpers/string/index.js +1 -1
- package/esm/core/helpers/string/kebab-case.d.ts +1 -1
- package/esm/core/helpers/string/kebab-case.js +1 -1
- package/esm/core/helpers/string/stringify.d.ts +1 -1
- package/esm/core/helpers/string/stringify.js +1 -1
- package/esm/core/helpers/string/trim.d.ts +1 -1
- package/esm/core/helpers/string/trim.js +1 -1
- package/esm/core/helpers/string/ucfirst.d.ts +1 -1
- package/esm/core/helpers/string/ucfirst.js +1 -1
- package/esm/core/helpers/utils/align.d.ts +1 -1
- package/esm/core/helpers/utils/align.js +1 -1
- package/esm/core/helpers/utils/append-script.d.ts +1 -1
- package/esm/core/helpers/utils/append-script.js +1 -1
- package/esm/core/helpers/utils/assert.d.ts +1 -1
- package/esm/core/helpers/utils/assert.js +1 -1
- package/esm/core/helpers/utils/attr.d.ts +1 -1
- package/esm/core/helpers/utils/attr.js +1 -1
- package/esm/core/helpers/utils/browser.d.ts +1 -1
- package/esm/core/helpers/utils/browser.js +1 -1
- package/esm/core/helpers/utils/build-query.d.ts +1 -1
- package/esm/core/helpers/utils/build-query.js +1 -1
- package/esm/core/helpers/utils/complete-url.d.ts +1 -1
- package/esm/core/helpers/utils/complete-url.js +1 -1
- package/esm/core/helpers/utils/config-proto.d.ts +1 -1
- package/esm/core/helpers/utils/config-proto.js +1 -1
- package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
- package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
- package/esm/core/helpers/utils/css.d.ts +1 -1
- package/esm/core/helpers/utils/css.js +1 -1
- package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
- package/esm/core/helpers/utils/ctrl-key.js +1 -1
- package/esm/core/helpers/utils/data-bind.d.ts +1 -1
- package/esm/core/helpers/utils/data-bind.js +1 -1
- package/esm/core/helpers/utils/default-language.d.ts +1 -1
- package/esm/core/helpers/utils/default-language.js +1 -1
- package/esm/core/helpers/utils/error/error.d.ts +1 -1
- package/esm/core/helpers/utils/error/error.js +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
- package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
- package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/index.js +1 -1
- package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
- package/esm/core/helpers/utils/error/index.d.ts +1 -1
- package/esm/core/helpers/utils/error/index.js +1 -1
- package/esm/core/helpers/utils/extend.d.ts +1 -1
- package/esm/core/helpers/utils/extend.js +1 -1
- package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
- package/esm/core/helpers/utils/get-class-name.js +1 -1
- package/esm/core/helpers/utils/get.d.ts +1 -1
- package/esm/core/helpers/utils/get.js +1 -1
- package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
- package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
- package/esm/core/helpers/utils/index.d.ts +1 -1
- package/esm/core/helpers/utils/index.js +1 -1
- package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
- package/esm/core/helpers/utils/mark-deprecated.js +1 -1
- package/esm/core/helpers/utils/parse-query.d.ts +1 -1
- package/esm/core/helpers/utils/parse-query.js +1 -1
- package/esm/core/helpers/utils/print.d.ts +1 -1
- package/esm/core/helpers/utils/print.js +1 -1
- package/esm/core/helpers/utils/reset.d.ts +1 -1
- package/esm/core/helpers/utils/reset.js +1 -1
- package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/esm/core/helpers/utils/scroll-into-view.js +1 -1
- package/esm/core/helpers/utils/selector.d.ts +1 -1
- package/esm/core/helpers/utils/selector.js +1 -1
- package/esm/core/helpers/utils/set.d.ts +1 -1
- package/esm/core/helpers/utils/set.js +1 -1
- package/esm/core/helpers/utils/stack.d.ts +1 -1
- package/esm/core/helpers/utils/stack.js +1 -1
- package/esm/core/helpers/utils/utils.d.ts +1 -1
- package/esm/core/helpers/utils/utils.js +1 -1
- package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/init-instance.js +1 -1
- package/esm/core/plugin/helpers/load.d.ts +1 -1
- package/esm/core/plugin/helpers/load.js +1 -1
- package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/make-instance.js +1 -1
- package/esm/core/plugin/helpers/utils.d.ts +1 -1
- package/esm/core/plugin/helpers/utils.js +1 -1
- package/esm/core/plugin/index.d.ts +1 -1
- package/esm/core/plugin/index.js +1 -1
- package/esm/core/plugin/interface.d.ts +1 -1
- package/esm/core/plugin/plugin-system.d.ts +1 -1
- package/esm/core/plugin/plugin-system.js +1 -1
- package/esm/core/plugin/plugin.d.ts +1 -1
- package/esm/core/plugin/plugin.js +1 -1
- package/esm/core/request/ajax.d.ts +1 -1
- package/esm/core/request/ajax.js +1 -1
- package/esm/core/request/config.d.ts +1 -1
- package/esm/core/request/config.js +1 -1
- package/esm/core/request/index.d.ts +1 -1
- package/esm/core/request/index.js +1 -1
- package/esm/core/request/response.d.ts +1 -1
- package/esm/core/request/response.js +1 -1
- package/esm/core/selection/helpers/index.d.ts +1 -1
- package/esm/core/selection/helpers/index.js +1 -1
- package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
- package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
- package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
- package/esm/core/selection/index.d.ts +1 -1
- package/esm/core/selection/index.js +1 -1
- package/esm/core/selection/interface.d.ts +1 -1
- package/esm/core/selection/interface.js +1 -1
- package/esm/core/selection/selection.d.ts +1 -1
- package/esm/core/selection/selection.js +1 -1
- package/esm/core/selection/style/api/extract.d.ts +1 -1
- package/esm/core/selection/style/api/extract.js +1 -1
- package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/esm/core/selection/style/api/finite-state-machine.js +1 -1
- package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-child.js +1 -1
- package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-parent.js +1 -1
- package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
- package/esm/core/selection/style/api/has-same-style.js +1 -1
- package/esm/core/selection/style/api/index.d.ts +1 -1
- package/esm/core/selection/style/api/index.js +1 -1
- package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
- package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
- package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/esm/core/selection/style/api/is-normal-node.js +1 -1
- package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/is-same-attributes.js +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/toggle-ordered-list.js +1 -1
- package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/esm/core/selection/style/api/list/wrap-list.js +1 -1
- package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/toggle-attributes.js +1 -1
- package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/esm/core/selection/style/api/unwrap-children.js +1 -1
- package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
- package/esm/core/selection/style/api/wrap.d.ts +1 -1
- package/esm/core/selection/style/api/wrap.js +1 -1
- package/esm/core/selection/style/apply-style.d.ts +1 -1
- package/esm/core/selection/style/apply-style.js +1 -1
- package/esm/core/selection/style/commit-style.d.ts +1 -1
- package/esm/core/selection/style/commit-style.js +1 -1
- package/esm/core/selection/style/constants.d.ts +1 -1
- package/esm/core/selection/style/constants.js +1 -1
- package/esm/core/selection/style/transactions.d.ts +1 -1
- package/esm/core/selection/style/transactions.js +1 -1
- package/esm/core/storage/async-storage.d.ts +14 -0
- package/esm/core/storage/async-storage.js +64 -0
- package/esm/core/storage/engines/indexed-db-provider.d.ts +56 -0
- package/esm/core/storage/engines/indexed-db-provider.js +199 -0
- package/esm/core/storage/engines/local-storage-provider.d.ts +11 -8
- package/esm/core/storage/engines/local-storage-provider.js +28 -22
- package/esm/core/storage/engines/memory-storage-provider.d.ts +4 -4
- package/esm/core/storage/engines/memory-storage-provider.js +1 -1
- package/esm/core/storage/index.d.ts +3 -1
- package/esm/core/storage/index.js +3 -1
- package/esm/core/storage/storage.d.ts +6 -5
- package/esm/core/storage/storage.js +12 -4
- package/esm/core/traits/dlgs.d.ts +1 -1
- package/esm/core/traits/dlgs.js +1 -1
- package/esm/core/traits/elms.d.ts +1 -1
- package/esm/core/traits/elms.js +1 -1
- package/esm/core/traits/mods.d.ts +1 -1
- package/esm/core/traits/mods.js +1 -1
- package/esm/core/ui/button/button/button.d.ts +1 -1
- package/esm/core/ui/button/button/button.js +8 -3
- package/esm/core/ui/button/group/group.d.ts +1 -1
- package/esm/core/ui/button/group/group.js +1 -1
- package/esm/core/ui/button/index.d.ts +1 -1
- package/esm/core/ui/button/index.js +1 -1
- package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
- package/esm/core/ui/button/tooltip/tooltip.js +1 -1
- package/esm/core/ui/element.d.ts +1 -1
- package/esm/core/ui/element.js +1 -1
- package/esm/core/ui/form/block/block.d.ts +1 -1
- package/esm/core/ui/form/block/block.js +1 -1
- package/esm/core/ui/form/form.d.ts +1 -1
- package/esm/core/ui/form/form.js +1 -1
- package/esm/core/ui/form/index.d.ts +1 -1
- package/esm/core/ui/form/index.js +1 -1
- package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
- package/esm/core/ui/form/inputs/area/area.js +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
- package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
- package/esm/core/ui/form/inputs/file/file.js +1 -1
- package/esm/core/ui/form/inputs/index.d.ts +1 -1
- package/esm/core/ui/form/inputs/index.js +1 -1
- package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
- package/esm/core/ui/form/inputs/input/input.js +1 -1
- package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
- package/esm/core/ui/form/inputs/select/select.js +1 -1
- package/esm/core/ui/form/validators/index.d.ts +1 -1
- package/esm/core/ui/form/validators/index.js +1 -1
- package/esm/core/ui/form/validators/input.d.ts +1 -1
- package/esm/core/ui/form/validators/input.js +1 -1
- package/esm/core/ui/form/validators/select.d.ts +1 -1
- package/esm/core/ui/form/validators/select.js +1 -1
- package/esm/core/ui/group/group.d.ts +2 -1
- package/esm/core/ui/group/group.js +6 -1
- package/esm/core/ui/group/index.d.ts +1 -1
- package/esm/core/ui/group/index.js +1 -1
- package/esm/core/ui/group/list.d.ts +1 -1
- package/esm/core/ui/group/list.js +1 -1
- package/esm/core/ui/group/separator.d.ts +1 -1
- package/esm/core/ui/group/separator.js +1 -1
- package/esm/core/ui/group/spacer.d.ts +1 -1
- package/esm/core/ui/group/spacer.js +1 -1
- package/esm/core/ui/helpers/buttons.d.ts +1 -1
- package/esm/core/ui/helpers/buttons.js +1 -1
- package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
- package/esm/core/ui/helpers/get-control-type.js +1 -1
- package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
- package/esm/core/ui/icon.d.ts +1 -1
- package/esm/core/ui/icon.js +1 -1
- package/esm/core/ui/index.d.ts +1 -1
- package/esm/core/ui/index.js +1 -1
- package/esm/core/ui/popup/index.d.ts +1 -1
- package/esm/core/ui/popup/index.js +1 -1
- package/esm/core/ui/popup/popup.d.ts +1 -1
- package/esm/core/ui/popup/popup.js +1 -1
- package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
- package/esm/core/ui/progress-bar/progress-bar.js +1 -1
- package/esm/core/view/view-with-toolbar.d.ts +1 -1
- package/esm/core/view/view-with-toolbar.js +1 -1
- package/esm/core/view/view.d.ts +10 -5
- package/esm/core/view/view.js +38 -25
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/jodit.d.ts +1 -1
- package/esm/jodit.js +26 -7
- package/esm/langs/ar.js +1 -1
- package/esm/langs/cs_cz.js +1 -1
- package/esm/langs/de.js +1 -1
- package/esm/langs/en.js +1 -1
- package/esm/langs/es.js +1 -1
- package/esm/langs/fa.js +1 -1
- package/esm/langs/fi.js +1 -1
- package/esm/langs/fr.js +1 -1
- package/esm/langs/he.js +1 -1
- package/esm/langs/hu.js +1 -1
- package/esm/langs/id.js +1 -1
- package/esm/langs/it.js +1 -1
- package/esm/langs/ja.js +1 -1
- package/esm/langs/keys.js +1 -1
- package/esm/langs/ko.js +1 -1
- package/esm/langs/mn.js +1 -1
- package/esm/langs/nl.js +1 -1
- package/esm/langs/no.js +1 -1
- package/esm/langs/pl.js +1 -1
- package/esm/langs/pt_br.js +1 -1
- package/esm/langs/ru.js +1 -1
- package/esm/langs/sv.js +1 -1
- package/esm/langs/tr.js +1 -1
- package/esm/langs/ua.js +1 -1
- package/esm/langs/zh_cn.js +1 -1
- package/esm/langs/zh_tw.js +1 -1
- package/esm/languages.d.ts +1 -1
- package/esm/languages.js +1 -1
- package/esm/modules/context-menu/context-menu.d.ts +1 -1
- package/esm/modules/context-menu/context-menu.js +1 -1
- package/esm/modules/dialog/alert.d.ts +1 -1
- package/esm/modules/dialog/alert.js +1 -1
- package/esm/modules/dialog/confirm.d.ts +1 -1
- package/esm/modules/dialog/confirm.js +1 -1
- package/esm/modules/dialog/dialog.d.ts +1 -1
- package/esm/modules/dialog/dialog.js +1 -1
- package/esm/modules/dialog/index.d.ts +1 -1
- package/esm/modules/dialog/index.js +1 -1
- package/esm/modules/dialog/prompt.d.ts +1 -1
- package/esm/modules/dialog/prompt.js +1 -1
- package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
- package/esm/modules/file-browser/builders/context-menu.js +1 -1
- package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
- package/esm/modules/file-browser/builders/elements-map.js +1 -1
- package/esm/modules/file-browser/builders/item.d.ts +1 -1
- package/esm/modules/file-browser/builders/item.js +1 -1
- package/esm/modules/file-browser/config.d.ts +1 -1
- package/esm/modules/file-browser/config.js +1 -1
- package/esm/modules/file-browser/data-provider.d.ts +1 -1
- package/esm/modules/file-browser/data-provider.js +1 -1
- package/esm/modules/file-browser/factories.d.ts +1 -1
- package/esm/modules/file-browser/factories.js +1 -1
- package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
- package/esm/modules/file-browser/fetch/delete-file.js +1 -1
- package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-items.js +1 -1
- package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-tree.js +1 -1
- package/esm/modules/file-browser/file-browser.d.ts +1 -1
- package/esm/modules/file-browser/file-browser.js +1 -1
- package/esm/modules/file-browser/index.d.ts +1 -1
- package/esm/modules/file-browser/index.js +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
- package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
- package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
- package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
- package/esm/modules/file-browser/ui/files/files.js +1 -1
- package/esm/modules/file-browser/ui/index.d.ts +1 -1
- package/esm/modules/file-browser/ui/index.js +1 -1
- package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/esm/modules/file-browser/ui/tree/tree.js +1 -1
- package/esm/modules/history/command.d.ts +1 -1
- package/esm/modules/history/command.js +1 -1
- package/esm/modules/history/history.d.ts +1 -1
- package/esm/modules/history/history.js +1 -1
- package/esm/modules/history/snapshot.d.ts +1 -1
- package/esm/modules/history/snapshot.js +1 -1
- package/esm/modules/history/stack.d.ts +1 -1
- package/esm/modules/history/stack.js +1 -1
- package/esm/modules/image-editor/config.d.ts +1 -1
- package/esm/modules/image-editor/config.js +1 -1
- package/esm/modules/image-editor/image-editor.d.ts +1 -1
- package/esm/modules/image-editor/image-editor.js +1 -1
- package/esm/modules/image-editor/templates/form.d.ts +1 -1
- package/esm/modules/image-editor/templates/form.js +1 -1
- package/esm/modules/index.d.ts +2 -1
- package/esm/modules/index.js +2 -1
- package/esm/modules/messages/message.d.ts +1 -1
- package/esm/modules/messages/message.js +1 -1
- package/esm/modules/messages/messages.d.ts +1 -1
- package/esm/modules/messages/messages.js +1 -1
- package/esm/modules/status-bar/status-bar.d.ts +1 -1
- package/esm/modules/status-bar/status-bar.js +1 -1
- package/esm/modules/table/table.d.ts +1 -1
- package/esm/modules/table/table.js +1 -1
- package/esm/modules/toolbar/button/button.d.ts +1 -1
- package/esm/modules/toolbar/button/button.js +3 -3
- package/esm/modules/toolbar/button/content.d.ts +1 -1
- package/esm/modules/toolbar/button/content.js +1 -1
- package/esm/modules/toolbar/button/index.d.ts +1 -1
- package/esm/modules/toolbar/button/index.js +1 -1
- package/esm/modules/toolbar/button/select/select.d.ts +1 -1
- package/esm/modules/toolbar/button/select/select.js +1 -1
- package/esm/modules/toolbar/collection/collection.d.ts +1 -1
- package/esm/modules/toolbar/collection/collection.js +1 -1
- package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/esm/modules/toolbar/collection/editor-collection.js +1 -1
- package/esm/modules/toolbar/factory.d.ts +1 -1
- package/esm/modules/toolbar/factory.js +1 -1
- package/esm/modules/uploader/config.d.ts +1 -1
- package/esm/modules/uploader/config.js +1 -1
- package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
- package/esm/modules/uploader/helpers/build-data.js +1 -1
- package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
- package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
- package/esm/modules/uploader/helpers/index.d.ts +1 -1
- package/esm/modules/uploader/helpers/index.js +1 -1
- package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
- package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
- package/esm/modules/uploader/helpers/send-files.js +1 -1
- package/esm/modules/uploader/helpers/send.d.ts +1 -1
- package/esm/modules/uploader/helpers/send.js +1 -1
- package/esm/modules/uploader/uploader.d.ts +3 -2
- package/esm/modules/uploader/uploader.js +6 -1
- package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/esm/modules/widget/color-picker/color-picker.js +1 -1
- package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
- package/esm/modules/widget/file-selector/file-selector.js +1 -1
- package/esm/modules/widget/index.d.ts +1 -1
- package/esm/modules/widget/index.js +1 -1
- package/esm/modules/widget/tabs/tabs.d.ts +1 -1
- package/esm/modules/widget/tabs/tabs.js +1 -1
- package/esm/plugins/about/about.d.ts +1 -1
- package/esm/plugins/about/about.js +1 -1
- package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
- package/esm/plugins/add-new-line/add-new-line.js +1 -1
- package/esm/plugins/add-new-line/config.d.ts +1 -1
- package/esm/plugins/add-new-line/config.js +1 -1
- package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
- package/esm/plugins/ai-assistant/ai-assistant.js +1 -1
- package/esm/plugins/ai-assistant/config.d.ts +31 -1
- package/esm/plugins/ai-assistant/config.js +32 -31
- package/esm/plugins/ai-assistant/interface.d.ts +1 -1
- package/esm/plugins/ai-assistant/interface.js +1 -1
- package/esm/plugins/ai-assistant/langs/en.js +1 -1
- package/esm/plugins/ai-assistant/langs/es.js +1 -1
- package/esm/plugins/ai-assistant/langs/index.d.ts +1 -1
- package/esm/plugins/ai-assistant/langs/index.js +1 -1
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
- package/esm/plugins/all.d.ts +1 -1
- package/esm/plugins/all.js +1 -1
- package/esm/plugins/backspace/backspace.d.ts +1 -1
- package/esm/plugins/backspace/backspace.js +1 -1
- package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
- package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
- package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
- package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
- package/esm/plugins/backspace/cases/index.d.ts +1 -1
- package/esm/plugins/backspace/cases/index.js +1 -1
- package/esm/plugins/backspace/config.d.ts +1 -1
- package/esm/plugins/backspace/config.js +1 -1
- package/esm/plugins/backspace/helpers.d.ts +1 -1
- package/esm/plugins/backspace/helpers.js +1 -1
- package/esm/plugins/backspace/interface.d.ts +1 -1
- package/esm/plugins/backspace/interface.js +1 -1
- package/esm/plugins/bold/bold.d.ts +1 -1
- package/esm/plugins/bold/bold.js +1 -1
- package/esm/plugins/bold/config.d.ts +1 -1
- package/esm/plugins/bold/config.js +1 -1
- package/esm/plugins/bold/interface.d.ts +1 -1
- package/esm/plugins/class-span/class-span.d.ts +1 -1
- package/esm/plugins/class-span/class-span.js +1 -1
- package/esm/plugins/clean-html/clean-html.d.ts +1 -1
- package/esm/plugins/clean-html/clean-html.js +1 -1
- package/esm/plugins/clean-html/config.d.ts +1 -1
- package/esm/plugins/clean-html/config.js +1 -1
- package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
- package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/index.js +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +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/replace-old-tags.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
- package/esm/plugins/clipboard/clipboard.d.ts +1 -1
- package/esm/plugins/clipboard/clipboard.js +1 -1
- package/esm/plugins/clipboard/config.d.ts +1 -1
- package/esm/plugins/clipboard/config.js +1 -1
- package/esm/plugins/color/color.d.ts +1 -1
- package/esm/plugins/color/color.js +1 -1
- package/esm/plugins/color/config.d.ts +1 -1
- package/esm/plugins/color/config.js +1 -1
- package/esm/plugins/copy-format/copy-format.d.ts +1 -1
- package/esm/plugins/copy-format/copy-format.js +1 -1
- package/esm/plugins/copy-format/langs/ar.js +1 -1
- package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
- package/esm/plugins/copy-format/langs/de.js +1 -1
- package/esm/plugins/copy-format/langs/es.js +1 -1
- package/esm/plugins/copy-format/langs/fa.js +1 -1
- package/esm/plugins/copy-format/langs/fi.js +1 -1
- package/esm/plugins/copy-format/langs/fr.js +1 -1
- package/esm/plugins/copy-format/langs/he.js +1 -1
- package/esm/plugins/copy-format/langs/hu.js +1 -1
- package/esm/plugins/copy-format/langs/id.js +1 -1
- package/esm/plugins/copy-format/langs/index.d.ts +1 -1
- package/esm/plugins/copy-format/langs/index.js +1 -1
- package/esm/plugins/copy-format/langs/it.js +1 -1
- package/esm/plugins/copy-format/langs/ja.js +1 -1
- package/esm/plugins/copy-format/langs/ko.js +1 -1
- package/esm/plugins/copy-format/langs/mn.js +1 -1
- package/esm/plugins/copy-format/langs/nl.js +1 -1
- package/esm/plugins/copy-format/langs/pl.js +1 -1
- package/esm/plugins/copy-format/langs/pt_br.js +1 -1
- package/esm/plugins/copy-format/langs/ru.js +1 -1
- package/esm/plugins/copy-format/langs/tr.js +1 -1
- package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
- package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
- package/esm/plugins/debug/debug.d.ts +1 -1
- package/esm/plugins/delete/delete.d.ts +1 -1
- package/esm/plugins/delete/delete.js +1 -1
- package/esm/plugins/delete/interface.d.ts +1 -1
- package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
- package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
- package/esm/plugins/drag-and-drop-element/config.js +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
- package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/after-insert/index.js +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
- package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/index.js +1 -1
- package/esm/plugins/dtd/config.d.ts +1 -1
- package/esm/plugins/dtd/config.js +1 -1
- package/esm/plugins/dtd/dtd.d.ts +1 -1
- package/esm/plugins/dtd/dtd.js +1 -1
- package/esm/plugins/enter/enter.d.ts +1 -1
- package/esm/plugins/enter/enter.js +1 -1
- package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-br.js +1 -1
- package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
- package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
- package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
- package/esm/plugins/enter/helpers/index.d.ts +1 -1
- package/esm/plugins/enter/helpers/index.js +1 -1
- package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
- package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/esm/plugins/enter/helpers/split-fragment.js +1 -1
- package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/esm/plugins/enter/helpers/wrap-text.js +1 -1
- package/esm/plugins/enter/interface.d.ts +1 -1
- package/esm/plugins/file/file.d.ts +1 -1
- package/esm/plugins/file/file.js +1 -1
- package/esm/plugins/focus/focus.d.ts +1 -1
- package/esm/plugins/focus/focus.js +1 -1
- package/esm/plugins/font/config.d.ts +1 -1
- package/esm/plugins/font/config.js +1 -1
- package/esm/plugins/font/font.d.ts +1 -1
- package/esm/plugins/font/font.js +1 -1
- package/esm/plugins/format-block/config.d.ts +1 -1
- package/esm/plugins/format-block/config.js +1 -1
- package/esm/plugins/format-block/format-block.d.ts +1 -1
- package/esm/plugins/format-block/format-block.js +1 -1
- package/esm/plugins/fullsize/config.d.ts +1 -1
- package/esm/plugins/fullsize/config.js +1 -1
- package/esm/plugins/fullsize/fullsize.d.ts +1 -1
- package/esm/plugins/fullsize/fullsize.js +1 -1
- package/esm/plugins/hotkeys/config.d.ts +1 -1
- package/esm/plugins/hotkeys/config.js +1 -1
- package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
- package/esm/plugins/hotkeys/hotkeys.js +1 -1
- package/esm/plugins/hr/hr.d.ts +1 -1
- package/esm/plugins/hr/hr.js +1 -1
- package/esm/plugins/iframe/config.d.ts +1 -1
- package/esm/plugins/iframe/config.js +1 -1
- package/esm/plugins/iframe/iframe.d.ts +1 -1
- package/esm/plugins/iframe/iframe.js +1 -1
- package/esm/plugins/image/image.d.ts +1 -1
- package/esm/plugins/image/image.js +1 -1
- package/esm/plugins/image-processor/config.d.ts +1 -1
- package/esm/plugins/image-processor/config.js +1 -1
- package/esm/plugins/image-processor/image-processor.d.ts +1 -1
- package/esm/plugins/image-processor/image-processor.js +1 -1
- package/esm/plugins/image-properties/config.d.ts +1 -1
- package/esm/plugins/image-properties/config.js +1 -1
- package/esm/plugins/image-properties/image-properties.d.ts +1 -1
- package/esm/plugins/image-properties/image-properties.js +7 -2
- 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/align.js +1 -1
- package/esm/plugins/image-properties/readers/index.d.ts +1 -1
- package/esm/plugins/image-properties/readers/index.js +1 -1
- package/esm/plugins/image-properties/readers/link.d.ts +1 -1
- package/esm/plugins/image-properties/readers/link.js +1 -1
- package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
- package/esm/plugins/image-properties/readers/margin.js +1 -1
- package/esm/plugins/image-properties/readers/size.d.ts +1 -1
- package/esm/plugins/image-properties/readers/size.js +7 -2
- package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-form.js +1 -1
- package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-main-tab.js +1 -1
- package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-position-tab.js +1 -1
- package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
- package/esm/plugins/image-properties/utils/open-image-editor.js +1 -1
- package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
- package/esm/plugins/image-properties/utils/open-image-popup.js +1 -1
- package/esm/plugins/image-properties/utils/utils.d.ts +1 -1
- package/esm/plugins/image-properties/utils/utils.js +1 -1
- package/esm/plugins/image-properties/writers/index.d.ts +1 -1
- package/esm/plugins/image-properties/writers/index.js +1 -1
- package/esm/plugins/image-properties/writers/link.d.ts +1 -1
- package/esm/plugins/image-properties/writers/link.js +1 -1
- package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
- package/esm/plugins/image-properties/writers/margin.js +1 -1
- package/esm/plugins/image-properties/writers/size.d.ts +1 -1
- package/esm/plugins/image-properties/writers/size.js +1 -1
- package/esm/plugins/indent/config.d.ts +1 -1
- package/esm/plugins/indent/config.js +1 -1
- package/esm/plugins/indent/helpers.d.ts +1 -1
- package/esm/plugins/indent/helpers.js +1 -1
- package/esm/plugins/indent/indent.d.ts +1 -1
- package/esm/plugins/indent/indent.js +1 -1
- package/esm/plugins/index.d.ts +1 -1
- package/esm/plugins/index.js +1 -1
- package/esm/plugins/inline-popup/config/config.d.ts +1 -1
- package/esm/plugins/inline-popup/config/config.js +1 -1
- package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/a.js +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/cells.js +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
- package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/img.js +1 -1
- package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
- package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/esm/plugins/inline-popup/inline-popup.js +1 -1
- package/esm/plugins/justify/justify.d.ts +1 -1
- package/esm/plugins/justify/justify.js +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
- package/esm/plugins/limit/config.d.ts +1 -1
- package/esm/plugins/limit/config.js +1 -1
- package/esm/plugins/limit/limit.d.ts +1 -1
- package/esm/plugins/limit/limit.js +1 -1
- package/esm/plugins/line-height/config.d.ts +1 -1
- package/esm/plugins/line-height/config.js +1 -1
- package/esm/plugins/line-height/langs/ar.js +1 -1
- package/esm/plugins/line-height/langs/cs_cz.js +1 -1
- package/esm/plugins/line-height/langs/de.js +1 -1
- package/esm/plugins/line-height/langs/es.js +1 -1
- package/esm/plugins/line-height/langs/fa.js +1 -1
- package/esm/plugins/line-height/langs/fi.js +1 -1
- package/esm/plugins/line-height/langs/fr.js +1 -1
- package/esm/plugins/line-height/langs/he.js +1 -1
- package/esm/plugins/line-height/langs/hu.js +1 -1
- package/esm/plugins/line-height/langs/id.js +1 -1
- package/esm/plugins/line-height/langs/index.d.ts +1 -1
- package/esm/plugins/line-height/langs/index.js +1 -1
- package/esm/plugins/line-height/langs/it.js +1 -1
- package/esm/plugins/line-height/langs/ja.js +1 -1
- package/esm/plugins/line-height/langs/ko.js +1 -1
- package/esm/plugins/line-height/langs/mn.js +1 -1
- package/esm/plugins/line-height/langs/nl.js +1 -1
- package/esm/plugins/line-height/langs/pl.js +1 -1
- package/esm/plugins/line-height/langs/pt_br.js +1 -1
- package/esm/plugins/line-height/langs/ru.js +1 -1
- package/esm/plugins/line-height/langs/tr.js +1 -1
- package/esm/plugins/line-height/langs/ua.js +1 -1
- package/esm/plugins/line-height/langs/zh_cn.js +1 -1
- package/esm/plugins/line-height/langs/zh_tw.js +1 -1
- package/esm/plugins/line-height/line-height.d.ts +1 -1
- package/esm/plugins/line-height/line-height.js +1 -1
- package/esm/plugins/link/config.d.ts +1 -1
- package/esm/plugins/link/config.js +1 -1
- package/esm/plugins/link/link.d.ts +1 -1
- package/esm/plugins/link/link.js +1 -1
- package/esm/plugins/link/template.d.ts +1 -1
- package/esm/plugins/link/template.js +1 -1
- package/esm/plugins/media/config.d.ts +1 -1
- package/esm/plugins/media/config.js +1 -1
- package/esm/plugins/media/media.d.ts +1 -1
- package/esm/plugins/media/media.js +1 -1
- package/esm/plugins/mobile/config.d.ts +1 -1
- package/esm/plugins/mobile/config.js +1 -1
- package/esm/plugins/mobile/mobile.d.ts +1 -1
- package/esm/plugins/mobile/mobile.js +1 -1
- package/esm/plugins/ordered-list/config.d.ts +1 -1
- package/esm/plugins/ordered-list/config.js +1 -1
- package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
- package/esm/plugins/ordered-list/ordered-list.js +1 -1
- package/esm/plugins/paste/config.d.ts +1 -1
- package/esm/plugins/paste/config.js +1 -1
- package/esm/plugins/paste/helpers.d.ts +1 -1
- package/esm/plugins/paste/helpers.js +1 -1
- package/esm/plugins/paste/interface.d.ts +1 -1
- package/esm/plugins/paste/interface.js +1 -1
- package/esm/plugins/paste/paste.d.ts +1 -1
- package/esm/plugins/paste/paste.js +1 -1
- package/esm/plugins/paste-from-word/config.d.ts +1 -1
- package/esm/plugins/paste-from-word/config.js +1 -1
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
- package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
- package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/esm/plugins/paste-storage/paste-storage.js +1 -1
- package/esm/plugins/placeholder/config.d.ts +1 -1
- package/esm/plugins/placeholder/config.js +1 -1
- package/esm/plugins/placeholder/placeholder.d.ts +1 -1
- package/esm/plugins/placeholder/placeholder.js +1 -1
- package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
- package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
- package/esm/plugins/preview/preview.d.ts +1 -1
- package/esm/plugins/preview/preview.js +1 -1
- package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
- package/esm/plugins/print/lib/generate-critical-css.js +1 -1
- package/esm/plugins/print/print.d.ts +1 -1
- package/esm/plugins/print/print.js +1 -1
- package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
- package/esm/plugins/redo-undo/redo-undo.js +1 -1
- package/esm/plugins/resize-cells/config.d.ts +1 -1
- package/esm/plugins/resize-cells/config.js +1 -1
- package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
- package/esm/plugins/resize-cells/resize-cells.js +1 -1
- package/esm/plugins/resize-handler/config.d.ts +1 -1
- package/esm/plugins/resize-handler/config.js +1 -1
- package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
- package/esm/plugins/resize-handler/resize-handler.js +1 -1
- package/esm/plugins/resizer/config.d.ts +1 -1
- package/esm/plugins/resizer/config.js +1 -1
- package/esm/plugins/resizer/resizer.d.ts +1 -1
- package/esm/plugins/resizer/resizer.js +1 -1
- package/esm/plugins/search/config.d.ts +1 -1
- package/esm/plugins/search/config.js +1 -1
- package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/esm/plugins/search/helpers/highlight-text-ranges.js +1 -1
- package/esm/plugins/search/helpers/index.d.ts +1 -1
- package/esm/plugins/search/helpers/index.js +1 -1
- package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/esm/plugins/search/helpers/sentence-finder.js +1 -1
- package/esm/plugins/search/interface.d.ts +1 -1
- package/esm/plugins/search/search.d.ts +1 -1
- package/esm/plugins/search/search.js +1 -1
- package/esm/plugins/search/ui/search.d.ts +1 -1
- package/esm/plugins/search/ui/search.js +1 -1
- package/esm/plugins/select/config.d.ts +1 -1
- package/esm/plugins/select/config.js +1 -1
- package/esm/plugins/select/select.d.ts +1 -1
- package/esm/plugins/select/select.js +1 -1
- package/esm/plugins/select-cells/config.d.ts +1 -1
- package/esm/plugins/select-cells/config.js +1 -1
- package/esm/plugins/select-cells/select-cells.d.ts +1 -1
- package/esm/plugins/select-cells/select-cells.js +1 -1
- package/esm/plugins/size/config.d.ts +1 -1
- package/esm/plugins/size/config.js +1 -1
- package/esm/plugins/size/size.d.ts +1 -1
- package/esm/plugins/size/size.js +17 -5
- package/esm/plugins/source/config.d.ts +1 -1
- package/esm/plugins/source/config.js +1 -1
- package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
- package/esm/plugins/source/editor/engines/ace.js +1 -1
- package/esm/plugins/source/editor/engines/area.d.ts +1 -1
- package/esm/plugins/source/editor/engines/area.js +1 -1
- package/esm/plugins/source/editor/engines/index.d.ts +1 -1
- package/esm/plugins/source/editor/engines/index.js +1 -1
- package/esm/plugins/source/editor/factory.d.ts +1 -1
- package/esm/plugins/source/editor/factory.js +1 -1
- package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
- package/esm/plugins/source/editor/sourceEditor.js +1 -1
- package/esm/plugins/source/source.d.ts +1 -1
- package/esm/plugins/source/source.js +1 -1
- package/esm/plugins/speech-recognize/config.d.ts +1 -1
- package/esm/plugins/speech-recognize/config.js +1 -1
- package/esm/plugins/speech-recognize/constants.d.ts +1 -1
- package/esm/plugins/speech-recognize/constants.js +1 -1
- package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/api.js +1 -1
- package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +1 -1
- package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/recognize-manager.js +1 -1
- package/esm/plugins/speech-recognize/helpers/sound.d.ts +1 -1
- package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
- package/esm/plugins/speech-recognize/interface.d.ts +1 -1
- package/esm/plugins/speech-recognize/interface.js +1 -1
- package/esm/plugins/speech-recognize/langs/ar.js +1 -1
- package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
- package/esm/plugins/speech-recognize/langs/de.js +1 -1
- package/esm/plugins/speech-recognize/langs/es.js +1 -1
- package/esm/plugins/speech-recognize/langs/fa.js +1 -1
- package/esm/plugins/speech-recognize/langs/fi.js +1 -1
- package/esm/plugins/speech-recognize/langs/fr.js +1 -1
- package/esm/plugins/speech-recognize/langs/he.js +1 -1
- package/esm/plugins/speech-recognize/langs/hu.js +1 -1
- package/esm/plugins/speech-recognize/langs/id.js +1 -1
- package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
- package/esm/plugins/speech-recognize/langs/index.js +1 -1
- package/esm/plugins/speech-recognize/langs/it.js +1 -1
- package/esm/plugins/speech-recognize/langs/ja.js +1 -1
- package/esm/plugins/speech-recognize/langs/ko.js +1 -1
- package/esm/plugins/speech-recognize/langs/mn.js +1 -1
- package/esm/plugins/speech-recognize/langs/nl.js +1 -1
- package/esm/plugins/speech-recognize/langs/no.js +1 -1
- package/esm/plugins/speech-recognize/langs/pl.js +1 -1
- package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
- package/esm/plugins/speech-recognize/langs/ru.js +1 -1
- package/esm/plugins/speech-recognize/langs/tr.js +1 -1
- package/esm/plugins/speech-recognize/langs/ua.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
- package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
- package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
- package/esm/plugins/spellcheck/config.d.ts +1 -1
- package/esm/plugins/spellcheck/config.js +1 -1
- package/esm/plugins/spellcheck/langs/ar.js +1 -1
- package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
- package/esm/plugins/spellcheck/langs/de.js +1 -1
- package/esm/plugins/spellcheck/langs/es.js +1 -1
- package/esm/plugins/spellcheck/langs/fa.js +1 -1
- package/esm/plugins/spellcheck/langs/fi.js +1 -1
- package/esm/plugins/spellcheck/langs/fr.js +1 -1
- package/esm/plugins/spellcheck/langs/he.js +1 -1
- package/esm/plugins/spellcheck/langs/hu.js +1 -1
- package/esm/plugins/spellcheck/langs/id.js +1 -1
- package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
- package/esm/plugins/spellcheck/langs/index.js +1 -1
- package/esm/plugins/spellcheck/langs/it.js +1 -1
- package/esm/plugins/spellcheck/langs/ja.js +1 -1
- package/esm/plugins/spellcheck/langs/ko.js +1 -1
- package/esm/plugins/spellcheck/langs/mn.js +1 -1
- package/esm/plugins/spellcheck/langs/nl.js +1 -1
- package/esm/plugins/spellcheck/langs/no.js +1 -1
- package/esm/plugins/spellcheck/langs/pl.js +1 -1
- package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
- package/esm/plugins/spellcheck/langs/ru.js +1 -1
- package/esm/plugins/spellcheck/langs/tr.js +1 -1
- package/esm/plugins/spellcheck/langs/ua.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
- package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
- package/esm/plugins/spellcheck/spellcheck.js +1 -1
- package/esm/plugins/stat/config.d.ts +1 -1
- package/esm/plugins/stat/config.js +1 -1
- package/esm/plugins/stat/stat.d.ts +1 -1
- package/esm/plugins/stat/stat.js +1 -1
- package/esm/plugins/sticky/config.d.ts +1 -1
- package/esm/plugins/sticky/config.js +1 -1
- package/esm/plugins/sticky/sticky.d.ts +1 -1
- package/esm/plugins/sticky/sticky.js +1 -1
- package/esm/plugins/symbols/config.d.ts +1 -1
- package/esm/plugins/symbols/config.js +1 -1
- package/esm/plugins/symbols/langs/ar.js +1 -1
- package/esm/plugins/symbols/langs/cs_cz.js +1 -1
- package/esm/plugins/symbols/langs/de.js +1 -1
- package/esm/plugins/symbols/langs/es.js +1 -1
- package/esm/plugins/symbols/langs/fa.js +1 -1
- package/esm/plugins/symbols/langs/fi.js +1 -1
- package/esm/plugins/symbols/langs/fr.js +1 -1
- package/esm/plugins/symbols/langs/he.js +1 -1
- package/esm/plugins/symbols/langs/hu.js +1 -1
- package/esm/plugins/symbols/langs/id.js +1 -1
- package/esm/plugins/symbols/langs/index.d.ts +1 -1
- package/esm/plugins/symbols/langs/index.js +1 -1
- package/esm/plugins/symbols/langs/it.js +1 -1
- package/esm/plugins/symbols/langs/ja.js +1 -1
- package/esm/plugins/symbols/langs/ko.js +1 -1
- package/esm/plugins/symbols/langs/mn.js +1 -1
- package/esm/plugins/symbols/langs/nl.js +1 -1
- package/esm/plugins/symbols/langs/pl.js +1 -1
- package/esm/plugins/symbols/langs/pt_br.js +1 -1
- package/esm/plugins/symbols/langs/ru.js +1 -1
- package/esm/plugins/symbols/langs/tr.js +1 -1
- package/esm/plugins/symbols/langs/ua.js +1 -1
- package/esm/plugins/symbols/langs/zh_cn.js +1 -1
- package/esm/plugins/symbols/langs/zh_tw.js +1 -1
- package/esm/plugins/symbols/symbols.d.ts +1 -1
- package/esm/plugins/symbols/symbols.js +1 -1
- package/esm/plugins/tab/cases/index.d.ts +1 -1
- package/esm/plugins/tab/cases/index.js +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
- package/esm/plugins/tab/config.d.ts +1 -1
- package/esm/plugins/tab/config.js +1 -1
- package/esm/plugins/tab/tab.d.ts +1 -1
- package/esm/plugins/tab/tab.js +1 -1
- package/esm/plugins/table/config.d.ts +1 -1
- package/esm/plugins/table/config.js +7 -2
- package/esm/plugins/table/table.d.ts +1 -1
- package/esm/plugins/table/table.js +1 -1
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +1 -1
- package/esm/plugins/video/config.d.ts +1 -1
- package/esm/plugins/video/config.js +1 -1
- package/esm/plugins/video/video.d.ts +1 -1
- package/esm/plugins/video/video.js +1 -1
- package/esm/plugins/wrap-nodes/config.d.ts +1 -1
- package/esm/plugins/wrap-nodes/config.js +1 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
- package/esm/plugins/xpath/config.d.ts +1 -1
- package/esm/plugins/xpath/config.js +1 -1
- package/esm/plugins/xpath/xpath.d.ts +1 -1
- package/esm/plugins/xpath/xpath.js +1 -1
- package/esm/styles/icons/index.d.ts +1 -1
- package/esm/styles/icons/index.js +1 -1
- package/esm/types/ajax.d.ts +1 -1
- package/esm/types/async.d.ts +1 -1
- package/esm/types/context.d.ts +1 -1
- package/esm/types/core.d.ts +1 -1
- package/esm/types/create.d.ts +1 -1
- package/esm/types/dialog.d.ts +1 -1
- package/esm/types/events.d.ts +1 -1
- package/esm/types/file-browser.d.ts +1 -1
- package/esm/types/form.d.ts +1 -1
- package/esm/types/history.d.ts +1 -1
- package/esm/types/index.d.ts +1 -1
- package/esm/types/jodit.d.ts +8 -1
- package/esm/types/messages.d.ts +1 -1
- package/esm/types/plugin.d.ts +1 -1
- package/esm/types/popup.d.ts +1 -1
- package/esm/types/select.d.ts +1 -1
- package/esm/types/source.d.ts +1 -1
- package/esm/types/storage.d.ts +12 -4
- package/esm/types/style.d.ts +1 -1
- package/esm/types/toolbar.d.ts +1 -1
- package/esm/types/traits.d.ts +1 -1
- package/esm/types/types.d.ts +1 -1
- package/esm/types/ui.d.ts +2 -1
- package/esm/types/uploader.d.ts +2 -1
- package/esm/types/view.d.ts +5 -2
- package/esm/typings.d.ts +1 -1
- package/examples/arabic.lang.html +1 -1
- package/examples/assets/app.js +1 -1
- package/examples/color-picker.html +1 -1
- package/examples/custom-icons.html +1 -1
- package/examples/custom-toolbar.html +1 -1
- package/examples/example.default.html +1 -1
- package/examples/fullsize.html +1 -1
- package/examples/index.html +1 -1
- package/examples/inline-mode.html +1 -1
- package/examples/oneinstance.html +1 -1
- package/examples/theme.html +1 -1
- package/package.json +1 -1
- 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 +1 -1
- package/types/core/component/statuses.d.ts +1 -1
- package/types/core/component/view-component.d.ts +1 -1
- package/types/core/constants.d.ts +1 -1
- package/types/core/create/create.d.ts +1 -1
- package/types/core/create/index.d.ts +1 -1
- package/types/core/decorators/autobind/autobind.d.ts +1 -1
- package/types/core/decorators/cache/cache.d.ts +1 -1
- package/types/core/decorators/component/component.d.ts +1 -1
- package/types/core/decorators/debounce/debounce.d.ts +1 -1
- package/types/core/decorators/derive/derive.d.ts +1 -1
- package/types/core/decorators/hook/hook.d.ts +1 -1
- package/types/core/decorators/idle/idle.d.ts +1 -1
- package/types/core/decorators/index.d.ts +1 -1
- package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
- package/types/core/decorators/persistent/persistent.d.ts +1 -1
- package/types/core/decorators/wait/wait.d.ts +1 -1
- package/types/core/decorators/watch/watch.d.ts +1 -1
- package/types/core/dom/dom.d.ts +1 -1
- package/types/core/dom/index.d.ts +1 -1
- package/types/core/dom/lazy-walker.d.ts +1 -1
- 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 +1 -1
- package/types/core/event-emitter/observable.d.ts +1 -1
- package/types/core/event-emitter/store.d.ts +1 -1
- package/types/core/global.d.ts +1 -1
- package/types/core/helpers/array/as-array.d.ts +1 -1
- package/types/core/helpers/array/index.d.ts +1 -1
- package/types/core/helpers/array/split-array.d.ts +1 -1
- package/types/core/helpers/array/to-array.d.ts +1 -1
- package/types/core/helpers/async/index.d.ts +1 -1
- package/types/core/helpers/async/set-timeout.d.ts +1 -1
- package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
- package/types/core/helpers/checker/index.d.ts +1 -1
- package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
- package/types/core/helpers/checker/is-array.d.ts +1 -1
- package/types/core/helpers/checker/is-boolean.d.ts +1 -1
- package/types/core/helpers/checker/is-equal.d.ts +1 -1
- package/types/core/helpers/checker/is-function.d.ts +1 -1
- package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
- package/types/core/helpers/checker/is-html.d.ts +1 -1
- package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/types/core/helpers/checker/is-int.d.ts +1 -1
- package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/types/core/helpers/checker/is-license.d.ts +1 -1
- package/types/core/helpers/checker/is-marker.d.ts +1 -1
- package/types/core/helpers/checker/is-native-function.d.ts +1 -1
- package/types/core/helpers/checker/is-number.d.ts +1 -1
- package/types/core/helpers/checker/is-numeric.d.ts +1 -1
- package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/types/core/helpers/checker/is-promise.d.ts +1 -1
- package/types/core/helpers/checker/is-set.d.ts +1 -1
- package/types/core/helpers/checker/is-string.d.ts +1 -1
- package/types/core/helpers/checker/is-url.d.ts +1 -1
- package/types/core/helpers/checker/is-valid-name.d.ts +1 -1
- package/types/core/helpers/checker/is-view-object.d.ts +1 -1
- package/types/core/helpers/checker/is-void.d.ts +1 -1
- package/types/core/helpers/checker/is-window.d.ts +1 -1
- package/types/core/helpers/color/color-to-hex.d.ts +1 -1
- package/types/core/helpers/color/index.d.ts +1 -1
- package/types/core/helpers/html/apply-styles.d.ts +1 -1
- package/types/core/helpers/html/clean-from-word.d.ts +1 -1
- package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
- package/types/core/helpers/html/index.d.ts +1 -1
- package/types/core/helpers/html/nl2br.d.ts +1 -1
- package/types/core/helpers/html/safe-html.d.ts +1 -1
- package/types/core/helpers/html/strip-tags.d.ts +1 -1
- package/types/core/helpers/index.d.ts +1 -1
- package/types/core/helpers/normalize/index.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
- package/types/core/helpers/size/get-content-width.d.ts +1 -1
- package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/types/core/helpers/size/index.d.ts +1 -1
- package/types/core/helpers/size/inner-width.d.ts +1 -1
- package/types/core/helpers/size/object-size.d.ts +1 -1
- package/types/core/helpers/size/offset.d.ts +1 -1
- package/types/core/helpers/size/position.d.ts +1 -1
- package/types/core/helpers/string/camel-case.d.ts +1 -1
- package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
- package/types/core/helpers/string/i18n.d.ts +1 -1
- package/types/core/helpers/string/index.d.ts +1 -1
- package/types/core/helpers/string/kebab-case.d.ts +1 -1
- package/types/core/helpers/string/stringify.d.ts +1 -1
- package/types/core/helpers/string/trim.d.ts +1 -1
- package/types/core/helpers/string/ucfirst.d.ts +1 -1
- package/types/core/helpers/utils/align.d.ts +1 -1
- package/types/core/helpers/utils/append-script.d.ts +1 -1
- package/types/core/helpers/utils/assert.d.ts +1 -1
- package/types/core/helpers/utils/attr.d.ts +1 -1
- package/types/core/helpers/utils/browser.d.ts +1 -1
- package/types/core/helpers/utils/build-query.d.ts +1 -1
- package/types/core/helpers/utils/complete-url.d.ts +1 -1
- package/types/core/helpers/utils/config-proto.d.ts +1 -1
- package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
- package/types/core/helpers/utils/css.d.ts +1 -1
- package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
- package/types/core/helpers/utils/data-bind.d.ts +1 -1
- package/types/core/helpers/utils/default-language.d.ts +1 -1
- package/types/core/helpers/utils/error/error.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
- package/types/core/helpers/utils/error/index.d.ts +1 -1
- package/types/core/helpers/utils/extend.d.ts +1 -1
- package/types/core/helpers/utils/get-class-name.d.ts +1 -1
- package/types/core/helpers/utils/get.d.ts +1 -1
- package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
- package/types/core/helpers/utils/index.d.ts +1 -1
- package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
- package/types/core/helpers/utils/parse-query.d.ts +1 -1
- package/types/core/helpers/utils/print.d.ts +1 -1
- package/types/core/helpers/utils/reset.d.ts +1 -1
- package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/types/core/helpers/utils/selector.d.ts +1 -1
- package/types/core/helpers/utils/set.d.ts +1 -1
- package/types/core/helpers/utils/stack.d.ts +1 -1
- package/types/core/helpers/utils/utils.d.ts +1 -1
- package/types/core/plugin/helpers/init-instance.d.ts +1 -1
- package/types/core/plugin/helpers/load.d.ts +1 -1
- package/types/core/plugin/helpers/make-instance.d.ts +1 -1
- package/types/core/plugin/helpers/utils.d.ts +1 -1
- package/types/core/plugin/index.d.ts +1 -1
- package/types/core/plugin/interface.d.ts +1 -1
- package/types/core/plugin/plugin-system.d.ts +1 -1
- package/types/core/plugin/plugin.d.ts +1 -1
- package/types/core/request/ajax.d.ts +1 -1
- package/types/core/request/config.d.ts +1 -1
- package/types/core/request/index.d.ts +1 -1
- package/types/core/request/response.d.ts +1 -1
- package/types/core/selection/helpers/index.d.ts +1 -1
- package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
- package/types/core/selection/index.d.ts +1 -1
- package/types/core/selection/interface.d.ts +1 -1
- package/types/core/selection/selection.d.ts +1 -1
- package/types/core/selection/style/api/extract.d.ts +1 -1
- package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/types/core/selection/style/api/has-same-style.d.ts +1 -1
- package/types/core/selection/style/api/index.d.ts +1 -1
- package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
- package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
- package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
- package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/types/core/selection/style/api/wrap.d.ts +1 -1
- package/types/core/selection/style/apply-style.d.ts +1 -1
- package/types/core/selection/style/commit-style.d.ts +1 -1
- package/types/core/selection/style/constants.d.ts +1 -1
- package/types/core/selection/style/transactions.d.ts +1 -1
- package/types/core/storage/async-storage.d.ts +14 -0
- package/types/core/storage/engines/indexed-db-provider.d.ts +56 -0
- package/types/core/storage/engines/local-storage-provider.d.ts +11 -8
- package/types/core/storage/engines/memory-storage-provider.d.ts +4 -4
- package/types/core/storage/index.d.ts +3 -1
- package/types/core/storage/storage.d.ts +6 -5
- 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 +1 -1
- package/types/core/ui/button/group/group.d.ts +1 -1
- package/types/core/ui/button/index.d.ts +1 -1
- package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
- package/types/core/ui/element.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/form/validators/index.d.ts +1 -1
- 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 -1
- package/types/core/ui/group/index.d.ts +1 -1
- 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/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 +1 -1
- 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 +10 -5
- package/types/index.d.ts +1 -1
- package/types/jodit.d.ts +1 -1
- package/types/languages.d.ts +1 -1
- package/types/modules/context-menu/context-menu.d.ts +1 -1
- 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 +1 -1
- package/types/modules/dialog/index.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/types/modules/history/command.d.ts +1 -1
- package/types/modules/history/history.d.ts +1 -1
- package/types/modules/history/snapshot.d.ts +1 -1
- package/types/modules/history/stack.d.ts +1 -1
- package/types/modules/image-editor/config.d.ts +1 -1
- package/types/modules/image-editor/image-editor.d.ts +1 -1
- package/types/modules/image-editor/templates/form.d.ts +1 -1
- package/types/modules/index.d.ts +2 -1
- 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 +1 -1
- 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 +1 -1
- 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/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/data-uri-to-blob.d.ts +1 -1
- package/types/modules/uploader/helpers/index.d.ts +1 -1
- package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/types/modules/uploader/helpers/send-files.d.ts +1 -1
- package/types/modules/uploader/helpers/send.d.ts +1 -1
- package/types/modules/uploader/uploader.d.ts +3 -2
- package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
- package/types/modules/widget/index.d.ts +1 -1
- package/types/modules/widget/tabs/tabs.d.ts +1 -1
- package/types/plugins/about/about.d.ts +1 -1
- package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
- package/types/plugins/add-new-line/config.d.ts +1 -1
- package/types/plugins/ai-assistant/ai-assistant.d.ts +1 -1
- package/types/plugins/ai-assistant/config.d.ts +31 -1
- package/types/plugins/ai-assistant/interface.d.ts +1 -1
- package/types/plugins/ai-assistant/langs/index.d.ts +1 -1
- package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
- package/types/plugins/backspace/backspace.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/types/plugins/backspace/config.d.ts +1 -1
- package/types/plugins/backspace/helpers.d.ts +1 -1
- package/types/plugins/backspace/interface.d.ts +1 -1
- package/types/plugins/bold/bold.d.ts +1 -1
- package/types/plugins/bold/config.d.ts +1 -1
- package/types/plugins/bold/interface.d.ts +1 -1
- 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/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 +1 -1
- package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
- package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/types/plugins/clipboard/clipboard.d.ts +1 -1
- package/types/plugins/clipboard/config.d.ts +1 -1
- package/types/plugins/color/color.d.ts +1 -1
- package/types/plugins/color/config.d.ts +1 -1
- package/types/plugins/copy-format/copy-format.d.ts +1 -1
- package/types/plugins/copy-format/langs/index.d.ts +1 -1
- package/types/plugins/debug/debug.d.ts +1 -1
- package/types/plugins/delete/delete.d.ts +1 -1
- package/types/plugins/delete/interface.d.ts +1 -1
- package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/types/plugins/drag-and-drop-element/config.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/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 +1 -1
- 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 +1 -1
- package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/types/plugins/enter/interface.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/config.d.ts +1 -1
- package/types/plugins/font/font.d.ts +1 -1
- package/types/plugins/format-block/config.d.ts +1 -1
- package/types/plugins/format-block/format-block.d.ts +1 -1
- package/types/plugins/fullsize/config.d.ts +1 -1
- package/types/plugins/fullsize/fullsize.d.ts +1 -1
- package/types/plugins/hotkeys/config.d.ts +1 -1
- package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
- package/types/plugins/hr/hr.d.ts +1 -1
- package/types/plugins/iframe/config.d.ts +1 -1
- package/types/plugins/iframe/iframe.d.ts +1 -1
- package/types/plugins/image/image.d.ts +1 -1
- package/types/plugins/image-processor/config.d.ts +1 -1
- package/types/plugins/image-processor/image-processor.d.ts +1 -1
- package/types/plugins/image-properties/config.d.ts +1 -1
- package/types/plugins/image-properties/image-properties.d.ts +1 -1
- 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 +1 -1
- package/types/plugins/image-properties/readers/link.d.ts +1 -1
- 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 +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/image-properties/utils/open-image-editor.d.ts +1 -1
- package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
- package/types/plugins/image-properties/utils/utils.d.ts +1 -1
- package/types/plugins/image-properties/writers/index.d.ts +1 -1
- package/types/plugins/image-properties/writers/link.d.ts +1 -1
- package/types/plugins/image-properties/writers/margin.d.ts +1 -1
- package/types/plugins/image-properties/writers/size.d.ts +1 -1
- package/types/plugins/indent/config.d.ts +1 -1
- package/types/plugins/indent/helpers.d.ts +1 -1
- package/types/plugins/indent/indent.d.ts +1 -1
- package/types/plugins/index.d.ts +1 -1
- 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 +1 -1
- package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
- package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/types/plugins/justify/justify.d.ts +1 -1
- package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/types/plugins/limit/config.d.ts +1 -1
- package/types/plugins/limit/limit.d.ts +1 -1
- package/types/plugins/line-height/config.d.ts +1 -1
- package/types/plugins/line-height/langs/index.d.ts +1 -1
- package/types/plugins/line-height/line-height.d.ts +1 -1
- package/types/plugins/link/config.d.ts +1 -1
- package/types/plugins/link/link.d.ts +1 -1
- package/types/plugins/link/template.d.ts +1 -1
- package/types/plugins/media/config.d.ts +1 -1
- package/types/plugins/media/media.d.ts +1 -1
- package/types/plugins/mobile/config.d.ts +1 -1
- package/types/plugins/mobile/mobile.d.ts +1 -1
- package/types/plugins/ordered-list/config.d.ts +1 -1
- package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
- package/types/plugins/paste/config.d.ts +1 -1
- package/types/plugins/paste/helpers.d.ts +1 -1
- package/types/plugins/paste/interface.d.ts +1 -1
- package/types/plugins/paste/paste.d.ts +1 -1
- package/types/plugins/paste-from-word/config.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/config.d.ts +1 -1
- package/types/plugins/placeholder/placeholder.d.ts +1 -1
- 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 +1 -1
- package/types/plugins/resize-cells/config.d.ts +1 -1
- package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
- package/types/plugins/resize-handler/config.d.ts +1 -1
- package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
- package/types/plugins/resizer/config.d.ts +1 -1
- package/types/plugins/resizer/resizer.d.ts +1 -1
- package/types/plugins/search/config.d.ts +1 -1
- package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/types/plugins/search/helpers/index.d.ts +1 -1
- package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/types/plugins/search/interface.d.ts +1 -1
- package/types/plugins/search/search.d.ts +1 -1
- package/types/plugins/search/ui/search.d.ts +1 -1
- package/types/plugins/select/config.d.ts +1 -1
- package/types/plugins/select/select.d.ts +1 -1
- package/types/plugins/select-cells/config.d.ts +1 -1
- package/types/plugins/select-cells/select-cells.d.ts +1 -1
- package/types/plugins/size/config.d.ts +1 -1
- package/types/plugins/size/size.d.ts +1 -1
- package/types/plugins/source/config.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 +1 -1
- 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 +1 -1
- package/types/plugins/speech-recognize/config.d.ts +1 -1
- package/types/plugins/speech-recognize/constants.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
- package/types/plugins/speech-recognize/interface.d.ts +1 -1
- package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
- package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
- package/types/plugins/spellcheck/config.d.ts +1 -1
- package/types/plugins/spellcheck/langs/index.d.ts +1 -1
- package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
- package/types/plugins/stat/config.d.ts +1 -1
- package/types/plugins/stat/stat.d.ts +1 -1
- package/types/plugins/sticky/config.d.ts +1 -1
- package/types/plugins/sticky/sticky.d.ts +1 -1
- package/types/plugins/symbols/config.d.ts +1 -1
- package/types/plugins/symbols/langs/index.d.ts +1 -1
- package/types/plugins/symbols/symbols.d.ts +1 -1
- 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/config.d.ts +1 -1
- package/types/plugins/tab/tab.d.ts +1 -1
- package/types/plugins/table/config.d.ts +1 -1
- package/types/plugins/table/table.d.ts +1 -1
- package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/types/plugins/video/config.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/config.d.ts +1 -1
- package/types/plugins/xpath/xpath.d.ts +1 -1
- package/types/styles/icons/index.d.ts +1 -1
- package/types/types/ajax.d.ts +1 -1
- package/types/types/async.d.ts +1 -1
- package/types/types/context.d.ts +1 -1
- package/types/types/core.d.ts +1 -1
- package/types/types/create.d.ts +1 -1
- package/types/types/dialog.d.ts +1 -1
- package/types/types/events.d.ts +1 -1
- package/types/types/file-browser.d.ts +1 -1
- package/types/types/form.d.ts +1 -1
- package/types/types/history.d.ts +1 -1
- package/types/types/index.d.ts +1 -1
- package/types/types/jodit.d.ts +8 -1
- package/types/types/messages.d.ts +1 -1
- package/types/types/plugin.d.ts +1 -1
- package/types/types/popup.d.ts +1 -1
- package/types/types/select.d.ts +1 -1
- package/types/types/source.d.ts +1 -1
- package/types/types/storage.d.ts +12 -4
- package/types/types/style.d.ts +1 -1
- package/types/types/toolbar.d.ts +1 -1
- package/types/types/traits.d.ts +1 -1
- package/types/types/types.d.ts +1 -1
- package/types/types/ui.d.ts +2 -1
- package/types/types/uploader.d.ts +2 -1
- package/types/types/view.d.ts +5 -2
- package/types/typings.d.ts +1 -1
package/es2015/jodit.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.
|
|
4
|
+
* Version: v4.8.2
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
/*!
|
|
10
10
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11
11
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12
|
-
* Copyright (c) 2013-
|
|
12
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
13
13
|
*/
|
|
14
14
|
.jodit-ui-group {
|
|
15
15
|
display: inline-flex;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
/*!
|
|
38
38
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39
39
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40
|
-
* Copyright (c) 2013-
|
|
40
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
41
41
|
*/
|
|
42
42
|
.jodit-ui-list {
|
|
43
43
|
display: flex;
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
/*!
|
|
82
82
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
83
83
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
84
|
-
* Copyright (c) 2013-
|
|
84
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
85
85
|
*/
|
|
86
86
|
.jodit-ui-button-icon-text__icon {
|
|
87
87
|
display: none;
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
/*!
|
|
752
752
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
753
753
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
754
|
-
* Copyright (c) 2013-
|
|
754
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
755
755
|
*/
|
|
756
756
|
:root {
|
|
757
757
|
--jd-tooltip-color: #fff;
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
}
|
|
1033
1033
|
.jodit-ui-select__input:not([multiple]) {
|
|
1034
1034
|
padding-right: calc(var(--jd-padding-default) * 2);
|
|
1035
|
-
background-image: url(data:image/svg+xml
|
|
1035
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4.95 10%27%3E%3Cpath d=%27m1.41 4.67 1.07-1.49 1.06 1.49zM3.54 5.33 2.48 6.82 1.41 5.33z%27 fill=%27%23444%27/%3E%3C/svg%3E");
|
|
1036
1036
|
background-position: 98% 50%;
|
|
1037
1037
|
background-repeat: no-repeat;
|
|
1038
1038
|
}
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
/*!
|
|
1240
1240
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1241
1241
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1242
|
-
* Copyright (c) 2013-
|
|
1242
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1243
1243
|
*/
|
|
1244
1244
|
:root {
|
|
1245
1245
|
--jd-popup-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2), 0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
/*!
|
|
1282
1282
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1283
1283
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1284
|
-
* Copyright (c) 2013-
|
|
1284
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1285
1285
|
*/
|
|
1286
1286
|
@keyframes pulse {
|
|
1287
1287
|
30% {
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
/*!
|
|
1337
1337
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1338
1338
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1339
|
-
* Copyright (c) 2013-
|
|
1339
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1340
1340
|
*/
|
|
1341
1341
|
:root {
|
|
1342
1342
|
--jd-em-color-border: #b6d4fe;
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
/*!
|
|
1407
1407
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1408
1408
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1409
|
-
* Copyright (c) 2013-
|
|
1409
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1410
1410
|
*/
|
|
1411
1411
|
.jodit-toolbar-collection,
|
|
1412
1412
|
.jodit-toolbar-editor-collection {
|
|
@@ -1518,7 +1518,7 @@
|
|
|
1518
1518
|
/*!
|
|
1519
1519
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1520
1520
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1521
|
-
* Copyright (c) 2013-
|
|
1521
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1522
1522
|
*/
|
|
1523
1523
|
:root {
|
|
1524
1524
|
--jd-button-trigger-size: 14px;
|
|
@@ -1654,6 +1654,160 @@
|
|
|
1654
1654
|
.jodit-toolbar-button_size_large_text-icons_true button {
|
|
1655
1655
|
padding: 0 var(--jd-padding-default);
|
|
1656
1656
|
}
|
|
1657
|
+
.jodit-toolbar-button_variant_outline {
|
|
1658
|
+
border: 1px solid var(--jd-color-border);
|
|
1659
|
+
}
|
|
1660
|
+
.jodit-toolbar-button_variant_default {
|
|
1661
|
+
background-color: #e3e3e3;
|
|
1662
|
+
color: #212529;
|
|
1663
|
+
}
|
|
1664
|
+
.jodit-toolbar-button_variant_default svg {
|
|
1665
|
+
fill: #212529;
|
|
1666
|
+
stroke: #212529;
|
|
1667
|
+
}
|
|
1668
|
+
.jodit-toolbar-button_variant_default [disabled] {
|
|
1669
|
+
opacity: 0.7;
|
|
1670
|
+
}
|
|
1671
|
+
.jodit-toolbar-button_variant_default:hover:not([disabled]) {
|
|
1672
|
+
background-color: #c9cdd1;
|
|
1673
|
+
color: #212529;
|
|
1674
|
+
}
|
|
1675
|
+
.jodit-toolbar-button_variant_default:hover:not([disabled]) svg {
|
|
1676
|
+
fill: #212529;
|
|
1677
|
+
stroke: #212529;
|
|
1678
|
+
}
|
|
1679
|
+
.jodit-toolbar-button_variant_default:active:not([disabled]) {
|
|
1680
|
+
background-color: #dae0e5;
|
|
1681
|
+
color: #212529;
|
|
1682
|
+
}
|
|
1683
|
+
.jodit-toolbar-button_variant_default:active:not([disabled]) svg {
|
|
1684
|
+
fill: #212529;
|
|
1685
|
+
stroke: #212529;
|
|
1686
|
+
}
|
|
1687
|
+
.jodit-toolbar-button_variant_default:focus:not([disabled]) {
|
|
1688
|
+
outline: 1px dashed #dae0e5;
|
|
1689
|
+
}
|
|
1690
|
+
.jodit-toolbar-button_variant_primary {
|
|
1691
|
+
background-color: #007bff;
|
|
1692
|
+
color: #fff;
|
|
1693
|
+
}
|
|
1694
|
+
.jodit-toolbar-button_variant_primary svg {
|
|
1695
|
+
fill: #fff;
|
|
1696
|
+
stroke: #fff;
|
|
1697
|
+
}
|
|
1698
|
+
.jodit-toolbar-button_variant_primary [disabled] {
|
|
1699
|
+
opacity: 0.7;
|
|
1700
|
+
}
|
|
1701
|
+
.jodit-toolbar-button_variant_primary:hover:not([disabled]) {
|
|
1702
|
+
background-color: #0069d9;
|
|
1703
|
+
color: #fff;
|
|
1704
|
+
}
|
|
1705
|
+
.jodit-toolbar-button_variant_primary:hover:not([disabled]) svg {
|
|
1706
|
+
fill: #fff;
|
|
1707
|
+
stroke: #fff;
|
|
1708
|
+
}
|
|
1709
|
+
.jodit-toolbar-button_variant_primary:active:not([disabled]) {
|
|
1710
|
+
background-color: #0062cc;
|
|
1711
|
+
color: #fff;
|
|
1712
|
+
}
|
|
1713
|
+
.jodit-toolbar-button_variant_primary:active:not([disabled]) svg {
|
|
1714
|
+
fill: #fff;
|
|
1715
|
+
stroke: #fff;
|
|
1716
|
+
}
|
|
1717
|
+
.jodit-toolbar-button_variant_primary:focus:not([disabled]) {
|
|
1718
|
+
outline: 1px dashed #0062cc;
|
|
1719
|
+
}
|
|
1720
|
+
.jodit-toolbar-button_variant_secondary {
|
|
1721
|
+
background-color: #d8d8d8;
|
|
1722
|
+
color: #212529;
|
|
1723
|
+
border-radius: 0;
|
|
1724
|
+
}
|
|
1725
|
+
.jodit-toolbar-button_variant_secondary svg {
|
|
1726
|
+
fill: #212529;
|
|
1727
|
+
stroke: #212529;
|
|
1728
|
+
}
|
|
1729
|
+
.jodit-toolbar-button_variant_secondary [disabled] {
|
|
1730
|
+
opacity: 0.7;
|
|
1731
|
+
}
|
|
1732
|
+
.jodit-toolbar-button_variant_secondary:hover:not([disabled]) {
|
|
1733
|
+
background-color: #c9cdd1;
|
|
1734
|
+
color: #212529;
|
|
1735
|
+
}
|
|
1736
|
+
.jodit-toolbar-button_variant_secondary:hover:not([disabled]) svg {
|
|
1737
|
+
fill: #212529;
|
|
1738
|
+
stroke: #212529;
|
|
1739
|
+
}
|
|
1740
|
+
.jodit-toolbar-button_variant_secondary:active:not([disabled]) {
|
|
1741
|
+
background-color: #dae0e5;
|
|
1742
|
+
color: #212529;
|
|
1743
|
+
}
|
|
1744
|
+
.jodit-toolbar-button_variant_secondary:active:not([disabled]) svg {
|
|
1745
|
+
fill: #212529;
|
|
1746
|
+
stroke: #212529;
|
|
1747
|
+
}
|
|
1748
|
+
.jodit-toolbar-button_variant_secondary:focus:not([disabled]) {
|
|
1749
|
+
outline: 1px dashed #dae0e5;
|
|
1750
|
+
}
|
|
1751
|
+
.jodit-toolbar-button_variant_success {
|
|
1752
|
+
background-color: #28a745;
|
|
1753
|
+
color: #fff;
|
|
1754
|
+
}
|
|
1755
|
+
.jodit-toolbar-button_variant_success svg {
|
|
1756
|
+
fill: #fff;
|
|
1757
|
+
stroke: #fff;
|
|
1758
|
+
}
|
|
1759
|
+
.jodit-toolbar-button_variant_success [disabled] {
|
|
1760
|
+
opacity: 0.7;
|
|
1761
|
+
}
|
|
1762
|
+
.jodit-toolbar-button_variant_success:hover:not([disabled]) {
|
|
1763
|
+
background-color: #218838;
|
|
1764
|
+
color: #fff;
|
|
1765
|
+
}
|
|
1766
|
+
.jodit-toolbar-button_variant_success:hover:not([disabled]) svg {
|
|
1767
|
+
fill: #fff;
|
|
1768
|
+
stroke: #fff;
|
|
1769
|
+
}
|
|
1770
|
+
.jodit-toolbar-button_variant_success:active:not([disabled]) {
|
|
1771
|
+
background-color: #1e7e34;
|
|
1772
|
+
color: #fff;
|
|
1773
|
+
}
|
|
1774
|
+
.jodit-toolbar-button_variant_success:active:not([disabled]) svg {
|
|
1775
|
+
fill: #fff;
|
|
1776
|
+
stroke: #fff;
|
|
1777
|
+
}
|
|
1778
|
+
.jodit-toolbar-button_variant_success:focus:not([disabled]) {
|
|
1779
|
+
outline: 1px dashed #1e7e34;
|
|
1780
|
+
}
|
|
1781
|
+
.jodit-toolbar-button_variant_danger {
|
|
1782
|
+
background-color: #dc3545;
|
|
1783
|
+
color: #fff;
|
|
1784
|
+
}
|
|
1785
|
+
.jodit-toolbar-button_variant_danger svg {
|
|
1786
|
+
fill: #fff;
|
|
1787
|
+
stroke: #fff;
|
|
1788
|
+
}
|
|
1789
|
+
.jodit-toolbar-button_variant_danger [disabled] {
|
|
1790
|
+
opacity: 0.7;
|
|
1791
|
+
}
|
|
1792
|
+
.jodit-toolbar-button_variant_danger:hover:not([disabled]) {
|
|
1793
|
+
background-color: #c82333;
|
|
1794
|
+
color: #fff;
|
|
1795
|
+
}
|
|
1796
|
+
.jodit-toolbar-button_variant_danger:hover:not([disabled]) svg {
|
|
1797
|
+
fill: #fff;
|
|
1798
|
+
stroke: #fff;
|
|
1799
|
+
}
|
|
1800
|
+
.jodit-toolbar-button_variant_danger:active:not([disabled]) {
|
|
1801
|
+
background-color: #bd2130;
|
|
1802
|
+
color: #fff;
|
|
1803
|
+
}
|
|
1804
|
+
.jodit-toolbar-button_variant_danger:active:not([disabled]) svg {
|
|
1805
|
+
fill: #fff;
|
|
1806
|
+
stroke: #fff;
|
|
1807
|
+
}
|
|
1808
|
+
.jodit-toolbar-button_variant_danger:focus:not([disabled]) {
|
|
1809
|
+
outline: 1px dashed #bd2130;
|
|
1810
|
+
}
|
|
1657
1811
|
.jodit-toolbar-button__button {
|
|
1658
1812
|
cursor: pointer;
|
|
1659
1813
|
position: relative;
|
|
@@ -1767,7 +1921,7 @@
|
|
|
1767
1921
|
/*!
|
|
1768
1922
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1769
1923
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1770
|
-
* Copyright (c) 2013-
|
|
1924
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1771
1925
|
*/
|
|
1772
1926
|
.jodit-toolbar-content {
|
|
1773
1927
|
position: relative;
|
|
@@ -2229,6 +2383,160 @@
|
|
|
2229
2383
|
.jodit-toolbar-select_size_large_text-icons_true button {
|
|
2230
2384
|
padding: 0 var(--jd-padding-default);
|
|
2231
2385
|
}
|
|
2386
|
+
.jodit-toolbar-select_variant_outline {
|
|
2387
|
+
border: 1px solid var(--jd-color-border);
|
|
2388
|
+
}
|
|
2389
|
+
.jodit-toolbar-select_variant_default {
|
|
2390
|
+
background-color: #e3e3e3;
|
|
2391
|
+
color: #212529;
|
|
2392
|
+
}
|
|
2393
|
+
.jodit-toolbar-select_variant_default svg {
|
|
2394
|
+
fill: #212529;
|
|
2395
|
+
stroke: #212529;
|
|
2396
|
+
}
|
|
2397
|
+
.jodit-toolbar-select_variant_default [disabled] {
|
|
2398
|
+
opacity: 0.7;
|
|
2399
|
+
}
|
|
2400
|
+
.jodit-toolbar-select_variant_default:hover:not([disabled]) {
|
|
2401
|
+
background-color: #c9cdd1;
|
|
2402
|
+
color: #212529;
|
|
2403
|
+
}
|
|
2404
|
+
.jodit-toolbar-select_variant_default:hover:not([disabled]) svg {
|
|
2405
|
+
fill: #212529;
|
|
2406
|
+
stroke: #212529;
|
|
2407
|
+
}
|
|
2408
|
+
.jodit-toolbar-select_variant_default:active:not([disabled]) {
|
|
2409
|
+
background-color: #dae0e5;
|
|
2410
|
+
color: #212529;
|
|
2411
|
+
}
|
|
2412
|
+
.jodit-toolbar-select_variant_default:active:not([disabled]) svg {
|
|
2413
|
+
fill: #212529;
|
|
2414
|
+
stroke: #212529;
|
|
2415
|
+
}
|
|
2416
|
+
.jodit-toolbar-select_variant_default:focus:not([disabled]) {
|
|
2417
|
+
outline: 1px dashed #dae0e5;
|
|
2418
|
+
}
|
|
2419
|
+
.jodit-toolbar-select_variant_primary {
|
|
2420
|
+
background-color: #007bff;
|
|
2421
|
+
color: #fff;
|
|
2422
|
+
}
|
|
2423
|
+
.jodit-toolbar-select_variant_primary svg {
|
|
2424
|
+
fill: #fff;
|
|
2425
|
+
stroke: #fff;
|
|
2426
|
+
}
|
|
2427
|
+
.jodit-toolbar-select_variant_primary [disabled] {
|
|
2428
|
+
opacity: 0.7;
|
|
2429
|
+
}
|
|
2430
|
+
.jodit-toolbar-select_variant_primary:hover:not([disabled]) {
|
|
2431
|
+
background-color: #0069d9;
|
|
2432
|
+
color: #fff;
|
|
2433
|
+
}
|
|
2434
|
+
.jodit-toolbar-select_variant_primary:hover:not([disabled]) svg {
|
|
2435
|
+
fill: #fff;
|
|
2436
|
+
stroke: #fff;
|
|
2437
|
+
}
|
|
2438
|
+
.jodit-toolbar-select_variant_primary:active:not([disabled]) {
|
|
2439
|
+
background-color: #0062cc;
|
|
2440
|
+
color: #fff;
|
|
2441
|
+
}
|
|
2442
|
+
.jodit-toolbar-select_variant_primary:active:not([disabled]) svg {
|
|
2443
|
+
fill: #fff;
|
|
2444
|
+
stroke: #fff;
|
|
2445
|
+
}
|
|
2446
|
+
.jodit-toolbar-select_variant_primary:focus:not([disabled]) {
|
|
2447
|
+
outline: 1px dashed #0062cc;
|
|
2448
|
+
}
|
|
2449
|
+
.jodit-toolbar-select_variant_secondary {
|
|
2450
|
+
background-color: #d8d8d8;
|
|
2451
|
+
color: #212529;
|
|
2452
|
+
border-radius: 0;
|
|
2453
|
+
}
|
|
2454
|
+
.jodit-toolbar-select_variant_secondary svg {
|
|
2455
|
+
fill: #212529;
|
|
2456
|
+
stroke: #212529;
|
|
2457
|
+
}
|
|
2458
|
+
.jodit-toolbar-select_variant_secondary [disabled] {
|
|
2459
|
+
opacity: 0.7;
|
|
2460
|
+
}
|
|
2461
|
+
.jodit-toolbar-select_variant_secondary:hover:not([disabled]) {
|
|
2462
|
+
background-color: #c9cdd1;
|
|
2463
|
+
color: #212529;
|
|
2464
|
+
}
|
|
2465
|
+
.jodit-toolbar-select_variant_secondary:hover:not([disabled]) svg {
|
|
2466
|
+
fill: #212529;
|
|
2467
|
+
stroke: #212529;
|
|
2468
|
+
}
|
|
2469
|
+
.jodit-toolbar-select_variant_secondary:active:not([disabled]) {
|
|
2470
|
+
background-color: #dae0e5;
|
|
2471
|
+
color: #212529;
|
|
2472
|
+
}
|
|
2473
|
+
.jodit-toolbar-select_variant_secondary:active:not([disabled]) svg {
|
|
2474
|
+
fill: #212529;
|
|
2475
|
+
stroke: #212529;
|
|
2476
|
+
}
|
|
2477
|
+
.jodit-toolbar-select_variant_secondary:focus:not([disabled]) {
|
|
2478
|
+
outline: 1px dashed #dae0e5;
|
|
2479
|
+
}
|
|
2480
|
+
.jodit-toolbar-select_variant_success {
|
|
2481
|
+
background-color: #28a745;
|
|
2482
|
+
color: #fff;
|
|
2483
|
+
}
|
|
2484
|
+
.jodit-toolbar-select_variant_success svg {
|
|
2485
|
+
fill: #fff;
|
|
2486
|
+
stroke: #fff;
|
|
2487
|
+
}
|
|
2488
|
+
.jodit-toolbar-select_variant_success [disabled] {
|
|
2489
|
+
opacity: 0.7;
|
|
2490
|
+
}
|
|
2491
|
+
.jodit-toolbar-select_variant_success:hover:not([disabled]) {
|
|
2492
|
+
background-color: #218838;
|
|
2493
|
+
color: #fff;
|
|
2494
|
+
}
|
|
2495
|
+
.jodit-toolbar-select_variant_success:hover:not([disabled]) svg {
|
|
2496
|
+
fill: #fff;
|
|
2497
|
+
stroke: #fff;
|
|
2498
|
+
}
|
|
2499
|
+
.jodit-toolbar-select_variant_success:active:not([disabled]) {
|
|
2500
|
+
background-color: #1e7e34;
|
|
2501
|
+
color: #fff;
|
|
2502
|
+
}
|
|
2503
|
+
.jodit-toolbar-select_variant_success:active:not([disabled]) svg {
|
|
2504
|
+
fill: #fff;
|
|
2505
|
+
stroke: #fff;
|
|
2506
|
+
}
|
|
2507
|
+
.jodit-toolbar-select_variant_success:focus:not([disabled]) {
|
|
2508
|
+
outline: 1px dashed #1e7e34;
|
|
2509
|
+
}
|
|
2510
|
+
.jodit-toolbar-select_variant_danger {
|
|
2511
|
+
background-color: #dc3545;
|
|
2512
|
+
color: #fff;
|
|
2513
|
+
}
|
|
2514
|
+
.jodit-toolbar-select_variant_danger svg {
|
|
2515
|
+
fill: #fff;
|
|
2516
|
+
stroke: #fff;
|
|
2517
|
+
}
|
|
2518
|
+
.jodit-toolbar-select_variant_danger [disabled] {
|
|
2519
|
+
opacity: 0.7;
|
|
2520
|
+
}
|
|
2521
|
+
.jodit-toolbar-select_variant_danger:hover:not([disabled]) {
|
|
2522
|
+
background-color: #c82333;
|
|
2523
|
+
color: #fff;
|
|
2524
|
+
}
|
|
2525
|
+
.jodit-toolbar-select_variant_danger:hover:not([disabled]) svg {
|
|
2526
|
+
fill: #fff;
|
|
2527
|
+
stroke: #fff;
|
|
2528
|
+
}
|
|
2529
|
+
.jodit-toolbar-select_variant_danger:active:not([disabled]) {
|
|
2530
|
+
background-color: #bd2130;
|
|
2531
|
+
color: #fff;
|
|
2532
|
+
}
|
|
2533
|
+
.jodit-toolbar-select_variant_danger:active:not([disabled]) svg {
|
|
2534
|
+
fill: #fff;
|
|
2535
|
+
stroke: #fff;
|
|
2536
|
+
}
|
|
2537
|
+
.jodit-toolbar-select_variant_danger:focus:not([disabled]) {
|
|
2538
|
+
outline: 1px dashed #bd2130;
|
|
2539
|
+
}
|
|
2232
2540
|
.jodit-toolbar-select__button {
|
|
2233
2541
|
cursor: pointer;
|
|
2234
2542
|
position: relative;
|
|
@@ -2366,7 +2674,7 @@
|
|
|
2366
2674
|
/*!
|
|
2367
2675
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2368
2676
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2369
|
-
* Copyright (c) 2013-
|
|
2677
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2370
2678
|
*/
|
|
2371
2679
|
.jodit-toolbar__box:not(:empty) {
|
|
2372
2680
|
--jd-color-background-default: var(--jd-color-panel);
|
|
@@ -2382,7 +2690,7 @@
|
|
|
2382
2690
|
/*!
|
|
2383
2691
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2384
2692
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2385
|
-
* Copyright (c) 2013-
|
|
2693
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2386
2694
|
*/
|
|
2387
2695
|
.jodit-dialog {
|
|
2388
2696
|
font-family: var(--jd-font-default);
|
|
@@ -2654,7 +2962,7 @@
|
|
|
2654
2962
|
/*!
|
|
2655
2963
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2656
2964
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2657
|
-
* Copyright (c) 2013-
|
|
2965
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2658
2966
|
*/
|
|
2659
2967
|
.jodit-context-menu {
|
|
2660
2968
|
position: static;
|
|
@@ -2704,7 +3012,7 @@
|
|
|
2704
3012
|
/*!
|
|
2705
3013
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2706
3014
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2707
|
-
* Copyright (c) 2013-
|
|
3015
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2708
3016
|
*/
|
|
2709
3017
|
:root {
|
|
2710
3018
|
--jd-image-editor-resizer-border-color: #05ff00;
|
|
@@ -3199,12 +3507,12 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3199
3507
|
/*!
|
|
3200
3508
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3201
3509
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3202
|
-
* Copyright (c) 2013-
|
|
3510
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3203
3511
|
*/
|
|
3204
3512
|
/*!
|
|
3205
3513
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3206
3514
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3207
|
-
* Copyright (c) 2013-
|
|
3515
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3208
3516
|
*/
|
|
3209
3517
|
:root {
|
|
3210
3518
|
--jd-first-column: 31%;
|
|
@@ -3234,7 +3542,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3234
3542
|
/*!
|
|
3235
3543
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3236
3544
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3237
|
-
* Copyright (c) 2013-
|
|
3545
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3238
3546
|
*/
|
|
3239
3547
|
.jodit-file-browser-preview {
|
|
3240
3548
|
position: relative;
|
|
@@ -3295,7 +3603,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3295
3603
|
/*!
|
|
3296
3604
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3297
3605
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3298
|
-
* Copyright (c) 2013-
|
|
3606
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3299
3607
|
*/
|
|
3300
3608
|
.jodit-status-bar {
|
|
3301
3609
|
display: flex;
|
|
@@ -3355,7 +3663,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3355
3663
|
.jodit-status-bar a.jodit-status-bar-link:hover {
|
|
3356
3664
|
text-decoration: underline;
|
|
3357
3665
|
}
|
|
3358
|
-
.jodit-
|
|
3666
|
+
.jodit-status-bar:not(:empty) {
|
|
3359
3667
|
border-top: 1px solid var(--jd-color-border);
|
|
3360
3668
|
}
|
|
3361
3669
|
.jodit_disabled .jodit-status-bar {
|
|
@@ -3365,7 +3673,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3365
3673
|
/*!
|
|
3366
3674
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3367
3675
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3368
|
-
* Copyright (c) 2013-
|
|
3676
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3369
3677
|
*/
|
|
3370
3678
|
.jodit-drag-and-drop__file-box,
|
|
3371
3679
|
.jodit_uploadfile_button {
|
|
@@ -3402,7 +3710,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3402
3710
|
/*!
|
|
3403
3711
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3404
3712
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3405
|
-
* Copyright (c) 2013-
|
|
3713
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3406
3714
|
*/
|
|
3407
3715
|
.jodit-about {
|
|
3408
3716
|
padding: 20px;
|
|
@@ -3424,7 +3732,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3424
3732
|
/*!
|
|
3425
3733
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3426
3734
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3427
|
-
* Copyright (c) 2013-
|
|
3735
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3428
3736
|
*/
|
|
3429
3737
|
:root {
|
|
3430
3738
|
--jd-anl-color-new-line: var(--jd-color-border);
|
|
@@ -3478,7 +3786,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3478
3786
|
/*!
|
|
3479
3787
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3480
3788
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3481
|
-
* Copyright (c) 2013-
|
|
3789
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3482
3790
|
*/
|
|
3483
3791
|
:root {
|
|
3484
3792
|
--jd-color-picker-cell-size: 24px;
|
|
@@ -3534,7 +3842,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3534
3842
|
/*!
|
|
3535
3843
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3536
3844
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3537
|
-
* Copyright (c) 2013-
|
|
3845
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3538
3846
|
*/
|
|
3539
3847
|
.jodit-tabs {
|
|
3540
3848
|
--jd-box-shadow-tabs: 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
@@ -3636,7 +3944,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3636
3944
|
/*!
|
|
3637
3945
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3638
3946
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3639
|
-
* Copyright (c) 2013-
|
|
3947
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3640
3948
|
*/
|
|
3641
3949
|
.jodit_fullsize-box_true {
|
|
3642
3950
|
position: static !important;
|
|
@@ -3669,7 +3977,7 @@ html.jodit_fullsize-box_true {
|
|
|
3669
3977
|
/*!
|
|
3670
3978
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3671
3979
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3672
|
-
* Copyright (c) 2013-
|
|
3980
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3673
3981
|
*/
|
|
3674
3982
|
.jodit-ui-image-position-tab__lockMargin > svg,
|
|
3675
3983
|
.jodit-ui-image-properties-form__lockMargin > svg,
|
|
@@ -3759,7 +4067,7 @@ html.jodit_fullsize-box_true {
|
|
|
3759
4067
|
/*!
|
|
3760
4068
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3761
4069
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3762
|
-
* Copyright (c) 2013-
|
|
4070
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3763
4071
|
*/
|
|
3764
4072
|
.jodit-popup-inline__container {
|
|
3765
4073
|
z-index: 1300;
|
|
@@ -3769,7 +4077,7 @@ html.jodit_fullsize-box_true {
|
|
|
3769
4077
|
/*!
|
|
3770
4078
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3771
4079
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3772
|
-
* Copyright (c) 2013-
|
|
4080
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3773
4081
|
*/
|
|
3774
4082
|
.jodit-paste-storage {
|
|
3775
4083
|
max-width: 600px;
|
|
@@ -3821,7 +4129,7 @@ html.jodit_fullsize-box_true {
|
|
|
3821
4129
|
/*!
|
|
3822
4130
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3823
4131
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3824
|
-
* Copyright (c) 2013-
|
|
4132
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3825
4133
|
*/
|
|
3826
4134
|
.jodit-placeholder {
|
|
3827
4135
|
position: absolute;
|
|
@@ -3889,7 +4197,7 @@ html.jodit_fullsize-box_true {
|
|
|
3889
4197
|
/*!
|
|
3890
4198
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3891
4199
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3892
|
-
* Copyright (c) 2013-
|
|
4200
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3893
4201
|
*/
|
|
3894
4202
|
[data-jodit_iframe_wrapper] {
|
|
3895
4203
|
position: relative;
|
|
@@ -3995,7 +4303,7 @@ html.jodit_fullsize-box_true {
|
|
|
3995
4303
|
/*!
|
|
3996
4304
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3997
4305
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3998
|
-
* Copyright (c) 2013-
|
|
4306
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3999
4307
|
*/
|
|
4000
4308
|
:root {
|
|
4001
4309
|
--jd-height-search: 30px;
|
|
@@ -4124,7 +4432,7 @@ html.jodit_fullsize-box_true {
|
|
|
4124
4432
|
/*!
|
|
4125
4433
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4126
4434
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4127
|
-
* Copyright (c) 2013-
|
|
4435
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4128
4436
|
*/
|
|
4129
4437
|
.jodit-container:not(.jodit_inline) {
|
|
4130
4438
|
min-height: 100px;
|
|
@@ -4154,7 +4462,7 @@ html.jodit_fullsize-box_true {
|
|
|
4154
4462
|
/*!
|
|
4155
4463
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4156
4464
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4157
|
-
* Copyright (c) 2013-
|
|
4465
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4158
4466
|
*/
|
|
4159
4467
|
.jodit-source {
|
|
4160
4468
|
position: relative;
|
|
@@ -4214,7 +4522,7 @@ html.jodit_fullsize-box_true {
|
|
|
4214
4522
|
/*!
|
|
4215
4523
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4216
4524
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4217
|
-
* Copyright (c) 2013-
|
|
4525
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4218
4526
|
*/
|
|
4219
4527
|
.jodit_sticky-dummy_toolbar {
|
|
4220
4528
|
display: none;
|
|
@@ -4234,7 +4542,7 @@ html.jodit_fullsize-box_true {
|
|
|
4234
4542
|
/*!
|
|
4235
4543
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4236
4544
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4237
|
-
* Copyright (c) 2013-
|
|
4545
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4238
4546
|
*/
|
|
4239
4547
|
.jodit-symbols {
|
|
4240
4548
|
width: 460px;
|
|
@@ -4372,7 +4680,7 @@ html.jodit_fullsize-box_true {
|
|
|
4372
4680
|
/*!
|
|
4373
4681
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4374
4682
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4375
|
-
* Copyright (c) 2013-
|
|
4683
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4376
4684
|
*/
|
|
4377
4685
|
.jodit-context table,
|
|
4378
4686
|
.jodit-wysiwyg table {
|
|
@@ -4459,7 +4767,7 @@ html.jodit_fullsize-box_true {
|
|
|
4459
4767
|
/*!
|
|
4460
4768
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4461
4769
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4462
|
-
* Copyright (c) 2013-
|
|
4770
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4463
4771
|
*/
|
|
4464
4772
|
.jodit-xpath {
|
|
4465
4773
|
display: flex;
|
|
@@ -4482,12 +4790,12 @@ html.jodit_fullsize-box_true {
|
|
|
4482
4790
|
/*!
|
|
4483
4791
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4484
4792
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4485
|
-
* Copyright (c) 2013-
|
|
4793
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4486
4794
|
*/
|
|
4487
4795
|
/*!
|
|
4488
4796
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4489
4797
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4490
|
-
* Copyright (c) 2013-
|
|
4798
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4491
4799
|
*/
|
|
4492
4800
|
:root {
|
|
4493
4801
|
--jd-color-white: #fff;
|
|
@@ -4574,7 +4882,7 @@ html.jodit_fullsize-box_true {
|
|
|
4574
4882
|
/*!
|
|
4575
4883
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4576
4884
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4577
|
-
* Copyright (c) 2013-
|
|
4885
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4578
4886
|
*/
|
|
4579
4887
|
.jodit-wysiwyg {
|
|
4580
4888
|
outline: 0;
|
|
@@ -4611,7 +4919,7 @@ html.jodit_fullsize-box_true {
|
|
|
4611
4919
|
/*!
|
|
4612
4920
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4613
4921
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4614
|
-
* Copyright (c) 2013-
|
|
4922
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4615
4923
|
*/
|
|
4616
4924
|
:root {
|
|
4617
4925
|
--jd-switche-width: 60px;
|
|
@@ -4829,7 +5137,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
4829
5137
|
/*!
|
|
4830
5138
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4831
5139
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4832
|
-
* Copyright (c) 2013-
|
|
5140
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4833
5141
|
*/
|
|
4834
5142
|
.jodit-button-group {
|
|
4835
5143
|
display: flex;
|
|
@@ -4869,7 +5177,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
4869
5177
|
/*!
|
|
4870
5178
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4871
5179
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4872
|
-
* Copyright (c) 2013-
|
|
5180
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4873
5181
|
*/
|
|
4874
5182
|
.jodit_text_icons .jodit_icon {
|
|
4875
5183
|
width: auto;
|
|
@@ -4899,7 +5207,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
4899
5207
|
/*!
|
|
4900
5208
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4901
5209
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4902
|
-
* Copyright (c) 2013-
|
|
5210
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4903
5211
|
*/
|
|
4904
5212
|
.jodit-grid {
|
|
4905
5213
|
display: flex;
|
|
@@ -5033,7 +5341,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
5033
5341
|
/*!
|
|
5034
5342
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5035
5343
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5036
|
-
* Copyright (c) 2013-
|
|
5344
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5037
5345
|
*/
|
|
5038
5346
|
@keyframes rotate {
|
|
5039
5347
|
to {
|
|
@@ -5073,9 +5381,13 @@ svg.jodit-icon {
|
|
|
5073
5381
|
/*!
|
|
5074
5382
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5075
5383
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5076
|
-
* Copyright (c) 2013-
|
|
5384
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5077
5385
|
*/
|
|
5078
5386
|
.jodit,
|
|
5387
|
+
.jodit-container {
|
|
5388
|
+
--jd-jodit-workplace-height: auto;
|
|
5389
|
+
}
|
|
5390
|
+
.jodit,
|
|
5079
5391
|
.jodit-container,
|
|
5080
5392
|
.jodit *,
|
|
5081
5393
|
.jodit-container * {
|
|
@@ -5085,6 +5397,10 @@ svg.jodit-icon {
|
|
|
5085
5397
|
.jodit-container .jodit-workplace {
|
|
5086
5398
|
position: relative;
|
|
5087
5399
|
overflow: auto;
|
|
5400
|
+
min-width: 0;
|
|
5401
|
+
height: var(--jd-jodit-workplace-height);
|
|
5402
|
+
min-height: 0;
|
|
5403
|
+
flex: 1 1 auto;
|
|
5088
5404
|
}
|
|
5089
5405
|
.jodit .jodit-workplace .jodit-wysiwyg,
|
|
5090
5406
|
.jodit-container .jodit-workplace .jodit-wysiwyg,
|
|
@@ -5137,11 +5453,81 @@ svg.jodit-icon {
|
|
|
5137
5453
|
float: none;
|
|
5138
5454
|
outline: 0;
|
|
5139
5455
|
}
|
|
5456
|
+
.jodit {
|
|
5457
|
+
--jd-slot-top-height: auto;
|
|
5458
|
+
--jd-slot-bottom-height: auto;
|
|
5459
|
+
--jd-slot-left-width: auto;
|
|
5460
|
+
--jd-slot-right-width: auto;
|
|
5461
|
+
}
|
|
5462
|
+
.jodit .jodit-jodit__workplace-slot_top_true,
|
|
5463
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true {
|
|
5464
|
+
min-width: 0;
|
|
5465
|
+
flex: 0 0 auto;
|
|
5466
|
+
}
|
|
5467
|
+
.jodit .jodit-jodit__workplace-slot_top_true:empty,
|
|
5468
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true:empty {
|
|
5469
|
+
display: none;
|
|
5470
|
+
}
|
|
5471
|
+
.jodit .jodit-jodit__workplace-slot_top_true {
|
|
5472
|
+
height: var(--jd-slot-top-height);
|
|
5473
|
+
}
|
|
5474
|
+
.jodit .jodit-jodit__workplace-slot_top_true:not(:empty) {
|
|
5475
|
+
border-bottom: 1px solid var(--jd-color-border, transparent);
|
|
5476
|
+
}
|
|
5477
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true {
|
|
5478
|
+
height: var(--jd-slot-bottom-height);
|
|
5479
|
+
}
|
|
5480
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true:not(:empty) {
|
|
5481
|
+
border-top: 1px solid var(--jd-color-border, transparent);
|
|
5482
|
+
}
|
|
5483
|
+
.jodit .jodit-jodit__workplace-slot_center_true {
|
|
5484
|
+
display: flex;
|
|
5485
|
+
min-width: 0;
|
|
5486
|
+
min-height: 0;
|
|
5487
|
+
max-height: var(--jd-jodit-workplace-height);
|
|
5488
|
+
flex: 1 1 auto;
|
|
5489
|
+
align-items: stretch;
|
|
5490
|
+
gap: 0;
|
|
5491
|
+
}
|
|
5492
|
+
.jodit .jodit-jodit__workplace-slot_left_true,
|
|
5493
|
+
.jodit .jodit-jodit__workplace-slot_right_true {
|
|
5494
|
+
overflow: auto;
|
|
5495
|
+
min-width: 0;
|
|
5496
|
+
max-width: 50%;
|
|
5497
|
+
flex: 0 0 auto;
|
|
5498
|
+
contain: size;
|
|
5499
|
+
}
|
|
5500
|
+
.jodit .jodit-jodit__workplace-slot_left_true:empty,
|
|
5501
|
+
.jodit .jodit-jodit__workplace-slot_right_true:empty {
|
|
5502
|
+
display: none;
|
|
5503
|
+
}
|
|
5504
|
+
.jodit .jodit-jodit__workplace-slot_left_true {
|
|
5505
|
+
width: var(--jd-slot-left-width);
|
|
5506
|
+
}
|
|
5507
|
+
.jodit .jodit-jodit__workplace-slot_left_true:not(:empty) + .jodit-workplace {
|
|
5508
|
+
border-left: 1px solid var(--jd-color-border, transparent);
|
|
5509
|
+
}
|
|
5510
|
+
.jodit .jodit-jodit__workplace-slot_right_true {
|
|
5511
|
+
width: var(--jd-slot-right-width);
|
|
5512
|
+
}
|
|
5513
|
+
.jodit .jodit-workplace + .jodit-jodit__workplace-slot_right_true:not(:empty) {
|
|
5514
|
+
border-left: 1px solid var(--jd-color-border, transparent);
|
|
5515
|
+
}
|
|
5516
|
+
.jodit.jodit_lock {
|
|
5517
|
+
user-select: none !important;
|
|
5518
|
+
}
|
|
5519
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_left_true,
|
|
5520
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_right_true,
|
|
5521
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_top_true,
|
|
5522
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_bottom_true,
|
|
5523
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_center_true {
|
|
5524
|
+
overflow: hidden;
|
|
5525
|
+
}
|
|
5140
5526
|
|
|
5141
5527
|
/*!
|
|
5142
5528
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5143
5529
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5144
|
-
* Copyright (c) 2013-
|
|
5530
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5145
5531
|
*/
|
|
5146
5532
|
.jodit-dialog_theme_dark,
|
|
5147
5533
|
.jodit_theme_dark {
|
|
@@ -5261,38 +5647,38 @@ svg.jodit-icon {
|
|
|
5261
5647
|
background-color: var(--jd-dark-background-ligher);
|
|
5262
5648
|
color: var(--jd-dark-background-color);
|
|
5263
5649
|
}
|
|
5264
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5265
|
-
.jodit_theme_dark .jodit-
|
|
5650
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty),
|
|
5651
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty),
|
|
5266
5652
|
.jodit-dialog_theme_dark .jodit-status-bar,
|
|
5267
5653
|
.jodit_theme_dark .jodit-status-bar {
|
|
5268
5654
|
border-color: var(--jd-color-border);
|
|
5269
5655
|
background-color: var(--jd-dark-toolbar-color);
|
|
5270
5656
|
color: var(--jd-dark-text-color);
|
|
5271
5657
|
}
|
|
5272
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5273
|
-
.jodit_theme_dark .jodit-
|
|
5658
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link,
|
|
5659
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link,
|
|
5274
5660
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link,
|
|
5275
5661
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link,
|
|
5276
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5277
|
-
.jodit_theme_dark .jodit-
|
|
5662
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover,
|
|
5663
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover,
|
|
5278
5664
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover,
|
|
5279
5665
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover,
|
|
5280
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5281
|
-
.jodit_theme_dark .jodit-
|
|
5666
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,
|
|
5667
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,
|
|
5282
5668
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited,
|
|
5283
5669
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
|
|
5284
5670
|
color: var(--jd-dark-text-color);
|
|
5285
5671
|
}
|
|
5286
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5287
|
-
.jodit_theme_dark .jodit-
|
|
5672
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty),
|
|
5673
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty),
|
|
5288
5674
|
.jodit-dialog_theme_dark .jodit-status-bar,
|
|
5289
5675
|
.jodit_theme_dark .jodit-status-bar,
|
|
5290
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5291
|
-
.jodit_theme_dark .jodit-
|
|
5676
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item a,
|
|
5677
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item a,
|
|
5292
5678
|
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item a,
|
|
5293
5679
|
.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item a,
|
|
5294
|
-
.jodit-dialog_theme_dark .jodit-
|
|
5295
|
-
.jodit_theme_dark .jodit-
|
|
5680
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item span,
|
|
5681
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item span,
|
|
5296
5682
|
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item span,
|
|
5297
5683
|
.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item span {
|
|
5298
5684
|
color: var(--jd-dark-text-color);
|