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/es2015/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
|
|
|
@@ -1342,7 +1342,7 @@ class Async {
|
|
|
1342
1342
|
/*!
|
|
1343
1343
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1344
1344
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1345
|
-
* Copyright (c) 2013-
|
|
1345
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1346
1346
|
*/
|
|
1347
1347
|
/**
|
|
1348
1348
|
* @module async
|
|
@@ -1366,7 +1366,7 @@ class Async {
|
|
|
1366
1366
|
/*!
|
|
1367
1367
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1368
1368
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1369
|
-
* Copyright (c) 2013-
|
|
1369
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1370
1370
|
*/
|
|
1371
1371
|
|
|
1372
1372
|
|
|
@@ -1572,7 +1572,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
|
|
|
1572
1572
|
/*!
|
|
1573
1573
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1574
1574
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1575
|
-
* Copyright (c) 2013-
|
|
1575
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1576
1576
|
*/
|
|
1577
1577
|
/**
|
|
1578
1578
|
* @module component
|
|
@@ -1594,7 +1594,7 @@ Component.STATUSES = jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_1__/
|
|
|
1594
1594
|
/*!
|
|
1595
1595
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1596
1596
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1597
|
-
* Copyright (c) 2013-
|
|
1597
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1598
1598
|
*/
|
|
1599
1599
|
/**
|
|
1600
1600
|
* @module component
|
|
@@ -1620,7 +1620,7 @@ const STATUSES = {
|
|
|
1620
1620
|
/*!
|
|
1621
1621
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1622
1622
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1623
|
-
* Copyright (c) 2013-
|
|
1623
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1624
1624
|
*/
|
|
1625
1625
|
|
|
1626
1626
|
class ViewComponent extends _component__WEBPACK_IMPORTED_MODULE_0__/* .Component */ .u {
|
|
@@ -1733,9 +1733,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1733
1733
|
/*!
|
|
1734
1734
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1735
1735
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1736
|
-
* Copyright (c) 2013-
|
|
1736
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1737
1737
|
*/
|
|
1738
|
-
const APP_VERSION = "4.2.
|
|
1738
|
+
const APP_VERSION = "4.2.50";
|
|
1739
1739
|
// prettier-ignore
|
|
1740
1740
|
const ES = "es2015";
|
|
1741
1741
|
const IS_ES_MODERN = true;
|
|
@@ -1958,7 +1958,7 @@ const PASSIVE_EVENTS = new Set([
|
|
|
1958
1958
|
/*!
|
|
1959
1959
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1960
1960
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1961
|
-
* Copyright (c) 2013-
|
|
1961
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1962
1962
|
*/
|
|
1963
1963
|
|
|
1964
1964
|
|
|
@@ -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
|
|
|
@@ -2229,7 +2229,7 @@ function cacheHTML(target, _, descriptor) {
|
|
|
2229
2229
|
/*!
|
|
2230
2230
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2231
2231
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2232
|
-
* Copyright (c) 2013-
|
|
2232
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2233
2233
|
*/
|
|
2234
2234
|
/**
|
|
2235
2235
|
* Decorate components and set status isReady after constructor
|
|
@@ -2273,7 +2273,7 @@ function component(constructorFunction) {
|
|
|
2273
2273
|
/*!
|
|
2274
2274
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2275
2275
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2276
|
-
* Copyright (c) 2013-
|
|
2276
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2277
2277
|
*/
|
|
2278
2278
|
|
|
2279
2279
|
|
|
@@ -2328,7 +2328,7 @@ function throttle(timeout, firstCallImmediately = false) {
|
|
|
2328
2328
|
/*!
|
|
2329
2329
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2330
2330
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2331
|
-
* Copyright (c) 2013-
|
|
2331
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2332
2332
|
*/
|
|
2333
2333
|
/**
|
|
2334
2334
|
* [[include:core/decorators/derive/README.md]]
|
|
@@ -2377,7 +2377,7 @@ function derive(...traits) {
|
|
|
2377
2377
|
/*!
|
|
2378
2378
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2379
2379
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2380
|
-
* Copyright (c) 2013-
|
|
2380
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2381
2381
|
*/
|
|
2382
2382
|
|
|
2383
2383
|
|
|
@@ -2411,7 +2411,7 @@ function hook(status) {
|
|
|
2411
2411
|
/*!
|
|
2412
2412
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2413
2413
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2414
|
-
* Copyright (c) 2013-
|
|
2414
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2415
2415
|
*/
|
|
2416
2416
|
|
|
2417
2417
|
|
|
@@ -2468,7 +2468,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2468
2468
|
/*!
|
|
2469
2469
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2470
2470
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2471
|
-
* Copyright (c) 2013-
|
|
2471
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2472
2472
|
*/
|
|
2473
2473
|
/**
|
|
2474
2474
|
* [[include:core/decorators/README.md]]
|
|
@@ -2500,7 +2500,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2500
2500
|
/*!
|
|
2501
2501
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2502
2502
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2503
|
-
* Copyright (c) 2013-
|
|
2503
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2504
2504
|
*/
|
|
2505
2505
|
/**
|
|
2506
2506
|
* [[include:core/decorators/nonenumerable/README.md]]
|
|
@@ -2538,7 +2538,7 @@ const nonenumerable = (target, propertyKey) => {
|
|
|
2538
2538
|
/*!
|
|
2539
2539
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2540
2540
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2541
|
-
* Copyright (c) 2013-
|
|
2541
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2542
2542
|
*/
|
|
2543
2543
|
|
|
2544
2544
|
|
|
@@ -2575,7 +2575,7 @@ function persistent(target, propertyKey) {
|
|
|
2575
2575
|
/*!
|
|
2576
2576
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2577
2577
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2578
|
-
* Copyright (c) 2013-
|
|
2578
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2579
2579
|
*/
|
|
2580
2580
|
|
|
2581
2581
|
|
|
@@ -2627,7 +2627,7 @@ function wait(condition) {
|
|
|
2627
2627
|
/*!
|
|
2628
2628
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2629
2629
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2630
|
-
* Copyright (c) 2013-
|
|
2630
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2631
2631
|
*/
|
|
2632
2632
|
|
|
2633
2633
|
|
|
@@ -2749,7 +2749,7 @@ function watch(observeFields, opts) {
|
|
|
2749
2749
|
/*!
|
|
2750
2750
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
2751
2751
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
2752
|
-
* Copyright (c) 2013-
|
|
2752
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
2753
2753
|
*/
|
|
2754
2754
|
|
|
2755
2755
|
|
|
@@ -3478,7 +3478,7 @@ class Dom {
|
|
|
3478
3478
|
/*!
|
|
3479
3479
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3480
3480
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3481
|
-
* Copyright (c) 2013-
|
|
3481
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3482
3482
|
*/
|
|
3483
3483
|
/**
|
|
3484
3484
|
* @module dom
|
|
@@ -3503,7 +3503,7 @@ class Dom {
|
|
|
3503
3503
|
/*!
|
|
3504
3504
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3505
3505
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3506
|
-
* Copyright (c) 2013-
|
|
3506
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3507
3507
|
*/
|
|
3508
3508
|
|
|
3509
3509
|
|
|
@@ -3619,7 +3619,7 @@ class LazyWalker extends jodit_core_event_emitter_eventify__WEBPACK_IMPORTED_MOD
|
|
|
3619
3619
|
/*!
|
|
3620
3620
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3621
3621
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
3622
|
-
* Copyright (c) 2013-
|
|
3622
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
3623
3623
|
*/
|
|
3624
3624
|
|
|
3625
3625
|
|
|
@@ -4111,7 +4111,7 @@ function isDOMElement(subject) {
|
|
|
4111
4111
|
/*!
|
|
4112
4112
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4113
4113
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4114
|
-
* Copyright (c) 2013-
|
|
4114
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4115
4115
|
*/
|
|
4116
4116
|
/**
|
|
4117
4117
|
* Class for adding event handling capability
|
|
@@ -4190,7 +4190,7 @@ class Eventify {
|
|
|
4190
4190
|
/*!
|
|
4191
4191
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4192
4192
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4193
|
-
* Copyright (c) 2013-
|
|
4193
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4194
4194
|
*/
|
|
4195
4195
|
/**
|
|
4196
4196
|
* @module event-emitter
|
|
@@ -4217,7 +4217,7 @@ class Eventify {
|
|
|
4217
4217
|
/*!
|
|
4218
4218
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4219
4219
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4220
|
-
* Copyright (c) 2013-
|
|
4220
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4221
4221
|
*/
|
|
4222
4222
|
|
|
4223
4223
|
|
|
@@ -4376,7 +4376,7 @@ function observable(obj) {
|
|
|
4376
4376
|
/*!
|
|
4377
4377
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4378
4378
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4379
|
-
* Copyright (c) 2013-
|
|
4379
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4380
4380
|
*/
|
|
4381
4381
|
|
|
4382
4382
|
|
|
@@ -4472,7 +4472,7 @@ class EventHandlersStore {
|
|
|
4472
4472
|
/*!
|
|
4473
4473
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4474
4474
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4475
|
-
* Copyright (c) 2013-
|
|
4475
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4476
4476
|
*/
|
|
4477
4477
|
|
|
4478
4478
|
|
|
@@ -4590,7 +4590,7 @@ const eventEmitter = new _event_emitter__WEBPACK_IMPORTED_MODULE_4__/* .EventEmi
|
|
|
4590
4590
|
/*!
|
|
4591
4591
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4592
4592
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4593
|
-
* Copyright (c) 2013-
|
|
4593
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4594
4594
|
*/
|
|
4595
4595
|
/**
|
|
4596
4596
|
* @module helpers/array
|
|
@@ -4624,7 +4624,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
|
|
|
4624
4624
|
/*!
|
|
4625
4625
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4626
4626
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4627
|
-
* Copyright (c) 2013-
|
|
4627
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4628
4628
|
*/
|
|
4629
4629
|
/**
|
|
4630
4630
|
* @module helpers/array
|
|
@@ -4646,7 +4646,7 @@ const asArray = (a) => ((0,jodit_core_helpers_checker_is_array__WEBPACK_IMPORTED
|
|
|
4646
4646
|
/*!
|
|
4647
4647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4648
4648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4649
|
-
* Copyright (c) 2013-
|
|
4649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4650
4650
|
*/
|
|
4651
4651
|
/**
|
|
4652
4652
|
* Return an array from string or array
|
|
@@ -4674,7 +4674,7 @@ function splitArray(a) {
|
|
|
4674
4674
|
/*!
|
|
4675
4675
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4676
4676
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4677
|
-
* Copyright (c) 2013-
|
|
4677
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4678
4678
|
*/
|
|
4679
4679
|
/**
|
|
4680
4680
|
* @module helpers/array
|
|
@@ -4713,7 +4713,7 @@ const toArray = function toArray(...args) {
|
|
|
4713
4713
|
/*!
|
|
4714
4714
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4715
4715
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4716
|
-
* Copyright (c) 2013-
|
|
4716
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4717
4717
|
*/
|
|
4718
4718
|
/**
|
|
4719
4719
|
* @module helpers/async
|
|
@@ -4735,7 +4735,7 @@ const toArray = function toArray(...args) {
|
|
|
4735
4735
|
/*!
|
|
4736
4736
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4737
4737
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4738
|
-
* Copyright (c) 2013-
|
|
4738
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4739
4739
|
*/
|
|
4740
4740
|
/**
|
|
4741
4741
|
* @module helpers/async
|
|
@@ -4774,7 +4774,7 @@ function clearTimeout(timer) {
|
|
|
4774
4774
|
/*!
|
|
4775
4775
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4776
4776
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4777
|
-
* Copyright (c) 2013-
|
|
4777
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4778
4778
|
*/
|
|
4779
4779
|
/**
|
|
4780
4780
|
* @module helpers/checker
|
|
@@ -4863,7 +4863,7 @@ function hasBrowserColorPicker() {
|
|
|
4863
4863
|
/*!
|
|
4864
4864
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4865
4865
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4866
|
-
* Copyright (c) 2013-
|
|
4866
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4867
4867
|
*/
|
|
4868
4868
|
/**
|
|
4869
4869
|
* @module helpers/checker
|
|
@@ -4907,7 +4907,7 @@ function hasBrowserColorPicker() {
|
|
|
4907
4907
|
/*!
|
|
4908
4908
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4909
4909
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4910
|
-
* Copyright (c) 2013-
|
|
4910
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4911
4911
|
*/
|
|
4912
4912
|
function isAbortError(error) {
|
|
4913
4913
|
return (Boolean(error) &&
|
|
@@ -4928,7 +4928,7 @@ function isAbortError(error) {
|
|
|
4928
4928
|
/*!
|
|
4929
4929
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4930
4930
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4931
|
-
* Copyright (c) 2013-
|
|
4931
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4932
4932
|
*/
|
|
4933
4933
|
/**
|
|
4934
4934
|
* @module helpers/checker
|
|
@@ -4953,7 +4953,7 @@ function isArray(elm) {
|
|
|
4953
4953
|
/*!
|
|
4954
4954
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4955
4955
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4956
|
-
* Copyright (c) 2013-
|
|
4956
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4957
4957
|
*/
|
|
4958
4958
|
/**
|
|
4959
4959
|
* @module helpers/checker
|
|
@@ -4977,7 +4977,7 @@ function isBoolean(elm) {
|
|
|
4977
4977
|
/*!
|
|
4978
4978
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4979
4979
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4980
|
-
* Copyright (c) 2013-
|
|
4980
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4981
4981
|
*/
|
|
4982
4982
|
/**
|
|
4983
4983
|
* @module helpers/checker
|
|
@@ -5006,7 +5006,7 @@ function isFastEqual(a, b) {
|
|
|
5006
5006
|
/*!
|
|
5007
5007
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5008
5008
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5009
|
-
* Copyright (c) 2013-
|
|
5009
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5010
5010
|
*/
|
|
5011
5011
|
/**
|
|
5012
5012
|
* @module helpers/checker
|
|
@@ -5031,7 +5031,7 @@ function isFunction(value) {
|
|
|
5031
5031
|
/*!
|
|
5032
5032
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5033
5033
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5034
|
-
* Copyright (c) 2013-
|
|
5034
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5035
5035
|
*/
|
|
5036
5036
|
/**
|
|
5037
5037
|
* @module helpers/checker
|
|
@@ -5059,7 +5059,7 @@ function isHtmlFromWord(data) {
|
|
|
5059
5059
|
/*!
|
|
5060
5060
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5061
5061
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5062
|
-
* Copyright (c) 2013-
|
|
5062
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5063
5063
|
*/
|
|
5064
5064
|
/**
|
|
5065
5065
|
* @module helpers/checker
|
|
@@ -5089,7 +5089,7 @@ const isHTML = (str) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isString *
|
|
|
5089
5089
|
/*!
|
|
5090
5090
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5091
5091
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5092
|
-
* Copyright (c) 2013-
|
|
5092
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5093
5093
|
*/
|
|
5094
5094
|
|
|
5095
5095
|
|
|
@@ -5128,7 +5128,7 @@ function hasContainer(value) {
|
|
|
5128
5128
|
/*!
|
|
5129
5129
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5130
5130
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5131
|
-
* Copyright (c) 2013-
|
|
5131
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5132
5132
|
*/
|
|
5133
5133
|
/**
|
|
5134
5134
|
* @module helpers/checker
|
|
@@ -5159,7 +5159,7 @@ function isInt(value) {
|
|
|
5159
5159
|
/*!
|
|
5160
5160
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5161
5161
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5162
|
-
* Copyright (c) 2013-
|
|
5162
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5163
5163
|
*/
|
|
5164
5164
|
|
|
5165
5165
|
/**
|
|
@@ -5188,7 +5188,7 @@ function isJoditObject(jodit) {
|
|
|
5188
5188
|
/*!
|
|
5189
5189
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5190
5190
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5191
|
-
* Copyright (c) 2013-
|
|
5191
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5192
5192
|
*/
|
|
5193
5193
|
/**
|
|
5194
5194
|
* @module helpers/checker
|
|
@@ -5213,7 +5213,7 @@ const isLicense = (license) => (0,_is_string__WEBPACK_IMPORTED_MODULE_0__/* .isS
|
|
|
5213
5213
|
/*!
|
|
5214
5214
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5215
5215
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5216
|
-
* Copyright (c) 2013-
|
|
5216
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5217
5217
|
*/
|
|
5218
5218
|
|
|
5219
5219
|
|
|
@@ -5239,7 +5239,7 @@ function isMarker(elm) {
|
|
|
5239
5239
|
/*!
|
|
5240
5240
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5241
5241
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5242
|
-
* Copyright (c) 2013-
|
|
5242
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5243
5243
|
*/
|
|
5244
5244
|
/**
|
|
5245
5245
|
* @module helpers/checker
|
|
@@ -5267,7 +5267,7 @@ function isNativeFunction(f) {
|
|
|
5267
5267
|
/*!
|
|
5268
5268
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5269
5269
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5270
|
-
* Copyright (c) 2013-
|
|
5270
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5271
5271
|
*/
|
|
5272
5272
|
/**
|
|
5273
5273
|
* @module helpers/checker
|
|
@@ -5293,7 +5293,7 @@ function isNumber(value) {
|
|
|
5293
5293
|
/*!
|
|
5294
5294
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5295
5295
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5296
|
-
* Copyright (c) 2013-
|
|
5296
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5297
5297
|
*/
|
|
5298
5298
|
/**
|
|
5299
5299
|
* @module helpers/checker
|
|
@@ -5326,7 +5326,7 @@ function isNumeric(value) {
|
|
|
5326
5326
|
/*!
|
|
5327
5327
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5328
5328
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5329
|
-
* Copyright (c) 2013-
|
|
5329
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5330
5330
|
*/
|
|
5331
5331
|
|
|
5332
5332
|
/**
|
|
@@ -5353,7 +5353,7 @@ function isPlainObject(obj) {
|
|
|
5353
5353
|
/*!
|
|
5354
5354
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5355
5355
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5356
|
-
* Copyright (c) 2013-
|
|
5356
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5357
5357
|
*/
|
|
5358
5358
|
/**
|
|
5359
5359
|
* @module helpers/checker
|
|
@@ -5376,7 +5376,7 @@ function isPromise(val) {
|
|
|
5376
5376
|
/*!
|
|
5377
5377
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5378
5378
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5379
|
-
* Copyright (c) 2013-
|
|
5379
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5380
5380
|
*/
|
|
5381
5381
|
/**
|
|
5382
5382
|
* @module helpers/checker
|
|
@@ -5407,7 +5407,7 @@ function isSet(elm) {
|
|
|
5407
5407
|
/*!
|
|
5408
5408
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5409
5409
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5410
|
-
* Copyright (c) 2013-
|
|
5410
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5411
5411
|
*/
|
|
5412
5412
|
/**
|
|
5413
5413
|
* @module helpers/checker
|
|
@@ -5440,7 +5440,7 @@ function isStringArray(value) {
|
|
|
5440
5440
|
/*!
|
|
5441
5441
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5442
5442
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5443
|
-
* Copyright (c) 2013-
|
|
5443
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5444
5444
|
*/
|
|
5445
5445
|
/**
|
|
5446
5446
|
* @module helpers/checker
|
|
@@ -5480,7 +5480,7 @@ function isURL(str) {
|
|
|
5480
5480
|
/*!
|
|
5481
5481
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5482
5482
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5483
|
-
* Copyright (c) 2013-
|
|
5483
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5484
5484
|
*/
|
|
5485
5485
|
/**
|
|
5486
5486
|
* @module helpers/checker
|
|
@@ -5509,7 +5509,7 @@ function isValidName(name) {
|
|
|
5509
5509
|
/*!
|
|
5510
5510
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5511
5511
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5512
|
-
* Copyright (c) 2013-
|
|
5512
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5513
5513
|
*/
|
|
5514
5514
|
|
|
5515
5515
|
/**
|
|
@@ -5535,7 +5535,7 @@ function isViewObject(jodit) {
|
|
|
5535
5535
|
/*!
|
|
5536
5536
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5537
5537
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5538
|
-
* Copyright (c) 2013-
|
|
5538
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5539
5539
|
*/
|
|
5540
5540
|
/**
|
|
5541
5541
|
* @module helpers/checker
|
|
@@ -5561,7 +5561,7 @@ function isVoid(value) {
|
|
|
5561
5561
|
/*!
|
|
5562
5562
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5563
5563
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5564
|
-
* Copyright (c) 2013-
|
|
5564
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5565
5565
|
*/
|
|
5566
5566
|
/**
|
|
5567
5567
|
* @module helpers/checker
|
|
@@ -5583,7 +5583,7 @@ function isWindow(obj) {
|
|
|
5583
5583
|
/*!
|
|
5584
5584
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5585
5585
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5586
|
-
* Copyright (c) 2013-
|
|
5586
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5587
5587
|
*/
|
|
5588
5588
|
/**
|
|
5589
5589
|
* @module helpers/color
|
|
@@ -5638,7 +5638,7 @@ const colorToHex = (color) => {
|
|
|
5638
5638
|
/*!
|
|
5639
5639
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5640
5640
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5641
|
-
* Copyright (c) 2013-
|
|
5641
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5642
5642
|
*/
|
|
5643
5643
|
/**
|
|
5644
5644
|
* @module helpers/color
|
|
@@ -5662,7 +5662,7 @@ const colorToHex = (color) => {
|
|
|
5662
5662
|
/*!
|
|
5663
5663
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5664
5664
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5665
|
-
* Copyright (c) 2013-
|
|
5665
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5666
5666
|
*/
|
|
5667
5667
|
/**
|
|
5668
5668
|
* @module helpers/html
|
|
@@ -5777,7 +5777,7 @@ function applyStyles(html) {
|
|
|
5777
5777
|
/*!
|
|
5778
5778
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5779
5779
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5780
|
-
* Copyright (c) 2013-
|
|
5780
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5781
5781
|
*/
|
|
5782
5782
|
/**
|
|
5783
5783
|
* @module helpers/html
|
|
@@ -5865,7 +5865,7 @@ function cleanFromWord(html) {
|
|
|
5865
5865
|
/*!
|
|
5866
5866
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5867
5867
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5868
|
-
* Copyright (c) 2013-
|
|
5868
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5869
5869
|
*/
|
|
5870
5870
|
/**
|
|
5871
5871
|
* @module helpers/html
|
|
@@ -5905,7 +5905,7 @@ function htmlspecialchars(html) {
|
|
|
5905
5905
|
/*!
|
|
5906
5906
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5907
5907
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5908
|
-
* Copyright (c) 2013-
|
|
5908
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5909
5909
|
*/
|
|
5910
5910
|
/**
|
|
5911
5911
|
* @module helpers/html
|
|
@@ -5930,7 +5930,7 @@ function htmlspecialchars(html) {
|
|
|
5930
5930
|
/*!
|
|
5931
5931
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5932
5932
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5933
|
-
* Copyright (c) 2013-
|
|
5933
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5934
5934
|
*/
|
|
5935
5935
|
/**
|
|
5936
5936
|
* @module helpers/html
|
|
@@ -5958,7 +5958,7 @@ function nl2br(html) {
|
|
|
5958
5958
|
/*!
|
|
5959
5959
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
5960
5960
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
5961
|
-
* Copyright (c) 2013-
|
|
5961
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
5962
5962
|
*/
|
|
5963
5963
|
/**
|
|
5964
5964
|
* @module helpers/html
|
|
@@ -6018,7 +6018,7 @@ function sanitizeHTMLElement(elm, { safeJavaScriptLink, removeOnError } = {
|
|
|
6018
6018
|
/*!
|
|
6019
6019
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6020
6020
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6021
|
-
* Copyright (c) 2013-
|
|
6021
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6022
6022
|
*/
|
|
6023
6023
|
|
|
6024
6024
|
|
|
@@ -6178,7 +6178,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6178
6178
|
/*!
|
|
6179
6179
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6180
6180
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6181
|
-
* Copyright (c) 2013-
|
|
6181
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6182
6182
|
*/
|
|
6183
6183
|
/**
|
|
6184
6184
|
* [[include:core/helpers/README.md]]
|
|
@@ -6225,7 +6225,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6225
6225
|
/*!
|
|
6226
6226
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6227
6227
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6228
|
-
* Copyright (c) 2013-
|
|
6228
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6229
6229
|
*/
|
|
6230
6230
|
/**
|
|
6231
6231
|
* @module helpers/normalize
|
|
@@ -6254,7 +6254,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6254
6254
|
/*!
|
|
6255
6255
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6256
6256
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6257
|
-
* Copyright (c) 2013-
|
|
6257
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6258
6258
|
*/
|
|
6259
6259
|
/**
|
|
6260
6260
|
* @module helpers/normalize
|
|
@@ -6307,7 +6307,7 @@ const normalizeColor = (colorInput) => {
|
|
|
6307
6307
|
/*!
|
|
6308
6308
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6309
6309
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6310
|
-
* Copyright (c) 2013-
|
|
6310
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6311
6311
|
*/
|
|
6312
6312
|
/**
|
|
6313
6313
|
* @module helpers/normalize
|
|
@@ -6362,7 +6362,7 @@ function normalizeCssValue(key, value) {
|
|
|
6362
6362
|
/*!
|
|
6363
6363
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6364
6364
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6365
|
-
* Copyright (c) 2013-
|
|
6365
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6366
6366
|
*/
|
|
6367
6367
|
|
|
6368
6368
|
|
|
@@ -6413,7 +6413,7 @@ function normalizeKeyAliases(keys) {
|
|
|
6413
6413
|
/*!
|
|
6414
6414
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6415
6415
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6416
|
-
* Copyright (c) 2013-
|
|
6416
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6417
6417
|
*/
|
|
6418
6418
|
/**
|
|
6419
6419
|
* @module helpers/normalize
|
|
@@ -6443,7 +6443,7 @@ const normalizeLicense = (license, count = 8) => {
|
|
|
6443
6443
|
/*!
|
|
6444
6444
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6445
6445
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6446
|
-
* Copyright (c) 2013-
|
|
6446
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6447
6447
|
*/
|
|
6448
6448
|
/**
|
|
6449
6449
|
* @module helpers/normalize
|
|
@@ -6481,7 +6481,7 @@ const normalizePath = (...path) => {
|
|
|
6481
6481
|
/*!
|
|
6482
6482
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6483
6483
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6484
|
-
* Copyright (c) 2013-
|
|
6484
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6485
6485
|
*/
|
|
6486
6486
|
/**
|
|
6487
6487
|
* @module helpers/normalize
|
|
@@ -6522,7 +6522,7 @@ const normalizeRelativePath = (path) => {
|
|
|
6522
6522
|
/*!
|
|
6523
6523
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6524
6524
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6525
|
-
* Copyright (c) 2013-
|
|
6525
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6526
6526
|
*/
|
|
6527
6527
|
/**
|
|
6528
6528
|
* @module helpers/normalize
|
|
@@ -6550,7 +6550,7 @@ const normalizeSize = (value, units) => {
|
|
|
6550
6550
|
/*!
|
|
6551
6551
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6552
6552
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6553
|
-
* Copyright (c) 2013-
|
|
6553
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6554
6554
|
*/
|
|
6555
6555
|
/**
|
|
6556
6556
|
* @module helpers/normalize
|
|
@@ -6576,7 +6576,7 @@ const normalizeUrl = (...urls) => {
|
|
|
6576
6576
|
/*!
|
|
6577
6577
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6578
6578
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6579
|
-
* Copyright (c) 2013-
|
|
6579
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6580
6580
|
*/
|
|
6581
6581
|
/**
|
|
6582
6582
|
* @module helpers/size
|
|
@@ -6602,7 +6602,7 @@ const getContentWidth = (element, win) => {
|
|
|
6602
6602
|
/*!
|
|
6603
6603
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6604
6604
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6605
|
-
* Copyright (c) 2013-
|
|
6605
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6606
6606
|
*/
|
|
6607
6607
|
|
|
6608
6608
|
|
|
@@ -6646,7 +6646,7 @@ function getScrollParent(node) {
|
|
|
6646
6646
|
/*!
|
|
6647
6647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6648
6648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6649
|
-
* Copyright (c) 2013-
|
|
6649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6650
6650
|
*/
|
|
6651
6651
|
/**
|
|
6652
6652
|
* @module helpers/size
|
|
@@ -6671,7 +6671,7 @@ function getScrollParent(node) {
|
|
|
6671
6671
|
/*!
|
|
6672
6672
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6673
6673
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6674
|
-
* Copyright (c) 2013-
|
|
6674
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6675
6675
|
*/
|
|
6676
6676
|
/**
|
|
6677
6677
|
* @module helpers/size
|
|
@@ -6699,7 +6699,7 @@ const innerWidth = (element, win) => {
|
|
|
6699
6699
|
/*!
|
|
6700
6700
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6701
6701
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6702
|
-
* Copyright (c) 2013-
|
|
6702
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6703
6703
|
*/
|
|
6704
6704
|
|
|
6705
6705
|
function size(subject) {
|
|
@@ -6725,7 +6725,7 @@ function size(subject) {
|
|
|
6725
6725
|
/*!
|
|
6726
6726
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6727
6727
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6728
|
-
* Copyright (c) 2013-
|
|
6728
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6729
6729
|
*/
|
|
6730
6730
|
const offset = (elm, jodit, doc, recurse = false) => {
|
|
6731
6731
|
let rect;
|
|
@@ -6781,7 +6781,7 @@ const offset = (elm, jodit, doc, recurse = false) => {
|
|
|
6781
6781
|
/*!
|
|
6782
6782
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6783
6783
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6784
|
-
* Copyright (c) 2013-
|
|
6784
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6785
6785
|
*/
|
|
6786
6786
|
|
|
6787
6787
|
/**
|
|
@@ -6820,7 +6820,7 @@ function position(elm, jodit, recurse = false) {
|
|
|
6820
6820
|
/*!
|
|
6821
6821
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6822
6822
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6823
|
-
* Copyright (c) 2013-
|
|
6823
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6824
6824
|
*/
|
|
6825
6825
|
/**
|
|
6826
6826
|
* @module helpers/string
|
|
@@ -6848,7 +6848,7 @@ const camelCase = (key) => {
|
|
|
6848
6848
|
/*!
|
|
6849
6849
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6850
6850
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6851
|
-
* Copyright (c) 2013-
|
|
6851
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6852
6852
|
*/
|
|
6853
6853
|
/**
|
|
6854
6854
|
* @module helpers/string
|
|
@@ -6907,7 +6907,7 @@ function fuzzySearchIndex(needle, haystack, offset = 0, maxDistance = 1) {
|
|
|
6907
6907
|
/*!
|
|
6908
6908
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
6909
6909
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
6910
|
-
* Copyright (c) 2013-
|
|
6910
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
6911
6911
|
*/
|
|
6912
6912
|
|
|
6913
6913
|
|
|
@@ -7046,7 +7046,7 @@ function i18n(key, params, options) {
|
|
|
7046
7046
|
/*!
|
|
7047
7047
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7048
7048
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7049
|
-
* Copyright (c) 2013-
|
|
7049
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7050
7050
|
*/
|
|
7051
7051
|
/**
|
|
7052
7052
|
* @module helpers/string
|
|
@@ -7073,7 +7073,7 @@ function i18n(key, params, options) {
|
|
|
7073
7073
|
/*!
|
|
7074
7074
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7075
7075
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7076
|
-
* Copyright (c) 2013-
|
|
7076
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7077
7077
|
*/
|
|
7078
7078
|
/**
|
|
7079
7079
|
* @module helpers/string
|
|
@@ -7105,7 +7105,7 @@ const CamelCaseToKebabCase = (key) => {
|
|
|
7105
7105
|
/*!
|
|
7106
7106
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7107
7107
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7108
|
-
* Copyright (c) 2013-
|
|
7108
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7109
7109
|
*/
|
|
7110
7110
|
/**
|
|
7111
7111
|
* Safe stringify circular object
|
|
@@ -7147,7 +7147,7 @@ function stringify(value, options = {}) {
|
|
|
7147
7147
|
/*!
|
|
7148
7148
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7149
7149
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7150
|
-
* Copyright (c) 2013-
|
|
7150
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7151
7151
|
*/
|
|
7152
7152
|
/**
|
|
7153
7153
|
* @module helpers/string
|
|
@@ -7189,7 +7189,7 @@ function trimInv(value) {
|
|
|
7189
7189
|
/*!
|
|
7190
7190
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7191
7191
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7192
|
-
* Copyright (c) 2013-
|
|
7192
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7193
7193
|
*/
|
|
7194
7194
|
/**
|
|
7195
7195
|
* @module helpers/string
|
|
@@ -7221,7 +7221,7 @@ function ucfirst(value) {
|
|
|
7221
7221
|
/*!
|
|
7222
7222
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7223
7223
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7224
|
-
* Copyright (c) 2013-
|
|
7224
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7225
7225
|
*/
|
|
7226
7226
|
|
|
7227
7227
|
|
|
@@ -7308,7 +7308,7 @@ function alignElement(command, box) {
|
|
|
7308
7308
|
/*!
|
|
7309
7309
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7310
7310
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7311
|
-
* Copyright (c) 2013-
|
|
7311
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7312
7312
|
*/
|
|
7313
7313
|
|
|
7314
7314
|
|
|
@@ -7396,7 +7396,7 @@ function loadNextStyle(jodit, urls, i = 0) {
|
|
|
7396
7396
|
/*!
|
|
7397
7397
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7398
7398
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7399
|
-
* Copyright (c) 2013-
|
|
7399
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7400
7400
|
*/
|
|
7401
7401
|
|
|
7402
7402
|
|
|
@@ -7463,7 +7463,7 @@ function attr(elm, keyOrAttributes, value) {
|
|
|
7463
7463
|
/*!
|
|
7464
7464
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7465
7465
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7466
|
-
* Copyright (c) 2013-
|
|
7466
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7467
7467
|
*/
|
|
7468
7468
|
/**
|
|
7469
7469
|
* @module helpers/utils
|
|
@@ -7517,7 +7517,7 @@ const browser = (browser) => {
|
|
|
7517
7517
|
/*!
|
|
7518
7518
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7519
7519
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7520
|
-
* Copyright (c) 2013-
|
|
7520
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7521
7521
|
*/
|
|
7522
7522
|
|
|
7523
7523
|
/**
|
|
@@ -7550,7 +7550,7 @@ const buildQuery = (data, prefix) => {
|
|
|
7550
7550
|
/*!
|
|
7551
7551
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7552
7552
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7553
|
-
* Copyright (c) 2013-
|
|
7553
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7554
7554
|
*/
|
|
7555
7555
|
/**
|
|
7556
7556
|
* @module helpers/utils
|
|
@@ -7585,7 +7585,7 @@ const completeUrl = (url) => {
|
|
|
7585
7585
|
/*!
|
|
7586
7586
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7587
7587
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7588
|
-
* Copyright (c) 2013-
|
|
7588
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7589
7589
|
*/
|
|
7590
7590
|
|
|
7591
7591
|
|
|
@@ -7706,7 +7706,7 @@ function ConfigDeepFlatten(obj) {
|
|
|
7706
7706
|
/*!
|
|
7707
7707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7708
7708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7709
|
-
* Copyright (c) 2013-
|
|
7709
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7710
7710
|
*/
|
|
7711
7711
|
/**
|
|
7712
7712
|
* @module helpers/utils
|
|
@@ -7788,7 +7788,7 @@ const convertMediaUrlToVideoEmbed = (url, { width = 400, height = 345 } = {}) =>
|
|
|
7788
7788
|
/*!
|
|
7789
7789
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7790
7790
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7791
|
-
* Copyright (c) 2013-
|
|
7791
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7792
7792
|
*/
|
|
7793
7793
|
|
|
7794
7794
|
|
|
@@ -7871,7 +7871,7 @@ const clearCenterAlign = (image) => {
|
|
|
7871
7871
|
/*!
|
|
7872
7872
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7873
7873
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7874
|
-
* Copyright (c) 2013-
|
|
7874
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7875
7875
|
*/
|
|
7876
7876
|
/**
|
|
7877
7877
|
* @module helpers/utils
|
|
@@ -7907,7 +7907,7 @@ const ctrlKey = (e) => {
|
|
|
7907
7907
|
/*!
|
|
7908
7908
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7909
7909
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7910
|
-
* Copyright (c) 2013-
|
|
7910
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7911
7911
|
*/
|
|
7912
7912
|
|
|
7913
7913
|
const store = new WeakMap();
|
|
@@ -7950,7 +7950,7 @@ const dataBind = (elm, key, value) => {
|
|
|
7950
7950
|
/*!
|
|
7951
7951
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7952
7952
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7953
|
-
* Copyright (c) 2013-
|
|
7953
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7954
7954
|
*/
|
|
7955
7955
|
/**
|
|
7956
7956
|
* @module helpers/utils
|
|
@@ -7989,7 +7989,7 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
|
|
|
7989
7989
|
/*!
|
|
7990
7990
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7991
7991
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
7992
|
-
* Copyright (c) 2013-
|
|
7992
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
7993
7993
|
*/
|
|
7994
7994
|
/**
|
|
7995
7995
|
* @module helpers/utils
|
|
@@ -8023,7 +8023,7 @@ function options(message) {
|
|
|
8023
8023
|
/*!
|
|
8024
8024
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8025
8025
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8026
|
-
* Copyright (c) 2013-
|
|
8026
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8027
8027
|
*/
|
|
8028
8028
|
/**
|
|
8029
8029
|
* @module helpers/utils
|
|
@@ -8050,7 +8050,7 @@ const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODU
|
|
|
8050
8050
|
/*!
|
|
8051
8051
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8052
8052
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8053
|
-
* Copyright (c) 2013-
|
|
8053
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8054
8054
|
*/
|
|
8055
8055
|
/**
|
|
8056
8056
|
* @module helpers/utils
|
|
@@ -8081,7 +8081,7 @@ class ConnectionError extends Error {
|
|
|
8081
8081
|
/*!
|
|
8082
8082
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8083
8083
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8084
|
-
* Copyright (c) 2013-
|
|
8084
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8085
8085
|
*/
|
|
8086
8086
|
/**
|
|
8087
8087
|
* @module helpers/utils
|
|
@@ -8103,7 +8103,7 @@ class ConnectionError extends Error {
|
|
|
8103
8103
|
/*!
|
|
8104
8104
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8105
8105
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8106
|
-
* Copyright (c) 2013-
|
|
8106
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8107
8107
|
*/
|
|
8108
8108
|
/**
|
|
8109
8109
|
* @module helpers/utils
|
|
@@ -8136,7 +8136,7 @@ class OptionsError extends TypeError {
|
|
|
8136
8136
|
/*!
|
|
8137
8137
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8138
8138
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8139
|
-
* Copyright (c) 2013-
|
|
8139
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8140
8140
|
*/
|
|
8141
8141
|
/**
|
|
8142
8142
|
* @module helpers/utils
|
|
@@ -8160,7 +8160,7 @@ class OptionsError extends TypeError {
|
|
|
8160
8160
|
/*!
|
|
8161
8161
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8162
8162
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8163
|
-
* Copyright (c) 2013-
|
|
8163
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8164
8164
|
*/
|
|
8165
8165
|
/**
|
|
8166
8166
|
* @module helpers/utils
|
|
@@ -8196,7 +8196,7 @@ function fastClone(object) {
|
|
|
8196
8196
|
/*!
|
|
8197
8197
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8198
8198
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8199
|
-
* Copyright (c) 2013-
|
|
8199
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8200
8200
|
*/
|
|
8201
8201
|
|
|
8202
8202
|
const keepNames = new Map();
|
|
@@ -8232,7 +8232,7 @@ const getClassName = (obj) => {
|
|
|
8232
8232
|
/*!
|
|
8233
8233
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8234
8234
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8235
|
-
* Copyright (c) 2013-
|
|
8235
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8236
8236
|
*/
|
|
8237
8237
|
|
|
8238
8238
|
|
|
@@ -8291,7 +8291,7 @@ function get(chain, obj) {
|
|
|
8291
8291
|
/*!
|
|
8292
8292
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8293
8293
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8294
|
-
* Copyright (c) 2013-
|
|
8294
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8295
8295
|
*/
|
|
8296
8296
|
/**
|
|
8297
8297
|
* @module helpers/utils
|
|
@@ -8409,7 +8409,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8409
8409
|
/*!
|
|
8410
8410
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8411
8411
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8412
|
-
* Copyright (c) 2013-
|
|
8412
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8413
8413
|
*/
|
|
8414
8414
|
/**
|
|
8415
8415
|
* @module helpers/utils
|
|
@@ -8456,7 +8456,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8456
8456
|
/*!
|
|
8457
8457
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8458
8458
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8459
|
-
* Copyright (c) 2013-
|
|
8459
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8460
8460
|
*/
|
|
8461
8461
|
/**
|
|
8462
8462
|
* @module helpers/utils
|
|
@@ -8490,7 +8490,7 @@ function markDeprecated(method, names = [''], ctx = null) {
|
|
|
8490
8490
|
/*!
|
|
8491
8491
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8492
8492
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8493
|
-
* Copyright (c) 2013-
|
|
8493
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8494
8494
|
*/
|
|
8495
8495
|
/**
|
|
8496
8496
|
* Parse query string
|
|
@@ -8522,7 +8522,7 @@ const parseQuery = (queryString) => {
|
|
|
8522
8522
|
/*!
|
|
8523
8523
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8524
8524
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8525
|
-
* Copyright (c) 2013-
|
|
8525
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8526
8526
|
*/
|
|
8527
8527
|
|
|
8528
8528
|
|
|
@@ -8703,7 +8703,7 @@ function previewBox(editor, defaultValue, points = 'px', container = null) {
|
|
|
8703
8703
|
/*!
|
|
8704
8704
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8705
8705
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8706
|
-
* Copyright (c) 2013-
|
|
8706
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8707
8707
|
*/
|
|
8708
8708
|
|
|
8709
8709
|
|
|
@@ -8759,7 +8759,7 @@ function reset(key) {
|
|
|
8759
8759
|
/*!
|
|
8760
8760
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8761
8761
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8762
|
-
* Copyright (c) 2013-
|
|
8762
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8763
8763
|
*/
|
|
8764
8764
|
|
|
8765
8765
|
/**
|
|
@@ -8822,7 +8822,7 @@ function scrollIntoViewIfNeeded(elm, root, doc) {
|
|
|
8822
8822
|
/*!
|
|
8823
8823
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8824
8824
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8825
|
-
* Copyright (c) 2013-
|
|
8825
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8826
8826
|
*/
|
|
8827
8827
|
|
|
8828
8828
|
|
|
@@ -8963,7 +8963,7 @@ function resolveElement(element, od) {
|
|
|
8963
8963
|
/*!
|
|
8964
8964
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8965
8965
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8966
|
-
* Copyright (c) 2013-
|
|
8966
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8967
8967
|
*/
|
|
8968
8968
|
|
|
8969
8969
|
|
|
@@ -9013,7 +9013,7 @@ function set(chain, value, obj) {
|
|
|
9013
9013
|
/*!
|
|
9014
9014
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9015
9015
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9016
|
-
* Copyright (c) 2013-
|
|
9016
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9017
9017
|
*/
|
|
9018
9018
|
class LimitedStack {
|
|
9019
9019
|
constructor(limit) {
|
|
@@ -9058,7 +9058,7 @@ class LimitedStack {
|
|
|
9058
9058
|
/*!
|
|
9059
9059
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9060
9060
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9061
|
-
* Copyright (c) 2013-
|
|
9061
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9062
9062
|
*/
|
|
9063
9063
|
|
|
9064
9064
|
|
|
@@ -9172,7 +9172,7 @@ const getDataTransfer = (event) => {
|
|
|
9172
9172
|
/*!
|
|
9173
9173
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9174
9174
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9175
|
-
* Copyright (c) 2013-
|
|
9175
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9176
9176
|
*/
|
|
9177
9177
|
|
|
9178
9178
|
|
|
@@ -9226,7 +9226,7 @@ function init(jodit, pluginName, plugin, instance, doneList, waitingList) {
|
|
|
9226
9226
|
/*!
|
|
9227
9227
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9228
9228
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9229
|
-
* Copyright (c) 2013-
|
|
9229
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9230
9230
|
*/
|
|
9231
9231
|
|
|
9232
9232
|
|
|
@@ -9305,7 +9305,7 @@ function load(jodit, pluginList, callback) {
|
|
|
9305
9305
|
/*!
|
|
9306
9306
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9307
9307
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9308
|
-
* Copyright (c) 2013-
|
|
9308
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9309
9309
|
*/
|
|
9310
9310
|
|
|
9311
9311
|
|
|
@@ -9348,7 +9348,7 @@ function makeInstance(jodit, plugin) {
|
|
|
9348
9348
|
/*!
|
|
9349
9349
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9350
9350
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9351
|
-
* Copyright (c) 2013-
|
|
9351
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9352
9352
|
*/
|
|
9353
9353
|
/**
|
|
9354
9354
|
* @module plugin
|
|
@@ -9376,7 +9376,7 @@ function normalizeName(name) {
|
|
|
9376
9376
|
/*!
|
|
9377
9377
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9378
9378
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9379
|
-
* Copyright (c) 2013-
|
|
9379
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9380
9380
|
*/
|
|
9381
9381
|
/**
|
|
9382
9382
|
* @module plugin
|
|
@@ -9405,7 +9405,7 @@ function normalizeName(name) {
|
|
|
9405
9405
|
/*!
|
|
9406
9406
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9407
9407
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9408
|
-
* Copyright (c) 2013-
|
|
9408
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9409
9409
|
*/
|
|
9410
9410
|
|
|
9411
9411
|
|
|
@@ -9567,7 +9567,7 @@ function getSpecialLists(jodit) {
|
|
|
9567
9567
|
/*!
|
|
9568
9568
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9569
9569
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9570
|
-
* Copyright (c) 2013-
|
|
9570
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9571
9571
|
*/
|
|
9572
9572
|
|
|
9573
9573
|
|
|
@@ -9668,7 +9668,7 @@ Plugin.requires = [];
|
|
|
9668
9668
|
/*!
|
|
9669
9669
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9670
9670
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9671
|
-
* Copyright (c) 2013-
|
|
9671
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9672
9672
|
*/
|
|
9673
9673
|
|
|
9674
9674
|
|
|
@@ -9843,7 +9843,7 @@ Ajax.log = [];
|
|
|
9843
9843
|
/*!
|
|
9844
9844
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9845
9845
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9846
|
-
* Copyright (c) 2013-
|
|
9846
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9847
9847
|
*/
|
|
9848
9848
|
|
|
9849
9849
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxOptions = {
|
|
@@ -9877,7 +9877,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
|
|
|
9877
9877
|
/*!
|
|
9878
9878
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9879
9879
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9880
|
-
* Copyright (c) 2013-
|
|
9880
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9881
9881
|
*/
|
|
9882
9882
|
/**
|
|
9883
9883
|
* @module request
|
|
@@ -9899,7 +9899,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.defaultAjaxO
|
|
|
9899
9899
|
/*!
|
|
9900
9900
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9901
9901
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9902
|
-
* Copyright (c) 2013-
|
|
9902
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9903
9903
|
*/
|
|
9904
9904
|
|
|
9905
9905
|
class Response {
|
|
@@ -9946,7 +9946,7 @@ class Response {
|
|
|
9946
9946
|
/*!
|
|
9947
9947
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9948
9948
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9949
|
-
* Copyright (c) 2013-
|
|
9949
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9950
9950
|
*/
|
|
9951
9951
|
/**
|
|
9952
9952
|
* @module selection
|
|
@@ -10018,7 +10018,7 @@ function findCorrectCurrentNode(node, range, rightMode, isCollapsed, checkChild,
|
|
|
10018
10018
|
/*!
|
|
10019
10019
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10020
10020
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10021
|
-
* Copyright (c) 2013-
|
|
10021
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10022
10022
|
*/
|
|
10023
10023
|
|
|
10024
10024
|
|
|
@@ -10058,7 +10058,7 @@ function moveNodeInsideStart(j, node, start) {
|
|
|
10058
10058
|
/*!
|
|
10059
10059
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10060
10060
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10061
|
-
* Copyright (c) 2013-
|
|
10061
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10062
10062
|
*/
|
|
10063
10063
|
|
|
10064
10064
|
/**
|
|
@@ -10105,7 +10105,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
|
|
|
10105
10105
|
/*!
|
|
10106
10106
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10107
10107
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10108
|
-
* Copyright (c) 2013-
|
|
10108
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10109
10109
|
*/
|
|
10110
10110
|
/**
|
|
10111
10111
|
* @module selection
|
|
@@ -10138,7 +10138,7 @@ function moveTheNodeAlongTheEdgeOutward(node, start, root) {
|
|
|
10138
10138
|
/*!
|
|
10139
10139
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
10140
10140
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
10141
|
-
* Copyright (c) 2013-
|
|
10141
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
10142
10142
|
*/
|
|
10143
10143
|
|
|
10144
10144
|
|
|
@@ -11284,7 +11284,7 @@ class Selection {
|
|
|
11284
11284
|
/*!
|
|
11285
11285
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11286
11286
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11287
|
-
* Copyright (c) 2013-
|
|
11287
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11288
11288
|
*/
|
|
11289
11289
|
|
|
11290
11290
|
|
|
@@ -11352,7 +11352,7 @@ function extractAndMove(wrapper, range, left) {
|
|
|
11352
11352
|
/*!
|
|
11353
11353
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11354
11354
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11355
|
-
* Copyright (c) 2013-
|
|
11355
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11356
11356
|
*/
|
|
11357
11357
|
|
|
11358
11358
|
|
|
@@ -11412,7 +11412,7 @@ class FiniteStateMachine {
|
|
|
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
|
|
|
@@ -11457,7 +11457,7 @@ function getSuitChild(style, font) {
|
|
|
11457
11457
|
/*!
|
|
11458
11458
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11459
11459
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11460
|
-
* Copyright (c) 2013-
|
|
11460
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11461
11461
|
*/
|
|
11462
11462
|
|
|
11463
11463
|
|
|
@@ -11516,7 +11516,7 @@ function getSuitParent(style, node, root) {
|
|
|
11516
11516
|
/*!
|
|
11517
11517
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11518
11518
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11519
|
-
* Copyright (c) 2013-
|
|
11519
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11520
11520
|
*/
|
|
11521
11521
|
|
|
11522
11522
|
|
|
@@ -11610,7 +11610,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
|
|
|
11610
11610
|
/*!
|
|
11611
11611
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11612
11612
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11613
|
-
* Copyright (c) 2013-
|
|
11613
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11614
11614
|
*/
|
|
11615
11615
|
|
|
11616
11616
|
|
|
@@ -11642,7 +11642,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
|
|
|
11642
11642
|
/*!
|
|
11643
11643
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11644
11644
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11645
|
-
* Copyright (c) 2013-
|
|
11645
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11646
11646
|
*/
|
|
11647
11647
|
|
|
11648
11648
|
/**
|
|
@@ -11668,7 +11668,7 @@ function isInsideInvisibleElement(font, root) {
|
|
|
11668
11668
|
/*!
|
|
11669
11669
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11670
11670
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11671
|
-
* Copyright (c) 2013-
|
|
11671
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11672
11672
|
*/
|
|
11673
11673
|
|
|
11674
11674
|
|
|
@@ -11702,7 +11702,7 @@ function isNormalNode(elm) {
|
|
|
11702
11702
|
/*!
|
|
11703
11703
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11704
11704
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11705
|
-
* Copyright (c) 2013-
|
|
11705
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11706
11706
|
*/
|
|
11707
11707
|
|
|
11708
11708
|
|
|
@@ -11835,7 +11835,7 @@ function isSameStyleChild(commitStyle, elm) {
|
|
|
11835
11835
|
/*!
|
|
11836
11836
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11837
11837
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11838
|
-
* Copyright (c) 2013-
|
|
11838
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11839
11839
|
*/
|
|
11840
11840
|
|
|
11841
11841
|
|
|
@@ -11906,7 +11906,7 @@ function unwrapList(mode, list, li, jodit, cs) {
|
|
|
11906
11906
|
/*!
|
|
11907
11907
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11908
11908
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11909
|
-
* Copyright (c) 2013-
|
|
11909
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11910
11910
|
*/
|
|
11911
11911
|
|
|
11912
11912
|
|
|
@@ -11968,7 +11968,7 @@ function wrapList(commitStyle, wrapper, jodit) {
|
|
|
11968
11968
|
/*!
|
|
11969
11969
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
11970
11970
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
11971
|
-
* Copyright (c) 2013-
|
|
11971
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
11972
11972
|
*/
|
|
11973
11973
|
|
|
11974
11974
|
|
|
@@ -12142,7 +12142,7 @@ function getNativeCSSValue(jodit, elm, key) {
|
|
|
12142
12142
|
/*!
|
|
12143
12143
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12144
12144
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12145
|
-
* Copyright (c) 2013-
|
|
12145
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12146
12146
|
*/
|
|
12147
12147
|
|
|
12148
12148
|
|
|
@@ -12216,7 +12216,7 @@ function unwrapChildren(style, font) {
|
|
|
12216
12216
|
/*!
|
|
12217
12217
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12218
12218
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12219
|
-
* Copyright (c) 2013-
|
|
12219
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12220
12220
|
*/
|
|
12221
12221
|
|
|
12222
12222
|
|
|
@@ -12283,7 +12283,7 @@ function wrapUnwrappedText(style, elm, jodit) {
|
|
|
12283
12283
|
/*!
|
|
12284
12284
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12285
12285
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12286
|
-
* Copyright (c) 2013-
|
|
12286
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12287
12287
|
*/
|
|
12288
12288
|
|
|
12289
12289
|
|
|
@@ -12341,7 +12341,7 @@ function findOrCreateWrapper(commitStyle, font, jodit) {
|
|
|
12341
12341
|
/*!
|
|
12342
12342
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12343
12343
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12344
|
-
* Copyright (c) 2013-
|
|
12344
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12345
12345
|
*/
|
|
12346
12346
|
|
|
12347
12347
|
|
|
@@ -12398,7 +12398,7 @@ function ApplyStyle(jodit, cs) {
|
|
|
12398
12398
|
/*!
|
|
12399
12399
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12400
12400
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12401
|
-
* Copyright (c) 2013-
|
|
12401
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12402
12402
|
*/
|
|
12403
12403
|
|
|
12404
12404
|
|
|
@@ -12489,7 +12489,7 @@ class CommitStyle {
|
|
|
12489
12489
|
/*!
|
|
12490
12490
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12491
12491
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12492
|
-
* Copyright (c) 2013-
|
|
12492
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12493
12493
|
*/
|
|
12494
12494
|
/**
|
|
12495
12495
|
* @module selection
|
|
@@ -12529,7 +12529,7 @@ const _PREFIX = 'commitStyle';
|
|
|
12529
12529
|
/*!
|
|
12530
12530
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12531
12531
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12532
|
-
* Copyright (c) 2013-
|
|
12532
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12533
12533
|
*/
|
|
12534
12534
|
|
|
12535
12535
|
|
|
@@ -12685,7 +12685,7 @@ const transactions = {
|
|
|
12685
12685
|
/*!
|
|
12686
12686
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12687
12687
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12688
|
-
* Copyright (c) 2013-
|
|
12688
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12689
12689
|
*/
|
|
12690
12690
|
/**
|
|
12691
12691
|
* Check if user disable local storages/cookie etc.
|
|
@@ -12767,7 +12767,7 @@ class LocalStorageProvider {
|
|
|
12767
12767
|
/*!
|
|
12768
12768
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12769
12769
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12770
|
-
* Copyright (c) 2013-
|
|
12770
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12771
12771
|
*/
|
|
12772
12772
|
class MemoryStorageProvider {
|
|
12773
12773
|
constructor() {
|
|
@@ -12808,7 +12808,7 @@ class MemoryStorageProvider {
|
|
|
12808
12808
|
/*!
|
|
12809
12809
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12810
12810
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12811
|
-
* Copyright (c) 2013-
|
|
12811
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12812
12812
|
*/
|
|
12813
12813
|
/**
|
|
12814
12814
|
* @module storage
|
|
@@ -12834,7 +12834,7 @@ class MemoryStorageProvider {
|
|
|
12834
12834
|
/*!
|
|
12835
12835
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12836
12836
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12837
|
-
* Copyright (c) 2013-
|
|
12837
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12838
12838
|
*/
|
|
12839
12839
|
|
|
12840
12840
|
|
|
@@ -12894,7 +12894,7 @@ class Storage {
|
|
|
12894
12894
|
/*!
|
|
12895
12895
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12896
12896
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12897
|
-
* Copyright (c) 2013-
|
|
12897
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12898
12898
|
*/
|
|
12899
12899
|
|
|
12900
12900
|
|
|
@@ -12944,7 +12944,7 @@ function processTitle(title, self) {
|
|
|
12944
12944
|
/*!
|
|
12945
12945
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12946
12946
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12947
|
-
* Copyright (c) 2013-
|
|
12947
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12948
12948
|
*/
|
|
12949
12949
|
|
|
12950
12950
|
class Elms {
|
|
@@ -12976,7 +12976,7 @@ class Elms {
|
|
|
12976
12976
|
/*!
|
|
12977
12977
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
12978
12978
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
12979
|
-
* Copyright (c) 2013-
|
|
12979
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
12980
12980
|
*/
|
|
12981
12981
|
|
|
12982
12982
|
class Mods {
|
|
@@ -13037,7 +13037,7 @@ class Mods {
|
|
|
13037
13037
|
/*!
|
|
13038
13038
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13039
13039
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13040
|
-
* Copyright (c) 2013-
|
|
13040
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13041
13041
|
*/
|
|
13042
13042
|
|
|
13043
13043
|
|
|
@@ -13315,7 +13315,7 @@ function Button(jodit, stateOrText, text, variant) {
|
|
|
13315
13315
|
/*!
|
|
13316
13316
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13317
13317
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13318
|
-
* Copyright (c) 2013-
|
|
13318
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13319
13319
|
*/
|
|
13320
13320
|
|
|
13321
13321
|
|
|
@@ -13404,7 +13404,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
13404
13404
|
/*!
|
|
13405
13405
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13406
13406
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13407
|
-
* Copyright (c) 2013-
|
|
13407
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13408
13408
|
*/
|
|
13409
13409
|
/**
|
|
13410
13410
|
* [[include:core/ui/button/README.md]]
|
|
@@ -13436,7 +13436,7 @@ UIButtonGroup = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
13436
13436
|
/*!
|
|
13437
13437
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13438
13438
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13439
|
-
* Copyright (c) 2013-
|
|
13439
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13440
13440
|
*/
|
|
13441
13441
|
var UITooltip_1;
|
|
13442
13442
|
|
|
@@ -13646,7 +13646,7 @@ UITooltip = UITooltip_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */
|
|
|
13646
13646
|
/*!
|
|
13647
13647
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13648
13648
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13649
|
-
* Copyright (c) 2013-
|
|
13649
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13650
13650
|
*/
|
|
13651
13651
|
var UIElement_1;
|
|
13652
13652
|
|
|
@@ -13803,7 +13803,7 @@ UIElement = UIElement_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
|
|
|
13803
13803
|
/*!
|
|
13804
13804
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13805
13805
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13806
|
-
* Copyright (c) 2013-
|
|
13806
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13807
13807
|
*/
|
|
13808
13808
|
|
|
13809
13809
|
|
|
@@ -13854,7 +13854,7 @@ UIBlock = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
|
|
|
13854
13854
|
/*!
|
|
13855
13855
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13856
13856
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13857
|
-
* Copyright (c) 2013-
|
|
13857
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13858
13858
|
*/
|
|
13859
13859
|
|
|
13860
13860
|
|
|
@@ -13943,7 +13943,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
13943
13943
|
/*!
|
|
13944
13944
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13945
13945
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13946
|
-
* Copyright (c) 2013-
|
|
13946
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13947
13947
|
*/
|
|
13948
13948
|
/**
|
|
13949
13949
|
* @module ui/form
|
|
@@ -13969,7 +13969,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
13969
13969
|
/*!
|
|
13970
13970
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
13971
13971
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
13972
|
-
* Copyright (c) 2013-
|
|
13972
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13973
13973
|
*/
|
|
13974
13974
|
var UITextArea_1;
|
|
13975
13975
|
|
|
@@ -14027,7 +14027,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate
|
|
|
14027
14027
|
/*!
|
|
14028
14028
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14029
14029
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14030
|
-
* Copyright (c) 2013-
|
|
14030
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14031
14031
|
*/
|
|
14032
14032
|
var UICheckbox_1;
|
|
14033
14033
|
|
|
@@ -14110,7 +14110,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
|
|
|
14110
14110
|
/*!
|
|
14111
14111
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14112
14112
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14113
|
-
* Copyright (c) 2013-
|
|
14113
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14114
14114
|
*/
|
|
14115
14115
|
|
|
14116
14116
|
|
|
@@ -14180,7 +14180,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
|
|
|
14180
14180
|
/*!
|
|
14181
14181
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14182
14182
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14183
|
-
* Copyright (c) 2013-
|
|
14183
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14184
14184
|
*/
|
|
14185
14185
|
/**
|
|
14186
14186
|
* @module ui/form
|
|
@@ -14212,7 +14212,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .Cg)([
|
|
|
14212
14212
|
/*!
|
|
14213
14213
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14214
14214
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14215
|
-
* Copyright (c) 2013-
|
|
14215
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14216
14216
|
*/
|
|
14217
14217
|
var UIInput_1;
|
|
14218
14218
|
|
|
@@ -14463,7 +14463,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg
|
|
|
14463
14463
|
/*!
|
|
14464
14464
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14465
14465
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14466
|
-
* Copyright (c) 2013-
|
|
14466
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14467
14467
|
*/
|
|
14468
14468
|
var UISelect_1;
|
|
14469
14469
|
|
|
@@ -14545,7 +14545,7 @@ UISelect = UISelect_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .
|
|
|
14545
14545
|
/*!
|
|
14546
14546
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14547
14547
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14548
|
-
* Copyright (c) 2013-
|
|
14548
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14549
14549
|
*/
|
|
14550
14550
|
/**
|
|
14551
14551
|
* @module ui/form
|
|
@@ -14570,7 +14570,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14570
14570
|
/*!
|
|
14571
14571
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14572
14572
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14573
|
-
* Copyright (c) 2013-
|
|
14573
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14574
14574
|
*/
|
|
14575
14575
|
|
|
14576
14576
|
|
|
@@ -14609,7 +14609,7 @@ const url = function (input) {
|
|
|
14609
14609
|
/*!
|
|
14610
14610
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14611
14611
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14612
|
-
* Copyright (c) 2013-
|
|
14612
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14613
14613
|
*/
|
|
14614
14614
|
|
|
14615
14615
|
/**
|
|
@@ -14644,7 +14644,7 @@ const required = function (select) {
|
|
|
14644
14644
|
/*!
|
|
14645
14645
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14646
14646
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14647
|
-
* Copyright (c) 2013-
|
|
14647
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14648
14648
|
*/
|
|
14649
14649
|
var UIGroup_1;
|
|
14650
14650
|
|
|
@@ -14794,7 +14794,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
|
|
|
14794
14794
|
/*!
|
|
14795
14795
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14796
14796
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14797
|
-
* Copyright (c) 2013-
|
|
14797
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14798
14798
|
*/
|
|
14799
14799
|
/**
|
|
14800
14800
|
* @module ui/group
|
|
@@ -14828,7 +14828,7 @@ UIGroup = UIGroup_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_6__/* .__decorate */ .Cg
|
|
|
14828
14828
|
/*!
|
|
14829
14829
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14830
14830
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
14831
|
-
* Copyright (c) 2013-
|
|
14831
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
14832
14832
|
*/
|
|
14833
14833
|
|
|
14834
14834
|
|
|
@@ -14997,7 +14997,7 @@ UIList = (0,tslib__WEBPACK_IMPORTED_MODULE_10__/* .__decorate */ .Cg)([
|
|
|
14997
14997
|
/*!
|
|
14998
14998
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14999
14999
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15000
|
-
* Copyright (c) 2013-
|
|
15000
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15001
15001
|
*/
|
|
15002
15002
|
|
|
15003
15003
|
/**
|
|
@@ -15031,7 +15031,7 @@ UISeparator = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
|
|
|
15031
15031
|
/*!
|
|
15032
15032
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15033
15033
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15034
|
-
* Copyright (c) 2013-
|
|
15034
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15035
15035
|
*/
|
|
15036
15036
|
|
|
15037
15037
|
/**
|
|
@@ -15064,7 +15064,7 @@ UISpacer = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate */ .Cg)([
|
|
|
15064
15064
|
/*!
|
|
15065
15065
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15066
15066
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15067
|
-
* Copyright (c) 2013-
|
|
15067
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15068
15068
|
*/
|
|
15069
15069
|
|
|
15070
15070
|
/**
|
|
@@ -15109,7 +15109,7 @@ function flatButtonsSet(buttons, jodit) {
|
|
|
15109
15109
|
/*!
|
|
15110
15110
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15111
15111
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15112
|
-
* Copyright (c) 2013-
|
|
15112
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15113
15113
|
*/
|
|
15114
15114
|
|
|
15115
15115
|
|
|
@@ -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
|
|
|
@@ -15349,7 +15349,7 @@ Icon.__cache = new Map();
|
|
|
15349
15349
|
/*!
|
|
15350
15350
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15351
15351
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15352
|
-
* Copyright (c) 2013-
|
|
15352
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15353
15353
|
*/
|
|
15354
15354
|
/**
|
|
15355
15355
|
* [[include:core/ui/README.md]]
|
|
@@ -15378,7 +15378,7 @@ Icon.__cache = new Map();
|
|
|
15378
15378
|
/*!
|
|
15379
15379
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15380
15380
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15381
|
-
* Copyright (c) 2013-
|
|
15381
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15382
15382
|
*/
|
|
15383
15383
|
/**
|
|
15384
15384
|
* @module ui/popup
|
|
@@ -15408,7 +15408,7 @@ Icon.__cache = new Map();
|
|
|
15408
15408
|
/*!
|
|
15409
15409
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15410
15410
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15411
|
-
* Copyright (c) 2013-
|
|
15411
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15412
15412
|
*/
|
|
15413
15413
|
|
|
15414
15414
|
|
|
@@ -15757,7 +15757,7 @@ class Popup extends jodit_core_ui_group_group__WEBPACK_IMPORTED_MODULE_7__/* .UI
|
|
|
15757
15757
|
/*!
|
|
15758
15758
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15759
15759
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15760
|
-
* Copyright (c) 2013-
|
|
15760
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15761
15761
|
*/
|
|
15762
15762
|
|
|
15763
15763
|
|
|
@@ -15818,7 +15818,7 @@ class ProgressBar extends jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_1__/* .
|
|
|
15818
15818
|
/*!
|
|
15819
15819
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15820
15820
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15821
|
-
* Copyright (c) 2013-
|
|
15821
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15822
15822
|
*/
|
|
15823
15823
|
|
|
15824
15824
|
|
|
@@ -15989,7 +15989,7 @@ class ViewWithToolbar extends jodit_core_view_view__WEBPACK_IMPORTED_MODULE_6__/
|
|
|
15989
15989
|
/*!
|
|
15990
15990
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
15991
15991
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
15992
|
-
* Copyright (c) 2013-
|
|
15992
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
15993
15993
|
*/
|
|
15994
15994
|
var View_1;
|
|
15995
15995
|
|
|
@@ -16308,7 +16308,7 @@ View.defaultOptions = {
|
|
|
16308
16308
|
/*!
|
|
16309
16309
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
16310
16310
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
16311
|
-
* Copyright (c) 2013-
|
|
16311
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
16312
16312
|
*/
|
|
16313
16313
|
var Jodit_1;
|
|
16314
16314
|
|
|
@@ -17599,7 +17599,7 @@ function addClassNames(className, elm) {
|
|
|
17599
17599
|
/*!
|
|
17600
17600
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17601
17601
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17602
|
-
* Copyright (c) 2013-
|
|
17602
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17603
17603
|
*/
|
|
17604
17604
|
|
|
17605
17605
|
|
|
@@ -17689,7 +17689,7 @@ Object.keys(exp).forEach((lang) => {
|
|
|
17689
17689
|
/*!
|
|
17690
17690
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17691
17691
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17692
|
-
* Copyright (c) 2013-
|
|
17692
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17693
17693
|
*/
|
|
17694
17694
|
|
|
17695
17695
|
|
|
@@ -17764,7 +17764,7 @@ ContextMenu = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate */ .Cg)([
|
|
|
17764
17764
|
/*!
|
|
17765
17765
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17766
17766
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17767
|
-
* Copyright (c) 2013-
|
|
17767
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17768
17768
|
*/
|
|
17769
17769
|
|
|
17770
17770
|
|
|
@@ -17823,7 +17823,7 @@ function Alert(msg, title, callback, className = 'jodit-dialog_alert') {
|
|
|
17823
17823
|
/*!
|
|
17824
17824
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17825
17825
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17826
|
-
* Copyright (c) 2013-
|
|
17826
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17827
17827
|
*/
|
|
17828
17828
|
|
|
17829
17829
|
|
|
@@ -17899,7 +17899,7 @@ function Confirm(msg, title, callback) {
|
|
|
17899
17899
|
/*!
|
|
17900
17900
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
17901
17901
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
17902
|
-
* Copyright (c) 2013-
|
|
17902
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
17903
17903
|
*/
|
|
17904
17904
|
var Dialog_1;
|
|
17905
17905
|
|
|
@@ -18528,7 +18528,7 @@ Dialog.defaultOptions = Object.assign(Object.assign({}, jodit_core_view_view__WE
|
|
|
18528
18528
|
/*!
|
|
18529
18529
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18530
18530
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18531
|
-
* Copyright (c) 2013-
|
|
18531
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18532
18532
|
*/
|
|
18533
18533
|
/**
|
|
18534
18534
|
* [[include:modules/dialog/README.md]]
|
|
@@ -18557,7 +18557,7 @@ Dialog.defaultOptions = Object.assign(Object.assign({}, jodit_core_view_view__WE
|
|
|
18557
18557
|
/*!
|
|
18558
18558
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18559
18559
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18560
|
-
* Copyright (c) 2013-
|
|
18560
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18561
18561
|
*/
|
|
18562
18562
|
|
|
18563
18563
|
|
|
@@ -18643,7 +18643,7 @@ function Prompt(msg, title, callback, placeholder, defaultValue) {
|
|
|
18643
18643
|
/*!
|
|
18644
18644
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18645
18645
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18646
|
-
* Copyright (c) 2013-
|
|
18646
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18647
18647
|
*/
|
|
18648
18648
|
|
|
18649
18649
|
|
|
@@ -18816,7 +18816,7 @@ const CLASS_PREVIEW = 'jodit-file-browser-preview', preview_tpl_next = (next = '
|
|
|
18816
18816
|
/*!
|
|
18817
18817
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18818
18818
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18819
|
-
* Copyright (c) 2013-
|
|
18819
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18820
18820
|
*/
|
|
18821
18821
|
const map = new WeakMap();
|
|
18822
18822
|
/**
|
|
@@ -18846,7 +18846,7 @@ const elementsMap = (view) => {
|
|
|
18846
18846
|
/*!
|
|
18847
18847
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18848
18848
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18849
|
-
* Copyright (c) 2013-
|
|
18849
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18850
18850
|
*/
|
|
18851
18851
|
|
|
18852
18852
|
class FileBrowserItem {
|
|
@@ -18924,7 +18924,7 @@ class FileBrowserItem {
|
|
|
18924
18924
|
/*!
|
|
18925
18925
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18926
18926
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
18927
|
-
* Copyright (c) 2013-
|
|
18927
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
18928
18928
|
*/
|
|
18929
18929
|
|
|
18930
18930
|
|
|
@@ -19263,7 +19263,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fil
|
|
|
19263
19263
|
/*!
|
|
19264
19264
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19265
19265
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19266
|
-
* Copyright (c) 2013-
|
|
19266
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19267
19267
|
*/
|
|
19268
19268
|
|
|
19269
19269
|
|
|
@@ -19671,7 +19671,7 @@ DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
19671
19671
|
/*!
|
|
19672
19672
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19673
19673
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19674
|
-
* Copyright (c) 2013-
|
|
19674
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19675
19675
|
*/
|
|
19676
19676
|
|
|
19677
19677
|
|
|
@@ -19695,7 +19695,7 @@ function makeContextMenu(parent) {
|
|
|
19695
19695
|
/*!
|
|
19696
19696
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19697
19697
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19698
|
-
* Copyright (c) 2013-
|
|
19698
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19699
19699
|
*/
|
|
19700
19700
|
/**
|
|
19701
19701
|
* Removes a file from the server
|
|
@@ -19723,7 +19723,7 @@ function deleteFile(fb, name, source) {
|
|
|
19723
19723
|
/*!
|
|
19724
19724
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19725
19725
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19726
|
-
* Copyright (c) 2013-
|
|
19726
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19727
19727
|
*/
|
|
19728
19728
|
/**
|
|
19729
19729
|
* Loads a list of files and adds them to the state
|
|
@@ -19764,7 +19764,7 @@ function loadItems(fb) {
|
|
|
19764
19764
|
/*!
|
|
19765
19765
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19766
19766
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19767
|
-
* Copyright (c) 2013-
|
|
19767
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19768
19768
|
*/
|
|
19769
19769
|
|
|
19770
19770
|
|
|
@@ -19827,7 +19827,7 @@ function loadTree(fb) {
|
|
|
19827
19827
|
/*!
|
|
19828
19828
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
19829
19829
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
19830
|
-
* Copyright (c) 2013-
|
|
19830
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
19831
19831
|
*/
|
|
19832
19832
|
|
|
19833
19833
|
|
|
@@ -20193,7 +20193,7 @@ function isEqualButtonList(prevButtons, buttons) {
|
|
|
20193
20193
|
/*!
|
|
20194
20194
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20195
20195
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20196
|
-
* Copyright (c) 2013-
|
|
20196
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20197
20197
|
*/
|
|
20198
20198
|
/**
|
|
20199
20199
|
* [[include:modules/file-browser/README.md]]
|
|
@@ -20222,7 +20222,7 @@ function isEqualButtonList(prevButtons, buttons) {
|
|
|
20222
20222
|
/*!
|
|
20223
20223
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20224
20224
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20225
|
-
* Copyright (c) 2013-
|
|
20225
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20226
20226
|
*/
|
|
20227
20227
|
|
|
20228
20228
|
|
|
@@ -20342,7 +20342,7 @@ function nativeListeners() {
|
|
|
20342
20342
|
/*!
|
|
20343
20343
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20344
20344
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20345
|
-
* Copyright (c) 2013-
|
|
20345
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20346
20346
|
*/
|
|
20347
20347
|
|
|
20348
20348
|
|
|
@@ -20486,7 +20486,7 @@ function selfListeners() {
|
|
|
20486
20486
|
/*!
|
|
20487
20487
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20488
20488
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20489
|
-
* Copyright (c) 2013-
|
|
20489
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20490
20490
|
*/
|
|
20491
20491
|
|
|
20492
20492
|
|
|
@@ -20644,7 +20644,7 @@ function stateListeners() {
|
|
|
20644
20644
|
/*!
|
|
20645
20645
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20646
20646
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20647
|
-
* Copyright (c) 2013-
|
|
20647
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20648
20648
|
*/
|
|
20649
20649
|
|
|
20650
20650
|
|
|
@@ -20670,7 +20670,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
|
|
|
20670
20670
|
/*!
|
|
20671
20671
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20672
20672
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20673
|
-
* Copyright (c) 2013-
|
|
20673
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20674
20674
|
*/
|
|
20675
20675
|
/**
|
|
20676
20676
|
* @module modules/file-browser
|
|
@@ -20692,7 +20692,7 @@ class FileBrowserFiles extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIG
|
|
|
20692
20692
|
/*!
|
|
20693
20693
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20694
20694
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20695
|
-
* Copyright (c) 2013-
|
|
20695
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20696
20696
|
*/
|
|
20697
20697
|
|
|
20698
20698
|
|
|
@@ -20715,7 +20715,7 @@ class FileBrowserTree extends jodit_core_ui__WEBPACK_IMPORTED_MODULE_0__/* .UIGr
|
|
|
20715
20715
|
/*!
|
|
20716
20716
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20717
20717
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20718
|
-
* Copyright (c) 2013-
|
|
20718
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20719
20719
|
*/
|
|
20720
20720
|
class Command {
|
|
20721
20721
|
undo() {
|
|
@@ -20752,7 +20752,7 @@ class Command {
|
|
|
20752
20752
|
/*!
|
|
20753
20753
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
20754
20754
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
20755
|
-
* Copyright (c) 2013-
|
|
20755
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
20756
20756
|
*/
|
|
20757
20757
|
|
|
20758
20758
|
|
|
@@ -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
|
|
|
@@ -22363,7 +22363,7 @@ StatusBar = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
22363
22363
|
/*!
|
|
22364
22364
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
22365
22365
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
22366
|
-
* Copyright (c) 2013-
|
|
22366
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
22367
22367
|
*/
|
|
22368
22368
|
|
|
22369
22369
|
|
|
@@ -23061,7 +23061,7 @@ const instance = (j) => j.getInstance('Table', j.o);
|
|
|
23061
23061
|
/*!
|
|
23062
23062
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23063
23063
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23064
|
-
* Copyright (c) 2013-
|
|
23064
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23065
23065
|
*/
|
|
23066
23066
|
|
|
23067
23067
|
|
|
@@ -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
|
|
|
@@ -23608,7 +23608,7 @@ ToolbarSelect = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
23608
23608
|
/*!
|
|
23609
23609
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23610
23610
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23611
|
-
* Copyright (c) 2013-
|
|
23611
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23612
23612
|
*/
|
|
23613
23613
|
|
|
23614
23614
|
|
|
@@ -23741,7 +23741,7 @@ ToolbarCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)(
|
|
|
23741
23741
|
/*!
|
|
23742
23742
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23743
23743
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23744
|
-
* Copyright (c) 2013-
|
|
23744
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23745
23745
|
*/
|
|
23746
23746
|
|
|
23747
23747
|
|
|
@@ -23887,7 +23887,7 @@ ToolbarEditorCollection = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */
|
|
|
23887
23887
|
/*!
|
|
23888
23888
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23889
23889
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23890
|
-
* Copyright (c) 2013-
|
|
23890
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23891
23891
|
*/
|
|
23892
23892
|
|
|
23893
23893
|
|
|
@@ -23941,7 +23941,7 @@ function makeSelect(view, control, target = null) {
|
|
|
23941
23941
|
/*!
|
|
23942
23942
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
23943
23943
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
23944
|
-
* Copyright (c) 2013-
|
|
23944
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
23945
23945
|
*/
|
|
23946
23946
|
|
|
23947
23947
|
|
|
@@ -24039,7 +24039,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.uploader = {
|
|
|
24039
24039
|
/*!
|
|
24040
24040
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24041
24041
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24042
|
-
* Copyright (c) 2013-
|
|
24042
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24043
24043
|
*/
|
|
24044
24044
|
|
|
24045
24045
|
function buildData(uploader, data) {
|
|
@@ -24077,7 +24077,7 @@ function buildData(uploader, data) {
|
|
|
24077
24077
|
/*!
|
|
24078
24078
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24079
24079
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24080
|
-
* Copyright (c) 2013-
|
|
24080
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24081
24081
|
*/
|
|
24082
24082
|
/**
|
|
24083
24083
|
* @module modules/uploader
|
|
@@ -24121,7 +24121,7 @@ function dataURItoBlob(dataURI) {
|
|
|
24121
24121
|
/*!
|
|
24122
24122
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24123
24123
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24124
|
-
* Copyright (c) 2013-
|
|
24124
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24125
24125
|
*/
|
|
24126
24126
|
|
|
24127
24127
|
|
|
@@ -24154,7 +24154,7 @@ function hasItems(data) {
|
|
|
24154
24154
|
/*!
|
|
24155
24155
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24156
24156
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24157
|
-
* Copyright (c) 2013-
|
|
24157
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24158
24158
|
*/
|
|
24159
24159
|
|
|
24160
24160
|
|
|
@@ -24200,7 +24200,7 @@ function processOldBrowserDrag(self, cData, handlerSuccess, handlerError, onFina
|
|
|
24200
24200
|
/*!
|
|
24201
24201
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24202
24202
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24203
|
-
* Copyright (c) 2013-
|
|
24203
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24204
24204
|
*/
|
|
24205
24205
|
|
|
24206
24206
|
|
|
@@ -24327,7 +24327,7 @@ function readImagesWithReader(fileList, imagesExtensions, promises, uploader, ha
|
|
|
24327
24327
|
/*!
|
|
24328
24328
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24329
24329
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24330
|
-
* Copyright (c) 2013-
|
|
24330
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24331
24331
|
*/
|
|
24332
24332
|
|
|
24333
24333
|
|
|
@@ -24420,7 +24420,7 @@ function send(uploader, data) {
|
|
|
24420
24420
|
/*!
|
|
24421
24421
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24422
24422
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24423
|
-
* Copyright (c) 2013-
|
|
24423
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24424
24424
|
*/
|
|
24425
24425
|
|
|
24426
24426
|
|
|
@@ -24628,7 +24628,7 @@ class Uploader extends jodit_core_component___WEBPACK_IMPORTED_MODULE_0__/* .Vie
|
|
|
24628
24628
|
/*!
|
|
24629
24629
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24630
24630
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24631
|
-
* Copyright (c) 2013-
|
|
24631
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24632
24632
|
*/
|
|
24633
24633
|
|
|
24634
24634
|
|
|
@@ -24733,7 +24733,7 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
|
|
|
24733
24733
|
/*!
|
|
24734
24734
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24735
24735
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24736
|
-
* Copyright (c) 2013-
|
|
24736
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24737
24737
|
*/
|
|
24738
24738
|
|
|
24739
24739
|
|
|
@@ -24867,7 +24867,7 @@ function val(elm, selector, value) {
|
|
|
24867
24867
|
/*!
|
|
24868
24868
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24869
24869
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24870
|
-
* Copyright (c) 2013-
|
|
24870
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24871
24871
|
*/
|
|
24872
24872
|
/**
|
|
24873
24873
|
* [[include:modules/widget/README.md]]
|
|
@@ -24896,7 +24896,7 @@ function val(elm, selector, value) {
|
|
|
24896
24896
|
/*!
|
|
24897
24897
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
24898
24898
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
24899
|
-
* Copyright (c) 2013-
|
|
24899
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
24900
24900
|
*/
|
|
24901
24901
|
|
|
24902
24902
|
|
|
@@ -25036,7 +25036,7 @@ const TabsWidget = (jodit, tabs, state) => {
|
|
|
25036
25036
|
/*!
|
|
25037
25037
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25038
25038
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25039
|
-
* Copyright (c) 2013-
|
|
25039
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25040
25040
|
*/
|
|
25041
25041
|
|
|
25042
25042
|
|
|
@@ -25101,7 +25101,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__/* .Icon */ .I.set('about', (_abo
|
|
|
25101
25101
|
/*!
|
|
25102
25102
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25103
25103
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25104
|
-
* Copyright (c) 2013-
|
|
25104
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25105
25105
|
*/
|
|
25106
25106
|
|
|
25107
25107
|
|
|
@@ -25334,7 +25334,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('addNe
|
|
|
25334
25334
|
/*!
|
|
25335
25335
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25336
25336
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25337
|
-
* Copyright (c) 2013-
|
|
25337
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25338
25338
|
*/
|
|
25339
25339
|
|
|
25340
25340
|
|
|
@@ -25372,7 +25372,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25372
25372
|
/*!
|
|
25373
25373
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25374
25374
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25375
|
-
* Copyright (c) 2013-
|
|
25375
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25376
25376
|
*/
|
|
25377
25377
|
|
|
25378
25378
|
|
|
@@ -25497,7 +25497,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-as
|
|
|
25497
25497
|
/*!
|
|
25498
25498
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25499
25499
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25500
|
-
* Copyright (c) 2013-
|
|
25500
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25501
25501
|
*/
|
|
25502
25502
|
|
|
25503
25503
|
|
|
@@ -25597,7 +25597,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls['ai
|
|
|
25597
25597
|
/*!
|
|
25598
25598
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25599
25599
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25600
|
-
* Copyright (c) 2013-
|
|
25600
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25601
25601
|
*/
|
|
25602
25602
|
module.exports = {
|
|
25603
25603
|
aiAssistant: 'AI Assistant',
|
|
@@ -25619,7 +25619,7 @@ module.exports = {
|
|
|
25619
25619
|
/*!
|
|
25620
25620
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25621
25621
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25622
|
-
* Copyright (c) 2013-
|
|
25622
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25623
25623
|
*/
|
|
25624
25624
|
module.exports = {
|
|
25625
25625
|
aiAssistant: 'Asistente de IA',
|
|
@@ -25680,7 +25680,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25680
25680
|
/*!
|
|
25681
25681
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25682
25682
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25683
|
-
* Copyright (c) 2013-
|
|
25683
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25684
25684
|
*/
|
|
25685
25685
|
/**
|
|
25686
25686
|
* @module plugins/ai-assistant
|
|
@@ -25709,7 +25709,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25709
25709
|
/*!
|
|
25710
25710
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25711
25711
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25712
|
-
* Copyright (c) 2013-
|
|
25712
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25713
25713
|
*/
|
|
25714
25714
|
|
|
25715
25715
|
|
|
@@ -25871,7 +25871,7 @@ UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
25871
25871
|
/*!
|
|
25872
25872
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25873
25873
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
25874
|
-
* Copyright (c) 2013-
|
|
25874
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
25875
25875
|
*/
|
|
25876
25876
|
|
|
25877
25877
|
|
|
@@ -26012,7 +26012,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('backs
|
|
|
26012
26012
|
/*!
|
|
26013
26013
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26014
26014
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26015
|
-
* Copyright (c) 2013-
|
|
26015
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26016
26016
|
*/
|
|
26017
26017
|
|
|
26018
26018
|
|
|
@@ -26088,7 +26088,7 @@ function moveContentAndRemoveEmpty(jodit, mainClosestBox, sibling, backspace) {
|
|
|
26088
26088
|
/*!
|
|
26089
26089
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26090
26090
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26091
|
-
* Copyright (c) 2013-
|
|
26091
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26092
26092
|
*/
|
|
26093
26093
|
|
|
26094
26094
|
|
|
@@ -26138,7 +26138,7 @@ function checkJoinTwoLists(jodit, fakeNode, backspace) {
|
|
|
26138
26138
|
/*!
|
|
26139
26139
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26140
26140
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26141
|
-
* Copyright (c) 2013-
|
|
26141
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26142
26142
|
*/
|
|
26143
26143
|
/**
|
|
26144
26144
|
* On Not collapsed selection - should only remove whole selected content
|
|
@@ -26178,7 +26178,7 @@ function checkNotCollapsed(jodit) {
|
|
|
26178
26178
|
/*!
|
|
26179
26179
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26180
26180
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26181
|
-
* Copyright (c) 2013-
|
|
26181
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26182
26182
|
*/
|
|
26183
26183
|
|
|
26184
26184
|
|
|
@@ -26352,7 +26352,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
|
|
|
26352
26352
|
/*!
|
|
26353
26353
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26354
26354
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26355
|
-
* Copyright (c) 2013-
|
|
26355
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26356
26356
|
*/
|
|
26357
26357
|
|
|
26358
26358
|
|
|
@@ -26393,7 +26393,7 @@ function checkRemoveContentNotEditable(jodit, fakeNode, backspace) {
|
|
|
26393
26393
|
/*!
|
|
26394
26394
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26395
26395
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26396
|
-
* Copyright (c) 2013-
|
|
26396
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26397
26397
|
*/
|
|
26398
26398
|
|
|
26399
26399
|
/**
|
|
@@ -26439,7 +26439,7 @@ function checkRemoveEmptyNeighbor(jodit, fakeNode, backspace) {
|
|
|
26439
26439
|
/*!
|
|
26440
26440
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26441
26441
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26442
|
-
* Copyright (c) 2013-
|
|
26442
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26443
26443
|
*/
|
|
26444
26444
|
|
|
26445
26445
|
|
|
@@ -26508,7 +26508,7 @@ function checkRemoveEmptyParent(jodit, fakeNode, backspace) {
|
|
|
26508
26508
|
/*!
|
|
26509
26509
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26510
26510
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26511
|
-
* Copyright (c) 2013-
|
|
26511
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26512
26512
|
*/
|
|
26513
26513
|
|
|
26514
26514
|
|
|
@@ -26559,7 +26559,7 @@ function checkRemoveUnbreakableElement(jodit, fakeNode, backspace) {
|
|
|
26559
26559
|
/*!
|
|
26560
26560
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26561
26561
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26562
|
-
* Copyright (c) 2013-
|
|
26562
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26563
26563
|
*/
|
|
26564
26564
|
|
|
26565
26565
|
/**
|
|
@@ -26599,7 +26599,7 @@ function checkTableCell(jodit, fakeNode) {
|
|
|
26599
26599
|
/*!
|
|
26600
26600
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26601
26601
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26602
|
-
* Copyright (c) 2013-
|
|
26602
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26603
26603
|
*/
|
|
26604
26604
|
|
|
26605
26605
|
|
|
@@ -26660,7 +26660,7 @@ function checkUnwrapFirstListItem(jodit, fakeNode, backspace) {
|
|
|
26660
26660
|
/*!
|
|
26661
26661
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26662
26662
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26663
|
-
* Copyright (c) 2013-
|
|
26663
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26664
26664
|
*/
|
|
26665
26665
|
/**
|
|
26666
26666
|
* @module plugins/backspace
|
|
@@ -26700,7 +26700,7 @@ const cases = [
|
|
|
26700
26700
|
/*!
|
|
26701
26701
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26702
26702
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26703
|
-
* Copyright (c) 2013-
|
|
26703
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26704
26704
|
*/
|
|
26705
26705
|
/**
|
|
26706
26706
|
* @module plugins/backspace
|
|
@@ -26732,7 +26732,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.delete = {
|
|
|
26732
26732
|
/*!
|
|
26733
26733
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26734
26734
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26735
|
-
* Copyright (c) 2013-
|
|
26735
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26736
26736
|
*/
|
|
26737
26737
|
|
|
26738
26738
|
/**
|
|
@@ -26793,7 +26793,7 @@ function getMoveFilter(jodit) {
|
|
|
26793
26793
|
/*!
|
|
26794
26794
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26795
26795
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26796
|
-
* Copyright (c) 2013-
|
|
26796
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26797
26797
|
*/
|
|
26798
26798
|
|
|
26799
26799
|
|
|
@@ -26882,7 +26882,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('bold', (_icon
|
|
|
26882
26882
|
/*!
|
|
26883
26883
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26884
26884
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26885
|
-
* Copyright (c) 2013-
|
|
26885
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26886
26886
|
*/
|
|
26887
26887
|
|
|
26888
26888
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.subscript = {
|
|
@@ -26945,7 +26945,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.controls.str
|
|
|
26945
26945
|
/*!
|
|
26946
26946
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
26947
26947
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
26948
|
-
* Copyright (c) 2013-
|
|
26948
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
26949
26949
|
*/
|
|
26950
26950
|
|
|
26951
26951
|
|
|
@@ -27064,7 +27064,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_4__/* .Icon */ .I.set('class-span',
|
|
|
27064
27064
|
/*!
|
|
27065
27065
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27066
27066
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27067
|
-
* Copyright (c) 2013-
|
|
27067
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27068
27068
|
*/
|
|
27069
27069
|
|
|
27070
27070
|
|
|
@@ -27187,7 +27187,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('clean
|
|
|
27187
27187
|
/*!
|
|
27188
27188
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27189
27189
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27190
|
-
* Copyright (c) 2013-
|
|
27190
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27191
27191
|
*/
|
|
27192
27192
|
|
|
27193
27193
|
|
|
@@ -27229,7 +27229,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('eraser', (_er
|
|
|
27229
27229
|
/*!
|
|
27230
27230
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27231
27231
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27232
|
-
* Copyright (c) 2013-
|
|
27232
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27233
27233
|
*/
|
|
27234
27234
|
|
|
27235
27235
|
|
|
@@ -27295,7 +27295,7 @@ function getHash(tags) {
|
|
|
27295
27295
|
/*!
|
|
27296
27296
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27297
27297
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27298
|
-
* Copyright (c) 2013-
|
|
27298
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27299
27299
|
*/
|
|
27300
27300
|
/**
|
|
27301
27301
|
* @module plugins/clean-html
|
|
@@ -27321,7 +27321,7 @@ function getHash(tags) {
|
|
|
27321
27321
|
/*!
|
|
27322
27322
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27323
27323
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27324
|
-
* Copyright (c) 2013-
|
|
27324
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27325
27325
|
*/
|
|
27326
27326
|
|
|
27327
27327
|
|
|
@@ -27380,7 +27380,7 @@ function isInlineBlock(node) {
|
|
|
27380
27380
|
/*!
|
|
27381
27381
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27382
27382
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27383
|
-
* Copyright (c) 2013-
|
|
27383
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27384
27384
|
*/
|
|
27385
27385
|
|
|
27386
27386
|
|
|
@@ -27445,7 +27445,7 @@ function removeFormatForSelection(jodit) {
|
|
|
27445
27445
|
/*!
|
|
27446
27446
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27447
27447
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27448
|
-
* Copyright (c) 2013-
|
|
27448
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27449
27449
|
*/
|
|
27450
27450
|
|
|
27451
27451
|
/**
|
|
@@ -27488,7 +27488,7 @@ function allowAttributes(jodit, nodeElm, hadEffect, allow) {
|
|
|
27488
27488
|
/*!
|
|
27489
27489
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27490
27490
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27491
|
-
* Copyright (c) 2013-
|
|
27491
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27492
27492
|
*/
|
|
27493
27493
|
|
|
27494
27494
|
|
|
@@ -27541,7 +27541,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27541
27541
|
/*!
|
|
27542
27542
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27543
27543
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27544
|
-
* Copyright (c) 2013-
|
|
27544
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27545
27545
|
*/
|
|
27546
27546
|
/**
|
|
27547
27547
|
* @module plugins/clean-html
|
|
@@ -27571,7 +27571,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27571
27571
|
/*!
|
|
27572
27572
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27573
27573
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27574
|
-
* Copyright (c) 2013-
|
|
27574
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27575
27575
|
*/
|
|
27576
27576
|
|
|
27577
27577
|
/**
|
|
@@ -27603,7 +27603,7 @@ function removeEmptyTextNode(jodit, node, hadEffect, arg, argi, currentNode) {
|
|
|
27603
27603
|
/*!
|
|
27604
27604
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27605
27605
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27606
|
-
* Copyright (c) 2013-
|
|
27606
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27607
27607
|
*/
|
|
27608
27608
|
|
|
27609
27609
|
|
|
@@ -27645,7 +27645,7 @@ function removeInvTextNodes(jodit, node, hadEffect, arg, argi, currentNode) {
|
|
|
27645
27645
|
/*!
|
|
27646
27646
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27647
27647
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27648
|
-
* Copyright (c) 2013-
|
|
27648
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27649
27649
|
*/
|
|
27650
27650
|
|
|
27651
27651
|
/**
|
|
@@ -27689,7 +27689,7 @@ function replaceIfMatched(jodit, oldParent, list) {
|
|
|
27689
27689
|
/*!
|
|
27690
27690
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27691
27691
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27692
|
-
* Copyright (c) 2013-
|
|
27692
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27693
27693
|
*/
|
|
27694
27694
|
|
|
27695
27695
|
|
|
@@ -27723,7 +27723,7 @@ function sanitizeAttributes(jodit, nodeElm, hadEffect) {
|
|
|
27723
27723
|
/*!
|
|
27724
27724
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27725
27725
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27726
|
-
* Copyright (c) 2013-
|
|
27726
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27727
27727
|
*/
|
|
27728
27728
|
|
|
27729
27729
|
|
|
@@ -27769,7 +27769,7 @@ function isRemovableNode(jodit, node, current, allow, deny) {
|
|
|
27769
27769
|
/*!
|
|
27770
27770
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27771
27771
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27772
|
-
* Copyright (c) 2013-
|
|
27772
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27773
27773
|
*/
|
|
27774
27774
|
|
|
27775
27775
|
|
|
@@ -27812,7 +27812,7 @@ function visitNodeWalker(jodit, nodeElm, allowTags, denyTags, currentSelectionNo
|
|
|
27812
27812
|
/*!
|
|
27813
27813
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27814
27814
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27815
|
-
* Copyright (c) 2013-
|
|
27815
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27816
27816
|
*/
|
|
27817
27817
|
|
|
27818
27818
|
|
|
@@ -27901,7 +27901,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('clipb
|
|
|
27901
27901
|
/*!
|
|
27902
27902
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27903
27903
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27904
|
-
* Copyright (c) 2013-
|
|
27904
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27905
27905
|
*/
|
|
27906
27906
|
|
|
27907
27907
|
|
|
@@ -27943,7 +27943,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('copy', (_icon
|
|
|
27943
27943
|
/*!
|
|
27944
27944
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
27945
27945
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
27946
|
-
* Copyright (c) 2013-
|
|
27946
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
27947
27947
|
*/
|
|
27948
27948
|
|
|
27949
27949
|
|
|
@@ -28006,7 +28006,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('color
|
|
|
28006
28006
|
/*!
|
|
28007
28007
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28008
28008
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28009
|
-
* Copyright (c) 2013-
|
|
28009
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28010
28010
|
*/
|
|
28011
28011
|
|
|
28012
28012
|
|
|
@@ -28177,7 +28177,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.bru
|
|
|
28177
28177
|
/*!
|
|
28178
28178
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28179
28179
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28180
|
-
* Copyright (c) 2013-
|
|
28180
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28181
28181
|
*/
|
|
28182
28182
|
|
|
28183
28183
|
|
|
@@ -28297,7 +28297,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_2__/* .Icon */ .I.set('copyformat',
|
|
|
28297
28297
|
/*!
|
|
28298
28298
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28299
28299
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28300
|
-
* Copyright (c) 2013-
|
|
28300
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28301
28301
|
*/
|
|
28302
28302
|
module.exports = {
|
|
28303
28303
|
'copy-format': 'نسخ التنسيق'
|
|
@@ -28314,7 +28314,7 @@ module.exports = {
|
|
|
28314
28314
|
/*!
|
|
28315
28315
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28316
28316
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28317
|
-
* Copyright (c) 2013-
|
|
28317
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28318
28318
|
*/
|
|
28319
28319
|
module.exports = {
|
|
28320
28320
|
'copy-format': 'Kopírovat formát'
|
|
@@ -28331,7 +28331,7 @@ module.exports = {
|
|
|
28331
28331
|
/*!
|
|
28332
28332
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28333
28333
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28334
|
-
* Copyright (c) 2013-
|
|
28334
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28335
28335
|
*/
|
|
28336
28336
|
module.exports = {
|
|
28337
28337
|
'copy-format': 'Format kopierenт'
|
|
@@ -28348,7 +28348,7 @@ module.exports = {
|
|
|
28348
28348
|
/*!
|
|
28349
28349
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28350
28350
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28351
|
-
* Copyright (c) 2013-
|
|
28351
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28352
28352
|
*/
|
|
28353
28353
|
module.exports = {
|
|
28354
28354
|
'copy-format': 'Copiar formato'
|
|
@@ -28365,7 +28365,7 @@ module.exports = {
|
|
|
28365
28365
|
/*!
|
|
28366
28366
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28367
28367
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28368
|
-
* Copyright (c) 2013-
|
|
28368
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28369
28369
|
*/
|
|
28370
28370
|
module.exports = {
|
|
28371
28371
|
'copy-format': 'کپی کردن قالب'
|
|
@@ -28382,7 +28382,7 @@ module.exports = {
|
|
|
28382
28382
|
/*!
|
|
28383
28383
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28384
28384
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28385
|
-
* Copyright (c) 2013-
|
|
28385
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28386
28386
|
*/
|
|
28387
28387
|
module.exports = {
|
|
28388
28388
|
'copy-format': 'Kopioi muotoilu'
|
|
@@ -28399,7 +28399,7 @@ module.exports = {
|
|
|
28399
28399
|
/*!
|
|
28400
28400
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28401
28401
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28402
|
-
* Copyright (c) 2013-
|
|
28402
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28403
28403
|
*/
|
|
28404
28404
|
module.exports = {
|
|
28405
28405
|
'copy-format': 'Format de copie'
|
|
@@ -28416,7 +28416,7 @@ module.exports = {
|
|
|
28416
28416
|
/*!
|
|
28417
28417
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28418
28418
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28419
|
-
* Copyright (c) 2013-
|
|
28419
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28420
28420
|
*/
|
|
28421
28421
|
module.exports = {
|
|
28422
28422
|
'copy-format': 'העתק עיצוב'
|
|
@@ -28433,7 +28433,7 @@ module.exports = {
|
|
|
28433
28433
|
/*!
|
|
28434
28434
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28435
28435
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28436
|
-
* Copyright (c) 2013-
|
|
28436
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28437
28437
|
*/
|
|
28438
28438
|
module.exports = {
|
|
28439
28439
|
'copy-format': 'Formátum másolás'
|
|
@@ -28450,7 +28450,7 @@ module.exports = {
|
|
|
28450
28450
|
/*!
|
|
28451
28451
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28452
28452
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28453
|
-
* Copyright (c) 2013-
|
|
28453
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28454
28454
|
*/
|
|
28455
28455
|
module.exports = {
|
|
28456
28456
|
'copy-format': 'salin format'
|
|
@@ -28532,7 +28532,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28532
28532
|
/*!
|
|
28533
28533
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28534
28534
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28535
|
-
* Copyright (c) 2013-
|
|
28535
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28536
28536
|
*/
|
|
28537
28537
|
|
|
28538
28538
|
|
|
@@ -28568,7 +28568,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28568
28568
|
/*!
|
|
28569
28569
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28570
28570
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28571
|
-
* Copyright (c) 2013-
|
|
28571
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28572
28572
|
*/
|
|
28573
28573
|
module.exports = {
|
|
28574
28574
|
'copy-format': 'Copia il formato'
|
|
@@ -28585,7 +28585,7 @@ module.exports = {
|
|
|
28585
28585
|
/*!
|
|
28586
28586
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28587
28587
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28588
|
-
* Copyright (c) 2013-
|
|
28588
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28589
28589
|
*/
|
|
28590
28590
|
module.exports = {
|
|
28591
28591
|
'copy-format': 'copyformat'
|
|
@@ -28602,7 +28602,7 @@ module.exports = {
|
|
|
28602
28602
|
/*!
|
|
28603
28603
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28604
28604
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28605
|
-
* Copyright (c) 2013-
|
|
28605
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28606
28606
|
*/
|
|
28607
28607
|
module.exports = {
|
|
28608
28608
|
'copy-format': '복사 형식'
|
|
@@ -28619,7 +28619,7 @@ module.exports = {
|
|
|
28619
28619
|
/*!
|
|
28620
28620
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28621
28621
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28622
|
-
* Copyright (c) 2013-
|
|
28622
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28623
28623
|
*/
|
|
28624
28624
|
module.exports = {
|
|
28625
28625
|
'copy-format': 'Формат хуулах'
|
|
@@ -28636,7 +28636,7 @@ module.exports = {
|
|
|
28636
28636
|
/*!
|
|
28637
28637
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28638
28638
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28639
|
-
* Copyright (c) 2013-
|
|
28639
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28640
28640
|
*/
|
|
28641
28641
|
module.exports = {
|
|
28642
28642
|
'copy-format': 'opmaak kopiëren'
|
|
@@ -28653,7 +28653,7 @@ module.exports = {
|
|
|
28653
28653
|
/*!
|
|
28654
28654
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28655
28655
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28656
|
-
* Copyright (c) 2013-
|
|
28656
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28657
28657
|
*/
|
|
28658
28658
|
module.exports = {
|
|
28659
28659
|
'copy-format': 'format kopii'
|
|
@@ -28670,7 +28670,7 @@ module.exports = {
|
|
|
28670
28670
|
/*!
|
|
28671
28671
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28672
28672
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28673
|
-
* Copyright (c) 2013-
|
|
28673
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28674
28674
|
*/
|
|
28675
28675
|
module.exports = {
|
|
28676
28676
|
'copy-format': 'Copiar formato'
|
|
@@ -28687,7 +28687,7 @@ module.exports = {
|
|
|
28687
28687
|
/*!
|
|
28688
28688
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28689
28689
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28690
|
-
* Copyright (c) 2013-
|
|
28690
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28691
28691
|
*/
|
|
28692
28692
|
module.exports = {
|
|
28693
28693
|
'copy-format': 'Копировать формат'
|
|
@@ -28704,7 +28704,7 @@ module.exports = {
|
|
|
28704
28704
|
/*!
|
|
28705
28705
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28706
28706
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28707
|
-
* Copyright (c) 2013-
|
|
28707
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28708
28708
|
*/
|
|
28709
28709
|
module.exports = {
|
|
28710
28710
|
'copy-format': 'Kopyalama Biçimi'
|
|
@@ -28721,7 +28721,7 @@ module.exports = {
|
|
|
28721
28721
|
/*!
|
|
28722
28722
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28723
28723
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28724
|
-
* Copyright (c) 2013-
|
|
28724
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28725
28725
|
*/
|
|
28726
28726
|
module.exports = {
|
|
28727
28727
|
'copy-format': '复制格式'
|
|
@@ -28738,7 +28738,7 @@ module.exports = {
|
|
|
28738
28738
|
/*!
|
|
28739
28739
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28740
28740
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28741
|
-
* Copyright (c) 2013-
|
|
28741
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28742
28742
|
*/
|
|
28743
28743
|
module.exports = {
|
|
28744
28744
|
'copy-format': '複製格式'
|
|
@@ -28760,7 +28760,7 @@ module.exports = {
|
|
|
28760
28760
|
/*!
|
|
28761
28761
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28762
28762
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28763
|
-
* Copyright (c) 2013-
|
|
28763
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28764
28764
|
*/
|
|
28765
28765
|
|
|
28766
28766
|
|
|
@@ -28902,7 +28902,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('delet
|
|
|
28902
28902
|
/*!
|
|
28903
28903
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28904
28904
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28905
|
-
* Copyright (c) 2013-
|
|
28905
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28906
28906
|
*/
|
|
28907
28907
|
/**
|
|
28908
28908
|
* @module plugins/drag-and-drop-element
|
|
@@ -28928,7 +28928,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.draggableTag
|
|
|
28928
28928
|
/*!
|
|
28929
28929
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
28930
28930
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
28931
|
-
* Copyright (c) 2013-
|
|
28931
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
28932
28932
|
*/
|
|
28933
28933
|
|
|
28934
28934
|
|
|
@@ -29143,7 +29143,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('dragA
|
|
|
29143
29143
|
/*!
|
|
29144
29144
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29145
29145
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29146
|
-
* Copyright (c) 2013-
|
|
29146
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29147
29147
|
*/
|
|
29148
29148
|
|
|
29149
29149
|
|
|
@@ -29338,7 +29338,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29338
29338
|
/*!
|
|
29339
29339
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29340
29340
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29341
|
-
* Copyright (c) 2013-
|
|
29341
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29342
29342
|
*/
|
|
29343
29343
|
/**
|
|
29344
29344
|
* @module plugins/dtd
|
|
@@ -29360,7 +29360,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29360
29360
|
/*!
|
|
29361
29361
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29362
29362
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29363
|
-
* Copyright (c) 2013-
|
|
29363
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29364
29364
|
*/
|
|
29365
29365
|
|
|
29366
29366
|
const brBoxes = new Set([
|
|
@@ -29405,7 +29405,7 @@ function removeExtraBr(jodit, node) {
|
|
|
29405
29405
|
/*!
|
|
29406
29406
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29407
29407
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29408
|
-
* Copyright (c) 2013-
|
|
29408
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29409
29409
|
*/
|
|
29410
29410
|
|
|
29411
29411
|
/**
|
|
@@ -29443,7 +29443,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29443
29443
|
/*!
|
|
29444
29444
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29445
29445
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29446
|
-
* Copyright (c) 2013-
|
|
29446
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29447
29447
|
*/
|
|
29448
29448
|
/**
|
|
29449
29449
|
* @module plugins/dtd
|
|
@@ -29462,7 +29462,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29462
29462
|
/*!
|
|
29463
29463
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29464
29464
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29465
|
-
* Copyright (c) 2013-
|
|
29465
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29466
29466
|
*/
|
|
29467
29467
|
|
|
29468
29468
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
|
|
@@ -29516,7 +29516,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.dtd = {
|
|
|
29516
29516
|
/*!
|
|
29517
29517
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29518
29518
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29519
|
-
* Copyright (c) 2013-
|
|
29519
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29520
29520
|
*/
|
|
29521
29521
|
|
|
29522
29522
|
|
|
@@ -29568,7 +29568,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('dtd',
|
|
|
29568
29568
|
/*!
|
|
29569
29569
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29570
29570
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29571
|
-
* Copyright (c) 2013-
|
|
29571
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29572
29572
|
*/
|
|
29573
29573
|
|
|
29574
29574
|
|
|
@@ -29678,7 +29678,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('enter
|
|
|
29678
29678
|
/*!
|
|
29679
29679
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29680
29680
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29681
|
-
* Copyright (c) 2013-
|
|
29681
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29682
29682
|
*/
|
|
29683
29683
|
|
|
29684
29684
|
|
|
@@ -29747,7 +29747,7 @@ function brBefore(start) {
|
|
|
29747
29747
|
/*!
|
|
29748
29748
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29749
29749
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29750
|
-
* Copyright (c) 2013-
|
|
29750
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29751
29751
|
*/
|
|
29752
29752
|
|
|
29753
29753
|
/**
|
|
@@ -29777,7 +29777,7 @@ function checkUnsplittableBox(fake, jodit, currentBox) {
|
|
|
29777
29777
|
/*!
|
|
29778
29778
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29779
29779
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29780
|
-
* Copyright (c) 2013-
|
|
29780
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29781
29781
|
*/
|
|
29782
29782
|
|
|
29783
29783
|
|
|
@@ -29818,7 +29818,7 @@ function getBlockWrapper(fake, jodit, tagReg = jodit_core_constants__WEBPACK_IMP
|
|
|
29818
29818
|
/*!
|
|
29819
29819
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29820
29820
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29821
|
-
* Copyright (c) 2013-
|
|
29821
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29822
29822
|
*/
|
|
29823
29823
|
|
|
29824
29824
|
/**
|
|
@@ -29858,7 +29858,7 @@ function hasPreviousBlock(fake, jodit) {
|
|
|
29858
29858
|
/*!
|
|
29859
29859
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29860
29860
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29861
|
-
* Copyright (c) 2013-
|
|
29861
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29862
29862
|
*/
|
|
29863
29863
|
/**
|
|
29864
29864
|
* @module plugins/enter
|
|
@@ -29888,7 +29888,7 @@ function hasPreviousBlock(fake, jodit) {
|
|
|
29888
29888
|
/*!
|
|
29889
29889
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29890
29890
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29891
|
-
* Copyright (c) 2013-
|
|
29891
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29892
29892
|
*/
|
|
29893
29893
|
|
|
29894
29894
|
|
|
@@ -29924,7 +29924,7 @@ function insertParagraph(fake, editor, wrapperTag, style) {
|
|
|
29924
29924
|
/*!
|
|
29925
29925
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29926
29926
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29927
|
-
* Copyright (c) 2013-
|
|
29927
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29928
29928
|
*/
|
|
29929
29929
|
|
|
29930
29930
|
/**
|
|
@@ -29960,7 +29960,7 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
|
|
|
29960
29960
|
/*!
|
|
29961
29961
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
29962
29962
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
29963
|
-
* Copyright (c) 2013-
|
|
29963
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
29964
29964
|
*/
|
|
29965
29965
|
|
|
29966
29966
|
|
|
@@ -30014,7 +30014,7 @@ function processEmptyLILeaf(fake, jodit, li) {
|
|
|
30014
30014
|
/*!
|
|
30015
30015
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30016
30016
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30017
|
-
* Copyright (c) 2013-
|
|
30017
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30018
30018
|
*/
|
|
30019
30019
|
|
|
30020
30020
|
|
|
@@ -30062,7 +30062,7 @@ function splitFragment(fake, jodit, block) {
|
|
|
30062
30062
|
/*!
|
|
30063
30063
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30064
30064
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30065
|
-
* Copyright (c) 2013-
|
|
30065
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30066
30066
|
*/
|
|
30067
30067
|
|
|
30068
30068
|
/**
|
|
@@ -30101,7 +30101,7 @@ function wrapText(fake, jodit) {
|
|
|
30101
30101
|
/*!
|
|
30102
30102
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30103
30103
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30104
|
-
* Copyright (c) 2013-
|
|
30104
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30105
30105
|
*/
|
|
30106
30106
|
|
|
30107
30107
|
|
|
@@ -30164,7 +30164,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('file'
|
|
|
30164
30164
|
/*!
|
|
30165
30165
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30166
30166
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30167
|
-
* Copyright (c) 2013-
|
|
30167
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30168
30168
|
*/
|
|
30169
30169
|
|
|
30170
30170
|
|
|
@@ -30251,7 +30251,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('focus
|
|
|
30251
30251
|
/*!
|
|
30252
30252
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30253
30253
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30254
|
-
* Copyright (c) 2013-
|
|
30254
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30255
30255
|
*/
|
|
30256
30256
|
|
|
30257
30257
|
|
|
@@ -30372,7 +30372,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.fon
|
|
|
30372
30372
|
/*!
|
|
30373
30373
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30374
30374
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30375
|
-
* Copyright (c) 2013-
|
|
30375
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30376
30376
|
*/
|
|
30377
30377
|
|
|
30378
30378
|
|
|
@@ -30436,7 +30436,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('font'
|
|
|
30436
30436
|
/*!
|
|
30437
30437
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30438
30438
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30439
|
-
* Copyright (c) 2013-
|
|
30439
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30440
30440
|
*/
|
|
30441
30441
|
|
|
30442
30442
|
|
|
@@ -30503,7 +30503,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.par
|
|
|
30503
30503
|
/*!
|
|
30504
30504
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30505
30505
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30506
|
-
* Copyright (c) 2013-
|
|
30506
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30507
30507
|
*/
|
|
30508
30508
|
|
|
30509
30509
|
|
|
@@ -30542,7 +30542,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('forma
|
|
|
30542
30542
|
/*!
|
|
30543
30543
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30544
30544
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30545
|
-
* Copyright (c) 2013-
|
|
30545
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30546
30546
|
*/
|
|
30547
30547
|
|
|
30548
30548
|
|
|
@@ -30586,7 +30586,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ful
|
|
|
30586
30586
|
/*!
|
|
30587
30587
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30588
30588
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30589
|
-
* Copyright (c) 2013-
|
|
30589
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30590
30590
|
*/
|
|
30591
30591
|
|
|
30592
30592
|
|
|
@@ -30691,7 +30691,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('fulls
|
|
|
30691
30691
|
/*!
|
|
30692
30692
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30693
30693
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30694
|
-
* Copyright (c) 2013-
|
|
30694
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30695
30695
|
*/
|
|
30696
30696
|
|
|
30697
30697
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHotkeys = {
|
|
@@ -30717,7 +30717,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.commandToHot
|
|
|
30717
30717
|
/*!
|
|
30718
30718
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30719
30719
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30720
|
-
* Copyright (c) 2013-
|
|
30720
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30721
30721
|
*/
|
|
30722
30722
|
|
|
30723
30723
|
|
|
@@ -30876,7 +30876,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hotke
|
|
|
30876
30876
|
/*!
|
|
30877
30877
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30878
30878
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30879
|
-
* Copyright (c) 2013-
|
|
30879
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30880
30880
|
*/
|
|
30881
30881
|
|
|
30882
30882
|
|
|
@@ -30924,7 +30924,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('hr',
|
|
|
30924
30924
|
/*!
|
|
30925
30925
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30926
30926
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30927
|
-
* Copyright (c) 2013-
|
|
30927
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30928
30928
|
*/
|
|
30929
30929
|
/**
|
|
30930
30930
|
* @module plugins/iframe
|
|
@@ -31018,7 +31018,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.iframeSandbo
|
|
|
31018
31018
|
/*!
|
|
31019
31019
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31020
31020
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31021
|
-
* Copyright (c) 2013-
|
|
31021
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31022
31022
|
*/
|
|
31023
31023
|
|
|
31024
31024
|
|
|
@@ -31210,7 +31210,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ifram
|
|
|
31210
31210
|
/*!
|
|
31211
31211
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31212
31212
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31213
|
-
* Copyright (c) 2013-
|
|
31213
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31214
31214
|
*/
|
|
31215
31215
|
/**
|
|
31216
31216
|
* @module plugins/image-processor
|
|
@@ -31238,7 +31238,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.imageProcess
|
|
|
31238
31238
|
/*!
|
|
31239
31239
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31240
31240
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31241
|
-
* Copyright (c) 2013-
|
|
31241
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31242
31242
|
*/
|
|
31243
31243
|
|
|
31244
31244
|
|
|
@@ -31367,7 +31367,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
|
|
|
31367
31367
|
/*!
|
|
31368
31368
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31369
31369
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31370
|
-
* Copyright (c) 2013-
|
|
31370
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31371
31371
|
*/
|
|
31372
31372
|
/**
|
|
31373
31373
|
* @module plugins/image-properties
|
|
@@ -31417,7 +31417,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.image = {
|
|
|
31417
31417
|
/*!
|
|
31418
31418
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31419
31419
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31420
|
-
* Copyright (c) 2013-
|
|
31420
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31421
31421
|
*/
|
|
31422
31422
|
|
|
31423
31423
|
|
|
@@ -31668,7 +31668,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('image
|
|
|
31668
31668
|
/*!
|
|
31669
31669
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31670
31670
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31671
|
-
* Copyright (c) 2013-
|
|
31671
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31672
31672
|
*/
|
|
31673
31673
|
|
|
31674
31674
|
/**
|
|
@@ -31711,7 +31711,7 @@ function readAlign(image, values) {
|
|
|
31711
31711
|
/*!
|
|
31712
31712
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31713
31713
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31714
|
-
* Copyright (c) 2013-
|
|
31714
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31715
31715
|
*/
|
|
31716
31716
|
|
|
31717
31717
|
|
|
@@ -31765,7 +31765,7 @@ function readValuesFromImage(j, state) {
|
|
|
31765
31765
|
/*!
|
|
31766
31766
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31767
31767
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31768
|
-
* Copyright (c) 2013-
|
|
31768
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31769
31769
|
*/
|
|
31770
31770
|
|
|
31771
31771
|
|
|
@@ -31796,7 +31796,7 @@ function readLink(state, j, values) {
|
|
|
31796
31796
|
/*!
|
|
31797
31797
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31798
31798
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31799
|
-
* Copyright (c) 2013-
|
|
31799
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31800
31800
|
*/
|
|
31801
31801
|
/**
|
|
31802
31802
|
* @module plugins/image-properties
|
|
@@ -31843,7 +31843,7 @@ function readMargins(image, values, state) {
|
|
|
31843
31843
|
/*!
|
|
31844
31844
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31845
31845
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31846
|
-
* Copyright (c) 2013-
|
|
31846
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31847
31847
|
*/
|
|
31848
31848
|
|
|
31849
31849
|
/**
|
|
@@ -31910,7 +31910,7 @@ function readSizes(image, values, state) {
|
|
|
31910
31910
|
/*!
|
|
31911
31911
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
31912
31912
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
31913
|
-
* Copyright (c) 2013-
|
|
31913
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
31914
31914
|
*/
|
|
31915
31915
|
|
|
31916
31916
|
|
|
@@ -32090,7 +32090,7 @@ UIImagePropertiesForm = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .
|
|
|
32090
32090
|
/*!
|
|
32091
32091
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32092
32092
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32093
|
-
* Copyright (c) 2013-
|
|
32093
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32094
32094
|
*/
|
|
32095
32095
|
|
|
32096
32096
|
|
|
@@ -32283,7 +32283,7 @@ UIImageMainTab = (0,tslib__WEBPACK_IMPORTED_MODULE_4__/* .__decorate */ .Cg)([
|
|
|
32283
32283
|
/*!
|
|
32284
32284
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32285
32285
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32286
|
-
* Copyright (c) 2013-
|
|
32286
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32287
32287
|
*/
|
|
32288
32288
|
|
|
32289
32289
|
|
|
@@ -32549,7 +32549,7 @@ UIImagePositionTab = (0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)
|
|
|
32549
32549
|
/*!
|
|
32550
32550
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32551
32551
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32552
|
-
* Copyright (c) 2013-
|
|
32552
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32553
32553
|
*/
|
|
32554
32554
|
|
|
32555
32555
|
|
|
@@ -32617,7 +32617,7 @@ function openImageEditorDialog(j, state) {
|
|
|
32617
32617
|
/*!
|
|
32618
32618
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32619
32619
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32620
|
-
* Copyright (c) 2013-
|
|
32620
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32621
32621
|
*/
|
|
32622
32622
|
|
|
32623
32623
|
|
|
@@ -32666,7 +32666,7 @@ function openImagePopup(j, dialog, state, button) {
|
|
|
32666
32666
|
/*!
|
|
32667
32667
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32668
32668
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32669
|
-
* Copyright (c) 2013-
|
|
32669
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32670
32670
|
*/
|
|
32671
32671
|
/**
|
|
32672
32672
|
* @module plugins/image-properties
|
|
@@ -32706,7 +32706,7 @@ const normalSizeToString = (value) => {
|
|
|
32706
32706
|
/*!
|
|
32707
32707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32708
32708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32709
|
-
* Copyright (c) 2013-
|
|
32709
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32710
32710
|
*/
|
|
32711
32711
|
|
|
32712
32712
|
|
|
@@ -32772,7 +32772,7 @@ function applyValuesToImage(j, state, image) {
|
|
|
32772
32772
|
/*!
|
|
32773
32773
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32774
32774
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32775
|
-
* Copyright (c) 2013-
|
|
32775
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32776
32776
|
*/
|
|
32777
32777
|
|
|
32778
32778
|
|
|
@@ -32809,7 +32809,7 @@ function applyLink(j, image, imageLink, imageLinkOpenInNewTab) {
|
|
|
32809
32809
|
/*!
|
|
32810
32810
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32811
32811
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32812
|
-
* Copyright (c) 2013-
|
|
32812
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32813
32813
|
*/
|
|
32814
32814
|
|
|
32815
32815
|
|
|
@@ -32857,7 +32857,7 @@ function applyMargin(j, marginTop, marginRight, marginBottom, marginLeft, image,
|
|
|
32857
32857
|
/*!
|
|
32858
32858
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32859
32859
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32860
|
-
* Copyright (c) 2013-
|
|
32860
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32861
32861
|
*/
|
|
32862
32862
|
/**
|
|
32863
32863
|
* @module plugins/image-properties
|
|
@@ -32909,7 +32909,7 @@ function applySize(image, imageWidth, imageHeight, sizeIsLocked) {
|
|
|
32909
32909
|
/*!
|
|
32910
32910
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32911
32911
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32912
|
-
* Copyright (c) 2013-
|
|
32912
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32913
32913
|
*/
|
|
32914
32914
|
|
|
32915
32915
|
|
|
@@ -32984,7 +32984,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('image
|
|
|
32984
32984
|
/*!
|
|
32985
32985
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
32986
32986
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
32987
|
-
* Copyright (c) 2013-
|
|
32987
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
32988
32988
|
*/
|
|
32989
32989
|
|
|
32990
32990
|
|
|
@@ -33027,7 +33027,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.indentMargin
|
|
|
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
|
* @module plugins/indent
|
|
@@ -33056,7 +33056,7 @@ const getKey = (direction, box) => `${jodit_core_dom_dom__WEBPACK_IMPORTED_MODUL
|
|
|
33056
33056
|
/*!
|
|
33057
33057
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33058
33058
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33059
|
-
* Copyright (c) 2013-
|
|
33059
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33060
33060
|
*/
|
|
33061
33061
|
|
|
33062
33062
|
|
|
@@ -33194,7 +33194,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
|
|
|
33194
33194
|
/*!
|
|
33195
33195
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33196
33196
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33197
|
-
* Copyright (c) 2013-
|
|
33197
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33198
33198
|
*/
|
|
33199
33199
|
/**
|
|
33200
33200
|
* [[include:plugins/README.md]]
|
|
@@ -33296,7 +33296,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inden
|
|
|
33296
33296
|
/*!
|
|
33297
33297
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33298
33298
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33299
|
-
* Copyright (c) 2013-
|
|
33299
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33300
33300
|
*/
|
|
33301
33301
|
|
|
33302
33302
|
|
|
@@ -33362,7 +33362,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
|
|
|
33362
33362
|
/*!
|
|
33363
33363
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33364
33364
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33365
|
-
* Copyright (c) 2013-
|
|
33365
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33366
33366
|
*/
|
|
33367
33367
|
|
|
33368
33368
|
/* harmony default export */ __webpack_exports__.A = ([
|
|
@@ -33398,7 +33398,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.popup = {
|
|
|
33398
33398
|
/*!
|
|
33399
33399
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33400
33400
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33401
|
-
* Copyright (c) 2013-
|
|
33401
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33402
33402
|
*/
|
|
33403
33403
|
|
|
33404
33404
|
|
|
@@ -33511,7 +33511,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
|
|
|
33511
33511
|
/*!
|
|
33512
33512
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33513
33513
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33514
|
-
* Copyright (c) 2013-
|
|
33514
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33515
33515
|
*/
|
|
33516
33516
|
|
|
33517
33517
|
/* harmony default export */ __webpack_exports__.A = ([
|
|
@@ -33542,7 +33542,7 @@ const cmd = (control) => control.args && (0,jodit_core_helpers_checker__WEBPACK_
|
|
|
33542
33542
|
/*!
|
|
33543
33543
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33544
33544
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33545
|
-
* Copyright (c) 2013-
|
|
33545
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33546
33546
|
*/
|
|
33547
33547
|
|
|
33548
33548
|
|
|
@@ -33622,7 +33622,7 @@ const align = {
|
|
|
33622
33622
|
/*!
|
|
33623
33623
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33624
33624
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33625
|
-
* Copyright (c) 2013-
|
|
33625
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33626
33626
|
*/
|
|
33627
33627
|
/**
|
|
33628
33628
|
* @module plugins/inline-popup
|
|
@@ -33676,7 +33676,7 @@ const align = {
|
|
|
33676
33676
|
/*!
|
|
33677
33677
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33678
33678
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33679
|
-
* Copyright (c) 2013-
|
|
33679
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33680
33680
|
*/
|
|
33681
33681
|
|
|
33682
33682
|
|
|
@@ -33952,7 +33952,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('inlin
|
|
|
33952
33952
|
/*!
|
|
33953
33953
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
33954
33954
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
33955
|
-
* Copyright (c) 2013-
|
|
33955
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
33956
33956
|
*/
|
|
33957
33957
|
|
|
33958
33958
|
|
|
@@ -34082,7 +34082,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('justi
|
|
|
34082
34082
|
/*!
|
|
34083
34083
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34084
34084
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34085
|
-
* Copyright (c) 2013-
|
|
34085
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34086
34086
|
*/
|
|
34087
34087
|
|
|
34088
34088
|
|
|
@@ -34130,7 +34130,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('keyAr
|
|
|
34130
34130
|
/*!
|
|
34131
34131
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34132
34132
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34133
|
-
* Copyright (c) 2013-
|
|
34133
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34134
34134
|
*/
|
|
34135
34135
|
/**
|
|
34136
34136
|
* @module plugins/limit
|
|
@@ -34157,7 +34157,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.limitHTML =
|
|
|
34157
34157
|
/*!
|
|
34158
34158
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34159
34159
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34160
|
-
* Copyright (c) 2013-
|
|
34160
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34161
34161
|
*/
|
|
34162
34162
|
|
|
34163
34163
|
|
|
@@ -34272,7 +34272,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('limit
|
|
|
34272
34272
|
/*!
|
|
34273
34273
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34274
34274
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34275
|
-
* Copyright (c) 2013-
|
|
34275
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34276
34276
|
*/
|
|
34277
34277
|
|
|
34278
34278
|
|
|
@@ -34299,7 +34299,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
|
|
|
34299
34299
|
/*!
|
|
34300
34300
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34301
34301
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34302
|
-
* Copyright (c) 2013-
|
|
34302
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34303
34303
|
*/
|
|
34304
34304
|
module.exports = {
|
|
34305
34305
|
'Line height': 'ارتفاع الخط'
|
|
@@ -34316,7 +34316,7 @@ module.exports = {
|
|
|
34316
34316
|
/*!
|
|
34317
34317
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34318
34318
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34319
|
-
* Copyright (c) 2013-
|
|
34319
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34320
34320
|
*/
|
|
34321
34321
|
module.exports = {
|
|
34322
34322
|
'Line height': 'Výška čáry'
|
|
@@ -34333,7 +34333,7 @@ module.exports = {
|
|
|
34333
34333
|
/*!
|
|
34334
34334
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34335
34335
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34336
|
-
* Copyright (c) 2013-
|
|
34336
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34337
34337
|
*/
|
|
34338
34338
|
module.exports = {
|
|
34339
34339
|
'Line height': 'Zeilenhöhe'
|
|
@@ -34350,7 +34350,7 @@ module.exports = {
|
|
|
34350
34350
|
/*!
|
|
34351
34351
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34352
34352
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34353
|
-
* Copyright (c) 2013-
|
|
34353
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34354
34354
|
*/
|
|
34355
34355
|
module.exports = {
|
|
34356
34356
|
'Line height': 'Altura de la línea'
|
|
@@ -34367,7 +34367,7 @@ module.exports = {
|
|
|
34367
34367
|
/*!
|
|
34368
34368
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34369
34369
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34370
|
-
* Copyright (c) 2013-
|
|
34370
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34371
34371
|
*/
|
|
34372
34372
|
module.exports = {
|
|
34373
34373
|
'Line height': 'ارتفاع خط'
|
|
@@ -34384,7 +34384,7 @@ module.exports = {
|
|
|
34384
34384
|
/*!
|
|
34385
34385
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34386
34386
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34387
|
-
* Copyright (c) 2013-
|
|
34387
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34388
34388
|
*/
|
|
34389
34389
|
module.exports = {
|
|
34390
34390
|
'Line height': 'Rivin korkeus'
|
|
@@ -34401,7 +34401,7 @@ module.exports = {
|
|
|
34401
34401
|
/*!
|
|
34402
34402
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34403
34403
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34404
|
-
* Copyright (c) 2013-
|
|
34404
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34405
34405
|
*/
|
|
34406
34406
|
module.exports = {
|
|
34407
34407
|
'Line height': 'Hauteur de ligne'
|
|
@@ -34418,7 +34418,7 @@ module.exports = {
|
|
|
34418
34418
|
/*!
|
|
34419
34419
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34420
34420
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34421
|
-
* Copyright (c) 2013-
|
|
34421
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34422
34422
|
*/
|
|
34423
34423
|
module.exports = {
|
|
34424
34424
|
'Line height': 'גובה שורה'
|
|
@@ -34435,7 +34435,7 @@ module.exports = {
|
|
|
34435
34435
|
/*!
|
|
34436
34436
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34437
34437
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34438
|
-
* Copyright (c) 2013-
|
|
34438
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34439
34439
|
*/
|
|
34440
34440
|
module.exports = {
|
|
34441
34441
|
'Line height': 'Vonal magassága'
|
|
@@ -34452,7 +34452,7 @@ module.exports = {
|
|
|
34452
34452
|
/*!
|
|
34453
34453
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34454
34454
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34455
|
-
* Copyright (c) 2013-
|
|
34455
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34456
34456
|
*/
|
|
34457
34457
|
module.exports = {
|
|
34458
34458
|
'Line height': 'Tinggi baris'
|
|
@@ -34537,7 +34537,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34537
34537
|
/*!
|
|
34538
34538
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34539
34539
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34540
|
-
* Copyright (c) 2013-
|
|
34540
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34541
34541
|
*/
|
|
34542
34542
|
|
|
34543
34543
|
|
|
@@ -34574,7 +34574,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34574
34574
|
/*!
|
|
34575
34575
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34576
34576
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34577
|
-
* Copyright (c) 2013-
|
|
34577
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34578
34578
|
*/
|
|
34579
34579
|
module.exports = {
|
|
34580
34580
|
'Line height': 'Altezza linea'
|
|
@@ -34591,7 +34591,7 @@ module.exports = {
|
|
|
34591
34591
|
/*!
|
|
34592
34592
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34593
34593
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34594
|
-
* Copyright (c) 2013-
|
|
34594
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34595
34595
|
*/
|
|
34596
34596
|
module.exports = {
|
|
34597
34597
|
'Line height': 'ラインの高さ'
|
|
@@ -34608,7 +34608,7 @@ module.exports = {
|
|
|
34608
34608
|
/*!
|
|
34609
34609
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34610
34610
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34611
|
-
* Copyright (c) 2013-
|
|
34611
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34612
34612
|
*/
|
|
34613
34613
|
module.exports = {
|
|
34614
34614
|
'Line height': '선 높이'
|
|
@@ -34625,7 +34625,7 @@ module.exports = {
|
|
|
34625
34625
|
/*!
|
|
34626
34626
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34627
34627
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34628
|
-
* Copyright (c) 2013-
|
|
34628
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34629
34629
|
*/
|
|
34630
34630
|
module.exports = {
|
|
34631
34631
|
'Line height': 'Зураасны өндөр'
|
|
@@ -34642,7 +34642,7 @@ module.exports = {
|
|
|
34642
34642
|
/*!
|
|
34643
34643
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34644
34644
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34645
|
-
* Copyright (c) 2013-
|
|
34645
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34646
34646
|
*/
|
|
34647
34647
|
module.exports = {
|
|
34648
34648
|
'Line height': 'Lijnhoogte'
|
|
@@ -34659,7 +34659,7 @@ module.exports = {
|
|
|
34659
34659
|
/*!
|
|
34660
34660
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34661
34661
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34662
|
-
* Copyright (c) 2013-
|
|
34662
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34663
34663
|
*/
|
|
34664
34664
|
module.exports = {
|
|
34665
34665
|
'Line height': 'Wysokość linii'
|
|
@@ -34676,7 +34676,7 @@ module.exports = {
|
|
|
34676
34676
|
/*!
|
|
34677
34677
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34678
34678
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34679
|
-
* Copyright (c) 2013-
|
|
34679
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34680
34680
|
*/
|
|
34681
34681
|
module.exports = {
|
|
34682
34682
|
'Line height': 'Altura da linha'
|
|
@@ -34693,7 +34693,7 @@ module.exports = {
|
|
|
34693
34693
|
/*!
|
|
34694
34694
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34695
34695
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34696
|
-
* Copyright (c) 2013-
|
|
34696
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34697
34697
|
*/
|
|
34698
34698
|
module.exports = {
|
|
34699
34699
|
'Line height': 'Высота линии'
|
|
@@ -34710,7 +34710,7 @@ module.exports = {
|
|
|
34710
34710
|
/*!
|
|
34711
34711
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34712
34712
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34713
|
-
* Copyright (c) 2013-
|
|
34713
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34714
34714
|
*/
|
|
34715
34715
|
module.exports = {
|
|
34716
34716
|
'Line height': 'Çizgi yüksekliği'
|
|
@@ -34727,7 +34727,7 @@ module.exports = {
|
|
|
34727
34727
|
/*!
|
|
34728
34728
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34729
34729
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34730
|
-
* Copyright (c) 2013-
|
|
34730
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34731
34731
|
*/
|
|
34732
34732
|
module.exports = {
|
|
34733
34733
|
'Line height': 'Висота лінії'
|
|
@@ -34744,7 +34744,7 @@ module.exports = {
|
|
|
34744
34744
|
/*!
|
|
34745
34745
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34746
34746
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34747
|
-
* Copyright (c) 2013-
|
|
34747
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34748
34748
|
*/
|
|
34749
34749
|
module.exports = {
|
|
34750
34750
|
'Line height': '线高'
|
|
@@ -34761,7 +34761,7 @@ module.exports = {
|
|
|
34761
34761
|
/*!
|
|
34762
34762
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34763
34763
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34764
|
-
* Copyright (c) 2013-
|
|
34764
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34765
34765
|
*/
|
|
34766
34766
|
module.exports = {
|
|
34767
34767
|
'Line height': '行高'
|
|
@@ -34786,7 +34786,7 @@ module.exports = {
|
|
|
34786
34786
|
/*!
|
|
34787
34787
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34788
34788
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34789
|
-
* Copyright (c) 2013-
|
|
34789
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34790
34790
|
*/
|
|
34791
34791
|
|
|
34792
34792
|
|
|
@@ -34875,7 +34875,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('lineH
|
|
|
34875
34875
|
/*!
|
|
34876
34876
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34877
34877
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34878
|
-
* Copyright (c) 2013-
|
|
34878
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34879
34879
|
*/
|
|
34880
34880
|
|
|
34881
34881
|
|
|
@@ -34938,7 +34938,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.lin
|
|
|
34938
34938
|
/*!
|
|
34939
34939
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
34940
34940
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
34941
|
-
* Copyright (c) 2013-
|
|
34941
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
34942
34942
|
*/
|
|
34943
34943
|
|
|
34944
34944
|
|
|
@@ -35270,7 +35270,7 @@ function writeImage(a, content_input, textWasChanged, url_input) {
|
|
|
35270
35270
|
/*!
|
|
35271
35271
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35272
35272
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35273
|
-
* Copyright (c) 2013-
|
|
35273
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35274
35274
|
*/
|
|
35275
35275
|
|
|
35276
35276
|
|
|
@@ -35363,7 +35363,7 @@ const formTemplate = (editor) => {
|
|
|
35363
35363
|
/*!
|
|
35364
35364
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35365
35365
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35366
|
-
* Copyright (c) 2013-
|
|
35366
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35367
35367
|
*/
|
|
35368
35368
|
/**
|
|
35369
35369
|
* @module plugins/media
|
|
@@ -35388,7 +35388,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.mediaBlocks
|
|
|
35388
35388
|
/*!
|
|
35389
35389
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35390
35390
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35391
|
-
* Copyright (c) 2013-
|
|
35391
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35392
35392
|
*/
|
|
35393
35393
|
|
|
35394
35394
|
|
|
@@ -35469,7 +35469,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('media
|
|
|
35469
35469
|
/*!
|
|
35470
35470
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35471
35471
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35472
|
-
* Copyright (c) 2013-
|
|
35472
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35473
35473
|
*/
|
|
35474
35474
|
|
|
35475
35475
|
|
|
@@ -35624,7 +35624,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.dot
|
|
|
35624
35624
|
/*!
|
|
35625
35625
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35626
35626
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35627
|
-
* Copyright (c) 2013-
|
|
35627
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35628
35628
|
*/
|
|
35629
35629
|
|
|
35630
35630
|
|
|
@@ -35708,7 +35708,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('mobil
|
|
|
35708
35708
|
/*!
|
|
35709
35709
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35710
35710
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35711
|
-
* Copyright (c) 2013-
|
|
35711
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35712
35712
|
*/
|
|
35713
35713
|
|
|
35714
35714
|
|
|
@@ -35766,7 +35766,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.ol
|
|
|
35766
35766
|
/*!
|
|
35767
35767
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35768
35768
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35769
|
-
* Copyright (c) 2013-
|
|
35769
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35770
35770
|
*/
|
|
35771
35771
|
|
|
35772
35772
|
|
|
@@ -35826,7 +35826,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('order
|
|
|
35826
35826
|
/*!
|
|
35827
35827
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35828
35828
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35829
|
-
* Copyright (c) 2013-
|
|
35829
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35830
35830
|
*/
|
|
35831
35831
|
|
|
35832
35832
|
|
|
@@ -35858,7 +35858,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.pasteFromWor
|
|
|
35858
35858
|
/*!
|
|
35859
35859
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35860
35860
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35861
|
-
* Copyright (c) 2013-
|
|
35861
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35862
35862
|
*/
|
|
35863
35863
|
|
|
35864
35864
|
|
|
@@ -35939,7 +35939,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
|
|
|
35939
35939
|
/*!
|
|
35940
35940
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
35941
35941
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
35942
|
-
* Copyright (c) 2013-
|
|
35942
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
35943
35943
|
*/
|
|
35944
35944
|
|
|
35945
35945
|
|
|
@@ -36116,7 +36116,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('paste
|
|
|
36116
36116
|
/*!
|
|
36117
36117
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36118
36118
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36119
|
-
* Copyright (c) 2013-
|
|
36119
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36120
36120
|
*/
|
|
36121
36121
|
|
|
36122
36122
|
|
|
@@ -36220,7 +36220,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.pas
|
|
|
36220
36220
|
/*!
|
|
36221
36221
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36222
36222
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36223
|
-
* Copyright (c) 2013-
|
|
36223
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36224
36224
|
*/
|
|
36225
36225
|
|
|
36226
36226
|
|
|
@@ -36342,7 +36342,7 @@ function askInsertTypeDialog(jodit, msg, title, callback, buttonList) {
|
|
|
36342
36342
|
/*!
|
|
36343
36343
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36344
36344
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36345
|
-
* Copyright (c) 2013-
|
|
36345
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36346
36346
|
*/
|
|
36347
36347
|
|
|
36348
36348
|
|
|
@@ -36518,7 +36518,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('paste
|
|
|
36518
36518
|
/*!
|
|
36519
36519
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36520
36520
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36521
|
-
* Copyright (c) 2013-
|
|
36521
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36522
36522
|
*/
|
|
36523
36523
|
/**
|
|
36524
36524
|
* @module plugins/placeholder
|
|
@@ -36549,7 +36549,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.useInputsPla
|
|
|
36549
36549
|
/*!
|
|
36550
36550
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36551
36551
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36552
|
-
* Copyright (c) 2013-
|
|
36552
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36553
36553
|
*/
|
|
36554
36554
|
|
|
36555
36555
|
|
|
@@ -36713,7 +36713,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('place
|
|
|
36713
36713
|
/*!
|
|
36714
36714
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36715
36715
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36716
|
-
* Copyright (c) 2013-
|
|
36716
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36717
36717
|
*/
|
|
36718
36718
|
|
|
36719
36719
|
function poweredByJodit(jodit) {
|
|
@@ -36752,7 +36752,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('power
|
|
|
36752
36752
|
/*!
|
|
36753
36753
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36754
36754
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36755
|
-
* Copyright (c) 2013-
|
|
36755
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36756
36756
|
*/
|
|
36757
36757
|
|
|
36758
36758
|
|
|
@@ -36795,7 +36795,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('previ
|
|
|
36795
36795
|
/*!
|
|
36796
36796
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36797
36797
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36798
|
-
* Copyright (c) 2013-
|
|
36798
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36799
36799
|
*/
|
|
36800
36800
|
|
|
36801
36801
|
/**
|
|
@@ -36916,7 +36916,7 @@ function generateCriticalCSS(jodit) {
|
|
|
36916
36916
|
/*!
|
|
36917
36917
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
36918
36918
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
36919
|
-
* Copyright (c) 2013-
|
|
36919
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
36920
36920
|
*/
|
|
36921
36921
|
|
|
36922
36922
|
|
|
@@ -37003,7 +37003,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('print
|
|
|
37003
37003
|
/*!
|
|
37004
37004
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37005
37005
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37006
|
-
* Copyright (c) 2013-
|
|
37006
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37007
37007
|
*/
|
|
37008
37008
|
|
|
37009
37009
|
|
|
@@ -37072,7 +37072,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('redoU
|
|
|
37072
37072
|
/*!
|
|
37073
37073
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37074
37074
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37075
|
-
* Copyright (c) 2013-
|
|
37075
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37076
37076
|
*/
|
|
37077
37077
|
/**
|
|
37078
37078
|
* @module plugins/resize-cells
|
|
@@ -37099,7 +37099,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
|
|
|
37099
37099
|
/*!
|
|
37100
37100
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37101
37101
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37102
|
-
* Copyright (c) 2013-
|
|
37102
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37103
37103
|
*/
|
|
37104
37104
|
|
|
37105
37105
|
|
|
@@ -37411,7 +37411,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
|
|
|
37411
37411
|
/*!
|
|
37412
37412
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37413
37413
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37414
|
-
* Copyright (c) 2013-
|
|
37414
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37415
37415
|
*/
|
|
37416
37416
|
/**
|
|
37417
37417
|
* @module plugins/resize-handler
|
|
@@ -37438,7 +37438,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeY
|
|
|
37438
37438
|
/*!
|
|
37439
37439
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37440
37440
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37441
|
-
* Copyright (c) 2013-
|
|
37441
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37442
37442
|
*/
|
|
37443
37443
|
|
|
37444
37444
|
|
|
@@ -37552,7 +37552,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('resiz
|
|
|
37552
37552
|
/*!
|
|
37553
37553
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37554
37554
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37555
|
-
* Copyright (c) 2013-
|
|
37555
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37556
37556
|
*/
|
|
37557
37557
|
|
|
37558
37558
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.allowResizeTags = new Set(['img', 'iframe', 'table', 'jodit']);
|
|
@@ -37584,7 +37584,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.resizer = {
|
|
|
37584
37584
|
/*!
|
|
37585
37585
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37586
37586
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
37587
|
-
* Copyright (c) 2013-
|
|
37587
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
37588
37588
|
*/
|
|
37589
37589
|
|
|
37590
37590
|
|
|
@@ -38057,7 +38057,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('resiz
|
|
|
38057
38057
|
/*!
|
|
38058
38058
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38059
38059
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38060
|
-
* Copyright (c) 2013-
|
|
38060
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38061
38061
|
*/
|
|
38062
38062
|
|
|
38063
38063
|
|
|
@@ -38118,7 +38118,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.fin
|
|
|
38118
38118
|
/*!
|
|
38119
38119
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38120
38120
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38121
|
-
* Copyright (c) 2013-
|
|
38121
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38122
38122
|
*/
|
|
38123
38123
|
|
|
38124
38124
|
|
|
@@ -38273,7 +38273,7 @@ function normalizeRanges(rng, restRanges, ci) {
|
|
|
38273
38273
|
/*!
|
|
38274
38274
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38275
38275
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38276
|
-
* Copyright (c) 2013-
|
|
38276
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38277
38277
|
*/
|
|
38278
38278
|
/**
|
|
38279
38279
|
* @module plugins/search
|
|
@@ -38295,7 +38295,7 @@ function normalizeRanges(rng, restRanges, ci) {
|
|
|
38295
38295
|
/*!
|
|
38296
38296
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38297
38297
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38298
|
-
* Copyright (c) 2013-
|
|
38298
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38299
38299
|
*/
|
|
38300
38300
|
|
|
38301
38301
|
class SentenceFinder {
|
|
@@ -38375,7 +38375,7 @@ class SentenceFinder {
|
|
|
38375
38375
|
/*!
|
|
38376
38376
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38377
38377
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38378
|
-
* Copyright (c) 2013-
|
|
38378
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38379
38379
|
*/
|
|
38380
38380
|
|
|
38381
38381
|
|
|
@@ -38752,7 +38752,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('searc
|
|
|
38752
38752
|
/*!
|
|
38753
38753
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38754
38754
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38755
|
-
* Copyright (c) 2013-
|
|
38755
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38756
38756
|
*/
|
|
38757
38757
|
|
|
38758
38758
|
|
|
@@ -38963,7 +38963,7 @@ UISearch = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
|
38963
38963
|
/*!
|
|
38964
38964
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38965
38965
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38966
|
-
* Copyright (c) 2013-
|
|
38966
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38967
38967
|
*/
|
|
38968
38968
|
/**
|
|
38969
38969
|
* @module plugins/select-cells
|
|
@@ -38991,7 +38991,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tableAllowCe
|
|
|
38991
38991
|
/*!
|
|
38992
38992
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
38993
38993
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
38994
|
-
* Copyright (c) 2013-
|
|
38994
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
38995
38995
|
*/
|
|
38996
38996
|
|
|
38997
38997
|
|
|
@@ -39330,7 +39330,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('selec
|
|
|
39330
39330
|
/*!
|
|
39331
39331
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39332
39332
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39333
|
-
* Copyright (c) 2013-
|
|
39333
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39334
39334
|
*/
|
|
39335
39335
|
/**
|
|
39336
39336
|
* @module plugins/select
|
|
@@ -39360,7 +39360,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.select = {
|
|
|
39360
39360
|
/*!
|
|
39361
39361
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39362
39362
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39363
|
-
* Copyright (c) 2013-
|
|
39363
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39364
39364
|
*/
|
|
39365
39365
|
|
|
39366
39366
|
|
|
@@ -39501,7 +39501,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('selec
|
|
|
39501
39501
|
/*!
|
|
39502
39502
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39503
39503
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39504
|
-
* Copyright (c) 2013-
|
|
39504
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39505
39505
|
*/
|
|
39506
39506
|
/**
|
|
39507
39507
|
* @module plugins/size
|
|
@@ -39550,7 +39550,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.saveHeightIn
|
|
|
39550
39550
|
/*!
|
|
39551
39551
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39552
39552
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39553
|
-
* Copyright (c) 2013-
|
|
39553
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39554
39554
|
*/
|
|
39555
39555
|
|
|
39556
39556
|
|
|
@@ -39729,7 +39729,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('size'
|
|
|
39729
39729
|
/*!
|
|
39730
39730
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39731
39731
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39732
|
-
* Copyright (c) 2013-
|
|
39732
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39733
39733
|
*/
|
|
39734
39734
|
|
|
39735
39735
|
|
|
@@ -39794,7 +39794,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.controls.sou
|
|
|
39794
39794
|
/*!
|
|
39795
39795
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
39796
39796
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
39797
|
-
* Copyright (c) 2013-
|
|
39797
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
39798
39798
|
*/
|
|
39799
39799
|
|
|
39800
39800
|
|
|
@@ -40028,7 +40028,7 @@ class AceEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_IMPORT
|
|
|
40028
40028
|
/*!
|
|
40029
40029
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40030
40030
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40031
|
-
* Copyright (c) 2013-
|
|
40031
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40032
40032
|
*/
|
|
40033
40033
|
|
|
40034
40034
|
|
|
@@ -40146,7 +40146,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
|
|
|
40146
40146
|
/*!
|
|
40147
40147
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40148
40148
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40149
|
-
* Copyright (c) 2013-
|
|
40149
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40150
40150
|
*/
|
|
40151
40151
|
/**
|
|
40152
40152
|
* @module plugins/source
|
|
@@ -40170,7 +40170,7 @@ class TextAreaEditor extends jodit_plugins_source_editor_sourceEditor__WEBPACK_I
|
|
|
40170
40170
|
/*!
|
|
40171
40171
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40172
40172
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40173
|
-
* Copyright (c) 2013-
|
|
40173
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40174
40174
|
*/
|
|
40175
40175
|
|
|
40176
40176
|
|
|
@@ -40210,7 +40210,7 @@ function createSourceEditor(type, editor, container, toWYSIWYG, fromWYSIWYG) {
|
|
|
40210
40210
|
/*!
|
|
40211
40211
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40212
40212
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40213
|
-
* Copyright (c) 2013-
|
|
40213
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40214
40214
|
*/
|
|
40215
40215
|
class SourceEditor {
|
|
40216
40216
|
constructor(jodit, container, toWYSIWYG, fromWYSIWYG) {
|
|
@@ -40263,7 +40263,7 @@ class SourceEditor {
|
|
|
40263
40263
|
/*!
|
|
40264
40264
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40265
40265
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40266
|
-
* Copyright (c) 2013-
|
|
40266
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40267
40267
|
*/
|
|
40268
40268
|
|
|
40269
40269
|
|
|
@@ -40594,7 +40594,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('sourc
|
|
|
40594
40594
|
/*!
|
|
40595
40595
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40596
40596
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40597
|
-
* Copyright (c) 2013-
|
|
40597
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40598
40598
|
*/
|
|
40599
40599
|
|
|
40600
40600
|
|
|
@@ -40622,7 +40622,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.spe
|
|
|
40622
40622
|
/*!
|
|
40623
40623
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40624
40624
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40625
|
-
* Copyright (c) 2013-
|
|
40625
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40626
40626
|
*/
|
|
40627
40627
|
module.exports = {
|
|
40628
40628
|
Spellcheck: 'التدقيق الإملائي'
|
|
@@ -40639,7 +40639,7 @@ module.exports = {
|
|
|
40639
40639
|
/*!
|
|
40640
40640
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40641
40641
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40642
|
-
* Copyright (c) 2013-
|
|
40642
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40643
40643
|
*/
|
|
40644
40644
|
module.exports = {
|
|
40645
40645
|
Spellcheck: 'Kontrola pravopisu'
|
|
@@ -40656,7 +40656,7 @@ module.exports = {
|
|
|
40656
40656
|
/*!
|
|
40657
40657
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40658
40658
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40659
|
-
* Copyright (c) 2013-
|
|
40659
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40660
40660
|
*/
|
|
40661
40661
|
module.exports = {
|
|
40662
40662
|
Spellcheck: 'Rechtschreibprüfung'
|
|
@@ -40673,7 +40673,7 @@ module.exports = {
|
|
|
40673
40673
|
/*!
|
|
40674
40674
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40675
40675
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40676
|
-
* Copyright (c) 2013-
|
|
40676
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40677
40677
|
*/
|
|
40678
40678
|
module.exports = {
|
|
40679
40679
|
Spellcheck: 'Corrección ortográfica'
|
|
@@ -40690,7 +40690,7 @@ module.exports = {
|
|
|
40690
40690
|
/*!
|
|
40691
40691
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40692
40692
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40693
|
-
* Copyright (c) 2013-
|
|
40693
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40694
40694
|
*/
|
|
40695
40695
|
module.exports = {
|
|
40696
40696
|
Spellcheck: 'غلطیابی املایی'
|
|
@@ -40707,7 +40707,7 @@ module.exports = {
|
|
|
40707
40707
|
/*!
|
|
40708
40708
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40709
40709
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40710
|
-
* Copyright (c) 2013-
|
|
40710
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40711
40711
|
*/
|
|
40712
40712
|
module.exports = {
|
|
40713
40713
|
Spellcheck: 'Oikeinkirjoituksen tarkistus'
|
|
@@ -40724,7 +40724,7 @@ module.exports = {
|
|
|
40724
40724
|
/*!
|
|
40725
40725
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40726
40726
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40727
|
-
* Copyright (c) 2013-
|
|
40727
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40728
40728
|
*/
|
|
40729
40729
|
module.exports = {
|
|
40730
40730
|
Spellcheck: 'Vérification Orthographique'
|
|
@@ -40741,7 +40741,7 @@ module.exports = {
|
|
|
40741
40741
|
/*!
|
|
40742
40742
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40743
40743
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40744
|
-
* Copyright (c) 2013-
|
|
40744
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40745
40745
|
*/
|
|
40746
40746
|
module.exports = {
|
|
40747
40747
|
Spellcheck: 'בדיקת איות'
|
|
@@ -40758,7 +40758,7 @@ module.exports = {
|
|
|
40758
40758
|
/*!
|
|
40759
40759
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40760
40760
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40761
|
-
* Copyright (c) 2013-
|
|
40761
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40762
40762
|
*/
|
|
40763
40763
|
module.exports = {
|
|
40764
40764
|
Spellcheck: 'Helyesírás-ellenőrzés'
|
|
@@ -40775,7 +40775,7 @@ module.exports = {
|
|
|
40775
40775
|
/*!
|
|
40776
40776
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40777
40777
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40778
|
-
* Copyright (c) 2013-
|
|
40778
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40779
40779
|
*/
|
|
40780
40780
|
module.exports = {
|
|
40781
40781
|
Spellcheck: 'Spellchecking'
|
|
@@ -40860,7 +40860,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40860
40860
|
/*!
|
|
40861
40861
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40862
40862
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40863
|
-
* Copyright (c) 2013-
|
|
40863
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40864
40864
|
*/
|
|
40865
40865
|
|
|
40866
40866
|
|
|
@@ -40897,7 +40897,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40897
40897
|
/*!
|
|
40898
40898
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40899
40899
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40900
|
-
* Copyright (c) 2013-
|
|
40900
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40901
40901
|
*/
|
|
40902
40902
|
module.exports = {
|
|
40903
40903
|
Spellcheck: 'Controllo ortografico'
|
|
@@ -40914,7 +40914,7 @@ module.exports = {
|
|
|
40914
40914
|
/*!
|
|
40915
40915
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40916
40916
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40917
|
-
* Copyright (c) 2013-
|
|
40917
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40918
40918
|
*/
|
|
40919
40919
|
module.exports = {
|
|
40920
40920
|
Spellcheck: 'スペルチェック'
|
|
@@ -40931,7 +40931,7 @@ module.exports = {
|
|
|
40931
40931
|
/*!
|
|
40932
40932
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40933
40933
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40934
|
-
* Copyright (c) 2013-
|
|
40934
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40935
40935
|
*/
|
|
40936
40936
|
module.exports = {
|
|
40937
40937
|
Spellcheck: '맞춤법 검사'
|
|
@@ -40948,7 +40948,7 @@ module.exports = {
|
|
|
40948
40948
|
/*!
|
|
40949
40949
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40950
40950
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40951
|
-
* Copyright (c) 2013-
|
|
40951
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40952
40952
|
*/
|
|
40953
40953
|
module.exports = {
|
|
40954
40954
|
Spellcheck: 'Дүрмийн алдаа шалгах'
|
|
@@ -40965,7 +40965,7 @@ module.exports = {
|
|
|
40965
40965
|
/*!
|
|
40966
40966
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40967
40967
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40968
|
-
* Copyright (c) 2013-
|
|
40968
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40969
40969
|
*/
|
|
40970
40970
|
module.exports = {
|
|
40971
40971
|
Spellcheck: 'Spellingcontrole'
|
|
@@ -40982,7 +40982,7 @@ module.exports = {
|
|
|
40982
40982
|
/*!
|
|
40983
40983
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
40984
40984
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
40985
|
-
* Copyright (c) 2013-
|
|
40985
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
40986
40986
|
*/
|
|
40987
40987
|
module.exports = {
|
|
40988
40988
|
Spellcheck: 'Sprawdzanie pisowni'
|
|
@@ -40999,7 +40999,7 @@ module.exports = {
|
|
|
40999
40999
|
/*!
|
|
41000
41000
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41001
41001
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41002
|
-
* Copyright (c) 2013-
|
|
41002
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41003
41003
|
*/
|
|
41004
41004
|
module.exports = {
|
|
41005
41005
|
Spellcheck: 'Verificação ortográfica'
|
|
@@ -41016,7 +41016,7 @@ module.exports = {
|
|
|
41016
41016
|
/*!
|
|
41017
41017
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41018
41018
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41019
|
-
* Copyright (c) 2013-
|
|
41019
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41020
41020
|
*/
|
|
41021
41021
|
module.exports = {
|
|
41022
41022
|
Spellcheck: 'Проверка орфографии'
|
|
@@ -41033,7 +41033,7 @@ module.exports = {
|
|
|
41033
41033
|
/*!
|
|
41034
41034
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41035
41035
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41036
|
-
* Copyright (c) 2013-
|
|
41036
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41037
41037
|
*/
|
|
41038
41038
|
module.exports = {
|
|
41039
41039
|
Spellcheck: 'Yazım denetimi'
|
|
@@ -41050,7 +41050,7 @@ module.exports = {
|
|
|
41050
41050
|
/*!
|
|
41051
41051
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41052
41052
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41053
|
-
* Copyright (c) 2013-
|
|
41053
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41054
41054
|
*/
|
|
41055
41055
|
module.exports = {
|
|
41056
41056
|
Spellcheck: 'Перевірка орфографії'
|
|
@@ -41067,7 +41067,7 @@ module.exports = {
|
|
|
41067
41067
|
/*!
|
|
41068
41068
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41069
41069
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41070
|
-
* Copyright (c) 2013-
|
|
41070
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41071
41071
|
*/
|
|
41072
41072
|
module.exports = {
|
|
41073
41073
|
Spellcheck: '拼写检查'
|
|
@@ -41084,7 +41084,7 @@ module.exports = {
|
|
|
41084
41084
|
/*!
|
|
41085
41085
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41086
41086
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41087
|
-
* Copyright (c) 2013-
|
|
41087
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41088
41088
|
*/
|
|
41089
41089
|
module.exports = {
|
|
41090
41090
|
Spellcheck: '拼字檢查'
|
|
@@ -41108,7 +41108,7 @@ module.exports = {
|
|
|
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
|
|
|
@@ -41158,7 +41158,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('spell
|
|
|
41158
41158
|
/*!
|
|
41159
41159
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41160
41160
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41161
|
-
* Copyright (c) 2013-
|
|
41161
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41162
41162
|
*/
|
|
41163
41163
|
/**
|
|
41164
41164
|
* @module plugins/stat
|
|
@@ -41185,7 +41185,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showWordsCou
|
|
|
41185
41185
|
/*!
|
|
41186
41186
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41187
41187
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41188
|
-
* Copyright (c) 2013-
|
|
41188
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41189
41189
|
*/
|
|
41190
41190
|
|
|
41191
41191
|
|
|
@@ -41266,7 +41266,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('stat'
|
|
|
41266
41266
|
/*!
|
|
41267
41267
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41268
41268
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41269
|
-
* Copyright (c) 2013-
|
|
41269
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41270
41270
|
*/
|
|
41271
41271
|
/**
|
|
41272
41272
|
* @module plugins/sticky
|
|
@@ -41295,7 +41295,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.toolbarStick
|
|
|
41295
41295
|
/*!
|
|
41296
41296
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41297
41297
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41298
|
-
* Copyright (c) 2013-
|
|
41298
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41299
41299
|
*/
|
|
41300
41300
|
|
|
41301
41301
|
|
|
@@ -41419,7 +41419,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .pluginSystem */ .fg.add('stick
|
|
|
41419
41419
|
/*!
|
|
41420
41420
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41421
41421
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41422
|
-
* Copyright (c) 2013-
|
|
41422
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41423
41423
|
*/
|
|
41424
41424
|
|
|
41425
41425
|
|
|
@@ -41672,7 +41672,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__/* .Config */ .T.prototype.controls.sym
|
|
|
41672
41672
|
/*!
|
|
41673
41673
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41674
41674
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41675
|
-
* Copyright (c) 2013-
|
|
41675
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41676
41676
|
*/
|
|
41677
41677
|
module.exports = {
|
|
41678
41678
|
symbols: 'رمز'
|
|
@@ -41689,7 +41689,7 @@ module.exports = {
|
|
|
41689
41689
|
/*!
|
|
41690
41690
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41691
41691
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41692
|
-
* Copyright (c) 2013-
|
|
41692
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41693
41693
|
*/
|
|
41694
41694
|
module.exports = {
|
|
41695
41695
|
symbols: 'symbol'
|
|
@@ -41706,7 +41706,7 @@ module.exports = {
|
|
|
41706
41706
|
/*!
|
|
41707
41707
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41708
41708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41709
|
-
* Copyright (c) 2013-
|
|
41709
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41710
41710
|
*/
|
|
41711
41711
|
module.exports = {
|
|
41712
41712
|
symbols: 'Symbol'
|
|
@@ -41723,7 +41723,7 @@ module.exports = {
|
|
|
41723
41723
|
/*!
|
|
41724
41724
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41725
41725
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41726
|
-
* Copyright (c) 2013-
|
|
41726
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41727
41727
|
*/
|
|
41728
41728
|
module.exports = {
|
|
41729
41729
|
symbols: 'Símbolo'
|
|
@@ -41740,7 +41740,7 @@ module.exports = {
|
|
|
41740
41740
|
/*!
|
|
41741
41741
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41742
41742
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41743
|
-
* Copyright (c) 2013-
|
|
41743
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41744
41744
|
*/
|
|
41745
41745
|
module.exports = {
|
|
41746
41746
|
symbols: 'سمبل'
|
|
@@ -41757,7 +41757,7 @@ module.exports = {
|
|
|
41757
41757
|
/*!
|
|
41758
41758
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41759
41759
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41760
|
-
* Copyright (c) 2013-
|
|
41760
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41761
41761
|
*/
|
|
41762
41762
|
module.exports = {
|
|
41763
41763
|
symbols: 'Symbolit'
|
|
@@ -41774,7 +41774,7 @@ module.exports = {
|
|
|
41774
41774
|
/*!
|
|
41775
41775
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41776
41776
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41777
|
-
* Copyright (c) 2013-
|
|
41777
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41778
41778
|
*/
|
|
41779
41779
|
module.exports = {
|
|
41780
41780
|
symbols: 'caractère'
|
|
@@ -41791,7 +41791,7 @@ module.exports = {
|
|
|
41791
41791
|
/*!
|
|
41792
41792
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41793
41793
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41794
|
-
* Copyright (c) 2013-
|
|
41794
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41795
41795
|
*/
|
|
41796
41796
|
module.exports = {
|
|
41797
41797
|
symbols: 'תו מיוחד'
|
|
@@ -41808,7 +41808,7 @@ module.exports = {
|
|
|
41808
41808
|
/*!
|
|
41809
41809
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41810
41810
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41811
|
-
* Copyright (c) 2013-
|
|
41811
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41812
41812
|
*/
|
|
41813
41813
|
module.exports = {
|
|
41814
41814
|
symbols: 'Szimbólum'
|
|
@@ -41825,7 +41825,7 @@ module.exports = {
|
|
|
41825
41825
|
/*!
|
|
41826
41826
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41827
41827
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41828
|
-
* Copyright (c) 2013-
|
|
41828
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41829
41829
|
*/
|
|
41830
41830
|
module.exports = {
|
|
41831
41831
|
symbols: 'simbol'
|
|
@@ -41910,7 +41910,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41910
41910
|
/*!
|
|
41911
41911
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41912
41912
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41913
|
-
* Copyright (c) 2013-
|
|
41913
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41914
41914
|
*/
|
|
41915
41915
|
|
|
41916
41916
|
|
|
@@ -41947,7 +41947,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41947
41947
|
/*!
|
|
41948
41948
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41949
41949
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41950
|
-
* Copyright (c) 2013-
|
|
41950
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41951
41951
|
*/
|
|
41952
41952
|
module.exports = {
|
|
41953
41953
|
symbols: 'Simbolo'
|
|
@@ -41964,7 +41964,7 @@ module.exports = {
|
|
|
41964
41964
|
/*!
|
|
41965
41965
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41966
41966
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41967
|
-
* Copyright (c) 2013-
|
|
41967
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41968
41968
|
*/
|
|
41969
41969
|
module.exports = {
|
|
41970
41970
|
symbols: 'symbol'
|
|
@@ -41981,7 +41981,7 @@ module.exports = {
|
|
|
41981
41981
|
/*!
|
|
41982
41982
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
41983
41983
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
41984
|
-
* Copyright (c) 2013-
|
|
41984
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
41985
41985
|
*/
|
|
41986
41986
|
module.exports = {
|
|
41987
41987
|
symbols: '기호'
|
|
@@ -41998,7 +41998,7 @@ module.exports = {
|
|
|
41998
41998
|
/*!
|
|
41999
41999
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42000
42000
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42001
|
-
* Copyright (c) 2013-
|
|
42001
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42002
42002
|
*/
|
|
42003
42003
|
module.exports = {
|
|
42004
42004
|
symbols: 'тэмдэгт'
|
|
@@ -42015,7 +42015,7 @@ module.exports = {
|
|
|
42015
42015
|
/*!
|
|
42016
42016
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42017
42017
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42018
|
-
* Copyright (c) 2013-
|
|
42018
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42019
42019
|
*/
|
|
42020
42020
|
module.exports = {
|
|
42021
42021
|
symbols: 'symbool'
|
|
@@ -42032,7 +42032,7 @@ module.exports = {
|
|
|
42032
42032
|
/*!
|
|
42033
42033
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42034
42034
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42035
|
-
* Copyright (c) 2013-
|
|
42035
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42036
42036
|
*/
|
|
42037
42037
|
module.exports = {
|
|
42038
42038
|
symbols: 'symbol'
|
|
@@ -42049,7 +42049,7 @@ module.exports = {
|
|
|
42049
42049
|
/*!
|
|
42050
42050
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42051
42051
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42052
|
-
* Copyright (c) 2013-
|
|
42052
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42053
42053
|
*/
|
|
42054
42054
|
module.exports = {
|
|
42055
42055
|
symbols: 'Símbolo'
|
|
@@ -42066,7 +42066,7 @@ module.exports = {
|
|
|
42066
42066
|
/*!
|
|
42067
42067
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42068
42068
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42069
|
-
* Copyright (c) 2013-
|
|
42069
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42070
42070
|
*/
|
|
42071
42071
|
module.exports = {
|
|
42072
42072
|
symbols: 'символ'
|
|
@@ -42083,7 +42083,7 @@ module.exports = {
|
|
|
42083
42083
|
/*!
|
|
42084
42084
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42085
42085
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42086
|
-
* Copyright (c) 2013-
|
|
42086
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42087
42087
|
*/
|
|
42088
42088
|
module.exports = {
|
|
42089
42089
|
symbols: 'Sembol'
|
|
@@ -42100,7 +42100,7 @@ module.exports = {
|
|
|
42100
42100
|
/*!
|
|
42101
42101
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42102
42102
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42103
|
-
* Copyright (c) 2013-
|
|
42103
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42104
42104
|
*/
|
|
42105
42105
|
module.exports = {
|
|
42106
42106
|
symbols: 'символ'
|
|
@@ -42117,7 +42117,7 @@ module.exports = {
|
|
|
42117
42117
|
/*!
|
|
42118
42118
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42119
42119
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42120
|
-
* Copyright (c) 2013-
|
|
42120
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42121
42121
|
*/
|
|
42122
42122
|
module.exports = {
|
|
42123
42123
|
symbols: '符号'
|
|
@@ -42134,7 +42134,7 @@ module.exports = {
|
|
|
42134
42134
|
/*!
|
|
42135
42135
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42136
42136
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42137
|
-
* Copyright (c) 2013-
|
|
42137
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42138
42138
|
*/
|
|
42139
42139
|
module.exports = {
|
|
42140
42140
|
symbols: '符號'
|
|
@@ -42158,7 +42158,7 @@ module.exports = {
|
|
|
42158
42158
|
/*!
|
|
42159
42159
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42160
42160
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42161
|
-
* Copyright (c) 2013-
|
|
42161
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42162
42162
|
*/
|
|
42163
42163
|
|
|
42164
42164
|
|
|
@@ -42304,7 +42304,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
|
|
|
42304
42304
|
/*!
|
|
42305
42305
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42306
42306
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42307
|
-
* Copyright (c) 2013-
|
|
42307
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42308
42308
|
*/
|
|
42309
42309
|
/**
|
|
42310
42310
|
* @module plugins/tab
|
|
@@ -42327,7 +42327,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('symbo
|
|
|
42327
42327
|
/*!
|
|
42328
42328
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42329
42329
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42330
|
-
* Copyright (c) 2013-
|
|
42330
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42331
42331
|
*/
|
|
42332
42332
|
|
|
42333
42333
|
|
|
@@ -42441,7 +42441,7 @@ function removeNestedList(jodit, list, li) {
|
|
|
42441
42441
|
/*!
|
|
42442
42442
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42443
42443
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42444
|
-
* Copyright (c) 2013-
|
|
42444
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42445
42445
|
*/
|
|
42446
42446
|
/**
|
|
42447
42447
|
* @module plugins/tab
|
|
@@ -42468,7 +42468,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.tab = {
|
|
|
42468
42468
|
/*!
|
|
42469
42469
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42470
42470
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42471
|
-
* Copyright (c) 2013-
|
|
42471
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42472
42472
|
*/
|
|
42473
42473
|
|
|
42474
42474
|
|
|
@@ -42523,7 +42523,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('tab',
|
|
|
42523
42523
|
/*!
|
|
42524
42524
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42525
42525
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42526
|
-
* Copyright (c) 2013-
|
|
42526
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42527
42527
|
*/
|
|
42528
42528
|
|
|
42529
42529
|
|
|
@@ -42658,7 +42658,7 @@ function findCell(editor, key) {
|
|
|
42658
42658
|
/*!
|
|
42659
42659
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42660
42660
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42661
|
-
* Copyright (c) 2013-
|
|
42661
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42662
42662
|
*/
|
|
42663
42663
|
|
|
42664
42664
|
|
|
@@ -42830,7 +42830,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.tab
|
|
|
42830
42830
|
/*!
|
|
42831
42831
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42832
42832
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42833
|
-
* Copyright (c) 2013-
|
|
42833
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42834
42834
|
*/
|
|
42835
42835
|
|
|
42836
42836
|
|
|
@@ -42861,7 +42861,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('table
|
|
|
42861
42861
|
/*!
|
|
42862
42862
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42863
42863
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42864
|
-
* Copyright (c) 2013-
|
|
42864
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42865
42865
|
*/
|
|
42866
42866
|
|
|
42867
42867
|
|
|
@@ -42945,7 +42945,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__/* .Config */ .T.prototype.controls.vid
|
|
|
42945
42945
|
/*!
|
|
42946
42946
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42947
42947
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42948
|
-
* Copyright (c) 2013-
|
|
42948
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42949
42949
|
*/
|
|
42950
42950
|
|
|
42951
42951
|
|
|
@@ -42968,7 +42968,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__/* .pluginSystem */ .fg.add('video
|
|
|
42968
42968
|
/*!
|
|
42969
42969
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42970
42970
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42971
|
-
* Copyright (c) 2013-
|
|
42971
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42972
42972
|
*/
|
|
42973
42973
|
|
|
42974
42974
|
jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes = {
|
|
@@ -42993,7 +42993,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.wrapNodes =
|
|
|
42993
42993
|
/*!
|
|
42994
42994
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
42995
42995
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
42996
|
-
* Copyright (c) 2013-
|
|
42996
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
42997
42997
|
*/
|
|
42998
42998
|
|
|
42999
42999
|
|
|
@@ -43139,7 +43139,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('wrapN
|
|
|
43139
43139
|
/*!
|
|
43140
43140
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
43141
43141
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
43142
|
-
* Copyright (c) 2013-
|
|
43142
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
43143
43143
|
*/
|
|
43144
43144
|
/**
|
|
43145
43145
|
* @module plugins/xpath
|
|
@@ -43165,7 +43165,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__/* .Config */ .T.prototype.showXPathInS
|
|
|
43165
43165
|
/*!
|
|
43166
43166
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
43167
43167
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
43168
|
-
* Copyright (c) 2013-
|
|
43168
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
43169
43169
|
*/
|
|
43170
43170
|
|
|
43171
43171
|
|
|
@@ -43409,7 +43409,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
43409
43409
|
/*!
|
|
43410
43410
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
43411
43411
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
43412
|
-
* Copyright (c) 2013-
|
|
43412
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
43413
43413
|
*/
|
|
43414
43414
|
/**
|
|
43415
43415
|
* [[include:styles/icons/README.md]]
|
|
@@ -44764,7 +44764,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
44764
44764
|
/*!
|
|
44765
44765
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
44766
44766
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
44767
|
-
* Copyright (c) 2013-
|
|
44767
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
44768
44768
|
*/
|
|
44769
44769
|
/**
|
|
44770
44770
|
* [[include:README.md]]
|