jodit 4.7.8 → 4.8.1
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 +1154 -750
- 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 +1008 -642
- 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 +919 -553
- 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 +2557 -1475
- 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 +1 -1
- 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 +1 -1
- 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/esm/tsconfig.json +0 -47
- package/types/tsconfig.json +0 -47
package/es5/jodit.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.1
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
8
|
/*!
|
|
9
9
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
10
10
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
11
|
-
* Version: v4.
|
|
11
|
+
* Version: v4.8.1
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
/*!
|
|
17
17
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18
18
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19
|
-
* Copyright (c) 2013-
|
|
19
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
20
20
|
*/
|
|
21
21
|
.jodit-ui-group {
|
|
22
22
|
display: -webkit-inline-box;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
/*!
|
|
55
55
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
56
56
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
57
|
-
* Copyright (c) 2013-
|
|
57
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
58
58
|
*/
|
|
59
59
|
.jodit-ui-list {
|
|
60
60
|
display: -webkit-box;
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
/*!
|
|
112
112
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
113
113
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
114
|
-
* Copyright (c) 2013-
|
|
114
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
115
115
|
*/
|
|
116
116
|
.jodit-ui-button-icon-text__icon {
|
|
117
117
|
display: none;
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
/*!
|
|
867
867
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
868
868
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
869
|
-
* Copyright (c) 2013-
|
|
869
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
870
870
|
*/
|
|
871
871
|
.jodit-ui-tooltip {
|
|
872
872
|
position: fixed;
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
}
|
|
1226
1226
|
.jodit-ui-select__input:not([multiple]) {
|
|
1227
1227
|
padding-right: calc(8px * 2);
|
|
1228
|
-
background-image: url(data:image/svg+xml
|
|
1228
|
+
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");
|
|
1229
1229
|
background-position: 98% 50%;
|
|
1230
1230
|
background-repeat: no-repeat;
|
|
1231
1231
|
}
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
/*!
|
|
1481
1481
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1482
1482
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1483
|
-
* Copyright (c) 2013-
|
|
1483
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1484
1484
|
*/
|
|
1485
1485
|
.jodit-popup {
|
|
1486
1486
|
position: static;
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
/*!
|
|
1523
1523
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1524
1524
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1525
|
-
* Copyright (c) 2013-
|
|
1525
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1526
1526
|
*/
|
|
1527
1527
|
@-webkit-keyframes pulse {
|
|
1528
1528
|
30% {
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
/*!
|
|
1604
1604
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1605
1605
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1606
|
-
* Copyright (c) 2013-
|
|
1606
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1607
1607
|
*/
|
|
1608
1608
|
.jodit-ui-messages {
|
|
1609
1609
|
position: absolute;
|
|
@@ -1665,7 +1665,7 @@
|
|
|
1665
1665
|
/*!
|
|
1666
1666
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1667
1667
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1668
|
-
* Copyright (c) 2013-
|
|
1668
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1669
1669
|
*/
|
|
1670
1670
|
.jodit-toolbar-collection,
|
|
1671
1671
|
.jodit-toolbar-editor-collection {
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
/*!
|
|
1833
1833
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1834
1834
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1835
|
-
* Copyright (c) 2013-
|
|
1835
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
1836
1836
|
*/
|
|
1837
1837
|
.jodit-toolbar-button {
|
|
1838
1838
|
display: -webkit-box;
|
|
@@ -1991,6 +1991,160 @@
|
|
|
1991
1991
|
.jodit-toolbar-button_size_large_text-icons_true button {
|
|
1992
1992
|
padding: 0 8px;
|
|
1993
1993
|
}
|
|
1994
|
+
.jodit-toolbar-button_variant_outline {
|
|
1995
|
+
border: 1px solid #dadada;
|
|
1996
|
+
}
|
|
1997
|
+
.jodit-toolbar-button_variant_default {
|
|
1998
|
+
background-color: #e3e3e3;
|
|
1999
|
+
color: #212529;
|
|
2000
|
+
}
|
|
2001
|
+
.jodit-toolbar-button_variant_default svg {
|
|
2002
|
+
fill: #212529;
|
|
2003
|
+
stroke: #212529;
|
|
2004
|
+
}
|
|
2005
|
+
.jodit-toolbar-button_variant_default [disabled] {
|
|
2006
|
+
opacity: 0.7;
|
|
2007
|
+
}
|
|
2008
|
+
.jodit-toolbar-button_variant_default:hover:not([disabled]) {
|
|
2009
|
+
background-color: #c9cdd1;
|
|
2010
|
+
color: #212529;
|
|
2011
|
+
}
|
|
2012
|
+
.jodit-toolbar-button_variant_default:hover:not([disabled]) svg {
|
|
2013
|
+
fill: #212529;
|
|
2014
|
+
stroke: #212529;
|
|
2015
|
+
}
|
|
2016
|
+
.jodit-toolbar-button_variant_default:active:not([disabled]) {
|
|
2017
|
+
background-color: #dae0e5;
|
|
2018
|
+
color: #212529;
|
|
2019
|
+
}
|
|
2020
|
+
.jodit-toolbar-button_variant_default:active:not([disabled]) svg {
|
|
2021
|
+
fill: #212529;
|
|
2022
|
+
stroke: #212529;
|
|
2023
|
+
}
|
|
2024
|
+
.jodit-toolbar-button_variant_default:focus:not([disabled]) {
|
|
2025
|
+
outline: 1px dashed #dae0e5;
|
|
2026
|
+
}
|
|
2027
|
+
.jodit-toolbar-button_variant_primary {
|
|
2028
|
+
background-color: #007bff;
|
|
2029
|
+
color: #fff;
|
|
2030
|
+
}
|
|
2031
|
+
.jodit-toolbar-button_variant_primary svg {
|
|
2032
|
+
fill: #fff;
|
|
2033
|
+
stroke: #fff;
|
|
2034
|
+
}
|
|
2035
|
+
.jodit-toolbar-button_variant_primary [disabled] {
|
|
2036
|
+
opacity: 0.7;
|
|
2037
|
+
}
|
|
2038
|
+
.jodit-toolbar-button_variant_primary:hover:not([disabled]) {
|
|
2039
|
+
background-color: #0069d9;
|
|
2040
|
+
color: #fff;
|
|
2041
|
+
}
|
|
2042
|
+
.jodit-toolbar-button_variant_primary:hover:not([disabled]) svg {
|
|
2043
|
+
fill: #fff;
|
|
2044
|
+
stroke: #fff;
|
|
2045
|
+
}
|
|
2046
|
+
.jodit-toolbar-button_variant_primary:active:not([disabled]) {
|
|
2047
|
+
background-color: #0062cc;
|
|
2048
|
+
color: #fff;
|
|
2049
|
+
}
|
|
2050
|
+
.jodit-toolbar-button_variant_primary:active:not([disabled]) svg {
|
|
2051
|
+
fill: #fff;
|
|
2052
|
+
stroke: #fff;
|
|
2053
|
+
}
|
|
2054
|
+
.jodit-toolbar-button_variant_primary:focus:not([disabled]) {
|
|
2055
|
+
outline: 1px dashed #0062cc;
|
|
2056
|
+
}
|
|
2057
|
+
.jodit-toolbar-button_variant_secondary {
|
|
2058
|
+
background-color: #d8d8d8;
|
|
2059
|
+
color: #212529;
|
|
2060
|
+
border-radius: 0;
|
|
2061
|
+
}
|
|
2062
|
+
.jodit-toolbar-button_variant_secondary svg {
|
|
2063
|
+
fill: #212529;
|
|
2064
|
+
stroke: #212529;
|
|
2065
|
+
}
|
|
2066
|
+
.jodit-toolbar-button_variant_secondary [disabled] {
|
|
2067
|
+
opacity: 0.7;
|
|
2068
|
+
}
|
|
2069
|
+
.jodit-toolbar-button_variant_secondary:hover:not([disabled]) {
|
|
2070
|
+
background-color: #c9cdd1;
|
|
2071
|
+
color: #212529;
|
|
2072
|
+
}
|
|
2073
|
+
.jodit-toolbar-button_variant_secondary:hover:not([disabled]) svg {
|
|
2074
|
+
fill: #212529;
|
|
2075
|
+
stroke: #212529;
|
|
2076
|
+
}
|
|
2077
|
+
.jodit-toolbar-button_variant_secondary:active:not([disabled]) {
|
|
2078
|
+
background-color: #dae0e5;
|
|
2079
|
+
color: #212529;
|
|
2080
|
+
}
|
|
2081
|
+
.jodit-toolbar-button_variant_secondary:active:not([disabled]) svg {
|
|
2082
|
+
fill: #212529;
|
|
2083
|
+
stroke: #212529;
|
|
2084
|
+
}
|
|
2085
|
+
.jodit-toolbar-button_variant_secondary:focus:not([disabled]) {
|
|
2086
|
+
outline: 1px dashed #dae0e5;
|
|
2087
|
+
}
|
|
2088
|
+
.jodit-toolbar-button_variant_success {
|
|
2089
|
+
background-color: #28a745;
|
|
2090
|
+
color: #fff;
|
|
2091
|
+
}
|
|
2092
|
+
.jodit-toolbar-button_variant_success svg {
|
|
2093
|
+
fill: #fff;
|
|
2094
|
+
stroke: #fff;
|
|
2095
|
+
}
|
|
2096
|
+
.jodit-toolbar-button_variant_success [disabled] {
|
|
2097
|
+
opacity: 0.7;
|
|
2098
|
+
}
|
|
2099
|
+
.jodit-toolbar-button_variant_success:hover:not([disabled]) {
|
|
2100
|
+
background-color: #218838;
|
|
2101
|
+
color: #fff;
|
|
2102
|
+
}
|
|
2103
|
+
.jodit-toolbar-button_variant_success:hover:not([disabled]) svg {
|
|
2104
|
+
fill: #fff;
|
|
2105
|
+
stroke: #fff;
|
|
2106
|
+
}
|
|
2107
|
+
.jodit-toolbar-button_variant_success:active:not([disabled]) {
|
|
2108
|
+
background-color: #1e7e34;
|
|
2109
|
+
color: #fff;
|
|
2110
|
+
}
|
|
2111
|
+
.jodit-toolbar-button_variant_success:active:not([disabled]) svg {
|
|
2112
|
+
fill: #fff;
|
|
2113
|
+
stroke: #fff;
|
|
2114
|
+
}
|
|
2115
|
+
.jodit-toolbar-button_variant_success:focus:not([disabled]) {
|
|
2116
|
+
outline: 1px dashed #1e7e34;
|
|
2117
|
+
}
|
|
2118
|
+
.jodit-toolbar-button_variant_danger {
|
|
2119
|
+
background-color: #dc3545;
|
|
2120
|
+
color: #fff;
|
|
2121
|
+
}
|
|
2122
|
+
.jodit-toolbar-button_variant_danger svg {
|
|
2123
|
+
fill: #fff;
|
|
2124
|
+
stroke: #fff;
|
|
2125
|
+
}
|
|
2126
|
+
.jodit-toolbar-button_variant_danger [disabled] {
|
|
2127
|
+
opacity: 0.7;
|
|
2128
|
+
}
|
|
2129
|
+
.jodit-toolbar-button_variant_danger:hover:not([disabled]) {
|
|
2130
|
+
background-color: #c82333;
|
|
2131
|
+
color: #fff;
|
|
2132
|
+
}
|
|
2133
|
+
.jodit-toolbar-button_variant_danger:hover:not([disabled]) svg {
|
|
2134
|
+
fill: #fff;
|
|
2135
|
+
stroke: #fff;
|
|
2136
|
+
}
|
|
2137
|
+
.jodit-toolbar-button_variant_danger:active:not([disabled]) {
|
|
2138
|
+
background-color: #bd2130;
|
|
2139
|
+
color: #fff;
|
|
2140
|
+
}
|
|
2141
|
+
.jodit-toolbar-button_variant_danger:active:not([disabled]) svg {
|
|
2142
|
+
fill: #fff;
|
|
2143
|
+
stroke: #fff;
|
|
2144
|
+
}
|
|
2145
|
+
.jodit-toolbar-button_variant_danger:focus:not([disabled]) {
|
|
2146
|
+
outline: 1px dashed #bd2130;
|
|
2147
|
+
}
|
|
1994
2148
|
.jodit-toolbar-button__button {
|
|
1995
2149
|
cursor: pointer;
|
|
1996
2150
|
position: relative;
|
|
@@ -2132,7 +2286,7 @@
|
|
|
2132
2286
|
/*!
|
|
2133
2287
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2134
2288
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2135
|
-
* Copyright (c) 2013-
|
|
2289
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2136
2290
|
*/
|
|
2137
2291
|
.jodit-toolbar-content {
|
|
2138
2292
|
position: relative;
|
|
@@ -2660,6 +2814,160 @@
|
|
|
2660
2814
|
.jodit-toolbar-select_size_large_text-icons_true button {
|
|
2661
2815
|
padding: 0 8px;
|
|
2662
2816
|
}
|
|
2817
|
+
.jodit-toolbar-select_variant_outline {
|
|
2818
|
+
border: 1px solid #dadada;
|
|
2819
|
+
}
|
|
2820
|
+
.jodit-toolbar-select_variant_default {
|
|
2821
|
+
background-color: #e3e3e3;
|
|
2822
|
+
color: #212529;
|
|
2823
|
+
}
|
|
2824
|
+
.jodit-toolbar-select_variant_default svg {
|
|
2825
|
+
fill: #212529;
|
|
2826
|
+
stroke: #212529;
|
|
2827
|
+
}
|
|
2828
|
+
.jodit-toolbar-select_variant_default [disabled] {
|
|
2829
|
+
opacity: 0.7;
|
|
2830
|
+
}
|
|
2831
|
+
.jodit-toolbar-select_variant_default:hover:not([disabled]) {
|
|
2832
|
+
background-color: #c9cdd1;
|
|
2833
|
+
color: #212529;
|
|
2834
|
+
}
|
|
2835
|
+
.jodit-toolbar-select_variant_default:hover:not([disabled]) svg {
|
|
2836
|
+
fill: #212529;
|
|
2837
|
+
stroke: #212529;
|
|
2838
|
+
}
|
|
2839
|
+
.jodit-toolbar-select_variant_default:active:not([disabled]) {
|
|
2840
|
+
background-color: #dae0e5;
|
|
2841
|
+
color: #212529;
|
|
2842
|
+
}
|
|
2843
|
+
.jodit-toolbar-select_variant_default:active:not([disabled]) svg {
|
|
2844
|
+
fill: #212529;
|
|
2845
|
+
stroke: #212529;
|
|
2846
|
+
}
|
|
2847
|
+
.jodit-toolbar-select_variant_default:focus:not([disabled]) {
|
|
2848
|
+
outline: 1px dashed #dae0e5;
|
|
2849
|
+
}
|
|
2850
|
+
.jodit-toolbar-select_variant_primary {
|
|
2851
|
+
background-color: #007bff;
|
|
2852
|
+
color: #fff;
|
|
2853
|
+
}
|
|
2854
|
+
.jodit-toolbar-select_variant_primary svg {
|
|
2855
|
+
fill: #fff;
|
|
2856
|
+
stroke: #fff;
|
|
2857
|
+
}
|
|
2858
|
+
.jodit-toolbar-select_variant_primary [disabled] {
|
|
2859
|
+
opacity: 0.7;
|
|
2860
|
+
}
|
|
2861
|
+
.jodit-toolbar-select_variant_primary:hover:not([disabled]) {
|
|
2862
|
+
background-color: #0069d9;
|
|
2863
|
+
color: #fff;
|
|
2864
|
+
}
|
|
2865
|
+
.jodit-toolbar-select_variant_primary:hover:not([disabled]) svg {
|
|
2866
|
+
fill: #fff;
|
|
2867
|
+
stroke: #fff;
|
|
2868
|
+
}
|
|
2869
|
+
.jodit-toolbar-select_variant_primary:active:not([disabled]) {
|
|
2870
|
+
background-color: #0062cc;
|
|
2871
|
+
color: #fff;
|
|
2872
|
+
}
|
|
2873
|
+
.jodit-toolbar-select_variant_primary:active:not([disabled]) svg {
|
|
2874
|
+
fill: #fff;
|
|
2875
|
+
stroke: #fff;
|
|
2876
|
+
}
|
|
2877
|
+
.jodit-toolbar-select_variant_primary:focus:not([disabled]) {
|
|
2878
|
+
outline: 1px dashed #0062cc;
|
|
2879
|
+
}
|
|
2880
|
+
.jodit-toolbar-select_variant_secondary {
|
|
2881
|
+
background-color: #d8d8d8;
|
|
2882
|
+
color: #212529;
|
|
2883
|
+
border-radius: 0;
|
|
2884
|
+
}
|
|
2885
|
+
.jodit-toolbar-select_variant_secondary svg {
|
|
2886
|
+
fill: #212529;
|
|
2887
|
+
stroke: #212529;
|
|
2888
|
+
}
|
|
2889
|
+
.jodit-toolbar-select_variant_secondary [disabled] {
|
|
2890
|
+
opacity: 0.7;
|
|
2891
|
+
}
|
|
2892
|
+
.jodit-toolbar-select_variant_secondary:hover:not([disabled]) {
|
|
2893
|
+
background-color: #c9cdd1;
|
|
2894
|
+
color: #212529;
|
|
2895
|
+
}
|
|
2896
|
+
.jodit-toolbar-select_variant_secondary:hover:not([disabled]) svg {
|
|
2897
|
+
fill: #212529;
|
|
2898
|
+
stroke: #212529;
|
|
2899
|
+
}
|
|
2900
|
+
.jodit-toolbar-select_variant_secondary:active:not([disabled]) {
|
|
2901
|
+
background-color: #dae0e5;
|
|
2902
|
+
color: #212529;
|
|
2903
|
+
}
|
|
2904
|
+
.jodit-toolbar-select_variant_secondary:active:not([disabled]) svg {
|
|
2905
|
+
fill: #212529;
|
|
2906
|
+
stroke: #212529;
|
|
2907
|
+
}
|
|
2908
|
+
.jodit-toolbar-select_variant_secondary:focus:not([disabled]) {
|
|
2909
|
+
outline: 1px dashed #dae0e5;
|
|
2910
|
+
}
|
|
2911
|
+
.jodit-toolbar-select_variant_success {
|
|
2912
|
+
background-color: #28a745;
|
|
2913
|
+
color: #fff;
|
|
2914
|
+
}
|
|
2915
|
+
.jodit-toolbar-select_variant_success svg {
|
|
2916
|
+
fill: #fff;
|
|
2917
|
+
stroke: #fff;
|
|
2918
|
+
}
|
|
2919
|
+
.jodit-toolbar-select_variant_success [disabled] {
|
|
2920
|
+
opacity: 0.7;
|
|
2921
|
+
}
|
|
2922
|
+
.jodit-toolbar-select_variant_success:hover:not([disabled]) {
|
|
2923
|
+
background-color: #218838;
|
|
2924
|
+
color: #fff;
|
|
2925
|
+
}
|
|
2926
|
+
.jodit-toolbar-select_variant_success:hover:not([disabled]) svg {
|
|
2927
|
+
fill: #fff;
|
|
2928
|
+
stroke: #fff;
|
|
2929
|
+
}
|
|
2930
|
+
.jodit-toolbar-select_variant_success:active:not([disabled]) {
|
|
2931
|
+
background-color: #1e7e34;
|
|
2932
|
+
color: #fff;
|
|
2933
|
+
}
|
|
2934
|
+
.jodit-toolbar-select_variant_success:active:not([disabled]) svg {
|
|
2935
|
+
fill: #fff;
|
|
2936
|
+
stroke: #fff;
|
|
2937
|
+
}
|
|
2938
|
+
.jodit-toolbar-select_variant_success:focus:not([disabled]) {
|
|
2939
|
+
outline: 1px dashed #1e7e34;
|
|
2940
|
+
}
|
|
2941
|
+
.jodit-toolbar-select_variant_danger {
|
|
2942
|
+
background-color: #dc3545;
|
|
2943
|
+
color: #fff;
|
|
2944
|
+
}
|
|
2945
|
+
.jodit-toolbar-select_variant_danger svg {
|
|
2946
|
+
fill: #fff;
|
|
2947
|
+
stroke: #fff;
|
|
2948
|
+
}
|
|
2949
|
+
.jodit-toolbar-select_variant_danger [disabled] {
|
|
2950
|
+
opacity: 0.7;
|
|
2951
|
+
}
|
|
2952
|
+
.jodit-toolbar-select_variant_danger:hover:not([disabled]) {
|
|
2953
|
+
background-color: #c82333;
|
|
2954
|
+
color: #fff;
|
|
2955
|
+
}
|
|
2956
|
+
.jodit-toolbar-select_variant_danger:hover:not([disabled]) svg {
|
|
2957
|
+
fill: #fff;
|
|
2958
|
+
stroke: #fff;
|
|
2959
|
+
}
|
|
2960
|
+
.jodit-toolbar-select_variant_danger:active:not([disabled]) {
|
|
2961
|
+
background-color: #bd2130;
|
|
2962
|
+
color: #fff;
|
|
2963
|
+
}
|
|
2964
|
+
.jodit-toolbar-select_variant_danger:active:not([disabled]) svg {
|
|
2965
|
+
fill: #fff;
|
|
2966
|
+
stroke: #fff;
|
|
2967
|
+
}
|
|
2968
|
+
.jodit-toolbar-select_variant_danger:focus:not([disabled]) {
|
|
2969
|
+
outline: 1px dashed #bd2130;
|
|
2970
|
+
}
|
|
2663
2971
|
.jodit-toolbar-select__button {
|
|
2664
2972
|
cursor: pointer;
|
|
2665
2973
|
position: relative;
|
|
@@ -2836,7 +3144,7 @@
|
|
|
2836
3144
|
/*!
|
|
2837
3145
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2838
3146
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2839
|
-
* Copyright (c) 2013-
|
|
3147
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2840
3148
|
*/
|
|
2841
3149
|
.jodit-toolbar__box:not(:empty) {
|
|
2842
3150
|
overflow: hidden;
|
|
@@ -2854,7 +3162,7 @@
|
|
|
2854
3162
|
/*!
|
|
2855
3163
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2856
3164
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2857
|
-
* Copyright (c) 2013-
|
|
3165
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
2858
3166
|
*/
|
|
2859
3167
|
.jodit-dialog {
|
|
2860
3168
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
@@ -3185,7 +3493,7 @@
|
|
|
3185
3493
|
/*!
|
|
3186
3494
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3187
3495
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3188
|
-
* Copyright (c) 2013-
|
|
3496
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3189
3497
|
*/
|
|
3190
3498
|
.jodit-context-menu {
|
|
3191
3499
|
position: static;
|
|
@@ -3241,7 +3549,7 @@
|
|
|
3241
3549
|
/*!
|
|
3242
3550
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3243
3551
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3244
|
-
* Copyright (c) 2013-
|
|
3552
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3245
3553
|
*/
|
|
3246
3554
|
.jodit-image-editor {
|
|
3247
3555
|
overflow: hidden;
|
|
@@ -3810,12 +4118,12 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3810
4118
|
/*!
|
|
3811
4119
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3812
4120
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3813
|
-
* Copyright (c) 2013-
|
|
4121
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3814
4122
|
*/
|
|
3815
4123
|
/*!
|
|
3816
4124
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3817
4125
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3818
|
-
* Copyright (c) 2013-
|
|
4126
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3819
4127
|
*/
|
|
3820
4128
|
.jodit-file-browser {
|
|
3821
4129
|
display: -webkit-box;
|
|
@@ -3847,7 +4155,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3847
4155
|
/*!
|
|
3848
4156
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3849
4157
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3850
|
-
* Copyright (c) 2013-
|
|
4158
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3851
4159
|
*/
|
|
3852
4160
|
.jodit-file-browser-preview {
|
|
3853
4161
|
position: relative;
|
|
@@ -3925,7 +4233,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
3925
4233
|
/*!
|
|
3926
4234
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3927
4235
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3928
|
-
* Copyright (c) 2013-
|
|
4236
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
3929
4237
|
*/
|
|
3930
4238
|
.jodit-status-bar {
|
|
3931
4239
|
display: -webkit-box;
|
|
@@ -4009,7 +4317,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4009
4317
|
.jodit-status-bar a.jodit-status-bar-link:hover {
|
|
4010
4318
|
text-decoration: underline;
|
|
4011
4319
|
}
|
|
4012
|
-
.jodit-
|
|
4320
|
+
.jodit-status-bar:not(:empty) {
|
|
4013
4321
|
border-top: 1px solid #dadada;
|
|
4014
4322
|
}
|
|
4015
4323
|
.jodit_disabled .jodit-status-bar {
|
|
@@ -4019,7 +4327,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4019
4327
|
/*!
|
|
4020
4328
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4021
4329
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4022
|
-
* Copyright (c) 2013-
|
|
4330
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4023
4331
|
*/
|
|
4024
4332
|
.jodit-drag-and-drop__file-box {
|
|
4025
4333
|
position: relative;
|
|
@@ -4066,7 +4374,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4066
4374
|
/*!
|
|
4067
4375
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4068
4376
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4069
|
-
* Copyright (c) 2013-
|
|
4377
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4070
4378
|
*/
|
|
4071
4379
|
.jodit-about {
|
|
4072
4380
|
padding: 20px;
|
|
@@ -4088,7 +4396,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4088
4396
|
/*!
|
|
4089
4397
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4090
4398
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4091
|
-
* Copyright (c) 2013-
|
|
4399
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4092
4400
|
*/
|
|
4093
4401
|
.jodit-add-new-line {
|
|
4094
4402
|
position: fixed;
|
|
@@ -4147,7 +4455,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4147
4455
|
/*!
|
|
4148
4456
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4149
4457
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4150
|
-
* Copyright (c) 2013-
|
|
4458
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4151
4459
|
*/
|
|
4152
4460
|
.jodit-color-picker {
|
|
4153
4461
|
margin: 0;
|
|
@@ -4210,7 +4518,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4210
4518
|
/*!
|
|
4211
4519
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4212
4520
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4213
|
-
* Copyright (c) 2013-
|
|
4521
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4214
4522
|
*/
|
|
4215
4523
|
.jodit-tabs {
|
|
4216
4524
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
@@ -4346,7 +4654,7 @@ a + .jodit-file-browser-tree__source-title {
|
|
|
4346
4654
|
/*!
|
|
4347
4655
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4348
4656
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4349
|
-
* Copyright (c) 2013-
|
|
4657
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4350
4658
|
*/
|
|
4351
4659
|
.jodit_fullsize-box_true {
|
|
4352
4660
|
position: static !important;
|
|
@@ -4379,7 +4687,7 @@ html.jodit_fullsize-box_true {
|
|
|
4379
4687
|
/*!
|
|
4380
4688
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4381
4689
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4382
|
-
* Copyright (c) 2013-
|
|
4690
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4383
4691
|
*/
|
|
4384
4692
|
.jodit-ui-image-position-tab__lockMargin > svg {
|
|
4385
4693
|
display: inline-block;
|
|
@@ -4536,7 +4844,7 @@ html.jodit_fullsize-box_true {
|
|
|
4536
4844
|
/*!
|
|
4537
4845
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4538
4846
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4539
|
-
* Copyright (c) 2013-
|
|
4847
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4540
4848
|
*/
|
|
4541
4849
|
.jodit-popup-inline__container {
|
|
4542
4850
|
z-index: 1300;
|
|
@@ -4546,7 +4854,7 @@ html.jodit_fullsize-box_true {
|
|
|
4546
4854
|
/*!
|
|
4547
4855
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4548
4856
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4549
|
-
* Copyright (c) 2013-
|
|
4857
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4550
4858
|
*/
|
|
4551
4859
|
.jodit-paste-storage {
|
|
4552
4860
|
max-width: 600px;
|
|
@@ -4599,7 +4907,7 @@ html.jodit_fullsize-box_true {
|
|
|
4599
4907
|
/*!
|
|
4600
4908
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4601
4909
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4602
|
-
* Copyright (c) 2013-
|
|
4910
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4603
4911
|
*/
|
|
4604
4912
|
.jodit-placeholder {
|
|
4605
4913
|
position: absolute;
|
|
@@ -4692,7 +5000,7 @@ html.jodit_fullsize-box_true {
|
|
|
4692
5000
|
/*!
|
|
4693
5001
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4694
5002
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4695
|
-
* Copyright (c) 2013-
|
|
5003
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4696
5004
|
*/
|
|
4697
5005
|
[data-jodit_iframe_wrapper] {
|
|
4698
5006
|
position: relative;
|
|
@@ -4791,7 +5099,7 @@ html.jodit_fullsize-box_true {
|
|
|
4791
5099
|
/*!
|
|
4792
5100
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4793
5101
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4794
|
-
* Copyright (c) 2013-
|
|
5102
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4795
5103
|
*/
|
|
4796
5104
|
.jodit-ui-search {
|
|
4797
5105
|
position: absolute;
|
|
@@ -4949,7 +5257,7 @@ html.jodit_fullsize-box_true {
|
|
|
4949
5257
|
/*!
|
|
4950
5258
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4951
5259
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4952
|
-
* Copyright (c) 2013-
|
|
5260
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4953
5261
|
*/
|
|
4954
5262
|
.jodit-container:not(.jodit_inline) {
|
|
4955
5263
|
min-height: 100px;
|
|
@@ -4987,7 +5295,7 @@ html.jodit_fullsize-box_true {
|
|
|
4987
5295
|
/*!
|
|
4988
5296
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4989
5297
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4990
|
-
* Copyright (c) 2013-
|
|
5298
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
4991
5299
|
*/
|
|
4992
5300
|
.jodit-source {
|
|
4993
5301
|
position: relative;
|
|
@@ -5061,7 +5369,7 @@ html.jodit_fullsize-box_true {
|
|
|
5061
5369
|
/*!
|
|
5062
5370
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5063
5371
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5064
|
-
* Copyright (c) 2013-
|
|
5372
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5065
5373
|
*/
|
|
5066
5374
|
.jodit_sticky-dummy_toolbar {
|
|
5067
5375
|
display: none;
|
|
@@ -5081,7 +5389,7 @@ html.jodit_fullsize-box_true {
|
|
|
5081
5389
|
/*!
|
|
5082
5390
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5083
5391
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5084
|
-
* Copyright (c) 2013-
|
|
5392
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5085
5393
|
*/
|
|
5086
5394
|
.jodit-symbols {
|
|
5087
5395
|
width: 460px;
|
|
@@ -5239,7 +5547,7 @@ html.jodit_fullsize-box_true {
|
|
|
5239
5547
|
/*!
|
|
5240
5548
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5241
5549
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5242
|
-
* Copyright (c) 2013-
|
|
5550
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5243
5551
|
*/
|
|
5244
5552
|
.jodit-context table,
|
|
5245
5553
|
.jodit-wysiwyg table {
|
|
@@ -5383,7 +5691,7 @@ html.jodit_fullsize-box_true {
|
|
|
5383
5691
|
/*!
|
|
5384
5692
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5385
5693
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5386
|
-
* Copyright (c) 2013-
|
|
5694
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5387
5695
|
*/
|
|
5388
5696
|
.jodit-xpath {
|
|
5389
5697
|
display: -webkit-box;
|
|
@@ -5412,17 +5720,17 @@ html.jodit_fullsize-box_true {
|
|
|
5412
5720
|
/*!
|
|
5413
5721
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5414
5722
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5415
|
-
* Copyright (c) 2013-
|
|
5723
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5416
5724
|
*/
|
|
5417
5725
|
/*!
|
|
5418
5726
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5419
5727
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5420
|
-
* Copyright (c) 2013-
|
|
5728
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5421
5729
|
*/
|
|
5422
5730
|
/*!
|
|
5423
5731
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5424
5732
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5425
|
-
* Copyright (c) 2013-
|
|
5733
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5426
5734
|
*/
|
|
5427
5735
|
.jodit-wysiwyg {
|
|
5428
5736
|
outline: 0;
|
|
@@ -5463,7 +5771,7 @@ html.jodit_fullsize-box_true {
|
|
|
5463
5771
|
/*!
|
|
5464
5772
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5465
5773
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5466
|
-
* Copyright (c) 2013-
|
|
5774
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5467
5775
|
*/
|
|
5468
5776
|
.jodit-form {
|
|
5469
5777
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
@@ -5756,7 +6064,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
5756
6064
|
/*!
|
|
5757
6065
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5758
6066
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5759
|
-
* Copyright (c) 2013-
|
|
6067
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5760
6068
|
*/
|
|
5761
6069
|
.jodit-button-group {
|
|
5762
6070
|
display: -webkit-box;
|
|
@@ -5806,7 +6114,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
5806
6114
|
/*!
|
|
5807
6115
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5808
6116
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5809
|
-
* Copyright (c) 2013-
|
|
6117
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5810
6118
|
*/
|
|
5811
6119
|
.jodit_text_icons .jodit_icon {
|
|
5812
6120
|
width: auto;
|
|
@@ -5841,7 +6149,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
5841
6149
|
/*!
|
|
5842
6150
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5843
6151
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5844
|
-
* Copyright (c) 2013-
|
|
6152
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5845
6153
|
*/
|
|
5846
6154
|
.jodit-grid {
|
|
5847
6155
|
display: -webkit-box;
|
|
@@ -5985,7 +6293,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
5985
6293
|
/*!
|
|
5986
6294
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5987
6295
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5988
|
-
* Copyright (c) 2013-
|
|
6296
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5989
6297
|
*/
|
|
5990
6298
|
@-webkit-keyframes rotate {
|
|
5991
6299
|
to {
|
|
@@ -6035,7 +6343,7 @@ svg.jodit-icon {
|
|
|
6035
6343
|
/*!
|
|
6036
6344
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6037
6345
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6038
|
-
* Copyright (c) 2013-
|
|
6346
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6039
6347
|
*/
|
|
6040
6348
|
.jodit,
|
|
6041
6349
|
.jodit-container,
|
|
@@ -6044,10 +6352,25 @@ svg.jodit-icon {
|
|
|
6044
6352
|
-webkit-box-sizing: border-box;
|
|
6045
6353
|
box-sizing: border-box;
|
|
6046
6354
|
}
|
|
6047
|
-
.jodit .jodit-workplace
|
|
6355
|
+
.jodit .jodit-workplace {
|
|
6356
|
+
position: relative;
|
|
6357
|
+
overflow: auto;
|
|
6358
|
+
min-width: 0;
|
|
6359
|
+
height: auto;
|
|
6360
|
+
min-height: 0;
|
|
6361
|
+
-webkit-box-flex: 1;
|
|
6362
|
+
-ms-flex: 1 1 auto;
|
|
6363
|
+
flex: 1 1 auto;
|
|
6364
|
+
}
|
|
6048
6365
|
.jodit-container .jodit-workplace {
|
|
6049
6366
|
position: relative;
|
|
6050
6367
|
overflow: auto;
|
|
6368
|
+
min-width: 0;
|
|
6369
|
+
height: auto;
|
|
6370
|
+
min-height: 0;
|
|
6371
|
+
-webkit-box-flex: 1;
|
|
6372
|
+
-ms-flex: 1 1 auto;
|
|
6373
|
+
flex: 1 1 auto;
|
|
6051
6374
|
}
|
|
6052
6375
|
.jodit .jodit-workplace .jodit-wysiwyg,
|
|
6053
6376
|
.jodit-container .jodit-workplace .jodit-wysiwyg,
|
|
@@ -6110,11 +6433,88 @@ svg.jodit-icon {
|
|
|
6110
6433
|
float: none;
|
|
6111
6434
|
outline: 0;
|
|
6112
6435
|
}
|
|
6436
|
+
.jodit .jodit-jodit__workplace-slot_top_true,
|
|
6437
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true {
|
|
6438
|
+
min-width: 0;
|
|
6439
|
+
-webkit-box-flex: 0;
|
|
6440
|
+
-ms-flex: 0 0 auto;
|
|
6441
|
+
flex: 0 0 auto;
|
|
6442
|
+
}
|
|
6443
|
+
.jodit .jodit-jodit__workplace-slot_top_true:empty,
|
|
6444
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true:empty {
|
|
6445
|
+
display: none;
|
|
6446
|
+
}
|
|
6447
|
+
.jodit .jodit-jodit__workplace-slot_top_true {
|
|
6448
|
+
height: auto;
|
|
6449
|
+
}
|
|
6450
|
+
.jodit .jodit-jodit__workplace-slot_top_true:not(:empty) {
|
|
6451
|
+
border-bottom: 1px solid #dadada;
|
|
6452
|
+
}
|
|
6453
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true {
|
|
6454
|
+
height: auto;
|
|
6455
|
+
}
|
|
6456
|
+
.jodit .jodit-jodit__workplace-slot_bottom_true:not(:empty) {
|
|
6457
|
+
border-top: 1px solid #dadada;
|
|
6458
|
+
}
|
|
6459
|
+
.jodit .jodit-jodit__workplace-slot_center_true {
|
|
6460
|
+
display: -webkit-box;
|
|
6461
|
+
display: -ms-flexbox;
|
|
6462
|
+
display: flex;
|
|
6463
|
+
min-width: 0;
|
|
6464
|
+
min-height: 0;
|
|
6465
|
+
max-height: auto;
|
|
6466
|
+
-webkit-box-flex: 1;
|
|
6467
|
+
-ms-flex: 1 1 auto;
|
|
6468
|
+
flex: 1 1 auto;
|
|
6469
|
+
-webkit-box-align: stretch;
|
|
6470
|
+
-ms-flex-align: stretch;
|
|
6471
|
+
align-items: stretch;
|
|
6472
|
+
gap: 0;
|
|
6473
|
+
}
|
|
6474
|
+
.jodit .jodit-jodit__workplace-slot_left_true,
|
|
6475
|
+
.jodit .jodit-jodit__workplace-slot_right_true {
|
|
6476
|
+
overflow: auto;
|
|
6477
|
+
min-width: 0;
|
|
6478
|
+
max-width: 50%;
|
|
6479
|
+
-webkit-box-flex: 0;
|
|
6480
|
+
-ms-flex: 0 0 auto;
|
|
6481
|
+
flex: 0 0 auto;
|
|
6482
|
+
contain: size;
|
|
6483
|
+
}
|
|
6484
|
+
.jodit .jodit-jodit__workplace-slot_left_true:empty,
|
|
6485
|
+
.jodit .jodit-jodit__workplace-slot_right_true:empty {
|
|
6486
|
+
display: none;
|
|
6487
|
+
}
|
|
6488
|
+
.jodit .jodit-jodit__workplace-slot_left_true {
|
|
6489
|
+
width: auto;
|
|
6490
|
+
}
|
|
6491
|
+
.jodit .jodit-jodit__workplace-slot_left_true:not(:empty) + .jodit-workplace {
|
|
6492
|
+
border-left: 1px solid #dadada;
|
|
6493
|
+
}
|
|
6494
|
+
.jodit .jodit-jodit__workplace-slot_right_true {
|
|
6495
|
+
width: auto;
|
|
6496
|
+
}
|
|
6497
|
+
.jodit .jodit-workplace + .jodit-jodit__workplace-slot_right_true:not(:empty) {
|
|
6498
|
+
border-left: 1px solid #dadada;
|
|
6499
|
+
}
|
|
6500
|
+
.jodit.jodit_lock {
|
|
6501
|
+
-webkit-user-select: none !important;
|
|
6502
|
+
-moz-user-select: none !important;
|
|
6503
|
+
-ms-user-select: none !important;
|
|
6504
|
+
user-select: none !important;
|
|
6505
|
+
}
|
|
6506
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_left_true,
|
|
6507
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_right_true,
|
|
6508
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_top_true,
|
|
6509
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_bottom_true,
|
|
6510
|
+
.jodit.jodit_lock .jodit-jodit__workplace-slot_center_true {
|
|
6511
|
+
overflow: hidden;
|
|
6512
|
+
}
|
|
6113
6513
|
|
|
6114
6514
|
/*!
|
|
6115
6515
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6116
6516
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6117
|
-
* Copyright (c) 2013-
|
|
6517
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
6118
6518
|
*/
|
|
6119
6519
|
.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal {
|
|
6120
6520
|
background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
|
|
@@ -6502,12 +6902,12 @@ svg.jodit-icon {
|
|
|
6502
6902
|
background-color: #c0c0c0;
|
|
6503
6903
|
color: #575757;
|
|
6504
6904
|
}
|
|
6505
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6905
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) {
|
|
6506
6906
|
border-color: #6b6b6b;
|
|
6507
6907
|
background-color: #5f5c5c;
|
|
6508
6908
|
color: #d1cccc;
|
|
6509
6909
|
}
|
|
6510
|
-
.jodit_theme_dark .jodit-
|
|
6910
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) {
|
|
6511
6911
|
border-color: #6b6b6b;
|
|
6512
6912
|
background-color: #5f5c5c;
|
|
6513
6913
|
color: #d1cccc;
|
|
@@ -6522,10 +6922,10 @@ svg.jodit-icon {
|
|
|
6522
6922
|
background-color: #5f5c5c;
|
|
6523
6923
|
color: #d1cccc;
|
|
6524
6924
|
}
|
|
6525
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6925
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link {
|
|
6526
6926
|
color: #d1cccc;
|
|
6527
6927
|
}
|
|
6528
|
-
.jodit_theme_dark .jodit-
|
|
6928
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link {
|
|
6529
6929
|
color: #d1cccc;
|
|
6530
6930
|
}
|
|
6531
6931
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link {
|
|
@@ -6534,10 +6934,10 @@ svg.jodit-icon {
|
|
|
6534
6934
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link {
|
|
6535
6935
|
color: #d1cccc;
|
|
6536
6936
|
}
|
|
6537
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6937
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover {
|
|
6538
6938
|
color: #d1cccc;
|
|
6539
6939
|
}
|
|
6540
|
-
.jodit_theme_dark .jodit-
|
|
6940
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover {
|
|
6541
6941
|
color: #d1cccc;
|
|
6542
6942
|
}
|
|
6543
6943
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover {
|
|
@@ -6546,10 +6946,10 @@ svg.jodit-icon {
|
|
|
6546
6946
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover {
|
|
6547
6947
|
color: #d1cccc;
|
|
6548
6948
|
}
|
|
6549
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6949
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited {
|
|
6550
6950
|
color: #d1cccc;
|
|
6551
6951
|
}
|
|
6552
|
-
.jodit_theme_dark .jodit-
|
|
6952
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited {
|
|
6553
6953
|
color: #d1cccc;
|
|
6554
6954
|
}
|
|
6555
6955
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
|
|
@@ -6558,10 +6958,10 @@ svg.jodit-icon {
|
|
|
6558
6958
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
|
|
6559
6959
|
color: #d1cccc;
|
|
6560
6960
|
}
|
|
6561
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6961
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) {
|
|
6562
6962
|
color: #d1cccc;
|
|
6563
6963
|
}
|
|
6564
|
-
.jodit_theme_dark .jodit-
|
|
6964
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) {
|
|
6565
6965
|
color: #d1cccc;
|
|
6566
6966
|
}
|
|
6567
6967
|
.jodit-dialog_theme_dark .jodit-status-bar {
|
|
@@ -6570,10 +6970,10 @@ svg.jodit-icon {
|
|
|
6570
6970
|
.jodit_theme_dark .jodit-status-bar {
|
|
6571
6971
|
color: #d1cccc;
|
|
6572
6972
|
}
|
|
6573
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6973
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item a {
|
|
6574
6974
|
color: #d1cccc;
|
|
6575
6975
|
}
|
|
6576
|
-
.jodit_theme_dark .jodit-
|
|
6976
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item a {
|
|
6577
6977
|
color: #d1cccc;
|
|
6578
6978
|
}
|
|
6579
6979
|
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item a {
|
|
@@ -6582,10 +6982,10 @@ svg.jodit-icon {
|
|
|
6582
6982
|
.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item a {
|
|
6583
6983
|
color: #d1cccc;
|
|
6584
6984
|
}
|
|
6585
|
-
.jodit-dialog_theme_dark .jodit-
|
|
6985
|
+
.jodit-dialog_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item span {
|
|
6586
6986
|
color: #d1cccc;
|
|
6587
6987
|
}
|
|
6588
|
-
.jodit_theme_dark .jodit-
|
|
6988
|
+
.jodit_theme_dark .jodit-status-bar:not(:empty) .jodit-status-bar__item span {
|
|
6589
6989
|
color: #d1cccc;
|
|
6590
6990
|
}
|
|
6591
6991
|
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item span {
|