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/es2018/jodit.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
*/
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
/*!
|
|
10
10
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11
11
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12
|
-
* Copyright (c) 2013-
|
|
12
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13
13
|
*/
|
|
14
14
|
/*!
|
|
15
15
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
16
16
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17
|
-
* Copyright (c) 2013-
|
|
17
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18
18
|
*/
|
|
19
19
|
:root {
|
|
20
20
|
--jd-color-white: #fff;
|
|
@@ -43,11 +43,9 @@
|
|
|
43
43
|
--jd-color-background-light-gray: #f5f5f6;
|
|
44
44
|
--jd-color-background-gray: var(--jd-color-gray);
|
|
45
45
|
--jd-color-background-gray-hover: #f8f8f8;
|
|
46
|
-
--jd-color-background-hover: #7a450f;
|
|
47
46
|
--jd-color-background-button-hover: #ecebe9;
|
|
48
47
|
--jd-color-background-button-hover-opacity30: rgba(236, 235, 233, 0.3);
|
|
49
48
|
--jd-color-background-progress: #b91f1f;
|
|
50
|
-
--jd-color-background-filebrowser-folders: #3f3f3f;
|
|
51
49
|
--jd-color-background-active: #2196f3;
|
|
52
50
|
--jd-color-background-selection: #b5d6fd;
|
|
53
51
|
--jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
|
|
@@ -73,7 +71,7 @@
|
|
|
73
71
|
--jd-width-element-default: 18px;
|
|
74
72
|
--jd-height-element-default: 18px;
|
|
75
73
|
--jd-dark-background-color: #575757;
|
|
76
|
-
--jd-dark-background-ligher: #
|
|
74
|
+
--jd-dark-background-ligher: #c0c0c0;
|
|
77
75
|
--jd-dark-background-darknes: #353535;
|
|
78
76
|
--jd-dark-border-color: #444;
|
|
79
77
|
--jd-dark-text-color: #d1cccc;
|
|
@@ -98,7 +96,7 @@
|
|
|
98
96
|
/*!
|
|
99
97
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
100
98
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
101
|
-
* Copyright (c) 2013-
|
|
99
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
102
100
|
*/
|
|
103
101
|
.jodit-wysiwyg {
|
|
104
102
|
outline: 0;
|
|
@@ -135,7 +133,7 @@
|
|
|
135
133
|
/*!
|
|
136
134
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
137
135
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
138
|
-
* Copyright (c) 2013-
|
|
136
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
139
137
|
*/
|
|
140
138
|
:root {
|
|
141
139
|
--jd-switche-width: 60px;
|
|
@@ -346,7 +344,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
346
344
|
/*!
|
|
347
345
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
348
346
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
349
|
-
* Copyright (c) 2013-
|
|
347
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
350
348
|
*/
|
|
351
349
|
.jodit-button-group {
|
|
352
350
|
display: flex;
|
|
@@ -386,7 +384,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
386
384
|
/*!
|
|
387
385
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
388
386
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
389
|
-
* Copyright (c) 2013-
|
|
387
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
390
388
|
*/
|
|
391
389
|
.jodit_text_icons .jodit_icon {
|
|
392
390
|
width: auto;
|
|
@@ -416,7 +414,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
416
414
|
/*!
|
|
417
415
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
418
416
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
419
|
-
* Copyright (c) 2013-
|
|
417
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
420
418
|
*/
|
|
421
419
|
.jodit-grid {
|
|
422
420
|
display: flex;
|
|
@@ -550,7 +548,7 @@ input:focus + .jodit-switcher__slider {
|
|
|
550
548
|
/*!
|
|
551
549
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
552
550
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
553
|
-
* Copyright (c) 2013-
|
|
551
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
554
552
|
*/
|
|
555
553
|
@keyframes rotate {
|
|
556
554
|
to {
|
|
@@ -590,7 +588,7 @@ svg.jodit-icon {
|
|
|
590
588
|
/*!
|
|
591
589
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
592
590
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
593
|
-
* Copyright (c) 2013-
|
|
591
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
594
592
|
*/
|
|
595
593
|
.jodit,
|
|
596
594
|
.jodit-container,
|
|
@@ -658,7 +656,7 @@ svg.jodit-icon {
|
|
|
658
656
|
/*!
|
|
659
657
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
660
658
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
661
|
-
* Copyright (c) 2013-
|
|
659
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
662
660
|
*/
|
|
663
661
|
.jodit-context-menu {
|
|
664
662
|
position: static;
|
|
@@ -677,6 +675,8 @@ svg.jodit-icon {
|
|
|
677
675
|
box-shadow: var(--jd-popup-box-shadow);
|
|
678
676
|
transform: translate3d(0, 0, 0);
|
|
679
677
|
z-index: var(--jd-z-index-context-menu);
|
|
678
|
+
font-family: var(--jd-font-default);
|
|
679
|
+
font-size: var(--jd-font-size-default);
|
|
680
680
|
}
|
|
681
681
|
.jodit-context-menu__content {
|
|
682
682
|
font-family: var(--jd-font-default);
|
|
@@ -696,21 +696,17 @@ svg.jodit-icon {
|
|
|
696
696
|
.jodit-context-menu .jodit-ui-button {
|
|
697
697
|
display: flex;
|
|
698
698
|
}
|
|
699
|
-
.jodit-context-
|
|
700
|
-
font-family: var(--jd-font-default);
|
|
701
|
-
font-size: var(--jd-font-size-default);
|
|
702
|
-
}
|
|
703
|
-
.jodit-context-menu__actions button {
|
|
699
|
+
.jodit-context-menu button {
|
|
704
700
|
width: 100%;
|
|
705
701
|
}
|
|
706
|
-
.jodit-context-menu_theme_dark
|
|
702
|
+
.jodit-context-menu_theme_dark {
|
|
707
703
|
background-color: var(--jd-dark-background-color);
|
|
708
704
|
}
|
|
709
705
|
|
|
710
706
|
/*!
|
|
711
707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
712
708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
713
|
-
* Copyright (c) 2013-
|
|
709
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
714
710
|
*/
|
|
715
711
|
:root {
|
|
716
712
|
--jd-popup-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
|
|
@@ -752,7 +748,7 @@ svg.jodit-icon {
|
|
|
752
748
|
/*!
|
|
753
749
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
754
750
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
755
|
-
* Copyright (c) 2013-
|
|
751
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
756
752
|
*/
|
|
757
753
|
.jodit-ui-group {
|
|
758
754
|
display: inline-flex;
|
|
@@ -780,7 +776,7 @@ svg.jodit-icon {
|
|
|
780
776
|
/*!
|
|
781
777
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
782
778
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
783
|
-
* Copyright (c) 2013-
|
|
779
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
784
780
|
*/
|
|
785
781
|
.jodit-ui-button-icon-text__icon {
|
|
786
782
|
display: none;
|
|
@@ -1407,7 +1403,7 @@ svg.jodit-icon {
|
|
|
1407
1403
|
/*!
|
|
1408
1404
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1409
1405
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1410
|
-
* Copyright (c) 2013-
|
|
1406
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1411
1407
|
*/
|
|
1412
1408
|
.jodit-ui-list {
|
|
1413
1409
|
display: flex;
|
|
@@ -1484,7 +1480,7 @@ svg.jodit-icon {
|
|
|
1484
1480
|
/*!
|
|
1485
1481
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1486
1482
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1487
|
-
* Copyright (c) 2013-
|
|
1483
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1488
1484
|
*/
|
|
1489
1485
|
:root {
|
|
1490
1486
|
--jd-tooltip-color: #fff;
|
|
@@ -1531,7 +1527,7 @@ svg.jodit-icon {
|
|
|
1531
1527
|
/*!
|
|
1532
1528
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1533
1529
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1534
|
-
* Copyright (c) 2013-
|
|
1530
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1535
1531
|
*/
|
|
1536
1532
|
.jodit-dialog {
|
|
1537
1533
|
font-family: var(--jd-font-default);
|
|
@@ -1809,7 +1805,7 @@ svg.jodit-icon {
|
|
|
1809
1805
|
/*!
|
|
1810
1806
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1811
1807
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1812
|
-
* Copyright (c) 2013-
|
|
1808
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1813
1809
|
*/
|
|
1814
1810
|
.jodit-toolbar__box:not(:empty) {
|
|
1815
1811
|
--jd-color-background-default: var(--jd-color-panel);
|
|
@@ -1825,7 +1821,7 @@ svg.jodit-icon {
|
|
|
1825
1821
|
/*!
|
|
1826
1822
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1827
1823
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1828
|
-
* Copyright (c) 2013-
|
|
1824
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1829
1825
|
*/
|
|
1830
1826
|
:root {
|
|
1831
1827
|
--jd-em-color-border: #b6d4fe;
|
|
@@ -2327,7 +2323,7 @@ svg.jodit-icon {
|
|
|
2327
2323
|
/*!
|
|
2328
2324
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2329
2325
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2330
|
-
* Copyright (c) 2013-
|
|
2326
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2331
2327
|
*/
|
|
2332
2328
|
@keyframes pulse {
|
|
2333
2329
|
30% {
|
|
@@ -2382,7 +2378,7 @@ svg.jodit-icon {
|
|
|
2382
2378
|
/*!
|
|
2383
2379
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2384
2380
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2385
|
-
* Copyright (c) 2013-
|
|
2381
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2386
2382
|
*/
|
|
2387
2383
|
.jodit-toolbar-collection,
|
|
2388
2384
|
.jodit-toolbar-editor-collection {
|
|
@@ -2494,7 +2490,7 @@ svg.jodit-icon {
|
|
|
2494
2490
|
/*!
|
|
2495
2491
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2496
2492
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2497
|
-
* Copyright (c) 2013-
|
|
2493
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2498
2494
|
*/
|
|
2499
2495
|
:root {
|
|
2500
2496
|
--jd-button-trigger-size: 14px;
|
|
@@ -2741,7 +2737,7 @@ svg.jodit-icon {
|
|
|
2741
2737
|
/*!
|
|
2742
2738
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2743
2739
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2744
|
-
* Copyright (c) 2013-
|
|
2740
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2745
2741
|
*/
|
|
2746
2742
|
.jodit-toolbar-content {
|
|
2747
2743
|
position: relative;
|
|
@@ -3333,12 +3329,12 @@ svg.jodit-icon {
|
|
|
3333
3329
|
/*!
|
|
3334
3330
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3335
3331
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3336
|
-
* Copyright (c) 2013-
|
|
3332
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3337
3333
|
*/
|
|
3338
3334
|
/*!
|
|
3339
3335
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3340
3336
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3341
|
-
* Copyright (c) 2013-
|
|
3337
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3342
3338
|
*/
|
|
3343
3339
|
:root {
|
|
3344
3340
|
--jd-first-column: 31%;
|
|
@@ -3347,20 +3343,20 @@ svg.jodit-icon {
|
|
|
3347
3343
|
--jd-icon-size: 12px;
|
|
3348
3344
|
--jd-col-size: 150px;
|
|
3349
3345
|
}
|
|
3350
|
-
.jodit-
|
|
3346
|
+
.jodit-file-browser {
|
|
3351
3347
|
display: flex;
|
|
3352
3348
|
height: 100%;
|
|
3353
3349
|
font-family: var(--jd-font-default);
|
|
3354
3350
|
}
|
|
3355
|
-
.jodit-
|
|
3351
|
+
.jodit-file-browser_no-files_true {
|
|
3356
3352
|
padding: var(--jd-padding-default);
|
|
3357
3353
|
}
|
|
3358
3354
|
@media (max-width: 480px) {
|
|
3359
|
-
.jodit-
|
|
3355
|
+
.jodit-file-browser {
|
|
3360
3356
|
flex-flow: column-reverse;
|
|
3361
3357
|
}
|
|
3362
3358
|
}
|
|
3363
|
-
.jodit-dialog .jodit-dialog__header-title.jodit-
|
|
3359
|
+
.jodit-dialog .jodit-dialog__header-title.jodit-file-browser__title-box {
|
|
3364
3360
|
display: flex;
|
|
3365
3361
|
align-items: center;
|
|
3366
3362
|
padding-left: var(--jd-padding-default);
|
|
@@ -3368,9 +3364,9 @@ svg.jodit-icon {
|
|
|
3368
3364
|
/*!
|
|
3369
3365
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3370
3366
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3371
|
-
* Copyright (c) 2013-
|
|
3367
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3372
3368
|
*/
|
|
3373
|
-
.jodit-
|
|
3369
|
+
.jodit-file-browser-preview {
|
|
3374
3370
|
position: relative;
|
|
3375
3371
|
display: flex;
|
|
3376
3372
|
min-width: 400px;
|
|
@@ -3384,7 +3380,7 @@ svg.jodit-icon {
|
|
|
3384
3380
|
text-align: center;
|
|
3385
3381
|
}
|
|
3386
3382
|
@media (max-width: 768px) {
|
|
3387
|
-
.jodit-
|
|
3383
|
+
.jodit-file-browser-preview {
|
|
3388
3384
|
min-width: auto;
|
|
3389
3385
|
max-width: 100%;
|
|
3390
3386
|
height: 100%;
|
|
@@ -3392,24 +3388,24 @@ svg.jodit-icon {
|
|
|
3392
3388
|
max-height: 100%;
|
|
3393
3389
|
}
|
|
3394
3390
|
}
|
|
3395
|
-
.jodit-
|
|
3391
|
+
.jodit-file-browser-preview__box {
|
|
3396
3392
|
display: flex;
|
|
3397
3393
|
flex-grow: 1;
|
|
3398
3394
|
align-items: center;
|
|
3399
3395
|
justify-content: center;
|
|
3400
3396
|
}
|
|
3401
|
-
.jodit-
|
|
3397
|
+
.jodit-file-browser-preview__navigation {
|
|
3402
3398
|
position: absolute;
|
|
3403
3399
|
top: 0;
|
|
3404
3400
|
left: 0;
|
|
3405
3401
|
height: 100%;
|
|
3406
3402
|
cursor: pointer;
|
|
3407
3403
|
}
|
|
3408
|
-
.jodit-
|
|
3404
|
+
.jodit-file-browser-preview__navigation_arrow_next {
|
|
3409
3405
|
right: 0;
|
|
3410
3406
|
left: auto;
|
|
3411
3407
|
}
|
|
3412
|
-
.jodit-
|
|
3408
|
+
.jodit-file-browser-preview__navigation svg {
|
|
3413
3409
|
position: relative;
|
|
3414
3410
|
top: 50%;
|
|
3415
3411
|
width: 45px;
|
|
@@ -3418,10 +3414,10 @@ svg.jodit-icon {
|
|
|
3418
3414
|
transform: translateY(-50%);
|
|
3419
3415
|
transition: fill 0.3s linear;
|
|
3420
3416
|
}
|
|
3421
|
-
.jodit-
|
|
3417
|
+
.jodit-file-browser-preview__navigation:hover svg {
|
|
3422
3418
|
fill: #000;
|
|
3423
3419
|
}
|
|
3424
|
-
.jodit-
|
|
3420
|
+
.jodit-file-browser-preview img {
|
|
3425
3421
|
max-width: 100%;
|
|
3426
3422
|
max-height: 100%;
|
|
3427
3423
|
}
|
|
@@ -3429,7 +3425,7 @@ svg.jodit-icon {
|
|
|
3429
3425
|
/*!
|
|
3430
3426
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3431
3427
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3432
|
-
* Copyright (c) 2013-
|
|
3428
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3433
3429
|
*/
|
|
3434
3430
|
:root {
|
|
3435
3431
|
--jd-image-editor-resizer-border-color: #05ff00;
|
|
@@ -3608,17 +3604,17 @@ svg.jodit-icon {
|
|
|
3608
3604
|
justify-content: center;
|
|
3609
3605
|
}
|
|
3610
3606
|
|
|
3611
|
-
.jodit-
|
|
3607
|
+
.jodit-file-browser-files {
|
|
3612
3608
|
position: relative;
|
|
3613
3609
|
display: none;
|
|
3614
3610
|
height: 100%;
|
|
3615
3611
|
vertical-align: top;
|
|
3616
3612
|
overflow-anchor: auto;
|
|
3617
3613
|
}
|
|
3618
|
-
.jodit-
|
|
3614
|
+
.jodit-file-browser-files .jodit-button {
|
|
3619
3615
|
border-radius: 0;
|
|
3620
3616
|
}
|
|
3621
|
-
.jodit-
|
|
3617
|
+
.jodit-file-browser-files_loading_true::before {
|
|
3622
3618
|
position: absolute;
|
|
3623
3619
|
top: 0;
|
|
3624
3620
|
left: 0;
|
|
@@ -3626,7 +3622,7 @@ svg.jodit-icon {
|
|
|
3626
3622
|
height: 100%;
|
|
3627
3623
|
content: '';
|
|
3628
3624
|
}
|
|
3629
|
-
.jodit-
|
|
3625
|
+
.jodit-file-browser-files_loading_true::after {
|
|
3630
3626
|
position: absolute;
|
|
3631
3627
|
top: 50%;
|
|
3632
3628
|
left: 50%;
|
|
@@ -3643,17 +3639,17 @@ svg.jodit-icon {
|
|
|
3643
3639
|
vertical-align: middle;
|
|
3644
3640
|
will-change: transform;
|
|
3645
3641
|
}
|
|
3646
|
-
.jodit-
|
|
3642
|
+
.jodit-file-browser-files::-webkit-scrollbar {
|
|
3647
3643
|
width: calc(var(--jd-padding-default) / 2);
|
|
3648
3644
|
}
|
|
3649
|
-
.jodit-
|
|
3645
|
+
.jodit-file-browser-files::-webkit-scrollbar-track {
|
|
3650
3646
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
3651
3647
|
}
|
|
3652
|
-
.jodit-
|
|
3648
|
+
.jodit-file-browser-files::-webkit-scrollbar-thumb {
|
|
3653
3649
|
background-color: darkgrey;
|
|
3654
3650
|
outline: 1px solid slategrey;
|
|
3655
3651
|
}
|
|
3656
|
-
.jodit-
|
|
3652
|
+
.jodit-file-browser-files_active_true {
|
|
3657
3653
|
display: flex;
|
|
3658
3654
|
width: 100%;
|
|
3659
3655
|
flex-wrap: wrap;
|
|
@@ -3661,7 +3657,7 @@ svg.jodit-icon {
|
|
|
3661
3657
|
padding: calc(var(--jd-padding-default) / 2);
|
|
3662
3658
|
overflow-y: auto;
|
|
3663
3659
|
}
|
|
3664
|
-
.jodit-
|
|
3660
|
+
.jodit-file-browser-files__item {
|
|
3665
3661
|
position: relative;
|
|
3666
3662
|
display: flex;
|
|
3667
3663
|
overflow: hidden;
|
|
@@ -3676,26 +3672,26 @@ svg.jodit-icon {
|
|
|
3676
3672
|
transition: border 0.1s linear, bottom 0.1s linear;
|
|
3677
3673
|
}
|
|
3678
3674
|
@media (max-width: 480px) {
|
|
3679
|
-
.jodit-
|
|
3675
|
+
.jodit-file-browser-files__item {
|
|
3680
3676
|
width: calc(50% - var(--jd-padding-default));
|
|
3681
3677
|
}
|
|
3682
3678
|
}
|
|
3683
|
-
.jodit-
|
|
3679
|
+
.jodit-file-browser-files__item img {
|
|
3684
3680
|
max-width: 100%;
|
|
3685
3681
|
}
|
|
3686
|
-
.jodit-
|
|
3682
|
+
.jodit-file-browser-files__item:hover {
|
|
3687
3683
|
border-color: #433b5c;
|
|
3688
3684
|
}
|
|
3689
|
-
.jodit-
|
|
3685
|
+
.jodit-file-browser-files__item_active_true {
|
|
3690
3686
|
border-color: var(--jd-color-border-selected);
|
|
3691
3687
|
background-color: var(--jd-color-border-active);
|
|
3692
3688
|
}
|
|
3693
|
-
.jodit-
|
|
3689
|
+
.jodit-file-browser-files__item_active_true .jodit-file-browser-files__item-info {
|
|
3694
3690
|
background-color: var(--jd-color-border-active);
|
|
3695
3691
|
color: white;
|
|
3696
3692
|
text-shadow: none;
|
|
3697
3693
|
}
|
|
3698
|
-
.jodit-
|
|
3694
|
+
.jodit-file-browser-files__item-info {
|
|
3699
3695
|
position: absolute;
|
|
3700
3696
|
right: 0;
|
|
3701
3697
|
bottom: 0;
|
|
@@ -3712,24 +3708,24 @@ svg.jodit-icon {
|
|
|
3712
3708
|
transition: opacity 400ms ease;
|
|
3713
3709
|
white-space: normal;
|
|
3714
3710
|
}
|
|
3715
|
-
.jodit-
|
|
3711
|
+
.jodit-file-browser-files__item-info > span {
|
|
3716
3712
|
display: block;
|
|
3717
3713
|
overflow: hidden;
|
|
3718
3714
|
font-size: 0.75em;
|
|
3719
3715
|
text-overflow: ellipsis;
|
|
3720
3716
|
white-space: nowrap;
|
|
3721
3717
|
}
|
|
3722
|
-
.jodit-
|
|
3718
|
+
.jodit-file-browser-files__item-info > span.jodit-file-browser-files__item-info-filename {
|
|
3723
3719
|
font-size: 0.9em;
|
|
3724
3720
|
font-weight: bold;
|
|
3725
3721
|
}
|
|
3726
|
-
.jodit-
|
|
3722
|
+
.jodit-file-browser-files__item:hover:not(.jodit-file-browser-files__item_active_true) .jodit-file-browser-files__item-info {
|
|
3727
3723
|
bottom: -100px;
|
|
3728
3724
|
}
|
|
3729
|
-
.jodit-
|
|
3725
|
+
.jodit-file-browser-files_view_list {
|
|
3730
3726
|
scroll-behavior: smooth;
|
|
3731
3727
|
}
|
|
3732
|
-
.jodit-
|
|
3728
|
+
.jodit-file-browser-files_view_list a {
|
|
3733
3729
|
display: block;
|
|
3734
3730
|
width: 100%;
|
|
3735
3731
|
height: 26px;
|
|
@@ -3739,14 +3735,14 @@ svg.jodit-icon {
|
|
|
3739
3735
|
text-align: left;
|
|
3740
3736
|
white-space: nowrap;
|
|
3741
3737
|
}
|
|
3742
|
-
.jodit-
|
|
3738
|
+
.jodit-file-browser-files_view_list a img {
|
|
3743
3739
|
display: inline-block;
|
|
3744
3740
|
min-width: 16px;
|
|
3745
3741
|
max-width: 16px;
|
|
3746
3742
|
margin-left: 4px;
|
|
3747
3743
|
vertical-align: middle;
|
|
3748
3744
|
}
|
|
3749
|
-
.jodit-
|
|
3745
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info {
|
|
3750
3746
|
position: static;
|
|
3751
3747
|
display: inline-block;
|
|
3752
3748
|
width: calc(100% - 20px);
|
|
@@ -3758,28 +3754,28 @@ svg.jodit-icon {
|
|
|
3758
3754
|
line-height: inherit;
|
|
3759
3755
|
vertical-align: middle;
|
|
3760
3756
|
}
|
|
3761
|
-
.jodit-
|
|
3757
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info > span {
|
|
3762
3758
|
display: inline-block;
|
|
3763
3759
|
height: 100%;
|
|
3764
3760
|
font-size: 12px;
|
|
3765
3761
|
}
|
|
3766
|
-
.jodit-
|
|
3762
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filename {
|
|
3767
3763
|
width: 50%;
|
|
3768
3764
|
}
|
|
3769
|
-
.jodit-
|
|
3765
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filesize {
|
|
3770
3766
|
width: 25%;
|
|
3771
3767
|
}
|
|
3772
|
-
.jodit-
|
|
3768
|
+
.jodit-file-browser-files_view_list a .jodit-file-browser-files__item-info-filechanged {
|
|
3773
3769
|
width: 25%;
|
|
3774
3770
|
}
|
|
3775
|
-
.jodit-
|
|
3771
|
+
.jodit-file-browser-files_view_list a:hover {
|
|
3776
3772
|
background-color: #433b5c;
|
|
3777
3773
|
}
|
|
3778
|
-
.jodit-
|
|
3774
|
+
.jodit-file-browser-files_view_list a:hover .jodit-file-browser-files__item-info {
|
|
3779
3775
|
color: #fff;
|
|
3780
3776
|
text-shadow: none;
|
|
3781
3777
|
}
|
|
3782
|
-
.jodit-
|
|
3778
|
+
.jodit-file-browser-files_view_list a::before {
|
|
3783
3779
|
display: inline-block;
|
|
3784
3780
|
height: 100%;
|
|
3785
3781
|
content: '';
|
|
@@ -3789,17 +3785,18 @@ svg.jodit-icon {
|
|
|
3789
3785
|
:root {
|
|
3790
3786
|
--jd-color-folder-title: #b1b1b1;
|
|
3791
3787
|
}
|
|
3792
|
-
.jodit-
|
|
3788
|
+
.jodit-file-browser-tree {
|
|
3789
|
+
--jd-color-background-filebrowser-folders: #3f3f3f;
|
|
3793
3790
|
position: relative;
|
|
3794
3791
|
display: none;
|
|
3795
3792
|
height: 100%;
|
|
3796
3793
|
vertical-align: top;
|
|
3797
3794
|
overflow-anchor: auto;
|
|
3798
3795
|
}
|
|
3799
|
-
.jodit-
|
|
3796
|
+
.jodit-file-browser-tree .jodit-button {
|
|
3800
3797
|
border-radius: 0;
|
|
3801
3798
|
}
|
|
3802
|
-
.jodit-
|
|
3799
|
+
.jodit-file-browser-tree_loading_true::before {
|
|
3803
3800
|
position: absolute;
|
|
3804
3801
|
top: 0;
|
|
3805
3802
|
left: 0;
|
|
@@ -3807,7 +3804,7 @@ svg.jodit-icon {
|
|
|
3807
3804
|
height: 100%;
|
|
3808
3805
|
content: '';
|
|
3809
3806
|
}
|
|
3810
|
-
.jodit-
|
|
3807
|
+
.jodit-file-browser-tree_loading_true::after {
|
|
3811
3808
|
position: absolute;
|
|
3812
3809
|
top: 50%;
|
|
3813
3810
|
left: 50%;
|
|
@@ -3824,17 +3821,17 @@ svg.jodit-icon {
|
|
|
3824
3821
|
vertical-align: middle;
|
|
3825
3822
|
will-change: transform;
|
|
3826
3823
|
}
|
|
3827
|
-
.jodit-
|
|
3824
|
+
.jodit-file-browser-tree::-webkit-scrollbar {
|
|
3828
3825
|
width: calc(var(--jd-padding-default) / 2);
|
|
3829
3826
|
}
|
|
3830
|
-
.jodit-
|
|
3827
|
+
.jodit-file-browser-tree::-webkit-scrollbar-track {
|
|
3831
3828
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
3832
3829
|
}
|
|
3833
|
-
.jodit-
|
|
3830
|
+
.jodit-file-browser-tree::-webkit-scrollbar-thumb {
|
|
3834
3831
|
background-color: darkgrey;
|
|
3835
3832
|
outline: 1px solid slategrey;
|
|
3836
3833
|
}
|
|
3837
|
-
.jodit-
|
|
3834
|
+
.jodit-file-browser-tree_active_true {
|
|
3838
3835
|
z-index: 2;
|
|
3839
3836
|
display: flex;
|
|
3840
3837
|
width: var(--jd-first-column);
|
|
@@ -3845,23 +3842,23 @@ svg.jodit-icon {
|
|
|
3845
3842
|
overflow-y: auto;
|
|
3846
3843
|
}
|
|
3847
3844
|
@media (max-width: 480px) {
|
|
3848
|
-
.jodit-
|
|
3845
|
+
.jodit-file-browser-tree_active_true {
|
|
3849
3846
|
width: auto;
|
|
3850
3847
|
max-width: 100%;
|
|
3851
3848
|
height: 100px;
|
|
3852
3849
|
}
|
|
3853
3850
|
}
|
|
3854
|
-
.jodit-
|
|
3851
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar {
|
|
3855
3852
|
width: calc(var(--jd-padding-default) / 2);
|
|
3856
3853
|
}
|
|
3857
|
-
.jodit-
|
|
3854
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-track {
|
|
3858
3855
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
3859
3856
|
}
|
|
3860
|
-
.jodit-
|
|
3857
|
+
.jodit-file-browser-tree_active_true::-webkit-scrollbar-thumb {
|
|
3861
3858
|
background-color: rgba(127, 127, 127, 0.5);
|
|
3862
3859
|
outline: 1px solid slategrey;
|
|
3863
3860
|
}
|
|
3864
|
-
.jodit-
|
|
3861
|
+
.jodit-file-browser-tree__item {
|
|
3865
3862
|
position: relative;
|
|
3866
3863
|
display: flex;
|
|
3867
3864
|
min-height: 38px;
|
|
@@ -3874,11 +3871,11 @@ svg.jodit-icon {
|
|
|
3874
3871
|
transition: background-color 0.2s ease 0s;
|
|
3875
3872
|
word-break: break-all;
|
|
3876
3873
|
}
|
|
3877
|
-
.jodit-
|
|
3874
|
+
.jodit-file-browser-tree__item-title {
|
|
3878
3875
|
flex: 1;
|
|
3879
3876
|
color: var(--jd-color-folder-title);
|
|
3880
3877
|
}
|
|
3881
|
-
.jodit-
|
|
3878
|
+
.jodit-file-browser-tree__item .jodit-icon_folder {
|
|
3882
3879
|
display: flex;
|
|
3883
3880
|
width: calc(var(--jd-icon-size) + 4px);
|
|
3884
3881
|
height: calc(var(--jd-icon-size) + 4px);
|
|
@@ -3887,25 +3884,25 @@ svg.jodit-icon {
|
|
|
3887
3884
|
margin-left: calc(var(--jd-padding-default) / 2);
|
|
3888
3885
|
opacity: 0.3;
|
|
3889
3886
|
}
|
|
3890
|
-
.jodit-
|
|
3887
|
+
.jodit-file-browser-tree__item .jodit-icon_folder svg {
|
|
3891
3888
|
width: var(--jd-icon-size);
|
|
3892
3889
|
height: var(--jd-icon-size);
|
|
3893
3890
|
fill: var(--jd-color-folder-title) !important;
|
|
3894
3891
|
stroke: var(--jd-color-folder-title) !important;
|
|
3895
3892
|
}
|
|
3896
|
-
.jodit-
|
|
3893
|
+
.jodit-file-browser-tree__item .jodit-icon_folder:hover {
|
|
3897
3894
|
background: #696969;
|
|
3898
3895
|
}
|
|
3899
|
-
.jodit-
|
|
3896
|
+
.jodit-file-browser-tree__item:hover {
|
|
3900
3897
|
background-color: var(--jd-color-background-button-hover);
|
|
3901
3898
|
}
|
|
3902
|
-
.jodit-
|
|
3899
|
+
.jodit-file-browser-tree__item:hover-title {
|
|
3903
3900
|
color: var(--jd-color-text);
|
|
3904
3901
|
}
|
|
3905
|
-
.jodit-
|
|
3902
|
+
.jodit-file-browser-tree__item:hover i.jodit-icon_folder {
|
|
3906
3903
|
opacity: 0.6;
|
|
3907
3904
|
}
|
|
3908
|
-
.jodit-
|
|
3905
|
+
.jodit-file-browser-tree__source-title {
|
|
3909
3906
|
position: relative;
|
|
3910
3907
|
display: block;
|
|
3911
3908
|
padding: 2px 4px;
|
|
@@ -3916,14 +3913,14 @@ svg.jodit-icon {
|
|
|
3916
3913
|
user-select: none;
|
|
3917
3914
|
word-break: break-all;
|
|
3918
3915
|
}
|
|
3919
|
-
a + .jodit-
|
|
3916
|
+
a + .jodit-file-browser-tree__source-title {
|
|
3920
3917
|
margin-top: var(--jd-padding-default);
|
|
3921
3918
|
}
|
|
3922
3919
|
|
|
3923
3920
|
/*!
|
|
3924
3921
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3925
3922
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3926
|
-
* Copyright (c) 2013-
|
|
3923
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3927
3924
|
*/
|
|
3928
3925
|
.jodit-status-bar {
|
|
3929
3926
|
display: flex;
|
|
@@ -3993,7 +3990,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
3993
3990
|
/*!
|
|
3994
3991
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3995
3992
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3996
|
-
* Copyright (c) 2013-
|
|
3993
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3997
3994
|
*/
|
|
3998
3995
|
.jodit-drag-and-drop__file-box,
|
|
3999
3996
|
.jodit_uploadfile_button {
|
|
@@ -4030,7 +4027,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4030
4027
|
/*!
|
|
4031
4028
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4032
4029
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4033
|
-
* Copyright (c) 2013-
|
|
4030
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4034
4031
|
*/
|
|
4035
4032
|
.jodit-about {
|
|
4036
4033
|
padding: 20px;
|
|
@@ -4052,7 +4049,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4052
4049
|
/*!
|
|
4053
4050
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4054
4051
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4055
|
-
* Copyright (c) 2013-
|
|
4052
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4056
4053
|
*/
|
|
4057
4054
|
:root {
|
|
4058
4055
|
--jd-color-new-line: var(--jd-color-border);
|
|
@@ -4108,7 +4105,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4108
4105
|
/*!
|
|
4109
4106
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4110
4107
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4111
|
-
* Copyright (c) 2013-
|
|
4108
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4112
4109
|
*/
|
|
4113
4110
|
:root {
|
|
4114
4111
|
--jd-color-picker-cell-size: 24px;
|
|
@@ -4164,7 +4161,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4164
4161
|
/*!
|
|
4165
4162
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4166
4163
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4167
|
-
* Copyright (c) 2013-
|
|
4164
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4168
4165
|
*/
|
|
4169
4166
|
.jodit-tabs {
|
|
4170
4167
|
font-family: var(--jd-font-default);
|
|
@@ -4219,7 +4216,7 @@ a + .jodit-filebrowser-tree__source-title {
|
|
|
4219
4216
|
/*!
|
|
4220
4217
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4221
4218
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4222
|
-
* Copyright (c) 2013-
|
|
4219
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4223
4220
|
*/
|
|
4224
4221
|
.jodit_fullsize-box_true {
|
|
4225
4222
|
position: static !important;
|
|
@@ -4252,7 +4249,7 @@ html.jodit_fullsize-box_true {
|
|
|
4252
4249
|
/*!
|
|
4253
4250
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4254
4251
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4255
|
-
* Copyright (c) 2013-
|
|
4252
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4256
4253
|
*/
|
|
4257
4254
|
.jodit-properties__unlock > svg,
|
|
4258
4255
|
.jodit-properties__lock > svg {
|
|
@@ -4301,7 +4298,7 @@ html.jodit_fullsize-box_true {
|
|
|
4301
4298
|
/*!
|
|
4302
4299
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4303
4300
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4304
|
-
* Copyright (c) 2013-
|
|
4301
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4305
4302
|
*/
|
|
4306
4303
|
.jodit-popup-inline__container {
|
|
4307
4304
|
z-index: 1300;
|
|
@@ -4311,7 +4308,7 @@ html.jodit_fullsize-box_true {
|
|
|
4311
4308
|
/*!
|
|
4312
4309
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4313
4310
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4314
|
-
* Copyright (c) 2013-
|
|
4311
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4315
4312
|
*/
|
|
4316
4313
|
.jodit-paste-storage {
|
|
4317
4314
|
max-width: 600px;
|
|
@@ -4363,7 +4360,7 @@ html.jodit_fullsize-box_true {
|
|
|
4363
4360
|
/*!
|
|
4364
4361
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4365
4362
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4366
|
-
* Copyright (c) 2013-
|
|
4363
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4367
4364
|
*/
|
|
4368
4365
|
.jodit-placeholder {
|
|
4369
4366
|
position: absolute;
|
|
@@ -4431,7 +4428,7 @@ html.jodit_fullsize-box_true {
|
|
|
4431
4428
|
/*!
|
|
4432
4429
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4433
4430
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4434
|
-
* Copyright (c) 2013-
|
|
4431
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4435
4432
|
*/
|
|
4436
4433
|
[data-jodit_iframe_wrapper] {
|
|
4437
4434
|
position: relative;
|
|
@@ -4537,7 +4534,7 @@ html.jodit_fullsize-box_true {
|
|
|
4537
4534
|
/*!
|
|
4538
4535
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4539
4536
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4540
|
-
* Copyright (c) 2013-
|
|
4537
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4541
4538
|
*/
|
|
4542
4539
|
:root {
|
|
4543
4540
|
--jd-height-search: 30px;
|
|
@@ -4664,7 +4661,7 @@ html.jodit_fullsize-box_true {
|
|
|
4664
4661
|
/*!
|
|
4665
4662
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4666
4663
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4667
|
-
* Copyright (c) 2013-
|
|
4664
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4668
4665
|
*/
|
|
4669
4666
|
.jodit-container:not(.jodit_inline) {
|
|
4670
4667
|
min-height: 100px;
|
|
@@ -4694,7 +4691,7 @@ html.jodit_fullsize-box_true {
|
|
|
4694
4691
|
/*!
|
|
4695
4692
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4696
4693
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4697
|
-
* Copyright (c) 2013-
|
|
4694
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4698
4695
|
*/
|
|
4699
4696
|
.jodit-source {
|
|
4700
4697
|
position: relative;
|
|
@@ -4754,7 +4751,7 @@ html.jodit_fullsize-box_true {
|
|
|
4754
4751
|
/*!
|
|
4755
4752
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4756
4753
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4757
|
-
* Copyright (c) 2013-
|
|
4754
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4758
4755
|
*/
|
|
4759
4756
|
.jodit_sticky-dummy_toolbar {
|
|
4760
4757
|
display: none;
|
|
@@ -4774,7 +4771,7 @@ html.jodit_fullsize-box_true {
|
|
|
4774
4771
|
/*!
|
|
4775
4772
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4776
4773
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4777
|
-
* Copyright (c) 2013-
|
|
4774
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4778
4775
|
*/
|
|
4779
4776
|
.jodit-symbols {
|
|
4780
4777
|
width: 460px;
|
|
@@ -4825,7 +4822,7 @@ html.jodit_fullsize-box_true {
|
|
|
4825
4822
|
/*!
|
|
4826
4823
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4827
4824
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4828
|
-
* Copyright (c) 2013-
|
|
4825
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4829
4826
|
*/
|
|
4830
4827
|
.jodit-context table,
|
|
4831
4828
|
.jodit-wysiwyg table {
|
|
@@ -4857,6 +4854,9 @@ html.jodit_fullsize-box_true {
|
|
|
4857
4854
|
}
|
|
4858
4855
|
*/
|
|
4859
4856
|
}
|
|
4857
|
+
.jodit-form__inserter {
|
|
4858
|
+
--jd-color-table-cell-background-hover: var(--jd-color-button-background-hover);
|
|
4859
|
+
}
|
|
4860
4860
|
.jodit-form__inserter .jodit-form__table-creator-box {
|
|
4861
4861
|
display: flex;
|
|
4862
4862
|
}
|
|
@@ -4885,8 +4885,8 @@ html.jodit_fullsize-box_true {
|
|
|
4885
4885
|
margin-left: 0;
|
|
4886
4886
|
}
|
|
4887
4887
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
|
|
4888
|
-
border-color: var(--jd-color-background-hover);
|
|
4889
|
-
background: var(--jd-color-background-hover);
|
|
4888
|
+
border-color: var(--jd-color-table-cell-background-hover);
|
|
4889
|
+
background: var(--jd-color-table-cell-background-hover);
|
|
4890
4890
|
}
|
|
4891
4891
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
|
|
4892
4892
|
font-size: var(--jd-font-size-default);
|
|
@@ -4908,7 +4908,7 @@ html.jodit_fullsize-box_true {
|
|
|
4908
4908
|
/*!
|
|
4909
4909
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4910
4910
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4911
|
-
* Copyright (c) 2013-
|
|
4911
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4912
4912
|
*/
|
|
4913
4913
|
.jodit-xpath {
|
|
4914
4914
|
display: flex;
|
|
@@ -4931,7 +4931,7 @@ html.jodit_fullsize-box_true {
|
|
|
4931
4931
|
/*!
|
|
4932
4932
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4933
4933
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4934
|
-
* Copyright (c) 2013-
|
|
4934
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4935
4935
|
*/
|
|
4936
4936
|
.jodit-dialog_theme_dark,
|
|
4937
4937
|
.jodit_theme_dark {
|
|
@@ -4983,27 +4983,74 @@ html.jodit_fullsize-box_true {
|
|
|
4983
4983
|
}
|
|
4984
4984
|
.jodit-dialog_theme_dark .jodit-popup__content,
|
|
4985
4985
|
.jodit_theme_dark .jodit-popup__content {
|
|
4986
|
-
background: var(--jd-dark-background-
|
|
4986
|
+
background: var(--jd-dark-background-color);
|
|
4987
|
+
}
|
|
4988
|
+
.jodit-dialog_theme_dark .jodit-ui-button,
|
|
4989
|
+
.jodit_theme_dark .jodit-ui-button,
|
|
4990
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select,
|
|
4991
|
+
.jodit_theme_dark .jodit-toolbar-select,
|
|
4992
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button,
|
|
4993
|
+
.jodit_theme_dark .jodit-toolbar-button {
|
|
4994
|
+
--jd-color-text: var(--jd-dark-text-color);
|
|
4995
|
+
--jd-color-icon: var(--jd-dark-icon-color);
|
|
4987
4996
|
}
|
|
4988
4997
|
.jodit-dialog_theme_dark .jodit-ui-button__text,
|
|
4989
4998
|
.jodit_theme_dark .jodit-ui-button__text,
|
|
4999
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text,
|
|
5000
|
+
.jodit_theme_dark .jodit-toolbar-select__text,
|
|
4990
5001
|
.jodit-dialog_theme_dark .jodit-toolbar-button__text,
|
|
4991
5002
|
.jodit_theme_dark .jodit-toolbar-button__text {
|
|
4992
|
-
color: var(--jd-
|
|
5003
|
+
color: var(--jd-color-text);
|
|
5004
|
+
}
|
|
5005
|
+
.jodit-dialog_theme_dark .jodit-ui-button svg,
|
|
5006
|
+
.jodit_theme_dark .jodit-ui-button svg,
|
|
5007
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select svg,
|
|
5008
|
+
.jodit_theme_dark .jodit-toolbar-select svg,
|
|
5009
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button svg,
|
|
5010
|
+
.jodit_theme_dark .jodit-toolbar-button svg,
|
|
5011
|
+
.jodit-dialog_theme_dark .jodit-ui-button__trigger,
|
|
5012
|
+
.jodit_theme_dark .jodit-ui-button__trigger,
|
|
5013
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger,
|
|
5014
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger,
|
|
5015
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger,
|
|
5016
|
+
.jodit_theme_dark .jodit-toolbar-button__trigger,
|
|
5017
|
+
.jodit-dialog_theme_dark .jodit-ui-button .jodit-icon,
|
|
5018
|
+
.jodit_theme_dark .jodit-ui-button .jodit-icon,
|
|
5019
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select .jodit-icon,
|
|
5020
|
+
.jodit_theme_dark .jodit-toolbar-select .jodit-icon,
|
|
5021
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-icon,
|
|
5022
|
+
.jodit_theme_dark .jodit-toolbar-button .jodit-icon {
|
|
5023
|
+
fill: var(--jd-color-icon);
|
|
5024
|
+
stroke: var(--jd-color-icon);
|
|
4993
5025
|
}
|
|
4994
5026
|
.jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]),
|
|
4995
5027
|
.jodit_theme_dark .jodit-ui-button:hover:not([disabled]),
|
|
5028
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select:hover:not([disabled]),
|
|
5029
|
+
.jodit_theme_dark .jodit-toolbar-select:hover:not([disabled]),
|
|
4996
5030
|
.jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]),
|
|
4997
5031
|
.jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]),
|
|
5032
|
+
.jodit-dialog_theme_dark .jodit-ui-button__text:hover:not([disabled]),
|
|
5033
|
+
.jodit_theme_dark .jodit-ui-button__text:hover:not([disabled]),
|
|
5034
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__text:hover:not([disabled]),
|
|
5035
|
+
.jodit_theme_dark .jodit-toolbar-select__text:hover:not([disabled]),
|
|
5036
|
+
.jodit-dialog_theme_dark .jodit-toolbar-button__text:hover:not([disabled]),
|
|
5037
|
+
.jodit_theme_dark .jodit-toolbar-button__text:hover:not([disabled]),
|
|
4998
5038
|
.jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]),
|
|
4999
5039
|
.jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]),
|
|
5040
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__button:hover:not([disabled]),
|
|
5041
|
+
.jodit_theme_dark .jodit-toolbar-select__button:hover:not([disabled]),
|
|
5000
5042
|
.jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),
|
|
5001
5043
|
.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]),
|
|
5002
5044
|
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
|
|
5003
5045
|
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
|
|
5046
|
+
.jodit-dialog_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]),
|
|
5047
|
+
.jodit_theme_dark .jodit-toolbar-select__trigger:hover:not([disabled]),
|
|
5004
5048
|
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]),
|
|
5005
5049
|
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
5050
|
+
--jd-color-text: var(--jd-dark-background-color);
|
|
5051
|
+
--jd-color-icon: var(--jd-dark-background-color);
|
|
5006
5052
|
background-color: var(--jd-dark-background-ligher);
|
|
5053
|
+
color: var(--jd-dark-background-color);
|
|
5007
5054
|
}
|
|
5008
5055
|
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
|
|
5009
5056
|
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
|
|
@@ -5045,15 +5092,6 @@ html.jodit_fullsize-box_true {
|
|
|
5045
5092
|
.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
|
|
5046
5093
|
background: var(--jd-dark-toolbar-color);
|
|
5047
5094
|
}
|
|
5048
|
-
.jodit-dialog_theme_dark .jodit__upload-button svg,
|
|
5049
|
-
.jodit_theme_dark .jodit__upload-button svg,
|
|
5050
|
-
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
|
|
5051
|
-
.jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
|
|
5052
|
-
.jodit-dialog_theme_dark .jodit-icon,
|
|
5053
|
-
.jodit_theme_dark .jodit-icon {
|
|
5054
|
-
fill: var(--jd-dark-icon-color);
|
|
5055
|
-
stroke: var(--jd-dark-icon-color);
|
|
5056
|
-
}
|
|
5057
5095
|
.jodit-dialog_theme_dark .jodit-icon-close,
|
|
5058
5096
|
.jodit_theme_dark .jodit-icon-close {
|
|
5059
5097
|
stroke: var(--jd-dark-icon-color);
|