jodit 4.7.9 → 4.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/LICENSE.txt +1 -1
- package/es2015/jodit.css +449 -63
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +16 -16
- package/es2015/jodit.js +1154 -750
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +15 -15
- 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 +35 -35
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +15 -15
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +24 -24
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +449 -63
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +21 -21
- package/es2021/jodit.js +1008 -642
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +26 -26
- 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 +32 -32
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +449 -63
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +50 -50
- package/es2021.en/jodit.js +919 -553
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +21 -21
- 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/jodit.css +465 -65
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +2557 -1475
- package/es5/jodit.min.css +3 -3
- 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 +35 -35
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/polyfills.fat.min.js +2 -2
- package/es5/polyfills.js +231 -77
- package/es5/polyfills.min.js +2 -2
- 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 -7
- 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/async-storage.d.ts +14 -0
- package/esm/core/storage/async-storage.js +64 -0
- package/esm/core/storage/engines/indexed-db-provider.d.ts +56 -0
- package/esm/core/storage/engines/indexed-db-provider.js +199 -0
- package/esm/core/storage/engines/local-storage-provider.d.ts +11 -8
- package/esm/core/storage/engines/local-storage-provider.js +28 -22
- package/esm/core/storage/engines/memory-storage-provider.d.ts +4 -4
- package/esm/core/storage/engines/memory-storage-provider.js +1 -1
- package/esm/core/storage/index.d.ts +3 -1
- package/esm/core/storage/index.js +3 -1
- package/esm/core/storage/storage.d.ts +6 -5
- package/esm/core/storage/storage.js +12 -4
- 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 +8 -3
- 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 +2 -1
- package/esm/core/ui/group/group.js +6 -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 +10 -5
- package/esm/core/view/view.js +38 -25
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/jodit.d.ts +1 -1
- package/esm/jodit.js +26 -7
- 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/no.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/sv.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 +2 -1
- package/esm/modules/index.js +2 -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 +3 -3
- 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 +3 -2
- package/esm/modules/uploader/uploader.js +6 -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 +31 -1
- package/esm/plugins/ai-assistant/config.js +32 -31
- package/esm/plugins/ai-assistant/interface.d.ts +1 -1
- package/esm/plugins/ai-assistant/interface.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/all.d.ts +1 -1
- package/esm/plugins/all.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 +17 -5
- 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/no.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/no.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 +7 -2
- 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/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 +8 -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 +12 -4
- 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 +2 -1
- package/esm/types/uploader.d.ts +2 -1
- package/esm/types/view.d.ts +5 -2
- package/esm/typings.d.ts +1 -1
- package/examples/arabic.lang.html +1 -1
- package/examples/assets/app.js +1 -1
- package/examples/color-picker.html +1 -1
- package/examples/custom-icons.html +1 -1
- package/examples/custom-toolbar.html +1 -1
- package/examples/example.default.html +1 -1
- package/examples/fullsize.html +1 -1
- package/examples/index.html +1 -1
- package/examples/inline-mode.html +1 -1
- package/examples/oneinstance.html +1 -1
- package/examples/theme.html +1 -1
- package/package.json +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/async-storage.d.ts +14 -0
- package/types/core/storage/engines/indexed-db-provider.d.ts +56 -0
- package/types/core/storage/engines/local-storage-provider.d.ts +11 -8
- package/types/core/storage/engines/memory-storage-provider.d.ts +4 -4
- package/types/core/storage/index.d.ts +3 -1
- package/types/core/storage/storage.d.ts +6 -5
- 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 +2 -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 +10 -5
- 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 +2 -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 +3 -2
- 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 +31 -1
- package/types/plugins/ai-assistant/interface.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 +8 -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 +12 -4
- 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 +2 -1
- package/types/types/uploader.d.ts +2 -1
- package/types/types/view.d.ts +5 -2
- package/types/typings.d.ts +1 -1
package/es5/polyfills.min.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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.
|
|
4
|
+
* Version: v4.8.1
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
|
-
!function(t,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var n=r();for(var e in n)("object"==typeof exports?exports:t)[e]=n[e]}}(self,function(){var t={150:function(t,r,n){"use strict";var e=n(62017),o=n(28360);e("toPrimitive"),o()},1055:function(t){"use strict";var r=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?n:r)(e)}},1089:function(t,r,n){"use strict";var e=n(29833),o=n(46738),i=n(63838),u=n(93715),c=n(30941),s=o([].concat);t.exports=e("Reflect","ownKeys")||function(t){var r=i.f(c(t)),n=u.f;return n?s(r,n(t)):r}},1669:function(t,r,n){"use strict";var e,o,i=n(75058),u=n(1837),c=i.process,s=i.Deno,f=c&&c.versions||s&&s.version,a=f&&f.v8;a&&(o=(e=a.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!o&&u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1]),t.exports=o},1837:function(t,r,n){"use strict";var e=n(75058).navigator,o=e&&e.userAgent;t.exports=o?String(o):""},2958:function(t,r,n){"use strict";var e=n(26419),o=n(1089),i=n(10393),u=n(9475);t.exports=function(t,r,n){for(var c=o(r),s=u.f,f=i.f,a=0;a<c.length;a++){var l=c[a];e(t,l)||n&&e(n,l)||s(t,l,f(r,l))}}},2975:function(t,r,n){"use strict";var e=n(49567);t.exports=function(t,r){return e[t]||(e[t]=r||{})}},3279:function(t,r,n){"use strict";var e=n(26919),o=n(90256),i=n(30941),u=n(8465),c=n(72929),s=TypeError;t.exports=function(t,r){var n=arguments.length<2?c(t):r;if(o(n))return i(e(n,t));throw new s(u(t)+" is not iterable")}},5944:function(t,r,n){"use strict";var e=n(17158),o=n(26419),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:c&&"something"===(function(){}).name,CONFIGURABLE:s}},6028:function(t,r,n){"use strict";var e=n(50300),o=n(53110);e({target:"Array",stat:!0,forced:!n(14122)(function(t){Array.from(t)})},{from:o})},7557:function(t,r,n){"use strict";t.exports=n(75058)},7796:function(t,r,n){"use strict";n(90014),t.exports=n(54393)("Array","findIndex")},8465:function(t){"use strict";var r=String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9236:function(t,r,n){"use strict";var e=n(26919),o=n(14595),i=n(78144),u=TypeError;t.exports=function(t,r){var n,c;if("string"===r&&o(n=t.toString)&&!i(c=e(n,t))||o(n=t.valueOf)&&!i(c=e(n,t))||"string"!==r&&o(n=t.toString)&&!i(c=e(n,t)))return c;throw new u("Can't convert object to primitive value")}},9475:function(t,r,n){"use strict";var e=n(17158),o=n(64959),i=n(32624),u=n(30941),c=n(72543),s=TypeError,f=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",v="writable";r.f=e?i?function(t,r,n){if(u(t),r=c(r),u(n),"function"==typeof t&&"prototype"===r&&"value"in n&&v in n&&!n[v]){var e=a(t,r);e&&e[v]&&(t[r]=n.value,n={configurable:p in n?n[p]:e[p],enumerable:l in n?n[l]:e[l],writable:!1})}return f(t,r,n)}:f:function(t,r,n){if(u(t),r=c(r),u(n),o)try{return f(t,r,n)}catch(t){}if("get"in n||"set"in n)throw new s("Accessors not supported");return"value"in n&&(t[r]=n.value),t}},10393:function(t,r,n){"use strict";var e=n(17158),o=n(26919),i=n(23043),u=n(63458),c=n(83511),s=n(72543),f=n(26419),a=n(64959),l=Object.getOwnPropertyDescriptor;r.f=e?l:function(t,r){if(t=c(t),r=s(r),a)try{return l(t,r)}catch(t){}if(f(t,r))return u(!o(i.f,t,r),t[r])}},10764:function(t,r,n){"use strict";var e=n(79893),o=Math.min;t.exports=function(t){var r=e(t);return r>0?o(r,0x1fffffffffffff):0}},10845:function(t,r,n){"use strict";var e=n(9475).f,o=n(26419),i=n(50617)("toStringTag");t.exports=function(t,r,n){t&&!n&&(t=t.prototype),t&&!o(t,i)&&e(t,i,{configurable:!0,value:r})}},10990:function(t,r,n){"use strict";t.exports=n(29100).polyfill()},12057:function(t,r,n){"use strict";var e=n(75058);n(10845)(e.JSON,"JSON",!0)},13181:function(t,r,n){"use strict";var e=n(20233),o=String;t.exports=function(t){if("Symbol"===e(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},13450:function(t,r,n){"use strict";t.exports=n(46738)([].slice)},14122:function(t,r,n){"use strict";var e=n(50617)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[e]=function(){return this},Array.from(u,function(){throw 2})}catch(t){}t.exports=function(t,r){try{if(!r&&!o)return!1}catch(t){return!1}var n=!1;try{var i={};i[e]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},14595:function(t){"use strict";var r,n=("undefined"==typeof document?"undefined":(r=document)&&"undefined"!=typeof Symbol&&r.constructor===Symbol?"symbol":typeof r)=="object"&&document.all;t.exports=void 0===n&&void 0!==n?function(t){return"function"==typeof t||t===n}:function(t){return"function"==typeof t}},15447:function(t,r,n){"use strict";var e=n(46738),o=n(40554),i=n(14595),u=n(66310),c=n(13181),s=e([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var r=t.length,n=[],e=0;r>e;e++){var f=t[e];"string"==typeof f?s(n,f):("number"==typeof f||"Number"===u(f)||"String"===u(f))&&s(n,c(f))}var a=n.length,l=!0;return function(t,r){if(l)return l=!1,r;if(o(this))return r;for(var e=0;a>e;e++)if(n[e]===t)return r}}}},15526:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=function(t,r,n){e?o.f(t,r,i(0,n)):t[r]=n}},16719:function(t,r,n){"use strict";var e=n(17158),o=n(32624),i=n(9475),u=n(30941),c=n(83511),s=n(77298);r.f=e&&!o?Object.defineProperties:function(t,r){u(t);for(var n,e=c(r),o=s(r),f=o.length,a=0;f>a;)i.f(t,n=o[a++],e[n]);return t}},17158:function(t,r,n){"use strict";t.exports=!n(96673)(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},18316:function(t,r,n){"use strict";var e,o=n(66310),i=n(83511),u=n(63838).f,c=n(13450),s=("undefined"==typeof window?"undefined":(e=window)&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],f=function(t){try{return u(t)}catch(t){return c(s)}};t.exports.f=function(t){return s&&"Window"===o(t)?f(t):u(i(t))}},18818:function(t,r,n){"use strict";var e=n(46738),o=0,i=Math.random(),u=e(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},19192:function(t,r,n){"use strict";var e=n(96371).IteratorPrototype,o=n(99746),i=n(63458),u=n(10845),c=n(84543),s=function(){return this};t.exports=function(t,r,n,f){var a=r+" Iterator";return t.prototype=o(e,{next:i(+!f,n)}),u(t,a,!1,!0),c[a]=s,t}},20037:function(t,r,n){"use strict";r.f=n(50617)},20233:function(t,r,n){"use strict";var e=n(82138),o=n(14595),i=n(66310),u=n(50617)("toStringTag"),c=Object,s="Arguments"===i(function(){return arguments}()),f=function(t,r){try{return t[r]}catch(t){}};t.exports=e?i:function(t){var r,n,e;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=f(r=c(t),u))?n:s?i(r):"Object"===(e=i(r))&&o(r.callee)?"Arguments":e}},20998:function(t,r,n){"use strict";var e=n(50300),o=n(26919),i=n(22445),u=n(5944),c=n(14595),s=n(19192),f=n(88597),a=n(28329),l=n(10845),p=n(59541),v=n(27714),y=n(50617),d=n(84543),h=n(96371),b=u.PROPER,m=u.CONFIGURABLE,g=h.IteratorPrototype,x=h.BUGGY_SAFARI_ITERATORS,S=y("iterator"),w="keys",O="values",_="entries",j=function(){return this};t.exports=function(t,r,n,u,y,h,A){s(n,r,u);var P,E,T,I=function(t){if(t===y&&D)return D;if(!x&&t&&t in R)return R[t];switch(t){case w:case O:case _:return function(){return new n(this,t)}}return function(){return new n(this)}},F=r+" Iterator",C=!1,R=t.prototype,M=R[S]||R["@@iterator"]||y&&R[y],D=!x&&M||I(y),N="Array"===r&&R.entries||M;if(N&&(P=f(N.call(new t)))!==Object.prototype&&P.next&&(!i&&f(P)!==g&&(a?a(P,g):c(P[S])||v(P,S,j)),l(P,F,!0,!0),i&&(d[F]=j)),b&&y===O&&M&&M.name!==O&&(!i&&m?p(R,"name",O):(C=!0,D=function(){return o(M,this)})),y)if(E={values:I(O),keys:h?D:I(w),entries:I(_)},A)for(T in E)!x&&!C&&T in R||v(R,T,E[T]);else e({target:r,proto:!0,forced:x||C},E);return(!i||A)&&R[S]!==D&&v(R,S,D,{name:y}),d[r]=D,E}},22367:function(t,r,n){"use strict";n(62017)("split")},22445:function(t){"use strict";t.exports=!1},23043:function(t,r){"use strict";var n={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor;r.f=e&&!n.call({1:2},1)?function(t){var r=e(this,t);return!!r&&r.enumerable}:n},23359:function(t,r,n){"use strict";n(62017)("replace")},23832:function(t,r,n){"use strict";var e=n(10764);t.exports=function(t){return e(t.length)}},24503:function(t,r,n){"use strict";var e=n(78144);t.exports=function(t){return e(t)||null===t}},24661:function(t,r,n){"use strict";var e=n(50300),o=n(17158),i=n(75058),u=n(46738),c=n(26419),s=n(14595),f=n(56167),a=n(13181),l=n(66416),p=n(2958),v=i.Symbol,y=v&&v.prototype;if(o&&s(v)&&(!("description"in y)||void 0!==v().description)){var d={},h=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:a(arguments[0]),r=f(y,this)?new v(t):void 0===t?v():v(t);return""===t&&(d[r]=!0),r};p(h,v),h.prototype=y,y.constructor=h;var b="Symbol(description detection)"===String(v("description detection")),m=u(y.valueOf),g=u(y.toString),x=/^Symbol\((.*)\)[^)]+$/,S=u("".replace),w=u("".slice);l(y,"description",{configurable:!0,get:function(){var t=m(this);if(c(d,t))return"";var r=g(t),n=b?w(r,7,-1):S(r,x,"$1");return""===n?void 0:n}}),e({global:!0,constructor:!0,forced:!0},{Symbol:h})}},24784:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(90003),u=n(26919),c=n(46738),s=n(96673),f=n(14595),a=n(71975),l=n(13450),p=n(15447),v=n(74693),y=String,d=o("JSON","stringify"),h=c(/./.exec),b=c("".charAt),m=c("".charCodeAt),g=c("".replace),x=c(1.1.toString),S=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,_=!v||s(function(){var t=o("Symbol")("stringify detection");return"[null]"!==d([t])||"{}"!==d({a:t})||"{}"!==d(Object(t))}),j=s(function(){return'"\udf06\ud834"'!==d("\uDF06\uD834")||'"\udead"'!==d("\uDEAD")}),A=function(t,r){var n=l(arguments),e=p(r);if(!(!f(e)&&(void 0===t||a(t))))return n[1]=function(t,r){if(f(e)&&(r=u(e,this,y(t),r)),!a(r))return r},i(d,null,n)},P=function(t,r,n){var e=b(n,r-1),o=b(n,r+1);return h(w,t)&&!h(O,o)||h(O,t)&&!h(w,e)?"\\u"+x(m(t,0),16):t};d&&e({target:"JSON",stat:!0,arity:3,forced:_||j},{stringify:function(t,r,n){var e=l(arguments),o=i(_?A:d,null,e);return j&&"string"==typeof o?g(o,S,P):o}})},24877:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},26419:function(t,r,n){"use strict";var e=n(46738),o=n(30995),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,r){return i(o(t),r)}},26494:function(t,r,n){"use strict";n(62017)("isConcatSpreadable")},26919:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype.call;t.exports=e?o.bind(o):function(){return o.apply(o,arguments)}},27491:function(t,r,n){"use strict";n(62017)("search")},27714:function(t,r,n){"use strict";var e=n(14595),o=n(9475),i=n(55425),u=n(36759);t.exports=function(t,r,n,c){c||(c={});var s=c.enumerable,f=void 0!==c.name?c.name:r;if(e(n)&&i(n,f,c),c.global)s?t[r]=n:u(r,n);else{try{c.unsafe?t[r]&&(s=!0):delete t[r]}catch(t){}s?t[r]=n:o.f(t,r,{value:n,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},28329:function(t,r,n){"use strict";var e=n(60288),o=n(78144),i=n(93080),u=n(34980);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r,n=!1,c={};try{(r=e(Object.prototype,"__proto__","set"))(c,[]),t=Array,n=null!=t&&"undefined"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](c):c instanceof t}catch(t){}return function(t,e){return i(t),u(e),o(t)&&(n?r(t,e):t.__proto__=e),t}}():void 0)},28360:function(t,r,n){"use strict";var e=n(26919),o=n(29833),i=n(50617),u=n(27714);t.exports=function(){var t=o("Symbol"),r=t&&t.prototype,n=r&&r.valueOf,c=i("toPrimitive");r&&!r[c]&&u(r,c,function(t){return e(n,this)},{arity:1})}},29100:function(t,r,n){var e,o;function i(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}o=function(){"use strict";function t(t){return"function"==typeof t}var r,e,o,u,c=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},s=0,f=void 0,a=void 0,l=function(t,r){m[s]=t,m[s+1]=r,2===(s+=2)&&(a?a(g):x())},p="undefined"!=typeof window?window:void 0,v=p||{},y=v.MutationObserver||v.WebKitMutationObserver,d="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"===({}).toString.call(process),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function b(){var t=setTimeout;return function(){return t(g,1)}}var m=Array(1e3);function g(){for(var t=0;s>t;t+=2)(0,m[t])(m[t+1]),m[t]=void 0,m[t+1]=void 0;s=0}var x=void 0;function S(t,r){var n=this,e=new this.constructor(_);void 0===e[O]&&D(e);var o=n._state;if(o){var i=arguments[o-1];l(function(){return R(o,e,i,n._result)})}else F(n,e,t,r);return e}function w(t){if(t&&(void 0===t?"undefined":i(t))==="object"&&t.constructor===this)return t;var r=new this(_);return P(r,t),r}d?x=function(){return process.nextTick(g)}:y?(r=0,e=new y(g),o=document.createTextNode(""),e.observe(o,{characterData:!0}),x=function(){o.data=r=++r%2}):h?((u=new MessageChannel).port1.onmessage=g,x=function(){return u.port2.postMessage(0)}):x=void 0===p?function(){try{var t=Function("return this")().require("vertx");return f=t.runOnLoop||t.runOnContext,void 0!==f?function(){f(g)}:b()}catch(t){return b()}}():b();var O=Math.random().toString(36).substring(2);function _(){}var j=void 0;function A(r,n,e){n.constructor===r.constructor&&e===S&&n.constructor.resolve===w?1===n._state?T(r,n._result):2===n._state?I(r,n._result):F(n,void 0,function(t){return P(r,t)},function(t){return I(r,t)}):void 0===e?T(r,n):t(e)?l(function(t){var r=!1,o=function(t,r,n,e){try{t.call(r,n,e)}catch(t){return t}}(e,n,function(e){r||(r=!0,n!==e?P(t,e):T(t,e))},function(n){r||(r=!0,I(t,n))},"Settle: "+(t._label||" unknown promise"));!r&&o&&(r=!0,I(t,o))},r):T(r,n)}function P(t,r){if(t===r)I(t,TypeError("You cannot resolve a promise with itself"));else if(n=void 0===r?"undefined":i(r),null!==r&&("object"===n||"function"===n)){var n,e=void 0;try{e=r.then}catch(r){I(t,r);return}A(t,r,e)}else T(t,r)}function E(t){t._onerror&&t._onerror(t._result),C(t)}function T(t,r){t._state===j&&(t._result=r,t._state=1,0!==t._subscribers.length&&l(C,t))}function I(t,r){t._state===j&&(t._state=2,t._result=r,l(E,t))}function F(t,r,n,e){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=r,o[i+1]=n,o[i+2]=e,0===i&&t._state&&l(C,t)}function C(t){var r=t._subscribers,n=t._state;if(0!==r.length){for(var e=void 0,o=void 0,i=t._result,u=0;u<r.length;u+=3)e=r[u],o=r[u+n],e?R(n,e,o,i):o(i);t._subscribers.length=0}}function R(r,n,e,o){var i=t(e),u=void 0,c=void 0,s=!0;if(i){try{u=e(o)}catch(t){s=!1,c=t}if(n===u)return void I(n,TypeError("A promises callback cannot return that same promise."))}else u=o;n._state!==j||(i&&s?P(n,u):!1===s?I(n,c):1===r?T(n,u):2===r&&I(n,u))}var M=0;function D(t){t[O]=M++,t._state=void 0,t._result=void 0,t._subscribers=[]}var N=function(){function t(t,r){this._instanceConstructor=t,this.promise=new t(_),this.promise[O]||D(this.promise),c(r)?(this.length=r.length,this._remaining=r.length,this._result=Array(this.length),0===this.length?T(this.promise,this._result):(this.length=this.length||0,this._enumerate(r),0===this._remaining&&T(this.promise,this._result))):I(this.promise,Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var r=0;this._state===j&&r<t.length;r++)this._eachEntry(t[r],r)},t.prototype._eachEntry=function(t,r){var n=this._instanceConstructor,e=n.resolve;if(e===w){var o=void 0,i=void 0,u=!1;try{o=t.then}catch(t){u=!0,i=t}if(o===S&&t._state!==j)this._settledAt(t._state,r,t._result);else if("function"!=typeof o)this._remaining--,this._result[r]=t;else if(n===k){var c=new n(_);u?I(c,i):A(c,t,o),this._willSettleAt(c,r)}else this._willSettleAt(new n(function(r){return r(t)}),r)}else this._willSettleAt(e(t),r)},t.prototype._settledAt=function(t,r,n){var e=this.promise;e._state===j&&(this._remaining--,2===t?I(e,n):this._result[r]=n),0===this._remaining&&T(e,this._result)},t.prototype._willSettleAt=function(t,r){var n=this;F(t,void 0,function(t){return n._settledAt(1,r,t)},function(t){return n._settledAt(2,r,t)})},t}(),k=function(){function r(t){this[O]=M++,this._result=this._state=void 0,this._subscribers=[],_!==t&&("function"!=typeof t&&function(){throw TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),(null!=r&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](this):this instanceof r)?function(t,r){try{r(function(r){P(t,r)},function(r){I(t,r)})}catch(r){I(t,r)}}(this,t):function(){throw TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return r.prototype.catch=function(t){return this.then(null,t)},r.prototype.finally=function(r){var n=this.constructor;return t(r)?this.then(function(t){return n.resolve(r()).then(function(){return t})},function(t){return n.resolve(r()).then(function(){throw t})}):this.then(r,r)},r}();return k.prototype.then=S,k.all=function(t){return new N(this,t).promise},k.race=function(t){var r=this;return new r(c(t)?function(n,e){for(var o=t.length,i=0;o>i;i++)r.resolve(t[i]).then(n,e)}:function(t,r){return r(TypeError("You must pass an array to race."))})},k.resolve=w,k.reject=function(t){var r=new this(_);return I(r,t),r},k._setScheduler=function(t){a=t},k._setAsap=function(t){l=t},k._asap=l,k.polyfill=function(){var t=void 0;if(void 0!==n.g)t=n.g;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw Error("polyfill failed because global object is unavailable in this environment")}var r=t.Promise;if(r){var e=null;try{e=Object.prototype.toString.call(r.resolve())}catch(t){}if("[object Promise]"===e&&!r.cast)return}t.Promise=k},k.Promise=k,k},"object"===i(r)?t.exports=o():void 0===(e=o.call(r,n,r,t))||(t.exports=e)},29437:function(t,r,n){"use strict";n(10845)(Math,"Math",!0)},29833:function(t,r,n){"use strict";var e=n(75058),o=n(14595);t.exports=function(t,r){var n;return arguments.length<2?o(n=e[t])?n:void 0:e[t]&&e[t][r]}},30941:function(t,r,n){"use strict";var e=n(78144),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not an object")}},30995:function(t,r,n){"use strict";var e=n(93080),o=Object;t.exports=function(t){return o(e(t))}},31050:function(t,r,n){"use strict";t.exports=n(74693)&&!!Symbol.for&&!!Symbol.keyFor},31353:function(t,r,n){"use strict";var e=n(46738),o=n(79893),i=n(13181),u=n(93080),c=e("".charAt),s=e("".charCodeAt),f=e("".slice),a=function(t){return function(r,n){var e,a,l=i(u(r)),p=o(n),v=l.length;return p<0||p>=v?t?"":void 0:(e=s(l,p))<55296||e>56319||p+1===v||(a=s(l,p+1))<56320||a>57343?t?c(l,p):e:t?f(l,p,p+2):(e-55296<<10)+(a-56320)+65536}};t.exports={codeAt:a(!1),charAt:a(!0)}},32624:function(t,r,n){"use strict";var e=n(17158),o=n(96673);t.exports=e&&o(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},34155:function(t,r,n){"use strict";var e,o,i,u=n(97948),c=n(75058),s=n(78144),f=n(59541),a=n(26419),l=n(49567),p=n(99353),v=n(38043),y="Object already initialized",d=c.TypeError,h=c.WeakMap;if(u||l.state){var b=l.state||(l.state=new h);b.get=b.get,b.has=b.has,b.set=b.set,e=function(t,r){if(b.has(t))throw new d(y);return r.facade=t,b.set(t,r),r},o=function(t){return b.get(t)||{}},i=function(t){return b.has(t)}}else{var m=p("state");v[m]=!0,e=function(t,r){if(a(t,m))throw new d(y);return r.facade=t,f(t,m,r),r},o=function(t){return a(t,m)?t[m]:{}},i=function(t){return a(t,m)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(r){var n;if(!s(r)||(n=o(r)).type!==t)throw new d("Incompatible receiver, "+t+" required");return n}}}},34315:function(t,r,n){"use strict";var e=n(26919),o=n(78144),i=n(71975),u=n(57996),c=n(9236),s=n(50617),f=TypeError,a=s("toPrimitive");t.exports=function(t,r){if(!o(t)||i(t))return t;var n,s=u(t,a);if(s){if(void 0===r&&(r="default"),!o(n=e(s,t,r))||i(n))return n;throw new f("Can't convert object to primitive value")}return void 0===r&&(r="number"),c(t,r)}},34980:function(t,r,n){"use strict";var e=n(24503),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},36446:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=n(83511),u=n(59299).indexOf,c=n(38043),s=e([].push);t.exports=function(t,r){var n,e=i(t),f=0,a=[];for(n in e)!o(c,n)&&o(e,n)&&s(a,n);for(;r.length>f;)o(e,n=r[f++])&&(~u(a,n)||s(a,n));return a}},36759:function(t,r,n){"use strict";var e=n(75058),o=Object.defineProperty;t.exports=function(t,r){try{o(e,t,{value:r,configurable:!0,writable:!0})}catch(n){e[t]=r}return r}},37770:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t=(function(){}).bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},38043:function(t){"use strict";t.exports={}},40554:function(t,r,n){"use strict";var e=n(66310);t.exports=Array.isArray||function(t){return"Array"===e(t)}},40891:function(t,r,n){"use strict";var e=n(50300),o=n(74693),i=n(96673),u=n(93715),c=n(30995);e({target:"Object",stat:!0,forced:!o||i(function(){u.f(1)})},{getOwnPropertySymbols:function(t){var r=u.f;return r?r(c(t)):[]}})},41890:function(t,r,n){"use strict";var e=n(96673),o=n(14595),i=/#|\.prototype\./,u=function(t,r){var n=s[c(t)];return n===a||n!==f&&(o(r)?e(r):!!r)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=u.data={},f=u.NATIVE="N",a=u.POLYFILL="P";t.exports=u},41943:function(t){"use strict";t.exports=function(t){return null==t}},42695:function(t,r,n){"use strict";var e=n(29833),o=n(62017),i=n(10845);o("toStringTag"),i(e("Symbol"),"Symbol")},43098:function(t,r,n){"use strict";n(71093),n(6028),t.exports=n(7557).Array.from},43334:function(t,r,n){"use strict";var e;t.exports=n(74693)&&!Symbol.sham&&"symbol"==((e=Symbol.iterator)&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)},43707:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("asyncDispose"),c){var s=u(c,"asyncDispose");s.enumerable&&s.configurable&&s.writable&&i(c,"asyncDispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},45797:function(t,r,n){"use strict";n(62017)("iterator")},46119:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(20233),c=n(29833),s=n(69228),f=function(){},a=c("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=e(l.exec),v=!l.test(f),y=function(t){if(!i(t))return!1;try{return a(f,[],t),!0}catch(t){return!1}},d=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return v||!!p(l,s(t))}catch(t){return!0}};d.sham=!0,t.exports=!a||o(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?d:y},46738:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype,i=o.call,u=e&&o.bind.bind(i,i);t.exports=e?u:function(t){return function(){return i.apply(t,arguments)}}},49567:function(t,r,n){"use strict";var e=n(22445),o=n(75058),i=n(36759),u="__core-js_shared__",c=t.exports=o[u]||i(u,{});(c.versions||(c.versions=[])).push({version:"3.46.0",mode:e?"pure":"global",copyright:"\xa9 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.46.0/LICENSE",source:"https://github.com/zloirock/core-js"})},50112:function(){"document"in window.self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||function(t){"use strict";if("Element"in t){var r="classList",n="prototype",e=t.Element[n],o=Object,i=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},u=Array[n].indexOf||function(t){for(var r=0,n=this.length;n>r;r++)if(r in this&&this[r]===t)return r;return -1},c=function(t,r){this.name=t,this.code=DOMException[t],this.message=r},s=function(t,r){if(""===r)throw new c("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(r))throw new c("INVALID_CHARACTER_ERR","String contains an invalid character");return u.call(t,r)},f=function(t){for(var r=i.call(t.getAttribute("class")||""),n=r?r.split(/\s+/):[],e=0,o=n.length;o>e;e++)this.push(n[e]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},a=f[n]=[],l=function(){return new f(this)};if(c[n]=Error[n],a.item=function(t){return this[t]||null},a.contains=function(t){return -1!==s(this,t+="")},a.add=function(){var t,r=arguments,n=0,e=r.length,o=!1;do -1===s(this,t=r[n]+"")&&(this.push(t),o=!0);while(++n<e);o&&this._updateClassName()},a.remove=function(){var t,r,n=arguments,e=0,o=n.length,i=!1;do for(r=s(this,t=n[e]+"");-1!==r;)this.splice(r,1),i=!0,r=s(this,t);while(++e<o);i&&this._updateClassName()},a.toggle=function(t,r){t+="";var n=this.contains(t),e=n?!0!==r&&"remove":!1!==r&&"add";return(e&&this[e](t),!0===r||!1===r)?r:!n},a.toString=function(){return this.join(" ")},o.defineProperty){var p={get:l,enumerable:!0,configurable:!0};try{o.defineProperty(e,r,p)}catch(t){(void 0===t.number||-0x7ff5ec54===t.number)&&(p.enumerable=!1,o.defineProperty(e,r,p))}}else o[n].__defineGetter__&&e.__defineGetter__(r,l)}}(window.self),function(){"use strict";var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var r=function(t){var r=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,e=arguments.length;for(n=0;e>n;n++)t=arguments[n],r.call(this,t)}};r("add"),r("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,r){return 1 in arguments&&!this.contains(t)==!r?r:n.call(this,t)}}}())},50300:function(t,r,n){"use strict";function e(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=n(75058),i=n(10393).f,u=n(59541),c=n(27714),s=n(36759),f=n(2958),a=n(41890);t.exports=function(t,r){var n,l,p,v,y,d=t.target,h=t.global,b=t.stat;if(n=h?o:b?o[d]||s(d,{}):o[d]&&o[d].prototype)for(l in r){if(v=r[l],p=t.dontCallGetSet?(y=i(n,l))&&y.value:n[l],!a(h?l:d+(b?".":"#")+l,t.forced)&&void 0!==p){if((void 0===v?"undefined":e(v))==(void 0===p?"undefined":e(p)))continue;f(v,p)}(t.sham||p&&p.sham)&&u(v,"sham",!0),c(n,l,v,t)}}},50617:function(t,r,n){"use strict";var e=n(75058),o=n(2975),i=n(26419),u=n(18818),c=n(74693),s=n(43334),f=e.Symbol,a=o("wks"),l=s?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(a,t)||(a[t]=c&&i(f,t)?f[t]:l("Symbol."+t)),a[t]}},51107:function(t,r,n){"use strict";t.exports=n(29833)("document","documentElement")},51265:function(t,r,n){"use strict";n(63627),n(89676),n(78638),n(24784),n(40891)},52413:function(t,r,n){"use strict";var e=n(30941),o=n(73737);t.exports=function(t,r,n,i){try{return i?r(e(n)[0],n[1]):r(n)}catch(r){o(t,"throw",r)}}},52699:function(t,r,n){"use strict";var e=n(50617),o=n(84543),i=e("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},52867:function(t,r,n){"use strict";n(62017)("hasInstance")},53110:function(t,r,n){"use strict";var e=n(71594),o=n(26919),i=n(30995),u=n(52413),c=n(52699),s=n(46119),f=n(23832),a=n(15526),l=n(3279),p=n(72929),v=Array;t.exports=function(t){var r,n,y,d,h,b,m=i(t),g=s(this),x=arguments.length,S=x>1?arguments[1]:void 0,w=void 0!==S;w&&(S=e(S,x>2?arguments[2]:void 0));var O=p(m),_=0;if(O&&!(this===v&&c(O)))for(n=g?new this:[],h=(d=l(m,O)).next;!(y=o(h,d)).done;_++)b=w?u(d,S,[y.value,_],!0):y.value,a(n,_,b);else for(r=f(m),n=g?new this(r):v(r);r>_;_++)b=w?S(m[_],_):m[_],a(n,_,b);return n.length=_,n}},54393:function(t,r,n){"use strict";var e=n(75058),o=n(46738);t.exports=function(t,r){return o(e[t].prototype[r])}},55425:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(26419),c=n(17158),s=n(5944).CONFIGURABLE,f=n(69228),a=n(34155),l=a.enforce,p=a.get,v=String,y=Object.defineProperty,d=e("".slice),h=e("".replace),b=e([].join),m=c&&!o(function(){return 8!==y(function(){},"length",{value:8}).length}),g=String(String).split("String"),x=t.exports=function(t,r,n){"Symbol("===d(v(r),0,7)&&(r="["+h(v(r),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(r="get "+r),n&&n.setter&&(r="set "+r),(!u(t,"name")||s&&t.name!==r)&&(c?y(t,"name",{value:r,configurable:!0}):t.name=r),m&&n&&u(n,"arity")&&t.length!==n.arity&&y(t,"length",{value:n.arity});try{n&&u(n,"constructor")&&n.constructor?c&&y(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var e=l(t);return u(e,"source")||(e.source=b(g,"string"==typeof r?r:"")),t};Function.prototype.toString=x(function(){return i(this)&&p(this).source||f(this)},"toString")},56167:function(t,r,n){"use strict";t.exports=n(46738)({}.isPrototypeOf)},56184:function(t,r,n){"use strict";var e=n(79893),o=Math.max,i=Math.min;t.exports=function(t,r){var n=e(t);return n<0?o(n+r,0):i(n,r)}},56379:function(t,r,n){"use strict";var e=n(96673),o=n(50617),i=n(1669),u=o("species");t.exports=function(t){return i>=51||!e(function(){var r=[];return(r.constructor={})[u]=function(){return{foo:1}},1!==r[t](Boolean).foo})}},56582:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(10845);e({global:!0},{Reflect:{}}),i(o.Reflect,"Reflect",!0)},56895:function(t,r,n){"use strict";var e=n(72783);t.exports=function(t,r){return new(e(t))(0===r?0:r)}},57108:function(t,r,n){"use strict";n(62017)("matchAll")},57683:function(t,r,n){"use strict";n(75024),n(78837),n(51265),n(43707),n(97778),n(24661),n(92770),n(52867),n(26494),n(45797),n(67130),n(57108),n(23359),n(27491),n(89689),n(22367),n(150),n(42695),n(94248),n(12057),n(29437),n(56582),t.exports=n(7557).Symbol},57996:function(t,r,n){"use strict";var e=n(90256),o=n(41943);t.exports=function(t,r){var n=t[r];return o(n)?void 0:e(n)}},59299:function(t,r,n){"use strict";var e=n(83511),o=n(56184),i=n(23832),u=function(t){return function(r,n,u){var c,s=e(r),f=i(s);if(0===f)return!t&&-1;var a=o(u,f);if(t&&n!=n){for(;f>a;)if((c=s[a++])!=c)return!0}else for(;f>a;a++)if((t||a in s)&&s[a]===n)return t||a||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},59541:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=e?function(t,r,n){return o.f(t,r,i(1,n))}:function(t,r,n){return t[r]=n,t}},59979:function(t){"use strict";var r=TypeError;t.exports=function(t){if(t>0x1fffffffffffff)throw r("Maximum allowed index exceeded");return t}},60288:function(t,r,n){"use strict";var e=n(46738),o=n(90256);t.exports=function(t,r,n){try{return e(o(Object.getOwnPropertyDescriptor(t,r)[n]))}catch(t){}}},62017:function(t,r,n){"use strict";var e=n(7557),o=n(26419),i=n(20037),u=n(9475).f;t.exports=function(t){var r=e.Symbol||(e.Symbol={});o(r,t)||u(r,t,{value:i.f(t)})}},63458:function(t){"use strict";t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},63627:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(26919),u=n(46738),c=n(22445),s=n(17158),f=n(74693),a=n(96673),l=n(26419),p=n(56167),v=n(30941),y=n(83511),d=n(72543),h=n(13181),b=n(63458),m=n(99746),g=n(77298),x=n(63838),S=n(18316),w=n(93715),O=n(10393),_=n(9475),j=n(16719),A=n(23043),P=n(27714),E=n(66416),T=n(2975),I=n(99353),F=n(38043),C=n(18818),R=n(50617),M=n(20037),D=n(62017),N=n(28360),k=n(10845),L=n(34155),G=n(78027).forEach,W=I("hidden"),z="Symbol",B="prototype",U=L.set,Y=L.getterFor(z),$=Object[B],J=o.Symbol,X=J&&J[B],q=o.RangeError,K=o.TypeError,V=o.QObject,H=O.f,Q=_.f,Z=S.f,tt=A.f,tr=u([].push),tn=T("symbols"),te=T("op-symbols"),to=T("wks"),ti=!V||!V[B]||!V[B].findChild,tu=function(t,r,n){var e=H($,r);e&&delete $[r],Q(t,r,n),e&&t!==$&&Q($,r,e)},tc=s&&a(function(){return 7!==m(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a})?tu:Q,ts=function(t,r){var n=tn[t]=m(X);return U(n,{type:z,tag:t,description:r}),s||(n.description=r),n},tf=function(t,r,n){t===$&&tf(te,r,n),v(t);var e=d(r);return(v(n),l(tn,e))?(n.enumerable?(l(t,W)&&t[W][e]&&(t[W][e]=!1),n=m(n,{enumerable:b(0,!1)})):(l(t,W)||Q(t,W,b(1,m(null))),t[W][e]=!0),tc(t,e,n)):Q(t,e,n)},ta=function(t,r){v(t);var n=y(r);return G(g(n).concat(ty(n)),function(r){(!s||i(tl,n,r))&&tf(t,r,n[r])}),t},tl=function(t){var r=d(t),n=i(tt,this,r);return(!(this===$&&l(tn,r))||!!l(te,r))&&(!(n||!l(this,r)||!l(tn,r)||l(this,W)&&this[W][r])||n)},tp=function(t,r){var n=y(t),e=d(r);if(!(n===$&&l(tn,e))||l(te,e)){var o=H(n,e);return o&&l(tn,e)&&!(l(n,W)&&n[W][e])&&(o.enumerable=!0),o}},tv=function(t){var r=Z(y(t)),n=[];return G(r,function(t){l(tn,t)||l(F,t)||tr(n,t)}),n},ty=function(t){var r=t===$,n=Z(r?te:y(t)),e=[];return G(n,function(t){l(tn,t)&&(!r||l($,t))&&tr(e,tn[t])}),e};!f&&(P(X=(J=function(){if(p(X,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?h(arguments[0]):void 0,r=C(t),n=function(t){var e=void 0===this?o:this;e===$&&i(n,te,t),l(e,W)&&l(e[W],r)&&(e[W][r]=!1);var u=b(1,t);try{tc(e,r,u)}catch(t){if(null!=q&&"undefined"!=typeof Symbol&&q[Symbol.hasInstance]?!q[Symbol.hasInstance](t):!(t instanceof q))throw t;tu(e,r,u)}};return s&&ti&&tc($,r,{configurable:!0,set:n}),ts(r,t)})[B],"toString",function(){return Y(this).tag}),P(J,"withoutSetter",function(t){return ts(C(t),t)}),A.f=tl,_.f=tf,j.f=ta,O.f=tp,x.f=S.f=tv,w.f=ty,M.f=function(t){return ts(R(t),t)},s&&(E(X,"description",{configurable:!0,get:function(){return Y(this).description}}),c||P($,"propertyIsEnumerable",tl,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:J}),G(g(to),function(t){D(t)}),e({target:z,stat:!0,forced:!f},{useSetter:function(){ti=!0},useSimple:function(){ti=!1}}),e({target:"Object",stat:!0,forced:!f,sham:!s},{create:function(t,r){return void 0===r?m(t):ta(m(t),r)},defineProperty:tf,defineProperties:ta,getOwnPropertyDescriptor:tp}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:tv}),N(),k(J,z),F[W]=!0},63838:function(t,r,n){"use strict";var e=n(36446),o=n(24877).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return e(t,o)}},64369:function(t,r,n){"use strict";var e=n(75058),o=n(78144),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},64959:function(t,r,n){"use strict";var e=n(17158),o=n(96673),i=n(64369);t.exports=!e&&!o(function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},66310:function(t,r,n){"use strict";var e=n(46738),o=e({}.toString),i=e("".slice);t.exports=function(t){return i(o(t),8,-1)}},66416:function(t,r,n){"use strict";var e=n(55425),o=n(9475);t.exports=function(t,r,n){return n.get&&e(n.get,r,{getter:!0}),n.set&&e(n.set,r,{setter:!0}),o.f(t,r,n)}},67130:function(t,r,n){"use strict";n(62017)("match")},69228:function(t,r,n){"use strict";var e=n(46738),o=n(14595),i=n(49567),u=e(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},70439:function(t){"use strict";t.exports=function(t,r){return{value:t,done:r}}},71093:function(t,r,n){"use strict";var e=n(31353).charAt,o=n(13181),i=n(34155),u=n(20998),c=n(70439),s="String Iterator",f=i.set,a=i.getterFor(s);u(String,"String",function(t){f(this,{type:s,string:o(t),index:0})},function(){var t,r=a(this),n=r.string,o=r.index;return o>=n.length?c(void 0,!0):(t=e(n,o),r.index+=t.length,c(t,!1))})},71594:function(t,r,n){"use strict";var e=n(93474),o=n(90256),i=n(37770),u=e(e.bind);t.exports=function(t,r){return o(t),void 0===r?t:i?u(t,r):function(){return t.apply(r,arguments)}}},71975:function(t,r,n){"use strict";var e=n(29833),o=n(14595),i=n(56167),u=n(43334),c=Object;t.exports=u?function(t){return(void 0===t?"undefined":t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="symbol"}:function(t){var r=e("Symbol");return o(r)&&i(r.prototype,c(t))}},72543:function(t,r,n){"use strict";var e=n(34315),o=n(71975);t.exports=function(t){var r=e(t,"string");return o(r)?r:r+""}},72783:function(t,r,n){"use strict";var e=n(40554),o=n(46119),i=n(78144),u=n(50617)("species"),c=Array;t.exports=function(t){var r;return e(t)&&(o(r=t.constructor)&&(r===c||e(r.prototype))?r=void 0:i(r)&&null===(r=r[u])&&(r=void 0)),void 0===r?c:r}},72929:function(t,r,n){"use strict";var e=n(20233),o=n(57996),i=n(41943),u=n(84543),c=n(50617)("iterator");t.exports=function(t){if(!i(t))return o(t,c)||o(t,"@@iterator")||u[e(t)]}},73737:function(t,r,n){"use strict";var e=n(26919),o=n(30941),i=n(57996);t.exports=function(t,r,n){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===r)throw n;return n}u=e(u,t)}catch(t){c=!0,u=t}if("throw"===r)throw n;if(c)throw u;return o(u),n}},74693:function(t,r,n){"use strict";var e=n(1669),o=n(96673),i=n(75058).String;t.exports=!!Object.getOwnPropertySymbols&&!o(function(){var t,r,n=Symbol("symbol detection");return!i(n)||(t=Object(n),null!=(r=Symbol)&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?!r[Symbol.hasInstance](t):!(t instanceof r))||!Symbol.sham&&e&&e<41})},75024:function(t,r,n){"use strict";var e=n(50300),o=n(96673),i=n(40554),u=n(78144),c=n(30995),s=n(23832),f=n(59979),a=n(15526),l=n(56895),p=n(56379),v=n(50617),y=n(1669),d=v("isConcatSpreadable"),h=y>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),b=function(t){if(!u(t))return!1;var r=t[d];return void 0!==r?!!r:i(t)};e({target:"Array",proto:!0,arity:1,forced:!h||!p("concat")},{concat:function(t){var r,n,e,o,i,u=c(this),p=l(u,0),v=0;for(r=-1,e=arguments.length;e>r;r++)if(i=-1===r?u:arguments[r],b(i))for(f(v+(o=s(i))),n=0;o>n;n++,v++)n in i&&a(p,v,i[n]);else f(v+1),a(p,v++,i);return p.length=v,p}})},75058:function(t,r,n){"use strict";function e(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=function(t){return t&&t.Math===Math&&t};t.exports=o(("undefined"==typeof globalThis?"undefined":e(globalThis))=="object"&&globalThis)||o(("undefined"==typeof window?"undefined":e(window))=="object"&&window)||o(("undefined"==typeof self?"undefined":e(self))=="object"&&self)||o((void 0===n.g?"undefined":e(n.g))=="object"&&n.g)||o("object"==e(this)&&this)||function(){return this}()||Function("return this")()},77298:function(t,r,n){"use strict";var e=n(36446),o=n(24877);t.exports=Object.keys||function(t){return e(t,o)}},78027:function(t,r,n){"use strict";var e=n(71594),o=n(46738),i=n(82545),u=n(30995),c=n(23832),s=n(56895),f=o([].push),a=function(t){var r=1===t,n=2===t,o=3===t,a=4===t,l=6===t,p=7===t,v=5===t||l;return function(y,d,h,b){for(var m,g,x=u(y),S=i(x),w=c(S),O=e(d,h),_=0,j=b||s,A=r?j(y,w):n||p?j(y,0):void 0;w>_;_++)if((v||_ in S)&&(g=O(m=S[_],_,x),t))if(r)A[_]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return _;case 2:f(A,m)}else switch(t){case 4:return!1;case 7:f(A,m)}return l?-1:o||a?a:A}};t.exports={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)}},78144:function(t,r,n){"use strict";var e=n(14595);t.exports=function(t){return(void 0===t?"undefined":t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="object"?null!==t:e(t)}},78638:function(t,r,n){"use strict";var e=n(50300),o=n(26419),i=n(71975),u=n(8465),c=n(2975),s=n(31050),f=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{keyFor:function(t){if(!i(t))throw TypeError(u(t)+" is not a symbol");if(o(f,t))return f[t]}})},78837:function(t,r,n){"use strict";var e=n(82138),o=n(27714),i=n(99981);e||o(Object.prototype,"toString",i,{unsafe:!0})},79893:function(t,r,n){"use strict";var e=n(1055);t.exports=function(t){var r=+t;return r!=r||0===r?0:e(r)}},82138:function(t,r,n){"use strict";var e=n(50617)("toStringTag"),o={};o[e]="z",t.exports="[object z]"===String(o)},82545:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(66310),u=Object,c=e("".split);t.exports=o(function(){return!u("z").propertyIsEnumerable(0)})?function(t){return"String"===i(t)?c(t,""):u(t)}:u},82911:function(t,r,n){"use strict";var e=n(50617),o=n(99746),i=n(9475).f,u=e("unscopables"),c=Array.prototype;void 0===c[u]&&i(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},83511:function(t,r,n){"use strict";var e=n(82545),o=n(93080);t.exports=function(t){return e(o(t))}},84543:function(t){"use strict";t.exports={}},85353:function(t,r,n){"use strict";t.exports=!n(96673)(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},88597:function(t,r,n){"use strict";function e(t,r){return null!=r&&"undefined"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](t):t instanceof r}var o=n(26419),i=n(14595),u=n(30995),c=n(99353),s=n(85353),f=c("IE_PROTO"),a=Object,l=a.prototype;t.exports=s?a.getPrototypeOf:function(t){var r=u(t);if(o(r,f))return r[f];var n=r.constructor;return i(n)&&e(r,n)?n.prototype:e(r,a)?l:null}},89676:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(26419),u=n(13181),c=n(2975),s=n(31050),f=c("string-to-symbol-registry"),a=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{for:function(t){var r=u(t);if(i(f,r))return f[r];var n=o("Symbol")(r);return f[r]=n,a[n]=r,n}})},89689:function(t,r,n){"use strict";n(62017)("species")},90003:function(t,r,n){"use strict";var e,o=n(37770),i=Function.prototype,u=i.apply,c=i.call;t.exports=("undefined"==typeof Reflect?"undefined":(e=Reflect)&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&Reflect.apply||(o?c.bind(u):function(){return c.apply(u,arguments)})},90014:function(t,r,n){"use strict";var e=n(50300),o=n(78027).findIndex,i=n(82911),u="findIndex",c=!0;u in[]&&[,][u](function(){c=!1}),e({target:"Array",proto:!0,forced:c},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(u)},90256:function(t,r,n){"use strict";var e=n(14595),o=n(8465),i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not a function")}},92770:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("dispose"),c){var s=u(c,"dispose");s.enumerable&&s.configurable&&s.writable&&i(c,"dispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},93080:function(t,r,n){"use strict";var e=n(41943),o=TypeError;t.exports=function(t){if(e(t))throw new o("Can't call method on "+t);return t}},93474:function(t,r,n){"use strict";var e=n(66310),o=n(46738);t.exports=function(t){if("Function"===e(t))return o(t)}},93715:function(t,r){"use strict";r.f=Object.getOwnPropertySymbols},94248:function(t,r,n){"use strict";n(62017)("unscopables")},96371:function(t,r,n){"use strict";var e,o,i,u=n(96673),c=n(14595),s=n(78144),f=n(99746),a=n(88597),l=n(27714),p=n(50617),v=n(22445),y=p("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(e=o):d=!0),!s(e)||u(function(){var t={};return e[y].call(t)!==t})?e={}:v&&(e=f(e)),c(e[y])||l(e,y,function(){return this}),t.exports={IteratorPrototype:e,BUGGY_SAFARI_ITERATORS:d}},96673:function(t){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},97778:function(t,r,n){"use strict";n(62017)("asyncIterator")},97948:function(t,r,n){"use strict";var e=n(75058),o=n(14595),i=e.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},99353:function(t,r,n){"use strict";var e=n(2975),o=n(18818),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},99746:function(t,r,n){"use strict";var e,o=n(30941),i=n(16719),u=n(24877),c=n(38043),s=n(51107),f=n(64369),a=n(99353),l="prototype",p="script",v=a("IE_PROTO"),y=function(){},d=function(t){return"<"+p+">"+t+"</"+p+">"},h=function(t){t.write(d("")),t.close();var r=t.parentWindow.Object;return t=null,r},b=function(){var t,r=f("iframe");return r.style.display="none",s.appendChild(r),r.src=String("java"+p+":"),(t=r.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F},m=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}m="undefined"!=typeof document?document.domain&&e?h(e):b():h(e);for(var t=u.length;t--;)delete m[l][u[t]];return m()};c[v]=!0,t.exports=Object.create||function(t,r){var n;return null!==t?(y[l]=o(t),n=new y,y[l]=null,n[v]=t):n=m(),void 0===r?n:i.f(n,r)}},99981:function(t,r,n){"use strict";var e=n(82138),o=n(20233);t.exports=e?({}).toString:function(){return"[object "+o(this)+"]"}}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={exports:{}};return t[e].call(i.exports,i,i.exports,n),i.exports}n.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(r,{a:r}),r},n.d=function(t,r){for(var e in r)n.o(r,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:r[e]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var e={};return!function(){"use strict";n.r(e),n(50112),n(10990),n(57683),n(7796),n(43098),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,r){if(null==t)throw TypeError("Cannot convert undefined or null to object");for(var n=Object(t),e=1;e<arguments.length;e++){var o=arguments[e];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])}return n},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})}(),e});
|
|
8
|
+
!function(t,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r();else if("function"==typeof define&&define.amd)define([],r);else{var n=r();for(var e in n)("object"==typeof exports?exports:t)[e]=n[e]}}(self,function(){var t={150:function(t,r,n){"use strict";var e=n(62017),o=n(28360);e("toPrimitive"),o()},1055:function(t){"use strict";var r=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?n:r)(e)}},1089:function(t,r,n){"use strict";var e=n(29833),o=n(46738),i=n(63838),u=n(93715),c=n(30941),s=o([].concat);t.exports=e("Reflect","ownKeys")||function(t){var r=i.f(c(t)),n=u.f;return n?s(r,n(t)):r}},1669:function(t,r,n){"use strict";var e,o,i=n(75058),u=n(1837),c=i.process,s=i.Deno,f=c&&c.versions||s&&s.version,a=f&&f.v8;a&&(o=(e=a.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!o&&u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1]),t.exports=o},1837:function(t,r,n){"use strict";var e=n(75058).navigator,o=e&&e.userAgent;t.exports=o?String(o):""},2958:function(t,r,n){"use strict";var e=n(26419),o=n(1089),i=n(10393),u=n(9475);t.exports=function(t,r,n){for(var c=o(r),s=u.f,f=i.f,a=0;a<c.length;a++){var l=c[a];e(t,l)||n&&e(n,l)||s(t,l,f(r,l))}}},2975:function(t,r,n){"use strict";var e=n(49567);t.exports=function(t,r){return e[t]||(e[t]=r||{})}},3279:function(t,r,n){"use strict";var e=n(26919),o=n(90256),i=n(30941),u=n(8465),c=n(72929),s=TypeError;t.exports=function(t,r){var n=arguments.length<2?c(t):r;if(o(n))return i(e(n,t));throw new s(u(t)+" is not iterable")}},5944:function(t,r,n){"use strict";var e=n(17158),o=n(26419),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:c&&"something"===(function(){}).name,CONFIGURABLE:s}},6028:function(t,r,n){"use strict";var e=n(50300),o=n(53110);e({target:"Array",stat:!0,forced:!n(14122)(function(t){Array.from(t)})},{from:o})},7557:function(t,r,n){"use strict";t.exports=n(75058)},7796:function(t,r,n){"use strict";n(90014),t.exports=n(54393)("Array","findIndex")},8465:function(t){"use strict";var r=String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9236:function(t,r,n){"use strict";var e=n(26919),o=n(14595),i=n(78144),u=TypeError;t.exports=function(t,r){var n,c;if("string"===r&&o(n=t.toString)&&!i(c=e(n,t))||o(n=t.valueOf)&&!i(c=e(n,t))||"string"!==r&&o(n=t.toString)&&!i(c=e(n,t)))return c;throw new u("Can't convert object to primitive value")}},9475:function(t,r,n){"use strict";var e=n(17158),o=n(64959),i=n(32624),u=n(30941),c=n(72543),s=TypeError,f=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l="enumerable",p="configurable",v="writable";r.f=e?i?function(t,r,n){if(u(t),r=c(r),u(n),"function"==typeof t&&"prototype"===r&&"value"in n&&v in n&&!n[v]){var e=a(t,r);e&&e[v]&&(t[r]=n.value,n={configurable:p in n?n[p]:e[p],enumerable:l in n?n[l]:e[l],writable:!1})}return f(t,r,n)}:f:function(t,r,n){if(u(t),r=c(r),u(n),o)try{return f(t,r,n)}catch(t){}if("get"in n||"set"in n)throw new s("Accessors not supported");return"value"in n&&(t[r]=n.value),t}},10393:function(t,r,n){"use strict";var e=n(17158),o=n(26919),i=n(23043),u=n(63458),c=n(83511),s=n(72543),f=n(26419),a=n(64959),l=Object.getOwnPropertyDescriptor;r.f=e?l:function(t,r){if(t=c(t),r=s(r),a)try{return l(t,r)}catch(t){}if(f(t,r))return u(!o(i.f,t,r),t[r])}},10764:function(t,r,n){"use strict";var e=n(79893),o=Math.min;t.exports=function(t){var r=e(t);return r>0?o(r,0x1fffffffffffff):0}},10845:function(t,r,n){"use strict";var e=n(9475).f,o=n(26419),i=n(50617)("toStringTag");t.exports=function(t,r,n){t&&!n&&(t=t.prototype),t&&!o(t,i)&&e(t,i,{configurable:!0,value:r})}},10990:function(t,r,n){"use strict";t.exports=n(29100).polyfill()},12057:function(t,r,n){"use strict";var e=n(75058);n(10845)(e.JSON,"JSON",!0)},13181:function(t,r,n){"use strict";var e=n(20233),o=String;t.exports=function(t){if("Symbol"===e(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},13450:function(t,r,n){"use strict";t.exports=n(46738)([].slice)},14122:function(t,r,n){"use strict";var e=n(50617)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[e]=function(){return this},Array.from(u,function(){throw 2})}catch(t){}t.exports=function(t,r){try{if(!r&&!o)return!1}catch(t){return!1}var n=!1;try{var i={};i[e]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},14595:function(t){"use strict";var r,n=("u"<typeof document?"undefined":(r=document)&&"u">typeof Symbol&&r.constructor===Symbol?"symbol":typeof r)=="object"&&document.all;t.exports=void 0===n&&void 0!==n?function(t){return"function"==typeof t||t===n}:function(t){return"function"==typeof t}},15526:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=function(t,r,n){e?o.f(t,r,i(0,n)):t[r]=n}},16719:function(t,r,n){"use strict";var e=n(17158),o=n(32624),i=n(9475),u=n(30941),c=n(83511),s=n(77298);r.f=e&&!o?Object.defineProperties:function(t,r){u(t);for(var n,e=c(r),o=s(r),f=o.length,a=0;f>a;)i.f(t,n=o[a++],e[n]);return t}},17158:function(t,r,n){"use strict";t.exports=!n(96673)(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})},18316:function(t,r,n){"use strict";var e,o=n(66310),i=n(83511),u=n(63838).f,c=n(13450),s=("u"<typeof window?"undefined":(e=window)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],f=function(t){try{return u(t)}catch(t){return c(s)}};t.exports.f=function(t){return s&&"Window"===o(t)?f(t):u(i(t))}},18818:function(t,r,n){"use strict";var e=n(46738),o=0,i=Math.random(),u=e(1.1.toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},19192:function(t,r,n){"use strict";var e=n(96371).IteratorPrototype,o=n(99746),i=n(63458),u=n(10845),c=n(84543),s=function(){return this};t.exports=function(t,r,n,f){var a=r+" Iterator";return t.prototype=o(e,{next:i(+!f,n)}),u(t,a,!1,!0),c[a]=s,t}},20037:function(t,r,n){"use strict";r.f=n(50617)},20233:function(t,r,n){"use strict";var e=n(82138),o=n(14595),i=n(66310),u=n(50617)("toStringTag"),c=Object,s="Arguments"===i(function(){return arguments}()),f=function(t,r){try{return t[r]}catch(t){}};t.exports=e?i:function(t){var r,n,e;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=f(r=c(t),u))?n:s?i(r):"Object"===(e=i(r))&&o(r.callee)?"Arguments":e}},20998:function(t,r,n){"use strict";var e=n(50300),o=n(26919),i=n(22445),u=n(5944),c=n(14595),s=n(19192),f=n(88597),a=n(28329),l=n(10845),p=n(59541),v=n(27714),y=n(50617),h=n(84543),d=n(96371),b=u.PROPER,g=u.CONFIGURABLE,m=d.IteratorPrototype,w=d.BUGGY_SAFARI_ITERATORS,S=y("iterator"),x="keys",O="values",_="entries",j=function(){return this};t.exports=function(t,r,n,u,y,d,A){s(n,r,u);var E,P,T,I=function(t){if(t===y&&D)return D;if(!w&&t&&t in R)return R[t];switch(t){case x:case O:case _:return function(){return new n(this,t)}}return function(){return new n(this)}},F=r+" Iterator",C=!1,R=t.prototype,N=R[S]||R["@@iterator"]||y&&R[y],D=!w&&N||I(y),M="Array"===r&&R.entries||N;if(M&&(E=f(M.call(new t)))!==Object.prototype&&E.next&&(!i&&f(E)!==m&&(a?a(E,m):c(E[S])||v(E,S,j)),l(E,F,!0,!0),i&&(h[F]=j)),b&&y===O&&N&&N.name!==O&&(!i&&g?p(R,"name",O):(C=!0,D=function(){return o(N,this)})),y)if(P={values:I(O),keys:d?D:I(x),entries:I(_)},A)for(T in P)!w&&!C&&T in R||v(R,T,P[T]);else e({target:r,proto:!0,forced:w||C},P);return(!i||A)&&R[S]!==D&&v(R,S,D,{name:y}),h[r]=D,P}},22367:function(t,r,n){"use strict";n(62017)("split")},22445:function(t){"use strict";t.exports=!1},23043:function(t,r){"use strict";var n={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor;r.f=e&&!n.call({1:2},1)?function(t){var r=e(this,t);return!!r&&r.enumerable}:n},23359:function(t,r,n){"use strict";n(62017)("replace")},23832:function(t,r,n){"use strict";var e=n(10764);t.exports=function(t){return e(t.length)}},24503:function(t,r,n){"use strict";var e=n(78144);t.exports=function(t){return e(t)||null===t}},24661:function(t,r,n){"use strict";var e=n(50300),o=n(17158),i=n(75058),u=n(46738),c=n(26419),s=n(14595),f=n(56167),a=n(13181),l=n(66416),p=n(2958),v=i.Symbol,y=v&&v.prototype;if(o&&s(v)&&(!("description"in y)||void 0!==v().description)){var h={},d=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:a(arguments[0]),r=f(y,this)?new v(t):void 0===t?v():v(t);return""===t&&(h[r]=!0),r};p(d,v),d.prototype=y,y.constructor=d;var b="Symbol(description detection)"===String(v("description detection")),g=u(y.valueOf),m=u(y.toString),w=/^Symbol\((.*)\)[^)]+$/,S=u("".replace),x=u("".slice);l(y,"description",{configurable:!0,get:function(){var t=g(this);if(c(h,t))return"";var r=m(t),n=b?x(r,7,-1):S(r,w,"$1");return""===n?void 0:n}}),e({global:!0,constructor:!0,forced:!0},{Symbol:d})}},24784:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(90003),u=n(26919),c=n(46738),s=n(96673),f=n(40554),a=n(14595),l=n(91e3),p=n(71975),v=n(66310),y=n(13181),h=n(13450),d=n(26298),b=n(18818),g=n(74693),m=n(93413),w=String,S=o("JSON","stringify"),x=c(/./.exec),O=c("".charAt),_=c("".charCodeAt),j=c("".replace),A=c("".slice),E=c([].push),P=c(1.1.toString),T=/[\uD800-\uDFFF]/g,I=/^[\uD800-\uDBFF]$/,F=/^[\uDC00-\uDFFF]$/,C=b(),R=C.length,N=!g||s(function(){var t=o("Symbol")("stringify detection");return"[null]"!==S([t])||"{}"!==S({a:t})||"{}"!==S(Object(t))}),D=s(function(){return'"\\udf06\\ud834"'!==S("\uDF06\uD834")||'"\\udead"'!==S("\uDEAD")}),M=N?function(t,r){var n=h(arguments),e=L(r);if(!(!a(e)&&(void 0===t||p(t))))return n[1]=function(t,r){if(a(e)&&(r=u(e,this,w(t),r)),!p(r))return r},i(S,null,n)}:S,k=function(t,r,n){var e=O(n,r-1),o=O(n,r+1);return x(I,t)&&!x(F,o)||x(F,t)&&!x(I,e)?"\\u"+P(_(t,0),16):t},L=function(t){if(a(t))return t;if(f(t)){for(var r=t.length,n=[],e=0;r>e;e++){var o=t[e];"string"==typeof o?E(n,o):("number"==typeof o||"Number"===v(o)||"String"===v(o))&&E(n,y(o))}var i=n.length,u=!0;return function(t,r){if(u)return u=!1,r;if(f(this))return r;for(var e=0;i>e;e++)if(n[e]===t)return r}}};S&&e({target:"JSON",stat:!0,arity:3,forced:N||D||!m},{stringify:function(t,r,n){var e=L(r),o=[],i=M(t,function(t,r){var n=a(e)?u(e,this,w(t),r):r;return!m&&l(n)?C+(E(o,n.rawJSON)-1):n},n);if("string"!=typeof i||(D&&(i=j(i,T,k)),m))return i;for(var c="",s=i.length,f=0;s>f;f++){var p=O(i,f);if('"'===p){var v=d(i,++f).end-1,y=A(i,f,v);c+=A(y,0,R)===C?o[A(y,R)]:'"'+y+'"',f=v}else c+=p}return c}})},24877:function(t){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},26298:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=SyntaxError,u=parseInt,c=String.fromCharCode,s=e("".charAt),f=e("".slice),a=e(/./.exec),l={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":" "},p=/^[\da-f]{4}$/i,v=/^[\u0000-\u001F]$/;t.exports=function(t,r){for(var n=!0,e="";r<t.length;){var y=s(t,r);if("\\"===y){var h=f(t,r,r+2);if(o(l,h))e+=l[h],r+=2;else if("\\u"===h){var d=f(t,r+=2,r+4);if(!a(p,d))throw new i("Bad Unicode escape at: "+r);e+=c(u(d,16)),r+=4}else throw new i('Unknown escape sequence: "'+h+'"')}else if('"'===y){n=!1,r++;break}else{if(a(v,y))throw new i("Bad control character in string literal at: "+r);e+=y,r++}}if(n)throw new i("Unterminated string at: "+r);return{value:e,end:r}}},26419:function(t,r,n){"use strict";var e=n(46738),o=n(30995),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,r){return i(o(t),r)}},26494:function(t,r,n){"use strict";n(62017)("isConcatSpreadable")},26919:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype.call;t.exports=e?o.bind(o):function(){return o.apply(o,arguments)}},27491:function(t,r,n){"use strict";n(62017)("search")},27714:function(t,r,n){"use strict";var e=n(14595),o=n(9475),i=n(55425),u=n(36759);t.exports=function(t,r,n,c){c||(c={});var s=c.enumerable,f=void 0!==c.name?c.name:r;if(e(n)&&i(n,f,c),c.global)s?t[r]=n:u(r,n);else{try{c.unsafe?t[r]&&(s=!0):delete t[r]}catch(t){}s?t[r]=n:o.f(t,r,{value:n,enumerable:!1,configurable:!c.nonConfigurable,writable:!c.nonWritable})}return t}},28329:function(t,r,n){"use strict";var e=n(60288),o=n(78144),i=n(93080),u=n(34980);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r,n=!1,c={};try{(r=e(Object.prototype,"__proto__","set"))(c,[]),t=Array,n=null!=t&&"u">typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](c):c instanceof t}catch(t){}return function(t,e){return i(t),u(e),o(t)&&(n?r(t,e):t.__proto__=e),t}}():void 0)},28360:function(t,r,n){"use strict";var e=n(26919),o=n(29833),i=n(50617),u=n(27714);t.exports=function(){var t=o("Symbol"),r=t&&t.prototype,n=r&&r.valueOf,c=i("toPrimitive");r&&!r[c]&&u(r,c,function(t){return e(n,this)},{arity:1})}},29100:function(t,r,n){var e,o;function i(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}o=function(){"use strict";function t(t){return"function"==typeof t}var r,e,o,u,c=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},s=0,f=void 0,a=void 0,l=function(t,r){g[s]=t,g[s+1]=r,2===(s+=2)&&(a?a(m):w())},p="u">typeof window?window:void 0,v=p||{},y=v.MutationObserver||v.WebKitMutationObserver,h="u"<typeof self&&"u">typeof process&&"[object process]"===({}).toString.call(process),d="u">typeof Uint8ClampedArray&&"u">typeof importScripts&&"u">typeof MessageChannel;function b(){var t=setTimeout;return function(){return t(m,1)}}var g=Array(1e3);function m(){for(var t=0;s>t;t+=2)(0,g[t])(g[t+1]),g[t]=void 0,g[t+1]=void 0;s=0}var w=void 0;function S(t,r){var n=this,e=new this.constructor(_);void 0===e[O]&&D(e);var o=n._state;if(o){var i=arguments[o-1];l(function(){return R(o,e,i,n._result)})}else F(n,e,t,r);return e}function x(t){if(t&&(void 0===t?"undefined":i(t))==="object"&&t.constructor===this)return t;var r=new this(_);return E(r,t),r}h?w=function(){return process.nextTick(m)}:y?(r=0,e=new y(m),o=document.createTextNode(""),e.observe(o,{characterData:!0}),w=function(){o.data=r=++r%2}):d?((u=new MessageChannel).port1.onmessage=m,w=function(){return u.port2.postMessage(0)}):w=void 0===p?function(){try{var t=Function("return this")().require("vertx");return f=t.runOnLoop||t.runOnContext,void 0!==f?function(){f(m)}:b()}catch(t){return b()}}():b();var O=Math.random().toString(36).substring(2);function _(){}var j=void 0;function A(r,n,e){n.constructor===r.constructor&&e===S&&n.constructor.resolve===x?1===n._state?T(r,n._result):2===n._state?I(r,n._result):F(n,void 0,function(t){return E(r,t)},function(t){return I(r,t)}):void 0===e?T(r,n):t(e)?l(function(t){var r=!1,o=function(t,r,n,e){try{t.call(r,n,e)}catch(t){return t}}(e,n,function(e){r||(r=!0,n!==e?E(t,e):T(t,e))},function(n){r||(r=!0,I(t,n))},"Settle: "+(t._label||" unknown promise"));!r&&o&&(r=!0,I(t,o))},r):T(r,n)}function E(t,r){if(t===r)I(t,TypeError("You cannot resolve a promise with itself"));else if(n=void 0===r?"undefined":i(r),null!==r&&("object"===n||"function"===n)){var n,e=void 0;try{e=r.then}catch(r){I(t,r);return}A(t,r,e)}else T(t,r)}function P(t){t._onerror&&t._onerror(t._result),C(t)}function T(t,r){t._state===j&&(t._result=r,t._state=1,0!==t._subscribers.length&&l(C,t))}function I(t,r){t._state===j&&(t._state=2,t._result=r,l(P,t))}function F(t,r,n,e){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=r,o[i+1]=n,o[i+2]=e,0===i&&t._state&&l(C,t)}function C(t){var r=t._subscribers,n=t._state;if(0!==r.length){for(var e=void 0,o=void 0,i=t._result,u=0;u<r.length;u+=3)e=r[u],o=r[u+n],e?R(n,e,o,i):o(i);t._subscribers.length=0}}function R(r,n,e,o){var i=t(e),u=void 0,c=void 0,s=!0;if(i){try{u=e(o)}catch(t){s=!1,c=t}if(n===u)return void I(n,TypeError("A promises callback cannot return that same promise."))}else u=o;n._state!==j||(i&&s?E(n,u):!1===s?I(n,c):1===r?T(n,u):2===r&&I(n,u))}var N=0;function D(t){t[O]=N++,t._state=void 0,t._result=void 0,t._subscribers=[]}var M=function(){function t(t,r){this._instanceConstructor=t,this.promise=new t(_),this.promise[O]||D(this.promise),c(r)?(this.length=r.length,this._remaining=r.length,this._result=Array(this.length),0===this.length?T(this.promise,this._result):(this.length=this.length||0,this._enumerate(r),0===this._remaining&&T(this.promise,this._result))):I(this.promise,Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var r=0;this._state===j&&r<t.length;r++)this._eachEntry(t[r],r)},t.prototype._eachEntry=function(t,r){var n=this._instanceConstructor,e=n.resolve;if(e===x){var o=void 0,i=void 0,u=!1;try{o=t.then}catch(t){u=!0,i=t}if(o===S&&t._state!==j)this._settledAt(t._state,r,t._result);else if("function"!=typeof o)this._remaining--,this._result[r]=t;else if(n===k){var c=new n(_);u?I(c,i):A(c,t,o),this._willSettleAt(c,r)}else this._willSettleAt(new n(function(r){return r(t)}),r)}else this._willSettleAt(e(t),r)},t.prototype._settledAt=function(t,r,n){var e=this.promise;e._state===j&&(this._remaining--,2===t?I(e,n):this._result[r]=n),0===this._remaining&&T(e,this._result)},t.prototype._willSettleAt=function(t,r){var n=this;F(t,void 0,function(t){return n._settledAt(1,r,t)},function(t){return n._settledAt(2,r,t)})},t}(),k=function(){function r(t){this[O]=N++,this._result=this._state=void 0,this._subscribers=[],_!==t&&("function"!=typeof t&&function(){throw TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),(null!=r&&"u">typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](this):this instanceof r)?function(t,r){try{r(function(r){E(t,r)},function(r){I(t,r)})}catch(r){I(t,r)}}(this,t):function(){throw TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return r.prototype.catch=function(t){return this.then(null,t)},r.prototype.finally=function(r){var n=this.constructor;return t(r)?this.then(function(t){return n.resolve(r()).then(function(){return t})},function(t){return n.resolve(r()).then(function(){throw t})}):this.then(r,r)},r}();return k.prototype.then=S,k.all=function(t){return new M(this,t).promise},k.race=function(t){var r=this;return new r(c(t)?function(n,e){for(var o=t.length,i=0;o>i;i++)r.resolve(t[i]).then(n,e)}:function(t,r){return r(TypeError("You must pass an array to race."))})},k.resolve=x,k.reject=function(t){var r=new this(_);return I(r,t),r},k._setScheduler=function(t){a=t},k._setAsap=function(t){l=t},k._asap=l,k.polyfill=function(){var t=void 0;if(void 0!==n.g)t=n.g;else if("u">typeof self)t=self;else try{t=Function("return this")()}catch(t){throw Error("polyfill failed because global object is unavailable in this environment")}var r=t.Promise;if(r){var e=null;try{e=Object.prototype.toString.call(r.resolve())}catch(t){}if("[object Promise]"===e&&!r.cast)return}t.Promise=k},k.Promise=k,k},"object"===i(r)?t.exports=o():void 0===(e=o.call(r,n,r,t))||(t.exports=e)},29437:function(t,r,n){"use strict";n(10845)(Math,"Math",!0)},29833:function(t,r,n){"use strict";var e=n(75058),o=n(14595);t.exports=function(t,r){var n;return arguments.length<2?o(n=e[t])?n:void 0:e[t]&&e[t][r]}},30941:function(t,r,n){"use strict";var e=n(78144),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not an object")}},30995:function(t,r,n){"use strict";var e=n(93080),o=Object;t.exports=function(t){return o(e(t))}},31050:function(t,r,n){"use strict";t.exports=n(74693)&&!!Symbol.for&&!!Symbol.keyFor},31353:function(t,r,n){"use strict";var e=n(46738),o=n(79893),i=n(13181),u=n(93080),c=e("".charAt),s=e("".charCodeAt),f=e("".slice),a=function(t){return function(r,n){var e,a,l=i(u(r)),p=o(n),v=l.length;return p<0||p>=v?t?"":void 0:(e=s(l,p))<55296||e>56319||p+1===v||(a=s(l,p+1))<56320||a>57343?t?c(l,p):e:t?f(l,p,p+2):(e-55296<<10)+(a-56320)+65536}};t.exports={codeAt:a(!1),charAt:a(!0)}},32624:function(t,r,n){"use strict";var e=n(17158),o=n(96673);t.exports=e&&o(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},34155:function(t,r,n){"use strict";var e,o,i,u=n(97948),c=n(75058),s=n(78144),f=n(59541),a=n(26419),l=n(49567),p=n(99353),v=n(38043),y="Object already initialized",h=c.TypeError,d=c.WeakMap;if(u||l.state){var b=l.state||(l.state=new d);b.get=b.get,b.has=b.has,b.set=b.set,e=function(t,r){if(b.has(t))throw new h(y);return r.facade=t,b.set(t,r),r},o=function(t){return b.get(t)||{}},i=function(t){return b.has(t)}}else{var g=p("state");v[g]=!0,e=function(t,r){if(a(t,g))throw new h(y);return r.facade=t,f(t,g,r),r},o=function(t){return a(t,g)?t[g]:{}},i=function(t){return a(t,g)}}t.exports={set:e,get:o,has:i,enforce:function(t){return i(t)?o(t):e(t,{})},getterFor:function(t){return function(r){var n;if(!s(r)||(n=o(r)).type!==t)throw new h("Incompatible receiver, "+t+" required");return n}}}},34315:function(t,r,n){"use strict";var e=n(26919),o=n(78144),i=n(71975),u=n(57996),c=n(9236),s=n(50617),f=TypeError,a=s("toPrimitive");t.exports=function(t,r){if(!o(t)||i(t))return t;var n,s=u(t,a);if(s){if(void 0===r&&(r="default"),!o(n=e(s,t,r))||i(n))return n;throw new f("Can't convert object to primitive value")}return void 0===r&&(r="number"),c(t,r)}},34980:function(t,r,n){"use strict";var e=n(24503),o=String,i=TypeError;t.exports=function(t){if(e(t))return t;throw new i("Can't set "+o(t)+" as a prototype")}},36446:function(t,r,n){"use strict";var e=n(46738),o=n(26419),i=n(83511),u=n(59299).indexOf,c=n(38043),s=e([].push);t.exports=function(t,r){var n,e=i(t),f=0,a=[];for(n in e)!o(c,n)&&o(e,n)&&s(a,n);for(;r.length>f;)o(e,n=r[f++])&&(~u(a,n)||s(a,n));return a}},36759:function(t,r,n){"use strict";var e=n(75058),o=Object.defineProperty;t.exports=function(t,r){try{o(e,t,{value:r,configurable:!0,writable:!0})}catch(n){e[t]=r}return r}},37770:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t=(function(){}).bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})},38043:function(t){"use strict";t.exports={}},40554:function(t,r,n){"use strict";var e=n(66310);t.exports=Array.isArray||function(t){return"Array"===e(t)}},40891:function(t,r,n){"use strict";var e=n(50300),o=n(74693),i=n(96673),u=n(93715),c=n(30995);e({target:"Object",stat:!0,forced:!o||i(function(){u.f(1)})},{getOwnPropertySymbols:function(t){var r=u.f;return r?r(c(t)):[]}})},41890:function(t,r,n){"use strict";var e=n(96673),o=n(14595),i=/#|\.prototype\./,u=function(t,r){var n=s[c(t)];return n===a||n!==f&&(o(r)?e(r):!!r)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=u.data={},f=u.NATIVE="N",a=u.POLYFILL="P";t.exports=u},41943:function(t){"use strict";t.exports=function(t){return null==t}},42695:function(t,r,n){"use strict";var e=n(29833),o=n(62017),i=n(10845);o("toStringTag"),i(e("Symbol"),"Symbol")},43098:function(t,r,n){"use strict";n(71093),n(6028),t.exports=n(7557).Array.from},43334:function(t,r,n){"use strict";var e;t.exports=n(74693)&&!Symbol.sham&&"symbol"==((e=Symbol.iterator)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)},43707:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("asyncDispose"),c){var s=u(c,"asyncDispose");s.enumerable&&s.configurable&&s.writable&&i(c,"asyncDispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},45797:function(t,r,n){"use strict";n(62017)("iterator")},46119:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(20233),c=n(29833),s=n(69228),f=function(){},a=c("Reflect","construct"),l=/^\s*(?:class|function)\b/,p=e(l.exec),v=!l.test(f),y=function(t){if(!i(t))return!1;try{return a(f,[],t),!0}catch(t){return!1}},h=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return v||!!p(l,s(t))}catch(t){return!0}};h.sham=!0,t.exports=!a||o(function(){var t;return y(y.call)||!y(Object)||!y(function(){t=!0})||t})?h:y},46738:function(t,r,n){"use strict";var e=n(37770),o=Function.prototype,i=o.call,u=e&&o.bind.bind(i,i);t.exports=e?u:function(t){return function(){return i.apply(t,arguments)}}},49567:function(t,r,n){"use strict";var e=n(22445),o=n(75058),i=n(36759),u="__core-js_shared__",c=t.exports=o[u]||i(u,{});(c.versions||(c.versions=[])).push({version:"3.48.0",mode:e?"pure":"global",copyright:"\xa9 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE",source:"https://github.com/zloirock/core-js"})},50112:function(){"document"in window.self&&("classList"in document.createElement("_")&&(!document.createElementNS||"classList"in document.createElementNS("http://www.w3.org/2000/svg","g"))||function(t){"use strict";if("Element"in t){var r="classList",n="prototype",e=t.Element[n],o=Object,i=String[n].trim||function(){return this.replace(/^\s+|\s+$/g,"")},u=Array[n].indexOf||function(t){for(var r=0,n=this.length;n>r;r++)if(r in this&&this[r]===t)return r;return -1},c=function(t,r){this.name=t,this.code=DOMException[t],this.message=r},s=function(t,r){if(""===r)throw new c("SYNTAX_ERR","An invalid or illegal string was specified");if(/\s/.test(r))throw new c("INVALID_CHARACTER_ERR","String contains an invalid character");return u.call(t,r)},f=function(t){for(var r=i.call(t.getAttribute("class")||""),n=r?r.split(/\s+/):[],e=0,o=n.length;o>e;e++)this.push(n[e]);this._updateClassName=function(){t.setAttribute("class",this.toString())}},a=f[n]=[],l=function(){return new f(this)};if(c[n]=Error[n],a.item=function(t){return this[t]||null},a.contains=function(t){return -1!==s(this,t+="")},a.add=function(){var t,r=arguments,n=0,e=r.length,o=!1;do -1===s(this,t=r[n]+"")&&(this.push(t),o=!0);while(++n<e);o&&this._updateClassName()},a.remove=function(){var t,r,n=arguments,e=0,o=n.length,i=!1;do for(r=s(this,t=n[e]+"");-1!==r;)this.splice(r,1),i=!0,r=s(this,t);while(++e<o);i&&this._updateClassName()},a.toggle=function(t,r){t+="";var n=this.contains(t),e=n?!0!==r&&"remove":!1!==r&&"add";return(e&&this[e](t),!0===r||!1===r)?r:!n},a.toString=function(){return this.join(" ")},o.defineProperty){var p={get:l,enumerable:!0,configurable:!0};try{o.defineProperty(e,r,p)}catch(t){(void 0===t.number||-0x7ff5ec54===t.number)&&(p.enumerable=!1,o.defineProperty(e,r,p))}}else o[n].__defineGetter__&&e.__defineGetter__(r,l)}}(window.self),function(){"use strict";var t=document.createElement("_");if(t.classList.add("c1","c2"),!t.classList.contains("c2")){var r=function(t){var r=DOMTokenList.prototype[t];DOMTokenList.prototype[t]=function(t){var n,e=arguments.length;for(n=0;e>n;n++)t=arguments[n],r.call(this,t)}};r("add"),r("remove")}if(t.classList.toggle("c3",!1),t.classList.contains("c3")){var n=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,r){return 1 in arguments&&!this.contains(t)==!r?r:n.call(this,t)}}}())},50300:function(t,r,n){"use strict";function e(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=n(75058),i=n(10393).f,u=n(59541),c=n(27714),s=n(36759),f=n(2958),a=n(41890);t.exports=function(t,r){var n,l,p,v,y,h=t.target,d=t.global,b=t.stat;if(n=d?o:b?o[h]||s(h,{}):o[h]&&o[h].prototype)for(l in r){if(v=r[l],p=t.dontCallGetSet?(y=i(n,l))&&y.value:n[l],!a(d?l:h+(b?".":"#")+l,t.forced)&&void 0!==p){if((void 0===v?"undefined":e(v))==(void 0===p?"undefined":e(p)))continue;f(v,p)}(t.sham||p&&p.sham)&&u(v,"sham",!0),c(n,l,v,t)}}},50617:function(t,r,n){"use strict";var e=n(75058),o=n(2975),i=n(26419),u=n(18818),c=n(74693),s=n(43334),f=e.Symbol,a=o("wks"),l=s?f.for||f:f&&f.withoutSetter||u;t.exports=function(t){return i(a,t)||(a[t]=c&&i(f,t)?f[t]:l("Symbol."+t)),a[t]}},51107:function(t,r,n){"use strict";t.exports=n(29833)("document","documentElement")},51265:function(t,r,n){"use strict";n(63627),n(89676),n(78638),n(24784),n(40891)},52413:function(t,r,n){"use strict";var e=n(30941),o=n(73737);t.exports=function(t,r,n,i){try{return i?r(e(n)[0],n[1]):r(n)}catch(r){o(t,"throw",r)}}},52699:function(t,r,n){"use strict";var e=n(50617),o=n(84543),i=e("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},52867:function(t,r,n){"use strict";n(62017)("hasInstance")},53110:function(t,r,n){"use strict";var e=n(71594),o=n(26919),i=n(30995),u=n(52413),c=n(52699),s=n(46119),f=n(23832),a=n(15526),l=n(94465),p=n(3279),v=n(72929),y=Array;t.exports=function(t){var r,n,h,d,b,g,m=i(t),w=s(this),S=arguments.length,x=S>1?arguments[1]:void 0,O=void 0!==x;O&&(x=e(x,S>2?arguments[2]:void 0));var _=v(m),j=0;if(_&&!(this===y&&c(_)))for(n=w?new this:[],b=(d=p(m,_)).next;!(h=o(b,d)).done;j++)g=O?u(d,x,[h.value,j],!0):h.value,a(n,j,g);else for(r=f(m),n=w?new this(r):y(r);r>j;j++)g=O?x(m[j],j):m[j],a(n,j,g);return l(n,j),n}},54393:function(t,r,n){"use strict";var e=n(75058),o=n(46738);t.exports=function(t,r){return o(e[t].prototype[r])}},55425:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(14595),u=n(26419),c=n(17158),s=n(5944).CONFIGURABLE,f=n(69228),a=n(34155),l=a.enforce,p=a.get,v=String,y=Object.defineProperty,h=e("".slice),d=e("".replace),b=e([].join),g=c&&!o(function(){return 8!==y(function(){},"length",{value:8}).length}),m=String(String).split("String"),w=t.exports=function(t,r,n){"Symbol("===h(v(r),0,7)&&(r="["+d(v(r),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(r="get "+r),n&&n.setter&&(r="set "+r),(!u(t,"name")||s&&t.name!==r)&&(c?y(t,"name",{value:r,configurable:!0}):t.name=r),g&&n&&u(n,"arity")&&t.length!==n.arity&&y(t,"length",{value:n.arity});try{n&&u(n,"constructor")&&n.constructor?c&&y(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var e=l(t);return u(e,"source")||(e.source=b(m,"string"==typeof r?r:"")),t};Function.prototype.toString=w(function(){return i(this)&&p(this).source||f(this)},"toString")},56167:function(t,r,n){"use strict";t.exports=n(46738)({}.isPrototypeOf)},56184:function(t,r,n){"use strict";var e=n(79893),o=Math.max,i=Math.min;t.exports=function(t,r){var n=e(t);return n<0?o(n+r,0):i(n,r)}},56379:function(t,r,n){"use strict";var e=n(96673),o=n(50617),i=n(1669),u=o("species");t.exports=function(t){return i>=51||!e(function(){var r=[];return(r.constructor={})[u]=function(){return{foo:1}},1!==r[t](Boolean).foo})}},56582:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(10845);e({global:!0},{Reflect:{}}),i(o.Reflect,"Reflect",!0)},56895:function(t,r,n){"use strict";var e=n(72783);t.exports=function(t,r){return new(e(t))(0===r?0:r)}},57108:function(t,r,n){"use strict";n(62017)("matchAll")},57683:function(t,r,n){"use strict";n(75024),n(78837),n(51265),n(43707),n(97778),n(24661),n(92770),n(52867),n(26494),n(45797),n(67130),n(57108),n(23359),n(27491),n(89689),n(22367),n(150),n(42695),n(94248),n(12057),n(29437),n(56582),t.exports=n(7557).Symbol},57996:function(t,r,n){"use strict";var e=n(90256),o=n(41943);t.exports=function(t,r){var n=t[r];return o(n)?void 0:e(n)}},59299:function(t,r,n){"use strict";var e=n(83511),o=n(56184),i=n(23832),u=function(t){return function(r,n,u){var c,s=e(r),f=i(s);if(0===f)return!t&&-1;var a=o(u,f);if(t&&n!=n){for(;f>a;)if((c=s[a++])!=c)return!0}else for(;f>a;a++)if((t||a in s)&&s[a]===n)return t||a||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},59541:function(t,r,n){"use strict";var e=n(17158),o=n(9475),i=n(63458);t.exports=e?function(t,r,n){return o.f(t,r,i(1,n))}:function(t,r,n){return t[r]=n,t}},59979:function(t){"use strict";var r=TypeError;t.exports=function(t){if(t>0x1fffffffffffff)throw r("Maximum allowed index exceeded");return t}},60288:function(t,r,n){"use strict";var e=n(46738),o=n(90256);t.exports=function(t,r,n){try{return e(o(Object.getOwnPropertyDescriptor(t,r)[n]))}catch(t){}}},62017:function(t,r,n){"use strict";var e=n(7557),o=n(26419),i=n(20037),u=n(9475).f;t.exports=function(t){var r=e.Symbol||(e.Symbol={});o(r,t)||u(r,t,{value:i.f(t)})}},63458:function(t){"use strict";t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},63627:function(t,r,n){"use strict";var e=n(50300),o=n(75058),i=n(26919),u=n(46738),c=n(22445),s=n(17158),f=n(74693),a=n(96673),l=n(26419),p=n(56167),v=n(30941),y=n(83511),h=n(72543),d=n(13181),b=n(63458),g=n(99746),m=n(77298),w=n(63838),S=n(18316),x=n(93715),O=n(10393),_=n(9475),j=n(16719),A=n(23043),E=n(27714),P=n(66416),T=n(2975),I=n(99353),F=n(38043),C=n(18818),R=n(50617),N=n(20037),D=n(62017),M=n(28360),k=n(10845),L=n(34155),G=n(78027).forEach,J=I("hidden"),U="Symbol",B="prototype",W=L.set,$=L.getterFor(U),z=Object[B],Y=o.Symbol,q=Y&&Y[B],X=o.RangeError,K=o.TypeError,V=o.QObject,H=O.f,Q=_.f,Z=S.f,tt=A.f,tr=u([].push),tn=T("symbols"),te=T("op-symbols"),to=T("wks"),ti=!V||!V[B]||!V[B].findChild,tu=function(t,r,n){var e=H(z,r);e&&delete z[r],Q(t,r,n),e&&t!==z&&Q(z,r,e)},tc=s&&a(function(){return 7!==g(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a})?tu:Q,ts=function(t,r){var n=tn[t]=g(q);return W(n,{type:U,tag:t,description:r}),s||(n.description=r),n},tf=function(t,r,n){t===z&&tf(te,r,n),v(t);var e=h(r);return(v(n),l(tn,e))?(n.enumerable?(l(t,J)&&t[J][e]&&(t[J][e]=!1),n=g(n,{enumerable:b(0,!1)})):(l(t,J)||Q(t,J,b(1,g(null))),t[J][e]=!0),tc(t,e,n)):Q(t,e,n)},ta=function(t,r){v(t);var n=y(r);return G(m(n).concat(ty(n)),function(r){(!s||i(tl,n,r))&&tf(t,r,n[r])}),t},tl=function(t){var r=h(t),n=i(tt,this,r);return(!(this===z&&l(tn,r))||!!l(te,r))&&(!(n||!l(this,r)||!l(tn,r)||l(this,J)&&this[J][r])||n)},tp=function(t,r){var n=y(t),e=h(r);if(!(n===z&&l(tn,e))||l(te,e)){var o=H(n,e);return o&&l(tn,e)&&!(l(n,J)&&n[J][e])&&(o.enumerable=!0),o}},tv=function(t){var r=Z(y(t)),n=[];return G(r,function(t){l(tn,t)||l(F,t)||tr(n,t)}),n},ty=function(t){var r=t===z,n=Z(r?te:y(t)),e=[];return G(n,function(t){l(tn,t)&&(!r||l(z,t))&&tr(e,tn[t])}),e};!f&&(E(q=(Y=function(){if(p(q,this))throw new K("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?d(arguments[0]):void 0,r=C(t),n=function(t){var e=void 0===this?o:this;e===z&&i(n,te,t),l(e,J)&&l(e[J],r)&&(e[J][r]=!1);var u=b(1,t);try{tc(e,r,u)}catch(t){if(null!=X&&"u">typeof Symbol&&X[Symbol.hasInstance]?!X[Symbol.hasInstance](t):!(t instanceof X))throw t;tu(e,r,u)}};return s&&ti&&tc(z,r,{configurable:!0,set:n}),ts(r,t)})[B],"toString",function(){return $(this).tag}),E(Y,"withoutSetter",function(t){return ts(C(t),t)}),A.f=tl,_.f=tf,j.f=ta,O.f=tp,w.f=S.f=tv,x.f=ty,N.f=function(t){return ts(R(t),t)},s&&(P(q,"description",{configurable:!0,get:function(){return $(this).description}}),c||E(z,"propertyIsEnumerable",tl,{unsafe:!0}))),e({global:!0,constructor:!0,wrap:!0,forced:!f,sham:!f},{Symbol:Y}),G(m(to),function(t){D(t)}),e({target:U,stat:!0,forced:!f},{useSetter:function(){ti=!0},useSimple:function(){ti=!1}}),e({target:"Object",stat:!0,forced:!f,sham:!s},{create:function(t,r){return void 0===r?g(t):ta(g(t),r)},defineProperty:tf,defineProperties:ta,getOwnPropertyDescriptor:tp}),e({target:"Object",stat:!0,forced:!f},{getOwnPropertyNames:tv}),M(),k(Y,U),F[J]=!0},63838:function(t,r,n){"use strict";var e=n(36446),o=n(24877).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return e(t,o)}},64369:function(t,r,n){"use strict";var e=n(75058),o=n(78144),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},64959:function(t,r,n){"use strict";var e=n(17158),o=n(96673),i=n(64369);t.exports=!e&&!o(function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a})},66310:function(t,r,n){"use strict";var e=n(46738),o=e({}.toString),i=e("".slice);t.exports=function(t){return i(o(t),8,-1)}},66416:function(t,r,n){"use strict";var e=n(55425),o=n(9475);t.exports=function(t,r,n){return n.get&&e(n.get,r,{getter:!0}),n.set&&e(n.set,r,{setter:!0}),o.f(t,r,n)}},67130:function(t,r,n){"use strict";n(62017)("match")},69228:function(t,r,n){"use strict";var e=n(46738),o=n(14595),i=n(49567),u=e(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},70439:function(t){"use strict";t.exports=function(t,r){return{value:t,done:r}}},71093:function(t,r,n){"use strict";var e=n(31353).charAt,o=n(13181),i=n(34155),u=n(20998),c=n(70439),s="String Iterator",f=i.set,a=i.getterFor(s);u(String,"String",function(t){f(this,{type:s,string:o(t),index:0})},function(){var t,r=a(this),n=r.string,o=r.index;return o>=n.length?c(void 0,!0):(t=e(n,o),r.index+=t.length,c(t,!1))})},71594:function(t,r,n){"use strict";var e=n(93474),o=n(90256),i=n(37770),u=e(e.bind);t.exports=function(t,r){return o(t),void 0===r?t:i?u(t,r):function(){return t.apply(r,arguments)}}},71975:function(t,r,n){"use strict";var e=n(29833),o=n(14595),i=n(56167),u=n(43334),c=Object;t.exports=u?function(t){return(void 0===t?"undefined":t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="symbol"}:function(t){var r=e("Symbol");return o(r)&&i(r.prototype,c(t))}},72543:function(t,r,n){"use strict";var e=n(34315),o=n(71975);t.exports=function(t){var r=e(t,"string");return o(r)?r:r+""}},72783:function(t,r,n){"use strict";var e=n(40554),o=n(46119),i=n(78144),u=n(50617)("species"),c=Array;t.exports=function(t){var r;return e(t)&&(o(r=t.constructor)&&(r===c||e(r.prototype))?r=void 0:i(r)&&null===(r=r[u])&&(r=void 0)),void 0===r?c:r}},72929:function(t,r,n){"use strict";var e=n(20233),o=n(57996),i=n(41943),u=n(84543),c=n(50617)("iterator");t.exports=function(t){if(!i(t))return o(t,c)||o(t,"@@iterator")||u[e(t)]}},73737:function(t,r,n){"use strict";var e=n(26919),o=n(30941),i=n(57996);t.exports=function(t,r,n){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===r)throw n;return n}u=e(u,t)}catch(t){c=!0,u=t}if("throw"===r)throw n;if(c)throw u;return o(u),n}},74693:function(t,r,n){"use strict";var e=n(1669),o=n(96673),i=n(75058).String;t.exports=!!Object.getOwnPropertySymbols&&!o(function(){var t,r,n=Symbol("symbol detection");return!i(n)||(t=Object(n),null!=(r=Symbol)&&"u">typeof Symbol&&r[Symbol.hasInstance]?!r[Symbol.hasInstance](t):!(t instanceof r))||!Symbol.sham&&e&&e<41})},75024:function(t,r,n){"use strict";var e=n(50300),o=n(96673),i=n(40554),u=n(78144),c=n(30995),s=n(23832),f=n(59979),a=n(15526),l=n(94465),p=n(56895),v=n(56379),y=n(50617),h=n(1669),d=y("isConcatSpreadable"),b=h>=51||!o(function(){var t=[];return t[d]=!1,t.concat()[0]!==t}),g=function(t){if(!u(t))return!1;var r=t[d];return void 0!==r?!!r:i(t)};e({target:"Array",proto:!0,arity:1,forced:!b||!v("concat")},{concat:function(t){var r,n,e,o,i,u=c(this),v=p(u,0),y=0;for(r=-1,e=arguments.length;e>r;r++)if(i=-1===r?u:arguments[r],g(i))for(f(y+(o=s(i))),n=0;o>n;n++,y++)n in i&&a(v,y,i[n]);else f(y+1),a(v,y++,i);return l(v,y),v}})},75058:function(t,r,n){"use strict";function e(t){return t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}var o=function(t){return t&&t.Math===Math&&t};t.exports=o(("u"<typeof globalThis?"undefined":e(globalThis))=="object"&&globalThis)||o(("u"<typeof window?"undefined":e(window))=="object"&&window)||o(("u"<typeof self?"undefined":e(self))=="object"&&self)||o((void 0===n.g?"undefined":e(n.g))=="object"&&n.g)||o("object"==e(this)&&this)||function(){return this}()||Function("return this")()},77298:function(t,r,n){"use strict";var e=n(36446),o=n(24877);t.exports=Object.keys||function(t){return e(t,o)}},78027:function(t,r,n){"use strict";var e=n(71594),o=n(82545),i=n(30995),u=n(23832),c=n(56895),s=n(15526),f=function(t){var r=1===t,n=2===t,f=3===t,a=4===t,l=6===t,p=7===t,v=5===t||l;return function(y,h,d){for(var b,g,m=i(y),w=o(m),S=u(w),x=e(h,d),O=0,_=0,j=r?c(y,S):n||p?c(y,0):void 0;S>O;O++)if((v||O in w)&&(g=x(b=w[O],O,m),t))if(r)s(j,O,g);else if(g)switch(t){case 3:return!0;case 5:return b;case 6:return O;case 2:s(j,_++,b)}else switch(t){case 4:return!1;case 7:s(j,_++,b)}return l?-1:f||a?a:j}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},78144:function(t,r,n){"use strict";var e=n(14595);t.exports=function(t){return(void 0===t?"undefined":t&&"u">typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="object"?null!==t:e(t)}},78638:function(t,r,n){"use strict";var e=n(50300),o=n(26419),i=n(71975),u=n(8465),c=n(2975),s=n(31050),f=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{keyFor:function(t){if(!i(t))throw TypeError(u(t)+" is not a symbol");if(o(f,t))return f[t]}})},78837:function(t,r,n){"use strict";var e=n(82138),o=n(27714),i=n(99981);e||o(Object.prototype,"toString",i,{unsafe:!0})},79893:function(t,r,n){"use strict";var e=n(1055);t.exports=function(t){var r=+t;return r!=r||0===r?0:e(r)}},82138:function(t,r,n){"use strict";var e=n(50617)("toStringTag"),o={};o[e]="z",t.exports="[object z]"===String(o)},82545:function(t,r,n){"use strict";var e=n(46738),o=n(96673),i=n(66310),u=Object,c=e("".split);t.exports=o(function(){return!u("z").propertyIsEnumerable(0)})?function(t){return"String"===i(t)?c(t,""):u(t)}:u},82911:function(t,r,n){"use strict";var e=n(50617),o=n(99746),i=n(9475).f,u=e("unscopables"),c=Array.prototype;void 0===c[u]&&i(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},83511:function(t,r,n){"use strict";var e=n(82545),o=n(93080);t.exports=function(t){return e(o(t))}},84543:function(t){"use strict";t.exports={}},85353:function(t,r,n){"use strict";t.exports=!n(96673)(function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})},88597:function(t,r,n){"use strict";function e(t,r){return null!=r&&"u">typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](t):t instanceof r}var o=n(26419),i=n(14595),u=n(30995),c=n(99353),s=n(85353),f=c("IE_PROTO"),a=Object,l=a.prototype;t.exports=s?a.getPrototypeOf:function(t){var r=u(t);if(o(r,f))return r[f];var n=r.constructor;return i(n)&&e(r,n)?n.prototype:e(r,a)?l:null}},89676:function(t,r,n){"use strict";var e=n(50300),o=n(29833),i=n(26419),u=n(13181),c=n(2975),s=n(31050),f=c("string-to-symbol-registry"),a=c("symbol-to-string-registry");e({target:"Symbol",stat:!0,forced:!s},{for:function(t){var r=u(t);if(i(f,r))return f[r];var n=o("Symbol")(r);return f[r]=n,a[n]=r,n}})},89689:function(t,r,n){"use strict";n(62017)("species")},90003:function(t,r,n){"use strict";var e,o=n(37770),i=Function.prototype,u=i.apply,c=i.call;t.exports=("u"<typeof Reflect?"undefined":(e=Reflect)&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e)=="object"&&Reflect.apply||(o?c.bind(u):function(){return c.apply(u,arguments)})},90014:function(t,r,n){"use strict";var e=n(50300),o=n(78027).findIndex,i=n(82911),u="findIndex",c=!0;u in[]&&[,][u](function(){c=!1}),e({target:"Array",proto:!0,forced:c},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(u)},90256:function(t,r,n){"use strict";var e=n(14595),o=n(8465),i=TypeError;t.exports=function(t){if(e(t))return t;throw new i(o(t)+" is not a function")}},91e3:function(t,r,n){"use strict";var e=n(78144),o=n(34155).get;t.exports=function(t){if(!e(t))return!1;var r=o(t);return!!r&&"RawJSON"===r.type}},92770:function(t,r,n){"use strict";var e=n(75058),o=n(62017),i=n(9475).f,u=n(10393).f,c=e.Symbol;if(o("dispose"),c){var s=u(c,"dispose");s.enumerable&&s.configurable&&s.writable&&i(c,"dispose",{value:s.value,enumerable:!1,configurable:!1,writable:!1})}},93080:function(t,r,n){"use strict";var e=n(41943),o=TypeError;t.exports=function(t){if(e(t))throw new o("Can't call method on "+t);return t}},93413:function(t,r,n){"use strict";t.exports=!n(96673)(function(){var t="9007199254740993",r=JSON.rawJSON(t);return!JSON.isRawJSON(r)||JSON.stringify(r)!==t})},93474:function(t,r,n){"use strict";var e=n(66310),o=n(46738);t.exports=function(t){if("Function"===e(t))return o(t)}},93715:function(t,r){"use strict";r.f=Object.getOwnPropertySymbols},94248:function(t,r,n){"use strict";n(62017)("unscopables")},94465:function(t,r,n){"use strict";var e=n(17158),o=n(40554),i=TypeError,u=Object.getOwnPropertyDescriptor;t.exports=e&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(r){var t;return null!=(t=TypeError)&&"u">typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](r):r instanceof t}}()?function(t,r){if(o(t)&&!u(t,"length").writable)throw new i("Cannot set read only .length");return t.length=r}:function(t,r){return t.length=r}},96371:function(t,r,n){"use strict";var e,o,i,u=n(96673),c=n(14595),s=n(78144),f=n(99746),a=n(88597),l=n(27714),p=n(50617),v=n(22445),y=p("iterator"),h=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(e=o):h=!0),!s(e)||u(function(){var t={};return e[y].call(t)!==t})?e={}:v&&(e=f(e)),c(e[y])||l(e,y,function(){return this}),t.exports={IteratorPrototype:e,BUGGY_SAFARI_ITERATORS:h}},96673:function(t){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},97778:function(t,r,n){"use strict";n(62017)("asyncIterator")},97948:function(t,r,n){"use strict";var e=n(75058),o=n(14595),i=e.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},99353:function(t,r,n){"use strict";var e=n(2975),o=n(18818),i=e("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},99746:function(t,r,n){"use strict";var e,o=n(30941),i=n(16719),u=n(24877),c=n(38043),s=n(51107),f=n(64369),a=n(99353),l="prototype",p="script",v=a("IE_PROTO"),y=function(){},h=function(t){return"<"+p+">"+t+"</"+p+">"},d=function(t){t.write(h("")),t.close();var r=t.parentWindow.Object;return t=null,r},b=function(){var t,r=f("iframe");return r.style.display="none",s.appendChild(r),r.src=String("java"+p+":"),(t=r.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F},g=function(){try{e=new ActiveXObject("htmlfile")}catch(t){}g="u">typeof document?document.domain&&e?d(e):b():d(e);for(var t=u.length;t--;)delete g[l][u[t]];return g()};c[v]=!0,t.exports=Object.create||function(t,r){var n;return null!==t?(y[l]=o(t),n=new y,y[l]=null,n[v]=t):n=g(),void 0===r?n:i.f(n,r)}},99981:function(t,r,n){"use strict";var e=n(82138),o=n(20233);t.exports=e?({}).toString:function(){return"[object "+o(this)+"]"}}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={exports:{}};return t[e].call(i.exports,i,i.exports,n),i.exports}n.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(r,{a:r}),r},n.d=function(t,r){for(var e in r)n.o(r,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:r[e]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},n.r=function(t){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var e={};return!function(){"use strict";n.r(e),n(50112),n(10990),n(57683),n(7796),n(43098),Array.prototype.includes||(Array.prototype.includes=function(t){return this.indexOf(t)>-1}),"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,r){if(null==t)throw TypeError("Cannot convert undefined or null to object");for(var n=Object(t),e=1;e<arguments.length;e++){var o=arguments[e];if(null!=o)for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])}return n},writable:!0,configurable:!0}),Array.prototype.find||(Array.prototype.find=function(t){return this.indexOf(t)>-1?t:void 0}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return this[this.length-1]===t})}(),e});
|
package/esm/config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* Editor options. These can be configured upon the creation of the editor.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/async/README.md]]
|
package/esm/core/async/async.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { IS_ES_NEXT } from "../constants.js";
|
|
7
7
|
import { clearTimeout, setTimeout } from "../helpers/async/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module async
|
package/esm/core/async/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module async
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/component/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { Async } from "../async/index.js";
|
|
7
7
|
import { STATUSES } from "./statuses.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module component
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module component
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module component
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module component
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module component
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { Component } from "./component.js";
|
|
7
7
|
export class ViewComponent extends Component {
|
package/esm/core/constants.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* You can use Jodit constants in your code
|
package/esm/core/constants.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
|
-
export const APP_VERSION = "4.
|
|
6
|
+
export const APP_VERSION = "4.8.1";
|
|
7
7
|
// prettier-ignore
|
|
8
8
|
export const ES = "es2020";
|
|
9
9
|
export const IS_ES_MODERN = true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/create/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { INVISIBLE_SPACE } from "../constants.js";
|
|
7
7
|
import { Dom } from "../dom/dom.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module create
|
package/esm/core/create/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @module create
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/autobind/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { isFunction } from "../../helpers/checker/is-function.js";
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/cache/README.md]]
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { STATUSES } from "../../component/statuses.js";
|
|
7
|
-
import { IS_PROD } from "../../constants.js";
|
|
8
7
|
import { Dom } from "../../dom/dom.js";
|
|
9
8
|
import { isFunction, isViewObject } from "../../helpers/checker/index.js";
|
|
10
9
|
import { error } from "../../helpers/utils/error/error.js";
|
|
@@ -121,11 +120,6 @@ export function cache(_, name, descriptor) {
|
|
|
121
120
|
throw error('Getter property descriptor expected');
|
|
122
121
|
}
|
|
123
122
|
descriptor.get = function () {
|
|
124
|
-
if (!IS_PROD) {
|
|
125
|
-
if (this.isInDestruct) {
|
|
126
|
-
console.error('Trying to access property in destructed component');
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
123
|
const value = getter.call(this);
|
|
130
124
|
if (value && value.noCache === true) {
|
|
131
125
|
return value;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/component/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* Decorate components and set status isReady after constructor
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/debounce/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { Component, STATUSES } from "../../component/index.js";
|
|
7
7
|
import { isFunction, isNumber, isPlainObject } from "../../helpers/checker/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
export declare function derive(...traits: Function[]): (target: Function) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/derive/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/hook/README.md]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
import { isFunction } from "../../helpers/checker/is-function.js";
|
|
7
7
|
import { error } from "../../helpers/utils/error/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3
3
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4
|
-
* Copyright (c) 2013-
|
|
4
|
+
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* [[include:core/decorators/idle/README.md]]
|