jodit 4.0.0-beta.99 → 4.0.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 +237 -114
- package/LICENSE.txt +1 -1
- package/README.md +99 -98
- package/es2015/jodit.css +166 -126
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +1309 -1069
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +2 -2
- 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 +2 -2
- package/es2018/jodit.css +166 -126
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +1309 -1069
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +2 -2
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +35 -35
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +166 -126
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +1307 -1067
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +2 -2
- 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 +35 -35
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +166 -126
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +1222 -982
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +2 -2
- 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 +400 -160
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +1395 -1177
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- 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 +2 -2
- package/esm/config.d.ts +69 -15
- package/esm/config.js +56 -85
- 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 +8 -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/cache/cache.d.ts +1 -1
- package/esm/core/decorators/cache/cache.js +1 -1
- 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 +6 -5
- 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 +6 -1
- package/esm/core/dom/dom.js +13 -2
- 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 +6 -1
- package/esm/core/helpers/array/as-array.js +6 -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 -4
- package/esm/core/helpers/array/split-array.js +8 -1
- package/esm/core/helpers/array/to-array.d.ts +8 -3
- package/esm/core/helpers/array/to-array.js +8 -3
- 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-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 +2 -2
- package/esm/core/helpers/checker/is-valid-name.js +3 -3
- 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 +5 -2
- package/esm/core/plugin/plugin.js +45 -27
- package/esm/core/request/ajax.d.ts +2 -1
- package/esm/core/request/ajax.js +4 -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 +2 -2
- 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 +5 -4
- 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 +8 -1
- package/esm/core/selection/style/commit-style.js +8 -1
- package/esm/core/selection/style/transactions.d.ts +1 -1
- package/esm/core/selection/style/transactions.js +1 -1
- package/esm/core/storage/engines/local-storage-provider.d.ts +1 -1
- package/esm/core/storage/engines/local-storage-provider.js +1 -1
- package/esm/core/storage/engines/memory-storage-provider.d.ts +1 -1
- package/esm/core/storage/engines/memory-storage-provider.js +1 -1
- package/esm/core/storage/index.d.ts +1 -1
- package/esm/core/storage/index.js +1 -1
- package/esm/core/storage/storage.d.ts +1 -1
- package/esm/core/storage/storage.js +1 -1
- 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 +1 -1
- 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 +4 -2
- package/esm/core/ui/form/inputs/area/area.js +13 -2
- 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 +1 -1
- package/esm/core/ui/group/group.js +1 -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 +2 -2
- package/esm/core/ui/group/list.js +6 -6
- 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 +2 -2
- package/esm/core/view/view-with-toolbar.js +4 -4
- package/esm/core/view/view.d.ts +8 -1
- package/esm/core/view/view.js +14 -6
- package/esm/index.d.ts +1 -1
- package/esm/index.js +12 -2
- package/esm/jodit.d.ts +1 -1
- package/esm/jodit.js +1 -1
- 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/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.d.ts +5 -0
- package/esm/langs/it.js +59 -54
- 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 +11 -11
- 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/tr.js +1 -1
- package/esm/langs/zh_cn.js +1 -1
- package/esm/langs/zh_tw.js +117 -117
- 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 +2 -2
- 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 +2 -2
- 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 -5
- package/esm/modules/file-browser/file-browser.js +2 -10
- 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 +2 -2
- 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 +2 -2
- package/esm/modules/history/command.d.ts +1 -1
- package/esm/modules/history/command.js +1 -1
- package/esm/modules/history/history.d.ts +13 -13
- package/esm/modules/history/history.js +33 -33
- 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 +33 -33
- package/esm/modules/image-editor/image-editor.js +88 -88
- 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 -2
- package/esm/modules/index.js +2 -2
- 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 +35 -21
- package/esm/modules/table/table.js +137 -95
- package/esm/modules/toolbar/button/button.d.ts +2 -2
- package/esm/modules/toolbar/button/button.js +1 -1
- 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 +3 -3
- package/esm/modules/toolbar/collection/collection.js +12 -5
- package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/esm/modules/toolbar/collection/editor-collection.js +3 -3
- 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 +1 -1
- package/esm/modules/uploader/uploader.js +1 -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 +2 -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 +2 -2
- package/esm/plugins/add-new-line/config.d.ts +1 -1
- package/esm/plugins/add-new-line/config.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 +2 -2
- 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 +3 -3
- 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/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 +25 -0
- 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 +9 -2
- 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 +4 -6
- 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 +3 -3
- 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/templates/form.d.ts +1 -1
- package/esm/plugins/image-properties/templates/form.js +1 -1
- package/esm/plugins/image-properties/templates/main-tab.d.ts +1 -1
- package/esm/plugins/image-properties/templates/main-tab.js +1 -1
- package/esm/plugins/image-properties/templates/position-tab.d.ts +1 -1
- package/esm/plugins/image-properties/templates/position-tab.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 +2 -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 +2 -2
- package/esm/plugins/inline-popup/config/items/a.js +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +2 -2
- 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 +2 -2
- 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/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 +25 -0
- 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/zh_cn.js +1 -1
- package/esm/plugins/line-height/langs/zh_tw.js +2 -2
- 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 +15 -3
- package/esm/plugins/mobile/config.js +104 -1
- package/esm/plugins/mobile/mobile.d.ts +2 -2
- package/esm/plugins/mobile/mobile.js +2 -2
- 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 +8 -4
- package/esm/plugins/paste/config.js +2 -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 +13 -11
- package/esm/plugins/paste-from-word/config.d.ts +2 -2
- 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 +4 -4
- 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 +10 -8
- 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/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/helpers/wrap-ranges-texts-in-tmp-span.d.ts +1 -1
- package/esm/plugins/search/helpers/wrap-ranges-texts-in-tmp-span.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 +9 -9
- package/esm/plugins/select-cells/select-cells.js +52 -46
- 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 +1 -1
- 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/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 +26 -0
- 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/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/zh_cn.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_tw.js +7 -7
- 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/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 +25 -0
- 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/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/zh_cn.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_tw.js +2 -2
- 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 +2 -2
- package/esm/plugins/sticky/config.js +1 -1
- package/esm/plugins/sticky/sticky.d.ts +6 -7
- package/esm/plugins/sticky/sticky.js +51 -50
- 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/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 +25 -0
- 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/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 +1 -1
- 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 +6 -7
- 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 +5 -2
- 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 +2 -2
- 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 +1 -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 +1 -1
- 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 +1 -1
- package/esm/types/uploader.d.ts +1 -1
- package/esm/types/view.d.ts +2 -1
- package/esm/typings.d.ts +1 -1
- package/examples/assets/app.js +1 -1
- package/package.json +1 -1
- package/types/config.d.ts +69 -15
- 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 +8 -1
- package/types/core/create/create.d.ts +1 -1
- package/types/core/create/index.d.ts +1 -1
- package/types/core/decorators/cache/cache.d.ts +1 -1
- package/types/core/decorators/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 +6 -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 +6 -1
- package/types/core/helpers/array/index.d.ts +1 -1
- package/types/core/helpers/array/split-array.d.ts +1 -4
- package/types/core/helpers/array/to-array.d.ts +8 -3
- 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-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 +2 -2
- 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 +5 -2
- package/types/core/request/ajax.d.ts +2 -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 +8 -1
- package/types/core/selection/style/transactions.d.ts +1 -1
- package/types/core/storage/engines/local-storage-provider.d.ts +1 -1
- package/types/core/storage/engines/memory-storage-provider.d.ts +1 -1
- package/types/core/storage/index.d.ts +1 -1
- package/types/core/storage/storage.d.ts +1 -1
- package/types/core/traits/dlgs.d.ts +1 -1
- package/types/core/traits/elms.d.ts +1 -1
- package/types/core/traits/mods.d.ts +1 -1
- package/types/core/ui/button/button/button.d.ts +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 +4 -2
- 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 +1 -1
- package/types/core/ui/group/index.d.ts +1 -1
- package/types/core/ui/group/list.d.ts +2 -2
- package/types/core/ui/group/separator.d.ts +1 -1
- package/types/core/ui/group/spacer.d.ts +1 -1
- package/types/core/ui/helpers/buttons.d.ts +1 -1
- package/types/core/ui/helpers/get-control-type.d.ts +1 -1
- package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/types/core/ui/icon.d.ts +1 -1
- package/types/core/ui/index.d.ts +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 +2 -2
- package/types/core/view/view.d.ts +8 -1
- package/types/index.d.ts +1 -1
- package/types/jodit.d.ts +1 -1
- package/types/langs/it.d.ts +5 -0
- 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 -5
- 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 +13 -13
- 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 +33 -33
- package/types/modules/image-editor/templates/form.d.ts +1 -1
- package/types/modules/index.d.ts +2 -2
- 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 +35 -21
- package/types/modules/toolbar/button/button.d.ts +2 -2
- 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 +3 -3
- 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 +1 -1
- 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/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 +3 -3
- 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 +4 -6
- package/types/plugins/hr/hr.d.ts +1 -1
- package/types/plugins/iframe/config.d.ts +3 -3
- 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/templates/form.d.ts +1 -1
- package/types/plugins/image-properties/templates/main-tab.d.ts +1 -1
- package/types/plugins/image-properties/templates/position-tab.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 +2 -2
- package/types/plugins/inline-popup/config/items/cells.d.ts +2 -2
- package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/img.d.ts +2 -2
- 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 +15 -3
- package/types/plugins/mobile/mobile.d.ts +2 -2
- 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 +8 -4
- 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 +2 -2
- 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 +4 -4
- 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/index.d.ts +1 -1
- package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/types/plugins/search/helpers/wrap-ranges-texts-in-tmp-span.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 +9 -9
- 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 +2 -2
- package/types/plugins/sticky/sticky.d.ts +6 -7
- 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 +2 -2
- 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 +1 -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 +1 -1
- 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 +1 -1
- package/types/types/uploader.d.ts +1 -1
- package/types/types/view.d.ts +2 -1
- package/types/typings.d.ts +1 -1
package/es5/jodit.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.0.
|
|
4
|
+
* Version: v4.0.1
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
8
|
/*!
|
|
9
9
|
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
|
|
10
10
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
11
|
-
* Version: v4.0.
|
|
11
|
+
* Version: v4.0.1
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|
|
@@ -16,17 +16,17 @@
|
|
|
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-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20
20
|
*/
|
|
21
21
|
/*!
|
|
22
22
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23
23
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24
|
-
* Copyright (c) 2013-
|
|
24
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25
25
|
*/
|
|
26
26
|
/*!
|
|
27
27
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28
28
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29
|
-
* Copyright (c) 2013-
|
|
29
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30
30
|
*/
|
|
31
31
|
.jodit-wysiwyg {
|
|
32
32
|
outline: 0;
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
/*!
|
|
68
68
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
69
69
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
70
|
-
* Copyright (c) 2013-
|
|
70
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
71
71
|
*/
|
|
72
72
|
.jodit-form {
|
|
73
73
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
@@ -353,7 +353,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
353
353
|
/*!
|
|
354
354
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
355
355
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
356
|
-
* Copyright (c) 2013-
|
|
356
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
357
357
|
*/
|
|
358
358
|
.jodit-button-group {
|
|
359
359
|
display: -webkit-box;
|
|
@@ -403,7 +403,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
403
403
|
/*!
|
|
404
404
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
405
405
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
406
|
-
* Copyright (c) 2013-
|
|
406
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
407
407
|
*/
|
|
408
408
|
.jodit_text_icons .jodit_icon {
|
|
409
409
|
width: auto;
|
|
@@ -441,7 +441,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
441
441
|
/*!
|
|
442
442
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
443
443
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
444
|
-
* Copyright (c) 2013-
|
|
444
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
445
445
|
*/
|
|
446
446
|
.jodit-grid {
|
|
447
447
|
display: -webkit-box;
|
|
@@ -585,7 +585,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
585
585
|
/*!
|
|
586
586
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
587
587
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
588
|
-
* Copyright (c) 2013-
|
|
588
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
589
589
|
*/
|
|
590
590
|
@-webkit-keyframes rotate {
|
|
591
591
|
to {
|
|
@@ -635,7 +635,7 @@ svg.jodit-icon {
|
|
|
635
635
|
/*!
|
|
636
636
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
637
637
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
638
|
-
* Copyright (c) 2013-
|
|
638
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
639
639
|
*/
|
|
640
640
|
.jodit,
|
|
641
641
|
.jodit-container,
|
|
@@ -714,7 +714,7 @@ svg.jodit-icon {
|
|
|
714
714
|
/*!
|
|
715
715
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
716
716
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
717
|
-
* Copyright (c) 2013-
|
|
717
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
718
718
|
*/
|
|
719
719
|
.jodit-context-menu {
|
|
720
720
|
position: static;
|
|
@@ -776,7 +776,7 @@ svg.jodit-icon {
|
|
|
776
776
|
/*!
|
|
777
777
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
778
778
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
779
|
-
* Copyright (c) 2013-
|
|
779
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
780
780
|
*/
|
|
781
781
|
.jodit-popup {
|
|
782
782
|
position: static;
|
|
@@ -821,7 +821,7 @@ svg.jodit-icon {
|
|
|
821
821
|
/*!
|
|
822
822
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
823
823
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
824
|
-
* Copyright (c) 2013-
|
|
824
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
825
825
|
*/
|
|
826
826
|
.jodit-ui-group {
|
|
827
827
|
display: -webkit-inline-box;
|
|
@@ -859,7 +859,7 @@ svg.jodit-icon {
|
|
|
859
859
|
/*!
|
|
860
860
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
861
861
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
862
|
-
* Copyright (c) 2013-
|
|
862
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
863
863
|
*/
|
|
864
864
|
.jodit-ui-button-icon-text__icon {
|
|
865
865
|
display: none;
|
|
@@ -1568,7 +1568,7 @@ svg.jodit-icon {
|
|
|
1568
1568
|
/*!
|
|
1569
1569
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1570
1570
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1571
|
-
* Copyright (c) 2013-
|
|
1571
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1572
1572
|
*/
|
|
1573
1573
|
.jodit-ui-list {
|
|
1574
1574
|
display: -webkit-box;
|
|
@@ -1663,7 +1663,7 @@ svg.jodit-icon {
|
|
|
1663
1663
|
/*!
|
|
1664
1664
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1665
1665
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1666
|
-
* Copyright (c) 2013-
|
|
1666
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1667
1667
|
*/
|
|
1668
1668
|
.jodit-ui-tooltip {
|
|
1669
1669
|
position: fixed;
|
|
@@ -1713,7 +1713,7 @@ svg.jodit-icon {
|
|
|
1713
1713
|
/*!
|
|
1714
1714
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1715
1715
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1716
|
-
* Copyright (c) 2013-
|
|
1716
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1717
1717
|
*/
|
|
1718
1718
|
.jodit-dialog {
|
|
1719
1719
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
@@ -2057,7 +2057,7 @@ svg.jodit-icon {
|
|
|
2057
2057
|
/*!
|
|
2058
2058
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2059
2059
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2060
|
-
* Copyright (c) 2013-
|
|
2060
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2061
2061
|
*/
|
|
2062
2062
|
.jodit-toolbar__box:not(:empty) {
|
|
2063
2063
|
overflow: hidden;
|
|
@@ -2075,7 +2075,7 @@ svg.jodit-icon {
|
|
|
2075
2075
|
/*!
|
|
2076
2076
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2077
2077
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2078
|
-
* Copyright (c) 2013-
|
|
2078
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2079
2079
|
*/
|
|
2080
2080
|
.jodit-ui-messages {
|
|
2081
2081
|
position: absolute;
|
|
@@ -2696,7 +2696,7 @@ svg.jodit-icon {
|
|
|
2696
2696
|
/*!
|
|
2697
2697
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2698
2698
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2699
|
-
* Copyright (c) 2013-
|
|
2699
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2700
2700
|
*/
|
|
2701
2701
|
@-webkit-keyframes pulse {
|
|
2702
2702
|
30% {
|
|
@@ -2777,7 +2777,7 @@ svg.jodit-icon {
|
|
|
2777
2777
|
/*!
|
|
2778
2778
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2779
2779
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2780
|
-
* Copyright (c) 2013-
|
|
2780
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2781
2781
|
*/
|
|
2782
2782
|
.jodit-toolbar-collection,
|
|
2783
2783
|
.jodit-toolbar-editor-collection {
|
|
@@ -2944,7 +2944,7 @@ svg.jodit-icon {
|
|
|
2944
2944
|
/*!
|
|
2945
2945
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2946
2946
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2947
|
-
* Copyright (c) 2013-
|
|
2947
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2948
2948
|
*/
|
|
2949
2949
|
.jodit-toolbar-button {
|
|
2950
2950
|
display: -webkit-box;
|
|
@@ -3243,7 +3243,7 @@ svg.jodit-icon {
|
|
|
3243
3243
|
/*!
|
|
3244
3244
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3245
3245
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3246
|
-
* Copyright (c) 2013-
|
|
3246
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3247
3247
|
*/
|
|
3248
3248
|
.jodit-toolbar-content {
|
|
3249
3249
|
position: relative;
|
|
@@ -3942,14 +3942,14 @@ svg.jodit-icon {
|
|
|
3942
3942
|
/*!
|
|
3943
3943
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3944
3944
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3945
|
-
* Copyright (c) 2013-
|
|
3945
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3946
3946
|
*/
|
|
3947
3947
|
/*!
|
|
3948
3948
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3949
3949
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3950
|
-
* Copyright (c) 2013-
|
|
3950
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3951
3951
|
*/
|
|
3952
|
-
.jodit-
|
|
3952
|
+
.jodit-file-browser {
|
|
3953
3953
|
display: -webkit-box;
|
|
3954
3954
|
display: -ms-flexbox;
|
|
3955
3955
|
display: flex;
|
|
@@ -3957,18 +3957,18 @@ svg.jodit-icon {
|
|
|
3957
3957
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
3958
3958
|
oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
3959
3959
|
}
|
|
3960
|
-
.jodit-
|
|
3960
|
+
.jodit-file-browser_no-files_true {
|
|
3961
3961
|
padding: 8px;
|
|
3962
3962
|
}
|
|
3963
3963
|
@media (max-width: 480px) {
|
|
3964
|
-
.jodit-
|
|
3964
|
+
.jodit-file-browser {
|
|
3965
3965
|
-webkit-box-orient: vertical;
|
|
3966
3966
|
-webkit-box-direction: reverse;
|
|
3967
3967
|
-ms-flex-flow: column-reverse;
|
|
3968
3968
|
flex-flow: column-reverse;
|
|
3969
3969
|
}
|
|
3970
3970
|
}
|
|
3971
|
-
.jodit-dialog .jodit-dialog__header-title.jodit-
|
|
3971
|
+
.jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
|
|
3972
3972
|
display: -webkit-box;
|
|
3973
3973
|
display: -ms-flexbox;
|
|
3974
3974
|
display: flex;
|
|
@@ -3980,9 +3980,9 @@ svg.jodit-icon {
|
|
|
3980
3980
|
/*!
|
|
3981
3981
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3982
3982
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3983
|
-
* Copyright (c) 2013-
|
|
3983
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3984
3984
|
*/
|
|
3985
|
-
.jodit-
|
|
3985
|
+
.jodit-file-browser-preview {
|
|
3986
3986
|
position: relative;
|
|
3987
3987
|
display: -webkit-box;
|
|
3988
3988
|
display: -ms-flexbox;
|
|
@@ -4002,7 +4002,7 @@ svg.jodit-icon {
|
|
|
4002
4002
|
text-align: center;
|
|
4003
4003
|
}
|
|
4004
4004
|
@media (max-width: 768px) {
|
|
4005
|
-
.jodit-
|
|
4005
|
+
.jodit-file-browser-preview {
|
|
4006
4006
|
min-width: auto;
|
|
4007
4007
|
max-width: 100%;
|
|
4008
4008
|
height: 100%;
|
|
@@ -4010,7 +4010,7 @@ svg.jodit-icon {
|
|
|
4010
4010
|
max-height: 100%;
|
|
4011
4011
|
}
|
|
4012
4012
|
}
|
|
4013
|
-
.jodit-
|
|
4013
|
+
.jodit-file-browser-preview__box {
|
|
4014
4014
|
display: -webkit-box;
|
|
4015
4015
|
display: -ms-flexbox;
|
|
4016
4016
|
display: flex;
|
|
@@ -4024,18 +4024,18 @@ svg.jodit-icon {
|
|
|
4024
4024
|
-ms-flex-pack: center;
|
|
4025
4025
|
justify-content: center;
|
|
4026
4026
|
}
|
|
4027
|
-
.jodit-
|
|
4027
|
+
.jodit-file-browser-preview__navigation {
|
|
4028
4028
|
position: absolute;
|
|
4029
4029
|
top: 0;
|
|
4030
4030
|
left: 0;
|
|
4031
4031
|
height: 100%;
|
|
4032
4032
|
cursor: pointer;
|
|
4033
4033
|
}
|
|
4034
|
-
.jodit-
|
|
4034
|
+
.jodit-file-browser-preview__navigation_arrow_next {
|
|
4035
4035
|
right: 0;
|
|
4036
4036
|
left: auto;
|
|
4037
4037
|
}
|
|
4038
|
-
.jodit-
|
|
4038
|
+
.jodit-file-browser-preview__navigation svg {
|
|
4039
4039
|
position: relative;
|
|
4040
4040
|
top: 50%;
|
|
4041
4041
|
width: 45px;
|
|
@@ -4047,10 +4047,10 @@ svg.jodit-icon {
|
|
|
4047
4047
|
-webkit-transition: fill 0.3s linear;
|
|
4048
4048
|
transition: fill 0.3s linear;
|
|
4049
4049
|
}
|
|
4050
|
-
.jodit-
|
|
4050
|
+
.jodit-file-browser-preview__navigation:hover svg {
|
|
4051
4051
|
fill: #000;
|
|
4052
4052
|
}
|
|
4053
|
-
.jodit-
|
|
4053
|
+
.jodit-file-browser-preview img {
|
|
4054
4054
|
max-width: 100%;
|
|
4055
4055
|
max-height: 100%;
|
|
4056
4056
|
}
|
|
@@ -4058,7 +4058,7 @@ svg.jodit-icon {
|
|
|
4058
4058
|
/*!
|
|
4059
4059
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4060
4060
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4061
|
-
* Copyright (c) 2013-
|
|
4061
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4062
4062
|
*/
|
|
4063
4063
|
.jodit-image-editor {
|
|
4064
4064
|
overflow: hidden;
|
|
@@ -4276,17 +4276,17 @@ svg.jodit-icon {
|
|
|
4276
4276
|
justify-content: center;
|
|
4277
4277
|
}
|
|
4278
4278
|
|
|
4279
|
-
.jodit-
|
|
4279
|
+
.jodit-file-browser-files {
|
|
4280
4280
|
position: relative;
|
|
4281
4281
|
display: none;
|
|
4282
4282
|
height: 100%;
|
|
4283
4283
|
vertical-align: top;
|
|
4284
4284
|
overflow-anchor: auto;
|
|
4285
4285
|
}
|
|
4286
|
-
.jodit-
|
|
4286
|
+
.jodit-file-browser-files .jodit-button {
|
|
4287
4287
|
border-radius: 0;
|
|
4288
4288
|
}
|
|
4289
|
-
.jodit-
|
|
4289
|
+
.jodit-file-browser-files_loading_true::before {
|
|
4290
4290
|
position: absolute;
|
|
4291
4291
|
top: 0;
|
|
4292
4292
|
left: 0;
|
|
@@ -4294,7 +4294,7 @@ svg.jodit-icon {
|
|
|
4294
4294
|
height: 100%;
|
|
4295
4295
|
content: '';
|
|
4296
4296
|
}
|
|
4297
|
-
.jodit-
|
|
4297
|
+
.jodit-file-browser-files_loading_true::after {
|
|
4298
4298
|
position: absolute;
|
|
4299
4299
|
top: 50%;
|
|
4300
4300
|
left: 50%;
|
|
@@ -4312,18 +4312,18 @@ svg.jodit-icon {
|
|
|
4312
4312
|
vertical-align: middle;
|
|
4313
4313
|
will-change: transform;
|
|
4314
4314
|
}
|
|
4315
|
-
.jodit-
|
|
4315
|
+
.jodit-file-browser-files::-webkit-scrollbar {
|
|
4316
4316
|
width: calc(8px / 2);
|
|
4317
4317
|
}
|
|
4318
|
-
.jodit-
|
|
4318
|
+
.jodit-file-browser-files::-webkit-scrollbar-track {
|
|
4319
4319
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4320
4320
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4321
4321
|
}
|
|
4322
|
-
.jodit-
|
|
4322
|
+
.jodit-file-browser-files::-webkit-scrollbar-thumb {
|
|
4323
4323
|
background-color: darkgrey;
|
|
4324
4324
|
outline: 1px solid slategrey;
|
|
4325
4325
|
}
|
|
4326
|
-
.jodit-
|
|
4326
|
+
.jodit-file-browser-files_active_true {
|
|
4327
4327
|
display: -webkit-box;
|
|
4328
4328
|
display: -ms-flexbox;
|
|
4329
4329
|
display: flex;
|
|
@@ -4335,7 +4335,7 @@ svg.jodit-icon {
|
|
|
4335
4335
|
padding: calc(8px / 2);
|
|
4336
4336
|
overflow-y: auto;
|
|
4337
4337
|
}
|
|
4338
|
-
.jodit-
|
|
4338
|
+
.jodit-file-browser-files__item {
|
|
4339
4339
|
position: relative;
|
|
4340
4340
|
display: -webkit-box;
|
|
4341
4341
|
display: -ms-flexbox;
|
|
@@ -4357,26 +4357,26 @@ svg.jodit-icon {
|
|
|
4357
4357
|
transition: border 0.1s linear, bottom 0.1s linear;
|
|
4358
4358
|
}
|
|
4359
4359
|
@media (max-width: 480px) {
|
|
4360
|
-
.jodit-
|
|
4360
|
+
.jodit-file-browser-files__item {
|
|
4361
4361
|
width: calc(50% - 8px);
|
|
4362
4362
|
}
|
|
4363
4363
|
}
|
|
4364
|
-
.jodit-
|
|
4364
|
+
.jodit-file-browser-files__item img {
|
|
4365
4365
|
max-width: 100%;
|
|
4366
4366
|
}
|
|
4367
|
-
.jodit-
|
|
4367
|
+
.jodit-file-browser-files__item:hover {
|
|
4368
4368
|
border-color: #433b5c;
|
|
4369
4369
|
}
|
|
4370
|
-
.jodit-
|
|
4370
|
+
.jodit-file-browser-files__item_active_true {
|
|
4371
4371
|
border-color: #1e88e5;
|
|
4372
4372
|
background-color: #b5b5b5;
|
|
4373
4373
|
}
|
|
4374
|
-
.jodit-
|
|
4374
|
+
.jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info {
|
|
4375
4375
|
background-color: #b5b5b5;
|
|
4376
4376
|
color: white;
|
|
4377
4377
|
text-shadow: none;
|
|
4378
4378
|
}
|
|
4379
|
-
.jodit-
|
|
4379
|
+
.jodit-file-browser-files__item-info {
|
|
4380
4380
|
position: absolute;
|
|
4381
4381
|
right: 0;
|
|
4382
4382
|
bottom: 0;
|
|
@@ -4394,24 +4394,24 @@ svg.jodit-icon {
|
|
|
4394
4394
|
transition: opacity 400ms ease;
|
|
4395
4395
|
white-space: normal;
|
|
4396
4396
|
}
|
|
4397
|
-
.jodit-
|
|
4397
|
+
.jodit-file-browser-files__item-info > span {
|
|
4398
4398
|
display: block;
|
|
4399
4399
|
overflow: hidden;
|
|
4400
4400
|
font-size: 0.75em;
|
|
4401
4401
|
text-overflow: ellipsis;
|
|
4402
4402
|
white-space: nowrap;
|
|
4403
4403
|
}
|
|
4404
|
-
.jodit-
|
|
4404
|
+
.jodit-file-browser-files__item-info > span.jodit-file-browser-files__item-info-filename {
|
|
4405
4405
|
font-size: 0.9em;
|
|
4406
4406
|
font-weight: bold;
|
|
4407
4407
|
}
|
|
4408
|
-
.jodit-
|
|
4408
|
+
.jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info {
|
|
4409
4409
|
bottom: -100px;
|
|
4410
4410
|
}
|
|
4411
|
-
.jodit-
|
|
4411
|
+
.jodit-file-browser-files_view_list {
|
|
4412
4412
|
scroll-behavior: smooth;
|
|
4413
4413
|
}
|
|
4414
|
-
.jodit-
|
|
4414
|
+
.jodit-file-browser-files_view_list a {
|
|
4415
4415
|
display: block;
|
|
4416
4416
|
width: 100%;
|
|
4417
4417
|
height: 26px;
|
|
@@ -4421,14 +4421,14 @@ svg.jodit-icon {
|
|
|
4421
4421
|
text-align: left;
|
|
4422
4422
|
white-space: nowrap;
|
|
4423
4423
|
}
|
|
4424
|
-
.jodit-
|
|
4424
|
+
.jodit-file-browser-files_view_list a img {
|
|
4425
4425
|
display: inline-block;
|
|
4426
4426
|
min-width: 16px;
|
|
4427
4427
|
max-width: 16px;
|
|
4428
4428
|
margin-left: 4px;
|
|
4429
4429
|
vertical-align: middle;
|
|
4430
4430
|
}
|
|
4431
|
-
.jodit-
|
|
4431
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info {
|
|
4432
4432
|
position: static;
|
|
4433
4433
|
display: inline-block;
|
|
4434
4434
|
width: calc(100% - 20px);
|
|
@@ -4440,44 +4440,44 @@ svg.jodit-icon {
|
|
|
4440
4440
|
line-height: inherit;
|
|
4441
4441
|
vertical-align: middle;
|
|
4442
4442
|
}
|
|
4443
|
-
.jodit-
|
|
4443
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info > span {
|
|
4444
4444
|
display: inline-block;
|
|
4445
4445
|
height: 100%;
|
|
4446
4446
|
font-size: 12px;
|
|
4447
4447
|
}
|
|
4448
|
-
.jodit-
|
|
4448
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename {
|
|
4449
4449
|
width: 50%;
|
|
4450
4450
|
}
|
|
4451
|
-
.jodit-
|
|
4451
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize {
|
|
4452
4452
|
width: 25%;
|
|
4453
4453
|
}
|
|
4454
|
-
.jodit-
|
|
4454
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged {
|
|
4455
4455
|
width: 25%;
|
|
4456
4456
|
}
|
|
4457
|
-
.jodit-
|
|
4457
|
+
.jodit-file-browser-files_view_list a:hover {
|
|
4458
4458
|
background-color: #433b5c;
|
|
4459
4459
|
}
|
|
4460
|
-
.jodit-
|
|
4460
|
+
.jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info {
|
|
4461
4461
|
color: #fff;
|
|
4462
4462
|
text-shadow: none;
|
|
4463
4463
|
}
|
|
4464
|
-
.jodit-
|
|
4464
|
+
.jodit-file-browser-files_view_list a::before {
|
|
4465
4465
|
display: inline-block;
|
|
4466
4466
|
height: 100%;
|
|
4467
4467
|
content: '';
|
|
4468
4468
|
vertical-align: middle;
|
|
4469
4469
|
}
|
|
4470
|
-
.jodit-
|
|
4470
|
+
.jodit-file-browser-tree {
|
|
4471
4471
|
position: relative;
|
|
4472
4472
|
display: none;
|
|
4473
4473
|
height: 100%;
|
|
4474
4474
|
vertical-align: top;
|
|
4475
4475
|
overflow-anchor: auto;
|
|
4476
4476
|
}
|
|
4477
|
-
.jodit-
|
|
4477
|
+
.jodit-file-browser-tree .jodit-button {
|
|
4478
4478
|
border-radius: 0;
|
|
4479
4479
|
}
|
|
4480
|
-
.jodit-
|
|
4480
|
+
.jodit-file-browser-tree_loading_true::before {
|
|
4481
4481
|
position: absolute;
|
|
4482
4482
|
top: 0;
|
|
4483
4483
|
left: 0;
|
|
@@ -4485,7 +4485,7 @@ svg.jodit-icon {
|
|
|
4485
4485
|
height: 100%;
|
|
4486
4486
|
content: '';
|
|
4487
4487
|
}
|
|
4488
|
-
.jodit-
|
|
4488
|
+
.jodit-file-browser-tree_loading_true::after {
|
|
4489
4489
|
position: absolute;
|
|
4490
4490
|
top: 50%;
|
|
4491
4491
|
left: 50%;
|
|
@@ -4503,18 +4503,18 @@ svg.jodit-icon {
|
|
|
4503
4503
|
vertical-align: middle;
|
|
4504
4504
|
will-change: transform;
|
|
4505
4505
|
}
|
|
4506
|
-
.jodit-
|
|
4506
|
+
.jodit-file-browser-tree::-webkit-scrollbar {
|
|
4507
4507
|
width: calc(8px / 2);
|
|
4508
4508
|
}
|
|
4509
|
-
.jodit-
|
|
4509
|
+
.jodit-file-browser-tree::-webkit-scrollbar-track {
|
|
4510
4510
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4511
4511
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4512
4512
|
}
|
|
4513
|
-
.jodit-
|
|
4513
|
+
.jodit-file-browser-tree::-webkit-scrollbar-thumb {
|
|
4514
4514
|
background-color: darkgrey;
|
|
4515
4515
|
outline: 1px solid slategrey;
|
|
4516
4516
|
}
|
|
4517
|
-
.jodit-
|
|
4517
|
+
.jodit-file-browser-tree_active_true {
|
|
4518
4518
|
z-index: 2;
|
|
4519
4519
|
display: -webkit-box;
|
|
4520
4520
|
display: -ms-flexbox;
|
|
@@ -4526,28 +4526,28 @@ svg.jodit-icon {
|
|
|
4526
4526
|
-webkit-box-direction: normal;
|
|
4527
4527
|
-ms-flex-direction: column;
|
|
4528
4528
|
flex-direction: column;
|
|
4529
|
-
background-color:
|
|
4529
|
+
background-color: undefined;
|
|
4530
4530
|
overflow-y: auto;
|
|
4531
4531
|
}
|
|
4532
4532
|
@media (max-width: 480px) {
|
|
4533
|
-
.jodit-
|
|
4533
|
+
.jodit-file-browser-tree_active_true {
|
|
4534
4534
|
width: auto;
|
|
4535
4535
|
max-width: 100%;
|
|
4536
4536
|
height: 100px;
|
|
4537
4537
|
}
|
|
4538
4538
|
}
|
|
4539
|
-
.jodit-
|
|
4539
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar {
|
|
4540
4540
|
width: calc(8px / 2);
|
|
4541
4541
|
}
|
|
4542
|
-
.jodit-
|
|
4542
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
|
|
4543
4543
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4544
4544
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4545
4545
|
}
|
|
4546
|
-
.jodit-
|
|
4546
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
|
|
4547
4547
|
background-color: rgba(127, 127, 127, 0.5);
|
|
4548
4548
|
outline: 1px solid slategrey;
|
|
4549
4549
|
}
|
|
4550
|
-
.jodit-
|
|
4550
|
+
.jodit-file-browser-tree__item {
|
|
4551
4551
|
position: relative;
|
|
4552
4552
|
display: -webkit-box;
|
|
4553
4553
|
display: -ms-flexbox;
|
|
@@ -4567,13 +4567,13 @@ svg.jodit-icon {
|
|
|
4567
4567
|
transition: background-color 0.2s ease 0s;
|
|
4568
4568
|
word-break: break-all;
|
|
4569
4569
|
}
|
|
4570
|
-
.jodit-
|
|
4570
|
+
.jodit-file-browser-tree__item-title {
|
|
4571
4571
|
-webkit-box-flex: 1;
|
|
4572
4572
|
-ms-flex: 1;
|
|
4573
4573
|
flex: 1;
|
|
4574
4574
|
color: #b1b1b1;
|
|
4575
4575
|
}
|
|
4576
|
-
.jodit-
|
|
4576
|
+
.jodit-file-browser-tree__item .jodit-icon_folder {
|
|
4577
4577
|
display: -webkit-box;
|
|
4578
4578
|
display: -ms-flexbox;
|
|
4579
4579
|
display: flex;
|
|
@@ -4588,25 +4588,25 @@ svg.jodit-icon {
|
|
|
4588
4588
|
margin-left: calc(8px / 2);
|
|
4589
4589
|
opacity: 0.3;
|
|
4590
4590
|
}
|
|
4591
|
-
.jodit-
|
|
4591
|
+
.jodit-file-browser-tree__item .jodit-icon_folder svg {
|
|
4592
4592
|
width: 12px;
|
|
4593
4593
|
height: 12px;
|
|
4594
4594
|
fill: #b1b1b1 !important;
|
|
4595
4595
|
stroke: #b1b1b1 !important;
|
|
4596
4596
|
}
|
|
4597
|
-
.jodit-
|
|
4597
|
+
.jodit-file-browser-tree__item .jodit-icon_folder:hover {
|
|
4598
4598
|
background: #696969;
|
|
4599
4599
|
}
|
|
4600
|
-
.jodit-
|
|
4600
|
+
.jodit-file-browser-tree__item:hover {
|
|
4601
4601
|
background-color: #ecebe9;
|
|
4602
4602
|
}
|
|
4603
|
-
.jodit-
|
|
4603
|
+
.jodit-file-browser-tree__item:hover-title {
|
|
4604
4604
|
color: #222;
|
|
4605
4605
|
}
|
|
4606
|
-
.jodit-
|
|
4606
|
+
.jodit-file-browser-tree__item:hover i.jodit-icon_folder {
|
|
4607
4607
|
opacity: 0.6;
|
|
4608
4608
|
}
|
|
4609
|
-
.jodit-
|
|
4609
|
+
.jodit-file-browser-tree__source-title {
|
|
4610
4610
|
position: relative;
|
|
4611
4611
|
display: block;
|
|
4612
4612
|
padding: 2px 4px;
|
|
@@ -4620,14 +4620,14 @@ svg.jodit-icon {
|
|
|
4620
4620
|
user-select: none;
|
|
4621
4621
|
word-break: break-all;
|
|
4622
4622
|
}
|
|
4623
|
-
a + .jodit-
|
|
4623
|
+
a + .jodit-file-browser-tree__source-title {
|
|
4624
4624
|
margin-top: 8px;
|
|
4625
4625
|
}
|
|
4626
4626
|
|
|
4627
4627
|
/*!
|
|
4628
4628
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4629
4629
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4630
|
-
* Copyright (c) 2013-
|
|
4630
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4631
4631
|
*/
|
|
4632
4632
|
.jodit-status-bar {
|
|
4633
4633
|
display: -webkit-box;
|
|
@@ -4723,7 +4723,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4723
4723
|
/*!
|
|
4724
4724
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4725
4725
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4726
|
-
* Copyright (c) 2013-
|
|
4726
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4727
4727
|
*/
|
|
4728
4728
|
.jodit-drag-and-drop__file-box {
|
|
4729
4729
|
position: relative;
|
|
@@ -4770,7 +4770,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4770
4770
|
/*!
|
|
4771
4771
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4772
4772
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4773
|
-
* Copyright (c) 2013-
|
|
4773
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4774
4774
|
*/
|
|
4775
4775
|
.jodit-about {
|
|
4776
4776
|
padding: 20px;
|
|
@@ -4792,7 +4792,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4792
4792
|
/*!
|
|
4793
4793
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4794
4794
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4795
|
-
* Copyright (c) 2013-
|
|
4795
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4796
4796
|
*/
|
|
4797
4797
|
.jodit-add-new-line {
|
|
4798
4798
|
position: fixed;
|
|
@@ -4850,7 +4850,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4850
4850
|
/*!
|
|
4851
4851
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4852
4852
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4853
|
-
* Copyright (c) 2013-
|
|
4853
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4854
4854
|
*/
|
|
4855
4855
|
.jodit-color-picker {
|
|
4856
4856
|
margin: 0;
|
|
@@ -4913,7 +4913,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4913
4913
|
/*!
|
|
4914
4914
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4915
4915
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4916
|
-
* Copyright (c) 2013-
|
|
4916
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4917
4917
|
*/
|
|
4918
4918
|
.jodit-tabs {
|
|
4919
4919
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
@@ -4973,7 +4973,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4973
4973
|
/*!
|
|
4974
4974
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4975
4975
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4976
|
-
* Copyright (c) 2013-
|
|
4976
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4977
4977
|
*/
|
|
4978
4978
|
.jodit_fullsize-box_true {
|
|
4979
4979
|
position: static !important;
|
|
@@ -5006,7 +5006,7 @@ html.jodit_fullsize-box_true {
|
|
|
5006
5006
|
/*!
|
|
5007
5007
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5008
5008
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5009
|
-
* Copyright (c) 2013-
|
|
5009
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5010
5010
|
*/
|
|
5011
5011
|
.jodit-properties__unlock > svg,
|
|
5012
5012
|
.jodit-properties__lock > svg {
|
|
@@ -5068,7 +5068,7 @@ html.jodit_fullsize-box_true {
|
|
|
5068
5068
|
/*!
|
|
5069
5069
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5070
5070
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5071
|
-
* Copyright (c) 2013-
|
|
5071
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5072
5072
|
*/
|
|
5073
5073
|
.jodit-popup-inline__container {
|
|
5074
5074
|
z-index: 1300;
|
|
@@ -5078,7 +5078,7 @@ html.jodit_fullsize-box_true {
|
|
|
5078
5078
|
/*!
|
|
5079
5079
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5080
5080
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5081
|
-
* Copyright (c) 2013-
|
|
5081
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5082
5082
|
*/
|
|
5083
5083
|
.jodit-paste-storage {
|
|
5084
5084
|
max-width: 600px;
|
|
@@ -5131,7 +5131,7 @@ html.jodit_fullsize-box_true {
|
|
|
5131
5131
|
/*!
|
|
5132
5132
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5133
5133
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5134
|
-
* Copyright (c) 2013-
|
|
5134
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5135
5135
|
*/
|
|
5136
5136
|
.jodit-placeholder {
|
|
5137
5137
|
position: absolute;
|
|
@@ -5224,7 +5224,7 @@ html.jodit_fullsize-box_true {
|
|
|
5224
5224
|
/*!
|
|
5225
5225
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5226
5226
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5227
|
-
* Copyright (c) 2013-
|
|
5227
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5228
5228
|
*/
|
|
5229
5229
|
[data-jodit_iframe_wrapper] {
|
|
5230
5230
|
position: relative;
|
|
@@ -5323,7 +5323,7 @@ html.jodit_fullsize-box_true {
|
|
|
5323
5323
|
/*!
|
|
5324
5324
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5325
5325
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5326
|
-
* Copyright (c) 2013-
|
|
5326
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5327
5327
|
*/
|
|
5328
5328
|
.jodit-ui-search {
|
|
5329
5329
|
position: absolute;
|
|
@@ -5476,7 +5476,7 @@ html.jodit_fullsize-box_true {
|
|
|
5476
5476
|
/*!
|
|
5477
5477
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5478
5478
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5479
|
-
* Copyright (c) 2013-
|
|
5479
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5480
5480
|
*/
|
|
5481
5481
|
.jodit-container:not(.jodit_inline) {
|
|
5482
5482
|
min-height: 100px;
|
|
@@ -5514,7 +5514,7 @@ html.jodit_fullsize-box_true {
|
|
|
5514
5514
|
/*!
|
|
5515
5515
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5516
5516
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5517
|
-
* Copyright (c) 2013-
|
|
5517
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5518
5518
|
*/
|
|
5519
5519
|
.jodit-source {
|
|
5520
5520
|
position: relative;
|
|
@@ -5588,7 +5588,7 @@ html.jodit_fullsize-box_true {
|
|
|
5588
5588
|
/*!
|
|
5589
5589
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5590
5590
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5591
|
-
* Copyright (c) 2013-
|
|
5591
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5592
5592
|
*/
|
|
5593
5593
|
.jodit_sticky-dummy_toolbar {
|
|
5594
5594
|
display: none;
|
|
@@ -5608,7 +5608,7 @@ html.jodit_fullsize-box_true {
|
|
|
5608
5608
|
/*!
|
|
5609
5609
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5610
5610
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5611
|
-
* Copyright (c) 2013-
|
|
5611
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5612
5612
|
*/
|
|
5613
5613
|
.jodit-symbols {
|
|
5614
5614
|
width: 460px;
|
|
@@ -5664,7 +5664,7 @@ html.jodit_fullsize-box_true {
|
|
|
5664
5664
|
/*!
|
|
5665
5665
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5666
5666
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5667
|
-
* Copyright (c) 2013-
|
|
5667
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5668
5668
|
*/
|
|
5669
5669
|
.jodit-context table,
|
|
5670
5670
|
.jodit-wysiwyg table {
|
|
@@ -5784,8 +5784,8 @@ html.jodit_fullsize-box_true {
|
|
|
5784
5784
|
margin-left: 0;
|
|
5785
5785
|
}
|
|
5786
5786
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
|
|
5787
|
-
border-color: #
|
|
5788
|
-
background: #
|
|
5787
|
+
border-color: #dcdcdc;
|
|
5788
|
+
background: #dcdcdc;
|
|
5789
5789
|
}
|
|
5790
5790
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
|
|
5791
5791
|
font-size: 14px;
|
|
@@ -5807,7 +5807,7 @@ html.jodit_fullsize-box_true {
|
|
|
5807
5807
|
/*!
|
|
5808
5808
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5809
5809
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5810
|
-
* Copyright (c) 2013-
|
|
5810
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5811
5811
|
*/
|
|
5812
5812
|
.jodit-xpath {
|
|
5813
5813
|
display: -webkit-box;
|
|
@@ -5836,7 +5836,7 @@ html.jodit_fullsize-box_true {
|
|
|
5836
5836
|
/*!
|
|
5837
5837
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5838
5838
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5839
|
-
* Copyright (c) 2013-
|
|
5839
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5840
5840
|
*/
|
|
5841
5841
|
.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal {
|
|
5842
5842
|
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));
|
|
@@ -5907,58 +5907,322 @@ html.jodit_fullsize-box_true {
|
|
|
5907
5907
|
border-color: #575757;
|
|
5908
5908
|
}
|
|
5909
5909
|
.jodit-dialog_theme_dark .jodit-popup__content {
|
|
5910
|
-
background: #
|
|
5910
|
+
background: #575757;
|
|
5911
5911
|
}
|
|
5912
5912
|
.jodit_theme_dark .jodit-popup__content {
|
|
5913
|
-
background: #
|
|
5913
|
+
background: #575757;
|
|
5914
5914
|
}
|
|
5915
5915
|
.jodit-dialog_theme_dark .jodit-ui-button__text {
|
|
5916
|
-
color: #
|
|
5916
|
+
color: #222;
|
|
5917
|
+
}
|
|
5918
|
+
.jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
5919
|
+
color: #575757;
|
|
5917
5920
|
}
|
|
5918
5921
|
.jodit_theme_dark .jodit-ui-button__text {
|
|
5919
|
-
color: #
|
|
5922
|
+
color: #222;
|
|
5923
|
+
}
|
|
5924
|
+
.jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
5925
|
+
color: #575757;
|
|
5926
|
+
}
|
|
5927
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text {
|
|
5928
|
+
color: #222;
|
|
5929
|
+
}
|
|
5930
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
5931
|
+
color: #575757;
|
|
5932
|
+
}
|
|
5933
|
+
.jodit_theme_dark .jodit-toolbar-select__text {
|
|
5934
|
+
color: #222;
|
|
5935
|
+
}
|
|
5936
|
+
.jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
5937
|
+
color: #575757;
|
|
5920
5938
|
}
|
|
5921
5939
|
.jodit-dialog_theme_dark .jodit-toolbar-button__text {
|
|
5922
|
-
color: #
|
|
5940
|
+
color: #222;
|
|
5941
|
+
}
|
|
5942
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
5943
|
+
color: #575757;
|
|
5923
5944
|
}
|
|
5924
5945
|
.jodit_theme_dark .jodit-toolbar-button__text {
|
|
5925
|
-
color: #
|
|
5946
|
+
color: #222;
|
|
5947
|
+
}
|
|
5948
|
+
.jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
5949
|
+
color: #575757;
|
|
5950
|
+
}
|
|
5951
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg {
|
|
5952
|
+
fill: #c0c0c0;
|
|
5953
|
+
stroke: #c0c0c0;
|
|
5954
|
+
}
|
|
5955
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5956
|
+
stroke: #575757;
|
|
5957
|
+
}
|
|
5958
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5959
|
+
fill: #575757;
|
|
5960
|
+
}
|
|
5961
|
+
.jodit_theme_dark .jodit-ui-button svg {
|
|
5962
|
+
fill: #c0c0c0;
|
|
5963
|
+
stroke: #c0c0c0;
|
|
5964
|
+
}
|
|
5965
|
+
.jodit_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5966
|
+
stroke: #575757;
|
|
5967
|
+
}
|
|
5968
|
+
.jodit_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5969
|
+
fill: #575757;
|
|
5970
|
+
}
|
|
5971
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg {
|
|
5972
|
+
fill: #c0c0c0;
|
|
5973
|
+
stroke: #c0c0c0;
|
|
5974
|
+
}
|
|
5975
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5976
|
+
stroke: #575757;
|
|
5977
|
+
}
|
|
5978
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5979
|
+
fill: #575757;
|
|
5980
|
+
}
|
|
5981
|
+
.jodit_theme_dark .jodit-toolbar-select svg {
|
|
5982
|
+
fill: #c0c0c0;
|
|
5983
|
+
stroke: #c0c0c0;
|
|
5984
|
+
}
|
|
5985
|
+
.jodit_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5986
|
+
stroke: #575757;
|
|
5987
|
+
}
|
|
5988
|
+
.jodit_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5989
|
+
fill: #575757;
|
|
5990
|
+
}
|
|
5991
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg {
|
|
5992
|
+
fill: #c0c0c0;
|
|
5993
|
+
stroke: #c0c0c0;
|
|
5994
|
+
}
|
|
5995
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
5996
|
+
stroke: #575757;
|
|
5997
|
+
}
|
|
5998
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
5999
|
+
fill: #575757;
|
|
6000
|
+
}
|
|
6001
|
+
.jodit_theme_dark .jodit-toolbar-button svg {
|
|
6002
|
+
fill: #c0c0c0;
|
|
6003
|
+
stroke: #c0c0c0;
|
|
6004
|
+
}
|
|
6005
|
+
.jodit_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
6006
|
+
stroke: #575757;
|
|
6007
|
+
}
|
|
6008
|
+
.jodit_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
6009
|
+
fill: #575757;
|
|
6010
|
+
}
|
|
6011
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger {
|
|
6012
|
+
fill: #4c4c4c;
|
|
6013
|
+
stroke: #4c4c4c;
|
|
6014
|
+
}
|
|
6015
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6016
|
+
stroke: #575757;
|
|
6017
|
+
}
|
|
6018
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6019
|
+
fill: #575757;
|
|
6020
|
+
}
|
|
6021
|
+
.jodit_theme_dark .jodit-ui-button__trigger {
|
|
6022
|
+
fill: #4c4c4c;
|
|
6023
|
+
stroke: #4c4c4c;
|
|
6024
|
+
}
|
|
6025
|
+
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6026
|
+
stroke: #575757;
|
|
6027
|
+
}
|
|
6028
|
+
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6029
|
+
fill: #575757;
|
|
6030
|
+
}
|
|
6031
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger {
|
|
6032
|
+
fill: #4c4c4c;
|
|
6033
|
+
stroke: #4c4c4c;
|
|
6034
|
+
}
|
|
6035
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6036
|
+
stroke: #575757;
|
|
6037
|
+
}
|
|
6038
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6039
|
+
fill: #575757;
|
|
6040
|
+
}
|
|
6041
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger {
|
|
6042
|
+
fill: #4c4c4c;
|
|
6043
|
+
stroke: #4c4c4c;
|
|
6044
|
+
}
|
|
6045
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6046
|
+
stroke: #575757;
|
|
6047
|
+
}
|
|
6048
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6049
|
+
fill: #575757;
|
|
6050
|
+
}
|
|
6051
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger {
|
|
6052
|
+
fill: #4c4c4c;
|
|
6053
|
+
stroke: #4c4c4c;
|
|
6054
|
+
}
|
|
6055
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6056
|
+
stroke: #575757;
|
|
6057
|
+
}
|
|
6058
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6059
|
+
fill: #575757;
|
|
6060
|
+
}
|
|
6061
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger {
|
|
6062
|
+
fill: #4c4c4c;
|
|
6063
|
+
stroke: #4c4c4c;
|
|
6064
|
+
}
|
|
6065
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6066
|
+
stroke: #575757;
|
|
6067
|
+
}
|
|
6068
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6069
|
+
fill: #575757;
|
|
6070
|
+
}
|
|
6071
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon {
|
|
6072
|
+
fill: #c0c0c0;
|
|
6073
|
+
stroke: #c0c0c0;
|
|
6074
|
+
}
|
|
6075
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6076
|
+
stroke: #575757;
|
|
6077
|
+
}
|
|
6078
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6079
|
+
fill: #575757;
|
|
6080
|
+
}
|
|
6081
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon {
|
|
6082
|
+
fill: #c0c0c0;
|
|
6083
|
+
stroke: #c0c0c0;
|
|
6084
|
+
}
|
|
6085
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6086
|
+
stroke: #575757;
|
|
6087
|
+
}
|
|
6088
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6089
|
+
fill: #575757;
|
|
6090
|
+
}
|
|
6091
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon {
|
|
6092
|
+
fill: #c0c0c0;
|
|
6093
|
+
stroke: #c0c0c0;
|
|
6094
|
+
}
|
|
6095
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6096
|
+
stroke: #575757;
|
|
6097
|
+
}
|
|
6098
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6099
|
+
fill: #575757;
|
|
6100
|
+
}
|
|
6101
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon {
|
|
6102
|
+
fill: #c0c0c0;
|
|
6103
|
+
stroke: #c0c0c0;
|
|
6104
|
+
}
|
|
6105
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6106
|
+
stroke: #575757;
|
|
6107
|
+
}
|
|
6108
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6109
|
+
fill: #575757;
|
|
6110
|
+
}
|
|
6111
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon {
|
|
6112
|
+
fill: #c0c0c0;
|
|
6113
|
+
stroke: #c0c0c0;
|
|
6114
|
+
}
|
|
6115
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6116
|
+
stroke: #575757;
|
|
6117
|
+
}
|
|
6118
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6119
|
+
fill: #575757;
|
|
6120
|
+
}
|
|
6121
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon {
|
|
6122
|
+
fill: #c0c0c0;
|
|
6123
|
+
stroke: #c0c0c0;
|
|
6124
|
+
}
|
|
6125
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6126
|
+
stroke: #575757;
|
|
6127
|
+
}
|
|
6128
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6129
|
+
fill: #575757;
|
|
5926
6130
|
}
|
|
5927
6131
|
.jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]) {
|
|
5928
|
-
background-color: #
|
|
6132
|
+
background-color: #c0c0c0;
|
|
6133
|
+
color: #575757;
|
|
5929
6134
|
}
|
|
5930
6135
|
.jodit_theme_dark .jodit-ui-button:hover:not([disabled]) {
|
|
5931
|
-
background-color: #
|
|
6136
|
+
background-color: #c0c0c0;
|
|
6137
|
+
color: #575757;
|
|
6138
|
+
}
|
|
6139
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select:hover:not([disabled]) {
|
|
6140
|
+
background-color: #c0c0c0;
|
|
6141
|
+
color: #575757;
|
|
6142
|
+
}
|
|
6143
|
+
.jodit_theme_dark .jodit-toolbar-select:hover:not([disabled]) {
|
|
6144
|
+
background-color: #c0c0c0;
|
|
6145
|
+
color: #575757;
|
|
5932
6146
|
}
|
|
5933
6147
|
.jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
|
|
5934
|
-
background-color: #
|
|
6148
|
+
background-color: #c0c0c0;
|
|
6149
|
+
color: #575757;
|
|
5935
6150
|
}
|
|
5936
6151
|
.jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
|
|
5937
|
-
background-color: #
|
|
6152
|
+
background-color: #c0c0c0;
|
|
6153
|
+
color: #575757;
|
|
6154
|
+
}
|
|
6155
|
+
.jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
6156
|
+
background-color: #c0c0c0;
|
|
6157
|
+
color: #575757;
|
|
6158
|
+
}
|
|
6159
|
+
.jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
6160
|
+
background-color: #c0c0c0;
|
|
6161
|
+
color: #575757;
|
|
6162
|
+
}
|
|
6163
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
6164
|
+
background-color: #c0c0c0;
|
|
6165
|
+
color: #575757;
|
|
6166
|
+
}
|
|
6167
|
+
.jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
6168
|
+
background-color: #c0c0c0;
|
|
6169
|
+
color: #575757;
|
|
6170
|
+
}
|
|
6171
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
6172
|
+
background-color: #c0c0c0;
|
|
6173
|
+
color: #575757;
|
|
6174
|
+
}
|
|
6175
|
+
.jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
6176
|
+
background-color: #c0c0c0;
|
|
6177
|
+
color: #575757;
|
|
5938
6178
|
}
|
|
5939
6179
|
.jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
|
|
5940
|
-
background-color: #
|
|
6180
|
+
background-color: #c0c0c0;
|
|
6181
|
+
color: #575757;
|
|
5941
6182
|
}
|
|
5942
6183
|
.jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
|
|
5943
|
-
background-color: #
|
|
6184
|
+
background-color: #c0c0c0;
|
|
6185
|
+
color: #575757;
|
|
6186
|
+
}
|
|
6187
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__button:hover:not([disabled]) {
|
|
6188
|
+
background-color: #c0c0c0;
|
|
6189
|
+
color: #575757;
|
|
6190
|
+
}
|
|
6191
|
+
.jodit_theme_dark .jodit-toolbar-select__button:hover:not([disabled]) {
|
|
6192
|
+
background-color: #c0c0c0;
|
|
6193
|
+
color: #575757;
|
|
5944
6194
|
}
|
|
5945
6195
|
.jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
|
|
5946
|
-
background-color: #
|
|
6196
|
+
background-color: #c0c0c0;
|
|
6197
|
+
color: #575757;
|
|
5947
6198
|
}
|
|
5948
6199
|
.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
|
|
5949
|
-
background-color: #
|
|
6200
|
+
background-color: #c0c0c0;
|
|
6201
|
+
color: #575757;
|
|
5950
6202
|
}
|
|
5951
6203
|
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
5952
|
-
background-color: #
|
|
6204
|
+
background-color: #c0c0c0;
|
|
6205
|
+
color: #575757;
|
|
5953
6206
|
}
|
|
5954
6207
|
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
5955
|
-
background-color: #
|
|
6208
|
+
background-color: #c0c0c0;
|
|
6209
|
+
color: #575757;
|
|
6210
|
+
}
|
|
6211
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6212
|
+
background-color: #c0c0c0;
|
|
6213
|
+
color: #575757;
|
|
6214
|
+
}
|
|
6215
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6216
|
+
background-color: #c0c0c0;
|
|
6217
|
+
color: #575757;
|
|
5956
6218
|
}
|
|
5957
6219
|
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
5958
|
-
background-color: #
|
|
6220
|
+
background-color: #c0c0c0;
|
|
6221
|
+
color: #575757;
|
|
5959
6222
|
}
|
|
5960
6223
|
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
5961
|
-
background-color: #
|
|
6224
|
+
background-color: #c0c0c0;
|
|
6225
|
+
color: #575757;
|
|
5962
6226
|
}
|
|
5963
6227
|
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) {
|
|
5964
6228
|
border-color: #6b6b6b;
|
|
@@ -6058,30 +6322,6 @@ html.jodit_fullsize-box_true {
|
|
|
6058
6322
|
.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
|
|
6059
6323
|
background: #5f5c5c;
|
|
6060
6324
|
}
|
|
6061
|
-
.jodit-dialog_theme_dark .jodit__upload-button svg {
|
|
6062
|
-
fill: #c0c0c0;
|
|
6063
|
-
stroke: #c0c0c0;
|
|
6064
|
-
}
|
|
6065
|
-
.jodit_theme_dark .jodit__upload-button svg {
|
|
6066
|
-
fill: #c0c0c0;
|
|
6067
|
-
stroke: #c0c0c0;
|
|
6068
|
-
}
|
|
6069
|
-
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger {
|
|
6070
|
-
fill: #c0c0c0;
|
|
6071
|
-
stroke: #c0c0c0;
|
|
6072
|
-
}
|
|
6073
|
-
.jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger {
|
|
6074
|
-
fill: #c0c0c0;
|
|
6075
|
-
stroke: #c0c0c0;
|
|
6076
|
-
}
|
|
6077
|
-
.jodit-dialog_theme_dark .jodit-icon {
|
|
6078
|
-
fill: #c0c0c0;
|
|
6079
|
-
stroke: #c0c0c0;
|
|
6080
|
-
}
|
|
6081
|
-
.jodit_theme_dark .jodit-icon {
|
|
6082
|
-
fill: #c0c0c0;
|
|
6083
|
-
stroke: #c0c0c0;
|
|
6084
|
-
}
|
|
6085
6325
|
.jodit-dialog_theme_dark .jodit-icon-close {
|
|
6086
6326
|
stroke: #c0c0c0;
|
|
6087
6327
|
}
|
|
@@ -6202,22 +6442,22 @@ html.jodit_fullsize-box_true {
|
|
|
6202
6442
|
}
|
|
6203
6443
|
.jodit-dialog_theme_dark .jodit-select {
|
|
6204
6444
|
border-color: #444;
|
|
6205
|
-
background-color: #
|
|
6445
|
+
background-color: #c0c0c0;
|
|
6206
6446
|
color: #444;
|
|
6207
6447
|
}
|
|
6208
6448
|
.jodit_theme_dark .jodit-select {
|
|
6209
6449
|
border-color: #444;
|
|
6210
|
-
background-color: #
|
|
6450
|
+
background-color: #c0c0c0;
|
|
6211
6451
|
color: #444;
|
|
6212
6452
|
}
|
|
6213
6453
|
.jodit-dialog_theme_dark .jodit-input {
|
|
6214
6454
|
border-color: #444;
|
|
6215
|
-
background-color: #
|
|
6455
|
+
background-color: #c0c0c0;
|
|
6216
6456
|
color: #444;
|
|
6217
6457
|
}
|
|
6218
6458
|
.jodit_theme_dark .jodit-input {
|
|
6219
6459
|
border-color: #444;
|
|
6220
|
-
background-color: #
|
|
6460
|
+
background-color: #c0c0c0;
|
|
6221
6461
|
color: #444;
|
|
6222
6462
|
}
|
|
6223
6463
|
.jodit-dialog_theme_dark.jodit-dialog {
|