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.
Files changed (1670) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/LICENSE.txt +1 -1
  3. package/es2015/jodit.css +449 -63
  4. package/es2015/jodit.fat.min.css +1 -1
  5. package/es2015/jodit.fat.min.js +16 -16
  6. package/es2015/jodit.js +1154 -750
  7. package/es2015/jodit.min.css +1 -1
  8. package/es2015/jodit.min.js +15 -15
  9. package/es2015/plugins/debug/debug.css +1 -1
  10. package/es2015/plugins/debug/debug.js +2 -2
  11. package/es2015/plugins/debug/debug.min.js +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  13. package/es2015/plugins/speech-recognize/speech-recognize.js +35 -35
  14. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  15. package/es2018/jodit.fat.min.css +1 -1
  16. package/es2018/jodit.fat.min.js +15 -15
  17. package/es2018/jodit.min.css +1 -1
  18. package/es2018/jodit.min.js +24 -24
  19. package/es2018/plugins/debug/debug.min.js +1 -1
  20. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  21. package/es2021/jodit.css +449 -63
  22. package/es2021/jodit.fat.min.css +1 -1
  23. package/es2021/jodit.fat.min.js +21 -21
  24. package/es2021/jodit.js +1008 -642
  25. package/es2021/jodit.min.css +1 -1
  26. package/es2021/jodit.min.js +26 -26
  27. package/es2021/plugins/debug/debug.css +1 -1
  28. package/es2021/plugins/debug/debug.js +2 -2
  29. package/es2021/plugins/debug/debug.min.js +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  31. package/es2021/plugins/speech-recognize/speech-recognize.js +32 -32
  32. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  33. package/es2021.en/jodit.css +449 -63
  34. package/es2021.en/jodit.fat.min.css +1 -1
  35. package/es2021.en/jodit.fat.min.js +50 -50
  36. package/es2021.en/jodit.js +919 -553
  37. package/es2021.en/jodit.min.css +1 -1
  38. package/es2021.en/jodit.min.js +21 -21
  39. package/es2021.en/plugins/debug/debug.css +1 -1
  40. package/es2021.en/plugins/debug/debug.js +2 -2
  41. package/es2021.en/plugins/debug/debug.min.js +1 -1
  42. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  43. package/es2021.en/plugins/speech-recognize/speech-recognize.js +9 -9
  44. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  45. package/es5/jodit.css +465 -65
  46. package/es5/jodit.fat.min.css +1 -1
  47. package/es5/jodit.fat.min.js +2 -2
  48. package/es5/jodit.js +2557 -1475
  49. package/es5/jodit.min.css +3 -3
  50. package/es5/jodit.min.js +2 -2
  51. package/es5/plugins/debug/debug.css +1 -1
  52. package/es5/plugins/debug/debug.js +2 -2
  53. package/es5/plugins/debug/debug.min.js +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.js +35 -35
  56. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  57. package/es5/polyfills.fat.min.js +2 -2
  58. package/es5/polyfills.js +231 -77
  59. package/es5/polyfills.min.js +2 -2
  60. package/esm/config.js +1 -1
  61. package/esm/core/async/async.d.ts +1 -1
  62. package/esm/core/async/async.js +1 -1
  63. package/esm/core/async/index.d.ts +1 -1
  64. package/esm/core/async/index.js +1 -1
  65. package/esm/core/component/component.d.ts +1 -1
  66. package/esm/core/component/component.js +1 -1
  67. package/esm/core/component/index.d.ts +1 -1
  68. package/esm/core/component/index.js +1 -1
  69. package/esm/core/component/statuses.d.ts +1 -1
  70. package/esm/core/component/statuses.js +1 -1
  71. package/esm/core/component/view-component.d.ts +1 -1
  72. package/esm/core/component/view-component.js +1 -1
  73. package/esm/core/constants.d.ts +1 -1
  74. package/esm/core/constants.js +2 -2
  75. package/esm/core/create/create.d.ts +1 -1
  76. package/esm/core/create/create.js +1 -1
  77. package/esm/core/create/index.d.ts +1 -1
  78. package/esm/core/create/index.js +1 -1
  79. package/esm/core/decorators/autobind/autobind.d.ts +1 -1
  80. package/esm/core/decorators/autobind/autobind.js +1 -1
  81. package/esm/core/decorators/cache/cache.d.ts +1 -1
  82. package/esm/core/decorators/cache/cache.js +1 -7
  83. package/esm/core/decorators/component/component.d.ts +1 -1
  84. package/esm/core/decorators/component/component.js +1 -1
  85. package/esm/core/decorators/debounce/debounce.d.ts +1 -1
  86. package/esm/core/decorators/debounce/debounce.js +1 -1
  87. package/esm/core/decorators/derive/derive.d.ts +1 -1
  88. package/esm/core/decorators/derive/derive.js +1 -1
  89. package/esm/core/decorators/hook/hook.d.ts +1 -1
  90. package/esm/core/decorators/hook/hook.js +1 -1
  91. package/esm/core/decorators/idle/idle.d.ts +1 -1
  92. package/esm/core/decorators/idle/idle.js +1 -1
  93. package/esm/core/decorators/index.d.ts +1 -1
  94. package/esm/core/decorators/index.js +1 -1
  95. package/esm/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  96. package/esm/core/decorators/nonenumerable/nonenumerable.js +1 -1
  97. package/esm/core/decorators/persistent/persistent.d.ts +1 -1
  98. package/esm/core/decorators/persistent/persistent.js +1 -1
  99. package/esm/core/decorators/wait/wait.d.ts +1 -1
  100. package/esm/core/decorators/wait/wait.js +1 -1
  101. package/esm/core/decorators/watch/watch.d.ts +1 -1
  102. package/esm/core/decorators/watch/watch.js +1 -1
  103. package/esm/core/dom/dom.d.ts +1 -1
  104. package/esm/core/dom/dom.js +1 -1
  105. package/esm/core/dom/index.d.ts +1 -1
  106. package/esm/core/dom/index.js +1 -1
  107. package/esm/core/dom/lazy-walker.d.ts +1 -1
  108. package/esm/core/dom/lazy-walker.js +1 -1
  109. package/esm/core/event-emitter/event-emitter.d.ts +1 -1
  110. package/esm/core/event-emitter/event-emitter.js +1 -1
  111. package/esm/core/event-emitter/eventify.d.ts +1 -1
  112. package/esm/core/event-emitter/eventify.js +1 -1
  113. package/esm/core/event-emitter/index.d.ts +1 -1
  114. package/esm/core/event-emitter/index.js +1 -1
  115. package/esm/core/event-emitter/observable.d.ts +1 -1
  116. package/esm/core/event-emitter/observable.js +1 -1
  117. package/esm/core/event-emitter/store.d.ts +1 -1
  118. package/esm/core/event-emitter/store.js +1 -1
  119. package/esm/core/global.d.ts +1 -1
  120. package/esm/core/global.js +1 -1
  121. package/esm/core/helpers/array/as-array.d.ts +1 -1
  122. package/esm/core/helpers/array/as-array.js +1 -1
  123. package/esm/core/helpers/array/index.d.ts +1 -1
  124. package/esm/core/helpers/array/index.js +1 -1
  125. package/esm/core/helpers/array/split-array.d.ts +1 -1
  126. package/esm/core/helpers/array/split-array.js +1 -1
  127. package/esm/core/helpers/array/to-array.d.ts +1 -1
  128. package/esm/core/helpers/array/to-array.js +1 -1
  129. package/esm/core/helpers/async/index.d.ts +1 -1
  130. package/esm/core/helpers/async/index.js +1 -1
  131. package/esm/core/helpers/async/set-timeout.d.ts +1 -1
  132. package/esm/core/helpers/async/set-timeout.js +1 -1
  133. package/esm/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  134. package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
  135. package/esm/core/helpers/checker/index.d.ts +1 -1
  136. package/esm/core/helpers/checker/index.js +1 -1
  137. package/esm/core/helpers/checker/is-abort-error.d.ts +1 -1
  138. package/esm/core/helpers/checker/is-abort-error.js +1 -1
  139. package/esm/core/helpers/checker/is-array.d.ts +1 -1
  140. package/esm/core/helpers/checker/is-array.js +1 -1
  141. package/esm/core/helpers/checker/is-boolean.d.ts +1 -1
  142. package/esm/core/helpers/checker/is-boolean.js +1 -1
  143. package/esm/core/helpers/checker/is-equal.d.ts +1 -1
  144. package/esm/core/helpers/checker/is-equal.js +1 -1
  145. package/esm/core/helpers/checker/is-function.d.ts +1 -1
  146. package/esm/core/helpers/checker/is-function.js +1 -1
  147. package/esm/core/helpers/checker/is-html-from-word.d.ts +1 -1
  148. package/esm/core/helpers/checker/is-html-from-word.js +1 -1
  149. package/esm/core/helpers/checker/is-html.d.ts +1 -1
  150. package/esm/core/helpers/checker/is-html.js +1 -1
  151. package/esm/core/helpers/checker/is-imp-interface.d.ts +1 -1
  152. package/esm/core/helpers/checker/is-imp-interface.js +1 -1
  153. package/esm/core/helpers/checker/is-int.d.ts +1 -1
  154. package/esm/core/helpers/checker/is-int.js +1 -1
  155. package/esm/core/helpers/checker/is-jodit-object.d.ts +1 -1
  156. package/esm/core/helpers/checker/is-jodit-object.js +1 -1
  157. package/esm/core/helpers/checker/is-license.d.ts +1 -1
  158. package/esm/core/helpers/checker/is-license.js +1 -1
  159. package/esm/core/helpers/checker/is-marker.d.ts +1 -1
  160. package/esm/core/helpers/checker/is-marker.js +1 -1
  161. package/esm/core/helpers/checker/is-native-function.d.ts +1 -1
  162. package/esm/core/helpers/checker/is-native-function.js +1 -1
  163. package/esm/core/helpers/checker/is-number.d.ts +1 -1
  164. package/esm/core/helpers/checker/is-number.js +1 -1
  165. package/esm/core/helpers/checker/is-numeric.d.ts +1 -1
  166. package/esm/core/helpers/checker/is-numeric.js +1 -1
  167. package/esm/core/helpers/checker/is-plain-object.d.ts +1 -1
  168. package/esm/core/helpers/checker/is-plain-object.js +1 -1
  169. package/esm/core/helpers/checker/is-promise.d.ts +1 -1
  170. package/esm/core/helpers/checker/is-promise.js +1 -1
  171. package/esm/core/helpers/checker/is-set.d.ts +1 -1
  172. package/esm/core/helpers/checker/is-set.js +1 -1
  173. package/esm/core/helpers/checker/is-string.d.ts +1 -1
  174. package/esm/core/helpers/checker/is-string.js +1 -1
  175. package/esm/core/helpers/checker/is-url.d.ts +1 -1
  176. package/esm/core/helpers/checker/is-url.js +1 -1
  177. package/esm/core/helpers/checker/is-valid-name.d.ts +1 -1
  178. package/esm/core/helpers/checker/is-valid-name.js +1 -1
  179. package/esm/core/helpers/checker/is-view-object.d.ts +1 -1
  180. package/esm/core/helpers/checker/is-view-object.js +1 -1
  181. package/esm/core/helpers/checker/is-void.d.ts +1 -1
  182. package/esm/core/helpers/checker/is-void.js +1 -1
  183. package/esm/core/helpers/checker/is-window.d.ts +1 -1
  184. package/esm/core/helpers/checker/is-window.js +1 -1
  185. package/esm/core/helpers/color/color-to-hex.d.ts +1 -1
  186. package/esm/core/helpers/color/color-to-hex.js +1 -1
  187. package/esm/core/helpers/color/index.d.ts +1 -1
  188. package/esm/core/helpers/color/index.js +1 -1
  189. package/esm/core/helpers/html/apply-styles.d.ts +1 -1
  190. package/esm/core/helpers/html/apply-styles.js +1 -1
  191. package/esm/core/helpers/html/clean-from-word.d.ts +1 -1
  192. package/esm/core/helpers/html/clean-from-word.js +1 -1
  193. package/esm/core/helpers/html/htmlspecialchars.d.ts +1 -1
  194. package/esm/core/helpers/html/htmlspecialchars.js +1 -1
  195. package/esm/core/helpers/html/index.d.ts +1 -1
  196. package/esm/core/helpers/html/index.js +1 -1
  197. package/esm/core/helpers/html/nl2br.d.ts +1 -1
  198. package/esm/core/helpers/html/nl2br.js +1 -1
  199. package/esm/core/helpers/html/safe-html.d.ts +1 -1
  200. package/esm/core/helpers/html/safe-html.js +1 -1
  201. package/esm/core/helpers/html/strip-tags.d.ts +1 -1
  202. package/esm/core/helpers/html/strip-tags.js +1 -1
  203. package/esm/core/helpers/index.d.ts +1 -1
  204. package/esm/core/helpers/index.js +1 -1
  205. package/esm/core/helpers/normalize/index.d.ts +1 -1
  206. package/esm/core/helpers/normalize/index.js +1 -1
  207. package/esm/core/helpers/normalize/normalize-color.d.ts +1 -1
  208. package/esm/core/helpers/normalize/normalize-color.js +1 -1
  209. package/esm/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  210. package/esm/core/helpers/normalize/normalize-css-value.js +1 -1
  211. package/esm/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  212. package/esm/core/helpers/normalize/normalize-key-aliases.js +1 -1
  213. package/esm/core/helpers/normalize/normalize-license.d.ts +1 -1
  214. package/esm/core/helpers/normalize/normalize-license.js +1 -1
  215. package/esm/core/helpers/normalize/normalize-path.d.ts +1 -1
  216. package/esm/core/helpers/normalize/normalize-path.js +1 -1
  217. package/esm/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  218. package/esm/core/helpers/normalize/normalize-relative-path.js +1 -1
  219. package/esm/core/helpers/normalize/normalize-size.d.ts +1 -1
  220. package/esm/core/helpers/normalize/normalize-size.js +1 -1
  221. package/esm/core/helpers/normalize/normalize-url.d.ts +1 -1
  222. package/esm/core/helpers/normalize/normalize-url.js +1 -1
  223. package/esm/core/helpers/size/get-content-width.d.ts +1 -1
  224. package/esm/core/helpers/size/get-content-width.js +1 -1
  225. package/esm/core/helpers/size/get-scroll-parent.d.ts +1 -1
  226. package/esm/core/helpers/size/get-scroll-parent.js +1 -1
  227. package/esm/core/helpers/size/index.d.ts +1 -1
  228. package/esm/core/helpers/size/index.js +1 -1
  229. package/esm/core/helpers/size/inner-width.d.ts +1 -1
  230. package/esm/core/helpers/size/inner-width.js +1 -1
  231. package/esm/core/helpers/size/object-size.d.ts +1 -1
  232. package/esm/core/helpers/size/object-size.js +1 -1
  233. package/esm/core/helpers/size/offset.d.ts +1 -1
  234. package/esm/core/helpers/size/offset.js +1 -1
  235. package/esm/core/helpers/size/position.d.ts +1 -1
  236. package/esm/core/helpers/size/position.js +1 -1
  237. package/esm/core/helpers/string/camel-case.d.ts +1 -1
  238. package/esm/core/helpers/string/camel-case.js +1 -1
  239. package/esm/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  240. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  241. package/esm/core/helpers/string/i18n.d.ts +1 -1
  242. package/esm/core/helpers/string/i18n.js +1 -1
  243. package/esm/core/helpers/string/index.d.ts +1 -1
  244. package/esm/core/helpers/string/index.js +1 -1
  245. package/esm/core/helpers/string/kebab-case.d.ts +1 -1
  246. package/esm/core/helpers/string/kebab-case.js +1 -1
  247. package/esm/core/helpers/string/stringify.d.ts +1 -1
  248. package/esm/core/helpers/string/stringify.js +1 -1
  249. package/esm/core/helpers/string/trim.d.ts +1 -1
  250. package/esm/core/helpers/string/trim.js +1 -1
  251. package/esm/core/helpers/string/ucfirst.d.ts +1 -1
  252. package/esm/core/helpers/string/ucfirst.js +1 -1
  253. package/esm/core/helpers/utils/align.d.ts +1 -1
  254. package/esm/core/helpers/utils/align.js +1 -1
  255. package/esm/core/helpers/utils/append-script.d.ts +1 -1
  256. package/esm/core/helpers/utils/append-script.js +1 -1
  257. package/esm/core/helpers/utils/assert.d.ts +1 -1
  258. package/esm/core/helpers/utils/assert.js +1 -1
  259. package/esm/core/helpers/utils/attr.d.ts +1 -1
  260. package/esm/core/helpers/utils/attr.js +1 -1
  261. package/esm/core/helpers/utils/browser.d.ts +1 -1
  262. package/esm/core/helpers/utils/browser.js +1 -1
  263. package/esm/core/helpers/utils/build-query.d.ts +1 -1
  264. package/esm/core/helpers/utils/build-query.js +1 -1
  265. package/esm/core/helpers/utils/complete-url.d.ts +1 -1
  266. package/esm/core/helpers/utils/complete-url.js +1 -1
  267. package/esm/core/helpers/utils/config-proto.d.ts +1 -1
  268. package/esm/core/helpers/utils/config-proto.js +1 -1
  269. package/esm/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  270. package/esm/core/helpers/utils/convert-media-url-to-video-embed.js +1 -1
  271. package/esm/core/helpers/utils/css.d.ts +1 -1
  272. package/esm/core/helpers/utils/css.js +1 -1
  273. package/esm/core/helpers/utils/ctrl-key.d.ts +1 -1
  274. package/esm/core/helpers/utils/ctrl-key.js +1 -1
  275. package/esm/core/helpers/utils/data-bind.d.ts +1 -1
  276. package/esm/core/helpers/utils/data-bind.js +1 -1
  277. package/esm/core/helpers/utils/default-language.d.ts +1 -1
  278. package/esm/core/helpers/utils/default-language.js +1 -1
  279. package/esm/core/helpers/utils/error/error.d.ts +1 -1
  280. package/esm/core/helpers/utils/error/error.js +1 -1
  281. package/esm/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  282. package/esm/core/helpers/utils/error/errors/abort-error.js +1 -1
  283. package/esm/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  284. package/esm/core/helpers/utils/error/errors/connection-error.js +1 -1
  285. package/esm/core/helpers/utils/error/errors/index.d.ts +1 -1
  286. package/esm/core/helpers/utils/error/errors/index.js +1 -1
  287. package/esm/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  288. package/esm/core/helpers/utils/error/errors/options-error.js +1 -1
  289. package/esm/core/helpers/utils/error/index.d.ts +1 -1
  290. package/esm/core/helpers/utils/error/index.js +1 -1
  291. package/esm/core/helpers/utils/extend.d.ts +1 -1
  292. package/esm/core/helpers/utils/extend.js +1 -1
  293. package/esm/core/helpers/utils/get-class-name.d.ts +1 -1
  294. package/esm/core/helpers/utils/get-class-name.js +1 -1
  295. package/esm/core/helpers/utils/get.d.ts +1 -1
  296. package/esm/core/helpers/utils/get.js +1 -1
  297. package/esm/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  298. package/esm/core/helpers/utils/human-size-to-bytes.js +1 -1
  299. package/esm/core/helpers/utils/index.d.ts +1 -1
  300. package/esm/core/helpers/utils/index.js +1 -1
  301. package/esm/core/helpers/utils/mark-deprecated.d.ts +1 -1
  302. package/esm/core/helpers/utils/mark-deprecated.js +1 -1
  303. package/esm/core/helpers/utils/parse-query.d.ts +1 -1
  304. package/esm/core/helpers/utils/parse-query.js +1 -1
  305. package/esm/core/helpers/utils/print.d.ts +1 -1
  306. package/esm/core/helpers/utils/print.js +1 -1
  307. package/esm/core/helpers/utils/reset.d.ts +1 -1
  308. package/esm/core/helpers/utils/reset.js +1 -1
  309. package/esm/core/helpers/utils/scroll-into-view.d.ts +1 -1
  310. package/esm/core/helpers/utils/scroll-into-view.js +1 -1
  311. package/esm/core/helpers/utils/selector.d.ts +1 -1
  312. package/esm/core/helpers/utils/selector.js +1 -1
  313. package/esm/core/helpers/utils/set.d.ts +1 -1
  314. package/esm/core/helpers/utils/set.js +1 -1
  315. package/esm/core/helpers/utils/stack.d.ts +1 -1
  316. package/esm/core/helpers/utils/stack.js +1 -1
  317. package/esm/core/helpers/utils/utils.d.ts +1 -1
  318. package/esm/core/helpers/utils/utils.js +1 -1
  319. package/esm/core/plugin/helpers/init-instance.d.ts +1 -1
  320. package/esm/core/plugin/helpers/init-instance.js +1 -1
  321. package/esm/core/plugin/helpers/load.d.ts +1 -1
  322. package/esm/core/plugin/helpers/load.js +1 -1
  323. package/esm/core/plugin/helpers/make-instance.d.ts +1 -1
  324. package/esm/core/plugin/helpers/make-instance.js +1 -1
  325. package/esm/core/plugin/helpers/utils.d.ts +1 -1
  326. package/esm/core/plugin/helpers/utils.js +1 -1
  327. package/esm/core/plugin/index.d.ts +1 -1
  328. package/esm/core/plugin/index.js +1 -1
  329. package/esm/core/plugin/interface.d.ts +1 -1
  330. package/esm/core/plugin/plugin-system.d.ts +1 -1
  331. package/esm/core/plugin/plugin-system.js +1 -1
  332. package/esm/core/plugin/plugin.d.ts +1 -1
  333. package/esm/core/plugin/plugin.js +1 -1
  334. package/esm/core/request/ajax.d.ts +1 -1
  335. package/esm/core/request/ajax.js +1 -1
  336. package/esm/core/request/config.d.ts +1 -1
  337. package/esm/core/request/config.js +1 -1
  338. package/esm/core/request/index.d.ts +1 -1
  339. package/esm/core/request/index.js +1 -1
  340. package/esm/core/request/response.d.ts +1 -1
  341. package/esm/core/request/response.js +1 -1
  342. package/esm/core/selection/helpers/index.d.ts +1 -1
  343. package/esm/core/selection/helpers/index.js +1 -1
  344. package/esm/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  345. package/esm/core/selection/helpers/move-node-inside-start.js +1 -1
  346. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  347. package/esm/core/selection/helpers/move-the-node-along-the-edge-outward.js +1 -1
  348. package/esm/core/selection/index.d.ts +1 -1
  349. package/esm/core/selection/index.js +1 -1
  350. package/esm/core/selection/interface.d.ts +1 -1
  351. package/esm/core/selection/interface.js +1 -1
  352. package/esm/core/selection/selection.d.ts +1 -1
  353. package/esm/core/selection/selection.js +1 -1
  354. package/esm/core/selection/style/api/extract.d.ts +1 -1
  355. package/esm/core/selection/style/api/extract.js +1 -1
  356. package/esm/core/selection/style/api/finite-state-machine.d.ts +1 -1
  357. package/esm/core/selection/style/api/finite-state-machine.js +1 -1
  358. package/esm/core/selection/style/api/get-suit-child.d.ts +1 -1
  359. package/esm/core/selection/style/api/get-suit-child.js +1 -1
  360. package/esm/core/selection/style/api/get-suit-parent.d.ts +1 -1
  361. package/esm/core/selection/style/api/get-suit-parent.js +1 -1
  362. package/esm/core/selection/style/api/has-same-style.d.ts +1 -1
  363. package/esm/core/selection/style/api/has-same-style.js +1 -1
  364. package/esm/core/selection/style/api/index.d.ts +1 -1
  365. package/esm/core/selection/style/api/index.js +1 -1
  366. package/esm/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  367. package/esm/core/selection/style/api/is-inside-invisible-element.js +1 -1
  368. package/esm/core/selection/style/api/is-normal-node.d.ts +1 -1
  369. package/esm/core/selection/style/api/is-normal-node.js +1 -1
  370. package/esm/core/selection/style/api/is-same-attributes.d.ts +1 -1
  371. package/esm/core/selection/style/api/is-same-attributes.js +1 -1
  372. package/esm/core/selection/style/api/is-suit-element.d.ts +1 -1
  373. package/esm/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  374. package/esm/core/selection/style/api/list/toggle-ordered-list.js +1 -1
  375. package/esm/core/selection/style/api/list/wrap-list.d.ts +1 -1
  376. package/esm/core/selection/style/api/list/wrap-list.js +1 -1
  377. package/esm/core/selection/style/api/toggle-attributes.d.ts +1 -1
  378. package/esm/core/selection/style/api/toggle-attributes.js +1 -1
  379. package/esm/core/selection/style/api/unwrap-children.d.ts +1 -1
  380. package/esm/core/selection/style/api/unwrap-children.js +1 -1
  381. package/esm/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  382. package/esm/core/selection/style/api/wrap-unwrapped-text.js +1 -1
  383. package/esm/core/selection/style/api/wrap.d.ts +1 -1
  384. package/esm/core/selection/style/api/wrap.js +1 -1
  385. package/esm/core/selection/style/apply-style.d.ts +1 -1
  386. package/esm/core/selection/style/apply-style.js +1 -1
  387. package/esm/core/selection/style/commit-style.d.ts +1 -1
  388. package/esm/core/selection/style/commit-style.js +1 -1
  389. package/esm/core/selection/style/constants.d.ts +1 -1
  390. package/esm/core/selection/style/constants.js +1 -1
  391. package/esm/core/selection/style/transactions.d.ts +1 -1
  392. package/esm/core/selection/style/transactions.js +1 -1
  393. package/esm/core/storage/async-storage.d.ts +14 -0
  394. package/esm/core/storage/async-storage.js +64 -0
  395. package/esm/core/storage/engines/indexed-db-provider.d.ts +56 -0
  396. package/esm/core/storage/engines/indexed-db-provider.js +199 -0
  397. package/esm/core/storage/engines/local-storage-provider.d.ts +11 -8
  398. package/esm/core/storage/engines/local-storage-provider.js +28 -22
  399. package/esm/core/storage/engines/memory-storage-provider.d.ts +4 -4
  400. package/esm/core/storage/engines/memory-storage-provider.js +1 -1
  401. package/esm/core/storage/index.d.ts +3 -1
  402. package/esm/core/storage/index.js +3 -1
  403. package/esm/core/storage/storage.d.ts +6 -5
  404. package/esm/core/storage/storage.js +12 -4
  405. package/esm/core/traits/dlgs.d.ts +1 -1
  406. package/esm/core/traits/dlgs.js +1 -1
  407. package/esm/core/traits/elms.d.ts +1 -1
  408. package/esm/core/traits/elms.js +1 -1
  409. package/esm/core/traits/mods.d.ts +1 -1
  410. package/esm/core/traits/mods.js +1 -1
  411. package/esm/core/ui/button/button/button.d.ts +1 -1
  412. package/esm/core/ui/button/button/button.js +8 -3
  413. package/esm/core/ui/button/group/group.d.ts +1 -1
  414. package/esm/core/ui/button/group/group.js +1 -1
  415. package/esm/core/ui/button/index.d.ts +1 -1
  416. package/esm/core/ui/button/index.js +1 -1
  417. package/esm/core/ui/button/tooltip/tooltip.d.ts +1 -1
  418. package/esm/core/ui/button/tooltip/tooltip.js +1 -1
  419. package/esm/core/ui/element.d.ts +1 -1
  420. package/esm/core/ui/element.js +1 -1
  421. package/esm/core/ui/form/block/block.d.ts +1 -1
  422. package/esm/core/ui/form/block/block.js +1 -1
  423. package/esm/core/ui/form/form.d.ts +1 -1
  424. package/esm/core/ui/form/form.js +1 -1
  425. package/esm/core/ui/form/index.d.ts +1 -1
  426. package/esm/core/ui/form/index.js +1 -1
  427. package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
  428. package/esm/core/ui/form/inputs/area/area.js +1 -1
  429. package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  430. package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
  431. package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
  432. package/esm/core/ui/form/inputs/file/file.js +1 -1
  433. package/esm/core/ui/form/inputs/index.d.ts +1 -1
  434. package/esm/core/ui/form/inputs/index.js +1 -1
  435. package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
  436. package/esm/core/ui/form/inputs/input/input.js +1 -1
  437. package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
  438. package/esm/core/ui/form/inputs/select/select.js +1 -1
  439. package/esm/core/ui/form/validators/index.d.ts +1 -1
  440. package/esm/core/ui/form/validators/index.js +1 -1
  441. package/esm/core/ui/form/validators/input.d.ts +1 -1
  442. package/esm/core/ui/form/validators/input.js +1 -1
  443. package/esm/core/ui/form/validators/select.d.ts +1 -1
  444. package/esm/core/ui/form/validators/select.js +1 -1
  445. package/esm/core/ui/group/group.d.ts +2 -1
  446. package/esm/core/ui/group/group.js +6 -1
  447. package/esm/core/ui/group/index.d.ts +1 -1
  448. package/esm/core/ui/group/index.js +1 -1
  449. package/esm/core/ui/group/list.d.ts +1 -1
  450. package/esm/core/ui/group/list.js +1 -1
  451. package/esm/core/ui/group/separator.d.ts +1 -1
  452. package/esm/core/ui/group/separator.js +1 -1
  453. package/esm/core/ui/group/spacer.d.ts +1 -1
  454. package/esm/core/ui/group/spacer.js +1 -1
  455. package/esm/core/ui/helpers/buttons.d.ts +1 -1
  456. package/esm/core/ui/helpers/buttons.js +1 -1
  457. package/esm/core/ui/helpers/get-control-type.d.ts +1 -1
  458. package/esm/core/ui/helpers/get-control-type.js +1 -1
  459. package/esm/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  460. package/esm/core/ui/helpers/get-strong-control-types.js +1 -1
  461. package/esm/core/ui/icon.d.ts +1 -1
  462. package/esm/core/ui/icon.js +1 -1
  463. package/esm/core/ui/index.d.ts +1 -1
  464. package/esm/core/ui/index.js +1 -1
  465. package/esm/core/ui/popup/index.d.ts +1 -1
  466. package/esm/core/ui/popup/index.js +1 -1
  467. package/esm/core/ui/popup/popup.d.ts +1 -1
  468. package/esm/core/ui/popup/popup.js +1 -1
  469. package/esm/core/ui/progress-bar/progress-bar.d.ts +1 -1
  470. package/esm/core/ui/progress-bar/progress-bar.js +1 -1
  471. package/esm/core/view/view-with-toolbar.d.ts +1 -1
  472. package/esm/core/view/view-with-toolbar.js +1 -1
  473. package/esm/core/view/view.d.ts +10 -5
  474. package/esm/core/view/view.js +38 -25
  475. package/esm/index.d.ts +1 -1
  476. package/esm/index.js +1 -1
  477. package/esm/jodit.d.ts +1 -1
  478. package/esm/jodit.js +26 -7
  479. package/esm/langs/ar.js +1 -1
  480. package/esm/langs/cs_cz.js +1 -1
  481. package/esm/langs/de.js +1 -1
  482. package/esm/langs/en.js +1 -1
  483. package/esm/langs/es.js +1 -1
  484. package/esm/langs/fa.js +1 -1
  485. package/esm/langs/fi.js +1 -1
  486. package/esm/langs/fr.js +1 -1
  487. package/esm/langs/he.js +1 -1
  488. package/esm/langs/hu.js +1 -1
  489. package/esm/langs/id.js +1 -1
  490. package/esm/langs/it.js +1 -1
  491. package/esm/langs/ja.js +1 -1
  492. package/esm/langs/keys.js +1 -1
  493. package/esm/langs/ko.js +1 -1
  494. package/esm/langs/mn.js +1 -1
  495. package/esm/langs/nl.js +1 -1
  496. package/esm/langs/no.js +1 -1
  497. package/esm/langs/pl.js +1 -1
  498. package/esm/langs/pt_br.js +1 -1
  499. package/esm/langs/ru.js +1 -1
  500. package/esm/langs/sv.js +1 -1
  501. package/esm/langs/tr.js +1 -1
  502. package/esm/langs/ua.js +1 -1
  503. package/esm/langs/zh_cn.js +1 -1
  504. package/esm/langs/zh_tw.js +1 -1
  505. package/esm/languages.d.ts +1 -1
  506. package/esm/languages.js +1 -1
  507. package/esm/modules/context-menu/context-menu.d.ts +1 -1
  508. package/esm/modules/context-menu/context-menu.js +1 -1
  509. package/esm/modules/dialog/alert.d.ts +1 -1
  510. package/esm/modules/dialog/alert.js +1 -1
  511. package/esm/modules/dialog/confirm.d.ts +1 -1
  512. package/esm/modules/dialog/confirm.js +1 -1
  513. package/esm/modules/dialog/dialog.d.ts +1 -1
  514. package/esm/modules/dialog/dialog.js +1 -1
  515. package/esm/modules/dialog/index.d.ts +1 -1
  516. package/esm/modules/dialog/index.js +1 -1
  517. package/esm/modules/dialog/prompt.d.ts +1 -1
  518. package/esm/modules/dialog/prompt.js +1 -1
  519. package/esm/modules/file-browser/builders/context-menu.d.ts +1 -1
  520. package/esm/modules/file-browser/builders/context-menu.js +1 -1
  521. package/esm/modules/file-browser/builders/elements-map.d.ts +1 -1
  522. package/esm/modules/file-browser/builders/elements-map.js +1 -1
  523. package/esm/modules/file-browser/builders/item.d.ts +1 -1
  524. package/esm/modules/file-browser/builders/item.js +1 -1
  525. package/esm/modules/file-browser/config.d.ts +1 -1
  526. package/esm/modules/file-browser/config.js +1 -1
  527. package/esm/modules/file-browser/data-provider.d.ts +1 -1
  528. package/esm/modules/file-browser/data-provider.js +1 -1
  529. package/esm/modules/file-browser/factories.d.ts +1 -1
  530. package/esm/modules/file-browser/factories.js +1 -1
  531. package/esm/modules/file-browser/fetch/delete-file.d.ts +1 -1
  532. package/esm/modules/file-browser/fetch/delete-file.js +1 -1
  533. package/esm/modules/file-browser/fetch/load-items.d.ts +1 -1
  534. package/esm/modules/file-browser/fetch/load-items.js +1 -1
  535. package/esm/modules/file-browser/fetch/load-tree.d.ts +1 -1
  536. package/esm/modules/file-browser/fetch/load-tree.js +1 -1
  537. package/esm/modules/file-browser/file-browser.d.ts +1 -1
  538. package/esm/modules/file-browser/file-browser.js +1 -1
  539. package/esm/modules/file-browser/index.d.ts +1 -1
  540. package/esm/modules/file-browser/index.js +1 -1
  541. package/esm/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  542. package/esm/modules/file-browser/listeners/native-listeners.js +1 -1
  543. package/esm/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  544. package/esm/modules/file-browser/listeners/self-listeners.js +1 -1
  545. package/esm/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  546. package/esm/modules/file-browser/listeners/state-listeners.js +1 -1
  547. package/esm/modules/file-browser/ui/files/files.d.ts +1 -1
  548. package/esm/modules/file-browser/ui/files/files.js +1 -1
  549. package/esm/modules/file-browser/ui/index.d.ts +1 -1
  550. package/esm/modules/file-browser/ui/index.js +1 -1
  551. package/esm/modules/file-browser/ui/tree/tree.d.ts +1 -1
  552. package/esm/modules/file-browser/ui/tree/tree.js +1 -1
  553. package/esm/modules/history/command.d.ts +1 -1
  554. package/esm/modules/history/command.js +1 -1
  555. package/esm/modules/history/history.d.ts +1 -1
  556. package/esm/modules/history/history.js +1 -1
  557. package/esm/modules/history/snapshot.d.ts +1 -1
  558. package/esm/modules/history/snapshot.js +1 -1
  559. package/esm/modules/history/stack.d.ts +1 -1
  560. package/esm/modules/history/stack.js +1 -1
  561. package/esm/modules/image-editor/config.d.ts +1 -1
  562. package/esm/modules/image-editor/config.js +1 -1
  563. package/esm/modules/image-editor/image-editor.d.ts +1 -1
  564. package/esm/modules/image-editor/image-editor.js +1 -1
  565. package/esm/modules/image-editor/templates/form.d.ts +1 -1
  566. package/esm/modules/image-editor/templates/form.js +1 -1
  567. package/esm/modules/index.d.ts +2 -1
  568. package/esm/modules/index.js +2 -1
  569. package/esm/modules/messages/message.d.ts +1 -1
  570. package/esm/modules/messages/message.js +1 -1
  571. package/esm/modules/messages/messages.d.ts +1 -1
  572. package/esm/modules/messages/messages.js +1 -1
  573. package/esm/modules/status-bar/status-bar.d.ts +1 -1
  574. package/esm/modules/status-bar/status-bar.js +1 -1
  575. package/esm/modules/table/table.d.ts +1 -1
  576. package/esm/modules/table/table.js +1 -1
  577. package/esm/modules/toolbar/button/button.d.ts +1 -1
  578. package/esm/modules/toolbar/button/button.js +3 -3
  579. package/esm/modules/toolbar/button/content.d.ts +1 -1
  580. package/esm/modules/toolbar/button/content.js +1 -1
  581. package/esm/modules/toolbar/button/index.d.ts +1 -1
  582. package/esm/modules/toolbar/button/index.js +1 -1
  583. package/esm/modules/toolbar/button/select/select.d.ts +1 -1
  584. package/esm/modules/toolbar/button/select/select.js +1 -1
  585. package/esm/modules/toolbar/collection/collection.d.ts +1 -1
  586. package/esm/modules/toolbar/collection/collection.js +1 -1
  587. package/esm/modules/toolbar/collection/editor-collection.d.ts +1 -1
  588. package/esm/modules/toolbar/collection/editor-collection.js +1 -1
  589. package/esm/modules/toolbar/factory.d.ts +1 -1
  590. package/esm/modules/toolbar/factory.js +1 -1
  591. package/esm/modules/uploader/config.d.ts +1 -1
  592. package/esm/modules/uploader/config.js +1 -1
  593. package/esm/modules/uploader/helpers/build-data.d.ts +1 -1
  594. package/esm/modules/uploader/helpers/build-data.js +1 -1
  595. package/esm/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  596. package/esm/modules/uploader/helpers/data-uri-to-blob.js +1 -1
  597. package/esm/modules/uploader/helpers/index.d.ts +1 -1
  598. package/esm/modules/uploader/helpers/index.js +1 -1
  599. package/esm/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  600. package/esm/modules/uploader/helpers/process-old-browser-drag.js +1 -1
  601. package/esm/modules/uploader/helpers/send-files.d.ts +1 -1
  602. package/esm/modules/uploader/helpers/send-files.js +1 -1
  603. package/esm/modules/uploader/helpers/send.d.ts +1 -1
  604. package/esm/modules/uploader/helpers/send.js +1 -1
  605. package/esm/modules/uploader/uploader.d.ts +3 -2
  606. package/esm/modules/uploader/uploader.js +6 -1
  607. package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
  608. package/esm/modules/widget/color-picker/color-picker.js +1 -1
  609. package/esm/modules/widget/file-selector/file-selector.d.ts +1 -1
  610. package/esm/modules/widget/file-selector/file-selector.js +1 -1
  611. package/esm/modules/widget/index.d.ts +1 -1
  612. package/esm/modules/widget/index.js +1 -1
  613. package/esm/modules/widget/tabs/tabs.d.ts +1 -1
  614. package/esm/modules/widget/tabs/tabs.js +1 -1
  615. package/esm/plugins/about/about.d.ts +1 -1
  616. package/esm/plugins/about/about.js +1 -1
  617. package/esm/plugins/add-new-line/add-new-line.d.ts +1 -1
  618. package/esm/plugins/add-new-line/add-new-line.js +1 -1
  619. package/esm/plugins/add-new-line/config.d.ts +1 -1
  620. package/esm/plugins/add-new-line/config.js +1 -1
  621. package/esm/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  622. package/esm/plugins/ai-assistant/ai-assistant.js +1 -1
  623. package/esm/plugins/ai-assistant/config.d.ts +31 -1
  624. package/esm/plugins/ai-assistant/config.js +32 -31
  625. package/esm/plugins/ai-assistant/interface.d.ts +1 -1
  626. package/esm/plugins/ai-assistant/interface.js +1 -1
  627. package/esm/plugins/ai-assistant/langs/en.js +1 -1
  628. package/esm/plugins/ai-assistant/langs/es.js +1 -1
  629. package/esm/plugins/ai-assistant/langs/index.d.ts +1 -1
  630. package/esm/plugins/ai-assistant/langs/index.js +1 -1
  631. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  632. package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
  633. package/esm/plugins/all.d.ts +1 -1
  634. package/esm/plugins/all.js +1 -1
  635. package/esm/plugins/backspace/backspace.d.ts +1 -1
  636. package/esm/plugins/backspace/backspace.js +1 -1
  637. package/esm/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  638. package/esm/plugins/backspace/cases/check-join-neighbors.js +1 -1
  639. package/esm/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  640. package/esm/plugins/backspace/cases/check-join-two-lists.js +1 -1
  641. package/esm/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  642. package/esm/plugins/backspace/cases/check-not-collapsed.js +1 -1
  643. package/esm/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  644. package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
  645. package/esm/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  646. package/esm/plugins/backspace/cases/check-remove-content-not-editable.js +1 -1
  647. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  648. package/esm/plugins/backspace/cases/check-remove-empty-neighbor.js +1 -1
  649. package/esm/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  650. package/esm/plugins/backspace/cases/check-remove-empty-parent.js +1 -1
  651. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  652. package/esm/plugins/backspace/cases/check-remove-unbreakable-element.js +1 -1
  653. package/esm/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  654. package/esm/plugins/backspace/cases/check-table-cell.js +1 -1
  655. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  656. package/esm/plugins/backspace/cases/check-unwrap-first-list-item.js +1 -1
  657. package/esm/plugins/backspace/cases/index.d.ts +1 -1
  658. package/esm/plugins/backspace/cases/index.js +1 -1
  659. package/esm/plugins/backspace/config.d.ts +1 -1
  660. package/esm/plugins/backspace/config.js +1 -1
  661. package/esm/plugins/backspace/helpers.d.ts +1 -1
  662. package/esm/plugins/backspace/helpers.js +1 -1
  663. package/esm/plugins/backspace/interface.d.ts +1 -1
  664. package/esm/plugins/backspace/interface.js +1 -1
  665. package/esm/plugins/bold/bold.d.ts +1 -1
  666. package/esm/plugins/bold/bold.js +1 -1
  667. package/esm/plugins/bold/config.d.ts +1 -1
  668. package/esm/plugins/bold/config.js +1 -1
  669. package/esm/plugins/bold/interface.d.ts +1 -1
  670. package/esm/plugins/class-span/class-span.d.ts +1 -1
  671. package/esm/plugins/class-span/class-span.js +1 -1
  672. package/esm/plugins/clean-html/clean-html.d.ts +1 -1
  673. package/esm/plugins/clean-html/clean-html.js +1 -1
  674. package/esm/plugins/clean-html/config.d.ts +1 -1
  675. package/esm/plugins/clean-html/config.js +1 -1
  676. package/esm/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  677. package/esm/plugins/clean-html/helpers/get-hash.js +1 -1
  678. package/esm/plugins/clean-html/helpers/index.d.ts +1 -1
  679. package/esm/plugins/clean-html/helpers/index.js +1 -1
  680. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  681. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.js +1 -1
  682. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  683. package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
  684. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  685. package/esm/plugins/clean-html/helpers/visitor/filters/allow-attributes.js +1 -1
  686. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  687. package/esm/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.js +1 -1
  688. package/esm/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  689. package/esm/plugins/clean-html/helpers/visitor/filters/index.js +1 -1
  690. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  691. package/esm/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.js +1 -1
  692. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  693. package/esm/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.js +1 -1
  694. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  695. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +1 -1
  696. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  697. package/esm/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.js +1 -1
  698. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  699. package/esm/plugins/clean-html/helpers/visitor/filters/try-remove-node.js +1 -1
  700. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  701. package/esm/plugins/clean-html/helpers/visitor/visit-node-walker.js +1 -1
  702. package/esm/plugins/clipboard/clipboard.d.ts +1 -1
  703. package/esm/plugins/clipboard/clipboard.js +1 -1
  704. package/esm/plugins/clipboard/config.d.ts +1 -1
  705. package/esm/plugins/clipboard/config.js +1 -1
  706. package/esm/plugins/color/color.d.ts +1 -1
  707. package/esm/plugins/color/color.js +1 -1
  708. package/esm/plugins/color/config.d.ts +1 -1
  709. package/esm/plugins/color/config.js +1 -1
  710. package/esm/plugins/copy-format/copy-format.d.ts +1 -1
  711. package/esm/plugins/copy-format/copy-format.js +1 -1
  712. package/esm/plugins/copy-format/langs/ar.js +1 -1
  713. package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
  714. package/esm/plugins/copy-format/langs/de.js +1 -1
  715. package/esm/plugins/copy-format/langs/es.js +1 -1
  716. package/esm/plugins/copy-format/langs/fa.js +1 -1
  717. package/esm/plugins/copy-format/langs/fi.js +1 -1
  718. package/esm/plugins/copy-format/langs/fr.js +1 -1
  719. package/esm/plugins/copy-format/langs/he.js +1 -1
  720. package/esm/plugins/copy-format/langs/hu.js +1 -1
  721. package/esm/plugins/copy-format/langs/id.js +1 -1
  722. package/esm/plugins/copy-format/langs/index.d.ts +1 -1
  723. package/esm/plugins/copy-format/langs/index.js +1 -1
  724. package/esm/plugins/copy-format/langs/it.js +1 -1
  725. package/esm/plugins/copy-format/langs/ja.js +1 -1
  726. package/esm/plugins/copy-format/langs/ko.js +1 -1
  727. package/esm/plugins/copy-format/langs/mn.js +1 -1
  728. package/esm/plugins/copy-format/langs/nl.js +1 -1
  729. package/esm/plugins/copy-format/langs/pl.js +1 -1
  730. package/esm/plugins/copy-format/langs/pt_br.js +1 -1
  731. package/esm/plugins/copy-format/langs/ru.js +1 -1
  732. package/esm/plugins/copy-format/langs/tr.js +1 -1
  733. package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
  734. package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
  735. package/esm/plugins/debug/debug.d.ts +1 -1
  736. package/esm/plugins/delete/delete.d.ts +1 -1
  737. package/esm/plugins/delete/delete.js +1 -1
  738. package/esm/plugins/delete/interface.d.ts +1 -1
  739. package/esm/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  740. package/esm/plugins/drag-and-drop/drag-and-drop.js +1 -1
  741. package/esm/plugins/drag-and-drop-element/config.d.ts +1 -1
  742. package/esm/plugins/drag-and-drop-element/config.js +1 -1
  743. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  744. package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
  745. package/esm/plugins/dtd/after-insert/index.d.ts +1 -1
  746. package/esm/plugins/dtd/after-insert/index.js +1 -1
  747. package/esm/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  748. package/esm/plugins/dtd/after-insert/remove-extra-br.js +1 -1
  749. package/esm/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  750. package/esm/plugins/dtd/before-insert/check-block-nesting.js +1 -1
  751. package/esm/plugins/dtd/before-insert/index.d.ts +1 -1
  752. package/esm/plugins/dtd/before-insert/index.js +1 -1
  753. package/esm/plugins/dtd/config.d.ts +1 -1
  754. package/esm/plugins/dtd/config.js +1 -1
  755. package/esm/plugins/dtd/dtd.d.ts +1 -1
  756. package/esm/plugins/dtd/dtd.js +1 -1
  757. package/esm/plugins/enter/enter.d.ts +1 -1
  758. package/esm/plugins/enter/enter.js +1 -1
  759. package/esm/plugins/enter/helpers/check-br.d.ts +1 -1
  760. package/esm/plugins/enter/helpers/check-br.js +1 -1
  761. package/esm/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  762. package/esm/plugins/enter/helpers/check-unsplittable-box.js +1 -1
  763. package/esm/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  764. package/esm/plugins/enter/helpers/get-block-wrapper.js +1 -1
  765. package/esm/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  766. package/esm/plugins/enter/helpers/has-previous-block.js +1 -1
  767. package/esm/plugins/enter/helpers/index.d.ts +1 -1
  768. package/esm/plugins/enter/helpers/index.js +1 -1
  769. package/esm/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  770. package/esm/plugins/enter/helpers/insert-paragraph.js +1 -1
  771. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  772. package/esm/plugins/enter/helpers/move-cursor-out-from-specal-tags.js +1 -1
  773. package/esm/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  774. package/esm/plugins/enter/helpers/process-empty-li-leaf.js +1 -1
  775. package/esm/plugins/enter/helpers/split-fragment.d.ts +1 -1
  776. package/esm/plugins/enter/helpers/split-fragment.js +1 -1
  777. package/esm/plugins/enter/helpers/wrap-text.d.ts +1 -1
  778. package/esm/plugins/enter/helpers/wrap-text.js +1 -1
  779. package/esm/plugins/enter/interface.d.ts +1 -1
  780. package/esm/plugins/file/file.d.ts +1 -1
  781. package/esm/plugins/file/file.js +1 -1
  782. package/esm/plugins/focus/focus.d.ts +1 -1
  783. package/esm/plugins/focus/focus.js +1 -1
  784. package/esm/plugins/font/config.d.ts +1 -1
  785. package/esm/plugins/font/config.js +1 -1
  786. package/esm/plugins/font/font.d.ts +1 -1
  787. package/esm/plugins/font/font.js +1 -1
  788. package/esm/plugins/format-block/config.d.ts +1 -1
  789. package/esm/plugins/format-block/config.js +1 -1
  790. package/esm/plugins/format-block/format-block.d.ts +1 -1
  791. package/esm/plugins/format-block/format-block.js +1 -1
  792. package/esm/plugins/fullsize/config.d.ts +1 -1
  793. package/esm/plugins/fullsize/config.js +1 -1
  794. package/esm/plugins/fullsize/fullsize.d.ts +1 -1
  795. package/esm/plugins/fullsize/fullsize.js +1 -1
  796. package/esm/plugins/hotkeys/config.d.ts +1 -1
  797. package/esm/plugins/hotkeys/config.js +1 -1
  798. package/esm/plugins/hotkeys/hotkeys.d.ts +1 -1
  799. package/esm/plugins/hotkeys/hotkeys.js +1 -1
  800. package/esm/plugins/hr/hr.d.ts +1 -1
  801. package/esm/plugins/hr/hr.js +1 -1
  802. package/esm/plugins/iframe/config.d.ts +1 -1
  803. package/esm/plugins/iframe/config.js +1 -1
  804. package/esm/plugins/iframe/iframe.d.ts +1 -1
  805. package/esm/plugins/iframe/iframe.js +1 -1
  806. package/esm/plugins/image/image.d.ts +1 -1
  807. package/esm/plugins/image/image.js +1 -1
  808. package/esm/plugins/image-processor/config.d.ts +1 -1
  809. package/esm/plugins/image-processor/config.js +1 -1
  810. package/esm/plugins/image-processor/image-processor.d.ts +1 -1
  811. package/esm/plugins/image-processor/image-processor.js +1 -1
  812. package/esm/plugins/image-properties/config.d.ts +1 -1
  813. package/esm/plugins/image-properties/config.js +1 -1
  814. package/esm/plugins/image-properties/image-properties.d.ts +1 -1
  815. package/esm/plugins/image-properties/image-properties.js +1 -1
  816. package/esm/plugins/image-properties/interface.d.ts +1 -1
  817. package/esm/plugins/image-properties/readers/align.d.ts +1 -1
  818. package/esm/plugins/image-properties/readers/align.js +1 -1
  819. package/esm/plugins/image-properties/readers/index.d.ts +1 -1
  820. package/esm/plugins/image-properties/readers/index.js +1 -1
  821. package/esm/plugins/image-properties/readers/link.d.ts +1 -1
  822. package/esm/plugins/image-properties/readers/link.js +1 -1
  823. package/esm/plugins/image-properties/readers/margin.d.ts +1 -1
  824. package/esm/plugins/image-properties/readers/margin.js +1 -1
  825. package/esm/plugins/image-properties/readers/size.d.ts +1 -1
  826. package/esm/plugins/image-properties/readers/size.js +1 -1
  827. package/esm/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  828. package/esm/plugins/image-properties/ui/ui-image-form.js +1 -1
  829. package/esm/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  830. package/esm/plugins/image-properties/ui/ui-image-main-tab.js +1 -1
  831. package/esm/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  832. package/esm/plugins/image-properties/ui/ui-image-position-tab.js +1 -1
  833. package/esm/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  834. package/esm/plugins/image-properties/utils/open-image-editor.js +1 -1
  835. package/esm/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  836. package/esm/plugins/image-properties/utils/open-image-popup.js +1 -1
  837. package/esm/plugins/image-properties/utils/utils.d.ts +1 -1
  838. package/esm/plugins/image-properties/utils/utils.js +1 -1
  839. package/esm/plugins/image-properties/writers/index.d.ts +1 -1
  840. package/esm/plugins/image-properties/writers/index.js +1 -1
  841. package/esm/plugins/image-properties/writers/link.d.ts +1 -1
  842. package/esm/plugins/image-properties/writers/link.js +1 -1
  843. package/esm/plugins/image-properties/writers/margin.d.ts +1 -1
  844. package/esm/plugins/image-properties/writers/margin.js +1 -1
  845. package/esm/plugins/image-properties/writers/size.d.ts +1 -1
  846. package/esm/plugins/image-properties/writers/size.js +1 -1
  847. package/esm/plugins/indent/config.d.ts +1 -1
  848. package/esm/plugins/indent/config.js +1 -1
  849. package/esm/plugins/indent/helpers.d.ts +1 -1
  850. package/esm/plugins/indent/helpers.js +1 -1
  851. package/esm/plugins/indent/indent.d.ts +1 -1
  852. package/esm/plugins/indent/indent.js +1 -1
  853. package/esm/plugins/index.d.ts +1 -1
  854. package/esm/plugins/index.js +1 -1
  855. package/esm/plugins/inline-popup/config/config.d.ts +1 -1
  856. package/esm/plugins/inline-popup/config/config.js +1 -1
  857. package/esm/plugins/inline-popup/config/items/a.d.ts +1 -1
  858. package/esm/plugins/inline-popup/config/items/a.js +1 -1
  859. package/esm/plugins/inline-popup/config/items/cells.d.ts +1 -1
  860. package/esm/plugins/inline-popup/config/items/cells.js +1 -1
  861. package/esm/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  862. package/esm/plugins/inline-popup/config/items/iframe.js +1 -1
  863. package/esm/plugins/inline-popup/config/items/img.d.ts +1 -1
  864. package/esm/plugins/inline-popup/config/items/img.js +1 -1
  865. package/esm/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  866. package/esm/plugins/inline-popup/config/items/toolbar.js +1 -1
  867. package/esm/plugins/inline-popup/inline-popup.d.ts +1 -1
  868. package/esm/plugins/inline-popup/inline-popup.js +1 -1
  869. package/esm/plugins/justify/justify.d.ts +1 -1
  870. package/esm/plugins/justify/justify.js +1 -1
  871. package/esm/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  872. package/esm/plugins/key-arrow-outside/key-arrow-outside.js +1 -1
  873. package/esm/plugins/limit/config.d.ts +1 -1
  874. package/esm/plugins/limit/config.js +1 -1
  875. package/esm/plugins/limit/limit.d.ts +1 -1
  876. package/esm/plugins/limit/limit.js +1 -1
  877. package/esm/plugins/line-height/config.d.ts +1 -1
  878. package/esm/plugins/line-height/config.js +1 -1
  879. package/esm/plugins/line-height/langs/ar.js +1 -1
  880. package/esm/plugins/line-height/langs/cs_cz.js +1 -1
  881. package/esm/plugins/line-height/langs/de.js +1 -1
  882. package/esm/plugins/line-height/langs/es.js +1 -1
  883. package/esm/plugins/line-height/langs/fa.js +1 -1
  884. package/esm/plugins/line-height/langs/fi.js +1 -1
  885. package/esm/plugins/line-height/langs/fr.js +1 -1
  886. package/esm/plugins/line-height/langs/he.js +1 -1
  887. package/esm/plugins/line-height/langs/hu.js +1 -1
  888. package/esm/plugins/line-height/langs/id.js +1 -1
  889. package/esm/plugins/line-height/langs/index.d.ts +1 -1
  890. package/esm/plugins/line-height/langs/index.js +1 -1
  891. package/esm/plugins/line-height/langs/it.js +1 -1
  892. package/esm/plugins/line-height/langs/ja.js +1 -1
  893. package/esm/plugins/line-height/langs/ko.js +1 -1
  894. package/esm/plugins/line-height/langs/mn.js +1 -1
  895. package/esm/plugins/line-height/langs/nl.js +1 -1
  896. package/esm/plugins/line-height/langs/pl.js +1 -1
  897. package/esm/plugins/line-height/langs/pt_br.js +1 -1
  898. package/esm/plugins/line-height/langs/ru.js +1 -1
  899. package/esm/plugins/line-height/langs/tr.js +1 -1
  900. package/esm/plugins/line-height/langs/ua.js +1 -1
  901. package/esm/plugins/line-height/langs/zh_cn.js +1 -1
  902. package/esm/plugins/line-height/langs/zh_tw.js +1 -1
  903. package/esm/plugins/line-height/line-height.d.ts +1 -1
  904. package/esm/plugins/line-height/line-height.js +1 -1
  905. package/esm/plugins/link/config.d.ts +1 -1
  906. package/esm/plugins/link/config.js +1 -1
  907. package/esm/plugins/link/link.d.ts +1 -1
  908. package/esm/plugins/link/link.js +1 -1
  909. package/esm/plugins/link/template.d.ts +1 -1
  910. package/esm/plugins/link/template.js +1 -1
  911. package/esm/plugins/media/config.d.ts +1 -1
  912. package/esm/plugins/media/config.js +1 -1
  913. package/esm/plugins/media/media.d.ts +1 -1
  914. package/esm/plugins/media/media.js +1 -1
  915. package/esm/plugins/mobile/config.d.ts +1 -1
  916. package/esm/plugins/mobile/config.js +1 -1
  917. package/esm/plugins/mobile/mobile.d.ts +1 -1
  918. package/esm/plugins/mobile/mobile.js +1 -1
  919. package/esm/plugins/ordered-list/config.d.ts +1 -1
  920. package/esm/plugins/ordered-list/config.js +1 -1
  921. package/esm/plugins/ordered-list/ordered-list.d.ts +1 -1
  922. package/esm/plugins/ordered-list/ordered-list.js +1 -1
  923. package/esm/plugins/paste/config.d.ts +1 -1
  924. package/esm/plugins/paste/config.js +1 -1
  925. package/esm/plugins/paste/helpers.d.ts +1 -1
  926. package/esm/plugins/paste/helpers.js +1 -1
  927. package/esm/plugins/paste/interface.d.ts +1 -1
  928. package/esm/plugins/paste/interface.js +1 -1
  929. package/esm/plugins/paste/paste.d.ts +1 -1
  930. package/esm/plugins/paste/paste.js +1 -1
  931. package/esm/plugins/paste-from-word/config.d.ts +1 -1
  932. package/esm/plugins/paste-from-word/config.js +1 -1
  933. package/esm/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  934. package/esm/plugins/paste-from-word/paste-from-word.js +1 -1
  935. package/esm/plugins/paste-storage/paste-storage.d.ts +1 -1
  936. package/esm/plugins/paste-storage/paste-storage.js +1 -1
  937. package/esm/plugins/placeholder/config.d.ts +1 -1
  938. package/esm/plugins/placeholder/config.js +1 -1
  939. package/esm/plugins/placeholder/placeholder.d.ts +1 -1
  940. package/esm/plugins/placeholder/placeholder.js +1 -1
  941. package/esm/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  942. package/esm/plugins/powered-by-jodit/powered-by-jodit.js +1 -1
  943. package/esm/plugins/preview/preview.d.ts +1 -1
  944. package/esm/plugins/preview/preview.js +1 -1
  945. package/esm/plugins/print/lib/generate-critical-css.d.ts +1 -1
  946. package/esm/plugins/print/lib/generate-critical-css.js +1 -1
  947. package/esm/plugins/print/print.d.ts +1 -1
  948. package/esm/plugins/print/print.js +1 -1
  949. package/esm/plugins/redo-undo/redo-undo.d.ts +1 -1
  950. package/esm/plugins/redo-undo/redo-undo.js +1 -1
  951. package/esm/plugins/resize-cells/config.d.ts +1 -1
  952. package/esm/plugins/resize-cells/config.js +1 -1
  953. package/esm/plugins/resize-cells/resize-cells.d.ts +1 -1
  954. package/esm/plugins/resize-cells/resize-cells.js +1 -1
  955. package/esm/plugins/resize-handler/config.d.ts +1 -1
  956. package/esm/plugins/resize-handler/config.js +1 -1
  957. package/esm/plugins/resize-handler/resize-handler.d.ts +1 -1
  958. package/esm/plugins/resize-handler/resize-handler.js +1 -1
  959. package/esm/plugins/resizer/config.d.ts +1 -1
  960. package/esm/plugins/resizer/config.js +1 -1
  961. package/esm/plugins/resizer/resizer.d.ts +1 -1
  962. package/esm/plugins/resizer/resizer.js +1 -1
  963. package/esm/plugins/search/config.d.ts +1 -1
  964. package/esm/plugins/search/config.js +1 -1
  965. package/esm/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  966. package/esm/plugins/search/helpers/highlight-text-ranges.js +1 -1
  967. package/esm/plugins/search/helpers/index.d.ts +1 -1
  968. package/esm/plugins/search/helpers/index.js +1 -1
  969. package/esm/plugins/search/helpers/sentence-finder.d.ts +1 -1
  970. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  971. package/esm/plugins/search/interface.d.ts +1 -1
  972. package/esm/plugins/search/search.d.ts +1 -1
  973. package/esm/plugins/search/search.js +1 -1
  974. package/esm/plugins/search/ui/search.d.ts +1 -1
  975. package/esm/plugins/search/ui/search.js +1 -1
  976. package/esm/plugins/select/config.d.ts +1 -1
  977. package/esm/plugins/select/config.js +1 -1
  978. package/esm/plugins/select/select.d.ts +1 -1
  979. package/esm/plugins/select/select.js +1 -1
  980. package/esm/plugins/select-cells/config.d.ts +1 -1
  981. package/esm/plugins/select-cells/config.js +1 -1
  982. package/esm/plugins/select-cells/select-cells.d.ts +1 -1
  983. package/esm/plugins/select-cells/select-cells.js +1 -1
  984. package/esm/plugins/size/config.d.ts +1 -1
  985. package/esm/plugins/size/config.js +1 -1
  986. package/esm/plugins/size/size.d.ts +1 -1
  987. package/esm/plugins/size/size.js +17 -5
  988. package/esm/plugins/source/config.d.ts +1 -1
  989. package/esm/plugins/source/config.js +1 -1
  990. package/esm/plugins/source/editor/engines/ace.d.ts +1 -1
  991. package/esm/plugins/source/editor/engines/ace.js +1 -1
  992. package/esm/plugins/source/editor/engines/area.d.ts +1 -1
  993. package/esm/plugins/source/editor/engines/area.js +1 -1
  994. package/esm/plugins/source/editor/engines/index.d.ts +1 -1
  995. package/esm/plugins/source/editor/engines/index.js +1 -1
  996. package/esm/plugins/source/editor/factory.d.ts +1 -1
  997. package/esm/plugins/source/editor/factory.js +1 -1
  998. package/esm/plugins/source/editor/sourceEditor.d.ts +1 -1
  999. package/esm/plugins/source/editor/sourceEditor.js +1 -1
  1000. package/esm/plugins/source/source.d.ts +1 -1
  1001. package/esm/plugins/source/source.js +1 -1
  1002. package/esm/plugins/speech-recognize/config.d.ts +1 -1
  1003. package/esm/plugins/speech-recognize/config.js +1 -1
  1004. package/esm/plugins/speech-recognize/constants.d.ts +1 -1
  1005. package/esm/plugins/speech-recognize/constants.js +1 -1
  1006. package/esm/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1007. package/esm/plugins/speech-recognize/helpers/api.js +1 -1
  1008. package/esm/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1009. package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +1 -1
  1010. package/esm/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1011. package/esm/plugins/speech-recognize/helpers/recognize-manager.js +1 -1
  1012. package/esm/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1013. package/esm/plugins/speech-recognize/helpers/sound.js +1 -1
  1014. package/esm/plugins/speech-recognize/interface.d.ts +1 -1
  1015. package/esm/plugins/speech-recognize/interface.js +1 -1
  1016. package/esm/plugins/speech-recognize/langs/ar.js +1 -1
  1017. package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
  1018. package/esm/plugins/speech-recognize/langs/de.js +1 -1
  1019. package/esm/plugins/speech-recognize/langs/es.js +1 -1
  1020. package/esm/plugins/speech-recognize/langs/fa.js +1 -1
  1021. package/esm/plugins/speech-recognize/langs/fi.js +1 -1
  1022. package/esm/plugins/speech-recognize/langs/fr.js +1 -1
  1023. package/esm/plugins/speech-recognize/langs/he.js +1 -1
  1024. package/esm/plugins/speech-recognize/langs/hu.js +1 -1
  1025. package/esm/plugins/speech-recognize/langs/id.js +1 -1
  1026. package/esm/plugins/speech-recognize/langs/index.d.ts +1 -1
  1027. package/esm/plugins/speech-recognize/langs/index.js +1 -1
  1028. package/esm/plugins/speech-recognize/langs/it.js +1 -1
  1029. package/esm/plugins/speech-recognize/langs/ja.js +1 -1
  1030. package/esm/plugins/speech-recognize/langs/ko.js +1 -1
  1031. package/esm/plugins/speech-recognize/langs/mn.js +1 -1
  1032. package/esm/plugins/speech-recognize/langs/nl.js +1 -1
  1033. package/esm/plugins/speech-recognize/langs/no.js +1 -1
  1034. package/esm/plugins/speech-recognize/langs/pl.js +1 -1
  1035. package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
  1036. package/esm/plugins/speech-recognize/langs/ru.js +1 -1
  1037. package/esm/plugins/speech-recognize/langs/tr.js +1 -1
  1038. package/esm/plugins/speech-recognize/langs/ua.js +1 -1
  1039. package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
  1040. package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
  1041. package/esm/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1042. package/esm/plugins/speech-recognize/speech-recognize.js +1 -1
  1043. package/esm/plugins/spellcheck/config.d.ts +1 -1
  1044. package/esm/plugins/spellcheck/config.js +1 -1
  1045. package/esm/plugins/spellcheck/langs/ar.js +1 -1
  1046. package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
  1047. package/esm/plugins/spellcheck/langs/de.js +1 -1
  1048. package/esm/plugins/spellcheck/langs/es.js +1 -1
  1049. package/esm/plugins/spellcheck/langs/fa.js +1 -1
  1050. package/esm/plugins/spellcheck/langs/fi.js +1 -1
  1051. package/esm/plugins/spellcheck/langs/fr.js +1 -1
  1052. package/esm/plugins/spellcheck/langs/he.js +1 -1
  1053. package/esm/plugins/spellcheck/langs/hu.js +1 -1
  1054. package/esm/plugins/spellcheck/langs/id.js +1 -1
  1055. package/esm/plugins/spellcheck/langs/index.d.ts +1 -1
  1056. package/esm/plugins/spellcheck/langs/index.js +1 -1
  1057. package/esm/plugins/spellcheck/langs/it.js +1 -1
  1058. package/esm/plugins/spellcheck/langs/ja.js +1 -1
  1059. package/esm/plugins/spellcheck/langs/ko.js +1 -1
  1060. package/esm/plugins/spellcheck/langs/mn.js +1 -1
  1061. package/esm/plugins/spellcheck/langs/nl.js +1 -1
  1062. package/esm/plugins/spellcheck/langs/no.js +1 -1
  1063. package/esm/plugins/spellcheck/langs/pl.js +1 -1
  1064. package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
  1065. package/esm/plugins/spellcheck/langs/ru.js +1 -1
  1066. package/esm/plugins/spellcheck/langs/tr.js +1 -1
  1067. package/esm/plugins/spellcheck/langs/ua.js +1 -1
  1068. package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
  1069. package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
  1070. package/esm/plugins/spellcheck/spellcheck.d.ts +1 -1
  1071. package/esm/plugins/spellcheck/spellcheck.js +1 -1
  1072. package/esm/plugins/stat/config.d.ts +1 -1
  1073. package/esm/plugins/stat/config.js +1 -1
  1074. package/esm/plugins/stat/stat.d.ts +1 -1
  1075. package/esm/plugins/stat/stat.js +1 -1
  1076. package/esm/plugins/sticky/config.d.ts +1 -1
  1077. package/esm/plugins/sticky/config.js +1 -1
  1078. package/esm/plugins/sticky/sticky.d.ts +1 -1
  1079. package/esm/plugins/sticky/sticky.js +1 -1
  1080. package/esm/plugins/symbols/config.d.ts +1 -1
  1081. package/esm/plugins/symbols/config.js +1 -1
  1082. package/esm/plugins/symbols/langs/ar.js +1 -1
  1083. package/esm/plugins/symbols/langs/cs_cz.js +1 -1
  1084. package/esm/plugins/symbols/langs/de.js +1 -1
  1085. package/esm/plugins/symbols/langs/es.js +1 -1
  1086. package/esm/plugins/symbols/langs/fa.js +1 -1
  1087. package/esm/plugins/symbols/langs/fi.js +1 -1
  1088. package/esm/plugins/symbols/langs/fr.js +1 -1
  1089. package/esm/plugins/symbols/langs/he.js +1 -1
  1090. package/esm/plugins/symbols/langs/hu.js +1 -1
  1091. package/esm/plugins/symbols/langs/id.js +1 -1
  1092. package/esm/plugins/symbols/langs/index.d.ts +1 -1
  1093. package/esm/plugins/symbols/langs/index.js +1 -1
  1094. package/esm/plugins/symbols/langs/it.js +1 -1
  1095. package/esm/plugins/symbols/langs/ja.js +1 -1
  1096. package/esm/plugins/symbols/langs/ko.js +1 -1
  1097. package/esm/plugins/symbols/langs/mn.js +1 -1
  1098. package/esm/plugins/symbols/langs/nl.js +1 -1
  1099. package/esm/plugins/symbols/langs/pl.js +1 -1
  1100. package/esm/plugins/symbols/langs/pt_br.js +1 -1
  1101. package/esm/plugins/symbols/langs/ru.js +1 -1
  1102. package/esm/plugins/symbols/langs/tr.js +1 -1
  1103. package/esm/plugins/symbols/langs/ua.js +1 -1
  1104. package/esm/plugins/symbols/langs/zh_cn.js +1 -1
  1105. package/esm/plugins/symbols/langs/zh_tw.js +1 -1
  1106. package/esm/plugins/symbols/symbols.d.ts +1 -1
  1107. package/esm/plugins/symbols/symbols.js +1 -1
  1108. package/esm/plugins/tab/cases/index.d.ts +1 -1
  1109. package/esm/plugins/tab/cases/index.js +1 -1
  1110. package/esm/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1111. package/esm/plugins/tab/cases/on-tab-inside-li.js +1 -1
  1112. package/esm/plugins/tab/config.d.ts +1 -1
  1113. package/esm/plugins/tab/config.js +1 -1
  1114. package/esm/plugins/tab/tab.d.ts +1 -1
  1115. package/esm/plugins/tab/tab.js +1 -1
  1116. package/esm/plugins/table/config.d.ts +1 -1
  1117. package/esm/plugins/table/config.js +7 -2
  1118. package/esm/plugins/table/table.d.ts +1 -1
  1119. package/esm/plugins/table/table.js +1 -1
  1120. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1121. package/esm/plugins/table-keyboard-navigation/table-keyboard-navigation.js +1 -1
  1122. package/esm/plugins/video/config.d.ts +1 -1
  1123. package/esm/plugins/video/config.js +1 -1
  1124. package/esm/plugins/video/video.d.ts +1 -1
  1125. package/esm/plugins/video/video.js +1 -1
  1126. package/esm/plugins/wrap-nodes/config.d.ts +1 -1
  1127. package/esm/plugins/wrap-nodes/config.js +1 -1
  1128. package/esm/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1129. package/esm/plugins/wrap-nodes/wrap-nodes.js +1 -1
  1130. package/esm/plugins/xpath/config.d.ts +1 -1
  1131. package/esm/plugins/xpath/config.js +1 -1
  1132. package/esm/plugins/xpath/xpath.d.ts +1 -1
  1133. package/esm/plugins/xpath/xpath.js +1 -1
  1134. package/esm/styles/icons/index.d.ts +1 -1
  1135. package/esm/styles/icons/index.js +1 -1
  1136. package/esm/types/ajax.d.ts +1 -1
  1137. package/esm/types/async.d.ts +1 -1
  1138. package/esm/types/context.d.ts +1 -1
  1139. package/esm/types/core.d.ts +1 -1
  1140. package/esm/types/create.d.ts +1 -1
  1141. package/esm/types/dialog.d.ts +1 -1
  1142. package/esm/types/events.d.ts +1 -1
  1143. package/esm/types/file-browser.d.ts +1 -1
  1144. package/esm/types/form.d.ts +1 -1
  1145. package/esm/types/history.d.ts +1 -1
  1146. package/esm/types/index.d.ts +1 -1
  1147. package/esm/types/jodit.d.ts +8 -1
  1148. package/esm/types/messages.d.ts +1 -1
  1149. package/esm/types/plugin.d.ts +1 -1
  1150. package/esm/types/popup.d.ts +1 -1
  1151. package/esm/types/select.d.ts +1 -1
  1152. package/esm/types/source.d.ts +1 -1
  1153. package/esm/types/storage.d.ts +12 -4
  1154. package/esm/types/style.d.ts +1 -1
  1155. package/esm/types/toolbar.d.ts +1 -1
  1156. package/esm/types/traits.d.ts +1 -1
  1157. package/esm/types/types.d.ts +1 -1
  1158. package/esm/types/ui.d.ts +2 -1
  1159. package/esm/types/uploader.d.ts +2 -1
  1160. package/esm/types/view.d.ts +5 -2
  1161. package/esm/typings.d.ts +1 -1
  1162. package/examples/arabic.lang.html +1 -1
  1163. package/examples/assets/app.js +1 -1
  1164. package/examples/color-picker.html +1 -1
  1165. package/examples/custom-icons.html +1 -1
  1166. package/examples/custom-toolbar.html +1 -1
  1167. package/examples/example.default.html +1 -1
  1168. package/examples/fullsize.html +1 -1
  1169. package/examples/index.html +1 -1
  1170. package/examples/inline-mode.html +1 -1
  1171. package/examples/oneinstance.html +1 -1
  1172. package/examples/theme.html +1 -1
  1173. package/package.json +1 -1
  1174. package/types/core/async/async.d.ts +1 -1
  1175. package/types/core/async/index.d.ts +1 -1
  1176. package/types/core/component/component.d.ts +1 -1
  1177. package/types/core/component/index.d.ts +1 -1
  1178. package/types/core/component/statuses.d.ts +1 -1
  1179. package/types/core/component/view-component.d.ts +1 -1
  1180. package/types/core/constants.d.ts +1 -1
  1181. package/types/core/create/create.d.ts +1 -1
  1182. package/types/core/create/index.d.ts +1 -1
  1183. package/types/core/decorators/autobind/autobind.d.ts +1 -1
  1184. package/types/core/decorators/cache/cache.d.ts +1 -1
  1185. package/types/core/decorators/component/component.d.ts +1 -1
  1186. package/types/core/decorators/debounce/debounce.d.ts +1 -1
  1187. package/types/core/decorators/derive/derive.d.ts +1 -1
  1188. package/types/core/decorators/hook/hook.d.ts +1 -1
  1189. package/types/core/decorators/idle/idle.d.ts +1 -1
  1190. package/types/core/decorators/index.d.ts +1 -1
  1191. package/types/core/decorators/nonenumerable/nonenumerable.d.ts +1 -1
  1192. package/types/core/decorators/persistent/persistent.d.ts +1 -1
  1193. package/types/core/decorators/wait/wait.d.ts +1 -1
  1194. package/types/core/decorators/watch/watch.d.ts +1 -1
  1195. package/types/core/dom/dom.d.ts +1 -1
  1196. package/types/core/dom/index.d.ts +1 -1
  1197. package/types/core/dom/lazy-walker.d.ts +1 -1
  1198. package/types/core/event-emitter/event-emitter.d.ts +1 -1
  1199. package/types/core/event-emitter/eventify.d.ts +1 -1
  1200. package/types/core/event-emitter/index.d.ts +1 -1
  1201. package/types/core/event-emitter/observable.d.ts +1 -1
  1202. package/types/core/event-emitter/store.d.ts +1 -1
  1203. package/types/core/global.d.ts +1 -1
  1204. package/types/core/helpers/array/as-array.d.ts +1 -1
  1205. package/types/core/helpers/array/index.d.ts +1 -1
  1206. package/types/core/helpers/array/split-array.d.ts +1 -1
  1207. package/types/core/helpers/array/to-array.d.ts +1 -1
  1208. package/types/core/helpers/async/index.d.ts +1 -1
  1209. package/types/core/helpers/async/set-timeout.d.ts +1 -1
  1210. package/types/core/helpers/checker/has-browser-color-picker.d.ts +1 -1
  1211. package/types/core/helpers/checker/index.d.ts +1 -1
  1212. package/types/core/helpers/checker/is-abort-error.d.ts +1 -1
  1213. package/types/core/helpers/checker/is-array.d.ts +1 -1
  1214. package/types/core/helpers/checker/is-boolean.d.ts +1 -1
  1215. package/types/core/helpers/checker/is-equal.d.ts +1 -1
  1216. package/types/core/helpers/checker/is-function.d.ts +1 -1
  1217. package/types/core/helpers/checker/is-html-from-word.d.ts +1 -1
  1218. package/types/core/helpers/checker/is-html.d.ts +1 -1
  1219. package/types/core/helpers/checker/is-imp-interface.d.ts +1 -1
  1220. package/types/core/helpers/checker/is-int.d.ts +1 -1
  1221. package/types/core/helpers/checker/is-jodit-object.d.ts +1 -1
  1222. package/types/core/helpers/checker/is-license.d.ts +1 -1
  1223. package/types/core/helpers/checker/is-marker.d.ts +1 -1
  1224. package/types/core/helpers/checker/is-native-function.d.ts +1 -1
  1225. package/types/core/helpers/checker/is-number.d.ts +1 -1
  1226. package/types/core/helpers/checker/is-numeric.d.ts +1 -1
  1227. package/types/core/helpers/checker/is-plain-object.d.ts +1 -1
  1228. package/types/core/helpers/checker/is-promise.d.ts +1 -1
  1229. package/types/core/helpers/checker/is-set.d.ts +1 -1
  1230. package/types/core/helpers/checker/is-string.d.ts +1 -1
  1231. package/types/core/helpers/checker/is-url.d.ts +1 -1
  1232. package/types/core/helpers/checker/is-valid-name.d.ts +1 -1
  1233. package/types/core/helpers/checker/is-view-object.d.ts +1 -1
  1234. package/types/core/helpers/checker/is-void.d.ts +1 -1
  1235. package/types/core/helpers/checker/is-window.d.ts +1 -1
  1236. package/types/core/helpers/color/color-to-hex.d.ts +1 -1
  1237. package/types/core/helpers/color/index.d.ts +1 -1
  1238. package/types/core/helpers/html/apply-styles.d.ts +1 -1
  1239. package/types/core/helpers/html/clean-from-word.d.ts +1 -1
  1240. package/types/core/helpers/html/htmlspecialchars.d.ts +1 -1
  1241. package/types/core/helpers/html/index.d.ts +1 -1
  1242. package/types/core/helpers/html/nl2br.d.ts +1 -1
  1243. package/types/core/helpers/html/safe-html.d.ts +1 -1
  1244. package/types/core/helpers/html/strip-tags.d.ts +1 -1
  1245. package/types/core/helpers/index.d.ts +1 -1
  1246. package/types/core/helpers/normalize/index.d.ts +1 -1
  1247. package/types/core/helpers/normalize/normalize-color.d.ts +1 -1
  1248. package/types/core/helpers/normalize/normalize-css-value.d.ts +1 -1
  1249. package/types/core/helpers/normalize/normalize-key-aliases.d.ts +1 -1
  1250. package/types/core/helpers/normalize/normalize-license.d.ts +1 -1
  1251. package/types/core/helpers/normalize/normalize-path.d.ts +1 -1
  1252. package/types/core/helpers/normalize/normalize-relative-path.d.ts +1 -1
  1253. package/types/core/helpers/normalize/normalize-size.d.ts +1 -1
  1254. package/types/core/helpers/normalize/normalize-url.d.ts +1 -1
  1255. package/types/core/helpers/size/get-content-width.d.ts +1 -1
  1256. package/types/core/helpers/size/get-scroll-parent.d.ts +1 -1
  1257. package/types/core/helpers/size/index.d.ts +1 -1
  1258. package/types/core/helpers/size/inner-width.d.ts +1 -1
  1259. package/types/core/helpers/size/object-size.d.ts +1 -1
  1260. package/types/core/helpers/size/offset.d.ts +1 -1
  1261. package/types/core/helpers/size/position.d.ts +1 -1
  1262. package/types/core/helpers/string/camel-case.d.ts +1 -1
  1263. package/types/core/helpers/string/fuzzy-search-index.d.ts +1 -1
  1264. package/types/core/helpers/string/i18n.d.ts +1 -1
  1265. package/types/core/helpers/string/index.d.ts +1 -1
  1266. package/types/core/helpers/string/kebab-case.d.ts +1 -1
  1267. package/types/core/helpers/string/stringify.d.ts +1 -1
  1268. package/types/core/helpers/string/trim.d.ts +1 -1
  1269. package/types/core/helpers/string/ucfirst.d.ts +1 -1
  1270. package/types/core/helpers/utils/align.d.ts +1 -1
  1271. package/types/core/helpers/utils/append-script.d.ts +1 -1
  1272. package/types/core/helpers/utils/assert.d.ts +1 -1
  1273. package/types/core/helpers/utils/attr.d.ts +1 -1
  1274. package/types/core/helpers/utils/browser.d.ts +1 -1
  1275. package/types/core/helpers/utils/build-query.d.ts +1 -1
  1276. package/types/core/helpers/utils/complete-url.d.ts +1 -1
  1277. package/types/core/helpers/utils/config-proto.d.ts +1 -1
  1278. package/types/core/helpers/utils/convert-media-url-to-video-embed.d.ts +1 -1
  1279. package/types/core/helpers/utils/css.d.ts +1 -1
  1280. package/types/core/helpers/utils/ctrl-key.d.ts +1 -1
  1281. package/types/core/helpers/utils/data-bind.d.ts +1 -1
  1282. package/types/core/helpers/utils/default-language.d.ts +1 -1
  1283. package/types/core/helpers/utils/error/error.d.ts +1 -1
  1284. package/types/core/helpers/utils/error/errors/abort-error.d.ts +1 -1
  1285. package/types/core/helpers/utils/error/errors/connection-error.d.ts +1 -1
  1286. package/types/core/helpers/utils/error/errors/index.d.ts +1 -1
  1287. package/types/core/helpers/utils/error/errors/options-error.d.ts +1 -1
  1288. package/types/core/helpers/utils/error/index.d.ts +1 -1
  1289. package/types/core/helpers/utils/extend.d.ts +1 -1
  1290. package/types/core/helpers/utils/get-class-name.d.ts +1 -1
  1291. package/types/core/helpers/utils/get.d.ts +1 -1
  1292. package/types/core/helpers/utils/human-size-to-bytes.d.ts +1 -1
  1293. package/types/core/helpers/utils/index.d.ts +1 -1
  1294. package/types/core/helpers/utils/mark-deprecated.d.ts +1 -1
  1295. package/types/core/helpers/utils/parse-query.d.ts +1 -1
  1296. package/types/core/helpers/utils/print.d.ts +1 -1
  1297. package/types/core/helpers/utils/reset.d.ts +1 -1
  1298. package/types/core/helpers/utils/scroll-into-view.d.ts +1 -1
  1299. package/types/core/helpers/utils/selector.d.ts +1 -1
  1300. package/types/core/helpers/utils/set.d.ts +1 -1
  1301. package/types/core/helpers/utils/stack.d.ts +1 -1
  1302. package/types/core/helpers/utils/utils.d.ts +1 -1
  1303. package/types/core/plugin/helpers/init-instance.d.ts +1 -1
  1304. package/types/core/plugin/helpers/load.d.ts +1 -1
  1305. package/types/core/plugin/helpers/make-instance.d.ts +1 -1
  1306. package/types/core/plugin/helpers/utils.d.ts +1 -1
  1307. package/types/core/plugin/index.d.ts +1 -1
  1308. package/types/core/plugin/interface.d.ts +1 -1
  1309. package/types/core/plugin/plugin-system.d.ts +1 -1
  1310. package/types/core/plugin/plugin.d.ts +1 -1
  1311. package/types/core/request/ajax.d.ts +1 -1
  1312. package/types/core/request/config.d.ts +1 -1
  1313. package/types/core/request/index.d.ts +1 -1
  1314. package/types/core/request/response.d.ts +1 -1
  1315. package/types/core/selection/helpers/index.d.ts +1 -1
  1316. package/types/core/selection/helpers/move-node-inside-start.d.ts +1 -1
  1317. package/types/core/selection/helpers/move-the-node-along-the-edge-outward.d.ts +1 -1
  1318. package/types/core/selection/index.d.ts +1 -1
  1319. package/types/core/selection/interface.d.ts +1 -1
  1320. package/types/core/selection/selection.d.ts +1 -1
  1321. package/types/core/selection/style/api/extract.d.ts +1 -1
  1322. package/types/core/selection/style/api/finite-state-machine.d.ts +1 -1
  1323. package/types/core/selection/style/api/get-suit-child.d.ts +1 -1
  1324. package/types/core/selection/style/api/get-suit-parent.d.ts +1 -1
  1325. package/types/core/selection/style/api/has-same-style.d.ts +1 -1
  1326. package/types/core/selection/style/api/index.d.ts +1 -1
  1327. package/types/core/selection/style/api/is-inside-invisible-element.d.ts +1 -1
  1328. package/types/core/selection/style/api/is-normal-node.d.ts +1 -1
  1329. package/types/core/selection/style/api/is-same-attributes.d.ts +1 -1
  1330. package/types/core/selection/style/api/is-suit-element.d.ts +1 -1
  1331. package/types/core/selection/style/api/list/toggle-ordered-list.d.ts +1 -1
  1332. package/types/core/selection/style/api/list/wrap-list.d.ts +1 -1
  1333. package/types/core/selection/style/api/toggle-attributes.d.ts +1 -1
  1334. package/types/core/selection/style/api/unwrap-children.d.ts +1 -1
  1335. package/types/core/selection/style/api/wrap-unwrapped-text.d.ts +1 -1
  1336. package/types/core/selection/style/api/wrap.d.ts +1 -1
  1337. package/types/core/selection/style/apply-style.d.ts +1 -1
  1338. package/types/core/selection/style/commit-style.d.ts +1 -1
  1339. package/types/core/selection/style/constants.d.ts +1 -1
  1340. package/types/core/selection/style/transactions.d.ts +1 -1
  1341. package/types/core/storage/async-storage.d.ts +14 -0
  1342. package/types/core/storage/engines/indexed-db-provider.d.ts +56 -0
  1343. package/types/core/storage/engines/local-storage-provider.d.ts +11 -8
  1344. package/types/core/storage/engines/memory-storage-provider.d.ts +4 -4
  1345. package/types/core/storage/index.d.ts +3 -1
  1346. package/types/core/storage/storage.d.ts +6 -5
  1347. package/types/core/traits/dlgs.d.ts +1 -1
  1348. package/types/core/traits/elms.d.ts +1 -1
  1349. package/types/core/traits/mods.d.ts +1 -1
  1350. package/types/core/ui/button/button/button.d.ts +1 -1
  1351. package/types/core/ui/button/group/group.d.ts +1 -1
  1352. package/types/core/ui/button/index.d.ts +1 -1
  1353. package/types/core/ui/button/tooltip/tooltip.d.ts +1 -1
  1354. package/types/core/ui/element.d.ts +1 -1
  1355. package/types/core/ui/form/block/block.d.ts +1 -1
  1356. package/types/core/ui/form/form.d.ts +1 -1
  1357. package/types/core/ui/form/index.d.ts +1 -1
  1358. package/types/core/ui/form/inputs/area/area.d.ts +1 -1
  1359. package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
  1360. package/types/core/ui/form/inputs/file/file.d.ts +1 -1
  1361. package/types/core/ui/form/inputs/index.d.ts +1 -1
  1362. package/types/core/ui/form/inputs/input/input.d.ts +1 -1
  1363. package/types/core/ui/form/inputs/select/select.d.ts +1 -1
  1364. package/types/core/ui/form/validators/index.d.ts +1 -1
  1365. package/types/core/ui/form/validators/input.d.ts +1 -1
  1366. package/types/core/ui/form/validators/select.d.ts +1 -1
  1367. package/types/core/ui/group/group.d.ts +2 -1
  1368. package/types/core/ui/group/index.d.ts +1 -1
  1369. package/types/core/ui/group/list.d.ts +1 -1
  1370. package/types/core/ui/group/separator.d.ts +1 -1
  1371. package/types/core/ui/group/spacer.d.ts +1 -1
  1372. package/types/core/ui/helpers/buttons.d.ts +1 -1
  1373. package/types/core/ui/helpers/get-control-type.d.ts +1 -1
  1374. package/types/core/ui/helpers/get-strong-control-types.d.ts +1 -1
  1375. package/types/core/ui/icon.d.ts +1 -1
  1376. package/types/core/ui/index.d.ts +1 -1
  1377. package/types/core/ui/popup/index.d.ts +1 -1
  1378. package/types/core/ui/popup/popup.d.ts +1 -1
  1379. package/types/core/ui/progress-bar/progress-bar.d.ts +1 -1
  1380. package/types/core/view/view-with-toolbar.d.ts +1 -1
  1381. package/types/core/view/view.d.ts +10 -5
  1382. package/types/index.d.ts +1 -1
  1383. package/types/jodit.d.ts +1 -1
  1384. package/types/languages.d.ts +1 -1
  1385. package/types/modules/context-menu/context-menu.d.ts +1 -1
  1386. package/types/modules/dialog/alert.d.ts +1 -1
  1387. package/types/modules/dialog/confirm.d.ts +1 -1
  1388. package/types/modules/dialog/dialog.d.ts +1 -1
  1389. package/types/modules/dialog/index.d.ts +1 -1
  1390. package/types/modules/dialog/prompt.d.ts +1 -1
  1391. package/types/modules/file-browser/builders/context-menu.d.ts +1 -1
  1392. package/types/modules/file-browser/builders/elements-map.d.ts +1 -1
  1393. package/types/modules/file-browser/builders/item.d.ts +1 -1
  1394. package/types/modules/file-browser/config.d.ts +1 -1
  1395. package/types/modules/file-browser/data-provider.d.ts +1 -1
  1396. package/types/modules/file-browser/factories.d.ts +1 -1
  1397. package/types/modules/file-browser/fetch/delete-file.d.ts +1 -1
  1398. package/types/modules/file-browser/fetch/load-items.d.ts +1 -1
  1399. package/types/modules/file-browser/fetch/load-tree.d.ts +1 -1
  1400. package/types/modules/file-browser/file-browser.d.ts +1 -1
  1401. package/types/modules/file-browser/index.d.ts +1 -1
  1402. package/types/modules/file-browser/listeners/native-listeners.d.ts +1 -1
  1403. package/types/modules/file-browser/listeners/self-listeners.d.ts +1 -1
  1404. package/types/modules/file-browser/listeners/state-listeners.d.ts +1 -1
  1405. package/types/modules/file-browser/ui/files/files.d.ts +1 -1
  1406. package/types/modules/file-browser/ui/index.d.ts +1 -1
  1407. package/types/modules/file-browser/ui/tree/tree.d.ts +1 -1
  1408. package/types/modules/history/command.d.ts +1 -1
  1409. package/types/modules/history/history.d.ts +1 -1
  1410. package/types/modules/history/snapshot.d.ts +1 -1
  1411. package/types/modules/history/stack.d.ts +1 -1
  1412. package/types/modules/image-editor/config.d.ts +1 -1
  1413. package/types/modules/image-editor/image-editor.d.ts +1 -1
  1414. package/types/modules/image-editor/templates/form.d.ts +1 -1
  1415. package/types/modules/index.d.ts +2 -1
  1416. package/types/modules/messages/message.d.ts +1 -1
  1417. package/types/modules/messages/messages.d.ts +1 -1
  1418. package/types/modules/status-bar/status-bar.d.ts +1 -1
  1419. package/types/modules/table/table.d.ts +1 -1
  1420. package/types/modules/toolbar/button/button.d.ts +1 -1
  1421. package/types/modules/toolbar/button/content.d.ts +1 -1
  1422. package/types/modules/toolbar/button/index.d.ts +1 -1
  1423. package/types/modules/toolbar/button/select/select.d.ts +1 -1
  1424. package/types/modules/toolbar/collection/collection.d.ts +1 -1
  1425. package/types/modules/toolbar/collection/editor-collection.d.ts +1 -1
  1426. package/types/modules/toolbar/factory.d.ts +1 -1
  1427. package/types/modules/uploader/config.d.ts +1 -1
  1428. package/types/modules/uploader/helpers/build-data.d.ts +1 -1
  1429. package/types/modules/uploader/helpers/data-uri-to-blob.d.ts +1 -1
  1430. package/types/modules/uploader/helpers/index.d.ts +1 -1
  1431. package/types/modules/uploader/helpers/process-old-browser-drag.d.ts +1 -1
  1432. package/types/modules/uploader/helpers/send-files.d.ts +1 -1
  1433. package/types/modules/uploader/helpers/send.d.ts +1 -1
  1434. package/types/modules/uploader/uploader.d.ts +3 -2
  1435. package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
  1436. package/types/modules/widget/file-selector/file-selector.d.ts +1 -1
  1437. package/types/modules/widget/index.d.ts +1 -1
  1438. package/types/modules/widget/tabs/tabs.d.ts +1 -1
  1439. package/types/plugins/about/about.d.ts +1 -1
  1440. package/types/plugins/add-new-line/add-new-line.d.ts +1 -1
  1441. package/types/plugins/add-new-line/config.d.ts +1 -1
  1442. package/types/plugins/ai-assistant/ai-assistant.d.ts +1 -1
  1443. package/types/plugins/ai-assistant/config.d.ts +31 -1
  1444. package/types/plugins/ai-assistant/interface.d.ts +1 -1
  1445. package/types/plugins/ai-assistant/langs/index.d.ts +1 -1
  1446. package/types/plugins/ai-assistant/ui/ui-ai-assistant.d.ts +1 -1
  1447. package/types/plugins/backspace/backspace.d.ts +1 -1
  1448. package/types/plugins/backspace/cases/check-join-neighbors.d.ts +1 -1
  1449. package/types/plugins/backspace/cases/check-join-two-lists.d.ts +1 -1
  1450. package/types/plugins/backspace/cases/check-not-collapsed.d.ts +1 -1
  1451. package/types/plugins/backspace/cases/check-remove-char.d.ts +1 -1
  1452. package/types/plugins/backspace/cases/check-remove-content-not-editable.d.ts +1 -1
  1453. package/types/plugins/backspace/cases/check-remove-empty-neighbor.d.ts +1 -1
  1454. package/types/plugins/backspace/cases/check-remove-empty-parent.d.ts +1 -1
  1455. package/types/plugins/backspace/cases/check-remove-unbreakable-element.d.ts +1 -1
  1456. package/types/plugins/backspace/cases/check-table-cell.d.ts +1 -1
  1457. package/types/plugins/backspace/cases/check-unwrap-first-list-item.d.ts +1 -1
  1458. package/types/plugins/backspace/cases/index.d.ts +1 -1
  1459. package/types/plugins/backspace/config.d.ts +1 -1
  1460. package/types/plugins/backspace/helpers.d.ts +1 -1
  1461. package/types/plugins/backspace/interface.d.ts +1 -1
  1462. package/types/plugins/bold/bold.d.ts +1 -1
  1463. package/types/plugins/bold/config.d.ts +1 -1
  1464. package/types/plugins/bold/interface.d.ts +1 -1
  1465. package/types/plugins/class-span/class-span.d.ts +1 -1
  1466. package/types/plugins/clean-html/clean-html.d.ts +1 -1
  1467. package/types/plugins/clean-html/config.d.ts +1 -1
  1468. package/types/plugins/clean-html/helpers/get-hash.d.ts +1 -1
  1469. package/types/plugins/clean-html/helpers/index.d.ts +1 -1
  1470. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-collapsed-selection.d.ts +1 -1
  1471. package/types/plugins/clean-html/helpers/remove-format/remove-format-for-selection.d.ts +1 -1
  1472. package/types/plugins/clean-html/helpers/visitor/filters/allow-attributes.d.ts +1 -1
  1473. package/types/plugins/clean-html/helpers/visitor/filters/fill-empty-paragraph.d.ts +1 -1
  1474. package/types/plugins/clean-html/helpers/visitor/filters/index.d.ts +1 -1
  1475. package/types/plugins/clean-html/helpers/visitor/filters/remove-empty-text-node.d.ts +1 -1
  1476. package/types/plugins/clean-html/helpers/visitor/filters/remove-inv-text-nodes.d.ts +1 -1
  1477. package/types/plugins/clean-html/helpers/visitor/filters/replace-old-tags.d.ts +1 -1
  1478. package/types/plugins/clean-html/helpers/visitor/filters/sanitize-attributes.d.ts +1 -1
  1479. package/types/plugins/clean-html/helpers/visitor/filters/try-remove-node.d.ts +1 -1
  1480. package/types/plugins/clean-html/helpers/visitor/visit-node-walker.d.ts +1 -1
  1481. package/types/plugins/clipboard/clipboard.d.ts +1 -1
  1482. package/types/plugins/clipboard/config.d.ts +1 -1
  1483. package/types/plugins/color/color.d.ts +1 -1
  1484. package/types/plugins/color/config.d.ts +1 -1
  1485. package/types/plugins/copy-format/copy-format.d.ts +1 -1
  1486. package/types/plugins/copy-format/langs/index.d.ts +1 -1
  1487. package/types/plugins/debug/debug.d.ts +1 -1
  1488. package/types/plugins/delete/delete.d.ts +1 -1
  1489. package/types/plugins/delete/interface.d.ts +1 -1
  1490. package/types/plugins/drag-and-drop/drag-and-drop.d.ts +1 -1
  1491. package/types/plugins/drag-and-drop-element/config.d.ts +1 -1
  1492. package/types/plugins/drag-and-drop-element/drag-and-drop-element.d.ts +1 -1
  1493. package/types/plugins/dtd/after-insert/index.d.ts +1 -1
  1494. package/types/plugins/dtd/after-insert/remove-extra-br.d.ts +1 -1
  1495. package/types/plugins/dtd/before-insert/check-block-nesting.d.ts +1 -1
  1496. package/types/plugins/dtd/before-insert/index.d.ts +1 -1
  1497. package/types/plugins/dtd/config.d.ts +1 -1
  1498. package/types/plugins/dtd/dtd.d.ts +1 -1
  1499. package/types/plugins/enter/enter.d.ts +1 -1
  1500. package/types/plugins/enter/helpers/check-br.d.ts +1 -1
  1501. package/types/plugins/enter/helpers/check-unsplittable-box.d.ts +1 -1
  1502. package/types/plugins/enter/helpers/get-block-wrapper.d.ts +1 -1
  1503. package/types/plugins/enter/helpers/has-previous-block.d.ts +1 -1
  1504. package/types/plugins/enter/helpers/index.d.ts +1 -1
  1505. package/types/plugins/enter/helpers/insert-paragraph.d.ts +1 -1
  1506. package/types/plugins/enter/helpers/move-cursor-out-from-specal-tags.d.ts +1 -1
  1507. package/types/plugins/enter/helpers/process-empty-li-leaf.d.ts +1 -1
  1508. package/types/plugins/enter/helpers/split-fragment.d.ts +1 -1
  1509. package/types/plugins/enter/helpers/wrap-text.d.ts +1 -1
  1510. package/types/plugins/enter/interface.d.ts +1 -1
  1511. package/types/plugins/file/file.d.ts +1 -1
  1512. package/types/plugins/focus/focus.d.ts +1 -1
  1513. package/types/plugins/font/config.d.ts +1 -1
  1514. package/types/plugins/font/font.d.ts +1 -1
  1515. package/types/plugins/format-block/config.d.ts +1 -1
  1516. package/types/plugins/format-block/format-block.d.ts +1 -1
  1517. package/types/plugins/fullsize/config.d.ts +1 -1
  1518. package/types/plugins/fullsize/fullsize.d.ts +1 -1
  1519. package/types/plugins/hotkeys/config.d.ts +1 -1
  1520. package/types/plugins/hotkeys/hotkeys.d.ts +1 -1
  1521. package/types/plugins/hr/hr.d.ts +1 -1
  1522. package/types/plugins/iframe/config.d.ts +1 -1
  1523. package/types/plugins/iframe/iframe.d.ts +1 -1
  1524. package/types/plugins/image/image.d.ts +1 -1
  1525. package/types/plugins/image-processor/config.d.ts +1 -1
  1526. package/types/plugins/image-processor/image-processor.d.ts +1 -1
  1527. package/types/plugins/image-properties/config.d.ts +1 -1
  1528. package/types/plugins/image-properties/image-properties.d.ts +1 -1
  1529. package/types/plugins/image-properties/interface.d.ts +1 -1
  1530. package/types/plugins/image-properties/readers/align.d.ts +1 -1
  1531. package/types/plugins/image-properties/readers/index.d.ts +1 -1
  1532. package/types/plugins/image-properties/readers/link.d.ts +1 -1
  1533. package/types/plugins/image-properties/readers/margin.d.ts +1 -1
  1534. package/types/plugins/image-properties/readers/size.d.ts +1 -1
  1535. package/types/plugins/image-properties/ui/ui-image-form.d.ts +1 -1
  1536. package/types/plugins/image-properties/ui/ui-image-main-tab.d.ts +1 -1
  1537. package/types/plugins/image-properties/ui/ui-image-position-tab.d.ts +1 -1
  1538. package/types/plugins/image-properties/utils/open-image-editor.d.ts +1 -1
  1539. package/types/plugins/image-properties/utils/open-image-popup.d.ts +1 -1
  1540. package/types/plugins/image-properties/utils/utils.d.ts +1 -1
  1541. package/types/plugins/image-properties/writers/index.d.ts +1 -1
  1542. package/types/plugins/image-properties/writers/link.d.ts +1 -1
  1543. package/types/plugins/image-properties/writers/margin.d.ts +1 -1
  1544. package/types/plugins/image-properties/writers/size.d.ts +1 -1
  1545. package/types/plugins/indent/config.d.ts +1 -1
  1546. package/types/plugins/indent/helpers.d.ts +1 -1
  1547. package/types/plugins/indent/indent.d.ts +1 -1
  1548. package/types/plugins/index.d.ts +1 -1
  1549. package/types/plugins/inline-popup/config/config.d.ts +1 -1
  1550. package/types/plugins/inline-popup/config/items/a.d.ts +1 -1
  1551. package/types/plugins/inline-popup/config/items/cells.d.ts +1 -1
  1552. package/types/plugins/inline-popup/config/items/iframe.d.ts +1 -1
  1553. package/types/plugins/inline-popup/config/items/img.d.ts +1 -1
  1554. package/types/plugins/inline-popup/config/items/toolbar.d.ts +1 -1
  1555. package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
  1556. package/types/plugins/justify/justify.d.ts +1 -1
  1557. package/types/plugins/key-arrow-outside/key-arrow-outside.d.ts +1 -1
  1558. package/types/plugins/limit/config.d.ts +1 -1
  1559. package/types/plugins/limit/limit.d.ts +1 -1
  1560. package/types/plugins/line-height/config.d.ts +1 -1
  1561. package/types/plugins/line-height/langs/index.d.ts +1 -1
  1562. package/types/plugins/line-height/line-height.d.ts +1 -1
  1563. package/types/plugins/link/config.d.ts +1 -1
  1564. package/types/plugins/link/link.d.ts +1 -1
  1565. package/types/plugins/link/template.d.ts +1 -1
  1566. package/types/plugins/media/config.d.ts +1 -1
  1567. package/types/plugins/media/media.d.ts +1 -1
  1568. package/types/plugins/mobile/config.d.ts +1 -1
  1569. package/types/plugins/mobile/mobile.d.ts +1 -1
  1570. package/types/plugins/ordered-list/config.d.ts +1 -1
  1571. package/types/plugins/ordered-list/ordered-list.d.ts +1 -1
  1572. package/types/plugins/paste/config.d.ts +1 -1
  1573. package/types/plugins/paste/helpers.d.ts +1 -1
  1574. package/types/plugins/paste/interface.d.ts +1 -1
  1575. package/types/plugins/paste/paste.d.ts +1 -1
  1576. package/types/plugins/paste-from-word/config.d.ts +1 -1
  1577. package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
  1578. package/types/plugins/paste-storage/paste-storage.d.ts +1 -1
  1579. package/types/plugins/placeholder/config.d.ts +1 -1
  1580. package/types/plugins/placeholder/placeholder.d.ts +1 -1
  1581. package/types/plugins/powered-by-jodit/powered-by-jodit.d.ts +1 -1
  1582. package/types/plugins/preview/preview.d.ts +1 -1
  1583. package/types/plugins/print/lib/generate-critical-css.d.ts +1 -1
  1584. package/types/plugins/print/print.d.ts +1 -1
  1585. package/types/plugins/redo-undo/redo-undo.d.ts +1 -1
  1586. package/types/plugins/resize-cells/config.d.ts +1 -1
  1587. package/types/plugins/resize-cells/resize-cells.d.ts +1 -1
  1588. package/types/plugins/resize-handler/config.d.ts +1 -1
  1589. package/types/plugins/resize-handler/resize-handler.d.ts +1 -1
  1590. package/types/plugins/resizer/config.d.ts +1 -1
  1591. package/types/plugins/resizer/resizer.d.ts +1 -1
  1592. package/types/plugins/search/config.d.ts +1 -1
  1593. package/types/plugins/search/helpers/highlight-text-ranges.d.ts +1 -1
  1594. package/types/plugins/search/helpers/index.d.ts +1 -1
  1595. package/types/plugins/search/helpers/sentence-finder.d.ts +1 -1
  1596. package/types/plugins/search/interface.d.ts +1 -1
  1597. package/types/plugins/search/search.d.ts +1 -1
  1598. package/types/plugins/search/ui/search.d.ts +1 -1
  1599. package/types/plugins/select/config.d.ts +1 -1
  1600. package/types/plugins/select/select.d.ts +1 -1
  1601. package/types/plugins/select-cells/config.d.ts +1 -1
  1602. package/types/plugins/select-cells/select-cells.d.ts +1 -1
  1603. package/types/plugins/size/config.d.ts +1 -1
  1604. package/types/plugins/size/size.d.ts +1 -1
  1605. package/types/plugins/source/config.d.ts +1 -1
  1606. package/types/plugins/source/editor/engines/ace.d.ts +1 -1
  1607. package/types/plugins/source/editor/engines/area.d.ts +1 -1
  1608. package/types/plugins/source/editor/engines/index.d.ts +1 -1
  1609. package/types/plugins/source/editor/factory.d.ts +1 -1
  1610. package/types/plugins/source/editor/sourceEditor.d.ts +1 -1
  1611. package/types/plugins/source/source.d.ts +1 -1
  1612. package/types/plugins/speech-recognize/config.d.ts +1 -1
  1613. package/types/plugins/speech-recognize/constants.d.ts +1 -1
  1614. package/types/plugins/speech-recognize/helpers/api.d.ts +1 -1
  1615. package/types/plugins/speech-recognize/helpers/exec-spell-command.d.ts +1 -1
  1616. package/types/plugins/speech-recognize/helpers/recognize-manager.d.ts +1 -1
  1617. package/types/plugins/speech-recognize/helpers/sound.d.ts +1 -1
  1618. package/types/plugins/speech-recognize/interface.d.ts +1 -1
  1619. package/types/plugins/speech-recognize/langs/index.d.ts +1 -1
  1620. package/types/plugins/speech-recognize/speech-recognize.d.ts +1 -1
  1621. package/types/plugins/spellcheck/config.d.ts +1 -1
  1622. package/types/plugins/spellcheck/langs/index.d.ts +1 -1
  1623. package/types/plugins/spellcheck/spellcheck.d.ts +1 -1
  1624. package/types/plugins/stat/config.d.ts +1 -1
  1625. package/types/plugins/stat/stat.d.ts +1 -1
  1626. package/types/plugins/sticky/config.d.ts +1 -1
  1627. package/types/plugins/sticky/sticky.d.ts +1 -1
  1628. package/types/plugins/symbols/config.d.ts +1 -1
  1629. package/types/plugins/symbols/langs/index.d.ts +1 -1
  1630. package/types/plugins/symbols/symbols.d.ts +1 -1
  1631. package/types/plugins/tab/cases/index.d.ts +1 -1
  1632. package/types/plugins/tab/cases/on-tab-inside-li.d.ts +1 -1
  1633. package/types/plugins/tab/config.d.ts +1 -1
  1634. package/types/plugins/tab/tab.d.ts +1 -1
  1635. package/types/plugins/table/config.d.ts +1 -1
  1636. package/types/plugins/table/table.d.ts +1 -1
  1637. package/types/plugins/table-keyboard-navigation/table-keyboard-navigation.d.ts +1 -1
  1638. package/types/plugins/video/config.d.ts +1 -1
  1639. package/types/plugins/video/video.d.ts +1 -1
  1640. package/types/plugins/wrap-nodes/config.d.ts +1 -1
  1641. package/types/plugins/wrap-nodes/wrap-nodes.d.ts +1 -1
  1642. package/types/plugins/xpath/config.d.ts +1 -1
  1643. package/types/plugins/xpath/xpath.d.ts +1 -1
  1644. package/types/styles/icons/index.d.ts +1 -1
  1645. package/types/types/ajax.d.ts +1 -1
  1646. package/types/types/async.d.ts +1 -1
  1647. package/types/types/context.d.ts +1 -1
  1648. package/types/types/core.d.ts +1 -1
  1649. package/types/types/create.d.ts +1 -1
  1650. package/types/types/dialog.d.ts +1 -1
  1651. package/types/types/events.d.ts +1 -1
  1652. package/types/types/file-browser.d.ts +1 -1
  1653. package/types/types/form.d.ts +1 -1
  1654. package/types/types/history.d.ts +1 -1
  1655. package/types/types/index.d.ts +1 -1
  1656. package/types/types/jodit.d.ts +8 -1
  1657. package/types/types/messages.d.ts +1 -1
  1658. package/types/types/plugin.d.ts +1 -1
  1659. package/types/types/popup.d.ts +1 -1
  1660. package/types/types/select.d.ts +1 -1
  1661. package/types/types/source.d.ts +1 -1
  1662. package/types/types/storage.d.ts +12 -4
  1663. package/types/types/style.d.ts +1 -1
  1664. package/types/types/toolbar.d.ts +1 -1
  1665. package/types/types/traits.d.ts +1 -1
  1666. package/types/types/types.d.ts +1 -1
  1667. package/types/types/ui.d.ts +2 -1
  1668. package/types/types/uploader.d.ts +2 -1
  1669. package/types/types/view.d.ts +5 -2
  1670. package/types/typings.d.ts +1 -1
@@ -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.7.9
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
6
  /**
7
7
  * [[include:core/async/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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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 {
@@ -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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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
@@ -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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
4
+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
5
5
  */
6
- export const APP_VERSION = "4.7.9";
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
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]]