jodit 4.0.0-beta.99 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +241 -114
- package/LICENSE.txt +1 -1
- package/README.md +99 -98
- package/es2015/jodit.css +170 -132
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +1334 -1091
- 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 +170 -132
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +1334 -1091
- 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 +170 -132
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +1332 -1089
- 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 +170 -132
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +1247 -1004
- 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 +405 -167
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +1421 -1198
- 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 +6 -5
- 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 +6 -4
- 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 +6 -4
- 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 +5 -3
- 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 +7 -7
- 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 +3 -15
- 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 +1 -1
- 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 +1 -1
- package/esm/plugins/inline-popup/config/items/a.js +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/cells.js +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
- package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/img.js +1 -1
- package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
- package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/esm/plugins/inline-popup/inline-popup.js +1 -1
- package/esm/plugins/justify/justify.d.ts +1 -1
- package/esm/plugins/justify/justify.js +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
- package/esm/plugins/limit/config.d.ts +1 -1
- package/esm/plugins/limit/config.js +1 -1
- package/esm/plugins/limit/limit.d.ts +1 -1
- package/esm/plugins/limit/limit.js +1 -1
- package/esm/plugins/line-height/config.d.ts +1 -1
- package/esm/plugins/line-height/config.js +1 -1
- package/esm/plugins/line-height/langs/ar.js +1 -1
- package/esm/plugins/line-height/langs/cs_cz.js +1 -1
- package/esm/plugins/line-height/langs/de.js +1 -1
- package/esm/plugins/line-height/langs/es.js +1 -1
- package/esm/plugins/line-height/langs/fa.js +1 -1
- package/esm/plugins/line-height/langs/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 +1 -1
- package/types/modules/toolbar/button/content.d.ts +1 -1
- package/types/modules/toolbar/button/index.d.ts +1 -1
- package/types/modules/toolbar/button/select/select.d.ts +1 -1
- package/types/modules/toolbar/collection/collection.d.ts +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 +1 -1
- package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
- package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/types/plugins/justify/justify.d.ts +1 -1
- package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/types/plugins/limit/config.d.ts +1 -1
- package/types/plugins/limit/limit.d.ts +1 -1
- package/types/plugins/line-height/config.d.ts +1 -1
- package/types/plugins/line-height/langs/index.d.ts +1 -1
- package/types/plugins/line-height/line-height.d.ts +1 -1
- package/types/plugins/link/config.d.ts +1 -1
- package/types/plugins/link/link.d.ts +1 -1
- package/types/plugins/link/template.d.ts +1 -1
- package/types/plugins/media/config.d.ts +1 -1
- package/types/plugins/media/media.d.ts +1 -1
- package/types/plugins/mobile/config.d.ts +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.2
|
|
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.2
|
|
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;
|
|
@@ -737,6 +737,9 @@ svg.jodit-icon {
|
|
|
737
737
|
-webkit-transform: translate3d(0, 0, 0);
|
|
738
738
|
transform: translate3d(0, 0, 0);
|
|
739
739
|
z-index: 30000005;
|
|
740
|
+
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
741
|
+
oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
742
|
+
font-size: 14px;
|
|
740
743
|
}
|
|
741
744
|
.jodit-context-menu__content {
|
|
742
745
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
@@ -761,22 +764,17 @@ svg.jodit-icon {
|
|
|
761
764
|
display: -ms-flexbox;
|
|
762
765
|
display: flex;
|
|
763
766
|
}
|
|
764
|
-
.jodit-context-
|
|
765
|
-
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
766
|
-
oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
767
|
-
font-size: 14px;
|
|
768
|
-
}
|
|
769
|
-
.jodit-context-menu__actions button {
|
|
767
|
+
.jodit-context-menu button {
|
|
770
768
|
width: 100%;
|
|
771
769
|
}
|
|
772
|
-
.jodit-context-menu_theme_dark
|
|
770
|
+
.jodit-context-menu_theme_dark {
|
|
773
771
|
background-color: #575757;
|
|
774
772
|
}
|
|
775
773
|
|
|
776
774
|
/*!
|
|
777
775
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
778
776
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
779
|
-
* Copyright (c) 2013-
|
|
777
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
780
778
|
*/
|
|
781
779
|
.jodit-popup {
|
|
782
780
|
position: static;
|
|
@@ -821,7 +819,7 @@ svg.jodit-icon {
|
|
|
821
819
|
/*!
|
|
822
820
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
823
821
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
824
|
-
* Copyright (c) 2013-
|
|
822
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
825
823
|
*/
|
|
826
824
|
.jodit-ui-group {
|
|
827
825
|
display: -webkit-inline-box;
|
|
@@ -859,7 +857,7 @@ svg.jodit-icon {
|
|
|
859
857
|
/*!
|
|
860
858
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
861
859
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
862
|
-
* Copyright (c) 2013-
|
|
860
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
863
861
|
*/
|
|
864
862
|
.jodit-ui-button-icon-text__icon {
|
|
865
863
|
display: none;
|
|
@@ -1568,7 +1566,7 @@ svg.jodit-icon {
|
|
|
1568
1566
|
/*!
|
|
1569
1567
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1570
1568
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1571
|
-
* Copyright (c) 2013-
|
|
1569
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1572
1570
|
*/
|
|
1573
1571
|
.jodit-ui-list {
|
|
1574
1572
|
display: -webkit-box;
|
|
@@ -1663,7 +1661,7 @@ svg.jodit-icon {
|
|
|
1663
1661
|
/*!
|
|
1664
1662
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1665
1663
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1666
|
-
* Copyright (c) 2013-
|
|
1664
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1667
1665
|
*/
|
|
1668
1666
|
.jodit-ui-tooltip {
|
|
1669
1667
|
position: fixed;
|
|
@@ -1713,7 +1711,7 @@ svg.jodit-icon {
|
|
|
1713
1711
|
/*!
|
|
1714
1712
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1715
1713
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1716
|
-
* Copyright (c) 2013-
|
|
1714
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1717
1715
|
*/
|
|
1718
1716
|
.jodit-dialog {
|
|
1719
1717
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
@@ -2057,7 +2055,7 @@ svg.jodit-icon {
|
|
|
2057
2055
|
/*!
|
|
2058
2056
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2059
2057
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2060
|
-
* Copyright (c) 2013-
|
|
2058
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2061
2059
|
*/
|
|
2062
2060
|
.jodit-toolbar__box:not(:empty) {
|
|
2063
2061
|
overflow: hidden;
|
|
@@ -2075,7 +2073,7 @@ svg.jodit-icon {
|
|
|
2075
2073
|
/*!
|
|
2076
2074
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2077
2075
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2078
|
-
* Copyright (c) 2013-
|
|
2076
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2079
2077
|
*/
|
|
2080
2078
|
.jodit-ui-messages {
|
|
2081
2079
|
position: absolute;
|
|
@@ -2696,7 +2694,7 @@ svg.jodit-icon {
|
|
|
2696
2694
|
/*!
|
|
2697
2695
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2698
2696
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2699
|
-
* Copyright (c) 2013-
|
|
2697
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2700
2698
|
*/
|
|
2701
2699
|
@-webkit-keyframes pulse {
|
|
2702
2700
|
30% {
|
|
@@ -2777,7 +2775,7 @@ svg.jodit-icon {
|
|
|
2777
2775
|
/*!
|
|
2778
2776
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2779
2777
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2780
|
-
* Copyright (c) 2013-
|
|
2778
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2781
2779
|
*/
|
|
2782
2780
|
.jodit-toolbar-collection,
|
|
2783
2781
|
.jodit-toolbar-editor-collection {
|
|
@@ -2944,7 +2942,7 @@ svg.jodit-icon {
|
|
|
2944
2942
|
/*!
|
|
2945
2943
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2946
2944
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2947
|
-
* Copyright (c) 2013-
|
|
2945
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2948
2946
|
*/
|
|
2949
2947
|
.jodit-toolbar-button {
|
|
2950
2948
|
display: -webkit-box;
|
|
@@ -3243,7 +3241,7 @@ svg.jodit-icon {
|
|
|
3243
3241
|
/*!
|
|
3244
3242
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3245
3243
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3246
|
-
* Copyright (c) 2013-
|
|
3244
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3247
3245
|
*/
|
|
3248
3246
|
.jodit-toolbar-content {
|
|
3249
3247
|
position: relative;
|
|
@@ -3942,14 +3940,14 @@ svg.jodit-icon {
|
|
|
3942
3940
|
/*!
|
|
3943
3941
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3944
3942
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3945
|
-
* Copyright (c) 2013-
|
|
3943
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3946
3944
|
*/
|
|
3947
3945
|
/*!
|
|
3948
3946
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3949
3947
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3950
|
-
* Copyright (c) 2013-
|
|
3948
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3951
3949
|
*/
|
|
3952
|
-
.jodit-
|
|
3950
|
+
.jodit-file-browser {
|
|
3953
3951
|
display: -webkit-box;
|
|
3954
3952
|
display: -ms-flexbox;
|
|
3955
3953
|
display: flex;
|
|
@@ -3957,18 +3955,18 @@ svg.jodit-icon {
|
|
|
3957
3955
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
3958
3956
|
oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
3959
3957
|
}
|
|
3960
|
-
.jodit-
|
|
3958
|
+
.jodit-file-browser_no-files_true {
|
|
3961
3959
|
padding: 8px;
|
|
3962
3960
|
}
|
|
3963
3961
|
@media (max-width: 480px) {
|
|
3964
|
-
.jodit-
|
|
3962
|
+
.jodit-file-browser {
|
|
3965
3963
|
-webkit-box-orient: vertical;
|
|
3966
3964
|
-webkit-box-direction: reverse;
|
|
3967
3965
|
-ms-flex-flow: column-reverse;
|
|
3968
3966
|
flex-flow: column-reverse;
|
|
3969
3967
|
}
|
|
3970
3968
|
}
|
|
3971
|
-
.jodit-dialog .jodit-dialog__header-title.jodit-
|
|
3969
|
+
.jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
|
|
3972
3970
|
display: -webkit-box;
|
|
3973
3971
|
display: -ms-flexbox;
|
|
3974
3972
|
display: flex;
|
|
@@ -3980,9 +3978,9 @@ svg.jodit-icon {
|
|
|
3980
3978
|
/*!
|
|
3981
3979
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3982
3980
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3983
|
-
* Copyright (c) 2013-
|
|
3981
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3984
3982
|
*/
|
|
3985
|
-
.jodit-
|
|
3983
|
+
.jodit-file-browser-preview {
|
|
3986
3984
|
position: relative;
|
|
3987
3985
|
display: -webkit-box;
|
|
3988
3986
|
display: -ms-flexbox;
|
|
@@ -4002,7 +4000,7 @@ svg.jodit-icon {
|
|
|
4002
4000
|
text-align: center;
|
|
4003
4001
|
}
|
|
4004
4002
|
@media (max-width: 768px) {
|
|
4005
|
-
.jodit-
|
|
4003
|
+
.jodit-file-browser-preview {
|
|
4006
4004
|
min-width: auto;
|
|
4007
4005
|
max-width: 100%;
|
|
4008
4006
|
height: 100%;
|
|
@@ -4010,7 +4008,7 @@ svg.jodit-icon {
|
|
|
4010
4008
|
max-height: 100%;
|
|
4011
4009
|
}
|
|
4012
4010
|
}
|
|
4013
|
-
.jodit-
|
|
4011
|
+
.jodit-file-browser-preview__box {
|
|
4014
4012
|
display: -webkit-box;
|
|
4015
4013
|
display: -ms-flexbox;
|
|
4016
4014
|
display: flex;
|
|
@@ -4024,18 +4022,18 @@ svg.jodit-icon {
|
|
|
4024
4022
|
-ms-flex-pack: center;
|
|
4025
4023
|
justify-content: center;
|
|
4026
4024
|
}
|
|
4027
|
-
.jodit-
|
|
4025
|
+
.jodit-file-browser-preview__navigation {
|
|
4028
4026
|
position: absolute;
|
|
4029
4027
|
top: 0;
|
|
4030
4028
|
left: 0;
|
|
4031
4029
|
height: 100%;
|
|
4032
4030
|
cursor: pointer;
|
|
4033
4031
|
}
|
|
4034
|
-
.jodit-
|
|
4032
|
+
.jodit-file-browser-preview__navigation_arrow_next {
|
|
4035
4033
|
right: 0;
|
|
4036
4034
|
left: auto;
|
|
4037
4035
|
}
|
|
4038
|
-
.jodit-
|
|
4036
|
+
.jodit-file-browser-preview__navigation svg {
|
|
4039
4037
|
position: relative;
|
|
4040
4038
|
top: 50%;
|
|
4041
4039
|
width: 45px;
|
|
@@ -4047,10 +4045,10 @@ svg.jodit-icon {
|
|
|
4047
4045
|
-webkit-transition: fill 0.3s linear;
|
|
4048
4046
|
transition: fill 0.3s linear;
|
|
4049
4047
|
}
|
|
4050
|
-
.jodit-
|
|
4048
|
+
.jodit-file-browser-preview__navigation:hover svg {
|
|
4051
4049
|
fill: #000;
|
|
4052
4050
|
}
|
|
4053
|
-
.jodit-
|
|
4051
|
+
.jodit-file-browser-preview img {
|
|
4054
4052
|
max-width: 100%;
|
|
4055
4053
|
max-height: 100%;
|
|
4056
4054
|
}
|
|
@@ -4058,7 +4056,7 @@ svg.jodit-icon {
|
|
|
4058
4056
|
/*!
|
|
4059
4057
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4060
4058
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4061
|
-
* Copyright (c) 2013-
|
|
4059
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4062
4060
|
*/
|
|
4063
4061
|
.jodit-image-editor {
|
|
4064
4062
|
overflow: hidden;
|
|
@@ -4276,17 +4274,17 @@ svg.jodit-icon {
|
|
|
4276
4274
|
justify-content: center;
|
|
4277
4275
|
}
|
|
4278
4276
|
|
|
4279
|
-
.jodit-
|
|
4277
|
+
.jodit-file-browser-files {
|
|
4280
4278
|
position: relative;
|
|
4281
4279
|
display: none;
|
|
4282
4280
|
height: 100%;
|
|
4283
4281
|
vertical-align: top;
|
|
4284
4282
|
overflow-anchor: auto;
|
|
4285
4283
|
}
|
|
4286
|
-
.jodit-
|
|
4284
|
+
.jodit-file-browser-files .jodit-button {
|
|
4287
4285
|
border-radius: 0;
|
|
4288
4286
|
}
|
|
4289
|
-
.jodit-
|
|
4287
|
+
.jodit-file-browser-files_loading_true::before {
|
|
4290
4288
|
position: absolute;
|
|
4291
4289
|
top: 0;
|
|
4292
4290
|
left: 0;
|
|
@@ -4294,7 +4292,7 @@ svg.jodit-icon {
|
|
|
4294
4292
|
height: 100%;
|
|
4295
4293
|
content: '';
|
|
4296
4294
|
}
|
|
4297
|
-
.jodit-
|
|
4295
|
+
.jodit-file-browser-files_loading_true::after {
|
|
4298
4296
|
position: absolute;
|
|
4299
4297
|
top: 50%;
|
|
4300
4298
|
left: 50%;
|
|
@@ -4312,18 +4310,18 @@ svg.jodit-icon {
|
|
|
4312
4310
|
vertical-align: middle;
|
|
4313
4311
|
will-change: transform;
|
|
4314
4312
|
}
|
|
4315
|
-
.jodit-
|
|
4313
|
+
.jodit-file-browser-files::-webkit-scrollbar {
|
|
4316
4314
|
width: calc(8px / 2);
|
|
4317
4315
|
}
|
|
4318
|
-
.jodit-
|
|
4316
|
+
.jodit-file-browser-files::-webkit-scrollbar-track {
|
|
4319
4317
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4320
4318
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4321
4319
|
}
|
|
4322
|
-
.jodit-
|
|
4320
|
+
.jodit-file-browser-files::-webkit-scrollbar-thumb {
|
|
4323
4321
|
background-color: darkgrey;
|
|
4324
4322
|
outline: 1px solid slategrey;
|
|
4325
4323
|
}
|
|
4326
|
-
.jodit-
|
|
4324
|
+
.jodit-file-browser-files_active_true {
|
|
4327
4325
|
display: -webkit-box;
|
|
4328
4326
|
display: -ms-flexbox;
|
|
4329
4327
|
display: flex;
|
|
@@ -4335,7 +4333,7 @@ svg.jodit-icon {
|
|
|
4335
4333
|
padding: calc(8px / 2);
|
|
4336
4334
|
overflow-y: auto;
|
|
4337
4335
|
}
|
|
4338
|
-
.jodit-
|
|
4336
|
+
.jodit-file-browser-files__item {
|
|
4339
4337
|
position: relative;
|
|
4340
4338
|
display: -webkit-box;
|
|
4341
4339
|
display: -ms-flexbox;
|
|
@@ -4357,26 +4355,26 @@ svg.jodit-icon {
|
|
|
4357
4355
|
transition: border 0.1s linear, bottom 0.1s linear;
|
|
4358
4356
|
}
|
|
4359
4357
|
@media (max-width: 480px) {
|
|
4360
|
-
.jodit-
|
|
4358
|
+
.jodit-file-browser-files__item {
|
|
4361
4359
|
width: calc(50% - 8px);
|
|
4362
4360
|
}
|
|
4363
4361
|
}
|
|
4364
|
-
.jodit-
|
|
4362
|
+
.jodit-file-browser-files__item img {
|
|
4365
4363
|
max-width: 100%;
|
|
4366
4364
|
}
|
|
4367
|
-
.jodit-
|
|
4365
|
+
.jodit-file-browser-files__item:hover {
|
|
4368
4366
|
border-color: #433b5c;
|
|
4369
4367
|
}
|
|
4370
|
-
.jodit-
|
|
4368
|
+
.jodit-file-browser-files__item_active_true {
|
|
4371
4369
|
border-color: #1e88e5;
|
|
4372
4370
|
background-color: #b5b5b5;
|
|
4373
4371
|
}
|
|
4374
|
-
.jodit-
|
|
4372
|
+
.jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info {
|
|
4375
4373
|
background-color: #b5b5b5;
|
|
4376
4374
|
color: white;
|
|
4377
4375
|
text-shadow: none;
|
|
4378
4376
|
}
|
|
4379
|
-
.jodit-
|
|
4377
|
+
.jodit-file-browser-files__item-info {
|
|
4380
4378
|
position: absolute;
|
|
4381
4379
|
right: 0;
|
|
4382
4380
|
bottom: 0;
|
|
@@ -4394,24 +4392,24 @@ svg.jodit-icon {
|
|
|
4394
4392
|
transition: opacity 400ms ease;
|
|
4395
4393
|
white-space: normal;
|
|
4396
4394
|
}
|
|
4397
|
-
.jodit-
|
|
4395
|
+
.jodit-file-browser-files__item-info > span {
|
|
4398
4396
|
display: block;
|
|
4399
4397
|
overflow: hidden;
|
|
4400
4398
|
font-size: 0.75em;
|
|
4401
4399
|
text-overflow: ellipsis;
|
|
4402
4400
|
white-space: nowrap;
|
|
4403
4401
|
}
|
|
4404
|
-
.jodit-
|
|
4402
|
+
.jodit-file-browser-files__item-info > span.jodit-file-browser-files__item-info-filename {
|
|
4405
4403
|
font-size: 0.9em;
|
|
4406
4404
|
font-weight: bold;
|
|
4407
4405
|
}
|
|
4408
|
-
.jodit-
|
|
4406
|
+
.jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info {
|
|
4409
4407
|
bottom: -100px;
|
|
4410
4408
|
}
|
|
4411
|
-
.jodit-
|
|
4409
|
+
.jodit-file-browser-files_view_list {
|
|
4412
4410
|
scroll-behavior: smooth;
|
|
4413
4411
|
}
|
|
4414
|
-
.jodit-
|
|
4412
|
+
.jodit-file-browser-files_view_list a {
|
|
4415
4413
|
display: block;
|
|
4416
4414
|
width: 100%;
|
|
4417
4415
|
height: 26px;
|
|
@@ -4421,14 +4419,14 @@ svg.jodit-icon {
|
|
|
4421
4419
|
text-align: left;
|
|
4422
4420
|
white-space: nowrap;
|
|
4423
4421
|
}
|
|
4424
|
-
.jodit-
|
|
4422
|
+
.jodit-file-browser-files_view_list a img {
|
|
4425
4423
|
display: inline-block;
|
|
4426
4424
|
min-width: 16px;
|
|
4427
4425
|
max-width: 16px;
|
|
4428
4426
|
margin-left: 4px;
|
|
4429
4427
|
vertical-align: middle;
|
|
4430
4428
|
}
|
|
4431
|
-
.jodit-
|
|
4429
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info {
|
|
4432
4430
|
position: static;
|
|
4433
4431
|
display: inline-block;
|
|
4434
4432
|
width: calc(100% - 20px);
|
|
@@ -4440,44 +4438,44 @@ svg.jodit-icon {
|
|
|
4440
4438
|
line-height: inherit;
|
|
4441
4439
|
vertical-align: middle;
|
|
4442
4440
|
}
|
|
4443
|
-
.jodit-
|
|
4441
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info > span {
|
|
4444
4442
|
display: inline-block;
|
|
4445
4443
|
height: 100%;
|
|
4446
4444
|
font-size: 12px;
|
|
4447
4445
|
}
|
|
4448
|
-
.jodit-
|
|
4446
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename {
|
|
4449
4447
|
width: 50%;
|
|
4450
4448
|
}
|
|
4451
|
-
.jodit-
|
|
4449
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize {
|
|
4452
4450
|
width: 25%;
|
|
4453
4451
|
}
|
|
4454
|
-
.jodit-
|
|
4452
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged {
|
|
4455
4453
|
width: 25%;
|
|
4456
4454
|
}
|
|
4457
|
-
.jodit-
|
|
4455
|
+
.jodit-file-browser-files_view_list a:hover {
|
|
4458
4456
|
background-color: #433b5c;
|
|
4459
4457
|
}
|
|
4460
|
-
.jodit-
|
|
4458
|
+
.jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info {
|
|
4461
4459
|
color: #fff;
|
|
4462
4460
|
text-shadow: none;
|
|
4463
4461
|
}
|
|
4464
|
-
.jodit-
|
|
4462
|
+
.jodit-file-browser-files_view_list a::before {
|
|
4465
4463
|
display: inline-block;
|
|
4466
4464
|
height: 100%;
|
|
4467
4465
|
content: '';
|
|
4468
4466
|
vertical-align: middle;
|
|
4469
4467
|
}
|
|
4470
|
-
.jodit-
|
|
4468
|
+
.jodit-file-browser-tree {
|
|
4471
4469
|
position: relative;
|
|
4472
4470
|
display: none;
|
|
4473
4471
|
height: 100%;
|
|
4474
4472
|
vertical-align: top;
|
|
4475
4473
|
overflow-anchor: auto;
|
|
4476
4474
|
}
|
|
4477
|
-
.jodit-
|
|
4475
|
+
.jodit-file-browser-tree .jodit-button {
|
|
4478
4476
|
border-radius: 0;
|
|
4479
4477
|
}
|
|
4480
|
-
.jodit-
|
|
4478
|
+
.jodit-file-browser-tree_loading_true::before {
|
|
4481
4479
|
position: absolute;
|
|
4482
4480
|
top: 0;
|
|
4483
4481
|
left: 0;
|
|
@@ -4485,7 +4483,7 @@ svg.jodit-icon {
|
|
|
4485
4483
|
height: 100%;
|
|
4486
4484
|
content: '';
|
|
4487
4485
|
}
|
|
4488
|
-
.jodit-
|
|
4486
|
+
.jodit-file-browser-tree_loading_true::after {
|
|
4489
4487
|
position: absolute;
|
|
4490
4488
|
top: 50%;
|
|
4491
4489
|
left: 50%;
|
|
@@ -4503,18 +4501,18 @@ svg.jodit-icon {
|
|
|
4503
4501
|
vertical-align: middle;
|
|
4504
4502
|
will-change: transform;
|
|
4505
4503
|
}
|
|
4506
|
-
.jodit-
|
|
4504
|
+
.jodit-file-browser-tree::-webkit-scrollbar {
|
|
4507
4505
|
width: calc(8px / 2);
|
|
4508
4506
|
}
|
|
4509
|
-
.jodit-
|
|
4507
|
+
.jodit-file-browser-tree::-webkit-scrollbar-track {
|
|
4510
4508
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4511
4509
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4512
4510
|
}
|
|
4513
|
-
.jodit-
|
|
4511
|
+
.jodit-file-browser-tree::-webkit-scrollbar-thumb {
|
|
4514
4512
|
background-color: darkgrey;
|
|
4515
4513
|
outline: 1px solid slategrey;
|
|
4516
4514
|
}
|
|
4517
|
-
.jodit-
|
|
4515
|
+
.jodit-file-browser-tree_active_true {
|
|
4518
4516
|
z-index: 2;
|
|
4519
4517
|
display: -webkit-box;
|
|
4520
4518
|
display: -ms-flexbox;
|
|
@@ -4526,28 +4524,28 @@ svg.jodit-icon {
|
|
|
4526
4524
|
-webkit-box-direction: normal;
|
|
4527
4525
|
-ms-flex-direction: column;
|
|
4528
4526
|
flex-direction: column;
|
|
4529
|
-
background-color:
|
|
4527
|
+
background-color: undefined;
|
|
4530
4528
|
overflow-y: auto;
|
|
4531
4529
|
}
|
|
4532
4530
|
@media (max-width: 480px) {
|
|
4533
|
-
.jodit-
|
|
4531
|
+
.jodit-file-browser-tree_active_true {
|
|
4534
4532
|
width: auto;
|
|
4535
4533
|
max-width: 100%;
|
|
4536
4534
|
height: 100px;
|
|
4537
4535
|
}
|
|
4538
4536
|
}
|
|
4539
|
-
.jodit-
|
|
4537
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar {
|
|
4540
4538
|
width: calc(8px / 2);
|
|
4541
4539
|
}
|
|
4542
|
-
.jodit-
|
|
4540
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
|
|
4543
4541
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4544
4542
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
4545
4543
|
}
|
|
4546
|
-
.jodit-
|
|
4544
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
|
|
4547
4545
|
background-color: rgba(127, 127, 127, 0.5);
|
|
4548
4546
|
outline: 1px solid slategrey;
|
|
4549
4547
|
}
|
|
4550
|
-
.jodit-
|
|
4548
|
+
.jodit-file-browser-tree__item {
|
|
4551
4549
|
position: relative;
|
|
4552
4550
|
display: -webkit-box;
|
|
4553
4551
|
display: -ms-flexbox;
|
|
@@ -4567,13 +4565,13 @@ svg.jodit-icon {
|
|
|
4567
4565
|
transition: background-color 0.2s ease 0s;
|
|
4568
4566
|
word-break: break-all;
|
|
4569
4567
|
}
|
|
4570
|
-
.jodit-
|
|
4568
|
+
.jodit-file-browser-tree__item-title {
|
|
4571
4569
|
-webkit-box-flex: 1;
|
|
4572
4570
|
-ms-flex: 1;
|
|
4573
4571
|
flex: 1;
|
|
4574
4572
|
color: #b1b1b1;
|
|
4575
4573
|
}
|
|
4576
|
-
.jodit-
|
|
4574
|
+
.jodit-file-browser-tree__item .jodit-icon_folder {
|
|
4577
4575
|
display: -webkit-box;
|
|
4578
4576
|
display: -ms-flexbox;
|
|
4579
4577
|
display: flex;
|
|
@@ -4588,25 +4586,25 @@ svg.jodit-icon {
|
|
|
4588
4586
|
margin-left: calc(8px / 2);
|
|
4589
4587
|
opacity: 0.3;
|
|
4590
4588
|
}
|
|
4591
|
-
.jodit-
|
|
4589
|
+
.jodit-file-browser-tree__item .jodit-icon_folder svg {
|
|
4592
4590
|
width: 12px;
|
|
4593
4591
|
height: 12px;
|
|
4594
4592
|
fill: #b1b1b1 !important;
|
|
4595
4593
|
stroke: #b1b1b1 !important;
|
|
4596
4594
|
}
|
|
4597
|
-
.jodit-
|
|
4595
|
+
.jodit-file-browser-tree__item .jodit-icon_folder:hover {
|
|
4598
4596
|
background: #696969;
|
|
4599
4597
|
}
|
|
4600
|
-
.jodit-
|
|
4598
|
+
.jodit-file-browser-tree__item:hover {
|
|
4601
4599
|
background-color: #ecebe9;
|
|
4602
4600
|
}
|
|
4603
|
-
.jodit-
|
|
4601
|
+
.jodit-file-browser-tree__item:hover-title {
|
|
4604
4602
|
color: #222;
|
|
4605
4603
|
}
|
|
4606
|
-
.jodit-
|
|
4604
|
+
.jodit-file-browser-tree__item:hover i.jodit-icon_folder {
|
|
4607
4605
|
opacity: 0.6;
|
|
4608
4606
|
}
|
|
4609
|
-
.jodit-
|
|
4607
|
+
.jodit-file-browser-tree__source-title {
|
|
4610
4608
|
position: relative;
|
|
4611
4609
|
display: block;
|
|
4612
4610
|
padding: 2px 4px;
|
|
@@ -4620,14 +4618,14 @@ svg.jodit-icon {
|
|
|
4620
4618
|
user-select: none;
|
|
4621
4619
|
word-break: break-all;
|
|
4622
4620
|
}
|
|
4623
|
-
a + .jodit-
|
|
4621
|
+
a + .jodit-file-browser-tree__source-title {
|
|
4624
4622
|
margin-top: 8px;
|
|
4625
4623
|
}
|
|
4626
4624
|
|
|
4627
4625
|
/*!
|
|
4628
4626
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4629
4627
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4630
|
-
* Copyright (c) 2013-
|
|
4628
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4631
4629
|
*/
|
|
4632
4630
|
.jodit-status-bar {
|
|
4633
4631
|
display: -webkit-box;
|
|
@@ -4723,7 +4721,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4723
4721
|
/*!
|
|
4724
4722
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4725
4723
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4726
|
-
* Copyright (c) 2013-
|
|
4724
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4727
4725
|
*/
|
|
4728
4726
|
.jodit-drag-and-drop__file-box {
|
|
4729
4727
|
position: relative;
|
|
@@ -4770,7 +4768,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4770
4768
|
/*!
|
|
4771
4769
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4772
4770
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4773
|
-
* Copyright (c) 2013-
|
|
4771
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4774
4772
|
*/
|
|
4775
4773
|
.jodit-about {
|
|
4776
4774
|
padding: 20px;
|
|
@@ -4792,7 +4790,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4792
4790
|
/*!
|
|
4793
4791
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4794
4792
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4795
|
-
* Copyright (c) 2013-
|
|
4793
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4796
4794
|
*/
|
|
4797
4795
|
.jodit-add-new-line {
|
|
4798
4796
|
position: fixed;
|
|
@@ -4850,7 +4848,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4850
4848
|
/*!
|
|
4851
4849
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4852
4850
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4853
|
-
* Copyright (c) 2013-
|
|
4851
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4854
4852
|
*/
|
|
4855
4853
|
.jodit-color-picker {
|
|
4856
4854
|
margin: 0;
|
|
@@ -4913,7 +4911,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4913
4911
|
/*!
|
|
4914
4912
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4915
4913
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4916
|
-
* Copyright (c) 2013-
|
|
4914
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4917
4915
|
*/
|
|
4918
4916
|
.jodit-tabs {
|
|
4919
4917
|
font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
@@ -4973,7 +4971,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4973
4971
|
/*!
|
|
4974
4972
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4975
4973
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4976
|
-
* Copyright (c) 2013-
|
|
4974
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4977
4975
|
*/
|
|
4978
4976
|
.jodit_fullsize-box_true {
|
|
4979
4977
|
position: static !important;
|
|
@@ -5006,7 +5004,7 @@ html.jodit_fullsize-box_true {
|
|
|
5006
5004
|
/*!
|
|
5007
5005
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5008
5006
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5009
|
-
* Copyright (c) 2013-
|
|
5007
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5010
5008
|
*/
|
|
5011
5009
|
.jodit-properties__unlock > svg,
|
|
5012
5010
|
.jodit-properties__lock > svg {
|
|
@@ -5068,7 +5066,7 @@ html.jodit_fullsize-box_true {
|
|
|
5068
5066
|
/*!
|
|
5069
5067
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5070
5068
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5071
|
-
* Copyright (c) 2013-
|
|
5069
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5072
5070
|
*/
|
|
5073
5071
|
.jodit-popup-inline__container {
|
|
5074
5072
|
z-index: 1300;
|
|
@@ -5078,7 +5076,7 @@ html.jodit_fullsize-box_true {
|
|
|
5078
5076
|
/*!
|
|
5079
5077
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5080
5078
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5081
|
-
* Copyright (c) 2013-
|
|
5079
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5082
5080
|
*/
|
|
5083
5081
|
.jodit-paste-storage {
|
|
5084
5082
|
max-width: 600px;
|
|
@@ -5131,7 +5129,7 @@ html.jodit_fullsize-box_true {
|
|
|
5131
5129
|
/*!
|
|
5132
5130
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5133
5131
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5134
|
-
* Copyright (c) 2013-
|
|
5132
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5135
5133
|
*/
|
|
5136
5134
|
.jodit-placeholder {
|
|
5137
5135
|
position: absolute;
|
|
@@ -5224,7 +5222,7 @@ html.jodit_fullsize-box_true {
|
|
|
5224
5222
|
/*!
|
|
5225
5223
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5226
5224
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5227
|
-
* Copyright (c) 2013-
|
|
5225
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5228
5226
|
*/
|
|
5229
5227
|
[data-jodit_iframe_wrapper] {
|
|
5230
5228
|
position: relative;
|
|
@@ -5323,7 +5321,7 @@ html.jodit_fullsize-box_true {
|
|
|
5323
5321
|
/*!
|
|
5324
5322
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5325
5323
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5326
|
-
* Copyright (c) 2013-
|
|
5324
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5327
5325
|
*/
|
|
5328
5326
|
.jodit-ui-search {
|
|
5329
5327
|
position: absolute;
|
|
@@ -5476,7 +5474,7 @@ html.jodit_fullsize-box_true {
|
|
|
5476
5474
|
/*!
|
|
5477
5475
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5478
5476
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5479
|
-
* Copyright (c) 2013-
|
|
5477
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5480
5478
|
*/
|
|
5481
5479
|
.jodit-container:not(.jodit_inline) {
|
|
5482
5480
|
min-height: 100px;
|
|
@@ -5514,7 +5512,7 @@ html.jodit_fullsize-box_true {
|
|
|
5514
5512
|
/*!
|
|
5515
5513
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5516
5514
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5517
|
-
* Copyright (c) 2013-
|
|
5515
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5518
5516
|
*/
|
|
5519
5517
|
.jodit-source {
|
|
5520
5518
|
position: relative;
|
|
@@ -5588,7 +5586,7 @@ html.jodit_fullsize-box_true {
|
|
|
5588
5586
|
/*!
|
|
5589
5587
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5590
5588
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5591
|
-
* Copyright (c) 2013-
|
|
5589
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5592
5590
|
*/
|
|
5593
5591
|
.jodit_sticky-dummy_toolbar {
|
|
5594
5592
|
display: none;
|
|
@@ -5608,7 +5606,7 @@ html.jodit_fullsize-box_true {
|
|
|
5608
5606
|
/*!
|
|
5609
5607
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5610
5608
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5611
|
-
* Copyright (c) 2013-
|
|
5609
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5612
5610
|
*/
|
|
5613
5611
|
.jodit-symbols {
|
|
5614
5612
|
width: 460px;
|
|
@@ -5664,7 +5662,7 @@ html.jodit_fullsize-box_true {
|
|
|
5664
5662
|
/*!
|
|
5665
5663
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5666
5664
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5667
|
-
* Copyright (c) 2013-
|
|
5665
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5668
5666
|
*/
|
|
5669
5667
|
.jodit-context table,
|
|
5670
5668
|
.jodit-wysiwyg table {
|
|
@@ -5784,8 +5782,8 @@ html.jodit_fullsize-box_true {
|
|
|
5784
5782
|
margin-left: 0;
|
|
5785
5783
|
}
|
|
5786
5784
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
|
|
5787
|
-
border-color: #
|
|
5788
|
-
background: #
|
|
5785
|
+
border-color: #dcdcdc;
|
|
5786
|
+
background: #dcdcdc;
|
|
5789
5787
|
}
|
|
5790
5788
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
|
|
5791
5789
|
font-size: 14px;
|
|
@@ -5807,7 +5805,7 @@ html.jodit_fullsize-box_true {
|
|
|
5807
5805
|
/*!
|
|
5808
5806
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5809
5807
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5810
|
-
* Copyright (c) 2013-
|
|
5808
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5811
5809
|
*/
|
|
5812
5810
|
.jodit-xpath {
|
|
5813
5811
|
display: -webkit-box;
|
|
@@ -5836,7 +5834,7 @@ html.jodit_fullsize-box_true {
|
|
|
5836
5834
|
/*!
|
|
5837
5835
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5838
5836
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5839
|
-
* Copyright (c) 2013-
|
|
5837
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5840
5838
|
*/
|
|
5841
5839
|
.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal {
|
|
5842
5840
|
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 +5905,322 @@ html.jodit_fullsize-box_true {
|
|
|
5907
5905
|
border-color: #575757;
|
|
5908
5906
|
}
|
|
5909
5907
|
.jodit-dialog_theme_dark .jodit-popup__content {
|
|
5910
|
-
background: #
|
|
5908
|
+
background: #575757;
|
|
5911
5909
|
}
|
|
5912
5910
|
.jodit_theme_dark .jodit-popup__content {
|
|
5913
|
-
background: #
|
|
5911
|
+
background: #575757;
|
|
5914
5912
|
}
|
|
5915
5913
|
.jodit-dialog_theme_dark .jodit-ui-button__text {
|
|
5916
|
-
color: #
|
|
5914
|
+
color: #222;
|
|
5915
|
+
}
|
|
5916
|
+
.jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
5917
|
+
color: #575757;
|
|
5917
5918
|
}
|
|
5918
5919
|
.jodit_theme_dark .jodit-ui-button__text {
|
|
5919
|
-
color: #
|
|
5920
|
+
color: #222;
|
|
5921
|
+
}
|
|
5922
|
+
.jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
5923
|
+
color: #575757;
|
|
5924
|
+
}
|
|
5925
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text {
|
|
5926
|
+
color: #222;
|
|
5927
|
+
}
|
|
5928
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
5929
|
+
color: #575757;
|
|
5930
|
+
}
|
|
5931
|
+
.jodit_theme_dark .jodit-toolbar-select__text {
|
|
5932
|
+
color: #222;
|
|
5933
|
+
}
|
|
5934
|
+
.jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
5935
|
+
color: #575757;
|
|
5920
5936
|
}
|
|
5921
5937
|
.jodit-dialog_theme_dark .jodit-toolbar-button__text {
|
|
5922
|
-
color: #
|
|
5938
|
+
color: #222;
|
|
5939
|
+
}
|
|
5940
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
5941
|
+
color: #575757;
|
|
5923
5942
|
}
|
|
5924
5943
|
.jodit_theme_dark .jodit-toolbar-button__text {
|
|
5925
|
-
color: #
|
|
5944
|
+
color: #222;
|
|
5945
|
+
}
|
|
5946
|
+
.jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
5947
|
+
color: #575757;
|
|
5948
|
+
}
|
|
5949
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg {
|
|
5950
|
+
fill: #c0c0c0;
|
|
5951
|
+
stroke: #c0c0c0;
|
|
5952
|
+
}
|
|
5953
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5954
|
+
stroke: #575757;
|
|
5955
|
+
}
|
|
5956
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5957
|
+
fill: #575757;
|
|
5958
|
+
}
|
|
5959
|
+
.jodit_theme_dark .jodit-ui-button svg {
|
|
5960
|
+
fill: #c0c0c0;
|
|
5961
|
+
stroke: #c0c0c0;
|
|
5962
|
+
}
|
|
5963
|
+
.jodit_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5964
|
+
stroke: #575757;
|
|
5965
|
+
}
|
|
5966
|
+
.jodit_theme_dark .jodit-ui-button svg:hover:not([disabled]) {
|
|
5967
|
+
fill: #575757;
|
|
5968
|
+
}
|
|
5969
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg {
|
|
5970
|
+
fill: #c0c0c0;
|
|
5971
|
+
stroke: #c0c0c0;
|
|
5972
|
+
}
|
|
5973
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5974
|
+
stroke: #575757;
|
|
5975
|
+
}
|
|
5976
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5977
|
+
fill: #575757;
|
|
5978
|
+
}
|
|
5979
|
+
.jodit_theme_dark .jodit-toolbar-select svg {
|
|
5980
|
+
fill: #c0c0c0;
|
|
5981
|
+
stroke: #c0c0c0;
|
|
5982
|
+
}
|
|
5983
|
+
.jodit_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5984
|
+
stroke: #575757;
|
|
5985
|
+
}
|
|
5986
|
+
.jodit_theme_dark .jodit-toolbar-select svg:hover:not([disabled]) {
|
|
5987
|
+
fill: #575757;
|
|
5988
|
+
}
|
|
5989
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg {
|
|
5990
|
+
fill: #c0c0c0;
|
|
5991
|
+
stroke: #c0c0c0;
|
|
5992
|
+
}
|
|
5993
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
5994
|
+
stroke: #575757;
|
|
5995
|
+
}
|
|
5996
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
5997
|
+
fill: #575757;
|
|
5998
|
+
}
|
|
5999
|
+
.jodit_theme_dark .jodit-toolbar-button svg {
|
|
6000
|
+
fill: #c0c0c0;
|
|
6001
|
+
stroke: #c0c0c0;
|
|
6002
|
+
}
|
|
6003
|
+
.jodit_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
6004
|
+
stroke: #575757;
|
|
6005
|
+
}
|
|
6006
|
+
.jodit_theme_dark .jodit-toolbar-button svg:hover:not([disabled]) {
|
|
6007
|
+
fill: #575757;
|
|
6008
|
+
}
|
|
6009
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger {
|
|
6010
|
+
fill: #4c4c4c;
|
|
6011
|
+
stroke: #4c4c4c;
|
|
6012
|
+
}
|
|
6013
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6014
|
+
stroke: #575757;
|
|
6015
|
+
}
|
|
6016
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6017
|
+
fill: #575757;
|
|
6018
|
+
}
|
|
6019
|
+
.jodit_theme_dark .jodit-ui-button__trigger {
|
|
6020
|
+
fill: #4c4c4c;
|
|
6021
|
+
stroke: #4c4c4c;
|
|
6022
|
+
}
|
|
6023
|
+
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6024
|
+
stroke: #575757;
|
|
6025
|
+
}
|
|
6026
|
+
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
6027
|
+
fill: #575757;
|
|
6028
|
+
}
|
|
6029
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger {
|
|
6030
|
+
fill: #4c4c4c;
|
|
6031
|
+
stroke: #4c4c4c;
|
|
6032
|
+
}
|
|
6033
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6034
|
+
stroke: #575757;
|
|
6035
|
+
}
|
|
6036
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6037
|
+
fill: #575757;
|
|
6038
|
+
}
|
|
6039
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger {
|
|
6040
|
+
fill: #4c4c4c;
|
|
6041
|
+
stroke: #4c4c4c;
|
|
6042
|
+
}
|
|
6043
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6044
|
+
stroke: #575757;
|
|
6045
|
+
}
|
|
6046
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6047
|
+
fill: #575757;
|
|
6048
|
+
}
|
|
6049
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger {
|
|
6050
|
+
fill: #4c4c4c;
|
|
6051
|
+
stroke: #4c4c4c;
|
|
6052
|
+
}
|
|
6053
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6054
|
+
stroke: #575757;
|
|
6055
|
+
}
|
|
6056
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6057
|
+
fill: #575757;
|
|
6058
|
+
}
|
|
6059
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger {
|
|
6060
|
+
fill: #4c4c4c;
|
|
6061
|
+
stroke: #4c4c4c;
|
|
6062
|
+
}
|
|
6063
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6064
|
+
stroke: #575757;
|
|
6065
|
+
}
|
|
6066
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
6067
|
+
fill: #575757;
|
|
6068
|
+
}
|
|
6069
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon {
|
|
6070
|
+
fill: #c0c0c0;
|
|
6071
|
+
stroke: #c0c0c0;
|
|
6072
|
+
}
|
|
6073
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6074
|
+
stroke: #575757;
|
|
6075
|
+
}
|
|
6076
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6077
|
+
fill: #575757;
|
|
6078
|
+
}
|
|
6079
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon {
|
|
6080
|
+
fill: #c0c0c0;
|
|
6081
|
+
stroke: #c0c0c0;
|
|
6082
|
+
}
|
|
6083
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6084
|
+
stroke: #575757;
|
|
6085
|
+
}
|
|
6086
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon:hover:not([disabled]) {
|
|
6087
|
+
fill: #575757;
|
|
6088
|
+
}
|
|
6089
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon {
|
|
6090
|
+
fill: #c0c0c0;
|
|
6091
|
+
stroke: #c0c0c0;
|
|
6092
|
+
}
|
|
6093
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6094
|
+
stroke: #575757;
|
|
6095
|
+
}
|
|
6096
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6097
|
+
fill: #575757;
|
|
6098
|
+
}
|
|
6099
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon {
|
|
6100
|
+
fill: #c0c0c0;
|
|
6101
|
+
stroke: #c0c0c0;
|
|
6102
|
+
}
|
|
6103
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6104
|
+
stroke: #575757;
|
|
6105
|
+
}
|
|
6106
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon:hover:not([disabled]) {
|
|
6107
|
+
fill: #575757;
|
|
6108
|
+
}
|
|
6109
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon {
|
|
6110
|
+
fill: #c0c0c0;
|
|
6111
|
+
stroke: #c0c0c0;
|
|
6112
|
+
}
|
|
6113
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6114
|
+
stroke: #575757;
|
|
6115
|
+
}
|
|
6116
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6117
|
+
fill: #575757;
|
|
6118
|
+
}
|
|
6119
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon {
|
|
6120
|
+
fill: #c0c0c0;
|
|
6121
|
+
stroke: #c0c0c0;
|
|
6122
|
+
}
|
|
6123
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6124
|
+
stroke: #575757;
|
|
6125
|
+
}
|
|
6126
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon:hover:not([disabled]) {
|
|
6127
|
+
fill: #575757;
|
|
5926
6128
|
}
|
|
5927
6129
|
.jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]) {
|
|
5928
|
-
background-color: #
|
|
6130
|
+
background-color: #c0c0c0;
|
|
6131
|
+
color: #575757;
|
|
5929
6132
|
}
|
|
5930
6133
|
.jodit_theme_dark .jodit-ui-button:hover:not([disabled]) {
|
|
5931
|
-
background-color: #
|
|
6134
|
+
background-color: #c0c0c0;
|
|
6135
|
+
color: #575757;
|
|
6136
|
+
}
|
|
6137
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select:hover:not([disabled]) {
|
|
6138
|
+
background-color: #c0c0c0;
|
|
6139
|
+
color: #575757;
|
|
6140
|
+
}
|
|
6141
|
+
.jodit_theme_dark .jodit-toolbar-select:hover:not([disabled]) {
|
|
6142
|
+
background-color: #c0c0c0;
|
|
6143
|
+
color: #575757;
|
|
5932
6144
|
}
|
|
5933
6145
|
.jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
|
|
5934
|
-
background-color: #
|
|
6146
|
+
background-color: #c0c0c0;
|
|
6147
|
+
color: #575757;
|
|
5935
6148
|
}
|
|
5936
6149
|
.jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
|
|
5937
|
-
background-color: #
|
|
6150
|
+
background-color: #c0c0c0;
|
|
6151
|
+
color: #575757;
|
|
6152
|
+
}
|
|
6153
|
+
.jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
6154
|
+
background-color: #c0c0c0;
|
|
6155
|
+
color: #575757;
|
|
6156
|
+
}
|
|
6157
|
+
.jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]) {
|
|
6158
|
+
background-color: #c0c0c0;
|
|
6159
|
+
color: #575757;
|
|
6160
|
+
}
|
|
6161
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
6162
|
+
background-color: #c0c0c0;
|
|
6163
|
+
color: #575757;
|
|
6164
|
+
}
|
|
6165
|
+
.jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]) {
|
|
6166
|
+
background-color: #c0c0c0;
|
|
6167
|
+
color: #575757;
|
|
6168
|
+
}
|
|
6169
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
6170
|
+
background-color: #c0c0c0;
|
|
6171
|
+
color: #575757;
|
|
6172
|
+
}
|
|
6173
|
+
.jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]) {
|
|
6174
|
+
background-color: #c0c0c0;
|
|
6175
|
+
color: #575757;
|
|
5938
6176
|
}
|
|
5939
6177
|
.jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
|
|
5940
|
-
background-color: #
|
|
6178
|
+
background-color: #c0c0c0;
|
|
6179
|
+
color: #575757;
|
|
5941
6180
|
}
|
|
5942
6181
|
.jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
|
|
5943
|
-
background-color: #
|
|
6182
|
+
background-color: #c0c0c0;
|
|
6183
|
+
color: #575757;
|
|
6184
|
+
}
|
|
6185
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__button:hover:not([disabled]) {
|
|
6186
|
+
background-color: #c0c0c0;
|
|
6187
|
+
color: #575757;
|
|
6188
|
+
}
|
|
6189
|
+
.jodit_theme_dark .jodit-toolbar-select__button:hover:not([disabled]) {
|
|
6190
|
+
background-color: #c0c0c0;
|
|
6191
|
+
color: #575757;
|
|
5944
6192
|
}
|
|
5945
6193
|
.jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
|
|
5946
|
-
background-color: #
|
|
6194
|
+
background-color: #c0c0c0;
|
|
6195
|
+
color: #575757;
|
|
5947
6196
|
}
|
|
5948
6197
|
.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
|
|
5949
|
-
background-color: #
|
|
6198
|
+
background-color: #c0c0c0;
|
|
6199
|
+
color: #575757;
|
|
5950
6200
|
}
|
|
5951
6201
|
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
5952
|
-
background-color: #
|
|
6202
|
+
background-color: #c0c0c0;
|
|
6203
|
+
color: #575757;
|
|
5953
6204
|
}
|
|
5954
6205
|
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
|
|
5955
|
-
background-color: #
|
|
6206
|
+
background-color: #c0c0c0;
|
|
6207
|
+
color: #575757;
|
|
6208
|
+
}
|
|
6209
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6210
|
+
background-color: #c0c0c0;
|
|
6211
|
+
color: #575757;
|
|
6212
|
+
}
|
|
6213
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]) {
|
|
6214
|
+
background-color: #c0c0c0;
|
|
6215
|
+
color: #575757;
|
|
5956
6216
|
}
|
|
5957
6217
|
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
5958
|
-
background-color: #
|
|
6218
|
+
background-color: #c0c0c0;
|
|
6219
|
+
color: #575757;
|
|
5959
6220
|
}
|
|
5960
6221
|
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
5961
|
-
background-color: #
|
|
6222
|
+
background-color: #c0c0c0;
|
|
6223
|
+
color: #575757;
|
|
5962
6224
|
}
|
|
5963
6225
|
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) {
|
|
5964
6226
|
border-color: #6b6b6b;
|
|
@@ -6058,30 +6320,6 @@ html.jodit_fullsize-box_true {
|
|
|
6058
6320
|
.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
|
|
6059
6321
|
background: #5f5c5c;
|
|
6060
6322
|
}
|
|
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
6323
|
.jodit-dialog_theme_dark .jodit-icon-close {
|
|
6086
6324
|
stroke: #c0c0c0;
|
|
6087
6325
|
}
|
|
@@ -6202,22 +6440,22 @@ html.jodit_fullsize-box_true {
|
|
|
6202
6440
|
}
|
|
6203
6441
|
.jodit-dialog_theme_dark .jodit-select {
|
|
6204
6442
|
border-color: #444;
|
|
6205
|
-
background-color: #
|
|
6443
|
+
background-color: #c0c0c0;
|
|
6206
6444
|
color: #444;
|
|
6207
6445
|
}
|
|
6208
6446
|
.jodit_theme_dark .jodit-select {
|
|
6209
6447
|
border-color: #444;
|
|
6210
|
-
background-color: #
|
|
6448
|
+
background-color: #c0c0c0;
|
|
6211
6449
|
color: #444;
|
|
6212
6450
|
}
|
|
6213
6451
|
.jodit-dialog_theme_dark .jodit-input {
|
|
6214
6452
|
border-color: #444;
|
|
6215
|
-
background-color: #
|
|
6453
|
+
background-color: #c0c0c0;
|
|
6216
6454
|
color: #444;
|
|
6217
6455
|
}
|
|
6218
6456
|
.jodit_theme_dark .jodit-input {
|
|
6219
6457
|
border-color: #444;
|
|
6220
|
-
background-color: #
|
|
6458
|
+
background-color: #c0c0c0;
|
|
6221
6459
|
color: #444;
|
|
6222
6460
|
}
|
|
6223
6461
|
.jodit-dialog_theme_dark.jodit-dialog {
|