jodit 4.2.49 → 4.2.50
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/LICENSE.txt +1 -1
- package/es2015/jodit.css +47 -47
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +539 -539
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +2 -2
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +31 -31
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +47 -47
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +539 -539
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.css +1 -1
- 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 +31 -31
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +47 -47
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +539 -539
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +2 -2
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +31 -31
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +47 -47
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +451 -451
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +2 -2
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +9 -9
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/164.fat.min.js +1 -1
- package/es5/164.min.js +1 -1
- package/es5/5.fat.min.js +1 -1
- package/es5/5.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/jodit.css +48 -48
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +539 -539
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +2 -2
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +31 -31
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/config.d.ts +1 -1
- package/esm/config.js +1 -1
- package/esm/core/async/async.d.ts +1 -1
- package/esm/core/async/async.js +1 -1
- package/esm/core/async/index.d.ts +1 -1
- package/esm/core/async/index.js +1 -1
- package/esm/core/component/component.d.ts +1 -1
- package/esm/core/component/component.js +1 -1
- package/esm/core/component/index.d.ts +1 -1
- package/esm/core/component/index.js +1 -1
- package/esm/core/component/statuses.d.ts +1 -1
- package/esm/core/component/statuses.js +1 -1
- package/esm/core/component/view-component.d.ts +1 -1
- package/esm/core/component/view-component.js +1 -1
- package/esm/core/constants.d.ts +1 -1
- package/esm/core/constants.js +2 -2
- package/esm/core/create/create.d.ts +1 -1
- package/esm/core/create/create.js +1 -1
- package/esm/core/create/index.d.ts +1 -1
- package/esm/core/create/index.js +1 -1
- package/esm/core/decorators/autobind/autobind.d.ts +1 -1
- package/esm/core/decorators/autobind/autobind.js +1 -1
- package/esm/core/decorators/cache/cache.d.ts +1 -1
- package/esm/core/decorators/cache/cache.js +1 -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 +1 -1
- package/esm/core/decorators/derive/derive.d.ts +1 -1
- package/esm/core/decorators/derive/derive.js +1 -1
- package/esm/core/decorators/hook/hook.d.ts +1 -1
- package/esm/core/decorators/hook/hook.js +1 -1
- package/esm/core/decorators/idle/idle.d.ts +1 -1
- package/esm/core/decorators/idle/idle.js +1 -1
- package/esm/core/decorators/index.d.ts +1 -1
- package/esm/core/decorators/index.js +1 -1
- package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
- package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
- package/esm/core/decorators/persistent/persistent.d.ts +1 -1
- package/esm/core/decorators/persistent/persistent.js +1 -1
- package/esm/core/decorators/wait/wait.d.ts +1 -1
- package/esm/core/decorators/wait/wait.js +1 -1
- package/esm/core/decorators/watch/watch.d.ts +1 -1
- package/esm/core/decorators/watch/watch.js +1 -1
- package/esm/core/dom/dom.d.ts +1 -1
- package/esm/core/dom/dom.js +1 -1
- package/esm/core/dom/index.d.ts +1 -1
- package/esm/core/dom/index.js +1 -1
- package/esm/core/dom/lazy-walker.d.ts +1 -1
- package/esm/core/dom/lazy-walker.js +1 -1
- package/esm/core/event-emitter/event-emitter.d.ts +1 -1
- package/esm/core/event-emitter/event-emitter.js +1 -1
- package/esm/core/event-emitter/eventify.d.ts +1 -1
- package/esm/core/event-emitter/eventify.js +1 -1
- package/esm/core/event-emitter/index.d.ts +1 -1
- package/esm/core/event-emitter/index.js +1 -1
- package/esm/core/event-emitter/observable.d.ts +1 -1
- package/esm/core/event-emitter/observable.js +1 -1
- package/esm/core/event-emitter/store.d.ts +1 -1
- package/esm/core/event-emitter/store.js +1 -1
- package/esm/core/global.d.ts +1 -1
- package/esm/core/global.js +1 -1
- package/esm/core/helpers/array/as-array.d.ts +1 -1
- package/esm/core/helpers/array/as-array.js +1 -1
- package/esm/core/helpers/array/index.d.ts +1 -1
- package/esm/core/helpers/array/index.js +1 -1
- package/esm/core/helpers/array/split-array.d.ts +1 -1
- package/esm/core/helpers/array/split-array.js +1 -1
- package/esm/core/helpers/array/to-array.d.ts +1 -1
- package/esm/core/helpers/array/to-array.js +1 -1
- package/esm/core/helpers/async/index.d.ts +1 -1
- package/esm/core/helpers/async/index.js +1 -1
- package/esm/core/helpers/async/set-timeout.d.ts +1 -1
- package/esm/core/helpers/async/set-timeout.js +1 -1
- package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
- package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
- package/esm/core/helpers/checker/index.d.ts +1 -1
- package/esm/core/helpers/checker/index.js +1 -1
- package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
- package/esm/core/helpers/checker/is-abort-error.js +1 -1
- package/esm/core/helpers/checker/is-array.d.ts +1 -1
- package/esm/core/helpers/checker/is-array.js +1 -1
- package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
- package/esm/core/helpers/checker/is-boolean.js +1 -1
- package/esm/core/helpers/checker/is-equal.d.ts +1 -1
- package/esm/core/helpers/checker/is-equal.js +1 -1
- package/esm/core/helpers/checker/is-function.d.ts +1 -1
- package/esm/core/helpers/checker/is-function.js +1 -1
- package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
- package/esm/core/helpers/checker/is-html-from-word.js +1 -1
- package/esm/core/helpers/checker/is-html.d.ts +1 -1
- package/esm/core/helpers/checker/is-html.js +1 -1
- package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/esm/core/helpers/checker/is-imp-interface.js +1 -1
- package/esm/core/helpers/checker/is-int.d.ts +1 -1
- package/esm/core/helpers/checker/is-int.js +1 -1
- package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-jodit-object.js +1 -1
- package/esm/core/helpers/checker/is-license.d.ts +1 -1
- package/esm/core/helpers/checker/is-license.js +1 -1
- package/esm/core/helpers/checker/is-marker.d.ts +1 -1
- package/esm/core/helpers/checker/is-marker.js +1 -1
- package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
- package/esm/core/helpers/checker/is-native-function.js +1 -1
- package/esm/core/helpers/checker/is-number.d.ts +1 -1
- package/esm/core/helpers/checker/is-number.js +1 -1
- package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
- package/esm/core/helpers/checker/is-numeric.js +1 -1
- package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-plain-object.js +1 -1
- package/esm/core/helpers/checker/is-promise.d.ts +1 -1
- package/esm/core/helpers/checker/is-promise.js +1 -1
- package/esm/core/helpers/checker/is-set.d.ts +1 -1
- package/esm/core/helpers/checker/is-set.js +1 -1
- package/esm/core/helpers/checker/is-string.d.ts +1 -1
- package/esm/core/helpers/checker/is-string.js +1 -1
- package/esm/core/helpers/checker/is-url.d.ts +1 -1
- package/esm/core/helpers/checker/is-url.js +1 -1
- package/esm/core/helpers/checker/is-valid-name.d.ts +1 -1
- package/esm/core/helpers/checker/is-valid-name.js +1 -1
- package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
- package/esm/core/helpers/checker/is-view-object.js +1 -1
- package/esm/core/helpers/checker/is-void.d.ts +1 -1
- package/esm/core/helpers/checker/is-void.js +1 -1
- package/esm/core/helpers/checker/is-window.d.ts +1 -1
- package/esm/core/helpers/checker/is-window.js +1 -1
- package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
- package/esm/core/helpers/color/color-to-hex.js +1 -1
- package/esm/core/helpers/color/index.d.ts +1 -1
- package/esm/core/helpers/color/index.js +1 -1
- package/esm/core/helpers/html/apply-styles.d.ts +1 -1
- package/esm/core/helpers/html/apply-styles.js +1 -1
- package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
- package/esm/core/helpers/html/clean-from-word.js +1 -1
- package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
- package/esm/core/helpers/html/htmlspecialchars.js +1 -1
- package/esm/core/helpers/html/index.d.ts +1 -1
- package/esm/core/helpers/html/index.js +1 -1
- package/esm/core/helpers/html/nl2br.d.ts +1 -1
- package/esm/core/helpers/html/nl2br.js +1 -1
- package/esm/core/helpers/html/safe-html.d.ts +1 -1
- package/esm/core/helpers/html/safe-html.js +1 -1
- package/esm/core/helpers/html/strip-tags.d.ts +1 -1
- package/esm/core/helpers/html/strip-tags.js +1 -1
- package/esm/core/helpers/index.d.ts +1 -1
- package/esm/core/helpers/index.js +1 -1
- package/esm/core/helpers/normalize/index.d.ts +1 -1
- package/esm/core/helpers/normalize/index.js +1 -1
- package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-color.js +1 -1
- package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
- package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
- package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-license.js +1 -1
- package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-path.js +1 -1
- package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
- package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-size.js +1 -1
- package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
- package/esm/core/helpers/normalize/normalize-url.js +1 -1
- package/esm/core/helpers/size/get-content-width.d.ts +1 -1
- package/esm/core/helpers/size/get-content-width.js +1 -1
- package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/esm/core/helpers/size/get-scroll-parent.js +1 -1
- package/esm/core/helpers/size/index.d.ts +1 -1
- package/esm/core/helpers/size/index.js +1 -1
- package/esm/core/helpers/size/inner-width.d.ts +1 -1
- package/esm/core/helpers/size/inner-width.js +1 -1
- package/esm/core/helpers/size/object-size.d.ts +1 -1
- package/esm/core/helpers/size/object-size.js +1 -1
- package/esm/core/helpers/size/offset.d.ts +1 -1
- package/esm/core/helpers/size/offset.js +1 -1
- package/esm/core/helpers/size/position.d.ts +1 -1
- package/esm/core/helpers/size/position.js +1 -1
- package/esm/core/helpers/string/camel-case.d.ts +1 -1
- package/esm/core/helpers/string/camel-case.js +1 -1
- package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
- package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
- package/esm/core/helpers/string/i18n.d.ts +1 -1
- package/esm/core/helpers/string/i18n.js +1 -1
- package/esm/core/helpers/string/index.d.ts +1 -1
- package/esm/core/helpers/string/index.js +1 -1
- package/esm/core/helpers/string/kebab-case.d.ts +1 -1
- package/esm/core/helpers/string/kebab-case.js +1 -1
- package/esm/core/helpers/string/stringify.d.ts +1 -1
- package/esm/core/helpers/string/stringify.js +1 -1
- package/esm/core/helpers/string/trim.d.ts +1 -1
- package/esm/core/helpers/string/trim.js +1 -1
- package/esm/core/helpers/string/ucfirst.d.ts +1 -1
- package/esm/core/helpers/string/ucfirst.js +1 -1
- package/esm/core/helpers/utils/align.d.ts +1 -1
- package/esm/core/helpers/utils/align.js +1 -1
- package/esm/core/helpers/utils/append-script.d.ts +1 -1
- package/esm/core/helpers/utils/append-script.js +1 -1
- package/esm/core/helpers/utils/assert.d.ts +1 -1
- package/esm/core/helpers/utils/assert.js +1 -1
- package/esm/core/helpers/utils/attr.d.ts +1 -1
- package/esm/core/helpers/utils/attr.js +1 -1
- package/esm/core/helpers/utils/browser.d.ts +1 -1
- package/esm/core/helpers/utils/browser.js +1 -1
- package/esm/core/helpers/utils/build-query.d.ts +1 -1
- package/esm/core/helpers/utils/build-query.js +1 -1
- package/esm/core/helpers/utils/complete-url.d.ts +1 -1
- package/esm/core/helpers/utils/complete-url.js +1 -1
- package/esm/core/helpers/utils/config-proto.d.ts +1 -1
- package/esm/core/helpers/utils/config-proto.js +1 -1
- package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
- package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
- package/esm/core/helpers/utils/css.d.ts +1 -1
- package/esm/core/helpers/utils/css.js +1 -1
- package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
- package/esm/core/helpers/utils/ctrl-key.js +1 -1
- package/esm/core/helpers/utils/data-bind.d.ts +1 -1
- package/esm/core/helpers/utils/data-bind.js +1 -1
- package/esm/core/helpers/utils/default-language.d.ts +1 -1
- package/esm/core/helpers/utils/default-language.js +1 -1
- package/esm/core/helpers/utils/error/error.d.ts +1 -1
- package/esm/core/helpers/utils/error/error.js +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
- package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
- package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/index.js +1 -1
- package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
- package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
- package/esm/core/helpers/utils/error/index.d.ts +1 -1
- package/esm/core/helpers/utils/error/index.js +1 -1
- package/esm/core/helpers/utils/extend.d.ts +1 -1
- package/esm/core/helpers/utils/extend.js +1 -1
- package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
- package/esm/core/helpers/utils/get-class-name.js +1 -1
- package/esm/core/helpers/utils/get.d.ts +1 -1
- package/esm/core/helpers/utils/get.js +1 -1
- package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
- package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
- package/esm/core/helpers/utils/index.d.ts +1 -1
- package/esm/core/helpers/utils/index.js +1 -1
- package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
- package/esm/core/helpers/utils/mark-deprecated.js +1 -1
- package/esm/core/helpers/utils/parse-query.d.ts +1 -1
- package/esm/core/helpers/utils/parse-query.js +1 -1
- package/esm/core/helpers/utils/print.d.ts +1 -1
- package/esm/core/helpers/utils/print.js +1 -1
- package/esm/core/helpers/utils/reset.d.ts +1 -1
- package/esm/core/helpers/utils/reset.js +1 -1
- package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/esm/core/helpers/utils/scroll-into-view.js +1 -1
- package/esm/core/helpers/utils/selector.d.ts +1 -1
- package/esm/core/helpers/utils/selector.js +1 -1
- package/esm/core/helpers/utils/set.d.ts +1 -1
- package/esm/core/helpers/utils/set.js +1 -1
- package/esm/core/helpers/utils/stack.d.ts +1 -1
- package/esm/core/helpers/utils/stack.js +1 -1
- package/esm/core/helpers/utils/utils.d.ts +1 -1
- package/esm/core/helpers/utils/utils.js +1 -1
- package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/init-instance.js +1 -1
- package/esm/core/plugin/helpers/load.d.ts +1 -1
- package/esm/core/plugin/helpers/load.js +1 -1
- package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
- package/esm/core/plugin/helpers/make-instance.js +1 -1
- package/esm/core/plugin/helpers/utils.d.ts +1 -1
- package/esm/core/plugin/helpers/utils.js +1 -1
- package/esm/core/plugin/index.d.ts +1 -1
- package/esm/core/plugin/index.js +1 -1
- package/esm/core/plugin/interface.d.ts +1 -1
- package/esm/core/plugin/plugin-system.d.ts +1 -1
- package/esm/core/plugin/plugin-system.js +1 -1
- package/esm/core/plugin/plugin.d.ts +1 -1
- package/esm/core/plugin/plugin.js +1 -1
- package/esm/core/request/ajax.d.ts +1 -1
- package/esm/core/request/ajax.js +1 -1
- package/esm/core/request/config.d.ts +1 -1
- package/esm/core/request/config.js +1 -1
- package/esm/core/request/index.d.ts +1 -1
- package/esm/core/request/index.js +1 -1
- package/esm/core/request/response.d.ts +1 -1
- package/esm/core/request/response.js +1 -1
- package/esm/core/selection/helpers/index.d.ts +1 -1
- package/esm/core/selection/helpers/index.js +1 -1
- package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
- package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
- package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
- package/esm/core/selection/index.d.ts +1 -1
- package/esm/core/selection/index.js +1 -1
- package/esm/core/selection/interface.d.ts +1 -1
- package/esm/core/selection/interface.js +1 -1
- package/esm/core/selection/selection.d.ts +1 -1
- package/esm/core/selection/selection.js +1 -1
- package/esm/core/selection/style/api/extract.d.ts +1 -1
- package/esm/core/selection/style/api/extract.js +1 -1
- package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/esm/core/selection/style/api/finite-state-machine.js +1 -1
- package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-child.js +1 -1
- package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/esm/core/selection/style/api/get-suit-parent.js +1 -1
- package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
- package/esm/core/selection/style/api/has-same-style.js +1 -1
- package/esm/core/selection/style/api/index.d.ts +1 -1
- package/esm/core/selection/style/api/index.js +1 -1
- package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
- package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
- package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/esm/core/selection/style/api/is-normal-node.js +1 -1
- package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/is-same-attributes.js +1 -1
- package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
- package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
- package/esm/core/selection/style/api/list/toggle-ordered-list.js +1 -1
- package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/esm/core/selection/style/api/list/wrap-list.js +1 -1
- package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/esm/core/selection/style/api/toggle-attributes.js +1 -1
- package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/esm/core/selection/style/api/unwrap-children.js +1 -1
- package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
- package/esm/core/selection/style/api/wrap.d.ts +1 -1
- package/esm/core/selection/style/api/wrap.js +1 -1
- package/esm/core/selection/style/apply-style.d.ts +1 -1
- package/esm/core/selection/style/apply-style.js +1 -1
- package/esm/core/selection/style/commit-style.d.ts +1 -1
- package/esm/core/selection/style/commit-style.js +1 -1
- package/esm/core/selection/style/constants.d.ts +1 -1
- package/esm/core/selection/style/constants.js +1 -1
- package/esm/core/selection/style/transactions.d.ts +1 -1
- package/esm/core/selection/style/transactions.js +1 -1
- package/esm/core/storage/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 +1 -1
- package/esm/core/ui/form/inputs/area/area.js +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
- package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
- package/esm/core/ui/form/inputs/file/file.js +1 -1
- package/esm/core/ui/form/inputs/index.d.ts +1 -1
- package/esm/core/ui/form/inputs/index.js +1 -1
- package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
- package/esm/core/ui/form/inputs/input/input.js +1 -1
- package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
- package/esm/core/ui/form/inputs/select/select.js +1 -1
- package/esm/core/ui/form/validators/index.d.ts +1 -1
- package/esm/core/ui/form/validators/index.js +1 -1
- package/esm/core/ui/form/validators/input.d.ts +1 -1
- package/esm/core/ui/form/validators/input.js +1 -1
- package/esm/core/ui/form/validators/select.d.ts +1 -1
- package/esm/core/ui/form/validators/select.js +1 -1
- package/esm/core/ui/group/group.d.ts +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 +1 -1
- package/esm/core/ui/group/list.js +1 -1
- package/esm/core/ui/group/separator.d.ts +1 -1
- package/esm/core/ui/group/separator.js +1 -1
- package/esm/core/ui/group/spacer.d.ts +1 -1
- package/esm/core/ui/group/spacer.js +1 -1
- package/esm/core/ui/helpers/buttons.d.ts +1 -1
- package/esm/core/ui/helpers/buttons.js +1 -1
- package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
- package/esm/core/ui/helpers/get-control-type.js +1 -1
- package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
- package/esm/core/ui/icon.d.ts +1 -1
- package/esm/core/ui/icon.js +1 -1
- package/esm/core/ui/index.d.ts +1 -1
- package/esm/core/ui/index.js +1 -1
- package/esm/core/ui/popup/index.d.ts +1 -1
- package/esm/core/ui/popup/index.js +1 -1
- package/esm/core/ui/popup/popup.d.ts +1 -1
- package/esm/core/ui/popup/popup.js +1 -1
- package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
- package/esm/core/ui/progress-bar/progress-bar.js +1 -1
- package/esm/core/view/view-with-toolbar.d.ts +1 -1
- package/esm/core/view/view-with-toolbar.js +1 -1
- package/esm/core/view/view.d.ts +1 -1
- package/esm/core/view/view.js +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- 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/fi.js +1 -1
- package/esm/langs/fr.js +1 -1
- package/esm/langs/he.js +1 -1
- package/esm/langs/hu.js +1 -1
- package/esm/langs/id.js +1 -1
- package/esm/langs/it.js +1 -1
- package/esm/langs/ja.js +1 -1
- package/esm/langs/keys.js +1 -1
- package/esm/langs/ko.js +1 -1
- package/esm/langs/mn.js +1 -1
- package/esm/langs/nl.js +1 -1
- package/esm/langs/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/ua.js +1 -1
- package/esm/langs/zh_cn.js +1 -1
- package/esm/langs/zh_tw.js +1 -1
- package/esm/languages.d.ts +1 -1
- package/esm/languages.js +1 -1
- package/esm/modules/context-menu/context-menu.d.ts +1 -1
- package/esm/modules/context-menu/context-menu.js +1 -1
- package/esm/modules/dialog/alert.d.ts +1 -1
- package/esm/modules/dialog/alert.js +1 -1
- package/esm/modules/dialog/confirm.d.ts +1 -1
- package/esm/modules/dialog/confirm.js +1 -1
- package/esm/modules/dialog/dialog.d.ts +1 -1
- package/esm/modules/dialog/dialog.js +1 -1
- package/esm/modules/dialog/index.d.ts +1 -1
- package/esm/modules/dialog/index.js +1 -1
- package/esm/modules/dialog/prompt.d.ts +1 -1
- package/esm/modules/dialog/prompt.js +1 -1
- package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
- package/esm/modules/file-browser/builders/context-menu.js +1 -1
- package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
- package/esm/modules/file-browser/builders/elements-map.js +1 -1
- package/esm/modules/file-browser/builders/item.d.ts +1 -1
- package/esm/modules/file-browser/builders/item.js +1 -1
- package/esm/modules/file-browser/config.d.ts +1 -1
- package/esm/modules/file-browser/config.js +1 -1
- package/esm/modules/file-browser/data-provider.d.ts +1 -1
- package/esm/modules/file-browser/data-provider.js +1 -1
- package/esm/modules/file-browser/factories.d.ts +1 -1
- package/esm/modules/file-browser/factories.js +1 -1
- package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
- package/esm/modules/file-browser/fetch/delete-file.js +1 -1
- package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-items.js +1 -1
- package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
- package/esm/modules/file-browser/fetch/load-tree.js +1 -1
- package/esm/modules/file-browser/file-browser.d.ts +1 -1
- package/esm/modules/file-browser/file-browser.js +1 -1
- package/esm/modules/file-browser/index.d.ts +1 -1
- package/esm/modules/file-browser/index.js +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
- package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
- package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
- package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
- package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
- package/esm/modules/file-browser/ui/files/files.js +1 -1
- package/esm/modules/file-browser/ui/index.d.ts +1 -1
- package/esm/modules/file-browser/ui/index.js +1 -1
- package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/esm/modules/file-browser/ui/tree/tree.js +1 -1
- package/esm/modules/history/command.d.ts +1 -1
- package/esm/modules/history/command.js +1 -1
- package/esm/modules/history/history.d.ts +1 -1
- package/esm/modules/history/history.js +1 -1
- package/esm/modules/history/snapshot.d.ts +1 -1
- package/esm/modules/history/snapshot.js +1 -1
- package/esm/modules/history/stack.d.ts +1 -1
- package/esm/modules/history/stack.js +1 -1
- package/esm/modules/image-editor/config.d.ts +1 -1
- package/esm/modules/image-editor/config.js +1 -1
- package/esm/modules/image-editor/image-editor.d.ts +1 -1
- package/esm/modules/image-editor/image-editor.js +1 -1
- package/esm/modules/image-editor/templates/form.d.ts +1 -1
- package/esm/modules/image-editor/templates/form.js +1 -1
- package/esm/modules/index.d.ts +1 -1
- package/esm/modules/index.js +1 -1
- package/esm/modules/messages/message.d.ts +1 -1
- package/esm/modules/messages/message.js +1 -1
- package/esm/modules/messages/messages.d.ts +1 -1
- package/esm/modules/messages/messages.js +1 -1
- package/esm/modules/status-bar/status-bar.d.ts +1 -1
- package/esm/modules/status-bar/status-bar.js +1 -1
- package/esm/modules/table/table.d.ts +1 -1
- package/esm/modules/table/table.js +1 -1
- package/esm/modules/toolbar/button/button.d.ts +1 -1
- package/esm/modules/toolbar/button/button.js +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 +1 -1
- package/esm/modules/toolbar/collection/collection.js +1 -1
- package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/esm/modules/toolbar/collection/editor-collection.js +1 -1
- package/esm/modules/toolbar/factory.d.ts +1 -1
- package/esm/modules/toolbar/factory.js +1 -1
- package/esm/modules/uploader/config.d.ts +1 -1
- package/esm/modules/uploader/config.js +1 -1
- package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
- package/esm/modules/uploader/helpers/build-data.js +1 -1
- package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
- package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
- package/esm/modules/uploader/helpers/index.d.ts +1 -1
- package/esm/modules/uploader/helpers/index.js +1 -1
- package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
- package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
- package/esm/modules/uploader/helpers/send-files.js +1 -1
- package/esm/modules/uploader/helpers/send.d.ts +1 -1
- package/esm/modules/uploader/helpers/send.js +1 -1
- package/esm/modules/uploader/uploader.d.ts +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 +1 -1
- package/esm/modules/widget/index.d.ts +1 -1
- package/esm/modules/widget/index.js +1 -1
- package/esm/modules/widget/tabs/tabs.d.ts +1 -1
- package/esm/modules/widget/tabs/tabs.js +1 -1
- package/esm/plugins/about/about.d.ts +1 -1
- package/esm/plugins/about/about.js +1 -1
- package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
- package/esm/plugins/add-new-line/add-new-line.js +1 -1
- package/esm/plugins/add-new-line/config.d.ts +1 -1
- package/esm/plugins/add-new-line/config.js +1 -1
- package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
- package/esm/plugins/ai-assistant/ai-assistant.js +1 -1
- package/esm/plugins/ai-assistant/config.d.ts +1 -1
- package/esm/plugins/ai-assistant/config.js +1 -1
- package/esm/plugins/ai-assistant/langs/en.js +1 -1
- package/esm/plugins/ai-assistant/langs/es.js +1 -1
- package/esm/plugins/ai-assistant/langs/index.d.ts +1 -1
- package/esm/plugins/ai-assistant/langs/index.js +1 -1
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
- package/esm/plugins/backspace/backspace.d.ts +1 -1
- package/esm/plugins/backspace/backspace.js +1 -1
- package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
- package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
- package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
- package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
- package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
- package/esm/plugins/backspace/cases/index.d.ts +1 -1
- package/esm/plugins/backspace/cases/index.js +1 -1
- package/esm/plugins/backspace/config.d.ts +1 -1
- package/esm/plugins/backspace/config.js +1 -1
- package/esm/plugins/backspace/helpers.d.ts +1 -1
- package/esm/plugins/backspace/helpers.js +1 -1
- package/esm/plugins/backspace/interface.d.ts +1 -1
- package/esm/plugins/backspace/interface.js +1 -1
- package/esm/plugins/bold/bold.d.ts +1 -1
- package/esm/plugins/bold/bold.js +1 -1
- package/esm/plugins/bold/config.d.ts +1 -1
- package/esm/plugins/bold/config.js +1 -1
- package/esm/plugins/bold/interface.d.ts +1 -1
- package/esm/plugins/class-span/class-span.d.ts +1 -1
- package/esm/plugins/class-span/class-span.js +1 -1
- package/esm/plugins/clean-html/clean-html.d.ts +1 -1
- package/esm/plugins/clean-html/clean-html.js +1 -1
- package/esm/plugins/clean-html/config.d.ts +1 -1
- package/esm/plugins/clean-html/config.js +1 -1
- package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
- package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/index.js +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
- package/esm/plugins/clipboard/clipboard.d.ts +1 -1
- package/esm/plugins/clipboard/clipboard.js +1 -1
- package/esm/plugins/clipboard/config.d.ts +1 -1
- package/esm/plugins/clipboard/config.js +1 -1
- package/esm/plugins/color/color.d.ts +1 -1
- package/esm/plugins/color/color.js +1 -1
- package/esm/plugins/color/config.d.ts +1 -1
- package/esm/plugins/color/config.js +1 -1
- package/esm/plugins/copy-format/copy-format.d.ts +1 -1
- package/esm/plugins/copy-format/copy-format.js +1 -1
- package/esm/plugins/copy-format/langs/ar.js +1 -1
- package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
- package/esm/plugins/copy-format/langs/de.js +1 -1
- package/esm/plugins/copy-format/langs/es.js +1 -1
- package/esm/plugins/copy-format/langs/fa.js +1 -1
- package/esm/plugins/copy-format/langs/fi.js +1 -1
- package/esm/plugins/copy-format/langs/fr.js +1 -1
- package/esm/plugins/copy-format/langs/he.js +1 -1
- package/esm/plugins/copy-format/langs/hu.js +1 -1
- package/esm/plugins/copy-format/langs/id.js +1 -1
- package/esm/plugins/copy-format/langs/index.d.ts +1 -1
- package/esm/plugins/copy-format/langs/index.js +1 -1
- package/esm/plugins/copy-format/langs/it.js +1 -1
- package/esm/plugins/copy-format/langs/ja.js +1 -1
- package/esm/plugins/copy-format/langs/ko.js +1 -1
- package/esm/plugins/copy-format/langs/mn.js +1 -1
- package/esm/plugins/copy-format/langs/nl.js +1 -1
- package/esm/plugins/copy-format/langs/pl.js +1 -1
- package/esm/plugins/copy-format/langs/pt_br.js +1 -1
- package/esm/plugins/copy-format/langs/ru.js +1 -1
- package/esm/plugins/copy-format/langs/tr.js +1 -1
- package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
- package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
- package/esm/plugins/debug/debug.d.ts +1 -1
- package/esm/plugins/delete/delete.d.ts +1 -1
- package/esm/plugins/delete/delete.js +1 -1
- package/esm/plugins/delete/interface.d.ts +1 -1
- package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
- package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
- package/esm/plugins/drag-and-drop-element/config.js +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
- package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/after-insert/index.js +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
- package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
- package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
- package/esm/plugins/dtd/before-insert/index.js +1 -1
- package/esm/plugins/dtd/config.d.ts +1 -1
- package/esm/plugins/dtd/config.js +1 -1
- package/esm/plugins/dtd/dtd.d.ts +1 -1
- package/esm/plugins/dtd/dtd.js +1 -1
- package/esm/plugins/enter/enter.d.ts +1 -1
- package/esm/plugins/enter/enter.js +1 -1
- package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-br.js +1 -1
- package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
- package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
- package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
- package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
- package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
- package/esm/plugins/enter/helpers/index.d.ts +1 -1
- package/esm/plugins/enter/helpers/index.js +1 -1
- package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
- package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/esm/plugins/enter/helpers/split-fragment.js +1 -1
- package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/esm/plugins/enter/helpers/wrap-text.js +1 -1
- package/esm/plugins/enter/interface.d.ts +1 -1
- package/esm/plugins/file/file.d.ts +1 -1
- package/esm/plugins/file/file.js +1 -1
- package/esm/plugins/focus/focus.d.ts +1 -1
- package/esm/plugins/focus/focus.js +1 -1
- package/esm/plugins/font/config.d.ts +1 -1
- package/esm/plugins/font/config.js +1 -1
- package/esm/plugins/font/font.d.ts +1 -1
- package/esm/plugins/font/font.js +1 -1
- package/esm/plugins/format-block/config.d.ts +1 -1
- package/esm/plugins/format-block/config.js +1 -1
- package/esm/plugins/format-block/format-block.d.ts +1 -1
- package/esm/plugins/format-block/format-block.js +1 -1
- package/esm/plugins/fullsize/config.d.ts +1 -1
- package/esm/plugins/fullsize/config.js +1 -1
- package/esm/plugins/fullsize/fullsize.d.ts +1 -1
- package/esm/plugins/fullsize/fullsize.js +1 -1
- package/esm/plugins/hotkeys/config.d.ts +1 -1
- package/esm/plugins/hotkeys/config.js +1 -1
- package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
- package/esm/plugins/hotkeys/hotkeys.js +1 -1
- package/esm/plugins/hr/hr.d.ts +1 -1
- package/esm/plugins/hr/hr.js +1 -1
- package/esm/plugins/iframe/config.d.ts +1 -1
- package/esm/plugins/iframe/config.js +1 -1
- package/esm/plugins/iframe/iframe.d.ts +1 -1
- package/esm/plugins/iframe/iframe.js +1 -1
- package/esm/plugins/image/image.d.ts +1 -1
- package/esm/plugins/image/image.js +1 -1
- package/esm/plugins/image-processor/config.d.ts +1 -1
- package/esm/plugins/image-processor/config.js +1 -1
- package/esm/plugins/image-processor/image-processor.d.ts +1 -1
- package/esm/plugins/image-processor/image-processor.js +1 -1
- package/esm/plugins/image-properties/config.d.ts +1 -1
- package/esm/plugins/image-properties/config.js +1 -1
- package/esm/plugins/image-properties/image-properties.d.ts +1 -1
- package/esm/plugins/image-properties/image-properties.js +1 -1
- package/esm/plugins/image-properties/interface.d.ts +1 -1
- package/esm/plugins/image-properties/readers/align.d.ts +1 -1
- package/esm/plugins/image-properties/readers/align.js +1 -1
- package/esm/plugins/image-properties/readers/index.d.ts +1 -1
- package/esm/plugins/image-properties/readers/index.js +1 -1
- package/esm/plugins/image-properties/readers/link.d.ts +1 -1
- package/esm/plugins/image-properties/readers/link.js +1 -1
- package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
- package/esm/plugins/image-properties/readers/margin.js +1 -1
- package/esm/plugins/image-properties/readers/size.d.ts +1 -1
- package/esm/plugins/image-properties/readers/size.js +1 -1
- package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-form.js +1 -1
- package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-main-tab.js +1 -1
- package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
- package/esm/plugins/image-properties/ui/ui-image-position-tab.js +1 -1
- package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
- package/esm/plugins/image-properties/utils/open-image-editor.js +1 -1
- package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
- package/esm/plugins/image-properties/utils/open-image-popup.js +1 -1
- package/esm/plugins/image-properties/utils/utils.d.ts +1 -1
- package/esm/plugins/image-properties/utils/utils.js +1 -1
- package/esm/plugins/image-properties/writers/index.d.ts +1 -1
- package/esm/plugins/image-properties/writers/index.js +1 -1
- package/esm/plugins/image-properties/writers/link.d.ts +1 -1
- package/esm/plugins/image-properties/writers/link.js +1 -1
- package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
- package/esm/plugins/image-properties/writers/margin.js +1 -1
- package/esm/plugins/image-properties/writers/size.d.ts +1 -1
- package/esm/plugins/image-properties/writers/size.js +1 -1
- package/esm/plugins/indent/config.d.ts +1 -1
- package/esm/plugins/indent/config.js +1 -1
- package/esm/plugins/indent/helpers.d.ts +1 -1
- package/esm/plugins/indent/helpers.js +1 -1
- package/esm/plugins/indent/indent.d.ts +1 -1
- package/esm/plugins/indent/indent.js +1 -1
- package/esm/plugins/index.d.ts +1 -1
- package/esm/plugins/index.js +1 -1
- package/esm/plugins/inline-popup/config/config.d.ts +1 -1
- package/esm/plugins/inline-popup/config/config.js +1 -1
- package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/a.js +1 -1
- package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/cells.js +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
- package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/img.js +1 -1
- package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
- package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
- package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/esm/plugins/inline-popup/inline-popup.js +1 -1
- package/esm/plugins/justify/justify.d.ts +1 -1
- package/esm/plugins/justify/justify.js +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
- package/esm/plugins/limit/config.d.ts +1 -1
- package/esm/plugins/limit/config.js +1 -1
- package/esm/plugins/limit/limit.d.ts +1 -1
- package/esm/plugins/limit/limit.js +1 -1
- package/esm/plugins/line-height/config.d.ts +1 -1
- package/esm/plugins/line-height/config.js +1 -1
- package/esm/plugins/line-height/langs/ar.js +1 -1
- package/esm/plugins/line-height/langs/cs_cz.js +1 -1
- package/esm/plugins/line-height/langs/de.js +1 -1
- package/esm/plugins/line-height/langs/es.js +1 -1
- package/esm/plugins/line-height/langs/fa.js +1 -1
- package/esm/plugins/line-height/langs/fi.js +1 -1
- package/esm/plugins/line-height/langs/fr.js +1 -1
- package/esm/plugins/line-height/langs/he.js +1 -1
- package/esm/plugins/line-height/langs/hu.js +1 -1
- package/esm/plugins/line-height/langs/id.js +1 -1
- package/esm/plugins/line-height/langs/index.d.ts +1 -1
- package/esm/plugins/line-height/langs/index.js +1 -1
- package/esm/plugins/line-height/langs/it.js +1 -1
- package/esm/plugins/line-height/langs/ja.js +1 -1
- package/esm/plugins/line-height/langs/ko.js +1 -1
- package/esm/plugins/line-height/langs/mn.js +1 -1
- package/esm/plugins/line-height/langs/nl.js +1 -1
- package/esm/plugins/line-height/langs/pl.js +1 -1
- package/esm/plugins/line-height/langs/pt_br.js +1 -1
- package/esm/plugins/line-height/langs/ru.js +1 -1
- package/esm/plugins/line-height/langs/tr.js +1 -1
- package/esm/plugins/line-height/langs/ua.js +1 -1
- package/esm/plugins/line-height/langs/zh_cn.js +1 -1
- package/esm/plugins/line-height/langs/zh_tw.js +1 -1
- package/esm/plugins/line-height/line-height.d.ts +1 -1
- package/esm/plugins/line-height/line-height.js +1 -1
- package/esm/plugins/link/config.d.ts +1 -1
- package/esm/plugins/link/config.js +1 -1
- package/esm/plugins/link/link.d.ts +1 -1
- package/esm/plugins/link/link.js +1 -1
- package/esm/plugins/link/template.d.ts +1 -1
- package/esm/plugins/link/template.js +1 -1
- package/esm/plugins/media/config.d.ts +1 -1
- package/esm/plugins/media/config.js +1 -1
- package/esm/plugins/media/media.d.ts +1 -1
- package/esm/plugins/media/media.js +1 -1
- package/esm/plugins/mobile/config.d.ts +1 -1
- package/esm/plugins/mobile/config.js +1 -1
- package/esm/plugins/mobile/mobile.d.ts +1 -1
- package/esm/plugins/mobile/mobile.js +1 -1
- package/esm/plugins/ordered-list/config.d.ts +1 -1
- package/esm/plugins/ordered-list/config.js +1 -1
- package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
- package/esm/plugins/ordered-list/ordered-list.js +1 -1
- package/esm/plugins/paste/config.d.ts +1 -1
- package/esm/plugins/paste/config.js +1 -1
- package/esm/plugins/paste/helpers.d.ts +1 -1
- package/esm/plugins/paste/helpers.js +1 -1
- package/esm/plugins/paste/interface.d.ts +1 -1
- package/esm/plugins/paste/interface.js +1 -1
- package/esm/plugins/paste/paste.d.ts +1 -1
- package/esm/plugins/paste/paste.js +1 -1
- package/esm/plugins/paste-from-word/config.d.ts +1 -1
- package/esm/plugins/paste-from-word/config.js +1 -1
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
- package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
- package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/esm/plugins/paste-storage/paste-storage.js +1 -1
- package/esm/plugins/placeholder/config.d.ts +1 -1
- package/esm/plugins/placeholder/config.js +1 -1
- package/esm/plugins/placeholder/placeholder.d.ts +1 -1
- package/esm/plugins/placeholder/placeholder.js +1 -1
- package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
- package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
- package/esm/plugins/preview/preview.d.ts +1 -1
- package/esm/plugins/preview/preview.js +1 -1
- package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
- package/esm/plugins/print/lib/generate-critical-css.js +1 -1
- package/esm/plugins/print/print.d.ts +1 -1
- package/esm/plugins/print/print.js +1 -1
- package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
- package/esm/plugins/redo-undo/redo-undo.js +1 -1
- package/esm/plugins/resize-cells/config.d.ts +1 -1
- package/esm/plugins/resize-cells/config.js +1 -1
- package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
- package/esm/plugins/resize-cells/resize-cells.js +1 -1
- package/esm/plugins/resize-handler/config.d.ts +1 -1
- package/esm/plugins/resize-handler/config.js +1 -1
- package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
- package/esm/plugins/resize-handler/resize-handler.js +1 -1
- package/esm/plugins/resizer/config.d.ts +1 -1
- package/esm/plugins/resizer/config.js +1 -1
- package/esm/plugins/resizer/resizer.d.ts +1 -1
- package/esm/plugins/resizer/resizer.js +1 -1
- package/esm/plugins/search/config.d.ts +1 -1
- package/esm/plugins/search/config.js +1 -1
- package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/esm/plugins/search/helpers/highlight-text-ranges.js +1 -1
- package/esm/plugins/search/helpers/index.d.ts +1 -1
- package/esm/plugins/search/helpers/index.js +1 -1
- package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/esm/plugins/search/helpers/sentence-finder.js +1 -1
- package/esm/plugins/search/interface.d.ts +1 -1
- package/esm/plugins/search/search.d.ts +1 -1
- package/esm/plugins/search/search.js +1 -1
- package/esm/plugins/search/ui/search.d.ts +1 -1
- package/esm/plugins/search/ui/search.js +1 -1
- package/esm/plugins/select/config.d.ts +1 -1
- package/esm/plugins/select/config.js +1 -1
- package/esm/plugins/select/select.d.ts +1 -1
- package/esm/plugins/select/select.js +1 -1
- package/esm/plugins/select-cells/config.d.ts +1 -1
- package/esm/plugins/select-cells/config.js +1 -1
- package/esm/plugins/select-cells/select-cells.d.ts +1 -1
- package/esm/plugins/select-cells/select-cells.js +1 -1
- package/esm/plugins/size/config.d.ts +1 -1
- package/esm/plugins/size/config.js +1 -1
- package/esm/plugins/size/size.d.ts +1 -1
- package/esm/plugins/size/size.js +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/fi.js +1 -1
- package/esm/plugins/speech-recognize/langs/fr.js +1 -1
- package/esm/plugins/speech-recognize/langs/he.js +1 -1
- package/esm/plugins/speech-recognize/langs/hu.js +1 -1
- package/esm/plugins/speech-recognize/langs/id.js +1 -1
- package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
- package/esm/plugins/speech-recognize/langs/index.js +1 -1
- package/esm/plugins/speech-recognize/langs/it.js +1 -1
- package/esm/plugins/speech-recognize/langs/ja.js +1 -1
- package/esm/plugins/speech-recognize/langs/ko.js +1 -1
- package/esm/plugins/speech-recognize/langs/mn.js +1 -1
- package/esm/plugins/speech-recognize/langs/nl.js +1 -1
- package/esm/plugins/speech-recognize/langs/pl.js +1 -1
- package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
- package/esm/plugins/speech-recognize/langs/ru.js +1 -1
- package/esm/plugins/speech-recognize/langs/tr.js +1 -1
- package/esm/plugins/speech-recognize/langs/ua.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
- package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
- package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
- package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
- package/esm/plugins/spellcheck/config.d.ts +1 -1
- package/esm/plugins/spellcheck/config.js +1 -1
- package/esm/plugins/spellcheck/langs/ar.js +1 -1
- package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
- package/esm/plugins/spellcheck/langs/de.js +1 -1
- package/esm/plugins/spellcheck/langs/es.js +1 -1
- package/esm/plugins/spellcheck/langs/fa.js +1 -1
- package/esm/plugins/spellcheck/langs/fi.js +1 -1
- package/esm/plugins/spellcheck/langs/fr.js +1 -1
- package/esm/plugins/spellcheck/langs/he.js +1 -1
- package/esm/plugins/spellcheck/langs/hu.js +1 -1
- package/esm/plugins/spellcheck/langs/id.js +1 -1
- package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
- package/esm/plugins/spellcheck/langs/index.js +1 -1
- package/esm/plugins/spellcheck/langs/it.js +1 -1
- package/esm/plugins/spellcheck/langs/ja.js +1 -1
- package/esm/plugins/spellcheck/langs/ko.js +1 -1
- package/esm/plugins/spellcheck/langs/mn.js +1 -1
- package/esm/plugins/spellcheck/langs/nl.js +1 -1
- package/esm/plugins/spellcheck/langs/pl.js +1 -1
- package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
- package/esm/plugins/spellcheck/langs/ru.js +1 -1
- package/esm/plugins/spellcheck/langs/tr.js +1 -1
- package/esm/plugins/spellcheck/langs/ua.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
- package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
- package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
- package/esm/plugins/spellcheck/spellcheck.js +1 -1
- package/esm/plugins/stat/config.d.ts +1 -1
- package/esm/plugins/stat/config.js +1 -1
- package/esm/plugins/stat/stat.d.ts +1 -1
- package/esm/plugins/stat/stat.js +1 -1
- package/esm/plugins/sticky/config.d.ts +1 -1
- package/esm/plugins/sticky/config.js +1 -1
- package/esm/plugins/sticky/sticky.d.ts +1 -1
- package/esm/plugins/sticky/sticky.js +1 -1
- package/esm/plugins/symbols/config.d.ts +1 -1
- package/esm/plugins/symbols/config.js +1 -1
- package/esm/plugins/symbols/langs/ar.js +1 -1
- package/esm/plugins/symbols/langs/cs_cz.js +1 -1
- package/esm/plugins/symbols/langs/de.js +1 -1
- package/esm/plugins/symbols/langs/es.js +1 -1
- package/esm/plugins/symbols/langs/fa.js +1 -1
- package/esm/plugins/symbols/langs/fi.js +1 -1
- package/esm/plugins/symbols/langs/fr.js +1 -1
- package/esm/plugins/symbols/langs/he.js +1 -1
- package/esm/plugins/symbols/langs/hu.js +1 -1
- package/esm/plugins/symbols/langs/id.js +1 -1
- package/esm/plugins/symbols/langs/index.d.ts +1 -1
- package/esm/plugins/symbols/langs/index.js +1 -1
- package/esm/plugins/symbols/langs/it.js +1 -1
- package/esm/plugins/symbols/langs/ja.js +1 -1
- package/esm/plugins/symbols/langs/ko.js +1 -1
- package/esm/plugins/symbols/langs/mn.js +1 -1
- package/esm/plugins/symbols/langs/nl.js +1 -1
- package/esm/plugins/symbols/langs/pl.js +1 -1
- package/esm/plugins/symbols/langs/pt_br.js +1 -1
- package/esm/plugins/symbols/langs/ru.js +1 -1
- package/esm/plugins/symbols/langs/tr.js +1 -1
- package/esm/plugins/symbols/langs/ua.js +1 -1
- package/esm/plugins/symbols/langs/zh_cn.js +1 -1
- package/esm/plugins/symbols/langs/zh_tw.js +1 -1
- package/esm/plugins/symbols/symbols.d.ts +1 -1
- package/esm/plugins/symbols/symbols.js +1 -1
- package/esm/plugins/tab/cases/index.d.ts +1 -1
- package/esm/plugins/tab/cases/index.js +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
- package/esm/plugins/tab/config.d.ts +1 -1
- package/esm/plugins/tab/config.js +1 -1
- package/esm/plugins/tab/tab.d.ts +1 -1
- package/esm/plugins/tab/tab.js +1 -1
- package/esm/plugins/table/config.d.ts +1 -1
- package/esm/plugins/table/config.js +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 +1 -1
- package/esm/plugins/video/config.d.ts +1 -1
- package/esm/plugins/video/config.js +1 -1
- package/esm/plugins/video/video.d.ts +1 -1
- package/esm/plugins/video/video.js +1 -1
- package/esm/plugins/wrap-nodes/config.d.ts +1 -1
- package/esm/plugins/wrap-nodes/config.js +1 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
- package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
- package/esm/plugins/xpath/config.d.ts +1 -1
- package/esm/plugins/xpath/config.js +1 -1
- package/esm/plugins/xpath/xpath.d.ts +1 -1
- package/esm/plugins/xpath/xpath.js +1 -1
- package/esm/polyfills.js +1 -1
- package/esm/styles/icons/index.d.ts +1 -1
- package/esm/styles/icons/index.js +1 -1
- package/esm/types/ajax.d.ts +1 -1
- package/esm/types/async.d.ts +1 -1
- package/esm/types/context.d.ts +1 -1
- package/esm/types/core.d.ts +1 -1
- package/esm/types/create.d.ts +1 -1
- package/esm/types/dialog.d.ts +1 -1
- package/esm/types/events.d.ts +1 -1
- package/esm/types/file-browser.d.ts +1 -1
- package/esm/types/form.d.ts +1 -1
- package/esm/types/history.d.ts +1 -1
- package/esm/types/index.d.ts +1 -1
- package/esm/types/jodit.d.ts +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 +1 -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 +1 -1
- package/types/core/async/async.d.ts +1 -1
- package/types/core/async/index.d.ts +1 -1
- package/types/core/component/component.d.ts +1 -1
- package/types/core/component/index.d.ts +1 -1
- package/types/core/component/statuses.d.ts +1 -1
- package/types/core/component/view-component.d.ts +1 -1
- package/types/core/constants.d.ts +1 -1
- package/types/core/create/create.d.ts +1 -1
- package/types/core/create/index.d.ts +1 -1
- package/types/core/decorators/autobind/autobind.d.ts +1 -1
- package/types/core/decorators/cache/cache.d.ts +1 -1
- package/types/core/decorators/component/component.d.ts +1 -1
- package/types/core/decorators/debounce/debounce.d.ts +1 -1
- package/types/core/decorators/derive/derive.d.ts +1 -1
- package/types/core/decorators/hook/hook.d.ts +1 -1
- package/types/core/decorators/idle/idle.d.ts +1 -1
- package/types/core/decorators/index.d.ts +1 -1
- package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
- package/types/core/decorators/persistent/persistent.d.ts +1 -1
- package/types/core/decorators/wait/wait.d.ts +1 -1
- package/types/core/decorators/watch/watch.d.ts +1 -1
- package/types/core/dom/dom.d.ts +1 -1
- package/types/core/dom/index.d.ts +1 -1
- package/types/core/dom/lazy-walker.d.ts +1 -1
- package/types/core/event-emitter/event-emitter.d.ts +1 -1
- package/types/core/event-emitter/eventify.d.ts +1 -1
- package/types/core/event-emitter/index.d.ts +1 -1
- package/types/core/event-emitter/observable.d.ts +1 -1
- package/types/core/event-emitter/store.d.ts +1 -1
- package/types/core/global.d.ts +1 -1
- package/types/core/helpers/array/as-array.d.ts +1 -1
- package/types/core/helpers/array/index.d.ts +1 -1
- package/types/core/helpers/array/split-array.d.ts +1 -1
- package/types/core/helpers/array/to-array.d.ts +1 -1
- package/types/core/helpers/async/index.d.ts +1 -1
- package/types/core/helpers/async/set-timeout.d.ts +1 -1
- package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
- package/types/core/helpers/checker/index.d.ts +1 -1
- package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
- package/types/core/helpers/checker/is-array.d.ts +1 -1
- package/types/core/helpers/checker/is-boolean.d.ts +1 -1
- package/types/core/helpers/checker/is-equal.d.ts +1 -1
- package/types/core/helpers/checker/is-function.d.ts +1 -1
- package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
- package/types/core/helpers/checker/is-html.d.ts +1 -1
- package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
- package/types/core/helpers/checker/is-int.d.ts +1 -1
- package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
- package/types/core/helpers/checker/is-license.d.ts +1 -1
- package/types/core/helpers/checker/is-marker.d.ts +1 -1
- package/types/core/helpers/checker/is-native-function.d.ts +1 -1
- package/types/core/helpers/checker/is-number.d.ts +1 -1
- package/types/core/helpers/checker/is-numeric.d.ts +1 -1
- package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
- package/types/core/helpers/checker/is-promise.d.ts +1 -1
- package/types/core/helpers/checker/is-set.d.ts +1 -1
- package/types/core/helpers/checker/is-string.d.ts +1 -1
- package/types/core/helpers/checker/is-url.d.ts +1 -1
- package/types/core/helpers/checker/is-valid-name.d.ts +1 -1
- package/types/core/helpers/checker/is-view-object.d.ts +1 -1
- package/types/core/helpers/checker/is-void.d.ts +1 -1
- package/types/core/helpers/checker/is-window.d.ts +1 -1
- package/types/core/helpers/color/color-to-hex.d.ts +1 -1
- package/types/core/helpers/color/index.d.ts +1 -1
- package/types/core/helpers/html/apply-styles.d.ts +1 -1
- package/types/core/helpers/html/clean-from-word.d.ts +1 -1
- package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
- package/types/core/helpers/html/index.d.ts +1 -1
- package/types/core/helpers/html/nl2br.d.ts +1 -1
- package/types/core/helpers/html/safe-html.d.ts +1 -1
- package/types/core/helpers/html/strip-tags.d.ts +1 -1
- package/types/core/helpers/index.d.ts +1 -1
- package/types/core/helpers/normalize/index.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
- package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
- package/types/core/helpers/size/get-content-width.d.ts +1 -1
- package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
- package/types/core/helpers/size/index.d.ts +1 -1
- package/types/core/helpers/size/inner-width.d.ts +1 -1
- package/types/core/helpers/size/object-size.d.ts +1 -1
- package/types/core/helpers/size/offset.d.ts +1 -1
- package/types/core/helpers/size/position.d.ts +1 -1
- package/types/core/helpers/string/camel-case.d.ts +1 -1
- package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
- package/types/core/helpers/string/i18n.d.ts +1 -1
- package/types/core/helpers/string/index.d.ts +1 -1
- package/types/core/helpers/string/kebab-case.d.ts +1 -1
- package/types/core/helpers/string/stringify.d.ts +1 -1
- package/types/core/helpers/string/trim.d.ts +1 -1
- package/types/core/helpers/string/ucfirst.d.ts +1 -1
- package/types/core/helpers/utils/align.d.ts +1 -1
- package/types/core/helpers/utils/append-script.d.ts +1 -1
- package/types/core/helpers/utils/assert.d.ts +1 -1
- package/types/core/helpers/utils/attr.d.ts +1 -1
- package/types/core/helpers/utils/browser.d.ts +1 -1
- package/types/core/helpers/utils/build-query.d.ts +1 -1
- package/types/core/helpers/utils/complete-url.d.ts +1 -1
- package/types/core/helpers/utils/config-proto.d.ts +1 -1
- package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
- package/types/core/helpers/utils/css.d.ts +1 -1
- package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
- package/types/core/helpers/utils/data-bind.d.ts +1 -1
- package/types/core/helpers/utils/default-language.d.ts +1 -1
- package/types/core/helpers/utils/error/error.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
- package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
- package/types/core/helpers/utils/error/index.d.ts +1 -1
- package/types/core/helpers/utils/extend.d.ts +1 -1
- package/types/core/helpers/utils/get-class-name.d.ts +1 -1
- package/types/core/helpers/utils/get.d.ts +1 -1
- package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
- package/types/core/helpers/utils/index.d.ts +1 -1
- package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
- package/types/core/helpers/utils/parse-query.d.ts +1 -1
- package/types/core/helpers/utils/print.d.ts +1 -1
- package/types/core/helpers/utils/reset.d.ts +1 -1
- package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
- package/types/core/helpers/utils/selector.d.ts +1 -1
- package/types/core/helpers/utils/set.d.ts +1 -1
- package/types/core/helpers/utils/stack.d.ts +1 -1
- package/types/core/helpers/utils/utils.d.ts +1 -1
- package/types/core/plugin/helpers/init-instance.d.ts +1 -1
- package/types/core/plugin/helpers/load.d.ts +1 -1
- package/types/core/plugin/helpers/make-instance.d.ts +1 -1
- package/types/core/plugin/helpers/utils.d.ts +1 -1
- package/types/core/plugin/index.d.ts +1 -1
- package/types/core/plugin/interface.d.ts +1 -1
- package/types/core/plugin/plugin-system.d.ts +1 -1
- package/types/core/plugin/plugin.d.ts +1 -1
- package/types/core/request/ajax.d.ts +1 -1
- package/types/core/request/config.d.ts +1 -1
- package/types/core/request/index.d.ts +1 -1
- package/types/core/request/response.d.ts +1 -1
- package/types/core/selection/helpers/index.d.ts +1 -1
- package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
- package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
- package/types/core/selection/index.d.ts +1 -1
- package/types/core/selection/interface.d.ts +1 -1
- package/types/core/selection/selection.d.ts +1 -1
- package/types/core/selection/style/api/extract.d.ts +1 -1
- package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
- package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
- package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
- package/types/core/selection/style/api/has-same-style.d.ts +1 -1
- package/types/core/selection/style/api/index.d.ts +1 -1
- package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
- package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
- package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
- package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
- package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
- package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
- package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
- package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
- package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
- package/types/core/selection/style/api/wrap.d.ts +1 -1
- package/types/core/selection/style/apply-style.d.ts +1 -1
- package/types/core/selection/style/commit-style.d.ts +1 -1
- package/types/core/selection/style/constants.d.ts +1 -1
- package/types/core/selection/style/transactions.d.ts +1 -1
- package/types/core/storage/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 +1 -1
- package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/types/core/ui/form/inputs/file/file.d.ts +1 -1
- package/types/core/ui/form/inputs/index.d.ts +1 -1
- package/types/core/ui/form/inputs/input/input.d.ts +1 -1
- package/types/core/ui/form/inputs/select/select.d.ts +1 -1
- package/types/core/ui/form/validators/index.d.ts +1 -1
- package/types/core/ui/form/validators/input.d.ts +1 -1
- package/types/core/ui/form/validators/select.d.ts +1 -1
- package/types/core/ui/group/group.d.ts +1 -1
- package/types/core/ui/group/index.d.ts +1 -1
- package/types/core/ui/group/list.d.ts +1 -1
- package/types/core/ui/group/separator.d.ts +1 -1
- package/types/core/ui/group/spacer.d.ts +1 -1
- package/types/core/ui/helpers/buttons.d.ts +1 -1
- package/types/core/ui/helpers/get-control-type.d.ts +1 -1
- package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
- package/types/core/ui/icon.d.ts +1 -1
- package/types/core/ui/index.d.ts +1 -1
- package/types/core/ui/popup/index.d.ts +1 -1
- package/types/core/ui/popup/popup.d.ts +1 -1
- package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
- package/types/core/view/view-with-toolbar.d.ts +1 -1
- package/types/core/view/view.d.ts +1 -1
- package/types/index.d.ts +1 -1
- package/types/jodit.d.ts +1 -1
- package/types/languages.d.ts +1 -1
- package/types/modules/context-menu/context-menu.d.ts +1 -1
- package/types/modules/dialog/alert.d.ts +1 -1
- package/types/modules/dialog/confirm.d.ts +1 -1
- package/types/modules/dialog/dialog.d.ts +1 -1
- package/types/modules/dialog/index.d.ts +1 -1
- package/types/modules/dialog/prompt.d.ts +1 -1
- package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
- package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
- package/types/modules/file-browser/builders/item.d.ts +1 -1
- package/types/modules/file-browser/config.d.ts +1 -1
- package/types/modules/file-browser/data-provider.d.ts +1 -1
- package/types/modules/file-browser/factories.d.ts +1 -1
- package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
- package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
- package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
- package/types/modules/file-browser/file-browser.d.ts +1 -1
- package/types/modules/file-browser/index.d.ts +1 -1
- package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
- package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
- package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
- package/types/modules/file-browser/ui/files/files.d.ts +1 -1
- package/types/modules/file-browser/ui/index.d.ts +1 -1
- package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
- package/types/modules/history/command.d.ts +1 -1
- package/types/modules/history/history.d.ts +1 -1
- package/types/modules/history/snapshot.d.ts +1 -1
- package/types/modules/history/stack.d.ts +1 -1
- package/types/modules/image-editor/config.d.ts +1 -1
- package/types/modules/image-editor/image-editor.d.ts +1 -1
- package/types/modules/image-editor/templates/form.d.ts +1 -1
- package/types/modules/index.d.ts +1 -1
- package/types/modules/messages/message.d.ts +1 -1
- package/types/modules/messages/messages.d.ts +1 -1
- package/types/modules/status-bar/status-bar.d.ts +1 -1
- package/types/modules/table/table.d.ts +1 -1
- package/types/modules/toolbar/button/button.d.ts +1 -1
- package/types/modules/toolbar/button/content.d.ts +1 -1
- package/types/modules/toolbar/button/index.d.ts +1 -1
- package/types/modules/toolbar/button/select/select.d.ts +1 -1
- package/types/modules/toolbar/collection/collection.d.ts +1 -1
- package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
- package/types/modules/toolbar/factory.d.ts +1 -1
- package/types/modules/uploader/config.d.ts +1 -1
- package/types/modules/uploader/helpers/build-data.d.ts +1 -1
- package/types/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
- package/types/modules/uploader/helpers/index.d.ts +1 -1
- package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
- package/types/modules/uploader/helpers/send-files.d.ts +1 -1
- package/types/modules/uploader/helpers/send.d.ts +1 -1
- package/types/modules/uploader/uploader.d.ts +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/ai-assistant/ai-assistant.d.ts +1 -1
- package/types/plugins/ai-assistant/config.d.ts +1 -1
- package/types/plugins/ai-assistant/langs/index.d.ts +1 -1
- package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
- package/types/plugins/backspace/backspace.d.ts +1 -1
- package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
- package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
- package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
- package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
- package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
- package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
- package/types/plugins/backspace/cases/index.d.ts +1 -1
- package/types/plugins/backspace/config.d.ts +1 -1
- package/types/plugins/backspace/helpers.d.ts +1 -1
- package/types/plugins/backspace/interface.d.ts +1 -1
- package/types/plugins/bold/bold.d.ts +1 -1
- package/types/plugins/bold/config.d.ts +1 -1
- package/types/plugins/bold/interface.d.ts +1 -1
- package/types/plugins/class-span/class-span.d.ts +1 -1
- package/types/plugins/clean-html/clean-html.d.ts +1 -1
- package/types/plugins/clean-html/config.d.ts +1 -1
- package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
- package/types/plugins/clean-html/helpers/index.d.ts +1 -1
- package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
- package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
- package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
- package/types/plugins/clipboard/clipboard.d.ts +1 -1
- package/types/plugins/clipboard/config.d.ts +1 -1
- package/types/plugins/color/color.d.ts +1 -1
- package/types/plugins/color/config.d.ts +1 -1
- package/types/plugins/copy-format/copy-format.d.ts +1 -1
- package/types/plugins/copy-format/langs/index.d.ts +1 -1
- package/types/plugins/debug/debug.d.ts +1 -1
- package/types/plugins/delete/delete.d.ts +1 -1
- package/types/plugins/delete/interface.d.ts +1 -1
- package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
- package/types/plugins/drag-and-drop-element/config.d.ts +1 -1
- package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
- package/types/plugins/dtd/after-insert/index.d.ts +1 -1
- package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
- package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
- package/types/plugins/dtd/before-insert/index.d.ts +1 -1
- package/types/plugins/dtd/config.d.ts +1 -1
- package/types/plugins/dtd/dtd.d.ts +1 -1
- package/types/plugins/enter/enter.d.ts +1 -1
- package/types/plugins/enter/helpers/check-br.d.ts +1 -1
- package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
- package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
- package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
- package/types/plugins/enter/helpers/index.d.ts +1 -1
- package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
- package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
- package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
- package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
- package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
- package/types/plugins/enter/interface.d.ts +1 -1
- package/types/plugins/file/file.d.ts +1 -1
- package/types/plugins/focus/focus.d.ts +1 -1
- package/types/plugins/font/config.d.ts +1 -1
- package/types/plugins/font/font.d.ts +1 -1
- package/types/plugins/format-block/config.d.ts +1 -1
- package/types/plugins/format-block/format-block.d.ts +1 -1
- package/types/plugins/fullsize/config.d.ts +1 -1
- package/types/plugins/fullsize/fullsize.d.ts +1 -1
- package/types/plugins/hotkeys/config.d.ts +1 -1
- package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
- package/types/plugins/hr/hr.d.ts +1 -1
- package/types/plugins/iframe/config.d.ts +1 -1
- package/types/plugins/iframe/iframe.d.ts +1 -1
- package/types/plugins/image/image.d.ts +1 -1
- package/types/plugins/image-processor/config.d.ts +1 -1
- package/types/plugins/image-processor/image-processor.d.ts +1 -1
- package/types/plugins/image-properties/config.d.ts +1 -1
- package/types/plugins/image-properties/image-properties.d.ts +1 -1
- package/types/plugins/image-properties/interface.d.ts +1 -1
- package/types/plugins/image-properties/readers/align.d.ts +1 -1
- package/types/plugins/image-properties/readers/index.d.ts +1 -1
- package/types/plugins/image-properties/readers/link.d.ts +1 -1
- package/types/plugins/image-properties/readers/margin.d.ts +1 -1
- package/types/plugins/image-properties/readers/size.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
- package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
- package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
- package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
- package/types/plugins/image-properties/utils/utils.d.ts +1 -1
- package/types/plugins/image-properties/writers/index.d.ts +1 -1
- package/types/plugins/image-properties/writers/link.d.ts +1 -1
- package/types/plugins/image-properties/writers/margin.d.ts +1 -1
- package/types/plugins/image-properties/writers/size.d.ts +1 -1
- package/types/plugins/indent/config.d.ts +1 -1
- package/types/plugins/indent/helpers.d.ts +1 -1
- package/types/plugins/indent/indent.d.ts +1 -1
- package/types/plugins/index.d.ts +1 -1
- package/types/plugins/inline-popup/config/config.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
- package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
- package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/types/plugins/justify/justify.d.ts +1 -1
- package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
- package/types/plugins/limit/config.d.ts +1 -1
- package/types/plugins/limit/limit.d.ts +1 -1
- package/types/plugins/line-height/config.d.ts +1 -1
- package/types/plugins/line-height/langs/index.d.ts +1 -1
- package/types/plugins/line-height/line-height.d.ts +1 -1
- package/types/plugins/link/config.d.ts +1 -1
- package/types/plugins/link/link.d.ts +1 -1
- package/types/plugins/link/template.d.ts +1 -1
- package/types/plugins/media/config.d.ts +1 -1
- package/types/plugins/media/media.d.ts +1 -1
- package/types/plugins/mobile/config.d.ts +1 -1
- package/types/plugins/mobile/mobile.d.ts +1 -1
- package/types/plugins/ordered-list/config.d.ts +1 -1
- package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
- package/types/plugins/paste/config.d.ts +1 -1
- package/types/plugins/paste/helpers.d.ts +1 -1
- package/types/plugins/paste/interface.d.ts +1 -1
- package/types/plugins/paste/paste.d.ts +1 -1
- package/types/plugins/paste-from-word/config.d.ts +1 -1
- package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
- package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
- package/types/plugins/placeholder/config.d.ts +1 -1
- package/types/plugins/placeholder/placeholder.d.ts +1 -1
- package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
- package/types/plugins/preview/preview.d.ts +1 -1
- package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
- package/types/plugins/print/print.d.ts +1 -1
- package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
- package/types/plugins/resize-cells/config.d.ts +1 -1
- package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
- package/types/plugins/resize-handler/config.d.ts +1 -1
- package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
- package/types/plugins/resizer/config.d.ts +1 -1
- package/types/plugins/resizer/resizer.d.ts +1 -1
- package/types/plugins/search/config.d.ts +1 -1
- package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
- package/types/plugins/search/helpers/index.d.ts +1 -1
- package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
- package/types/plugins/search/interface.d.ts +1 -1
- package/types/plugins/search/search.d.ts +1 -1
- package/types/plugins/search/ui/search.d.ts +1 -1
- package/types/plugins/select/config.d.ts +1 -1
- package/types/plugins/select/select.d.ts +1 -1
- package/types/plugins/select-cells/config.d.ts +1 -1
- package/types/plugins/select-cells/select-cells.d.ts +1 -1
- package/types/plugins/size/config.d.ts +1 -1
- package/types/plugins/size/size.d.ts +1 -1
- package/types/plugins/source/config.d.ts +1 -1
- package/types/plugins/source/editor/engines/ace.d.ts +1 -1
- package/types/plugins/source/editor/engines/area.d.ts +1 -1
- package/types/plugins/source/editor/engines/index.d.ts +1 -1
- package/types/plugins/source/editor/factory.d.ts +1 -1
- package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
- package/types/plugins/source/source.d.ts +1 -1
- package/types/plugins/speech-recognize/config.d.ts +1 -1
- package/types/plugins/speech-recognize/constants.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
- package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
- package/types/plugins/speech-recognize/interface.d.ts +1 -1
- package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
- package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
- package/types/plugins/spellcheck/config.d.ts +1 -1
- package/types/plugins/spellcheck/langs/index.d.ts +1 -1
- package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
- package/types/plugins/stat/config.d.ts +1 -1
- package/types/plugins/stat/stat.d.ts +1 -1
- package/types/plugins/sticky/config.d.ts +1 -1
- package/types/plugins/sticky/sticky.d.ts +1 -1
- package/types/plugins/symbols/config.d.ts +1 -1
- package/types/plugins/symbols/langs/index.d.ts +1 -1
- package/types/plugins/symbols/symbols.d.ts +1 -1
- package/types/plugins/tab/cases/index.d.ts +1 -1
- package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
- package/types/plugins/tab/config.d.ts +1 -1
- package/types/plugins/tab/tab.d.ts +1 -1
- package/types/plugins/table/config.d.ts +1 -1
- package/types/plugins/table/table.d.ts +1 -1
- package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
- package/types/plugins/video/config.d.ts +1 -1
- package/types/plugins/video/video.d.ts +1 -1
- package/types/plugins/wrap-nodes/config.d.ts +1 -1
- package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
- package/types/plugins/xpath/config.d.ts +1 -1
- package/types/plugins/xpath/xpath.d.ts +1 -1
- package/types/styles/icons/index.d.ts +1 -1
- package/types/types/ajax.d.ts +1 -1
- package/types/types/async.d.ts +1 -1
- package/types/types/context.d.ts +1 -1
- package/types/types/core.d.ts +1 -1
- package/types/types/create.d.ts +1 -1
- package/types/types/dialog.d.ts +1 -1
- package/types/types/events.d.ts +1 -1
- package/types/types/file-browser.d.ts +1 -1
- package/types/types/form.d.ts +1 -1
- package/types/types/history.d.ts +1 -1
- package/types/types/index.d.ts +1 -1
- package/types/types/jodit.d.ts +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 +1 -1
- package/types/typings.d.ts +1 -1
package/es2021/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.2.
|
|
4
|
+
* Version: v4.2.50
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -121,7 +121,7 @@ function autobind() {
|
|
|
121
121
|
/*!
|
|
122
122
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
123
123
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
124
|
-
* Copyright (c) 2013-
|
|
124
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
125
125
|
*/
|
|
126
126
|
/**
|
|
127
127
|
* Editor options. These can be configured upon the creation of the editor.
|
|
@@ -1040,7 +1040,7 @@ Config.prototype.controls = {};
|
|
|
1040
1040
|
/*!
|
|
1041
1041
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1042
1042
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1043
|
-
* Copyright (c) 2013-
|
|
1043
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1044
1044
|
*/
|
|
1045
1045
|
|
|
1046
1046
|
|
|
@@ -1343,7 +1343,7 @@ class Async {
|
|
|
1343
1343
|
/*!
|
|
1344
1344
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1345
1345
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1346
|
-
* Copyright (c) 2013-
|
|
1346
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1347
1347
|
*/
|
|
1348
1348
|
/**
|
|
1349
1349
|
* @module async
|
|
@@ -1367,7 +1367,7 @@ class Async {
|
|
|
1367
1367
|
/*!
|
|
1368
1368
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1369
1369
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1370
|
-
* Copyright (c) 2013-
|
|
1370
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1371
1371
|
*/
|
|
1372
1372
|
|
|
1373
1373
|
|
|
@@ -1573,7 +1573,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
|
|
|
1573
1573
|
/*!
|
|
1574
1574
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1575
1575
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1576
|
-
* Copyright (c) 2013-
|
|
1576
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1577
1577
|
*/
|
|
1578
1578
|
/**
|
|
1579
1579
|
* @module component
|
|
@@ -1595,7 +1595,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
|
|
|
1595
1595
|
/*!
|
|
1596
1596
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1597
1597
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1598
|
-
* Copyright (c) 2013-
|
|
1598
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1599
1599
|
*/
|
|
1600
1600
|
/**
|
|
1601
1601
|
* @module component
|
|
@@ -1621,7 +1621,7 @@ const STATUSES = {
|
|
|
1621
1621
|
/*!
|
|
1622
1622
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1623
1623
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1624
|
-
* Copyright (c) 2013-
|
|
1624
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1625
1625
|
*/
|
|
1626
1626
|
|
|
1627
1627
|
class ViewComponent extends _component__WEBPACK_IMPORTED_MODULE_0__/* .Component */ .u {
|
|
@@ -1734,9 +1734,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1734
1734
|
/*!
|
|
1735
1735
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1736
1736
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1737
|
-
* Copyright (c) 2013-
|
|
1737
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1738
1738
|
*/
|
|
1739
|
-
const APP_VERSION = "4.2.
|
|
1739
|
+
const APP_VERSION = "4.2.50";
|
|
1740
1740
|
// prettier-ignore
|
|
1741
1741
|
const ES = "es2021";
|
|
1742
1742
|
const IS_ES_MODERN = true;
|
|
@@ -1959,7 +1959,7 @@ const PASSIVE_EVENTS = new Set([
|
|
|
1959
1959
|
/*!
|
|
1960
1960
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1961
1961
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1962
|
-
* Copyright (c) 2013-
|
|
1962
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1963
1963
|
*/
|
|
1964
1964
|
|
|
1965
1965
|
|
|
@@ -2109,7 +2109,7 @@ class Create {
|
|
|
2109
2109
|
/*!
|
|
2110
2110
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2111
2111
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2112
|
-
* Copyright (c) 2013-
|
|
2112
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2113
2113
|
*/
|
|
2114
2114
|
/**
|
|
2115
2115
|
* @module create
|
|
@@ -2130,7 +2130,7 @@ class Create {
|
|
|
2130
2130
|
/*!
|
|
2131
2131
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2132
2132
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2133
|
-
* Copyright (c) 2013-
|
|
2133
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2134
2134
|
*/
|
|
2135
2135
|
/**
|
|
2136
2136
|
* [[include:core/decorators/autobind/README.md]]
|
|
@@ -2158,7 +2158,7 @@ class Create {
|
|
|
2158
2158
|
/*!
|
|
2159
2159
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2160
2160
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2161
|
-
* Copyright (c) 2013-
|
|
2161
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2162
2162
|
*/
|
|
2163
2163
|
|
|
2164
2164
|
|
|
@@ -2228,7 +2228,7 @@ function cacheHTML(target, _, descriptor) {
|
|
|
2228
2228
|
/*!
|
|
2229
2229
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2230
2230
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2231
|
-
* Copyright (c) 2013-
|
|
2231
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2232
2232
|
*/
|
|
2233
2233
|
/**
|
|
2234
2234
|
* Decorate components and set status isReady after constructor
|
|
@@ -2272,7 +2272,7 @@ function component(constructorFunction) {
|
|
|
2272
2272
|
/*!
|
|
2273
2273
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2274
2274
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2275
|
-
* Copyright (c) 2013-
|
|
2275
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2276
2276
|
*/
|
|
2277
2277
|
|
|
2278
2278
|
|
|
@@ -2327,7 +2327,7 @@ function throttle(timeout, firstCallImmediately = false) {
|
|
|
2327
2327
|
/*!
|
|
2328
2328
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2329
2329
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2330
|
-
* Copyright (c) 2013-
|
|
2330
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2331
2331
|
*/
|
|
2332
2332
|
/**
|
|
2333
2333
|
* [[include:core/decorators/derive/README.md]]
|
|
@@ -2376,7 +2376,7 @@ function derive(...traits) {
|
|
|
2376
2376
|
/*!
|
|
2377
2377
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2378
2378
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2379
|
-
* Copyright (c) 2013-
|
|
2379
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2380
2380
|
*/
|
|
2381
2381
|
|
|
2382
2382
|
|
|
@@ -2410,7 +2410,7 @@ function hook(status) {
|
|
|
2410
2410
|
/*!
|
|
2411
2411
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2412
2412
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2413
|
-
* Copyright (c) 2013-
|
|
2413
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2414
2414
|
*/
|
|
2415
2415
|
|
|
2416
2416
|
|
|
@@ -2467,7 +2467,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2467
2467
|
/*!
|
|
2468
2468
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2469
2469
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2470
|
-
* Copyright (c) 2013-
|
|
2470
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2471
2471
|
*/
|
|
2472
2472
|
/**
|
|
2473
2473
|
* [[include:core/decorators/README.md]]
|
|
@@ -2499,7 +2499,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2499
2499
|
/*!
|
|
2500
2500
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2501
2501
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2502
|
-
* Copyright (c) 2013-
|
|
2502
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2503
2503
|
*/
|
|
2504
2504
|
/**
|
|
2505
2505
|
* [[include:core/decorators/nonenumerable/README.md]]
|
|
@@ -2537,7 +2537,7 @@ const nonenumerable = (target, propertyKey) => {
|
|
|
2537
2537
|
/*!
|
|
2538
2538
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2539
2539
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2540
|
-
* Copyright (c) 2013-
|
|
2540
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2541
2541
|
*/
|
|
2542
2542
|
|
|
2543
2543
|
|
|
@@ -2573,7 +2573,7 @@ function persistent(target, propertyKey) {
|
|
|
2573
2573
|
/*!
|
|
2574
2574
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2575
2575
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2576
|
-
* Copyright (c) 2013-
|
|
2576
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2577
2577
|
*/
|
|
2578
2578
|
|
|
2579
2579
|
|
|
@@ -2625,7 +2625,7 @@ function wait(condition) {
|
|
|
2625
2625
|
/*!
|
|
2626
2626
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2627
2627
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2628
|
-
* Copyright (c) 2013-
|
|
2628
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2629
2629
|
*/
|
|
2630
2630
|
|
|
2631
2631
|
|
|
@@ -2746,7 +2746,7 @@ function watch(observeFields, opts) {
|
|
|
2746
2746
|
/*!
|
|
2747
2747
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2748
2748
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2749
|
-
* Copyright (c) 2013-
|
|
2749
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2750
2750
|
*/
|
|
2751
2751
|
|
|
2752
2752
|
|
|
@@ -3471,7 +3471,7 @@ class Dom {
|
|
|
3471
3471
|
/*!
|
|
3472
3472
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3473
3473
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3474
|
-
* Copyright (c) 2013-
|
|
3474
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3475
3475
|
*/
|
|
3476
3476
|
/**
|
|
3477
3477
|
* @module dom
|
|
@@ -3496,7 +3496,7 @@ class Dom {
|
|
|
3496
3496
|
/*!
|
|
3497
3497
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3498
3498
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3499
|
-
* Copyright (c) 2013-
|
|
3499
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3500
3500
|
*/
|
|
3501
3501
|
|
|
3502
3502
|
|
|
@@ -3609,7 +3609,7 @@ class LazyWalker extends jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MOD
|
|
|
3609
3609
|
/*!
|
|
3610
3610
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3611
3611
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3612
|
-
* Copyright (c) 2013-
|
|
3612
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3613
3613
|
*/
|
|
3614
3614
|
|
|
3615
3615
|
|
|
@@ -4099,7 +4099,7 @@ function isDOMElement(subject) {
|
|
|
4099
4099
|
/*!
|
|
4100
4100
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4101
4101
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4102
|
-
* Copyright (c) 2013-
|
|
4102
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4103
4103
|
*/
|
|
4104
4104
|
/**
|
|
4105
4105
|
* Class for adding event handling capability
|
|
@@ -4175,7 +4175,7 @@ class Eventify {
|
|
|
4175
4175
|
/*!
|
|
4176
4176
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4177
4177
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4178
|
-
* Copyright (c) 2013-
|
|
4178
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4179
4179
|
*/
|
|
4180
4180
|
/**
|
|
4181
4181
|
* @module event-emitter
|
|
@@ -4202,7 +4202,7 @@ class Eventify {
|
|
|
4202
4202
|
/*!
|
|
4203
4203
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4204
4204
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4205
|
-
* Copyright (c) 2013-
|
|
4205
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4206
4206
|
*/
|
|
4207
4207
|
|
|
4208
4208
|
|
|
@@ -4361,7 +4361,7 @@ function observable(obj) {
|
|
|
4361
4361
|
/*!
|
|
4362
4362
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4363
4363
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4364
|
-
* Copyright (c) 2013-
|
|
4364
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4365
4365
|
*/
|
|
4366
4366
|
|
|
4367
4367
|
|
|
@@ -4457,7 +4457,7 @@ class EventHandlersStore {
|
|
|
4457
4457
|
/*!
|
|
4458
4458
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4459
4459
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4460
|
-
* Copyright (c) 2013-
|
|
4460
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4461
4461
|
*/
|
|
4462
4462
|
|
|
4463
4463
|
|
|
@@ -4575,7 +4575,7 @@ const eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmi
|
|
|
4575
4575
|
/*!
|
|
4576
4576
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4577
4577
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4578
|
-
* Copyright (c) 2013-
|
|
4578
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4579
4579
|
*/
|
|
4580
4580
|
/**
|
|
4581
4581
|
* @module helpers/array
|
|
@@ -4609,7 +4609,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
|
|
|
4609
4609
|
/*!
|
|
4610
4610
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4611
4611
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4612
|
-
* Copyright (c) 2013-
|
|
4612
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4613
4613
|
*/
|
|
4614
4614
|
/**
|
|
4615
4615
|
* @module helpers/array
|
|
@@ -4631,7 +4631,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
|
|
|
4631
4631
|
/*!
|
|
4632
4632
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4633
4633
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4634
|
-
* Copyright (c) 2013-
|
|
4634
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4635
4635
|
*/
|
|
4636
4636
|
/**
|
|
4637
4637
|
* Return an array from string or array
|
|
@@ -4659,7 +4659,7 @@ function splitArray(a) {
|
|
|
4659
4659
|
/*!
|
|
4660
4660
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4661
4661
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4662
|
-
* Copyright (c) 2013-
|
|
4662
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4663
4663
|
*/
|
|
4664
4664
|
/**
|
|
4665
4665
|
* @module helpers/array
|
|
@@ -4697,7 +4697,7 @@ const toArray = function toArray(...args) {
|
|
|
4697
4697
|
/*!
|
|
4698
4698
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4699
4699
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4700
|
-
* Copyright (c) 2013-
|
|
4700
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4701
4701
|
*/
|
|
4702
4702
|
/**
|
|
4703
4703
|
* @module helpers/async
|
|
@@ -4719,7 +4719,7 @@ const toArray = function toArray(...args) {
|
|
|
4719
4719
|
/*!
|
|
4720
4720
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4721
4721
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4722
|
-
* Copyright (c) 2013-
|
|
4722
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4723
4723
|
*/
|
|
4724
4724
|
/**
|
|
4725
4725
|
* @module helpers/async
|
|
@@ -4758,7 +4758,7 @@ function clearTimeout(timer) {
|
|
|
4758
4758
|
/*!
|
|
4759
4759
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4760
4760
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4761
|
-
* Copyright (c) 2013-
|
|
4761
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4762
4762
|
*/
|
|
4763
4763
|
/**
|
|
4764
4764
|
* @module helpers/checker
|
|
@@ -4847,7 +4847,7 @@ function hasBrowserColorPicker() {
|
|
|
4847
4847
|
/*!
|
|
4848
4848
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4849
4849
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4850
|
-
* Copyright (c) 2013-
|
|
4850
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4851
4851
|
*/
|
|
4852
4852
|
/**
|
|
4853
4853
|
* @module helpers/checker
|
|
@@ -4891,7 +4891,7 @@ function hasBrowserColorPicker() {
|
|
|
4891
4891
|
/*!
|
|
4892
4892
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4893
4893
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4894
|
-
* Copyright (c) 2013-
|
|
4894
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4895
4895
|
*/
|
|
4896
4896
|
function isAbortError(error) {
|
|
4897
4897
|
return (Boolean(error) &&
|
|
@@ -4912,7 +4912,7 @@ function isAbortError(error) {
|
|
|
4912
4912
|
/*!
|
|
4913
4913
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4914
4914
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4915
|
-
* Copyright (c) 2013-
|
|
4915
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4916
4916
|
*/
|
|
4917
4917
|
/**
|
|
4918
4918
|
* @module helpers/checker
|
|
@@ -4937,7 +4937,7 @@ function isArray(elm) {
|
|
|
4937
4937
|
/*!
|
|
4938
4938
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4939
4939
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4940
|
-
* Copyright (c) 2013-
|
|
4940
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4941
4941
|
*/
|
|
4942
4942
|
/**
|
|
4943
4943
|
* @module helpers/checker
|
|
@@ -4961,7 +4961,7 @@ function isBoolean(elm) {
|
|
|
4961
4961
|
/*!
|
|
4962
4962
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4963
4963
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4964
|
-
* Copyright (c) 2013-
|
|
4964
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4965
4965
|
*/
|
|
4966
4966
|
/**
|
|
4967
4967
|
* @module helpers/checker
|
|
@@ -4990,7 +4990,7 @@ function isFastEqual(a, b) {
|
|
|
4990
4990
|
/*!
|
|
4991
4991
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4992
4992
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4993
|
-
* Copyright (c) 2013-
|
|
4993
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4994
4994
|
*/
|
|
4995
4995
|
/**
|
|
4996
4996
|
* @module helpers/checker
|
|
@@ -5015,7 +5015,7 @@ function isFunction(value) {
|
|
|
5015
5015
|
/*!
|
|
5016
5016
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5017
5017
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5018
|
-
* Copyright (c) 2013-
|
|
5018
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5019
5019
|
*/
|
|
5020
5020
|
/**
|
|
5021
5021
|
* @module helpers/checker
|
|
@@ -5043,7 +5043,7 @@ function isHtmlFromWord(data) {
|
|
|
5043
5043
|
/*!
|
|
5044
5044
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5045
5045
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5046
|
-
* Copyright (c) 2013-
|
|
5046
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5047
5047
|
*/
|
|
5048
5048
|
/**
|
|
5049
5049
|
* @module helpers/checker
|
|
@@ -5073,7 +5073,7 @@ const isHTML = (str) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isString *
|
|
|
5073
5073
|
/*!
|
|
5074
5074
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5075
5075
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5076
|
-
* Copyright (c) 2013-
|
|
5076
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5077
5077
|
*/
|
|
5078
5078
|
|
|
5079
5079
|
|
|
@@ -5112,7 +5112,7 @@ function hasContainer(value) {
|
|
|
5112
5112
|
/*!
|
|
5113
5113
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5114
5114
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5115
|
-
* Copyright (c) 2013-
|
|
5115
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5116
5116
|
*/
|
|
5117
5117
|
/**
|
|
5118
5118
|
* @module helpers/checker
|
|
@@ -5143,7 +5143,7 @@ function isInt(value) {
|
|
|
5143
5143
|
/*!
|
|
5144
5144
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5145
5145
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5146
|
-
* Copyright (c) 2013-
|
|
5146
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5147
5147
|
*/
|
|
5148
5148
|
|
|
5149
5149
|
/**
|
|
@@ -5172,7 +5172,7 @@ function isJoditObject(jodit) {
|
|
|
5172
5172
|
/*!
|
|
5173
5173
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5174
5174
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5175
|
-
* Copyright (c) 2013-
|
|
5175
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5176
5176
|
*/
|
|
5177
5177
|
/**
|
|
5178
5178
|
* @module helpers/checker
|
|
@@ -5197,7 +5197,7 @@ const isLicense = (license) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isS
|
|
|
5197
5197
|
/*!
|
|
5198
5198
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5199
5199
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5200
|
-
* Copyright (c) 2013-
|
|
5200
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5201
5201
|
*/
|
|
5202
5202
|
|
|
5203
5203
|
|
|
@@ -5223,7 +5223,7 @@ function isMarker(elm) {
|
|
|
5223
5223
|
/*!
|
|
5224
5224
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5225
5225
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5226
|
-
* Copyright (c) 2013-
|
|
5226
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5227
5227
|
*/
|
|
5228
5228
|
/**
|
|
5229
5229
|
* @module helpers/checker
|
|
@@ -5251,7 +5251,7 @@ function isNativeFunction(f) {
|
|
|
5251
5251
|
/*!
|
|
5252
5252
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5253
5253
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5254
|
-
* Copyright (c) 2013-
|
|
5254
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5255
5255
|
*/
|
|
5256
5256
|
/**
|
|
5257
5257
|
* @module helpers/checker
|
|
@@ -5277,7 +5277,7 @@ function isNumber(value) {
|
|
|
5277
5277
|
/*!
|
|
5278
5278
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5279
5279
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5280
|
-
* Copyright (c) 2013-
|
|
5280
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5281
5281
|
*/
|
|
5282
5282
|
/**
|
|
5283
5283
|
* @module helpers/checker
|
|
@@ -5310,7 +5310,7 @@ function isNumeric(value) {
|
|
|
5310
5310
|
/*!
|
|
5311
5311
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5312
5312
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5313
|
-
* Copyright (c) 2013-
|
|
5313
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5314
5314
|
*/
|
|
5315
5315
|
|
|
5316
5316
|
/**
|
|
@@ -5337,7 +5337,7 @@ function isPlainObject(obj) {
|
|
|
5337
5337
|
/*!
|
|
5338
5338
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5339
5339
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5340
|
-
* Copyright (c) 2013-
|
|
5340
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5341
5341
|
*/
|
|
5342
5342
|
/**
|
|
5343
5343
|
* @module helpers/checker
|
|
@@ -5360,7 +5360,7 @@ function isPromise(val) {
|
|
|
5360
5360
|
/*!
|
|
5361
5361
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5362
5362
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5363
|
-
* Copyright (c) 2013-
|
|
5363
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5364
5364
|
*/
|
|
5365
5365
|
/**
|
|
5366
5366
|
* @module helpers/checker
|
|
@@ -5391,7 +5391,7 @@ function isSet(elm) {
|
|
|
5391
5391
|
/*!
|
|
5392
5392
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5393
5393
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5394
|
-
* Copyright (c) 2013-
|
|
5394
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5395
5395
|
*/
|
|
5396
5396
|
/**
|
|
5397
5397
|
* @module helpers/checker
|
|
@@ -5424,7 +5424,7 @@ function isStringArray(value) {
|
|
|
5424
5424
|
/*!
|
|
5425
5425
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5426
5426
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5427
|
-
* Copyright (c) 2013-
|
|
5427
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5428
5428
|
*/
|
|
5429
5429
|
/**
|
|
5430
5430
|
* @module helpers/checker
|
|
@@ -5464,7 +5464,7 @@ function isURL(str) {
|
|
|
5464
5464
|
/*!
|
|
5465
5465
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5466
5466
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5467
|
-
* Copyright (c) 2013-
|
|
5467
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5468
5468
|
*/
|
|
5469
5469
|
/**
|
|
5470
5470
|
* @module helpers/checker
|
|
@@ -5493,7 +5493,7 @@ function isValidName(name) {
|
|
|
5493
5493
|
/*!
|
|
5494
5494
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5495
5495
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5496
|
-
* Copyright (c) 2013-
|
|
5496
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5497
5497
|
*/
|
|
5498
5498
|
|
|
5499
5499
|
/**
|
|
@@ -5519,7 +5519,7 @@ function isViewObject(jodit) {
|
|
|
5519
5519
|
/*!
|
|
5520
5520
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5521
5521
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5522
|
-
* Copyright (c) 2013-
|
|
5522
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5523
5523
|
*/
|
|
5524
5524
|
/**
|
|
5525
5525
|
* @module helpers/checker
|
|
@@ -5545,7 +5545,7 @@ function isVoid(value) {
|
|
|
5545
5545
|
/*!
|
|
5546
5546
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5547
5547
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5548
|
-
* Copyright (c) 2013-
|
|
5548
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5549
5549
|
*/
|
|
5550
5550
|
/**
|
|
5551
5551
|
* @module helpers/checker
|
|
@@ -5567,7 +5567,7 @@ function isWindow(obj) {
|
|
|
5567
5567
|
/*!
|
|
5568
5568
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5569
5569
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5570
|
-
* Copyright (c) 2013-
|
|
5570
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5571
5571
|
*/
|
|
5572
5572
|
/**
|
|
5573
5573
|
* @module helpers/color
|
|
@@ -5622,7 +5622,7 @@ const colorToHex = (color) => {
|
|
|
5622
5622
|
/*!
|
|
5623
5623
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5624
5624
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5625
|
-
* Copyright (c) 2013-
|
|
5625
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5626
5626
|
*/
|
|
5627
5627
|
/**
|
|
5628
5628
|
* @module helpers/color
|
|
@@ -5646,7 +5646,7 @@ const colorToHex = (color) => {
|
|
|
5646
5646
|
/*!
|
|
5647
5647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5648
5648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5649
|
-
* Copyright (c) 2013-
|
|
5649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5650
5650
|
*/
|
|
5651
5651
|
/**
|
|
5652
5652
|
* @module helpers/html
|
|
@@ -5761,7 +5761,7 @@ function applyStyles(html) {
|
|
|
5761
5761
|
/*!
|
|
5762
5762
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5763
5763
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5764
|
-
* Copyright (c) 2013-
|
|
5764
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5765
5765
|
*/
|
|
5766
5766
|
/**
|
|
5767
5767
|
* @module helpers/html
|
|
@@ -5849,7 +5849,7 @@ function cleanFromWord(html) {
|
|
|
5849
5849
|
/*!
|
|
5850
5850
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5851
5851
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5852
|
-
* Copyright (c) 2013-
|
|
5852
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5853
5853
|
*/
|
|
5854
5854
|
/**
|
|
5855
5855
|
* @module helpers/html
|
|
@@ -5889,7 +5889,7 @@ function htmlspecialchars(html) {
|
|
|
5889
5889
|
/*!
|
|
5890
5890
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5891
5891
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5892
|
-
* Copyright (c) 2013-
|
|
5892
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5893
5893
|
*/
|
|
5894
5894
|
/**
|
|
5895
5895
|
* @module helpers/html
|
|
@@ -5914,7 +5914,7 @@ function htmlspecialchars(html) {
|
|
|
5914
5914
|
/*!
|
|
5915
5915
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5916
5916
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5917
|
-
* Copyright (c) 2013-
|
|
5917
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5918
5918
|
*/
|
|
5919
5919
|
/**
|
|
5920
5920
|
* @module helpers/html
|
|
@@ -5942,7 +5942,7 @@ function nl2br(html) {
|
|
|
5942
5942
|
/*!
|
|
5943
5943
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5944
5944
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5945
|
-
* Copyright (c) 2013-
|
|
5945
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5946
5946
|
*/
|
|
5947
5947
|
/**
|
|
5948
5948
|
* @module helpers/html
|
|
@@ -6002,7 +6002,7 @@ function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
|
|
|
6002
6002
|
/*!
|
|
6003
6003
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6004
6004
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6005
|
-
* Copyright (c) 2013-
|
|
6005
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6006
6006
|
*/
|
|
6007
6007
|
|
|
6008
6008
|
|
|
@@ -6162,7 +6162,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6162
6162
|
/*!
|
|
6163
6163
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6164
6164
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6165
|
-
* Copyright (c) 2013-
|
|
6165
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6166
6166
|
*/
|
|
6167
6167
|
/**
|
|
6168
6168
|
* [[include:core/helpers/README.md]]
|
|
@@ -6209,7 +6209,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6209
6209
|
/*!
|
|
6210
6210
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6211
6211
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6212
|
-
* Copyright (c) 2013-
|
|
6212
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6213
6213
|
*/
|
|
6214
6214
|
/**
|
|
6215
6215
|
* @module helpers/normalize
|
|
@@ -6238,7 +6238,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6238
6238
|
/*!
|
|
6239
6239
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6240
6240
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6241
|
-
* Copyright (c) 2013-
|
|
6241
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6242
6242
|
*/
|
|
6243
6243
|
/**
|
|
6244
6244
|
* @module helpers/normalize
|
|
@@ -6291,7 +6291,7 @@ const normalizeColor = (colorInput) => {
|
|
|
6291
6291
|
/*!
|
|
6292
6292
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6293
6293
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6294
|
-
* Copyright (c) 2013-
|
|
6294
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6295
6295
|
*/
|
|
6296
6296
|
/**
|
|
6297
6297
|
* @module helpers/normalize
|
|
@@ -6346,7 +6346,7 @@ function normalizeCssValue(key, value) {
|
|
|
6346
6346
|
/*!
|
|
6347
6347
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6348
6348
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6349
|
-
* Copyright (c) 2013-
|
|
6349
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6350
6350
|
*/
|
|
6351
6351
|
|
|
6352
6352
|
|
|
@@ -6397,7 +6397,7 @@ function normalizeKeyAliases(keys) {
|
|
|
6397
6397
|
/*!
|
|
6398
6398
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6399
6399
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6400
|
-
* Copyright (c) 2013-
|
|
6400
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6401
6401
|
*/
|
|
6402
6402
|
/**
|
|
6403
6403
|
* @module helpers/normalize
|
|
@@ -6427,7 +6427,7 @@ const normalizeLicense = (license, count = 8) => {
|
|
|
6427
6427
|
/*!
|
|
6428
6428
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6429
6429
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6430
|
-
* Copyright (c) 2013-
|
|
6430
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6431
6431
|
*/
|
|
6432
6432
|
/**
|
|
6433
6433
|
* @module helpers/normalize
|
|
@@ -6465,7 +6465,7 @@ const normalizePath = (...path) => {
|
|
|
6465
6465
|
/*!
|
|
6466
6466
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6467
6467
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6468
|
-
* Copyright (c) 2013-
|
|
6468
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6469
6469
|
*/
|
|
6470
6470
|
/**
|
|
6471
6471
|
* @module helpers/normalize
|
|
@@ -6506,7 +6506,7 @@ const normalizeRelativePath = (path) => {
|
|
|
6506
6506
|
/*!
|
|
6507
6507
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6508
6508
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6509
|
-
* Copyright (c) 2013-
|
|
6509
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6510
6510
|
*/
|
|
6511
6511
|
/**
|
|
6512
6512
|
* @module helpers/normalize
|
|
@@ -6534,7 +6534,7 @@ const normalizeSize = (value, units) => {
|
|
|
6534
6534
|
/*!
|
|
6535
6535
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6536
6536
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6537
|
-
* Copyright (c) 2013-
|
|
6537
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6538
6538
|
*/
|
|
6539
6539
|
/**
|
|
6540
6540
|
* @module helpers/normalize
|
|
@@ -6560,7 +6560,7 @@ const normalizeUrl = (...urls) => {
|
|
|
6560
6560
|
/*!
|
|
6561
6561
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6562
6562
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6563
|
-
* Copyright (c) 2013-
|
|
6563
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6564
6564
|
*/
|
|
6565
6565
|
/**
|
|
6566
6566
|
* @module helpers/size
|
|
@@ -6586,7 +6586,7 @@ const getContentWidth = (element, win) => {
|
|
|
6586
6586
|
/*!
|
|
6587
6587
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6588
6588
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6589
|
-
* Copyright (c) 2013-
|
|
6589
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6590
6590
|
*/
|
|
6591
6591
|
|
|
6592
6592
|
|
|
@@ -6630,7 +6630,7 @@ function getScrollParent(node) {
|
|
|
6630
6630
|
/*!
|
|
6631
6631
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6632
6632
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6633
|
-
* Copyright (c) 2013-
|
|
6633
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6634
6634
|
*/
|
|
6635
6635
|
/**
|
|
6636
6636
|
* @module helpers/size
|
|
@@ -6655,7 +6655,7 @@ function getScrollParent(node) {
|
|
|
6655
6655
|
/*!
|
|
6656
6656
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6657
6657
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6658
|
-
* Copyright (c) 2013-
|
|
6658
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6659
6659
|
*/
|
|
6660
6660
|
/**
|
|
6661
6661
|
* @module helpers/size
|
|
@@ -6683,7 +6683,7 @@ const innerWidth = (element, win) => {
|
|
|
6683
6683
|
/*!
|
|
6684
6684
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6685
6685
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6686
|
-
* Copyright (c) 2013-
|
|
6686
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6687
6687
|
*/
|
|
6688
6688
|
|
|
6689
6689
|
function size(subject) {
|
|
@@ -6709,7 +6709,7 @@ function size(subject) {
|
|
|
6709
6709
|
/*!
|
|
6710
6710
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6711
6711
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6712
|
-
* Copyright (c) 2013-
|
|
6712
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6713
6713
|
*/
|
|
6714
6714
|
const offset = (elm, jodit, doc, recurse = false) => {
|
|
6715
6715
|
let rect;
|
|
@@ -6765,7 +6765,7 @@ const offset = (elm, jodit, doc, recurse = false) => {
|
|
|
6765
6765
|
/*!
|
|
6766
6766
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6767
6767
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6768
|
-
* Copyright (c) 2013-
|
|
6768
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6769
6769
|
*/
|
|
6770
6770
|
|
|
6771
6771
|
/**
|
|
@@ -6803,7 +6803,7 @@ function position(elm, jodit, recurse = false) {
|
|
|
6803
6803
|
/*!
|
|
6804
6804
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6805
6805
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6806
|
-
* Copyright (c) 2013-
|
|
6806
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6807
6807
|
*/
|
|
6808
6808
|
/**
|
|
6809
6809
|
* @module helpers/string
|
|
@@ -6831,7 +6831,7 @@ const camelCase = (key) => {
|
|
|
6831
6831
|
/*!
|
|
6832
6832
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6833
6833
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6834
|
-
* Copyright (c) 2013-
|
|
6834
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6835
6835
|
*/
|
|
6836
6836
|
/**
|
|
6837
6837
|
* @module helpers/string
|
|
@@ -6890,7 +6890,7 @@ function fuzzySearchIndex(needle, haystack, offset = 0, maxDistance = 1) {
|
|
|
6890
6890
|
/*!
|
|
6891
6891
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6892
6892
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6893
|
-
* Copyright (c) 2013-
|
|
6893
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6894
6894
|
*/
|
|
6895
6895
|
|
|
6896
6896
|
|
|
@@ -7029,7 +7029,7 @@ function i18n(key, params, options) {
|
|
|
7029
7029
|
/*!
|
|
7030
7030
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7031
7031
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7032
|
-
* Copyright (c) 2013-
|
|
7032
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7033
7033
|
*/
|
|
7034
7034
|
/**
|
|
7035
7035
|
* @module helpers/string
|
|
@@ -7056,7 +7056,7 @@ function i18n(key, params, options) {
|
|
|
7056
7056
|
/*!
|
|
7057
7057
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7058
7058
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7059
|
-
* Copyright (c) 2013-
|
|
7059
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7060
7060
|
*/
|
|
7061
7061
|
/**
|
|
7062
7062
|
* @module helpers/string
|
|
@@ -7088,7 +7088,7 @@ const CamelCaseToKebabCase = (key) => {
|
|
|
7088
7088
|
/*!
|
|
7089
7089
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7090
7090
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7091
|
-
* Copyright (c) 2013-
|
|
7091
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7092
7092
|
*/
|
|
7093
7093
|
/**
|
|
7094
7094
|
* Safe stringify circular object
|
|
@@ -7130,7 +7130,7 @@ function stringify(value, options = {}) {
|
|
|
7130
7130
|
/*!
|
|
7131
7131
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7132
7132
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7133
|
-
* Copyright (c) 2013-
|
|
7133
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7134
7134
|
*/
|
|
7135
7135
|
/**
|
|
7136
7136
|
* @module helpers/string
|
|
@@ -7172,7 +7172,7 @@ function trimInv(value) {
|
|
|
7172
7172
|
/*!
|
|
7173
7173
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7174
7174
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7175
|
-
* Copyright (c) 2013-
|
|
7175
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7176
7176
|
*/
|
|
7177
7177
|
/**
|
|
7178
7178
|
* @module helpers/string
|
|
@@ -7204,7 +7204,7 @@ function ucfirst(value) {
|
|
|
7204
7204
|
/*!
|
|
7205
7205
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7206
7206
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7207
|
-
* Copyright (c) 2013-
|
|
7207
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7208
7208
|
*/
|
|
7209
7209
|
|
|
7210
7210
|
|
|
@@ -7290,7 +7290,7 @@ function alignElement(command, box) {
|
|
|
7290
7290
|
/*!
|
|
7291
7291
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7292
7292
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7293
|
-
* Copyright (c) 2013-
|
|
7293
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7294
7294
|
*/
|
|
7295
7295
|
|
|
7296
7296
|
|
|
@@ -7377,7 +7377,7 @@ function loadNextStyle(jodit, urls, i = 0) {
|
|
|
7377
7377
|
/*!
|
|
7378
7378
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7379
7379
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7380
|
-
* Copyright (c) 2013-
|
|
7380
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7381
7381
|
*/
|
|
7382
7382
|
|
|
7383
7383
|
|
|
@@ -7444,7 +7444,7 @@ function attr(elm, keyOrAttributes, value) {
|
|
|
7444
7444
|
/*!
|
|
7445
7445
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7446
7446
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7447
|
-
* Copyright (c) 2013-
|
|
7447
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7448
7448
|
*/
|
|
7449
7449
|
/**
|
|
7450
7450
|
* @module helpers/utils
|
|
@@ -7498,7 +7498,7 @@ const browser = (browser) => {
|
|
|
7498
7498
|
/*!
|
|
7499
7499
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7500
7500
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7501
|
-
* Copyright (c) 2013-
|
|
7501
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7502
7502
|
*/
|
|
7503
7503
|
|
|
7504
7504
|
/**
|
|
@@ -7531,7 +7531,7 @@ const buildQuery = (data, prefix) => {
|
|
|
7531
7531
|
/*!
|
|
7532
7532
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7533
7533
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7534
|
-
* Copyright (c) 2013-
|
|
7534
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7535
7535
|
*/
|
|
7536
7536
|
/**
|
|
7537
7537
|
* @module helpers/utils
|
|
@@ -7566,7 +7566,7 @@ const completeUrl = (url) => {
|
|
|
7566
7566
|
/*!
|
|
7567
7567
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7568
7568
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7569
|
-
* Copyright (c) 2013-
|
|
7569
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7570
7570
|
*/
|
|
7571
7571
|
|
|
7572
7572
|
|
|
@@ -7687,7 +7687,7 @@ function ConfigDeepFlatten(obj) {
|
|
|
7687
7687
|
/*!
|
|
7688
7688
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7689
7689
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7690
|
-
* Copyright (c) 2013-
|
|
7690
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7691
7691
|
*/
|
|
7692
7692
|
/**
|
|
7693
7693
|
* @module helpers/utils
|
|
@@ -7769,7 +7769,7 @@ const convertMediaUrlToVideoEmbed = (url, { width = 400, height = 345 } = {}) =>
|
|
|
7769
7769
|
/*!
|
|
7770
7770
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7771
7771
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7772
|
-
* Copyright (c) 2013-
|
|
7772
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7773
7773
|
*/
|
|
7774
7774
|
|
|
7775
7775
|
|
|
@@ -7852,7 +7852,7 @@ const clearCenterAlign = (image) => {
|
|
|
7852
7852
|
/*!
|
|
7853
7853
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7854
7854
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7855
|
-
* Copyright (c) 2013-
|
|
7855
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7856
7856
|
*/
|
|
7857
7857
|
/**
|
|
7858
7858
|
* @module helpers/utils
|
|
@@ -7888,7 +7888,7 @@ const ctrlKey = (e) => {
|
|
|
7888
7888
|
/*!
|
|
7889
7889
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7890
7890
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7891
|
-
* Copyright (c) 2013-
|
|
7891
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7892
7892
|
*/
|
|
7893
7893
|
|
|
7894
7894
|
const store = new WeakMap();
|
|
@@ -7931,7 +7931,7 @@ const dataBind = (elm, key, value) => {
|
|
|
7931
7931
|
/*!
|
|
7932
7932
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7933
7933
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7934
|
-
* Copyright (c) 2013-
|
|
7934
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7935
7935
|
*/
|
|
7936
7936
|
/**
|
|
7937
7937
|
* @module helpers/utils
|
|
@@ -7970,7 +7970,7 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
|
|
|
7970
7970
|
/*!
|
|
7971
7971
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7972
7972
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7973
|
-
* Copyright (c) 2013-
|
|
7973
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7974
7974
|
*/
|
|
7975
7975
|
/**
|
|
7976
7976
|
* @module helpers/utils
|
|
@@ -8004,7 +8004,7 @@ function options(message) {
|
|
|
8004
8004
|
/*!
|
|
8005
8005
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8006
8006
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8007
|
-
* Copyright (c) 2013-
|
|
8007
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8008
8008
|
*/
|
|
8009
8009
|
/**
|
|
8010
8010
|
* @module helpers/utils
|
|
@@ -8031,7 +8031,7 @@ const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODU
|
|
|
8031
8031
|
/*!
|
|
8032
8032
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8033
8033
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8034
|
-
* Copyright (c) 2013-
|
|
8034
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8035
8035
|
*/
|
|
8036
8036
|
/**
|
|
8037
8037
|
* @module helpers/utils
|
|
@@ -8062,7 +8062,7 @@ class ConnectionError extends Error {
|
|
|
8062
8062
|
/*!
|
|
8063
8063
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8064
8064
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8065
|
-
* Copyright (c) 2013-
|
|
8065
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8066
8066
|
*/
|
|
8067
8067
|
/**
|
|
8068
8068
|
* @module helpers/utils
|
|
@@ -8084,7 +8084,7 @@ class ConnectionError extends Error {
|
|
|
8084
8084
|
/*!
|
|
8085
8085
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8086
8086
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8087
|
-
* Copyright (c) 2013-
|
|
8087
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8088
8088
|
*/
|
|
8089
8089
|
/**
|
|
8090
8090
|
* @module helpers/utils
|
|
@@ -8117,7 +8117,7 @@ class OptionsError extends TypeError {
|
|
|
8117
8117
|
/*!
|
|
8118
8118
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8119
8119
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8120
|
-
* Copyright (c) 2013-
|
|
8120
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8121
8121
|
*/
|
|
8122
8122
|
/**
|
|
8123
8123
|
* @module helpers/utils
|
|
@@ -8141,7 +8141,7 @@ class OptionsError extends TypeError {
|
|
|
8141
8141
|
/*!
|
|
8142
8142
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8143
8143
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8144
|
-
* Copyright (c) 2013-
|
|
8144
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8145
8145
|
*/
|
|
8146
8146
|
/**
|
|
8147
8147
|
* @module helpers/utils
|
|
@@ -8177,7 +8177,7 @@ function fastClone(object) {
|
|
|
8177
8177
|
/*!
|
|
8178
8178
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8179
8179
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8180
|
-
* Copyright (c) 2013-
|
|
8180
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8181
8181
|
*/
|
|
8182
8182
|
|
|
8183
8183
|
const keepNames = new Map();
|
|
@@ -8212,7 +8212,7 @@ const getClassName = (obj) => {
|
|
|
8212
8212
|
/*!
|
|
8213
8213
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8214
8214
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8215
|
-
* Copyright (c) 2013-
|
|
8215
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8216
8216
|
*/
|
|
8217
8217
|
|
|
8218
8218
|
|
|
@@ -8271,7 +8271,7 @@ function get(chain, obj) {
|
|
|
8271
8271
|
/*!
|
|
8272
8272
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8273
8273
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8274
|
-
* Copyright (c) 2013-
|
|
8274
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8275
8275
|
*/
|
|
8276
8276
|
/**
|
|
8277
8277
|
* @module helpers/utils
|
|
@@ -8389,7 +8389,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8389
8389
|
/*!
|
|
8390
8390
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8391
8391
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8392
|
-
* Copyright (c) 2013-
|
|
8392
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8393
8393
|
*/
|
|
8394
8394
|
/**
|
|
8395
8395
|
* @module helpers/utils
|
|
@@ -8436,7 +8436,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8436
8436
|
/*!
|
|
8437
8437
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8438
8438
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8439
|
-
* Copyright (c) 2013-
|
|
8439
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8440
8440
|
*/
|
|
8441
8441
|
/**
|
|
8442
8442
|
* @module helpers/utils
|
|
@@ -8470,7 +8470,7 @@ function markDeprecated(method, names = [''], ctx = null) {
|
|
|
8470
8470
|
/*!
|
|
8471
8471
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8472
8472
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8473
|
-
* Copyright (c) 2013-
|
|
8473
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8474
8474
|
*/
|
|
8475
8475
|
/**
|
|
8476
8476
|
* Parse query string
|
|
@@ -8502,7 +8502,7 @@ const parseQuery = (queryString) => {
|
|
|
8502
8502
|
/*!
|
|
8503
8503
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8504
8504
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8505
|
-
* Copyright (c) 2013-
|
|
8505
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8506
8506
|
*/
|
|
8507
8507
|
|
|
8508
8508
|
|
|
@@ -8682,7 +8682,7 @@ function previewBox(editor, defaultValue, points = 'px', container = null) {
|
|
|
8682
8682
|
/*!
|
|
8683
8683
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8684
8684
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8685
|
-
* Copyright (c) 2013-
|
|
8685
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8686
8686
|
*/
|
|
8687
8687
|
|
|
8688
8688
|
|
|
@@ -8737,7 +8737,7 @@ function reset(key) {
|
|
|
8737
8737
|
/*!
|
|
8738
8738
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8739
8739
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8740
|
-
* Copyright (c) 2013-
|
|
8740
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8741
8741
|
*/
|
|
8742
8742
|
|
|
8743
8743
|
/**
|
|
@@ -8800,7 +8800,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
|
|
|
8800
8800
|
/*!
|
|
8801
8801
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8802
8802
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8803
|
-
* Copyright (c) 2013-
|
|
8803
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8804
8804
|
*/
|
|
8805
8805
|
|
|
8806
8806
|
|
|
@@ -8941,7 +8941,7 @@ function resolveElement(element, od) {
|
|
|
8941
8941
|
/*!
|
|
8942
8942
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8943
8943
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8944
|
-
* Copyright (c) 2013-
|
|
8944
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8945
8945
|
*/
|
|
8946
8946
|
|
|
8947
8947
|
|
|
@@ -8991,7 +8991,7 @@ function set(chain, value, obj) {
|
|
|
8991
8991
|
/*!
|
|
8992
8992
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8993
8993
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8994
|
-
* Copyright (c) 2013-
|
|
8994
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8995
8995
|
*/
|
|
8996
8996
|
class LimitedStack {
|
|
8997
8997
|
constructor(limit) {
|
|
@@ -9036,7 +9036,7 @@ class LimitedStack {
|
|
|
9036
9036
|
/*!
|
|
9037
9037
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9038
9038
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9039
|
-
* Copyright (c) 2013-
|
|
9039
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9040
9040
|
*/
|
|
9041
9041
|
|
|
9042
9042
|
|
|
@@ -9149,7 +9149,7 @@ const getDataTransfer = (event) => {
|
|
|
9149
9149
|
/*!
|
|
9150
9150
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9151
9151
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9152
|
-
* Copyright (c) 2013-
|
|
9152
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9153
9153
|
*/
|
|
9154
9154
|
|
|
9155
9155
|
|
|
@@ -9202,7 +9202,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
|
|
|
9202
9202
|
/*!
|
|
9203
9203
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9204
9204
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9205
|
-
* Copyright (c) 2013-
|
|
9205
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9206
9206
|
*/
|
|
9207
9207
|
|
|
9208
9208
|
|
|
@@ -9278,7 +9278,7 @@ function load(jodit, pluginList, callback) {
|
|
|
9278
9278
|
/*!
|
|
9279
9279
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9280
9280
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9281
|
-
* Copyright (c) 2013-
|
|
9281
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9282
9282
|
*/
|
|
9283
9283
|
|
|
9284
9284
|
|
|
@@ -9321,7 +9321,7 @@ function makeInstance(jodit, plugin) {
|
|
|
9321
9321
|
/*!
|
|
9322
9322
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9323
9323
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9324
|
-
* Copyright (c) 2013-
|
|
9324
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9325
9325
|
*/
|
|
9326
9326
|
/**
|
|
9327
9327
|
* @module plugin
|
|
@@ -9349,7 +9349,7 @@ function normalizeName(name) {
|
|
|
9349
9349
|
/*!
|
|
9350
9350
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9351
9351
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9352
|
-
* Copyright (c) 2013-
|
|
9352
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9353
9353
|
*/
|
|
9354
9354
|
/**
|
|
9355
9355
|
* @module plugin
|
|
@@ -9378,7 +9378,7 @@ function normalizeName(name) {
|
|
|
9378
9378
|
/*!
|
|
9379
9379
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9380
9380
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9381
|
-
* Copyright (c) 2013-
|
|
9381
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9382
9382
|
*/
|
|
9383
9383
|
|
|
9384
9384
|
|
|
@@ -9540,7 +9540,7 @@ function getSpecialLists(jodit) {
|
|
|
9540
9540
|
/*!
|
|
9541
9541
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9542
9542
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9543
|
-
* Copyright (c) 2013-
|
|
9543
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9544
9544
|
*/
|
|
9545
9545
|
|
|
9546
9546
|
|
|
@@ -9640,7 +9640,7 @@ Plugin.requires = [];
|
|
|
9640
9640
|
/*!
|
|
9641
9641
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9642
9642
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9643
|
-
* Copyright (c) 2013-
|
|
9643
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9644
9644
|
*/
|
|
9645
9645
|
|
|
9646
9646
|
|
|
@@ -9812,7 +9812,7 @@ Ajax.log = [];
|
|
|
9812
9812
|
/*!
|
|
9813
9813
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9814
9814
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9815
|
-
* Copyright (c) 2013-
|
|
9815
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9816
9816
|
*/
|
|
9817
9817
|
|
|
9818
9818
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
|
|
@@ -9846,7 +9846,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
|
|
|
9846
9846
|
/*!
|
|
9847
9847
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9848
9848
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9849
|
-
* Copyright (c) 2013-
|
|
9849
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9850
9850
|
*/
|
|
9851
9851
|
/**
|
|
9852
9852
|
* @module request
|
|
@@ -9867,7 +9867,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
|
|
|
9867
9867
|
/*!
|
|
9868
9868
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9869
9869
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9870
|
-
* Copyright (c) 2013-
|
|
9870
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9871
9871
|
*/
|
|
9872
9872
|
class Response {
|
|
9873
9873
|
get url() {
|
|
@@ -9909,7 +9909,7 @@ class Response {
|
|
|
9909
9909
|
/*!
|
|
9910
9910
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9911
9911
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9912
|
-
* Copyright (c) 2013-
|
|
9912
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9913
9913
|
*/
|
|
9914
9914
|
/**
|
|
9915
9915
|
* @module selection
|
|
@@ -9980,7 +9980,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
|
|
|
9980
9980
|
/*!
|
|
9981
9981
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9982
9982
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9983
|
-
* Copyright (c) 2013-
|
|
9983
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9984
9984
|
*/
|
|
9985
9985
|
|
|
9986
9986
|
|
|
@@ -10020,7 +10020,7 @@ function moveNodeInsideStart(j, node, start) {
|
|
|
10020
10020
|
/*!
|
|
10021
10021
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10022
10022
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10023
|
-
* Copyright (c) 2013-
|
|
10023
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10024
10024
|
*/
|
|
10025
10025
|
|
|
10026
10026
|
/**
|
|
@@ -10067,7 +10067,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
|
|
|
10067
10067
|
/*!
|
|
10068
10068
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10069
10069
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10070
|
-
* Copyright (c) 2013-
|
|
10070
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10071
10071
|
*/
|
|
10072
10072
|
/**
|
|
10073
10073
|
* @module selection
|
|
@@ -10100,7 +10100,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
|
|
|
10100
10100
|
/*!
|
|
10101
10101
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10102
10102
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10103
|
-
* Copyright (c) 2013-
|
|
10103
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10104
10104
|
*/
|
|
10105
10105
|
|
|
10106
10106
|
|
|
@@ -11239,7 +11239,7 @@ class Selection {
|
|
|
11239
11239
|
/*!
|
|
11240
11240
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11241
11241
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11242
|
-
* Copyright (c) 2013-
|
|
11242
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11243
11243
|
*/
|
|
11244
11244
|
|
|
11245
11245
|
|
|
@@ -11307,7 +11307,7 @@ function extractAndMove(wrapper, range, left) {
|
|
|
11307
11307
|
/*!
|
|
11308
11308
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11309
11309
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11310
|
-
* Copyright (c) 2013-
|
|
11310
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11311
11311
|
*/
|
|
11312
11312
|
|
|
11313
11313
|
|
|
@@ -11367,7 +11367,7 @@ class FiniteStateMachine {
|
|
|
11367
11367
|
/*!
|
|
11368
11368
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11369
11369
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11370
|
-
* Copyright (c) 2013-
|
|
11370
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11371
11371
|
*/
|
|
11372
11372
|
|
|
11373
11373
|
|
|
@@ -11412,7 +11412,7 @@ function getSuitChild(style, font) {
|
|
|
11412
11412
|
/*!
|
|
11413
11413
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11414
11414
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11415
|
-
* Copyright (c) 2013-
|
|
11415
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11416
11416
|
*/
|
|
11417
11417
|
|
|
11418
11418
|
|
|
@@ -11471,7 +11471,7 @@ function getSuitParent(style, node, root) {
|
|
|
11471
11471
|
/*!
|
|
11472
11472
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11473
11473
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11474
|
-
* Copyright (c) 2013-
|
|
11474
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11475
11475
|
*/
|
|
11476
11476
|
|
|
11477
11477
|
|
|
@@ -11565,7 +11565,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
|
|
|
11565
11565
|
/*!
|
|
11566
11566
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11567
11567
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11568
|
-
* Copyright (c) 2013-
|
|
11568
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11569
11569
|
*/
|
|
11570
11570
|
|
|
11571
11571
|
|
|
@@ -11597,7 +11597,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
|
|
|
11597
11597
|
/*!
|
|
11598
11598
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11599
11599
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11600
|
-
* Copyright (c) 2013-
|
|
11600
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11601
11601
|
*/
|
|
11602
11602
|
|
|
11603
11603
|
/**
|
|
@@ -11623,7 +11623,7 @@ function isInsideInvisibleElement(font, root) {
|
|
|
11623
11623
|
/*!
|
|
11624
11624
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11625
11625
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11626
|
-
* Copyright (c) 2013-
|
|
11626
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11627
11627
|
*/
|
|
11628
11628
|
|
|
11629
11629
|
|
|
@@ -11657,7 +11657,7 @@ function isNormalNode(elm) {
|
|
|
11657
11657
|
/*!
|
|
11658
11658
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11659
11659
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11660
|
-
* Copyright (c) 2013-
|
|
11660
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11661
11661
|
*/
|
|
11662
11662
|
|
|
11663
11663
|
|
|
@@ -11788,7 +11788,7 @@ function isSameStyleChild(commitStyle, elm) {
|
|
|
11788
11788
|
/*!
|
|
11789
11789
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11790
11790
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11791
|
-
* Copyright (c) 2013-
|
|
11791
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11792
11792
|
*/
|
|
11793
11793
|
|
|
11794
11794
|
|
|
@@ -11859,7 +11859,7 @@ function unwrapList(mode, list, li, jodit, cs) {
|
|
|
11859
11859
|
/*!
|
|
11860
11860
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11861
11861
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11862
|
-
* Copyright (c) 2013-
|
|
11862
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11863
11863
|
*/
|
|
11864
11864
|
|
|
11865
11865
|
|
|
@@ -11921,7 +11921,7 @@ function wrapList(commitStyle, wrapper, jodit) {
|
|
|
11921
11921
|
/*!
|
|
11922
11922
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11923
11923
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11924
|
-
* Copyright (c) 2013-
|
|
11924
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11925
11925
|
*/
|
|
11926
11926
|
|
|
11927
11927
|
|
|
@@ -12094,7 +12094,7 @@ function getNativeCSSValue(jodit, elm, key) {
|
|
|
12094
12094
|
/*!
|
|
12095
12095
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12096
12096
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12097
|
-
* Copyright (c) 2013-
|
|
12097
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12098
12098
|
*/
|
|
12099
12099
|
|
|
12100
12100
|
|
|
@@ -12167,7 +12167,7 @@ function unwrapChildren(style, font) {
|
|
|
12167
12167
|
/*!
|
|
12168
12168
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12169
12169
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12170
|
-
* Copyright (c) 2013-
|
|
12170
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12171
12171
|
*/
|
|
12172
12172
|
|
|
12173
12173
|
|
|
@@ -12234,7 +12234,7 @@ function wrapUnwrappedText(style, elm, jodit) {
|
|
|
12234
12234
|
/*!
|
|
12235
12235
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12236
12236
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12237
|
-
* Copyright (c) 2013-
|
|
12237
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12238
12238
|
*/
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -12292,7 +12292,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
|
|
|
12292
12292
|
/*!
|
|
12293
12293
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12294
12294
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12295
|
-
* Copyright (c) 2013-
|
|
12295
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12296
12296
|
*/
|
|
12297
12297
|
|
|
12298
12298
|
|
|
@@ -12348,7 +12348,7 @@ function ApplyStyle(jodit, cs) {
|
|
|
12348
12348
|
/*!
|
|
12349
12349
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12350
12350
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12351
|
-
* Copyright (c) 2013-
|
|
12351
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12352
12352
|
*/
|
|
12353
12353
|
|
|
12354
12354
|
|
|
@@ -12438,7 +12438,7 @@ class CommitStyle {
|
|
|
12438
12438
|
/*!
|
|
12439
12439
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12440
12440
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12441
|
-
* Copyright (c) 2013-
|
|
12441
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12442
12442
|
*/
|
|
12443
12443
|
/**
|
|
12444
12444
|
* @module selection
|
|
@@ -12478,7 +12478,7 @@ const _PREFIX = 'commitStyle';
|
|
|
12478
12478
|
/*!
|
|
12479
12479
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12480
12480
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12481
|
-
* Copyright (c) 2013-
|
|
12481
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12482
12482
|
*/
|
|
12483
12483
|
|
|
12484
12484
|
|
|
@@ -12663,7 +12663,7 @@ const transactions = {
|
|
|
12663
12663
|
/*!
|
|
12664
12664
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12665
12665
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12666
|
-
* Copyright (c) 2013-
|
|
12666
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12667
12667
|
*/
|
|
12668
12668
|
/**
|
|
12669
12669
|
* Check if user disable local storages/cookie etc.
|
|
@@ -12745,7 +12745,7 @@ class LocalStorageProvider {
|
|
|
12745
12745
|
/*!
|
|
12746
12746
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12747
12747
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12748
|
-
* Copyright (c) 2013-
|
|
12748
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12749
12749
|
*/
|
|
12750
12750
|
class MemoryStorageProvider {
|
|
12751
12751
|
constructor() {
|
|
@@ -12786,7 +12786,7 @@ class MemoryStorageProvider {
|
|
|
12786
12786
|
/*!
|
|
12787
12787
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12788
12788
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12789
|
-
* Copyright (c) 2013-
|
|
12789
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12790
12790
|
*/
|
|
12791
12791
|
/**
|
|
12792
12792
|
* @module storage
|
|
@@ -12812,7 +12812,7 @@ class MemoryStorageProvider {
|
|
|
12812
12812
|
/*!
|
|
12813
12813
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12814
12814
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12815
|
-
* Copyright (c) 2013-
|
|
12815
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12816
12816
|
*/
|
|
12817
12817
|
|
|
12818
12818
|
|
|
@@ -12872,7 +12872,7 @@ class Storage {
|
|
|
12872
12872
|
/*!
|
|
12873
12873
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12874
12874
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12875
|
-
* Copyright (c) 2013-
|
|
12875
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12876
12876
|
*/
|
|
12877
12877
|
|
|
12878
12878
|
|
|
@@ -12931,7 +12931,7 @@ function processTitle(title, self) {
|
|
|
12931
12931
|
/*!
|
|
12932
12932
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12933
12933
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12934
|
-
* Copyright (c) 2013-
|
|
12934
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12935
12935
|
*/
|
|
12936
12936
|
|
|
12937
12937
|
class Elms {
|
|
@@ -12963,7 +12963,7 @@ class Elms {
|
|
|
12963
12963
|
/*!
|
|
12964
12964
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12965
12965
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12966
|
-
* Copyright (c) 2013-
|
|
12966
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12967
12967
|
*/
|
|
12968
12968
|
|
|
12969
12969
|
class Mods {
|
|
@@ -13023,7 +13023,7 @@ class Mods {
|
|
|
13023
13023
|
/*!
|
|
13024
13024
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13025
13025
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13026
|
-
* Copyright (c) 2013-
|
|
13026
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13027
13027
|
*/
|
|
13028
13028
|
|
|
13029
13029
|
|
|
@@ -13301,7 +13301,7 @@ function Button(jodit, stateOrText, text, variant) {
|
|
|
13301
13301
|
/*!
|
|
13302
13302
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13303
13303
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13304
|
-
* Copyright (c) 2013-
|
|
13304
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13305
13305
|
*/
|
|
13306
13306
|
|
|
13307
13307
|
|
|
@@ -13388,7 +13388,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
13388
13388
|
/*!
|
|
13389
13389
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13390
13390
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13391
|
-
* Copyright (c) 2013-
|
|
13391
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13392
13392
|
*/
|
|
13393
13393
|
/**
|
|
13394
13394
|
* [[include:core/ui/button/README.md]]
|
|
@@ -13420,7 +13420,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
13420
13420
|
/*!
|
|
13421
13421
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13422
13422
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13423
|
-
* Copyright (c) 2013-
|
|
13423
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13424
13424
|
*/
|
|
13425
13425
|
var UITooltip_1;
|
|
13426
13426
|
|
|
@@ -13630,7 +13630,7 @@ UITooltip = UITooltip_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */
|
|
|
13630
13630
|
/*!
|
|
13631
13631
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13632
13632
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13633
|
-
* Copyright (c) 2013-
|
|
13633
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13634
13634
|
*/
|
|
13635
13635
|
var UIElement_1;
|
|
13636
13636
|
|
|
@@ -13786,7 +13786,7 @@ UIElement = UIElement_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
|
|
|
13786
13786
|
/*!
|
|
13787
13787
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13788
13788
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13789
|
-
* Copyright (c) 2013-
|
|
13789
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13790
13790
|
*/
|
|
13791
13791
|
|
|
13792
13792
|
|
|
@@ -13837,7 +13837,7 @@ UIBlock = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
|
|
|
13837
13837
|
/*!
|
|
13838
13838
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13839
13839
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13840
|
-
* Copyright (c) 2013-
|
|
13840
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13841
13841
|
*/
|
|
13842
13842
|
|
|
13843
13843
|
|
|
@@ -13925,7 +13925,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
13925
13925
|
/*!
|
|
13926
13926
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13927
13927
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13928
|
-
* Copyright (c) 2013-
|
|
13928
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13929
13929
|
*/
|
|
13930
13930
|
/**
|
|
13931
13931
|
* @module ui/form
|
|
@@ -13951,7 +13951,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
13951
13951
|
/*!
|
|
13952
13952
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13953
13953
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13954
|
-
* Copyright (c) 2013-
|
|
13954
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13955
13955
|
*/
|
|
13956
13956
|
var UITextArea_1;
|
|
13957
13957
|
|
|
@@ -14013,7 +14013,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate
|
|
|
14013
14013
|
/*!
|
|
14014
14014
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14015
14015
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14016
|
-
* Copyright (c) 2013-
|
|
14016
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14017
14017
|
*/
|
|
14018
14018
|
var UICheckbox_1;
|
|
14019
14019
|
|
|
@@ -14100,7 +14100,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
|
|
|
14100
14100
|
/*!
|
|
14101
14101
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14102
14102
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14103
|
-
* Copyright (c) 2013-
|
|
14103
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14104
14104
|
*/
|
|
14105
14105
|
|
|
14106
14106
|
|
|
@@ -14177,7 +14177,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
|
|
|
14177
14177
|
/*!
|
|
14178
14178
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14179
14179
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14180
|
-
* Copyright (c) 2013-
|
|
14180
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14181
14181
|
*/
|
|
14182
14182
|
/**
|
|
14183
14183
|
* @module ui/form
|
|
@@ -14209,7 +14209,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
|
|
|
14209
14209
|
/*!
|
|
14210
14210
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14211
14211
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14212
|
-
* Copyright (c) 2013-
|
|
14212
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14213
14213
|
*/
|
|
14214
14214
|
var UIInput_1;
|
|
14215
14215
|
|
|
@@ -14457,7 +14457,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg
|
|
|
14457
14457
|
/*!
|
|
14458
14458
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14459
14459
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14460
|
-
* Copyright (c) 2013-
|
|
14460
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14461
14461
|
*/
|
|
14462
14462
|
var UISelect_1;
|
|
14463
14463
|
|
|
@@ -14543,7 +14543,7 @@ UISelect = UISelect_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .
|
|
|
14543
14543
|
/*!
|
|
14544
14544
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14545
14545
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14546
|
-
* Copyright (c) 2013-
|
|
14546
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14547
14547
|
*/
|
|
14548
14548
|
/**
|
|
14549
14549
|
* @module ui/form
|
|
@@ -14568,7 +14568,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14568
14568
|
/*!
|
|
14569
14569
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14570
14570
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14571
|
-
* Copyright (c) 2013-
|
|
14571
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14572
14572
|
*/
|
|
14573
14573
|
|
|
14574
14574
|
|
|
@@ -14607,7 +14607,7 @@ const url = function (input) {
|
|
|
14607
14607
|
/*!
|
|
14608
14608
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14609
14609
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14610
|
-
* Copyright (c) 2013-
|
|
14610
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14611
14611
|
*/
|
|
14612
14612
|
|
|
14613
14613
|
/**
|
|
@@ -14642,7 +14642,7 @@ const required = function (select) {
|
|
|
14642
14642
|
/*!
|
|
14643
14643
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14644
14644
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14645
|
-
* Copyright (c) 2013-
|
|
14645
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14646
14646
|
*/
|
|
14647
14647
|
var UIGroup_1;
|
|
14648
14648
|
|
|
@@ -14792,7 +14792,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
|
|
|
14792
14792
|
/*!
|
|
14793
14793
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14794
14794
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14795
|
-
* Copyright (c) 2013-
|
|
14795
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14796
14796
|
*/
|
|
14797
14797
|
/**
|
|
14798
14798
|
* @module ui/group
|
|
@@ -14826,7 +14826,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
|
|
|
14826
14826
|
/*!
|
|
14827
14827
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14828
14828
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14829
|
-
* Copyright (c) 2013-
|
|
14829
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14830
14830
|
*/
|
|
14831
14831
|
|
|
14832
14832
|
|
|
@@ -14992,7 +14992,7 @@ UIList = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
|
|
|
14992
14992
|
/*!
|
|
14993
14993
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14994
14994
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14995
|
-
* Copyright (c) 2013-
|
|
14995
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14996
14996
|
*/
|
|
14997
14997
|
|
|
14998
14998
|
/**
|
|
@@ -15026,7 +15026,7 @@ UISeparator = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
|
|
|
15026
15026
|
/*!
|
|
15027
15027
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15028
15028
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15029
|
-
* Copyright (c) 2013-
|
|
15029
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15030
15030
|
*/
|
|
15031
15031
|
|
|
15032
15032
|
/**
|
|
@@ -15059,7 +15059,7 @@ UISpacer = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
|
|
|
15059
15059
|
/*!
|
|
15060
15060
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15061
15061
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15062
|
-
* Copyright (c) 2013-
|
|
15062
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15063
15063
|
*/
|
|
15064
15064
|
|
|
15065
15065
|
/**
|
|
@@ -15103,7 +15103,7 @@ function flatButtonsSet(buttons, jodit) {
|
|
|
15103
15103
|
/*!
|
|
15104
15104
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15105
15105
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15106
|
-
* Copyright (c) 2013-
|
|
15106
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15107
15107
|
*/
|
|
15108
15108
|
|
|
15109
15109
|
|
|
@@ -15187,7 +15187,7 @@ function findControlType(path, controls) {
|
|
|
15187
15187
|
/*!
|
|
15188
15188
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15189
15189
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15190
|
-
* Copyright (c) 2013-
|
|
15190
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15191
15191
|
*/
|
|
15192
15192
|
|
|
15193
15193
|
|
|
@@ -15222,7 +15222,7 @@ function getStrongControlTypes(items, controls) {
|
|
|
15222
15222
|
/*!
|
|
15223
15223
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15224
15224
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15225
|
-
* Copyright (c) 2013-
|
|
15225
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15226
15226
|
*/
|
|
15227
15227
|
|
|
15228
15228
|
|
|
@@ -15348,7 +15348,7 @@ Icon.__cache = new Map();
|
|
|
15348
15348
|
/*!
|
|
15349
15349
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15350
15350
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15351
|
-
* Copyright (c) 2013-
|
|
15351
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15352
15352
|
*/
|
|
15353
15353
|
/**
|
|
15354
15354
|
* [[include:core/ui/README.md]]
|
|
@@ -15377,7 +15377,7 @@ Icon.__cache = new Map();
|
|
|
15377
15377
|
/*!
|
|
15378
15378
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15379
15379
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15380
|
-
* Copyright (c) 2013-
|
|
15380
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15381
15381
|
*/
|
|
15382
15382
|
/**
|
|
15383
15383
|
* @module ui/popup
|
|
@@ -15407,7 +15407,7 @@ Icon.__cache = new Map();
|
|
|
15407
15407
|
/*!
|
|
15408
15408
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15409
15409
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15410
|
-
* Copyright (c) 2013-
|
|
15410
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15411
15411
|
*/
|
|
15412
15412
|
|
|
15413
15413
|
|
|
@@ -15760,7 +15760,7 @@ class Popup extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_7__/* .UI
|
|
|
15760
15760
|
/*!
|
|
15761
15761
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15762
15762
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15763
|
-
* Copyright (c) 2013-
|
|
15763
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15764
15764
|
*/
|
|
15765
15765
|
|
|
15766
15766
|
|
|
@@ -15821,7 +15821,7 @@ class ProgressBar extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_1__/* .
|
|
|
15821
15821
|
/*!
|
|
15822
15822
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15823
15823
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15824
|
-
* Copyright (c) 2013-
|
|
15824
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15825
15825
|
*/
|
|
15826
15826
|
|
|
15827
15827
|
|
|
@@ -15992,7 +15992,7 @@ class ViewWithToolbar extends jodit_core_view_view__WEBPACK_IMPORTED_MODULE_6__/
|
|
|
15992
15992
|
/*!
|
|
15993
15993
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15994
15994
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15995
|
-
* Copyright (c) 2013-
|
|
15995
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15996
15996
|
*/
|
|
15997
15997
|
var View_1;
|
|
15998
15998
|
|
|
@@ -16310,7 +16310,7 @@ View.defaultOptions = {
|
|
|
16310
16310
|
/*!
|
|
16311
16311
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
16312
16312
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
16313
|
-
* Copyright (c) 2013-
|
|
16313
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
16314
16314
|
*/
|
|
16315
16315
|
var Jodit_1;
|
|
16316
16316
|
|
|
@@ -17604,7 +17604,7 @@ function addClassNames(className, elm) {
|
|
|
17604
17604
|
/*!
|
|
17605
17605
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17606
17606
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17607
|
-
* Copyright (c) 2013-
|
|
17607
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17608
17608
|
*/
|
|
17609
17609
|
|
|
17610
17610
|
|
|
@@ -17694,7 +17694,7 @@ Object.keys(exp).forEach((lang) => {
|
|
|
17694
17694
|
/*!
|
|
17695
17695
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17696
17696
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17697
|
-
* Copyright (c) 2013-
|
|
17697
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17698
17698
|
*/
|
|
17699
17699
|
|
|
17700
17700
|
|
|
@@ -17768,7 +17768,7 @@ ContextMenu = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
17768
17768
|
/*!
|
|
17769
17769
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17770
17770
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17771
|
-
* Copyright (c) 2013-
|
|
17771
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17772
17772
|
*/
|
|
17773
17773
|
|
|
17774
17774
|
|
|
@@ -17827,7 +17827,7 @@ function Alert(msg, title, callback, className = 'jodit-dialog_alert') {
|
|
|
17827
17827
|
/*!
|
|
17828
17828
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17829
17829
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17830
|
-
* Copyright (c) 2013-
|
|
17830
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17831
17831
|
*/
|
|
17832
17832
|
|
|
17833
17833
|
|
|
@@ -17903,7 +17903,7 @@ function Confirm(msg, title, callback) {
|
|
|
17903
17903
|
/*!
|
|
17904
17904
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17905
17905
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17906
|
-
* Copyright (c) 2013-
|
|
17906
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17907
17907
|
*/
|
|
17908
17908
|
var Dialog_1;
|
|
17909
17909
|
|
|
@@ -18535,7 +18535,7 @@ Dialog.defaultOptions = {
|
|
|
18535
18535
|
/*!
|
|
18536
18536
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18537
18537
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18538
|
-
* Copyright (c) 2013-
|
|
18538
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18539
18539
|
*/
|
|
18540
18540
|
/**
|
|
18541
18541
|
* [[include:modules/dialog/README.md]]
|
|
@@ -18564,7 +18564,7 @@ Dialog.defaultOptions = {
|
|
|
18564
18564
|
/*!
|
|
18565
18565
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18566
18566
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18567
|
-
* Copyright (c) 2013-
|
|
18567
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18568
18568
|
*/
|
|
18569
18569
|
|
|
18570
18570
|
|
|
@@ -18649,7 +18649,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
|
|
|
18649
18649
|
/*!
|
|
18650
18650
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18651
18651
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18652
|
-
* Copyright (c) 2013-
|
|
18652
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18653
18653
|
*/
|
|
18654
18654
|
|
|
18655
18655
|
|
|
@@ -18820,7 +18820,7 @@ const CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = (next = '
|
|
|
18820
18820
|
/*!
|
|
18821
18821
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18822
18822
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18823
|
-
* Copyright (c) 2013-
|
|
18823
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18824
18824
|
*/
|
|
18825
18825
|
const map = new WeakMap();
|
|
18826
18826
|
/**
|
|
@@ -18850,7 +18850,7 @@ const elementsMap = (view) => {
|
|
|
18850
18850
|
/*!
|
|
18851
18851
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18852
18852
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18853
|
-
* Copyright (c) 2013-
|
|
18853
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18854
18854
|
*/
|
|
18855
18855
|
|
|
18856
18856
|
class FileBrowserItem {
|
|
@@ -18928,7 +18928,7 @@ class FileBrowserItem {
|
|
|
18928
18928
|
/*!
|
|
18929
18929
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18930
18930
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18931
|
-
* Copyright (c) 2013-
|
|
18931
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18932
18932
|
*/
|
|
18933
18933
|
|
|
18934
18934
|
|
|
@@ -19277,7 +19277,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
|
|
|
19277
19277
|
/*!
|
|
19278
19278
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19279
19279
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19280
|
-
* Copyright (c) 2013-
|
|
19280
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19281
19281
|
*/
|
|
19282
19282
|
|
|
19283
19283
|
|
|
@@ -19682,7 +19682,7 @@ DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
19682
19682
|
/*!
|
|
19683
19683
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19684
19684
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19685
|
-
* Copyright (c) 2013-
|
|
19685
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19686
19686
|
*/
|
|
19687
19687
|
|
|
19688
19688
|
|
|
@@ -19706,7 +19706,7 @@ function makeContextMenu(parent) {
|
|
|
19706
19706
|
/*!
|
|
19707
19707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19708
19708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19709
|
-
* Copyright (c) 2013-
|
|
19709
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19710
19710
|
*/
|
|
19711
19711
|
/**
|
|
19712
19712
|
* Removes a file from the server
|
|
@@ -19734,7 +19734,7 @@ function deleteFile(fb, name, source) {
|
|
|
19734
19734
|
/*!
|
|
19735
19735
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19736
19736
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19737
|
-
* Copyright (c) 2013-
|
|
19737
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19738
19738
|
*/
|
|
19739
19739
|
/**
|
|
19740
19740
|
* Loads a list of files and adds them to the state
|
|
@@ -19774,7 +19774,7 @@ function loadItems(fb) {
|
|
|
19774
19774
|
/*!
|
|
19775
19775
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19776
19776
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19777
|
-
* Copyright (c) 2013-
|
|
19777
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19778
19778
|
*/
|
|
19779
19779
|
|
|
19780
19780
|
|
|
@@ -19834,7 +19834,7 @@ async function loadTree(fb) {
|
|
|
19834
19834
|
/*!
|
|
19835
19835
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19836
19836
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19837
|
-
* Copyright (c) 2013-
|
|
19837
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19838
19838
|
*/
|
|
19839
19839
|
|
|
19840
19840
|
|
|
@@ -20194,7 +20194,7 @@ function isEqualButtonList(prevButtons, buttons) {
|
|
|
20194
20194
|
/*!
|
|
20195
20195
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20196
20196
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20197
|
-
* Copyright (c) 2013-
|
|
20197
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20198
20198
|
*/
|
|
20199
20199
|
/**
|
|
20200
20200
|
* [[include:modules/file-browser/README.md]]
|
|
@@ -20223,7 +20223,7 @@ function isEqualButtonList(prevButtons, buttons) {
|
|
|
20223
20223
|
/*!
|
|
20224
20224
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20225
20225
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20226
|
-
* Copyright (c) 2013-
|
|
20226
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20227
20227
|
*/
|
|
20228
20228
|
|
|
20229
20229
|
|
|
@@ -20343,7 +20343,7 @@ function nativeListeners() {
|
|
|
20343
20343
|
/*!
|
|
20344
20344
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20345
20345
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20346
|
-
* Copyright (c) 2013-
|
|
20346
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20347
20347
|
*/
|
|
20348
20348
|
|
|
20349
20349
|
|
|
@@ -20487,7 +20487,7 @@ function selfListeners() {
|
|
|
20487
20487
|
/*!
|
|
20488
20488
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20489
20489
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20490
|
-
* Copyright (c) 2013-
|
|
20490
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20491
20491
|
*/
|
|
20492
20492
|
|
|
20493
20493
|
|
|
@@ -20645,7 +20645,7 @@ function stateListeners() {
|
|
|
20645
20645
|
/*!
|
|
20646
20646
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20647
20647
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20648
|
-
* Copyright (c) 2013-
|
|
20648
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20649
20649
|
*/
|
|
20650
20650
|
|
|
20651
20651
|
|
|
@@ -20671,7 +20671,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
|
|
|
20671
20671
|
/*!
|
|
20672
20672
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20673
20673
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20674
|
-
* Copyright (c) 2013-
|
|
20674
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20675
20675
|
*/
|
|
20676
20676
|
/**
|
|
20677
20677
|
* @module modules/file-browser
|
|
@@ -20693,7 +20693,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
|
|
|
20693
20693
|
/*!
|
|
20694
20694
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20695
20695
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20696
|
-
* Copyright (c) 2013-
|
|
20696
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20697
20697
|
*/
|
|
20698
20698
|
|
|
20699
20699
|
|
|
@@ -20716,7 +20716,7 @@ class FileBrowserTree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGr
|
|
|
20716
20716
|
/*!
|
|
20717
20717
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20718
20718
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20719
|
-
* Copyright (c) 2013-
|
|
20719
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20720
20720
|
*/
|
|
20721
20721
|
class Command {
|
|
20722
20722
|
undo() {
|
|
@@ -20753,7 +20753,7 @@ class Command {
|
|
|
20753
20753
|
/*!
|
|
20754
20754
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20755
20755
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20756
|
-
* Copyright (c) 2013-
|
|
20756
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20757
20757
|
*/
|
|
20758
20758
|
|
|
20759
20759
|
|
|
@@ -20925,7 +20925,7 @@ class History extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .ViewC
|
|
|
20925
20925
|
/*!
|
|
20926
20926
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20927
20927
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20928
|
-
* Copyright (c) 2013-
|
|
20928
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20929
20929
|
*/
|
|
20930
20930
|
|
|
20931
20931
|
|
|
@@ -21149,7 +21149,7 @@ class Snapshot extends jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .View
|
|
|
21149
21149
|
/*!
|
|
21150
21150
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
21151
21151
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
21152
|
-
* Copyright (c) 2013-
|
|
21152
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
21153
21153
|
*/
|
|
21154
21154
|
class Stack {
|
|
21155
21155
|
constructor(size) {
|
|
@@ -21226,7 +21226,7 @@ class Stack {
|
|
|
21226
21226
|
/*!
|
|
21227
21227
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
21228
21228
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
21229
|
-
* Copyright (c) 2013-
|
|
21229
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
21230
21230
|
*/
|
|
21231
21231
|
|
|
21232
21232
|
|
|
@@ -21272,7 +21272,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('crop', (_icon
|
|
|
21272
21272
|
/*!
|
|
21273
21273
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
21274
21274
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
21275
|
-
* Copyright (c) 2013-
|
|
21275
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
21276
21276
|
*/
|
|
21277
21277
|
var ImageEditor_1;
|
|
21278
21278
|
|
|
@@ -21853,7 +21853,7 @@ function openImageEditor(href, name, path, source, onSuccess, onFailed) {
|
|
|
21853
21853
|
/*!
|
|
21854
21854
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
21855
21855
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
21856
|
-
* Copyright (c) 2013-
|
|
21856
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
21857
21857
|
*/
|
|
21858
21858
|
|
|
21859
21859
|
const jie = 'jodit-image-editor';
|
|
@@ -22030,7 +22030,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22030
22030
|
/*!
|
|
22031
22031
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
22032
22032
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
22033
|
-
* Copyright (c) 2013-
|
|
22033
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22034
22034
|
*/
|
|
22035
22035
|
/**
|
|
22036
22036
|
* [[include:modules/README.md]]
|
|
@@ -22082,7 +22082,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22082
22082
|
/*!
|
|
22083
22083
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
22084
22084
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
22085
|
-
* Copyright (c) 2013-
|
|
22085
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22086
22086
|
*/
|
|
22087
22087
|
|
|
22088
22088
|
|
|
@@ -22121,7 +22121,7 @@ UIMessage = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
|
|
|
22121
22121
|
/*!
|
|
22122
22122
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
22123
22123
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
22124
|
-
* Copyright (c) 2013-
|
|
22124
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22125
22125
|
*/
|
|
22126
22126
|
|
|
22127
22127
|
|
|
@@ -22256,7 +22256,7 @@ UIMessages = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
22256
22256
|
/*!
|
|
22257
22257
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
22258
22258
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
22259
|
-
* Copyright (c) 2013-
|
|
22259
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22260
22260
|
*/
|
|
22261
22261
|
|
|
22262
22262
|
|
|
@@ -22361,7 +22361,7 @@ StatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
22361
22361
|
/*!
|
|
22362
22362
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
22363
22363
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
22364
|
-
* Copyright (c) 2013-
|
|
22364
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22365
22365
|
*/
|
|
22366
22366
|
|
|
22367
22367
|
|
|
@@ -23057,7 +23057,7 @@ const instance = (j) => j.getInstance('Table', j.o);
|
|
|
23057
23057
|
/*!
|
|
23058
23058
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23059
23059
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23060
|
-
* Copyright (c) 2013-
|
|
23060
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23061
23061
|
*/
|
|
23062
23062
|
|
|
23063
23063
|
|
|
@@ -23469,7 +23469,7 @@ ToolbarButton = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
|
|
|
23469
23469
|
/*!
|
|
23470
23470
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23471
23471
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23472
|
-
* Copyright (c) 2013-
|
|
23472
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23473
23473
|
*/
|
|
23474
23474
|
|
|
23475
23475
|
|
|
@@ -23526,7 +23526,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
23526
23526
|
/*!
|
|
23527
23527
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23528
23528
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23529
|
-
* Copyright (c) 2013-
|
|
23529
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23530
23530
|
*/
|
|
23531
23531
|
/**
|
|
23532
23532
|
* @module modules/toolbar/button
|
|
@@ -23553,7 +23553,7 @@ ToolbarContent = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
23553
23553
|
/*!
|
|
23554
23554
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23555
23555
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23556
|
-
* Copyright (c) 2013-
|
|
23556
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23557
23557
|
*/
|
|
23558
23558
|
|
|
23559
23559
|
|
|
@@ -23607,7 +23607,7 @@ ToolbarSelect = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
23607
23607
|
/*!
|
|
23608
23608
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23609
23609
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23610
|
-
* Copyright (c) 2013-
|
|
23610
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23611
23611
|
*/
|
|
23612
23612
|
|
|
23613
23613
|
|
|
@@ -23740,7 +23740,7 @@ ToolbarCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)(
|
|
|
23740
23740
|
/*!
|
|
23741
23741
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23742
23742
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23743
|
-
* Copyright (c) 2013-
|
|
23743
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23744
23744
|
*/
|
|
23745
23745
|
|
|
23746
23746
|
|
|
@@ -23886,7 +23886,7 @@ ToolbarEditorCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
|
|
|
23886
23886
|
/*!
|
|
23887
23887
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23888
23888
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23889
|
-
* Copyright (c) 2013-
|
|
23889
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23890
23890
|
*/
|
|
23891
23891
|
|
|
23892
23892
|
|
|
@@ -23940,7 +23940,7 @@ function makeSelect(view, control, target = null) {
|
|
|
23940
23940
|
/*!
|
|
23941
23941
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23942
23942
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23943
|
-
* Copyright (c) 2013-
|
|
23943
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23944
23944
|
*/
|
|
23945
23945
|
|
|
23946
23946
|
|
|
@@ -24038,7 +24038,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
|
|
|
24038
24038
|
/*!
|
|
24039
24039
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24040
24040
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24041
|
-
* Copyright (c) 2013-
|
|
24041
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24042
24042
|
*/
|
|
24043
24043
|
|
|
24044
24044
|
function buildData(uploader, data) {
|
|
@@ -24076,7 +24076,7 @@ function buildData(uploader, data) {
|
|
|
24076
24076
|
/*!
|
|
24077
24077
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24078
24078
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24079
|
-
* Copyright (c) 2013-
|
|
24079
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24080
24080
|
*/
|
|
24081
24081
|
/**
|
|
24082
24082
|
* @module modules/uploader
|
|
@@ -24120,7 +24120,7 @@ function dataURItoBlob(dataURI) {
|
|
|
24120
24120
|
/*!
|
|
24121
24121
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24122
24122
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24123
|
-
* Copyright (c) 2013-
|
|
24123
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24124
24124
|
*/
|
|
24125
24125
|
|
|
24126
24126
|
|
|
@@ -24153,7 +24153,7 @@ function hasItems(data) {
|
|
|
24153
24153
|
/*!
|
|
24154
24154
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24155
24155
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24156
|
-
* Copyright (c) 2013-
|
|
24156
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24157
24157
|
*/
|
|
24158
24158
|
|
|
24159
24159
|
|
|
@@ -24199,7 +24199,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
|
|
|
24199
24199
|
/*!
|
|
24200
24200
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24201
24201
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24202
|
-
* Copyright (c) 2013-
|
|
24202
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24203
24203
|
*/
|
|
24204
24204
|
|
|
24205
24205
|
|
|
@@ -24326,7 +24326,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
|
|
|
24326
24326
|
/*!
|
|
24327
24327
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24328
24328
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24329
|
-
* Copyright (c) 2013-
|
|
24329
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24330
24330
|
*/
|
|
24331
24331
|
|
|
24332
24332
|
|
|
@@ -24419,7 +24419,7 @@ function send(uploader, data) {
|
|
|
24419
24419
|
/*!
|
|
24420
24420
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24421
24421
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24422
|
-
* Copyright (c) 2013-
|
|
24422
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24423
24423
|
*/
|
|
24424
24424
|
|
|
24425
24425
|
|
|
@@ -24627,7 +24627,7 @@ class Uploader extends jodit_core_component___WEBPACK_IMPORTED_MODULE_0__/* .Vie
|
|
|
24627
24627
|
/*!
|
|
24628
24628
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24629
24629
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24630
|
-
* Copyright (c) 2013-
|
|
24630
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24631
24631
|
*/
|
|
24632
24632
|
|
|
24633
24633
|
|
|
@@ -24732,7 +24732,7 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
|
|
|
24732
24732
|
/*!
|
|
24733
24733
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24734
24734
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24735
|
-
* Copyright (c) 2013-
|
|
24735
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24736
24736
|
*/
|
|
24737
24737
|
|
|
24738
24738
|
|
|
@@ -24866,7 +24866,7 @@ function val(elm, selector, value) {
|
|
|
24866
24866
|
/*!
|
|
24867
24867
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24868
24868
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24869
|
-
* Copyright (c) 2013-
|
|
24869
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24870
24870
|
*/
|
|
24871
24871
|
/**
|
|
24872
24872
|
* [[include:modules/widget/README.md]]
|
|
@@ -24895,7 +24895,7 @@ function val(elm, selector, value) {
|
|
|
24895
24895
|
/*!
|
|
24896
24896
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24897
24897
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24898
|
-
* Copyright (c) 2013-
|
|
24898
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24899
24899
|
*/
|
|
24900
24900
|
|
|
24901
24901
|
|
|
@@ -25035,7 +25035,7 @@ const TabsWidget = (jodit, tabs, state) => {
|
|
|
25035
25035
|
/*!
|
|
25036
25036
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25037
25037
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25038
|
-
* Copyright (c) 2013-
|
|
25038
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25039
25039
|
*/
|
|
25040
25040
|
|
|
25041
25041
|
|
|
@@ -25100,7 +25100,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
|
|
|
25100
25100
|
/*!
|
|
25101
25101
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25102
25102
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25103
|
-
* Copyright (c) 2013-
|
|
25103
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25104
25104
|
*/
|
|
25105
25105
|
|
|
25106
25106
|
|
|
@@ -25333,7 +25333,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
|
|
|
25333
25333
|
/*!
|
|
25334
25334
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25335
25335
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25336
|
-
* Copyright (c) 2013-
|
|
25336
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25337
25337
|
*/
|
|
25338
25338
|
|
|
25339
25339
|
|
|
@@ -25371,7 +25371,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25371
25371
|
/*!
|
|
25372
25372
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25373
25373
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25374
|
-
* Copyright (c) 2013-
|
|
25374
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25375
25375
|
*/
|
|
25376
25376
|
|
|
25377
25377
|
|
|
@@ -25495,7 +25495,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
|
|
|
25495
25495
|
/*!
|
|
25496
25496
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25497
25497
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25498
|
-
* Copyright (c) 2013-
|
|
25498
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25499
25499
|
*/
|
|
25500
25500
|
|
|
25501
25501
|
|
|
@@ -25595,7 +25595,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
|
|
|
25595
25595
|
/*!
|
|
25596
25596
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25597
25597
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25598
|
-
* Copyright (c) 2013-
|
|
25598
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25599
25599
|
*/
|
|
25600
25600
|
module.exports = {
|
|
25601
25601
|
aiAssistant: 'AI Assistant',
|
|
@@ -25617,7 +25617,7 @@ module.exports = {
|
|
|
25617
25617
|
/*!
|
|
25618
25618
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25619
25619
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25620
|
-
* Copyright (c) 2013-
|
|
25620
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25621
25621
|
*/
|
|
25622
25622
|
module.exports = {
|
|
25623
25623
|
aiAssistant: 'Asistente de IA',
|
|
@@ -25678,7 +25678,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25678
25678
|
/*!
|
|
25679
25679
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25680
25680
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25681
|
-
* Copyright (c) 2013-
|
|
25681
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25682
25682
|
*/
|
|
25683
25683
|
/**
|
|
25684
25684
|
* @module plugins/ai-assistant
|
|
@@ -25707,7 +25707,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25707
25707
|
/*!
|
|
25708
25708
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25709
25709
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25710
|
-
* Copyright (c) 2013-
|
|
25710
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25711
25711
|
*/
|
|
25712
25712
|
|
|
25713
25713
|
|
|
@@ -25869,7 +25869,7 @@ UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
25869
25869
|
/*!
|
|
25870
25870
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25871
25871
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25872
|
-
* Copyright (c) 2013-
|
|
25872
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25873
25873
|
*/
|
|
25874
25874
|
|
|
25875
25875
|
|
|
@@ -26009,7 +26009,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
|
|
|
26009
26009
|
/*!
|
|
26010
26010
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26011
26011
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26012
|
-
* Copyright (c) 2013-
|
|
26012
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26013
26013
|
*/
|
|
26014
26014
|
|
|
26015
26015
|
|
|
@@ -26085,7 +26085,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
|
|
|
26085
26085
|
/*!
|
|
26086
26086
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26087
26087
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26088
|
-
* Copyright (c) 2013-
|
|
26088
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26089
26089
|
*/
|
|
26090
26090
|
|
|
26091
26091
|
|
|
@@ -26135,7 +26135,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
|
|
|
26135
26135
|
/*!
|
|
26136
26136
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26137
26137
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26138
|
-
* Copyright (c) 2013-
|
|
26138
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26139
26139
|
*/
|
|
26140
26140
|
/**
|
|
26141
26141
|
* On Not collapsed selection - should only remove whole selected content
|
|
@@ -26175,7 +26175,7 @@ function checkNotCollapsed(jodit) {
|
|
|
26175
26175
|
/*!
|
|
26176
26176
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26177
26177
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26178
|
-
* Copyright (c) 2013-
|
|
26178
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26179
26179
|
*/
|
|
26180
26180
|
|
|
26181
26181
|
|
|
@@ -26347,7 +26347,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
|
|
|
26347
26347
|
/*!
|
|
26348
26348
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26349
26349
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26350
|
-
* Copyright (c) 2013-
|
|
26350
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26351
26351
|
*/
|
|
26352
26352
|
|
|
26353
26353
|
|
|
@@ -26388,7 +26388,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
|
|
|
26388
26388
|
/*!
|
|
26389
26389
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26390
26390
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26391
|
-
* Copyright (c) 2013-
|
|
26391
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26392
26392
|
*/
|
|
26393
26393
|
|
|
26394
26394
|
/**
|
|
@@ -26434,7 +26434,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
|
|
|
26434
26434
|
/*!
|
|
26435
26435
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26436
26436
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26437
|
-
* Copyright (c) 2013-
|
|
26437
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26438
26438
|
*/
|
|
26439
26439
|
|
|
26440
26440
|
|
|
@@ -26503,7 +26503,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
|
|
|
26503
26503
|
/*!
|
|
26504
26504
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26505
26505
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26506
|
-
* Copyright (c) 2013-
|
|
26506
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26507
26507
|
*/
|
|
26508
26508
|
|
|
26509
26509
|
|
|
@@ -26554,7 +26554,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
|
|
|
26554
26554
|
/*!
|
|
26555
26555
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26556
26556
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26557
|
-
* Copyright (c) 2013-
|
|
26557
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26558
26558
|
*/
|
|
26559
26559
|
|
|
26560
26560
|
/**
|
|
@@ -26594,7 +26594,7 @@ function checkTableCell(jodit, fakeNode) {
|
|
|
26594
26594
|
/*!
|
|
26595
26595
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26596
26596
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26597
|
-
* Copyright (c) 2013-
|
|
26597
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26598
26598
|
*/
|
|
26599
26599
|
|
|
26600
26600
|
|
|
@@ -26654,7 +26654,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
|
|
|
26654
26654
|
/*!
|
|
26655
26655
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26656
26656
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26657
|
-
* Copyright (c) 2013-
|
|
26657
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26658
26658
|
*/
|
|
26659
26659
|
/**
|
|
26660
26660
|
* @module plugins/backspace
|
|
@@ -26694,7 +26694,7 @@ const cases = [
|
|
|
26694
26694
|
/*!
|
|
26695
26695
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26696
26696
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26697
|
-
* Copyright (c) 2013-
|
|
26697
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26698
26698
|
*/
|
|
26699
26699
|
/**
|
|
26700
26700
|
* @module plugins/backspace
|
|
@@ -26726,7 +26726,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
|
|
|
26726
26726
|
/*!
|
|
26727
26727
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26728
26728
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26729
|
-
* Copyright (c) 2013-
|
|
26729
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26730
26730
|
*/
|
|
26731
26731
|
|
|
26732
26732
|
/**
|
|
@@ -26787,7 +26787,7 @@ function getMoveFilter(jodit) {
|
|
|
26787
26787
|
/*!
|
|
26788
26788
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26789
26789
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26790
|
-
* Copyright (c) 2013-
|
|
26790
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26791
26791
|
*/
|
|
26792
26792
|
|
|
26793
26793
|
|
|
@@ -26878,7 +26878,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
|
|
|
26878
26878
|
/*!
|
|
26879
26879
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26880
26880
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26881
|
-
* Copyright (c) 2013-
|
|
26881
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26882
26882
|
*/
|
|
26883
26883
|
|
|
26884
26884
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
|
|
@@ -26941,7 +26941,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
|
|
|
26941
26941
|
/*!
|
|
26942
26942
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26943
26943
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26944
|
-
* Copyright (c) 2013-
|
|
26944
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26945
26945
|
*/
|
|
26946
26946
|
|
|
26947
26947
|
|
|
@@ -27060,7 +27060,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
|
|
|
27060
27060
|
/*!
|
|
27061
27061
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27062
27062
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27063
|
-
* Copyright (c) 2013-
|
|
27063
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27064
27064
|
*/
|
|
27065
27065
|
|
|
27066
27066
|
|
|
@@ -27183,7 +27183,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
|
|
|
27183
27183
|
/*!
|
|
27184
27184
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27185
27185
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27186
|
-
* Copyright (c) 2013-
|
|
27186
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27187
27187
|
*/
|
|
27188
27188
|
|
|
27189
27189
|
|
|
@@ -27225,7 +27225,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
|
|
|
27225
27225
|
/*!
|
|
27226
27226
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27227
27227
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27228
|
-
* Copyright (c) 2013-
|
|
27228
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27229
27229
|
*/
|
|
27230
27230
|
|
|
27231
27231
|
|
|
@@ -27291,7 +27291,7 @@ function getHash(tags) {
|
|
|
27291
27291
|
/*!
|
|
27292
27292
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27293
27293
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27294
|
-
* Copyright (c) 2013-
|
|
27294
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27295
27295
|
*/
|
|
27296
27296
|
/**
|
|
27297
27297
|
* @module plugins/clean-html
|
|
@@ -27317,7 +27317,7 @@ function getHash(tags) {
|
|
|
27317
27317
|
/*!
|
|
27318
27318
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27319
27319
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27320
|
-
* Copyright (c) 2013-
|
|
27320
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27321
27321
|
*/
|
|
27322
27322
|
|
|
27323
27323
|
|
|
@@ -27376,7 +27376,7 @@ function isInlineBlock(node) {
|
|
|
27376
27376
|
/*!
|
|
27377
27377
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27378
27378
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27379
|
-
* Copyright (c) 2013-
|
|
27379
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27380
27380
|
*/
|
|
27381
27381
|
|
|
27382
27382
|
|
|
@@ -27441,7 +27441,7 @@ function removeFormatForSelection(jodit) {
|
|
|
27441
27441
|
/*!
|
|
27442
27442
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27443
27443
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27444
|
-
* Copyright (c) 2013-
|
|
27444
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27445
27445
|
*/
|
|
27446
27446
|
|
|
27447
27447
|
/**
|
|
@@ -27484,7 +27484,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
|
|
|
27484
27484
|
/*!
|
|
27485
27485
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27486
27486
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27487
|
-
* Copyright (c) 2013-
|
|
27487
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27488
27488
|
*/
|
|
27489
27489
|
|
|
27490
27490
|
|
|
@@ -27537,7 +27537,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27537
27537
|
/*!
|
|
27538
27538
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27539
27539
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27540
|
-
* Copyright (c) 2013-
|
|
27540
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27541
27541
|
*/
|
|
27542
27542
|
/**
|
|
27543
27543
|
* @module plugins/clean-html
|
|
@@ -27567,7 +27567,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27567
27567
|
/*!
|
|
27568
27568
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27569
27569
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27570
|
-
* Copyright (c) 2013-
|
|
27570
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27571
27571
|
*/
|
|
27572
27572
|
|
|
27573
27573
|
/**
|
|
@@ -27599,7 +27599,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
|
|
|
27599
27599
|
/*!
|
|
27600
27600
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27601
27601
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27602
|
-
* Copyright (c) 2013-
|
|
27602
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27603
27603
|
*/
|
|
27604
27604
|
|
|
27605
27605
|
|
|
@@ -27641,7 +27641,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
|
|
|
27641
27641
|
/*!
|
|
27642
27642
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27643
27643
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27644
|
-
* Copyright (c) 2013-
|
|
27644
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27645
27645
|
*/
|
|
27646
27646
|
|
|
27647
27647
|
/**
|
|
@@ -27685,7 +27685,7 @@ function replaceIfMatched(jodit, oldParent, list) {
|
|
|
27685
27685
|
/*!
|
|
27686
27686
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27687
27687
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27688
|
-
* Copyright (c) 2013-
|
|
27688
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27689
27689
|
*/
|
|
27690
27690
|
|
|
27691
27691
|
|
|
@@ -27719,7 +27719,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
|
|
|
27719
27719
|
/*!
|
|
27720
27720
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27721
27721
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27722
|
-
* Copyright (c) 2013-
|
|
27722
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27723
27723
|
*/
|
|
27724
27724
|
|
|
27725
27725
|
|
|
@@ -27765,7 +27765,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
|
|
|
27765
27765
|
/*!
|
|
27766
27766
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27767
27767
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27768
|
-
* Copyright (c) 2013-
|
|
27768
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27769
27769
|
*/
|
|
27770
27770
|
|
|
27771
27771
|
|
|
@@ -27808,7 +27808,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
|
|
|
27808
27808
|
/*!
|
|
27809
27809
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27810
27810
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27811
|
-
* Copyright (c) 2013-
|
|
27811
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27812
27812
|
*/
|
|
27813
27813
|
|
|
27814
27814
|
|
|
@@ -27894,7 +27894,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
|
|
|
27894
27894
|
/*!
|
|
27895
27895
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27896
27896
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27897
|
-
* Copyright (c) 2013-
|
|
27897
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27898
27898
|
*/
|
|
27899
27899
|
|
|
27900
27900
|
|
|
@@ -27936,7 +27936,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
|
|
|
27936
27936
|
/*!
|
|
27937
27937
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27938
27938
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27939
|
-
* Copyright (c) 2013-
|
|
27939
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27940
27940
|
*/
|
|
27941
27941
|
|
|
27942
27942
|
|
|
@@ -27999,7 +27999,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
|
|
|
27999
27999
|
/*!
|
|
28000
28000
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28001
28001
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28002
|
-
* Copyright (c) 2013-
|
|
28002
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28003
28003
|
*/
|
|
28004
28004
|
|
|
28005
28005
|
|
|
@@ -28170,7 +28170,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
|
|
|
28170
28170
|
/*!
|
|
28171
28171
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28172
28172
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28173
|
-
* Copyright (c) 2013-
|
|
28173
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28174
28174
|
*/
|
|
28175
28175
|
|
|
28176
28176
|
|
|
@@ -28290,7 +28290,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('copyformat',
|
|
|
28290
28290
|
/*!
|
|
28291
28291
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28292
28292
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28293
|
-
* Copyright (c) 2013-
|
|
28293
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28294
28294
|
*/
|
|
28295
28295
|
module.exports = {
|
|
28296
28296
|
'copy-format': 'نسخ التنسيق'
|
|
@@ -28307,7 +28307,7 @@ module.exports = {
|
|
|
28307
28307
|
/*!
|
|
28308
28308
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28309
28309
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28310
|
-
* Copyright (c) 2013-
|
|
28310
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28311
28311
|
*/
|
|
28312
28312
|
module.exports = {
|
|
28313
28313
|
'copy-format': 'Kopírovat formát'
|
|
@@ -28324,7 +28324,7 @@ module.exports = {
|
|
|
28324
28324
|
/*!
|
|
28325
28325
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28326
28326
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28327
|
-
* Copyright (c) 2013-
|
|
28327
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28328
28328
|
*/
|
|
28329
28329
|
module.exports = {
|
|
28330
28330
|
'copy-format': 'Format kopierenт'
|
|
@@ -28341,7 +28341,7 @@ module.exports = {
|
|
|
28341
28341
|
/*!
|
|
28342
28342
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28343
28343
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28344
|
-
* Copyright (c) 2013-
|
|
28344
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28345
28345
|
*/
|
|
28346
28346
|
module.exports = {
|
|
28347
28347
|
'copy-format': 'Copiar formato'
|
|
@@ -28358,7 +28358,7 @@ module.exports = {
|
|
|
28358
28358
|
/*!
|
|
28359
28359
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28360
28360
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28361
|
-
* Copyright (c) 2013-
|
|
28361
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28362
28362
|
*/
|
|
28363
28363
|
module.exports = {
|
|
28364
28364
|
'copy-format': 'کپی کردن قالب'
|
|
@@ -28375,7 +28375,7 @@ module.exports = {
|
|
|
28375
28375
|
/*!
|
|
28376
28376
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28377
28377
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28378
|
-
* Copyright (c) 2013-
|
|
28378
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28379
28379
|
*/
|
|
28380
28380
|
module.exports = {
|
|
28381
28381
|
'copy-format': 'Kopioi muotoilu'
|
|
@@ -28392,7 +28392,7 @@ module.exports = {
|
|
|
28392
28392
|
/*!
|
|
28393
28393
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28394
28394
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28395
|
-
* Copyright (c) 2013-
|
|
28395
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28396
28396
|
*/
|
|
28397
28397
|
module.exports = {
|
|
28398
28398
|
'copy-format': 'Format de copie'
|
|
@@ -28409,7 +28409,7 @@ module.exports = {
|
|
|
28409
28409
|
/*!
|
|
28410
28410
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28411
28411
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28412
|
-
* Copyright (c) 2013-
|
|
28412
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28413
28413
|
*/
|
|
28414
28414
|
module.exports = {
|
|
28415
28415
|
'copy-format': 'העתק עיצוב'
|
|
@@ -28426,7 +28426,7 @@ module.exports = {
|
|
|
28426
28426
|
/*!
|
|
28427
28427
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28428
28428
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28429
|
-
* Copyright (c) 2013-
|
|
28429
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28430
28430
|
*/
|
|
28431
28431
|
module.exports = {
|
|
28432
28432
|
'copy-format': 'Formátum másolás'
|
|
@@ -28443,7 +28443,7 @@ module.exports = {
|
|
|
28443
28443
|
/*!
|
|
28444
28444
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28445
28445
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28446
|
-
* Copyright (c) 2013-
|
|
28446
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28447
28447
|
*/
|
|
28448
28448
|
module.exports = {
|
|
28449
28449
|
'copy-format': 'salin format'
|
|
@@ -28525,7 +28525,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28525
28525
|
/*!
|
|
28526
28526
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28527
28527
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28528
|
-
* Copyright (c) 2013-
|
|
28528
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28529
28529
|
*/
|
|
28530
28530
|
|
|
28531
28531
|
|
|
@@ -28561,7 +28561,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28561
28561
|
/*!
|
|
28562
28562
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28563
28563
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28564
|
-
* Copyright (c) 2013-
|
|
28564
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28565
28565
|
*/
|
|
28566
28566
|
module.exports = {
|
|
28567
28567
|
'copy-format': 'Copia il formato'
|
|
@@ -28578,7 +28578,7 @@ module.exports = {
|
|
|
28578
28578
|
/*!
|
|
28579
28579
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28580
28580
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28581
|
-
* Copyright (c) 2013-
|
|
28581
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28582
28582
|
*/
|
|
28583
28583
|
module.exports = {
|
|
28584
28584
|
'copy-format': 'copyformat'
|
|
@@ -28595,7 +28595,7 @@ module.exports = {
|
|
|
28595
28595
|
/*!
|
|
28596
28596
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28597
28597
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28598
|
-
* Copyright (c) 2013-
|
|
28598
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28599
28599
|
*/
|
|
28600
28600
|
module.exports = {
|
|
28601
28601
|
'copy-format': '복사 형식'
|
|
@@ -28612,7 +28612,7 @@ module.exports = {
|
|
|
28612
28612
|
/*!
|
|
28613
28613
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28614
28614
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28615
|
-
* Copyright (c) 2013-
|
|
28615
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28616
28616
|
*/
|
|
28617
28617
|
module.exports = {
|
|
28618
28618
|
'copy-format': 'Формат хуулах'
|
|
@@ -28629,7 +28629,7 @@ module.exports = {
|
|
|
28629
28629
|
/*!
|
|
28630
28630
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28631
28631
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28632
|
-
* Copyright (c) 2013-
|
|
28632
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28633
28633
|
*/
|
|
28634
28634
|
module.exports = {
|
|
28635
28635
|
'copy-format': 'opmaak kopiëren'
|
|
@@ -28646,7 +28646,7 @@ module.exports = {
|
|
|
28646
28646
|
/*!
|
|
28647
28647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28648
28648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28649
|
-
* Copyright (c) 2013-
|
|
28649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28650
28650
|
*/
|
|
28651
28651
|
module.exports = {
|
|
28652
28652
|
'copy-format': 'format kopii'
|
|
@@ -28663,7 +28663,7 @@ module.exports = {
|
|
|
28663
28663
|
/*!
|
|
28664
28664
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28665
28665
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28666
|
-
* Copyright (c) 2013-
|
|
28666
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28667
28667
|
*/
|
|
28668
28668
|
module.exports = {
|
|
28669
28669
|
'copy-format': 'Copiar formato'
|
|
@@ -28680,7 +28680,7 @@ module.exports = {
|
|
|
28680
28680
|
/*!
|
|
28681
28681
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28682
28682
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28683
|
-
* Copyright (c) 2013-
|
|
28683
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28684
28684
|
*/
|
|
28685
28685
|
module.exports = {
|
|
28686
28686
|
'copy-format': 'Копировать формат'
|
|
@@ -28697,7 +28697,7 @@ module.exports = {
|
|
|
28697
28697
|
/*!
|
|
28698
28698
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28699
28699
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28700
|
-
* Copyright (c) 2013-
|
|
28700
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28701
28701
|
*/
|
|
28702
28702
|
module.exports = {
|
|
28703
28703
|
'copy-format': 'Kopyalama Biçimi'
|
|
@@ -28714,7 +28714,7 @@ module.exports = {
|
|
|
28714
28714
|
/*!
|
|
28715
28715
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28716
28716
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28717
|
-
* Copyright (c) 2013-
|
|
28717
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28718
28718
|
*/
|
|
28719
28719
|
module.exports = {
|
|
28720
28720
|
'copy-format': '复制格式'
|
|
@@ -28731,7 +28731,7 @@ module.exports = {
|
|
|
28731
28731
|
/*!
|
|
28732
28732
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28733
28733
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28734
|
-
* Copyright (c) 2013-
|
|
28734
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28735
28735
|
*/
|
|
28736
28736
|
module.exports = {
|
|
28737
28737
|
'copy-format': '複製格式'
|
|
@@ -28753,7 +28753,7 @@ module.exports = {
|
|
|
28753
28753
|
/*!
|
|
28754
28754
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28755
28755
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28756
|
-
* Copyright (c) 2013-
|
|
28756
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28757
28757
|
*/
|
|
28758
28758
|
|
|
28759
28759
|
|
|
@@ -28894,7 +28894,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
|
|
|
28894
28894
|
/*!
|
|
28895
28895
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28896
28896
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28897
|
-
* Copyright (c) 2013-
|
|
28897
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28898
28898
|
*/
|
|
28899
28899
|
/**
|
|
28900
28900
|
* @module plugins/drag-and-drop-element
|
|
@@ -28920,7 +28920,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
|
|
|
28920
28920
|
/*!
|
|
28921
28921
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28922
28922
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28923
|
-
* Copyright (c) 2013-
|
|
28923
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28924
28924
|
*/
|
|
28925
28925
|
|
|
28926
28926
|
|
|
@@ -29134,7 +29134,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
|
|
|
29134
29134
|
/*!
|
|
29135
29135
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29136
29136
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29137
|
-
* Copyright (c) 2013-
|
|
29137
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29138
29138
|
*/
|
|
29139
29139
|
|
|
29140
29140
|
|
|
@@ -29329,7 +29329,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29329
29329
|
/*!
|
|
29330
29330
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29331
29331
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29332
|
-
* Copyright (c) 2013-
|
|
29332
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29333
29333
|
*/
|
|
29334
29334
|
/**
|
|
29335
29335
|
* @module plugins/dtd
|
|
@@ -29351,7 +29351,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29351
29351
|
/*!
|
|
29352
29352
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29353
29353
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29354
|
-
* Copyright (c) 2013-
|
|
29354
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29355
29355
|
*/
|
|
29356
29356
|
|
|
29357
29357
|
const brBoxes = new Set([
|
|
@@ -29396,7 +29396,7 @@ function removeExtraBr(jodit, node) {
|
|
|
29396
29396
|
/*!
|
|
29397
29397
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29398
29398
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29399
|
-
* Copyright (c) 2013-
|
|
29399
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29400
29400
|
*/
|
|
29401
29401
|
|
|
29402
29402
|
/**
|
|
@@ -29434,7 +29434,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29434
29434
|
/*!
|
|
29435
29435
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29436
29436
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29437
|
-
* Copyright (c) 2013-
|
|
29437
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29438
29438
|
*/
|
|
29439
29439
|
/**
|
|
29440
29440
|
* @module plugins/dtd
|
|
@@ -29453,7 +29453,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29453
29453
|
/*!
|
|
29454
29454
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29455
29455
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29456
|
-
* Copyright (c) 2013-
|
|
29456
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29457
29457
|
*/
|
|
29458
29458
|
|
|
29459
29459
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
|
|
@@ -29507,7 +29507,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
|
|
|
29507
29507
|
/*!
|
|
29508
29508
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29509
29509
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29510
|
-
* Copyright (c) 2013-
|
|
29510
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29511
29511
|
*/
|
|
29512
29512
|
|
|
29513
29513
|
|
|
@@ -29559,7 +29559,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
|
|
|
29559
29559
|
/*!
|
|
29560
29560
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29561
29561
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29562
|
-
* Copyright (c) 2013-
|
|
29562
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29563
29563
|
*/
|
|
29564
29564
|
|
|
29565
29565
|
|
|
@@ -29669,7 +29669,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
|
|
|
29669
29669
|
/*!
|
|
29670
29670
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29671
29671
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29672
|
-
* Copyright (c) 2013-
|
|
29672
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29673
29673
|
*/
|
|
29674
29674
|
|
|
29675
29675
|
|
|
@@ -29738,7 +29738,7 @@ function brBefore(start) {
|
|
|
29738
29738
|
/*!
|
|
29739
29739
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29740
29740
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29741
|
-
* Copyright (c) 2013-
|
|
29741
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29742
29742
|
*/
|
|
29743
29743
|
|
|
29744
29744
|
/**
|
|
@@ -29768,7 +29768,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
|
|
|
29768
29768
|
/*!
|
|
29769
29769
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29770
29770
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29771
|
-
* Copyright (c) 2013-
|
|
29771
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29772
29772
|
*/
|
|
29773
29773
|
|
|
29774
29774
|
|
|
@@ -29809,7 +29809,7 @@ function getBlockWrapper(fake, jodit, tagReg = jodit_core_constants__WEBPACK_IMP
|
|
|
29809
29809
|
/*!
|
|
29810
29810
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29811
29811
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29812
|
-
* Copyright (c) 2013-
|
|
29812
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29813
29813
|
*/
|
|
29814
29814
|
|
|
29815
29815
|
/**
|
|
@@ -29849,7 +29849,7 @@ function hasPreviousBlock(fake, jodit) {
|
|
|
29849
29849
|
/*!
|
|
29850
29850
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29851
29851
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29852
|
-
* Copyright (c) 2013-
|
|
29852
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29853
29853
|
*/
|
|
29854
29854
|
/**
|
|
29855
29855
|
* @module plugins/enter
|
|
@@ -29879,7 +29879,7 @@ function hasPreviousBlock(fake, jodit) {
|
|
|
29879
29879
|
/*!
|
|
29880
29880
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29881
29881
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29882
|
-
* Copyright (c) 2013-
|
|
29882
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29883
29883
|
*/
|
|
29884
29884
|
|
|
29885
29885
|
|
|
@@ -29915,7 +29915,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
|
|
|
29915
29915
|
/*!
|
|
29916
29916
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29917
29917
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29918
|
-
* Copyright (c) 2013-
|
|
29918
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29919
29919
|
*/
|
|
29920
29920
|
|
|
29921
29921
|
/**
|
|
@@ -29951,7 +29951,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
|
|
|
29951
29951
|
/*!
|
|
29952
29952
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29953
29953
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29954
|
-
* Copyright (c) 2013-
|
|
29954
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29955
29955
|
*/
|
|
29956
29956
|
|
|
29957
29957
|
|
|
@@ -30005,7 +30005,7 @@ function processEmptyLILeaf(fake, jodit, li) {
|
|
|
30005
30005
|
/*!
|
|
30006
30006
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30007
30007
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30008
|
-
* Copyright (c) 2013-
|
|
30008
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30009
30009
|
*/
|
|
30010
30010
|
|
|
30011
30011
|
|
|
@@ -30053,7 +30053,7 @@ function splitFragment(fake, jodit, block) {
|
|
|
30053
30053
|
/*!
|
|
30054
30054
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30055
30055
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30056
|
-
* Copyright (c) 2013-
|
|
30056
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30057
30057
|
*/
|
|
30058
30058
|
|
|
30059
30059
|
/**
|
|
@@ -30092,7 +30092,7 @@ function wrapText(fake, jodit) {
|
|
|
30092
30092
|
/*!
|
|
30093
30093
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30094
30094
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30095
|
-
* Copyright (c) 2013-
|
|
30095
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30096
30096
|
*/
|
|
30097
30097
|
|
|
30098
30098
|
|
|
@@ -30155,7 +30155,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
|
|
|
30155
30155
|
/*!
|
|
30156
30156
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30157
30157
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30158
|
-
* Copyright (c) 2013-
|
|
30158
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30159
30159
|
*/
|
|
30160
30160
|
|
|
30161
30161
|
|
|
@@ -30242,7 +30242,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
|
|
|
30242
30242
|
/*!
|
|
30243
30243
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30244
30244
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30245
|
-
* Copyright (c) 2013-
|
|
30245
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30246
30246
|
*/
|
|
30247
30247
|
|
|
30248
30248
|
|
|
@@ -30368,7 +30368,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
|
|
|
30368
30368
|
/*!
|
|
30369
30369
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30370
30370
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30371
|
-
* Copyright (c) 2013-
|
|
30371
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30372
30372
|
*/
|
|
30373
30373
|
|
|
30374
30374
|
|
|
@@ -30432,7 +30432,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
|
|
|
30432
30432
|
/*!
|
|
30433
30433
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30434
30434
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30435
|
-
* Copyright (c) 2013-
|
|
30435
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30436
30436
|
*/
|
|
30437
30437
|
|
|
30438
30438
|
|
|
@@ -30497,7 +30497,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
|
|
|
30497
30497
|
/*!
|
|
30498
30498
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30499
30499
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30500
|
-
* Copyright (c) 2013-
|
|
30500
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30501
30501
|
*/
|
|
30502
30502
|
|
|
30503
30503
|
|
|
@@ -30536,7 +30536,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
|
|
|
30536
30536
|
/*!
|
|
30537
30537
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30538
30538
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30539
|
-
* Copyright (c) 2013-
|
|
30539
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30540
30540
|
*/
|
|
30541
30541
|
|
|
30542
30542
|
|
|
@@ -30580,7 +30580,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
|
|
|
30580
30580
|
/*!
|
|
30581
30581
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30582
30582
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30583
|
-
* Copyright (c) 2013-
|
|
30583
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30584
30584
|
*/
|
|
30585
30585
|
|
|
30586
30586
|
|
|
@@ -30683,7 +30683,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
|
|
|
30683
30683
|
/*!
|
|
30684
30684
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30685
30685
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30686
|
-
* Copyright (c) 2013-
|
|
30686
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30687
30687
|
*/
|
|
30688
30688
|
|
|
30689
30689
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
|
|
@@ -30709,7 +30709,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
|
|
|
30709
30709
|
/*!
|
|
30710
30710
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30711
30711
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30712
|
-
* Copyright (c) 2013-
|
|
30712
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30713
30713
|
*/
|
|
30714
30714
|
|
|
30715
30715
|
|
|
@@ -30868,7 +30868,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
|
|
|
30868
30868
|
/*!
|
|
30869
30869
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30870
30870
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30871
|
-
* Copyright (c) 2013-
|
|
30871
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30872
30872
|
*/
|
|
30873
30873
|
|
|
30874
30874
|
|
|
@@ -30916,7 +30916,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
|
|
|
30916
30916
|
/*!
|
|
30917
30917
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30918
30918
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30919
|
-
* Copyright (c) 2013-
|
|
30919
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30920
30920
|
*/
|
|
30921
30921
|
/**
|
|
30922
30922
|
* @module plugins/iframe
|
|
@@ -31010,7 +31010,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
|
|
|
31010
31010
|
/*!
|
|
31011
31011
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31012
31012
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31013
|
-
* Copyright (c) 2013-
|
|
31013
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31014
31014
|
*/
|
|
31015
31015
|
|
|
31016
31016
|
|
|
@@ -31201,7 +31201,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
|
|
|
31201
31201
|
/*!
|
|
31202
31202
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31203
31203
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31204
|
-
* Copyright (c) 2013-
|
|
31204
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31205
31205
|
*/
|
|
31206
31206
|
/**
|
|
31207
31207
|
* @module plugins/image-processor
|
|
@@ -31229,7 +31229,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
|
|
|
31229
31229
|
/*!
|
|
31230
31230
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31231
31231
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31232
|
-
* Copyright (c) 2013-
|
|
31232
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31233
31233
|
*/
|
|
31234
31234
|
|
|
31235
31235
|
|
|
@@ -31355,7 +31355,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
|
|
|
31355
31355
|
/*!
|
|
31356
31356
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31357
31357
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31358
|
-
* Copyright (c) 2013-
|
|
31358
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31359
31359
|
*/
|
|
31360
31360
|
/**
|
|
31361
31361
|
* @module plugins/image-properties
|
|
@@ -31405,7 +31405,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
|
|
|
31405
31405
|
/*!
|
|
31406
31406
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31407
31407
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31408
|
-
* Copyright (c) 2013-
|
|
31408
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31409
31409
|
*/
|
|
31410
31410
|
|
|
31411
31411
|
|
|
@@ -31653,7 +31653,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
|
|
|
31653
31653
|
/*!
|
|
31654
31654
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31655
31655
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31656
|
-
* Copyright (c) 2013-
|
|
31656
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31657
31657
|
*/
|
|
31658
31658
|
|
|
31659
31659
|
/**
|
|
@@ -31695,7 +31695,7 @@ function readAlign(image, values) {
|
|
|
31695
31695
|
/*!
|
|
31696
31696
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31697
31697
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31698
|
-
* Copyright (c) 2013-
|
|
31698
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31699
31699
|
*/
|
|
31700
31700
|
|
|
31701
31701
|
|
|
@@ -31746,7 +31746,7 @@ async function readValuesFromImage(j, state) {
|
|
|
31746
31746
|
/*!
|
|
31747
31747
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31748
31748
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31749
|
-
* Copyright (c) 2013-
|
|
31749
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31750
31750
|
*/
|
|
31751
31751
|
|
|
31752
31752
|
|
|
@@ -31777,7 +31777,7 @@ function readLink(state, j, values) {
|
|
|
31777
31777
|
/*!
|
|
31778
31778
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31779
31779
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31780
|
-
* Copyright (c) 2013-
|
|
31780
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31781
31781
|
*/
|
|
31782
31782
|
/**
|
|
31783
31783
|
* @module plugins/image-properties
|
|
@@ -31823,7 +31823,7 @@ function readMargins(image, values, state) {
|
|
|
31823
31823
|
/*!
|
|
31824
31824
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31825
31825
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31826
|
-
* Copyright (c) 2013-
|
|
31826
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31827
31827
|
*/
|
|
31828
31828
|
/**
|
|
31829
31829
|
* @module plugins/image-properties
|
|
@@ -31887,7 +31887,7 @@ async function readSizes(image, values, state) {
|
|
|
31887
31887
|
/*!
|
|
31888
31888
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31889
31889
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31890
|
-
* Copyright (c) 2013-
|
|
31890
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31891
31891
|
*/
|
|
31892
31892
|
|
|
31893
31893
|
|
|
@@ -32067,7 +32067,7 @@ UIImagePropertiesForm = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .
|
|
|
32067
32067
|
/*!
|
|
32068
32068
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32069
32069
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32070
|
-
* Copyright (c) 2013-
|
|
32070
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32071
32071
|
*/
|
|
32072
32072
|
|
|
32073
32073
|
|
|
@@ -32258,7 +32258,7 @@ UIImageMainTab = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
32258
32258
|
/*!
|
|
32259
32259
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32260
32260
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32261
|
-
* Copyright (c) 2013-
|
|
32261
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32262
32262
|
*/
|
|
32263
32263
|
|
|
32264
32264
|
|
|
@@ -32524,7 +32524,7 @@ UIImagePositionTab = (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)
|
|
|
32524
32524
|
/*!
|
|
32525
32525
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32526
32526
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32527
|
-
* Copyright (c) 2013-
|
|
32527
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32528
32528
|
*/
|
|
32529
32529
|
|
|
32530
32530
|
|
|
@@ -32591,7 +32591,7 @@ function openImageEditorDialog(j, state) {
|
|
|
32591
32591
|
/*!
|
|
32592
32592
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32593
32593
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32594
|
-
* Copyright (c) 2013-
|
|
32594
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32595
32595
|
*/
|
|
32596
32596
|
|
|
32597
32597
|
|
|
@@ -32639,7 +32639,7 @@ function openImagePopup(j, dialog, state, button) {
|
|
|
32639
32639
|
/*!
|
|
32640
32640
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32641
32641
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32642
|
-
* Copyright (c) 2013-
|
|
32642
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32643
32643
|
*/
|
|
32644
32644
|
/**
|
|
32645
32645
|
* @module plugins/image-properties
|
|
@@ -32679,7 +32679,7 @@ const normalSizeToString = (value) => {
|
|
|
32679
32679
|
/*!
|
|
32680
32680
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32681
32681
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32682
|
-
* Copyright (c) 2013-
|
|
32682
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32683
32683
|
*/
|
|
32684
32684
|
|
|
32685
32685
|
|
|
@@ -32745,7 +32745,7 @@ function applyValuesToImage(j, state, image) {
|
|
|
32745
32745
|
/*!
|
|
32746
32746
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32747
32747
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32748
|
-
* Copyright (c) 2013-
|
|
32748
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32749
32749
|
*/
|
|
32750
32750
|
|
|
32751
32751
|
|
|
@@ -32782,7 +32782,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
|
|
|
32782
32782
|
/*!
|
|
32783
32783
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32784
32784
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32785
|
-
* Copyright (c) 2013-
|
|
32785
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32786
32786
|
*/
|
|
32787
32787
|
|
|
32788
32788
|
|
|
@@ -32830,7 +32830,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
|
|
|
32830
32830
|
/*!
|
|
32831
32831
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32832
32832
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32833
|
-
* Copyright (c) 2013-
|
|
32833
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32834
32834
|
*/
|
|
32835
32835
|
/**
|
|
32836
32836
|
* @module plugins/image-properties
|
|
@@ -32881,7 +32881,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
|
|
|
32881
32881
|
/*!
|
|
32882
32882
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32883
32883
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32884
|
-
* Copyright (c) 2013-
|
|
32884
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32885
32885
|
*/
|
|
32886
32886
|
|
|
32887
32887
|
|
|
@@ -32955,7 +32955,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
|
|
|
32955
32955
|
/*!
|
|
32956
32956
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32957
32957
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32958
|
-
* Copyright (c) 2013-
|
|
32958
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32959
32959
|
*/
|
|
32960
32960
|
|
|
32961
32961
|
|
|
@@ -32998,7 +32998,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
|
|
|
32998
32998
|
/*!
|
|
32999
32999
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33000
33000
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33001
|
-
* Copyright (c) 2013-
|
|
33001
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33002
33002
|
*/
|
|
33003
33003
|
/**
|
|
33004
33004
|
* @module plugins/indent
|
|
@@ -33027,7 +33027,7 @@ const getKey = (direction, box) => `${jodit_core_dom_dom__WEBPACK_IMPORTED_MODUL
|
|
|
33027
33027
|
/*!
|
|
33028
33028
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33029
33029
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33030
|
-
* Copyright (c) 2013-
|
|
33030
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33031
33031
|
*/
|
|
33032
33032
|
|
|
33033
33033
|
|
|
@@ -33165,7 +33165,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
|
|
|
33165
33165
|
/*!
|
|
33166
33166
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33167
33167
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33168
|
-
* Copyright (c) 2013-
|
|
33168
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33169
33169
|
*/
|
|
33170
33170
|
/**
|
|
33171
33171
|
* [[include:plugins/README.md]]
|
|
@@ -33267,7 +33267,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
|
|
|
33267
33267
|
/*!
|
|
33268
33268
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33269
33269
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33270
|
-
* Copyright (c) 2013-
|
|
33270
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33271
33271
|
*/
|
|
33272
33272
|
|
|
33273
33273
|
|
|
@@ -33333,7 +33333,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
|
|
|
33333
33333
|
/*!
|
|
33334
33334
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33335
33335
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33336
|
-
* Copyright (c) 2013-
|
|
33336
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33337
33337
|
*/
|
|
33338
33338
|
|
|
33339
33339
|
/* harmony default export */ __webpack_exports__.A = ([
|
|
@@ -33369,7 +33369,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
|
|
|
33369
33369
|
/*!
|
|
33370
33370
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33371
33371
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33372
|
-
* Copyright (c) 2013-
|
|
33372
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33373
33373
|
*/
|
|
33374
33374
|
|
|
33375
33375
|
|
|
@@ -33482,7 +33482,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
|
|
|
33482
33482
|
/*!
|
|
33483
33483
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33484
33484
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33485
|
-
* Copyright (c) 2013-
|
|
33485
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33486
33486
|
*/
|
|
33487
33487
|
|
|
33488
33488
|
/* harmony default export */ __webpack_exports__.A = ([
|
|
@@ -33513,7 +33513,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
|
|
|
33513
33513
|
/*!
|
|
33514
33514
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33515
33515
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33516
|
-
* Copyright (c) 2013-
|
|
33516
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33517
33517
|
*/
|
|
33518
33518
|
|
|
33519
33519
|
|
|
@@ -33593,7 +33593,7 @@ const align = {
|
|
|
33593
33593
|
/*!
|
|
33594
33594
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33595
33595
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33596
|
-
* Copyright (c) 2013-
|
|
33596
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33597
33597
|
*/
|
|
33598
33598
|
/**
|
|
33599
33599
|
* @module plugins/inline-popup
|
|
@@ -33647,7 +33647,7 @@ const align = {
|
|
|
33647
33647
|
/*!
|
|
33648
33648
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33649
33649
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33650
|
-
* Copyright (c) 2013-
|
|
33650
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33651
33651
|
*/
|
|
33652
33652
|
|
|
33653
33653
|
|
|
@@ -33923,7 +33923,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
|
|
|
33923
33923
|
/*!
|
|
33924
33924
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33925
33925
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33926
|
-
* Copyright (c) 2013-
|
|
33926
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33927
33927
|
*/
|
|
33928
33928
|
|
|
33929
33929
|
|
|
@@ -34053,7 +34053,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
|
|
|
34053
34053
|
/*!
|
|
34054
34054
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34055
34055
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34056
|
-
* Copyright (c) 2013-
|
|
34056
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34057
34057
|
*/
|
|
34058
34058
|
|
|
34059
34059
|
|
|
@@ -34100,7 +34100,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
|
|
|
34100
34100
|
/*!
|
|
34101
34101
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34102
34102
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34103
|
-
* Copyright (c) 2013-
|
|
34103
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34104
34104
|
*/
|
|
34105
34105
|
/**
|
|
34106
34106
|
* @module plugins/limit
|
|
@@ -34127,7 +34127,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
|
|
|
34127
34127
|
/*!
|
|
34128
34128
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34129
34129
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34130
|
-
* Copyright (c) 2013-
|
|
34130
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34131
34131
|
*/
|
|
34132
34132
|
|
|
34133
34133
|
|
|
@@ -34242,7 +34242,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
|
|
|
34242
34242
|
/*!
|
|
34243
34243
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34244
34244
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34245
|
-
* Copyright (c) 2013-
|
|
34245
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34246
34246
|
*/
|
|
34247
34247
|
|
|
34248
34248
|
|
|
@@ -34269,7 +34269,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
|
|
|
34269
34269
|
/*!
|
|
34270
34270
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34271
34271
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34272
|
-
* Copyright (c) 2013-
|
|
34272
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34273
34273
|
*/
|
|
34274
34274
|
module.exports = {
|
|
34275
34275
|
'Line height': 'ارتفاع الخط'
|
|
@@ -34286,7 +34286,7 @@ module.exports = {
|
|
|
34286
34286
|
/*!
|
|
34287
34287
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34288
34288
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34289
|
-
* Copyright (c) 2013-
|
|
34289
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34290
34290
|
*/
|
|
34291
34291
|
module.exports = {
|
|
34292
34292
|
'Line height': 'Výška čáry'
|
|
@@ -34303,7 +34303,7 @@ module.exports = {
|
|
|
34303
34303
|
/*!
|
|
34304
34304
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34305
34305
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34306
|
-
* Copyright (c) 2013-
|
|
34306
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34307
34307
|
*/
|
|
34308
34308
|
module.exports = {
|
|
34309
34309
|
'Line height': 'Zeilenhöhe'
|
|
@@ -34320,7 +34320,7 @@ module.exports = {
|
|
|
34320
34320
|
/*!
|
|
34321
34321
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34322
34322
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34323
|
-
* Copyright (c) 2013-
|
|
34323
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34324
34324
|
*/
|
|
34325
34325
|
module.exports = {
|
|
34326
34326
|
'Line height': 'Altura de la línea'
|
|
@@ -34337,7 +34337,7 @@ module.exports = {
|
|
|
34337
34337
|
/*!
|
|
34338
34338
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34339
34339
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34340
|
-
* Copyright (c) 2013-
|
|
34340
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34341
34341
|
*/
|
|
34342
34342
|
module.exports = {
|
|
34343
34343
|
'Line height': 'ارتفاع خط'
|
|
@@ -34354,7 +34354,7 @@ module.exports = {
|
|
|
34354
34354
|
/*!
|
|
34355
34355
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34356
34356
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34357
|
-
* Copyright (c) 2013-
|
|
34357
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34358
34358
|
*/
|
|
34359
34359
|
module.exports = {
|
|
34360
34360
|
'Line height': 'Rivin korkeus'
|
|
@@ -34371,7 +34371,7 @@ module.exports = {
|
|
|
34371
34371
|
/*!
|
|
34372
34372
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34373
34373
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34374
|
-
* Copyright (c) 2013-
|
|
34374
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34375
34375
|
*/
|
|
34376
34376
|
module.exports = {
|
|
34377
34377
|
'Line height': 'Hauteur de ligne'
|
|
@@ -34388,7 +34388,7 @@ module.exports = {
|
|
|
34388
34388
|
/*!
|
|
34389
34389
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34390
34390
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34391
|
-
* Copyright (c) 2013-
|
|
34391
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34392
34392
|
*/
|
|
34393
34393
|
module.exports = {
|
|
34394
34394
|
'Line height': 'גובה שורה'
|
|
@@ -34405,7 +34405,7 @@ module.exports = {
|
|
|
34405
34405
|
/*!
|
|
34406
34406
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34407
34407
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34408
|
-
* Copyright (c) 2013-
|
|
34408
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34409
34409
|
*/
|
|
34410
34410
|
module.exports = {
|
|
34411
34411
|
'Line height': 'Vonal magassága'
|
|
@@ -34422,7 +34422,7 @@ module.exports = {
|
|
|
34422
34422
|
/*!
|
|
34423
34423
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34424
34424
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34425
|
-
* Copyright (c) 2013-
|
|
34425
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34426
34426
|
*/
|
|
34427
34427
|
module.exports = {
|
|
34428
34428
|
'Line height': 'Tinggi baris'
|
|
@@ -34507,7 +34507,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34507
34507
|
/*!
|
|
34508
34508
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34509
34509
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34510
|
-
* Copyright (c) 2013-
|
|
34510
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34511
34511
|
*/
|
|
34512
34512
|
|
|
34513
34513
|
|
|
@@ -34544,7 +34544,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34544
34544
|
/*!
|
|
34545
34545
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34546
34546
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34547
|
-
* Copyright (c) 2013-
|
|
34547
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34548
34548
|
*/
|
|
34549
34549
|
module.exports = {
|
|
34550
34550
|
'Line height': 'Altezza linea'
|
|
@@ -34561,7 +34561,7 @@ module.exports = {
|
|
|
34561
34561
|
/*!
|
|
34562
34562
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34563
34563
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34564
|
-
* Copyright (c) 2013-
|
|
34564
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34565
34565
|
*/
|
|
34566
34566
|
module.exports = {
|
|
34567
34567
|
'Line height': 'ラインの高さ'
|
|
@@ -34578,7 +34578,7 @@ module.exports = {
|
|
|
34578
34578
|
/*!
|
|
34579
34579
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34580
34580
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34581
|
-
* Copyright (c) 2013-
|
|
34581
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34582
34582
|
*/
|
|
34583
34583
|
module.exports = {
|
|
34584
34584
|
'Line height': '선 높이'
|
|
@@ -34595,7 +34595,7 @@ module.exports = {
|
|
|
34595
34595
|
/*!
|
|
34596
34596
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34597
34597
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34598
|
-
* Copyright (c) 2013-
|
|
34598
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34599
34599
|
*/
|
|
34600
34600
|
module.exports = {
|
|
34601
34601
|
'Line height': 'Зураасны өндөр'
|
|
@@ -34612,7 +34612,7 @@ module.exports = {
|
|
|
34612
34612
|
/*!
|
|
34613
34613
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34614
34614
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34615
|
-
* Copyright (c) 2013-
|
|
34615
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34616
34616
|
*/
|
|
34617
34617
|
module.exports = {
|
|
34618
34618
|
'Line height': 'Lijnhoogte'
|
|
@@ -34629,7 +34629,7 @@ module.exports = {
|
|
|
34629
34629
|
/*!
|
|
34630
34630
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34631
34631
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34632
|
-
* Copyright (c) 2013-
|
|
34632
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34633
34633
|
*/
|
|
34634
34634
|
module.exports = {
|
|
34635
34635
|
'Line height': 'Wysokość linii'
|
|
@@ -34646,7 +34646,7 @@ module.exports = {
|
|
|
34646
34646
|
/*!
|
|
34647
34647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34648
34648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34649
|
-
* Copyright (c) 2013-
|
|
34649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34650
34650
|
*/
|
|
34651
34651
|
module.exports = {
|
|
34652
34652
|
'Line height': 'Altura da linha'
|
|
@@ -34663,7 +34663,7 @@ module.exports = {
|
|
|
34663
34663
|
/*!
|
|
34664
34664
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34665
34665
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34666
|
-
* Copyright (c) 2013-
|
|
34666
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34667
34667
|
*/
|
|
34668
34668
|
module.exports = {
|
|
34669
34669
|
'Line height': 'Высота линии'
|
|
@@ -34680,7 +34680,7 @@ module.exports = {
|
|
|
34680
34680
|
/*!
|
|
34681
34681
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34682
34682
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34683
|
-
* Copyright (c) 2013-
|
|
34683
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34684
34684
|
*/
|
|
34685
34685
|
module.exports = {
|
|
34686
34686
|
'Line height': 'Çizgi yüksekliği'
|
|
@@ -34697,7 +34697,7 @@ module.exports = {
|
|
|
34697
34697
|
/*!
|
|
34698
34698
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34699
34699
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34700
|
-
* Copyright (c) 2013-
|
|
34700
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34701
34701
|
*/
|
|
34702
34702
|
module.exports = {
|
|
34703
34703
|
'Line height': 'Висота лінії'
|
|
@@ -34714,7 +34714,7 @@ module.exports = {
|
|
|
34714
34714
|
/*!
|
|
34715
34715
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34716
34716
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34717
|
-
* Copyright (c) 2013-
|
|
34717
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34718
34718
|
*/
|
|
34719
34719
|
module.exports = {
|
|
34720
34720
|
'Line height': '线高'
|
|
@@ -34731,7 +34731,7 @@ module.exports = {
|
|
|
34731
34731
|
/*!
|
|
34732
34732
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34733
34733
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34734
|
-
* Copyright (c) 2013-
|
|
34734
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34735
34735
|
*/
|
|
34736
34736
|
module.exports = {
|
|
34737
34737
|
'Line height': '行高'
|
|
@@ -34756,7 +34756,7 @@ module.exports = {
|
|
|
34756
34756
|
/*!
|
|
34757
34757
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34758
34758
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34759
|
-
* Copyright (c) 2013-
|
|
34759
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34760
34760
|
*/
|
|
34761
34761
|
|
|
34762
34762
|
|
|
@@ -34845,7 +34845,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
|
|
|
34845
34845
|
/*!
|
|
34846
34846
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34847
34847
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34848
|
-
* Copyright (c) 2013-
|
|
34848
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34849
34849
|
*/
|
|
34850
34850
|
|
|
34851
34851
|
|
|
@@ -34908,7 +34908,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
|
|
|
34908
34908
|
/*!
|
|
34909
34909
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34910
34910
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34911
|
-
* Copyright (c) 2013-
|
|
34911
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34912
34912
|
*/
|
|
34913
34913
|
|
|
34914
34914
|
|
|
@@ -35239,7 +35239,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
|
|
|
35239
35239
|
/*!
|
|
35240
35240
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35241
35241
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35242
|
-
* Copyright (c) 2013-
|
|
35242
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35243
35243
|
*/
|
|
35244
35244
|
|
|
35245
35245
|
|
|
@@ -35332,7 +35332,7 @@ const formTemplate = (editor) => {
|
|
|
35332
35332
|
/*!
|
|
35333
35333
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35334
35334
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35335
|
-
* Copyright (c) 2013-
|
|
35335
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35336
35336
|
*/
|
|
35337
35337
|
/**
|
|
35338
35338
|
* @module plugins/media
|
|
@@ -35357,7 +35357,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
|
|
|
35357
35357
|
/*!
|
|
35358
35358
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35359
35359
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35360
|
-
* Copyright (c) 2013-
|
|
35360
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35361
35361
|
*/
|
|
35362
35362
|
|
|
35363
35363
|
|
|
@@ -35438,7 +35438,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
|
|
|
35438
35438
|
/*!
|
|
35439
35439
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35440
35440
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35441
|
-
* Copyright (c) 2013-
|
|
35441
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35442
35442
|
*/
|
|
35443
35443
|
|
|
35444
35444
|
|
|
@@ -35593,7 +35593,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
|
|
|
35593
35593
|
/*!
|
|
35594
35594
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35595
35595
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35596
|
-
* Copyright (c) 2013-
|
|
35596
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35597
35597
|
*/
|
|
35598
35598
|
|
|
35599
35599
|
|
|
@@ -35678,7 +35678,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
|
|
|
35678
35678
|
/*!
|
|
35679
35679
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35680
35680
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35681
|
-
* Copyright (c) 2013-
|
|
35681
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35682
35682
|
*/
|
|
35683
35683
|
|
|
35684
35684
|
|
|
@@ -35735,7 +35735,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
|
|
|
35735
35735
|
/*!
|
|
35736
35736
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35737
35737
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35738
|
-
* Copyright (c) 2013-
|
|
35738
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35739
35739
|
*/
|
|
35740
35740
|
|
|
35741
35741
|
|
|
@@ -35795,7 +35795,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
|
|
|
35795
35795
|
/*!
|
|
35796
35796
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35797
35797
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35798
|
-
* Copyright (c) 2013-
|
|
35798
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35799
35799
|
*/
|
|
35800
35800
|
|
|
35801
35801
|
|
|
@@ -35827,7 +35827,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
|
|
|
35827
35827
|
/*!
|
|
35828
35828
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35829
35829
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35830
|
-
* Copyright (c) 2013-
|
|
35830
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35831
35831
|
*/
|
|
35832
35832
|
|
|
35833
35833
|
|
|
@@ -35907,7 +35907,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
|
|
|
35907
35907
|
/*!
|
|
35908
35908
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35909
35909
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35910
|
-
* Copyright (c) 2013-
|
|
35910
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35911
35911
|
*/
|
|
35912
35912
|
|
|
35913
35913
|
|
|
@@ -36083,7 +36083,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
|
|
|
36083
36083
|
/*!
|
|
36084
36084
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36085
36085
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36086
|
-
* Copyright (c) 2013-
|
|
36086
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36087
36087
|
*/
|
|
36088
36088
|
|
|
36089
36089
|
|
|
@@ -36184,7 +36184,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
|
|
|
36184
36184
|
/*!
|
|
36185
36185
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36186
36186
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36187
|
-
* Copyright (c) 2013-
|
|
36187
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36188
36188
|
*/
|
|
36189
36189
|
|
|
36190
36190
|
|
|
@@ -36306,7 +36306,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
|
|
|
36306
36306
|
/*!
|
|
36307
36307
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36308
36308
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36309
|
-
* Copyright (c) 2013-
|
|
36309
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36310
36310
|
*/
|
|
36311
36311
|
|
|
36312
36312
|
|
|
@@ -36482,7 +36482,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
|
|
|
36482
36482
|
/*!
|
|
36483
36483
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36484
36484
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36485
|
-
* Copyright (c) 2013-
|
|
36485
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36486
36486
|
*/
|
|
36487
36487
|
/**
|
|
36488
36488
|
* @module plugins/placeholder
|
|
@@ -36513,7 +36513,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
|
|
|
36513
36513
|
/*!
|
|
36514
36514
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36515
36515
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36516
|
-
* Copyright (c) 2013-
|
|
36516
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36517
36517
|
*/
|
|
36518
36518
|
|
|
36519
36519
|
|
|
@@ -36676,7 +36676,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
|
|
|
36676
36676
|
/*!
|
|
36677
36677
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36678
36678
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36679
|
-
* Copyright (c) 2013-
|
|
36679
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36680
36680
|
*/
|
|
36681
36681
|
|
|
36682
36682
|
function poweredByJodit(jodit) {
|
|
@@ -36715,7 +36715,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
|
|
|
36715
36715
|
/*!
|
|
36716
36716
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36717
36717
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36718
|
-
* Copyright (c) 2013-
|
|
36718
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36719
36719
|
*/
|
|
36720
36720
|
|
|
36721
36721
|
|
|
@@ -36758,7 +36758,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
|
|
|
36758
36758
|
/*!
|
|
36759
36759
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36760
36760
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36761
|
-
* Copyright (c) 2013-
|
|
36761
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36762
36762
|
*/
|
|
36763
36763
|
|
|
36764
36764
|
/**
|
|
@@ -36879,7 +36879,7 @@ function generateCriticalCSS(jodit) {
|
|
|
36879
36879
|
/*!
|
|
36880
36880
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36881
36881
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36882
|
-
* Copyright (c) 2013-
|
|
36882
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36883
36883
|
*/
|
|
36884
36884
|
|
|
36885
36885
|
|
|
@@ -36966,7 +36966,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
|
|
|
36966
36966
|
/*!
|
|
36967
36967
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36968
36968
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36969
|
-
* Copyright (c) 2013-
|
|
36969
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36970
36970
|
*/
|
|
36971
36971
|
|
|
36972
36972
|
|
|
@@ -37035,7 +37035,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
|
|
|
37035
37035
|
/*!
|
|
37036
37036
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37037
37037
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37038
|
-
* Copyright (c) 2013-
|
|
37038
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37039
37039
|
*/
|
|
37040
37040
|
/**
|
|
37041
37041
|
* @module plugins/resize-cells
|
|
@@ -37062,7 +37062,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
|
|
|
37062
37062
|
/*!
|
|
37063
37063
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37064
37064
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37065
|
-
* Copyright (c) 2013-
|
|
37065
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37066
37066
|
*/
|
|
37067
37067
|
|
|
37068
37068
|
|
|
@@ -37374,7 +37374,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
|
|
|
37374
37374
|
/*!
|
|
37375
37375
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37376
37376
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37377
|
-
* Copyright (c) 2013-
|
|
37377
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37378
37378
|
*/
|
|
37379
37379
|
/**
|
|
37380
37380
|
* @module plugins/resize-handler
|
|
@@ -37401,7 +37401,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
|
|
|
37401
37401
|
/*!
|
|
37402
37402
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37403
37403
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37404
|
-
* Copyright (c) 2013-
|
|
37404
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37405
37405
|
*/
|
|
37406
37406
|
|
|
37407
37407
|
|
|
@@ -37515,7 +37515,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
|
|
|
37515
37515
|
/*!
|
|
37516
37516
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37517
37517
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37518
|
-
* Copyright (c) 2013-
|
|
37518
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37519
37519
|
*/
|
|
37520
37520
|
|
|
37521
37521
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
|
|
@@ -37547,7 +37547,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
|
|
|
37547
37547
|
/*!
|
|
37548
37548
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37549
37549
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37550
|
-
* Copyright (c) 2013-
|
|
37550
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37551
37551
|
*/
|
|
37552
37552
|
|
|
37553
37553
|
|
|
@@ -38020,7 +38020,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
|
|
|
38020
38020
|
/*!
|
|
38021
38021
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38022
38022
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38023
|
-
* Copyright (c) 2013-
|
|
38023
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38024
38024
|
*/
|
|
38025
38025
|
|
|
38026
38026
|
|
|
@@ -38081,7 +38081,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
|
|
|
38081
38081
|
/*!
|
|
38082
38082
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38083
38083
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38084
|
-
* Copyright (c) 2013-
|
|
38084
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38085
38085
|
*/
|
|
38086
38086
|
|
|
38087
38087
|
|
|
@@ -38236,7 +38236,7 @@ function normalizeRanges(rng, restRanges, ci) {
|
|
|
38236
38236
|
/*!
|
|
38237
38237
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38238
38238
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38239
|
-
* Copyright (c) 2013-
|
|
38239
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38240
38240
|
*/
|
|
38241
38241
|
/**
|
|
38242
38242
|
* @module plugins/search
|
|
@@ -38258,7 +38258,7 @@ function normalizeRanges(rng, restRanges, ci) {
|
|
|
38258
38258
|
/*!
|
|
38259
38259
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38260
38260
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38261
|
-
* Copyright (c) 2013-
|
|
38261
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38262
38262
|
*/
|
|
38263
38263
|
|
|
38264
38264
|
class SentenceFinder {
|
|
@@ -38337,7 +38337,7 @@ class SentenceFinder {
|
|
|
38337
38337
|
/*!
|
|
38338
38338
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38339
38339
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38340
|
-
* Copyright (c) 2013-
|
|
38340
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38341
38341
|
*/
|
|
38342
38342
|
|
|
38343
38343
|
|
|
@@ -38695,7 +38695,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
|
|
|
38695
38695
|
/*!
|
|
38696
38696
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38697
38697
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38698
|
-
* Copyright (c) 2013-
|
|
38698
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38699
38699
|
*/
|
|
38700
38700
|
|
|
38701
38701
|
|
|
@@ -38906,7 +38906,7 @@ UISearch = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
38906
38906
|
/*!
|
|
38907
38907
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38908
38908
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38909
|
-
* Copyright (c) 2013-
|
|
38909
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38910
38910
|
*/
|
|
38911
38911
|
/**
|
|
38912
38912
|
* @module plugins/select-cells
|
|
@@ -38934,7 +38934,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
|
|
|
38934
38934
|
/*!
|
|
38935
38935
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38936
38936
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38937
|
-
* Copyright (c) 2013-
|
|
38937
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38938
38938
|
*/
|
|
38939
38939
|
|
|
38940
38940
|
|
|
@@ -39269,7 +39269,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
|
|
|
39269
39269
|
/*!
|
|
39270
39270
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39271
39271
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39272
|
-
* Copyright (c) 2013-
|
|
39272
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39273
39273
|
*/
|
|
39274
39274
|
/**
|
|
39275
39275
|
* @module plugins/select
|
|
@@ -39299,7 +39299,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
|
|
|
39299
39299
|
/*!
|
|
39300
39300
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39301
39301
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39302
|
-
* Copyright (c) 2013-
|
|
39302
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39303
39303
|
*/
|
|
39304
39304
|
|
|
39305
39305
|
|
|
@@ -39440,7 +39440,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
|
|
|
39440
39440
|
/*!
|
|
39441
39441
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39442
39442
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39443
|
-
* Copyright (c) 2013-
|
|
39443
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39444
39444
|
*/
|
|
39445
39445
|
/**
|
|
39446
39446
|
* @module plugins/size
|
|
@@ -39489,7 +39489,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
|
|
|
39489
39489
|
/*!
|
|
39490
39490
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39491
39491
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39492
|
-
* Copyright (c) 2013-
|
|
39492
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39493
39493
|
*/
|
|
39494
39494
|
|
|
39495
39495
|
|
|
@@ -39667,7 +39667,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
|
|
|
39667
39667
|
/*!
|
|
39668
39668
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39669
39669
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39670
|
-
* Copyright (c) 2013-
|
|
39670
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39671
39671
|
*/
|
|
39672
39672
|
|
|
39673
39673
|
|
|
@@ -39732,7 +39732,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
|
|
|
39732
39732
|
/*!
|
|
39733
39733
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39734
39734
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39735
|
-
* Copyright (c) 2013-
|
|
39735
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39736
39736
|
*/
|
|
39737
39737
|
|
|
39738
39738
|
|
|
@@ -39965,7 +39965,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
|
|
|
39965
39965
|
/*!
|
|
39966
39966
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39967
39967
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39968
|
-
* Copyright (c) 2013-
|
|
39968
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39969
39969
|
*/
|
|
39970
39970
|
|
|
39971
39971
|
|
|
@@ -40083,7 +40083,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
|
|
|
40083
40083
|
/*!
|
|
40084
40084
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40085
40085
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40086
|
-
* Copyright (c) 2013-
|
|
40086
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40087
40087
|
*/
|
|
40088
40088
|
/**
|
|
40089
40089
|
* @module plugins/source
|
|
@@ -40107,7 +40107,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
|
|
|
40107
40107
|
/*!
|
|
40108
40108
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40109
40109
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40110
|
-
* Copyright (c) 2013-
|
|
40110
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40111
40111
|
*/
|
|
40112
40112
|
|
|
40113
40113
|
|
|
@@ -40147,7 +40147,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
|
|
|
40147
40147
|
/*!
|
|
40148
40148
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40149
40149
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40150
|
-
* Copyright (c) 2013-
|
|
40150
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40151
40151
|
*/
|
|
40152
40152
|
class SourceEditor {
|
|
40153
40153
|
constructor(jodit, container, toWYSIWYG, fromWYSIWYG) {
|
|
@@ -40199,7 +40199,7 @@ class SourceEditor {
|
|
|
40199
40199
|
/*!
|
|
40200
40200
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40201
40201
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40202
|
-
* Copyright (c) 2013-
|
|
40202
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40203
40203
|
*/
|
|
40204
40204
|
|
|
40205
40205
|
|
|
@@ -40517,7 +40517,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
|
|
|
40517
40517
|
/*!
|
|
40518
40518
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40519
40519
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40520
|
-
* Copyright (c) 2013-
|
|
40520
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40521
40521
|
*/
|
|
40522
40522
|
|
|
40523
40523
|
|
|
@@ -40545,7 +40545,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.spe
|
|
|
40545
40545
|
/*!
|
|
40546
40546
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40547
40547
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40548
|
-
* Copyright (c) 2013-
|
|
40548
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40549
40549
|
*/
|
|
40550
40550
|
module.exports = {
|
|
40551
40551
|
Spellcheck: 'التدقيق الإملائي'
|
|
@@ -40562,7 +40562,7 @@ module.exports = {
|
|
|
40562
40562
|
/*!
|
|
40563
40563
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40564
40564
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40565
|
-
* Copyright (c) 2013-
|
|
40565
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40566
40566
|
*/
|
|
40567
40567
|
module.exports = {
|
|
40568
40568
|
Spellcheck: 'Kontrola pravopisu'
|
|
@@ -40579,7 +40579,7 @@ module.exports = {
|
|
|
40579
40579
|
/*!
|
|
40580
40580
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40581
40581
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40582
|
-
* Copyright (c) 2013-
|
|
40582
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40583
40583
|
*/
|
|
40584
40584
|
module.exports = {
|
|
40585
40585
|
Spellcheck: 'Rechtschreibprüfung'
|
|
@@ -40596,7 +40596,7 @@ module.exports = {
|
|
|
40596
40596
|
/*!
|
|
40597
40597
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40598
40598
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40599
|
-
* Copyright (c) 2013-
|
|
40599
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40600
40600
|
*/
|
|
40601
40601
|
module.exports = {
|
|
40602
40602
|
Spellcheck: 'Corrección ortográfica'
|
|
@@ -40613,7 +40613,7 @@ module.exports = {
|
|
|
40613
40613
|
/*!
|
|
40614
40614
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40615
40615
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40616
|
-
* Copyright (c) 2013-
|
|
40616
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40617
40617
|
*/
|
|
40618
40618
|
module.exports = {
|
|
40619
40619
|
Spellcheck: 'غلطیابی املایی'
|
|
@@ -40630,7 +40630,7 @@ module.exports = {
|
|
|
40630
40630
|
/*!
|
|
40631
40631
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40632
40632
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40633
|
-
* Copyright (c) 2013-
|
|
40633
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40634
40634
|
*/
|
|
40635
40635
|
module.exports = {
|
|
40636
40636
|
Spellcheck: 'Oikeinkirjoituksen tarkistus'
|
|
@@ -40647,7 +40647,7 @@ module.exports = {
|
|
|
40647
40647
|
/*!
|
|
40648
40648
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40649
40649
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40650
|
-
* Copyright (c) 2013-
|
|
40650
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40651
40651
|
*/
|
|
40652
40652
|
module.exports = {
|
|
40653
40653
|
Spellcheck: 'Vérification Orthographique'
|
|
@@ -40664,7 +40664,7 @@ module.exports = {
|
|
|
40664
40664
|
/*!
|
|
40665
40665
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40666
40666
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40667
|
-
* Copyright (c) 2013-
|
|
40667
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40668
40668
|
*/
|
|
40669
40669
|
module.exports = {
|
|
40670
40670
|
Spellcheck: 'בדיקת איות'
|
|
@@ -40681,7 +40681,7 @@ module.exports = {
|
|
|
40681
40681
|
/*!
|
|
40682
40682
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40683
40683
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40684
|
-
* Copyright (c) 2013-
|
|
40684
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40685
40685
|
*/
|
|
40686
40686
|
module.exports = {
|
|
40687
40687
|
Spellcheck: 'Helyesírás-ellenőrzés'
|
|
@@ -40698,7 +40698,7 @@ module.exports = {
|
|
|
40698
40698
|
/*!
|
|
40699
40699
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40700
40700
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40701
|
-
* Copyright (c) 2013-
|
|
40701
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40702
40702
|
*/
|
|
40703
40703
|
module.exports = {
|
|
40704
40704
|
Spellcheck: 'Spellchecking'
|
|
@@ -40783,7 +40783,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40783
40783
|
/*!
|
|
40784
40784
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40785
40785
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40786
|
-
* Copyright (c) 2013-
|
|
40786
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40787
40787
|
*/
|
|
40788
40788
|
|
|
40789
40789
|
|
|
@@ -40820,7 +40820,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40820
40820
|
/*!
|
|
40821
40821
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40822
40822
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40823
|
-
* Copyright (c) 2013-
|
|
40823
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40824
40824
|
*/
|
|
40825
40825
|
module.exports = {
|
|
40826
40826
|
Spellcheck: 'Controllo ortografico'
|
|
@@ -40837,7 +40837,7 @@ module.exports = {
|
|
|
40837
40837
|
/*!
|
|
40838
40838
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40839
40839
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40840
|
-
* Copyright (c) 2013-
|
|
40840
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40841
40841
|
*/
|
|
40842
40842
|
module.exports = {
|
|
40843
40843
|
Spellcheck: 'スペルチェック'
|
|
@@ -40854,7 +40854,7 @@ module.exports = {
|
|
|
40854
40854
|
/*!
|
|
40855
40855
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40856
40856
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40857
|
-
* Copyright (c) 2013-
|
|
40857
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40858
40858
|
*/
|
|
40859
40859
|
module.exports = {
|
|
40860
40860
|
Spellcheck: '맞춤법 검사'
|
|
@@ -40871,7 +40871,7 @@ module.exports = {
|
|
|
40871
40871
|
/*!
|
|
40872
40872
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40873
40873
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40874
|
-
* Copyright (c) 2013-
|
|
40874
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40875
40875
|
*/
|
|
40876
40876
|
module.exports = {
|
|
40877
40877
|
Spellcheck: 'Дүрмийн алдаа шалгах'
|
|
@@ -40888,7 +40888,7 @@ module.exports = {
|
|
|
40888
40888
|
/*!
|
|
40889
40889
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40890
40890
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40891
|
-
* Copyright (c) 2013-
|
|
40891
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40892
40892
|
*/
|
|
40893
40893
|
module.exports = {
|
|
40894
40894
|
Spellcheck: 'Spellingcontrole'
|
|
@@ -40905,7 +40905,7 @@ module.exports = {
|
|
|
40905
40905
|
/*!
|
|
40906
40906
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40907
40907
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40908
|
-
* Copyright (c) 2013-
|
|
40908
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40909
40909
|
*/
|
|
40910
40910
|
module.exports = {
|
|
40911
40911
|
Spellcheck: 'Sprawdzanie pisowni'
|
|
@@ -40922,7 +40922,7 @@ module.exports = {
|
|
|
40922
40922
|
/*!
|
|
40923
40923
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40924
40924
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40925
|
-
* Copyright (c) 2013-
|
|
40925
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40926
40926
|
*/
|
|
40927
40927
|
module.exports = {
|
|
40928
40928
|
Spellcheck: 'Verificação ortográfica'
|
|
@@ -40939,7 +40939,7 @@ module.exports = {
|
|
|
40939
40939
|
/*!
|
|
40940
40940
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40941
40941
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40942
|
-
* Copyright (c) 2013-
|
|
40942
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40943
40943
|
*/
|
|
40944
40944
|
module.exports = {
|
|
40945
40945
|
Spellcheck: 'Проверка орфографии'
|
|
@@ -40956,7 +40956,7 @@ module.exports = {
|
|
|
40956
40956
|
/*!
|
|
40957
40957
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40958
40958
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40959
|
-
* Copyright (c) 2013-
|
|
40959
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40960
40960
|
*/
|
|
40961
40961
|
module.exports = {
|
|
40962
40962
|
Spellcheck: 'Yazım denetimi'
|
|
@@ -40973,7 +40973,7 @@ module.exports = {
|
|
|
40973
40973
|
/*!
|
|
40974
40974
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40975
40975
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40976
|
-
* Copyright (c) 2013-
|
|
40976
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40977
40977
|
*/
|
|
40978
40978
|
module.exports = {
|
|
40979
40979
|
Spellcheck: 'Перевірка орфографії'
|
|
@@ -40990,7 +40990,7 @@ module.exports = {
|
|
|
40990
40990
|
/*!
|
|
40991
40991
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40992
40992
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40993
|
-
* Copyright (c) 2013-
|
|
40993
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40994
40994
|
*/
|
|
40995
40995
|
module.exports = {
|
|
40996
40996
|
Spellcheck: '拼写检查'
|
|
@@ -41007,7 +41007,7 @@ module.exports = {
|
|
|
41007
41007
|
/*!
|
|
41008
41008
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41009
41009
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41010
|
-
* Copyright (c) 2013-
|
|
41010
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41011
41011
|
*/
|
|
41012
41012
|
module.exports = {
|
|
41013
41013
|
Spellcheck: '拼字檢查'
|
|
@@ -41031,7 +41031,7 @@ module.exports = {
|
|
|
41031
41031
|
/*!
|
|
41032
41032
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41033
41033
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41034
|
-
* Copyright (c) 2013-
|
|
41034
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41035
41035
|
*/
|
|
41036
41036
|
|
|
41037
41037
|
|
|
@@ -41081,7 +41081,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
|
|
|
41081
41081
|
/*!
|
|
41082
41082
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41083
41083
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41084
|
-
* Copyright (c) 2013-
|
|
41084
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41085
41085
|
*/
|
|
41086
41086
|
/**
|
|
41087
41087
|
* @module plugins/stat
|
|
@@ -41108,7 +41108,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
|
|
|
41108
41108
|
/*!
|
|
41109
41109
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41110
41110
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41111
|
-
* Copyright (c) 2013-
|
|
41111
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41112
41112
|
*/
|
|
41113
41113
|
|
|
41114
41114
|
|
|
@@ -41189,7 +41189,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
|
|
|
41189
41189
|
/*!
|
|
41190
41190
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41191
41191
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41192
|
-
* Copyright (c) 2013-
|
|
41192
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41193
41193
|
*/
|
|
41194
41194
|
/**
|
|
41195
41195
|
* @module plugins/sticky
|
|
@@ -41218,7 +41218,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
|
|
|
41218
41218
|
/*!
|
|
41219
41219
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41220
41220
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41221
|
-
* Copyright (c) 2013-
|
|
41221
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41222
41222
|
*/
|
|
41223
41223
|
|
|
41224
41224
|
|
|
@@ -41342,7 +41342,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
|
|
|
41342
41342
|
/*!
|
|
41343
41343
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41344
41344
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41345
|
-
* Copyright (c) 2013-
|
|
41345
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41346
41346
|
*/
|
|
41347
41347
|
|
|
41348
41348
|
|
|
@@ -41595,7 +41595,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.sym
|
|
|
41595
41595
|
/*!
|
|
41596
41596
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41597
41597
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41598
|
-
* Copyright (c) 2013-
|
|
41598
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41599
41599
|
*/
|
|
41600
41600
|
module.exports = {
|
|
41601
41601
|
symbols: 'رمز'
|
|
@@ -41612,7 +41612,7 @@ module.exports = {
|
|
|
41612
41612
|
/*!
|
|
41613
41613
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41614
41614
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41615
|
-
* Copyright (c) 2013-
|
|
41615
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41616
41616
|
*/
|
|
41617
41617
|
module.exports = {
|
|
41618
41618
|
symbols: 'symbol'
|
|
@@ -41629,7 +41629,7 @@ module.exports = {
|
|
|
41629
41629
|
/*!
|
|
41630
41630
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41631
41631
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41632
|
-
* Copyright (c) 2013-
|
|
41632
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41633
41633
|
*/
|
|
41634
41634
|
module.exports = {
|
|
41635
41635
|
symbols: 'Symbol'
|
|
@@ -41646,7 +41646,7 @@ module.exports = {
|
|
|
41646
41646
|
/*!
|
|
41647
41647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41648
41648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41649
|
-
* Copyright (c) 2013-
|
|
41649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41650
41650
|
*/
|
|
41651
41651
|
module.exports = {
|
|
41652
41652
|
symbols: 'Símbolo'
|
|
@@ -41663,7 +41663,7 @@ module.exports = {
|
|
|
41663
41663
|
/*!
|
|
41664
41664
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41665
41665
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41666
|
-
* Copyright (c) 2013-
|
|
41666
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41667
41667
|
*/
|
|
41668
41668
|
module.exports = {
|
|
41669
41669
|
symbols: 'سمبل'
|
|
@@ -41680,7 +41680,7 @@ module.exports = {
|
|
|
41680
41680
|
/*!
|
|
41681
41681
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41682
41682
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41683
|
-
* Copyright (c) 2013-
|
|
41683
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41684
41684
|
*/
|
|
41685
41685
|
module.exports = {
|
|
41686
41686
|
symbols: 'Symbolit'
|
|
@@ -41697,7 +41697,7 @@ module.exports = {
|
|
|
41697
41697
|
/*!
|
|
41698
41698
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41699
41699
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41700
|
-
* Copyright (c) 2013-
|
|
41700
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41701
41701
|
*/
|
|
41702
41702
|
module.exports = {
|
|
41703
41703
|
symbols: 'caractère'
|
|
@@ -41714,7 +41714,7 @@ module.exports = {
|
|
|
41714
41714
|
/*!
|
|
41715
41715
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41716
41716
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41717
|
-
* Copyright (c) 2013-
|
|
41717
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41718
41718
|
*/
|
|
41719
41719
|
module.exports = {
|
|
41720
41720
|
symbols: 'תו מיוחד'
|
|
@@ -41731,7 +41731,7 @@ module.exports = {
|
|
|
41731
41731
|
/*!
|
|
41732
41732
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41733
41733
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41734
|
-
* Copyright (c) 2013-
|
|
41734
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41735
41735
|
*/
|
|
41736
41736
|
module.exports = {
|
|
41737
41737
|
symbols: 'Szimbólum'
|
|
@@ -41748,7 +41748,7 @@ module.exports = {
|
|
|
41748
41748
|
/*!
|
|
41749
41749
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41750
41750
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41751
|
-
* Copyright (c) 2013-
|
|
41751
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41752
41752
|
*/
|
|
41753
41753
|
module.exports = {
|
|
41754
41754
|
symbols: 'simbol'
|
|
@@ -41833,7 +41833,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41833
41833
|
/*!
|
|
41834
41834
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41835
41835
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41836
|
-
* Copyright (c) 2013-
|
|
41836
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41837
41837
|
*/
|
|
41838
41838
|
|
|
41839
41839
|
|
|
@@ -41870,7 +41870,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41870
41870
|
/*!
|
|
41871
41871
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41872
41872
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41873
|
-
* Copyright (c) 2013-
|
|
41873
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41874
41874
|
*/
|
|
41875
41875
|
module.exports = {
|
|
41876
41876
|
symbols: 'Simbolo'
|
|
@@ -41887,7 +41887,7 @@ module.exports = {
|
|
|
41887
41887
|
/*!
|
|
41888
41888
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41889
41889
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41890
|
-
* Copyright (c) 2013-
|
|
41890
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41891
41891
|
*/
|
|
41892
41892
|
module.exports = {
|
|
41893
41893
|
symbols: 'symbol'
|
|
@@ -41904,7 +41904,7 @@ module.exports = {
|
|
|
41904
41904
|
/*!
|
|
41905
41905
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41906
41906
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41907
|
-
* Copyright (c) 2013-
|
|
41907
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41908
41908
|
*/
|
|
41909
41909
|
module.exports = {
|
|
41910
41910
|
symbols: '기호'
|
|
@@ -41921,7 +41921,7 @@ module.exports = {
|
|
|
41921
41921
|
/*!
|
|
41922
41922
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41923
41923
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41924
|
-
* Copyright (c) 2013-
|
|
41924
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41925
41925
|
*/
|
|
41926
41926
|
module.exports = {
|
|
41927
41927
|
symbols: 'тэмдэгт'
|
|
@@ -41938,7 +41938,7 @@ module.exports = {
|
|
|
41938
41938
|
/*!
|
|
41939
41939
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41940
41940
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41941
|
-
* Copyright (c) 2013-
|
|
41941
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41942
41942
|
*/
|
|
41943
41943
|
module.exports = {
|
|
41944
41944
|
symbols: 'symbool'
|
|
@@ -41955,7 +41955,7 @@ module.exports = {
|
|
|
41955
41955
|
/*!
|
|
41956
41956
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41957
41957
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41958
|
-
* Copyright (c) 2013-
|
|
41958
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41959
41959
|
*/
|
|
41960
41960
|
module.exports = {
|
|
41961
41961
|
symbols: 'symbol'
|
|
@@ -41972,7 +41972,7 @@ module.exports = {
|
|
|
41972
41972
|
/*!
|
|
41973
41973
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41974
41974
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41975
|
-
* Copyright (c) 2013-
|
|
41975
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41976
41976
|
*/
|
|
41977
41977
|
module.exports = {
|
|
41978
41978
|
symbols: 'Símbolo'
|
|
@@ -41989,7 +41989,7 @@ module.exports = {
|
|
|
41989
41989
|
/*!
|
|
41990
41990
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41991
41991
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41992
|
-
* Copyright (c) 2013-
|
|
41992
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41993
41993
|
*/
|
|
41994
41994
|
module.exports = {
|
|
41995
41995
|
symbols: 'символ'
|
|
@@ -42006,7 +42006,7 @@ module.exports = {
|
|
|
42006
42006
|
/*!
|
|
42007
42007
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42008
42008
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42009
|
-
* Copyright (c) 2013-
|
|
42009
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42010
42010
|
*/
|
|
42011
42011
|
module.exports = {
|
|
42012
42012
|
symbols: 'Sembol'
|
|
@@ -42023,7 +42023,7 @@ module.exports = {
|
|
|
42023
42023
|
/*!
|
|
42024
42024
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42025
42025
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42026
|
-
* Copyright (c) 2013-
|
|
42026
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42027
42027
|
*/
|
|
42028
42028
|
module.exports = {
|
|
42029
42029
|
symbols: 'символ'
|
|
@@ -42040,7 +42040,7 @@ module.exports = {
|
|
|
42040
42040
|
/*!
|
|
42041
42041
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42042
42042
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42043
|
-
* Copyright (c) 2013-
|
|
42043
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42044
42044
|
*/
|
|
42045
42045
|
module.exports = {
|
|
42046
42046
|
symbols: '符号'
|
|
@@ -42057,7 +42057,7 @@ module.exports = {
|
|
|
42057
42057
|
/*!
|
|
42058
42058
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42059
42059
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42060
|
-
* Copyright (c) 2013-
|
|
42060
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42061
42061
|
*/
|
|
42062
42062
|
module.exports = {
|
|
42063
42063
|
symbols: '符號'
|
|
@@ -42081,7 +42081,7 @@ module.exports = {
|
|
|
42081
42081
|
/*!
|
|
42082
42082
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42083
42083
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42084
|
-
* Copyright (c) 2013-
|
|
42084
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42085
42085
|
*/
|
|
42086
42086
|
|
|
42087
42087
|
|
|
@@ -42227,7 +42227,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
|
|
|
42227
42227
|
/*!
|
|
42228
42228
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42229
42229
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42230
|
-
* Copyright (c) 2013-
|
|
42230
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42231
42231
|
*/
|
|
42232
42232
|
/**
|
|
42233
42233
|
* @module plugins/tab
|
|
@@ -42250,7 +42250,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
|
|
|
42250
42250
|
/*!
|
|
42251
42251
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42252
42252
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42253
|
-
* Copyright (c) 2013-
|
|
42253
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42254
42254
|
*/
|
|
42255
42255
|
|
|
42256
42256
|
|
|
@@ -42364,7 +42364,7 @@ function removeNestedList(jodit, list, li) {
|
|
|
42364
42364
|
/*!
|
|
42365
42365
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42366
42366
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42367
|
-
* Copyright (c) 2013-
|
|
42367
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42368
42368
|
*/
|
|
42369
42369
|
/**
|
|
42370
42370
|
* @module plugins/tab
|
|
@@ -42391,7 +42391,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
|
|
|
42391
42391
|
/*!
|
|
42392
42392
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42393
42393
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42394
|
-
* Copyright (c) 2013-
|
|
42394
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42395
42395
|
*/
|
|
42396
42396
|
|
|
42397
42397
|
|
|
@@ -42446,7 +42446,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
|
|
|
42446
42446
|
/*!
|
|
42447
42447
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42448
42448
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42449
|
-
* Copyright (c) 2013-
|
|
42449
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42450
42450
|
*/
|
|
42451
42451
|
|
|
42452
42452
|
|
|
@@ -42581,7 +42581,7 @@ function findCell(editor, key) {
|
|
|
42581
42581
|
/*!
|
|
42582
42582
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42583
42583
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42584
|
-
* Copyright (c) 2013-
|
|
42584
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42585
42585
|
*/
|
|
42586
42586
|
|
|
42587
42587
|
|
|
@@ -42753,7 +42753,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
|
|
|
42753
42753
|
/*!
|
|
42754
42754
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42755
42755
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42756
|
-
* Copyright (c) 2013-
|
|
42756
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42757
42757
|
*/
|
|
42758
42758
|
|
|
42759
42759
|
|
|
@@ -42784,7 +42784,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
|
|
|
42784
42784
|
/*!
|
|
42785
42785
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42786
42786
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42787
|
-
* Copyright (c) 2013-
|
|
42787
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42788
42788
|
*/
|
|
42789
42789
|
|
|
42790
42790
|
|
|
@@ -42868,7 +42868,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
|
|
|
42868
42868
|
/*!
|
|
42869
42869
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42870
42870
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42871
|
-
* Copyright (c) 2013-
|
|
42871
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42872
42872
|
*/
|
|
42873
42873
|
|
|
42874
42874
|
|
|
@@ -42891,7 +42891,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
|
|
|
42891
42891
|
/*!
|
|
42892
42892
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42893
42893
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42894
|
-
* Copyright (c) 2013-
|
|
42894
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42895
42895
|
*/
|
|
42896
42896
|
|
|
42897
42897
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
|
|
@@ -42916,7 +42916,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
|
|
|
42916
42916
|
/*!
|
|
42917
42917
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42918
42918
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42919
|
-
* Copyright (c) 2013-
|
|
42919
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42920
42920
|
*/
|
|
42921
42921
|
|
|
42922
42922
|
|
|
@@ -43059,7 +43059,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
|
|
|
43059
43059
|
/*!
|
|
43060
43060
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
43061
43061
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
43062
|
-
* Copyright (c) 2013-
|
|
43062
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
43063
43063
|
*/
|
|
43064
43064
|
/**
|
|
43065
43065
|
* @module plugins/xpath
|
|
@@ -43085,7 +43085,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
|
|
|
43085
43085
|
/*!
|
|
43086
43086
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
43087
43087
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
43088
|
-
* Copyright (c) 2013-
|
|
43088
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
43089
43089
|
*/
|
|
43090
43090
|
|
|
43091
43091
|
|
|
@@ -43332,7 +43332,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
43332
43332
|
/*!
|
|
43333
43333
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
43334
43334
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
43335
|
-
* Copyright (c) 2013-
|
|
43335
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
43336
43336
|
*/
|
|
43337
43337
|
/**
|
|
43338
43338
|
* [[include:styles/icons/README.md]]
|
|
@@ -44686,7 +44686,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
44686
44686
|
/*!
|
|
44687
44687
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
44688
44688
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
44689
|
-
* Copyright (c) 2013-
|
|
44689
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
44690
44690
|
*/
|
|
44691
44691
|
/**
|
|
44692
44692
|
* [[include:README.md]]
|